/*
 * Estilos extraídos de los shortcodes (antes inline en functions.php).
 * Tema: Hojarasca - Danza
 */

/* Calendario de eventos (FullCalendar) */
.hd-event-calendar {
	width: 650px;
	max-width: 100%;
	height: auto;
	text-align: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.hd-event-calendar .fc-day-number,
.hd-event-calendar .fc-day-header {
	color: #fff;
}
.hd-event-calendar .fc-scroller {
	overflow: visible !important;
	height: auto !important;
}
.hd-event-calendar .fc-prev-button,
.hd-event-calendar .fc-next-button {
	background-color: red;
	color: black;
}

/* Vídeo de portada en home */
.video-container {
	position: relative;
	width: 100%;
	aspect-ratio: 16 / 9;
	overflow: hidden;
}
@media screen and (max-width: 767px) {
	.video-container {
		overflow: hidden;
		width: 100%;
		height: 60vw;
	}
}
.video-hosted {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.video-overlay-link {
	position: absolute;
	bottom: 45px;
	right: 45px;
	color: #ed1919 !important;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 3px;
	text-decoration: none;
	background: #fff;
	padding: 10px;
}

/* Formulario de suscripción */
.hd-subscribe {
	display: flex;
	flex-wrap: nowrap;
	padding: 0 30px;
}
#hd-subscribe-email {
	background-color: transparent;
	color: white;
	padding: 5px;
	font-family: 'Open Sans', sans-serif;
	border-radius: 0;
	border: 1px solid white;
}
#hd-subscribe-button {
	background-color: white;
	color: black;
	padding: 5px 20px;
	font-family: 'Open Sans', sans-serif;
}
#hd-subscribe-message {
	text-align: center;
	color: white;
}
#hd-subscribe-message.error { color: #ff8080; }
#hd-subscribe-message.success { color: #b6f5b6; }
#hd-subscribe-trap {
	position: absolute !important;
	left: -9999px !important;
	width: 1px;
	height: 1px;
	overflow: hidden;
}

/* Swiper de noticias */
.swiper-button-prev,
.swiper-button-next {
	color: #fff !important;
}
