/* Padrao PW */
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 {}

::before {}

i.fas.fa-comments {
  color: #ffff !important;
}

i.fab.fa-whatsapp {
  color: #fff !important;
}

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

.logo-pw div p:first-child a {
  color: #fff;
  font: 12px "Helvetica";
  margin-top: -8px;
  display: block;
}

.logo-pw div {}

.logo-pw div a span {
  color: transparent;
}

.logo-pw-total {
  border-top: 1px solid #ffffff;
  display: flex;
  align-items: center;
}

.item.whats {
  background: #2ba531;
  border-radius: 30px;
  padding: 10px 0px !important;
  font-weight: bold;
}

.item.online {
  background: #00b29c;
  border-radius: 30px;
  padding: 10px 0px !important;
  margin-top: 10px;
  font-weight: bold;
}

.item.whats:hover {
  background: #239529;
  cursor: pointer;
}

.item.online:hover {
  background: #048676;
  cursor: pointer;
}

body {
  overflow-x: hidden;
}

.item-logo-pw p:nth-child(2) a {}

* {
  color: #333333;
  margin: 0;
  padding: 0;
  border-radius: 1px;
}

#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;
  margin-top: 230px;
}

.conteudo-pages {}

.texto-pages {
  font: 15px/25px "Calibri";
  color: #000;
  text-align: justify;
}

.mvv {
  display: flex;
  width: 1200px;
  margin: 0 auto;
  justify-content: space-between;
}

.mvv .item {
  width: 18%;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.mvv .icone {
  width: 100%;
  text-align: center;
  padding: 10px 0;
}

.mvv .icone i {
  font-size: 50px;
  color: #ffffff;
}

.mvv h3 {
  font-family: system-ui;
  font-size: 28px;
  color: #ffffffe8;
  font-weight: 300;
  text-transform: uppercase;
}

.mvv p {
  font-family: 'Calibri';
  font-size: 20px;
  color: #fff;
  text-align: center;
  padding: 10px 0;
  line-height: 25px;
}

.texto-pages h1 {
  font: 25px "Calibri";
  padding-left: 20px;
  margin-bottom: 15px;
  font-weight: bold;
  color: #000;
}

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

.menu-resp {
  display: none;
}

.swiper-container {
  height: 500px;
  overflow: hidden;
  margin: 0 auto;
  position: relative;
  z-index: 1;
  box-shadow: 0px 2px 4px -1px #b5b5b5;
  transition: all 0.5s;
}

.contato {}

.contato input {
  width: 100%;
  padding: 10px 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: #016086;
  color: #fff;
}

.linha-total {
  background: #09687c;
}

.linha-total .linha {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  width: 1050px;
  margin: 0 auto;
}

.linha .item {
  color: #fff;
  font: 16px "calibri";
  padding: 10px 0px;
}

.linha .item * {
  color: #fff;
  font-size: 24px;
  vertical-align: middle;
}

.topo-total {
  height: auto;
  background: #fdfdfd;
  border-bottom: 8px solid #41aeec;
  margin: 0;
  padding: 0;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 9999;
}

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

.logo {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 10px 0px;
  width: 20%;
}

.menu {
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.menu li {
  display: inline-block;
  list-style: none;
  padding: 0px 10px;
}

.menu li a {
  font-family: 'calibri';
  font-size: 24px;
  list-style: none;
  font-weight: bold;
  padding: 10px 8px;
  /* margin: 5px; */
}

.menu li a:hover {
  color: #03669a;
  border-radius: 20px;
  transition: 0.5s;
}

.menu li .ativo {
  color: #272727;
  position: relative;
}

.menu li .ativo::before {
  font-family: "fontAwesome";
  position: absolute;
  bottom: 9px;
  left: 50%;
  transform: translateX(-50%);
  color: #eee;
  font-size: 27px;
}

.rodape-total {
  background: #41aeec;
}

.rodape {
  justify-content: space-around;
  width: 200px;
  margin: 0 auto;
}

.rodape .item,
.rodape .item a {
  color: #ffffff;
  font: 17px "calibri";
  padding: 10px 0px;
  width: 270px;
  text-align: center;
  display: flex;
  align-items: center;
}

.rodape .item i {
  color: #ffffff;
  font-size: 25px;
  display: block;
  text-align: center;
  padding: 0px 10px;
  width: 30px;
}

.logo-pw {
  display: flex;
  margin: auto;
  text-align: center;
  padding-top: 20px;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
}

.rodape.contato-first {
  display: flex;
  align-items: center;
  flex-direction: row;
}

.rodape.contatos p {
  border-right: 2px solid #fff;
  height: 80px;
  display: flex;
  align-items: center;
}

.icons-bottom i {
  margin: 20px 0px;
}

.topo .redes-sociais a i {
  opacity: 1;
  color: #4267B2;
}

.topo .redes-sociais a.instagram i {
  color: #833AB4;
}

.topo .redes-sociais {
  margin: 0;
}

.redes-sociais .titulo {
  font: 16px 'calibri';
  margin-bottom: 20px;
  color: #313131;
}

.rodape-total .redes-sociais {
  flex-direction: row;
}

#titulomap {
  font: 45px 'calibri';
  color: #484848;
  text-align: center;
  margin-bottom: 40px;
}
html {
  scroll-behavior: smooth;
}



/* Index */
.item-rodape-total {
  width: 1300px;
  display: flex;
  margin: 0px auto;
  align-items: center;
  padding: 20px;
}

.rodape p strong {
  color: #ffffff;
  font: 20px "calibri";
  font-weight: bold;
  padding: 10px;
}

.rodape img {
  width: 200px;
  border-radius: 50%;
}

.social i {
  padding: 10px;
  font-size: 25px;
  color: #fff;
}

.topo-chat {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px;
}

.topo-chat .item.online {
  margin: 0px 10px;
}

.topo-chat .whats {
  padding: 10px 10px !important;
}

.topo-chat .online {
  padding: 10px 10px !important;
}

.box-01 {
  width: 1200px;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  padding: 10px;
  transition: all 0.5s;
}

.box-01:hover {}

.box-01>div {
  margin: 40px 0px;
}

.box-01 .conteudo {
  width: 580px;
}

.box-01 .conteudo .titulo {
  font: 45px 'calibri';
  color: #313131;
}

.box-01 .conteudo .titulo::first-line {
  color: #313131;
}

.box-01 .conteudo .linha {
  height: 4px;
  background: #eee;
  width: 100%;
  margin: 20px 0px 0px;
  position: relative;
  box-shadow: -1px -1px 2px 0px #fff inset;
}

.box-01 .conteudo .linha .barra {
  width: 80px;
  transition: all linear 0.8s 0.55s;
  height: 100%;
  background: #58c3b8;
  position: relative;
}

.box-01-total:hover .conteudo .linha .barra {
  width: 100%;
  transition: all linear 0.5s;
}

.box-01 .conteudo .texto {
  font: 20px/25px 'calibri';
  text-shadow: 0px 0px 1px #eee;
  color: #333;
  margin: 20px 0px;
}

.box-01 .conteudo .entrar {
  padding: 18px 47px;
  background: #00b29c;
  color: #fff;
  font: 20px 'calibri';
  display: table;
  transition: all 0.5s;
  border-radius: 8px;
}

.box-01:hover .conteudo .entrar {
  transform: scale(1.1);
  transition: all 0.5s;
}

.box-01 .img {
  width: 450px;
  height: 370px;
  overflow: hidden;
  box-shadow: 0px 0px 8px 0px #fff inset;
  display: flex;
  position: relative;
}

.box-01 .img .info {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  text-align: center;
  z-index: 2;
  background: rgb(3 102 154 / 58%);
  font: 23px 'calibri';
  text-transform: uppercase;
  color: #fff;
  text-shadow: 0px 0px 33px #000;
  display: flex;
  flex-direction: column;
  justify-content: center;
  opacity: 1;
  transition: all linear 0.5s;
  transform: translateX(-100%);
}

.box-01 .img .info i {
  color: #fff;
  font-size: 100px;
  display: block;
  text-align: center;
}

.box-01:hover .img .info {
  opacity: 1;
  transition: all linear 0.5s 0.48s;
  transform: translateX(0%);
}

.box-01 .img img {
  width: 100%;
  height: auto;
  min-height: 100%;
  z-index: -1;
}

.box-02-total {
  background: #41aeec;
}

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

.box-02 .item {
  margin: 20px 0px;
  width: 311px;
  box-sizing: border-box;
  border: 2px solid rgba(251, 251, 251, 0.13);
  padding: 15px 10px;
  text-align: center;
  border-radius: 15px;
}

.box-02 .item:hover {
  background: rgba(255, 255, 255, 0.1);
}

.box-02 .item .img {
  width: 100%;
  height: 157px;
  overflow: hidden;
}

.box-02 .item .titulo {
  font: 28px 'calibri';
  color: #fff;
  margin: 40px 0px;
}

.box-02 .item .conteudo {
  font: 18px/30px 'calibri';
  color: #fff;
  margin: 40px 0px;
}

.box-02 .item .entrar {}

.box-02 .entrar {
  padding: 20px 70px;
  background: #00b29c;
  margin: 0 auto;
  color: #fff;
  font: 20px 'calibri';
  display: table;
  transition: all 0.5s;
  border-radius: 8px;
}

.box-03 {
  width: 904px;
  margin: 30px auto;
  opacity: 0.6;
  transition: all linear 0.8s 0.55s;
}

.box-03-total:hover .box-03 {
  opacity: 1;
  transition: all linear 0.5s;
}

.box-03 .titulo {
  font: 45px 'calibri';
  color: #484848;
  text-align: center;
  margin-bottom: 40px;
}

.box-03 .titulo::first-line {
  color: #484848;
}

.box-03 .linha {
  height: 4px;
  background: #eee;
  width: 100%;
  margin: 20px 0px 0px;
  position: relative;
  box-shadow: -1px -1px 2px 0px #fff inset;
}

.box-03 .linha .barra {
  width: 80px;
  transition: all linear 0.8s 0.55s;
  height: 100%;
  background: #58c3b8;
  position: relative;
}

.box-03-total:hover .linha .barra {
  width: 100%;
  transition: all linear 0.5s;
}

.box-03 .item {
  width: 446px;
  display: inline-block;
  vertical-align: top;
}

.box-03 input {
  width: 100%;
  padding: 19px 20px;
  margin-bottom: 10px;
  border: none;
  background: #fff;
  box-sizing: border-box;
  background: #eee;
  outline: none !important;
  font: 18px 'calibri';
  border-radius: 7px;
}

.box-03 input:focus {
  box-shadow: 2px 0px 0px 0px #72120b inset;
}

.box-03 textarea {
  width: 100%;
  height: 200px;
  padding: 19px 20px;
  margin-bottom: 10px;
  border: none;
  background: #fff;
  box-sizing: border-box;
  background: #eee;
  outline: none !important;
  resize: none;
  font: 18px 'calibri';
}

.box-03 textarea:focus {
  box-shadow: 2px 0px 0px 0px #72120b inset;
}

.box-03 .submit {
  width: 100%;
  padding: 20px 70px;
  background: #00b29c;
  margin: 0 auto;
  color: #fff;
  font: 20px 'calibri';
  display: table;
  transition: all 0.5s;
  cursor: pointer;
  border-radius: 8px;
}

.mapa {
  display: flex;
  justify-content: space-around;
}

.mapa .mapa1 {
  width: 45%;
}
.mapa .mapa2 {
  width: 45%;
}

.formulario {
  width: 600px;
  margin: 40px 0px;
}

.formulario input {
  width: 100%;
  padding: 19px 20px;
  margin-bottom: 10px;
  border: none;
  background: #fff;
  box-sizing: border-box;
  background: #eee;
  outline: none !important;
  font: 18px 'calibri';
}

.formulario input:focus {
  box-shadow: 2px 0px 0px 0px #72120b inset;
}

.formulario textarea {
  width: 100%;
  height: 200px;
  padding: 19px 20px;
  margin-bottom: 10px;
  border: none;
  background: #fff;
  box-sizing: border-box;
  background: #eee;
  outline: none !important;
  resize: none;
  font: 18px 'calibri';
}

.formulario textarea:focus {
  box-shadow: 2px 0px 0px 0px #72120b inset;
}

.formulario .submit {
  width: 100%;
  padding: 20px 70px;
  background: #41aeec;
  border-radius: 12px;
  margin: 0 auto;
  color: #fff;
  font: 20px 'calibri';
  display: table;
  transition: all 0.5s;
  cursor: pointer;
}

.conteudo-pages h1 {
  width: 225px;
  margin: 0 auto;
  font: 45px 'calibri';
  color: #000000;
  font-weight: 600;
  text-align: center;
  padding: 10px 8px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.conteudo-pages h1::first-line {}

.empresa-total {
  width: 1050px;
  margin: 0 auto;
}

.texto-empresa {
  display: flex;
  align-items: center;
}

.item-text {
  display: flex;
  flex-wrap: wrap;
  width: 650px;
}

.item-text .item.image .text-img {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.item-text h2 {
  font-family: 'Myriad Pro';
  font-size: 30px;
  border-bottom: 2px solid #043f7a;
  color: #043e79;
}

.item-text p {
  font-family: 'Myriad Pro';
  font-size: 18px;
  padding: 10px 0px;
  line-height: 35px;
  text-align: justify;
}

.item-text i {
  color: #3c3c3c;
}

.texto-empresa img {
  width: 300px;
  margin-left: 40px;
  margin-bottom: 20px;
  border-radius: 5px;
}

.mvv-total {
  background: #41aeec;
  padding: 50px;
}

a.ativo {
  /* width: 27px; */
}

img {
  /* width: 155px; */
}

.rodape .item .atendentes {
  display: flex;
  flex-direction: column;
}

.rodape .item .atendentes a:hover {
  text-decoration: underline;
}

.atendimentos {
  margin: 10px 0;
}

.redes-sociais {
  margin: 10px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.redes-sociais a i {
  font-size: 45px;
  color: whitesmoke;
  margin-right: 25px;
}

.rodape.contato-first p {
  border-right: 2px solid white;
  padding: 260px 0;
  margin-right: 8px;
}

.item.logo-text {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  margin: 0;
}

.item.logo-text h4 {
  width: 315px;
  text-align: center;
  margin: 10px 0;
  margin-right: 50px;
  color: white;
  font-size: 24px;
}

.item.logo-text a {
  margin-left: 10px;
}

.item .enderecos a strong {
  color:#ffffff;
}

/*
ScrollBar
*/
/* width */
::-webkit-scrollbar {
  background: transparent;
  width: 12px;
}

/* Track */
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey;
  border-radius: 10px;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #3b3e49;
  border-radius: 10px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #282A35;
}


/* Paginas Internas */
section.title-h1 {
  width: 100%;
  margin: 0 auto;
  text-align: center;
  margin-top: 30px;
}

h1#localizacao {
  width: 265px;
}

.texto-empresa .item p {
  font-size: 20px;
  line-height: 1.35em;
}

.texto-empresa .item-text {
  width: 100%;
  height: auto;
}

.item-text .item.image .text {
  /* width: 55%; */
}

.item-text .item.image .image {
  /* width: 40%; */
}

.divisor-menu-body {
  width: 100% !important;
  height: 30px !important;
  background: #41aeec;
  display: block;
  position: static;
}

h1.titulo-contato::after {
  content: '';
  border-bottom: 3px solid #41aeec;
  width: 250px;
  display: block;
}

.mvv .item img {
  margin-bottom: 25px;
}

.box-form input {
  width: 100%;
  padding: 19px 20px;
  margin-bottom: 10px;
  border: none;
  background: #fff;
  box-sizing: border-box;
  background: #eee;
  outline: none !important;
  font: 18px 'calibri';
  border-radius: 7px;
}

.box-form .item {
  width: 446px;
  display: inline-block;
  vertical-align: top;
}

.box-form {
  width: 904px;
  margin: 30px auto;
  transition: all linear 0.8s 0.55s;
}

.box-form .titulo {
  font: 32px 'calibri';
  color: #161616;
  text-align: center;
  margin-bottom: 10px;
  font-weight: 600;
}

.box-form .titulo.sub {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 45px;
}

.box-form textarea {
  width: 100%;
  height: 200px;
  padding: 19px 20px;
  margin-bottom: 10px;
  border: none;
  border-radius: 5px;
  background: #fff;
  box-sizing: border-box;
  background: #eee;
  outline: none !important;
  resize: none;
  font: 18px 'calibri';
}

.box-form input.submit {
  width: 100%;
  padding: 20px 70px;
  background: #00b29c;
  margin: 0 auto;
  color: #fff;
  font: 20px 'calibri';
  display: table;
  transition: all 0.5s;
  cursor: pointer;
  border-radius: 8px;
}

.contato-content {
  width: 1300px;
  display: flex;
  flex-direction: column;
  margin: 10px auto;
  align-items: flex-start;
  justify-content: space-around;
}

.conteudo-total.contato h2 {
  text-align: center;
  margin: 0;
  font-weight: 600;
  color: #2f2f2f;
  font-size: 30px;
}

.conteudo-texto.contato {
  width: 100%;
  margin: 0 auto;
}

.conteudo-total.contato h3 {
  font-size: 35px;
  margin-bottom: 20px;
  text-align: center;
}

.contato-list-itens li {
  display: flex;
  align-items: center;
  align-content: center;
  padding: 5px;
  font-size: 20px;
  font-weight: 700;
}

.mapa-contato {
  width: 100%;
  margin: 20px auto;
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}

.mapa-contato .mapa1 {
  width: 45%;
}

.mapa-contato .mapa2 {
  width: 45%;
}

.contato-list-itens ul i {
  font-size: 30px;
  margin-bottom: 10px;
  color: #09687c;
}

.contato-list-itens ul span {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  font-size: 20px;
  font-weight: 500;
  text-align: center;
}

.conteudo-total.contato form {
  width: 100%;
}

.contato-content .formulario {
  width: 80%;
  margin: 10px auto;
}

.mapa-contato iframe {
  border-radius: 8px;
  box-shadow: 3px 3px 8px #000000b5;
  border-radius: 10px;
}

li.hr-funcionamento {
  text-align: center;
}

.contato-list {
  width: 100%;
  margin: 10px auto;
  margin-top: 30px;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  flex-direction: column;
}

.contato-list-itens {
  width: 80%;
  height: 640px;
  margin: 10px auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 15px 0;
  box-shadow: 3px 3px 8px #000000bf;
  border-radius: 10px;
}

.clock {
  margin: 0px auto;
  padding-top: 0;
  text-align: center;
}

.clock i {
  font-size: 80px;
}

.contato-list-itens .title {
  margin: 5px auto;
  margin-bottom: 15px;
}

.contato-list-itens .title h2 {
  margin-bottom: 55px;
}

.conteudo-total.contato h3 {
  text-transform: uppercase;
  color: #41aeec;
  font-size: 25px;
}

.atendentes span {
  width: 65%;
  margin: 10px auto;
  display: flex;
  align-items: center;
}

.atendentes span i,
.e-mail span i,
.endereco span i {
  margin-right: 5px;
  font-size: 26px;
  color: #41aeec;
}

.atendentes span a,
.e-mail span a,
.endereco span {
  font-size: 22px;
  font-family: calibri;
}

.contatos {
  margin: 0 auto;
  text-align: center;
  display: flex;
  justify-content: space-evenly;
  flex-wrap: wrap;
}

.contato-list-itens .e-mail {
  width: 35%;
  margin: 3px auto;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.e-mail span {
  display: flex;
  margin: 8px 0;
}

.contato-list-itens .endereco {
  width: 40%;
  margin: 5px auto;
  margin-top: 20px;
}

.endereco span {
  display: flex;
  align-items: center;
}

.contato-list-itens .endereco a:hover {
  text-decoration: underline;
}

section.atendimento {
  width: 1000px;
  display: flex;
  flex-wrap: wrap;
}

section.atendimento .item {
  width: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

section.atendimento .item p {
  font-size: 20px;
  margin: 5px 0;
  margin-bottom: 20px;
}

section.atendimento .item h3 {
  margin-bottom: 6px !important;
}

.endereco span d {
  width: 80%;
}

/* Pgn Produtos */
.box-04 .itens-total {
  width: 1425px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.box-04 .itens-total .itens {
  width: 160px;
  height: 160px;
  padding: 9px;
  margin: 18px;
  border: 1px solid #167083;
  box-sizing: border-box;
  box-shadow: 7px 7px 6px 2px #131313;
  border-radius: 10%;
  background: #e3e3e3;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.texto-escondido {
  display: none;
  width: 1500px;
}

.box-04 .itens-total .itens .titulo {
  width: 330px;
  background: #001670;
  padding: 10px;
  text-align: center;
  margin: 3px 0;
}

.box-04 .itens-total .itens .titulo h2 {
  font-size: 21px;
  font-family: 'calibri';
  color: #e6e20d;
  text-transform: uppercase;
}

.box-04 .itens-total .itens .conteudo {
  font-size: 17px;
  font-weight: bolder;
  font-family: 'calibri';
  color: #333;
  margin: 5px;
  min-height: 150px;
}

.box-04 .itens-total .itens .conteudo i {
  font-size: 17px;
  margin-right: 3px;
  color: #001670;
}

.box-04 .itens-total .itens .botao {
  display: none;
  font-size: 24px;
  font-weight: bolder;
  font-family: 'calibri';
  color: #000000;
  text-align: center;
  line-height: 27px;
  border-radius: 3px;
  font-weight: 400;
  transition: 1s;
}

.box-04 .itens-total .itens .botao:hover {
  background: #bbb811;
  color: #2a4ad8;
  transition: 1s;
  box-shadow: 0px 0px 10px 2px #999;
}

.texto-escondido .titulo h3 {
  font-size: 21px;
  font-family: 'calibri';
  color: #001670;
  text-transform: uppercase;
  text-align: center;
}

.texto-escondido .cont-img {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  background: #eee;
  padding: 20px;
  box-sizing: border-box;
}

.texto-escondido .cont-img .conteudo {
  font-size: 17px;
  font-weight: bolder;
  font-family: 'calibri';
  color: #333;
  min-height: 90px;
}

.texto-escondido .cont-img .conteudo i {
  font-size: 17px;
  margin-right: 3px;
  color: #001670;
}

.texto-escondido .cont-img img {
  margin: 15px;
  border: 2px solid #167083;
}

.box-04 .itens a img {
  margin: 0 auto;
  text-align: center;
  border-radius: 2px;
}

.cont-img .title-h1 {
  width: 80%;
  height: auto;
  margin-top: 10px;
}

cont-img .conteudo.flex {
  width: 80%;
  margin: 0 auto;
  display: df;
}

.conteudo.flex {
  width: 80%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.image-item {
  display: flex;
  width: 30%;
}

.text-item p {
  margin-bottom: 15px;
  font-size: 21px;
}

.box-04 {
  margin-bottom: 20px;
}

.texto-pages.contato section.title-h1 {
  width: 1300px;
}

.contato-list-itens .atendentes {
  width: 45%;
  margin: 0 auto;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
  flex-direction: column;
}

.contato-list-itens .atendentes a:hover,
.e-mail span a:hover {
  text-decoration: underline;
}

.produtos-total .box-04 {
  padding-top: 30px;
  margin: 0;
  background: url("../pw-images/materiais-para-industrias-e-serralheria.jpg") fixed no-repeat;
}

.box-04 .itens a .image img {
  position: relative;
  width: 200px;
  height: 200px;
  box-shadow: 5px 5px 6px 2px #131313;
  border-radius: 0px;
  opacity: .9;
  transition: .6s;
}

.box-04 .itens-total .itens a {
  width: 300px;
  height: 300px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.box-04 .itens-total .itens:hover {
  transform: scale(1.05);
  transition: .6s;
}

.box-04 .itens a .image:hover {
  transform: scale(1.05);
  box-shadow: 8px 8px 16px -2px black;
  border-radius: 4px;
  transition: .6s;
}

.box-04 .itens a .image {
  transition: .6s;
}

i.fab.fa-whatsapp {
  /* color: #25D366 !important; */
}

.texto-escondido.fancybox-content {
  box-shadow: -5px -5px 4px 2px #458d9cc4;
}

.orcamento.produto {
  margin: 20px auto;
  margin-top: 60px;
  display: flex;
  justify-content: center;
}

.orcamento.produto button {
  width: 345px;
  height: 75px;
  padding: 8px;
  background: #167083;
  box-shadow: 3px 3px 8px 2px #000000ba;
  border: none;
  border-radius: 10px 0px 0px 0px;
  transition: .6s;
}

.orcamento.produto button a {
  color: #ffffff;
  font-family: system-ui;
  font-size: 24px;
  text-transform: uppercase;
}

.orcamento.produto button:hover {
  box-shadow: 6px 6px 10px 4px #000000de;
  transition: .6s;
}

.rodape .item a:hover {
  text-decoration: underline;
}

div#myBtnContainer {
  display: flex;
  padding: 20px;
  flex-wrap: wrap;
  justify-content: space-around;
}

.column {
  display: none;
}

/* The "show" class is added to the filtered elements */
.show {
  display: block;
  width: 100%;
}

.row {
  display: flex;
  flex-wrap: wrap;
  /* justify-content: center; */
}

.row,
.row>.column {
  padding: 0;
  text-align: center;
  justify-content: center;
}

.show:first-child {
  /* width: 100%; */
  /* text-align: center; */
}

.btn-itens {
  width: 62%;
  padding: 10px 0;
  margin: 0 auto;
}

.btn-itens .btn {
  width: 200px;
  height: 200px;
  margin: 12px;
  padding: 0;
  border: none;
  border-radius: 2px;
  opacity: 1;
  transition: .6s;
}

.texto-escondido section.title-h1 {
  text-align: left;
}

.btn-img {
  width: 200px;
  height: 200px;
  box-shadow: 5px 5px 6px 2px #131313;
  text-align: center;
  margin: 0;
  padding: 0;
  position: relative;
}

.btn-img img {
  position: relative;
  width: 200px;
  height: 200px;
  border-radius: 0px;
  opacity: .9;
}

.btn-img .text {
  position: relative;
  top: -60%;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
  font-weight: bold;
}

.btn-img .text p {
  color: black;
  font-size: 22px;
  text-transform: uppercase;
  opacity: 1 !important;
}

.btn-itens .btn:hover {
  transform: scale(1.05);
  box-shadow: 7px 7px 8px 2px #131313;
  transition: .6s;
}

.column.titulo h4 {
  color: white;
  font-family: 'Verdana', sans-serif;
  font-size: 30px;
  font-weight: 500;
}

.image-item img {
  width: 240px;
  height: 210px;
  margin: 8px 10px;
  border-radius: 12px;
}

.itens a {
  transition: .6s;
}

.itens a .image {
  width: 200px;
  height: 200px;
  margin: 12px;
}

.column.titulo.lambril-diversos.show .content {
  width: 62%;
  margin: 0 auto;
  display: flex;
  justify-content: space-evenly;
  padding: 60px 0;
}

.margin-left {
  margin-left: 15px;
}

.mapa-responsivo {
  display: none;
}

.logo-resp {
  display: none;
}

.column.titulo.lambril-diversos.show {
  background: #00000073;
}

.rodape.chat .titulo {
  font: 16px 'calibri';
}

.rodape.chat .titulo h3 {
  color: white;
}

div#myBtnContainer .itens,
div#myBtnContainer a {
  padding: 10px;
}

div#myBtnContainer a {
  padding-top: 30px;
}

/* :after titulos - itens */
h1#chapa-divrs:after {
  width: 266px;
}

h1#kit-portao:after {
  width: 245px;
}

h1#tubo-barras:after {
  width: 247px;
}

h1#dregrau-xadrez:after {
  width: 245px;
}

h1#rufo-calha:after {
  width: 245px;
}

h1#chapa-bico-diamnt:after {
  width: 350px;
}

h1#tira-raia-galvaz:after {
  width: 410px;
}

h1#projeto-perfil:after {
  width: 235px;
}

.title-h1 h1.titulo-contato {
  text-transform: uppercase;
}

h1#projeto-perfil:after {
  width: 280px;
}

h1#travessaos:after {
  width: 170px;
}

h1#acessoriost:after {
  width: 180px;
}

h1#maoes-de-obra:after {
  width: 210px;
}

h1#cartolaos:after {
  width: 155px;
}

h1#cartolinhas:after {
  width: 190px;
}

h1#buzios:after {
  width: 90px;
}

h1#venezianas:after {
  width: 170px;
}

h1#cartolinhas-frisadas:after {
  width: 325px;
}

h1#cartolinhas-perfurada:after {
  width: 375px;
}



/* Responsivo */

@media only screen and (max-width: 1480px) {
  .fancybox-container {
    width: 95% !important;
    height: 95% !important;
    top: 80px !important;
    left: 30px !important;
    right: 0 !important;
  }

  .fancybox-bg {
    background: transparent !important;
  }
}

@media only screen and (max-width:1200px) {
  * {
    box-sizing: border-box;
    max-width: 100%;
  }

  .linha-total *,
  .topo-total *,
  .conteudo-pages,
  .conteudo-pages *,
  .box-02-total *,
  .mapa *,
  .rodape-total * {
    max-width: 100%;
  }

  .swiper-container img {
    max-width: auto;
  }

  .swiper-container {
    height: 0;
    transition: all 0.5s;
  }

  .conteudo-pages {
    /* padding: 2%; */
    text-align: center;
    margin: 0 auto;
  }

  .topo>div {
    width: 100%;
    margin: 10px 0px;
    text-align: center;
  }

  .menu-resp {
    display: block;
    background: url('../images/menu-resp.png') center no-repeat;
    padding: 20px;
    cursor: pointer;
  }

  .rodape div {
    width: 100%;
    margin: 20px 0px;
    text-align: center;
  }

  .menu li .ativo::before {
    display: none;
  }

  .menu li a {
    padding-top: 3px !important;
  }

  .topo-total {
    position: static;
    max-height: 180px;
    border: none;
  }

  .box-04 .itens a .image img {
    width: 200px;
    height: 200px;
  }

  .itens a .image {
    width: 200px;
    height: 200px;
    margin: 0 auto;
  }

  .btn-img {
    width: 200px;
    height: 200px;
  }

  .btn-img img {
    width: 200px;
    height: 200px;
  }

  .btn-itens .btn {
    width: 200px;
    height: 200px;
  }

  .texto-escondido .cont-img .conteudo.flex {
    flex-direction: column;
  }

  .produtos-total .box-04 {
    margin: 0px auto;
    padding: 3px;
    text-align: center;
  }

  .btn-itens {
    width: 100%;
    margin: 5px auto;
    padding: 3px;
    text-align: center;
  }

  .image-item {
    width: 100%;
  }

  .contato-list-itens {
    width: 80%;
    margin: 5px auto;
    margin-bottom: 30px;
    height: min-content;
  }

  .mapa-contato {
    width: 80%;
    margin: 10px auto;
  }

  .mapa-contato iframe {
    width: 100%;
    height: 445px;
  }
}

@media only screen and (max-width:1125px) {
  .empresa-total {
    width: 90%;
  }

  .mvv {
    flex-wrap: wrap;
    justify-content: center;
  }

  .mvv .item {
    width: 45%;
    margin: 10px 0;
  }

  .contato-list {
    flex-direction: column;
  }
}

@media only screen and (max-width:980px) {
  .box-03 .item {
    width: 100%;
  }

  .box-03 {
    width: 90%;
  }

  .clock i {
    font-size: 60px;
  }

  .contato-list-itens .title h2 {
    font-size: 21px;
  }

  section.atendimento .item h3 {
    font-size: 18px;
  }

  section.atendimento .item p {
    font-size: 16px;
  }

  .atendentes span {
    flex-direction: column;
  }

  .atendentes span a,
  .e-mail span a,
  .endereco span {
    font-size: 18px;
  }

  .e-mail span {
    flex-direction: column;
  }

  .contato-list-itens .atendentes,
  .contato-list-itens .e-mail {
    width: 100%;
  }

  .contato-list-itens .e-mail {
    justify-content: center;
  }

  .rodape.contato-first {
    flex-direction: column;
  }

  .rodape.contato-first p {
    border: none;
    border-bottom: 2px solid white;
    padding: 0;
    margin: 0;
    margin-bottom: 5px;
  }

  .rodape .item {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    text-align: center;
  }

  .icons-bottom {
    flex-direction: row;
  }

  .rodape .item i {
    display: inline;
  }

  .rodape .item,
  .rodape .item a {
    width: auto;
    text-align: center;
  }

  .item.logo-text h4 {
    margin: 0 auto;
    margin-bottom: 20px;
  }

  .item.logo-text a {
    margin: 0;
  }

  .rodape .item a {
    margin-left: 20px;
  }

  a#vendas {
    margin-left: 0;
  }

  .texto-empresa img {
    width: auto;
    margin-left: 0;
  }

  .box-01 .img {
    width: 400px;
    height: auto;
  }

  .divisor-menu-body {
    display: none;
  }
}

@media only screen and (max-width:800px) {
  .box-03 .item {
    width: 100%;
  }

  .box-03 {
    width: 90%;
  }

  .texto-empresa {
    width: 90%;
    margin: 0 auto;
  }

  .item-text .item.image .text-img {
    flex-direction: column;
  }

  .item-text .item.image .text {
    width: 100%;
  }

  .item-text .item.image .image {
    width: 100%;
    text-align: center;
  }

  .mvv {
    flex-direction: column;
  }

  .mvv .item {
    width: 80%;
    margin: 10px auto;
  }

  .box-form input.submit {
    width: 90%;
    margin: 0 auto;
  }

  .contato-list {
    flex-direction: column;
  }

  .contato-list-itens {
    width: 90%;
  }

  .mapa-contato {
    width: 90%;
    margin: 10px 0;
  }

  .mapa-contato iframe {
    height: 300px;
  }

  .contato-content .formulario {
    width: 90%;
    margin: 10px auto;
  }

  .box-01 .conteudo .entrar {
    width: 90%;
    margin: auto;
  }

  .logo {
    display: none;
  }

  .logo-resp {
    display: block;
  }
}

@media only screen and (max-width: 700px) {
  * {
    max-width: hidden;
  }

  div#myBtnContainer {
    width: 100%;
    margin: 0 auto;
    position: relative;
    /* left: -50px; */
  }

  .rodape.contatos {
    flex-direction: column;
  }

  .rodape.contatos p {
    border: none;
    border-bottom: 2px solid #fff;
  }

  .global {
    max-width: 100%;
    overflow-x: hidden;
  }

  .box-04 .itens a .image img {
    width: 180px;
    height: 180px;
  }

  .itens a .image {
    width: 180px;
    height: 180px;
    margin: 0 auto;
  }

  .btn-img {
    width: 180px;
    height: 180px;
  }

  .btn-img img {
    width: 180px;
    height: 180px;
  }

  .btn-itens .btn {
    width: 180px;
    height: 180px;
  }

  div#myBtnContainer a {
    padding-top: 10px !important;
  }

  div#myBtnContainer .itens,
  div#myBtnContainer a {
    padding: 0px;
    margin: 5px;
  }

  .menu ul {
    flex-direction: column;
  }

  .menu li {
    width: 40%;
    margin: 20px auto;
    padding: 10px 0;
    background: white;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
  }

  .menu li:last-child {
    width: 40%;
  }

  .menu li a {
    color: #167083;
  }

  .fancybox-container {
    width: 90% !important;
    height: 90% !important;
    top: 30px !important;
    left: 0 !important;
    right: 0 !important;
  }

  .fancybox-bg {
    background: transparent !important;
  }

  /* width */
  ::-webkit-scrollbar {
    background: white;
    width: 12px;
    border-radius: 10px;
  }

  .menu li a {
    padding: 0 10px 10px;
  }

  .linha .item:last-child {
    font-size: 13px;
  }

  .linha-total .linha {
    justify-content: center;
  }

  .menu li a {
    color: #000;
  }

  .menu li:last-child {
    width: 50%;
  }

  .menu li {
    width: 50%;
    padding: 10px;
    background: #fff;
    border-top: 1px solid#000;
    border-bottom: 1px solid#000;
  }

  .menu ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
  }

  .linha .item {
    margin: 5px;
  }

  div#wowslider-container1 {
    display: none;
  }

  .box-01 .conteudo .titulo {
    font: 35px 'calibri';
    text-align: center;
  }

  .box-01 .conteudo .entrar {
    justify-content: center;
    width: 100%;
    text-align: center;
  }

  .item-rodape-total {
    flex-wrap: wrap;
  }

  .item-rodape-total {
    flex-wrap: wrap;
    flex-direction: column;
    margin: 0 auto;
  }

  .rodape .item i {
    margin: 15px 0px;
    margin-right: 20px;
  }

  .rodape .item {
    justify-content: center;
  }

  .produtos-total .box-04 {
    padding: 100px 0;
  }

  .menu li:hover {
    background: whitesmoke;
    transition: .3s;
  }

  .topo-total {
    position: static;
    max-height: 500px;
    border: none;
    padding: 0;
  }

  .topo {
    height: auto;
  }

  h1.titulo-contato {
    padding-bottom: 10px;
  }

  .produtos-total .box-04 {
    margin: 0px auto;
    padding: 0;
    text-align: center;
  }

  .btn-itens {
    width: 100%;
    margin: 0px auto;
    padding: 0;
    text-align: center;
  }

  .image-item {
    width: 100%;
  }

  section.title-h1 {
    width: 100% !important;
    margin: 0 auto;
  }

  .title-h1 h1.titulo-contato {
    font-size: 36px;
    text-align: center;
    margin: 25px auto;
  }

  h1.titulo-contato::after {
    margin: 0 auto;
  }

  .fancybox-container {
    width: 90%;
    height: 90%;
    margin: 0 auto;
    top: 20px;
    left: 0;
    right: 0;
  }

  .column.titulo.lambril-diversos.show .content {
    width: 100%;
    flex-direction: column;
    justify-content: center;
    align-content: center;
    text-align: center;
  }

  .column.titulo.lambril-diversos.show {
    text-align: center;
    margin: 0 auto;
  }

  .column.titulo.lambril-diversos.show .content .itens {
    margin: 0 auto;
  }

  div#myBtnContainer {
    opacity: 1 !important;
  }

  .mapa iframe {
    display: none;
  }

  .mapa-responsivo {
    display: block;
  }
  .mapa {
    flex-wrap: wrap;
}
.mapa .mapa1 {
  width: 100%;
}
.mapa .mapa2 {
  width: 100%;
}
#titulomap {
  font: 25px 'calibri';
}
.mapa #titulomap {
  display: none;
}

.mapa-responsivo #titulomap {
  display: block !important;
  padding-top: 20px;
}

.mapa-contato #titulomap {
  padding-top: 20px;
}

.mapa-contato .mapa1 {
  width: 100%;
}

.mapa-contato .mapa2 {
  width: 100%;
}

}
