:root {
  --cyan: #2e8e80;
  --shadow-text: rgba(51, 51, 51, .5);
}

body {
  color: #333;
  background-color: #e7e7e7;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

.navbar {
  z-index: 30;
  background-color: #fff;
  align-items: center;
  min-height: 100px;
  margin-bottom: 30px;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.nav-container {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.nav-links {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  align-items: center;
  display: flex;
}

.section {
  padding-top: 112px;
  padding-left: 16px;
  padding-right: 16px;
}

.section.solution {
  background-image: linear-gradient(to bottom, var(--cyan), var(--cyan));
  min-height: 538px;
  margin-top: 112px;
  padding-top: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.section.solution.services {
  align-items: center;
  min-height: 995px;
}

.section.hero {
  margin-top: 0;
  padding-top: 148px;
}

.section.hero.services {
  background-image: url('../images/hero_services_img_1.webp');
  background-position: 0 0;
  background-repeat: repeat-x;
  background-size: auto;
}

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

.container.padding-bottom {
  padding-bottom: 170px;
}

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

.container.partner {
  background-color: var(--cyan);
  max-width: 100%;
  position: relative;
}

.content {
  position: relative;
}

.content.hero {
  background-image: linear-gradient(90deg, #e7e7e7 25%, rgba(0, 0, 0, 0) 85%), url('../images/img_site_1.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  align-items: center;
  min-height: 559px;
  display: flex;
}

.content.partners {
  grid-column-gap: 84px;
  grid-row-gap: 84px;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 32px;
  padding-bottom: 32px;
  display: flex;
  overflow: hidden;
}

.content.center {
  align-items: center;
  height: 100%;
  display: flex;
}

.content.flex-cards {
  grid-column-gap: 112px;
  grid-row-gap: 112px;
  flex-direction: column;
  display: flex;
}

.content.footer {
  justify-content: space-between;
  padding-bottom: 57px;
  display: flex;
}

.content.legal-content {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  display: flex;
}

.content.success {
  justify-content: center;
  display: flex;
}

.content.collum-center {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 828px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.hero_content {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.hero_header {
  max-width: 701px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 36px;
  line-height: 54px;
}

.hero_header.center {
  text-align: center;
  max-width: none;
  font-size: 32px;
  line-height: 48px;
}

.button {
  background-color: var(--cyan);
  border-radius: 6px;
  padding: 18px 42px;
  font-size: 18px;
  font-weight: 400;
  transition: box-shadow .25s;
}

.button:hover {
  box-shadow: 0 0 20px 5px rgba(46, 142, 128, .63);
}

.button.submit {
  margin-top: 20px;
}

.button.secondary {
  color: #102c43;
  background-color: #fff;
  border: 1px solid #f0f0f0;
}

.button.secondary:hover {
  box-shadow: 0 0 20px 5px rgba(175, 175, 175, .63);
}

.nav-link {
  color: rgba(29, 27, 25, .67);
  text-decoration: none;
}

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

.partners-gradient {
  background-image: linear-gradient(90deg, #e7e7e7, rgba(0, 0, 0, 0) 20%, rgba(0, 0, 0, 0) 80%, #e7e7e7);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.partners-gradient.cyan-gradient {
  background-image: linear-gradient(to right, var(--cyan), rgba(0, 0, 0, 0) 20%, rgba(0, 0, 0, 0) 80%, var(--cyan));
}

.partner_logo {
  align-items: center;
  width: 100%;
  height: 100%;
  min-height: 33px;
  max-height: 62px;
  display: flex;
}

.partner_logo.hide {
  display: none;
}

.solution_slider {
  background-color: rgba(221, 221, 221, 0);
  width: 100%;
  max-width: 756px;
  position: absolute;
  top: 22.17px;
  left: auto;
  right: 0%;
}

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

.solution_content {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  align-items: flex-start;
  max-width: 502px;
  margin-left: 48px;
  display: flex;
}

.solution_header {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  line-height: 36px;
}

.solution_paragraph {
  color: rgba(139, 139, 139, .78);
  font-size: 18px;
  line-height: 26px;
}

.solution_paragraph.dark {
  color: rgba(59, 59, 59, .78);
}

.solution_paragraph.light {
  color: rgba(255, 255, 255, .78);
}

.tabs-menu {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: center;
  margin-bottom: 24px;
  display: flex;
}

.tab {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: rgba(221, 221, 221, 0);
  border-radius: 100px;
  align-items: center;
  padding: 12px;
  display: flex;
}

.tab.w--current {
  background-color: #b2dcff;
  border-radius: 100px;
  padding: 12px;
}

.tab_text {
  font-size: 18px;
  line-height: 26px;
}

.tab-content {
  border-radius: 12px;
  align-items: center;
  min-height: 591px;
  padding-left: 42px;
  display: flex;
}

.tab-content.tab_01 {
  background-image: url('../images/tab_img_01.webp');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.tab-content.tab_02 {
  background-image: url('../images/tab_img_02.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.tab-content.tab_03 {
  background-image: url('../images/tab_img_03.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.tab-content-wrapper {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  color: #fff;
  flex-direction: column;
  align-items: flex-start;
  max-width: 525px;
  display: flex;
}

.tab_header {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  line-height: 36px;
}

.tab_paragraph {
  margin-bottom: 0;
  font-size: 18px;
  line-height: 26px;
}

.flex_card {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  justify-content: space-between;
  display: flex;
}

.card-header {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
}

.card-paragraph {
  color: var(--shadow-text);
  margin-bottom: 0;
  font-size: 18px;
  line-height: 26px;
}

.card-content-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: center;
  display: flex;
}

.card-image {
  border-radius: 12px;
  width: 100%;
  max-width: 551px;
  height: 100%;
}

.footer {
  margin-top: 112px;
  position: relative;
}

.footer-links-wrap {
  grid-column-gap: 62px;
  grid-row-gap: 62px;
  display: flex;
}

.footer-header {
  margin-top: 0;
  margin-bottom: 0;
  line-height: 36px;
}

.footer-links {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-direction: column;
  display: flex;
}

.footer-link {
  color: #000;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 26px;
  text-decoration: none;
}

.footer-link:hover {
  text-decoration: underline;
}

.links-wrap {
  opacity: .5;
  flex-direction: column;
  display: flex;
}

.icon-text-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  align-items: center;
  min-width: 0;
  max-width: 328px;
  text-decoration: none;
  display: flex;
}

.icon-text-wrapper:hover {
  text-decoration: underline;
}

.icon-text-wrapper.top {
  align-items: flex-start;
}

.icon-footer {
  width: 18px;
  max-width: 18px;
  max-height: 18px;
}

.icon-links-wrap {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  opacity: .5;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.partnerts-wrapper {
  grid-column-gap: 84px;
  grid-row-gap: 84px;
  transform-origin: 0%;
  display: flex;
}

.form-wrapper {
  border: 1px solid var(--cyan);
  background-image: linear-gradient(rgba(46, 142, 128, .19), rgba(46, 142, 128, .36));
  border-radius: 12px;
  align-items: center;
  width: 100%;
  margin-bottom: 0;
  padding: 40px 100px;
}

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

.input {
  background-color: #fff;
  border-radius: 8px;
}

.form-header {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 36px;
  line-height: 54px;
}

.form-paragraph {
  color: var(--shadow-text);
  margin-bottom: 40px;
  font-size: 18px;
  line-height: 26px;
}

.legal {
  background-color: var(--cyan);
  padding-top: 10px;
  padding-bottom: 10px;
}

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

.legal-link:hover {
  text-decoration: underline;
}

.legal-paragraph {
  font-size: 18px;
  line-height: 26px;
}

.legal-header {
  color: var(--cyan);
}

.menu-icon {
  max-width: 32px;
}

.dropdown-link {
  background-color: var(--cyan);
  color: #fff;
  font-weight: 600;
}

.dropdown-link.clean {
  background-color: #102c43;
}

.menu-mobile {
  display: none;
}

.success-wrapper {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 600px;
  padding: 40px;
  display: flex;
}

.success-paragraph {
  color: rgba(51, 51, 51, .76);
  text-align: center;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 26px;
}

.success-header {
  color: var(--cyan);
  margin-top: 0;
  margin-bottom: 0;
}

.success-link {
  color: var(--cyan);
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
}

.success-link:hover {
  text-decoration: underline;
}

.success-gif {
  width: 300px;
  height: 300px;
}

.hero_subtitle {
  opacity: .5;
  letter-spacing: 5px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
}

.buttons_wrap {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  align-items: center;
  display: flex;
}

.services-content {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.services-content.center {
  align-items: center;
}

.services-text-wrap {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-direction: column;
  align-items: flex-start;
  max-width: 502px;
  display: flex;
}

.services-text-wrap.stiky {
  padding-top: 16px;
  position: -webkit-sticky;
  position: sticky;
  top: 101px;
}

.service-cards-wrap {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-wrap: wrap;
  align-items: flex-start;
  width: 100%;
  max-width: 584px;
  display: flex;
}

.service-card {
  border: 1px solid #e3e3e3;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  width: 250px;
  height: 96px;
  padding: 24px 18px;
  display: flex;
}

.service-card.three-lines-text {
  padding-top: 12px;
  padding-bottom: 12px;
}

.service-card.w236 {
  width: 236px;
}

.card-text {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 500;
}

.card-text.flex-start {
  text-align: left;
}

.testimonial-wrap {
  grid-column-gap: 42px;
  grid-row-gap: 42px;
  align-items: flex-start;
  margin-top: 42px;
  display: flex;
}

.testimonial-card {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  border: 1px solid #e3e3e3;
  border-radius: 6px;
  flex-direction: column;
  width: 342px;
  max-width: 342px;
  height: 154px;
  max-height: 154px;
  padding: 16px;
  display: flex;
}

.stars-rating {
  align-items: flex-start;
  max-width: 104px;
  display: flex;
}

.building_img {
  border-radius: 16px;
}

.hero_text-img {
  width: 100%;
  max-width: 70%;
  height: 100%;
}

.whatsapp-btn {
  background-color: var(--cyan);
  border-radius: 100%;
  padding: 15px;
  transition: all .25s;
  position: fixed;
  top: auto;
  bottom: 6%;
  left: auto;
  right: 2%;
}

.whatsapp-btn:hover {
  background-color: #25d366;
}

.whatsapp-img {
  width: 3.5rem;
}

.slide-wrap {
  width: 100%;
  height: 100%;
}

.slider-container {
  width: 100vw;
  min-height: 300px;
  padding: 40px;
  position: absolute;
  top: 22.17px;
  left: 291px;
  overflow: hidden;
}

.slider-right-arrow {
  color: #444;
  display: none;
}

.slider-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.slide-content-wrapper {
  background-color: #e1e1e1;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.slide-content-wrapper.slide-1 {
  background-image: url('../images/linha-verde-01_1.webp');
  background-position: 80%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-content-wrapper.slide-2 {
  background-image: url('../images/jaguari-small_1.webp');
  background-position: 50% 100%;
  background-size: cover;
}

.slide-content-wrapper.slide-3 {
  background-image: url('../images/linha-verde-03_1.webp');
  background-position: 50% 100%;
  background-size: cover;
}

.slide-content-wrapper.slide-4 {
  background-image: url('../images/linha-verde-02_1.webp');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-content-wrapper.slide-5 {
  background-image: url('../images/linha-verde-04_1.webp');
  background-position: 50%;
  background-size: cover;
}

.slide-content-wrapper.slide-6 {
  background-image: url('../images/linha-verde_1.webp');
  background-position: 50% 100%;
  background-size: cover;
}

.slide-content-wrapper.slide-7 {
  background-image: url('../images/linha-verde-05_1.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slider-icon {
  opacity: 0;
}

.mask {
  position: static;
  overflow: visible;
}

.slider-left-arrow {
  z-index: -2;
  color: #444;
  display: none;
}

.slider-text {
  text-align: center;
  font-family: Oswald, sans-serif;
  font-size: 60px;
  font-weight: 700;
  line-height: 60px;
}

.slider {
  background-color: rgba(0, 0, 0, 0);
  width: 400px;
  height: 400px;
  position: static;
}

@media screen and (max-width: 991px) {
  .navbar {
    padding-left: 16px;
    padding-right: 16px;
  }

  .section.solution {
    flex-direction: column;
    align-items: center;
  }

  .section.solution.services {
    min-height: 0;
  }

  .container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .container.flex {
    justify-content: center;
  }

  .content.hero {
    background-image: linear-gradient(rgba(255, 255, 255, .66), rgba(255, 255, 255, .66)), url('../images/hero_img.webp');
    background-position: 0 0, 100%;
    background-repeat: repeat, no-repeat;
    background-size: auto, auto;
  }

  .content.footer {
    flex-direction: column;
    justify-content: flex-start;
    padding: 20px 20px 57px;
  }

  .hero_content {
    padding-left: 16px;
  }

  .solution_slider {
    position: relative;
  }

  .solution_content {
    align-items: center;
    max-width: 100%;
    margin-top: 40px;
    margin-bottom: 40px;
    margin-right: auto;
  }

  .tabs-menu {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .tab {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .flex_card {
    align-items: center;
  }

  .card-image {
    max-width: 40%;
    display: none;
  }

  .footer-links-wrap {
    flex-direction: column;
  }

  .services-content.center {
    align-items: flex-start;
  }

  .services-text-wrap {
    position: -webkit-sticky;
    position: sticky;
    top: 100px;
  }

  .testimonial-card {
    height: auto;
    max-height: none;
  }

  .building_img {
    display: none;
  }

  .slider {
    overflow: hidden;
  }
}

@media screen and (max-width: 767px) {
  .section.hero.services {
    background-size: cover;
  }

  .tab_text {
    display: none;
  }

  .testimonial-wrap {
    flex-flow: wrap;
  }
}

@media screen and (max-width: 479px) {
  .nav-container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .nav-links {
    display: none;
  }

  .content.hero {
    background-image: linear-gradient(rgba(255, 255, 255, .47), rgba(255, 255, 255, .47)), url('../images/img_site_1.webp');
    background-position: 0 0, 50%;
    border-radius: 12px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .content.footer {
    padding-left: 0;
    padding-right: 0;
  }

  .hero_header, .hero_header.center {
    font-size: 28px;
    line-height: 36px;
  }

  .button {
    justify-content: center;
    padding-left: 32px;
    padding-right: 32px;
    display: flex;
  }

  .button.secondary {
    display: flex;
  }

  .brand_img {
    max-width: 80%;
  }

  .solution_content {
    max-width: none;
    margin-left: auto;
  }

  .tab_text {
    display: none;
  }

  .tab-content {
    padding: 10px;
  }

  .tab-content-wrapper {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .tab_header {
    font-size: 22px;
    line-height: 32px;
  }

  .flex_card {
    flex-direction: column;
  }

  .flex_card.invert-mobile {
    flex-direction: column-reverse;
  }

  .card-image {
    max-width: 100%;
  }

  .footer-links-wrap {
    margin-top: 40px;
  }

  .form-wrapper {
    padding: 20px;
  }

  .menu-mobile {
    margin-left: 0;
    margin-right: 0;
    display: block;
  }

  .success-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .success-link {
    padding: 20px;
  }

  .success-gif {
    width: 200px;
    height: 200px;
  }

  .buttons_wrap {
    flex-direction: column;
    align-items: stretch;
  }

  .services-content {
    flex-direction: column;
  }

  .services-content.center {
    flex-direction: column-reverse;
  }

  .services-text-wrap, .services-text-wrap.stiky {
    position: relative;
    top: auto;
  }

  .service-cards-wrap {
    justify-content: center;
  }

  .testimonial-wrap {
    flex-direction: column;
  }

  .testimonial-card {
    width: auto;
  }

  .slider-container {
    padding-left: 5px;
    padding-right: 5px;
    position: relative;
    left: auto;
  }

  .slider-wrapper, .mask, .slider, .slide {
    width: 100%;
  }
}


