@media (max-width: 1000px) {
    
    *{
        margin: 0;
        padding: 0;
    }

    /************************ SECTION BANNER *************************************/
    #heroe-banner #container-information{
        left: 0;
    }

    #heroe-banner #title-heroe{
        width: max-content;
        text-align: center;
        margin: 0 auto;
        font-size: 4rem;
        font-weight: 500;
        width: 60%;
    }
    
    #heroe-banner #vision-heroe{
        width: max-content;
        text-align: center;
        margin: 0 auto;
        margin-top: 2rem;
        font-size: 2rem;
        width: 60%;
    }

    /************************ SECTION INFORMATION *************************************/
    #information-conecta {
        top: -2rem;
    }

    #information-conecta #container-information{
        display: flex;
        flex-direction: column;
    }

    #information-conecta #video-conecta{
        width: 100%;
        order: 2; 
    }

    #information-conecta #video-conecta video{
        height: 38vh;
        width: 80vw;
    }
    
    #information-conecta #vision-conecta{
        width: 100%;
        padding: 5%;
        margin-bottom: 3rem;
        order: 1; 
    }

    #conecta-arrow{
        top: 90%;
        left: 77vw;
    }

    /************************ SECTION VALORES *************************************/

    #container-valores  {
        margin-bottom: 0;
        height: 50vh;
        margin-bottom: 35vh;
    }

    #container-valores #banner-valor{
        border-radius: 3rem 3rem 0 0;
        height: 50vh;
        object-fit: cover;
    }

    #valores-conecta #insignias-valores .valor-conecta{
        height: 23rem;
        width: 13rem;
    }

    #valores-conecta #insignias-valores .valor-conecta img{
        width: 50%;
        height: 30%;
    }
    
    #valores-conecta #insignias-valores .valor-conecta .valores-title{
        font-weight: bold;
        font-size: 1.5rem;
        margin: 0.3rem 0px;
    }
    
    #valores-conecta #insignias-valores .valor-conecta .valores-descrip{
        font-size: 0.8rem;
        margin: 1rem 15px;
    }
    
    #valores-conecta #insignias-valores .valor-conecta:nth-child(1){
        top: 30em;
        margin-left: 4vw;
    }
    
    #valores-conecta #insignias-valores .valor-conecta:nth-child(2){
       top: 27em;
       margin-left:36vw;
    }
    
    #valores-conecta #insignias-valores .valor-conecta:nth-child(3){
        top: 24em;
        margin-left: 68vw;
     }

     /************************ SECTION CONOCEME *************************************/

    #conoceme-conecta #title-conoceme{
        font-size: 1.8rem;
        padding: 2rem;
    }

    #conoceme-conecta #detalle-conoceme{
        padding: 0rem;
    }

    #conoceme-conecta #detalle-conoceme img{
        width: 50%;
        height: 50%;
        padding: 1.5rem;
    }

    #conoceme-conecta #detalle-conoceme div{
        padding: 0 0.6rem;
    }

    #conoceme-conecta #detalle-conoceme div p{
        font-size: 0.9rem;
    }

    /************************ SECTIO HEROE-FOOTER  *************************************/
    #heroe-footer{
        border-radius: 3rem 3rem 0 0;
        height: 70vh;
    }

    #heroe-footer #container-info{
        left: 0;
        top: 35%;
        width: 100%;
        align-items: center;
    }

    #heroe-footer #title-heroe{
        text-align: center;
        width: max-content;
        margin: 0 auto;
        font-size: 3em;
        font-weight: 500;
    }

    #heroe-footer #vision-heroe .button_section{
        margin-top: 2em;
    }
    
    #heroe-footer #vision-heroe .button_section a{
        width: max-content;
        text-align: center;
        padding: 0.3em 3em;
        font-size: 1.5em;
    }

}