@import url('https://fonts.googleapis.com/css?family=Raleway:400,700,900'); 
* {
    margin: 0rem;
    padding: 0rem;
    background-color: #eaefe2;
    box-sizing: border-box;  
}

.centered{
    margin: 0 auto;
}
.flex{
    display: flex;    
}

body{
    flex-direction: column;
}
header ul{
    list-style-type: none;
    justify-content: space-between;
    align-items: center;
}

header a{
    text-decoration: none;
    background-color: transparent;
    margin: 1rem;
    color: #eaefe2;
}

header img{
    width: 80px;
    background-color: #375f9b;
}

header{
    width: 100%;
    align-items: center;
    padding: 0 4rem;
    justify-content: space-between;
    background-color: #375f9b;

}

ul{
    width: 100%;
    justify-content: space-between;
}
nav{
    width: 100%;
    justify-content: space-between;
    background-color: #375f9b; 
    align-items: center;
}

#guarda{
    height: 30px;
    background-image: url(img/guarda.svg);
    background-repeat: repeat-x;
}

nav, footer{
    height: 60px;
}

h1 {
    font-family: 'raleway', sans-serif;
    font-size: 6rem;
    font-weight: 800;
    line-height: 4.5rem;
    text-align: center;
    color: #fc6880;
    font-variant-caps: all-petite-caps;
    padding: 3rem;
}


#contenedor {
    background-color: transparent;
    display: flex;
    width: 90%;
    align-content: center;
    margin-right: auto;
    margin-left: auto;
    justify-content: space-between
    
  
}

#objetivos {
    display: flex;
    flex-direction: column;
    width: 50%;
    background-color: #1ae2bc;
    border-radius: 1.5rem;
    padding-bottom: 1.5rem;
    
    
}

#equipo {
    display: flex;
    flex-direction: column;
    width: 45%;
    background-color: white;
    border-radius: 1.5rem;
    padding-bottom: 2rem;
  
}

h2 {
    background-color: transparent;
    padding: 1.6rem 0.8rem 0.2rem 1.9rem;
    font-family: 'raleway', sans-serif;
    font-size: 2.7rem;
    color: #eaefe2;
    line-height: 3.2rem
    
    
}

p {
    background-color: transparent;
    padding: 1rem 1.9rem 0rem 1.9rem;
    font-family: 'raleway', sans-serif;
    font-weight: 100;
    font-size: 1.3rem;
    color: #136399;

   
}

ul {
    background-color: transparent;
    padding: 1rem 1.9rem 0rem 3.4rem;
    margin-bottom: 1.2rem
}

ul li  {
    background-color: transparent;  
    font-family: 'raleway', sans-serif;
    text-decoration: none;
    color: #136399;
    color: #136399;  
    line-height: 1.3rem
    
}

ul li a {
    background-color: transparent; 
}

h3 {
    background-color: transparent;
    padding: 1.5rem 1rem 0rem 1.9rem;
    font-family: 'raleway', sans-serif;
    font-weight: 600;
    font-size: 2rem;
    color: #fc6880;  
    
}

#pertenencia {
    line-height: 1.6rem;
    
}

footer {
    margin-top: 4rem;
    height: 20%;
    text-align: center;
    background-color: #375f9b;
}

footer p {
    color: white;
    font-size: 0.9rem;
    background-color: transparent;
    font-family: 'raleway', sans-serif;
    padding: 1rem;
    width: 90%;
}

@media(max-width: 800px){
    header{
        flex-wrap: wrap; 
        height: 11rem;
    }
    header ul{
        flex-wrap: wrap;
        font-size: 1.2rem;
        text-align: center;
    }
    header li {
        width: 30%; 
        padding: 0.5rem;
        border-color: white;
    }
    header img{
        height: 40px;
        margin: 1rem 0 0 0;
    }
    header a{
        margin: 0 auto;
    }
}

@media(max-width: 700px){
    #contenedor{
        flex-direction: column;    
    }
    #objetivos, #equipo{
        width: 100%;
        margin: 1rem 0 
    }
    h1{
        font-size: 5rem;
        line-height: 4rem;
        padding: 2rem;
    }
    header ul{
        padding: 0;
    }

}

@media(max-width: 600px){
    header li{
       font-size: 1rem;
        width: 30%;
    }
    ul{
        padding: 0
    }
    header{
        justify-content: center;
    }
}
