.grisColor {
    background: #E2E2E2;
}
.aquaColor{
    background: #019DA3;
}

.botonAquaHabilitadoLineWhite{
	justify-content: center;
	align-items: center;
	padding: 1px;
	background: #019DA3;
	font-size: 16px;
	color: #ffffff;	
}

.textBotonAquaHabilitadoLineWhite{
    border: 3px solid #011E41;
    margin: auto;
    padding: 10px 20px;
    font-weight: bold;
}

.pd-62{
	padding-top: 62px;
}

.pad-0{
	padding: 0;
}

.font-14{
	font-size: 14px;
}
/* Pantalla Nosotros*/
.padding_top_N{
	padding-top:4.5rem ;
}

.txt-ejes-back{
/*     font-size: 0.87em; */
/*     font-weight: lighter; */
/*     line-height: 15px; */
/*     letter-spacing: 0px; */
/*     padding: 10px 0 0 0; */
      font-size: 14px;
	    line-height: 15px;
	    margin-bottom: 0;
}

.txt-img-nosotros{
    margin: 50px 0;
    text-align: left;
    color: white;
    padding: 30px 80px 30px 50px;
    background-color: var(--azul-institucional-color);
}

.cont-nosotros-ejes{
    color: var(--azul-institucional-color);
    margin: 0 auto;
    margin-top: 50px;
    text-align: center;
}

.card-nosotros-ejes{
    color: white;
    max-width: 165px; 
    height: 185px;
    text-align: center;
}
.img-nosotros-ejes {
    padding-top: 10px;
    width: 120px;
}

.ejes-nosotros-container{
    max-width: 1200px;
     width: 100%;
}

/*flipcard*/
.flip-card {
    max-width: 165px;
    height: 185px;
    perspective: 1000px;
  }
  
.flip-card-inner {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    transition: transform 0.6s;
    transform-style: preserve-3d;
  }
  
.flip-card:hover .flip-card-inner {
    transform: rotateY(180deg);
  }
  
.flip-card-front, .flip-card-back {
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }

.cont-card-flip{
    width: 165px;
    transform: translate(-15px, 0);
  }

.flip-card-front {
    width: 100%;
  }
  
.flip-card-back {
    display:flex;
    align-items: center;
    padding:  15px 15px;
    width: 165px;
    transform: rotateY(180deg);
  }
/*flipcard*/

.contacto-nosotros{
    display: absolute;
    text-align: center;
    align-items: center;
    color: white;
    padding: 152px 0;
    background-image: url("../images/contacto-nosotros.jpg");
    background-size: cover;
    background-repeat: no-repeat;
}

.hover-azulFuerte:hover{
	background-color: #091E3F !important;
}

@media screen and (min-width: 999px) and (max-width: 1500px) { 
.botonBlueGeneral{
 	padding: 15px 155px;
}
}

@media (max-width: 860px) {
    .contacto-nosotros {
        padding: 150px 0; 
    	background-size: cover;
     	background-position: left -280px center;

    }
}

@media (max-width: 860px) {
    .cont-img-nosotros{
        padding: 150px 0; 
    	background-size: cover;
    }
}

@media (max-width: 767px) {
    .desapareceN {
		display: none!important;
    }
    .titleG{
		text-align: center;
		font-size: 32px;
	    line-height: 35px;
	}
}

@media (min-width: 768px) {
	.desapareceNL{
		display: none!important;
	}
}

@media (max-width: 574px) {
	.txt-img-nosotros{
		margin: 0px 10px 70px;
	}
}

.cont-img-nosotros {
	background-size: cover;
   /* background-position: -40px 25px;*/
    text-align: center;
    margin: 0 auto;
    background-image: url(../images/aifa-hound-express.jpg);
    background-repeat: no-repeat;
}

@media screen and (min-width: 320px) and (max-width: 384px) {
    .tittleN {
        font-size: 32px;
        text-align: center;
    }

    .txt-img-nosotros {
        padding: 30px;
    }

    .cont-img-nosotros {
		background-position: right -205px bottom;
    	padding: 80px 0 188px 0;
        background-image: url(../images/img-HE-empresa.png);
    }
   
}
@media screen and (min-width: 385px) and (max-width: 901px) {
    .tittleN {
        font-size: 32px;
        text-align: center;
    }

    .txt-img-nosotros {
        padding: 30px;
    }

    .cont-img-nosotros {
		background-position: left -400px top;

    }
}
@media screen and (min-width: 861px) and (max-width: 900px) {
    .cont-img-nosotros {
    background-position: left -100px top;
    }
}

@media(max-width: 319px){
	.txt-img-nosotros{
	 	padding: 21px 5px 32px 20px;
	}
}


/*Fin pantalla Nosotros*/


/* Pantalla Index Home*/

.padd_top_80{
	padding-top: 78px;
}

.carousel-indicators {
	visibility: hidden;
}

/*-->Inicio Carrusel*/
.carousel-control-next-icon{
    width: 30px;
    height: 50px;
    background-color: white;
}
.carousel-control-prev-icon{
    width: 30px;
    height: 50px;
    background-color: white;
}
.carousel-control-next-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%091E3F' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3e%3c/svg%3e");
}
.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%091E3F' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3e%3c/svg%3e");
}

.carousel-indicators [data-bs-target]{
    background-color: var(--azul-claro-color);
    background-clip: padding-box;
    height: 10px;
}
/*Termina Carrusel <---*/


/*conteo nuestra pasion*/
.cont-conteo{
	margin-top: -52px;
    padding-top: 60px;
    color: white;
    text-align: center;
    width: 100%;
    z-index: -1;
    background-color: var(--azul-institucional-color);
    /* transform: translate(0, -30px); */
}

.card-conteo div{
    color: white;
}
.card-conteo h2{
    color: var(--azul-claro-color);
}
.contador-numero{
    font-weight: bold;
  }
.info-conteo{
   padding: 20px 0;
}

.cont-mapa {
    position: relative;
    padding: 20px 0 60px 0;
    margin: 0 auto;
    text-align: center;
    background-color: var(--azul-institucional-color);
}


.row.mrgn-top {
    position: absolute;
    top: 0; 
    left: 0; 
    width: 100%; 
}

.txt-img-mapa {
	/*margin-left: 68px;*/
    text-align: left;
    color: white;
    padding: 15px 160px 2px 25px;
    background-color: #213c67;
    z-index: 1;
    top: 260px;
}
.txt-img-mapaMovil{
	margin: 20px;
    text-align: center;
    color: white;
    padding: 20px;
    background-color: #213c67;
    z-index: 1;
}
.objectServicios{
	top:-3.5rem;
    width: 100%; 
    height: 105px;
    right: 0;
    position: absolute;
    z-index: -1;
    font-size: 2rem;
    line-height: 50px;
    color: white;
    background-color: var(--azul-institucional-color);
}

.objectServiciosMv{
	padding-top: 10px;
	top:-6.5rem;
    width: 100%; 
    height: 110px;
    right: 0;
    position: absolute;
    z-index: -1;
    font-size: 32px;
    line-height: 32px;
    color: white;
    background-color: var(--azul-institucional-color);
}

.gp-27{
	gap: 27px!important;
}

.ulSpacing{
	padding-left: 34px;
	font-size: 20px;
    line-height: 30px;
}

.ulM{
	text-align: left;
    padding-left: 48px;
    font-size: 20px;
    line-height: 30px;
}

.ulB{
	line-height: 28px;
	padding-left: 15px;
}

.btL{
	padding: 24px 135px;
}

.overlay-image {
    position: absolute;
    top: -12px;
    right: 2px;
    width: 58%; 
    object-fit: cover; 
    object-position: right; 
    z-index: 2; 
}
    
    
.txt-img-home{
    text-align: left;
    color: white;
    top: -50px;
    text-align: left;
    color: white;
    line-height: 30px;
    padding: 15px 23px;
}

.txt-img-home{
    text-align: left;
    color: white;
    top: -50px;
    text-align: left;
    color: white;
    line-height: 30px;
    padding: 15px 23px;
}

@media screen and (min-width: 1401px) and (max-width: 1445px) {
	.txt-img-mapa{
		top: 200px;
	}
}

@media screen and (min-width: 992px) and (max-width: 1019px) {
	.txt-img-mapa{
		display:none;
	}
}

@media screen and (min-width: 1169px) and (max-width: 1360px) {
	.col-lg-5 {
	    max-width: 41.666667% !important;
	}
	.txt-img-mapa{
		margin-left: 0px !important;
		top: 258px !important;
	}
}

@media screen and (min-width: 1361px) and (max-width:1387px) {
	.txt-img-mapa{
		top: 256px;
	    padding: 15px 122px 2px 25px;
    	margin-left: 62px;
	}
}
@media screen and (min-width: 1388px){
	.txt-img-mapa{
		top: 262px;
	    padding: 15px 144px 2px 25px;
    	margin-left: 60px;
	}
}

@media screen and (min-width: 991px) and (max-width:1168px) {
	.col-lg-5 {
	    max-width: 41.666667% !important;
	}
	.txt-img-mapa{
		margin-left: 0px !important;
		padding: 15px 120px 2px 25px;
		top: 252px !important;
	}
}

@media screen and (min-width: 991px) and (max-width:1015px) {
	.txt-img-mapa{
 	  padding: 15px 40px 2px 25px;
 	   top:180px
    }
}
/*@media screen and (min-width: 1016px) and (max-width:1040px) {
	.txt-img-mapa{
 	  padding: 15px 45px 2px 25px;
 	   top:185px
    }
}*/
@media screen and (min-width: 1041px) and (max-width:1075px) {
	.txt-img-mapa{
 	  padding: 15px 60px 2px 25px;
 	   top:195px
    }
 }
 @media screen and (min-width: 991px) and (max-width:1015px) {
	.txt-img-mapa{
 	   top:205px !important;
    }
 }
  @media screen and (min-width:1015px) and (max-width:1045px) {
	.txt-img-mapa{
	   padding: 15px 55px 2px 25px !important;
 	   top:212px !important;
    }
 }
   @media screen and (min-width:1045px) and (max-width:1075px) {
	.txt-img-mapa{
	   padding: 15px 55px 2px 25px !important;
 	   top:220px !important;
    }
 }
   @media screen and (min-width:1075px) and (max-width:1122px) {
	.txt-img-mapa{
	   padding: 15px 68px 2px 25px !important;
 	   top:234px !important;
    }
 }
 
 /* Slider home avion */

.div-title-plane{
	margin:0px 32px 0px 0;
	padding: 30px 182px 35px 20px;
    text-align: left;
    color: white;
    background-color: var(--azul-institucional-color);
	font-size: 40px;
}

.div-text-plane{
	max-width: 400px; 
	margin-top: -25px;
}

.div-text-plane h2{
	font-size: 20px !important;
	line-height: 25px !important;
}

.image-home-plane{
	z-index: 1; 
	position: absolute; 
    top: 1%; 
    right: 0.2%; 
    transform: translate(0%, -1%);
    width: 45%; 
  
    height: auto;
}

.margen-bottom-2{
	margin-bottom: 35px
}

.margen-top-menos-30{
	margin-top: -30px
}

.home-title-text-plane-box{
	margin: 0px -65px 0 60px;
	padding-top: 20px
}
.fondo-pista-avion{
	width: 100vw;
	height:404px ;
}

@media(max-width: 1670px){
.image-home-plane{
    width: 49%; 
}
}

@media(max-width: 1550px){
.image-home-plane{
    width: 53%; 
}
.margen-bottom-2{
	margin-bottom: 15px
}
}

@media(max-width: 1400px){
.image-home-plane{
    width: 56%; 
}
	.div-title-plane{
	max-width: 980px; 
  
}
}

@media(max-width: 1300px){
.image-home-plane{
    width: 60%; 
}
.div-title-plane{
	margin:0px 90px 0 0;
  
}
}

@media(max-width: 1200px){
.div-title-plane{
	max-width: 850px; 
	margin:0px 32px 0 0;
	padding: 30px 152px 35px 22px;
    text-align: left;

}
.div-text-plane{
	max-width: 300px; 
	margin-top: -25px
}
.image-home-plane{
    width: 65%; 
}
.home-title-text-plane-box{
	margin: 0px -65px 0 20px;
	padding-top: 20px
}
}

@media(max-width: 1100px){
.div-title-plane{
	max-width: 800px; 
	margin:0px 32px 0 0;
	padding: 30px 182px 35px 20px;
    text-align: left;
}

.div-title-plane h2{
    font-size: 30px !important;

}

.div-text-plane{
	max-width: 250px; 
	margin-top: -25px;
}

.div-text-plane h2{
	font-size: 16px !important;
	line-height: 20px !important;
}

	.image-home-plane{
    width: 70%; 
}
.home-title-text-plane-box{
	margin: 0px -65px 0 20px;
	padding-top: 20px
}
}

@media(max-width: 1000px){
	.div-title-plane{
	max-width: 800px; 
	margin:0px 32px 0 0;
	padding: 30px 182px 35px 22px;
    text-align: left;
}

.div-title-plane h2{
    font-size: 30px !important;

}

	.div-text-plane{
	max-width: 250px; 
	margin-top: -25px;
	margin-right: 5px
}

.div-text-plane h2{
	font-size: 16px !important;
	line-height: 20px !important;
}

.image-home-plane{
    width: 75%; 
}
.home-title-text-plane-box{
	margin: 0px -65px 0 0px;
	padding-top: 20px
}
}

@media(max-width: 900px){
	.div-title-plane{
	max-width: 700px; 
	margin:0px 32px 0 0;
	padding: 30px 162px 35px 22px;
    text-align: left;
}

	.div-title-plane h2{
    font-size: 30px !important;

}

	.div-text-plane{
	max-width: 250px; 
	margin-top: -25px;
	margin-right: 5px
}

.div-text-plane h2{
	font-size: 16px !important;
	line-height: 20px !important;
}

	.image-home-plane{
    width: 75%; 
}

.home-title-text-plane-box{
	margin: 0px -65px 0 0px;
	padding-top: 20px
}

.fondo-pista-avion{
	height:350px ;
}
}

@media(max-width: 830px){
	.div-title-plane{
	max-width: 640px; 
	margin:0px 32px 0 0;
	padding: 10px 132px 15px 22px;
    text-align: left;
}

	.div-title-plane h2{
    font-size: 30px !important;

}

	.div-text-plane{
	max-width: 250px; 
	margin-top: -15px;
	margin-right: 5px
}

	.div-text-plane h2{
	font-size: 16px !important;
	line-height: 20px !important;
}

	.image-home-plane{
    width: 71%; 
}

.home-title-text-plane-box{
	margin: 0px -65px 0 0px;
	padding-top: 10px
}

.fondo-pista-avion{
	height:290px ;
}
}

@media(max-width: 700px){
	.div-title-plane{
	max-width: 520px; 
	margin:0px 32px 0 0;
	padding: 10px 20px 15px 30px;
    text-align: left;
}

	.div-title-plane h2{
    font-size: 30px !important;

}

	.div-text-plane{
	max-width: 250px; 
	margin-top: -15px;
	margin-right: 5px
}

	.div-text-plane h2{
	font-size: 16px !important;
	line-height: 20px !important;
}

	.image-home-plane{
    z-index: 1; 
	position: absolute; 
    top: 1%; 
    right: 0.2%; 
    transform: translate(0%, 135px);
    width: 105%; 
  
    height: auto;
}

.home-title-text-plane-box{
	margin: 0px -65px 0 0px;
	padding-top: 10px
}

.fondo-pista-avion{
	height:530px ;
}
}

@media(max-width: 600px){
	.image-home-plane{
    width: 120%; 
  
	}
}

@media(max-width: 550px){
	.div-title-plane{
	max-width: 470px; 
	margin:0px 32px 0 0;
	padding: 10px 40px 15px 30px;
    text-align: left;
}

	.div-title-plane h2{
    font-size: 30px !important;
    line-height: 30px;

}

	.div-text-plane{
	max-width: 250px; 
	margin-top: -5px;
	margin-right: 5px
}

	.div-text-plane h2{
	font-size: 16px !important;
	line-height: 20px !important;
}

	.image-home-plane{
    z-index: 1; 
	position: absolute; 
    top: 1%; 
    right: 0.2%; 
    transform: translate(0%, 122px);
    width: 115%; 
  
    height: auto;
}

.home-title-text-plane-box{
	margin: 0px -65px 0 0px;
	padding-top: 10px
}

.fondo-pista-avion{
	height:450px ;
}
}

@media(max-width: 500px){
	
.div-title-plane{
	max-width: 400px; 
	margin:0px;
	padding: 10px 25px 15px;
    text-align: left;
}
	
	.image-home-plane{
    
    width: 120%; 
}
	}

@media(max-width: 445px){
	
	.div-title-plane{
	width: auto !important;
	max-width: 80%;
	margin: 0 5px !important;
	padding: 12px 12px 15px;
	text-align: center;   
}

	.div-title-plane h2{
    font-size: 30px !important;
    line-height: 30px;

}

	.div-text-plane{
	width: auto !important;
	max-width: 80%;
	margin: 0 5px !important;
	z-index: 1; 
}

	.div-text-plane h2{
	font-size: 16px !important;
	line-height: 20px !important;
	text-align: center !important; 
}

	.image-home-plane{
    z-index: 0; 
	position: absolute; 
    top: 1%; 
    right: 0.2%; 
    transform: translate(0%, 200px);
    width: 192%; 
  
    height: auto;
}

.home-title-text-plane-box{
	margin: 0px -65px 0 0px;
	padding-top: 10px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.fondo-pista-avion{
	height:650px ;
}
}

@media(max-width: 410px){
	.image-home-plane{
    transform: translate(0%, 220px);
    width: 192%; 
  
}
	}
	
@media(max-width: 372px){
	.image-home-plane{
    transform: translate(0%, 250px);
    width: 192%; 
  
}
	}
	
@media(max-width: 358px){
	.image-home-plane{
    transform: translate(0%, 270px);
    width: 192%; 
  }
}

@media(max-width: 332px){
	.image-home-plane{
    transform: translate(0%, 310px);
    width: 192%; 
 } 
}

/*Fin slider home*/

@media (max-width: 992px) {
    .pad-50{
       padding-bottom: 50px !important;
    }
}


 /* Slider home contenedor de trailer */

 /* Slider home contenedor de trailer */

.div-title-contenedorTrailer{
	margin:0px 0px 0px 0;
	padding: 14px 16px 14px 60px;
    text-align: left;
    color: white;
    background-color: var(--azul-institucional-color);
	font-size: 40px;
}

.div-text-contenedorTrailer{
    max-width: 500px;
    margin-top: 0px;
    padding-left: 60px;
}

.div-text-contenedorTrailer h2{
	font-size: 20px !important;
	line-height: 25px !important;
}

.image-home-contenedorTrailer{
	z-index: 1; 
	position: absolute; 
    top: 1%; 
    right: 0.2%; 
    transform: translate(-150%, -1%);
    width: 35%; 
  
    height: auto;
}

.margen-bottom-2{
	margin-bottom: 35px
}

.margen-top-menos-30{
	margin-top: -30px
}

.home-title-text-contenedorTrailer-box{
	margin: 0px 0px 0 720px;
	padding-top: 60px
}
.fondo-pista-avion{
	width: 100vw;
	height:404px ;
}

@media(max-width: 1620px){
.image-home-contenedorTrailer{
    width: 42%; 
    transform: translate(-118%, -1%);
}
.home-title-text-contenedorTrailer-box {
	margin: 0px 0px 0 750px;
}
}

@media(max-width: 1550px){
.image-home-contenedorTrailer{
    width: 43.5%; 
    transform: translate(-112%, -1%);
}
.margen-bottom-2{
	margin-bottom: 15px
}
}

@media(max-width: 1400px){
.image-home-contenedorTrailer{
    width: 56%; 
    transform: translate(-102%, -1%);
}
	.div-title-contenedorTrailer{
	max-width: 980px; 
  
}
}

@media(max-width: 1300px){
.image-home-contenedorTrailer{
    width: 53%; 
    transform: translate(-78%, -1%);
}
.div-title-contenedorTrailer{
	margin:0px 0px 0 0;
  
}
}

@media(max-width: 1200px){
.div-title-contenedorTrailer{
	max-width: 850px; 
	margin:0px 0px 0 0;
	padding: 14px 182px 14px 60px;
    text-align: left;

}
.div-text-contenedorTrailer{
	max-width: 80%; 
	margin-top: 0px
}
.image-home-contenedorTrailer{
    width: 53%; 
    transform: translate(-85%, -1%);
}
.home-title-text-contenedorTrailer-box{
	margin: 0px 0px 0 610px;
	padding-top: 60px
}
}

@media(max-width: 1100px){
.div-title-contenedorTrailer{
	max-width: 800px; 
	margin:0px 0px 0 0;
	padding: 14px 182px 14px 60px;
    text-align: left;
}

.div-title-contenedorTrailer h2{
    font-size: 30px !important;

}

.div-text-contenedorTrailer{
	max-width: 60%;
    margin-top: 0;
    margin-right: 0;
}

.div-text-contenedorTrailer h2{
	font-size: 16px !important;
	line-height: 20px !important;
}

	.image-home-contenedorTrailer{
    width: 70%; 
    transform: translate(-74%, -1%);
}
.home-title-text-contenedorTrailer-box{
	margin: 0px 0px 0 458px;
	padding-top: 20px
}
}

@media(max-width: 1000px){
	.div-title-contenedorTrailer{
	max-width: 800px; 
	margin:0px 0px 0 0;
	padding: 14px 185px 14px 60px;
    text-align: left;
}

.div-title-contenedorTrailer h2{
    font-size: 30px !important;

}

.div-text-contenedorTrailer{
	max-width: 60%;
    margin-top: 0;
    margin-right: 0;
}

.div-text-contenedorTrailer h2{
	font-size: 16px !important;
	line-height: 20px !important;
}

.image-home-contenedorTrailer{
    width: 75%; 
    transform: translate(-68%, -1%);
}
.home-title-text-contenedorTrailer-box{
	margin: 0px 0px 0 42%;
	padding-top: 20px
}
}

@media(max-width: 900px){
	.div-title-contenedorTrailer{
	max-width: 800px;
    margin: 0px 0px 0 0;
    padding: 14px 182px 14px 60px;
    text-align: left;
}

	.div-title-contenedorTrailer h2{
    font-size: 30px !important;

}

	.div-text-contenedorTrailer{
	max-width: 60%;
    margin-top: 0;
    margin-right: 0;
}

.div-text-contenedorTrailer h2{
	font-size: 16px !important;
	line-height: 20px !important;
}

	.image-home-contenedorTrailer{
    width: 75%; 
    transform: translate(-68%, -1%);
}

.home-title-text-contenedorTrailer-box{
	margin: 0px 0px 0 42%;
    padding-top: 20px;
}

.fondo-pista-avion{
	height:350px ;
}
}

@media(max-width: 830px){
	.div-title-contenedorTrailer{
	 max-width: 800px;
    margin: 0px 0px 0 0;
    padding: 14px 16px 14px 60px;
    text-align: left;
}

	.div-title-contenedorTrailer h2{
    font-size: 30px !important;

}

	.div-text-contenedorTrailer{
	    max-width: 75%;
    /* margin-top: -15px; */
    /* margin-right: 5px;*/
}

	.div-text-contenedorTrailer h2{
	font-size: 16px !important;
	line-height: 20px !important;
}

	.image-home-contenedorTrailer{
    width: 71%; 
    transform: translate(-72%, -1%);
}

.home-title-text-contenedorTrailer-box{
	margin: 0px 0px 0 42%;
	padding-top: 10px
}

.fondo-pista-avion{
	height:290px ;
}
}

@media(max-width: 700px){
	.div-title-contenedorTrailer{
	max-width: 520px; 
	margin:0px 32px 0 0;
	padding: 10px 20px 15px 60px;
    text-align: left;
}

	.div-title-contenedorTrailer h2{
    font-size: 30px !important;

}

	.div-text-contenedorTrailer{
	max-width: 60%;
    /* margin-top: -15px; */
    /* margin-right: 5px;*/
}

	.div-text-contenedorTrailer h2{
	font-size: 16px !important;
	line-height: 20px !important;
}

	.image-home-contenedorTrailer{
    z-index: 1; 
	position: absolute; 
    top: 10%; 
    right: 0.2%; 
    transform: translate(0%, 135px);
    width: 100%; 
  
    height: auto;
}

.home-title-text-contenedorTrailer-box{
	margin: 0px -65px 0 0px;
	padding-top: 10px
}

.fondo-pista-avion{
	height:530px ;
}
}

@media(max-width: 600px){
	.image-home-contenedorTrailer{
    width: 100%; 
  
	}
}

@media(max-width: 550px){
	.div-title-contenedorTrailer{
	max-width: 470px; 
	margin:0px 32px 0 0;
	padding: 10px 40px 15px 30px;
    text-align: left;
}

	.div-title-contenedorTrailer h2{
    font-size: 30px !important;
    line-height: 30px;

}

	.div-text-contenedorTrailer{
	   max-width: 75%;
	   padding: 10px 25px 15px
    /* margin-top: -15px; */
    /* margin-right: 5px;*/
}

	.div-text-contenedorTrailer h2{
	font-size: 16px !important;
	line-height: 20px !important;
}

	.image-home-contenedorTrailer{
    z-index: 1; 
	position: absolute; 
    top: 14%; 
    right: 0.2%; 
    transform: translate(0%, 122px);
    width: 100%; 
  
    height: auto;
}

.home-title-text-contenedorTrailer-box{
	margin: 0px -65px 0 0px;
	padding-top: 10px
}

.fondo-pista-avion{
	height:450px ;
}
}

@media(max-width: 512px){
	
.div-title-contenedorTrailer{
	max-width: 400px; 
	margin:0px;
	padding: 10px 25px 15px;
    text-align: left;
}
	
	.image-home-contenedorTrailer{
    
    width: 120%; 
}
	}

@media(max-width: 445px){
	
	.div-title-contenedorTrailer{
	width: auto !important;
	max-width: 80%;
	margin: 0 5px !important;
	padding: 12px 12px 15px;
	text-align: center;   
}

	.div-title-contenedorTrailer h2{
    font-size: 30px !important;
    line-height: 30px;

}

	.div-text-contenedorTrailer{
	width: auto !important;
	max-width: 80%;
	margin: 0 5px !important;
	padding:12px 12px 15px;
	z-index: 1; 
}

	.div-text-contenedorTrailer h2{
	font-size: 16px !important;
	line-height: 20px !important;
	text-align: center !important; 
}

	.image-home-contenedorTrailer{
    z-index: 0; 
	position: absolute; 
    top: 1%; 
    right: 0.2%; 
    transform: translate(0%, 200px);
    width: 192%; 
  
    height: auto;
}

.home-title-text-contenedorTrailer-box{
	margin: 0px -65px 0 0px;
	padding-top: 10px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.fondo-pista-avion{
	height:650px ;
}
}

@media(max-width: 410px){
	.image-home-contenedorTrailer{
    transform: translate(0%, 220px);
    width: 192%; 
  
}
	}
	
@media(max-width: 372px){
	.image-home-contenedorTrailer{
    transform: translate(0%, 250px);
    width: 192%; 
  
}
	}
	
@media(max-width: 358px){
	.image-home-contenedorTrailer{
    transform: translate(0%, 270px);
    width: 192%; 
  }
}

@media(max-width: 332px){
	.image-home-contenedorTrailer{
    transform: translate(0%, 310px);
    width: 192%; 
 } 
}

/*Fin slider home*/

@media (max-width: 992px) {
    .pad-50{
       padding-bottom: 50px !important;
    }
}


 /* Slider home USA export*/

.div-title-usaexport{
	margin:0px 32px 0px -20px;
	padding: 30px 182px 35px 20px;
    text-align: left;
    color: #6AC6DE;
    /* background-color: var(--azul-institucional-color); */
	font-size: 40px;
	max-width: 600px;
}

.div-text-usaexport{
	/*margin:0 0 0 -20px;*/
	max-width: 400px; 
	margin-top: -35px;
}

.div-text-usaexport h2{
	font-size: 20px !important;
	line-height: 24px !important;
}

.image-home-usaexport{
	z-index: 1; 
	position: absolute; 
    top: -2%; 
    right: 0.2%; 
    transform: translate(-5%, -1%);
    width: 32%; 
  
    height: auto;
}

.margen-bottom-2{
	margin-bottom: 35px
}

.margen-top-menos-30{
	margin-top: -30px
}

.home-title-text-usaexport-box{
	margin: 0px -65px 0 60px;
	padding-top: 20px
}
.fondo-usaexport{
	width: 100vw;
	height:404px ;
}

@media(max-width: 1670px){
.image-home-usaexport{
    width: 50%; 
}
}

@media(max-width: 1550px){
.image-home-usaexport{
    width: 50%; 
}
.margen-bottom-2{
	margin-bottom: 65px
}
}

@media(max-width: 1400px){
.image-home-usaexport{
    width: 57%; 
}
	.div-title-usaexport{
	max-width: 600px; 
  
}
}

@media(max-width: 1300px){
.image-home-usaexport{
    width: 57%; 
}
.div-title-usaexport{
	margin:0px 90px 0 0;
  
}
}

@media(max-width: 1200px){
.div-title-usaexport{
	max-width: 500px; 
	/*margin:0px 32px 0 0;*/
	padding: 30px 152px 35px 20px;
    text-align: left;

}
.div-text-usaexport{
	max-width: 300px; 
	margin-top: -25px
}
.image-home-usaexport{
	padding-top: 6%;
    width: 50%; 
}
.home-title-text-usaexport-box{
	margin: 0px -65px 0 20px;
	padding-top: 20px
}
}

@media(max-width: 1100px){
.div-title-usaexport{
	max-width: 510px; 
	margin:0px 32px 0 0;
	padding: 30px 182px 35px 20px;
    text-align: left;
}

.div-title-usaexport h2{
    font-size: 30px !important;

}

.div-text-usaexport{
	max-width: 310px; 
	margin-top: -38px;
}

.div-text-usaexport h2{
	font-size: 16px !important;
	line-height: 20px !important;
}

.image-home-usaexport{
	padding-top: 0%;
    width: 67%; 
    transform: translate(0%, -1%);

}
.home-title-text-usaexport-box{
	margin: 0px -65px 0 20px;
	padding-top: 20px
}
}

@media(max-width: 1000px){
	.div-title-usaexport{
	max-width: 800px; 
	margin:0px 32px 0 0;
	padding: 30px 510px 25px 22px;
    text-align: left;
}

.div-title-usaexport h2{
    font-size: 30px !important;

}

	.div-text-usaexport{
	max-width: 260px; 
	margin-top: -25px;
	margin-right: 5px
}

.div-text-usaexport h2{
	font-size: 16px !important;
	line-height: 20px !important;
}

.image-home-usaexport{
    padding-top: 0%;
    width: 66%; 
    transform: translate(2%, -1%);
}
.home-title-text-usaexport-box{
	margin: 0px -65px 0 0px;
	padding-top: 20px
}
}

@media(max-width: 900px){
	.div-title-usaexport{
	max-width: 400px; 
	margin:0px 32px 0 0;
	padding: 30px 162px 35px 22px;
    text-align: left;
}

	.div-title-usaexport h2{
    font-size: 30px !important;

}

	.div-text-usaexport{
	max-width: 250px; 
	margin-top: -25px;
	margin-right: 5px
}

.div-text-usaexport h2{
	font-size: 16px !important;
	line-height: 20px !important;
}

	.image-home-usaexport{
    padding-top: 0%;
    width: 70%;
}

.home-title-text-usaexport-box{
	margin: 0px -65px 0 0px;
	padding-top: 20px
}

.fondo-usaexport{
	height:350px ;
}
}

@media(max-width: 830px){
	.div-title-usaexport{
	max-width: 382px; 
	margin:0px 32px 0 0;
	padding: 25px 132px 15px 22px;
    text-align: left;
}

	.div-title-usaexport h2{
    font-size: 30px !important;

}

	.div-text-usaexport{
	max-width: 250px; 
	margin-top: -15px;
	margin-right: 5px
}

	.div-text-usaexport h2{
	font-size: 16px !important;
	line-height: 20px !important;
}

	.image-home-usaexport{
    padding-top: 0%;
    width: 65%;
}

.home-title-text-usaexport-box{
	margin: 0px -65px 0 0px;
	padding-top: 10px
}

.fondo-usaexport{
	height:290px ;
}
}

@media(max-width: 700px){
	.div-title-usaexport{
	max-width: 520px; 
	margin:0px 32px 0 0;
	padding: 40px 15px 15px 30px;
    text-align: left;
}

	.div-title-usaexport h2{
    font-size: 30px !important;

}

	.div-text-usaexport{
	max-width: 100%; 
	margin-top: -15px;
	margin-right: 5px
}

	.div-text-usaexport h2{
	font-size: 16px !important;
	line-height: 20px !important;
}

	.image-home-usaexport{
    z-index: 1; 
	position: absolute; 
    top: 1%; 
    right: 0.2%; 
    transform: translate(4%, 165px);
    width: 100%; 
  
    height: auto;
}

.home-title-text-usaexport-box{
	margin: 0px -65px 0 0px;
	padding-top: 10px
}

.fondo-usaexport{
	height:530px ;
}
}

@media(max-width: 600px){
	.image-home-usaexport{
	transform: translate(4%, 215px);
    width: 100%; 
	}
.div-text-usaexport {
    max-width: 57%;
}
.div-title-usaexport {
	max-width: 490px;
}
}

@media(max-width: 550px){
	.div-title-usaexport{
	max-width: 430px; 
	margin:0px 32px 0 0;
	padding: 30px 40px 15px 30px;
    text-align: left;
}

	.div-title-usaexport h2{
    font-size: 30px !important;
    line-height: 30px;

}

	.div-text-usaexport{
	max-width: 470px; 
	margin-top: 0px;
	margin-right: 5px
}

	.div-text-usaexport h2{
	font-size: 16px !important;
	line-height: 20px !important;
}

	.image-home-usaexport{
    z-index: 1; 
	position: absolute; 
    top: 1%; 
    right: 0.2%; 
    transform: translate(-4%, 192px);
    width: 90%; 
  
    height: auto;
}

.home-title-text-usaexport-box{
	margin: 0px -65px 0 0px;
	padding-top: 10px
}

.fondo-usaexport{
	height:450px ;
}
}

@media(max-width: 500px){
	
.div-title-usaexport{
	max-width: 430px; 
	margin:0px;
	padding: 30px 25px 15px;
    text-align: left;
}
	
	.image-home-usaexport{
    transform: translate(4%, 200px);
    width: 100%; 
}
	}

@media(max-width: 445px){
	
	.div-title-usaexport{
	width: auto !important;
	max-width: 80%;
	margin: 0 5px !important;
	padding: 60px 12px 15px;
	text-align: center;   
}

	.div-title-usaexport h2{
    font-size: 30px !important;
    line-height: 30px;

}

	.div-text-usaexport{
	width: auto !important;
	max-width: 90%;
	margin: 0 -10px !important;
	z-index: 1; 
}

	.div-text-usaexport h2{
	font-size: 20px !important;
	line-height: 24px !important;
	text-align: center !important; 
}

	.image-home-usaexport{
    z-index: 0; 
	position: absolute; 
    top: 1%; 
    right: 0.2%; 
    transform: translate(11%, 355px);
    width: 120%; 
  
    height: auto;
}

.home-title-text-usaexport-box{
	margin: 0px -65px 0 0px;
	padding-top: 10px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.fondo-usaexport{
	height:650px ;
}
}

@media(max-width: 410px){
	.image-home-usaexport{
    transform: translate(25%, 180px);
    width: 192%; 
  
}
	}
	
@media(max-width: 372px){
	.image-home-usaexport{
    transform: translate(25%, 200px);
    width: 192%; 
  
}
	}
	
@media(max-width: 358px){
	.image-home-usaexport{
    transform: translate(25%, 214px);
    width: 192%; 
  }
}

@media(max-width: 332px){
	.image-home-usaexport{
    transform: translate(25%, 270px);
    width: 192%; 
 } 
}

/*Fin slider home*/

@media (max-width: 992px) {
    .pad-50{
       padding-bottom: 50px !important;
    }
}


/*Fin slider home*/

@media (max-width: 992px) {
    .pad-50{
       padding-bottom: 50px !important;
    }
}


/*--->Inicia Afiliados*/
.seccion-afiliados{
    display: grid;
    max-width: 1040px;
    width: 100%;
    text-align: center;
    margin: 0px auto;
    margin-top: 20px;
}
.container-afiliados{
    max-width: 700px;
    width: 100%;
    margin: 0 auto;
}
.container-alianzas{
    max-width: 930px;
    width: 100%;
    margin: 0 auto;
}
.slick-slide {
    margin: 0;
}

.slick-slide img {
    width: 100%;
}

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}

.slick-slide img {
    display: block;
    cursor: pointer;
}

.slick-initialized .slick-slide {
    display: block;
}

.indicators {
    text-align: center;
}

.indicator {
    display: inline-block;
    width: 10px;
    height: 10px;
    background-color: #888;
    border-radius: 50%;
    margin: 0 5px;
    cursor: pointer;
}

.indicator.active {
    background-color: #333;
}
/*Termina Afiliados <---*/

/* Custom styles for the Previous and Next buttons */
    .slick-prev {
      position: absolute;
      top: 50%;
      left: 10px; /* Adjust the left position as needed */
      transform: translateY(-50%);
      z-index: 1;
    }

    .slick-next {
      position: absolute;
      top: 50%;
      right: 10px; /* Adjust the right position as needed */
      transform: translateY(-50%);
      z-index: 1;
    }
    
    .slick-prev,
    .slick-next {
      font-size: 0; /* Oculta el texto dentro de las flechas */
      background: none;
      border: none;
      cursor: pointer;
    }

    .slick-prev::before {
      content: url("../images/left-arrow.png"); /* Reemplaza 'ruta-a-tu-icono.svg' con la ruta a tu icono SVG */
      display: inline-block;
      font-size: 24px; /* Ajusta el tamaño según sea necesario */
      color: #000; /* Ajusta el color según sea necesario */
    }
    
    
    .slick-next::before {
      content: url("../images/right-arrow.png"); /* Reemplaza 'ruta-a-tu-icono.svg' con la ruta a tu icono SVG */
      display: inline-block;
      font-size: 24px; /* Ajusta el tamaño según sea necesario */
      color: #000; /* Ajusta el color según sea necesario */
    }

    .slick-prev {
      left: -35px;
    }

    .slick-next {
      right: -35px;
    }
    
    @media(max-width: 768px){
    
    .slick-next {
      display: none !important;
    }
    .slick-prev {
      display: none !important;
    }
    
}


/*Css pantalla para servicios*/

/* Cards de servicios, colores */

.card-box {
	display: flex;
	justify-content: center;
	/*gap:16px;*/
}

.card-servicios-gris{
	display: flex;
	/*width: 268px;*/
	padding:46px 30px;
	flex-direction: column;
	justify-content: space-evenly;
	align-items: center;
	gap: 42px;
	text-align: start;
	
	background-color: #B2B2B2;
	color: #FFF;
}

.card-servicios-gris ul{
	align-self:  flex-start;
}

.card-servicios-rojo{
	display: flex;
	/*width: 268px;*/
 	padding:46px 30px;
	flex-direction: column;
	justify-content: space-evenly;
	align-items: center;
	gap: 42px;
	text-align: start;
	
	background-color: #DE4D52;
	color: #FFF;
}

.card-servicios-rojo ul{
	align-self:  flex-start;
}

.card-servicios-verde{
	display: flex;
	/*width: 268px;*/
	padding:46px 30px;
	flex-direction: column;
	justify-content: space-evenly;
	align-items: center;
	gap: 42px;
	text-align: start;
	
	background-color: #6AA556;
	color: #FFF;
}

.card-servicios-verde ul{
	align-self:  flex-start;
}

.card-servicios-mostaza{
	display: flex;
	/*width: 268px;*/
	padding:46px 30px;
	flex-direction: column;
	justify-content: space-evenly;
	align-items: center;
	gap: 42px;
	text-align: start;
	
	background-color: #F29A10;
	color: #FFF;
}

.card-servicios-mostaza ul{
	align-self:  flex-start;
}

@media(max-width: 560px){
	.nuestros-servicios-titulo{
	margin-bottom: 24px;
	}

}

/* seccion servicios */

/*css cards index y servicios*/
.card-servicios{
    display: flex;
    padding: 44px 30px;
    flex-direction: column;
    gap: 23px;
    padding: 40px 30px;
    cursor: pointer;
}

.cont-lista{
    display: flex;  
}
.lista-servicios{
   /*margin: 15px 0;*/
   padding: 0 0 0 15px;
   height: 150px;
   /*width: 205px;*/
}

.lista-servicios li{
    color: white;
    padding: 5px 0px;
    text-align: left;
}

.lista-servicios li:hover{
    color: rgba(255, 255, 255, 0.418);
}
.flecha-servicios{
    text-align: center;
}
.flecha-servicios:hover{
    transform: translatex(5%);
}
.fondo-servicios-end{
    height: 60px;
    background-color: var(--azul-institucional-color);
    position: relative;
    /* transform: translate(0, -30px); */
   
}

@media screen and (min-width: 1151px) and (max-width: 1199px){

.lista-servicios{
	padding: 0 0 !important;
}
}

@media screen and (min-width: 600px) and (max-width: 767px){
.marg-60{
	margin: 0 110px !important;
}
}

@media screen and (min-width: 400px) and (max-width: 600px){
.marg-60{
	margin: 0px 60px;
}
}


/*fin cards*/

.seccion-servicios-gris{
	background-color: #E2E2E2;
	color: #011E41;
}

.card-box-wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: stretch;
	gap: 35px;
}

.card-gris{
	padding: 3px;
	max-width: 343px;
	text-align: start;
	background-color: #FFF;
}

.inner-card-gris{
	height: 100%;
	background-color: #FFF;
	border: 3px solid #E2E2E2;
	padding: 12px;
}

@media(max-width: 319px){
	.img-servicios{
	 	width: 80%;
	}
	.botonBlueGeneral {
		padding: 15px 60px;
	}

}

@media screen and (min-width: 1150px) and (max-width: 1199px){
	.img-exportaciones{
	margin-left: 2px!important;
	}
}

@media screen and (min-width: 200px) and (max-width: 412px) { 
.titulo-cargo-aita-logo-box{
	display: flex;
	flex-wrap: no-wrap;
	align-items: center;
}

.titleHE{
	font-size: 20px;
}

/*.regular-s{
	font-size: 14px;
}*/

.object{
	top:32rem !important;
	height:56px !important;
}

.objectCustom{
	top:33rem !important;
	height:56px !important;	
}

.objectParcel{
	top:37rem !important;
	height:56px !important;
}
.objectCM{
	top:34rem !important;
	height:56px !important;
}
.cargo-logo{
	width: 250px;
}

.cargo-page-aita-logo{
	width: 80px;
}

.card-box {
    flex-direction: column; 
}
  .card-servicios-gris,
  .card-servicios-rojo,
  .card-servicios-verde,
  .card-servicios-mostaza {
    width: 100%; 
}
  
.borderSides{
    border-bottom: 2px solid #DFDFDF;
    border-right: none !important;
    border-left: none !important;
}

.alingCuadro{
	text-align: left !important;
}
}

@media screen and (min-width: 412px) and (max-width: 480px) {
	.desapareceSME{
		display: none!important;
	} 
.titulo-cargo-aita-logo-box{
	display: flex;
	flex-wrap: no-wrap;
	align-items: center;
}

.titleHE{
	font-size: 20px;
}

/*.regular-s{
	font-size: 14px;
}*/

.object{
	top:32rem !important;
}

.objectCustom{
	top:31rem !important;	
}
.objectCM{
	top:34rem !important;	
}

.objectParcel{
	top:35rem !important;
}
.cargo-logo{
	width: 250px;
}

.cargo-page-aita-logo{
	width: 80px;
}

.card-box {
    flex-direction: column; 
}
  .card-servicios-gris,
  .card-servicios-rojo,
  .card-servicios-verde,
  .card-servicios-mostaza {
    width: 100%; 
  }
  
.borderSides{
    border-bottom: 2px solid #DFDFDF;
    border-right: none !important;
    border-left: none !important;
}

.alingCuadro{
	text-align: left !important;
}

}

@media screen and (min-width: 480px) and (max-width: 720px) {
/*.container{
	max-width: 100% !important;
}*/
.containerBody{
	 margin: 0px 56px !important;
}

.titleHE{
	font-size: 20px;
}
.cargo-logo{
	width: 250px;
}

.regular-s{
	font-size: 14px;
}

.object{
	top:35rem !important ;
}

.objectCustom{
	top:36rem !important ;
}
.objectCM{
	top:36rem !important ;
}

.objectParcel{
	top:37rem !important;
}

.card-box {
    flex-direction: column; 
}
  .card-servicios-gris,
  .card-servicios-rojo,
  .card-servicios-verde,
  .card-servicios-mostaza {
    width: 100%; 
 }
  
.borderSides{
    border-bottom: 2px solid #DFDFDF;
    border-right: none !important;
    border-left: none !important;
}

.alingCuadro{
	text-align: left !important;
}

}

@media screen and (min-width: 721px) and (max-width: 820px) {
/*.container{
	max-width: 100% !important;
}*/
.containerBody{
	 margin: 0px 65px !important;
}
.titleHE{
	font-size: 20px;
}
.cargo-logo{
	width: 250px;
}

.regular-s{
	font-size: 14px;
}

.object{
	top:35rem !important ;
}

.objectCustom{
	top:35rem !important ;
}

.objectParcel{
	top:36rem !important;
}
.objectCM{
	top:36rem !important;
}

.card-box {
    flex-direction: column; 
}
  .card-servicios-gris,
  .card-servicios-rojo,
  .card-servicios-verde,
  .card-servicios-mostaza {
    width: 100%; 
 }
  
.borderSides{
    border-bottom: 2px solid #DFDFDF;
    border-right: none !important;
    border-left: none !important;
}

.alingCuadro{
	text-align: left !important;
}

}
@media screen and (min-width: 800px) and (max-width: 820px) {
.objectCM{
	top:41rem !important;
	}
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
.img-115{
	width:125% !important;
	}
}

@media screen and(max-width: 2500px) {
.img-110{
	width:110% !important;
	}
}


@media screen and (min-width: 768px) and (max-width: 893px) {
/*.container{
	max-width: 100% !important;
}*/

.titleHE{
	font-size: 20px;
}
.regular-s{
	font-size: 14px;
}

.object{
	top:41rem !important ;
}

.objectCustom{
	top:38rem !important ;
}

.objectParcel{
	top:44rem !important;
}
.objectCM{
	top:42rem !important;
}
.card-box {
    flex-direction: column; 
}
  .card-servicios-gris,
  .card-servicios-rojo,
  .card-servicios-verde,
  .card-servicios-mostaza {
    width: 100%; 
 }
  
.borderSides{
    border-bottom: 2px solid #DFDFDF;
    border-right: none !important;
    border-left: none !important;
}

.alingCuadro{
	text-align: left !important;
}

.containerBody{
	    margin: 0px 85px
}

}

@media screen and (min-width: 893px) and (max-width: 991px) {
/*.container{
	max-width: 100% !important;
}
*/
.titleHE{
	font-size: 20px;
}
.img{
	WIDTH: 85% !IMPORTANT;
}

.containerBody{
	 margin: 0px 100px !important;
}

.regular-s{
	font-size: 14px;
}

/*.object{
	top:46rem !important ;
}*/

.objectCustom{
	top:39rem !important ;
}

.objectParcel{
	top:43rem !important;
}

.card-box {
    flex-direction: column; 
}
  .card-servicios-gris,
  .card-servicios-rojo,
  .card-servicios-verde,
  .card-servicios-mostaza {
    width: 100%; 
 }
  
.borderSides{
    border-bottom: 2px solid #DFDFDF;
    border-right: none !important;
    border-left: none !important;
}

.alingCuadro{
	text-align: left !important;
}

}

@media screen and (min-width: 895px) and (max-width: 991px) {
.object{
	top:40rem !important ;
} 
}

/* seccion servicios */

.seccion-servicios-rojo{
	background-color: #DE4D52;
	color: #011E41;
}

.card-rojo{
	padding: 3px;
	max-width: 343px;
	text-align: start;
	background-color: #FFF;
}

.inner-card-rojo{
	height: 100%;
	background-color: #FFF;
	border: 3px solid #DE4D52;
	padding: 12px;
}

/* seccion servicios */

.seccion-servicios-verde{
	background-color: #6AA556;
	color: #011E41;
}

.card-verde{
	padding: 3px;
	max-width: 343px;
	text-align: start;
	background-color: #FFF;
}

.inner-card-verde{
	height: 100%;
	background-color: #FFF;
	border: 3px solid #6AA556;
	padding: 12px;
}

.card-box-wrap-customs {
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	gap: 35px;
}

@media(max-width: 600px){
.card-box-wrap-customs {
	justify-content: center;
}
}

@media(min-width: 991px){
.bL {
	border-left: 2px solid #DFDFDF ;
}
}

@media screen and (min-width: 992px) and (max-width: 1266px) {
.objectL{
	top:21rem !important
}

.objectC{
	top:20rem !important
}
}

@media screen and (min-width: 992px) and (max-width: 1200px) {
.mi_paddingText_80{
	padding-top: 80px !important;
}

.objectC{
	top:20rem !important
}
}

/* seccion servicios */

.seccion-servicios-mostaza{
	background-color: #F29A10;
	color: #011E41;
}

.card-mostaza{
	padding: 3px;
	max-width: 343px;
	text-align: start;
	background-color: #FFF;
}

.inner-card-mostaza{
	height: 100%;
	background-color: #FFF;
	border: 3px solid #F29A10;
	padding: 12px;
}

.borderSides{
	border-left: 2px solid #DFDFDF;
    border-right: 2px solid #DFDFDF;
}

.alingCuadro{
	display: flex;
    align-items: baseline;
}

.margin-r10{
	margin-right: 10px;
}

.object {
	top:17rem;
    width: 100%; 
    height: 95px;
    right: 0;
    position: absolute;
    z-index: -1;
}

.objectCustom{
	top:19rem;
    width: 100%; 
    height: 95px;
    right: 0;
    position: absolute;
    z-index: -1;
}

.objectParcel{
	top:19rem;
    width: 100%; 
    height: 95px;
    right: 0;
    position: absolute;
    z-index: -1;
}

.objectL{
	top:19rem;
    width: 100%; 
    height: 95px;
    right: 0;
    position: absolute;
    z-index: -1;
}

.objectC{
	top:18rem;
    width: 100%; 
    height: 95px;
    right: 0;
    position: absolute;
    z-index: -1;
}

.objectCM{
	top:42rem;
    width: 100%; 
    height: 95px;
    right: 0;
    position: absolute;
    z-index: -1;
}

.padding_bottom_chico{
	padding-bottom: 20px;
}

.lineR{
	background-color: #E53E51;
}

.lineG{
	background-color: #3DAE2B;
}

.lineO{
	background-color: #FF9015;
}
.lineGrey{
	background-color: #B2B2B2;
}

.modal-footer{
	border-top:none;
}

.modal-header{
	    display: initial;
	    padding: 1rem 2rem 0rem;
}
.modal-body {
	padding: 1rem 2rem;
}
.getin_form .form-control{
	border-bottom: 1px solid #091E3F;
}

.btnFormulario{
padding: 3px 34px;
}
.txtFormulario{
	font-size: 16px;
}
.card-link+.card-link{
	margin-left: 0px;
}
.seleccionado{
        background-color: #E9E9E9 !important;
}

.padding_top_80{
	padding-top: 3rem;
}

.pd-top-80{
	padding-top: 80px;
}

@media screen and (min-width: 319px) and (max-width: 425px) {
	.pd-mv{
		padding-top: 0px !important ;
	}
	.pd-mv-customs{
		padding-top: 30px !important;	
	}

}

@media screen and (min-width: 412px) and (max-width: 425px) {
	.pd-mv-customs{
		padding-top: 48px !important;	
	}

}

@media screen and (min-width: 991px) and (max-width: 1105px) {
	.card-box{
		display: grid;
	}
}

@media screen and (min-width: 319px) and (max-width: 551px) {
	.cargo-logo-cargoA{
		width: 95% !important;
	}
}
@media screen and (min-width: 1150px) and (max-width: 1199px) {
	.contCargo{
		margin:0px !important;
	}
	.cont-img-md-cargo{
		width:98% !important;
	}
}
@media screen and (min-width: 1130px) and (max-width: 1199px) {
	.cont-img-md{
		width:98% !important;
	}
}
@media screen and (min-width: 991px) and (max-width: 1151px) {
	.top-obj-custom{
		top:19rem !important;
	}
}
@media screen and (min-width: 1085px) and (max-width: 1266px) {
	.widht-img{
		width:118% !important;
	}
}

@media screen and (min-width: 1152px) and (max-width: 1266px) {
	.top-obj-custom{
		top:19rem !important;
	}
}

@media screen and (min-width: 575px) and (max-width: 720px) {
	.margin-left-img{
		margin: 0px 0px 0px 20px  !important;
	}
	.alingCuadro{
		margin-left: 40px;
	}
}

@media screen and (min-width: 608px) and (max-width: 650px) {
	.margin-left-img{
		margin: 0px 0px 0px 20px  !important;
	}
	.titleHE-right{
		margin-right: 50px;
	}
}

@media screen and (min-width: 650px) and (max-width: 893px) {
	.margin-left-img{
		margin: 0px 0px 0px 23px  !important;
	}
	.alingCuadro{
		margin-left: 48px !important;
	}
	.titleHE-right{
		margin-right: 90px;
	}
}

@media screen and (min-width: 721px) and (max-width: 720px) {
	.margin-left-img{
		margin: 0px 0px 0px 20px  !important;
	}
}

@media screen and (min-width: 893px) and (max-width: 991px) {
	.margin-left-img{
		margin: 0px 0px 0px 20px  !important;
	}
	.alingCuadro{
		margin-left: 180px;
	}
}

@media screen and (min-width: 893px) and (max-width: 991px) {
	.margin-left-img{
		margin: 0px 0px 0px 20px  !important;
	}
	.alingCuadroCargo{
		margin-left: 60px;
	}
}

@media screen and (min-width: 768px) and (max-width: 991px) {
	.just-cont{
		justify-content: center;
}
}

/*cambios banner*/

@media(max-width: 420px){
.home-title-text-contenedorTrailer-box{
    padding-top: 0px;
    margin: 0px 20px 0px 20px;
}
.div-title-contenedorTrailer{
	max-width: 100%;
	height: 144px;
}
.div-text-contenedorTrailer{
	max-width: 100%;
	margin: 0 28px !important;
	padding: 13px 0px 0px 0px;
}
.div-text-contenedorTrailer h2{
	font-size: 20px!important;
}
.image-home-contenedorTrailer{
	top: 54%;
	width: 98%;
	transform: none;
}

}

@media screen and (min-width: 341px) and (max-width: 420px) {
.div-title-contenedorTrailer{
	padding: 32px 20px 15px;
}
}
@media screen and (min-width: 334px) and (max-width: 340px) {
.div-title-contenedorTrailer h2{
	padding-top: 18px;
}
}

@media screen and (min-width: 421px) and (max-width: 444px){
.home-title-text-contenedorTrailer-box{
    padding-top: 0px;
    margin: 0px 20px 0px 20px;
}
.div-title-contenedorTrailer{
	max-width: 100%;
	height: 144px;
}
.div-text-contenedorTrailer{
	max-width: 100%;
	margin: 0 42px !important;
	padding: 15px 0px 0px 0px;
}
.div-text-contenedorTrailer h2{
	font-size: 20px!important;
}
.image-home-contenedorTrailer{
	top: 53%;
	width: 100%;
	transform: none;
}
.div-title-contenedorTrailer h2{
		line-height: 36px;
		padding-top: 20px;

}
}

@media screen and (min-width: 445px) and (max-width: 500px){
.home-title-text-contenedorTrailer-box{
    padding-top: 0px;
    margin: 0px 20px 0px 20px;
}
.div-title-contenedorTrailer{
	text-align: center;
	max-width: 100%;
	height: 130px;
}
.div-text-contenedorTrailer{
	text-align: center;
	max-width: 100%;
	margin: 0 12px !important;
	padding: 15px 0px 0px 0px;
}
.div-text-contenedorTrailer h2{
	font-size: 18px!important;
}
.image-home-contenedorTrailer{
	margin-right: 32px;
	top: 54%;
	width: 80%;
	transform: none;
}
.div-title-contenedorTrailer h2{
		line-height: 36px;
		padding-top: 20px;

}
}

@media screen and (min-width: 501px) and (max-width: 700px){
.home-title-text-contenedorTrailer-box{
    padding-top: 0px;
    margin: 0px 20px 0px 20px;
}
.div-title-contenedorTrailer{
	text-align: center;
	max-width: 100%;
	margin:0px;
	padding: 40px 20px 15px 20px;
	height: 130px;
}
.div-text-contenedorTrailer{
	text-align: center;
	max-width: 100%;
	margin: 0 12px !important;
	padding: 15px 0px 0px 0px;
}
.div-text-contenedorTrailer h2{
	font-size: 18px!important;
}
.image-home-contenedorTrailer{
	margin-right: 32px;
	top: 48%;
	width: 82%;
	transform: none;
}
.div-title-contenedorTrailer h2{
		line-height: 36px;
		padding-top: 20px;

}
}

@media screen and (min-width: 500px) and (max-width: 512px){
	.div-title-contenedorTrailer{
		padding: 10px 25px 15px !important;
	}
}

@media screen and (min-width: 555px) and (max-width: 700px){
	.image-home-contenedorTrailer{
		top: 40% !important;
	}
}

@media screen and (min-width: 701px) and (max-width: 1158px){
.image-home-contenedorTrailer{
	width: 50%;
	transform: translate(-94%, -1%);
}
.home-title-text-contenedorTrailer-box{
	margin: 0px 0px 0 47%;
    padding-top: 38px;
}
.div-title-contenedorTrailer h2 {
	font-size: 20px!important;
	line-height: 25px !important;
}
.div-text-contenedorTrailer{
	max-width: 88%;
}
}

/*@media screen and (min-width: 1101px) and (max-width: 1490px){
.image-home-contenedorTrailer {
    width: 54%;
}

.home-title-text-contenedorTrailer-box {
    margin: 0px 0px 0 592px;
    padding-top: 48px;
    }

.div-text-contenedorTrailer{
		max-width: 85%;
	}
}

@media(min-width: 1972px){
.home-title-text-contenedorTrailer-box {
    margin: 0px 0px 0 910px;
    padding-top: 60px;
}
}*/

@media screen and (min-width: 1415px) and (max-width: 1515px){
.image-home-contenedorTrailer{
    width: 44.5%; 
    transform: translate(-106%, -1%);
}
}
@media screen and (min-width: 1415px) and (max-width: 1415px){
.image-home-contenedorTrailer{
    width: 44.5%; 
    transform: translate(-106%, -1%);
}
}

@media screen and (min-width: 1201px) and (max-width: 1250px){
.image-home-contenedorTrailer{
    width: 56%; 
    transform: translate(-76%, -1%);
}
.home-title-text-contenedorTrailer-box{
	    margin: 0px 0px 0 660px;
}
}

@media screen and (min-width: 1250px) and (max-width: 1300px){
.image-home-contenedorTrailer{
    width: 55%; 
    transform: translate(-79%, -1%);
}
.home-title-text-contenedorTrailer-box{
	    margin: 0px 0px 0 668px;
}
}

@media screen and (min-width: 1301px) and (max-width: 1330px){
.image-home-contenedorTrailer{
    width: 50%; 
    transform: translate(-90%, -1%);
}
.home-title-text-contenedorTrailer-box{
	    margin: 0px 0px 0 668px;
}
}

@media screen and (min-width: 1330px) and (max-width: 1415px){
.image-home-contenedorTrailer{
    width: 48%; 
    transform: translate(-99%, -1%);
}
.home-title-text-contenedorTrailer-box{
	    margin: 0px 0px 0 673px;
}
}

@media screen and (min-width: 1415px) and (max-width: 1475px){
.image-home-contenedorTrailer {
    width: 48.5%;
    transform: translate(-93%, -1%);
}
}

/*@media(max-width: 1700px){
	.image-home-contenedorTrailer{
		width: 36%;
	}
}
@media(max-width: 1750px){
	.home-title-text-contenedorTrailer-box {
		margin: -11px 0px 0 772px;
    	
	}
}

@media(max-width: 1810px){
	.home-title-text-contenedorTrailer-box {
		margin: -11px 0px 0 795px;
    	
	}
}*/

/*@media screen and (min-width: 1810px) and (max-width: 1810px){
	.home-title-text-contenedorTrailer-box {
		margin: -11px 0px 0 870px;
	}
	.image-home-contenedorTrailer{
		    transform: translate(-143%, -1%);
	}
}*/


@media screen and (min-width: 1640px) and (max-width: 1712px){
	.home-title-text-contenedorTrailer-box {
		margin: -13px 0px 0 820px;
	}
	.image-home-contenedorTrailer{
		    transform: translate(-127%, -1%);
		    width: 38%;
	}
}

@media screen and (min-width: 1713px) and (max-width: 1755px){
.home-title-text-contenedorTrailer-box{
    margin: 0px 0px 0 770px;
   }
 }

@media screen and (min-width: 1755px) and (max-width: 1820px){
.home-title-text-contenedorTrailer-box{
    margin: 0px 0px 0 800px;
   }
 }
 
@media screen and (min-width: 1820px) and (max-width: 1865px){
.home-title-text-contenedorTrailer-box{
    margin: 0px 0px 0 823px;
   }
 }

@media screen and (min-width: 1865px) and (max-width: 1940px){
	.home-title-text-contenedorTrailer-box {
		margin: -11px 0px 0 820px;
	}
	.image-home-contenedorTrailer{
		    transform: translate(-155%, -1%);
	}
}

@media screen and (min-width: 1940px) and (max-width: 2000px){
	.home-title-text-contenedorTrailer-box{
    margin: 0px 0px 0 885px;
   }
}

@media screen and (min-width: 2000px){
	.home-title-text-contenedorTrailer-box{
    margin: 0px 0px 0 923px;
   }
}

@media screen and (min-width: 1300px){
	.div-text-usaexport{
    margin: -35px 0 0 -20px;
   }
}

@media screen and (min-width: 1200px) and (max-widht:1300px){
	.div-text-usaexport{
    margin: -35px 0 0 -5px;
   }
}

@media screen and (min-width: 1900px){
.image-home-usaexport{
    top: -4%;
    transform: translate(-30%, -1%);
    width: 40%;
   }
}

@media screen and (min-width: 1670px) and (max-width:1750px){
	.image-home-usaexport{
    	top: -5%;
    	transform: translate(-5%, -1%);
    	width: 45%;
   }
}
@media screen and (min-width: 1750px) and (max-width:1900px){
	.image-home-usaexport{
    	top: -5%;
    	transform: translate(-8%, -1%);
    	width: 44%;
   }
}

@media screen and (min-width: 1100px) and (max-width:1200px){
	.image-home-usaexport{
    	padding-top: 0%;
   		width: 63%;
   		transform: translate(-1%, -1%);
   }
}
@media screen and (min-width: 700px) and (max-width:768px){
	.div-title-usaexport{
    	margin: 0 0 0 -54px;
    	padding: 25px 132px 15px 0px;
   }
   .div-text-usaexport{
       margin: 0 0 0 -72px;
}
}

@media screen and (min-width: 0px) and (max-width:410px){
.image-home-usaexport {
    transform: translate(7%, 394px);
    width: 112%;
}
.div-title-usaexport{
	margin: 28px 5px 0 0 !important;
} 

.transform-Mov{
   transform: translate(0px, -10px);
}

.fondo-mov{
	background-image: url("../images/carrusel/fondo-azul-flechas-blancas-movil.png") !important;
}
}

.carousel-item{
	transition: none!important;
}