<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* .mainCarousel img{
    min-height: 355px;
} */
:focus-visible {
    outline: -webkit-focus-ring-color auto 0px;
}

button:focus {
    outline: 0px auto -webkit-focus-ring-color;
}

.small {
    font-size: 11px;
}

.ml-30 {
    margin-left: 30px;
}

.buttonCarousel {
    padding: 3px 5px 3px 15px;
    background: #00ABC8;
    color: #FFFFFF;
    border-radius: 50px;
    border: none;
    font-size: 16px;
    font-weight: bold;
}

.hover-blue-jetsmart:hover {
    text-decoration: none;
    color: #FFFFFF;
    background-color: #204071;
    border-color: #204071;
}

.hover-red:hover {
    text-decoration: none;
    color: #FFFFFF;
    background-color: #c82333;
    border-color: #c82333;
}

.carousel-caption {
    position: absolute;
    top: 10%;
    left: 10%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: left;
}

.tiltecarousel {
    font-size: 30px;
    color: #ffffff;
}

.subtitletiltecarousel {
    font-size: 35px !important;
    color: #ffffff;
}

.main {
    height: auto;
    max-width: 1280px;
    margin: 0 auto;
    text-align: center;
}

h1 {
    font-size: 30px !important;
}

.mainCarousel {
    width: 100%;
    background-color: #CCC;
}


.buyCardText {
    margin: auto 0 0 0;
    padding: 10px;
    font-size: 16px;
    width: 102%;
    font-weight: bold;
    line-height: 20px;
    height: 25%;
}

.mapSection {
    display: flex;
    flex-direction: row;
    width: 100%;
    padding: 40px 0 0;
}

.infoMapSection {
    width: 50%;
    display: flex;
    flex-direction: column;
    padding: 20px;
    box-sizing: border-box;
}

.tilteMapSection {
    font-size: 20px;
    color: #00ABC8;
}

.textMapSection {
    font-size: 16px;
    color: #333333;
    text-align: justify;
}

.buttonMapSection {
    padding: 3px 5px 3px 15px;
    background: #00ABC8;
    color: #FFFFFF;
    border-radius: 50px;
    border: none;
    font-size: 16px;
    font-weight: bold;
    width: fit-content;
}

.hover-withe:hover {

    text-decoration: none;
    background: #FFFFFF;
    color: #00ABC8;
    border-color: #00ABC8;
}

button i {
    font-size: 25px;
    vertical-align: middle;
}

a i {
    font-size: 25px;
    vertical-align: middle;
}

.imgMapSection {
    height: auto;
}

.buyInfoSection {
    display: flex;
    flex-direction: column;
}

.titleBuySection {
    font-size: 20px;
    color: #00ABC8;
}

.textBuySection {
    font-size: 18px;
    color: #333333;
    text-align: center;
    width: 60%;
    margin: 0 auto;
    line-height: 25px;
    font-weight: bold;
    padding: 0 0 20px;
}

.buyCardSection {
    display: flex;
    flex-direction: row;
    padding: 20px 0;
    box-sizing: border-box;
    justify-content: space-between;
}

.buyCard {
    background: rgba(157, 210, 229, 1);
    width: 260px;
    height: 260px;
    position: relative;
    display: flex;
    border-radius: 10px;
    transition: 0.5s;
}

.bodyBuyCard {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 30%, rgba(157, 210, 229, 1) 100%);
}

.buyCard:hover {
    width: 280px;
    height: 280px;
}

.buyCardNumber {
    width: 50px;
    text-align: center;
    height: 50px;
    background: #263F6A;
    color: #FFFFFF;
    font-size: 20px;
    font-weight: bold;
    position: absolute;
    top: -18px;
    border-radius: 50px;
    left: 0;
    right: 0;
    margin: 0 auto;
    padding: 10px;
}

.benefitsSection {
    display: flex;
    flex-direction: column;
    width: 100%;
    position: relative;
    height: 900px;
    padding: 50px 0 0;
}

.titleBenefits {
    font-weight: bold;
    color: #00ABC8;
    font-size: 30px !important;
    padding: 0 20px;
}

.infoAlliance {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.infoTitleAlliance {
    font-size: 20px;
    color: #FFFFFF;
    z-index: 10;
    width: 100%;
    text-align: center;
    padding: 20px 0;
}

.blockTextAlliance {
    width: 100%;
    display: flex;
    flex-direction: row;
    background: #263F6A;
    color: #FFF;
    position: absolute;
    padding: 23% 40px 40px 40px;
    top: 28%;
}

.benefitsCarousel {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    z-index: 20;
}

.cardAlliance {
    box-sizing: border-box;
    border-radius: 120px;
    border: 1px solid #CCC;
    display: flex;
    flex-direction: column;
    padding: 20px;
    width: 240px;
    height: auto;
    background-color: #FFF;
    justify-content: space-between;
}

.iconCardAlliance {
    height: 50px;
    width: 50px;
    background: lightblue;
    margin: 0 auto;
    border-radius: 50px;
}

.butttonCardAlliance {
    width: 80%;
    padding: 5px 0px;
    text-align: center;
    border-radius: 50px;
    color: #FFFFFF !important;
    background: #263F6A;
    border-color: #263F6A;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10%;

}

table {
    border: 1px solid #FFF;
    width: 50%;
    border-collapse: collapse;
    margin: 50px 0 0;
    text-align: left;

}

th {
    padding: 0 20px;
    box-sizing: border-box;
    border-bottom: 1px solid #CCC;
}

td {
    background: #FFF;
    color: #333;
    padding: 0 20px;
    box-sizing: border-box;
    border-bottom: 1px solid #CCC;
}



.infoTextAlliance {
    width: 50%;
    display: flex;
    flex-direction: column;
}

.textAlliance {
    font-size: 16px;
    text-align: justify;
    color: #FFFFFF;
    padding: 50px 30px 0 30px;
    box-sizing: border-box;
}



.videoSection {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
}




.infoVideoSection {
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;

}

.textVideoSection {
    font-size: 20px;
    font-weight: bold;
}

.video {
    height: 280px;
    width: 540px;
    background: #CCC;
}

.buttonVideoSection {
    width: fit-content;
    background: #00ABC8;
    color: #FFFFFF;
    border-radius: 50px;
    border: none;
    font-size: 16px;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px 5px 5px 10px;
    margin: 0 auto;
}

.listItemQuestion {
    width: 100%;
    display: flex;
    flex-direction: column;
}

.questionSection {
    padding: 8% 0 0;
    text-align: left;
}

.titleQuestionSection {
    font-size: 20px;
    color: #00ABC8;
    width: 100%;
    text-align: center;
    padding: 20px 0;
}


.textAlliance {
    padding: 50px 30px;
    box-sizing: border-box;
}

.titleQuestionSection {
    font-size: 25px;
    padding: 0 20px;
}

.listItemQuestion {
    display: flex;
    width: 100%;
    flex-direction: row;
}

.navegationQuestion {
    width: 40%;
    display: flex;
    flex-direction: column;
    list-style: none;
    border-right: 1px solid #CCCCCC;
    padding: 0 10px 0 0;
    display: none;
}

.itemNavQuestion {
    padding: 10px 0;
    border-bottom: 1px solid #CCC;
}

.listQuestion {
    width: 100%;
    display: flex;
    flex-direction: column;
    list-style: none;
    padding: 0;
}

.itemListQuestion {
    border-radius: 10px;
    margin: 0 0 5px 0;
    padding: 10px;
    box-sizing: border-box;
    cursor: pointer;
}

.itemListQuestion:hover {
    background: #CCCCCC;
    border-radius: 10px;
}

.contentBanners {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    padding: 50px 0;
}

.imgBanner {
    width: 535px;
    height: 157px;
    border-radius: 10px;
}

.logoMapSection {
    width: 400px;
    margin-left: auto;
    margin-right: auto;
}

.mobile-size {
    width: 100%;
}



@media (min-width: 600px) and (max-width: 1024px) {

    .blockTextAlliance {
        padding-top: 35%;
    }

    .positionContainer {
        height: 72rem;
    }

    .titleCardAlliance {
        font-size: 20px;
        font-weight: bold;
        padding: 10px 0 0;
    }

    .buyCardSection {
        justify-content: space-evenly;
        flex-wrap: wrap;
    }

    .buyCard {
        width: 275px;
        margin-bottom: 30px;
    }



    .video {
        height: 280px;
        width: 540px;
        background: #CCC;
        margin: 20px auto 0 auto;

    }

    .infoVideoSection {
        padding: 0 120px;
        width: 100%;
    }

    .imgMapSection {
        width: 45%;
        height: fit-content;
        margin: auto;
    }

    .benefitsCarousel {
        width: 75rem;
        display: flex;
        flex-direction: row;
        justify-content: space-around;
        z-index: 20;
        padding: 0 20px;
    }

    /* //animation */
    /* The animation code */
    @keyframes example {
        from {
            margin-left: 0px;
        }

        to {
            margin-left: -70%;
        }
    }

    /* The element to apply the animation to */
    .animation {
        position: relative;
        animation-name: example;
        animation-duration: 2s;
        animation-direction: normal;
        animation-iteration-count: 1;
        animation-fill-mode: forwards;
    }

    .anti-animation {
        position: relative;
        animation-name: example;
        animation-duration: 2s;
        animation-direction: reverse;
        animation-iteration-count: 1;
        animation-fill-mode: forwards;
    }

    .fake-next {
        display: block !important;
        position: absolute;
        right: 0;
        top: 30%;
        border: none;
        background-color: #00000078;
        border-radius: 25px;
        padding: 10px 10px 5px 10px;
        z-index: 20;
    }

    .fake-prev {
        display: block !important;
        position: absolute;
        left: 0;
        top: 30%;
        border: none;
        background-color: #00000078;
        border-radius: 25px;
        padding: 10px 10px 5px 10px;
        z-index: 21;
    }

    .tablet-display {
        display: block;
    }
    
    .container-fluid{
        overflow-x: hidden;
    }

    .logoMapSection {
        width: 320px;
    }

    .contentBanners {
        flex-direction: column;
    }


    .mapSection {
        display: flex;
        flex-direction: row;
        width: 100%;
        padding: 40px 20px 0 20px;
        box-sizing: border-box;
    }

    .videoSection {
        flex-direction: column;
    }

}

@media (min-width: 768px) and (max-width: 1024px) {
    .blockTextAlliance {
        padding-top: 46%;
    }

    .questionSection {
        margin-top: 10%;
    }
}

@media (min-width: 908px) and (max-width: 1024px) {
    .blockTextAlliance {
        padding-top: 35%;
    }

    .questionSection {
        margin-top: 0%;
    }
}

@media (max-width: 767px) {
    .tablet-display {
        display: none;
    }
    .cardAlliance {
        height: 23rem;
    }

    .tiltecarousel {
        font-size: 18px;
    }

    .subtitletiltecarousel {
        font-size: 20px !important;
    }

    .butttonCardAlliance {
        padding-left: 5px;
        padding-right: 5px;
    }

    .buttonMapSection {
        margin: auto;
    }

    .positionContainer {
        height: 94rem;
    }

    a {
        /* margin: auto; */
    }

    .main {
        text-align: center;
    }

    .titleBenefits {
        font-weight: bold;
        color: #00ABC8;
        font-size: 25px !important;
        padding: 0 20px;
    }

    .mapSection {
        flex-direction: column;
        padding: 0 20px;
    }

    .questionSection {
        text-align: left;
        margin-top: 45%;
    }

    .textBuySection {
        margin-top: 20px;
        width: 90%;
        padding-left: 15px;
        padding-right: 15px;
        font-size: 15px;
    }

    .textAlliance {
        padding: 10% 0 10px 0;
    }

    .infoMapSection {
        width: 100%;
    }

    .itemListQuestion {
        text-align: left;
    }
    
    #fakecarrousel {
        display: none;
    }

    .benefitsCarousel {
        justify-content: center;
    }

    .buyCardSection {
        flex-direction: column;
        padding: 20px;
    }

    .logoMapSection {
        width: 90%;
        margin: auto;
    }

    .infoTitleAlliance {
        padding: 0 5px;
    }

    .imgMapSection {
        width: 100%;
    }

    .buyCard {
        width: 80%;
        height: 200px;
        margin: 0 0 20px;
        margin-left: auto;
        margin-right: auto;
    }

    .bodyBuyCard {
        width: 100%;
        padding-bottom: 5px;
    }

    .blockTextAlliance {
        flex-direction: column;
        padding-top: 85%;
    }

    .infoTextAlliance {
        padding: 0 0 30px 0;
        width: 100%;
    }

    table {
        width: 100%;
        margin: 10px 0 0;
    }

    .videoSection {
        box-sizing: border-box;
        width: 100%;
        flex-direction: column;
    }

    .infoVideoSection {
        width: 100%;

    }

    .video {
        width: 100%;
        padding: 0 20px;
        box-sizing: border-box;
        margin: 20px 0 0 0;
    }



    .listQuestion {
        width: 100%;
        padding: 0 20px;
    }

    .contentBanners {
        width: 100%;
        flex-direction: column;
        padding: 0 20px 0 20px;
        box-sizing: border-box;
        margin-top: 30px;
    }

    .imgBanner {
        width: 100%;
        margin: 0 0 20px 0;
        box-sizing: border-box;
        height: 145px;
    }

    .mobile-size {
        width: auto;
    }

    .movil-none {
        display: none !important;
    }

    .movil-none-flex {
        display: none !important;
    }

    .desktop-none {
        display: flex !important;
    }

}

@media (max-width: 376px) {

    .questionSection {
        margin-top: 80%;
    }
}

@media (min-width: 377px) and (max-width: 415px) {

    .questionSection {
        margin-top: 45%;
    }
}

@media (min-width: 412px) and (max-width: 540px) {

    .questionSection {
        margin-top: 30%;
    }
}

@media (min-width: 505px) and (max-width: 540px) {

    .questionSection {
        margin-top: 30%;
    }

    .blockTextAlliance {
        padding-top: 55%;
    }

    .positionContainer {
        height: 72rem;
    }
}

/* carrousel */
.carousel-control-prev,
.carousel-control-next {
    background: 0 0;
    border: 0;
}

.movil-none {
    display: block;
}

.movil-none-flex {
    display: flex;
}

.desktop-none {
    display: none;
}

#carouselAllianceMovil .carousel-control-prev {
    left: -20%;
    background-color: rgb(197, 197, 197);
    height: fit-content;
    border-radius: 20px;
    padding: 6px;
    top: 50%;
}

#carouselAllianceMovil .carousel-control-next {
    right: -20%;
    background-color: rgb(197, 197, 197);
    height: fit-content;
    border-radius: 20px;
    padding: 6px;
    top: 50%;
}

/* fin carrousel */









.faq-drawer__content-wrapper {
    font-size: 1.25em;
    line-height: 1.4em;
    max-height: 0px;
    overflow: hidden;
    transition: 0.25s ease-in-out;
}

.faq-drawer__title {
    border-bottom: #CCC 1px solid;
    cursor: pointer;
    display: block;
    font-size: 16px;
    font-weight: 700;
    padding: 10px 0;
    position: relative;
    margin-bottom: 0;
    transition: all 0.25s ease-out;
    color: #333;
}

.faq-drawer__title::after {
    border-style: solid;
    border-width: 1px 1px 0 0;
    content: " ";
    display: inline-block;
    height: 10px;
    left: 2px;
    position: relative;
    right: 20px;
    top: 2px;
    transform: rotate(135deg);
    transition: 0.35s ease-in-out;
    vertical-align: top;
    width: 10px;
    float: right;
}



/* OPTIONAL HOVER STATE */
.faq-drawer__title:hover {
    color: #4E4B52;
}

.faq-drawer__trigger:checked+.faq-drawer__title+.faq-drawer__content-wrapper {
    max-height: 350px;
}

.faq-drawer__trigger:checked+.faq-drawer__title::after {
    transform: rotate(-45deg);
    transition: 0.25s ease-in-out;
}

input[type="checkbox"] {
    display: none;
}

.tablet-display {
    display: none;
}</pre></body></html>