@charset "utf-8";

@import url('https://fonts.googleapis.com/css?family=Montserrat:300,300i,400,400i,500,500i,900,900i&display=swap" rel="stylesheet');
@font-face {
    font-family: 'Montserrat', sans-serif;
}

body {
    background-color: white;
    background-size: cover;
    background-image:url(../imagenes/fondo.jpg);
    font-family: sans-serif;
    display: flex;
    flex-direction: column;
    min-height: 100vh; 
    min-width: inherit;

}

header nav ul {
    list-style: none;
    margin: none;  
    padding: 2%;
    display: flex;
 flex-wrap: wrap-reverse;
    justify-content:space-around;
    font-family: 'Montserrat', sans-serif;
    font-weight: 900i&display=swap;
        
        
}

header nav ul li {
    
    justify-content: center;
    background-color: rgb(250, 235, 215);

    display: list-item;
}

header img  { 
 border-radius: 100%}

header nav ul li a {
    padding: 20px 20px;
    display: block;
    color: #08c6b7;
    text-decoration: none;
    box-sizing: border-box;
    font-family: 'Montserrat', sans-serif;
    font-weight: 900;
        }
main {
        
    padding: 20px 20px;
    color: #71deff;
    justify-content:center;

    flex-direction: column-reverse;
}


.mapa img {
    width: 100%;
}

.box { display: flex;
    flex-direction: column;
    justify-content: center;
        padding: 3em;
    margin-bottom: 1em;
    background-color: rgba(255, 255, 255, 0.69);
    box-shadow: 0 2px 2px 2px rgba(0, 0, 0, 0.15); 
}
h2 {
    font-size: 2em;
    line-height: 0.8em;
    text-align: left;
    height: auto;
    
    font-family: 'Montserrat', sans-serif;
    font-weight: 900;
    text-transform: uppercase;
    color: #08c6b7;
}

.plan { box-sizing: border-box;
    text-decoration: none;
    color:  #0a2953;
    border-bottom: solid .25em rgba(250, 235, 215);
}


.integrante {
    box-sizing: border-box;
    text-decoration: none;
    color: #0a2953;
    border-bottom: solid .25em rgba(250, 235, 215);
      
}

.integrante img { 
flex-wrap: wrap-reverse;
    justify-content: space-between;
 border-radius: 100%}


.integrante p {
    color: #08c6b7;

}

.comitente {
    color: #08c6b7;
    border-bottom: solid .25em rgba(250, 235, 215);
    padding-bottom: .50em;
  
}

.comitente p {
    box-sizing: border-box;
    text-decoration: none;
    color: #08c6b7;
      
}

h3 {     font-size: 2em;
    line-height: 0.8em;
    text-align: left;
    height: auto;
    
    font-family: 'Montserrat', sans-serif;
    font-size: 900;
    text-transform: uppercase;
    color: #08c6b7;

    
}

h4 {

    font-size: 2em;
    line-height: 0.8em;
    text-align: left;
    height: auto;
    
    font-family: 'Montserrat', sans-serif;
    font-size: 900;
    text-transform: uppercase;
    color: #08c6b7;

    
    
}

.encurso p {
        border-bottom: solid .25em rgba(250, 235, 215);
margin-top: 1em;
    padding-bottom: .50em;
    

    color: #08c6b7
}


.aprobadas p {
    border-bottom: solid .25em rgba(250, 235, 215);
    padding-bottom: .50em;

    color: #08c6b7
}

.objetivo { 
    box-sizing: border-box;
    text-decoration: none;
    color: #08c6b7;
    }

.objetivo p { 
color: #08c6b7;
    border-bottom: solid .25em rgba(250, 235, 215);
margin-top: 0;
    padding-bottom: .50em;

}
    

.contenido { 
    box-sizing: border-box;
    text-decoration: none;
    color: #08c6b7;
    margin-top: 0;
    padding-bottom: .50em;
    }

.contenido p {
color: #08c6b7;
    border-bottom: solid .25em rgba(250, 235, 215);
    margin-top: 0;
    padding-bottom: .50em;
}
    
.secciones { 
    box-sizing: border-box;
    text-decoration: none;
    color: #08c6b7;
    }

.secciones p {
color: #08c6b7;

margin-top: 0;
    padding-bottom: .25em;
}
          
footer {
    background-color: #08c6b7;
    margin-left: -10px;
    margin-top: -20px; 
    margin-right: -10 px;
    display: flex;
    justify-content: center;
    align-items: center; 
    padding: 1em;
font-family: 'Montserrat', sans-serif;
    font-size: 300;
}


footer p {
    color: white;
    padding: 1em;
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    font-size: 10.5px;
}