/* SIDEBAR */
#sidemenu .btn-toggle {

  font-weight: 600;
  color: var(--bs-emphasis-color);
  background-color: #f9f9f9;
  border-top: 1px solid #ddd!important;
	border-bottom: 1px solid #ddd!important;
	width: 100%;
	border-radius: 0!important;
}
#sidemenu .btn-toggle:hover, #sidemenu .btn-toggle:focus {
  color: rgba(var(--bs-emphasis-color-rgb), .85);
  background-color: var(--bs-tertiary-bg);
}

#sidemenu .btn-toggle::before {
  width: 1.25em;
  line-height: 0;
  content: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='rgba%280,0,0,.5%29' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M5 14l6-6-6-6'/%3e%3c/svg%3e");
  transition: transform .35s ease;
  transform-origin: .5em 50%;
}

/*[data-bs-theme="dark"] .btn-toggle::before {
  content: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='rgba%28255,255,255,.5%29' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M5 14l6-6-6-6'/%3e%3c/svg%3e");
}*/

#sidemenu .btn-toggle[aria-expanded="true"] {
  color: rgba(var(--bs-emphasis-color-rgb), .85);
}
#sidemenu .btn-toggle[aria-expanded="true"]::before {
  transform: rotate(90deg);
}

#sidemenu .btn-toggle-nav a {
  padding: .1875rem .5rem;
  margin-top: .125rem;
  margin-left: 1.25rem;
}
#sidemenu .btn-toggle-nav a:hover,
#sidemenu .btn-toggle-nav a:focus {
  background-color: var(--bs-tertiary-bg);
}

#sidemenu .scrollarea {
  overflow-y: auto;
}

/* \SIDEBAR */

.nav-pills .nav-link, .btn {
	border-radius: 0;
}


/* ------------------------------------------------------------------
   Festival Internacional Cervantino · Estilos personalizados
-------------------------------------------------------------------*/

/* 1. Utilidades básicas
-------------------------------------------------------------------*/
.intro-center {                /* Bloques centrados con padding */
  text-align: center;
  padding: 2% 0;
}

/* 2. Secciones de color
-------------------------------------------------------------------*/
.game-section-dark   { background-color: #000; }
.game-section-pink   { background-color: #FCA7D7; }
.sponsors-section    { background-color: white; padding: 5% 0; }

/* 3. Encabezados y tipografía
-------------------------------------------------------------------*/
main.cervantino  { background-color: #000; color: #fff; }

h1.fictype        { color: #FCA7D7; font-size: 4em; }
.fic-subtitle     { color: #48D8AE; font-size: 2em; }
.fic-paragraph    { color: #fff;     font-size: 1.6em; }
.fic-image        { width: 100%; text-align: center !important; }

/* 4. Buscador en hero (z-index para que quede siempre arriba)
-------------------------------------------------------------------*/
#search_bar_container { z-index: 9999; }

/* 5. Cursos / cajas destacadas
-------------------------------------------------------------------*/
.ag-courses_box-dark { background-color: #000; }

/* 6. Puedes seguir agregando reglas específicas aquí… */



/*==================================================
  Estilos personalizados FIC - Sección artistas
==================================================*/

.artista-info {
  background-color: #000;
  color: #fff;
  padding: 40px;
}

.artista-header {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  align-items: flex-start;
}

.artista-img,
.artista-img-250 {
  height: auto;
  mask-image: url('assets/svg/mask.svg');
  -webkit-mask-image: url('assets/svg/mask.svg');
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  mask-size: cover;
  -webkit-mask-size: cover;
  mask-position: center;
  -webkit-mask-position: center;
}

.artista-img {
  width: 500px;
}

.artista-img-250 {
  width: 250px;
}

.artista-texto {
  flex: 1;
  min-width: 300px;
}

.artistas-relacionados {
  background-color: #000;
  color: #fff;
  padding: 40px;
}

.artistas-relacionados h3 {
  font-size: 24px;
  margin-bottom: 20px;
}

.estrella {
  color: #FFCE4B;
  font-size: 24px;
}

.artistas-grid {
  display: flex;
  flex-wrap: nowrap;
  gap: 20px;
  overflow-x: auto;
  padding-bottom: 10px;
}

.artista-card {
  min-width: 160px;
  flex: 0 0 auto;
  text-align: center;
}

.artista-card img {
  width: 100%;
  height: auto;
}

.artista-card p {
  margin-top: 8px;
  font-size: 14px;
  color: #ccc;
}

/*==================================================
  Estilos FIC - Colores y Tipografía general
==================================================*/

main.cervantino {
  background-color: black;
  color: white;
}

h1.fictype {
  color: #FCA7D7;
  font-size: 4em;
}

.fic-subtitle {
  color: #48D8AE;
  font-size: 2em;
}

.fic-paragraph {
  color: white;
  font-size: 1.6em;
}

.fic-image {
  width: 100%;
  text-align: center !important
}


/* PRELOADER */
#pload {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	bottom: 0;
	background-color: #000;
	z-index: 999999999;
}


#pload .loader-overlay {
  /*background-color: #000;
  height: 100%;
  width: 100%;*/
  /*position: fixed;
  top: 0;
  left: 0;*/
	position: absolute;
	top: 50%;
	left: 50%;
    transform: translateX(-50%);
	
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
}


#pload .loader-container {
  display: flex;
  flex-direction: row;
  gap: 11px; /* Espaciado basado en tu imagen */
}

#pload .svg-icon {
  width: 50px;
  height: 50px;
  animation: bounce 0.6s ease-in-out infinite alternate;
}

#pload .svg-icon svg {
  width: 100%;
  height: 100%;
}

#pload .svg-icon.pink {
  color: #f28cc4; /* Verde */
  animation-delay: 0s;
}

#pload .svg-icon.green {
  color: #55d29e; /* Rojo */
  animation-delay: 0.15s;
}

#pload .svg-icon.red {
  color: #f0393c; /* Azul intenso */
  animation-delay: 0.3s;
}

@keyframes bounce {
  from {
    transform: translateY(20px);
  }
  to {
    transform: translateY(0px);
  }
}

/* \PRELOADER */