.abre {
  width: 100vw;
  height: 100vh;
  background-image: url('../images/Abre.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.navbar {
  position: fixed;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 25vw;
  height: 100vh;
  padding-left: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
  background-image: url('../images/Interseção-12x.png');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 92vh;
  margin-right: 0px;
  margin-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.nav-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.nav-link {
  margin-right: 0px;
  margin-left: 0px;
  padding: 0px 10px 0px 0px;
  font-family: 'Sharpsans book', sans-serif;
  color: #075b80;
  font-size: 14px;
  line-height: 17px;
  font-weight: 500;
}

.nav-link:hover {
  color: #e76903;
}

.nav-link.nav-bold {
  border-right: 0px solid #000;
}

.nav-link.nav-bold.line {
  border-right-width: 2px;
  border-right-color: #075b80;
  font-size: 14px;
}

.nav-bold {
  font-family: Sharpsans, sans-serif;
  font-size: 16px;
  line-height: 17px;
}

.image {
  width: 25%;
  max-width: 130%;
  margin-right: 10px;
}

.div-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.expans-o {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  -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-image: url('../images/Web-1366-–-6.png');
  background-position: 0% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.t-tulo {
  position: relative;
  display: inline-block;
  margin-bottom: -24px;
  padding-right: 10px;
  padding-left: 10px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  background-color: #00ac9a;
  font-family: Sharpsans, sans-serif;
  color: #fff;
  font-size: 40px;
  line-height: 45px;
  text-align: center;
  background-clip: border-box;
}

.exp-box-tracejado {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 35vw;
  padding-right: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-style: dashed;
  border-width: 2px;
  border-color: #fff;
}

.exp-bloco-1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 20px;
  margin-bottom: 20px;
  margin-left: 20px;
  padding-top: 60px;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  border-style: dashed;
  border-width: 0px 0px 2px;
  border-color: #fff;
}

.txt-exp-med {
  margin-top: 0px;
  margin-bottom: 10px;
  font-family: Sharpsans, sans-serif;
  color: #fff;
  font-size: 26px;
}

.counterup {
  display: inline-block;
  font-family: Sharpsans, sans-serif;
  color: #fff;
  font-size: 27px;
  line-height: 45px;
  font-weight: 700;
}

.counterup.espa-o {
  margin-bottom: 40px;
}

.txt-exp-pqn {
  font-family: 'Sharpsans book', sans-serif;
  font-size: 18px;
  line-height: 20px;
  font-weight: 500;
}

.exp-elementos {
  position: relative;
  left: 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 90vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

.exp-bloco-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 20px;
  margin-bottom: 10px;
  margin-left: 20px;
  padding-top: 0px;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  border-style: dashed;
  border-width: 0px 0px 2px;
  border-color: #fff;
}

.sub-escrito {
  position: relative;
  top: -7px;
  display: inline;
  font-family: 'Sharpsans book', sans-serif;
  font-size: 10px;
  font-weight: 700;
}

.exp-bloco-final {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 0px;
  margin-left: 20px;
  padding-top: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-style: dashed;
  border-width: 0px;
  border-color: #fff;
}

.nota {
  width: 85%;
  margin-top: 20px;
  margin-bottom: 0px;
  font-family: 'Sharpsans book', sans-serif;
  color: #fff;
  font-size: 12px;
  line-height: 18px;
  font-weight: 500;
}

.nota.sem {
  width: auto;
}

.tesoura {
  width: auto;
  margin: -45px -30px 0px 0px;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  text-align: right;
}

.sacolas {
  margin-right: 20px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.camiseta {
  margin-bottom: 10px;
  padding-right: 20px;
  padding-bottom: 0px;
}

.div-block-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  padding-top: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
}

.container-2 {
  position: relative;
  left: 50px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  margin-bottom: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.mapa {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 60px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/Web-1366-–-7.png');
  background-position: 0% 0%;
  background-size: cover;
  background-repeat: no-repeat;
}

.transforma-o {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: 100vh;
  padding-left: 40px;
  -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-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/Web-1366-–-8.png');
  background-position: 0% 50%;
  background-size: auto 120%;
  background-repeat: no-repeat;
}

.columns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 76vw;
  height: auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.t-tulo-sem-fundo {
  position: relative;
  display: inline-block;
  margin-top: 20px;
  margin-bottom: 5px;
  margin-left: 0px;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  background-color: transparent;
  font-family: Sharpsans, sans-serif;
  color: #fff;
  font-size: 40px;
  line-height: 45px;
  text-align: left;
  background-clip: border-box;
}

.text-block {
  margin-bottom: 20px;
  font-family: 'Sharpsans book', sans-serif;
  color: #fff;
  font-size: 14px;
  line-height: 23px;
}

.text-block.mais-espa-o {
  margin-bottom: 60px;
}

.columns-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  margin-bottom: 40px;
  margin-left: 0px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.columns-2.s-essa {
  margin-bottom: 0px;
  margin-left: 60px;
}

.columns-2.nessa {
  margin-right: 30px;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

.columns-2.primeira {
  margin-left: 100px;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

.item-menor {
  padding-top: 10px;
  padding-bottom: 10px;
}

.column-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-right: 0px solid #fff;
  border-left: 0px solid #000;
}

.atras {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  margin-right: 0px;
  margin-left: 0px;
  padding-right: 10px;
  padding-left: 10px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -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-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-color: #e76903;
  opacity: 0;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.atras:hover {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background-color: #e76903;
  opacity: 1;
}

.atras.valores {
  margin-right: 0px;
}

.atras.publico {
  background-image: url('../images/Grupo-282.png');
  background-size: cover;
}

.atras.esquerda {
  margin-left: 0px;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

.list {
  padding-left: 20px;
  color: #fff;
  font-size: 32px;
}

.column-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-right: 0px solid #fff;
  border-left: 0px solid #fff;
}

.list-2 {
  padding-left: 20px;
  color: #fff;
  font-size: 22px;
}

.texto-proposito {
  color: #fff;
  font-size: 18px;
  line-height: 25px;
}

.texto-proposito._25 {
  position: relative;
  z-index: 3;
  display: block;
  overflow: visible;
  clear: none;
  font-size: 25px;
  line-height: 35px;
}

.aparecido {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 20px;
  padding-left: 40px;
  -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;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.aparecido:hover {
  opacity: 0;
}

.aparecido.persona {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.aparecido.publico {
  background-image: url('../images/Grupo-282.png');
  background-size: cover;
}

.aparecido.valores {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.item {
  padding-top: 20px;
  padding-bottom: 20px;
}

.column-6 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-right: 0px solid #fff;
  border-left: 3px solid #fff;
  background-image: url('../images/Grupo-282.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.column-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-right: 0px solid #fff;
  border-left: 0px solid #fff;
}

.prop-frente {
  margin-top: 20px;
  color: #fff;
  font-size: 30px;
}

.trans-coluna-esquerda {
  padding-right: 20px;
  padding-left: 0px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.trans-coluna-direita {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 40px;
  padding-left: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

.trans-imagem-frente {
  max-width: 80%;
  margin-top: 0px;
  margin-bottom: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.trans-imagem-frente:hover {
  opacity: 0;
}

.image-2 {
  position: relative;
  z-index: 2;
}

.moderniza-o {
  display: block;
  width: 100vw;
  height: 100vh;
  padding: 30px 256px 40px 423px;
  -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-image: url('../images/Grupo-364.png');
  background-position: 0px 0px;
  background-size: auto 100vh;
  background-repeat: no-repeat;
}

.mode-texto-info {
  position: static;
  font-family: Sharpsans, sans-serif;
  color: #fff;
  font-size: 15px;
  line-height: 20px;
}

.div-block-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 42vw;
  margin-right: 0px;
  margin-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.columns-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 71vh;
}

.t-tulo-menor {
  position: relative;
  display: inline-block;
  margin-top: 0px;
  margin-bottom: 10px;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  background-color: transparent;
  font-family: Sharpsans, sans-serif;
  color: #fff;
  font-size: 36px;
  line-height: 39px;
  text-align: center;
  background-clip: border-box;
}

.mode-texto-info-manequim {
  position: static;
  top: -41px;
  margin-top: 126px;
  margin-right: 40px;
  margin-left: 40px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  font-family: Sharpsans, sans-serif;
  color: #fff;
  font-size: 15px;
  line-height: 20px;
  text-align: center;
}

.column-7 {
  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;
  background-image: url('../images/Grupo-188.png');
  background-position: 50% 50%;
  background-size: auto 100%;
  background-repeat: no-repeat;
}

.image-3 {
  display: none;
}

.column-8 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
}

.column-9 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
}

.div-block-5 {
  margin-right: 57px;
  margin-bottom: 99px;
  margin-left: -50px;
  padding-bottom: 20px;
  padding-left: 10px;
  border-left: 2px dashed #fff;
}

.div-block-6 {
  margin-bottom: 53px;
  margin-left: -50px;
  padding-left: 46px;
  border-bottom: 2px dashed #fff;
}

.div-block-7 {
  margin-left: -60px;
  padding-top: 10px;
  padding-right: 10px;
  padding-left: 60px;
  border-top: 2px dashed #fff;
  border-right: 2px dashed #fff;
}

.div-block-8 {
  margin: 35px -68px 48px 22px;
  padding-top: 10px;
  padding-right: 89px;
  border-top: 2px dashed #fff;
}

.div-block-9 {
  margin-right: -54px;
  margin-bottom: 28px;
  padding-top: 10px;
  padding-right: 46px;
  border-top: 2px dashed #fff;
}

.div-block-10 {
  margin-right: -49px;
  margin-bottom: 36px;
  padding-top: 10px;
  padding-right: 42px;
  border-top: 2px dashed #fff;
}

.div-block-10.machine {
  margin-top: -72px;
  margin-right: -64px;
  padding-top: 88px;
  border-right: 2px dashed #fff;
  border-bottom: 2px dashed #fff;
  border-top-width: 0px;
}

.div-block-11 {
  position: relative;
  z-index: 1000;
  margin-top: -100px;
  margin-right: -65px;
  margin-left: 38px;
  padding-top: 88px;
  padding-right: 10px;
  padding-bottom: 10px;
  border-right: 2px dashed #fff;
  border-bottom: 2px dashed #fff;
}

.image-4 {
  margin-right: 0px;
  margin-bottom: 60px;
  margin-left: 0px;
}

.div-block-12 {
  margin-top: 20px;
}

.cr-dito {
  width: 100vw;
  height: 100vh;
  background-image: url('../images/Grupo-3742x.png');
  background-position: -10% 50%;
  background-size: auto 100vh;
  background-repeat: no-repeat;
}

.div-block-13 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.columns-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50vw;
  height: 100vh;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 60px;
  padding-top: 60px;
  padding-bottom: 60px;
}

.column-10 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

.column-11 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 100px;
  padding-left: 100px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

.image-5 {
  max-width: 60%;
}

.image-6 {
  display: none;
  max-width: 40%;
  margin-bottom: 60px;
}

.mode-texto-info-copy {
  position: static;
  margin-bottom: 20px;
  font-family: Sharpsans, sans-serif;
  color: #fff;
  font-size: 15px;
  line-height: 20px;
}

.tendencias {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: auto;
  padding-top: 60px;
  padding-bottom: 40px;
  -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;
  background-color: #d13f0a;
  background-image: url('../images/Grupo-214.png'), url('../images/bg-sustenta.png');
  background-position: 0px -10px, 0% 50%;
  background-size: 87vw, cover;
  background-repeat: no-repeat, no-repeat;
}

.section-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 98vh;
  margin-right: 0px;
  padding-right: 0px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-14 {
  width: 20vw;
}

.txt-exp-pqn-copy {
  font-family: 'Sharpsans book', sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
}

.container-3 {
  padding-top: 40px;
  padding-bottom: 40px;
}

.grid {
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto auto auto;
  grid-template-rows: auto auto auto;
}

.div-block-15 {
  margin-right: 40px;
  margin-bottom: 40px;
  padding-bottom: 20px;
  padding-left: 20px;
  border-bottom: 2px dashed #fff;
  border-left: 2px dashed #fff;
}

.text-tendencias {
  font-family: 'Sharpsans book', sans-serif;
  color: #fff;
  font-size: 14px;
  line-height: 25px;
}

.div-block-16 {
  width: auto;
  margin: 40px 0px 0px 350px;
  padding-left: 20px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.grupo-colunas {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  margin-right: 140px;
  margin-bottom: 40px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.bolinha {
  position: relative;
  left: -35px;
  bottom: 10px;
}

.div-block-17 {
  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: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.image-7 {
  max-width: 35%;
  margin-top: -270px;
  margin-right: 20px;
  margin-bottom: 8px;
}

.div-block-15-copy {
  width: auto;
  margin-right: 140px;
  margin-left: 363px;
  padding-right: 310px;
  padding-left: 20px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  border-bottom: 2px dashed #fff;
  border-left: 2px dashed #fff;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5)));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
}

.section-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 10vh;
  padding-left: 40px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #361948;
}

.div-block-18 {
  margin-left: 404px;
}

.link-block {
  margin-right: 10px;
}

.link-block-2 {
  margin-right: 10px;
}

.t-tulo-sem-fundo-copy {
  position: relative;
  display: inline-block;
  margin-top: 0px;
  margin-bottom: 40px;
  margin-left: -87px;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  background-color: transparent;
  font-family: Sharpsans, sans-serif;
  color: #fff;
  font-size: 40px;
  line-height: 45px;
  text-align: left;
  background-clip: border-box;
}

.div-block-19 {
  margin-bottom: 20px;
}

.column-12 {
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

.coluna-tendencias-2 {
  padding-right: 200px;
  padding-bottom: 20px;
  padding-left: 20px;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-bottom: 2px dashed #fff;
  border-left: 2px dashed #fff;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5)));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
}

.coluna-tendencias-1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
  -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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  border-bottom: 2px dashed #fff;
  border-left: 2px dashed #fff;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5)));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
}

.tct-transf {
  position: static;
  font-family: 'Sharpsans book', sans-serif;
  color: #fff;
  font-size: 15px;
  line-height: 20px;
  font-weight: 500;
  text-align: center;
}

.image-8 {
  max-width: 30%;
  margin-right: 10px;
}

.columns-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60vw;
  height: auto;
  margin-bottom: 0px;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.image-9 {
  max-width: 100%;
  margin-left: 0px;
}

.image-10 {
  max-width: 100%;
}

.column-13 {
  padding-left: 0px;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
}

.image-11 {
  max-width: 24%;
  margin-right: -182px;
  margin-left: 0px;
}

.contador {
  display: inline-block;
  font-family: Sharpsans, sans-serif;
  color: #fff;
  font-size: 27px;
  line-height: 45px;
  font-weight: 700;
}

.contador.espa-o {
  margin-bottom: 40px;
}

.bold-text {
  color: #e76903;
}

.div-block-20 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-12 {
  max-width: 11%;
  margin-right: 10px;
}

.notinha {
  margin-bottom: 0px;
  font-family: 'Sharpsans book', sans-serif;
  color: #fff;
  font-size: 12px;
  line-height: 14px;
  font-style: italic;
}

.icone-sustenta {
  max-width: 30%;
  margin-top: 0px;
  margin-right: 20px;
  margin-bottom: 20px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  color: #fff;
}

.urna {
  max-width: 27%;
  margin-right: 20px;
  margin-bottom: 10px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  color: #fff;
}

.trofeu {
  max-width: 26%;
  margin-top: 0px;
  margin-right: 20px;
  margin-bottom: 20px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  color: #fff;
}

.agua {
  max-width: 28%;
  margin-top: 0px;
  margin-right: 20px;
  margin-bottom: 20px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  color: #fff;
}

.div-block-21 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.div-block-22 {
  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;
}

.div-block-23 {
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

.cotton {
  max-width: 25%;
  margin-top: 0px;
  margin-right: 20px;
  margin-bottom: 20px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  color: #fff;
}

.div-block-24 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.ciclos {
  max-width: 23%;
  margin-top: 0px;
  margin-right: 20px;
  margin-bottom: 20px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  color: #fff;
}

.div-block-25 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.div-block-26 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.div-block-27 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.brand.w--current {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.abre-coiso {
  height: 100vh;
  max-width: none;
}

.navbar-2 {
  display: none;
}

.abre-tia {
  height: 100vh;
  max-width: none;
}

.columns-6 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: auto;
  -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;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

.column-14 {
  padding-left: 0px;
}

.img-logo {
  height: 98vh;
}

.column-15 {
  padding-right: 30vw;
  padding-left: 20px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -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;
}

.div-block-34 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

.expans-o-mobile {
  display: none;
  width: 100vw;
  height: 100vh;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/Web-1366-–-6.png');
  background-position: 0% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.column-16 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.nav-link-linguagem {
  margin-right: 0px;
  margin-left: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  font-family: 'Sharpsans book', sans-serif;
  color: #075b80;
  font-size: 14px;
  line-height: 17px;
  font-weight: 500;
}

.nav-link-linguagem:hover {
  color: #e76903;
}

.nav-link-linguagem.en {
  padding-right: 10px;
  padding-left: 10px;
}

.image-18 {
  display: none;
}

.icone-sustenta-molecula {
  max-width: 30%;
  margin-top: 0px;
  margin-right: 20px;
  margin-bottom: 20px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  color: #fff;
}

@media screen and (max-width: 991px) {
  .abre {
    width: 100vw;
    height: 100vh;
    margin-top: 10vh;
    background-position: 50% 50%;
    background-size: cover;
  }

  .navbar {
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
    display: none;
    width: 100vw;
    height: auto;
    padding-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background-image: url('../images/Interseção-1.png');
    background-position: 50% 100%;
    background-size: cover;
    background-repeat: no-repeat;
  }

  .container {
    position: fixed;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
    z-index: 10;
    height: auto;
    margin-right: 0px;
    -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-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .nav-menu {
    position: relative;
    display: block;
    height: 100vh;
    padding-top: 10px;
    padding-right: 10px;
    padding-left: 10px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .nav-link {
    margin-bottom: 10px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .nav-link.nav-bold {
    margin-bottom: 10px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .image {
    width: 15%;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }

  .div-block {
    margin-bottom: 0px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .expans-o {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    padding-top: 40px;
    padding-bottom: 40px;
    background-size: cover;
  }

  .t-tulo {
    font-size: 30px;
    line-height: 35px;
  }

  .exp-box-tracejado {
    width: 50vw;
  }

  .exp-bloco-1 {
    padding-top: 40px;
  }

  .txt-exp-med {
    font-size: 19px;
    line-height: 16px;
  }

  .counterup {
    font-size: 25px;
    line-height: 30px;
  }

  .txt-exp-pqn {
    display: inline-block;
    padding-right: 3px;
    font-size: 15px;
  }

  .mapa {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    background-image: url('../images/Web-1366-–-7_1.png');
  }

  .transforma-o {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    padding-top: 40px;
    padding-right: 40px;
    padding-bottom: 40px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#e76903), to(#e76903)), url('../images/Web-1366-–-8.png');
    background-image: linear-gradient(180deg, #e76903, #e76903), url('../images/Web-1366-–-8.png');
    background-position: 0px 0px, 0% 50%;
    background-size: auto, auto 120%;
    background-repeat: repeat, no-repeat;
  }

  .columns {
    width: auto;
  }

  .t-tulo-sem-fundo {
    font-size: 30px;
    line-height: 35px;
  }

  .text-block.mais-espa-o {
    margin-right: 40px;
  }

  .columns-2 {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .columns-2.s-essa {
    margin-left: 0px;
  }

  .columns-2.primeira {
    margin-left: 0px;
  }

  .column-3 {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .column-5 {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .texto-proposito {
    font-size: 13px;
    line-height: 17px;
  }

  .texto-proposito._25 {
    font-size: 16px;
    line-height: 22px;
  }

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

  .column-4 {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .prop-frente {
    font-size: 20px;
  }

  .trans-coluna-esquerda {
    padding-right: 0px;
  }

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

  .moderniza-o {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    padding-right: 40px;
    padding-left: 40px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    background-position: 35% 50%;
    background-size: cover;
  }

  .div-block-4 {
    width: 60vw;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
  }

  .columns-3 {
    height: auto;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
  }

  .t-tulo-menor {
    margin-bottom: 20px;
    font-size: 30px;
    line-height: 35px;
  }

  .image-4 {
    max-width: 80%;
    margin-bottom: 0px;
  }

  .cr-dito {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    background-image: url('../images/Grupo-3742x.png');
    background-position: 50% 50%;
    background-size: cover;
  }

  .columns-4 {
    width: 60vw;
    height: auto;
    margin-left: 40px;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .column-10 {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }

  .column-11 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .tendencias {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 40px;
    background-position: 0px -10px, 15% 50%;
    background-size: contain, cover;
  }

  .section-3 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 20px;
  }

  .txt-exp-pqn-copy {
    font-size: 14px;
    line-height: 20px;
  }

  .text-tendencias {
    line-height: 20px;
  }

  .div-block-16 {
    margin-left: 200px;
  }

  .grupo-colunas {
    margin-right: 0px;
  }

  .div-block-15-copy {
    margin-right: 0px;
    margin-left: 200px;
    padding-right: 40px;
  }

  .section-4 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 20vh;
    padding-right: 40px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .div-block-18 {
    margin-left: 0px;
  }

  .coluna-tendencias-2 {
    padding-right: 40px;
  }

  .image-8 {
    display: none;
  }

  .image-11 {
    max-width: 23%;
    margin-right: -111px;
  }

  .contador {
    font-size: 25px;
    line-height: 30px;
  }

  .icone-sustenta {
    max-width: 17%;
  }

  .urna {
    max-width: 22%;
  }

  .trofeu {
    max-width: 20%;
  }

  .agua {
    max-width: 18%;
  }

  .div-block-21 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .div-block-22 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .div-block-24 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .ciclos {
    max-width: 32%;
  }

  .div-block-25 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .div-block-26 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .div-block-27 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .menu-button {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .brand {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .brand.w--current {
    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-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .image-14 {
    position: absolute;
    z-index: 1;
    overflow: auto;
    max-width: 117%;
    -o-object-fit: none;
    object-fit: none;
  }

  .navbar-2 {
    position: fixed;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
    display: block;
    height: auto;
    padding-right: 60px;
    padding-left: 60px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #fff;
  }

  .container-4 {
    display: block;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .menu-button-2 {
    display: block;
    padding-top: 14px;
    padding-bottom: 14px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .menu-button-2.w--open {
    background-color: transparent;
    color: #075b80;
  }

  .image-15 {
    max-width: 40%;
  }

  .brand-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 10px;
    margin-bottom: 10px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .nav-menu-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 0px;
    padding-top: 10px;
    padding-bottom: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #fff;
  }

  .div-block-28 {
    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-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .div-block-29 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-left: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .div-block-30 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-left: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .nav-link-2 {
    margin-right: 0px;
    margin-left: 0px;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .nav-link-3 {
    margin-right: 0px;
    margin-left: 0px;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

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

  .nav-link-mobile {
    margin-right: 0px;
    margin-left: 0px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-family: 'Sharpsans book', sans-serif;
    color: #075b80;
    font-weight: 500;
  }

  .nav-link-mobile:hover {
    font-family: Sharpsans, sans-serif;
    font-weight: 700;
  }

  .nav-link-mobile.download {
    padding-left: 10px;
  }

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

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

  .div-block-31 {
    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;
  }

  .image-16 {
    max-width: 13%;
    padding-left: 20px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .div-block-32 {
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }

  .button {
    padding-left: 20px;
  }

  .bot-o-pt {
    padding-left: 20px;
    background-color: transparent;
    font-family: 'Sharpsans book', sans-serif;
    color: #075b80;
    font-weight: 500;
  }

  .bot-o-pt:hover {
    font-family: Sharpsans, sans-serif;
    font-weight: 700;
  }

  .bot-o-pt.ativo {
    font-family: Sharpsans, sans-serif;
    font-weight: 700;
  }

  .bot-o-en {
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 20px;
    border-left: 2px solid #075b80;
    background-color: transparent;
    font-family: 'Sharpsans book', sans-serif;
    color: #075b80;
    font-weight: 500;
  }

  .bot-o-en:hover {
    font-family: Sharpsans, sans-serif;
    font-weight: 700;
  }

  .bot-o-en.ativo {
    font-family: Sharpsans, sans-serif;
    font-weight: 700;
  }

  .mobile-bold {
    font-family: Sharpsans, sans-serif;
    font-weight: 700;
  }

  .column-15 {
    padding-right: 0px;
  }

  .div-block-34 {
    width: 50vw;
    margin-right: 40px;
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
  }

  .expans-o-mobile {
    display: none;
  }

  .nav-link-linguagem {
    margin-bottom: 10px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .nav-link-linguagem.nav-bold {
    margin-bottom: 10px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .div-block-35 {
    padding-right: 20px;
    padding-left: 20px;
  }

  .icone-sustenta-molecula {
    max-width: 30%;
  }
}

@media screen and (max-width: 767px) {
  .navbar {
    display: none;
    height: auto;
    background-image: none;
    background-position: 0px 0px;
    background-size: auto;
    background-repeat: repeat;
  }

  .container {
    height: 74vh;
    margin-right: 0px;
  }

  .expans-o {
    display: block;
    width: auto;
    height: auto;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background-position: 30% 50%;
    background-size: cover;
  }

  .t-tulo {
    font-size: 30px;
  }

  .exp-box-tracejado {
    width: auto;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
  }

  .exp-bloco-1 {
    margin-bottom: 10px;
    padding-top: 40px;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
  }

  .txt-exp-med {
    font-size: 22px;
  }

  .counterup {
    font-size: 27px;
    line-height: 33px;
  }

  .txt-exp-pqn {
    display: inline-block;
    margin-right: 2px;
    font-size: 14px;
  }

  .exp-bloco-2 {
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
  }

  .exp-bloco-final {
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
  }

  .nota {
    font-size: 10px;
  }

  .nota.sem {
    line-height: 13px;
  }

  .mapa {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    height: 90vh;
    padding-left: 20px;
    background-image: url('../images/Web-1366-–-7_1.png');
    background-position: 100% 50%;
    background-size: cover;
    background-repeat: no-repeat;
  }

  .transforma-o {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    padding-top: 40px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#e76903), to(#e76903));
    background-image: linear-gradient(180deg, #e76903, #e76903);
    background-position: 0px 0px;
  }

  .columns {
    width: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .t-tulo-sem-fundo {
    margin-bottom: 20px;
    font-size: 30px;
    line-height: 35px;
  }

  .t-tulo-sem-fundo.modi {
    margin-left: 0px;
  }

  .text-block.mais-espa-o {
    width: 25vw;
    margin-bottom: 0px;
  }

  .text-block.modi {
    margin-bottom: 0px;
    margin-left: 0px;
  }

  .columns-2 {
    height: auto;
    margin-bottom: 20px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .columns-2.s-essa {
    margin-left: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .columns-2.primeira {
    margin-bottom: 20px;
    margin-left: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .column-3 {
    height: 200px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .column-5 {
    height: 200px;
  }

  .texto-proposito._25 {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-align: center;
  }

  .column-6 {
    height: 200px;
  }

  .column-4 {
    height: 200px;
  }

  .trans-coluna-direita {
    padding-left: 0px;
  }

  .moderniza-o {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    height: auto;
    padding: 0px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#008dc8), to(#008dc8));
    background-image: linear-gradient(180deg, #008dc8, #008dc8);
    background-position: 0px 0px;
    background-size: auto;
    background-repeat: repeat;
  }

  .mode-texto-info {
    font-size: 13px;
    line-height: 17px;
  }

  .div-block-4 {
    width: 70vw;
    height: auto;
    margin-left: -30px;
    padding-top: 40px;
    padding-bottom: 40px;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
  }

  .columns-3 {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .t-tulo-menor {
    margin-right: 60px;
    margin-bottom: 20px;
    margin-left: 60px;
    padding-right: 0px;
    font-size: 30px;
    line-height: 35px;
  }

  .column-7 {
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    background-size: contain;
  }

  .div-block-8 {
    margin-left: 62px;
    padding-right: 62px;
  }

  .cr-dito {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    height: auto;
    background-image: url('../images/Grupo-3742x.png');
    background-position: 100% 50%;
    background-size: cover;
  }

  .columns-4 {
    width: auto;
    margin-left: 0px;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .column-10 {
    padding-left: 40px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .column-11 {
    padding-right: 60px;
    padding-left: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    background-color: transparent;
  }

  .image-5 {
    max-width: 30%;
  }

  .tendencias {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    padding-top: 20px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-position: 0px -10px, 15% 50%;
    background-size: contain, cover;
  }

  .section-3 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .text-tendencias {
    line-height: 20px;
  }

  .div-block-16 {
    margin-left: 140px;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
  }

  .grupo-colunas {
    margin-right: 0px;
  }

  .div-block-15-copy {
    margin-right: 0px;
    margin-left: 140px;
    padding-right: 20px;
  }

  .section-4 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100vw;
    height: 20vh;
    margin-right: 0px;
    padding-right: 40px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .div-block-18 {
    display: block;
    margin-left: 0px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .t-tulo-sem-fundo-copy {
    margin-left: 0px;
  }

  .coluna-tendencias-2 {
    padding-right: 20px;
  }

  .columns-5 {
    width: 80vw;
    margin-top: 40px;
    margin-bottom: 40px;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .image-9 {
    max-width: 100%;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .image-10 {
    max-width: 90%;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .column-13 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .image-11 {
    max-width: 30%;
    margin-right: -99px;
  }

  .contador {
    font-size: 29px;
    line-height: 33px;
  }

  .contador.espa-o {
    margin-bottom: 20px;
  }

  .div-block-20 {
    margin-bottom: 20px;
  }

  .image-12 {
    max-width: 7%;
  }

  .urna {
    margin-bottom: 10px;
  }

  .div-block-21 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .div-block-22 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .div-block-24 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .ciclos {
    max-width: 30%;
  }

  .div-block-25 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .div-block-26 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .div-block-27 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .container-4 {
    display: block;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .menu-button-2 {
    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;
  }

  .brand-2 {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .image-16 {
    max-width: 18%;
  }

  .div-block-34 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-left: 45vw;
    padding-top: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .expans-o-mobile {
    display: none;
    width: auto;
    height: auto;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background-position: 30% 50%;
    background-size: cover;
  }

  .column-16 {
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
  }

  .image-18 {
    display: block;
    margin-right: -100px;
    margin-left: 0px;
    padding-left: 0px;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
  }

  .div-block-35 {
    margin-left: -60px;
    padding: 20px;
    background-color: rgba(0, 0, 0, 0.5);
  }
}

@media screen and (max-width: 479px) {
  .abre {
    display: block;
    overflow: hidden;
    width: auto;
    height: auto;
    margin-top: 5vh;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    background-image: url('../images/Abre.png');
    background-position: 30% 50%;
    background-size: cover;
    background-repeat: no-repeat;
  }

  .navbar {
    display: none;
    background-image: none;
    background-position: 0px 0px;
    background-size: auto;
    background-repeat: repeat;
  }

  .expans-o {
    display: none;
    background-position: 0% 50%;
  }

  .exp-box-tracejado {
    padding-left: 0px;
  }

  .nota.sem {
    margin-top: 0px;
    margin-right: 63px;
    margin-left: -48px;
    padding-left: 31px;
  }

  .tesoura {
    max-width: 21%;
  }

  .mapa {
    display: block;
    width: 100vw;
    height: auto;
    padding-right: 20px;
    padding-left: 20px;
    background-image: none;
    background-size: auto;
    background-repeat: repeat;
  }

  .transforma-o {
    display: block;
  }

  .text-block.mais-espa-o {
    width: auto;
    margin-bottom: 20px;
  }

  .columns-2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .columns-2.s-essa {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .columns-2.primeira {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .column-3 {
    -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-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    border-bottom: 0px solid #fff;
    border-right-width: 0px;
  }

  .column-5 {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    border-bottom: 0px solid #fff;
    border-right-width: 0px;
    border-left-width: 0px;
  }

  .texto-proposito {
    text-align: center;
  }

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

  .aparecido.valores {
    padding-right: 0px;
    padding-left: 0px;
  }

  .column-6 {
    border-bottom: 0px solid #000;
    border-left-width: 0px;
  }

  .column-4 {
    height: 200px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    border-bottom: 0px solid #fff;
    border-right-width: 0px;
    border-left-width: 0px;
  }

  .moderniza-o {
    display: block;
    overflow: hidden;
    width: 100vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .div-block-4 {
    width: 100vw;
    height: auto;
    margin-left: 0px;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .columns-3 {
    width: 100vw;
    height: auto;
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 20px;
    padding-left: 20px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .column-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .column-8 {
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .column-9 {
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .div-block-6 {
    margin-right: 45px;
    margin-left: -61px;
    padding-left: 23px;
  }

  .div-block-7 {
    margin-top: 11px;
    margin-right: 39px;
    margin-left: -85px;
  }

  .div-block-9 {
    margin-right: -62px;
    margin-left: 60px;
    padding-right: 20px;
  }

  .div-block-10 {
    display: block;
    margin-right: -46px;
    margin-left: 71px;
    padding-right: 13px;
  }

  .div-block-10.machine {
    margin-top: -110px;
    margin-right: -61px;
    margin-left: 66px;
    padding-right: 16px;
  }

  .div-block-11 {
    position: static;
    z-index: 100;
    overflow: visible;
    margin-top: 0px;
    margin-left: 47px;
  }

  .cr-dito {
    display: block;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#a0194d), to(#a0194d)), url('../images/Grupo-346.png');
    background-image: linear-gradient(180deg, #a0194d, #a0194d), url('../images/Grupo-346.png');
    background-position: 0px 0px, 100% 50%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
  }

  .columns-4 {
    height: auto;
    padding-bottom: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .column-10 {
    padding-right: 20px;
    padding-bottom: 40px;
    padding-left: 20px;
  }

  .column-11 {
    padding-top: 40px;
    padding-right: 0px;
    padding-bottom: 40px;
    background-image: url('../images/Grupo-3742x.png');
    background-position: 100% 50%;
    background-size: cover;
  }

  .tendencias {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    background-position: 50% 0%, 15% 50%;
    background-size: auto 30vh, cover;
  }

  .section-3 {
    display: block;
    width: 100vw;
    height: auto;
    padding-right: 0px;
  }

  .div-block-14 {
    width: auto;
  }

  .txt-exp-pqn-copy {
    margin-bottom: 40px;
  }

  .div-block-16 {
    margin-top: 0px;
    margin-left: 0px;
  }

  .div-block-15-copy {
    margin-left: 20px;
  }

  .section-4 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 15vh;
  }

  .columns-5 {
    width: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .image-9 {
    display: block;
    max-width: 100%;
    margin-left: 0px;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .image-10 {
    max-width: 80%;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .column-13 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 20px;
    margin-bottom: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .image-11 {
    max-width: 30%;
    margin-top: -84px;
    margin-left: 0px;
  }

  .bold-text {
    font-size: 30px;
    line-height: 35px;
  }

  .abre-coiso {
    position: relative;
    left: -15%;
    top: 25%;
    right: auto;
    bottom: 0%;
    z-index: 5;
    display: block;
    overflow: hidden;
    height: auto;
    max-width: 100%;
    margin-left: 0px;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -o-object-fit: scale-down;
    object-fit: scale-down;
  }

  .navbar-2 {
    display: block;
    width: 100vw;
    height: 50px;
    margin-right: 0px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .container-4 {
    display: block;
    height: 50px;
    margin-left: 0px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .menu-button-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 7px;
    padding-bottom: 7px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    font-size: 36px;
  }

  .image-15 {
    max-width: 45%;
  }

  .brand-2 {
    margin-top: 5px;
    margin-bottom: 5px;
  }

  .brand-2.w--current {
    margin-top: 5px;
    margin-bottom: 0px;
    -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: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .div-block-28 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .div-block-29 {
    padding-left: 20px;
  }

  .div-block-30 {
    padding-left: 20px;
  }

  .nav-link-mobile {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 18px;
  }

  .image-16 {
    max-width: 10%;
  }

  .div-block-32 {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .bot-o-pt.ativo {
    font-size: 18px;
  }

  .bot-o-en {
    font-size: 18px;
  }

  .icon {
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    font-size: 30px;
  }

  .div-block-33 {
    display: block;
    overflow: hidden;
    width: 100vw;
    height: auto;
    margin-top: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .abre-tia {
    position: static;
    z-index: 1;
    display: block;
    overflow: hidden;
    height: auto;
    max-width: 200%;
    margin-left: 0px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -o-object-fit: scale-down;
    object-fit: scale-down;
  }

  .columns-6 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .column-14 {
    position: static;
    display: none;
    margin-top: 40px;
  }

  .img-logo {
    height: auto;
    max-width: 70%;
  }

  .column-15 {
    position: static;
    margin-top: 20px;
    padding-right: 20px;
  }

  .div-block-34 {
    width: auto;
    margin-right: 0px;
    margin-left: 0px;
    padding-left: 20px;
    background-color: #00ac9a;
  }

  .expans-o-mobile {
    display: block;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    background-image: none;
  }

  .image-17 {
    overflow: hidden;
    width: 100vw;
    height: auto;
    max-width: none;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }

  .column-16 {
    margin-bottom: 20px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .column-17 {
    margin-top: 0px;
    margin-bottom: 0px;
    padding-bottom: 0px;
  }

  .div-block-35 {
    margin-left: 0px;
  }
}

@font-face {
  font-family: 'Sharpsans (8)';
  src: url('../fonts/SharpSans-8.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Sharpsans';
  src: url('../fonts/SharpSans-Bold.otf') format('opentype'), url('../fonts/SharpSans-Extrabold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Sharpsans book';
  src: url('../fonts/SharpSans-Book.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}