/* CSS Modificable, en base a las necesidades de cada landing */
:root
{
  --color_fondo_primario: 27, 37, 72;
  --color_fondo_secundario: 219, 147, 26;
  --color_fondo_terciario: 255, 255, 255;
  --color_texto_primario: 255, 255, 255;
  --color_texto_secundario: 0, 0, 0;
  --color_titulo: 219, 147, 26;
  --color_boton_intro: 27, 37, 72;
  --color_subtitulo: 27, 37, 72;
  --color_cabeceras: 219, 147, 26;
  --color_texto_resaltado: 219, 147, 26;
  --color_enlace_hover: 158, 33, 60;
  --color_evento_imagen_fondo: 27, 37, 72;
  --color_footer_apartado: 219, 147, 26;
}

/* Estilos forzados por problemas de accesibilidad */

div.fadeInUp>div>h2
{
  color: white;
}

.col-lg-8>strong>a
{
  color: yellow;
}

.col-lg-8>strong>a:hover
{
  color: rgb(27, 37, 72);
}

section.ediciones_anteriores .ediciones_anteriores-item:hover
{
  background-color: unset;
}

/* Fin de los estilo forzados */

a:hover
{
  color: #e20512;
}

.nav-menu>li>a:before
{
  background: rgba(var(--color_fondo_secundario));
}

section.evento h2,
section.evento p
{
  color: rgb(var(--color_texto_primario)) !important;
}

section.evento:before
{
  background: rgba(var(--color_fondo_primario), 0.9);
}

section.contacto .contact-info h3
{
  color: rgb(var(--color_fondo_primario));
}

section.contacto .contact-info a:hover
{
  color: rgb(var(--color_fondo_primario));
}

section.eventos
{
  text-align: center;
}

section.eventos .about-btn
{
  font-family: "Raleway", sans-serif;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 12px 32px;
  border-radius: 50px;
  transition: 0.5s;
  line-height: 1;
  margin-top: 50px;
  color: rgb(var(--color_texto_primario));
  -webkit-animation-delay: 0.8s;
  background: rgba(var(--color_fondo_primario));
  animation-delay: 0.8s;
  border: 2px solid rgb(var(--color_fondo_secundario));
}

section.eventos .about-btn:hover
{
  background: rgb(var(--color_fondo_secundario));
}

section.intro .about-btn:hover
{
  background: rgba(var(--color_fondo_secundario));
}

section.eventos .evento img.imagen_portada
{
  height: 100%;
  width: 100%;
}

section.contacto .contact-info a:hover address
{
  color: rgba(var(--color_fondo_primario));
}

section.eventos .evento
{
  height: 450px;
}

/*section.intro h1 {
  display: none;
}*/


section#artistas div.detalles
{
  background: rgba(var(--color_fondo_secundario), 0.768) !important;
}

section.detalle_evento p
{
  color: rgb(var(--color_texto_secundario)) !important;
}

section.detalle_evento p strong
{
  color: rgba(var(--color_fondo_secundario)) !important;
}

.back-to-top:hover
{
  background: #e20512;
}

p.no-margen
{
  margin: 0px;
  margin-top: 20px;
}

@media(max-width: 950px)
{
  section.intro
  {
    background-size: cover !important;
    background-repeat: no-repeat !important;
  }


  section.intro h2
  {
    display: inline;
  }

  section.evento
  {
    background-image: none !important;
  }
}

@media (max-width: 1350px)
{
  section.intro
  {
    background: url(images/intro-bg2.jpg) center;
    background-size: cover;
    background-repeat: no-repeat;
  }

  /* section.intro .intro-container {
    top: unset !important;
    bottom: 120px !important;
  }*/
}

@media (max-width: 900px)
{
  section.intro
  {
    background: url(images/intro-bg2.jpg) center;
    background-size: cover;
    background-repeat: no-repeat;
  }

  section.intro intro-container
  {
    bottom: 60px;


  }

}