
*{
    padding: 0;
    margin: 0;
    scroll-behavior: smooth;
}
html,body{
    width: 100%;
    height: 100%;
}
.swiper-container {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: transparent;

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
/**TOP**/
.top{
    width: 100%;
    height: 100vh;
    background-image: url("../img/bg_top.jpg");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.info1{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding-right: 60px;
}
.info1 p{
    text-align: left;
    font-size: 50px;
    color: white;
    margin-bottom: 60px;
    line-height: 1.3;
}
.info1 span{
    text-align: left;
    font-size: 14px;
    margin-bottom: 60px;
    color: white;
}
.imgInfo1{
    position: absolute;
    right: 0;
    width: 36em;
}

.imgInfo1Responsive{
    display: none;
}
.buttonGooglePlayResponsive{
    display: none;
}
.contGooglePlay{
    width: 12em;
}
/*SLIDE 2*/

.info2{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding-right: 200px;
}
.info2 p{
    text-align: left;
    font-size: 50px;
    color: white;
    margin-bottom: 60px;
    line-height: 1.3;
}
.info2 span{
    text-align: left;
    font-size: 14px;
    margin-bottom: 60px;
    color: white;
}
.btnTaxiPremium{
    background: black;
    color: white;
    padding: 10px 50px;
    border-radius: 8px;
}
.btnTaxiPremium:hover{
    color: white;
}
/*SLIDE 3*/

.info3{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding-right: 100px;
}
.contentAbsoVermas{
    display: none;
}
.info3 p{
    text-align: left;
    font-size: 50px;
    color: white;
    margin-bottom: 60px;
    line-height: 1.3;
}
.info3 span{
    text-align: left;
    font-size: 14px;
    margin-bottom: 60px;
    color: white;
}
.btnTaxiPremium{
    background: black;
    color: white;
    padding: 10px 50px;
    border-radius: 8px;
}
.nextTop,.prevTop{
    background-size: 60px 60px ;
    width: 60px;
    height: 60px;
}
.nextTop{
    background-image: url("../img/siguiente_swiper_top.png");
    position: relative;
    right: 0;
    margin-bottom: 40px;
}
.prevTop{
    background-image: url("../img/atras_swiper_top.png");
    position: relative;
    left: 0;
}
.swiperarrowstop{
    position: absolute;
    top: 50%;
    left: 15%;
    transform: translate(-50%,-50%);
    width: 60px;
    display: flex;
    flex-direction:column;
    z-index: 100;
}
.pagintationTop{
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 80px;
}
.pagintationTop .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    margin-bottom: 15px;
    background-color: rgba(255, 255, 255, 85);
}
.pagintationTop  .swiper-pagination-bullet-active {
    width: 12px;
    height: 12px;
    opacity: 1;
    background: white;
}
.numeropagina{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 50px;
}
.numeropagina p{
    color: white;
    font-size: 35px;
    margin-bottom: 5px;
}
.indexactivado{
    opacity: 1;
}
.desactivadoIndex{
    opacity: 0.6;
}
/**COMPROMISO**/
.compromiso{
    width: 100%;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
}
.compromisoText p{
    font-size: 20px;
    text-align: center;
    margin-top: 80px;
    margin-bottom: 80px;
}
.sizeSemiCir{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.sizeSemiCir img{
    width: 18em;
}
/**ACTOS**/
.actosrealizados{
    width: 100%;
    height: 100vh;
}
.bg-slideActo1{
    background-image: url("../img/bg_control_diario.jpg");
    background-color: #4ea82c;
    background-repeat: no-repeat;
    background-position: left;
    background-size:contain ;
}
.bg-slideActo1::before{
    content: '';
    position: absolute;
    right: 0;
    width: 25em;
    height: 100%;
    background-color: #4ea82c;
}
.bg-slideActo2{
    background-image: url("../img/bg_vehiculo_limpio.jpg");
    background-color: #000000;
    background-repeat: no-repeat;
    background-position: left;
}
.bg-slideActo2::before{
    content: '';
    position: absolute;
    right: 0;
    width: 25em;
    height: 100%;
    background-color: #000000;
}
.bg-slideActo3{
    background-image: url("../img/bg_viajo_tranquilo.jpg");
    background-color: #4ea82c;
    background-repeat: no-repeat;
    background-position: left;
}
.bg-slideActo3::before{
    content: '';
    position: absolute;
    right: 0;
    width: 25em;
    height: 100%;
    background-color: #4ea82c;
}
.swiperarrowsactos{
    position: absolute;
    right: 5%;
    bottom: 16%;
    display: flex;
    flex-direction: row-reverse;
}
.nextactos,.prevactos{
    background-size: 60px 60px ;
    width: 60px;
    height: 60px;
}
.nextactos{
    background-image: url("../img/siguiente_swiper_actos.png");
    position: relative;
    right: 0;
    margin-left: 40px;
}
.prevactos{
    background-image: url("../img/atras_swiper_actos.png");
    position: relative;
    left: 0;
}
.infoSlideActos{
    position: absolute;
    right: 5%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}
.infoSlideActos p{
    font-size: 32px;
    color: white;
    text-align: right;
}
/***NOSOTROS***/
.nosotros{
    background-image: url("../img/bg_nosotros.png");
    background-position: left;
    background-repeat: no-repeat;
    background-size: contain;
    height: 40em;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.infoNosotros{
    margin-right: 150px;
}
.questInfo{
    font-size: 25px;
    text-transform: uppercase;
}
.tituloNostros{
    font-size: 35px;
    color: #4ea82c;
}
.infoNosotrosText{
    font-size: 16px;
    margin-bottom: 50px;
}
/******Servicios*******/
.nuestroServicios{
    width: 100%;
    height: 100vh;
}
.tituloServicios{
    font-size: 42px;
    color: black;
    text-align: center;
    text-transform: uppercase;
    margin-top: 200px;
    margin-bottom: 20px;
    letter-spacing: 10px;
}
.widthImgSemiServi{
    width: 8em;
}
.imgWidthServicios {
    width: 30em;
}

.swiperarrowsservicios{
    position: absolute;
    left: 32%;
    bottom: 16%;
    display: flex;
    flex-direction: row-reverse;
}
.nextservicios,.prevservicios{
    background-size: 60px 60px ;
    width: 60px;
    height: 60px;
}
.nextservicios{
    background-image: url("../img/siguiente_swiper_servicios.png");
    position: relative;
    right: 0;
    margin-left: 40px;
}
.prevservicios{
    background-image: url("../img/atras_swiper_servicios.png");
    position: relative;
    left: 0;
}
/**promos**/
.nuestraPromo{
    width: 100%;
    height: 650px;
    padding: 0px 180px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.cardPromo{
    height: 447.66px;
    background-color: #cce7b1;
    border-radius: 25px;
}
.PromoSwiper{
    height: auto;
}
.infoCardPromo{
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content:flex-start;
    align-items: center;
}
.icPromos{
    width: 124px;
    margin-top: 40px;
}
.infoCardPromo p{
    margin-top: 40px;
    line-height: 1.2;
}   

/**CONSULTAR VUELO**/
.consultaVuelo{
    width: 100%;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
}
.imgWidthConsulta{
    
    width: 45em;
}
.tituloConsulta{
    font-size: 40px;
    color: #4ea82c;
    line-height: 1.2;
    margin-bottom: 40px;
}
.infoConsText{
    font-size: 15px;
    margin-bottom: 40px;
}
.btnConsulvuelos {
    background: black;
    color: white;
    padding: 10px 20px;
    border-radius: 10px;
}
.btnConsulvuelos:hover{
    color: white;
}
/**PROMO APP**/
.promoapp{
    width: 100%;
    height: 100vh;
    background-image: url("../img/bg_promoapp.jpg");
    background-size: cover;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding-left: 280px;
}
.tituloinfoPromo{
    font-size: 40px;
    color: white;
    line-height: 1.2;
}
.textProm{
    font-size: 14px;
    color: white;
    line-height: 1.2;
}
.absoImgPromo{
    position: absolute;
    right: 10%;
    width: 76em;
}
/**afiliacion**/
.afiliacion{
    width: 100%;
    height: 40em;
    background-color: black;
    display: flex;
    justify-content: center;
    align-items: center;
}
.infoAfiliacion{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.tituloAfiliacion{
    font-size: 42px;
    color: white;
    margin-bottom: 50px;
}
.textAfiliacion{
    color: white;
    font-size: 15px;
    margin-bottom: 40px;
}
.btnAfiliacion {
    background: #4ea82c;
    color: white;
    padding: 10px 56px;
    border-radius: 10px;
}
.btnAfiliacion:hover{
    color: white;
}
.leftabsAfi{
    left: 15%;
}
.rightabsAfi{
    right: 15%;
}
/**consultas**/
.consultas{
    width: 100%;
    height: 100%;
    background-image: url("../img/bg_consultas.jpg");
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
}
.infoConsultaForm{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-top: 80px;
}
.tituloConsultaForm{
    font-size: 40px;
    color: #4ea82c;
    line-height: 1.2;
    text-align: center;
}
.textConsultaForm{
    font-size: 16px;
    color: #8b8a8a;
    line-height: 1.2;
    text-align: center;
}
.widhFormularioConsulta{
    width: 25em;
}
.form-control-Afiliacion{
    color: white;
    background-color: rgb(78 168 44 / 0.5);
    border-radius: 12px;
    height: 3em;
}
.form-control-Afiliacion::placeholder{
    color: white;
}
.form-control-Afiliacion:focus{
    background-color: rgb(78 168 44 / 0.5);
}
.btnEnviarAfiliacion{
    background: black;
    color: white;
    padding: 15px 50px;
    border-radius: 8px;
}
.btnEnviarAfiliacion:hover{
    color: white;
}
/**responsive**/
@media(max-width:1600px){
    
    
    .info1 {
        padding-right: 50px;
        padding-left: 40px;
    }
    .info1 p {
        font-size: 40px;
        margin-bottom: 30px;
    }
    .imgInfo1 {
        width: 30em;
    }
    
    .info2 {
        padding-right: 50px;
        padding-left: 40px;
    }
    .info2 p {
        font-size: 40px;
        margin-bottom: 30px;
    }
    
    .info3 {
        padding-right: 50px;
        padding-left: 40px;
    }
    .info3 p {
        font-size: 40px;
        margin-bottom: 30px;
    }
    .contGooglePlay {
        width: 10em;
    }
    .swiperarrowstop {
        left: 10%;
    }
    .widthIntranet{
        width: 30em;
    }
    .sizeSemiCir img {
        width: 16em;
    }
    .infoSlideActos p {
        font-size: 26px;
    }
    .tituloServicios {
        font-size: 32px;
    }
    .imgWidthServicios {
        width: 28em;
    }
    .widthImgSemiServi {
        width: 7em;
        margin-left: 30px;
    }
    .icPromos {
        width: 100px;
        margin-top: 40px;
    }
    .cardPromo {
        height: 370.66px;
        border-radius: 20px;
    }
    .imgWidthConsulta {
        width: 38em;
    }
    .tituloConsulta {
        font-size: 32px;
    }
    .absoImgPromo {
        position: absolute;
        right: 10%;
        width: 52em;
    }
    .tituloAfiliacion {
        font-size: 32px;
        margin-bottom: 30px;
    }
}
@media(max-width:1366px){
    .imgInfo1 {
        width: 26em;
    }
    .info1 {
        margin-left: 60px;
    }
    .info2 {
        margin-left: 60px;
    }
    .info3 {
        margin-left: 60px;
    }
    .widthIntranet {
        width: 26em;
    }
    .swiperarrowstop {
        left: 8%;
    }
    .infoSlideActos p {
        font-size: 24px;
    }
    .tituloNostros {
        font-size: 30px;
        color: #4ea82c;
    }
    .infoNosotros {
        margin-right: 100px;
    }
    .infoCardPromo p {
        margin-top: 20px;
        font-size: 16px;
    }
    .cardPromo {
        height: 300.66px;
        border-radius: 20px;
    }
    .icPromos {
        width: 80px;
        margin-top: 14px;
    }
    .imgWidthConsulta {
        width: 34em;
    }
    .absoImgPromo {
        position: absolute;
        right: 8%;
        width: 42em;
    }
    .widthImgSemiServi {
        width: 6em;
        margin-left: 0px;
    }
}
@media(max-width:1280px){
    .promoapp {
        padding-left: 154px;
    }
    .info1 p {
        font-size: 30px;
    }
    .info2 p {
        font-size: 30px;
    }
    .info3 p {
        font-size: 30px;
    }
    .imgWidthServicios {
        width: 25em;
    }
    .tituloServicios {
        font-size: 26px;
        margin-top: 100px;
    }
    .imgWidthConsulta {
        width: 28em;
    }
    .promoapp {
        padding-left: 130px;
    }
    .leftabsAfi {
        left: 8%;
    }
    .rightabsAfi {
        right: 8%;
    }
    .widhFormularioConsulta {
        width: 22em;
    }
}
@media(max-width:1110px){
    .tituloAfiliacion {
        font-size: 28px;
        margin-bottom: 18px;
    }
    .absoImgPromo {
        position: absolute;
        right: 8%;
        width: 36em;
    }
    .promoapp {
        padding-left: 94px;
    }
    .imgInfo1 {
        width: 24em;
    }
    .widthIntranet {
        width: 24em;
    }
    .info1 p {
        font-size: 22px;
    }
    .info2 p {
        font-size: 22px;
    }
    .info3 p {
        font-size: 22px;
    }
    .imgWidthServicios {
        width: 18em;
    }
}

@media(max-width:991px){
    .imgWidthConsulta {
        width: 31em;
        margin-top: 60px;
        margin-bottom: 130px;
    }
    .consultas {
        height: 54em;
    }
    .textConsultaForm {
        margin-bottom: 50px;
    }
    .top {
        height: 55em;
        padding-top: 120px;
    }
    .top .swiper-slide{
        align-items: flex-start;
    }
    .imgInfo1 {
        width: 24em;
        bottom: 25%;
    }
    .info1 {
        width: 100%;
        margin-left: 0;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .info2 {
        width: 100%;
        margin-left: 0;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .info3 {
        width: 100%;
        margin-left: 0;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .info1 p {
        text-align: center;
    }
    .info2 p {
        text-align: center;
    }
    .info3 p {
        text-align: center;
    }
    .info1 span {
        text-align: center;
    }
    .info2 span {
        text-align: center;
    }
    .info3 span {
        text-align: center;
    }
    .buttonGooglePlayResponsive {
        display: block;
        position: absolute;
        bottom: 12%;
    }
    .centrar{
        display: flex;
        flex-direction: column;
        justify-content: space-around;
        align-items: center;
    }
    .info1 .contGooglePlay{
        display: none;
    }
    .contentAbsoVermas{
        position: absolute;
        display: inline;
        bottom: 12%;
    }
    .info2 .btnTaxiPremium{
        display: none;
    }
}
@media(max-width:775px){
    .bg-slideActo1{
        background-size: cover;
    }
    .bg-slideActo1::before {
        content: '';
        position: absolute;
        right: 0;
        width: 100%;
        height: 100%;
        background-color: #4ea82c5c;
    }
    .bg-slideActo2{
        background-size: cover;
    }
    .bg-slideActo2::before {
        content: '';
        position: absolute;
        right: 0;
        width: 100%;
        height: 100%;
        background-color: #0000007d;
    }
    .bg-slideActo3{
        background-size: cover;
    }
    .bg-slideActo3::before {
        content: '';
        position: absolute;
        right: 0;
        width: 100%;
        height: 100%;
        background-color: #4ea82c5c;
    }
    .nosotros {
        background-size: cover;
        justify-content: center;
    }
    .infoNosotros {
        margin-right: 0;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        background: white;
        border-radius: 20px;
        padding: 40px;
    }
    .infoNosotrosText {
        text-align: center;
    }
    .promoapp {
        padding-left: 0;
        flex-direction: column;
        justify-content: space-around;
        align-items: center;
    }
    .absoImgPromo {
        position: relative;
        right: 8%;
        width: 36em;
    }
    .afiliacion {
        height: 100vh;
    }
    .leftabsAfi {
        left: 3%;
    }
    .rightabsAfi {
        right: 3%;
    }
    .infoAfiliacion {
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 22em;
    }
    .tituloAfiliacion {
        text-align: center;
    }
}
@media(max-width:575px){
    .tituloServicios {
        font-size: 26px;
        letter-spacing: 3px;
    }
    .imgWidthConsulta {
        width: 20em;
    }
    .absoImgPromo {
        width: 25em;
    }
    .nuestraPromo {
        padding: 0;
    }
    .widthImgSemiServi {
        display: none;
    }
    .imgWidthServicios {
        width: 100%;
    }
    .infoServicios{
        width: 100%;
        margin-bottom: 40px;
    }
    .swiperarrowsservicios {
        right: 30%;
        bottom: 5%;
    }
    .infoNosotros {
        padding: 24px;
        width: 90%;
    }
    .imgInfo1 {
        width: 16em;
        bottom: 25%;
    }
    .widthIntranet {
        width: 15em;
    }
    .nextTop, .prevTop {
        display: none;
    }
    .numeropagina{
        display: none;
    }
    
}
@media(max-width:365px){
    .tituloinfoPromo {
        font-size: 30px;
        color: white;
        line-height: 1.2;
    }
    .nuestroServicios {
        height: 50em;
    }
    .tituloServicios {
        font-size: 25px;
        letter-spacing: 0px;
    }
}