@import url(fonts.css);
* {
    box-sizing: border-box;
    /*   border: 1px solid black; */
}

body {
    font-family: 'Helvetica-Neue-Medium';
    font-weight: 900;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizelegibility;
}

ul {
    display: flex;
    min-height: 100vh;
    max-height: 100vh;
    margin: 0;
    padding: 0;
    overflow: hidden;
    list-style-type: none;
}

li {
    flex: 1;
    display: flex;
    padding: 40px;
    background: #ffffff;
    cursor: pointer;
    transition: all 0.5s ease;
}


/*************boton mostrar vuelos***********************/

.boton {
    background: white;
    border-radius: 10px;
    border: solid 1px black;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 50%;
    height: 5%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 200px;
}

.boton:hover {
    background: rgb(240, 243, 241);
    border-radius: 10px;
    border: solid 1px black;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 50%;
    height: 5%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 200px;
    -webkit-box-shadow: 10px 10px 33px 0px rgba(0, 0, 0, 0.48);
    -moz-box-shadow: 10px 10px 33px 0px rgba(0, 0, 0, 0.48);
    box-shadow: 10px 10px 33px 0px rgba(0, 0, 0, 0.48);
    transition: all 500ms ease;
}

.boton .icon {
    width: 40px;
    color: rgb(46, 81, 159);
}

.boton .text {
    font-size: 1em;
    color: rgb(46, 81, 159);
    margin: 1px 30px;
    font-family: "Helvetica Neue", Helvetica, Arial;
    font-weight: bold;
}

.btn-info {
    position: fixed;
    width: 60px;
    height: 60px;
    line-height: 1px;
    bottom: 18px;
    right: 280px;
    background: rgb(0, 173, 187);
    color: #FFF;
    padding-left: 14px;
    padding-top: 14px;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.3);
    z-index: 10;
    transition: all 300ms ease;
}


/*------------Whatsapp----------------*/

.btn-wsp {
    position: fixed;
    width: 60px;
    height: 60px;
    line-height: 63px;
    bottom: 18px;
    right: 185px;
    background: #25d366;
    color: #FFF;
    padding-left: 18px;
    padding-top: 14px;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.3);
    z-index: 10;
    transition: all 300ms ease;
}

.btn-wsp:hover {
    background: #20ba5a;
}

.btn-info:hover {
    background: rgb(3, 141, 150);
}


/***boton*************/


/*@media only screen and (min-width:320px) and (max-width:768px) {
    .btn-wsp {
        width: 63px;
        height: 63px;
        line-height: 66px;
    }
}*/


/*************boton mostrar vuelos***********************/

div.principal {
    width: 50%;
    padding: 0px;
    background: #ffffff;
    cursor: pointer;
    position: relative;
}

.principal .logo {
    text-align: center;
    margin-top: 3%;
}

.principal .logo img {
    width: 60%;
}

.principal .title {
    text-align: center;
    font-family: 'Helvetica-Neue-Medium';
    font-weight: bold;
    font-size: 3em;
    margin-top: 0.1em;
}

.vuelosB {
    position: relative;
    width: 50%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 200px;
}

.vuelosB img {
    width: 100%;
    margin: auto;
    padding: auto;
}

.vuelosB img:hover {
    width: 100%;
    margin: auto;
    padding: auto;
    -webkit-box-shadow: 10px 10px 33px 0px rgba(0, 0, 0, 0.48);
    -moz-box-shadow: 10px 10px 33px 0px rgba(0, 0, 0, 0.48);
    box-shadow: 10px 10px 33px 0px rgba(0, 0, 0, 0.48);
}

.icon-sectionv {
    margin-top: 10em;
    padding-bottom: 2em;
    margin-right: 5em;
    margin-left: 9em;
    width: 8em;
}

.icon-sectionp {
    margin-top: 14em;
    padding-bottom: 2em;
    margin-right: 5em;
    margin-left: 9em;
    width: 8em;
}

.icon-sections {
    margin-top: 14em;
    padding-bottom: 2em;
    margin-right: 5em;
    margin-left: 9em;
    width: 8em;
}


/*--------------botones de información--------*/

.contenedor {
    width: 100%;
    margin-top: 140px;
    position: relative;
    padding-left: 45px;
}

.button.large {
    background-color: #f5c242;
    color: #b042f5;
    width: 35%;
    height: 160px;
    border-radius: 1em;
    padding-left: 4px;
    padding-right: 4px;
    padding-bottom: 14px;
}

.button.large:hover {
    background-color: #e6a80b;
    color: #b042f5;
    text-decoration: none;
    width: 35%;
    height: 160px;
    border-radius: 1em;
    padding-left: 4px;
    padding-right: 4px;
    padding-bottom: 14px;
    -webkit-box-shadow: 10px 10px 33px 0px rgba(0, 0, 0, 0.48);
    -moz-box-shadow: 10px 10px 33px 0px rgba(0, 0, 0, 0.48);
    box-shadow: 10px 10px 33px 0px rgba(0, 0, 0, 0.48);
    transition: all 500ms ease;
}

.button.large2 {
    background-color: #b042f5;
    text-decoration: none;
    color: #f5c242;
    width: 27%;
    height: 160px;
    border-radius: 1em;
    padding-left: 4px;
    padding-right: 4px;
    padding-bottom: 84px;
}

.button.large2:hover {
    background-color: #9b2edf;
    text-decoration: none;
    color: #f5c242;
    width: 27%;
    height: 160px;
    border-radius: 1em;
    padding-left: 4px;
    padding-right: 4px;
    padding-bottom: 14px;
    -webkit-box-shadow: 10px 10px 33px 0px rgba(0, 0, 0, 0.48);
    -moz-box-shadow: 10px 10px 33px 0px rgba(0, 0, 0, 0.48);
    box-shadow: 10px 10px 33px 0px rgba(0, 0, 0, 0.48);
    transition: all 500ms ease;
}

.button.large3 {
    background-color: #78bc42;
    text-decoration: none;
    color: #ffffff;
    width: 30%;
    height: 160px;
    border-radius: 1em;
    padding-left: 4px;
    padding-right: 4px;
    padding-bottom: 14px;
}

.button.large3:hover {
    background-color: #65a333;
    text-decoration: none;
    color: #ffffff;
    width: 30%;
    height: 160px;
    border-radius: 1em;
    padding-left: 4px;
    padding-right: 4px;
    padding-bottom: 14px;
    -webkit-box-shadow: 10px 10px 33px 0px rgba(0, 0, 0, 0.48);
    -moz-box-shadow: 10px 10px 33px 0px rgba(0, 0, 0, 0.48);
    box-shadow: 10px 10px 33px 0px rgba(0, 0, 0, 0.48);
    transition: all 500ms ease;
}


/*--------------fin botones de información--------*/

.fontCont {
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    line-height: 18px;
}

.pcovid p {
    text-align: center;
    margin-left: 100px;
    margin-top: 20px;
    font-family: 'Helvetica-Neue-Medium';
    width: 500px;
    line-height: 1px;
}

li.vuelos {
    flex: 1;
    display: flex;
    align-items: stretch;
    width: 100%;
    border-left: rgb(213, 0, 50) solid;
    transition: all 0.5s ease;
    background-image: url(../images/vuelos.jpg);
    background-repeat: no-repeat;
    background-size: 300px;
    background-position: -40px;
}

li.pasajeros {
    flex: 1;
    display: flex;
    width: 100%;
    align-items: stretch;
    border-left: rgb(249, 156, 37) solid;
    cursor: pointer;
    transition: all 0.5s ease;
    background-image: url(../images/pasajeros.jpg);
    background-repeat: no-repeat;
    background-size: 300px;
    background-position: -40px;
}

li.servicios {
    flex: 1;
    display: flex;
    width: 100%;
    align-items: stretch;
    border-left: rgb(120, 188, 66) solid;
    cursor: pointer;
    transition: all 0.5s ease;
    background-image: url(../images/servicios.jpg);
    background-repeat: no-repeat;
    background-size: 300px;
    background-position: -40px;
}


/*li.aut {
    flex: 1;
    display: flex;
    width: 100%;
    align-items: stretch;
    border-left: rgb(201, 24, 125) solid;
    cursor: pointer;
    transition: all 0.5s ease;
    background-image: url(../images/gobierno.jpg);
    background-repeat: no-repeat;
    background-size: 300px;
    background-position: -40px;
}

li.com {
    flex: 1;
    display: flex;
    width: 100%;
    align-items: stretch;
    border-left: rgb(0, 173, 187) solid;
    cursor: pointer;
    transition: all 0.5s ease;
    background-image: url(../images/comunicacion.jpg);
    background-repeat: no-repeat;
    background-size: 300px;
    background-position: -40px;
}*/


/*li:hover {
    background: #e53f2e;
}*/

li.active {
    flex: 5;
    background: #fff;
    cursor: default;
    color: #ffffff;
}

li.active.vuelos {
    background-color: rgb(213, 0, 50);
    cursor: default;
}

li.active.pasajeros {
    background-color: rgb(249, 156, 37);
    cursor: default;
}

li.active.servicios {
    background-color: rgb(120, 188, 66);
    cursor: default;
}

li.active.aut {
    background-color: rgb(201, 24, 125);
    cursor: default;
}

li.active.com {
    background-color: rgb(0, 173, 187);
    cursor: default;
}

li.active h1 {
    color: #ffffff;
}

li.active .section-content {
    flex: 4;
    opacity: 1;
    transform: scaleX(1);
    color: #ffffff;
}

li .section-title {
    display: flex;
    align-items: center;
    width: 100%;
    margin: 0;
    padding: 0;
    justify-content: center;
    color: rgb(7, 7, 7);
}

li.active.vuelos .section-title h3 {
    margin-top: -310px;
    margin-left: -25px;
    text-align: center;
    color: rgb(255, 255, 255);
    opacity: 0;
}

li.active.pasajeros .section-title h3 {
    margin-top: -310px;
    margin-right: -50px;
    text-align: center;
    color: rgb(255, 255, 255);
    opacity: 0;
}

li.active.servicios .section-title h3 {
    margin-top: -310px;
    margin-right: -30px;
    text-align: center;
    color: rgb(255, 255, 255);
    opacity: 0;
}

li.active.aut .section-title h3 {
    margin-top: -310px;
    margin-right: -80px;
    text-align: center;
    color: rgb(255, 255, 255);
    opacity: 0;
}

li.active.com .section-title h3 {
    margin-top: -310px;
    margin-right: -110px;
    text-align: center;
    color: rgb(255, 255, 255);
    opacity: 0;
}

li .section-title h3 {
    margin-top: -410px;
    margin-left: 2px;
    text-align: center;
    /* transform: rotate(-90deg);*/
}

li .section-content {
    position: fixed;
    /*display: flex;*/
    flex-direction: column;
    justify-content: center;
    height: 115%;
    vertical-align: middle;
    width: 22%;
    text-align: center;
    padding: 0;
    opacity: 0;
    transition: all 0.25s 0.1s ease-out;
}

#separar {
    padding: 35%;
    display: inline-block;
}

.boton1 {
    color: #fff !important;
    font-size: 20px;
    font-weight: bold;
    font-family: 'Helvetica-Neue-Medium';
    text-size-adjust: baseline;
    background: rgb(213, 0, 50);
    position: relative;
}

.boton1:before {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    width: 0px;
    height: 100%;
    background: rgba(255, 255, 255, 0.1);
    transition: all 1s ease;
}

.boton1:hover:before {
    width: 100%;
}

.boton2 {
    color: #fff !important;
    font-size: 20px;
    font-weight: bold;
    font-family: 'Helvetica-Neue-Medium';
    text-size-adjust: baseline;
    background: rgb(249, 156, 37);
    position: relative;
}

.boton2:before {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    width: 0px;
    height: 100%;
    background: rgba(255, 255, 255, 0.1);
    transition: all 1s ease;
}

.boton2:hover:before {
    width: 100%;
}

.boton3 {
    color: #fff !important;
    font-size: 20px;
    font-weight: bold;
    font-family: 'Helvetica-Neue-Medium';
    text-size-adjust: baseline;
    background: rgb(120, 188, 66);
    position: relative;
}

.boton3:before {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    width: 0px;
    height: 100%;
    background: rgba(255, 255, 255, 0.1);
    transition: all 1s ease;
}

.boton3:hover:before {
    width: 100%;
}

.boton4 {
    color: #fff !important;
    font-size: 20px;
    font-weight: bold;
    font-family: 'Helvetica-Neue-Medium';
    text-size-adjust: baseline;
    background: rgb(201, 24, 125);
    position: relative;
}

.boton4:before {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    width: 0px;
    height: 100%;
    background: rgba(255, 255, 255, 0.1);
    transition: all 1s ease;
}

.boton4:hover:before {
    width: 100%;
}

.boton5 {
    color: #fff !important;
    font-size: 20px;
    font-weight: bold;
    font-family: 'Helvetica-Neue-Medium';
    background: rgb(0, 173, 187);
    position: relative;
}

.boton5:before {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    width: 0px;
    height: 100%;
    background: rgba(255, 255, 255, 0.1);
    transition: all 1s ease;
}

.boton5:hover:before {
    width: 100%;
}


/* =================== BOTON FLOTANTE ======================== */


/** {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}*/

#btn-mas {
    display: none;
}

.btn-mas label {
    display: block;
    text-decoration: none;
    background: #f5c242;
    color: #fff;
    width: 180px;
    height: 55px;
    line-height: 55px;
    text-align: center;
    border-radius: 10px;
    box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.4);
    transition: all 500ms ease;
}

.redes a:hover {
    background: #eeb72c;
    color: #ffffff;
}

div .btn-mas:hover {
    background: rgb(201, 24, 125);
    border-radius: 10px;
    color: #ffffff;
    transition: all 500ms ease;
}

div .autor:hover {
    background: rgb(201, 24, 125);
    border-radius: 10px;
    color: #ffffff;
    transition: all 500ms ease;
}

div .comuni:hover {
    background: rgb(0, 173, 187);
    border-radius: 10px;
    color: #ffffff;
    transition: all 500ms ease;
}

div .lost:hover {
    background: rgb(249, 156, 37);
    border-radius: 10px;
    color: #ffffff;
    transition: all 500ms ease;
}

div .estacion:hover {
    background: rgb(120, 188, 66);
    border-radius: 10px;
    color: #ffffff;
    transition: all 500ms ease;
}

div .corporativo:hover {
    background-color: #56257f;
    border-radius: 10px;
    color: #ffffff;
    transition: all 500ms ease;
}

.redes a {
    margin-bottom: -15px;
    opacity: 0;
    visibility: hidden;
}

#btn-mas:checked~.redes a {
    margin-bottom: 10px;
    opacity: 1;
    visibility: visible;
}

.btn-mas label {
    cursor: pointer;
    background: #f5c242;
    font-size: 23px;
}

#btn-mas:checked~.btn-mas label {
    /* transform: rotate(135deg);*/
    font-size: 25px;
}


/*--------------botones de información--------*/


/*.contenedor {
    width: 100%;
    margin-top: 200px;
    position: relative;
    padding-left: 50px;
}

.button.large {
    background-color: #f5c242;
    color: #b042f5;
    width: 35%;
    height: 160px;
    border-radius: 1em;
    padding-left: 4px;
    padding-right: 14px;
    padding-bottom: 14px;
}

.button.large:hover {
    background-color: #e6a80b;
    text-decoration: none;
    color: #b042f5;
    width: 35%;
    height: 160px;
    border-radius: 1em;
    padding-left: 4px;
    padding-right: 14px;
    padding-bottom: 14px;
    -webkit-box-shadow: 10px 10px 33px 0px rgba(0, 0, 0, 0.48);
    -moz-box-shadow: 10px 10px 33px 0px rgba(0, 0, 0, 0.48);
    box-shadow: 10px 10px 33px 0px rgba(0, 0, 0, 0.48);
    transition: all 500ms ease;
}

.button.large2 {
    background-color: #b042f5;
    color: #f5c242;
    width: 27%;
    height: 160px;
    border-radius: 1em;
    padding-left: 4px;
    padding-right: 4px;
}

.button.large2:hover {
    background-color: #9b2edf;
    color: #f5c242;
    width: 27%;
    height: 160px;
    border-radius: 1em;
    padding-left: 4px;
    padding-right: 4px;
    -webkit-box-shadow: 10px 10px 33px 0px rgba(0, 0, 0, 0.48);
    -moz-box-shadow: 10px 10px 33px 0px rgba(0, 0, 0, 0.48);
    box-shadow: 10px 10px 33px 0px rgba(0, 0, 0, 0.48);
    transition: all 500ms ease;
}

.button.large3 {
    background-color: #78bc42;
    color: #ffffff;
    width: 30%;
    height: 160px;
    border-radius: 1em;
    padding-left: 4px;
    padding-right: 4px;
}

.button.large3:hover {
    background-color: #65a333;
    text-decoration: none;
    color: #ffffff;
    width: 30%;
    height: 160px;
    border-radius: 1em;
    padding-left: 4px;
    padding-right: 4px;
    -webkit-box-shadow: 10px 10px 33px 0px rgba(0, 0, 0, 0.48);
    -moz-box-shadow: 10px 10px 33px 0px rgba(0, 0, 0, 0.48);
    box-shadow: 10px 10px 33px 0px rgba(0, 0, 0, 0.48);
    transition: all 500ms ease;
}



.fontCont {
    text-align: center;
    font-size: 16px;
    font-weight: bold;
}

.pcovid p {
    text-align: center;
    margin-left: 10px;
    margin-top: 20px;
    font-family: 'Helvetica-Neue-Medium';
    width: 500px;
    line-height: 1px;
}*/


/*--------------fin botones de información--------*/


/* =================== FIN BOTON FLOTANTE ======================== */


/* =================== RESPONSIVE ======================== */

li.vuelos,
li.pasajeros,
li.servicios,
li.aut,
li.com {
    min-width: 140px;
    background-size: auto;
    background-position: -40px 51%;
    padding-top: 0px;
}

li.active.vuelos,
li.active.pasajeros,
li.active.servicios,
li.active.aut,
li.active.com {
    flex: 3;
}

.menuTitle {
    font-size: 1.4em;
    font-family: "Helvetica-Neue-Bold";
}

.icon-section {
    margin-top: 7em;
    padding-bottom: 2em;
    margin-right: 2em;
    margin-left: 7em;
    display: block;
    width: 30%;
}

.icon-section .icon {
    font-size: 6.5em;
}

.icon-section .title {
    font-size: 2em;
}


/*
.menuSection {
    text-align: center;
    padding: 17% 0px 0px 20%;
}*/


/*
.menuSection .menubtn {
    font-size: 1.4em;
}*/

.mobil {
    display: none;
}


/*Pantallas medianas (tablets de menos de 992px)*/


/* =================== BOTON FLOTANTE 1300px ======================== */

#btn-mas {
    display: none;
}

.container42 {
    position: fixed;
    bottom: 20px;
    right: 20px;
}

.redes a,
.btn-mas label {
    display: block;
    text-decoration: none;
    background: #f5c242;
    color: #fff;
    width: 140px;
    height: 55px;
    line-height: 55px;
    text-align: center;
    border-radius: 10px;
    box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.4);
    font-size: 12px;
    transition: all 500ms ease;
}

.redes a:hover {
    background: #eeb72c;
    color: #ffffff;
}

.redes a {
    margin-bottom: -15px;
    opacity: 0;
    visibility: hidden;
}

#btn-mas:checked~.redes a {
    margin-bottom: 10px;
    opacity: 1;
    visibility: visible;
}

.btn-mas label {
    cursor: pointer;
    background: #f5c242;
    font-size: 23px;
}

#btn-mas:checked~.btn-mas label {
    /* transform: rotate(135deg);*/
    font-size: 25px;
}

@media (max-width: 991.98px) {
    .desktop {
        display: none;
    }
    .mobil {
        display: initial;
    }
    .mobil .headerm {
        width: 100%;
        height: auto;
        display: flex;
        align-items: center;
        padding: 30px;
    }
    .headerm .logo img {
        width: 340px;
    }
    .btnscontainer4 {
        position: absolute;
        right: 0px;
        display: flex;
    }
    .btns-hdr {
        font-weight: 600;
        font-size: 1em;
        padding: 0px 35px;
    }
    .hastag {
        text-align: center;
    }
    .title-has {
        letter-spacing: 4px;
        font-weight: bold;
        font-size: 3.5em;
    }
    .has-icons a:link {
        text-decoration: none;
    }
    .has-icons img {
        margin: 15px;
        width: 40px;
    }
    .llegar {
        font-size: 1.3em;
    }
}


/*--Desktop1024px--------------*/

@media (max-width:1024px) {
    div.principal {
        width: 50%;
        padding: 0px;
        background: #ffffff;
        cursor: pointer;
        position: relative;
    }
    .vuelosB {
        position: relative;
        width: 50%;
        margin-left: auto;
        margin-right: auto;
        margin-top: 180px;
    }
    .vuelosB img {
        width: 100%;
        margin: auto;
        padding: auto;
    }
    .vuelosB img:hover {
        width: 100%;
        margin: auto;
        padding: auto;
        -webkit-box-shadow: 10px 10px 33px 0px rgba(0, 0, 0, 0.48);
        -moz-box-shadow: 10px 10px 33px 0px rgba(0, 0, 0, 0.48);
        box-shadow: 10px 10px 33px 0px rgba(0, 0, 0, 0.48);
    }
    .icon-sectionv {
        margin-top: 8em;
        padding-bottom: 2em;
        margin-right: 5em;
        margin-left: 3em;
        width: 5em;
    }
    .icon-sectionp {
        margin-top: 8em;
        padding-bottom: 2em;
        margin-right: 5em;
        margin-left: 3em;
        width: 5em;
    }
    .icon-sections {
        margin-top: 8em;
        padding-bottom: 2em;
        margin-right: 5em;
        margin-left: 3em;
        width: 5em;
    }
    /*--------------botones de información--------*/
    .contenedor {
        width: 100%;
        margin-top: 80px;
        position: relative;
        padding-left: 20px;
    }
    .button.large {
        background-color: #f5c242;
        color: #b042f5;
        width: 35%;
        height: 140px;
        border-radius: 1em;
        padding-left: 4px;
        padding-right: 4px;
        padding-bottom: 14px;
    }
    .button.large:hover {
        background-color: #e6a80b;
        color: #b042f5;
        text-decoration: none;
        width: 35%;
        height: 140px;
        border-radius: 1em;
        padding-left: 4px;
        padding-right: 4px;
        padding-bottom: 14px;
        -webkit-box-shadow: 10px 10px 33px 0px rgba(0, 0, 0, 0.48);
        -moz-box-shadow: 10px 10px 33px 0px rgba(0, 0, 0, 0.48);
        box-shadow: 10px 10px 33px 0px rgba(0, 0, 0, 0.48);
        transition: all 500ms ease;
    }
    .button.large2 {
        background-color: #b042f5;
        text-decoration: none;
        color: #f5c242;
        width: 27%;
        height: 140px;
        border-radius: 1em;
        padding-left: 4px;
        padding-right: 4px;
    }
    .button.large2:hover {
        background-color: #9b2edf;
        text-decoration: none;
        color: #f5c242;
        width: 27%;
        height: 140px;
        border-radius: 1em;
        padding-left: 4px;
        padding-right: 4px;
        -webkit-box-shadow: 10px 10px 33px 0px rgba(0, 0, 0, 0.48);
        -moz-box-shadow: 10px 10px 33px 0px rgba(0, 0, 0, 0.48);
        box-shadow: 10px 10px 33px 0px rgba(0, 0, 0, 0.48);
        transition: all 500ms ease;
    }
    .button.large3 {
        background-color: #78bc42;
        color: #ffffff;
        width: 30%;
        height: 140px;
        border-radius: 1em;
        padding-left: 4px;
        padding-right: 4px;
    }
    .button.large3:hover {
        background-color: #65a333;
        text-decoration: none;
        color: #ffffff;
        width: 30%;
        height: 140px;
        border-radius: 1em;
        padding-left: 4px;
        padding-right: 4px;
        -webkit-box-shadow: 10px 10px 33px 0px rgba(0, 0, 0, 0.48);
        -moz-box-shadow: 10px 10px 33px 0px rgba(0, 0, 0, 0.48);
        box-shadow: 10px 10px 33px 0px rgba(0, 0, 0, 0.48);
        transition: all 500ms ease;
    }
    /*--------------fin botones de información--------*/
    .fontCont {
        text-align: center;
        font-size: 12px;
        font-weight: bold;
        line-height: 14px;
    }
    .pcovid p {
        text-align: center;
        margin-left: 0px;
        margin-top: 20px;
        font-family: 'Helvetica-Neue-Medium';
        width: 500px;
        line-height: 1px;
    }
    li.vuelos {
        flex: 1;
        display: flex;
        margin-top: -80px;
        margin-bottom: -100px;
        align-items: stretch;
        width: 100%;
        border-left: rgb(213, 0, 50) solid;
        transition: all 0.5s ease;
        background-image: url(../images/vuelos.jpg);
        background-repeat: no-repeat;
        background-size: 100%;
        background-position: 0px;
    }
    li.pasajeros {
        flex: 1;
        display: flex;
        margin-top: -80px;
        margin-bottom: -100px;
        width: 100%;
        align-items: stretch;
        border-left: rgb(249, 156, 37) solid;
        cursor: pointer;
        transition: all 0.5s ease;
        background-image: url(../images/pasajeros.jpg);
        background-repeat: no-repeat;
        background-size: 100%;
        background-position: 0px;
    }
    li.servicios {
        flex: 1;
        display: flex;
        margin-top: -80px;
        margin-bottom: -100px;
        width: 100%;
        align-items: stretch;
        border-left: rgb(120, 188, 66) solid;
        cursor: pointer;
        transition: all 0.5s ease;
        background-image: url(../images/servicios.jpg);
        background-repeat: no-repeat;
        background-size: 100%;
        background-position: 0px;
    }
    li.active {
        flex: 5;
        background: #fff;
        cursor: default;
        color: #ffffff;
    }
    li.active.vuelos {
        background-color: rgb(213, 0, 50);
        cursor: default;
    }
    li.active.pasajeros {
        background-color: rgb(249, 156, 37);
        cursor: default;
    }
    li.active.servicios {
        background-color: rgb(120, 188, 66);
        cursor: default;
    }
    li.active h1 {
        color: #ffffff;
    }
    li.active .section-content {
        flex: 4;
        opacity: 1;
        transform: scaleX(1);
        color: #ffffff;
    }
    /* li .section-title {
        display: flex;
        align-items: center;
        width: 100%;
        margin: 0;
        padding: 0;
        justify-content: center;
        color: rgb(7, 7, 7);
    }*/
    li.active.vuelos .section-title h3 {
        margin-top: -310px;
        margin-left: -25px;
        text-align: center;
        color: rgb(255, 255, 255);
        opacity: 0;
    }
    li.active.pasajeros .section-title h3 {
        margin-top: -310px;
        margin-right: -50px;
        text-align: center;
        color: rgb(255, 255, 255);
        opacity: 0;
    }
    li.active.servicios .section-title h3 {
        margin-top: -310px;
        margin-right: -30px;
        text-align: center;
        color: rgb(255, 255, 255);
        opacity: 0;
    }
    /* li .section-title h3 {
        margin-top: -500px;
        margin-left: 52px;
        text-align: center;
        font-size: 1.5em;
       
}*/
    li .section-content {
        position: fixed;
        /*display: flex;*/
        flex-direction: column;
        justify-content: center;
        height: 115%;
        vertical-align: middle;
        width: 22%;
        text-align: center;
        padding: 0;
        opacity: 0;
        transition: all 0.25s 0.1s ease-out;
    }
}


/*--Desktop1280px--------------*/

@media (width:1280px) {
    .vuelosB {
        position: relative;
        width: 50%;
        margin-left: auto;
        margin-right: auto;
        margin-top: 160px;
    }
    .vuelosB img {
        width: 100%;
        margin: auto;
        padding: auto;
    }
    .vuelosB img:hover {
        width: 100%;
        margin: auto;
        padding: auto;
        -webkit-box-shadow: 10px 10px 33px 0px rgba(0, 0, 0, 0.48);
        -moz-box-shadow: 10px 10px 33px 0px rgba(0, 0, 0, 0.48);
        box-shadow: 10px 10px 33px 0px rgba(0, 0, 0, 0.48);
    }
    .icon-sectionv {
        margin-top: 6em;
        padding-bottom: 2em;
        margin-right: 5em;
        margin-left: 4em;
        width: 6em;
    }
    .icon-sectionp {
        margin-top: 6em;
        padding-bottom: 2em;
        margin-right: 5em;
        margin-left: 4em;
        width: 6em;
    }
    .icon-sections {
        margin-top: 6em;
        padding-bottom: 2em;
        margin-right: 5em;
        margin-left: 4em;
        width: 6em;
    }
    /*--------------botones de información--------*/
    .contenedor {
        width: 100%;
        margin-top: 100px;
        position: relative;
        padding-left: 45px;
    }
    .button.large {
        background-color: #f5c242;
        color: #b042f5;
        width: 35%;
        height: 140px;
        border-radius: 1em;
        padding-left: 4px;
        padding-right: 4px;
        padding-bottom: 14px;
    }
    .button.large:hover {
        background-color: #e6a80b;
        color: #b042f5;
        text-decoration: none;
        width: 35%;
        height: 140px;
        border-radius: 1em;
        padding-left: 4px;
        padding-right: 4px;
        padding-bottom: 14px;
        -webkit-box-shadow: 10px 10px 33px 0px rgba(0, 0, 0, 0.48);
        -moz-box-shadow: 10px 10px 33px 0px rgba(0, 0, 0, 0.48);
        box-shadow: 10px 10px 33px 0px rgba(0, 0, 0, 0.48);
        transition: all 500ms ease;
    }
    .button.large2 {
        background-color: #b042f5;
        text-decoration: none;
        color: #f5c242;
        width: 27%;
        height: 140px;
        border-radius: 1em;
        padding-left: 4px;
        padding-right: 4px;
    }
    .button.large2:hover {
        background-color: #9b2edf;
        text-decoration: none;
        color: #f5c242;
        width: 27%;
        height: 140px;
        border-radius: 1em;
        padding-left: 4px;
        padding-right: 4px;
        -webkit-box-shadow: 10px 10px 33px 0px rgba(0, 0, 0, 0.48);
        -moz-box-shadow: 10px 10px 33px 0px rgba(0, 0, 0, 0.48);
        box-shadow: 10px 10px 33px 0px rgba(0, 0, 0, 0.48);
        transition: all 500ms ease;
    }
    .button.large3 {
        background-color: #78bc42;
        color: #ffffff;
        width: 30%;
        height: 140px;
        border-radius: 1em;
        padding-left: 4px;
        padding-right: 4px;
    }
    .button.large3:hover {
        background-color: #65a333;
        text-decoration: none;
        color: #ffffff;
        width: 30%;
        height: 140px;
        border-radius: 1em;
        padding-left: 4px;
        padding-right: 4px;
        -webkit-box-shadow: 10px 10px 33px 0px rgba(0, 0, 0, 0.48);
        -moz-box-shadow: 10px 10px 33px 0px rgba(0, 0, 0, 0.48);
        box-shadow: 10px 10px 33px 0px rgba(0, 0, 0, 0.48);
        transition: all 500ms ease;
    }
    /*--------------fin botones de información--------*/
    .fontCont {
        text-align: center;
        font-size: 14px;
        font-weight: bold;
        line-height: 14px;
    }
    .pcovid p {
        text-align: center;
        margin-left: 10px;
        margin-top: 20px;
        font-family: 'Helvetica-Neue-Medium';
        width: 500px;
        line-height: 1px;
    }
    li.vuelos {
        flex: 1;
        display: flex;
        margin-top: -80px;
        margin-bottom: -100px;
        align-items: stretch;
        width: 100%;
        border-left: rgb(213, 0, 50) solid;
        transition: all 0.5s ease;
        background-image: url(../images/vuelos.jpg);
        background-repeat: no-repeat;
        background-size: 100%;
        background-position: 0px;
    }
    li.pasajeros {
        flex: 1;
        display: flex;
        margin-top: -80px;
        margin-bottom: -100px;
        width: 100%;
        align-items: stretch;
        border-left: rgb(249, 156, 37) solid;
        cursor: pointer;
        transition: all 0.5s ease;
        background-image: url(../images/pasajeros.jpg);
        background-repeat: no-repeat;
        background-size: 100%;
        background-position: 0px;
    }
    li.servicios {
        flex: 1;
        display: flex;
        margin-top: -80px;
        margin-bottom: -100px;
        width: 100%;
        align-items: stretch;
        border-left: rgb(120, 188, 66) solid;
        cursor: pointer;
        transition: all 0.5s ease;
        background-image: url(../images/servicios.jpg);
        background-repeat: no-repeat;
        background-size: 100%;
        background-position: 0px;
    }
    li.active {
        flex: 5;
        background: #fff;
        cursor: default;
        color: #ffffff;
    }
    li.active.vuelos {
        background-color: rgb(213, 0, 50);
        cursor: default;
    }
    li.active.pasajeros {
        background-color: rgb(249, 156, 37);
        cursor: default;
    }
    li.active.servicios {
        background-color: rgb(120, 188, 66);
        cursor: default;
    }
    li.active h1 {
        color: #ffffff;
    }
    li.active .section-content {
        flex: 4;
        opacity: 1;
        transform: scaleX(1);
        color: #ffffff;
    }
    /* li .section-title {
        display: flex;
        align-items: center;
        width: 100%;
        margin: 0;
        padding: 0;
        justify-content: center;
        color: rgb(7, 7, 7);
    }*/
    li.active.vuelos .section-title h3 {
        margin-top: -310px;
        margin-left: -25px;
        text-align: center;
        color: rgb(255, 255, 255);
        opacity: 0;
    }
    li.active.pasajeros .section-title h3 {
        margin-top: -310px;
        margin-right: -50px;
        text-align: center;
        color: rgb(255, 255, 255);
        opacity: 0;
    }
    li.active.servicios .section-title h3 {
        margin-top: -310px;
        margin-right: -30px;
        text-align: center;
        color: rgb(255, 255, 255);
        opacity: 0;
    }
    /* li .section-title h3 {
        margin-top: -500px;
        margin-left: 52px;
        text-align: center;
        font-size: 1.5em;
       
}*/
    li .section-content {
        position: fixed;
        /*display: flex;*/
        flex-direction: column;
        justify-content: center;
        height: 115%;
        vertical-align: middle;
        width: 22%;
        text-align: center;
        padding: 0;
        opacity: 0;
        transition: all 0.25s 0.1s ease-out;
    }
}


/*--Desktop1360px--------------*/

@media (width:1360px) {
    .boton {
        background: white;
        border-radius: 10px;
        border: solid 1px black;
        display: flex;
        align-items: center;
        justify-content: center;
        position: relative;
        width: 50%;
        height: 5%;
        margin-left: auto;
        margin-right: auto;
        margin-top: 140px;
    }
    .boton:hover {
        background: rgb(240, 243, 241);
        border-radius: 10px;
        border: solid 1px black;
        display: flex;
        align-items: center;
        justify-content: center;
        position: relative;
        width: 50%;
        height: 5%;
        margin-left: auto;
        margin-right: auto;
        margin-top: 140px;
        -webkit-box-shadow: 10px 10px 33px 0px rgba(0, 0, 0, 0.48);
        -moz-box-shadow: 10px 10px 33px 0px rgba(0, 0, 0, 0.48);
        box-shadow: 10px 10px 33px 0px rgba(0, 0, 0, 0.48);
        transition: all 500ms ease;
    }
    .boton .icon {
        width: 40px;
        color: rgb(46, 81, 159);
    }
    .boton .text {
        font-size: 1em;
        color: rgb(46, 81, 159);
        margin: 1px 30px;
        font-family: "Helvetica Neue", Helvetica, Arial;
        font-weight: bold;
    }
    .vuelosB {
        position: relative;
        width: 50%;
        margin-left: auto;
        margin-right: auto;
        margin-top: 10px;
    }
    .vuelosB {
        position: relative;
        width: 50%;
        margin-left: auto;
        margin-right: auto;
        margin-top: 50px;
    }
    .vuelosB img {
        width: 100%;
        margin: auto;
        padding: auto;
    }
    .vuelosB img:hover {
        width: 100%;
        margin: auto;
        padding: auto;
        -webkit-box-shadow: 10px 10px 33px 0px rgba(0, 0, 0, 0.48);
        -moz-box-shadow: 10px 10px 33px 0px rgba(0, 0, 0, 0.48);
        box-shadow: 10px 10px 33px 0px rgba(0, 0, 0, 0.48);
    }
    .icon-sectionv {
        margin-top: 6em;
        padding-bottom: 2em;
        margin-right: 5em;
        margin-left: 4em;
        width: 6em;
    }
    .icon-sectionp {
        margin-top: 6em;
        padding-bottom: 2em;
        margin-right: 5em;
        margin-left: 4em;
        width: 6em;
    }
    .icon-sections {
        margin-top: 6em;
        padding-bottom: 2em;
        margin-right: 5em;
        margin-left: 4em;
        width: 6em;
    }
    /*--------------botones de información--------*/
    .contenedor {
        width: 100%;
        margin-top: 80px;
        position: relative;
        padding-left: 45px;
    }
    .button.large {
        background-color: #f5c242;
        color: #b042f5;
        width: 35%;
        height: 140px;
        border-radius: 1em;
        padding-left: 4px;
        padding-right: 4px;
        padding-bottom: 14px;
    }
    .button.large:hover {
        background-color: #e6a80b;
        color: #b042f5;
        text-decoration: none;
        width: 35%;
        height: 140px;
        border-radius: 1em;
        padding-left: 4px;
        padding-right: 4px;
        padding-bottom: 14px;
        -webkit-box-shadow: 10px 10px 33px 0px rgba(0, 0, 0, 0.48);
        -moz-box-shadow: 10px 10px 33px 0px rgba(0, 0, 0, 0.48);
        box-shadow: 10px 10px 33px 0px rgba(0, 0, 0, 0.48);
        transition: all 500ms ease;
    }
    .button.large2 {
        background-color: #b042f5;
        text-decoration: none;
        color: #f5c242;
        width: 27%;
        height: 140px;
        border-radius: 1em;
        padding-left: 4px;
        padding-right: 4px;
    }
    .button.large2:hover {
        background-color: #9b2edf;
        text-decoration: none;
        color: #f5c242;
        width: 27%;
        height: 140px;
        border-radius: 1em;
        padding-left: 4px;
        padding-right: 4px;
        -webkit-box-shadow: 10px 10px 33px 0px rgba(0, 0, 0, 0.48);
        -moz-box-shadow: 10px 10px 33px 0px rgba(0, 0, 0, 0.48);
        box-shadow: 10px 10px 33px 0px rgba(0, 0, 0, 0.48);
        transition: all 500ms ease;
    }
    .button.large3 {
        background-color: #78bc42;
        color: #ffffff;
        width: 30%;
        height: 140px;
        border-radius: 1em;
        padding-left: 4px;
        padding-right: 4px;
    }
    .button.large3:hover {
        background-color: #65a333;
        color: #ffffff;
        width: 30%;
        height: 140px;
        border-radius: 1em;
        padding-left: 4px;
        padding-right: 4px;
        -webkit-box-shadow: 10px 10px 33px 0px rgba(0, 0, 0, 0.48);
        -moz-box-shadow: 10px 10px 33px 0px rgba(0, 0, 0, 0.48);
        box-shadow: 10px 10px 33px 0px rgba(0, 0, 0, 0.48);
        transition: all 500ms ease;
    }
    /*--------------fin botones de información--------*/
    .fontCont {
        text-align: center;
        font-size: 14px;
        font-weight: bold;
        line-height: 14px;
    }
    .pcovid p {
        text-align: center;
        margin-left: 10px;
        margin-top: 20px;
        font-family: 'Helvetica-Neue-Medium';
        width: 500px;
        line-height: 1px;
    }
    li.vuelos {
        flex: 1;
        display: flex;
        margin-top: -80px;
        margin-bottom: -100px;
        align-items: stretch;
        width: 100%;
        border-left: rgb(213, 0, 50) solid;
        transition: all 0.5s ease;
        background-image: url(../images/vuelos.jpg);
        background-repeat: no-repeat;
        background-size: 100%;
        background-position: 0px;
    }
    li.pasajeros {
        flex: 1;
        display: flex;
        margin-top: -80px;
        margin-bottom: -100px;
        width: 100%;
        align-items: stretch;
        border-left: rgb(249, 156, 37) solid;
        cursor: pointer;
        transition: all 0.5s ease;
        background-image: url(../images/pasajeros.jpg);
        background-repeat: no-repeat;
        background-size: 100%;
        background-position: 0px;
    }
    li.servicios {
        flex: 1;
        display: flex;
        margin-top: -80px;
        margin-bottom: -100px;
        width: 100%;
        align-items: stretch;
        border-left: rgb(120, 188, 66) solid;
        cursor: pointer;
        transition: all 0.5s ease;
        background-image: url(../images/servicios.jpg);
        background-repeat: no-repeat;
        background-size: 100%;
        background-position: 0px;
    }
    li.active {
        flex: 5;
        background: #fff;
        cursor: default;
        color: #ffffff;
    }
    li.active.vuelos {
        background-color: rgb(213, 0, 50);
        cursor: default;
    }
    li.active.pasajeros {
        background-color: rgb(249, 156, 37);
        cursor: default;
    }
    li.active.servicios {
        background-color: rgb(120, 188, 66);
        cursor: default;
    }
    li.active h1 {
        color: #ffffff;
    }
    li.active .section-content {
        flex: 4;
        opacity: 1;
        transform: scaleX(1);
        color: #ffffff;
    }
    /* li .section-title {
        display: flex;
        align-items: center;
        width: 100%;
        margin: 0;
        padding: 0;
        justify-content: center;
        color: rgb(7, 7, 7);
    }*/
    li.active.vuelos .section-title h3 {
        margin-top: -310px;
        margin-left: -25px;
        text-align: center;
        color: rgb(255, 255, 255);
        opacity: 0;
    }
    li.active.pasajeros .section-title h3 {
        margin-top: -310px;
        margin-right: -50px;
        text-align: center;
        color: rgb(255, 255, 255);
        opacity: 0;
    }
    li.active.servicios .section-title h3 {
        margin-top: -310px;
        margin-right: -30px;
        text-align: center;
        color: rgb(255, 255, 255);
        opacity: 0;
    }
    /* li .section-title h3 {
        margin-top: -500px;
        margin-left: 52px;
        text-align: center;
        font-size: 1.5em;
       
}*/
    li .section-content {
        position: fixed;
        /*display: flex;*/
        flex-direction: column;
        justify-content: center;
        height: 115%;
        vertical-align: middle;
        width: 22%;
        text-align: center;
        padding: 0;
        opacity: 0;
        transition: all 0.25s 0.1s ease-out;
    }
}


/*--Desktop1366px--------------*/

@media (width:1366px) {
    .boton {
        background: white;
        border-radius: 10px;
        border: solid 1px black;
        display: flex;
        align-items: center;
        justify-content: center;
        position: relative;
        width: 50%;
        height: 5%;
        margin-left: auto;
        margin-right: auto;
        margin-top: 140px;
    }
    .boton:hover {
        background: rgb(240, 243, 241);
        border-radius: 10px;
        border: solid 1px black;
        display: flex;
        align-items: center;
        justify-content: center;
        position: relative;
        width: 50%;
        height: 5%;
        margin-left: auto;
        margin-right: auto;
        margin-top: 140px;
        -webkit-box-shadow: 10px 10px 33px 0px rgba(0, 0, 0, 0.48);
        -moz-box-shadow: 10px 10px 33px 0px rgba(0, 0, 0, 0.48);
        box-shadow: 10px 10px 33px 0px rgba(0, 0, 0, 0.48);
        transition: all 500ms ease;
    }
    .boton .icon {
        width: 40px;
        color: rgb(46, 81, 159);
    }
    .boton .text {
        font-size: 1em;
        color: rgb(46, 81, 159);
        margin: 1px 30px;
        font-family: "Helvetica Neue", Helvetica, Arial;
        font-weight: bold;
    }
    .vuelosB {
        position: relative;
        width: 50%;
        margin-left: auto;
        margin-right: auto;
        margin-top: 10px;
    }
    .vuelosB img {
        width: 100%;
        margin: auto;
        padding: auto;
    }
    .vuelosB img:hover {
        width: 100%;
        margin: auto;
        padding: auto;
        -webkit-box-shadow: 10px 10px 33px 0px rgba(0, 0, 0, 0.48);
        -moz-box-shadow: 10px 10px 33px 0px rgba(0, 0, 0, 0.48);
        box-shadow: 10px 10px 33px 0px rgba(0, 0, 0, 0.48);
    }
    .icon-sectionv {
        margin-top: 9em;
        padding-bottom: 2em;
        margin-right: 5em;
        margin-left: 6em;
        width: 7em;
    }
    .icon-sectionp {
        margin-top: 9em;
        padding-bottom: 2em;
        margin-right: 5em;
        margin-left: 6em;
        width: 7em;
    }
    .icon-sections {
        margin-top: 9em;
        padding-bottom: 2em;
        margin-right: 5em;
        margin-left: 6em;
        width: 7em;
    }
    /*--------------botones de información--------*/
    .contenedor {
        width: 100%;
        margin-top: 70px;
        position: relative;
        padding-left: 45px;
    }
    .button.large {
        background-color: #f5c242;
        color: #b042f5;
        width: 35%;
        height: 150px;
        border-radius: 1em;
        padding-left: 4px;
        padding-right: 4px;
        padding-bottom: 14px;
    }
    .button.large:hover {
        background-color: #e6a80b;
        color: #b042f5;
        text-decoration: none;
        width: 35%;
        height: 150px;
        border-radius: 1em;
        padding-left: 4px;
        padding-right: 4px;
        padding-bottom: 14px;
        -webkit-box-shadow: 10px 10px 33px 0px rgba(0, 0, 0, 0.48);
        -moz-box-shadow: 10px 10px 33px 0px rgba(0, 0, 0, 0.48);
        box-shadow: 10px 10px 33px 0px rgba(0, 0, 0, 0.48);
        transition: all 500ms ease;
    }
    .button.large2 {
        background-color: #b042f5;
        text-decoration: none;
        color: #f5c242;
        width: 27%;
        height: 150px;
        border-radius: 1em;
        padding-left: 4px;
        padding-right: 4px;
    }
    .button.large2:hover {
        background-color: #9b2edf;
        text-decoration: none;
        color: #f5c242;
        width: 27%;
        height: 150px;
        border-radius: 1em;
        padding-left: 4px;
        padding-right: 4px;
        -webkit-box-shadow: 10px 10px 33px 0px rgba(0, 0, 0, 0.48);
        -moz-box-shadow: 10px 10px 33px 0px rgba(0, 0, 0, 0.48);
        box-shadow: 10px 10px 33px 0px rgba(0, 0, 0, 0.48);
        transition: all 500ms ease;
    }
    .button.large3 {
        background-color: #78bc42;
        color: #ffffff;
        width: 30%;
        height: 150px;
        border-radius: 1em;
        padding-left: 4px;
        padding-right: 4px;
    }
    .button.large3:hover {
        background-color: #65a333;
        color: #ffffff;
        width: 30%;
        height: 150px;
        border-radius: 1em;
        padding-left: 4px;
        padding-right: 4px;
        -webkit-box-shadow: 10px 10px 33px 0px rgba(0, 0, 0, 0.48);
        -moz-box-shadow: 10px 10px 33px 0px rgba(0, 0, 0, 0.48);
        box-shadow: 10px 10px 33px 0px rgba(0, 0, 0, 0.48);
        transition: all 500ms ease;
    }
    /*--------------fin botones de información--------*/
    .fontCont {
        text-align: center;
        font-size: 14px;
        font-weight: bold;
        line-height: 14px;
    }
    .pcovid p {
        text-align: center;
        margin-left: 70px;
        margin-top: 20px;
        font-family: 'Helvetica-Neue-Medium';
        width: 500px;
        line-height: 1px;
    }
    li.vuelos {
        flex: 1;
        display: flex;
        margin-top: -80px;
        margin-bottom: -100px;
        align-items: stretch;
        width: 100%;
        border-left: rgb(213, 0, 50) solid;
        transition: all 0.5s ease;
        background-image: url(../images/vuelos.jpg);
        background-repeat: no-repeat;
        background-size: 100%;
        background-position: 0px;
    }
    li.pasajeros {
        flex: 1;
        display: flex;
        width: 100%;
        margin-top: -80px;
        margin-bottom: -100px;
        align-items: stretch;
        border-left: rgb(249, 156, 37) solid;
        cursor: pointer;
        transition: all 0.5s ease;
        background-image: url(../images/pasajeros.jpg);
        background-repeat: no-repeat;
        background-size: 100%;
        background-position: 0px;
    }
    li.servicios {
        flex: 1;
        display: flex;
        margin-top: -80px;
        margin-bottom: -100px;
        width: 100%;
        align-items: stretch;
        border-left: rgb(120, 188, 66) solid;
        cursor: pointer;
        transition: all 0.5s ease;
        background-image: url(../images/servicios.jpg);
        background-repeat: no-repeat;
        background-size: 100%;
        background-position: 0px;
    }
    li.active {
        flex: 5;
        background: #fff;
        cursor: default;
        color: #ffffff;
    }
    li.active.vuelos {
        background-color: rgb(213, 0, 50);
        cursor: default;
    }
    li.active.pasajeros {
        background-color: rgb(249, 156, 37);
        cursor: default;
    }
    li.active.servicios {
        background-color: rgb(120, 188, 66);
        cursor: default;
    }
    li.active h1 {
        color: #ffffff;
    }
    li.active .section-content {
        flex: 4;
        opacity: 1;
        transform: scaleX(1);
        color: #ffffff;
    }
    li .section-content {
        position: fixed;
        /*display: flex;*/
        flex-direction: column;
        justify-content: center;
        height: 115%;
        vertical-align: middle;
        width: 22%;
        text-align: center;
        padding: 0;
        opacity: 0;
        transition: all 0.25s 0.1s ease-out;
    }
}


/*--Desktop1400px--------------*/

@media (width:1400px) {
    .vuelosB {
        position: relative;
        width: 50%;
        margin-left: auto;
        margin-right: auto;
        margin-top: 240px;
    }
    .vuelosB img {
        width: 100%;
        margin: auto;
        padding: auto;
    }
    .vuelosB img:hover {
        width: 100%;
        margin: auto;
        padding: auto;
        -webkit-box-shadow: 10px 10px 33px 0px rgba(0, 0, 0, 0.48);
        -moz-box-shadow: 10px 10px 33px 0px rgba(0, 0, 0, 0.48);
        box-shadow: 10px 10px 33px 0px rgba(0, 0, 0, 0.48);
    }
    .icon-sectionv {
        margin-top: 9em;
        padding-bottom: 2em;
        margin-right: 5em;
        margin-left: 6em;
        width: 7em;
    }
    .icon-sectionp {
        margin-top: 9em;
        padding-bottom: 2em;
        margin-right: 5em;
        margin-left: 6em;
        width: 7em;
    }
    .icon-sections {
        margin-top: 9em;
        padding-bottom: 2em;
        margin-right: 5em;
        margin-left: 6em;
        width: 7em;
    }
    /*--------------botones de información--------*/
    .contenedor {
        width: 100%;
        margin-top: 220px;
        position: relative;
        padding-left: 45px;
    }
    .button.large {
        background-color: #f5c242;
        color: #b042f5;
        width: 35%;
        height: 150px;
        border-radius: 1em;
        padding-left: 4px;
        padding-right: 4px;
        padding-bottom: 14px;
    }
    .button.large:hover {
        background-color: #e6a80b;
        color: #b042f5;
        text-decoration: none;
        width: 35%;
        height: 150px;
        border-radius: 1em;
        padding-left: 4px;
        padding-right: 4px;
        padding-bottom: 14px;
        -webkit-box-shadow: 10px 10px 33px 0px rgba(0, 0, 0, 0.48);
        -moz-box-shadow: 10px 10px 33px 0px rgba(0, 0, 0, 0.48);
        box-shadow: 10px 10px 33px 0px rgba(0, 0, 0, 0.48);
        transition: all 500ms ease;
    }
    .button.large2 {
        background-color: #b042f5;
        text-decoration: none;
        color: #f5c242;
        width: 27%;
        height: 150px;
        border-radius: 1em;
        padding-left: 4px;
        padding-right: 4px;
    }
    .button.large2:hover {
        background-color: #9b2edf;
        text-decoration: none;
        color: #f5c242;
        width: 27%;
        height: 150px;
        border-radius: 1em;
        padding-left: 4px;
        padding-right: 4px;
        -webkit-box-shadow: 10px 10px 33px 0px rgba(0, 0, 0, 0.48);
        -moz-box-shadow: 10px 10px 33px 0px rgba(0, 0, 0, 0.48);
        box-shadow: 10px 10px 33px 0px rgba(0, 0, 0, 0.48);
        transition: all 500ms ease;
    }
    .button.large3 {
        background-color: #78bc42;
        color: #ffffff;
        width: 30%;
        height: 150px;
        border-radius: 1em;
        padding-left: 4px;
        padding-right: 4px;
    }
    .button.large3:hover {
        background-color: #65a333;
        color: #ffffff;
        width: 30%;
        height: 150px;
        border-radius: 1em;
        padding-left: 4px;
        padding-right: 4px;
        -webkit-box-shadow: 10px 10px 33px 0px rgba(0, 0, 0, 0.48);
        -moz-box-shadow: 10px 10px 33px 0px rgba(0, 0, 0, 0.48);
        box-shadow: 10px 10px 33px 0px rgba(0, 0, 0, 0.48);
        transition: all 500ms ease;
    }
    /*--------------fin botones de información--------*/
    .fontCont {
        text-align: center;
        font-size: 14px;
        font-weight: bold;
        line-height: 14px;
    }
    .pcovid p {
        text-align: center;
        margin-left: 70px;
        margin-top: 20px;
        font-family: 'Helvetica-Neue-Medium';
        width: 500px;
        line-height: 1px;
    }
    li.vuelos {
        flex: 1;
        display: flex;
        margin-top: -80px;
        margin-bottom: -100px;
        align-items: stretch;
        width: 100%;
        border-left: rgb(213, 0, 50) solid;
        transition: all 0.5s ease;
        background-image: url(../images/vuelos.jpg);
        background-repeat: no-repeat;
        background-size: 100%;
        background-position: 0px;
    }
    li.pasajeros {
        flex: 1;
        display: flex;
        width: 100%;
        margin-top: -80px;
        margin-bottom: -100px;
        align-items: stretch;
        border-left: rgb(249, 156, 37) solid;
        cursor: pointer;
        transition: all 0.5s ease;
        background-image: url(../images/pasajeros.jpg);
        background-repeat: no-repeat;
        background-size: 100%;
        background-position: 0px;
    }
    li.servicios {
        flex: 1;
        display: flex;
        margin-top: -80px;
        margin-bottom: -100px;
        width: 100%;
        align-items: stretch;
        border-left: rgb(120, 188, 66) solid;
        cursor: pointer;
        transition: all 0.5s ease;
        background-image: url(../images/servicios.jpg);
        background-repeat: no-repeat;
        background-size: 100%;
        background-position: 0px;
    }
    li.active {
        flex: 5;
        background: #fff;
        cursor: default;
        color: #ffffff;
    }
    li.active.vuelos {
        background-color: rgb(213, 0, 50);
        cursor: default;
    }
    li.active.pasajeros {
        background-color: rgb(249, 156, 37);
        cursor: default;
    }
    li.active.servicios {
        background-color: rgb(120, 188, 66);
        cursor: default;
    }
    li.active h1 {
        color: #ffffff;
    }
    li.active .section-content {
        flex: 4;
        opacity: 1;
        transform: scaleX(1);
        color: #ffffff;
    }
    li .section-content {
        position: fixed;
        /*display: flex;*/
        flex-direction: column;
        justify-content: center;
        height: 115%;
        vertical-align: middle;
        width: 22%;
        text-align: center;
        padding: 0;
        opacity: 0;
        transition: all 0.25s 0.1s ease-out;
    }
}


/*--Desktop1440px--------------*/

@media (width:1440px) {
    .vuelosB {
        position: relative;
        width: 50%;
        margin-left: auto;
        margin-right: auto;
        margin-top: 180px;
    }
    .vuelosB img {
        width: 100%;
        margin: auto;
        padding: auto;
    }
    .vuelosB img:hover {
        width: 100%;
        margin: auto;
        padding: auto;
        -webkit-box-shadow: 10px 10px 33px 0px rgba(0, 0, 0, 0.48);
        -moz-box-shadow: 10px 10px 33px 0px rgba(0, 0, 0, 0.48);
        box-shadow: 10px 10px 33px 0px rgba(0, 0, 0, 0.48);
    }
    .icon-sectionv {
        margin-top: 9em;
        padding-bottom: 2em;
        margin-right: 5em;
        margin-left: 6em;
        width: 7em;
    }
    .icon-sectionp {
        margin-top: 9em;
        padding-bottom: 2em;
        margin-right: 5em;
        margin-left: 6em;
        width: 7em;
    }
    .icon-sections {
        margin-top: 9em;
        padding-bottom: 2em;
        margin-right: 5em;
        margin-left: 6em;
        width: 7em;
    }
    /*--------------botones de información--------*/
    .contenedor {
        width: 100%;
        margin-top: 120px;
        position: relative;
        padding-left: 45px;
    }
    .button.large {
        background-color: #f5c242;
        color: #b042f5;
        width: 35%;
        height: 150px;
        border-radius: 1em;
        padding-left: 4px;
        padding-right: 4px;
        padding-bottom: 14px;
    }
    .button.large:hover {
        background-color: #e6a80b;
        color: #b042f5;
        text-decoration: none;
        width: 35%;
        height: 150px;
        border-radius: 1em;
        padding-left: 4px;
        padding-right: 4px;
        padding-bottom: 14px;
        -webkit-box-shadow: 10px 10px 33px 0px rgba(0, 0, 0, 0.48);
        -moz-box-shadow: 10px 10px 33px 0px rgba(0, 0, 0, 0.48);
        box-shadow: 10px 10px 33px 0px rgba(0, 0, 0, 0.48);
        transition: all 500ms ease;
    }
    .button.large2 {
        background-color: #b042f5;
        text-decoration: none;
        color: #f5c242;
        width: 27%;
        height: 150px;
        border-radius: 1em;
        padding-left: 4px;
        padding-right: 4px;
    }
    .button.large2:hover {
        background-color: #9b2edf;
        text-decoration: none;
        color: #f5c242;
        width: 27%;
        height: 150px;
        border-radius: 1em;
        padding-left: 4px;
        padding-right: 4px;
        -webkit-box-shadow: 10px 10px 33px 0px rgba(0, 0, 0, 0.48);
        -moz-box-shadow: 10px 10px 33px 0px rgba(0, 0, 0, 0.48);
        box-shadow: 10px 10px 33px 0px rgba(0, 0, 0, 0.48);
        transition: all 500ms ease;
    }
    .button.large3 {
        background-color: #78bc42;
        color: #ffffff;
        width: 30%;
        height: 150px;
        border-radius: 1em;
        padding-left: 4px;
        padding-right: 4px;
    }
    .button.large3:hover {
        background-color: #65a333;
        color: #ffffff;
        width: 30%;
        height: 150px;
        border-radius: 1em;
        padding-left: 4px;
        padding-right: 4px;
        -webkit-box-shadow: 10px 10px 33px 0px rgba(0, 0, 0, 0.48);
        -moz-box-shadow: 10px 10px 33px 0px rgba(0, 0, 0, 0.48);
        box-shadow: 10px 10px 33px 0px rgba(0, 0, 0, 0.48);
        transition: all 500ms ease;
    }
    /*--------------fin botones de información--------*/
    .fontCont {
        text-align: center;
        font-size: 14px;
        font-weight: bold;
        line-height: 14px;
    }
    .pcovid p {
        text-align: center;
        margin-left: 70px;
        margin-top: 20px;
        font-family: 'Helvetica-Neue-Medium';
        width: 500px;
        line-height: 1px;
    }
    li.vuelos {
        flex: 1;
        display: flex;
        margin-top: -80px;
        margin-bottom: -100px;
        align-items: stretch;
        width: 100%;
        border-left: rgb(213, 0, 50) solid;
        transition: all 0.5s ease;
        background-image: url(../images/vuelos.jpg);
        background-repeat: no-repeat;
        background-size: 100%;
        background-position: 0px;
    }
    li.pasajeros {
        flex: 1;
        display: flex;
        width: 100%;
        margin-top: -80px;
        margin-bottom: -100px;
        align-items: stretch;
        border-left: rgb(249, 156, 37) solid;
        cursor: pointer;
        transition: all 0.5s ease;
        background-image: url(../images/pasajeros.jpg);
        background-repeat: no-repeat;
        background-size: 100%;
        background-position: 0px;
    }
    li.servicios {
        flex: 1;
        display: flex;
        margin-top: -80px;
        margin-bottom: -100px;
        width: 100%;
        align-items: stretch;
        border-left: rgb(120, 188, 66) solid;
        cursor: pointer;
        transition: all 0.5s ease;
        background-image: url(../images/servicios.jpg);
        background-repeat: no-repeat;
        background-size: 100%;
        background-position: 0px;
    }
    li.active {
        flex: 5;
        background: #fff;
        cursor: default;
        color: #ffffff;
    }
    li.active.vuelos {
        background-color: rgb(213, 0, 50);
        cursor: default;
    }
    li.active.pasajeros {
        background-color: rgb(249, 156, 37);
        cursor: default;
    }
    li.active.servicios {
        background-color: rgb(120, 188, 66);
        cursor: default;
    }
    li.active h1 {
        color: #ffffff;
    }
    li.active .section-content {
        flex: 4;
        opacity: 1;
        transform: scaleX(1);
        color: #ffffff;
    }
    li .section-content {
        position: fixed;
        /*display: flex;*/
        flex-direction: column;
        justify-content: center;
        height: 115%;
        vertical-align: middle;
        width: 22%;
        text-align: center;
        padding: 0;
        opacity: 0;
        transition: all 0.25s 0.1s ease-out;
    }
}


/* --------screen 1600px------*/

@media (width:1600px) {
    .vuelosB {
        position: relative;
        width: 50%;
        margin-left: auto;
        margin-right: auto;
        margin-top: 180px;
    }
    .vuelosB img {
        width: 100%;
        margin: auto;
        padding: auto;
    }
    .vuelosB img:hover {
        width: 100%;
        margin: auto;
        padding: auto;
        -webkit-box-shadow: 10px 10px 33px 0px rgba(0, 0, 0, 0.48);
        -moz-box-shadow: 10px 10px 33px 0px rgba(0, 0, 0, 0.48);
        box-shadow: 10px 10px 33px 0px rgba(0, 0, 0, 0.48);
    }
    .icon-sectionv {
        margin-top: 3.8em;
        padding-bottom: 2em;
        margin-right: 5em;
        margin-left: 7em;
        width: 7em;
    }
    .icon-sectionp {
        margin-top: 3.8em;
        padding-bottom: 2em;
        margin-right: 5em;
        margin-left: 7.8em;
        width: 7em;
    }
    .icon-sections {
        margin-top: 3.8em;
        padding-bottom: 2em;
        margin-right: 5em;
        margin-left: 8em;
        width: 7em;
    }
    /*--------------botones de información--------*/
    .contenedor {
        width: 100%;
        margin-top: 100px;
        position: relative;
        padding-left: 45px;
    }
    .button.large {
        background-color: #f5c242;
        color: #b042f5;
        width: 35%;
        height: 150px;
        border-radius: 1em;
        padding-left: 4px;
        padding-right: 4px;
        padding-bottom: 14px;
    }
    .button.large:hover {
        background-color: #e6a80b;
        color: #b042f5;
        text-decoration: none;
        width: 35%;
        height: 150px;
        border-radius: 1em;
        padding-left: 4px;
        padding-right: 4px;
        padding-bottom: 14px;
        -webkit-box-shadow: 10px 10px 33px 0px rgba(0, 0, 0, 0.48);
        -moz-box-shadow: 10px 10px 33px 0px rgba(0, 0, 0, 0.48);
        box-shadow: 10px 10px 33px 0px rgba(0, 0, 0, 0.48);
        transition: all 500ms ease;
    }
    .button.large2 {
        background-color: #b042f5;
        text-decoration: none;
        color: #f5c242;
        width: 27%;
        height: 150px;
        border-radius: 1em;
        padding-left: 4px;
        padding-right: 4px;
    }
    .button.large2:hover {
        background-color: #9b2edf;
        text-decoration: none;
        color: #f5c242;
        width: 27%;
        height: 150px;
        border-radius: 1em;
        padding-left: 4px;
        padding-right: 4px;
        -webkit-box-shadow: 10px 10px 33px 0px rgba(0, 0, 0, 0.48);
        -moz-box-shadow: 10px 10px 33px 0px rgba(0, 0, 0, 0.48);
        box-shadow: 10px 10px 33px 0px rgba(0, 0, 0, 0.48);
        transition: all 500ms ease;
    }
    .button.large3 {
        background-color: #78bc42;
        color: #ffffff;
        width: 30%;
        height: 150px;
        border-radius: 1em;
        padding-left: 4px;
        padding-right: 4px;
    }
    .button.large3:hover {
        background-color: #65a333;
        color: #ffffff;
        width: 30%;
        height: 150px;
        border-radius: 1em;
        padding-left: 4px;
        padding-right: 4px;
        -webkit-box-shadow: 10px 10px 33px 0px rgba(0, 0, 0, 0.48);
        -moz-box-shadow: 10px 10px 33px 0px rgba(0, 0, 0, 0.48);
        box-shadow: 10px 10px 33px 0px rgba(0, 0, 0, 0.48);
        transition: all 500ms ease;
    }
    /*--------------fin botones de información--------*/
    .fontCont {
        text-align: center;
        font-size: 18px;
        font-weight: bold;
        line-height: 18px;
    }
    .pcovid p {
        text-align: center;
        margin-left: 90px;
        margin-top: 20px;
        font-family: 'Helvetica-Neue-Medium';
        width: 500px;
        line-height: 1px;
    }
    li.vuelos {
        flex: 1;
        display: flex;
        margin-top: -10px;
        margin-bottom: -80px;
        align-items: stretch;
        border-left: rgb(213, 0, 50) solid;
        transition: all 0.5s ease;
        background-image: url(../images/vuelos.jpg);
        background-repeat: no-repeat;
        background-size: 10%;
        background-position: 0px;
    }
    li.pasajeros {
        flex: 1;
        display: flex;
        margin-top: -10px;
        margin-bottom: -80px;
        width: 100%;
        align-items: stretch;
        border-left: rgb(249, 156, 37) solid;
        cursor: pointer;
        transition: all 0.5s ease;
        background-image: url(../images/pasajeros.jpg);
        background-repeat: no-repeat;
        background-size: 100%;
        background-position: 50px;
    }
    li.servicios {
        flex: 1;
        display: flex;
        margin-top: -10px;
        margin-bottom: -80px;
        width: 10%;
        align-items: stretch;
        border-left: rgb(120, 188, 66) solid;
        cursor: pointer;
        transition: all 0.5s ease;
        background-image: url(../images/servicios.jpg);
        background-repeat: no-repeat;
        background-size: 100%;
        background-position: 0px;
    }
    li.active {
        flex: 3;
        background: #fff;
        cursor: default;
        color: #ffffff;
    }
    li.active.vuelos {
        background-color: rgb(213, 0, 50);
        cursor: default;
    }
    li.active.pasajeros {
        background-color: rgb(249, 156, 37);
        cursor: default;
    }
    li.active.servicios {
        background-color: rgb(120, 188, 66);
        cursor: default;
    }
    li.active h1 {
        color: #ffffff;
    }
    li.active .section-content {
        flex: 4;
        opacity: 1;
        transform: scaleX(1);
        color: #ffffff;
    }
}


/* --------screen 1680px------*/

@media (width:1680px) {
    .vuelosB {
        position: relative;
        width: 50%;
        margin-left: auto;
        margin-right: auto;
        margin-top: 10px;
    }
    .vuelosB img {
        width: 100%;
        margin: auto;
        padding: auto;
    }
    .vuelosB img:hover {
        width: 100%;
        margin: auto;
        padding: auto;
        -webkit-box-shadow: 10px 10px 33px 0px rgba(0, 0, 0, 0.48);
        -moz-box-shadow: 10px 10px 33px 0px rgba(0, 0, 0, 0.48);
        box-shadow: 10px 10px 33px 0px rgba(0, 0, 0, 0.48);
    }
    .icon-sectionv {
        margin-top: 3.8em;
        padding-bottom: 2em;
        margin-right: 5em;
        margin-left: 7em;
        width: 7em;
    }
    .icon-sectionp {
        margin-top: 3.8em;
        padding-bottom: 2em;
        margin-right: 5em;
        margin-left: 7.8em;
        width: 7em;
    }
    .icon-sections {
        margin-top: 3.8em;
        padding-bottom: 2em;
        margin-right: 5em;
        margin-left: 8em;
        width: 7em;
    }
    /*--------------botones de información--------*/
    .contenedor {
        width: 100%;
        margin-top: 210px;
        position: relative;
        padding-left: 45px;
    }
    .button.large {
        background-color: #f5c242;
        color: #b042f5;
        width: 35%;
        height: 150px;
        border-radius: 1em;
        padding-left: 4px;
        padding-right: 4px;
        padding-bottom: 14px;
    }
    .button.large:hover {
        background-color: #e6a80b;
        color: #b042f5;
        text-decoration: none;
        width: 35%;
        height: 150px;
        border-radius: 1em;
        padding-left: 4px;
        padding-right: 4px;
        padding-bottom: 14px;
        -webkit-box-shadow: 10px 10px 33px 0px rgba(0, 0, 0, 0.48);
        -moz-box-shadow: 10px 10px 33px 0px rgba(0, 0, 0, 0.48);
        box-shadow: 10px 10px 33px 0px rgba(0, 0, 0, 0.48);
        transition: all 500ms ease;
    }
    .button.large2 {
        background-color: #b042f5;
        text-decoration: none;
        color: #f5c242;
        width: 27%;
        height: 150px;
        border-radius: 1em;
        padding-left: 4px;
        padding-right: 4px;
    }
    .button.large2:hover {
        background-color: #9b2edf;
        text-decoration: none;
        color: #f5c242;
        width: 27%;
        height: 150px;
        border-radius: 1em;
        padding-left: 4px;
        padding-right: 4px;
        -webkit-box-shadow: 10px 10px 33px 0px rgba(0, 0, 0, 0.48);
        -moz-box-shadow: 10px 10px 33px 0px rgba(0, 0, 0, 0.48);
        box-shadow: 10px 10px 33px 0px rgba(0, 0, 0, 0.48);
        transition: all 500ms ease;
    }
    .button.large3 {
        background-color: #78bc42;
        color: #ffffff;
        width: 30%;
        height: 150px;
        border-radius: 1em;
        padding-left: 4px;
        padding-right: 4px;
    }
    .button.large3:hover {
        background-color: #65a333;
        color: #ffffff;
        width: 30%;
        height: 150px;
        border-radius: 1em;
        padding-left: 4px;
        padding-right: 4px;
        -webkit-box-shadow: 10px 10px 33px 0px rgba(0, 0, 0, 0.48);
        -moz-box-shadow: 10px 10px 33px 0px rgba(0, 0, 0, 0.48);
        box-shadow: 10px 10px 33px 0px rgba(0, 0, 0, 0.48);
        transition: all 500ms ease;
    }
    /*--------------fin botones de información--------*/
    .fontCont {
        text-align: center;
        font-size: 18px;
        font-weight: bold;
        line-height: 18px;
    }
    .pcovid p {
        text-align: center;
        margin-left: 90px;
        margin-top: 20px;
        font-family: 'Helvetica-Neue-Medium';
        width: 500px;
        line-height: 1px;
    }
    li.vuelos {
        flex: 1;
        display: flex;
        margin-top: -10px;
        margin-bottom: -80px;
        align-items: stretch;
        border-left: rgb(213, 0, 50) solid;
        transition: all 0.5s ease;
        background-image: url(../images/vuelos.jpg);
        background-repeat: no-repeat;
        background-size: 10%;
        background-position: 0px;
    }
    li.pasajeros {
        flex: 1;
        display: flex;
        margin-top: -10px;
        margin-bottom: -80px;
        width: 100%;
        align-items: stretch;
        border-left: rgb(249, 156, 37) solid;
        cursor: pointer;
        transition: all 0.5s ease;
        background-image: url(../images/pasajeros.jpg);
        background-repeat: no-repeat;
        background-size: 100%;
        background-position: 50px;
    }
    li.servicios {
        flex: 1;
        display: flex;
        margin-top: -10px;
        margin-bottom: -80px;
        width: 10%;
        align-items: stretch;
        border-left: rgb(120, 188, 66) solid;
        cursor: pointer;
        transition: all 0.5s ease;
        background-image: url(../images/servicios.jpg);
        background-repeat: no-repeat;
        background-size: 100%;
        background-position: 0px;
    }
    li.active {
        flex: 3;
        background: #fff;
        cursor: default;
        color: #ffffff;
    }
    li.active.vuelos {
        background-color: rgb(213, 0, 50);
        cursor: default;
    }
    li.active.pasajeros {
        background-color: rgb(249, 156, 37);
        cursor: default;
    }
    li.active.servicios {
        background-color: rgb(120, 188, 66);
        cursor: default;
    }
    li.active h1 {
        color: #ffffff;
    }
    li.active .section-content {
        flex: 4;
        opacity: 1;
        transform: scaleX(1);
        color: #ffffff;
    }
}


/* --------screen 1920px------*/

@media (width:1920px) {
    .vuelosB {
        position: relative;
        width: 50%;
        margin-left: auto;
        margin-right: auto;
        margin-top: 200px;
    }
    .vuelosB img {
        width: 100%;
        margin: auto;
        padding: auto;
    }
    .vuelosB img:hover {
        width: 100%;
        margin: auto;
        padding: auto;
        -webkit-box-shadow: 10px 10px 33px 0px rgba(0, 0, 0, 0.48);
        -moz-box-shadow: 10px 10px 33px 0px rgba(0, 0, 0, 0.48);
        box-shadow: 10px 10px 33px 0px rgba(0, 0, 0, 0.48);
    }
    .icon-sectionv {
        margin-top: 10em;
        padding-bottom: 2em;
        margin-right: 5em;
        margin-left: 9em;
        width: 8em;
    }
    .icon-sectionp {
        margin-top: 14em;
        padding-bottom: 2em;
        margin-right: 5em;
        margin-left: 9em;
        width: 8em;
    }
    .icon-sections {
        margin-top: 14em;
        padding-bottom: 2em;
        margin-right: 5em;
        margin-left: 9em;
        width: 8em;
    }
    /*--------------botones de información--------*/
    .contenedor {
        width: 100%;
        margin-top: 180px;
        position: relative;
        padding-left: 45px;
    }
    .button.large {
        background-color: #f5c242;
        color: #b042f5;
        width: 35%;
        height: 160px;
        border-radius: 1em;
        padding-left: 4px;
        padding-right: 4px;
        padding-bottom: 14px;
    }
    .button.large:hover {
        background-color: #e6a80b;
        color: #b042f5;
        text-decoration: none;
        width: 35%;
        height: 160px;
        border-radius: 1em;
        padding-left: 4px;
        padding-right: 4px;
        padding-bottom: 14px;
        -webkit-box-shadow: 10px 10px 33px 0px rgba(0, 0, 0, 0.48);
        -moz-box-shadow: 10px 10px 33px 0px rgba(0, 0, 0, 0.48);
        box-shadow: 10px 10px 33px 0px rgba(0, 0, 0, 0.48);
        transition: all 500ms ease;
    }
    .button.large2 {
        background-color: #b042f5;
        text-decoration: none;
        color: #f5c242;
        width: 27%;
        height: 160px;
        border-radius: 1em;
        padding-left: 4px;
        padding-right: 4px;
        padding-bottom: 84px;
    }
    .button.large2:hover {
        background-color: #9b2edf;
        text-decoration: none;
        color: #f5c242;
        width: 27%;
        height: 160px;
        border-radius: 1em;
        padding-left: 4px;
        padding-right: 4px;
        padding-bottom: 14px;
        -webkit-box-shadow: 10px 10px 33px 0px rgba(0, 0, 0, 0.48);
        -moz-box-shadow: 10px 10px 33px 0px rgba(0, 0, 0, 0.48);
        box-shadow: 10px 10px 33px 0px rgba(0, 0, 0, 0.48);
        transition: all 500ms ease;
    }
    .button.large3 {
        background-color: #78bc42;
        color: #ffffff;
        width: 30%;
        height: 160px;
        border-radius: 1em;
        padding-left: 4px;
        padding-right: 4px;
        padding-bottom: 14px;
    }
    .button.large3:hover {
        background-color: #65a333;
        color: #ffffff;
        width: 30%;
        height: 160px;
        border-radius: 1em;
        padding-left: 4px;
        padding-right: 4px;
        padding-bottom: 14px;
        -webkit-box-shadow: 10px 10px 33px 0px rgba(0, 0, 0, 0.48);
        -moz-box-shadow: 10px 10px 33px 0px rgba(0, 0, 0, 0.48);
        box-shadow: 10px 10px 33px 0px rgba(0, 0, 0, 0.48);
        transition: all 500ms ease;
    }
    /*--------------fin botones de información--------*/
    .fontCont {
        text-align: center;
        font-size: 18px;
        font-weight: bold;
        line-height: 18px;
    }
    .pcovid p {
        text-align: center;
        margin-left: 150px;
        margin-top: 20px;
        font-family: 'Helvetica-Neue-Medium';
        width: 500px;
        line-height: 1px;
    }
    li.vuelos {
        flex: 1;
        display: flex;
        margin-top: -80px;
        margin-bottom: -100px;
        align-items: stretch;
        width: 100%;
        border-left: rgb(213, 0, 50) solid;
        transition: all 0.5s ease;
        background-image: url(../images/vuelos.jpg);
        background-repeat: no-repeat;
        background-size: 100%;
        background-position: 0px;
    }
    li.pasajeros {
        flex: 1;
        display: flex;
        margin-top: -80px;
        margin-bottom: -100px;
        width: 100%;
        align-items: stretch;
        border-left: rgb(249, 156, 37) solid;
        cursor: pointer;
        transition: all 0.5s ease;
        background-image: url(../images/pasajeros.jpg);
        background-repeat: no-repeat;
        background-size: 100%;
        background-position: 0px;
    }
    li.servicios {
        flex: 1;
        display: flex;
        margin-top: -80px;
        margin-bottom: -100px;
        width: 100%;
        align-items: stretch;
        border-left: rgb(120, 188, 66) solid;
        cursor: pointer;
        transition: all 0.5s ease;
        background-image: url(../images/servicios.jpg);
        background-repeat: no-repeat;
        background-size: 100%;
        background-position: 0px;
    }
    li.active {
        flex: 5;
        background: #fff;
        cursor: default;
        color: #ffffff;
    }
    li.active.vuelos {
        background-color: rgb(213, 0, 50);
        cursor: default;
    }
    li.active.pasajeros {
        background-color: rgb(249, 156, 37);
        cursor: default;
    }
    li.active.servicios {
        background-color: rgb(120, 188, 66);
        cursor: default;
    }
    li.active h1 {
        color: #ffffff;
    }
    li.active .section-content {
        flex: 4;
        opacity: 1;
        transform: scaleX(1);
        color: #ffffff;
    }
    /* li .section-title {
        display: flex;
        align-items: center;
        width: 100%;
        margin: 0;
        padding: 0;
        justify-content: center;
        color: rgb(7, 7, 7);
    }*/
    li.active.vuelos .section-title h3 {
        margin-top: -310px;
        margin-left: -25px;
        text-align: center;
        color: rgb(255, 255, 255);
        opacity: 0;
    }
    li.active.pasajeros .section-title h3 {
        margin-top: -310px;
        margin-right: -50px;
        text-align: center;
        color: rgb(255, 255, 255);
        opacity: 0;
    }
    li.active.servicios .section-title h3 {
        margin-top: -310px;
        margin-right: -30px;
        text-align: center;
        color: rgb(255, 255, 255);
        opacity: 0;
    }
    /* li .section-title h3 {
        margin-top: -500px;
        margin-left: 52px;
        text-align: center;
        font-size: 1.5em;
       
}*/
    li .section-content {
        position: fixed;
        /*display: flex;*/
        flex-direction: column;
        justify-content: center;
        height: 115%;
        vertical-align: middle;
        width: 22%;
        text-align: center;
        padding: 0;
        opacity: 0;
        transition: all 0.25s 0.1s ease-out;
    }
}


/* --------FIN screen 1920px------*/


/* --------screen 2048px------*/

@media (width:2048px) {
    div.principal {
        width: 50%;
        padding: 0px;
        background: #ffffff;
        cursor: pointer;
        position: relative;
    }
    .vuelosB {
        position: relative;
        width: 50%;
        margin-left: auto;
        margin-right: auto;
        margin-top: 420px;
    }
    .vuelosB img {
        width: 100%;
        margin: auto;
        padding: auto;
    }
    .vuelosB img:hover {
        width: 100%;
        margin: auto;
        padding: auto;
        -webkit-box-shadow: 10px 10px 33px 0px rgba(0, 0, 0, 0.48);
        -moz-box-shadow: 10px 10px 33px 0px rgba(0, 0, 0, 0.48);
        box-shadow: 10px 10px 33px 0px rgba(0, 0, 0, 0.48);
    }
    .icon-sectionv {
        margin-top: 10em;
        padding-bottom: 2em;
        margin-right: 5em;
        margin-left: 9em;
        width: 8em;
    }
    .icon-sectionp {
        margin-top: 14em;
        padding-bottom: 2em;
        margin-right: 5em;
        margin-left: 9em;
        width: 8em;
    }
    .icon-sections {
        margin-top: 14em;
        padding-bottom: 2em;
        margin-right: 5em;
        margin-left: 9em;
        width: 8em;
    }
    /*--------------botones de información--------*/
    .contenedor {
        width: 100%;
        margin-top: 380px;
        position: relative;
        padding-left: 45px;
    }
    .button.large {
        background-color: #f5c242;
        color: #b042f5;
        width: 35%;
        height: 180px;
        border-radius: 1em;
        padding-left: 4px;
        padding-right: 4px;
        padding-bottom: 14px;
    }
    .button.large:hover {
        background-color: #e6a80b;
        color: #b042f5;
        text-decoration: none;
        width: 35%;
        height: 180px;
        border-radius: 1em;
        padding-left: 4px;
        padding-right: 4px;
        padding-bottom: 14px;
        -webkit-box-shadow: 10px 10px 33px 0px rgba(0, 0, 0, 0.48);
        -moz-box-shadow: 10px 10px 33px 0px rgba(0, 0, 0, 0.48);
        box-shadow: 10px 10px 33px 0px rgba(0, 0, 0, 0.48);
        transition: all 500ms ease;
    }
    .button.large2 {
        background-color: #b042f5;
        text-decoration: none;
        color: #f5c242;
        width: 27%;
        height: 180px;
        border-radius: 1em;
        padding-left: 4px;
        padding-right: 4px;
        padding-bottom: 84px;
    }
    .button.large2:hover {
        background-color: #9b2edf;
        text-decoration: none;
        color: #f5c242;
        width: 27%;
        height: 180px;
        border-radius: 1em;
        padding-left: 4px;
        padding-right: 4px;
        padding-bottom: 14px;
        -webkit-box-shadow: 10px 10px 33px 0px rgba(0, 0, 0, 0.48);
        -moz-box-shadow: 10px 10px 33px 0px rgba(0, 0, 0, 0.48);
        box-shadow: 10px 10px 33px 0px rgba(0, 0, 0, 0.48);
        transition: all 500ms ease;
    }
    .button.large3 {
        background-color: #78bc42;
        color: #ffffff;
        width: 30%;
        height: 180px;
        border-radius: 1em;
        padding-left: 4px;
        padding-right: 4px;
        padding-bottom: 14px;
    }
    .button.large3:hover {
        background-color: #65a333;
        color: #ffffff;
        width: 30%;
        height: 180px;
        border-radius: 1em;
        padding-left: 4px;
        padding-right: 4px;
        padding-bottom: 14px;
        -webkit-box-shadow: 10px 10px 33px 0px rgba(0, 0, 0, 0.48);
        -moz-box-shadow: 10px 10px 33px 0px rgba(0, 0, 0, 0.48);
        box-shadow: 10px 10px 33px 0px rgba(0, 0, 0, 0.48);
        transition: all 500ms ease;
    }
    /*--------------fin botones de información--------*/
    .fontCont {
        text-align: center;
        font-size: 18px;
        font-weight: bold;
        line-height: 18px;
    }
    .pcovid p {
        text-align: center;
        margin-left: 250px;
        margin-top: 20px;
        font-family: 'Helvetica-Neue-Medium';
        width: 500px;
        line-height: 1px;
    }
    li.vuelos {
        flex: 1;
        display: flex;
        margin-top: -80px;
        margin-bottom: -100px;
        align-items: stretch;
        width: 100%;
        border-left: rgb(213, 0, 50) solid;
        transition: all 0.5s ease;
        background-image: url(../images/vuelos.jpg);
        background-repeat: no-repeat;
        background-size: 100%;
        background-position: 0px;
    }
    li.pasajeros {
        flex: 1;
        display: flex;
        margin-top: -80px;
        margin-bottom: -100px;
        width: 100%;
        align-items: stretch;
        border-left: rgb(249, 156, 37) solid;
        cursor: pointer;
        transition: all 0.5s ease;
        background-image: url(../images/pasajeros.jpg);
        background-repeat: no-repeat;
        background-size: 100%;
        background-position: 0px;
    }
    li.servicios {
        flex: 1;
        display: flex;
        margin-top: -80px;
        margin-bottom: -100px;
        width: 100%;
        align-items: stretch;
        border-left: rgb(120, 188, 66) solid;
        cursor: pointer;
        transition: all 0.5s ease;
        background-image: url(../images/servicios.jpg);
        background-repeat: no-repeat;
        background-size: 100%;
        background-position: 0px;
    }
    li.active {
        flex: 5;
        background: #fff;
        cursor: default;
        color: #ffffff;
    }
    li.active.vuelos {
        background-color: rgb(213, 0, 50);
        cursor: default;
    }
    li.active.pasajeros {
        background-color: rgb(249, 156, 37);
        cursor: default;
    }
    li.active.servicios {
        background-color: rgb(120, 188, 66);
        cursor: default;
    }
    li.active h1 {
        color: #ffffff;
    }
    li.active .section-content {
        flex: 4;
        opacity: 1;
        transform: scaleX(1);
        color: #ffffff;
    }
    /* li .section-title {
        display: flex;
        align-items: center;
        width: 100%;
        margin: 0;
        padding: 0;
        justify-content: center;
        color: rgb(7, 7, 7);
    }*/
    li.active.vuelos .section-title h3 {
        margin-top: -310px;
        margin-left: -25px;
        text-align: center;
        color: rgb(255, 255, 255);
        opacity: 0;
    }
    li.active.pasajeros .section-title h3 {
        margin-top: -310px;
        margin-right: -50px;
        text-align: center;
        color: rgb(255, 255, 255);
        opacity: 0;
    }
    li.active.servicios .section-title h3 {
        margin-top: -310px;
        margin-right: -30px;
        text-align: center;
        color: rgb(255, 255, 255);
        opacity: 0;
    }
    /* li .section-title h3 {
        margin-top: -500px;
        margin-left: 52px;
        text-align: center;
        font-size: 1.5em;
       
}*/
    li .section-content {
        position: fixed;
        /*display: flex;*/
        flex-direction: column;
        justify-content: center;
        height: 115%;
        vertical-align: middle;
        width: 22%;
        text-align: center;
        padding: 0;
        opacity: 0;
        transition: all 0.25s 0.1s ease-out;
    }
}

@media (height:1536px) {
    div.principal {
        width: 50%;
        padding: 0px;
        background: #ffffff;
        cursor: pointer;
        position: relative;
    }
    .vuelosB {
        position: relative;
        width: 50%;
        margin-left: auto;
        margin-right: auto;
        margin-top: 420px;
    }
    .vuelosB img {
        width: 100%;
        margin: auto;
        padding: auto;
    }
    .vuelosB img:hover {
        width: 100%;
        margin: auto;
        padding: auto;
        -webkit-box-shadow: 10px 10px 33px 0px rgba(0, 0, 0, 0.48);
        -moz-box-shadow: 10px 10px 33px 0px rgba(0, 0, 0, 0.48);
        box-shadow: 10px 10px 33px 0px rgba(0, 0, 0, 0.48);
    }
    .icon-sectionv {
        margin-top: 10em;
        padding-bottom: 2em;
        margin-right: 5em;
        margin-left: 9em;
        width: 8em;
    }
    .icon-sectionp {
        margin-top: 14em;
        padding-bottom: 2em;
        margin-right: 5em;
        margin-left: 9em;
        width: 8em;
    }
    .icon-sections {
        margin-top: 14em;
        padding-bottom: 2em;
        margin-right: 5em;
        margin-left: 9em;
        width: 8em;
    }
    /*--------------botones de información--------*/
    .contenedor {
        width: 100%;
        margin-top: 380px;
        position: relative;
        padding-left: 45px;
    }
    .button.large {
        background-color: #f5c242;
        color: #b042f5;
        width: 35%;
        height: 180px;
        border-radius: 1em;
        padding-left: 4px;
        padding-right: 4px;
        padding-bottom: 14px;
    }
    .button.large:hover {
        background-color: #e6a80b;
        color: #b042f5;
        text-decoration: none;
        width: 35%;
        height: 180px;
        border-radius: 1em;
        padding-left: 4px;
        padding-right: 4px;
        padding-bottom: 14px;
        -webkit-box-shadow: 10px 10px 33px 0px rgba(0, 0, 0, 0.48);
        -moz-box-shadow: 10px 10px 33px 0px rgba(0, 0, 0, 0.48);
        box-shadow: 10px 10px 33px 0px rgba(0, 0, 0, 0.48);
        transition: all 500ms ease;
    }
    .button.large2 {
        background-color: #b042f5;
        text-decoration: none;
        color: #f5c242;
        width: 27%;
        height: 180px;
        border-radius: 1em;
        padding-left: 4px;
        padding-right: 4px;
        padding-bottom: 84px;
    }
    .button.large2:hover {
        background-color: #9b2edf;
        text-decoration: none;
        color: #f5c242;
        width: 27%;
        height: 180px;
        border-radius: 1em;
        padding-left: 4px;
        padding-right: 4px;
        padding-bottom: 14px;
        -webkit-box-shadow: 10px 10px 33px 0px rgba(0, 0, 0, 0.48);
        -moz-box-shadow: 10px 10px 33px 0px rgba(0, 0, 0, 0.48);
        box-shadow: 10px 10px 33px 0px rgba(0, 0, 0, 0.48);
        transition: all 500ms ease;
    }
    .button.large3 {
        background-color: #78bc42;
        color: #ffffff;
        width: 30%;
        height: 180px;
        border-radius: 1em;
        padding-left: 4px;
        padding-right: 4px;
        padding-bottom: 14px;
    }
    .button.large3:hover {
        background-color: #65a333;
        color: #ffffff;
        width: 30%;
        height: 180px;
        border-radius: 1em;
        padding-left: 4px;
        padding-right: 4px;
        padding-bottom: 14px;
        -webkit-box-shadow: 10px 10px 33px 0px rgba(0, 0, 0, 0.48);
        -moz-box-shadow: 10px 10px 33px 0px rgba(0, 0, 0, 0.48);
        box-shadow: 10px 10px 33px 0px rgba(0, 0, 0, 0.48);
        transition: all 500ms ease;
    }
    /*--------------fin botones de información--------*/
    .fontCont {
        text-align: center;
        font-size: 18px;
        font-weight: bold;
        line-height: 18px;
    }
    .pcovid p {
        text-align: center;
        margin-left: 250px;
        margin-top: 20px;
        font-family: 'Helvetica-Neue-Medium';
        width: 500px;
        line-height: 1px;
    }
    li.vuelos {
        flex: 1;
        display: flex;
        margin-top: -80px;
        margin-bottom: -100px;
        align-items: stretch;
        width: 100%;
        border-left: rgb(213, 0, 50) solid;
        transition: all 0.5s ease;
        background-image: url(../images/vuelos.jpg);
        background-repeat: no-repeat;
        background-size: 100%;
        background-position: 0px;
    }
    li.pasajeros {
        flex: 1;
        display: flex;
        margin-top: -80px;
        margin-bottom: -100px;
        width: 100%;
        align-items: stretch;
        border-left: rgb(249, 156, 37) solid;
        cursor: pointer;
        transition: all 0.5s ease;
        background-image: url(../images/pasajeros.jpg);
        background-repeat: no-repeat;
        background-size: 100%;
        background-position: 0px;
    }
    li.servicios {
        flex: 1;
        display: flex;
        margin-top: -80px;
        margin-bottom: -100px;
        width: 100%;
        align-items: stretch;
        border-left: rgb(120, 188, 66) solid;
        cursor: pointer;
        transition: all 0.5s ease;
        background-image: url(../images/servicios.jpg);
        background-repeat: no-repeat;
        background-size: 100%;
        background-position: 0px;
    }
    li.active {
        flex: 5;
        background: #fff;
        cursor: default;
        color: #ffffff;
    }
    li.active.vuelos {
        background-color: rgb(213, 0, 50);
        cursor: default;
    }
    li.active.pasajeros {
        background-color: rgb(249, 156, 37);
        cursor: default;
    }
    li.active.servicios {
        background-color: rgb(120, 188, 66);
        cursor: default;
    }
    li.active h1 {
        color: #ffffff;
    }
    li.active .section-content {
        flex: 4;
        opacity: 1;
        transform: scaleX(1);
        color: #ffffff;
    }
    /* li .section-title {
        display: flex;
        align-items: center;
        width: 100%;
        margin: 0;
        padding: 0;
        justify-content: center;
        color: rgb(7, 7, 7);
    }*/
    li.active.vuelos .section-title h3 {
        margin-top: -310px;
        margin-left: -25px;
        text-align: center;
        color: rgb(255, 255, 255);
        opacity: 0;
    }
    li.active.pasajeros .section-title h3 {
        margin-top: -310px;
        margin-right: -50px;
        text-align: center;
        color: rgb(255, 255, 255);
        opacity: 0;
    }
    li.active.servicios .section-title h3 {
        margin-top: -310px;
        margin-right: -30px;
        text-align: center;
        color: rgb(255, 255, 255);
        opacity: 0;
    }
    /* li .section-title h3 {
        margin-top: -500px;
        margin-left: 52px;
        text-align: center;
        font-size: 1.5em;
       
}*/
    li .section-content {
        position: fixed;
        /*display: flex;*/
        flex-direction: column;
        justify-content: center;
        height: 115%;
        vertical-align: middle;
        width: 22%;
        text-align: center;
        padding: 0;
        opacity: 0;
        transition: all 0.25s 0.1s ease-out;
    }
}


/* --------FIN screen 2048px------*/

@media (width:2560px) {
    .boton {
        background: white;
        border-radius: 10px;
        border: solid 1px black;
        display: flex;
        align-items: center;
        justify-content: center;
        position: relative;
        width: 50%;
        height: 5%;
        margin-left: auto;
        margin-right: auto;
        margin-top: 280px;
    }
    .boton:hover {
        background: rgb(240, 243, 241);
        border-radius: 10px;
        border: solid 1px black;
        display: flex;
        align-items: center;
        justify-content: center;
        position: relative;
        width: 50%;
        height: 5%;
        margin-left: auto;
        margin-right: auto;
        margin-top: 280px;
        -webkit-box-shadow: 10px 10px 33px 0px rgba(0, 0, 0, 0.48);
        -moz-box-shadow: 10px 10px 33px 0px rgba(0, 0, 0, 0.48);
        box-shadow: 10px 10px 33px 0px rgba(0, 0, 0, 0.48);
        transition: all 500ms ease;
    }
    .boton .icon {
        width: 80px;
        color: rgb(46, 81, 159);
    }
    .boton .text {
        font-size: 2.5em;
        color: rgb(46, 81, 159);
        margin: 1px 30px;
        font-family: "Helvetica Neue", Helvetica, Arial;
        font-weight: bold;
    }
    .vuelosB {
        position: relative;
        width: 50%;
        margin-left: auto;
        margin-right: auto;
        margin-top: 380px;
    }
    .vuelosB img {
        width: 100%;
        margin: auto;
        padding: auto;
    }
    .vuelosB img:hover {
        width: 100%;
        margin: auto;
        padding: auto;
        -webkit-box-shadow: 10px 10px 33px 0px rgba(0, 0, 0, 0.48);
        -moz-box-shadow: 10px 10px 33px 0px rgba(0, 0, 0, 0.48);
        box-shadow: 10px 10px 33px 0px rgba(0, 0, 0, 0.48);
    }
    .vuelosB {
        position: relative;
        width: 50%;
        margin-left: auto;
        margin-right: auto;
        margin-top: 380px;
    }
    .vuelosB img {
        width: 100%;
        margin: auto;
        padding: auto;
    }
    .vuelosB img:hover {
        width: 100%;
        margin: auto;
        padding: auto;
        -webkit-box-shadow: 10px 10px 33px 0px rgba(0, 0, 0, 0.48);
        -moz-box-shadow: 10px 10px 33px 0px rgba(0, 0, 0, 0.48);
        box-shadow: 10px 10px 33px 0px rgba(0, 0, 0, 0.48);
    }
    .icon-sectionv {
        margin-top: 18em;
        padding-bottom: 2em;
        margin-right: 5em;
        margin-left: 14em;
        width: 10em;
    }
    .icon-sectionp {
        margin-top: 18em;
        padding-bottom: 2em;
        margin-right: 5em;
        margin-left: 15em;
        width: 10em;
    }
    .icon-sections {
        margin-top: 18em;
        padding-bottom: 2em;
        margin-right: 5em;
        margin-left: 16em;
        width: 10em;
    }
    /*--------------botones de información--------*/
    .contenedor {
        width: 100%;
        margin-top: 350px;
        position: relative;
        padding-left: 50px;
    }
    .button.large {
        background-color: #f5c242;
        color: #b042f5;
        width: 35%;
        height: 220px;
        border-radius: 1em;
        padding-left: 4px;
        padding-right: 14px;
        padding-bottom: 14px;
    }
    .button.large:hover {
        background-color: #e6a80b;
        text-decoration: none;
        color: #b042f5;
        width: 35%;
        height: 220px;
        border-radius: 1em;
        padding-left: 4px;
        padding-right: 14px;
        padding-bottom: 14px;
        -webkit-box-shadow: 10px 10px 33px 0px rgba(0, 0, 0, 0.48);
        -moz-box-shadow: 10px 10px 33px 0px rgba(0, 0, 0, 0.48);
        box-shadow: 10px 10px 33px 0px rgba(0, 0, 0, 0.48);
        transition: all 500ms ease;
    }
    .button.large2 {
        background-color: #b042f5;
        color: #f5c242;
        width: 27%;
        height: 220px;
        border-radius: 1em;
        padding-left: 4px;
        padding-right: 4px;
    }
    .button.large2:hover {
        background-color: #9b2edf;
        color: #f5c242;
        width: 27%;
        height: 220px;
        border-radius: 1em;
        padding-left: 4px;
        padding-right: 4px;
        -webkit-box-shadow: 10px 10px 33px 0px rgba(0, 0, 0, 0.48);
        -moz-box-shadow: 10px 10px 33px 0px rgba(0, 0, 0, 0.48);
        box-shadow: 10px 10px 33px 0px rgba(0, 0, 0, 0.48);
        transition: all 500ms ease;
    }
    .button.large3 {
        background-color: #78bc42;
        color: #ffffff;
        width: 30%;
        height: 220px;
        border-radius: 1em;
        padding-left: 4px;
        padding-right: 4px;
    }
    .button.large3:hover {
        background-color: #65a333;
        text-decoration: none;
        color: #ffffff;
        width: 30%;
        height: 220px;
        border-radius: 1em;
        padding-left: 4px;
        padding-right: 4px;
        -webkit-box-shadow: 10px 10px 33px 0px rgba(0, 0, 0, 0.48);
        -moz-box-shadow: 10px 10px 33px 0px rgba(0, 0, 0, 0.48);
        box-shadow: 10px 10px 33px 0px rgba(0, 0, 0, 0.48);
        transition: all 500ms ease;
    }
    /*--------------fin botones de información--------*/
    .fontCont {
        text-align: center;
        font-size: 30px;
        font-weight: bold;
        line-height: 26px;
    }
    .pcovid p {
        text-align: center;
        margin-left: 300px;
        margin-top: 20px;
        font-family: 'Helvetica-Neue-Medium';
        font-size: 20px;
        width: 500px;
        line-height: 1px;
    }
    li.vuelos {
        flex: 1;
        display: flex;
        margin-top: -100px;
        align-items: stretch;
        width: 100%;
        border-left: rgb(213, 0, 50) solid;
        transition: all 0.5s ease;
        background-image: url(../images/vuelos.jpg);
        background-repeat: no-repeat;
        background-size: 100%;
        background-position: 0px;
    }
    li.pasajeros {
        flex: 1;
        display: flex;
        width: 100%;
        margin-top: -100px;
        align-items: stretch;
        border-left: rgb(249, 156, 37) solid;
        cursor: pointer;
        transition: all 0.5s ease;
        background-image: url(../images/pasajeros.jpg);
        background-repeat: no-repeat;
        background-size: 100%;
        background-position: 0px;
    }
    li.servicios {
        flex: 1;
        display: flex;
        margin-top: -100px;
        width: 100%;
        align-items: stretch;
        border-left: rgb(120, 188, 66) solid;
        cursor: pointer;
        transition: all 0.5s ease;
        background-image: url(../images/servicios.jpg);
        background-repeat: no-repeat;
        background-size: 100%;
        background-position: 0px;
    }
    li.active {
        flex: 5;
        background: #fff;
        cursor: default;
        color: #ffffff;
    }
    li.active.vuelos {
        background-color: rgb(213, 0, 50);
        cursor: default;
    }
    li.active.pasajeros {
        background-color: rgb(249, 156, 37);
        cursor: default;
    }
    li.active.servicios {
        background-color: rgb(120, 188, 66);
        cursor: default;
    }
    li.active h1 {
        color: #ffffff;
    }
    li.active .section-content {
        flex: 4;
        opacity: 1;
        transform: scaleX(1);
        color: #ffffff;
    }
}

@media (width:2880px) {
    .vuelosB {
        position: relative;
        width: 50%;
        margin-left: auto;
        margin-right: auto;
        margin-top: 380px;
    }
    .vuelosB img {
        width: 100%;
        margin: auto;
        padding: auto;
    }
    .vuelosB img:hover {
        width: 100%;
        margin: auto;
        padding: auto;
        -webkit-box-shadow: 10px 10px 33px 0px rgba(0, 0, 0, 0.48);
        -moz-box-shadow: 10px 10px 33px 0px rgba(0, 0, 0, 0.48);
        box-shadow: 10px 10px 33px 0px rgba(0, 0, 0, 0.48);
    }
    .icon-sectionv {
        margin-top: 18em;
        padding-bottom: 2em;
        margin-right: 5em;
        margin-left: 14em;
        width: 10em;
    }
    .icon-sectionp {
        margin-top: 18em;
        padding-bottom: 2em;
        margin-right: 5em;
        margin-left: 15em;
        width: 10em;
    }
    .icon-sections {
        margin-top: 18em;
        padding-bottom: 2em;
        margin-right: 5em;
        margin-left: 16em;
        width: 10em;
    }
    /*--------------botones de información--------*/
    .contenedor {
        width: 100%;
        margin-top: 200px;
        position: relative;
        padding-left: 50px;
    }
    .button.large {
        background-color: #f5c242;
        color: #b042f5;
        width: 35%;
        height: 220px;
        border-radius: 1em;
        padding-left: 4px;
        padding-right: 14px;
        padding-bottom: 14px;
    }
    .button.large:hover {
        background-color: #e6a80b;
        text-decoration: none;
        color: #b042f5;
        width: 35%;
        height: 220px;
        border-radius: 1em;
        padding-left: 4px;
        padding-right: 14px;
        padding-bottom: 14px;
        -webkit-box-shadow: 10px 10px 33px 0px rgba(0, 0, 0, 0.48);
        -moz-box-shadow: 10px 10px 33px 0px rgba(0, 0, 0, 0.48);
        box-shadow: 10px 10px 33px 0px rgba(0, 0, 0, 0.48);
        transition: all 500ms ease;
    }
    .button.large2 {
        background-color: #b042f5;
        color: #f5c242;
        width: 27%;
        height: 220px;
        border-radius: 1em;
        padding-left: 4px;
        padding-right: 4px;
    }
    .button.large2:hover {
        background-color: #9b2edf;
        color: #f5c242;
        width: 27%;
        height: 220px;
        border-radius: 1em;
        padding-left: 4px;
        padding-right: 4px;
        -webkit-box-shadow: 10px 10px 33px 0px rgba(0, 0, 0, 0.48);
        -moz-box-shadow: 10px 10px 33px 0px rgba(0, 0, 0, 0.48);
        box-shadow: 10px 10px 33px 0px rgba(0, 0, 0, 0.48);
        transition: all 500ms ease;
    }
    .button.large3 {
        background-color: #78bc42;
        color: #ffffff;
        width: 30%;
        height: 220px;
        border-radius: 1em;
        padding-left: 4px;
        padding-right: 4px;
    }
    .button.large3:hover {
        background-color: #65a333;
        text-decoration: none;
        color: #ffffff;
        width: 30%;
        height: 220px;
        border-radius: 1em;
        padding-left: 4px;
        padding-right: 4px;
        -webkit-box-shadow: 10px 10px 33px 0px rgba(0, 0, 0, 0.48);
        -moz-box-shadow: 10px 10px 33px 0px rgba(0, 0, 0, 0.48);
        box-shadow: 10px 10px 33px 0px rgba(0, 0, 0, 0.48);
        transition: all 500ms ease;
    }
    /*--------------fin botones de información--------*/
    .fontCont {
        text-align: center;
        font-size: 30px;
        font-weight: bold;
        line-height: 26px;
    }
    .pcovid p {
        text-align: center;
        margin-left: 300px;
        margin-top: 20px;
        font-family: 'Helvetica-Neue-Medium';
        font-size: 24px;
        width: 700px;
        line-height: 1px;
    }
    li.vuelos {
        flex: 1;
        display: flex;
        margin-top: -100px;
        align-items: stretch;
        width: 100%;
        border-left: rgb(213, 0, 50) solid;
        transition: all 0.5s ease;
        background-image: url(../images/vuelos.jpg);
        background-repeat: no-repeat;
        background-size: 100%;
        background-position: 0px;
    }
    li.pasajeros {
        flex: 1;
        display: flex;
        width: 100%;
        margin-top: -100px;
        align-items: stretch;
        border-left: rgb(249, 156, 37) solid;
        cursor: pointer;
        transition: all 0.5s ease;
        background-image: url(../images/pasajeros.jpg);
        background-repeat: no-repeat;
        background-size: 100%;
        background-position: 0px;
    }
    li.servicios {
        flex: 1;
        display: flex;
        margin-top: -100px;
        width: 100%;
        align-items: stretch;
        border-left: rgb(120, 188, 66) solid;
        cursor: pointer;
        transition: all 0.5s ease;
        background-image: url(../images/servicios.jpg);
        background-repeat: no-repeat;
        background-size: 100%;
        background-position: 0px;
    }
    li.active {
        flex: 5;
        background: #fff;
        cursor: default;
        color: #ffffff;
    }
    li.active.vuelos {
        background-color: rgb(213, 0, 50);
        cursor: default;
    }
    li.active.pasajeros {
        background-color: rgb(249, 156, 37);
        cursor: default;
    }
    li.active.servicios {
        background-color: rgb(120, 188, 66);
        cursor: default;
    }
    li.active h1 {
        color: #ffffff;
    }
    li.active .section-content {
        flex: 4;
        opacity: 1;
        transform: scaleX(1);
        color: #ffffff;
    }
    /* li .section-title h3 {
        margin-top: -500px;
        margin-left: 52px;
        text-align: center;
        font-size: 1.5em;
       
    }*/
}


/* --------FIN screen2588px------*/

@media (width:3072px) {
    .icon-sectionv {
        margin-top: 18em;
        padding-bottom: 2em;
        margin-right: 5em;
        margin-left: 14em;
        width: 10em;
    }
    .icon-sectionp {
        margin-top: 18em;
        padding-bottom: 2em;
        margin-right: 5em;
        margin-left: 15em;
        width: 10em;
    }
    .icon-sections {
        margin-top: 18em;
        padding-bottom: 2em;
        margin-right: 5em;
        margin-left: 16em;
        width: 10em;
    }
    /*--------------botones de información--------*/
    .contenedor {
        width: 100%;
        margin-top: 800px;
        position: relative;
        padding-left: 50px;
    }
    .button.large {
        background-color: #f5c242;
        color: #b042f5;
        width: 35%;
        height: 220px;
        border-radius: 1em;
        padding-left: 4px;
        padding-right: 14px;
        padding-bottom: 14px;
    }
    .button.large:hover {
        background-color: #e6a80b;
        text-decoration: none;
        color: #b042f5;
        width: 35%;
        height: 220px;
        border-radius: 1em;
        padding-left: 4px;
        padding-right: 14px;
        padding-bottom: 14px;
        -webkit-box-shadow: 10px 10px 33px 0px rgba(0, 0, 0, 0.48);
        -moz-box-shadow: 10px 10px 33px 0px rgba(0, 0, 0, 0.48);
        box-shadow: 10px 10px 33px 0px rgba(0, 0, 0, 0.48);
        transition: all 500ms ease;
    }
    .button.large2 {
        background-color: #b042f5;
        color: #f5c242;
        width: 27%;
        height: 220px;
        border-radius: 1em;
        padding-left: 4px;
        padding-right: 4px;
    }
    .button.large2:hover {
        background-color: #9b2edf;
        color: #f5c242;
        width: 27%;
        height: 220px;
        border-radius: 1em;
        padding-left: 4px;
        padding-right: 4px;
        -webkit-box-shadow: 10px 10px 33px 0px rgba(0, 0, 0, 0.48);
        -moz-box-shadow: 10px 10px 33px 0px rgba(0, 0, 0, 0.48);
        box-shadow: 10px 10px 33px 0px rgba(0, 0, 0, 0.48);
        transition: all 500ms ease;
    }
    .button.large3 {
        background-color: #78bc42;
        color: #ffffff;
        width: 30%;
        height: 220px;
        border-radius: 1em;
        padding-left: 4px;
        padding-right: 4px;
    }
    .button.large3:hover {
        background-color: #65a333;
        text-decoration: none;
        color: #ffffff;
        width: 30%;
        height: 220px;
        border-radius: 1em;
        padding-left: 4px;
        padding-right: 4px;
        -webkit-box-shadow: 10px 10px 33px 0px rgba(0, 0, 0, 0.48);
        -moz-box-shadow: 10px 10px 33px 0px rgba(0, 0, 0, 0.48);
        box-shadow: 10px 10px 33px 0px rgba(0, 0, 0, 0.48);
        transition: all 500ms ease;
    }
    /*--------------fin botones de información--------*/
    .fontCont {
        text-align: center;
        font-size: 30px;
        font-weight: bold;
        line-height: 26px;
    }
    .pcovid p {
        text-align: center;
        margin-left: 0px;
        margin-top: 20px;
        font-family: 'Helvetica-Neue-Medium';
        font-size: 120;
        width: 500px;
        line-height: 1px;
    }
    li.vuelos {
        flex: 1;
        display: flex;
        margin-top: -100px;
        align-items: stretch;
        width: 100%;
        border-left: rgb(213, 0, 50) solid;
        transition: all 0.5s ease;
        background-image: url(../images/vuelos.jpg);
        background-repeat: no-repeat;
        background-size: 100%;
        background-position: 0px;
    }
    li.pasajeros {
        flex: 1;
        display: flex;
        width: 100%;
        margin-top: -100px;
        align-items: stretch;
        border-left: rgb(249, 156, 37) solid;
        cursor: pointer;
        transition: all 0.5s ease;
        background-image: url(../images/pasajeros.jpg);
        background-repeat: no-repeat;
        background-size: 100%;
        background-position: 0px;
    }
    li.servicios {
        flex: 1;
        display: flex;
        margin-top: -100px;
        width: 100%;
        align-items: stretch;
        border-left: rgb(120, 188, 66) solid;
        cursor: pointer;
        transition: all 0.5s ease;
        background-image: url(../images/servicios.jpg);
        background-repeat: no-repeat;
        background-size: 100%;
        background-position: 0px;
    }
    li.active {
        flex: 5;
        background: #fff;
        cursor: default;
        color: #ffffff;
    }
    li.active.vuelos {
        background-color: rgb(213, 0, 50);
        cursor: default;
    }
    li.active.pasajeros {
        background-color: rgb(249, 156, 37);
        cursor: default;
    }
    li.active.servicios {
        background-color: rgb(120, 188, 66);
        cursor: default;
    }
    li.active h1 {
        color: #ffffff;
    }
    li.active .section-content {
        flex: 4;
        opacity: 1;
        transform: scaleX(1);
        color: #ffffff;
    }
    /* li .section-title h3 {
    margin-top: -500px;
    margin-left: 52px;
    text-align: center;
    font-size: 1.5em;
   
}*/
}


/* --------FIN screen3072px------*/

@media (width:3200px) {
    .boton {
        background: white;
        border-radius: 10px;
        border: solid 1px black;
        display: flex;
        align-items: center;
        justify-content: center;
        position: relative;
        width: 50%;
        height: 5%;
        margin-left: auto;
        margin-right: auto;
        margin-top: 400px;
    }
    .boton:hover {
        background: rgb(240, 243, 241);
        border-radius: 10px;
        border: solid 1px black;
        display: flex;
        align-items: center;
        justify-content: center;
        position: relative;
        width: 50%;
        height: 5%;
        margin-left: auto;
        margin-right: auto;
        margin-top: 400px;
        -webkit-box-shadow: 10px 10px 33px 0px rgba(0, 0, 0, 0.48);
        -moz-box-shadow: 10px 10px 33px 0px rgba(0, 0, 0, 0.48);
        box-shadow: 10px 10px 33px 0px rgba(0, 0, 0, 0.48);
        transition: all 500ms ease;
    }
    .boton .icon {
        width: 80px;
        color: rgb(46, 81, 159);
    }
    .boton .text {
        font-size: 3em;
        color: rgb(46, 81, 159);
        margin: 1px 30px;
        font-family: "Helvetica Neue", Helvetica, Arial;
        font-weight: bold;
    }
    .vuelosB {
        position: relative;
        width: 50%;
        margin-left: auto;
        margin-right: auto;
        margin-top: 380px;
    }
    .vuelosB img {
        width: 100%;
        margin: auto;
        padding: auto;
    }
    .vuelosB img:hover {
        width: 100%;
        margin: auto;
        padding: auto;
        -webkit-box-shadow: 10px 10px 33px 0px rgba(0, 0, 0, 0.48);
        -moz-box-shadow: 10px 10px 33px 0px rgba(0, 0, 0, 0.48);
        box-shadow: 10px 10px 33px 0px rgba(0, 0, 0, 0.48);
    }
    .icon-sectionv {
        margin-top: 16em;
        padding-bottom: 2em;
        margin-right: 5em;
        margin-left: 18em;
        width: 16em;
    }
    .icon-sectionp {
        margin-top: 16em;
        padding-bottom: 2em;
        margin-right: 5em;
        margin-left: 18em;
        width: 16em;
    }
    .icon-sections {
        margin-top: 16em;
        padding-bottom: 2em;
        margin-right: 5em;
        margin-left: 18em;
        width: 16em;
    }
    /*--------------botones de información--------*/
    .contenedor {
        width: 100%;
        margin-top: 300px;
        position: relative;
        padding-left: 50px;
    }
    .button.large {
        background-color: #f5c242;
        color: #b042f5;
        width: 35%;
        height: 290px;
        border-radius: 1em;
        padding-left: 4px;
        padding-right: 14px;
        padding-bottom: 14px;
    }
    .button.large:hover {
        background-color: #e6a80b;
        text-decoration: none;
        color: #b042f5;
        width: 35%;
        height: 290px;
        border-radius: 1em;
        padding-left: 4px;
        padding-right: 14px;
        padding-bottom: 14px;
        -webkit-box-shadow: 10px 10px 33px 0px rgba(0, 0, 0, 0.48);
        -moz-box-shadow: 10px 10px 33px 0px rgba(0, 0, 0, 0.48);
        box-shadow: 10px 10px 33px 0px rgba(0, 0, 0, 0.48);
        transition: all 500ms ease;
    }
    .button.large2 {
        background-color: #b042f5;
        color: #f5c242;
        width: 27%;
        height: 290px;
        border-radius: 1em;
        padding-left: 4px;
        padding-right: 4px;
    }
    .button.large2:hover {
        background-color: #9b2edf;
        color: #f5c242;
        width: 27%;
        height: 290px;
        border-radius: 1em;
        padding-left: 4px;
        padding-right: 4px;
        -webkit-box-shadow: 10px 10px 33px 0px rgba(0, 0, 0, 0.48);
        -moz-box-shadow: 10px 10px 33px 0px rgba(0, 0, 0, 0.48);
        box-shadow: 10px 10px 33px 0px rgba(0, 0, 0, 0.48);
        transition: all 500ms ease;
    }
    .button.large3 {
        background-color: #78bc42;
        color: #ffffff;
        width: 30%;
        height: 290px;
        border-radius: 1em;
        padding-left: 4px;
        padding-right: 4px;
    }
    .button.large3:hover {
        background-color: #65a333;
        text-decoration: none;
        color: #ffffff;
        width: 30%;
        height: 290px;
        border-radius: 1em;
        padding-left: 4px;
        padding-right: 4px;
        -webkit-box-shadow: 10px 10px 33px 0px rgba(0, 0, 0, 0.48);
        -moz-box-shadow: 10px 10px 33px 0px rgba(0, 0, 0, 0.48);
        box-shadow: 10px 10px 33px 0px rgba(0, 0, 0, 0.48);
        transition: all 500ms ease;
    }
    /*--------------fin botones de información--------*/
    .fontCont {
        text-align: center;
        font-size: 40px;
        font-weight: bold;
        line-height: 34px;
    }
    .pcovid p {
        text-align: center;
        margin-left: 400px;
        margin-top: 50px;
        font-family: 'Helvetica-Neue-Medium';
        font-size: 30px;
        width: 800px;
        line-height: 5px;
    }
    li.vuelos {
        flex: 1;
        display: flex;
        margin-top: -100px;
        align-items: stretch;
        width: 100%;
        border-left: rgb(213, 0, 50) solid;
        transition: all 0.5s ease;
        background-image: url(../images/vuelos.jpg);
        background-repeat: no-repeat;
        background-size: 100%;
        background-position: 0px;
    }
    li.pasajeros {
        flex: 1;
        display: flex;
        width: 100%;
        margin-top: -100px;
        align-items: stretch;
        border-left: rgb(249, 156, 37) solid;
        cursor: pointer;
        transition: all 0.5s ease;
        background-image: url(../images/pasajeros.jpg);
        background-repeat: no-repeat;
        background-size: 100%;
        background-position: 0px;
    }
    li.servicios {
        flex: 1;
        display: flex;
        margin-top: -100px;
        width: 100%;
        align-items: stretch;
        border-left: rgb(120, 188, 66) solid;
        cursor: pointer;
        transition: all 0.5s ease;
        background-image: url(../images/servicios.jpg);
        background-repeat: no-repeat;
        background-size: 100%;
        background-position: 0px;
    }
    li.active {
        flex: 5;
        background: #fff;
        cursor: default;
        color: #ffffff;
    }
    li.active.vuelos {
        background-color: rgb(213, 0, 50);
        cursor: default;
    }
    li.active.pasajeros {
        background-color: rgb(249, 156, 37);
        cursor: default;
    }
    li.active.servicios {
        background-color: rgb(120, 188, 66);
        cursor: default;
    }
    li.active h1 {
        color: #ffffff;
    }
    li.active .section-content {
        flex: 4;
        opacity: 1;
        transform: scaleX(1);
        color: #ffffff;
    }
    /* li .section-title h3 {
        margin-top: -500px;
        margin-left: 52px;
        text-align: center;
        font-size: 1.5em;
       
    }*/
}

@media (min-width:3840px) {
    .boton {
        background: white;
        border-radius: 10px;
        border: solid 1px black;
        display: flex;
        align-items: center;
        justify-content: center;
        position: relative;
        width: 50%;
        height: 5%;
        margin-left: auto;
        margin-right: auto;
        margin-top: 400px;
    }
    .boton:hover {
        background: rgb(240, 243, 241);
        border-radius: 10px;
        border: solid 1px black;
        display: flex;
        align-items: center;
        justify-content: center;
        position: relative;
        width: 50%;
        height: 5%;
        margin-left: auto;
        margin-right: auto;
        margin-top: 400px;
        -webkit-box-shadow: 10px 10px 33px 0px rgba(0, 0, 0, 0.48);
        -moz-box-shadow: 10px 10px 33px 0px rgba(0, 0, 0, 0.48);
        box-shadow: 10px 10px 33px 0px rgba(0, 0, 0, 0.48);
        transition: all 500ms ease;
    }
    .boton .icon {
        width: 80px;
        color: rgb(46, 81, 159);
    }
    .boton .text {
        font-size: 3em;
        color: rgb(46, 81, 159);
        margin: 1px 30px;
        font-family: "Helvetica Neue", Helvetica, Arial;
        font-weight: bold;
    }
    .vuelosB {
        position: relative;
        width: 50%;
        margin-left: auto;
        margin-right: auto;
        margin-top: 380px;
    }
    .vuelosB img {
        width: 100%;
        margin: auto;
        padding: auto;
    }
    .vuelosB img:hover {
        width: 100%;
        margin: auto;
        padding: auto;
        -webkit-box-shadow: 10px 10px 33px 0px rgba(0, 0, 0, 0.48);
        -moz-box-shadow: 10px 10px 33px 0px rgba(0, 0, 0, 0.48);
        box-shadow: 10px 10px 33px 0px rgba(0, 0, 0, 0.48);
    }
    .icon-sectionv {
        margin-top: 16em;
        padding-bottom: 2em;
        margin-right: 5em;
        margin-left: 25em;
        width: 16em;
    }
    .icon-sectionp {
        margin-top: 16em;
        padding-bottom: 2em;
        margin-right: 5em;
        margin-left: 25em;
        width: 16em;
    }
    .icon-sections {
        margin-top: 16em;
        padding-bottom: 2em;
        margin-right: 5em;
        margin-left: 25em;
        width: 16em;
    }
    /*--------------botones de información--------*/
    .contenedor {
        width: 100%;
        margin-top: 500px;
        position: relative;
        padding-left: 50px;
    }
    .button.large {
        background-color: #f5c242;
        color: #b042f5;
        width: 35%;
        height: 290px;
        border-radius: 1em;
        padding-left: 4px;
        padding-right: 14px;
        padding-bottom: 14px;
    }
    .button.large:hover {
        background-color: #e6a80b;
        text-decoration: none;
        color: #b042f5;
        width: 35%;
        height: 290px;
        border-radius: 1em;
        padding-left: 4px;
        padding-right: 14px;
        padding-bottom: 14px;
        -webkit-box-shadow: 10px 10px 33px 0px rgba(0, 0, 0, 0.48);
        -moz-box-shadow: 10px 10px 33px 0px rgba(0, 0, 0, 0.48);
        box-shadow: 10px 10px 33px 0px rgba(0, 0, 0, 0.48);
        transition: all 500ms ease;
    }
    .button.large2 {
        background-color: #b042f5;
        color: #f5c242;
        width: 27%;
        height: 290px;
        border-radius: 1em;
        padding-left: 4px;
        padding-right: 4px;
    }
    .button.large2:hover {
        background-color: #9b2edf;
        color: #f5c242;
        width: 27%;
        height: 290px;
        border-radius: 1em;
        padding-left: 4px;
        padding-right: 4px;
        -webkit-box-shadow: 10px 10px 33px 0px rgba(0, 0, 0, 0.48);
        -moz-box-shadow: 10px 10px 33px 0px rgba(0, 0, 0, 0.48);
        box-shadow: 10px 10px 33px 0px rgba(0, 0, 0, 0.48);
        transition: all 500ms ease;
    }
    .button.large3 {
        background-color: #78bc42;
        color: #ffffff;
        width: 30%;
        height: 290px;
        border-radius: 1em;
        padding-left: 4px;
        padding-right: 4px;
    }
    .button.large3:hover {
        background-color: #65a333;
        text-decoration: none;
        color: #ffffff;
        width: 30%;
        height: 290px;
        border-radius: 1em;
        padding-left: 4px;
        padding-right: 4px;
        -webkit-box-shadow: 10px 10px 33px 0px rgba(0, 0, 0, 0.48);
        -moz-box-shadow: 10px 10px 33px 0px rgba(0, 0, 0, 0.48);
        box-shadow: 10px 10px 33px 0px rgba(0, 0, 0, 0.48);
        transition: all 500ms ease;
    }
    /*--------------fin botones de información--------*/
    .fontCont {
        text-align: center;
        font-size: 40px;
        font-weight: bold;
        line-height: 34px;
    }
    .pcovid p {
        text-align: center;
        margin-left: 600px;
        margin-top: 50px;
        font-family: 'Helvetica-Neue-Medium';
        font-size: 30px;
        width: 800px;
        line-height: 5px;
    }
    li.vuelos {
        flex: 1;
        display: flex;
        margin-top: -100px;
        align-items: stretch;
        width: 100%;
        border-left: rgb(213, 0, 50) solid;
        transition: all 0.5s ease;
        background-image: url(../images/vuelos.jpg);
        background-repeat: no-repeat;
        background-size: 100%;
        background-position: 0px;
    }
    li.pasajeros {
        flex: 1;
        display: flex;
        width: 100%;
        margin-top: -100px;
        align-items: stretch;
        border-left: rgb(249, 156, 37) solid;
        cursor: pointer;
        transition: all 0.5s ease;
        background-image: url(../images/pasajeros.jpg);
        background-repeat: no-repeat;
        background-size: 100%;
        background-position: 0px;
    }
    li.servicios {
        flex: 1;
        display: flex;
        margin-top: -100px;
        width: 100%;
        align-items: stretch;
        border-left: rgb(120, 188, 66) solid;
        cursor: pointer;
        transition: all 0.5s ease;
        background-image: url(../images/servicios.jpg);
        background-repeat: no-repeat;
        background-size: 100%;
        background-position: 0px;
    }
    li.active {
        flex: 5;
        background: #fff;
        cursor: default;
        color: #ffffff;
    }
    li.active.vuelos {
        background-color: rgb(213, 0, 50);
        cursor: default;
    }
    li.active.pasajeros {
        background-color: rgb(249, 156, 37);
        cursor: default;
    }
    li.active.servicios {
        background-color: rgb(120, 188, 66);
        cursor: default;
    }
    li.active h1 {
        color: #ffffff;
    }
    li.active .section-content {
        flex: 4;
        opacity: 1;
        transform: scaleX(1);
        color: #ffffff;
    }
    /* li .section-title h3 {
        margin-top: -500px;
        margin-left: 52px;
        text-align: center;
        font-size: 1.5em;
       
    }*/
}

@media (min-width:5120px) {
    .boton {
        background: white;
        border-radius: 10px;
        border: solid 1px black;
        display: flex;
        align-items: center;
        justify-content: center;
        position: relative;
        width: 50%;
        height: 5%;
        margin-left: auto;
        margin-right: auto;
        margin-top: 600px;
    }
    .boton:hover {
        background: rgb(240, 243, 241);
        border-radius: 10px;
        border: solid 1px black;
        display: flex;
        align-items: center;
        justify-content: center;
        position: relative;
        width: 50%;
        height: 5%;
        margin-left: auto;
        margin-right: auto;
        margin-top: 600px;
        -webkit-box-shadow: 10px 10px 33px 0px rgba(0, 0, 0, 0.48);
        -moz-box-shadow: 10px 10px 33px 0px rgba(0, 0, 0, 0.48);
        box-shadow: 10px 10px 33px 0px rgba(0, 0, 0, 0.48);
        transition: all 500ms ease;
    }
    .boton .icon {
        width: 80px;
        color: rgb(46, 81, 159);
    }
    .boton .text {
        font-size: 3em;
        color: rgb(46, 81, 159);
        margin: 1px 30px;
        font-family: "Helvetica Neue", Helvetica, Arial;
        font-weight: bold;
    }
    .vuelosB {
        position: relative;
        width: 50%;
        margin-left: auto;
        margin-right: auto;
        margin-top: 380px;
    }
    .vuelosB img {
        width: 100%;
        margin: auto;
        padding: auto;
    }
    .vuelosB img:hover {
        width: 100%;
        margin: auto;
        padding: auto;
        -webkit-box-shadow: 10px 10px 33px 0px rgba(0, 0, 0, 0.48);
        -moz-box-shadow: 10px 10px 33px 0px rgba(0, 0, 0, 0.48);
        box-shadow: 10px 10px 33px 0px rgba(0, 0, 0, 0.48);
    }
    .icon-sectionv {
        margin-top: 16em;
        padding-bottom: 2em;
        margin-right: 5em;
        margin-left: 34em;
        width: 20em;
    }
    .icon-sectionp {
        margin-top: 16em;
        padding-bottom: 2em;
        margin-right: 5em;
        margin-left: 34em;
        width: 20em;
    }
    .icon-sections {
        margin-top: 16em;
        padding-bottom: 2em;
        margin-right: 5em;
        margin-left: 34em;
        width: 20em;
    }
    /*--------------botones de información--------*/
    .contenedor {
        width: 100%;
        margin-top: 900px;
        position: relative;
        padding-left: 95px;
    }
    .button.large {
        background-color: #f5c242;
        color: #b042f5;
        width: 35%;
        height: 290px;
        border-radius: 1em;
        padding-left: 4px;
        padding-right: 14px;
        padding-bottom: 14px;
    }
    .button.large:hover {
        background-color: #e6a80b;
        text-decoration: none;
        color: #b042f5;
        width: 35%;
        height: 290px;
        border-radius: 1em;
        padding-left: 4px;
        padding-right: 14px;
        padding-bottom: 14px;
        -webkit-box-shadow: 10px 10px 33px 0px rgba(0, 0, 0, 0.48);
        -moz-box-shadow: 10px 10px 33px 0px rgba(0, 0, 0, 0.48);
        box-shadow: 10px 10px 33px 0px rgba(0, 0, 0, 0.48);
        transition: all 500ms ease;
    }
    .button.large2 {
        background-color: #b042f5;
        color: #f5c242;
        width: 27%;
        height: 290px;
        border-radius: 1em;
        padding-left: 4px;
        padding-right: 4px;
    }
    .button.large2:hover {
        background-color: #9b2edf;
        color: #f5c242;
        width: 27%;
        height: 290px;
        border-radius: 1em;
        padding-left: 4px;
        padding-right: 4px;
        -webkit-box-shadow: 10px 10px 33px 0px rgba(0, 0, 0, 0.48);
        -moz-box-shadow: 10px 10px 33px 0px rgba(0, 0, 0, 0.48);
        box-shadow: 10px 10px 33px 0px rgba(0, 0, 0, 0.48);
        transition: all 500ms ease;
    }
    .button.large3 {
        background-color: #78bc42;
        color: #ffffff;
        width: 30%;
        height: 290px;
        border-radius: 1em;
        padding-left: 4px;
        padding-right: 4px;
    }
    .button.large3:hover {
        background-color: #65a333;
        text-decoration: none;
        color: #ffffff;
        width: 30%;
        height: 290px;
        border-radius: 1em;
        padding-left: 4px;
        padding-right: 4px;
        -webkit-box-shadow: 10px 10px 33px 0px rgba(0, 0, 0, 0.48);
        -moz-box-shadow: 10px 10px 33px 0px rgba(0, 0, 0, 0.48);
        box-shadow: 10px 10px 33px 0px rgba(0, 0, 0, 0.48);
        transition: all 500ms ease;
    }
    /*--------------fin botones de información--------*/
    .fontCont {
        text-align: center;
        font-size: 40px;
        font-weight: bold;
        line-height: 34px;
    }
    .pcovid p {
        text-align: center;
        margin-left: 600px;
        margin-top: 50px;
        font-family: 'Helvetica-Neue-Medium';
        font-size: 30px;
        width: 800px;
        line-height: 5px;
    }
    li.vuelos {
        flex: 1;
        display: flex;
        margin-top: -100px;
        align-items: stretch;
        width: 100%;
        border-left: rgb(213, 0, 50) solid;
        transition: all 0.5s ease;
        background-image: url(../images/vuelos.jpg);
        background-repeat: no-repeat;
        background-size: 100%;
        background-position: 0px;
    }
    li.pasajeros {
        flex: 1;
        display: flex;
        width: 100%;
        margin-top: -100px;
        align-items: stretch;
        border-left: rgb(249, 156, 37) solid;
        cursor: pointer;
        transition: all 0.5s ease;
        background-image: url(../images/pasajeros.jpg);
        background-repeat: no-repeat;
        background-size: 100%;
        background-position: 0px;
    }
    li.servicios {
        flex: 1;
        display: flex;
        margin-top: -100px;
        width: 100%;
        align-items: stretch;
        border-left: rgb(120, 188, 66) solid;
        cursor: pointer;
        transition: all 0.5s ease;
        background-image: url(../images/servicios.jpg);
        background-repeat: no-repeat;
        background-size: 100%;
        background-position: 0px;
    }
    li.active {
        flex: 5;
        background: #fff;
        cursor: default;
        color: #ffffff;
    }
    li.active.vuelos {
        background-color: rgb(213, 0, 50);
        cursor: default;
    }
    li.active.pasajeros {
        background-color: rgb(249, 156, 37);
        cursor: default;
    }
    li.active.servicios {
        background-color: rgb(120, 188, 66);
        cursor: default;
    }
    li.active h1 {
        color: #ffffff;
    }
    li.active .section-content {
        flex: 4;
        opacity: 1;
        transform: scaleX(1);
        color: #ffffff;
    }
}


/*Pantallas peque�0�9as (m��viles en landscape de menos de 768px)*/

@media (max-width: 1100px) {
    div[class^="btn2"] {
        float: left;
        margin: 0 0px 0px 0;
        height: 120px;
        width: 120%;
        position: relative;
        cursor: pointer;
        transition: all .4s ease;
        user-drag: element;
        border: solid 2px transparent;
        text-align: center;
        line-height: 100px;
    }
    div[class^="btn2"]:hover {
        opacity: 0.7;
    }
    div[class^="btn2"]:active {
        transform: scale(.98, .98);
    }
    .btn-info {
        position: fixed;
        opacity: 5;
        width: 60px;
        height: 60px;
        line-height: 1px;
        bottom: 18px;
        left: 280px;
        background: rgb(0, 173, 187);
        color: #FFF;
        padding-left: 14px;
        padding-top: 14px;
        border-radius: 50px;
        text-align: center;
        font-size: 30px;
        box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.3);
        opacity: 0;
        z-index: 0;
        transition: all 300ms ease;
    }
    /*------------Whatsapp----------------*/
    .btn-wsp {
        position: fixed;
        opacity: 1;
        width: 60px;
        height: 60px;
        line-height: 63px;
        bottom: 18px;
        left: 185px;
        background: #25d366;
        color: #FFF;
        padding-left: 18px;
        padding-top: 14px;
        border-radius: 50px;
        text-align: center;
        font-size: 30px;
        box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.3);
        z-index: 0;
        opacity: 0;
        transition: all 300ms ease;
    }
    .btn-wsp:hover {
        background: #20ba5a;
    }
    .btn-info:hover {
        background: rgb(3, 141, 150);
    }
    .btn-mas {
        z-index: 0;
    }
    .container42 {
        position: fixed;
        bottom: 20px;
        right: 20px;
        opacity: 0;
    }
}


/*Pantallas muy peque�0�9as (m��viles en portrait de menos de 576px)*/

@media (max-width: 575.98px) {
    div[class^="btn2"] {
        float: left;
        margin: 0 0px 0px 0;
        height: 120px;
        width: 120%;
        position: relative;
        cursor: pointer;
        transition: all .4s ease;
        user-drag: element;
        border: solid 2px transparent;
        text-align: center;
        line-height: 100px;
    }
    div[class^="btn2"]:hover {
        opacity: 0.7;
    }
    div[class^="btn2"]:active {
        transform: scale(.98, .98);
    }
    .btn-info {
        position: fixed;
        width: 60px;
        height: 60px;
        line-height: 1px;
        bottom: 18px;
        left: 280px;
        background: rgb(0, 173, 187);
        color: #FFF;
        padding-left: 14px;
        padding-top: 14px;
        border-radius: 50px;
        text-align: center;
        font-size: 30px;
        box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.3);
        z-index: 0;
        opacity: 0;
        transition: all 300ms ease;
    }
    /*------------Whatsapp----------------*/
    .btn-wsp {
        position: fixed;
        width: 60px;
        height: 60px;
        line-height: 63px;
        bottom: 18px;
        left: 185px;
        background: #25d366;
        color: #FFF;
        padding-left: 18px;
        padding-top: 14px;
        border-radius: 50px;
        text-align: center;
        font-size: 30px;
        box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.3);
        z-index: 0;
        opacity: 0;
        transition: all 300ms ease;
    }
    .btn-wsp:hover {
        background: #20ba5a;
    }
    .btn-info:hover {
        background: rgb(3, 141, 150);
    }
    #btn-mas {
        z-index: 0;
    }
    .btn-mas label {
        z-index: 0;
    }
    .redes a:hover {
        background: #eeb72c;
        color: #ffffff;
    }
    div .btn-mas:hover {
        background: rgb(201, 24, 125);
        border-radius: 10px;
        color: #ffffff;
        transition: all 500ms ease;
    }
    .container42 {
        position: fixed;
        bottom: 20px;
        right: 20px;
        opacity: 0;
    }
}