/*
Theme Name: Naves
Description: Nueva plantilla para proyecto ES
Version: 1.0
Author: Estefanie Lopez
Author URI: http://www.iguate.com
Template: enfold
*/


@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap');

:root {
	--font1: "DM Sans", sans-serif;
	--color1: #54b436;
	--color2: #131e24;
	--color3: #21343b;
	--transition: all 0.4s ease-in-out;
}

body {
	font-family: var(--font1) !important;
}

p {
	font-size: 15px;
	color: black;
}

/*---FONT-SIZES--*/


#top h1 {
	font-weight: 200;
	font-family: var(--font1);
	letter-spacing: 3px;
	font-size: 36px;
}

#top h3 {
	font-family: var(--font1);
	text-transform: uppercase;
	font-size: 22px;
}

#top h5 {
	font-family: var(--font1);
	font-weight: 200;
	font-size: 19px;
}

/*---FIRST-SECTION---*/

.av-special-heading-h3 {
	margin-top: 20px;
}
.title1-column {
	padding-bottom: 110px;
}

/*---Second-Scrolling-text--*/

div#scrolling_section .container {
	max-width: 100%;
	padding: 0;
}
.avia-section-small .content {
	padding-top: 10px;
	padding-bottom: 10px;
}

.scrolling-banner {
  width: 100%;
  overflow: hidden;
}
.scrolling-content {
  display: flex;
  white-space: nowrap;
  animation: scrollText 28s linear infinite;
}
.scrolling-content span {
  padding-right: 100px; /* espacio entre repeticiones */
  color: white; /* o el color que prefieras */
  font-weight: 500;
  font-size: 17px;
  letter-spacing: 5px;
}

@keyframes scrollText {
  0% {
	transform: translateX(0%);
  }
  100% {
	transform: translateX(-100%);
  }
}


/*----SECCION-2-ICONOS---*/

div#grupo-iconos {
	display: flex;
	flex-wrap: nowrap;
	margin-top: 20px;
	margin-left: -32px;
}
img.icon-group1 {
	width: 60%;
	position: relative;
	left: 30px;
}
p.text-icon {
	color: white;
	text-align: center;
	font-weight: 200;
	letter-spacing: 1px;
}
div#movilidad_section {
	padding-top: 80px;
}


/*----SECTION-3-CAR---*/

#top .car-image {
	position: relative;
	top: -200px;
	left: -130px;
}
#top .car-image img {
	max-width: 140%;
}
.avia-button.avia-size-x-large {
	background: var(--color1);
	border: none;
	border-radius: 27px;
	font-size: 28px;
	letter-spacing: 1px;
	padding: 20px 60px 16px;
	font-weight: 500;
}
.btn-column {
	padding-top: 50px;
}
div#image-section {
	height: 370px;
}

/*----CONTACT-FORM-SECTION--*/

#top .form-col input {
	border-radius: 5px;
	padding: 11px 20px;
	font-weight: 300;
}
#top .form-area textarea {
	padding: 11px 20px;
	border-radius: 5px;
	max-height: 50px;
	color: black;
}
#top .form-btn input {
	width: 100%;
	background: var(--color1);
	padding: 14px 20px;
	border-radius: 5px;
	font-size: 15px;
	text-transform: uppercase;
	letter-spacing: 2px;
	border: solid 1px;
	border-color: var(--color1);
}
#top .form-btn input:hover {
	background: black;
	border: solid 1px;
	border-color: var(--color1);
	color: var(--color1);
	transition: var(--transition);
}
#top .formulario-column {
	margin-top: 10px;
}

.wpcf7 input::-webkit-input-placeholder { color: black!important; opacity: 1;} /* WebKit */
.wpcf7 input::-moz-placeholder { color: black!important; opacity: 1;} /* Firefox 19+ */
.wpcf7 input::-ms-input-placeholder { color: black!important; opacity: 1;} /* IE 10+ */
.wpcf7 textarea::-webkit-input-placeholder { color: black!important; opacity: 1;} /* WebKit */


a#scroll-top-link {
	display: none;
}
#WAbtn {
	width: 90px;
	height: 90px;
}

/*---FOOTER---*/

div#footer-redes {
	display: flex;
}
#top .iconos-redes {
	display: flex;
	gap: 0 8px;
	justify-content: flex-end;
}
.logoft-img img {
	width: 100%;
	position: relative;
	right: -90px;
}
div#footer-redes p {
	margin-top: 0;
}
#top .iconos-redes p {
	width: 12%;
}
div#footer_sectionpm main {
	padding: 40px 0px 0px;
}
#top .tel-a-custom a {
	text-decoration: none;
}
#top .tel-a-custom a:hover {
	color: var(--color1);
}




/*-----RESPONSIVE----*/

@media(max-width: 1280px) {
	
	#top .car-image img {
		max-width: 117%;
	}
	#top .car-image {
		top: -180px;
	}
	div#image-section {
		height: 300px;
	}
}

@media(max-width: 1024px) {
	
	#top h5 {
		font-size: 16px;
	}
	div#grupo-iconos {
		margin-left: 0px;
	}
	#top .car-image {
		left: -60px;
	}
	.btn-column {
		padding-top: 0px;
	}
	div#image-section {
		height: 200px;
	}
	.scrolling-content {
		animation: scrollText 15s linear infinite;
	}
	#WAbtn {
		width: 70px;
		height: 70px;
	}
}

@media(max-width: 768px) {
	
	#top h1 {
		font-size: 30px;
	}
	#top h5 {
		font-size: 15px;
	}
	#top .responsive-column {
		width: 40%;
	}
	#top .title1-column {
		width: 60%;
		margin: 0 auto;
	}
	div#movilidad_section {
		padding-top: 30px;
	}
	#top .car-image img {
		max-width: 127%;
	}
	#top .car-image {
		left: -60px;
		top: -100px;
	}
	#top .empty-column {
		display: none;
	}
	div#grupo-iconos {
		width: 100%;
	}
	.avia-button.avia-size-x-large {
		font-size: 17px;
	}
	#top .form-emptycol {
		width: 15%;
	}
	#top .formulario-column {
		width: 60%;
	}
	/*-----FOOTER--*/
	
	div#footer_sectionpm main {
		height: 150px;
	}
	div#footer-redes {
		flex-direction: column;
	}
	.logoft-img img {
		width: 70%;
		right: -69px;
	}
	#top .iconos-redes p {
		width: 15%;
	}
}

@media(max-width: 767px) {
	
	#top h1 {
		font-size: 26px;
		text-align: center;
	}
	#top h3 {
		font-size: 18px;
	}
	#top h5 {
		font-size: 16px;
	}
	#top #scrolling_section .container {
		margin: 0px !important;
		max-width: 100% !important;
		width: 100% !important;
	}
	.naves-logohome img {
		width: 50%;
		margin: 0 auto;
	}
	#top .title1-column {
		padding-top: 20px;
		padding-bottom: 0;
	}
	#top .car-image img {
		max-width: 67%;
	}
	#top .car-image {
		left: 220px;
		top: -200px;
	}
	.avia-button.avia-size-x-large {
		font-size: 15px;
		padding: 17px 49px 16px;
	}
	/*---FOOTER---*/
	
	#top .derechos-column {
		width: 53% !important;
	}
	.tel-a-custom {
		width: 47% !important;
	}
	div#footer_sectionpm main {
		height: 223px;
	}
	.logoft-img img {
		width: 30%;
		right: 0px;
		left: 37%;
	}
	#top .iconos-redes p {
		width: 5%;
	}
	#top .iconos-redes {
		justify-content: center;
	}
}

@media(max-width: 430px) {
	
	#top h1 {
		font-size: 22px;
		text-align: center;
	}
	#top h5 {
		font-size: 15px;
	}
	div#grupo-iconos {
		flex-wrap: wrap;
	}
	#top .flex_column.grupo-responsive {
		display: flex;
		flex-direction: column;
		flex-wrap: wrap;
		width: 50% !important;
	}
	.icono-responsive {
		width: 47%;
	}
	#top .car-image {
		left: 0px;
		top: -110px;
	}
	#top .car-image img {
		max-width: 97%;
	}
	#top .car-column {
		max-height: 113px;
	}
	/*----Footer--*/
	
	#top .iconos-redes p {
		width: 7%;
	}
	.logoft-img img {
		width: 35%;
		left: 33%;
	}
	#top .derechos-column {
		width: 100% !important;
		text-align: center;
	}
	.tel-a-custom {
		width: 100% !important;
		text-align: center;
	}
	div#footer_sectionpm main {
		height: 248px;
	}
	.scrolling-content {
		animation: scrollText 11s linear infinite;
	}
	.scrolling-banner {
		width: 160%;
	}
	.scrolling-content span {
		padding-right: 30px;
		font-size: 13px;
		letter-spacing: 5px;
	}
}

@media(max-width: 390px) {
	
	#top h5 {
		font-size: 14px;
	}
	#top .car-column {
		max-height: 93px;
	}
}