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


wrapper {
	width:60%;
	height:auto;
	float: left;
	margin-left: 20%;
	margin-right: 20%;
	margin-top: 5%;
	margin-bottom: 2%;
}



.navi {
	width:100%;
	height: auto;
	float: left;
	margin-left: 0%;
	margin-right: 0%;
	margin-top: 1%;
	margin-bottom: 0%;
	font-size: 0.7rem;
	color: #000;
	font-weight: 400;
	text-align: center;
}


.navi a:link,
.navi a:visited {
	color:#000;
}

.navi a:hover {
	color:#666;
}


section {
	width: 100%;
	height: auto;
	float: left;
	margin-top: 1%;
	margin-bottom: 1%;
}


article {
	width: 31.8%;
	height: 500px;
	float: left;
	margin-left: 0%;
	margin-right: 1.5%;
	margin-top: 1%;
	margin-bottom: 3%;
	box-shadow: 0px 12px 22px -6px rgba(0,0,0,.15);
}


article img {
	width:100%;  
	height: 300px;
	border-radius: 5px;
    object-fit: cover;
	float: left;
}


h1 {
	width:100%;
	height: auto;
	float: left;
	margin-left: 0%;
	margin-right: 0%;
	margin-top: 4%;
	margin-bottom: 2%;
	font-size: 1.8rem;
	color: #000;
	font-weight: 600;
}



h2 {
	width:100%;
	height: auto;
	float: left;
	margin-left: 0%;
	margin-right: 0%;
	margin-top: 4%;
	margin-bottom: 0%;
	font-size: 1.2rem;
	color: #000;
	font-weight: 600;
	text-align: center;
	text-transform: uppercase;
}

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


.boton a:link,
.boton a:visited,
.boton a:hover {
	background: #F44141;
	width:30%;
	height: auto;
	float: left;
	border-radius: 3px;
	margin-left: 35%;
	margin-right: 35%;
	margin-top: 5%;
	margin-bottom: 5%;
	font-size: 0.8rem;
	color: #fff;
	font-weight: 400;
	text-align: center;
	padding: 2% 0%;
	text-decoration: none;
	text-transform: uppercase;
}


.max {
	font-size: 1.4rem;
	color: #000;
	font-weight: 600;
}


.promo {
	background: #F44141;
	width:100%;
	height:100px;
	float: left;
	margin-left: 0%;
	margin-right: 0%;
	margin-top: 5%;
	margin-bottom: 0%;
}

.promo {
	background: #F44141;
	width:100%;
	height:auto;
	float: left;
	margin-left: 0%;
	margin-right: 0%;
	margin-top: 5%;
	margin-bottom: 0%;
	font-size: 2rem;
	color: #000;
	font-weight: 600;
	padding: 1% 0%;
	text-align: center;
	text-transform: uppercase;
}


@media screen and (max-width:1500px) {
	
wrapper {
	width:60%;
	height:auto;
	float: left;
	margin-left: 20%;
	margin-right: 20%;
	margin-top: 8%;
	margin-bottom: 0%;
}
	
h1 {
	font-size: 1.4rem;
}	
	
	
article {
	height: 370px;
	}
		
article img {
	height: 200px;
}



h2 {
	font-size: 1rem;
}
	

p {
	font-size: 0.8rem;
	line-height: 1.1rem;
}


.boton a:link,
.boton a:visited,
.boton a:hover {
	width:40%;
	border-radius: 3px;
	margin-left: 30%;
	margin-right: 30%;
	font-size: 0.7rem;
	padding: 4% 0%;
}
	
	
}



@media screen and (max-width:991.98px) {
	
	
wrapper {
	width:96%;
	height:auto;
	float: left;
	margin-left: 2%;
	margin-right: 2%;
	margin-top: 6%;
	margin-bottom: 0%;
}
		

}


@media screen and (max-width:500px) {
	
	
wrapper {
	width:100%;
	height:auto;
	float: left;
	margin-left: 0%;
	margin-right: 0%;
	margin-top: 20%;
	margin-bottom: 5%;
}
	
	

h1 {
	width:90%;
	height: auto;
	float: left;
	margin-left: 5%;
	margin-right: 5%;
	margin-top: 4%;
	margin-bottom: 2%;
	font-size: 1.8rem;
	color: #000;
	font-weight: 600;
}	
	
article {
	width: 90%;
	height: auto;
	float: left;
	margin-left: 5%;
	margin-right: 5%;
	margin-top: 3%;
	margin-bottom: 5%;
}	
	
.boton a:link,
.boton a:visited,
.boton a:hover {
	width:40%;
	height: auto;
	float: left;
	border-radius: 5px;
	margin-left: 30%;
	margin-right: 30%;
	margin-top: 5%;
	margin-bottom: 5%;
	font-size: 0.7rem;
	color: #fff;
	font-weight: 400;
	text-align: center;
	padding: 4% 0%;
	text-decoration: none;
}
	
.promo {
	margin-left: 0%;
	margin-right: 0%;
	margin-top: 5%;
	margin-bottom: 0%;
	font-size: 1rem;
	padding: 3% 0%;
}		
	
	
}



