:root {
    --corA: #4169e1;
    --corB: #0047ab;
    --corDark: #40495b;
}

.navbar-brand-img {
    max-height: 4.4rem;
}

.footer-brand {
    margin-left: -22px;
}

.imagem_servico {
    width: 100px;
    height: auto;
}

.imagem_cliente {
    width: 100% !important;
    height: auto !important;
    max-width: none  !important;
}


.btn-wpp {
    color: #fff !important;
    background-color: #4bc160 !important;
    border-color: #4bc160 !important;
}

#section_banner {
    background-image: url(/images/banner.png);
    background-repeat: no-repeat, repeat;
    background-position: center;
}

@media (max-width: 767px) {
    
    #section_banner {
        background-image: none;
    }

   
}

@media (min-width: 767px) {
    #section_contato .justify-content-center {
        margin-top: -80px;
    }
}

.text-primary {
    color: var(--corA) !important;
}



.bg-dark {
    background-color: var(--corDark) !important;
}

.navbar-expand-lg {
    height: 90px !important;
}
