header#header-site .logo img#logo_topo {
  max-height: 100px;
}

header#header-site.bg-menu a.nav-link {
  color: #000000;
}

header#header-site.bg-menu a.nav-link:hover {
  color: #ff810f !important;
  border-bottom: 1px solid #ff810f !important;
}

header#header-site a.nav-link:hover, header#header-site a.nav-link.active {
  border-bottom: 1px solid #ff880f;
}

header#header-site a.nav-link:hover, header#header-site a.nav-link.active {
  color: #ff880f;
}

header#header-site.bg-menu, body.sem_capa header#header-site {
  background-color: #ffffff;
}

#page_contato #header-site {
  background: #d6d7cf;
}

body#page_produtos a {
  color: #444444;
}

body#page_produtos img.img-fluid {
  border-radius: 10px;
}

.galeria-extra .galeria-itens .galeria-item img {
  padding: 4px;
}

section#section-produtos h5 a {
  color: #4c4c4c !important;
}

section#section-produtos h5 a:hover {
  color: #ff8207 !important;
}

section#section-servico-detalhe a {
  color: #585858;
}

section#section-servico-detalhe a:hover {
  color: #ff8207 !important;
}

section#capa_menu_empresa:before {
  content: '';
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  background: #00000070;
}

section#capa_menu_servicos:before {
  content: '';
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  background: #00000070;
}

section#capa_menu_produtos:before {
  content: '';
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  background: #00000070;
}

section#capa_menu_galeria:before {
  content: '';
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  background: #00000070;
}

section#capa_menu_empresa .container {
  position: relative;
}

section#capa_menu_servicos .container {
  position: relative;
}

section#capa_menu_produtos .container {
  position: relative;
}

section#capa_menu_galeria .container {
  position: relative;
}

h1.text-color-secondary.font-weight-bold {
  color: #fff;
}

#section-slide .owl-item-text .owl-item-text-content .botao-slide .btn.btn-slide {
  background: #ff8215;
}

#section-slide .owl-item-text .owl-item-text-content .botao-slide .btn.btn-slide:hover {
  background: #fb9734;
}

section#section-html-modulo_2 b {
  visibility: hidden;
}

section#section-html-modulo_2 {
  background: url(../../../../arquivos/img-modulo_2.jpg);
  background-attachment: fixed;
  padding: 1px;
}

section#section-html-modulo_2 h1 {
  color: #fff;
  text-transform: uppercase;
}

section#section-html-modulo_2 h2 {
  color: #fff;
  margin-bottom: 21px;
}

section#section-html-modulo_2 a {
  background: #ff810f;
  padding: 7px 48px 7px 48px;
  border-radius: 5px;
  text-decoration: none;
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  transition: all .3s ease-in-out;
}

section#section-html-modulo_2 a:hover {
  background: #ff9536;
}

#section-servicos .card.card-servicos .card-body .card-title {
  visibility: visible;
}

#section-servicos .card.card-servicos .card-body:before {
  height: 20% !important;
}

#section-servicos .card.card-servicos .card-body:hover:before {
  opacity: 1;
}

#section-servicos .card.card-servicos .card-body .card-title {
  padding-bottom: 10px !important;
}
section#section-html-modulo_1 .container {
    padding: 0 !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

section#section-html-modulo_1 .container .pb-2.pb-md-4 {
    padding: 0 !important;
    margin: 0 !important;
}
.calculadora-logo {
    width: 320px; /* tamanho da logo */
    height: auto;
    display: block;
    margin: 0 auto;
    filter: drop-shadow(4px 4px 6px rgba(0,0,0,0.8));
    animation: flutuar 3s ease-in-out infinite;
}

/* Animação de flutuar */
@keyframes flutuar {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-8px);
    }
}
