/* .logoaerus {
    width: 45%;
    height: 35%;
    padding-left: 25px;
} */
html {
    min-height: 100%;
    position: relative;
}

body {
    margin: 0;
    margin-bottom: 40px;
}

footer {
    /* background-color: black; */
    position: absolute;
    bottom: 0;
    width: 100%;
    /* height: 40px; */
    /* color: white; */
}

.plink:hover {
    text-decoration-line: underline;
    cursor: pointer;
}

.menu_ {
    padding: .1rem;
}

.text-stroke {
    -webkit-text-stroke: 2px #0C2626;
    -webkit-text-fill-color: rgba(0, 0, 0, 0);
    margin: auto;
    color: #0C2626;
    font-weight: 900;
    line-height: 25px;
    transition: .1s;
    /* font-size: 21px; */
}

.text-stroke-AERUS {
    -webkit-text-stroke: 2px #7E6700;
    -webkit-text-fill-color: rgba(0, 0, 0, 0);
    margin: auto;
    color: #7E6700;
    font-weight: 900;
    line-height: 55px;
    transition: .1s;
    font-size: 45px;
}

.text-stroke-AERUSD {
    -webkit-text-stroke: 2px #0C2626;
    -webkit-text-fill-color: rgba(0, 0, 0, 0);
    margin: auto;
    color: #7E6700;
    font-weight: 900;
    line-height: 55px;
    transition: .1s;
    font-size: 45px;
}

.logo {
    /* width: 20%;
    height: 10%; */
}

.footpersonalizado {
    background-color: #0C2626;
    color: #fff;
    width: 100%;
    padding-top: 1rem;
    /*padding-left: 1rem; */

    padding-left: 10px;
    padding-right: 10px;
}

#more-arrows {
    width: 75px;
    height: 65px;
}

#more-arrows:hover polygon {
    fill: #AEF821;
    transition: all 0.2s ease-out;
}

#more-arrows:hover polygon.arrow-bottom {
    transform: translateY(-18px);
}

#more-arrows:hover polygon.arrow-top {
    transform: translateY(18px);
}

polygon {
    fill: #AEF821;
    transition: all 0.2s ease-out;
}

polygon.arrow-middle {
    opacity: 0.75;
}

polygon.arrow-top {
    opacity: 0.5;
}

.nuestrosservicios {
    color: #002727;
}

.nuestrosserviciosh2 {
    font-size: 41px;
    color: #002727;
}

.nuestrosserviciosp {
    font-size: 15px;
    color: #002727;
}

.ajustaservicios {
    padding-left: 75px;
    padding-right: 75px;
    background-color: #EFEFEF;
}

.ajustaserviciosD {
    background-color: #EFEFEF;

    color: #0C2626;
    font-size: 41px;
    -webkit-text-stroke: 2px #0C2626;
    -webkit-text-fill-color: rgba(0, 0, 0, 0);
    font-weight: 900;
    line-height: 1.5;
    transition: .1s;
}

.ajustaserviciosDet {
    background-color: #EFEFEF;
    padding-left: 25px;
    color: #0C2626;
}

.serviciosback {
    background-color: #ffffff;
    padding-left: 0;
}

.ajustaespera {
    background-color: #ffffff;
}

.espera {
    background-color: #ffffff;
    color: #0C2626;
    font-size: 15px;
}

.ajustaesperaD {
    background-color: #ffffff;
    color: #0C2626;
    font-size: 41px;
}

.pagos {
    background-color: #ffffff;
    color: #0C2626;
    font-size: 31px;
}

.ajustametodopago {
    background-color: #ffffff;
}

.ajustametodopagoD {
    background-color: #ffffff;

}

.card-title {
    color: #0C2626;
    margin-bottom: .75rem;
    font-size: 15px;
}


.card-text:last-child {
    margin-bottom: 0;
    color: #354A4A;
    font-size: 15px;
}

.Flechas {
    position: absolute;
    top: 600px;
    align-content: center;
    color: white;
    padding: 10px;
    width: 100%;
    filter: shadow(color=#999999, direction=135, strength=2);
    z-index: 1000;
}

:root {
    --widgetContainer-height-mobile: 500px;
    --widgetContainer-iframe-height-mobile: 750px;
    --widgetContainer-height-desktop: 180px;
    --widgetContainer-iframe-height-desktop: 520px;
}

.widgetContainer {
    position: relative;
    height: var(--widgetContainer-height-mobile);
    overflow: visible;
    z-index: 1000;
}

.widgetContainer iframe {
    height: var(--widgetContainer-iframe-height-mobile);
}

@media screen and (min-width: 992px) {
    .widgetContainer {
        height: var(--widgetContainer-height-desktop);
    }

    .widgetContainer iframe {
        height: var(--widgetContainer-iframe-height-desktop);
    }
}

.first {
    width: 378px;
    height: 378px;
    position: absolute;
    top: 200px;
    left: 0px;
    z-index: 5;
}

.second {
    width: 378px;
    height: 378px;
    position: absolute;
    top: 250px;
    left: 300px;
    z-index: 4;
}

.third {
    width: 378px;
    height: 378px;
    position: absolute;
    top: 50px;
    left: 500px;
    z-index: 3;
}

.fourth {
    width: 378px;
    height: 378px;
    position: absolute;
    top: 250px;
    left: 700px;
    z-index: 2;
}

.fiveth {
    width: 378px;
    height: 378px;
    position: absolute;
    top: 0px;
    left: 950px;
    z-index: 1;
}

.aligncontent {
    text-align: justify;
    vertical-align: middle;
}

.animate {
    -webkit-animation: jello-horizontal 0.5s both;
    animation: jello-horizontal 0.5s both;
}

.card {
    /* position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word; */
    /* background-color: #fff;
    background-clip: border-box; */
    border: 1px solid rgba(0, 0, 0, .125);
    border-radius: .25rem;
    align-content: center;
    background-repeat: no-repeat;
}

.infotarifas {
    font-size: 13px;
    text-align: justify;
    /* padding: 2px; */
    /* line-height: 5px; */
}

.card-header-ligth {
    padding: .75rem 1.25rem;
    margin-bottom: 0;
    background-color: #F2FEDB;
    font-size: 25px;
    color: #0C2626;
}

.card-header-bussines {
    padding: .75rem 1.25rem;
    margin-bottom: 0;
    background-color: #D6FB8F;
    font-size: 25px;
    color: #0C2626;
}

.card-header-advantage {
    padding: .75rem 1.25rem;
    margin-bottom: 0;
    background-color: #AEF821;
    font-size: 25px;
    color: #0C2626;
}

.card-body-advantage {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1.25rem;
}

.card-container {
    border-radius: 5px;
    overflow: hidden;
}

.top-card-ligth {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    font-size: 20px;
    background-color: #F2FEDB;
    color: #0C2626;
}

.top-card-ligth img {
    transform: translateY(25px);
}

.top-card-bussines {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    font-size: 20px;
    background-color: #D6FB8F;
    color: #0C2626;
}

.top-card-bussines img {
    transform: translateY(25px);
}

.top-card-advantage {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    font-size: 20px;
    background-color: #AEF821;
    color: #0C2626;
}

.top-card-advantage img {
    transform: translateY(25px);
}

.card-text:last-child {
    margin-bottom: 0;
    color: #426C24;
}

.nuestrosdestinos {
    background-color: #0C2626;
}

.h1nuestrosdestinos {
    -webkit-text-stroke: 1px #fff;
    -webkit-text-fill-color: rgba(0, 0, 0, 0);
    margin: auto;
    color: #fff;
    /* font-weight: 500; */
    /* line-height: .5; */
    /* transition: .1s; */
    /* font-size: 61px; */
    /* margin-left: 56px; */
    /* background-color: #0C2626; */
}


/* 
.text-stroke-ofertas {
    -webkit-text-stroke: 2px #7DFFD0;
    -webkit-text-fill-color: rgba(0, 0, 0, 0);
    margin: auto;
    color: #60BC9E;
    font-weight: 900;
    line-height: 1.5;
    transition: .1s;
    font-size: 61px;
}

.text-ofertas {
    color: #7DFFD0;
    font-size: 61px;
} */


.img-fluid-servicios {
    max-width: 100%;
    height: 100%
}

.card-body-servicios {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    background-color: #fff;
    padding: 1.25rem;
}

.card-text-servicios:last-child {
    margin-bottom: 0;
    font-size: 16px;
    color: #426C24;
    background-color: #fff;
}

.itemsservicios {
    background-color: #fff;
}

.alineatitulos {
    /* padding-left: 55px;
    padding-right: 55px; */
}

/*

    let xs = window.matchMedia("(max-width: 600px)")
    let s = window.matchMedia("(min-width: 601px) and (max-width: 767px)")
    let m = window.matchMedia("(min-width: 768px) and (max-width: 991px)")
    let l = window.matchMedia("(min-width: 992px) and (max-width: 1032px)")
    let ll = window.matchMedia("(min-width: 1033px) and (max-width: 1199px)")
    let xl = window.matchMedia("(min-width: 1200px) and (max-width: 1399px)")
    let xxl = window.matchMedia("(min-width: 1400px)")
*/


.btnkiu {
    /* position: relative; */
    top: 35px;
    /* left: 10px;
    width: 90%; */
    /* padding: 10px; */
    z-index: 1000;
    position: absolute;
    /* right: 440px; */
    width: 100px;
    /* height: 6rem; */
    padding: 10px;
}

@media all and (max-width: 600px) {
    .ajustab {
        /* width: 150px;
        height: 150px; */

    }

    /* 
    .formaspago {
        width: 80%;
    } */

    /* #newsletter {
        visibility: hidden;
    } */
    .txtenterate {
        width: 150px;
        border-radius: 1px;
    }

    .caja_flotante {
        position: relative;
        top: 200px;
        left: 10px;
        width: 90%;
        padding: 10px;
        z-index: 1000;
    }

    /* 
    .logoaerus {
        width: 25%;
        height: 15%;
        padding-left: 25px;
    } */

    .btnkiu {
        display: none;
    }

    /* #metodospago {
        display: none;
    } */
    .TestFondo {
        color: #fff;
        background-color: #364a4a;
        background-blend-mode: multiply;
        /* height: 300px; */
    }

    .text-stroke-ofertas {
        -webkit-text-stroke: 2px #7DFFD0;
        -webkit-text-fill-color: rgba(0, 0, 0, 0);
        margin: auto;
        color: #60BC9E;
        font-weight: 100;
        line-height: 25px;
        transition: .1s;
        /* font-size: 21px; */
    }

    .text-ofertas {
        color: #7DFFD0;
        line-height: 25px;
        /* font-size: 21px; */
    }
}

@media all and (min-width: 601px) and (max-width: 767px) {

    /* .formaspago {
        width: 80%;
    } */

    /* #newsletter {
        visibility: hidden;
    } */

    .caja_flotante {
        position: relative;
        top: 200px;
        left: 90px;
        width: 90%;
        padding: 10px;
        z-index: 1000;
    }

    .txtenterate {
        width: 350px;
        border-radius: 1px;
    }

    /* .logoaerus {
        width: 55%;
        height: 45%;
        padding-left: 25px;
    } */
    .btnkiu {
        display: none;
    }

    /* #metodospago {
        display: none;
    } */
    .TestFondo {
        color: #fff;
        background-color: #364a4a;
        background-blend-mode: multiply;
        /* height: 300px; */
    }

    .text-stroke-ofertas {
        -webkit-text-stroke: 2px #7DFFD0;
        -webkit-text-fill-color: rgba(0, 0, 0, 0);
        margin: auto;
        color: #60BC9E;
        font-weight: 900;
        line-height: 25px;
        transition: .1s;
        /* font-size: 21px; */
    }

    .text-ofertas {
        color: #7DFFD0;
        line-height: 25px;
        /* font-size: 21px; */
    }
}

@media all and (min-width: 768px) and (max-width: 991px) {

    .titulolegend {
        font-size: 21px;
        /* padding-top: 10px; */
        padding-left: 15px;
        color: #fff;
        /* font-weight: 900; */
        /* text-shadow: 5px 5px #333; */
    }

    .txtenterate {
        width: 300px;
        border-radius: 1px;
    }

    .subtitulolegend {
        font-size: 16px;
        /* padding-top: 10px; */
        padding-left: 15px;
        color: #EBFDC8;
        /* font-weight: 900; */
        /* text-shadow: 5px 5px #333; */
    }

    .leyendaDestinos {
        color: #fff;
        padding-left: 20px;
        font-size: 16px;
        justify-content: space-between;
    }

    .text-stroke-ofertas {
        -webkit-text-stroke: 2px #7DFFD0;
        -webkit-text-fill-color: rgba(0, 0, 0, 0);
        margin: auto;
        color: #60BC9E;
        font-weight: 900;
        line-height: 25px;
        transition: .1s;
        /* font-size: 21px; */
    }

    .text-ofertas {
        color: #7DFFD0;
        line-height: 25px;
        /* font-size: 21px; */
    }

    .TestFondo {
        color: #fff;
        background-color: #364a4a;
        background-blend-mode: multiply;
        /* height: 300px; */
    }

    .caja_flotante {
        position: relative;
        top: 200px;
        left: 90px;
        width: 90%;
        padding: 10px;
        z-index: 1000;
    }

    /* .logoaerus {
        width: 25%;
        height: 15%;
        padding-left: 25px;
    } */
    .btnkiu {
        display: none;
    }
}


@media all and (min-width: 992px) and (max-width: 1032px) {

    .titulolegend {
        font-size: 21px;
        /* padding-top: 10px; */
        padding-left: 15px;
        color: #fff;
        /* font-weight: 900; */
        /* text-shadow: 5px 5px #333; */
    }

    .txtenterate {
        width: 350px;
        border-radius: 1px;
    }

    .subtitulolegend {
        font-size: 16px;
        /* padding-top: 10px; */
        padding-left: 15px;
        color: #EBFDC8;
        /* font-weight: 900; */
        /* text-shadow: 5px 5px #333; */
    }

    .leyendaDestinos {
        color: #fff;
        padding-left: 20px;
        font-size: 16px;
        justify-content: space-between;
    }


    .text-stroke-ofertas {
        -webkit-text-stroke: 2px #7DFFD0;
        -webkit-text-fill-color: rgba(0, 0, 0, 0);
        margin: auto;
        color: #60BC9E;
        font-weight: 900;
        line-height: 25px;
        transition: .1s;
        /* font-size: 31px; */
    }

    .text-ofertas {
        color: #7DFFD0;
        line-height: 25px;
        /* font-size: 31px; */
    }

    .TestFondo {
        color: #fff;
        background-color: #364a4a;
        background-blend-mode: multiply;
        /* height: 300px; */
    }

    .caja_flotante {
        position: relative;
        top: 200px;
        left: 90px;
        width: 90%;
        padding: 10px;
        z-index: 1000;
    }

    /* .logoaerus {
        width: 25%;
        height: 15%;
        padding-left: 25px;
    } */
}


@media all and (min-width: 1033px) and (max-width: 1199px) {

    .titulolegend {
        font-size: 21px;
        /* padding-top: 10px; */
        padding-left: 15px;
        color: #fff;
        /* font-weight: 900; */
        /* text-shadow: 5px 5px #333; */
    }

    .txtenterate {
        width: 350px;
        border-radius: 1px;
    }

    .subtitulolegend {
        font-size: 16px;
        /* padding-top: 10px; */
        padding-left: 15px;
        color: #EBFDC8;
        /* font-weight: 900; */
        /* text-shadow: 5px 5px #333; */
    }

    .leyendaDestinos {
        color: #fff;
        padding-left: 20px;
        font-size: 16px;
        justify-content: space-between;
    }

    .text-stroke-ofertas {
        -webkit-text-stroke: 2px #7DFFD0;
        -webkit-text-fill-color: rgba(0, 0, 0, 0);
        margin: auto;
        color: #60BC9E;
        font-weight: 900;
        line-height: 25px;
        transition: .1s;
        /* font-size: 31px; */
    }

    .text-ofertas {
        color: #7DFFD0;
        line-height: 25px;
        /* font-size: 31px; */
    }

    .TestFondo {
        color: #fff;
        background-color: #364a4a;
        background-blend-mode: multiply;
        /* height: 300px; */
    }

    .caja_flotante {
        position: relative;
        top: 200px;
        left: 90px;
        width: 90%;
        padding: 10px;
        z-index: 1000;
    }

    /* 
    .logoaerus {
        width: 45%;
        height: 35%;
        padding-left: 25px;
    } */
}


@media all and (min-width: 1200px) and (max-width: 1399px) {

    .titulolegend {
        font-size: 21px;
        /* padding-top: 10px; */
        padding-left: 15px;
        color: #fff;
        /* font-weight: 900; */
        /* text-shadow: 5px 5px #333; */
    }

    .txtenterate {
        width: 450px;
        border-radius: 1px;
    }

    .subtitulolegend {
        font-size: 16px;
        /* padding-top: 10px; */
        padding-left: 15px;
        color: #EBFDC8;
        /* font-weight: 900; */
        /* text-shadow: 5px 5px #333; */
    }

    .leyendaDestinos {
        color: #fff;
        padding-left: 20px;
        font-size: 16px;
        justify-content: space-between;
    }

    .text-stroke-ofertas {
        -webkit-text-stroke: 2px #7DFFD0;
        -webkit-text-fill-color: rgba(0, 0, 0, 0);
        margin: auto;
        color: #60BC9E;
        font-weight: 900;
        line-height: 25px;
        transition: .1s;
        /* font-size: 51px; */
    }

    .text-ofertas {
        color: #7DFFD0;
        line-height: 25px;
    }

    .TestFondo {
        color: #fff;
        background-color: #364a4a;
        background-blend-mode: multiply;
        /* height: 230px; */
    }

    .caja_flotante {
        position: relative;
        top: 200px;
        left: 90px;
        width: 90%;
        padding: 10px;
        z-index: 1000;
    }

    /* .logoaerus {
        width: 45%;
        height: 35%;
        padding-left: 25px;
    } */
}


@media all and (min-width: 1400px) {

    .titulolegend {
        font-size: 21px;
        /* padding-top: 10px; */
        padding-left: 15px;
        color: #fff;
        /* font-weight: 900; */
        /* text-shadow: 5px 5px #333; */
    }

    .txtenterate {
        width: 450px;
        border-radius: 1px;
    }

    .subtitulolegend {
        font-size: 16px;
        /* padding-top: 10px; */
        padding-left: 15px;
        color: #EBFDC8;
        /* font-weight: 900; */
        /* text-shadow: 5px 5px #333; */
    }

    .leyendaDestinos {
        color: #fff;
        padding-left: 20px;
        font-size: 16px;
        justify-content: space-between;
    }

    .text-stroke-ofertas {
        -webkit-text-stroke: 2px #7DFFD0;
        -webkit-text-fill-color: rgba(0, 0, 0, 0);
        margin: auto;
        color: #60BC9E;
        font-weight: 900;
        line-height: 25px;
        transition: .1s;
        /* font-size: 51px; */
    }

    .text-ofertas {
        color: #7DFFD0;
        line-height: 25px;
    }

    .TestFondo {
        color: #fff;
        background-color: #364a4a;
        background-blend-mode: multiply;
        /* height: 230px; */
    }

    .caja_flotante {
        position: absolute;
        top: 1550px;
        left: 20px;
        width: 90%;
        padding-left: 20px;
        z-index: 200;
    }

    /* .logoaerus {
        width: 35%;
        height: 25%;
        padding-left: 25px;
    } */
}

.footinterlineado {
    line-height: 5px;
}


.serviciooff {
    opacity: .4;
    padding-top: 0px;
}

.item_ {
    /* position: relative;
    display: none; */
    -webkit-transition: 0.1s ease-in-out left;
    -moz-transition: 0.1s ease-in-out left;
    -o-transition: 0.1s ease-in-out left;
    transition: 0.1s ease-in-out left;
}


.checkbox-container {
    display: inline-block;
    /* background-color: lightgray; */
    border-radius: 5px;
    /* padding: 10px; */
}

input[type="checkbox"] {
    display: none;
}

.checkmark {
    background-color: white;
    border-radius: 2px;
    height: 15px;
    width: 15px;
    display: inline-block;
    position: relative;
    top: 3px;
    left: 1px;
}

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

input[type="checkbox"]:checked+.checkmark {
    background-color: #AEF821;
}

input[type="checkbox"]:checked+.checkmark:after {
    display: block;
}

input[type="checkbox"]:checked+.checkmark:after {
    top: 3px;
    left: 4px;
    width: 6px;
    height: 10px;
    border: solid black;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}