/* Reset CSS moderno */
*,
*::before,
*::after {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}

html,
body {
	height: 100%;
	font-family: system-ui, sans-serif;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

img,
picture,
video,
canvas,
svg {
	display: block;
	max-width: 100%;
}

input,
button,
textarea,
select {
	font: inherit;
	border: none;
	background: none;
	outline: none;
}

a {
	color: inherit;
	text-decoration: none;
}

ul,
ol {
	list-style: none;
}

button {
	cursor: pointer;
}

body {
	line-height: 1.5;
	color: #310f17;
	background-color: #f0e6e6;
}

/* Scroll padding para ruta-navegación fija */
html {
	scroll-behavior: smooth;
}

body {
	scroll-padding-top: 80px;
}

/* Hover e interactividad */
a,
button {
	transition: all 0.2s ease;
}

/* Estilos para texto invertido (modo oscuro) */
.prose-invert {
	/* color: var(--color-text); */
}

.prose-invert strong {
	/* color: var(--color-accent); */
}

/* Responsive ruta-navbar */
/* color variables */
/* border radius */
*,
*::before,
*::after {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}

body {
	font-family: "Andika New Basic", sans-serif;
	font-weight: 700;
	color: #2a324b;
	height: 100vh;
}

.ruta-nav {
	border-bottom: 1px solid #eef1f6;
}

.ruta-nav__toggle {
	position: absolute;
	cursor: pointer;
	margin: 0rem 1rem;
	right: 0;
}

.ruta-nav__toggle svg {
	width: 1.5rem;
	fill: #2a324b;
}

.ruta-nav__toggle .close {
	display: none;
}

.ruta-nav__toggle .menu {
	margin-top: 0.2rem;
}

.ruta-nav__checkbox {
	display: none;
}

.ruta-nav__menu {
	display: flex;
	flex-direction: column;
	gap: 2rem;
	align-items: center;
	padding: 1rem;
}

.ruta-nav__menu li {
	list-style: none;
	display: none;
}

.ruta-nav__menu li:first-child {
	margin-right: auto;
	display: block;
}

.ruta-nav__menu a {
	text-decoration: none;
	color: inherit;
	font-size: 1.2rem;
}

.ruta-nav__menu svg {
	width: 1.5rem;
	fill: #2a324b;
}

#ruta-nav__checkbox:checked~ul.ruta-nav__menu li {
	display: block;
}

#ruta-nav__checkbox:checked~label.ruta-nav__toggle .close {
	display: block;
}

#ruta-nav__checkbox:checked~label.ruta-nav__toggle .menu {
	display: none;
}

@media only screen and (min-width: 560px) {
	.ruta-nav__toggle {
		display: none;
	}

	.ruta-nav__menu {
		flex-direction: row;
	}

	.ruta-nav__menu li {
		display: block;
	}
}

.bebas-neue-regular {
	font-family: "Bebas Neue", sans-serif;
	font-weight: 400;
	font-style: normal;
}

.qwigley-regular {
	font-family: "Qwigley", cursive;
	font-weight: 400;
	font-style: normal;
}

.birthstone-regular {
	font-family: "Birthstone", cursive;
	font-weight: 400;
	font-style: normal;
}

.logo {
	font-size: 38px;
	font-weight: 700;
	letter-spacing: 1.125px;
}

.section-introduccion {
	background-image: url("../white-bg.jpg");
	margin: 0 auto;
	padding: 4rem 8rem;
	text-align: center;
}

section {
	margin: 0 auto;
	padding: 4rem 8rem;
	text-align: center;
}

.section-introduccion .container {
	background-color: #ffffffe6;
	padding: 2rem 2.5rem;
	border-radius: 2rem;
}

.section-mono-nunez {
	background-image: url("../artboard-1.jpg");
	background-size: cover;
	background-position: bottom;
	color: #ffffffe6;
	padding: 1rem;
}

.section-mono-nunez .container {
	padding: 2rem 2.5rem;
	border-radius: 2rem;
}

.section-mono-nunez h2 {
	font-size: 36px;
	max-width: 800px;
	margin: 0 auto;
}

.section-mono-nunez .mono-text-container {
	width: 100%;
	display: flex;
	justify-content: flex-end;
}

.section-mono-nunez .mono-text-container p {
	margin: 2rem 0 4rem;
	text-align: right;
	width: 55%;
}

.section-festivales,
.section-ruta,
.section-estructura {
	background-image:
		linear-gradient(rgba(255, 255, 255, 0.85), rgba(255, 255, 255, 0.85)),
		url("../white-bg.jpg");
	margin: 0 auto;
	text-align: center;
	padding: 2rem 0;
}

.container-festivales,
.section-ruta {
	display: flex;
}

.section-festivales .container-festivales {
	display: flex;
}

.section-festivales .container-festivales img {
	width: 360px;
}

.section-festivales .container-festivales .festivales-text {
	padding: 2rem 5rem;
}

.section-title {
	font-size: 32px;
	padding: 2rem;
}

.section-festivales .container {
	/* background-color: #ffffffe6; */
	padding: 2rem 2.5rem;
	border-radius: 2rem;
}

.section-ruta {}

.img-repertorio {
	max-width: 900px;
	width: 90%;
	margin: 0 auto;
}

.estructura-container .row {
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	gap: 4rem;
}

.img-card {
	margin: 0 -12px;
	max-height: 180px;
	overflow: hidden;
}

.card-body {
	min-height: 264px;
}

.card-title {
	font-weight: 700;
}

.card-text {
	font-weight: 400;
	padding-top: 4px;
}

.poster-img {
	width: 100%;
	max-width: 400px;
}

.section-beneficios,
.section-analisis,
.section-recursos,
.section-contacto {
	background: radial-gradient(circle at center, #ffffff 0%, #f9fafb 70%, #f1f5f9 100%);
}

.big-title {
	font-size: 2.5rem;
	margin-bottom: 2rem;
}

.repertorio-text,
p {
	font-weight: 400;
}

.section-antioquia-canta, .section-antoquia-info {
	background-image: linear-gradient(rgba(255, 255, 255, 0.85), rgba(255, 255, 255, 0.85)), url("../white-bg-flowers.jpg");
	margin: 0 auto;
	text-align: center;
	padding: 2rem 0;
}

.section-pasillo-festival, .section-pasillo-info {
	background-image: linear-gradient(rgba(255, 255, 255, 0.85), rgba(255, 255, 255, 0.85)), url("../white-bg-pasillo.jpg");
	margin: 0 auto;
	text-align: center;
	padding: 2rem 0;
}

.section-bambuco-festival, .section-bambuco-info {
	background-image: linear-gradient(rgba(255, 255, 255, 0.85), rgba(255, 255, 255, 0.85)), url("../white-bg-bambuco.jpg");
	margin: 0 auto;
	text-align: center;
	padding: 2rem 0;
}


.section-principes-festival, .section-principes-info {
	background-image: linear-gradient(rgba(255, 255, 255, 0.85), rgba(255, 255, 255, 0.85)), url("../white-bg-principes.jpg");
	margin: 0 auto;
	text-align: center;
	padding: 2rem 0;
}

.section-moncada-festival, .section-moncada-info {
	background-image: linear-gradient(rgba(255, 255, 255, 0.85), rgba(255, 255, 255, 0.85)), url("../white-bg-moncada.jpg");
	margin: 0 auto;
	text-align: center;
	padding: 2rem 0;
}

.section-cotrafa-festival, .section-cotrafa-info {
	background-image: linear-gradient(rgba(255, 255, 255, 0.85), rgba(255, 255, 255, 0.85)), url("../white-bg-cotrafa.jpg");
	margin: 0 auto;
	text-align: center;
	padding: 2rem 0;
}
