div:hover > .btn {
  display: block;
  opacity: 1;
  transform: rotate(360);
  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;
}

* {
  font-size: 12px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  color: #333;
  margin: 0;
  padding: 0;
}

#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;
}

a {
  text-decoration: none;
}

.global {
  margin: 0 auto;
}

.conteudo-pages {
  min-height: 500px;
  width: 998px;
  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: 700;
  color: #000;
}

.texto-pages h2 {
  font: 20px Calibri;
  padding-left: 10px;
  margin-bottom: 15px;
  font-weight: 700;
  color: #000;
}

.menu-resp {
  display: none;
}

.contato form {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.contato input {
  font-size: 17px;
  width: 48%;
  padding: 15px 20px;
  background: #eee;
  border: #ccc;
  color: #666;
  box-sizing: border-box;
  margin-bottom: 20px;
  outline: none !important;
  border-radius: 2px;
}

.contato input:focus,
.contato textarea:focus {
  box-shadow: 2px 0 0 0 #f27f33 inset;
  border-radius: 0 2px 2px 0;
}

.contato textarea {
  font-size: 17px;
  width: 100%;
  padding: 15px 20px;
  background: #eee;
  border: #ccc;
  color: #666;
  box-sizing: border-box;
  margin-bottom: 20px;
  outline: none !important;
  resize: none;
  height: 200px;
  border-radius: 2px;
}

.contato .submit {
  width: 100%;
  cursor: pointer;
  background: #51549d;
  color: #fff;
  border-radius: 2px !important;
  margin-bottom: 0;
}

body {
  overflow-x: hidden;
}

.fundo-slider {
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  z-index: -1;
}

.topo-total {
  padding: 40px 0;
}

.topo {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}

.topo > div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  /* font-weight: bold; */
}

.menu li {
  display: inline-block;
  padding: 10px 20px;
}

.menu li a {
  font: 20px calibri;
  color: #292929;
  font-weight: bold;
  border: 5px 0 blue;
}

.rodape {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-around;
}

.rodape > div {
  padding: 20px 0;
  font: 20px calibri;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.rodape .social img {
  padding: 5px;
}

.logo-pw {
  text-align: center;
}

.logo-pw p:last-child a {
  display: inline !important;
}

.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;
}

.g-recaptcha {
  margin: 10px auto !important;
}

/* Index */

.box-01-total {
  padding: 20px 0px 40px;
}
.box-01 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  width: 1200px;
  margin: 0 auto;
}
.box-01 a:nth-child(1) .item {
  background: #232557;
}
.box-01 a:nth-child(2) .item {
  background: #383c91;
}
.box-01 a:nth-child(3) .item {
  background: #232557;
}
.box-01 a:nth-child(4) .item {
  background: #383c91;
}
.box-01 a:nth-child(5) .item {
  background: #232557;
}
.box-01 a:nth-child(6) .item {
  background: #383c91;
}
.box-01 .item {
  width: 350px;
  margin: 10px 0px;
  background: #666;
  visibility: hidden;
}
.box-01 .item:hover {
  transform: scale(1.1);
  box-shadow: 0px 13px 22px -10px #313131;
  transition: all 0.7s;
  z-index: 1;
}
.box-01 .item .img {
  padding: 0px 20px;
}
.box-01 .item .img i {
  margin: 30px 0px;
  font-size: 70px;
  color: #fff;
  transition: all 0.7s;
}
.box-01 .item:hover .img i {
  transform: translateX(230px) rotate(-10deg);
  transition: all 0.7s;
}
.box-01 .item .titulo {
  font: 25px "calibri";
  font-weight: lighter;
  color: #fff;
  margin-bottom: 10px;
  padding: 0px 20px;
  transition: all 0.5s;
}
.box-01 .item .detalhe {
  font: 20px "calibri";
  font-weight: lighter;
  color: #fff;
  margin-bottom: 20px;
  padding: 0px 20px;
  transition: all 0.5s;
}
.box-01 .item:hover .titulo,
.box-01 .item:hover .detalhe {
  transform: translate(10px, -30px) scale(1.1) rotate(5deg);
  transition: all 1s;
}
.box-01 .item .entrar {
  font: 20px "calibri";
  font-weight: lighter;
  color: #666;
  padding: 20px;
  box-sizing: border-box;
  text-align: center;
  width: 100%;
  background: #eee;
  position: relative;
}
.box-01 .item:hover .entrar::before {
  top: -38px;
  transition: all 0.5s;
}
.box-01 .item .entrar::before {
  content: "";
  position: absolute;
  top: 0px;
  right: 30px;
  border: 20px solid transparent;
  border-bottom-color: #eee;
  transition: all 0.5s;
}
.box-02-total {
  background: url("../pw-images/fundo-box-02.jpg");
  background-size: cover;
  padding: 60px;
}
.box-02 {
  width: 1060px;
  margin: 0 auto;
  text-align: center;
}
.box-02 .titulo {
  font: 60px "calibri";
  font-weight: lighter;
  color: #51549d;
  margin-bottom: 30px;
}
.box-02 .conteudo {
  font: 25px "calibri";
  font-weight: lighter;
  color: #999;
  margin-bottom: 30px;
}
.box-02 .entrar {
  font: 25px "calibri";
  font-weight: lighter;
  color: #999;
  padding: 10px 50px;
  display: table;
  margin: 0 auto;
  border: 2px solid #999;
  transition: all 0.3s;
}
.box-02 .entrar:hover {
  background: #999;
  color: #f8f8f8;
  transition: all 0.3s;
}
.box-03-total {
  padding: 40px 0px 0px;
}
.box-03 {
  width: 1200px;
  margin: 0 auto;
  text-align: center;
}
.box-03 > .titulo {
  font: 50px "calibri";
  font-weight: lighter;
  color: #51549d;
  margin-bottom: 30px;
}
.box-03 .box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
.box-03 .box .item {
  width: 300px;
  padding: 40px 20px;
  box-sizing: border-box;
}
.box-03 .box .item:hover {
  background: #f8f8f8;
  border-radius: 20px 20px 0px 0px;
  transition: all 0.5s;
}
.box-03 .box .item:hover .img {
  transform: rotateY(360deg);
  transition: all 0.5s;
  box-shadow: 0px 0px 2px 2px #ccc;
  background: #ccc;
}
.box-03 .box .item .img {
  width: 150px;
  height: 150px;
  margin: 0 auto;
  border-radius: 50%;
  overflow: hidden;
  margin-bottom: 20px;
}
.box-03 .box .item .titulo {
  font: 25px "calibri";
  font-weight: lighter;
  color: #666;
  margin-bottom: 10px;
}
.box-03 .box .item .data {
  font: 20px "calibri";
  font-weight: lighter;
  color: #999;
}
.box-04-total {
  background: #313131;
  padding: 40px;
}
.box-04 {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
.box-04 > .titulo {
  width: 380px;
  font: 60px "calibri";
  font-weight: lighter;
  color: #fff;
  display: flex;
  align-items: center;
}
.box-04 .contato {
  width: 660px;
}
.mapa {
  position: relative;
  display: flex;
}

.mapa-contato {
  display: flex;
  position: relative;
  border: 2px solid #0a6fa5;
  height: 410px;
}

.rodape-total {
  background: black;
}

.titulo-total {
  background-color: #50549c;
  height: 82px;
}

.titulo-total .titulo {
  font: 35px Calibri;
  text-align: center;
  color: white;
  padding: 20px;
  /* margin: 17px 0px; */
}

.menu li a:hover {
  background-color: #383c91;
  color: white;
}

.box-05-total {
  background-color: #313131;
  background-size: cover;
  padding: 20px 0px;
}
.box-05 {
  width: 1500px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
.box-05 .item {
  width: 700px;
  margin: 20px 0px;
}
.box-05 .item > .titulo {
  font: 40px "calibri";
  font-weight: lighter;
  text-align: center;
  color: #053957;
  margin-bottom: 10px;
}
.box-05 .item > .titulo span {
  font: 22px "calibri";
  font-weight: lighter;
  color: #0a6fa5;
  display: block;
}
.box-05 .item .contato {
  padding: 0px 10px;
}

/*
.contato input {
  font-size: 17px;
  width: 100%;
  padding: 15px 20px;
  background: #eee;
  border: 1px solid #ccc;
  color: #666;
  box-sizing: border-box;
  margin-bottom: 10px;
  outline: none !important;
}

.contato textarea {
  font-size: 17px;
  width: 100%;
  padding: 10px 20px;
  background: #eee;
  border: 1px solid #ccc;
  color: #666;
  box-sizing: border-box;
  margin-bottom: 10px;
  outline: none !important;
  resize: none;
  height: 200px;
}

.contato .submit {
  cursor: pointer;
  background: #e94c2a;
  color: #fff;
}

*/
/***quem-somos***/

.box-item-limpa2 {
  align-items: center;
  display: flex;
  /* padding: 21px 200px; */
  justify-content: center;
  margin: 62px auto;
  flex-wrap: wrap;
  background-color: #ffffff;
  /* margin: 50px 100px; */
  /* border-radius: 7px; */
}

.box-quem {
  /* margin: 40px 0px; */
  width: 1200px;
  margin: 0 auto;
  height: 250px;
  border-radius: 16px;
}

.box-quem-somos-total {
  /* margin: 40px 0px; */
  height: 300px;
  background: url(../pw-images/servicos-quem-somos.jpg) center top fixed;
}

.box-quem .conteudo {
  display: flex;
}

.box-quem .descricao {
  display: flex;
}

.box-quem img {
  border-radius: 153px;
  margin: 7px 20px;
}

.box-quem .descricao {
  color: white;
}

.box-quem-somos-total .conteudo p {
  color: white;
  font: 22px montserrat;
}

.item-limpa {
  width: 400px;
  /* height: 194px; */
  min-height: 100px;
  /* min-height: 400px; */
  margin: 0px 39px;
  /* background-color: #dbdbdb63; */
  text-align: center;
  border-radius: 15px;
  padding: 37px 0px;
  cursor: pointer;
}

.item-limpa p {
  font: 17px montserrat;
  margin: 15px;
  /* font-weight: bold; */
  color: #292929;
}

.item-limpa:hover {
  background-color: #00a2ed;
}

.descricao {
  margin: 117px auto;
  /* align-items: center; */
}


.descricao-contato {
  /* margin: 77px auto; */
  /* align-items: center; */
}

i.fa-solid.fa-envelope {font-size: 22px;
    margin: 12px;}

i.fa-solid.fa-location-dot {font-size: 22px;
    margin: 12px;}



.box-quem-somos-total3 .descricao {
  /* width: 1200px; */
  margin: 57px 235px auto;
  /* text-align: center; */
  /* line-height: 8px; */
}

.box-quem-somos-total3 .conteudo {
  display: flex;
}

.box-quem3 {
  /*margin: 40px 0px; */
  /* width: 1200px; */
  background-color: #ffffff;
  margin: 0 auto;
  min-height: 225px;
  /* height: auto; */
  /* height: 195px; */
  border-radius: 16px;
}

.box-quem3 .conteudo {
  display: flex;
}

p {
  font: 18px montserrat;
  line-height: 36px;
}

.descricao {
  margin: 117px auto;
  /* align-items: center; */
}

.img-left {
  float: left;
}

span {
  font-weight: bold;
  color: #50549c;
  font: 25px montserrat;
}

h3 {
  font-weight: 600;
  font-size: 31px;
  color: #50549c;
  margin: 20px 0px;
}

/*****limpeza*****/

.box-servicos .descricao {
  margin: 56px 26px;
  /* width: 50%; */
}

.box-cleaning4 .descricao {
  margin: 100px auto;
  text-align: center;
}

.box-quem-somos-total2 .img {
  float: right;
}

.box-servicos .conteudo {
  display: flex;
margin: 48px auto;justify-content: center;}

.box-servicos .img {
  margin: 90px 0px 0px;
  text-align: center;
  width: 50%;
}

.box-servicos {
  width: 1500px;
  margin: 0 auto;
}

.box-servicos img {
  float: right;
  /* width: 50%; */
  margin: 10px 20px auto;
}

/****nossos servicos***/

.box-nossos-servicos {
  width: 1500px;
  margin: 0px auto;
  justify-content: center;
}

.box-nossos-servicos-total1 {
  background-color: #e4e4e442;
  min-height: 250px;
  margin: 0px auto;
}

.box-nossos-servicos-total2 {
  background-color: #f3afb4;
  min-height: 250px;
}

.box-nossos-servicos-total3 {
  background-color: #98be4d96;
  min-height: 250px;
}

.box-nossos-servicos .descricao {
  width: 1500px;
  display: flex;
  margin: 0px auto;
  /* justify-content: center; */
}

.box-nossos-servicos .conteudo img {
  border-radius: 125px;
  margin: 20px;
}

.box-nossos-servicos .descricao p {
  margin: 33px 35px;
}

i.fa-solid.fa-phone {
  font-size: 22px;
  margin: 12px;
}


/*botao whats*/

.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;
}


@media only screen and (max-width: 1400px) {
  * {
    max-width: 100%;
    box-sizing: border-box;
  }
  .conteudo-pages {
    padding: 2%;
  }
  .menu-total {
    display: block;
    width: 100%;
  }
  .menu li {
    margin-left: 0;
    margin-right: 0;
    text-align: center;
  }
  .rodape div {
    width: 100%;
    margin: 20px 0;
    text-align: center;
  }
  .fundo-slider * {
    max-width: unset !important;
  }
  .menu ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .rodape div {
    margin: 0;
  }
  .rodape > div {
    padding: 10px 0;
  }
}

@media only screen and (max-width: 1200px) {
  * {
    max-width: 100%;
    box-sizing: border-box;
  }
  .conteudo-pages {
    padding: 2%;
  }
  .menu-total {
    display: block;
    width: 100%;
  }
  .menu li {
    margin-left: 0;
    margin-right: 0;
    text-align: center;
  }
  .rodape div {
    width: 100%;
    margin: 20px 0;
    text-align: center;
  }
  .fundo-slider * {
    max-width: unset !important;
  }
  .menu ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .rodape div {
    margin: 0;
  }
  .rodape > div {
    padding: 10px 0;
  }
}

@media only screen and (max-width: 600px){
.menu li {
    width: 50%;
    padding: 10px;
    background: #232557;
    border: 1px solid #fff;
}

.menu li a {
    color: #ffffff;

}

.fundo-slider {
    width: 0;
} 

.descricao {
    margin: 42px auto;
    /* align-items: center; */
}

.item-limpa {
    width: 300px;
    height: 190px;
}

.box-quem-somos-total3 .descricao {
  margin: 30px 40px auto;
  padding: 20px;
}

.descricao {
  margin: 30px;
}

.box-servicos .conteudo {
  margin: 0px auto;
}

.box-nossos-servicos .conteudo img {
  border-radius: 125px;
  margin: 20px;
  height: 140px;
}

.box-nossos-servicos .descricao p {
  margin: 20px 10px;
}

.box-nossos-servicos .descricao {
  align-items: center;
}

.box-05 {
  padding: 15px;
}

}
@media only screen and (max-width: 500px) {
  .topo {
    padding: 5px;
  }
  .topo-total {
    padding: 10px 0 !important;
  }
  .menu li {
    padding: 10px !important;
  }
  .box-02-total {
    padding: 10px !important;
  }
  .box-02 .titulo,
  .box-03 .titulo,
  .box-04 .titulo {
    font-size: 40px !important;
    margin-bottom: 20px !important;
  }
  .box-04 .contato input {
    width: 100% !important;
  }
}
