.bloque1{
	background: url(/wp-content/themes/bellies/img/fondo.png);
	border: 8px solid #ffe153;
	box-sizing: border-box;
	width: 100%;
	height: inherit;
}

.wrap-bloque1{
	padding: 10px;
	border: 8px dashed #ffe153;
	border-radius: 25px;
}

.producto{
	min-height: 500px;
	min-height: 683px;
	width: 100%;
	font-size: 40px;
	padding-right: 50%;
	color: #fff;
	margin-bottom: 80px;
}

.producto .texto{
	width: 100%;
	padding: 0;
	font-size: 21px;
	
}

.destacado{
	text-shadow: 2px 0 0 #fff, -2px 0 0 #fff, 0 2px 0 #fff, 0 -2px 0 #fff, 1px 1px #fff, -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff;
}

.text{
	margin-top: 15px;
	margin-bottom: 15px;
}

.verde .destacado{
	color: #11a19a;
}

.violeta .destacado{
	color: #951981;
}

.azul .destacado{
	color: #2caae1;
}

.naranja .destacado{
	color: #f9b231;
}

@media (max-width: 640px) {
	
	.wrap-bloque1 {
	    padding: 5px;
	    border: 3px dashed #ffe153;
	    border-radius: 25px;
	}
	
	.producto{
		background: none !important;	
		padding-right: 0;
		font-size: 20px;
		margin-bottom: 30px;
	}
	
	.producto .text{
		width: 100%;
	}
	
	.producto .texto{
		font-size: 14px;
	}
	
}