/*-------------  CONFIGURACION NOSOTROS  --------------*/

.section{
    padding-top: 160px;
}

.contenedor {
    margin: 5px auto;
    padding-top: 20px;
    padding-bottom: 15px;    
    border-radius: 30px;
}

.nosotros-imagen {
    background: linear-gradient(to top, rgb(0 0 0 / .0), rgb(0 0 0 / 0.9)), url(../img/apsai-bandera.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    margin:  0px 35px 25px 35px;
    
}

.nosotros-txt {
    margin: 5px auto;
    padding: 20px;
    width: 75%;
    font-size: 28px;
    text-align: justify;
    line-height: 35px;
    color: #ffffff;
    font-weight: bold;


}

.nosotros-comision table {
    margin: 20px auto;
    background-color: hsl(0, 0%, 100%, 0.4);
    text-align: center;
    border-collapse: collapse;
    width: 60%;
    color: #000;
}

span2 {
    font-style: italic;
    font-size: 21px;
    color: #000;
    font-weight: bold;

}

td {
    padding: 20px;
    font-size: 21px;
    color: #000;
    font-weight: bold;
}

td l1{
    font-size: 14px;
}

tr:nth-child(odd) {
    /*odd = impar   // even = par */
    background-color: hsla(0.75turn, 18%, 83%, 0.3);
    color: #000;


}

tr:hover td {
    background-color: rgb(3, 69, 116, 0.5);

}
