@font-face {
  font-family: "gotham_bookregular";
  src: url("../fontes_jef/gotham-book/gotham-book-webfont.woff2") format("woff2"), url("../fontes_jef/gotham-book/gotham-book-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "bahnschriftregular";
  src: url("../fontes_jef/bahnschrift/bahnschrift-webfont.woff2") format("woff2"), url("../fontes_jef/bahnschrift/bahnschrift-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "algeraextrabold";
  src: url("../fontes_jef/algera/algera-extrabold-webfont.woff2") format("woff2"), url("../fontes_jef/algera/algera-extrabold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "algera-boldregular";
  src: url("../fontes_jef/algera/algera__bold-webfont.woff2") format("woff2"), url("../fontes_jef/algera/algera__bold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "arlonregular";
  src: url("../fontes_jef/arlon/arlon-regular-webfont.woff2") format("woff2"), url("../fontes_jef/arlon/arlon-regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
#topo {
  padding: 20px 17px 0px;
  font-family: "gotham_bookregular";
  font-size: 15px;
}
#topo .topoInformacoes {
  background-color: #e5f1f8;
  border-radius: 100px;
  display: flex;
  align-items: center;
  padding-left: 30px;
}
@media (max-width: 768px) {
  #topo .topoInformacoes {
    justify-content: center;
    padding-left: 8px;
  }
}
#topo .topoInformacoes .topo_logo {
  display: flex;
  align-items: center;
}
#topo .topoInformacoes .topo_logo .botaoMenu {
  margin: 0px 30px;
}
#topo .topoInformacoes .topo_dadosContato {
  display: flex;
  flex-direction: row-reverse;
  width: 100%;
  align-items: baseline;
  align-items: center;
  margin-right: -20px;
}
@media (max-width: 768px) {
  #topo .topoInformacoes .topo_dadosContato {
    display: none;
  }
}
#topo .topoInformacoes .topo_dadosContato .topo_icones {
  margin-right: 10px;
  display: flex;
  align-items: baseline;
}
#topo .topoInformacoes .topo_dadosContato .topo_icones a {
  margin-left: 5px;
  color: #000;
  text-decoration: none;
}
#topo .topoInformacoes .topo_dadosContato .topo_icones a img {
  margin-right: 0px;
}
#topo .topoInformacoes .topo_dadosContato .topo_foneEmail {
  display: flex;
  align-items: baseline;
}
@media (max-width: 992px) {
  #topo .topoInformacoes .topo_dadosContato .topo_foneEmail {
    flex-wrap: wrap;
    flex-direction: row-reverse;
    padding-right: 15px;
  }
}
#topo .topoInformacoes .topo_dadosContato .topo_foneEmail a {
  margin-left: 5px;
  color: #000;
  text-decoration: none;
}
#topo .topoInformacoes .topo_dadosContato .topo_foneEmail img {
  margin-left: 10px;
  margin-right: 0px;
}

#botaoNavMobile {
  cursor: pointer;
}

#menu {
  height: 0px;
  overflow: hidden;
  transition: all 0.25s ease-in-out;
  cursor: pointer;
  background-color: #e5f1f8;
  margin: 0px 45px 0px;
  border-radius: 0px 0px 20px 20px;
  font-family: "gotham_bookregular";
  font-size: 15px;
}
#menu.active {
  height: 195px;
}
#menu a {
  width: 60%;
  margin-left: 20%;
  color: #000;
  text-decoration: none;
  display: block;
  text-align: center;
  height: 45px;
  line-height: 45px;
  border-top: dotted 1px #bbb;
}
#menu a:first-child {
  border-top: none;
}
#menu a:last-child {
  margin-bottom: 15px;
}
#menu a:hover {
  font-weight: bold;
}

#bannerBotao {
  padding: 0px;
}
#bannerBotao img {
  width: 100%;
}

.faixaOrcamento, .faixaOrcamento_modelo2 {
  background-color: #058538;
  padding: 0px 15px;
}
@media (max-width: 768px) {
  .faixaOrcamento, .faixaOrcamento_modelo2 {
    padding: 10px 15px;
  }
}
.faixaOrcamento a, .faixaOrcamento_modelo2 a {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  color: #fff;
  text-decoration: none;
  font-family: "algera-boldregular";
}
.faixaOrcamento a:hover, .faixaOrcamento_modelo2 a:hover {
  color: #fff;
}

.conteudoProdutos {
  font-family: "bahnschriftregular";
  padding-top: 40px;
}
.conteudoProdutos h1 {
  color: #000;
  font-size: 23px;
}
.conteudoProdutos p {
  color: #525252;
  font-size: 18px;
  line-height: 22px;
}

.listaProdutos, .listaProdutos_modelo2 {
  font-family: "arlonregular";
  padding: 0px;
  list-style: none;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
}
@media (max-width: 992px) {
  .listaProdutos, .listaProdutos_modelo2 {
    flex-direction: column;
  }
}
.listaProdutos li, .listaProdutos_modelo2 li {
  height: 440px;
  width: 30%;
}
@media (max-width: 992px) {
  .listaProdutos li, .listaProdutos_modelo2 li {
    width: 96%;
    margin: auto auto 20px;
  }
}
.listaProdutos li .listaProdutos_caixaItem, .listaProdutos_modelo2 li .listaProdutos_caixaItem {
  background-color: #eeeeee;
  height: 100%;
  text-decoration: none;
}
.listaProdutos li .listaProdutos_caixaItem .listaProdutos_fotoItem, .listaProdutos_modelo2 li .listaProdutos_caixaItem .listaProdutos_fotoItem {
  height: 360px;
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
}
.listaProdutos li .listaProdutos_caixaItem .listaProdutos_textoItem, .listaProdutos_modelo2 li .listaProdutos_caixaItem .listaProdutos_textoItem {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-family: "arlonregular";
  color: #000;
  font-size: 18px;
  font-weight: bold;
  width: 80%;
  height: 80px;
  margin: auto;
}

.listaProdutos_modelo2 .listaProdutos_caixaItem {
  background-color: #fff !important;
}
.listaProdutos_modelo2 .listaProdutos_caixaItem span {
  background-color: #eeeeee;
  color: #525252;
  padding: 3px 30px;
}

.faixaOrcamento_modelo2 {
  display: table;
  margin: 30px auto 60px;
  padding: 0px 30px;
  border-radius: 50px;
}
@media (max-width: 768px) {
  .faixaOrcamento_modelo2 {
    padding: 10px 30px;
  }
}

#normasTecnicas {
  background-color: #eee;
  padding: 27px 17px;
  font-family: "bahnschriftregular";
}
#normasTecnicas h1 {
  font-size: 23px;
}
#normasTecnicas p {
  color: #525252;
  font-size: 16px;
  margin: 30px 0px;
}

#aplicacoes {
  font-family: "bahnschriftregular";
  padding: 70px 17px;
}
#aplicacoes h1 {
  font-size: 23px;
}
#aplicacoes p {
  color: #525252;
  font-size: 16px;
}

.videoApresentacao {
  text-decoration: none !important;
}
.videoApresentacao .tituloVideoApresentacao {
  font-family: "bahnschriftregular";
  font-size: 23px;
  display: flex;
  flex-wrap: wrap;
  color: #000;
  padding-left: 20px;
}
.videoApresentacao .tituloVideoApresentacao img {
  margin-left: 20px;
}

.caracteristicasTecnicas {
  font-family: "bahnschriftregular";
  padding: 40px 0px 0px;
}
.caracteristicasTecnicas h1 {
  font-size: 23px;
}

#faq {
  background-color: #eee;
  padding-bottom: 50px;
}
#faq h1 {
  font-family: "bahnschriftregular";
  font-size: 23px;
  columns: #000;
  padding: 40px 0px 30px;
}
#faq .faq_accordion {
  font-family: "bahnschriftregular";
  color: #525252;
}
#faq .faq_accordion .faq_card .faq_card-header a {
  background-color: #058538;
  border-radius: 12px;
  margin-bottom: 2px;
  color: #fff;
  display: block;
  text-align: left;
  padding: 11px 20px;
}
#faq .faq_accordion .faq_card .caixaTexto {
  padding: 0px 20px;
}

#rodapeSite {
  background-color: #058538;
  padding: 30px 0px 50px;
  color: #fff;
  font-family: "bahnschriftregular";
}
#rodapeSite h1 {
  padding: 20px 0px 0px;
  margin: 0px 0px 20px;
}
#rodapeSite ul {
  padding: 0px;
  margin: 0px;
}
#rodapeSite ul li {
  list-style: none;
}
#rodapeSite ul li a {
  text-decoration: none;
  color: #fff;
}

#rodapeDireitos {
  text-transform: uppercase;
  font-size: 14px;
  font-family: "bahnschriftregular";
  color: #000;
  padding: 15px 0px;
}

.fotoPrincipal {
  float: left;
  margin: 0px 15px 15px 0px;
}
@media (max-width: 768px) {
  .fotoPrincipal {
    width: 100%;
  }
  .fotoPrincipal img {
    width: 90%;
  }
}

.maisFotos, .maisBotoes {
  margin-bottom: 20px;
  font-family: "gotham_bookregular";
}

.maisFotos li, .maisBotoes li {
  margin-bottom: 20px;
  text-align: center;
  height: 300px;
  font-size: 14px;
  line-height: 18px;
  float: left;
  list-style: none;
  padding: 10px;
  color: #000;
}

.maisFotos li a, .maisBotoes li a {
  display: block;
  width: 100%;
  height: 220px;
  background-size: cover;
  background-position: center center;
}

.maisBotoes li {
  font-size: 22px;
  line-height: 28px;
  font-weight: bold;
}
.maisBotoes li a {
  margin-bottom: 10px;
}

.txtCorpo {
  margin-top: 0px !important;
  font-size: 17px;
  padding-top: 0px;
  color: #000;
  font-family: "gotham_bookregular";
}
.txtCorpo iframe {
  width: 100%;
  height: 450px;
}
@media (max-width: 992px) {
  .txtCorpo {
    text-align: center;
  }
}

.titulo {
  font-size: 40px;
  color: #000;
  line-height: 50px;
  min-height: 50px;
  text-align: left;
  padding: 50px 0px 20px 12px;
  background: url("../principal/sombra-titulo.png");
  background-repeat: no-repeat;
  background-position: left bottom;
}

/*# sourceMappingURL=estilo.css.map */
