@import url("https://use.typekit.net/rwh8wxu.css");

body{
	font-family: futura-pt, sans-serif;
	overflow-x: hidden;
}

.relative {
	position: relative;
}

.text-center {
	text-align: center;
}

.img-bg {
	width: 100%;
	height: auto;
}

.infos {
	font-size: 1.2em;
    line-height: 1.2em;
}

.infos h3 {
	font-weight: bold;
	text-transform: uppercase;
	font-size: 1.5em;
    margin-bottom: 20px;
    letter-spacing: -2px;
}

.content-intro {
	position: absolute;
	top: 50px;
    left: 0px;
    width: 100%;
    color: #FFF;
    font-size: 1em;
    line-height: 1em;
}

#grill {
	background: #FE3650;
	color: #FFF;
	padding: 30px 0px 130px 0px;
	font-size: 1.6em;
	text-align: center;
}

#grill h2 {
	width: 100%;
	text-align: center;
	text-transform: uppercase;
	margin-bottom: 50px;
	font-size: 1.6em;
	letter-spacing: -1px;
}

.btn-alimentos {
	cursor: pointer;
	position: absolute;
	left: 50%;
    transition: all 0.5s ease;
    margin-top: -35px;
    margin-left: -35px;
    z-index: 2;
}

.btn-alimentos.up {
	transform: rotate(180deg);
}

#alimentos {
	background: #CCC;
	display: none;
}

.box-alimento {
	padding: 350px 0px 0px 0px;
}

.box-alimento .info{
	width: 100%;
	text-align: center;
	background: rgba(23,42,70, 0.6); 
	color: #FFF;
	font-size: 1.5em;
	padding: 30px 0px;
}

.box-alimento.preparo {
	background: url('../img/macarrao.jpg');
	background-size: cover;
}

.box-alimento.preserva {
	background: url('../img/salada.jpg');
	background-size: cover;
}

#cozimento {
	background: #FFF;
	color: #95a5bb;
	padding: 50px 0px;
}

#cozimento h3 {
	color: #5d6c7e;
}

#versatilidade {
	background: #88cbbf;
	color: #FFF;
	padding-top: 30px;
}

#versatilidade h3 {
	margin-top: 20px;
}

#versatilidade .infos {
	padding-bottom: 20px;
}

footer {
	background:#274a78;
	width: 100%;
	padding: 10px 70px;
	position: relative;
	z-index: 5;
}

.text-footer {
	font-size:10px;
	color: #6d86a2;
}


/*------------------------------------------------------------------
---------------------------- RESPONSIVO ----------------------------
--------------------------------------------------------------------*/

@media (min-width: 420px) {
	
	.content-intro {
	    top: 80px; 
	    font-size: 1.6em;
	}
}


@media (min-width: 768px) {

	.content-intro {
	    top: 80px; 
	    font-size: 2.2em;
	}

	#versatilidade {
		padding: 0px;
	}

	#versatilidade .infos {
		padding-bottom: 0px;
	}

}

@media (min-width: 992px) {

	.infos {
		font-size: 1.4em;
	}

	.content-intro {
	    top: 130px; 
	    font-size: 2.5em;
	    left: -25px;
	}

}

