@charset "utf-8";
/* CSS Document */

/* Colores para Locales y Despachos */
/* Nosotros = About */
/* Inmobiliaria = Services */
/* Smart Home = Portfolio */
/* Mantenimiento = Blog */


/* Sections About */
.section#about, .section-about i.active {
	background: #199900;
}

/* Sections Services */
.section#services, .section-services i.active {
	background: #D39D09;
}

/* Sections Portfolio */
.section#folio, .section-folio i.active, .item .item-detail {
	background: #00AAAA;
}

/* Sections Blog */
.section#blog, .section-blog i.active, #blog .item .item-detail {
	background: #691BB8;
}

/* Sections Contact */
.section#contact, .section-contact i.active {
	background: #B01E00;
}