*{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	font-family: 'Poppins', sans-serif;
}

body{
	background: #f8f4ec;
	color: #2b2b2b;
}

.contenedor{
	width: 90%;
	max-width: 1200px;
	margin: 0 auto;
}

/* HERO */
.hero-eventos{
	width: 100%;
	height: 100vh;
	background: url("../img/evento-principal.jpg") center/cover no-repeat;
	position: relative;
	margin-top: 90px;
}

.overlay-eventos{
	width: 100%;
	height: 100%;
	background: linear-gradient(rgba(0,0,0,0.45), rgba(0,0,0,0.45));
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	padding: 20px;
}

.hero-contenido{
	max-width: 850px;
	color: #fff;
}

.etiqueta-hero{
	display: inline-block;
	background: rgba(255,255,255,0.16);
	border: 1px solid rgba(255,255,255,0.25);
	padding: 8px 18px;
	border-radius: 30px;
	font-size: 14px;
	font-weight: 600;
	margin-bottom: 18px;
}

.hero-contenido h1{
	font-size: 62px;
	margin-bottom: 20px;
	font-weight: 700;
}

.hero-contenido p{
	font-size: 20px;
	line-height: 1.8;
	margin-bottom: 30px;
}

.btn-hero{
	display: inline-block;
	padding: 14px 34px;
	background: #8b5a00;
	color: #fff;
	text-decoration: none;
	border-radius: 40px;
	font-weight: 600;
	transition: 0.3s ease;
}

.btn-hero:hover{
	background: #a86b00;
	transform: translateY(-3px);
}

/* INTRO */
.intro-eventos{
	padding: 90px 0 30px;
}

.titulo-seccion{
	text-align: center;
	margin-bottom: 20px;
}

.titulo-seccion h2{
	font-size: 42px;
	color: #5a3400;
	margin-bottom: 12px;
}

.titulo-seccion p{
	max-width: 850px;
	margin: 0 auto;
	font-size: 17px;
	line-height: 1.8;
	color: #555;
}

/* EVENTO PRINCIPAL */
.evento-principal{
	padding: 30px 0 90px;
}

.evento-card{
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 35px;
	align-items: center;
	background: #ffffff;
	padding: 30px;
	border-radius: 28px;
	box-shadow: 0 12px 28px rgba(0,0,0,0.08);
}

.evento-imagen img{
	width: 100%;
	height: 100%;
	min-height: 420px;
	object-fit: cover;
	border-radius: 22px;
	display: block;
}

.evento-texto{
	padding: 10px 0;
}

.etiqueta{
	display: inline-block;
	background: #f1e2bf;
	color: #7a4b00;
	padding: 8px 16px;
	border-radius: 30px;
	font-size: 14px;
	font-weight: 600;
	margin-bottom: 15px;
}

.evento-texto h2{
	font-size: 38px;
	color: #5a3400;
	margin-bottom: 18px;
}

.evento-texto p{
	font-size: 16px;
	line-height: 1.9;
	color: #4d4d4d;
	margin-bottom: 18px;
	text-align: justify;
}

.mini-caracteristicas{
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 15px;
	margin: 25px 0 30px;
}

.mini-item{
	background: #f8f4ec;
	padding: 16px;
	border-radius: 18px;
	display: flex;
	align-items: center;
	gap: 12px;
}

.mini-item i{
	font-size: 20px;
	color: #8b5a00;
}

.mini-item span{
	font-size: 15px;
	font-weight: 500;
	color: #4d4d4d;
}

.btn-evento{
	display: inline-block;
	text-decoration: none;
	background: #25d366;
	color: #fff;
	padding: 14px 28px;
	border-radius: 40px;
	font-weight: 600;
	transition: 0.3s ease;
}

.btn-evento:hover{
	transform: translateY(-3px);
}

/* TEXTO FINAL */
.texto-final-eventos{
	padding: 0 0 90px;
}

.bloque-texto-final{
	background: #ffffff;
	padding: 45px 35px;
	border-radius: 28px;
	box-shadow: 0 10px 25px rgba(0,0,0,0.08);
}

.bloque-texto-final h2{
	font-size: 38px;
	color: #5a3400;
	margin-bottom: 20px;
	text-align: center;
}

.bloque-texto-final p{
	font-size: 16px;
	line-height: 1.95;
	color: #4d4d4d;
	margin-bottom: 18px;
	text-align: justify;
}

.frase-final{
	font-size: 19px;
	font-weight: 700;
	color: #8b5a00;
	text-align: center;
	margin-top: 10px;
}

/* CTA */
.cta-eventos{
	padding: 0 0 90px;
}

.cta-box{
	background: #8b5a00;
	color: #fff7dc;
	text-align: center;
	padding: 55px 30px;
	border-radius: 28px;
	box-shadow: 0 15px 30px rgba(0,0,0,0.15);
}

.cta-box h2{
	font-size: 38px;
	margin-bottom: 15px;
}

.cta-box p{
	font-size: 17px;
	line-height: 1.8;
	margin-bottom: 25px;
}

.cta-box a{
	display: inline-block;
	text-decoration: none;
	background: #25d366;
	color: white;
	padding: 14px 30px;
	border-radius: 40px;
	font-weight: 600;
	transition: 0.3s ease;
}

.cta-box a:hover{
	transform: translateY(-3px);
}

/* FOOTER */
.footer-eventos{
	background: #1e1e1e;
	color: white;
	text-align: center;
	padding: 22px 15px;
	font-size: 15px;
}

/* WHATSAPP */
.whatsapp-flotante{
	position: fixed;
	right: 20px;
	bottom: 20px;
	width: 58px;
	height: 58px;
	background: #25d366;
	color: white;
	font-size: 28px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	text-decoration: none;
	box-shadow: 0 8px 18px rgba(0,0,0,0.25);
	z-index: 999;
	transition: 0.3s ease;
}

.whatsapp-flotante:hover{
	transform: scale(1.08);
}

/* RESPONSIVE */
@media (max-width: 992px){
	.evento-card{
		grid-template-columns: 1fr;
	}

	.mini-caracteristicas{
		grid-template-columns: 1fr;
	}

	.hero-contenido h1{
		font-size: 46px;
	}

	.titulo-seccion h2,
	.evento-texto h2,
	.bloque-texto-final h2,
	.cta-box h2{
		font-size: 32px;
	}
}

@media (max-width: 576px){
	.hero-eventos{
		height: 85vh;
		margin-top: 80px;
	}

	.hero-contenido h1{
		font-size: 34px;
	}

	.hero-contenido p{
		font-size: 16px;
	}

	.titulo-seccion h2,
	.evento-texto h2,
	.bloque-texto-final h2,
	.cta-box h2{
		font-size: 27px;
	}

	.titulo-seccion p,
	.evento-texto p,
	.bloque-texto-final p,
	.cta-box p{
		font-size: 15px;
	}

	.evento-card{
		padding: 18px;
	}

	.evento-imagen img{
		min-height: 260px;
	}

	.bloque-texto-final{
		padding: 28px 20px;
	}
}