.horarios_bg {
	display: none;
	position: fixed;
	top   : 0px;
	left  : 0px;
	right : 0px;
	bottom: 0px;
	background: rgba(0, 0, 0, 0.25);
	z-index: 10000;
}
.horarios_bg.shown {
	display: block;
}

.horarios_fg,
.whatsapp_fg {
	display: none;
	position: fixed;
	top   : 50%;
	left  : 50%;
	padding: 20px;
	max-width : 480px;
	transform: translate(-50%, -50%);
	background: #FFFFFF;
	z-index: 10001;
}
.horarios_fg.shown,
.whatsapp_fg.shown {
	display: block;
}
.horarios_x,
.whatsapp_x {
	position: absolute;
	top   : -5px;
	right : -5px;
	width : 20px;
	height: 20px;
	color : #FFFFFF;
	font-size  : 10px;
	line-height: 20px;
	text-align : center;
	background: red;
	border-radius: 20px;
	cursor: pointer;
}
.horarios_x:hover,
.whatsapp_x:hover {
	color : #FFFFFF;
}
.horarios_x:after,
.whatsapp_x:after {
	content: '\274c';
}

@media (max-width: 1023px) {
	.horarios_fg,
	.whatsapp_fg {
		width: 75vw;
		max-height: 75vh;
	}
	.horarios_fg .wpb_row,
	.whatsapp_fg .wpb_row {
		height: calc(75vh - 40px);
		overflow: scroll;
	}
	.horarios_x,
	.whatsapp_x {
		position: absolute;
		top   : 5px;
		right : 5px;
	}
	.mobile-horarios,
	.mobile-whatsapp {
		color: #000000;
	}
}

@media (min-width: 1024px) {
	.mobile-horarios,
	.mobile-whatsapp {
		display: none;
	}
}

