/* Extra small (xs): <576px */
@media (max-width: 575.98px) {
    body {
        /* border: 3px solid red; */
    }

    .contenedor-central {
        width: 99% !important;
    }

    .titulo-el-futuro {
        font-size: 32px;
        line-height: 38px;
        text-align: center;
    }

    .bajada-el-futuro {
        font-size: 18px;
        line-height: 24px;
        margin-top: 0;
        text-align: center;
    }

    .titulo-seccion {
        font-size: 32px;
        line-height: 30px;
        text-align: center;
    }

    .texto-bajada-generica {
        font-size: 18px;
        line-height: 22px;
        text-align: center;
    }

    .img-te-acompanamos {
        width: 100%;
    }

    .btn-te-acompanamos {
        width: 100%;
    }

    .seccion-index {
        margin-bottom: 90px;
    }

    .footer-img-texto {
        width: 153px;
    }

    .header-logo-ne {
        height: 40px;
        width: 57px;
    }

    .header-logo-40 {
        height: 41px;
        width: 41px;
    }

    .header-logo-sence {
        height: 40px;
        width: 97px;
    }

    #contenido-central {
        background-image: none;
        border-radius: 0;
        padding: 20px;
    }

    #fonto-cabecera-central {
        border-radius: 0;
        margin-left: -20px;
        margin-top: -20px;
    }

    #fonto-cabecera-central-bottom {
        border-radius: 0;
        margin-left: -20px;
    }

}

/* Small (sm): ≥576px y <768px */
@media (min-width: 576px) and (max-width: 767.98px) {
    body {
        /* border: 3px solid blue; */
    }

    .titulo-el-futuro {
        font-size: 32px;
        line-height: 38px;
        text-align: center;
    }

    .bajada-el-futuro {
        font-size: 18px;
        line-height: 24px;
        margin-top: 0;
        text-align: center;
    }

    .titulo-seccion {
        font-size: 32px;
        line-height: 30px;
        text-align: center;
    }

    .texto-bajada-generica {
        font-size: 18px;
        line-height: 22px;
        text-align: center;
    }

    .img-te-acompanamos {
        width: 100%;
    }

    .btn-te-acompanamos {
        width: 80%;
    }

    #contenido-central {
        background-image: none;
        border-radius: 0;
        padding: 20px;
    }

    #fonto-cabecera-central {
        border-radius: 0;
        margin-left: -20px;
        margin-top: -20px;
    }

    #fonto-cabecera-central-bottom {
        border-radius: 0;
        margin-left: -20px;
    }
}

/* Medium (md): ≥768px y <992px */
@media (min-width: 768px) and (max-width: 991.98px) {
    body {
        /* border: 3px solid orange; */
    }

    .titulo-seccion {
        font-size: 36px;
        line-height: 42px;
    }

}

/* Large (lg): ≥992px y <1200px */
@media (min-width: 992px) and (max-width: 1199.98px) {
    body {
        /* border: 3px solid blueviolet; */
    }

    .titulo-el-futuro {
        font-size: 30px;
        line-height: 40px;
    }

    .bajada-el-futuro {
        font-size: 16px;
        line-height: 22px;
    }

    .titulo-seccion {
        font-size: 30px;
        line-height: 40px;
    }
}

/* Extra large (xl): ≥1200px y <1400px */
@media (min-width: 1200px) and (max-width: 1399.98px) {
    body {
        /* border: 3px solid greenyellow; */
    }
}

/* Extra extra large (xxl): ≥1400px */
@media (min-width: 1400px) {
    body {
        /* border: 3px solid black; */
    }
}