/* portada */
.portada-nos{
    width: 100%;
    height: 90vh;
    color: #ffffff;
    font-size: 30px;
    font-weight: 800;
}
.wave-nos{
    position: absolute;
    width: 100%;
    
}
/* fin .portada- */
/* mision vision */
.nos-inf{
    width: 80%;
    margin-left: 10%;
    margin-right: 10%;
    margin-top: 10vh;
    
}
.nos-inf h1{
    font-size: 22px;
}
.nos-inf h2{
    font-size: 22px;
    }
.mision{
     
    text-align: justify;
    color: rgb(77, 71, 71);
}
.img-mision{   
   margin-top: 10px;
}
.nos-content{
    padding: 10px;
    padding-bottom: 30px;
    text-align: center;
}
/* fin mision vision */
/* valores */
.valores{
    width: 80%;
    margin-left: 10%;
    margin-right: 10%;
    margin-top: 50px;
    text-align: center;
}
.valores-title{
    font-weight: 800;
    font-size: 30px;
    margin-bottom: 20px;
}
.valores-inf{
    margin-top: 20px;
    margin-bottom: 20px;
    color: rgb(90, 86, 86);
}
.valores-inf i{
    font-size: 50px;
    margin-left: 10px;
    margin-right: 10px;
    color: #00AAD8;
}
/* fin valores */