
/* <<<<<<<<<<<<<<<<<<<<<< SECTION_6 >>>>>>>>>>>>>>>>>>>>>>>>>>>>> */

/* ---------- Parte inferior ------------ */
.contenedor_carrusel2_sec6 {
    overflow-x: auto;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none; /* Firefox */
    scroll-snap-type: x mandatory;
    display: flex;
    gap: 20px;
    justify-content: center;
    padding-bottom: 0%;
    scroll-padding-left: calc((100vw - 200px) / 2);
    scroll-padding-right: calc((100vw - 200px) / 2);
    scroll-behavior: smooth;
    margin: 0 0.4px;
}

.contenedor_carrusel2_sec6::-webkit-scrollbar {
    display: none;
}

/* ---------- Controles / Botones ------------- */

.contenedor_custom_arrows2_sec6 {
    display: none;
    justify-content: flex-end;
    gap: 20px;
    padding: 0 100px 0 0;
    margin-bottom: 24px;
}

/* ---- Cards ------- */
.card2_sec6 {
    width: 802px;
    height: 283px;
    flex-shrink: 0;
    display: flex;
    background-color: #EAE9DE;
    border: 1px solid #D3D3C5;
    border-radius: 20px;
    border-radius: 20px;
    overflow: hidden;
    padding: 16px;
    gap: 16px;
}

.card_img2_sec6 {
    width: 50%;
}

.card_img2_sec6 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 9px;
}

.card_body2_sec6 {
    width: 50%;
    padding: 16px;
    display: flex;
    flex-direction: column;
}


/* --------- Responsivo - Pantallas grandes ------- */

@media (max-width: 1440px) {

    /*  -------- Parte inferior ------- */

    .contenedor_custom_arrows2_sec6 {
        padding: 0 80px 0 0;
    } 

    .contenedor_carrusel2_sec6 {
        scroll-padding-left: calc((100vw - 160px) / 2);
        scroll-padding-right: calc((100vw - 160px) / 2);
    }

}


/* --------- Responsivo - Pantallas medianas ------- */
@media (max-width: 1050px) {

    /*  -------- Parte inferior ------- */

    .contenedor_custom_arrows2_sec6 {
        display: none;
    }


    .contenedor_carrusel2_sec6 {
        scroll-padding-left: calc((100vw - 40px) / 2);  
        scroll-padding-right: calc((100vw - 40px) / 2);
    }
    
    .card2_sec6 {
        width: 318px;
        height: 527px;
        display: flex;
        flex-direction: column;
    }

    .card_img2_sec6 {
        width: 100%;
        /* max-width: 286px; */
        height: 100%;
        max-height: 191px;
    }

    .card_img2_sec6 img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        border-radius: 9px;
    }

    .card_body2_sec6 {
        width: 100%;
        height: 100%;
        padding: 16px;
        display: flex;
        flex-direction: column;
    }

}

/* --------- Responsivo - Pantallas chicas ------- */
@media (max-width: 600px) {

    /*  -------- Parte inferior ------- */

    .contenedor_carrusel2_sec6 {
        scroll-padding-left: 5%;
        scroll-padding-right: 5%;
    }
    
    .card2_sec6 {
        width: 318px;
        height: 527px;
        display: flex;
        flex-direction: column;
    }

    .card_img2_sec6 {
        width: 100%;
        /* max-width: 286px; */
        height: 100%;
        max-height: 191px;
    }

    .card_img2_sec6 img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        border-radius: 9px;
    }

    .card_body2_sec6 {
        width: 100%;
        height: 100%;
        padding: 16px;
        display: flex;
        flex-direction: column;
    }

}

/* <<<<<<<<<<<<<<<<<<<<<< SECTION_6 >>>>>>>>>>>>>>>>>>>>>>>>>>>>> */
