/* CSS Modificable, en base a las necesidades de cada landing */
:root {
  --color_fondo_primario: 214, 37, 21;
  --color_fondo_secundario: 250, 176, 15;
  --color_fondo_terciario: 255, 255, 255;
  --color_texto_primario: 255,255,255;
  --color_texto_secundario: 0,0,0;
  --color_titulo: 250, 176, 15;
  --color_boton_intro: 214, 37, 21;
  --color_subtitulo: 214, 37, 21;
  --color_cabeceras: 250, 176, 15;
  --color_texto_resaltado: 250, 176, 15;
  --color_enlace_hover: 158, 33, 60;
  --color_evento_imagen_fondo: 214, 37, 21;
  --color_footer_apartado: 250, 176, 15;
}

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;
}
.la_sala {
	background-color:#EFEFEF;
}
@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;
	
   
  }

}