*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
section{
    width: 90%;
    max-width: 1680px;
    height: auto;
    display: flex;
    font-family: sans-serif;
}
.nosotros{
    width: 20%;
    height: auto;
    min-height: 380px;
    background: #143470;    
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: flex-start;
    float: left;
    padding: 10px 10px 0px 10px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    box-shadow: 0px 2px 2px #000;
    -moz-box-shadow: 0px 2px 2px #000;
    -webkit-box-shadow: 0px 2px 2px #000;     
    box-sizing: border-box;
    flex-wrap: wrap;
    margin-bottom: 4px;
}
.nosotros h3{
    font-weight: bold;
    color: #fff;
    font-size: 2rem;    
    width: 96%;    
    padding: 0 1rem;
    align-content: center;
    text-align: center;
    text-align: justify;
}
.nosotros li {
    width: 100%;
    height: auto;
    margin: 2px auto;
    list-style: none;
    text-decoration: none;
    padding: 2px 2px;
}
.nosotros li:hover{
    width: 100%;
    background: #001457;
    border-radius: 13px;
    box-shadow: 0px 0px 8px  #ff6600;
    background: -webkit-linear-gradient(#022C7A, #001f59 100%); 
    background: -webkit-linear-gradient(#001957, #143470 120%);
}
.nosotros > li > a{
    width: 100%;
    height: auto;
    margin: auto;
    font-size: 1.4rem;
    color: #fff;
    text-decoration: none; 
}

.nosotros li img{
    width: 28px;
    height: 28px;
    float: left;
    color: #fff;
    margin-right: 6px;
    border-radius: 50px;
    margin-top: -1%;
}

 .zonver{
    width: 60px;
    height: auto;
    flex-wrap: wrap;
    text-align: center;    
    font-size: 2rem;
    font-weight: bold;
    color: #016B01;
    margin-top: 5px;    
    display: flex;    
    text-decoration: none;
}

.contenido{
    width: 80%;
    height: auto;
    min-height: 380px;
    float: left;    
    background-color: rgba(255, 255, 255, 0.6);
    flex: 1 1%;
    box-sizing: border-box;
    flex-wrap: wrap;
    margin-bottom: 4px;
}
.contenido > ul > img{
    width: 95%;
    height: auto;
}
.text img{
    width: 6%;
    height: auto;
    margin: auto;
    display: block;
}

.cont-mision{
    width: 90%;
    height: 250px;
    margin: auto;
    background: url(imagenes/img-mision.png);
    display: block;
    border-radius: 10px;
    padding: 6px;
    border: 3px solid #fff;
}
.cont-mision p{
    width: 64%;
    height:100%;
    margin: auto;
    margin-right: 0;
    margin-top: 0;
    background-color: rgba(6,34,110, 0.8);
    display: block;
    border-radius: 10px;    
    border: 3px solid #ff5500;    
    
    font-family: sans-serif;
    font-size: 1.4rem;
    color: #fff;
    padding: 2rem;
    align-content: center;    
    text-align: justify;
}

.cont-mision p:hover{
    background-color: rgba(255, 102, 0, 0.8);
    display: block;
    border-radius: 10px;    
    border: 3px solid #143470;
    
    font-family: sans-serif;
    font-size: 1.4rem;
    color: #fff;
    padding: 2rem;
    align-content: center;    
    text-align: justify;
}
@media (min-width: 460px) and (max-width: 860px){
    .nosotros{
    width: 36%;
    height: auto;
}
.nosotros h3{
    font-size: 1.2rem;    
    }

.nosotros > li > a{
    width: 100%;
    height: auto;
    margin: auto;
    font-size: 1.2rem;
    color: #fff;
    text-decoration: none; 
}

.nosotros li img{
    width: 26px;
    height: 26px;
    margin-right: 1px;
}

.contenido{
    width: 64%;
    }

.cont-mision{
    width: 90%;
    height: auto;
    margin: auto;
}
.cont-mision p{
    width: 90%;
    height:auto;
    margin: auto;       
    margin-right: 0;
    margin-top: 0;
    font-size: 1.2rem; 
}

.cont-mision p:hover{
    width: 90%;
    height:auto;
    margin: auto;       
    margin-right: 0;
    margin-top: 0;
    font-size: 1.2rem;        
    }
    
}
@media (min-width:0) and (max-width: 460px){
    .nosotros{
        width: 100%;
        min-height: auto;
    }
    .contenido{
        width: 100%;
        min-height: auto;
        height: auto;
    }
    .cont-mision p{
        width: 100%;
        height:auto;
        margin: auto;       
    
}

    .cont-mision p:hover{
        width: 100%;
        height:auto;
        margin: auto;       
               
    }    
}