@charset "utf-8";

      /* Mobile First */

/*GENERALES*/

*{
    padding: 0;
    margin: 0;
}

body {
    background-color: mintcream;
}


/*ENCABEZADO*/



    
.frutillita{
    height:10em;
    align-content: center;
    margin-left: auto;
    margin-right: auto;
    margin-top: 1rem;
    margin-bottom: 1rem;
    display: block;
}

.navbar1 img {
    width: 75px;
    border-radius: 50%;
        
}

.navlist1 {
    display: flex;
    justify-content: space-evenly;
    align-content: center;
    margin: 1em;
  
}

.navlist1 ul li {
    display: inline-flex;
    
    
}

.navlist1 li{
    list-style: none;
    display: flex;
    justify-content: flex-end;
    flex-direction: row;
    align-items: center;
    font-family: 'Amatic SC', cursive;
    font-size: 23pt;
    font-weight: bold;
   
    
    
}
.navlist1 a {
    text-decoration: none;
    color: mediumaquamarine;
}

.navlist1 a:hover{
    color: #d88587;
    transition: 0.5s;
    
}


/*CUERPO*/

h1 {
    color: #d88587;
    font-family: 'Amatic SC', cursive;
    font-size: 30pt;
    font-weight: bold;
    text-align: center;
    margin: 1em;
}

h2 {
    color: #d88587;
    font-family: 'Amatic SC', cursive;
    font-size: 40px;
    font-weight: bold;
    text-align: center;
}

h3 {
    color: mintcream;
    font-family: 'Amatic SC', cursive;
    font-size: 30px;
    font-weight: bold;
    text-align: center
}

h4 {
    color: mintcream;
    font-family: 'Montserrat', sans-serif;
    text-align: center;
    
}

p {
    color: mintcream;
    font-family: 'Montserrat', sans-serif;
    text-align: center;
}

.objetivo{
    background-color: #d88587;
    border-radius: 15px;
    padding:3em;
    width: 60%;
    margin: auto;
    margin-top: 1em;
    margin-bottom: 1em;
    
    }

.mainbody{
    display: flex;
    justify-content:center;
    align-content: center;
    margin: 1em;
}


.comitente {
   background-color: #30B290;
   border-radius: 15px;
   padding: 3em;
   width: 60%;
   margin: auto;
   margin-top: 1em;
   margin-bottom: 1em;
   align-content: center;
    
}

.ideageneral{
   background-color: #d88587;
   border-radius: 15px;
   padding: 3em;
   width: 60%;
   margin: auto;
   margin-top: 1em;
   margin-bottom: 1em;
   align-content: center;
    
}

.equipo {
   align-content: center;
   float:left;
   padding: 1em;
}
.avatares{
    display: flex;
    justify-content:center;
    align-content: center;
    height: 7em;
    margin-left:2em;
}

.equipo1 li {
    list-style: none;
    font-family: 'Montserrat', sans-serif;
    text-align: center;
    font-size: 12pt;
    font-weight: bold;
    margin-right:4.5em;
    padding: 1em;
   background-color: #D3C271;
    border-radius: 15px;
}

.equipo li a {
    color:mintcream;
    font-size: 12pt;
    text-align: center;
    text-decoration: none;
   
}

.equipo a:hover{
    color: #d88587;
    transition: 0.5s;
}

.mvp img {
    margin: auto;
    border-radius: 15px;
    display: flex;
    justify-content: center;
    width: 35%;
    padding-bottom: 2em;
    margin-top: 1em;
}

.persona img {
    margin: auto;
    border-radius: 15px;
    display: flex;
    justify-content: center;
    width: 35%;
    padding-bottom: 2em;
    margin-top: 1em;
}

.mapa img {
    margin: auto;
    width: 50%;
    border-radius: 15px;
    display: flex;
    justify-content: center;
}

.bocetos img {
    margin: auto;
    width: 50%;
    height: 50%;
    border-radius: 15px;
    display: flex;
    justify-content: center;

}

.datos_fadu {
    background-color: #d88587;
    border-radius: 15px;
    padding: 3em;
    width: 60%;
    margin: auto;
  
}

/*PIE*/

footer {
    background-color: #30B290;
    margin-top: 2em;
    padding-left: 0.5em;
    padding-right: 1em;
    padding-bottom: 0.5em;
    display: block;
}

.pie {
    color: mintcream;
    text-align:left;
    font-style: italic;
    font-size: 9pt;
    margin: 1em;
    padding-top: 1em;
    padding-left: 1em;
    padding-right: 1em;
}
