fdiv: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 0;
  bottom: 0;
  z-index: 999;
  cursor: pointer;
  opacity: 0.6;
  transition: all 1s;
}

span#mostrarMais , span#mostrarMais2, span#mostrarMais3, span#mostrarMais4, span#mostrarMais5 {
    display: none;
}

.conquistaCaixa {
    padding: 20px;
}

.container {
  width: 100%;
  display: flex;
}
.box-container {
  flex-grow: 1;
  justify-content: center;
  background: #aaa;
  margin: 10px;
  padding: 20px;
  width: 200px;
  height: 200px;
  font: 20px lato;
  color: #fff;
}
.btn.absolute {
  position: absolute;
}
.btn > div {
  width: 100px;
  display: inline-block;
}
.alinhandor-texto {
  padding: 0 60px;
  margin: 60px 0;
  scroll-behavior: smooth;
}
.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;
}
.swiper-container {
    height: 400px;
}
.btn .remove::after {
  content: "";
  font-family: calibri;
  font-size: 14px;
  color: #000;
  width: 100%;
  text-align: center;
  display: block;
}

span#mostrarMais, span#mostrarMais2, span#mostrarMais3, span#mostrarMais4, span#mostrarMais5 {
  font-size: 20px;
  font-family: "calibri";
  margin: 10px 0;
}

iframe {
  height: 400px;
}

.texto-servico {
  padding: 20px;
}

.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: "Calibri";
  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;
}
body {
  overflow-x: hidden;
}
a {
  text-decoration: none;
  font-size: 20px;
  font-family: "calibri";
  color: #20339e;
}
.esquerda,
.esquerdo,
.left,
.float-left,
.alignleft {
  float: left;
  display: table;
  margin: 0 10px 10px 0;
}
.direita,
.direito,
.right,
.float-right,
.alignright {
  float: right;
  display: table;
  margin: 0 0 10px 10px;
}
.meio,
.center,
.aligncenter {
  display: table;
  margin: 20px auto;
}
.borda {
  padding: 2px;
  background: #fff;
  box-shadow: 0 0 2px 0 #666;
}
.global {
  margin: 0 auto;
}
.conteudo-pages {
  min-height: 500px;
  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;
}
button#btnLeiaMais, button#btnLeiaMais2, button#btnLeiaMais3, button#btnLeiaMais4, button#btnLeiaMais5 {
  width: 200px;
  height: 50px;
  background: #c11f2f;
  border: none;
  border-radius: 5px;
  color: #fff;
  font: 24 px Calibri;
  font: 24px Calibri;
  animation-name: btartigo;
  animation-duration: 3s;
}
@keyframes btartigo {
  0% {
    opacity: 0.1;
  }
  100% {
    opacity: 0.9;
  }
}
.btnLeiaMais, button#btnLeiaMais2, button#btnLeiaMais3, button#btnLeiaMais4, button#btnLeiaMais5 {
  transition: 0.1s all ease;
}
.contato input {
  width: 500px;
  padding: 10px 30px 10px 20px;
  background: #fff;
  border: #ccc;
  color: #666;
  box-sizing: border-box;
  margin-bottom: 10px;
  outline: none !important;
  font-size: 17px;
  position: relative;
}
.hero {
  display: none;
}
.contato [required="required"] {
  background: #eee url(../pw-images/required.png) center right 10px no-repeat;
  background-size: 9px;
}
.contato select,
.contato option {
  width: 50%;
  padding: 10px 20px;
  background: #eee;
  border: #ccc;
  color: #666;
  box-sizing: border-box;
  margin-bottom: 10px;
  outline: none !important;
  font-size: 17px;
  box-shadow: 2px 0 0 0 #333 inset;
}
.contato textarea {
  width: 500px;
  padding: 10px 30px 10px 20px;
  background: #fff;
  border: #ccc;
  color: #000;
  box-sizing: border-box;
  margin-bottom: 10px;
  outline: none !important;
  resize: none;
  height: 200px;
  font-size: 17px;
  position: relative;
}
.contato .submit {
  cursor: pointer;
  background: #bf1c29;
  color: #fff;
}
.contato .required {
  color: #d90000;
  font: 17px calibri;
  font-weight: lighter;
  margin-bottom: 10px;
}
.contato .required img {
  height: 9px;
}
.topo-total {
  z-index: 999;
  width: 100%;
  background: url(../pw-images/banners/1.jpg) no-repeat top;
}
.topo {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-wrap: wrap;
  visibility: hidden;
}
.logo {
  margin: 30px 0;
  padding: 0 20px;
}
.menu ul {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}
.menu li {
  list-style-type: none;
  margin: 20px 0;
}
.menu li a {
  font: 12px Lato, sans-serif;
  margin: 0 10px;
  padding: 50px 10px;
  position: relative;
  transition: 0.5s;
  font-weight: 700;
  color: #a10812;
}
.menu li a:after {
  content: "";
  position: absolute;
  z-index: 0;
  top: 40px;
  right: 40px;
  width: 0;
  height: 0;
  border-right: 0 solid #fff;
  border-left: 20px solid transparent;
  border-top: 20px solid #fff;
  opacity: 0;
  transition: 0.5s;
}
.rodape-total {
  justify-content: center;
  background: #f8f8f8;
  display: flex;
  align-items: center;
  width: 100%;
}
.rodape {
  display: flex;
  flex-wrap: wrap;
  width: 1062px;
  margin: 0 auto;
  align-items: center;
  justify-content: space-between;
}
.rodape .info {
  width: 420px;
}
.rodape .info .texto {
  font: 18px lato;
  color: #666;
  padding: 0 10px;
  margin: 20px 0;
  display: flex;
  align-items: center;
}
.rodape .logo img {
  width: 276px;
}
.rodape .info .texto i {
  font-size: 27px;
  color: #ba222e;
  margin: 10px 20px;
}
.rodape .social {
  display: flex;
  justify-content: center;
}
.rodape .social .rede {
  width: 50px;
  height: 50px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  margin: 20px;
}
.rodape .social .rede i {
  font-size: 25px;
  color: #666;
}
.logo-pw div {
  text-align: left;
}
.logo-pw div p:first-child a {
  color: #fff;
  font: 12px Helvetica;
  margin-top: -8px;
  display: block;
}
.logo-pw div a span {
  color: transparent;
}
.swiper-container {
  margin: 0 auto;
  overflow: hidden;
  z-index: 1;
  position: relative;
}
.swiper-wrapper img {
  width: 100%;
}
.slogan-total {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 150px;
  position: absolute;
}
.swiper-slide {
  display: flex;
  justify-content: center;
}
.slogan {
  width: 700px;
  cursor: default;
  z-index: 100;
  margin-top: 5%;
}
.slogan .titulo {
  font: 40px Lato;
  font-weight: 700;
  color: #fff;
  margin: 20px 0;
  padding: 0 10px;
  text-align: center;
  text-shadow: 2px 2px #000;
}
.slogan .texto {
  margin: 20px 0;
  padding: 0 30px;
  text-align: center;
  font: 45px Lato;
  font-weight: 700;
  color: #fff;
  text-shadow: 2px 2px #000;
}
.slogan .botao {
  display: flex;
}
.slogan .botao a {
  font: 18px lato;
  color: #fff;
  text-align: center;
  margin: 20px auto;
  padding: 15px 80px;
  border: 1px solid #fff;
  position: relative;
  z-index: 9 !important;
  overflow: hidden;
  background: none;
}
.slogan .botao a:after {
  content: "";
  position: absolute;
  z-index: 0;
  top: 0;
  right: 0;
  width: 0;
  height: 0;
  border-right: 0 solid #fff;
  border-left: 30px solid transparent;
  border-top: 30px solid #fff;
  transition: 0.5s;
  background: none;
}
.swiper-pagination {
  position: relative !important;
  margin: 100px 0 90px;
}
.swiper-pagination-bullet {
  width: 30px !important;
  height: 30px !important;
  border-radius: 0 !important;
  background: rgba(255, 255, 255, 0.2) !important;
  opacity: 1 !important;
  margin: 0 20px !important;
}
.swiper-pagination-bullet-active {
  position: relative;
  background: none !important;
}
.swiper-pagination-bullet-active:after {
  content: "";
  position: absolute;
  z-index: 0;
  top: 0;
  right: 0;
  width: 0;
  height: 0;
  border-right: 0 solid #fff;
  border-left: 30px solid transparent;
  border-top: 30px solid #fff;
}
.box-01-total {
  background: #f8f8f8;
  display: flex;
  flex-direction: column;
}
.box-01 {
  width: 800px;
  margin: 40px auto;
  text-align: center;
  display: flex;
  flex-direction: column;
  visibility: hidden;
}
.box-01 .titulo {
  font: 30px lato;
  font-weight: 700;
  color: #666;
  padding: 0 30px;
  margin: 10px 0;
}
.box-01 .texto {
  font: 20px lato;
  color: #aaa;
  margin: 10px 0;
  padding: 0 30px;
}
.box-02-total {
  background: #fff;
  border-bottom: 1px solid #ddd;
}
.box-02 {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}
.box-02 .item {
  width: 24%;
  position: relative;
  overflow: hidden;
  margin: 40px 0;
  visibility: hidden;
  height: 246px;
}
.box-02 .item:after {
  content: "";
  position: absolute;
  z-index: 0;
  top: 0;
  right: 0;
  width: 0;
  height: 0;
  border-top: 70px solid #fff;
  transition: 0.5s;
}
.box-02 .img {
  text-align: center;
  position: relative;
}
.box-02 .img i {
  font-size: 70px;
  color: #ddd;
  transition: 0.5s;
}
.box-02 .titulo {
  font: 27px lato;
  font-weight: 700;
  color: #fff;
  text-align: center;
  margin: 20px -7px;
  padding: 0 10px;
  position: absolute;
  z-index: 999;
  transition: 0.2;
  top: 0;
  display: flex;
  justify-content: center;
  width: 100%;
}
.box-02 .texto {
  font: 20px lato;
  font-weight: 700;
  color: #fff;
  text-align: center;
  margin: 20px 0;
  padding: 7px 42px;
  position: absolute;
  z-index: 999;
  transition: 0.2;
  top: 85px;
}
.box-03-total {
  background: #fff;
  display: flex;
  flex-direction: column;
}
.box-03 {
  width: 1200px;
  margin: 0 auto;
  perspective: 1000px;
}
.box-03 .titulo {
  font: 35px lato;
  font-weight: 700;
  color: #666;
  text-align: center;
  margin: 20px 0;
  padding: 0 20px;
  visibility: hidden;
}
.box-03 .descricao {
  font: 20px lato;
  color: #aaa;
  width: 740px;
  margin: 20px auto;
  text-align: center;
  padding: 0 20px;
  visibility: hidden;
}
.box-03 .conteudo {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  visibility: hidden;
}
.box-03 .conteudo .item {
  width: 33.333333%;
  display: flex;
  align-items: center;
  background: #ccc;
  margin: 20px 0 40px;
}
.box-03 .conteudo .item:first-child {
  background: #666;
}
.box-03 .conteudo .item:last-child {
  background: #aaa;
}
.box-03 .conteudo .item .numero {
  font: 150px lato;
  color: #ba0000;
}
.box-03 .conteudo .item .texto {
  font: 20px lato;
  color: #fff;
  margin: 10px 0;
  padding: 0 10px;
}
.box-04-total {
  background: #f8f8f8;
  display: flex;
  flex-direction: column;
  position: relative;
  z-index: 1;
}
.box-04 {
  width: 1000px;
  margin: 0 auto;
  visibility: hidden;
}
.box-04 .titulo {
  font: 35px lato;
  font-weight: 700;
  text-align: center;
  color: #666;
  margin: 20px 0;
}
.box-04 form {
  display: flex;
  flex-direction: column;
}
.box-04 form .cima {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.box-04 input {
  font: 20px lato;
  color: #aaa;
  padding: 10px;
  border: 1px solid #ddd;
  margin: 10px 0;
  width: 30%;
}
.box-04 textarea {
  font: 20px lato;
  color: #aaa;
  padding: 10px;
  border: 1px solid #ddd;
  height: 100px;
  margin: 10px 0;
  resize: none;
  box-sizing: border-box;
}
.box-04 span {
  margin: 20px auto;
  border: 1px solid #666;
  position: relative;
  z-index: 9 !important;
  overflow: hidden;
}
.box-04 span:after {
  content: "";
  position: absolute;
  z-index: 0;
  top: 0;
  right: 0;
  width: 0;
  height: 0;
  border-right: 0 solid #ba222e;
  border-left: 30px solid transparent;
  border-top: 30px solid #ba222e;
  transition: 0.1s;
  background: none;
}
.box-04 .submit {
  background: none;
  border: none;
  color: #666;
  padding: 15px 80px;
  margin: 0;
  position: relative;
  z-index: 999;
  transition: 0.2s;
  cursor: pointer;
}
.mapa {
  visibility: hidden;
  position: relative;
  z-index: 0;
}
.mapa iframe {
  display: flex;
}
.slogan .texto b {
  font: 45px Lato;
  font-weight: 700;
  color: #ff9a00;
  text-shadow: 2px 2px #000;
}
.whatsapp-topo p {
  font: 17px Lato, sans-serif;
  color: #666;
  font-weight: 700;
  text-align: center;
  margin-bottom: 6px;
}
.whatsapp-topo a {
  font: 14px Lato, sans-serif;
  color: #ffff;
  font-weight: 700;
  text-align: center;
  background: #003f8a;
  padding: 5px 10px;
  border-radius: 10px;
  display: flex;
  align-items: center;
}
.whatsapp-topo a i {
  color: #fff;
  font-size: 19px;
  margin-right: 5px;
}
.box-02 .img img {
  transition: 0.5s;
}
.text {
  width: 100%;
  height: 100%;
  background: rgb(109, 109, 109);
  top: 0;
  position: absolute;
  opacity: 1;
  transition: 0.5s;
}
@keyframes whatsapp {
  30% {
    box-shadow: 0 0 0 5px rgba(37, 211, 102, 0.3);
  }
  45% {
    box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.3);
  }
  60% {
    box-shadow: 0 0 0 5px rgba(37, 211, 102, 0.3);
  }
}
.whatsapp-topo {
  bottom: 30px;
  right: 30px;
  animation: atencao 10s 10s infinite;
}
.whatsapp-topo a:hover {
  animation: whatsapp 1.5s;
}
.conteudo-pages .titulo {
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 352px;
  background: url(../pw-images/fundo-titulo.jpg) center no-repeat fixed;
}
.conteudo-pages .titulo h1 {
  text-align: center;
  font-size: 30px;
  color: #fff;
}
.conteudo-pages .titulo h1 i {
  font-size: 50px;
  color: red;
}
.box-empresa {
  display: flex;
  justify-content: space-around;
  width: 1200px;
  margin: 60px auto;
  align-items: center;
}
.box-empresa img {
  float: left;
  margin: 0 33px;
}
.box-empresa .texto {
  width: 725px;
}
.box-empresa .texto p {
  font-size: 18px;
  text-align: justify;
  margin: 20px 0;
}
.box-mvv {
  display: flex;
  width: 1330px;
  margin: 60px auto;
  justify-content: space-around;
}
.box-mvv .mvv {
  background: #eee;
  width: 400px;
  padding: 20px;
  text-align: center;
}
.box-mvv .mvv .icon i {
  font-size: 70px;
  color: #fe8c00;
}
.box-mvv .mvv .titulo-mvv p {
  font-size: 22px;
  color: #000;
  margin: 10px 0;
}
.box-mvv .mvv .texto-mvv p {
  font-size: 18px;
  text-align: justify;
  margin: 5px 0;
}
.box-produtos {
  display: flex;
  width: 1200px;
  justify-content: space-around;
  margin: 0 auto;
  flex-wrap: wrap;
  padding: 20px;
}
.box-produtos-total {
  height: 400px;
  background: #fff;
  margin: 30px 0;
}
.produtos {
  background: #fff;
  width: 270px;
  border-radius: 20px;
  box-shadow: 0 0 5px 0 #000;
  text-align: center;
  padding: 20px;
  cursor: pointer;
  transition: 0.5s;
}
.produtos img {
  border-radius: 110px;
  margin: 30px 0;
}
.titulo-produto p {
  font-size: 24px;
  margin: 20px 0;
  font-weight: 700;
}
.texto-produto p {
  font-size: 18px;
  text-align: justify;
}
.btn-saiba-mais {
  background: #666;
  border-radius: 20px;
  padding: 20px;
  width: 200px;
  margin: 0 auto;
  margin-top: 15px;
  transition: 0.5s;
}
.btn-saiba-mais p {
  font-size: 16px;
}
.fundo-branco {
  min-height: 1264px;
}
.produtos:hover {
  background: #efefef;
  transform: scale(1.05);
  transition: 0.5s;
}
.btn-saiba-mais:hover {
  background: #fe8c00;
  transition: 0.5s;
}
.btn-saiba-mais:hover p {
  color: #fff;
}
.btn-saiba-mais p {
  color: #fff;
}
.servico {
  text-align-last: left;
}
.box-servicos .texto-servico {
  width: 800px;
}
.texto-servico ul li {
  padding: 5px;
  font-size: 18px;
}
.box-servicos img {
  border-radius: 110px;
}
.box-servicos {
  background: #eee;
  margin: 20px 0;
  box-shadow: 0 0 5px 0 #000;
}
.texto-servico h2 {
  font-size: 25px;
  font-family: "calibri";
  border-bottom: 2px solid #BB222F;
  padding: 10px 0;
  color: #BB222F;
}
.texto-servico p {
  font-size: 20px;
  font-family: "calibri";
  margin: 10px 0;
}
.info-total {
  width: 50%;
  background: #f8f8f8;
  display: flex;
  justify-content: center;
  align-items: center;
}
.formulario-total {
  width: 50%;
  background: #eee;
  padding: 20px 0;
}
.contato-total .contato {
  display: flex;
  margin: -2px auto;
}
.formulario form {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.titulo-form {
  text-align: center;
  margin-bottom: 20px;
}
.titulo-form h2 {
  font-size: 24px;
  color: #bf1c29;
}
.infos .titulo-contato {
  font-size: 30px;
  color: #000;
  justify-content: space-around;
  align-items: center;
  margin: 24px 35px;
}
.infos .conteudo p {
  font-size: 20px;
  color: #000;
  margin: 20px 0;
}
.infos .conteudo p i {
  font-size: 20px;
  color: #bf1c29;
}
.linha {
  border: 1px solid #bf1c29;
  width: 214px;
  margin-left: -34px;
}
button#btnLeiaMais, button#btnLeiaMais2, button#btnLeiaMais3, button#btnLeiaMais4, button#btnLeiaMais5  {
  margin-top: 25px;
}
div#bn1 {
  display: block;
  height: 400px;
}
div#bn2 {
  display: none;
}
@media only screen and (max-width: 1200px) {
  * {
    max-width: 100%;
    box-sizing: border-box;
  }
  .whatsapp-topo {
    margin: 0 auto;
    padding: 20px 0;
  }
  .logo {
    margin: 20px auto;
  }
  .slogan .titulo {
    font-size: 18px;
  }
  .menu-total {
    display: none;
  }
  .box-02 .texto {
    position: relative;
  }
  .box-empresa {
    display: block;
    padding: 20px;
  }
  .box-empresa img {
    margin: 0;
    width: 100%;
    float: none;
  }
  .box-servicos-total {
    padding: 20px;
  }
  .box-servicos {
    box-shadow: none;
  }
  .box-produtos-total {
    height: auto;
    padding: 20px;
  }
  .box-produtos {
    padding: 0;
  }
  .produtos {
    margin: 20px 0;
    width: auto;
  }
  .alinhandor-texto {
    padding: 0 30px;
  }
  .contato-total .contato {
    display: block;
  }
  .info-total {
    width: 100%;
  }
  .infos {
    text-align: -webkit-center;
  }
  .formulario-total {
    width: 100%;
  }
  .contato-total {
    padding: 20px;
  }
  .mapa {
    margin: 50px 0;
  }
  .hero {
    display: block;
  }
  .conteudo-pages .titulo {
    background: url(../pw-images/fundo-titulo-responsivo.jpg) center no-repeat;
    background-size: 100%;
  }
  div#bn1 {
    display: none;
  }
  div#bn2 {
    display: block;
    height: 150px;
  }
  .box-02 {
    display: block;
    text-align: -webkit-center;
  }
}
@media only screen and (min-width: 998px) {
  .menu li a:hover {
    color: #848484;
  }
  .menu li a:hover:after {
    top: 0;
    right: 0;
    opacity: 1;
  }
  .slogan .botao a:hover:after {
    border-left: 400px solid transparent;
    border-top: 130px solid #fff;
    opacity: 0.1;
  }
  .box-02 .item:hover:after {
    border-top: 260px solid #ffffff14;
    border-left: 290px solid #ffffff00;
  }
  .box-02 .item:hover .img i {
    color: #fff;
  }
  .box-02 .item:hover .titulo {
    color: #fff;
  }
  .box-02 .item:hover .texto {
    color: #fff;
  }
  .box-04 span:hover .submit {
    color: #fff;
  }
  .box-04 span:hover:after {
    border-left: 410px solid transparent;
    border-top: 200px solid #666;
  }
}
@media only screen and (max-width: 850px) {
  .box-03 .conteudo .item {
    flex-direction: column;
    text-align: center;
  }
}
@media only screen and (max-width: 740px) {
  .menu li a {
    font: 15px lato;
    padding: 0 10px;
  }
  .slogan .texto {
    font: 15px lato;
  }
  .slogan .botao a {
    font: 15px lato;
  }
  .box-01 .titulo {
    font: 25px lato;
  }
  .box-01 .texto {
    font: 15px lato;
  }
  .box-02 .item {
    width: 48%;
    margin: 10px 0;
  }
  .box-03 .titulo {
    font: 25px lato;
  }
  .box-03 .texto {
    font: 15px lato;
  }
  .rodape .info {
    flex-direction: column;
  }
  .rodape .info .texto {
    display: flex;
  }
  .rodape .info .texto:first-child {
    border: none;
  }
}
@media only screen and (max-width: 660px) {
  .menu li {
    width: 30%;
    text-align: center;
  }
}
@media only screen and (max-width: 500px) {
  .box-03 .conteudo .item {
    width: 100%;
    margin: 0;
  }
  .box-04 input {
    width: 90%;
    margin: 10px auto;
  }
  .box-04 textarea {
    width: 90%;
    margin: 10px auto;
  }
  .slogan .texto {
    font-size: 18px;
  }
  .slogan .botao a {
    padding: 10px 40px;
  }
  .box-02 .item {
    width: 90%;
  }
}
@media only screen and (max-width: 350px) {
  .rodape .info .texto {
    font: 15px lato;
  }
}
