
.page-title{
	padding:  15px;
}
.page-maps{
	padding:  15px;
	display: flex;
	grid-gap: 10px 10px;
	flex-direction: row;
}
@media (max-width: 992px) {
	.page-maps{
		flex-wrap: wrap;
	}
}

@media (max-width: 768px) {
	.page-maps{
		flex-direction: column;
	}
}
.page-filter{
	/*display: grid;
	grid-gap: 10px 10px;
	grid-template-columns: 1fr;*/
	max-width: 300px;
	width: 100%;
}
.page-filter .buttons{
	display: flex;
	grid-gap: 10px 10px;
	justify-content: center;
}
.page-maps-result{
	display: flex;
	justify-content: center;
	grid-gap: 10px 10px;
	width: calc(100% - 310px);
	flex-direction: column;
}
@media (max-width: 992px) {
	.page-maps-result{
		flex-wrap: wrap;
	}
}
@media (max-width: 768px) {
	.page-maps-result{
		width: 100%;
	}
}

.page-maps-result__maps{
	width: 100%;
	/*height: 400px;*/
	/*background: red;*/
}

.page-maps-result__cards{
	width: 100%;
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	grid-gap: 10px 10px;
	font-family: 'lato';
	flex-wrap: wrap;
}
@media (max-width: 992px) {
	.page-maps-result__cards{
		grid-template-columns: 1fr 1fr 1fr;
	}
}
@media (max-width: 768px) {
	.page-maps-result__cards{
		grid-template-columns: 1fr 1fr;
	}
}
@media (max-width: 479px) {
	.page-maps-result__cards{
		grid-template-columns: 1fr;
	}
}

.page-maps-result__cards .product{
	border-radius: 5px;
	-webkit-box-shadow: 0px 0px 5px 0px #000000; 
	box-shadow: 0px 0px 5px 0px #000000;
	min-width: 200px;
}


.page-maps-result__cards .product .productos-item__body{
	padding: 5px 10px;
}

.page-maps-result__cards .product .productos-item__imagen{
	border-radius: 5px 5px 0px 0px;
	/* height: 300px; */
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	padding-top: 100%;
	overflow: hidden;

}
.page-maps-result__cards .product .productos-item__imagen.pasado img{
	filter: grayscale(1);
}

.page-maps-result__cards .product .productos-item__imagen img{
	height: auto;
	max-width: 100%;
	outline: none;
	vertical-align: middle;
	position: absolute;
	top: 0;
	left: 0;
}

.page-maps-result__cards .product .estadoEvento__pasado{
	position: absolute;
	top: 0;
	bottom: 0;
	height: 100%;
	width: 150%;
	display: flex;
	display: none;
	justify-content: center;
	align-items: center;
}

.page-maps-result__cards .product .estadoEvento__pasado .mensaje{
	color: white;
	font-weight: 700;
	font-size: 1.5rem;
	background: #6101D4cc;
	width: 300%;
	transform: rotate(-45deg);
	text-align: center;
	line-height: 1.5;
}

.page-maps-result__cards .product .productos-item__body h4{
	font-weight: 800;
}

.page-maps-result__cards .product .estadoEvento__proximamente{
	position: absolute;
	bottom: 0;
	left: 0;
	border-radius: 0px 8px 0px 0px;
	background: #21ECC4f0;
	padding: 8px 15px;
	color: white;
	font-size: 1.5;
	line-height: 1;
	font-weight: 400;
}


.precio__pago{
	position: absolute;
	bottom: 0;
	right: 0;
	border-radius: 8px 0px 0px 0px;
	background: #6101D4cc;
	padding: 8px 15px;
	color: white;
	font-size: 1.5;
	line-height: 1;
	font-weight: 600;
	display: flex;
	flex-direction: column;
	align-items: flex-end;
}
.precio__pago .precio-regular{
	color: #898989;
	text-decoration: line-through;
	line-height: 1;
}

.precio__pago .precio-promo{
	font-size: 22px;
	font-weight: 800;
	line-height: 1;
}

.precio__gratis{
	position: absolute;
	right: 0;
	bottom: 0;
	background: #6101D4cc;
	color: white;
	padding: 8px 15px;
	line-height: 1;
	border-radius: 8px 0px 0px 0px;
	font-weight: 400;
}




.wpgb-facet.wpgb-facet-2 fieldset{
	position: relative;
}
.wpgb-facet .wpgb-map-pan-to-search{
	left: 0 !important;
	transform: initial !important;
}
.wpgb-map-facet{
	padding-bottom: 0px !important;
	height: 350px;
}