.ofertas{
	font-family: 'Ubuntu', sans-serif;
	background: #00A19D;
	position: relative;
	padding: 0;
	border-radius: 5px;
	border: 1px solid black;
	margin-top: 10px;
	margin-bottom: 10px;
}

.ofertas h3{
	font-weight: 700;
	font-size: 26px;
	padding: 15px 0;
	color: #fff;
	text-transform: uppercase;
}
.ofertas p{
	color: #FFB344;
}

.ofertas h1{
	font-weight: 700;
	color: #FFB344;
	font-size: 60px;
	margin-top: -5px;
	text-shadow: 1px 1px 5px #000;
}

.ofertas h4{
	font-weight: 00;
	color: #fff;
}

.irOferta{
	margin-top: 10px;
	margin-bottom: 10px;
}