@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swap');
@import url("fontawesome-all.min.css");

html, body, div, span, applet, object,
iframe, h1, h2, h3, h4, h5, h6, p, blockquote,
pre, a, abbr, acronym, address, big, cite,
code, del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var, b,
u, i, center, dl, dt, dd, ol, ul, li, fieldset,
form, label, legend, table, caption, tbody,
tfoot, thead, tr, th, td, article, aside,
canvas, details, embed, figure, figcaption,
footer, header, hgroup, menu, nav, output, ruby,
section, summary, time, mark, audio, video {
	margin: 0;
    padding: 0;
    box-sizing: border-box;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;}

body {
    line-height: 1;
}

/* Sección Intro */
.intro {
    position: relative;
    height: 100vh; /* Ocupa toda la pantalla */
    overflow: hidden;
    color: #fff;
    text-shadow: 4px 4px 4px rgba(0, 0, 0, 0.7);
}

/* Video de fondo */
.intro video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 93%;
    object-fit: cover; /* Asegura cobertura sin distorsión */
    z-index: -1; /* Detrás del contenido */
}

.expanded-video {
    width: 100% !important;
    height: 100vh !important;
    object-fit: contain !important;
	border-radius: 12px;
    box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.3);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    background: black;
}

/* Video responsivo */
.responsive-video {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
	border-radius: 12px;
    box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.3);
}

/* Ajuste para pantallas pequeñas */
@media screen and (max-width: 768px) {
    .responsive-video {
        height: 250px;
    }
}

/*Adaptación para móviles y tablets */
@media screen and (max-width: 768px) {
    .video-controls {
        padding: 8px;
        bottom: 5px; /* Ajuste de posición */
        width: 95%;
    }

    .video-controls button {
        font-size: 14px; /* Botones más pequeños */
    }

    #progressBar {
        height: 3px; /* Barra de progreso más delgada */
    }

    .video-controls span {
        font-size: 10px; /* Texto más compacto */
    }
}

/* 📸 Sección de Comparación */
.comparison-section {
    text-align: center;
    padding: 20px;
    background-color: #fff; 
}

.comparison-title {
    font-size: 1.75em;
    color: #000;
    text-shadow: 4px 4px 4px rgba(0,0,0,0.2);
    font-weight: bold;
	margin-bottom: 20px;
}

/* 🖼️ Contenedor Principal */
.comparison-container {
    position: relative;
    width: 80%;
    max-width: 700px;
    height: 450px;
    margin: 0 auto;
    overflow: hidden;
    cursor: ew-resize;
    border-radius: 12px;
    border: 3px solid #000000;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
}

/* 📷 Imágenes */
.comparison-container img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* 🕰️ Imagen "Antes" */
.before {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

/* 🆕 Imagen "Después" */
.after {
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
    overflow: hidden;
    z-index: 2;
}

.after img {
    width: 100%; /* Mantiene el tamaño exacto */
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
}

/* 🔴 Línea Deslizante */
.slider-line {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    width: 6px;
    background: #ff4757;
    cursor: ew-resize;
    z-index: 3;
    transform: translateX(-50%);
    border-radius: 3px;
    transition: background 0.3s ease;
}

.slider-line::after {
    content: "⬌";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 1.5rem;
    color: white;
    background: rgba(0, 0, 0, 0.6);
    padding: 5px 10px;
    border-radius: 50%;
}
/* iconos línea deslizante */
.slider-icons {
        display: flex;
        justify-content: center;
        gap: 1rem;
        margin-top: 1rem;
    }
    .icon-left, .icon-right {
        font-size: 2rem;
        color: white;
        text-shadow: 0 0 5px rgba(0,0,0,0.5);
    }
    .slider-text {
        text-align: center;
        font-size: 1rem;
        color: white;
        margin-top: 0.5rem;
    }
ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

	blockquote:before, blockquote:after, q:before, q:after {
		content: '';
		content: none;
	}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

body {
	-webkit-text-size-adjust: none;
}

mark {
	background-color: transparent;
	color: inherit;
}

input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input, select, textarea {
	-moz-appearance: none;
	-webkit-appearance: none;
	-ms-appearance: none;
	appearance: none;
}

/* Basic */
    html {
		box-sizing: border-box;
	}

	*, *:before, *:after {
		box-sizing: inherit;
	}

	body {
		background: #fff;
		color: #000000;
		font-size: 15pt;
		line-height: 1.85em;
		font-family: fuenteprueba;
		font-weight: 300;
	}

body.is-preload *, body.is-preload *:before, body.is-preload *:after {
			-moz-animation: none !important;
			-webkit-animation: none !important;
			-ms-animation: none !important;
			animation: none !important;
			-moz-transition: none !important;
			-webkit-transition: none !important;
			-ms-transition: none !important;
			transition: none !important;
		}

	input, textarea, select {
		font-size: 15pt;
		line-height: 1.85em;
		font-family: 'Source Sans Pro', sans-serif;
		font-weight: 300;
	}

	h1, h2, h3, h4, h5, h6 {
		font-weight: 400;
		color: #010101;
		line-height: 1.25em;
		font-family: 'Roboto', sans-serif;
	}

	h1 strong, h2 strong, h3 strong, h4 strong, h5 strong, h6 strong {
		font-weight: 600;
	}

	h2 {
		font-size: 2.85em;
		color: #050505;
		 
	}

	h3 {
		font-size: 1.25em;
	}

	h4 {
		font-size: 1em;
		margin: 0 0 0.25em 0;
	}

	strong, b {
		font-weight: 400;
		color: #483949;
	}

	em, i {
		font-style: italic;
	}

	a {
		color: inherit;
		border-bottom: solid 1px rgba(128, 128, 128, 0.15);
		text-decoration: none;
		-moz-transition: background-color 0.35s ease-in-out, color 0.35s ease-in-out, border-bottom-color 0.35s ease-in-out;
		-webkit-transition: background-color 0.35s ease-in-out, color 0.35s ease-in-out, border-bottom-color 0.35s ease-in-out;
		-ms-transition: background-color 0.35s ease-in-out, color 0.35s ease-in-out, border-bottom-color 0.35s ease-in-out;
		transition: background-color 0.35s ease-in-out, color 0.35s ease-in-out, border-bottom-color 0.35s ease-in-out;
	}

		a:hover {
			color: #ef8376;
			border-bottom-color: transparent;
		}

	sub {
		position: relative;
		top: 0.5em;
		font-size: 0.8em;
	}

	sup {
		position: relative;
		top: -0.5em;
		font-size: 0.8em;
	}

	blockquote {
		border-left: solid 0.5em #ddd;
		padding: 1em 0 1em 2em;
		font-style: italic;
	}

	p, ul, ol, dl, table {
		margin-bottom: 1em;
	}

	p {
		text-align: justify;
	}

	br.clear {
		clear: both;
	}

	hr {
		position: relative;
		display: block;
		border: 0;
		top: 4.5em;
		margin-bottom: 9em;
		height: 6px;
		border-top: solid 1px rgba(128, 128, 128, 0.2);
		border-bottom: solid 1px rgba(128, 128, 128, 0.2);
	}

		hr:before, hr:after {
			content: '';
			position: absolute;
			top: -8px;
			display: block;
			width: 1px;
			height: 21px;
			background: rgba(128, 128, 128, 0.2);
		}

		hr:before {
			left: -1px;
		}

		hr:after {
			right: -1px;
		}

	.timestamp {
		color: rgba(128, 128, 128, 0.75);
		font-size: 0.8em;
	}

/* Container */
    .container {
		margin: 0 auto;
		max-width: 100%;
		width: 1400px;
	}

		@media screen and (max-width: 1680px) {
            .container {
				width: 1200px;
			}
        }

		@media screen and (max-width: 1280px) {
            .container {
				width: 100%;
			}
        }

		@media screen and (max-width: 960px) {
            .container {
				width: 100%;
			}
        }

		@media screen and (max-width: 840px) {
            .container {
				width: 100%;
			}
        }

		@media screen and (max-width: 736px) {
            .container {
				width: 100%;
			}
        }

/* Row */
    .row {
		display: flex;
		flex-wrap: wrap;
		box-sizing: border-box;
		align-items: stretch;
	}
		.row > .col-4 {
			width: 33.33333%;
		}

		.row > .off-4 {
			margin-left: 33.33333%;
		}
		.row > .col-12 {
			width: 100%;
		}

		.row > .off-12 {
			margin-left: 100%;
		}

        .row > * {
				padding: 40px 0 0 40px;
		}

		@media screen and (max-width: 1680px) {
            .row {
				display: flex;
				flex-wrap: wrap;
				box-sizing: border-box;
				align-items: stretch;
			}

				.row > * {
					box-sizing: border-box;
				}

				.row.gtr-uniform > * > :last-child {
					margin-bottom: 0;
				}

				.row.aln-left {
					justify-content: flex-start;
				}

				.row.aln-center {
					justify-content: center;
				}

				.row.aln-right {
					justify-content: flex-end;
				}

				.row.aln-top {
					align-items: flex-start;
				}

				.row.aln-middle {
					align-items: center;
				}

				.row.aln-bottom {
					align-items: flex-end;
				}

				.row > .imp-wide {
					order: -1;
				}

				.row > .col-4-wide {
					width: 33.33333%;
				}

				.row > .off-4-wide {
					margin-left: 33.33333%;
				}
			
				.row > .col-12-wide {
					width: 100%;
				}

				.row > .off-12-wide {
					margin-left: 100%;
				}

				.row.gtr-0 {
					margin-top: 0px;
					margin-left: 0px;
				}

					.row.gtr-0 > * {
						padding: 0px 0 0 0px;
					}

					.row.gtr-0.gtr-uniform {
						margin-top: 0px;
					}

						.row.gtr-0.gtr-uniform > * {
							padding-top: 0px;
						}
			
				.row {
					margin-top: -40px;
					margin-left: -40px;
				}

					.row > * {
						padding: 40px 0 0 40px;
					}

					.row.gtr-uniform {
						margin-top: -40px;
					}

						.row.gtr-uniform > * {
							padding-top: 40px;
						}

				.row.gtr-150 {
					margin-top: -60px;
					margin-left: -60px;
				}

					.row.gtr-150 > * {
						padding: 60px 0 0 60px;
					}

					.row.gtr-150.gtr-uniform {
						margin-top: -60px;
					}

						.row.gtr-150.gtr-uniform > * {
							padding-top: 60px;
						}

				.row.gtr-200 {
					margin-top: -80px;
					margin-left: -80px;
				}

					.row.gtr-200 > * {
						padding: 80px 0 0 80px;
					}

					.row.gtr-200.gtr-uniform {
						margin-top: -80px;
					}

						.row.gtr-200.gtr-uniform > * {
							padding-top: 80px;
						}
        }

		@media screen and (max-width: 1280px) {
            .row {
				display: flex;
				flex-wrap: wrap;
				box-sizing: border-box;
				align-items: stretch;
			}

				.row > * {
					box-sizing: border-box;
				}

				.row.gtr-uniform > * > :last-child {
					margin-bottom: 0;
				}

				.row.aln-left {
					justify-content: flex-start;
				}

				.row.aln-center {
					justify-content: center;
				}

				.row.aln-right {
					justify-content: flex-end;
				}

				.row.aln-top {
					align-items: flex-start;
				}

				.row.aln-middle {
					align-items: center;
				}

				.row.aln-bottom {
					align-items: flex-end;
				}

				.row > .imp-normal {
					order: -1;
				}

				.row > .col-4-normal {
					width: 33.33333%;
				}

				.row > .off-4-normal {
					margin-left: 33.33333%;
				}
			
				.row > .col-12-normal {
					width: 100%;
				}

				.row > .off-12-normal {
					margin-left: 100%;
				}

				.row.gtr-0 {
					margin-top: 0px;
					margin-left: 0px;
				}

					.row.gtr-0 > * {
						padding: 0px 0 0 0px;
					}

					.row.gtr-0.gtr-uniform {
						margin-top: 0px;
					}

						.row.gtr-0.gtr-uniform > * {
							padding-top: 0px;
						}

				.row.gtr-25 {
					margin-top: -9px;
					margin-left: -9px;
				}

					.row.gtr-25 > * {
						padding: 9px 0 0 9px;
					}

					.row.gtr-25.gtr-uniform {
						margin-top: -9px;
					}

						.row.gtr-25.gtr-uniform > * {
							padding-top: 9px;
						}

				.row.gtr-50 {
					margin-top: -18px;
					margin-left: -18px;
				}

					.row.gtr-50 > * {
						padding: 18px 0 0 18px;
					}

					.row.gtr-50.gtr-uniform {
						margin-top: -18px;
					}

						.row.gtr-50.gtr-uniform > * {
							padding-top: 18px;
						}

				.row {
					margin-top: -36px;
					margin-left: -36px;
				}

					.row > * {
						padding: 36px 0 0 36px;
					}

					.row.gtr-uniform {
						margin-top: -36px;
					}

						.row.gtr-uniform > * {
							padding-top: 36px;
						}

				.row.gtr-150 {
					margin-top: -54px;
					margin-left: -54px;
				}

					.row.gtr-150 > * {
						padding: 54px 0 0 54px;
					}

					.row.gtr-150.gtr-uniform {
						margin-top: -54px;
					}

						.row.gtr-150.gtr-uniform > * {
							padding-top: 54px;
						}

				.row.gtr-200 {
					margin-top: -72px;
					margin-left: -72px;
				}

					.row.gtr-200 > * {
						padding: 72px 0 0 72px;
					}

					.row.gtr-200.gtr-uniform {
						margin-top: -72px;
					}

						.row.gtr-200.gtr-uniform > * {
							padding-top: 72px;
						}
        }

		@media screen and (max-width: 960px) {
            .row {
				display: flex;
				flex-wrap: wrap;
				box-sizing: border-box;
				align-items: stretch;
			}

				.row > * {
					box-sizing: border-box;
				}
				.row > .col-4-narrow {
					width: 33.33333%;
				}

				.row > .off-4-narrow {
					margin-left: 33.33333%;
				}

				.row > .col-12-narrow {
					width: 100%;
				}

				.row > .off-12-narrow {
					margin-left: 100%;
				}

				.row.gtr-0 {
					margin-top: 0px;
					margin-left: 0px;
				}

					.row.gtr-0 > * {
						padding: 0px 0 0 0px;
					}

					.row.gtr-0.gtr-uniform {
						margin-top: 0px;
					}

						.row.gtr-0.gtr-uniform > * {
							padding-top: 0px;
						}

				.row.gtr-25 {
					margin-top: -8px;
					margin-left: -8px;
				}

					.row.gtr-25 > * {
						padding: 8px 0 0 8px;
					}

					.row.gtr-25.gtr-uniform {
						margin-top: -8px;
					}

						.row.gtr-25.gtr-uniform > * {
							padding-top: 8px;
						}

				.row.gtr-50 {
					margin-top: -16px;
					margin-left: -16px;
				}

					.row.gtr-50 > * {
						padding: 16px 0 0 16px;
					}

					.row.gtr-50.gtr-uniform {
						margin-top: -16px;
					}

						.row.gtr-50.gtr-uniform > * {
							padding-top: 16px;
						}

				.row {
					margin-top: -32px;
					margin-left: -32px;
				}

					.row > * {
						padding: 32px 0 0 32px;
					}

					.row.gtr-uniform {
						margin-top: -32px;
					}

						.row.gtr-uniform > * {
							padding-top: 32px;
						}

				.row.gtr-150 {
					margin-top: -48px;
					margin-left: -48px;
				}

					.row.gtr-150 > * {
						padding: 48px 0 0 48px;
					}

					.row.gtr-150.gtr-uniform {
						margin-top: -48px;
					}

						.row.gtr-150.gtr-uniform > * {
							padding-top: 48px;
						}

				.row.gtr-200 {
					margin-top: -64px;
					margin-left: -64px;
				}

					.row.gtr-200 > * {
						padding: 64px 0 0 64px;
					}

					.row.gtr-200.gtr-uniform {
						margin-top: -64px;
					}

						.row.gtr-200.gtr-uniform > * {
							padding-top: 64px;
						}
            }

		@media screen and (max-width: 840px) {
            .row {
				display: flex;
				flex-wrap: wrap;
				box-sizing: border-box;
				align-items: stretch;
			}

				.row > * {
					box-sizing: border-box;
				}

				.row.gtr-uniform > * > :last-child {
					margin-bottom: 0;
				}

				.row.aln-left {
					justify-content: flex-start;
				}

				.row.aln-center {
					justify-content: center;
				}

				.row.aln-right {
					justify-content: flex-end;
				}

				.row.aln-top {
					align-items: flex-start;
				}

				.row.aln-middle {
					align-items: center;
				}

				.row.aln-bottom {
					align-items: flex-end;
				}

				.row > .imp-narrower {
					order: -1;
				}

				.row > .col-4-narrower {
					width: 33.33333%;
				}

				.row > .off-4-narrower {
					margin-left: 33.33333%;
				}
			
				.row > .col-12-narrower {
					width: 100%;
				}

				.row > .off-12-narrower {
					margin-left: 100%;
				}

				.row.gtr-0 {
					margin-top: 0px;
					margin-left: 0px;
				}

					.row.gtr-0 > * {
						padding: 0px 0 0 0px;
					}

					.row.gtr-0.gtr-uniform {
						margin-top: 0px;
					}

						.row.gtr-0.gtr-uniform > * {
							padding-top: 0px;
						}

				.row.gtr-25 {
					margin-top: -8px;
					margin-left: -8px;
				}

					.row.gtr-25 > * {
						padding: 8px 0 0 8px;
					}

					.row.gtr-25.gtr-uniform {
						margin-top: -8px;
					}

						.row.gtr-25.gtr-uniform > * {
							padding-top: 8px;
						}

				.row.gtr-50 {
					margin-top: -16px;
					margin-left: -16px;
				}

					.row.gtr-50 > * {
						padding: 16px 0 0 16px;
					}

					.row.gtr-50.gtr-uniform {
						margin-top: -16px;
					}

						.row.gtr-50.gtr-uniform > * {
							padding-top: 16px;
						}

				.row {
					margin-top: -32px;
					margin-left: -32px;
				}

					.row > * {
						padding: 32px 0 0 32px;
					}

					.row.gtr-uniform {
						margin-top: -32px;
					}

						.row.gtr-uniform > * {
							padding-top: 32px;
						}

				.row.gtr-150 {
					margin-top: -48px;
					margin-left: -48px;
				}

					.row.gtr-150 > * {
						padding: 48px 0 0 48px;
					}

					.row.gtr-150.gtr-uniform {
						margin-top: -48px;
					}

						.row.gtr-150.gtr-uniform > * {
							padding-top: 48px;
						}

				.row.gtr-200 {
					margin-top: -64px;
					margin-left: -64px;
				}

					.row.gtr-200 > * {
						padding: 64px 0 0 64px;
					}

					.row.gtr-200.gtr-uniform {
						margin-top: -64px;
					}

						.row.gtr-200.gtr-uniform > * {
							padding-top: 64px;
						}
                }

		@media screen and (max-width: 736px) {
            .row {
				display: flex;
				flex-wrap: wrap;
				box-sizing: border-box;
				align-items: stretch;
			}

				.row > * {
					box-sizing: border-box;
				}

				.row.gtr-uniform > * > :last-child {
					margin-bottom: 0;
				}

				.row.aln-left {
					justify-content: flex-start;
				}

				.row.aln-center {
					justify-content: center;
				}

				.row.aln-right {
					justify-content: flex-end;
				}

				.row.aln-top {
					align-items: flex-start;
				}

				.row.aln-middle {
					align-items: center;
				}

				.row.aln-bottom {
					align-items: flex-end;
				}

				.row > .imp-mobile {
					order: -1;
				}
			
				.row > .col-4-mobile {
					width: 33.33333%;
				}

				.row > .off-4-mobile {
					margin-left: 33.33333%;
				}
			
				.row > .col-12-mobile {
					width: 100%;
					 
			}
					
				/* Estilo para la imagen */
    
                .row > .off-12-mobile {
					margin-left: 100%;
				}

				.row.gtr-0 {
					margin-top: 0px;
					margin-left: 0px;
				}

					.row.gtr-0 > * {
						padding: 0px 0 0 0px;
					}

					.row.gtr-0.gtr-uniform {
						margin-top: 0px;
					}

						.row.gtr-0.gtr-uniform > * {
							padding-top: 0px;
						}

				.row.gtr-25 {
					margin-top: -5px;
					margin-left: -5px;
				}

					.row.gtr-25 > * {
						padding: 5px 0 0 5px;
					}

					.row.gtr-25.gtr-uniform {
						margin-top: -5px;
					}

						.row.gtr-25.gtr-uniform > * {
							padding-top: 5px;
						}

				.row.gtr-50 {
					margin-top: -10px;
					margin-left: -10px;
				}

					.row.gtr-50 > * {
						padding: 10px 0 0 10px;
					}

					.row.gtr-50.gtr-uniform {
						margin-top: -10px;
					}

						.row.gtr-50.gtr-uniform > * {
							padding-top: 10px;
						}

				.row {
					margin-top: -20px;
					margin-left: -20px;
				}

					.row > * {
						padding: 20px 0 0 20px;
					}

					.row.gtr-uniform {
						margin-top: -20px;
					}

						.row.gtr-uniform > * {
							padding-top: 20px;
						}

				.row.gtr-150 {
					margin-top: -30px;
					margin-left: -30px;
				}

					.row.gtr-150 > * {
						padding: 30px 0 0 30px;
					}

					.row.gtr-150.gtr-uniform {
						margin-top: -30px;
					}

						.row.gtr-150.gtr-uniform > * {
							padding-top: 30px;
						}

				.row.gtr-200 {
					margin-top: -40px;
					margin-left: -40px;
				}

					.row.gtr-200 > * {
						padding: 40px 0 0 40px;
					}

					.row.gtr-200.gtr-uniform {
						margin-top: -40px;
					}

						.row.gtr-200.gtr-uniform > * {
							padding-top: 40px;
						}

		}

/* Sections/Article */
    section, article {
		margin-bottom: 3em;
	}

		section > :last-child, section:last-child, article > :last-child, article:last-child {
			margin-bottom: 84px;
			font-family: Verdana, Geneva, Tahoma, sans-serif;
		}

		section.special > header, section.special > footer, article.special > header, article.special > footer {
			text-align: center;
		}

	.row > section, .row > article {
		margin-bottom: 0;
	}

	header {
		margin: 0 0 1em 0;
	}

		header > p {
			display: block;
			font-size: 1.5em;
			margin: 1em 0 2em 0;
			line-height: 1.5em;
			text-align: inherit;
		}

	footer {
		margin: 2.5em 0 0 0;
	}

/* Image */
.image {
    position: relative;
    display: block;
    border: 0;
    outline: 0;
    width: 100%;
}

.image img {
    display: block;
    width: 100%;
}

/* Variantes de imagen */
.image.fit,
.image.featured {
    margin-bottom: 4em;
}

.image.left {
    float: left;
    margin: 0 2em 2em 0;
}

.image.centered {
    margin-bottom: 2em;
    text-align: center;
}

.image.centered img {
    margin: 0 auto;
    width: auto;
}

/* List */
ul, ol {
    padding-left: 1.25em;
}

ul {
    list-style: disc;
}

ol {
    list-style: decimal;
}

li {
    padding-left: 0.5em;
}

/* Actions */
ul.actions {
    margin-top: 3em;
    list-style: none;
    padding-left: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 1.5em; /* Espaciado uniforme en lugar de márgenes manuales */
}

form ul.actions {
    margin-top: 0;
}

ul.actions li {
    display: inline-block;
}

/* Divided */
ul.divided {
    list-style: none;
    padding: 0;
}

ul.divided li {
    border-top: 1px solid rgba(128, 128, 128, 0.2);
    margin-top: 1.5em;
    padding-top: 1.5em;
}

ul.divided li:first-child {
    border-top: none;
    margin-top: 0;
    padding-top: 0;
}

/* Menu */
    ul.menu {
		height: 1em;
		line-height: 1em;
		list-style: none;
		padding-left: 0;
	}

		ul.menu li {
			display: inline-block;
			border-left: solid 1px rgba(128, 128, 128, 0.2);
			padding-left: 1.25em;
			margin-left: 1.25em;
		}

			ul.menu li:first-child {
				border-left: 0;
				padding-left: 0;
				margin-left: 0;
			}

/* Icons */
ul.icons {
    position: relative;
    border-radius: 4em;
    display: inline-flex; /* Mejora el comportamiento en línea */
    padding: 0.35em 0.75em;
    font-size: 1em;
    cursor: default;
    list-style: none;
    gap: 0.4em; /* Espaciado uniforme entre ítems */
}

ul.icons li {
    display: inline-block;
}

ul.icons li a {
    display: flex; /* Centra el contenido */
    align-items: center;
    justify-content: center;
    width: 2.5em;
    height: 2.5em;
    text-align: center;
    line-height: 2.5em;
    border-radius: 50%;
    border: none;
    color: inherit;
    background: none;
    transition: background 0.3s ease-in-out; /* Suaviza el hover */
}

ul.icons li a:hover {
    background: rgba(58, 152, 243, 0.75);
}

/* Table */
table {
    width: 100%;
    border-collapse: collapse;
}

table.default {
    width: 100%;
}

table.default tbody tr {
    border-top: 1px solid #e5e5e5;
}

table.default tbody tr:first-child {
    border-top: none;
}

table.default tbody tr:nth-child(odd) {
    background: #fafafa;
}

table.default th,
table.default td {
    padding: 0.5em 1em;
}

table.default th {
    text-align: left;
    font-weight: 400;
}

table.default thead {
    border-bottom: 2px solid #e5e5e5;
}

table.default tfoot {
    border-top: 2px solid #e5e5e5;
}

/* Button */
button,
.button,
input[type="button"],
input[type="submit"],
input[type="reset"] {
    position: relative;
    display: inline-block;
    background: rgba(0, 0, 0, 0.3);
    color: #fff;
    text-align: center;
    border-radius: 0.5em;
    text-decoration: none;
    padding: 0.65em 3em;
    border: none;
    cursor: pointer;
    outline: none;
    font-weight: 300;
    transition: background-color 0.35s ease-in-out, color 0.35s ease-in-out;
}

button:hover,
.button:hover,
input[type="button"]:hover,
input[type="submit"]:hover,
input[type="reset"]:hover {
    background: rgba(58, 152, 243, 0.75);
    color: #fff;
}

/* Alternate Button Style */
button.alt,
.button.alt,
input[type="button"].alt,
input[type="submit"].alt,
input[type="reset"].alt {
    background: #2B252C;
}

button.alt:hover,
.button.alt:hover,
input[type="button"].alt:hover,
input[type="submit"].alt:hover,
input[type="reset"].alt:hover {
    background: #3B353C;
}

/* Post */
    .post.stub {
		text-align: center;
	}

		.post.stub header {
			margin: 0;
		}

/* Icons */
    .icon {
		text-decoration: none;
		text-decoration: none;
	}

		.icon:before {
			-moz-osx-font-smoothing: grayscale;
			-webkit-font-smoothing: antialiased;
			display: inline-block;
			font-style: normal;
			font-variant: normal;
			text-rendering: auto;
			line-height: 1;
			text-transform: none !important;
			font-family: 'Font Awesome 5 Free';
			font-weight: 400;
		}

		.icon:before {
			line-height: inherit;
			font-size: 1.25em;
		}

		.icon > .label {
			display: none;
		}

		.icon.solid:before {
			font-weight: 900;
		}

		.icon.brands:before {
			font-family: 'Font Awesome 5 Brands';
		}

		.icon.circled {
			position: relative;
			display: inline-block;
			background: #2b252c;
			color: #fff;
			border-radius: 100%;
			width: 3em;
			height: 3em;
			line-height: 3em;
			text-align: center;
			font-size: 1.25em;
		}

			header .icon.circled {
				margin: 0 0 2em 0;
			}

/* Wrapper */
.wrapper {
		background: #fff;
		margin: 0 0 2em 0;
		padding: 6em 0 6em 0;
	}

/* Sección "Historia" */
.historia-title {
    font-size: 1.75em;
    color: #000000;
	text-shadow: 4px 4px 4px rgba(0,0,0,0.2);
    font-weight: bold;
    text-align: center;
}
/* Historia */
.wrapper.style2 {
    background: linear-gradient(135deg, #2c3e50, #4ca1af);
    padding: 50px 20px;
    color: white;
    text-align: center;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
}
.image.featured {
    display: block;
    max-width: 100%;
    height: auto;
    overflow: hidden;
    transition: transform 0.3s ease-in-out;
	
}

.imagen-historia img {
    width: 100%;
    height: auto;
    object-fit: cover;
	margin-top: 30px;
	border-radius: 10px; /* Bordes redondeados */
}
/* Sección "Otros datos de interés" */
.interes-title {
    font-size: 1.75em;
    color: #000000;
	text-shadow: 4px 4px 4px rgba(0,0,0,0.2);
	font-weight: bold;
    text-align: center;
}

/* Estilo para h3 en la sección "Otros datos de interés" */
.interes-subtitle {
    font-size: 25px;
    color: #000000;
	font-weight: bold;
}

.wrapper.style2 {
			padding-top: 0;
		}

/* Header */
#header {
   padding: auto;
   position: inherit;
   text-shadow: 4px 4px 4px rgba(0,0,0,0.2);
   background-size: cover;
   background-position: center center;
   background-attachment: fixed;
   color: #fff;
   text-align: center;
   cursor: default;
}

#header .inner {
	position: relative;
	z-index: 1;
	margin: 0;
	display: inline-block;
	vertical-align: middle;
}

#header header {
	display: inline-block;
}

#header h1 {
	color: #000000;
	font-size: 3em;
	line-height: 1em;
}

#header hr {
	top: 1.5em;
	margin-bottom: 3em;
	border-bottom-color: rgba(192, 192, 192, 0.35);
	box-shadow: inset 0 1px 0 0 rgba(192, 192, 192, 0.35);
}

#header hr:before, #header hr:after {
	background: rgba(192, 192, 192, 0.35);
}

#header footer {
	margin: 1em 0 0 0;
}

/* Nav */
#nav {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding: 1.5em 0;
    z-index: 1;
}

/* Contenedor flex para logo y menú */
.nav-container {
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Logo alineado a la izquierda */
#logo-img {
    height: 190px; /* Ajusta la altura del logo según el diseño */
    width: auto;
    display: block; /* Evita espacios extras debajo de la imagen */
}

/* Asegurar que el menú sea horizontal */
#nav > .nav-container > ul {
    display: flex;  /* Los elementos del menú principal estarán en una línea */
    list-style: none;
    padding: 0;
    margin: 0;
}

/* Estilo para los elementos del menú */
#nav > .nav-container > ul > li {
    position: relative; /* Para que los submenús se posicionen relativos al padre */
    margin: 0 15px;
}

/* Asegurar que los enlaces sean visibles correctamente */
#nav > .nav-container > ul > li > a {
    text-decoration: none;
	background: rgba(0, 0, 0, 0.7);
	border-radius: 2em;
    color: white;
    padding: 10px 15px;
    display: inline-block;
}

#nav > .nav-container > ul > li > a:hover {
	background: rgba(58, 152, 243, 0.75);
}

/* Banner */
#banner {
	text-align: center;
	padding: 4.5em 0 4.5em 0;
	margin-bottom: 0;
	}

/* Sección "Conócenos" */
.conocenos-title {
    font-size: 1.75em;
    color: #000000;
	text-shadow: 4px 4px 4px rgba(0,0,0,0.2);
	font-weight: bold;
    text-align: center;
}

/* Banner de Conócenos */
#banner header > p {
	margin-bottom: 0;
	text-align: justify;
	font-family: Verdana, Geneva, Tahoma, sans-serif;
}

/* Content */
#content > hr {
	top: 3em;
	margin-bottom: 6em;
}

#content > section {
	margin-bottom: 0;
}

/* Sidebar */
#sidebar > hr {
	top: 3em;
	margin-bottom: 6em;
}

#sidebar > hr.first {
	display: none;
}

#sidebar > section {
	margin-bottom: 0;
}

/* Main */
#main {
	margin-bottom: 0;
}

#main section:first-of-type {
	padding-top: 2em;
}

/* Estilos para el footer */
#footer {
	text-shadow: 4px 4px 4px rgba(0,0,0,0.2);
    color: #d7d5d5;
    padding: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: 100%;
}

/* Estilos para el logo */
.footer-logos img {
    max-width: 80%;
    height: auto;
}

/* Estilo para la imagen en pantalla de escritorio (por defecto) */
#footer .logo-responsive {
    display: block; /* Mostrar por defecto en pantallas grandes */
	margin: 0 auto; /* Centrar la imagen dentro del contenedor */
}

/* Estilo para la imagen en móviles y tabletas */
@media screen and (max-width: 768px) {
    #footer .logo-responsive {
        display: none; /* Ocultar la imagen de escritorio en dispositivos pequeños */
    }
	
/* Imagen para dispositivos móviles/tabletas */
    #footer .logo-mobile {
        display: block; /* Mostrar la imagen adaptada en dispositivos pequeños */
		margin: 0 auto; /* Centrar la imagen */
    }
}

/* Estilo para mostrar la imagen de escritorio en pantallas grandes */
@media screen and (min-width: 769px) {
    #footer .logo-mobile {
        display: none; /* Ocultar la imagen para móvil/tablet en pantallas grandes */
    }
}

/* Estilos para redes sociales */
.social-icons {
    margin: 0px 0;
}

.social-icons ul {
    display: flex;
    list-style: none;
    padding: 0;
    justify-content: center;
}

.social-icons ul li {
    margin-right: 7px;
}

.social-icons .icon {
    color: black;
	box-shadow: 4px 4px 4px rgba(0,0,0,0.7);
    font-size: 16px;
}

/* Estilos para el copyright */
.copyright {
    margin-top: 20px;
    text-align: center;
    max-width: 80%;
    display: contents;
    justify-content: center;
    align-items: center;
    flex-direction: column;
	color: #000000;
}

.copyright .menu {
    list-style: none;
    padding: 0;
    margin: 0;
}

.copyright .menu li {
    font-size: 14px;
    line-height: 1.5;
    word-wrap: break-word;
}

/* Para tablets (menos de 768px) */
@media (max-width: 768px) {
    #footer {
        padding: 15px;
    }

    .footer-logos {
        margin-bottom: 10px;
    }

    .social-icons ul {
        flex-direction: column;
        align-items: center;
    }

    .social-icons ul li {
        margin-bottom: 10px;
    }

    .copyright {
        max-width: 90%;
        font-size: 13px;
    }
}

/* Para móviles pequeños (menos de 480px) */
@media (max-width: 480px) {
    .social-icons .icon {
        font-size: 18px;
    }

    .copyright {
        max-width: 95%;
        font-size: 12px;
        padding: 10px;
    }

    .copyright .menu li {
        font-size: 12px;
    }
}

/* Pantallas medianas (tabletas y menos de 768px de ancho) */
@media (max-width: 768px) {
    #footer {
        padding: 15px;
    }

    .footer-logos {
        margin-bottom: 10px;
    }

    .social-icons ul {
        flex-direction: column;
        align-items: center;
    }

    .social-icons ul li {
        margin-bottom: 10px;
    }

    .copyright {
        margin-top: 10px;
    }
}

/* Pantallas pequeñas (móviles con menos de 480px de ancho) */
@media (max-width: 480px) {
    .social-icons .icon {
        font-size: 18px;
    }

    .copyright .menu li {
        font-size: 12px;
    }
}

/* Carousel */
.carousel {
    position: relative;
    overflow: hidden;
    padding: 2em 0; /* Añade más espacio arriba y abajo */
    margin-top: 1em; /* Asegura separación desde el contenido anterior */
    margin-bottom: 2em; /* Espacio extra para evitar que choque */
}

/* Carousel Title */
.carrusel-title {
    font-size: 32px;
    color: #000;
    font-weight: bold;
}

/* Navigation Buttons */
.carousel .forward,
.carousel .backward {
    position: absolute;
    top: 50%;
    width: 6em;
    height: 12em;
    margin-top: -6em;
    cursor: pointer;
}

.carousel .forward:before,
.carousel .backward:before {
    content: '';
    position: absolute;
    top: 50%;
    width: 6em;
    height: 6em;
    margin-top: -3em;
    border-radius: 50%;
    background-color: rgba(72, 57, 73, 0.5);
    transition: background-color 0.35s ease-in-out;
    backface-visibility: hidden;
}

.carousel .forward:after,
.carousel .backward:after {
    content: '';
    position: absolute;
    top: 50%;
    width: 3em;
    height: 3em;
    margin-top: -1.5em;
    background: url("images/arrow.svg") no-repeat center center;
}

.carousel .forward:hover:before,
.carousel .backward:hover:before {
    background: rgba(58, 152, 243, 0.75);
}

/* Forward & Backward positioning */
.carousel .forward { right: 0; }
.carousel .forward:before { right: -3em; }
.carousel .forward:after { right: -0.25em; }

.carousel .backward { left: 0; }
.carousel .backward:before { left: -3em; }
.carousel .backward:after {
    left: -0.25em;
    transform: scaleX(-1);
}

/* Carousel Reel */
.carousel .reel {
    position: relative;
    white-space: nowrap;
    padding: 0 1em;
    -webkit-overflow-scrolling: touch;
}

/* Carousel Article */
.carousel article {
    display: inline-block;
    width: 18em;
    background: #fff;
    text-align: center;
    margin-right: 2em;
    padding: 0;
    white-space: normal;
    vertical-align: top;
    opacity: 1;
    font-family: 'Roboto';
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.5);
    transition: transform 0.3s ease-in-out;
    overflow: hidden;
}

/* Image Container */
.carousel article .image {
    position: relative;
    width: 100%;
    height: 400px;
    margin-bottom: 3em;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    background-color: #fff;
}

.carousel article .image img {
    width: 100%;
    height: 100%;
}

/* Media Queries */
@media screen and (max-width: 1680px) {
    body, input, textarea, select {
        font-size: 14pt;
        line-height: 1.75em;
    }

    .carousel {
        padding: 1em 0;
    }

    .carousel .reel {
        padding: 0 1.5em;
    }

    .carousel article {
        width: 18em;
        margin-right: 1.25em;
    }
}

@media screen and (max-width: 1280px) {
    body, input, textarea, select {
        font-size: 12pt;
        line-height: 1.5em;
    }
}

		/* Wrapper */
            .wrapper {
				padding-left: 2em;
				padding-right: 2em;
			}

		/* Header */
            #header {
				background-attachment: scroll;
			}

				#header .inner {
					padding-left: 2em;
					padding-right: 2em;
				}

		/* Banner */
            #banner {
				padding-left: 2em;
				padding-right: 2em;
			}

		/* Footer */
            #footer {
				padding-left: 2em;
				padding-right: 2em;
			}

/* Narrower */
@media screen and (max-width: 840px) {

    /* Basic */
    body, input, textarea, select {
        font-size: 13pt;
        line-height: 1.65em;
    }

    .tweet,
    .timestamp {
        text-align: center;
    }

    /* Footer */
    #footer {
        padding: 4em 2em;
    }

    /* Carousel */
    .carousel {
        padding: 1.25em 0;
    }

    .carousel article {
        width: 18em;
        margin-right: 1em;
    }
}

/* Mobile */
    #navPanel, #titleBar {
		display: none;
	}

	@media screen and (max-width: 736px) {

		/* Basic */
            html, body {
				overflow-x: hidden;
			}

			body, input, textarea, select {
				font-size: 12.5pt;
				line-height: 1.5em;
			}

			h2 {
				font-size: 1.75em;
			}

			h3 {
				font-size: 1.25em;
			}

			hr {
				top: 3em;
				margin-bottom: 6em;
			}

		/* Section/Article */
            section, article {
				margin-bottom: 2em;
			}

				section:last-child, article:last-child {
					margin-bottom: 0;
				}

			.row > section, .row > article {
				margin-bottom: 2em;
			}

			header > p {
				font-size: 1.25em;
			}

		/* Image */
            .image.featured {
				margin: 0 0 2em 0;
			}

			.image.left {
				margin: 0 1em 1em 0;
			}

			.image.centered {
				margin: 0 0 1em 0;
			}

		/* Actions */
            form ul.actions {
				margin-top: 0;
			}

			ul.actions li {
				display: block;
				margin: 0.75em 0 0 0;
			}

				ul.actions li:first-child {
					margin-top: 0;
				}

		/* Menu */
            ul.menu {
				height: auto;
				text-align: center;
			}

				ul.menu li {
					display: block;
					border: 0;
					padding: 0.75em 0 0 0;
					margin: 0;
				}

					ul.menu li:first-child {
						padding-top: 0;
					}

		/* Icons */
            ul.icons {
				position: relative;
		        border-radius: 4em;
		        display: inline-block;
		        cursor: default;
		        list-style: none;
				font-size: 1em;
				padding: 0.28em 0.5em 0.28em 0.5em;
			}

				ul.icons li a {
					width: 2.25em;
				}

		/* Button */
            input[type="button"],
			input[type="submit"],
			input[type="reset"],
			button,
			.button {
				display: block;
				padding: 0;
				line-height: 3em;
				width: 100%;
			}

/* General Navigation Styles */
#page-wrapper, #navButton, #navPanel {
    backface-visibility: hidden;
    transition: transform 0.5s ease;
}

/* Page Wrapper */
#page-wrapper {
    padding-bottom: 1px;
}

/* Navigation Button */
#navButton {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 44px;
    z-index: 10001;
}

/* Toggle Button */
#navButton .toggle {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border: none;
    outline: none;
    text-decoration: none;
}

#navButton .toggle:before {
    display: block;
    position: absolute;
    left: 50%;
    margin-left: -40px;
    width: 80px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    font-size: 13px;
    content: '\f0c9';
    color: rgba(255, 255, 255, 0.75);
    background: rgba(132, 128, 136, 0.75);
    border-radius: 0 0 0.35em 0.35em;
}

/* Navigation Panel */
#navPanel {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 20vh;
    overflow-y: auto;
    background: #1f1920;
    box-shadow: inset 0 -2px 5px rgba(0, 0, 0, 0.25);
    font-size: 1em;
    z-index: 10002;
    transform: translateY(-50vh);
}

#navPanel:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url("images/overlay.png");
    background-size: 128px 128px;
}

/* Navigation Links */
#navPanel .link {
    position: relative;
    display: block;
    padding: 0.5em;
    color: #ddd;
    text-decoration: none;
    border-top: dotted 1px rgba(255, 255, 255, 0.05);
    z-index: 1;
}

#navPanel .link:first-child {
    border-top: none;
}

#navPanel .link.depth-0 {
    color: #fff;
    font-weight: 600;
}

/* Indentation for nested links */
#navPanel .indent-1 { width: 1em; }
#navPanel .indent-2 { width: 2em; }
#navPanel .indent-3 { width: 3em; }
#navPanel .indent-4 { width: 4em; }
#navPanel .indent-5 { width: 5em; }

/* Navigation Panel Visibility */
body.navPanel-visible #page-wrapper,
body.navPanel-visible #navButton {
    transform: translateY(20vh);
}

body.navPanel-visible #navPanel {
    transform: translateY(0);
}

		/* Wrapper */
            .wrapper {
				padding: 3em 1em 3em 1em;
			}

		/* Header */
            #header {
				background-attachment: scroll;
				padding: 2.5em 0 0 0;
			}

				#header .inner {
					padding-top: 1.5em;
					padding-left: 1em;
					padding-right: 1em;
				}

				#header header > p {
					font-size: 1em;
				}

				#header h1 {
					font-size: 1.75em;
				}

				#header hr {
					top: 1em;
					margin-bottom: 2.5em;
				}

			body.homepage #header {
				min-height: 0;
				padding: 5.5em 0 5em 0;
				height: auto;
			}

				body.homepage #header:before {
					display: none;
				}

				body.homepage #header h1 {
					font-size: 2.5em;
				}

		/* Nav */
            #nav {
				display: none;
			}

		/* Banner */
            #banner {
				padding: 3em 2em 3em 2em;
			}

		/* Sidebar */
            #sidebar > hr:first-of-type {
				display: block;
			}

		/* Main */
            #main > header {
				text-align: center;
			}

		/* Footer */
            #footer {
				padding-left: 1em;
				padding-right: 1em;
			}

		/* Carousel */
            .carousel {
				padding: 0.5em 0 0.5em 0;
			}

				.carousel .reel {
					padding: 0 0.5em 0 0.5em;
				}

				.carousel article {
					width: 14em;
					padding-bottom: 2em;
					margin: 0 0.2em 0 0;
				}

					.carousel article .image {
						margin-bottom: 2em;
					}
        }

/* Estilos ajustados para centrar mejor el formulario y reducir su tamaño */
.form-container {
        max-width: 450px; /* Reducimos un poco el ancho */
        padding: 25px;
        border-radius: 12px;
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.4);
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .form-background #header, .form-background #footer {
        background: rgba(209, 209, 209, 0.2) !important;
        color: white !important;
    }

    .background {
        width: 100%;
        min-height: calc(100vh - 200px); /* Ajustamos para que no quede pegado al footer */
        padding: 50px 0; /* Ajustamos el espacio superior e inferior */
        display: flex;
        justify-content: center;
        align-items: center;
    }

    input[type="text"],
    input[type="tel"],
    input[type="email"],
    input[type="datetime-local"] {
        width: 100%;
        padding: 10px; /* Reducimos el padding para que los inputs no se vean tan grandes */
        border: 2px solid #000000;
        border-radius: 8px;
        font-size: 14px; /* Reducimos un poco el tamaño del texto */
    }

    .form-button {
        width: 100%;
        padding: 10px 18px; /* Ajustamos el tamaño del botón */
        font-size: 16px;
        border-radius: 6px;
        margin-top: 15px;
        background-color: rgba(0, 0, 0, 0.7);
        color: white; /* Añadido para asegurar que el texto sea visible */
    }

    /* Ocultar la sección del antes y después en móviles */
    .desktop-only {
        display: block;
    }

    .mobile-only {
        display: none;
    }

    /* Mostrar contenido del ante y después adecuado según el tamaño de pantalla */
    @media screen and (max-width: 768px) {
        .desktop-only {
            display: none;
        }
        
        .mobile-only {
            display: block;
            text-align: center;
            padding: 20px;
        }

        .mobile-only img {
            max-width: 100%;
            height: auto;
            border-radius: 10px;
        }
    }

    /* Estilos adaptados para el calendario */
    .error {
        color: red;
        font-size: 0.9em;
        text-align: center; /* Alineado con el estilo del formulario */
    }

    #fechaDisplay {
        width: 100%;
        padding: 10px;
        border: 2px solid #000000;
        border-radius: 8px;
        font-size: 14px;
        cursor: pointer;
        background: white; /* Fondo blanco para consistencia */
    }

    #calendarioContainer {
        border: 2px solid #000000; /* Borde consistente con los inputs */
        border-radius: 8px;
        padding: 15px;
        background: white;
        position: absolute;
        z-index: 1000;
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.4); /* Sombra igual que el formulario */
        width: 300px; /* Ajustado para que no sea demasiado ancho */
    }

    #calendarioHeader {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 10px;
        font-size: 14px;
    }

    #calendarioHeader button {
        background: none;
        border: none;
        font-size: 16px;
        cursor: pointer;
        color: #000000;
    }

    #calendarioDias {
        display: grid;
        grid-template-columns: repeat(7, 1fr);
        text-align: center;
        font-weight: bold;
        font-size: 12px;
        margin-bottom: 5px;
    }

    #calendarioFechas {
        display: grid;
        grid-template-columns: repeat(7, 1fr);
        text-align: center;
        font-size: 12px;
    }

    .dia {
        padding: 5px;
        cursor: pointer;
        border-radius: 4px;
    }

    .dia.deshabilitado {
        color: #ccc;
        cursor: not-allowed;
    }

    .dia.hoy {
        background: rgba(209, 209, 209, 0.2); /* Fondo similar al header/footer */
        border: 1px solid #000000;
    }

    .dia.seleccionado {
        background: rgba(0, 0, 0, 0.7); /* Fondo igual que el botón */
        color: white;
    }

    #horaSelector {
        margin-top: 10px;
        display: flex;
        align-items: center;
        gap: 10px;
    }

    #horaSelector label {
        font-size: 14px;
    }

    #horaSelector select {
        padding: 5px;
        border: 2px solid #000000;
        border-radius: 8px;
        font-size: 14px;
    }

    #confirmarFecha {
        padding: 5px 10px;
        background: rgba(0, 0, 0, 0.7); /* Igual que el botón del formulario */
        color: white;
        border: none;
        border-radius: 6px;
        font-size: 14px;
        cursor: pointer;
    }

/* Contacto */
.info-box {
	background-color: white;
	width: 100%;
	max-width: 800px;
	margin: 14px auto 24px;
    padding: 20px;
    border-radius: 5px;
    text-align: center;
    margin-top: 14px;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.7);
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 24px;
}

.info-box h2 {
    font-size: 32px;
    margin-bottom: 15px;
    color: #333;
}

.info-box p {
    margin: 10px 0;
    font-size: 20px;
    line-height: 1.5;
    text-align: center;
    color: #555;
}

.info-box a {
    color: rgba(0, 0, 0, 0.7);
    text-decoration: none;
    font-weight: bold;
    text-align: center;
}

.info-box a:hover {
    text-decoration: underline;
}

/* Contenedor de la imagen única */
.image-container {
    margin-top: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 100%;
	height: auto;
    max-width: 720px;  /* Ajusta según tus preferencias */
    margin: 30px auto;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
}

/* Imagen única (mantiene los estilos del slider) */
.image-container img {
    width: 100%;
    height: auto;
    border-radius: 10px;
    object-fit: cover;
}

/* Responsividad para pantallas pequeñas */
@media (max-width: 768px) {
    .image-container {
        max-width: 100%;
        margin: 20px auto;
    }
}

/* Responsividad */
@media (max-width: 768px) {
    .info-box {
        padding: 15px;
    }
    
    .info-box p {
        font-size: 16px;
    }
}

/*Audios*/
.backgroundaudios {
    background-color: #fff;
    width: 100%;
    padding-top: 50px;
    padding-bottom: 50px;
}

/* Botones de control de la audioguía */
.audio-toggle-btn {
    display: block;
    margin: 20px auto;
    padding: 12px 20px;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.7);
    border: none;
    border-radius: 8px;
    cursor: pointer;
    transition: background 0.3s ease-in-out;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.3);
}

.audio-toggle-btn:hover {
    background-color: #0056b3;
}

.audio-toggle-btn:active {
    background-color: #003f7f;
}

/* Asegurar que la audioguía esté oculta al inicio */
.backgroundaudios {
    display: none;
}

.audio-section {
    text-align: center;
    padding: 20px;
}

.audio-title {
   font-size: 1.75em;
    color: #000000;
	text-shadow: 4px 4px 4px rgba(0,0,0,0.2);
	font-weight: bold;
    text-align: center;
	margin-bottom: 20px;
}

/* Estilo para h3 en la sección de Audio-Guía */
blockquote.audio-subtitle {
        font-style: italic;
        margin: 10px 0;
        padding: 10px;
        background-color: #f4f4f4;
        border-left: 5px solid #ffcc00;
        font-size: 1.2em;
        color: #333;
    }

    blockquote.audio-subtitle::before {
        content: "“";
        font-size: 2em;
        color: #000000;
        margin-right: 5px;
    }

    blockquote.audio-subtitle::after {
        content: "”";
        font-size: 2em;
        color: #000000;
        margin-left: 5px;
    }

.audio-container {
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: center;
    max-width: 1200px;
    margin: auto;
}

.audio-row {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
    width: 100%;
}

.audio-block {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    width: 250px;
    min-height: 120px;
    background: #f8f8f8;
    padding: 10px;
    border-radius: 10px;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.7);
}

h3 {
    margin-bottom: 10px;
    font-size: 16px;
    color: #000;
}

audio {
    width: 100%;
}

/* Diseño responsivo */
@media (max-width: 768px) {
    .audio-row {
        flex-direction: column;
        align-items: center;
    }
}

/* Títulos */
.cookies-title {
    text-align: center;
    font-size: 24px;
    color: #fd6868;
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 2px solid #ddd;
}

/* Banner de Cookies */
.cookie-banner {
    position: fixed;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    background: rgba(0, 0, 0, 0.9);
    color: white;
    padding: 4px 7px;
    border-radius: 10px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.3);
    max-width: 500px;
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 10px;
    z-index: 999;
    transition: all 0.3s ease-in-out;
}

/* Texto del Banner */
.cookie-banner p {
    font-size: 14px;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

/* Icono */
.cookie-banner i {
    font-size: 20px;
    color: #ffcc00;
}

/* Enlace de Política de Cookies */
.cookie-banner a {
    color: #ffcc00;
    text-decoration: underline;
    font-weight: bold;
}

.cookie-banner a:hover {
    text-decoration: none;
}

/* Botones */
.cookie-buttons {
    display: flex;
    justify-content: center;
    gap: 10px;
}

.cookie-buttons button {
    border: none;
    padding: 6px 10px;
    border-radius: 5px;
    font-size: 14px;
    font-weight: bold;
    cursor: pointer;
    transition: all 0.3s ease;
}

#accept-cookies {
    background:  #e2e2e2;
    color: #000000;
}

#accept-cookies:hover {
    background: #218838;
}

#reject-cookies {
    background: #e2e2e2;
    color: #000000;
}

#reject-cookies:hover {
    background: #c82333;
}

/* 📱 Responsive */
@media (max-width: 480px) {
    .cookie-banner {
        width: 90%;
        padding: 15px;
    }

    .cookie-buttons {
        flex-direction: column;
    }
}