@charset "utf-8";

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	text-align: center;
}
li{
	color: #777;
	list-style: none;
}
p{
width: 435px;
	color: #777777;	
}

* a{
	text-decoration: none;
}

body{
  background-color:#FFFFFF;

}
h1{
	text-align: center;
}
nav{
	width: 680px;
	margin: auto;
}
h2 {
	font-size: 18px;
	text-decoration: underline;
}
header nav ul{
    list-style: none; 
    margin: 0; 
    padding: 0;
    display:flex;
    flex-direction: row;
    align-content: space-around;
    font-family: 'Roboto Condensed', sans-serif;
    justify-content: space-around;    
}
header nav ul li a{
    color: azure;
    text-decoration: none;
    display:block;
    text-align: center;
}
.boton1{
		width: 210px;
	height: 50px;
	background: #F6946B;
	
	margin: auto;
	margin-bottom: 10px;
	
	border-radius: 10px;
	text-align: center;
	line-height: 50px;
	
	font-size: 18px;
	
	color: #FFFFFF;
}
.boton:hover{
opacity: 0.5;	
}
.boton2{
		width: 210px;
	height: 50px;
	background: #B67BB4;
	
	margin: auto;
	margin-bottom: 10px;
	
	border-radius: 10px;
	text-align: center;
	line-height: 50px;
	
	font-size: 18px;
	
	color: #FFFFFF;
}
.boton3{
		width: 210px;
	height: 50px;
	background: #A0E0E0;
	
	margin: auto;
	margin-bottom: 10px;
	
	border-radius: 10px;
	text-align: center;
	line-height: 50px;
	
	font-size: 18px;
	
	color: #FFFFFF;
}

.destacado{
    color: #B67BB4;
	font-style: normal;
	font-weight:600;
}



main section h2{
    color:#777;
        
}

main section p{
    font-family: 'Roboto Condensed', sans-serif;
    color: #8e8e8e;
}

header img{
    display: block;
    margin: auto;
    margin-bottom: 50px;
	margin-top: 50px;
    
}
footer{
	background-color: #B67BB4;
	text-align: center;
	color: #fff;
	font-size: 14px;
	
}
 footer p{
	 padding: 15px;
	 width: 555px;
	 color: #fff;
	 text-align: center;
	 margin: auto;
}
