/* padrao */
* {
  font-size: 12px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  color: #333333;
  margin: 0;
  padding: 0;
  text-decoration: none !important;
}
#erro-total {
  width: 700px;
  height: 270px;
  margin: 15px 0;
}
#imagem-centralizada {
  width: 100%;
  text-align: center;
  margin: 10px 0;
}
#texto-404 {
  width: 100%;
  font-family: Calibri;
  font-size: 22px;
  text-align: center;
}
#aguarde {
  width: 100%;
  font-family: Calibri;
  font-size: 19px;
  text-align: center;
  margin: 5px 0;
}
.page-404 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 600px;
}
all pages a {
  text-decoration: none;
}
.logo-pw {
  text-align: center;
}
.logo-pw div p:first-child a {
  color: #878787;
  font: 12px Helvetica;
  margin-top: -8px;
  display: block;
}
.logo-pw div {
}
.logo-pw div a span {
  color: transparent;
}
.global {
  margin: 0 auto;
}
.conteudo-pages {
  /* min-height: 500px; */ /* width: 998px; */
  background-color: #ffffff;
  margin: 0 auto;
}
.texto-pages {
  font: 15px/25px "Calibri";
  color: #000;
  text-align: justify;
}
.texto-pages h1 {
  font: 25px "Calibri";
  padding-left: 20px;
  margin-bottom: 15px;
  font-weight: bold;
  color: #000;
}
.texto-pages h2 {
  font: 28px "Calibri";
  padding-left: 10px;
  margin-bottom: 50px;
  font-weight: bold;
  color: #131313;
  text-align: center;
}
.slick-track {
  max-width: none;
}
.slider .slick-prev {
  left: 45px !important;
}
.slider .slick-next {
  right: 45px !important;
}
.slider img {
  max-width: 100%;
}
.slider2 .slick-active {
  opacity: 0.6 !important;
}
.slider2 .slick-center {
  opacity: 1 !important;
}
.slider2 .slick-slide {
  display: flex !important;
  justify-content: center;
  flex-direction: column;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -os-transition: all 0.3s;
}
.slider2 .slick-prev {
  right: 50px;
  left: initial;
  top: 0px;
}
.slider2 .slick-next {
  top: 0px;
  right: 0px;
}
.menu-resp {
  display: none;
}
.contato {
}
.contato input {
  width: 100%;
  padding: 20px 20px;
  background: #eee;
  border: #ccc;
  color: #666;
  box-sizing: border-box;
  margin-bottom: 10px;
  outline: none !important;
}
.contato textarea {
  width: 100%;
  padding: 10px 20px;
  background: #eee;
  border: #ccc;
  color: #666;
  box-sizing: border-box;
  margin-bottom: 10px;
  outline: none !important;
  resize: none;
  height: 200px;
}
.contato .submit {
  cursor: pointer;
  background: #131313;
  color: #ffffff;
  font: 20px calibri;
}
body {
  overflow-x: hidden;
}
.fundo-slider {
  overflow: hidden;
  position: relative;
  display: flex;
}
.fundo-slider img {
  max-width: initial !important;
}
.slogan-total {
  width: 100%;
  position: absolute;
  height: 100%;
  top: 50%;
  text-align: center;
  z-index: 9999;
  width: 700px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.slogan {
  width: 700px;
  height: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.slogan .titulo {
  font: 50px "calibri";
  font-weight: lighter;
  color: #fff;
  margin-bottom: 10px;
  visibility: hidden;
}
.slogan .conteudo {
  font: 25px "calibri";
  font-weight: lighter;
  color: #fff;
  visibility: hidden;
}
.linha-topo-total {
  border-bottom: 1px solid #dddddd;
  background: #ffdb00;
}
.linha-topo {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  background: #ffdb00;
  flex-wrap: wrap;
  justify-content: space-between;
}
.linha-topo .item {
  font: 20px "calibri";
  color: #666;
  padding: 10px 20px;
}
.topo-total {
}
.topo {
  /* width: 1200px; */ /* margin: 0 auto; */
}
.topo > div {
  width: 100%;
  text-align: center;
}
.topo .logo {
  padding: 30px 0px;
}
.menu {
  width: 100%;
  background: #ffdb00;
}
.menu li {
  display: inline-block;
}
.menu li a {
  display: block;
  padding: 20px 40px;
  font: 18px "calibri";
  color: #131313;
  text-decoration: none;
  border-right: 1px solid #ddd;
}
.menu li:last-child a {
  border-right: none;
}
.menu li a:hover {
  color: #ffffff;
}
.menu li a.ativo {
  color: #131313;
  box-shadow: 0px 2px 0px 0px #ffdb00 inset;
  text-decoration: none;
}

/* Index */
.box-01-total {
  padding: 40px 0px;
}
.box-01 {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
.box-01 .item {
  width: 235px;
  margin: 20px 0px;
  text-align: center;
  position: relative;
  visibility: hidden;
  transform: none !important;
}
.box-01 .item:hover .conteudo {
  box-shadow: 0px 0px 0px 2px #33b8ff, 0px 3px 8px 0px #0082c7;
  background: linear-gradient(to bottom, #fff, #f8f8f8);
  opacity: 1;
  transition: opacity 0.5s;
}
.box-01 .item:hover .img::before {
  opacity: 1;
  transition: opacity 0.5s;
}
.box-01 .item:hover .conteudo::before {
  opacity: 1;
}
.box-01 .item:hover .conteudo::after {
  opacity: 1;
}
.box-01 .item .img {
  width: 100%;
  height: 215px;
  overflow: hidden;
  margin-bottom: 10px;
  position: relative;
}
.box-01 .item .img::before {
  opacity: 0;
  content: "Saiba Mais";
  font: 34px "calibri";
  text-transform: uppercase;
  font-weight: lighter;
  color: #fff;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: rgb(255 219 0);
  transition: opacity 0.5s;
}
.box-01 .item .img img {
  width: 100%;
  min-height: 100%;
  height: auto;
}
.box-01 .item .titulo {
  font: 22px "calibri";
  font-weight: lighter;
  color: #0082c7;
  margin-bottom: 20px;
}
.box-01 .item .conteudo {
  font: 16px "calibri";
  font-weight: lighter;
  color: #666;
  margin-bottom: 10px;
  padding: 15px 10px;
  position: relative;
  box-sizing: border-box;
  border-radius: 5px;
  opacity: 0;
  text-align: left;
  transition: opacity 0.5s;
  position: absolute;
  width: 100%;
  z-index: 1;
  transition: opacity 0.5s;
}
.box-01 .item .conteudo::before {
  opacity: 0;
  content: "";
  position: absolute;
  top: -20px;
  left: 20px;
  border: 10px solid transparent;
  border-bottom-color: #33b8ff;
}
.box-01 .item .conteudo::after {
  opacity: 0;
  content: "";
  position: absolute;
  top: -17px;
  left: 20px;
  border: 10px solid transparent;
  border-bottom-color: #fff;
}
.box-02 {
  display: table;
}
.box-02 .item {
  width: 33.333333333333333333%;
  float: left;
  position: relative;
  text-align: center;
  visibility: hidden;
}
.box-02 .item:hover .conteudo {
  opacity: 1;
  transition: all 0.5s;
}
.box-02 .item .img {
  width: 100%;
  height: auto;
  margin-bottom: -3px;
}
.box-02 .item .img img {
  width: 100%;
  height: auto;
  min-height: 100%;
}
.box-02 .item .conteudo {
  font: 20px "calibri";
  font-weight: lighter;
  color: #fff;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
  height: 90%;
  background: #131313d1;
  border: 10px solid #ffdb00a3;
  box-sizing: border-box;
  transition: all 0.5s;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.box-02 .item .conteudo .titulo {
  font: 60px "calibri";
  font-weight: lighter;
  color: #fff;
}
.box-03-total {
  padding: 40px 0px;
  background: #ffaa00;
}
.box-03 {
  width: 800px;
  margin: 0 auto;
}
.box-03 > .titulo {
  font: 40px "calibri";
  color: #fff;
  margin-bottom: 20px;
  text-align: center;
}
.box-03 .box {
  margin-bottom: 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
.box-03 .item {
  width: 48%;
}
.box-03 .item input {
  background: #eee;
  border: 1px solid #ccc;
  font: 18px "calibri";
  color: #999;
  padding: 15px 20px;
  box-sizing: border-box;
  width: 100%;
  outline: none !important;
  margin-bottom: 20px;
}
.box-03 .item input:last-child {
  margin-bottom: 0px;
}
.box-03 .item textarea {
  background: #eee;
  border: 1px solid #ccc;
  font: 18px "calibri";
  color: #999;
  padding: 15px 20px;
  box-sizing: border-box;
  width: 100%;
  outline: none !important;
  resize: none;
  height: 100%;
}
.box-03 .submit {
  margin: 0 auto;
  font: 20px "calibri";
  width: 100%;
  display: table;
  background: #2d2d2d;
  padding: 15px 20px;
  color: #fff;
  border: none;
  cursor: pointer;
}
.mapa {
  display: flex;
  position: relative;
}

.mapa-resp{
  display: none;
}
.rodape {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
.rodape > div {
  padding: 23px 0px;
  font: 19px "calibri";
  color: #878787;
  display: flex;
  align-items: center;
  justify-content: center;
}
.rodape .social img {
  padding: 5px;
}
div:hover > .btn {
  display: block;
  opacity: 1;
  transition: all 1s;
}
.btn {
  text-align: center;
  margin: 0 auto;
  width: 100%;
  height: 40px;
  padding: 5px 0px;
  bottom: 0px;
  z-index: 999;
  cursor: pointer;
  opacity: 0.6;
  transition: all 1s;
}
.btn.absolute {
  position: absolute;
}
.btn > div {
  width: 100px;
  display: inline-block;
}
.btn .remove::before {
  font-weight: 900;
  content: "\f05e";
  font-family: "Font Awesome 5 Free";
  font-size: 40px;
  color: #000;
  width: 100%;
  text-align: center;
  display: block;
}
.btn .remove::after {
  content: "";
  font-family: calibri;
  font-size: 14px;
  color: #000;
  width: 100%;
  text-align: center;
  display: block;
}
.btn .add::before {
  font-weight: 900;
  content: "\f055";
  font-family: "Font Awesome 5 Free";
  font-size: 40px;
  color: #000;
  width: 100%;
  text-align: center;
  display: block;
}
.btn .add::after {
  content: "RETORNAR";
  font-family: calibri;
  font-size: 16px;
  color: #000;
  width: 100%;
  text-align: center;
  display: block;
}
.btn.white ::before,
.btn.white ::after {
  color: #fff !important;
}
i.fa-brands.fa-instagram {
  font-size: 42px;
}
a {
  font-size: 15px;
  color: #ff718a;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-around;
}
strong {
  /* align-items: center; */
  width: 120px;
}
p {
  font: 20px "calibri";
  line-height: 32px;
}
span {
  font: 20px "calibri";
  font-weight: bold;
}
.conteudo-centralizado {
  width: 1200px;
  margin: 0 auto;
}
.topicos {
  margin: 20px auto;
  display: inline-table;
}

/*paginas internas*/

/*Energia solar*/
.titulo-total {
  background-color: #131313;
  height: 61px;
}
.titulo-total .titulo {
  font: 35px Calibri;
  text-align: center;
  color: white;
  padding: 10px;
  margin: 17px 0px;
}
.box-geral .descricao {
  /* margin: 0 auto; */
  margin: 56px auto; /* width: 50%; */
}
.img-left {
  float: right;
  margin: 10px 0px 0px 20px;
}
.img-right {
  float: left;
  margin: 10px 20px 0px 0px;
} /* .box-energia-solar .descricao { margin: 56px 0px; }*/
.box-energia-solar3 .descricao {
  margin: 56px 0px;
}
.box-geral .conteudo {
  display: flex;
}
.titulo-total2 {
  background: #ffdb00;
  height: 80px;
  align-items: center;
  display: flex;
}
.titulo-total2 .titulo {
  font: 20px calibri;
  color: #131313;
  font-weight: bold;
  margin: 0px 72px 0px 497px;
}
.titulo-total2 .botao {
  background-color: #131313;
  width: 201px;
  height: 28px;
  font: 20px calibri;
  cursor: pointer;
  margin: 11px 0px;
  color: white;
  padding: 13px 10px; /* border-radius: 9px; */ /* border: 2px solid #edbc5b; */
  transition: 0.7s;
  box-shadow: rgb(0 0 0 / 40%) 9px 8px 6px, rgb(0 0 0 / 22%) 0px 9px 8px;
  text-align: center;
}
.menu li a.ativo:hover {
  background-color: #d7e5af; /* border-radius: 10px; */
} /*Energia limpa*/
.img-limpa {
  float: right;
  margin: 22px 23px;
}
.texto.pages h1, .texto.pages h2, .texto.pages h3 {
    font-size: 22px;
    padding-top: 20px;
}
.conteudo-pages .img img {
    width: 100%;
}
.box-energia-solar2 {
  margin: 40px 0px;
}
.box-geral .img {
  margin: 90px 0px 0px;
  text-align: center;
  width: 50%;
}
.box-item-limpa {
  display: flex;
  flex-wrap: wrap;
  margin: 35px 0px; /* border-radius: 7px; */
}
i.fa-solid.fa-circle {
  font-weight: 600;
  width: 20px;
  font-size: 10px;
}
.box-04-total2 {
  background-color: #ffaa00;
}
.box-04 {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
.box-04 .item {
  width: 500px;
  margin: 20px 0px;
}
.box-04 .item > .titulo {
  font: 40px "calibri"; /* font-weight: lighter; */
  color: #053957;
  text-align: center;
  margin-bottom: 10px; /* justify-content: space-evenly; */
}
.box-04 .item > .titulo span {
  font: 28px "calibri"; /* font-weight: lighter; */
  color: #0a6fa5;
  display: block;
}
.box-04 .item .contato {
  padding: 0px 10px;
}
.texto {
  padding: 20px;
}
.descricao span {
  font: 20px Calibri;
  color: black;
  font-weight: 600;
}
h4 {
  font: 24px montserrat;
  margin: 10px;
  color: #ffffff;
  text-align: center;
}
h3 {
  font: 40px montserrat;
  color: #ffffff;
  font-weight: 600;
  text-align: center;
}
h5 {
  font: 25px Calibri;
  color: #ffffff;
  background-color: #ffaa00; /* font-weight: 600; */
  padding: 20px; /* min-height: 84px; */
  text-align: center; /* padding: 20px; */
}
.img {
  text-align: center;
}

/*analise termografica*/
.box-item-limpa2 {
  display: flex;
  margin: 35px 0px;
  width: 1200px; /* border-radius: 7px; */
}
.item-limpa {
  width: 400px; /* height: 141px; */
  margin: 0px 20px;
  background-color: #f4f4f475;
  text-align: center;
  border-radius: 15px;
  padding: 37px 0px;
}
.item-limpa2 {
  width: 400px;
  margin: 0px 20px;
  text-align: center;
  border-radius: 15px;
  padding: 37px 0px;
}
.item-limpa p {
  font: 21px calibri;
  font-weight: bolder;
}
.descricao2 {
  background-color: whitesmoke;
  width: 558px;
  margin: 0px 29px 84px 0px;
  min-height: 380px;
}
.box-servicos5 {
  /* margin: 0px 46px; */
  width: 1200px;
}
.box-servicos-total5 {
  display: flex;
  width: 1200px; /* background-color: #b8b8b81a; */
  margin: 0px auto;
  flex-wrap: wrap;
}
.box-servicos-total5 .conteudo {
  display: flex;
  flex-wrap: wrap;
}
.descricao2 p {
  margin: 20px;
}
.menu li.sub {
  position: relative;
  cursor: pointer;
}
.menu-total .menu li.sub a {
  padding-right: 0;
  display: flex; /* justify-content: center; */
}
.menu li.sub a:after {
  content: "\f107";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #fff;
  font-size: 23px;
  padding: 0 10px;
}
.menu-total .menu li:hover > a {
  background-color: #ffaa00;
  color: white;
}
.sub .sub-menu li a:after {
  content: "";
}
.menu-total .sub-menu {
  display: none; /* display: none; */
  position: absolute;
  margin-top: 10px;
  right: -125px;
  z-index: 99999; /* min-width: 265px; */
}
.sub-menu ul {
  display: block;
  flex-direction: column;
}
.sub-menu li {
  display: block;
  display: flex;
  padding: 0;
}
.menu-total .sub-menu li a {
  color: #666;
  background: #ffdb00;
  color: #131313;
  width: 100%; /* min-width: 148px; */
  min-height: 40px;
  padding: 6px 6px;
  transition: 0.7s;
  padding-right: 10px !important;
  margin-top: -8px;
  justify-content: left !important;
}
.box-04-total {
  background: url("../pw-images/fundo-box-04.jpg");
  background-size: cover;
  padding: 20px 0px;
  background-color: #2d2d2d;
}
.box-04 {
  width: 1200px;
  margin: 0 auto;
  display: flex; /* background-color: #ffaa00; */
  flex-wrap: wrap;
  justify-content: space-around;
}
.box-04 .item {
  width: 500px;
  margin: 20px 0px;
}
.box-04 .item > .titulo {
  font: 40px "calibri";
  font-weight: lighter;
  text-align: center;
  color: #ffffff;
  margin-bottom: 10px;
}
.box-04 .item > .titulo span {
  font: 22px "calibri";
  font-weight: lighter;
  color: #ffffff;
  display: block;
}
.box-04 .item .contato {
  padding: 0px 10px;
}
.box-04 .mapa {
  display: flex;
  position: relative;
  border: 2px solid #ffaa00;
  height: 470px;
}
.box-item-limpa {
  display: flex;
  border-radius: 7px;
  align-items: center;
  justify-content: space-evenly;
}
.item-limpa {
  width: 400px;
  height: fit-content;
  min-height: 240px !important;
  margin: 20px;
  background-color: #f4f4f475;
  text-align: center;
  border-radius: 15px;
  padding: 37px 0px;
}
.item-limpa2 {
  width: 350px;
  margin: 0px 20px;
  text-align: center;
  border-radius: 15px;
  margin: 20px;
  padding: 37px 0px;
}
.item-limpa p {
  font: 21px calibri; /* margin: 20px; */
  padding: 5px; /* font-weight: bolder; */
}
.slogan-texto2 {
  width: 700px;
  font: 81px "Geometria";
  font-weight: bold;
  color: white;
  height: 100%;
  margin: 80px auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.slogan-texto2 .titulo {
  font: 49px geometria;
  font-weight: bold;
  color: #fff;
  margin-bottom: 10px; /* visibility: hidden; */
}
.slogan-texto2 .conteudo {
  margin: 78px 0px 0px;
  font: 26px geometria;
  font-weight: lighter;
  color: #fff; /* visibility: hidden; */
}

li {
  font: 20px "calibri";
  line-height: 32px;
}

/* Responsivo */
@media only screen and (max-width: 1200px) {
  * {
    max-width: 100%;
    box-sizing: border-box;
  }
  .conteudo-pages {
    padding: 2%;
  }
  .menu li {
    margin-left: 0px;
    margin-right: 0px;
    text-align: center;
  }
  .rodape div {
    width: 100%;
    margin: 0;
    text-align: center;
  }
  .rodape > div {
    padding: 10px 0;
  }
  .linha-topo {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
  }
  .box-02 .item {
    width: 50%;
    float: left;
    position: relative;
    text-align: center;
  }
  .menu li a {
    border-right: none;
  }
  .box-item-limpa2 {
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
  }
  .img-right,
  .img-left {
    display: block;
    margin: 0 auto;
  }
  .titulo-total {
    height: fit-content;
    padding: 4px 0;
  }
}

@media only screen and (max-width: 900px) {
  .slogan .titulo {
    font-size: 30px;
  }
  .slogan .conteudo {
    font-size: 20px;
  }
  .box-02 .item .conteudo .titulo {
    font-size: 40px;
  }
  .menu li a {
    padding: 10px;
  }
  .topo .logo img {
    width: 350px;
  }
  .menu-total .sub-menu {
    left: -50%;
    min-width: 265px;
  }
  .img-right img,
  .img-left img {
    padding: 15px;
  }
  .mapa-resp{
    display: block;
  }

  .mapa{
    display: none;
  }
}

@media only screen and (max-width: 600px) {
  .box-02 .item {
    width: 100%;
    float: left;
    position: relative;
    text-align: center;
  }
}

@media only screen and (max-width: 500px) {
  .fundo-slider {
    display: none;
  }
  .slogan-total {
    position: relative;
    top: unset;
    left: unset;
    transform: unset;
    background: #0082c7;
    padding: 20px 0;
    display: none;
  }
  .box-03 {
    padding: 0 10px;
  }
  .box-03 .item {
    width: 100%;
  }
  .box-03 .item input:last-child {
    margin-bottom: 20px;
  }
  .g-recaptcha {
    width: auto;
    margin-bottom: 20px;
  }
}

.whatsapp {
  position: fixed;
  bottom: 30px;
  right: 30px;
  animation: atencao 10s 10s infinite;
}
.whatsapp a {
  background: #25d366;
  width: 70px;
  height: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.whatsapp a:hover {
  animation: whatsapp 1.5s;
}
.whatsapp i {
  font-size: 35px;
  color: #fff;
}
.insta {
  position: fixed;
  bottom: 30px;
  left: 30px;
  animation: atencao 10s 10s infinite;
}
.insta a {
  background: #d42096;
  width: 70px;
  height: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.insta a:hover {
  animation: whatsapp 1.5s;
}
.insta i {
  font-size: 35px;
  color: #fff;
}
@keyframes whatsapp {
  30% {
    box-shadow: 0 0 0 7px rgba(37, 211, 102, 0.4);
  }
  45% {
    box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.4);
  }
  60% {
    box-shadow: 0 0 0 7px rgba(37, 211, 102, 0.4);
  }
}
