body {
	background-color: var(--mdb-secondary);
}

.tag {
	width: 1.4rem !important;
	height: 1.4rem !important;
}

.subtitle {
	font-size: 1.75rem !important;
}

.menu-annos p {
	color: var(--mdb-primary) !important;
	font-family: Alexandria;
	font-size: 1rem !important;
	font-style: normal !important;
	font-weight: 400 !important;
	line-height: normal !important;
}

.border-style-bottom {
	border-bottom: 3px solid var(--mdb-primary);
}

/* SECCIÓN SUPERIOR */
.section-top {
	background: linear-gradient(135deg, #4a4a7f 0%, #5a5a8f 100%);
	padding: 80px 20px 180px;
	position: relative;
	z-index: 1;
}

.container {
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 20px;
}

/* CONTENEDOR DE VIDEO/IMAGEN SUPERPUESTO */
.media-overlay-container {
	position: relative;
	z-index: 10;
	margin-top: -8.889rem;
}

.media-wrapper {
	/* max-width: 900px; */
	width: fit-content;
	margin: 0 auto;
	width: 100%;
	max-width: 42.35744rem !important;
}

.media-box {
	overflow: hidden;
	position: relative;
	/* aspect-ratio: 16 / 9; */
	width: 42.463rem;
	display: flex;
	align-items: center;
	justify-content: center;
}

/* Contenido del video/imagen */
.media-content {
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	position: relative;
	background: linear-gradient(135deg, #a8e6f1 0%, #c5e8f3 100%);
}

.bg-1 {
	background-image: url(../../img/web/campanas-anteriores/background1.png);
}

.bg-2 {
	background-image: url(../../img/web/campanas-anteriores/background2.png);
	/* height: 39rem; */
	height: fit-content !important;
}

.bg-3 {
	background-image: url(../../img/web/campanas-anteriores/background3.png);
}

.bg-1,
.bg-2,
.bg-3 {
	padding-block: var(--header-height-sm);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

.bg-3 {
	margin-bottom: 8.889rem;
}

.content-box {
	display: flex;
	flex-direction: column;
	align-items: center;
	/* gap: 2.1875rem; */
	align-self: stretch;
	width: 100% !important;
	max-width: 42.46372rem !important;
	margin: 0 auto;
}

.content-box2 {
	display: flex;
	align-items: center;
	align-self: stretch;
	margin: 0 auto;
	margin-bottom: -8.889rem;
}
.content-box2 .box {
	max-width: 31.57022rem !important;
}

.content-box2 .box hr {
	width: 100%;
}

.box {
	display: flex;
	width: 100% !important;
	justify-content: space-between;
	align-items: center;
	background-color: white;
	/* max-height: 12.902rem !important;
	height: 100%; */
}

.box > div {
	justify-content: center;
	align-items: center;
}

#box3 {
	margin-bottom: -8.889rem;
}

.box hr {
	width: 16.86788rem;
	opacity: inherit !important;
}

.box > img {
	width: 100% !important;
}

.box h3 {
	color: var(--mdb-primary) !important;
	font-size: 1.32617rem !important;
	font-style: normal !important;
	font-weight: 700 !important;
	line-height: normal !important;
}

.box p {
	color: var(--mdb-secondary) !important;
	font-size: 0.66306rem !important;
	font-style: normal !important;
	font-weight: 300 !important;
	line-height: normal !important;
	letter-spacing: 0.03944rem !important;
}

.box .button-content {
	display: flex;
	flex-direction: row !important;
	gap: 0.94722rem;
}

.box .button-box {
	background-color: white !important;
	border-radius: 20px !important;
	border: 2px solid var(--mdb-secondary);
	color: var(--mdb-secondary);
	font-family: Alexandria;
	font-size: 0.56833rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	padding-block: 5px;
	padding-left: 10px;
	padding-right: 20px;
	display: flex;
	justify-content: center;
	align-items: center;
	width: fit-content;
	gap: 0.3rem !important;
}

.box .button-box:hover {
	background-color: var(--mdb-secondary) !important;
	border-radius: 20px !important;
	color: white !important;
	
}

.box .button-box:hover img {
        filter: brightness(0) invert(1);


}




#section1,
#section2,
#section3 {
	padding-block: 8.889rem !important;
}

.menu-annos {
	margin-top: 60px;
	position: relative;
	left: 0px;
	z-index: 1000;
	gap: 1.2rem !important;
	flex-direction: row !important;
	justify-content: center !important;
	background-color: var(--mdb-secondary) !important;
	padding-block: 0.5rem !important;
}

.sticky-clone {
	position: fixed;
	top: 4rem;
	z-index: 12;
	top: calc(var(--header-height-sm)) !important;
	width: fit-content !important;
}

.content-frases {
	transform: translateY(3rem);
}

.box-frase img {
	width: 15.69928rem;
	height: 23.1255rem;
}

.carousel {
	margin-bottom: 1.84161rem;
}

/* Swiper Container */
.swiper {
	width: 100%;
	padding: 20px 0;
	position: relative;
	overflow: hidden;
}

/* Contenedor con márgenes para los botones */
.swiper-container-wrapper {
	position: relative;
	margin-top: -8.889rem;
	margin-bottom: 1.84161rem;
	overflow: visible;
}

.swiper,
.swiper-container-wrapper {
	max-width: 20rem !important;
}

.swiper-button-prev {
	left: -2.75rem !important; /* Fuera del área de slides */
}

.swiper-button-next {
	right: -2.75rem !important; /* Fuera del área de slides */
}

.swiper-container-wrapper .swiper-button-prev,
.swiper-container-wrapper .swiper-button-next {
	top: calc(50% + 20px); /* 20px es el padding-top del swiper */
	transform: translateY(-50%);
}

.swiper-slide {
	background: transparent !important;
	border-radius: 15px;
	height: 300px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	color: white;
	font-size: 1.5rem;
	font-weight: bold;
	text-align: center;
	transition: transform 0.3s;
	cursor: pointer;
	box-sizing: border-box;
}

/* Diferentes colores para cada slide */
.swiper-slide:nth-child(3n + 1) {
	background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
}

.swiper-slide:nth-child(3n + 2) {
	background: linear-gradient(135deg, #f093fb 0%, #f5576c 100%);
}

.swiper-slide:nth-child(3n) {
	background: linear-gradient(135deg, #4facfe 0%, #00f2fe 100%);
}

.slide-number {
	font-size: 3rem;
	margin-bottom: 10px;
}

.slide-content {
	font-size: 1rem;
	opacity: 0.9;
}

/* Botones de navegación personalizados estilo Tag.svg */
.swiper-button-next,
.swiper-button-prev {
	width: 35px;
	height: 35px;
	background: transparent;
	backdrop-filter: blur(10px);
	border: 2px solid white;
	border-radius: 50%;
	transition: all 0.3s ease;
	top: 50%;
	transform: translateY(-50%);
	z-index: 10;
}

/* Ocultar las flechas por defecto de Swiper */
.swiper-button-next:after,
.swiper-button-prev:after {
	display: none;
}

/* SVG personalizado para las flechas */
.swiper-button-next svg,
.swiper-button-prev svg {
	width: 22px;
	height: 22px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.swiper-button-prev svg {
	transform: translate(-50%, -50%) rotate(180deg);
}

/* Estilos para el circle del SVG */
.swiper-button-next circle,
.swiper-button-prev circle {
	stroke: white;
	fill: none;
	stroke-width: 2;
	opacity: 0;
}

/* Estilos para el path del SVG */
.swiper-button-next path,
.swiper-button-prev path {
	fill: white;
	transition: all 0.3s ease;
}

/* Deshabilitado */
.swiper-button-disabled {
	opacity: 0.4;
	cursor: not-allowed;
}

/* Paginación personalizada */
.swiper-pagination-bullet {
	opacity: 0.5;
	width: 12px;
	height: 12px;
}

.swiper-pagination-bullet-active {
	opacity: 1;
}

.swiper-button-prev,
.swiper-button-next {
	position: static !important; /* dejan de estar sobre la imagen */
	margin-top: 1rem; /* espacio arriba */
}

/* Contenedor de botones en fila centrado */
.swiper-container-wrapper {
	text-align: center;
}

.mySwiper .swiper-slide img {
	width: 100%;
	height: 100%;
	object-fit: cover; /* llena el slide sin deformarse */
}
/** MEDIA QUERYS: */

@media (min-width: 480px) {
	.swiper,
	.swiper-container-wrapper {
		max-width: 25rem !important;
	}
}

@media (min-width: 576px) {
	#section1 {
		padding-block: var(--header-height-sm);
	}

	.sticky-clone {
		top: calc(var(--header-height-sm)) !important;
	}
}

@media (min-width: 768px) {
	.content-box2 .box > img {
		max-height: 12.41733rem;
		max-width: 12.59261rem;
	}

	.swiper,
	.swiper-container-wrapper {
		max-width: 42rem !important;
	}

	#section1 {
		padding-block: var(--header-height-md);
	}

	.sticky-clone {
		top: calc(var(--header-height-md)) !important;
	}
}

@media (min-width: 992px) {
	.swiper-button-prev,
	.swiper-button-next {
		position: absolute !important; /* dejan de estar sobre la imagen */
		margin-top: 0rem; /* espacio arriba */
	}

	.swiper,
	.swiper-container-wrapper {
		max-width: 45rem !important;
	}

	#section1 {
		padding-block: var(--header-height-lg);
	}

	.menu-annos {
		left: 0.8rem !important;
		width: 5.5rem;
		background-color: transparent !important;
		flex-direction: column !important;
		justify-content: flex-start !important;
		padding-block: 0px !important;
	}

	.sticky-clone {
		top: calc(var(--header-height-lg) + 50px) !important;
	}
}

@media (min-width: 1200px) {
	.swiper,
	.swiper-container-wrapper {
		max-width: 50rem !important;
	}

	#section1 {
		padding-block: var(--header-height-xl);
	}

	.sticky-clone {
		top: calc(var(--header-height-xl) + 50px) !important;
	}
}

@media (min-width: 1300px) {
	.swiper,
	.swiper-container-wrapper {
		max-width: 65rem !important;
	}
}

@media (min-width: 1600px) {
	.menu-annos {
		left: 5rem !important;
	}
}
