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/sobre-nos/banner/webp/banner.webp);
}
.webp .instalacao {
  background-image: url(../imagens/sobre-nos/webp/instalacao.webp);
}
.webp .imagem-colaborador1 {
  background-image: url(../imagens/sobre-nos/colaboradores/webp/1.webp);
}
.webp .imagem-colaborador2 {
  background-image: url(../imagens/sobre-nos/colaboradores/webp/2.webp);
}
.webp .imagem-colaborador3 {
  background-image: url(../imagens/sobre-nos/colaboradores/webp/3.webp);
}
.webp .imagem-colaborador4 {
  background-image: url(../imagens/sobre-nos/colaboradores/webp/4.webp);
}
.webp .imagem-colaborador5 {
  background-image: url(../imagens/sobre-nos/colaboradores/webp/5.webp);
}
.webp .imagem-colaborador6 {
  background-image: url(../imagens/sobre-nos/colaboradores/webp/6.webp);
}
.webp .imagem-colaborador7 {
  background-image: url(../imagens/sobre-nos/colaboradores/webp/7.webp);
}
.webp .imagem-colaborador8 {
  background-image: url(../imagens/sobre-nos/colaboradores/webp/8.webp);
}
.webp .imagem-colaborador9 {
  background-image: url(../imagens/sobre-nos/colaboradores/webp/9.webp);
}
.webp .imagem-colaborador10 {
  background-image: url(../imagens/sobre-nos/colaboradores/webp/10.webp);
}
.webp .imagem-colaborador11 {
  background-image: url(../imagens/sobre-nos/colaboradores/webp/11.webp);
}
.webp .imagem-colaborador12 {
  background-image: url(../imagens/sobre-nos/colaboradores/webp/12.webp);
}
.webp .imagem-colaborador13 {
  background-image: url(../imagens/sobre-nos/colaboradores/webp/13.webp);
}
.webp .imagem-colaborador14 {
  background-image: url(../imagens/sobre-nos/colaboradores/webp/14.webp);
}
.webp .imagem-colaborador15 {
  background-image: url(../imagens/sobre-nos/colaboradores/webp/15.webp);
}
.webp .imagem-colaborador16 {
  background-image: url(../imagens/sobre-nos/colaboradores/webp/16.webp);
}
.webp .imagem-colaborador17 {
  background-image: url(../imagens/sobre-nos/colaboradores/webp/17.webp);
}
.webp .imagem-colaborador18 {
  background-image: url(../imagens/sobre-nos/colaboradores/webp/18.webp);
}
.webp .imagem-colaborador19 {
  background-image: url(../imagens/sobre-nos/colaboradores/webp/19.webp);
}
.webp .imagem-colaborador20 {
  background-image: url(../imagens/sobre-nos/colaboradores/webp/20.webp);
}
.webp .imagem-colaborador21 {
  background-image: url(../imagens/sobre-nos/colaboradores/webp/21.webp);
}
.webp .imagem-colaborador22 {
  background-image: url(../imagens/sobre-nos/colaboradores/webp/22.webp);
}
.webp .imagem-colaborador23 {
  background-image: url(../imagens/sobre-nos/colaboradores/webp/23.webp);
}
.webp .imagem-colaborador24 {
  background-image: url(../imagens/sobre-nos/colaboradores/webp/24.webp);
}
.webp .imagem-colaborador25 {
  background-image: url(../imagens/sobre-nos/colaboradores/webp/25.webp);
}
.webp .imagem-colaborador26 {
  background-image: url(../imagens/sobre-nos/colaboradores/webp/26.webp);
}
.webp .imagem-colaborador27 {
  background-image: url(../imagens/sobre-nos/colaboradores/webp/27.webp);
}
.webp .imagem-colaborador28 {
  background-image: url(../imagens/sobre-nos/colaboradores/webp/28.webp);
}
.webp .imagem-colaborador29 {
  background-image: url(../imagens/sobre-nos/colaboradores/webp/29.webp);
}
.webp .imagem-colaborador30 {
  background-image: url(../imagens/sobre-nos/colaboradores/webp/30.webp);
}
.webp .imagem-colaborador31 {
  background-image: url(../imagens/sobre-nos/colaboradores/webp/31.webp);
}
.webp .imagem-colaborador32 {
  background-image: url(../imagens/sobre-nos/colaboradores/webp/32.webp);
}
.webp .imagem-colaborador33 {
  background-image: url(../imagens/sobre-nos/colaboradores/webp/33.webp);
}
.webp .seta-esquerda-conteudo-setores .seta-esquerda {
  background-image: url(../imagens/icones/webp/seta-pequena-esquerda-escura.webp);
}
.webp .seta-direita-conteudo-setores .seta-direita {
  background-image: url(../imagens/icones/webp/seta-pequena-direita-escura.webp);
}
.webp .projetos {
  background-image: url(../imagens/sobre-nos/setores/webp/projeto.webp);
}
.webp .engenharia {
  background-image: url(../imagens/sobre-nos/setores/webp/engenharia.webp);
}
.webp .vendas {
  background-image: url(../imagens/sobre-nos/setores/webp/venda.webp);
}
.webp .manutencao {
  background-image: url(../imagens/sobre-nos/setores/webp/manutencao.webp);
}
.webp .instalacao-setores {
  background-image: url(../imagens/sobre-nos/webp/instalacao.webp);
}
.webp .avatar-feminino {
  background-image: url(../imagens/icones/webp/avatar-feminino.webp);
}
.webp .avatar-masculino {
  background-image: url(../imagens/icones/webp/avatar-masculino.webp);
}
.webp .cliente1 {
  background-image: url(../imagens/home/logo-clientes/webp/1.webp);
}
.webp .cliente2 {
  background-image: url(../imagens/home/logo-clientes/webp/2.webp);
}
.webp .cliente3 {
  background-image: url(../imagens/home/logo-clientes/webp/3.webp);
}
.webp .cliente4 {
  background-image: url(../imagens/home/logo-clientes/webp/4.webp);
}
.webp .cliente5 {
  background-image: url(../imagens/home/logo-clientes/webp/5.webp);
}
.webp .cliente6 {
  background-image: url(../imagens/home/logo-clientes/webp/6.webp);
}
.webp .cliente7 {
  background-image: url(../imagens/home/logo-clientes/webp/7.webp);
}
.webp .cliente8 {
  background-image: url(../imagens/home/logo-clientes/webp/8.webp);
}
.webp .cliente9 {
  background-image: url(../imagens/home/logo-clientes/webp/9.webp);
}
.webp .cliente10 {
  background-image: url(../imagens/home/logo-clientes/webp/10.webp);
}
.webp .cliente11 {
  background-image: url(../imagens/home/logo-clientes/webp/11.webp);
}
.webp .cliente12 {
  background-image: url(../imagens/home/logo-clientes/webp/12.webp);
}
.webp .imagem-nossos-clientes-1 {
  background-image: url(../imagens/home/logo-clientes/webp/nossos-clientes-1.webp);
}
.webp .imagem-nossos-clientes-2 {
  background-image: url(../imagens/home/logo-clientes/webp/nossos-clientes-2.webp);
}
.webp .imagem-nossos-clientes-3 {
  background-image: url(../imagens/home/logo-clientes/webp/nossos-clientes-3.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-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/sobre-nos/banner/outros/banner.jpg);
}
.no-webp .instalacao {
  background-image: url(../imagens/sobre-nos/outros/instalacao.jpg);
}
.no-webp .imagem-colaborador1 {
  background-image: url(../imagens/sobre-nos/colaboradores/outros/1.jpg);
}
.no-webp .imagem-colaborador2 {
  background-image: url(../imagens/sobre-nos/colaboradores/outros/2.jpg);
}
.no-webp .imagem-colaborador3 {
  background-image: url(../imagens/sobre-nos/colaboradores/outros/3.jpg);
}
.no-webp .imagem-colaborador4 {
  background-image: url(../imagens/sobre-nos/colaboradores/outros/4.jpg);
}
.no-webp .imagem-colaborador5 {
  background-image: url(../imagens/sobre-nos/colaboradores/outros/5.jpg);
}
.no-webp .imagem-colaborador6 {
  background-image: url(../imagens/sobre-nos/colaboradores/outros/6.jpg);
}
.no-webp .imagem-colaborador7 {
  background-image: url(../imagens/sobre-nos/colaboradores/outros/7.jpg);
}
.no-webp .imagem-colaborador8 {
  background-image: url(../imagens/sobre-nos/colaboradores/outros/8.jpg);
}
.no-webp .imagem-colaborador9 {
  background-image: url(../imagens/sobre-nos/colaboradores/outros/9.jpg);
}
.no-webp .imagem-colaborador10 {
  background-image: url(../imagens/sobre-nos/colaboradores/outros/10.jpg);
}
.no-webp .imagem-colaborador11 {
  background-image: url(../imagens/sobre-nos/colaboradores/outros/11.jpg);
}
.no-webp .imagem-colaborador12 {
  background-image: url(../imagens/sobre-nos/colaboradores/outros/12.jpg);
}
.no-webp .imagem-colaborador13 {
  background-image: url(../imagens/sobre-nos/colaboradores/outros/13.jpg);
}
.no-webp .imagem-colaborador14 {
  background-image: url(../imagens/sobre-nos/colaboradores/outros/14.jpg);
}
.no-webp .imagem-colaborador15 {
  background-image: url(../imagens/sobre-nos/colaboradores/outros/15.jpg);
}
.no-webp .imagem-colaborador16 {
  background-image: url(../imagens/sobre-nos/colaboradores/outros/16.jpg);
}
.no-webp .imagem-colaborador17 {
  background-image: url(../imagens/sobre-nos/colaboradores/outros/17.jpg);
}
.no-webp .imagem-colaborador18 {
  background-image: url(../imagens/sobre-nos/colaboradores/outros/18.jpg);
}
.no-webp .imagem-colaborador19 {
  background-image: url(../imagens/sobre-nos/colaboradores/outros/19.jpg);
}
.no-webp .imagem-colaborador20 {
  background-image: url(../imagens/sobre-nos/colaboradores/outros/20.jpg);
}
.no-webp .imagem-colaborador21 {
  background-image: url(../imagens/sobre-nos/colaboradores/outros/21.jpg);
}
.no-webp .imagem-colaborador22 {
  background-image: url(../imagens/sobre-nos/colaboradores/outros/22.jpg);
}
.no-webp .imagem-colaborador23 {
  background-image: url(../imagens/sobre-nos/colaboradores/outros/23.jpg);
}
.no-webp .imagem-colaborador24 {
  background-image: url(../imagens/sobre-nos/colaboradores/outros/24.jpg);
}
.no-webp .imagem-colaborador25 {
  background-image: url(../imagens/sobre-nos/colaboradores/outros/25.jpg);
}
.no-webp .imagem-colaborador26 {
  background-image: url(../imagens/sobre-nos/colaboradores/outros/26.jpg);
}
.no-webp .imagem-colaborador27 {
  background-image: url(../imagens/sobre-nos/colaboradores/outros/27.jpg);
}
.no-webp .imagem-colaborador28 {
  background-image: url(../imagens/sobre-nos/colaboradores/outros/28.jpg);
}
.no-webp .imagem-colaborador29 {
  background-image: url(../imagens/sobre-nos/colaboradores/outros/29.jpg);
}
.no-webp .imagem-colaborador30 {
  background-image: url(../imagens/sobre-nos/colaboradores/outros/30.jpg);
}
.no-webp .imagem-colaborador31 {
  background-image: url(../imagens/sobre-nos/colaboradores/outros/31.jpg);
}
.no-webp .imagem-colaborador32 {
  background-image: url(../imagens/sobre-nos/colaboradores/outros/32.jpg);
}
.no-webp .imagem-colaborador33 {
  background-image: url(../imagens/sobre-nos/colaboradores/outros/33.jpg);
}
.no-webp .projetos {
  background-image: url(../imagens/sobre-nos/setores/outros/projeto.jpg);
}
.no-webp .seta-esquerda-conteudo-setores .seta-esquerda {
  background-image: url(../imagens/icones/outros/seta-pequena-esquerda-escura.png);
}
.no-webp .seta-direita-conteudo-setores .seta-direita {
  background-image: url(../imagens/icones/outros/seta-pequena-direita-escura.png);
}
.no-webp .engenharia {
  background-image: url(../imagens/sobre-nos/setores/outros/engenharia.jpg);
}
.no-webp .vendas {
  background-image: url(../imagens/sobre-nos/setores/outros/venda.jpg);
}
.no-webp .logistica {
  background-image: url(../imagens/sobre-nos/setores/outros/logistica.jpg);
}
.no-webp .logistica {
  background-image: url(../imagens/sobre-nos/setores/outros/logistica.jpg);
}
.no-webp .manutencao {
  background-image: url(../imagens/sobre-nos/setores/outros/manutencao.jpg);
}
.no-webp .instalacao-setores {
  background-image: url(../imagens/sobre-nos/outros/instalacao.jpg);
}
.no-webp .avatar-feminino {
  background-image: url(../imagens/icones/outros/avatar-feminino.jpg);
}
.no-webp .avatar-masculino {
  background-image: url(../imagens/icones/outros/avatar-masculino.jpg);
}
.no-webp .cliente1 {
  background-image: url(../imagens/home/logo-clientes/outros/1.jpg);
}
.no-webp .cliente2 {
  background-image: url(../imagens/home/logo-clientes/outros/2.jpg);
}
.no-webp .cliente3 {
  background-image: url(../imagens/home/logo-clientes/outros/3.jpg);
}
.no-webp .cliente4 {
  background-image: url(../imagens/home/logo-clientes/outros/4.jpg);
}
.no-webp .cliente5 {
  background-image: url(../imagens/home/logo-clientes/outros/5.jpg);
}
.no-webp .cliente6 {
  background-image: url(../imagens/home/logo-clientes/outros/6.jpg);
}
.no-webp .cliente7 {
  background-image: url(../imagens/home/logo-clientes/outros/7.jpg);
}
.no-webp .cliente8 {
  background-image: url(../imagens/home/logo-clientes/outros/8.jpg);
}
.no-webp .cliente9 {
  background-image: url(../imagens/home/logo-clientes/outros/9.jpg);
}
.no-webp .cliente10 {
  background-image: url(../imagens/home/logo-clientes/outros/10.jpg);
}
.no-webp .cliente11 {
  background-image: url(../imagens/home/logo-clientes/outros/11.jpg);
}
.no-webp .cliente12 {
  background-image: url(../imagens/home/logo-clientes/outros/12.jpg);
}
.no-webp .imagem-nossos-clientes-1 {
  background-image: url(../imagens/home/logo-clientes/outros/nossos-clientes-1.jpg);
}
.no-webp .imagem-nossos-clientes-2 {
  background-image: url(../imagens/home/logo-clientes/outros/nossos-clientes-2.jpg);
}
.no-webp .imagem-nossos-clientes-3 {
  background-image: url(../imagens/home/logo-clientes/outros/nossos-clientes-3.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;
}

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

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

.quem-somos {
  width: 85%;
  height: auto;
  box-sizing: border-box;
  float: left;
  margin-top: 8vh;
  margin-left: 7.5%;
}
.quem-somos .titulo-personalizado-esquerda {
  margin-bottom: 8vh;
}

.titulo-quem-somos {
  height: auto;
  width: 100%;
  box-sizing: border-box;
  float: left;
  margin-bottom: 0px;
}

.texto-quem-somos {
  height: auto;
  width: 55%;
  box-sizing: border-box;
  float: right;
  margin-right: 5%;
}
.texto-quem-somos p {
  height: auto;
  width: 100%;
  box-sizing: border-box;
  float: left;
  margin-bottom: 3vh;
  font-size: 2.5vh;
  line-height: 3.5vh;
  margin-left: 0px;
  text-align: left;
}
@media (max-width: 1099px) {
  .texto-quem-somos {
    height: auto;
    width: 100%;
    margin-right: 0%;
  }
  .texto-quem-somos p {
    text-align: left;
  }
}

.imagem-quem-somos {
  height: 40vh;
  width: 40%;
  box-sizing: border-box;
  float: right;
}
@media (max-width: 1099px) {
  .imagem-quem-somos {
    height: 40vh;
    width: 100%;
    margin-top: -3vh;
    margin-bottom: 5vh;
  }
}

.instalacao {
  height: 100%;
  width: 100%;
  box-sizing: border-box;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  float: left;
}

.video-quem-somos {
  height: 75vh;
  width: 80%;
  box-sizing: border-box;
  float: left;
  margin-top: 6vh;
  margin-left: 10%;
}
@media (max-width: 1099px) {
  .video-quem-somos {
    width: 100%;
    margin-left: 0px;
    height: 30vh;
  }
}

.box-setores {
  height: auto;
  width: 100%;
  box-sizing: border-box;
  padding: 5vh 0vh;
  float: left;
  margin-top: 8vh;
  background-color: #F4F4F4;
}

.box-titulo-setores {
  height: auto;
  width: 85%;
  box-sizing: boder-box;
  float: left;
  margin-left: 7.5%;
  margin-right: 7.5%;
}

.seta-esquerda-conteudo-setores {
  height: 15vh;
  width: 2.5%;
  box-sizing: border-box;
  border-style: solid;
  border-width: 2px;
  border-radius: 1px;
  border-color: #B0B0B0;
  float: left;
  margin-left: 2.25%;
  margin-top: 13vh;
  opacity: 0.6;
  cursor: pointer;
}
.seta-esquerda-conteudo-setores .seta-esquerda {
  width: 50%;
  height: 5vh;
  box-sizing: border-box;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  float: left;
  margin-left: 25%;
  margin-top: 5vh;
}
@media (max-width: 1099px) {
  .seta-esquerda-conteudo-setores {
    height: 10vh;
    width: 10vw;
    margin-left: 2vw;
    margin-top: 15.5vh;
  }
  .seta-esquerda-conteudo-setores .seta-esquerda {
    width: 75%;
    height: 5vh;
    box-sizing: border-box;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    float: left;
    margin-left: 12.5%;
    margin-top: 2vh;
  }
}

.box-conteudo-setores {
  width: 85%;
  height: 45vh;
  box-sizing: border-box;
  float: left;
  margin-left: 2.05%;
  margin-top: 3vh;
  overflow-x: hidden;
}
@media (max-width: 1099px) {
  .box-conteudo-setores {
    width: 72vw;
    margin-left: 2vw;
  }
}

.box-de-rolagem-setores {
  width: 131vw;
  height: auto;
}
@media (max-width: 1099px) {
  .box-de-rolagem-setores {
    height: auto;
    width: 1770px;
  }
}

.projetos {
  height: 35vh;
  width: 20vw;
  box-sizing: border-box;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  float: left;
}
@media (max-width: 1099px) {
  .projetos {
    width: 280px;
  }
}

.engenharia {
  height: 35vh;
  width: 20vw;
  box-sizing: border-box;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  float: left;
}
@media (max-width: 1099px) {
  .engenharia {
    width: 280px;
  }
}

.vendas {
  height: 35vh;
  width: 20vw;
  box-sizing: border-box;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  float: left;
}
@media (max-width: 1099px) {
  .vendas {
    width: 280px;
  }
}

.logistica {
  height: 35vh;
  width: 20vw;
  box-sizing: border-box;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  float: left;
}
@media (max-width: 1099px) {
  .logistica {
    width: 280px;
  }
}

.manutencao {
  height: 35vh;
  width: 20vw;
  box-sizing: border-box;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  float: left;
}
@media (max-width: 1099px) {
  .manutencao {
    width: 280px;
  }
}

.instalacao-setores {
  height: 35vh;
  width: 20vw;
  box-sizing: border-box;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  float: left;
}
@media (max-width: 1099px) {
  .instalacao-setores {
    width: 280px;
  }
}

.box-setores1 {
  height: 45vh;
  width: 20vw;
  box-sizing: border-box;
  float: left;
  margin-left: 1vw;
}
@media (max-width: 1099px) {
  .box-setores1 {
    width: 280px;
    margin-left: 0px;
  }
}
.box-setores1 .titulo {
  height: auto;
  width: 100%;
  float: left;
  margin-top: 2.5vh;
  font-weight: 500;
  text-align: center;
  color: #001a68;
  font-size: 3vh;
}
.box-setores1 .barra {
  height: 1vh;
  width: 25%;
  box-sizing: border-box;
  border-style: solid;
  border-width: 1px 0px 0px 0px;
  border-color: #b0b0b0;
  float: left;
  margin-top: 0.5vh;
  margin-left: 37.5%;
}

.box-setores2 {
  height: 45vh;
  width: 20vw;
  box-sizing: border-box;
  float: left;
  margin-left: 2vw;
}
@media (max-width: 1099px) {
  .box-setores2 {
    width: 280px;
    margin-left: 10px;
  }
}
.box-setores2 .titulo {
  height: auto;
  width: 100%;
  float: left;
  margin-top: 2.5vh;
  font-weight: 500;
  text-align: center;
  color: #001a68;
  font-size: 3vh;
}
.box-setores2 .barra {
  height: 1vh;
  width: 25%;
  box-sizing: border-box;
  border-style: solid;
  border-width: 1px 0px 0px 0px;
  border-color: #b0b0b0;
  float: left;
  margin-top: 0.5vh;
  margin-left: 37.5%;
}

.seta-direita-conteudo-setores {
  height: 15vh;
  width: 2.5%;
  box-sizing: border-box;
  border-style: solid;
  border-width: 2px;
  border-radius: 1px;
  border-color: #B0B0B0;
  float: left;
  margin-left: 2.25%;
  margin-top: 13vh;
  opacity: 0.6;
  cursor: pointer;
}
.seta-direita-conteudo-setores .seta-direita {
  width: 50%;
  height: 5vh;
  box-sizing: border-box;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  float: left;
  margin-left: 25%;
  margin-top: 5vh;
}
@media (max-width: 1099px) {
  .seta-direita-conteudo-setores {
    height: 10vh;
    width: 10vw;
    margin-right: -11vw;
    margin-left: 2vw;
    margin-top: 15.5vh;
  }
  .seta-direita-conteudo-setores .seta-direita {
    width: 75%;
    height: 5vh;
    box-sizing: border-box;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    float: left;
    margin-left: 12.5%;
    margin-top: 2vh;
  }
}

.colaboradores {
  width: 100%;
  height: auto;
  box-sizing: border-box;
  float: left;
  margin-top: 8vh;
  padding-left: 7.5%;
  padding-right: 7.5%;
}
.colaboradores .titulo-personalizado-esquerda {
  margin-bottom: 5vh;
}
@media (max-width: 1099px) {
  .colaboradores {
    padding: 0px;
  }
  .colaboradores .titulo-personalizado-esquerda {
    margin-left: 7.5%;
  }
  .colaboradores p {
    width: 85%;
    margin-left: 7.5%;
  }
}

p {
  font-size: 2.5vh;
  width: 100%;
  height: auto;
  box-sizing: border-box;
  float: left;
}

.colaborador-esquerdo {
  width: 100%;
  height: 30vh;
  box-sizing: border-box;
  floaT: left;
  margin-top: 5vh;
}
.colaborador-esquerdo p {
  height: auto;
  width: 75%;
  box-sizing: border-box;
  float: left;
  margin-left: 2%;
  margin-bottom: 2vh;
  margin-top: 2vh;
  text-align: right;
}
@media (max-width: 1099px) {
  .colaborador-esquerdo p {
    text-align: left;
  }
}
.colaborador-esquerdo b {
  font-size: 3.5vh;
  color: #7A7A7A;
  font-weight: 500;
}
.colaborador-esquerdo .nome-colaborador {
  margin-top: 3vh;
}
@media (max-width: 1099px) {
  .colaborador-esquerdo {
    height: auto;
    box-sizing: boder-box;
    padding-left: 7.5%;
    padding-right: 7.5%;
    margin-left: 0px;
  }
  .colaborador-esquerdo .nome-colaborador {
    margin-top: 5vh;
    margin-bottom: 0px;
  }
  .colaborador-esquerdo p {
    width: 100%;
  }
  .colaborador-esquerdo b {
    font-size: 4.5vh;
  }
}

.colaborador-direito {
  width: 100%;
  height: 30vh;
  box-sizing: border-box;
  background-color: #F4F4F4;
  float: left;
  margin-top: 5vh;
}
.colaborador-direito .nome-colaborador {
  margin-top: 3vh;
}
.colaborador-direito p {
  height: auto;
  width: 75%;
  box-sizing: border-box;
  text-align: left;
  float: left;
  margin-left: 2%;
  margin-bottom: 2vh;
  margin-top: 2vh;
}
@media (max-width: 1099px) {
  .colaborador-direito p {
    text-align: left;
  }
}
.colaborador-direito b {
  font-size: 3.5vh;
  text-align: right;
  color: #7A7A7A;
  font-weight: 500;
}
@media (max-width: 1099px) {
  .colaborador-direito {
    height: auto;
    box-sizing: boder-box;
    padding-left: 7.5%;
    padding-right: 7.5%;
    margin-left: 0px;
  }
  .colaborador-direito .nome-colaborador {
    margin-top: 5vh;
    margin-bottom: 0px;
  }
  .colaborador-direito p {
    width: 100%;
    text-align: left;
  }
}
@media (max-width: 1099px) and (max-width: 1099px) {
  .colaborador-direito p {
    text-align: left;
  }
}
@media (max-width: 1099px) {
  .colaborador-direito b {
    font-size: 4.5vh;
  }
}

.imagem-colaborador1, .imagem-colaborador3, .imagem-colaborador5, .imagem-colaborador7, .imagem-colaborador9, .imagem-colaborador11, .imagem-colaborador13, .imagem-colaborador15, .imagem-colaborador17, .imagem-colaborador19, .imagem-colaborador21, .imagem-colaborador23, .imagem-colaborador25, .imagem-colaborador27, .imagem-colaborador29, .imagem-colaborador32 {
  width: 25vh;
  height: 25vh;
  box-sizing: border-box;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  float: left;
  margin-top: 2.5vh;
  margin-left: 2.5vh;
}
@media (max-width: 1099px) {
  .imagem-colaborador1, .imagem-colaborador3, .imagem-colaborador5, .imagem-colaborador7, .imagem-colaborador9, .imagem-colaborador11, .imagem-colaborador13, .imagem-colaborador15, .imagem-colaborador17, .imagem-colaborador19, .imagem-colaborador21, .imagem-colaborador23, .imagem-colaborador25, .imagem-colaborador27, .imagem-colaborador29, .imagem-colaborador32 {
    height: 40vh;
    width: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    margin-lefT: 0px;
  }
}

.imagem-colaborador2, .imagem-colaborador4, .imagem-colaborador6, .imagem-colaborador8, .imagem-colaborador10, .imagem-colaborador12, .imagem-colaborador14, .imagem-colaborador16, .imagem-colaborador18, .imagem-colaborador20, .imagem-colaborador22, .imagem-colaborador24, .imagem-colaborador26, .imagem-colaborador28, .imagem-colaborador30, .imagem-colaborador31, .imagem-colaborador33 {
  width: 25vh;
  height: 25vh;
  box-sizing: border-box;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  float: right;
  margin-top: 2.5vh;
  margin-right: 2.5vh;
}
@media (max-width: 1099px) {
  .imagem-colaborador2, .imagem-colaborador4, .imagem-colaborador6, .imagem-colaborador8, .imagem-colaborador10, .imagem-colaborador12, .imagem-colaborador14, .imagem-colaborador16, .imagem-colaborador18, .imagem-colaborador20, .imagem-colaborador22, .imagem-colaborador24, .imagem-colaborador26, .imagem-colaborador28, .imagem-colaborador30, .imagem-colaborador31, .imagem-colaborador33 {
    height: 40vh;
    width: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    margin-right: 0px;
  }
}

.secao-clientes {
  width: 100%;
  height: auto;
  box-sizing: border-box;
  padding-top: 10vh;
  background-color: #FFF;
  float: left;
  padding-bottom: 20vh;
}

.box-palavra-cliente {
  height: 60vh;
  width: 40%;
  box-sizing: border-box;
  float: left;
  margin-left: 7.5%;
}
@media (max-width: 1099px) {
  .box-palavra-cliente {
    height: auto;
    width: 90%;
  }
  .box-palavra-cliente h3 {
    height: auto;
    width: 100%;
    margin-top: 3vh;
  }
}

.nossos-clientes {
  height: 60vh;
  width: 40%;
  box-sizing: border-box;
  float: left;
  margin-left: 5%;
}
@media (max-width: 1099px) {
  .nossos-clientes {
    height: auto;
    width: 90%;
    margin-top: 5vh;
  }
}

.box-bianca-elena {
  height: auto;
  width: 100%;
  box-sizing: border-box;
  padding: 6vh;
  border-style: solid;
  border-width: 1px;
  border-color: #EAEAEA;
  float: left;
  margin-top: 3vh;
}
.box-bianca-elena p {
  line-height: 4vh;
  font-size: 2.5vh;
  color: #BFBFBF;
}

.box-bianca-elena {
  height: auto;
  width: 100%;
  box-sizing: border-box;
  padding: 6vh;
  border-style: solid;
  border-width: 1px;
  border-color: #EAEAEA;
  float: left;
  margin-top: 3vh;
  display: none;
}
.box-bianca-elena p {
  line-height: 4vh;
  font-size: 2.7vh;
  color: #BFBFBF;
}

.bianca-elena {
  width: 100%;
  height: 10vh;
  box-sizing: border-box;
  margin-bottom: 3vh;
}

.avatar-feminino {
  height: 10vh;
  width: 10vh;
  box-sizing: border-box;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  float: left;
  margin-right: 3vw;
}

.avatar-masculino {
  height: 10vh;
  width: 10vh;
  box-sizing: border-box;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  float: left;
  margin-right: 3vw;
}

.nome-avatar {
  width: 50%;
  float: left;
  font-size: 3vh;
  color: #2E3841;
}

.palavra-do-cliente {
  width: 70%;
}

.aspas {
  height: 35px;
  width: 10%;
  box-sizing: border-box;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  float: left;
}

.sub-titulo-avatar {
  height: auto;
  width: 50%;
  float: left;
  margin-left: 0px;
  margin-top: 1vh;
  text-align: left;
  font-size: 2vh;
  color: #BFBFBF;
}
@media (max-width: 1099px) {
  .sub-titulo-avatar {
    width: 100%;
    font-weight: 800;
  }
}

.box-nossos-clientes {
  height: 52.5vh;
  width: 100%;
  box-sizing: border-box;
  float: left;
  margin-top: 3vh;
}

.box-navegacao-nossos-clientes {
  width: 9%;
  height: 5vh;
  box-sizing: border-box;
  float: left;
  margin-left: 46%;
  margin-top: 1.25vh;
}
@media (max-width: 1099px) {
  .box-navegacao-nossos-clientes {
    width: 20%;
    margin-left: 40%;
  }
}

.bolinha-de-navegacao {
  height: 2vh;
  width: 2vh;
  box-sizing: border-box;
  background-color: #123C63;
  border-radius: 2vh;
  float: left;
  margin-top: 1.5vh;
  cursor: pointer;
}

.bolinha-de-navegacao-2 {
  height: 2vh;
  width: 2vh;
  box-sizing: border-box;
  background-color: #D6D6D6;
  border-radius: 2vh;
  float: left;
  margin-top: 1.5vh;
  margin-left: 7%;
  cursor: pointer;
}

.nossos-clientes-1 {
  height: 47vh;
  width: 100%;
  box-sizing: border-box;
  float: left;
}

.nossos-clientes-2 {
  height: 47vh;
  width: 100%;
  box-sizing: border-box;
  float: left;
  display: none;
}

.nossos-clientes-3 {
  height: 47vh;
  width: 100%;
  box-sizing: border-box;
  float: left;
  display: none;
}

.imagem-nossos-clientes-1 {
  height: 100%;
  width: 100%;
  box-sizing: border-box;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  float: left;
}

.imagem-nossos-clientes-2 {
  height: 100%;
  width: 100%;
  box-sizing: border-box;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  float: left;
}

.imagem-nossos-clientes-3 {
  height: 90%;
  width: 100%;
  box-sizing: border-box;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-position: left, center;
  margin-left: 5%;
  float: left;
}

.cliente1 {
  width: 25%;
  height: 13vh;
  box-sizing: border-box;
  background-origin: content-box;
  padding: 2vh;
  float: left;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.cliente2 {
  width: 25%;
  height: 13vh;
  box-sizing: border-box;
  background-origin: content-box;
  padding: 2vh;
  float: left;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.cliente3 {
  width: 25%;
  height: 13vh;
  box-sizing: border-box;
  background-origin: content-box;
  padding: 2vh;
  float: left;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.cliente4 {
  width: 25%;
  height: 13vh;
  box-sizing: border-box;
  background-origin: content-box;
  padding: 2vh;
  float: left;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.cliente5 {
  width: 25%;
  height: 13vh;
  box-sizing: border-box;
  background-origin: content-box;
  padding: 2vh;
  float: left;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.cliente6 {
  width: 25%;
  height: 13vh;
  box-sizing: border-box;
  background-origin: content-box;
  padding: 2vh;
  float: left;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.cliente7 {
  width: 25%;
  height: 13vh;
  box-sizing: border-box;
  background-origin: content-box;
  padding: 2vh;
  float: left;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.cliente8 {
  width: 25%;
  height: 13vh;
  box-sizing: border-box;
  background-origin: content-box;
  padding: 2vh;
  float: left;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.cliente9 {
  width: 25%;
  height: 13vh;
  box-sizing: border-box;
  background-origin: content-box;
  padding: 2vh;
  float: left;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.cliente10 {
  width: 25%;
  height: 13vh;
  box-sizing: border-box;
  background-origin: content-box;
  padding: 2vh;
  float: left;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.cliente11 {
  width: 25%;
  height: 13vh;
  box-sizing: border-box;
  background-origin: content-box;
  padding: 2vh;
  float: left;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.cliente12 {
  width: 25%;
  height: 13vh;
  box-sizing: border-box;
  background-origin: content-box;
  padding: 2vh;
  float: left;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

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

#manoel .nome-colaborador {
  text-align: left;
}
@media (max-width: 1099px) {
  #manoel .nome-colaborador {
    text-align: left;
  }
}
#manoel p {
  text-align: left;
}
@media (max-width: 1099px) {
  #manoel p {
    text-align: left;
  }
}

#fabiana .nome-colaborador {
  text-align: right;
}
@media (max-width: 1099px) {
  #fabiana .nome-colaborador {
    text-align: center;
  }
}
#fabiana p {
  text-align: right;
}
@media (max-width: 1099px) {
  #fabiana p {
    text-align: center;
  }
}

/*# sourceMappingURL=sobre-nos.css.map */
