body{
}

/* ============================= */
/* 📱 TABLETS (≤ 992px) */
@media (max-width: 992px) {

    .slider_cont_section {
        padding: 30px;
        text-align: center;
    }

    .slider_cont_section h4 {
        font-size: 18px;
    }

    .slider_cont_section h3 {
        font-size: 30px;
    }

    .slider_cont_section p {
        font-size: 15px;
    }
}

/* ============================= */
/* 📱 CELULARES (≤ 768px) */
@media (max-width: 768px) {

    /* Imagen arriba y texto abajo */
    .banner-slider .row {
        flex-direction: column;
    }

    .banner-slider .col-md-7,
    .banner-slider .col-md-5 {
        max-width: 100%;
        flex: 0 0 100%;
    }

    .slider_cont_section {
        padding: 25px 20px;
        text-align: center;
    }

    .slider_cont_section h4 {
        font-size: 16px;
    }

    .slider_cont_section h3 {
        font-size: 24px;
    }

    .slider_cont_section p {
        font-size: 14px;
    }

    /* Botones uno debajo del otro */
    .button_section a {
        display: block;
        width: 80%;
        margin: 10px auto;
    }
}

/* ============================= */
/* 📱 TABLETS Y MÓVILES */
@media (max-width: 992px) {

    /* H4 rojo */
    .slider_cont_section .carousel-item h4 {
        color: #D32F2F !important;
    }

    /* Separación debajo del H3 */
    .slider_cont_section .carousel-item h3 {
        margin-bottom: 14px !important;
    }

    /* Botones rojos */
    .slider_cont_section .button_section a {
        background-color: #D32F2F !important;
        color: #fff !important;
        border: none !important;
    }
}

/* ============================= */
@media (max-width: 768px) {

    .slider_cont_section .carousel-item h4 {
        color: #D32F2F !important;
    }

    .slider_cont_section .carousel-item h3 {
        margin-bottom: 16px !important;
    }

    .slider_cont_section .button_section a {
        background-color: #D32F2F !important;
        color: #fff !important;
        border: none !important;
    }
}
