/* ==========================================================================
   APP-STYLE.CSS · estilos unificados del sitio
   Concatenacion de: style-inherit.css + style-basic.css + style-general.css + modulos2026.css
   (parte de la reestructura/unificacion; los archivos originales se conservan)
   ========================================================================== */

/* ================= style-inherit.css ================= */
/* 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 */
}

/* ================= style-basic.css ================= */
/* Style Basic */

/*
Premier Plus
Alexis Farfan Perez
UI Designer & Front End
@alexiscrew
*/

/* 
Fonts:
font-family: 'Work Sans', sans-serif;

Colors:
Red:    #D10024
Red 2:  var(--secondary)
Orange: var(--secondary)
Blue:   var(--primary)
Gris:   #423F40
Gris 2: #E6E7E8
*/

/* GENERAL */
*:focus {
    outline: none !important;
}
body {
    background-color: #FFF !important;
}
h1, h2, h3, h4, h5, h6 {
    color: var(--primary);
}
a {
    transition: all 0.25s ease;
    cursor: pointer;
}

/* Titles */
h1 {
 font-size: 20px;
}
h2 {
    font-size: 18px;
}
h3 {
    font-size: 16px;
}
h4 {
    font-size: 15px;
}
h5 {
    font-size: 14px;
}

/* COLORS */
.gn-color-orange {
    color: var(--secondary);
}
.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: var(--secondary);
}

.gn-bg-orange {
    background-color: var(--secondary);
}
.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: var(--secondary);
}
.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-bg-greyblue {
    background-color: #EFF2F6;
}

.gn-bordercolor-blue {
    border-color: var(--primary) !important;
}
.gn-bordercolor-orange {
    border-color: var(--secondary) !important;
}
.gn-bordercolor-red {
    border-color: var(--secondary) !important;
}
/* Colors extra */
.bg-gradient {
    background: linear-gradient(100.6deg, #0D2E45 -28.9%, #D60E41 188.5%);
}
.bg-gradient-2 {
    background: linear-gradient(116.99deg, #132E44 0%, #152D44 28%, #1E2C44 45%, #2C2B44 60%, #412844 73%, #5C2544 86%, #7D2244 97%, #882145 100%);
}
.bg-gradient-3 {
    background: linear-gradient( -225deg, rgb(20,46,67) 0%, rgb(115,38,69) 60%, rgb(209,29,71) 100%);
}

/* LABELS */
label {
    margin-bottom: 0;
    margin-left: 2px;
    font-size: 14px;
}

/* TEXT */
.font-weight-bold {
    font-weight: 600 !important;
}
.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);
}

/* FORMS */
.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%);
    }

/* HOOKS */
.flex-auto {
    flex: auto;
}
.line-height-100 {
    line-height: 100%;
}
.line-height-125 {
    line-height: 125%;
}


/* RESPONSIVE */
@media only screen and (min-width: 992px) {
    /* Titles */
    h1 {
        font-size: 28px;
    }
    h2 {
        font-size: 22px;
    }
    h3 {
        font-size: 20px;
    }
    h4 {
        font-size: 18px;
    }
    h5 {
        font-size: 17px;
    }

    .gn-big-title {
        font-size: 40px;
    }

    .gn-sub-title {
        margin-bottom: 24px;
    }

    .accordion {
        font-size: 16px;
    }
}


/* ================= style-general.css ================= */
/* Style General */

/*
Premier Plus
Alexis Farfan Perez
UI Designer & Front End
@alexiscrew
*/

/* PRELOADER */
body {
    overflow: hidden;
}

#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: var(--primary);
    z-index: 99999;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' style='margin:auto;background:transparent;display:block;' width='200px' height='200px' viewBox='0 0 100 100' preserveAspectRatio='xMidYMid'%3E%3Cg transform='translate(20 50)'%3E%3Ccircle cx='0' cy='0' r='6' fill='%23D60E41' transform='scale(0.959501 0.959501)'%3E%3CanimateTransform attributeName='transform' type='scale' begin='-0.375s' calcMode='spline' keySplines='0.3 0 0.7 1;0.3 0 0.7 1' values='0;1;0' keyTimes='0;0.5;1' dur='1s' repeatCount='indefinite'/%3E%3C/circle%3E%3C/g%3E%3Cg transform='translate(40 50)'%3E%3Ccircle cx='0' cy='0' r='6' fill='%23D60E41' transform='scale(0.69171 0.69171)'%3E%3CanimateTransform attributeName='transform' type='scale' begin='-0.25s' calcMode='spline' keySplines='0.3 0 0.7 1;0.3 0 0.7 1' values='0;1;0' keyTimes='0;0.5;1' dur='1s' repeatCount='indefinite'/%3E%3C/circle%3E%3C/g%3E%3Cg transform='translate(60 50)'%3E%3Ccircle cx='0' cy='0' r='6' fill='%23D60E41' transform='scale(0.340561 0.340561)'%3E%3CanimateTransform attributeName='transform' type='scale' begin='-0.125s' calcMode='spline' keySplines='0.3 0 0.7 1;0.3 0 0.7 1' values='0;1;0' keyTimes='0;0.5;1' dur='1s' repeatCount='indefinite'/%3E%3C/circle%3E%3C/g%3E%3Cg transform='translate(80 50)'%3E%3Ccircle cx='0' cy='0' r='6' fill='%23D60E41' transform='scale(0.0575011 0.0575011)'%3E%3CanimateTransform attributeName='transform' type='scale' begin='0s' calcMode='spline' keySplines='0.3 0 0.7 1;0.3 0 0.7 1' values='0;1;0' keyTimes='0;0.5;1' dur='1s' repeatCount='indefinite'/%3E%3C/circle%3E%3C/g%3E%3Cscript xmlns=''/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 96px;
}

/* HEADER */
#navbar-fixed {
    transition: all 0.15s ease-out;
}
.gn-topbar .btn-register {
    padding: 2px 4px;
    font-size: 8px;
    border-radius: 48px;
    line-height: 100%;
}
.gn-logo-full {
    width: 120px;
}
.gn-social-box a {
    width: 12px;
    height: 12px;
    font-size: 8px;
    padding: 0;
    border-radius: 48px;
    line-height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* 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);
}

/* UL LIST */
.gn-ul-orange {
    list-style: none;
    padding-left: 20px;
}
.gn-ul-orange li {
    margin-bottom: 8px;
}
.gn-ul-orange li:before {
    content: "\2022";
    color: var(--secondary);
    font-weight: bold;
    display: inline-block;
    width: 10px;
    margin-left: -10px;
}
.gn-ul-orange li:last-child {
    margin-bottom: 0;
}

/* OL LIST */
.gn-ol, .gn-ol ol {
    counter-reset: item;
    padding-inline-start: 0;
}
.gn-ol ol {
    padding-inline-start: 40px;
}
.gn-ol li {
    display: block;
}
.gn-ol li:before {
    content: counters(item, ".") ". ";
    counter-increment: item;
}
.gn-ol-2 {
    font-weight: 400;
    text-transform: none;
}
.gn-ol-2 li:before {
    position: absolute;
    margin-left: -40px;
}

.gn-sub-title > .gn-ol-2 {
    margin-top: 1rem;
}

/* 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;
}

/* 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 */
footer {
    background-color: var(--primary);
}

.footer-logo {
    display: block;
    width: 320px;
}

.footer-infolist {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.footer-social-icons .footer-social-icons-item {
    width: 40px;
    height: 40px;
    border-radius: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    background-color: #FFF;
}

/* ALIADOS */
.header-ally {
    display: none;
}
.body-ally {
    padding-top: 0 !important;
    padding-bottom: 24px;
}
.body-ally .body-box {            
    background-color: #FFFFFF;
}

/* RESPONSIVE */
@media only screen and (min-width: 992px) {
    /* HEADER */
    .gn-topbar .btn-register {
        padding: 8px 16px;
        font-size: 18px;
    }
    .gn-logo-full {
        width: 350px;
    }
    .gn-social-box a {
        width: 30px;
        height: 30px;
        font-size: 16px;
    }
}

/* ================= modulos2026.css ================= */
/* ==========================================================================
   MÓDULOS 2026 · estilos compartidos (Plazos Plus, Acreditaciones, Cuenta
   Familiar, Familia Numerosa, Oro Salud, Premier Junior)
   Se carga globalmente en _Layout (como los style-*.css). Mobile-first.
   Nota: Figma "Bold" = 700 (la clase .font-weight-bold del proyecto es 600).
   ========================================================================== */

/* ===== TÍTULO/SUBTÍTULO DE SECCIÓN ===== */
.pp-section-title { font-size: 30px; font-weight: 700; color: var(--primary); line-height: 115%; text-align: center; }
.pp-section-sub   { font-size: 22px; color: var(--primary); line-height: 130%; }

/* ===== SECCIÓN 2 · tarjetas "Organiza tu viaje" ===== */
.pp-card { border: none; border-radius: 10px; box-shadow: 0 0 4px 0 rgba(0,0,0,0.25); }

.pp-card-icon-circle {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 72px;
    height: 72px;
    border-radius: 50%;
    background-color: #F1F6F8;
}
.pp-card-icon  { max-width: 44px; max-height: 44px; object-fit: contain; }

.pp-card-title { font-size: 18px; font-weight: 700; color: var(--primary); line-height: 120%; margin-bottom: 8px; }
.pp-card-text  { font-size: 18px; color: var(--primary); line-height: 150%; }

/* solo móvil (col-12, <768): limitar ancho de la tarjeta y centrar */
@media only screen and (max-width: 767.98px) {
    .pp-card { max-width: 320px; margin-left: auto; margin-right: auto; }
}

@media only screen and (min-width: 992px) {
    .pp-section-title { font-size: 40px; }

    /* gap de 60px entre tarjetas (compensando el negativo del row para alinear a los bordes) */
    .pp-cards-row { margin-left: -30px; margin-right: -30px; }
    .pp-cards-row > [class*="col-"] { padding-left: 30px; padding-right: 30px; }

    .pp-card-icon-circle { width: 57px; height: 57px; }
    .pp-card-icon  { max-width: 34px; max-height: 34px; }

    .pp-card-title { font-size: 15px; }
    .pp-card-text  { font-size: 14px; }
}

/* ===== SECCIÓN 3 · ¿CÓMO FUNCIONA? ===== */
.pp-how { position: relative; }
/* Figma mobile: el gris es una banda de altura fija (414px); las tarjetas
   del carrusel sobresalen por debajo sobre el fondo blanco. */
.pp-how-bg {
    position: absolute;
    top: 0; left: 0; right: 0;
    height: 414px;
    background-color: #EFEFEF;
    border-radius: 10px;
    z-index: 0;
}
/* overflow-hidden recorta el track del carrusel (evita desborde horizontal en móvil) */
.pp-how-content { position: relative; z-index: 1; padding: 32px 16px 0; overflow: hidden; }

.pp-step { position: relative; padding-top: 26px; display: flex; flex-direction: column; }
.pp-step-badge {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    background-color: var(--primary);
    color: #FFF;
    font-weight: 500;
    font-size: 24px;
    line-height: 100%;
    text-align: center;
    white-space: nowrap;
    padding: 10px 28px;
    border-radius: 26px;
}
.pp-step-card {
    position: relative;
    flex: 1 1 auto;
    background-color: #F1F6F8;
    border-radius: 10px;
    box-shadow: 0 0 4px 0 rgba(0,0,0,0.25);
    padding: 44px 18px 28px;
    text-align: center;
}
.pp-step-icon-circle {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 72px;
    height: 72px;
    border-radius: 50%;
    background-color: #FFF;
    margin: 0 auto 12px;
}
.pp-step-icon  { max-width: 44px; max-height: 44px; object-fit: contain; }
.pp-step-title { font-size: 18px; font-weight: 700; color: var(--primary); line-height: 120%; margin-bottom: 8px; }
.pp-step-text  { font-size: 18px; font-weight: 400; color: var(--primary); line-height: 150%; }

/* móvil: track horizontal antes de que tiny-slider tome el control */
.pp-steps-track { display: flex; }
.pp-steps-track > .pp-step { flex: 0 0 88%; margin-right: 16px; }
/* cuando tiny-slider inicializa, él gestiona el layout.
   track como flex row: los slides se estiran a la altura del más alto */
#pp-steps.tns-slider { display: flex !important; align-items: stretch; }
/* id en el selector para ganar a ".tns-horizontal.tns-subpixel > .tns-item{display:inline-block}" */
#pp-steps.tns-slider > .pp-step { flex: 0 0 auto; margin-right: 0; display: flex; flex-direction: column; }

/* el recorte lo hace .pp-how-content; dejamos ver sombras/badge del carrusel.
   tiny-slider envuelve el contenedor y el .tns-ovh es el wrapper padre "#<id>-mw" */
#pp-steps-mw.tns-ovh { overflow: visible !important; padding-bottom: 4px; }

@media only screen and (min-width: 992px) {
    /* desktop: el gris envuelve todo el contenido */
    .pp-how-bg { height: 310px; bottom: auto; }
    .pp-how-content { padding: 40px 40px 0; }

    .pp-step-badge { font-size: 20px; padding: 8px 24px; }
    .pp-step-card  { padding: 40px 14px 24px; }
    .pp-step-icon-circle { width: 57px; height: 57px; }
    .pp-step-icon  { max-width: 34px; max-height: 34px; }
    .pp-step-title { font-size: 16px; }
    .pp-step-text  { font-size: 14px; }
    /* Premier Junior: la tarjeta solo lleva texto (no título) -> 17px/500 */
    .pj-how .pp-step-text { font-size: 17px; font-weight: 500; }
    /* Premier Junior: ancho fijo del párrafo intro */
    .pj-how .pp-how-head .pp-intro { max-width: 540px; }
}

/* ===== SECCIÓN 4 · ¿QUÉ NECESITAS? ===== */
.pp-check-list { list-style: none; padding: 0; margin: 0; }
.pp-check-item { display: flex; align-items: flex-start; margin-bottom: 16px; }
.pp-check-item:last-child { margin-bottom: 0; }
.pp-check-icon { width: 28px; height: 28px; flex: 0 0 28px; margin-right: 14px; margin-top: 2px; }
.pp-check-text { font-size: 20px; color: var(--primary); line-height: 130%; }

.pp-terminos { display: inline-block; background-color: #F1F6F8; border-radius: 20px; padding: 14px 24px; }
.pp-terminos-text { font-size: 14px; font-weight: 500; color: var(--primary); line-height: 130%; margin: 0; }

.pp-necesitas-img { width: 100%; min-height: 260px; border-radius: 30px; background-size: cover; background-position: center; background-repeat: no-repeat; }

@media only screen and (min-width: 992px) {
    .pp-check-text { font-size: 22px; }
    /* gap de 48px entre el checklist y el pill de términos */
    .pp-terminos { margin-top: 48px; }
    /* la columna de la imagen iguala la altura de la columna izquierda */
    .pp-necesitas-img { height: 100%; }
    /* padding-x de 36px en el container de la sección */
    .pp-necesitas-px { padding-left: 36px; padding-right: 36px; }
}

/* ===== SECCIÓN 5 · ASPECTOS ===== */
.pp-aspectos { background-color: #F1F6F8; border-radius: 10px; padding: 24px 16px; }
.pp-aspecto  { text-align: center; padding: 16px 12px; }
.pp-aspecto-icon  { max-width: 48px; max-height: 48px; object-fit: contain; margin-bottom: 12px; }
.pp-aspecto-title { font-size: 16px; font-weight: 700; color: var(--primary); line-height: 120%; margin-bottom: 24px; }
.pp-aspecto-text  { font-size: 15px; color: var(--primary); line-height: 140%; margin: 0; }
/* divisores: horizontal entre bloques en móvil */
.pp-aspecto + .pp-aspecto { border-top: 1px solid #CEDEE9; }

@media only screen and (min-width: 992px) {
    .pp-aspectos { padding: 32px 24px 40px; }
    .pp-aspectos-title { font-size: 35px; }
    /* divisores: vertical entre columnas en desktop */
    .pp-aspecto + .pp-aspecto { border-top: none; border-left: 1px solid #CEDEE9; }
}

/* ===== AJUSTES SOLO MÓVIL (<992) ===== */
@media only screen and (max-width: 991.98px) {
    /* ocultar términos e imagen de la sección 4 */
    .pp-terminos, .pp-necesitas-img { display: none !important; }

    /* sección 5: quitar el borde full-width y usar una línea de 255px centrada,
       con 40px entre el final del card y la línea */
    .pp-aspecto { padding-top: 0; padding-bottom: 0; }
    .pp-aspecto + .pp-aspecto { border-top: none; }
    .pp-aspecto + .pp-aspecto::before {
        content: "";
        display: block;
        width: 255px;
        max-width: 100%;
        height: 1px;
        background-color: #CEDEE9;
        margin: 40px auto;
    }
}


/* ==========================================================================
   FORM ACCENTS -> --primary
   BS5 y el parche bs4-compat (extraido de BS4 stock) pintan de azul los estados
   de foco y los checkbox/radio marcados. Los llevamos al navy de marca.
   ========================================================================== */

/* Foco de inputs / selects / textarea */
.form-control:focus,
.form-select:focus,
.custom-select:focus,
.custom-file-input:focus ~ .custom-file-label {
    border-color: var(--primary);
    box-shadow: 0 0 0 0.2rem rgba(13, 46, 69, 0.25);
}

/* Checkbox / radio custom (BS4) marcados */
.custom-control-input:checked ~ .custom-control-label::before {
    background-color: var(--primary);
    border-color: var(--primary);
}
.custom-control-input:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 0.2rem rgba(13, 46, 69, 0.25);
}
.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
    border-color: var(--primary);
}
.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
    background-color: rgba(13, 46, 69, 0.35);
    border-color: rgba(13, 46, 69, 0.35);
}

/* Checkbox / radio / switch nativos de BS5 (por si alguna vista los usa) */
.form-check-input:checked {
    background-color: var(--primary);
    border-color: var(--primary);
}
.form-check-input:focus {
    border-color: var(--primary);
    box-shadow: 0 0 0 0.25rem rgba(13, 46, 69, 0.25);
}


/* ==========================================================================
   MÓDULOS 2026 · componentes extra (Premier Junior y hermanas)
   ========================================================================== */

/* Tarjeta "ventaja": icono a la izquierda + título/texto */
.pp-vcard {
    display: flex;
    align-items: center;
    gap: 14px;
    background-color: #FFF;
    border: 1px solid #00224C;
    border-radius: 10px;
    padding: 20px;
}

/* Sección "Principales ventajas": aside (256px) + grid de tarjetas 2x2 */
.pp-ventajas-cards { display: grid; grid-template-columns: 1fr; gap: 16px; }
@media only screen and (min-width: 768px) {
    .pp-ventajas-cards { grid-template-columns: 1fr 1fr; }
}
@media only screen and (min-width: 992px) {
    .pp-ventajas-row   { display: flex; align-items: stretch; }
    .pp-ventajas-aside { flex: 0 0 256px; max-width: 256px; margin-right: 48px; }
    .pp-ventajas-cards { flex: 1 1 auto; gap: 24px; }
    .pp-vcard { padding: 30px; }
}
.pp-vcard-icon  { flex: 0 0 36px; width: 36px; height: 36px; object-fit: contain; }
.pp-vcard-title { font-size: 18px; font-weight: 700; color: var(--primary); line-height: 120%; margin-bottom: 6px; }
.pp-vcard-text  { font-size: 17px; color: var(--primary); line-height: 150%; margin: 0; }

/* Intro/lead de sección (texto de apoyo bajo un título de sección) */
.pp-intro { font-size: 18px; color: #545555; line-height: 150%; margin: 0; }

/* Icono Font Awesome dentro del círculo de paso (placeholder hasta los iconos de Figma) */
.pp-step-icon-circle > i { font-size: 26px; color: var(--primary); line-height: 1; }

/* Botón dentro del panel de pasos (p.ej. "Registrar a un menor") */
.pj-panel-btn { white-space: nowrap; }

/* Placeholder de imagen (banners que serán imágenes finales) */
.pp-img-ph {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #E2E5E9;
    border: 2px dashed #B4BAC1;
    border-radius: 10px;
    color: #8C9299;
    font-weight: 600;
    letter-spacing: 1px;
    min-height: 220px;
}

/* Panel "¿Qué puedes hacer?" (fila de acciones con icono) */
.pj-actions-panel { background-color: #F1F6F8; border-radius: 10px; padding: 32px 24px; }
.pj-action { text-align: center; padding: 16px 12px; }
.pj-action-icon  { font-size: 48px; color: var(--primary); margin-bottom: 12px; line-height: 1; }
.pj-action-label { font-size: 16px; font-weight: 500; color: var(--primary); line-height: 130%; }

@media only screen and (min-width: 992px) {
    /* alturas reservadas de los banners-imagen (placeholder) */
    .pj-ph-banner { min-height: 257px; }
    .pj-ph-cta    { min-height: 256px; }
}
