@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap');
h2{
  font-family: "DM Sans", sans-serif;
}

@font-face {
  font-family: PoppinsRegular;
  src: url(/arquivos/Poppins-Regular.ttf);
}

h1,
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;
}

#header-site .logo img#logo_topo {
    width: 100%;
}

#header-site {
    background: #ffffff36;
}

/* 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;
}

#section-slide .owl-slideshow .owl-item-image:before {
  opacity: 0.5;
}

/* 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;
}

.empresa-imagem {
    position: relative;
    margin: auto;
    text-align: center;
}

.empresa-imagem img {
    border-radius: 30px;
}

.empresa-imagem:before {
    position: absolute;
    content: "";
    top: 27px;
    right: 0;
    left: 39px;
    bottom: 0;
    background: url(/arquivos/img-empresa.webp);
    background-repeat: no-repeat;
    z-index: -1;
    border-radius: 30px;
    filter: grayscale(1);
    height: 90%;
    animation: fadeInLeft 2s ease-in-out infinite;
}

.empresa-imagem:after {
    position: absolute;
    content: "";
    top: 57px;
    right: 0;
    left: 9px;
    bottom: 0;
    background: url(/arquivos/img-empresa.webp);
    background-repeat: no-repeat;
    z-index: -2;
    border-radius: 30px;
    filter: grayscale(1);
    height: 80%;
    animation: fadeInLeft-2 2s ease-in-out infinite;
}

/* fim empresa */

/* html 2 */

#section-html-modulo_2 {
  padding: 5em 0;
  background: linear-gradient(90deg, #ff870b, transparent) !important;
}

#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: 4px;
  background-color: #f58220;
  margin-top: 5px;
}

.box-atendidos {
  overflow: hidden;
  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;
  background: #fff;
}

.box-atendidos p,
.box-atendidos h6 {
  color: white;
}

.box-atendidos h6 {
  font-size: 24px;
  padding-top: 15px;
  color: #000;
}

.box-atendidos p {
  font-size: 15px;
  margin-bottom: 5px !important;
  color: #000;
}

.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;
  background-color: #12BF67 !important;
}

.line-atendidos {
  height: 5px;
  width: 5px;
  background-color: #000000 !important;
  margin-top: 10px;
  margin-bottom: 15px;
  transition: all .5s;
  border-radius: 100%;
  color: black;
}

.box-atendidos .line-atendidos {
  background-color: #12BF67;
  box-shadow: 0px 0px 38px #12BF67;
}

.box-atendidos {
  box-shadow: 0px 5px 21px -19px black;
}

.box-atendidos img {
  filter: none;
}

.box-atendidos img {
  transition: all .5s;
}

#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;
}

.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;
}

.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;
}

.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: none;
    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: 5em;
  line-height: 45px;
  padding-bottom: 15px;
  margin-bottom: 25px;
}

#section-slide .owl-item-text .owl-item-text-content .texto-slide {
  font-size: 26px;
  line-height: 1;
  width: 60%;
  margin: auto;
}

#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: #f58220 !important;
}

.box-compear:hover .line-compear-box {
  background-color: #f58220;
}

.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: 55px;
}

.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 {
  position: relative;
  background: url(/arquivos/fundo-extra.webp) no-repeat center;
  background-size: cover;
  z-index: 1;
}

#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: 0;
  padding: 15px 20px 15px;
  background-color: #00000000;
  border-radius: 0px 0px 20px 20px;
  position: relative;
  bottom: 90px;
  backdrop-filter: blur(3px);
  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: linear-gradient(0deg, #f58220, transparent);
  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: #f58220;
  margin-bottom: 0;
  padding: 10px 30px 0px;
  text-align: center;
}

.slide-call {
  background-color: #f58220;
  text-align: center;
  padding: 15px 8px 5px 8px;
}

.icon-call-edt {
  background-color: #f58220;
  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;
  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;
}

/* ------------------------------ */

/*sec-valores*/
h2.text-cta {
    font-weight: 900;
    font-size: 3em;
    color: #000;
}

#section-valores {
    padding: 4em 0;
    background: linear-gradient(45deg, #ffffff, #ff870b);
}

.card.card-valores.text-center {
    padding: 30px;
    border-radius: 30px;
    transition: .3s ease-in-out;
}

p.desc-cta-valores {
    font-size: 20px;
}

.card.card-valores.text-center img {
    width: 60px;
    padding: 5px;
    filter: contrast(0) brightness(11);
}

.card-title {
    font-weight: 600;
}

#section-html-modulo_1 {
    padding: 5em;
}

a.btn-cta {
    border-radius: 30px;
    text-transform: math-auto !important;
    color: #ffffff;
    background: #12bf67;
    border-color: #12bf67;
}
/*<######>*/

/*sec-html-1*/
.accordion-item {
    border: 1px solid rgba(0, 0, 0, .125) !important;
    border-radius: 30px;
}

.accordion-button {
    border-radius: 30px !important;
    overflow: hidden;
}

.accordion-item:first-of-type {
    border-radius: 30px !important;
}

.accordion-item:last-of-type {
    border-radius: 30px !important;
}

.accordion-button:not(.collapsed) {
    box-shadow: unset;
    width: 99%;
    margin: auto;
    top: 3px;
    color: #e47c0c;
    background-color: #fff9ed;
}

.accordion-item:not(.collapsed) {
    background: #fff9ed;
}

.accordion-body {
    position: relative;
}

.accordion-body:before {
    position: absolute;
    content: "";
    top: 16px;
    bottom: 0;
    left: 12px;
    right: 0;
    height: 50%;
    width: 3px;
    background: #e47c0c;
    border-radius: 10px;
}

#section-html-modulo_1 .section-title h2 {
    text-align: left !important;
    font-size: 3em;
    text-transform: math-auto;
    font-family: 'DM Sans';
}

.accordion-button:not(.collapsed)::after {
    filter: drop-shadow(0px 1000px 0 #e47c0c);
    transform: rotate(-180deg) translateY(-1000px) !important;
}

.accordion-button::after {
    transform: rotate(360deg);
}

.accordion-button::before {
    position: absolute;
    content: "";
    top: 11px;
    right: 15px;
    width: 30px;
    height: 30px;
    background: #e9e9e9;
    border-radius: 30px;
}

.diferencial-img {
    position: relative;
    margin: auto;
    text-align: center;
}

.diferencial-img img {
    border-radius: 30px;
}

.diferencial-img:before {
    position: absolute;
    content: "";
    top: 27px;
    bottom: 0;
    left: 0;
    right: 95px;
    background: url(/arquivos/img-diferencial.webp);
    background-position: right;
    z-index: -1;
    background-repeat: no-repeat;
    filter: grayscale(1);
    border-radius: 30px;
    height: 90%;
    animation: fadeInRight 2s ease-in-out infinite;
}

.diferencial-img:after {
    position: absolute;
    content: "";
    top: 52px;
    bottom: 0;
    left: 0;
    right: 65px;
    background: url(/arquivos/img-diferencial.webp);
    background-position: right;
    z-index: -2;
    background-repeat: no-repeat;
    filter: grayscale(1);
    border-radius: 30px;
    height: 80%;
    animation: fadeInRight-2 2s ease-in-out infinite;
}

.card.card-valores.text-center:hover {
    background: #ff7b19;
}

.card.card-valores.text-center:hover p {
    color: #fff;
}

.card.card-valores.text-center:hover h5 {
    color: #fff;
}

.icon-card-valores {
    margin: auto;
    background: #ff7b19;
    border-radius: 40px;
    border: 4px solid #db5d00;
}
/*<#####>*/

/*sec-servicos*/
#section-servicos .card.card-servicos .card-body {
    position: relative;
    border: 0;
}

.card-extra {
    bottom: 90px;
    backdrop-filter: blur(3px);
}

#section-servicos .card.card-servicos .card-body .card-img-top {
    border-radius: 22px 22px 22px 22px;
}

#section-servicos .col-md-3:hover .card-extra {
  margin-top: 0;
}

#instalacao-de-sistemas-de-energia-solar:before {
    content: "";
    position: absolute;
    inset: 0px;
    transform: translate(6px,7px);
    border-radius: 30px;
    z-index: -1;
    background: conic-gradient(from 90deg at 40% -25%, #ffd700, #8dbbfc, #8ec2fd, #4e587c, #2f3561, #2f3561, #cf1261, #c71585, #cf1261, #d61039, #de0d0d, #ee6907, #f79d03, #ffd700, #ffd700, #ffd700);
    filter: blur(10px);
}

#seguranca-eletronica:before {
    content: "";
    position: absolute;
    inset: 0;
    transform: translate(6px,7px);
    border-radius: 20px;
    z-index: -1;
    background: conic-gradient(from 90deg at 40% -25%, #ffd700, #6e4227, #ffffff, #002d4f, #f4c9b3, #f4c9b3, #cf1261, #c71585, #cf1261, #d61039, #de0d0d, #ee6907, #f79d03, #ffd700, #ffd700, #ffd700);
    filter: blur(10px);
}

#instalacao-e-manutencao:before {
    content: "";
    position: absolute;
    inset: 0px;
    transform: translate(5px,7px);
    border-radius: 20px;
    z-index: -1;
    background: conic-gradient(from 90deg at 40% -25%, #7e6a69, #c3b0b2, #b99b98, #ab8f8d, #333742, #333742, #0375a1, #c71585, #cf1261, #d61039, #de0d0d, #ee6907, #f79d03, #ffd700, #ffd700, #ffd700);
    filter: blur(10px);
}

#controle-de-acesso:before {
    content: "";
    position: absolute;
    inset: 0px;
    border-radius: 20px;
    transform: translate(8px,7px);
    z-index: -1;
    background: conic-gradient(from 90deg at 40% -25%, #ffd700, #796141, #e69b60, #977e5f, #060605, #060605, #c1c8d4, #c71585, #cf1261, #d61039, #de0d0d, #ee6907, #f79d03, #ffd700, #ffd700, #ffd700);
    filter: blur(10px);
}
/*<########>*/

/*sec-html-3*/
#empresa {
    margin-top: 20px;
}

#rural {
    margin-top: 20px;
}

.title-atendidos h1 {
    font-size: 6em;
    text-align: center;
    color: #000;
    font-family: 'DM Sans' !important;
    font-weight: 900;
}

.icon-publico {
    background: #ededed;
    border-radius: 50px;
}

.icon-publico img {
    width: 65px;
    padding: 13px;
    filter: drop-shadow(0px 1000px 0 #ff7b19);
    transform: translateY(-1000px);
}
/*<#####>*/

#section-empresa .btn b {
    color: #fff;
}

b {
    font-family: 'DM Sans';
    font-weight: 900;
    color: #000;
}

.btn-primary {
    border-radius: 30px;
}

#section-html-modulo_3:before {
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(0deg, #ffffff, transparent);
    z-index: -1;
}

.section-capa {
    height: 300px;
}

header#header-site.bg-menu, body.sem_capa header#header-site {
    background-color: #d3d3d3;
}

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translateX(20px); /* Starts 20px to the left */
  }
  
  50%{
    opacity: .6;
  }
  
  100% {
    opacity: 0;
    transform: translateX(0); /* Ends at its original position */
  }
}

@keyframes fadeInLeft-2 {
  0% {
    opacity: 0;
    transform: translateX(25px); /* Starts 20px to the left */
  }
  
  50%{
    opacity: .4;
  }
  
  100% {
    opacity: 0;
    transform: translateX(0); /* Ends at its original position */
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translateX(-20px); /* Starts 20px to the left */
  }
  
  50%{
    opacity: .6;
  }
  
  100% {
    opacity: 0;
    transform: translateX(15px); /* Ends at its original position */
  }
}

@keyframes fadeInRight-2 {
  0% {
    opacity: 0;
    transform: translateX(-25px); /* Starts 20px to the left */
  }
  
  50%{
    opacity: .4;
  }
  
  100% {
    opacity: 0;
    transform: translateX(25px); /* Ends at its original position */
  }
}

@media screen and (max-width:720px){
  #section-slide .owl-item-text .owl-item-text-content .titulo-slide {
    font-size: 4em;
    line-height: 0;
}

#section-slide .owl-item-text .owl-item-text-content .texto-slide {
    width: 100%;
}

#section-valores {
    padding: 0;
}

h2.text-cta {
    font-size: 1.5em;
}

a.btn-cta {
    padding: 10px 30px !important;
    margin-bottom: 40px !important;
}

.accordion-button {
    align-items: unset;
}

#section-html-modulo_1 {
    padding: 1em 1em;
}

#section-html-modulo_1 .section-title h2 {
    text-align: center !important;
}

.title-atendidos h1 {
    font-size: 4em;
}

    #section-html-modulo_2 {
        background: unset;
    }
    
    #section-atendidos .col-md-5 {
    margin-bottom: 50px;
}
}