html .bg-color-primary,
html .bg-primary {
    background-color: #9c0050 !important;
}

html .bg-color-primary,
html .bg-primary1 {
    background-color: #eda700 !important;
}

html .btn-primary {
    background-color: #9c0050;
    border-color: #eda700 #eda700 #eda700;
    color: #FFF;
}

#footer .footer-copyright {
    background: #eda700;
}

html .bg-color-dark,
html .bg-dark {
    background-color: #FFF !important;
}

html .bg-dark>a {
    color: #353584 !important;
}


/* Header */

html:not(.sticky-header-active) #header.header-transparent:not(.header-semi-transparent) .header-body {
    background-color: #00000010 !important;
}

#header .header-nav.header-nav-links.header-nav-light-text nav>ul>li>a,
#header .header-nav.header-nav-line.header-nav-light-text nav>ul>li>a {
    color: #9c0050;
}

#header .header-nav.header-nav-links nav>ul:not(:hover)>li>a.active {
    color: #eda700;
}

#header .header-nav.header-nav-links nav>ul li:hover>a {
    color: #eda700;
}


/* #header .header-nav-main nav>ul li a:active {
    background-color: #f8f9fa;
    color: pink;
} */


/* fim do header */


/* 
.owl-carousel .owl-item img {
    display: inline-block;
    width: 25%;
} */

.owl-carousel .owl-item img {
    display: block;
    width: 100%;
}


/* .slider-container .tp-opacity-overlay {
    opacity: 1;
    background: none;
} */

section.section.section-height-4 {
    padding: 7rem 0 4.5rem 0;
}