/*sec-slide*/
.hero-single::before {
    background: linear-gradient(90deg, #021c30 30%, transparent);
    opacity: 1;
}
/*<######>*/

/*sec-servicos*/
.portfolio-area.py-5 {
    background: #021c30;
}

.portfolio-area .site-title {
    color: #fff;
}

.portfolio-area .heading-divider:after {
    background-color: #021c30;
}
/*<#######>*/

/*sec-produtos*/
.service-img img {
    border-radius: 30px;
}

.service-item::before {
    border-radius: 30px;
}

.service-area {
    background: #f1f1f1 !important;
}
/*<#######>*/

/*btn-geral*/
.theme-btn {
    filter: drop-shadow(0px 4px 0px #874801);
}
/*<#########>*/

/*sec-html-01*/
#section-html-modulo_1 {
    background: unset;
}
/*<#######>*/