/* Section de Prestamos */
.prestamos {
    height: 1500px;
    background: linear-gradient(352deg, rgba(0, 52, 140, 1) 29%, rgba(0, 35, 83, 1) 71%);
    background-size: cover;
    border-radius: 0 0 30px 30px;
    display: flex;
    flex-direction: column;
    padding: 30px;
    box-sizing: border-box;
}

/* Contenedor para Prestamos */
.prestamos_body {
    display: flex;
    flex-direction: column;
    height: 100%;
    background: url('/assets/img/inicio/isotipo_coopach.svg') no-repeat center center;
}

/* Contenedor para el Eslogan y promocion de Prestamos */
.prestamos_promocion {
    display: flex;
    height: 40%;
    flex-direction: row;
}

/* Contenedor Imagen de la Promocion */
.img_promo {
    display: flex;
    width: 30%;
    justify-content: center;
    align-items: center;
    padding-bottom: 10px;
}

/* Contenedor de texto y boton de la promocion */
.txt_btn {
    display: flex;
    width: 70%;
    flex-direction: row;
}

/* Contenedor Texto de la promocion */
.texto_promocion {
    width: 60%;
    display: flex;
    flex-direction: column;
}

/* Contenedor del Boton de la promocion */
.buttom_promo {
    width: 40%;
    display: flex;
    align-items: flex-end;
    padding-bottom: 3%;
}

/* Imagen de la Promocion */
.img_promo img {
    width: 100%;
}

/* Titulo de la promocion */
.titulo_promo {
    display: flex;
    flex-direction: column;
    line-height: 1;
    gap: 0;
}

/* Detalle de la promocion */
.detalle_promo {
    display: flex;
    flex-direction: column;
    padding: 20px 0;
}

/* h2 el titulo de la promocion */
.p_ce {
    font-size: 80px;
    font-family: var(--fuente-montserrat);
    color: var(--color-terceiario);
    -webkit-text-stroke: 2px var(--color-terceiario);
    font-weight: 900;
    margin: 0;
    line-height: 1;
}

/* p del titutulo de la promocion */
.p_bl {
    font-size: 50px;
    font-family: var(--fuente-montserrat);
    color: var(--color-blanco);
    -webkit-text-stroke: 1px var(--color-blanco);
    font-weight: 900;
    margin: 0;
    line-height: 1;
}

/* p del detalle de la promocion */
.t_bl {
    font-size: 25px;
    font-family: var(--fuente-montserrat);
    color: var(--color-blanco);
    margin: 0;
    line-height: 1;
}

/* boton de la promocion */
.btn_promo {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: var(--color-terceiario);
    width: 80%;
    height: 40px;
    border-radius: 30px;
    border: none;
    cursor: pointer;
    transition: background-color 0.3s ease, transform 0.2s ease;
    font-family: var(--fuente-montserrat);
    color: var(--color-blanco);
    font-size: 20px;
    font-weight: 900;
    text-decoration: none;
}

/* efecto del boton de la promocion */
.btn_promo:hover {
    background-color: var(--color-amarillo);
    transform: scale(1.03);
}

/* Contenedor para informacion de Prestamos */
.prestamos_info {
    display: flex;
    flex-direction: row;
    margin-top: 10px;
    border: 1px solid var(--color-blanco);
    border-radius: 20px;
    height: 60%;
    padding: 30px 30px 30px 30px;
    justify-content: center;
}

/* Contenedor para el texto de prestamos */
.content_pr_inf {
    display: flex;
    flex-direction: column;
    width: 50%;
    gap: 40px;
}

/* Contenedor para la imagen de prestamos */
.content_pr_img {
    display: flex;
    width: 50%;
    justify-content: flex-end;
    align-items: center;
    padding: 0;
}

/* Contenedor para botones de opciones de prestamos */
.tp_crd {
    display: flex;
    flex-direction: row;
    width: 100%;
    justify-content: space-between;
    gap: 10px;
}

/* Contenedor unico para boton de Prestamos */
.inf_opc {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 30%;
    text-align: center;
}

/* Boton sin seleccionar */
.btn_inf_opc {
    background-color: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border-radius: 10px;
    border: none;
    width: 170px;
    height: 130px;
    box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.15);
}

/* Boton cuando esta el mouse encima */
.btn_inf_opc:hover {
    cursor: pointer;
}

/* Boton seleccionado */
.btn_inf_opc_enf {
    background-color: #ffffff00;
    border-radius: 10px;
    border: 1px solid var(--color-blanco);
    height: 130px;
    width: 170px;
    box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.15);
}

/* Img de la opcion de prestamos */
.img_inf_opc {
    height: 60px;
}

/* h2 de opciones de prestamos  */
.h2_inf_opc {
    font-family: var(--fuente-montserrat);
    color: var(--color-blanco);
    font-size: 20px;
    font-weight: 900;
    margin: 0;
    line-height: 1;
}

/* p de opciones de prestamos */
.p_inf_opc {
    font-family: var(--fuente-montserrat);
    color: var(--color-terceiario);
    font-size: 20px;
    font-weight: 900;
    margin: 0;
    line-height: 1;
}

/* Contenedor para la tarjeta de detalles de prestamos */
.inf_cdr_tp {
    display: flex;
    flex-direction: row;
    width: 100%;
    justify-content: center;
    align-items: center;
    margin-top: 10px;

}

/* Contenedor para ingormacion detallada de prestamos */
.inf_cdr_tp_1 {
    display: flex;
    flex-direction: column;
    width: 70%;
}

/* Contenedor para tipos de garantias */
.inf_cdr_tp_2 {
    display: flex;
    height: 100%;
    width: 30%;
    justify-content: flex-start;
    flex-direction: column;
}

/* Contenedor para boton de informacion de prestamos */
.bton_inf_cdr {
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
    height: 100%;
}

/* Imagen de prestamos */
.content_pr_img img {
    height: 400px;
}

/* p de Informacion de Prestamos */
.p_inf_crd {
    font-family: var(--fuente-montserrat);
    color: var(--color-blanco);
    font-size: 18px;
    margin: 0 0 0 0;
}

/* h2 de tipos de garantia */
.h_inf_crd {
    font-family: var(--fuente-montserrat);
    color: var(--color-blanco);
    font-size: 18px;
    font-style: italic;
    margin: 5px 0 20px 5px;
}

/* contenido de listas de tipos de garantia */
.li_inf_crd {
    font-family: var(--fuente-montserrat);
    color: var(--color-blanco);
    font-size: 18px;
    margin: 0 0 0 15px;
}

/* Boton de informacion detallada de prestamos */
.btn_inf_cdr {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: var(--color-blanco);
    width: 40%;
    height: 40px;
    border-radius: 30px;
    border: none;
    cursor: pointer;
    transition: background-color 0.3s ease, transform 0.2s ease;
    font-family: var(--fuente-montserrat);
    color: var(--color-secundario);
    font-size: 20px;
    font-weight: 900;
    text-decoration: none;
}

/* Boton presionado de informacion detallada de prestamos */
.btn_inf_cdr:hover {
    background-color: var(--color-amarillo);
    transform: scale(1.03);
}

@media (max-width: 335px) {

    /* Section de Prestamos */
    .prestamos {
        padding: 10px;
        width: 100%;
    }

    .prestamos_promocion {
        height: 30%;
    }

    /* Contenedor de texto y boton de la promocion */
    .txt_btn {
        width: 60%;
        height: 100%;
        flex-direction: column;
    }

    /* Contenedor Imagen de la Promocion */
    .img_promo {
        width: 40%;
    }

    /* Contenedor Texto de la promocion */
    .texto_promocion {
        width: 100%;
        height: 80%;
    }

    /* Contenedor del Boton de la promocion */
    .buttom_promo {
        width: 100%;
        height: 20%;
        align-items: center;
        justify-content: center;
    }

    /* Imagen de la Promocion */
    .img_promo img {
        width: 100%;
        height: auto;
        padding-right: 0px;
    }

    /* Detalle de la promocion */
    .detalle_promo {
        padding: 1 0px 0;
    }

    /* h2 el titulo de la promocion */
    .p_ce {
        font-size: 25px;
        -webkit-text-stroke: 0px var(--color-terceiario);
        font-weight: 900;
    }

    /* p del titutulo de la promocion */
    .p_bl {
        font-size: 20px;
        -webkit-text-stroke: 0px var(--color-blanco);
        font-weight: 900;
    }

    /* p del detalle de la promocion */
    .t_bl {
        font-size: 10px;
    }

    /* boton de la promocion */
    .btn_promo {
        width: 80%;
        height: 75%;
        font-size: 15px;
    }

    /* Contenedor para informacion de Prestamos */
    .prestamos_info {
        flex-direction: column;
        padding: 10px;
        height: 70%;
    }

    /* Contenedor para el texto de prestamos */
    .content_pr_inf {
        flex-direction: column;
        width: 100%;
        height: 100%;
        gap: 0;
    }

    /* Contenedor para la imagen de prestamos */
    .content_pr_img {
        display: none;
    }

    /* Contenedor para botones de opciones de prestamos */
    .tp_crd {
        justify-content: space-between;
        gap: 10px;
    }

    /* Boton sin seleccionar */
    .btn_inf_opc {
        width: 70px;
        height: 70px;
        box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.15);
    }

    /* Boton seleccionado */
    .btn_inf_opc_enf {
        border-radius: 10px;
        height: 70px;
        width: 70px;
    }

    /* Img de la opcion de prestamos */
    .img_inf_opc {
        height: 25px;
    }

    /* Contenedor para la tarjeta de detalles de prestamos */
    .inf_cdr_tp {
        flex-direction: column;
        width: 100%;
        height: 80%;
        justify-content: center;
        align-items: flex-start;
        padding-top: 30px;
        background: url(/assets/img/inicio/pr_img1.png) no-repeat right bottom;
        background-size: 80%;
    }

    /* Contenedor para ingormacion detallada de prestamos */
    .inf_cdr_tp_1 {
        width: 70%;
        height: 50%;
    }

    /* Contenedor para tipos de garantias */
    .inf_cdr_tp_2 {
        display: flex;
        height: 50%;
    }

    /* h2 de opciones de prestamos  */
    .h2_inf_opc {
        font-size: 8px;
        font-weight: 0;
    }

    /* p de opciones de prestamos */
    .p_inf_opc {
        font-size: 8px;
        font-weight: 0;
    }

    /* Contenedor para boton de informacion de prestamos */
    .bton_inf_cdr {
        display: flex;
        justify-content: center;
        align-items: center;
        height: 20%;
        width: 100%;
    }

    /* Imagen de prestamos */
    .content_pr_img img {
        height: 100%;
    }

    /* p de Informacion de Prestamos */
    .p_inf_crd {
        font-size: 10px;
        margin: 0 0 0 0;
    }

    /* h2 de tipos de garantia */
    .h_inf_crd {
        font-size: 8px;
        margin: 5px 0 10px 5px;
    }

    /* contenido de listas de tipos de garantia */
    .li_inf_crd {
        font-size: 8px;
        margin: 0 0 0 15px;
    }

    /* Boton de informacion detallada de prestamos */
    .btn_inf_cdr {
        justify-content: center;
        align-items: center;
        width: 80%;
        height: 50%;
        font-size: 15px;
        font-weight: 0;
    }

}

@media (max-width: 361px) and (min-width: 336px) {

    /* Section de Prestamos */
    .prestamos {
        padding: 15px;
        width: 100%;
    }

    .prestamos_promocion {
        height: 30%;
    }

    /* Contenedor de texto y boton de la promocion */
    .txt_btn {
        width: 60%;
        height: 100%;
        flex-direction: column;
    }

    /* Contenedor Imagen de la Promocion */
    .img_promo {
        width: 40%;
    }

    /* Contenedor Texto de la promocion */
    .texto_promocion {
        width: 100%;
        height: 80%;
    }

    /* Contenedor del Boton de la promocion */
    .buttom_promo {
        width: 100%;
        height: 20%;
        align-items: center;
        justify-content: center;
    }

    /* Imagen de la Promocion */
    .img_promo img {
        width: 100%;
        height: auto;
        padding-right: 0px;
    }

    /* Detalle de la promocion */
    .detalle_promo {
        padding: 1 0px 0;
    }

    /* h2 el titulo de la promocion */
    .p_ce {
        font-size: 30px;
        -webkit-text-stroke: 0px var(--color-terceiario);
        font-weight: 900;
    }

    /* p del titutulo de la promocion */
    .p_bl {
        font-size: 25px;
        -webkit-text-stroke: 0px var(--color-blanco);
        font-weight: 900;
    }

    /* p del detalle de la promocion */
    .t_bl {
        font-size: 13px;
    }

    /* boton de la promocion */
    .btn_promo {
        width: 80%;
        height: 75%;
        font-size: 15px;
    }

    /* Contenedor para informacion de Prestamos */
    .prestamos_info {
        flex-direction: column;
        padding: 10px;
        height: 70%;
    }

    /* Contenedor para el texto de prestamos */
    .content_pr_inf {
        flex-direction: column;
        width: 100%;
        height: 100%;
        gap: 0;
    }

    /* Contenedor para la imagen de prestamos */
    .content_pr_img {
        display: none;
    }

    /* Contenedor para botones de opciones de prestamos */
    .tp_crd {
        justify-content: space-between;
        gap: 10px;
    }

    /* Boton sin seleccionar */
    .btn_inf_opc {
        width: 85px;
        height: 85px;
        box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.15);
    }

    /* Boton seleccionado */
    .btn_inf_opc_enf {
        border-radius: 10px;
        height: 85px;
        width: 85px;
    }

    /* Img de la opcion de prestamos */
    .img_inf_opc {
        height: 30px;
    }

    /* Contenedor para la tarjeta de detalles de prestamos */
    .inf_cdr_tp {
        flex-direction: column;
        width: 100%;
        height: 80%;
        justify-content: center;
        align-items: flex-start;
        padding-top: 20px;
        background: url(/assets/img/inicio/pr_img1.png) no-repeat right bottom;
        background-size: 90%;
    }

    /* Contenedor para ingormacion detallada de prestamos */
    .inf_cdr_tp_1 {
        width: 70%;
        height: 50%;
    }

    /* Contenedor para tipos de garantias */
    .inf_cdr_tp_2 {
        display: flex;
        height: 50%;
    }

    /* h2 de opciones de prestamos  */
    .h2_inf_opc {
        font-size: 10px;
        font-weight: 0;
    }

    /* p de opciones de prestamos */
    .p_inf_opc {
        font-size: 10px;
        font-weight: 0;
    }

    /* Contenedor para boton de informacion de prestamos */
    .bton_inf_cdr {
        display: flex;
        justify-content: center;
        align-items: center;
        height: 20%;
        width: 100%;
    }

    /* Imagen de prestamos */
    .content_pr_img img {
        height: 100%;
    }

    /* p de Informacion de Prestamos */
    .p_inf_crd {
        font-size: 12px;
        margin: 0 0 0 0;
    }

    /* h2 de tipos de garantia */
    .h_inf_crd {
        font-size: 10px;
        margin: 5px 0 10px 5px;
    }

    /* contenido de listas de tipos de garantia */
    .li_inf_crd {
        font-size: 12px;
        margin: 0 0 0 15px;
    }

    /* Boton de informacion detallada de prestamos */
    .btn_inf_cdr {
        justify-content: center;
        align-items: center;
        width: 80%;
        height: 50%;
        font-size: 15px;
        font-weight: 0;
    }

}

@media (max-width: 481px) and (min-width: 361px) {

    /* Section de Prestamos */
    .prestamos {
        padding: 20px;
        width: 100%;
    }

    .prestamos_promocion {
        height: 30%;
    }

    /* Contenedor de texto y boton de la promocion */
    .txt_btn {
        width: 60%;
        height: 100%;
        flex-direction: column;
    }

    /* Contenedor Imagen de la Promocion */
    .img_promo {
        width: 40%;
    }

    /* Contenedor Texto de la promocion */
    .texto_promocion {
        width: 100%;
        height: 80%;
    }

    /* Contenedor del Boton de la promocion */
    .buttom_promo {
        width: 100%;
        height: 20%;
        align-items: center;
        justify-content: center;
    }

    /* Imagen de la Promocion */
    .img_promo img {
        width: 100%;
        height: auto;
        padding-right: 0px;
    }

    /* Detalle de la promocion */
    .detalle_promo {
        padding: 1 0px 0;
    }

    /* h2 el titulo de la promocion */
    .p_ce {
        font-size: 35px;
        -webkit-text-stroke: 0px var(--color-terceiario);
        font-weight: 900;
    }

    /* p del titutulo de la promocion */
    .p_bl {
        font-size: 25px;
        -webkit-text-stroke: 0px var(--color-blanco);
        font-weight: 900;
    }

    /* p del detalle de la promocion */
    .t_bl {
        font-size: 15px;
    }

    /* boton de la promocion */
    .btn_promo {
        width: 80%;
        height: 75%;
        font-size: 18px;
    }

    /* Contenedor para informacion de Prestamos */
    .prestamos_info {
        flex-direction: column;
        padding: 10px;
        height: 70%;
    }

    /* Contenedor para el texto de prestamos */
    .content_pr_inf {
        flex-direction: column;
        width: 100%;
        height: 100%;
        gap: 0;
    }

    /* Contenedor para la imagen de prestamos */
    .content_pr_img {
        display: none;
    }

    /* Contenedor para botones de opciones de prestamos */
    .tp_crd {
        justify-content: space-between;
        gap: 10px;
    }

    /* Boton sin seleccionar */
    .btn_inf_opc {
        width: 100px;
        height: 100px;
        box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.15);
    }

    /* Boton seleccionado */
    .btn_inf_opc_enf {
        border-radius: 10px;
        height: 100px;
        width: 100px;
    }

    /* Img de la opcion de prestamos */
    .img_inf_opc {
        height: 50px;
    }

    /* Contenedor para la tarjeta de detalles de prestamos */
    .inf_cdr_tp {
        flex-direction: column;
        width: 100%;
        height: 80%;
        justify-content: center;
        align-items: flex-start;
        padding-top: 20px;
        background: url(/assets/img/inicio/pr_img1.png) no-repeat right bottom;
        background-size: 90%;
    }

    /* Contenedor para ingormacion detallada de prestamos */
    .inf_cdr_tp_1 {
        width: 70%;
        height: 50%;
    }

    /* Contenedor para tipos de garantias */
    .inf_cdr_tp_2 {
        display: flex;
        width: 50%;
        height: 50%;
    }

    /* h2 de opciones de prestamos  */
    .h2_inf_opc {
        font-size: 14px;
        font-weight: 0;
    }

    /* p de opciones de prestamos */
    .p_inf_opc {
        font-size: 12px;
        font-weight: 0;
    }

    /* Contenedor para boton de informacion de prestamos */
    .bton_inf_cdr {
        display: flex;
        justify-content: center;
        align-items: center;
        height: 20%;
        width: 100%;
    }

    /* p de Informacion de Prestamos */
    .p_inf_crd {
        font-size: 12px;
        margin: 0 0 0 0;
    }

    /* h2 de tipos de garantia */
    .h_inf_crd {
        font-size: 15px;
        margin: 5px 0 10px 5px;
    }

    /* contenido de listas de tipos de garantia */
    .li_inf_crd {
        font-size: 15px;
        margin: 0 0 0 15px;
    }

    /* Boton de informacion detallada de prestamos */
    .btn_inf_cdr {
        justify-content: center;
        align-items: center;
        width: 80%;
        height: 50%;
        font-size: 20px;
        font-weight: 0;
    }

}

@media (max-width: 701px) and (min-width: 481px) {

    /* Section de Prestamos */
    .prestamos {
        padding: 20px;
        width: 100%;
    }

    .prestamos_promocion {
        height: 30%;
    }

    /* Contenedor de texto y boton de la promocion */
    .txt_btn {
        width: 60%;
        height: 100%;
        flex-direction: column;
    }

    /* Contenedor Imagen de la Promocion */
    .img_promo {
        width: 40%;
    }

    /* Contenedor Texto de la promocion */
    .texto_promocion {
        width: 100%;
        height: 80%;
    }

    /* Contenedor del Boton de la promocion */
    .buttom_promo {
        width: 100%;
        height: 20%;
        align-items: center;
        justify-content: center;
    }

    /* Imagen de la Promocion */
    .img_promo img {
        width: 100%;
        height: auto;
        padding-right: 0px;
    }

    /* Detalle de la promocion */
    .detalle_promo {
        padding: 1 0px 0;
    }

    /* h2 el titulo de la promocion */
    .p_ce {
        font-size: 50px;
        -webkit-text-stroke: 0px var(--color-terceiario);
        font-weight: 900;
    }

    /* p del titutulo de la promocion */
    .p_bl {
        font-size: 35px;
        -webkit-text-stroke: 0px var(--color-blanco);
        font-weight: 900;
    }

    /* p del detalle de la promocion */
    .t_bl {
        font-size: 18px;
    }

    /* boton de la promocion */
    .btn_promo {
        width: 80%;
        height: 75%;
        font-size: 20px;
    }

    /* Contenedor para informacion de Prestamos */
    .prestamos_info {
        flex-direction: column;
        padding: 10px;
        height: 70%;
    }

    /* Contenedor para el texto de prestamos */
    .content_pr_inf {
        flex-direction: column;
        width: 100%;
        height: 100%;
        gap: 0;
    }

    /* Contenedor para la imagen de prestamos */
    .content_pr_img {
        display: none;
    }

    /* Contenedor para botones de opciones de prestamos */
    .tp_crd {
        justify-content: space-between;
        gap: 10px;
    }

    /* Boton sin seleccionar */
    .btn_inf_opc {
        width: 100px;
        height: 100px;
        box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.15);
    }

    /* Boton seleccionado */
    .btn_inf_opc_enf {
        border-radius: 10px;
        height: 100px;
        width: 100px;
    }

    /* Img de la opcion de prestamos */
    .img_inf_opc {
        height: 50px;
    }

    /* Contenedor para la tarjeta de detalles de prestamos */
    .inf_cdr_tp {
        flex-direction: column;
        width: 100%;
        height: 80%;
        justify-content: center;
        align-items: flex-start;
        padding-top: 20px;
        background: url(/assets/img/inicio/pr_img1.png) no-repeat right bottom;
        background-size: 90%;
    }

    /* Contenedor para informacion detallada de prestamos */
    .inf_cdr_tp_1 {
        width: 70%;
        height: 50%;
    }

    /* Contenedor para tipos de garantias */
    .inf_cdr_tp_2 {
        display: flex;
        width: 50%;
        height: 50%;
    }

    /* h2 de opciones de prestamos  */
    .h2_inf_opc {
        font-size: 14px;
        font-weight: 0;
    }

    /* p de opciones de prestamos */
    .p_inf_opc {
        font-size: 12px;
        font-weight: 0;
    }

    /* Contenedor para boton de informacion de prestamos */
    .bton_inf_cdr {
        display: flex;
        justify-content: center;
        align-items: center;
        height: 20%;
        width: 100%;
    }

    /* p de Informacion de Prestamos */
    .p_inf_crd {
        font-size: 12px;
        margin: 0 0 0 0;
    }

    /* h2 de tipos de garantia */
    .h_inf_crd {
        font-size: 15px;
        margin: 5px 0 10px 5px;
    }

    /* contenido de listas de tipos de garantia */
    .li_inf_crd {
        font-size: 15px;
        margin: 0 0 0 15px;
    }

    /* Boton de informacion detallada de prestamos */
    .btn_inf_cdr {
        justify-content: center;
        align-items: center;
        width: 80%;
        height: 50%;
        font-size: 20px;
        font-weight: 0;
    }

}

@media (max-width: 959px) and (min-width: 701px) {

    /* Section de Prestamos */
    .prestamos {
        padding: 20px;
        width: 100%;
    }

    .prestamos_promocion {
        height: 30%;
    }

    /* Contenedor de texto y boton de la promocion */
    .txt_btn {
        width: 60%;
        height: 100%;
        flex-direction: column;
    }

    /* Contenedor Imagen de la Promocion */
    .img_promo {
        width: 40%;
    }

    /* Contenedor Texto de la promocion */
    .texto_promocion {
        width: 100%;
        height: 80%;
    }

    /* Contenedor del Boton de la promocion */
    .buttom_promo {
        width: 100%;
        height: 20%;
        align-items: center;
        justify-content: center;
    }

    /* Imagen de la Promocion */
    .img_promo img {
        width: 100%;
        height: auto;
        padding-right: 0px;
    }

    /* Detalle de la promocion */
    .detalle_promo {
        padding: 1 0px 0;
    }

    /* h2 el titulo de la promocion */
    .p_ce {
        font-size: 55px;
        -webkit-text-stroke: 0px var(--color-terceiario);
        font-weight: 900;
    }

    /* p del titutulo de la promocion */
    .p_bl {
        font-size: 50px;
        -webkit-text-stroke: 0px var(--color-blanco);
        font-weight: 900;
    }

    /* p del detalle de la promocion */
    .t_bl {
        font-size: 23px;
    }

    /* boton de la promocion */
    .btn_promo {
        width: 80%;
        height: 75%;
        font-size: 25px;
    }

    /* Contenedor para informacion de Prestamos */
    .prestamos_info {
        flex-direction: column;
        padding: 10px;
        height: 70%;
    }

    /* Contenedor para el texto de prestamos */
    .content_pr_inf {
        flex-direction: column;
        width: 100%;
        height: 100%;
        gap: 0;
    }

    /* Contenedor para la imagen de prestamos */
    .content_pr_img {
        display: none;
    }

    /* Contenedor para botones de opciones de prestamos */
    .tp_crd {
        justify-content: space-between;
        gap: 10px;
    }

    /* Boton sin seleccionar */
    .btn_inf_opc {
        width: 180px;
        height: 130px;
        box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.15);
    }

    /* Boton seleccionado */
    .btn_inf_opc_enf {
        border-radius: 10px;
        height: 130px;
        width: 180px;
    }

    /* Img de la opcion de prestamos */
    .img_inf_opc {
        height: 60px;
    }

    /* Contenedor para la tarjeta de detalles de prestamos */
    .inf_cdr_tp {
        flex-direction: column;
        width: 100%;
        height: 80%;
        justify-content: center;
        align-items: flex-start;
        padding-top: 20px;
        background: url(/assets/img/inicio/pr_img1.png) no-repeat right bottom;
        background-size: 70%;
    }

    /* Contenedor para ingormacion detallada de prestamos */
    .inf_cdr_tp_1 {
        width: 70%;
        height: 50%;
    }

    /* Contenedor para tipos de garantias */
    .inf_cdr_tp_2 {
        display: flex;
        width: 50%;
        height: 50%;
    }

    /* h2 de opciones de prestamos  */
    .h2_inf_opc {
        font-size: 20px;
        font-weight: 0;
    }

    /* p de opciones de prestamos */
    .p_inf_opc {
        font-size: 20px;
        font-weight: 0;
    }

    /* Contenedor para boton de informacion de prestamos */
    .bton_inf_cdr {
        display: flex;
        justify-content: center;
        align-items: center;
        height: 20%;
        width: 100%;
    }

    /* p de Informacion de Prestamos */
    .p_inf_crd {
        font-size: 22px;
        margin: 0 0 0 0;
    }

    /* h2 de tipos de garantia */
    .h_inf_crd {
        font-size: 22px;
        margin: 5px 0 10px 5px;
    }

    /* contenido de listas de tipos de garantia */
    .li_inf_crd {
        font-size: 20px;
        margin: 0 0 0 15px;
    }

    /* Boton de informacion detallada de prestamos */
    .btn_inf_cdr {
        justify-content: center;
        align-items: center;
        width: 80%;
        height: 50%;
        font-size: 27px;
        font-weight: 0;
    }

}

@media (max-width: 1200px) and (min-width: 959px) {
    .prestamos {
        padding: 20px;
        height: 1000px;
    }

    /* Boton sin seleccionar */
    .btn_inf_opc {
        width: 140px;
        height: 130px;
        box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.15);
    }

    /* Boton seleccionado */
    .btn_inf_opc_enf {
        border-radius: 10px;
        height: 130px;
        width: 140px;
    }

    /* Img de la opcion de prestamos */
    .img_inf_opc {
        height: 60px;
    }

    /* p de Informacion de Prestamos */
    .p_inf_crd {
        font-size: 20px;
        margin: 0 0 0 0;
    }

    /* h2 de opciones de prestamos  */
    .h2_inf_opc {
        font-size: 17px;
        font-weight: 0;
    }

    /* p de opciones de prestamos */
    .p_inf_opc {
        font-size: 15px;
        font-weight: 0;
    }

}

@media (max-width: 1921px) and (min-width: 1337px) {
    .prestamos {
        padding: 25px;
        height: 1500px;
    }

    /* Imagen de la Promocion */
    .img_promo img {
        width: 70%;
    }


    /* Boton sin seleccionar */
    .btn_inf_opc {
        width: 210px;
        height: 160px;
        box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.15);
    }

    /* Boton seleccionado */
    .btn_inf_opc_enf {
        border-radius: 10px;
        height: 160px;
        width: 210px;
    }

    /* Img de la opcion de prestamos */
    .img_inf_opc {
        height: 80px;
    }

    /* p de Informacion de Prestamos */
    .p_inf_crd {
        font-size: 25px;
        margin: 0 0 0 0;
    }

    /* h2 de opciones de prestamos  */
    .h2_inf_opc {
        font-size: 22px;
        font-weight: 0;
    }

    /* p de opciones de prestamos */
    .p_inf_opc {
        font-size: 20px;
        font-weight: 0;
    }

    /* p del detalle de la promocion */
    .t_bl {
        font-size: 35px;
    }

    /* boton de la promocion */
    .btn_promo,
    .btn_inf_cdr {
        height: 60px;
        font-size: 25px;
    }

    /* h2 de tipos de garantia */
    .h_inf_crd {
        font-size: 27px;
        margin: 5px 0 20px 5px;
    }

    /* contenido de listas de tipos de garantia */
    .li_inf_crd {
        font-size: 25px;
        margin: 0 0 0 15px;
    }

}

@media (max-width: 2700px) and (min-width: 1921px) {
    .prestamos {
        padding: 25px;
        height: 2200px;
    }

    /* Imagen de la Promocion */
    .img_promo img {
        width: 80%;
    }


    /* Boton sin seleccionar */
    .btn_inf_opc {
        width: 350px;
        height: 280px;
        box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.15);
    }

    /* Boton seleccionado */
    .btn_inf_opc_enf {
        border-radius: 10px;
        height: 280px;
        width: 350px;
    }

    /* Img de la opcion de prestamos */
    .img_inf_opc {
        height: 120px;
    }

    /* p de Informacion de Prestamos */
    .p_inf_crd {
        font-size: 40px;
        margin: 0 0 0 0;
    }

    /* h2 de opciones de prestamos  */
    .h2_inf_opc {
        font-size: 42px;
        font-weight: 0;
    }

    /* p de opciones de prestamos */
    .p_inf_opc {
        font-size: 40px;
        font-weight: 0;
    }

    /* p del detalle de la promocion */
    .t_bl {
        font-size: 55px;
    }

    /* boton de la promocion */
    .btn_promo,
    .btn_inf_cdr {
        height: 90px;
        font-size: 50px;
    }

    /* h2 de tipos de garantia */
    .h_inf_crd {
        font-size: 45px;
        margin: 5px 0 20px 5px;
    }

    /* contenido de listas de tipos de garantia */
    .li_inf_crd {
        font-size: 45px;
        margin: 0 0 0 15px;
    }

    /* h2 el titulo de la promocion */
    .p_ce {
        font-size: 140px;
    }

    /* p del titutulo de la promocion */
    .p_bl {
        font-size: 120px;
    }

    /* Imagen de prestamos */
    .content_pr_img img {
        height: 900px;
    }

}