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 rgba(0, 0, 0, 0.3);
  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;
  }
}

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

.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/imagens-geral/banner/webp/banner.webp);
}
.webp .imagem-1 {
  background-image: url(../imagens/imagens-fujitsu-cassete-inverter/webp/1.webp);
}
.webp .imagem-2 {
  background-image: url(../imagens/imagens-fujitsu-cassete-inverter/webp/2.webp);
}
.webp .imagem-3 {
  background-image: url(../imagens/imagens-fujitsu-cassete-inverter/webp/3.webp);
}
.webp .imagem-4 {
  background-image: url(../imagens/imagens-fujitsu-cassete-inverter/webp/4.webp);
}
.webp .imagem-5 {
  background-image: url(../imagens/imagens-fujitsu-cassete-inverter/webp/5.webp);
}
.webp .imagem-6 {
  background-image: url(../imagens/imagens-fujitsu-cassete-inverter/webp/6.webp);
}
.webp .imagem-7 {
  background-image: url(../imagens/imagens-fujitsu-cassete-inverter/webp/7.webp);
}
.webp .imagem-8 {
  background-image: url(../imagens/imagens-fujitsu-cassete-inverter/webp/8.webp);
}
.webp .imagem-9 {
  background-image: url(../imagens/imagens-fujitsu-cassete-inverter/webp/9.webp);
}
.webp .exemplo-1 {
  background-image: url(../imagens/imagens-fujitsu-cassete-inverter/webp/1.webp);
}
.webp .exemplo-2 {
  background-image: url(../imagens/imagens-fujitsu-cassete-inverter/webp/2.webp);
}
.webp .exemplo-3 {
  background-image: url(../imagens/imagens-fujitsu-cassete-inverter/webp/3.webp);
}
.webp .exemplo-4 {
  background-image: url(../imagens/imagens-fujitsu-cassete-inverter/webp/4.webp);
}
.webp .exemplo-5 {
  background-image: url(../imagens/imagens-fujitsu-cassete-inverter/webp/5.webp);
}
.webp .exemplo-6 {
  background-image: url(../imagens/imagens-fujitsu-cassete-inverter/webp/6.webp);
}
.webp .exemplo-7 {
  background-image: url(../imagens/imagens-fujitsu-cassete-inverter/webp/7.webp);
}
.webp .exemplo-8 {
  background-image: url(../imagens/imagens-fujitsu-cassete-inverter/webp/8.webp);
}
.webp .exemplo-9 {
  background-image: url(../imagens/imagens-fujitsu-cassete-inverter/webp/9.webp);
}
.webp .produto1 {
  background-image: url(../imagens/imagens-fujitsu-cassete-inverter/produtos/webp/1.webp);
}
.webp .produto2 {
  background-image: url(../imagens/imagens-fujitsu-cassete-inverter/produtos/webp/2.webp);
}
.webp .produto3 {
  background-image: url(../imagens/imagens-fujitsu-cassete-inverter/produtos/webp/3.webp);
}
.webp .produto4 {
  background-image: url(../imagens/imagens-fujitsu-cassete-inverter/produtos/webp/4.webp);
}
.webp .logo-p2 {
  background-image: url(../imagens/webp/logo-p2.webp);
}
.webp .logo-footer {
  background-image: url(../imagens/logos/webp/ambiente-policromia-fundo-azul-horizontal.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);
}

.no-webp .logo-desktop {
  background-image: url(../imagens/logos/outros/ambiente-monocromia-negativa-horizontal.png);
}
.no-webp .logo-smartphone {
  background-image: url(../imagens/logos/outros/ambiente-policromia-fundo-azul-horizontal.png);
}
.no-webp .banner1 {
  background-image: url(../imagens/imagens-geral/banner/outros/banner.jpg);
}
.no-webp .imagem-1 {
  background-image: url(../imagens/imagens-fujitsu-cassete-inverter/outros/1.jpg);
}
.no-webp .imagem-2 {
  background-image: url(../imagens/imagens-fujitsu-cassete-inverter/outros/2.jpg);
}
.no-webp .imagem-3 {
  background-image: url(../imagens/imagens-fujitsu-cassete-inverter/outros/3.jpg);
}
.no-webp .imagem-4 {
  background-image: url(../imagens/imagens-fujitsu-cassete-inverter/outros/4.jpg);
}
.no-webp .imagem-5 {
  background-image: url(../imagens/imagens-fujitsu-cassete-inverter/outros/5.jpg);
}
.no-webp .imagem-6 {
  background-image: url(../imagens/imagens-fujitsu-cassete-inverter/outros/6.jpg);
}
.no-webp .imagem-7 {
  background-image: url(../imagens/imagens-fujitsu-cassete-inverter/outros/7.jpg);
}
.no-webp .imagem-8 {
  background-image: url(../imagens/imagens-fujitsu-cassete-inverter/outros/8.jpg);
}
.no-webp .imagem-9 {
  background-image: url(../imagens/imagens-fujitsu-cassete-inverter/outros/9.jpg);
}
.no-webp .exemplo-1 {
  background-image: url(../imagens/imagens-fujitsu-cassete-inverter/outros/1.jpg);
}
.no-webp .exemplo-2 {
  background-image: url(../imagens/imagens-fujitsu-cassete-inverter/outros/2.jpg);
}
.no-webp .exemplo-3 {
  background-image: url(../imagens/imagens-fujitsu-cassete-inverter/outros/3.jpg);
}
.no-webp .exemplo-4 {
  background-image: url(../imagens/imagens-fujitsu-cassete-inverter/outros/4.jpg);
}
.no-webp .exemplo-5 {
  background-image: url(../imagens/imagens-fujitsu-cassete-inverter/outros/5.jpg);
}
.no-webp .exemplo-6 {
  background-image: url(../imagens/imagens-fujitsu-cassete-inverter/outros/6.jpg);
}
.no-webp .exemplo-7 {
  background-image: url(../imagens/imagens-fujitsu-cassete-inverter/outros/7.jpg);
}
.no-webp .exemplo-8 {
  background-image: url(../imagens/imagens-fujitsu-cassete-inverter/outros/8.jpg);
}
.no-webp .exemplo-9 {
  background-image: url(../imagens/imagens-fujitsu-cassete-inverter/outros/9.jpg);
}
.no-webp .produto1 {
  background-image: url(../imagens/imagens-fujitsu-cassete-inverter/produtos/outros/1.jpg);
}
.no-webp .produto2 {
  background-image: url(../imagens/imagens-fujitsu-cassete-inverter/produtos/outros/2.jpg);
}
.no-webp .produto3 {
  background-image: url(../imagens/imagens-fujitsu-cassete-inverter/produtos/outros/3.jpg);
}
.no-webp .produto4 {
  background-image: url(../imagens/imagens-fujitsu-cassete-inverter/produtos/outros/4.jpg);
}
.no-webp .logo-p2 {
  background-image: url(../imagens/outros/logo-p2.png);
}
.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);
}

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

.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/home/banner-principal/webp/1.webp);
}
.webp .produto1 {
  background-image: url(../imagens/imagens-fujitsu-cassete-inverter/webp/1.webp);
}
.webp .produto2 {
  background-image: url(../imagens/imagens-fujitsu-cassete-inverter/webp/2.webp);
}
.webp .produto3 {
  background-image: url(../imagens/imagens-fujitsu-cassete-inverter/webp/3.webp);
}
.webp .produto4 {
  background-image: url(../imagens/imagens-fujitsu-cassete-inverter/webp/4.webp);
}
.webp .produto5 {
  background-image: url(../imagens/imagens-geral/produtos/webp/5.webp);
}
.webp .produto6 {
  background-image: url(../imagens/imagens-geral/produtos/webp/6.webp);
}
.webp .produto7 {
  background-image: url(../imagens/imagens-geral/produtos/webp/7.webp);
}
.webp .produto8 {
  background-image: url(../imagens/imagens-geral/produtos/webp/8.webp);
}
.webp .produto9 {
  background-image: url(../imagens/imagens-geral/produtos/webp/9.webp);
}
.webp .produto10 {
  background-image: url(../imagens/imagens-geral/produtos/webp/10.webp);
}
.webp .produto11 {
  background-image: url(../imagens/imagens-geral/produtos/webp/11.webp);
}
.webp .produto12 {
  background-image: url(../imagens/imagens-geral/produtos/webp/12.webp);
}
.webp .produto13 {
  background-image: url(../imagens/imagens-geral/produtos/webp/13.webp);
}
.webp .produto14 {
  background-image: url(../imagens/imagens-geral/produtos/webp/14.webp);
}
.webp .produto15 {
  background-image: url(../imagens/imagens-geral/produtos/webp/15.webp);
}
.webp .produto16 {
  background-image: url(../imagens/imagens-geral/produtos/webp/16.webp);
}
.webp .produto17 {
  background-image: url(../imagens/imagens-geral/produtos/webp/17.webp);
}
.webp .produto18 {
  background-image: url(../imagens/imagens-geral/produtos/webp/18.webp);
}
.webp .produto19 {
  background-image: url(../imagens/imagens-geral/produtos/webp/19.webp);
}
.webp .produto20 {
  background-image: url(../imagens/imagens-geral/produtos/webp/20.webp);
}
.webp .produto21 {
  background-image: url(../imagens/imagens-geral/produtos/webp/21.webp);
}
.webp .produto22 {
  background-image: url(../imagens/imagens-geral/produtos/webp/22.webp);
}
.webp .produto23 {
  background-image: url(../imagens/imagens-geral/produtos/webp/23.webp);
}
.webp .produto24 {
  background-image: url(../imagens/imagens-geral/produtos/webp/24.webp);
}
.webp .produto25 {
  background-image: url(../imagens/imagens-geral/produtos/webp/25.webp);
}
.webp .produto26 {
  background-image: url(../imagens/imagens-geral/produtos/webp/26.webp);
}
.webp .produto27 {
  background-image: url(../imagens/imagens-geral/produtos/webp/27.webp);
}
.webp .produto28 {
  background-image: url(../imagens/imagens-geral/produtos/webp/28.webp);
}
.webp .produto29 {
  background-image: url(../imagens/imagens-geral/produtos/webp/29.webp);
}
.webp .produto30 {
  background-image: url(../imagens/imagens-geral/produtos/webp/30.webp);
}
.webp .produto31 {
  background-image: url(../imagens/imagens-geral/produtos/webp/31.webp);
}
.webp .produto32 {
  background-image: url(../imagens/imagens-geral/produtos/webp/32.webp);
}
.webp .produto33 {
  background-image: url(../imagens/imagens-geral/produtos/webp/33.webp);
}
.webp .produto34 {
  background-image: url(../imagens/imagens-geral/produtos/webp/34.webp);
}
.webp .produto35 {
  background-image: url(../imagens/imagens-geral/produtos/webp/35.webp);
}
.webp .produto36 {
  background-image: url(../imagens/imagens-geral/produtos/webp/36.webp);
}
.webp .logo-footer {
  background-image: url("../imagens/logos/webp/ambiente-policromia-fundo-azul-horizontal.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);
}

.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/home/banner-principal/outros/1.jpg);
}
.no-webp .produto1 {
  background-image: url(../imagens/imagens-fujitsu-cassete-inverter/outros/1.jpg);
}
.no-webp .produto2 {
  background-image: url(../imagens/imagens-fujitsu-cassete-inverter/outros/2.jpg);
}
.no-webp .produto3 {
  background-image: url(../imagens/imagens-fujitsu-cassete-inverter/outros/3.jpg);
}
.no-webp .produto4 {
  background-image: url(../imagens/imagens-fujitsu-cassete-inverter/outros/4.jpg);
}
.no-webp .produto5 {
  background-image: url(../imagens/imagens-geral/produtos/outros/5.jpg);
}
.no-webp .produto6 {
  background-image: url(../imagens/imagens-geral/produtos/outros/6.jpg);
}
.no-webp .produto7 {
  background-image: url(../imagens/imagens-geral/produtos/outros/7.jpg);
}
.no-webp .produto8 {
  background-image: url(../imagens/imagens-geral/produtos/outros/8.jpg);
}
.no-webp .produto9 {
  background-image: url(../imagens/imagens-geral/produtos/outros/9.jpg);
}
.no-webp .produto10 {
  background-image: url(../imagens/imagens-geral/produtos/outros/10.jpg);
}
.no-webp .produto11 {
  background-image: url(../imagens/imagens-geral/produtos/outros/11.jpg);
}
.no-webp .produto12 {
  background-image: url(../imagens/imagens-geral/produtos/outros/12.jpg);
}
.no-webp .produto13 {
  background-image: url(../imagens/imagens-geral/produtos/outros/13.jpg);
}
.no-webp .produto14 {
  background-image: url(../imagens/imagens-geral/produtos/outros/14.jpg);
}
.no-webp .produto15 {
  background-image: url(../imagens/imagens-geral/produtos/outros/15.jpg);
}
.no-webp .produto16 {
  background-image: url(../imagens/imagens-geral/produtos/outros/16.jpg);
}
.no-webp .produto17 {
  background-image: url(../imagens/imagens-geral/produtos/outros/17.jpg);
}
.no-webp .produto18 {
  background-image: url(../imagens/imagens-geral/produtos/outros/18.jpg);
}
.no-webp .produto19 {
  background-image: url(../imagens/imagens-geral/produtos/outros/19.jpg);
}
.no-webp .produto20 {
  background-image: url(../imagens/imagens-geral/produtos/outros/20.jpg);
}
.no-webp .produto21 {
  background-image: url(../imagens/imagens-geral/produtos/outros/21.jpg);
}
.no-webp .produto22 {
  background-image: url(../imagens/imagens-geral/produtos/outros/22.jpg);
}
.no-webp .produto23 {
  background-image: url(../imagens/imagens-geral/produtos/outros/23.jpg);
}
.no-webp .produto24 {
  background-image: url(../imagens/imagens-geral/produtos/outros/24.jpg);
}
.no-webp .produto25 {
  background-image: url(../imagens/imagens-geral/produtos/outros/25.jpg);
}
.no-webp .produto26 {
  background-image: url(../imagens/imagens-geral/produtos/outros/26.jpg);
}
.no-webp .produto27 {
  background-image: url(../imagens/imagens-geral/produtos/outros/27.jpg);
}
.no-webp .produto28 {
  background-image: url(../imagens/imagens-geral/produtos/outros/28.jpg);
}
.no-webp .produto29 {
  background-image: url(../imagens/imagens-geral/produtos/outros/29.jpg);
}
.no-webp .produto30 {
  background-image: url(../imagens/imagens-geral/produtos/outros/30.jpg);
}
.no-webp .produto31 {
  background-image: url(../imagens/imagens-geral/produtos/outros/31.jpg);
}
.no-webp .produto32 {
  background-image: url(../imagens/imagens-geral/produtos/outros/32.jpg);
}
.no-webp .produto33 {
  background-image: url(../imagens/imagens-geral/produtos/outros/33.jpg);
}
.no-webp .produto34 {
  background-image: url(../imagens/imagens-geral/produtos/outros/34.jpg);
}
.no-webp .produto35 {
  background-image: url(../imagens/imagens-geral/produtos/outros/35.jpg);
}
.no-webp .produto36 {
  background-image: url(../imagens/imagens-geral/produtos/outros/36.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/webp/mapa.png);
}
.no-webp .icone-email-rodape {
  background-image: url(../imagens/icones/webp/email.png);
}
.no-webp .icone-telefone-rodape {
  background-image: url(../imagens/icones/webp/telefone.png);
}
.no-webp .imagens-obras {
  background-image: url(../imagens/home/webp/obras.png);
}

@keyframes fade {
  from {
    background-color: rgba(255, 255, 255, 0.8);
  }
  to {
    background-color: rgba(255, 255, 255, 0);
  }
}
#ex4 {
  margin-right: 0%;
}

.descricao {
  height: auto;
  width: 80%;
  box-sizing: border-box;
  padding-top: 5vh;
  padding-bottom: 5vh;
  float: left;
  margin-left: 10%;
}
.descricao p {
  font-size: 2.3vh;
  margin-left: 0px;
  color: #B0B0B0;
  font-weight: 500;
}
.descricao p b {
  font-weight: 700;
}

.linha-titulo-descricao {
  width: 100%;
  height: 7vh;
  box-sizing: border-box;
  border-style: solid;
  border-width: 0px 0px 1px 0px;
  border-color: #D3CED2;
  float: left;
  margin-top: 5vh;
  margin-bottom: 3vh;
}

.box-titulo-descricao {
  height: 7vh;
  width: 10vw;
  box-sizing: border-box;
  padding-top: 1.75vh;
  background-color: #28A9E2;
  text-align: center;
  color: #FFF;
  font-weight: 600;
  float: left;
  font-size: 2.3vh;
}
@media (max-width: 1099px) {
  .box-titulo-descricao {
    width: 50%;
  }
}

h1 {
  font-size: 3.5vh;
  font-weight: 800;
  color: #28A9E2;
  text-align: left;
  margin-left: 5%;
  margin-bottom: 3vh;
}

.botao-pedir-orcamento {
  height: 7.5vh;
  width: 30%;
  box-sizing: border-box;
  padding-top: 2vh;
  background-color: #28A9E2;
  float: left;
  margin-left: 5%;
  text-align: center;
  color: #FFF;
  font-weight: 600;
  font-size: 2.3vh;
  cursor: pointer;
}
@media (max-width: 1099px) {
  .botao-pedir-orcamento {
    width: 70%;
  }
}

.informacoes-extras .primeiro {
  margin-top: 3vh;
}
.informacoes-extras p {
  margin-bottom: 1vh;
}
.informacoes-extras p b {
  font-weight: 600;
  color: #2E3841;
}

.box-exibe-produto {
  width: 23.5%;
  height: 60.5vh;
  box-sizing: border-box;
  background-color: #FFF;
  position: relative;
  display: inline-block;
  margin-left: 0%;
  margin-right: 0px;
  margin-bottom: 1%;
  cursor: pointer;
  z-index: 95;
  transition-property: z-index;
  transition-delay: 250ms;
}
@media (max-width: 1099px) {
  .box-exibe-produto {
    width: 90%;
    margin-bottom: 5vh;
    margin-left: 5%;
  }
}

.box-exibe-produto:hover {
  z-index: 96;
  transition-property: z-index;
  transition-delay: 0ms;
}

.box-exibe-produto2 {
  width: 23.5%;
  height: 60.5vh;
  box-sizing: border-box;
  background-color: #FFF;
  position: relative;
  display: inline-block;
  margin-left: 1.5%;
  margin-right: 0px;
  margin-bottom: 1%;
  cursor: pointer;
  z-index: 95;
  transition-property: z-index;
  transition-delay: 250ms;
}
@media (max-width: 1099px) {
  .box-exibe-produto2 {
    width: 90%;
    margin-left: 5%;
  }
}

.box-exibe-produto2:hover {
  z-index: 96;
  transition-property: z-index;
  transition-delay: 0ms;
}

.produto {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  background-color: #FFF;
  float: left;
  transition-property: margin-left, margin-top, height, width, box-shadow, z-index;
  transition-delay: 100ms, 100ms, 100ms, 100ms, 100ms, 0ms;
  transition-duration: 500ms, 500ms, 500ms, 500ms, 700ms, 500ms;
}
.produto p {
  transition-property: font-size;
  transition-delay: 100ms;
  transition-duration: 500ms;
  margin-top: 5%;
  text-align: center;
  font-size: 2.75vh;
  color: #28a9e2;
  font-weight: 800;
  margin-bottom: 0vh;
}
.produto .ver-mais {
  font-size: 2vh;
  color: #999999;
  margin-top: 1vh;
  margin-bottom: 2vh;
}
.produto .botao-comprar {
  box-sizing: border-box;
  padding-top: 0.9vh;
  background-color: #28A9E2;
  text-align: center;
  font-weight: 600;
  float: left;
  margin-left: 15%;
  margin-top: 0%;
  font-size: 2.7vh;
  width: 0px;
  height: 0%;
  color: #FFF;
  transition-property: height, margin-top, background-color;
  transition-delay: 100ms, 100ms, 100ms;
  transition-duration: 500ms, 500ms, 100ms;
}
.produto i {
  display: none;
  opacity: 0;
  transition-property: opacity;
  transition-delay: 300ms;
  transition-duration: 500ms;
}

.produto:hover {
  width: 110%;
  height: 110%;
  background-color: #FFF;
  box-shadow: 0px 0px 1px 0.01px rgba(0, 0, 0, 0.5);
  margin-top: -5%;
  margin-left: -5%;
}
.produto:hover p {
  font-size: 3vh;
}
.produto:hover .botao-comprar {
  height: 10%;
  width: 70%;
  box-sizing: border-box;
  padding-top: 1.3vh;
  background-color: #28A9E2;
  text-align: center;
  font-weight: 600;
  float: left;
  margin-left: 15%;
  margin-top: 0%;
  font-size: 2.7vh;
}
@media (max-width: 1099px) {
  .produto:hover .botao-comprar {
    height: 10%;
    width: 80%;
    margin-left: 10%;
  }
}
.produto:hover i {
  display: block;
  opacity: 1;
}
.produto:hover .ver-mais {
  font-size: 2vh;
  color: #999999;
  margin-top: 1vh;
}

.produto1, .produto2, .produto3, .produto4 {
  height: 70%;
  width: 90%;
  box-sizing: border-box;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-origin: content-box;
  padding-top: 3vh;
  border-radius: 3px;
  float: left;
  margin-left: 5%;
  font-weight: 600;
  float: left;
  margin-left: 15%;
  margin-top: 0%;
  font-size: 2.7vh;
}
@media (max-width: 1099px) {
  .produto1, .produto2, .produto3, .produto4 {
    height: 65%;
  }
}
@media (max-width: 1099px) {
  .produto1, .produto2, .produto3, .produto4 {
    height: 10%;
    width: 80%;
    margin-left: 10%;
  }
}
.produto1 i, .produto2 i, .produto3 i, .produto4 i {
  display: block;
  opacity: 1;
}
.produto1 .ver-mais, .produto2 .ver-mais, .produto3 .ver-mais, .produto4 .ver-mais {
  font-size: 2vh;
  color: #999999;
  margin-top: 1vh;
}

.produto1, .produto2, .produto3, .produto4 {
  height: 70%;
  width: 90%;
  box-sizing: border-box;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-origin: content-box;
  padding-top: 3vh;
  border-radius: 3px;
  float: left;
  margin-left: 5%;
}
@media (max-width: 1099px) {
  .produto1, .produto2, .produto3, .produto4 {
    height: 65%;
  }
}

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;
}
@media (max-width: 1099px) {
  nav {
    background-color: #222222;
    height: 10vh;
    display: block;
    position: absolute;
    z-index: 99;
  }
}

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

.box-imagens-do-produto {
  height: auto;
  width: 50%;
  box-sizing: border-box;
  float: left;
}
@media (max-width: 1099px) {
  .box-imagens-do-produto {
    width: 100%;
  }
}

.imagem-em-destaque {
  height: 60vh;
  width: 70%;
  box-sizing: border-box;
  float: left;
  margin-left: 30%;
  margin-top: 8vh;
  display: none;
}
@media (max-width: 1099px) {
  .imagem-em-destaque {
    height: 33vh;
    width: 92%;
    box-sizing: border-box;
    float: left;
    margin-left: 4%;
  }
}

.imagem-1, .imagem-2, .imagem-3, .imagem-4, .imagem-5, .imagem6, .imagem7, .imagem8 {
  height: 100%;
  width: 100%;
  box-sizing: border-box;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  float: left;
}

.fade {
  height: 100%;
  width: 100%;
  float: left;
  animation-name: fade;
  animation-duration: 1.6s;
}

.seta-esquerda {
  height: 10vh;
  width: 3.5vw;
  box-sizing: border-box;
  padding-top: 3.6vh;
  background-color: rgba(46, 56, 65, 0.25);
  float: left;
  margin-left: -15%;
  margin-top: 1.25vh;
  text-align: center;
  line-height: 3vh;
  font-size: 3vh;
  color: #FFF;
  font-weight: 400;
  cursor: pointer;
}
@media (max-width: 1099px) {
  .seta-esquerda {
    display: none;
  }
}

.seta-esquerda:hover {
  height: 10vh;
  width: 3.5vw;
  box-sizing: border-box;
  padding-top: 3.37vh;
  background-color: #2e3841;
  border-style: solid;
  border-width: 0.12vw;
  float: left;
  text-align: center;
  line-height: 3vh;
  font-size: 3vh;
  color: #28A9E2;
  font-weight: 400;
  cursor: pointer;
}

.seta-direita {
  height: 10vh;
  width: 3.5vw;
  box-sizing: border-box;
  padding-top: 3.6vh;
  background-color: rgba(46, 56, 65, 0.25);
  float: right;
  margin-right: -15%;
  margin-top: -12.1vh;
  text-align: center;
  line-height: 3vh;
  font-size: 3vh;
  color: #FFF;
  font-weight: 400;
  cursor: pointer;
}
@media (max-width: 1099px) {
  .seta-direita {
    display: none;
  }
}

.seta-direita:hover {
  height: 10vh;
  width: 3.5vw;
  box-sizing: border-box;
  padding-top: 3.37vh;
  background-color: #2e3841;
  border-style: solid;
  border-width: 0.12vw;
  float: right;
  text-align: center;
  line-height: 3vh;
  font-size: 3vh;
  color: #28A9E2;
  font-weight: 400;
  cursor: pointer;
}

.box-exemplos {
  width: 70%;
  height: 25vh;
  box-sizing: border-box;
  float: left;
  margin-left: 30%;
  margin-top: 5vh;
}
@media (max-width: 1099px) {
  .box-exemplos {
    height: auto;
    width: 90%;
    margin-top: 2vh;
    margin-left: 6%;
  }
}

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

.box-exemplo {
  height: 12vh;
  width: 23.5%;
  box-sizing: border-box;
  float: left;
  margin-bottom: 2%;
  margin-right: 2%;
  cursor: pointer;
}
@media (max-width: 1099px) {
  .box-exemplo {
    height: 10vh;
    margin-bottom: 1.5vh;
  }
}

.exemplo-1 {
  height: 100%;
  width: 100%;
  box-sizing: border-box;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  float: left;
}
@media (max-width: 1099px) {
  .exemplo-1 {
    margin-left: -11%;
  }
}

.exemplo-2, .exemplo-3, .exemplo-4, .exemplo-5, .exemplo-6, .exemplo-7, .exemplo-8 {
  height: 100%;
  width: 100%;
  box-sizing: border-box;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  float: left;
  cursor: pointer;
}
@media (max-width: 1099px) {
  .exemplo-2, .exemplo-3, .exemplo-4, .exemplo-5, .exemplo-6, .exemplo-7, .exemplo-8 {
    margin-left: -11%;
  }
}

.exemplo2 {
  height: 100%;
  width: 100%;
  box-sizing: border-box;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  float: left;
  cursor: pointer;
}
@media (max-width: 1099px) {
  .exemplo2 {
    margin-left: -11%;
  }
}

.opacidade-on {
  height: 100%;
  width: 100%;
  box-sizing: border-box;
  transition: 0.5s;
  float: left;
  background-color: rgba(255, 255, 255, 0.5);
}

.opacidade-on:hover {
  background-color: rgba(255, 255, 255, 0);
}

.opacidade-off {
  height: 100%;
  width: 100%;
  box-sizing: border-box;
  float: left;
  background-color: rgba(255, 255, 255, 0);
}

.conteudo {
  height: auto;
  width: 50%;
  box-sizing: border-box;
  float: left;
  margin-top: 8vh;
}
@media (max-width: 1099px) {
  .conteudo {
    width: 92%;
    margin-top: 5vh;
    margin-left: 4%;
    overflow-x: auto;
  }
}

.produtos {
  height: auto;
  width: 80%;
  box-sizing: border-box;
  float: left;
  margin-top: 8vh;
  margin-left: 10%;
}
@media (max-width: 1099px) {
  .produtos {
    width: 92%;
    margin-left: 4%;
  }
}

.box-produtos {
  height: auto;
  width: 100%;
  box-sizing: border-box;
  float: left;
  margin-top: 5vh;
}

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

.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 {
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  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;
}

.linkedin {
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  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;
}

.instagram {
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  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;
}

.youtube {
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  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;
}

.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;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.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;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.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;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.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;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

#aba2 {
  display: none;
}

/*# sourceMappingURL=fujitsu-cassete-inverter.css.map */
