
html { 
  background: url(../2/imagenes/fondo.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
    	/* Flexbox */
	display:flex;
	flex-flow:row wrap;
}

body {
   font-family: 'Roboto Condensed', sans-serif;
    
    
}

h1{
   font-family: 'Roboto Condensed', sans-serif;
    font-weight: 100;
    font-size: 4rem;
    letter-spacing: 0.7rem;
    text-align:center;
    color:white;
    text-align: center;
    margin-top: 0,5%;
    padding: 40px;
   
}

h2{
   font-family: 'Roboto Condensed', sans-serif;
    font-weight: 200;
    font-size: 1.5rem;
    letter-spacing: 0.3rem;
    text-align:center;
    color:white;
}


nav div{
    background-color:rgba(0,0,0,0.5);
    padding-top: 1rem;
    padding-bottom: 1rem;;
    width: 100%;    
}

main{
    background-color:rgba(0,0,0,0.5);
    width:70%;
    text-align: center;
    margin: auto;
}

#presentacion{
    font-size: 1.2rem;
    color:white;
    margin-left: 20%;
    margin-right: 20%; 
    font-family: 'Open Sans Condensed', sans-serif;
}
p{
    font-size: 0,5rem;
    color:white;
    margin-left: 25%;
    margin-right: 25%;
    font-family: 'Open Sans Condensed', sans-serif;
    font-weight: 100;
}


hr{
    width: 40%;
}
    
}
main h2{
    color:white;

}

div.botones a {
    margin-left: 30px;
    margin-right: 30px;
    color: white;
    font-family: 'Roboto Condensed', sans-serif;
}
div{
    text-align: center;
    margin: auto;
    border-radius: 15px;
    width: 100%;
}
#leyenda{
    color:white;
    font-family: sans-serif;
    font-size: 0.8rem;
    margin-left: 10px;
    margin-right: 10px;
    line-height: 100x;
    background-color:rgba(0,0,0,0.5);
    padding-top: 1rem;
    padding-bottom: 1rem;

}


button {
    width: 30%;
    background-color: transparent;
    border: 2px solid #FFF;
    height: 4em;
    color: #FFF;
    font-size: 20px;
    cursor: pointer;
    text-transform: uppercase;
    font-family: 'Roboto Condensed', sans-serif;

}
button a{
    color: white
}
button:hover { 
    background-color: white;
}

button a:hover {
    color:grey
}

main section img.img{
    border-radius: 50%;
    width: 60%;
    margin-top: -2em;
    
}

.boton-resaltado{
    font-weight: 600;
}

