

html, body {
    overflow-x: hidden;
}

body {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    box-sizing: border-box;
    overflow-x: hidden;
}
main {
    flex: 1;
}

:root {
    --orange-bcp: #F26E29;
    --orange-bcp-hover: #E45E00;
    --orange-bcp-active: #CA4500;
    --blue-bcp: #002B76;
    --blue-bcp-hover: #002B76;
    --blue-bcp-active: #CA4500;
    --blue-bcp-claro: #004bCC;
    --gray-regular: #53607E;
    --blue-sky: #2B9BE0;
    --blue-dark: #12214A;
    --bs-primary-bg-subtle: #cfe2ff;
    --gray-light: #F1F1F1;
    --gray-dark: #DDDFE5;
    --gray-text: #53607E;
    --gray-blue: #32335C;
    --gray-disabled: #98A0B2;
    --blue-bcp: #002B76;
    --blue-dark-bcp: #022259;
    --orange-bcp: #F26E29;
    --orange-dark-bcp: #E85305;
    --blue-gradient-initial: #002B76;
    --blue-gradient-final: #004BCC;
    --orange-gradient-initial: #FF7800;
    --yellow-gradient-final: #F9D100;
}

.orange-bcp {
    color: var(--orange-bcp);
}

.orange-bcp-dark {
    color: var(--orange-dark-bcp);
}

.blue-bcp {
    color: var(--blue-bcp);
}

.blue-bcp-dark {
    color: var(--blue-dark-bcp);
}

.bg-gray-light {
    background-color: var(--gray-light);
}
.bg-gray-dark {
    background-color: var(--gray-dark);
}

html * {
    font-family: 'Flexo';
}

.font-roboto {
    font-family: 'Roboto', Arial, sans-serif;
}

.btn-orange {
    --bs-btn-color: #fff;
    --bs-btn-bg: #f26e29;
    --bs-btn-border-color: #f26e29;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #e45e00;
    --bs-btn-hover-border-color: #f26e29;
    --bs-btn-focus-shadow-rgb: 217, 164, 6;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #e45e00;
    --bs-btn-active-border-color: #f26e29;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #f26e29;
    --bs-btn-disabled-border-color: #f26e29;
    border: 2px solid #f26e29;
}

.btn-blue {
    --bs-btn-color: #fff;
    --bs-btn-bg: #002a75;
    --bs-btn-border-color: #002a75;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #003da8;
    --bs-btn-hover-border-color: #0a58ca;
    --bs-btn-focus-shadow-rgb: 49, 132, 253;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #0a58ca;
    --bs-btn-active-border-color: #0a53be;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #002a75;
    --bs-btn-disabled-border-color: #002a75;
}
header .dd-icon-img {
    width: 16px;
    height: 16px;
    vertical-align: -0.1rem;
    transition: transform .2s ease;
}

header .dropdown .dd-toggle[aria-expanded="true"] .dd-icon-img {
    transform: rotate(180deg);
}

header .dropdown-toggle::after {
    display: none !important;
    content: none !important;
}

header .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3E%3Cpath stroke='rgba(0,43,118,1)' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

header .navbar-toggler:focus {
    outline: none;
    box-shadow: none;
}

.btn-small-padding {
    padding: 0.0rem 0.0em !important;
}

.btn-orange-outline {
    background-color: white;
    color: rgba(var(--orange-bcp));
    border: 2px solid #f26e29;
    border-radius: .5rem;
    transition: background-color 0.3s ease;
}
.bg-gray-ligth {
    background-color: var(--gray-light);
}

.btn-orange-outline:hover {
    background-color: white;
    border-color: rgba(var(--orange-bcp));

}

.btn-outline-orange-blue {
    background-color: white;
    color: var(--orange-bcp) !important;
    border: 2px solid #f26e29;
    border-radius: .5rem;
    transition: background-color 0.3s ease;
}

@media (max-width: 990px) {
    .btn-outline-orange-blue {
        color: var(--blue-bcp) !important;
        border: none;
        --bs-btn-padding-x: 0;
    }
}

@media (max-width: 768px) {
    .img-head img {
        height: 20px; 
        width: auto;
    }
}

@media (max-width: 768px) {


    .footer-text {
        text-align: start;
        padding-left: 5.0rem;
        padding-right: 1.5rem;
      
    }
    
}

@media (min-width: 769px) {
    .footer-text {
        text-align: left;
    }
}


.accordion-button::after {
    filter: invert(46%) sepia(95%) saturate(748%) hue-rotate(3deg) brightness(101%) contrast(101%);
}

.accordion-button:not(.collapsed)::after {
    transform: rotate(180deg);
}

.text-orange {
    color: var(--orange-bcp) !important;
}

.text-blue {
    color: var(--blue-bcp) !important;
}
.text-gray {
    color: var(--gray-text) !important
}
.text-gray-blue {
    color: var(--gray-blue) !important
}
.text-gray-light{
    color: var(--gray-light) !important
}

.bg-blue {
    background-color: var(--blue-bcp) !important;
}

.bg-footer-gradient {
    background: linear-gradient(90deg, #002B76 35.24%, #004FC2 99.99%) !important;
}

.btn-blue {
    background: #002B76;
}

.pie-aps {
    padding-bottom: 0.5rem !important;
    padding-left: 0.75rem !important;
    padding-right: 0.75rem !important;
    padding-top: 0.5rem !important;
    width: 100%;
}

    .pie-aps img {
        width: 65px;
    }

    .pie-aps span {
        font-size: 0.625rem;
        text-align: justify;
    }

.divider {
    border: none;
    height: 50px;
    background: #f1f1f1;
}
.faq-section {
    padding: 60px 0;
}

.faq-container {
    max-width: 1100px;
    margin: auto;
    display: flex;
    justify-content: space-between;
}

.faq-text {
    width: 40%;
}

    .faq-text h2 {
        font-size: 28px;
        font-weight: 700;
    }

    .faq-text p {
        margin-top: 15px;
        font-size: 14px;
        color: #555;
    }

.faq-accordion {
    width: 50%;
}

    .faq-accordion details {
        background: #fff;
        border-radius: 6px;
        margin-bottom: 12px;
        padding: 14px 18px;
        border: 1px solid #eee;
    }

    .faq-accordion summary {
        font-weight: 600;
        cursor: pointer;
        list-style: none;
    }

        .faq-accordion summary::after {
            content: "?";
            float: right;
        }

    .faq-accordion details[open] summary::after {
        content: "?";
    }

    .faq-accordion p {
        margin-top: 10px;
        font-size: 14px;
        color: #555;
    }

.fx-container {
    display: grid;
    grid-template-columns: 1.2fr 1fr;
    gap: 3rem;
    align-items: start;
    padding: 1rem 0;
}

.crumb {
    color: #98A2B3;
    font-size: .95rem;
    margin-bottom: 1.5rem;
}

    .crumb a {
        text-decoration: none;
        color: #98A2B3;
    }

        .crumb a:hover {
            color: #667085;
        }

.crumb-sep {
    margin: 0 .3rem;
}

.crumb-current {
    color: #98A2B3;
}

.fx-title {
    font-size: 2.2rem;
    line-height: 1.15;
    margin: 0 0 .5rem 0;
    color: #2A2E3A;
    font-weight: 800;
    letter-spacing: .2px;
}

.fx-subtitle {
    color: #667085;
    margin: 0;
    max-width: 42ch;
}

.fx-right {
    background: #F6F7FB;
    border-radius: 12px;
    padding: 1rem 1rem 1.25rem;
}

.fx-toggle {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: .5rem;
    margin-bottom: .75rem;
    padding: .5rem;
    border-radius: 12px;

}

.fx-toggle-item {
    display: block;
    background: #EDEFF6;
    padding: .6rem .9rem;
    border-radius: 10px;
    cursor: pointer;
    user-select: none;
    text-align: center;
    color: #475467;
    font-weight: 600;
}



.fx-toggle-label {
    display: inline-flex;
    align-items: center;
    gap: .5rem;
}

.fx-radio {
    width: 18px;
    height: 18px;
    border-radius: 50%;
    border: 2px solid #D0D5DD;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #fff;
}

.fx-radio-input {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
}


    .fx-radio.checked {
        border-color: #FF6A00;
        box-shadow: inset 0 0 0 4px #FF6A00;
    }

.visually-hidden {
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
    white-space: nowrap;
    border: 0;
    padding: 0;
    margin: -1px;
}

.fx-form {
    display: grid;
    gap: .75rem;
}

.fx-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: .75rem;
}







.aboutus-divider {
    border: 0;
    height: 4px;
    background-color:var(--gray-light);
}


.fx-input {
    width: 100%;
    border: none;
    outline: none;
    background: #F2F4F8;
    border-radius: 10px 10px 0 0;
    padding: 1rem .9rem .9rem .9rem;
    font-size: 0.95rem;
    color: #84859D;
    box-shadow: 0 1px 0 rgba(16,24,40,0.04), 0 1px 2px rgba(16,24,40,0.06);
    border-bottom: 2px solid #a7a7b5;
}
.fx-validation {
    margin-bottom: .25rem;
}

.fx-error {
    font-size: .82rem;
}






.fx-label {
    display: block;
    margin-top: .7rem;
    margin-left: .9rem;
    color: #84859D;
    font-size: .8rem;
}

.health-declaration-intro {
    max-width: 42rem;
}

.health-declaration-form {
    gap: 1rem;
}

.health-declaration-page .health-question-item {
    border-color: rgba(0, 43, 118, 0.12) !important;
    background-color: #fff;
}

.health-declaration-page .health-table th,
.health-declaration-page .health-table td {
    padding: 0;
    vertical-align: top;
}

.health-declaration-page .health-table th {
    padding: .5rem;
    vertical-align: middle;
}

.health-declaration-page .health-table .fx-field {
    margin: 0;
}

.health-declaration-page .health-table .fx-input {
    margin: 0;
    font-size: .88rem;
    padding: .65rem .75rem;
    box-shadow: none;
}

.health-declaration-page .health-table .fx-error {
    font-size: .76rem;
}

.health-declaration-page .health-table input[type=number]::-webkit-outer-spin-button,
.health-declaration-page .health-table input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.health-declaration-page .health-table input[type=number] {
    -moz-appearance: textfield;
}

.health-declaration-page .health-action-column {
    width: 90px;
}

.health-declaration-page .health-total-card {
    min-width: 175px;
}

.health-declaration-page .health-empty-state {
    border-color: rgba(0, 43, 118, 0.08) !important;
}

.health-declaration-page .health-authorization-check .form-check {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: .85rem;
    margin-bottom: 0;
}

.health-declaration-page .health-authorization-check .form-check-input {
    float: none;
    margin: 0;
    width: 1.3rem;
    height: 1.3rem;
    border-width: 2px;
}

.health-declaration-page .health-submit-action {
    min-width: 260px;
}

#docType .dx-radiobutton-checked .dx-radiobutton-icon {
    border-color: #FF7A00;

}

#docType .dx-radiobutton-checked .dx-radiobutton-icon-dot {
    background-color: #FF7A00;

}

#docType .dx-radiogroup-item.dx-radiogroup-item-selected .dx-item-content {
    color: #2A2E3A;

}



.sinistero-flow {
    position: relative;
    max-width: 920px;
    margin: 0 auto;
}

.flow-bg {
    width: 100%;
    height: auto;
    display: block;
}

.flow-img-wrap {
    position: relative;
    padding-top: 60px;
    padding-bottom: 70px; 
    width: 100%;
    max-width: 900px; 
    margin: 0 auto;
}

.flow-img {
    width: 100%;
    height: auto;
    display: block;
}




.flow-captions {
    list-style: none;
    padding: 0;
    margin: 0;
}


.cap {
    position: absolute;
    width: 26%; 
    font-size: 0.95rem;
    line-height: 1.25rem;
    color: #2A2E3A;
    text-align: center;
}
    .cap.top {
        top: 1%;
    }
    .cap.bottom {
        bottom: 6%;
    }
.cap-1 {
    left: -1%;
}
.cap-2 {
    left: 37%;
}
.cap-3 {
    left: 75%;
}
.cap-4{
    left: 18%;
}
.cap-5 {
    left: 57%;
}



@media (max-width: 576px) {
    .cap {
        font-size: 0.60rem; 
        line-height: 1.1rem; 

    }

    .flow-bg {
        margin-bottom: .5rem;
    }
}






.titulo {
    font-weight: 700;
    color: #1f2b5b;
}

.timeline-wrapper {
    position: relative;
    width: 100%;
    height: 240px;
}
.timeline-svg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 260px;
    z-index: 1;
}
.timeline-items {
    position: relative;
    z-index: 2;
    display: flex;
    justify-content: space-between;
    padding: 0 40px;
}
.timeline-item {
    width: 180px;
    text-align: center;
}
.circle {
    width: 110px;
    height: 110px;
    border-radius: 50%;
    background: white;
    border: 6px solid #0b3c8a;
    margin: 50px auto 15px;
    display: flex;
    align-items: center;
    justify-content: center;
}
    .circle img {
        width: 55px;
        height: 55px;
    }
.timeline-item p {
    font-size: 14px;
    color: #555;
    max-width: 160px;
    margin: auto;
}

.btn-bcp-orange {
    background-color: var(--orange-bcp);
    border-color: var(--orange-dark-bcp);
    color: white;
    border-radius: 0.5rem;
    padding: 0.3rem 1.5rem;
    margin: 0.5rem;
    font-weight: 600;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

    .btn-bcp-orange:hover {
        background-color: var(--orange-dark-bcp);
        border-color: var(--orange-dark-bcp);
        color: white;
        transform: translateY(-2px);
    }

    .btn-bcp-orange:active {
        background-color: var(--orange-dark-bcp) !important;
        border-color: var(--orange-dark-bcp) !important;
        transform: translateY(0);
    }

    .btn-bcp-orange:focus {
        background-color: var(--orange-dark-bcp) !important;
        color: white;
        outline: none;
    }



.cards-responsive {
    display: flex;
    gap: 1.5rem;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    padding-bottom: .5rem; 
}
    .cards-responsive .cardx {
        flex: 0 0 85%; 
        scroll-snap-align: start;
        border-radius: .5rem;
    }

.cards-responsive {
    -webkit-overflow-scrolling: touch;
    scroll-behavior: smooth;
}

@media (min-width: 768px) {
    .cards-responsive {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        overflow: visible; 
    }

        .cards-responsive .cardx {
            flex: initial; 
        }
}

.cardx:hover {
    background-color: var(--blue-bcp-hover);
}

    .cardx:hover h3,
    .cardx:hover p,
    .cardx:hover a {
        color: #ffffff !important;
    }



@media (max-width: 576px) {
    #memoriasCarousel .carousel-item .col-12 {
        display: none;
    }

        #memoriasCarousel .carousel-item .col-12:first-child {
            display: block;
        }
}


.lg-pill {
    display: block;
    border-radius: 10px;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 8px 22px rgba(20,32,70,.12);
    scroll-snap-align: start;
    transition: transform .15s ease, box-shadow .15s ease;
}

    .lg-pill:hover {
        transform: translateY(-2px);
        box-shadow: 0 12px 26px rgba(20,32,70,.16);
    }

    .lg-pill img {
        object-fit: cover;
        cursor: default;
    }


@media (max-width: 768px) {
    .lg-pill img {
        height: 100px;
    }
}

@media (min-width: 769px) and (max-width: 1024px) {
    .lg-pill img {
        height: 150px;
    }
}










   /* prueba*/

.banner-1 {
    height: auto !important;
    text-align: center !important;
}

.banner-1-img {
    width: 100% !important;
    height: auto !important;
    object-fit: contain !important
}
@media only screen and (min-width: 576px) {
    .banner-1 {
        text-align: center !important;
    }

    .banner-1-img {
        width: 100% !important;
        max-width: 17rem !important;
    }
}

@media only screen and (min-width: 768px) {
    .banner-1 {
        height: auto !important;
        text-align: center !important;
    }

    .banner-1-img {
        width: 100% !important;
        max-width: 100% !important; 
    }
}




/*borrar blockquote defs abajo*/



/* NIVEL 1 (menú principal): azul */
.my-menu .dx-menu-item > .dx-menu-item-content a.nav-link {
    color: var(--blue-bcp) !important;
}


.my-menu .dx-submenu .dx-menu-item > .dx-menu-item-content a.nav-link {
    color: var(--orange-bcp) !important;
}


.my-menu .dx-submenu .dx-menu-item.dx-state-hover > .dx-menu-item-content a.nav-link {
    color: var(--orange-bcp) !important;
}




.cs-navbar {
    position: relative;
    z-index: 1000;
}

/* MEGA MENU FULL WIDTH */
.cs-mega-full {
    display: none;
    position: absolute;
    left: 0;
    top: 100%;
    width: 100vw; /* ?? borde a borde */
    background: #fff;
    border-top: 1px solid #e9ecef;
    box-shadow: 0 10px 25px rgba(0,0,0,.1);
}

/* Contenido centrado */
.cs-mega-content {
    max-width: 1200px; /* el contenido NO es full, solo el fondo */
    margin: 0 auto;
    padding: 32px 24px;
}
