body {
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 20px;
}

.orientacoes-tag {
  margin-top: 50px;
  margin-bottom: 20px;
  padding: 10px 10px 10px 0px;
  border-top: 3px solid rgba(51, 51, 51, 0.26);
  background-color: transparent;
  font-family: 'Open Sans', sans-serif;
  color: rgba(189, 26, 26, 0.98);
  font-weight: 400;
}

.btn-simples {
  width: 100%;
  margin-top: 5px;
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #ffad00;
  color: #fff;
  font-size: 17px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}

.btn-simples:hover {
  background-color: #e8b70c;
}

.btn-simples.btn-simples-ativo {
  background-color: #e88a0c;
  font-size: 17px;
}

.paginacao-link {
  margin-right: 5px;
  padding: 10px 15px;
  background-color: #ffad00;
  color: #fff;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
}

.paginacao-link:hover {
  background-color: #e8b70c;
}

.paginacao-link.paginacao-link-ativo {
  background-color: #e88a0c;
}

.paginacao-itens {
  display: inline-block;
}

.orientacoes-img {
  padding-left: 8px;
}

.orientacoes-txt {
  padding-top: 11px;
  padding-bottom: 9px;
}

.paginacao-box {
  text-align: center;
}

.orientacoes-container {
  padding-bottom: 30px;
}

.msg-padrao {
  margin-top: 14px;
  margin-bottom: 14px;
  padding: 14px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.27);
  border-radius: 3px;
  color: #5a5555;
}

.msg-padrao.msg-sucesso {
  border-color: rgba(26, 124, 7, 0.27);
  background-color: #eefdf2;
  color: #0e832f;
}

.msg-padrao.msg-erro {
  border-color: rgba(121, 20, 20, 0.27);
  background-color: #ffe9e9;
  color: #af2222;
}

.msg-padrao-link {
  color: #1b1717;
}

.msg-padrao-link:hover {
  color: #636363;
}

.msg-padrao-link:active {
  color: #615c5c;
}

.msg-padrao-link:focus {
  color: #636363;
}

.msg-sucesso-link {
  color: #01b434;
}

.msg-sucesso-link:hover {
  color: #09ad38;
}

.msg-sucesso-link:focus {
  color: #09ad38;
}

.msg-erro-link {
  color: #af2222;
}

.msg-erro-link:hover {
  color: #d86c6c;
}

.msg-erro-link:focus {
  color: #d86c6c;
}

.icone-padrao {
  display: inline-block;
  font-family: Fontawesome, sans-serif;
}

.icone-padrao.msg-icone {
  padding-right: 3px;
  float: left;
  clear: left;
}

.icone-padrao.icone-servico {
  position: relative;
  bottom: 44px;
}

.icone-padrao.seta-migalha {
  margin-right: 10px;
  margin-left: 10px;
  color: #666;
}

.tsdsdfs {
  display: inline-block;
  padding-left: 5px;
}

.inline-block {
  display: inline-block;
}

.orientacoes-icone-agrupa {
  display: inline-block;
  width: 50%;
  padding: 6px;
  font-size: 18px;
}

.galeria-01 {
  position: relative;
  overflow: hidden;
  width: 100%;
}

.galeria-imagem-01 {
  position: static;
}

.mask-cover {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: none;
  padding-top: 85px;
  padding-bottom: 85px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.67);
  opacity: 1;
  -webkit-transform: translate(0px, 220px);
  -ms-transform: translate(0px, 220px);
  transform: translate(0px, 220px);
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
}

.ico-plus {
  width: 100%;
}

.legenda-foto {
  width: 100%;
}

.div-menu-lateral-esquerdo {
  width: 22%;
  margin-right: 10px;
  float: left;
}

.link-menu-lateral {
  width: 100%;
  margin-bottom: 5px;
  padding: 10px;
  background-color: #f90;
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 12px;
  font-weight: 600;
}

.link-menu-lateral:hover {
  letter-spacing: 2px;
}

.link-menu-lateral.ativo {
  background-color: #b16e09;
}

.nav-menu-lateral-esquerdo {
  float: none;
}

.menu-lateral-esquerdo {
  padding: 10px;
  background-color: rgba(0, 0, 0, 0.07);
}

.menu-lateral-esquerdo-v2 {
  background-color: transparent;
}

.link-menu-lateral-v2 {
  width: 100%;
  margin-bottom: 5px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 20px;
  background-color: #f90;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 12px;
  font-weight: 600;
}

.link-menu-lateral-v2:hover {
  background-color: #e28802;
}

.link-menu-lateral-v2.ativo {
  background-color: #b86e00;
}

.nav-menu-lateral-esquerdo-v2 {
  float: none;
}

.light-galeria-02 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  line-height: 35px;
}

.light-galeria-02:hover {
  line-height: 20px;
}

.galeria-foto-v02 {
  width: 100%;
}

.legenda--v2 {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  display: block;
  width: 90%;
  margin: 134px auto;
  padding: 16px 11px;
  text-align: center;
  text-shadow: 1px 1px 2px #000;
}

.arrow-galeria-v2 {
  font-family: Fontawesome, sans-serif;
  font-size: 28px;
}

.legenda-v2-01 {
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 18px;
}

.legenda-v2-03 {
  margin-top: 10px;
  font-size: 22px;
  font-weight: 600;
  text-transform: uppercase;
}

.div-arrow {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30px;
  height: 30px;
  margin-top: 10px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f90;
  text-shadow: none;
}

.produto-nome {
  display: inline;
  width: 100%;
  font-size: 22px;
  font-weight: 700;
}

.mask-cover-v2 {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  opacity: 0;
}

.img-teste {
  -webkit-filter: contrast(200%);
  filter: contrast(200%);
}

.img-teste:hover {
  -webkit-filter: none;
  filter: none;
}

.limite-site {
  display: block;
  max-width: 1170px;
  margin-right: auto;
  margin-left: auto;
}

.card-wp {
  position: relative;
  -webkit-transition: -webkit-transform 1000ms ease;
  transition: -webkit-transform 1000ms ease;
  transition: transform 1000ms ease;
  transition: transform 1000ms ease, -webkit-transform 1000ms ease;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.card-wp:hover {
  -webkit-transform: rotateX(0deg) rotateY(180deg) rotateZ(0deg);
  transform: rotateX(0deg) rotateY(180deg) rotateZ(0deg);
}

.card01 {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  display: block;
  width: 300px;
  height: 400px;
  margin-right: auto;
  margin-left: auto;
  background-image: url('../images/COSTURA_OK.jpg');
  background-position: 15% 50%;
  background-size: cover;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.card02 {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  display: block;
  width: 300px;
  height: 400px;
  margin-right: auto;
  margin-left: auto;
  padding: 15px;
  background-color: #333;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: rotateX(0deg) rotateY(180deg) rotateZ(0deg);
  transform: rotateX(0deg) rotateY(180deg) rotateZ(0deg);
  color: #fff;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.texto-produto-card {
  font-size: 16px;
  line-height: 27px;
  font-weight: 300;
  text-align: center;
}

.h3-produto {
  text-align: center;
}

.img-produto {
  height: 220px;
  border-bottom: 14px solid rgba(0, 0, 0, 0.58);
  background-image: url('../images/220.png');
  background-position: 0px 0px;
  background-size: cover;
}

.h2-produto {
  margin-top: 0px;
  margin-bottom: 5px;
  font-size: 17px;
  line-height: 25px;
}

.produto-des {
  padding: 10px 15px;
  background-color: #333;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 12px;
  text-align: center;
}

.link-veja-mais {
  display: block;
  width: 75px;
  margin-top: 5px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 6px;
  padding-left: 6px;
  color: hsla(0, 0%, 100%, 0.43);
  font-size: 12px;
  text-align: center;
  text-decoration: none;
}

.link-veja-mais:hover {
  color: #fff;
}

.linha {
  margin-top: 49px;
}

.img-produto-2 {
  position: relative;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  width: 100%;
  height: 100%;
}

.mask-produto-2 {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  padding: 20px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.67)), to(rgba(0, 0, 0, 0.67)));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.67), rgba(0, 0, 0, 0.67));
}

.produto2 {
  position: relative;
}

.titulo-produto-2 {
  margin-top: 0px;
  margin-bottom: 15px;
  color: #fff;
  font-size: 20px;
  text-align: center;
}

.txt-produto-2 {
  color: #e9e4e4;
  line-height: 15px;
  text-align: justify;
}

.link-produtos-2 {
  position: absolute;
  right: -139px;
  bottom: 10px;
  width: 100%;
  float: right;
  -webkit-transition: all 210ms ease-in-out;
  transition: all 210ms ease-in-out;
  color: #fff;
  text-decoration: none;
}

.link-produtos-2:hover {
  color: hsla(0, 0%, 100%, 0.6);
}

.clientes-1 {
  height: auto;
}

.seta {
  position: relative;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: block;
  margin-right: 0px;
  margin-left: 0px;
  color: #14662f;
}

.seta.seta-direita {
  margin-left: 40px;
}

.clientes-1-slide {
  height: 180px;
  background-color: hsla(0, 0%, 86.7%, 0);
}

.mascara-cliente-padrao {
  display: block;
  width: 900px;
  margin-right: auto;
  margin-left: auto;
}

.arrow {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.logo-cliente-1 {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.logo-cliente-1:hover {
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
}

.circulo-servico-1 {
  position: relative;
  width: 150px;
  height: 150px;
  border: 2px solid #000;
  border-radius: 150px;
  background-color: #fff;
}

.circulo-servico-1.center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 40px;
}

.quadrado-servico-1 {
  position: absolute;
  top: 58px;
  width: 200px;
  height: 200px;
  padding: 10px;
  border: 2px solid #000;
  background-color: #fff;
}

.servicos-1 {
  position: relative;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 183px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.h2-servico-1 {
  margin-top: 0px;
  font-size: 25px;
  text-align: center;
}

.p-servico-1 {
  text-align: justify;
}

.link-servico-1 {
  position: absolute;
  right: 10px;
  bottom: 5px;
  -webkit-transition: all 833ms ease;
  transition: all 833ms ease;
  color: #000;
  text-decoration: none;
}

.link-servico-1:hover {
  color: rgba(0, 0, 0, 0.6);
}

.botao-submit {
  height: 50px;
  padding-right: 18px;
  padding-left: 18px;
  border-style: none none solid solid;
  border-width: 1px;
  border-color: #f90;
  background-color: #fff;
  -webkit-transition: all 400ms cubic-bezier(.55, .085, .68, .53);
  transition: all 400ms cubic-bezier(.55, .085, .68, .53);
  color: #555;
}

.botao-submit:hover {
  border-color: #d58104;
  border-top-style: solid;
  border-right-style: solid;
  background-color: #f90;
  color: #fff;
}

.campo-form-estlo-01 {
  height: 50px;
  border-style: none none solid solid;
  border-width: 1px;
  border-color: #000 rgba(0, 0, 0, 0.34) rgba(0, 0, 0, 0.16) rgba(0, 0, 0, 0.16);
  font-weight: 400;
}

.campo-form-estlo-01:hover {
  border-bottom-color: rgba(0, 0, 0, 0.22);
  border-left-color: rgba(0, 0, 0, 0.22);
}

.campo-form-estlo-01:focus {
  border-bottom-color: #f90;
  border-left-color: #f90;
}

.campo-form-estlo-01.erro {
  margin-bottom: 5px;
  border-bottom-color: #f90;
  border-left-color: #f90;
}

.texto-label {
  font-family: Gotham, sans-serif;
  color: #918a8a;
  font-weight: 600;
}

.texto-label.texto-erro {
  margin-bottom: 5px;
  color: #f90;
  font-size: 13px;
  font-weight: 400;
}

.texto-label.texto-erro-02 {
  color: rgba(216, 33, 33, 0.98);
  font-size: 13px;
  font-weight: 400;
}

.campo-mensagem-estilo-01 {
  min-height: 120px;
  border-style: none none solid solid;
  border-color: #000 #000 rgba(0, 0, 0, 0.16) rgba(0, 0, 0, 0.16);
  border-top-width: 1px;
  border-right-width: 1px;
  font-weight: 400;
}

.campo-mensagem-estilo-01:hover {
  border-bottom-color: rgba(0, 0, 0, 0.22);
  border-left-color: rgba(0, 0, 0, 0.22);
}

.campo-mensagem-estilo-01:focus {
  border-bottom-color: #f90;
  border-left-color: #f90;
}

.formulario-estilo-01 {
  width: 45%;
  margin-top: 34px;
  float: left;
}

.formulario-estilo-02 {
  width: 45%;
  margin-top: 34px;
  margin-left: 10%;
  float: left;
}

.campo-form-estilo-02 {
  height: 50px;
  border-style: solid;
  border-width: 2px;
  border-color: rgba(0, 0, 0, 0.26);
  border-radius: 3px;
  -webkit-transition: border 400ms cubic-bezier(.55, .085, .68, .53);
  transition: border 400ms cubic-bezier(.55, .085, .68, .53);
  font-weight: 300;
}

.campo-form-estilo-02:hover {
  border-color: rgba(0, 0, 0, 0.99);
}

.campo-form-estilo-02:focus {
  border-color: rgba(216, 33, 33, 0.98);
}

.campo-form-estilo-02.erro-estilo-02 {
  margin-bottom: 5px;
  border-color: rgba(216, 33, 33, 0.98);
}

.campo-mensagem-estilo-02 {
  min-height: 120px;
  border-style: solid;
  border-width: 2px;
  border-color: rgba(0, 0, 0, 0.26);
  border-radius: 3px;
  -webkit-transition: border 400ms cubic-bezier(.55, .085, .68, .53);
  transition: border 400ms cubic-bezier(.55, .085, .68, .53);
  font-weight: 300;
}

.campo-mensagem-estilo-02:hover {
  border-color: #000;
}

.campo-mensagem-estilo-02:focus {
  border-color: rgba(216, 33, 33, 0.98);
}

.botao-submit-02 {
  padding-right: 25px;
  padding-left: 25px;
  float: right;
  border-radius: 0px;
  background-color: #f58634;
  -webkit-transition: all 400ms cubic-bezier(.55, .085, .68, .53);
  transition: all 400ms cubic-bezier(.55, .085, .68, .53);
  font-family: Gotham, sans-serif;
  color: #fff;
  text-align: right;
}

.botao-submit-02:hover {
  opacity: 0.5;
}

.botao-submit-02:focus {
  background-color: rgba(25, 109, 9, 0.98);
}

.div-form-estilo {
  display: inline-block;
  width: 100%;
}

.formulario-padrao {
  width: 45%;
  margin-top: 34px;
  float: left;
}

.campo-form-padrao {
  height: 50px;
  font-weight: 400;
}

.campo-form-padrao:focus {
  border: 1px solid #f90;
}

.campo-form-padrao.erro-padrao {
  margin-bottom: 5px;
  border: 1px solid #f90;
}

.campo-mensagem-padrao {
  min-height: 120px;
  font-weight: 400;
}

.campo-mensagem-padrao:focus {
  border: 1px solid #f90;
}

.botao-submit-padrao {
  height: 50px;
  padding-right: 18px;
  padding-left: 18px;
  background-color: #f90;
  color: #fff;
}

.div-form-padrao {
  display: block;
  width: 100%;
  font-weight: 400;
}

.formulario-padrao-02 {
  width: 100%;
}

.campo-form-padrao-02 {
  border-radius: 0px;
  background-color: #fff;
  font-weight: 400;
}

.campo-form-padrao-02:focus {
  border-style: solid;
  border-width: 1px;
  border-color: rgba(216, 33, 33, 0.98);
}

.campo-form-padrao-02.inputerror {
  margin-bottom: 5px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(216, 33, 33, 0.98);
  border-radius: 0px;
}

.campo-form-padrao-02.input-file-text-falso {
  width: 100%;
  padding-right: 8px;
  padding-left: 8px;
  border-left: 0px solid #000;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
  font-size: 12px;
}

.campo-mensagem-padrao-02 {
  min-height: 120px;
  border-radius: 3px;
  font-weight: 400;
}

.campo-mensagem-padrao-02:focus {
  border-style: solid;
  border-width: 1px;
  border-color: rgba(216, 33, 33, 0.98);
}

.news-padrao {
  width: 80%;
  height: 60px;
  margin-bottom: 0px;
  padding-left: 40px;
  float: left;
  font-size: 13px;
  text-transform: uppercase;
}

.news-submit {
  width: 20%;
  height: 60px;
  float: left;
  font-size: 13px;
  text-transform: uppercase;
}

.newsletter-02 {
  margin-bottom: 15px;
  padding: 20px;
  background-color: #3a3937;
}

.news-padrao-02 {
  width: 80%;
  height: 50px;
  margin-bottom: 0px;
  padding-left: 40px;
  float: left;
  border-style: solid none solid solid;
  border-width: 2px;
  border-color: #fff;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}

.news-submit-02 {
  width: 20%;
  height: 50px;
  float: left;
  border-style: solid solid solid none;
  border-width: 2px;
  border-color: #fff;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  background-color: #f90;
  color: #fff;
  font-size: 13px;
  text-transform: uppercase;
}

.newsletter-03 {
  padding: 20px;
  background-color: #40637a;
  background-image: radial-gradient(circle farthest-side at 50% 50%, #112f4a, #08121b 83%);
}

.news-padrao-03 {
  width: 35%;
  height: 60px;
  margin-right: 2%;
  margin-bottom: 0px;
  padding-left: 18px;
  float: left;
  border: 3px solid #fff;
  border-radius: 5px;
  -webkit-transition: all 400ms cubic-bezier(.55, .085, .68, .53);
  transition: all 400ms cubic-bezier(.55, .085, .68, .53);
  font-size: 12px;
  text-transform: uppercase;
}

.news-padrao-03:hover {
  border-style: solid;
  border-width: 3px;
  border-color: rgba(19, 50, 77, 0.59);
}

.news-padrao-03:focus {
  border: 3px solid #164166;
}

.news-submit-03 {
  width: 20%;
  height: 60px;
  float: left;
  border-radius: 5px;
  background-color: #164166;
  -webkit-transition: all 400ms cubic-bezier(.55, .085, .68, .53);
  transition: all 400ms cubic-bezier(.55, .085, .68, .53);
  font-size: 12px;
  text-transform: uppercase;
}

.news-submit-03:hover {
  background-color: #0f2941;
}

.logo-cliente {
  display: block;
  width: 80%;
  height: 140px;
  margin-top: 20px;
  margin-right: auto;
  margin-left: auto;
  background-image: url('../images/logo-1.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  -webkit-transition: all 200ms ease-in;
  transition: all 200ms ease-in;
}

.logo-cliente:hover {
  -webkit-filter: none;
  filter: none;
}

.logo-cliente.logo-cliente-2 {
  background-image: url('../images/logo2.png');
}

.slide-cliente-padrao {
  width: 19%;
  height: 180px;
  margin-right: 1%;
}

.rodape-construsite {
  padding-top: 7px;
  padding-bottom: 7px;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  background-color: #eee;
  color: #777;
  text-align: center;
}

.rodape-construsite.rodape-2 {
  border-top-style: none;
  background-color: rgba(0, 0, 0, 0.1);
  color: #333;
}

.logo-construsite {
  margin-right: 10px;
  opacity: 1;
  -webkit-filter: none;
  filter: none;
}

.text-block {
  display: inline-block;
  font-family: Gotham, sans-serif;
  color: #fff;
}

.link-rodape-construsite {
  color: #fff;
  font-size: 15px;
  font-weight: 400;
  text-decoration: none;
}

.link-rodape-construsite:hover {
  color: #504f4f;
}

.navbar {
  width: 100%;
  height: 100px;
  background-color: #fff;
  box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.2);
}

.brand {
  width: 200px;
  height: 100px;
  background-image: url('../images/logo-1.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.nav-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.contato-topo {
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #8cc63f;
  text-align: right;
}

.agrupador-contato-topo {
  display: inline-block;
  margin-left: 10px;
  float: none;
  -webkit-transition: all 200ms ease-in;
  transition: all 200ms ease-in;
  color: #333;
  text-decoration: none;
}

.agrupador-contato-topo:hover {
  color: #fff;
}

.agrupador-contato-topo.contato-rodape {
  display: block;
  margin-left: 0px;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 10px;
}

.agrupador-contato-topo.contato-pagina-interna {
  display: block;
  padding-top: 5px;
  padding-bottom: 5px;
}

.agrupador-contato-topo.contato-pagina-interna:hover {
  color: #0098ff;
}

.txt-contato-topo {
  display: inline;
  margin-left: 5px;
}

.link-menu-navegacao {
  border: 1px solid transparent;
  -webkit-transition: all 200ms ease-in;
  transition: all 200ms ease-in;
}

.link-menu-navegacao:hover {
  border-color: #000;
}

.slide-padrao {
  padding-top: 80px;
  padding-bottom: 80px;
  background-image: url('../images/bg.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.slide {
  height: 400px;
}

.titulo-slide {
  font-family: 'Great Vibes', cursive;
  color: #fff;
  font-size: 90px;
  line-height: 90px;
}

.txt-slide {
  width: 50%;
  margin-top: 30px;
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 20px;
  line-height: 25px;
  font-weight: 300;
}

.btn-slide {
  display: inline-block;
  margin-top: 30px;
  padding: 15px 50px;
  border: 1px solid #f90;
  border-radius: 100px;
  background-color: #f90;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #fff;
  text-decoration: none;
}

.btn-slide:hover {
  background-color: rgba(255, 153, 0, 0);
  color: #f90;
}

.footer {
  background-color: #8cc63f;
}

.text-block-2 {
  font-weight: 700;
}

.link {
  display: block;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 10px;
  -webkit-transition: all 200ms ease-in;
  transition: all 200ms ease-in;
  color: #333;
  text-decoration: none;
}

.link:hover {
  color: #fff;
}

.link-block {
  width: 100%;
}

.sociais {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40px;
  height: 40px;
  margin-top: 5px;
  margin-right: 10px;
  float: left;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #333;
  -webkit-transition: all 200ms ease-in;
  transition: all 200ms ease-in;
  color: #fff;
  font-size: 16px;
  line-height: 16px;
  text-decoration: none;
}

.sociais:hover {
  background-color: #fff;
  color: #333;
}

.agrupador-sociais {
  margin-bottom: 30px;
  padding-left: 10px;
}

.div-block-2 {
  background-color: #88bf45;
}

.migalha {
  margin-bottom: 10px;
}

.link-migalha {
  display: inline;
  border-bottom: 1px solid hsla(0, 0%, 40%, 0);
  -webkit-transition: all 200ms ease-in;
  transition: all 200ms ease-in;
  color: #666;
  text-decoration: none;
}

.link-migalha:hover {
  border-bottom-color: #666;
}

.link-migalha.migalha-ativa {
  border-bottom-color: #333;
  color: #333;
}

.seta-migalha {
  display: inline;
  margin-right: 10px;
  margin-left: 10px;
}

.text-block-3 {
  display: inline;
}

.text-block-4 {
  display: inline;
}

.div-block-3 {
  border: 1px none #ccc;
}

.agrupador-contato {
  padding-top: 8px;
}

.h2-contato {
  margin-top: 10px;
  margin-bottom: 10px;
  padding-bottom: 5px;
  border-bottom: 1px solid #ccc;
  font-family: Oswald, sans-serif;
  color: #0098ff;
  font-size: 18px;
  line-height: 30px;
}

.div-block-5 {
  background-color: #0098ff;
}

.text-block-5 {
  display: inline-block;
}

.localizacao {
  display: inline;
  width: 20%;
  padding-right: 0px;
  padding-left: 0px;
  float: left;
  -webkit-transition: all 200ms ease-in;
  transition: all 200ms ease-in;
}

.localizacao:hover {
  background-color: #333;
}

.text-field {
  display: inline;
  width: 80%;
  float: right;
}

.agrupador-compartilhamento {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.btn-compartilhamento {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30px;
  height: 30px;
  margin-right: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50px;
  background-color: #3b5998;
  -webkit-transition: all 200ms ease-in;
  transition: all 200ms ease-in;
  color: #fff;
  font-weight: 300;
  text-decoration: none;
}

.btn-compartilhamento:hover {
  background-color: #333;
}

.btn-compartilhamento.twitter {
  background-color: #4099ff;
}

.btn-compartilhamento.twitter:hover {
  background-color: #333;
}

.btn-compartilhamento.google-plus {
  background-color: #db4a39;
}

.btn-compartilhamento.google-plus:hover {
  background-color: #333;
}

.btn-compartilhamento.youtube {
  background-color: #e52d27;
}

.btn-compartilhamento.youtube:hover {
  background-color: #333;
}

.btn-compartilhamento.whatsapp {
  background-color: #34af23;
}

.btn-compartilhamento.whatsapp:hover {
  background-color: #333;
}

.file-arquivo-falso {
  width: 100%;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  background-color: #164166;
  text-align: left;
}

.col-reset-ambos {
  padding-right: 0px;
  padding-left: 0px;
}

.col-reset-left {
  padding-left: 0px;
}

.col-reset-right {
  padding-right: 0px;
}

.cada-campo-form-div {
  padding-bottom: 3px;
}

.labelerror {
  color: rgba(189, 26, 26, 0.98);
  font-size: 12px;
  font-weight: 400;
}

.text-block-6 {
  margin-bottom: 15px;
}

.redes-sociais-buttons {
  width: 30px;
  height: 30px;
  margin-right: 10px;
  padding-top: 5px;
  border-radius: 100%;
  background-color: #164166;
  color: #fff;
  text-align: center;
}

.telefone-link {
  margin-right: 10px;
  text-decoration: none;
}

.footer-tag {
  text-align: center;
}

.logo-topo-site {
  background-image: url('../images/logo.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.background {
  background-image: url('../images/fundo.jpg');
  background-position: 0px 0px;
  background-size: auto;
}

.menu-topo {
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 20px;
  padding-bottom: 0px;
}

.frase {
  margin-top: 20px;
}

.column {
  text-align: center;
}

.column-2 {
  text-align: center;
}

.column-3 {
  text-align: center;
}

.texto-telefone {
  margin-bottom: 0px;
  font-family: Gotham, sans-serif;
  color: #f58634;
  font-size: 17px;
}

.texto-telefone.tel {
  display: inline-block;
  margin-top: 5px;
  font-size: 19px;
}

.txt {
  font-family: Gotham, sans-serif;
  color: #918a8a;
  font-size: 12px;
}

.txt.tel {
  margin-top: 5px;
  font-size: 19px;
}

.img-wpp {
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-bottom: -5px;
  background-image: url('../images/whatsapp.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.link-telefone {
  padding: 2px;
  font-family: Gotham, sans-serif;
  color: #f58634;
  font-size: 19px;
  font-weight: 500;
  text-decoration: none;
}

.link-telefone:hover {
  border-radius: 20px;
  background-color: #f58634;
  color: #fff;
  font-size: 19px;
}
.link-telefone-2{
    font-size: 10px;
    
}

.link-telefone-2:hover {
  border-radius: 20px;
  background-color: #f58634;
  color: #fff;
  font-size: 10px;
}


.bloco-telefone {
  margin-top: 2px;
  margin-bottom: 10px;
}

.area-menu {
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.drop-list-menu.w--open {
  right: 0px;
  margin-top: 22px;
  margin-left: 1px;
  background-color: #fafafa;
  box-shadow: 1px 1px 2px 0 rgba(0, 0, 0, 0.09);
}

.link-menu {
  padding: 20px;
  font-family: 'Indie Flower', sans-serif;
  color: #e9e4e4;
  font-size: 15px;
  line-height: 20px;
  font-weight: 500;
  text-decoration: none;
  text-transform: none;
  text-shadow: 1px 1px 1px #000;
}

.link-menu:hover {
  margin-top: 15px;
  color: #000;
}

.link-menu.w--current {
  color: #df6e00;
}

.link-menu.w--open {
  float: none;
  border-color: #9774ab;
  color: #ca9f68;
}

.link-menu.w--open:hover {
  color: #dda155;
}

.link-menu.home {
  margin-right: 10px;
  padding-top: 20px;
  padding-right: 20px;
  padding-bottom: 20px;
  background-image: url('../images/home.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  color: #fff;
}

.link-menu.home.current.w--current {
  background-image: url('../images/home_current.png');
}

.link-menu.quem-somos {
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
  background-image: url('../images/quemsomos.png');
  background-position: 50% 0%;
  background-size: contain;
  background-repeat: no-repeat;
}

.link-menu.especial {
  background-image: url('../images/menu-03.png');
  background-position: 50% 0%;
  background-size: contain;
  background-repeat: no-repeat;
}

.link-menu.especial.current.w--current {
  background-image: url('../images/menu-03_current.png');
  color: #fff;
}

.link-menu.geral {
  background-image: url('../images/menu-04.png');
  background-position: 50% 0%;
  background-size: contain;
  background-repeat: no-repeat;
}

.link-menu.geral.current.w--current {
  background-image: url('../images/menu-04_current.png');
  color:  #fff;
}

.link-menu.festas.current.w--current {
  background-image: url('../images/menu-04_current.png');
  color:  #fff;
}

.link-menu.festas {
  padding-top: 15px;
  background-image: url('../images/menu-04.png');
  background-position: 50% 0%;
  background-size: contain;
  background-repeat: no-repeat;
}

.link-menu.ruas {
  margin-top: -5px;
  padding-top: 25px;
  background-image: url('../images/quemsomos.png');
  background-position: 50% 0%;
  background-size: contain;
  background-repeat: no-repeat;
}

.link-menu.ruas:hover {
  margin-top: 15px;
}

.link-menu.ruas.current.w--current {
  background-image: url('../images/quemsomos_current.png');
  color: #fff;
}

.link-menu.quem-somos.current.w--current {
  background-image: url('../images/quemsomos_current.png');
  color: #fff;
}

.link-menu.servicos {
  background-image: url('../images/menu-03.png');
  background-position: 50% 0%;
  background-size: contain;
  background-repeat: no-repeat;
}

.link-menu.servicos.current.w--current {
  background-image: url('../images/menu-03_current.png');
  color:  #fff;
}

.link-menu.contato {
  background-image: url('../images/menu-07.png');
  background-position: 50% 0%;
  background-repeat: no-repeat;
}

.link-menu.contato.current.w--current {
  background-image: url('../images/menu-07_current.png');
  color:  #fff;
}

.nav-menu-topo {
  margin-right: auto;
  margin-left: auto;
  padding-top: 0px;
  float: none;
  text-align: center;
}

.nav-bar-menu {
  z-index: 999;
  display: inline-block;
  margin-top: 5px;
  margin-right: auto;
  margin-left: auto;
  background-color: transparent;
  text-align: center;
}

.link-sub-menu {
  border-bottom: 1px solid #2c2c2c;
  background-color: #2c2c2c;
  color: #fff;
  font-size: 1.4em;
  font-weight: 400;
}

.link-sub-menu:hover {
  background-color: #dda155;
  color: #fff;
}

.link-sub-menu.w--current {
  background-color: #b96f00;
  color: #fff;
}

.coluna-0 {
  padding-right: 0px;
  padding-left: 0px;
}

.bloco-hover-galeria {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 30px;
  display: block;
  width: 50px;
  height: 50px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  border-radius: 100%;
  background-color: #f58634;
  opacity: 0;
  font-family: 'Fontawesome webfont', sans-serif;
  color: #fff;
  font-size: 2em;
  line-height: 2.5em;
}

.bloco-info-destaque {
  display: inline-block;
  width: 100%;
  padding-top: 20px;
}

.titulo-destaque {
  margin-top: 0px;
  width:  auto !important;
  margin-bottom: 20px;
  padding-bottom: 10px;
  font-family: 'Indie Flower', sans-serif;
  color: #2b5067;
  font-size: 3.0em;
  line-height: 1.3em;
  font-weight: 400;
  text-align: center;
  text-transform: none;
  text-shadow: 1px 1px 1px #000;
}

.bloco-insta {
  display: block;
  width: 95%;
  height: 180px;
  margin-right: auto;
  margin-left: auto;
  background-image: url('../images/Captura-de-tela-2022-07-15-110233.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  text-align: center;
}

.bloco-insta._3 {
  background-image: url('../images/Captura-de-tela-2022-07-15-110305.png');
}

.bloco-insta._2 {
  background-image: url('../images/Captura-de-tela-2022-07-15-110251.png');
}

.bloco-insta._5 {
  background-image: url('../images/Captura-de-tela-2022-07-15-110340.png');
}

.bloco-insta._6 {
  background-image: url('../images/Captura-de-tela-2022-07-15-110353.png');
}

.bloco-insta._4 {
  background-image: url('../images/Captura-de-tela-2022-07-15-110320.png');
}

.tx-nome-instagram {
  position: relative;
  bottom: 26px;
  font-size: 16px;
  text-align: center;
  text-shadow: none;
}

.limite {
  display: block;
  width: 100%;
  max-width: 1210px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 20px;
}

.image {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0px 0px;
  background-size: auto;
}

.fundo-rodape {
  height: 154px;
  background-image: url('../images/footer-16.png');
  background-position: 50% 0%;
  background-size: auto;
  background-repeat: no-repeat;
}

.bloco-rodape {
  padding-top: 80px;
}

.div-block-6 {
  text-align: center;
}

.titulo-internas {
  display: inline-block;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-bottom: 0px;
  font-family: 'Indie Flower', sans-serif;
  color: #2b5067;
  font-size: 27px;
  line-height: 40px;
  font-weight: 400;
  text-align: left;
  text-transform: none;
  text-shadow: 1px 1px 1px #000;
}

.titulo-internas.form {
  display: block;
  margin-top: 10px;
  padding-bottom: 10px;
  color: #f58634;
  text-align: center;
}

.line {
  display: inline-block;
  width: 100%;
  height: 32px;
  margin-top: 6px;
  float: right;
  border-bottom: 2px dotted rgba(245, 134, 52, 0.49);
}

.line._2 {
  height: 0px;
  margin-bottom: 20px;
}

.line.form {
  width: 700px;
  height: 20px;
  margin-top: 0px;
  margin-left:  10px;
}

.line.form.campo-form-estilo-02 {
  width: 240px;
  height: 20px;
  float:  right;
  margin-top: 0px;
  border-top-style: none;
  border-right-style: none;
  border-left-style: none;
  border-radius: 0px;
}

.container {
  display: block;
  width: 100%;
  max-width: 940px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 20px;
}

.bloco-titulo {
  margin-top: 20px;
  padding-right: 16px;
  padding-left: 16px;
}

.bloco-grupo-conteudo {
  display: inline-block;
  width: 100%;
  height: auto;
}

.bloco-titulo-secao {
  display: inline-block;
  width: 100%;
  padding-bottom: 10px;
}

.bloco-galeria {
  display: inline-block;
  width: 100%;
  margin-bottom: 20px;
}

.bloco-conteudo {
  display: inline-block;
  width: 100%;
  padding-top: 20px;
}

.nav-bar-menu-categoria {
  z-index: 990;
  width: 100%;
  background-color: transparent;
}

.titulo-secao {
  display: inline-block;
  width: 100%;
  margin-bottom: 10px;
  padding-top: 17px;
  padding-bottom: 17px;
  font-family: 'Indie Flower', sans-serif;
  color: #f58634;
  font-size: 19px;
  line-height: 20px;
  font-weight: 400;
  letter-spacing: 1px;
  text-transform: none;
  text-shadow: 1px 1px 1px #000;
}

.nav-menu-categoria {
  float: none;
}

.bloco-alinha-menu {
  width: 88%;
}

.bloco-menu-lateral {
  display: inline-block;
  width: 24%;
  float: left;
}

.bloco-lateral {
  display: inline-block;
  width: 76%;
  float: left;
}

.link-img-galeria {
  position: relative;
  overflow: hidden;
  width: 220px;
  height: 150px;
  margin-top: 0px;
  margin-bottom: 5px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border: 1px solid #dbdbdb;
  border-radius: 3px;
  background-color: #fff;
  background-image: url('../images/img-galeria01.jpg');
  background-position: 50% 0px;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-transition: all 300ms ease-in;
  transition: all 300ms ease-in;
  color: transparent;
  text-align: center;
  text-decoration: none;
}

.link-img-galeria._04 {
  width: 170px;
  height: 150px;
  background-image: url('../images/img-galeria04.jpg');
}

.link-img-galeria._02 {
  height: 150px;
  margin-bottom: 5px;
  background-image: url('../images/img-galeria02.jpg');
}

.link-img-galeria._03 {
  height: 150px;
  margin-bottom: 5px;
  background-image: url('../images/img-galeria03.jpg');
}

.titulo-categoria {
  margin-top: 10px;
  margin-bottom: 20px;
  padding-bottom: 0px;
  font-family: 'Indie Flower', sans-serif;
  color: #2b5067;
  font-size: 34px;
  line-height: 35px;
  font-weight: 400;
  text-align: left;
  text-transform: none;
  text-shadow: 1px 1px 1px #000;
}

.coluna-10 {
  padding-left: 0px;
}

.link-menu-categoria {
  display: inline-block;
  width: 100%;
  margin-bottom: 10px;
  padding: 12px 20px;
  border-radius: 2px;
  background-color: #f58634;
  font-family: 'Indie Flower', sans-serif;
  color: #fff;
  font-size: 1.5em;
  line-height: 1.3em;
  font-weight: 400;
  text-align: left;
  text-decoration: none;
  text-shadow: 1px 1px 1px #000;
}

.link-menu-categoria:hover {
  background-color: #461f5c;
  color: #fff;
}

.link-menu-categoria.w--current {
  background-color: #5a366f;
  color: #fff;
}

.link-menu-categoria.current {
  background-color: #53a7ae;
  outline-color: #fff;
  outline-offset: 0px;
  outline-style: dotted;
  outline-width: 3px;
  text-shadow: 1px 1px 1px #000;
}

.paragraph {
  font-family: Verdana, Geneva, sans-serif;
  color: #0000cd;
}

.text-block-7 {
  z-index: 99999;
  color: #fff;
  line-height: 2em;
}

.text-block-8 {
  line-height: 2em;
}

.text-block-9 {
  line-height: 2em;
}

.text-block-10 {
  line-height: 2em;
}

.text-block-11 {
  line-height: 2em;
}

.text-block-12 {
  line-height: 2em;
}

html.w-mod-js *[data-ix="aparencia-inicial-oculta"] {
  display: none;
  -webkit-transform: scale(0.01, 0.01);
  -ms-transform: scale(0.01, 0.01);
  transform: scale(0.01, 0.01);
}

html.w-mod-js *[data-ix="pop-up-servico"] {
  opacity: 0;
  -webkit-transform: scale(0.8, 0.8);
  -ms-transform: scale(0.8, 0.8);
  transform: scale(0.8, 0.8);
}

html.w-mod-js *[data-ix="pop-up-servico-2"] {
  opacity: 0;
  -webkit-transform: scale(0.8, 0.8);
  -ms-transform: scale(0.8, 0.8);
  transform: scale(0.8, 0.8);
}

html.w-mod-js *[data-ix="pop-up-servico-3"] {
  opacity: 0;
  -webkit-transform: scale(0.8, 0.8);
  -ms-transform: scale(0.8, 0.8);
  transform: scale(0.8, 0.8);
}

@media screen and (max-width: 991px) {
  .paginacao-link {
    padding: 6px 12px;
    font-size: 12px;
  }

  .clientes-1-slide {
    height: 150px;
  }

  .mascara-cliente-padrao {
    width: 720px;
  }

  .logo-cliente {
    margin-top: 5px;
  }

  .slide-cliente-padrao {
    height: 150px;
  }

  .rodape-construsite {
    font-size: 12px;
  }

  .link-rodape-construsite {
    font-size: 13px;
  }

  .texto-telefone {
    margin-bottom: 3px;
  }

  .img-wpp {
    margin-bottom: -5px;
  }

  .link-telefone {
    padding: 2px;
  }

  .bloco-telefone {
    display: inline-block;
    margin-bottom: 10px;
  }

  .drop-list-menu.w--open {
    margin-top: 0px;
    margin-left: 0px;
  }

  .drop-menu {
    display: inline-block;
    width: 100%;
    margin-right: 0px;
    margin-left: 0px;
  }

  .link-menu {
    width: auto;
    margin-right: 0px;
    margin-left: 0px;
    padding: 10px 24px;
    border-bottom-color: #ececec;
    background-color: #f58634;
    color: #ececec;
    text-align: left;
    text-transform: none;
  }

  .link-menu.w--current {
    background-color: #e29a00;
    color: #fff;
  }

  .link-menu.home {
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #f58634;
    background-image: none;
    background-size: auto;
    background-repeat: repeat;
  }

  .link-menu.quem-somos {
    background-image: none;
    background-position: 0px 0px;
    background-size: auto;
    background-repeat: repeat;
  }

  .link-menu.especial {
    background-image: none;
    background-position: 0px 0px;
    background-size: auto;
    background-repeat: repeat;
  }



  .link-menu.geral {
    background-image: none;
    background-position: 0px 0px;
    background-size: auto;
    background-repeat: repeat;
  }

  .link-menu.festas {
    background-image: none;
    background-position: 0px 0px;
    background-size: auto;
    background-repeat: repeat;
  }

  .link-menu.ruas {
    background-image: none;
    background-position: 0px 0px;
    background-size: auto;
    background-repeat: repeat;
  }

  .link-menu.servicos {
    background-image: none;
    background-position: 0px 0px;
    background-size: auto;
    background-repeat: repeat;
  }

  .link-menu.contato {
    background-image: none;
    background-repeat: repeat;
    text-transform: none;
  }

  .menu-mob {
    z-index: 99999;
    margin-right: 20px;
    padding: 10px 20px 10px 0px;
    float: right;
    color: #000;
  }

  .menu-mob.w--open {
    margin-right: 10px;
    background-color: transparent;
    color: #f58634;
  }

  .icone-menu {
    display: inline-block;
    float: left;
  }

  .nav-menu-topo {
    position: absolute;
    margin-top: 41px;
    padding-top: 0px;
    float: right;
    background-color: #f58634;
  }

  .nav-bar-menu {
    z-index: 99999;
    width: auto;
    float: right;
  }

  .titulo-menu {
    display: inline-block;
    padding-top: 2px;
    padding-left: 5px;
    float: left;
    font-size: 0.7em;
    font-weight: 400;
    text-transform: uppercase;
  }

  .link-sub-menu {
    padding-top: 14px;
    padding-bottom: 14px;
  }

  .bloco-insta {
    margin-bottom: 15px;
  }

  .line.form {
    display: none;
    width: 550px;
  }

  .line.form.campo-form-estilo-02 {
    display: none;
    width: 300px;
  }

  .bloco-titulo {
    margin-top: 20px;
    padding-left: 0px;
  }

  .titulo-menu-cat {
    text-shadow:  none;
    display: inline-block;
    padding-left: 5px;
    float: left;
    font-size: 0.7em;
    line-height: 1.3em;
    font-weight: 400;
    text-transform: uppercase;
  }

  .nav-bar-menu-categoria {
    z-index: 990;
    padding-bottom: 20px;
  }

  .nav-menu-categoria {
    background-color: #fff;
  }

  .bloco-alinha-menu {
    width: 100%;
    border-top-width: 0px;
  }

  .bloco-menu-lateral {
    width: 100%;
    float: none;
  }

  .menu-mobile {
    padding: 16px 0px;
    float: none;
    color: #888;
  }

  .menu-mobile.w--open {
    background-color: transparent;
    color: #333;
  }

  .bloco-lateral {
    width: 100%;
    float: none;
  }

  .icone-menu-cat {
    text-shadow:  none;
    display: inline-block;
    float: left;
  }

  .link-img-galeria {
    width: 310px;
    height: 260px;
  }
}

@media screen and (max-width: 767px) {
  .paginacao-link {
    padding: 5px 10px;
    font-size: 11px;
  }

  .paginacao-box {
    margin-bottom: 12px;
  }

  .galeria-01 {
    margin-bottom: 15px;
  }

  .mascara-cliente-padrao {
    display: block;
    width: 480px;
  }

  .logo-cliente {
    height: 120px;
    margin-top: 15px;
  }

  .slide-cliente-padrao {
    width: 32%;
  }

  .rodape-construsite {
    font-size: 11px;
  }

  .link-rodape-construsite {
    font-size: 12px;
  }

  .line.form {
    width: 370px;
  }

  .line.form.campo-form-estilo-02 {
    width: 100px;
  }

  .link-img-galeria {
    width: 210px;
    height: 180px;
  }

  .link-img-galeria._03 {
    margin-top: 0px;
  }
}

@media screen and (max-width: 479px) {
  .paginacao-link {
    padding: 4px 10px;
  }

  .paginacao-box {
    margin-top: 10px;
  }

  .mascara-cliente-padrao {
    width: 290px;
  }

  .logo-cliente {
    width: 100px;
    height: 100px;
    margin-top: 25px;
  }

  .slide-cliente-padrao {
    width: 31%;
  }

  .nav-bar-menu {
    width: 100%;
    float: left;
  }

  .line.form {
    width: 150px;
  }

  .line.form.campo-form-estilo-02 {
    display: none;
  }

  .bloco-titulo {
    padding-right: 0px;
    padding-left: 0px;
  }

  .bloco-galeria {
    text-align: center;
  }
}

@font-face {
  font-family: 'Fontawesome webfont';
  src: url('../fonts/fontawesome-webfont.woff2') format('woff2'), url('../fonts/fontawesome-webfont.eot') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff') format('woff'), url('../fonts/fontawesome-webfont.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Fontawesome';
  src: url('../fonts/FontAwesome.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Gotham';
  src: url('../fonts/Gotham-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

.zoomGaleria:hover {
    transform: scale(1.03);
}

.table-responsive {
  width:100%;
  overflow-x:auto;
}

.link-entreterimento:hover {
  transform: scale(1.03);
}

.borda-branca {
  background-color: #53a7ae;
    outline-color: #fff;
    outline-offset: 0px;
    outline-style: dotted;
    outline-width: 3px;
    text-shadow: 1px 1px 1px #000;
}