html .bg-color-primary,
html .bg-primary {
	background-color: #9C9792 !important;
}

#header .header-btn-collapse-nav {
	background: #9C9792;
}

#header .header-nav-main:not(.header-nav-main-mobile-dark) nav > ul > li > a.active {
	background: #9C9792;
}

#header .header-nav.header-nav-line nav > ul:not(:hover) li > a.active {
		color: #9C9792;
	}


#header .header-body {
	background: #FFF;
}

/* Home Intro */
.home-intro {
	background-color: #9c9792;
}


section.section.section-overlay-opacity.section-overlay-opacity-scale-7:before {
	background: rgb(0 0 0 / 60%);
}


html .call-to-action.call-to-action-primary {
	background: #9C9792;
}

.home-concept strong {
	color: #9C9792;
}

/* Sobre Nos*/
html .toggle-primary.toggle-simple .toggle > label:after, html .toggle-primary.toggle-simple .toggle > .toggle-title:after {
    background-color: #9C9792;
}

p {
color: #777;
line-height: 26px;
}

.text-left{
    text-align: left;
}

@media (min-width: 992px)
#header .header-nav.header-nav-line nav > ul li:hover > a {
    color: #777;
}