.center2{
    width: 1000px;
    margin: 0 auto;
    display: flex;
    margin-top: 55px;


}
.center2 h3{
    font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
    color: rgba(0, 51, 255, 0.878);
    

}

.title{
    color: rgba(0, 51, 255, 0.878);
    font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
    position: absolute;
}
.flexi{
    margin-top: 50px;
}
.mision{
    margin-top: 30px;
    width: 500px;
    height: 350px;
    background-color: yellow;
    margin-right: 10px;
    border-radius: 5px;
    box-shadow: 3px 9px 15px #787878c4;
    margin-bottom: 10px;
}
.mision h3{
    padding: 20px;  
    font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
    color: rgba(0, 51, 255, 0.878);
}

.mision p{
    text-align: justify;
    margin: 0 30px;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 1.05rem;
}
.vision h3{
    font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
    padding: 20px;
    color: rgba(0, 51, 255, 0.878);
}

.vision p{
    text-align: justify;
    margin: 0 30px;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 1.05rem;
}

.vision{
    width: 500px;
    height: 365px;
    background-color: rgba(255, 255, 0, 0.871);
    border-radius: 5px;
    box-shadow: 3px 9px 15px #787878c4 ;
}
.img{
    padding-top: 65px;
}
.img img{
    width: 500px;
    height: 725px;
    border-radius: 5px;
    box-shadow: 3px 9px 15px #787878c4;
}
.center_historia{
    width: 1000px;
    margin: 0 auto;
    margin-top: 45px;

}

.center_historia h3{
        font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
            color: rgba(0, 51, 255, 0.878);
            text-align: center;
            border-right: 2px solid rgba(0, 51, 255, 0.878);
            border-left: 2px solid rgba(0, 51, 255, 0.878);
            margin-left: 400px;
            margin-right: 400px;
            margin-bottom: 25px;
}

.center_historia p{
    text-align: justify;
    font-size: 1.3rem;
    font-family: 'Roboto Condensed', sans-serif;
}

.imagenes{
    width: 600px;
    padding-top: 40px;
    display: flex;
    margin: 0 auto;
}

.imagenes div img{
    width: 300px;
    height: 300px;
    margin: 4px;
    border-radius: 2px;
}

.imagenes2{
    width: 1000px;
    display: flex;

}

.imagenes2 div img{
    width: 327px;
    height: 300px;
    margin-top: 4px;
    margin-right: 8px;
    border-radius: 2px;
}
@media (max-width:820px){
    .center2{
        width: 650px;   
        display: block;
        
    }

    .center2  h1{
        margin-bottom: 40px;
    }

    .flexi{
        display: flex;
    }

    .center_historia{
        width: 650px;
      
    }
    .center_historia p{
        
        margin: 5px;
    }

    .center_historia h3{
        margin: 0;
    }
    .des{
        display: none;
    }
    .imagenes2{
        width: 650px;
        display: flex;
        margin: 0 20px;
        
    }
    .imagenes{
        width: 650px;
        display: flex;
        margin: 0 20px;

    }

    .imagenes div img{
        margin: 10px ;
    }
    .imagenes2 div img{
        width: 300px;
        margin: 10px;
    }

    .img{
        display: none;
    }
    .vision{
        width: 350px;
        height: 600px;
        margin: 5px 0;
    }

    .mision{
        width: 350px;
        height: 600px;
        margin: 5px ;
    }

}


@media (max-width:420px){
    .center2{
        width: 350px;
    }
        .flexi{
        display: block;
    }
    .center_historia{
        width: 350px;
        margin: 45px 13px;
    }
    .center_historia p{

        margin: 5px;
    }

    .center_historia h3{
        margin: 0;
    }

    .imagenes2{
        width: 350px;
        display: block;
        margin: 0 20px;
    }
    .imagenes{
        width: 350px;
        display: block;
        margin: 0 20px;

    }

    .imagenes div img{
        margin: 10px 0;
    }
    .imagenes2 div img{
        width: 300px;
        margin: 10px 0;
    }

    .img{
        display: none;
    }
    .vision{
        width: 350px;
        height: 500px;
        margin: 5px 0;
    }

    .mision{
        width: 350px;
        height: 500px;
        margin: 0;
    }
}