@charset "utf-8" ;

@import url('https://fonts.googleapis.com/css2?family=Amatic+SC:wght@400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;600&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    min-height: 100vh;
    min-height: -webkit-fill-available;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-width: 400px;
}

html {
    min-height: -webkit-fill-available;
}
main {
    background-color: white;
    flex-grow: 1;
}

header .contenedor{
   display: flex;
   justify-content: space-around;
   align-items: center;
   
}

header ul {
    list-style: none;
    display: flex;
    justify-content: space-evenly;
    margin-right: 20px;
    }

header ul li {
    margin-left: 20px ;
    display: flex;
}

header ul li a {
    width: 100%;
    height: 100%;
    text-decoration: none;
    font-weight: bold;
    display: flex;
    align-items: center;
    font-family: 'Amatic SC', bold;
    font-size: 25px;
    color:#877b66;
}
#logo {
    width: 90px;
    display: block;
}

.contenedor2 {
    background-color:#B2C798 ;
    height: 170px;
    display: flex;
    width: 100%;
    justify-content: center;
}
.contenedor2 p{
    display: flex;
    margin-left: 40px;
    align-items: center;
    font-family:'Amatic SC';
    color:white;
    font-weight: 900px;
    font-size: 50px;
    text-align: center;
}

@media(min-width:600){
    .contenedor2 p{
        font-weight: 900px;
        font-size: 70px;
    }
    
}
.contenedor3{
    display: flex;
    justify-content: center;
    align-items: baseline;
    margin: 0px 20px 30px 20px;
    flex-wrap: wrap;
    min-width: 400px;

}



.equipo{
    display: flex;
    justify-content: space-evenly;
    flex-direction: column;
    flex-wrap: wrap;
    min-width: 300px;
    
    
}
.equipo div h2{
    display: flex;
    margin-bottom: -10px;
    font-family: 'Amatic SC';
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    
}

.comitente {
    display: flex;
    flex-direction: column;
}
.comitente h2{
    margin-bottom: -10px;
    font-family: 'Amatic SC' ;
    font-size: 30px;
    font-weight: 300px;
}
.objetivo {
    background-color: #D4E6B5;
    padding: 20px 20px 20px 20px;

    border-radius: 15px;
    margin-top: 20px;
}


.equipo ul {
    align-items: center;
    list-style: none;
    display: flex;
    justify-content: space-evenly;
    margin-top: 20px;
    
}
.equipo ul li {
    text-decoration: none;
    list-style: none;
    display: flex;
    justify-content: space-evenly;
    flex-direction: column;
   margin: 20px 20px 20px 20px;
   
}
.equipo ul li img {
    display: flex;
    border-radius: 50%;
    height: 100px;
    width: 100px;
    max-width: 15em;
    max-height: 15em;
    box-shadow: 0 .35em .5em rgba(0 ,0 ,0, .35);
    

}
.equipo ul li a{
    display: flex;
    text-decoration: none;
    text-align: center;
    font-family: 'Open Sans', sans-serif;
    flex-direction: column; 
    
}


.contenedor4 {
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content:center ;
    align-items: center;
    flex-wrap: wrap;
    min-width: 400px;
    
    
}
.contenedor4 img{
    width: 300px;
    height: auto;
}
@media(min-width:600px){
    .contenedor4 img{
        width: 600px;
        height: auto;
    }
}
@media(min-width:900px){
    .contenedor4 img{
        width: 900px;
        height: auto;
    }
}

.contenedor4 ul li { 
    justify-content:space-between ;
    display: inline; 
    list-style: none;
    flex-direction: row;
    
}
.contenedor4 ul li img{
    width: 280px;
    height: auto;
    
} 

.boceto p{
    margin-bottom: -10px;
    font-family: 'Amatic SC', bold ;
    font-size: 30px;
    margin-left: 30px;
    font-weight: 300px;
    margin-bottom: 20px;
    
    

}
.contenedor-boceto img {
    width: 900px;
}


.contenedor5{
   margin-top: 10px;
   margin-bottom: 10px;
   margin-left: 10px;
   margin-right: 10px;
    background-color: #E2D686;
    display: flex;
    justify-content: space-between;
    border-radius: 15px;
    flex-wrap: wrap;
    min-width: 400px;
}
.contenedor5 p{
    margin: 30px 20px 30px 20px;
    display: flex;
    flex-direction: column;
}

footer {
    background-color: #877B66;
}
footer p{
    font-style: italic;
    margin: 20px 20px 20px 20px;

}

.contenedor6{
    display: flex;
    width: 100%;
    height: 100px;
    flex-direction: column;
    justify-content: center;
}
.contenedor6 p{
    margin-left: 40px;
    align-items: flex-start;
    font-family:'Amatic SC';
    color: black;
    font-weight: 800px;
    font-size: 72px;
}

.analisis{
    display: flex;
    justify-content: center;
}
.analisis img{
    margin-top: 20px;
   margin-bottom: 20px;
    width: 300px;
}
@media (min-width:600px){
    .analisis img{
        margin-top: 20px;
       margin-bottom: 20px;
        width: 600px;
    }
}
@media (min-width:900px){
    .analisis img{
        margin-top: 20px;
       margin-bottom: 20px;
        width: 600px;
    }
}

.proposito h2 {
    margin-bottom: -10px;
    font-family: 'Amatic SC', bold ;
    font-size: 30px;
    margin-left: 30px;
    font-weight: 300px;
    margin-top: 20px;
}

.contenedor7{
    display: flex;
    margin-bottom: 20px;
}

.contenedor7 ul {
    list-style: none;
    display: flex;
    justify-content: space-evenly;
    }

.contenedor7 ul li {
    margin-left: 2em ;
    display: flex;
}

.contenedor7 ul li a {
    color: black;
    width: 100%;
    height: 100%;
    text-decoration: none;
    font-weight: bold;
    display: flex;
    align-items: center;
    font-family: 'Amatic SC', bold;
    font-size: 30px;
}