@font-face {
  font-family: PoppinsRegular;
  src: url(/arquivos/Poppins-Regular.ttf);
}

h1,
h2,
h3,
h4,
h5,
h6,
a,
button,
input,
textarea,
li {
  font-family: "PoppinsRegular", sans-serif !important;
}

body {
  overflow-x: hidden;
}

.item-premium .icone-title {
  font-size: 12px;
  margin-bottom: 12px;
  display: flex;
  align-items: center;
  gap: 15px;
}

.btn-mais,
.btn-main {
  border-radius: 5px !important;
  transition: all .5s;
}


.header-main .logo {
  max-height: 95px;
}

/* slide */

#section-slide-mobile .page-banner .row {
  margin-left: -85px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

#section-slide-mobile .page-banner .content-wrapper {
  padding: 0px 90px !important;
  text-align: center;
}

#section-slide-mobile .slide-campo-texto {
  margin-top: 20px;
  margin-bottom: 25px;
  font-size: 18px;
}

/* fim do slide */

/* footer */

.footer-main:before {
  opacity: 1;
}

.footer-sub {
  border-top: 1px solid;
}

/* fim do footer */

/* empresa */

#section-empresa .about-img img {
  margin-left: 90px;
  width: 40%;
  height: 40%;
}

#section-empresa .title {
  color: white !important;
}

#section-empresa .title-wrapper {
  margin-bottom: 15px;
}

#section-empresa .btn {
  border: 1px solid white;
  margin-top: 10px !important;
  color: white;
  transition: all .5s;
}

#section-empresa .btn:hover {
  border-color: black;
}

#section-empresa .who-content:before {
  background-color: #001F46 !important;
}

#section-empresa.who-alt {
  background-color: #001F46;
  padding-bottom: 45px;
}

/* fim empresa */

/* html 2 */

#section-html-modulo_2 {
  background:
    /* gradiente preto semitransparente por cima */
    linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,0.5)),
    /* a sua imagem original por baixo */
    url(/arquivos/20128.png) no-repeat center center;
  background-size: cover;
  padding: 10px 0 0;
}

#section-html-modulo_2 .padding-top {
  padding-top: 0px;
  margin-top: -50px;
}

.title-atendidos {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: white;
  padding: 0px 0px 45px;
}

.title-atendidos h4 {
  font-size: 34px;
  /* text-transform: uppercase; */
}

.line-title {
  width: 100px;
  height: 1px;
  background-color: white;
  margin-top: 5px;
}

.box-atendidos {
  padding: 40px 18px;
  text-align: center;
  border: 1px solid #ffffff1f;
  display: flex;
  flex-direction: column;
  align-items: center;
  transition: all .5s;
  height: 100%;
  border-radius: 30px;
}

.box-atendidos p,
.box-atendidos h6 {
  color: white;
}

.box-atendidos h6 {
  font-size: 24px;
  padding-top: 15px;
}

.box-atendidos p {
  font-size: 15px;
  margin-bottom: 5px !important;
}

.btn-atendidos {
  margin-top: 30px;
}

.atendidos-btn {
  color: white;
  padding: 10px;
  border-radius: 5px;
  transition: all .5s;
  text-transform: uppercase;
  white-space: nowrap;
  text-decoration: none;
  font-size: 15px;
}

.atendidos-btn:hover {
  color: white !important;
  box-shadow: 0px 0px 10px #12BF67 !important;!i;!;
  background-color: #12BF67 !important;!i;!;
}

.line-atendidos {
  height: 5px;
  width: 5px;
  background-color: aliceblue!important;!important;
  margin-top: 10px;
  margin-bottom: 15px;
  transition: all .5s;
  border-radius: 100%;
0px 0px 15px
  color: black;
}

.box-atendidos .line-atendidos {
  background-color: #12BF67;
  box-shadow: 0px 0px 38px #12BF67;
}

.box-atendidos {
  box-shadow: 0px 0px 15px black;
}

.box-atendidos img {
  filter: none;
}

.box-atendidos img {
  transition: all .5s;
  filter: brightness(0) invert(1);
}

#section-parceiros .banner-right {
  margin-top: 0px !important;
  padding-top: 0px !important;
  padding-bottom: 25px !important;
}

#section-parceiros h2.title {
  margin-bottom: -10px;
}

/* fim html 2 */

/* equipamentos premium */

.premium-container .row {
  display: flex;
  align-items: center;
}

.premium-container .text-premium .row {
  display: flex;
  align-items: flex-start;
}

.text-premium h4 {
  font-size: 38px;
  text-transform: uppercase;
  /* color: #ffffff; */
}

.destaque-word {
  font-weight: 700;
  color: #000000;
  text-transform: uppercase;
  font-size: 20px;
  transition: all .5s;
}

.text-premium p {
  font-size: 15px;
  line-height: 21px;
  padding: 15px 0px;
}

.premium-container {
  padding: 0px 50px;
  /* background: url(/arquivos/fundo-qualidade.webp); */
  background-size: contain;
}

.img-premium {
  padding: 0px 0px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.text-premium .item-premium p {
  margin-top: 5px;
  font-size: 11px;
}

.premium-icone {
  width: 100px;
  filter: invert(1);
  min-height: 38px;
  min-width: 38px;
  max-width: 38px;
  max-height: 38px;
}

.btn-premium:hover {
  color: black;
  background-color: #FFD700;
  border: 1px solid transparent;
}

.btn-premium {
  padding: 4px 30px;
  text-transform: uppercase;
  background-color: transparent;
  border: 1px solid white;
  color: white;
  transition: all .5s;
  border-radius: 5px;
}

.icone-title span {
  color: white;
}

.item-premium {
  padding: 20px;
  display: flex;
  align-items: center;
  height: 100%;
  margin: 10px 15px;
  border-radius: 20px;
  gap: 20px;
  background-color: #ffffff;
  box-shadow: 0px 0px 15px #c6c6c6;
  transition: all .5s;
}

/* fim do equipamentos premium */

/* contato */

.contact-form .button {
  transition: all .5s;
  border-radius: 5px;
}

.btn-mais:hover,
.button:hover,
.btn-flat:hover {
  background-color: #FFD700 !important;
  color: black;
  border-color: #FFD700 !important;
}

#section-contato.newsletter .banner-middle:before {
  background-color: #1C1C1C !important;
}

#section-contato .text-light {
  color: white !important;
}

/* fim do contato */

/* html 3 */

.line-compear {
  height: 2px;
  width: 100px;
  background-color: #000000;
  margin: 0px 0px 15px;
}

.title-compear {
  padding: 0px 15%;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.title-compear h3 {
  margin-bottom: 0px;
  font-size: 27px;
  margin-bottom: 15px;
  font-weight: 800;
}

#section-html-modulo_3 .padding-top.padding-bottom {
  padding: 0px;
  display: flex;
}

#section-html-modulo_3 .container {
  margin-top: 0px !important;
  margin-bottom: 0px !important;
  padding-bottom: 30px;
}

.box-compear {
  padding: 20px 10px;
  border: 1px solid;
  border-radius: 15px;
  height: 100% !important;
  width: 100%;
  transition: all .5s;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
}

.box-contain {
  margin-top: 15px;
}

.box-compear h6 {
  font-size: 30px;
  margin-bottom: -10px;
  font-size: 20px;
}

.gasto-compear {
  font-size: 35px;
  transition: all .5s;
}

.box-compear p {
  font-size: 40px;
  margin-bottom: 0;
}

.contain-compear {
  padding-top: 40px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.btn-compear {
  background-color: transparent;
  border: 1px solid;
  text-transform: uppercase;
  transition: all .5s;
  border-radius: 5px;
  width: auto;
  padding: 0px 10px !important;
  font-size: 14px !important;
}

/* fim do html 3*/

/* ajustes gpt e leo */

.beneficios-p {
  font-size: 18px !important;
  margin-top: 20px;
  /* text-transform: uppercase; */
  /* font-weight: 500; */
}

.line-extra {
  height: 1px;
  background-color: white;
  margin-top: 20px;
}

#section-contato:hover .banner-main-left {
  transform: translateY(50px);
}

#section-contato:hover .banner-main-left:before {
  height: 120px;
  top: -120px;
}

#section-contato .banner-main-left {
  transition: all .7s;
}

#section-contato .banner-main-left:before {
  transition: all .7s;
}

#section-contato input,
#section-contato textarea {
  border-radius: 9px !important;
  border: 1px solid #ffffff;
  background-color: #d9d9d9;
  width: 100%;
  color: black !important;
}

.contain-extra {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  background-color: #001F46;
  margin-left: -25px;
}

.line-center {
  height: 85px;
  width: 1px;
  margin: 0px 50px;
  background-color: white;
}

.contain-extra p {
  margin-bottom: 0px;
  color: white;
  font-weight: 800;
  font-size: 16px;
}

#section-html-modulo_1 .title-wrapper {
  display: none;
}

#section-html-modulo_1 .padding-top.padding-bottom {
  padding-top: 0px;
  margin-top: -1px;
  padding-bottom: 0px;
  margin-left: -1px;
  margin-right: -1px;
}

.premium-div {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin-top: 30px;
  flex-direction: column;
}

#section-html-modulo_1 .container {
  padding: 0px !important;
  margin: 0px;
  width: 100% !important;
  max-width: 100%;
  margin-top: 0px !important;
  margin-bottom: 0px !important;
  !i;
  !;
}

.color-1 {
  background-color: #1C1C1C;
}

.color-2 {
  background-color: #001845;
}

.color-3 {
  background-color: #C89000;
}

.premium-div p {
  color: #000000;
  margin-bottom: 0px !important;
}

.contact-us .contact-item:hover .description,
.contact-us .contact-item:hover .fa {
  color: white;
}

.footer-sub .name-company {
  color: white;
}

.footer-main-wrapper button.btn.bg-newsletter {
  border: 1px solid;
}

.banner-main-right .btn-main {
  background-color: transparent;
  border: 1px solid;
}

.page-title-wrapper li .link {
  color: white !important;
}

#section-empresa-home .page-title {
  margin-bottom: 40px;
}

.header-topbar {
  display: none;
}

#section-parceiros {
  margin-bottom: 0px !important;
}

#section-parceiros .slick-list {
  /* border: 1px solid; */
  margin-bottom: 30px;
}

#section-parceiros img.logo-achievement {
  /* border-right: 1px solid; */
  margin: 10px 0px;
  padding: 10px;
}

section#section-servicos {
  padding-bottom: 0px;
  margin-bottom: 15px !important;
  !i;
  !;
}

.slide-campo-botao,
.btn-compear {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px !important;
  background-color: #12bf67;
  border-radius: 60px !important;
  color: white;
  padding: 15px 30px !important;
  text-decoration: none;
}

.contain-btn {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.whats-icone-btn {
  margin-left: 10px;
  height: 22px;
}

.button:hover,
.btn-compear:hover {
  box-shadow: 0px 0px 10px #12bf67;
  background-color: #12bf67 !important;
  color: white !important;
  border-color: transparent !important;
}

.box-contain .col-md-4 {
  display: flex;
  align-items: center;
  justify-content: center;
}

.img-premium img {
  height: 500px;
  border-radius: 20px;
}

.line-top {
  height: 1px;
  width: 100px;
  background-color: #001F46;
}

.line-text {
  display: flex;
  align-items: center;
  gap: 15px;
}

.text-premium p {
  margin-bottom: 0px;
}


.header-main a.item.topbar-icon .fa:before {
  color: white;
  transition: all .5s;
}

.header-main a.item.topbar-icon .fa:hover:before {
  color: #C89000;
}

.homepage-02 .content-wrapper .title,
.homepage-02 .content-wrapper .subtitle {
  font-size: 38px;
  font-weight: bold !important;
  line-height: 46px;
  margin-top: 0;
}

.header-main .container {
  height: 100px;
  padding: 5px 0px 0px 0px;
}

.header-main nav.navigation.navbar-offcanvas.pull-right {
  height: 100px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.header-main {
  /* height: 100px !important; */
  /* padding: 0px 0px 120px 0px; */
}

/*fim dos ajustes gpt e leo*/

@media screen and (max-width: 1000px) {

  #section-slide-mobile .page-banner .content-wrapper {
    padding-right: 40px !important;
  }


  .capa-titulo p {
    font-size: 30px !important;
    margin-top: 80px !important;
  }

  .invert-responsive {
    display: flex;
    flex-direction: column-reverse;
    padding: 15px 0px;
  }

  #section-parceiros .owl-carousel .owl-item img {
    filter: none !important;
  }

  .contain-extra {
    padding: 10px 60px 10px 68px;
  }

  #page_servicos .padding-top,
  #page_servicos .padding-bottom {
    padding-top: 10px !important;
  }

  #section-slide .owl-slideshow .owl-item-image {
    height: 95vh;
  }

  .col-md-8 {
    margin-right: -20px;
  }

  .homepage-02 .content-wrapper .title,
  .homepage-02 .content-wrapper .subtitle {
    font-size: 32px;
  }

  #section-slide-mobile .slide-campo-texto {
    font-size: 16px;
    margin-top: 30px;
    margin-bottom: 30px;
  }

  a.slide-campo-botao {
    width: auto !important;
  }

  .premium-div {
    display: flex;
    flex-direction: column;
  }

  

#section-slide .owl-item-text {
    margin-top: 25px;
}

  .title-compear {
    padding: 0px 10px;
  }

  .line-compear {
    width: 100px;
  }

  .box-compear {
    margin: 20px 0px;
  }

  .line-compear-box {
    margin-bottom: -40px !important;
  }

  .gasto-compear {
    font-size: 58px !important;
  }

  .text-compear h6 {
    font-size: 28px !important;
  }

  .background-content {
    display: contents;
  }

  #section-empresa img.img-fluid {
    margin-top: -30px;
  }

  .title-empresa-edt {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .line-center {
    margin: 0px 38px;
  }

  .box-atendidos {
    margin: 30px 0px;
  }

  section#section-html-modulo_2 {
    height: 100%;
    padding-bottom: 60px;
    background: url(/arquivos/fundo-atendidos-mobile.webp) no-repeat !important;
    background-size: cover !important;
  }

  section#section-atendidos {
    text-align: center;
    height: 100%;
  }

  .title-atendidos {
    margin-top: 0px;
    padding-bottom: 0px;
  }

  #page_contato .informacao-contato-content .informacao-contato-texto {
    text-align: left;
  }

  br.not-responsive {
    display: none;
  }

  #section-slide .owl-item-text .owl-item-text-content .titulo-slide {
    font-size: 31px;
    padding: 10px 10px;
    line-height: 35px;
  }

  #section-slide .owl-item-text .owl-item-text-content .texto-slide {
    font-size: 18px;
    padding: 0px 10px;
  }

  section#section-empresa {
    text-align: justify;
  }

  .empresa-titulo {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .premium-div .col-md-4 {
    margin: 20px 0px;
  }

  section#section-servicos {
    margin-top: 30px;
  }

  .container-atendidos .col-md-3 {
    margin: 15px 0px;
  }

  br.remove-br-responsive {
    display: none;
  }

  #page_produtos .border-product {
    margin: 0;
  }

  #page_produtos #header-site a.nav-link:hover,
  #page_produtos #header-site a.nav-link.active,
  #page_a_empresa #header-site a.nav-link:hover,
  #page_a_empresa #header-site a.nav-link.active,
  #page_servicos #header-site a.nav-link:hover,
  #page_servicos #header-site a.nav-link.active {
    color: #ffb917;
    border-bottom-color: #ffb917;
  }

  header#header-site #menu-do-site {
    border-radius: 20px;
    padding: 15px;
  }

  #page_produtos .container.pt-4.pb-5.my-5 {
    padding: 20px;
  }

  section#section-servico-detalhe {
    padding-top: 15px;
  }

  #page_servicos .servicos-introducao .card-title {
    margin-top: 20px !important;
  }

  .box-contain .col-md-3 {
    margin: 15px 0px;
  }

  .title-compear p {
    margin-bottom: -20px;
    padding: 0px 20px;
    text-align: justify;
  }

  .title-compear h3 {
    padding: 0px 10px;
  }

  .text-premium p {
    text-align: justify;
  }

  a.btn-compear {
    font-size: 15px !important;
    padding: 10px 15px !important;
    margin-bottom: 15px;
  }

  #footer .logo {
    height: 165px !important;
  }

  .line-title {
    margin-bottom: 30px;
  }

  .premium-container {
    display: contents;
    flex-direction: column-reverse;
  }

  .premium-container .row {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .text-premium {
    padding: 30px 25px;
  }

  .footer-main .about-us {
    text-align: center;
  }

  .footer-main .contact-us {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .footer-main .content {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .footer-main .form-group input.form-control.input-lg.font-16 {
    margin-bottom: 40px;
  }

  .slide-campo-botao,
  .btn-compear {
    padding: 15px !important;
  }
}

#section-slide .content-wrapper {
  text-align: center;
  padding: 10px 260px;
}

p.text.slide-campo-texto {
  font-size: 18px;
}

/* atualizaÃ§Ã£o 09/12 */

.telefone-icone {
  filter: invert(1);
  margin-right: 20px;
}

#section-contato .fa-map-marker:before {
  margin-left: 5px;
}

.page-title-wrapper {
  padding: 75px 0px 60px 0px;
}

.page-title-wrapper .breadcrumb {
  /* display: none; */
}

p.text.slide-campo-texto {
  margin-bottom: 25px !important;
}

.header-main nav.navigation.navbar-offcanvas.pull-right {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-top: -5px;
}

.navbar-offcanvas .nav-wrapper {
  margin-top: 0px;
}

#page_servicos .text-number {
  display: none;
}

.more {
  border: 1px solid;
  padding: 5px 10px;
  border-radius: 5px;
  text-decoration: none !important;
}

/* fim da atualizaÃ§Ã£o 09/12 */

/* extra novo template */

#section-slide .owl-item-text .owl-item-text-content .titulo-slide {
  font-size: 35px;
  line-height: 45px;
  padding-bottom: 15px;
}

#section-slide .owl-item-text .owl-item-text-content .texto-slide {
  font-size: 22px;
  line-height: 25px;
}

#section-html-modulo_1 .titulo-html {
  /* display: none; */
}

.icon-text-compear {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  margin: 10px 0px 25px;
}

.icons-compear {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

img.icone-compear-hover {
  position: absolute;
  opacity: 0;
}

.line-compear-box {
  background-color: #000000;
  height: 5px;
  width: 50%;
  margin-bottom: -20px;
  transition: all .5s;
  border-radius: 50px 50px 0px 0px;
}

.box-compear h6,
.gasto-compear {
  color: #000000;
  transition: all .5s;
}

.box-compear:hover.box-compear,
.box-compear:hover.box-compear h6,
.box-compear:hover .gasto-compear {
  color: #ffb400 !important;
}

.box-compear:hover .line-compear-box {
  background-color: #ffb400;
}

.box-compear:hover .icone-compear-hover {
  opacity: 1;
}

.box-compear:hover .icone-compear {
  opacity: 0 !important;
}

.box-compear:hover .icone-compear-edt {
  opacity: 0;
}

.icone-compear-edt,
.icone-compear-hover {
  transition: all .5s;
}

.card-parceiros {
  border: none;
}

p.description-servicos {
  color: white;
  z-index: 9;
  position: relative;
  padding: 0px 10px 10px 30px;
}

.section-title h2 {
  font-size: 34px;
}

.empresa-titulo p {
  margin-top: -15px;
  margin-bottom: -5px;
}

#section-empresa {
  padding: 35px 0px;
}

#section-slide .whats-icone-btn {
  width: 25px;
  height: 25px;
}

#section-slide .owl-item-text .owl-item-text-content .botao-slide .btn.btn-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px !important;
  background-color: #12bf67;
  border-radius: 60px !important;
  color: white;
  /* padding: 15px 30px !important; */
  text-decoration: none;
}

#section-slide .owl-item-text .owl-item-text-content .botao-slide .btn.btn-slide:hover {
  box-shadow: 0px 0px 10px #12bf67;
  background-color: #12bf67 !important;
  color: white !important;
  border-color: transparent !important;
}

.box-atendidos .atendidos-btn {
  background-color: #12BF67;
  /* box-shadow: 0px 0px 10px #12BF67; */
}

#page_servicos .servicos-imagem .card-img-top {
  border-radius: 30px;
}

#page_servicos .card {
  border-radius: 30px !important;
}

#page_servicos .servicos-introducao a {
  background-color: var(--bg_geral);
  color: white;
  text-decoration: none;
  padding: 5px 20px;
  border-radius: 5px;
  transition: all .5s;
}

#page_servicos .servicos-introducao a:hover {
  background-color: #0F2141;
}

#section-parceiros .owl-carousel .owl-item img {
  filter: grayscale(1);
  transition: all .5s;
  margin-bottom: 5px;
}

#section-parceiros .owl-carousel .owl-item img:hover {
  filter: none;
}

#section-parceiros .section-title {
  margin-bottom: 40px !important;
}

section#section-html-modulo_3 {
  background: url(/arquivos/fundo-extra.webp) no-repeat center;
  background-size: cover;
}

#section-html-modulo_2 .container {
  padding-top: 0px !important;
  margin-top: 0px !important;
  margin-bottom: 0px !important;
}

.line-quality {
  height: 2px;
  width: 100px;
  background-color: #000000;
  margin: 25px 0px 10px;
}

p.no-have {
  height: max-content;
}

.edt-mg-product {
  height: max-content !important;
}

#page_produtos .produtos-descricao {
  display: flex !important;
  flex-direction: column;
}

body#page_produtos .produtos-imagem img {
  border-radius: 15px;
}

.border-product {
  border: 1px solid var(--bg_geral);
  border-radius: 15px;
  padding: 15px 6px;
}

#page_produtos #header-site a.nav-link:hover,
#page_produtos #header-site a.nav-link.active,
#page_a_empresa #header-site a.nav-link:hover,
#page_a_empresa #header-site a.nav-link.active,
#page_servicos #header-site a.nav-link:hover,
#page_servicos #header-site a.nav-link.active {
  color: #1C1C1C;
  border-bottom-color: #1C1C1C;
}

#page_produtos #header-site.bg-menu a.nav-link:hover,
#page_produtos #header-site.bg-menu a.nav-link.active,
#page_a_empresa #header-site.bg-menu a.nav-link:hover,
#page_a_empresa #header-site.bg-menu a.nav-link.active,
#page_servicos #header-site.bg-menu a.nav-link:hover,
#page_servicos #header-site.bg-menu a.nav-link.active {
  color: var(--bg_geral) !important;
  border-bottom-color: var(--bg_geral) !important;
}

#page_produtos #header-site .social-icons.social-icons-medium a:hover i,
#page_produtos #header-site .social-icons.social-icons-medium a:hover i,
#page_a_empresa #header-site .social-icons.social-icons-medium a:hover i,
#page_a_empresa #header-site .social-icons.social-icons-medium a:hover i,
#page_servicos #header-site .social-icons.social-icons-medium a:hover i,
#page_servicos #header-site .social-icons.social-icons-medium a:hover i {
  color: #1C1C1C !important;
}

#page_produtos #header-site.bg-menu .social-icons.social-icons-medium a:hover i,
#page_produtos #header-site.bg-menu .social-icons.social-icons-medium a:hover i,
#page_a_empresa #header-site.bg-menu .social-icons.social-icons-medium a:hover i,
#page_a_empresa #header-site.bg-menu .social-icons.social-icons-medium a:hover i,
#page_servicos #header-site.bg-menu .social-icons.social-icons-medium a:hover i,
#page_servicos #header-site.bg-menu .social-icons.social-icons-medium a:hover i {
  color: var(--bg_geral) !important;
}

.edt-titulo-produtos-re {
  color: white;
  text-decoration: none;
  font-weight: 600;
  font-size: 42px;
}

li.remove-edt-produtos {
  list-style: none;
  margin-top: 50px;
}

.edt-titulo-produtos-re:hover {
  color: white;
}

header .social-icons a:hover {
  color: var(--bg_geral);
}

header .social-icons a {
  color: white;
}

.align-verticals-line {
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  flex-direction: column;
}

.page_servico_detalhe .orcamento-section {
  margin-top: -15px !important;
}

.page_servico_detalhe .card-img-top {
  border-radius: 15px;
  width: 70%;
}

.page_produto_detalhe .produto-introducao h3 {
  color: #000000c2;
  padding-bottom: 15px;
}

.page_produto_detalhe .produto-imagem .img-fluid {
  border-radius: 15px;
}

.page_produto_detalhe .produto-imagem {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  align-content: center;
  height: 100%;
}

.border-projetos-realizados {
  border: 1px solid var(--bg_geral);
  padding: 10px 20px;
  border-radius: 15px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.page_produto_detalhe .produto-galeria {
  display: none;
}

.page_servico_detalhe .col-md {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.page_servico_detalhe .col-md-5 {
  display: flex !important;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.page_servico_detalhe .servico-info-imagem {
  padding-bottom: 0px !important;
  display: flex;
  align-items: center;
  justify-content: center;
}

.icone-side-premium {
  background-color: #000000;
  padding: 15px;
  border-radius: 100%;
  transition: all .5s;
}

.item-premium:hover {
  transform: translateY(-10px);
}

.paineis-extra {
  display: flex;
  justify-content: space-between;
  position: absolute;
  margin-top: 60px;
}

.painel-1 {
  transform: translateY(-115px) !important;
  margin-left: -20%;
}

.painel-2 {
  transform: translateY(-285px) !important;
  margin-right: -130%;
}

.painel-1,
.painel-2 {
  opacity: 0.5;
}

#section-empresa .container,
#section-html-modulo_1 .pb-2,
#section-servicos .container {
  padding-bottom: 0px !important;
  margin-bottom: 0px !important;
}

#footer ul.social-icons .social-icons-facebook a:hover {
  color: #1877F2 !important;
}

#header-site a.nav-link {
  text-transform: capitalize;
  font-weight: 550 !important;
}

#section-empresa .line-title {
  background-color: var(--bg_geral);
  margin-top: 25px;
  margin-bottom: 22px;
}

.premium-div .col-md-4 {
  margin-bottom: 30px;
}

.row-2-premium {
  display: flex;
  justify-content: center;
  align-items: center;
}

.row-2-premium .item-premium {
  padding: 30px 20px !important;
}

.card-extra {
  margin-top: 2px;
  padding: 15px 20px 15px;
  background-color: #000000;
  border-radius: 0px 0px 20px 20px;
  position: relative;
  height: 90px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  transition: all .5s;
}

.card-extra h5.card-title {
  color: white;
  font-weight: 200 !important;
}

.dest-slide {
  color: #ffdd89;
}

#section-servicos .col-md-3 {
  /* height: 100%; */
}

#section-servicos .col-md-3:hover .card-extra {
  background-color: var(--bg_geral);
  margin-top: 10px;
}

#section-servicos .col-md-3:hover .card-body,
#section-servicos .col-md-3:hover .card {
  border: 1px solid white;
}

#section-servicos .col-md-3:hover .card-img-top {
  scale: 1.02;
}

.appear-slide-call .card-description {
  background-color: #000000;
  margin-bottom: 0;
  padding: 10px 30px 0px;
  text-align: center;
}

.slide-call {
  background-color: #000000;
  text-align: center;
  padding: 15px 8px 5px 8px;
}

.icon-call-edt {
  background-color: #000000;
  color: white;
  border-radius: 0px 0px 15px 15px;
  text-align: center;
  width: 60px;
  position: absolute;
}

.icon-call {
  display: flex;
  justify-content: center;
}

.icone-edt-call {
  width: 20px;
  height: 20px !important;
  margin-bottom: 5px;
  filter: invert(1);
  transition: all .3s;
  animation: callClientIcon 1.5s ease-in-out infinite;
}

.item-premium:hover .icone-side-premium {
  /*background-color: var(--bg_geral);*/
}

.item-premium:hover h4 {
  /* color: var(--bg_geral); */
}

#section-html-modulo_2 .pb-2.pb-md-4.mb-2.mb-md-5 {
  padding-bottom: 50px !important;
  margin-bottom: 10px !important;
}

#section-parceiros .container {
  padding-bottom: 0px !important;
}

section#section-produtos {
  margin-bottom: 0px !important;
}

#section-produtos .container {
  padding-bottom: 5px !important;
}

#page_home #section-contato {
  padding-bottom: 25px !important;
  !i;
  !;
  margin-bottom: 0px !important;
}

#page_contato {
  padding-bottom: 0px !important;
  margin-bottom: 0px !important;
}

#section-html-modulo_3 .pb-2.pb-md-4.mb-2.mb-md-5 {
  padding-bottom: 0px !important;
  margin-bottom: 0px !important;
}

#footer .text-md-start {
  padding-bottom: 0px !important;
  margin-bottom: 5px !important;
}

.contain-premium {
  padding-top: 10px;
}

#page_contato #section-contato .container {
  padding-bottom: 25px !important;
  padding-top: 10px !important;
}

.mb-none-divider {
  display: none;
}

#page_contato .informacao-contato-content {
  color: black !important;
}

#page_servicos #section-servico-detalhe {
  margin-bottom: 0px !important;
}

#page_servicos #section-servico-detalhe .container {
  padding-bottom: 0px !important;
  padding-top: 25px !important;
}

.newsletter-form input.form-control.rounded-0 {
    border-radius: 15px !important;
    margin: 10px 0px;
}

#footer button.btn.bg-newsletter.rounded-0.btn-primary {
    border-radius: 15px !important;
}

.newsletter-form span.input-group-btn {
    display: flex;
    align-items: center;
    margin-left: 10px !important;
}

.telefone-form-newsletter {
    margin: 10px 0px 10px 10px !important;
}

.box-atendidos:hover {
    background: #0000004f;
}

.box-atendidos:hover .atendidos-btn {
    /* background: var(--bg_geral); */
    box-shadow: 0px 0px 25px black;
}

.slide-call {
  background-color: #000000;
  text-align: center;
  padding: 17px 8px 5px 8px;
  min-height: 80px;
}

#page_contato #header-site a.nav-link {
  color: #000;
  transition: 0.2s ease-in-out;
  font-weight: 600;
  border-bottom: 1px solid transparent;
}


header#header-site {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9999;
  transition: 0.2s ease-in-out;
  background: #fff;
}

header#header-site a.nav-link {
  color: #000;
  transition: 0.2s ease-in-out;
  font-weight: 600;
  border-bottom: 1px solid transparent;
}

header .social-icons.social-icons-medium i {
  color: #0d0d0d;
}
header#header-site.bg-menu .social-icons.social-icons-medium i {
  color: #000;
}
/* ------------------------------ */