/*
Theme Name: Huerto Ribera
Theme URI: huertoribera.com
Description: Huerto Ribera
Author: Filmac
Author URI: https://dev.huertoribera.com
Template: hello-elementor
Version: 1.0
*/
@font-face {
	font-family: 'montserrat';
	src: url('assets/fonts/Montserrat-Regular.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

body {
	font-family: 'montserrat' !important;
}

/***Listado productos***/
.listadoproductos {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	column-gap: 50px;
}

.listadoproductos .card {
	text-align: center;
	background: #000;
	border-radius: 30px;
	color: #FFF;
	padding: 40px;
	margin-bottom: 50px;
	position: relative;
	min-height: 450px;
}

.listadoproductos .card .img img {
	border-radius: 30px;
	height: 215px;
	width: 100%;
	object-fit: cover;
}

.listadoproductos .card .fecha {
	font-weight: bold;
	padding: 20px 35px 10px;
	font-size: 25px;
	line-height: 32px;
}

.listadoproductos .card .titulo {
	font-weight: 300;
	padding: 10px 0;
	font-size: 20px;
	line-height: 28px;
	margin-bottom: 70px;
}

.listadoproductos .card .precio {
	font-weight: 500;
	padding: 10px 0;
	font-size: 30px;
	line-height: 45px;
	min-height: 100px;
}

.listadoproductos .card .btn {
	background: #008037;
	font-size: 22px;
	border-radius: 20px;
	max-width: 80%;
	margin: auto;
	padding: 5px 0;
	position: absolute;
	bottom: 40px;
	left: 0;
	right: 0;
}

.listadoproductos .card .evento {
	background: transparent;
	font-size: 22px;
	border-radius: 20px;
	max-width: 90%;
	margin: auto;
	padding: 5px 0;
	position: absolute;
	bottom: 80px;
	left: 0;
	right: 0;
}

.listadoproductos .card .btn a {
	color: #FFF;
	font-weight: 400;
}

.listadoproductos .card .evento a {
	text-decoration: underline;
	margin-bottom: 20px;
	display: block;
	color: #008037;
	font-weight: 700;
}

.return-to-shop {
	background-color: rgb(0, 128, 55, .8);
	border-radius: 50px;
	margin: 0 10px !important;
	width: 235px;
	text-align: center;
}

.return-to-shop a {
	padding-left: 20px !important;
	padding-right: 20px !important;
	padding-top: 12px !important;
	padding-bottom: 12px !important;
	font-family: 'montserrat' !important;
	font-size: 16px !important;
	font-weight: 500 !important;
	text-transform: uppercase;
	color: #FFF !important;
	background-color: transparent !important;
}

.booking-spaces-left {
	display: none !important;
}

@media only screen and (max-width: 1500px) and (min-width: 1025px) {
	.col-caja-lateral {
		width: 60% !important;
	}

	.listadoproductos {
		column-gap: 30px;
	}

	.listadoproductos .card {
		padding: 25px;
	}
}

@media only screen and (max-width: 1024px) {
	.listadoproductos {
		grid-template-columns: 1fr 1fr;
	}

	.listadoproductos .card {
		margin-bottom: 50px;
	}

	.listadoproductos .card .fecha {
		font-size: 21px;
		line-height: 28px;
	}
}

@media only screen and (max-width: 768px) {
	.listadoproductos {
		grid-template-columns: auto;
	}

	.listadoproductos .card {
		min-height: auto;
	}

	.listadoproductos .card .btn,
	.listadoproductos .card .evento {
		position: relative;
		bottom: auto;
	}

	.listadoproductos .card .titulo {
		margin-bottom: 30px;
	}
}

@media only screen and (max-width: 480px) {
	.listadoproductos .card .fecha {
		font-size: 22px;
		line-height: 28px;
		padding: 20px 0 10px;
	}

	.listadoproductos .card .titulo,
	.listadoproductos .card .precio {
		min-height: auto;
	}

	.listadoproductos .card .btn {
		line-height: 28px;
	}
}

.grecaptcha-badge {
	visibility: hidden;
}

/***Listado noticias***/
.listadonoticias {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	column-gap: 35px;
	width: 100%;
	float: left;
}

.listadonoticias .card {
	text-align: center;
	color: #000;
	padding: 1px;
	margin-bottom: 50px;
	position: relative;
	min-height: auto;
}

.listadonoticias .card .img {
	aspect-ratio: 1;
}

.listadonoticias .card .img img {
	height: 350px;
	width: 100%;
	object-fit: cover;
	box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.15);
}

.listadonoticias .card .fecha {
	font-weight: 400;
	padding: 2px 35px 0px;
	font-size: 14px;
	line-height: 24px;
	border-left: 1px solid #31965B;
	padding-left: 10px;
	text-align: left;
	margin-top: 5px
}

.listadonoticias .card .titulo {
	font-weight: 600;
	padding: 10px 0;
	font-size: 17px;
	line-height: 26px;
	min-height: 10px;
	font-family: montserrat;
	text-align: left;
	margin-top: 5px;
}

.listadonoticias .card a .titulo {
	color: #000;
}

.listadonoticias .card .categoria {
	margin-bottom: 10px;
	font-weight: 400;
	font-size: 17px;
}

.listadonoticias .card .categoria a {
	color: #25613a;
}

.listadocategorias {
	width: 100%;
	float: left;
	text-align: left;
	margin-bottom: 40px;
}

.listadocategorias ul {
	border-left: 2px solid #31965B;
	padding-top: 30px;
	padding-left: 20px;
}

.listadocategorias li {
	display: inline-block;
	list-style: none;
}

.listadocategorias li a {
	color: #31965B;
	font-weight: 600;
	font-size: 22px;
	font-weight: 600;
	font-family: 'montserrat';
}

.listadocategorias li.current-cat a {
	border-bottom: 2px solid;
}

.listadocategorias li:after {
	content: '|';
	padding: 0 5px;
}

.listadocategorias li:first-child:after {
	content: '|';
	padding: 0 5px 0 10px;
}

.listadocategorias li:last-child:after {
	content: '';
}

.pagnoticias .listadonoticias .selector,
.pagnoticias .listadonoticias .cards,
.pagnoticias .listadonoticias .pagination {
	width: 100%;
	float: left;
}

.pagination {
	width: 100%;
	float: left;
	margin-bottom: 100px;
}

.pagination div {
	border-top: 2px solid #25613a;
	text-align: center;
	max-width: 462px;
	float: right;
	padding-left: 50px;
}

.pagination div span.current {
	font-size: 23px;
	line-height: 28px;
	color: #31965B;
	font-family: 'montserrat';
	font-weight: bold;
	padding: 0 5px;
	border-bottom: 2px solid;
}

.pagination div span {
	margin: 15px 18px;
	display: inline-block;
	vertical-align: middle;
	font-size: 23px;
	line-height: 28px;
	font-family: 'montserrat';
}

.pagination div span a,
a.inactive {
	color: #25613a;
}

@media (max-width: 1024px) {
	.listadocategorias {
		padding: 20px 10% 0;
	}

	.listadonoticias {
		padding: 0 10%;
		grid-template-columns: 1fr 1fr;
	}

	.pagination {
		padding: 0 10%;
		margin-bottom: 80px;
	}

	.listadocategorias li a {
		font-size: 18px;
	}

	.listadonoticias .card .img img {
		object-fit: cover;
		aspect-ratio: 1;
		height: auto;
		width: auto;
	}
}

@media (max-width: 480px) {
	.listadonoticias {
		grid-template-columns: auto;
	}
}

/* Cambios eventos */
.eventos-item {
	margin: 0;
	margin-bottom: 20px;
}

.eventos-item.elementor-column.elementor-col-25 {
	flex-basis: 100%;
}

.eventos-item--container .elementor-container {
	flex-wrap: wrap;
}

.eventos-item--img img {
	width: 100%;
	object-fit: cover;
	aspect-ratio: 16/9;
}

.eventos-item--img-wrapper .elementor-background-overlay {
	z-index: 1;
}

.eventos-item--img-title {
	overflow: hidden;
}

.container__thin-text {
	margin: 0 auto;
}

.container__thin-text p,
.container__thin-text h1,
.container__thin-text h2,
.container__thin-text h3,
.container__thin-text h4 {
	max-width: 820px;
}

@media (min-width: 920px) {
	.eventos-item.elementor-column.elementor-col-25 {
		flex-basis: calc(50% - 60px);
		margin-right: 60px;
		margin-bottom: 60px;
	}

	.eventos-item--container {
		margin-right: -60px;
	}
}

/* .eventos-item--title h2 {
	position: absolute;
	bottom: 40px;
	left: 40px;
} */
/***************************************/