body {
  font-family: Roboto, sans-serif;
  color: #333;
  font-size: 16px;
  line-height: 20px;
  padding-top: 100px;
}

.container{
	max-width: 970px;
}

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

.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, .27);
  border-radius: 3px;
  color: #5a5555;
}

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

.msg-padrao.msg-erro {
  border-color: rgba(121, 20, 20, .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;
  padding-right: 5px;
  font-family: Fontawesome, sans-serif;
}

.icone-padrao.msg-icone {
  float: left;
  clear: left;
}

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

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

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

.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, .6);
  opacity: 0;
}

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

.img-produto {
  height: 220px;
  border-bottom: 14px solid rgba(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%, .43);
  font-size: 12px;
  text-align: center;
  text-decoration: none;
}

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

.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-linear-gradient(270deg, rgba(0, 0, 0, .67), rgba(0, 0, 0, .67));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .67), rgba(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%, .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%, 87%, 0);
}

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

.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, .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, .34) rgba(0, 0, 0, .16) rgba(0, 0, 0, .16);
  font-weight: 400;
}

.campo-form-estlo-01:hover {
  border-bottom-color: rgba(0, 0, 0, .22);
  border-left-color: rgba(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 {
  color: #555;
  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, .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, .16) rgba(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, .22);
  border-left-color: rgba(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, .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, .99);
}

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

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

.campo-mensagem-estilo-02 {
  min-height: 120px;
  border-style: solid;
  border-width: 2px;
  border-color: rgba(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, .98);
}

.botao-submit-02 {
  border-style: solid;
  border-width: 2px;
  border-color: rgba(216, 33, 33, .98);
  border-radius: 3px;
  background-color: rgba(216, 33, 33, .98);
  -webkit-transition: all 400ms cubic-bezier(.55, .085, .68, .53);
  transition: all 400ms cubic-bezier(.55, .085, .68, .53);
  color: #fff;
}

.botao-submit-02:hover {
  border-color: rgba(189, 26, 26, .98);
  background-color: rgba(189, 26, 26, .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%;
}

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

.campo-form-padrao-02 {
  height: 50px;
  border-radius: 3px;
  font-weight: 400;
}

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

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

.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, .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: -webkit-radial-gradient(circle farthest-side at 50% 50%, #112f4a, #08121b 83%);
  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, .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: 140px;
  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: 180px;
  height: 180px;
}

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

.logo-construsite {
  margin-right: 10px;
  opacity: 0.3;
  -webkit-filter: brightness(200%) grayscale(100%) invert(100%);
  filter: brightness(200%) grayscale(100%) invert(100%);
}

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

.link-rodape-construsite {
  color: #000;
  font-size: 15px;
  font-weight: 400;
}

.header {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 999;
  width: 100%;
  height: auto;
  margin-bottom: 0px;
  padding-top: 0px;
  border-top: 4px none #00b194;
  border-bottom: 2px solid rgba(0, 49, 41, .09);
  background-color: #fff;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, .1);
}

.nav-bar {
  background-color: transparent;
}

.logo-site {
  width: 300px;
  height: 100px;
  background-image: url('../images/logoTexIndex.png');
  background-position: 0px 50%;

  background-repeat: no-repeat;
}

.logo-site.w--current {
  width: 250px;
  background-image: url('../images/logoTexIndex.png');
  background-position: 0px 50%;
  background-size: auto;
}

.nav-menu {
  display: block;
  margin-top: 30px;
  padding-top: 0px;
  float: right;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.nav-link {
  margin-right: 10px;
  margin-left: 10px;
  padding: 10px 0px 0px;
  border-bottom: 4px solid transparent;
  background-color: transparent;
  -webkit-transition: all 300ms cubic-bezier(.55, .085, .68, .53);
  transition: all 300ms cubic-bezier(.55, .085, .68, .53);
  color: #666;
  font-size: 13px;
  line-height: 20px;
  font-weight: 400;
  text-transform: uppercase;
}

.nav-link:hover {
  border-bottom-color: #00b194;
  color: #666;
  text-decoration: none;
}

.nav-link.w--current {
  border-bottom-color: #00b194;
  color: #666;
}

.nav-link.ultimo {
  margin-right: 0px;
}

.nav-link.ultimo.ativo {
  border-radius: 0px;
  background-color: #ff8200;
}

.nav-link.ultimo.ativo:hover {
  background-color: #ffa950;
}

.nav-link.ativo {
  background-color: #00b194;
  color: #fff;
}

.nav-link.dropdonw {
  margin-right: 10px;
  margin-left: 10px;
  padding-right: 5px;
  -webkit-transition-duration: 400ms;
  transition-duration: 400ms;
  font-style: normal;
}

.nav-link.primeiro.w--current {
  border-bottom-color: #00b194;
  background-color: transparent;
  color: #666;
}

.nav-link.bt-quertionario {
  margin-right: 0px;
  margin-left: 10px;
  padding-right: 12px;
  padding-bottom: 10px;
  padding-left: 12px;
  border-bottom-style: none;
  background-color: #ff8200;
  color: #fff;
  font-size: 13px;
}

.nav-link.bt-quertionario:hover {
  background-color: #ffa950;
}

.paragrafo-reduzido {
  width: 100%;
  margin-bottom: 15px;
  margin-left: 0px;
  color: #555;
  font-size: 16px;
  line-height: 26px;
  font-weight: 300;
}

p {
  width: 100%;
  margin-bottom: 15px;
  margin-left: 0px;

  font-size: 16px;
  line-height: 26px;
  font-weight: 300;
}

li {
 
  margin-bottom: 5px;
  margin-left: 0px;
  padding-left:10px;
  color:#555;
  font-size: 16px;
  line-height: 26px;
  font-weight: 300;
}

.paragrafo-reduzido.branco {
  color: #fff;
}

.paragrafo-reduzido.home {
  margin-left: 10px;
}

.heading {
  display: inline-block;
  margin-bottom: 20px;
  border-bottom: 4px solid #00b194;
  font-size: 22px;
  font-weight: 500;
  text-transform: uppercase;
}

.heading._2 {
  color: #fff;
}

.heading._02 {
  margin-top: 20px;
}

.heading.sem-borda {
  margin-top: 0px;
  margin-bottom: 5px;
  margin-left: 0px;
  border-bottom-style: none;
  font-size: 18px;
  line-height: 32px;
  font-weight: 500;
}

.heading.cor {
  border-bottom-color: #ff8200;
  color: #333;
}

.heading.branco {
  color: #fff;
}

.heading.borda01 {
  border-bottom-color: #4f1f3e;
  background-color: transparent;
}

.heading.border-02 {
  border-bottom-color: #d8d9cb;
}

.heading.borda-interna {
  border-bottom-color: #ff8200;
}

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

.div-block-2 {
  display: block;
  width: auto;
  height: auto;
  padding-top: 0px;
  padding-right: 0px;
  padding-left: 0px;
}

.input {
  height: 50px;
  margin-bottom: 12px;
  padding: 12px 12px 12px 16px;
  border: 1px solid #fff;
  border-radius: 0px;
  -webkit-transition: all 300ms cubic-bezier(.55, .085, .68, .53);
  transition: all 300ms cubic-bezier(.55, .085, .68, .53);
  font-weight: 300;
}

.input:hover {
  border-color: rgba(0, 44, 37, .4);
}

.input:focus {
  border-color: rgba(0, 177, 148, .99);
}

.select {
  height: 45px;
  margin-bottom: 12px;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 16px;
  border: 1px solid #fff;
  border-radius: 0px;
  -webkit-transition: all 300ms cubic-bezier(.55, .085, .68, .53);
  transition: all 300ms cubic-bezier(.55, .085, .68, .53);
  color: rgba(51, 51, 51, .68);
}

.select:hover {
  border-color: rgba(0, 44, 37, .4);
}

.select:focus {
  border-color: #00b194;
}

.bt-submite {
  display: block;
  width: 100%;
  height: 50px;
  border-radius: 0px;
  background-color: #eb8f30;
  -webkit-transition: all 300ms cubic-bezier(.55, .085, .68, .53);
  transition: all 300ms cubic-bezier(.55, .085, .68, .53);
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
}

.bt-submite:hover {
  background-color: #c26c13;
}

.slider {
  display: none;
  height: 600px;
  margin-top: 0px;
  padding-top: 0px;
}

.img-slider {
  padding-top: 80px;
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .05), rgba(0, 0, 0, .05)), url('../images/slide1.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .05), rgba(0, 0, 0, .05)), url('../images/slide1.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.h2 {
  width: 80%;
  color: #fff;
  font-size: 35px;
  line-height: 48px;
  font-weight: 400;
  text-transform: uppercase;
}

.h2._02 {
  width: 100%;
  font-size: 25px;
  line-height: 38px;
}

.h2.preto {
  width: 100%;
  margin-bottom: 10px;
  color: #555;
  font-size: 20px;
  line-height: 32px;
}

.legenda-slider {
  width: 70%;
  font-family: Roboto, sans-serif;
  color: #fff;
  font-size: 25px;
  line-height: 30px;
  font-weight: 300;
}

.div-botoes {
  margin-top: 40px;
}

.bt-padrao-slider {
  height: 50px;
  margin-right: 0px;
  margin-left: 20px;
  padding-top: 16px;
  padding-bottom: 16px;
  float: left;
  border: 2px solid #fff;
  background-color: transparent;
  -webkit-transition: all 400ms linear;
  transition: all 400ms linear;
  font-size: 14px;
  text-transform: uppercase;
}

.bt-padrao-slider:hover {
  background-color: #fff;
  color: #00b194;
}

.bt-acao {
  height: 50px;
  margin-left: 0px;
  padding-top: 18px;
  padding-bottom: 16px;
  float: left;
  background-color: #ff8200;
  -webkit-transition: all 400ms linear;
  transition: all 400ms linear;
  font-size: 14px;
  text-transform: uppercase;
}

.bt-acao:hover {
  background-color: #ffa950;
}

.bt-acao._02 {
  margin-top: 0px;
  margin-left: 0px;
  padding: 14px 10px;
  font-size: 13px;
}

.bt-acao.roicho {
  background-color: #4f1f3e;
}

.bt-acao.roicho:hover {
  background-color: rgba(79, 31, 62, .8);
}

.bt-acao.cinza {
  background-color: #333;
}

.bt-acao.cinza:hover {
  background-color: rgba(51, 51, 51, .8);
}

.body {
  font-family: Rubik, sans-serif;
}

.navegacao-slide {
  width: 50px;
  height: 60px;
  margin-right: 20%;
  margin-left: 20%;
  border-style: solid;
  border-width: 2px;
  border-color: rgba(0, 0, 0, .13);
  background-color: rgba(73, 73, 73, .3);
  -webkit-transition: all 400ms linear;
  transition: all 400ms linear;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
}

.navegacao-slide:hover {
  border-style: solid;
  border-color: #007964;
  background-color: #00b194;
  color: #fff;
}

.navegacao-slide._01 {
  border-right-style: solid;
  border-left-style: none;
  border-radius: 20px;
}

.navegacao-slide._01:hover {
  border-right-style: solid;
}

.nav-bolinha {
  padding-top: 0px;
  padding-bottom: 60px;
  font-size: 8px;
}

.niveis-02 {
  width: 100%;
  height: auto;
  padding-top: 40px;
  padding-bottom: 80px;
  border-top: 4px solid rgba(0, 0, 0, .01);
  border-bottom: 4px solid rgba(0, 0, 0, .01);
  background-color: hsla(50, 51%, 86%, .2);
  box-shadow: none;
}

.carrosel-niveis {
  height: auto;
  margin-bottom: 50px;
  background-color: transparent;
}

.div-carrosel {
  overflow: hidden;
  width: 19%;
  height: 280px;
  margin-right: 11px;
  padding: 150px 12px 31px;
  float: left;
  border: 2px solid #fff;
  border-radius: 0px;
  background-color: #fff;
  background-image: url('../images/networking.png');
  background-position: 50% 50px;
  background-size: 80px;
  background-repeat: no-repeat;
  box-shadow: none;
  -webkit-transition: all 400ms linear;
  transition: all 400ms linear;
  color: #333;
  font-size: 15px;
  line-height: 25px;
  font-weight: 500;
  text-align: center;
  text-transform: uppercase;
}

.div-carrosel:hover {
  box-shadow: inset 0 0 10px 0 hsla(0, 0%, 100%, .2);
  color: #ffa950;
}

.div-carrosel._6 {
  background-image: url('../images/lideranca.png');
  background-size: 80px;
}

.div-carrosel._6.ultimo {
  background-image: url('../images/lideranca.png');
  background-size: 80px;
}

.div-carrosel._7 {
  background-image: url('../images/inovacao.png');
  background-size: 80px;
}

.div-carrosel._2 {
  background-image: url('../images/eficiencia.png');
  background-size: 80px;
}

.div-carrosel.ultimo {
  margin-right: 0px;
}

.div-carrosel._3 {
  background-image: url('../images/think.png');
  background-size: 80px;
}

.ocultar {
  display: none;
}

.mask {
  height: auto;
  background-color: transparent;
}

.bt-padrao {
  margin-top: 20px;
  background-color: #ff8200;
  -webkit-transition: all 400ms linear;
  transition: all 400ms linear;
  font-size: 12px;
  text-transform: uppercase;
}

.bt-padrao:hover {
  background-color: #ffa950;
}

.bt-padrao._02 {
  background-color: #ff8200;
  color: #fff;
}

.bt-padrao._02:hover {
  background-color: #ffa950;
}

.bt-padrao.verde {
  background-color: #00b194;
}

.bt-padrao.verde:hover {
  background-color: rgba(0, 177, 148, .8);
}

.text-block-3 {
  margin-top: 5px;
  color: #555;
  line-height: 22px;
  font-weight: 300;
}

.navegacao-bolinha-carriosel {
  display: none;
  width: 10%;
  margin-bottom: -90px;
  padding-top: 15px;
  border-radius: 100px;
  background-color: #eb8f30;
  font-size: 10px;
}

.beneficios-02 {
  height: 500px;
  padding-top: 0px;
  padding-bottom: 0px;
}

.tabs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.tab-link {
  width: 100%;
  padding: 12px 20px;
  border-bottom: 1px solid #fff;
  background-color: transparent;
  background-image: url('../images/more-1.png');
  background-position: 0px 45%;
  background-size: 8px;
  background-repeat: no-repeat;
  color: #333;
  font-size: 14px;
  line-height: 22px;
  font-weight: 300;
}

.tab-link:hover {
  background-image: url('../images/more-1houver.png');
  background-size: 8px;
  color: #00b194;
  font-weight: 300;
}

.tab-link.w--current {
  background-color: transparent;
  background-image: url('../images/more-1houver.png');
  background-position: 0px 45%;
  background-size: 8px;
  color: #00b194;
  font-weight: 500;
}

.tab-link._02 {
  text-transform: uppercase;
}

.tab-link._02:hover {
  background-image: url('../images/more-1houver_1.png');
  background-size: 8px;
  color: #ff8200;
}

.tab-link._02.w--current {
  background-image: url('../images/more-1houver_1.png');
  background-size: 8px;
  color: #ff8200;
}

.tab-link._02.primeito {
  padding-left: 0px;
  background-image: none;
  background-position: 0px 0px;
  background-size: auto;
  background-repeat: repeat;
}

.tab-link._03 {
  text-transform: uppercase;
}

.tab-link._03:hover {
  background-image: url('../images/more-1.png');
  background-size: 8px;
  color: #d8d9cb;
}

.tab-link._03.w--current {
  background-image: url('../images/more-1.png');
  background-size: 8px;
  color: #d8d9cb;
}

.tab-link._03.primeiro {
  background-image: none;
  background-size: auto;
  background-repeat: repeat;
}

.tab-link.primeiro {
  padding-left: 0px;
  background-image: none;
  background-position: 0px 0px;
  background-size: auto;
  background-repeat: repeat;
}

.tab-menu {
  width: 35%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-right: 1px solid rgba(0, 0, 0, .08);
}

.tab-plane {
  width: 100%;
}

.tab-content {
  width: 75%;
  padding-left: 30px;
}

.img-ilustracao {
  margin-top: 40px;
  float: right;
}

.img-ilustracao._03 {
  margin-top: 0px;
  background-color: transparent;
}

.img-ilustracao.left {
  margin-top: 0px;
  float: left;
}

.footer {
  padding-top: 40px;
  padding-bottom: 40px;
  border-top: 1px solid rgba(0, 0, 0, .1);
  background-color: #007964;
  color: #555;
}

.box-conteudos {
  position: fixed;
  left: 0px;
  top: 0px;
  bottom: 0px;
  z-index: 9999;
  display: block;
  width: 35%;
  padding: 55px 40px 20px;
  border-right: 4px solid rgba(0, 0, 0, .2);
  background-color: #333;
  box-shadow: 1px 0 30px 0 rgba(0, 0, 0, .5);
  opacity: 0;
  -webkit-transform: translate(-600px, 0px);
  -ms-transform: translate(-600px, 0px);
  transform: translate(-600px, 0px);
}

.link-block-2 {
  position: absolute;
  top: 5px;
  right: 10px;
  width: 40px;
  height: 40px;
  border-radius: 100px;
  background-color: #222;
  background-image: url('../images/cancel.png');
  background-position: 50% 50%;
  background-size: 12px;
  background-repeat: no-repeat;
}

.link-block-2:hover {
  background-color: #111;
}

.box-formulario {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 999;
  display: block;
  width: 25%;
  padding: 20px 40px;
  border-right: 4px solid rgba(0, 0, 0, .2);
  background-color: #333;
  box-shadow: 1px 0 20px 0 rgba(0, 0, 0, .5);
  opacity: 0;
  -webkit-transform: translate(-600px, 0px);
  -ms-transform: translate(-600px, 0px);
  transform: translate(-600px, 0px);
}

.tx-obrigatorio {
  margin-top: 20px;
  margin-bottom: 24px;
  color: #fff;
  font-size: 13px;
  font-weight: 300;
}

.text-block-5 {
  margin-bottom: 32px;
  color: #fff;
}

.titulo-footer {
  margin-bottom: 10px;
  background-color: transparent;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
}

.link-block-3 {
  padding: 8px 19px 8px 0px;
  -webkit-transition: all 300ms linear;
  transition: all 300ms linear;
  color: #fff;
  font-size: 14px;
  font-weight: 300;
  text-decoration: none;
}

.link-block-3:hover {
  border: 1px none #000;
  color: #00ffd5;
  text-decoration: none;
}

/*.link-block-3.telefone-email {
  cursor: pointer;
}*/

.link-block-3.telefone-email:hover {
  color: #fff;
}

.list-item {
  color: #555;
  text-decoration: underline;
}

.copy {
  padding-top: 20px;
  padding-bottom: 20px;
  border-top: 1px solid rgba(0, 0, 0, .1);
  font-size: 14px;
  font-weight: 300;
}

.text-block-6 {
  color: #555;
  font-size: 14px;
}

.bt-social {
  width: 35px;
  height: 35px;
  margin-right: 7px;
  padding-top: 6px;
  border-radius: 100px;
  background-color: #003f34;
  -webkit-transition: all 400ms linear;
  transition: all 400ms linear;
  font-family: 'Fontawesome webfont', sans-serif;
  color: #fff;
  text-align: center;
  text-decoration: none;
}

.bt-social:hover {
  background-color: #00b194;
}

.bt-social.flick {
  padding-top: 6px;
}

.bt-social.youtub {
  padding-top: 6px;
}

.bt-social.instagram {
  padding-top: 6px;
}

.bt-social.twitter {
  padding-top: 6px;
}

.o-projeto-02 {
  padding-top: 40px;
  padding-bottom: 60px;
  background-color: transparent;
}

.box-conteudo-projeto {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 9999;
  width: 32%;
  padding: 55px 40px 20px;
  border-right: 4px solid rgba(0, 0, 0, .2);
  background-color: #333;
  box-shadow: 1px 0 30px 0 rgba(0, 0, 0, .5);
  opacity: 0;
  -webkit-transform: translate(-600px, 0px);
  -ms-transform: translate(-600px, 0px);
  transform: translate(-600px, 0px);
}

.texto-padrao {
  margin-bottom: 15px;
  color: #666;
  font-size: 16px;
  line-height: 28px;
  font-weight: 300;
}

.box-interna {
  margin-top: 0px;
  padding-top: 40px;
  padding-bottom: 60px;
  font-size: 25px;
}

.link-dropdonw {
  margin-bottom: 0px;
  border-bottom: 1px solid rgba(0, 63, 52, .2);
  background-color: #00b194;
  -webkit-transition: all 400ms linear;
  transition: all 400ms linear;
  color: #fff;
  font-size: 13px;
  line-height: 20px;
  text-transform: uppercase;
}

.link-dropdonw:hover {
  background-color: #007964;
}

.link-dropdonw.w--current {
  background-color: #003f34;
  color: #fff;
}

.link-dropdonw.ultimo {
  border-bottom-style: none;
}

.lista-drop {
  margin-top: 10px;
}

.lista-drop.w--open {
  background-color: transparent;
}

.box-endereco-realizadores {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #fff;
}

.img-logo-footer {
  margin-right: 0px;
  margin-left: 0px;
  float: none;
}

.img-logo-footer._02 {
  margin-top: 16px;
  margin-right: 0px;
  margin-left: 0px;
}

.img-logo-footer._01 {
  margin-top: 12px;
  margin-right: 0px;
  margin-left: 0px;
  float: none;
}

.slide {
  height: 500px;
}

.img-slide {
  padding-top: 150px;
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .3), rgba(0, 0, 0, .3)), url('../images/Mitigar-riscos.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .3), rgba(0, 0, 0, .3)), url('../images/Mitigar-riscos.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  color: #fff;
  line-height: 25px;
  font-weight: 300;
  text-align: center;
}

.img-slide._02 {
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .3), rgba(0, 0, 0, .3)), url('../images/Aumentar-a-receita.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .3), rgba(0, 0, 0, .3)), url('../images/Aumentar-a-receita.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.img-slide._03 {
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .3), rgba(0, 0, 0, .3)), url('../images/Identificar-oportunidades-2.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .3), rgba(0, 0, 0, .3)), url('../images/Identificar-oportunidades-2.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.img-slide._04 {
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .3), rgba(0, 0, 0, .3)), url('../images/Reduzir-custos.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .3), rgba(0, 0, 0, .3)), url('../images/Reduzir-custos.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.tx-sliderr-beneficios {
  margin-bottom: 10px;
  color: #fff;
  font-size: 18px;
  font-weight: 300;
}

.tx-sliderr-beneficios.tituloi {
  font-size: 20px;
  font-weight: 500;
}

.text-block-8 {
  display: block;
  width: 60%;
  margin-right: auto;
  margin-left: auto;
  font-family: Roboto, sans-serif;
  font-size: 20px;
  font-weight: 700;
}

.tx-realizacoes {
  margin-bottom: 20px;
  color: #333;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
  padding-top:50px;
}

.logos {
  text-align: center;
}

.logo-realizacao {
  margin-right: 40px;
}

.transicao-de-imagens {
  width: 100%;
  height: 600px;
  margin-top: 0px;
}

.slider-transicao {
  height: 600px;
}

.img-slide-transicao {
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .4), rgba(0, 0, 0, .4)), url('../images/Seção-1_1.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .4), rgba(0, 0, 0, .4)), url('../images/Seção-1_1.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.img-slide-transicao._02 {
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .4), rgba(0, 0, 0, .4)), url('../images/Seção-1_2.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .4), rgba(0, 0, 0, .4)), url('../images/Seção-1_2.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.img-slide-transicao._03 {
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .4), rgba(0, 0, 0, .4)), url('../images/Seção-1_3.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .4), rgba(0, 0, 0, .4)), url('../images/Seção-1_3.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.texto-fixo {
  position: absolute;
  z-index: 99;
  width: 100%;
  margin-top: 80px;
  text-align: left;
}

.div-block-3 {
  padding-left: 0px;
}

.emphasized-text {
  font-style: normal;
}

.lista-guias {
  padding-top: 10px;
}

.item-guias {
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 30px;
  background-image: url('../images/more-1.png');
  background-position: 0px 17px;
  background-size: 8px;
  background-repeat: no-repeat;
  color: #555;
  font-size: 16px;
  line-height: 25px;
  font-weight: 300;
}

.div-block-4 {
  padding-bottom: 23px;
}

.tx-sub-titulo {
  font-weight: 500;
}

.tx-sub-titulo.div-titulo {
  padding-top: 0px;
  color: #fff;
  font-size: 22px;
  line-height: 40px;
  font-weight: 400;
  text-transform: uppercase;
}

.tx-sub-titulo.div-titulo._04 {
  color: #111;
}

.titulo-do-subtitulo {
  margin-top: 10px;
  margin-bottom: 5px;
  font-size: 16px;
  font-weight: 500;
}

.titulo-do-subtitulo.cor {
  color: #4f203f;
}

.titulo-do-subtitulo.cor2 {
  color: #00b194;
}

.titulo-do-subtitulo.cor3 {
  color: #ff8200;
}

.div-block-5 {
  padding-bottom: 20px;
}

.div-titulo-guias {
  margin-top: 10px;
  margin-bottom: 30px;
  margin-left: 0px;
  padding: 12px 20px 12px 80px;
  background-color: #4f203f;
  background-image: url('../images/icone predinho-01.png');
  background-position: 15px 50%;
  background-size: 45px;
  background-repeat: no-repeat;
}

.div-titulo-guias._2 {
  margin-top: 40px;
  background-color: #00b194;
  background-image: url('../images/anbiental.png');
  background-size: 50px;
}

.div-titulo-guias._3 {
  margin-top: 40px;
  background-color: #ff8200;
  background-image: url('../images/leadership222.png');
  background-size: 50px;
}

.div-titulo-guias._4 {
  margin-top: 40px;
  padding-left: 90px;
  background-color: #d7dbc9;
  background-image: url('../images/diploma.png');
  background-size: 40px;
}

.icon-2 {
  margin-right: 0px;
  padding-top: 4px;
}

.text-block-9 {
  margin-right: 12px;
}

.div-bt-10 {
  margin-left: 10px;
}

.tx-endereo {
  line-height: 24px;
}

@media (max-width: 991px) {
  .paginacao-link {
    padding: 6px 12px;
    font-size: 12px;
  }
  .limite-site {
    width: 100%;
  }
  .clientes-1-slide {
    height: 150px;
  }
  .mascara-cliente-padrao {
    width: 720px;
  }
  .logo-cliente {
    margin-top: 5px;
  }
  .slide-cliente-padrao {
    width: 150px;
    height: 150px;
  }
  .rodape-construsite {
    font-size: 12px;
  }
  .link-rodape-construsite {
    font-size: 13px;
  }
  .header {
    padding-right: 20px;
    padding-left: 20px;
  }
  .nav-menu {
    padding-top: 0px;
    padding-bottom: 0px;
    background-color: transparent;
  }
  .nav-link {
    margin-right: 0px;
    padding: 14px 20px;
    border-top: 1px solid rgba(0, 121, 100, .36);
    border-bottom-style: none;
    border-radius: 0px;
    background-color: #00b194;
    color: #fff;
  }
  .nav-link:hover {
    background-color: #007964;
    color: #fff;
  }
  .nav-link.w--current {
    width: auto;
    margin-right: 0px;
    padding-top: 14px;
    padding-bottom: 14px;
    border-bottom-style: none;
    border-radius: 0px;
    background-color: #003f34;
    color: #fff;
  }
  .nav-link.ultimo.ativo {
    border-top-left-radius: 0px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
  }
  .nav-link.dropdonw {
    border-top: 1px solid #007964;
  }
  .nav-link.primeiro {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
  }
  .nav-link.bt-quertionario {
    padding-bottom: 14px;
    border-top-style: none;
  }
  .nav-link._1.w--current {
    border-top-style: none;
  }
  .nav-link.u {
    border-top-style: none;
  }
  .paragrafo-reduzido {
    margin-left: 0px;
  }
  .div-block-2 {
    width: 100%;
    padding-right: 0px;
    padding-left: 0px;
    background-color: transparent;
  }
  .bt-menu {
    margin-top: 20px;
    background-color: #00b194;
    color: #fff;
  }
  .bt-menu.w--open {
    background-color: #007964;
  }
  .bt-acao {
    margin-left: 0px;
  }
  .bt-acao._02 {
    margin-bottom: 20px;
  }
  .div-carrosel {
    width: 23%;
    margin-bottom: 20px;
  }
  .box-formulario {
    width: 80%;
  }
  .lista-drop.w--open {
    margin-top: 0px;
  }
}

@media (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 {
    width: 120px;
    height: 120px;
    margin-top: 15px;
  }
  .slide-cliente-padrao {
    width: 150px;
  }
  .rodape-construsite {
    font-size: 11px;
  }
  .link-rodape-construsite {
    font-size: 12px;
  }
  .header {
    position: relative;
  }
  .paragrafo-reduzido {
    margin-left: 0px;
  }
  .paragrafo-reduzido.home {
    margin-left: 0px;
  }
  .div-block-2 {
    display: block;
    margin-top: 64px;
    margin-right: auto;
    margin-left: auto;
  }
  .h2 {
    width: 100%;
  }
  .bt-acao {
    margin-left: 0px;
  }
  .navegacao-slide {
    display: none;
  }
  .niveis-02 {
    padding-right: 20px;
    padding-left: 20px;
  }
  .div-carrosel {
    width: 45%;
  }
  .img-ilustracao {
    display: none;
  }
  .img-ilustracao._03 {
    display: block;
  }
  .footer {
    padding-right: 20px;
    padding-left: 20px;
  }
  .o-projeto-02 {
    padding-right: 20px;
    padding-left: 20px;
  }
  .box-interna {
    margin-top: 0px;
    padding-right: 20px;
    padding-left: 20px;
  }
  .box-endereco-realizadores {
    padding-right: 20px;
    padding-left: 20px;
  }
  .img-slide {
    padding-right: 20px;
    padding-left: 20px;
  }
  .text-block-8 {
    width: 100%;
  }
  .transicao-de-imagens {
    margin-top: 0px;
  }
  .img-slide-transicao {
    padding-right: 0px;
    padding-left: 0px;
  }
  .unordered-list {
    margin-top: 20px;
  }
  .div-block-3 {
    padding-right: 20px;
    padding-left: 20px;
  }
  .tx-sub-titulo.div-titulo {
    line-height: 30px;
  }
  .div-titulo-guias._4 {
    background-size: 30px;
  }
  .div-bt-10 {
    margin-left: 0px;
  }
}

@media (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;
  }
  .header {
    position: relative;
    margin-top:-100px;
  }
  .logo-site {
    width: 100px;
  
    background-image: url('../images/TexIndexMobile.png');
    background-size: auto;
  }
  .paragrafo-reduzido.home {
    margin-left: 0px;
  }
  .div-block-2 {
    width: 100%;
    height: auto;
    margin-top: 28px;
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
    border-radius: 0%;
    background-color: transparent;
  }
  .h2 {
    font-size: 18px;
    line-height: 32px;
  }
  .legenda-slider {
    width: 100%;
    font-size: 16px;
    line-height: 25px;
  }
  .bt-padrao-slider {
    margin-left: 0px;
  }
  .bt-acao {
    margin-bottom: 10px;
  }
  .div-carrosel {
    width: 100%;
  }
  .tabs {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .tab-menu {
    width: 100%;
    margin-bottom: 30px;
    border-right-style: none;
  }
  .tab-content {
    width: 100%;
    padding-left: 0px;
  }
  .img-ilustracao._03 {
    display: none;
  }
  .box-formulario {
    width: 100%;
  }
  .box-endereco-realizadores {
    padding-right: 20px;
    padding-left: 20px;
  }
  .img-logo-footer._02 {
    margin-bottom: 10px;
  }
  .img-logo-footer._01 {
    margin-bottom: 10px;
  }
  .tx-sub-titulo.div-titulo {
    font-size: 20px;
    line-height: 30px;
  }
  .div-titulo-guias._4 {
    background-size: 30px;
  }
  .div-bt-10 {
    margin-left: 0px;
  }
}

@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-face {
  font-family: 'Robotocondensed';
  src: url('../fonts/RobotoCondensed-Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: 'Robotocondensed';
  src: url('../fonts/RobotoCondensed-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Robotocondensed';
  src: url('../fonts/RobotoCondensed-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'Robotocondensed';
  src: url('../fonts/RobotoCondensed-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'Robotocondensed';
  src: url('../fonts/RobotoCondensed-BoldItalic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
}
@font-face {
  font-family: 'Robotocondensed';
  src: url('../fonts/RobotoCondensed-LightItalic.ttf') format('truetype');
  font-weight: 300;
  font-style: italic;
}
@font-face {
  font-family: 'Fontawesome';
  src: url('../fonts/FontAwesome.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
}