#caracteristicas{
	background-color: #FADC1B; 
	color:#fff; 	
	text-align: center;
	padding: 50px 0;
	}
#caracteristicas h1{
	font-weight: 100;
}

#caracteristicas .grande{
	font-size: 6em;
    font-weight: 600;
    }
    
#caracteristicas .medida{
	font-size: 3em;
}

#beneficios{
	background-color: #fff; 
	color:#777; 	
	text-align: left;
}

#beneficios h1{
    font-weight: 900;
    font-size: 7em;
    padding-top: 20px;
}

#beneficios p{
	font-weight: 100;
	font-size: 24pt;
}

#beneficios .bene{
	font-weight: 100;
	font-size: 20pt;
}

#beneficios .origen{
	padding: 5vh 0;
}


#beneficios .img-fondo{
	background-image: url("../img/vainilla2.png");
	background-size: cover;
	height: 600px;
    background-position: center;
}

.sugerencias{
	text-align: center;
	background-color: #FADC1B;
	color: #fff;
	padding: 50px 0;
}

.sugerencias h1{
	font-weight: 900;
	font-size: 6em;
}


.receta{
	background-color: #fff;
	color: #777;
}

.receta .img-fondo{
	background-image: url("../img/polloensalsada.jpg");
    height: 860px;
    background-position: center center;
    background-size: cover;
}
.receta .datos{
    	padding: 50px;
    	max-width: 800px
    }


@media (max-width : 991px ){
.receta .img-fondo{
	    height: 500px !important;
	    }
}
@media (max-width : 450px ){
.receta .img-fondo{
	    height: 350px !important;
	    }
}