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

#header.header-scrolled,
#header.header-fixed {
  background: rgba(226, 68, 37,1) !important;  
}

#intro {
	/*background: url(../img/logo__rojo.jpg) center !important;	
	background-size: 130vmin !important;
	background-repeat: no-repeat !important;
	background-color:#e13716!important;*/
}

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


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