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



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: 4em;
}

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;
}

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

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

.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: 85%;
    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;
}

.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: 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: 40px;
    }

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

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

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

    h1 {
        font-size: 2.6em;
    }
}

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

@media (max-width: 576px) {
    .card-sm {
        margin-left: 0 !important;
        margin-right: 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;
    }
}

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

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

    .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);
}

/*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-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;
}

.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;
}

.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) {
    .calculator-option {
        width: 100%;
    }
}

.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:#ffffff;
}
.block-beneficios .container{
  background:#f3f3f3;
  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; }


/* ===== 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 .container{ border-radius: 26px; padding: 26px 16px; }
}

#header .container-header{
  max-width: 1424px;
  padding-left: 28px !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;
}

.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 (max-width: 768px) {
    #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);
    }

    #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[class*="pb-type-"]:not(.pb-type-cards):not(.pb-type-block),
    .slider-container[class*="pb-type-"]:not(.pb-type-cards):not(.pb-type-block) {
        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;
    }
}

