* { margin: 0%; 
    box-sizing: border-box;
    font-family: 'Raleway', sans-serif;
    
}


               /* Header*/

header {
    background-color : #003300;
    display: block;
    width: 100%;
    padding: 1.5em;
}


header > div.contenedor {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

header div img{
    display:block;
    width: 2.5em;
    height: auto;
}


nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    flex-wrap: wrap;
    width: 100%;
}

header nav ul li a{
    color: white;
    display: block;
    background-color: #003401;
    padding: 0.8em;
    flex-wrap: wrap;
    border-radius: 15px;
    text-decoration: none;  
    text-align: center;
    font-size: 2.em;
    
}

nav ul li a:hover{
    background-color: aliceblue;
    color: black;
    font-weight: bold;
}

       /* MAIN */

main{
    background-color: #DADDD8;
    padding-bottom: 3em;
}

 h1.titulosrotulo {
    margin: 0.5px;
    padding: 0.3em;
    padding-top: 0.5em;
    font-size: 2em;
    display: flex;
    justify-content: center;

     
}

.encabezadorotulo > h1, p {
    color: white;
    text-align: center;  
    margin: 0.2em;
    
   
  
}

.encabezadorotulo {
    background-image: image();
    
    background-image:url(imagenes/encabezadoperfiles.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    
    padding: 2em;
}


/*COMITENTE*/

div.infocomitente ul {
    background-color: #B9C1B4;
    color: black;
    
    
    padding: 2em;
   
    border-radius: 15px;
    
}

.infocomitente {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: center;
    align-items: center;
    
    margin: 1em;
    
   
   
}


.infocomitente li {
    list-style: none;
    margin: 0.3em;
    
    
}



.infocomitente h2 {
    text-align: center; 
    
    
}



/*INTEGRANTES*/ 



#integrantes >ul{
    
    list-style: none;
    background-color: #B9C1B4;
    margin-top: 0.5em;
    margin-left: 3em;
    margin-right: 3em;
    
    padding: 3%;
    border-radius: 15px;
    
    
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    
    
    
}






#integrantes >ul li a{
    color: black;
    text-decoration: none;
    border-radius: 30px;
    display: block;
    padding: .3em;
}

#integrantes >ul li a:hover{
    background-color: #003300;
    color: black;
    font-weight: bold;
    
    color: white;
}

img.fotomaga {
    width: 6em;
    height: 6em;
    border-radius: 80%;
    border: white 0.1em solid; 
    
    
    
}



img.fotoandree {
    width: 6em;
    height: 6em;
    border-radius: 80%;
    border: white 0.1em solid;
}

img.fotojimena {
    width: 6em;
    height: 6em;
    border-radius: 80%;
    border: white 0.1em solid;
}

img.fotoamal {
    width: 6em;
    height: 6em;
    border-radius: 80%;
    border: white 0.1em solid;
}

div.integrantesfotoynombre {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: center;
    align-items: center;
    
    margin: 0.5em;
}



/*Footer*/

footer {
    background-color: #003300;
    color: white;
    display:block;
}

footer h3{
    background-color: #003401;
    font-size: 1.2em;
    padding-top: 3%;
    padding: 1em;
    display: flex;
    justify-content: center;   
}

footer ul{
    background-color: #003300;
    list-style: none;
    padding: 1.5em;
    
    display: flex;
    flex-direction: column;
    align-content: center;
    align-items: center;
    justify-content: center;
    
  
    
   
}

footer p{
    background-color: #003300;
    font-size: .78em;
    display: flex;
    padding: 3em;
    color:white;
    
    
    text-align: justify;
}

hr{
    border: 0.2px solid white;
   max-width: 100%;
    height: auto;
    justify-content: center;
    align-content: center;
    align-items: center;
    
    margin: 1em;
}

/*Mapa*/

main > div.mapa img {
    max-width: 100%;
    height: auto;
    
   
}

.mapa img {
     margin-top: 2em;
    margin-bottom: 2em;
}



/*PLAN*/




.objetivo {
    background-color: #B9C1B4;
    color: black;
    
    
    padding: 2em;
    border-radius: 15px;
    
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: center;
    align-items: center;
    
    margin: 2em 2em 2em 2em;
    
}

.objetivo p

{color: black;

margin: 0.5em;
}

.contenido {
    background-color: #B9C1B4;
    color: black;
    
    
    padding: 2em;
    border-radius: 15px;
    
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: center;
    align-items: center;
    
    margin: 2em 2em 2em 2em;
    
    
}

.contenido p {
    
   
color: black;
 
margin: 0.5em;
}





.usuarios {
    background-color: #B9C1B4;
    color: black;
    
    
    padding: 2em;
    border-radius: 15px;
    
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: center;
    align-items: center;
    
    margin: 2em 2em 2em 2em;
    
}


.usuarios p 
{
color: black;
 
margin: 0.5em;
}


.funcionalidades {
    background-color: #B9C1B4;
    color: black;
    
    
    padding: 2em;
    border-radius: 15px;
    
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: center;
    align-items: center;
    
    margin: 2em 2em 2em 2em;
    
}

.funcionalidades p {
    color: black;
    
    margin: 0.5em;
}



.volverainicio {
    
    color: white;
    background-color: #003401;
    padding: 0.8em;
    flex-wrap: wrap;
    border-radius: 15px;
    text-decoration: none;  
    text-align: center;
    font-size: 2.em;
    
    margin: 2em;
    
}

a:hover {
    background-color: aliceblue;
    color: black;
    font-weight: bold;
}







@media screen and (min-width:1080px ) {
    
  #integrantes >ul{
    
    list-style: none;
    background-color: #B9C1B4;
    margin-top: 0.5em;
    margin-left: 20em;
    margin-right: 20em;
    
    padding: 3%;
    border-radius: 15px;
    
    
    display: flex;
    flex-direction: row;
    
    justify-content: center;
    align-items: center;
    
    
    
}
        
}
      

@media screen and (min-width:1080px ) {
    
   .plan {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    align-content: center;
    }
    
    
   @media screen and (min-width:1080px ) { 
    
    footer ul {
    background-color: #003300;
    list-style: none;
    padding: 1em;
    display: flex;
    flex-direction: row;
   align-content: center;
    align-items: center;
    justify-content: space-between;
    
  
    
   
}
    }
       


    
    