body {
  color: #1a1b1f;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 15px;
  font-size: 44px;
  font-weight: 400;
  line-height: 62px;
}

h2 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 36px;
  font-weight: 400;
  line-height: 50px;
}

h3 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 30px;
  font-weight: 400;
  line-height: 46px;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 400;
  line-height: 38px;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 500;
  line-height: 34px;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 500;
  line-height: 28px;
}

p {
  margin-bottom: 10px;
}

a {
  color: #1a1b1f;
  text-decoration: underline;
  transition: opacity .2s;
  display: block;
}

a:hover {
  color: #32343a;
}

a:active {
  color: #43464d;
}

ul {
  margin-top: 20px;
  margin-bottom: 10px;
  padding-left: 40px;
  list-style-type: disc;
}

li {
  margin-bottom: 10px;
}

img {
  display: block;
}

label {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}

blockquote {
  border-left: 5px solid #e2e2e2;
  margin-top: 25px;
  margin-bottom: 25px;
  padding: 15px 30px;
  font-size: 20px;
  line-height: 34px;
}

figure {
  margin-top: 25px;
  padding-bottom: 20px;
}

figcaption {
  opacity: .6;
  text-align: center;
  margin-top: 5px;
  font-size: 14px;
  line-height: 26px;
}

.divider {
  height: 1px;
  background-color: #eee;
}

.styleguide-content-wrap {
  text-align: center;
}

.base-home {
  z-index: 1;
  width: 50vw;
  height: 100vh;
  opacity: .8;
  object-fit: fill;
  background-image: url('../images/Grupo-1225.svg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  display: block;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.base-home.cc-cta {
  background-color: #f4f4f4;
  padding-left: 80px;
  padding-right: 80px;
}

.base-home.cc-store-home-wrap {
  width: 100vw;
  height: 100vh;
  margin-left: 0;
  margin-right: 0;
}

.styleguide-block {
  text-align: left;
  flex-direction: column;
  align-items: center;
  margin-top: 80px;
  margin-bottom: 80px;
  display: block;
}

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

.paragraph-tiny {
  font-size: 12px;
  line-height: 20px;
}

.paragraph-bigger {
  opacity: 1;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 400;
  line-height: 34px;
}

.paragraph-bigger.cc-bigger-light, .paragraph-bigger.cc-bigger-white-light {
  opacity: .6;
}

.button {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  border-radius: 0;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .4s, opacity .4s, color .4s;
}

.button:hover {
  color: #fff;
  background-color: #32343a;
}

.button:active {
  background-color: #43464d;
}

.button.cc-jumbo-button {
  padding: 16px 35px;
  font-size: 14px;
  line-height: 26px;
}

.button.cc-jumbo-button.cc-jumbo-white {
  color: #000;
  background-color: #fff;
}

.button.cc-jumbo-button.cc-jumbo-white:hover {
  background-color: #f1f1f1;
}

.button.cc-jumbo-button.cc-jumbo-white:active {
  background-color: #e1e1e1;
}

.button.cc-contact-us {
  z-index: 5;
  background-color: #003d6e;
  position: relative;
}

.button.cc-white-button {
  color: #202020;
  background-color: #fff;
  padding: 16px 35px;
  font-size: 14px;
  line-height: 26px;
}

.button.cc-white-button:hover {
  background-color: rgba(255, 255, 255, .8);
}

.button.cc-white-button:active {
  background-color: rgba(255, 255, 255, .9);
}

.label {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}

.label.cc-styleguide-label {
  margin-bottom: 25px;
}

.label.cc-light {
  opacity: .6;
}

.label.cc-blog-date {
  opacity: .6;
  margin-top: 20px;
}

.heading-jumbo-tiny {
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 500;
  line-height: 32px;
}

.rich-text {
  width: 70%;
  margin-bottom: 100px;
  margin-left: auto;
  margin-right: auto;
}

.rich-text p {
  opacity: .6;
  margin-top: 15px;
  margin-bottom: 25px;
}

.paragraph-light {
  opacity: .6;
}

.heading-jumbo {
  text-transform: none;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 64px;
  line-height: 80px;
}

.heading-jumbo-small {
  text-transform: none;
  margin-top: 10px;
  margin-bottom: 15px;
  font-size: 36px;
  font-weight: 400;
  line-height: 50px;
}

.styleguide-button-wrap {
  margin-top: 10px;
  margin-bottom: 10px;
}

.styleguide-header-wrap {
  height: 460px;
  color: #fff;
  text-align: center;
  background-color: #1a1b1f;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 30px;
  display: flex;
}

.paragraph-small {
  font-size: 14px;
  line-height: 26px;
}

.logo-link {
  z-index: 1;
  width: 150px;
  align-self: stretch;
  margin-right: 0;
}

.logo-link:hover {
  opacity: .8;
}

.logo-link:active {
  opacity: .7;
}

.logo-link.mob {
  display: none;
}

.menu {
  z-index: 0;
  flex: 1;
  justify-content: space-between;
  align-self: stretch;
  align-items: stretch;
}

.navigation-wrap {
  width: 15vw;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
}

.navigation {
  z-index: 900;
  width: 15vw;
  background-color: rgba(0, 0, 0, 0);
  background-image: url('../images/Caminho-1612.png');
  background-position: 100% 0;
  background-size: cover;
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  align-self: stretch;
  align-items: flex-start;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.navigation-item {
  max-width: none;
  min-width: auto;
  opacity: 1;
  color: #00a2b6;
  text-align: right;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-left: 0;
  margin-right: 0;
  padding: 9px 10px;
  font-family: Open Sans, sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 14px;
  text-decoration: none;
}

.navigation-item:hover {
  opacity: 1;
  color: #003c6d;
  font-weight: 700;
}

.navigation-item:active {
  opacity: .8;
}

.navigation-item.w--current {
  opacity: 1;
  color: #003c6d;
  text-align: right;
  margin-left: 5px;
  margin-right: 5px;
  font-weight: 800;
}

.navigation-item.w--current:hover {
  opacity: .8;
  color: #003c6d;
  font-weight: 800;
}

.navigation-item.w--current:active {
  opacity: .7;
  color: #32343a;
}

.navigation-item.sem-hover {
  letter-spacing: 2px;
  font-weight: 400;
}

.navigation-item.sem-hover:hover {
  color: #fff;
}

.navigation-item.sem-hover.menor {
  max-width: none;
  min-width: auto;
}

.navigation-item.maior {
  min-width: 0;
}

.logo-image {
  display: block;
}

.navigation-items {
  width: 10vw;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.footer-wrap {
  justify-content: center;
  align-items: center;
  padding-top: 70px;
  padding-bottom: 70px;
  display: flex;
}

.webflow-link {
  opacity: .5;
  align-items: center;
  text-decoration: none;
  transition: opacity .4s;
  display: flex;
}

.webflow-link:hover {
  opacity: 1;
}

.webflow-link:active {
  opacity: .8;
}

.webflow-logo-tiny {
  margin-top: -2px;
  margin-right: 8px;
}

.cta-text {
  width: 70%;
  margin-bottom: 35px;
  margin-left: auto;
  margin-right: auto;
}

.cta-wrap {
  text-align: center;
  justify-content: center;
  padding-top: 110px;
  padding-bottom: 120px;
  display: flex;
}

.intro-header {
  height: 620px;
  color: #fff;
  background-color: #f4f4f4;
  background-image: url('../images/portfolio-2---wide.svg');
  background-position: 0 0;
  background-size: cover;
  justify-content: center;
  align-items: center;
  margin-bottom: 100px;
  display: flex;
}

.intro-header.cc-subpage {
  height: 480px;
  color: #fff;
  background-color: #000;
  background-image: none;
}

.intro-content {
  width: 70%;
  max-width: 1140px;
  text-align: center;
}

.intro-content.cc-homepage {
  margin-bottom: 20px;
}

.motto-wrap {
  width: 80%;
  text-align: center;
  margin-bottom: 85px;
  margin-left: auto;
  margin-right: auto;
}

.about-story-wrap {
  width: 80%;
  text-align: center;
  margin: 80px auto;
}

.our-services-grid {
  grid-column-gap: 80px;
  grid-row-gap: 60px;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-areas: ". . ."
                       ". . .";
  margin-bottom: 120px;
}

.section-heading-wrap {
  text-align: center;
  margin-top: 80px;
  margin-bottom: 80px;
}

.service-icon {
  margin-bottom: 30px;
}

.status-message {
  color: #fff;
  text-align: center;
  background-color: #202020;
  padding: 9px 30px;
  font-size: 14px;
  line-height: 26px;
}

.status-message.cc-success-message {
  background-color: #12b878;
}

.status-message.cc-error-message {
  background-color: #db4b68;
}

.status-message.cc-no-data {
  width: 70%;
  margin: 100px auto;
  display: block;
}

.contact-form-wrap {
  border: 1px solid #eee;
  padding: 45px 50px 50px;
}

.contact-form-grid {
  grid-column-gap: 80px;
  grid-row-gap: 30px;
  grid-template: ". ."
  / 2.5fr 1fr;
  align-items: start;
  margin-top: 100px;
  margin-bottom: 100px;
}

.details-wrap {
  margin-bottom: 30px;
}

.get-in-touch-form {
  flex-direction: column;
  display: flex;
}

.text-field {
  border: 1px solid #e4e4e4;
  border-radius: 0;
  margin-bottom: 18px;
  padding: 21px 20px;
  font-size: 14px;
  line-height: 26px;
  transition: border-color .4s;
}

.text-field:hover {
  border-color: #e3e6eb;
}

.text-field:active, .text-field:focus {
  border-color: #43464d;
}

.text-field::-ms-input-placeholder {
  color: rgba(50, 52, 58, .4);
}

.text-field::placeholder {
  color: rgba(50, 52, 58, .4);
}

.text-field.cc-contact-field {
  margin-bottom: 25px;
}

.text-field.cc-textarea {
  height: 200px;
  padding-top: 12px;
}

.contact-form {
  width: 100%;
  flex-direction: column;
  align-items: stretch;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.contact-form-heading-wrap {
  margin-bottom: 40px;
}

.contact-heading {
  margin-top: 0;
  margin-bottom: 15px;
  font-weight: 400;
}

.map {
  height: 460px;
  margin-bottom: 100px;
  line-height: 20px;
}

.contact-team-name-wrap {
  margin-bottom: 30px;
}

.our-contacts {
  grid-column-gap: 80px;
  grid-row-gap: 60px;
  text-align: center;
  grid-template: ". . ."
  / 1fr 1fr 1fr;
  margin-bottom: 120px;
}

.contact-team-details-wrap {
  margin-top: 30px;
}

.contact-team-pic {
  height: 150px;
  background-color: #f4f4f4;
  margin-bottom: 30px;
}

.team-pic {
  width: 100%;
  height: 420px;
  background-color: #f4f4f4;
  margin-bottom: 40px;
}

.team-members {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-areas: ". . ."
                       ". . .";
  margin-bottom: 60px;
}

.team-member-title-wrap {
  width: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 60px;
  display: flex;
}

.team-member-name {
  opacity: 1;
  margin-bottom: 5px;
  font-size: 20px;
  font-weight: 400;
  line-height: 34px;
}

.projects-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template: "."
                 "."
                 "."
                 / 1fr;
  margin-bottom: 60px;
}

.project-name-wrap {
  width: 100%;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 60px;
  display: flex;
}

.project-name-link {
  margin-bottom: 5px;
  font-size: 20px;
  font-weight: 400;
  line-height: 34px;
  text-decoration: none;
}

.project-name-link:hover {
  opacity: .8;
}

.project-name-link:active {
  opacity: .7;
}

.project-cover-link {
  margin-bottom: 40px;
}

.project-cover-link:hover {
  opacity: .8;
}

.project-cover-link:active {
  opacity: .7;
}

.project-overview-header {
  height: 620px;
  color: #fff;
  background-color: #f4f4f4;
  background-image: url('../images/portfolio-1---wide.svg');
  background-position: 50%;
  background-size: cover;
  justify-content: center;
  align-items: center;
  margin-bottom: 100px;
  display: flex;
}

.project-overview-header.cc-project-2-header {
  background-image: url('../images/portfolio-2---wide.svg');
  background-position: 50%;
}

.project-overview-header.cc-project-3-header {
  background-image: url('../images/portfolio-3---wide.svg');
  background-size: cover;
}

.project-details-grid {
  grid-column-gap: 80px;
  grid-row-gap: 30px;
  grid-template: ". ."
  / 1fr 2fr;
  align-items: start;
  margin-top: 100px;
  margin-bottom: 100px;
}

.project-pics {
  margin-bottom: 120px;
}

.detail-image {
  width: 100%;
  margin-bottom: 30px;
}

.blog-detail-header-wrap {
  width: 70%;
  margin: 60px auto;
}

.detail-header-image {
  width: 100%;
  height: 620px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: cover;
  margin-bottom: 60px;
  display: block;
}

.detail-header-image.w--current {
  margin-bottom: 60px;
}

.blog-list-wrap {
  margin-bottom: 100px;
}

.blog-item {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  margin-bottom: 80px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.blog-preview-image {
  width: 100%;
  height: 620px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: cover;
  margin-bottom: 45px;
  transition: opacity .6s;
  display: block;
}

.blog-preview-image:hover {
  opacity: .8;
}

.blog-preview-image:active {
  opacity: .7;
}

.blog-summary-wrap {
  width: 70%;
  text-align: left;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
}

.blog-heading-link {
  margin-bottom: 10px;
  font-size: 30px;
  font-weight: 400;
  line-height: 46px;
  text-decoration: none;
}

.blog-heading-link:hover {
  opacity: .8;
}

.blog-heading-link:active {
  opacity: .7;
}

.contact-email-link {
  opacity: .6;
  margin-bottom: 5px;
}

.contact-email-link:hover {
  opacity: 1;
}

.contact-email-link:active {
  opacity: .8;
}

.protected-form {
  flex-direction: column;
  display: flex;
}

.protected-wrap {
  justify-content: center;
  padding-top: 90px;
  padding-bottom: 100px;
  display: flex;
}

.protected-heading {
  margin-bottom: 30px;
}

.utility-page-wrap {
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  color: #fff;
  text-align: center;
  justify-content: center;
  align-items: center;
  padding: 30px;
  display: flex;
}

._404-wrap {
  width: 100%;
  height: 100%;
  background-color: #1a1b1f;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 30px;
  display: flex;
}

._404-content-wrap {
  margin-bottom: 20px;
}

.home-content-wrap {
  margin-top: 80px;
  margin-bottom: 120px;
}

.home-section-wrap {
  margin-bottom: 30px;
}

.section-heading {
  margin-top: 10px;
  margin-bottom: 20px;
  font-weight: 400;
}

.about-grid {
  grid-column-gap: 80px;
  grid-row-gap: 30px;
  grid-template: ". ."
  / 1fr 2fr;
  align-items: center;
  margin-bottom: 80px;
}

.about-grid.cc-about-2 {
  grid-template-columns: 2fr 1fr;
  grid-template-areas: ". .";
}

.intro-text {
  width: 80%;
  margin-bottom: 35px;
  margin-left: auto;
  margin-right: auto;
}

.collection-wrap {
  flex-wrap: wrap;
  align-content: flex-start;
  justify-content: center;
  align-items: flex-start;
  margin-left: -15px;
  margin-right: -15px;
  display: flex;
}

.work-heading {
  margin-top: 10px;
  margin-bottom: 20px;
  font-weight: 400;
}

.blog-heading {
  text-align: center;
  margin-bottom: 60px;
}

.blog-preview-wrap {
  width: 33.33%;
  padding-bottom: 30px;
  padding-left: 15px;
  padding-right: 45px;
}

.collection-list-wrapper {
  margin-bottom: 120px;
}

.business-article-heading {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 500;
  line-height: 38px;
  text-decoration: none;
}

.business-article-heading:hover {
  opacity: .8;
}

.business-article-heading:active {
  opacity: .7;
}

.body {
  height: 100vh;
  background-color: rgba(0, 0, 0, 0);
  justify-content: center;
}

.body.apresenta-o {
  display: flex;
}

.background-video {
  z-index: 0;
  width: 100vw;
  height: 100vh;
  display: block;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.onda {
  z-index: 4;
  height: 100vh;
  position: absolute;
  top: -6%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.azul {
  z-index: 3;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0);
  background-image: url('../images/fola.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: auto;
  display: none;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.elementos {
  z-index: 50;
  height: 100vh;
  clear: none;
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 100px;
  padding-bottom: 70px;
  padding-right: 0;
  display: flex;
  position: relative;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.text-block {
  height: 50px;
}

.text-block-2 {
  width: 30vw;
  color: #003c6d;
  text-align: left;
  font-family: Open Sans, sans-serif;
  font-size: 45px;
  font-weight: 600;
  line-height: 61px;
}

.italic-text {
  padding-left: 30px;
  font-weight: 400;
}

.text-span {
  padding-left: 0;
  font-size: 60px;
  font-weight: 800;
}

.logo {
  width: 15vw;
  height: 15vh;
}

.dropdown-list {
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.dropdown-list.w--open {
  top: auto;
  bottom: 100%;
  left: 0%;
  right: 0%;
}

.dropdown-toggle {
  background-color: #003d6e;
  padding: 10px 15px;
  display: flex;
}

.dropdown-toggle.w--open {
  background-color: #003d6e;
}

.nome-dd {
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-right: 10px;
  padding-right: 0;
  font-family: Open Sans, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
}

.icon {
  color: #fff;
}

.dd-link {
  color: #fff;
  object-fit: fill;
  background-color: #003d6e;
  padding: 12px 25px 12px 15px;
  font-family: Open Sans, sans-serif;
  font-size: 13px;
  line-height: 16px;
  overflow: visible;
}

.dd-link:hover {
  color: #1b99d1;
}

.div-block {
  width: 5px;
  height: 5px;
  background-color: #fff;
  border-radius: 20px;
}

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

.div-navigation-item {
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.div-navigation-item.setas {
  width: 120px;
  height: 35px;
  background-color: #003c6d;
  border-radius: 200px;
  flex: none;
  align-self: auto;
}

.div-navigation-item.setas.direita {
  background-color: rgba(0, 0, 0, 0);
  border: 2px solid #fff;
  margin-left: 20px;
  display: none;
}

.div-navigation-item.setas.direita:hover {
  background-color: rgba(0, 60, 109, .33);
}

.div-navigation-item.setas.direita.mob {
  display: none;
}

.div-navigation-item.setas.esquerda {
  background-color: rgba(0, 0, 0, 0);
  border: 2px solid #fff;
  margin-right: 20px;
  display: none;
}

.div-navigation-item.setas.esquerda:hover {
  background-color: rgba(0, 60, 109, .33);
}

.div-navigation-item.setas.esquerda.mob {
  display: none;
}

.navigation-item-bolinha {
  width: 5px;
  height: 5px;
  background-color: #fff;
  border-radius: 20px;
  display: block;
}

.base-page {
  z-index: 0;
  width: 100vw;
  height: 100vh;
  background-image: url('../images/Garota_copo_agua-2.png');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: cover;
  margin-left: 0;
  margin-right: 0;
  display: block;
  position: absolute;
}

.base-page.cc-cta {
  background-color: #f4f4f4;
  padding-left: 80px;
  padding-right: 80px;
}

.base-page.cc-store-home-wrap {
  width: 100vw;
  height: 100vh;
  margin-left: 0;
  margin-right: 0;
}

.page-elements {
  z-index: 50;
  height: 85vh;
  clear: none;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 40px 0 70px 140px;
  display: flex;
  position: relative;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.texto-corrido {
  width: auto;
  color: #fff;
  text-align: left;
  font-family: Open Sans, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
}

.destaque {
  background-image: url('../images/Bolha-dagua.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.texto-destaques {
  color: #003d6e;
  text-align: center;
  padding-top: 25px;
  padding-bottom: 25px;
  font-family: Open Sans, sans-serif;
  font-weight: 600;
  line-height: 23px;
}

.texto-destaques.mod {
  padding-top: 80px;
  padding-bottom: 80px;
}

.texto-destaques.mod-2 {
  padding-top: 60px;
  padding-bottom: 60px;
}

.text-span-2, .destaque-maior {
  font-size: 25px;
  font-weight: 700;
}

.column {
  background-image: url('../images/Grupo-6609_1Grupo 6609.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: auto;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.texto-corrido-box {
  width: 30vw;
  color: #003d6e;
  text-align: left;
  padding: 0;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 25px;
}

.texto-corrido-box.branco {
  width: 20vw;
  color: #fff;
}

.texto-corrido-box.branco.mod {
  width: auto;
}

.texto-corrido-box.branco.sem-medida {
  width: 86.1391%;
  font-size: 14px;
}

.texto-corrido-box.branco.sem-medida.espa-o {
  margin-top: 20px;
}

.texto-corrido-box.curto {
  width: 20vw;
}

.texto-corrido-box.maior {
  width: 35vw;
}

.div-block-3 {
  height: 36px;
  background-color: rgba(0, 0, 0, 0);
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  justify-content: flex-start;
  align-items: center;
  padding-left: 20px;
  display: flex;
  position: relative;
}

.t-tulo-box {
  width: auto;
  color: #003d6e;
  text-align: left;
  text-transform: uppercase;
  margin-bottom: 10px;
  padding-left: 0;
  padding-right: 0;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 22px;
}

.dropdown {
  margin-left: 0;
  margin-right: 0;
}

.div-menu-central {
  flex-direction: column;
}

.columns {
  flex-direction: column;
  display: flex;
}

.div-box-texto-1-4 {
  background-color: rgba(0, 0, 0, 0);
  flex-direction: column;
  display: flex;
}

.div-block-5 {
  width: 60vw;
  grid-column-gap: 16px;
  grid-row-gap: 0px;
  grid-template-rows: 50% 55%;
  grid-template-columns: 20% 20% 20% 20% 20%;
  grid-auto-columns: 1fr;
  justify-content: space-around;
  align-self: stretch;
  margin-top: 0;
  display: grid;
}

.button-2 {
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #003c6d;
  align-self: flex-end;
  font-family: Open Sans, sans-serif;
  font-size: 14px;
  line-height: 16px;
  position: static;
  top: auto;
  bottom: 7%;
  left: 45%;
  right: 45%;
}

.button-2:hover {
  color: #1b99d1;
}

.div-block-6 {
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  align-self: flex-start;
  align-items: flex-start;
  margin-left: 10%;
  display: flex;
}

.div-block-7 {
  z-index: 500;
  width: 135px;
  height: 40px;
  background-color: #003c6d;
  border-radius: 50px;
  flex-direction: row;
  justify-content: center;
  align-self: center;
  align-items: center;
  text-decoration: none;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 5%;
  left: auto;
  right: 46%;
}

.div-block-7:hover {
  background-color: #1b99d1;
}

.div-block-8 {
  color: #fff;
  background-image: linear-gradient(#fff, #fff);
  border-bottom: 1px solid #1b99d1;
  border-left: 1px solid #1b99d1;
  border-bottom-left-radius: 50px;
  margin-top: -20px;
  margin-left: 18px;
}

.div-bolhas {
  width: 60vw;
  grid-column-gap: 16px;
  grid-row-gap: 0px;
  grid-template-rows: 50% 55%;
  grid-template-columns: 20% 20% 20% 20% 20%;
  grid-auto-columns: 1fr;
  justify-content: space-around;
  align-self: stretch;
  margin-top: 0;
  display: none;
}

.c-hero_map {
  width: 560px;
}

.collection-item {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.c-map_circle {
  width: 1em;
  height: 1em;
  background-color: #fffffb;
  border-radius: 100vw;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.c-map_fill {
  z-index: -1;
  width: 2.5em;
  height: 2.5em;
  min-height: 2.5em;
  min-width: 2.5em;
  background-color: #ff8ad8;
  border-radius: 100vw;
  position: relative;
}

.c-map_dot {
  z-index: 20;
  justify-content: flex-end;
  align-items: center;
  margin-top: 4.8em;
  margin-left: 4.9em;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.c-map_dot.is--hidden {
  display: none;
}

.c-map_contain {
  position: relative;
}

.collection-list {
  width: 100%;
  height: 100%;
  position: relative;
}

.c-map_location {
  text-align: right;
  white-space: nowrap;
  margin-right: 2.9em;
  font-size: 1em;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.c-map_image {
  z-index: 1;
  width: 100%;
  position: relative;
}

.collection-wrapper {
  z-index: 3;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.background-video-mapa {
  z-index: 2;
  width: 100vw;
  height: 100vh;
  opacity: 1;
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

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

.page-elements-mapa {
  z-index: 50;
  width: 72vw;
  height: auto;
  clear: none;
  flex: 1;
  justify-content: flex-start;
  align-self: center;
  align-items: center;
  margin: 40px 0 100px 100px;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
  display: flex;
  position: static;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.div-block-10 {
  z-index: 20;
  position: relative;
  top: 44px;
  left: 182px;
  right: auto;
}

.image {
  position: absolute;
}

.minas {
  opacity: 0;
  display: block;
  position: relative;
}

.mapa {
  width: 40vw;
  flex: 1;
  justify-content: flex-end;
  align-self: flex-start;
  align-items: flex-end;
  padding-right: 20px;
  display: block;
  position: relative;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
  overflow: hidden;
}

.base-page-mapa {
  z-index: 0;
  width: 100vw;
  height: 100vh;
  justify-content: flex-end;
  margin-left: 0;
  margin-right: 0;
  display: flex;
  position: absolute;
}

.base-page-mapa.cc-cta {
  background-color: #f4f4f4;
  padding-left: 80px;
  padding-right: 80px;
}

.base-page-mapa.cc-store-home-wrap {
  width: 100vw;
  height: 100vh;
  margin-left: 0;
  margin-right: 0;
}

.mapa-verde {
  z-index: 3;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 164, 183, .6);
  display: none;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.div-minas {
  z-index: 20;
  background-color: rgba(0, 0, 0, 0);
  flex: none;
  margin-bottom: 0;
  padding-bottom: 0;
  position: absolute;
  top: 47%;
  bottom: auto;
  left: 40%;
  right: auto;
}

.bot-o-minas {
  z-index: 200;
  width: 21%;
  height: 13%;
  background-color: rgba(0, 0, 0, 0);
  flex: none;
  position: absolute;
  bottom: 31%;
  right: 36%;
}

.text-block-3 {
  color: #003c6d;
  text-align: right;
  font-family: Open Sans, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 36px;
}

.text-span-3, .t-tulo-grande-italico {
  font-style: italic;
  font-weight: 400;
}

.t-tulo-grande {
  color: #003c6d;
  text-align: right;
  font-family: Open Sans, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 36px;
}

.t-tulo-grande.branco {
  color: #fff;
}

.t-tulo-grande.branco.esquerdo {
  text-align: left;
  margin-bottom: 20px;
  margin-left: 0;
  position: relative;
  top: auto;
}

.t-tulo-grande.branco.esquerdo.mapa {
  top: 0;
}

.t-tulo-grande.branco.esquerdo.aguas {
  margin-left: 60px;
}

.t-tulo-grande.esquerda {
  text-align: left;
  align-self: flex-start;
  margin-bottom: 20px;
}

.page-elements-sobre {
  z-index: 50;
  height: 80vh;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-bottom: 100px;
  padding-top: 10%;
  padding-bottom: 0;
  padding-left: 10%;
  display: flex;
}

.base-page-sobre {
  z-index: 0;
  width: 100vw;
  height: 100vh;
  background-image: url('../images/Aguas_NF_17-18-01-23_C-1.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: row;
  flex: 1;
  margin-left: 0;
  margin-right: 0;
  position: static;
}

.base-page-sobre.cc-cta {
  background-color: #f4f4f4;
  padding-left: 80px;
  padding-right: 80px;
}

.base-page-sobre.cc-store-home-wrap {
  width: 100vw;
  height: 100vh;
  margin-left: 0;
  margin-right: 0;
}

.div-bolhas-mapa {
  width: 45vw;
  flex-direction: column;
  flex: 1;
  align-self: stretch;
  margin-right: 40px;
  display: flex;
}

.div-mapa {
  width: 40vw;
  height: auto;
  justify-content: flex-start;
  align-self: center;
  align-items: flex-end;
  display: flex;
  position: relative;
}

.div-mapa-titulo {
  align-self: center;
  padding-left: 60px;
}

.texto-bolhas {
  color: #fff;
  text-align: center;
  margin: 15px;
  font-family: Open Sans, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 14px;
  position: static;
}

.texto-bolhas.text-bolhas-verde.espa-o {
  font-size: 25px;
  line-height: 34px;
}

.texto-bolhas.mod, .texto-bolhas.mod.maior {
  margin-left: 30px;
  margin-right: 30px;
}

.texto-bolhas.texto-bolhas-italico {
  align-self: flex-end;
}

.texto-bolhas.texto-bolhas-italico.creditos {
  font-size: 10px;
  line-height: 16px;
}

.text-bolhas-verde {
  color: #9fa;
  font-size: 18px;
  line-height: 21px;
  display: inline-block;
}

.text-bolhas-verde.menor {
  font-size: 19px;
  line-height: 23px;
  display: inline;
}

.text-bolhas-verde.maior {
  color: #9fa;
  font-size: 40px;
  line-height: 40px;
}

.image-2 {
  position: absolute;
}

.bolha {
  background-image: url('../images/Bolha-dagua_1.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  justify-content: center;
  align-items: center;
  padding: 40px;
  display: flex;
  position: relative;
  top: 59px;
  left: -21px;
}

.bolha.espa-o {
  margin-left: 40px;
}

.bolha._1, .bolha._2, .bolha._3 {
  padding: 20px;
  top: auto;
  left: auto;
}

.bolha._4, .bolha._5, .bolha._6 {
  padding: 20px;
  top: -20px;
  left: 100px;
}

.bolha._7 {
  padding: 20px;
  top: -40px;
  left: 40px;
}

.bolha._8 {
  padding: 20px;
  top: -20px;
  left: -40px;
}

.bolha._9, .bolha._10, .bolha._11, .bolha._12, .bolha._13 {
  padding: 20px;
  top: -60px;
  left: auto;
}

.div-bolhas-2 {
  width: 100vw;
  height: 80vh;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto auto;
  grid-template-columns: auto auto auto auto auto;
  grid-auto-columns: 1fr;
  align-content: stretch;
  justify-content: stretch;
  align-self: center;
  align-items: center;
  justify-items: center;
  display: grid;
}

.text-span-4, .texto-bolhas-italico {
  font-style: italic;
  font-weight: 400;
}

.bolha-logos {
  justify-content: center;
  align-items: flex-end;
  padding: 30px;
  display: flex;
  position: relative;
}

.page-elements-numeros-2 {
  z-index: 50;
  width: auto;
  height: 80vh;
  clear: none;
  flex-direction: column;
  justify-content: space-between;
  align-self: stretch;
  align-items: stretch;
  margin: 20px 40px 70px;
  padding: 0;
  display: flex;
  position: relative;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.div-bolhas-2-numeros {
  width: 45vw;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: repeat(auto-fit, 20%) 20% 20% 20% 20% 20%;
  grid-template-columns: 15% 15% 15% 15% 15% 15%;
  grid-auto-columns: 1fr;
  align-items: center;
  justify-items: center;
  display: grid;
}

.div-box-texto-1-4-numeros {
  width: 30vw;
  height: auto;
  flex-direction: column;
  justify-content: center;
  align-self: center;
  margin-right: 0;
  display: flex;
  overflow: visible;
}

.base-page-numeros-2 {
  z-index: 0;
  width: 100vw;
  height: 100vh;
  background-image: url('../images/bg-azul.png');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: flex-end;
  margin-left: 0;
  margin-right: 0;
  display: flex;
  position: absolute;
}

.base-page-numeros-2.cc-cta {
  background-color: #f4f4f4;
  padding-left: 80px;
  padding-right: 80px;
}

.base-page-numeros-2.cc-store-home-wrap {
  width: 100vw;
  height: 100vh;
  margin-left: 0;
  margin-right: 0;
}

.bolhas-esqueda {
  margin-top: 60px;
  display: flex;
}

.div-bolhas-numeros-2 {
  width: 45vw;
  flex: 1;
  justify-content: flex-end;
  align-self: center;
  margin-right: 0;
  display: flex;
}

.bolha-n1 {
  background-image: url('../images/Bolha-dagua_1.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  justify-content: center;
  align-items: center;
  padding: 30px;
  display: flex;
  position: relative;
  left: -25px;
}

.bolha-n1.espa-o {
  margin-left: 40px;
}

.bolha-n2 {
  background-image: url('../images/Bolha-dagua_1.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  justify-content: center;
  align-items: center;
  margin-left: 20px;
  padding: 30px;
  display: flex;
  position: relative;
  top: -72px;
  left: -17px;
}

.bolha-n2.espa-o {
  margin-left: 40px;
}

.bolha-n4 {
  background-image: url('../images/Bolha-dagua_1.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  justify-content: center;
  align-items: center;
  padding: 40px 30px;
  display: flex;
  position: relative;
  top: -70px;
}

.bolha-n4.espa-o {
  margin-left: 40px;
}

.bolha-n5 {
  background-image: url('../images/Bolha-dagua_1.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  justify-content: center;
  align-items: center;
  padding: 30px;
  display: flex;
  position: relative;
  top: -19px;
}

.bolha-n5.espa-o {
  margin-left: 40px;
}

.bolha-n6 {
  background-image: url('../images/Bolha-dagua_1.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  justify-content: center;
  align-items: center;
  padding: 30px;
  display: flex;
  position: relative;
  bottom: -69px;
  left: -255px;
}

.bolha-n6.espa-o {
  margin-left: 40px;
}

.bolha-n7 {
  background-image: url('../images/Bolha-dagua_1.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  justify-content: center;
  align-items: center;
  padding: 30px;
  display: flex;
  position: relative;
  top: -123px;
  left: -104px;
}

.bolha-n7.espa-o {
  margin-left: 40px;
}

.bolha-n8 {
  background-image: url('../images/Bolha-dagua_1.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  justify-content: center;
  align-items: center;
  padding: 30px;
  display: flex;
  position: relative;
  left: -136px;
}

.bolha-n8.espa-o {
  margin-left: 40px;
}

.bolha-logos-numeros {
  justify-content: center;
  align-items: center;
  padding: 30px;
  display: flex;
  position: relative;
  bottom: 136px;
  left: 88px;
}

.bolha-c1 {
  background-image: url('../images/Bolha-dagua_1.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  justify-content: center;
  align-items: center;
  padding: 30px;
  display: flex;
  position: relative;
}

.bolha-c1.espa-o {
  margin-left: 40px;
}

.bolha-c2 {
  background-image: url('../images/Bolha-dagua_1.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  padding: 30px;
  display: flex;
  position: relative;
  top: 40px;
}

.bolha-c2.espa-o {
  margin-left: 40px;
}

.bolha-c3 {
  background-image: url('../images/Bolha-dagua_1.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  justify-content: center;
  align-items: center;
  padding: 30px;
  display: flex;
  position: relative;
  top: 57px;
  left: -22px;
}

.bolha-c3.espa-o {
  margin-left: 40px;
}

.bolha-c4 {
  background-image: url('../images/Bolha-dagua_1.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  justify-content: center;
  align-items: center;
  padding: 30px;
  display: flex;
  position: relative;
  top: -30px;
  left: 50px;
}

.bolha-c4.espa-o {
  margin-left: 40px;
}

.bolha-c5 {
  background-image: url('../images/Bolha-dagua_1.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  justify-content: center;
  align-items: center;
  padding: 30px;
  display: flex;
  position: relative;
  left: 85px;
}

.bolha-c5.espa-o {
  margin-left: 40px;
}

.div-box-texto-1-4-ciclo {
  width: 26vw;
  height: auto;
  flex-direction: column;
  justify-content: flex-end;
  margin-right: 0;
  display: flex;
  overflow: visible;
}

.base-page-ciclo {
  z-index: 0;
  width: 100vw;
  height: 100vh;
  background-image: url('../images/Abertura-Sumario.png');
  background-position: 50% 100%;
  background-size: cover;
  justify-content: space-between;
  margin-left: 0;
  margin-right: 0;
  display: flex;
  position: absolute;
}

.base-page-ciclo.cc-cta {
  background-color: #f4f4f4;
  padding-left: 80px;
  padding-right: 80px;
}

.base-page-ciclo.cc-store-home-wrap {
  width: 100vw;
  height: 100vh;
  margin-left: 0;
  margin-right: 0;
}

.page-elements-ciclo {
  z-index: 50;
  width: auto;
  height: 75vh;
  clear: none;
  justify-content: space-between;
  align-items: center;
  margin: 40px 60px 70px 220px;
  padding: 0;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.div-bolhas-ciclo {
  width: 30vw;
  flex: none;
  justify-content: flex-end;
  align-self: stretch;
  margin-right: 0;
  display: flex;
}

.div-bolhas-2-ciclo {
  width: auto;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: 25% 25% 25% 25%;
  grid-template-columns: 15% 15% 15% 15% 15% 15%;
  grid-auto-columns: 1fr;
  align-items: center;
  justify-items: center;
  display: grid;
}

.background-video-2 {
  height: 100vh;
  flex: 1;
  justify-content: flex-end;
  align-items: center;
  display: none;
}

.texto-bolhas-azul {
  color: #003c6d;
  text-align: center;
  margin: 10px;
  font-family: Open Sans, sans-serif;
  font-size: 15px;
  font-weight: 700;
  line-height: 19px;
  position: static;
}

.texto-bolhas-azul.mod {
  margin-left: 30px;
  margin-right: 30px;
}

.texto-bolhas-azul.maior {
  margin: 20px;
}

.text-bolhas-azul {
  color: #003c6d;
  font-size: 22px;
  line-height: 25px;
  display: inline-block;
}

.text-bolhas-azul.menor {
  font-size: 21px;
  line-height: 23px;
  display: inline;
}

.text-bolhas-azul.maior {
  font-size: 40px;
  line-height: 40px;
}

.text-bolhas-verde-copy {
  color: #9fa;
  font-size: 22px;
  line-height: 25px;
  display: inline-block;
}

.text-bolhas-verde-copy.menor {
  font-size: 21px;
  line-height: 23px;
  display: inline;
}

.text-bolhas-verde-copy.maior {
  font-size: 40px;
  line-height: 40px;
}

.div-ciclo-logos {
  margin-bottom: auto;
}

.base-page-ods {
  z-index: 0;
  width: 100vw;
  height: 100vh;
  background-image: url('../images/BG-Agua-3.png');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: flex-end;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  display: flex;
  position: absolute;
}

.base-page-ods.cc-cta {
  background-color: #f4f4f4;
  padding-left: 80px;
  padding-right: 80px;
}

.base-page-ods.cc-store-home-wrap {
  width: 100vw;
  height: 100vh;
  margin-left: 0;
  margin-right: 0;
}

.page-elements-ods {
  z-index: 50;
  width: auto;
  height: 75vh;
  clear: none;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  margin: 60px 140px 70px 180px;
  padding: 0;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.div-box-texto-1-4-ods {
  width: 40vw;
  height: auto;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-right: 0;
  display: flex;
  overflow: visible;
}

.div-bolhas-ods {
  width: auto;
  height: auto;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  flex: 0 auto;
  grid-template-rows: auto auto;
  grid-template-columns: .75fr .75fr .75fr .75fr;
  grid-auto-columns: 1fr;
  align-content: center;
  justify-content: flex-start;
  align-self: flex-start;
  align-items: end;
  margin-top: 10px;
  margin-bottom: 0;
  margin-right: 0;
  display: flex;
}

.ods {
  width: 100px;
  height: 100px;
}

.div-ods-direita {
  width: 30vw;
  flex-direction: column-reverse;
  justify-content: space-between;
  align-self: center;
  align-items: center;
  display: flex;
}

.div-primeira {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  margin-bottom: 10px;
  display: flex;
}

.base-page-final {
  z-index: 0;
  width: 100vw;
  height: 100vh;
  justify-content: flex-end;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  display: flex;
  position: absolute;
}

.base-page-final.cc-cta {
  background-color: #f4f4f4;
  padding-left: 80px;
  padding-right: 80px;
}

.base-page-final.cc-store-home-wrap {
  width: 100vw;
  height: 100vh;
  margin-left: 0;
  margin-right: 0;
}

.page-elements-final {
  z-index: 50;
  width: auto;
  height: 75vh;
  clear: none;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin: 60px 140px 70px 180px;
  padding: 0;
  text-decoration: none;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.div-box-texto-1-4-final {
  width: 40vw;
  height: auto;
  flex-direction: column;
  justify-content: center;
  margin-right: 0;
  display: flex;
  overflow: visible;
}

.link {
  color: #fff;
  font-weight: 600;
  text-decoration: none;
}

.link:hover {
  color: #003c6d;
}

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

.link-block {
  flex-direction: row-reverse;
  justify-content: center;
  text-decoration: none;
  display: flex;
}

.link-block-2 {
  justify-content: center;
  align-self: center;
  text-decoration: none;
  display: flex;
}

.image-3 {
  margin-left: 0;
}

.image-4 {
  margin-right: 0;
}

.inicio {
  margin-right: 10px;
}

.background-video-3 {
  height: 100vh;
  flex: 1;
  align-self: stretch;
}

.image-5 {
  flex: 0 auto;
  align-self: center;
}

.image-6 {
  width: 70%;
}

.image-7 {
  width: 70%;
  margin-top: 40px;
  margin-bottom: 20px;
}

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

.div-block-13 {
  width: 30vw;
  align-items: center;
  margin-top: 40px;
  display: flex;
  position: static;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.image-8 {
  flex: none;
  margin-right: 20px;
}

.image-9 {
  margin-right: 20px;
}

.image-10 {
  width: 20%;
  margin-left: 20px;
}

.bot-o-rio {
  z-index: 200;
  width: 10%;
  height: 7%;
  background-color: rgba(0, 0, 0, 0);
  flex: none;
  position: absolute;
  bottom: 25%;
  right: 36%;
}

.div-rio {
  z-index: 20;
  background-color: rgba(0, 0, 0, 0);
  flex: none;
  margin-bottom: 0;
  padding-bottom: 0;
  position: absolute;
  top: 57%;
  bottom: auto;
  left: 18%;
  right: auto;
}

.rio {
  opacity: 0;
  display: block;
  position: relative;
}

.div-sp {
  z-index: 20;
  background-color: rgba(0, 0, 0, 0);
  flex: none;
  margin-bottom: 0;
  padding-bottom: 0;
  position: absolute;
  top: 59%;
  bottom: auto;
  left: 21%;
  right: auto;
}

.sp {
  opacity: 0;
  display: block;
  position: relative;
}

.bot-o-sp {
  z-index: 200;
  width: 18%;
  height: 11%;
  background-color: rgba(0, 0, 0, 0);
  flex: none;
  position: absolute;
  bottom: 22%;
  right: 44%;
}

.linguagem {
  z-index: 20000;
  width: 5%;
  height: 7%;
  background-color: rgba(0, 60, 109, .32);
  border-bottom-right-radius: 50px;
  border-bottom-left-radius: 50px;
  justify-content: center;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  display: none;
  position: absolute;
  bottom: auto;
  left: 2%;
  right: auto;
}

.pt {
  color: #fff;
  margin-right: 5px;
  font-family: Open Sans, sans-serif;
  font-size: 12px;
  font-weight: 700;
  text-decoration: none;
}

.pt:hover {
  color: #003c6d;
}

.pt:visited {
  color: #1b99d1;
}

.en {
  color: #fff;
  margin-left: 5px;
  font-family: Open Sans, sans-serif;
  font-size: 12px;
  font-weight: 300;
  text-decoration: none;
}

.en:hover, .en:visited {
  color: #1b99d1;
}

.div-block-15 {
  width: 1px;
  height: 16px;
  background-color: #fff;
}

.text-span-5 {
  text-transform: none;
}

.div-block-16 {
  width: 30vw;
  flex-direction: row;
  align-self: flex-end;
  align-items: center;
  margin-top: 30px;
  display: flex;
}

.image-11 {
  margin-left: 20px;
  margin-right: 0;
}

.image-12 {
  width: 40%;
  flex: none;
}

.nav-menu {
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  margin-top: 20px;
  display: flex;
}

.container-2 {
  z-index: 999;
  height: 100vh;
  flex-direction: column;
  justify-content: space-between;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: auto;
}

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

.nav-link {
  text-transform: uppercase;
  margin-right: 5px;
  text-decoration: none;
}

.brand {
  background-image: url('../images/Grupo-663.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.button-3 {
  z-index: 2;
  width: 75px;
  height: 25px;
  clear: none;
  color: #fff;
  text-align: center;
  background-color: #4bb05c;
  border-radius: 100px;
  flex: 1;
  order: -1;
  padding: 0 20px;
  font-family: Open Sans, sans-serif;
  font-size: 10px;
  font-weight: 700;
  position: relative;
  right: 20px;
}

.button-3:hover {
  color: #fff;
}

.button-4 {
  z-index: 1;
  width: 112px;
  height: 25px;
  clear: none;
  text-align: center;
  background-color: rgba(84, 83, 81, .25);
  border-top-left-radius: 100px;
  border-bottom-left-radius: 100px;
  order: 1;
  align-self: center;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 40px;
  font-family: Open Sans, sans-serif;
  font-size: 10px;
  font-weight: 700;
  position: relative;
  left: 20px;
}

.button-4:hover {
  color: #003c6d;
}

.div-block-19 {
  flex-direction: row-reverse;
  flex: 0 auto;
  justify-content: flex-start;
  align-self: center;
  margin-bottom: 10px;
  padding-top: 0;
  display: flex;
}

.navbar {
  background-color: rgba(0, 0, 0, 0);
  flex: 1;
  align-self: stretch;
  padding-right: 20px;
  display: block;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.link-block-3 {
  color: #00a2b6;
  text-align: right;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Open Sans, sans-serif;
  font-size: 12px;
  line-height: 16px;
  text-decoration: none;
  display: flex;
}

.link-block-3:hover {
  color: #003c6d;
  font-family: Open Sans, sans-serif;
  font-weight: 700;
}

.link-block-3.w--current {
  color: #003c6d;
  font-weight: 700;
}

.div-block-20 {
  flex-direction: column;
  align-items: flex-end;
  margin-right: 20px;
  display: flex;
}

.link-block-4 {
  align-self: center;
  margin-top: 20px;
  margin-left: 20px;
}

.image-13 {
  z-index: 998;
  height: 100vh;
  position: fixed;
  top: -.5%;
  bottom: 0%;
  left: -.5%;
  right: auto;
}

.dropdown-toggle-2 {
  width: 135px;
  border: 2px solid #4bb05c;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  margin-bottom: 80px;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-right: 20px;
  display: flex;
  box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
}

.dropdown-toggle-2:hover {
  color: #4bb05c;
  font-family: Open Sans, sans-serif;
  font-weight: 700;
}

.dropdown-toggle-2.w--open {
  border-top-width: 0;
  border-radius: 0 0 20px 20px;
}

.dropdown-2 {
  flex-direction: column;
  flex: none;
  align-self: flex-end;
  align-items: flex-start;
  margin-left: 0;
  margin-right: 20px;
  display: flex;
}

.icon-2 {
  perspective: none;
  color: #4bb05c;
}

.download {
  color: #4bb05c;
  text-transform: uppercase;
  font-family: Open Sans, sans-serif;
  font-size: 12px;
}

.image-14 {
  padding-right: 5px;
}

.ms-switch-wrap {
  width: 100%;
  height: 42px;
  margin-bottom: 15px;
  position: relative;
}

.ms-toggle-checkbox {
  display: none;
}

.ms-switch-label {
  z-index: 3;
  grid-column-gap: 3%;
  white-space: nowrap;
  justify-content: space-around;
  align-items: center;
  font-weight: 700;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 2%;
  right: 2%;
}

.ms-switch-option.dark {
  color: #121331;
  background-image: url('../images/nightlight_black_24dp.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 12px;
  padding-left: 18px;
}

.ms-switch-select {
  z-index: 1;
  width: 48.5%;
  background-color: #fff;
  border-radius: 6px;
  margin-top: 1.5%;
  margin-bottom: 1.5%;
  transition: left .3s;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 1.5%;
  box-shadow: 0 1px 5px rgba(0, 0, 0, .2);
}

.ms-switch-select.w--redirected-checked {
  background-color: #fff;
  background-image: none;
  left: 39px;
}

.ms-switch-bg {
  z-index: 0;
  background-color: #f5f5f5;
  border-radius: 8px;
  transition: background-color .2s;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.ms-container {
  max-width: 100%;
  padding-bottom: 3%;
  padding-left: 3%;
  padding-right: 3%;
}

.ms-column {
  width: 30%;
  grid-row-gap: 20px;
  flex-direction: column;
  display: flex;
}

.ms-column._50 {
  width: 47%;
}

.ms-column._50.padding {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: #fff;
  border: 1px solid rgba(18, 19, 49, .25);
  border-radius: 16px;
  padding: 10%;
}

.ms-loom {
  background-image: url('../images/642fe1063af357211520eff3_vidbox2.jpg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 10px;
  margin-bottom: 15px;
  overflow: hidden;
}

.ms-header {
  padding-top: 6vh;
  padding-bottom: 4vh;
}

.ms-header.cta {
  color: #f5f5f5;
  text-align: center;
  background-image: none, linear-gradient(to top, #121331, #000);
  background-position: 0 0, 0 0;
  background-size: 300px, auto;
  border: 1px solid #000;
  border-radius: 16px;
  padding-bottom: 6vh;
}

.ms-column-wrap {
  min-height: 50vh;
  grid-column-gap: 5%;
  grid-row-gap: 5%;
  flex-wrap: wrap;
  align-items: center;
  padding-bottom: 4vh;
  display: flex;
}

.ms-100 {
  width: 100%;
}

.ms-section-description {
  margin-bottom: 20px;
}

.ms-section-description.cta {
  font-size: 18px;
  line-height: 1.7em;
}

.ms-embed {
  min-height: 80px;
  background-color: #ededed;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
  font-style: italic;
  display: flex;
}

.ms-input-label {
  color: #121331;
  margin-bottom: 5px;
  font-weight: 700;
}

.cta-h1 {
  font-size: 58px;
  line-height: 1.2em;
}

.form-block {
  align-self: center;
}

.div-block-21 {
  flex: 0 auto;
  align-self: center;
}

.image-15 {
  display: block;
}

.div-block-22 {
  display: flex;
}

.div-block-23 {
  width: 15px;
  align-self: center;
  display: block;
}

.apresenta-o {
  display: block;
}

.mapa-seta, .destaques-seta, .ciclo-da-agua-seta, .ods-setas, .gri-seta {
  display: none;
}

.dropdown-list-2 {
  top: 0;
}

.dropdown-list-2.w--open {
  width: 135px;
  color: #4bb05c;
  text-align: right;
  text-transform: uppercase;
  background-color: #fff;
  border: 2px solid #4bb05c;
  border-bottom-width: 0;
  border-radius: 20px 20px 0 0;
  flex-direction: column;
  flex: 0 auto;
  align-self: stretch;
  align-items: flex-end;
  font-family: Open Sans, sans-serif;
  font-size: 12px;
  line-height: 16px;
  display: flex;
  top: -178px;
}

.dropdown-link {
  color: #4bb05c;
  text-align: right;
  align-self: stretch;
  margin-left: 0;
  margin-right: 0;
  padding-left: 10px;
  padding-right: 10px;
}

.dropdown-link:hover {
  color: #4bb05c;
  font-family: Open Sans, sans-serif;
  font-weight: 700;
}

.dropdown-link-2 {
  color: #4bb05c;
  text-align: right;
  align-self: stretch;
  margin-left: 0;
  margin-right: 0;
  padding-left: 10px;
  padding-right: 10px;
}

.dropdown-link-2:hover {
  color: #4bb05c;
  font-family: Open Sans, sans-serif;
  font-weight: 700;
}

.dropdown-link-3 {
  color: #4bb05c;
  text-align: right;
  align-self: stretch;
  margin-left: 0;
  margin-right: 0;
  padding-left: 10px;
  padding-right: 10px;
}

.dropdown-link-3:hover {
  color: #4bb05c;
  font-family: Open Sans, sans-serif;
  font-weight: 700;
}

.div-block-24 {
  width: 90%;
  height: 1px;
  background-color: #4bb05c;
  align-self: center;
  margin-bottom: 1px;
}

.button-5 {
  width: 200px;
  height: 50px;
  color: #003c6d;
  text-transform: uppercase;
  background-color: #fff;
  background-image: url('../images/Caminho-1611.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  border-radius: 200px;
  flex: 0 auto;
  align-self: center;
  margin-bottom: 20px;
  margin-right: 20px;
  padding: 0;
  font-family: Open Sans, sans-serif;
  font-weight: 700;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
  box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
}

.link-block-5 {
  z-index: 999;
  width: auto;
  height: auto;
  background-color: #fff;
  border-radius: 100px;
  flex: 0 auto;
  justify-content: flex-end;
  align-self: center;
  align-items: center;
  margin-bottom: 40px;
  margin-right: 40px;
  padding: 15px;
  text-decoration: none;
  display: none;
  position: fixed;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
  box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
}

.image-16 {
  width: 15px;
}

.text-block-4 {
  color: #003c6d;
  text-transform: uppercase;
  flex: none;
  margin-right: 10px;
  font-family: Open Sans, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 12px;
  text-decoration: none;
  display: block;
}

.text-block-4:hover {
  display: block;
}

.image-17 {
  position: relative;
  left: -406px;
}

.image-18 {
  width: auto;
  height: 100vh;
  position: relative;
  left: -571px;
}

.titulo-2022 {
  color: #003c6d;
  margin-bottom: 20px;
  font-family: Open Sans, sans-serif;
  font-size: 35px;
  font-weight: 700;
  line-height: 32px;
}

.titulo-2022.branco {
  color: #fff;
  font-size: 2.5em;
}

.text-block-2022 {
  color: #545351;
  margin-bottom: 20px;
  font-family: Open Sans, sans-serif;
  font-size: 14px;
  line-height: 22px;
}

.text-block-2022.branco {
  color: #fff;
  font-size: .95em;
  line-height: 1.5em;
}

.div-block-25 {
  background-image: linear-gradient(#fff, #fff);
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  margin-left: 15%;
  display: flex;
}

.image-19 {
  width: 80vw;
  height: auto;
}

.div-block-26 {
  width: 25vw;
  margin-top: 20px;
  margin-bottom: 20px;
  margin-left: 40px;
}

.div-block-27 {
  justify-content: center;
  align-self: stretch;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 20px;
  margin-right: 20px;
  display: flex;
}

.bot-o-txt {
  text-align: center;
  margin: 15px 20px;
  font-family: Open Sans, sans-serif;
  font-size: 10px;
  font-weight: 700;
  line-height: 15px;
  text-decoration: none;
}

.bot-o-div {
  color: #003c6d;
  text-transform: uppercase;
  background-color: #fff;
  border: 1px solid #4bb05c;
  border-radius: 200px;
  font-family: Open Sans, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
  text-decoration: none;
}

.bot-o-div:hover {
  color: #fff;
  background-color: #003c6d;
  border-color: rgba(0, 0, 0, 0);
}

.bot-o-div.verde:hover {
  background-color: #4bb05c;
}

.div-block-28 {
  background-color: #fff;
  border-radius: 20px;
  padding: 40px;
  position: absolute;
  top: 10%;
  bottom: 15%;
  left: 24%;
  right: 7%;
}

.div-block-29 {
  width: 30px;
  height: 11px;
  background-color: #00a2b6;
  border-radius: 20px;
}

.legenda-txt {
  color: #003c6d;
  font-family: Open Sans, sans-serif;
  font-size: 10px;
  font-weight: 700;
  line-height: 15px;
}

.leganda-cor {
  width: 40px;
  height: 8px;
  background-color: #00a2b6;
  border-radius: 20px;
  margin-right: 5px;
}

.leganda-cor.escuro {
  background-color: #003c6d;
}

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

.div-block-31 {
  width: 25px;
  height: 25px;
  text-decoration: none;
}

.div-block-32 {
  justify-content: space-between;
  display: flex;
}

.div-block-33 {
  justify-content: center;
  margin-top: -90px;
  display: flex;
  position: static;
  top: -70px;
}

.image-20 {
  width: 50vw;
}

.div-block-34 {
  justify-content: flex-end;
  margin-top: -50px;
  display: flex;
}

.button-6 {
  width: 25px;
  height: 25px;
  background-color: rgba(0, 0, 0, 0);
  background-image: url('../images/Icon-ionic-md-close.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  text-decoration: none;
}

.rio-mapa {
  z-index: 0;
  background-color: #fff;
  border-radius: 20px;
  padding: 40px;
  display: block;
  position: absolute;
  top: 10%;
  bottom: 15%;
  left: 24%;
  right: 7%;
}

.base-page-apresenta-o {
  z-index: 0;
  width: 100vw;
  height: 100vh;
  flex-direction: row;
  justify-content: flex-start;
  align-self: stretch;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  display: block;
  overflow: hidden;
}

.base-page-apresenta-o.cc-cta {
  background-color: #f4f4f4;
  padding-left: 80px;
  padding-right: 80px;
}

.base-page-apresenta-o.cc-store-home-wrap {
  width: 100vw;
  height: 100vh;
  margin-left: 0;
  margin-right: 0;
}

.page-elements-apresenta-o {
  z-index: 50;
  clear: none;
  flex-direction: row;
  flex: 1;
  justify-content: flex-end;
  align-self: stretch;
  align-items: center;
  margin: 2% 10% 100px 50%;
  display: block;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: auto;
}

.div-block-35 {
  width: 100vw;
  height: 100vh;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.image-21 {
  height: 100vh;
  object-fit: cover;
  align-self: stretch;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 37%;
  right: 0%;
  overflow: hidden;
}

.image-22 {
  height: 100vh;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: -15%;
  right: auto;
}

.youtube {
  flex: 1;
  align-self: stretch;
  margin-bottom: 20px;
}

.base-page-nd {
  z-index: 0;
  width: 100vw;
  height: 100vh;
  background-image: url('../images/Grupo-de-máscara-605.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: row;
  flex: 1;
  margin-left: 0;
  margin-right: 0;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.base-page-nd.cc-cta {
  background-color: #f4f4f4;
  padding-left: 80px;
  padding-right: 80px;
}

.base-page-nd.cc-store-home-wrap {
  width: 100vw;
  height: 100vh;
  margin-left: 0;
  margin-right: 0;
}

.div-block-36 {
  background-color: #fff;
  border-radius: 20px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
}

.slide-nd-div {
  width: 250px;
  height: 250px;
  background-color: #fff;
  border-radius: 20px;
  flex-direction: column;
  justify-content: center;
  padding: 20px;
  display: flex;
  box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
}

.nd-txt {
  color: #003c6d;
  text-align: center;
  margin-top: 20px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
}

.div-slide {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  justify-content: center;
  margin-left: 100px;
  margin-right: 100px;
  display: flex;
}

.slider {
  width: 80vw;
  background-color: rgba(0, 0, 0, 0);
  align-self: auto;
}

.image-23 {
  width: 50%;
  margin-bottom: 0;
}

.image-24, .image-25 {
  width: 50%;
}

.image-25.rio, .image-25.riomaior {
  width: auto;
}

.div-block-38, .div-block-39 {
  height: 50%;
}

.nd-icone-div {
  height: 50%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.nd-txt-div {
  height: 50%;
}

.page-elements-mapa-2022 {
  z-index: 50;
  height: 80vh;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-bottom: 100px;
  padding-top: 10%;
  padding-bottom: 0;
  padding-left: 10%;
  display: flex;
}

.mapa-mapa {
  background-image: linear-gradient(#fff, #fff);
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  margin-left: 15%;
  margin-right: 10%;
  display: flex;
}

.base-page-ef {
  z-index: 0;
  width: 100vw;
  height: 100vh;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.base-page-ef.cc-cta {
  background-color: #f4f4f4;
  padding-left: 80px;
  padding-right: 80px;
}

.base-page-ef.cc-store-home-wrap {
  width: 100vw;
  height: 100vh;
  margin-left: 0;
  margin-right: 0;
}

.img-ef-1 {
  height: 100vh;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.img-ef-2 {
  z-index: 2;
  width: 80vw;
  height: 100vh;
  object-fit: cover;
  align-self: center;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: -1%;
  right: auto;
  overflow: hidden;
}

.page-elements-ec {
  z-index: 50;
  clear: none;
  flex-direction: row;
  flex: none;
  justify-content: flex-end;
  align-self: center;
  align-items: center;
  margin-top: 10%;
  margin-bottom: 100px;
  display: block;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 20%;
  right: 35%;
}

.div-box-texto-ef {
  background-color: rgba(0, 0, 0, 0);
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.numeros {
  grid-column-gap: 12px;
  grid-row-gap: 30px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 5%;
  display: grid;
}

.text-block-2023 {
  color: #fff;
  font-family: Open Sans, sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 45px;
}

.text-block-2024 {
  color: #fff;
  font-family: Open Sans, sans-serif;
  font-size: 20px;
  font-weight: 600;
}

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

.img-gri-2 {
  z-index: 2;
  height: 100vh;
  object-fit: cover;
  object-position: 50% 50%;
  align-self: center;
  display: block;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: visible;
}

.img-gri-1 {
  height: 100vh;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.div-box-texto-gri {
  background-color: rgba(0, 0, 0, 0);
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.page-elements-gri {
  z-index: 50;
  width: 30%;
  clear: none;
  flex-direction: row;
  flex: none;
  justify-content: flex-end;
  align-self: center;
  align-items: center;
  margin-top: 5%;
  margin-bottom: 100px;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 20%;
  right: 35%;
}

.base-page-gri {
  z-index: 0;
  width: 100vw;
  height: 100vh;
  object-fit: fill;
  flex-direction: row;
  justify-content: flex-start;
  align-self: center;
  align-items: stretch;
  margin-left: 0;
  margin-right: 0;
  display: flex;
  overflow: hidden;
}

.base-page-gri.cc-cta {
  background-color: #f4f4f4;
  padding-left: 80px;
  padding-right: 80px;
}

.base-page-gri.cc-store-home-wrap {
  width: 100vw;
  height: 100vh;
  margin-left: 0;
  margin-right: 0;
}

.div-block-gri {
  width: 100vw;
  height: 100vh;
  object-fit: cover;
  justify-content: flex-end;
  align-items: stretch;
  display: flex;
}

.div-ods {
  z-index: 2;
  width: 100vw;
  height: 100vh;
  justify-content: flex-end;
  display: block;
  position: absolute;
}

.base-page-ods-2022 {
  z-index: 1;
  width: 100vw;
  height: 100vh;
  object-fit: cover;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.base-page-ods-2022.cc-cta {
  background-color: #f4f4f4;
  padding-left: 80px;
  padding-right: 80px;
}

.base-page-ods-2022.cc-store-home-wrap {
  width: 100vw;
  height: 100vh;
  margin-left: 0;
  margin-right: 0;
}

.page-elements-ods-2022 {
  z-index: 50;
  clear: none;
  flex-direction: row;
  flex: 1;
  justify-content: space-between;
  align-self: stretch;
  align-items: center;
  margin: 2% 5% 100px 20%;
  padding-top: 0;
  display: flex;
  position: static;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: auto;
}

.ods-onda {
  z-index: 1;
  height: 110vh;
  object-fit: cover;
  align-self: stretch;
  margin-top: -9px;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 55%;
  right: 0%;
}

.div-ods-2022 {
  width: 30%;
  background-color: rgba(0, 0, 0, 0);
  flex-direction: column;
  margin-right: 60px;
}

.img-ods {
  margin-bottom: 40px;
}

.div-block-41 {
  width: 50%;
  flex-direction: column;
  flex: 0 auto;
  align-items: center;
  display: flex;
}

.container-3 {
  z-index: 995;
  height: 80vh;
  background-color: #00a2b6;
  flex-direction: row;
  align-items: center;
  margin-top: 5%;
  padding-left: 5%;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.div-block-42 {
  width: 50%;
  height: 100%;
  flex: 1;
  align-self: stretch;
  align-items: center;
  padding-left: 50px;
}

.ods-ico {
  width: 20%;
  margin-bottom: 20px;
}

.titulo-2022-ods {
  color: #003c6d;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 23px;
}

.titulo-2022-ods.branco {
  color: #fff;
}

.slider-2 {
  width: 50%;
  height: 100%;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: rgba(0, 0, 0, 0);
  flex: 0 auto;
  justify-content: flex-end;
  align-self: flex-end;
  align-items: flex-start;
  margin-top: 40px;
  margin-left: 20px;
  margin-right: 0;
  position: static;
}

.div-block-43 {
  width: 50%;
  flex: 0 auto;
  margin-right: 20px;
}

.slide-2 {
  width: 50%;
  height: 80%;
  background-color: #fff;
  border-radius: 20px;
  margin: 20px 20px 40px;
  position: static;
  bottom: 0%;
  box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
}

.right-arrow {
  z-index: 2;
  width: 4vw;
  height: 6vh;
  text-align: center;
  justify-content: center;
  align-items: center;
  font-size: 28px;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.left-arrow {
  width: 4vw;
  height: 6vh;
  align-items: center;
  padding-left: 0;
  display: flex;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.mask {
  flex: 0 auto;
  align-self: stretch;
  position: static;
}

.slide-nav {
  z-index: 1;
  width: 80%;
  height: 6vh;
  text-align: center;
  font-size: 7px;
  position: absolute;
}

.icon-3 {
  color: #000;
  text-align: center;
  align-self: center;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
}

.icon-4 {
  z-index: 2;
  color: #000;
  text-align: justify;
  margin: 0;
  font-size: 28px;
}

.text-block-ods-slides {
  color: #545351;
  margin-bottom: 20px;
  font-family: Open Sans, sans-serif;
  font-size: 12px;
  line-height: 20px;
}

.text-block-ods-slides.branco {
  color: #fff;
}

.div-block-44 {
  padding: 40px;
}

.div-block-45 {
  height: 80vh;
  background-color: #00a2b6;
  flex-direction: row;
  align-items: stretch;
  margin-top: 40px;
  margin-left: 15%;
  margin-right: 10%;
  padding-right: 10px;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.div-slide-interno {
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  padding: 40px;
  display: flex;
}

.slide-3 {
  width: 80%;
  object-fit: none;
  background-color: #fff;
  border-radius: 20px;
  margin: 20px 60px;
  padding: 40px;
  position: static;
  overflow: visible;
  box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
}

.column-2 {
  align-self: stretch;
  align-items: center;
  margin-top: 0;
  display: flex;
}

.slider-3 {
  width: 100%;
  height: auto;
  background-color: rgba(0, 0, 0, 0);
  flex: 0 auto;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  display: block;
  position: static;
}

.div-block-46 {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.image-26 {
  width: 26%;
  margin-bottom: 20px;
}

.columns-2 {
  z-index: 2;
  height: 80vh;
  background-color: rgba(0, 0, 0, 0);
  align-items: center;
  margin: 0% 5% 100px 20%;
  padding-top: 2%;
  display: none;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.mask-2 {
  padding-top: 0;
  padding-bottom: 20px;
}

.right-arrow-2 {
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.left-arrow-2 {
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.slide-nav-2 {
  color: #4bb05c;
  font-size: 7px;
}

.image-27 {
  width: 100%;
  margin-bottom: 40px;
}

.bot-o-div-ods {
  color: #003c6d;
  text-transform: uppercase;
  background-color: #fff;
  border: 1px solid #4bb05c;
  border-radius: 200px;
  justify-content: center;
  align-items: center;
  font-family: Open Sans, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
  display: flex;
}

.bot-o-div-ods:hover {
  color: #fff;
  background-color: #003c6d;
  border-color: rgba(0, 0, 0, 0);
}

.bot-o-div-ods.verde:hover {
  background-color: #4bb05c;
}

.ods-novos {
  width: 30%;
  margin-bottom: 20px;
}

.ods-novos.ods-3 {
  width: 26%;
}

.slide-1-ods, .slide-2-ods, .slide-3-ods, .slide-4-ods, .slide-5-ods, .slide-6-ods, .slide-7-ods, .slide-3-copy {
  width: 80%;
  height: 90%;
  object-fit: none;
  background-color: #fff;
  border-radius: 20px;
  margin: 20px 60px;
  padding: 40px;
  position: static;
  overflow: visible;
  box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
}

.ods-3, .ods-5 {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.slide-nav-3 {
  font-size: 8px;
}

.text-span-6 {
  color: #4bb05c;
}

.video {
  margin-bottom: 20px;
}

.link-block-6 {
  text-decoration: none;
}

.bot-o-div-1 {
  color: #003c6d;
  text-transform: uppercase;
  background-color: #fff;
  border: 1px solid #4bb05c;
  border-radius: 200px;
  font-family: Open Sans, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
  text-decoration: none;
}

.bot-o-div-1:hover {
  color: #fff;
  background-color: #003c6d;
  border-color: rgba(0, 0, 0, 0);
}

.bot-o-div-1.verde:hover {
  background-color: #4bb05c;
}

.icon-5 {
  color: #003c6d;
}

.column-3 {
  position: static;
}

.link-block-seta, .link-block-5-copy {
  z-index: 999;
  width: auto;
  height: auto;
  background-color: #fff;
  border-radius: 100px;
  flex: 0 auto;
  justify-content: flex-end;
  align-self: center;
  align-items: center;
  margin-bottom: 40px;
  margin-right: 40px;
  padding: 15px;
  text-decoration: none;
  display: flex;
  position: fixed;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
  box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
}

@media screen and (max-width: 991px) {
  .base-home {
    height: 90vh;
  }

  .base-home.cc-cta {
    padding-left: 0;
    padding-right: 0;
  }

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

  .button {
    justify-content: center;
  }

  .button.cc-contact-us {
    display: none;
  }

  .heading-jumbo {
    font-size: 56px;
    line-height: 70px;
  }

  .logo-link {
    width: 50px;
    height: 50px;
    flex-direction: column;
    flex: 1;
    justify-content: flex-end;
    align-self: stretch;
    align-items: flex-end;
    margin-right: 0;
    display: none;
    position: static;
  }

  .logo-link.w--current {
    flex: 1;
  }

  .logo-link.mob {
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: 30px;
    display: block;
  }

  .menu-icon {
    display: block;
  }

  .menu {
    justify-content: space-between;
    margin-left: 16%;
    margin-right: auto;
    position: static;
  }

  .navigation-wrap {
    height: 45px;
    background-color: rgba(0, 0, 0, 0);
    align-self: center;
    align-items: center;
    position: relative;
  }

  .navigation {
    width: 100vw;
    height: 45px;
    background-image: linear-gradient(rgba(0, 60, 109, .5), rgba(0, 60, 109, .5));
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
    flex: none;
    justify-content: flex-end;
    align-self: center;
    align-items: center;
    padding: 0;
    display: flex;
    top: 0%;
    bottom: auto;
    left: auto;
    right: 0%;
  }

  .navigation-item {
    color: #fff;
    text-align: left;
    padding: 15px 30px;
    font-size: 12px;
    transition: background-color .4s, opacity .4s, color .4s;
  }

  .navigation-item:hover {
    background-color: rgba(0, 0, 0, 0);
  }

  .navigation-item:active {
    background-color: #eef0f3;
  }

  .navigation-item.sem-hover {
    padding-left: 15px;
    padding-right: 15px;
  }

  .navigation-item.sem-hover.menor {
    padding: 5px;
  }

  .menu-button {
    width: 45px;
    height: 45px;
    flex-direction: row;
    flex: none;
    justify-content: center;
    align-self: center;
    align-items: center;
    margin-right: 10px;
    padding: 8px 0 0;
    display: flex;
  }

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

  .navigation-items {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    background-color: rgba(0, 0, 0, 0);
    background-image: linear-gradient(rgba(0, 60, 109, .5), rgba(0, 60, 109, .5));
    flex-direction: column;
    flex: 0 auto;
    justify-content: center;
    align-self: flex-end;
    align-items: center;
    padding-top: 0;
    padding-bottom: 20px;
    position: absolute;
    top: -8%;
    bottom: auto;
    left: auto;
    right: 0%;
  }

  .cta-text {
    width: auto;
  }

  .cta-wrap {
    width: auto;
    padding: 80px 50px 90px;
  }

  .our-services-grid {
    width: 80%;
    text-align: center;
    grid-template: ". ."
                   ". ."
                   ". ."
                   / 1fr 1fr;
    margin-left: auto;
    margin-right: auto;
  }

  .service-icon {
    display: inline-block;
  }

  .contact-form-grid {
    width: 80%;
    grid-row-gap: 50px;
    text-align: center;
    grid-template: "."
                   "."
                   / 1fr;
    margin-left: auto;
    margin-right: auto;
  }

  .get-in-touch-form {
    text-align: left;
  }

  .our-contacts {
    width: 80%;
    grid-template: "."
                   "."
                   "."
                   / 1fr;
    margin-left: auto;
    margin-right: auto;
  }

  .team-members {
    grid-template: ". ."
                   ". ."
                   ". ."
                   / 1fr 1fr;
  }

  .team-member-title-wrap {
    margin-bottom: 30px;
  }

  .project-details-grid {
    width: 80%;
    grid-row-gap: 50px;
    text-align: center;
    grid-template: "."
                   "."
                   / 1fr;
    margin-left: auto;
    margin-right: auto;
  }

  .blog-detail-header-wrap {
    width: 70%;
  }

  .detail-header-image {
    height: 460px;
  }

  .blog-item {
    width: 80%;
  }

  .blog-preview-image {
    height: 460px;
  }

  .blog-summary-wrap {
    width: 100%;
  }

  .about-grid {
    grid-row-gap: 50px;
    text-align: center;
    grid-template: "."
                   "."
                   / 1fr;
  }

  .about-grid.cc-about-2 {
    grid-template-columns: 1fr;
    grid-template-areas: "."
                         ".";
  }

  .intro-text {
    width: auto;
  }

  .collection-wrap {
    flex-flow: column;
    align-items: center;
    margin-left: 0;
    margin-right: 0;
  }

  .blog-preview-wrap {
    width: 80%;
    text-align: center;
    padding-right: 15px;
  }

  .body {
    height: auto;
  }

  .background-video {
    height: 90vh;
  }

  .onda {
    display: none;
  }

  .azul {
    height: 90vh;
    background-image: url('../images/Shape-forma.png');
    background-position: 90% 0;
    background-size: cover;
    display: block;
  }

  .elementos {
    height: 90vh;
    padding-bottom: 20px;
  }

  .text-block-2 {
    width: auto;
  }

  .dropdown-toggle {
    justify-content: center;
    position: static;
  }

  .div-navigation-item.setas.direita {
    margin-left: 40px;
    display: flex;
  }

  .div-navigation-item.setas.direita.mob {
    display: none;
  }

  .div-navigation-item.setas.esquerda {
    flex-direction: row;
    align-self: auto;
    margin-right: 0;
    display: flex;
  }

  .div-navigation-item.setas.esquerda.mob {
    display: none;
  }

  .navigation-item-bolinha {
    background-color: #fff;
    margin-left: 30px;
  }

  .base-page.cc-cta {
    padding-left: 0;
    padding-right: 0;
  }

  .texto-corrido-box, .texto-corrido-box.branco.sem-medida {
    width: auto;
  }

  .texto-corrido-box.curto {
    width: auto;
    margin-bottom: 20px;
  }

  .texto-corrido-box.maior {
    width: auto;
  }

  .dropdown {
    align-self: stretch;
    margin-left: 0;
  }

  .div-menu-central {
    flex-direction: column;
    flex: 1;
    align-self: center;
    align-items: flex-start;
    margin-top: 0;
    margin-bottom: 20px;
    padding-right: 15px;
  }

  .div-box-texto-1-4 {
    width: 50vw;
    background-color: rgba(255, 255, 255, .61);
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
  }

  .div-block-6 {
    flex: 1;
    align-self: stretch;
    margin-right: 40px;
  }

  .div-block-7 {
    width: 150px;
    height: 45px;
    bottom: 5%;
    left: 5%;
  }

  .c-hero_map {
    width: 100%;
    margin-top: 75px;
  }

  .background-video-mapa {
    height: 110vh;
    align-self: stretch;
  }

  .page-elements-mapa {
    width: auto;
    flex-direction: column;
    flex: none;
    align-self: auto;
    align-items: center;
    margin-top: 100px;
    margin-bottom: 0;
    margin-left: 0;
  }

  .mapa {
    width: 80vw;
    align-self: center;
    margin-top: 0;
  }

  .base-page-mapa {
    height: 90vh;
  }

  .base-page-mapa.cc-cta {
    padding-left: 0;
    padding-right: 0;
  }

  .bot-o-minas {
    bottom: 33%;
    right: 19%;
  }

  .t-tulo-grande.branco.esquerdo {
    width: 100vw;
    padding-left: 60px;
    padding-right: 0;
    position: static;
    top: auto;
  }

  .t-tulo-grande.branco.esquerdo.mapa {
    width: auto;
    padding-left: 0;
  }

  .page-elements-sobre {
    height: 90vh;
    padding-left: 60px;
  }

  .base-page-sobre {
    height: 90vh;
    background-position: 65%;
  }

  .base-page-sobre.cc-cta {
    padding-left: 0;
    padding-right: 0;
  }

  .div-mapa {
    width: 90vw;
    align-self: flex-start;
  }

  .div-mapa-titulo {
    padding-left: 0;
  }

  .texto-bolhas.text-bolhas-verde.espa-o {
    text-align: left;
    align-self: stretch;
  }

  .bolha._1, .bolha._2, .bolha._3, .bolha._4, .bolha._5, .bolha._6, .bolha._7, .bolha._8, .bolha._9, .bolha._10, .bolha._11, .bolha._12, .bolha._13 {
    top: auto;
    left: auto;
  }

  .div-bolhas-2 {
    height: 100vh;
    flex: 1;
    grid-template-rows: .25fr .25fr .25fr .25fr .25fr .25fr .25fr;
    grid-template-columns: 50% 50%;
    align-self: auto;
    align-items: center;
  }

  .page-elements-numeros-2 {
    width: 80vw;
    height: auto;
    flex: none;
    align-self: auto;
    margin: 60px 40px auto;
    position: static;
  }

  .div-box-texto-1-4-numeros {
    width: auto;
  }

  .base-page-numeros-2 {
    height: 170vh;
    margin-bottom: 40px;
  }

  .base-page-numeros-2.cc-cta {
    padding-left: 0;
    padding-right: 0;
  }

  .bolha-c2 {
    top: auto;
  }

  .bolha-c3, .bolha-c4 {
    top: auto;
    left: auto;
  }

  .bolha-c5 {
    left: auto;
  }

  .div-box-texto-1-4-ciclo {
    width: auto;
  }

  .base-page-ciclo {
    height: 100vh;
  }

  .base-page-ciclo.cc-cta {
    padding-left: 0;
    padding-right: 0;
  }

  .page-elements-ciclo {
    flex-direction: column;
    margin-top: 80px;
    margin-left: 40px;
    margin-right: 40px;
  }

  .div-bolhas-ciclo {
    width: auto;
  }

  .div-bolhas-2-ciclo {
    width: auto;
    max-width: 100vw;
    grid-column-gap: 16px;
    grid-template: "Area" 30%
                   "." 30%
                   / 50% 50%;
    grid-auto-rows: 30%;
    justify-content: start;
    justify-items: center;
  }

  .div-ciclo-logos {
    flex: 1;
    align-self: stretch;
    margin-bottom: 20px;
    display: flex;
  }

  .base-page-ods {
    height: 90vh;
    background-position: 100% 100%;
  }

  .base-page-ods.cc-cta {
    padding-left: 0;
    padding-right: 0;
  }

  .page-elements-ods {
    flex-direction: column;
    flex: 1;
    margin-top: 80px;
    margin-left: 40px;
    margin-right: 40px;
  }

  .div-box-texto-1-4-ods {
    width: auto;
  }

  .div-ods-direita {
    width: auto;
    align-self: stretch;
  }

  .base-page-final {
    height: 90vh;
  }

  .base-page-final.cc-cta {
    padding-left: 0;
    padding-right: 0;
  }

  .page-elements-final {
    align-items: stretch;
    margin: 40px;
  }

  .div-box-texto-1-4-final {
    width: 50vw;
  }

  .div-block-11 {
    align-self: stretch;
    margin-left: 40px;
  }

  .link-block-2 {
    justify-content: center;
    align-items: center;
  }

  .image-3 {
    margin-left: 5px;
  }

  .image-4 {
    margin-right: 5px;
  }

  .background-video-3 {
    height: 90vh;
  }

  .image-6 {
    width: 200px;
    flex: none;
    align-self: center;
  }

  .image-7 {
    width: 250px;
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 40px;
  }

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

  .bot-o-rio {
    right: 19%;
  }

  .div-rio {
    left: 14%;
  }

  .div-sp {
    left: 15%;
  }

  .bot-o-sp {
    right: 30%;
  }

  .linguagem {
    width: 10%;
    height: 45px;
    background-color: rgba(0, 0, 0, 0);
  }

  .div-block-16 {
    width: auto;
    justify-content: flex-end;
    margin-bottom: 40px;
  }

  .image-11 {
    display: none;
  }

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

  .sanduba {
    width: 35px;
    height: 4px;
    background-color: #fff;
    border-radius: 13px;
    margin-top: 5px;
    margin-bottom: 5px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .ms-column {
    width: 47%;
  }

  .ms-column._50.padding {
    padding: 7%;
  }

  .base-page-apresenta-o {
    height: 90vh;
    background-position: 65%;
  }

  .base-page-apresenta-o.cc-cta {
    padding-left: 0;
    padding-right: 0;
  }

  .page-elements-apresenta-o {
    height: 90vh;
    padding-left: 60px;
  }

  .base-page-nd {
    height: 90vh;
    background-position: 65%;
  }

  .base-page-nd.cc-cta {
    padding-left: 0;
    padding-right: 0;
  }

  .page-elements-mapa-2022 {
    height: 90vh;
    padding-left: 60px;
  }

  .base-page-ef {
    height: 90vh;
    background-position: 65%;
  }

  .base-page-ef.cc-cta {
    padding-left: 0;
    padding-right: 0;
  }

  .page-elements-ec {
    height: 90vh;
    padding-left: 60px;
  }

  .div-box-texto-ef, .div-box-texto-gri {
    width: 50vw;
    background-color: rgba(255, 255, 255, .61);
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
  }

  .page-elements-gri {
    height: 90vh;
    padding-left: 60px;
  }

  .base-page-gri {
    height: 90vh;
    background-position: 65%;
  }

  .base-page-gri.cc-cta {
    padding-left: 0;
    padding-right: 0;
  }

  .base-page-ods-2022 {
    height: 90vh;
    background-position: 65%;
  }

  .base-page-ods-2022.cc-cta {
    padding-left: 0;
    padding-right: 0;
  }

  .page-elements-ods-2022 {
    height: 90vh;
    padding-left: 60px;
  }

  .div-ods-2022 {
    width: 50vw;
    background-color: rgba(255, 255, 255, .61);
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
  }
}

@media screen and (max-width: 767px) {
  .base-home {
    height: 100vh;
    margin-left: 15px;
    margin-right: 15px;
  }

  .base-home.cc-cta {
    padding: 15px;
  }

  .base-home.cc-home-wrap, .base-home.cc-store-home-wrap {
    margin-left: 15px;
    margin-right: 15px;
  }

  .container {
    text-align: center;
  }

  .paragraph-bigger {
    font-size: 16px;
    line-height: 28px;
  }

  .rich-text {
    width: 90%;
    max-width: 470px;
    text-align: left;
  }

  .heading-jumbo {
    font-size: 50px;
    line-height: 64px;
  }

  .heading-jumbo-small {
    font-size: 30px;
    line-height: 52px;
  }

  .logo-link {
    padding-left: 0;
  }

  .navigation {
    padding: 20px 30px;
  }

  .cta-wrap {
    padding-left: 30px;
    padding-right: 30px;
  }

  .intro-content {
    width: 80%;
  }

  .our-services-grid {
    grid-row-gap: 60px;
    grid-template: "."
                   "."
                   "."
                   "."
                   "."
                   "."
                   / 1fr;
  }

  .status-message.cc-no-data {
    width: 80%;
    max-width: 470px;
  }

  .contact-form-wrap {
    padding: 30px;
  }

  .text-field.cc-contact-field, .text-field.cc-textarea {
    text-align: left;
  }

  .team-pic {
    height: 300px;
    margin-bottom: 30px;
  }

  .team-member-name {
    font-size: 16px;
    line-height: 28px;
  }

  .project-name-wrap {
    margin-bottom: 30px;
  }

  .project-name-link {
    font-size: 16px;
    line-height: 28px;
  }

  .detail-image {
    margin-bottom: 15px;
  }

  .blog-detail-header-wrap {
    width: 90%;
    max-width: 470px;
    text-align: left;
  }

  .blog-item {
    width: 90%;
    max-width: 470px;
  }

  .blog-summary-wrap {
    text-align: center;
  }

  .utility-page-wrap {
    padding: 15px;
  }

  ._404-wrap {
    padding: 30px;
  }

  .background-video, .azul {
    height: 100vh;
  }

  .text-block-2 {
    font-size: 30px;
  }

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

  .base-page {
    margin-left: 15px;
    margin-right: 15px;
  }

  .base-page.cc-cta {
    padding: 15px;
  }

  .base-page.cc-home-wrap, .base-page.cc-store-home-wrap {
    margin-left: 15px;
    margin-right: 15px;
  }

  .background-video-mapa {
    height: 172vw;
  }

  .base-page-mapa {
    margin-left: 15px;
    margin-right: 15px;
  }

  .base-page-mapa.cc-cta {
    padding: 15px;
  }

  .base-page-mapa.cc-home-wrap, .base-page-mapa.cc-store-home-wrap {
    margin-left: 15px;
    margin-right: 15px;
  }

  .page-elements-sobre {
    height: 100vh;
  }

  .base-page-sobre {
    height: 100vh;
    margin-left: 15px;
    margin-right: 15px;
  }

  .base-page-sobre.cc-cta {
    padding: 15px;
  }

  .base-page-sobre.cc-home-wrap, .base-page-sobre.cc-store-home-wrap {
    margin-left: 15px;
    margin-right: 15px;
  }

  .base-page-numeros-2 {
    height: 170vh;
    margin-left: 15px;
    margin-right: 15px;
  }

  .base-page-numeros-2.cc-cta {
    padding: 15px;
  }

  .base-page-numeros-2.cc-home-wrap, .base-page-numeros-2.cc-store-home-wrap {
    margin-left: 15px;
    margin-right: 15px;
  }

  .base-page-ciclo {
    height: 100vh;
    margin-left: 15px;
    margin-right: 15px;
  }

  .base-page-ciclo.cc-cta {
    padding: 15px;
  }

  .base-page-ciclo.cc-home-wrap, .base-page-ciclo.cc-store-home-wrap {
    margin-left: 15px;
    margin-right: 15px;
  }

  .base-page-ods {
    height: 100vh;
    margin-left: 15px;
    margin-right: 15px;
  }

  .base-page-ods.cc-cta {
    padding: 15px;
  }

  .base-page-ods.cc-home-wrap, .base-page-ods.cc-store-home-wrap, .base-page-final {
    margin-left: 15px;
    margin-right: 15px;
  }

  .base-page-final.cc-cta {
    padding: 15px;
  }

  .base-page-final.cc-home-wrap, .base-page-final.cc-store-home-wrap {
    margin-left: 15px;
    margin-right: 15px;
  }

  .background-video-3 {
    height: 100vh;
  }

  .ms-column, .ms-column._50 {
    width: 100%;
  }

  .ms-column._50.padding {
    padding: 3%;
  }

  .base-page-apresenta-o {
    height: 100vh;
    margin-left: 15px;
    margin-right: 15px;
  }

  .base-page-apresenta-o.cc-cta {
    padding: 15px;
  }

  .base-page-apresenta-o.cc-home-wrap, .base-page-apresenta-o.cc-store-home-wrap {
    margin-left: 15px;
    margin-right: 15px;
  }

  .page-elements-apresenta-o {
    height: 100vh;
  }

  .base-page-nd {
    height: 100vh;
    margin-left: 15px;
    margin-right: 15px;
  }

  .base-page-nd.cc-cta {
    padding: 15px;
  }

  .base-page-nd.cc-home-wrap, .base-page-nd.cc-store-home-wrap {
    margin-left: 15px;
    margin-right: 15px;
  }

  .page-elements-mapa-2022 {
    height: 100vh;
  }

  .base-page-ef {
    height: 100vh;
    margin-left: 15px;
    margin-right: 15px;
  }

  .base-page-ef.cc-cta {
    padding: 15px;
  }

  .base-page-ef.cc-home-wrap, .base-page-ef.cc-store-home-wrap {
    margin-left: 15px;
    margin-right: 15px;
  }

  .page-elements-ec, .page-elements-gri {
    height: 100vh;
  }

  .base-page-gri {
    height: 100vh;
    margin-left: 15px;
    margin-right: 15px;
  }

  .base-page-gri.cc-cta {
    padding: 15px;
  }

  .base-page-gri.cc-home-wrap, .base-page-gri.cc-store-home-wrap {
    margin-left: 15px;
    margin-right: 15px;
  }

  .base-page-ods-2022 {
    height: 100vh;
    margin-left: 15px;
    margin-right: 15px;
  }

  .base-page-ods-2022.cc-cta {
    padding: 15px;
  }

  .base-page-ods-2022.cc-home-wrap, .base-page-ods-2022.cc-store-home-wrap {
    margin-left: 15px;
    margin-right: 15px;
  }

  .page-elements-ods-2022 {
    height: 100vh;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 36px;
    line-height: 52px;
  }

  .base-home {
    width: 100vw;
    height: 100vh;
    background-size: cover;
    margin-left: 0;
    margin-right: 0;
  }

  .rich-text {
    width: 100%;
    max-width: none;
  }

  .heading-jumbo {
    font-size: 36px;
    line-height: 48px;
  }

  .menu {
    margin-left: 90px;
    margin-right: 0;
  }

  .navigation {
    padding-left: 0;
    padding-right: 0;
  }

  .navigation-item.sem-hover.menor {
    font-size: 10px;
  }

  .menu-button {
    flex: none;
    margin-right: 0;
  }

  .menu-button.w--open {
    flex: none;
  }

  .cta-wrap {
    padding-left: 15px;
    padding-right: 15px;
  }

  .status-message.cc-no-data, .contact-form-grid {
    width: 100%;
  }

  .our-contacts {
    width: 90%;
  }

  .team-members {
    grid-template: "."
                   "."
                   "."
                   "."
                   "."
                   "."
                   / 1fr;
  }

  .project-details-grid {
    width: 100%;
  }

  .blog-detail-header-wrap, .blog-item {
    width: 100%;
    max-width: none;
  }

  .body, .background-video {
    height: 100vh;
  }

  .azul {
    height: 95vh;
  }

  .elementos {
    height: 95vh;
    padding-top: 40px;
  }

  .text-block-2 {
    margin-bottom: 20px;
    line-height: 35px;
  }

  .italic-text, .text-span {
    padding-left: 0;
  }

  .logo {
    width: 50vw;
  }

  .div-navigation-item.setas.direita {
    width: 100px;
    margin-left: 0;
  }

  .div-navigation-item.setas.esquerda {
    width: 100px;
  }

  .div-box-texto-1-4 {
    width: 100vw;
    margin-bottom: 60px;
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 20px;
  }

  .div-block-6 {
    flex: 0 auto;
    margin-left: 20px;
    margin-right: 10px;
  }

  .div-block-7 {
    top: auto;
    bottom: 10%;
    left: 0%;
    right: 0%;
  }

  .background-video-mapa {
    height: 120vh;
  }

  .mapa {
    width: 90vw;
    padding-right: 0;
  }

  .base-page-mapa {
    height: 120vh;
  }

  .div-minas {
    left: 14%;
  }

  .bot-o-minas {
    right: 14%;
  }

  .t-tulo-grande.branco.esquerdo {
    width: 80vw;
    margin-bottom: auto;
    margin-left: 20px;
    margin-right: 20px;
    padding-left: 0;
    font-size: 28px;
  }

  .t-tulo-grande.branco.esquerdo.mapa {
    margin-left: 0;
  }

  .t-tulo-grande.esquerda {
    font-size: 28px;
    line-height: 32px;
  }

  .page-elements-sobre {
    padding-top: 0%;
    padding-left: 0;
  }

  .base-page-sobre {
    height: 100vh;
    flex-direction: column;
    margin: 10vh 0 0;
    padding-bottom: 80px;
    display: flex;
  }

  .bolha._1, .bolha._2 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .bolha._4 {
    padding-left: 60px;
    padding-right: 60px;
  }

  .bolha._5 {
    padding-left: 80px;
    padding-right: 80px;
  }

  .bolha._6, .bolha._8 {
    padding-left: 60px;
    padding-right: 60px;
  }

  .bolha._12, .bolha._13 {
    padding-left: 50px;
    padding-right: 50px;
  }

  .div-bolhas-2 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-rows: .25fr .25fr .25fr .25fr .25fr .25fr .25fr;
    grid-template-columns: 100%;
  }

  .page-elements-numeros-2 {
    margin-top: 80px;
  }

  .base-page-numeros-2 {
    height: 350vh;
  }

  .bolha-c5 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .base-page-ciclo {
    height: 200vh;
  }

  .page-elements-ciclo {
    margin-top: 100px;
  }

  .div-bolhas-2-ciclo {
    grid-template-rows: auto auto auto auto auto;
    grid-template-columns: 100%;
    margin-top: 20px;
  }

  .div-ciclo-logos {
    flex-direction: column;
    align-self: flex-start;
    align-items: flex-start;
  }

  .base-page-ods {
    height: 160vh;
    margin-left: 0;
    margin-right: 0;
  }

  .page-elements-ods {
    height: auto;
    align-self: stretch;
    margin: 100px 30px 0;
  }

  .div-box-texto-1-4-ods {
    align-items: center;
  }

  .div-bolhas-ods {
    flex-direction: column;
    align-self: stretch;
    align-items: stretch;
  }

  .div-ods-direita {
    width: auto;
  }

  .div-primeira {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 50% 50%;
    grid-auto-columns: 1fr;
    align-self: flex-start;
    justify-items: start;
    display: grid;
  }

  .page-elements-final {
    height: auto;
    flex-direction: column;
    margin-top: 100px;
  }

  .div-box-texto-1-4-final {
    width: auto;
  }

  .div-block-11 {
    width: 30vw;
    margin-top: 20px;
    margin-left: 0;
  }

  .image-7 {
    margin-right: 0;
  }

  .bot-o-rio {
    right: 15%;
  }

  .div-rio {
    top: auto;
    bottom: 11%;
    left: 0%;
    right: 0%;
  }

  .bot-o-sp {
    right: 26%;
  }

  .linguagem {
    width: 20%;
    height: 45px;
  }

  .image-11 {
    display: none;
  }

  .sanduba {
    width: 30px;
    height: 3px;
  }

  .nav-menu {
    background-color: #fff;
    justify-content: flex-end;
    align-items: flex-end;
    margin-top: 12vh;
    margin-left: auto;
    padding-top: 20px;
    left: 0;
    right: 0;
  }

  .container-2 {
    width: 100vw;
    height: 10vh;
    background-color: #fff;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: auto;
    box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
  }

  .button-3 {
    flex: 0 auto;
  }

  .button-4 {
    width: 70px;
    left: 7px;
  }

  .navbar {
    z-index: 999;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: 0%;
    box-shadow: 0 -2px 5px rgba(0, 0, 0, .2);
  }

  .link-block-4 {
    width: 62%;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 10px;
  }

  .image-13 {
    display: none;
  }

  .dropdown-toggle-2 {
    justify-content: center;
    align-self: stretch;
    margin-bottom: 20px;
    padding: 10px;
  }

  .dropdown-toggle-2.w--open {
    width: auto;
    border-top-width: 2px;
    border-radius: 20px;
    align-self: stretch;
    margin: 20px 20px 0;
  }

  .dropdown-2 {
    width: auto;
    flex-direction: column;
    align-self: center;
    align-items: flex-end;
    margin-right: 0;
  }

  .image-14 {
    display: none;
  }

  .ms-column._50 {
    width: 100%;
  }

  .ms-column-wrap {
    flex-direction: column;
  }

  .dropdown-list-2.w--open {
    width: auto;
    border-width: 0;
    border-radius: 0;
    flex-direction: column;
    flex: none;
    align-self: center;
    align-items: center;
    margin-left: 20px;
    margin-right: 20px;
    padding-left: 10px;
    padding-right: 10px;
    position: static;
    top: 0;
  }

  .dropdown-link, .dropdown-link-2, .dropdown-link-3 {
    align-self: center;
  }

  .div-block-24 {
    width: auto;
    align-self: stretch;
  }

  .link-block-5 {
    width: 95vw;
    justify-content: center;
    margin-bottom: 3vh;
    margin-left: 10px;
    margin-right: 10px;
    display: flex;
    position: fixed;
    top: auto;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .titulo-2022 {
    font-size: 25px;
  }

  .text-block-2022 {
    margin-bottom: 20px;
  }

  .text-block-2022.branco {
    margin-bottom: 0;
    font-size: 1em;
    font-weight: 400;
    line-height: 1.5em;
  }

  .div-block-26 {
    width: auto;
    margin-left: 10px;
    margin-right: 10px;
  }

  .div-block-27 {
    margin-bottom: 0;
    margin-left: 10px;
    margin-right: 10px;
  }

  .div-block-32 {
    flex-direction: column-reverse;
    align-items: flex-end;
  }

  .div-block-33 {
    margin-top: 0;
  }

  .image-20 {
    width: auto;
    margin-bottom: 20px;
  }

  .div-block-34 {
    justify-content: center;
    margin-top: 0;
  }

  .rio-mapa {
    z-index: 2;
    flex-direction: column;
    margin-top: 5vh;
    padding: 20px;
    display: none;
    position: absolute;
    top: 12vh;
    bottom: 15%;
    left: 5%;
    right: 5%;
  }

  .base-page-apresenta-o {
    align-items: flex-start;
    display: none;
  }

  .page-elements-apresenta-o {
    height: auto;
    margin: 2vh 0% 40px;
    padding-left: 0;
    position: static;
  }

  .div-block-35 {
    width: auto;
    height: auto;
    flex-direction: row;
    align-items: stretch;
    margin-top: 10vh;
    margin-bottom: 100px;
  }

  .image-21 {
    margin-top: 12vh;
  }

  .image-22 {
    display: none;
  }

  .base-page-nd {
    margin-left: 0;
    margin-right: 0;
  }

  .slide-nd-div {
    width: 200px;
    height: auto;
    padding: 10px;
  }

  .nd-txt {
    margin-top: 10px;
    font-size: 14px;
    line-height: 20px;
  }

  .div-slide {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-direction: column;
    align-items: center;
    margin-left: 0;
    margin-right: 0;
  }

  .slider {
    width: 100vw;
    height: auto;
    align-self: stretch;
    margin-top: 12vh;
    margin-bottom: 60px;
  }

  .image-23, .image-24, .image-25 {
    width: 30%;
  }

  .image-25.riomaior {
    width: 90%;
  }

  .page-elements-mapa-2022 {
    height: auto;
    margin-bottom: 0;
    padding-top: 5%;
    padding-left: 10px;
    display: flex;
  }

  .mapa-mapa {
    flex-direction: column-reverse;
    flex: 1;
    margin: 0 5%;
  }

  .base-page-ef {
    flex: 1;
    display: none;
  }

  .img-ef-1 {
    display: none;
  }

  .img-ef-2 {
    width: 100vw;
    height: 100vh;
  }

  .page-elements-ec {
    height: auto;
    background-color: #003c6d;
    flex: 1;
    align-self: stretch;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
    position: static;
  }

  .div-box-texto-ef {
    width: 100vw;
    background-color: rgba(0, 0, 0, 0);
    padding-right: 20px;
  }

  .numeros {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    background-color: #003c6d;
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    padding-bottom: 100px;
    padding-left: 20px;
    padding-right: 20px;
    display: grid;
  }

  .text-block-2023 {
    font-size: 30px;
  }

  .text-block-2024 {
    font-size: 15px;
    line-height: 20px;
  }

  .img-gri-2 {
    height: 90vh;
    display: none;
  }

  .img-gri-1 {
    height: 90vh;
    object-fit: cover;
    object-position: 50% 50%;
    flex: 1;
    align-self: stretch;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .div-box-texto-gri {
    width: auto;
    height: 90vh;
    background-color: rgba(0, 60, 109, .73);
    flex-direction: column;
    flex: none;
    justify-content: flex-start;
    align-self: center;
    margin-top: 0;
    padding-top: 20px;
    padding-right: 20px;
    display: flex;
    position: static;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .page-elements-gri {
    width: auto;
    height: 90vh;
    flex-direction: column;
    flex: 0 auto;
    align-self: flex-start;
    margin-top: 0%;
    margin-bottom: 0;
    padding-left: 0;
    display: flex;
    position: absolute;
    top: 10vh;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .base-page-gri {
    height: auto;
    flex: none;
    align-self: stretch;
    margin-top: 0;
    margin-left: 0;
    display: flex;
    position: relative;
    top: 0%;
    bottom: 0%;
    right: 0%;
  }

  .div-block-gri {
    height: 90vh;
    justify-content: flex-start;
    align-items: stretch;
    margin-top: 10vh;
    position: static;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .div-ods {
    width: auto;
    height: auto;
    position: static;
  }

  .base-page-ods-2022 {
    background-color: #00a2b6;
    display: none;
    position: static;
  }

  .page-elements-ods-2022 {
    height: auto;
    flex: 1;
    align-self: flex-start;
    margin: 12vh 0% 0;
    padding-left: 0;
  }

  .ods-onda {
    display: none;
  }

  .div-ods-2022 {
    width: auto;
    margin-left: 10px;
    margin-right: 10px;
    padding-right: 20px;
  }

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

  .titulo-2022-ods {
    font-size: 16px;
    line-height: 20px;
  }

  .column-2 {
    flex: none;
    align-self: center;
    margin-bottom: 80px;
    display: block;
  }

  .slider-3 {
    flex-direction: row;
    flex: none;
    align-self: auto;
    align-items: center;
    display: block;
  }

  .div-block-46 {
    height: 75vh;
    justify-content: center;
    overflow: scroll;
  }

  .columns-2 {
    height: auto;
    margin-top: 0;
    margin-left: 0%;
    margin-right: 0%;
    display: flex;
    position: static;
  }

  .mask-2 {
    height: auto;
    flex: 0 auto;
    align-self: center;
    position: static;
  }

  .right-arrow-2, .left-arrow-2 {
    position: static;
  }

  .ods-novos.ods-3 {
    height: auto;
  }

  .slide-1-ods, .slide-2-ods, .slide-3-ods, .slide-4-ods, .slide-5-ods, .slide-6-ods, .slide-7-ods, .slide-3-copy {
    width: auto;
    height: auto;
    margin-left: 40px;
    margin-right: 40px;
    padding: 20px;
  }

  .ods-3, .ods-5 {
    height: 75vh;
    justify-content: center;
    overflow: scroll;
  }

  .icon-5 {
    margin-left: 10px;
    font-size: 30px;
  }

  .column-3 {
    display: none;
  }

  .menu-button-2 {
    margin-top: 0;
  }

  .menu-button-2.w--open {
    background-color: #fff;
  }

  .icon-6 {
    color: #003c6d;
    font-size: 5vh;
  }

  .mask-3 {
    padding-top: 40px;
  }

  .icon-7 {
    color: #003c6d;
    margin-right: 10px;
    font-size: 30px;
  }

  .link-block-seta {
    justify-content: center;
    margin-bottom: auto;
    margin-left: 10px;
    margin-right: 10px;
    display: none;
    position: fixed;
    top: auto;
    bottom: 20px;
    left: 0%;
    right: 0%;
  }

  .link-block-5-copy {
    justify-content: center;
    margin-bottom: auto;
    margin-left: 10px;
    margin-right: 10px;
    display: flex;
    position: fixed;
    top: auto;
    bottom: 20px;
    left: 0%;
    right: 0%;
  }

  .image-28 {
    width: 24vw;
  }
}

#w-node-_0cf77def-4e9f-af1d-b91a-92e7a14b9777-2e2d9370, #w-node-e033c343-81b1-8358-032f-e4310032c91e-2e2d9370, #w-node-_4320ec39-d7b0-148d-adbe-7e3672027e61-2e2d9370, #w-node-_4552a258-342e-c463-3e5a-3d96899e1fc1-2e2d9370, #w-node-_75a51d2c-74a1-36ef-bcf3-30a49a8533d1-2e2d9370 {
  grid-area: span 2 / span 2 / span 2 / span 2;
  align-self: center;
  justify-self: center;
}

#w-node-fd70fa16-d407-73ce-0570-3924c507e28f-2e2d9371 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: start;
}

#w-node-_0c367a1d-8b66-e4e9-ce37-f78f1a82ceda-2e2d9371, #w-node-efd3d3c1-606a-e690-5db9-214dbbf2bf35-2e2d9371 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-e662451a-625e-c468-475a-2bb736bc3b18-2e2d9371, #w-node-f4d0d446-5a27-8c4f-76e7-40d4f95c985b-2e2d9371 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-b7a2f40f-d91e-fde0-b973-d8dee77b5d99-2e2d9374 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  align-self: center;
  justify-self: start;
}

#w-node-b7a2f40f-d91e-fde0-b973-d8dee77b5da0-2e2d9374, #w-node-b7a2f40f-d91e-fde0-b973-d8dee77b5daf-2e2d9374, #w-node-b7a2f40f-d91e-fde0-b973-d8dee77b5dbb-2e2d9374, #w-node-b7a2f40f-d91e-fde0-b973-d8dee77b5dc3-2e2d9374, #w-node-b7a2f40f-d91e-fde0-b973-d8dee77b5dcd-2e2d9374, #w-node-e033c343-81b1-8358-032f-e4310032c91e-2e2d9374, #w-node-_0cf77def-4e9f-af1d-b91a-92e7a14b9777-2e2d9374, #w-node-_4320ec39-d7b0-148d-adbe-7e3672027e61-2e2d9374, #w-node-_4552a258-342e-c463-3e5a-3d96899e1fc1-2e2d9374, #w-node-_75a51d2c-74a1-36ef-bcf3-30a49a8533d1-2e2d9374, #w-node-_8357b0f0-2ce0-d96c-b45a-378aaa040733-2e2d9374, #w-node-_0b7018e6-e594-7336-91c9-b9af10d16795-2e2d9374, #w-node-_4da3c8da-693b-51ed-a6a7-3203578e8536-2e2d9374 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: center;
}

@media screen and (max-width: 991px) {
  #w-node-_0cf77def-4e9f-af1d-b91a-92e7a14b9777-2e2d9370, #w-node-e033c343-81b1-8358-032f-e4310032c91e-2e2d9370, #w-node-_4320ec39-d7b0-148d-adbe-7e3672027e61-2e2d9370, #w-node-_4552a258-342e-c463-3e5a-3d96899e1fc1-2e2d9370, #w-node-_75a51d2c-74a1-36ef-bcf3-30a49a8533d1-2e2d9370 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: center;
    justify-self: center;
  }

  #w-node-b7a2f40f-d91e-fde0-b973-d8dee77b5d99-2e2d9374 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    align-self: center;
    justify-self: center;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_4320ec39-d7b0-148d-adbe-7e3672027e61-2e2d9370, #w-node-b7a2f40f-d91e-fde0-b973-d8dee77b5d99-2e2d9374 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: center;
    justify-self: center;
  }
}


