:root {
  --neutral-black: black;
  --white: white;
  --secondary-light: #ff7b61;
  --secondary: #ff2900;
  --neutral-darkest: #1a1a1a;
  --primary-light: #004cff;
  --primary: #001ca5;
  --primary-dark: #001165;
  --primary-lighter: #a9caff;
  --neutral: #a6a6a6;
  --neutral-light: #ccc;
  --tertiary: #a8ff00;
  --neutral-lighter: #f2f2f2;
  --secondary-dark: #9e2d0a;
  --primay-darker: #00092b;
  --secondary-darker: #49160f;
  --secondary-lighter: #ffd4cc;
  --neutral-darker: #404040;
  --neutral-dark: #666;
  --tertiary-darker: #4e5636;
  --tertiary-dark: #60a802;
  --tertiary-light: #e3ff6c;
  --tertiary-lighter: #f8ffcc;
}

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

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

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

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

.navbar-logo-left-container {
  z-index: 5;
  width: 1030px;
  max-width: 100%;
  background-color: rgba(0, 0, 0, 0);
  margin-left: auto;
  margin-right: auto;
  padding: 15px 20px;
}

.navbar-logo-left-container.shadow-three {
  z-index: 9999;
  width: auto;
  height: auto;
  max-width: none;
  background-color: var(--neutral-black);
  color: rgba(0, 0, 0, 0);
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  padding: 20px 20px 20px 24px;
  position: -webkit-sticky;
  position: sticky;
  top: 0%;
  bottom: auto;
  left: auto;
  right: auto;
}

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

.navbar-wrapper {
  width: auto;
  justify-content: space-between;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  display: flex;
  position: static;
}

.navbar-brand.w--current {
  width: 120px;
  height: auto;
  max-width: 100%;
}

.nav-menu-two {
  width: auto;
  height: auto;
  justify-content: space-between;
  align-items: center;
  margin-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-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.nav-link:hover {
  color: var(--secondary-light);
}

.nav-link:active {
  color: var(--secondary);
}

.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-link.w--current {
  color: var(--secondary);
}

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

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

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

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

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

.nav-dropdown-icon {
  color: var(--white);
  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-list.shadow-three.mobile-shadow-hide.w--open {
  background-color: var(--neutral-darkest);
}

.nav-dropdown-link {
  color: var(--white);
  margin-top: 4px;
  margin-bottom: 4px;
  padding-top: 8px;
  padding-bottom: 8px;
  font-family: Inter, sans-serif;
  font-size: 16px;
}

.nav-dropdown-link:hover {
  color: var(--secondary-light);
}

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

.nav-dropdown-link.w--current, .nav-dropdown-link.current {
  color: var(--secondary);
}

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

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

.nav-link-accent:hover {
  color: var(--secondary-light);
}

.nav-link-accent:active {
  color: var(--secondary);
}

.button-primary {
  background-color: var(--primary-light);
  color: #fff;
  letter-spacing: 0;
  text-transform: none;
  border-radius: 4px;
  margin-left: 0;
  margin-right: auto;
  padding: 12px 24px;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  text-decoration: none;
  transition: all .2s;
}

.button-primary:hover {
  background-color: var(--primary);
  color: #fff;
}

.button-primary:active {
  background-color: var(--primary-dark);
}

.list-item {
  display: block;
}

.heading {
  font-size: 24px;
}

.heading-2 {
  width: 100%;
  padding-left: 0;
  font-family: Inter, sans-serif;
  font-size: 20px;
}

.quick-stack {
  width: 99%;
  max-width: none;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex: 0 auto;
  margin-left: 0;
  margin-right: 0;
  padding-top: 56px;
  padding-left: 0;
  padding-right: 0;
}

.img_hero {
  max-width: 100%;
}

.cell {
  align-items: flex-start;
  padding-left: 0;
}

.cell-2, .cell-3, .cell-4 {
  align-items: flex-start;
}

.section_hero_alunos {
  z-index: 1;
  width: auto;
  height: 613px;
  background-color: var(--neutral-black);
  background-image: linear-gradient(to bottom, transparent 50%, var(--neutral-black)), url('../images/Treino_Aluno_CrossX1.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 50px 64px 50px 100px;
  display: flex;
  position: relative;
}

.section_somosavec {
  width: auto;
  height: 600px;
  background-image: url('../images/tringulo_tela.png');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: 36%;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  margin-top: 100px;
  margin-left: 0;
  margin-right: auto;
  padding-left: 48px;
  padding-right: 48px;
  display: flex;
}

.heading-3, .heading-4 {
  font-size: 100px;
}

.heading-5 {
  width: auto;
  color: var(--primary);
  font-family: Raleway, sans-serif;
  font-size: 100px;
  line-height: 100%;
}

.container-2 {
  width: 100%;
  max-width: none;
  flex-direction: column;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.text-block {
  width: 55%;
  font-family: Raleway, sans-serif;
  font-size: 42px;
  font-weight: 700;
  line-height: 100%;
}

.paragraph {
  width: 50%;
  margin-top: 20px;
  margin-bottom: 40px;
  font-family: Inter, sans-serif;
  font-size: 24px;
  line-height: 125%;
}

.button {
  width: auto;
  height: auto;
  border: 1px solid var(--primary);
  background-color: var(--white);
  outline-color: var(--primary);
  outline-offset: 0px;
  color: var(--primary);
  border-radius: 100px;
  outline-width: 3px;
  outline-style: none;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding: 16px 32px;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 400;
  display: inline-block;
}

.section_parceiros {
  width: auto;
  height: auto;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  margin-top: 140px;
  margin-left: 0;
  margin-right: auto;
  padding-top: 16px;
  padding-left: 48px;
  padding-right: 48px;
  display: flex;
}

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

.cell-5, .cell-6, .cell-7, .cell-8, .cell-9, .cell-10, .cell-11, .cell-12 {
  justify-content: center;
  align-items: center;
}

.text-block-2 {
  margin-bottom: 20px;
  font-family: Inter, sans-serif;
  font-size: 24px;
  font-weight: 700;
}

.slide {
  width: 100%;
  max-width: none;
  background-color: var(--white);
  border: 1px #000;
}

.container-3 {
  width: auto;
  height: 100%;
  max-width: none;
  background-color: rgba(0, 0, 0, 0);
  align-items: center;
  display: flex;
}

.slider {
  width: auto;
  height: 500px;
}

.div-block {
  width: 100%;
  height: 300px;
  background-color: var(--primary);
  justify-content: center;
  align-items: center;
  padding-left: 60px;
  padding-right: 60px;
  display: flex;
}

.div-block-2 {
  width: 300px;
  height: 400px;
  background-color: var(--primary-lighter);
  border-radius: 20px;
  margin-right: 40px;
  padding: 20px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
}

.text-block-3 {
  text-align: center;
  font-family: Raleway, sans-serif;
  font-size: 24px;
  font-weight: 700;
}

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

.div-block-3 {
  width: 56%;
  align-items: center;
  display: flex;
}

.paragraph-2 {
  font-family: Inter, sans-serif;
}

.paragraph-3 {
  color: var(--white);
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-style: italic;
}

.card_slide_parceiros {
  width: 300px;
  height: 400px;
  background-color: var(--primary-lighter);
  border-radius: 20px;
  margin-right: 40px;
  padding: 20px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
}

.depoiments_parceiros {
  width: 56%;
  align-items: center;
  display: flex;
}

.div_parceiros {
  width: 100%;
  height: 300px;
  background-color: var(--primary);
  justify-content: center;
  align-items: center;
  padding-left: 60px;
  padding-right: 60px;
  display: flex;
}

.container_slider_parceiros {
  width: auto;
  height: 100%;
  max-width: none;
  background-color: rgba(0, 0, 0, 0);
  align-items: center;
  display: flex;
}

.slide-2, .slide-3 {
  background-color: var(--white);
}

.div-block-4 {
  margin-top: 60px;
  display: flex;
}

.heading-6 {
  width: auto;
  color: var(--white);
  text-align: left;
  text-transform: uppercase;
  margin-top: 0;
  margin-right: 0;
  font-family: Oswald, sans-serif;
  font-size: 72px;
  font-weight: 700;
  line-height: 125%;
}

.text-span {
  color: var(--primary-light);
}

.section_features {
  width: auto;
  height: auto;
  background-image: url('../images/Emblema_Cheio.svg');
  background-position: 156%;
  background-repeat: no-repeat;
  background-size: auto;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: 60px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 40px;
  padding-left: 48px;
  padding-right: 48px;
  display: flex;
}

.body {
  background-color: var(--neutral-black);
}

.heading-7 {
  color: var(--white);
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 40px;
  font-family: Oswald, sans-serif;
  font-weight: 500;
  line-height: 125%;
}

.div-block-5 {
  width: 100%;
  height: auto;
  justify-content: flex-start;
  margin-top: 20px;
  display: flex;
}

.quick-stack-2 {
  grid-column-gap: 32px;
  grid-row-gap: 40px;
  margin-top: 60px;
}

.heading-8 {
  width: 100%;
  color: var(--white);
  text-align: left;
  text-transform: uppercase;
  font-family: Oswald, sans-serif;
}

.paragraph-4 {
  font-weight: 400;
}

.paragraph-5 {
  font-family: Inter, sans-serif;
  font-size: 20px;
}

.paragraph-6 {
  color: var(--white);
  text-align: center;
  text-transform: none;
  margin-bottom: 24px;
  font-family: Inter, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 125%;
}

.text-span-2 {
  font-weight: 700;
}

.cell-13 {
  justify-content: flex-start;
  align-items: center;
  display: block;
}

.button-2 {
  font-family: Inter, sans-serif;
  font-size: 16px;
}

.button-3 {
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.button-primary_2 {
  background-color: var(--white);
  color: var(--neutral-black);
  letter-spacing: 0;
  text-transform: none;
  border-radius: 4px;
  margin-left: 0;
  margin-right: auto;
  padding: 12px 24px;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  text-decoration: none;
  transition: all .2s;
}

.button-primary_2:hover {
  background-color: var(--neutral);
  color: var(--neutral-black);
}

.button-primary_2:active {
  background-color: var(--neutral-light);
}

.button-primary_2.menu {
  border: 1px solid var(--white);
  margin-right: 10px;
  padding: 8px 16px;
}

.button-primary_2.menu:hover {
  border: 1px solid var(--white);
  color: var(--white);
  background-color: rgba(0, 0, 0, 0);
}

.button-primary_2.menu.minha-conta {
  border-color: var(--white);
  color: var(--white);
  background-color: rgba(0, 0, 0, 0);
}

.button-primary_2.menu.minha-conta:hover {
  border-color: var(--white);
  background-color: var(--white);
  color: var(--neutral-black);
}

.button-primary_2.grid {
  margin-left: auto;
}

.section, .section_para_todos {
  margin-top: 100px;
}

.quick-stack-3 {
  height: 100%;
  grid-column-gap: 4px;
  margin-top: 60px;
  margin-bottom: 60px;
  padding: 0;
}

.img_categorias {
  opacity: .5;
}

.img_categorias:hover {
  opacity: 1;
}

.text-block-4 {
  z-index: 4;
  color: var(--white);
  text-align: center;
  text-transform: uppercase;
  margin: 0 auto;
  font-family: Inter, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 25px;
  position: relative;
  top: -100px;
}

.div-block-6 {
  height: 150px;
  border: 1px none var(--primary-light);
  outline-color: var(--primary-light);
  outline-offset: 0px;
  outline-width: 3px;
  outline-style: none;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  margin-top: 0;
  margin-bottom: 100px;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.text-block-5 {
  font-size: 14px;
}

.text-block-6 {
  color: var(--primary-light);
  text-align: center;
  letter-spacing: 4px;
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: Rock Salt, sans-serif;
  font-size: 13px;
}

.section_sliders_depoiments {
  height: auto;
  background-image: url('../images/BG_Depoimentos.svg'), url('../images/bg_depoimentos.png');
  background-position: 44% 26%, 100% 0;
  background-repeat: no-repeat, no-repeat;
  background-size: 700px, 400px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 60px;
  padding-top: 100px;
  display: flex;
}

.heading-9 {
  width: auto;
  color: var(--white);
  text-align: left;
  -webkit-text-stroke-width: 0px;
  -webkit-text-stroke-color: var(--primary-light);
  text-transform: uppercase;
  margin-bottom: 0;
  font-family: Oswald, sans-serif;
  font-size: 24px;
}

.text_depoiment {
  width: auto;
  height: auto;
  opacity: .38;
  color: rgba(0, 0, 0, 0);
  text-align: left;
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: var(--primary-light);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Oswald, sans-serif;
  font-size: 144px;
  line-height: 125px;
}

.div-block-7 {
  width: 826.563px;
  height: 201px;
  margin-left: 0;
}

.slider-2 {
  width: 100%;
  height: auto;
  background-color: rgba(0, 0, 0, 0);
  flex-direction: column;
  align-items: center;
  display: flex;
}

.container-4 {
  width: 100%;
  height: 100%;
  justify-content: space-between;
  display: flex;
}

.img_slide1 {
  width: 300px;
  height: 300px;
  max-width: none;
}

.div-block-8 {
  width: 50%;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.paragraph-7 {
  color: var(--white);
  margin-bottom: 20px;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 23px;
}

.div-block-9 {
  justify-content: center;
  display: flex;
}

.slide-nav {
  width: auto;
  margin-left: 550px;
  padding-top: 0;
  display: block;
  position: relative;
  top: auto;
  left: 43px;
}

.right-arrow {
  width: 32px;
  height: 40px;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: rgba(0, 0, 0, 0);
  flex: 0 auto;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  margin-left: 650px;
  display: block;
  position: relative;
  top: -48px;
}

.icon {
  justify-content: center;
  align-items: center;
  margin: 217px auto 0;
  display: flex;
}

.left-arrow {
  width: 32px;
  height: 40px;
  margin-left: 638px;
  position: relative;
  top: -16px;
  left: -43px;
}

.image-4 {
  width: auto;
  height: auto;
  max-width: none;
}

.image-5 {
  max-width: none;
}

.div-block-10 {
  align-items: center;
  margin-left: 20px;
  display: flex;
}

.footer {
  height: auto;
  margin-top: 0;
  display: flex;
}

.container-5 {
  width: 100%;
  height: 100%;
  max-width: none;
}

.quick-stack-4 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  padding: 0;
}

.div-block-11 {
  width: 100%;
  height: auto;
  flex-direction: column;
  padding: 48px 10px 48px 48px;
  display: flex;
}

.cell-14 {
  background-color: var(--white);
}

.image-6 {
  width: 50%;
}

.paragraph-8 {
  margin-top: 20px;
  font-family: Inter, sans-serif;
  font-size: 14px;
}

.quick-stack-5 {
  width: 111%;
  grid-column-gap: 3px;
  margin-top: 60px;
  padding: 0;
}

.redes_sociais {
  width: 35px;
  max-width: none;
}

.cell-15, .cell-16, .cell-17 {
  align-items: center;
}

.cell-18 {
  align-items: flex-start;
}

.cell-19 {
  background-color: var(--white);
}

.button-4 {
  color: var(--neutral-black);
  background-color: rgba(0, 0, 0, 0);
  font-family: Inter, sans-serif;
  font-size: 16px;
}

.div-block-12 {
  width: 100%;
  height: auto;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.cell-20 {
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/Hyperlocal---Site-CrossX.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
}

.button-5 {
  background-color: var(--primary-light);
}

.button-4-copy {
  color: var(--white);
  color: var(--white);
  text-indent: 0;
  background-color: rgba(0, 0, 0, 0);
  font-family: Inter, sans-serif;
  font-size: 16px;
  text-decoration: underline;
}

.div-block-12-copy {
  width: 100%;
  height: auto;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-bottom: 60px;
  display: flex;
}

.text-block-7 {
  color: var(--white);
  padding-right: 20px;
}

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

.div-block_hero {
  width: 100%;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.image-7 {
  width: 50%;
  max-width: none;
}

.heading-10 {
  width: 432px;
  height: auto;
  color: var(--white);
  text-align: left;
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Oswald, sans-serif;
  font-size: 28px;
  font-weight: 400;
  line-height: 125%;
}

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

.image-8 {
  border-radius: 4px;
  margin-right: 20px;
}

.section_text {
  margin-top: 60px;
  padding: 24px 40px;
}

.paragraph_center {
  color: var(--white);
  text-align: center;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.text-span-4 {
  color: var(--tertiary);
}

.section_exclusivo {
  flex-direction: column;
  margin-top: 60px;
  margin-bottom: 100px;
  display: flex;
}

.section_hero_home {
  width: auto;
  height: auto;
  background-color: var(--neutral-black);
  background-image: url('../images/Make_It_Happen_CrossX.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  padding: 50px 64px;
  display: block;
  position: relative;
}

.heading_hero_home {
  width: auto;
  color: var(--white);
  text-align: left;
  text-transform: uppercase;
  margin-top: 0;
  margin-right: 0;
  font-family: Oswald, sans-serif;
  font-size: 75px;
  font-weight: 700;
  line-height: 125%;
}

.arrow_hero {
  width: 100%;
  height: 50px;
  justify-content: center;
  margin-top: 40px;
  display: flex;
}

.paragraph_left {
  color: var(--white);
  text-align: left;
  overflow-wrap: normal;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.heading_left {
  color: var(--white);
  text-align: left;
  margin-top: 0;
  margin-bottom: 40px;
  font-family: Oswald, sans-serif;
  font-size: 30px;
  font-weight: 500;
}

.container-6 {
  display: flex;
}

.div_block_text {
  width: 50%;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.div_block_img {
  width: 50%;
  height: auto;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  padding: 0;
  display: flex;
}

.image-9 {
  max-width: none;
  min-width: 429px;
}

.image-10 {
  z-index: 999;
  max-width: 79%;
  margin: 40px 0;
  position: relative;
  top: 0;
}

.section_sliders_funcionalidades {
  height: 700px;
  background-image: url('../images/bg_depoimentos.png');
  background-position: 100% 0;
  background-repeat: no-repeat;
  background-size: 400px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 100px;
  display: none;
}

.section_formulario {
  height: auto;
  background-image: url('../images/Trave.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  padding-top: 100px;
  padding-bottom: 140px;
  display: flex;
}

.div_faixa {
  height: auto;
  border-style: solid;
  border-width: 2px 0;
  border-color: var(--primary-light);
  outline-color: var(--primary-light);
  outline-offset: 0px;
  outline-width: 3px;
  outline-style: none;
  justify-content: center;
  align-items: center;
  margin-top: 60px;
  margin-bottom: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.heading-11 {
  color: var(--white);
  margin-top: 0;
  font-family: Oswald, sans-serif;
  font-weight: 500;
}

.container_apps {
  height: auto;
  max-width: 1140px;
  justify-content: center;
  align-items: center;
  margin-bottom: 60px;
  padding-top: 40px;
  padding-left: 72px;
  padding-right: 40px;
  display: flex;
}

.list-item-3 {
  justify-content: center;
  display: flex;
}

.div-block-13 {
  width: 100%;
  height: 2px;
  background-color: var(--neutral-lighter);
  margin-top: 4px;
  margin-bottom: 4px;
}

.section_hero_funcionalidades {
  z-index: 1;
  width: auto;
  height: auto;
  background-color: var(--neutral-black);
  background-image: linear-gradient(rgba(0, 0, 0, 0), #000), url('../images/CrossX_Faixa_Preta_no_Digital.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 50px 64px;
  display: flex;
  position: relative;
}

.text-span-5 {
  color: var(--primary-light);
}

.img_hero_funcionalidades {
  width: 112%;
  max-width: none;
  margin-right: 20px;
}

.text-span-6 {
  color: var(--primary-light);
}

.quick-stack_beneficios {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  margin-top: 60px;
  margin-bottom: 40px;
}

.image-12 {
  width: 75%;
}

.img_beneficios {
  width: 60%;
  margin-bottom: 32px;
  margin-left: auto;
  margin-right: auto;
}

.img_beneficios.gympass {
  width: 57%;
}

.cell-21, .cell-22, .cell-23, .cell-24 {
  justify-content: flex-start;
  align-items: center;
}

.conheca_agora {
  background-color: var(--primary-light);
  color: #fff;
  letter-spacing: 0;
  text-transform: none;
  border-radius: 0;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  padding: 12px 24px;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  text-decoration: none;
  transition: all .2s;
}

.conheca_agora:hover {
  background-color: var(--secondary);
  color: #fff;
}

.conheca_agora:active {
  background-color: var(--secondary-dark);
}

.section_funcionalidades {
  margin-top: 100px;
  margin-bottom: 100px;
  padding-bottom: 60px;
  padding-left: 0;
  padding-right: 0;
}

.div_block_img_func {
  width: 50%;
  height: auto;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-image: url('../images/bgPlataforma.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 700px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  margin-right: 20px;
  padding: 0;
  display: flex;
}

.text_bg_func {
  width: auto;
  height: auto;
  opacity: 1;
  color: rgba(0, 0, 0, 0);
  text-align: center;
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: var(--primary-light);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Oswald, sans-serif;
  font-size: 108px;
  line-height: 125px;
  position: relative;
  top: 0;
}

.text_bg_func1 {
  width: auto;
  height: auto;
  opacity: 1;
  color: rgba(0, 0, 0, 0);
  text-align: center;
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: var(--primary-light);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Oswald, sans-serif;
  font-size: 104px;
  line-height: 100%;
  position: relative;
  top: 0;
}

.text-span-7 {
  color: var(--primary-light);
}

.div-block-14 {
  border-style: solid;
  border-width: 0 0 0 3px;
  border-color: black black black var(--primary-light);
  padding-left: 16px;
}

.heading-12 {
  color: var(--white);
  margin-top: 0;
  font-family: Inter, sans-serif;
}

.funcionalidades {
  width: 450px;
  border-style: solid;
  border-width: 0 0 0 3px;
  border-color: black black black var(--neutral-light);
  margin-bottom: 20px;
  padding-left: 16px;
}

.funcionalidades:hover {
  border-left-color: var(--primary-light);
}

.div-block-15 {
  margin-bottom: 10px;
  display: flex;
}

.image-13 {
  margin-right: 10px;
  display: block;
}

.container_funcionalidades {
  max-width: none;
  align-items: stretch;
  display: flex;
}

.img_mockup {
  z-index: 999;
  width: 38%;
  max-width: none;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  top: 0;
}

.image-14, .image-15, .img_grid_alunos {
  width: auto;
}

.img_grid {
  width: auto;
  height: auto;
  border-radius: 8px;
}

.paragraph-6-copy {
  color: var(--white);
  text-align: center;
  text-transform: none;
  margin-bottom: 24px;
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
}

.paragraph_grid {
  color: var(--white);
  text-align: left;
  text-transform: none;
  margin-bottom: 24px;
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
}

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

.cell-25, .cell-26, .cell-27 {
  display: block;
}

.section_hero_crossxpay {
  width: auto;
  height: auto;
  background-color: var(--neutral-black);
  background-image: url('../images/Emblema_Vazado.svg');
  background-position: -74px 0;
  background-repeat: no-repeat;
  background-size: auto;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 50px 64px;
  display: flex;
}

.img_hero_crossxpay {
  width: 220px;
  max-width: none;
  margin-top: 0;
  margin-right: 20px;
}

.text-span-9 {
  color: var(--primary-light);
}

.text-block-9 {
  color: var(--white);
  margin-bottom: 40px;
  font-family: Inter, sans-serif;
  font-size: 16px;
  line-height: 125%;
}

.div-block-16, .div-block-17, .div_grid {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.section_funcionalidades_pay {
  margin-top: 100px;
  margin-bottom: 100px;
  padding-left: 40px;
  padding-right: 40px;
}

.container_funcionalidades_pay {
  max-width: none;
  align-items: center;
  margin-top: 40px;
  display: flex;
}

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

.image_pay {
  z-index: 999;
  width: 70%;
  max-width: none;
  opacity: 1;
  margin-top: 0;
  margin-left: auto;
  margin-right: 60px;
  position: relative;
  top: 0;
}

.div_block_img_pay {
  width: 50%;
  height: auto;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  opacity: 1;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-end;
  padding: 0;
  display: flex;
}

.section_hero_campeonatos {
  width: auto;
  height: 650px;
  background-color: var(--neutral-black);
  background-image: linear-gradient(rgba(0, 0, 0, 0), #000), url('../images/CrossX_Campeonatos_1.webp');
  background-position: 0 0, 50% 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 50px 64px 50px 100px;
  display: flex;
}

.div-block_hero_campeonatos {
  width: 100%;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.section_features_campeonatos {
  width: auto;
  height: auto;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-left: 48px;
  padding-right: 48px;
  display: flex;
}

.text-span-11 {
  color: var(--primary-light);
}

.div_block_img_campeonatos {
  width: 50%;
  height: auto;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  padding: 40px 0;
  display: flex;
}

.image_campeonatos {
  z-index: 999;
  width: 39%;
  max-width: none;
  margin-top: 0;
  margin-left: auto;
  margin-right: 140px;
  position: static;
  top: 0;
}

.container_campeonatos {
  width: 100%;
  max-width: none;
  flex-direction: column;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.quick-stack_beneficios_campeonatos {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  margin-top: 20px;
  margin-bottom: 40px;
}

.section_hero_quemsomos {
  width: auto;
  height: 600px;
  background-color: var(--neutral-black);
  background-image: linear-gradient(rgba(0, 0, 0, 0), #000), url('../images/Historia_CrossX.webp');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 50px 64px 50px 100px;
  display: flex;
}

.div-block_hero_quemsomos {
  width: 100%;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.section_historia {
  width: auto;
  height: auto;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-left: 48px;
  padding-right: 48px;
  display: flex;
}

.paragraph-9 {
  font-family: Inter, sans-serif;
  font-size: 16px;
}

.paragraph-10 {
  color: var(--white);
  margin-bottom: 60px;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.container-7 {
  max-width: 700px;
}

.section_infos {
  flex-direction: column;
  align-items: center;
  margin-top: 60px;
  margin-bottom: 100px;
  display: flex;
}

.div-block-18 {
  width: 100%;
  height: 584px;
  background-image: url('../images/clientes.png');
  background-position: 0 0;
  background-size: auto;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-block-10 {
  color: var(--white);
  text-align: center;
  font-size: 25px;
  line-height: 56px;
}

.text_number {
  color: var(--white);
  text-align: center;
  font-family: Inter, sans-serif;
  font-size: 24px;
  line-height: 125%;
}

.text_caption {
  color: var(--white);
  text-align: center;
  margin-top: 10px;
  font-family: Inter, sans-serif;
  font-size: 24px;
  line-height: 25px;
}

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

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

.div_clientes {
  width: 100%;
  height: 584px;
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/3000_Clientes_no_CrossX.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div_anos {
  width: 100%;
  height: 584px;
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/7_Anos_de_CrossX.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div_alunos {
  width: 100%;
  height: 584px;
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/1Milhao_Alunos_no_CrossX.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.section_hero_faleconosco {
  width: auto;
  height: auto;
  min-height: 650px;
  background-color: var(--neutral-black);
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.div-block_hero_faleconosco {
  width: 100%;
  height: auto;
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/Formulario_CrossX.webp');
  background-position: 0 0, 0 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 60px 40px 140px;
  display: flex;
}

.div-block_hero_form {
  width: 100%;
  height: auto;
  object-fit: contain;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 40px 48px;
  display: flex;
}

.text-span-13 {
  color: var(--primary-light);
}

.paragraph-11 {
  color: var(--white);
  margin-bottom: 30px;
  font-family: Inter, sans-serif;
  font-size: 20px;
}

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

.div-block-19 {
  margin-top: 60px;
}

.link_block_social {
  margin-right: 6px;
}

.div_menu_footer {
  width: 100%;
  height: auto;
  flex-direction: column;
  padding: 48px;
  display: flex;
}

.div-block-20 {
  width: 50%;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-right: 40px;
  display: flex;
}

.container-8 {
  width: 90%;
  max-width: 980px;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  display: flex;
}

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

.button-primary_center {
  background-color: var(--primary-light);
  color: #fff;
  letter-spacing: 0;
  text-transform: none;
  border-radius: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 12px 24px;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  text-decoration: none;
  transition: all .2s;
}

.button-primary_center:hover {
  background-color: var(--secondary);
  color: #fff;
}

.button-primary_center:active {
  background-color: var(--secondary-dark);
}

.conheca_agora_left {
  background-color: var(--primary-light);
  color: #fff;
  letter-spacing: 0;
  text-transform: none;
  border-radius: 0;
  margin-top: 10px;
  margin-left: 0;
  margin-right: auto;
  padding: 12px 24px;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  text-decoration: none;
  transition: all .2s;
}

.conheca_agora_left:hover {
  background-color: var(--secondary);
  color: #fff;
}

.conheca_agora_left:active {
  background-color: var(--secondary-dark);
}

.text-span-14 {
  color: var(--tertiary);
}

.html-embed {
  width: 100%;
  margin-top: 40px;
}

.container-9 {
  width: 100%;
  max-width: 600px;
}

.heading1_form {
  color: var(--white);
  text-align: left;
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Oswald, sans-serif;
  font-size: 28px;
  font-weight: 400;
}

.heading1_form2 {
  color: var(--white);
  text-align: left;
  text-transform: uppercase;
  justify-content: flex-start;
  align-items: stretch;
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Oswald, sans-serif;
  font-size: 30px;
  font-weight: 400;
  display: block;
}

.text-span-15 {
  color: var(--primary-light);
}

.slider-3 {
  width: 80%;
  height: auto;
  background-color: rgba(0, 0, 0, 0);
  padding-top: 0;
  padding-bottom: 60px;
}

.right-arrow-2 {
  justify-content: center;
  align-items: stretch;
  padding-right: 0;
  display: flex;
}

.image-17 {
  max-width: 50%;
  margin-left: 20px;
  padding-left: 0;
}

.left-arrow-2 {
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.googletag_manager {
  margin-top: 0;
  display: none;
}

.img_slide2 {
  width: 100%;
  height: 100%;
  max-width: none;
}

.img_slide3 {
  width: 100%;
  height: 300px;
  max-width: none;
}

.container-10 {
  flex-direction: row;
  justify-content: space-between;
  display: flex;
}

.image-18 {
  width: 50%;
  max-width: none;
  position: relative;
}

.cel_hero1 {
  width: 207px;
  height: auto;
  max-width: none;
  position: relative;
}

.cel_hero2 {
  width: 235px;
  max-width: none;
  position: relative;
  left: -55px;
}

.div-block-21 {
  width: 50%;
  justify-content: center;
  align-items: center;
  margin-right: 20px;
  display: flex;
}

.section_hero_home_mobile {
  width: auto;
  height: 613px;
  background-color: var(--neutral-black);
  background-image: url('../images/Make_It_Happen_CrossX.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  margin-top: 84px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 53px;
  padding-left: 64px;
  padding-right: 64px;
  display: block;
}

.heading_hero_home_mobile {
  width: auto;
  color: var(--white);
  text-align: left;
  text-transform: uppercase;
  margin-top: 0;
  margin-right: 0;
  font-family: Oswald, sans-serif;
  font-size: 75px;
  font-weight: 700;
  line-height: 82px;
}

.img_beneficios2 {
  width: 60%;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
}

.quick-stack_beneficios_mobile {
  height: 229.844px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-start;
  margin-top: 60px;
  margin-bottom: 40px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.div_grid_mobile {
  width: 20%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.container_grid {
  max-width: 980px;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: block;
}

.div-block-20_img {
  width: 50%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-left: 20px;
  display: flex;
}

.paragraph_left-copy {
  color: var(--white);
  text-align: left;
  overflow-wrap: normal;
  margin-bottom: 40px;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.quick-stack_beneficios_mobile2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  margin-top: 60px;
  margin-bottom: 40px;
}

.div_grid_mobile_cell {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div_grid_mobile_2 {
  width: 20%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.paragraph_left_func {
  color: var(--white);
  text-align: left;
  overflow-wrap: normal;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.redes_sociais_youtube {
  width: 50px;
  max-width: none;
}

.paragraph_quem_somos {
  color: var(--white);
  margin-bottom: 60px;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.heading-13 {
  color: var(--tertiary);
}

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

.heading-13-copy {
  color: var(--tertiary);
  margin-bottom: 40px;
}

.quick-stack-6 {
  width: 100%;
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  margin-bottom: 60px;
  padding: 0;
}

.div-block-19-copy {
  margin-top: 40px;
  margin-bottom: 100px;
}

.div-block-23 {
  width: 100%;
  height: 100%;
  opacity: .5;
  background-image: url('../images/Sistema_para_Cross_Training.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.div-block-23:hover {
  opacity: 1;
  background-image: url('../images/Sistema_para_Cross_Training.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.cross_training {
 
  height: 450px;
  opacity: .5;
  background-image: url('../images/Sistema_para_Cross_Training.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.cross_training:hover {
  opacity: .5;
  background-image: url('../images/Sistema_para_Cross_Training.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.beach_tenis {
  height: 450px;
  opacity: .5;
  background-image: url('../images/Sistema_para_Beach_Tennis.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.beach_tenis:hover {
  opacity: .5;
  background-image: url('../images/Sistema_para_Beach_Tennis.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.pilates {
 
  height: 450px;
  opacity: .5;
  background-image: url('../images/Sistema_para_Estudio_Pilates.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.pilates:hover {
  opacity: .5;
  background-image: url('../images/Sistema_para_Estudio_Pilates.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.yoga {
 
  height: 450px;
  opacity: .5;
  background-image: url('../images/Sistema_para_Estudio_Yoga.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.yoga:hover {
  opacity: .5;
  background-image: url('../images/Sistema_para_Estudio_Yoga.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.lutas {
 
  height: 450px;
  opacity: .5;
  background-image: url('../images/Sistema_para_Aulas_Luta.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.lutas:hover {
  opacity: .5;
  background-image: url('../images/Sistema_para_Aulas_Luta.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.danca {
 
  height: 100%;
  opacity: .5;
  background-image: url('../images/Sistema_para_Estudio_Danca.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.danca:hover {
  opacity: .5;
  background-image: url('../images/Sistema_para_Estudio_Danca.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.cell-28 {
  justify-content: flex-start;
  align-items: flex-start;
}

.div-block_hero_pay {

  height: auto;
  -webkit-text-fill-color: inherit;
  background-image: radial-gradient(circle closest-side, rgba(255, 255, 255, .25), rgba(0, 0, 0, 0));
  background-clip: border-box;
  justify-content: center;
  margin-top: 20px;
  display: flex;
}

.paragraph_center2 {
  color: var(--white);
  text-align: left;
  overflow-wrap: normal;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.heading_campeonatos {
  width: auto;
  color: var(--white);
  text-align: left;
  text-transform: uppercase;
  margin-top: 0;
  margin-right: 0;
  font-family: Oswald, sans-serif;
  font-size: 75px;
  font-weight: 700;
  line-height: 125%;
}

.heading-10-copy {
  width: 500px;
  height: auto;
  color: var(--white);
  text-align: left;
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Oswald, sans-serif;
  font-size: 28px;
  font-weight: 400;
  line-height: 125%;
}

.div-block_hero_alunos {
  width: 100%;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.heading-10_quem-somos {
  width: 432px;
  height: auto;
  color: var(--white);
  text-align: left;
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Oswald, sans-serif;
  font-size: 28px;
  font-weight: 400;
  line-height: 125%;
}

.div-block_hero_func {
  width: 100%;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.heading_quem_somos {
  width: auto;
  height: auto;
  color: var(--white);
  text-align: left;
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Oswald, sans-serif;
  font-size: 28px;
  font-weight: 400;
  line-height: 125%;
}

.cell-32 {
  justify-content: center;
}

.section_plataforma {
  background-image: url('../images/Dashboard_CrossX_Plataformas.webp');
  background-position: 116%;
  background-repeat: no-repeat;
  background-size: contain;
  justify-content: center;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 100px;
  padding-left: 0;
  display: flex;
}

.img_plataforma {
  width: 600px;
  max-width: none;
  display: none;
}

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

.anos {
  width: 100%;
  border-style: solid;
  border-width: 0 0 0 3px;
  border-color: black black black var(--neutral-light);
  margin-bottom: 60px;
  padding-left: 16px;
}

.anos:hover {
  border-left-color: var(--primary-light);
}

.linha-do-tempo {
  width: 100%;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.paragraph_left_anos {
  color: var(--white);
  text-align: left;
  overflow-wrap: normal;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.section_features_home {
  width: auto;
  height: auto;
  background-image: url('../images/Emblema_Vazado.svg');
  background-position: -9%;
  background-repeat: no-repeat;
  background-size: 800px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 100px 48px 60px;
  display: flex;
}

.section_diferenciais {
  width: auto;
  height: auto;
  background-image: none;
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: 60px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 40px;
  padding-left: 48px;
  padding-right: 48px;
  display: flex;
}

.section_diferenciais_mobile {
  width: auto;
  height: auto;
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: 60px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 40px;
  padding-left: 48px;
  padding-right: 48px;
  display: none;
}

.slider-4 {
  display: none;
}

.div_grid_mobile_slider {
  width: 20%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.paragraph_slider_mobile {
  color: var(--white);
  text-align: center;
  text-transform: none;
  margin-bottom: 24px;
  font-family: Inter, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 125%;
}

.div_grid_direita, .div_grid_esquerda {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.div_app_store {
  width: 100%;
  height: auto;
  justify-content: flex-start;
  margin-top: 20px;
  display: flex;
}

.image-20 {
  width: 131px;
  max-width: none;
}

.div-block-slide {
  width: 48%;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

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

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

.obrigado_home {
  background-color: var(--white);
  color: var(--neutral-black);
  letter-spacing: 0;
  text-transform: none;
  border-radius: 4px;
  margin-left: 0;
  margin-right: auto;
  padding: 12px 24px;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  text-decoration: none;
  transition: all .2s;
}

.obrigado_home:hover {
  background-color: var(--neutral);
  color: var(--neutral-black);
}

.obrigado_home:active {
  background-color: var(--neutral-light);
}

.obrigado_home.menu {
  border: 1px solid var(--white);
  margin-right: 10px;
  padding: 8px 16px;
}

.obrigado_home.menu:hover {
  border: 1px solid var(--white);
  color: var(--white);
  background-color: rgba(0, 0, 0, 0);
}

.obrigado_home.menu.minha-conta {
  border-color: var(--white);
  color: var(--white);
  background-color: rgba(0, 0, 0, 0);
}

.obrigado_home.menu.minha-conta:hover {
  border-color: var(--white);
  background-color: var(--white);
  color: var(--neutral-black);
}

.obrigado_home.grid {
  margin-left: auto;
}

.obrigado_home.menu-copy {
  border: 1px solid var(--white);
  margin-right: 10px;
  padding: 8px 16px;
}

.obrigado_home.menu-copy:hover {
  border: 1px solid var(--white);
  color: var(--white);
  background-color: rgba(0, 0, 0, 0);
}

.obrigado_home.menu-copy.minha-conta {
  border-color: var(--white);
  color: var(--white);
  background-color: rgba(0, 0, 0, 0);
}

.obrigado_home.menu-copy.minha-conta:hover {
  border-color: var(--white);
  background-color: var(--white);
  color: var(--neutral-black);
}

@media screen and (min-width: 1920px) {
  .section_hero_alunos {
    height: 900px;
    justify-content: center;
    align-items: center;
    padding: 140px 100px;
  }

  .heading-6 {
    height: auto;
    margin-right: 77px;
    font-size: 120px;
    line-height: 125%;
  }

  .section_features {
    text-align: center;
    background-image: url('../images/Emblema_Cheio.svg');
    background-position: 100%;
    background-repeat: no-repeat;
    background-size: auto;
  }

  .heading-7 {
    margin-top: 60px;
    margin-bottom: 60px;
  }

  .div-block-5 {
    width: 100%;
    height: auto;
    max-width: 1440px;
  }

  .quick-stack-2 {
    max-width: 1140px;
  }

  .heading-8 {
    color: var(--white);
    font-family: Oswald, sans-serif;
    font-weight: 600;
  }

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

  .cell-13 {
    align-items: flex-start;
    display: flex;
  }

  .button-primary_2 {
    border-radius: 4px;
    margin-left: 0;
    margin-right: auto;
  }

  .quick-stack-3 {
    height: 100%;
  }

  .img_categorias {
    width: 100%;
    height: auto;
    max-width: none;
  }

  .text-block-4 {
    font-size: 32px;
    line-height: 125%;
    top: -165px;
  }

  .div-block-6 {
    height: auto;
    margin-top: 60px;
  }

  .section_sliders_depoiments {
    background-position: 45% 26%, 100% 0;
  }

  .heading-9 {
    padding-left: 0;
  }

  .text_depoiment {
    width: auto;
    text-align: left;
    padding-left: 0;
    font-style: normal;
  }

  .slider-2 {
    max-width: 1440px;
  }

  .slide-nav {
    left: 184px;
  }

  .right-arrow {
    left: 137px;
  }

  .left-arrow {
    left: 96px;
  }

  .div-block-10 {
    width: 50%;
    justify-content: center;
    align-items: center;
    margin-right: 0;
    display: flex;
  }

  .slide-4 {
    max-width: 1140px;
  }

  .div-block-11 {
    width: 100%;
    margin-bottom: 60px;
  }

  .image-6 {
    margin-bottom: 40px;
  }

  .paragraph-8 {
    font-size: 20px;
    line-height: 24px;
  }

  .redes_sociais {
    width: 60px;
    max-width: none;
  }

  .button-4 {
    font-size: 20px;
  }

  .cell-20 {
    background-position: 50%;
  }

  .button-5 {
    height: auto;
    padding: 12px 32px;
    font-size: 20px;
  }

  .text-block-7, .text-block-8 {
    font-family: Inter, sans-serif;
    font-size: 20px;
  }

  .div-block_hero {
    width: 50%;
    margin-right: 0;
  }

  .heading-10 {
    width: 600px;
    margin-bottom: 40px;
    font-size: 32px;
    line-height: 125%;
  }

  .image-8 {
    width: 100%;
    max-width: none;
    margin-right: 40px;
  }

  .section_text {
    margin-top: 60px;
  }

  .paragraph_center {
    font-size: 20px;
    line-height: 125%;
  }

  .section_exclusivo {
    margin-bottom: 100px;
  }

  .section_hero_home {
    height: 100%;
    justify-content: center;
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .heading_hero_home {
    margin-bottom: 0;
    margin-right: 0;
    font-size: 120px;
    line-height: 125%;
  }

  .arrow_hero {
    margin-top: 60px;
  }

  .paragraph_left {
    font-size: 20px;
    line-height: 125%;
  }

  .heading_left {
    margin-top: 0;
    margin-bottom: 60px;
  }

  .div_block_text {
    justify-content: flex-start;
  }

  .image-10 {
    width: 661px;
    max-width: none;
  }

  .section_formulario {
    padding-bottom: 220px;
  }

  .container_apps {
    max-width: 1140px;
    padding-left: 40px;
  }

  .image-11 {
    width: 111%;
    max-width: none;
    margin-left: 0;
  }

  .link-block-3 {
    width: auto;
    height: auto;
    margin-left: 0;
  }

  .link-block-4 {
    width: auto;
    height: auto;
    margin-right: 40px;
  }

  .section_hero_funcionalidades {
    height: 900px;
    justify-content: flex-start;
    padding-top: 53px;
  }

  .img_hero_funcionalidades {
    width: 100%;
    max-width: none;
    margin-right: 40px;
  }

  .quick-stack_beneficios {
    max-width: 1140px;
    margin-top: 0;
    margin-bottom: 100px;
  }

  .section_funcionalidades {
    margin-bottom: 100px;
    padding-left: 0;
    padding-right: 0;
  }

  .div_block_img_func {
    width: 50%;
    max-width: none;
    background-image: url('../images/bgPlataforma.svg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 900px;
    justify-content: center;
    margin-right: 60px;
  }

  .text_bg_func {
    width: auto;
    text-align: left;
    padding-left: 0;
    font-size: 150px;
    font-style: normal;
  }

  .text_bg_func1 {
    width: auto;
    text-align: center;
    padding-left: 0;
    font-size: 120px;
    font-style: normal;
  }

  .heading-12 {
    text-align: left;
  }

  .funcionalidades {
    width: 75%;
  }

  .container_funcionalidades {
    max-width: 100%;
  }

  .paragraph-6-copy {
    text-align: center;
  }

  .paragraph_grid {
    text-align: left;
  }

  .section_hero_crossxpay {
    height: auto;
    background-position: -120px 0;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .img_hero_crossxpay {
    width: 40%;
    height: auto;
    max-width: none;
    margin-right: 0;
  }

  .section_funcionalidades_pay {
    margin-bottom: 60px;
  }

  .container_funcionalidades_pay {
    max-width: 1440px;
  }

  .image_pay {
    margin-right: 40px;
  }

  .section_hero_campeonatos {
    height: 900px;
    justify-content: center;
    align-items: center;
    padding-left: 100px;
  }

  .div-block_hero_campeonatos {
    max-width: 1440px;
    margin-bottom: 40px;
    margin-right: 0;
  }

  .section_features_campeonatos {
    text-align: center;
  }

  .div_block_img_campeonatos {
    padding-right: 0;
  }

  .image_campeonatos {
    width: 35%;
    max-width: none;
  }

  .quick-stack_beneficios_campeonatos {
    max-width: 1140px;
  }

  .section_hero_quemsomos {
    height: 900px;
    background-image: linear-gradient(rgba(0, 0, 0, 0), #000), url('../images/Historia_CrossX.webp');
    background-position: 0 0, 50% 0;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    justify-content: center;
    padding-left: 100px;
  }

  .div-block_hero_quemsomos {
    max-width: 1440px;
    font-size: 48px;
  }

  .section_historia {
    text-align: center;
  }

  .div_clientes {
    background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/3000_Clientes_no_CrossX.webp');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
  }

  .div_anos {
    background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/7_Anos_de_CrossX.webp');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
  }

  .div_alunos {
    background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/1Milhao_Alunos_no_CrossX.webp');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
  }

  .section_hero_faleconosco {
    height: 958px;
  }

  .div-block_hero_faleconosco {
    margin-right: 0;
  }

  .div-block_hero_form {
    align-items: center;
    margin-right: 0;
  }

  .paragraph-11 {
    margin-bottom: 40px;
    padding-top: 0;
    font-size: 27px;
  }

  .div_menu_footer {
    width: 100%;
    margin-bottom: 60px;
  }

  .div-block-20 {
    width: 60%;
    padding-left: 0;
    padding-right: 0;
  }

  .container-8 {
    width: 100%;
    max-width: 980px;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
    display: block;
    position: static;
    left: auto;
  }

  .heading1_form {
    margin-bottom: 40px;
    font-size: 48px;
    line-height: 125%;
  }

  .heading1_form2 {
    margin-bottom: 10px;
    font-size: 80px;
    line-height: 125%;
    display: block;
  }

  .slider-3 {
    left: 0;
  }

  .right-arrow-2 {
    justify-content: flex-start;
    left: 970px;
  }

  .left-arrow-2 {
    justify-content: center;
    margin-right: 0;
    left: 200px;
  }

  .container-10 {
    max-width: 1440px;
    flex-direction: row;
    justify-content: space-between;
  }

  .cel_hero1 {
    width: 316px;
  }

  .cel_hero2 {
    width: 350px;
    height: auto;
    left: -74px;
  }

  .div-block-21 {
    justify-content: center;
    align-items: center;
  }

  .section_hero_home_mobile {
    height: 900px;
  }

  .heading_hero_home_mobile {
    margin-right: 0;
    font-size: 120px;
    line-height: 119px;
  }

  .quick-stack_beneficios_mobile {
    max-width: 1140px;
  }

  .paragraph_left-copy {
    margin-bottom: 40px;
    font-size: 20px;
    line-height: 125%;
  }

  .quick-stack_beneficios_mobile2 {
    max-width: 1140px;
  }

  .paragraph_left_func {
    font-size: 20px;
    line-height: 125%;
  }

  .redes_sociais_youtube {
    width: 79px;
    max-width: none;
  }

  .paragraph_quem_somos, .heading-13 {
    text-align: left;
  }

  .text-span-16 {
    font-family: Oswald, sans-serif;
  }

  .quick-stack-6 {
    margin-bottom: 60px;
  }

  .cross_training, .beach_tenis {
    height: 700px;
  }

  .pilates {
    width: 100%;
    height: 700px;
  }

  .yoga, .lutas {
    height: 700px;
  }

  .danca {
    width: 100%;
    height: 700px;
  }

  .div-block_hero_pay {
    width: 50%;
    height: auto;
  }

  .paragraph_center2 {
    font-size: 20px;
    line-height: 125%;
  }

  .heading_campeonatos {
    height: auto;
    margin-right: 77px;
    font-size: 120px;
    line-height: 125%;
  }

  .heading-10-copy {
    width: 600px;
    margin-bottom: 40px;
    font-size: 32px;
    line-height: 125%;
  }

  .div-block_hero_alunos {
    width: 100%;
    max-width: 1440px;
    margin-right: 0;
  }

  .container-11 {
    max-width: 1440px;
  }

  .heading-10_quem-somos {
    width: auto;
    margin-bottom: 40px;
    font-size: 48px;
    line-height: 125%;
  }

  .div-block_hero_func {
    width: 100%;
    margin-right: 0;
  }

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

  .heading_quem_somos {
    width: auto;
    margin-bottom: 40px;
    font-size: 32px;
    font-weight: 700;
    line-height: 125%;
    display: block;
  }

  .section_plataforma {
    height: 483px;
    background-position: 109%;
    flex-direction: column;
    justify-content: center;
    margin-top: 60px;
    margin-bottom: 60px;
    padding-left: 0;
    display: block;
  }

  .anos {
    width: 100%;
    margin-bottom: 60px;
  }

  .linha-do-tempo {
    justify-content: flex-start;
  }

  .paragraph_left_anos {
    font-size: 20px;
    line-height: 125%;
  }

  .section_features_home {
    text-align: center;
    background-image: url('../images/Emblema_Vazado.svg');
    background-position: 0 100%;
    background-repeat: no-repeat;
    background-size: 1000px;
  }

  .section_diferenciais, .section_diferenciais_mobile {
    text-align: center;
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
  }

  .paragraph_slider_mobile {
    text-align: center;
  }

  .div_app_store {
    width: 100%;
    height: auto;
    max-width: 1440px;
  }

  .image-20 {
    width: 155px;
  }

  .obrigado_home {
    border-radius: 4px;
    margin-left: 0;
    margin-right: auto;
  }

  .obrigado_home.menu-copy {
    object-fit: fill;
    font-size: 26px;
    line-height: 50px;
    display: block;
  }
}

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

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

  .nav-menu-two {
    grid-column-gap: 8px;
    grid-row-gap: 16px;
    background-color: var(--neutral-black);
    border-radius: 50px;
    flex-flow: column wrap;
    justify-content: space-around;
    align-items: center;
    margin-top: 0;
    padding: 20px;
    display: flex;
    box-shadow: 0 8px 50px rgba(0, 0, 0, .05);
  }

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

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

  .nav-link-accent {
    margin-left: 0;
    margin-right: 0;
  }

  .button-primary {
    margin-right: 0;
    display: block;
  }

  .menu-button {
    padding: 12px;
  }

  .menu-button.w--open {
    background-color: var(--secondary);
    color: #fff;
  }

  .list-item-2 {
    display: none;
  }

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

  .section_hero_alunos {
    height: 613px;
    background-image: linear-gradient(to bottom, transparent 44%, var(--neutral-black)), url('../images/Treino_Aluno_CrossX1.webp');
    background-position: 0 0, 72%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    align-items: flex-start;
    padding-left: 60px;
    padding-right: 24px;
  }

  .section_somosavec, .container-2, .section_parceiros {
    align-items: center;
  }

  .heading-6 {
    font-size: 48px;
  }

  .section_features {
    background-image: url('../images/Emblema_Cheio.svg');
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: auto;
    align-items: center;
    padding-left: 24px;
    padding-right: 24px;
  }

  .heading-7 {
    margin-bottom: 10px;
    font-size: 28px;
  }

  .div-block-5 {
    width: 100%;
    margin-top: 10px;
  }

  .quick-stack-2 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    padding: 0;
  }

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

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

  .text-block-4 {
    font-size: 16px;
    line-height: 24px;
  }

  .section_sliders_depoiments {
    background-position: 39% 20%, 101% 0;
    background-size: 600px, 400px;
  }

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

  .text_depoiment {
    font-size: 113px;
  }

  .div-block-7 {
    width: auto;
  }

  .container-4 {
    width: 643px;
    height: auto;
  }

  .div-block-8 {
    margin-left: 10px;
  }

  .div-block-9 {
    margin-right: 10px;
  }

  .quick-stack-4 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    padding: 0;
  }

  .button-4, .button-4.w--current {
    font-size: 14px;
  }

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

  .text-block-7 {
    margin-bottom: 20px;
    padding-right: 0;
    display: flex;
  }

  .link-block {
    display: flex;
  }

  .heading-10 {
    width: 400px;
    font-size: 24px;
    line-height: 125%;
  }

  .section_text {
    margin-top: 0;
  }

  .section_hero_home {
    align-items: center;
    padding-left: 40px;
    padding-right: 40px;
    display: flex;
  }

  .heading_hero_home {
    font-size: 64px;
    line-height: 125%;
  }

  .arrow_hero {
    width: 80%;
  }

  .paragraph_left {
    margin-bottom: 0;
    font-size: 14px;
  }

  .heading_left {
    font-size: 20px;
  }

  .div_block_text {
    align-items: flex-start;
    padding-right: 40px;
  }

  .div_block_img {
    justify-content: center;
  }

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

  .container_apps {
    padding-left: 60px;
    padding-right: 24px;
  }

  .section_hero_funcionalidades {
    height: 613px;
    background-image: linear-gradient(rgba(0, 0, 0, 0), #000), url('../images/CrossX_Faixa_Preta_no_Digital.webp');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    align-items: center;
    padding: 64px 20px;
  }

  .img_hero_funcionalidades {
    width: 400px;
    margin-right: 0;
    position: relative;
    left: -24px;
  }

  .img_beneficios {
    width: auto;
    max-width: 83%;
  }

  .img_beneficios.gympass {
    width: auto;
  }

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

  .div_block_img_func {
    background-image: url('../images/plataforma_completa.svg');
    background-size: 340px;
    justify-content: center;
    padding-right: 28px;
  }

  .text_bg_func, .text_bg_func1 {
    font-size: 80px;
  }

  .heading-12 {
    width: 350px;
    font-size: 20px;
  }

  .funcionalidades {
    width: 350px;
  }

  .container_funcionalidades {
    margin-top: 40px;
  }

  .img_mockup {
    width: 46%;
    margin-left: 0;
    margin-right: 0;
  }

  .paragraph_grid {
    font-size: 16px;
  }

  .section_hero_crossxpay {
    height: auto;
    background-position: -49px 0;
    align-items: center;
    padding: 50px 24px;
  }

  .img_hero_crossxpay {
    width: 40%;
  }

  .section_funcionalidades_pay {
    margin-top: 60px;
  }

  .section_hero_campeonatos {
    height: 613px;
    background-image: linear-gradient(rgba(0, 0, 0, 0), #000), url('../images/CrossX_Campeonatos.webp');
    background-position: 0 0, 50% 0;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    align-items: center;
    padding-left: 60px;
  }

  .div-block_hero_campeonatos {
    margin-top: 64px;
    margin-bottom: 20px;
  }

  .section_features_campeonatos {
    align-items: center;
  }

  .div_block_img_campeonatos {
    padding-top: 0;
    padding-bottom: 0;
  }

  .image_campeonatos {
    width: 50%;
    max-width: 87%;
    margin-right: 100px;
  }

  .section_hero_quemsomos {
    height: 613px;
    align-items: center;
    padding-bottom: 20px;
  }

  .section_historia {
    align-items: center;
  }

  .section_hero_faleconosco {
    align-items: stretch;
  }

  .div-block_hero_faleconosco {
    height: auto;
    background-position: 50%;
  }

  .paragraph-11 {
    margin-bottom: 20px;
    font-size: 14px;
  }

  .div-block-19 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    align-content: center;
    justify-content: center;
    align-items: center;
    justify-items: center;
    display: flex;
  }

  .link_block_social {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-right: 5px;
    padding-bottom: 0;
    display: flex;
  }

  .div_menu_footer {
    padding-left: 20px;
  }

  .div-block-20 {
    justify-content: center;
    align-items: flex-start;
    padding-right: 20px;
  }

  .container-8 {
    justify-content: flex-start;
    padding-left: 16px;
    padding-right: 16px;
  }

  .heading1_form {
    line-height: 36px;
  }

  .heading1_form2 {
    margin-bottom: 5px;
    font-size: 30px;
  }

  .slider-3 {
    width: 100%;
  }

  .right-arrow-2 {
    justify-content: flex-start;
  }

  .container-10 {
    width: 100%;
    max-width: none;
    align-items: center;
    margin-left: 0;
    margin-right: 0;
  }

  .cel_hero1 {
    width: 178px;
    height: auto;
    left: 20px;
  }

  .cel_hero2 {
    width: 200px;
    height: auto;
    left: -36px;
  }

  .div-block-21 {
    margin-right: 0;
  }

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

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

  .bold-text-3 {
    font-size: 20px;
  }

  .mask {
    width: 100%;
    height: auto;
    margin-left: 0;
    margin-right: 0;
  }

  .section_hero_home_mobile {
    background-image: url('../images/Make_It_Happen_CrossX.svg');
    align-items: center;
    display: block;
  }

  .heading_hero_home_mobile {
    font-size: 64px;
    line-height: 75px;
  }

  .img_beneficios2 {
    width: 121px;
  }

  .quick-stack_beneficios_mobile {
    width: 100%;
    height: auto;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    align-items: center;
    justify-items: center;
    display: grid;
  }

  .div_grid_mobile {
    width: 50%;
  }

  .container_grid {
    width: 100%;
    max-width: none;
    display: block;
  }

  .div-block-20_img {
    width: 50%;
    align-items: center;
  }

  .paragraph_left-copy {
    margin-bottom: 20px;
    font-size: 14px;
  }

  .div_grid_mobile_2 {
    width: 50%;
  }

  .paragraph_left_func {
    width: 350px;
    margin-bottom: 0;
    font-size: 14px;
  }

  .quick-stack-6 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    padding: 0;
  }

  .div-block-19-copy {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    align-content: center;
    justify-content: center;
    align-items: center;
    justify-items: center;
    display: flex;
  }

  .cross_training, .beach_tenis, .pilates, .yoga, .lutas {
    height: 400px;
  }

  .danca {
    height: 400px;
    background-position: 50%;
  }

  .div-block_hero_pay {
    width: 100%;
    margin-top: 10px;
  }

  .paragraph_center2 {
    margin-bottom: 0;
    font-size: 14px;
  }

  .heading_campeonatos {
    font-size: 48px;
  }

  .heading-10-copy, .heading-10_quem-somos {
    width: 400px;
    font-size: 24px;
    line-height: 125%;
  }

  .heading_quem_somos {
    width: 100%;
    font-size: 24px;
    line-height: 125%;
  }

  .slide-5 {
    width: 100%;
  }

  .section_plataforma {
    background-image: url('../images/Dashboard_CrossX_Plataformas.webp');
    background-position: 136%;
    background-repeat: no-repeat;
    background-size: 500px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .img_plataforma {
    width: 337px;
    display: none;
  }

  .anos {
    width: 100%;
  }

  .linha-do-tempo {
    align-items: flex-start;
  }

  .paragraph_left_anos {
    width: 100%;
    margin-bottom: 0;
    font-size: 14px;
  }

  .section_features_home {
    background-image: url('../images/Emblema_Vazado.svg');
    background-repeat: no-repeat;
    background-size: auto;
    align-items: center;
    padding-left: 24px;
    padding-right: 24px;
  }

  .section_diferenciais, .section_diferenciais_mobile {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
    align-items: center;
    padding-left: 24px;
    padding-right: 24px;
  }

  .slider-4 {
    display: none;
  }

  .paragraph_slider_mobile {
    font-size: 14px;
  }

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

  .div-block-slide {
    margin-left: 10px;
  }
}

@media screen and (max-width: 767px) {
  .navbar-logo-left-container {
    max-width: 100%;
  }

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

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

  .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 rgba(0, 0, 0, .05);
  }

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

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

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

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

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

  .section_hero_alunos {
    background-image: linear-gradient(to bottom, transparent, var(--neutral-black)), url('../images/Treino_Aluno_CrossX1.webp');
    background-position: 0 0, 100% 0;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    justify-content: flex-end;
    padding-bottom: 60px;
  }

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

  .section_features {
    background-image: url('../images/Emblema_Cheio.svg');
    background-position: 100% 0;
    background-repeat: no-repeat;
    background-size: auto;
    margin-top: 20px;
    padding-top: 20px;
  }

  .heading-7 {
    padding-left: 0;
    font-size: 24px;
    line-height: 32px;
  }

  .div-block-5 {
    width: 100%;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
  }

  .quick-stack-2 {
    margin-bottom: 40px;
  }

  .button-primary_2 {
    margin-left: auto;
    margin-right: auto;
  }

  .quick-stack-3 {
    margin-bottom: 10px;
  }

  .div-block-6 {
    margin-top: 0;
  }

  .section_sliders_depoiments {
    background-position: 50% 14%, 101% 0;
    background-size: 400px, 400px;
    padding-top: 40px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .text_depoiment {
    text-align: center;
    font-size: 89px;
  }

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

  .container-4 {
    width: auto;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-left: 64px;
    padding-right: 64px;
  }

  .div-block-8 {
    width: 100%;
    align-items: flex-start;
    margin-top: 40px;
  }

  .div-block-10 {
    width: 100%;
    justify-content: center;
    margin-left: 0;
  }

  .container-5 {
    flex-direction: column;
    display: flex;
  }

  .div-block-11 {
    padding-bottom: 24px;
    padding-right: 48px;
  }

  .image-6 {
    width: 35%;
  }

  .div-block-12 {
    margin-bottom: 60px;
  }

  .cell-20 {
    background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/Hyperlocal---Site-CrossX.webp');
    background-position: 0 0, 0 0;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .div-block-12-copy {
    margin-top: 60px;
    margin-bottom: 20px;
  }

  .div-block_hero {
    align-items: center;
    padding-top: 60px;
  }

  .heading-10 {
    text-align: center;
    margin-top: 0;
  }

  .section_text {
    margin-top: 60px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .section_exclusivo {
    margin-top: 0;
  }

  .section_hero_home {
    height: auto;
    margin-left: auto;
    margin-right: auto;
    padding-left: 24px;
    padding-right: 24px;
    display: flex;
  }

  .heading_hero_home {
    text-align: center;
    font-size: 48px;
    line-height: 125%;
  }

  .paragraph_left {
    width: 100%;
    text-align: left;
    margin-bottom: 0;
  }

  .heading_left {
    text-align: center;
  }

  .div_block_text {
    width: 100%;
    align-items: center;
    margin-top: 40px;
    padding-top: 3px;
    padding-left: 40px;
  }

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

  .container_apps {
    flex-direction: column-reverse;
    padding-left: 24px;
  }

  .section_hero_funcionalidades {
    height: auto;
    background-image: linear-gradient(rgba(0, 0, 0, 0), #000), url('../images/CrossX_Faixa_Preta_no_Digital.webp');
    background-position: 0 0, 24%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    flex-direction: column;
    padding-top: 0;
    padding-bottom: 40px;
  }

  .img_hero_funcionalidades {
    left: 0;
  }

  .img_beneficios {
    width: 26%;
  }

  .section_funcionalidades {
    margin-top: 0;
  }

  .div_block_img_func {
    width: 100%;
    height: auto;
    background-image: url('../images/plataforma_completa.svg');
    background-position: 50% 0;
    background-size: cover;
    margin-top: 0;
    padding-top: 100px;
    padding-bottom: 100px;
    padding-right: 0;
  }

  .text_bg_func {
    margin-top: 57px;
  }

  .text_bg_func1 {
    margin-bottom: 104px;
    position: static;
  }

  .funcionalidades {
    width: 100%;
  }

  .div-block-15 {
    align-items: center;
  }

  .container_funcionalidades {
    height: auto;
    flex-direction: column;
    align-items: center;
  }

  .img_mockup {
    width: 58%;
    max-width: 100%;
  }

  .paragraph_grid {
    line-height: 20px;
  }

  .section_hero_crossxpay {
    height: auto;
    background-position: -69px 0;
    flex-direction: column;
  }

  .img_hero_crossxpay {
    width: 35%;
    margin-top: 0;
    margin-right: 0;
  }

  .container_funcionalidades_pay {
    flex-direction: column;
  }

  .image_pay {
    width: 50%;
    max-width: none;
    min-width: 0;
    margin-left: auto;
    margin-right: auto;
  }

  .div_block_img_pay {
    width: 100%;
    align-items: center;
    padding-right: 0;
  }

  .section_hero_campeonatos {
    height: 613px;
    background-image: linear-gradient(to bottom, transparent, var(--neutral-black)), url('../images/CrossX_Campeonatos_1.webp');
    background-position: 0 0, 50% 100%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    padding-left: 24px;
    padding-right: 24px;
  }

  .div-block_hero_campeonatos {
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
  }

  .section_features_campeonatos {
    padding-left: 24px;
    padding-right: 24px;
  }

  .div_block_img_campeonatos {
    padding-right: 0;
  }

  .section_hero_quemsomos {
    align-items: flex-end;
    padding-bottom: 100px;
    padding-left: 64px;
  }

  .div-block_hero_quemsomos {
    align-items: center;
  }

  .div_clientes, .div_anos, .div_alunos {
    padding-left: 8px;
    padding-right: 8px;
  }

  .section_hero_faleconosco {
    flex-direction: column;
  }

  .div-block_hero_faleconosco {
    height: 400px;
    justify-content: flex-end;
    align-items: center;
  }

  .div-block_hero_form {
    padding-top: 0;
  }

  .paragraph-11 {
    margin-bottom: 19px;
  }

  .div-block-19 {
    justify-content: flex-start;
    align-items: center;
    margin-top: 20px;
    display: flex;
  }

  .link_block_social {
    margin-right: 10px;
    padding-bottom: 0;
  }

  .div_menu_footer {
    padding-top: 24px;
    padding-bottom: 24px;
    padding-left: 48px;
  }

  .div-block-20 {
    width: 100%;
    align-items: center;
    margin-top: 40px;
    padding-right: 0;
  }

  .container-8 {
    flex-direction: column-reverse;
    align-items: center;
    margin-top: 20px;
    padding-left: 64px;
    padding-right: 64px;
  }

  .container-9 {
    margin-left: 0;
    margin-right: 0;
    padding-left: 24px;
    padding-right: 24px;
  }

  .heading1_form {
    text-align: center;
    font-size: 20px;
    line-height: 28px;
  }

  .heading1_form2 {
    margin-bottom: 5px;
  }

  .slider-3 {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .img_slide2 {
    width: 75%;
    height: 100%;
  }

  .img_slide3 {
    width: 100%;
    height: auto;
  }

  .container-10 {
    flex-direction: column;
  }

  .cel_hero1 {
    right: -20px;
  }

  .cel_hero2 {
    left: -25px;
  }

  .div-block-21 {
    width: 100%;
    justify-content: center;
    margin-bottom: 40px;
    margin-right: 0;
  }

  .bold-text-2 {
    font-size: 24px;
    line-height: 30px;
  }

  .bold-text-4 {
    padding-left: 24px;
    padding-right: 24px;
    font-size: 24px;
  }

  .section_hero_home_mobile {
    height: auto;
    background-image: url('../images/Make_It_Happen_CrossX.svg');
    margin-left: 0;
    margin-right: 0;
    padding-left: 24px;
    padding-right: 24px;
    display: flex;
  }

  .heading_hero_home_mobile {
    text-align: center;
    font-size: 56px;
    line-height: 125%;
  }

  .img_beneficios2 {
    width: 80%;
  }

  .quick-stack_beneficios_mobile {
    width: 100%;
    height: auto;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: start;
    justify-items: center;
    margin-top: 10px;
    margin-bottom: 10px;
    display: none;
  }

  .div-block-22 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .div_grid_mobile {
    width: 100%;
    justify-content: flex-start;
  }

  .container_grid {
    flex-direction: column;
    align-items: center;
    margin-top: 20px;
    margin-bottom: 20px;
    display: none;
  }

  .div-block-20_img {
    width: 100%;
  }

  .paragraph_left-copy {
    text-align: center;
    margin-bottom: 40px;
  }

  .quick-stack_beneficios_mobile2 {
    width: 66%;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: flex-start;
    justify-items: center;
    margin-top: 10px;
    margin-bottom: 10px;
    display: flex;
  }

  .div_grid_mobile_cell {
    width: 100%;
  }

  .div_grid_mobile_2 {
    width: 100%;
    justify-content: flex-start;
  }

  .paragraph_left_func {
    text-align: left;
    margin-bottom: 0;
  }

  .bold-text-5 {
    text-align: left;
  }

  .quick-stack-6 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    padding: 0;
  }

  .div-block-19-copy {
    justify-content: flex-start;
    align-items: center;
    margin-top: 20px;
    display: flex;
  }

  .cross_training, .beach_tenis, .pilates, .yoga, .lutas, .danca {
    height: 300px;
  }

  .div-block_hero_pay {
    width: 100%;
    justify-content: center;
    align-items: center;
    margin-top: 0;
  }

  .paragraph_center2 {
    width: 100%;
    text-align: center;
    margin-bottom: 0;
  }

  .heading_campeonatos {
    text-align: center;
  }

  .heading-10-copy {
    text-align: center;
    margin-top: 0;
  }

  .div-block_hero_alunos {
    align-items: center;
    padding-top: 60px;
  }

  .heading-10_quem-somos {
    text-align: center;
    margin-top: 0;
  }

  .div-block_hero_func {
    align-items: center;
    padding-top: 60px;
  }

  .heading_quem_somos {
    text-align: center;
    margin-top: 0;
  }

  .section_plataforma {
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    padding-top: 40px;
  }

  .img_plataforma {
    display: block;
  }

  .anos {
    width: 500px;
  }

  .linha-do-tempo {
    width: 100%;
    align-items: center;
    margin-top: 40px;
  }

  .paragraph_left_anos {
    text-align: left;
    margin-bottom: 0;
  }

  .section_features_home {
    background-image: url('../images/Emblema_Vazado.svg');
    background-position: -300px 0;
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: 20px;
    padding-top: 100px;
  }

  .section_diferenciais, .section_diferenciais_mobile {
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    margin-top: 20px;
    padding-top: 20px;
    display: block;
  }

  .slider-4 {
    height: auto;
    background-color: rgba(0, 0, 0, 0);
    margin-top: 40px;
    display: block;
  }

  .div_grid_mobile_slider {
    width: 100%;
    justify-content: flex-start;
  }

  .slide-nav-2 {
    height: auto;
    margin-top: 20px;
    padding-top: 40px;
  }

  .mask-2 {
    height: 245px;
  }

  .div_app_store {
    width: 100%;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
  }

  .div-block-slide {
    width: 100%;
    align-items: flex-start;
    margin-top: 40px;
  }

  .obrigado_home {
    margin-left: auto;
    margin-right: auto;
  }

  .obrigado_home.menu-copy {
    flex: 0 auto;
    justify-content: flex-start;
    align-items: stretch;
    margin-left: 0;
    display: flex;
  }
}

@media screen and (max-width: 479px) {
  .navbar-logo-left-container.shadow-three {
    padding-right: 24px;
  }

  .container {
    max-width: none;
  }

  .nav-menu-two {
    border-radius: 0;
    flex-direction: column;
  }

  .section_hero_alunos {
    height: 500px;
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, .24) 39%, var(--neutral-black)), url('../images/Treino_Aluno_CrossX1.webp');
    opacity: 1;
    background-position: 0 0, 89%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    justify-content: flex-end;
    padding-bottom: 64px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .heading-6 {
    text-align: center;
    font-size: 32px;
  }

  .section_features {
    background-image: url('../images/Emblema_Cheio.svg');
    background-position: 300% 0;
    background-repeat: no-repeat;
    background-size: 94%;
    padding-left: 16px;
    padding-right: 16px;
  }

  .heading-7 {
    margin-bottom: 20px;
    padding-left: 0;
    font-size: 24px;
    line-height: 34px;
  }

  .div-block-5 {
    width: auto;
  }

  .heading-8 {
    text-align: center;
    font-size: 18px;
    line-height: 125%;
  }

  .cell-13 {
    display: flex;
  }

  .button-primary_2 {
    margin-left: auto;
    margin-right: auto;
  }

  .button-primary_2.menu.minha-conta {
    margin-top: 20px;
  }

  .quick-stack-3 {
    grid-row-gap: 4px;
  }

  .text-block-4 {
    margin-bottom: -48px;
    top: -80px;
  }

  .div-block-6 {
    height: 130px;
    margin-top: 40px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .text-block-6 {
    font-size: 12px;
    line-height: 27px;
  }

  .section_sliders_depoiments {
    background-position: 50% 13%, 101% 0;
    background-size: 300px, 400px;
  }

  .heading-9 {
    font-size: 20px;
    line-height: 28px;
  }

  .text_depoiment {
    font-size: 47px;
    line-height: 125%;
  }

  .container-4 {
    padding-left: 0;
    padding-right: 0;
  }

  .img_slide1 {
    width: 80%;
    height: 100%;
  }

  .div-block-8 {
    margin-left: 0;
  }

  .paragraph-7 {
    font-size: 14px;
  }

  .div-block-10 {
    justify-content: center;
    margin-left: 0;
  }

  .div-block-11 {
    width: auto;
    padding-left: 16px;
    padding-right: 16px;
  }

  .button-4.w--current {
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
  }

  .cell-20 {
    background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/Hyperlocal---Site-CrossX.webp');
    background-position: 0 0, 50%;
  }

  .div-block_hero {
    justify-content: center;
    padding-bottom: 40px;
  }

  .heading-10 {
    width: 100%;
    text-align: center;
    margin-top: 0;
    font-size: 16px;
  }

  .section_text {
    margin-top: 20px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .paragraph_center {
    font-size: 14px;
  }

  .section_hero_home {
    display: block;
  }

  .heading_hero_home {
    font-size: 40px;
  }

  .arrow_hero {
    width: 100%;
  }

  .div_block_text {
    align-items: center;
    padding-left: 16px;
    padding-right: 16px;
  }

  .image-10 {
    position: static;
  }

  .section_formulario {
    background-size: cover;
  }

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

  .container_apps {
    flex-direction: column-reverse;
    padding-left: 24px;
  }

  .link-block-4 {
    padding-right: 10px;
  }

  .section_hero_funcionalidades {
    background-image: linear-gradient(rgba(0, 0, 0, 0), #000), url('../images/CrossX_Faixa_Preta_no_Digital.webp');
    background-position: 0 0, 28%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    padding-top: 60px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .img_hero_funcionalidades, .img_beneficios {
    width: 100%;
  }

  .section_funcionalidades {
    margin-top: 60px;
    padding-left: 0;
    padding-right: 0;
  }

  .div_block_img_func {
    background-image: url('../images/plataforma_completa.svg');
    background-size: contain;
    margin-right: 0;
    padding-right: 0;
  }

  .text_bg_func {
    margin-top: 41px;
    font-size: 56px;
    position: static;
  }

  .text_bg_func1 {
    margin-top: 38px;
    margin-bottom: 104px;
    font-size: 56px;
    position: static;
  }

  .heading-12, .funcionalidades {
    width: 100%;
  }

  .img_mockup {
    width: 89%;
  }

  .paragraph_grid {
    text-align: center;
    font-size: 14px;
  }

  .section_hero_crossxpay {
    height: auto;
    background-position: 71%;
    background-size: cover;
    flex-direction: column;
    padding-top: 10px;
  }

  .img_hero_crossxpay {
    width: 50%;
    margin-top: 0;
    margin-right: 0;
    padding-left: 0;
  }

  .section_funcionalidades_pay {
    padding-left: 16px;
    padding-right: 16px;
  }

  .container_funcionalidades_pay {
    margin-top: 60px;
  }

  .image_pay {
    width: 84%;
    margin-left: 20px;
  }

  .section_hero_campeonatos {
    height: 500px;
    background-image: linear-gradient(to bottom, transparent, var(--neutral-black)), url('../images/CrossX_Campeonatos_1.webp');
    background-position: 0 0, 50% 0;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
  }

  .div-block_hero_campeonatos {
    align-items: center;
  }

  .section_features_campeonatos {
    margin-top: 40px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .div_block_img_campeonatos {
    width: 100%;
    align-items: center;
    padding-bottom: 10px;
    padding-right: 0;
  }

  .image_campeonatos {
    width: 50%;
  }

  .section_hero_quemsomos {
    height: 500px;
    padding: 53px 24px 100px 16px;
  }

  .div-block_hero_quemsomos {
    align-items: center;
  }

  .section_historia {
    padding-left: 16px;
    padding-right: 16px;
  }

  .div_clientes, .div_anos, .div_alunos {
    height: 400px;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .div-block_hero_faleconosco {
    height: 400px;
    background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/Formulario_CrossX.webp');
    background-position: 0 0, 50%;
    background-repeat: repeat, repeat;
    background-size: auto, cover;
    justify-content: flex-end;
    align-items: center;
    padding-bottom: 20px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .div-block_hero_form {
    padding-left: 24px;
    padding-right: 24px;
  }

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

  .link_block_social {
    margin-right: 10px;
  }

  .div_menu_footer {
    width: auto;
    padding-left: 24px;
    padding-right: 24px;
  }

  .div-block-20 {
    padding-right: 0;
  }

  .container-8 {
    margin-left: auto;
    margin-right: auto;
    padding-left: 16px;
    padding-right: 16px;
  }

  .heading1_form {
    text-align: center;
  }

  .heading1_form2 {
    text-align: center;
    margin-left: 16px;
    font-size: 20px;
    line-height: 28px;
  }

  .right-arrow-2, .image-17 {
    display: none;
  }

  .container-10 {
    width: auto;
  }

  .cel_hero1, .cel_hero2 {
    width: 150px;
  }

  .div-block-21 {
    align-items: center;
  }

  .bold-text-4 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .section_hero_home_mobile {
    background-image: url('../images/Make_It_Happen_CrossX.svg');
    display: flex;
  }

  .heading_hero_home_mobile {
    font-size: 40px;
  }

  .quick-stack_beneficios_mobile {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
    justify-content: center;
    align-items: start;
    justify-items: start;
    display: none;
  }

  .div_grid_mobile {
    justify-content: flex-start;
  }

  .container_grid {
    width: 100%;
    display: none;
  }

  .div-block-20_img {
    padding-left: 0;
  }

  .quick-stack_beneficios_mobile2 {
    width: 100%;
  }

  .div_grid_mobile_cell {
    justify-content: flex-start;
    display: none;
  }

  .div_grid_mobile_2 {
    width: 50%;
    justify-content: flex-start;
  }

  .paragraph_left_func {
    width: 270px;
  }

  .paragraph_quem_somos {
    text-align: center;
    font-size: 14px;
  }

  .text-span-16 {
    font-size: 24px;
  }

  .heading-13-copy {
    text-align: center;
    line-height: 125%;
  }

  .bold-text-6 {
    line-height: 100%;
  }

  .div-block_hero_pay {
    width: auto;
  }

  .paragraph_center2 {
    text-align: center;
  }

  .heading_campeonatos {
    text-align: center;
    font-size: 32px;
  }

  .heading-10-copy {
    width: 100%;
    text-align: center;
    margin-top: 0;
    font-size: 16px;
  }

  .div-block-24 {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .heading-10_quem-somos {
    width: 100%;
    text-align: center;
    margin-top: 0;
    font-size: 16px;
  }

  .image-19 {
    width: 31px;
    max-width: none;
  }

  .heading_quem_somos {
    width: 100%;
    text-align: center;
    margin-top: 0;
    font-size: 16px;
  }

  .cell-29, .cell-30, .cell-31 {
    align-items: center;
  }

  .section_plataforma {
    margin-left: auto;
    margin-right: auto;
    padding: 40px 24px 20px;
  }

  .img_plataforma, .anos {
    width: 100%;
  }

  .linha-do-tempo {
    align-items: center;
  }

  .paragraph_left_anos {
    width: 100%;
  }

  .section_features_home {
    background-image: url('../images/Emblema_Vazado.svg');
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: auto;
    padding: 100px 16px 0;
  }

  .section_diferenciais {
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    padding-left: 16px;
    padding-right: 16px;
    display: block;
  }

  .section_diferenciais_mobile {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
    padding-left: 16px;
    padding-right: 16px;
  }

  .slider-4 {
    width: 100%;
    background-color: rgba(0, 0, 0, 0);
  }

  .right-arrow-3, .left-arrow-3 {
    width: 12%;
  }

  .div_grid_mobile_slider {
    width: 50%;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
  }

  .slide-6 {
    margin-left: auto;
    margin-right: auto;
  }

  .div-block-25, .div-block_slider_mobile {
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .slide-nav-2 {
    margin-top: 0;
  }

  .mask-2 {
    height: 350px;
  }

  .div_app_store {
    width: auto;
  }

  .div-block-slide {
    margin-left: 0;
  }

  .obrigado_home {
    margin-left: auto;
    margin-right: auto;
  }

  .obrigado_home.menu.minha-conta {
    margin-top: 20px;
  }

  .obrigado_home.menu-copy {
    justify-content: center;
    align-items: flex-start;
    margin-left: 50px;
    display: flex;
  }

  .obrigado_home.menu-copy.minha-conta {
    margin-top: 20px;
  }
}

#w-node-_100595ef-f268-d80c-fdf0-73dd74ad0a4b-13761547 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_8b98c1a1-e9a8-0a64-23fa-80d2c9f3b9bd-13761547, #w-node-_3efd95a4-4018-94f6-94f2-d6db742ae151-13761547, #w-node-_76ce2ede-1ef0-518a-6a73-e5ceefd3e163-13761547, #w-node-d69cb7d2-2fcf-7b1c-ca5b-236edfee376a-13761547 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-fd2e1f1d-2e75-73e6-b783-af9eb0470ee0-13761547 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
}

#w-node-_01d4fc06-212e-1504-832b-03bc344a4a28-13761547, #w-node-_19e48153-c3f2-e4a3-f61f-5ea29b19c6ea-13761547, #w-node-b2c2496e-58f1-748b-50d1-121bb21d4158-13761547, #w-node-_5a199db9-2711-20ca-5fa1-631e1a887b59-13761547, #w-node-_81a369b6-702b-21b7-e015-3a381ba7f167-13761547, #w-node-_4949732f-4d24-1367-546d-580ced436394-13761547 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_90d5676d-1c8c-f80d-8c3c-3ef4a2899174-a2899172 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_90d5676d-1c8c-f80d-8c3c-3ef4a2899175-a2899172, #w-node-_90d5676d-1c8c-f80d-8c3c-3ef4a289918a-a2899172, #w-node-_90d5676d-1c8c-f80d-8c3c-3ef4a289919c-a2899172 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_100595ef-f268-d80c-fdf0-73dd74ad0a4b-f2f2c6b7 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_8b98c1a1-e9a8-0a64-23fa-80d2c9f3b9bd-f2f2c6b7, #w-node-_3efd95a4-4018-94f6-94f2-d6db742ae151-f2f2c6b7, #w-node-_76ce2ede-1ef0-518a-6a73-e5ceefd3e163-f2f2c6b7, #w-node-d69cb7d2-2fcf-7b1c-ca5b-236edfee376a-f2f2c6b7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_373f14d8-9fac-5a9c-5cd1-e20aebe8a6ea-34656c90 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-c1197ad9-eb77-5aa9-6554-5274edf086c8-34656c90, #w-node-d06e3661-e3da-aded-1828-327b2393e1c1-34656c90, #w-node-a902da09-fc56-2e7f-4a36-8ddfca2c0016-34656c90 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-eb2cd714-7d1c-88a5-b114-b3c15b6c642b-a2899172, #w-node-_8f91ff1d-cff5-bb44-968c-e9d91e045459-47ab57ab {
    align-self: center;
    justify-self: center;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_90d5676d-1c8c-f80d-8c3c-3ef4a2899174-a2899172 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_90d5676d-1c8c-f80d-8c3c-3ef4a2899175-a2899172, #w-node-_90d5676d-1c8c-f80d-8c3c-3ef4a289918a-a2899172, #w-node-_90d5676d-1c8c-f80d-8c3c-3ef4a289919c-a2899172 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_244d3d70-be67-067b-b838-f0211eeacc03-47ab57ab, #w-node-e2ce1483-46d5-c9b1-ec4f-4b5eab89003b-0c160263 {
    align-self: start;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_100595ef-f268-d80c-fdf0-73dd74ad0a4b-13761547 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-_8b98c1a1-e9a8-0a64-23fa-80d2c9f3b9bd-13761547, #w-node-_3efd95a4-4018-94f6-94f2-d6db742ae151-13761547, #w-node-_76ce2ede-1ef0-518a-6a73-e5ceefd3e163-13761547, #w-node-d69cb7d2-2fcf-7b1c-ca5b-236edfee376a-13761547 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-fd2e1f1d-2e75-73e6-b783-af9eb0470ee0-13761547 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
  }

  #w-node-_01d4fc06-212e-1504-832b-03bc344a4a28-13761547, #w-node-_19e48153-c3f2-e4a3-f61f-5ea29b19c6ea-13761547, #w-node-b2c2496e-58f1-748b-50d1-121bb21d4158-13761547, #w-node-_5a199db9-2711-20ca-5fa1-631e1a887b59-13761547, #w-node-_81a369b6-702b-21b7-e015-3a381ba7f167-13761547, #w-node-_4949732f-4d24-1367-546d-580ced436394-13761547 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_100595ef-f268-d80c-fdf0-73dd74ad0a4b-f2f2c6b7 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-_8b98c1a1-e9a8-0a64-23fa-80d2c9f3b9bd-f2f2c6b7, #w-node-_3efd95a4-4018-94f6-94f2-d6db742ae151-f2f2c6b7, #w-node-_76ce2ede-1ef0-518a-6a73-e5ceefd3e163-f2f2c6b7, #w-node-d69cb7d2-2fcf-7b1c-ca5b-236edfee376a-f2f2c6b7, #w-node-_6de44bd7-9a0c-262f-9d4e-81659787abc3-47ab57ab {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-fd9b6239-70d4-7014-82fd-f0c5562153c6-47ab57ab {
    align-self: start;
  }

  #w-node-_244d3d70-be67-067b-b838-f0211eeacc03-47ab57ab {
    grid-area: span 1 / span 2 / span 1 / span 2;
    align-self: start;
    justify-self: center;
  }

  #w-node-e2ce1483-46d5-c9b1-ec4f-4b5eab890028-0c160263 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-e2ce1483-46d5-c9b1-ec4f-4b5eab89002f-0c160263 {
    align-self: start;
  }

  #w-node-e2ce1483-46d5-c9b1-ec4f-4b5eab89003b-0c160263 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    align-self: start;
    justify-self: center;
  }

  #w-node-_6b8b8abe-dfc6-825d-7b99-697142bc6712-0784c7c5 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_6b8b8abe-dfc6-825d-7b99-697142bc6719-0784c7c5 {
    align-self: start;
  }

  #w-node-_373f14d8-9fac-5a9c-5cd1-e20aebe8a6ea-34656c90 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-c1197ad9-eb77-5aa9-6554-5274edf086c8-34656c90, #w-node-d06e3661-e3da-aded-1828-327b2393e1c1-34656c90, #w-node-a902da09-fc56-2e7f-4a36-8ddfca2c0016-34656c90 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


@font-face {
  font-family: 'Oswald';
  src: url('../fonts/Oswald-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Oswald';
  src: url('../fonts/Oswald-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Oswald';
  src: url('../fonts/Oswald-ExtraLight.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Oswald';
  src: url('../fonts/Oswald-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Oswald';
  src: url('../fonts/Oswald-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Oswald';
  src: url('../fonts/Oswald-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}