/* CSS Document */
:root {
/*
  --color_fondo_primario: 255, 255, 255;
  --color_fondo_secundario: 204, 0, 0;
*/  
  --color_fondo_primario: 6, 12, 34;
  --color_fondo_secundario: 204, 0, 0;


}

#header.header-scrolled,
#header.header-fixed {
  background: #c00 !important;  
}

.nav-menu a {
	color:#fff!important;
}

.nav-menu > li > a:before {
	background-color:#fff!important;  

}


.nav-menu li.buy-tickets a {
	background-color:#fff!important;
	color:#c00!important;
	border-color:#c00;
}

.nav-menu li.buy-tickets a:hover {
    background: none!important;
	color:#fff!important;
	border-color:#fff!important;	
}


#intro {
	background: url(../img/bg01.png) top center;
}

#intro:before {
/*	background:rgba(6, 12, 34, 0.6)!important; */
	background: rgba(var(--color_fondo_primario), 0.6)!important;
}

#evento:before {
    background: rgba(var(--color_fondo_secundario), 0.7)!important;
}


#lugar .lugar-info:before {
    background: rgba(var(--color_fondo_primario), 0.7)!important;
}

#lugar .lugar-info {
	padding-top:40px!important;
	padding-bottom:40px!important;
	background: url(../img/teatro-patiobutacas.png) top center no-repeat!important;	
}

#evento p{
	font-size:16px!important;	
}
#inscripcion .fechalimite{
	background-color:#1dab0c !important;
	color:#FFF !important;
}