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

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

.nav_container {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 50;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 12vw;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.logo_container {
  position: -webkit-sticky;
  position: sticky;
  z-index: 30;
  width: 10.5vw;
  height: auto;
  margin-left: 4vw;
}

.burger_menu {
  position: -webkit-sticky;
  position: sticky;
  z-index: 30;
  margin-right: 4vw;
}

.index_last_section {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  -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;
}

.banner {
  width: 100%;
  height: 100%;
  font-family: Lexend, sans-serif;
  color: hsla(0, 0%, 100%, 0.88);
  font-size: 25px;
  text-align: center;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

.burger_line {
  width: 2.5vw;
  height: 0.28vw;
  margin-top: auto;
  margin-bottom: auto;
  border-radius: 100vw;
  background-color: #fff;
}

.burger_line.laranja {
  background-color: #ff7033;
}

.menu_button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: 2.5vw;
  -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;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.text-block {
  width: 600px;
  height: 57px;
}

.slogan {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.slogan.criacoes {
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
}

.slogan.index {
  height: auto;
  margin-bottom: 7vw;
}

.slogan_img {
  width: auto;
  height: 6vw;
}

.transition_section_a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 4.7vw;
  padding-top: 2vw;
  -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;
}

.transition_quote_sz40 {
  width: 56vw;
  height: auto;
  margin-top: 8.5vw;
  margin-bottom: 1.4vw;
  font-family: Lexend, sans-serif;
  font-size: 2.8vw;
  line-height: 1.25em;
  font-weight: 200;
  text-align: center;
}

.quote_signature {
  margin-bottom: 3.5vw;
  font-family: Lexend, sans-serif;
  font-size: 1.4vw;
  line-height: 1.25em;
  font-weight: 300;
}

.transition_quote_sz30_center {
  width: 800px;
  height: 150px;
  margin-top: 120px;
  margin-bottom: 20px;
  font-family: Lexend, sans-serif;
  font-size: 30px;
  line-height: 1.25em;
  font-weight: 300;
  text-align: center;
}

.transition_quote_sz30_center.ciclica {
  width: 56vw;
  height: auto;
  margin-top: 3.2vw;
  margin-bottom: 1.9vw;
  font-size: 2vw;
  font-weight: 200;
}

.brand_description {
  margin-bottom: 0px;
  font-family: Lexend, sans-serif;
  font-size: 1.5vw;
  line-height: 1.25em;
  font-weight: 200;
}

.section_b {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 62vw;
  padding-top: 5.2vw;
  padding-bottom: 6.7vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.whatsapp_box_a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 42vw;
  height: auto;
  -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;
  -o-object-fit: fill;
  object-fit: fill;
}

.whatsapp_box_a.right_message {
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
  margin-top: 14vw;
  margin-right: 0px;
  margin-left: 0px;
  -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-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
}

.dialog_a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 40vw;
  padding-right: 18.5vw;
  padding-left: 18.5vw;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.whatsapp_img_a {
  width: 100%;
  height: 100%;
  margin-top: 0px;
}

.banner_container {
  width: 100%;
  height: 100vh;
}

.next_section {
  width: 4.8vw;
  height: 12vw;
  margin-right: 37.5vw;
}

.next_section.w--current {
  width: 3.5vw;
  height: auto;
}

.next_section.bottom1 {
  position: absolute;
  left: 10%;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 30;
  width: 3.5vw;
  height: auto;
  margin-top: 0px;
  margin-bottom: 0%;
  margin-left: 11vw;
}

.next_section_img {
  width: 100%;
  height: 100%;
  margin-right: 0px;
}

.section_c {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  width: 100%;
  height: 62vw;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.themes_description {
  width: 38.5vw;
  height: 30vw;
  margin-left: 10vw;
}

._50px_typo_01 {
  margin-bottom: 1vw;
  font-family: Lexend, sans-serif;
  font-size: 3vw;
  line-height: 1.3em;
  font-weight: 200;
}

._50px_typo_01.photos {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 20;
  width: 100%;
  height: auto;
  margin-top: 8.5vw;
  margin-bottom: 1vw;
  text-align: center;
}

._50px_typo_01.projects {
  position: absolute;
  left: 0%;
  top: 35%;
  right: 0%;
  bottom: auto;
  margin-bottom: 0px;
  margin-left: 30px;
}

._50px_typo_01.projects._1 {
  display: block;
  margin-left: 2.8vw;
  background-color: #fff;
  font-size: 3.5vw;
}

._50px_typo_01.projects._2 {
  display: block;
  margin-left: 2.8vw;
  background-color: #fff;
  font-size: 3.5vw;
}

._50px_typo_01.projects._3 {
  display: block;
  margin-left: 2.8vw;
  background-color: #fff;
  font-size: 3.5vw;
}

.themes_heading {
  margin-top: 1.8vw;
  margin-bottom: 1vw;
  font-family: Lexend, sans-serif;
  color: rgba(255, 112, 51, 0.2);
  font-size: 5.5vw;
  line-height: 1.3em;
  font-weight: 300;
}

.body {
  font-family: Lexend, sans-serif;
  font-weight: 200;
}

.foto_a {
  position: absolute;
  bottom: -20vw;
  z-index: 2;
  width: 25vw;
  height: auto;
  margin-right: 4vw;
}

.foto_b {
  position: absolute;
  left: 29vw;
  bottom: -16vw;
  z-index: 1;
  width: 25vw;
  height: auto;
}

.foto_c {
  position: absolute;
  left: 11.5vw;
  top: 5vw;
  z-index: 3;
  width: 36vw;
  height: auto;
  margin-bottom: 0px;
}

.img_c {
  box-shadow: 0 0 60px 0 rgba(60, 60, 60, 0.2);
  -webkit-transform: translate3d(0px, 0px, 20px);
  transform: translate3d(0px, 0px, 20px);
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.img_b {
  box-shadow: 0 0 60px 0 rgba(60, 60, 60, 0.2);
  -webkit-transform: translate3d(0px, 0px, 20px);
  transform: translate3d(0px, 0px, 20px);
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.img_a {
  box-shadow: 0 0 60px 0 rgba(60, 60, 60, 0.2);
  -webkit-transform: translate3d(0px, 0px, 20px);
  transform: translate3d(0px, 0px, 20px);
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.photo_animation_a {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: -7vw;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.section_d {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  height: 100vh;
}

.section_e {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  display: block;
  height: 100vh;
  background-color: #e7eb08;
}

.section_f {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  display: block;
  height: 100vh;
}

.projects_img_a {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.projects_img_b {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.projects_img_d {
  z-index: 10;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.scroll_snap_wrapper {
  width: 100%;
  margin-top: 0px;
}

.html-embed {
  display: none;
}

.section {
  width: 100%;
  height: 100vh;
}

.section_g {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  display: block;
}

.paleta {
  display: none;
  width: 100%;
  height: 100vh;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.paleta_color {
  width: 50%;
  height: 50%;
}

.paleta_color.color_1 {
  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;
  background-color: #526055;
}

.paleta_color.color_2 {
  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;
  background-color: #efab93;
}

.paleta_color.color_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-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: #d6d8a8;
}

.paleta_color.color_4 {
  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;
  background-color: #f0eadc;
}

.color_description {
  margin-bottom: auto;
  color: #fff;
  font-size: 3.5vw;
  line-height: 1.25em;
}

.color_description._2nd_color {
  color: #526055;
}

.section_h {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 108vw;
  padding-bottom: 10vw;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.section_h.photos {
  padding-bottom: 0vw;
}

.section_h.extra {
  height: 80vw;
}

.parallax_wrapper_a {
  position: relative;
  width: 100%;
  margin-top: 10.5vw;
  margin-right: 0px;
  margin-left: 0px;
}

.div-block {
  width: 375px;
  height: 600px;
}

.parallax_photo {
  position: absolute;
  width: 375px;
  height: 600px;
}

.parallax_photo.parallax_photo_01 {
  left: 25%;
  top: 9vw;
  z-index: 4;
  width: 26%;
  height: auto;
  box-shadow: 0 0 60px 0 rgba(60, 60, 60, 0.1);
}

.parallax_photo.parallax_photo_01.edit2 {
  top: 3.2vw;
}

.parallax_photo.parallax_photo_02 {
  left: 47%;
  top: 23vw;
  z-index: 3;
  width: 26%;
  height: auto;
  background-color: rgba(60, 60, 60, 0.1);
  box-shadow: 0 0 60px 0 rgba(60, 60, 60, 0.1);
}

.parallax_photo.parallax_photo_03 {
  left: 6%;
  top: 16vw;
  right: auto;
  z-index: 2;
  width: 26%;
  height: auto;
  box-shadow: 0 0 60px 0 rgba(60, 60, 60, 0.1);
}

.parallax_photo.parallax_photo_04 {
  left: auto;
  top: 10vw;
  right: 6%;
  z-index: 1;
  width: 26%;
  height: auto;
  background-color: rgba(60, 60, 60, 0.1);
  box-shadow: 0 0 60px 0 rgba(60, 60, 60, 0.1);
}

.parallax_img_01 {
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

.image-2 {
  -o-object-fit: cover;
  object-fit: cover;
}

.section_i {
  position: relative;
  height: 100vh;
  background-color: #efab93;
}

.section_i.color_-ffdfc5 {
  background-color: #ffdfc5;
}

.section_i.color_fff6dd {
  background-color: #fff6dd;
}

.section_i.color_-f8e0b4 {
  background-color: #f8e0b4;
}

.photo_description_01 {
  position: relative;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: auto;
  margin-right: 200px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

._30px_typo_02 {
  z-index: 0;
  width: 100%;
  height: auto;
  margin-bottom: 0vw;
  font-family: Lexend, sans-serif;
  color: #fff;
  font-size: 2.1vw;
  line-height: 1.3em;
  font-weight: 200;
  text-align: left;
}

._30px_typo_02.photos {
  width: 300px;
  height: 125px;
}

._30px_typo_02.projects {
  position: absolute;
  left: 0%;
  top: 45%;
  right: 0%;
  bottom: auto;
  width: 75%;
  margin-top: 20px;
  margin-bottom: 0px;
  margin-left: 30px;
  text-align: left;
}

._30px_typo_02.projects._1 {
  display: block;
  width: 70%;
  margin-top: 1.9vw;
  margin-left: 2.8vw;
  background-color: #fff;
  color: #3c3c3c;
  font-size: 2vw;
  font-weight: 200;
}

._30px_typo_02.projects._2 {
  display: block;
  width: 70%;
  margin-top: 1.9vw;
  margin-left: 2.8vw;
  background-color: #fff;
  color: #3c3c3c;
  font-size: 2vw;
  font-weight: 200;
}

._30px_typo_02.projects._3 {
  display: block;
  width: 70%;
  margin-top: 1.9vw;
  margin-left: 2.8vw;
  background-color: #fff;
  color: #3c3c3c;
  font-size: 2vw;
  font-weight: 200;
}

._30px_typo_02.center {
  text-align: center;
}

.paleta_01 {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: flex-end;
  -ms-flex-line-pack: end;
  align-content: flex-end;
  background-color: #526055;
  -o-object-fit: fill;
  object-fit: fill;
}

.paleta_01.color_1e527e {
  background-color: #1e527e;
}

.paleta_01.color_1b1464 {
  background-color: #1b1464;
}

.paleta_01.color_ff7033 {
  background-color: #ff7033;
}

.paleta_01.color_003144 {
  background-color: #003144;
}

.paleta_01.color_334d80 {
  background-color: #334d80;
}

.paleta_02 {
  position: -webkit-sticky;
  position: sticky;
  top: 50px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #efab93;
  -o-object-fit: fill;
  object-fit: fill;
}

.paleta_02.color_-ffdfc5 {
  background-color: #ffdfc5;
}

.paleta_02.color_b2282d {
  background-color: #b2282d;
}

.paleta_02.color_ff348e {
  background-color: #ff348e;
}

.paleta_02.color_9e1f63 {
  background-color: #9e1f63;
}

.paleta_02.color_00526c {
  background-color: #00526c;
}

.paleta_02.color_6699ff {
  background-color: #69f;
}

.paleta_03 {
  position: -webkit-sticky;
  position: sticky;
  top: 100px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #d6d8a8;
  -o-object-fit: fill;
  object-fit: fill;
}

.paleta_03.color_ffc150 {
  background-color: #ffc150;
}

.paleta_03.color_ed211d {
  background-color: #ed211d;
}

.paleta_03.color_005757 {
  background-color: #005757;
}

.paleta_03.color_ffcc33 {
  background-color: #fc3;
}

.paleta_04 {
  position: -webkit-sticky;
  position: sticky;
  top: 150px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f0eadc;
  -o-object-fit: fill;
  object-fit: fill;
}

.paleta_04.color_ffcc33 {
  background-color: #fc3;
}

.paleta_04.color_e59300 {
  background-color: #e59300;
}

.paleta_04.color_fff5d6 {
  background-color: #fff5d6;
}

.teste {
  width: 100%;
  height: 50vh;
}

.div-block-2 {
  margin-top: 900px;
}

.color_id {
  display: block;
  margin-top: 1vw;
  margin-right: 0px;
  margin-bottom: auto;
  color: hsla(0, 0%, 100%, 0.75);
  font-size: 1.4vw;
  line-height: 1.5vw;
}

.color_id._2nd_color {
  color: rgba(82, 96, 85, 0.75);
}

.color_id.bottom {
  margin-right: 0px;
  margin-bottom: 0px;
  color: hsla(0, 0%, 100%, 0);
}

.heading {
  position: absolute;
  top: 591px;
}

.heading_test {
  position: absolute;
  left: 40%;
  top: 600px;
}

.div-block-3 {
  position: absolute;
  left: 45%;
  top: 600px;
}

.typed_text {
  position: absolute;
  left: 45%;
  top: 600px;
  font-family: Lexend, sans-serif;
  color: hsla(0, 0%, 98%, 0.88);
  font-size: 25px;
  font-weight: 300;
}

.footer {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 8vw;
  -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: #ff7033;
}

.scroll_section {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 300vh;
  margin-bottom: 10.5vw;
  -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: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.lottie-animation-2 {
  width: 440px;
  height: auto;
}

.teste_relative_01 {
  position: absolute;
  top: 0%;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-color: #fff;
}

.teste_imagem_vazia_01 {
  width: 350px;
  height: 400px;
  margin-top: 0px;
  margin-left: 150px;
  background-color: transparent;
}

.teste_imagem_vazia_01._1 {
  display: block;
  width: 66%;
  height: 92%;
  margin-left: 13.5%;
  background-image: url('../images/Ce_Ciclica_p1.jpg');
  background-position: 50% 50%;
  background-size: cover;
  -o-object-fit: cover;
  object-fit: cover;
}

.teste_imagem_vazia_01._2 {
  width: 66%;
  height: 92%;
  margin-left: 13.5%;
  background-image: url('../images/Ce-SG-p2.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.teste_imagem_vazia_01._3 {
  width: 66%;
  height: 92%;
  margin-left: 13.5%;
  background-image: url('../images/Ce-DS-projectos.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.teste_relative_02 {
  position: absolute;
  top: 0%;
  z-index: 10;
  width: 100%;
  height: 100vh;
}

.teste_relative_02._1 {
  position: absolute;
  z-index: 30;
  display: block;
  height: 100vh;
  padding-top: 7.5%;
  -o-object-fit: cover;
  object-fit: cover;
}

.teste_relative_02._3 {
  position: absolute;
  z-index: 10;
  display: block;
  padding-top: 7.5%;
}

.teste_relative_02._2 {
  position: absolute;
  z-index: 20;
  display: block;
  padding-top: 7.5%;
}

.image-3 {
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

.lottie-animation-3 {
  width: 400px;
}

.lottie-animation-4 {
  width: 400px;
}

.lottie-animation-5 {
  width: 400px;
}

.column1 {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60%;
  height: 100vh;
  -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;
}

.column2 {
  position: -webkit-sticky;
  position: sticky;
  top: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40%;
  height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
}

.text-block-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-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;
}

.logo_animation_01 {
  width: 225px;
  height: 200px;
}

.text-block-3 {
  color: #fff;
  font-size: 50px;
  line-height: 1.3em;
  font-weight: 100;
  letter-spacing: 5px;
}

.heading_container_01 {
  position: absolute;
  left: 55vw;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 50;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.projects_heading {
  position: -webkit-sticky;
  position: sticky;
  margin-top: 1.85vw;
  margin-bottom: 1vw;
  font-family: Lexend, sans-serif;
  color: rgba(255, 112, 51, 0.2);
  font-size: 11.5vw;
  line-height: 1.3em;
  font-weight: 300;
}

.face_test_container {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.face_test {
  width: 60vw;
}

.last_section_bg_img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

.last_section_bg {
  width: 100%;
  height: 100%;
}

.last_section_text_01 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Lexend, sans-serif;
  color: #ff348e;
  font-size: 4.2vw;
  line-height: 1.2em;
  font-weight: 200;
  text-align: center;
}

.last_section_text_container_01 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  width: 44%;
  height: 10%;
  margin-top: 13%;
  margin-right: auto;
  margin-left: auto;
}

.last_section_text_container_02 {
  position: absolute;
  left: 0%;
  top: 18%;
  right: 0%;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 44%;
  height: 5%;
  margin-top: 8.5%;
  margin-right: auto;
  margin-left: auto;
  -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;
}

.last_section_text_02 {
  width: 100%;
  height: 100%;
  font-family: Lexend, sans-serif;
  color: #ff348e;
  font-size: 4.2vw;
  line-height: 1.2em;
  font-weight: 200;
  text-align: center;
}

.last_section_element_01 {
  position: absolute;
  left: 21%;
  top: -4%;
  right: 0%;
  bottom: auto;
  z-index: 20;
  width: 12.5%;
  height: 6.5%;
  background-image: url('../images/elemento1.png');
  background-position: 50% 50%;
  background-size: cover;
}

.last_section_element_02 {
  position: absolute;
  left: 0%;
  top: 25%;
  right: auto;
  bottom: 0%;
  overflow: hidden;
  width: 28%;
  height: 36vw;
  background-image: url('../images/elemento3.png');
  background-position: 100% 50%;
  background-size: cover;
}

.last_section_element_03 {
  position: absolute;
  left: auto;
  top: 36%;
  right: 0%;
  bottom: 0%;
  overflow: hidden;
  width: 15%;
  height: 22vw;
  background-image: url('../images/elemento2.png');
  background-position: 0% 50%;
  background-size: cover;
}

.button_01 {
  position: absolute;
  left: auto;
  top: auto;
  right: -10%;
  bottom: 5%;
  width: 120px;
  height: 120px;
  background-image: url('../images/botao-mais_1botao-mais.png');
  background-position: 50% 50%;
  background-size: cover;
}

.button_01._1 {
  width: 100px;
  height: 100px;
}

.button_01._2 {
  width: 100px;
  height: 100px;
}

.button_01._3 {
  width: 100px;
  height: 100px;
}

.button_01.projects {
  right: 10%;
  bottom: -5%;
  width: 8.5vw;
  height: 8.5vw;
}

.section_a {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

.button_container {
  position: relative;
  width: 100%;
  height: 100%;
}

.button_container.projects {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
}

.index_footer {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 3vw;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 5.5vw;
  padding-right: 6.5%;
  padding-left: 6.5%;
  -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;
}

.mail {
  font-family: Lexend, sans-serif;
  color: #fff;
  font-size: 1.7vw;
  line-height: 2vw;
  font-weight: 500;
  text-decoration: none;
}

.footer_animation_container {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 9.4vw;
  width: 7vw;
  height: auto;
  margin-right: auto;
  margin-left: auto;
}

.made_by_01 {
  font-family: Lexend, sans-serif;
  color: #fff;
  font-size: 1.1vw;
  line-height: 1.4vw;
  font-weight: 200;
}

.made_by_container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 16vw;
  height: 2vw;
  margin-left: auto;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.made_by_02 {
  font-family: Lexend, sans-serif;
  color: #fff;
  font-size: 1.1vw;
  line-height: 1.4vw;
  font-weight: 500;
}

.footer_animation {
  width: 100%;
  height: 100%;
}

.balloon_01 {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 15%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 47vw;
  height: 17.5vw;
  margin-right: auto;
  margin-left: auto;
  -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;
}

.footer_content {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 2vw;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 4vw;
  padding-right: 6.5%;
  padding-left: 6.5%;
  -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;
}

.footer_content.projects {
  bottom: 0px;
  height: 4.5vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.footer_content.form {
  position: relative;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 10;
  height: 12vw;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-color: #212ad6;
}

.footer_content.form {
  height: 4.5vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-color: transparent;
}

.balloon_container {
  position: absolute;
  left: 13%;
  top: 13%;
  width: 500px;
}

.balloon_container._1 {
  left: 8%;
  top: 10%;
  z-index: 10;
  width: 38vw;
}

.balloon_container._2 {
  left: 9%;
  top: 32%;
  z-index: 2;
  width: 42vw;
}

.balloon_container._3 {
  left: 35%;
  top: 38%;
  z-index: 5;
  width: 42vw;
}

.balloon_container._4 {
  left: 16%;
  top: 53%;
  z-index: 3;
  width: 42vw;
}

.balloon_container._5 {
  left: 28%;
  top: 67%;
  z-index: 4;
  width: 42vw;
}

.balloon_container.new6 {
  position: absolute;
  left: 52%;
  top: 19%;
  right: 0%;
  bottom: auto;
  z-index: 7;
  width: 35vw;
}

.balloon_container.new7 {
  left: 50%;
  top: 39%;
  z-index: 8;
  width: 42vw;
}

.balloon_container.new8 {
  left: 40%;
  top: 58%;
  z-index: 6;
  width: 42vw;
}

.balloon_container._6 {
  left: 12%;
  top: 28%;
  z-index: 10;
  width: 550px;
}

.balloon_container._7 {
  left: 17%;
  top: 35%;
  z-index: 2;
  width: 600px;
}

.balloon_container._8 {
  left: 4%;
  top: 57%;
  z-index: 4;
  width: 600px;
}

.balloon_container._9 {
  left: 47%;
  top: 25%;
  z-index: 7;
  width: 41.5vw;
}

.balloon_container._10 {
  left: 41%;
  top: 50%;
  z-index: 8;
  width: 41.5vw;
}

.balloon_container._11 {
  left: 45%;
  top: 58%;
  z-index: 6;
  width: 41.5vw;
}

.balloon_container._12 {
  left: 12%;
  top: 28%;
  z-index: 10;
  width: 38vw;
}

.balloon_container._13 {
  left: 17%;
  top: 35%;
  z-index: 2;
  width: 41.5vw;
}

.balloon_container._14 {
  left: 4%;
  top: 57%;
  z-index: 4;
  width: 41.5vw;
}

.menu_burger {
  position: fixed;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: -1;
  display: block;
  width: 0px;
  height: 0px;
  margin-top: 40px;
  margin-right: 75px;
  border-radius: 50%;
  background-color: #ff348e;
}

.div-block-4 {
  position: fixed;
}

.menu_wrapper {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 25;
  display: none;
}

.half_menu_a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50vw;
  height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  justify-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  -ms-grid-columns: auto;
  grid-template-columns: auto;
  -ms-grid-rows: 65px 65px 65px 25px;
  grid-template-rows: 65px 65px 65px 25px;
  background-color: #ff348e;
  background-image: linear-gradient(190deg, #ff348e, #ed211d);
  text-align: center;
}

.half_menu_b {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50vw;
  height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #212ad6;
  text-decoration: none;
  cursor: pointer;
}

.close_menu {
  position: fixed;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  width: 75px;
  height: 75px;
  margin-top: 40px;
  margin-right: 75px;
  border-radius: 50%;
  background-color: #fff;
}

.text-block-4 {
  font-family: Lexend, sans-serif;
}

.text-block-4-copy {
  font-family: Lexend, sans-serif;
}

.right_menu_text {
  display: block;
  font-family: Lexend, sans-serif;
  color: #ff7033;
  font-size: 4.2vw;
  line-height: 1.2em;
  font-weight: 200;
  text-align: center;
}

.left_menu_text {
  font-family: Lexend, sans-serif;
  color: #fff;
  font-size: 3.5vw;
  line-height: 1.2em;
  font-weight: 200;
}

.menu_link {
  width: auto;
  height: auto;
  margin-top: 1.2vw;
  margin-bottom: 1.2vw;
  text-decoration: none;
}

.menu_email_text {
  margin-top: 1.2vw;
  font-family: Lexend, sans-serif;
  color: #fff;
  font-size: 1.45vw;
  line-height: 1.2em;
  font-weight: 500;
  text-decoration: none;
}

.menu_social_icons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 6vw;
  height: auto;
  margin-top: 2vw;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.menu_social_icons.contactos_pg {
  width: 5vw;
  margin-top: 2.5vw;
}

.cursor {
  position: absolute;
  z-index: 100;
  width: 19vw;
  height: 19vw;
  background-image: url('../images/bora.png');
  background-position: 50% 50%;
  background-size: cover;
  -o-object-fit: contain;
  object-fit: contain;
}

.projects_wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  margin-bottom: 19.5vw;
  -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;
}

.projects_wrapper.home_pg_projects {
  display: none;
}

.projects_grid {
  margin-top: 9vw;
  grid-auto-rows: 70vw;
  grid-column-gap: 95px;
  grid-row-gap: 100px;
  -ms-grid-columns: 33vw 33vw;
  grid-template-columns: 33vw 33vw;
  -ms-grid-rows: 70vw 70vw;
  grid-template-rows: 70vw 70vw;
}

.projects_grid.services {
  margin-bottom: 10vw;
  grid-auto-rows: auto;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.project_img_wrapper {
  width: 475px;
  height: 760px;
}

.project_img {
  width: 100%;
  height: 100%;
  box-shadow: 0 0 40px 20px rgba(60, 60, 60, 0.15);
  -o-object-fit: cover;
  object-fit: cover;
}

.project_img_description {
  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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

._24px_typo {
  z-index: 0;
  width: 100%;
  height: auto;
  margin-top: 1vw;
  font-family: Lexend, sans-serif;
  font-size: 1.7vw;
  line-height: 1.3em;
  font-weight: 200;
  text-align: left;
}

._24px_typo.photos {
  width: 300px;
  height: 125px;
}

._24px_typo.projects {
  position: absolute;
  left: 0%;
  top: 45%;
  right: 0%;
  bottom: auto;
  width: 75%;
  margin-top: 20px;
  margin-bottom: 0px;
  margin-left: 30px;
  text-align: left;
}

._24px_typo.projects._1 {
  width: 80%;
  background-color: #fff;
  font-size: 24px;
}

._24px_typo.projects._2 {
  width: 80%;
  background-color: #fff;
  font-size: 24px;
}

._24px_typo.projects._3 {
  width: 80%;
  background-color: #fff;
  font-size: 24px;
}

._24px_typo.form {
  margin-bottom: 2vw;
  color: #fff;
}

._24px_typo.button {
  margin-top: 0vw;
  color: #ff7033;
  text-align: center;
}

._24px_typo.creative_ways {
  margin-top: 0vw;
}

._50px_typo {
  margin-top: 2.7vw;
  font-family: Lexend, sans-serif;
  font-size: 3.5vw;
  line-height: 1.3em;
  font-weight: 200;
}

._50px_typo.photos {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 20;
  width: 100%;
  height: 65px;
  margin-top: 125px;
  margin-bottom: 15px;
  text-align: center;
}

._50px_typo.projects {
  position: absolute;
  left: 0%;
  top: 35%;
  right: 0%;
  bottom: auto;
  margin-bottom: 0px;
  margin-left: 30px;
}

._50px_typo.projects._1 {
  background-color: #fff;
}

._50px_typo.projects._2 {
  background-color: #fff;
}

._50px_typo.projects._3 {
  background-color: #fff;
}

.project_img_wrapper {
  position: relative;
  width: 33vw;
  height: 53vw;
  color: #3c3c3c;
  text-decoration: none;
}

.projects_footer {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 21.5vw;
  padding-top: 0vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #ff7033;
}

.footer_link {
  font-family: Lexend, sans-serif;
  color: #fff;
  font-size: 16px;
  font-weight: 300;
  text-decoration: none;
}

.footer_link.about {
  margin-right: 0px;
  font-size: 1.1vw;
  line-height: 1.4vw;
  font-weight: 200;
}

.footer_link.projects {
  font-size: 1.1vw;
  line-height: 1.4vw;
  font-weight: 200;
}

.footer_link.creative {
  font-size: 1.1vw;
  line-height: 1.4vw;
  font-weight: 200;
}

.footer_link.mail {
  font-size: 1.1vw;
  line-height: 1.4vw;
  font-weight: 200;
}

.footer_link.politica {
  margin-right: 0px;
  font-size: 1.1vw;
  line-height: 1.4vw;
  font-weight: 200;
}

.separator {
  margin-right: 0.7vw;
  margin-left: 0.7vw;
  font-family: Lexend, sans-serif;
  color: #fff;
  font-size: 1.1vw;
  line-height: 1.4vw;
  font-weight: 300;
}

.botom_footer_wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 3vw;
  margin-top: auto;
  margin-bottom: 1.5vw;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 1px solid hsla(0, 0%, 100%, 0.31);
}

.personal_description {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 80vw;
  padding-top: 7.5vw;
  -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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.lexend_sz165 {
  display: inline;
  height: 15vw;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Lexend, sans-serif;
  color: rgba(255, 112, 51, 0.2);
  font-size: 11.5vw;
  line-height: 14.5vw;
  font-weight: 300;
  text-align: left;
}

.section_container {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 72.5%;
  height: 100%;
}

.lexend_sz40 {
  display: block;
  font-family: Lexend, sans-serif;
  font-size: 40px;
  line-height: 1.3em;
  font-weight: 300;
}

.lexend_sz40.white {
  width: 56vw;
  margin-top: 2.3vw;
  margin-bottom: 1vw;
  color: #fff;
  font-size: 2.75vw;
  font-weight: 200;
  text-align: center;
}

.lexend_sz40px {
  display: inline;
  width: 27.5vw;
  height: auto;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Lexend, sans-serif;
  color: #3c3c3c;
  font-size: 2.8vw;
  line-height: 1.3em;
  font-weight: 200;
  text-align: left;
}

.lexend_sz40px.bottum_text {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: block;
  width: 100%;
  height: 4vw;
  margin-bottom: 8.5vw;
  text-align: center;
}

.lexend_sz40px.txt1.white {
  width: auto;
  color: #fff;
  font-size: 2vw;
}

.left_column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  height: 100%;
  -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;
}

.right_column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  height: 100%;
  -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;
}

.open-sans_sz24px {
  display: inline;
  height: 680px;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Lexend, sans-serif;
  color: #000;
  font-size: 24px;
  line-height: 1.3em;
  font-weight: 300;
  text-align: left;
}

.open-sans_sz24px.personal_pg {
  display: block;
  width: 35vw;
  height: auto;
  margin-top: 7vw;
  color: #3c3c3c;
  font-size: 1.65vw;
  font-weight: 200;
}

.messages {
  position: relative;
  height: 100vh;
  background-color: #efab93;
}

.messages.carolina {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 92vw;
  padding-top: 6.5vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ff348e), to(#ff7033));
  background-image: linear-gradient(180deg, #ff348e, #ff7033);
}

.element_01 {
  width: 12.5vw;
  height: 7.5vw;
  margin-top: 9vw;
  margin-left: 5.3vw;
  background-image: url('../images/elemento1.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.lexend_sz20 {
  width: 100%;
  font-family: Lexend, sans-serif;
  color: #fff;
  font-size: 1.4vw;
  line-height: 1.4vw;
  font-weight: 200;
  text-align: center;
}

.main_section {
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 11vw;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  background-color: #212ad6;
}

.questions_container {
  position: static;
  z-index: 10;
  width: 50vw;
  height: 100%;
  margin-left: auto;
  padding-top: 11vw;
  padding-right: 15vw;
}

.form_text_field {
  width: 35vw;
  height: 5vw;
  margin-top: 2vw;
  margin-bottom: 4vw;
  padding: 0.8vw 1vw;
  border-radius: 4vw;
  box-shadow: 14px 14px 10px 6px rgba(0, 0, 0, 0.16);
}

.form_submit_button {
  width: 35vw;
  height: 5vw;
  border-radius: 4vw;
  background-color: #ff7033;
  box-shadow: 14px 14px 10px 6px rgba(0, 0, 0, 0.16);
  font-family: Lexend, sans-serif;
  color: #fff;
  font-size: 1.7vw;
  line-height: 2vw;
  font-weight: 200;
}

.form-2 {
  margin-top: 5vw;
}

.form_banner_container {
  position: fixed;
  z-index: 0;
  width: 100vw;
  height: 100vh;
  margin-right: auto;
  margin-left: 0px;
}

.form_banner {
  width: auto;
  height: 100%;
  font-family: Lexend, sans-serif;
  color: hsla(0, 0%, 100%, 0.88);
  font-size: 25px;
  text-align: center;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

.form_text_1 {
  position: static;
  left: 13.5vw;
  top: 23vw;
  right: auto;
  bottom: auto;
  display: block;
  font-family: Lexend, sans-serif;
  color: rgba(255, 112, 51, 0.3);
  font-size: 13vw;
  line-height: 14.5vw;
  font-weight: 200;
}

.form_text_1.center2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 55vw;
  height: 18vw;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.form_text_2 {
  position: static;
  left: 13.5vw;
  top: 36.5vw;
  right: auto;
  bottom: auto;
  display: block;
  margin-top: 1.5vw;
  margin-bottom: 1.5vw;
  font-family: Lexend, sans-serif;
  color: #ff7033;
  font-size: 2.5vw;
  line-height: 3.5vw;
  font-weight: 200;
}

.form_text_2.center2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 55vw;
  height: 6vw;
  margin-top: 0vw;
  margin-bottom: 0vw;
  -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;
  text-align: center;
}

._40px_typo {
  z-index: 0;
  width: 100%;
  height: auto;
  margin-bottom: 0vw;
  font-family: Lexend, sans-serif;
  color: #fff;
  font-size: 2.1vw;
  line-height: 1.3em;
  font-weight: 200;
  text-align: left;
}

._40px_typo.photos {
  width: 300px;
  height: 125px;
}

._40px_typo.projects {
  position: absolute;
  left: 0%;
  top: 45%;
  right: 0%;
  bottom: auto;
  width: 75%;
  margin-top: 20px;
  margin-bottom: 0px;
  margin-left: 30px;
  text-align: left;
}

._40px_typo.projects._1 {
  width: 80%;
  margin-top: 1.9vw;
  margin-left: 2.8vw;
  background-color: #fff;
  color: #3c3c3c;
  font-size: 2vw;
  font-weight: 200;
}

._40px_typo.projects._2 {
  width: 80%;
  margin-top: 1.9vw;
  margin-left: 2.8vw;
  background-color: #fff;
  color: #3c3c3c;
  font-size: 2vw;
  font-weight: 200;
}

._40px_typo.projects._3 {
  width: 80%;
  margin-top: 1.9vw;
  margin-left: 2.8vw;
  background-color: #fff;
  color: #3c3c3c;
  font-size: 2vw;
  font-weight: 200;
}

._40px_typo.center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 55vw;
  height: 8vw;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 2.8vw;
  text-align: center;
}

.detail_view_container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 27.5vw;
  padding-top: 7vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ff348e), to(#ff7033));
  background-image: linear-gradient(180deg, #ff348e, #ff7033);
}

.button_know_more {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 17vw;
  height: 5vw;
  margin-top: 2.5vw;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 2.5vw;
  background-color: #fff;
  text-decoration: none;
}

.link-block {
  position: relative;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  width: 100%;
  height: 17vw;
  margin-top: 0px;
  margin-bottom: auto;
  padding-top: 9.5vw;
  text-decoration: none;
}

.footer_balloon {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 12vw;
  height: 12vw;
  background-image: url('../images/bora.png');
  background-position: 50% 50%;
  background-size: cover;
}

._30px_typo_03 {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 22.5vw;
  z-index: 0;
  width: 100%;
  height: auto;
  margin-bottom: 0vw;
  font-family: Lexend, sans-serif;
  color: #000;
  font-size: 2.1vw;
  line-height: 1.3em;
  font-weight: 200;
  text-align: center;
}

._30px_typo_03.photos {
  width: 300px;
  height: 125px;
}

._30px_typo_03.projects {
  position: absolute;
  left: 0%;
  top: 45%;
  right: 0%;
  bottom: auto;
  width: 75%;
  margin-top: 20px;
  margin-bottom: 0px;
  margin-left: 30px;
  text-align: left;
}

._30px_typo_03.projects._1 {
  width: 80%;
  margin-top: 1.9vw;
  margin-left: 2.8vw;
  background-color: #fff;
  color: #3c3c3c;
  font-size: 2vw;
  font-weight: 200;
}

._30px_typo_03.projects._2 {
  width: 80%;
  margin-top: 1.9vw;
  margin-left: 2.8vw;
  background-color: #fff;
  color: #3c3c3c;
  font-size: 2vw;
  font-weight: 200;
}

._30px_typo_03.projects._3 {
  width: 80%;
  margin-top: 1.9vw;
  margin-left: 2.8vw;
  background-color: #fff;
  color: #3c3c3c;
  font-size: 2vw;
  font-weight: 200;
}

._30px_typo_03.center {
  text-align: center;
}

._30px_typo_03.edit {
  bottom: 34.9vw;
}

._30px_typo_03.edit2 {
  bottom: 10vw;
}

.blog_files_container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  margin-top: 15.5vw;
  margin-bottom: 15.5vw;
  padding-right: 6.5vw;
  padding-left: 6.5vw;
  -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;
}

.grid {
  -ms-grid-columns: 475px 475px;
  grid-template-columns: 475px 475px;
  -ms-grid-rows: 450px 450px;
  grid-template-rows: 450px 450px;
}

.blog_files_grid {
  grid-column-gap: 6.5vw;
  grid-row-gap: 6vw;
  -ms-grid-columns: 33vw 33vw;
  grid-template-columns: 33vw 33vw;
  -ms-grid-rows: 31.5vw 31.5vw;
  grid-template-rows: 31.5vw 31.5vw;
}

.blog_files {
  color: #3c3c3c;
  text-decoration: none;
}

.blog_img_container {
  width: 100%;
  height: 23vw;
  margin-bottom: 3vw;
  text-decoration: none;
}

.blog_img_container.yellow_poster {
  background-image: url('../images/YP-home-projectos2x.png');
}

.blog_img_container.ce_design {
  background-image: url('../images/Ce-design-banner-06.jpg');
}

.blog_img_container.exemplo {
  background-image: url('../images/Ci-home-projectos2x.png');
}

.blog_description_container {
  padding-right: 1vw;
  padding-left: 1vw;
}

.cc_banner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  margin-top: 12vw;
  -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;
}

.cc_banner_img_container {
  width: 73vw;
  height: 47vw;
}

.cc_banner_img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.blog_section {
  width: 100%;
}

.blog_container {
  margin: 7vw 22vw;
}

.blog_title1 {
  margin-top: 0px;
  margin-bottom: 2vw;
  font-family: 'Open Sans', sans-serif;
  color: #ff7033;
  font-size: 1.65vw;
  line-height: 2.3vw;
  font-weight: 300;
}

.blog_title1.spacing {
  margin-top: 4vw;
}

.blog_title1.bold {
  font-weight: 600;
}

.blog_typo1 {
  font-family: 'Open Sans', sans-serif;
  color: #3c3c3c;
  font-size: 1.25vw;
  line-height: 1.65vw;
  font-weight: 300;
}

.blog_img_grid {
  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;
}

.blog_img_grid.margin {
  margin-bottom: 7vw;
}

.grid-2 {
  grid-column-gap: 3.5vw;
  grid-row-gap: 3.5vw;
  -ms-grid-columns: 34.5vw 34.5vw;
  grid-template-columns: 34.5vw 34.5vw;
  -ms-grid-rows: 23.5vw 23.5vw;
  grid-template-rows: 23.5vw 23.5vw;
}

.grid-2.grid_6photos {
  grid-auto-rows: 23.5vw;
  -ms-grid-rows: 23.5vw;
  grid-template-rows: 23.5vw;
}

.blog_grid_img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.citacao_container {
  margin-top: 7vw;
  margin-bottom: 7vw;
}

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

.blue_box {
  width: 100%;
  height: 4.5vw;
}

.body_form {
  background-color: #212ad6;
}

.image-5 {
  -o-object-fit: fill;
  object-fit: fill;
}

.footer_menu {
  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;
}

.logo_img {
  width: 100%;
  height: 100%;
}

.section_j {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  display: block;
}

.section_k {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  display: block;
}

.section_w {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  display: block;
}

.section_x {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  display: block;
}

.section_gg {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  display: block;
}

.section_ga {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  display: block;
}

.paleta_05 {
  position: -webkit-sticky;
  position: sticky;
  top: 150px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f0eadc;
  -o-object-fit: fill;
  object-fit: fill;
}

.paleta_05.color_ffcc33 {
  background-color: #fc3;
}

.paleta_05.color_e59300 {
  background-color: #e59300;
}

.paleta_05.color_f3c160 {
  background-color: #f3c160;
}

.section_j-copy {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  display: block;
}

.section_j-copy-copy {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  display: block;
}

.right_menu_text_contactos {
  display: block;
  margin-bottom: 3vw;
  font-family: Lexend, sans-serif;
  color: #ff7033;
  font-size: 2vw;
  line-height: 1.2em;
  font-weight: 200;
  text-align: center;
}

.right_menu_text_contactos.contactos {
  font-size: 2vw;
}

.link_social {
  width: 40%;
  height: 100%;
}

.img_social {
  width: 100%;
  height: 100%;
}

.section_servicos_a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 40vw;
  -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;
}

.text-block-5 {
  font-family: Lexend, sans-serif;
  font-weight: 300;
}

.txt_servicos_banner_a {
  font-family: Lexend, sans-serif;
  color: #ff7033;
  font-size: 5vw;
  line-height: 1.5em;
  font-weight: 200;
}

.section_servicos_element_01 {
  position: static;
  left: 21%;
  top: -4%;
  right: 0%;
  bottom: auto;
  z-index: 20;
  width: 12.5vw;
  height: 7.5vw;
  margin-top: 5vw;
  background-image: url('../images/Ce_servicos-icon.png');
  background-position: 50% 50%;
  background-size: cover;
}

.section_servicos_b {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 70vw;
}

.img_servicos_wrapper {
  width: 38vw;
  margin-left: 9vw;
}

.description_servicos_a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 38vw;
  margin-left: 5vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.txt_title_desc_servicos {
  font-family: Lexend, sans-serif;
  font-size: 4.5vw;
  line-height: 1.3em;
  font-weight: 200;
}

.txt_desc_servicos_a {
  margin-top: 5vw;
  margin-bottom: 5vw;
  font-family: Lexend, sans-serif;
  font-size: 2vw;
  line-height: 1.35em;
  font-weight: 200;
}

.button_servicos_know_more {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 20vw;
  height: 6vw;
  margin-top: 1vw;
  -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 solid #ff7033;
  border-radius: 3.5vw;
  background-color: #fff;
  box-shadow: 11px 11px 3px 2px #eee;
  color: #333;
  text-decoration: none;
}

.section_servicos_c {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: auto;
  -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;
}

.txt_servicos_title_a {
  margin-top: 5vw;
  font-family: Lexend, sans-serif;
  color: #ff7033;
  font-size: 4vw;
  line-height: 1.5em;
  font-weight: 200;
  text-align: center;
}

.grid_servicos_a {
  margin-top: 10vw;
  margin-bottom: 10vw;
  grid-column-gap: 7.5vw;
  grid-row-gap: 7.5vw;
  -ms-grid-columns: 42vw 42vw;
  grid-template-columns: 42vw 42vw;
  -ms-grid-rows: auto auto auto;
  grid-template-rows: auto auto auto;
}

.img_grid_servico_container {
  width: 100%;
  height: 25vw;
  margin-bottom: 5vw;
  box-shadow: 11px 11px 20px 7px hsla(0, 6%, 74.5%, 0.66);
}

.grid_section_container {
  width: 100%;
  height: 100%;
}

.txt_servicos_title_b {
  font-family: Lexend, sans-serif;
  color: #3c3c3c;
  font-size: 3.5vw;
  line-height: 1.5em;
  font-weight: 200;
  text-align: left;
}

.txt_servicos_description {
  margin-top: 2.5vw;
  font-family: 'Open Sans', sans-serif;
  font-size: 1.25vw;
  line-height: 1.65em;
  font-weight: 300;
}

.img_grid_servicos {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.presentation_container {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50vw;
  height: 100vh;
  margin-left: auto;
  padding: 8vw 14vw 5vw 0vw;
  -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;
}

.contactos_section {
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding-bottom: 11vw;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  background-color: #212ad6;
}

.questions_container-copy {
  position: static;
  z-index: 10;
  width: 50vw;
  height: 100%;
  margin-left: auto;
  padding-top: 11vw;
  padding-right: 15vw;
}

.contactos_link {
  font-family: Lexend, sans-serif;
  color: #fff;
  font-size: 16px;
  font-weight: 300;
  text-decoration: none;
}

.contactos_link.about {
  margin-right: 0px;
  font-size: 1.1vw;
  line-height: 1.4vw;
  font-weight: 200;
}

.contactos_link.projects {
  font-size: 1.1vw;
  line-height: 1.4vw;
  font-weight: 200;
}

.contactos_link.creative {
  font-size: 1.1vw;
  line-height: 1.4vw;
  font-weight: 200;
}

.contactos_link.mail {
  margin-top: 1.5vw;
  font-size: 1.75vw;
  line-height: 3.5vw;
  font-weight: 500;
}

.contactos_link.politica {
  margin-right: 0px;
  font-size: 1.1vw;
  line-height: 1.4vw;
  font-weight: 200;
}

.lexend_sz18 {
  margin-top: 1vw;
  margin-bottom: 0vw;
  font-family: Lexend, sans-serif;
  color: #fff;
  font-size: 1.3vw;
  line-height: 2vw;
  font-weight: 200;
  text-align: center;
}

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

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.utility-page-form {
  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: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.section_error {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -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;
}

.banner_error {
  width: 100%;
  height: 100%;
}

.div-block-5 {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -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;
}

@media screen and (min-width: 1280px) {
  .next_section.bottom1 {
    margin-left: 11vw;
  }

  .themes_description {
    width: 28vw;
    height: 22vw;
    margin-left: 11.5vw;
  }

  ._50px_typo_01.photos {
    height: auto;
    margin-top: 8.5vw;
    margin-bottom: 1vw;
  }

  .foto_a {
    bottom: -20vw;
    width: 25vw;
    height: auto;
    margin-right: 4vw;
  }

  .foto_b {
    left: 29vw;
    bottom: -16vw;
    width: 25vw;
    height: auto;
  }

  .foto_c {
    left: 11.5vw;
    top: 5vw;
    width: 36vw;
    height: auto;
  }

  .photo_animation_a {
    margin-left: 3vw;
  }

  .color_description {
    font-size: 3.5vw;
  }

  .section_h {
    padding-bottom: 10vw;
  }

  .parallax_wrapper_a {
    margin-top: 10.5vw;
  }

  .parallax_photo.parallax_photo_01 {
    top: 9vw;
  }

  .parallax_photo.parallax_photo_02 {
    top: 23vw;
  }

  .parallax_photo.parallax_photo_03 {
    top: 16vw;
  }

  .parallax_photo.parallax_photo_04 {
    top: 10vw;
  }

  ._30px_typo_02 {
    margin-bottom: 0vw;
    font-size: 2.1vw;
  }

  .color_id {
    margin-top: 1vw;
    font-size: 1.4vw;
    line-height: 1.5vw;
  }

  .footer {
    height: 8vw;
  }

  .column1 {
    width: 50%;
  }

  .column2 {
    width: 50%;
  }

  .last_section_element_01 {
    z-index: 20;
  }

  .balloon_01 {
    bottom: 20%;
  }

  .footer_content {
    bottom: 2vw;
    height: 4vw;
  }

  .balloon_container._1 {
    width: 38vw;
  }

  .balloon_container._2 {
    width: 42vw;
  }

  .balloon_container._3 {
    width: 42vw;
  }

  .balloon_container._4 {
    width: 42vw;
  }

  .balloon_container._5 {
    width: 42vw;
  }

  .balloon_container.new6 {
    width: 35vw;
  }

  .balloon_container.new7 {
    width: 42vw;
  }

  .balloon_container.new8 {
    width: 42vw;
  }

  .menu_wrapper {
    display: none;
  }

  ._40px_typo {
    margin-bottom: 0vw;
    font-size: 2.1vw;
  }

  ._30px_typo_03 {
    margin-bottom: 0vw;
    font-size: 2.1vw;
  }

  .section_servicos_element_01 {
    z-index: 20;
  }
}

@media screen and (min-width: 1440px) {
  .logo_container {
    width: 10.5vw;
  }

  .burger_line {
    width: 2.5vw;
    height: 0.28vw;
    border-radius: 0.14vw;
  }

  .menu_button {
    width: auto;
    height: 2.5vw;
  }

  .slogan {
    margin-bottom: 0vw;
  }

  .slogan.index {
    margin-bottom: 4vw;
  }

  .slogan_img {
    width: auto;
    height: 6vw;
  }

  .transition_section_a {
    padding-top: 2vw;
  }

  .transition_quote_sz40 {
    width: 56vw;
    margin-top: 8.5vw;
    margin-bottom: 1.4vw;
    font-size: 2.8vw;
    text-align: center;
  }

  .quote_signature {
    margin-bottom: 3.5vw;
    font-size: 1.4vw;
  }

  .transition_quote_sz30_center.ciclica {
    width: 56vw;
    font-size: 2vw;
  }

  .brand_description {
    font-size: 1.5vw;
  }

  .section_b {
    height: 62vw;
    padding-top: 5.2vw;
    padding-bottom: 6.7vw;
  }

  .whatsapp_box_a {
    width: 42vw;
  }

  .dialog_a {
    height: 60vh;
  }

  .next_section {
    width: 3.5vw;
    height: auto;
  }

  .next_section.w--current {
    width: 3.5vw;
    height: auto;
  }

  .next_section.bottom1 {
    width: 3.5vw;
    height: auto;
  }

  .section_c {
    height: 62vw;
  }

  ._50px_typo_01 {
    font-size: 3vw;
  }

  ._50px_typo_01.projects._1 {
    font-size: 3.5vw;
  }

  ._50px_typo_01.projects._2 {
    font-size: 3.5vw;
  }

  ._50px_typo_01.projects._3 {
    font-size: 3.5vw;
  }

  .themes_heading {
    font-size: 5.5vw;
  }

  .photo_animation_a {
    margin-left: 3vw;
  }

  ._30px_typo_02 {
    margin-bottom: 0vw;
    padding-top: 0px;
    color: #fff;
    text-align: left;
  }

  ._30px_typo_02.projects._1 {
    font-size: 2vw;
  }

  ._30px_typo_02.projects._2 {
    font-size: 2vw;
  }

  ._30px_typo_02.projects._3 {
    font-size: 2vw;
  }

  ._30px_typo_02.center {
    position: static;
    z-index: 10;
    text-align: center;
  }

  .scroll_section {
    margin-bottom: 10.5vw;
  }

  .heading_container_01 {
    left: 55vw;
  }

  .projects_heading {
    font-size: 11.5vw;
  }

  .last_section_text_01 {
    font-size: 4.2vw;
  }

  .last_section_text_02 {
    font-size: 4.2vw;
  }

  .last_section_element_02 {
    width: 28%;
    height: 35vw;
  }

  .button_01.projects {
    width: 8.5vw;
    height: 8.5vw;
  }

  .footer_animation_container {
    bottom: 9.4vw;
  }

  .balloon_01 {
    bottom: 15%;
  }

  .footer_content.projects {
    z-index: 0;
    height: 4.5vw;
  }

  .footer_content.form {
    z-index: 0;
    height: 4.5vw;
  }

  .balloon_container._9 {
    width: 41.5vw;
  }

  .balloon_container._10 {
    width: 41.5vw;
  }

  .balloon_container._11 {
    width: 41.5vw;
  }

  .balloon_container._12 {
    width: 38vw;
  }

  .balloon_container._13 {
    width: 41.5vw;
  }

  .balloon_container._14 {
    width: 41.5vw;
  }

  .menu_wrapper {
    display: none;
  }

  .right_menu_text {
    font-size: 4.2vw;
  }

  .left_menu_text {
    font-size: 3.5vw;
  }

  .menu_email_text {
    font-size: 1.45vw;
  }

  .cursor {
    width: 19vw;
    height: 19vw;
  }

  .projects_wrapper {
    margin-bottom: 19.5vw;
  }

  .projects_grid {
    margin-top: 9vw;
    grid-column-gap: 6.5vw;
    grid-row-gap: 7vw;
    -ms-grid-columns: 33vw 33vw;
    grid-template-columns: 33vw 33vw;
    -ms-grid-rows: 70vw 70vw;
    grid-template-rows: 70vw 70vw;
  }

  ._24px_typo {
    margin-top: 1vw;
    font-size: 1.7vw;
  }

  ._24px_typo.creative_ways {
    margin-top: 0vw;
  }

  ._50px_typo {
    margin-top: 2.7vw;
    font-size: 3.5vw;
  }

  .project_img_wrapper {
    width: 33vw;
    height: 53vw;
  }

  .projects_footer {
    height: 21.5vw;
    padding-top: 0vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .footer_link.about {
    font-size: 1.1vw;
    line-height: 1.4vw;
  }

  .footer_link.projects {
    font-size: 1.1vw;
    line-height: 1.4vw;
  }

  .footer_link.mail {
    font-size: 1.1vw;
    line-height: 1.4vw;
  }

  .footer_link.politica {
    font-size: 1.1vw;
    line-height: 1.4vw;
  }

  .separator {
    margin-right: 0.7vw;
    margin-left: 0.7vw;
  }

  .botom_footer_wrapper {
    height: 3vw;
    margin-bottom: 1.5vw;
  }

  .personal_description {
    padding-top: 7.5vw;
  }

  .lexend_sz165 {
    height: auto;
    font-size: 11.5vw;
    line-height: 14.5vw;
  }

  .lexend_sz40.white {
    width: 56vw;
    margin-top: 2.3vw;
    margin-bottom: 1vw;
    font-size: 2.75vw;
  }

  .lexend_sz40px {
    width: 27.5vw;
    height: auto;
    font-size: 2.8vw;
  }

  .lexend_sz40px.bottum_text {
    margin-bottom: 8.5vw;
  }

  .open-sans_sz24px.personal_pg {
    width: 35vw;
    height: auto;
    margin-top: 7vw;
    font-size: 1.65vw;
  }

  .messages.carolina {
    padding-top: 6.5vw;
  }

  .element_01 {
    width: 12.5vw;
    height: 7.5vw;
    margin-top: 9vw;
    margin-left: 5.3vw;
  }

  .lexend_sz20 {
    font-size: 1.4vw;
    line-height: 1.4vw;
  }

  .main_section {
    height: auto;
    padding-bottom: 11vw;
  }

  .questions_container {
    padding-top: 11vw;
    padding-right: 15vw;
  }

  .form_text_field {
    width: 35vw;
    height: 5vw;
    margin-top: 2vw;
    margin-bottom: 4vw;
    padding: 0.8vw 1vw;
    border-radius: 4vw;
    box-shadow: 10px 17px 10px 6px rgba(0, 0, 0, 0.16);
  }

  .form_submit_button {
    font-family: Lexend, sans-serif;
    font-size: 1.7vw;
    line-height: 2vw;
    font-weight: 200;
  }

  ._40px_typo {
    margin-bottom: 0vw;
    padding-top: 0px;
    color: #fff;
    text-align: left;
  }

  ._40px_typo.projects._1 {
    font-size: 2vw;
  }

  ._40px_typo.projects._2 {
    font-size: 2vw;
  }

  ._40px_typo.projects._3 {
    font-size: 2vw;
  }

  ._40px_typo.center {
    position: static;
    z-index: 10;
    width: 55vw;
    height: 8vw;
    font-size: 2.8vw;
    text-align: center;
  }

  .detail_view_container {
    width: 100%;
    height: 27.5vw;
    padding-top: 7vw;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#ff348e), to(#ff7033));
    background-image: linear-gradient(180deg, #ff348e, #ff7033);
  }

  .button_know_more {
    width: 17vw;
    height: 5vw;
    margin-top: 2.5vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: #fff;
  }

  .link-block {
    height: 17vw;
    padding-top: 9.5vw;
    text-decoration: none;
  }

  .footer_balloon {
    position: absolute;
    width: 12vw;
    height: 12vw;
    background-image: url('../images/bora.png');
    background-position: 50% 50%;
    background-size: cover;
  }

  ._30px_typo_03 {
    margin-bottom: 0vw;
    padding-top: 0px;
    color: #000;
    text-align: center;
  }

  ._30px_typo_03.projects._1 {
    font-size: 2vw;
  }

  ._30px_typo_03.projects._2 {
    font-size: 2vw;
  }

  ._30px_typo_03.projects._3 {
    font-size: 2vw;
  }

  ._30px_typo_03.center {
    position: static;
    z-index: 10;
    text-align: center;
  }

  .blog_files_container {
    margin-top: 15.5vw;
  }

  .blog_files_grid {
    grid-column-gap: 6.5vw;
    grid-row-gap: 6vw;
    -ms-grid-columns: 33vw 33vw;
    grid-template-columns: 33vw 33vw;
    -ms-grid-rows: 31.5vw 31.5vw;
    grid-template-rows: 31.5vw 31.5vw;
  }

  .blog_files {
    color: #3c3c3c;
    text-decoration: none;
  }

  .blog_img_container {
    width: 100%;
    height: 23vw;
    margin-bottom: 3vw;
    background-image: url('../images/Ce_Ciclica3.jpg');
    background-position: 50% 50%;
    background-size: cover;
  }

  .blog_img {
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
  }

  .blog_description_container {
    padding-right: 1vw;
    padding-left: 1vw;
  }

  .cc_banner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    margin-top: 12vw;
    -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;
  }

  .cc_banner_img_container {
    width: 73vw;
  }

  .blog_container {
    margin-top: 7vw;
    margin-right: 22vw;
    margin-left: 22vw;
  }

  .blog_title1 {
    margin-bottom: 2vw;
    font-size: 1.65vw;
    line-height: 2.3vw;
  }

  .blog_typo1 {
    font-size: 1.25vw;
    line-height: 1.65vw;
  }

  .blog_img_grid {
    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;
  }

  .grid-2 {
    grid-column-gap: 3.5vw;
    grid-row-gap: 3.5vw;
    -ms-grid-columns: 34.5vw 34.5vw;
    grid-template-columns: 34.5vw 34.5vw;
    -ms-grid-rows: 23.5vw 23.5vw;
    grid-template-rows: 23.5vw 23.5vw;
  }

  .right_menu_text_contactos {
    font-size: 2vw;
  }

  .button_servicos_know_more {
    width: 17vw;
    height: 5vw;
    margin-top: 2.5vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: #fff;
  }

  .contactos_section {
    height: auto;
    padding-bottom: 11vw;
  }

  .questions_container-copy {
    padding-top: 11vw;
    padding-right: 15vw;
  }

  .contactos_link.about {
    font-size: 1.1vw;
    line-height: 1.4vw;
  }

  .contactos_link.projects {
    font-size: 1.1vw;
    line-height: 1.4vw;
  }

  .contactos_link.politica {
    font-size: 1.1vw;
    line-height: 1.4vw;
  }
}

@media screen and (min-width: 1920px) {
  .slogan {
    margin-bottom: 0vw;
  }

  .slogan.index {
    height: auto;
  }

  .menu_wrapper {
    display: none;
  }

  .form_banner_container {
    height: 100vh;
  }

  .right_menu_text_contactos {
    font-size: 2vw;
  }
}

@media screen and (max-width: 991px) {
  .brand {
    width: 100%;
    height: 100%;
  }

  .transition_section_a {
    padding-top: 5vw;
  }

  .transition_quote_sz40 {
    width: 450px;
    margin-top: 0px;
    font-size: 2.8vw;
    text-align: center;
  }

  .banner_container {
    width: auto;
    height: auto;
  }

  ._50px_typo_01.projects._1 {
    margin-left: 3.5vw;
    font-size: 40px;
  }

  ._50px_typo_01.projects._2 {
    margin-left: 3.5vw;
    font-size: 40px;
  }

  ._50px_typo_01.projects._3 {
    margin-left: 3.5vw;
    font-size: 40px;
  }

  ._30px_typo_02.projects._1 {
    top: 40%;
    margin-top: 0vw;
    margin-left: 3.5vw;
    font-size: 20px;
  }

  ._30px_typo_02.projects._2 {
    top: 40%;
    margin-top: 0vw;
    margin-left: 3.5vw;
    font-size: 20px;
  }

  ._30px_typo_02.projects._3 {
    top: 40%;
    margin-top: 0px;
    margin-left: 3.5vw;
    font-size: 20px;
  }

  .scroll_section {
    margin-bottom: 0vw;
  }

  .teste_imagem_vazia_01._1 {
    width: 95%;
    height: 65%;
    margin-top: 17vw;
    margin-left: 3vw;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .teste_imagem_vazia_01._2 {
    width: 95%;
    height: 65%;
    margin-top: 17vw;
    margin-left: 3vw;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .teste_imagem_vazia_01._3 {
    width: 95%;
    height: 65%;
    margin-top: 17vw;
    margin-left: 3vw;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .teste_relative_02._1 {
    height: 100%;
  }

  .teste_relative_02._3 {
    height: 100%;
  }

  .teste_relative_02._2 {
    height: 100%;
  }

  .column1 {
    width: 50%;
  }

  .column2 {
    width: 50%;
  }

  .heading_container_01 {
    left: 95%;
  }

  .projects_heading {
    margin-top: 10vw;
    font-size: 125px;
  }

  .last_section_text_01 {
    font-size: 40px;
  }

  .last_section_text_container_01 {
    width: 50%;
  }

  .last_section_text_02 {
    font-size: 40px;
  }

  .section_a {
    width: auto;
    height: auto;
  }

  .mail {
    font-size: 15px;
  }

  .made_by_01 {
    font-size: 1.5vw;
  }

  .made_by_container {
    margin-top: 1.5vw;
    margin-right: auto;
  }

  .made_by_02 {
    font-size: 1.5vw;
  }

  .balloon_01 {
    width: 400px;
  }

  .footer_content.projects {
    height: 9.5vw;
  }

  .balloon_container._2 {
    width: 50vw;
  }

  .balloon_container._3 {
    width: 50vw;
  }

  .balloon_container._4 {
    width: 50vw;
  }

  .balloon_container._5 {
    width: 50vw;
  }

  .balloon_container.new6 {
    width: 45vw;
  }

  .balloon_container.new7 {
    width: 50vw;
  }

  .balloon_container.new8 {
    width: 50vw;
  }

  .menu_wrapper {
    display: none;
  }

  .menu_social_icons.contactos_pg {
    width: 6vw;
    margin-top: 3vw;
  }

  .cursor {
    top: 50vw;
    right: 6vw;
  }

  ._24px_typo.projects._1 {
    font-size: 20px;
  }

  ._24px_typo.projects._2 {
    font-size: 20px;
  }

  ._24px_typo.projects._3 {
    margin-top: 0px;
    font-size: 20px;
  }

  ._50px_typo.projects._1 {
    font-size: 40px;
  }

  ._50px_typo.projects._2 {
    font-size: 40px;
  }

  ._50px_typo.projects._3 {
    font-size: 40px;
  }

  .projects_footer {
    width: 100vw;
    height: 23.5vw;
  }

  .footer_link.about {
    font-size: 1.5vw;
  }

  .footer_link.projects {
    font-size: 1.5vw;
  }

  .footer_link.creative {
    font-size: 1.5vw;
  }

  .footer_link.mail {
    font-size: 1.5vw;
  }

  .footer_link.politica {
    font-size: 1.5vw;
  }

  .botom_footer_wrapper {
    height: 8vw;
    margin-top: 0vw;
    padding-top: 1.5vw;
    -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;
  }

  .lexend_sz40px.txt1.white {
    font-size: 2.5vw;
  }

  .messages.carolina {
    height: 92vw;
  }

  .form_banner_container {
    width: 100vw;
  }

  .form_text_1 {
    left: 20vw;
    top: 32vw;
    font-size: 15vw;
  }

  .form_text_2 {
    left: 20vw;
    top: 46vw;
    margin-top: 2.5vw;
    margin-bottom: 2.5vw;
    font-size: 3vw;
  }

  ._40px_typo.projects._1 {
    font-size: 20px;
  }

  ._40px_typo.projects._2 {
    font-size: 20px;
  }

  ._40px_typo.projects._3 {
    margin-top: 0px;
    font-size: 20px;
  }

  .detail_view_container {
    width: 100vw;
  }

  .footer_balloon {
    left: 67%;
    top: 12%;
    width: 15vw;
    height: 15vw;
  }

  ._30px_typo_03.projects._1 {
    font-size: 20px;
  }

  ._30px_typo_03.projects._2 {
    font-size: 20px;
  }

  ._30px_typo_03.projects._3 {
    margin-top: 0px;
    font-size: 20px;
  }

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

  .image-6 {
    width: 100%;
    height: 100%;
  }

  .presentation_container {
    padding-top: 18vw;
    padding-right: 10vw;
    background-color: transparent;
  }

  .contactos_link.about {
    font-size: 1.5vw;
  }

  .contactos_link.projects {
    font-size: 1.5vw;
  }

  .contactos_link.creative {
    font-size: 1.5vw;
  }

  .contactos_link.mail {
    margin-top: 2.5vw;
    font-size: 2vw;
  }

  .contactos_link.politica {
    font-size: 1.5vw;
  }

  .lexend_sz18 {
    font-size: 1.8vw;
  }

  .utility-page-wrap {
    width: auto;
    height: 100%;
    max-height: none;
    max-width: none;
    -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;
  }

  .banner_error {
    position: fixed;
    z-index: 0;
    width: auto;
    height: 100vh;
  }
}

@media screen and (max-width: 767px) {
  .transition_quote_sz40 {
    height: 85px;
    margin-bottom: 10px;
    font-size: 2.8vw;
  }

  .quote_signature {
    font-size: 15px;
  }

  ._50px_typo_01.projects._1 {
    font-size: 30px;
  }

  ._50px_typo_01.projects._2 {
    font-size: 30px;
  }

  ._50px_typo_01.projects._3 {
    font-size: 30px;
  }

  ._30px_typo_02.projects._1 {
    top: 42%;
    margin-top: 0px;
    font-size: 15px;
  }

  ._30px_typo_02.projects._2 {
    top: 42%;
    margin-top: 0px;
    font-size: 15px;
  }

  ._30px_typo_02.projects._3 {
    top: 42%;
    font-size: 15px;
  }

  .heading_container_01 {
    left: 85%;
  }

  .projects_heading {
    font-size: 100px;
  }

  .last_section_text_01 {
    font-size: 25px;
  }

  .last_section_text_02 {
    font-size: 25px;
  }

  .index_footer {
    bottom: 10px;
    padding-right: 0%;
    padding-left: 2%;
  }

  .mail {
    font-size: 12px;
  }

  .footer_animation_container {
    width: 50px;
  }

  .made_by_01 {
    font-size: 11px;
  }

  .made_by_container {
    width: 125px;
  }

  .made_by_02 {
    font-size: 11px;
  }

  .balloon_01 {
    width: 300px;
  }

  .menu_wrapper {
    display: none;
  }

  .menu_social_icons.contactos_pg {
    width: 7.5vw;
    margin-top: 5vw;
  }

  ._24px_typo.projects._1 {
    top: 42%;
    margin-top: 0px;
    font-size: 15px;
  }

  ._24px_typo.projects._2 {
    top: 42%;
    margin-top: 0px;
    font-size: 15px;
  }

  ._24px_typo.projects._3 {
    top: 42%;
    font-size: 15px;
  }

  ._50px_typo.projects._1 {
    font-size: 30px;
  }

  ._50px_typo.projects._2 {
    font-size: 30px;
  }

  ._50px_typo.projects._3 {
    font-size: 30px;
  }

  .personal_description {
    padding-top: 3vw;
  }

  .lexend_sz40px.bottum_text {
    margin-bottom: 7vw;
  }

  .lexend_sz40px.txt1.white {
    font-size: 3vw;
  }

  .open-sans_sz24px.personal_pg {
    width: 45vw;
    font-size: 2vw;
  }

  .messages.carolina {
    height: 92vw;
  }

  .lexend_sz20 {
    font-size: 4vw;
    line-height: 1.5em;
  }

  .form_banner_container {
    background-color: #212ad6;
  }

  .form_text_1 {
    left: 26vw;
    top: 46vw;
    font-size: 16vw;
  }

  .form_text_2 {
    left: 26vw;
    top: 60vw;
    margin-top: 5vw;
    margin-bottom: 5vw;
    font-size: 3.5vw;
  }

  ._40px_typo.projects._1 {
    top: 42%;
    margin-top: 0px;
    font-size: 15px;
  }

  ._40px_typo.projects._2 {
    top: 42%;
    margin-top: 0px;
    font-size: 15px;
  }

  ._40px_typo.projects._3 {
    top: 42%;
    font-size: 15px;
  }

  ._30px_typo_03.projects._1 {
    top: 42%;
    margin-top: 0px;
    font-size: 15px;
  }

  ._30px_typo_03.projects._2 {
    top: 42%;
    margin-top: 0px;
    font-size: 15px;
  }

  ._30px_typo_03.projects._3 {
    top: 42%;
    font-size: 15px;
  }

  .presentation_container {
    padding-top: 22vw;
  }

  .contactos_link.mail {
    margin-top: 5vw;
    font-size: 2.5vw;
  }

  .lexend_sz18 {
    font-size: 2vw;
    line-height: 1.5em;
  }
}

@media screen and (max-width: 479px) {
  .logo_container {
    width: 20vw;
  }

  .index_last_section {
    overflow: hidden;
  }

  .burger_line.l1 {
    width: 5vw;
    height: 0.6vw;
  }

  .burger_line.l2 {
    width: 5vw;
    height: 0.6vw;
  }

  .burger_line.l3 {
    width: 5vw;
    height: 0.6vw;
  }

  .menu_button {
    height: 5vw;
  }

  .transition_quote_sz40 {
    width: 90%;
    height: 85px;
    font-size: 5vw;
  }

  .transition_quote_sz30_center.ciclica {
    width: 85%;
    height: 85px;
    font-size: 4.5vw;
  }

  .brand_description {
    width: 80vw;
    font-size: 3vw;
    text-align: center;
  }

  .section_b {
    overflow: hidden;
    height: 150vw;
  }

  .whatsapp_box_a {
    width: 90vw;
    margin-right: auto;
    margin-left: auto;
  }

  .whatsapp_box_a.right_message {
    width: 90vw;
    margin-top: -15vw;
    margin-right: auto;
    margin-left: auto;
  }

  .dialog_a {
    height: auto;
    margin-top: 5vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .next_section {
    width: 6vw;
    height: 16vw;
    margin-right: auto;
    margin-left: auto;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .next_section.w--current {
    width: 6vw;
    height: 16vw;
  }

  .next_section.bottom1 {
    left: 0px;
    right: 0%;
    width: 6vw;
    margin-right: auto;
    margin-left: auto;
  }

  .section_c {
    overflow: hidden;
    height: 200vw;
    margin-top: 0vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .themes_description {
    width: auto;
    height: auto;
    margin-left: 4vw;
  }

  ._50px_typo_01 {
    font-size: 7vw;
    line-height: 1.5em;
    text-align: center;
  }

  ._50px_typo_01.projects._1 {
    position: static;
  }

  ._50px_typo_01.projects._2 {
    position: static;
  }

  ._50px_typo_01.projects._3 {
    position: static;
  }

  .themes_heading {
    font-size: 6.5vw;
  }

  .themes_heading.projects {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 10vw;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 10vw;
  }

  .foto_a {
    right: -38.8vw;
    bottom: -25.9vw;
    width: 40vw;
  }

  .foto_b {
    left: 45vw;
    width: 40vw;
  }

  .foto_c {
    width: 70vw;
  }

  .photo_animation_a {
    top: 65vw;
    right: 39.5vw;
    width: auto;
    margin-right: auto;
    margin-left: auto;
  }

  .section_d {
    position: static;
    height: auto;
  }

  .section_e {
    position: static;
    height: auto;
  }

  .section_f {
    position: static;
    height: auto;
  }

  .projects_img_a {
    -o-object-fit: contain;
    object-fit: contain;
  }

  .projects_img_b {
    -o-object-fit: contain;
    object-fit: contain;
  }

  .projects_img_d {
    -o-object-fit: contain;
    object-fit: contain;
  }

  .scroll_snap_wrapper {
    position: static;
  }

  .section_g {
    position: static;
    height: auto;
  }

  .color_description {
    font-size: 6vw;
  }

  .section_h {
    height: 235vw;
    padding-bottom: 12vw;
  }

  .parallax_photo.parallax_photo_01 {
    left: 9%;
    top: 20vw;
    width: 40%;
  }

  .parallax_photo.parallax_photo_02 {
    left: 54%;
    width: 40%;
  }

  .parallax_photo.parallax_photo_03 {
    top: 105vw;
    width: 40%;
  }

  .parallax_photo.parallax_photo_04 {
    top: 80vw;
    right: 10%;
    width: 40%;
  }

  .section_i {
    overflow: hidden;
    width: 100vw;
    height: 205vw;
  }

  ._30px_typo_02.projects._1 {
    position: static;
  }

  ._30px_typo_02.projects._2 {
    position: static;
  }

  ._30px_typo_02.projects._3 {
    position: static;
  }

  ._30px_typo_02.center {
    font-size: 4vw;
  }

  .paleta_01.color_003144 {
    width: 100vw;
  }

  .section_test {
    width: 100vw;
  }

  .color_id {
    margin-top: 3vw;
    font-size: 4vw;
  }

  .scroll_section {
    display: none;
    margin-bottom: 50px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .teste_imagem_vazia_01._1 {
    width: 100%;
    height: 100%;
    margin-left: 0%;
  }

  .teste_imagem_vazia_01._2 {
    width: 100%;
    height: 100%;
    margin-left: 0%;
  }

  .teste_imagem_vazia_01._3 {
    width: 100%;
    height: 100%;
    margin-left: 0%;
  }

  .teste_relative_02._1 {
    position: -webkit-sticky;
    position: sticky;
    z-index: 10;
    padding-top: 0%;
  }

  .teste_relative_02._3 {
    position: -webkit-sticky;
    position: sticky;
    z-index: 30;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 0%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .teste_relative_02._2 {
    position: -webkit-sticky;
    position: sticky;
    padding-top: 0%;
  }

  .column1 {
    position: static;
    width: 100%;
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .column2 {
    position: static;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: visible;
  }

  .heading_container_01 {
    left: 1%;
    font-size: 10px;
  }

  .projects_heading {
    z-index: 50;
    font-size: 55px;
  }

  .last_section_bg_img {
    width: auto;
    height: 100vh;
  }

  .last_section_bg {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .last_section_text_01 {
    font-size: 20px;
  }

  .last_section_text_container_01 {
    margin-top: 30%;
  }

  .last_section_text_container_02 {
    top: 12%;
    width: 65%;
    margin-top: 25.5%;
  }

  .last_section_text_02 {
    font-size: 20px;
  }

  .last_section_element_01 {
    width: 20vw;
    height: 11.5vw;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .last_section_element_02 {
    width: 15%;
    height: 220px;
  }

  .last_section_element_03 {
    width: 13%;
    height: 200px;
  }

  .button_01._1 {
    right: 5%;
    bottom: 1%;
  }

  .button_01._2 {
    right: 5%;
    bottom: 1%;
  }

  .button_01._3 {
    right: 5%;
    bottom: 1%;
  }

  .button_01.projects {
    right: 5%;
    width: 15vw;
    height: 15vw;
  }

  .index_footer {
    bottom: 0px;
    height: 25px;
  }

  .mail {
    font-size: 8px;
  }

  .footer_animation_container {
    width: 20vw;
  }

  .made_by_01 {
    font-size: 10px;
  }

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

  .made_by_02 {
    font-size: 10px;
  }

  .balloon_01 {
    bottom: 11%;
    width: 350px;
  }

  .footer_content.projects {
    height: 30vw;
  }

  .balloon_container._1 {
    left: 10vw;
    top: 5%;
    width: 80vw;
  }

  .balloon_container._2 {
    left: -1%;
    top: 20%;
    width: 80vw;
  }

  .balloon_container._3 {
    left: 3%;
    top: 57%;
    width: 80vw;
  }

  .balloon_container._4 {
    left: 26%;
    top: 70%;
    width: 80vw;
  }

  .balloon_container._5 {
    left: 28%;
    top: 50%;
    width: 80vw;
  }

  .balloon_container.new6 {
    left: 25%;
    top: 33%;
    width: 80vw;
  }

  .balloon_container.new7 {
    left: 28%;
    top: 84%;
    width: 80vw;
  }

  .balloon_container.new8 {
    left: 1%;
    top: 78%;
    width: 80vw;
  }

  .balloon_container._9 {
    left: 0%;
    top: 50%;
    width: 70vw;
  }

  .balloon_container._10 {
    left: 35%;
    top: 43%;
    width: 70vw;
  }

  .balloon_container._11 {
    left: 37%;
    top: 70%;
    width: 70vw;
  }

  .balloon_container._12 {
    left: -4%;
    top: 16%;
    width: 70vw;
  }

  .balloon_container._13 {
    left: 6%;
    top: 25%;
    width: 65vw;
  }

  .balloon_container._14 {
    left: -7%;
    top: 82%;
    width: 70vw;
  }

  .menu_wrapper {
    display: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .half_menu_a {
    width: 100vw;
    height: 50%;
  }

  .half_menu_b {
    width: 100vw;
    height: 50%;
  }

  .right_menu_text {
    margin-bottom: 25vw;
    font-size: 7vw;
  }

  .left_menu_text {
    font-size: 6vw;
  }

  .menu_link {
    margin-top: 2vw;
    margin-bottom: 2vw;
  }

  .menu_email_text {
    font-size: 3.5vw;
  }

  .menu_social_icons {
    width: 15vw;
    margin-top: 5vw;
  }

  .menu_social_icons.contactos_pg {
    width: 13vw;
    margin-top: 6vw;
  }

  .cursor {
    top: 50%;
    right: 32.5vw;
    width: 40vw;
    height: 40vw;
  }

  .projects_wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 5vw;
  }

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

  .projects_grid {
    grid-auto-rows: 120vw;
    grid-column-gap: 4vw;
    grid-row-gap: 4vw;
    -ms-grid-columns: 85vw;
    grid-template-columns: 85vw;
    -ms-grid-rows: 120vw 120vw 120vw;
    grid-template-rows: 120vw 120vw 120vw;
  }

  .projects_grid.services {
    margin-bottom: 10vw;
    grid-column-gap: 25vw;
    grid-row-gap: 25vw;
  }

  .project_img_description {
    margin-top: 2vw;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  ._24px_typo {
    font-size: 4vw;
  }

  ._24px_typo.projects._1 {
    position: static;
  }

  ._24px_typo.projects._2 {
    position: static;
  }

  ._24px_typo.projects._3 {
    position: static;
  }

  ._24px_typo.button {
    font-size: 4.5vw;
  }

  ._50px_typo {
    font-size: 6vw;
  }

  ._50px_typo.projects._1 {
    position: static;
  }

  ._50px_typo.projects._2 {
    position: static;
  }

  ._50px_typo.projects._3 {
    position: static;
  }

  .project_img_wrapper {
    width: 85vw;
    height: 85vw;
  }

  .projects_footer {
    height: 95vw;
  }

  .footer_link.about {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    font-size: 3.5vw;
    line-height: 2.5vw;
  }

  .footer_link.projects {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 3.5vw;
    line-height: 2.5vw;
  }

  .footer_link.creative {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    font-size: 3.5vw;
    line-height: 2.5vw;
  }

  .footer_link.mail {
    position: absolute;
    left: 33.2vw;
    top: 16vw;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 3.5vw;
  }

  .footer_link.politica {
    position: absolute;
    left: 32vw;
    top: 10vw;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    font-size: 3.5vw;
    line-height: 2.5vw;
  }

  .separator {
    overflow: visible;
    font-size: 3vw;
  }

  .separator.extra {
    display: none;
    overflow: visible;
  }

  .botom_footer_wrapper {
    height: 25vw;
  }

  .personal_description {
    height: 220vw;
  }

  .lexend_sz165 {
    height: auto;
    font-size: 20vw;
    line-height: 1.2em;
  }

  .section_container {
    width: 85%;
    -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;
  }

  .lexend_sz40.white {
    width: 90%;
    font-size: 5vw;
  }

  .lexend_sz40px {
    width: auto;
    font-size: 5.5vw;
  }

  .lexend_sz40px.bottum_text {
    position: static;
    text-align: left;
  }

  .lexend_sz40px.txt1 {
    text-align: center;
  }

  .lexend_sz40px.txt1.white {
    font-size: 5vw;
  }

  .left_column {
    width: 100%;
    height: auto;
    margin-bottom: 5vw;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .right_column {
    width: 100%;
    height: auto;
    margin-bottom: 7vw;
  }

  .open-sans_sz24px.personal_pg {
    width: auto;
    margin-top: 0vw;
    font-size: 4vw;
  }

  .messages.carolina {
    height: 210vw;
  }

  .element_01 {
    width: 20vw;
    height: 12vw;
    margin-right: auto;
    margin-bottom: 10vw;
    margin-left: auto;
  }

  .lexend_sz20 {
    font-size: 4vw;
    line-height: 1.5em;
  }

  .form_banner_container {
    width: 100vw;
    height: 100vh;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: baseline;
    -webkit-align-items: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
  }

  .form_banner {
    z-index: 0;
    width: 100vw;
    height: 100vh;
    -o-object-position: 0% 50%;
    object-position: 0% 50%;
  }

  .form_text_1 {
    font-size: 25vw;
    line-height: 22vw;
  }

  .form_text_2 {
    margin-top: 6.5vw;
    margin-bottom: 6.5vw;
    font-size: 6vw;
    line-height: 5vw;
  }

  .form_text_2.center2 {
    width: 60vw;
    height: auto;
    margin-top: 10vw;
    margin-bottom: 8vw;
    line-height: 1.25em;
  }

  ._40px_typo.projects._1 {
    position: static;
  }

  ._40px_typo.projects._2 {
    position: static;
  }

  ._40px_typo.projects._3 {
    position: static;
  }

  ._40px_typo.center {
    width: 70vw;
    height: auto;
    font-size: 6.5vw;
    line-height: 1.1em;
  }

  .detail_view_container {
    height: 50vw;
    padding-top: 8vw;
  }

  .button_know_more {
    width: 40vw;
    height: 10vw;
    margin-top: 5vw;
    border-radius: 10vw;
  }

  .button_know_more.error_pg {
    margin-top: 8vw;
  }

  .link-block {
    height: 40vw;
    padding-top: 28vw;
  }

  .footer_balloon {
    left: 47%;
    top: 85%;
    width: 30vw;
    height: 30vw;
  }

  ._30px_typo_03 {
    bottom: 15vw;
    margin-bottom: 20vw;
    font-size: 5vw;
  }

  ._30px_typo_03.projects._1 {
    position: static;
  }

  ._30px_typo_03.projects._2 {
    position: static;
  }

  ._30px_typo_03.projects._3 {
    position: static;
  }

  .blog_files_grid {
    grid-column-gap: 4vw;
    grid-row-gap: 4vw;
    -ms-grid-columns: 85vw;
    grid-template-columns: 85vw;
    -ms-grid-rows: 105vw 105vw 105vw 105vw;
    grid-template-rows: 105vw 105vw 105vw 105vw;
  }

  .blog_img_container {
    width: 85vw;
    height: 85vw;
  }

  .cc_banner_img_container {
    width: 86vw;
  }

  .blog_container {
    margin-right: 7vw;
    margin-left: 7vw;
  }

  .blog_container.politica {
    margin-top: 15vw;
  }

  .blog_title1 {
    font-size: 4vw;
    line-height: 1.3em;
  }

  .blog_typo1 {
    font-size: 4vw;
    line-height: 1.3em;
  }

  .grid-2 {
    -ms-grid-columns: 86vw;
    grid-template-columns: 86vw;
    -ms-grid-rows: 60vw 60vw;
    grid-template-rows: 60vw 60vw;
  }

  .grid-2.grid_4photos {
    -ms-grid-rows: 60vw 60vw 60vw 60vw;
    grid-template-rows: 60vw 60vw 60vw 60vw;
  }

  .grid-2.grid_6photos {
    grid-auto-rows: 60vw;
    -ms-grid-rows: 60vw 60vw 60vw 60vw;
    grid-template-rows: 60vw 60vw 60vw 60vw;
  }

  .footer_menu {
    height: 25vw;
    margin-top: 3vw;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .global_container {
    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;
  }

  .section_j {
    position: static;
    height: auto;
  }

  .section_k {
    position: static;
    height: auto;
  }

  .section_w {
    position: static;
    height: auto;
  }

  .section_x {
    position: static;
    height: auto;
  }

  .section_gg {
    position: static;
    height: auto;
  }

  .section_ga {
    position: static;
    height: auto;
  }

  .section_j-copy {
    position: static;
    height: auto;
  }

  .section_j-copy-copy {
    position: static;
    height: auto;
  }

  .right_menu_text_contactos {
    margin-bottom: 2vw;
    font-size: 4.5vw;
  }

  .section_servicos_a {
    height: 60vw;
  }

  .txt_servicos_banner_a {
    font-size: 9.5vw;
  }

  .section_servicos_element_01 {
    width: 20vw;
    height: 12vw;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .section_servicos_b {
    height: 230vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .img_servicos_wrapper {
    width: 80vw;
    margin-left: 0vw;
  }

  .description_servicos_a {
    width: 80vw;
    margin-top: 5vw;
    margin-left: 0vw;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .txt_title_desc_servicos {
    font-size: 9.5vw;
  }

  .txt_desc_servicos_a {
    font-size: 5vw;
  }

  .button_servicos_know_more {
    width: 40vw;
    height: 10vw;
    margin-top: 5vw;
    border-radius: 10vw;
  }

  .section_servicos_c {
    width: 80vw;
  }

  .txt_servicos_title_a {
    font-size: 8vw;
    text-align: left;
  }

  .grid_servicos_a {
    -ms-grid-columns: 80vw;
    grid-template-columns: 80vw;
  }

  .img_grid_servico_container {
    height: 55vw;
  }

  .txt_servicos_title_b {
    font-size: 8vw;
  }

  .txt_servicos_description {
    font-size: 5vw;
  }

  .presentation_container {
    position: fixed;
    z-index: 1;
    width: 100vw;
    height: auto;
    padding-top: 40vw;
    padding-left: 10vw;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .contactos_link.about {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    font-size: 3.5vw;
    line-height: 2.5vw;
  }

  .contactos_link.projects {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 3.5vw;
    line-height: 2.5vw;
  }

  .contactos_link.creative {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    font-size: 3.5vw;
    line-height: 2.5vw;
  }

  .contactos_link.mail {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 6vw;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 4vw;
    line-height: 6vw;
  }

  .contactos_link.politica {
    position: absolute;
    left: 32vw;
    top: 10vw;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    font-size: 3.5vw;
    line-height: 2.5vw;
  }

  .lexend_sz18 {
    font-size: 4vw;
    line-height: 1.5em;
  }

  .banner_error {
    width: 100%;
  }

  .div-block-5 {
    padding-right: 0vw;
    padding-left: 0vw;
  }
}

#w-node-ad7011cd-e325-a844-3c04-e62815f6d381-7467935a {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-e0018bf4-10cf-05eb-d6f0-b3a2fd0110ac-7467935a {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-f6fe8f56-8d79-80de-2cfe-f9d0f5f79ad4-7467935a {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-f6fe8f56-8d79-80de-2cfe-f9d0f5f79ad5-7467935a {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-b7b0a311-7755-67e5-61aa-4b0c776a03b2-7467935a {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-b7b0a311-7755-67e5-61aa-4b0c776a03b3-7467935a {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_2ed925b0-efa5-cb0e-b75f-8f73318f6058-7467935a {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_2ed925b0-efa5-cb0e-b75f-8f73318f6059-7467935a {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-a666ddf1-ddf3-1cb1-192b-18b4aaae87b2-7467935a {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-a666ddf1-ddf3-1cb1-192b-18b4aaae87b3-7467935a {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

@media screen and (max-width: 479px) {
  #w-node-df5f906d-4984-396c-1c97-30c2fdee3bc7-79d219de {
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-fbf11a5a-b790-dbfb-26e1-3caed108f546-31d219e6 {
    -ms-grid-column-align: center;
    justify-self: center;
  }
}

