:root {
  --waves-library-black: #131313;
  --waves-library-white: white;
  --conversion-flow-library-medium-purple: #b16cea;
  --conversion-flow-library-light-coral: #ff5e69;
  --conversion-flow-library-coral: #ff8a56;
  --conversion-flow-library-sandy-brown: #ffa84b;
  --lynx-white: white;
  --lynx-black: #1f2022;
  --lynx-medium-purple: #8979ec;
  --lynx-grey: #797c83;
  --rodape: #d9d9d9;
  --flowui-component-library-gray-900: #160042;
  --flowui-component-library-white: white;
  --flowui-component-library-gray-700: #282556;
  --flowui-component-library-gray-200: #f3f5fb;
  --flowui-component-library-grey-600: #393b6a;
  --flowui-component-library-primary-base: #642eff;
  --flowui-component-library-gray-100: #f7f9fd;
  --flowui-component-library-grey-300: #e4e6f1;
}

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  color: #333;
  background-color: #fafafa;
  font-family: Open Sans, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: bold;
  line-height: 36px;
}

.cf-cta-section-2 {
  color: #fff;
  background-color: #0c0c0c;
  position: relative;
}

.nav-menu {
  color: #001d3c;
  text-transform: uppercase;
  font-weight: 700;
}

.navbar {
  background-color: #fafafa;
  border-bottom-right-radius: 1.5rem;
  border-bottom-left-radius: 1.5rem;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.div-block {
  display: flex;
}

.div-block-2 {
  flex: 0 auto;
  justify-content: flex-end;
  align-items: center;
  padding-top: 0;
  padding-right: 20px;
}

.icon-tel {
  width: 30px;
  height: 30px;
}

.icon-tel.no-invert {
  z-index: 5;
  opacity: .49;
  width: 20px;
  height: 20px;
  position: relative;
}

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

.nav-menu-2 {
  align-items: center;
  padding-top: 8px;
  display: flex;
}

.div-icon {
  background-color: rgba(55, 86, 48, .06);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 8px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.elementus-logo {
  width: 150px;
  height: 100%;
  margin-bottom: 10px;
}

.quem-somos {
  background-image: url('../images/bolas-azul.svg'), linear-gradient(rgba(250, 250, 250, .93), rgba(250, 250, 250, .93)), url('../images/fundo-elementus.png');
  background-position: 100%, 0 0, 50%;
  background-repeat: repeat-x, repeat, repeat;
  background-size: auto, auto, auto;
  background-attachment: fixed, scroll, scroll;
  align-items: center;
  height: 80vh;
  display: flex;
}

.div-quem-somos {
  justify-content: center;
  align-items: center;
  max-width: 1240px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.quem-somos-h1 {
  justify-content: flex-end;
  padding-bottom: 15px;
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
}

.brand {
  padding-left: 10px;
}

.div-50 {
  text-align: center;
  width: 40vw;
  padding-left: 0;
  padding-right: 0;
}

.texto-paragrafo {
  text-align: justify;
  text-wrap: pretty;
  margin-bottom: 0;
  font-size: 1.3em;
  line-height: 1.4em;
}

.texto-paragrafo.italic {
  text-align: center;
  text-shadow: 0 3px 5px var(--waves-library-black);
  font-size: 2em;
  font-style: italic;
}

.texto-paragrafo._1-1 {
  text-align: center;
  padding-top: 5px;
  font-size: 1.1em;
}

.h1-titulo {
  text-align: left;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 0;
  font-size: 2.2em;
  font-weight: 400;
  line-height: 1em;
}

.h1-titulo.m {
  text-align: left;
  text-transform: none;
  font-size: 2.4em;
  line-height: 1em;
}

.h1-titulo.align-right {
  text-align: right;
}

.h1-titulo.negrito {
  text-align: center;
  font-size: 1.5em;
  font-weight: 700;
  line-height: 1.1em;
}

.div-menu {
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.section {
  width: 100%;
  height: 100%;
  margin-bottom: 60px;
  padding-top: 100px;
  position: relative;
}

.div-block-5 {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.texto-icon {
  text-align: center;
  text-transform: uppercase;
}

.div-icon-wrapper {
  color: #333;
  cursor: pointer;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, .11);
  border-radius: 2em;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 140px;
  height: 140px;
  padding-top: 10px;
  padding-bottom: 10px;
  transition: all .4s cubic-bezier(0, .592, .25, 1);
  display: flex;
  position: relative;
}

.div-icon-wrapper:hover {
  box-shadow: 0 2px 40px -20px rgba(0, 0, 0, .2);
}

.espaco {
  padding-top: 1em;
}

.nos-move {
  background-image: radial-gradient(circle at 0 0, rgba(18, 82, 6, .51), rgba(16, 124, 56, .15)), url('../images/mata-atlantica-.webp');
  background-position: 0 0, 50% 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  margin-top: 10em;
  padding-top: 60px;
  padding-bottom: 10em;
  display: flex;
}

.nos-move-div {
  color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.rodape {
  background-color: #e7e7e7;
  width: 100%;
  position: relative;
}

.rodape-div {
  justify-content: center;
  align-items: flex-start;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.div-block-9 {
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-10 {
  flex: 1;
}

.img-icon-rodape {
  width: 25px;
}

.div-block-12 {
  align-items: flex-start;
  padding-top: 0;
  padding-bottom: 10px;
  display: flex;
}

.div-icon-rodape {
  color: #333;
  flex: 1;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.texto-rodape {
  margin-top: 0;
  margin-left: 8px;
  font-size: 1.2em;
}

.dropdown-list.w--open {
  background-color: rgba(238, 238, 238, .9);
  border-radius: 1em;
}

.link-drop {
  cursor: pointer;
  font-family: Lato, sans-serif;
  font-weight: 400;
  transition: all .4s cubic-bezier(0, .568, .25, 1);
}

.link-drop:hover {
  color: #1c8ecc;
  background-color: rgba(185, 185, 185, .08);
}

.link-drop.w--current {
  color: #81c348;
  font-family: Lato, sans-serif;
}

.menu-fixed {
  z-index: 99;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.div-block-17 {
  flex: 1;
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
}

.div-block-18 {
  align-items: center;
  display: flex;
}

.solucoes {
  background-image: linear-gradient(rgba(250, 250, 250, .9), rgba(250, 250, 250, .9)), url('../images/moldura-foto.svg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  margin-bottom: 10rem;
  padding-top: 120px;
}

.div-text-img {
  flex-direction: row-reverse;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  max-width: 1240px;
  margin-left: auto;
  margin-right: auto;
  padding: 60px 2em 60px 0;
  display: flex;
}

.div-block-20 {
  flex: 1;
  padding-left: 2em;
  padding-right: 90px;
}

.div-block-21 {
  background-image: url('../images/IMG_20191021_102937.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 1px 20rem 20rem;
  flex: 0 auto;
  width: 360px;
  height: 450px;
  position: relative;
  overflow: visible;
  box-shadow: 4px 12px 0 10px #b7dd87;
}

.missao-visao {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-image: linear-gradient(#fafafa, #fafafa);
  background-repeat: repeat;
  background-size: auto;
  justify-content: center;
  align-items: center;
  height: 70vh;
  margin-top: 0;
  padding: 0 10px;
  display: flex;
}

.missao-div {
  background-color: #fdfdfd;
  border: 1px solid rgba(0, 0, 0, .05);
  border-radius: 1rem;
  padding: 20px;
}

.missao-div.v {
  margin-top: 0;
}

.quem-somos-interna {
  background-color: #fafafa;
  justify-content: center;
  align-items: flex-start;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 80px;
  padding-bottom: 27px;
  display: flex;
}

.quem-somos-section {
  background-image: none;
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
  background-attachment: scroll;
  padding-top: 77px;
}

.img-div-quem {
  object-fit: cover;
  background-image: url('../images/maos-elementus-sa.jpg');
  background-position: 50%;
  background-size: cover;
  border: 20px solid #bedfc9;
  border-radius: 100%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 400px;
  height: 400px;
  margin-top: 0;
  padding: 0;
  display: flex;
  overflow: hidden;
}

.div-block-31, .div-block-32 {
  display: flex;
}

.div-block-33 {
  justify-content: center;
  padding-top: 51px;
  padding-bottom: 15px;
  padding-right: 0;
  display: flex;
  position: relative;
}

.div-block-34 {
  opacity: 1;
  position: static;
  top: 53px;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.img-wrapper {
  z-index: 1;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.card-img {
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100vh;
  margin-left: auto;
  margin-right: auto;
  padding: 10vh 1em 3em;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.card {
  z-index: 1;
  border-radius: 1em;
  justify-content: center;
  align-items: center;
  width: 98%;
  display: flex;
  position: relative;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: hidden;
}

.passaro {
  width: 100%;
  height: 120vh;
  display: block;
}

.solucoes-div-direita {
  flex: 1;
  padding-left: 2em;
  padding-right: 2em;
}

.img-wrapper-2 {
  z-index: 2;
  object-fit: fill;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.div-block-38 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-block-3 {
  font-size: .9em;
}

.background-video {
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  max-width: 1240px;
  padding-top: 38px;
  padding-bottom: 38px;
  display: none;
  position: relative;
}

.td-areas-2 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
  align-items: stretch;
  margin-top: 20px;
}

.td-areas-3 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
  margin-top: 20px;
}

.div-block-46 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  height: 100%;
  display: flex;
}

.div-block-51 {
  z-index: 2;
  border: 1px solid rgba(146, 146, 146, .53);
  border-radius: 2em;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.div-box-estatico {
  z-index: 3;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 12px;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.img-icon {
  width: 50px;
  height: auto;
}

.paragraph {
  font-size: 1.2em;
  line-height: 1.5em;
}

.eng-texto {
  z-index: 1;
  flex: 0 auto;
  align-items: flex-end;
  display: flex;
  position: relative;
}

.div-block-63 {
  z-index: 5;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  position: relative;
}

.bio-foto-div {
  background-image: url('../images/elementus-03x1440.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 1em;
  flex-direction: row;
  justify-content: space-between;
  height: 60vh;
  display: flex;
  position: relative;
  overflow: hidden;
}

.div-block-64 {
  color: #fff;
  background-color: rgba(129, 195, 72, .85);
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 20px 0;
  display: flex;
}

.area-1 {
  flex-direction: column;
  justify-content: center;
  width: 100%;
  max-width: 1240px;
  margin-left: auto;
  margin-right: auto;
}

.area-2, .area-3 {
  width: 100%;
  max-width: 1240px;
  margin-left: auto;
  margin-right: auto;
}

.div-block-65 {
  align-items: center;
  max-width: 1240px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.bio-div {
  border-radius: 1.5em;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1240px;
  height: 60vh;
  margin: 40px auto 58px;
  padding-top: 67px;
  padding-bottom: 67px;
  display: none;
  overflow: hidden;
}

.div-100vh {
  flex-direction: column;
  align-items: center;
  padding-top: 91px;
  padding-bottom: 91px;
  display: block;
}

.div-100vh.bio {
  padding-top: 0;
  padding-bottom: 0;
  display: block;
}

.div-100vh._3colunas {
  flex-direction: row;
  justify-content: center;
  padding-top: 60px;
  display: block;
}

.div-block-68 {
  margin-top: 0;
  display: none;
}

.rodape-titulo {
  text-transform: uppercase;
}

.div-block-69 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.span-linha {
  background-image: url('../images/linha-back.png');
  background-position: 50% 105%;
  background-repeat: no-repeat;
  background-size: 200px;
  line-height: 1.6em;
}

.div-linha {
  background-image: url('../images/linha-back.png');
  background-position: 50% 72%;
  background-repeat: no-repeat;
  background-size: auto;
  display: none;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.div-contato-absolute {
  z-index: 3;
  background-color: #636363;
  display: none;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.secton-contato {
  background-image: url('../images/background-mapa-8.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: 960px;
  background-attachment: fixed;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 0;
  padding-top: 100px;
  display: block;
}

.div-mapa-site {
  flex: 1;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.div-block-76 {
  justify-content: center;
  margin-top: 1px;
  padding-top: 2px;
  padding-bottom: 2px;
  padding-left: 5px;
  display: flex;
}

.div-block-78 {
  max-width: 1240px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.div-block-79 {
  flex: 1;
  padding-left: 2em;
}

.div-socio-foto {
  background-color: #20cf89;
  background-image: url('../images/socio-economia-elementus.jpg');
  background-position: 90%;
  background-size: cover;
  border-radius: 20rem 0 20rem 20rem;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 400px;
  height: 400px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.link-mapa-do-site {
  color: #333;
  font-size: 1.2em;
  text-decoration: none;
}

.link-mapa-do-site:hover {
  text-decoration: underline;
}

.div-block-81 {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.text-block-16 {
  text-transform: uppercase;
  margin-bottom: 10px;
}

.div-block-82 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: center;
  max-width: 1240px;
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.span-link {
  background-image: url('../images/arrow-up-right-from-square-solid.svg');
  background-position: 20%;
  background-repeat: no-repeat;
  background-size: 20px;
}

.div-block-83 {
  color: #333;
  cursor: pointer;
  flex: 1;
  padding-left: 10px;
  padding-right: 10px;
  text-decoration: none;
  transition: all .7s cubic-bezier(0, .65, .25, 1);
  display: block;
}

.div-block-83:hover {
  color: #5a963b;
  text-decoration: underline;
}

.div-block-84 {
  color: #333;
  cursor: pointer;
  flex: 1;
  padding-left: 10px;
  padding-right: 10px;
  text-decoration: none;
  transition: opacity .7s cubic-bezier(0, .545, .25, 1);
  display: block;
}

.div-block-84:hover {
  color: #5a963b;
  text-decoration: underline;
}

.div-block-84.w--current {
  display: block;
}

.div-block-85 {
  color: #333;
  cursor: pointer;
  flex: 1;
  padding-left: 10px;
  padding-right: 10px;
  text-decoration: none;
  transition: all .7s cubic-bezier(.018, .574, .25, 1);
  display: block;
}

.div-block-85:hover {
  color: #5a963b;
  text-decoration: underline;
}

.div-block-86 {
  background-color: #60ad60;
  height: 2px;
  position: absolute;
  top: -1em;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.div-bio-foto {
  background-color: #20cf89;
  background-image: url('../images/biodiversidade-coleta-em-campo-elementus.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 20rem 0 20rem 20rem;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 400px;
  height: 400px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.div-ambiental-foto {
  background-color: #20cf89;
  background-image: url('../images/eng-ambiental-elementus-solucoes.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  border-radius: 20rem 0 20rem 20rem;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 400px;
  height: 400px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.main-hero_sub-heading {
  border: 1.5px solid rgba(255, 255, 255, .24);
  border-radius: 100vw;
  margin-bottom: 0;
  padding: .3em 1.5em 0 0;
  font-size: 1.2em;
  font-weight: 400;
  display: inline-block;
}

.page-wrapper {
  width: 100%;
  font-size: 1em;
  position: relative;
  overflow: hidden;
}

.main-hero_layout {
  grid-column-gap: .2em;
  grid-row-gap: .2em;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.container {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.main-hero_heading-2 {
  text-align: justify;
  letter-spacing: -.03em;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.3em;
  font-weight: 600;
  line-height: 1.2;
  animation-name: slideup;
  animation-duration: 1s;
  animation-timing-function: ease-out;
}

.main-hero_section {
  border-bottom: 2px solid rgba(255, 255, 255, .2);
}

.page-padding {
  padding: 5em 6%;
}

.page-padding.is-main-hero {
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding: 0 0% 2em;
  display: flex;
}

.text-block-17 {
  font-size: 1.2em;
  font-weight: 700;
  line-height: 1.2em;
}

.div-block-88 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-image: url('../images/fundo-missao.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 960px;
  border-radius: 1.5rem;
  align-items: center;
  max-width: 1240px;
  margin-left: auto;
  margin-right: auto;
  padding: 4.7em 1em;
  display: flex;
}

.div-block-92 {
  border-radius: 1.5em;
  height: 300px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.div-block-92.socio {
  background-image: url('../images/Gal-4_1Gal 4.webp');
  background-position: 50% 20%;
  background-size: cover;
}

.div-block-92.bio {
  background-image: url('../images/gotagua.jpg');
  background-position: 50%;
  background-size: cover;
}

.div-block-92.enge {
  background-image: url('../images/elementus-01.jpg');
  background-position: 50%;
  background-size: cover;
}

.div-block-93 {
  flex-direction: column;
  align-items: flex-start;
}

.page-wrapper-2 {
  padding-top: 100px;
}

.stack_component {
  grid-row-gap: 14rem;
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

.padding-section-medium {
  padding-top: 0;
  padding-bottom: 5rem;
}

.stack_card-content {
  padding: 2em 1em;
}

.stack_card {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  opacity: 1;
  background-color: #fff;
  border-radius: 1.25rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr minmax(0, 1fr);
  grid-auto-columns: 1fr;
  height: 15rem;
  margin-bottom: 10.1rem;
  display: grid;
  position: -webkit-sticky;
  position: sticky;
  top: 9rem;
  overflow: hidden;
}

.stack_card.is-2 {
  grid-template-columns: 2.25fr;
  height: 15rem;
  margin-bottom: 6rem;
  top: 9rem;
}

.stack_card.is-6 {
  box-shadow: none;
  grid-template-columns: 2.5fr;
  height: 15rem;
  margin-bottom: 6rem;
  top: 9rem;
}

.stack_card.is-last {
  height: 15rem;
  margin-bottom: 6rem;
  top: 9rem;
}

.stack_card._08 {
  grid-template-columns: 2.75fr;
  margin-bottom: 6rem;
  top: 9rem;
}

.stack_card._07 {
  margin-bottom: 6rem;
  top: 9rem;
}

.stack_card._09 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 3fr;
  grid-auto-columns: 1fr;
  margin-bottom: 6rem;
  display: grid;
  top: 9rem;
  bottom: auto;
  overflow: hidden;
}

.stack_card._06 {
  grid-template-columns: 2.75fr;
  margin-bottom: 6rem;
  top: 9rem;
}

.stack_card._10 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 3fr;
  grid-auto-columns: 1fr;
  margin-bottom: 6rem;
  display: grid;
  top: 9rem;
  bottom: auto;
  overflow: hidden;
}

.stack_card._11, .stack_card._12, .stack_card._13 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 6rem;
  display: grid;
  top: 9rem;
  bottom: auto;
  overflow: hidden;
}

.stack_card.mineracao {
  background-color: #fff;
  background-image: none;
  background-size: auto;
  grid-template-rows: auto;
  grid-template-columns: 2.25fr minmax(0, 1fr);
  height: 15rem;
  margin-bottom: 6rem;
  box-shadow: 0 -12px 16px -4px rgba(0, 0, 0, .02);
}

.container-large {
  width: 100%;
  max-width: 15rem;
  margin-left: auto;
  margin-right: auto;
}

.stack_card-image-wrapper {
  width: 100%;
}

.stacking-cards_info {
  grid-column-gap: 2rem;
  text-align: center;
  justify-content: flex-start;
  margin-top: 1rem;
  display: flex;
}

.global-styles {
  display: block;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.section_description {
  display: none;
}

.padding-global {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  display: block;
}

.section_stack {
  background-image: url('../images/fundo-areas-elementus-sa.png');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: contain;
  background-attachment: fixed;
  display: none;
}

.main-wrapper {
  display: block;
}

.paragraph-2 {
  font-size: 18px;
  line-height: 30px;
  display: none;
}

.paragraph-3 {
  font-size: 23px;
  font-weight: 600;
  line-height: 28px;
}

.miniatura {
  width: 80px;
  font-size: 2em;
  line-height: 2em;
}

.div-areas {
  background-image: url('../images/linha-back.png');
  background-position: 50% 95%;
  background-repeat: no-repeat;
  background-size: auto;
  flex-direction: column;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.div-areas.nergia {
  background-position: 50% 100%;
}

.h1 {
  text-align: left;
  text-transform: uppercase;
  text-shadow: none;
  font-size: 2.3rem;
  font-weight: 600;
  line-height: 48px;
}

.div-block-97 {
  width: 70%;
  margin-left: auto;
  margin-right: auto;
}

.div-block-98 {
  background-image: none;
  background-position: 0 0;
  flex-direction: row;
  justify-content: flex-start;
  display: none;
}

.div-block-98.energia {
  display: none;
}

.div-block-98.petroleogas {
  display: block;
}

.div-block-98.portos, .div-block-98.industria, .div-block-98.pepel, .div-block-98.ferrovias, .div-block-98.urbanizacao, .div-block-98.aeroportos, .div-block-98.imo, .div-block-98.agro, .div-block-98.logistica {
  display: none;
}

.div-block-99 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
  align-items: stretch;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  display: flex;
  position: relative;
}

.div-block-100 {
  justify-content: center;
  align-items: flex-start;
  display: flex;
  position: relative;
  top: -1.2rem;
}

.div-block-100.petroleo {
  background-image: none;
}

.div-block-101 {
  padding-right: 2rem;
  display: flex;
}

.div-block-102 {
  width: 53vw;
  margin-bottom: 4rem;
  padding-top: 4.4rem;
}

.div-block-103 {
  text-align: center;
  background-color: #fff;
  border-radius: 1.5rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 220px;
  height: 261px;
  margin-bottom: 5rem;
  padding: 1rem;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 3.5rem;
  box-shadow: 0 0 40px -10px rgba(0, 0, 0, .08);
}

.div-block-103.nostick {
  height: 256px;
  position: relative;
  top: 0;
}

.section_100 {
  flex-direction: column;
  justify-content: center;
  display: block;
}

.text-block-20 {
  letter-spacing: -.5px;
  margin-top: 25px;
  font-size: 3em;
  line-height: 1.3em;
}

.heading-3 {
  text-transform: uppercase;
  font-size: 20px;
  line-height: 29px;
}

.div-block-104 {
  color: var(--waves-library-white);
  text-align: center;
  text-shadow: 0 4px 1px rgba(0, 0, 0, .55);
  background-image: linear-gradient(rgba(2, 20, 3, .06), rgba(2, 20, 3, .06)), url('../images/desenvolv-imob----.jpg');
  background-position: 0 0, 50% 70%;
  background-repeat: repeat, no-repeat;
  background-size: auto, auto;
  background-attachment: scroll, scroll;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 50px 8rem 30px;
}

.div-h1-areas {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.text-span-3 {
  text-transform: uppercase;
  font-weight: 700;
}

.image-7 {
  width: 60px;
}

.sub-titulo {
  margin-bottom: 26px;
  font-size: 1.3em;
  font-weight: 700;
  line-height: 27px;
}

.div-block-106 {
  align-items: flex-start;
  margin-top: 8px;
  display: flex;
}

.div-block-107 {
  padding-left: .5em;
}

.check-img {
  width: 25px;
}

.texto-area {
  margin-bottom: 0;
  font-size: 1.1em;
}

.div-block-112, .div-block-113 {
  flex: none;
}

.icon-img {
  width: 100px;
}

.div-block-114 {
  background-image: url('../images/whatsapp-interno.svg');
  background-position: 0 0;
  background-repeat: repeat-y;
  background-size: 360px;
  margin-top: 10rem;
  padding-top: 0;
}

.div-block-116 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px 190px 74px;
  display: flex;
}

.texto-contato-areas {
  text-align: center;
  font-size: 1.3em;
  line-height: 1.9em;
}

._1-5em {
  text-transform: uppercase;
  background-image: linear-gradient(rgba(133, 255, 3, 0), rgba(133, 255, 3, 0));
  font-size: 1.5em;
}

.text-block-21 {
  letter-spacing: .5px;
}

.botao-whatsapp {
  color: var(--waves-library-white);
  text-transform: none;
  cursor: pointer;
  background-color: #2ad66f;
  border: 1px solid #21c96a;
  border-radius: 1.5rem;
  justify-content: center;
  align-items: center;
  width: 180px;
  height: 70px;
  margin-top: 26px;
  margin-bottom: 60px;
  padding: 17px;
  font-size: 20px;
  text-decoration: none;
  transition: all .4s;
  display: flex;
}

.botao-whatsapp:hover {
  background-color: #0ccf5a;
  box-shadow: 0 0 40px -10px rgba(0, 0, 0, .2);
}

.div-block-118, .div-check {
  flex: none;
}

.p-texto-areas {
  text-align: justify;
  margin-bottom: 30px;
  font-size: 1.3em;
  line-height: 31px;
}

.div-block-119 {
  background-image: linear-gradient(#fafafa, rgba(44, 97, 53, 0) 69%);
  padding: 15px 14px;
}

.menu-button-mob {
  display: none;
}

.cf-nav-3-link {
  color: #04121f;
  margin-left: 0;
  margin-right: 0;
  padding-right: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 500;
  transition: all .2s;
}

.cf-nav-3-link:hover {
  color: #367500;
  font-weight: 500;
}

.cf-nav-3-link.w--current {
  color: #2cae76;
  font-weight: 500;
}

.cf-navigation-right-2 {
  justify-content: flex-end;
  align-items: center;
  width: auto;
  display: flex;
}

.cf-visual-features-item {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.cf-visual-features-item.navbar {
  color: #0d0e10;
  background-color: #fff;
  border-radius: 0;
  padding: 40px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  line-height: 125%;
}

.cf-visual-features-item.navbar.horizontal {
  border-radius: 12px;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding: 20px;
}

.cf-visual-features-item.navbar {
  color: #0d0e10;
  background-color: #fff;
  border-radius: 0;
  padding: 40px;
  text-decoration: none;
}

.cf-visual-features-item.navbar:hover {
  background-color: #fafafa;
}

.cf-navigation-item-heading {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 17px;
  line-height: 19px;
}

.cf-heading-and-text-contain {
  margin-left: 9px;
}

.cf-visual-features-item-image-2 {
  width: 100%;
  margin-bottom: 28px;
}

.cf-visual-features-item-image-2.pages {
  max-width: 56px;
  margin-bottom: 0;
}

.cf-visual-features-items-container {
  grid-column-gap: 40px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.cf-visual-features-items-container.nav {
  grid-column-gap: 0px;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.cf-visual-features-items-container.nav.pages {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-right: 2px solid #f1f3f6;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  width: 100%;
  padding: 0;
}

.cf-visual-features-items-container.nav {
  grid-column-gap: 0px;
  grid-column-gap: 0px;
}

.cf-navigation-drop-container-2 {
  background-color: #fff;
  border-radius: 10px;
  width: 100%;
  display: flex;
  overflow: hidden;
}

.cf-navigation-drop-container-2.features {
  border-radius: 10px;
  justify-content: flex-start;
  padding: 0;
  overflow: hidden;
}

.cf-navigation-drop-container-2.features.pages {
  border-radius: 1em;
}

.cf-dropdown-list-full-wrapper-2 {
  background-color: #fff;
  border-radius: 12px;
  width: 100%;
  max-width: 1160px;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  box-shadow: 0 30px 100px rgba(64, 69, 79, .1);
}

.cf-dropdown-list--nav-3 {
  background-color: rgba(0, 0, 0, 0);
  border-radius: 8px;
  top: 80px;
  left: 0;
  right: 0;
  overflow: hidden;
  box-shadow: 0 30px 50px rgba(0, 0, 0, .08);
}

.cf-dropdown-list--nav-3.w--open {
  box-shadow: none;
  width: 80%;
  padding-top: 0;
  top: 70px;
  overflow: visible;
}

.cf-dropdown-arrow---nav-3 {
  margin-right: 0;
  font-size: 14px;
  position: static;
}

.cf-dropdown-toggle---nav-3 {
  grid-column-gap: 6px;
  color: #04121f;
  padding-left: 12px;
  padding-right: 12px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 500;
  transition: color .2s;
  display: flex;
}

.cf-dropdown-toggle---nav-3:hover {
  color: #367500;
  font-weight: 500;
}

.cf-dropdown-nav-3 {
  margin-left: 5px;
  margin-right: 5px;
  position: static;
}

.cf-navigation-3-menu {
  justify-content: flex-start;
  align-items: center;
  font-size: 16px;
  display: flex;
  position: static;
}

.cf-navigation-3-center {
  flex: 1;
  justify-content: flex-end;
  display: flex;
}

.cf-navbar-3-brand {
  padding-left: 5px;
}

.cf-navigation-left-2 {
  justify-content: space-between;
  align-items: center;
  width: auto;
  display: flex;
}

.cf-navigation-3-container {
  background-color: #fafafa;
  border-bottom-right-radius: 1rem;
  border-bottom-left-radius: 1rem;
  justify-content: space-between;
  align-items: center;
  width: 98%;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.cf-navigation-3 {
  z-index: 100;
  background-color: rgba(0, 0, 0, 0);
  flex-direction: column;
  align-items: center;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.icon-menu {
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.cf-resource-visual-item {
  color: #000;
  flex-direction: column;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.cf-dropdown-arrow---nav-4 {
  margin-right: 0;
  font-size: 14px;
  position: static;
}

.cf-visual-features-item-2 {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.cf-visual-features-item-2.navbar {
  color: #0d0e10;
  background-color: #fff;
  border-radius: 0;
  padding: 40px;
  text-decoration: none;
}

.cf-visual-features-item-2.navbar:hover {
  background-color: #fafafa;
}

.cf-dropdown-links {
  color: #000;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 31%;
  padding: 40px 20px;
  text-decoration: none;
  display: flex;
}

.cf-nav-link-summary {
  padding-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
  font-family: Open Sans, sans-serif;
  text-decoration: none;
}

.cf-navigation-item-heading-2 {
  color: #0b7f26;
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.cf-logo-image-3 {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.cf-visual-features-item-image-3 {
  width: 100%;
  margin-bottom: 28px;
}

.cf-navigation-drop-container-3 {
  background-color: #fff;
  border-radius: 10px;
  width: 100%;
  display: flex;
  overflow: hidden;
}

.cf-navigation-drop-container-3.features {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-radius: 10px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  padding: 0;
  display: grid;
  overflow: hidden;
}

.cf-dropdown-nav-4 {
  margin-left: 5px;
  margin-right: 5px;
  position: static;
}

.topo-petroleo {
  color: var(--waves-library-white);
  text-align: center;
  background-image: linear-gradient(182deg, rgba(190, 138, 25, .29), rgba(0, 0, 0, .54) 59%), url('../images/8---quem-somos1.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 50px 8rem 30px;
}

.topo-portos {
  color: var(--waves-library-white);
  text-align: center;
  background-image: radial-gradient(circle, rgba(7, 78, 129, .63) 35%, rgba(20, 67, 133, .42)), url('../images/portos-terminais---.jpg');
  background-position: 0 0, 50% 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 50px 8rem 30px;
}

.topo-industrial {
  color: var(--waves-library-white);
  text-align: center;
  text-shadow: 0 4px 1px rgba(0, 0, 0, .55);
  background-image: linear-gradient(to top, rgba(4, 43, 20, .75), rgba(5, 77, 48, .51) 64%), url('../images/inddustrial-elementus---.jpg');
  background-position: 0 0, 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 50px 8rem 30px;
}

.topo-celulose {
  color: var(--waves-library-white);
  text-align: center;
  text-shadow: 0 4px 1px rgba(0, 0, 0, .55);
  background-image: radial-gradient(circle, rgba(23, 88, 29, .86) 20%, rgba(16, 75, 37, .62)), url('../images/floresta-rodape.jpg');
  background-position: 0 0, 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, auto;
  background-attachment: scroll, scroll;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 50px 8rem 30px;
}

.topo-ferrovias {
  color: var(--waves-library-white);
  text-align: center;
  text-shadow: 0 4px 1px rgba(0, 0, 0, .55);
  background-image: linear-gradient(rgba(2, 20, 3, .31), rgba(2, 20, 3, .31)), url('../images/ferrovias-dutos---.jpg');
  background-position: 0 0, 50% 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, auto;
  background-attachment: scroll, fixed;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 50px 8rem 31px;
}

.topo-urbanizacao {
  color: var(--waves-library-white);
  text-align: center;
  text-shadow: 0 4px 1px rgba(0, 0, 0, .55);
  background-image: radial-gradient(circle, rgba(54, 135, 185, .89), rgba(9, 70, 156, .74) 97%), url('../images/urbanizacao-elementus---.jpg');
  background-position: 0 0, 50% 60%;
  background-repeat: repeat, no-repeat;
  background-size: auto, auto;
  background-attachment: scroll, scroll;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 30px 8rem;
}

.topo-aeroportos {
  color: var(--waves-library-white);
  text-align: center;
  text-shadow: 0 4px 1px rgba(0, 0, 0, .55);
  background-image: linear-gradient(rgba(2, 20, 3, .31), rgba(2, 20, 3, .31)), url('../images/airport-elementus---.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, auto;
  background-attachment: scroll, scroll;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 50px 8rem 30px;
}

.h2 {
  text-align: left;
  text-shadow: none;
  font-size: 1.6em;
  font-weight: 400;
  line-height: 30px;
}

.topo-transporte {
  color: var(--waves-library-white);
  text-align: center;
  background-image: radial-gradient(circle at 0 0, rgba(5, 46, 80, .85), rgba(78, 124, 199, .32)), url('../images/estradas-elementus---.jpg');
  background-position: 0 0, 50% 70%;
  background-repeat: repeat, no-repeat;
  background-size: auto, auto;
  background-attachment: scroll, scroll;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 50px 8rem 30px;
}

.topo-agro {
  color: var(--waves-library-white);
  text-align: center;
  text-shadow: 0 4px 1px rgba(0, 0, 0, .55);
  background-image: radial-gradient(circle, rgba(15, 102, 33, .64) 54%, rgba(22, 133, 33, .23)), url('../images/agro-elementus---.jpg');
  background-position: 0 0, 50% 41%;
  background-repeat: repeat, no-repeat;
  background-size: auto, auto;
  background-attachment: scroll, scroll;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 50px 8rem 30px;
}

.topo-mineracao {
  color: var(--waves-library-white);
  text-align: center;
  background-image: radial-gradient(circle, rgba(48, 48, 48, .33) 54%, rgba(36, 36, 36, .51)), url('../images/mineracao-elementus-sa---.jpg');
  background-position: 0 0, 50% 36%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 50px 8rem 30px;
}

.topo-energia {
  color: var(--waves-library-white);
  text-align: center;
  background-image: radial-gradient(circle at 0 0, rgba(0, 98, 168, .6), rgba(33, 201, 216, .5)), url('../images/energia-elementus---.jpg');
  background-position: 0 0, 100% 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, auto;
  background-attachment: scroll, scroll;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 50px 8rem 30px;
}

.mineracao {
  background-image: none;
  background-position: 0 0;
  flex-direction: row;
  justify-content: flex-start;
  display: block;
}

.div-energia {
  background-image: none;
  background-position: 0 0;
  flex-direction: row;
  justify-content: flex-start;
  display: none;
}

.div-energia.energia {
  display: block;
}

.div-petroleogas {
  background-image: none;
  background-position: 0 0;
  flex-direction: row;
  justify-content: flex-start;
  display: none;
}

.div-petroleogas.petroleogas {
  display: block;
}

.div-portos {
  background-image: none;
  background-position: 0 0;
  flex-direction: row;
  justify-content: flex-start;
  display: none;
}

.div-portos.portos {
  display: block;
}

.papel-celulose {
  background-image: none;
  background-position: 0 0;
  flex-direction: row;
  justify-content: flex-start;
  display: none;
}

.papel-celulose.pepel {
  display: block;
}

.div-ferrovias {
  background-image: none;
  background-position: 0 0;
  flex-direction: row;
  justify-content: flex-start;
  display: none;
}

.div-ferrovias.ferrovias {
  display: block;
}

.div-urb {
  background-image: none;
  background-position: 0 0;
  flex-direction: row;
  justify-content: flex-start;
  display: none;
}

.div-urb.urbanizacao {
  display: block;
}

.div-aeroporto {
  background-image: none;
  background-position: 0 0;
  flex-direction: row;
  justify-content: flex-start;
  display: none;
}

.div-aeroporto.aeroportos {
  display: block;
}

.div-agro {
  background-image: none;
  background-position: 0 0;
  flex-direction: row;
  justify-content: flex-start;
  display: none;
}

.div-agro.agro {
  display: block;
}

.div-industrial {
  background-image: none;
  background-position: 0 0;
  flex-direction: row;
  justify-content: flex-start;
  display: none;
}

.div-industrial.industria {
  display: block;
}

.div-logist {
  background-image: none;
  background-position: 0 0;
  flex-direction: row;
  justify-content: flex-start;
  display: none;
}

.div-logist.logistica {
  display: block;
}

.div-imob {
  background-image: none;
  background-position: 0 0;
  flex-direction: row;
  justify-content: flex-start;
  display: none;
}

.div-imob.imo {
  display: block;
}

.div-block-125 {
  position: static;
  top: 60px;
}

.time-line {
  z-index: -3;
  background-color: #fafafa;
  position: relative;
  overflow: hidden;
}

.grid-bio {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 16fr 1fr 16fr;
  align-items: stretch;
  padding-top: 20px;
  padding-bottom: 20px;
}

.left-div {
  padding-right: 15px;
}

.right-div {
  padding-left: 16px;
}

.div-block-126 {
  background-color: #fafafa;
  border-radius: 100%;
  width: 50px;
  height: 50px;
  padding: 11px;
}

.heading-4 {
  margin-top: 0;
  margin-bottom: 0;
}

.container-biografia {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.line-5px {
  z-index: -2;
  background-color: #eee;
  width: 5px;
  height: 100%;
  position: absolute;
}

.line-white {
  background-color: #0e9205;
  width: 5px;
  height: 50vh;
  position: fixed;
  bottom: 50vh;
}

.paragrafo-time-line {
  font-size: 1.1em;
}

.footer-dark {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 50px 30px 15px;
  position: relative;
}

.container-4 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.footer-wrapper {
  justify-content: space-between;
  align-items: flex-start;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.footer-content {
  grid-column-gap: 36px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: auto auto 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.footer-block {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.title-small {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 12px;
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
}

.footer-link {
  color: #1a1b1f;
  margin-top: 12px;
  margin-bottom: 6px;
  font-size: 14px;
  line-height: 16px;
  text-decoration: none;
  transition: all .7s;
}

.footer-link:hover {
  color: rgba(26, 27, 31, .75);
  text-decoration: underline;
}

.footer-social-block {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: 12px;
  margin-left: -12px;
  display: flex;
}

.footer-divider {
  background-color: #e4ebf3;
  width: 100%;
  height: 1px;
  margin-top: 36px;
  margin-bottom: 15px;
}

.footer-copyright-center {
  text-align: center;
  font-size: 14px;
  line-height: 16px;
}

.div-block-127 {
  justify-content: center;
  padding-top: 32px;
  display: flex;
}

.text-block-23 {
  text-align: center;
}

.div-block-128 {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.div-block-129 {
  padding-top: 6px;
}

.section-5 {
  padding-top: 0;
}

.div-whatsap {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  display: flex;
}

.rodape-areas {
  background-color: #fafafa;
  background-image: none;
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
  background-attachment: scroll;
  margin-top: 2rem;
  margin-bottom: 1rem;
  padding-top: 0;
}

.div-texto {
  text-align: center;
  padding-left: 0;
  padding-right: 0;
  font-size: 1.3em;
}

.text-block-24 {
  text-align: left;
  text-wrap: pretty;
  line-height: 1.6em;
}

.div-back-video {
  flex-direction: column;
  width: 100%;
  max-width: 1920px;
  height: 100%;
  padding-top: 0;
  padding-bottom: 0;
}

.background-video-2 {
  aspect-ratio: auto;
  width: 100%;
  max-width: 1280px;
  height: 720px;
  margin: 0 auto;
}

.section-6 {
  margin-bottom: 10rem;
  padding-top: 87px;
}

.display-none {
  display: none;
}

.button {
  background-color: #f7f7f7;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  display: block;
  position: absolute;
}

.button.esquerdo {
  transform: translate(-50%);
}

.paralax-slider {
  background-color: rgba(221, 221, 221, 0);
  width: 100%;
  height: auto;
}

.paralax-mask {
  width: 30vw;
  height: auto;
  overflow: visible;
}

.paralax-slide {
  margin-right: 20px;
}

.ratio-200 {
  aspect-ratio: auto;
  object-fit: cover;
  border: 1px solid rgba(0, 0, 0, .04);
  border-radius: 1.2rem;
  flex-direction: column;
  padding-top: 125%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.div-inner {
  color: #555151;
  background-color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  height: 100%;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.div-block-134 {
  aspect-ratio: auto;
  cursor: pointer;
  object-fit: cover;
  background-color: #0762ad;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  margin-top: 15px;
  margin-left: auto;
  margin-right: auto;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: visible;
}

.paralax--image-wrapper {
  background-color: rgba(110, 131, 99, 0);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: -8%;
  right: -8%;
}

.icon {
  color: #333;
}

.div-block-136 {
  border-radius: 50%;
  width: 120px;
  height: 120px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
}

.div-block-137 {
  background-color: rgba(211, 217, 208, 0);
  border-radius: 1.2rem;
  flex-flow: column;
  justify-content: space-between;
  padding: 30px;
}

.img-cover-div {
  object-fit: fill;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.heading-5 {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 0;
  font-size: 30px;
  line-height: 30px;
}

.text-block-25 {
  text-align: center;
}

.paragraph-4 {
  margin-top: 20px;
  margin-bottom: 0;
}

.container-5 {
  width: 100%;
}

.div-block-138 {
  z-index: 30;
  padding: 0 30px 30px;
  position: static;
  top: 252px;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.section-time {
  background-image: linear-gradient(rgba(250, 250, 250, .85), rgba(250, 250, 250, .85)), url('../images/fundo-elementus.png');
  background-position: 0 0, 50%;
  background-size: auto, auto;
  background-attachment: scroll, scroll;
  padding-top: 4rem;
  padding-bottom: 10.8rem;
  display: block;
  overflow: hidden;
}

.div-block-139 {
  width: 100%;
  max-width: 1440px;
  margin-bottom: 20px;
}

.img-wrapper-3 {
  z-index: 3;
  object-fit: fill;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.div-block-141 {
  background-color: #0762ad;
  border-radius: 50%;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 50px;
  height: 50px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.div-button {
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 70px;
  height: 70px;
  margin-left: auto;
  margin-right: auto;
  text-decoration: none;
  display: flex;
  position: relative;
}

.absolute-circulo {
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.lottie-01 {
  position: relative;
}

.image-8 {
  filter: invert();
  object-fit: cover;
  display: inline-block;
}

.button-2 {
  border-radius: 10px;
  padding-top: 15px;
  padding-bottom: 15px;
  box-shadow: 0 0 60px rgba(0, 0, 0, .2);
}

.politica-qualidade {
  background-image: linear-gradient(rgba(250, 250, 250, .69), rgba(250, 250, 250, .69)), linear-gradient(rgba(255, 255, 255, 0) 88%, #fafafa), linear-gradient(#fafafa, rgba(255, 255, 255, 0) 11%), url('../images/política-de-qualidade-background.png');
  background-position: 0 0, 0 0, 0 0, 50%;
  background-size: auto, auto, auto, cover;
  background-attachment: scroll, scroll, scroll, fixed;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-top: 108px;
  padding-bottom: 106px;
}

.div-block-143 {
  flex-direction: column;
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.div-block-145 {
  padding: 30px;
}

.div-pq-2cols {
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
  overflow: hidden;
}

.div-block-147 {
  flex-flow: column;
  display: flex;
}

.cidades {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  max-width: 1200px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.div-end {
  background-color: rgba(187, 187, 187, 0);
  background-image: linear-gradient(#e9e9e9, rgba(238, 238, 238, 0));
  border-radius: 0 1.5rem 1.5rem;
  flex: 1;
  padding: 20px;
  position: relative;
}

.div-end.transp {
  background-color: rgba(187, 187, 187, 0);
  background-image: none;
}

.dot-location {
  z-index: 2;
  object-fit: cover;
  position: absolute;
  top: -6%;
  bottom: auto;
  left: -1%;
  right: auto;
  transform: rotate(-23deg);
}

.dot-img0locaton {
  aspect-ratio: auto;
  width: 25px;
  max-width: 100%;
  height: 25px;
  display: inline-block;
}

.cf-dropdown-links-2 {
  color: #000;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 31%;
  padding: 40px 20px;
  text-decoration: none;
  display: flex;
}

.div-men {
  background-image: url('../images/socio-economia-elementus.jpg');
  background-position: 50% 11%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 1rem;
  height: 200px;
  overflow: hidden;
}

.menu-solucoes {
  grid-column-gap: 6px;
  color: #04121f;
  padding-left: 12px;
  padding-right: 12px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 500;
  transition: color .2s;
  display: flex;
}

.menu-solucoes:hover {
  color: #367500;
  font-weight: 500;
}

.cf-visual-features-item-3 {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.cf-visual-features-item-3.navbar {
  color: #0d0e10;
  background-color: #fff;
  border-radius: 0;
  padding: 40px;
  text-decoration: none;
}

.cf-visual-features-item-3.navbar:hover {
  background-color: #fafafa;
}

.div-block-148 {
  flex-direction: row;
  display: flex;
}

.link-solucoes {
  color: #3a3a3a;
  text-decoration: none;
}

.link-solucoes:hover {
  background-color: rgba(0, 0, 0, .05);
}

.back-cellphone {
  display: none;
}

.div-pq {
  display: flex;
}

.img-pq-icon {
  object-fit: cover;
  width: 120px;
}

.div-pq-texto {
  color: #0c0c0c;
  background-color: rgba(88, 176, 71, 0);
  flex: 1;
}

.div-block-149 {
  background-color: #58b047;
  height: 80px;
  padding-top: 7px;
  padding-left: 10px;
  padding-right: 10px;
}

.paragraph-5 {
  font-size: 18px;
}

.div-pq-icon {
  flex-direction: column;
  align-items: center;
  width: 60%;
  margin-top: 38px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.entrada-phone {
  height: 100vh;
  display: none;
}

.div-figuras {
  object-fit: cover;
  width: 100%;
}

.full-page-load {
  z-index: 9999;
  background-color: #a5d17e;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: none;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.div-block-152 {
  justify-content: center;
  display: flex;
}

.lottie-logo {
  width: 500px;
  height: 100%;
}

.section-grid {
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
}

.div-grid {
  width: 100%;
  max-width: 1440px;
  padding-left: 3em;
  padding-right: 3em;
}

.grid-image {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  grid-template-rows: auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  height: 80vh;
}

.div-img-wrapper {
  cursor: pointer;
  border-radius: 1rem;
  position: relative;
  overflow: hidden;
}

.img-area {
  object-fit: cover;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.div-block-153 {
  z-index: 3;
  align-items: flex-end;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.div-block-154 {
  color: #fff;
  text-align: center;
  letter-spacing: .5px;
  text-transform: uppercase;
  background-color: rgba(141, 179, 60, .81);
  flex: 1;
  padding: .5em 1em;
  font-size: 1.1em;
  font-weight: 700;
  line-height: 19px;
  position: relative;
}

.div-h1-atuacao {
  text-align: left;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 2rem;
  padding-left: 5rem;
  padding-right: 5rem;
}

.cf-visual-features-item-4 {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.cf-visual-features-item-4.navbar {
  color: #0d0e10;
  background-color: #fff;
  border-radius: 0;
  padding: 40px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  line-height: 125%;
}

.cf-visual-features-item-4.navbar {
  color: #0d0e10;
  background-color: #fff;
  border-radius: 0;
  padding: 40px;
  text-decoration: none;
}

.cf-visual-features-item-4.navbar:hover {
  background-color: #fafafa;
}

.menu {
  border-radius: 8px;
  width: 80%;
  position: absolute;
  top: 70px;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.menu.w--open {
  background-color: rgba(250, 250, 250, 0);
  border-radius: 1em;
  padding-bottom: 1rem;
}

.cf-resource-visual-item-2 {
  color: #000;
  flex-direction: column;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.cf-button {
  background-image: linear-gradient(to right, var(--conversion-flow-library-medium-purple) 2%, var(--conversion-flow-library-light-coral) 49%, var(--conversion-flow-library-coral) 82%, var(--conversion-flow-library-sandy-brown));
  color: #fff;
  border-radius: 12px;
  padding: 20px 25px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 120%;
  transition: background-color .2s;
}

.cf-button:hover {
  background-color: #0d0e10;
}

.cf-button.navigation-button {
  background-color: #0d0e10;
  flex: none;
}

.cf-button.navigation-button:hover {
  background-color: #1ebd53;
}

.cf-button.navigation-button.mobile {
  display: none;
}

.cf-nav-3-link-2 {
  color: #04121f;
  margin-left: 0;
  margin-right: 0;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 500;
  transition: all .2s;
}

.cf-nav-3-link-2:hover {
  color: var(--conversion-flow-library-light-coral);
  font-weight: 500;
}

.cf-nav-3-link-2.w--current {
  color: #2cae76;
  font-weight: 500;
}

.cf-nav-3-link-2.login-mob {
  display: none;
}

.cf-nav-link-summary-2 {
  font-family: Montserrat, sans-serif;
}

.cf-navigation-item-heading-3 {
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 22px;
}

.cf-logo-image-4 {
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.cf-visual-features-item-image-4 {
  width: 100%;
  margin-bottom: 28px;
}

.cf-visual-features-items-container-2 {
  grid-column-gap: 40px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.cf-visual-features-items-container-2.nav {
  grid-column-gap: 0px;
  grid-column-gap: 0px;
  grid-column-gap: 0px;
  grid-column-gap: 0px;
  grid-column-gap: 0px;
}

.cf-navigation-drop-container-4 {
  background-color: #fff;
  border-radius: 10px;
  width: 100%;
  display: flex;
  overflow: hidden;
}

.cf-navigation-drop-container-4.features {
  border-radius: 10px;
  justify-content: flex-start;
  padding: 0;
  overflow: hidden;
}

.cf-dropdown-list-full-wrapper-3 {
  background-color: #fff;
  border-radius: 12px;
  width: 100%;
  max-width: 1160px;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  box-shadow: 0 30px 100px rgba(64, 69, 79, .1);
}

.cf-dropdown-list--nav-4 {
  background-color: rgba(0, 0, 0, 0);
  border-radius: 8px;
  top: 80px;
  left: 0;
  right: 0;
  overflow: hidden;
  box-shadow: 0 30px 50px rgba(0, 0, 0, .08);
}

.cf-dropdown-list--nav-4.w--open {
  box-shadow: none;
  width: 80%;
  padding-top: 25px;
  top: 70px;
  overflow: visible;
}

.cf-dropdown-arrow---nav-5 {
  margin-right: 0;
  font-size: 14px;
  position: static;
}

.cf-dropdown-toggle---nav-4 {
  grid-column-gap: 6px;
  color: #04121f;
  padding-left: 12px;
  padding-right: 12px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 500;
  transition: color .2s;
  display: flex;
}

.cf-dropdown-toggle---nav-4:hover {
  color: var(--conversion-flow-library-light-coral);
  font-weight: 500;
}

.cf-dropdown-nav-5 {
  margin-left: 5px;
  margin-right: 5px;
  position: static;
}

.cf-navigation-3-menu-2 {
  align-items: center;
  font-size: 16px;
  display: flex;
  position: static;
}

.div-menu-c {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #fff;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-left: auto;
  margin-right: auto;
  padding: 1rem;
  box-shadow: 0 0 100px rgba(0, 0, 0, .1);
}

.div-texto-atuacao {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 2rem;
  padding-left: 5rem;
  padding-right: 5rem;
}

.paragrafo {
  margin-bottom: 0;
  font-size: 1.3em;
  line-height: 1.4em;
}

.div-block-155 {
  grid-column-gap: 7px;
  grid-row-gap: 7px;
  background-color: rgba(255, 255, 255, 0);
  border-radius: 1em;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding: 20px;
  display: flex;
}

.img-div-contato {
  width: 40px;
  height: 50px;
}

.div-block-156 {
  background-color: #fff;
  border: 1px solid #ececec;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  margin: -65px auto 0;
  display: flex;
}

.sub-titulo-contato {
  text-align: center;
  white-space: normal;
  word-break: normal;
  font-size: 1.5em;
  font-weight: 700;
  line-height: 29px;
}

.paragrafo-contato {
  text-align: center;
  white-space: pre;
  overflow-wrap: anywhere;
  padding-top: 6px;
  font-size: 1.2em;
  line-height: 26px;
}

.link-mais {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: stretch;
  width: 80%;
  margin-top: -22px;
  margin-left: 2vw;
  padding-top: 0;
  padding-bottom: 60px;
  display: grid;
}

.button-3 {
  color: #111;
  text-transform: capitalize;
  cursor: pointer;
  background-color: #e6e6e6;
  border-radius: 2em;
  font-size: 16px;
  font-weight: 300;
  transition: all .7s;
}

.button-3:hover {
  background-color: #c9c9c9;
}

.heading-7 {
  text-align: center;
}

.paragraph-6 {
  font-size: 1.5em;
  line-height: 30px;
}

.div-block-158 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: rgba(255, 255, 255, .9);
  border-radius: 1em;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  padding: 20px 49px;
  display: flex;
  box-shadow: 0 0 60px -10px rgba(0, 0, 0, .1);
}

.div-block-159 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-160 {
  grid-column-gap: 21px;
  grid-row-gap: 21px;
  flex-flow: column;
  display: flex;
}

.div-block-161 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.div-abre {
  width: 100%;
  max-width: 1280px;
  margin-top: 0;
  padding-left: 5vw;
  padding-right: 4vw;
  display: block;
  position: static;
  overflow: hidden;
}

.div-outras {
  background-color: #fff;
  border-radius: 1em;
  padding: 20px;
}

.div-block-163 {
  justify-content: center;
  align-items: stretch;
  width: 100%;
  max-width: 1440px;
  display: flex;
}

.div-block-164 {
  justify-content: flex-start;
  align-items: center;
  width: 90vw;
  position: relative;
  overflow: visible;
}

.slide-2 {
  width: 28vw;
  margin-right: 10px;
}

.slide-nav-2 {
  display: none;
}

.slider-2 {
  background-color: rgba(221, 221, 221, 0);
  width: 100%;
  height: 100%;
}

.mask-2 {
  overflow: visible;
}

.icon-4 {
  color: #2c2c2c;
  width: 100%;
  position: relative;
}

.div-block-172 {
  background-color: #f7f7f7;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  display: flex;
  position: relative;
}

.right-arrow-2 {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
}

.icon-5 {
  color: #2c2c2c;
  position: relative;
}

.left-arrow-2 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-172-copy {
  background-color: #f7f7f7;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  display: flex;
  position: relative;
}

.div-block-173 {
  z-index: 40;
  justify-content: center;
  align-items: flex-start;
  display: flex;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0%;
  right: 0%;
}

.div-block-174 {
  z-index: 10;
  width: 100px;
  height: 100px;
  margin-left: 115px;
  display: block;
  position: relative;
}

.div-block-176 {
  background-color: #9b9b9b;
  width: 60px;
  height: 60px;
  margin-top: -31px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  transform: rotate(45deg);
}

.fullpage {
  justify-content: center;
  align-items: center;
  height: 100dvh;
  display: flex;
}

.fullpage.horizontal-scrroling {
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 33.33%;
  padding-top: 53px;
}

.horizontal {
  background-color: #fafafa;
  padding-bottom: 100vh;
}

.height {
  justify-content: center;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.stick {
  flex-flow: column;
  width: 100%;
  height: 100dvh;
  margin-bottom: -100vh;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.mover {
  flex-flow: row;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.off-set {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.div-borda {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, .04);
  border-radius: 1em;
  flex-flow: column;
  justify-content: flex-start;
  width: 100%;
  height: 100%;
  padding-top: 30px;
  display: flex;
}

.full-div {
  flex-flow: row;
  height: 50dvh;
  display: flex;
}

.line-abs {
  z-index: 30;
  background-color: #aadfac;
  height: 4px;
  position: absolute;
  top: auto;
  bottom: 10%;
  left: 0%;
  right: 0%;
}

.div-block-177 {
  align-self: center;
}

.icon-rodape {
  width: 40px;
  height: auto;
}

.div-block-178 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-self: center;
  display: grid;
}

._60px {
  width: 60px;
  height: 60px;
}

.img-t {
  width: 6rem;
  height: auto;
}

.paragrafo-trabalhe {
  text-align: center;
  white-space: pre-wrap;
  overflow-wrap: anywhere;
  padding-top: 6px;
  font-size: 1.2em;
  line-height: 26px;
}

.grid {
  grid-column-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.div-grid-cont {
  width: 100%;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding: 10vh 3em 20vh;
}

.telefone-div {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: rgba(255, 255, 255, 0);
  border-radius: 1em;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  margin-top: 51px;
  padding: 20px 49px;
  display: flex;
}

.div-grid-raios {
  background-color: #fff;
  border-radius: 1em;
}

.div-icon-contato {
  background-color: rgba(255, 255, 255, 0);
  border: 1px solid #ececec;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  margin: -65px auto 0;
  display: flex;
  overflow: hidden;
}

.button-4 {
  letter-spacing: 1px;
  text-transform: uppercase;
  cursor: pointer;
  border-radius: 2em;
  padding: 16px;
  font-size: 1em;
  transition: all .5s cubic-bezier(0, .498, .25, 1);
}

.button-4:hover {
  background-color: #6bb7fa;
  font-weight: 700;
}

.div-equipe {
  background-color: #fafafa;
  margin-left: 0;
}

@media screen and (min-width: 1280px) {
  .navbar {
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
  }

  .div-block-2 {
    justify-content: flex-end;
  }

  .dropdown-toggle {
    padding-right: 20px;
  }

  .quem-somos {
    height: 70vh;
  }

  .section {
    width: 100%;
    height: 100%;
    margin-bottom: 60px;
    padding-top: 80px;
    position: relative;
  }

  .div-block-5 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

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

  .div-icon-wrapper {
    border: 1px solid rgba(0, 0, 0, .11);
    border-radius: 2em;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 150px;
    height: 150px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: flex;
    position: relative;
  }

  .espaco {
    padding-top: 1.5em;
  }

  .rodape-div {
    justify-content: center;
    align-items: flex-start;
    display: flex;
  }

  .div-block-9, .div-block-10 {
    flex: 1;
  }

  .img-icon-rodape {
    width: 25px;
    height: 25px;
  }

  .texto-rodape {
    margin-left: 5px;
  }

  .link-drop {
    font-family: Roboto, sans-serif;
    font-weight: 400;
  }

  .link-drop.w--current {
    font-family: Roboto, sans-serif;
  }

  .menu-fixed {
    z-index: 999;
  }

  .div-block-17 {
    flex: 1;
  }

  .solucoes {
    margin-bottom: 10rem;
  }

  .div-block-20 {
    padding-left: 2em;
  }

  .missao-visao {
    justify-content: center;
    display: flex;
  }

  .quem-somos-interna {
    z-index: 1;
    background-color: #fafafa;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 70px;
    display: flex;
    position: relative;
  }

  .quem-somos-section {
    background-repeat: repeat-y;
  }

  .img-wrapper {
    z-index: 1;
  }

  .card-img {
    padding-left: 1em;
    padding-right: 1em;
  }

  .passaro {
    height: 120vh;
  }

  .background-video {
    display: none;
  }

  .td-areas-2, .td-areas-3 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    justify-content: center;
    align-items: stretch;
    margin-top: 20px;
  }

  .div-block-46 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    justify-content: center;
    display: flex;
  }

  .div-block-51 {
    border-style: solid;
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .div-box-estatico {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .img-icon {
    width: 80px;
  }

  .bio-div {
    width: 100%;
    max-width: 1240px;
    margin-left: auto;
    margin-right: auto;
  }

  .div-block-68 {
    display: none;
  }

  .secton-contato {
    padding-top: 140px;
  }

  .div-mapa-site {
    flex: 1;
  }

  .div-block-76 {
    margin-top: 1px;
  }

  .link-mapa-do-site {
    color: #333;
    font-family: Open Sans, sans-serif;
    font-size: 1.2em;
    text-decoration: none;
  }

  .link-mapa-do-site:hover {
    text-decoration: underline;
  }

  .div-block-81 {
    flex-direction: column;
    align-items: flex-start;
    padding-left: 0;
    display: flex;
  }

  .text-block-16 {
    text-transform: uppercase;
    margin-bottom: 10px;
  }

  .div-block-86 {
    background-color: rgba(96, 173, 96, .18);
  }

  .main-hero_sub-heading {
    letter-spacing: 1px;
  }

  .topo-ferrovias {
    background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), url('../images/ferrovias-dutos---.jpg');
    background-position: 0 0, 50% 100%;
  }

  .time-line {
    z-index: -3;
    position: relative;
    overflow: hidden;
  }

  .grid-bio {
    padding-top: 61px;
    padding-bottom: 61px;
  }

  .left-div {
    padding-right: 12px;
  }

  .right-div {
    margin-left: 15px;
    padding-top: 10px;
    padding-left: 15px;
  }

  .div-block-126 {
    background-color: #fafafa;
    border-radius: 100%;
    width: 50px;
    height: 50px;
  }

  .heading-4 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .container-biografia {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-right: 5rem;
    display: flex;
  }

  .line-5px {
    z-index: -2;
    background-color: #f1f1f1;
    width: 5px;
    height: 100%;
    padding-bottom: 0;
    padding-right: 0;
    position: absolute;
    top: auto;
  }

  .line-white {
    z-index: -1;
    background-color: #055f0b;
    width: 5px;
    height: 50vh;
    padding-bottom: 0;
    padding-right: 0;
    position: fixed;
    bottom: 50vh;
  }

  .paragrafo-time-line {
    font-size: 1.2em;
    line-height: 22px;
  }

  .folha-img {
    padding: 0;
  }

  .container-4 {
    max-width: 1240px;
  }

  .footer-social-block {
    justify-content: space-around;
    margin-left: 0;
  }

  .footer-social-link {
    margin-left: 10px;
  }

  .section-5 {
    z-index: -4;
    position: relative;
  }

  .ratio-200 {
    padding-top: 110%;
  }

  .div-block-134 {
    width: 50px;
    height: 50px;
  }

  .div-block-137 {
    background-color: rgba(211, 217, 208, 0);
  }

  .container-5 {
    max-width: 1280px;
  }

  .img-wrapper-3 {
    z-index: 3;
    display: block;
  }

  .div-h1-atuacao {
    text-align: left;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .div-menu-c {
    margin-left: auto;
    margin-right: auto;
  }

  .div-texto-atuacao {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .div-abre {
    max-width: 1440px;
    display: block;
  }

  .slide-2 {
    width: 30vw;
  }

  .main {
    background-color: #fafafa;
  }

  .fullpage.horizontal-scrroling {
    justify-content: flex-start;
    align-items: stretch;
    height: 86dvh;
  }

  .stick {
    flex-flow: column;
    top: 10%;
  }

  .line-abs {
    top: auto;
    bottom: 31%;
  }

  .div-block-177 {
    align-self: center;
    padding-top: 21px;
    padding-bottom: 21px;
  }

  .div-equipe {
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (min-width: 1440px) {
  h2 {
    font-weight: 400;
  }

  .nav-menu {
    color: #f7f7f7;
    cursor: pointer;
    transition: all .5s;
  }

  .nav-menu:hover {
    color: #99cdff;
  }

  .navbar {
    background-color: #fafafa;
    max-width: 1440px;
    margin-left: auto;
    margin-right: auto;
  }

  .icon-tel {
    filter: invert();
  }

  .icon-tel.no-invert {
    opacity: 1;
    filter: contrast(0%);
  }

  .nav-menu-2 {
    padding-right: 20px;
  }

  .dropdown-toggle {
    color: #f7f7f7;
    padding-right: 40px;
    transition: all .4s cubic-bezier(.006, .668, .25, 1);
  }

  .dropdown-toggle:hover {
    color: #99cdff;
  }

  .elementus-logo {
    width: 150px;
  }

  .quem-somos {
    z-index: 2;
    background-color: #fafafa;
    justify-content: center;
    height: 75vh;
    display: flex;
  }

  .div-quem-somos {
    justify-content: center;
    align-items: flex-start;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 86px;
    display: block;
  }

  .quem-somos-h1 {
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
    padding-top: 0;
    display: flex;
  }

  .div-50 {
    padding-left: 2em;
    padding-right: 2em;
  }

  .texto-paragrafo {
    font-size: 1.3em;
    line-height: 1.5em;
  }

  .texto-paragrafo.italic {
    text-shadow: 0 3px 5px #000;
    font-size: 2em;
    font-style: italic;
  }

  .h1-titulo {
    letter-spacing: -.5px;
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 2.2em;
    font-weight: 400;
    line-height: 1.4em;
  }

  .h1-titulo.m {
    text-transform: none;
    line-height: 1.1em;
  }

  .div-menu {
    margin-top: 10px;
    padding-left: 22px;
  }

  .section {
    background-color: #fafafa;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    position: relative;
  }

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

  .texto-icon {
    text-align: center;
    text-transform: uppercase;
    font-size: 1em;
    line-height: 1.2em;
  }

  .div-icon-wrapper {
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, .11);
    border-radius: 2.5em;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 180px;
    height: 180px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: flex;
    position: relative;
    box-shadow: 0 0 60px -10px rgba(0, 0, 0, .04);
  }

  .espaco {
    padding-top: 2em;
    padding-bottom: 0;
    padding-right: 0;
  }

  .nos-move {
    z-index: 6;
    background-color: #fafafa;
    background-image: linear-gradient(rgba(10, 66, 29, .12), rgba(10, 66, 29, .12)), url('../images/mata-atlantica--.png');
    background-position: 0 0, 50% 100%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    background-attachment: scroll, scroll;
    margin-top: 10em;
    padding-top: 3em;
    padding-bottom: 10em;
    display: block;
  }

  .nos-move-div {
    color: var(--waves-library-white);
    text-align: center;
    background-color: rgba(2, 37, 29, 0);
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
    padding: 31px 0;
    display: flex;
  }

  .rodape {
    z-index: 7;
    background-color: #e7e7e7;
    width: 100%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0;
    padding-bottom: 0;
    position: relative;
  }

  .rodape-div {
    justify-content: center;
    align-items: flex-start;
    max-width: 1440px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .div-block-9 {
    flex: 1;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .div-block-10 {
    flex: 1;
  }

  .img-icon-rodape {
    float: left;
    width: 25px;
    height: 25px;
    margin-right: 9px;
    display: inline-block;
  }

  .div-block-12 {
    align-items: flex-start;
    padding-top: 0;
    display: flex;
  }

  .div-icon-rodape {
    flex: 1;
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .texto-rodape {
    flex: 1;
    margin-left: 0;
    padding-left: 0;
    font-size: 1.2em;
    line-height: 1.2em;
  }

  .dropdown-list {
    background-color: #e2dfdf;
  }

  .dropdown-list.w--open {
    background-color: #e9e9e9;
  }

  .link-drop {
    font-family: Roboto, sans-serif;
    font-weight: 400;
  }

  .link-drop:hover {
    color: #377dbf;
    background-color: #e0e0e0;
  }

  .link-drop.w--current {
    font-family: Roboto, sans-serif;
  }

  .menu-fixed {
    z-index: 999;
    width: 100%;
    position: fixed;
  }

  .div-block-17 {
    flex: 1;
    justify-content: flex-end;
    width: 20%;
    padding-right: 2em;
    display: flex;
  }

  .div-block-18 {
    flex: 1;
  }

  .solucoes {
    margin-bottom: 10rem;
    padding-top: 120px;
  }

  .div-block-19 {
    justify-content: flex-start;
    align-items: center;
  }

  .div-text-img {
    background-position: 0%;
    background-attachment: fixed;
  }

  .div-block-20 {
    padding: 0 81px 0 2em;
  }

  .div-block-21 {
    z-index: 3;
    background-color: #fff;
    background-image: url('../images/IMG_20191021_102937.jpg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 1rem 20rem 20rem;
    flex: 0 auto;
    width: 400px;
    height: 460px;
    margin-top: 0;
    position: relative;
    box-shadow: 4px 12px 0 10px #b7dd87;
  }

  .div-block-24 {
    padding: 20px 10px 10px;
  }

  .missao-visao {
    justify-content: center;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    padding-top: 55px;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .missao-div {
    flex: 1;
    align-self: stretch;
    margin-right: 20px;
  }

  .missao-div.v {
    align-self: stretch;
    margin-top: 0;
  }

  .missao-div.v2 {
    align-self: stretch;
  }

  .quem-somos-interna {
    background-image: none;
    background-repeat: repeat;
    background-attachment: scroll;
    justify-content: center;
    align-items: flex-start;
    max-width: 1440px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 140px;
    padding-bottom: 46px;
    display: flex;
  }

  .quem-somos-section {
    background-image: url('../images/bolas.svg');
    background-repeat: repeat-y;
    background-size: auto;
    background-attachment: fixed;
    padding-top: 0;
  }

  .img-div-quem {
    flex: 0 auto;
    justify-content: center;
    align-items: center;
    width: 400px;
    height: 400px;
    padding: 0;
    display: flex;
    overflow: hidden;
  }

  .img-wrapper {
    z-index: 1;
    object-fit: cover;
    width: 100%;
    display: block;
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .card-img {
    justify-content: center;
    align-items: flex-start;
    margin-left: auto;
    margin-right: auto;
    padding: 6.3em 2em 3em;
    display: flex;
    position: -webkit-sticky;
    position: sticky;
    top: 0%;
    bottom: auto;
    left: auto;
    right: auto;
  }

  .card {
    z-index: 2;
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex;
    position: relative;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
    overflow: hidden;
  }

  .passaro {
    width: 100%;
    height: 120vh;
    position: static;
  }

  .solucoes-div-direita {
    width: 50%;
    margin-top: -30px;
    padding: 0 4em 0 2em;
  }

  .img-wrapper-2 {
    z-index: 2;
    object-fit: cover;
    width: 100%;
    display: block;
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

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

  .background-video {
    background-color: rgba(6, 87, 57, 0);
    background-image: url('../images/linha.svg');
    background-position: 50% 100%;
    background-size: auto;
    justify-content: center;
    align-items: flex-start;
    max-width: 100%;
    padding: 0 28px 28px;
    display: none;
  }

  .text-block-titulo {
    color: #51a32c;
    margin-bottom: 5px;
    font-size: 18px;
  }

  .td-areas-2, .td-areas-3 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-direction: row;
    justify-content: center;
    align-items: stretch;
    height: 100%;
    margin-top: 20px;
    display: flex;
  }

  .div-block-46 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    justify-content: center;
    width: 100%;
    height: 100%;
    display: flex;
  }

  .div-block-51 {
    z-index: 2;
    background-color: rgba(235, 235, 235, 0);
    border: 1px solid rgba(146, 146, 146, .53);
    border-radius: 2em;
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .div-box-estatico {
    z-index: 3;
    cursor: pointer;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .img-icon {
    width: 80px;
  }

  .paragraph {
    margin-bottom: 0;
    font-family: Montserrat, sans-serif;
    font-size: 1.4em;
    font-weight: 400;
    line-height: 1.6em;
  }

  .eng-texto {
    margin-right: 0;
  }

  .div-block-63 {
    margin-right: 0;
    padding: 0 20px 27px 0;
  }

  .bio-foto-div {
    background-image: url('../images/elementus-03x1440.jpg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 1em;
    justify-content: space-between;
    align-items: stretch;
    height: 60vh;
    display: flex;
    position: relative;
    overflow: hidden;
  }

  .div-block-64 {
    color: #fff;
    background-color: rgba(129, 195, 72, .85);
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .area-1, .area-2, .area-3 {
    width: 100%;
    max-width: 1240px;
    margin: 0 auto;
    display: block;
  }

  .bio-div {
    flex: 1;
    justify-content: flex-start;
    align-items: center;
    max-width: 1240px;
    margin: 194px auto 135px;
    display: none;
    overflow: hidden;
  }

  .div-100vh.bio {
    padding-top: 0;
  }

  .span-linha {
    background-image: url('../images/linha-back.png');
    background-position: 50% 105%;
    background-repeat: no-repeat;
    background-size: 200px;
  }

  .div-linha {
    background-position: 0 100%;
    background-size: auto;
  }

  .div-mapa-site {
    flex: 1;
    width: 20%;
    padding-left: 2em;
    display: flex;
  }

  .div-block-76 {
    padding-bottom: 10px;
    padding-left: 0;
  }

  .div-block-78 {
    padding-top: 30px;
  }

  .div-block-86 {
    background-color: rgba(96, 173, 96, .18);
  }

  .div-ambiental-foto {
    margin-top: 14px;
  }

  .container-large {
    max-width: 25rem;
  }

  .section_stack {
    display: none;
  }

  .h1 {
    text-align: center;
  }

  .cf-visual-features-item.navbar.horizontal {
    margin-left: 0;
    margin-right: 0;
  }

  .cf-navigation-drop-container-2.features.pages {
    border-radius: 1em;
  }

  .cf-nav-link-summary {
    color: #353535;
    text-decoration: none;
  }

  .cf-navigation-item-heading-2 {
    text-decoration: none;
  }

  .topo-ferrovias {
    background-image: linear-gradient(rgba(2, 20, 3, .31), rgba(2, 20, 3, .31)), url('../images/ferrovias-dutos---.jpg');
    background-position: 0 0, 50% 70%;
  }

  .h2 {
    text-align: center;
  }

  .div-block-126 {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .folha-img {
    padding: 0;
  }

  .footer-social-link {
    margin-left: 0;
  }

  .display-none {
    display: none;
  }

  .button {
    display: block;
  }

  .button.esquerdo {
    transform: translate(-50%);
  }

  .paralax-slider {
    background-color: rgba(221, 221, 221, 0);
    height: auto;
  }

  .paralax-mask {
    height: auto;
  }

  .ratio-200 {
    padding-top: 125%;
    position: relative;
  }

  .div-inner {
    color: #333;
    flex-direction: column;
    justify-content: flex-start;
    padding: 33px;
    display: flex;
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .div-block-134 {
    object-fit: cover;
    background-color: #0762ad;
    width: 50px;
    height: 50px;
    display: flex;
    position: relative;
    overflow: visible;
  }

  .div-block-137 {
    background-color: rgba(211, 217, 208, 0);
    padding: 0;
  }

  .img-cover-div {
    object-fit: cover;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: auto;
  }

  .container-5 {
    max-width: 1280px;
    overflow: visible;
  }

  .div-block-138 {
    padding: 0 30px 30px;
  }

  .section-time {
    aspect-ratio: auto;
    padding-top: 10rem;
    overflow: hidden;
  }

  .img-wrapper-3 {
    z-index: 3;
    object-fit: cover;
    width: 100%;
    display: block;
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .button-2 {
    box-shadow: 0 0 60px rgba(0, 0, 0, .2);
  }

  .politica-qualidade {
    background-image: linear-gradient(rgba(250, 250, 250, 0) 88%, #fafafa), linear-gradient(#fafafa, rgba(255, 255, 255, 0) 7%), linear-gradient(rgba(250, 250, 250, .29), rgba(250, 250, 250, .29)), url('../images/política-de-qualidade-background.png');
    background-position: 0 0, 0 0, 0 0, 50%;
    background-repeat: repeat, repeat, repeat, no-repeat;
    background-size: auto, auto, auto, cover;
    background-attachment: scroll, scroll, scroll, scroll;
    align-items: center;
  }

  .div-pq-2cols {
    background-color: rgba(255, 255, 255, 0);
  }

  .div-block-148 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-direction: row;
    justify-content: flex-start;
    display: flex;
  }

  .div-h1-atuacao {
    text-align: left;
  }

  .menu {
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .menu.w--open {
    width: 80%;
  }

  .div-menu-c {
    border-radius: 1rem;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 1rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .paragrafo {
    font-size: 1.3em;
    line-height: 1.5em;
  }

  .div-abre {
    padding-left: 2vw;
    position: static;
  }

  .div-block-164 {
    width: 80vw;
  }

  .slide-2 {
    width: 25vw;
  }

  .div-block-173 {
    z-index: 40;
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .div-block-176 {
    margin-top: -31px;
  }

  .stick {
    max-width: 1280px;
    overflow: visible;
  }

  .mover {
    width: 100%;
  }

  .off-set {
    grid-column-gap: 13px;
    grid-row-gap: 13px;
  }

  .div-equipe {
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (min-width: 1920px) {
  .navbar {
    background-color: #fafafa;
    justify-content: space-between;
    max-width: 1440px;
    margin-left: auto;
    margin-right: auto;
  }

  .nav-menu-2 {
    padding-top: 8px;
  }

  .elementus-logo {
    width: 210px;
  }

  .quem-somos {
    height: 80vh;
  }

  .div-quem-somos {
    max-width: 1440px;
  }

  .texto-paragrafo {
    font-size: 1.3em;
  }

  .texto-paragrafo.italic {
    font-size: 2.2em;
  }

  .h1-titulo {
    text-align: left;
    letter-spacing: 1px;
    font-size: 2.7em;
  }

  .h1-titulo.m {
    font-size: 3em;
  }

  .div-menu {
    border-radius: 1.5px;
  }

  .section {
    padding-top: 120px;
  }

  .div-icon-wrapper {
    border-color: rgba(0, 0, 0, .03);
    justify-content: center;
    width: 95%;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    box-shadow: 0 0 60px -10px rgba(0, 0, 0, .06);
  }

  .nos-move {
    background-image: linear-gradient(rgba(20, 83, 46, .3), rgba(20, 83, 46, .3)), url('../images/mata-atlantica--.png');
    background-position: 0 0, 50% 100%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    background-attachment: scroll, scroll;
  }

  .nos-move-div {
    max-width: 1200px;
  }

  .rodape {
    padding-top: 0;
  }

  .rodape-div {
    flex-direction: row;
    max-width: 1920px;
  }

  .div-block-9 {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .img-icon-rodape {
    width: 30px;
    height: 50px;
    margin-bottom: 0;
  }

  .div-block-12 {
    align-items: flex-start;
    padding-bottom: 0;
  }

  .div-icon-rodape {
    padding-top: 0;
    padding-bottom: 0;
  }

  .texto-rodape {
    font-size: 1.2em;
  }

  .link-drop {
    letter-spacing: .5px;
    font-family: Lato, sans-serif;
    font-size: 16px;
    font-weight: 400;
  }

  .menu-fixed {
    background-color: #fafafa;
  }

  .div-block-17 {
    justify-content: center;
  }

  .solucoes {
    padding-top: 120px;
    padding-bottom: 0;
  }

  .div-text-img {
    display: flex;
  }

  .div-block-20 {
    width: 100%;
    padding-left: 2em;
  }

  .div-block-21 {
    background-position: 50%;
    background-attachment: scroll;
    width: 400px;
    height: 460px;
    box-shadow: 4px 12px 0 10px #b7dd87;
  }

  .missao-visao {
    background-color: #fafafa;
    max-width: 1920px;
    height: 70vh;
    padding-top: 0;
  }

  .quem-somos-interna {
    background-image: none;
    max-width: 1440px;
    margin-bottom: 0;
    padding-top: 128px;
  }

  .quem-somos-section {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
    background-attachment: scroll;
    padding-top: 77px;
  }

  .img-div-quem {
    background-image: url('../images/elementus-quem-somos.jpg');
    background-position: 50%;
    background-size: cover;
    width: 450px;
    height: 450px;
    padding: 0;
  }

  .img-wrapper {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .card-img {
    padding-left: 2em;
    padding-right: 2em;
  }

  .card {
    z-index: 0;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .passaro {
    height: 120vh;
    position: static;
  }

  .img-wrapper-2 {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .text-block-3 {
    font-size: 1em;
  }

  .background-video {
    background-image: none;
    flex-direction: row;
    height: 100%;
    display: none;
  }

  .td-areas-2 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    justify-items: center;
    width: 100%;
    padding-bottom: 0;
    padding-right: 0;
    display: grid;
  }

  .td-areas-3 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    justify-items: center;
    width: 100%;
    height: 30vh;
    padding-bottom: 0;
    padding-right: 0;
    display: grid;
  }

  .div-block-63 {
    padding-top: 20px;
    padding-left: 0;
  }

  .bio-foto-div {
    display: none;
  }

  .div-block-65 {
    max-width: 1440px;
  }

  .bio-div {
    display: none;
  }

  .div-100vh {
    padding-top: 120px;
    display: block;
  }

  .div-100vh.bio, .div-linha {
    display: block;
  }

  .secton-contato {
    flex-direction: column;
    justify-content: flex-end;
    padding-top: 150px;
    display: flex;
  }

  .div-mapa-site {
    justify-content: center;
  }

  .div-block-76 {
    padding-top: 5px;
    padding-bottom: 10px;
  }

  .div-block-78 {
    max-width: 1440px;
  }

  .div-socio-foto {
    background-position: 50%;
    background-attachment: scroll;
    width: 460px;
    height: 460px;
  }

  .link-mapa-do-site {
    font-size: 1.2em;
  }

  .text-block-16 {
    font-size: 1.6em;
  }

  .div-block-83, .div-block-85 {
    display: block;
  }

  .div-block-86 {
    top: -2em;
  }

  .div-bio-foto {
    background-position: 50%;
    background-size: cover;
    width: 460px;
    height: 460px;
  }

  .div-ambiental-foto {
    background-position: 50%;
    background-size: auto;
    width: 460px;
    height: 460px;
  }

  .main-hero_sub-heading {
    font-size: 1.4em;
  }

  .text-block-17 {
    font-size: 1.3em;
  }

  .div-block-88 {
    border-radius: 1.5rem;
    max-width: 1440px;
  }

  .div-block-92 {
    background-image: url('../images/gotagua.jpg');
    background-position: 50%;
    background-size: cover;
    height: 180px;
  }

  .section_stack {
    display: none;
  }

  .cf-navigation-drop-container-2.features.pages {
    margin-top: -3px;
  }

  .cf-dropdown-list-full-wrapper-2 {
    max-width: 1440px;
  }

  .cf-dropdown-list--nav-3.w--open {
    padding-top: 15px;
  }

  .topo-ferrovias {
    background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), url('../images/ferrovias-dutos---.jpg');
    background-position: 0 0, 50%;
    background-attachment: scroll, scroll;
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .time-line {
    z-index: -3;
  }

  .folha-img {
    padding: 0;
  }

  .container-4 {
    max-width: 1440px;
  }

  .footer-wrapper {
    max-width: 1240px;
    font-size: 12px;
  }

  .footer-content {
    align-content: stretch;
    justify-content: stretch;
    justify-items: stretch;
  }

  .title-small, .footer-link, .footer-copyright-center {
    font-size: 18px;
  }

  .text-block-23 {
    font-size: 18px;
    line-height: 24px;
  }

  .div-block-129 {
    padding-top: 15px;
  }

  .rodape-areas {
    background-position: 20%;
  }

  .background-video-2 {
    aspect-ratio: auto;
    object-fit: cover;
    max-width: 1280px;
  }

  .button {
    display: block;
    transform: translate(50%);
    box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
  }

  .paralax-mask {
    margin-left: 20px;
  }

  .paralax-slide {
    margin-right: 10px;
  }

  .ratio-200 {
    border-radius: 1.2rem;
    padding-top: 125%;
  }

  .div-inner {
    color: #333;
    border-radius: 1.2rem;
    justify-content: flex-start;
  }

  .div-block-134 {
    background-color: #0762ad;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    margin-top: 15px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    overflow: visible;
  }

  .paralax--image-wrapper {
    background-color: #fdfdfd;
  }

  .div-block-137 {
    background-color: rgba(211, 217, 208, 0);
    padding: 0;
  }

  .paragraph-4 {
    font-size: 16px;
  }

  .container-5 {
    overflow: visible;
  }

  .div-block-138 {
    background-color: rgba(250, 250, 250, 0);
    flex-direction: column;
    padding: 0 30px 30px;
    display: flex;
  }

  .section-time {
    width: 100%;
    height: 100%;
    overflow: hidden;
  }

  .img-wrapper-3 {
    z-index: 3;
    object-fit: cover;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .politica-qualidade {
    margin-bottom: 0;
    padding: 110px 0;
  }

  .div-block-143 {
    flex-direction: column;
    justify-content: center;
    align-self: stretch;
  }

  .div-block-145 {
    padding-top: 2rem;
  }

  .div-pq-2cols {
    max-width: 1240px;
  }

  .div-grid {
    padding-left: 1em;
    padding-right: 1em;
  }

  .div-h1-atuacao {
    text-align: left;
  }

  .div-menu-c {
    width: 90%;
    max-width: 1440px;
    margin-left: auto;
    margin-right: auto;
    box-shadow: 0 0 100px rgba(0, 0, 0, .1);
  }

  .paragrafo {
    font-size: 1.3em;
  }

  .div-block-163 {
    justify-content: flex-start;
    align-items: stretch;
    margin-left: 4vw;
  }

  .div-block-164 {
    width: 85vw;
    overflow: hidden;
  }

  .slide-2 {
    width: 20vw;
  }

  .stick {
    overflow: hidden;
  }

  .div-grid-cont {
    padding-left: 1em;
    padding-right: 1em;
  }

  .div-equipe {
    max-width: 1440px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (max-width: 991px) {
  .div-icon {
    display: none;
  }

  .quem-somos {
    height: 45vh;
  }

  .div-50 {
    text-align: center;
    width: 80%;
    font-size: 1.1em;
  }

  .texto-paragrafo {
    font-size: 1.2em;
  }

  .h1-titulo.m {
    line-height: 1.1em;
  }

  .h1-titulo.align-right {
    letter-spacing: 0;
    font-size: 2em;
    font-weight: 700;
  }

  .img-icon-rodape {
    width: 30px;
  }

  .solucoes {
    padding-top: 85px;
  }

  .div-block-20 {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }

  .div-block-21 {
    width: 300px;
    height: 360px;
  }

  .missao-visao {
    margin-top: 56px;
  }

  .quem-somos-interna {
    padding-top: 0;
    padding-bottom: 89px;
  }

  .quem-somos-section {
    padding-top: 0;
  }

  .img-div-quem {
    border-width: 10px;
    width: 300px;
    height: 300px;
    padding: 0;
  }

  .card-img {
    padding-top: 0;
  }

  .td-areas-2 {
    justify-content: space-between;
    padding-left: 20px;
    padding-right: 20px;
  }

  .td-areas-3 {
    justify-content: space-between;
  }

  .div-block-46 {
    justify-content: space-around;
  }

  .area-1 {
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .area-2 {
    padding-left: 0;
    padding-right: 0;
  }

  .area-3 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-65 {
    flex-direction: column;
  }

  .div-block-69 {
    flex-direction: column;
    align-items: center;
  }

  .secton-contato {
    padding-top: 65px;
  }

  .div-bio-foto {
    width: 300px;
    height: 300px;
  }

  .main-hero_heading-2 {
    font-size: 2em;
  }

  .div-block-88 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-direction: column;
    padding-left: 3.3em;
    padding-right: 3.3em;
  }

  .page-wrapper-2 {
    padding-top: 0;
  }

  .padding-section-medium {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .h1 {
    font-size: 1.4rem;
    line-height: 30px;
  }

  .div-block-99 {
    flex-direction: column;
  }

  .div-block-101 {
    padding-right: 0;
  }

  .div-block-102 {
    width: 100%;
    padding-top: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .div-block-103 {
    height: 200px;
    margin-bottom: 0;
  }

  .div-h1-areas {
    padding-top: 100px;
  }

  .menu-button-mob {
    color: #6b6768;
    flex: none;
    justify-content: center;
    align-items: center;
    width: 45px;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
    padding: 11px;
    display: flex;
    position: relative;
    top: 0%;
    bottom: 0%;
    left: auto;
    right: 0%;
  }

  .menu-button-mob.w--open {
    color: #6b6768;
    background-color: rgba(0, 0, 0, 0);
  }

  .cf-nav-3-link {
    margin-left: 5%;
    margin-right: 5%;
    padding-left: 0;
    display: block;
  }

  .cf-navigation-right-2 {
    width: 50%;
    margin-right: 0;
  }

  .cf-visual-features-item.navbar.horizontal {
    justify-content: flex-start;
    padding: 10px;
    font-size: 16px;
  }

  .cf-visual-features-item.navbar {
    padding: 25px;
  }

  .cf-navigation-item-heading {
    font-size: 20px;
  }

  .cf-visual-features-item-image-2.pages {
    width: 100%;
    max-width: 70px;
  }

  .cf-visual-features-items-container {
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
  }

  .cf-visual-features-items-container.nav {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .cf-visual-features-items-container.nav.pages {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    border-right-style: none;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    width: 100%;
    max-width: none;
    margin: 0;
    padding-left: 0;
    padding-right: 0;
    display: grid;
  }

  .cf-visual-features-items-container.nav {
    flex-direction: column;
    justify-content: flex-start;
    width: 100%;
    max-width: none;
    margin-left: 0;
    display: flex;
  }

  .cf-navigation-drop-container-2 {
    flex-direction: column;
  }

  .cf-navigation-drop-container-2.features.pages {
    align-items: flex-start;
    padding-right: 0;
  }

  .cf-dropdown-list-full-wrapper-2 {
    box-shadow: none;
    padding: 0;
  }

  .cf-dropdown-list--nav-3.w--open {
    width: 90%;
    min-width: auto;
    margin-left: 5%;
    margin-right: 5%;
    padding-top: 0;
    display: flex;
    position: relative;
    top: 0;
  }

  .cf-dropdown-arrow---nav-3 {
    margin-left: 7px;
    margin-right: 0;
    position: relative;
  }

  .cf-dropdown-toggle---nav-3 {
    justify-content: flex-start;
    margin-left: 5%;
    margin-right: 5%;
    padding-left: 0;
    display: flex;
  }

  .cf-dropdown-nav-3 {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .cf-navigation-3-menu {
    background-color: #fff;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    padding-bottom: 30px;
    display: flex;
    position: absolute;
    box-shadow: 0 50px 30px rgba(0, 0, 0, .06);
  }

  .cf-navigation-3-center {
    display: block;
  }

  .cf-navbar-3-brand {
    width: auto;
    margin-right: auto;
    padding-left: 0;
  }

  .cf-navigation-left-2 {
    width: 20%;
  }

  .cf-navigation-3 {
    display: block;
    position: relative;
  }

  .icon-menu {
    width: 60px;
  }

  .cf-resource-visual-item {
    flex-direction: column;
    align-items: flex-start;
    display: flex;
  }

  .cf-dropdown-arrow---nav-4 {
    margin-left: 7px;
    margin-right: 0;
    position: relative;
  }

  .cf-visual-features-item-2.navbar {
    padding: 25px;
  }

  .cf-dropdown-links {
    width: 100%;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .cf-nav-link-summary {
    margin-bottom: 20px;
  }

  .cf-navigation-item-heading-2 {
    font-size: 20px;
  }

  .cf-visual-features-item-image-3 {
    margin-bottom: 10px;
  }

  .cf-navigation-drop-container-3 {
    flex-direction: column;
  }

  .cf-navigation-drop-container-3.features {
    border-radius: 0;
  }

  .cf-dropdown-nav-4 {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .grid-bio {
    grid-template-columns: 9.75fr 1fr 16fr;
    align-items: center;
    justify-items: start;
  }

  .container-biografia {
    justify-content: flex-start;
    align-items: center;
    max-width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }

  .line-5px {
    margin-left: -23vw;
  }

  .footer-dark {
    padding-left: 10px;
    padding-right: 10px;
  }

  .container-4 {
    max-width: 100%;
  }

  .footer-wrapper {
    flex-direction: column-reverse;
    align-items: center;
  }

  .footer-content {
    grid-column-gap: 60px;
  }

  .div-whatsap {
    padding-left: 80px;
    padding-right: 80px;
  }

  .background-video-2 {
    display: block;
  }

  .section-6 {
    padding-top: 50px;
  }

  .button.esquerdo {
    margin-left: 24px;
  }

  .heading-5 {
    font-size: 28px;
  }

  .div-block-138 {
    flex-flow: column;
    flex: 1;
    justify-content: space-between;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .cf-dropdown-links-2 {
    width: 100%;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .menu-solucoes {
    justify-content: flex-start;
    margin-left: 5%;
    margin-right: 5%;
    padding-left: 0;
    display: flex;
  }

  .cf-visual-features-item-3.navbar {
    padding: 25px;
  }

  .link-solucoes {
    color: #353535;
    text-decoration: none;
  }

  .back-cellphone {
    aspect-ratio: auto;
    width: 100%;
    margin-bottom: 60px;
  }

  .div-pq-icon {
    width: 93%;
  }

  .entrada-phone {
    display: none;
  }

  .cf-visual-features-item-4.navbar {
    padding: 25px;
  }

  .cf-resource-visual-item-2 {
    flex-direction: column;
    align-items: flex-start;
    display: flex;
  }

  .cf-button.navigation-button {
    margin-top: 0;
    margin-left: 0;
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 16px;
    display: none;
  }

  .cf-button.navigation-button.mobile {
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
    max-width: 150px;
    margin-left: 5%;
    display: flex;
  }

  .cf-nav-3-link-2 {
    margin-left: 5%;
    margin-right: 5%;
    padding-left: 0;
    display: block;
  }

  .cf-nav-3-link-2.login-mob {
    display: block;
  }

  .cf-navigation-item-heading-3 {
    font-size: 20px;
  }

  .cf-visual-features-items-container-2 {
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
  }

  .cf-visual-features-items-container-2.nav {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-direction: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    width: 100%;
    max-width: none;
    margin-left: 0;
    display: flex;
  }

  .cf-navigation-drop-container-4 {
    flex-direction: column;
  }

  .cf-dropdown-list-full-wrapper-3 {
    box-shadow: none;
    padding: 0;
  }

  .cf-dropdown-list--nav-4.w--open {
    width: 90%;
    min-width: auto;
    margin-left: 5%;
    margin-right: 5%;
    padding-top: 0;
    position: relative;
    top: 0;
  }

  .cf-dropdown-arrow---nav-5 {
    margin-left: 7px;
    margin-right: 0;
    position: relative;
  }

  .cf-dropdown-toggle---nav-4 {
    justify-content: flex-start;
    margin-left: 5%;
    margin-right: 5%;
    padding-left: 0;
    display: flex;
  }

  .cf-dropdown-nav-5 {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .cf-navigation-3-menu-2 {
    background-color: #fff;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    padding-bottom: 30px;
    display: flex;
    position: absolute;
    box-shadow: 0 50px 30px rgba(0, 0, 0, .06);
  }

  .paragrafo {
    font-size: 1.2em;
  }

  .div-block-155 {
    padding-left: 10px;
    padding-right: 0;
  }

  .sub-titulo-contato {
    font-size: 1.3em;
  }

  .paragrafo-contato {
    white-space: normal;
    overflow-wrap: normal;
  }

  .link-mais {
    width: 95%;
  }

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

  .div-abre {
    padding-right: 0;
  }

  .fullpage.horizontal-scrroling {
    justify-content: flex-start;
    align-items: stretch;
    width: 33.33%;
    height: 58dvh;
  }

  .stick {
    height: 90dvh;
  }

  .off-set {
    grid-column-gap: 7px;
    grid-row-gap: 7px;
  }

  .div-borda {
    padding-left: 10px;
    padding-right: 10px;
  }

  .full-div {
    height: 48dvh;
  }

  .grid {
    grid-column-gap: 9px;
  }

  .div-grid-cont {
    padding-left: 1em;
    padding-right: 1em;
  }
}

@media screen and (max-width: 767px) {
  .nav-menu {
    padding-left: 2em;
    display: block;
  }

  .nav-menu-2 {
    background-color: rgba(200, 200, 200, .95);
    width: 80%;
    margin-left: auto;
    margin-right: 0;
  }

  .div-icon {
    margin-left: auto;
    margin-right: 0;
  }

  .quem-somos {
    height: 60vh;
  }

  .quem-somos-h1 {
    align-self: stretch;
  }

  .div-50 {
    width: 100%;
  }

  .h1-titulo.m {
    font-size: 2em;
    line-height: 1em;
  }

  .h1-titulo.align-right {
    text-align: center;
    letter-spacing: 0;
  }

  .rodape-div {
    flex-direction: column;
    align-items: center;
  }

  .solucoes {
    height: 100%;
  }

  .div-text-img {
    flex-direction: column;
    align-items: center;
    padding-top: 23px;
  }

  .passaro {
    display: block;
  }

  .solucoes-div-direita {
    padding-top: 3em;
  }

  .div-block-69 {
    flex-direction: column;
  }

  .secton-contato {
    padding-top: 80px;
  }

  .div-block-76 {
    padding-bottom: 8px;
  }

  .div-block-78 {
    flex-direction: column;
  }

  .div-block-79 {
    padding-left: 1em;
  }

  .div-socio-foto {
    border-top-right-radius: 20rem;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 20rem;
    margin-left: auto;
    margin-right: auto;
  }

  .div-block-81 {
    align-items: center;
  }

  .div-block-82 {
    grid-column-gap: 1.4em;
    grid-row-gap: 1.4em;
    flex-direction: column;
  }

  .main-hero_heading-2 {
    font-size: 2.2em;
  }

  .div-block-88 {
    background-image: url('../images/fundo-missao.svg'), linear-gradient(#fafafa, #fafafa);
    background-position: 0%, 0 0;
    background-repeat: no-repeat, repeat;
    background-size: 960px, auto;
  }

  .padding-section-medium {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .padding-global {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .menu-button-mob {
    width: 40px;
    padding-right: 10px;
  }

  .cf-navigation-right-2 {
    width: 60%;
  }

  .cf-visual-features-item.navbar.horizontal {
    align-items: center;
  }

  .cf-visual-features-item.navbar.w--current {
    padding: 14px;
  }

  .cf-navigation-item-heading {
    font-size: 18px;
  }

  .cf-visual-features-items-container {
    grid-row-gap: 70px;
    grid-template-columns: 1fr;
    width: 100%;
  }

  .cf-visual-features-items-container.nav {
    grid-template-columns: 1fr;
    max-width: 400px;
  }

  .cf-visual-features-items-container.nav.pages {
    grid-template-columns: 1fr;
  }

  .cf-dropdown-list--nav-3.w--open {
    width: 90%;
  }

  .cf-navbar-3-brand {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .cf-navigation-left-2 {
    width: 26%;
  }

  .cf-resource-visual-item {
    flex-direction: column;
    align-items: flex-start;
    display: flex;
  }

  .cf-visual-features-item-2.navbar.w--current {
    padding: 14px;
  }

  .cf-dropdown-links {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .cf-navigation-item-heading-2 {
    font-size: 18px;
  }

  .topo-mineracao {
    padding-left: 10px;
    padding-right: 10px;
  }

  .footer-dark {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-wrapper {
    flex-direction: column-reverse;
    align-items: center;
  }

  .footer-content {
    text-align: center;
    grid-template-columns: 1fr;
    margin-top: 0;
    margin-bottom: 40px;
    display: flex;
  }

  .footer-block {
    align-items: center;
  }

  .footer-link:hover {
    color: rgba(26, 27, 31, .75);
  }

  .footer-social-block {
    margin-top: 20px;
    margin-left: -20px;
  }

  .footer-social-link {
    margin-left: 20px;
  }

  .footer-divider {
    margin-top: 60px;
  }

  .background-video-2 {
    object-fit: cover;
    display: block;
  }

  .section-6 {
    padding-top: 10px;
  }

  .div-block-136 {
    margin-left: auto;
  }

  .img-cover-div {
    box-sizing: border-box;
    object-fit: fill;
    display: inline-block;
    position: relative;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .div-block-138 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .div-block-143 {
    width: 100%;
  }

  .div-block-147 {
    flex-direction: column;
  }

  .cidades {
    flex-direction: column;
    padding-left: 10px;
    padding-right: 10px;
  }

  .cf-dropdown-links-2 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .cf-visual-features-item-3.navbar.w--current {
    padding: 14px;
  }

  .back-cellphone {
    aspect-ratio: 16 / 9;
    object-fit: contain;
    margin-bottom: 0;
    display: none;
  }

  .div-pq-texto {
    background-color: #58b047;
  }

  .paragraph-5 {
    font-size: 16px;
  }

  .div-pq-icon {
    grid-column-gap: 11px;
    grid-row-gap: 11px;
    width: 100%;
  }

  .entrada-phone {
    display: none;
  }

  .div-block-151 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .cf-visual-features-item-4.navbar.w--current {
    padding: 14px;
  }

  .cf-resource-visual-item-2 {
    flex-direction: column;
    align-items: flex-start;
    display: flex;
  }

  .cf-button.navigation-button {
    margin-left: 0%;
  }

  .cf-button.navigation-button.mobile {
    justify-content: center;
  }

  .cf-navigation-item-heading-3 {
    font-size: 18px;
  }

  .cf-visual-features-items-container-2 {
    grid-row-gap: 70px;
    grid-template-columns: 1fr;
    width: 100%;
  }

  .cf-visual-features-items-container-2.nav {
    grid-template-columns: 1fr;
    max-width: 400px;
  }

  .cf-dropdown-list--nav-4.w--open {
    width: 90%;
  }

  .fullpage.horizontal-scrroling {
    width: 90%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 16px;
  }

  .horizontal {
    padding-top: 10vh;
    padding-bottom: 10vh;
  }

  .stick {
    height: 100%;
    margin-bottom: 0;
  }

  .off-set {
    flex-flow: column;
    justify-content: center;
    align-items: stretch;
    padding-top: 13px;
  }

  .div-borda {
    justify-content: flex-start;
    align-items: center;
  }

  .full-div {
    height: 100%;
  }

  .line-abs {
    bottom: 23%;
  }
}

@media screen and (max-width: 479px) {
  .nav-menu-2 {
    width: 97%;
  }

  .div-icon {
    display: none;
  }

  .quem-somos {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: auto;
    background-attachment: scroll;
    height: 100%;
    padding-top: 90px;
  }

  .div-quem-somos {
    flex-direction: column;
  }

  .quem-somos-h1 {
    padding-bottom: 0;
  }

  .div-50 {
    width: 100%;
    padding-left: 1em;
    padding-right: 1em;
  }

  .texto-paragrafo {
    text-align: left;
  }

  .texto-paragrafo.italic {
    font-size: 1.5em;
  }

  .texto-paragrafo._1-1 {
    font-size: 1em;
    line-height: 1.2em;
  }

  .h1-titulo {
    text-align: center;
    letter-spacing: -.5px;
    margin-bottom: 0;
    font-size: 1.8em;
    font-weight: 700;
  }

  .h1-titulo.m {
    text-align: center;
    font-size: 1.8em;
    line-height: 1.2em;
  }

  .h1-titulo.align-right {
    text-align: center;
    letter-spacing: -.5px;
    margin-bottom: 10px;
    font-size: 1.8em;
    line-height: 1.4em;
  }

  .section {
    margin-bottom: 0;
  }

  .div-block-5 {
    text-align: center;
    align-items: stretch;
  }

  .texto-icon {
    display: none;
  }

  .div-icon-wrapper {
    height: 60px;
  }

  .nos-move {
    text-align: center;
    padding-top: 128px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .nos-move-div {
    max-width: 100%;
  }

  .rodape {
    background-color: #e7e7e7;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }

  .rodape-div {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
    flex-direction: column;
    align-items: center;
  }

  .div-block-10 {
    flex: 0 auto;
    width: 100%;
    margin-top: 10px;
  }

  .img-icon-rodape {
    width: 30px;
  }

  .div-block-17 {
    align-items: flex-start;
    margin-top: 10px;
  }

  .solucoes {
    height: 100%;
    padding-top: 19px;
  }

  .div-block-19 {
    padding-top: 30px;
  }

  .div-text-img {
    flex-direction: column-reverse;
  }

  .div-block-20 {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }

  .div-block-21 {
    width: 280px;
    height: 340px;
    margin-left: 1em;
  }

  .missao-visao {
    flex-direction: column;
    align-items: center;
    height: 100%;
    padding-top: 4px;
  }

  .missao-div, .missao-div.v2 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .quem-somos-interna {
    flex-direction: column;
    align-items: center;
    padding-top: 0;
    padding-bottom: 41px;
  }

  .quem-somos-section {
    padding-top: 0;
  }

  .img-div-quem {
    border-width: 10px;
    width: 280px;
    height: 280px;
    padding: 0;
  }

  .div-block-33 {
    padding-top: 24px;
  }

  .card-img {
    padding-top: 0;
  }

  .passaro {
    display: none;
  }

  .solucoes-div-direita {
    padding-left: 1em;
    padding-right: 1em;
  }

  .td-areas-2 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-direction: row;
    align-items: center;
  }

  .td-areas-3 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }

  .div-block-46 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }

  .div-block-51 {
    height: 60px;
  }

  .div-box-estatico {
    justify-content: center;
    height: 60px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .img-icon {
    width: 40px;
  }

  .area-1 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .area-2 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .div-block-65 {
    flex-direction: column;
  }

  .div-100vh.bio {
    padding-top: 0;
  }

  .div-block-69 {
    flex-direction: column;
  }

  .span-linha {
    background-position: 50% 119%;
  }

  .div-contato-absolute {
    display: block;
  }

  .secton-contato {
    padding-top: 40px;
  }

  .div-mapa-site {
    align-items: flex-start;
    margin-top: 10px;
  }

  .div-block-78 {
    flex-direction: column;
    align-items: center;
  }

  .div-block-79 {
    width: 100%;
    padding-top: 4em;
    padding-left: 1em;
    padding-right: 1em;
  }

  .div-socio-foto {
    width: 300px;
    height: 300px;
  }

  .div-block-81 {
    align-items: center;
  }

  .div-block-82 {
    grid-column-gap: 1.4em;
    grid-row-gap: 1.4em;
    flex-direction: column;
  }

  .div-bio-foto {
    border-top-right-radius: 20rem;
    border-bottom-left-radius: 0;
    width: 300px;
    height: 200px;
  }

  .div-ambiental-foto {
    width: 300px;
    height: 300px;
  }

  .main-hero_heading-2 {
    max-width: 11.7em;
    font-size: 1.8em;
    font-weight: 700;
    line-height: 1.1;
  }

  .div-block-88 {
    flex-direction: column;
    padding-left: 0;
    padding-right: 0;
  }

  .page-wrapper-2 {
    padding-top: 0;
  }

  .h1 {
    letter-spacing: 1px;
    margin-top: 0;
    font-size: 1.2rem;
    line-height: 30px;
  }

  .div-block-99 {
    flex-direction: column;
    max-width: 100%;
  }

  .div-block-101 {
    padding-right: 0;
  }

  .div-block-102 {
    width: 100%;
    padding-top: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .div-block-103 {
    width: 200px;
    height: 140px;
    margin-bottom: 0;
    overflow: hidden;
  }

  .div-block-103.nostick {
    height: 150px;
    overflow: visible;
  }

  .div-block-104 {
    background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), url('../images/desenvolv-imob----.jpg');
    background-position: 0 0, 58% 70%;
    padding-left: 10px;
    padding-right: 10px;
  }

  .div-h1-areas {
    background-image: none;
    max-width: 100%;
    padding: 76% 10px 40px;
  }

  .icon-img {
    width: 70px;
  }

  .botao-whatsapp {
    width: 70%;
    height: 60px;
    padding-left: 83px;
    padding-right: 83px;
  }

  .div-check {
    object-fit: cover;
  }

  .p-texto-areas {
    font-size: 1.1em;
    line-height: 170%;
  }

  .div-block-119 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .menu-button-mob {
    flex: none;
    margin-left: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .menu-button-mob.w--open {
    padding: 0;
  }

  .cf-nav-3-link {
    font-size: 16px;
    line-height: 20px;
  }

  .cf-navigation-right-2 {
    width: 50%;
  }

  .cf-visual-features-item.navbar.horizontal {
    flex-direction: column;
    padding: 10px 5px;
  }

  .cf-visual-features-item.navbar {
    padding: 10px;
    font-size: 14px;
  }

  .cf-navigation-item-heading {
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    line-height: 17px;
  }

  .cf-heading-and-text-contain {
    margin-left: 0;
  }

  .cf-visual-features-items-container.nav.pages {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    aspect-ratio: auto;
    flex-flow: wrap;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-around;
    max-width: 100%;
    height: 100%;
    padding-right: 0;
    display: flex;
    overflow: hidden;
  }

  .cf-visual-features-items-container.nav {
    max-width: 230px;
  }

  .cf-navigation-drop-container-2.features {
    padding: 0;
  }

  .cf-navigation-drop-container-2.features.pages {
    aspect-ratio: auto;
    padding-right: 0;
  }

  .cf-dropdown-list-full-wrapper-2 {
    aspect-ratio: auto;
    max-width: 100%;
  }

  .cf-dropdown-list--nav-3.w--open {
    aspect-ratio: auto;
    width: 100%;
    margin-left: 0%;
    margin-right: 0%;
    overflow: hidden;
  }

  .cf-dropdown-toggle---nav-3 {
    font-size: 16px;
  }

  .cf-dropdown-nav-3 {
    aspect-ratio: auto;
  }

  .cf-navigation-3-menu {
    z-index: 99;
    padding-bottom: 0;
  }

  .cf-navigation-3-center {
    aspect-ratio: auto;
  }

  .cf-navbar-3-brand {
    width: 120px;
    height: 30px;
  }

  .cf-navigation-left-2 {
    width: 40%;
  }

  .cf-navigation-3-container {
    align-items: center;
    padding-top: 0;
    padding-bottom: 0;
  }

  .cf-navigation-3 {
    position: relative;
  }

  .cf-visual-features-item-2.navbar {
    padding: 10px;
    font-size: 14px;
  }

  .cf-dropdown-links {
    padding-top: 14px;
    padding-bottom: 14px;
    padding-left: 10px;
  }

  .cf-nav-link-summary {
    line-height: 100%;
  }

  .cf-navigation-item-heading-2 {
    margin-top: -10px;
    margin-bottom: 5px;
  }

  .cf-logo-image-3 {
    display: inline-block;
  }

  .cf-visual-features-item-image-3 {
    margin-bottom: 10px;
  }

  .cf-navigation-drop-container-3.features {
    aspect-ratio: auto;
    padding: 0;
    overflow: hidden;
  }

  .topo-petroleo {
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .topo-portos {
    padding-top: 30px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .topo-industrial {
    background-image: linear-gradient(270deg, rgba(0, 0, 0, .6), rgba(0, 0, 0, 0) 2%), linear-gradient(to right, rgba(0, 0, 0, .6), rgba(255, 255, 255, 0) 2%), linear-gradient(rgba(5, 77, 48, .12), #032d3c), url('../images/inddustrial-elementus---.jpg');
    background-position: 0 0, 0 0, 0 0, 100%;
    background-repeat: repeat, repeat, repeat, no-repeat;
    background-size: auto, auto, auto, cover;
    background-attachment: scroll, scroll, scroll, scroll;
    padding-left: 10px;
    padding-right: 10px;
  }

  .topo-celulose {
    background-image: linear-gradient(to top, #043809, rgba(16, 75, 37, 0) 79%), url('../images/floresta-rodape.jpg');
    padding-left: 10px;
    padding-right: 10px;
  }

  .topo-ferrovias {
    background-image: linear-gradient(rgba(0, 0, 0, 0) 27%, #251e1b 92%), url('../images/ferrovias-dutos---.jpg');
    background-position: 0 0, 50% 100%;
    background-repeat: repeat, no-repeat;
    background-size: auto, auto;
    background-attachment: scroll, fixed;
    padding-left: 10px;
    padding-right: 10px;
  }

  .topo-urbanizacao {
    background-image: linear-gradient(rgba(31, 93, 180, .67), rgba(1, 68, 109, .89)), url('../images/urbanizacao-elementus---.jpg');
    background-position: 0 0, 50% 60%;
    background-repeat: repeat, no-repeat;
    background-size: auto, auto;
    background-attachment: scroll, scroll;
    padding-left: 10px;
    padding-right: 10px;
  }

  .topo-aeroportos {
    background-image: linear-gradient(rgba(65, 129, 207, 0), #455a34), url('../images/airport-elementus---.jpg');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    background-attachment: scroll, scroll;
    padding-left: 10px;
    padding-right: 10px;
  }

  .h2 {
    font-size: 1.2em;
    line-height: 24px;
  }

  .topo-transporte {
    background-image: linear-gradient(270deg, #000, rgba(0, 0, 0, 0) 2%), linear-gradient(to right, #000, rgba(0, 0, 0, 0) 2%), linear-gradient(to top, #040f20 8%, rgba(255, 255, 255, .23) 80%), url('../images/estradas-elementus---.jpg');
    background-position: 0 0, 0 0, 0 0, 50% 70%;
    background-repeat: repeat, repeat, repeat, no-repeat;
    background-size: auto, auto, auto, auto;
    background-attachment: scroll, scroll, scroll, scroll;
    padding-left: 10px;
    padding-right: 10px;
  }

  .topo-agro {
    background-image: linear-gradient(to top, #064e14, rgba(22, 133, 33, .23)), url('../images/agro-elementus---.jpg');
    padding-top: 30px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .topo-mineracao {
    background-image: linear-gradient(270deg, rgba(0, 0, 0, .6), rgba(0, 0, 0, 0) 1%), linear-gradient(to right, rgba(0, 0, 0, .6), rgba(0, 0, 0, 0) 1%), linear-gradient(to top, rgba(0, 0, 0, .89), rgba(48, 48, 48, .33) 60%), url('../images/mineracao-elementus-sa---.jpg');
    background-position: 0 0, 0 0, 0 0, 50% 36%;
    background-repeat: repeat, repeat, repeat, no-repeat;
    background-size: auto, auto, auto, cover;
    background-attachment: scroll, scroll, scroll, scroll;
    padding: 30px 0 0;
  }

  .topo-energia {
    background-position: 0 0, 50%;
    padding-left: 10px;
    padding-right: 10px;
  }

  .grid-bio {
    background-color: #fafafa;
    flex-direction: column;
    grid-template-columns: 7fr 1.75fr 16fr;
    justify-content: center;
    align-items: center;
    padding-bottom: 33px;
    display: flex;
  }

  .left-div {
    align-self: center;
    padding-right: 0;
  }

  .center-div {
    margin-left: auto;
    margin-right: auto;
  }

  .right-div {
    text-align: center;
    padding-left: 0;
  }

  .div-block-126 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .heading-4 {
    font-size: 21px;
  }

  .container-biografia {
    max-width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }

  .line-5px {
    left: auto;
  }

  .paragrafo-time-line {
    font-size: 15px;
  }

  .footer-dark {
    padding-top: 10px;
    padding-left: 5px;
    padding-right: 5px;
  }

  .container-4 {
    max-width: 100%;
  }

  .footer-wrapper {
    flex-direction: column-reverse;
    max-width: 100%;
  }

  .footer-content {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    text-align: center;
    margin-top: 0;
    margin-bottom: 40px;
    display: flex;
  }

  .footer-block {
    text-align: left;
    align-items: flex-start;
  }

  .title-small {
    letter-spacing: 0;
    font-size: 14px;
    line-height: 14px;
  }

  .footer-link {
    text-align: left;
  }

  .footer-copyright-center {
    font-size: 13px;
  }

  .div-whatsap {
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 1rem;
    max-width: 100%;
    padding: 32% 50px 146px 45px;
    position: relative;
  }

  .rodape-areas {
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    background-attachment: scroll;
    padding: 2.2rem 19px;
  }

  .div-texto {
    z-index: 10;
    background-color: #95be84;
    border-radius: 50%;
    width: 266px;
    height: 180px;
    padding: 26px 29px;
    position: relative;
  }

  .text-block-24 {
    z-index: 11;
    letter-spacing: -.3px;
    font-size: 1em;
    line-height: 22px;
    position: relative;
  }

  .div-back-video {
    max-width: 100%;
    height: 100vh;
    padding-top: 0;
    padding-bottom: 50px;
  }

  .background-video-2 {
    aspect-ratio: 3 / 2;
    object-fit: fill;
    height: 100%;
    display: none;
  }

  .section-6 {
    margin-bottom: 8rem;
    padding-top: 0;
  }

  .button.esquerdo {
    margin-left: 14px;
  }

  .paralax-mask {
    width: auto;
  }

  .ratio-200 {
    padding-top: 139%;
  }

  .div-block-143 {
    width: 100%;
  }

  .div-block-145 {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .div-pq-2cols {
    border-radius: 1rem;
    width: 98%;
    padding-left: 10px;
    padding-right: 10px;
  }

  .div-block-147 {
    flex-direction: column;
  }

  .cidades {
    flex-direction: column;
    padding-left: 10px;
    padding-right: 10px;
  }

  .div-end {
    background-image: none;
    border: 1px solid rgba(0, 102, 176, .23);
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 10px;
  }

  .div-end.transp {
    display: none;
  }

  .dot-location {
    top: -3%;
    left: -2%;
  }

  .icon-2 {
    font-size: 30px;
  }

  .cf-dropdown-links-2 {
    padding-top: 14px;
    padding-bottom: 14px;
    padding-left: 10px;
  }

  .div-men {
    height: 100px;
    line-height: 20px;
    position: relative;
  }

  .menu-solucoes {
    margin-left: 5%;
    font-size: 16px;
  }

  .cf-visual-features-item-3.navbar {
    padding: 10px;
    font-size: 14px;
  }

  .div-block-148 {
    text-decoration: none;
  }

  .link-solucoes {
    color: #313131;
    padding: 10px;
    text-decoration: none;
  }

  .back-cellphone {
    aspect-ratio: auto;
    object-fit: cover;
    margin-bottom: 0;
    padding-top: 0;
    display: block;
  }

  .div-cidades {
    margin-top: 20px;
  }

  .div-pq {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    margin-bottom: 10px;
  }

  .img-pq-icon {
    width: 64px;
    display: none;
  }

  .div-block-149 {
    align-items: center;
    height: auto;
    padding-top: 10px;
    padding-bottom: 10px;
    display: flex;
  }

  .paragraph-5 {
    color: #fff;
    letter-spacing: -.2px;
    font-size: 16px;
    line-height: 18px;
  }

  .div-pq-icon {
    width: 100%;
  }

  .div-icon-pq {
    background-color: #203875;
    background-image: url('../images/icon-pq.png');
    background-position: 30%;
    background-repeat: no-repeat;
    background-size: 130px;
    width: 60px;
    display: block;
  }

  .div-icon-pq._2 {
    background-image: url('../images/icon-pq-2.png');
    background-position: 30%;
  }

  .div-icon-pq._3 {
    background-image: url('../images/icon-pq-3.png');
  }

  .div-icon-pq._4 {
    background-image: url('../images/icon-pq-4.png');
  }

  .texto-areas-icon {
    text-transform: uppercase;
    font-size: 1em;
    font-weight: 700;
  }

  .cubo-back {
    z-index: 9;
    background-color: #95be84;
    width: 40px;
    height: 40px;
    padding-bottom: 0;
    padding-right: 0;
    position: absolute;
    top: auto;
    bottom: 0%;
    left: 18%;
    right: auto;
    transform: rotate(-18deg);
  }

  .entrada-phone {
    flex-direction: row;
    align-items: stretch;
    height: 85vh;
    max-height: 100vh;
    display: block;
  }

  .div-figuras {
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    align-items: stretch;
    height: 100%;
    padding: 40px;
    position: relative;
  }

  .titulo-h1 {
    letter-spacing: 0;
    font-size: 1.1em;
    font-weight: 700;
    line-height: 24px;
  }

  .div-texto-entrada {
    color: #fff;
    text-align: center;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding-top: 0;
    padding-left: 28px;
    padding-right: 28px;
    display: block;
    position: relative;
    top: 5%;
    bottom: auto;
    left: 0%;
    right: 0%;
  }

  .absolute-div {
    object-fit: cover;
    align-items: stretch;
    padding-bottom: 0;
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .seta {
    flex: 1;
    justify-content: center;
    display: flex;
    position: absolute;
    top: auto;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .div-seta {
    object-fit: cover;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    width: 60px;
    height: 60px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .img-seta {
    filter: invert();
    object-fit: cover;
    transform: rotate(90deg);
  }

  .div-img {
    z-index: 2;
    background-image: linear-gradient(270deg, rgba(0, 0, 0, .3), rgba(17, 17, 17, 0) 1%), linear-gradient(to right, rgba(0, 0, 0, .28), rgba(0, 0, 0, 0) 1%), radial-gradient(circle, rgba(255, 255, 255, 0) 40%, rgba(12, 58, 35, .33)), url('../images/Uirapuru-elementus-phone--.jpg');
    background-position: 0 0, 0 0, 0 0, 100%;
    background-size: auto, auto, auto, cover;
    padding-bottom: 0;
    padding-right: 0;
    display: block;
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .div-texto-2 {
    color: #fff;
    text-align: center;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding-top: 0;
    padding-left: 20px;
    padding-right: 20px;
    display: block;
    position: relative;
    top: 5%;
    bottom: auto;
    left: 0%;
    right: 0%;
  }

  .div-img-02 {
    z-index: 4;
    background-image: linear-gradient(rgba(2, 19, 3, .42) 24%, rgba(6, 53, 75, .84) 84%), url('../images/Monitoramento-de-Fauna-elementus-portait--.jpg');
    background-position: 0 0, 50%;
    background-size: auto, cover;
    justify-content: center;
    align-items: center;
    padding-bottom: 0;
    padding-right: 0;
    display: none;
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .div-texto-3 {
    z-index: 7;
    color: #fff;
    text-align: center;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding-top: 14%;
    padding-left: 28px;
    padding-right: 28px;
    font-weight: 700;
    display: block;
    position: absolute;
    top: 5%;
    bottom: auto;
    left: 0%;
    right: 0%;
  }

  .div-img-03 {
    z-index: 6;
    background-image: linear-gradient(rgba(2, 90, 10, .84), rgba(2, 19, 3, 0)), url('../images/mao-elementus--.jpg');
    background-position: 0 0, 20%;
    background-size: auto, cover;
    padding-bottom: 0;
    padding-right: 0;
    display: none;
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .div-block-151 {
    padding-left: 0;
    padding-right: 0;
  }

  .full-page-load {
    display: none;
  }

  .lottie-logo {
    width: 100%;
    max-width: 100%;
  }

  .section-grid {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
  }

  .div-grid {
    padding-bottom: 5em;
    padding-left: 1em;
    padding-right: 1em;
  }

  .grid-image {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
    flex-direction: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    align-content: stretch;
    justify-content: stretch;
    align-items: stretch;
    justify-items: stretch;
    height: 100%;
    display: grid;
  }

  .div-img-wrapper {
    min-height: 10rem;
  }

  .div-h1-atuacao {
    padding-top: 40px;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .cf-visual-features-item-4.navbar {
    padding: 10px;
    font-size: 14px;
  }

  .cf-button {
    padding: 16px;
    font-size: 16px;
  }

  .cf-button.navigation-button {
    border-radius: 8px;
    padding: 12px;
    font-size: 14px;
  }

  .cf-button.navigation-button.mobile {
    text-align: left;
    justify-content: center;
    font-size: 16px;
  }

  .cf-nav-3-link-2 {
    font-size: 16px;
  }

  .cf-visual-features-items-container-2.nav {
    max-width: 230px;
  }

  .cf-navigation-drop-container-4.features {
    padding: 0;
  }

  .cf-dropdown-toggle---nav-4 {
    font-size: 16px;
  }

  .heading-6 {
    font-size: 20px;
    line-height: 26px;
  }

  .div-texto-atuacao {
    padding-top: 40px;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .link-mais {
    flex-flow: column;
    width: 100%;
    margin-left: 0;
    display: flex;
  }

  .div-block-158 {
    padding-top: 53px;
  }

  .div-abre {
    padding-left: 0;
  }

  .div-block-164 {
    width: 98vw;
  }

  .slide-2 {
    width: 98vw;
    height: 100%;
  }

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

  .div-block-172-copy {
    margin-right: 15px;
  }

  .div-block-174 {
    margin-left: auto;
    margin-right: auto;
  }

  .fullpage.horizontal-scrroling {
    width: 100%;
    padding-top: 0;
  }

  .stick {
    height: 100%;
  }

  .off-set {
    flex-flow: column;
  }

  .grid {
    flex-flow: column;
    display: flex;
  }

  .div-grid-cont {
    padding-bottom: 5em;
    padding-left: 1em;
    padding-right: 1em;
  }

  .telefone-div {
    padding-left: 0;
    padding-right: 0;
  }
}

#w-node-_0f832c20-9b16-469f-2158-ea6ce0ad325a-e0ad324b, #w-node-_0f832c20-9b16-469f-2158-ea6ce0ad3265-e0ad324b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_56b8717d-33a8-04ba-e95b-bd5b29fd01bc-e0ad324b, #w-node-_8c31b5da-3220-16b8-23f4-7ce6dafde137-e0ad324b {
  align-self: center;
  justify-self: center;
}

#w-node-_6f05ae7b-2fbf-9847-d226-e9187e45ecc4-7e45eca8, #w-node-_6f05ae7b-2fbf-9847-d226-e9187e45ecca-7e45eca8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1f9442bb-8475-76ff-98a3-cbdf1bfa744f-7e45eca8, #w-node-_0d81ba82-07f9-9b30-455c-171fd51b20c4-7e45eca8, #w-node-a01f9775-a01f-5c0d-077b-a0c304426c41-7e45eca8 {
  align-self: stretch;
}

#w-node-_6fe7e2ff-127c-3147-7299-ae2c630a5a63-336f8b11 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_6fe7e2ff-127c-3147-7299-ae2c630a5a66-336f8b11, #w-node-_6fe7e2ff-127c-3147-7299-ae2c630a5a68-336f8b11 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-da21a553-7b9d-adaf-7aca-e5449530817f-336f8b11 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-da21a553-7b9d-adaf-7aca-e54495308182-336f8b11, #w-node-da21a553-7b9d-adaf-7aca-e54495308184-336f8b11 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_466dc2d3-a848-5fcf-b376-1a4bf005c4d0-336f8b11 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_466dc2d3-a848-5fcf-b376-1a4bf005c4d3-336f8b11, #w-node-_466dc2d3-a848-5fcf-b376-1a4bf005c4d5-336f8b11 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9cc75781-8a78-ca89-fc47-0e938b008775-336f8b11 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_9cc75781-8a78-ca89-fc47-0e938b008778-336f8b11, #w-node-_9cc75781-8a78-ca89-fc47-0e938b00877a-336f8b11 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_94071d37-a659-bdbd-3385-1536cab67956-336f8b11 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_94071d37-a659-bdbd-3385-1536cab67959-336f8b11, #w-node-_94071d37-a659-bdbd-3385-1536cab6795b-336f8b11 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f1a5fc01-cf2a-7eba-8811-adf4faa3a66c-336f8b11 {
  justify-self: end;
}

#w-node-_2d18aeac-e18c-979e-2df8-cd1151ec7deb-336f8b11, #w-node-_06c5572d-345a-4974-7c93-55c583d409b9-336f8b11 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e9fbc935-e1c6-a001-364f-027f38eca900-4fa6f65d {
  grid-area: 2 / 1 / 2 / 2;
}

#w-node-a3c423b7-9111-3c3c-c6ab-d2bca746fb8b-4fa6f65d {
  grid-area: 1 / 4 / 2 / 6;
}

#w-node-_329c5279-e5e6-a165-cf1b-627ec1661a17-4fa6f65d {
  grid-area: 2 / 4 / 4 / 5;
}

#w-node-_77742112-9afb-125c-fa0e-ee3a9637fcee-4fa6f65d {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-f0fa707c-b5d0-404f-73e5-c31383133a12-4fa6f65d {
  grid-area: 3 / 1 / 4 / 3;
}

#w-node-_6610721a-9f12-a0ab-bc28-7f6f29cb1060-4fa6f65d {
  grid-area: 4 / 1 / 4 / 2;
}

#w-node-d5e5e94d-c334-2ff0-e479-428d99679cb2-4fa6f65d {
  grid-area: 3 / 3 / 3 / 3;
}

#w-node-adc278ec-3f6c-8640-b671-84f09a4b3acb-4fa6f65d {
  grid-area: 4 / 2 / 4 / 3;
}

#w-node-_9c5d9847-062b-7aa0-dadf-fa1138a36123-4fa6f65d {
  grid-area: 4 / 3 / 4 / 5;
}

#w-node-_7bbbc08b-d929-c773-0c28-7413667899e9-4fa6f65d {
  grid-area: 3 / 5 / 5 / 6;
}

#w-node-febd211b-c1d0-7b62-3fdf-c83d3eef3c16-4fa6f65d {
  grid-area: 2 / 5 / 3 / 5;
}

#w-node-d0f44730-5bb6-fa1c-39e4-80647298ebe4-4fa6f65d {
  grid-area: 1 / 2 / 3 / 4;
}

#w-node-_7b029fef-d6e5-60df-a2fc-a9f2b64b9da4-b7b8bbb0 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_0727c40a-0192-fd5c-28ba-73df8c90aeac-b7b8bbb0 {
  align-self: stretch;
}

#w-node-_6d9722f1-6721-d0b8-aac4-b163285e8540-5aa7be48 {
  grid-area: span 4 / span 2 / span 4 / span 2;
}

#w-node-_6d9722f1-6721-d0b8-aac4-b163285e8541-5aa7be48 {
  grid-area: span 2 / span 1 / span 2 / span 1;
  align-self: auto;
  justify-self: stretch;
}

#w-node-_6d9722f1-6721-d0b8-aac4-b163285e8544-5aa7be48, #w-node-_6d9722f1-6721-d0b8-aac4-b163285e8545-5aa7be48, #w-node-_6d9722f1-6721-d0b8-aac4-b163285e8548-5aa7be48, #w-node-_6d9722f1-6721-d0b8-aac4-b163285e8549-5aa7be48 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6d9722f1-6721-d0b8-aac4-b163285e854c-5aa7be48 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_6d9722f1-6721-d0b8-aac4-b163285e854d-5aa7be48, #w-node-f7692a69-ec92-a87a-d2a9-980a29c08e7b-5aa7be48, #w-node-f7692a69-ec92-a87a-d2a9-980a29c08e7e-5aa7be48 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d9c652a5-46aa-f213-c281-bc697c39aeac-5aa7be48 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-d9c652a5-46aa-f213-c281-bc697c39aeaf-5aa7be48, #w-node-_353e8365-72ed-6f39-015e-2e9d0196d732-5aa7be48, #w-node-_353e8365-72ed-6f39-015e-2e9d0196d735-5aa7be48, #w-node-_836d1b5d-5f47-a496-de69-2da2635d5375-5aa7be48, #w-node-_836d1b5d-5f47-a496-de69-2da2635d5378-5aa7be48, #w-node-_499a72db-0482-6682-d735-503789ed1810-5aa7be48, #w-node-_499a72db-0482-6682-d735-503789ed1813-5aa7be48, #w-node-c9e88c32-1b3b-4f29-f0e9-48474aa96ccd-5aa7be48, #w-node-c9e88c32-1b3b-4f29-f0e9-48474aa96cd0-5aa7be48, #w-node-_7fb75181-2269-c648-7b3c-5c7323316814-5aa7be48, #w-node-_7fb75181-2269-c648-7b3c-5c7323316817-5aa7be48, #w-node-e738021a-760c-1446-56f2-6c7ad9430126-5aa7be48, #w-node-e738021a-760c-1446-56f2-6c7ad9430129-5aa7be48 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (min-width: 1280px) {
  #w-node-a01f9775-a01f-5c0d-077b-a0c304426c41-7e45eca8 {
    align-self: stretch;
  }

  #w-node-_6fe7e2ff-127c-3147-7299-ae2c630a5a63-336f8b11 {
    align-self: center;
  }

  #w-node-_6fe7e2ff-127c-3147-7299-ae2c630a5a66-336f8b11 {
    align-self: center;
    justify-self: center;
  }

  #w-node-da21a553-7b9d-adaf-7aca-e5449530817f-336f8b11 {
    align-self: center;
  }

  #w-node-da21a553-7b9d-adaf-7aca-e54495308182-336f8b11 {
    align-self: center;
    justify-self: center;
  }

  #w-node-_466dc2d3-a848-5fcf-b376-1a4bf005c4d0-336f8b11 {
    align-self: center;
  }

  #w-node-_466dc2d3-a848-5fcf-b376-1a4bf005c4d3-336f8b11 {
    align-self: center;
    justify-self: center;
  }

  #w-node-_9cc75781-8a78-ca89-fc47-0e938b008775-336f8b11 {
    align-self: center;
  }

  #w-node-_9cc75781-8a78-ca89-fc47-0e938b008778-336f8b11 {
    align-self: center;
    justify-self: center;
  }

  #w-node-_94071d37-a659-bdbd-3385-1536cab67956-336f8b11 {
    align-self: center;
  }

  #w-node-_94071d37-a659-bdbd-3385-1536cab67959-336f8b11, #w-node-_2d18aeac-e18c-979e-2df8-cd1151ec7deb-336f8b11 {
    align-self: center;
    justify-self: center;
  }
}

@media screen and (max-width: 991px) {
  #w-node-_6fe7e2ff-127c-3147-7299-ae2c630a5a63-336f8b11 {
    justify-self: end;
  }

  #w-node-_6fe7e2ff-127c-3147-7299-ae2c630a5a66-336f8b11 {
    justify-self: center;
  }

  #w-node-_7b029fef-d6e5-60df-a2fc-a9f2b64b9da4-b7b8bbb0 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_6fe7e2ff-127c-3147-7299-ae2c630a5a63-336f8b11, #w-node-da21a553-7b9d-adaf-7aca-e5449530817f-336f8b11, #w-node-_466dc2d3-a848-5fcf-b376-1a4bf005c4d0-336f8b11, #w-node-_9cc75781-8a78-ca89-fc47-0e938b008775-336f8b11, #w-node-_94071d37-a659-bdbd-3385-1536cab67956-336f8b11 {
    justify-self: center;
  }

  #w-node-_2d18aeac-e18c-979e-2df8-cd1151ec7deb-336f8b11 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: start;
    justify-self: center;
  }

  #w-node-e9fbc935-e1c6-a001-364f-027f38eca900-4fa6f65d, #w-node-a3c423b7-9111-3c3c-c6ab-d2bca746fb8b-4fa6f65d, #w-node-_329c5279-e5e6-a165-cf1b-627ec1661a17-4fa6f65d {
    grid-area: span 2 / span 2 / span 2 / span 2;
  }

  #w-node-_77742112-9afb-125c-fa0e-ee3a9637fcee-4fa6f65d, #w-node-f0fa707c-b5d0-404f-73e5-c31383133a12-4fa6f65d {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_6610721a-9f12-a0ab-bc28-7f6f29cb1060-4fa6f65d {
    grid-area: span 2 / span 2 / span 2 / span 2;
  }

  #w-node-d5e5e94d-c334-2ff0-e479-428d99679cb2-4fa6f65d {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-adc278ec-3f6c-8640-b671-84f09a4b3acb-4fa6f65d {
    grid-area: span 2 / span 2 / span 2 / span 2;
  }

  #w-node-_9c5d9847-062b-7aa0-dadf-fa1138a36123-4fa6f65d {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_7bbbc08b-d929-c773-0c28-7413667899e9-4fa6f65d {
    grid-area: span 2 / span 2 / span 2 / span 2;
  }

  #w-node-febd211b-c1d0-7b62-3fdf-c83d3eef3c16-4fa6f65d {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-d0f44730-5bb6-fa1c-39e4-80647298ebe4-4fa6f65d {
    grid-area: span 2 / span 2 / span 2 / span 2;
  }
}


