:root {
  --color-2: #153d3b;
  --color: #efefef;
  --color2-clara: #1d6460c4;
  --white: white;
  --verde-chama: #a1e326;
  --agoracolor: #00ad88;
  --dourado: #eeb17c;
  --color-3: #1d6460;
  --font-family: Montserrat, sans-serif;
  --black: black;
  --alley-component-library--gray--800: #26272c;
  --alley-component-library--gray--100: #b2b3bd;
  --alley-component-library--neutral--black: black;
  --alley-component-library--blue--900: #5167f6;
  --alley-component-library--blue--700: #7788f8;
  --flowui-component-library--gray-100: #f7f9fd;
  --flowui-component-library--grey-300: #e4e6f1;
  --flowui-component-library--gray-900: #160042;
  --flowui-component-library--white: white;
  --flowui-component-library--grey-600: #393b6a;
  --flowui-component-library--gray-200: #f3f5fb;
  --flowui-component-library--gray-500: #6b7094;
  --alley-component-library--gray--500: #5e606e;
  --alley-component-library--blue--100: #eceefe;
  --alley-component-library--neutral--off-white: #f4f4f6;
  --alley-component-library--blue--800: #6478f7;
  --alley-component-library--gray--900: #131316;
  --alley-component-library--gray--700: #383942;
  --waves-library--white: white;
  --waves-library--black: #131313;
  --flowui-component-library--gray-700: #282556;
  --flowui-component-library--primary-base: #642eff;
  --verde-claro: #6d8a83;
  --flowui-component-library--success-lighter: #ebfff6;
  --flowui-component-library--success-darker: #006638;
  --flowui-component-library--gray-400: #b6b9ce;
  --fundo-container: #153d3b;
  --cor01grad: #215755;
  --font-family-2: Arial, "Helvetica Neue", Helvetica, sans-serif;
  --alley-component-library--orange--900: #f69351;
}

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

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

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

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

.image {
  display: block;
}

.navbar {
  background-color: #fff9f9;
}

.footer-dark {
  background-color: var(--color-2);
  color: var(--color);
  border-bottom: 1px solid #e4ebf3;
  padding: 0 30px 15px;
  position: relative;
}

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

.footer-wrapper {
  justify-content: space-between;
  align-items: flex-start;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.footer-content {
  grid-column-gap: 70px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: auto auto 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

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

.title-small {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 12px;
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
}

.footer-link {
  color: #1a1b1f;
  margin-top: 12px;
  margin-bottom: 6px;
  font-size: 14px;
  line-height: 16px;
  text-decoration: none;
}

.footer-link:hover {
  color: #1a1b1fbf;
}

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

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

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

.footer-copyright-center {
  text-align: center;
  font-size: 14px;
  line-height: 16px;
}

.topbar {
  z-index: 500;
  background-color: var(--color-2);
  color: var(--color);
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 10px;
  display: block;
  position: fixed;
  inset: 0% 0% auto;
}

.topbar.top {
  z-index: 2000;
  background-color: var(--color2-clara);
  min-width: 10px;
  min-height: 10px;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 10px;
  line-height: 0;
  top: 0%;
  bottom: auto;
}

.navbartopbar {
  z-index: 5;
  background-color: #0000;
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.container-regular {
  width: 100%;
  max-width: 1260px;
  min-height: 30px;
  margin-left: auto;
  margin-right: auto;
}

.navbar-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.navbar-wrapper.navtopbar {
  justify-content: flex-end;
}

.nav-menu-wrapper {
  margin-left: 0;
}

.nav-menu {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: var(--color-2);
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: 0;
  display: flex;
}

.nav-link {
  color: var(--white);
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
}

.nav-link:hover {
  background-color: var(--color2-clara);
  color: var(--verde-chama);
  border: 0 solid #000;
  border-radius: 20px;
}

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

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

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

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

.nav-dropdown-toggle:hover {
  color: #1a1b1fbf;
}

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

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

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

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

.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-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

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

.mobile-margin-top-10 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex: 1;
  align-self: auto;
  display: flex;
}

.nav-button-wrapper {
  margin-left: 120px;
}

.button-primary {
  border: 1px solid var(--agoracolor);
  background-color: var(--color2-clara);
  color: var(--color);
  letter-spacing: 2px;
  -webkit-text-stroke-width: 0px;
  -webkit-text-stroke-color: #153d3b;
  text-transform: none;
  border-radius: 50px;
  flex-flow: column;
  max-width: 300px;
  margin-right: 10px;
  padding: 12px 25px;
  font-family: Montserrat, sans-serif;
  font-size: 13px;
  font-weight: 600;
  line-height: 20px;
  transition: all .2s;
  display: block;
  overflow: visible;
}

.button-primary:hover {
  box-shadow: 0 2px 5px 0 var(--agoracolor);
  color: var(--color);
  background-color: #00ad8852;
}

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

.button-primary.opcao2 {
  border: 1px solid var(--dourado);
  color: var(--dourado);
  background-color: #efefef00;
  border-radius: 50px;
}

.button-primary.opcao2:hover {
  border-color: var(--dourado);
  box-shadow: 0 2px 5px 0 var(--dourado);
  color: var(--color);
  background-color: #eeb17c5e;
}

.button-primary.nav {
  margin-left: 140px;
}

.button-primary.servi-os {
  border-style: solid;
  border-color: var(--color-2);
  background-color: var(--color);
  text-align: center;
  align-self: center;
  max-width: 200px;
  max-height: 10px;
  padding-top: 5px;
  padding-bottom: 25px;
  padding-left: 20px;
  font-size: 10px;
  font-weight: 700;
}

.button-primary.servi-os:hover {
  background-color: var(--color-3);
  color: var(--color);
}

.button-primary.servi-os-copy {
  border-style: solid;
  border-color: var(--color-2);
  background-color: var(--color);
  text-align: center;
  align-self: center;
  max-width: 200px;
  max-height: 10px;
  padding-top: 5px;
  padding-bottom: 25px;
  padding-left: 20px;
  font-size: 10px;
  font-weight: 700;
}

.button-primary.servi-os-copy:hover {
  background-color: var(--color-3);
  color: var(--color);
}

.logos-quote-divider {
  border-bottom: 1px solid #e4ebf3;
  padding: 60px 30px;
  position: relative;
}

.clients-wrapper-two {
  justify-content: space-between;
  align-items: center;
  max-width: 820px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.clients-info-two {
  flex-direction: column;
  align-items: flex-start;
  max-width: 350px;
  display: flex;
}

.clients-quote-two {
  margin-top: 10px;
  font-size: 32px;
  font-weight: 600;
  line-height: 40px;
}

.clients-divider {
  background-color: #e4ebf3;
  width: 90%;
  height: 1px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.clients-info {
  align-items: center;
  font-size: 14px;
  line-height: 20px;
  display: flex;
}

.clients-info-image {
  object-fit: cover;
  width: 50px;
  height: 50px;
  margin-right: 24px;
}

.clients-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex: 0 auto;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  place-items: center;
  display: grid;
}

.hero-heading-center {
  background-color: #f5f7fa;
  background-image: radial-gradient(circle, #184442, #153d3b);
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  display: block;
  position: relative;
}

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

.centered-heading.margin-bottom-32px {
  color: var(--verde-chama);
  text-align: left;
  flex-flow: row;
  margin-top: 0;
  margin-bottom: 32px;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  display: block;
}

.hero-wrapper {
  box-sizing: content-box;
  grid-column-gap: 19px;
  grid-row-gap: 19px;
  object-fit: cover;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  min-width: 200px;
  height: 21%;
  min-height: 0;
  display: block;
  overflow: hidden;
}

.hero-split {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 46%;
  display: flex;
}

.margin-bottom-24px {
  font-family: var(--font-family);
  color: var(--color-2);
  margin-bottom: 24px;
  padding-left: 20px;
  font-size: 32px;
  font-weight: 700;
}

.shadow-two {
  max-width: 50%;
  margin-right: 20px;
  padding-right: 0;
  box-shadow: 0 4px 24px #96a3b514;
}

.text-span {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: var(--color);
  max-width: 600px;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  line-height: 20px;
  display: block;
}

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

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

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

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

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

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

.hero-heading-right {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  border-left: 3px solid #000;
  flex-flow: row;
  padding: 80px 30px;
  display: flex;
  position: relative;
}

.hero-split-3 {
  border-left: 3px solid var(--verde-chama);
  transform: scale3d(1none, 1none, 1none);
  cursor: auto;
  transform-style: preserve-3d;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 80%;
  padding-left: 0;
  display: flex;
}

.heading {
  text-align: center;
  margin-bottom: 40px;
  font-family: Montserrat, sans-serif;
}

.section {
  grid-column-gap: 31px;
  grid-row-gap: 16px;
  grid-template: ". Area"
                 ". ."
                 / .75fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.paragraph, .paragraph-2 {
  padding-left: 20px;
}

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

.image-2 {
  max-width: 200%;
  margin-right: 0;
  padding-left: 0;
  padding-right: 40px;
  display: block;
  overflow: auto;
}

.div-block {
  margin-left: 0;
  padding-top: 20px;
  padding-bottom: 0;
  padding-left: 0;
  display: flex;
}

.div-block-1serv {
  background-color: var(--white);
  color: var(--color2-clara);
  cursor: auto;
  border-radius: 3px;
  flex-flow: column;
  margin-bottom: 20px;
  margin-left: 10px;
  padding: 20px 20px 20px 35px;
  display: flex;
  box-shadow: 0 2px 5px #0003;
}

.div-block-1serv:hover {
  border-left: 3px solid var(--agoracolor);
  color: var(--color-3);
  padding-left: 35px;
}

.img1 {
  border-radius: 30px;
  align-self: flex-start;
  width: 600px;
  max-width: 100%;
  height: 600px;
  max-height: 350px;
  display: block;
  overflow: clip;
}

.heading-2 {
  color: var(--color2-clara);
  font-family: Montserrat, sans-serif;
  font-size: 30px;
}

.heading-2:hover {
  color: var(--color-2);
  font-family: Montserrat, sans-serif;
}

.paragraph-3 {
  color: var(--color-2);
  text-align: left;
  margin-bottom: 0;
  padding-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 11px;
  font-weight: 500;
}

.paragraph-3:hover {
  color: var(--black);
}

.img2 {
  border-radius: 40px;
  align-self: flex-start;
  width: 600px;
  max-width: 100%;
  height: 600px;
  max-height: 350px;
  display: none;
}

.heading-3 {
  color: var(--color-2);
  text-align: center;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
  line-height: 40px;
}

.bold-text {
  color: var(--agoracolor);
}

.section-2 {
  margin-top: 0;
  padding-top: 60px;
  padding-bottom: 60px;
}

.div-block-3 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  text-align: left;
  flex-flow: row;
  grid-template-rows: repeat(auto-fit, minmax(auto, 236px));
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: stretch;
  padding-left: 10px;
  display: grid;
}

.container-2 {
  text-align: center;
  line-height: 20px;
}

.image-5 {
  box-sizing: border-box;
  object-fit: contain;
  max-width: 100%;
  display: block;
  overflow: auto;
}

.slider {
  z-index: 1;
  text-align: center;
  background-color: #ddd0;
  width: auto;
  max-width: 300px;
  max-height: 500px;
  display: block;
  overflow: visible;
}

.div-block-4 {
  flex-flow: column;
  display: flex;
}

.div-block-5 {
  flex-flow: row;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 0;
  display: block;
}

.container-3 {
  background-color: var(--color-2);
  background-image: url('../images/header-cadaval-webp.webp');
  background-position: 50% 60%;
  background-repeat: no-repeat;
  background-size: 800px;
  background-attachment: scroll;
  flex-flow: column;
  padding-top: 180px;
  padding-bottom: 140px;
  display: flex;
}

.section-3 {
  background-color: #153d3b;
  margin-bottom: 0;
  padding-top: 40px;
  padding-bottom: 10px;
}

.div-block-6 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  text-align: center;
  display: flex;
}

.div-block-6._02 {
  justify-content: center;
}

.headvant {
  font-size: 20px;
}

.headvant:hover {
  color: var(--color-3);
}

.whatslogo {
  padding-left: 42px;
}

.image-6 {
  color: #25d366;
  max-width: 15%;
}

.image-7 {
  outline-color: var(--verde-chama);
  outline-offset: 0px;
  border: 2px #a1e326;
  border-radius: 12px;
  outline-width: 2px;
  outline-style: solid;
  max-width: 400%;
  margin-top: 10px;
  margin-bottom: 0;
  padding: 10px 9px;
  display: block;
}

.paragraph-4 {
  color: var(--dourado);
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-self: center;
  align-items: center;
  margin-bottom: 0;
  margin-left: 26px;
  padding-top: 0;
  padding-right: 10px;
  font-size: 12px;
  display: block;
  overflow: visible;
}

.se-ao-superior {
  background-color: var(--color-3);
  padding-top: 5px;
  font-family: Montserrat, sans-serif;
  position: fixed;
  inset: 0% 0% auto;
}

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

.div-block-7 {
  display: block;
}

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

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.logo-carousel {
  white-space: nowrap;
  align-items: center;
  width: 100%;
  min-width: 10px;
  max-width: 900px;
  min-height: 10px;
  display: flex;
  overflow: hidden;
}

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

.image-9.logo {
  overflow: clip;
}

.logo-track {
  align-items: center;
  animation: 20s linear infinite scroll;
  display: flex;
}

.a-icon-small {
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
  display: flex;
}

.a-banner-button-small {
  background-color: var(--alley-component-library--gray--800);
  color: var(--alley-component-library--gray--100);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  padding: 4px;
  transition: color .2s, background-color .2s;
  display: flex;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.a-banner-button-small:hover {
  color: var(--alley-component-library--neutral--black);
  background-color: #fff;
}

.a-banner-button {
  background-color: var(--alley-component-library--blue--900);
  color: #fff;
  white-space: nowrap;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  padding: 4px 12px;
  font-size: 12px;
  font-weight: 700;
  line-height: 16px;
  text-decoration: none;
  transition: color .3s, background-color .3s;
  display: flex;
}

.a-banner-button:hover {
  color: var(--alley-component-library--blue--900);
  background-color: #fff;
}

.a-banner-strong-text {
  color: var(--alley-component-library--blue--700);
  font-weight: 700;
}

.a-paragraph-small {
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 1.8;
}

.a-banner-text-wrapper {
  grid-column-gap: 8px;
  align-items: center;
  display: flex;
}

.a-banner-container {
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1140px;
  display: flex;
  position: relative;
}

.a-banner-announcement {
  background-color: var(--alley-component-library--neutral--black);
  color: #fff;
  text-align: center;
  justify-content: center;
  align-items: center;
  min-height: 56px;
  padding: 16px 5%;
  display: flex;
}

.waves-image-logo-1 {
  opacity: .8;
  margin-left: auto;
  margin-right: auto;
}

.waves-wrap-logos-1 {
  grid-column-gap: 24px;
  flex-wrap: wrap;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  justify-content: flex-end;
  align-items: center;
  max-width: 950px;
  margin-left: 80px;
  display: flex;
}

.waves---paragraph-regular {
  font-size: 18px;
  line-height: 130%;
}

.waves-master-logos-1 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.waves---main-container {
  max-width: 1352px;
  padding-left: 24px;
  padding-right: 24px;
}

.waves---section-medium {
  padding-top: 100px;
  padding-bottom: 100px;
}

.f-logo-cell {
  box-sizing: border-box;
  background-color: var(--color);
  object-fit: fill;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  min-width: 200px;
  min-height: 150px;
  margin-left: 14px;
  margin-right: 14px;
  padding: 24px;
  transition: background-color .3s;
  display: flex;
  overflow: auto;
}

.f-logo-cell:hover {
  background-color: var(--color);
}

.f-logo-group {
  clear: none;
  flex-direction: row;
  align-items: center;
  display: flex;
}

.f-logo-carousel {
  z-index: auto;
  box-sizing: border-box;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  flex: none;
  order: 0;
  align-self: auto;
  align-items: stretch;
  display: flex;
}

.f-logo-gradient-r {
  z-index: 5;
  background-image: linear-gradient(267deg, var(--color), var(--color) 21%, var(--color) 51%, #fff0);
  width: 140px;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.f-logo-gradient-l {
  z-index: 5;
  box-sizing: border-box;
  background-image: linear-gradient(90deg, var(--color), var(--color) 25%, var(--color) 60%, #fff0);
  align-self: auto;
  width: 140px;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.f-logo-css {
  display: none;
}

.f-logo-carousel-wrap {
  background-color: var(--color);
  transform-origin: 50%;
  border-radius: 16px;
  align-items: center;
  min-height: 104px;
  margin-left: auto;
  margin-right: auto;
  padding: 32px 0 32px 32px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.f-logo-carousel-wrap:hover {
  overflow: hidden;
}

.f-container-regular {
  float: none;
  clear: none;
  width: 100%;
  max-width: 2000px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
  left: auto;
}

.f-container-regular:hover {
  pointer-events: auto;
}

.f-section-large {
  box-sizing: border-box;
  float: none;
  clear: none;
  aspect-ratio: auto;
  outline-offset: 0px;
  pointer-events: auto;
  object-fit: fill;
  outline: 3px #333;
  padding: 92px 0% 0;
  position: relative;
  top: -80px;
  overflow: visible;
}

.f-testimonial-background {
  background-color: var(--flowui-component-library--gray-100);
  width: 100%;
  height: 30%;
  position: absolute;
  inset: auto 0% 0%;
}

.f-slide-nav-hidden {
  display: none;
  bottom: -50px;
}

.f-icon-regular {
  color: #eeb17c;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  transition: color .2s;
  display: flex;
}

.f-testimonial-right-a {
  border: 1px solid var(--flowui-component-library--grey-300);
  background-color: var(--flowui-component-library--gray-900);
  color: #fff;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  padding: 6px;
  transition: all .3s;
  display: flex;
  inset: -90px 0% auto auto;
}

.f-testimonial-right-a:hover {
  border-color: var(--flowui-component-library--gray-900);
  background-color: var(--flowui-component-library--gray-900);
  color: var(--flowui-component-library--white);
}

.f-testimonial-left-a {
  border: 1px solid var(--flowui-component-library--grey-300);
  color: var(--flowui-component-library--grey-600);
  background-color: #0000;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  padding: 6px;
  transition: all .3s;
  display: flex;
  inset: -90px 60px auto auto;
}

.f-testimonial-left-a:hover {
  background-color: var(--flowui-component-library--gray-900);
  color: var(--flowui-component-library--white);
}

.f-paragraph-small {
  color: var(--black);
  letter-spacing: -.01em;
  margin-bottom: 0;
  padding-bottom: 0;
  font-size: 14px;
  line-height: 1.8;
}

.f-paragraph-regular {
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 1.8;
}

.f-paragraph-regular.f-text-weight-medium, .f-text-weight-medium {
  font-weight: 500;
}

.f-avatar-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.f-testimonial-avatar-small {
  background-color: var(--flowui-component-library--gray-200);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 48px;
  min-width: 48px;
  height: 48px;
  min-height: 48px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.f-testimonial-author {
  grid-column-gap: 16px;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.f-testimonial-author:hover {
  border-color: #0000;
  box-shadow: 23px 23px 64px -16px #393b6a0f;
}

.f-margin-bottom-32 {
  margin-bottom: 32px;
}

.f-h6-heading {
  color: var(--flowui-component-library--gray-900);
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  line-height: 1.5;
}

.f-margin-bottom-16 {
  margin-bottom: 16px;
}

.f-testimonial-card {
  color: var(--flowui-component-library--gray-900);
  background-color: #fff;
  border-radius: 12px;
  padding: 20px 32px 32px;
  box-shadow: 23px 23px 64px -16px #393b6a0f;
}

.f-testimonial-slider-grid-large {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: 400px;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.f-testimonial-slide {
  margin-right: 40px;
}

.f-testimonial-slider-cards {
  background-color: #fff;
  height: auto;
}

.f-h3-heading {
  color: var(--flowui-component-library--gray-900);
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  line-height: 1.2;
}

.f-heading-detail-small {
  color: var(--flowui-component-library--gray-500);
  letter-spacing: .08em;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
}

.f-margin-bottom-12 {
  margin-bottom: 12px;
}

.f-text-weight-bold {
  font-weight: 700;
}

.f-testimonial-section {
  background-color: var(--flowui-component-library--white);
  padding: 100px 5%;
  position: relative;
  overflow: hidden;
}

.heading-4 {
  color: var(--color-3);
  padding-left: 5%;
}

.f-testimonial-r-arrow {
  border: 1px solid var(--flowui-component-library--grey-300);
  background-color: var(--white);
  color: #fff;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  padding: 6px;
  transition: all .3s;
  display: flex;
}

.f-testimonial-r-arrow:hover {
  border-color: var(--color);
  background-color: var(--color);
  color: var(--flowui-component-library--white);
}

.f-testimonial-l-arrow {
  border: 1px solid var(--flowui-component-library--grey-300);
  color: var(--flowui-component-library--grey-600);
  background-color: #fff;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  padding: 6px;
  transition: all .3s;
  display: flex;
}

.f-testimonial-l-arrow:hover {
  background-color: var(--color);
  color: var(--flowui-component-library--white);
}

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

.f-testimonial-star-wrapper {
  grid-column-gap: 4px;
  margin-bottom: 16px;
  display: flex;
}

.f-testimonial-slider-regular {
  background-color: #0000;
  height: auto;
  padding-left: 72px;
  padding-right: 72px;
}

.f-margin-bottom-41 {
  margin-bottom: 16px;
}

.f-title-wrapper-center {
  z-index: 5;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 580px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.f-margin-bottom-48 {
  margin-bottom: 48px;
}

.f-container-large {
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.f-section-regular {
  padding: 72px 5%;
  position: relative;
}

.a-header-grid-image {
  border-radius: 8px;
  width: 100%;
  overflow: hidden;
  box-shadow: -1px 0 20px #0000000d;
}

.a-header-grid-column {
  grid-row-gap: 24px;
  flex-direction: column;
  display: flex;
}

.a-header-image-grid {
  grid-column-gap: 24px;
  grid-template-rows: auto;
  align-items: start;
  width: 100%;
  margin-top: 75px;
  padding-right: 5%;
  position: absolute;
  inset: 0% auto auto 0%;
}

.a-header-background-image {
  object-fit: cover;
  object-position: 0% 0%;
  width: 90%;
  height: 90%;
  position: absolute;
  inset: 0% 0% auto auto;
}

.a-header-image-block {
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  max-width: 40%;
  height: 90%;
  display: flex;
  position: absolute;
  inset: auto 0% 0% auto;
}

.a-header-logo-block {
  grid-column-gap: 44px;
  grid-row-gap: 32px;
  flex-wrap: wrap;
  justify-content: center;
  display: flex;
}

.a-text-color-primary {
  color: var(--alley-component-library--blue--900);
}

.a-paragraph-small-2 {
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 1.8;
}

.a-header-logo-wrapper {
  grid-column-gap: 32px;
  grid-row-gap: 16px;
  color: var(--alley-component-library--gray--500);
  justify-content: space-between;
  align-items: center;
  margin-top: 140px;
  display: flex;
}

.a-caption {
  letter-spacing: -.01em;
  font-size: 12px;
  font-weight: 500;
  line-height: 24px;
}

.a-icon-small-2 {
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
  display: flex;
}

.a-header-play {
  background-color: var(--alley-component-library--blue--100);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  display: flex;
}

.a-button-video {
  grid-column-gap: 12px;
  color: var(--alley-component-library--blue--900);
  text-align: center;
  letter-spacing: -.02em;
  background-color: #fff;
  border-radius: 99px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 48px;
  min-height: 48px;
  padding: 12px 24px 12px 32px;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  text-decoration: none;
  transition: all .5s cubic-bezier(.6, .6, 0, 1);
  display: flex;
}

.a-button-video:hover {
  background-color: var(--alley-component-library--neutral--off-white);
}

.a-button-video:active {
  background-color: var(--alley-component-library--blue--100);
}

.a-button-primary {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: var(--alley-component-library--blue--900);
  color: #fff;
  text-align: center;
  letter-spacing: -.02em;
  border-radius: 99px;
  flex-direction: row;
  flex: none;
  justify-content: center;
  align-items: center;
  min-height: 48px;
  padding: 12px 32px;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  text-decoration: none;
  transition: all .5s cubic-bezier(.6, .6, 0, 1);
}

.a-button-primary:hover {
  background-color: var(--alley-component-library--blue--800);
}

.a-button-primary:active {
  background-color: var(--alley-component-library--blue--700);
}

.a-header-button-wrapper {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  margin-top: 24px;
  margin-bottom: 16px;
  display: flex;
}

.a-paragraph-regular {
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 1.8;
}

.a-span-underline {
  border-bottom: 6px solid var(--alley-component-library--blue--900);
  color: var(--alley-component-library--blue--900);
}

.a-h1-heading {
  color: var(--alley-component-library--gray--900);
  letter-spacing: -.04em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 64px;
  line-height: 1.2;
}

.a-margin-bottom-48 {
  margin-bottom: 48px;
}

.a-detail-small {
  letter-spacing: .08em;
  text-transform: uppercase;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.8;
}

.a-detail-small.a-text-color-primary {
  color: var(--alley-component-library--blue--900);
}

.a-margin-bottom-16 {
  margin-bottom: 16px;
}

.a-header-content {
  color: var(--alley-component-library--gray--700);
  max-width: 500px;
}

.a-header-block {
  flex-direction: column;
  justify-content: space-between;
  max-width: 50%;
  display: flex;
}

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

.a-header-section {
  padding: 120px 5%;
  position: relative;
  overflow: hidden;
}

.waves---cta-white {
  background-color: var(--waves-library--white);
  color: var(--waves-library--black);
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  height: 52px;
  padding: 8px 24px;
  font-size: 16px;
  font-weight: 700;
  display: flex;
}

.waves---cta-white.wide-cta {
  min-width: 200px;
}

.waves---mg-top-16 {
  margin-top: 16px;
}

.waves---subtitle {
  font-size: 24px;
  line-height: 40px;
}

.waves---limit-480 {
  width: 100%;
  max-width: 480px;
}

.waves---mega-heading-1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 100px;
  line-height: 115%;
}

.waves-title-wrap-hero-5 {
  z-index: 1;
  grid-row-gap: 24px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.waves---main-container-2 {
  max-width: 1352px;
  padding-left: 24px;
  padding-right: 24px;
}

.waves-gradient-hero-5 {
  background-image: linear-gradient(#1313131a 22%, #131313a8 77%, #131313cc);
  position: absolute;
  inset: 0%;
}

.waves-section-hero-5 {
  color: var(--waves-library--white);
  background-image: url('../images/Wide-Image_1Wide Image.webp');
  background-position: 50%;
  background-size: cover;
  padding-top: 340px;
  padding-bottom: 88px;
  position: relative;
}

.f-navigation-button {
  background-color: var(--flowui-component-library--gray-900);
  outline-offset: 0px;
  color: var(--flowui-component-library--white);
  text-align: center;
  letter-spacing: -.02em;
  border-radius: 48px;
  outline: 2px solid #0000;
  justify-content: center;
  align-items: center;
  padding: 8px 24px;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.f-navigation-button:hover {
  background-color: var(--flowui-component-library--gray-700);
}

.f-navigation-content {
  grid-column-gap: 8px;
  align-items: center;
  display: flex;
}

.f-navigation-link {
  color: var(--flowui-component-library--gray-900);
  letter-spacing: -.01em;
  white-space: nowrap;
  background-color: #0000;
  border-radius: 50px;
  padding: 8px 24px;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  transition: all .35s;
}

.f-navigation-link:hover {
  background-color: var(--flowui-component-library--gray-200);
  color: var(--flowui-component-library--gray-900);
}

.f-navigation-link.w--current {
  color: var(--flowui-component-library--primary-base);
}

.f-navigation-menu {
  grid-column-gap: 6px;
  align-items: center;
  display: flex;
  position: static;
}

.f-logo {
  width: 124px;
}

.f-navigation-link-wrapper {
  grid-column-gap: 24px;
  align-items: center;
  display: flex;
}

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

.f-navigation {
  background-color: #fff;
  align-items: center;
  width: 100%;
  min-height: 88px;
  padding: 24px 5%;
  display: flex;
}

.bold-text-2 {
  font-family: Montserrat, sans-serif;
  font-size: 30px;
}

.heading-5 {
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  line-height: 25px;
}

.section-4 {
  background-color: var(--color);
  margin-left: 0;
  padding-top: 5%;
  padding-bottom: 7%;
}

.section-4.contato {
  background-color: var(--color);
  padding-top: 0%;
  padding-bottom: 2%;
}

.paragraph-5 {
  order: 1;
  align-self: baseline;
}

.div-block-8 {
  padding-bottom: 40px;
}

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

.bold-text-3 {
  color: var(--color-2);
}

.f-testimonial-background-2 {
  background-color: var(--flowui-component-library--gray-100);
  width: 100%;
  height: 30%;
  position: absolute;
  inset: auto 0% 0%;
}

.f-slide-nav-hidden-2 {
  display: none;
  bottom: -50px;
}

.f-icon-regular-2 {
  color: #eeb17c;
  -webkit-text-stroke-color: #eeb17c;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  transition: color .2s;
  display: flex;
}

.f-testimonial-right-a-2 {
  border: 1px solid var(--flowui-component-library--grey-300);
  background-color: var(--color);
  color: #fff;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  padding: 6px;
  transition: all .3s;
  display: flex;
  inset: -90px 0% auto auto;
}

.f-testimonial-right-a-2:hover {
  border-color: var(--color2-clara);
  background-color: var(--color);
  color: var(--flowui-component-library--white);
}

.f-testimonial-left-a-2 {
  border: 1px solid var(--flowui-component-library--grey-300);
  color: var(--flowui-component-library--grey-600);
  background-color: #0000;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  padding: 6px;
  transition: all .3s;
  display: flex;
  inset: -90px 60px auto auto;
}

.f-testimonial-left-a-2:hover {
  border-color: var(--color2-clara);
  background-color: var(--color);
  color: var(--flowui-component-library--white);
}

.f-paragraph-small-2 {
  color: var(--alley-component-library--gray--700);
  letter-spacing: -.01em;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 1.8;
}

.f-paragraph-regular-2 {
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 1.8;
}

.f-paragraph-regular-2.f-text-weight-medium, .f-text-weight-medium-2 {
  font-weight: 500;
}

.f-avatar-image-2 {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.f-testimonial-avatar-small-2 {
  background-color: var(--flowui-component-library--gray-200);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 48px;
  min-width: 48px;
  height: 48px;
  min-height: 48px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.f-testimonial-author-2 {
  grid-column-gap: 16px;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.f-testimonial-author-2:hover {
  border-color: #0000;
  box-shadow: 23px 23px 64px -16px #393b6a0f;
}

.f-margin-bottom-49 {
  margin-bottom: 40px;
}

.f-testimonial-star-wrapper-2 {
  grid-column-gap: 4px;
  margin-bottom: 16px;
  display: flex;
}

.f-testimonial-card-2 {
  color: var(--flowui-component-library--gray-900);
  background-color: #fff;
  border-radius: 12px;
  padding: 32px;
  box-shadow: 23px 23px 64px -16px #393b6a0f;
}

.f-testimonial-slide-2 {
  margin-right: 40px;
}

.f-testimonial-slider-mask {
  width: 350px;
  overflow: visible;
}

.f-testimonial-slider-large {
  background-color: #0000;
  width: 100%;
  height: auto;
  margin-top: 48px;
}

.f-h3-heading-2 {
  color: var(--verde-chama);
  text-align: center;
  letter-spacing: -.02em;
  border: 1px #000;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 30px;
  line-height: 1.2;
}

.f-margin-bottom-50 {
  margin-bottom: 0;
}

.f-margin-bottom-50.clients {
  margin-bottom: 40px;
}

.f-heading-detail-small-2 {
  color: var(--flowui-component-library--gray-500);
  letter-spacing: .08em;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
}

.f-margin-bottom-51 {
  margin-bottom: 12px;
}

.f-text-weight-bold-2 {
  font-weight: 700;
}

.f-container-regular-2 {
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.f-testimonial-section-2 {
  background-color: var(--color);
  padding: 0 5%;
  position: relative;
  overflow: hidden;
}

.bold-text-4, .bold-text-5 {
  color: var(--color-3);
}

.f-logo-cell-2 {
  background-color: var(--flowui-component-library--gray-200);
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  min-width: 140px;
  min-height: 96px;
  margin-left: 14px;
  margin-right: 14px;
  padding: 24px;
  transition: background-color .3s;
  display: flex;
}

.f-logo-cell-2:hover {
  background-color: var(--flowui-component-library--grey-300);
}

.f-logo-group-2 {
  flex-direction: row;
  align-items: center;
  display: flex;
}

.f-logo-carousel-2 {
  flex: none;
  display: flex;
}

.f-logo-gradient-r-2 {
  z-index: 5;
  background-image: linear-gradient(267deg, #fff, #fff 21%, #ffffffa3 51%, #fff0);
  width: 140px;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.f-logo-gradient-l-2 {
  z-index: 5;
  background-image: linear-gradient(to right, #fff, #fff 25%, #ffffffba 60%, #fff0);
  width: 140px;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.f-logo-css-2 {
  display: none;
}

.f-logo-carousel-wrap-2 {
  background-color: #fff;
  border-radius: 16px;
  align-items: center;
  min-height: 104px;
  margin-left: auto;
  margin-right: auto;
  padding: 32px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.f-container-regular-3 {
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.f-section-large-2 {
  padding: 92px 5%;
  position: relative;
}

.div-block-9 {
  grid-column-gap: 5%;
  grid-row-gap: 5%;
  flex: 0 auto;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-around;
  align-self: stretch;
  min-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-right: 0;
  display: flex;
  position: relative;
  left: auto;
}

.lgoimages {
  align-self: center;
  max-width: 200px;
  max-height: 50px;
  padding-right: 40px;
}

.div-block-10 {
  flex-flow: row;
  padding-right: 0;
  display: flex;
  overflow: visible;
}

.f-logo-block {
  background-color: var(--flowui-component-library--gray-100);
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  min-height: 96px;
  padding: 24px;
  display: flex;
}

.f-grid-six-column {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
}

.f-section-small {
  padding: 64px 5%;
  position: relative;
}

.f-logo-plain {
  justify-content: center;
  align-items: center;
  min-height: 96px;
  padding: 24px;
  display: flex;
}

.f-grid-four-column {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.f-h6-heading-2 {
  color: var(--flowui-component-library--gray-900);
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  line-height: 1.5;
}

.f-title-wrapper-center-2 {
  z-index: 5;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 580px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.f-title-wrapper-center-2.margin-bottom-48 {
  margin-bottom: 48px;
}

.div-block-11 {
  justify-content: flex-start;
  align-items: center;
  padding: 0;
  display: flex;
}

.imgcar {
  min-width: auto;
  max-width: 150px;
  min-height: auto;
  max-height: 50px;
  margin-top: 0;
  margin-right: 60px;
  padding-right: 0;
}

.div-block-12 {
  border-right: 1px none var(--color-3);
  justify-content: center;
  max-width: 100%;
  margin-left: 100px;
  margin-right: 100px;
  padding-top: 30px;
  padding-bottom: 0;
  display: flex;
}

.div-block-12.contato {
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  display: block;
}

.div-block-13 {
  background-color: var(--verde-chama);
  opacity: .83;
  mix-blend-mode: normal;
  background-image: linear-gradient(90deg, #efefef, #efefef 27% 70%, #efefef 100%, #fff);
  position: absolute;
}

.text-span-3 {
  color: var(--agoracolor);
  font-weight: 400;
}

.bold-text-6 {
  color: var(--agoracolor);
}

.f-paragraph-small-3 {
  color: var(--color);
  letter-spacing: -.01em;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.8;
}

.f-sub-heading-large {
  color: var(--verde-claro);
  letter-spacing: -.02em;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 32px;
}

.f-margin-bottom-08 {
  margin-bottom: 8px;
}

.f-feature-icon-wrapper {
  background-color: var(--flowui-component-library--gray-100);
  border-radius: 8px;
  width: 72px;
  min-width: 72px;
  height: 72px;
  min-height: 72px;
  margin-bottom: 32px;
  padding: 16px;
}

.f-feature-card-divider {
  background-color: var(--flowui-component-library--gray-200);
  width: 1px;
  height: 200px;
  margin-left: 40px;
  margin-right: 40px;
}

.f-feature-card-row {
  grid-column-gap: 67px;
  grid-row-gap: 67px;
  border: 1px none var(--flowui-component-library--gray-200);
  text-align: center;
  border-radius: 12px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-start;
  padding: 0;
  display: grid;
}

.f-paragraph-large {
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 32px;
}

.f-h3-heading-3 {
  color: var(--color);
  text-align: left;
  letter-spacing: -.02em;
  -webkit-text-stroke-color: var(--verde-claro);
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 34px;
  font-weight: 600;
  line-height: 1.2;
  display: block;
}

.f-margin-bottom-52 {
  margin-bottom: 16px;
}

.f-heading-detail-small-3 {
  color: var(--agoracolor);
  letter-spacing: .08em;
  -webkit-text-stroke-color: var(--verde-claro);
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 24px;
}

.f-title-wrapper-center-3 {
  z-index: 5;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 700px;
  margin-left: 0;
  margin-right: auto;
  display: flex;
  position: relative;
}

.f-margin-bottom-64 {
  margin-bottom: 20px;
  display: flex;
  position: static;
}

.f-container-regular-4 {
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.f-section-large-3 {
  padding: 20px 0% 40px;
  position: relative;
}

.f-footer-detail {
  text-align: center;
  margin-bottom: 0;
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
}

.f-footer-copyright {
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  font-family: Montserrat, sans-serif;
  display: flex;
}

.f-footer-bottom {
  text-align: center;
  justify-content: space-between;
  align-items: stretch;
  padding-top: 10px;
  display: block;
}

.f-footer-divider {
  background-color: var(--flowui-component-library--gray-200);
  width: 100%;
  height: 1px;
  margin-top: 64px;
  margin-bottom: 32px;
}

.f-footer-link {
  color: var(--flowui-component-library--gray-900);
  letter-spacing: -.01em;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 0;
  padding-top: 4px;
  padding-bottom: 0;
  font-size: 14px;
  line-height: 24px;
  text-decoration: none;
  transition: color .3s;
}

.f-footer-link:hover {
  color: var(--flowui-component-library--primary-base);
}

.f-footer-title {
  color: var(--verde-claro);
  letter-spacing: -.01em;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  font-weight: 600;
  line-height: 24px;
}

.f-footer-title.duvida {
  color: var(--color);
  padding-bottom: 5px;
  font-size: 17px;
}

.f-footer-block {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-left: 1px #000;
  flex-flow: column;
  display: flex;
}

.f-footer-block.lateral {
  border-left-style: solid;
  border-left-color: var(--alley-component-library--gray--500);
  padding-left: 40px;
}

.f-icon-regular-3 {
  color: var(--verde-chama);
  -webkit-text-stroke-color: var(--verde-chama);
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  transition: color .2s;
  display: flex;
}

.f-footer-social {
  border: 1px solid var(--verde-chama);
  color: var(--flowui-component-library--gray-900);
  -webkit-text-fill-color: transparent;
  background-color: #f3f5fb;
  -webkit-background-clip: text;
  background-clip: text;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  transition: color .3s;
  display: flex;
}

.f-footer-social:hover {
  color: var(--flowui-component-library--primary-base);
}

.f-footer-social-group {
  grid-column-gap: 16px;
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.f-footer-social-group.footer {
  padding-bottom: 10px;
}

.f-paragraph-small-4 {
  letter-spacing: -.01em;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 1.8;
}

.f-margin-bottom-65 {
  margin-bottom: 48px;
}

.f-footer-logo {
  flex: none;
}

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

.f-footer-grid {
  grid-column-gap: 0px;
  grid-row-gap: 40px;
  grid-template-rows: minmax(auto, 1fr);
  grid-template-columns: 2fr 2.25fr 1fr;
  grid-auto-rows: 0;
  grid-auto-columns: 1.5fr;
}

.f-container-regular-5 {
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.f-footer-regular {
  background-color: var(--color-2);
  padding: 64px 5% 20px;
  position: relative;
}

.bold-text-7 {
  text-align: left;
  font-weight: 400;
}

.div-block-14 {
  border-right: .001em solid var(--alley-component-library--gray--500);
  margin-right: 40px;
  padding-bottom: 60px;
  padding-right: 0;
}

.text-block {
  color: var(--white);
  font-family: Montserrat, sans-serif;
}

.text-block-2 {
  color: var(--color);
  padding-left: 15px;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
}

.text-block-2.contato {
  margin-top: 0;
  padding-top: 0;
  padding-left: 0;
}

.text-block-3 {
  color: var(--color);
  padding-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 36px;
  font-weight: 700;
  line-height: 45px;
}

.text-block-3.footer {
  font-size: 16px;
  line-height: 20px;
}

.text-span-4 {
  color: var(--dourado);
  font-size: 48px;
}

.text-span-4.footer {
  font-size: 20px;
}

.paragraph-6 {
  font-size: 16px;
}

.image-10 {
  max-height: 25px;
}

.text-span-5 {
  font-size: 52px;
  font-weight: 600;
}

.image-11 {
  max-width: 10%;
}

.div-block-15 {
  order: 0;
  display: flex;
}

.text-span-6 {
  color: var(--verde-claro);
  text-align: left;
  font-size: 14px;
  font-weight: 700;
}

.text-span-7 {
  color: var(--dourado);
  font-size: 52px;
}

.f-account-link {
  color: var(--flowui-component-library--gray-900);
  font-weight: 700;
  text-decoration: none;
}

.f-paragraph-small-5 {
  letter-spacing: -.01em;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 1.8;
}

.f-success-message {
  background-color: var(--flowui-component-library--success-lighter);
  color: var(--flowui-component-library--success-darker);
  letter-spacing: -.03em;
  font-size: 14px;
  line-height: 24px;
}

.f-button-neutral {
  background-color: var(--flowui-component-library--gray-900);
  color: var(--flowui-component-library--white);
  text-align: center;
  letter-spacing: -.02em;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  min-height: 48px;
  padding: 12px 32px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: background-color .3s;
  display: flex;
}

.f-button-neutral:hover {
  background-color: var(--flowui-component-library--gray-700);
}

.f-account-form-button {
  flex-direction: column;
  margin-top: 32px;
  display: flex;
}

.f-checkbox-label {
  color: var(--flowui-component-library--gray-900);
  margin-bottom: 0;
  font-size: 14px;
  line-height: 24px;
}

.f-checkbox {
  border-width: 2px;
  border-color: var(--flowui-component-library--gray-400);
  background-color: var(--flowui-component-library--white);
  border-radius: 4px;
  width: 20px;
  height: 20px;
  margin: 0 8px 0 0;
}

.f-checkbox.w--redirected-checked {
  background-color: var(--flowui-component-library--gray-900);
  background-size: 12px;
  border-style: none;
  border-radius: 4px;
}

.f-checkbox.w--redirected-focus {
  box-shadow: none;
}

.f-checkbox-field {
  align-items: center;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
}

.f-field-input {
  border: 1px solid var(--flowui-component-library--grey-300);
  border-radius: 8px;
  min-height: 48px;
  margin-bottom: 0;
  padding: 12px 16px;
  transition: all .2s;
}

.f-field-input:focus {
  border-color: var(--flowui-component-library--gray-400);
}

.f-field-input::placeholder {
  color: var(--flowui-component-library--gray-500);
}

.f-field-label {
  color: var(--flowui-component-library--gray-900);
  letter-spacing: -.01em;
  margin-bottom: 8px;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}

.f-field-wrapper {
  flex-direction: column;
  align-items: flex-start;
}

.f-account-input-grid-large {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  margin-bottom: 16px;
}

.f-account-form-block {
  margin-bottom: 42px;
}

.form-block-wrapper {
  margin-top: 40px;
}

.f-account-divider {
  background-color: var(--flowui-component-library--gray-200);
  width: 100%;
  height: 1px;
}

.f-account-divider-wrapper {
  grid-column-gap: 32px;
  align-items: center;
  display: flex;
}

.f-social-login-icon {
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  margin-right: 14px;
  display: flex;
}

.f-social-login-button {
  border: 1px solid var(--color-3);
  color: var(--flowui-component-library--gray-900);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  padding: 12px 28px 12px 16px;
  transition: background-color .3s;
  display: flex;
}

.f-social-login-button:hover {
  background-color: var(--flowui-component-library--gray-200);
}

.f-account-login-grid {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  width: 100%;
}

.f-account-social-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 8px;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-top: 24px;
  margin-bottom: 40px;
  display: flex;
}

.f-paragraph-regular-3 {
  color: #552626;
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  line-height: 1.8;
}

.f-h5-heading {
  color: var(--dourado);
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 32px;
  line-height: 1.4;
}

.f-margin-bottom-66 {
  margin-bottom: 8px;
}

.f-account-form {
  color: #ab3636;
  text-align: center;
  flex: 1;
  order: -1;
  align-self: auto;
  width: 100%;
  max-width: 450px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
}

.f-account-container-r {
  justify-content: flex-start;
  align-items: center;
  width: 60%;
  padding: 0 5%;
  display: flex;
  position: static;
}

.f-image-cover {
  overflow-wrap: normal;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.f-account-image-wrapper {
  background-color: var(--flowui-component-library--gray-200);
  width: 50%;
}

.f-account-section {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  height: 100vh;
  min-height: 900px;
  display: flex;
  position: static;
}

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

.div-block-16 {
  background-color: var(--color);
  color: var(--verde-chama);
  text-align: center;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  padding: 40px 220px;
  display: block;
}

.section-5 {
  text-align: center;
  object-fit: fill;
  background-color: #1d6460;
  justify-content: center;
  display: flex;
  position: relative;
}

.image-12 {
  object-fit: cover;
  max-width: 30%;
}

.div-block-17 {
  background-image: url('../images/bal2.webp');
  background-position: 0 0;
  background-size: cover;
  width: 400px;
  height: 400px;
}

.heading-6 {
  color: var(--verde-claro);
}

.section-6, .div-block-18 {
  background-color: var(--color);
}

.f-button-icon-payment {
  justify-content: center;
  align-items: center;
  transition: color .2s;
  display: flex;
}

.f-button-payment {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  border: 1px solid var(--color-3);
  color: var(--black);
  letter-spacing: -.02em;
  object-fit: fill;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  min-height: 48px;
  margin-left: 0;
  padding: 12px 100px;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  transition: background-color .3s;
  display: flex;
}

.f-button-payment:hover {
  border-width: 1.5px;
  border-color: var(--color-3);
  background-color: var(--color);
  box-shadow: 0 2px 5px #0003;
}

.f-button-payment.email {
  margin-top: 20px;
  padding-left: 119px;
  padding-right: 119px;
}

.image-13 {
  align-self: center;
  max-height: 15px;
}

.text-block-6 {
  color: var(--agoracolor);
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 600;
}

.paragraph-7 {
  color: var(--white);
  text-align: center;
  margin-bottom: 20px;
  padding-top: 10px;
  padding-left: 140px;
  padding-right: 140px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
}

.text-span-8 {
  color: var(--agoracolor);
}

.text-span-9 {
  font-weight: 500;
}

.div-block-2serv {
  background-color: var(--white);
  color: var(--color2-clara);
  cursor: auto;
  border-radius: 3px;
  flex-flow: column;
  margin-bottom: 20px;
  margin-left: 10px;
  padding: 20px 20px 20px 35px;
  display: flex;
  box-shadow: 0 2px 5px #0003;
}

.div-block-2serv:hover {
  border-left: 3px solid var(--agoracolor);
  color: var(--color-3);
  padding-left: 35px;
}

.img3 {
  border-radius: 40px;
  align-self: flex-start;
  width: 600px;
  max-width: 100%;
  height: 600px;
  max-height: 350px;
  display: none;
}

.div-block-2-copy {
  background-color: var(--white);
  color: var(--color2-clara);
  cursor: auto;
  border-radius: 3px;
  flex-flow: column;
  margin-bottom: 20px;
  margin-left: 10px;
  padding: 20px 20px 20px 35px;
  display: flex;
  box-shadow: 0 2px 5px #0003;
}

.div-block-2-copy:hover {
  border-left: 3px solid var(--agoracolor);
  color: var(--color-3);
  padding-left: 35px;
}

.div-block-3serv {
  background-color: var(--white);
  color: var(--color2-clara);
  cursor: auto;
  border-radius: 3px;
  flex-flow: column;
  margin-bottom: 20px;
  margin-left: 10px;
  padding: 20px 20px 20px 35px;
  display: flex;
  box-shadow: 0 2px 5px #0003;
}

.div-block-3serv:hover {
  border-left: 3px solid var(--agoracolor);
  color: var(--color-3);
  padding-left: 35px;
}

.img4, .img5, .img6 {
  border-radius: 40px;
  align-self: flex-start;
  width: 600px;
  max-width: 100%;
  height: 600px;
  max-height: 350px;
  display: none;
}

.div-block-4serv {
  background-color: var(--white);
  color: var(--color2-clara);
  cursor: auto;
  border-radius: 3px;
  flex-flow: column;
  margin-bottom: 20px;
  margin-left: 10px;
  padding: 20px 20px 20px 35px;
  display: flex;
  box-shadow: 0 2px 5px #0003;
}

.div-block-4serv:hover {
  border-left: 3px solid var(--agoracolor);
  color: var(--color-3);
  padding-left: 35px;
}

.div-block-5serv {
  background-color: var(--white);
  color: var(--color2-clara);
  cursor: auto;
  border-radius: 3px;
  flex-flow: column;
  margin-bottom: 20px;
  margin-left: 10px;
  padding: 20px 20px 20px 35px;
  display: flex;
  box-shadow: 0 2px 5px #0003;
}

.div-block-5serv:hover {
  border-left: 3px solid var(--agoracolor);
  color: var(--color-3);
  padding-left: 35px;
}

.div-block-6serv {
  background-color: var(--white);
  color: var(--color2-clara);
  cursor: auto;
  border-radius: 3px;
  flex-flow: column;
  margin-bottom: 20px;
  margin-left: 10px;
  padding: 20px 20px 20px 35px;
  display: flex;
  box-shadow: 0 2px 5px #0003;
}

.div-block-6serv:hover {
  border-left: 3px solid var(--agoracolor);
  color: var(--color-3);
  padding-left: 35px;
}

.buttonnavbarwhats {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  border: 1px solid var(--agoracolor);
  color: var(--agoracolor);
  letter-spacing: -.02em;
  object-fit: fill;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  min-height: 48px;
  margin-left: 0;
  padding: 0 40px;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  transition: background-color .3s;
  display: flex;
}

.buttonnavbarwhats:hover {
  border-width: 1.5px;
  border-color: var(--agoracolor);
  color: var(--color);
  background-color: #efefef1f;
  box-shadow: 0 2px 5px #0003;
}

.buttonnavbarwhats.email {
  margin-top: 20px;
  padding-left: 119px;
  padding-right: 119px;
}

.button-primary-copy {
  border: 1px solid var(--agoracolor);
  color: var(--agoracolor);
  letter-spacing: 2px;
  -webkit-text-stroke-width: 0px;
  -webkit-text-stroke-color: #153d3b;
  text-transform: none;
  background-color: #00ad8800;
  border-radius: 50px;
  flex-flow: column;
  max-width: 300px;
  margin-right: 10px;
  padding: 12px 25px;
  font-family: Montserrat, sans-serif;
  font-size: 13px;
  font-weight: 600;
  line-height: 20px;
  transition: all .2s;
  display: block;
  overflow: visible;
}

.button-primary-copy.servi-os-copy {
  border-style: solid;
  border-color: var(--color-2);
  background-color: var(--color);
  text-align: center;
  align-self: center;
  max-width: 500px;
  max-height: 100px;
  margin-bottom: 10px;
  margin-left: 0;
  margin-right: 0;
  padding: 15px 60px;
  font-size: 14px;
  font-weight: 700;
  display: block;
}

.button-primary-copy.servi-os-copy.email {
  padding-left: 80px;
  padding-right: 80px;
}

.div-block-12butaoy {
  border-right: 1px none var(--color-3);
  flex-flow: column;
  justify-content: center;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 10px;
  transition: opacity .425s;
  display: flex;
}

.div-block-12butaoy.contato {
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  display: block;
}

.div-block-19 {
  background-color: var(--color2-clara);
  border-radius: 10px;
  padding: 20px;
}

.image-14 {
  max-width: 20%;
}

.contactservices {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  text-align: center;
  justify-content: center;
  margin-left: 100px;
  margin-right: 100px;
  padding-left: 300px;
  padding-right: 300px;
  display: block;
}

.contactservices._02 {
  justify-content: center;
}

.buttonservices {
  border: 1px solid var(--agoracolor);
  color: var(--agoracolor);
  letter-spacing: 2px;
  -webkit-text-stroke-width: 0px;
  -webkit-text-stroke-color: #153d3b;
  text-transform: none;
  background-color: #00ad8800;
  border-radius: 50px;
  flex-flow: column;
  margin-right: 10px;
  padding: 12px 0;
  font-family: Montserrat, sans-serif;
  font-size: 13px;
  font-weight: 600;
  line-height: 20px;
  transition: all .2s;
  display: flex;
  overflow: visible;
}

.buttonservices:hover {
  color: var(--color);
  background-color: #00ad8852;
}

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

.buttonservices.opcao2 {
  border: 1px solid var(--dourado);
  color: var(--dourado);
  background-color: #efefef00;
  border-radius: 50px;
}

.buttonservices.opcao2:hover {
  border-color: var(--dourado);
  color: var(--color);
  background-color: #eeb17c5e;
}

.buttonservices.nav {
  margin-left: 140px;
}

.buttonservices.servi-os {
  border-style: solid;
  border-color: var(--color-2);
  background-color: var(--color);
  text-align: center;
  align-self: center;
  max-width: 200px;
  max-height: 10px;
  padding-top: 5px;
  padding-bottom: 25px;
  padding-left: 20px;
  font-size: 10px;
  font-weight: 700;
}

.buttonservices.servi-os:hover {
  background-color: var(--color-3);
  color: var(--color);
}

.buttonservices.servi-os-copy {
  border-style: solid;
  border-color: var(--color-2);
  background-color: var(--color);
  text-align: center;
  align-self: center;
  max-width: 200px;
  max-height: 10px;
  padding-top: 5px;
  padding-bottom: 25px;
  padding-left: 20px;
  font-size: 10px;
  font-weight: 700;
}

.buttonservices.servi-os-copy:hover {
  background-color: var(--color-3);
  color: var(--color);
}

.div-block-20 {
  flex-flow: column;
  display: flex;
}

.button-primary-copy {
  border: 1px solid var(--agoracolor);
  background-color: var(--color-3);
  color: var(--color);
  text-align: left;
  letter-spacing: 2px;
  -webkit-text-stroke-width: 0px;
  -webkit-text-stroke-color: #153d3b;
  text-transform: none;
  border-radius: 50px;
  flex-flow: row;
  order: 0;
  align-self: auto;
  max-width: 300px;
  margin-top: 10px;
  margin-right: 0;
  padding: 12px 0 12px 25px;
  font-family: Montserrat, sans-serif;
  font-size: 10px;
  font-weight: 600;
  line-height: 20px;
  transition: all .2s;
  display: flex;
  overflow: visible;
}

.button-primary-copy:hover {
  background-color: var(--color);
  color: var(--color-2);
}

.button-primary-copy.servi-os-copy {
  border-style: solid;
  border-color: var(--color-2);
  background-color: var(--color);
  text-align: left;
  align-self: center;
  max-width: 0;
  max-height: 0;
  margin-top: 20px;
  margin-bottom: 0;
  padding: 40px 100px;
  font-size: 10px;
  font-weight: 700;
}

.bold-text-8 {
  color: var(--color-3);
}

.section-2-copy {
  margin-top: 0;
  padding-top: 40px;
  padding-bottom: 60px;
}

.container-2-copy {
  text-align: left;
  line-height: 20px;
}

.heading-3-copy {
  color: var(--color-2);
  text-align: center;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
  line-height: 40px;
}

.div-block-copy {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 3.5fr 1fr;
  grid-auto-columns: 1fr;
  margin-left: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 0;
  display: grid;
}

.div-block-20-copy {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  padding-right: 40px;
  display: flex;
}

.div-block-1serv-copy {
  background-color: var(--white);
  color: var(--color2-clara);
  cursor: auto;
  border-radius: 16px;
  flex-flow: column;
  margin-bottom: 20px;
  margin-left: 10px;
  padding: 20px 20px 20px 35px;
  display: flex;
  box-shadow: 0 2px 5px #0003;
}

.div-block-1serv-copy:hover {
  border-left: 3px solid var(--agoracolor);
  color: var(--color-3);
  padding-left: 35px;
}

.button {
  text-align: left;
}

.heading-7 {
  color: var(--agoracolor);
  text-align: left;
}

.text-span-10 {
  color: var(--color-3);
}

.image-14-copy {
  max-width: 20%;
  overflow: clip;
}

.fn-link-arrow {
  object-fit: contain;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 12px;
  height: 18px;
  margin-left: 10px;
  display: flex;
}

.fn-link-with-arrow {
  color: #df0;
  align-items: center;
  margin-top: auto;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.4em;
  text-decoration: underline;
  display: flex;
}

.fn-paragraph {
  color: #cdd3d2;
  margin-bottom: 32px;
  font-size: 16px;
  line-height: 1.6em;
}

.fn-heading-3 {
  margin-top: 0;
  margin-bottom: 24px;
  font-family: Open Sans, sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.3em;
}

.fn-features-card-column {
  flex-direction: column;
  flex: 1;
  align-items: flex-start;
  padding: 24px 20px 24px 24px;
  display: flex;
}

.fn-features-card-image {
  object-fit: cover;
  width: 100%;
  height: 150px;
}

.fn-features-card-with-image {
  color: #ecf0ef;
  background-color: #0f1213;
  border-radius: 12px;
  flex-direction: column;
  align-items: flex-start;
  padding: 0;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.fn-features-card-with-image:hover {
  color: #ecf0ef;
}

.fn-features-card-with-image.slider-cards {
  background-color: var(--color);
}

.fn-solutions-card-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.fn-paragraph-no-margin {
  color: #cdd3d2;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  line-height: 1.6em;
  overflow: hidden;
}

.fn-heading-2 {
  margin-top: 0;
  margin-bottom: 24px;
  font-family: Open Sans, sans-serif;
  font-size: 52px;
  line-height: 1.2em;
}

.fn-column {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.fn-container-grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 1310px;
  padding-left: 15px;
  padding-right: 15px;
  display: grid;
}

.fn-section {
  color: #ecf0ef;
  background-color: #1d1f1e;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Open Sans, sans-serif;
  display: flex;
}

.div-block-5serv-copy {
  background-color: var(--white);
  color: var(--color2-clara);
  cursor: auto;
  border-radius: 3px;
  flex-flow: column;
  width: 300px;
  height: 300px;
  margin-top: 20px;
  margin-bottom: 40px;
  margin-left: 10px;
  padding: 0 10px;
  display: block;
}

.div-block-5serv-copy:hover {
  border-left: 3px none var(--agoracolor);
  color: var(--color-3);
  padding: 0 10px;
}

.heading-5-copy {
  color: var(--agoracolor);
  padding-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 25px;
}

.paragraph-3-copy {
  color: var(--black);
  text-align: left;
  margin-bottom: 0;
  padding-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 11px;
  font-weight: 500;
}

.paragraph-3-copy:hover {
  color: var(--black);
}

.div-block-3-copy {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  text-align: left;
  flex-flow: row;
  grid-template-rows: repeat(auto-fit, minmax(auto, 236px));
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: stretch;
  padding-left: 0;
  display: block;
}

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

.text-span-11 {
  color: var(--agoracolor);
  font-weight: 800;
}

.button-primary-copy {
  border: 1px solid var(--agoracolor);
  color: var(--agoracolor);
  letter-spacing: 2px;
  -webkit-text-stroke-width: 0px;
  -webkit-text-stroke-color: #153d3b;
  text-transform: none;
  background-color: #00ad8800;
  border-radius: 50px;
  flex-flow: column;
  align-self: center;
  max-width: 300px;
  margin-right: 10px;
  padding: 12px 25px;
  font-family: Montserrat, sans-serif;
  font-size: 13px;
  font-weight: 600;
  line-height: 20px;
  transition: all .2s;
  display: block;
  overflow: visible;
}

.button-primary-copy:hover {
  color: var(--color);
  background-color: #00ad8852;
}

.button-primary-copy.opcao2:hover {
  border-color: var(--dourado);
  color: var(--color);
  background-color: #eeb17c5e;
}

.div-block-23 {
  flex: 0 auto;
}

.button-primary-copy-copy {
  border: 1px solid var(--agoracolor);
  color: var(--agoracolor);
  letter-spacing: 2px;
  -webkit-text-stroke-width: 0px;
  -webkit-text-stroke-color: #153d3b;
  text-transform: none;
  background-color: #00ad8800;
  border-radius: 50px;
  flex-flow: column;
  align-self: center;
  max-width: 300px;
  margin-right: 10px;
  padding: 12px 25px;
  font-family: Montserrat, sans-serif;
  font-size: 13px;
  font-weight: 600;
  line-height: 20px;
  transition: all .2s;
  display: block;
  overflow: visible;
}

.button-primary-copy-copy:hover {
  color: var(--color);
  background-color: #00ad8852;
}

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

.button-primary-copy-copy.opcao2 {
  border: 1px solid var(--dourado);
  color: var(--dourado);
  background-color: #efefef00;
  border-radius: 50px;
}

.button-primary-copy-copy.opcao2:hover {
  border-color: var(--dourado);
  color: var(--color);
  background-color: #eeb17c5e;
}

.button-primary-copy-copy.nav {
  margin-left: 140px;
}

.button-primary-copy-copy.servi-os {
  border-style: solid;
  border-color: var(--color-2);
  background-color: var(--color);
  text-align: center;
  align-self: center;
  max-width: 200px;
  max-height: 10px;
  padding-top: 5px;
  padding-bottom: 25px;
  padding-left: 20px;
  font-size: 10px;
  font-weight: 700;
}

.button-primary-copy-copy.servi-os:hover {
  background-color: var(--color-3);
  color: var(--color);
}

.button-primary-copy-copy.servi-os-copy {
  border-style: solid;
  border-color: var(--color-2);
  background-color: var(--color);
  text-align: center;
  align-self: center;
  max-width: 200px;
  max-height: 10px;
  padding-top: 5px;
  padding-bottom: 25px;
  padding-left: 20px;
  font-size: 10px;
  font-weight: 700;
}

.button-primary-copy-copy.servi-os-copy:hover {
  background-color: var(--color-3);
  color: var(--color);
}

.image-15 {
  display: block;
}

.botao-verde-fund {
  background-color: var(--color-2);
  color: var(--color);
  text-align: left;
  margin-right: 0;
}

.botao-verde-fun {
  border: 1px solid var(--agoracolor);
  background-color: var(--color-3);
  color: var(--color);
  text-align: center;
  letter-spacing: 2px;
  -webkit-text-stroke-width: 0px;
  -webkit-text-stroke-color: #153d3b;
  text-transform: none;
  border-radius: 50px;
  flex-flow: row;
  order: 0;
  justify-content: flex-end;
  align-self: auto;
  align-items: center;
  max-width: 300px;
  margin-top: 10px;
  margin-right: 0;
  padding: 12px 40px 12px 15px;
  font-family: Montserrat, sans-serif;
  font-size: 11px;
  font-weight: 600;
  line-height: 20px;
  transition: opacity .2s;
  display: flex;
  overflow: visible;
}

.botao-verde-fun:hover {
  background-color: var(--color);
  color: var(--color-2);
}

.botao-verde-fun:active {
  background-color: #43464d;
}

.botao-verde-fun.opcao2 {
  border: 1px solid var(--dourado);
  color: var(--dourado);
  background-color: #efefef00;
  border-radius: 50px;
}

.botao-verde-fun.opcao2:hover {
  border-color: var(--dourado);
  color: var(--color);
  background-color: #eeb17c5e;
}

.botao-verde-fun.nav {
  margin-left: 140px;
}

.botao-verde-fun.servi-os {
  border-style: solid;
  border-color: var(--color-2);
  background-color: var(--color);
  text-align: center;
  align-self: center;
  max-width: 200px;
  max-height: 10px;
  padding-top: 5px;
  padding-bottom: 25px;
  padding-left: 20px;
  font-size: 10px;
  font-weight: 700;
}

.botao-verde-fun.servi-os:hover {
  background-color: var(--color-3);
  color: var(--color);
}

.botao-verde-fun.servi-os-copy {
  border-style: solid;
  border-color: var(--color-2);
  background-color: var(--color);
  text-align: center;
  align-self: center;
  max-width: 200px;
  max-height: 10px;
  padding-top: 5px;
  padding-bottom: 25px;
  padding-left: 20px;
  font-size: 10px;
  font-weight: 700;
}

.botao-verde-fun.servi-os-copy {
  border-style: solid;
  border-color: var(--color-2);
  background-color: var(--color);
  text-align: left;
  align-self: center;
  max-width: 0;
  max-height: 0;
  margin-top: 20px;
  margin-bottom: 0;
  padding: 40px 100px;
  font-size: 10px;
  font-weight: 700;
}

.botao-verde-fun.servi-os-copy:hover {
  background-color: var(--color-3);
  color: var(--color);
}

.button-primary-copy-copy-copy {
  border: 1px solid var(--agoracolor);
  background-color: var(--fundo-container);
  color: var(--agoracolor);
  letter-spacing: 2px;
  -webkit-text-stroke-width: 0px;
  -webkit-text-stroke-color: #153d3b;
  text-transform: none;
  border-radius: 9px;
  flex-flow: column;
  align-self: center;
  margin-right: 10px;
  padding: 20px 100px;
  font-family: Montserrat, sans-serif;
  font-size: 13px;
  font-weight: 700;
  line-height: 20px;
  transition: all .2s;
  display: block;
  overflow: visible;
}

.button-primary-copy-copy-copy:hover {
  background-color: var(--agoracolor);
  box-shadow: 0 2px 10px 1px var(--agoracolor);
  color: var(--white);
}

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

.button-primary-copy-copy-copy.opcao2 {
  border: 1px solid var(--dourado);
  color: var(--dourado);
  background-color: #efefef00;
  border-radius: 50px;
}

.button-primary-copy-copy-copy.opcao2:hover {
  border-color: var(--dourado);
  color: var(--color);
  background-color: #eeb17c5e;
}

.button-primary-copy-copy-copy.nav {
  margin-left: 140px;
}

.button-primary-copy-copy-copy.servi-os {
  border-style: solid;
  border-color: var(--color-2);
  background-color: var(--color);
  text-align: center;
  align-self: center;
  max-width: 200px;
  max-height: 10px;
  padding-top: 5px;
  padding-bottom: 25px;
  padding-left: 20px;
  font-size: 10px;
  font-weight: 700;
}

.button-primary-copy-copy-copy.servi-os:hover {
  background-color: var(--color-3);
  color: var(--color);
}

.button-primary-copy-copy-copy.servi-os-copy {
  border-style: solid;
  border-color: var(--color-2);
  background-color: var(--color);
  text-align: center;
  align-self: center;
  max-width: 200px;
  max-height: 10px;
  padding-top: 5px;
  padding-bottom: 25px;
  padding-left: 20px;
  font-size: 10px;
  font-weight: 700;
}

.button-primary-copy-copy-copy.servi-os-copy:hover {
  background-color: var(--color-3);
  color: var(--color);
}

.div-block-24 {
  justify-content: center;
  padding-left: 140px;
  padding-right: 140px;
  display: block;
}

.section-7 {
  background-color: var(--color);
  padding-top: 40px;
  padding-bottom: 20px;
}

.link {
  color: var(--black);
  text-align: center;
  font-style: normal;
  text-decoration: none;
}

.bold-text-9 {
  font-size: 16px;
}

.botao-verde-fun-copy {
  border: 1px solid var(--agoracolor);
  background-color: var(--color-3);
  color: var(--color);
  text-align: center;
  letter-spacing: 2px;
  -webkit-text-stroke-width: 0px;
  -webkit-text-stroke-color: #153d3b;
  text-transform: none;
  border-radius: 50px;
  flex-flow: row;
  order: 0;
  justify-content: flex-end;
  align-self: auto;
  align-items: center;
  max-width: 300px;
  margin-top: 10px;
  margin-right: 0;
  padding: 12px 40px 12px 15px;
  font-family: Montserrat, sans-serif;
  font-size: 11px;
  font-weight: 600;
  line-height: 20px;
  transition: opacity .2s;
  display: none;
  overflow: visible;
}

.botao-verde-fun-copy:hover {
  background-color: var(--color);
  color: var(--color-2);
}

.botao-verde-fun-copy:active {
  background-color: #43464d;
}

.botao-verde-fun-copy.opcao2 {
  border: 1px solid var(--dourado);
  color: var(--dourado);
  background-color: #efefef00;
  border-radius: 50px;
}

.botao-verde-fun-copy.opcao2:hover {
  border-color: var(--dourado);
  color: var(--color);
  background-color: #eeb17c5e;
}

.botao-verde-fun-copy.nav {
  margin-left: 140px;
}

.botao-verde-fun-copy.servi-os {
  border-style: solid;
  border-color: var(--color-2);
  background-color: var(--color);
  text-align: center;
  align-self: center;
  max-width: 200px;
  max-height: 10px;
  padding-top: 5px;
  padding-bottom: 25px;
  padding-left: 20px;
  font-size: 10px;
  font-weight: 700;
}

.botao-verde-fun-copy.servi-os:hover {
  background-color: var(--color-3);
  color: var(--color);
}

.botao-verde-fun-copy.servi-os-copy {
  border-style: solid;
  border-color: var(--color-2);
  background-color: var(--color);
  text-align: center;
  align-self: center;
  max-width: 200px;
  max-height: 10px;
  padding-top: 5px;
  padding-bottom: 25px;
  padding-left: 20px;
  font-size: 10px;
  font-weight: 700;
}

.botao-verde-fun-copy.servi-os-copy {
  border-style: solid;
  border-color: var(--color-2);
  background-color: var(--color);
  text-align: left;
  align-self: center;
  max-width: 0;
  max-height: 0;
  margin-top: 20px;
  margin-bottom: 0;
  padding: 40px 100px;
  font-size: 10px;
  font-weight: 700;
}

.botao-verde-fun-copy.servi-os-copy:hover {
  background-color: var(--color-3);
  color: var(--color);
}

.buttonverdecel {
  border: 1px solid var(--agoracolor);
  background-color: var(--color-3);
  color: var(--color);
  text-align: center;
  letter-spacing: 2px;
  -webkit-text-stroke-width: 0px;
  -webkit-text-stroke-color: #153d3b;
  text-transform: none;
  border-radius: 50px;
  flex-flow: row;
  order: 0;
  justify-content: flex-end;
  align-self: auto;
  align-items: center;
  max-width: 300px;
  margin-top: 10px;
  margin-right: 0;
  padding: 12px 40px 12px 15px;
  font-family: Montserrat, sans-serif;
  font-size: 11px;
  font-weight: 600;
  line-height: 20px;
  transition: opacity .2s;
  display: flex;
  overflow: visible;
}

.buttonverdecel:hover {
  background-color: var(--color);
  color: var(--color-2);
}

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

.buttonverdecel.opcao2 {
  border: 1px solid var(--dourado);
  color: var(--dourado);
  background-color: #efefef00;
  border-radius: 50px;
}

.buttonverdecel.opcao2:hover {
  border-color: var(--dourado);
  color: var(--color);
  background-color: #eeb17c5e;
}

.buttonverdecel.nav {
  margin-left: 140px;
}

.buttonverdecel.servi-os {
  border-style: solid;
  border-color: var(--color-2);
  background-color: var(--color);
  text-align: center;
  align-self: center;
  max-width: 200px;
  max-height: 10px;
  padding-top: 5px;
  padding-bottom: 25px;
  padding-left: 20px;
  font-size: 10px;
  font-weight: 700;
}

.buttonverdecel.servi-os:hover {
  background-color: var(--color-3);
  color: var(--color);
}

.buttonverdecel.servi-os-copy {
  border-style: solid;
  border-color: var(--color-2);
  background-color: var(--color);
  text-align: center;
  align-self: center;
  max-width: 200px;
  max-height: 10px;
  padding-top: 5px;
  padding-bottom: 25px;
  padding-left: 20px;
  font-size: 10px;
  font-weight: 700;
}

.buttonverdecel.servi-os-copy {
  border-style: solid;
  border-color: var(--color-2);
  background-color: var(--color);
  text-align: left;
  align-self: center;
  max-width: 0;
  max-height: 0;
  margin-top: 20px;
  margin-bottom: 0;
  padding: 40px 100px;
  font-size: 10px;
  font-weight: 700;
}

.buttonverdecel.servi-os-copy:hover {
  background-color: var(--color-3);
  color: var(--color);
}

.botao-verde-fun-copy-copy {
  border: 1px solid var(--agoracolor);
  background-color: var(--color-3);
  color: var(--color);
  text-align: center;
  letter-spacing: 2px;
  -webkit-text-stroke-width: 0px;
  -webkit-text-stroke-color: #153d3b;
  text-transform: none;
  border-radius: 50px;
  flex-flow: row;
  order: 0;
  justify-content: flex-end;
  align-self: auto;
  align-items: center;
  max-width: 300px;
  margin-top: 10px;
  margin-right: 0;
  padding: 12px 40px 12px 15px;
  font-family: Montserrat, sans-serif;
  font-size: 11px;
  font-weight: 600;
  line-height: 20px;
  transition: opacity .2s;
  display: block;
  overflow: visible;
}

.botao-verde-fun-copy-copy:hover {
  background-color: var(--color);
  color: var(--color-2);
}

.botao-verde-fun-copy-copy:active {
  background-color: #43464d;
}

.botao-verde-fun-copy-copy.opcao2 {
  border: 1px solid var(--dourado);
  color: var(--dourado);
  background-color: #efefef00;
  border-radius: 50px;
}

.botao-verde-fun-copy-copy.opcao2:hover {
  border-color: var(--dourado);
  color: var(--color);
  background-color: #eeb17c5e;
}

.botao-verde-fun-copy-copy.nav {
  margin-left: 140px;
}

.botao-verde-fun-copy-copy.servi-os {
  border-style: solid;
  border-color: var(--color-2);
  background-color: var(--color);
  text-align: center;
  align-self: center;
  max-width: 200px;
  max-height: 10px;
  padding-top: 5px;
  padding-bottom: 25px;
  padding-left: 20px;
  font-size: 10px;
  font-weight: 700;
}

.botao-verde-fun-copy-copy.servi-os:hover {
  background-color: var(--color-3);
  color: var(--color);
}

.botao-verde-fun-copy-copy.servi-os-copy {
  border-style: solid;
  border-color: var(--color-2);
  background-color: var(--color);
  text-align: center;
  align-self: center;
  max-width: 200px;
  max-height: 10px;
  padding-top: 5px;
  padding-bottom: 25px;
  padding-left: 20px;
  font-size: 10px;
  font-weight: 700;
}

.botao-verde-fun-copy-copy.servi-os-copy {
  border-style: solid;
  border-color: var(--color-2);
  background-color: var(--color);
  text-align: left;
  align-self: center;
  max-width: 0;
  max-height: 0;
  margin-top: 20px;
  margin-bottom: 0;
  padding: 40px 100px;
  font-size: 10px;
  font-weight: 700;
}

.botao-verde-fun-copy-copy.servi-os-copy:hover {
  background-color: var(--color-3);
  color: var(--color);
}

.botao-verde-fun-copy-copy-copy {
  border: 1px solid var(--agoracolor);
  background-color: var(--color-3);
  color: var(--color);
  text-align: center;
  letter-spacing: 2px;
  -webkit-text-stroke-width: 0px;
  -webkit-text-stroke-color: #153d3b;
  text-transform: none;
  border-radius: 50px;
  flex-flow: row;
  order: 0;
  justify-content: center;
  align-self: auto;
  align-items: center;
  max-width: 600px;
  margin-top: 10px;
  margin-right: 0;
  padding: 12px 40px 12px 15px;
  font-family: Montserrat, sans-serif;
  font-size: 13px;
  font-weight: 600;
  line-height: 20px;
  transition: all .2s;
  display: flex;
  overflow: visible;
}

.botao-verde-fun-copy-copy-copy:hover {
  background-color: var(--color-3);
  box-shadow: 0 0 10px -1px var(--agoracolor);
  color: var(--color);
}

.botao-verde-fun-copy-copy-copy:active {
  background-color: #43464d;
}

.botao-verde-fun-copy-copy-copy.opcao2 {
  border: 1px solid var(--dourado);
  color: var(--dourado);
  background-color: #efefef00;
  border-radius: 50px;
}

.botao-verde-fun-copy-copy-copy.opcao2:hover {
  border-color: var(--dourado);
  color: var(--color);
  background-color: #eeb17c5e;
}

.botao-verde-fun-copy-copy-copy.nav {
  margin-left: 140px;
}

.botao-verde-fun-copy-copy-copy.servi-os {
  border-style: solid;
  border-color: var(--color-2);
  background-color: var(--color);
  text-align: center;
  align-self: center;
  max-width: 200px;
  max-height: 10px;
  padding-top: 5px;
  padding-bottom: 25px;
  padding-left: 20px;
  font-size: 10px;
  font-weight: 700;
}

.botao-verde-fun-copy-copy-copy.servi-os:hover {
  background-color: var(--color-3);
  color: var(--color);
}

.botao-verde-fun-copy-copy-copy.servi-os-copy {
  border-style: solid;
  border-color: var(--color-2);
  background-color: var(--color);
  text-align: center;
  align-self: center;
  max-width: 200px;
  max-height: 10px;
  padding-top: 5px;
  padding-bottom: 25px;
  padding-left: 20px;
  font-size: 10px;
  font-weight: 700;
}

.botao-verde-fun-copy-copy-copy.servi-os-copy {
  border-style: solid;
  border-color: var(--color-2);
  background-color: var(--color);
  text-align: left;
  align-self: center;
  max-width: 0;
  max-height: 0;
  margin-top: 20px;
  margin-bottom: 0;
  padding: 40px 100px;
  font-size: 10px;
  font-weight: 700;
}

.botao-verde-fun-copy-copy-copy.servi-os-copy:hover {
  background-color: var(--color-3);
  color: var(--color);
}

.bold-text-10 {
  color: var(--white);
  font-weight: 600;
}

.bold-text-11, .bold-text-12 {
  color: var(--color);
}

.text-span-3-copy {
  color: var(--alley-component-library--gray--900);
  font-weight: 400;
}

.f-h3-heading-2-copy {
  color: var(--verde-chama);
  text-align: center;
  letter-spacing: -.02em;
  border: 1px #000;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 30px;
  line-height: 1.2;
}

.iconescadastro {
  max-width: 15%;
  padding-bottom: 20px;
}

.text-span-3-copy-copy {
  color: var(--alley-component-library--gray--900);
  font-weight: 400;
}

.div-block-5serv-copy-copy {
  background-color: var(--white);
  color: var(--color2-clara);
  cursor: auto;
  border-radius: 3px;
  flex-flow: column;
  width: 300px;
  height: 300px;
  margin-top: 20px;
  margin-bottom: 40px;
  margin-left: 10px;
  padding: 0 10px;
  display: block;
}

.div-block-5serv-copy-copy:hover {
  border-left: 3px none var(--agoracolor);
  color: var(--color-3);
  padding: 0 10px;
}

.div-block-5serv-copy-copy-copy {
  background-color: var(--white);
  color: var(--color2-clara);
  cursor: auto;
  border-radius: 3px;
  flex-flow: column;
  width: 300px;
  height: 300px;
  margin-top: 20px;
  margin-bottom: 40px;
  margin-left: 10px;
  padding: 0 10px;
  display: block;
}

.div-block-5serv-copy-copy-copy:hover {
  border-left: 3px none var(--agoracolor);
  color: var(--color-3);
  padding: 0 10px;
}

.div-block-5serv-copy-copy-copy-copy {
  background-color: var(--white);
  color: var(--color2-clara);
  cursor: auto;
  border-radius: 3px;
  flex-flow: column;
  width: 300px;
  height: 300px;
  margin-top: 20px;
  margin-bottom: 40px;
  margin-left: 10px;
  padding: 0 10px;
  display: block;
}

.div-block-5serv-copy-copy-copy-copy:hover {
  border-left: 3px none var(--agoracolor);
  color: var(--color-3);
  padding: 0 10px;
}

.image-16 {
  max-width: 50%;
}

.f-footer-social-copy {
  z-index: 1000;
  border: 2px solid var(--verde-chama);
  background-color: var(--color2-clara);
  color: var(--flowui-component-library--gray-900);
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  transition: color .3s;
  display: flex;
  position: fixed;
  inset: auto 2% 10% auto;
}

.f-footer-social-copy:hover {
  box-shadow: 0 2px 5px 0 var(--agoracolor);
  color: var(--flowui-component-library--primary-base);
}

.text-block-2-copy {
  color: var(--color);
  padding-left: 15px;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
}

.text-block-2-copy.contato {
  margin-top: 0;
  padding-top: 10px;
  padding-left: 0;
}

.div-block-25, .div-block-25-copy {
  padding-top: 0;
  display: block;
  position: relative;
  top: -41px;
}

.fn-features-card-column-copy {
  flex-direction: column;
  flex: 1;
  align-items: flex-start;
  padding: 24px 20px 48px 24px;
  display: flex;
}

.div-block-25-copy-copy {
  padding-top: 0;
  display: block;
  position: relative;
  top: -41px;
}

.div-block-26 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #153d3b00;
  justify-content: center;
  align-items: flex-start;
  margin-top: 60px;
  padding-bottom: 60px;
  display: flex;
  overflow: visible;
}

.heading-8 {
  color: var(--agoracolor);
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 30px;
}

.heading-9 {
  color: var(--color);
  flex-flow: row;
  margin-top: 0;
  padding-right: 0;
  font-family: Montserrat, sans-serif;
  font-size: 28px;
  font-weight: 600;
  line-height: 30px;
  display: block;
}

.button-copy-newtb {
  border: 1px solid var(--agoracolor);
  background-color: var(--color2-clara);
  color: var(--color);
  letter-spacing: 2px;
  -webkit-text-stroke-width: 0px;
  -webkit-text-stroke-color: #153d3b;
  text-transform: none;
  border-radius: 50px;
  flex-flow: column;
  max-width: 300px;
  margin-right: 10px;
  padding: 12px 25px;
  font-family: Montserrat, sans-serif;
  font-size: 13px;
  font-weight: 600;
  line-height: 20px;
  transition: all .2s;
  display: block;
  overflow: visible;
}

.button-copy-newtb:hover {
  box-shadow: 0 2px 5px 0 var(--agoracolor);
  color: var(--color);
  background-color: #00ad8852;
}

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

.button-copy-newtb.opcao2 {
  border: 1px solid var(--dourado);
  color: var(--dourado);
  background-color: #efefef00;
  border-radius: 50px;
}

.button-copy-newtb.opcao2:hover {
  border-color: var(--dourado);
  box-shadow: 0 2px 5px 0 var(--dourado);
  color: var(--color);
  background-color: #eeb17c5e;
}

.button-copy-newtb.nav {
  margin-left: 140px;
}

.button-copy-newtb.servi-os {
  border-style: solid;
  border-color: var(--color-2);
  background-color: var(--color);
  text-align: center;
  align-self: center;
  max-width: 200px;
  max-height: 10px;
  padding-top: 5px;
  padding-bottom: 25px;
  padding-left: 20px;
  font-size: 10px;
  font-weight: 700;
}

.button-copy-newtb.servi-os:hover {
  background-color: var(--color-3);
  color: var(--color);
}

.button-copy-newtb.servi-os-copy {
  border-style: solid;
  border-color: var(--color-2);
  background-color: var(--color);
  text-align: center;
  align-self: center;
  max-width: 200px;
  max-height: 10px;
  padding-top: 5px;
  padding-bottom: 25px;
  padding-left: 20px;
  font-size: 10px;
  font-weight: 700;
}

.button-copy-newtb.servi-os-copy:hover {
  background-color: var(--color-3);
  color: var(--color);
}

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

.section-8 {
  background-image: linear-gradient(118deg, var(--cor01grad), var(--color-2));
  padding-bottom: 0;
}

.div-block-28 {
  width: 150%;
  margin-right: 20px;
  padding-left: 20px;
  padding-right: 0;
}

.paragraph-9 {
  color: var(--white);
  padding-top: 40px;
  font-family: Montserrat, sans-serif;
}

.botaowhatsapfixo {
  border: 1px solid var(--agoracolor);
  color: var(--flowui-component-library--gray-900);
  -webkit-text-fill-color: transparent;
  background-color: #f3f5fb;
  -webkit-background-clip: text;
  background-clip: text;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  transition: color .3s;
  display: flex;
}

.botaowhatsapfixo:hover {
  box-shadow: 0 2px 5px 0 var(--agoracolor);
  color: var(--flowui-component-library--primary-base);
}

.button-primary-copy {
  border: 1px none var(--agoracolor);
  background-color: var(--color2-clara);
  color: var(--color);
  letter-spacing: 2px;
  -webkit-text-stroke-width: 0px;
  -webkit-text-stroke-color: #153d3b;
  text-transform: none;
  border-radius: 50px;
  flex-flow: column;
  max-width: 300px;
  margin-top: 0;
  margin-right: 0;
  padding: 0 10px 0 0;
  font-family: Montserrat, sans-serif;
  font-size: 13px;
  font-weight: 600;
  line-height: 20px;
  transition: all .2s;
  display: block;
  overflow: visible;
}

.button-primary-copy:hover {
  box-shadow: 0 2px 5px 0 var(--agoracolor);
  color: var(--color);
  background-color: #00ad8852;
}

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

.button-primary-copy.opcao2 {
  border: 1px solid var(--dourado);
  color: var(--dourado);
  background-color: #efefef00;
  border-radius: 50px;
}

.button-primary-copy.opcao2:hover {
  border-color: var(--dourado);
  box-shadow: 0 2px 5px 0 var(--dourado);
  color: var(--color);
  background-color: #eeb17c5e;
}

.button-primary-copy.nav {
  margin-left: 140px;
}

.button-primary-copy.servi-os {
  border-style: solid;
  border-color: var(--color-2);
  background-color: var(--color);
  text-align: center;
  align-self: center;
  max-width: 200px;
  max-height: 10px;
  padding-top: 5px;
  padding-bottom: 25px;
  padding-left: 20px;
  font-size: 10px;
  font-weight: 700;
}

.button-primary-copy.servi-os:hover {
  background-color: var(--color-3);
  color: var(--color);
}

.button-primary-copy.servi-os-copy {
  border-style: solid;
  border-color: var(--color-2);
  background-color: var(--color);
  text-align: center;
  align-self: center;
  max-width: 200px;
  max-height: 10px;
  padding-top: 5px;
  padding-bottom: 25px;
  padding-left: 20px;
  font-size: 10px;
  font-weight: 700;
}

.button-primary-copy.servi-os-copy:hover {
  background-color: var(--color-3);
  color: var(--color);
}

.div-block-29 {
  border: 1px solid var(--agoracolor);
  background-color: var(--color2-clara);
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  max-width: 400px;
  display: flex;
}

.image-16-copy {
  max-width: 8%;
}

.div-block-29-copy {
  border: 1px solid var(--agoracolor);
  background-color: var(--color2-clara);
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  max-width: 400px;
  display: flex;
}

.botaoheaderwhats {
  border: 1px none var(--agoracolor);
  color: var(--color);
  letter-spacing: 2px;
  -webkit-text-stroke-width: 0px;
  -webkit-text-stroke-color: #153d3b;
  text-transform: none;
  background-color: #1d646000;
  border-radius: 50px;
  flex-flow: column;
  max-width: 300px;
  margin-top: 0;
  margin-right: 0;
  padding: 0 10px 0 0;
  font-family: Montserrat, sans-serif;
  font-size: 13px;
  font-weight: 600;
  line-height: 20px;
  transition: all .2s;
  display: block;
  overflow: visible;
}

.botaoheaderwhats:hover {
  color: var(--color);
  background-color: #00ad8800;
}

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

.botaoheaderwhats.opcao2 {
  border: 1px solid var(--dourado);
  color: var(--dourado);
  background-color: #efefef00;
  border-radius: 50px;
}

.botaoheaderwhats.opcao2:hover {
  border-color: var(--dourado);
  box-shadow: 0 2px 5px 0 var(--dourado);
  color: var(--color);
  background-color: #eeb17c5e;
}

.botaoheaderwhats.nav {
  margin-left: 140px;
}

.botaoheaderwhats.servi-os {
  border-style: solid;
  border-color: var(--color-2);
  background-color: var(--color);
  text-align: center;
  align-self: center;
  max-width: 200px;
  max-height: 10px;
  padding-top: 5px;
  padding-bottom: 25px;
  padding-left: 20px;
  font-size: 10px;
  font-weight: 700;
}

.botaoheaderwhats.servi-os:hover {
  background-color: var(--color-3);
  color: var(--color);
}

.botaoheaderwhats.servi-os-copy {
  border-style: solid;
  border-color: var(--color-2);
  background-color: var(--color);
  text-align: center;
  align-self: center;
  max-width: 200px;
  max-height: 10px;
  padding-top: 5px;
  padding-bottom: 25px;
  padding-left: 20px;
  font-size: 10px;
  font-weight: 700;
}

.botaoheaderwhats.servi-os-copy:hover {
  background-color: var(--color-3);
  color: var(--color);
}

.image-16-copy-copy {
  max-width: 8%;
}

.paragraph-4-copy {
  color: var(--dourado);
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-self: center;
  align-items: center;
  margin-bottom: 0;
  margin-left: 26px;
  padding-top: 0;
  padding-right: 10px;
  font-size: 12px;
  display: none;
  overflow: visible;
}

.f-footer-social-copy {
  border: 1px solid var(--verde-chama);
  color: var(--flowui-component-library--gray-900);
  -webkit-text-fill-color: transparent;
  background-color: #f3f5fb;
  -webkit-background-clip: text;
  background-clip: text;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  transition: color .3s;
  display: flex;
}

.f-footer-social-copy:hover {
  color: var(--flowui-component-library--primary-base);
}

.botoes-celular {
  border: 1px solid var(--verde-chama);
  color: var(--flowui-component-library--gray-900);
  -webkit-text-fill-color: transparent;
  background-color: #f3f5fb;
  -webkit-background-clip: text;
  background-clip: text;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  transition: color .3s;
  display: flex;
}

.botoes-celular:hover {
  color: var(--flowui-component-library--primary-base);
}

.div-block-31 {
  display: none;
}

.div-block-29-copy-copy, .div-block-29-copy-copy-copy {
  border: 1px solid var(--agoracolor);
  background-color: var(--color2-clara);
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  max-width: 400px;
  display: flex;
}

.f-button-icon {
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  transition: color .2s;
  display: flex;
}

.f-button-facebook {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  border: 1px solid var(--verde-chama);
  background-color: var(--color-3);
  color: var(--flowui-component-library--white);
  letter-spacing: -.02em;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  min-height: 48px;
  margin-left: 10px;
  padding: 12px 60px;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  transition: background-color .3s;
  display: flex;
}

.f-button-facebook:hover {
  box-shadow: 0 2px 8px 0 var(--agoracolor);
}

.f-button-facebook-copy {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  border: 1px solid var(--verde-chama);
  background-color: var(--color-3);
  color: var(--flowui-component-library--white);
  letter-spacing: -.02em;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  min-height: 48px;
  padding: 12px 40px;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  transition: background-color .3s;
  display: flex;
}

.iconeconversa {
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  transition: color .2s;
  display: flex;
}

.divcomments {
  background-color: var(--color2-clara);
  border-radius: 10px;
  margin-right: 10px;
  padding: 40px;
}

.f-paragraph-small-3-copy {
  color: var(--color);
  text-align: left;
  letter-spacing: -.01em;
  margin-bottom: 0;
  padding-bottom: 40px;
  font-family: Montserrat, sans-serif;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.8;
}

.namescomments {
  color: var(--verde-claro);
  letter-spacing: -.02em;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 32px;
}

.f-avatar-image-3 {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.f-avatar-medium {
  background-color: var(--flowui-component-library--gray-200);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 56px;
  min-width: 56px;
  height: 56px;
  min-height: 56px;
  display: flex;
  position: relative;
  overflow: hidden;
}

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

.paragraph-10 {
  color: var(--color);
  align-self: center;
  padding-left: 15px;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
  line-height: 13px;
}

.text-span-12 {
  color: var(--agoracolor);
  font-size: 10px;
  font-weight: 400;
  line-height: 0;
}

.div-block-33 {
  padding-bottom: 60px;
  display: flex;
}

.div-block-34 {
  background-image: linear-gradient(241deg, var(--cor01grad), var(--color-2));
  border-radius: 20px;
  margin-top: 40px;
  padding-top: 40px;
  padding-bottom: 40px;
}

.div-block-12butaoy-copy {
  border-right: 1px none var(--color-3);
  flex-flow: column;
  justify-content: center;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 40px;
  padding-bottom: 10px;
  transition: opacity .425s;
  display: flex;
}

.div-block-12butaoy-copy.contato {
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  display: block;
}

.button-primary-copy-copy-copy-copy {
  border: 1px solid var(--agoracolor);
  background-color: var(--fundo-container);
  color: var(--agoracolor);
  letter-spacing: 2px;
  -webkit-text-stroke-width: 0px;
  -webkit-text-stroke-color: #153d3b;
  text-transform: none;
  border-radius: 9px;
  flex-flow: column;
  align-self: center;
  margin-right: 10px;
  padding: 20px 100px;
  font-family: Montserrat, sans-serif;
  font-size: 13px;
  font-weight: 700;
  line-height: 20px;
  transition: all .2s;
  display: block;
  overflow: visible;
}

.button-primary-copy-copy-copy-copy:hover {
  background-color: var(--agoracolor);
  box-shadow: 0 2px 10px 1px var(--agoracolor);
  color: var(--white);
}

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

.button-primary-copy-copy-copy-copy.opcao2 {
  border: 1px solid var(--dourado);
  color: var(--dourado);
  background-color: #efefef00;
  border-radius: 50px;
}

.button-primary-copy-copy-copy-copy.opcao2:hover {
  border-color: var(--dourado);
  color: var(--color);
  background-color: #eeb17c5e;
}

.button-primary-copy-copy-copy-copy.nav {
  margin-left: 140px;
}

.button-primary-copy-copy-copy-copy.servi-os {
  border-style: solid;
  border-color: var(--color-2);
  background-color: var(--color);
  text-align: center;
  align-self: center;
  max-width: 200px;
  max-height: 10px;
  padding-top: 5px;
  padding-bottom: 25px;
  padding-left: 20px;
  font-size: 10px;
  font-weight: 700;
}

.button-primary-copy-copy-copy-copy.servi-os:hover {
  background-color: var(--color-3);
  color: var(--color);
}

.button-primary-copy-copy-copy-copy.servi-os-copy {
  border-style: solid;
  border-color: var(--color-2);
  background-color: var(--color);
  text-align: center;
  align-self: center;
  max-width: 200px;
  max-height: 10px;
  padding-top: 5px;
  padding-bottom: 25px;
  padding-left: 20px;
  font-size: 10px;
  font-weight: 700;
}

.button-primary-copy-copy-copy-copy.servi-os-copy:hover {
  background-color: var(--color-3);
  color: var(--color);
}

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

  .footer-content {
    grid-column-gap: 60px;
  }

  .nav-menu-wrapper {
    background-color: #0000;
  }

  .nav-menu {
    background-color: #fff;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    padding-left: 0;
    display: flex;
  }

  .nav-link {
    padding-left: 5px;
    padding-right: 5px;
  }

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

  .nav-button-wrapper {
    width: 100%;
    margin-left: 0;
  }

  .menu-button {
    padding: 12px;
  }

  .menu-button.w--open {
    color: #fff;
    background-color: #a6b1bf;
  }

  .clients-quote-two {
    font-size: 28px;
    line-height: 36px;
  }

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

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

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

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

  .a-banner-container {
    justify-content: flex-start;
  }

  .waves-image-logo-1 {
    margin-left: 0;
    margin-right: 0;
  }

  .waves-wrap-logos-1 {
    grid-column-gap: 40px;
    grid-row-gap: 24px;
    justify-content: center;
    width: 100%;
    max-width: 590px;
    margin-left: 0;
  }

  .waves-master-logos-1 {
    grid-row-gap: 40px;
    flex-direction: column;
  }

  .f-logo-carousel-wrap {
    width: 95%;
  }

  .f-testimonial-background {
    height: 20%;
  }

  .f-testimonial-slider-grid-large {
    grid-template-columns: 1fr;
  }

  .a-header-image-grid {
    padding-left: 5%;
  }

  .a-header-image-block {
    max-width: 100%;
    height: 500px;
    position: relative;
  }

  .a-header-logo-wrapper {
    margin-top: 60px;
  }

  .a-button-primary {
    display: flex;
  }

  .a-header-button-wrapper {
    justify-content: center;
  }

  .a-header-block {
    text-align: center;
    align-items: center;
    max-width: 100%;
    margin-bottom: 60px;
  }

  .a-header-section {
    padding-bottom: 0;
  }

  .waves---mega-heading-1 {
    font-size: 72px;
    line-height: 110%;
  }

  .waves-section-hero-5 {
    padding-top: 240px;
  }

  .f-navigation-menu-button {
    border: 1px solid var(--flowui-component-library--gray-200);
    color: var(--flowui-component-library--grey-600);
    border-radius: 8px;
    padding: 10px;
  }

  .f-navigation-menu-button.w--open {
    background-color: var(--flowui-component-library--gray-900);
    border-color: #fff;
  }

  .f-navigation-content {
    align-items: center;
    width: auto;
    display: flex;
  }

  .f-navigation-link {
    width: 100%;
  }

  .f-navigation-menu {
    background-color: var(--flowui-component-library--white);
    color: var(--flowui-component-library--grey-600);
    padding: 12px;
    position: absolute;
  }

  .f-navigation-menu.w--open {
    background-color: var(--flowui-component-library--gray-700);
    border-color: #fff;
  }

  .f-navigation-logo-link {
    margin-right: 0;
  }

  .f-navigation {
    position: relative;
  }

  .f-testimonial-background-2 {
    height: 20%;
  }

  .f-testimonial-slider-mask {
    width: 420px;
  }

  .f-logo-carousel-wrap-2 {
    width: 95%;
  }

  .f-grid-six-column, .f-grid-four-column {
    grid-template-columns: 1fr 1fr;
  }

  .f-feature-card-divider {
    width: 50%;
    height: 1px;
    margin: 32px 0;
  }

  .f-feature-card-row {
    flex-direction: column;
  }

  .f-footer-bottom {
    grid-row-gap: 24px;
    flex-direction: column;
  }

  .f-footer-title {
    margin-bottom: 24px;
  }

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

  .f-account-input-grid-large {
    grid-template-columns: 1fr;
  }

  .f-account-container-r {
    width: 60%;
  }

  .f-account-image-wrapper {
    width: 40%;
  }

  .f-account-section {
    height: auto;
  }

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

  .fn-features-card-with-image.slider-cards {
    flex: none;
    width: 411px;
  }

  .fn-solutions-card-wrapper {
    width: 100vw;
    margin-left: -15px;
    padding-left: 15px;
    padding-right: 15px;
    overflow: auto;
  }

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

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

  .fn-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

@media screen and (max-width: 767px) {
  .footer-dark {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-wrapper {
    flex-direction: column;
    align-items: center;
  }

  .footer-content {
    grid-template-columns: 1fr;
    margin-top: 40px;
  }

  .footer-block {
    align-items: center;
  }

  .footer-link:hover {
    color: #1a1b1fbf;
  }

  .footer-social-block {
    margin-top: 20px;
    margin-left: -20px;
  }

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

  .footer-divider {
    margin-top: 60px;
  }

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

  .nav-menu {
    flex-direction: column;
    padding-bottom: 30px;
    padding-left: 0;
  }

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

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

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

  .nav-dropdown-list.shadow-three {
    box-shadow: 0 8px 50px #0000000d;
  }

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

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

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

  .logos-quote-divider {
    padding: 60px 15px;
  }

  .clients-wrapper-two {
    flex-direction: column;
  }

  .clients-info-two {
    max-width: none;
    margin-bottom: 40px;
  }

  .clients-grid {
    grid-column-gap: 40px;
    grid-template-columns: 1fr 1fr 1fr;
    margin-top: 15px;
  }

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

  .a-banner-button-small {
    position: static;
  }

  .a-banner-container {
    grid-column-gap: 24px;
  }

  .a-banner-announcement {
    text-align: left;
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
  }

  .waves---main-container {
    padding-left: 16px;
    padding-right: 16px;
  }

  .waves---section-medium {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .f-section-large {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .f-testimonial-right-a, .f-testimonial-left-a {
    display: none;
  }

  .f-h3-heading {
    font-size: 40px;
  }

  .f-testimonial-r-arrow, .f-testimonial-l-arrow {
    display: none;
  }

  .f-testimonial-slider-regular {
    padding-left: 0;
    padding-right: 0;
  }

  .f-section-regular {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .a-header-image-grid {
    margin-top: 20px;
  }

  .a-header-logo-wrapper {
    flex-direction: column;
  }

  .a-h1-heading {
    font-size: 48px;
  }

  .a-header-section {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .waves---subtitle {
    font-size: 22px;
    line-height: 34px;
  }

  .waves---mega-heading-1 {
    font-size: 56px;
  }

  .waves-title-wrap-hero-5 {
    text-align: center;
    align-items: center;
  }

  .waves---main-container-2 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .waves-section-hero-5 {
    padding-top: 160px;
  }

  .f-testimonial-right-a-2, .f-testimonial-left-a-2 {
    display: none;
  }

  .f-testimonial-slider-mask {
    width: 400px;
  }

  .f-h3-heading-2 {
    font-size: 40px;
  }

  .f-section-large-2 {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .f-h3-heading-3 {
    font-size: 40px;
  }

  .f-section-large-3 {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .f-account-container-r {
    justify-content: center;
    width: 100%;
  }

  .f-account-image-wrapper {
    width: 100%;
    height: 600px;
  }

  .f-account-section {
    flex-direction: column;
  }

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

  .fn-heading-3 {
    margin-bottom: 12px;
    font-size: 28px;
  }

  .fn-features-card-image {
    height: 170px;
  }

  .fn-features-card-with-image.slider-cards {
    width: 260px;
  }

  .fn-heading-2 {
    font-size: 34px;
  }

  .fn-container-grid {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .fn-section {
    padding-top: 32px;
    padding-bottom: 32px;
    overflow: visible;
  }

  .f-h3-heading-2-copy {
    font-size: 40px;
  }
}

@media screen and (max-width: 479px) {
  .footer-dark {
    z-index: 300;
    padding-bottom: 0;
  }

  .container {
    max-width: none;
  }

  .navbartopbar {
    background-color: var(--color-2);
    width: auto;
    max-width: none;
    margin-left: auto;
    padding: 10px 0 0;
    position: static;
  }

  .container-regular {
    background-color: var(--color-2);
    flex-flow: row;
    justify-content: center;
    align-items: center;
    width: auto;
    max-width: none;
    margin-left: 0;
    margin-right: 0;
    display: flex;
  }

  .navbar-wrapper {
    background-color: var(--color-2);
    flex-flow: row;
    justify-content: center;
    align-self: center;
  }

  .navbar-brand {
    background-color: var(--color-2);
    flex-flow: row;
    align-self: center;
    align-items: flex-start;
    display: flex;
  }

  .nav-menu-wrapper {
    background-color: var(--color-2);
    flex-flow: column;
    justify-content: center;
    align-self: auto;
    align-items: center;
    max-width: none;
    display: block;
  }

  .nav-menu {
    background-color: var(--color-2);
    flex-flow: column;
    justify-content: flex-start;
    align-self: auto;
    align-items: flex-start;
    display: block;
  }

  .mobile-margin-top-10 {
    background-color: var(--color-2);
    color: var(--color-2);
    flex-flow: column;
    align-self: flex-start;
  }

  .nav-button-wrapper {
    width: auto;
  }

  .button-primary {
    align-self: center;
    margin-right: 0;
  }

  .button-primary.opcao2:hover {
    box-shadow: 0 2px 5px 0 var(--dourado);
  }

  .menu-button {
    display: none;
  }

  .clients-quote-two {
    font-size: 24px;
    line-height: 32px;
  }

  .clients-info-image {
    margin-right: 16px;
  }

  .clients-grid {
    grid-column-gap: 20px;
    grid-row-gap: 40px;
    grid-template-columns: 1fr 1fr;
  }

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

  .div-block {
    flex-flow: column;
    padding-top: 0;
  }

  .img1 {
    align-self: center;
    width: 200px;
    max-width: 100%;
    height: 300px;
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
    display: none;
  }

  .heading-3 {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 28px;
    line-height: 30px;
  }

  .bold-text {
    font-size: 28px;
  }

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

  .div-block-3 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    grid-template-rows: minmax(200px, 236px);
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    padding-right: 20px;
    display: flex;
  }

  .div-block-5 {
    align-self: center;
    overflow: visible;
  }

  .container-3 {
    z-index: 300;
    background-position: 30% 40%;
    padding: 100px 10px;
    position: relative;
  }

  .section-3 {
    padding-bottom: 0;
  }

  .div-block-6 {
    grid-column-gap: 11px;
    grid-row-gap: 11px;
    flex-flow: column;
    align-items: center;
    padding-left: 0;
  }

  .paragraph-4 {
    margin-left: 0;
    font-family: Montserrat, sans-serif;
  }

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

  .waves-wrap-logos-1 {
    grid-row-gap: 32px;
  }

  .waves---section-medium {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .f-logo-gradient-r, .f-logo-gradient-l {
    width: 40px;
  }

  .f-testimonial-avatar-small {
    margin-bottom: 16px;
    margin-right: 0;
  }

  .f-testimonial-author {
    flex-flow: column wrap;
    align-items: flex-start;
  }

  .a-header-grid-column {
    grid-row-gap: 12px;
  }

  .a-header-image-grid {
    grid-column-gap: 12px;
  }

  .a-header-image-block {
    height: 320px;
  }

  .a-button-primary {
    width: 100%;
  }

  .a-header-button-wrapper {
    flex-direction: column;
  }

  .waves---subtitle {
    font-size: 20px;
  }

  .waves---mega-heading-1 {
    font-size: 36px;
  }

  .waves-section-hero-5 {
    padding-bottom: 48px;
  }

  .f-navigation-button {
    display: none;
  }

  .section-4 {
    padding-top: 15%;
    padding-bottom: 15%;
  }

  .section-4.contato {
    z-index: 300;
    padding-top: 0%;
    padding-bottom: 10%;
    position: relative;
  }

  .div-block-8 {
    padding-bottom: 80px;
  }

  .f-testimonial-avatar-small-2 {
    margin-bottom: 16px;
    margin-right: 0;
  }

  .f-testimonial-author-2 {
    flex-flow: column wrap;
    align-items: flex-start;
  }

  .f-testimonial-slider-mask {
    width: 100%;
  }

  .f-h3-heading-2 {
    padding-top: 20px;
    line-height: 20px;
  }

  .f-testimonial-section-2 {
    padding-left: 3%;
    padding-right: 3%;
  }

  .f-logo-gradient-r-2, .f-logo-gradient-l-2 {
    width: 40px;
  }

  .f-grid-six-column, .f-grid-four-column {
    grid-template-columns: 1fr;
  }

  .div-block-11 {
    justify-content: center;
    align-items: center;
    height: 70px;
  }

  .div-block-12 {
    max-width: 100%;
    padding-top: 0;
  }

  .text-span-3 {
    color: var(--agoracolor);
    font-size: 28px;
    overflow: visible;
  }

  .bold-text-6 {
    color: var(--agoracolor);
    font-size: 28px;
  }

  .f-paragraph-small-3 {
    font-size: 14px;
  }

  .f-sub-heading-large {
    font-size: 20px;
  }

  .f-feature-card-row {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    vertical-align: sub;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-items: flex-start;
    display: flex;
  }

  .f-h3-heading-3 {
    color: var(--color);
    font-size: 26px;
  }

  .f-heading-detail-small-3 {
    font-size: 10px;
  }

  .f-section-large-3 {
    padding: 40px 3% 0;
  }

  .f-footer-link {
    margin-top: 0;
    padding-top: 0;
  }

  .f-footer-title {
    margin-bottom: 0;
    padding-top: 10px;
  }

  .f-footer-title.duvida {
    margin-bottom: 0;
    padding-bottom: 0;
    font-size: 14px;
  }

  .f-footer-block {
    padding-top: 20px;
  }

  .f-footer-block.lateral {
    border-left-style: none;
    padding-left: 0;
    display: none;
  }

  .f-footer-grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    grid-template-columns: 1fr 1fr;
    place-items: center;
    display: flex;
  }

  .f-container-regular-5 {
    text-align: center;
  }

  .f-footer-regular {
    padding-top: 30px;
  }

  .div-block-14 {
    border-right-style: none;
    flex-flow: column;
    margin-right: 0;
    padding-bottom: 0;
    display: flex;
  }

  .text-block-3 {
    text-align: center;
    padding-left: 10px;
  }

  .text-block-3.footer {
    text-align: center;
    padding-bottom: 0;
    padding-left: 0;
  }

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

  .div-block-15 {
    flex-flow: column;
    align-self: center;
    align-items: center;
    display: flex;
    overflow: visible;
  }

  .f-account-input-grid-large {
    grid-template-columns: 1fr;
  }

  .f-account-login-grid {
    grid-template-columns: 1fr;
    width: 100%;
  }

  .paragraph-7 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .button-primary-copy.servi-os-copy {
    max-height: 50px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .button-primary-copy.servi-os-copy.email {
    padding-left: 40px;
    padding-right: 40px;
  }

  .div-block-12butaoy {
    flex-flow: row;
    justify-content: flex-end;
    align-items: center;
    display: block;
  }

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

  .div-block-19 {
    flex-flow: column;
    display: flex;
    box-shadow: 0 2px 5px #0003;
  }

  .contactservices {
    grid-column-gap: 11px;
    grid-row-gap: 11px;
    flex-flow: column;
    align-items: center;
    padding-left: 0;
  }

  .section-2-copy {
    z-index: 103;
    background-color: var(--white);
    text-align: left;
    margin-left: 0;
    margin-right: 0;
    padding: 20px 10px 0;
    position: relative;
  }

  .container-2-copy {
    text-align: center;
    justify-content: center;
    align-items: center;
    display: block;
  }

  .heading-3-copy {
    font-size: 28px;
    line-height: 30px;
  }

  .div-block-copy {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding-top: 0;
    padding-bottom: 30px;
    display: flex;
  }

  .div-block-20-copy {
    text-align: center;
    justify-content: center;
    align-items: center;
    padding-right: 0;
  }

  .heading-7 {
    text-align: center;
    align-self: center;
  }

  .fn-features-card-column {
    margin-bottom: 0;
  }

  .fn-features-card-with-image.slider-cards {
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-right: 0;
    display: block;
  }

  .div-block-5serv-copy {
    align-self: center;
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
    margin-left: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-5serv-copy:hover {
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-5serv-copy.topcel {
    margin-bottom: 60px;
  }

  .div-block-5serv-copy.topcel-copy {
    margin-bottom: 50px;
  }

  .div-block-5serv-copy.topcel-copy-copy {
    margin-bottom: 65px;
  }

  .paragraph-3-copy {
    font-size: 12px;
  }

  .div-block-3-copy {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    grid-template-rows: minmax(200px, 236px);
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    padding-right: 20px;
    display: flex;
  }

  .botao-verde-fun {
    text-align: center;
    justify-content: center;
    align-items: center;
  }

  .button-primary-copy-copy-copy {
    text-align: center;
    margin-right: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .div-block-24 {
    padding-bottom: 30px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .botao-verde-fun-copy {
    text-align: center;
  }

  .section-7 {
    padding-top: 0;
  }

  .botao-verde-fun-copy-copy {
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
  }

  .botao-verde-fun-copy {
    text-align: center;
    justify-content: center;
    align-items: center;
    max-width: 100%;
    margin-top: 10px;
    margin-bottom: 20px;
    margin-left: 0;
    padding-right: 15px;
    display: none;
  }

  .buttonverdecel {
    text-align: center;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
    margin-left: 10px;
  }

  .botao-verde-fun-copy-copy {
    text-align: center;
    justify-content: center;
    align-self: auto;
    align-items: center;
    margin-bottom: 20px;
    margin-left: 10px;
    display: none;
  }

  .botao-verde-fun-copy-copy-copy {
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
  }

  .bold-text-10, .bold-text-11 {
    font-size: 20px;
  }

  .bold-text-12 {
    font-size: 22px;
  }

  .text-span-3-copy {
    color: var(--agoracolor);
    font-size: 28px;
    overflow: visible;
  }

  .f-h3-heading-2-copy {
    line-height: 20px;
  }

  .text-span-3-copy-copy {
    z-index: 400;
    color: var(--black);
    font-size: 28px;
    position: relative;
    overflow: visible;
  }

  .div-block-5serv-copy-copy {
    align-self: center;
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
    margin-left: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-5serv-copy-copy:hover {
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-5serv-copy-copy.topcel, .div-block-5serv-copy-copy.topcel-copy {
    margin-bottom: 50px;
  }

  .div-block-5serv-copy-copy.topcel-copy-copy {
    margin-bottom: 60px;
  }

  .div-block-5serv-copy-copy-copy {
    align-self: center;
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
    margin-left: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-5serv-copy-copy-copy:hover {
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-5serv-copy-copy-copy.topcel, .div-block-5serv-copy-copy-copy.topcel-copy {
    margin-bottom: 50px;
  }

  .div-block-5serv-copy-copy-copy.topcel-copy-copy {
    margin-bottom: 60px;
  }

  .div-block-5serv-copy-copy-copy-copy {
    align-self: center;
    width: 100%;
    max-width: 100%;
    margin-bottom: 60px;
    margin-left: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-5serv-copy-copy-copy-copy:hover {
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-5serv-copy-copy-copy-copy.topcel, .div-block-5serv-copy-copy-copy-copy.topcel-copy {
    margin-bottom: 50px;
  }

  .div-block-5serv-copy-copy-copy-copy.topcel-copy-copy {
    margin-bottom: 60px;
  }

  .f-footer-social-copy {
    align-self: center;
    inset: auto 3% 10% auto;
  }

  .list-item, .list-item-2, .list-item-3 {
    background-color: var(--color-2);
    align-self: flex-start;
  }

  .div-block-25-copy {
    padding-top: 0;
    top: -50px;
  }

  .fn-features-card-column-copy {
    margin-bottom: 0;
  }

  .div-block-25-copy-copy {
    padding-top: 0;
    top: -50px;
  }

  .div-block-26 {
    flex-flow: column;
    margin-top: 20px;
    padding-bottom: 10px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .heading-9 {
    max-width: 250px;
    display: block;
  }

  .button-copy-newtb {
    align-self: center;
    margin-right: 0;
  }

  .button-copy-newtb.opcao2:hover {
    box-shadow: 0 2px 5px 0 var(--dourado);
  }

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

  .paragraph-9 {
    padding-top: 10px;
    padding-left: 20px;
  }

  .botaowhatsapfixo {
    align-self: center;
  }

  .button-primary-copy {
    align-self: center;
    margin-right: 0;
  }

  .button-primary-copy.opcao2:hover {
    box-shadow: 0 2px 5px 0 var(--dourado);
  }

  .botaoheaderwhats {
    align-self: center;
    margin-right: 0;
  }

  .botaoheaderwhats.opcao2:hover {
    box-shadow: 0 2px 5px 0 var(--dourado);
  }

  .div-block-29-copy-copy {
    order: 0;
    display: block;
  }

  .paragraph-4-copy {
    color: var(--dourado);
    text-align: center;
    margin-left: auto;
    font-family: Montserrat, sans-serif;
    display: block;
  }

  .div-block-30 {
    border-top: 2px solid var(--dourado);
    background-color: var(--fundo-container);
    margin-bottom: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    transition: opacity .2s;
    position: fixed;
    inset: auto 0% 0%;
  }

  .botoes-celular {
    grid-column-gap: 21px;
    grid-row-gap: 21px;
    background-color: var(--color2-clara);
    -webkit-text-fill-color: inherit;
    background-clip: border-box;
    border-top-width: 2px;
    padding-right: 0;
  }

  .div-block-31 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    justify-content: center;
    align-items: center;
    padding-bottom: 0;
    display: flex;
  }

  .div-block-29-copy-copy-copy {
    background-color: #1d646000;
    border-style: none;
    margin-left: 10px;
    margin-right: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .f-button-facebook {
    border: 1px solid var(--verde-chama);
    background-color: var(--color-3);
    min-width: 110%;
    margin-left: 10px;
    margin-right: 10px;
    display: none;
  }

  .text-block-7 {
    color: var(--verde-chama);
    font-family: Montserrat, sans-serif;
  }

  .f-button-facebook-copy {
    border: 1px solid var(--verde-chama);
    background-color: var(--color-3);
    box-shadow: 0 2px 10px -5px var(--verde-chama);
    min-width: 110%;
    margin-left: 10px;
    margin-right: 10px;
    padding-left: 40px;
    padding-right: 40px;
    display: flex;
  }

  .divcomments {
    flex-flow: column;
    margin-bottom: 10px;
    display: flex;
    box-shadow: 0 2px 5px #0003;
  }

  .f-paragraph-small-3-copy {
    margin-bottom: 10px;
    padding-bottom: 0;
    font-size: 12px;
  }

  .namescomments {
    font-size: 20px;
  }

  .div-block-33 {
    flex-flow: column;
    padding-bottom: 0;
    padding-left: 10px;
  }

  .container-4 {
    margin-top: 0;
    padding-top: 10px;
  }

  .div-block-34 {
    margin-top: 20px;
    padding: 20px 5px;
  }

  .div-block-12butaoy-copy {
    flex-flow: row;
    justify-content: flex-end;
    align-items: center;
    padding-top: 20px;
    padding-bottom: 20px;
    display: block;
  }

  .div-block-30-copy {
    z-index: 200;
    border-top: 2px solid var(--dourado);
    background-color: var(--fundo-container);
    margin-bottom: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    transition: opacity .2s;
    display: block;
    position: fixed;
    inset: auto 0% 0%;
  }

  .section-9 {
    z-index: 150;
    position: fixed;
    inset: auto 0% 0%;
  }

  .container-5 {
    margin-left: 0;
    margin-right: 0;
  }

  .button-primary-copy-copy-copy-copy {
    text-align: center;
    margin-top: 0;
    margin-left: 20px;
    margin-right: 20px;
    padding: 30px 10px;
    font-size: 18px;
  }
}

#w-node-bbad221a-8ee3-5a77-a38f-dcec2c88bede-d27c1f44 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_2ec89fca-7675-cc2b-b4d6-8c101b4e48ea-d27c1f44, #w-node-b2233169-d603-733b-79a5-ac871345c763-d27c1f44 {
  place-self: auto;
}

@media screen and (max-width: 991px) {
  #w-node-_2ec89fca-7675-cc2b-b4d6-8c101b4e48c4-d27c1f44 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_49ce3733-43ca-dff6-89fb-fe898ae13d7a-d27c1f44 {
    place-self: auto;
  }

  #w-node-_2ec89fca-7675-cc2b-b4d6-8c101b4e48c4-d27c1f44 {
    grid-column: span 1 / span 1;
  }
}


