@import url('https://fonts.googleapis.com/css2?family=Red+Hat+Display:ital,wght@0,300..900;1,300..900&display=swap');

:root {
    --bs-body-bg: #ffffff;
    --bs-body-bg-rgb: 255, 255, 255;
}



p {
   font-family: Poppins, sans-serif;
}

body {
    color: #141414;
}

/*Header*/

header {
    height: 80px;
    background: linear-gradient(90deg, #080A4F 0%, #29337C 100%);
    z-index: 1000;
}

.bg-blue {
    background-color: #005ab0 !important;
    color: #ffffff !important;
}

.bg-blue p{
    color: #ffffff !important;
}

#header {
    z-index: 1000;
}

h1 {
    font-size: clamp(1.8rem, 5vw, 3.5rem);
}

h2 {
    color: #141414;
}


.nav-modal {
    /* display: flex; */
    background-color: #194f90;
    /* align-items: center; */
    /* height: 100px; */
}

.nav-modal-content {
    overflow-y: auto;
}

.logo {
    max-height: 27px;
    margin-right: 25px;
}

.logo-mobile {
    display: none;
}


.header-menu-toggle button {
    color: #fff;
}

.header-menu {
    height: 90px;
    background-color: #194f90;
}

.sub-nav-header {
    white-space: nowrap;
}

.navbar-ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%;
    list-style: none;
    padding: 0;
    margin: 0;
}

.nav-li {
    display: flex;
    text-decoration: none;
    color: #fff;
    margin: 0 10px;
    font-weight: bold;
}

.nav-link {
    white-space: nowrap;
    transition: all 0.5s ease;
    cursor: pointer;
}

.nav-link a {
    color: #fff;
    text-decoration: none;
}

.sub-nav-link {
    display: flex;
    text-decoration: none;
    color: #fff;
    margin: 0 10px;
    font-weight:lighter;
    transition: transform 0.5s ease;
    transform: translateX(-500%);
}

.link-toggle {
    cursor: pointer;
    transition: all 0.5s ease;
}

.link-toggle.active::after {
    content: ":";
}

.menu-show {
    visibility: hidden;
    overflow: hidden;
    opacity: 0;
    width: 0;
    transition: opacity 0.5s ease, visibility 0.5s ease;
}

.menu-show.active {
    visibility: visible;
    opacity: 1;
    height: auto;
    overflow: hidden;
    width: 100%;
}

.sub-nav-link {
    transition: transform 0.5s ease;
    transform: translateX(-500%);
}


.menu-show.active .sub-nav-link{
    transition: all 0.5s ease;
    transform: translateX(0);
}

.modal-navbar-ul .sub-nav-link{
    transition: all 0.5s ease;
    transform: translateX(0);
}

.bar {
    background-color: #fff;
    width: 1px;
    height: 35px;
    margin: 0 10px;
}

.nav-li:hover {
    color: #ffffffcd;
}

#view-menu {
    display: none;
}

.btn-close-menu {
    border: none;
    background-color: transparent;
    width: 35px;
    display: flex;
    justify-content: normal;
    align-items: center;
}

.btn-close-menu svg{
    width: 35px;
    stroke: #fff;
}

.svg-blue svg{
    stroke: #194f90;
}

.nav-menu-modal {
    padding: 25px;
}

.modal-nav-li {
    display: flex;
    flex-direction: column;
    text-decoration: none;
    color: #fff;
    margin: 10px 10px;
    font-weight: bold;
}

.modal-navbar-ul {
    display: none;
    flex-direction: column;
    list-style: none;
    padding: 0;
    margin: 0;
}

.modal-navbar-ul.active {
    display: flex;
    flex-direction: column;
    list-style: none;
    padding: 0;
    margin: 0;
}

.modal-nav-li .nav-link {
    margin-bottom: 15px;
}

.modal-navbar-ul a {
    color: #fff;
    margin: 0;
}

/* ═══════════════════════════════════════════════
   MOBILE MENU DRAWER — Premium Redesign
   ═══════════════════════════════════════════════ */

#menu .menu-modal-surface,
#menu .menu-modal-surface * {
    font-family: "Poppins", sans-serif;
}

#menu {
    --menu-right-air: clamp(48px, 13vw, 96px);
    --menu-item-radius: 10px;
    padding: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
}

/* Header se oculta via JS directamente (ver web.js) para garantizar
   compatibilidad con mobile real sin depender de clases en body */
#header {
    transition: opacity 0.2s ease, visibility 0.2s ease;
}

#header.menu-is-open {
    opacity: 0 !important;
    visibility: hidden !important;
    pointer-events: none !important;
}

/* z-index siempre activo, no depende de body class */
#menu.modal {
    z-index: 2100 !important;
}

.modal-backdrop.show {
    z-index: 2090 !important;
}

/* ── Dialog layout ── */
#menu .modal-dialog.menu-modal-dialog {
    width: 100vw;
    max-width: 100vw;
    height: 100dvh;
    margin: 0 !important;
    padding: 0 !important;
    position: fixed;
    left: 0 !important;
    top: 0;
    right: 0 !important;
    bottom: 0;
}

#menu .modal-dialog.menu-modal-dialog.modal-dialog-centered {
    min-height: 100dvh;
    display: block;
    align-items: stretch;
}

/* ── Slide-in entrance ── */
#menu.modal.fade .menu-modal-dialog {
    transform: translateX(-52px) !important;
    opacity: 0;
    transition: transform 0.38s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.28s ease;
}

#menu.modal.show .menu-modal-dialog {
    transform: translateX(0) !important;
    opacity: 1;
}

/* ── Panel surface — deep navy with radial highlight ── */
#menu .menu-modal-surface {
    padding: 28px 24px 22px;
    border: 0;
    border-radius: 0;
    background:
        radial-gradient(ellipse 80% 42% at 12% 6%, rgba(55, 105, 190, 0.48) 0%, transparent 62%),
        linear-gradient(160deg, #1c4f96 0%, #14387a 42%, #0d2650 100%);
    box-shadow: 8px 0 48px rgba(0, 0, 0, 0.32);
    min-height: 100%;
    max-height: 100%;
    display: flex;
    overflow: auto;
    position: relative;
    width: calc(100vw - var(--menu-right-air));
    max-width: 400px;
    margin: 0 auto 0 0;
}

#menu .menu-modal-surface::before {
    display: none;
}

/* ── Header ── */
#menu .menu-modal-head {
    margin-bottom: 0 !important;
    padding-bottom: 18px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    align-items: center;
}

#menu .menu-modal-head .logo {
    max-height: 32px;
    margin-right: 0;
}

/* ── Close button — minimal, with border ── */
#menu .btn-close-menu {
    width: 36px;
    height: 36px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.16);
    transition: background 0.2s ease, border-color 0.2s ease, transform 0.22s ease;
    margin-right: -4px;
    cursor: pointer;
}

#menu .btn-close-menu:hover {
    background: rgba(255, 255, 255, 0.16);
    border-color: rgba(255, 255, 255, 0.32);
    transform: rotate(90deg);
}

#menu .btn-close-menu:focus-visible {
    outline: 2px solid rgba(255, 255, 255, 0.5);
    outline-offset: 2px;
}

#menu .btn-close-menu svg {
    display: block;
    width: 14px;
    height: 14px;
}

#menu .btn-close-menu svg path {
    stroke: rgba(255, 255, 255, 0.9);
    stroke-width: 2.2;
}

#menu .btn-close-menu .menu-close-text {
    display: none;
}

/* ── Nav content ── */
#menu .menu-modal-content {
    flex: 1 1 auto;
    min-height: 0;
    padding: 10px 0 0;
    overflow-y: auto;
    overflow-x: hidden;
}

/* ── Staggered item entrance animation ── */
@keyframes menuItemIn {
    from {
        opacity: 0;
        transform: translateX(-10px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

#menu .menu-modal-content .modal-nav-li {
    margin: 0;
    padding: 2px 0;
    border-bottom: none;
    opacity: 0;
    animation: menuItemIn 0.32s cubic-bezier(0.22, 1, 0.36, 1) forwards;
    animation-delay: calc(0.07s * var(--item-idx, 0) + 0.18s);
}

#menu .menu-modal-content .modal-nav-li:last-child {
    border-bottom: 0;
}

/* ── Parent nav items (with submenus) ── */
#menu .menu-modal-content .modal-nav-li:not(.modal-nav-li--cta) .nav-link {
    margin-bottom: 0;
    padding: 12px 14px;
    align-items: center;
    border-radius: var(--menu-item-radius);
    transition: background 0.18s ease;
    cursor: pointer;
    position: relative;
}

#menu .menu-modal-content .modal-nav-li:not(.modal-nav-li--cta) .nav-link::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%) scaleY(0);
    width: 3px;
    height: 55%;
    background: rgba(255, 255, 255, 0.55);
    border-radius: 0 3px 3px 0;
    transition: transform 0.2s ease;
}

#menu .menu-modal-content .modal-nav-li:not(.modal-nav-li--cta) .nav-link:hover {
    background: rgba(255, 255, 255, 0.09);
}

#menu .menu-modal-content .modal-nav-li:not(.modal-nav-li--cta) .nav-link:hover::before {
    transform: translateY(-50%) scaleY(1);
}

/* ── CTA item (leaf — direct link, no submenus) ── */
#menu .menu-modal-content .modal-nav-li--cta {
    margin-top: 6px;
}

#menu .menu-modal-content .modal-nav-li--cta .nav-link {
    margin-bottom: 0;
    padding: 14px 18px;
    align-items: center;
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.13);
    border: 1px solid rgba(255, 255, 255, 0.24);
    transition: background 0.22s ease, border-color 0.22s ease, transform 0.18s ease, box-shadow 0.22s ease;
    cursor: pointer;
}

#menu .menu-modal-content .modal-nav-li--cta .nav-link:hover {
    background: rgba(255, 255, 255, 0.22);
    border-color: rgba(255, 255, 255, 0.42);
    transform: translateY(-1px);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.18);
}

/* ── Text styles — parent & CTA ── */
#menu .menu-modal-content .modal-nav-li .nav-link,
#menu .menu-modal-content .modal-nav-li .nav-link > a {
    color: rgba(255, 255, 255, 0.95);
    font-size: 1.08rem;
    font-weight: 600;
    letter-spacing: 0.01em;
    text-decoration: none;
}

#menu .menu-modal-content .modal-nav-li--cta .nav-link > a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    width: 100%;
    font-size: 1.05rem;
    font-weight: 700;
    letter-spacing: 0.025em;
}

/* ── CTA arrow icon ── */
.menu-cta-arrow {
    flex-shrink: 0;
    transition: transform 0.2s ease;
    opacity: 0.85;
}

#menu .menu-modal-content .modal-nav-li--cta .nav-link:hover .menu-cta-arrow {
    transform: translateX(4px);
    opacity: 1;
}

/* ── Submenu list ── */
#menu .menu-modal-content .modal-navbar-ul {
    margin: 2px 0 8px 14px;
    padding: 6px 0 6px 14px;
    gap: 2px;
    border-left: 2px solid rgba(255, 255, 255, 0.16);
}

#menu .menu-modal-content .modal-navbar-ul li {
    margin-bottom: 0 !important;
    padding: 0;
}

#menu .menu-modal-content .modal-navbar-ul a {
    color: rgba(255, 255, 255, 0.68);
    font-size: 0.88rem;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 9px;
    padding: 7px 10px;
    border-radius: 8px;
    text-decoration: none;
    transition: background 0.15s ease, color 0.15s ease;
}

#menu .menu-modal-content .modal-navbar-ul a::before {
    content: '';
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.3);
    flex-shrink: 0;
    transition: background 0.15s ease, transform 0.15s ease;
}

#menu .menu-modal-content .modal-navbar-ul a:hover {
    background: rgba(255, 255, 255, 0.08);
    color: rgba(255, 255, 255, 0.95);
}

#menu .menu-modal-content .modal-navbar-ul a:hover::before {
    background: rgba(255, 255, 255, 0.8);
    transform: scale(1.3);
}

/* ── Chevron ── */
#menu .menu-modal-content .chevron-down {
    transition: transform 0.25s ease;
    opacity: 0.7;
    flex-shrink: 0;
    color: rgba(255, 255, 255, 0.9);
}

#menu .menu-modal-content .chevron-down.active {
    transform: rotate(180deg);
    opacity: 1;
}

/* ── Footer — intentionally quiet ── */
#menu .menu-modal-footer {
    margin-top: auto;
    padding-top: 18px;
    border-top: 1px solid rgba(255, 255, 255, 0.09);
    display: flex;
    flex-direction: column;
    gap: 9px;
    text-align: center;
}

#menu .menu-modal-footer-links {
    display: flex;
    flex-wrap: wrap;
    gap: 5px 12px;
    justify-content: center;
}

#menu .menu-modal-footer-link {
    color: rgba(255, 255, 255, 0.42);
    font-size: 0.73rem;
    font-weight: 400;
    text-decoration: none;
    line-height: 1.4;
    transition: color 0.15s ease;
}

#menu .menu-modal-footer-link:hover {
    color: rgba(255, 255, 255, 0.72);
    text-decoration: none;
}

#menu .menu-modal-onnix {
    color: rgba(255, 255, 255, 0.28);
    font-size: 0.66rem;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    flex-wrap: wrap;
    width: 100%;
    transition: color 0.15s ease;
}

#menu .menu-modal-onnix:hover {
    color: rgba(255, 255, 255, 0.55);
}

#menu .menu-modal-onnix .onnix-logo {
    height: 14px !important;
    opacity: 0.55;
}

/* ── Responsive ── */
@media (max-width: 1024px) {
    #menu {
        --menu-right-air: clamp(40px, 10vw, 80px);
    }

    #menu .menu-modal-surface {
        padding: 24px 20px 18px;
        width: calc(100vw - var(--menu-right-air));
        max-width: calc(100vw - var(--menu-right-air));
        margin: 0 auto 0 0;
    }

    #menu .menu-modal-head .logo {
        max-height: 30px;
    }

    #menu .menu-modal-content .modal-nav-li .nav-link,
    #menu .menu-modal-content .modal-nav-li .nav-link > a {
        font-size: 1.04rem;
    }
}

@media (max-width: 768px) {
    #menu {
        --menu-right-air: clamp(36px, 10vw, 68px);
    }

    #menu .modal-dialog.menu-modal-dialog {
        width: 100vw;
        max-width: 100vw;
        height: 100dvh;
        margin: 0 !important;
        left: 0;
        top: 0;
        right: 0 !important;
        bottom: 0;
    }

    #menu .menu-modal-surface {
        min-height: 100%;
        max-height: 100%;
        border-radius: 0;
        padding: 22px 18px 18px;
        width: calc(100vw - var(--menu-right-air));
        max-width: calc(100vw - var(--menu-right-air));
        margin: 0 auto 0 0;
    }

    #menu .menu-modal-head .logo {
        max-height: 28px;
    }

    #menu .menu-modal-content .modal-nav-li .nav-link,
    #menu .menu-modal-content .modal-nav-li .nav-link > a {
        font-size: 1rem;
    }

    #menu .menu-modal-content .modal-nav-li:not(.modal-nav-li--cta) .nav-link {
        padding: 11px 12px;
    }

    #menu .menu-modal-content .modal-nav-li--cta .nav-link {
        padding: 13px 16px;
    }
}

/*main*/
.img-slider {
    aspect-ratio: 16/9;
}

.slider-container {
    max-width: 1400px;
    padding: 0;
    margin: 0 auto;
    overflow-x: clip;
}

.slider-container.pb-type-slider {
    max-width: 100%;
    width: 100%;
    margin: 0;
}

.card-full {
    display: none !important;
}

.card-sm {
    display: flex !important;
}

.content-custom-card {
    display: flex;
    justify-content: center;
    align-items: center;
}

.custom-card {
    display: flex;
    position: relative;
    flex-direction: column;
    width: 100%;
    min-width: 0;
}
/* vericar y consultar con como seria esto */
.custom-img {
    display: flex;
    position: relative;
    flex-direction: column;
    width: 100%;
    min-width: 0;
}

.card-body img {
    width: 100%;
    margin: auto;
    display: block;
}

.custom-card-blue {
    display: flex;
    justify-content: center;
    align-items: center;
    flex: 1 1 147px;
    height: 60px;
    color: #ffffff;
    /* border: #194f90 1px solid; */
    background-color: #194f90;
    font-weight: bold;
    
    border-radius: 10px;
    max-width: 200px;
    margin: 4px;
    text-align: center;
}

.custom-card-blue:hover {
    background-color: #194f90da;
}

.custom-card-blue img {
    height: 22.95px;
    margin-right: 5px;
}

.container-body {
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 15px;
    overflow-x: clip;
}

.container-body[class*="pb-type-"],
.slider-container[class*="pb-type-"] {
    max-width: 100%;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
}

@supports not (overflow: clip) {
    .slider-container,
    .container-body {
        overflow-x: hidden;
    }
}

.container-header {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
    font-family: "Poppins", sans-serif !important;
}

.container-cal {
    max-width: 900px;
    margin: 0 auto;
    padding: 0 15px;
}

.img-fluid {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.web-banking {
    background: linear-gradient(90deg, #E95C28 0%, #FCA168 100%);
    border: none;
    border-radius: 100px;
    white-space: nowrap;
    opacity: 1;

    width: 206px;
    height: 48px;
    padding: 12px;

    display: inline-flex;
    align-items: center;
    justify-content: center;

    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.5px;

    color: #ffffff !important;
    text-decoration: none !important;
}

.web-banking:hover,
.web-banking:focus,
.web-banking:active {
    color: #ffffff !important;
    text-decoration: none !important;
    background: linear-gradient(90deg, #E95C28 0%, #FCA168 100%);
    outline: none;
}

.web-banking-desktop {
    display: flex;
}

.web-banking-mobile {
    display: none;
}

.web-language-mobile {
    display: none;
}

#web-banking .dropdown-menu {
    min-width: 162px !important;
}

.web-banking-mobile-dropdown {
    display: none;
    position: absolute;
    transform: translateX(-50%);
    left: 49.9%;
    width: 100%;
    top: -0px;
    padding: 10px;
    height: 100vh;
    padding-top: 65px;
    background: hsla(0, 0%, 0%, 0.5);
}

.web-banking-mobile-dropdown ul {
    background: #005ab0;
    box-shadow: #141414 0px 0px 10px;
    border-radius: 10px;
    padding: 0;
}

.web-banking-mobile-dropdown li{
    list-style: none;
    font-weight: bold;
}

.web-banking-mobile-dropdown a {
    color: #ffffff;
    padding: 10px;
    width: 100%;
    display: block;
    text-align: center;
}

.web-banking-mobile-dropdown.active {
    display: block;
}

.menu-secondary {
    flex-wrap: wrap;
}

.card-border {
    display: flex;
    flex-direction: column;
    padding: 0px;
    /* margin: 10px; */
    height: 100%;
    border-radius: 30px;
    border: 1px solid #005ab0;
    overflow: hidden;
    background-color: rgba(240, 240, 240);
    color: #393939 !important;
}

.card-border h2 {
    color: #393939;
}

.bolder {
    font-weight: bold;
}

.rounded {
    border-radius: 30px !important;
}

.card-rounded {
    border-radius: 20px !important;
}

.body-border {
    display: flex;
    flex-direction: column;
    padding: 15px;
    margin: 0px;
    border-radius: 10px;
}

.body-border button {
    text-align: center;
}

.section-card-beneficios {
    display: flex;
    justify-content: center;
    /* flex-direction: column; */
    width: 100%;
}

.section-card-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill,minmax(220px,1fr));
    width: 100%;
    list-style: none;
}

.card-beneficios {
    display: flex;
    justify-content: space-between;
    /* flex-direction: column; */
    width: 100%;
}
.btn-body {
    background: linear-gradient(90deg, #E95C28 0%, #FCA168 100%);
    border-radius: 33px;
    white-space: nowrap;
    border: none;
    height: 64px;
    padding: 0 24px;
    box-shadow: 0px 0px 2px 0px #00000012, 0px 1px 3px 0px #0000001A;
    line-height: 1; 
    display: inline-flex;
    align-items: center;
    justify-content: center;
    letter-spacing: 0.2px;
    color: #ffffff !important;
    text-decoration: none !important;
}

.btn-body-card {
    background: linear-gradient(90deg, #E95C28 0%, #FCA168 100%);
    border-radius: 33px;
    white-space: nowrap;
    border: none;
    width: 100%;
    max-width: 292px;
    height: 64px;
    padding: 0 24px;
    box-shadow: 0px 0px 2px 0px #00000012, 0px 1px 3px 0px #0000001A;
    line-height: 1; 
    display: inline-flex;
    align-items: center;
    justify-content: center;
    letter-spacing: 0.2px;
    color: #ffffff !important;
    text-decoration: none !important;
}

.btn-body:hover,
.btn-body:focus,
.btn-body:active {
    color: #ffffff !important;
    text-decoration: none !important;
    background: linear-gradient(90deg, #E95C28 0%, #FCA168 100%);
    box-shadow: 0px 0px 2px 0px #00000012, 0px 1px 3px 0px #0000001A;
    outline: none;
}
.btn-body {
    font-family: "Poppins", sans-serif ;
    font-weight: 400;
    font-size: 24px;
    line-height: 24px;
    letter-spacing: 0.5px;
}

.btn-body-card:hover,
.btn-body-card:focus,
.btn-body-card:active {
    color: #ffffff !important;
    text-decoration: none !important;
    background: linear-gradient(90deg, #E95C28 0%, #FCA168 100%);
    box-shadow: 0px 0px 2px 0px #00000012, 0px 1px 3px 0px #0000001A;
    outline: none;
}
.btn-body-card {
    font-family: "Poppins", sans-serif ;
    font-weight: 400;
    font-size: 24px;
    line-height: 24px;
    letter-spacing: 0.5px;
}

.btn-beneficios {
    padding: 10px;
    width: 100%;
    height: 38px;
    border-radius: 20px;
    border: 1px solid #005ab0;
    align-self: center;
    color: #ffffff;
    background-color: #005ab0;
    white-space: nowrap;
}

.btn-beneficios:hover {
    border: 1px solid #005ab0;
    background-color: #01498c;
    color: #ffffff;
}



/*Footer*/
.bg-footer {
    background: linear-gradient(90deg, #080A4F 0%, #29337C 100%);
}

.bg-main {
    background-color: #f5f5f9 !important;
}

.link-footer-social {
    display: flex;
    justify-content: center;
    align-items: center;
}

.title-link-footer {
    color: #fff;
    font-weight: bold;
}

.title-footer {
    color: #fff;
    font-weight: 700;
}

.link-footer {
    color: #fff;
}

a.link-footer:hover {
    color: #ffffffd0;
    text-decoration: underline;
}

.app-link-container {
    display: flex;
    justify-content: center;
    align-items: center;
}


.app-link {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
    margin-right: 4px;
    margin-left: 4px;
    width: 160px;
    height: 48px;
    border-radius: 10px;
    border: 1px solid #a9a4a4;
}

.app-bg-light {
    background-color: #f9f9f9;
}

.app-bg-dark {
    background-color: #233446;
}

.social-icon {
    width: 48px;
    height: 48px;
    margin-right: 10px;
}

.img-border-beneficios {
    width: 100%;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 15px;
}

.img-border-beneficios img {
    width: 50%;
    height: 100%;
    object-fit: contain;
}

.footer-social {
    display: flex;
    justify-content: center;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 15px;
    padding-bottom: 15px;
    justify-content: space-between;
}


@media (min-width: 576px) {
    .tu-clase {
        background-color: red;
    }

    .logo {
        max-height: 30px;
    }

    .custom-card-blue {
        width: 100%;
    }

    .card-full {
        display: flex !important;
    }

    .card-100 {
        display: flex !important;
    }

    .card-sm {
        display: none !important;
    }

    .min-h-full img {
        width: 100%;
        object-fit: contain;
    }

    .img-border-beneficios img {
        width: 100%;
    }

    .section-card-beneficios {
        flex-direction: row;
        margin-bottom: 20px;
    }
}



@media (min-width: 768px) {
    .logo {
        max-height: 30px;
    }

    .volanta div {
        width: 100% !important;
        border-bottom: 1px solid #7d7d7da0 !important;
    }

    .volanta span {
        text-wrap: nowrap;
    }

    /* .card-border {
        width: 50%;
    } */

    .img-border-beneficios img {
        width: 100%;
    }

    .section-card-beneficios {
        flex-direction: row;
        margin-bottom: 20px;
    }

    .custom-card {
        padding: 0 22px
    }

    .min-h-full img {
        width: 100%;
        height: 100%;
        object-fit: contain;
    }
}

@media (min-width: 992px) {
    .logo {
        max-height: 50px;
    }

    /* .card-border {
        width: 50%;
    } */

    .section-card-beneficios {
        width: 100%;
    }

    /* .card-beneficios {
        flex-direction: row;
    } */

}

@media (min-width: 1200px) {
    .logo {
        max-height: 50px;
    }
/* 
    .card-border {
        width: 50%;
    } */
}

@media (max-width: 576px) {
    .card-sm {
        margin-left: 0 !important;
        margin-right: 0 !important;
        margin-bottom: 0 !important;
    }

    .card-sm .custom-card {
        width: 100%;
    }

    .card-sm .custom-card .ck-content .main-headline,
    .card-sm .custom-card .ck-content .main-headline * {
        overflow-wrap: anywhere;
        word-break: break-word;
    }

    .card-sm .custom-card .ck-content .main-headline span {
        font-size: clamp(42px, 12.5vw, 56px) !important;
        line-height: 1.05 !important;
    }

    .menu-secondary {
        flex-wrap: nowrap;
        flex-direction: column;
        align-items: center;
    }

    .custom-card-blue {
        width: 100%;
        flex: none;
        max-width: 350px;
        height: auto;
        min-height: 40px;
    }


    .footer-social {
        justify-content: center;
    }

    .web-banking {
        font-size: 0.75em;
    }

    .web-banking.btn {
        padding: 7px 7px !important
    }

    .web-banking-desktop {
        display: none;
    }

    .web-banking-mobile {
        display: flex;
    }

    .btn-body,
    .btn-body-card {
        font-size: 18px;
        height: 52px;
    }

    .btn-body-card {
        max-width: 100%;
    }
}

@media (max-width: 1024px) {
    #nav-bar {
        display: none !important;
    }

    #view-menu {
        display: flex !important;
    }

    #view-menu .btn {
        padding: 0 !important;
    }

    #view-menu svg {
        width: 28px;
        height: 28px;
    }

    .web-language-mobile {
        display: flex
    }
}

@media (max-width: 768px) {
    #nav-bar {
        display: none !important;
    }

    #view-menu {
        display: flex !important;
    }

    #view-menu .btn {
        padding: 0px !important;
    }

    #view-menu svg {
        width: 25px;
        height: 25px;
    }

    .volanta span {
        height: auto;
    }

    .volanta div {
        display: none;
    }
    
    .container-header {
        padding: 0 5px !important;
    }

    .logo {
        margin-right: 10px;
    }

    .volanta {
        margin-bottom: 15px;
    }

    /* .card-min {
        min-height: 350px !important;
    } */

    .footer-info {
        flex-direction: column !important;
        text-align: center;
    }

    .app-link-container {
        flex-direction: column;
        gap: 10px;
    }

    .footer-social {
        flex-direction: column;
    }

    .banner-productos {
        display: flex;
        width: 90%;
        font-size: 14px !important;
        justify-content: space-between;
        align-items: center;
    }

    .banner-productos p {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .banner-productos a {
        font-size: 13px !important;
        padding: 7px;
    }
}

/*Clases reutilizables por propiedad*/

.min-h-full {
    min-height: 100%;
}

.min-h-full img {
    padding: 0px 35px 0px 35px;
    width: 100%;
}

.min-w-full {
    min-height: 100%;
}

.shadow-xs {
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
}

.card-link {
    text-decoration: none;
    color: #ffffff;
    border-bottom: 1px solid #4447ff;
    background-color: #4447ff;
    border-radius: 20px;
    width: 100%;
}

.space-no-wrap {
    white-space: nowrap;
}

/*Clases de animación*/

.entry-animation {
    opacity: 0;
    transform: scale(1);
    transition: .7s ease-in-out all;
}

.animation-bottom {
    transform: translateY(-200px);
}

.animation-top {
    transform: translateY(200px);
}

.animation-left {
    transform: translateX(-200px);
}

.animation-right {
    transform: translateX(200px);
}

.entry-animation.show-animation {
    opacity: 1;
    transform: scale(1) translateX(0);
}

@media (max-width: 768px) {
    .entry-animation {
        transition: .4s ease-out all;
    }

    .animation-left {
        transform: translateX(-40px);
    }

    .animation-right {
        transform: translateX(40px);
    }

    .animation-bottom {
        transform: translateY(-30px);
    }

    .animation-top {
        transform: translateY(30px);
    }
}

/*Estilos de las volantas*/

.volanta {
    display: flex;
    text-transform: uppercase;
    color: #7d7d7d;
}

.volanta span {
    font-size: 0.7em;
    margin-top: auto;
    height: 12px;
    margin-right: 10px;
}

.volanta div {
    width: inherit;
    border-bottom: none;
}

/*Estilos del blogs */
.blog-container {
    max-width: 1000px;
    margin: 0 auto 45px auto;
    padding: 0 15px;
}

.blog-img {
    width: 100%;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.blog-img img {
    width: 100%;
    height: 100%;
    aspect-ratio: 6/3;

}

.blog-description-img {
    width: 100%;
    background-color: #dbdbdba0;
}

.blog-description-img p {
    padding: 10px;
    font-size: 0.7em;
    margin: 0;
}

.blog-copete {
    background-color: #dbdbdba0;
    padding: 10px;
    margin-bottom: 25px;
    margin-top: 25px;
}

.blog-title h1 {
    font-size: 2em;
    margin-bottom: 25px;
}

/*Estilos de paginas comunes*/

.img-title-container {
    display: flex;
    justify-content: center;
    /* align-items: center; */
    position: relative;
    width: 100%;
    padding: 0;
    margin: auto;
    max-width: 1400px;
    aspect-ratio: 8/2;
}

.img-title-container img {
    display: flex;
    width: 100%;
    max-width: 1400px;
    object-fit: cover;
}

.img-title {
    display: flex;
    justify-content: center;
    position: absolute;
    overflow: hidden;
    flex-direction: column;
    margin: auto;
    width: 100%;
    max-width: 1100px;
    height: 100%;
    z-index: 2;
}

.img-title h1 {
    color: #ededed !important;
    width: 50%;
    font-size: 2em;
    font-weight: bold;
    font-size: 2.5em;
}


/* .div-card-beneficios {
    display: flex;
    flex-direction: column;
    padding: 15px;
} */

.column-beneficios {
    display: flex;
}

.column-beneficios .section {
    width: 50%;
}

@media (max-width: 768px) {
    header {
        height: 60px;
    }

    .column-beneficios {
        justify-content: center;
        flex-direction: column;
    }

    .column-beneficios .section {
        width: 100%;
    }

    .volanta {
        margin-bottom: 15px !important;
    }

    .img-title h1 {
        color: #ededed !important;
        width: 100%;
        font-size: 1.5em;
        margin-left: 15px;
    }

    .card-img {
        display: flex;
        justify-content: center;
    }

    .card-img img {
        width: 350px;
    }

    .blog-title h1 {
        font-size: 1.5em;
    }
}

.card-img img {
    /* aspect-ratio: 4/3; */
    width: 100%;
    object-fit: inherit;
    padding: 0 25px 25px 25px;
}

.div-card-beneficios .volanta {
    padding: 0 0px;
    width: 90%;
    margin: auto;
}

.grid-container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}

@media (max-width: 780px) {
    .grid-container {
        grid-template-columns: 1fr;
    }
}

.grid-card-beneficios {
    display: flex;
    flex-direction: column;
    width: 100%;
}

/* .text-input:focus {
    border-color: #6200ea;
}

.text-input:invalid {
    border-color: red;
} */

/* Estilos de los inputs */
.input-container {
    position: relative;
    width: 100%;
    margin-bottom: 30px;
}

.text-input {
    width: 100%;
    padding: 10px 8px 10px 20px;
    border-radius: 25px;
    outline: none;
    transition: all 0.3s ease;
    background-color: #ffffff;
    border: #194f90 1px solid;
}

.input-label {
    position: absolute;
    top: 17.5px;
    left: 20px;
    font-size: 14px;
    color: #141414;
    transition: all 0.3s ease;
    pointer-events: none;
    padding: 0 5px;
    height: 10px;
    display: flex;
    align-items: center;
}



.text-input:focus+.input-label,
.text-input:not(:placeholder-shown)+.input-label {
    top: -5px;
    font-size: 12px;
    color: #194f90;
    background-color: #ffffff;
}

.text-input:disabled {
    background-color: #f9f9f9;
    border: 1px solid #bebdbd;
    color: #bebdbd;
}

.text-input:disabled+.input-label {
    color: #bebdbd;
}

.input-container.input-error label {
    color: #ff1a1a !important;
}

.input-container.input-error input {
    border-color: #ff1a1a !important;
}

.input-container.input-error select {
    border-color: #ff1a1a !important;
}

.input-container.input-error textarea {
    border-color: #ff1a1a !important;
}

.custom-dropdown.input-error label {
    color: #ff1a1a !important;
}

.custom-dropdown.input-error {
    border-color: #ff1a1a !important;
}

.input-error .custom-dropdown{
    border-color: #ff1a1a !important;
}

.input-error .custom-dropdown svg{
    color: #ff1a1a !important;
}

.input-error .span-error {
    display: block;
    color: #ff1a1a;
    font-size: 0.8rem;
    margin-top: 4px;
    padding-left: 20px;
}

.input-file {
    width: 100%;
    border-radius: 25px;
    outline: none;
    transition: all 0.3s ease;
    background-color: transparent;
    border: #194f90 1px solid;
    color : #000000;
}

.form-control.input-file:hover {
    border: #194f90 1px solid !important;
    background: transparent !important;
}

.form-control.input-file:focus {
    border: #194f90 1px solid !important;
    background: transparent !important;
}

.form-control.input-file:not(:disabled):not([readonly])::file-selector-button {
    background: #194f90 !important;
    color: #ffffff !important;
    border-width: inherit !important;
}

.form-control.input-file:hover:not(:disabled):not([readonly])::file-selector-button {
    background: #194f90e6 !important;
    color: #ffffff !important;
}

.span-info {
    display: block;
    font-size: 0.8rem;
    margin-top: 4px;
    padding-left: 20px;
}

/* .text-input:invalid + .input-label + .input-error {
    display: block;
} */

.custom-card-text {
    padding-top: 0;
}

.select {
    width: 100%;
    padding: 5px 3px 5px 15px;
    border: 1px solid #141414;
    border-radius: 20px;
    outline: none;
    transition: all 0.3s ease;
    background-color: #ffffff;

    display: block;
    appearance: none;
    background-clip: padding-box;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.option {
    background-color: #ffffff;
    color: #333;
    padding: 25px;
}


.custom-dropdown {
    position: relative;
    width: 100%;
    /* padding: 5px 3px 5px 15px; */
    border: 1px solid #141414;
    border-radius: 30px;
    outline: none;
    transition: all 0.3s ease;
    /* margin-bottom: 15px; */
}



.custom-dropdown select {
    display: none;
    /* Ocultar el select nativo */
}

.custom-dropdown .selected {
    cursor: pointer;
    width: 100%;
    height: 100%;
    padding: 10px 8px 10px 20px;
    white-space: pre;
}

.custom-dropdown .dropdown-options {
    display: none;
    position: absolute;
    background-color: white;
    border: 1px solid #ccc;
    width: 100%;
    box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.1);
    z-index: 2000;
    left: 0px;
    top: 105%;
    border: 1px solid #e8e8e8;
    border-radius: 10px;
    max-height: 300px;
    overflow-y: auto;
    /* padding: 5px 3px 5px 15px; */
}

.custom-dropdown .dropdown-options span {
    padding: 5px 3px 5px 15px;
    border-radius: 10px;
    cursor: pointer;
    display: block;
}

.custom-dropdown .dropdown-options span:hover {
    background-color: #bababa;
}

select.custom-select {
    width: 100%;
    min-height: 48px;
    border: 1px solid #194f90;
    border-radius: 25px;
    background-color: #ffffff;
    color: #141414;
    padding: 10px 42px 10px 20px;
    outline: none;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}

.input-container select.custom-select + .select-label {
    top: -7px;
    font-size: 12px;
    color: #194f90;
    background-color: transparent;
}

.select-label {
    position: absolute;
    top: 14px;
    left: 20px;
    font-size: 14px;
    color: #141414;
    transition: all 0.3s ease;
    pointer-events: none;
    background-color: #ffffff;
    padding: 0 5px;
    height: 17px;
    display: flex;
    align-items: center;
}

.select-label.active {
    top: -7px;
    font-size: 12px;
    color: #194f90;
}

.custom-dropdown:focus-within .dropdown-options {
    display: block;
}

.custom-dropdown.disabled {
    background-color: #f9f9f9;
    border: 1px solid #bebdbd;
    color: #bebdbd;
    fill: #bebdbd;
}

.custom-dropdown.disabled+.select-label {
    color: #bebdbd;
}

.dropdown-icon {
    height: 100%;
    position: absolute;
    right: 8px;
    top: 0;
    display: flex;
    align-items: center;
    pointer-events: none;
}

.dropdown-icon svg{
    width: 25px;
    height: 25px;
}

.dropdown-icon svg path{
    stroke-width: 1;
}

.dropdown:hover .dropdown-menu {
    display: block;
}

.dropdown span {
    color: #ffffff;
    cursor: pointer;
    white-space: nowrap;
    padding: 0;
}

.dropdown-item a, .dropdown span a {
    color: #ffffff;
    padding: 10px 20px;
    display: block;
    width: 100%;

}

.dropdown span a {
    padding: 0;
}

.dropdown.active span {
    font-weight: bold;
}

.dropdown-item:hover a {
    background-color: #308fe9;
    border-radius: 10px;
}

.dropdown-item.active a {
    background-color: #308fe9;
    border-radius: 10px;
}

.drop {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.chevron-down.active {
    transform: rotate(180deg);
}

.top-65 {
    top: 65px;
}

.top-45 {
    top: 45px;
}

.mt-7 {
    margin-top: 7rem;
}

.mb-10 {
    margin-bottom: 10rem;
}

.calculator-title {
    background-color: #194f90;
}

.calculator {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background-color: #ffffff;
    padding: 15px 35px;
}

.simulador-cuotas-section {
    padding-top: 40px;
    padding-bottom: 40px;
}

.simulador-cuotas-block {
    border-radius: 24px !important;
    width: 100%;
    max-width: 1440px;
    min-height: 620px;
    padding: 40px 56px;
    opacity: 1;
    background: transparent !important;
}

.simulador-cuotas-grid {
    --bs-gutter-x: 48px;
    row-gap: 24px;
}

.simulador-cuotas-title {
    color: #2B3A8A;
    margin-bottom: 12px;
}

.simulador-cuotas-steps {
    color: #2f2f2f;
    margin-bottom: 20px;
}

.simulador-cuotas-left-cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.simulador-cuotas-left-cta:hover {
    color: #ffffff;
}

.simulador-cuotas-left-cta-btn {
    background: linear-gradient(90deg, #E95C28 0%, #FCA168 100%);
    border-radius: 33px;
    white-space: nowrap;
    border: none;
    height: 64px;
    padding: 0 24px;
    line-height: 1;
    letter-spacing: 0.5px;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-size: 24px;
    line-height: 24px;
    color: #ffffff !important;
    text-decoration: none !important;
    box-shadow: none;
}

.simulador-cuotas-left-cta-btn.is-disabled {
    pointer-events: none;
    opacity: 0.55;
    box-shadow: none;
}

.simulador-cuotas-desc {
    color: #2f2f2f;
}

.simulador-cuotas-block .input-label,
.simulador-cuotas-block .select-label {
    position: static;
    display: block;
    margin-bottom: 10px;
    padding: 0;
    height: auto;
    background: transparent;
    color: #2C2422;
    font-family: "Poppins", sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.8;
}

.simulador-cuotas-block .input-container {
    margin-bottom: 20px;
}

.simulador-cuotas-block .text-input,
.simulador-cuotas-block .custom-dropdown,
.simulador-cuotas-block select.custom-select {
    min-height: 52px;
    font-size: 16px;
}

.simulador-cuotas-block .text-input::placeholder {
    color: #9a9a9a;
}

.simulador-cuotas-block .custom-dropdown .selected {
    font-size: 16px;
    line-height: 1.4;
}

.calculator-option {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    border-radius: 15px;
    padding: 15px;
    background-color: #F4F6F8;
    width: 190px;
    margin-left: 5px;
}

.calculator-option p {
    margin: 10px 0px;
    color: #405B98;
    font-weight: 600;
    text-align: center;
    min-height: 46px;
}

.calculator-form {
    display: block;
    margin: 0 auto;
    max-width: 630px;
    width: 100%;
}

.border-blue {
    border: 1px solid #194f90;
}

.fill-blue {
    color: #194f90;
}

.text-blue {
    color: #194f90;
}

.carousel-fade-left {
    position: absolute;
    top: 0;
    left: 0;
    width: 15%;
    height: 100%;
    z-index: 100;
    background: linear-gradient(to right, rgba(255, 255, 255, 0.95) 70%, rgba(255, 255, 255, 0) 100%);
    pointer-events: none;
    display: flex;
    justify-content: center;
}

/* Degradado en el lado derecho */
.carousel-fade-right {
    position: absolute;
    top: 0;
    right: 0;
    width: 15%;
    height: 100%;
    z-index: 100;
    background: linear-gradient(to left, rgba(255, 255, 255, 0.95) 70%, rgba(255, 255, 255, 0) 100%);
    pointer-events: none;
    display: flex;
    justify-content: center;
}

.btn-calculator {
    padding: 10px;
    width: 100%;
    height: 44.95px;
    border-radius: 25px;
    border: 1px solid #005ab0;
    align-self: center;
    color: #ffffff;
    background-color: #005ab0;
    white-space: nowrap;
}

.btn-calculator:hover {
    border: 1px solid #005ab0;
    background-color: #01498c;
    color: #ffffff;
}

.cuotas-intro {
    color: #1e1e1e;
    font-size: 16px;
}

.cuota-inline-result-wrapper {
    display: flex;
    align-items: stretch;
    gap: 0;
    border: 1px solid #E95C28;
    border-radius: 999px;
    overflow: hidden;
    min-height: 52px;
}

.cuota-inline-result-trigger {
    border: none;
    color: #ffffff;
    background: linear-gradient(90deg, #E95C28 0%, #FCA168 100%);
    border-radius: 999px;
    min-width: 160px;
    width: auto;
    padding: 0 28px;
}

.cuota-inline-result-trigger:hover,
.cuota-inline-result-trigger:focus,
.cuota-inline-result-trigger:active {
    color: #ffffff;
    background: linear-gradient(90deg, #E95C28 0%, #FCA168 100%);
    border: none;
}

.btn-calcular-cuotas {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    font-family: inherit;
    font-weight: 400;
    font-size: 24px;
    line-height: 24px;
    letter-spacing: 0.5px;
    background: linear-gradient(90deg, #E95C28 0%, #FCA168 100%);
    min-width: 190px;
    padding: 0 18px;
}

.btn-calcular-cuotas:hover,
.btn-calcular-cuotas:focus,
.btn-calcular-cuotas:active {
    background: linear-gradient(90deg, #E95C28 0%, #FCA168 100%);
}

.btn-calcular-cuotas .btn-calcular-cuotas-icon {
    width: 28px;
    height: 28px;
    display: inline-block;
    object-fit: contain;
    opacity: 1;
}

.cuota-inline-result {
    display: flex;
    align-items: center;
    width: 100%;
    background-color: #ffffff;
    padding: 0 18px;
    color: #1e1e1e;
    font-size: 18px;
    font-weight: 500;
}

.cuota-inline-result-data {
    width: 100%;
}

.cuota-inline-result-message {
    white-space: nowrap;
}

.cuota-inline-result-message strong {
    font-weight: 700;
}

.cuota-inline-result-link {
    display: inline-flex;
    margin-top: 4px;
    color: #194f90;
    font-size: 13px;
    text-decoration: underline;
}

.cuota-inline-result-error {
    color: #a60000;
    font-size: 14px;
}

.btn-nav {
    cursor: pointer;
    padding: 2px;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    border: 1px solid #005ab0;
    align-self: center;
    color: #005ab0;
    white-space: nowrap;
    pointer-events: all;
    position: relative;
    top: -50px;
}

.btn-nav:hover {
    border: 1px solid #005ab0;
    background-color: #005ab0;
    color: #ffffff;
}

.btn-nav:hover svg{
    width: 20px;
    height: 20px;
    color: #ffffff;
}

.btn-nav svg {
    width: 20px;
    height: 20px;
    color: #005ab0;
}

#card-result {
    position: absolute;
    border-radius: 0px 0px 25px 25px;
    padding-bottom: 15px;
    background-color: #ffffff;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
    width: 85%;
    min-height: 500px;
    top: 98%;
    z-index: 1000;
    left: 50%;
    transform: translateX(-50%);
}

#card-result::before,
#card-result::after {
    content: "";
    position: absolute;
    top: 10px;
    bottom: 10px;
    width: 30px;
    background-image: url('/icons/point.svg');
    background-size: 40px 60px;
    z-index: 5;
}

#card-result::before {
    left: 20px;
}

#card-result::after {
    right: 20px;
}

@media (max-width: 768px) {
    #card-result {
        width: 100%;
        border-radius: 0px;
    }

    #card-result::before,
    #card-result::after {
        display: none;
    }
}

.close-result {
    right: 15px;
    width: 35px;
    height: 35px;
    z-index: 5000;
}

.close-result button {
    width: 35px;
    height: 35px;
}

.close-result svg {
    width: 35px;
    height: 35px;
    pointer-events: none;
}

.result-main {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding-top: 50px;
    padding-left: 80px;
    padding-right: 80px;
    width: 100%;
    height: 100%;
}

.result-main .text-alert {
    font-size: 0.8rem;
    color: #57585A;
}

.shadow-top {
    position: absolute;
    top: 0px;
    left: 0;
    width: 100%;
    height: 50px;
    background: linear-gradient(to bottom, #f0f0f0, transparent);
    overflow: hidden;
}

.shadow-top-left {
    position: absolute;
    bottom: -12px;
    left: -5px;
    width: 55%;
    height: 50px;
    background-color: #ffffff;
    rotate: 3deg;
}

.shadow-top-right {
    position: absolute;
    bottom: -12px;
    right: -5px;
    width: 55%;
    height: 50px;
    background-color: #ffffff;
    rotate: -3deg;
}

.fs-r-2 {
    font-size: 2rem;
}

@media (max-width: 576px) {
    .calculator-option {
        width: 100%;
    }

    .shadow-top-left {
        bottom: -8px;
    }

    .shadow-top-right {
        bottom: -8px;
    }
}

@media (max-width: 768px) {
    .simulador-cuotas-section {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .simulador-cuotas-block {
        min-height: auto;
        padding: 28px 18px;
    }

    .simulador-cuotas-grid {
        --bs-gutter-x: 24px;
    }

    .simulador-cuotas-block .input-label,
    .simulador-cuotas-block .select-label {
        font-size: 16px;
        line-height: 1.5;
    }

    .calculator-option {
        width: 100%;
    }

    .simulador-cuotas-left-cta {
        width: 100%;
    }

    .simulador-cuotas-left-cta-btn,
    .btn-calcular-cuotas {
        font-size: 18px;
        height: 52px;
    }

    .cuota-inline-result-wrapper {
        flex-direction: column;
        border-radius: 20px;
    }

    .cuota-inline-result-trigger {
        width: 100%;
        border-radius: 20px 20px 0 0;
        min-height: 44px;
    }

    .cuota-inline-result {
        min-height: 52px;
    }
}

.captcha {
    position: absolute;
    top: 0;
    right: 0;
    border-radius: 0px 25px 25px 0px;
    border: #194f90 1px solid;
}

.mb-card {
    margin-bottom: 15px;
}

.container-cotizacion {
    max-width: 800px;
    margin: 0 auto;
    padding: 0 15px;
}

.cotizacion {
    color: #005ab0;
}

.cotizacion-item {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 10px;
}

.cotizacion-item table {
    width: 80%;
    font-size: 1.2rem;
}

.cotizacion-item table span{
    white-space: nowrap;
}

.cotizacion-item table td {
    font-weight: 300;
}

.cotizacion-item table th span {
    display: block;
    width: 70px;
}

.cotizacion-item table th:nth-child(even) {
    padding: 10px 0;
    width: 20%;
    padding: 0 4%;
}

.cotizacion-item table th:nth-child(even) span{
    float: right;
}


.cotizacion-item table th:nth-child(odd) {
    padding: 10px 0;
    width: 20%;
    padding: 0 4%;
}

.cotizacion-item table td:nth-child(odd) span{
    float: left;
}


.cotizacion-item table td span {
    display: block;
    width: 70px;
}

.cotizacion-item table td:nth-child(even) {
    font-weight: 300;
    padding: 0 4%;
    width: 20%;
}

.cotizacion-item table td:nth-child(even) span{
    float: right;
}

.cotizacion-item table td:nth-child(odd) {
    font-weight: 300;
    padding: 0 4%;
    width: 20%;
}

.cotizacion-item table td:nth-child(odd) span{
    float: left;
}

.cotizacion-item table td:first-child {
    font-weight: 300;
    padding: 10px 0;
    text-align: left;
    width: 20%;
}

.cotizacion-item table img {
    width: 40px !important;
    height: 40px;
    margin-right: 15px;
}

.moneda-title {
    display: flex;
    width: 100%;
    font-size: 1.5rem;
    font-weight: 500;
    color: #005ab0;
}

#cotizacion-efectivo {
    width: 40%;
}

#cotizacion-online {
    width: 40%;
}

@media (max-width: 576px) {
    #cotizacion-efectivo {
        padding-left: 35px;
    }
    
    #cotizacion-online {
        padding-left: 20px;
    }

    
    .moneda-title {
        font-size: 1rem;
    }
    .cotizacion-item table img {
        width: 30px !important;
        height: 30px;
        margin-right: 5px;
    }

    
    .cotizacion-item table th span {
        display: block;
        width: 50px;
    }
    
    .cotizacion-item table th:nth-child(even) {
        padding: 10px 0;
        width: 20%;
        padding: 0 0;
    }
    
    .cotizacion-item table th:nth-child(odd) {
        padding: 10px 0;
        width: 20%;
        padding: 0 0;
    }

    .cotizacion-item table td span {
        display: block;
        width: 50px;
    }
    
    .cotizacion-item table td:nth-child(even) {
        padding: 0 0;
        width: 20%;
    }
    
    .cotizacion-item table td:nth-child(odd) {
        padding: 0 0;
        width: 20%;
    }

    
    .cotizacion-item table td:first-child {
        padding: 10px 0;
        width: 20%;
    }

    .cotizacion-item table {
        width: 100%;
        font-size: 0.8rem;
    }
}

.position-inherit {
    position: inherit;
}

.cotizacion.owl-carousel .owl-dots {
    position: absolute;
    top: 0;
    width: 100%;
    display: flex;
    justify-content: center;
    margin: 0;
    padding: 0.5em 0;
    z-index: 10;
}

.owl-carousel .owl-dot {
    margin: 0 5px; /* Espaciado entre los dots */
}

.border-b-blue {
    border-bottom: 1px solid #bfdaf2;
}

.fw-300 {
    font-weight: 300;
}

.btn-search {
    color: #ffffff;
    padding: 0;
    /* margin-right: 7px; */
}

.btn-search:hover {
    color: #ffffffb2
}

.tp-leftarrow,
.tp-rightarrow {
    width: 30px;
    height: 30px;
    border: 2px solid #007bff;
    color: #007bff;
    border-radius: 50%;
    background-color: #ffffff41;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
}

.tp-leftarrow:hover,
.tp-rightarrow:hover {
    background-color: #007bff;
    color: ffffff;
}

.tparrows::before {
    color: #007bff
}

.tp-leftarrow:hover.tparrows::before {
    color: #ffffff;
}

.tp-rightarrow:hover.tparrows::before {
    color: #ffffff;
}

.categorias .owl-nav {
    position: absolute;
    top: 50%;
    width: 110%;
    display: flex;
    justify-content: space-between;
    margin-top: 0px;
    transform: translate(-50%, -50%);
    left: 50%;
}

.categorias .owl-stage-outer {
    z-index: 100;
}

.categorias .item {
    background-color: #fff !important;
    padding: 15px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border: 1px solid #bababa;
    cursor: pointer;
}

.categorias .owl-nav button {
    background: none;
    border: none;
    font-size: 24px;
    color: #333;
}

.item-categoria-filter.active {
    background-color: #005ab0 !important;
    color: #ffffff;
}

.language-selected,
.change-len {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
}

.language-selected img,
.change-len img {
    width: 20px;
    height: 20px;
}


#trabaja-en-pj {
    padding-left: 50px;
    padding-right: 50px;
}

@media (max-width: 576px) {
    #trabaja-en-pj {
        padding-left: 0px;
        padding-right: 0px;
    }
}

@media (max-width: 776px) {
    #trabaja-en-pj {
        padding-left: 15px;
        padding-right: 15px;
    }
}

.custom-card .card-title h1 {
    font-family: "Poppins", sans-serif;
    font-weight: 900;
    line-height: 1.1;
    letter-spacing: -0.06em;
    margin: 0 0 16px 0;
}

.custom-card .card-title strong,
.custom-card .card-title b {
    font-weight: 900;
}

@media (max-width: 768px) {
    .custom-card .card-title h1 {
        letter-spacing: -0.03em;
    }
}

@media (max-width: 576px) {
    .custom-card .card-title h1 {
        letter-spacing: -0.02em;
    }
}

/* ===== TITULOS ===== */
.web-block .block-title{
  font-weight: 800;
  font-size: clamp(28px, 3vw, 44px);
  line-height: 1.05;
  color:#1d2a62;
  margin-bottom: 10px;
}
.web-block .block-subtitle{
  font-weight: 600;
  color:#6c778c;
  margin-bottom: 0;
}
.block-title--white{ color:#fff; }
.block-subtitle--white{ color: rgba(255,255,255,.75); }

/* ===== PROPOSITO ===== */
.block-proposito{ background:#f6f2ea; }
.block-card{
  border-radius: 16px;
  border: 1px solid rgba(0,0,0,.06);
  box-shadow: 0 14px 30px rgba(0,0,0,.10);
  overflow: hidden;
  background:#fff;
}
.block-media-top{
  background:#d8dde4; /* placeholder gris como tu mock */
}
.block-media-placeholder{ height:190px; background:#d8dde4; }
.block-card-body{ padding: 18px 18px 20px; }
.block-card-title{
  font-weight: 800;
  font-size: 18px;
  color:#1d2a62;
  margin-bottom: 10px;
}
.block-card-text{
  color:#44506a;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.5;
}

/* ===== BENEFICIOS ===== */
.block-beneficios{
  background: transparent;
}
.block-beneficios .container{
  background: transparent;
}
.block-beneficios .block-inner-panel{
  border-radius: 40px;
  padding: 36px 28px;
}
.benef-card{
  border-radius: 18px;
  background:#fff;
  border: 1px solid rgba(0,0,0,.06);
  box-shadow: 0 10px 25px rgba(0,0,0,.08);
}
.benef-card-body{ padding: 18px 18px 22px; }
.benef-icon-pill{
  width: 54px;
  height: 32px;
  border-radius: 999px;
  background: linear-gradient(180deg, #0b1442, #1d2a62);
  display:flex;
  align-items:center;
  justify-content:center;
  margin-bottom: 14px;
}
.benef-icon{ color:#fff; font-size: 16px; }

.wb-media-wrap {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  max-width: 100%;
}

.wb-media-wrap img {
  display: block;
  padding: 0 !important;
}

.container-body.pb-type-cards .wb-card-text-body,
.slider-container.pb-type-cards .wb-card-text-body {
  padding-left: clamp(20px, 4vw, 64px);
  padding-right: clamp(20px, 4vw, 64px);
}

@media (max-width: 1024px) {
  .container-body.pb-type-cards .card-full,
  .container-body.pb-type-cards .card-sm,
  .slider-container.pb-type-cards .card-full,
  .slider-container.pb-type-cards .card-sm {
    position: relative;
    isolation: isolate;
  }

  .container-body.pb-type-cards .wb-media-col,
  .slider-container.pb-type-cards .wb-media-col {
    position: relative;
    z-index: 1;
  }

  .container-body.pb-type-cards .wb-text-col,
  .slider-container.pb-type-cards .wb-text-col {
    position: relative;
    z-index: 6;
  }

  .container-body.pb-type-cards .wb-text-col .wb-card-text-body,
  .slider-container.pb-type-cards .wb-text-col .wb-card-text-body {
    position: relative;
    z-index: 7;
  }
}

.wb-media-shape-circle {
  border-radius: 999px;
}

.wb-media-shape-rounded {
  border-radius: 20px;
}

.wb-media-shape-vector-curve {
  width: 300px;
  aspect-ratio: 759 / 783;
  clip-path: path('M170,0 H783 V580 C783,580 700,783 390,783 C80,783 0,550 0,390 C0,150 170,0 170,0 Z');
}


/* ===== REQUISITOS ===== */
.block-requisitos{
  background: linear-gradient(180deg, #0b1442, #1d2a62);
  position: relative;
  overflow: hidden;
}
.req-card{
  background:#fff;
  border-radius: 18px;
  border: 1px solid rgba(255,255,255,.12);
  box-shadow: 0 18px 40px rgba(0,0,0,.25);
  overflow:hidden;
  height: 100%;
}
.block-media-left{
  background:#e3e7ee;
}
.block-media-left-placeholder{
  background:#e3e7ee;
  color:#98a1b3;
  font-size: 34px;
}
.req-body{ padding: 18px 18px 18px; }

/* ===== FAQ ===== */
.block-faq{
  background: linear-gradient(180deg, #f3f6fb, #eef2f7);
}
.faq-item{ border-radius: 16px; }
.faq-btn{
  background:#fff;
  border: 1px solid rgba(0,0,0,.06);
  border-radius: 16px;
  padding: 16px 18px;
  box-shadow: 0 14px 30px rgba(0,0,0,.10);
  text-align:left;
}
.faq-plus-circle{
  width: 44px;
  height: 44px;
  border-radius: 999px;
  background:#f0742c;
  color:#fff;
  display: grid;
  place-items: center;
  padding: 0;
  flex: 0 0 44px;
  font-size: 0;
}

.faq-plus-circle::before{
  content:"+";
  font-size: 18px;
  font-weight: 900;
  line-height: 1;
  display: block;
  transform: translateY(2.5px);
}

.faq-ans{
  padding: 12px 18px 16px;
  color:#3e4a64;
  font-weight: 600;
}


@media (max-width: 767px){
  .block-beneficios .block-inner-panel{ border-radius: 26px; padding: 26px 16px; }
}

#header .container-header{
  max-width: 1424px;
  padding-left: 48px !important;
  padding-right: 44px !important;
  gap: 12px;

  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  height: 100%;
}


#header,
#header a,
#header span{
  font-family: "Poppins", sans-serif !important;
}

#nav-bar{
  display: flex;
  justify-content: center;
  min-width: 0;
  gap: 22px;
}

#nav-bar .navbar-ul{
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 22px;
  margin: 0;
  padding: 0;
}

#nav-bar .drop.px-3{
  padding-left: 0 !important;
  padding-right: 0 !important;
}

#header .dropdown span,
#header .dropdown span a{
  color: #fff;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 0.2px;
}

#web-banking{
    margin-left: 10px;
    justify-self: end;
}

body.home-header-overlay #header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1100;
  background: rgba(8, 10, 79, 0.88) !important;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}

.web-banking{
  width: auto !important;
  height: 48px;
  padding: 12px 22px;
  border-radius: 999px;
  font-family: "Poppins", sans-serif !important;
  font-weight: 500;
  white-space: nowrap;
}


.footer-bottom-bar,
.footer-bottom-bar .footer-bottom-link,
.footer-bottom-bar .footer-onnix{
    font-family: Poppins, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 18px;
    line-height: 160%;
    letter-spacing: 0%;
}

.footer-bottom-bar .footer-bottom-link,
.footer-bottom-bar .footer-onnix{
    color: var(--white, #FFFFFF);
    text-decoration: none;
    white-space: nowrap;
    opacity: 1;
}

.footer-bottom-bar .footer-bottom-link:hover,
.footer-bottom-bar .footer-onnix:hover{
    text-decoration: underline;
}
.footer-bottom-bar > .d-flex{
    width: 100%;
}

.footer-bottom-bar .footer-bottom-right{
    width: 628px;
    height: 101px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 24px;

    padding: 0 16px;
    box-sizing: border-box;
}

.footer-bottom-inner{
    max-width: 1440px;
    height: 101px;
    padding-left: 80px;
    padding-right: 80px;
    margin-left: auto;
    margin-right: auto;
    box-sizing: border-box;
    display: flex;
    align-items: center;
}

.content-footer.bg-footer{
    padding-left: 0;
    padding-right: 0;
}

.pre-footer-social-text{
    font-size: 18px;
    color: #0F172A;
    font-family: "Poppins", sans-serif !important;
}

.pre-footer-social-icon{
    width: 33.6px;
    height: 33.6px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #E95C28;
    color: #FFFFFF;
    text-decoration: none;
}

.pre-footer-social-icon i{
    font-size: 20px;
    line-height: 1;
}

@media (max-width: 768px){
    .footer-bottom-bar .footer-bottom-right{
        width: 100%;
        height: auto;
        justify-content: flex-start;
        padding: 12px 0;
        border: 0;
    }
}
@media (max-width: 768px){
    .footer-bottom-inner{
        height: auto;
        padding-left: 24px;
        padding-right: 24px;
        align-items: flex-start;
    }
}

/* =========================
   Formularios main block
   ========================= */
.main-formulario {
    width: 100%;
    padding: 72px 0;
    min-height: clamp(620px, 72vh, 900px);
    display: flex;
    align-items: center;
}

.main-formulario .formulario-panel {
    background: transparent;
    border-radius: 14px;
    padding: 36px 56px 44px;
}

.main-formulario .formulario-title,
.main-formulario .formulario-title * {
    color: var(--brand-blue, #24337c);
    font-weight: 800;
    line-height: 1.1;
}

.main-formulario .formulario-desc,
.main-formulario .formulario-desc * {
    color: #1f2a37;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 1.6;
}

.main-formulario .formulario-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px 28px;
}

.main-formulario .col-span-2 {
    grid-column: span 2;
}

.main-formulario .formulario-field label {
    display: block;
    margin-bottom: 8px;
    color: #2a2a2a;
    font-family: Poppins, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 20px;
    line-height: 180%;
    letter-spacing: 0;
    vertical-align: middle;
}

.main-formulario .form-control {
    border-radius: 18px;
    border: 1px solid #d8dde3;
    min-height: 56px;
    box-shadow: none;
    font-family: "Poppins", sans-serif;
    font-size: 20px;
    line-height: 1.2;
    color: #2f2f2f;
}

.main-formulario textarea.form-control {
    min-height: 120px;
    border-radius: 16px;
}

.main-formulario .form-control::placeholder {
    color: #a8a8a8;
}

.main-formulario .formulario-actions {
    margin-top: 18px;
}

@media (max-width: 991.98px) {
    .main-formulario {
        padding: 42px 0;
        min-height: auto;
    }

    .main-formulario .formulario-panel {
        padding: 28px 22px 32px;
    }

    .main-formulario .formulario-grid {
        grid-template-columns: 1fr;
        gap: 14px;
    }

    .main-formulario .col-span-2 {
        grid-column: span 1;
    }

    .main-formulario .formulario-field label {
        font-size: 16px;
        line-height: 1.5;
    }

    .main-formulario .form-control {
        min-height: 48px;
        font-size: 16px;
    }
}

@media (min-width: 769px) and (max-width: 1024px) {
    #header,
    body.home-header-overlay #header {
        background: linear-gradient(90deg, rgba(8, 10, 79, 0.94) 0%, rgba(41, 51, 124, 0.94) 100%) !important;
        backdrop-filter: blur(8px);
        -webkit-backdrop-filter: blur(8px);
        border: 1px solid rgba(255, 255, 255, 0.16);
        border-radius: 24px;
        box-shadow: 0 14px 30px rgba(5, 13, 54, 0.28);
        margin: 14px 18px 0 !important;
        left: 0;
        right: 0;
        width: auto;
        z-index: 1100;
    }

    #header .container-header {
        max-width: 100%;
        padding-left: 18px !important;
        padding-right: 18px !important;
        grid-template-columns: auto 1fr;
    }

    #header .container-header > .d-flex.align-items-center.h-100 {
        width: 100%;
        justify-content: flex-start !important;
        gap: 12px;
    }

    #header .container-header > .d-flex.align-items-center.h-100 > a {
        margin-left: 0;
        display: inline-flex;
        align-items: center;
    }

    #nav-bar {
        display: none !important;
    }

    #view-menu {
        display: flex !important;
    }

    #view-menu .btn,
    #view-menu svg {
        color: #ffffff !important;
        width: 28px;
        height: 28px;
    }

    #header .logo {
        display: block;
        max-height: 36px;
        margin-right: 0;
    }

    #header .logo-mobile {
        display: none !important;
    }

    body.home-header-overlay .container-content {
        padding-top: 90px;
    }

    .container-body {
        padding-left: 26px;
        padding-right: 26px;
    }

    .container-body.pb-type-cards .wb-card-text-body,
    .slider-container.pb-type-cards .wb-card-text-body {
        padding-left: 28px;
        padding-right: 28px;
    }

    h1 {
        font-size: clamp(2.45rem, 5vw, 3.5rem);
        line-height: 1.06;
    }

    #menu {
        --menu-right-air: clamp(64px, 13vw, 130px);
    }

    #menu .menu-modal-surface {
        padding: 30px 26px 22px;
        max-width: 420px;
    }

    #menu .menu-modal-head .logo {
        max-height: 34px;
    }

    #menu .menu-modal-content .modal-nav-li .nav-link,
    #menu .menu-modal-content .modal-nav-li .nav-link > a {
        font-size: 1.14rem;
    }
}

@media (max-width: 768px) {
    #header,
    body.home-header-overlay #header {
        background: rgba(255, 255, 255, 0.82) !important;
        backdrop-filter: blur(10px);
        -webkit-backdrop-filter: blur(10px);
        border: 1px solid rgba(255, 255, 255, 0.55);
        box-shadow: 0 10px 24px rgba(11, 20, 66, 0.08);
        z-index: 1100;
    }

    #header .container-header {
        background: transparent !important;
    }

    #header .container-header > .d-flex.align-items-center.h-100 {
        width: 100%;
        justify-content: space-between !important;
    }

    #header .container-header > .d-flex.align-items-center.h-100 > a {
        margin-left: auto;
        display: inline-flex;
        align-items: center;
    }

    #header .logo {
        display: none;
    }

    #header .logo-mobile {
        display: block;
        max-height: 38px;
        margin-right: 0;
    }

    #view-menu .btn,
    #view-menu svg {
        color: #111827 !important;
    }

    .container-body.pb-type-cards .wb-card-text-body,
    .slider-container.pb-type-cards .wb-card-text-body {
        padding-left: 20px;
        padding-right: 20px;
    }

    .container-body.pb-type-cards .card-sm,
    .slider-container.pb-type-cards .card-sm {
        margin-bottom: 0 !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    .container-body.pb-type-cards .card-sm > [class*="col-"],
    .slider-container.pb-type-cards .card-sm > [class*="col-"] {
        margin-bottom: 0 !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .container-body[class*="pb-type-"]:not(.pb-type-cards):not(.pb-type-block):not(.pb-type-formulario),
    .slider-container[class*="pb-type-"]:not(.pb-type-cards):not(.pb-type-block):not(.pb-type-formulario) {
        display: none !important;
    }

    .pb-type-block .web-block:not(.block-slug-requisitos):not(.block-requisitos) {
        display: none !important;
    }

    .content-footer.bg-footer {
        display: none !important;
    }

    .block-requisitos {
        padding-top: 40px !important;
        padding-bottom: 40px !important;
    }

    .block-requisitos .container {
        padding-left: 18px;
        padding-right: 18px;
    }

    .block-requisitos .block-title {
        font-size: 58px;
        line-height: 1.04;
        text-align: center;
        margin-bottom: 12px;
    }

    .block-requisitos .block-subtitle {
        font-size: 18px;
        line-height: 1.6;
        text-align: center;
        max-width: 100%;
        margin: 0 auto;
    }

    .block-requisitos .row.mt-4 {
        margin-top: 22px !important;
        row-gap: 18px;
    }

    .block-requisitos .req-card {
        border-radius: 10px;
        box-shadow: 0 12px 24px rgba(0, 0, 0, 0.22);
    }

    .block-requisitos .req-card > .d-flex {
        align-items: stretch;
        min-height: 128px;
    }

    .block-requisitos .block-media-left {
        width: 120px !important;
        flex: 0 0 120px !important;
        min-height: 128px;
    }

    .block-requisitos .block-media-left-placeholder {
        font-size: 44px;
    }

    .block-requisitos .req-body {
        padding: 14px 16px 14px;
    }

    .block-requisitos .req-body .h5,
    .block-requisitos .req-body .block-card-title {
        font-size: 22px;
        line-height: 1.2;
        margin-bottom: 10px;
    }

    .block-requisitos .req-body .text-muted,
    .block-requisitos .req-body .block-card-text {
        font-size: 16px;
        line-height: 1.5;
    }
}

