@charset "utf-8";
* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
	font-family: 'Lato', sans-serif;
	font-weight: 400;
}
* a {
	text-decoration: none;
}
nav{
	width: 680px;
	margin: auto;
}

body{
  background-color:#FFFFFF;

}

h1{
	text-align: center;
}
h3{
	text-align: center;
}
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:#fff;
    text-decoration: none;
    display:block;
    text-align: center;
}
.boton1{
		width: 210px;
	height: 50px;
	background:#903367;
	
	margin: auto;
	margin-bottom: 10px;
	
	border-radius: 15px;
	text-align: center;
	line-height: 50px;
	
	font-size: 18px;
	
	color: #FFFFFF;
}
.boton:hover{
opacity: 0.5;	
}
.botone {
    height: 40px;
    background: #A0E0E0;
    margin: auto;
    margin-bottom: 10px;
    border-radius: 10px;
    text-align: center;
    line-height: 10px;
    font-size: 18px;
    color: #FFFFFF;
    padding: 15px;
}
.destacado{
    color:#FBAD59;
	font-weight: 600;
    font-size: 40px;
}

main {
    display: flex;
    flex-direction: row;
    text-align: center;
    align-content: space-around;
	justify-content: space-around;
	width: 800px;
	margin: auto;
}

main section h2{
    color:#FFFFFF;
    font-size: 1.1em;
}
.item0 h1{
    font-weight: 600;
    font-size: 20px;
    font-style: oblique;
}

.item1 h1{
    background: #FBAD59;
    font-family: 'Quicksand', sans-serif;
    font-weight: 700;
    border-radius: 20px;
    color:white;
}

.item2 h1{
    font-size: 26px;
    font-weight: 600;
    font-family: 'Lato', sans-serif;
    background: #D1D3D4;
    width: 300px;
    border-radius: 10px;
    margin: auto;
}
.item2 p{
    text-align: center;
    margin-bottom: 10px;
    font-family: 'Quicksand', sans-serif;
    font-weight: 600;
    
}
.item3 h1{
       font-size: 26px;
    font-weight: 600;
    font-family: 'Lato', sans-serif;
    background: #D1D3D4;
    width: 300px;
    border-radius: 10px;
    margin:auto;
}
.item3 p{
    margin-bottom: 10px;
    font-family: 'Quicksand', sans-serif;
    text-align: justify;
    font-size: 15px;
    width: 600px;
    margin: auto;
    font-weight: 600;
    
}

    
}

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

header img{
    display: block;
    height: 5em;
    margin: auto;
    margin-bottom: 3em;
    
}
footer{
	background-color: #903367;
	text-align: center;
	color: #fff;
	font-size: 14px;
	
}
 footer p{
	 padding: 15px;
	 width: 555px;
	 color: #fff;
	 text-align: center;
	 margin: auto;
     font-style: oblique;
}


