#timeline {
    margin: initial !important;
    width: 100% !important;
}

#timeline ol {
    position: initial !important;
    padding-inline-start: revert !important;
    display: flex !important;
    justify-content: center !important;
    margin-left: -40px !important;
}

.legal_banner {
    font-size: 14px;
    color: #fff;
    margin-bottom: 20px;
}



.titulo_nuevo_s {
    color: #0A39E6;
    font-size: 2rem;
    text-align: center;
}

.contenedor_ancho_nuevo {
    display: flex;
    align-items: center;
    gap: 50px;
}

.col_medio_contenedor {
    width: 50%;
    padding: 40px;
}

.col_medio_contenedor p {
    font-weight: bold;
    line-height: 1.3;
    text-align: justify;
    font-family: "Montserrat", sans-serif;
    font-size: 1rem;
}

.col_medio_contenedor span {
    font-size: 13px;
}

#block-porqueestudiar {
    padding: 40px 0px;
}


#block-botoneramobile {
    display: none;
}


@media (max-width: 767px) {
    .contenedor_ancho_nuevo {
        flex-direction: column;
        gap: 0px;
    }

    .col_medio_contenedor {
        width: 100%;
        padding: 20px;
    }

    #block-porqueestudiar {
        background: #e7e7e7;
    }

    #block-botoneramobile {
        display: block;
    }

}


@media (max-width: 700px) {
    #timeline {
        margin-top: 30px !important;
        margin-left: 30px !important;
    }

    #timeline ol {
        flex-direction: column !important;
        gap: 20px !important;
    }

    #timeline li .diplome {
        margin: -3px 0px 0px 25px !important;
        max-width: 100% !important;
    }

    #timeline li {
        background: initial !important;
        height: initial !important;
    }

    #timeline ol:before {
        display: none !important;
    }
}

@media (max-width: 575px) {}


@media (max-width: 480px) {
    .hero__background {
        display: none;
    }

    .legal_banner {
        font-size: 12px;
    }

    .hero-banner {
        min-height: 600px !important;
        background-position: center !important;
    }

    .hero__descripcion h1 {
        margin-bottom: 10px;
        font-size: 20px;
        color: #fff;
    }

    #timeline li .diplome {
        margin: -3px 25px 0px 25px !important;
    }



    .hero__descripcion h3,
    .hero__descripcion h4 {
        font-size: 16px;
    }
}