/* Estilo personalizado principal */
*{
    box-sizing: border-box;
    margin:0%;
}

.salto{
    height:500px;
}

.inicio h1{
    clear:both;
    color:#fffbfb;
    text-align: center;
    font-family: sans-serif,fantasy,sans-serif;
    font-size:24px;
}
/* Segundo cuerpo de estilos */
.inicio a{
   clear:both;
    background-color: rgba(12, 4, 56, 0.74);
    color:white;
    float: left;
    width: 90%;
    margin-left: 8%;
    margin-right: 3.9%;
    overflow: hidden;
}
.inicio div{
    width: 44%;
    height: 216px;
    background-color: rgba(12, 4, 56, 0.2);
    margin-left: 8%;
    margin-right: 3.9%;
     overflow: hidden;

}
 
#cajaImagen{
    margin-left: 0%;
    margin-right: 3.9%;
    background-color: rgba(12, 4, 56, 0.22);
    float: left;
    display: block;
    width: 30%;
}

#cajaTexto{
     margin-left: 0%;
    margin-right: 3.9%;
    color:white;
    float: left;
    width: 60%;
     clear: both;
    overflow:hidden;
    padding-bottom: 3.5%;
}
#cajaTexto h3{
    font-family: sans-serif,fantasy,sans-serif;
    font-size:17px;
    font-weight: bold;
    color: white;
}
#cajaTexto p{
    font-family: sans-serif,fantasy,sans-serif;
    font-size:14px;
}
.grid{
    padding-top: 13px;
    display: grid;
    grid-template-columns: auto auto  ;
    grid-gap:10px;
    clear: both;
    margin-left: 109px;
    margin-right: 59px;
}
.grid2{
    
    padding-top: 20px;
    display: grid;
    grid-template-columns: auto ;
    grid-gap:10px;
    clear: both;
    margin-left: 109px;
    margin-right: 59px;
}
.grid3{
    
    padding-top: 50px;
    display: grid;
    grid-template-columns: auto ;
    grid-gap:10px;
    clear: both;
    margin-left: 109px;
    margin-right: 59px;
}

.grid img{
    width: 30%;
    /*margin: auto;*/
    clear: both;
     background-color: rgba(240, 248, 255, 0);
    position: inherit;
    float: left;
}
.grid p a{
    color:#000080;
    font-family:  sans-serif,fantasy,sans-serif;
    font-size:21px;
    font-weight: bold;
}
.grid p {
    padding: 20px;
    color:black;
    font-family:  sans-serif,fantasy,sans-serif;
    font-size:19px;
    background-color: #ffffffd2;
}
.grid2 p a{
    color:#000080;
    font-family:  sans-serif,fantasy,sans-serif;
    font-size:21px;
    font-weight: bold;
}
.grid2 p {
    padding: 20px;
    color:black;
    font-family:  sans-serif,fantasy,sans-serif;
    font-size:19px;
    background-color: #ffffffd2;
}

.grid3 p a{
    color:#000080;
    font-family:  sans-serif,fantasy,sans-serif;
    font-size:21px;
    font-weight: bold;
}
.grid3 p {
    padding: 20px;
    color:black;
    font-family:  sans-serif,fantasy,sans-serif;
    font-size:19px;
    background-color:#ffffffd2;
}
.container-redes{
    position: fixed;
    bottom: 20px;
    right: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.container-redes a{
    margin-top: 4px;
}

.container-redes img{
    width: 60px;
    padding: 4px;
    background: rgba(0,0,0,0.0);
    cursor: pointer;
    border-radius: 100%;
    transition: all 300ms;
}

.container-redes a:hover img{
    background: rgba(0,0,0,0.10);
}
body{
    background-image: url("../imagenes/nosotros_portada.jpg");
    
    background-position: center center;
    background-repeat: no-repeat;
    background-size:cover;
    background-attachment: fixed;
  
    
}
footer{
    background-color:black;
    color:white;
    text-decoration: none;
    text-align: center;
    padding: 20px;
}

