header#header-site.bg-menu, body.sem_capa header#header-site {
  background-color: transparent !important;
}

header#header-site:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  background-image: linear-gradient(45deg, #363636, #8d8d8d) !important;
  transition: .2s all ease-in-out;
}

header#header-site.bg-menu:before {
  transition: .2s all ease-in-out !important;
  animation: efeito-width 2s;
  width: 100%;
}


header#header-site a.nav-link:hover, header#header-site a.nav-link.active {
  color: #fff;
  border-bottom: 1px solid #fff;
}

#page_contato header#header-site a.nav-link.active {
  color: #fff !important;
  border-color: #fff !important;
}

#page_contato header#header-site {
  background: linear-gradient(197deg, #000000, #000000,#181818,#00000042) !important;
}

#page_contato .bg-menu #menu-do-site li a {
  color: #fff !important;
}

header#header-site a.nav-link.active {
  color: #fff !important;
  border-bottom: 1px solid #fff !important;
}

#section-servicos .card.card-servicos .card-body:before {
  background: #fff;
}

section#section-depoimentos b {
  color: #fff;
}

section#section-html-modulo_2 span {
  background: #0b2193;
  padding: 7px 29px;
  border-radius: 5px;
  border: 1px solid;
}

section#section-html-modulo_2 a {
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
}

section#section-html-modulo_2 span:hover {
  background: #1e1c1c;
}

section#section-html-modulo_2 b {
  visibility: hidden;
}

section#section-html-modulo_2 h1 {
  color: #fff;
}

section#capa_menu_empresa h1 {
  color: #fff;
}

h1.text-color-secondary.font-weight-bold {
  color: #fff;
}

#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;
}

@media(max-width: 720px) {
  #section-slide .owl-item-text .owl-item-text-content .titulo-slide {
    font-size: 2.5rem;
  }

  #section-slide .owl-item-text .owl-item-text-content .texto-slide {
    font-size: 2rem;
  }
}

.texto {
  padding-left: 30px;
}

.geral {
  display: flex;
}

#section-html-modulo_2 img {
  border-radius: 10px;
}

#section-html-modulo_2 {
  background: #000;
  padding: 1px;
  padding-bottom: 41px;
}

#section-html-modulo_2 h2 {
  color: #fff;
}

#section-html-modulo_2 p {
  color: #fff;
}

#section-html-modulo_2 img {
  border-radius: 10px;
  box-shadow: -10px 10px 0px 0px #fff;
}

#section-slide .owl-item-text .owl-item-text-content .botao-slide .btn.btn-slide {
  background: #6e6e6e;
}

@media(max-width: 720px) {
  .geral {
    display:block;
  }

  #section-html-modulo_2 img {
    border-radius: 10px;
    box-shadow: -5px 5px 0px 0px #fff;
  }

  .texto {
    padding-left: 30px;
    padding-top: 20px;
  }
}

@-webkit-keyframes efeito-width {
  0% {
    width: 0;
  }

  100% {
    width: 100%;
  }
}


#page_contato .bg-menu #menu-do-site li a.dropdown-item {
    color: #000 !important;
}