.boxHomeItems {
	display: block;
	box-sizing: border-box;
	padding: 0 12% 100px 12%;
}

.boxHomeItems .item {
	box-sizing: border-box;
	margin: 0 20px;
	padding: 15px 0 0 0;
	height: 460px;
}

.boxHomeItems .title {
	display: block;
	box-sizing: border-box;
	margin: 0 0 20px 0;
	padding: 20px 0;
	font-size: 2rem;
	font-family: Courgette, 'Trebuchet MS', sans-serif;
	line-height: 1em;
	color: #5b5b5f;
	background-color: white;
	text-align: center;
}

.boxHomeItems .floaterImage {
	position: absolute;
	bottom: -25%;
	left: 50%;
	max-width: 115%;
	transform: translate(-50%,0);
}

.boxHomeItems .polpas {
	background-color: #f1a6a1;
}

.boxHomeItems .sobremesas {
	background-color: #99c9f1;
}

.boxHomeItems .polpas p {
	padding: 0 20px;
	text-align: center;
	color: white;
	font-size: 0.9rem;
}

.boxHomeItems .polpas a {
	display: inline-block;
	margin: 0 0 8px 0;
	text-decoration: none;
	color: white;
	line-height: 1em;
}

.boxHomeItems .polpas a:hover {
	text-decoration: underline;
}

.boxHomeFrutasCongeladas {
	display: block;
	margin: 30px 0 0 0;
	padding: 50px 0 0 480px;
	background: url(../img/im-home-frutas-congeladas.jpg) no-repeat center;
	background-size: 100% auto;
	height: 318px;
	text-decoration: none;
}

.boxHomeFrutasCongeladas p, .boxHomeFrutasCongeladas .titleLevel1 {
	font-family: Courgette, 'Trebuchet MS', sans-serif;
	font-size: 1.8rem;
	line-height: 1.4em;
	color: white !important;
}

.boxHomeItems ul {
	display: block;
	margin: 0;
	padding: 0 25px 25px 25px;
}

.boxHomeItems ul li {
	display: block;
	margin: 0 0 20px 0;
	padding: 0;
	overflow: hidden;
}

.boxHomeItems ul li a {
	display: block;
	position: relative;
	text-decoration: none;
	overflow: hidden;
}

.boxHomeItems ul li p {
	position: absolute;
	top: 50%;
	left: 0;
	width: 60%;
	color: white;
	font-size: 1.6rem;
	font-family: Courgette, 'Trebuchet MS', sans-serif;
	line-height: 1em;
	vertical-align: middle;
	transform: translate(0,-50%);
}

.boxHomeItems ul li img {
	display: inline-block;
	float: right;
	max-width: 40%;
	height: auto;
	vertical-align: middle;
}





/* ########## */
/* RESPONSIVE */
/* ########## */


/* 1440px */
@media screen and (max-width: 1440px) {

}


/* 1377px */
@media screen and (max-width: 1377px) {
	.boxHomeItems {
		padding: 0 2% 150px 2%;
	}

	.boxHomeItems .floaterImage {
		bottom: -30%;
		max-width: 105%;
	}
}

/* 1280px */
@media screen and (max-width: 1280px) {
	.boxHomeFrutasCongeladas {
		padding: 4vw 2vw 0 36vw;
		background-size: 100% auto;
		height: 23.56vw;
	}

	.boxHomeFrutasCongeladas p, .boxHomeFrutasCongeladas .titleLevel1 {
		font-size: 2.5vw;
	}
}


/* 1170px */
@media screen and (max-width: 1170px) {
	.boxHomeItems {
		padding: 0 1% 100px 1%;
	}

	.boxHomeItems .item {
		height: 480px;
	}

  .boxHomeItems .floaterImage {
		bottom: -18%;
	}
}


/* 960px */
@media screen and (max-width: 960px) {
	.boxHomeItems .colLeft, .boxHomeItems .colRight {
		float: none;
		width: 100%;
	}

	.boxHomeItems .polpas {
		margin-bottom: 150px;
		padding-bottom: 200px;
		height: auto;
	}

  .boxHomeItems .sobremesas {
	  height: auto;
  }
}


/* 768px */
@media screen and (max-width: 768px) {
	.boxHomeItems {
		padding: 0 0 40px 0;
	}

	.boxListaNoticias li a img {
		width: 35%;
	}

	.boxListaNoticias li a .title, .boxListaNoticias li a p {
		width: 45%;
	}
}


/* 640px */
@media screen and (max-width: 640px) {
	.boxHomeItems .polpas p {
		padding: 0 10px;
		font-size: 0;
		text-align: left;
	}

	.boxHomeFrutasCongeladas p, .boxHomeFrutasCongeladas .titleLevel1 {
		font-size: 0.9rem;
		line-height: 1em;
	}

	.boxHomeItems .polpas a {
		margin: 0 12px 10px 0;
		width: 47%;
		font-size: 0.9rem;
		line-height: 1em;
		text-align: left;
	}

	.boxListaNoticias li a .arrow {
		display: none;
	}

  .boxListaNoticias li a .title, .boxListaNoticias li a p {
	  width: 55%;
  }
}


/* 480px */
@media screen and (max-width: 480px) {
	.boxHomeItems .floaterImage {
		bottom: auto;
	}

	.boxHomeItems .item {
		margin-left: 0;
		margin-right: 0;
	}

	.boxHomeItems .polpas {
		padding-bottom: 100px;
	}

	.boxHomeItems .polpas a {
		width: 100%;
		font-size: 1rem;
		text-align: center;
		padding: 5px 0;
	}

	.boxHomeItems ul li p {
		width: 70%;
		font-size: 1.1rem;
		line-height: 1em;
	}

	.boxHomeItems ul li img {
		max-width: 30%;
	}

	.boxListaNoticias li a img {
		float: none;
		display: block;
		width: 100%;
		height: auto;
	}

	.boxListaNoticias li a .title, .boxListaNoticias li a p {
		float: none;
		display: block;
		width: 100%;
	}

  .boxListaNoticias li a .title {
	  padding: 0 20px 0 20px;
	  font-size: 0.9rem;
	  line-height: 1.2em;
  }

  .boxListaNoticias li a p {
	  padding: 0 20px 20px 20px;
	  font-size: 0.8rem;
	  line-height: 1.2em;
  }
}


/* 320px */
@media screen and (max-width: 320px) {

}