/**
 * # Bloque productos
 * ---------------------------------------------------------------------------------------------------- */
.wpblock-productos-home .landing {
	min-width: 286.66px;
	max-width: 286.66px;
	min-height: 260px;
	max-height: 260px;
	background: #F6F6F6;
	box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.25);
	border-radius: 35px;
	text-align: center;
	padding-top: 40px;
	padding-bottom: 20px;
	padding-left: 30px;
	padding-right: 30px;
	position: relative;
}

.wpblock-productos-home .landing:hover {
	background: #F29E38;
}

.wpblock-productos-home .landing:hover a {
	background: #00265F;
	color: white;
}

.wpblock-productos-home .landing:hover p {
	color: white;
}

.wpblock-productos-home {
	min-width: 100%;
	min-height: 260px;
	display: flex;
	justify-content: center;
	column-gap: 40px;
	width: 100%;
}

.wpblock-productos-home .landing .title {
	font-size: 20px;
	color: #444444;
	font-weight: bold;
	margin-bottom: 10px;
	min-height: 30px;
	width: 100%;
}

.wpblock-productos-home .landing a {
	min-height: 48.5px;
	background: #F29E38;
	box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
	border-radius: 10px;
	bottom: 0;
	width: 80%;
	color: #00265F;
	text-decoration: none;
}

.wpblock-productos-home .landing .precio {
	min-height: 65px;
	font-weight: bold;
	font-size: 32px;
	color: #00265F;
	position: relative;
	margin-bottom: 0px;
}

.wpblock-productos-home .landing .precio .texto {
	font-weight: normal;
	font-size: 20px;
	position: absolute;
	left: 15px;
	top: 15px;
  	transform: translate(0%, 50%);
}

.wpblock-productos-home .landing .precio .entero {
	font-size: 60px;
}

.wpblock-productos-home .landing .precio .decimal {
	top: 11px;
	font-size: 25px;
	position: absolute;
}

.wpblock-productos-home .landing .precio .euros {
	position: absolute;
	bottom: 20px;
	font-size: 20px;
}

@media only screen and (max-width: 946px) {
	.wpblock-productos-home {
		flex-wrap: wrap;
		row-gap: 40px;
		column-gap: 6%;
		min-height: 560px;
	}
}

@media only screen and (max-width: 900px) {
	.wpblock-productos-home .landing .precio .texto {
		top: -20px;
	}

	.wpblock-productos-home .landing {
		width: 47%;
	}
}

@media only screen and (max-width: 767px) {
	.wpblock-productos-home .landing {
		width: 47%;
	}

	.wpblock-productos-home .landing .precio .texto {
		top: 15px;
	}
}

@media only screen and (max-width: 629px) {
	.wpblock-productos-home {
		min-height: 860px;
	}
}

@media only screen and (max-width: 580px) {
	.wpblock-productos-home .landing .precio .texto {
		top: -20px;
	}
}

@media only screen and (max-width: 500px) {
	.wpblock-productos-home .landing {
		width: 100%;
		margin-bottom: 20px;
	}
	.wpblock-productos-home .landing .precio .texto {
		top: 15px;
		left: 10%;
	}
}

@media only screen and (max-width: 350px) {
	.wpblock-productos-home .landing .precio .texto {
		top: 15px;
		left: 0%;
	}
}