body {
    background-color: #232325;
}

.empresa-titulo b {
    color: #f9e814;
}

.empresa-titulo h6 {
    color: #f9e814;
}

#section-empresa p {
    color: #fff;
}


.btn-primary {
    background-color: #f9e814;
    border-color: var(--hover);
    transition: 0.3s ease-in-out;
    color: #232325;
}

#section-galeria .btn-primary:hover, .btn-primary:active, .btn-primary:focus {
    border-color: #f9e814;
}

.empresa-imagem .img-fluid {
    border-radius: 30px;
}

header#header-site a.nav-link:hover, header#header-site a.nav-link.active {
    color: #f7ed25;
    border-bottom: 1px solid #f7ed25;
}

#section-slide .owl-item-text .owl-item-text-content .botao-slide .btn.btn-slide:hover {
    background-color: #434348;
    border-color: #f9e814;
}

#section-servico-detalhe .card-img-top {
    border-radius: 70px 15px 70px 15px;
}

.servicos-introducao a {
    color: #000;
}

.servicos-introducao a:hover {
    color: #a7a7a7;
}

.conteudo-html h2 {
    font-weight: 700;
    color: #fff;
}

#section-slide .owl-slideshow .owl-item-image:before {
    opacity: 0.5;
}

#section-servicos .card.card-servicos a .card-body:after {
    content: "";
    transition: 2s ease-in-out !important;
    z-index: 999;
    opacity: 0;
}

#section-servicos .card.card-servicos .card-body:hover:after {
    position: absolute;
    width: 100px;
    height: 100px;
    top: calc(50% - 50px);
    left: calc(50% - 50px);
    background: url('/arquivos/images/logo-topo-1674072953.png') no-repeat center;
    background-size: contain;
    opacity: 1;
}

#section-servicos .card.card-servicos [href="/servico/pendentes"] .card-body:hover:after {
    background-image: url('/arquivos/_0004_lampada-de-teto.png') !important;
}

#section-servicos .card.card-servicos [href="/servico/arandelas"] .card-body:hover:after {
    background-image: url('/arquivos/_0005_lampada-de-parede.png') !important;
}

#section-servicos .card.card-servicos [href="/servico/perfil-de-led"] .card-body:hover:after {
    background-image: url('/arquivos/_0001_luz-led.png') !important;
}

#section-servicos .card.card-servicos [href="/servico/spot"] .card-body:hover:after {
    background-image: url('/arquivos/_0000_holofote.png') !important;
}

#section-servicos .card.card-servicos [href="/servico/lustres"] .card-body:hover:after {
    background-image: url('/arquivos/lustre.png') !important;
}

#section-servicos .card.card-servicos [href="/servico/lampadas"] .card-body:hover:after {
    background-image: url('/arquivos/_0003_lampada-pendurada.png') !important;
}

#section-servicos .card.card-servicos .card-body:before {
    opacity: 0.9;
}

#section-html-modulo_2 {
    background: url(/arquivos/img-modulo.jpg);
    background-attachment: fixed;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 1px;
}

#section-html-modulo_2 b {
    color: #fff;
}

.conteudo-html h3 {
    color: #fff;
}

#section-html-modulo_2 a {
    font-size: 30px;
    font-weight: 600;
    padding: 5px 80px 5px 80px;
    border-radius: 5px;
    text-transform: uppercase;
    text-decoration: none;
    transition: all .3s ease-in-out;
    background-color: #f9e814;
    color: #232325;
}

#section-html-modulo_2 a:hover {
    background: #19b742;
    color: #fff;
}

.section-capa {
    background-position: right;
}

#section-contato h2 {
    color: #fff;
}

@media(min-width: 720px) {
    img.logo {
        width: 200px;
        height: 200px;
        margin-left: 60px;
    }
}

@media(max-width: 720px) {
    img.logo {
        width:250px;
        height: 250px;
    }
}

#section-slide .owl-item-text .owl-item-text-content .botao-slide .btn.btn-slide {
    background-color: #434348;
    border-color: #ffffff;
}


#section-slide .owl-item-text .owl-item-text-content .titulo-slide {
    font-size: 4rem;
    font-weight: 700;
    text-transform: uppercase;
}

#section-galeria b {
    color: #fff;
}

@media (min-width: 1200px){
.display-4 {
    font-size: 2.5rem;
}
}

#section-empresa {
    background: url(/arquivos/img-teste_1.png);
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center;
}

#section-servicos {
    background: url(/arquivos/img-2.png);
    background-attachment: fixed;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

#section-html-modulo_3 b {
    color: #fff;
}

#section-html-modulo_3 p {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
    text-align: center;
}

@media(min-width:720px){
.produtos {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
}

.conteudo-html img {
    width: 50px;
}

#section-html-modulo_3 a {
    color: #232325;
    text-decoration: none;
    background: #f7ed25;
    padding: 10px 40px 10px 40px;
    border-radius: 5px;
    font-size: 23px;
    transition: .3s ease-in-out;
}

#section-html-modulo_3 a:hover {
    background: #000;
    color: #fff;
}

@media (min-width: 1200px){
.h1, h1 {
    font-size: 2.5rem;
    color: #fff;
}
}