@charset "utf-8";
@import url(href="https://fonts.googleapis.com/css?family=Montserrat|Roboto" rel="stylesheet">);  

header h1 {
    font-family: 'Lato', sans-serif;
    font-weight:400;
  text-align: center;
    color:lightpink;
    font-size:2 em;
    padding: 1.em;
    }
header h2 {
    font-family: 'Lato', sans-serif;
    font-weight:400; 
  text-align: center
    color: blanchedalmond;
    font-size:0.em;
    margin-top: -5em;
        margin-bottom: 3.5em;
    
    }
main nav ul 


{
    font-family: 'Lato', sans-serif;
    font-weight:100;
    
    background-color:black;
padding: 1em 0;
margin: 0 0 em 0;
font-weight: 900;
font-size: 2.2em
}

main nav ul {
    list-style: none;
    flex-direction: row;
    margin: 0;
    display: flex;
    align-content: space-around;
    justify-content: space-around;
    font-size: 0.9em
    }

.destacado { 
    color: white;
    font-family: 'Lato', sans-serif;
    font-weight:900;
}
main nav ul a {
    color:white;
    text-decoration: none;
    text-align: center;   

}


main img {
    line-height: inherit;
    margin: 0em,;
    margin-top: 5em;
    padding: 1em;
       display:inline-block;
    
}
 
    
img{
    width: 12em;
}
html { 
  background: url(img/fondo.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
    display: flex;
     
}
 
body {
   font-family: 'Lato Condensed', sans-serif;
}
 
h1{
   font-family: 'Lato Condensed', sans-serif;
    font-weight: 100;
    letter-spacing: 0.2rem;
    text-align:center;
    color:#7e7e81;
    text-align: center;
    margin-top: 0,9%;
    padding: 20px;
     background-color:rgba(255, 255, 255, 100);
}
 
h2{
   font-family: 'Lato Condensed', sans-serif;
    font-weight: 80;
    font-size: 1.3rem;
    letter-spacing: 0.1rem;
    text-align:center;
    color:#7e7e81;
     background-color:rgba(255, 255, 255, 100);
}
 
 
nav div{
    background-color:rgba(0,0,0,0.5);
    padding-top: 1rem;
    padding-bottom: 1rem;;
    width: 100%; 
    display: grid
  }
 
 
 
 
main{
    background-color:rgba(255, 255, 255, 0.51);
    width:75%;
    text-align: center;
    margin: auto;
    {
    display: flex;
    flex-direction: column;
}
}
 
#presentacion{
    font-size: 1.2rem;
    color:rosybrown;
    margin-left: 20%;
    margin-right: 20%; 
    font-family: 'Lato Condensed', sans-serif;
}
p{
    font-size: 0,5rem;
    color:black;
    margin-left:13%;
    margin-right:13%;
    font-family: 'Lato Condensed', sans-serif;
    font-weight: 00;{
    display: flex;
    flex-direction: column;
}
}
hr{
    width: 40%;
}
     
}
main h2{
    color:papayawhip;
    
    }

.destacado2 {
    font-size: 0.8em; 
    font-family: 'Lato', sans-serif;
    font-weight:600;
    color: rgb(59, 61, 73)    
}

footer {
    font-family: 'Lato', sans-serif;
    font-weight: 300;
text-align: center;
    font-size: 0.8em;
    color: rgb(59, 61, 73);
    margin-top: 8em;

}




        



