:root {
  --text-default: #2f4642;
  --green: #077;
  --white: white;
}

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

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

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

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

body {
  color: #2f4642;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.4;
  font-family: Lato, sans-serif;
}

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 700;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 700;
  font-size: 32px;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 700;
  font-size: 24px;
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

.header {
  position: -webkit-sticky;
  position: sticky;
}

.navbar {
  z-index: 5;
  background-color: rgba(0, 0, 0, 0);
  padding-top: 20px;
  padding-bottom: 20px;
}

.navbar.shadow-three {
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  width: 100%;
  max-width: 1140px;
}

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

.navbar-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.navbar-brand {
  width: 170px;
}

.nav-menu {
  grid-column-gap: 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  padding-left: 0;
}

.nav-link {
  display: block;
  color: var(--text-default);
  letter-spacing: .25px;
}

.nav-link:hover {
  text-decoration: none;
}

.nav-link:focus-visible {
  outline: 2px solid #0050bd;
  outline-offset: 0px;
  border-radius: 4px;
  color: #0050bd;
}

.nav-link[data-wf-focus-visible] {
  outline: 2px solid #0050bd;
  outline-offset: 0px;
  border-radius: 4px;
  color: #0050bd;
}

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

.nav-dropdown-toggle {
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: .25px;
}

.nav-dropdown-toggle:hover {
  color: rgba(26, 27, 31, .75);
}

.nav-dropdown-toggle:focus-visible {
  outline: 2px solid #0050bd;
  outline-offset: 0px;
  border-radius: 5px;
  color: #0050bd;
}

.nav-dropdown-toggle[data-wf-focus-visible] {
  outline: 2px solid #0050bd;
  outline-offset: 0px;
  border-radius: 5px;
  color: #0050bd;
}

.nav-dropdown-icon {
  margin-right: 10px;
}

.nav-dropdown-list {
  border-radius: 12px;
  background-color: #fff;
}

.nav-dropdown-list.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-link {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.nav-dropdown-link:focus-visible {
  outline: 2px solid #0050bd;
  outline-offset: 0px;
  border-radius: 5px;
  color: #0050bd;
}

.nav-dropdown-link[data-wf-focus-visible] {
  outline: 2px solid #0050bd;
  outline-offset: 0px;
  border-radius: 5px;
  color: #0050bd;
}

.nav-divider {
  margin-right: 15px;
  margin-left: 15px;
  background-color: #e4ebf3;
  width: 1px;
  height: 22px;
}

.nav-link-accent {
  margin-right: 20px;
  margin-left: 5px;
  padding: 5px 10px;
  color: #1a1b1f;
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: .25px;
  text-decoration: none;
}

.nav-link-accent:hover {
  color: rgba(26, 27, 31, .75);
}

.button-primary {
  transition: all .2s;
  background-color: #1a1b1f;
  padding: 12px 25px;
  color: #fff;
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 2px;
  text-transform: uppercase;
}

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

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

.button-primary.footer-form-button {
  position: absolute;
  right: 8px;
  padding: 8px 18px;
}

.hide {
  display: none;
}

.text-block {
  font-weight: 700;
  font-size: 24px;
}

.hero-heading-center {
  position: relative;
  border-bottom: 1px solid #e4ebf3;
  background-color: #f5f7fa;
  padding: 80px 30px;
}

.centered-heading {
  margin-bottom: 16px;
  text-align: center;
}

.centered-heading.margin-bottom-32px {
  margin-bottom: 32px;
}

.hero-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.hero-split {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 46%;
}

.margin-bottom-24px {
  margin-bottom: 24px;
}

.shadow-two {
  box-shadow: 0 4px 24px rgba(150, 163, 181, .08);
}

.footer-subscribe {
  position: relative;
  border-bottom: 1px solid #e4ebf3;
  padding: 50px 30px 40px;
}

.footer-form-two {
  margin-bottom: 40px;
  background-color: #f5f7fa;
  padding: 64px;
}

.footer-form-container-two {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.footer-form-title {
  font-size: 24px;
  line-height: 32px;
}

.footer-form-block-two {
  display: flex;
  position: relative;
  justify-content: flex-end;
  align-items: center;
}

.footer-form-input {
  margin-bottom: 0;
  border: 1px #000;
  padding: 12px 180px 12px 20px;
  width: 460px;
  height: 48px;
}

.footer-form-input::-ms-input-placeholder {
  color: rgba(26, 27, 31, .8);
}

.footer-form-input::placeholder {
  color: rgba(26, 27, 31, .8);
}

.footer-wrapper-three {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.footer-block-three {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-right: -20px;
  margin-left: -20px;
}

.footer-link-three {
  margin-right: 20px;
  margin-left: 20px;
  color: #1a1b1f;
  text-decoration: none;
}

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

.footer-social-block-three {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-left: -32px;
}

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

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

.footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.footer-copyright {
  color: #3a4554;
}

.footer-legal-block {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.footer-legal-link {
  margin-left: 24px;
  color: #3a4554;
}

.footer-legal-link:hover {
  color: #3a4554;
}

.section {
  padding: 80px 30px;
}

.grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 40px;
  margin-bottom: 40px;
}

.div-block {
  display: flex;
  align-items: flex-end;
  background-image: url('../images/portfolio---wide.svg');
  background-position: 50%;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 20px 30px;
  height: 250px;
}

.div-block.link-modal {
  cursor: pointer;
}

.text-block-2 {
  color: var(--white);
}

.testimonial-slider-large {
  position: relative;
  border-bottom: 1px solid #e4ebf3;
  background-color: #f5f7fa;
  padding: 80px 30px;
}

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

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

.testimonial-slide {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #fff;
  padding: 12px 12px 12px 64px;
}

.testimonial-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-right: 40px;
  max-width: 460px;
}

.testimonial-quote-icon {
  margin-bottom: 24px;
}

.testimonial-quote {
  margin-bottom: 32px;
  font-weight: 600;
  font-size: 24px;
  line-height: 32px;
}

.testimonial-info-two {
  display: flex;
  align-items: center;
}

.testimonial-image {
  margin-right: 16px;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  object-fit: cover;
}

.testimonial-author-name {
  font-weight: 700;
}

.testimonial-image-two {
  width: 350px;
  height: 400px;
  object-fit: cover;
}

.testimonial-author-image-three {
  margin-right: 24px;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  object-fit: cover;
}

.testimonial-slider-arrow {
  display: none;
}

.testimonial-slider-nav {
  position: static;
  bottom: -60px;
  margin-top: 24px;
  font-size: 10px;
}

.div-block-2 {
  display: flex;
  align-items: flex-end;
  background-image: url('../images/placeholder.svg');
  background-position: 50%;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 20px 30px;
  height: 250px;
}

.div-block-2.link-modal {
  cursor: pointer;
}

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

.hero-stack {
  position: relative;
  border-bottom: 1px solid #e4ebf3;
  background-color: #f5f7fa;
  padding: 80px 30px;
}

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

.hero-wrapper-two {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-right: auto;
  margin-left: auto;
  max-width: 750px;
  text-align: center;
}

.margin-bottom-24px-2 {
  margin-bottom: 30px;
}

.button-primary-2 {
  transition: all .2s;
  background-color: #1a1b1f;
  padding: 12px 25px;
  color: #fff;
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 2px;
  text-transform: uppercase;
}

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

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

.hero-image {
  margin-top: 10px;
  width: 100%;
}

.heading {
  margin-bottom: 30px;
}

.form {
  position: relative;
}

.text-field {
  position: absolute;
  right: 0;
  width: 300px;
}

.modal {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, .6);
}

.div-block-5 {
  position: relative;
  height: 100%;
}

.div-block-6 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: var(--white);
  padding: 40px;
  width: 800px;
}

.div-block-7 {
  grid-column-gap: 30px;
  display: flex;
}

.image {
  width: 300px;
}

.close {
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
  font-weight: 700;
  font-size: 20px;
}

.nav-item {
  position: relative;
  padding-top: 5px;
  padding-bottom: 5px;
}

.underline-nav-link {
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: var(--green);
  width: 0%;
  height: 2px;
}

.section-hero {
  position: relative;
  border-bottom: var(--white) 3px solid;
  height: 650px;
}

.bg-video-hero {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100%;
}

.overlay-hero {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.overlay-hero.green {
  background-color: rgba(0, 119, 119, .75);
}

.overlay-hero.black {
  background-color: rgba(0, 0, 0, .2);
}

.inner-hero {
  display: flex;
  position: relative;
  align-items: center;
  z-index: 1;
  height: 100%;
}

.inmetro {
  display: flex;
  position: absolute;
  bottom: -70px;
  left: 50%;
  align-items: center;
  gap: 40px;
  transform: translate(-50%, 0);
  z-index: 10;
  margin: 0 auto;
  border-radius: 10px 0 10px 0;
  background-color: var(--white);
  padding: 5px 40px 5px 5px;
  width: 100%;
  max-width: 765px;
  height: 140px;
  overflow: hidden;
  font-size: 18px;
}

.inmetro div p {
  color: #2f4642;
}

.inmetro div p a {
  color: var(--green);
  text-decoration: underline;
}

.inmetro div p:last-child {
  margin-bottom: 0;
}

.stamp-inmetro {
  flex: 0 0 auto;
  height: 130px;
}
.stamp-inmetro img {
  height: 100%;
}

.heading-1 {
  margin-bottom: 20px;
  color: #fff;
  font-size: 64px;
  line-height: 1.2;
}

.subheading-hero {
  color: var(--white);
  font-size: 32px;
}

.section-about {
  position: relative;
  padding-top: 150px;
}

.inner-about-1 {
  display: flex;
  margin-bottom: 60px;
}

.item-1-about-1 {
  flex: 0 55%;
}

.item-2-about-1 {
  display: flex;
  flex: 1;
  flex-direction: column;
  justify-content: center;
  padding-left: 10%;
}

.border-rounded {
  border-radius: 15px;
  overflow: hidden;
}

.text-green {
  color: var(--green);
}

.heading-2 {
  margin-bottom: 40px;
  font-size: 42px;
}

.img-item-1-about-1 {
  object-fit: cover;
}

.inner-about-2 {
  margin-bottom: 80px;
  background-color: var(--green);
  padding: 60px 80px;
}

.heading-3 {
  font-size: 32px;
}

.color-white {
  color: var(--white);
}

.grid-about {
  grid-column-gap: 30px;
  grid-row-gap: 60px;
  grid-template-rows: auto;
}

.mb-40 {
  margin-bottom: 40px;
}

.heading-about {
  margin-bottom: 10px;
  font-weight: 700;
  font-size: 22px;
}

.img-item-about-2 {
  margin-bottom: 20px;
}

.img-2-item-about-2 {
  display: none;
  margin-bottom: 20px;
}

.img-1-item-about {
  margin-bottom: 20px;
}

.grid-about-valores {
  grid-column-gap: 15px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  margin-top: 30px;
  color: var(--white);
  font-size: 14px;
}

.inner-about-3 {
  margin-right: auto;
  margin-left: auto;
  max-width: 940px;
}

.bg-about {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: -1;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  background-image: url('../images/bg__about.png');
  background-position: 95% 80px;
  background-size: auto;
  background-repeat: no-repeat;
  background-color: #e9f3f3;
  width: 100%;
  height: 85%;
}

.section-what-we-do {
  position: relative;
  z-index: 10;
  margin-bottom: -30px;
  border-bottom-right-radius: 30px;
  border-bottom-left-radius: 30px;
  background-color: var(--white);
  padding-top: 80px;
  padding-bottom: 160px;
}

.inner-what-we-do {
  grid-column-gap: 40px;
  display: grid;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 60px;
}

.item-1-what-we-do {
  flex: 0 50%;
  align-self: center;
  padding-right: 60px;
}

.item-3-what-we-do {
  display: flex;
  flex: 1;
  flex-direction: column;
  justify-content: center;
  align-self: flex-start;
}

.highlighted-text-what-we-do {
  border: 1px solid rgba(129, 214, 123, .4);
  background-image: linear-gradient(45deg, rgba(129, 214, 123, .4), #fff);
  padding: 20px;
  color: var(--green);
  font-weight: 700;
  font-size: 24px;
  text-align: center;
}

.section-where {
  position: relative;
  margin-top: -30px;
  background-color: var(--green);
}

.inner-bg-where {
  grid-column-gap: 60px;
  display: flex;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding-top: 30px;
}

.item-1-bg-where {
  flex: 1;
  background-image: url('../images/img__where--map.png');
  background-position: 100% 0;
  background-size: auto 85%;
  background-repeat: no-repeat;
}

.item-2-bg-where {
  flex: 1;
  background-image: url('../images/bg__where.png');
  background-position: 50% 0;
  background-size: 80%;
  background-repeat: no-repeat;
}

.wrapper-where {
  grid-column-gap: 30px;
  display: flex;
  position: relative;
  justify-content: flex-end;
  align-items: center;
  padding-top: 150px;
  padding-bottom: 120px;
}

.inner-where {
  flex: 0 50%;
  align-self: center;
}

.item-where {
  margin-bottom: 50px;
  padding-right: 160px;
}

.value-item-where {
  background:#b6ecb1;
  padding: 0 3px;
  color: var(--green);
  font-weight: 700;
  line-height: 1 !important;
}

.height-100 {
  height: 100%;
}

.img-item-1-bg-where {
  display: none;
}

.footer {
  border-top-right-radius: 30px;
  border-top-left-radius: 30px;
  background-color: var(--green);
  padding-top: 80px;
}

.inner-footer-1 {
  display: flex;
  border-bottom: 1px solid #0e6a68;
  padding-bottom: 40px;
}

.item-1-footer {
  grid-row-gap: 10px;
  display: flex;
  flex: 0 50%;
  flex-direction: column;
  color: var(--white);
}

.row-item-1-social {
  grid-column-gap: 15px;
  display: flex;
  flex: 1;
  margin-top: 80px;
}

.icon-item-1-footer {
  width: 24px;
}

.row-item-1-footer {
  grid-column-gap: 10px;
  display: flex;
  align-items: center;
  font-size: 20px;
}

.item-2-footer {
  grid-row-gap: 20px;
  display: flex;
  flex: 0 50%;
  flex-direction: column;
  padding-left: 10%;
}

.heading-item-2-footer {
  color: #beedb9;
  font-size: 18px;
}

.text-item-2-footer {
  margin-bottom: 20px;
}

.link-row-item-1-social {
  opacity: .75;
  transition: opacity .2s cubic-bezier(.455, .03, .515, .955);
}

.link-row-item-1-social:hover {
  opacity: 1;
}

.inner-footer-2 {
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 14px;
  text-align: center;
}

.line-no-wrap {
  white-space: nowrap;
}

.slide-what-we-do {
  padding-right: 10px;
  padding-left: 10px;
}

.heading-slide-what-we-do {
  margin-bottom: 10px;
  font-weight: 700;
  font-size: 22px;
}

.item-what-we-do {
  filter: grayscale();
  transition: filter .2s cubic-bezier(.455, .03, .515, .955);
  border-radius: 15px;
  background-image: linear-gradient(45deg, rgba(129, 214, 123, .4), #fff);
  height: 100%;
  overflow: hidden;
}

.item-what-we-do:hover {
  filter: grayscale(0%);
}

.content-slide-what-we-do {
  padding: 30px 20px;
}

.inner-slide-what-we-do {
  margin-right: -20px;
  margin-left: -20px;
}

.section-events {
  position: relative;
  margin-top: -30px;
  border-top-right-radius: 30px;
  border-top-left-radius: 30px;
  background-color: var(--white);
  padding-top: 80px;
  padding-bottom: 160px;
}

.section-clients {
  position: relative;
  background-color: var(--white);
  padding: 80px 0;
}

.section-clients .slider-clients .slick-slide {
  display: flex;
  justify-content: center;
  align-items: center;
}

.section-clients .slider-clients .slick-slide img {
  max-width: 70%;
  max-height: 70%;

}

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

.slide-events {
  padding-right: 10px;
  padding-left: 10px;
}

.item-events {
  transition: background-color .2s cubic-bezier(.455, .03, .515, .955);
  border-radius: 15px;
  background-color: #f1faff;
  height: 100%;
  overflow: hidden;
  color: #2f4642;
  text-decoration: none;
}

.item-events:hover {
  background-color: #e0f4ff;
  text-decoration: none;
}

.content-slide-events {
  padding: 30px 20px;
}

.text-slide-events {
  font-size: 18px;
  text-decoration: none;
}

.section-team {
  position: relative;
  z-index: 1;
  border-bottom-right-radius: 30px;
  border-bottom-left-radius: 30px;
  background-color: #e9f3f3;
  padding-top: 110px;
  padding-bottom: 60px;
}

.grid-team {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  grid-template-rows: auto;
}

.bg-team {
  position: absolute;
  bottom: -65%;
  left: 40px;
  z-index: 1;
}

.bg-team.hide {
  display: none;
}

.item-2-team {
  padding-left: 60px;
}

.item-1-team {
  padding-right: 60px;
}

.section-projects {
  position: relative;
  z-index: 1;
  border-bottom-right-radius: 30px;
  border-bottom-left-radius: 30px;
  background-color: #e9f3f3;
  padding-top: 60px;
  padding-bottom: 80px;
}

.button-whatsapp {
  position: fixed;
  right: 20px;
  bottom: 20px;
  width: 40px;
}

.line-break {
  display: block;
}

.item-2-what-we-do {
  border: 1px solid rgba(129, 214, 123, .4);
  background-image: linear-gradient(45deg, rgba(129, 214, 123, .4), #fff);
  padding: 20px;
  color: var(--green);
  font-weight: 700;
  font-size: 24px;
}

.item-2-what-we-do.border-rounded {
  text-align: center;
}

.mask-slider-projects {
  overflow: visible;
}

.slide-projects {
  position: relative;
  height: 100%;
}

.slider-projects {
  position: relative;
  border-radius: 15px;
  height: auto;
  overflow: hidden;
}

.info-slide-projects {
  width: 50%;
  -webkit-backdrop-filter: blur(5px);
  display: block;
  position: absolute;
  bottom: 20px;
  left: 20px;
  backdrop-filter: blur(5px);
  border: 1px solid rgba(216, 238, 243, .5);
  border-radius: 15px;
  background-color: rgba(0, 0, 0, .2);
  padding: 30px 40px;
}

.caption-slide-projects {
  color: var(--white);
  font-size: 20px;
  line-height: 1.2;
}

.text-span {
  display: block;
  margin-top: 10px;
  font-size: 14px;
  text-transform: uppercase;
}

.slider-projects-arrow {
  display: flex;
  top: 50%;
  justify-content: center;
  align-items: center;
  transform: translate(0, -50%);
  z-index: 10;
  transition: opacity .2s, background-color .2s cubic-bezier(.455, .03, .515, .955);
  margin-top: 0;
  margin-bottom: 0;
  border: 1px solid var(--white);
  border-radius: 50%;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: 9px;
  background-repeat: no-repeat;
  width: 50px;
  height: 50px;
}

.slider-projects-arrow:hover {
  background-color: var(--white);
}

.slider-projects-arrow.arrow-prev {
  left: 20px;
  background-image: url('../images/icon__chevron-left--white.png');
}

.slider-projects-arrow.arrow-prev:hover {
  background-image: url('../images/icon__chevron-left--black.png');
}

.slider-projects-arrow.arrow-next {
  right: 20px;
  background-image: url('../images/icon__chevron-right--white.png');
}

.slider-projects-arrow.arrow-next:hover {
  background-image: url('../images/icon__chevron-right--black.png');
}

.arrow-slide-projects {
  width: 9px;
}

@media screen and (max-width: 991px) {
  body {
    font-size: 14px;
  }

  a {
    text-decoration: underline;
  }

  .header {
    z-index: 10;
  }

  .navbar-brand {
    width: 150px;
  }

  .nav-menu-wrapper {
    background-color: rgba(0, 0, 0, 0);
  }

  .nav-menu {
    grid-column-gap: 0px;
    flex-direction: column;
    box-shadow: 0 15px 20px -15px rgba(0, 0, 0, .1);
    background-color: #fff;
    padding: 20px;
  }

  .nav-link {
    padding: 5px;
    font-size: 16px;
    text-decoration: none;
  }

  .nav-link:hover {
    text-decoration: none;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: absolute;
  }

  .menu-button {
    margin-right: -15px;
    padding: 10px;
  }

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

  .hero-wrapper {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .hero-split {
    margin-bottom: 40px;
    max-width: 100%;
  }

  .footer-form-two {
    padding: 40px;
  }

  .footer-form-title {
    margin-right: 15px;
  }

  .footer-form-input {
    padding-right: 180px;
    width: 400px;
  }

  .footer-wrapper-three {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-social-block-three {
    margin-top: 40px;
  }

  .container-2 {
    max-width: 728px;
  }

  .testimonial-slide {
    padding-left: 32px;
  }

  .testimonial-quote {
    overflow: visible;
  }

  .container-3 {
    max-width: 728px;
  }

  .div-block-6 {
    width: 100%;
  }

  .section-hero {
    padding-bottom: 70px;
    height: 550px;
  }

  .heading-1 {
    margin-bottom: 15px;
    font-size: 54px;
  }

  .subheading-hero {
    font-size: 26px;
  }

  .section-about {
    border-bottom-right-radius: 16px;
    border-bottom-left-radius: 16px;
    background-image: none;
    padding-top: 130px;
  }

  .item-1-about-1.border-rounded {
    flex-basis: 50%;
    border-radius: 12px;
  }

  .item-2-about-1 {
    padding-left: 5%;
  }

  .border-rounded {
    border-radius: 12px;
  }

  .heading-2 {
    margin-bottom: 30px;
    font-size: 36px;
  }

  .inner-about-2 {
    margin-bottom: 60px;
    padding: 40px 60px 50px;
  }

  .heading-3 {
    font-size: 28px;
  }

  .grid-about {
    grid-column-gap: 20px;
    grid-row-gap: 40px;
  }

  .mb-40 {
    margin-bottom: 30px;
  }

  .heading-about {
    font-size: 20px;
  }

  .grid-about-valores {
    grid-row-gap: 15px;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .bg-about {
    border-bottom-right-radius: 16px;
    border-bottom-left-radius: 16px;
    background-position: 95% 60px;
    background-size: 50%;
  }

  .section-what-we-do {
    margin-bottom: -20px;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
    padding-top: 60px;
    padding-bottom: 120px;
  }

  .inner-what-we-do {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .item-1-what-we-do {
    padding-right: 0%;
  }

  .item-1-what-we-do.border-rounded {
    flex-basis: 50%;
    border-radius: 12px;
  }

  .highlighted-text-what-we-do {
    margin-right: 0%;
    padding: 15px;
    font-size: 22px;
  }

  .section-where {
    margin-top: -20px;
  }

  .inner-bg-where {
    grid-column-gap: 0px;
    padding-top: 20px;
  }

  .item-1-bg-where {
    flex: 1;
    background-position: 100% 0;
    background-size: 120%;
  }

  .item-2-bg-where {
    background-position: 50% 0;
    background-size: 80%;
  }

  .wrapper-where {
    padding-top: 80px;
    padding-bottom: 60px;
  }

  .number-info-where {
    font-size: 30px;
  }

  .item-2-where {
    grid-column-gap: 1px;
    grid-row-gap: 1px;
    display: grid;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    flex-direction: column;
  }

  .item-where {
    margin-bottom: 40px;
    padding-right: 0;
  }

  .footer {
    border-top-right-radius: 20px;
    border-top-left-radius: 20px;
    padding-top: 60px;
  }

  .inner-footer-1 {
    padding-bottom: 30px;
  }

  .item-1-footer {
    grid-row-gap: 8px;
  }

  .icon-item-1-footer {
    margin-top: 3px;
    width: 20px;
  }

  .row-item-1-footer {
    align-items: flex-start;
    font-size: 18px;
  }

  .item-2-footer {
    grid-row-gap: 15px;
    padding-left: 5%;
  }

  .heading-item-2-footer {
    font-size: 16px;
  }

  .text-item-2-footer {
    margin-bottom: 15px;
  }

  .link-row-item-1-social {
    opacity: 1;
  }

  .inner-footer-2 {
    padding-bottom: 30px;
  }

  .heading-slide-what-we-do {
    font-size: 20px;
  }

  .item-what-we-do {
    filter: none;
  }

  .inner-slide-what-we-do {
    margin-right: -20px;
    margin-left: -20px;
  }

  .section-events {
    margin-top: -20px;
    border-top-right-radius: 20px;
    border-top-left-radius: 20px;
    padding-top: 60px;
    padding-bottom: 120px;
  }

  .section-clients {
    padding: 60px 0;
  }

  .item-events {
    filter: none;
  }

  .section-team {
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
    padding-top: 80px;
    padding-bottom: 40px;
  }

  .grid-team {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .bg-team {
    bottom: -50%;
    width: 50%;
  }

  .item-2-team {
    padding-left: 0;
  }

  .item-1-team {
    padding-right: 0;
  }

  .section-projects {
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
    padding-top: 40px;
    padding-bottom: 60px;
  }

  .line-break {
    display: inline;
  }

  .item-2-what-we-do {
    padding: 15px;
    font-size: 22px;
  }

  .slider-projects {
    border-radius: 12px;
  }

  .info-slide-projects {
    border-radius: 12px;
    padding: 20px 30px;
    width: 75%;
  }

  .caption-slide-projects {
    font-size: 18px;
  }

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

@media screen and (max-width: 767px) {
  .navbar {
    padding-top: 10px;
    padding-bottom: 10px;
    max-width: 100%;
  }

  .navbar-brand {
    padding-left: 0;
  }

  .nav-menu {
    flex-direction: column;
  }

  .nav-link {
    display: inline-block;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .nav-dropdown-toggle {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list.shadow-three {
    box-shadow: 0 8px 50px rgba(0, 0, 0, .05);
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .nav-divider {
    margin-top: 10px;
    margin-bottom: 10px;
    width: 200px;
    max-width: 100%;
    height: 1px;
  }

  .nav-link-accent {
    display: inline-block;
    margin-right: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .mobile-margin-top-10 {
    margin-top: 10px;
  }

  .hero-heading-center {
    padding: 60px 15px;
  }

  .footer-subscribe {
    padding-right: 15px;
    padding-left: 15px;
  }

  .footer-form-container-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-form-title {
    margin-right: 0;
  }

  .footer-form-block-two {
    margin-top: 20px;
    width: 100%;
  }

  .footer-form-input {
    width: 100%;
  }

  .footer-block-three {
    flex-flow: column wrap;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-link-three {
    margin-bottom: 10px;
  }

  .footer-social-block-three {
    margin-top: 10px;
  }

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

  .footer-copyright {
    font-size: 14px;
    line-height: 20px;
  }

  .footer-legal-block {
    margin-top: 15px;
    margin-left: -24px;
  }

  .footer-legal-link {
    font-size: 14px;
    line-height: 20px;
  }

  .section {
    padding: 60px 15px;
  }

  .grid {
    grid-template-columns: 1fr 1fr;
  }

  .testimonial-slider-large {
    padding: 60px 15px;
  }

  .testimonial-slide {
    flex-direction: column;
    padding: 23px;
  }

  .testimonial-content {
    margin-right: 0;
    margin-bottom: 40px;
    max-width: none;
  }

  .testimonial-quote-icon {
    margin-bottom: 16px;
    width: 50px;
  }

  .testimonial-image-two {
    width: 100%;
    height: auto;
  }

  .hero-stack {
    padding: 60px 15px;
  }

  .text-field {
    position: static;
    width: 100%;
  }

  .tabs-menu {
    text-align: center;
  }

  .tab-link-tab-1, .tab-link-tab-2, .tab-link-tab-2.w--current {
    width: 50%;
  }

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

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

  .image {
    width: 100%;
  }

  .section-hero {
    height: 400px;
  }

  .heading-1 {
    margin-bottom: 10px;
    font-size: 40px;
  }

  .subheading-hero {
    font-size: 20px;
  }

  .inmetro {
    gap: 30px;
    border-radius: 15px 15px 0 0;
    padding-right: 30px;
    font-size: 16px;
  }

  .section-about {
    border-bottom-right-radius: 12px;
    border-bottom-left-radius: 12px;
    background-image: none;
    padding-top: 110px;
  }

  .inner-about-1 {
    flex-direction: column;
    margin-bottom: 40px;
  }

  .item-1-about-1.border-rounded {
    border-radius: 9px;
  }

  .item-2-about-1 {
    padding-top: 30px;
    padding-right: 5%;
  }

  .border-rounded {
    border-radius: 9px;
  }

  .heading-2 {
    margin-bottom: 20px;
    font-size: 32px;
  }

  .inner-about-2 {
    margin-bottom: 40px;
    padding-right: 40px;
    padding-left: 40px;
  }

  .heading-3 {
    font-size: 24px;
  }

  .grid-about {
    grid-column-gap: 0px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
  }

  .mb-40 {
    margin-bottom: 20px;
  }

  .heading-about {
    margin-bottom: 5px;
    font-size: 18px;
  }

  .img-item-about-2 {
    margin-bottom: 15px;
  }

  .img-2-item-about-2 {
    display: inline-block;
    margin-bottom: 15px;
  }

  .img-1-item-about {
    display: none;
    margin-bottom: 15px;
  }

  .grid-about-valores {
    grid-template-columns: 1fr 1fr;
    margin-top: 20px;
    font-size: 12px;
  }

  .bg-about {
    border-bottom-right-radius: 12px;
    border-bottom-left-radius: 12px;
    background-position: 95% 40px;
    height: 90%;
  }

  .section-what-we-do {
    margin-bottom: -15px;
    border-bottom-right-radius: 15px;
    border-bottom-left-radius: 15px;
    padding-top: 40px;
  }

  .inner-what-we-do {
    grid-column-gap: 0px;
    grid-template-columns: 1fr;
    flex-direction: column;
    margin-bottom: 40px;
  }

  .item-1-what-we-do.border-rounded {
    border-radius: 9px;
  }

  .highlighted-text-what-we-do {
    font-size: 20px;
  }

  .section-where {
    display: flex;
    flex-direction: column;
  }

  .inner-bg-where {
    position: relative;
    order: 1;
    padding-top: 0;
    width: 100%;
  }

  .item-1-bg-where {
    background-image: none;
    padding-bottom: 55px;
  }

  .item-2-bg-where {
    display: none;
  }

  .wrapper-where {
    background-image: url('../images/bg__where.png');
    background-position: 50% 0;
    background-size: 80%;
    background-repeat: no-repeat;
    padding-top: 55px;
    padding-bottom: 0;
  }

  .inner-where {
    flex: 1;
  }

  .item-where {
    margin-bottom: 30px;
  }

  .img-item-1-bg-where {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }

  .footer {
    border-top-right-radius: 15px;
    border-top-left-radius: 15px;
    padding-top: 40px;
  }

  .inner-footer-1 {
    flex-direction: column;
  }

  .item-1-footer {
    grid-row-gap: 6px;
    margin-bottom: 40px;
  }

  .row-item-1-social {
    margin-top: 30px;
  }

  .icon-item-1-footer {
    width: 16px;
  }

  .row-item-1-footer {
    grid-column-gap: 8px;
    font-size: 16px;
  }

  .item-2-footer {
    grid-row-gap: 12px;
    padding-left: 0%;
  }

  .inner-footer-2 {
    padding-top: 12px;
    padding-bottom: 24px;
    font-size: 12px;
  }

  .heading-slide-what-we-do {
    margin-bottom: 8px;
    font-size: 18px;
  }

  .item-what-we-do {
    border-radius: 10px;
  }

  .content-slide-what-we-do {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .text-slide-what-we-do {
    font-size: 12px;
  }

  .section-events {
    margin-top: -15px;
    border-top-right-radius: 15px;
    border-top-left-radius: 15px;
    padding-top: 40px;
  }

  .section-clients {
    padding: 40px 0;
  }

  .item-events {
    border-radius: 10px;
  }

  .content-slide-events {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .text-slide-events {
    font-size: 16px;
  }

  .section-team {
    border-bottom-right-radius: 15px;
    border-bottom-left-radius: 15px;
    padding-top: 55px;
    padding-bottom: 30px;
  }

  .grid-team {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
  }

  .bg-team {
    bottom: 40%;
  }

  .section-projects {
    border-bottom-right-radius: 15px;
    border-bottom-left-radius: 15px;
    padding-top: 30px;
    padding-bottom: 40px;
  }

  .item-2-what-we-do {
    font-size: 20px;
  }

  .slider-projects {
    border-radius: 9px;
  }

  .info-slide-projects {
    right: 15px;
    bottom: 15px;
    left: 15px;
    border-radius: 9px;
    padding: 15px 20px;
    width: auto;
  }

  .caption-slide-projects {
    font-size: 16px;
  }

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

@media screen and (max-width: 479px) {
  .container {
    max-width: none;
  }

  .nav-menu {
    flex-direction: column;
  }

  .button-primary.footer-form-button {
    position: relative;
    right: 0;
  }

  .centered-heading {
    margin-bottom: 24px;
  }

  .footer-form-two {
    padding: 20px;
  }

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

  .footer-form-input {
    margin-bottom: 10px;
    padding-right: 20px;
  }

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

  .grid {
    grid-template-columns: 1fr;
  }

  .container-2 {
    max-width: none;
  }

  .testimonial-quote-icon {
    width: 30px;
  }

  .testimonial-quote {
    font-size: 22px;
    line-height: 30px;
  }

  .testimonial-author-image-three {
    margin-right: 16px;
  }

  .container-3 {
    max-width: none;
  }

  .section-hero {
    height: 300px;
  }

  .heading-1 {
    font-size: 8vw;
  }

  .subheading-hero {
    font-size: 4vw;
  }

  .inmetro {
    gap: 20px;
    padding-right: 20px;
    font-size: 13px;
  }
  .inmetro div {
    padding: 10px 0;
  }

  .item-2-about-1 {
    padding-top: 25px;
    padding-right: 0%;
    padding-left: 0%;
  }

  .heading-2 {
    font-size: 28px;
  }

  .inner-about-2 {
    padding: 20px 20px 30px;
  }

  .heading-3 {
    font-size: 20px;
  }

  .grid-about-valores {
    grid-template-columns: 1fr;
  }

  .bg-about {
    height: 92%;
  }

  .item-2-where {
    display: flex;
  }

  .box-info-where {
    padding: 12px;
  }

  .icon-item-1-footer {
    margin-top: 3px;
  }

  .row-item-1-footer {
    align-items: flex-start;
  }

  .bg-team {
    bottom: 20%;
  }

  .button-whatsapp {
    z-index: 10;
  }

  .slider-projects {
    background-color: var(--green);
  }

  .info-slide-projects {
    -webkit-backdrop-filter: none;
    position: static;
    right: 0;
    bottom: 0;
    left: 0;
    backdrop-filter: none;
    border-width: 0;
    border-style: none;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    background-color: rgba(0, 0, 0, 0);
  }

  .slider-projects-arrow {
    display: none;
  }
}

#w-node-_2f34bcfa-9a55-1d6e-0ed0-5f33e6dfa388-d1221881, #w-node-_9fb11178-ecd7-d4eb-9e11-521542c9a7af-d1221881 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_25a133b3-9987-fb31-f432-cffa177d6463-d1221881 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_9f67368a-bccd-4f36-e43c-8114996d0fec-d1221881, #w-node-_3d76e4e7-2e36-b915-197d-e0dee23da46e-d1221881, #w-node-_69701bfa-9f6f-b172-a07a-58217b9cfde1-d1221881, #w-node-_5b0d84d4-8564-db87-f1bb-218677fde224-d1221881, #w-node-_722109fc-eb42-1222-7da9-b90bfff4cddc-d1221881 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1b080784-10c4-25c0-72b3-65eb465b13c1-d1221881 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_1ed5de89-abd2-ca76-1fa8-2b7903ac686d-d1221881 {
  grid-area: 2 / 1 / 3 / 2;
  align-self: start;
}

#w-node-_1b080784-10c4-25c0-72b3-65eb465b13c3-d1221881 {
  grid-area: 1 / 2 / 3 / 3;
}

#w-node-ce5b5d8e-293d-ab7c-3069-551975002340-d1221881 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5f760de0-db1f-7454-42be-34e31f697383-d1221881, #w-node-fc99c64b-8cf9-2d2f-581f-8bcf6338f2e9-d1221881 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_5a0aac59-1dbe-ee4c-490f-22c1640ea241-d1221881 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_1efbdebb-3c22-0e84-ad76-fac73b376229-d1221881 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_25a133b3-9987-fb31-f432-cffa177d6463-d1221881 {
    grid-column: span 1 / span 1;
  }

  #w-node-_1ed5de89-abd2-ca76-1fa8-2b7903ac686d-d1221881 {
    grid-row: 3 / 4;
  }

  #w-node-_1b080784-10c4-25c0-72b3-65eb465b13c3-d1221881 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-fc99c64b-8cf9-2d2f-581f-8bcf6338f2e9-d1221881 {
    order: 9999;
  }
}


@font-face {
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/Lato-Regular.woff2') format('woff2'), url('../fonts/Lato-Regular.eot') format('embedded-opentype'), url('../fonts/Lato-Regular.woff') format('woff'), url('../fonts/Lato-Regular.ttf') format('truetype'), url('../fonts/Lato-Regular.svg') format('svg');
  font-family: 'Lato';
  font-display: swap;
}
@font-face {
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/Lato-Bold.woff2') format('woff2'), url('../fonts/Lato-Bold.eot') format('embedded-opentype'), url('../fonts/Lato-Bold.eot') format('embedded-opentype'), url('../fonts/Lato-Bold.woff') format('woff'), url('../fonts/Lato-Bold.ttf') format('truetype'), url('../fonts/Lato-Bold.svg') format('svg');
  font-family: 'Lato';
  font-display: swap;
}