:root {
  --oscuro: #071b2c;
  --100: white;
  --accent-light: #fff0d1;
  --400: #dbdbdb;
  --700: #8cd600;
  --600: #2e3130;
  --300: #ebebeb;
  --principal: #8cd600;
  --accent: #8cd600;
  --brillo: #8cd60069;
  --elements-webflow-library--general--shadow-01: #14142b0f;
  --200: #f7f7f7;
  --oscuro_trans: var(--elements-webflow-library--accent--primary-1);
  --cartas: #172a46;
  --elements-webflow-library--accent--primary-1: #071b2ccf;
  --elements-webflow-library--neutral--800: #211f54;
  --textos: #bfc1ce;
  --elements-webflow-library--secondary--color-1: #281ca5;
  --elements-webflow-library--neutral--300: #eff0f6;
  --elements-webflow-library--secondary--color-2: #f2f1ff;
  --elements-webflow-library--neutral--200: #f7f7fc;
  --elements-webflow-library--neutral--400: #dcddeb;
  --flowui-component-library--gray-700: #282556;
  --flowui-component-library--gray-900: #160042;
  --flowui-component-library--white: white;
  --flowui-component-library--primary-base: #642eff;
  --flowui-component-library--primary-dark: #2d0896;
}

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

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

.w-embed-youtubevideo {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/youtube-placeholder.2b05e7d68d.svg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.w-embed-youtubevideo:empty {
  min-height: 75px;
  padding-bottom: 56.25%;
}

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

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

body {
  background-color: var(--oscuro);
  color: var(--100);
  font-family: Switzer, sans-serif;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.5;
}

h1 {
  color: var(--100);
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Switzer, sans-serif;
  font-size: 4.5rem;
  font-weight: 500;
  line-height: 1;
}

h2 {
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Switzer, sans-serif;
  font-size: 3.5rem;
  font-weight: 500;
  line-height: 1.1;
}

h3 {
  letter-spacing: -.03em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Switzer, sans-serif;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.2;
}

h4 {
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Switzer, sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.2;
}

h5 {
  letter-spacing: -.03em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Switzer, sans-serif;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.25;
}

h6 {
  letter-spacing: -.03em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Switzer, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.25;
}

p {
  opacity: .72;
  letter-spacing: -.01em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1rem;
  line-height: 1.5;
}

a {
  color: var(--100);
  letter-spacing: -.01em;
  font-weight: 500;
  text-decoration: none;
  transition: transform .25s, opacity .25s;
  display: inline-block;
}

a:hover {
  opacity: .84;
}

a:active {
  transform: scale(.98);
}

ul, ol {
  margin-top: 0;
  margin-bottom: 1.5rem;
  padding-left: 0;
}

li {
  letter-spacing: .015em;
  margin-bottom: .25rem;
  margin-left: 1.5rem;
  padding-left: 1.25rem;
}

label {
  margin-bottom: .5rem;
  font-weight: 500;
  display: block;
}

strong {
  font-weight: 500;
}

blockquote {
  background-color: var(--accent-light);
  color: var(--oscuro);
  border: .0625rem #000;
  border-radius: .75rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
  padding: 2rem;
  font-family: Switzer, sans-serif;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.5;
}

figcaption {
  color: var(--400);
  text-align: center;
  letter-spacing: .015em;
  margin-top: .75rem;
  font-size: .875rem;
}

.style-guide-block {
  margin-bottom: 2rem;
}

.form-error {
  color: var(--100);
  background-color: #fce3e3;
  border-radius: .375rem;
  margin-top: 1.5rem;
  padding: 1.5rem;
  font-weight: 600;
}

.form {
  margin-bottom: .5rem;
}

.form-radio-button, .form-checkbox {
  margin-bottom: 1rem;
  padding-left: 1.5rem;
}

.text-input {
  background-color: var(--700);
  color: var(--100);
  border: .125rem solid #0000;
  border-radius: .5rem;
  min-height: 3.5rem;
  margin-bottom: 0;
  padding: 1rem 1.25rem;
  font-size: 1rem;
  line-height: 1.5;
  transition: border .25s, background-color .25s;
}

.text-input:hover {
  background-color: var(--600);
}

.text-input:focus {
  border: .125rem solid var(--400);
}

.text-input::placeholder {
  color: var(--300);
}

.text-input.form {
  background-color: var(--principal);
  min-height: 7.5rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  line-height: 1.4em;
}

.text-input.form:hover {
  background-color: var(--700);
}

.text-input.area {
  min-height: 10.5rem;
}

.paragraph {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1rem;
  line-height: 1.5;
}

.paragraph.small {
  font-size: .875rem;
  line-height: 1.5;
}

.paragraph.extra-large {
  font-size: 1.75rem;
  line-height: 1.4;
}

.paragraph.large {
  font-size: 1.25rem;
  line-height: 1.45;
}

.radio-button {
  border-width: .1875rem;
  border-color: var(--100);
  width: 1.5rem;
  height: 1.5rem;
  margin-top: 0;
  margin-left: -1.5rem;
  margin-right: 1rem;
}

.radio-button.w--redirected-checked {
  border-width: .5rem;
  border-color: var(--accent);
}

.visible-spacer {
  background-color: var(--600);
  border-radius: .25rem;
  display: inline-block;
}

.form-dropdown {
  background-color: var(--principal);
  color: var(--300);
  border: .125rem solid #0000;
  border-radius: .75rem;
  width: 100%;
  min-height: 3.5rem;
  margin-bottom: 1rem;
  padding: 1rem 1.5rem 1rem 1.375rem;
  font-family: Inter;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  position: relative;
}

.form-dropdown:hover {
  background-color: var(--700);
}

.form-dropdown:focus-visible {
  border: .125rem solid var(--300);
}

.form-dropdown[data-wf-focus-visible] {
  border: .125rem solid var(--300);
}

.form-dropdown::placeholder {
  color: #999;
  font-size: .9375rem;
}

.rich-text {
  line-height: 1.5;
}

.rich-text h3 {
  margin-top: 4.5rem;
  margin-bottom: 1.5rem;
}

.rich-text a {
  text-decoration: underline;
}

.rich-text h1 {
  margin-top: 5.5rem;
  margin-bottom: 2.5rem;
}

.rich-text h2 {
  margin-top: 5.5rem;
  margin-bottom: 2rem;
}

.rich-text h4 {
  margin-top: 4rem;
  margin-bottom: 1.5rem;
}

.rich-text h5 {
  margin-top: 3rem;
  margin-bottom: 1.5rem;
}

.rich-text h6 {
  margin-top: 2rem;
  margin-bottom: 1rem;
}

.rich-text img {
  border-radius: .5rem;
  width: 100%;
}

.rich-text p {
  margin-bottom: 2rem;
}

.style-guide-colour-block {
  width: 12.5%;
  padding-right: 1rem;
  display: inline-block;
}

.check-box {
  border-width: .1875rem;
  border-color: var(--100);
  border-radius: .5rem;
  width: 1.5rem;
  height: 1.5rem;
  margin-top: 0;
  margin-left: -1.5rem;
  margin-right: 1rem;
}

.check-box.w--redirected-checked {
  border-color: var(--accent);
  background-color: var(--accent);
  background-position: 50%;
  background-size: 1rem;
  border-radius: .5rem;
}

.color-block {
  background-color: var(--oscuro);
  border-radius: .3125rem;
  width: 100%;
  height: 3.75rem;
  margin-bottom: .625rem;
  margin-left: 0;
  margin-right: 0;
}

.form-success {
  text-align: left;
  background-color: #ecfce3;
  border-radius: .375rem;
  padding: 1.5rem;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
}

.style-guide-colour-grid {
  flex-wrap: wrap;
  margin-top: 1.5rem;
  display: flex;
}

.field-block {
  z-index: 1;
  border: .0625rem #0000;
  flex-direction: column;
  flex: 1;
  align-items: stretch;
  min-width: 3.125rem;
  min-height: 1.25rem;
  margin-bottom: .5rem;
  display: flex;
}

.heading {
  letter-spacing: -.02em;
  font-family: Switzer, sans-serif;
  font-weight: 400;
}

.heading.medium {
  letter-spacing: -.03em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Switzer, sans-serif;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.2;
  display: block;
}

.heading.extra-small {
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Switzer, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.25;
}

.heading.small {
  letter-spacing: -.03em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Switzer, sans-serif;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.25;
}

.heading.regular {
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Switzer, sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.2;
}

.heading.extra-large {
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: .5rem;
  font-family: Switzer, sans-serif;
  font-size: 4.5rem;
  font-weight: 500;
  line-height: 1;
}

.heading.large {
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Switzer, sans-serif;
  font-size: 3.5rem;
  font-weight: 500;
  line-height: 1.1;
}

.button-secondary {
  color: var(--100);
  text-align: center;
  background-color: #ffffff14;
  border-radius: .5rem;
  flex: none;
  min-height: 3.5rem;
  padding: 1rem 1.75rem;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
  transition: transform .25s, opacity .25s;
}

.button-secondary:hover {
  opacity: .72;
}

.button-secondary:active {
  transform: scale(.98);
}

.button-secondary.small {
  border-style: none;
  border-radius: .375rem;
  min-height: 2.5rem;
  padding: .5625rem 1.25rem;
  font-size: .9375rem;
}

.button-secondary.full-width {
  width: 100%;
}

.style-guide-section-header {
  margin-bottom: 3rem;
}

.text-box {
  max-width: 43.75rem;
}

.text-box._600px {
  max-width: 37.5rem;
  min-height: 4rem;
}

.text-box._500px {
  max-width: 31.25rem;
  min-height: 4rem;
}

.text-box._400px {
  max-width: 25rem;
  min-height: 4rem;
}

.text-box._800px {
  max-width: 50rem;
  min-height: 4rem;
}

.text-box._700px {
  max-width: 43.75rem;
  min-height: 4rem;
}

.text-box._900px {
  max-width: 56.25rem;
}

.style-guide-label {
  color: var(--400);
  letter-spacing: .1em;
  text-transform: uppercase;
  white-space: nowrap;
  margin-top: 2rem;
  margin-bottom: 1rem;
  font-size: .875rem;
  font-weight: 500;
  line-height: 1.25;
}

.field-label {
  color: var(--100);
  font-size: 1rem;
  font-weight: 500;
}

.block-quote {
  background-color: var(--accent-light);
  border-radius: .75rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
  padding: 2rem;
  font-family: Switzer, sans-serif;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.5;
}

.section {
  background-color: var(--oscuro);
  border: 1px solid #071b2c;
  width: 100vw;
  height: 100vh;
  padding: 8rem 5rem;
  overflow: hidden;
}

.section.banner {
  background-color: var(--principal);
  background-color: var(--600);
  text-align: center;
  justify-content: center;
  align-items: center;
  padding-top: .75rem;
  padding-bottom: .75rem;
  font-size: .75rem;
  display: flex;
}

.section.login {
  background-color: var(--oscuro);
  align-items: center;
  height: 100vh;
  display: flex;
}

.section.is-relative {
  position: relative;
}

.text-color-light-purple {
  color: var(--accent-light);
}

.container-large {
  z-index: 0;
  width: 100%;
  max-width: 90rem;
  margin-left: auto;
  margin-right: auto;
}

.container-large.centred {
  margin-left: auto;
  margin-right: auto;
}

.grid-2-column {
  grid-column-gap: 4.5rem;
  grid-row-gap: 5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  align-items: start;
  display: grid;
}

.grid-2-column.align-baseline {
  align-items: baseline;
}

.grid-2-column.vertically-centred {
  align-items: center;
}

.nav-link {
  color: var(--400);
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  min-height: 2.5rem;
  margin-left: .125rem;
  margin-right: .125rem;
  padding: 0 .875rem;
  font-size: .9375rem;
  transition: transform .25s;
  display: flex;
}

.nav-link:hover {
  background-color: var(--principal);
  box-shadow: 0 2px 18px 0 var(--brillo);
  opacity: 1;
  color: var(--oscuro);
}

.nav-link.w--current {
  z-index: 1;
  background-color: var(--700);
  color: var(--100);
}

.nav-link.w--current:hover {
  opacity: 1;
}

.nav {
  z-index: 2;
  background-color: var(--oscuro);
  opacity: .75;
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  pointer-events: auto;
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  justify-content: space-between;
  align-items: center;
  height: 4.5rem;
  display: flex;
  position: sticky;
  top: 0;
}

.nav-menu {
  margin-right: -.25rem;
  display: flex;
}

.logo {
  margin-bottom: .25rem;
  padding-left: 0;
  display: inline-block;
  position: static;
}

.logo:hover {
  opacity: .72;
}

.nav-container {
  z-index: 0;
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  flex-flow: column;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  max-width: 100rem;
  height: 100%;
  padding-left: 5rem;
  padding-right: 5rem;
  display: flex;
  position: relative;
}

.logo-wrapper {
  grid-column-gap: 3rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

.footer-link {
  font-weight: 400;
  text-decoration: none;
}

.grid-license-images {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.grid-license-fonts {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

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

.button {
  background-color: var(--accent);
  color: var(--oscuro);
  text-align: center;
  border-radius: .5rem;
  flex: none;
  min-height: 3.5rem;
  padding: 1rem 1.75rem;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
  transition: transform .25s, opacity .25s;
}

.button:hover {
  opacity: .88;
}

.button:active {
  transform: scale(.98);
}

.button.small {
  border-radius: .5rem;
  min-height: 2.5rem;
  padding: .5625rem 1rem;
  font-size: .9375rem;
}

.button.small.hide-mobile-portrait {
  background-color: var(--principal);
}

.button.small.hide-mobile-portrait:hover {
  box-shadow: 0 2px 18px 0 var(--brillo);
}

.button.full-width {
  width: 100%;
}

.license-image {
  border: .0625rem solid #0000000f;
  border-radius: .5rem;
  width: 100%;
}

.visible-text-box {
  background-color: var(--600);
  border-radius: .375rem;
}

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

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

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

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

.social-proof-logos-wrapper {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2rem;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.social-proof-logo {
  opacity: .5;
  max-width: 6rem;
  max-height: 1.25rem;
  display: inline-flex;
}

.nav-menu-button {
  padding: 0;
}

.actions-wrapper {
  grid-column-gap: .75rem;
  display: flex;
}

.button-group {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-wrap: wrap;
  display: flex;
}

.faq-question {
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  padding: 2rem 2.25rem 2rem 2.5rem;
  display: flex;
}

.faq-accordion {
  background-color: var(--principal);
  border-style: none;
  border-width: .0625rem;
  border-radius: .75rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
}

.faq-content {
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 33.75rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.faq-wrapper {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: flex;
}

.faq-answer {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  overflow: hidden;
}

.faq-list {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  grid-template-rows: auto;
  grid-template-columns: 100%;
  grid-auto-columns: 100%;
  place-items: start stretch;
  display: grid;
}

.image-wrapper {
  border-radius: .75rem;
  width: 100%;
  overflow: hidden;
}

.text-weight-semibold {
  font-weight: 600;
}

.feature-content {
  max-width: 34rem;
}

.feature-item {
  grid-column-gap: 6rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-items: center start;
  display: grid;
}

.card-list {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: stretch start;
  display: grid;
}

.card-item {
  background-color: var(--principal);
  border-radius: .75rem;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  min-height: 100%;
  padding: 2.5rem;
  display: flex;
}

.card-item.featured {
  background-color: var(--oscuro);
  position: relative;
  overflow: hidden;
}

.card-item.login {
  z-index: 1;
  background-color: var(--oscuro);
  width: 36rem;
  margin-left: auto;
  margin-right: auto;
  padding: 3rem;
  display: flex;
  position: relative;
}

.divider-line {
  background-color: #ffffff0f;
  width: 100%;
  height: .0625rem;
}

.footer-column {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  align-items: flex-start;
  font-size: .875rem;
  font-weight: 400;
  display: flex;
}

.icon-large {
  color: var(--accent);
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  display: flex;
  position: relative;
}

.features-list {
  grid-column-gap: 3rem;
  grid-row-gap: 12.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.header-content {
  text-align: left;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 38rem;
  display: flex;
}

.testimonials-list {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: stretch stretch;
  display: grid;
}

.pricing-features-list {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 2.5rem;
  display: flex;
}

.pricing-feature {
  grid-column-gap: .75rem;
  display: flex;
}

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

.gradient-image {
  z-index: 0;
  mix-blend-mode: luminosity;
  object-fit: cover;
  background-image: linear-gradient(#000000bf, #000000bf), url('../images/Ethereal-Abstract-Art_1Ethereal Abstract Art.avif');
  background-position: 0 0, 50%;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.pricing-card-content {
  z-index: 1;
  flex-flow: column;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.cta-card-content {
  z-index: 1;
  grid-column-gap: 4rem;
  text-align: center;
  flex-flow: column;
  flex: 1;
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: relative;
}

.footer-grid {
  grid-column-gap: 2rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  align-items: start;
  width: 100%;
  display: grid;
}

.form-block {
  width: 100%;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
}

.error-message {
  color: #bf1935;
  text-align: center;
  background-color: #ffe6ea;
  border-radius: .75rem;
  max-width: 33.75rem;
  min-height: 3.5rem;
  margin-top: 1rem;
  margin-left: auto;
  margin-right: auto;
  padding: 1rem 1.25rem .9375rem;
  font-weight: 500;
}

.success-message {
  background-color: var(--accent-light);
  color: var(--accent);
  border-radius: .75rem;
  max-width: 33.75rem;
  min-height: 3.5rem;
  margin-left: auto;
  margin-right: auto;
  padding: 1rem 1.25rem;
  font-weight: 500;
}

.success-message.alternate {
  background-color: var(--oscuro);
}

.login-form {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.text-weight-regular {
  font-weight: 400;
}

.text-weight-medium {
  font-weight: 500;
}

.pricing-list {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start;
  display: grid;
}

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

.feature-image.luminosity {
  mix-blend-mode: luminosity;
}

.icon-24 {
  color: var(--accent);
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
  position: relative;
}

.hero-image {
  width: 100%;
  height: 100%;
}

.text-link {
  color: var(--brillo);
  font-size: .875rem;
}

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

.testimonial-details {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  color: var(--400);
  align-items: center;
  display: flex;
}

.testimonial-image {
  object-fit: cover;
  flex: none;
  width: 100%;
  height: 100%;
}

.testimonial-image-wrapper {
  border-radius: .5rem;
  width: 5rem;
  height: 5rem;
  position: relative;
  overflow: hidden;
}

.faq-icon {
  color: var(--accent);
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  display: flex;
  position: relative;
}

.text-block {
  color: #b81832;
}

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

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

.text-color-800 {
  color: var(--principal);
}

.text-color-900 {
  color: var(--oscuro);
}

.background-color-100 {
  background-color: var(--100);
}

.background-color-300 {
  background-color: var(--300);
}

.background-color-400 {
  background-color: var(--400);
}

.background-color-600 {
  background-color: var(--600);
}

.background-color-700 {
  background-color: var(--700);
}

.background-color-800 {
  background-color: var(--principal);
}

.background-color-900 {
  background-color: var(--oscuro);
}

.text-color-muted {
  opacity: .6;
}

.benefit-item {
  flex-direction: column;
  align-items: center;
  width: 100%;
}

.icon-medium {
  color: var(--accent);
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
  position: relative;
}

.text-gradient-overlay {
  background-image: linear-gradient(90deg, var(--100) 72%, var(--brillo));
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
}

.header-layout {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.grid-3-column {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  align-items: start;
  display: grid;
}

.container-small {
  z-index: 0;
  max-width: 48rem;
  margin-left: auto;
  margin-right: auto;
}

.pricing-card {
  background-color: var(--principal);
  border-radius: .75rem;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  height: 100%;
  padding: 2.5rem;
  display: flex;
}

.testimonials-card {
  background-color: var(--principal);
  border-radius: 1.25rem;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  min-height: 100%;
  padding: 2.5rem;
  display: flex;
}

.testimonials-content-top {
  font-weight: 400;
}

.footer-bottom {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  font-size: .875rem;
  font-weight: 400;
  display: flex;
}

.testimonial-details-text {
  grid-column-gap: .125rem;
  grid-row-gap: .125rem;
  color: var(--400);
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.testimonial-logo {
  max-width: 6rem;
  max-height: 1.25rem;
  display: inline-flex;
}

.image-grid {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: stretch stretch;
  display: grid;
}

.about-grid-image {
  aspect-ratio: 1;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.about-grid-image-wrapper {
  border-radius: .75rem;
  width: 100%;
  overflow: hidden;
}

.background-color-accent {
  background-color: var(--accent);
}

.background-color-accent-medium {
  background-color: var(--brillo);
}

.background-color-accent-light {
  background-color: var(--accent-light);
}

.spacer-4 {
  background-color: #0000;
  flex: none;
  width: .25rem;
  height: .25rem;
}

.spacer-8 {
  background-color: #0000;
  flex: none;
  width: .5rem;
  height: .5rem;
}

.spacer-16 {
  background-color: #0000;
  flex: none;
  width: 1rem;
  height: 1rem;
  display: block;
}

.spacer-24 {
  text-transform: uppercase;
  background-color: #0000;
  flex: none;
  width: 1.5rem;
  height: 1.5rem;
}

.spacer-32 {
  background-color: #0000;
  border-radius: .375rem;
  flex: none;
  width: 2rem;
  height: 2rem;
}

.spacer-40 {
  background-color: #0000;
  flex: none;
  width: 2.5rem;
  height: 2.5rem;
}

.spacer-48 {
  background-color: #0000;
  border-radius: .375rem;
  flex: none;
  width: 3rem;
  height: 3rem;
}

.spacer-64 {
  background-color: #0000;
  flex: none;
  width: 4rem;
  height: 4rem;
  display: flex;
}

.spacer-80 {
  background-color: #0000;
  flex: none;
  width: 5rem;
  height: 5rem;
}

.spacer-96 {
  background-color: #0000;
  flex: none;
  width: 6rem;
  height: 6rem;
}

.spacer-128 {
  background-color: #0000;
  flex: none;
  width: 8rem;
  height: 8rem;
}

.background-color-200 {
  background-color: var(--100);
  color: var(--200);
}

.section-2 {
  width: auto;
  height: auto;
}

.slide, .image {
  width: 100vw;
  height: 100vh;
}

.seccion_1 {
  width: 100vw;
  height: 100vh;
  overflow: visible;
}

.slider-3, .mask-3 {
  width: 100vw;
  height: 100vh;
}

.slider_1 {
  background-image: linear-gradient(0deg, #071b2c 7%, var(--oscuro_trans) 55%, var(--oscuro) 87%), url('../images/slider1.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  width: 100vw;
  height: 100vh;
}

.heading-7 {
  color: #8cd600;
  text-align: left;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
  font-family: Switzer, sans-serif;
  font-size: 60px;
  font-weight: 800;
  display: block;
  position: static;
  inset: 50% 0% auto;
}

.slider2 {
  background-image: linear-gradient(0deg, #071b2c, #fff0), url('../images/slider2.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.slider3 {
  background-image: linear-gradient(0deg, #071b2c, #fff0), url('../images/slider3.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.container {
  z-index: auto;
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 500px;
  margin: 0;
  display: flex;
  position: relative;
  inset: 30% 0 0%;
}

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

.brix---flex-horizontal-start {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

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

.brix---container-default-10 {
  max-width: 1218px;
  padding-top: 64px;
  padding-left: 0;
  padding-right: 0;
}

.brix---text-200-list-bold {
  color: #d1d3e7;
  text-align: left;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.brix---badge-secondary-small-bold {
  color: #211f54;
  text-align: center;
  background-color: #8cd600;
  border: 1px #dcddeb;
  border-radius: 40px;
  padding: 10px 22px;
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  text-decoration: none;
  display: inline-block;
  box-shadow: 0 2px 12px #14142b0f;
}

.brix---color-neutral-809 {
  color: #211f54;
}

.brix---icon-list {
  margin-right: 16px;
}

.brix---heading-h3-size {
  color: #d1d3e7;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 34px;
}

.brix---inner-container-700px-center {
  max-width: 700px;
  margin: 0 auto 60px;
}

.brix---mg-bottom-32px {
  margin-bottom: auto;
}

.brix---btn-primary-full-width {
  color: #8cd600;
  text-align: center;
  transform-style: preserve-3d;
  background-color: #fff0;
  border: 1px solid #8cd600;
  border-radius: 48px;
  justify-content: center;
  align-items: center;
  width: auto;
  max-width: none;
  margin-top: auto;
  margin-bottom: 20px;
  padding: 15px 20px;
  font-size: 18px;
  font-weight: 400;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .3s, transform .3s, color .3s;
  display: block;
}

.brix---btn-primary-full-width:hover {
  color: #071b2c;
  background-color: #8cd600;
  font-weight: 700;
  transform: translate3d(0, -3px, .01px);
  box-shadow: 0 2px 18px #8cd60069;
}

.brix---pricing-content-v2 {
  flex-flow: column;
  justify-content: flex-end;
  align-items: stretch;
  margin-top: auto;
  padding: 40px 28px 10px;
  display: flex;
}

.brix---divider-40px {
  background-color: #365177;
  height: 1px;
  margin-top: 40px;
  margin-bottom: 40px;
}

.brix---btn-primary-white-full-width {
  float: none;
  color: #071b2c;
  text-align: center;
  vertical-align: baseline;
  transform-style: preserve-3d;
  background-color: #8cd600;
  border-radius: 48px;
  justify-content: center;
  align-items: center;
  width: auto;
  max-width: 100%;
  margin: auto 0 20px;
  padding: 15px 20px;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .3s, transform .3s, color .3s;
  display: block;
  position: static;
  inset: auto 0% 0% 70%;
}

.brix---btn-primary-white-full-width:hover {
  color: #071b2c;
  background-color: #8cd600;
  transform: translate3d(0, -3px, .01px);
  box-shadow: 0 2px 18px #8cd60069;
}

.brix---color-neutral-810 {
  color: #d1d3e7;
}

.brix---paragraph-default-9 {
  color: #bfc1ce;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 25px;
}

.brix---icon-list-item-wrapper {
  align-items: center;
  display: flex;
}

.brix---3-columns-1-col-tablet {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  grid-template: "_1 _2 _3 _4"
  / 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.carta_secundaria {
  color: #d1d3e7;
  background-color: #fff0;
  border: 2px solid #172a46;
  border-radius: 24px;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  display: flex;
  box-shadow: 0 2px 7px #14142b0f;
}

.carta_secundaria:hover {
  background-color: #172a46;
  border-style: solid;
  border-color: #172a46;
}

.section-6 {
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  display: flex;
}

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

.brix---color-neutral-811 {
  color: #fff;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.brix---mg-bottom-40px-5 {
  margin-bottom: 20px;
}

.seccion4 {
  color: #071b2c;
  background-color: #071b2c;
  background-image: linear-gradient(#04111a 53%, #071b2c);
  justify-content: center;
  align-items: center;
  height: auto;
  margin-bottom: auto;
  padding-top: 0;
  padding-bottom: 20px;
  font-family: Montserrat, sans-serif;
  display: flex;
}

.brix---mg-right-8px {
  margin-right: 8px;
}

.carta_principal {
  background-color: #172a46;
  background-image: linear-gradient(0deg, #172a46, #071b2ccc);
  border: 0 #fff0;
  border-radius: 24px;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  transition: transform .2s;
  display: flex;
  position: relative;
  box-shadow: 0 2px 7px #14142b0f;
}

.carta_principal:hover {
  background-image: linear-gradient(#172a46, #193052);
  border-width: 0;
  border-color: #fff0;
  transform: translate(0, -16px);
}

.brix---heading-h1-size-8 {
  color: #8cd600;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Oswald, sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 66px;
}

.brix---mg-bottom-48px-2 {
  margin-bottom: 0;
}

.botonsecundario {
  color: #8cd600;
  text-align: center;
  background-color: #fff0;
  border: 1px solid #8cd600;
  border-radius: 48px;
  justify-content: center;
  margin-top: 20px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 20px 50px;
  font-size: 18px;
  font-weight: 400;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .3s, transform .3s, color .3s;
}

.botonsecundario:hover {
  color: #071b2c;
  background-color: #8cd600;
  font-weight: 700;
  box-shadow: 0 3px 20px #8cd60069;
}

.grid-layout {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  grid-auto-columns: 1fr;
  display: grid;
}

.grid-layout.desktop-4-column {
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.grid-layout.grid-gap-s {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
}

.utility-margin-all-0 {
  margin: 0;
}

.utility-padding-all-0 {
  padding: 0;
}

.card-body {
  padding: 2rem;
}

.utility-margin-bottom-1rem {
  margin-bottom: 1rem;
}

.divider {
  background-color: #0000001a;
  width: 100%;
  height: 1px;
}

.divider.secondary-divider {
  background-color: #0003;
}

.utility-margin-top-1rem {
  margin-top: 1rem;
}

.utility-margin-top-2rem {
  margin-top: 2rem;
}

.caption {
  display: block;
}

.background-black {
  background-color: #000;
}

.brix---card {
  border: 3px solid var(--cartas);
  background-color: var(--elements-webflow-library--general--shadow-01);
  box-shadow: 0 2px 7px 0 var(--elements-webflow-library--general--shadow-01);
  border-radius: 24px;
}

.brix---card:hover {
  background-color: var(--cartas);
}

.brix---color-accent-1 {
  color: var(--elements-webflow-library--accent--primary-1);
}

.brix---color-neutral-800 {
  color: var(--elements-webflow-library--neutral--800);
  justify-content: center;
  align-items: center;
  display: flex;
}

.brix---color-neutral-600 {
  color: var(--textos);
}

.brix---mg-bottom-8px {
  margin-bottom: 8px;
}

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

.brix---mg-bottom-32px-2 {
  margin-bottom: 32px;
}

.brix---mg-bottom-48px {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 900px;
  margin-bottom: 20px;
  display: flex;
}

.brix---display-3 {
  color: var(--principal);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 44px;
  font-weight: 700;
  line-height: 52px;
}

.brix---text-uppercase {
  letter-spacing: .1em;
  text-transform: uppercase;
}

.seccion_3 {
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 1218px;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
  overflow: visible;
}

.seccion_2 {
  color: var(--cartas);
  padding-top: 20px;
  padding-bottom: 20px;
  overflow: hidden;
}

.brix---heading-h1-size {
  color: var(--principal);
  margin-top: 0;
  margin-bottom: 16px;
  font-family: Switzer, sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 66px;
}

.texto_membresia {
  text-align: center;
  max-width: 700px;
  padding-bottom: 0;
}

.brix---subtitle {
  color: var(--principal);
  letter-spacing: .15em;
  text-transform: uppercase;
  margin-bottom: 8px;
  font-size: 22px;
  font-weight: 700;
  line-height: 20px;
}

.brix---paragraph-default {
  opacity: 100;
  text-align: center;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  line-height: 30px;
}

.brix---text-300-bold {
  color: var(--textos);
  font-size: 20px;
  font-weight: 700;
  line-height: 22px;
}

.brix---3-columns-1-col-tablet-2 {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.brix---inner-container-700px-center-2 {
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

.brix---btn-primary-full-width-2 {
  border: 1px solid var(--principal);
  background-color: var(--elements-webflow-library--general--shadow-01);
  color: var(--principal);
  text-align: center;
  transform-style: preserve-3d;
  border-radius: 48px;
  justify-content: center;
  width: 100%;
  max-width: 100%;
  padding: 26px 38px;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .3s, transform .3s, color .3s;
}

.brix---btn-primary-full-width-2:hover {
  background-color: var(--principal);
  box-shadow: 0 2px 18px 0 var(--brillo);
  color: var(--oscuro);
  transform: translate3d(0, -3px, .01px);
}

.brix---pricing-content-v5 {
  padding: 40px 28px 56px;
}

.brix---cardprincipal {
  border: 3px solid var(--cartas);
  background-color: var(--cartas);
  box-shadow: 0 2px 7px 0 var(--elements-webflow-library--general--shadow-01);
  border-radius: 24px;
}

.brix---cardprincipal:hover {
  background-color: var(--cartas);
  box-shadow: 0 2px 20px 0 var(--cartas);
}

.a-faq-arrow-3 {
  color: #fff0;
  background-color: #fff0;
  border: 1px solid #fff0;
  border-radius: 100%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
}

.a-subheading-large-3 {
  color: #8cd600;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Switzer, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.8;
}

.a-h3-heading-3 {
  color: #8cd600;
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Oswald, sans-serif;
  font-size: 30px;
  line-height: 1.2;
}

.a-container-x-small-3 {
  width: 100%;
  max-width: 840px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.a-faq-dropdown-3 {
  background-color: #fff0;
  border: 1px solid #fff0;
  padding: 24px 32px;
  transition: all .3s;
  display: block;
}

.seccion_6 {
  background-color: #071b2c;
  padding-top: 0;
  position: relative;
}

.a-paragraph-regular-4 {
  opacity: 100;
  color: var(--textos);
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  line-height: 1.8;
}

.a-section-regular-3 {
  padding: 92px 5%;
  position: relative;
}

.a-faq-grid-wrapper-3 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  margin-top: 64px;
}

.a-faq-content-3 {
  background-color: #0000;
  width: 100%;
  display: block;
  position: static;
  overflow: hidden;
}

.a-faq-content-wrapper-3 {
  width: 100%;
  max-width: 90%;
  line-height: 36px;
}

.a-title-wrap-center-large-3 {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 770px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.a-faq-title-wrapper-3 {
  white-space: normal;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-top: 4px;
  margin-bottom: 4px;
  padding-top: 4px;
  padding-bottom: 4px;
  display: flex;
}

.a-faq-toggle-3 {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 0;
  display: flex;
}

.a-faq-toggle-3:hover {
  color: #5167f6;
}

.brix---footer-list-item-horizontal {
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  font-weight: 300;
}

.brix---footer-logo {
  transform-style: preserve-3d;
  transition: transform .3s;
}

.brix---footer-logo:hover {
  transform: scale3d(.97, .97, 1.01);
}

.brix---footer-top-small {
  padding-top: 72px;
  padding-bottom: 72px;
}

.brix---social-icon-square-30px {
  background-color: #8cd600;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 30px;
  min-width: 30px;
  height: 30px;
  min-height: 30px;
  text-decoration: none;
  transition: transform .3s, background-color .3s, color .3s;
  display: flex;
}

.brix---social-icon-square-30px:hover {
  transform: scale(.92);
  box-shadow: 0 2px 18px #8cd60069;
}

.brix---footer-link {
  color: #d1d3e7;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 20px;
  text-decoration: none;
  transition: color .3s;
}

.brix---footer-link:hover {
  color: #8cd600;
}

.brix---footer-link.w--current {
  color: #d1d3e7;
  font-family: Montserrat, sans-serif;
  font-weight: 300;
}

.brix---social-media-grid-right---t-center {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: repeat(auto-fit, 36px);
  justify-content: end;
  align-self: center;
  justify-items: end;
  display: flex;
}

.brix---footer-list-wrapper-horizontal {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
  display: flex;
}

.brix---container-default-6 {
  max-width: 1218px;
  padding-left: 24px;
  padding-right: 24px;
}

.brix---grid-footer-3-cols {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: .3fr 1.75fr .25fr;
  align-items: center;
}

.footer {
  background-color: #071b2c;
  border: 1px #04111a;
}

.section-5 {
  background-image: linear-gradient(#071b2c, #071b2ccc 51%, #071b2c), url('../images/imagen_casa.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, auto;
  background-attachment: scroll, fixed;
  height: 100vh;
}

.brix---button-row-left-3 {
  margin-top: 40px;
  margin-right: 0;
  padding-left: 0;
}

.seccion2 {
  background-color: #071b2c;
  border: 0 #fff0;
  height: 100vh;
  padding-top: 60px;
  padding-bottom: 0;
  position: relative;
  overflow: hidden;
}

.text-block-9 {
  color: #8cd600;
  text-align: center;
  padding-bottom: 20px;
  font-family: Switzer, sans-serif;
  font-size: 50px;
  font-weight: 700;
  line-height: 50px;
}

.brix---paragraph-default-12 {
  opacity: 100;
  color: var(--100);
  text-align: center;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  line-height: 30px;
}

.brix---color-neutral-818 {
  color: #211f54;
  text-align: center;
}

.brix---container-default-13 {
  z-index: 2;
  border: 1px solid #fff0;
  justify-content: center;
  align-items: center;
  max-width: 100vh;
  height: 100vh;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.brix---inner-container-574px---center-5 {
  max-width: 574px;
  margin-left: auto;
  margin-right: auto;
}

.brix---color-neutral-819 {
  color: #d1d3e7;
}

.brix---container-default-3 {
  max-width: 1218px;
  padding-left: 24px;
  padding-right: 24px;
}

.brix---buttons-row-2 {
  align-items: center;
  display: flex;
}

.brix---heading-h1-size-3 {
  color: #8cd600;
  margin-top: 0;
  margin-bottom: 16px;
  font-family: Oswald, sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 120%;
}

.brix---opacity-20 {
  opacity: .2;
}

.div-block-3 {
  background-color: #fff0;
  border: 1px #365177;
  border-radius: 15px;
  margin-top: 0;
  padding: 30px;
}

.brix---floating-image-hero-v1---1 {
  z-index: -1;
  position: absolute;
  inset: auto auto -32% -41%;
}

.brix---mg-bottom-40px-2 {
  margin-bottom: 40px;
}

.brix---color-neutral-820 {
  color: #211f54;
}

.brix---paragraph-default-3 {
  color: #bfc1ce;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 300;
  line-height: 30px;
}

.brix---opacity-10 {
  opacity: .1;
}

.brix---grid-hero-v16 {
  grid-column-gap: 34px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: .9fr 1.05fr;
  grid-auto-columns: 1fr;
  align-items: center;
  margin-top: 105px;
  display: grid;
}

.seccion3 {
  background-color: #071b2c;
  background-image: linear-gradient(177deg, #071b2c, #04111a 43%);
  padding-top: 70px;
  padding-bottom: 20px;
  position: relative;
  overflow: hidden;
}

.brix---floating-image-hero-v1---2 {
  z-index: -1;
  max-width: 600px;
  position: absolute;
  inset: auto 11% 8% auto;
  transform: rotate(140deg);
}

.brix---color-neutral-821 {
  color: #d1d3e7;
}

.brix---heading-h1-size-9 {
  color: #8cd600;
  margin-top: 0;
  margin-bottom: 16px;
  font-family: Oswald, sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 120%;
}

.brix---mg-bottom-40px-6 {
  margin-bottom: 40px;
}

.brix---color-neutral-822 {
  color: #211f54;
}

.brix---paragraph-default-13 {
  color: #bfc1ce;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 300;
  line-height: 30px;
}

.brix---floating-image-hero-v1---3 {
  z-index: -1;
  max-width: 600px;
  position: absolute;
  inset: auto 11% 8% auto;
  transform: rotate(140deg);
}

.brix---color-neutral-823 {
  color: #d1d3e7;
}

.brix---heading-h1-size-10 {
  color: #8cd600;
  margin-top: 0;
  margin-bottom: 16px;
  font-family: Oswald, sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 120%;
}

.brix---floating-image-hero-v1---4 {
  z-index: -1;
  position: absolute;
  inset: auto auto -32% -41%;
}

.brix---color-neutral-824 {
  color: #d1d3e7;
}

.brix---heading-h1-size-11 {
  color: #8cd600;
  margin-top: 0;
  margin-bottom: 16px;
  font-family: Oswald, sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 120%;
}

.contenedor3 {
  z-index: -1;
  position: absolute;
  inset: auto auto -32% -41%;
}

.contenedor1 {
  max-width: 1218px;
  padding-left: 24px;
  padding-right: 24px;
}

.contenedor2 {
  z-index: -1;
  max-width: 600px;
  position: absolute;
  inset: auto 11% 8% auto;
  transform: rotate(140deg);
}

.slider_2 {
  background-image: linear-gradient(0deg, #071b2c 7%, var(--oscuro_trans) 50%, var(--oscuro) 93%), url('../images/slider2_1.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  width: 100vw;
  height: 100vh;
}

.slider_3 {
  background-image: linear-gradient(0deg, #071b2c 7%, var(--oscuro_trans) 50%, var(--oscuro) 94%), url('../images/slider3.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  width: 100vw;
  height: 100vh;
}

.slide-nav {
  color: var(--principal);
}

.brix---color-neutral-825 {
  color: var(--textos);
}

.brix---mg-bottom-40px {
  margin-bottom: 40px;
}

.brix---btn-primary {
  background-color: var(--elements-webflow-library--accent--primary-1);
  color: var(--cartas);
  text-align: center;
  transform-style: preserve-3d;
  border-radius: 48px;
  justify-content: center;
  padding: 26px 38px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .3s, transform .3s, color .3s;
}

.brix---btn-primary:hover {
  background-color: var(--elements-webflow-library--secondary--color-1);
  color: var(--cartas);
  transform: translate3d(0, -3px, .01px);
}

.brix---btn-secondary {
  border: 1px solid var(--elements-webflow-library--neutral--300);
  background-color: var(--cartas);
  color: var(--elements-webflow-library--neutral--800);
  text-align: center;
  transform-style: preserve-3d;
  border-radius: 48px;
  padding: 26px 38px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
  line-height: 20px;
  transition: border-color .3s, transform .3s, background-color .3s, color .3s;
  box-shadow: 0 4px 10px #14142b0a;
}

.brix---btn-secondary:hover {
  border-color: var(--elements-webflow-library--accent--primary-1);
  background-color: var(--elements-webflow-library--accent--primary-1);
  color: var(--cartas);
  transform: translate3d(0, -3px, .01px);
}

.brix---buttons-row {
  align-items: center;
  display: flex;
}

.brix---opacity-10-2 {
  opacity: .1;
}

.brix---opacity-20-2 {
  opacity: .2;
}

.seccion_5 {
  padding-top: 140px;
  padding-bottom: 100px;
  position: relative;
  overflow: hidden;
}

.brix---paragraph-default-14 {
  opacity: 100;
  color: var(--textos);
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  line-height: 30px;
}

.brix---grid-hero-v1 {
  grid-column-gap: 80px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.brix---button-row-left {
  margin-right: 24px;
}

.brix---floating-image-hero-v1---5 {
  z-index: -1;
  position: absolute;
  inset: auto auto -32% -41%;
}

.brix---floating-image-hero-v1---6 {
  z-index: -1;
  max-width: 600px;
  position: absolute;
  inset: auto 11% 8% auto;
  transform: rotate(140deg);
}

.brix---section-hero-top-small {
  background-color: #071b2c;
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
  overflow: hidden;
}

.brix---hamburger-menu-bar-bottom-3 {
  background-color: #211f54;
  border-radius: 20px;
  width: 52px;
  height: 4px;
  margin-top: 12px;
  margin-bottom: 12px;
}

.brix---paragraph-default-6 {
  color: #bfc1ce;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  line-height: 30px;
}

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

.f-h6-heading {
  color: #d1d3e7;
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.5;
}

.brix---hamburger-menu-wrapper-5 {
  padding: 0;
  transition: transform .3s;
}

.brix---hamburger-menu-wrapper-5:hover {
  transform: scale(.96);
}

.brix---hamburger-menu-wrapper-5.w--open {
  background-color: #0000;
}

.tab-pane-tab-4 {
  margin-top: 0;
  margin-bottom: 0;
}

.tab-link-tab-3-2 {
  color: #8cd600;
  background-color: #fff0;
  border: 1px solid #8cd600;
  border-radius: 20px;
  margin-left: 10px;
  margin-right: 10px;
}

.tab-link-tab-3-2.w--current {
  color: #071b2c;
  background-color: #8cd600;
  border: 1px solid #8cd600;
  border-radius: 20px;
  margin-left: 10px;
  margin-right: 10px;
}

.brix---header-nav-menu-list-6 {
  z-index: 1;
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
  display: flex;
}

.brix---mg-bottom-40px-4 {
  margin-bottom: 40px;
}

.tab-link-tab-4-2 {
  color: #8cd600;
  background-color: #fff0;
  border: 1px solid #8cd600;
  border-radius: 20px;
  margin-left: 10px;
  margin-right: 10px;
}

.tab-link-tab-4-2.w--current {
  color: #071b2c;
  background-color: #8cd600;
}

.tabs {
  text-align: center;
}

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

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

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

.tabs-content {
  margin-top: 60px;
  margin-bottom: 60px;
}

.brix---header-content-wrapper-5 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.brix---inner-container-574px---center-2 {
  max-width: 574px;
  margin-left: auto;
  margin-right: auto;
}

.f-button-primary-2 {
  color: #071b2c;
  letter-spacing: -.02px;
  white-space: nowrap;
  background-color: #8cd600;
  border: 0 solid #fff;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  min-height: 48px;
  padding: 12px 32px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: background-color .3s;
  display: flex;
}

.f-button-primary-2:hover {
  color: #071b2c;
  background-color: #8cd600;
  border: 1px solid #8cd600;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  box-shadow: 0 2px 18px #8cd60069;
}

.brix---container-default-7 {
  max-width: 1218px;
  padding-top: 100px;
  padding-left: 24px;
  padding-right: 24px;
}

.brix---header-nav-link-3 {
  color: #d1d3e7;
  padding: 0;
  font-size: 18px;
  font-weight: 300;
  line-height: 20px;
  transition: color .3s;
}

.brix---header-nav-link-3:hover, .brix---header-nav-link-3.w--current {
  color: #8cd600;
}

.brix---header-nav-list-item-7 {
  margin-bottom: 0;
  padding-left: 32px;
}

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

.brix---color-neutral-803 {
  color: #d1d3e7;
}

.f-testimonial-avatar-small {
  background-color: #071b2c;
  border-radius: 100px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 48px;
  min-width: 48px;
  height: 48px;
  min-height: 48px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.tab-link-tab-2 {
  color: #8cd600;
  background-color: #fff0;
  border: 1px solid #8cd600;
  border-radius: 20px;
  margin-left: 10px;
  margin-right: 10px;
}

.tab-link-tab-2.w--current {
  color: #071b2c;
  background-color: #8cd600;
}

.brix---header-logo-7 {
  max-width: 150px;
}

.brix---hamburger-menu-bar-top-3 {
  background-color: #211f54;
  border-radius: 20px;
  width: 52px;
  height: 4px;
  margin-top: 12px;
  margin-bottom: 12px;
}

.container-5 {
  background-color: #071b2c;
}

.f-testimonial-card {
  opacity: 1;
  pointer-events: auto;
  color: #160042;
  background-color: #172a46;
  border: 1px #365177;
  border-radius: 12px;
  padding: 32px;
  transition: transform .325s;
  box-shadow: 0 2px 20px 13px #00000017;
}

.f-testimonial-card:hover {
  transform: translate(0, 16px);
}

.brix---container-default-9 {
  max-width: 1218px;
  padding-left: 24px;
  padding-right: 24px;
}

.brix---heading-h1-size-6 {
  color: #8cd600;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Switzer, sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 66px;
}

.brix---header-wrapper-4 {
  background-color: #071b2c;
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
}

.f-grid-three-column {
  grid-column-gap: 62px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: .5fr .5fr;
  grid-auto-flow: row;
  padding: 20px 100px;
}

.brix---header-logo-link-5 {
  transform-style: preserve-3d;
  padding-left: 0;
  transition: transform .3s, color .3s;
}

.brix---header-logo-link-5:hover {
  transform: scale3d(.96, .96, 1.01);
}

.brix---paragraph-default-15 {
  color: #bfc1ce;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 30px;
}

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

.brix---mg-bottom-40px-7 {
  margin-bottom: 40px;
}

.brix---inner-container-574px---center-6 {
  max-width: 574px;
  margin-left: auto;
  margin-right: auto;
}

.brix---container-default-14 {
  max-width: 1218px;
  padding-top: 100px;
  padding-left: 24px;
  padding-right: 24px;
}

.brix---color-neutral-826 {
  color: #d1d3e7;
}

.brix---container-default-15 {
  max-width: 1218px;
  padding-left: 24px;
  padding-right: 24px;
}

.brix---heading-h1-size-12 {
  color: #8cd600;
  margin-top: 0;
  margin-bottom: 16px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 54px;
  font-weight: 700;
  line-height: 66px;
}

.brix---paragraph-default-16 {
  color: #bfc1ce;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 30px;
}

.section-4 {
  background-color: #071b2c;
  background-image: linear-gradient(#071b2c, #071b2ccc 60%, #071b2c 96%), url('../images/sala.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  height: 100vh;
  margin-top: 60px;
}

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

.brix---floating-image-hero-v6---4 {
  z-index: -1;
  max-width: 600px;
  position: absolute;
  inset: auto -12% 41% auto;
  transform: rotate(140deg);
}

.botonprincipal {
  color: #071b2c;
  text-align: center;
  transform-style: preserve-3d;
  background-color: #8cd600;
  border-radius: 48px;
  justify-content: center;
  margin-left: 10px;
  margin-right: 10px;
  padding: 20px 50px;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .3s, transform .3s, color .3s;
}

.botonprincipal:hover {
  color: #071b2c;
  background-color: #8cd600;
  transform: translate3d(0, -11px, .01px);
  box-shadow: 0 3px 20px #8cd60069;
}

.brix---heading-h1-size-13 {
  color: #8cd600;
  margin-top: 0;
  margin-bottom: 16px;
  font-family: Oswald, sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 66px;
}

.seccion1 {
  background-color: #071b2c;
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
  overflow: hidden;
}

.brix---button-row-left-10 {
  margin-right: 24px;
}

.brix---buttons-row-center-5 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.brix---container-default-16 {
  max-width: 1218px;
  margin-top: 60px;
  padding-left: 24px;
  padding-right: 24px;
}

.brix---color-neutral-827 {
  color: #d1d3e7;
}

.brix---color-neutral-828 {
  color: #211f54;
}

.brix---paragraph-default-17 {
  color: #bfc1ce;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 30px;
}

.section-7 {
  background-color: #071b2c;
  background-image: linear-gradient(#071b2c, #071b2ccc 60%, #071b2c 96%), url('../images/sala.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  height: 100vh;
  margin-top: 60px;
}

.seccion1-copy {
  background-color: #071b2c;
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
  overflow: hidden;
}

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

.brix---heading-h1-size-14 {
  color: #8cd600;
  margin-top: 0;
  margin-bottom: 16px;
  font-family: Oswald, sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 66px;
}

.brix---button-row-left-11 {
  margin-right: 24px;
}

.brix---container-default-17 {
  max-width: 1218px;
  margin-top: 60px;
  padding-left: 24px;
  padding-right: 24px;
}

.brix---color-neutral-829 {
  color: #211f54;
}

.brix---paragraph-default-18 {
  color: #bfc1ce;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 30px;
}

.section-8 {
  background-color: #071b2c;
  background-image: linear-gradient(#071b2c, #071b2ccc 60%, #071b2c 96%), url('../images/sala.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  height: 100vh;
  margin-top: 60px;
}

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

.brix---heading-h1-size-15 {
  color: #8cd600;
  margin-top: 0;
  margin-bottom: 16px;
  font-family: Oswald, sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 66px;
}

.brix---button-row-left-12 {
  margin-right: 24px;
}

.brix---color-neutral-830 {
  color: #211f54;
}

.brix---paragraph-default-19 {
  color: #bfc1ce;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 30px;
}

.section-9 {
  background-color: #071b2c;
  background-image: linear-gradient(#071b2c, #071b2ccc 60%, #071b2c 96%), url('../images/sala.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  height: 100vh;
  margin-top: 60px;
}

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

.brix---heading-h1-size-16 {
  color: #8cd600;
  margin-top: 0;
  margin-bottom: 16px;
  font-family: Oswald, sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 66px;
}

.brix---button-row-left-13 {
  margin-right: 24px;
}

.brix---color-neutral-831 {
  color: #211f54;
}

.brix---paragraph-default-20 {
  color: #bfc1ce;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 30px;
}

.section-10 {
  background-color: #071b2c;
  background-image: linear-gradient(#071b2c, #071b2ccc 60%, #071b2c 96%), url('../images/sala.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  height: 100vh;
  margin-top: 60px;
}

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

.brix---heading-h1-size-17 {
  color: #8cd600;
  margin-top: 0;
  margin-bottom: 16px;
  font-family: Oswald, sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 66px;
}

.brix---button-row-left-14 {
  margin-right: 24px;
}

.brix---color-neutral-832 {
  color: #211f54;
}

.brix---paragraph-default-21 {
  color: #bfc1ce;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 30px;
}

.section-11 {
  background-color: #071b2c;
  background-image: linear-gradient(#071b2c, #071b2ccc 60%, #071b2c 96%), url('../images/sala.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  height: 100vh;
  margin-top: 60px;
}

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

.texto_contenedor {
  max-width: 1218px;
  margin-top: 60px;
  padding-left: 24px;
  padding-right: 24px;
}

.brix---color-neutral-833 {
  color: #211f54;
}

.brix---paragraph-default-22 {
  color: #bfc1ce;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 30px;
}

.section-12 {
  background-color: #071b2c;
  background-image: linear-gradient(#071b2c, #071b2ccc 60%, #071b2c 96%), url('../images/sala.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  height: 100vh;
  margin-top: 60px;
}

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

.texto {
  text-align: center;
}

.titulo {
  color: #211f54;
}

.textos {
  margin-bottom: 40px;
}

.brix---paragraph-default-23 {
  color: #bfc1ce;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 30px;
}

.section-13 {
  background-color: #071b2c;
  background-image: linear-gradient(#071b2c, #071b2ccc 60%, #071b2c 96%), url('../images/sala.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  height: 100vh;
  margin-top: 60px;
}

.brix---paragraph-default-24 {
  color: #bfc1ce;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 30px;
}

.section-14 {
  background-color: #071b2c;
  background-image: linear-gradient(#071b2c, #071b2ccc 60%, #071b2c 96%), url('../images/sala.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  height: 100vh;
  margin-top: 60px;
}

.brix---paragraph-default-25 {
  color: #bfc1ce;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 30px;
}

.section-15 {
  background-color: #071b2c;
  background-image: linear-gradient(#071b2c, #071b2ccc 60%, #071b2c 96%), url('../images/sala.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  height: 100vh;
  margin-top: 60px;
}

.titulo_h1 {
  color: #8cd600;
  margin-top: 0;
  margin-bottom: 16px;
  font-family: Oswald, sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 66px;
}

.contenedor_de_texto {
  color: #d1d3e7;
}

.imagen_flotando {
  z-index: -1;
  max-width: 600px;
  position: absolute;
  inset: auto -12% 41% auto;
  transform: rotate(140deg);
}

.botones_contenedor {
  margin-right: 24px;
}

.texto_descritivo {
  color: #bfc1ce;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 30px;
}

.contenedor_imagen {
  background-color: #071b2c;
  background-image: linear-gradient(#071b2c, #071b2ccc 60%, #071b2c 96%), url('../images/sala.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  height: 100vh;
  margin-top: 60px;
}

.texto_descritivo-2 {
  color: #bfc1ce;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  line-height: 30px;
}

.titulo_h1-2, .titulo_h1-copy {
  color: #8cd600;
  margin-top: 0;
  margin-bottom: 16px;
  font-family: Montserrat, sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 66px;
}

.brix---color-neutral-834 {
  color: var(--textos);
}

.brix---mg-top-80px {
  margin-top: 80px;
}

.brix---heading-h1-size-18 {
  color: var(--principal);
  margin-top: 0;
  margin-bottom: 16px;
  font-family: Switzer, sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 40px;
}

.brix---paragraph-default-26 {
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  line-height: 30px;
}

.brix---buttons-row-center {
  justify-content: center;
  align-items: center;
  display: flex;
}

.brix---floating-image-hero-v6---1 {
  z-index: -1;
  max-width: 600px;
  position: absolute;
  inset: auto -12% 41% auto;
  transform: rotate(140deg);
}

.brix---inner-container-574px---center {
  max-width: 574px;
  margin-left: auto;
  margin-right: auto;
}

.seccion_4 {
  margin-top: 100px;
  padding-top: 60px;
  padding-bottom: 0;
  position: relative;
  overflow: hidden;
}

.brix---container-default {
  max-width: 900px;
  padding-left: 24px;
  padding-right: 24px;
}

.brix---heading-h2-size {
  color: var(--principal);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Switzer, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 50px;
}

.brix---section-small {
  margin-bottom: 0;
  padding-top: 100px;
  padding-bottom: 60px;
  overflow: visible;
}

.brix---logo-strip-v10-flex {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  display: flex;
}

.brix---logo-strip-v10-item {
  border: 1px solid var(--elements-webflow-library--neutral--300);
  box-shadow: 0 2px 7px 0 var(--elements-webflow-library--general--shadow-01);
  border-radius: 50%;
}

.brix---grid-6-columns-logo-strip {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: center;
  display: grid;
}

.brix---text-300-bold-2 {
  color: var(--principal);
  font-size: 22px;
  font-weight: 700;
  line-height: 22px;
}

.brix---color-neutral-835 {
  color: var(--textos);
}

.brix---mg-top-64px {
  margin-top: 64px;
}

.brix---heading-h1-size-19 {
  margin-top: 0;
  margin-bottom: 16px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 54px;
  font-weight: 700;
  line-height: 66px;
}

.brix---paragraph-default-27 {
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
  line-height: 30px;
}

.brix---section-hero-top-small-2 {
  padding-top: 60px;
  padding-bottom: 0;
  position: relative;
  overflow: hidden;
}

.brix---2-imgs-floating-wrapper {
  margin-top: 195px;
  position: relative;
}

.brix---img-floating-left {
  border-radius: 24px;
  box-shadow: 0 4px 12px #211f5429;
}

.brix---img-floating-right {
  border-radius: 24px;
  position: absolute;
  inset: -21% 0% auto auto;
  box-shadow: 0 20px 50px #211f543d;
}

.brix---color-neutral-836 {
  color: var(--textos);
}

.brix---mg-bottom-16px {
  margin-bottom: 16px;
}

.brix---section {
  color: var(--cartas);
  padding-top: 100px;
  padding-bottom: 100px;
}

.brix---paragraph-default-28 {
  opacity: 100;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
  line-height: 30px;
}

.brix---inner-container-600px---center {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.brix---image-wrapper-br-24px {
  border-radius: 24px;
  overflow: hidden;
}

.brix---image-width-100 {
  width: 100%;
}

.brix---grid-gallery-v6 {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  margin-top: 40px;
  margin-left: 100px;
  margin-right: 100px;
  display: grid;
}

.brix---color-neutral-100 {
  color: var(--cartas);
}

.brix---mg-bottom-16px-2 {
  margin-bottom: 16px;
}

.brix---mg-bottom-40px-8 {
  margin-bottom: 40px;
}

.brix---buttons-row-3 {
  align-items: center;
  display: flex;
}

.brix---container-default-18 {
  max-width: 1218px;
  padding-left: 24px;
  padding-right: 24px;
}

.brix---heading-h2-size-2 {
  color: var(--principal);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Switzer, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 50px;
}

.brix---paragraph-default-29 {
  opacity: 100;
  color: var(--100);
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  line-height: 30px;
}

.brix---button-row-left-15 {
  margin-right: 24px;
}

.brix---bg-image-full-width {
  z-index: -1;
  object-fit: cover;
  background-image: url('../images/3.webp');
  background-position: 0 0;
  background-size: 125px;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.brix---btn-primary-white {
  background-color: var(--cartas);
  color: var(--elements-webflow-library--accent--primary-1);
  text-align: center;
  transform-style: preserve-3d;
  border-radius: 48px;
  justify-content: center;
  padding: 26px 38px;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .3s, transform .3s, color .3s;
}

.brix---btn-primary-white:hover {
  background-color: var(--elements-webflow-library--secondary--color-2);
  color: var(--elements-webflow-library--accent--primary-1);
  transform: translate3d(0, -3px, .01px);
}

.brix---btn-secondary-white {
  border: 1px solid var(--elements-webflow-library--neutral--300);
  color: var(--cartas);
  text-align: center;
  transform-style: preserve-3d;
  background-color: #0000;
  border-radius: 48px;
  padding: 26px 38px;
  font-size: 18px;
  line-height: 20px;
  transition: border-color .3s, transform .3s, background-color .3s, color .3s;
  box-shadow: 0 4px 10px #14142b0a;
}

.brix---btn-secondary-white:hover {
  border-color: var(--cartas);
  background-color: var(--cartas);
  color: var(--elements-webflow-library--neutral--800);
  transform: translate3d(0, -3px, .01px);
}

.brix---cta-bg-overlay {
  background-image: linear-gradient(to bottom, var(--oscuro_trans), var(--oscuro_trans)), linear-gradient(180deg, var(--oscuro), var(--elements-webflow-library--general--shadow-01) 50%, var(--oscuro)), url('../images/3.webp');
  background-position: 0 0, 0 0, 50%;
  background-size: auto, auto, cover;
  align-items: center;
  min-height: 80vh;
  margin-bottom: 100px;
  padding-top: 160px;
  padding-bottom: 160px;
  display: flex;
  position: relative;
  overflow: visible;
}

.brix---grid-cta-v10 {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  text-align: center;
  grid-template-rows: auto;
  grid-template-columns: .78fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 50vw;
  display: flex;
}

.sub-slide-container {
  width: 100%;
  height: 100%;
}

.sub-slider-container {
  padding-right: 20vw;
  position: relative;
  overflow: hidden;
}

.sub-slider {
  background-color: #0000;
  width: 350px;
  height: 25vh;
}

.sub-slider-slide {
  perspective: 1000px;
  width: 350px;
  padding: 1vh 1vw;
  transform: perspective(1000px);
}

.sub-slider-nav-dots {
  display: none;
}

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

.sub-slide-wrapper {
  background-color: #333;
  background-image: linear-gradient(to top, #13131380, #0000 30%), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  border-radius: 10px;
  justify-content: flex-end;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
  box-shadow: 1px 1px 10px #13131380;
}

.sub-slide-wrapper._3 {
  background-image: linear-gradient(to top, #13131380, #0000 30%), url('../images/3.jpg');
}

.sub-slide-wrapper._2 {
  background-image: linear-gradient(to top, #13131380, #0000 30%), url('../images/2.jpg');
  justify-content: flex-end;
  align-items: flex-end;
}

.sub-slide-wrapper._1 {
  background-image: linear-gradient(to top, #13131380, #0000 30%), url('../images/1.jpg');
}

.sub-slide-wrapper._5 {
  background-image: linear-gradient(to top, #13131380, #0000 30%), url('../images/5.jpg');
}

.sub-slide-wrapper._4 {
  background-image: linear-gradient(to top, #13131380, #0000 30%), url('../images/4.jpg');
}

.sub-slide-title {
  color: #fff;
  text-align: right;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 10px;
  font-size: .8em;
  font-weight: 700;
  line-height: 1em;
}

.sub-slider-nav-arrow {
  display: none;
}

.section-16 {
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: flex;
}

.div-block-4 {
  max-width: 900px;
}

.section-17 {
  background-color: #000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
}

.content-wrap {
  align-items: baseline;
  display: flex;
  overflow: hidden;
}

.words-wrap {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-left: 20px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.h1 {
  color: #fff;
  font-family: Oswald, sans-serif;
  font-size: 78px;
  font-weight: 500;
  line-height: 84px;
}

.section-18 {
  height: 100vh;
}

.slider {
  background-color: #0000;
  height: 100%;
}

.slide-content {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.slide2-img {
  background-image: linear-gradient(180deg, var(--oscuro), var(--oscuro_trans) 50%, var(--oscuro) 93%), url('../images/slider2_1.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  width: 100%;
  height: 100%;
}

.slide2-img.two {
  background-image: linear-gradient(#00000059, #00000059), url('../images/2_1.jpg');
  background-size: auto, cover;
}

.slide-txt-wrap {
  z-index: 2;
  color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-family: Oswald, sans-serif;
  font-size: 24px;
  font-weight: 200;
  line-height: 30px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.heading-8 {
  color: var(--principal);
  font-size: 40px;
  font-weight: 700;
}

.paragraph-2 {
  opacity: 100;
  text-align: center;
  max-width: 600px;
  font-size: 20px;
}

.slider-copy {
  background-color: #0000;
  height: 100%;
}

.slide1-img {
  background-image: linear-gradient(180deg, var(--oscuro), var(--oscuro_trans) 50%, var(--oscuro) 91%), url('../images/slider1.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  width: 100%;
  height: 100%;
}

.slide1-img.two {
  background-image: linear-gradient(#00000059, #00000059), url('../images/2_1.jpg');
  background-size: auto, cover;
}

.slide3-img {
  background-image: linear-gradient(180deg, var(--oscuro), var(--oscuro_trans) 50%, var(--oscuro) 92%), url('../images/slider3.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  width: 100%;
  height: 100%;
}

.slide3-img.two {
  background-image: linear-gradient(#00000059, #00000059), url('../images/2_1.jpg');
  background-size: auto, cover;
}

.slide2-img-copy {
  background-image: linear-gradient(180deg, var(--oscuro), var(--oscuro_trans) 50%, var(--oscuro) 93%), url('../images/4.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  width: 100%;
  height: 100%;
}

.slide2-img-copy.two {
  background-image: linear-gradient(#00000059, #00000059), url('../images/2_1.jpg');
  background-size: auto, cover;
}

.section-19 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  padding-top: 60px;
  display: flex;
}

.heading-5 {
  color: #8cd600;
  text-align: center;
  width: auto;
  font-family: Switzer, sans-serif;
  font-size: 30px;
  font-weight: 700;
}

.container-10 {
  grid-column-gap: 0px;
  grid-row-gap: 34px;
  background-color: #fff0;
  grid-template: "area1 area2"
                 "area3 area4"
                 ". ."
                 / 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row dense;
  place-content: center;
  place-items: center;
  margin-top: 40px;
  margin-left: 140px;
  margin-right: 140px;
  display: grid;
}

.video {
  background-color: #172a46;
  background-image: linear-gradient(#071b2ccc, #172a46);
  border: 2px solid #365177;
  border-radius: 9px;
  width: 90%;
  padding: 20px 20px 0;
  box-shadow: 0 2px 20px -9px #04111a;
}

.video:hover {
  transform: translate(0, -5px);
}

.youtube {
  background-color: var(--oscuro);
  border-radius: 0;
  width: auto;
  height: auto;
}

.text-block-12 {
  color: #bfc1ce;
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 15px;
  font-weight: 400;
}

.card_1_tutoriales {
  background-color: var(--cartas);
  border: 2px #365177;
  border-radius: 20px;
  width: 90%;
  overflow: hidden;
  box-shadow: 0 2px 20px #0003;
}

.div-block-6 {
  padding: 10px;
}

.div-block-7 {
  border-radius: 0;
}

.d-105-image-wrapper {
  transform-origin: 50% 0;
  background-image: url('../images/NordWood_7405.jpg');
  background-position: 60%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 60%;
  position: absolute;
  inset: 0%;
}

.d-105-image-wrapper.three {
  background-image: url('../images/hisu-lee-110005-unsplash.jpg');
  background-position: 50%;
  background-size: cover;
}

.d-105-text-wrapper {
  height: 40%;
  padding: 20px;
  position: absolute;
  inset: auto 0% 0%;
}

.d-105-3d-wrapper {
  perspective: 1000px;
  border-radius: 10px;
  width: 235px;
  height: 350px;
  margin-left: 20px;
  margin-right: 20px;
  position: relative;
  overflow: visible;
}

.d-105-timer-icon {
  color: #1a1a1a;
  font-size: 16px;
}

.d-105-timer-wrapper {
  justify-content: center;
  align-items: center;
  margin-top: 10px;
  margin-right: 10px;
  display: flex;
  position: absolute;
  inset: 0% 0% auto auto;
}

.d-105-author-text {
  color: #333;
  margin-bottom: 10px;
  font-size: 14px;
}

.d-105-timer-text {
  color: #1a1a1a;
  margin-left: 10px;
  font-family: Merriweather, serif;
}

.d-105-card-wrapper {
  transform-origin: 50% 0;
  background-color: #fff;
  border-radius: 10px;
  position: absolute;
  inset: 0%;
  overflow: hidden;
  box-shadow: 0 10px 20px -15px #fff9;
}

.d-105-card-title {
  color: #333;
  margin-top: 0;
  font-family: Merriweather, serif;
}

.d-105-recipe-text {
  color: #333;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 16px;
}

.texto_membresia-copy {
  text-align: center;
  max-width: 700px;
  padding-bottom: 40px;
}

.brix---display-3-copy {
  color: var(--principal);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 300;
  line-height: 20px;
}

@media screen and (min-width: 1280px) {
  .brix---3-columns-1-col-tablet {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .botonsecundario {
    margin-top: 20px;
  }

  .texto_membresia {
    padding-bottom: 0;
  }

  .botonprincipal {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .paragraph-2 {
    text-align: center;
    max-width: 600px;
    font-family: Montserrat, sans-serif;
    font-weight: 400;
  }

  .slide3-img {
    background-image: linear-gradient(180deg, var(--oscuro), var(--oscuro_trans) 50%, var(--oscuro) 92%), url('../images/slider3.webp');
  }

  .texto_membresia-copy {
    padding-bottom: 40px;
  }
}

@media screen and (min-width: 1440px) {
  .slider_1 {
    background-color: #071b2c;
  }

  .slider2 {
    background-color: #071b2c;
    background-image: linear-gradient(0deg, #071b2c, #fff0), url('../images/slider2_1.webp');
  }

  .slider3 {
    background-color: #071b2c;
  }

  .brix---inner-container-700px-center {
    margin-top: 40px;
  }

  .brix---btn-primary-full-width:hover {
    color: #071b2c;
    background-color: #8cd600;
    font-weight: 700;
    box-shadow: 0 2px 18px #8cd60069;
  }

  .brix---3-columns-1-col-tablet {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .carta_principal {
    transition-duration: .3s;
  }

  .botonsecundario {
    margin-top: 20px;
  }

  .botonsecundario:hover {
    font-weight: 700;
  }

  .texto_membresia {
    padding-bottom: 0;
  }

  .brix---social-icon-square-30px {
    background-color: #8cd600;
  }

  .brix---footer-link {
    color: #d1d3e7;
    font-family: Montserrat, sans-serif;
  }

  .brix---footer-link:hover {
    color: #8cd600;
  }

  .footer {
    background-color: #071b2c;
    border: 1px solid #071b2c;
  }

  .brix---heading-h1-size-3 {
    font-family: Montserrat, sans-serif;
    font-size: 30px;
    font-weight: 700;
    line-height: 35px;
  }

  .brix---paragraph-default-3 {
    color: #d1d3e7;
    font-family: Montserrat, sans-serif;
  }

  .brix---grid-hero-v16 {
    grid-column-gap: 90px;
  }

  .brix---heading-h1-size-9 {
    font-family: Montserrat, sans-serif;
    font-size: 30px;
    font-weight: 700;
    line-height: 35px;
  }

  .brix---paragraph-default-13 {
    color: #d1d3e7;
    font-family: Montserrat, sans-serif;
  }

  .brix---heading-h1-size-10, .brix---heading-h1-size-11 {
    font-family: Montserrat, sans-serif;
    font-size: 30px;
    font-weight: 700;
    line-height: 35px;
  }

  .slider_2, .slider_3 {
    background-color: #071b2c;
  }

  .brix---grid-hero-v1 {
    grid-column-gap: 90px;
  }

  .brix---section-hero-top-small {
    background-color: #071b2c;
    margin-bottom: 60px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .brix---paragraph-default-6 {
    font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  }

  .tab-link-tab-3-2 {
    color: #8cd600;
    background-color: #fff0;
    border: 1px solid #8cd600;
    border-radius: 20px;
    margin-left: 10px;
    margin-right: 10px;
  }

  .tab-link-tab-3-2.w--current {
    color: #071b2c;
    background-color: #8cd600;
  }

  .brix---mg-bottom-40px-4 {
    margin-bottom: 0;
  }

  .tab-link-tab-4-2 {
    color: #8cd600;
    background-color: #fff0;
    border: 1px solid #8cd600;
    border-radius: 20px;
    margin-left: 10px;
    margin-right: 10px;
  }

  .tab-link-tab-4-2.w--current {
    color: #071b2c;
    background-color: #8cd600;
  }

  .f-button-primary-2:hover {
    border-style: none;
    border-width: 0;
  }

  .brix---container-default-7 {
    margin-bottom: 40px;
  }

  .tab-link-tab-2 {
    color: #8cd600;
    background-color: #fff0;
    border: 1px solid #8cd600;
    border-radius: 20px;
    margin-left: 10px;
    margin-right: 10px;
  }

  .tab-link-tab-2.w--current {
    color: #071b2c;
    background-color: #8cd600;
  }

  .container-5 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    margin-top: auto;
    margin-bottom: 0;
    display: flex;
  }

  .brix---heading-h1-size-6 {
    color: #8cd600;
    font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
    font-size: 40px;
    line-height: 40px;
  }

  .f-grid-three-column {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }

  .tabs-menu {
    text-align: center;
    border-radius: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  .brix---paragraph-default-15 {
    font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  }

  .brix---mg-bottom-40px-7 {
    margin-bottom: 0;
  }

  .brix---container-default-14 {
    margin-bottom: 40px;
  }

  .brix---heading-h1-size-12 {
    color: #8cd600;
    font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
    font-size: 40px;
    line-height: 40px;
  }

  .section-4 {
    background-size: auto, cover;
  }

  .botonprincipal {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .section-7, .section-8, .section-9, .section-10, .section-11, .section-12, .section-13, .section-14, .section-15, .contenedor_imagen {
    background-size: auto, cover;
  }

  .container-10 {
    place-content: center;
    margin-left: auto;
    margin-right: auto;
  }

  .text-block-12 {
    padding-top: 20px;
  }

  .texto_membresia-copy {
    padding-bottom: 40px;
  }
}

@media screen and (min-width: 1920px) {
  .seccion_1 {
    overflow: visible;
  }

  .brix---container-default-10 {
    max-width: none;
    padding-left: 0;
    padding-right: 0;
  }

  .brix---3-columns-1-col-tablet {
    grid-column-gap: 95px;
    grid-row-gap: 95px;
    grid-template-columns: .5fr .5fr .5fr .5fr;
    grid-auto-flow: row;
    place-content: center;
    place-items: center;
  }

  .brix---color-neutral-811 {
    justify-content: flex-start;
    align-items: center;
  }

  .seccion4 {
    padding-top: 95px;
  }

  .brix---mg-bottom-48px-2 {
    width: 90vw;
    height: auto;
    margin-left: auto;
    margin-right: auto;
  }

  .botonsecundario {
    margin-top: 20px;
  }

  .seccion_2 {
    width: 100vw;
    height: 100vh;
  }

  .texto_membresia {
    padding-bottom: 0;
  }

  .text-block-9 {
    font-size: 45px;
    line-height: 50px;
  }

  .brix---paragraph-default-12 {
    color: #bfc1ce;
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
  }

  .brix---color-neutral-818 {
    text-align: center;
    text-decoration: none;
  }

  .brix---container-default-13 {
    max-width: none;
  }

  .brix---inner-container-574px---center-5 {
    max-width: 45vh;
    margin-left: auto;
    margin-right: auto;
  }

  .brix---paragraph-default-3 {
    color: #bfc1ce;
    font-size: 20px;
    font-weight: 400;
    line-height: 35px;
  }

  .seccion3 {
    margin-top: 0;
    padding-top: 220px;
  }

  .brix---paragraph-default-13 {
    color: #bfc1ce;
    font-size: 20px;
    font-weight: 400;
    line-height: 35px;
  }

  .brix---section-hero-top-small {
    height: 100vh;
  }

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

  .brix---container-default-7 {
    padding-top: 70px;
  }

  .brix---header-nav-link-3 {
    font-size: 20px;
  }

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

  .brix---container-default-14 {
    padding-top: 70px;
  }

  .brix---paragraph-default-16 {
    font-size: 26px;
    line-height: 40px;
  }

  .section-4 {
    background-color: #071b2c;
    background-position: 0 0, 50%;
    background-size: auto, cover;
    margin-top: 0;
    margin-bottom: auto;
    padding-top: 0;
    padding-bottom: 0;
  }

  .brix---text-center-7 {
    width: auto;
  }

  .botonprincipal {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .brix---heading-h1-size-13 {
    font-size: 40px;
  }

  .seccion1 {
    height: auto;
  }

  .brix---container-default-16 {
    max-width: none;
    margin-top: 30px;
    padding-left: 20px;
    padding-right: 20px;
    position: static;
    inset: 5% auto 0;
  }

  .container-11 {
    width: 50vw;
    max-width: none;
  }

  .brix---paragraph-default-17 {
    font-size: 26px;
    line-height: 40px;
  }

  .section-7 {
    background-color: #071b2c;
    background-position: 0 0, 50%;
    background-size: auto, cover;
    margin-top: 0;
    margin-bottom: auto;
    padding-top: 0;
    padding-bottom: 0;
  }

  .seccion1-copy {
    height: auto;
  }

  .brix---text-center-8 {
    width: auto;
  }

  .brix---heading-h1-size-14 {
    font-size: 40px;
  }

  .brix---container-default-17 {
    max-width: none;
    margin-top: 30px;
    padding-left: 20px;
    padding-right: 20px;
    position: static;
    inset: 5% auto 0;
  }

  .container-12 {
    width: 50vw;
    max-width: none;
  }

  .brix---paragraph-default-18 {
    font-size: 26px;
    line-height: 40px;
  }

  .section-8 {
    background-color: #071b2c;
    background-position: 0 0, 50%;
    background-size: auto, cover;
    margin-top: 0;
    margin-bottom: auto;
    padding-top: 0;
    padding-bottom: 0;
  }

  .brix---text-center-9 {
    width: auto;
  }

  .brix---heading-h1-size-15 {
    font-size: 40px;
  }

  .brix---paragraph-default-19 {
    font-size: 26px;
    line-height: 40px;
  }

  .section-9 {
    background-color: #071b2c;
    background-position: 0 0, 50%;
    background-size: auto, cover;
    margin-top: 0;
    margin-bottom: auto;
    padding-top: 0;
    padding-bottom: 0;
  }

  .brix---text-center-10 {
    width: auto;
  }

  .brix---heading-h1-size-16 {
    font-size: 40px;
  }

  .brix---paragraph-default-20 {
    font-size: 26px;
    line-height: 40px;
  }

  .section-10 {
    background-color: #071b2c;
    background-position: 0 0, 50%;
    background-size: auto, cover;
    margin-top: 0;
    margin-bottom: auto;
    padding-top: 0;
    padding-bottom: 0;
  }

  .brix---text-center-11 {
    width: auto;
  }

  .brix---heading-h1-size-17 {
    font-size: 40px;
  }

  .brix---paragraph-default-21 {
    font-size: 26px;
    line-height: 40px;
  }

  .section-11 {
    background-color: #071b2c;
    background-position: 0 0, 50%;
    background-size: auto, cover;
    margin-top: 0;
    margin-bottom: auto;
    padding-top: 0;
    padding-bottom: 0;
  }

  .contenedor_texto {
    width: 50vw;
    max-width: none;
  }

  .brix---text-center-12 {
    width: auto;
  }

  .texto_contenedor {
    max-width: none;
    margin-top: 30px;
    padding-left: 20px;
    padding-right: 20px;
    position: static;
    inset: 5% auto 0;
  }

  .brix---paragraph-default-22 {
    font-size: 26px;
    line-height: 40px;
  }

  .section-12 {
    background-color: #071b2c;
    background-position: 0 0, 50%;
    background-size: auto, cover;
    margin-top: 0;
    margin-bottom: auto;
    padding-top: 0;
    padding-bottom: 0;
  }

  .texto {
    width: auto;
  }

  .brix---paragraph-default-23 {
    font-size: 26px;
    line-height: 40px;
  }

  .section-13 {
    background-color: #071b2c;
    background-position: 0 0, 50%;
    background-size: auto, cover;
    margin-top: 0;
    margin-bottom: auto;
    padding-top: 0;
    padding-bottom: 0;
  }

  .brix---paragraph-default-24 {
    font-size: 26px;
    line-height: 40px;
  }

  .section-14 {
    background-color: #071b2c;
    background-position: 0 0, 50%;
    background-size: auto, cover;
    margin-top: 0;
    margin-bottom: auto;
    padding-top: 0;
    padding-bottom: 0;
  }

  .brix---paragraph-default-25 {
    font-size: 26px;
    line-height: 40px;
  }

  .section-15 {
    background-color: #071b2c;
    background-position: 0 0, 50%;
    background-size: auto, cover;
    margin-top: 0;
    margin-bottom: auto;
    padding-top: 0;
    padding-bottom: 0;
  }

  .titulo_h1 {
    font-size: 40px;
  }

  .texto_descritivo {
    font-size: 26px;
    line-height: 40px;
  }

  .contenedor_imagen {
    background-color: #071b2c;
    background-position: 0 0, 50%;
    background-size: auto, cover;
    margin-top: 0;
    margin-bottom: auto;
    padding-top: 0;
    padding-bottom: 0;
  }

  .texto_descritivo-2 {
    font-size: 26px;
    line-height: 40px;
  }

  .titulo_h1-2, .titulo_h1-copy {
    font-size: 40px;
  }

  .body {
    overflow: visible;
  }

  .slide2-img {
    background-image: linear-gradient(180deg, var(--oscuro), var(--oscuro_trans) 50%, var(--oscuro) 93%), url('../images/slider2_1.webp');
    background-position: 0 0, 50%;
    background-size: auto, cover;
  }

  .slide1-img {
    background-image: linear-gradient(180deg, var(--oscuro), var(--oscuro_trans) 50%, var(--oscuro) 88%), url('../images/slider1.webp');
    background-position: 0 0, 50%;
    background-size: auto, cover;
  }

  .slide3-img {
    background-image: linear-gradient(180deg, var(--oscuro), var(--oscuro_trans) 50%, var(--oscuro) 87%), url('../images/slider3.webp');
    background-position: 0 0, 50%;
    background-size: auto, cover;
  }

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

  .container-10 {
    grid-column-gap: 35px;
    grid-row-gap: 35px;
    grid-template-columns: 1.5fr 1.5fr;
    width: auto;
    max-width: none;
    height: auto;
    max-height: none;
    margin-top: 0;
  }

  .video {
    width: 100%;
    max-width: none;
    margin-right: auto;
  }

  .text-block-12 {
    max-width: 800px;
    line-height: 20px;
  }

  .card_1_tutoriales {
    flex-flow: column;
    display: flex;
  }

  .texto_membresia-copy {
    padding-bottom: 40px;
  }
}

@media screen and (max-width: 991px) {
  h2 {
    font-size: 3.5rem;
  }

  .style-guide-block {
    margin-bottom: 2.5rem;
  }

  .form-error {
    padding-left: .25rem;
  }

  .paragraph.extra-large {
    font-size: 1.5rem;
  }

  .form-dropdown {
    padding-right: .25rem;
  }

  .form-success {
    padding-top: .25rem;
  }

  .button-secondary {
    position: relative;
  }

  .section {
    padding: 6rem 4rem;
  }

  .container-large {
    overflow: hidden;
  }

  .nav-link {
    margin: .25rem 0;
  }

  .nav-menu {
    border-bottom: .0625rem solid var(--600);
    background-color: var(--oscuro);
    align-items: flex-start;
    width: 100vw;
    min-width: 100vw;
    margin-right: 0;
    padding: 1rem 3.125rem 2rem;
  }

  .nav-container {
    grid-column-gap: 24rem;
    grid-row-gap: 24rem;
    flex-flow: row;
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .button {
    position: relative;
  }

  .menu-icon {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 3rem;
    height: 3rem;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .nav-menu-button {
    flex-direction: row;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
    padding: 0;
    display: flex;
  }

  .nav-menu-button.w--open {
    background-color: #0000;
  }

  .actions-wrapper {
    align-items: center;
  }

  .menu-icon-line-bottom {
    background-color: var(--principal);
    border-radius: .0625rem;
    width: 2rem;
    height: .15625rem;
    margin-top: .25rem;
    padding-bottom: 0;
    padding-right: 0;
  }

  .menu-icon-line-top {
    background-color: var(--principal);
    border-radius: .0625rem;
    width: 2rem;
    height: .15625rem;
    margin-bottom: .25rem;
    padding-bottom: 0;
    padding-right: 0;
  }

  .faq-wrapper {
    grid-column-gap: 3rem;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .faq-answer {
    padding-right: 2.5rem;
  }

  .feature-item {
    grid-column-gap: 3rem;
    grid-auto-flow: row;
    min-height: auto;
  }

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

  .cta-card-content {
    grid-column-gap: 2rem;
  }

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

  .grid-3-column {
    grid-column-gap: 3rem;
  }

  .container-small {
    overflow: hidden;
  }

  .image-grid {
    grid-column-gap: 3rem;
    grid-auto-flow: row;
    min-height: auto;
  }

  .brix---heading-h3-size {
    font-size: 22px;
    line-height: 32px;
  }

  .brix---mg-bottom-32px {
    margin-bottom: 24px;
  }

  .brix---btn-primary-full-width {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .brix---divider-40px {
    margin-top: 48px;
    margin-bottom: 48px;
  }

  .brix---btn-primary-white-full-width {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .brix---3-columns-1-col-tablet {
    grid-column-gap: 28px;
    grid-row-gap: 28px;
    flex-flow: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    align-items: center;
    margin-left: 100px;
    margin-right: 100px;
    display: flex;
  }

  .seccion4 {
    padding-top: 118px;
    padding-bottom: 0;
  }

  .brix---heading-h1-size-8 {
    font-size: 48px;
    line-height: 60px;
  }

  .brix---mg-bottom-48px-2 {
    margin-bottom: 40px;
  }

  .botonsecundario {
    margin-top: 40px;
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .grid-layout.tablet-2-column {
    grid-template-columns: 1fr 1fr;
  }

  .utility-margin-all-0 {
    margin: 0;
  }

  .utility-padding-all-0 {
    padding: 0;
  }

  .card-body {
    padding: 2rem;
  }

  .brix---mg-bottom-32px-2 {
    margin-bottom: 24px;
  }

  .brix---mg-bottom-48px {
    margin-bottom: 40px;
  }

  .brix---display-3 {
    font-size: 32px;
    line-height: 44px;
  }

  .seccion_2 {
    padding-top: 118px;
    padding-bottom: 118px;
  }

  .brix---heading-h1-size {
    font-size: 35px;
    line-height: 60px;
  }

  .brix---subtitle {
    font-size: 35px;
  }

  .brix---3-columns-1-col-tablet-2 {
    grid-template-columns: 1fr;
  }

  .brix---btn-primary-full-width-2 {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .a-faq-content-3 {
    width: 100%;
  }

  .brix---footer-logo {
    max-width: 40%;
  }

  .brix---footer-logo-wrapper {
    text-align: center;
    padding-bottom: 20px;
  }

  .brix---footer-top-small {
    padding-top: 58px;
    padding-bottom: 58px;
  }

  .brix---social-icon-square-30px {
    background-color: #8cd600;
  }

  .brix---footer-link:hover {
    color: #8cd600;
  }

  .brix---social-media-grid-right---t-center {
    grid-column-gap: 10px;
    justify-content: center;
    justify-items: center;
    padding-top: 20px;
  }

  .brix---footer-list-wrapper-horizontal {
    padding-bottom: 20px;
  }

  .brix---container-default-6 {
    background-color: #071b2c;
    border: 0 solid #071b2c;
  }

  .brix---grid-footer-3-cols {
    grid-template-columns: 1fr;
  }

  .footer {
    background-color: #071b2c;
    border: 1px solid #071b2c;
  }

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

  .brix---container-default-3 {
    flex-flow: column-reverse;
    justify-content: space-between;
    align-items: center;
    display: flex;
  }

  .brix---buttons-row-2 {
    justify-content: center;
    align-items: center;
    margin-left: 80px;
    margin-right: 80px;
  }

  .brix---heading-h1-size-3 {
    text-align: left;
    margin-left: 80px;
    margin-right: 80px;
    font-size: 30px;
    line-height: 120%;
  }

  .brix---floating-image-hero-v1---1 {
    bottom: -14%;
    left: -42%;
  }

  .brix---paragraph-default-3 {
    margin-left: 80px;
    margin-right: 80px;
  }

  .brix---grid-hero-v16 {
    grid-row-gap: 48px;
    grid-template-columns: 1fr;
    margin-right: 0;
  }

  .seccion3 {
    padding-top: 0;
    padding-bottom: 100px;
  }

  .brix---floating-image-hero-v1---2 {
    top: 24%;
    right: -30%;
  }

  .brix---heading-h1-size-9 {
    text-align: left;
    margin-left: 80px;
    margin-right: 80px;
    font-size: 30px;
    line-height: 120%;
  }

  .brix---paragraph-default-13 {
    margin-left: 80px;
    margin-right: 80px;
  }

  .brix---floating-image-hero-v1---3 {
    top: 24%;
    right: -30%;
  }

  .brix---heading-h1-size-10 {
    text-align: left;
    margin-left: 80px;
    margin-right: 80px;
    font-size: 30px;
    line-height: 120%;
  }

  .brix---floating-image-hero-v1---4 {
    bottom: -14%;
    left: -42%;
  }

  .brix---heading-h1-size-11 {
    text-align: left;
    margin-left: 80px;
    margin-right: 80px;
    font-size: 30px;
    line-height: 120%;
  }

  .contenedor3 {
    bottom: -14%;
    left: -42%;
  }

  .contenedor1 {
    flex-flow: column-reverse;
    justify-content: space-between;
    align-items: center;
    display: flex;
  }

  .contenedor2 {
    top: 24%;
    right: -30%;
  }

  .brix---btn-primary {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .brix---buttons-row {
    justify-content: center;
    align-items: center;
  }

  .seccion_5 {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .brix---grid-hero-v1 {
    grid-row-gap: 48px;
    grid-template-columns: 1fr;
  }

  .brix---floating-image-hero-v1---5 {
    bottom: -14%;
    left: -42%;
  }

  .brix---floating-image-hero-v1---6 {
    top: 24%;
    right: -30%;
  }

  .brix---section-hero-top-small {
    padding-top: 0;
    padding-bottom: 100px;
  }

  .brix---hamburger-menu-bar-bottom-3 {
    background-color: #8cd600;
    width: 44px;
    height: 5px;
    margin-top: 12px;
    margin-bottom: 12px;
  }

  .brix---hamburger-menu-wrapper-5 {
    order: -1;
    transition: transform .3s;
  }

  .brix---hamburger-menu-wrapper-5:hover {
    transform: scale(.96);
  }

  .brix---hamburger-menu-wrapper-5.w--open {
    background-color: #0000;
  }

  .tab-link-tab-3-2, .tab-link-tab-3-2.w--current {
    border-radius: 100px;
    margin-left: 20px;
    margin-right: 20px;
    padding: 20px 60px;
  }

  .brix---header-nav-menu-list-6 {
    grid-column-gap: 17px;
    grid-row-gap: 17px;
    text-align: center;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    margin-bottom: 220px;
    margin-left: 140px;
    margin-right: 140px;
    display: grid;
  }

  .tab-link-tab-4-2 {
    border-radius: 100px;
    margin-left: 20px;
    margin-right: 20px;
    padding: 20px 60px;
  }

  .tab-link-tab-4-2.w--current {
    border-radius: 100px;
    padding: 20px 60px;
  }

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

  .brix---header-content-wrapper-5 {
    grid-column-gap: 420px;
    grid-row-gap: 420px;
    justify-content: flex-end;
    align-items: center;
  }

  .brix---container-default-7 {
    padding-top: 40px;
  }

  .brix---header-nav-link-3 {
    color: #8cd600;
    text-align: center;
    background-color: #fff0;
    border: 1px solid #8cd600;
    border-radius: 20px;
    padding: 10px 20px;
    font-family: Montserrat, sans-serif;
    transition: transform .35s;
  }

  .brix---header-nav-link-3:hover {
    color: #071b2c;
    background-color: #8cd600;
    font-weight: 500;
    transform: translate(0, -7px);
    box-shadow: 0 2px 18px #8cd60069;
  }

  .brix---header-nav-list-item-7 {
    margin-bottom: 16px;
    padding-left: 0;
  }

  .tab-link-tab-2 {
    border-radius: 100px;
    margin-left: 20px;
    margin-right: 20px;
    padding: 20px 60px;
    font-size: 35px;
  }

  .tab-link-tab-2.w--current {
    margin-left: 20px;
    margin-right: 20px;
    padding: 20px 60px;
  }

  .brix---header-logo-7 {
    max-width: 232px;
  }

  .brix---hamburger-menu-bar-top-3 {
    background-color: #009e2d;
    width: 44px;
    height: 5px;
  }

  .f-testimonial-card {
    transform: translate(0);
  }

  .f-testimonial-card:hover {
    transform: translate(0, 7px);
  }

  .brix---heading-h1-size-6 {
    font-size: 48px;
    line-height: 60px;
  }

  .brix---header-wrapper-4 {
    background-color: #071b2c;
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .brix---header-menu-wrapper-3 {
    text-align: center;
    background-color: #fff0;
    background-image: linear-gradient(#071b2c 54%, #071b2c00);
    border: 0 #fff0;
    border-radius: 0;
    padding: 24px;
  }

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

  .f-grid-three-column {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    grid-template-columns: 1fr 1fr;
    margin-left: 20px;
    margin-right: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .brix---header-logo-link-5.w--current {
    margin-left: 0;
    margin-right: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .text-block-5, .text-block-10 {
    font-size: 30px;
  }

  .brix---container-default-14 {
    padding-top: 40px;
  }

  .brix---heading-h1-size-12 {
    font-size: 48px;
    line-height: 60px;
  }

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

  .section-4 {
    height: 100vh;
  }

  .brix---floating-image-hero-v6---4 {
    top: 24%;
    right: -30%;
  }

  .botonprincipal {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .brix---heading-h1-size-13 {
    font-size: 48px;
    line-height: 60px;
  }

  .seccion1 {
    padding-top: 100px;
    padding-bottom: 0;
  }

  .section-7 {
    height: 100vh;
  }

  .seccion1-copy {
    padding-top: 100px;
    padding-bottom: 0;
  }

  .brix---heading-h1-size-14 {
    font-size: 48px;
    line-height: 60px;
  }

  .section-8 {
    height: 100vh;
  }

  .brix---heading-h1-size-15 {
    font-size: 48px;
    line-height: 60px;
  }

  .section-9 {
    height: 100vh;
  }

  .brix---heading-h1-size-16 {
    font-size: 48px;
    line-height: 60px;
  }

  .section-10 {
    height: 100vh;
  }

  .brix---heading-h1-size-17 {
    font-size: 48px;
    line-height: 60px;
  }

  .section-11, .section-12, .section-13, .section-14, .section-15 {
    height: 100vh;
  }

  .titulo_h1 {
    font-size: 48px;
    line-height: 60px;
  }

  .imagen_flotando {
    top: 24%;
    right: -30%;
  }

  .contenedor_imagen {
    height: 100vh;
  }

  .titulo_h1-2, .titulo_h1-copy, .brix---heading-h1-size-18 {
    font-size: 48px;
    line-height: 60px;
  }

  .brix---floating-image-hero-v6---1 {
    top: 24%;
    right: -30%;
  }

  .seccion_4 {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .brix---heading-h2-size {
    font-size: 30px;
    line-height: 46px;
  }

  .brix---section-small {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .brix---grid-6-columns-logo-strip {
    grid-template-columns: 1fr 1fr 1fr;
    justify-content: center;
  }

  .brix---text-300-bold-2 {
    font-size: 35px;
    line-height: 35px;
  }

  .brix---mg-top-64px {
    margin-top: 48px;
  }

  .brix---heading-h1-size-19 {
    font-size: 48px;
    line-height: 60px;
  }

  .brix---section-hero-top-small-2 {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .brix---2-imgs-floating-wrapper {
    margin-top: 177px;
    padding-bottom: 45px;
  }

  .brix---img-floating-left {
    width: 70%;
  }

  .brix---img-floating-right {
    width: 60%;
  }

  .brix---section {
    padding-top: 118px;
    padding-bottom: 118px;
  }

  .brix---image-wrapper-br-24px {
    border-radius: 20px;
  }

  .brix---heading-h2-size-2 {
    font-size: 35px;
    line-height: 46px;
  }

  .brix---btn-primary-white {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .brix---cta-bg-overlay {
    padding-top: 112px;
    padding-bottom: 112px;
  }

  .brix---grid-cta-v10 {
    grid-template-columns: .78fr;
    width: 80vw;
  }

  .slide-txt-wrap {
    top: 55%;
  }

  .paragraph-2 {
    max-width: 500px;
  }

  .section-19 {
    padding-top: 0;
  }

  .heading-5 {
    margin-top: auto;
    margin-bottom: auto;
  }

  .container-10 {
    grid-column-gap: 23px;
    grid-row-gap: 23px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: column dense;
    place-items: center;
    margin-left: 20px;
    margin-right: 20px;
    display: grid;
  }

  .video {
    width: 80%;
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .d-105-3d-wrapper {
    margin-bottom: 60px;
  }

  .brix---display-3-copy {
    font-size: 32px;
    line-height: 44px;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 3.25rem;
  }

  h2 {
    font-size: 2.5rem;
  }

  h3 {
    font-size: 2rem;
  }

  h4 {
    font-size: 1.5rem;
  }

  h6 {
    letter-spacing: -.02em;
  }

  .style-guide-colour-block {
    width: 25%;
  }

  .field-block {
    min-height: auto;
  }

  .heading.medium {
    font-size: 2rem;
  }

  .heading.extra-large {
    font-size: 3.25rem;
  }

  .heading.large {
    font-size: 2.5rem;
  }

  .section.banner {
    display: block;
  }

  .container-large {
    width: 100%;
  }

  .grid-2-column {
    grid-column-gap: 2rem;
    grid-row-gap: 3.5rem;
    grid-template-columns: 1fr;
  }

  .nav-link.w--current {
    background-position: 0%;
  }

  .nav-menu {
    border-right: .0625rem solid var(--700);
    background-color: var(--oscuro);
    -webkit-backdrop-filter: blur(.375rem);
    backdrop-filter: blur(.375rem);
    margin-right: 0;
  }

  .nav-container {
    grid-column-gap: 12rem;
    grid-row-gap: 12rem;
    flex-flow: row;
  }

  .logo-wrapper {
    display: flex;
  }

  .social-proof-logos-wrapper {
    width: auto;
    padding-top: 1rem;
  }

  .nav-menu-button {
    margin-left: auto;
    margin-right: auto;
  }

  .menu-icon-line-bottom, .menu-icon-line-top {
    background-color: var(--principal);
  }

  .faq-wrapper, .feature-item {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

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

  .card-item.login {
    width: 100%;
    padding: 2.5rem;
  }

  .features-list {
    grid-row-gap: 9rem;
  }

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

  .footer-grid {
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-flow: row;
  }

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

  .grid-3-column {
    grid-column-gap: 2rem;
    grid-row-gap: 3.5rem;
    grid-template-columns: 1fr;
  }

  .container-small {
    width: 100%;
  }

  .image-grid {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .spacer-4, .spacer-8, .spacer-16, .spacer-24, .spacer-32, .spacer-40, .spacer-48 {
    height: 2.5rem;
  }

  .spacer-64, .spacer-80 {
    width: 3.5rem;
    height: 3.5rem;
  }

  .spacer-96 {
    width: 4.5rem;
    height: 4.5rem;
  }

  .spacer-128 {
    height: 2.5rem;
  }

  .brix---text-200-list-bold {
    font-size: 16px;
  }

  .brix---badge-secondary-small-bold {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .brix---btn-primary-full-width {
    padding: 20px 32px;
  }

  .brix---pricing-content-v2 {
    padding-bottom: 40px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .brix---divider-40px {
    margin-top: 48px;
    margin-bottom: 48px;
  }

  .brix---btn-primary-white-full-width {
    padding: 20px 32px;
  }

  .brix---3-columns-1-col-tablet {
    flex-flow: column;
    grid-template-columns: 1fr;
    margin-left: 40px;
    margin-right: 40px;
    display: flex;
  }

  .brix---mg-bottom-40px-5 {
    margin-bottom: 24px;
  }

  .seccion4 {
    padding-top: 100px;
    padding-bottom: 0;
  }

  .brix---heading-h1-size-8 {
    margin-bottom: 12px;
    font-size: 38px;
    line-height: 46px;
  }

  .brix---mg-bottom-48px-2 {
    margin-bottom: 32px;
  }

  .botonsecundario {
    margin-top: 30px;
    padding: 20px 32px;
  }

  .grid-layout.grid-gap-s {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .grid-layout.mobile-landscape-1-column {
    grid-template-columns: 1fr;
  }

  .utility-padding-all-0 {
    padding: 0;
  }

  .card-body {
    padding: 1.5rem;
  }

  .utility-margin-top-2rem {
    margin-top: 1rem;
  }

  .brix---mg-bottom-48px {
    margin-bottom: 32px;
  }

  .seccion_2 {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .brix---heading-h1-size {
    margin-bottom: 12px;
    font-size: 30px;
    line-height: 35px;
  }

  .brix---subtitle {
    font-size: 30px;
    line-height: 30px;
  }

  .brix---text-300-bold {
    font-size: 18px;
    line-height: 22px;
  }

  .brix---3-columns-1-col-tablet-2 {
    grid-template-columns: 1fr;
  }

  .brix---btn-primary-full-width-2 {
    padding: 20px 32px;
  }

  .brix---pricing-content-v5 {
    padding-bottom: 40px;
    padding-left: 24px;
    padding-right: 24px;
  }

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

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

  .brix---footer-list-item-horizontal {
    margin-bottom: 10px;
  }

  .brix---footer-logo {
    max-width: 70%;
  }

  .brix---footer-logo-wrapper {
    width: 239px;
  }

  .brix---footer-top-small {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .brix---social-media-grid-right---t-center {
    justify-content: center;
    justify-items: center;
  }

  .footer {
    position: static;
    inset: auto 0% 0%;
  }

  .brix---button-row-left-3 {
    margin-right: 16px;
  }

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

  .text-block-9 {
    font-size: 40px;
    line-height: 40px;
  }

  .brix---buttons-row-2 {
    margin-left: 0;
    margin-right: 0;
  }

  .brix---heading-h1-size-3 {
    margin-bottom: 12px;
    margin-left: 0;
    margin-right: 0;
    font-size: 30px;
    line-height: 120%;
  }

  .div-block-3 {
    margin-left: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .brix---floating-image-hero-v1---1 {
    max-width: 500px;
  }

  .brix---mg-bottom-40px-2 {
    margin-bottom: 24px;
  }

  .brix---paragraph-default-3 {
    margin-left: 0;
    margin-right: 0;
  }

  .brix---grid-hero-v16 {
    grid-template-columns: 1fr;
    margin-left: 0;
  }

  .seccion3 {
    padding-top: 0;
    padding-bottom: 100px;
  }

  .brix---floating-image-hero-v1---2 {
    max-width: 480px;
  }

  .brix---heading-h1-size-9 {
    margin-bottom: 12px;
    margin-left: 0;
    margin-right: 0;
    font-size: 30px;
    line-height: 120%;
  }

  .brix---mg-bottom-40px-6 {
    margin-bottom: 24px;
  }

  .brix---paragraph-default-13 {
    margin-left: 0;
    margin-right: 0;
  }

  .brix---floating-image-hero-v1---3 {
    max-width: 480px;
  }

  .brix---heading-h1-size-10 {
    margin-bottom: 12px;
    margin-left: 0;
    margin-right: 0;
    font-size: 30px;
    line-height: 120%;
  }

  .brix---floating-image-hero-v1---4 {
    max-width: 500px;
  }

  .brix---heading-h1-size-11 {
    margin-bottom: 12px;
    margin-left: 0;
    margin-right: 0;
    font-size: 30px;
    line-height: 120%;
  }

  .contenedor3 {
    max-width: 500px;
  }

  .contenedor2 {
    max-width: 480px;
  }

  .brix---mg-bottom-40px {
    margin-bottom: 24px;
  }

  .brix---btn-primary {
    padding: 20px 32px;
  }

  .brix---btn-secondary {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .brix---buttons-row {
    justify-content: center;
    align-items: center;
  }

  .seccion_5 {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .brix---grid-hero-v1 {
    grid-template-columns: 1fr;
  }

  .brix---button-row-left {
    margin-right: 16px;
  }

  .brix---floating-image-hero-v1---5 {
    max-width: 500px;
  }

  .brix---floating-image-hero-v1---6 {
    max-width: 480px;
  }

  .brix---section-hero-top-small {
    padding-top: 0;
    padding-bottom: 100px;
  }

  .tab-link-tab-3-2 {
    margin-left: auto;
    margin-right: auto;
    padding: 20px 50px;
    font-size: 25px;
  }

  .tab-link-tab-3-2.w--current {
    border-radius: 100px;
    margin-left: 20px;
    margin-right: 20px;
    padding: 20px 50px;
  }

  .brix---header-nav-menu-list-6 {
    margin-left: 40px;
    margin-right: 40px;
  }

  .brix---mg-bottom-40px-4 {
    margin-bottom: 24px;
  }

  .tab-link-tab-4-2 {
    border-radius: 100px;
    margin-left: auto;
    margin-right: auto;
    padding: 20px 50px;
  }

  .tab-link-tab-4-2.w--current {
    margin-left: auto;
    margin-right: auto;
    padding: 20px 50px;
  }

  .text-block-4 {
    font-size: 25px;
  }

  .brix---container-default-7 {
    padding-top: 40px;
  }

  .tab-link-tab-2 {
    margin-left: auto;
    margin-right: auto;
    padding: 20px 40px;
    font-size: 25px;
  }

  .tab-link-tab-2.w--current {
    margin-left: auto;
    margin-right: auto;
    padding: 20px 40px;
  }

  .brix---header-logo-7 {
    width: 200px;
    max-width: none;
    height: auto;
  }

  .brix---heading-h1-size-6 {
    margin-bottom: 12px;
    font-size: 38px;
    line-height: 46px;
  }

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

  .brix---header-logo-link-5.w--current {
    position: relative;
    left: 188px;
  }

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

  .tabs-menu {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto;
    grid-template-columns: .75fr .75fr .75fr;
    grid-auto-columns: 1fr;
    margin-left: 40px;
    margin-right: 40px;
    display: grid;
  }

  .brix---mg-bottom-40px-7 {
    margin-bottom: 24px;
  }

  .text-block-10 {
    font-size: 25px;
  }

  .brix---container-default-14 {
    padding-top: 40px;
  }

  .brix---heading-h1-size-12 {
    margin-bottom: 12px;
    font-size: 38px;
    line-height: 46px;
  }

  .section-4 {
    width: auto;
  }

  .brix---floating-image-hero-v6---4 {
    max-width: 480px;
  }

  .botonprincipal {
    padding: 20px 32px;
  }

  .brix---heading-h1-size-13 {
    margin-bottom: 12px;
    font-size: 38px;
    line-height: 46px;
  }

  .seccion1 {
    padding-top: 100px;
    padding-bottom: 0;
  }

  .brix---button-row-left-10 {
    margin-right: 16px;
  }

  .section-7 {
    width: auto;
  }

  .seccion1-copy {
    padding-top: 100px;
    padding-bottom: 0;
  }

  .brix---heading-h1-size-14 {
    margin-bottom: 12px;
    font-size: 38px;
    line-height: 46px;
  }

  .brix---button-row-left-11 {
    margin-right: 16px;
  }

  .section-8 {
    width: auto;
  }

  .brix---heading-h1-size-15 {
    margin-bottom: 12px;
    font-size: 38px;
    line-height: 46px;
  }

  .brix---button-row-left-12 {
    margin-right: 16px;
  }

  .section-9 {
    width: auto;
  }

  .brix---heading-h1-size-16 {
    margin-bottom: 12px;
    font-size: 38px;
    line-height: 46px;
  }

  .brix---button-row-left-13 {
    margin-right: 16px;
  }

  .section-10 {
    width: auto;
  }

  .brix---heading-h1-size-17 {
    margin-bottom: 12px;
    font-size: 38px;
    line-height: 46px;
  }

  .brix---button-row-left-14 {
    margin-right: 16px;
  }

  .section-11, .section-12 {
    width: auto;
  }

  .textos {
    margin-bottom: 24px;
  }

  .section-13, .section-14, .section-15 {
    width: auto;
  }

  .titulo_h1 {
    margin-bottom: 12px;
    font-size: 38px;
    line-height: 46px;
  }

  .imagen_flotando {
    max-width: 480px;
  }

  .botones_contenedor {
    margin-right: 16px;
  }

  .contenedor_imagen {
    width: auto;
  }

  .titulo_h1-2, .titulo_h1-copy {
    margin-bottom: 12px;
    font-size: 38px;
    line-height: 46px;
  }

  .brix---mg-top-80px {
    margin-top: 64px;
  }

  .brix---heading-h1-size-18 {
    margin-bottom: 12px;
    font-size: 38px;
    line-height: 46px;
  }

  .brix---floating-image-hero-v6---1 {
    max-width: 480px;
  }

  .seccion_4 {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .brix---heading-h2-size {
    font-size: 28px;
    line-height: 40px;
  }

  .brix---section-small {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .brix---logo-strip-v10-flex {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .brix---logo-strip-v10-item {
    width: 16%;
  }

  .brix---grid-6-columns-logo-strip {
    grid-column-gap: 72px;
    grid-row-gap: 32px;
    grid-template-columns: auto auto;
    transform: scale(.96);
  }

  .brix---text-300-bold-2 {
    font-size: 30px;
    line-height: 35px;
  }

  .brix---mg-top-64px {
    margin-top: 40px;
  }

  .brix---heading-h1-size-19 {
    margin-bottom: 12px;
    font-size: 38px;
    line-height: 46px;
  }

  .brix---section-hero-top-small-2 {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .brix---2-imgs-floating-wrapper {
    margin-top: 114px;
  }

  .brix---img-floating-left, .brix---img-floating-right {
    border-radius: 16px;
  }

  .brix---mg-bottom-16px {
    margin-bottom: 8px;
  }

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

  .brix---grid-gallery-v6 {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
    grid-template-columns: 1fr;
  }

  .brix---mg-bottom-16px-2 {
    margin-bottom: 8px;
  }

  .brix---mg-bottom-40px-8 {
    margin-bottom: 24px;
  }

  .brix---heading-h2-size-2 {
    font-size: 30px;
    line-height: 40px;
  }

  .brix---button-row-left-15 {
    margin-right: 16px;
  }

  .brix---btn-primary-white {
    padding: 20px 32px;
  }

  .brix---btn-secondary-white {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .brix---cta-bg-overlay {
    min-height: 66vh;
    padding-top: 96px;
    padding-bottom: 96px;
  }

  .brix---grid-cta-v10 {
    grid-template-columns: 1fr;
    width: 80vw;
  }

  .slide-txt-wrap {
    top: 65%;
  }

  .paragraph-2 {
    max-width: 500px;
  }

  .section-19 {
    height: auto;
    padding-top: 0;
  }

  .container-10 {
    flex-flow: column;
    display: flex;
  }

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

@media screen and (max-width: 479px) {
  h1 {
    font-size: 2.5rem;
  }

  h2 {
    font-size: 2.125rem;
  }

  h4 {
    font-size: 1.375rem;
  }

  h5 {
    font-size: 1.25rem;
  }

  h6 {
    font-size: 1.125rem;
  }

  p {
    font-size: .9375rem;
  }

  li {
    padding-left: .75rem;
  }

  blockquote {
    padding-left: 1.5rem;
  }

  .text-input {
    width: 100%;
    padding-left: 1rem;
    padding-right: 1rem;
    font-size: 1rem;
  }

  .paragraph {
    font-size: .875rem;
  }

  .paragraph.extra-large {
    font-size: 1.375rem;
  }

  .paragraph.large {
    font-size: 1.0625rem;
  }

  .rich-text h3 {
    margin-top: 3rem;
  }

  .rich-text h1, .rich-text h2 {
    margin-top: 3.5rem;
  }

  .rich-text h4 {
    margin-top: 2.5rem;
  }

  .rich-text h5 {
    margin-top: 2rem;
  }

  .rich-text h6 {
    margin-top: 1.5rem;
  }

  .check-box {
    flex: none;
  }

  .color-block {
    margin-bottom: 1.25rem;
  }

  .heading.medium {
    font-size: 2rem;
  }

  .heading.extra-small {
    font-size: 1.125rem;
  }

  .heading.small {
    font-size: 1.25rem;
  }

  .heading.regular {
    font-size: 1.375rem;
  }

  .heading.extra-large {
    font-size: 2.5rem;
  }

  .heading.large {
    font-size: 2.125rem;
  }

  .button-secondary {
    font-size: 1rem;
  }

  .button-secondary.small.hide-mobile-portrait {
    display: none;
  }

  .style-guide-section-header {
    margin-bottom: 2rem;
  }

  .block-quote {
    padding-left: 1.5rem;
  }

  .section {
    padding: 3.5rem 2.5rem;
  }

  .grid-2-column {
    grid-row-gap: 2.5rem;
  }

  .nav-menu {
    border: 1px solid var(--elements-webflow-library--general--shadow-01);
    padding-left: 1.625rem;
    padding-right: 1.625rem;
  }

  .nav-container {
    grid-column-gap: 2.9rem;
    grid-row-gap: 2.9rem;
    flex-flow: row;
    padding-bottom: 0;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .logo-wrapper {
    margin-top: 0;
  }

  .button {
    font-size: 1rem;
  }

  .button.small.hide-mobile-portrait {
    display: none;
  }

  .text-color-300 {
    font-size: .875rem;
  }

  .social-proof-logos-wrapper {
    grid-column-gap: 2rem;
    grid-row-gap: 1.5rem;
    justify-content: center;
  }

  .nav-menu-button {
    justify-content: center;
    align-items: center;
    margin: 0 auto;
  }

  .actions-wrapper {
    flex-flow: row;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .menu-icon-line-bottom, .menu-icon-line-top {
    background-color: var(--principal);
  }

  .button-group {
    flex-direction: column;
    flex: 1;
    width: 100%;
  }

  .faq-question {
    padding: 1.5rem 1.75rem 1.5rem 2rem;
  }

  .faq-accordion {
    border-radius: 1rem;
  }

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

  .faq-answer {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .image-wrapper {
    border-radius: 1rem;
  }

  .feature-item, .card-list {
    grid-template-columns: 1fr;
  }

  .card-item {
    border-radius: 1rem;
    padding: 2rem;
  }

  .card-item.login {
    padding: 2rem;
  }

  .footer-column {
    grid-column-gap: .75rem;
    grid-row-gap: .75rem;
  }

  .icon-large {
    width: 2rem;
    height: 2rem;
  }

  .features-list {
    grid-row-gap: 6rem;
  }

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

  .pricing-features-list {
    margin-bottom: 2rem;
  }

  .footer-grid {
    grid-column-gap: 1.25rem;
    grid-row-gap: 2.5rem;
    grid-template-columns: 1fr 1fr;
  }

  .login-form {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

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

  .benefit-item {
    border-radius: 1rem;
  }

  .header-layout {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
  }

  .grid-3-column {
    grid-row-gap: 2.5rem;
  }

  .pricing-card, .testimonials-card {
    border-radius: 1rem;
    padding: 2rem;
  }

  .footer-bottom {
    grid-column-gap: .75rem;
    grid-row-gap: .75rem;
  }

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

  .about-grid-image-wrapper {
    border-radius: 1rem;
  }

  .spacer-64, .spacer-80 {
    width: 3rem;
    height: 3rem;
  }

  .spacer-96 {
    width: 3.5rem;
    height: 3.5rem;
  }

  .slider_1 {
    background-color: #071b2c;
    background-repeat: repeat, repeat;
    background-size: auto, cover;
    background-attachment: scroll, scroll;
  }

  .heading-7 {
    text-align: center;
    font-size: 40px;
  }

  .slider2, .slider3 {
    background-color: #071b2c;
  }

  .container {
    inset: 550px 10% 0%;
  }

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

  .brix---container-default-10 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
  }

  .brix---badge-secondary-small-bold {
    padding: 10px 16px;
    font-size: 14px;
    line-height: 16px;
  }

  .brix---icon-list {
    width: 24px;
    margin-right: 8px;
  }

  .brix---heading-h3-size {
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 30px;
  }

  .brix---btn-primary-full-width {
    width: 100%;
    padding-top: 18px;
    padding-bottom: 18px;
    font-size: 16px;
    line-height: 18px;
  }

  .brix---divider-40px {
    margin-top: 32px;
    margin-bottom: 32px;
  }

  .brix---btn-primary-white-full-width {
    width: 100%;
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .brix---paragraph-default-9 {
    font-size: 17px;
    line-height: 28px;
  }

  .brix---3-columns-1-col-tablet {
    flex-flow: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-flow: column;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .seccion4 {
    height: auto;
  }

  .brix---heading-h1-size-8 {
    margin-bottom: 10px;
    font-size: 30px;
    line-height: 37px;
  }

  .brix---mg-bottom-48px-2 {
    margin-bottom: 32px;
  }

  .botonsecundario {
    width: 100%;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    padding: 18px 20px;
    font-size: 17px;
    line-height: 19px;
  }

  .utility-margin-all-0 {
    margin: 0;
  }

  .utility-padding-all-0 {
    padding: 0;
  }

  .card-body {
    padding: 1.5rem;
  }

  .brix---mg-bottom-8px {
    margin-bottom: 6px;
  }

  .brix---mg-bottom-24px {
    margin-bottom: 16px;
  }

  .brix---mg-bottom-48px {
    margin-bottom: 32px;
  }

  .brix---display-3 {
    font-size: 26px;
    line-height: 39px;
  }

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

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

  .brix---heading-h1-size {
    text-align: center;
    margin-bottom: 10px;
    font-size: 25px;
    line-height: 30px;
  }

  .brix---subtitle {
    font-size: 25px;
    line-height: 30px;
  }

  .brix---paragraph-default {
    font-size: 17px;
    line-height: 28px;
  }

  .brix---text-300-bold {
    font-size: 17px;
    line-height: 21px;
  }

  .brix---3-columns-1-col-tablet-2 {
    grid-template-columns: 1fr;
  }

  .brix---btn-primary-full-width-2 {
    width: 100%;
    padding-top: 18px;
    padding-bottom: 18px;
    font-size: 16px;
    line-height: 18px;
  }

  .a-faq-dropdown-3 {
    padding: 24px;
  }

  .brix---footer-list-item-horizontal {
    margin-bottom: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  .brix---footer-logo {
    width: 100%;
    max-width: 60%;
  }

  .brix---footer-logo-wrapper {
    padding-bottom: 20px;
  }

  .brix---footer-top-small {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .brix---social-icon-square-30px {
    border-radius: 6px;
    width: 30px;
    min-width: 30px;
    height: 30px;
    min-height: 30px;
    font-size: 14px;
  }

  .brix---footer-link {
    font-size: 16px;
    line-height: 19px;
  }

  .brix---social-media-grid-right---t-center {
    grid-template-columns: repeat(auto-fit, 30px);
    padding-top: 10px;
  }

  .brix---footer-list-wrapper-horizontal {
    flex-direction: column;
  }

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

  .section-5 {
    background-color: #071b2c;
  }

  .brix---button-row-left-3 {
    width: 100%;
    margin-bottom: 20px;
    margin-right: 0;
  }

  .seccion2 {
    padding-top: 48px;
    padding-bottom: 0;
  }

  .text-block-9 {
    color: var(--principal);
    font-size: 25px;
    line-height: 30px;
  }

  .brix---paragraph-default-12 {
    font-size: 17px;
    line-height: 28px;
  }

  .brix---container-default-13 {
    flex-flow: column;
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .brix---buttons-row-2 {
    flex-direction: column;
    align-items: stretch;
  }

  .brix---heading-h1-size-3 {
    text-align: center;
    margin-top: auto;
    margin-bottom: 10px;
    font-size: 25px;
    line-height: 120%;
  }

  .brix---floating-image-hero-v1---1 {
    opacity: .2;
    bottom: -5%;
    left: -35%;
  }

  .brix---paragraph-default-3 {
    margin-left: auto;
    margin-right: auto;
    font-size: 17px;
    line-height: 28px;
  }

  .brix---grid-hero-v16 {
    margin-top: 0;
  }

  .seccion3 {
    padding-top: 48px;
    padding-bottom: 10px;
  }

  .brix---floating-image-hero-v1---2 {
    display: none;
  }

  .brix---heading-h1-size-9 {
    text-align: center;
    margin-top: auto;
    margin-bottom: 10px;
    font-size: 25px;
    line-height: 120%;
  }

  .brix---paragraph-default-13 {
    margin-left: auto;
    margin-right: auto;
    font-size: 17px;
    line-height: 28px;
  }

  .brix---floating-image-hero-v1---3 {
    display: none;
  }

  .brix---heading-h1-size-10 {
    text-align: center;
    margin-top: auto;
    margin-bottom: 10px;
    font-size: 25px;
    line-height: 120%;
  }

  .brix---floating-image-hero-v1---4 {
    opacity: .2;
    bottom: -5%;
    left: -35%;
  }

  .brix---heading-h1-size-11 {
    text-align: center;
    margin-top: auto;
    margin-bottom: 10px;
    font-size: 25px;
    line-height: 120%;
  }

  .contenedor3 {
    opacity: .2;
    bottom: -5%;
    left: -35%;
  }

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

  .contenedor2 {
    display: none;
  }

  .slider_2, .slider_3 {
    background-color: #071b2c;
    background-repeat: repeat, repeat;
    background-size: auto, cover;
    background-attachment: scroll, scroll;
  }

  .brix---btn-primary, .brix---btn-secondary {
    width: 100%;
    padding-top: 18px;
    padding-bottom: 18px;
    font-size: 17px;
    line-height: 19px;
  }

  .brix---buttons-row {
    flex-direction: column;
    align-items: stretch;
  }

  .seccion_5 {
    margin-top: 40px;
    padding-top: 48px;
    padding-bottom: 0;
  }

  .brix---paragraph-default-14 {
    font-size: 17px;
    line-height: 28px;
  }

  .brix---button-row-left {
    width: 100%;
    margin-bottom: 20px;
    margin-right: 0;
  }

  .brix---floating-image-hero-v1---5 {
    opacity: .2;
    bottom: -5%;
    left: -35%;
  }

  .brix---floating-image-hero-v1---6 {
    display: none;
  }

  .brix---section-hero-top-small {
    padding-top: 0;
    padding-bottom: 96px;
  }

  .brix---hamburger-menu-bar-bottom-3 {
    width: 30px;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .brix---paragraph-default-6 {
    font-size: 17px;
    line-height: 28px;
  }

  .tab-link-tab-3-2 {
    margin-left: auto;
    margin-right: auto;
    padding: 10px 30px;
    font-size: 14px;
  }

  .tab-link-tab-3-2.w--current {
    margin-left: auto;
    margin-right: auto;
    padding: 10px 30px;
  }

  .brix---header-nav-menu-list-6 {
    margin-bottom: 220px;
    margin-left: 0;
    margin-right: 0;
  }

  .tab-link-tab-4-2, .tab-link-tab-4-2.w--current {
    margin-left: auto;
    margin-right: auto;
    padding: 10px 30px;
  }

  .f-testimonial-author {
    flex-flow: column wrap;
    justify-content: center;
    align-items: center;
  }

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

  .brix---container-default-7 {
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .brix---header-nav-list-item-7 {
    text-align: left;
    width: 100%;
  }

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

  .tab-link-tab-2 {
    margin-left: auto;
    margin-right: auto;
    padding: 10px 30px;
    font-size: 14px;
  }

  .tab-link-tab-2.w--current {
    margin-left: auto;
    margin-right: auto;
    padding: 10px 30px;
  }

  .brix---header-logo-7 {
    width: 159px;
    max-width: none;
  }

  .brix---hamburger-menu-bar-top-3 {
    width: 30px;
    margin-top: 10px;
    margin-bottom: 10px;
  }

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

  .brix---heading-h1-size-6 {
    margin-bottom: 10px;
    font-size: 30px;
    line-height: 37px;
  }

  .brix---header-menu-wrapper-3 {
    background-color: #fff0;
    background-image: linear-gradient(#071b2c 54%, #071b2c00);
    border-style: none;
    border-width: 0;
  }

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

  .f-grid-three-column {
    padding-left: 0;
    padding-right: 0;
  }

  .brix---header-logo-link-5.w--current {
    left: 357px;
  }

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

  .tabs-menu {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    margin-left: 20px;
    margin-right: 20px;
  }

  .brix---paragraph-default-15 {
    font-size: 17px;
    line-height: 28px;
  }

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

  .brix---container-default-14 {
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .brix---heading-h1-size-12 {
    margin-bottom: 10px;
    font-size: 30px;
    line-height: 37px;
  }

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

  .brix---paragraph-default-16 {
    font-size: 17px;
    line-height: 28px;
  }

  .section-4 {
    background-color: #071b2c;
    height: 40vh;
  }

  .brix---text-center-7 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: block;
  }

  .brix---floating-image-hero-v6---4 {
    display: none;
  }

  .botonprincipal {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding: 18px 20px;
    font-size: 17px;
    line-height: 19px;
  }

  .brix---heading-h1-size-13 {
    color: var(--principal);
    margin-bottom: 10px;
    font-family: Switzer, sans-serif;
    font-size: 20px;
    line-height: 25px;
  }

  .seccion1 {
    padding-top: 48px;
    padding-bottom: 0;
  }

  .brix---button-row-left-10 {
    width: 100%;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
  }

  .brix---buttons-row-center-5 {
    flex-direction: column;
  }

  .brix---container-default-16 {
    text-align: center;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
  }

  .brix---paragraph-default-17 {
    font-size: 17px;
    line-height: 28px;
  }

  .section-7 {
    background-color: #071b2c;
    height: 40vh;
  }

  .seccion1-copy {
    padding-top: 48px;
    padding-bottom: 0;
  }

  .brix---text-center-8 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: block;
  }

  .brix---heading-h1-size-14 {
    color: var(--principal);
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 25px;
  }

  .brix---button-row-left-11 {
    width: 100%;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
  }

  .brix---container-default-17 {
    text-align: center;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
  }

  .brix---paragraph-default-18 {
    font-size: 17px;
    line-height: 28px;
  }

  .section-8 {
    background-color: #071b2c;
    height: 40vh;
  }

  .brix---text-center-9 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: block;
  }

  .brix---heading-h1-size-15 {
    margin-bottom: 10px;
    font-size: 30px;
    line-height: 37px;
  }

  .brix---button-row-left-12 {
    width: 100%;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
  }

  .brix---paragraph-default-19 {
    font-size: 17px;
    line-height: 28px;
  }

  .section-9 {
    background-color: #071b2c;
    height: 40vh;
  }

  .brix---text-center-10 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: block;
  }

  .brix---heading-h1-size-16 {
    margin-bottom: 10px;
    font-size: 30px;
    line-height: 37px;
  }

  .brix---button-row-left-13 {
    width: 100%;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
  }

  .brix---paragraph-default-20 {
    font-size: 17px;
    line-height: 28px;
  }

  .section-10 {
    background-color: #071b2c;
    height: 40vh;
  }

  .brix---text-center-11 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: block;
  }

  .brix---heading-h1-size-17 {
    margin-bottom: 10px;
    font-size: 30px;
    line-height: 37px;
  }

  .brix---button-row-left-14 {
    width: 100%;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
  }

  .brix---paragraph-default-21 {
    font-size: 17px;
    line-height: 28px;
  }

  .section-11 {
    background-color: #071b2c;
    height: 40vh;
  }

  .brix---text-center-12 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: block;
  }

  .texto_contenedor {
    text-align: center;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
  }

  .brix---paragraph-default-22 {
    font-size: 17px;
    line-height: 28px;
  }

  .section-12 {
    background-color: #071b2c;
    height: 40vh;
  }

  .botones {
    flex-direction: column;
  }

  .texto {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: block;
  }

  .brix---paragraph-default-23 {
    font-size: 17px;
    line-height: 28px;
  }

  .section-13 {
    background-color: #071b2c;
    height: 40vh;
  }

  .brix---paragraph-default-24 {
    font-size: 17px;
    line-height: 28px;
  }

  .section-14 {
    background-color: #071b2c;
    height: 40vh;
  }

  .brix---paragraph-default-25 {
    font-size: 17px;
    line-height: 28px;
  }

  .section-15 {
    background-color: #071b2c;
    height: 40vh;
  }

  .titulo_h1 {
    margin-bottom: 10px;
    font-size: 30px;
    line-height: 37px;
  }

  .imagen_flotando {
    display: none;
  }

  .botones_contenedor {
    width: 100%;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
  }

  .texto_descritivo {
    font-size: 17px;
    line-height: 28px;
  }

  .contenedor_imagen {
    background-color: #071b2c;
    height: 40vh;
  }

  .texto_descritivo-2 {
    font-size: 17px;
    line-height: 28px;
  }

  .titulo_h1-2, .titulo_h1-copy {
    margin-bottom: 10px;
    font-size: 30px;
    line-height: 37px;
  }

  .brix---mg-top-80px {
    margin-top: 56px;
  }

  .brix---heading-h1-size-18 {
    margin-bottom: 10px;
    font-size: 30px;
    line-height: 37px;
  }

  .brix---paragraph-default-26 {
    font-size: 17px;
    line-height: 28px;
  }

  .brix---buttons-row-center {
    flex-direction: column;
  }

  .brix---floating-image-hero-v6---1 {
    display: none;
  }

  .seccion_4 {
    padding-top: 48px;
    padding-bottom: 96px;
  }

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

  .brix---heading-h2-size {
    font-size: 24px;
    line-height: 34px;
  }

  .brix---section-small {
    margin-top: 40px;
    margin-bottom: 40px;
    padding-top: 0;
    padding-bottom: 64px;
  }

  .brix---logo-strip-v10-flex {
    grid-column-gap: 14px;
    grid-row-gap: 14px;
  }

  .brix---logo-strip-v10-item {
    width: 18%;
  }

  .brix---grid-6-columns-logo-strip {
    grid-column-gap: 48px;
    grid-row-gap: 32px;
  }

  .brix---text-300-bold-2 {
    font-size: 25px;
    line-height: 30px;
  }

  .brix---heading-h1-size-19 {
    margin-bottom: 10px;
    font-size: 30px;
    line-height: 37px;
  }

  .brix---paragraph-default-27 {
    font-size: 17px;
    line-height: 28px;
  }

  .brix---section-hero-top-small-2 {
    padding-top: 48px;
    padding-bottom: 96px;
  }

  .brix---mg-bottom-16px {
    margin-bottom: 15px;
  }

  .brix---paragraph-default-28 {
    font-size: 17px;
    line-height: 28px;
  }

  .brix---image-wrapper-br-24px {
    border-radius: 16px;
  }

  .brix---grid-gallery-v6 {
    margin-left: 0;
    margin-right: 0;
  }

  .brix---mg-bottom-16px-2 {
    margin-bottom: 15px;
  }

  .brix---buttons-row-3 {
    flex-direction: column;
    align-items: stretch;
  }

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

  .brix---heading-h2-size-2 {
    font-size: 25px;
    line-height: 25px;
  }

  .brix---paragraph-default-29 {
    font-size: 17px;
    line-height: 25px;
  }

  .brix---button-row-left-15 {
    width: 100%;
    margin-bottom: 20px;
    margin-right: 0;
  }

  .brix---btn-primary-white, .brix---btn-secondary-white {
    width: 100%;
    padding-top: 18px;
    padding-bottom: 18px;
    font-size: 16px;
    line-height: 18px;
  }

  .brix---cta-bg-overlay {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .brix---grid-cta-v10 {
    width: 85vw;
  }

  .div-block-4 {
    max-width: none;
  }

  .slide2-img {
    background-image: linear-gradient(180deg, var(--oscuro), var(--oscuro_trans) 50%, var(--oscuro) 82%), url('../images/slider2_1.webp');
    background-position: 0 0, 50%;
    background-size: auto, cover;
  }

  .slide-txt-wrap {
    top: 54%;
  }

  .paragraph-2 {
    max-width: 300px;
    font-size: 15px;
  }

  .slide2-img-copy {
    background-image: linear-gradient(180deg, var(--oscuro), var(--oscuro_trans) 50%, var(--oscuro) 82%), url('../images/slider2_1.webp');
    background-position: 0 0, 50%;
    background-size: auto, cover;
  }

  .section-19 {
    padding-top: 40px;
  }

  .heading-5 {
    font-size: 25px;
  }

  .container-10 {
    grid-column-gap: 23px;
    grid-row-gap: 23px;
    flex-flow: column;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .video {
    width: 96%;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .brix---display-3-copy {
    font-size: 26px;
    line-height: 39px;
  }
}

#w-node-_1636b626-2084-c973-8b4b-42c3e4c3f14d-64e02e16 {
  justify-self: center;
}

#w-node-_4dc96659-5756-d1c7-7a29-d857482747cb-64e02e16, #w-node-_4dc96659-5756-d1c7-7a29-d857482747d6-64e02e16, #w-node-_4dc96659-5756-d1c7-7a29-d857482747e1-64e02e16, #w-node-_4dc96659-5756-d1c7-7a29-d857482747ec-64e02e16, #w-node-_4dc96659-5756-d1c7-7a29-d857482747f7-64e02e16, #w-node-_4dc96659-5756-d1c7-7a29-d85748274801-64e02e16 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3be035e9-4668-ec97-6c44-d468dad25acd-dad25ac9 {
  justify-self: start;
}

#w-node-_3be035e9-4668-ec97-6c44-d468dad25acf-dad25ac9 {
  justify-self: end;
}

#w-node-abad23f6-3206-d95e-518e-2548f4c4699b-f4c46996 {
  justify-self: center;
}

#w-node-abad23f6-3206-d95e-518e-2548f4c469b0-f4c46996 {
  justify-self: end;
}

#w-node-_09456e63-60de-c1dd-8b1c-dcdd848a06c4-a449c164, #w-node-_09456e63-60de-c1dd-8b1c-dcdd848a06cf-a449c164, #w-node-_09456e63-60de-c1dd-8b1c-dcdd848a06da-a449c164, #w-node-_09456e63-60de-c1dd-8b1c-dcdd848a06e7-a449c164, #w-node-_09456e63-60de-c1dd-8b1c-dcdd848a06f2-a449c164, #w-node-_09456e63-60de-c1dd-8b1c-dcdd848a06fd-a449c164, #w-node-_09456e63-60de-c1dd-8b1c-dcdd848a0708-a449c164, #w-node-_09456e63-60de-c1dd-8b1c-dcdd848a0715-a449c164, #w-node-_09456e63-60de-c1dd-8b1c-dcdd848a0720-a449c164, #w-node-_09456e63-60de-c1dd-8b1c-dcdd848a072b-a449c164, #w-node-_09456e63-60de-c1dd-8b1c-dcdd848a0736-a449c164, #w-node-_09456e63-60de-c1dd-8b1c-dcdd848a0741-a449c164 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_929a0e86-a508-1c29-6522-bd480e3acbd2-02d1212f {
  grid-area: area1;
}

#w-node-_31ccc5d9-4931-ac50-4609-2fb8501544b2-02d1212f {
  grid-area: area2;
}

#w-node-a7e91360-d5c2-609a-4b5b-0756193f2878-02d1212f {
  grid-area: area3;
}

#w-node-_44c06ff3-ed13-920f-41c3-4d5a5f454c09-02d1212f {
  grid-area: area4;
}

@media screen and (min-width: 1920px) {
  #w-node-_929a0e86-a508-1c29-6522-bd480e3acbd2-02d1212f, #w-node-_31ccc5d9-4931-ac50-4609-2fb8501544b2-02d1212f, #w-node-a7e91360-d5c2-609a-4b5b-0756193f2878-02d1212f, #w-node-_44c06ff3-ed13-920f-41c3-4d5a5f454c09-02d1212f {
    place-self: center;
  }
}

@media screen and (max-width: 991px) {
  #w-node-_3be035e9-4668-ec97-6c44-d468dad25acd-dad25ac9 {
    place-self: auto center;
  }

  #w-node-_3be035e9-4668-ec97-6c44-d468dad25acf-dad25ac9 {
    place-self: center;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_3be035e9-4668-ec97-6c44-d468dad25acd-dad25ac9 {
    justify-self: center;
  }

  #w-node-_09456e63-60de-c1dd-8b1c-dcdd848a06b8-a449c164, #w-node-_09456e63-60de-c1dd-8b1c-dcdd848a06bb-a449c164, #w-node-_09456e63-60de-c1dd-8b1c-dcdd848a06be-a449c164 {
    place-self: center;
  }
}


@font-face {
  font-family: 'Switzer';
  src: url('../fonts/Switzer-VariableItalic.ttf') format('truetype');
  font-weight: 100 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Switzer';
  src: url('../fonts/Switzer-Variable.ttf') format('truetype');
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}