html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  width: 100%;
  height: auto;
  line-height: 1.5;
  background-color: #fff;
  font-family: "Montserrat", sans-serif;
  -webkit-tap-highlight-color: transparent;
}
body p {
  font-family: "Montserrat", sans-serif;
}
body h1 {
  font-family: "Montserrat", sans-serif;
}
body h2 {
  font-family: "Montserrat", sans-serif;
}
body h3 {
  font-family: "Montserrat", sans-serif;
}
body h4 {
  font-family: "Montserrat", sans-serif;
}
body h5 {
  font-family: "Montserrat", sans-serif;
}
body h6 {
  font-family: "Montserrat", sans-serif;
}
body strong {
  font-family: "Montserrat", sans-serif;
}
body b {
  font-family: "Montserrat", sans-serif;
}
body i {
  font-family: "Montserrat", sans-serif;
}

ol, ul {
  list-style: none;
}

ol, li, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after {
  content: "";
  content: none;
}

q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a:hover, a:visited, a:link, a:active {
  text-decoration: none;
}

input[type=text], input[type=button] {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
}

input {
  border-radius: 0;
}

textarea,
input[type=text],
input[type=button],
input[type=submit] {
  -webkit-appearance: none;
  border-radius: 0;
  background-color: none;
  color: none;
  box-shadow: none;
}

a {
  color: inherit;
}

p {
  height: auto;
  width: 90%;
  box-sizing: border-box;
  float: left;
  margin-left: 5%;
  margin-bottom: 2.5vh;
  font-size: 2vh;
  line-height: 3vh;
  color: #b0b0b0;
}
@media (max-width: 1099px) {
  p {
    font-size: 2vh;
    line-height: 3vh;
  }
}

.coluna-1,
.coluna-2,
.linha-1,
.linha-2 {
  float: left;
}

.politica {
  height: auto;
  width: 30vw;
  box-sizing: border-box;
  padding-top: 3vh;
  padding-bottom: 3vh;
  background-color: #FFF;
  border-radius: 2px;
  box-shadow: 0px 0px 4px 0.2px rgba(0, 0, 0, 0.3);
  position: fixed;
  bottom: 3vh;
  left: 5vw;
  z-index: 100;
  display: none;
}

.aceito {
  height: auto;
  width: 8vw;
  box-sizing: border-box;
  padding: 1vh;
  background-color: #28A9E2;
  border-radius: 2px;
  color: #FFF;
  float: left;
  margin-left: 5%;
  font-size: 2vh;
  text-align: center;
  cursor: pointer;
}

.aceitoN {
  height: auto;
  width: 8vw;
  box-sizing: border-box;
  padding: 1vh;
  background-color: #28A9E2;
  border-radius: 2px;
  color: #FFF;
  float: left;
  margin-left: 3%;
  font-size: 2vh;
  text-align: center;
  cursor: pointer;
}

@media (max-width: 1099px) {
  .politica {
    width: 80%;
  }

  .aceito, .aceitoN {
    width: 40%;
  }
}
.servicos {
  height: auto;
  float: left;
  box-sizing: border-box;
  margin-left: 2vw;
  font-size: 2.3vh;
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
  cursor: pointer;
  z-index: 99;
}

.servicos-content {
  display: none;
}

.servicos:hover .servicos-content {
  height: auto;
  width: 23vw;
  box-sizing: border-box;
  padding-top: 2.9vh;
  clear: both;
  position: absolute;
  margin-top: 0vh;
  display: block;
  z-index: 99;
}
.servicos:hover .servicos-content .servico {
  height: 7vh;
  width: 100%;
  box-sizing: border-box;
  padding-top: 1.75vh;
  padding-left: 1.5vw;
  background-color: #2E3841;
  border-style: solid;
  border-width: 2px 0px 1px 0px;
  border-top-color: #28A9E2;
  border-bottom-color: #667886;
  float: left;
  margin-top: 0px;
  margin-bottom: 0px;
  text-align: left;
  transition: background-color 0.8s;
}
.servicos:hover .servicos-content .servico:hover {
  background-color: #fff;
  color: #28A9E2;
}
.servicos:hover .servicos-content .servico2 {
  height: 7vh;
  width: 100%;
  box-sizing: border-box;
  padding-top: 1.75vh;
  padding-left: 1.5vw;
  background-color: #2E3841;
  border-style: solid;
  border-width: 0vh 0px 0.1px 0px;
  border-color: #667886;
  float: left;
  margin-top: -0.6px;
  margin-bottom: 0px;
  text-align: left;
  transition: background-color 0.8s;
}
.servicos:hover .servicos-content .servico2:hover {
  background-color: #fff;
  color: #28A9E2;
}
.servicos:hover .servicos-content .servico3 {
  height: 7vh;
  width: 100%;
  box-sizing: border-box;
  padding-top: 1.75vh;
  padding-left: 1.5vw;
  background-color: #2E3841;
  border-style: solid;
  border-width: 0vh 0px 0.1px 0px;
  border-color: #667886;
  float: left;
  margin-top: -0.6px;
  margin-bottom: 0px;
  text-align: left;
  transition: background-color 0.8s;
}
.servicos:hover .servicos-content .servico3:hover {
  background-color: #fff;
  color: #28A9E2;
}

.menu-smartphone-open {
  height: auto;
  width: 100%;
  box-sizing: border-box;
  background-color: #2E3841;
  position: absolute;
  top: 10vh;
  z-index: 98;
  top: -55vh;
  transition-property: top;
  transition-duration: 2s;
}

.menu-smartphone-open.active {
  height: auto;
  width: 100%;
  box-sizing: border-box;
  background-color: #2E3841;
  position: absolute;
  top: 10vh;
  z-index: 98;
  top: 10vh;
  transition-property: top;
  transition-duration: 2s;
}

.fundo-smartphone {
  width: 100%;
  height: 50vh;
  box-sizing: border-box;
  position: fixed;
  display: none;
}

.fundo-smartphone.active {
  width: 100%;
  height: 100vh;
  box-sizing: border-box;
  background-color: rgba(0, 0, 0, 0.5);
  position: fixed;
  display: block;
  z-index: 97;
}

.opcao-menu-smartphone1 {
  height: auto;
  width: 100%;
  box-sizing: border-box;
  padding-left: 5vw;
  padding-top: 1.75vh;
  padding-bottom: 1.75vh;
  background-color: #2E3841;
  border-style: solid;
  border-width: 2px 0px 0px 0px;
  border-color: #28A9E2;
  box-shadow: 0px 0px 0px 0.6px #394855;
  float: left;
  text-align: left;
  font-size: 1.8vh;
  color: #fff;
  font-weight: 600;
  z-index: 98;
}

.opcao-menu-smartphone2 {
  height: 6vh;
  width: 100%;
  box-sizing: border-box;
  padding-top: 1.7vh;
  padding-left: 5vw;
  background-color: #2E3841;
  box-shadow: 0px 0px 0px 0.6px #394855;
  float: left;
  text-align: left;
  font-size: 1.8vh;
  color: #fff;
  font-weight: 600;
  z-index: 98;
  transition-property: height;
  transition-duration: 1s;
}
.opcao-menu-smartphone2 .material-icons {
  margin-top: -0.35vh;
  float: right;
  margin-right: 2VW;
}

.opcao-menu-smartphone31 {
  height: 6vh;
  width: 100vw;
  box-sizing: border-box;
  padding-top: 1.75vh;
  padding-left: 5vw;
  background-color: #6C88A1;
  border-style: solid;
  border-width: 1vh 0px 0px 0px;
  border-color: #28A9E2;
  box-shadow: 0px 0px 0px 0.6px #394855;
  float: left;
  margin-top: 1.5vh;
  margin-left: -5vw;
  text-align: left;
  font-size: 1.8vh;
  color: #fff;
  font-weight: 600;
  z-index: 98;
  display: none;
  opacity: 0;
}

.opcao-menu-smartphone3 {
  height: 6vh;
  width: 100vw;
  box-sizing: border-box;
  padding-top: 1.7vh;
  padding-left: 5vw;
  background-color: #6C88A1;
  box-shadow: 0px 0px 0px 0.6px #394855;
  float: left;
  margin-left: -5vw;
  text-align: left;
  font-size: 1.8vh;
  color: #fff;
  font-weight: 600;
  z-index: 98;
  display: none;
  opacity: 0;
}

.opcao-menu-smartphone32 {
  height: 6vh;
  width: 100vw;
  box-sizing: border-box;
  padding-top: 1.7vh;
  padding-left: 5vw;
  background-color: #6C88A1;
  float: left;
  margin-left: -5vw;
  text-align: left;
  font-size: 1.8vh;
  color: #fff;
  font-weight: 600;
  z-index: 98;
  display: none;
  opacity: 0;
}

.opcao-menu-smartphone7 {
  height: 6vh;
  width: 100%;
  box-sizing: border-box;
  padding-top: 1.7vh;
  padding-left: 5vw;
  background-color: #2E3841;
  box-shadow: 0px 0px 0px 0.6px #394855;
  float: left;
  text-align: left;
  font-size: 1.8vh;
  color: #fff;
  font-weight: 600;
  z-index: 98;
  transition-property: height;
  transition-duration: 0.6s;
}
.opcao-menu-smartphone7 .fa-angle-right {
  font-size: 2.3vh;
  margin-top: 0vh;
  float: right;
  margin-right: 3.5VW;
}

.opcao-menu-smartphone7:hover {
  background-color: #2E3841;
  transition-property: height;
  transition-duration: 0.6s;
  height: 35.5vh;
  margin-bottom: 0.5vh;
}

.opcao-menu-smartphone7:hover .opcao-menu-smartphone31 {
  transition-property: opacity;
  transition-delay: 0.8s;
  opacity: 1;
}

.opcao-menu-smartphone7:hover .opcao-menu-smartphone3 {
  transition-property: opacity;
  transition-delay: 0.8s;
  opacity: 1;
}

.opcao-menu-smartphone7:hover .opcao-menu-smartphone32 {
  transition-property: opacity;
  transition-delay: 0.8s;
  opacity: 1;
}

.opcao-menu-smartphone5 {
  height: 6vh;
  width: 100%;
  box-sizing: border-box;
  padding-top: 1.7vh;
  padding-left: 5vw;
  background-color: #2E3841;
  box-shadow: 0px 0px 0px 0.6px #394855;
  float: left;
  text-align: left;
  font-size: 1.8vh;
  color: #fff;
  font-weight: 600;
  z-index: 98;
  transition-property: height;
  transition-duration: 1s;
}
.opcao-menu-smartphone5 .fa-angle-right {
  font-size: 2.3vh;
  margin-top: 0vh;
  float: right;
  margin-right: 3.5VW;
}

.opcao-menu-smartphone61 {
  height: 6vh;
  width: 100vw;
  box-sizing: border-box;
  padding-top: 1.7vh;
  padding-left: 5vw;
  background-color: #6C88A1;
  border-style: solid;
  border-width: 1vh 0px 0px 0px;
  border-color: #28A9E2;
  box-shadow: 0px 0px 0px 0.6px #394855;
  float: left;
  margin-top: 1.5vh;
  margin-left: -5vw;
  text-align: left;
  font-size: 1.8vh;
  color: #fff;
  font-weight: 600;
  z-index: 98;
  opacity: 0;
  display: none;
}

.opcao-menu-smartphone6 {
  height: 6vh;
  width: 100vw;
  box-sizing: border-box;
  padding-top: 1.7vh;
  padding-left: 5vw;
  background-color: #6C88A1;
  box-shadow: 0px 0px 0px 0.6px #394855;
  float: left;
  margin-left: -5vw;
  text-align: left;
  font-size: 1.8vh;
  color: #fff;
  font-weight: 600;
  z-index: 98;
  opacity: 0;
  display: none;
}

.opcao-menu-smartphone62 {
  height: 6vh;
  width: 100vw;
  box-sizing: border-box;
  padding-top: 1.7vh;
  padding-left: 5vw;
  background-color: #6C88A1;
  box-shadow: 0px 0px 0px 0.6px #394855;
  float: left;
  margin-left: -5vw;
  text-align: left;
  font-size: 1.8vh;
  color: #fff;
  font-weight: 600;
  z-index: 98;
  opacity: 0;
  display: none;
}

.opcao-menu-smartphone5:hover {
  transition-property: height;
  transition-duration: 1s;
  height: 24vh;
}

.opcao-menu-smartphone5:hover .opcao-menu-smartphone61 {
  transition-property: opacity;
  transition-delay: 0.8s;
  opacity: 1;
}

.opcao-menu-smartphone5:hover .opcao-menu-smartphone6 {
  transition-property: opacity;
  transition-delay: 0.8s;
  opacity: 1;
}

.opcao-menu-smartphone5:hover .opcao-menu-smartphone62 {
  transition-property: opacity;
  transition-delay: 0.8s;
  opacity: 1;
}

.voltar-ao-topo {
  height: 6vh;
  width: 3vw;
  box-sizing: border-box;
  padding-top: 0.65vh;
  background-color: rgba(161, 161, 161, 0.6);
  position: fixed;
  bottom: 17.5vh;
  right: 4.15vw;
  text-align: center;
  color: #FFF;
  font-size: 2.75vh;
  font-weight: 600;
  cursor: pointer;
  z-index: 96;
}
@media (max-width: 1099px) {
  .voltar-ao-topo {
    height: 5vh;
    width: 7vh;
    position: fixed;
    bottom: 14vh;
    right: 5.5vw;
    padding-top: 0.5vh;
    font-size: 2.75vh;
  }
}

.voltar-ao-topo:hover {
  background: #28A9E2;
  color: #2e2f83;
}

.botao-whatsapp {
  width: 5vw;
  height: 10vh;
  box-sizing: border-box;
  padding-top: 2vh;
  background-color: #4FCE5D;
  border-radius: 100%;
  box-shadow: 0px 0px 4px 1px rgba(0, 0, 0, 0.5);
  position: fixed;
  bottom: 5vh;
  right: 3vw;
  text-align: center;
  z-index: 98;
}
.botao-whatsapp i {
  color: #FFF;
  font-size: 6vh;
}
@media (max-width: 1099px) {
  .botao-whatsapp {
    padding-top: 1.75vh;
    width: 9vh;
    height: 9vh;
    bottom: 3vh;
    right: 3.5vw;
    text-align: center;
  }
  .botao-whatsapp i {
    color: #FFF;
    font-size: 5.7vh;
  }
}

.fala-whatsapp {
  height: 3.5vh;
  width: 15vw;
  box-sizing: border-box;
  padding-top: 0.25vh;
  background-color: #1B82C8;
  border-collapse: collapse;
  border-radius: 3px;
  /* box-shadow: 0px 0px 2px 0.5px rgb(0 0 0   / 30%); */
  position: fixed;
  bottom: 8vh;
  right: 10vw;
  z-index: 100;
  text-align: center;
  color: #FFF;
  font-size: 2vh;
}
@media (max-width: 1099px) {
  .fala-whatsapp {
    width: 60vw;
    bottom: 5.5vh;
    right: 28vw;
  }
}

.notificacao {
  width: 2vh;
  height: 2vh;
  box-sizing: border-box;
  background-color: red;
  border-radius: 100%;
  position: fixed;
  bottom: 12.5vh;
  right: 3vw;
  z-index: 99;
}
@media (max-width: 1099px) {
  .notificacao {
    bottom: 9.5vh;
    right: 3.2vw;
  }
}

.webp .logo-p2 {
  background-image: url(../imagens/logo-p2.webp);
}
.webp .logo-desktop {
  background-image: url(../imagens/logos/webp/ambiente-monocromia-negativa-horizontal.webp);
}
.webp .logo-smartphone {
  background-image: url(../imagens/logos/webp/ambiente-policromia-fundo-azul-horizontal.webp);
}
.webp .banner1 {
  background-image: url(../imagens/fabricacao-de-dutos/banner/webp/banner.webp);
}
.webp .texto-introducao li .okay {
  background-image: url(../imagens/icones/webp/okay.webp);
}
.webp .imagem-introducao {
  background-image: url(../imagens/fabricacao-de-dutos/webp/fabricacao.webp);
}
.webp .maquinario-proprio {
  background-image: url(../imagens/icones/webp/ferramentas-ultima-geracao.webp);
}
.webp .estoque-proprio-de-chapas {
  background-image: url(../imagens/icones/webp/credenciamento.webp);
}
.webp .padronizacao {
  background-image: url(../imagens/icones/webp/garantia.webp);
}
.webp .suporte-de-engenharia {
  background-image: url(../imagens/icones/webp/atendimento-rapido.webp);
}
.webp .entrega-rapida {
  background-image: url(../imagens/icones/webp/frota-propria.webp);
}
.webp .seguranca {
  background-image: url(../imagens/icones/webp/seguranca.webp);
}
.webp .circular-ou-retangular .figura-1 {
  background-image: url(../imagens/fabricacao-de-dutos/circular-ou-retangular/webp/circular-1.webp);
}
.webp .circular-ou-retangular .figura-2 {
  background-image: url(../imagens/fabricacao-de-dutos/circular-ou-retangular/webp/circular-2.webp);
}
.webp .circular-ou-retangular .figura-3 {
  background-image: url(../imagens/fabricacao-de-dutos/circular-ou-retangular/webp/retangular-1.webp);
}
.webp .circular-ou-retangular .figura-4 {
  background-image: url(../imagens/fabricacao-de-dutos/circular-ou-retangular/webp/retangular-2.webp);
}
.webp .imagem-corte-a-laser {
  background-image: url(../imagens/fabricacao-de-dutos/webp/corte-a-laser.webp);
}
.webp .colaboradores {
  background-image: url(../imagens/icones/webp/colaboradores.webp);
}
.webp .clientes {
  background-image: url(../imagens/icones/webp/clientes.webp);
}
.webp .obras {
  background-image: url(../imagens/icones/webp/obras.webp);
}
.webp .cidades {
  background-image: url(../imagens/icones/webp/cidades-atendidas.webp);
}
.webp .filiais {
  background-image: url(../imagens/icones/webp/filiais.webp);
}
.webp .banner-colaboradores {
  background-image: url(../imagens/instalacao/banner/webp/banner-colaboradores.webp);
}
.webp .imagem-fabricacao-manual {
  background-image: url(../imagens/fabricacao-de-dutos/webp/fabricacao-manual.webp);
}
.webp .projeto {
  background-image: url(../imagens/icones/webp/projeto.webp);
}
.webp .venda {
  background-image: url(../imagens/icones/webp/atendimento-rapido.webp);
}
.webp .instalacao-2 {
  background-image: url(../imagens/icones/webp/instalacao.webp);
}
.webp .manutencao {
  background-image: url(../imagens/icones/webp/manutencao.webp);
}
.webp .garantia-2 {
  background-image: url(../imagens/icones/webp/garantia.webp);
}
.webp .casa-pequena {
  background-image: url(../imagens/instalacao/do-pequeno-ao-grande/webp/pequeno.webp);
}
.webp .casa-grande {
  background-image: url(../imagens/instalacao/do-pequeno-ao-grande/webp/grande.webp);
}
.webp .loja {
  background-image: url(../imagens/instalacao/do-pequeno-ao-grande/webp/loja.webp);
}
.webp .industria {
  background-image: url(../imagens/instalacao/do-pequeno-ao-grande/webp/industria.webp);
}
.webp .imagem-empresa-certa {
  background-image: url(../imagens/instalacao/banner/webp/empresa-certa.webp);
}
.webp .icone-nome {
  background-image: url(../imagens/icones/webp/icone-nome.webp);
}
.webp .icone-telefone {
  background-image: url(../imagens/icones/webp/icone-telefone.webp);
}
.webp .icone-cidade {
  background-image: url(../imagens/icones/webp/icone-cidade.webp);
}
.webp .icone-formulario-email {
  background-image: url(../imagens/icones/webp/icone-email.webp);
}
.webp .icone-assunto {
  background-image: url(../imagens/icones/webp/icone-assunto.webp);
}
.webp .mapa-rodape {
  background-image: url(../imagens/icones/webp/mapa.webp);
}
.webp .icone-email-rodape {
  background-image: url(../imagens/icones/webp/email.webp);
}
.webp .icone-telefone-rodape {
  background-image: url(../imagens/icones/webp/telefone.webp);
}
.webp .imagens-obras {
  background-image: url(../imagens/home/webp/obras.webp);
}
.webp .logistica {
  background-image: url(../imagens/sobre-nos/setores/webp/logistica.webp);
}
.webp .logo-footer {
  background-image: url(../imagens/logos/webp/ambiente-policromia-fundo-azul-horizontal.webp);
}

.no-webp .logo-p2 {
  background-image: url(../imagens/logo-p2.png);
}
.no-webp .logo-desktop {
  background-image: url(../imagens/logos/outros/ambiente-monocromia-negativa-horizontal.png);
}
.no-webp .logo-smartphone {
  background-image: url(../imagens/logos/webp/ambiente-monocromia-negativa-horizontal.png);
}
.no-webp .banner1 {
  background-image: url(../imagens/fabricacao-de-dutos/banner/outros/banner.jpg);
}
.no-webp .texto-introducao li .okay {
  background-image: url(../imagens/icones/outros/okay.png);
}
.no-webp .imagem-introducao {
  background-image: url(../imagens/fabricacao-de-dutos/outros/fabricacao.jpg);
}
.no-webp .maquinario-proprio {
  background-image: url(../imagens/icones/outros/ferramentas-ultima-geracao.png);
}
.no-webp .estoque-proprio-de-chapas {
  background-image: url(../imagens/icones/outros/credenciamento.png);
}
.no-webp .padronizacao {
  background-image: url(../imagens/icones/outros/seguranca.png);
}
.no-webp .suporte-de-engenharia {
  background-image: url(../imagens/icones/outros/atendimento-rapido.png);
}
.no-webp .entrega-rapida {
  background-image: url(../imagens/icones/outros/frota-propria.png);
}
.no-webp .seguranca {
  background-image: url(../imagens/icones/outros/seguranca.png);
}
.no-webp .circular-ou-retangular .figura-1 {
  background-image: url(../imagens/fabricacao-de-dutos/circular-ou-retangular/outros/circular-1.jpg);
}
.no-webp .circular-ou-retangular .figura-2 {
  background-image: url(../imagens/fabricacao-de-dutos/circular-ou-retangular/outros/circular-2.jpg);
}
.no-webp .circular-ou-retangular .figura-3 {
  background-image: url(../imagens/fabricacao-de-dutos/circular-ou-retangular/outros/retangular-1.jpg);
}
.no-webp .circular-ou-retangular .figura-4 {
  background-image: url(../imagens/fabricacao-de-dutos/circular-ou-retangular/outros/retangular-2.jpg);
}
.no-webp .imagem-corte-a-laser {
  background-image: url(../imagens/fabricacao-de-dutos/outros/corte-a-laser.jpg);
}
.no-webp .colaboradores {
  background-image: url(../imagens/icones/outros/colaboradores.png);
}
.no-webp .clientes {
  background-image: url(../imagens/icones/outros/clientes.png);
}
.no-webp .obras {
  background-image: url(../imagens/icones/outros/obras.png);
}
.no-webp .cidades {
  background-image: url(../imagens/icones/outros/cidades-atendidas.png);
}
.no-webp .filiais {
  background-image: url(../imagens/icones/outros/filiais.png);
}
.no-webp .banner-colaboradores {
  background-image: url(../imagens/instalacao/banner/outros/banner-colaboradores.jpg);
}
.no-webp .imagem-fabricacao-manual {
  background-image: url(../imagens/fabricacao-de-dutos/outros/fabricacao-manual.jpg);
}
.no-webp .projeto {
  background-image: url(../imagens/icones/outros/projeto.png);
}
.no-webp .venda {
  background-image: url(../imagens/icones/outros/atendimento-rapido.png);
}
.no-webp .instalacao-2 {
  background-image: url(../imagens/icones/outros/instalacao.png);
}
.no-webp .manutencao {
  background-image: url(../imagens/icones/outros/manutencao.png);
}
.no-webp .garantia-2 {
  background-image: url(../imagens/icones/outros/garantia.png);
}
.no-webp .casa-pequena {
  background-image: url(../imagens/instalacao/do-pequeno-ao-grande/outros/pequeno.jpg);
}
.no-webp .casa-grande {
  background-image: url(../imagens/instalacao/do-pequeno-ao-grande/outros/grande.jpg);
}
.no-webp .loja {
  background-image: url(../imagens/instalacao/do-pequeno-ao-grande/outros/loja.jpg);
}
.no-webp .industria {
  background-image: url(../imagens/instalacao/do-pequeno-ao-grande/outros/industria.jpg);
}
.no-webp .imagem-empresa-certa {
  background-image: url(../imagens/instalacao/banner/outros/empresa-certa.jpg);
}
.no-webp .logo-footer {
  background-image: url("../imagens/logos/outros/ambiente-policromia-fundo-azul-horizontal.png");
}
.no-webp .mapa-rodape {
  background-image: url(../imagens/icones/outros/mapa.png);
}
.no-webp .icone-email-rodape {
  background-image: url(../imagens/icones/outros/email.png);
}
.no-webp .icone-telefone-rodape {
  background-image: url(../imagens/icones/outros/telefone.png);
}
.no-webp .imagens-obras {
  background-image: url(../imagens/home/outros/obras.jpg);
}

.assinatura {
  height: 6.5vh;
  width: 100%;
  box-sizing: border-box;
  background-color: #2E3841;
  float: left;
  margin-top: 5vh;
  color: #FFF;
  text-align: center;
}
@media (max-width: 1099px) {
  .assinatura {
    height: 18vh;
    padding-top: 1.5vh;
  }
}

.p2 {
  height: auto;
  width: 30%;
  box-sizing: border-box;
  position: absolute;
  text-align: left;
  padding-left: 1%;
  font-size: 1.6vh;
}
.p2 b {
  height: auto;
  float: left;
  margin-top: 0.55vh;
}
@media (max-width: 1099px) {
  .p2 {
    display: none;
  }
}

.logo-p2 {
  height: 3.5vh;
  width: 10%;
  box-sizing: border-box;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  float: left;
  margin-top: -0.25vh;
}

.direitos {
  height: 5vh;
  width: 100%;
  padding-top: 1.5vh;
}
@media (min-width: 1100px) {
  .direitos {
    position: absolute;
  }
}
@media (max-width: 1099px) {
  .direitos {
    height: 8vh;
    float: left;
  }
}

.p22 {
  height: 5vh;
  width: 100%;
  box-sizing: border-box;
  padding-left: 5%;
  float: left;
  margin-top: 2vh;
  text-align: left;
  font-size: 2vh;
  background-color: #000;
}
@media (min-width: 1100px) {
  .p22 {
    display: none;
  }
}
.p22 .logo-p2 {
  height: 3vh;
  width: 10%;
  box-sizing: border-box;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  float: left;
  margin-top: 0.75vh;
}
.p22 b {
  height: auto;
  float: left;
  margin-left: 1%;
  margin-top: 0.75vh;
}

.titulo-personalizado-esquerda {
  width: 150px;
  height: auto;
  box-sizing: border-box;
  padding-top: 0vh;
  padding-bottom: 0vh;
  padding-left: 1vh;
  border-style: solid;
  border-width: 0px 0px 4px 4px;
  border-color: #001A68;
  color: #001A68;
  float: left;
}
.titulo-personalizado-esquerda p {
  height: auto;
  width: 30vw;
  float: left;
  font-size: 4.5vh;
  line-height: 3.5vh;
  font-weight: 700;
  margin-top: 0px;
  color: #001A68;
}
.titulo-personalizado-esquerda .destaque {
  color: #28A9E2;
}
@media (max-width: 1099px) {
  .titulo-personalizado-esquerda {
    width: 125px;
    padding-top: 1vh;
    padding-bottom: 1.5vh;
    padding-left: 1vh;
  }
  .titulo-personalizado-esquerda P {
    width: 83vw;
    font-size: 4vh;
    line-height: 5vh;
    margin-bottom: 0px;
  }
}

.titulo-personalizado-direita {
  width: 150px;
  height: auto;
  box-sizing: border-box;
  padding-top: 1.5vh;
  padding-bottom: 1.5vh;
  padding-left: 1.5vh;
  border-style: solid;
  border-width: 0px 0px 4px 4px;
  border-color: #001A68;
  color: #001A68;
  float: left;
}
.titulo-personalizado-direita p {
  height: auto;
  width: 30vw;
  float: left;
  font-size: 5vh;
  line-height: 5vh;
  font-weight: 600;
}
.titulo-personalizado-direita .destaque {
  color: #28A9E2;
}
@media (max-width: 1099px) {
  .titulo-personalizado-direita {
    width: 125px;
    padding-top: 1vh;
    padding-bottom: 1.5vh;
    padding-left: 1vh;
  }
  .titulo-personalizado-direita P {
    font-size: 4vh;
    line-height: 5vh;
  }
}

header {
  width: 100%;
  height: 68vh;
  box-sizing: border-box;
  float: left;
  height: 50vh;
  z-index: 99;
}
@media (max-width: 1099px) {
  header {
    height: 45vh;
  }
}
@media (max-width: 1099px) {
  header {
    height: 30vh;
  }
}

.logo-smartphone {
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  height: 8vh;
  width: 45vw;
  box-sizing: border-box;
  padding-left: 5vw;
  background-origin: content-box;
  float: left;
  margin-top: 1vh;
}
@media (min-width: 1100px) {
  .logo-smartphone {
    display: none;
  }
}

.menu-smartphone {
  height: 4vh;
  width: 12vw;
  box-sizing: border-box;
  float: right;
  margin-right: 5vw;
  margin-top: 3vh;
}
@media (min-width: 1100px) {
  .menu-smartphone {
    display: none;
  }
}

.menu-smartphone.active {
  height: 6vh;
  width: 12vw;
  box-sizing: border-box;
  float: right;
  margin-right: 5vw;
  margin-top: 2vh;
  background-color: #28A9E2;
  border-radius: 2px;
}
.menu-smartphone.active .barra-menu-2 {
  display: none;
}
.menu-smartphone.active .barra-menu-1 {
  transform: rotate(45deg);
  margin-top: 2.7vh;
}
.menu-smartphone.active .barra-menu-3 {
  transform: rotate(-45deg);
  margin-top: -0.6vh;
}
@media (min-width: 1100px) {
  .menu-smartphone.active {
    display: none;
  }
}

.barra-menu-1 {
  width: 100%;
  height: 0.5vh;
  box-sizing: border-box;
  background-color: #FFF;
  float: left;
}

.barra-menu-2 {
  width: 100%;
  height: 0.4vh;
  box-sizing: border-box;
  background-color: #FFF;
  float: left;
  margin-top: 1.5vh;
  margin-bottom: 1.5vh;
}

.barra-menu-3 {
  width: 100%;
  height: 0.5vh;
  box-sizing: border-box;
  background-color: #FFF;
  float: left;
}

nav {
  width: 100%;
  height: 18vh;
  box-sizing: border-box;
  border-bottom: 1px solid #ffffff26;
  position: absolute;
  z-index: 99;
}
nav .logoSmartVinte {
  display: none;
}
@media (max-width: 1099px) {
  nav {
    background-color: #222222;
    height: 10vh;
    display: block;
    position: absolute;
    z-index: 99;
  }
  nav a {
    width: 80%;
    float: left;
  }
  nav .logoSmartVinte {
    width: 13%;
    height: 48px;
    background-image: url(../imagens/seloVinteAnos.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    margin-top: 2.3vh;
    margin-left: 5%;
    display: inline-block;
  }
}
nav .logoVinte {
  width: 20%;
  height: 100%;
  background-image: url(../imagens/seloVinteAnos.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  margin-left: 5%;
  display: inline-block;
}

.coluna-1 {
  width: 17%;
  height: 100%;
  box-sizing: border-box;
  border-left: 1px solid #ffffff26;
  border-right: 1px solid #ffffff26;
  margin-left: 8%;
  z-index: 99;
}
@media (max-width: 1099px) {
  .coluna-1 {
    display: none;
  }
}

.logo-desktop {
  width: 65%;
  height: 100%;
  box-sizing: border-box;
  float: left;
  margin-left: 5%;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
@media (max-width: 1099px) {
  .logo-desktop {
    display: none;
  }
}

.coluna-2 {
  width: 75%;
  height: 100%;
  box-sizing: border-box;
}
@media (max-width: 1099px) {
  .coluna-2 {
    display: none;
  }
}

.linha-1 {
  width: 100%;
  height: 50%;
  box-sizing: border-box;
  border-bottom: 1px solid #ffffff26;
  clear: both;
}
.linha-1 ul {
  box-sizing: border-box;
  display: table;
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.linha-1 ul > li {
  box-sizing: border-box;
  padding: 0 15px;
  border-right: 1px solid;
  float: left;
  font-size: 2.3vh;
  color: #b0b0b0;
}
.linha-1 ul > li:last-of-type {
  border-right: none;
}
@media (max-width: 1099px) {
  .linha-1 {
    display: none;
  }
}

.linha-2 {
  width: 100%;
  height: 50%;
  box-sizing: border-box;
  clear: both;
}
.linha-2 ul {
  box-sizing: border-box;
  display: table;
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.linha-2 ul > li {
  float: left;
  box-sizing: border-box;
  margin-left: 2vw;
  font-size: 2.3vh;
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
  cursor: pointer;
}
.linha-2 li:hover {
  color: #28A9E2;
}
@media (max-width: 1099px) {
  .linha-2 {
    display: none;
  }
}

.banner1 {
  height: 70vh;
  width: 100%;
  box-sizing: border-box;
  z-index: -1;
  position: absolute;
  margin-top: 0vh;
  left: 0;
  height: 50vh;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media (max-width: 1099px) {
  .banner1 {
    margin-top: 10vh;
    height: 20vh;
  }
}

.titulo-header {
  width: 100%;
  box-sizing: border-box;
  position: absolute;
  clear: left;
  clear: right;
  clear: both;
  font-size: 3vh;
  color: #fff;
  text-transform: uppercase;
  margin: 33vh 0 0 0vh;
  text-align: center;
  top: 18vh;
  width: 100%;
  text-align: center;
  margin-left: 0px;
  margin-top: 11.5vh;
  font-weight: 900;
}
.titulo-header b {
  font-size: 4.6vh;
  clear: left;
  clear: right;
  clear: both;
  font-weight: 700;
}
@media (max-width: 1099px) {
  .titulo-header {
    width: 90%;
    margin-left: 5%;
    text-align: center;
    font-size: 3.7vh;
    margin-top: 17vh;
  }
  .titulo-header b {
    font-weight: 800;
    font-size: 3.7vh;
  }
  .titulo-header .teste {
    font-size: 2.7vh;
  }
  .titulo-header .teste h1 {
    font-size: 2.7vh;
    font-weight: 700;
  }
}
@media (max-width: 1099px) {
  .titulo-header {
    top: 1vh;
  }
  .titulo-header span {
    display: none;
  }
}

.frase-banner {
  width: 100%;
  float: left;
  clear: right;
  clear: left;
  clear: both;
}

.barra-navegavel {
  height: auto;
  width: 100%;
  box-sizing: border-box;
  padding-top: 2vh;
  padding-bottom: 2vh;
  border-style: solid;
  border-width: 1px 0px 1px 0px;
  border-color: #e1e1e1;
  float: left;
  padding-left: 7.5%;
  padding-right: 7.5%;
}
.barra-navegavel p {
  width: 50%;
  margin: 0px 0px 0px 17.1%;
  color: #999999;
  font-weight: 500;
  font-size: 2.3vh;
  line-height: 1.5;
}
.barra-navegavel .selecaoPordutos {
  color: #999999;
}
@media (max-width: 1099px) {
  .barra-navegavel .selecaoPordutos {
    display: none;
  }
}
.barra-navegavel .selecaoPordutosSelectd {
  color: #28A9E2;
}
@media (max-width: 1099px) {
  .barra-navegavel .selecaoPordutosSelectd {
    display: none;
  }
}
.barra-navegavel .selecaoPordutos2 {
  color: #999999;
}
@media (min-width: 1100px) {
  .barra-navegavel .selecaoPordutos2 {
    display: none;
  }
}
.barra-navegavel .selecaoPordutosSelectd2 {
  color: #28A9E2;
}
@media (min-width: 1100px) {
  .barra-navegavel .selecaoPordutosSelectd2 {
    display: none;
  }
}
.barra-navegavel b {
  float: left;
  font-weight: 600;
  cursor: pointer;
}
.barra-navegavel b:hover {
  color: #28A9E2;
}
.barra-navegavel a {
  float: left;
}
.barra-navegavel .fa-chevron-right {
  font-size: 1.3vh;
  font-weight: 600;
  float: left;
  margin-top: 0.9vh;
  margin-left: 0.75vw;
  margin-right: 0.75vw;
  opacity: 0.8;
}
.barra-navegavel i {
  opacity: 0.8;
  float: left;
}
@media (max-width: 1099px) {
  .barra-navegavel {
    padding-left: 1vh;
  }
  .barra-navegavel p {
    width: 100%;
    font-size: 1.8vh;
    text-align: center;
    margin-top: 0vh;
    margin-left: 0px;
  }
  .barra-navegavel .fa-chevron-right {
    font-size: 1.3vh;
    font-weight: 600;
    float: left;
    margin-top: 1vh;
    margin-left: 1.5vw;
    margin-right: 1.5vw;
    opacity: 0.8;
  }
}

main {
  width: 100%;
  height: auto;
  box-sizing: border-box;
  padding-bottom: 5vh;
  float: left;
}

.introducao {
  height: auto;
  width: 85%;
  box-sizing: border-box;
  padding-top: 5vh;
  float: left;
  margin-left: 7.5%;
}

h1 {
  height: auto;
  width: 85%;
  box-sizing: border-box;
  float: left;
  margin-bottom: 3vh;
  margin-left: 7.5%;
  text-align: center;
  font-size: 6vh;
  line-height: 7vh;
  font-weight: 900;
  color: #001A68;
}
@media (max-width: 1099px) {
  h1 {
    font-size: 3.2vh;
    line-height: 4.2vh;
    font-weight: 900;
  }
}

.titulo {
  height: auto;
  width: 85%;
  box-sizing: border-box;
  float: left;
  margin-bottom: 3vh;
  margin-left: 7.5%;
  text-align: center;
  font-size: 6vh;
  line-height: 7vh;
  font-weight: 900;
  color: #001A68;
}
@media (max-width: 1099px) {
  .titulo {
    margin-bottom: 2vh;
    font-size: 3.2vh;
    line-height: 4.2vh;
    font-weight: 900;
  }
}

.texto-introducao {
  width: 45%;
  height: auto;
  box-sizing: border-box;
  float: right;
  margin-left: 5%;
  margin-top: 3vh;
}
.texto-introducao h2 {
  height: auto;
  width: 100%;
  box-sizing: border-box;
  line-height: 5.5vh;
  font-size: 4.5vh;
  font-weight: 800;
  color: #28A9E2;
  float: left;
  margin-top: 0px;
}
.texto-introducao ul {
  width: 100%;
  height: auto;
  margin-top: 3vh;
  float: left;
}
.texto-introducao li {
  height: auto;
  width: 100%;
  float: left;
  margin-top: 0vh;
  font-weight: 500;
}
.texto-introducao p {
  width: 93%;
  margin-left: 0px;
  float: left;
}
.texto-introducao .okay {
  height: 3vh;
  width: 4%;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  float: left;
  margin-right: 3%;
  margin-top: 0px;
}
@media (max-width: 1099px) {
  .texto-introducao {
    width: 100%;
  }
  .texto-introducao h2 {
    font-size: 2.7vh;
    line-height: 4vh;
  }
}
.texto-introducao .faca-seu-orcamento {
  height: auto;
  width: 50%;
  box-sizing: border-box;
  background-color: #E01F24;
  box-shadow: 0px 0px 2px 1px #E01F24;
  border-radius: 3vh;
  float: left;
  margin-top: 1vh;
  margin-left: 25%;
  text-align: center;
  color: #FFF;
  font-size: 2.5vh;
  font-weight: 600;
  padding-top: 1vh;
  padding-bottom: 1vh;
  cursor: pointer;
}
@media (max-width: 1099px) {
  .texto-introducao .faca-seu-orcamento {
    width: 100%;
    margin-left: 0%;
  }
}

.box-imagem-introducao {
  height: auto;
  width: 50%;
  box-sizing: border-box;
  float: right;
}
@media (max-width: 1099px) {
  .box-imagem-introducao {
    width: 100%;
  }
}

.imagem-introducao {
  height: 53vh;
  width: 90%;
  box-sizing: border-box;
  border-radius: 0px 0px 0px 53vh;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  float: right;
  margin-top: 3vh;
}
@media (max-width: 1099px) {
  .imagem-introducao {
    height: 35vh;
    width: 100%;
    border-radius: 2vh;
  }
}

.icones {
  width: 85%;
  height: auto;
  box-sizing: border-box;
  float: left;
  margin-left: 7.5%;
  margin-top: 15vh;
  margin-bottom: 10vh;
}
.icones p {
  font-size: 3vh;
  line-height: 4vh;
  font-weight: 700;
  color: #001A68;
  text-align: center;
  margin-top: 2vh;
}
@media (max-width: 1099px) {
  .icones {
    margin-top: 6vh;
  }
  .icones p {
    font-size: 2vh;
    line-height: 3vh;
  }
}

.box-maquinario-proprio {
  height: 35vh;
  width: 30%;
  box-sizing: border-box;
  float: left;
  margin-left: 0%;
}
@media (max-width: 1099px) {
  .box-maquinario-proprio {
    height: auto;
    width: 100%;
    margin-left: 0%;
  }
}

.maquinario-proprio {
  height: 12.5vh;
  width: 90%;
  box-sizing: border-box;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  float: left;
  margin-left: 5%;
}
@media (max-width: 1099px) {
  .maquinario-proprio {
    width: 50%;
    margin-left: 25%;
  }
}

.box-estoque-proprio-de-chapas {
  height: 35vh;
  width: 30%;
  box-sizing: border-box;
  float: left;
  margin-left: 5%;
}
@media (max-width: 1099px) {
  .box-estoque-proprio-de-chapas {
    height: auto;
    width: 100%;
    margin-left: 0%;
  }
}

.estoque-proprio-de-chapas {
  height: 12.5vh;
  width: 90%;
  box-sizing: border-box;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  float: left;
  margin-left: 5%;
}
@media (max-width: 1099px) {
  .estoque-proprio-de-chapas {
    width: 50%;
    margin-left: 25%;
  }
}

.box-padronizacao {
  height: 35vh;
  width: 30%;
  box-sizing: border-box;
  float: left;
  margin-left: 5%;
}
@media (max-width: 1099px) {
  .box-padronizacao {
    height: auto;
    width: 100%;
    margin-left: 0%;
  }
}

.padronizacao {
  height: 12.5vh;
  width: 90%;
  box-sizing: border-box;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  float: left;
  margin-left: 5%;
}
@media (max-width: 1099px) {
  .padronizacao {
    width: 50%;
    margin-left: 25%;
  }
}

.box-suporte-de-engenharia {
  height: auto;
  width: 30%;
  box-sizing: border-box;
  float: left;
  margin-left: 0%;
}
@media (max-width: 1099px) {
  .box-suporte-de-engenharia {
    height: auto;
    width: 100%;
    margin-left: 0%;
  }
}

.suporte-de-engenharia {
  height: 12.5vh;
  width: 90%;
  box-sizing: border-box;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  float: left;
  margin-left: 5%;
}
@media (max-width: 1099px) {
  .suporte-de-engenharia {
    width: 50%;
    margin-left: 25%;
  }
}

.box-entrega-rapida {
  height: auto;
  width: 30%;
  box-sizing: border-box;
  float: left;
  margin-left: 5%;
}
@media (max-width: 1099px) {
  .box-entrega-rapida {
    height: auto;
    width: 100%;
    margin-left: 0%;
  }
}

.entrega-rapida {
  height: 12.5vh;
  width: 90%;
  box-sizing: border-box;
  padding-top: 2.5vh;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-origin: content-box;
  float: left;
  margin-left: 5%;
}
@media (max-width: 1099px) {
  .entrega-rapida {
    width: 50%;
    margin-left: 25%;
  }
}

.box-seguranca {
  height: auto;
  width: 30%;
  box-sizing: border-box;
  float: left;
  margin-left: 5%;
}
@media (max-width: 1099px) {
  .box-seguranca {
    height: auto;
    width: 100%;
    margin-left: 0%;
  }
}

.seguranca {
  height: 12.5vh;
  width: 90%;
  box-sizing: border-box;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  float: left;
  margin-left: 5%;
}
@media (max-width: 1099px) {
  .seguranca {
    width: 50%;
    margin-left: 25%;
  }
}

.circular-ou-retangular {
  height: auto;
  width: 51%;
  box-sizing: border-box;
  float: left;
  margin-left: 25.5%;
}
@media (max-width: 1099px) {
  .circular-ou-retangular {
    width: 85%;
    margin-left: 7.5%;
  }
}
.circular-ou-retangular .box-figura-1 {
  height: 12.5vh;
  width: 10vw;
  float: left;
}
@media (max-width: 1099px) {
  .circular-ou-retangular .box-figura-1 {
    height: 20vh;
    width: 100%;
    margin-left: 0%;
  }
}
.circular-ou-retangular .figura-1 {
  height: 12.5vh;
  width: 100%;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
@media (max-width: 1099px) {
  .circular-ou-retangular .figura-1 {
    height: 20vh;
    width: 100%;
    margin-left: 0%;
  }
}
.circular-ou-retangular .box-figura-2 {
  height: 20vh;
  width: 10vw;
  float: left;
  margin-left: 3vw;
}
@media (max-width: 1099px) {
  .circular-ou-retangular .box-figura-2 {
    height: 25vh;
    width: 100%;
    margin-left: 0%;
    margin-top: 5vh;
  }
}
.circular-ou-retangular .box-figura-2 p {
  height: auto;
  width: 100%;
  box-sizing: border-box;
  float: left;
  margin-left: 0%;
  margin-top: 1.5vh;
  text-align: center;
  font-size: 2.5vh;
  line-height: 3.5vh;
  font-weight: 600;
  color: #28A9E2;
}
@media (max-width: 1099px) {
  .circular-ou-retangular .box-figura-2 p {
    font-size: 3vh;
    font-weight: 600;
    line-height: 3vh;
  }
}
.circular-ou-retangular .figura-2 {
  height: 12.5vh;
  width: 100%;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  float: left;
}
@media (max-width: 1099px) {
  .circular-ou-retangular .figura-2 {
    height: 20vh;
    width: 100%;
    margin-left: 0%;
  }
}
.circular-ou-retangular .box-figura-3 {
  height: 20vh;
  width: 10vw;
  float: left;
  margin-left: 3vw;
}
@media (max-width: 1099px) {
  .circular-ou-retangular .box-figura-3 {
    height: 25vh;
    width: 100%;
    margin-left: 0%;
    margin-top: 5vh;
  }
}
.circular-ou-retangular .box-figura-3 p {
  height: auto;
  width: 100%;
  box-sizing: border-box;
  float: left;
  margin-left: 0%;
  margin-top: 1.5vh;
  text-align: center;
  font-size: 2.5vh;
  line-height: 3.5vh;
  font-weight: 600;
  color: #28A9E2;
}
@media (max-width: 1099px) {
  .circular-ou-retangular .box-figura-3 p {
    font-size: 3vh;
    font-weight: 600;
    line-height: 3vh;
  }
}
.circular-ou-retangular .figura-3 {
  height: 12.5vh;
  width: 100%;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  float: left;
}
@media (max-width: 1099px) {
  .circular-ou-retangular .figura-3 {
    height: 20vh;
    width: 100%;
    margin-left: 0%;
  }
}
.circular-ou-retangular .box-figura-4 {
  height: 12.5vh;
  width: 10vw;
  float: left;
  margin-left: 3vw;
}
@media (max-width: 1099px) {
  .circular-ou-retangular .box-figura-4 {
    height: 20vh;
    width: 100%;
    margin-left: 0%;
    margin-top: 5vh;
  }
}
.circular-ou-retangular .figura-4 {
  height: 12.5vh;
  width: 100%;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  float: left;
}
@media (max-width: 1099px) {
  .circular-ou-retangular .figura-4 {
    height: 20vh;
    width: 100%;
    margin-left: 0%;
  }
}

.corte-a-laser {
  width: 85%;
  height: auto;
  box-sizing: border-box;
  float: left;
  margin-top: 6vh;
  margin-bottom: 6vh;
  margin-left: 7.5%;
}
.corte-a-laser h2 {
  height: auto;
  width: 100%;
  box-sizing: border-box;
  float: left;
  margin-left: 0%;
  margin-top: 6vh;
  text-align: center;
  font-size: 5vh;
  font-weight: 900;
  color: #001A68;
}
@media (max-width: 1099px) {
  .corte-a-laser h2 {
    font-size: 3.2vh;
    font-weight: 900;
    line-height: 4.2vh;
    margin-top: 3vh;
  }
}
.corte-a-laser h3 {
  height: auto;
  width: 100%;
  box-sizing: border-box;
  float: left;
  margin-left: 0%;
  margin-top: 1.5vh;
  text-align: center;
  font-size: 4vh;
  line-height: 5vh;
  font-weight: 700;
  color: #28A9E2;
}
@media (max-width: 1099px) {
  .corte-a-laser h3 {
    font-size: 2.7vh;
    font-weight: 700;
    line-height: 3.7vh;
  }
}

.imagem-corte-a-laser {
  height: 90vh;
  width: 90%;
  box-sizing: border-box;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  box-shadow: 0px 3px 8px 1px;
  float: left;
  margin-left: 5%;
  margin-top: 5vh;
}
@media (max-width: 1099px) {
  .imagem-corte-a-laser {
    height: 30vh;
    width: 100%;
    margin-left: 0%;
  }
}

.imagem-fabricacao-manual {
  height: 90vh;
  width: 90%;
  box-sizing: border-box;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  box-shadow: 0px 3px 8px 1px;
  float: left;
  margin-top: 5vh;
  margin-left: 5%;
}
@media (max-width: 1099px) {
  .imagem-fabricacao-manual {
    height: 30vh;
    width: 100%;
    box-shadow: 0px 3px 16px 1px;
    margin-left: 0%;
  }
}

.icones-muita-coisa {
  width: 85%;
  height: auto;
  box-sizing: border-box;
  float: left;
  margin-top: 3vh;
  margin-left: 7.5%;
}
.icones-muita-coisa .numeros-muita-coisa {
  font-size: 7vh;
  line-height: 8.5vh;
  color: #28A9E2;
  font-weight: 700;
  text-align: center;
}
@media (max-width: 1099px) {
  .icones-muita-coisa .numeros-muita-coisa {
    font-size: 4.5vh;
    line-height: 5.5vh;
    margin-top: 1vh;
  }
}
.icones-muita-coisa .texto-muita-coisa {
  font-size: 2.5vh;
  font-weight: 700;
  color: #001A68;
  text-align: center;
}

.box-colaboradores {
  height: 35vh;
  width: 18%;
  box-sizing: border-box;
  float: left;
  margin-left: 0px;
}
@media (max-width: 1099px) {
  .box-colaboradores {
    height: auto;
    width: 100%;
  }
}

.colaboradores {
  height: 12.5vh;
  width: 90%;
  box-sizing: border-box;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  float: left;
  margin-left: 5%;
}

.box-clientes {
  height: 35vh;
  width: 18%;
  box-sizing: border-box;
  float: left;
  margin-left: 2.5%;
}
@media (max-width: 1099px) {
  .box-clientes {
    height: auto;
    width: 100%;
    margin-left: 0px;
  }
}

.clientes {
  height: 12.5vh;
  width: 90%;
  box-sizing: border-box;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  float: left;
  margin-left: 5%;
}

.box-obras2 {
  height: 35vh;
  width: 18%;
  box-sizing: border-box;
  float: left;
  margin-left: 2.5%;
}
@media (max-width: 1099px) {
  .box-obras2 {
    height: auto;
    width: 100%;
    margin-left: 0px;
  }
}

.obras {
  height: 12.5vh;
  width: 90%;
  box-sizing: border-box;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  float: left;
  margin-left: 5%;
}

.box-cidades {
  height: 35vh;
  width: 18%;
  box-sizing: border-box;
  float: left;
  margin-left: 2.5%;
}
@media (max-width: 1099px) {
  .box-cidades {
    height: auto;
    width: 100%;
    margin-left: 0px;
  }
}

.cidades {
  height: 12.5vh;
  width: 90%;
  box-sizing: border-box;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  float: left;
  margin-left: 5%;
}

.box-filiais {
  height: 35vh;
  width: 18%;
  box-sizing: border-box;
  float: left;
  margin-left: 2.5%;
}
@media (max-width: 1099px) {
  .box-filiais {
    height: auto;
    width: 100%;
    margin-left: 0px;
  }
}

.filiais {
  height: 12.5vh;
  width: 90%;
  box-sizing: border-box;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  float: left;
  margin-left: 5%;
}

.banner-colaboradores {
  width: 85%;
  height: 60vh;
  box-sizing: border-box;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 3vh;
  float: left;
  margin-left: 7.5%;
  margin-top: 0vh;
  margin-bottom: 6vh;
}
@media (max-width: 1099px) {
  .banner-colaboradores {
    height: 12.5vh;
    width: 100%;
    border-radius: 3vh;
    margin-left: 0%;
  }
}

.chave-na-mao {
  width: 85%;
  height: auto;
  box-sizing: border-box;
  float: left;
  margin-lefT: 7.5%;
}
.chave-na-mao h3 {
  height: auto;
  width: 85%;
  box-sizing: border-box;
  line-height: 7vh;
  font-size: 6vh;
  font-weight: 900;
  color: #001A68;
  float: left;
  margin-top: 1.5vh;
  margin-left: 7.5%;
  text-align: center;
}
@media (max-width: 1099px) {
  .chave-na-mao h3 {
    font-size: 2.7vh;
    line-height: 3.7vh;
  }
}
.chave-na-mao h4 {
  height: auto;
  width: 100%;
  box-sizing: border-box;
  float: left;
  margin-left: 0%;
  margin-top: 1.5vh;
  text-align: center;
  font-size: 3.5vh;
  line-height: 4.5vh;
  font-weight: 700;
  color: #28A9E2;
}
@media (max-width: 1099px) {
  .chave-na-mao h4 {
    font-size: 2.7vh;
    font-weight: 900;
    line-height: 3.7vh;
  }
}

.box-projeto {
  height: 35vh;
  width: 18%;
  box-sizing: border-box;
  float: left;
  margin-left: 0px;
}
@media (max-width: 1099px) {
  .box-projeto {
    height: auto;
    width: 100%;
    margin-left: 0px;
  }
}

.projeto {
  height: 12.5vh;
  width: 90%;
  box-sizing: border-box;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  float: left;
  margin-left: 5%;
}

.box-venda {
  height: 35vh;
  width: 18%;
  box-sizing: border-box;
  float: left;
  margin-left: 2.5%;
}
@media (max-width: 1099px) {
  .box-venda {
    height: auto;
    width: 100%;
    margin-left: 0px;
  }
}

.venda {
  height: 12.5vh;
  width: 90%;
  box-sizing: border-box;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  float: left;
  margin-left: 5%;
}

.box-instalacao-2 {
  height: 35vh;
  width: 18%;
  box-sizing: border-box;
  float: left;
  margin-left: 2.5%;
}
@media (max-width: 1099px) {
  .box-instalacao-2 {
    height: auto;
    width: 100%;
    margin-left: 0px;
  }
}

.instalacao-2 {
  height: 12.5vh;
  width: 90%;
  box-sizing: border-box;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  float: left;
  margin-left: 5%;
}

.box-manutencao {
  height: 35vh;
  width: 18%;
  box-sizing: border-box;
  float: left;
  margin-left: 2.5%;
}
@media (max-width: 1099px) {
  .box-manutencao {
    height: auto;
    width: 100%;
    margin-left: 0px;
  }
}

.manutencao {
  height: 12.5vh;
  width: 90%;
  box-sizing: border-box;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  float: left;
  margin-left: 5%;
}

.box-garantia-2 {
  height: 35vh;
  width: 18%;
  box-sizing: border-box;
  float: left;
  margin-left: 2.5%;
}
@media (max-width: 1099px) {
  .box-garantia-2 {
    height: auto;
    width: 100%;
    margin-left: 0px;
  }
}

.garantia-2 {
  height: 12.5vh;
  width: 90%;
  box-sizing: border-box;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  float: left;
  margin-left: 5%;
}

.box-chave-na-mao {
  width: 100%;
  height: auto;
  box-sizing: border-box;
  float: left;
  margin-top: 5vh;
}
.box-chave-na-mao .texto-chave-na-mao {
  margin-top: 3vh;
  font-size: 2.5vh;
  font-weight: 700;
  color: #001A68;
  text-align: center;
}

.box-projeto {
  height: 25vh;
  width: 18%;
  box-sizing: border-box;
  float: left;
  margin-left: 0px;
}
@media (max-width: 1099px) {
  .box-projeto {
    height: auto;
    width: 100%;
    margin-left: 0px;
  }
}

.projeto {
  height: 12.5vh;
  width: 90%;
  box-sizing: border-box;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  float: left;
  margin-left: 5%;
}

.box-venda {
  height: 25vh;
  width: 18%;
  box-sizing: border-box;
  float: left;
  margin-left: 2.5%;
}
@media (max-width: 1099px) {
  .box-venda {
    height: auto;
    width: 100%;
    margin-left: 0px;
  }
}

.venda {
  height: 12.5vh;
  width: 90%;
  box-sizing: border-box;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  float: left;
  margin-left: 5%;
}

.box-instalacao-2 {
  height: 25vh;
  width: 18%;
  box-sizing: border-box;
  float: left;
  margin-left: 2.5%;
}
@media (max-width: 1099px) {
  .box-instalacao-2 {
    height: auto;
    width: 100%;
    margin-left: 0px;
  }
}

.instalacao-2 {
  height: 12.5vh;
  width: 90%;
  box-sizing: border-box;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  float: left;
  margin-left: 5%;
}

.box-manutencao {
  height: 25vh;
  width: 18%;
  box-sizing: border-box;
  float: left;
  margin-left: 2.5%;
}
@media (max-width: 1099px) {
  .box-manutencao {
    height: auto;
    width: 100%;
    margin-left: 0px;
  }
}

.manutencao {
  height: 12.5vh;
  width: 90%;
  box-sizing: border-box;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  float: left;
  margin-left: 5%;
}

.box-garantia-2 {
  height: 25vh;
  width: 18%;
  box-sizing: border-box;
  float: left;
  margin-left: 2.5%;
}
@media (max-width: 1099px) {
  .box-garantia-2 {
    height: auto;
    width: 100%;
    margin-left: 0px;
  }
}

.garantia-2 {
  height: 12.5vh;
  width: 90%;
  box-sizing: border-box;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  float: left;
  margin-left: 5%;
}

.do-pequeno-ao-grande {
  width: 85%;
  height: auto;
  box-sizing: border-box;
  float: left;
  margin-left: 7.5%;
}
@media (max-width: 1099px) {
  .do-pequeno-ao-grande {
    margin-top: 6vh;
  }
}

.do-pequeno-ao-grande2 {
  width: 85%;
  height: auto;
  box-sizing: border-box;
  float: left;
  margin-left: 7.5%;
  margin-top: 6vh;
}

.casa-pequena {
  width: 30%;
  height: 35vh;
  box-sizing: border-box;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  float: left;
  border-radius: 0vh 0vh 0vh 30vh;
}
@media (max-width: 1099px) {
  .casa-pequena {
    height: 15vh;
    width: 47.5%;
    border-radius: 0vh 0vh 0vh 12.5vh;
  }
}

.casa-grande {
  width: 30%;
  height: 35vh;
  box-sizing: border-box;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  float: left;
  margin-left: 5%;
  border-radius: 0vh 0vh 30vh 0vh;
}
@media (max-width: 1099px) {
  .casa-grande {
    height: 15vh;
    width: 47.5%;
    border-radius: 0vh 0vh 12.5vh 0vh;
  }
}

.descricao-do-pequeno-ao-grande {
  width: 30%;
  height: auto;
  box-sizing: border-box;
  float: left;
  margin-left: 5%;
}
.descricao-do-pequeno-ao-grande strong {
  height: auto;
  width: 100%;
  box-sizing: border-box;
  float: left;
  font-size: 5vh;
  color: #28A9E2;
  font-weight: 900;
  line-height: 6.5vh;
}
.descricao-do-pequeno-ao-grande .descricao {
  width: 70%;
  padding-top: 3vh;
  border-style: solid;
  border-width: 4px 0px 0px 0px;
  border-color: #001A68;
  margin-left: 0px;
  margin-top: 3vh;
  font-size: 3vh;
  font-weight: 600;
  line-height: 3.5vh;
}
@media (max-width: 1099px) {
  .descricao-do-pequeno-ao-grande {
    width: 100%;
    text-align: center;
    margin-left: 0%;
  }
  .descricao-do-pequeno-ao-grande strong {
    margin-top: 3vh;
    font-size: 2.7vh;
    line-height: 3.7vh;
  }
  .descricao-do-pequeno-ao-grande .descricao {
    width: 75%;
    padding-top: 2vh;
    margin-left: 12.5%;
    margin-top: 2vh;
  }
}

.descricao-do-pequeno-ao-grande-cnpj {
  width: 30%;
  height: auto;
  box-sizing: border-box;
  float: left;
  margin-left: 0%;
}
.descricao-do-pequeno-ao-grande-cnpj strong {
  height: auto;
  width: 100%;
  box-sizing: border-box;
  float: left;
  font-size: 5vh;
  line-height: 6.5vh;
  color: #28A9E2;
  font-weight: 900;
  text-align: right;
}
.descricao-do-pequeno-ao-grande-cnpj .descricao {
  width: 100%;
  padding-top: 3vh;
  border-style: solid;
  border-width: 4px 0px 0px 0px;
  border-color: #001A68;
  margin-left: 0px;
  margin-top: 3vh;
  font-size: 3vh;
  font-weight: 600;
  line-height: 3.5vh;
  text-align: right;
}
@media (max-width: 1099px) {
  .descricao-do-pequeno-ao-grande-cnpj {
    width: 95%;
  }
  .descricao-do-pequeno-ao-grande-cnpj strong {
    margin-top: 3vh;
    font-size: 2.7vh;
    line-height: 3.7vh;
    text-align: center;
  }
  .descricao-do-pequeno-ao-grande-cnpj .descricao {
    width: 75%;
    padding-top: 2vh;
    margin-left: 12.5%;
    margin-top: 2vh;
    text-align: center;
  }
}

.loja {
  width: 30%;
  height: 35vh;
  box-sizing: border-box;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  float: left;
  border-radius: 0vh 0vh 0vh 30vh;
  margin-left: 5%;
}
@media (max-width: 1099px) {
  .loja {
    height: 15vh;
    width: 47.5%;
    border-radius: 0vh 0vh 0vh 12.5vh;
    margin-left: 0px;
  }
}

.industria {
  width: 30%;
  height: 35vh;
  box-sizing: border-box;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  float: left;
  margin-left: 5%;
  border-radius: 0vh 0vh 30vh 0vh;
}
@media (max-width: 1099px) {
  .industria {
    height: 15vh;
    width: 47.5%;
    border-radius: 0vh 0vh 12.5vh 0vh;
    margin-left: 5%;
  }
}

.box-videos {
  width: 85%;
  height: auto;
  box-sizing: border-box;
  float: left;
  margin-left: 7.5%;
  margin-top: 6vh;
}
.box-videos .descricao-do-pequeno-ao-grande {
  width: 30%;
  height: auto;
  box-sizing: border-box;
  float: left;
  margin-left: 5%;
  margin-top: 20vh;
}
.box-videos .descricao-do-pequeno-ao-grande strong {
  height: auto;
  width: 100%;
  box-sizing: border-box;
  float: left;
  font-size: 5vh;
  line-height: 6.5vh;
  color: #28A9E2;
  font-weight: 900;
  text-align: left;
}
.box-videos .descricao-do-pequeno-ao-grande .descricao {
  width: 100%;
  padding-top: 3vh;
  border-style: solid;
  border-width: 4px 0px 0px 0px;
  border-color: #001A68;
  font-size: 3vh;
  font-weight: 600;
  margin-left: 0px;
  margin-top: 3vh;
  line-height: 3.5vh;
  text-align: left;
}
@media (max-width: 1099px) {
  .box-videos .descricao-do-pequeno-ao-grande {
    width: 90%;
    margin-top: 3vh;
  }
  .box-videos .descricao-do-pequeno-ao-grande strong {
    width: 100%;
    font-size: 2.7vh;
    line-height: 3.7vh;
    text-align: center;
  }
  .box-videos .descricao-do-pequeno-ao-grande .descricao {
    width: 75%;
    margin-left: 12.5%;
    text-align: center;
    margin-top: 2vh;
    padding-top: 2vh;
  }
}

.video1 {
  width: 65%;
  height: 70vh;
  box-sizing: border-box;
  float: left;
}
@media (max-width: 1099px) {
  .video1 {
    height: 23vh;
    width: 100%;
  }
}

.box-videos2 {
  width: 85%;
  height: auto;
  box-sizing: border-box;
  float: left;
  margin-left: 7.5%;
  margin-top: 6vh;
}
.box-videos2 .descricao-do-pequeno-ao-grande2 {
  width: 30%;
  height: auto;
  box-sizing: border-box;
  float: left;
  margin-right: 0%;
  margin-top: 20vh;
}
.box-videos2 .descricao-do-pequeno-ao-grande2 strong {
  height: auto;
  width: 100%;
  box-sizing: border-box;
  float: left;
  font-size: 5vh;
  line-height: 6.5vh;
  color: #28A9E2;
  font-weight: 900;
  text-align: right;
}
.box-videos2 .descricao-do-pequeno-ao-grande2 .descricao {
  width: 100%;
  padding-top: 3vh;
  border-style: solid;
  border-width: 4px 0px 0px 0px;
  border-color: #001A68;
  margin-left: 0px;
  margin-top: 3vh;
  font-size: 3vh;
  font-weight: 600;
  line-height: 3.5vh;
  text-align: right;
}
@media (max-width: 1099px) {
  .box-videos2 .descricao-do-pequeno-ao-grande2 {
    width: 90%;
    margin-top: 3vh;
    margin-left: 5%;
  }
  .box-videos2 .descricao-do-pequeno-ao-grande2 strong {
    width: 100%;
    font-size: 2.7vh;
    line-height: 3.7vh;
    text-align: center;
  }
  .box-videos2 .descricao-do-pequeno-ao-grande2 .descricao {
    width: 75%;
    margin-left: 12.5%;
    text-align: center;
    margin-top: 2vh;
    padding-top: 2vh;
  }
}

.video2 {
  width: 65%;
  height: 70vh;
  box-sizing: border-box;
  float: right;
}
@media (max-width: 1099px) {
  .video2 {
    height: 23vh;
    width: 100%;
  }
}

.botao2 {
  width: 35%;
  height: auto;
  box-sizing: border-box;
  background-color: #001A68;
  border-radius: 5vh;
  padding-top: 0.75vh;
  padding-bottom: 0.75vh;
  float: left;
  margin-left: 32.5%;
  margin-top: 5vh;
  text-align: center;
  color: #FFF;
  font-weight: 600;
}
@media (max-width: 1099px) {
  .botao2 {
    width: 90%;
    margin-left: 5%;
    font-size: 2vh;
  }
}

.empresa-certa {
  width: 100%;
  height: auto;
  box-sizing: border-box;
  background-color: #F4F4F4;
  float: left;
  margin-top: 5vh;
  margin-bottom: 5vh;
}
.empresa-certa h2 {
  height: auto;
  width: 85%;
  box-sizing: border-box;
  line-height: 7vh;
  font-size: 6vh;
  font-weight: 900;
  color: #28A9E2;
  float: left;
  margin-top: 10vh;
  margin-left: 7.5%;
  text-align: center;
}
@media (max-width: 1099px) {
  .empresa-certa h2 {
    font-size: 2.7vh;
    line-height: 3.7vh;
  }
}

.imagem-empresa-certa {
  height: 90vh;
  width: 85%;
  box-sizing: border-box;
  border-radius: 5vh;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  float: left;
  margin-top: 5vh;
  margin-bottom: 7.5vh;
  margin-left: 7.5%;
}
@media (max-width: 1099px) {
  .imagem-empresa-certa {
    height: 25vh;
    width: 90%;
    border-radius: 3vh;
    margin-left: 5%;
  }
}

.contato {
  height: auto;
  width: 85%;
  box-sizing: border-box;
  padding-bottom: 5vh;
  float: left;
  margin-left: 7.5%;
}
.contato h2 {
  height: auto;
  width: 85%;
  box-sizing: border-box;
  line-height: 7vh;
  font-size: 6vh;
  font-weight: 900;
  color: #001A68;
  float: left;
  margin-top: 0vh;
  margin-left: 7.5%;
  text-align: center;
}
.contato p {
  height: auto;
  width: 90%;
  box-sizing: border-box;
  float: left;
  margin-top: 5vh;
  font-size: 2.5vh;
  line-height: 3.5vh;
  color: #28A9E2;
}
.contato .mensagem-final {
  text-align: center;
  color: #001A68;
  font-weight: 600;
}
@media (max-width: 1099px) {
  .contato {
    padding-top: 0px;
  }
  .contato h2 {
    font-size: 2.7vh;
    line-height: 3.7vh;
    margin-top: 6vh;
  }
  .contato p {
    font-size: 2vh;
    line-height: 3vh;
  }
}

.box-email {
  height: auto;
  width: 90%;
  box-sizing: border-box;
  background-color: #F4F4F4;
  padding-top: 5vh;
  padding-bottom: 5vh;
  float: left;
  margin-left: 5%;
}
.box-email .botao-enviar {
  width: 90%;
  height: auto;
  padding-top: 2vh;
  padding-bottom: 2vh;
  background-color: #001A68;
  float: left;
  margin-left: 5%;
  text-align: center;
  color: #FFF;
  font-size: 2.5vh;
}
@media (max-width: 1099px) {
  .box-email {
    width: 100%;
    margin-left: 0px;
  }
  .box-email .botao-enviar {
    font-size: 2vh;
  }
}
.box-email p {
  text-align: left;
}

.campos-de-contato {
  height: auto;
  width: 30%;
  box-sizing: border-box;
  float: left;
  margin-left: 5%;
}
@media (max-width: 1099px) {
  .campos-de-contato {
    width: 90%;
  }
}

.box-campo-de-contato {
  width: 100%;
  height: 7.5vh;
  box-sizing: border-box;
  background-color: #FFF;
  float: left;
  margin-bottom: 1.5vh;
}
.box-campo-de-contato ::-webkit-input-placeholder {
  color: #B5B5B5;
}
.box-campo-de-contato :-ms-input-placeholder {
  color: #B5B5B5;
}
.box-campo-de-contato ::placeholder {
  color: #B5B5B5;
}
.box-campo-de-contato ::-webkit-input-placeholder {
  color: #B5B5B5;
}
.box-campo-de-contato .fa-user {
  width: 15%;
  height: 5vh;
  box-sizing: border-box;
  padding-top: 0.8vh;
  font-size: 3.5vh;
  float: left;
  margin-top: 1.25vh;
  margin-left: 5%;
  text-align: center;
}
.box-campo-de-contato .fa-phone {
  width: 15%;
  height: 5vh;
  box-sizing: border-box;
  padding-top: 0.8vh;
  font-size: 3.5vh;
  font-weight: 900;
  float: left;
  margin-top: 1.25vh;
  margin-left: 5%;
  text-align: center;
}
.box-campo-de-contato .fa-map-marker {
  width: 15%;
  height: 5vh;
  box-sizing: border-box;
  padding-top: 0.8vh;
  font-size: 3.5vh;
  font-weight: 900;
  float: left;
  margin-top: 1.25vh;
  margin-left: 5%;
  text-align: center;
}
.box-campo-de-contato .fa-envelope-o {
  width: 15%;
  height: 5vh;
  box-sizing: border-box;
  padding-top: 0.8vh;
  font-size: 3.5vh;
  float: left;
  margin-top: 1.25vh;
  margin-left: 5%;
  text-align: center;
}
.box-campo-de-contato .fa-edit {
  width: 15%;
  height: 5vh;
  box-sizing: border-box;
  padding-top: 0.8vh;
  font-size: 3.5vh;
  float: left;
  margin-top: 1.25vh;
  margin-left: 5%;
  text-align: center;
}
.box-campo-de-contato .fa-calculator {
  width: 15%;
  height: 5vh;
  box-sizing: border-box;
  padding-top: 0.8vh;
  font-size: 3.5vh;
  float: left;
  margin-top: 1.25vh;
  margin-left: 5%;
  text-align: center;
}

.campo-de-contato {
  height: 5vh;
  width: 70%;
  box-sizing: border-box;
  padding: 0.5vh;
  border-style: solid;
  border-width: 0px;
  border-radius: 10px 10px 10px 10px;
  float: left;
  margin-left: 5%;
  margin-top: 1.25vh;
  font-weight: 600;
  font-size: 2.3vh;
  line-height: 3.3vh;
  color: #686868;
}
@media (max-width: 1099px) {
  .campo-de-contato {
    font-size: 2vh;
    line-height: 3vh;
  }
}

.aviso-nome-correto, .aviso-nome-correto2, .aviso-nome-correto3, .aviso-nome-correto4, .aviso-nome-correto5 {
  height: 10.5vh;
  width: 30vw;
  box-sizing: border-box;
  padding: 1vh 2vh 1vh 2vh;
  background-color: #28A9E2;
  color: #FFF;
  position: absolute;
  display: block;
}
.aviso-nome-correto p, .aviso-nome-correto2 p, .aviso-nome-correto3 p, .aviso-nome-correto4 p, .aviso-nome-correto5 p {
  height: auto;
  width: 80%;
  margin-top: 0px;
  margin-left: 0px;
  font-size: 2vh;
  line-height: 2.3vh;
  font-weight: 300;
  color: #FFF;
}
.aviso-nome-correto .fecha-formulario, .aviso-nome-correto2 .fecha-formulario, .aviso-nome-correto3 .fecha-formulario, .aviso-nome-correto4 .fecha-formulario, .aviso-nome-correto5 .fecha-formulario {
  font-size: 3vh;
  line-height: 3.5vh;
  color: #FFF;
}

.aviso-nome-correto {
  height: 10.5vh;
  margin-top: -12vh;
  display: none;
}
@media (max-width: 1099px) {
  .aviso-nome-correto {
    width: 80vw;
  }
}

.aviso-nome-correto2 {
  height: 9vh;
  margin-top: -1vh;
  display: none;
}
@media (max-width: 1099px) {
  .aviso-nome-correto2 {
    width: 80vw;
  }
}

.aviso-nome-correto3 {
  height: 10.5vh;
  margin-top: 6vh;
  display: none;
}
@media (max-width: 1099px) {
  .aviso-nome-correto3 {
    width: 80vw;
  }
}

.aviso-nome-correto4 {
  height: 7vh;
  width: 22vw;
  margin-top: 18.5vh;
  display: none;
}
@media (max-width: 1099px) {
  .aviso-nome-correto4 {
    width: 80vw;
  }
}

.aviso-nome-correto5 {
  height: 10.5vh;
  margin-top: 24.5vh;
  display: none;
}
@media (max-width: 1099px) {
  .aviso-nome-correto5 {
    width: 80vw;
  }
}

.box-fecha-formulario {
  height: 100%;
  width: 3vh;
  box-sizing: border-box;
  float: right;
}

.fecha-formulario {
  height: 3vh;
  width: 3vh;
  box-sizing: border-box;
  padding-top: 0px;
  float: right;
  margin-top: 0px;
  text-align: center;
  cursor: pointer;
}

.aviso-nome-correto6 {
  height: 5vh;
  width: 100%;
  box-sizing: border-box;
  padding: 1vh 2vh 1vh 2vh;
  background-color: #28A9E2;
  color: #FFF;
  float: left;
  margin-top: -10.5vh;
  display: none;
}
.aviso-nome-correto6 p {
  height: auto;
  width: 80%;
  margin-top: 0px;
  margin-left: 0px;
  font-size: 2vh;
  line-height: 2.5vh;
  font-weight: 300;
  color: #FFF;
}
.aviso-nome-correto6 .material-icons {
  font-size: 3vh;
  line-height: 2.5vh;
  color: #FFF;
}
@media (max-width: 1099px) {
  .aviso-nome-correto6 {
    height: 9.5vh;
    width: 80vw;
    position: absolute;
    margin-top: 45.5vh;
  }
}

.aviso-nome-correto7 {
  height: 5vh;
  width: 100%;
  box-sizing: border-box;
  padding: 1vh 2vh 1vh 2vh;
  background-color: #28A9E2;
  color: #FFF;
  float: left;
  margin-top: -10.5vh;
  display: none;
}
.aviso-nome-correto7 p {
  height: auto;
  width: 80%;
  margin-top: 0px;
  margin-left: 0px;
  font-size: 2vh;
  line-height: 2.5vh;
  font-weight: 300;
  color: #FFF;
}
.aviso-nome-correto7 .material-icons {
  font-size: 3vh;
  line-height: 2.5vh;
  color: #FFF;
}
@media (max-width: 1099px) {
  .aviso-nome-correto7 {
    height: 8vh;
    width: 80vw;
    position: absolute;
    margin-top: 45.5vh;
  }
}

.mensagem-de-contato {
  height: 35vh;
  min-height: 35vh;
  max-height: 35vh;
  width: 55%;
  min-width: 57.5%;
  max-width: 57.5%;
  box-sizing: border-box;
  float: left;
  margin-left: 2.5%;
}
.mensagem-de-contato ::-webkit-input-placeholder {
  color: #B5B5B5;
}
.mensagem-de-contato :-ms-input-placeholder {
  color: #B5B5B5;
}
.mensagem-de-contato ::placeholder {
  color: #B5B5B5;
}
.mensagem-de-contato ::-webkit-input-placeholder {
  color: #B5B5B5;
}
@media (max-width: 1099px) {
  .mensagem-de-contato {
    width: 94%;
    min-width: 94%;
    max-width: 94%;
    margin-bottom: 3vh;
    margin-left: 3%;
  }
}

.mensagem {
  height: 35vh;
  min-height: 35vh;
  max-height: 35vh;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  padding: 2% 3% 2% 3%;
  direction: ltr;
  border-style: solid;
  border-width: 0px;
  float: left;
  font-weight: 600;
  font-size: 2.3vh;
  line-height: 3.3vh;
  color: #686868;
}

footer {
  width: 100%;
  height: auto;
  box-sizing: border-box;
  background-color: #001A68;
  float: left;
  font-size: 2vh;
  font-weight: 200;
}
footer p {
  font-size: 2vh;
  color: #FFF;
  line-height: 3.8vh;
}

.sobre-a-empresa {
  width: 18.25%;
  height: 70vh;
  box-sizing: border-box;
  float: left;
  margin-top: 12.5vh;
  margin-left: 7.5%;
  line-height: 5vh;
}
@media (max-width: 1099px) {
  .sobre-a-empresa {
    height: auto;
    width: 90%;
    margin-left: 5%;
  }
}
.sobre-a-empresa h4 {
  font-size: 3vh;
  width: 100%;
  height: auto;
  box-sizing: border-box;
  float: left;
  color: #FFF;
  font-weight: 700;
}
.sobre-a-empresa h4 b {
  color: #28A9E2;
}
.sobre-a-empresa p {
  font-size: 2.3vh;
  font-weight: 200;
  margin-left: 0px;
}
.sobre-a-empresa .vinteAnos {
  height: 15vh;
  width: 100%;
  box-sizing: border-box;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(../imagens/20anos.webp);
  float: left;
}

.logo-footer {
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  height: 15vh;
  width: 100%;
  box-sizing: border-box;
  float: left;
  margin-top: 2.5vh;
  margin-bottom: 2.5vh;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
@media (max-width: 1099px) {
  .logo-footer {
    width: 100%;
  }
}

.box-redes-sociais {
  width: 100%;
  height: 6vh;
  box-sizing: border-box;
  padding-left: 8%;
  float: left;
  margin-top: 5vh;
}
@media (max-width: 1099px) {
  .box-redes-sociais {
    padding-left: 13%;
  }
}

.iconeRodape {
  height: 7vh;
  width: 7vh;
  box-sizing: border-box;
  border-style: solid;
  border-width: 2px;
  border-color: #28A9E2;
  border-radius: 100%;
  padding-top: 1vh;
  float: left;
  margin-left: 1%;
  color: #28A9E2;
  font-size: 3vh;
  content: center;
  text-align: center;
}

.facebook {
  height: 7vh;
  width: 7vh;
  box-sizing: border-box;
  border-style: solid;
  border-width: 2px;
  border-color: #28A9E2;
  border-radius: 100%;
  padding-top: 1vh;
  float: left;
  margin-left: 1%;
  color: #28A9E2;
  font-size: 3vh;
  content: center;
  text-align: center;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.linkedin {
  height: 7vh;
  width: 7vh;
  box-sizing: border-box;
  border-style: solid;
  border-width: 2px;
  border-color: #28A9E2;
  border-radius: 100%;
  padding-top: 1vh;
  float: left;
  margin-left: 1%;
  color: #28A9E2;
  font-size: 3vh;
  content: center;
  text-align: center;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.instagram {
  height: 7vh;
  width: 7vh;
  box-sizing: border-box;
  border-style: solid;
  border-width: 2px;
  border-color: #28A9E2;
  border-radius: 100%;
  padding-top: 1vh;
  float: left;
  margin-left: 1%;
  color: #28A9E2;
  font-size: 3vh;
  content: center;
  text-align: center;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.youtube {
  height: 7vh;
  width: 7vh;
  box-sizing: border-box;
  border-style: solid;
  border-width: 2px;
  border-color: #28A9E2;
  border-radius: 100%;
  padding-top: 1vh;
  float: left;
  margin-left: 1%;
  color: #28A9E2;
  font-size: 3vh;
  content: center;
  text-align: center;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.box-links-rapidos {
  height: auto;
  width: 18.25%;
  box-sizing: border-box;
  float: left;
  margin-left: 4%;
  margin-top: 12.5vh;
  color: #28A9E2;
  line-height: 5vh;
}
.box-links-rapidos h2 {
  height: auto;
  width: 90%;
  font-size: 3vh;
  color: #FFf;
  float: left;
  margin-bottom: 5vh;
  font-weight: 700;
}
@media (max-width: 1099px) {
  .box-links-rapidos {
    height: auto;
    width: 90%;
    margin-left: 5%;
  }
}

.links-rapidos {
  height: auto;
  float: left;
}
.links-rapidos li {
  cursor: pointer;
}
.links-rapidos b {
  color: #b7b7b7;
  font-weight: 600;
  font-size: 2vh;
}
.links-rapidos li:hover {
  color: #1E8CD5;
}
.links-rapidos li:hover b {
  color: #1E8CD5;
}

.enderecos {
  height: auto;
  width: 18.25%;
  box-sizing: border-box;
  margin-left: 4%;
  float: left;
  margin-top: 12.5vh;
  color: #fff;
  line-height: 5vh;
}
@media (max-width: 1099px) {
  .enderecos {
    height: auto;
    width: 90%;
    margin-left: 5%;
  }
}
.enderecos h2 {
  height: auto;
  width: 90%;
  font-size: 3vh;
  color: #FFf;
  float: left;
  margin-bottom: 5vh;
  font-weight: 700;
}
.enderecos li {
  margin-top: 0.5vh;
}
.enderecos b {
  font-weight: 200;
}

.box-enderecos {
  height: auto;
  width: 100%;
  box-sizing: border-box;
  padding-bottom: 1vh;
  float: left;
  -webkit-box-shadow: 0px 1px 1px -1px #FFF;
  box-shadow: 0px 1px 1px -1px #FFF;
}

.box-enderecos2 {
  height: auto;
  width: 100%;
  box-sizing: border-box;
  padding-top: 2vh;
  padding-bottom: 1vh;
  float: left;
  -webkit-box-shadow: 0px 1px 1px -1px #FFF;
  box-shadow: 0px 1px 1px -1px #FFF;
}

.box-enderecos3 {
  height: auto;
  width: 100%;
  box-sizing: border-box;
  padding-top: 2vh;
  padding-bottom: 1vh;
  float: left;
}

.mapa-rodape {
  width: 3vh;
  height: 3vh;
  box-sizing: border-box;
  float: left;
  margin-right: 2%;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  clear: left;
  margin-top: 0.5vh;
}

.icone-email-rodape {
  width: 3vh;
  height: 3vh;
  box-sizing: border-box;
  float: left;
  margin-right: 2%;
  clear: left;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  margin-top: 0.7vh;
}

.icone-telefone-rodape {
  width: 3vh;
  height: 3vh;
  box-sizing: border-box;
  float: left;
  margin-right: 2%;
  clear: left;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  margin-top: 0.5vh;
}

.box-mapa {
  height: 70vh;
  width: 18.25%;
  box-sizing: border-box;
  float: left;
  float: left;
  margin-top: 12.5vh;
  color: #fff;
  line-height: 5vh;
}
.box-mapa h2 {
  height: auto;
  width: 90%;
  font-size: 3vh;
  color: #FFf;
  float: left;
  margin-bottom: 5vh;
}
.box-mapa li {
  margin-top: 0.5vh;
}
.box-mapa b {
  font-weight: 200;
}

.box-obras {
  height: 70vh;
  width: 18.25%;
  box-sizing: border-box;
  float: left;
  margin-left: 4%;
  float: left;
  margin-top: 12.5vh;
  color: #fff;
  line-height: 5vh;
}
.box-obras h2 {
  height: auto;
  width: 90%;
  font-size: 3vh;
  color: #FFf;
  float: left;
  margin-bottom: 5vh;
  font-weight: 700;
}
.box-obras li {
  margin-top: 0.5vh;
}
.box-obras b {
  font-weight: 200;
}
@media (max-width: 1099px) {
  .box-obras {
    height: auto;
    width: 90%;
    margin-left: 5%;
    margin-top: 5vh;
  }
}

.imagens-obras {
  height: 35vh;
  width: 100%;
  float: left;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-position-x: left;
  background-position-y: top;
}

.notificacao-email {
  height: 25vh;
  width: 35vw;
  box-sizing: border-box;
  background-color: #fff;
  border-radius: 3px;
  position: fixed;
  top: 5vh;
  left: 32.5vw;
  z-index: 99;
}
@media (max-width: 1099px) {
  .notificacao-email {
    height: 25vh;
    width: 80vw;
    left: 10vw;
  }
}
.notificacao-email .barra-notificacao-email {
  width: 100%;
  height: 5vh;
  background-color: #28A9E2;
  border-radius: 3px 3px 0px 0px;
  float: left;
  color: #FFF;
  text-align: center;
  padding-top: 1.25vh;
}
@media (max-width: 1099px) {
  .notificacao-email .barra-notificacao-email {
    height: 9.5vh;
    width: 100%;
    box-sizing: border-box;
    padding-left: 7vw;
    padding-right: 7vw;
    font-size: 2.3vh;
  }
}
.notificacao-email p {
  font-size: 2.3vh;
  margin-top: 3vh;
}
.notificacao-email .fa-close {
  width: 10%;
  height: 3vh;
  box-sizing: border-box;
  float: right;
  margin-top: -4.5vh;
  cursor: pointer;
  color: #FFF;
}
@media (max-width: 1099px) {
  .notificacao-email .fa-close {
    margin-top: -7.85vh;
  }
}

/*# sourceMappingURL=fabricacao-de-dutos.css.map */
