/* CSS Document */
:root {

 /* --color_fondo_primario: 177, 114, 44;
  --color_fondo_secundario:204, 0, 0;*/
  
/*  --color_fondo_primario: 14,27,77;
  --color_fondo_secundario: 204, 0, 0; */

 --color_fondo_primario: 204,0,0;
/* --color_fondo_secundario: 14,27,77; */
 --color_fondo_secundario: 21,25,29;

}

#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/intro-bg.png) top center;
}

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

#agenda h5 {font-size: .9em;}
#lugar .lugar-info:before {
    background: rgba(var(--color_fondo_primario), 0.8)!important;
}

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

#inscripcion .fechalimite{
	background-color:#1dab0c !important;
	color:#FFF !important;
}

#footer .footer-top .footer-contact p {
    line-height: 26px;
    border: 1px solid gray;
    border-radius: 5px;
    padding: 15px;
	font-size: .9em;
}