@charset "UTF-8";
/* CSS Document */


wrapper {
	width:90%;
	height: auto;
	float: left;
	margin-left: 5%;
	margin-right: 5%;
	margin-top: 0%;
	margin-bottom: 0%;
}



section {
	width:80%;
	height: auto;
	float: left;
	margin-left: 10%;
	margin-right: 10%;
	margin-top: 10%;
	margin-bottom: 5%;
}


h2 {
	width:96%;
	height: auto;
	float: left;
	margin-left: 2%;
	margin-right: 2%;
	margin-top: 2%;
	margin-bottom: 2%;
	font-size: 2.4rem;
	font-weight: 600;
	color: #f59f59;
	text-align: center;
}


aside {
    background: #f59f59;
	width:32%;
	height: 500px;
	float: left;
	margin-left: 0.5%;
	margin-right: 0.5%;
	margin-top: 1%;
	margin-bottom: 1%;
}



aside img {
    width:100%;
    height: auto;
    float: left;
}


h3 {
	width:96%;
	height: auto;
	float: left;
	margin-left: 2%;
	margin-right: 2%;
	margin-top: 3%;
	margin-bottom: 1%;
	font-size: 1.2rem;
	font-weight: 600;
	color: #160821;
	text-align: left;
}


p {
	width:96%;
	height: auto;
	float: left;
	margin-left: 2%;
	margin-right: 2%;
	margin-top: 1%;
	margin-bottom: 1%;
	font-size: 0.9rem;
	font-weight: 400;
	color: #160821;
	text-align: left;
	line-height: 1.4rem;
}



.boton a:link,
.boton a:hover,
.boton a:visited {
    background: #160821;
	width:96%;
	height: auto;
	float: left;
	margin-left: 2%;
	margin-right: 2%;
	margin-top: 3%;
	margin-bottom: 1%;
	font-size: 0.9rem;
	font-weight: 400;
	color: #f59f59;
	text-align: center;
	line-height: 1.4rem;
    padding: 2% 0%;
    text-decoration: none;
}




@media screen and (max-width:1600px) {
    
    
 aside {
    background: #f59f59;
	width:32%;
	height: 400px;
	float: left;
	margin-left: 0.5%;
	margin-right: 0.5%;
	margin-top: 1%;
	margin-bottom: 1%;
}   
    
    
    
    
}



@media screen and (max-width:500px) {
    
    
 section {
	width:96%;
	margin-left: 2%;
	margin-right: 2%;
	margin-top: 20%;
	margin-bottom: 5%;
}


h2 {
	font-size: 1.6rem;
}


aside {
	width:100%;
	margin-left: 0%;
	margin-right: 0%;
	margin-top: 2%;
	margin-bottom: 2%;
} 
    
h3 {
	margin-top: 3%;
	margin-bottom: 1%;
	font-size: 1.2rem;
}


p {
	margin-top: 1%;
	margin-bottom: 1%;
	font-size: 0.8rem;
	line-height: 1.3rem;
}    
    

.boton a:link,
.boton a:hover,
.boton a:visited {
	margin-top: 3%;
	margin-bottom: 1%;
	font-size: 0.8rem;
	line-height: 1.3rem;
    padding: 2% 0%;
}    
    
    
}
