.cuadro {overflow: inherit;}
.cards .cuadro {margin-bottom: 30px;}

/*BIENVENIDA*/
.bienvenida {
	margin-bottom: 30px;
}
.bienvenida .left {
	color: #fff;
	font-family: 'artbrushmedium', sans-serif;
	font-size: 26px;
	padding: 30px 0;
	
	/*-webkit-border-top-left-radius: 3px;
	-webkit-border-bottom-left-radius: 3px;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-bottomleft: 3px;
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;*/
}
.bienvenida .right {padding: 40px 20px;background-color: #fff;
}

.bienvenida p {	
	color: #f99823;
	font-family: 'artbrushmedium', sans-serif;
	font-size: 26px;
	margin-bottom: 0
}

/*PRODUCTOS*/
.productos {
	margin-bottom: 30px;
	color: #5b2d10;
}
.productos img {
	margin-bottom: 35px;
}
.productos a {
	display: block;
}
.productos .info {
	padding: 0 40px;
	margin-bottom: 40px;
}
.productos h2 {
	font-size: 30px;
	font-family: 'artbrushmedium', sans-serif;
	color: #f89721;
	margin: 40px 0 50px 0;
	text-transform: capitalize;
}
.productos .title {
	font-weight: bold;
	margin: 0 0 15px 0;
	text-transform: capitalize;
}
.productos p {
	font-size: 14px;
}


/*CARDS*/
.cards {
	font-size: 12px;
	color: #343434;
}
.cards .imagen {
	position: relative;
	height: 245px;
	background-size: cover;
	background-position: center;
}
.cards .bl,
.cards .br {
	position: absolute;
	bottom: 0;
	width: 25px;
	height: 31px;
	background-repeat: no-repeat;
}
.cards .bl {
	left: 0;
	background-image: url(/assets/img/cards-over-bl.png);
}
.cards .br {
	right: 0;
	background-image: url(/assets/img/cards-over-br.png);
}
.cards .info  {
	padding: 20px;
}
.cards .title {
	font-size: 14px;
	font-weight: bold;
}
.cards .imagen a {
	position: absolute;
	top: 0;
	bottom: 0;
	width: 100%;
}
.cards .info a {
	color: #f99823;
}

/*NEWSLETTER*/
.newsletter {
	background-image: url(/assets/img/newsletter-honey.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	font-size: 14px;
	color: #333;
	padding: 20px;
}
.newsletter .title {
	font-family: 'artbrushmedium', sans-serif;
	font-size: 26px;
	margin-top: 60px;
	color: #f89721;
	text-align: center;
	margin-bottom: 20px;
	font-weight: normal;
}
.newsletter input[type=text] {
	background-color: #e6e6e6;
	border-radius: 0;
	border: 0;
	
}
.newsletter form .btn-primary {
    margin: 32px 0;
}
.newsletter label {
	font-weight: bold;
}

/*BLOG*/
.label-recetas {
	background-color: #f89721;
}
.label-blog {
	background-color: #f26524;
}


/*==========  Mobile First Method  ==========*/

/* Custom, iPhone Retina */ 
@media only screen and (min-width : 320px) {
    .bienvenida {margin-top: 0px;}
    .footer {margin-top: 0;}
}

/* Extra Small Devices, Phones */ 
@media only screen and (min-width : 480px) {
}

/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {
}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {
	.bienvenida {margin-top: 20px;}
	.cards .cuadro {margin-bottom: 30px;}
}

/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {

}

