head {
   
    display:none;
}

body {
    display: flex;

    flex-direction: column;
    justify-content: space-between;
    min-height: 100vh;
    background: #cc6666;
font-family: 'Oswald', sans-serif;
}


header nav ul {
    background-color: #006666;
display:flex;
text-decoration: none;
    justify-content: space-between;
 margin-bottom: 0;
    padding-bottom: 0;
    box-sizing:content-box;
   
}


ul{
    list-style: none;
display: flex;
align-items: center;
    
}

.elemento1  {align-items: flex-start;
display: flex;
align-content: space-between;
    justify-content: center;
    margin-left: -30
    }

.elemento1 img {
    height: 50;
    margin-top: 5
    
}
.elemento1 h1 {margin-left:15;
    margin-top:2 ;
    margin-bottom: -7;
font-size: 30}


.elemento2  {display: flex;
    align-self: center;
    width: 600;

}

.elemento3 {display: flex;
    align-content: flex-end;
    align-items: flex-end;
    justify-content: space-around;
 
    flex-flow: row;

}

.elemento3 img {height: 40;
margin-bottom: -5;
margin-right: 15;}


.voluntarios nav ul img {height: 20;
}
.voluntarios nav ul {display: flex; 
    background-color: none;
    align-items: center;
    justify-content: center;
    align-content: space-between; 

}

.voluntarios nav ul li {margin-left: 50;
}

a {text-decoration: none;}

h1, h2, a {color: white;}

p {background-color: white;
    color:#cc6666  ;
padding: 0.8em;
margin-bottom: -2}

.superior nav ul { display: flex;
    align-items: center;
justify-content: space-around;
    height: 60;
    box-sizing: content-box;
}



.dona {background-image: url(../img/casa.jpg); 

}

.intercambia {background-image: url(../img/pintura.jpg)}

.eventos {background-image: url(../img/calendario.jpg)}

.titulo1  {background-image: url(../img/voluntarios.png);
    background-position: center;
    background-size:cover;
    margin-top: -35;
}

.titulo1 h2 {text-align: center;
font-size: 25;
margin-bottom: 25;}

.materiales {background-image: url(../img/materiales.png);
background-position: right;
background-size:cover;
margin-top: -35
;}

.materiales h2{
text-align: center}