/* COLORS */
.gn-color-orange {
    /* color: var(--secondary); */
    color: #BE1823;
}

.gn-color-yellow {
    color: #ffc638;
}

.gn-color-blue {
    color: var(--primary);
}

.gn-color-blue-ligth {
    color: #002b49;
}

.gn-color-black {
    color: #000;
}

.gn-color-platinum {
    color: #686767;
}

.gn-color-gold {
    color: #ac803b;
}

.gn-color-red {
    color: #D10024;
}

.gn-bg-orange {
    background-color: #BE1823;
}

.gn-bg-blue {
    background-color: var(--primary);
}

.gn-bg-blue-ligth {
    background-color: #002b49;
}

.gn-bg-color-grey {
    background-color: #F0F3F6;
}

.gn-bg-red {
    color: #D10024;
}

.gn-bg-gradient-bluewhite {
    background: rgb(235,237,241);
    background: linear-gradient(0deg, rgba(235,237,241,1) 0%, rgba(255,255,255,1) 100%);
}

.gn-bg-grey-dark {
    background-color: #808080;
}

.gn-bordercolor-blue {
    border-color: #002939 !important;
}

.gn-bordercolor-orange {
    border-color: #BE1823 !important;
}

.gn-bordercolor-red {
    border-color: #D10024 !important;
}

/* LABELS */
label {
    margin-bottom: 0;
    margin-left: 2px;
    font-size: 14px;
}

/* TEXT */
.gn-text-small {
    font-size: 14px;
}

/* TITLES */
.gn-big-title {
    font-size: 28px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 40px;
    line-height: 110%;
}

.gn-sub-title {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 16px;
    line-height: 110%;
}

.gn-dual-title, .gn-dual-title-reverse {
    display: inline-block;
    border: solid 1px var(--primary);
    border-radius: 50px;
    color: var(--secondary);
    background-color: #FFF;
}

.gn-dual-title {
    border-left: none;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    padding: 4px 24px 4px 32px;
}

.gn-dual-title-reverse {
    border-right: none;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    padding: 4px 32px 4px 24px;
}

    .gn-dual-title span, .gn-dual-title-reverse span {
        color: var(--primary);
        font-weight: 800;
        transition: all 0.25s ease;
    }

    .gn-dual-title:hover, .gn-dual-title-reverse:hover {
        color: var(--primary);
    }

        .gn-dual-title:hover span, .gn-dual-title-reverse:hover span {
            color: var(--secondary);
        }

/* BUTTONS */
button {
    border: none;
}

.gn-link {
    text-decoration: underline;
}

.btn.focus, .btn:focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 120, 0, 0.25);
}

.gn-btn-white, .gn-btn-orange, .gn-btn-line-blue, .gn-btn-line-orange {
    display: inline-block;
    font-size: 1rem;
    color: #FFF;
    line-height: 1.5;
    border-radius: 4px;
    padding: 0.375rem 1rem;
    text-decoration: none;
    transition: all 0.25s ease;
    border: 1px solid transparent;
    text-align: center;
}
.gn-btn-white {
    border: solid 1px #FFF;
}
.gn-btn-grey-line {
    border: 1px solid grey;
    color: grey;
}
.gn-btn-white:hover, .gn-btn-grey-line:hover {
    color: var(--secondary);
    border: solid 1px var(--secondary);
    text-decoration: none;
}
.gn-btn-orange {
    background-color: var(--secondary);
}
.gn-btn-orange:hover {
    color: #FFF;
    background-color: var(--primary);
    text-decoration: none;
}
.gn-btn-text-link {
    color: #007bff !important;
    text-decoration: underline !important;
}
.gn-btn-line-blue {
    border: solid 1px var(--primary);
    color: var(--primary);
}
.gn-btn-line-blue:hover {
    border: solid 1px var(--secondary);
    color: var(--secondary);
}
.gn-btn-line-orange {
    border: solid 1px var(--secondary);
    color: var(--secondary);
    background-color: #FFF;
}
.gn-btn-line-orange:hover {
    background-color: var(--secondary);
    color: #FFF;
}

/* FORMS */
.custom-control-label {
    line-height: 26px;
}
/* .custom-select {
    background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 448 512'%3e%3cpath fill='%23343a40' d='M207.029 381.476L12.686 187.132c-9.373-9.373-9.373-24.569 0-33.941l22.667-22.667c9.357-9.357 24.522-9.375 33.901-.04L224 284.505l154.745-154.021c9.379-9.335 24.544-9.317 33.901.04l22.667 22.667c9.373 9.373 9.373 24.569 0 33.941L240.971 381.476c-9.373 9.372-24.569 9.372-33.942 0z'/%3e%3c/svg%3e") no-repeat right .75rem center/10px 10px;
} */

.custom-input-icon .icon-box {
    position: relative;
}
.custom-input-icon .icon-box input {
    padding-left: 28px;
}
.custom-input-icon .icon-box i {
    position: absolute;
    font-size: 16px;
    color: #C3C3C3;
    top: 50%;
    left: 8px;
    bottom: 0;
    transform: translateY(-50%);
}

/* ACCORDINS */
.accordion {
    font-size: 14px;
}
.accordion .card .card-header {
    padding: 0;
    background-color: #FEFEFE;
}
.accordion .card .card-header a {
    padding: 0.75rem 1.25rem;
    color: var(--primary);
}
.accordion .card .card-header a i {
    padding-left: 16px;
}

/* HEADER */

/* MOBILE MENU */
.gn-mobile-trigger .user-icon i, .js-sidebar--open i {
    font-size: 24px;
    color: var(--primary);
}

.mobile-menu ul {
    padding: 0;
    list-style: none;
}

.mobile-menu .mobile-menu-link {
    display: block;
    font-size: 18px;
    padding: 12px 24px 12px 16px;
    color: #423F40;
}

    .mobile-menu .mobile-menu-link:hover {
        background-color: rgba(0,0,0,0.05);
        color: var(--primary);
    }

/* CAROUSEL SERVICES */
.services-box > div {
    position: relative;
}

.services-box .tns-controls button i {
    color: var(--secondary);
}

.services-box .tns-controls button[data-controls="prev"], .services-box .tns-controls button[data-controls="next"] {
    position: absolute;
    top: 50%;
    border: 0;
    padding: 0;
    margin-top: -12px;
    background-color: transparent;
    z-index: 10;
}

.services-box .tns-controls button[data-controls="prev"] {
    left: -8px !important;
}

.services-box .tns-controls button[data-controls="next"] {
    right: -8px !important;
}
/* CAROUSEL SERVICES WHITE BOX - ORANGE ICON */
.services-box-white > div {
    position: relative;
}

.services-box-white .tns-controls button i {
    color: var(--secondary);
}

.services-box-white .tns-controls button[data-controls="prev"], .services-box-white .tns-controls button[data-controls="next"] {
    position: absolute;
    top: 50%;
    border: 0;
    padding: 0;
    margin-top: -12px;
    background-color: transparent;
    z-index: 10;
}

.services-box-white .tns-controls button[data-controls="prev"] {
    left: -10px;
}

.services-box-white .tns-controls button[data-controls="next"] {
    right: -10px;
}

/* DATE PICKER CUSTOM */
.datepicker table tr td.disabled, .datepicker table tr td.disabled:hover {
    color: #d6d6d6;
}


/* FOOTER */

.gn-footer {
    padding-top: 3rem;
    padding-bottom: 1.5rem;
}

.gn-footer-logo {
    display: block;
    max-width: 240px;
    margin-left: auto;
    margin-right: auto;
}

.gn-footer-title {
    font-size: 18px;
    margin-top: 0;
    margin-bottom: 32px;
    text-transform: uppercase;
    font-weight: 500;
    position: relative;
    color: #FFFFFF;
}

    .gn-footer-title:after {
        content: "";
        width: 4rem;
        height: 2px;
        left: 0;
        bottom: -0.5rem;
        background-color: #BE1823;
        position: absolute;
    }

.gn-footer .gn-ul-footer, .gn-footer-data {
    padding-left: 0;
}

    .gn-footer .gn-ul-footer li, .gn-footer-data li {
        list-style-type: none;
        padding-left: 18px;
        margin-bottom: 8px;
        position: relative;
    }

    .gn-footer-data li {
        padding-left: 24px;
    }

        .gn-footer .gn-ul-footer li:last-child, .gn-footer-data li:last-child {
            margin-bottom: 0;
        }

    .gn-footer .gn-ul-footer li:before {
        position: absolute;
        content: "\f105";
        font-family: "Font Awesome 5 Pro";
        font-weight: 900;
        margin-left: -14px;
        font-size: 14px;
    }

    .gn-footer .gn-ul-footer li a {
        transition: all 0.25s ease;
    }

        .gn-footer .gn-ul-footer li a:hover {
            color: var(--secondary);
            text-decoration: none;
        }

    .gn-footer-data li i {
        position: absolute;
        margin-left: -20px;
        margin-top: 3px;
        width: 1rem;
    }

.gn-footer-social {
    display: flex;
    justify-content: space-around;
    padding: 0.5rem 1rem 0;
}

    .gn-footer-social a i {
        font-size: 2rem;
        color: #FFFFFF;
        transition: all 0.2s ease-in;
    }

    .gn-footer-social a:hover i {
        color: var(--secondary);
    }


/*  */
/*  */
/*  */

/* Profile */
.profile-content-box {
    height: 360px;
    flex: auto;
    overflow: hidden;            
    background-size: auto auto;
    background-color: var(--primary);
    /* background-image: url('../img/bg-profile-lines.png'); */
    background-position: center;
    background-size: cover;
    /* background-image: repeating-linear-gradient(135deg, transparent, transparent 8px, rgba(255, 255, 255, 0.025) 8px, rgba(255, 255, 255, 0.025) 14px ); */
}
.profile-data-box {
    position: relative;
    height: 100%;
    z-index: 1;
}
.profile-data-box .icon-bg {
    position: absolute;
    width: 360px;
    height: 360px;
    z-index: -1;
    top: 50%;
    transform: translateY(-180px);
    right: -80px;
    opacity: 0.5;
}
.profile-data-box .icon-bg img {
    width: 100%;
}
.profile-data .profile-name {
    font-size: 32px;
    line-height: 120%;
}
.profile-data .profile-name, .profile-data .profile-category {
    font-weight: 300;
}
.profile-data .profile-name strong, .profile-data .profile-category strong {
    font-weight: 600;
}
.profile-data .profile-name span, .profile-data .profile-name span strong, .profile-data .profile-category div, .profile-data .profile-category strong, .profile-miles .total-miles div, .profile-miles .total-miles div span, .profile-miles .rest-miles {
    color: #FFF;
}
.profile-name .doble-chevron {
    position: absolute;
    top: -48px;
    left: 4px;
    width: 56px;
    height: auto;
}

.progress-bar-animated {
animation-direction: reverse;
}
.profile-miles {
    max-width: 800px;
}
.profile-miles .bar-box {
    border: solid 1px #FFF;
    border-left: none;
    border-radius: 100px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;            
}
.bar-box {
    position: relative;
}
.bar-box .progress {
    height: 28px;
    border-radius: 0;
    background-color: transparent;
}
.bar-box .progress-bar {
    background-color: #007cbb;
    border-radius: 100px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    transition: width 1.5s ease-in-out;
}
.bar-box .info-box {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
}
.info-box .total-miles {
    font-size: 10px;
    line-height: 100%;
}
.info-box .total-miles span {
    font-size: 28px;
    font-weight: 800;
}
.info-box .total-miles i {
    font-size: 28px !important;
}
.info-box .rest-miles span {
    font-size: 14px;
    font-weight: 600;
    line-height: 100%;
}
.info-box .rest-miles i {
    font-size: 24px;
}

.profile-miles .type-miles .miles-prize, .profile-miles .type-miles .miles-category {
    font-size: 14px;
    font-weight: 300;
    text-transform: uppercase;
}
.profile-miles .type-miles .miles-prize img, .profile-miles .type-miles .miles-category img {
    width: 20px;
    height: 20px;
    fill: #FFF;
}
.profile-miles .type-miles .miles-prize span, .profile-miles .type-miles .miles-category span {
    font-weight: 500;
}

/* PROFILE MENU */
.gn-swipe {
    position: relative;
    width: 100%;
    text-align: center;
    display: flex;
    overflow: hidden;
}
.gn-swipe, .gn-swipe ul, .gn-swipe li, .gn-swipe a {
    user-drag: none;
    user-select: none;
    -moz-user-select: none;
    -webkit-user-drag: none;
    -webkit-user-select: none;
    -ms-user-select: none;
}

.gn-swipe ul {
    white-space: nowrap;
    overflow-x: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    -webkit-overflow-scrolling: touch;
    padding: 0;
    list-style: none;
    width: auto;
    margin: 0;
    margin-left: auto;
    margin-right: auto;
    display: inline-block;
}
.gn-swipe ul li {  
    display: inline-block;
    cursor: e-resize;
}
.gn-swipe ul li a {
    display: inline-block;
    color: #FFF !important;
    text-transform: uppercase;
    font-size: 14px;
    padding: 10px 16px;
}
.gn-swipe ul li a.active {
    color: #FFF;
    font-weight: 400 !important;
}
.gn-swipe ul li a:hover {
    color: #FFF;
}

/*  */
/*  */
/*  */

/* Ally Styles */
/* HEADER */
.header-ally {
    position: absolute;
    width: 100%;
    height: 400px;
    padding-bottom: 240px;
    z-index: -1;
    background-color: #D3D3D3;
    background-position: center;
    background-size: cover;
}
.gn-title-ally span {
    font-weight: 400;
}
.gn-icon-ally {
    width: 100%;
    height: 100%;
    max-width: 100px;
    max-height: 64px;
}

/* TITLES */
.gn-title-ally {
    color: #FFF;
    font-size: 36px;
    font-weight: 700;
    text-transform: uppercase;
}
.gn-subtitle-ally {
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    color: var(--primary) !important;
}
.gn-subtitle-ally span {
    font-weight: 400;
}
.ally-title-line {
    position: relative;
    font-size: 24px;
    text-transform: uppercase;
}
.ally-title-line span {
    font-weight: 700;
}
.ally-title-line:after {
    content: "";
    display: block;
    position: absolute;
    width: 100px;
    height: 4px;
    bottom: -4px;
    right: 0;
    background-color: var(--secondary) !important;
}
.ally-title-line.ally-title-line-center:after {
    left: 50%;
    transform: translateX(-50%);
}
.ally-title-line.ally-title-line-left:after {
    left: 0;
    right: auto;
}

/* BANNER */
.banner-ally {
    overflow: hidden;
    height: 115px;
    width: 100%;
    background-position: center right;
    background-repeat: no-repeat;
    background-size: cover;
}
.banner-ally .check-circle {
    width: 24px;
    height: 24px;
}
.banner-ally .text-box {
    position: relative;
    z-index: 1;
}
.banner-ally .text-box .block-1, .banner-ally .text-box .block-2 {
    width: 180px;
}
.banner-ally .text-box .text-box-titles p {
    font-size: 16px;
    color: var(--secondary);
    line-height: 110%;
}
.banner-ally .text-box .text-box-titles p span {
    color: #FFF;
    font-weight: 700;
    text-transform: uppercase;
}
.banner-ally .text-box .text-box-titles .extra-text {
    font-size: 12px;
    color: #FFF;
    text-transform: uppercase;
}

/* MORE INFO */
.more-info-box {
    position: relative;
    z-index: 1;
    text-align: center;
}
.more-info-box .more-info-line {
    position: absolute;
    height: 2px;
    width: auto;
    background-color: var(--secondary) !important;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: -1;
}
.more-info-box .btn-box {
    padding: 3px;
    background-color: #FFF;
    display: inline-block;
}
.more-info-box .btn-moreinfo {
    text-transform: uppercase;
    border-radius: 3px;
    font-size: 12px;
    background-color: var(--secondary) !important;
    color: #FFF;
    padding: 4px 8px;
}
#moreinfo {
    font-size: 14px;
}
#moreinfo .card {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

/* CARD BUTTONS */
.btn-reserve {
    background-color: var(--secondary);
    color: #FFF;
    border-radius: 50px;
    font-size: 8px;
    padding: 6px 10px;
    transition: all 0.25s ease;
    position: relative;
}
.btn-reserve:hover {
    background-color: var(--primary);
    color: #FFFFFF;
}

/* FORM */
.form-ally {
    background: linear-gradient(180deg, #EEF1F4 0%, #FFFFFF 71.35%, #DCE2E9 100%);
}
.custom-select option:first-child {
    color: #C3C3C3;
}
.form-ally .btn-line-box {
    position: relative;
    z-index: 1;
}
.form-ally .btn-line-box:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 2px;
    background-color: var(--secondary);
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: -1;
}
.form-ally .title-form img {
    width: 20px;
    height: auto;
}
.form-ally .title-form img.rotate180 {
    transform: rotate(180deg);
}
.form-ally .title-form h2 {
    font-size: 20px;
    color: var(--primary);
}
.form-ally .title-form h2 span {
    font-weight: 700;
}
.form-ally .option-economic, .form-ally .option-business {
    border: solid 2px #FFF;
    border-radius: 50px;
    padding: 10px 16px;
    max-width: 280px;
    margin-left: auto;
    margin-right: auto;
}
.form-ally .option-economic label, .form-ally .option-business label {
    font-size: 16px;
}
.form-ally .option-economic label span, .form-ally .option-business label span {
    font-weight: 700;
}
.form-ally .option-economic {
    background-color: #FFF1E2;
    color: #0B5589;
}
.form-ally .option-business {
    background-color: #EBF1F7;
    color: var(--primary);
}

/* CAROUSEL  */
.text-carousel-service-box {
    position: relative;
    z-index: 1;
    font-weight: 500;
}
.text-carousel-service-line {
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: var(--secondary) !important;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    z-index: -1;
}
.text-carousel-service span {
    border: 1px solid var(--primary);
    border-radius: 50px;
    padding-left: 12px;
    padding-right: 12px;
    font-weight: 600;
}

.carousel-allies .carousel-box .slide-item {
    background-color: #f2f4f7;
    padding: 12px;
}

/* COLLAPSE */
.pucollapse-link {
    width: 100%;
    border: solid 1px #002939;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 8px 16px;
    transition: all 0.25s ease;
}
.pucollapse-link .tigger-title {
    line-height: 100%;
    font-size: 20px;
    color: #002939;
}
.pucollapse-link .tigger-circle-box {
    width: 28px;
    height: 28px;
    border: solid 4px #D10024;
    border-radius: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    color: #002939;
    background-color: #FFF;
    transition: all 0.25s ease;
}
.pucollapse-collapse {
    border: solid 1px #002939;
    border-top: none;
    font-size: 14px;
}
.pucollapse-link[aria-expanded*="true"] .tigger-circle-box {
    transform: rotate(180deg);
}

article.pack-card {
    border: none;
    transition: all 0.50s ease;
}

article.div-active {
    border: 2px solid var(--secondary);
}

/*  */
/*  */
/*  */

/* Plazos plus */
.gn-subtitle-ally span {
    font-weight: 400;
}
.header-ally {
    background-image: url('../../content/img/aliados/bg-plazosplus-mobile.jpg');
    background-position: center top;
}
.banner-ally {
    background-image: url('../../content/img/aliados/banner-plazosplus-1.jpg');
    background-position: center bottom;
}

.finance-btn-box {
    max-width: 440px;
    margin-left: auto;
    margin-right: auto;
}

/* Plazos Plus Compra */
.menu-link-box .menu-gift-link {
    font-size: 12px;
    display: block;
    text-align: center;
    text-transform: uppercase;
    line-height: 100%;
    color: #FFF;
    background-color: var(--secondary) !important;
    border: solid 1px var(--secondary) !important;
    border-radius: 50px;
    padding: 4px 12px;
    transition: all 0.25s ease;
}        
.menu-link-box .menu-gift-link.active {
    color: var(--secondary) !important;
    background-color: #FFF !important;
}
.menu-link-box .menu-gift-link:hover {
    background-color: var(--primary) !important;
    border-color: var(--primary) !important;
    color: #FFF;
}

.plazos-search-box {
    background-color: #EFF2F6;
}

.flip-card {
    position: relative;
}
.flip-card .card-front {
    padding: 32px 16px;
    background-color: #EAEDEE;
    transition: all 0.25s ease;
    height: 100%;
}
.flip-card .card-front .card-icon {
    width: 96px;
}
.flip-card .card-front .card-front-text {
    text-align: center;
    font-size: 20px;
    color: #002939;
    line-height: 125%;
}
.flip-card .card-back {
    position: absolute;
    display: flex;
    align-items: center;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    opacity: 0;
    background-color: var(--secondary) !important;
    color: #FFF;
    font-size: 14px;
    padding: 32px 16px;
    transition: all 0.25s ease;
}
.flip-card:hover .card-back {
    opacity: 1;
}

.plazos-video-title {
    font-size: 32px;
}
.video-premier {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    height: 0;
    box-shadow: -15px 15px 20px rgba(0, 0, 0, 0.35);
}
.video-premier iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
/* END Compra */

/* Resultados */
.section-head .title-box {
    top: -16px;
    left: 16px;
    z-index: 2;
}
.section-head .title-box .icon-head {
    width: 32px;
    height: 32px;
    background-color: var(--secondary) !important;
}
.section-head .title-box .title-text {
    padding: 8px 40px 4px 16px;
    line-height: 16px;
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
}
.gn-box-line-blue {
    border: solid 1px var(--primary) !important;
}
.gn-box-line-blue.resume-text-flat {
    font-size: 12px;
}

.fly-time-box .fly-hour-box {
    font-size: 32px;
    font-weight: 700;
}
.fly-time-box .fly-hour-box .fly-hour {
    color: var(--primary) !important;
}
.fly-time-box .fly-hour-box span {
    font-size: 20px;
    font-weight: 400;
    padding-left: 2px;
}

.date-travel-selector .date-list {
    list-style: none;
    margin: 0;
    padding: 0;
}
.date-travel-selector .date-list .date-link {
    width: 60px;
    height: 54px;
    border: solid 1px var(--primary) !important;
    background-color: #FFF;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
    padding: 4px 0;
    transition: all 0.25s ease;
}
.date-travel-selector .date-list .link-box:first-child, .date-travel-selector .date-list .link-box:last-child {
    display: none;
}
.date-travel-selector .date-list .date-link .day-week, .date-travel-selector .date-list .date-link .day, .date-travel-selector .date-list .date-link .day-price {
    line-height: 100%;
}
.date-travel-selector .date-list .date-link .day-week {
    font-size: 9px;
    color: #423F40;
}
.date-travel-selector .date-list .date-link .day {
    font-size: 10px;
    color: #002939;
    font-weight: 700;
}
.date-travel-selector .date-list .date-link .day-price {
    font-size: 12px;
    color: #006CA4;
}
.date-travel-selector .date-list .date-link.active {
    border: #000000 solid 1px;
    background-color: var(--primary) !important;
    color: #FFF;
}
.date-travel-selector .date-list .date-link.active .day-week, .date-travel-selector .date-list .date-link.active .day, .date-travel-selector .date-list .date-link.active .day-price {
    color: #FFF;
}
.date-travel-selector .date-list .date-link:hover, .date-travel-selector .date-list .date-link:focus {
    border: #D10024 solid 1px;
    background-color: #D10024;
    color: #FFF;
}
.date-travel-selector .date-list .date-link:hover .day-week, .date-travel-selector .date-list .date-link:hover .day, .date-travel-selector .date-list .date-link:hover .day-price {
    color: #FFF;
}

.table-tariff {
    position: relative;
    width: 100%;
    overflow: hidden;
    border-collapse: collapse;
}
.table-tariff thead th {
    position: relative;
    font-size: 6px;
    background-color: #FFF;
    border: 1px solid var(--primary) !important;
    padding: 8px;
    line-height: 100%;
    vertical-align: middle;
    text-align: center;
    z-index: 20;
}
.table-tariff thead th:first-child {
    border: none;
    background-color: transparent;
}
.table-tariff tbody tr th {
    font-size: 8px;
    font-weight: 400;
    z-index: 10;
}
.table-tariff tbody tr td {
    position: relative;
    width: 54px;
    background-color: #FFF;
    color: #006CA4;
    border: 1px solid var(--primary) !important;
    padding: 8px;
    font-size: 10px;
    line-height: 100%;
    text-align: center;
    transition: all 0.15s ease;
    cursor: pointer;
    z-index: 1;
    outline: none;
}
.table-tariff tbody tr td.selected {
    background-color: #006CA4;
    color: #FFF;
}
    .table-tariff tbody tr td label {
        display:none;
        transition: all ease-in-out .5s;
    }

    .table-tariff tbody tr td.no-combinable {
        background-color: #d2d2d2;
        color: #d10024;
    }

    .table-tariff tbody tr td.no-combinable label {
        display: block;
    }

.pucollapse-link .tigger-title {
    font-size: 14px;
}
.pucollapse-collapse {
    font-size: 12px;
}

.resume-box {
    position: relative;
}
.resume-box .resume-head {
    position: relative;
    z-index: 2;
}
.resume-box .resume-body {
    position: relative;
    z-index: 1;
    margin-top: -27px;
}
.resume-box .resume-head-link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: var(--secondary) !important;
    color: #FFF;
    padding: 12px 16px;
    border-radius: 0px 50px 50px 0px;
}
.resume-box .resume-head-link .resume-head-title {
    font-size: 14px;
}
.resume-box .resume-head-link .resume-head-tigger {
    width: 28px;
    height: 28px;
    border: solid 4px var(--primary) !important;
    border-radius: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    color: #002939;
    background-color: #FFF;
    transition: all 0.25s ease;
}
.resume-box .resume-head-link[aria-expanded*="true"] .tigger-circle-box {
    transform: rotate(180deg);
}
.resume-box .resume-body .resume-body-content {
    border: solid 1px var(--primary) !important;
    border-top: none;
    border-radius: 0 0 5px 5px;
    padding: 45px 16px 16px;
}

.card-regroup .regroup-title {
    font-size: 18px;
    border-bottom: #D10024 solid 1px;
    color: #002939;
}
.card-regroup .regroup-body {
    margin-top: 8px;
    color: #423F40;
}
.card-regroup .regroup-body .regroup-item {
    line-height: 150%;
    display: flex;
    justify-content: space-between;
}

.total-title .ally-title-line {
    font-size: 14px;
}
.total-title .title-arrows {
    width: 18px;
}

.table-total-price .total-text {
    font-size: 10px;
    white-space: nowrap;
}
.table-total-price .total-amount {
    font-size: 20px;
    font-weight: 600;
    white-space: nowrap;
}

.title-arrows-l {
    font-size: 24px;
    position: relative;
}
.title-arrows-l img {
    position: absolute;
    width: 24px;
    height: 24px;
    top: 0;
    left: -24px;
}

.total-viaje-box .total-viaje-text {
    font-size: 16px;
    line-height: 125%;
}
.total-viaje-box .total-viaje-text i {
    font-size: 18px;
}
.total-viaje-box .total-viaje-price {
    font-size: 24px;
    font-weight: 700;
}
/* END Resultados */

/* Resumen Cuotas */
.resume-cuotas-box {
    border: solid 1px var(--primary) !important;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    border-top: solid 8px var(--secondary) !important;
}
/* END Resumen Cuotas */

/* Datos Contacto */
.data-passform .header-passform {
    display: flex;
    padding: 8px 16px;
}
.data-passform .header-passform .pass-number {
    font-size: 14px;
    color: var(--primary);
    font-weight: 600;
    line-height: 100%;
    padding: 4px 8px;
    background-color: #FFF;
    border-radius: 20px;
}
/* END Datos Contacto */

/*   */
.plazos-search-box {
    background-color: #EFF2F6;
}

.flytype-link-box label {
    margin: 0;
}

.flytype-link-box input {
    visibility: hidden;
    position: absolute;
}

.flytype-link-box .type-fly-btn {
    display: block;
    padding: 10px 24px;
    min-width: 100px;
    background-color: #FFF;
    border: solid 1px var(--primary) !important;
    font-size: 14px;
    text-transform: uppercase;
    color: var(--primary) !important;
    cursor: pointer;
}

.flytype-link-box input:checked + .type-fly-btn {
    background-color: var(--primary) !important;
    color: #FFF !important;
}



.section-day {
    background-color: #EFF2F6;
}

    section.search {
        margin-top: 150px;
        padding: 10px;
        border: 1px solid #ced4da;
    }

.dropdown-menu {
    padding: 10px;
}

#dropdown-passenger button {
    border: 1px solid #ced4da;
    width: 100%;
    background-color: white;
}

.detail-flight-going {
    display: none;
    position: fixed;
    z-index: 99999;
    right: 0;
    top: 5%;
    background-color: white;
    padding: 15px;
    width: 320px;
    transition: all 0.5s ease-in-out;
    box-shadow: 0px 3px 10px -2px rgba(161, 170, 166, 0.5);
}

.detail-flight-return {
    display: none;
    position: fixed;
    z-index: 99999;
    right: 0;
    bottom: 5%;
    background-color: white;
    padding: 15px;
    width: 320px;
    transition: all 0.5s ease-in-out;
    box-shadow: 0px 3px 10px -2px rgba(161, 170, 166, 0.5);
}

ul.info-flight {
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 14px;
}


.group-flight {
    width: 100%;
    margin-bottom: 25px;
}

section.result-search div.price input[type="radio"] {
    display: none;
}

    section.result-search div.price input[type="radio"]:not(:disabled) ~ label {
        cursor: pointer;
    }

    section.result-search div.price input[type="radio"]:disabled ~ label {
        color: #bcc2bf;
        border-color: #bcc2bf;
        box-shadow: none;
        cursor: not-allowed;
    }

section.result-search div.price label {
    height: 100%;
    display: block;
    background: white;
    /*border-radius: 20px;*/
    padding: 1rem;
    /*margin-bottom: 1rem;*/
    text-align: center;
    /*box-shadow: 0px 3px 10px -2px rgba(161, 170, 166, 0.5);*/
    position: relative;
}

section.result-search div.price input[type="radio"]:checked + label {
    background: var(--secondary);
    color: white;
}

    section.result-search div.price input[type="radio"]:checked + label ul.passenger-price li {
        color: white;
    }

    section.result-search div.price input[type="radio"]:checked + label p, section.result-search input[type="radio"]:checked + label h2 {
        color: white;
    }

section.result-search div.price p {
    font-weight: 900;
}

section.result-search h5 {
    text-align: center;
    margin-bottom: 20px;
    margin-top: 30px;
}

.category-price {
    padding: 5px;
    background-color: var(--primary) !important;
    color: white;
    text-align: center;
    height: 50px;
    border-right: 1px solid white;
}

div.price ul {
    list-style: none;
    padding: 0;
    margin: 0;
    font-weight: bold;
}

    div.price ul.passenger-type {
        position: absolute;
        left: -122px;
        width: 100%;
    }

        div.price ul.passenger-type li {
            color: white;
            background-color: var(--primary);
        }


.date {
    border: 1px solid #ced4da;
    margin-bottom: 20px;
    padding: 5px;
}

    .date h4.day {
        text-align: center;
    }

    .date h4.month {
        font-size: 12px;
        text-align: center;
    }

    .date.flight-day {
        background-color: var(--secondary);
    }

        .date.flight-day h4.day {
            color: white;
        }

        .date.flight-day h4.month {
            color: white;
        }

.no-results-text {
    font-size: 36px;
}



.travel-info .travel-cities {
    font-size: 24px;
    font-weight: 500;
    text-transform: uppercase;
    color: var(--primary);
}

.travel-info .travel-day-origin, .travel-info .travel-day-destiny, .travel-info .travel-duration {
    font-size: 14px;
}

.travel-info .travel-day-origin {
    margin-bottom: 4px;
}

.travel-rate-table {
    width: 100%;
}

    .travel-rate-table thead tr th.cell-head {
        background-color: #FFF;
        border: 1px solid #002939;
        padding: 16px;
        line-height: 100%;
        vertical-align: bottom;
    }

    .travel-rate-table tbody tr td.cell-body {
        border: 1px solid #423F40;
        background-color: #FFF;
        color: #006CA4;
        border: 1px solid #002939;
        font-size: 20px;
        line-height: 100%;
        text-align: center;
        cursor: pointer;
        transition: all 0.15s ease;
    }

    .travel-rate-table thead .rate-title, .travel-rate-table thead .rate-passengers-title {
        background-color: var(--primary);
        color: #FFF;
        padding: 4px;
        font-size: 14px;
        line-height: 150%;
        height: 60px;
        min-width: 60px;
        display: flex;
        justify-content: center;
        align-items: center;
        text-align: center;
    }

    .travel-rate-table tbody .price, .travel-rate-table tbody .passenger-type {
        padding: 8px;
        display: flex;
        justify-content: flex-end;
        align-items: center;
        text-align: end;
        height: 60px;
    }

    .travel-rate-table tbody .price {
        text-decoration: none;
        color: #423F40;
        transition: all 0.25s ease-in-out;
    }

        .travel-rate-table tbody .price.selected {
            background-color: #006CA4;
            color: #FFF;
            border-bottom: 1px solid;
        }

        .travel-rate-table tbody .price:hover, .travel-rate-table tbody .price.active {
            background-color: #006CA4;
            color: #FFF;
        }

            .travel-rate-table tbody .price:hover span, .travel-rate-table tbody .price.active span {
                font-weight: 500;
            }

    .travel-rate-table tbody .passenger-type {
        color: var(--primary);
        font-weight: 500;
        line-height: 100%;
        flex-direction: column;
        align-items: flex-start;
        justify-content: center;
    }

.rate-detail {
    background-color: #FBFBFB;
    margin-bottom: 60px;
}

    .rate-detail .detail-title {
        font-size: 24px;
        font-weight: 600;
    }

    .rate-detail .rate-text {
        font-size: 14px;
    }

    .rate-detail .rate-text-note {
        font-size: 12px;
    }

.not-found {
    background-color: #d0d6dc;
    color: var(--primary);
    text-align: center;
    line-height: 60px;
}

.group-flight {
    width: 100%;
    margin-bottom: 25px;
}

section.result-search div.price input[type="radio"] {
    display: none;
}

    section.result-search div.price input[type="radio"]:not(:disabled) ~ label {
        cursor: pointer;
    }

    section.result-search div.price input[type="radio"]:disabled ~ label {
        color: #bcc2bf;
        border-color: #bcc2bf;
        box-shadow: none;
        cursor: not-allowed;
    }

section.result-search div.price label {
    height: 100%;
    display: block;
    background: white;
    /*border-radius: 20px;*/
    padding: 1rem;
    /*margin-bottom: 1rem;*/
    text-align: center;
    /*box-shadow: 0px 3px 10px -2px rgba(161, 170, 166, 0.5);*/
    position: relative;
}

section.result-search div.price input[type="radio"]:checked + label {
    background: var(--secondary);
    color: white;
}

    section.result-search div.price input[type="radio"]:checked + label ul.passenger-price li {
        color: white;
    }

    section.result-search div.price input[type="radio"]:checked + label p, section.result-search input[type="radio"]:checked + label h2 {
        color: white;
    }

section.result-search div.price p {
    font-weight: 900;
}

section.result-search h5 {
    text-align: center;
    margin-bottom: 20px;
    margin-top: 30px;
}

.category-price {
    padding: 5px;
    background-color: var(--primary);
    color: white;
    text-align: center;
    height: 50px;
    border-right: 1px solid white;
}

div.price ul {
    list-style: none;
    padding: 0;
    margin: 0;
    font-weight: bold;
}

    div.price ul.passenger-type {
        position: absolute;
        left: -122px;
        width: 100%;
    }

        div.price ul.passenger-type li {
            color: white;
            background-color: var(--primary);
        }


.date {
    border: 1px solid #ced4da;
    margin-bottom: 20px;
    padding: 5px;
}

    .date h4.day {
        text-align: center;
    }

    .date h4.month {
        font-size: 12px;
        text-align: center;
    }

    .date.flight-day {
        background-color: var(--secondary);
    }

        .date.flight-day h4.day {
            color: white;
        }

        .date.flight-day h4.month {
            color: white;
        }

.btn-finance {
    background-color: #d10024;
    color: white;
    transition: all .5s ease-in-out;
}

    .btn-finance:hover {
        background-color: white;
        border: 1px solid #d10024;
        color: #d10024;
        font-weight: bold;
    }

    #collapse-conditions-ida .accordion, #collapse-conditions-regreso .accordion {
        font-size: 12px !important;
    }

        #collapse-conditions-ida .accordion h5, #collapse-conditions-regreso .accordion h5 {
            font-size: 16px !important;
        }


.total-description-box .total-description-title {
    font-weight: bold;
}


.pax-box {
    position: relative;
}

    .pax-box .pax-head {
        position: relative;
        z-index: 2;
    }

    .pax-box .pax-body {
        position: relative;
        z-index: 1;
        margin-top: -27px;
    }

    .pax-box .pax-head-link {
        display: flex;
        align-items: center;
        justify-content: space-between;
        background-color: var(--primary);
        color: #FFF;
        padding: 12px 16px;
        border-radius: 0px 50px 50px 0px;
    }

        .pax-box .pax-head-link .pax-head-title {
            font-size: 16px;
        }

        .pax-box .pax-head-link .pax-head-tigger {
            width: 28px;
            height: 28px;
            border: solid 4px var(--secondary);
            border-radius: 50px;
            display: flex;
            justify-content: center;
            align-items: center;
            font-size: 18px;
            color: #002939;
            background-color: #FFF;
            transition: all 0.25s ease;
        }

        .pax-box .pax-head-link[aria-expanded*="true"] .tigger-circle-box {
            transform: rotate(180deg);
        }

    .pax-box .pax-body .pax-body-content {
        border: solid 1px #002939;
        border-top: none;
        border-radius: 0 0 5px 5px;
        padding: 45px 16px 16px;
    }

.btnSubmit:disabled,
.btnSubmit[disabled] {
    background-color: #d2d2d2;
    cursor: none;
}


/*LOADER*/
.lds-ellipsis {
    display: none;
    position: relative;
    width: 65px;
    margin: 0 auto;
    height: 50px;
}

    .lds-ellipsis div {
        position: absolute;
        top: 10px;
        margin: 0 auto;
        width: 6px;
        height: 6px;
        border-radius: 50%;
        background: #fff;
        animation-timing-function: cubic-bezier(0, 1, 1, 0);
    }

        .lds-ellipsis div:nth-child(1) {
            left: 8px;
            animation: lds-ellipsis1 0.6s infinite;
        }

        .lds-ellipsis div:nth-child(2) {
            left: 8px;
            animation: lds-ellipsis2 0.6s infinite;
        }

        .lds-ellipsis div:nth-child(3) {
            left: 32px;
            animation: lds-ellipsis2 0.6s infinite;
        }

        .lds-ellipsis div:nth-child(4) {
            left: 56px;
            animation: lds-ellipsis3 0.6s infinite;
        }


/*LOADER PAYMENTS*/
.loader-cuotas {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
}

    .loader-cuotas div {
        position: absolute;
        top: 33px;
        width: 13px;
        height: 13px;
        border-radius: 50%;
        background: var(--secondary);
        animation-timing-function: cubic-bezier(0, 1, 1, 0);
    }

        .loader-cuotas div:nth-child(1) {
            left: 8px;
            animation: loader-cuotas1 0.6s infinite;
        }

        .loader-cuotas div:nth-child(2) {
            left: 8px;
            animation: loader-cuotas2 0.6s infinite;
        }

        .loader-cuotas div:nth-child(3) {
            left: 32px;
            animation: loader-cuotas2 0.6s infinite;
        }

        .loader-cuotas div:nth-child(4) {
            left: 56px;
            animation: loader-cuotas3 0.6s infinite;
        }

@keyframes loader-cuotas1 {
    0% {
        transform: scale(0);
    }

    100% {
        transform: scale(1);
    }
}

@keyframes loader-cuotas3 {
    0% {
        transform: scale(1);
    }

    100% {
        transform: scale(0);
    }
}

@keyframes loader-cuotas2 {
    0% {
        transform: translate(0, 0);
    }

    100% {
        transform: translate(24px, 0);
    }
}
@keyframes lds-ellipsis1 {
    0% {
        transform: scale(0);
    }

    100% {
        transform: scale(1);
    }
}

@keyframes lds-ellipsis3 {
    0% {
        transform: scale(1);
    }

    100% {
        transform: scale(0);
    }
}

@keyframes lds-ellipsis2 {
    0% {
        transform: translate(0, 0);
    }

    100% {
        transform: translate(24px, 0);
    }
}

/* RESPONSIVE */
@media only screen and (min-width: 576px) {
    .gn-logo-full {
        width: 240px;
        height: 52px;
    }

    .gn-big-title {
        font-size: 32px;
    }

    .gn-sub-title {
        margin-bottom: 20px;
    }

    .accordion {
        font-size: 15px;
    }
}

@media only screen and (min-width: 769px) {
    .gn-big-title {
        font-size: 40px;
    }

    .gn-sub-title {
        margin-bottom: 24px;
    }

    .accordion {
        font-size: 16px;
    }
}

@media screen and (min-width: 576px) {
    .profile-data-box .icon-bg {
        right: -100px;
        opacity: 0.625;
    }
}
@media screen and (min-width: 768px) {
    .profile-content-box {
        height: 240px;
    }    
    .profile-data-box .icon-bg {
        width: 500px;
        height: 500px;
        transform: translateY(-275px);
        right: -200px;
    }
    .info-box .rest-miles span {
        font-size: 18px;
    }
    .profile-data-box .icon-bg {
        right: -50px;
        opacity: 0.75;
    }
    .profile-name .doble-chevron {
        top: 0;
        bottom: 0;
        margin: auto;
        left: -64px;
    }
}
@media screen and (min-width: 992px) {
    .profile-data-box .icon-bg {
        right: 0;
        opacity: 1;
    }
}

@media screen and (min-width: 768px) {
    .gn-subtitle-ally {
        font-size: 24px;
    }   
    .banner-ally {
        height: 196px;
    }
    .banner-ally .check-circle {
        width: 40px;
        height: 40px;
    }
    .banner-ally .text-box .text-box-titles p {
        font-size: 30px;
    }
    .banner-ally .text-box .text-box-titles .extra-text {
        font-size: 20px;
    }
    .banner-ally .text-box .block-1, .banner-ally .text-box .block-2 {
        width: 370px;
    }

    .form-ally .title-form img {
        width: 24px;
    }
    .form-ally .title-form h2 {
        font-size: 28px;
    }

    .text-carousel-service {
        font-size: 20px;
    } 
}

@media screen and (min-width: 768px) {
    /* .header-ally {
        background-image: url('../../content/img/aliados/bg-plazosplus-desktop.jpg'); 
    } */
    .banner-ally {
        border-bottom: solid 2px var(--secondary);
        background-position: center;
        height: 300px;
    }

    .ally-title-line {
        font-size: 24px;
    }
    .gn-box-line-blue.resume-text-flat {
        font-size: 16px;
    }

    .flytype-link-box .type-fly-btn {
        padding: 16px 40px;
        min-width: 160px;
        font-size: 18px;
    }

    /* Plazos Plus compra */
    .menu-link-box {
        margin-top: -14px;
    }
    .menu-link-box .menu-gift-link {
        font-size: 16px;
    }
    /* END Compra */

    /* Resultados */
    .date-travel-selector .date-list .link-box:first-child, .date-travel-selector .date-list .link-box:last-child {
        display: list-item;
    }
    .date-travel-selector .date-list .date-link  {
        width: 96px;
        height: 96px;
        padding: 12px 0;
    }
    .date-travel-selector .date-list .date-link .day-week {
        font-size: 14px;
    }
    .date-travel-selector .date-list .date-link .day {
        font-size: 18px;
    }
    .date-travel-selector .date-list .date-link .day-price {
        font-size: 18px;
    }

    .table-tariff thead th {
        font-size: 16px;
        padding: 16px;
    }
    .table-tariff tbody tr th {
        font-size: 20px;
    }
    .table-tariff tbody tr td {
        width: 156px;
        padding: 16px;
        font-size: 20px;
    }

    .pucollapse-link .tigger-title {
        font-size: 18px;
    }
    .pucollapse-collapse {
        font-size: 14px;
    }

    .resume-box .resume-head-link .resume-head-title {
        font-size: 20px;
    }

    .total-title .ally-title-line {
        font-size: 24px;
    }
    .total-title .title-arrows {
        width: 24px;
    }
    
    .table-total-price .total-text {
        font-size: 16px;
    }
    .table-total-price .total-amount {
        font-size: 24px;
    }
    /* END Resultados */
}