    .ahorros {
        height: 1200px;
        background: var(--color-blanco);
        background-size: cover;
        position: relative;
        overflow: hidden;
        padding-top: 10px;
        border-radius: 0 0 25px 25px;

    }

    /* Contenedor de Ahorros */
    .ctn_aho {
        display: flex;
        flex-direction: row;
        height: 70%;
        justify-content: center;
        align-items: center;
    }

    /* Contenedor de Eslogan y tarjetas */
    .ctn_esl {
        display: flex;
        flex-direction: column;
        width: 35%;
    }

    /* Contenedor de Eslogan */
    .ctn_esl_ctn {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        height: 80%;
    }

    /* Letras Eslogan */
    .esl_ctn {
        font-family: var(--fuente-poppins);
        font-size: 120px;
        font-weight: 900;
        -webkit-text-stroke: 3px var(--color-primario);
        color: var(--color-primario);
        margin: 0;
        line-height: 1;
        font-style: italic;
    }

    /* Contenedor de Descripción de Eslogan */
    .ctn_esl_inf {
        display: flex;
        flex-direction: column;
        height: 20%;
        align-items: center;
    }

    /* Letras Descripcion Eslogan */
    .esl_inf {
        font-family: var(--fuente-poppins);
        font-size: 45px;
        font-weight: 600;
        color: var(--color-terceiario);
        margin: 0;
        line-height: 1;
    }

    /* Contenedor de Tarjetas de Ahorro */
    .ctn_inf {
        display: flex;
        flex-direction: column;
        overflow: hidden;
        height: auto;
        width: 70%;
        height: 100%;
    }

    /* Contenedor de Cinta Planifica tus Ahorros */
    .pln_aho {
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        height: 20%;
    }

    /* Cinta Planifica tus Ahorros */
    .cnt_aho {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        height: 40%;
        width: 90%;
        background-color: var(--color-blanco);
        border-radius: 15px;
        box-shadow: rgba(0, 0, 0, 0.1) 5px 5px 20px 20px;
    }

    /* Eslogan de Cinta */
    .cnt_aho_esl {
        display: flex;
        width: 50%;
        height: 100%;
        justify-content: center;
        align-items: center;
    }

    /* Texto de la Cinta */
    .cnt_aho_esl p {
        display: flex;
        justify-content: center;
        align-items: center;
        color: var(--color-primario);
        font-size: 50px;
        font-weight: 600;
        font-family: var(--fuente-poppins);
        font-style: italic;
    }

    /* Boton de Cinta */
    .cnt_aho_btn {
        display: flex;
        width: 50%;
        height: 100%;
        justify-content: flex-end;
        padding-right: 90px;
        align-items: center;

    }

    /* Boton de la Cinta */
    .cnt_aho_btn a {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 190px;
        height: 70%;
        text-decoration: none;
        color: var(--color-blanco);
        font-family: var(--fuente-poppins);
        font-style: italic;
        font-size: 30px;
        font-weight: 600;
        background-color: var(--color-primario);
        border-radius: 25px;
    }

    /* Boton al Presionarse o pasar el mouse por encima */
    .cnt_aho_btn a:hover {
        background-color: var(--color-terceiario);
        color: var(--color-blanco);
    }

    @media (max-width: 335px) {
        .ahorros {
            height: 630px;
            border-radius: 0 0 25px 25px;
        }

        /* Contenedor de Ahorros */
        .ctn_aho {
            flex-direction: column;
            height: 85%;
            width: 100%;
        }

        /* Contenedor de Eslogan y tarjetas */
        .ctn_esl {
            width: 100%;
            height: 40%;
        }

        /* Contenedor de Eslogan */
        .ctn_esl_ctn {
            height: 60%;
        }

        /* Letras Eslogan */
        .esl_ctn {
            font-size: 50px;
            -webkit-text-stroke: 1px var(--color-blanco);
        }

        /* Contenedor de Descripción de Eslogan */
        .ctn_esl_inf {
            height: 40%;
        }

        /* Letras Descripcion Eslogan */
        .esl_inf {
            font-size: 25px;
        }

        /* Contenedor de Tarjetas de Ahorro */
        .ctn_inf {
            width: 100%;
            height: 60%;
        }

        /* Contenedor de Tarjetas */
        .crd_inf_container {
            height: 95%;
        }

        /* Contenedor del Carrusel */
        .carousel {
            height: 90%;
            padding-top: 5px;
        }

        /* Contenido de la Tarjeta */
        .card-inner {
            width: 125px;
            padding: 5px;
        }

        /* Efecto Enfoque en Tarjeta */
        .card.focused .card-inner {
            transform: scale(1);
        }

        /* Contenedor de Cinta Planifica tus Ahorros */
        .pln_aho {
            height: 15%;
        }

        /* Cinta Planifica tus Ahorros */
        .cnt_aho {
            height: 60%;
        }

        /* Eslogan de Cinta */
        .cnt_aho_esl {
            width: 50%;
            height: 100%;
        }

        /* Texto de la Cinta */
        .cnt_aho_esl p {
            font-size: 20px;
            font-weight: 600;
        }

        /* Boton de Cinta */
        .cnt_aho_btn {
            padding-right: 5px;
            background: url('') no-repeat right;
        }

        /* Boton de la Cinta */
        .cnt_aho_btn a {
            font-size: 25px;
        }
    }

    @media (max-width: 361px) and (min-width: 336px) {
        .ahorros {
            height: 630px;
            border-radius: 0 0 25px 25px;
        }

        /* Contenedor de Ahorros */
        .ctn_aho {
            flex-direction: column;
            height: 85%;
            width: 100%;
        }

        /* Contenedor de Eslogan y tarjetas */
        .ctn_esl {
            width: 100%;
            height: 40%;
        }

        /* Contenedor de Eslogan */
        .ctn_esl_ctn {
            height: 60%;
        }

        /* Letras Eslogan */
        .esl_ctn {
            font-size: 50px;
            -webkit-text-stroke: 1px var(--color-blanco);
        }

        /* Contenedor de Descripción de Eslogan */
        .ctn_esl_inf {
            height: 40%;
        }

        /* Letras Descripcion Eslogan */
        .esl_inf {
            font-size: 25px;
        }

        /* Contenedor de Tarjetas de Ahorro */
        .ctn_inf {
            width: 100%;
            height: 60%;
        }

        /* Contenedor de Tarjetas */
        .crd_inf_container {
            height: 95%;
        }

        /* Contenedor del Carrusel */
        .carousel {
            height: 90%;
            padding-top: 5px;
        }

        /* Contenido de la Tarjeta */
        .card-inner {
            width: 125px;
            padding: 5px;
        }

        /* Efecto Enfoque en Tarjeta */
        .card.focused .card-inner {
            transform: scale(1);
        }

        /* Contenedor de Cinta Planifica tus Ahorros */
        .pln_aho {
            height: 15%;
        }

        /* Cinta Planifica tus Ahorros */
        .cnt_aho {
            height: 60%;
        }

        /* Eslogan de Cinta */
        .cnt_aho_esl {
            width: 50%;
            height: 100%;
        }

        /* Texto de la Cinta */
        .cnt_aho_esl p {
            font-size: 20px;
            font-weight: 600;
        }

        /* Boton de Cinta */
        .cnt_aho_btn {
            padding-right: 5px;
            background: url('') no-repeat right;
        }

        /* Boton de la Cinta */
        .cnt_aho_btn a {
            font-size: 25px;
        }
    }

    @media (max-width: 481px) and (min-width: 361px) {
        .ahorros {
            height: 630px;
            border-radius: 0 0 25px 25px;
        }

        /* Contenedor de Ahorros */
        .ctn_aho {
            flex-direction: column;
            height: 85%;
            width: 100%;
        }

        /* Contenedor de Eslogan y tarjetas */
        .ctn_esl {
            width: 100%;
            height: 40%;
        }

        /* Contenedor de Eslogan */
        .ctn_esl_ctn {
            height: 60%;
        }

        /* Letras Eslogan */
        .esl_ctn {
            font-size: 50px;
            -webkit-text-stroke: 1px var(--color-blanco);
        }

        /* Contenedor de Descripción de Eslogan */
        .ctn_esl_inf {
            height: 40%;
        }

        /* Letras Descripcion Eslogan */
        .esl_inf {
            font-size: 25px;
        }

        /* Contenedor de Tarjetas de Ahorro */
        .ctn_inf {
            width: 100%;
            height: 60%;
        }

        /* Contenedor de Tarjetas */
        .crd_inf_container {
            height: 95%;
        }

        /* Contenedor del Carrusel */
        .carousel {
            height: 90%;
            padding-top: 5px;
        }

        /* Contenido de la Tarjeta */
        .card-inner {
            width: 125px;
            padding: 5px;
        }

        /* Efecto Enfoque en Tarjeta */
        .card.focused .card-inner {
            transform: scale(1);
        }

        /* Contenedor de Cinta Planifica tus Ahorros */
        .pln_aho {
            height: 15%;
        }

        /* Cinta Planifica tus Ahorros */
        .cnt_aho {
            height: 60%;
        }

        /* Eslogan de Cinta */
        .cnt_aho_esl {
            width: 50%;
            height: 100%;
        }

        /* Texto de la Cinta */
        .cnt_aho_esl p {
            font-size: 20px;
            font-weight: 600;
        }

        /* Boton de Cinta */
        .cnt_aho_btn {
            padding-right: 5px;
            background: url('') no-repeat right;
        }

        /* Boton de la Cinta */
        .cnt_aho_btn a {
            font-size: 25px;
        }
    }

    @media (max-width: 701px) and (min-width: 481px) {
        .ahorros {
            height: 900px;
        }

        /* Contenedor de Ahorros */
        .ctn_aho {
            flex-direction: column;
            height: 85%;
            width: 100%;
        }

        /* Contenedor de Eslogan y tarjetas */
        .ctn_esl {
            width: 100%;
            height: 40%;
        }

        /* Contenedor de Eslogan */
        .ctn_esl_ctn {
            height: 60%;
        }

        /* Letras Eslogan */
        .esl_ctn {
            font-size: 80px;
            -webkit-text-stroke: 1px var(--color-blanco);
        }

        /* Contenedor de Descripción de Eslogan */
        .ctn_esl_inf {
            height: 40%;
        }

        /* Letras Descripcion Eslogan */
        .esl_inf {
            font-size: 35px;
        }

        /* Contenedor de Tarjetas de Ahorro */
        .ctn_inf {
            width: 100%;
            height: 60%;
        }

        /* Contenedor de Tarjetas */
        .crd_inf_container {
            height: 95%;
        }

        /* Contenedor del Carrusel */
        .carousel {
            height: 100%;
            padding-top: 15px;
        }

        /* Contenido de la Tarjeta */
        .card-inner {
            height: 90%;
            width: 180px;
            padding: 5px;
        }

        /* Efecto Enfoque en Tarjeta */
        .card.focused .card-inner {
            transform: scale(1.1);
        }

        /* Contenedor de Cinta Planifica tus Ahorros */
        .pln_aho {
            height: 15%;
        }

        /* Cinta Planifica tus Ahorros */
        .cnt_aho {
            height: 60%;
        }

        /* Eslogan de Cinta */
        .cnt_aho_esl {
            width: 50%;
            height: 100%;
        }

        /* Texto de la Cinta */
        .cnt_aho_esl p {
            font-size: 30px;
            font-weight: 600;
        }

        /* Boton de Cinta */
        .cnt_aho_btn {
            padding-right: 5px;
            background: url('') no-repeat right;
        }

        /* Boton de la Cinta */
        .cnt_aho_btn a {
            font-size: 35px;
        }
    }

    @media (max-width: 1100px) and (min-width: 701px) {
        .ahorros {
            height: 900px;
        }

        /* Contenedor de Ahorros */
        .ctn_aho {
            flex-direction: column;
            height: 85%;
            width: 100%;
        }

        /* Contenedor de Eslogan y tarjetas */
        .ctn_esl {
            width: 100%;
            height: 40%;
        }

        /* Contenedor de Eslogan */
        .ctn_esl_ctn {
            height: 60%;
        }

        /* Letras Eslogan */
        .esl_ctn {
            font-size: 90px;
            -webkit-text-stroke: 1px var(--color-blanco);
        }

        /* Contenedor de Descripción de Eslogan */
        .ctn_esl_inf {
            height: 40%;
        }

        /* Letras Descripcion Eslogan */
        .esl_inf {
            font-size: 50px;
        }

        /* Contenedor de Tarjetas de Ahorro */
        .ctn_inf {
            width: 100%;
            height: 60%;
        }

        /* Contenedor de Tarjetas */
        .crd_inf_container {
            height: 95%;
        }

        /* Contenedor del Carrusel */
        .carousel {
            height: 100%;
            padding-top: 15px;
        }

        /* Contenido de la Tarjeta */
        .card-inner {
            height: 90%;
            width: 250px;
            padding: 5px;
        }

        /* Contenedor de Cinta Planifica tus Ahorros */
        .pln_aho {
            height: 15%;
        }

        /* Cinta Planifica tus Ahorros */
        .cnt_aho {
            height: 60%;
        }

        /* Eslogan de Cinta */
        .cnt_aho_esl {
            width: 50%;
            height: 100%;
        }

        /* Texto de la Cinta */
        .cnt_aho_esl p {
            font-size: 35px;
            font-weight: 600;
        }

        /* Boton de Cinta */
        .cnt_aho_btn {
            padding-right: 5px;
            background: url('') no-repeat right;
        }

        /* Boton de la Cinta */
        .cnt_aho_btn a {
            font-size: 38px;
        }
    }

    @media (max-width: 1200px) and (min-width: 1100px) {
        .ahorros {
            height: 900px;
        }

        /* Contenedor de Eslogan */
        .ctn_esl_ctn {
            height: 50%;
        }

        /* Letras Eslogan */
        .esl_ctn {
            font-size: 90px;
        }

        /* Contenedor de Descripción de Eslogan */
        .ctn_esl_inf {
            height: 50%;
        }

        /* Letras Descripcion Eslogan */
        .esl_inf {
            font-size: 30px;
        }

        /* Texto de la Cinta */
        .cnt_aho_esl p {
            font-size: 40px;
        }

        /* Boton de Cinta */
        .cnt_aho_btn {
            padding-right: 20px;

        }
    }

    @media (max-width: 1600px) and (min-width: 1300px) {
        .ahorros {
            height: 1000px;
        }

        /* Contenedor de Eslogan */
        .ctn_esl_ctn {
            height: 50%;
        }

        /* Letras Eslogan */
        .esl_ctn {
            font-size: 90px;
        }

        /* Contenedor de Descripción de Eslogan */
        .ctn_esl_inf {
            height: 50%;
        }

        /* Letras Descripcion Eslogan */
        .esl_inf {
            font-size: 30px;
        }

        /* Texto de la Cinta */
        .cnt_aho_esl p {
            font-size: 40px;
        }

        /* Boton de Cinta */
        .cnt_aho_btn {
            padding-right: 20px;

        }
    }

    @media (max-width: 2000px) and (min-width: 1600px) {
        .ahorros {
            height: 1000px;
        }

        /* Contenedor de Eslogan */
        .ctn_esl_ctn {
            height: 50%;
        }

        /* Letras Eslogan */
        .esl_ctn {
            font-size: 120px;
        }

        /* Contenedor de Descripción de Eslogan */
        .ctn_esl_inf {
            height: 50%;
        }

        /* Letras Descripcion Eslogan */
        .esl_inf {
            font-size: 45px;
        }

        /* Texto de la Cinta */
        .cnt_aho_esl p {
            font-size: 50px;
        }

        /* Boton de Cinta */
        .cnt_aho_btn {
            padding-right: 30px;
        }
    }

    @media (max-width: 2800px) and (min-width: 2000px) {
        .ahorros {
            height: 1200px;
        }

        /* Contenedor de Eslogan */
        .ctn_esl_ctn {
            height: 50%;
        }

        /* Letras Eslogan */
        .esl_ctn {
            font-size: 140px;
        }

        /* Contenedor de Descripción de Eslogan */
        .ctn_esl_inf {
            height: 50%;
        }

        /* Letras Descripcion Eslogan */
        .esl_inf {
            font-size: 60px;
        }

        /* Texto de la Cinta */
        .cnt_aho_esl p {
            font-size: 80px;
        }

        /* Boton de Cinta */
        .cnt_aho_btn {
            padding-right: 50px;
        }

        /* Boton de la Cinta */
        .cnt_aho_btn a {
            width: 300px;
            height: 75%;
            font-size: 45px;
        }
    }

    /* CAROUSEL */

    .carousel-container {
        width: 100%;
        height: 100%;
        position: relative;
        perspective: 1000px;
        margin-top: 80px;
    }

    .carousel-track {
        width: 100%;
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        position: relative;
        transform-style: preserve-3d;
        transition: transform 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    }

    .card {
        position: absolute;
        width: 280px;
        height: 450px;
        background: white;
        border-radius: 20px;
        overflow: hidden;
        box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
        transition: all 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
        cursor: pointer;
        display: flex;
        flex-direction: column;
        align-items: center;
        border: 3px solid #03B6FF;
    }

    .card-img-top {
        width: 100%;
        height: 30%;
        object-fit: cover;
        transition: all 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    }

    .card-img-logo {
        width: auto;
        height: 70px;
        padding-top: 10px;
        object-fit: cover;
        transition: all 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    }

    .card-title {
        font-size: 20px;
        font-weight: 600;
        font-family: var(--fuente-poppins);
        color: #002353;
        text-align: center;
        width: 90%;
    }

    .card-description {
        font-size: 14px;
        font-weight: 600;
        font-family: var(--fuente-poppins);
        color: gray;
        text-align: center;
        width: 90%;
        padding-bottom: 10px;
    }

    .card-button {
        margin-top: auto;
        margin-bottom: 20px;
        padding: 10px 20px;
        background-color: #002353;
        color: white;
        border: none;
        cursor: pointer;
        text-decoration: none;
        border-radius: 20px;
        font-size: 16px;
        font-weight: 600;
        font-family: var(--fuente-poppins);
        width: 80%;
        text-align: center;
        transition: background-color 0.3s ease;
    }

    .card-button:hover {
        background-color: #03B6FF;
    }

    .card.center {
        z-index: 10;
        transform: scale(1.1) translateZ(0);
    }

    .card.center img {
        filter: none;
    }

    .card.left-2 {
        z-index: 1;
        transform: translateX(-400px) scale(0.8) translateZ(-300px);
        opacity: 0.7;
    }

    .card.left-1 {
        z-index: 5;
        transform: translateX(-200px) scale(0.9) translateZ(-100px);
        opacity: 0.9;
    }

    .card.right-1 {
        z-index: 5;
        transform: translateX(200px) scale(0.9) translateZ(-100px);
        opacity: 0.9;
    }

    .card.right-2 {
        z-index: 1;
        transform: translateX(400px) scale(0.8) translateZ(-300px);
        opacity: 0.7;
    }

    .card.hidden {
        opacity: 0;
        pointer-events: none;
    }

    .dots {
        display: flex;
        justify-content: center;
        width: 100%;
        gap: 10px;
        margin-top: 0px;
    }

    .dot {
        width: 12px;
        height: 12px;
        border-radius: 50%;
        background: rgba(8, 42, 123, 0.2);
        cursor: pointer;
        transition: all 0.3s ease;
    }

    .dot.active {
        background: rgb(8, 42, 123);
        transform: scale(1.2);
    }

    .nav-arrow {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        background: rgba(8, 42, 123, 0.6);
        color: white;
        width: 40px;
        height: 40px;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        z-index: 20;
        transition: all 0.3s ease;
        font-size: 1.5rem;
        border: none;
        outline: none;
        padding-bottom: 4px;
    }

    .nav-arrow:hover {
        background: rgba(0, 0, 0, 0.8);
        transform: translateY(-50%) scale(1.1);
    }

    .nav-arrow.left {
        left: 20px;
        padding-right: 3px;
    }

    .nav-arrow.right {
        right: 20px;
        padding-left: 3px;
    }

    @media (max-width: 768px) {
        .card {
            width: 200px;
            height: 280px;
        }

        .card.left-2 {
            transform: translateX(-250px) scale(0.8) translateZ(-300px);
        }

        .card.left-1 {
            transform: translateX(-120px) scale(0.9) translateZ(-100px);
        }

        .card.right-1 {
            transform: translateX(120px) scale(0.9) translateZ(-100px);
        }

        .card.right-2 {
            transform: translateX(250px) scale(0.8) translateZ(-300px);
        }

        .member-name {
            font-size: 2rem;
        }

        .member-role {
            font-size: 1.2rem;
        }

        .member-name::before,
        .member-name::after {
            width: 50px;
        }

        .member-name::before {
            left: -70px;
        }

        .member-name::after {
            right: -70px;
        }
    }