/*
Theme Name: Avanza
Description: nueva plantilla para proyecto Avanza
Version: 1.0
Author: iGuate
Author URI: http://www.iguate.com
Template: enfold
*/

@import url('https://fonts.googleapis.com/css2?family=Prompt:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

:root {
	--color1: #d63417;
	--color2: #0b141e;
	--color3: #cdcdcd;
	--color4: #d3f5ff;
	--color5: #4c6784;
	--color6: #ff6044;
	--font1: "Prompt", sans-serif;
}

body {
	font-family: var(--font1) !important;
	font-weight: 200;
}
h1 {
	font-size: 40px;
	font-family: var(--font1);
	text-transform: uppercase;
}
h2 {
	text-transform: none !important;
}

/*---MENU---HEADER*/

#header_main {
	border: none;
}
#header.av_header_sticky {
	background: var(--color1) !important;
	box-shadow: 0px -2px 9px 6px #00000045;
}
#header.av_header_transparency {
	background: transparent !important;
	box-shadow: none;
}
.header_color .header_bg {
	background: transparent;
}
span.logo.avia-standard-logo {
	display: none;
}
.main_menu {
  width: 100%;
}
.av-main-nav {
  display: flex;
  flex-wrap: nowrap;
  column-gap: 260px;
  justify-content: space-evenly;
  width: 100%;
}
.av-main-nav > li > a:hover {
	font-weight: 600;
}
.av_header_sticky .av-main-nav > li > a {
	line-height: 62px !important;
	color: white !important;
}
.av_header_transparency .av-main-nav > li > a {
	line-height: 90px !important;
}
.av-main-nav > li > a {
  padding: 15px 0 !important;
  text-align: center;
  width: 100%;
  font-weight: 300;
  font-size: 15px;
}
span.avia-menu-fx {
	display: none;
}

/*---SECTION---1---*/

#top .cards-somos {
	background: var(--color2);
	border-radius: 40px;
	padding: 130px 80px 80px;
	border: solid 2px;
	border-color: var(--color1);
	height: 474px;
}
#top .ventaja-card {
	padding: 45px 80px;
}
.about-cards .slick-track {
	display: flex;
	column-gap: 30px;
}
.about-cards .slick-list {
	overflow: visible;
}
.slider-card .slick-track:before, .slider-card .slick-track:after {
	display: none;
}
#top ul.slick-dots{
	margin: 22px 0px 0px;
	list-style: 0 !important;
	padding: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	column-gap: 20px;
	
	li {
		margin: 0;
		list-style: none;
		
		button {
			padding: 0;
			border: 0;
			width: 12px;
			height: 12px;
			border-radius: 50%;
			background: black;
			font-size: 0px;
		}
	}
	li.slick-active {
		button {
			background: var(--color1);
		}
	}
}
.detalle-completo .content {
	padding-bottom: 90px;
}
.avia-button.avia-size-x-large {
	background: var(--color1);
	border: none;
	border-radius: 35px;
	padding: 20px 40px;
	font-size: 19px;
}

/*--SECOND---SECTION--*/

.grilla2-global {
	max-width: 90%;
	padding: 50px 0px;
}
.columnfor-text {
	border-radius: 0px 70px 70px 0px;
}
/* .about-section .container {
	max-width: 100%;
	padding-left: 0;
	padding-right: 30rem;
}
*/
.wedo-column {
	padding: 160px 230px;
}

/*--THIRD--SECTION---*/

.section-red .container {
	max-width: 1551px;
}
.section-red .content {
	padding: 150px 0px 70px;
}
.flota-txt {
	padding: 70px 0px;
}
.clientes-txt {
	padding: 34px 0px;
}

/*--GRILLA--SECTION--*/

.grilla-global {
	max-width: 1600px;
	margin: 0 auto;
	padding: 0px 21px 50px;
}
.img-background {
	border-radius: 0px 0px 90px 90px;
	padding: 0;
}
.background-overlay {
	background: #0000004f;
	height: 60vh;
	padding: 180px 100px;
	border-bottom-left-radius: 90px;
}
.hand-section .content {
	padding-bottom: 0;
	margin-bottom: -100px;
	z-index: 2;
}

/*---FORMULARIO---*/

.form-col input, .form-area textarea {
	padding: 15px 30px !important;
	border-radius: 10px !important;
	margin-bottom: 30px !important;
}
.form-area textarea {
	max-height: 50px;
}
.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 */

.form-btn input {
	width: 100%;
	padding: 20px;
	border-radius: 10px;
	background: var(--color1) !important;
	font-size: 17px;
	text-transform: uppercase;
}
.form-btn input:hover {
	background: var(--color2) !important;
	transition: 0.5s all ease-in-out;
}
.wpcf7 form.sent .wpcf7-response-output {
	border-color: transparent;
	background: white;
	border-radius: 5px;
	font-weight: 400;
	color: black;
}


/*---FOOTER---*/

#top .av_inherit_color a {
	text-decoration: none;
}
#top .av_inherit_color a:hover {
	font-weight: 400;
}
.logo-ft img {
	width: 280px;
}
.redes-ft {
	margin-left: 20px;
}
#footer-section .content {
	padding: 50px 0px 10px;
}
a#scroll-top-link {
	background: black;
	border-radius: 25px;
	opacity: 1 !important; 
}
#WAbtn {
	width: 90px;
	height: 90px;
}
.whatsapp-wrap {
	right: 40px;
	bottom: 120px;
}
.redes-socialesft {
	padding: 50px 0px 0px;
}


/*_____------RESPONSIVE-------_______*/

@media(max-width: 2080px){
	
	.wedo-column {
		padding: 160px 160px;
	}
}

@media(max-width: 1700px){
	
	.wedo-column {
		padding: 160px 70px;
	}
}

@media(max-width: 1440px){
	
	h1 {
		font-size: 35px;
	}
	.wedo-column {
		padding: 110px 70px;
	}
	.flota-txt {
		padding: 50px 0px;
	}
	.clientes-txt {
		padding: 0px 0px;
	}
	#WAbtn {
		width: 70px;
		height: 70px;
	}
	#top .cards-somos {
		height: 419px;
	}
}

@media(max-width: 1280px) {
	
	.avia-menu.av-main-nav-wrap {
		width: 100%;
	}
	.av-main-nav {
		column-gap: 50px;
	}
	.grilla2-global {
		max-width: 95%;
	}
	.wedo-column {
		padding: 50px 70px;
	}
	.hand-section .content {
		margin-bottom: -60px;
	}
}

@media(max-width: 1024px){
	
	h1 {
		font-size: 31px;
	}
	#top .cards-somos {
		padding: 160px 60px 80px;
		height: 569px;
	}
	#top .ventaja-card {
		padding: 45px 80px !important;
	}
	.wedo-column {
		padding: 30px 20px;
	}
	.grilla2-global {
		max-width: 100%;
	}
	.columnfor-text {
		border-radius: 0;
	}
	/*----RED---SECTION----*/
	
	.section-red .flex_column_table {
		display: flex !important;
		flex-wrap: wrap;
		gap: 30px 0px;
	}
	.rsp-column, .flota-txt, .clientes-txt {
		width: 46% !important;
	}
	.flota-txt {
		padding: 130px 0px;
	}
	.clientes-txt {
		padding: 110px 0px;
	}
	.section-red .content {
		padding: 60px 0px 70px;
	}
	/*----PHOTO---SECTION----*/
	
	.background-overlay {
		height: 51vh;
		padding: 110px 60px;
	}
}

@media(max-width: 989px) {
	
	.width-ft p {
		text-align: center;
	}
	.redes-socialesft {
		display: flex !important;
		justify-content: center;
		margin: 0 !important;
		padding: 0;
	}
}

@media(max-width: 768px){
	
	#top .cards-somos {
		padding: 110px 60px 80px;
		height: 400px;
	}
	div#slick-slide03 {
		width: 550px !important;
	}
	#top #conoce_mas .grid-colimg {
		width: 100%;
	}
	.grilla2-global {
		display: flex;
		flex-wrap: wrap;
	}
	.responsive #top #wrap_all .grid-colimg {
		width: 100%;
		padding: 15rem !important;
	}
	.responsive #top #wrap_all .columnfor-text {
		width: 100%;
	}
	.flota-txt {
		padding: 70px 0px 0px;
	}
	.clientes-txt {
		padding: 10px 0px 0px;
	}
	.background-overlay {
		width: 65% !important;
	}
	.section-red .flex_column_table {
        justify-content: start !important;
    }
    #top .rsp-column, .flota-txt, .clientes-txt {
        width: 100% !important;
    }
	/*---FORMULARIO---*/
	
	.empty-column {
		display: none;
	}
	#top .column-width {
		width: 100%;
		margin: 0;
	}
	.hand-section .content {
		margin-bottom: 0px;
	}
	div#footer-section .entry-content-wrapper {
		display: flex;
		flex-wrap: wrap;
	}
	#top .width-ft {
		width: 100%;
		margin: 0;
	}
	/*----FOOTER------*/
	
	.barra-white {
		overflow: visible;
		margin-top: 10px !important;
	}
	.redes-ft {
		margin-right: 10px;
	}
	.redes-ft .av-icon-char, .instagram-img .av-icon-char{
		font-size: 40px !important;
	}
	div#footer-section {
		height: 600px;
	}
	.whatsapp-wrap {
		bottom: 10px;
	}
}

@media(max-width: 767px){
	
	#header_main {
		background: var(--color1);
	}
	.responsive #top #wrap_all #header {
		position: fixed;
	}
	.responsive #top .logo {
		width: 20%;
	}
	.av_header_transparency .av-main-nav > li > a, .av_header_sticky .av-main-nav > li > a {
		line-height: 50px !important;
	}
	.header_color div .av-hamburger-inner, .header_color div .av-hamburger-inner::before, .header_color div .av-hamburger-inner::after {
		background-color: white;
	}
	.flota-txt {
		padding: 20px 0px 0px;
	}
	.clientes-txt {
		padding: 0px;
	}
	.responsive #top #wrap_all .av-flex-cells .img-background {
		padding: 0 !important;
	}
	.background-overlay {
		width: 100% !important;
		margin: 0 !important;
	}
	.whatsapp-wrap {
		right: 20px;
	}
	.text-wa {
		line-height: 2rem;
	}
} 

@media(max-width: 430px){
	
	h1 {
		font-size: 23px;
		text-align: center;
	}
	h2 {
		font-size: 24px;
	}
	p {
		font-size: 15px;
	}
	.responsive #top .logo {
		width: 35%;
	}
	.av-main-nav {
		justify-content: flex-end;
	}
	.html_av-overlay-full #av-burger-menu-ul li {
		font-size: 27px;
	}
	#top .ventaja-card {
		padding: 45px 30px !important;
	}
	#top .cards-somos {
		padding: 110px 30px 80px;
		height: 393px;
	}
	.about-cards .slick-list {
		overflow: hidden;
	}
	div#slick-slide03 {
		width: 359px !important;
	}
	#top .about-cards .slick-track {
		column-gap: 7px;
	}
	/*----SECOND----SECTION----*/
	
	#top .detalle-column p {
		font-size: 21px !important;
	}
	.avia-button.avia-size-x-large {
		font-size: 16px;
	}
	.avia_textblock li {
		font-size: 15px;
	}
	#top .rsp-column, .flota-txt, .clientes-txt {
		width: 100% !important;
	}
	.flota-txt {
		padding: 50px 0px 20px;
		margin-bottom: -20px !important;
	}
	.section-red .flex_column_table {
		gap: 10px 0px;
	}
	.clientes-txt {
		margin-bottom: 0px !important;
	}
	/*---GRILLA2----*/
	
	.grilla-global {
		padding: 0px 0px 50px;
	}
	.background-overlay {
		height: 58vh;
		padding: 60px 30px;
		background: #00000096;
	}
	.img-background {
		background-position: 50% !important;
	}
	.logo-ft img {
		width: 210px;
	}
	.redes-ft {
		margin-left: 0px;
	}
	.hand-section .content {
		padding-top: 80px;
	}
	.whatsapp-wrap {
		right: 5px;
		left: 4px;
		bottom: 2px;
	}
	.text-wa {
		line-height: 23px !important;
	}
}

@media(max-width: 390px){
	
	#top .about-cards .slick-track {
		column-gap: 10px;
	}
	#top .cards-somos {
		height: 453px;
	}
	div#slick-slide03 {
		width: 326px !important;
	}
	.wedo-column {
		padding: 30px 0px;
	}
	.background-overlay {
		height: 66vh;
	}
}

@media(max-width: 360px){
	
	#top .cards-somos {
		height: 523px;
	}
	div#slick-slide03 {
		width: 306px !important;
	}
}