.abre {
  height: 85vh;
  margin-top: 0px;
  background-color: rgba(0, 0, 0, 0.2);
  background-clip: padding-box;
  -webkit-text-fill-color: inherit;
}

.sess-o {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  padding-top: 0px;
  padding-right: 0vw;
  padding-left: 15vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.brand {
  display: block;
  width: 200px;
  height: 80px;
  padding-bottom: 0px;
  background-image: url('../images/Grupo-10.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.brand.w--current {
  background-image: url('../images/Grupo-10.svg');
}

.menu_link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 30px 10px 15px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-left: 3px solid #000;
  font-family: Roboto, sans-serif;
  font-size: 12px;
  line-height: 14px;
  font-weight: 500;
}

.menu_link:hover {
  font-weight: 700;
}

.menu_link.w--current {
  color: #000;
  font-weight: 900;
}

.menu_link-impress-o {
  margin-left: 20px;
  padding: 10px;
  border-left: 3px none #000;
  background-image: url('../images/Icon-feather-printer_1Icon feather-printer.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  font-family: Roboto, sans-serif;
  font-weight: 500;
}

.menu_link-pt {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 0px 10px 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-left: 3px none #000;
  font-family: Roboto, sans-serif;
  font-size: 12px;
  font-weight: 500;
}

.nav-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.menu_link-en {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 5px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-left: 3px none #000;
  font-family: Roboto, sans-serif;
  font-size: 12px;
  font-weight: 500;
}

.menu_link-es {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 10px 10px 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-left: 3px none #000;
  font-family: Roboto, sans-serif;
  font-size: 12px;
  font-weight: 900;
}

.container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: -350px;
  margin-left: -350px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.navbar {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: none none solid;
  border-width: 2px;
  border-color: #000;
  background-color: #fff;
}

.slider {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 85vh;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}

.slide-nav {
  display: none;
  font-size: 9px;
  line-height: 22px;
  text-align: center;
}

.left-arrow {
  display: none;
}

.right-arrow {
  display: none;
}

.text-block {
  font-family: Roboto, sans-serif;
  color: #fff;
  font-size: 50px;
  line-height: 50px;
  font-weight: 900;
}

.div_abre-base {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 200;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 85vh;
  margin-right: 0px;
  margin-left: 0px;
  padding-right: 60px;
  padding-left: 60px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.2);
}

.div_abre-linha {
  width: 500px;
  height: 2px;
  background-color: #fff;
}

.slide {
  width: 100vw;
  height: 85vh;
  background-image: url('../images/2591536565_ebb66d5120_o.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 0;
}

.div_abre-logo {
  margin-right: 20px;
}

.div_abre-texto {
  margin-left: 20px;
}

.slide-2 {
  width: 100vw;
  background-image: url('../images/CEUSA0500-1.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 0;
}

.slide-3 {
  width: 100vw;
  background-image: url('../images/BP_Essencial-Wood_Jequitiba-Rosa_DF_Nature_Jequitiba-Rosa_fev.21.png');
  background-position: 50% 50%;
  background-size: cover;
  opacity: 0;
}

.mask {
  width: 100vw;
}

.columns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 0vw;
  margin-left: 0vw;
  padding-top: 40px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border-top: 5px solid #000;
  border-bottom: 2px solid #000;
}

.columns.invert {
  margin-top: 40px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.heading {
  margin-bottom: 20px;
  font-family: Roboto, sans-serif;
  color: #000;
}

.heading.linha {
  border-top: 3px none #000;
}

.text-span {
  font-weight: 300;
}

.div-block {
  width: 40px;
  height: 7px;
  margin-bottom: 20px;
  background-color: #000;
}

.txt_corrido {
  margin-bottom: 20px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-family: Roboto, sans-serif;
  color: #000;
  font-size: 15px;
  line-height: 23px;
  font-weight: 400;
}

.txt_corrido.mod {
  margin-bottom: 0px;
}

.image {
  max-height: none;
  max-width: none;
}

.div-block-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 0px;
  margin-left: 0px;
  padding-top: 0px;
  padding-right: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.columns-metodologia {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 15vw;
  margin-left: 15vw;
  padding-bottom: 40px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 6px solid #000;
}

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

.div_metod_pilares {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.div_metod_pilares_-bem-estar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 5px 1px 1px;
  border-color: #000;
}

.text-block-3 {
  font-family: Roboto, sans-serif;
  font-size: 22px;
  font-weight: 700;
}

.txt_metod_box {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Roboto, sans-serif;
  font-size: 22px;
  font-weight: 700;
}

.text-block-4 {
  font-family: Roboto, sans-serif;
  font-weight: 700;
}

.txt_metod_subtitulo {
  font-family: Roboto, sans-serif;
  font-size: 18px;
  font-weight: 700;
}

.txt_metod_titulo {
  font-family: Roboto, sans-serif;
  font-size: 26px;
  font-weight: 700;
}

.div_metod_pilares_-amb {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px none #000;
}

.div-block-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 5px 1px 1px;
  border-color: #000;
}

.image-2 {
  max-width: 40%;
  margin-bottom: 20px;
}

.image-3 {
  max-width: 50%;
  margin-bottom: 20px;
}

.image-4 {
  max-width: 50%;
  margin-bottom: 20px;
}

.image-5 {
  max-width: 60%;
  margin-bottom: 20px;
}

.image-6 {
  max-width: 60%;
  margin-bottom: 20px;
}

.image-7 {
  max-width: 60%;
  margin-bottom: 20px;
}

.column-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 5px none #000;
}

.sess-o-metod {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  padding-top: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.columns-framework {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 15vw;
  margin-left: 15vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.div-block-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 180px;
  height: 180px;
  margin-right: 40px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 500px;
  background-color: #000;
}

.text-block-5 {
  padding: 20px;
  color: #fff;
}

.div_objetivos {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 20px;
  padding-bottom: 20px;
}

.txt_box-bolinhas {
  padding: 20px;
  font-family: Roboto, sans-serif;
  color: #fff;
  font-size: 15px;
  line-height: 19px;
  font-weight: 700;
  text-align: center;
}

.list-item {
  font-family: Roboto, sans-serif;
}

.div_box-objetivos {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 20px;
  padding-bottom: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div_box-objetivos.meio {
  border-top: 3px solid #000;
  border-bottom: 3px solid #000;
}

.div-block-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 10px solid #000;
}

.heading-2 {
  margin-left: 0px;
  font-family: Roboto, sans-serif;
  font-weight: 700;
}

.heading-2.obj {
  margin-left: 55px;
}

.columns-onde-chegar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 0vw;
  margin-left: 0vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.columns-onde-chegar.invert {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.div_destaques {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30vw;
  margin-right: 60px;
  margin-bottom: 40px;
  margin-left: 0px;
  padding: 0px 0px 0px 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-left: 6px solid #000;
}

.div_destaques.mod {
  padding-right: 100px;
}

.txt_destaques-light {
  font-family: Roboto, sans-serif;
  font-size: 30px;
  line-height: 38px;
  font-weight: 300;
}

.txt_destaques-bold {
  font-family: Roboto, sans-serif;
  color: #000;
  font-size: 40px;
  line-height: 42px;
  font-weight: 700;
}

.sobreescrito {
  position: relative;
  top: -16px;
  font-size: 20px;
  font-weight: 400;
}

.txt_destaques-light-nota {
  font-family: Roboto, sans-serif;
  font-size: 12px;
  line-height: 16px;
  font-weight: 300;
}

.sess-o-rodap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  padding-top: 60px;
  padding-bottom: 60px;
  padding-left: 0vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 6px solid #000;
  background-color: #ececec;
}

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

.image-9 {
  max-width: 75%;
}

.image-sustentabilidde {
  max-height: none;
  max-width: none;
}

.sess-o-objetivos {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 90vh;
  padding-top: 0px;
  padding-right: 15vw;
  padding-left: 0vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.column-esq-objetivos {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.sess-o-bullets-pretos {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  padding-top: 0px;
  padding-right: 0vw;
  padding-left: 15vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.image-objetivos {
  max-height: none;
  max-width: none;
}

.sess-o-indicadores {
  display: none;
  height: auto;
  margin-top: 60px;
  margin-bottom: 100px;
  padding-top: 0px;
  padding-right: 15vw;
  padding-left: 15vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.coll_onde_esquerda {
  padding-right: 100px;
}

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

.div-block-6 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.div-block-7 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.column-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.sess-o-aonde {
  display: none;
  height: auto;
  margin-top: 100px;
  padding-top: 0px;
  padding-right: 0vw;
  padding-left: 15vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.txt_itens {
  margin-bottom: 0px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-family: Roboto, sans-serif;
  color: #000;
  font-size: 15px;
  line-height: 23px;
  font-weight: 400;
}

.slide-4 {
  background-image: url('../images/FOTO-CAPA.png');
  background-position: 58% 50%;
  background-size: 130%;
  background-repeat: no-repeat;
}

@media screen and (max-width: 991px) {
  .abre {
    width: 100vw;
  }

  .sess-o {
    width: 100vw;
    height: auto;
    padding-right: 5vw;
    padding-left: 5vw;
  }

  .brand {
    width: 150px;
  }

  .brand.w--current {
    width: 150px;
  }

  .menu_link {
    margin-bottom: 10px;
  }

  .menu_link-impress-o {
    margin-left: 20px;
    background-position: 0% 50%;
  }

  .menu_link-pt {
    padding-left: 20px;
  }

  .nav-menu {
    position: absolute;
    left: auto;
    top: 0%;
    right: 0%;
    bottom: auto;
    height: 30vh;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .menu_link-en {
    padding-left: 20px;
  }

  .menu_link-es {
    padding-left: 20px;
  }

  .navbar {
    width: 100vw;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .text-block {
    font-size: 40px;
  }

  .div_abre-linha {
    width: 200px;
  }

  .columns {
    margin-top: 40px;
    margin-left: 0vw;
    padding-top: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

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

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

  .columns-metodologia {
    margin-top: 40px;
    margin-right: 5vw;
    margin-left: 5vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .sess-o-metod {
    width: 100vw;
    height: auto;
  }

  .div-block-4 {
    width: 300px;
    max-height: 180px;
    max-width: 180px;
    margin-right: 20px;
    padding-left: 0px;
  }

  .div_box-objetivos {
    padding-right: 5vw;
  }

  .heading-2.obj {
    margin-left: 40px;
  }

  .div_destaques {
    width: auto;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .txt_destaques-bold {
    font-size: 35px;
  }

  .sess-o-rodap {
    width: 100vw;
  }

  .image-9 {
    max-width: none;
  }

  .sess-o-objetivos {
    width: 100vw;
    height: auto;
    padding-right: 5vw;
  }

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

  .sess-o-bullets-pretos {
    width: 100vw;
    padding-top: 40px;
    padding-left: 5vw;
  }

  .sess-o-indicadores {
    width: 100vw;
    padding-right: 5vw;
    padding-left: 5vw;
  }

  .div-block-6 {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .div-block-7 {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .sess-o-aonde {
    width: 100vw;
    margin-top: 0px;
    padding-left: 5vw;
  }

  .column-4 {
    padding-left: 5vw;
  }

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

@media screen and (max-width: 767px) {
  .brand {
    width: 150px;
  }

  .navbar {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .div-block-4 {
    width: 400px;
  }

  .div_destaques {
    margin-right: 20px;
  }

  .txt_destaques-bold {
    font-size: 30px;
  }
}

@media screen and (max-width: 479px) {
  .abre {
    height: 70vh;
    background-color: transparent;
  }

  .brand {
    width: 100px;
    height: 30px;
  }

  .brand.w--current {
    width: 100px;
    height: 30px;
  }

  .menu_link {
    font-size: 14px;
    line-height: 17px;
  }

  .nav-menu {
    left: auto;
    top: 101%;
    right: 0%;
    bottom: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

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

  .slider {
    height: 70vh;
  }

  .text-block {
    font-size: 35px;
    line-height: 40px;
  }

  .div_abre-base {
    height: 70vh;
    padding-right: 20px;
    padding-left: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    background-color: transparent;
  }

  .div_abre-linha {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .div_abre-logo {
    margin-right: 0px;
  }

  .div_abre-texto {
    margin-left: 0px;
  }

  .heading {
    font-size: 30px;
    line-height: 40px;
  }

  .txt_corrido {
    font-size: 13px;
  }

  .div-block-2 {
    padding-right: 0px;
  }

  .div-block-4 {
    width: 200px;
    height: 200px;
    margin-right: 10px;
  }

  .txt_box-bolinhas {
    font-size: 14px;
  }

  .heading-2 {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    font-size: 20px;
    line-height: 25px;
  }

  .heading-2.obj {
    margin-left: 10px;
  }

  .sess-o-rodap {
    padding-top: 40px;
    padding-bottom: 40px;
  }

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

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

  .image-10 {
    max-width: 150px;
  }

  .menu-button {
    padding: 10px;
  }
}

