/* CSS Document */
:root {
  --color_fondo_primario: 226, 68, 37;
  --color_fondo_secundario: 0, 0, 0;
}

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

#intro {
	background-image: url("../img/logo_acarcajadas_positivo.png")!important;
}


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

#intro .about-btn {
	border: 2px solid #e13716!important;
 	color: #e13716!important;
}

#evento {
	background: url("../img/about-bg.jpg")!important;
}

#evento:before{
/*	background-color:#e13716!important; */
	background: rgba(var(--color_fondo_secundario), 0.9)!important;
}

.section-header p{
    font-size: 30px!important;
    color: #c00!important;	
}