/* CSS Modificable, en base a las necesidades de cada landing */
:root {
 --color_fondo_primario: 6, 12, 34;
  --color_fondo_secundario: 13, 20, 41;
  --color_fondo_terciario:  13, 20, 41;
  --color_texto_primario: 255, 255,  255;
  --color_texto_secundario: 0, 0,  0;
  --color_titulo: 13, 20, 41;
  --color_boton_intro:164, 34, 34;
  --color_subtitulo: 204, 180, 112;
  --color_cabeceras:13, 20, 41;
  --color_texto_resaltado:   224, 7, 47;
  --color_enlace_hover: 224, 7, 47;
  --color_evento_imagen_fondo: 75, 92, 123;   /*187, 255, 255;*/
  --color_footer_apartado: 255, 255, 255;
}
	
a:hover{
  color:  rgba(var(--color_fondo_primario));
}

.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_evento_imagen_fondo),0.9);
}
section.contacto .contact-info h3 {
  color: rgb(var(--color_fondo_secundario));
}

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

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_secundario));
  animation-delay: 0.8s;
  border: 2px solid rgb(var(--color_fondo_primario));
}

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  {
  /*display: none;*/
}

address:hover {
	 color:rgba(var(--color_fondo_secundario)) !important;
}	
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:rgba(var(--color_fondo_primario), 0.768) !important; 
}

p.no-margen{
  margin: 0px;
  margin-top: 20px;
}
.section-with-bg {
	 background: #FFF !important;
}
@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;
	
  }
 

}