@font-face {
  font-family: Roca;
  src: url('../fonts/Roca-Bold.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Roca;
  src: url('../fonts/Roca-Heavy.ttf') format("truetype"), url('../fonts/Roca-Black.ttf') format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Roca;
  src: url('../fonts/Roca-Bold-Italic.ttf') format("truetype");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Roca;
  src: url('../fonts/Roca-Heavy-Italic.ttf') format("truetype"), url('../fonts/Roca-Black-Italic.ttf') format("truetype");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Roca;
  src: url('../fonts/Roca-Light-Italic.ttf') format("truetype");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Roca;
  src: url('../fonts/Roca-Italic.ttf') format("truetype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Roca;
  src: url('../fonts/Roca-Thin.ttf') format("truetype");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Roca;
  src: url('../fonts/Roca-Regular.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Roca;
  src: url('../fonts/Roca-Light.ttf') format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Roca;
  src: url('../fonts/Roca-Thin-Italic.ttf') format("truetype");
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}

:root {
  --beige: #ede9e5;
  --verde-oscuro: #156669;
  --radiant-ui-components-library-marketplace--color--white: #fff;
  --flowstica-webflow-library--black: #010b15;
  --verde-claro: #f3fadc;
  --_cta-size---cta-size: 2rem;
  --elements-webflow-library--neutral--800: #000;
  --elements-webflow-library--neutral--600: #6e7191;
  --elements-webflow-library--neutral--100: transparent;
  --elements-webflow-library--neutral--300: #eff0f6;
  --elements-webflow-library--general--shadow-02: #14142b14;
  --radiant-ui-components-library-marketplace--color--heading-dark: #150438;
  --radiant-ui-components-library-marketplace--color--body-font-dark: #6d6d6d;
  --radiant-ui-components-library-marketplace--color--theme-color: #116df8;
  --radiant-ui-components-library-marketplace--color--linear-color-two: #eff2ff;
  --radiant-ui-components-library-marketplace--color--button-background-dark: #131218;
  --elements-webflow-library--accent--primary-1: #4a3aff;
  --elements-webflow-library--general--shadow-01: #14142b0f;
  --flowstica-webflow-library--medium-sea-green: #08b54f;
  --flowstica-webflow-library--white: white;
  --flowstica-webflow-library--white-smoke: #f7f7f7;
  --elements-webflow-library--secondary--color-1: #281ca5;
  --_cta-size---number: 0;
  --radiant-ui-components-library-marketplace--linear-color-three: #e0ecff;
  --elements-webflow-library--secondary--color-2: #f2f1ff;
  --flowstica-webflow-library--honeydew: #cef0dc;
}

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

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

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

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

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

body {
  color: #333;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

.navbar-logo-center-container {
  z-index: 5;
  background-color: #0000;
  width: 1030px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
}

.navbar-logo-center-container.shadow-three {
  width: 100%;
  max-width: 1140px;
}

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

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

.navbar-brand-three {
  z-index: 5;
  position: absolute;
}

.nav-menu-wrapper-three {
  width: 100%;
}

.nav-menu-three {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.nav-menu-block {
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.hero-heading-center {
  z-index: auto;
  box-sizing: border-box;
  float: none;
  clear: none;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  aspect-ratio: auto;
  -webkit-text-fill-color: inherit;
  mix-blend-mode: normal;
  object-fit: cover;
  object-position: 100% 50%;
  background-color: #f5f7fa;
  background-image: url('../images/Background.jpg');
  background-size: auto;
  background-clip: border-box;
  border-bottom: 1px solid #e4ebf3;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  min-width: 0;
  height: 100vh;
  max-height: none;
  margin-left: 0;
  margin-right: 0;
  padding: 80px 30px;
  display: block;
  position: relative;
  overflow: visible;
}

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

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

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

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

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

.shadow-two {
  box-shadow: 0 4px 24px #96a3b514;
}

.image {
  box-sizing: border-box;
  float: none;
  clear: none;
  object-fit: fill;
  margin-top: 20px;
  margin-right: 20px;
  display: block;
  position: absolute;
  inset: 20px 0% auto auto;
  overflow: clip;
}

.heading {
  flex: 0 auto;
  font-family: Roca, Arial, sans-serif;
  font-size: 100px;
  font-weight: 400;
  position: relative;
  inset: 5% auto auto -25%;
}

.body {
  color: #fff;
  text-align: center;
}

.body-2 {
  background-color: #fcfcfc;
}

.inner-wrapper-div {
  aspect-ratio: auto;
  width: 100%;
  height: 100vh;
  position: relative;
}

.bg-magic-wrapper {
  z-index: auto;
  -webkit-text-fill-color: inherit;
  object-fit: fill;
  background-image: url('../images/Background.jpg');
  background-position: 0 0;
  background-size: cover;
  background-clip: border-box;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% auto auto 0%;
}

.container-2 {
  width: 100%;
  max-width: 0;
  height: 100vh;
}

.image-2 {
  aspect-ratio: auto;
  -webkit-text-fill-color: inherit;
  object-fit: cover;
  background-clip: border-box;
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: visible;
}

.heading-2 {
  object-fit: fill;
  position: static;
}

.image-bg {
  width: 100%;
  height: 100%;
  position: static;
}

.div-block {
  float: none;
  position: absolute;
}

.heading-3 {
  float: none;
  clear: none;
  color: #fff;
  align-self: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 0;
  font-family: Roca, Arial, sans-serif;
  font-size: 7rem;
  line-height: .532em;
  position: relative;
  top: 0;
}

.heading-4 {
  color: #fff;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  margin-top: .25rem;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 2.5rem;
  font-weight: 400;
  display: block;
  position: relative;
  bottom: auto;
  left: 0%;
}

.image-3 {
  float: right;
  position: absolute;
  inset: 0% 0% auto auto;
}

.div-block-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  grid-template-rows: auto auto auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  place-content: stretch;
  place-items: stretch center;
  display: flex;
  position: relative;
  top: 0%;
  bottom: -200px;
  left: -15%;
}

.paragraph {
  color: #fff;
  text-align: center;
  order: 0;
  justify-content: flex-start;
  align-self: stretch;
  align-items: center;
  margin-top: 40px;
  padding-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 1.812rem;
  line-height: 1.2em;
  text-decoration: none;
  display: block;
  position: relative;
  top: -1.1rem;
}

.button {
  direction: ltr;
  color: #166569;
  text-align: center;
  letter-spacing: normal;
  text-indent: 0;
  text-transform: none;
  text-overflow: clip;
  column-count: 0;
  white-space: nowrap;
  word-break: normal;
  overflow-wrap: normal;
  background-color: #f3fadc;
  border-radius: 50px;
  margin-top: -60px;
  padding: 15px 20px;
  font-family: Montserrat, sans-serif;
  font-size: 2rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1em;
  text-decoration: none;
  position: relative;
  top: 4.9rem;
  bottom: 0;
  box-shadow: 0 10px 20px 2px #0003;
}

.div-block-3 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -webkit-text-fill-color: inherit;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid #000;
  flex-flow: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 500px;
  height: 2px;
  margin-top: 0;
  margin-bottom: 60px;
  display: block;
  position: relative;
}

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

.container-3 {
  box-sizing: border-box;
  aspect-ratio: auto;
  text-align: center;
  object-fit: fill;
  width: auto;
  max-width: 0;
  height: 200px;
  margin-left: auto;
  margin-right: auto;
  font-family: Montserrat, sans-serif;
  text-decoration: none;
  position: static;
  overflow: visible;
}

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

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

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

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

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

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

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

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

.shadow-two-2 {
  box-shadow: 0 4px 24px #96a3b514;
}

.frase {
  background-color: #ede9e5;
  border-bottom: 1px solid #e4ebf3;
  width: auto;
  padding: 80px 30px;
  display: block;
  position: relative;
}

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

.heading-5 {
  width: Infinity% ;
  color: green;
  object-fit: fill;
}

.heading-6 {
  color: var(--verde-oscuro);
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.323em;
  text-decoration: none;
}

.div-block-4 {
  margin-left: 0;
  padding-left: 128px;
  padding-right: 128px;
}

.container-4 {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  margin-top: 215px;
  margin-left: 233px;
  margin-right: 0;
  display: flex;
}

.container-5 {
  grid-column-gap: 0px;
  grid-row-gap: 7px;
  flex-flow: column;
  grid-template: "Area Area-2" 1fr
                 ". ."
                 / 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 100%;
  height: 100%;
  display: block;
  position: static;
}

.titulos {
  text-align: left;
  text-transform: uppercase;
  word-break: normal;
  width: 100%;
  margin-top: 0;
  margin-bottom: 10px;
  margin-left: 0;
  font-family: Montserrat, sans-serif;
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 1.2em;
}

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

.parrafos {
  text-align: justify;
  align-self: auto;
  width: 100%;
  margin-top: 60px;
  margin-left: 0%;
  padding-right: 25%;
  font-family: Montserrat, sans-serif;
  font-size: 1.5rem;
  line-height: 1.2em;
  display: block;
}

.bold-text {
  text-align: justify;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
}

.cell {
  background-color: #fff;
  display: flex;
}

.quick-stack {
  background-color: var(--verde-oscuro);
  -webkit-text-fill-color: inherit;
  mix-blend-mode: normal;
  background-clip: border-box;
}

.se-trata-de-ti {
  background-color: #e8e6dd;
  height: 100%;
}

.square {
  background-color: #fff;
  height: 90%;
  margin-bottom: 0;
  margin-right: 30%;
  padding-bottom: 0;
  padding-right: 0;
  position: static;
  inset: auto 0% 0% auto;
  box-shadow: 2px 2px 5px #0003;
}

.container-6 {
  width: 100vw;
  max-width: 100%;
  height: 800px;
  margin-bottom: 0;
  padding-bottom: 0;
  display: block;
  position: static;
}

.div-block-6 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  justify-content: center;
  place-items: center;
  height: 90%;
  display: flex;
}

.col1 {
  flex-flow: column;
  order: 0;
  justify-content: flex-start;
  align-self: auto;
  align-items: center;
  padding-top: 0;
  padding-bottom: 64px;
  padding-left: 40px;
  display: flex;
}

.image-4 {
  display: block;
  position: absolute;
  inset: 0% 0% auto auto;
}

.image-5 {
  z-index: 10;
  float: right;
  clear: left;
  mix-blend-mode: normal;
  width: 23rem;
  max-width: 30rem;
  position: relative;
  inset: 11rem 0% 0% -8.1rem;
  box-shadow: 2px 2px 10px #0003;
}

.bold-text-2 {
  display: inline;
}

.hero-section {
  object-fit: fill;
  height: 100%;
  min-height: 100%;
  margin-bottom: 0;
  padding-bottom: 0;
}

.navbar-logo-center-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  font-family: Montserrat, sans-serif;
  display: block;
  position: static;
  overflow: visible;
  box-shadow: 0 2px 5px #000;
}

.navbar-logo-center-container-2 {
  z-index: 5;
  background-color: #0000;
  width: 1030px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
}

.navbar-logo-center-container-2.shadow-three {
  width: 100%;
  max-width: 1140px;
}

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

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

.navbar-brand-three-2 {
  z-index: 5;
  position: absolute;
}

.nav-menu-wrapper-three-2 {
  width: 100%;
}

.nav-menu-three-2 {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.nav-menu-block-2 {
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.nav-link-accent-2:hover {
  color: #1a1b1fbf;
}

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

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

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

.container-8 {
  box-sizing: border-box;
  clear: none;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  aspect-ratio: 16 / 9;
  object-fit: fill;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  width: 50%;
  max-width: 100%;
  height: 50%;
  margin-left: 0;
  margin-right: 0;
  padding: 11rem 0 0 11rem;
  transition: opacity .2s;
  display: flex;
  position: absolute;
  left: 1rem;
}

.container-9 {
  float: none;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  aspect-ratio: auto;
  text-align: center;
  -webkit-text-fill-color: inherit;
  object-fit: cover;
  background-clip: border-box;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  width: 100%;
  max-width: 100%;
  height: 100%;
  margin-left: 0;
  margin-right: 0;
  display: block;
  position: static;
  inset: 0% 0% auto;
}

.te-enseno-habitarte {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: left;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: end stretch;
  place-items: center;
  height: 100%;
  margin-bottom: 40px;
  padding-top: 4rem;
  padding-bottom: 6rem;
  padding-right: 2rem;
  text-decoration: none;
  display: flex;
}

.heading-8 {
  color: #381d1b;
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  font-size: 60px;
  line-height: 60px;
  display: block;
}

.italic-text {
  color: var(--verde-oscuro);
  font-style: italic;
}

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

.bold-text-4 {
  color: #000;
}

.container-10 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  justify-content: flex-start;
  place-items: flex-start center;
  width: 100%;
  max-width: 100%;
  height: 100%;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.div-block-7 {
  flex-flow: column;
  order: 1;
  justify-content: flex-start;
  align-self: flex-start;
  align-items: center;
  height: 100%;
  padding-right: 0;
  display: flex;
}

.image-6 {
  float: none;
  opacity: .95;
  vertical-align: baseline;
  width: 500px;
  max-width: 550px;
  margin-left: 0;
  padding-top: 0;
  padding-left: 0;
  display: inline-block;
  position: relative;
  inset: 40px 0% 0% 20px;
  overflow: visible;
}

.paragraph-3 {
  color: #000;
  text-align: justify;
  padding-left: 0;
  padding-right: 0;
  font-family: Montserrat, sans-serif;
  font-size: 1.5rem;
  line-height: 1.2em;
}

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

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

.hero-wrapper-3 {
  justify-content: space-around;
  align-items: center;
  width: 100%;
  display: flex;
}

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

.shadow-two-3 {
  height: 600px;
  min-height: 500px;
  max-height: 700px;
}

.margin-bottom-24px-3 {
  color: var(--verde-oscuro);
  text-align: justify;
  width: 560.734px;
  margin-bottom: 24px;
  font-size: 2rem;
  line-height: 1.2em;
}

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

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

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

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

.hero-form {
  margin-bottom: 12px;
}

.hero-form-container {
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.hero-form-input {
  color: #1a1b1f;
  border: 1px solid #d1d6db;
  width: 240px;
  height: auto;
  margin-bottom: 0;
  margin-right: 9px;
  padding: 5px 16px;
  font-size: 14px;
  line-height: 20px;
  transition: all .2s;
}

.hero-form-input:hover, .hero-form-input:focus {
  border-color: #76879d;
}

.hero-form-input::placeholder {
  color: #1a1b1fcc;
}

.text-link-arrow {
  color: #1a1b1f;
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
  display: flex;
}

.arrow-embed {
  margin-left: 2px;
  display: flex;
}

.anthony {
  background-color: var(--beige);
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 100px;
  font-family: Montserrat, sans-serif;
  position: relative;
}

.heading-9 {
  font-size: 1.3rem;
  font-weight: 700;
}

.image-7 {
  width: 100%;
  font-family: Roca, Arial, sans-serif;
  position: absolute;
}

.container-13 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 100%;
  height: 100%;
  padding-top: 0;
  display: flex;
}

.heading-10 {
  color: var(--verde-oscuro);
  margin-top: 60px;
  font-family: Roca, Arial, sans-serif;
  font-size: 2.6rem;
}

.div-block-9 {
  background-color: var(--beige);
  border-radius: 20px;
  flex-flow: column;
  width: 50%;
  height: 50%;
  margin: 100px auto;
  padding: 10px 20px 40px;
  display: block;
  position: relative;
  left: auto;
  box-shadow: 0 0 5px 3px #0003;
}

.heading-11 {
  margin-bottom: auto;
  font-size: 2.5rem;
}

.text-span-2 {
  font-family: Montserrat, sans-serif;
}

.heading-12 {
  margin-top: 0;
  margin-bottom: 40px;
  font-family: Montserrat, sans-serif;
  font-weight: 400;
}

.paragraph-5 {
  text-align: justify;
  margin-bottom: 40px;
  padding-left: 40px;
  padding-right: 40px;
  font-family: Montserrat, sans-serif;
  font-size: 1.5rem;
  line-height: 1.2em;
}

.button-3 {
  background-color: var(--verde-claro);
  color: var(--verde-oscuro);
  border-radius: 50px;
  font-family: Roca, Arial, sans-serif;
  font-size: 2rem;
  line-height: 1.5em;
  transition: background-color .3s, color .2s;
  box-shadow: 0 10px 15px 2px #b6bba8b3;
}

.button-3.w--current {
  transition-property: none;
}

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

.text-span-3 {
  color: var(--verde-oscuro);
  font-family: Roca, Arial, sans-serif;
}

.testimonial-column-light {
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

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

.centered-heading-3 {
  text-align: center;
  margin-bottom: 16px;
  font-size: 2.5rem;
  line-height: 1em;
}

.testimonial-grid-two {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 50px;
  display: grid;
}

.testimonial-card-two {
  border: 1px solid #e4ebf3;
  flex-direction: column;
  padding: 32px 16px 16px;
  display: flex;
}

.testimonial-text-two {
  margin-bottom: 52px;
}

.testimonial-info-three {
  background-color: #f5f7fa;
  align-items: center;
  padding: 24px 16px;
  display: flex;
}

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

.testimonial-main-heading {
  margin-bottom: 2px;
  font-weight: 600;
}

.text-span-4 {
  color: var(--verde-oscuro);
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
}

.hero-heading-right-2 {
  background-color: #fff;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
  box-shadow: 0 0 5px 2px #0003;
}

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

.hero-wrapper-4 {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.hero-split-4 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  max-width: 46%;
  height: 100%;
  display: flex;
  position: relative;
  left: -5%;
  right: 0;
}

.shadow-two-4 {
  width: 25rem;
  position: relative;
  left: 40%;
  box-shadow: 0 4px 24px #96a3b514;
}

.margin-bottom-24px-4 {
  text-align: justify;
  margin-bottom: 0;
  padding-top: 0;
  font-family: Montserrat, sans-serif;
  font-size: 1.3rem;
  line-height: 1.4em;
}

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

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

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

.heading-13 {
  color: var(--verde-oscuro);
  margin-top: 0;
  margin-bottom: 60px;
  font-family: Roca, Arial, sans-serif;
  font-size: 2.6rem;
}

.brix---color-neutral-800 {
  color: var(--elements-webflow-library--neutral--800);
}

.brix---color-neutral-600 {
  color: var(--elements-webflow-library--neutral--600);
}

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

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

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

.brix---section {
  background-color: var(--verde-claro);
  color: var(--elements-webflow-library--neutral--100);
  padding-top: 176px;
  padding-bottom: 176px;
}

.brix---heading-h2-size {
  color: var(--verde-oscuro);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 50px;
}

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

.brix---accordion-header {
  align-items: center;
  display: flex;
}

.brix---acordion-body {
  width: 100%;
  overflow: hidden;
}

.brix---accordion-spacer {
  min-height: 16px;
}

.brix---accordion-icon-wrapper {
  justify-content: center;
  align-items: center;
  width: 38px;
  min-width: 38px;
  height: 38px;
  min-height: 38px;
  display: flex;
}

.brix---accordion-title {
  margin-top: 0;
  margin-bottom: 0;
}

.brix---paragraph-default {
  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-574px---center {
  max-width: 574px;
  margin-left: auto;
  margin-right: auto;
}

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

.brix---accordion-item-wrapper-v2 {
  border-style: solid;
  border-width: 1px 0;
  border-color: var(--elements-webflow-library--neutral--300);
  background-color: var(--radiant-ui-components-library-marketplace--color--white);
  box-shadow: none;
  color: var(--verde-oscuro);
  cursor: pointer;
  border-radius: 100px;
  justify-content: space-between;
  width: 100%;
  margin-bottom: -1px;
  padding: 56px 40px;
  transition: transform .3s;
  display: flex;
}

.brix---accordion-item-wrapper-v2:hover {
  transform: translate(8px);
}

.brix---accordion-btn-vertical-line-v2 {
  background-color: var(--elements-webflow-library--neutral--800);
  border-radius: 20px;
  width: 2px;
  height: 28px;
  position: absolute;
}

.brix---accordion-btn-horizontal-line-v2 {
  background-color: var(--elements-webflow-library--neutral--800);
  border-radius: 20px;
  width: 28px;
  height: 2px;
  position: absolute;
}

.brix---accordion-content-wrapper-v2 {
  flex-direction: column;
  justify-content: center;
  max-width: 730px;
  display: flex;
}

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

.brix---accordion-right-side {
  margin-left: 24px;
  margin-right: 0;
}

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

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

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

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

.footer-title {
  font-size: 18px;
  font-weight: 500;
  line-height: 32px;
}

.footer-link-two {
  color: #1a1b1f;
  margin-top: 20px;
  text-decoration: none;
}

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

.footer-form {
  width: 315px;
  max-width: 100%;
  margin-bottom: 0;
}

.footer-form-block {
  justify-content: center;
  align-items: center;
  margin-top: 24px;
  display: flex;
}

.footer-form-field {
  border: 1px solid #a6b1bf;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  height: 48px;
  margin-bottom: 0;
  padding: 12px 16px;
  font-size: 14px;
  line-height: 22px;
  transition: all .2s;
}

.footer-form-field:hover, .footer-form-field:focus {
  border-color: #76879d;
}

.footer-form-field::placeholder {
  color: #1a1b1fcc;
  font-size: 14px;
  line-height: 22px;
}

.footer-form-submit {
  background-color: #1a1b1f;
  background-image: url('../images/');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  width: 50px;
  height: 48px;
  transition: all .2s;
}

.footer-form-submit:hover {
  background-color: #3a4554;
}

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

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

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

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

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

.rt-category-cards-text {
  color: var(--radiant-ui-components-library-marketplace--color--heading-dark);
  text-transform: capitalize;
  font-size: 18px;
  font-weight: 400;
  line-height: 31px;
}

.rt-component-container {
  width: 100%;
  max-width: 1290px;
  position: relative;
}

.rt-component-section {
  background-color: var(--radiant-ui-components-library-marketplace--color--white);
  color: var(--radiant-ui-components-library-marketplace--color--body-font-dark);
  width: 100%;
  padding: 80px 15px;
  font-family: Outfit;
  font-size: 17px;
  font-weight: 300;
  line-height: 29px;
  position: relative;
}

.rt-component-section.rtpadding-bottom-none {
  padding-bottom: 0;
}

.rt-heading-three {
  color: var(--verde-oscuro);
  text-transform: capitalize;
  margin-top: 0;
  margin-bottom: auto;
  font-family: Roca, Arial, sans-serif;
  font-size: 4rem;
  font-weight: 400;
  line-height: 40px;
}

.rt-about-option {
  color: var(--radiant-ui-components-library-marketplace--color--body-font-dark);
  letter-spacing: .32px;
  margin-bottom: 15px;
  font-size: 16px;
  line-height: 26px;
}

.rt-about-option:hover {
  color: var(--radiant-ui-components-library-marketplace--color--theme-color);
}

.rt-about-option.rt-about-last {
  margin-bottom: 0;
}

.rt-designed-text {
  clear: none;
  outline-offset: 0px;
  pointer-events: auto;
  color: var(--radiant-ui-components-library-marketplace--color--body-font-dark);
  outline: 3px #6d6d6d;
  width: 100%;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 300;
  text-decoration: none;
}

.rt-link-text {
  color: #141517;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 26px;
  text-decoration: none;
}

.rt-link-text.rt-capitalized {
  text-transform: capitalize;
}

.rt-link-text.rt-capitalized.rt-change-size {
  font-size: 16px;
}

.rt-link-text.rt-capitalized.rt-change-size.rt-change-color {
  color: #5a5a5a;
  transition: color .35s;
}

.rt-link-text.rt-capitalized.rt-change-size.rt-change-color:hover {
  color: var(--radiant-ui-components-library-marketplace--color--theme-color);
}

.rt-footer-links-text {
  color: #686868;
  text-align: left;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
}

.rt-footer-links-text.rt-color-dark {
  color: #000;
}

.rt-footer-links-text.rt-color-dark.rt-hover:hover {
  color: var(--radiant-ui-components-library-marketplace--color--theme-color);
}

.rt-container-5 {
  max-width: 1290px;
  margin-left: auto;
  margin-right: auto;
}

.rt-footer-three-logo {
  flex: 1;
  margin-bottom: 40px;
}

.rt-footer-three-logo-and-social-media {
  padding-top: 8px;
}

.rt-footer-three-main {
  grid-column-gap: 95px;
  grid-row-gap: 16px;
  text-align: left;
  grid-template-rows: minmax(auto, 1fr);
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-start;
  padding-bottom: 130px;
  padding-left: 15px;
  padding-right: 15px;
  display: grid;
}

.rt-footer-three-social-media-icons {
  background-color: var(--verde-oscuro);
  justify-content: center;
  align-items: center;
  width: 42px;
  height: 42px;
  transition: background-color .3s;
  display: flex;
}

.rt-footer-three-social-media-icons:hover {
  background-color: #2b3647;
}

.rt-footer-two-bottom-wrapper {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  justify-content: space-between;
  align-items: center;
  font-family: Montserrat, sans-serif;
  display: flex;
}

.rt-footer-bottom-text {
  color: #fff;
  text-align: center;
  font-size: 17px;
  font-weight: 400;
  line-height: 27px;
}

.rt-button-text-3 {
  z-index: 1;
  text-transform: capitalize;
  position: relative;
}

.rt-footer-three-description {
  max-width: 328px;
  font-size: 17px;
  line-height: 27px;
}

.rt-footer-two-bottom {
  text-align: center;
  border-top: .5px solid #6fa8ff80;
  padding-top: 25px;
  padding-bottom: 25px;
}

.rt-footer-two-bottom.rt-gutter-space {
  padding-left: 15px;
  padding-right: 15px;
}

.rt-footer-three-contact-links-wrap {
  grid-row-gap: 20px;
  flex-flow: column;
  margin-top: 50px;
  display: flex;
}

.rt-footer-menu-links {
  grid-column-gap: 50px;
  font-size: 17px;
  line-height: 27px;
  display: flex;
}

.rt-button-6 {
  z-index: 99;
  background-color: var(--radiant-ui-components-library-marketplace--color--white);
  transform-origin: 0 0;
  color: #11171b;
  text-align: center;
  text-transform: uppercase;
  border-radius: 0;
  padding: 9px 30px 7px;
  font-size: 16px;
  font-weight: 500;
  line-height: 30px;
  text-decoration: none;
  position: relative;
  overflow: hidden;
}

.rt-footer-three-social-media-icons-wrap {
  grid-column-gap: 10px;
  justify-content: center;
  align-items: center;
  margin-top: 0;
}

.rt-footer-three-title {
  grid-row-gap: 30px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 355px;
  display: flex;
}

.rt-footer-three-contact-links-icon {
  flex: none;
}

.rt-footer-three-contact-links {
  grid-column-gap: 25px;
  justify-content: flex-start;
  align-items: center;
  max-width: 250px;
  font-family: Montserrat, sans-serif;
  font-size: 2rem;
  line-height: 27px;
  display: flex;
}

.rt-button-overlay-4 {
  z-index: -1;
  background-color: var(--radiant-ui-components-library-marketplace--color--theme-color);
  border-radius: 100%;
  width: 25%;
  height: 100%;
  position: absolute;
  inset: 0%;
  transform: scale(1.7)translate(0, 150%);
}

.rt-button-overlay-4.rt-three {
  left: 50%;
}

.rt-button-overlay-4.rt-four {
  left: 75%;
}

.rt-button-overlay-4.rt-two {
  left: 25%;
}

.rt-location-icon {
  filter: grayscale();
  margin-top: 8px;
}

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

.image-9 {
  z-index: 100;
  width: 4rem;
  position: absolute;
  inset: 1rem 1rem auto auto;
}

.image-10 {
  z-index: -100;
  float: right;
  clear: none;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  width: 100%;
  height: auto;
  display: inline-block;
  position: static;
  inset: 0%;
  overflow: visible;
}

.image-11 {
  width: 3.5rem;
  position: absolute;
  inset: 5% 3% auto auto;
}

.rt-component-container-2 {
  width: 100%;
  max-width: 1290px;
  position: relative;
}

.rt-component-section-2 {
  color: var(--radiant-ui-components-library-marketplace--color--body-font-dark);
  background-color: #0000;
  width: 100%;
  padding: 80px 15px;
  font-family: Outfit;
  font-size: 17px;
  font-weight: 300;
  line-height: 29px;
  position: relative;
}

.rt-display-off {
  display: none;
}

.rt-padding-bottom-ten {
  color: var(--elements-webflow-library--neutral--800);
  padding-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 1.2rem;
}

.rt-padding-bottom-ten.rt-body-font-color {
  color: var(--elements-webflow-library--neutral--800);
  font-family: Montserrat, sans-serif;
  font-size: 1.2rem;
}

.rt-slide {
  background-image: url('../images/quote.svg');
  background-position: 90% 83%;
  background-repeat: no-repeat;
  background-size: 80px 70px;
  margin-right: 30px;
}

.rt-testimonial-one-main {
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.rt-right-arrow-2 {
  border: 1px solid var(--verde-oscuro);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  display: flex;
  inset: auto 0% 0% 70px;
}

.rt-left-arrow-3 {
  border: 1px solid var(--verde-oscuro);
  background-color: var(--radiant-ui-components-library-marketplace--color--white);
  color: var(--verde-oscuro);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  display: flex;
  top: auto;
  left: 0%;
  right: 70px;
}

.rt-testimonial-one-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  text-align: justify;
  background-color: #0000;
  border-radius: 10px;
  grid-template-rows: auto;
  grid-template-columns: .75fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  place-content: stretch center;
  place-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  display: grid;
}

.rt-slider-2 {
  background-color: #ddd0;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  height: auto;
  padding-bottom: 120px;
  display: flex;
  overflow: hidden;
}

.rt-testimonial-one-ratings {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  align-items: center;
  display: flex;
}

.rt-testimonial-one-ratings.rt-padding-bottom-ten {
  padding-bottom: 10px;
}

.rt-testimonial-one-block {
  background-color: var(--radiant-ui-components-library-marketplace--color--white);
  color: var(--radiant-ui-components-library-marketplace--color--body-font-dark);
  border-radius: 50px;
  padding: 30px;
  box-shadow: 0 0 5px 2px #0003;
}

.rt-mask {
  width: 33.33%;
  height: 100%;
}

.rt-mask.rt-overflow-on {
  width: 50%;
  overflow: visible;
}

.rt-body-font-color {
  color: var(--radiant-ui-components-library-marketplace--color--body-font-dark);
  font-family: Montserrat, sans-serif;
  text-decoration: none;
  transition: color .35s;
}

.rt-overflow-off {
  overflow: hidden;
}

.rt-icon-black {
  filter: grayscale();
}

.bold-text-6 {
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 700;
}

.bold-text-7 {
  color: var(--elements-webflow-library--neutral--800);
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 600;
}

.bold-text-8 {
  color: var(--elements-webflow-library--neutral--800);
  font-size: 14px;
  font-weight: 600;
}

.heading-14 {
  text-align: center;
  font-size: 3rem;
  line-height: 1em;
}

.image-12, .image-13 {
  filter: grayscale();
}

.div-block-12 {
  flex-flow: row;
  order: 0;
  align-self: auto;
  width: 400px;
  min-width: 0;
  height: 230px;
  display: block;
}

.rt-tag {
  color: var(--radiant-ui-components-library-marketplace--color--linear-color-two);
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 400;
  line-height: 25px;
}

.rt-text-white {
  color: var(--radiant-ui-components-library-marketplace--color--white);
}

.rt-margin-bottom-twenty {
  margin-bottom: 20px;
}

.rt-heading-three-2 {
  color: var(--radiant-ui-components-library-marketplace--color--heading-dark);
  text-transform: capitalize;
  font-size: 30px;
  font-weight: 400;
  line-height: 40px;
}

.rt-heading-three-2.rt-text-white {
  color: var(--radiant-ui-components-library-marketplace--color--white);
}

.rt-heading-three-2.rt-text-white.rt-margin-bottom-fifteen {
  margin-bottom: 15px;
}

.rt-home-three-cta-contain-wrap {
  perspective: 1000px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.rt-full-width {
  border-radius: 10px;
  width: 100%;
}

.rt-full-width.rt-container-small.rt-home-one-cta-contain {
  z-index: 5;
  max-width: 1290px;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.rt-button-main-two {
  height: 26px;
  position: relative;
}

.rt-button {
  grid-column-gap: 10px;
  color: #fff;
  text-align: center;
  text-transform: capitalize;
  background-color: #3898ec00;
  border: 1.5px solid #fff;
  border-radius: 100px;
  justify-content: center;
  align-items: baseline;
  padding: 14px 37px 18px;
  font-size: 18px;
  font-weight: 600;
  line-height: 32px;
  display: flex;
  position: relative;
}

.rt-button.rt-margin-top-twenty {
  margin-top: 20px;
}

.rt-home-three-cta-main-box {
  background-color: var(--radiant-ui-components-library-marketplace--color--button-background-dark);
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  max-width: 1602px;
  margin-left: auto;
  margin-right: auto;
  padding: 120px 80px 125px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.rt-overflow-hidden {
  overflow: hidden;
}

.rt-home-three-cta-contain-text-wrap {
  flex-direction: column;
  align-items: flex-start;
  max-width: 434px;
  display: flex;
}

.rt-home-one-cta-overlay {
  background-image: linear-gradient(89deg, #14151a80, #fff0);
  height: 100%;
  position: absolute;
  inset: 0%;
}

.rt-home-three-cta-background {
  background-image: url('../images/CTA-bg.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 6px;
  width: 100%;
  height: 130%;
  position: absolute;
  left: 0%;
  right: 0%;
}

.rt-container-small {
  max-width: 1290px;
  padding-left: 15px;
  padding-right: 15px;
}

.rt-margin-top-twenty {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  margin-top: 20px;
}

.rt-margin-bottom-fifteen {
  margin-bottom: 15px;
}

.image-14 {
  z-index: -1;
  width: 100%;
  height: 800px;
  position: static;
  inset: 0% 0% auto;
}

.container-17 {
  background-image: url('../images/9E7D5A7C-0B38-4B60-82B2-5B0020792257.png');
  background-position: 100%;
  background-repeat: repeat;
  background-size: cover;
  max-width: 100%;
  height: 100%;
}

.div-block-13 {
  z-index: 10;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 3fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  place-items: center;
  height: 100%;
  display: grid;
  position: relative;
}

.div-block-14 {
  text-align: center;
  margin-top: 191px;
}

.section-5 {
  height: 800px;
}

.heading-15 {
  font-family: Montserrat, sans-serif;
  font-size: 3.5rem;
}

.heading-16 {
  margin-bottom: 40px;
  font-family: Montserrat, sans-serif;
  font-size: 2rem;
  font-weight: 400;
}

.text-span-5 {
  color: var(--verde-oscuro);
  font-family: Roca, Arial, sans-serif;
}

.container-18 {
  background-color: var(--beige);
  justify-content: center;
  align-items: center;
  max-width: 100%;
  height: 250px;
  margin-top: 0;
  display: flex;
}

.heading-17 {
  color: var(--verde-oscuro);
  text-align: center;
  margin-top: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.2em;
}

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

.hero-reto {
  height: 800px;
}

.image-15 {
  opacity: .9;
  width: 25rem;
  height: auto;
}

.heading-18 {
  font-family: Montserrat, sans-serif;
  font-size: 2.5rem;
}

.container-19 {
  max-width: 100%;
  padding: 60px 40px;
}

.heading-19 {
  color: #000;
  text-transform: uppercase;
  margin-bottom: 60px;
  font-size: 2.5rem;
}

.text-span-6 {
  color: var(--verde-oscuro);
}

.paragraph-6 {
  font-size: 1.5rem;
  line-height: 1.3em;
}

.paragraph-7 {
  color: #000;
  text-align: justify;
  font-family: Montserrat, sans-serif;
  font-size: 1.5rem;
  line-height: 1.3em;
}

.que-incluye {
  background-color: var(--verde-claro);
}

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

.container-20 {
  max-width: 100%;
  margin-bottom: 0;
  padding-top: 60px;
  padding-bottom: 60px;
}

.heading-20 {
  text-align: center;
  margin-bottom: 60px;
  font-family: Montserrat, sans-serif;
  font-size: 2.5rem;
  line-height: 1.3em;
}

.text-span-7 {
  color: var(--verde-oscuro);
  font-family: Roca, Arial, sans-serif;
  font-size: 3.3rem;
  font-style: italic;
}

.list {
  color: #000;
  border-left: 2px #000;
  font-family: Montserrat, sans-serif;
  font-size: 1.5rem;
  line-height: 3em;
  display: block;
}

.list-item {
  font-family: Montserrat, sans-serif;
  line-height: 1.3em;
}

.list-item-2, .list-item-3 {
  line-height: 1.3em;
}

.list-item-4 {
  background-image: url('../images/flor_icon.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: contain;
  list-style-type: none;
}

.list_item {
  background-image: url('../images/flor_icon.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 32px;
  margin-bottom: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 40px;
  font-family: Montserrat, sans-serif;
  font-size: 1.5rem;
  line-height: 1em;
  list-style-type: none;
}

.list-copy {
  border-left: 2px solid #000;
  font-family: Montserrat, sans-serif;
  font-size: 1.5rem;
  line-height: 3em;
  display: block;
}

.text-span-8 {
  color: #000;
  border: 2px solid #000;
  border-radius: 50px;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 3rem;
  line-height: 1em;
}

.list-copy {
  color: #000;
  border-left: 1.5px solid #000;
  margin-right: 20px;
  padding-right: 0;
  font-family: Montserrat, sans-serif;
  font-size: 1.5rem;
  line-height: 3em;
  display: block;
}

.brix---color-neutral-801 {
  color: var(--elements-webflow-library--neutral--800);
}

.brix---color-neutral-802 {
  color: var(--elements-webflow-library--neutral--600);
}

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

.brix---mg-bottom-0 {
  color: var(--verde-oscuro);
  text-align: justify;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
}

.brix---container-default-2 {
  text-align: left;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 100%;
  height: auto;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
}

.brix---section-2 {
  color: var(--elements-webflow-library--neutral--100);
  padding-top: 40px;
  padding-bottom: 176px;
}

.brix---heading-h2-size-2 {
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 50px;
  position: relative;
  left: -148px;
}

.brix---accordion-header-2 {
  text-transform: uppercase;
  align-items: center;
  display: flex;
}

.brix---acordion-body-2 {
  width: 100%;
  overflow: hidden;
}

.brix---accordion-spacer-2 {
  min-height: 16px;
}

.brix---accordion-icon-wrapper-2 {
  justify-content: center;
  align-items: center;
  width: 38px;
  min-width: 38px;
  height: 38px;
  min-height: 38px;
  display: flex;
}

.brix---accordion-title-2 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
}

.brix---accordion-big-number-wrapper {
  display: flex;
}

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

.brix---paragraph-default-2 {
  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---accordion-btn-vertical-line-v2-2 {
  background-color: var(--elements-webflow-library--neutral--800);
  background-image: url('../images/c_right.png');
  background-position: 0 0;
  background-size: auto;
  border-radius: 20px;
  width: 2px;
  height: 28px;
  position: absolute;
}

.brix---accordion-btn-horizontal-line-v2-2 {
  background-color: var(--elements-webflow-library--neutral--800);
  border-radius: 20px;
  width: 28px;
  height: 2px;
  position: absolute;
}

.brix---accordion-content-wrapper-v2-2 {
  flex-direction: column;
  justify-content: center;
  max-width: 730px;
  display: flex;
}

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

.brix---accordion-right-side-2 {
  margin-left: 24px;
  margin-right: 0;
}

.brix---inner-container-547px {
  max-width: 574px;
}

.brix---accordion-item-wrapper-v5 {
  border-style: solid;
  border-width: 1px 0 2px;
  border-color: var(--elements-webflow-library--neutral--300) var(--elements-webflow-library--neutral--300) var(--elements-webflow-library--neutral--800);
  background-color: var(--elements-webflow-library--neutral--100);
  box-shadow: none;
  cursor: pointer;
  border-radius: 0;
  justify-content: space-between;
  width: 100%;
  margin-bottom: -1px;
  padding: 56px 0;
  transition: transform .3s;
  display: flex;
}

.brix---accordion-item-wrapper-v5:hover {
  transform: translate(8px);
}

.brix---accordion-item-wrapper-v5-first {
  background-color: var(--elements-webflow-library--neutral--100);
  cursor: pointer;
  border-bottom: 3px solid #000;
  border-radius: 0;
  justify-content: space-between;
  width: 100%;
  margin-bottom: -1px;
  padding: 0 0 56px;
  font-family: Montserrat, sans-serif;
  transition: transform .3s;
  display: flex;
}

.brix---accordion-item-wrapper-v5-first:hover {
  transform: translate(8px);
}

.brix---accordion-item-wrapper-v5-last {
  border-style: none none solid;
  border-width: 1px 0 2px;
  border-color: var(--elements-webflow-library--neutral--300) var(--elements-webflow-library--neutral--300) var(--elements-webflow-library--neutral--800);
  background-color: var(--elements-webflow-library--neutral--100);
  box-shadow: none;
  cursor: pointer;
  border-radius: 0;
  justify-content: space-between;
  width: 100%;
  padding: 56px 0;
  transition: transform .3s;
  display: flex;
}

.brix---accordion-item-wrapper-v5-last:hover {
  transform: translate(8px);
}

.brix---accordion-big-number {
  text-align: left;
  width: 92px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 44px;
  font-weight: 700;
  line-height: 52px;
}

.brix---heading-h2-size-2-copy {
  text-align: right;
  margin-top: 0;
  margin-bottom: 0;
  padding-right: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 38px;
  font-weight: 700;
  line-height: 1em;
  position: relative;
  top: -2px;
  left: 83px;
}

.text-span-9 {
  border: 2px solid var(--verde-oscuro);
  color: var(--verde-oscuro);
  overflow-wrap: normal;
  border-radius: 50px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 5px 15px;
  font-family: Roca, Arial, sans-serif;
  font-size: 4rem;
  font-style: italic;
  line-height: 1em;
  display: inline-flex;
  position: relative;
  top: 0;
}

.section-7 {
  background-color: var(--beige);
}

.bold-text-9 {
  color: #000;
}

.clientes {
  background-color: var(--verde-claro);
  padding-top: 20px;
  padding-bottom: 20px;
}

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

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

.brix---color-neutral-803 {
  color: var(--elements-webflow-library--neutral--600);
}

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

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

.brix---display-2 {
  color: var(--verde-oscuro);
  font-size: 4rem;
  font-weight: 700;
  line-height: 84px;
}

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

.brix---mg-bottom-2 {
  text-align: justify;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: .8rem;
  line-height: 1.3em;
}

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

.brix---section-3 {
  background-color: var(--radiant-ui-components-library-marketplace--color--white);
  color: var(--elements-webflow-library--neutral--100);
  padding-top: 60px;
  padding-bottom: 60px;
}

.brix---heading-h2-size-3 {
  color: var(--verde-oscuro);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Roca, Arial, sans-serif;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 50px;
}

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

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

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

.brix---card-content-center {
  border: 1px solid var(--elements-webflow-library--neutral--300);
  background-color: var(--verde-claro);
  box-shadow: 0 2px 7px 0 var(--elements-webflow-library--general--shadow-01);
  text-align: center;
  border-radius: 24px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 15px 24px;
  font-family: Montserrat, sans-serif;
  display: flex;
}

.bold-text-10 {
  font-size: 1.2rem;
}

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

.wbs-section {
  padding: 6.25rem 5%;
}

.wbs-steps {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.wbs-step-item-01 {
  background-color: var(--flowstica-webflow-library--medium-sea-green);
  border-radius: 10px;
  flex-direction: column;
  align-items: flex-start;
  padding: 1.875rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.wbs-step-badge {
  color: var(--flowstica-webflow-library--white);
  background-color: #ffffff26;
  border-radius: 6px;
  padding: 4px 10px;
}

.wbs-step-title {
  color: var(--flowstica-webflow-library--white);
  margin-top: 160px;
  font-size: 1.875rem;
}

.wbs-step-icon {
  z-index: 0;
  opacity: .07;
  height: 250px;
  position: absolute;
  inset: auto -20px -20px auto;
  transform: rotate(-40deg);
}

.wbs-step-item-02 {
  background-color: var(--flowstica-webflow-library--black);
  border-radius: 10px;
  flex-direction: column;
  align-items: flex-start;
  padding: 1.875rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.wbs-step-item-03 {
  background-color: var(--flowstica-webflow-library--white-smoke);
  border-radius: 10px;
  flex-direction: column;
  align-items: flex-start;
  padding: 1.875rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.wbs-step-title-03 {
  margin-top: 160px;
  font-size: 1.875rem;
}

.wbs-step-badge-03 {
  background-color: #010b151a;
  border-radius: 6px;
  padding: 4px 10px;
}

.wbs-heading-h5 {
  color: var(--flowstica-webflow-library--black);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.625rem;
  font-weight: 700;
  line-height: 1.3em;
}

.wbs-step-3 {
  grid-column-gap: 70px;
  grid-row-gap: 70px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: relative;
}

.wbs-step-3-arrow-image-bottom {
  opacity: .25;
  position: absolute;
  inset: auto 0% -20%;
}

.wbs-step-3-arrow-image-top {
  opacity: .25;
  position: absolute;
  inset: -20% 0% 0% 26%;
}

.wbs-step-3-arrow-image-last {
  opacity: .25;
  position: absolute;
  inset: auto 23% -20% auto;
}

.wbs-step-3-simple-number {
  color: var(--flowstica-webflow-library--medium-sea-green);
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 26px;
}

.wbs-step-3-item-top {
  margin-top: 100px;
}

.wbs-step-simple-item {
  text-align: center;
  padding-left: 50px;
  padding-right: 50px;
}

.wbs-step-simple-number-wrap {
  background-color: var(--verde-claro);
  color: var(--verde-claro);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.wbs-step-simple-number {
  color: var(--verde-oscuro);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 26px;
}

.wbs-step-simple-title {
  color: var(--flowstica-webflow-library--black);
  font-size: 20px;
}

.wbs-steps-2 {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.wbs-step-4 {
  grid-column-gap: 70px;
  grid-row-gap: 70px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  position: relative;
}

.wbs-step-4-image {
  border-radius: 10px;
}

.wbs-step-4-list {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-direction: column;
  display: flex;
}

.wbs-step-4-item {
  grid-column-gap: 20px;
  flex-direction: row;
  display: flex;
}

.wbs-step-4-number {
  background-color: var(--verde-claro);
  color: var(--verde-oscuro);
  border-radius: 50px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 16px;
  display: flex;
}

.wbs-step-4-title {
  color: var(--flowstica-webflow-library--black);
  margin-top: 0;
  font-size: 1.25rem;
}

.paragraph-8 {
  text-align: justify;
  font-size: .8rem;
}

.heading-21 {
  text-align: center;
  font-size: 2.5rem;
}

.titulos-roca {
  color: var(--verde-oscuro);
  text-align: center;
  text-transform: uppercase;
  word-break: normal;
  margin-bottom: 60px;
  margin-left: 0;
  font-family: Roca, Arial, sans-serif;
  font-size: 2.5rem;
  font-weight: 600;
  line-height: 50px;
}

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

.brix---color-neutral-804 {
  color: var(--elements-webflow-library--neutral--600);
}

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

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

.brix---display-3 {
  color: var(--flowstica-webflow-library--black);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 4rem;
  font-weight: 700;
  line-height: 52px;
}

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

.brix---heading-h1-size {
  color: var(--elements-webflow-library--neutral--800);
  margin-top: 0;
  margin-bottom: 16px;
  font-family: Roca, Arial, sans-serif;
  font-size: 3rem;
  font-weight: 700;
  line-height: 66px;
  text-decoration: underline;
}

.brix---subtitle {
  color: var(--elements-webflow-library--accent--primary-1);
  letter-spacing: .15em;
  text-transform: uppercase;
  margin-bottom: 8px;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
}

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

.brix---3-columns-1-col-tablet {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: stretch;
  place-items: center;
  display: grid;
}

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

.brix---btn-primary-full-width {
  background-color: var(--verde-claro);
  color: var(--verde-oscuro);
  text-align: center;
  transform-style: preserve-3d;
  border-radius: 50px;
  justify-content: center;
  width: 100%;
  max-width: 100%;
  padding: 26px 38px;
  font-family: Roca, Arial, sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
}

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

.brix---pricing-content-v5 {
  background-color: var(--radiant-ui-components-library-marketplace--color--white);
  text-align: center;
  border-radius: 30px;
  padding: 40px 28px 56px;
}

.text-span-10 {
  color: var(--verde-oscuro);
  font-family: Roca, Arial, sans-serif;
}

.wbs-button-link {
  color: var(--flowstica-webflow-library--black);
  border-radius: 6px;
  font-size: 15px;
  font-weight: 700;
  transition: all .3s ease-in-out;
}

.wbs-accordion-3-item {
  border-bottom: 2px solid #010b151a;
  margin-bottom: 20px;
  padding-bottom: 20px;
}

.wbs-accordion-3 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  align-items: center;
  width: 50%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.wbs-accordion-3-content {
  padding-top: 10px;
  overflow: hidden;
}

.wbs-accordion-3-heading {
  grid-column-gap: 20px;
  grid-row-gap: 10px;
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.wbs-accordion-3-title {
  color: var(--flowstica-webflow-library--black);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
}

.wbs-accordion-3-icon-wrap {
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  display: flex;
  position: relative;
}

.wbs-accordion-3-icon-plus {
  background-color: #101010;
  width: 20px;
  height: 2px;
}

.wbs-accordion-3-icon-minus {
  background-color: #101010;
  width: 20px;
  height: 2px;
  position: absolute;
  inset: auto 0%;
  transform: rotate(90deg);
}

.wbs-accordion-3-description {
  margin-bottom: 20px;
}

.wbs-accordion-3-tagline {
  background-color: var(--flowstica-webflow-library--white-smoke);
  color: var(--flowstica-webflow-library--black);
  text-align: center;
  border-radius: 10px;
  justify-content: center;
  padding: 10px 30px;
  font-size: 15px;
}

.paragraph-9, .paragraph-10, .paragraph-11, .paragraph-12, .paragraph-13 {
  text-align: justify;
}

.brix---color-neutral-805 {
  color: var(--elements-webflow-library--neutral--800);
}

.brix---section-4 {
  background-color: var(--verde-claro);
  color: var(--elements-webflow-library--neutral--100);
  padding-top: 176px;
  padding-bottom: 176px;
}

.brix---heading-h2-size-4 {
  color: var(--verde-oscuro);
  margin-top: 0;
  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: 3rem;
  font-weight: 700;
  line-height: 50px;
}

.brix---accordion-header-3 {
  align-items: center;
  display: flex;
}

.brix---accordion-title-3 {
  margin-top: 0;
  margin-bottom: 0;
}

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

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

.brix---accordion-item-wrapper-v2-2 {
  border-style: none;
  border-width: 1px 0;
  border-color: var(--elements-webflow-library--neutral--300) var(--elements-webflow-library--neutral--300) var(--flowstica-webflow-library--black);
  background-color: var(--radiant-ui-components-library-marketplace--color--white);
  box-shadow: 0 2px 12px 0 var(--elements-webflow-library--general--shadow-02);
  cursor: pointer;
  border-radius: 100px;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 20px;
  padding: 20px 60px 20px 100px;
  transition: transform .3s;
  display: flex;
}

.brix---accordion-item-wrapper-v2-2:hover {
  transform: translate(8px);
}

.brix---accordion-btn-vertical-line-v2-3 {
  background-color: var(--elements-webflow-library--neutral--800);
  border-radius: 20px;
  width: 2px;
  height: 28px;
  position: absolute;
}

.bold-text-11 {
  font-size: 2.6rem;
}

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

.div-block-19 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1.75fr 1fr;
  grid-auto-columns: 1fr;
  padding-left: 0;
  display: grid;
}

.div-block-20 {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding-left: 20px;
  padding-right: 40px;
  font-family: Montserrat, sans-serif;
  display: flex;
}

.paragraph-14 {
  color: var(--verde-oscuro);
  text-align: justify;
  font-size: 2rem;
  line-height: 1.3em;
}

.image-16 {
  width: 25rem;
}

.heading-22 {
  font-size: 1.5rem;
  font-weight: 600;
}

.div-block-3-copy {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -webkit-text-fill-color: inherit;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid #fff;
  flex-flow: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 500px;
  height: 2px;
  margin-top: 0;
  margin-bottom: 0;
  display: block;
  position: relative;
}

.brix---accordion-item-wrapper-v5-copy {
  border-style: solid;
  border-width: 1px 0 3px;
  border-color: var(--elements-webflow-library--neutral--300) var(--elements-webflow-library--neutral--300) var(--elements-webflow-library--neutral--800);
  background-color: var(--elements-webflow-library--neutral--100);
  box-shadow: none;
  cursor: pointer;
  border-radius: 0;
  justify-content: space-between;
  width: 100%;
  margin-bottom: -1px;
  padding: 56px 0;
  transition: transform .3s;
  display: flex;
}

.brix---accordion-item-wrapper-v5-copy:hover {
  transform: translate(8px);
}

.text-span-11 {
  font-weight: 600;
}

.text-span-12 {
  letter-spacing: 30px;
  font-family: Montserrat, sans-serif;
  font-size: 3rem;
  font-weight: 400;
  line-height: 1em;
}

.div-block-21 {
  margin-bottom: 0;
  padding-top: 0;
}

.brix---section-3-copy {
  background-color: var(--beige);
  color: var(--elements-webflow-library--neutral--100);
  padding-top: 60px;
  padding-bottom: 60px;
}

.bold-text-12 {
  color: var(--elements-webflow-library--neutral--800);
  font-size: 3rem;
}

.image-18 {
  width: 50rem;
  max-width: none;
  height: auto;
  position: relative;
  top: 36px;
  left: -128px;
}

.se-trata-de-tii-m {
  background-color: #e8e6dd;
  height: 100%;
  display: none;
}

.hero-section-m {
  object-fit: fill;
  height: 100%;
  min-height: 100%;
  margin-bottom: 0;
  padding-bottom: 0;
  display: none;
}

.te-enseno-habitarte-m {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: left;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: end stretch;
  place-items: center;
  height: 100%;
  margin-bottom: 40px;
  padding-top: 4rem;
  padding-bottom: 6rem;
  padding-right: 2rem;
  text-decoration: none;
  display: none;
}

.anthony-m {
  background-color: var(--beige);
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 100px;
  font-family: Montserrat, sans-serif;
  display: none;
  position: relative;
}

.anthony-m-copy {
  background-color: var(--beige);
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 100px;
  font-family: Montserrat, sans-serif;
  position: relative;
}

.clientes-m {
  padding-top: 20px;
  padding-bottom: 20px;
  display: none;
}

.hero-split-4-text {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  max-width: 46%;
  height: 100%;
  display: flex;
  position: relative;
  left: -5%;
  right: 0;
}

._30-min-m {
  max-width: 100%;
  padding: 60px 40px;
}

.que-incluye-m {
  background-color: var(--verde-claro);
  display: none;
}

.title {
  text-align: left;
  text-transform: uppercase;
  word-break: normal;
  width: 100%;
  margin-top: 0;
  margin-bottom: 10px;
  margin-left: 0;
  font-family: Montserrat, sans-serif;
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 1.2em;
}

.button-hero {
  direction: ltr;
  color: #166569;
  text-align: center;
  letter-spacing: normal;
  text-indent: 0;
  text-transform: none;
  text-overflow: clip;
  column-count: 0;
  white-space: nowrap;
  word-break: normal;
  overflow-wrap: normal;
  background-color: #f3fadc;
  border-radius: 50px;
  margin-top: -60px;
  padding: 15px 20px;
  font-family: Montserrat, sans-serif;
  font-size: 2rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1em;
  text-decoration: none;
  position: relative;
  top: 4.9rem;
  bottom: 0;
}

.hero-heading-right-2---m {
  background-color: #fff;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  display: none;
  position: relative;
  box-shadow: 0 0 5px 2px #0003;
}

.section-10 {
  display: none;
}

.heading-23 {
  color: var(--elements-webflow-library--neutral--800);
}

.heading-24 {
  color: var(--elements-webflow-library--neutral--800);
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 20px;
  font-size: 1rem;
}

.bold-text-28 {
  font-family: Montserrat, sans-serif;
  font-size: 1.5rem;
}

.list-2 {
  color: var(--elements-webflow-library--neutral--800);
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  list-style-type: none;
  display: flex;
}

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

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

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

@media screen and (min-width: 1280px) {
  .parrafos {
    margin-top: 60px;
    padding-right: 25%;
    font-size: 1.5rem;
  }

  .square {
    height: 90%;
  }

  .container-6 {
    height: 800px;
  }

  .div-block-6 {
    height: 90%;
  }

  .col1 {
    justify-content: flex-start;
    align-items: center;
    height: auto;
  }

  .image-5 {
    margin-top: 0;
    padding-top: 0;
    top: 9.5rem;
  }

  .container-9 {
    background-size: contain;
  }

  .image-9 {
    position: absolute;
    inset: 0% 0% auto auto;
  }

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

@media screen and (min-width: 1440px) {
  .heading-3 {
    margin-bottom: -10px;
    padding-bottom: 0;
    line-height: .5em;
    top: 0;
  }

  .heading-4 {
    letter-spacing: 30px;
    margin-top: 0;
    font-family: Montserrat, sans-serif;
    font-size: 3rem;
    line-height: 1.3em;
    top: 0;
  }

  .paragraph {
    text-transform: none;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 1.8rem;
    top: 15px;
  }

  .button {
    object-position: 50% 50%;
    align-self: auto;
    margin-top: 0;
    font-size: 2rem;
    font-weight: 600;
    display: block;
    top: 60px;
  }

  .div-block-3 {
    border-style: none none solid;
    width: 70%;
    height: 1px;
    margin-bottom: 0;
    left: -106px;
  }

  .frase {
    background-color: #e8e6dd;
  }

  .heading-6 {
    font-size: 2rem;
    line-height: 1.2em;
  }

  .titulos {
    color: #000;
  }

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

  .parrafos {
    color: #000;
    margin-top: 60px;
    padding-top: 0;
    padding-right: 25%;
    font-size: 1.3rem;
    line-height: 1.4em;
  }

  .col1 {
    justify-content: center;
    align-items: center;
    padding-top: 40px;
  }

  .image-5 {
    width: 23rem;
    top: 7.9rem;
    left: -16%;
  }

  .container-8 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    margin-top: 0;
    padding-top: 11rem;
    padding-left: 14rem;
    display: flex;
    left: 0;
  }

  .container-9 {
    background-image: url('../images/Background.jpg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
  }

  .te-enseno-habitarte {
    margin-bottom: 60px;
  }

  .heading-8 {
    color: #000;
    display: block;
  }

  .container-10 {
    grid-template-rows: 0 auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    align-items: center;
  }

  .div-block-7 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    align-items: center;
    height: auto;
  }

  .image-6 {
    float: left;
    text-align: left;
    vertical-align: baseline;
    width: 30rem;
    display: inline-block;
    position: relative;
    top: 3%;
  }

  .paragraph-3 {
    text-align: justify;
    margin-top: 60px;
    margin-bottom: 0;
    padding-right: 80px;
    font-family: Montserrat, sans-serif;
    font-size: 1.3rem;
    line-height: 1.4em;
  }

  .button-2 {
    float: none;
    clear: none;
    vertical-align: baseline;
    justify-content: center;
    align-items: center;
    display: flex;
    position: relative;
  }

  .section-4 {
    background-color: #ede9e5;
  }

  .container-11 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template: "Area-2 Area"
    / 1fr 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    max-width: 100%;
    display: grid;
  }

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

  .container-12 {
    max-width: 100%;
  }

  .hero-split-3 {
    justify-content: center;
    align-items: center;
  }

  .shadow-two-3 {
    background-color: var(--beige);
  }

  .margin-bottom-24px-3 {
    width: 100%;
    line-height: 50px;
  }

  .heading-9 {
    font-family: Montserrat, sans-serif;
    font-weight: 300;
    position: relative;
    left: -14.7rem;
  }

  .image-7 {
    z-index: -1;
    width: 100%;
    height: 250px;
    position: absolute;
  }

  .container-13 {
    justify-content: flex-start;
    align-items: center;
    padding-bottom: 0;
  }

  .heading-10 {
    color: var(--verde-oscuro);
    text-align: center;
    font-family: Roca, Arial, sans-serif;
    position: relative;
    top: 68px;
  }

  .bold-text-5 {
    font-size: 3.5rem;
    line-height: 60px;
  }

  .div-block-9 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-bottom: 0;
    top: 25px;
  }

  .heading-11 {
    color: #000;
    margin-bottom: 0;
    padding-left: 0;
    font-family: Roca, Arial, sans-serif;
    font-size: 2.5rem;
    position: relative;
    right: 18px;
  }

  .text-span-2 {
    font-family: Montserrat, sans-serif;
  }

  .heading-12 {
    color: var(--flowstica-webflow-library--black);
    margin-top: 0;
    font-family: Montserrat, sans-serif;
    font-size: 1.7rem;
    font-weight: 400;
  }

  .paragraph-4 {
    font-size: 14%;
  }

  .paragraph-5 {
    text-align: justify;
    font-size: 1.5rem;
    line-height: 1.5em;
    text-decoration: none;
  }

  .div-block-10 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    text-align: center;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    padding-top: 62px;
    display: block;
    position: absolute;
  }

  .button-3 {
    background-color: var(--verde-claro);
    color: var(--verde-oscuro);
    border-radius: 50px;
    font-family: Montserrat, sans-serif;
    font-size: 2rem;
    font-weight: 600;
    line-height: 3rem;
    box-shadow: 0 0 5px 1px #0003;
  }

  .como-empiezo {
    padding-bottom: 100px;
  }

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

  .testimonial-column-light {
    line-height: 1.5rem;
  }

  .container-14 {
    max-width: 1200px;
  }

  .centered-heading-3 {
    font-size: 3.5rem;
    line-height: 2.5rem;
  }

  .testimonial-card-two {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    background-color: var(--verde-claro);
    text-align: center;
    border-radius: 20px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    padding-bottom: 16px;
    display: flex;
    box-shadow: 0 0 10px 2px #0003;
  }

  .testimonial-text-two {
    font-size: 1.5rem;
    line-height: 1.3em;
  }

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

  .hero-heading-right-2 {
    background-color: #fff;
  }

  .container-15 {
    max-width: 1200px;
  }

  .hero-wrapper-4 {
    justify-content: space-between;
    align-items: flex-start;
  }

  .shadow-two-4 {
    width: 25rem;
  }

  .margin-bottom-24px-4 {
    color: var(--flowstica-webflow-library--black);
    margin-bottom: 0;
  }

  .heading-13 {
    color: var(--verde-oscuro);
    font-family: Roca, Arial, sans-serif;
    font-size: 3.5rem;
  }

  .brix---mg-bottom-48px {
    text-align: left;
  }

  .brix---section {
    background-color: var(--verde-claro);
  }

  .brix---heading-h2-size {
    color: var(--verde-oscuro);
    text-align: center;
    font-family: Montserrat, sans-serif;
    font-size: 2.5rem;
    line-height: 1.2em;
  }

  .brix---paragraph-default {
    font-family: Montserrat, sans-serif;
  }

  .brix---inner-container-574px---center {
    text-align: center;
  }

  .brix---accordion-item-wrapper-v2 {
    border-radius: 100px;
    margin-bottom: 40px;
    padding-left: 30px;
    padding-right: 30px;
    font-family: Montserrat, sans-serif;
  }

  .italic-text-2 {
    font-family: Montserrat, sans-serif;
  }

  .rt-heading-three {
    color: var(--verde-oscuro);
    padding-top: 51px;
    font-family: Roca, Arial, sans-serif;
    font-size: 3.5rem;
    font-weight: 700;
  }

  .rt-designed-text, .rt-footer-links-text.rt-color-dark.rt-hover {
    font-family: Montserrat, sans-serif;
  }

  .rt-footer-three-logo-and-social-media {
    text-align: center;
  }

  .rt-footer-three-social-media-icons {
    background-color: var(--verde-oscuro);
  }

  .rt-footer-three-social-media-icons-wrap {
    text-align: left;
  }

  .rt-location-icon {
    color: var(--verde-oscuro);
  }

  .image-8 {
    padding-top: 36px;
  }

  .image-9 {
    top: 1rem;
    right: 1rem;
  }

  .image-10 {
    aspect-ratio: 16 / 9;
  }

  .image-11 {
    right: 4.8rem;
  }

  .rt-testimonial-one-block {
    min-height: 270px;
  }

  .bold-text-6 {
    color: var(--elements-webflow-library--neutral--800);
  }

  .heading-14 {
    color: #000;
    margin-top: 40px;
    font-family: Montserrat, sans-serif;
    font-size: 3.5rem;
  }

  .rt-home-three-cta-contain-wrap {
    padding-left: 40px;
    padding-right: 40px;
  }

  .div-block-13 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: row;
    grid-template-rows: auto;
    grid-template-columns: 3fr 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: column;
    justify-content: flex-start;
    place-items: center;
    padding-left: 16%;
    padding-right: 5%;
    display: flex;
    position: static;
  }

  .div-block-14 {
    margin-top: 128px;
  }

  .heading-15 {
    margin-bottom: 0;
  }

  .heading-16 {
    margin-top: 10px;
    margin-bottom: 40px;
  }

  .heading-17 {
    color: var(--verde-oscuro);
  }

  .image-15 {
    opacity: .95;
  }

  .container-19 {
    margin-top: 60px;
    margin-bottom: 60px;
    padding-left: 100px;
    padding-right: 100px;
  }

  .heading-19 {
    font-family: Montserrat, sans-serif;
    font-size: 2.6rem;
  }

  .paragraph-7 {
    padding-right: 23%;
    font-size: 1.4rem;
    line-height: 1.3em;
  }

  .div-block-16 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-areas: ". Area";
    place-items: center;
  }

  .container-20 {
    padding-top: 40px;
    padding-bottom: 100px;
  }

  .heading-20 {
    margin-bottom: 60px;
    font-size: 3.5rem;
    line-height: 1.2em;
  }

  .text-span-7 {
    font-size: 4rem;
  }

  .list {
    border-left-width: 1.5px;
    border-left-color: #231f20;
    padding-top: 20px;
    padding-bottom: 20px;
    list-style-type: none;
  }

  .list-item-4 {
    background-size: 24px;
    padding-left: 31px;
  }

  .list_item {
    background-image: url('../images/flor_icon.svg');
    background-position: 0%;
    background-repeat: no-repeat;
    background-size: 32px;
    margin-bottom: 30px;
    padding-bottom: 0;
    padding-left: 40px;
    line-height: 1.3em;
    list-style-type: none;
  }

  .text-span-8 {
    font-size: 3.5rem;
  }

  .list-copy {
    border-left: 1.5px solid #231f20;
    padding-top: 20px;
    padding-bottom: 20px;
    list-style-type: none;
  }

  .brix---paragraph-default-2 {
    color: var(--verde-oscuro);
    padding-left: 20px;
  }

  .brix---heading-h2-size-2-copy {
    margin-top: 0;
    padding-left: 0;
    padding-right: 0;
    position: relative;
    top: 8px;
    left: 29px;
  }

  .text-span-9 {
    left: 43px;
  }

  .section-7 {
    padding-top: 40px;
  }

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

  .brix---display-2 {
    color: var(--verde-oscuro);
    font-weight: 700;
  }

  .brix---grid-3-columns {
    grid-template-rows: auto auto;
    grid-auto-rows: 1fr;
  }

  .brix---mg-bottom-2 {
    color: var(--radiant-ui-components-library-marketplace--color--body-font-dark);
  }

  .brix---section-3 {
    background-color: var(--radiant-ui-components-library-marketplace--color--white);
  }

  .brix---heading-h2-size-3 {
    width: 100%;
  }

  .brix---heading-h3-size {
    font-size: 1.3rem;
    line-height: 1.2em;
  }

  .brix---inner-container-600px---center {
    max-width: 100%;
  }

  .brix---card-content-center {
    background-color: var(--verde-claro);
    box-shadow: 0 2px 7px 3px var(--elements-webflow-library--general--shadow-01);
    justify-content: flex-start;
    align-items: center;
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .bold-text-10 {
    font-size: 1.3rem;
  }

  .titulos-roca {
    font-size: 3.5rem;
  }

  .brix---heading-h1-size {
    font-size: 3rem;
  }

  .brix---section-4 {
    background-color: var(--verde-claro);
    padding-top: 100px;
  }

  .brix---heading-h2-size-4 {
    color: var(--verde-oscuro);
    font-size: 3.5rem;
  }

  .brix---inner-container-574px---center-2 {
    max-width: 100%;
  }

  .brix---accordion-item-wrapper-v2-2 {
    background-color: var(--radiant-ui-components-library-marketplace--color--white);
    margin-bottom: 20px;
    padding: 20px 60px 20px 100px;
  }

  .italic-text-3 {
    font-weight: 700;
  }

  .div-block-18 {
    height: 100%;
  }

  .paragraph-14 {
    margin-bottom: 30px;
  }

  .heading-22 {
    margin-top: 20px;
    font-size: 1.3rem;
    font-weight: 500;
  }

  .div-block-3-copy {
    border-color: #fff;
    width: 85%;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    top: 0;
  }

  .text-span-11 {
    font-weight: 600;
  }

  .text-span-12 {
    letter-spacing: 30px;
    font-family: Montserrat, sans-serif;
    font-size: 3rem;
    font-weight: 400;
  }

  .div-block-21 {
    color: var(--elements-webflow-library--neutral--800);
  }

  .bold-text-12 {
    color: var(--elements-webflow-library--neutral--800);
    width: 100%;
    min-width: 100%;
    font-size: 3.5rem;
  }

  .bold-text-13 {
    font-size: 1.3rem;
  }

  .bold-text-14 {
    color: var(--elements-webflow-library--neutral--800);
  }

  .bold-text-15 {
    font-size: 1.3rem;
  }

  .te-enseno-habitarte-m {
    margin-bottom: 60px;
  }

  ._30-min-m {
    margin-top: 60px;
    margin-bottom: 60px;
    padding-left: 100px;
    padding-right: 100px;
  }

  .title {
    color: #000;
  }

  .button-hero {
    object-position: 50% 50%;
    align-self: auto;
    margin-top: 0;
    font-size: 2rem;
    font-weight: 600;
    display: block;
    top: 60px;
  }

  .hero-heading-right-2---m {
    background-color: #fff;
  }
}

@media screen and (min-width: 1920px) {
  .button {
    border-radius: 20px;
    margin-top: -29px;
    padding: 10px 20px;
    line-height: 1.5em;
  }

  .titulos {
    text-align: left;
    margin-bottom: 20px;
  }

  .parrafos {
    font-size: 2rem;
    line-height: 1.5em;
  }

  .hero-section {
    aspect-ratio: 16 / 9;
    object-fit: cover;
    background-image: none;
    min-height: 100%;
  }

  .container-8 {
    max-width: 1200px;
    padding-top: 4rem;
  }

  .container-9 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    aspect-ratio: 16 / 9;
    -webkit-text-fill-color: inherit;
    object-fit: fill;
    background-image: url('../images/Background.jpg');
    background-position: 50% 75%;
    background-size: cover;
    background-attachment: scroll;
    background-clip: border-box;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    width: 100%;
    height: auto;
    min-height: 100%;
    display: block;
    position: static;
    overflow: visible;
  }

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

  .div-block-7 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    padding-top: 100px;
    padding-left: 100px;
    padding-right: 100px;
  }

  .image-6 {
    width: 800px;
    top: auto;
  }

  .paragraph-3 {
    padding-right: 0;
    font-size: 2.4rem;
    line-height: 1.5em;
  }

  .hero-wrapper-3 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: row;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-around;
    align-items: center;
    display: flex;
  }

  .hero-split-3 {
    justify-content: center;
    align-items: flex-start;
    margin-left: 196px;
  }

  .shadow-two-3 {
    aspect-ratio: auto;
    object-fit: contain;
    background-color: #0000;
    padding-right: 0;
    overflow: clip;
  }

  .margin-bottom-24px-3 {
    padding-left: 0;
    padding-right: 0;
    font-size: 3rem;
    line-height: 1.3em;
  }

  .anthony {
    padding-right: 370px;
  }

  .heading-9 {
    left: 0;
  }

  .image-7 {
    position: absolute;
  }

  .container-13 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    height: auto;
    display: flex;
  }

  .bold-text-5 {
    position: relative;
    top: auto;
  }

  .div-block-9 {
    width: 50%;
    margin-top: 10rem;
    margin-left: auto;
    margin-right: auto;
    padding-top: 25px;
    top: auto;
    left: auto;
  }

  .heading-11 {
    font-size: 3rem;
  }

  .heading-12 {
    font-size: 2rem;
  }

  .paragraph-5 {
    padding-top: 49px;
    padding-bottom: 50px;
    font-size: 2rem;
  }

  .button-3 {
    font-size: 2.5rem;
  }

  .como-empiezo {
    height: 100%;
  }

  .testimonial-text-two {
    text-align: justify;
  }

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

  .rt-location-icon {
    margin-bottom: 15px;
  }

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

  .image-9 {
    position: absolute;
    inset: 0% 0% auto auto;
  }

  .rt-padding-bottom-ten, .rt-padding-bottom-ten.rt-body-font-color {
    text-align: justify;
  }

  .rt-overflow-off {
    align-self: center;
  }

  .titulos-roca {
    text-align: left;
    margin-bottom: 20px;
  }

  .hero-section-m {
    aspect-ratio: 16 / 9;
    object-fit: cover;
    background-image: none;
    min-height: 100%;
  }

  .anthony-m, .anthony-m-copy {
    padding-right: 370px;
  }

  .title {
    text-align: left;
    margin-bottom: 20px;
  }

  .button-hero {
    border-radius: 20px;
    margin-top: -29px;
    padding: 10px 20px;
    line-height: 1.5em;
  }
}

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

  .navbar-wrapper-three {
    justify-content: space-between;
  }

  .navbar-brand-three {
    position: relative;
  }

  .nav-menu-wrapper-three {
    background-color: #0000;
    top: 70px;
  }

  .nav-menu-three {
    background-color: #fff;
    border-radius: 50px;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-top: 10px;
    padding: 20px;
    display: flex;
    box-shadow: 0 8px 50px #0000000d;
  }

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

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

  .menu-button {
    padding: 12px;
  }

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

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

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

  .heading-3 {
    font-size: 4.5rem;
    line-height: .5em;
  }

  .paragraph {
    margin-top: 15px;
    font-size: 1.2rem;
  }

  .button {
    margin-top: 0;
    font-size: 1rem;
    top: -1.1rem;
  }

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

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

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

  .frase {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .heading-6 {
    text-align: center;
    font-size: 1.3rem;
  }

  .titulos {
    font-size: 1.3rem;
  }

  .parrafos {
    font-size: 1rem;
  }

  .image-5 {
    width: 15rem;
  }

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

  .navbar-wrapper-three-2 {
    justify-content: space-between;
  }

  .navbar-brand-three-2 {
    position: relative;
  }

  .nav-menu-wrapper-three-2 {
    background-color: #0000;
    top: 70px;
  }

  .nav-menu-three-2 {
    background-color: #fff;
    border-radius: 50px;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-top: 10px;
    padding: 20px;
    display: flex;
    box-shadow: 0 8px 50px #0000000d;
  }

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

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

  .menu-button-2 {
    padding: 12px;
  }

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

  .container-8 {
    padding-top: 0;
    padding-left: 6.3rem;
    top: 78px;
  }

  .container-9 {
    background-attachment: scroll;
  }

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

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

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

  .button-3 {
    font-size: var(--_cta-size---cta-size);
  }

  .button-3.w--current {
    font-size: 1.3rem;
  }

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

  .testimonial-grid-two {
    grid-column-gap: 30px;
  }

  .testimonial-info-three {
    flex-direction: column;
  }

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

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

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

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

  .brix---section {
    padding-top: 118px;
    padding-bottom: 118px;
  }

  .brix---heading-h2-size {
    font-size: 30px;
    line-height: 46px;
  }

  .brix---accordion-spacer {
    min-height: 12px;
  }

  .brix---accordion-item-wrapper-v2 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .brix---accordion-item-wrapper-v2:hover {
    transform: translate(6px);
  }

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

  .footer-wrapper-two {
    flex-wrap: wrap;
  }

  .footer-form {
    width: 100%;
    margin-top: 40px;
  }

  .footer-form-container {
    max-width: 350px;
  }

  .rt-heading-three {
    font-size: 27px;
    line-height: 37px;
  }

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

  .rt-footer-three-main {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: wrap;
    justify-content: flex-start;
    padding-bottom: 70px;
  }

  .rt-footer-two-bottom {
    padding-left: 15px;
    padding-right: 15px;
  }

  .rt-footer-menu-links {
    grid-column-gap: 30px;
  }

  .rt-button-6 {
    z-index: 0;
    font-size: 15px;
    line-height: 25px;
  }

  .rt-padding-bottom-ten {
    font-size: 1rem;
    line-height: 1.4em;
  }

  .rt-padding-bottom-ten.rt-body-font-color {
    font-size: 1rem;
  }

  .rt-mask {
    width: 50%;
  }

  .heading-14 {
    font-size: 2rem;
  }

  .rt-heading-three-2 {
    font-size: 27px;
    line-height: 37px;
  }

  .rt-home-three-cta-contain-wrap {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-direction: column;
    align-items: flex-start;
  }

  .rt-button {
    padding: 15px 30px;
    font-size: 17px;
    line-height: 27px;
  }

  .rt-home-three-cta-main-box {
    padding: 60px 30px 70px;
  }

  .rt-home-three-cta-contain-text-wrap {
    max-width: none;
  }

  .container-17 {
    background-size: 100%;
    max-width: 100%;
  }

  .div-block-14 {
    width: auto;
    height: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .heading-15 {
    margin-top: 10px;
    font-size: 2.5rem;
  }

  .heading-16 {
    margin-bottom: 20px;
    font-size: 1.5rem;
  }

  .heading-17 {
    font-size: 1.4rem;
  }

  .hero-reto {
    height: 1004%;
  }

  .image-15 {
    margin-top: 20px;
  }

  .heading-19 {
    margin-bottom: 40px;
    font-size: 1.5rem;
    line-height: 1.2em;
  }

  .paragraph-7 {
    font-size: 1rem;
  }

  .heading-20 {
    font-size: 1.5rem;
  }

  .text-span-7 {
    font-size: 2rem;
  }

  .list {
    font-size: 1rem;
    line-height: 2em;
  }

  .list_item {
    line-height: 1.3em;
  }

  .text-span-8 {
    font-size: 1.8rem;
  }

  .list-copy {
    font-size: 1rem;
    line-height: 2em;
  }

  .brix---mg-bottom-80px {
    margin-bottom: 64px;
  }

  .brix---mg-bottom-0 {
    font-size: 1rem;
  }

  .brix---section-2 {
    padding-top: 118px;
    padding-bottom: 118px;
  }

  .brix---heading-h2-size-2 {
    font-size: 2rem;
    line-height: 46px;
    left: 0;
  }

  .brix---accordion-spacer-2 {
    min-height: 12px;
  }

  .brix---paragraph-default-2 {
    font-size: 1rem;
  }

  .brix---accordion-item-wrapper-v5 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .brix---accordion-item-wrapper-v5:hover {
    transform: translate(6px);
  }

  .brix---accordion-item-wrapper-v5-first {
    padding-left: 40px;
    padding-right: 40px;
  }

  .brix---accordion-item-wrapper-v5-first:hover {
    transform: translate(6px);
  }

  .brix---accordion-item-wrapper-v5-last {
    padding-left: 40px;
    padding-right: 40px;
  }

  .brix---accordion-item-wrapper-v5-last:hover {
    transform: translate(6px);
  }

  .brix---accordion-big-number {
    width: 112px;
    font-size: 3.5rem;
    line-height: 50px;
  }

  .brix---heading-h2-size-2-copy {
    font-size: 30px;
    line-height: 46px;
  }

  .text-span-9 {
    font-size: 2.5rem;
    top: -6px;
    left: -160px;
  }

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

  .brix---display-2 {
    font-size: 58px;
    line-height: 70px;
  }

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

  .brix---mg-bottom-2 {
    color: var(--radiant-ui-components-library-marketplace--color--body-font-dark);
  }

  .brix---section-3 {
    padding-top: 118px;
    padding-bottom: 118px;
  }

  .brix---heading-h2-size-3 {
    font-size: 30px;
    line-height: 46px;
  }

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

  .wbs-section {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

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

  .wbs-step-3-item {
    text-align: center;
    width: 400px;
  }

  .wbs-step-3 {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    flex-wrap: wrap;
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .wbs-step-3-arrow-image-bottom, .wbs-step-3-arrow-image-top, .wbs-step-3-arrow-image-last {
    display: none;
  }

  .wbs-step-3-item-top {
    text-align: center;
    width: 400px;
    margin-top: 0;
  }

  .wbs-step-simple-item {
    padding-left: 0;
    padding-right: 0;
  }

  .wbs-steps-2 {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .wbs-step-4 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-wrap: wrap;
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .wbs-step-4-item {
    text-align: left;
    justify-content: flex-start;
    width: 400px;
  }

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

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

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

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

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

  .wbs-accordion-3 {
    width: 100%;
  }

  .brix---section-4 {
    padding-top: 118px;
    padding-bottom: 118px;
  }

  .brix---heading-h2-size-4 {
    font-size: 30px;
    line-height: 46px;
  }

  .brix---accordion-header-3, .brix---accordion-title-3 {
    font-size: 1.5rem;
  }

  .brix---accordion-item-wrapper-v2-2 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .brix---accordion-item-wrapper-v2-2:hover {
    transform: translate(6px);
  }

  .bold-text-11 {
    font-size: 1.3rem;
  }

  .div-block-3-copy {
    width: 85%;
  }

  .brix---accordion-item-wrapper-v5-copy {
    padding-left: 40px;
    padding-right: 40px;
  }

  .brix---accordion-item-wrapper-v5-copy:hover {
    transform: translate(6px);
  }

  .text-span-12 {
    font-size: 2rem;
  }

  .image-17 {
    width: 5rem;
  }

  .brix---section-3-copy {
    padding-top: 118px;
    padding-bottom: 118px;
  }

  .bold-text-12 {
    font-size: 2rem;
  }

  .bold-text-16, .bold-text-17, .bold-text-18, .bold-text-19, .bold-text-20 {
    font-size: 1.5rem;
  }

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

  .title {
    font-size: 1.3rem;
  }

  .button-hero {
    margin-top: 0;
    font-size: 1rem;
    top: -1.1rem;
  }
}

@media screen and (max-width: 767px) {
  .navbar-brand-three {
    padding-left: 0;
  }

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

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

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

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

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

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

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

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

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

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

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

  .heading-3 {
    font-size: 3rem;
    top: 0;
  }

  .heading-4 {
    margin-top: 0;
    font-size: 1.5rem;
  }

  .paragraph, .button {
    top: 0;
  }

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

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

  .nav-menu-three-2 {
    border-radius: 20px;
    flex-direction: column;
    padding-bottom: 30px;
  }

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

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

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

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

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

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

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

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

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

  .container-8 {
    text-align: left;
    justify-content: center;
    align-items: center;
    padding-top: 0;
    padding-left: 0;
    font-size: 2rem;
    position: absolute;
    left: 0;
  }

  .container-9 {
    background-size: auto 1440px;
  }

  .hero-heading-right, .hero-subscribe-left, .anthony {
    padding: 60px 15px;
  }

  .button-3.w--current {
    font-size: 1.2rem;
  }

  .testimonial-column-light {
    padding: 60px 15px;
  }

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

  .testimonial-info-three {
    flex-direction: row;
  }

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

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

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

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

  .brix---heading-h2-size {
    font-size: 28px;
    line-height: 40px;
  }

  .brix---accordion-title {
    font-size: 20px;
    line-height: 30px;
  }

  .brix---accordion-item-wrapper-v2 {
    padding: 48px 0;
  }

  .brix---accordion-right-side {
    margin-left: 16px;
    margin-right: 16px;
  }

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

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

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

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

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

  .rt-heading-three {
    font-size: 24px;
    line-height: 34px;
  }

  .rt-footer-two-bottom-wrapper {
    flex-flow: column;
  }

  .rt-footer-bottom-text {
    font-size: 15px;
    line-height: 25px;
  }

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

  .rt-footer-menu-links {
    grid-column-gap: 20px;
  }

  .rt-button-6 {
    padding-left: 35px;
    padding-right: 35px;
  }

  .rt-footer-three-title {
    grid-row-gap: 30px;
  }

  .rt-component-section-2 {
    padding-top: 40px;
    padding-bottom: 20px;
  }

  .rt-slider-2 {
    color: var(--radiant-ui-components-library-marketplace--color--body-font-dark);
    justify-content: center;
    align-items: stretch;
    padding-bottom: 77px;
    overflow: hidden;
  }

  .rt-mask, .rt-mask.rt-overflow-on {
    width: 100%;
  }

  .rt-heading-three-2 {
    font-size: 24px;
    line-height: 34px;
  }

  .rt-button {
    padding: 12px 28px;
    font-size: 16px;
    line-height: 26px;
  }

  .heading-15 {
    font-size: 2rem;
  }

  .heading-16 {
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 1.2rem;
  }

  .heading-17 {
    font-size: 1.1rem;
  }

  .heading-19 {
    font-size: 1rem;
  }

  .paragraph-7 {
    font-size: .8rem;
  }

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

  .brix---section-2 {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .brix---heading-h2-size-2 {
    font-size: 2rem;
    line-height: 40px;
    position: relative;
    left: 10%;
  }

  .brix---accordion-title-2 {
    font-size: 20px;
    line-height: 30px;
  }

  .brix---paragraph-default-2 {
    font-size: .8rem;
  }

  .brix---accordion-right-side-2 {
    margin-left: 16px;
    margin-right: 16px;
  }

  .brix---accordion-item-wrapper-v5, .brix---accordion-item-wrapper-v5-first, .brix---accordion-item-wrapper-v5-last {
    padding: 48px 0;
  }

  .brix---accordion-big-number {
    width: 100px;
    font-size: 32px;
    line-height: 42px;
  }

  .brix---heading-h2-size-2-copy {
    font-size: 2rem;
    line-height: 1em;
  }

  .text-span-9 {
    font-size: 2rem;
  }

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

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

  .brix---display-2 {
    font-size: 48px;
    line-height: 56px;
  }

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

  .brix---section-3 {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .brix---heading-h2-size-3 {
    font-size: 28px;
    line-height: 40px;
  }

  .wbs-section {
    padding: 2rem 2%;
  }

  .wbs-step-3-item {
    width: 300px;
  }

  .wbs-step-3 {
    grid-template-columns: 1fr;
  }

  .wbs-step-3-item-top {
    width: 300px;
  }

  .wbs-step-4 {
    grid-template-columns: 1fr;
    max-width: 90%;
  }

  .wbs-step-4-item {
    width: 300px;
  }

  .brix---heading-h1-size {
    margin-bottom: 12px;
    font-size: 38px;
    line-height: 46px;
  }

  .brix---subtitle {
    font-size: 17px;
    line-height: 19px;
  }

  .brix---text-300-bold {
    font-size: 18px;
    line-height: 22px;
  }

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

  .brix---btn-primary-full-width {
    padding: 20px 32px;
  }

  .brix---pricing-content-v5 {
    padding-bottom: 40px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .brix---section-4 {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .brix---heading-h2-size-4 {
    font-size: 28px;
    line-height: 40px;
  }

  .brix---accordion-title-3 {
    font-size: 1.5rem;
    line-height: 30px;
  }

  .brix---accordion-item-wrapper-v2-2 {
    padding: 48px 20px 48px 40px;
  }

  .div-block-3-copy {
    border-color: var(--radiant-ui-components-library-marketplace--color--white);
    width: 50%;
    font-size: 1rem;
  }

  .brix---accordion-item-wrapper-v5-copy {
    padding: 48px 0;
  }

  .brix---section-3-copy {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .image-18 {
    width: 35rem;
    top: 0;
    left: 0;
  }

  .anthony-m, .anthony-m-copy {
    padding: 60px 15px;
  }

  .button-hero {
    top: 0;
  }

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

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

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

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

  .heading-3 {
    text-align: left;
    flex-flow: column;
    align-self: flex-start;
    font-size: 3.3rem;
    line-height: .5em;
    text-decoration: none;
    display: block;
  }

  .paragraph {
    text-align: left;
    margin-top: 0;
    font-size: 1.2rem;
    font-weight: 600;
    top: -.9rem;
  }

  .button {
    border-radius: 50px;
    margin-top: 20px;
    padding: 10px;
    font-size: 2rem;
    top: 20px;
    bottom: auto;
    left: 0;
    box-shadow: 0 2px 5px #0003;
  }

  .div-block-3 {
    justify-content: center;
    align-items: center;
    width: 50%;
    margin-bottom: 30px;
  }

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

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

  .frase {
    background-color: var(--beige);
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .heading-6 {
    font-size: 1.3rem;
    line-height: 1.3em;
  }

  .titulos {
    background-color: var(--radiant-ui-components-library-marketplace--color--white);
    text-align: center;
    margin-bottom: 20px;
    padding: 30px 20px;
    font-size: 1.8rem;
    box-shadow: 0 2px 5px #0003;
  }

  .parrafos {
    margin-top: 20px;
    padding-left: 40px;
    padding-right: 40px;
    font-size: 1.1rem;
  }

  .se-trata-de-ti {
    display: none;
  }

  .container-6 {
    height: auto;
  }

  .image-5 {
    border-radius: 30px;
    width: 20rem;
    position: relative;
    inset: auto;
  }

  .hero-section {
    height: auto;
    min-height: auto;
    display: none;
  }

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

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

  .container-8 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    height: 600px;
    padding-top: 2rem;
    padding-left: 20px;
    padding-right: 20px;
    top: 0;
  }

  .te-enseno-habitarte {
    width: 100%;
    height: auto;
    display: none;
  }

  .container-10 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: auto;
    height: auto;
  }

  .div-block-7 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .image-6 {
    float: none;
    opacity: 100;
    width: 20rem;
    position: static;
    inset: auto;
  }

  .paragraph-3 {
    margin-top: 20px;
    font-size: 1.1rem;
  }

  .container-12 {
    flex-flow: column;
    max-width: none;
    display: block;
  }

  .hero-form {
    align-self: stretch;
    margin-bottom: 15px;
  }

  .hero-form-container {
    flex-direction: column;
    align-items: flex-start;
  }

  .hero-form-input {
    width: 100%;
    height: 48px;
    margin-bottom: 10px;
  }

  .anthony {
    display: none;
  }

  .heading-10 {
    z-index: 100;
    margin-top: 100px;
    position: relative;
  }

  .div-block-9 {
    width: 90%;
    margin-top: 71px;
    margin-bottom: 50px;
  }

  .heading-11 {
    font-size: 1.7rem;
  }

  .heading-12 {
    margin-bottom: 0;
    font-size: 1.3rem;
  }

  .paragraph-5 {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 1.1rem;
  }

  .button-3 {
    font-family: Montserrat, sans-serif;
    font-size: 1.5rem;
    font-weight: 700;
  }

  .button-3.w--current {
    position: relative;
    top: 0;
  }

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

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

  .text-span-4 {
    text-transform: uppercase;
    font-family: Montserrat, sans-serif;
    font-size: 1.8rem;
    font-style: italic;
  }

  .hero-heading-right-2 {
    padding-left: 40px;
    padding-right: 40px;
    display: none;
  }

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

  .hero-wrapper-4 {
    justify-content: flex-start;
    align-items: center;
  }

  .hero-split-4 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    left: 0%;
  }

  .shadow-two-4 {
    border-top-right-radius: 100px;
    border-bottom-left-radius: 100px;
    width: 20rem;
    left: auto;
    box-shadow: 0 0 5px 2px #0003;
  }

  .margin-bottom-24px-4 {
    font-size: 1.1rem;
  }

  .heading-13 {
    margin-bottom: 20px;
  }

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

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

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

  .brix---section {
    display: block;
  }

  .brix---heading-h2-size {
    font-size: 24px;
    line-height: 34px;
  }

  .brix---accordion-title {
    font-size: 18px;
    line-height: 26px;
  }

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

  .brix---accordion-right-side {
    margin-right: 0;
  }

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

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

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

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

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

  .rt-component-section.rtpadding-bottom-none {
    display: block;
  }

  .rt-heading-three {
    font-size: 3rem;
  }

  .rt-footer-three-main {
    flex-flow: column;
    display: flex;
  }

  .rt-footer-three-contact-links-wrap {
    justify-content: center;
    align-items: flex-start;
  }

  .image-9 {
    width: 3.5rem;
    margin-bottom: 10px;
    position: relative;
    top: 0;
    left: -7px;
    right: 0;
  }

  .image-10 {
    opacity: 1;
    mix-blend-mode: normal;
    width: 100%;
    max-width: none;
    height: 600px;
  }

  .image-11 {
    position: relative;
    top: 4%;
    right: 0%;
  }

  .rt-component-section-2 {
    background-color: #0000;
    padding-top: 0;
    padding-bottom: 20px;
    overflow: visible;
  }

  .rt-display-off {
    display: none;
  }

  .rt-slider-2 {
    flex-flow: column;
    justify-content: center;
    align-items: stretch;
    padding-bottom: 65px;
    display: flex;
    overflow: hidden;
  }

  .rt-testimonial-one-block {
    background-color: var(--radiant-ui-components-library-marketplace--color--white);
  }

  .rt-mask.rt-overflow-on {
    width: 100%;
  }

  .heading-14 {
    font-family: Montserrat, sans-serif;
  }

  .div-block-12 {
    width: auto;
    height: auto;
  }

  .rt-button {
    padding-left: 24px;
    padding-right: 24px;
  }

  .rt-home-three-cta-contain-text-wrap {
    text-align: center;
    justify-content: flex-start;
    align-items: center;
  }

  .container-17 {
    background-position: 20%;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: scroll;
    max-width: none;
    height: 400px;
  }

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

  .div-block-14 {
    padding-left: 0;
    padding-right: 0;
  }

  .heading-15 {
    margin-bottom: 0;
    font-size: 1.8rem;
  }

  .heading-16 {
    font-size: 1rem;
    line-height: 1.3em;
  }

  .container-18 {
    height: 180px;
  }

  .heading-17 {
    margin: 0 10px;
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-15 {
    grid-template-rows: auto auto auto;
    grid-template-columns: 2.25fr;
  }

  .hero-reto {
    height: 100%;
    margin-bottom: auto;
    padding-top: 0;
    padding-bottom: 0;
  }

  .image-15 {
    opacity: 100;
    width: 20rem;
    margin-top: 0;
  }

  .container-19 {
    display: block;
  }

  .heading-19 {
    margin-top: 0;
    margin-bottom: 0;
    font-family: Montserrat, sans-serif;
    font-size: 1.8rem;
  }

  .paragraph-7 {
    font-size: 1.1rem;
  }

  .que-incluye {
    display: none;
  }

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

  .heading-20 {
    line-height: 1.5em;
  }

  .text-span-7 {
    font-size: 1.9rem;
  }

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

  .list_item {
    margin-top: 0;
    margin-bottom: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 1.2rem;
  }

  .text-span-8 {
    font-size: 1.7rem;
  }

  .list-copy {
    border-left-style: none;
    margin-right: 0;
    padding-right: 40px;
    position: relative;
  }

  .brix---color-neutral-801 {
    margin-top: 13px;
    margin-bottom: 13px;
  }

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

  .brix---mg-bottom-0 {
    line-height: 1.2rem;
  }

  .brix---container-default-2 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .brix---section-2 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .brix---heading-h2-size-2 {
    font-size: 1.8rem;
    line-height: 34px;
    left: 0%;
  }

  .brix---accordion-title-2 {
    font-size: 1.3rem;
    line-height: 26px;
  }

  .brix---paragraph-default-2 {
    text-align: justify;
    font-family: Montserrat, sans-serif;
    font-size: .9rem;
    line-height: 1.2rem;
  }

  .brix---accordion-right-side-2 {
    margin-right: 0;
  }

  .brix---accordion-item-wrapper-v5, .brix---accordion-item-wrapper-v5-first, .brix---accordion-item-wrapper-v5-last {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .brix---accordion-big-number {
    font-size: 24px;
    line-height: 35px;
    display: none;
  }

  .brix---heading-h2-size-2-copy {
    width: auto;
    font-size: 24px;
    line-height: 34px;
    left: 0;
  }

  .text-span-9 {
    padding-top: 0;
    padding-bottom: 3px;
    top: 0;
    left: 16px;
    right: 0;
  }

  .section-7 {
    display: block;
  }

  .clientes {
    display: none;
  }

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

  .brix---mg-bottom-48px-2 {
    text-align: center;
    margin-bottom: 32px;
  }

  .brix---display-2 {
    font-size: 38px;
    line-height: 48px;
  }

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

  .brix---container-default-3 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .brix---section-3 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .brix---heading-h2-size-3 {
    font-size: 24px;
    line-height: 34px;
  }

  .brix---heading-h3-size {
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 30px;
  }

  .wbs-steps {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .wbs-step-3-item {
    width: 100%;
  }

  .wbs-step-3 {
    grid-row-gap: 30px;
    width: 100%;
  }

  .wbs-step-3-item-top {
    width: 100%;
  }

  .wbs-steps-2 {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    grid-template-columns: 1fr;
  }

  .wbs-step-4 {
    width: 100%;
    max-width: 100%;
  }

  .wbs-step-4-item {
    width: 100%;
  }

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

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

  .brix---display-3 {
    font-size: 3rem;
    line-height: 39px;
  }

  .brix---heading-h1-size {
    margin-bottom: 10px;
    font-size: 30px;
    line-height: 37px;
  }

  .brix---subtitle {
    font-size: 14px;
    line-height: 18px;
  }

  .brix---text-300-bold {
    font-size: 17px;
    line-height: 21px;
  }

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

  .brix---btn-primary-full-width {
    width: 100%;
    padding-top: 18px;
    padding-bottom: 18px;
    font-size: 16px;
    line-height: 18px;
  }

  .wbs-accordion-3-title {
    padding-right: 20px;
  }

  .brix---section-4 {
    padding-top: 40px;
    padding-bottom: 20px;
  }

  .brix---heading-h2-size-4 {
    justify-content: center;
    align-items: center;
    width: 100%;
    font-family: Montserrat, sans-serif;
    font-size: 1.6rem;
    line-height: 34px;
    display: flex;
  }

  .brix---accordion-title-3 {
    font-family: Montserrat, sans-serif;
    font-size: 1rem;
    line-height: 1rem;
  }

  .brix---inner-container-574px---center-2 {
    max-width: 100%;
  }

  .brix---accordion-item-wrapper-v2-2 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .bold-text-11 {
    font-size: 1.8rem;
  }

  .div-block-18 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

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

  .paragraph-14 {
    font-size: 1.5rem;
  }

  .image-16 {
    width: 15rem;
  }

  .div-block-3-copy {
    align-self: flex-start;
    width: 65%;
    margin-top: 5px;
    top: -15px;
  }

  .brix---accordion-item-wrapper-v5-copy {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .text-span-12 {
    letter-spacing: 20px;
    padding-left: 5px;
    font-size: 1.8rem;
    display: inline;
  }

  .image-18 {
    width: 100%;
    margin-top: 20px;
  }

  .bold-text-16 {
    font-size: 1.3rem;
  }

  .bold-text-17, .bold-text-18 {
    font-family: Montserrat, sans-serif;
    font-size: 1rem;
    line-height: 1rem;
  }

  .bold-text-19, .bold-text-20 {
    font-size: 1rem;
  }

  .se-trata-de-tii-m {
    background-color: var(--beige);
    height: auto;
    padding-top: 0;
    padding-bottom: 40px;
    display: block;
  }

  .div-block-22 {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    place-items: center;
    padding-top: 0;
    padding-bottom: 0;
    display: grid;
  }

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

  .hero-section-m {
    width: auto;
    height: auto;
    min-height: auto;
    display: block;
  }

  .te-enseno-habitarte-m {
    width: auto;
    height: auto;
    margin-bottom: 30px;
    padding-top: 40px;
    padding-bottom: 40px;
    padding-right: 0;
    display: block;
  }

  .anthony-m {
    display: block;
  }

  .div-block-24 {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .clientes-m {
    background-color: var(--verde-claro);
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .hero-split-4-text {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    left: 0%;
  }

  .section-9 {
    display: none;
  }

  .que-incluye-m {
    display: block;
  }

  .div-block-25 {
    position: relative;
    top: -24px;
  }

  .title {
    background-color: var(--radiant-ui-components-library-marketplace--color--white);
    text-align: center;
    width: auto;
    margin-bottom: 20px;
    padding: 20px 1rem;
    font-size: 1.8rem;
  }

  .text-span-13, .text-span-14 {
    font-weight: 600;
  }

  .button-hero {
    border-radius: 10px;
    margin-top: 20px;
    padding: 10px;
    font-size: 1.2rem;
    top: 20px;
    bottom: auto;
    left: 0;
    box-shadow: 0 2px 5px #0003;
  }

  .hero-heading-right-2---m {
    padding-left: 40px;
    padding-right: 40px;
    display: block;
  }

  .bold-text-21 {
    font-size: 1rem;
  }

  .bold-text-22 {
    font-size: 1rem;
    font-weight: 700;
  }

  .bold-text-23, .bold-text-24 {
    font-size: 1rem;
  }

  .bold-text-25, .bold-text-26, .bold-text-27 {
    font-size: 1.3rem;
  }

  .section-10 {
    display: block;
  }

  .heading-24 {
    line-height: 1.2rem;
  }

  .bold-text-28 {
    font-size: 1rem;
  }

  .list-2 {
    padding-left: 0;
  }
}

#w-node-a21332ef-3028-e60e-31a7-86d68d389024-dff99a0d {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: auto;
}

#w-node-a21332ef-3028-e60e-31a7-86d68d38902a-dff99a0d {
  place-self: auto;
}

#w-node-a1f442d8-8b26-524c-592d-64bdc9ac454b-dff99a0d {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: auto;
}

#w-node-a1f442d8-8b26-524c-592d-64bdc9ac4551-dff99a0d {
  place-self: auto;
}

#w-node-_4fbcd9f4-1215-07b9-19f3-67b178425d8a-dff99a0d, #w-node-ef103ebb-aa8d-1556-ee6b-2adbdcca2325-dff99a0d {
  grid-area: Area-2;
}

#w-node-_1e1e9aae-f5f4-63f4-592a-d80d87727ad8-dff99a0d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_23532967-c281-feb3-0c6f-33239a14d23f-dff99a0d {
  justify-self: auto;
}

#w-node-_74113cdd-6674-5853-7d8f-0edecb3b58d4-dff99a0d {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_1c29def6-8aa7-0c2f-5ee8-b98c0859217a-dff99a0d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1c29def6-8aa7-0c2f-5ee8-b98c0859217f-dff99a0d {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_1c29def6-8aa7-0c2f-5ee8-b98c0859217e-dff99a0d {
  justify-self: auto;
}

#w-node-ac92553a-fa9e-81f6-27cf-22f3b28f796f-dff99a0d, #w-node-cc2a25ce-c386-b30e-880a-489c50bf8f85-dff99a0d {
  justify-self: center;
}

#w-node-_1aba6310-52b0-efdb-28e5-f95adc73ab1d-dff99a0d, #w-node-_891c7cdf-9efd-229b-ec6f-2ce5fe8669db-dff99a0d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3bd70172-5ead-b9eb-0ee5-84c1c15f6354-dff99a0d {
  align-self: center;
}

#w-node-_3bd70172-5ead-b9eb-0ee5-84c1c15f635e-dff99a0d {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_3bd70172-5ead-b9eb-0ee5-84c1c15f6371-dff99a0d {
  place-self: center;
}

#w-node-_14b26725-32ab-de39-de57-57af63858d34-67219b74 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: start;
}

#w-node-d56b93d6-2b69-21be-b350-2390e4291c0a-67219b74, #w-node-f1be6fe6-a54c-892c-b5c6-a11a33f68c3e-67219b74 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (min-width: 1440px) {
  #w-node-_23532967-c281-feb3-0c6f-33239a14d23f-dff99a0d, #w-node-_1c29def6-8aa7-0c2f-5ee8-b98c0859217e-dff99a0d {
    order: 9999;
  }

  #w-node-_3bd70172-5ead-b9eb-0ee5-84c1c15f6371-dff99a0d {
    justify-self: center;
  }
}

@media screen and (max-width: 479px) {
  #w-node-dbb7926a-295f-fc21-32b2-e48d03b13a10-dff99a0d, #w-node-a1f442d8-8b26-524c-592d-64bdc9ac4544-dff99a0d, #w-node-ef103ebb-aa8d-1556-ee6b-2adbdcca2325-dff99a0d {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_01974dbc-f80a-a22b-b520-566dae44cd28-67219b74 {
    justify-self: center;
  }
}


@font-face {
  font-family: 'Roca';
  src: url('../fonts/Roca-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Roca';
  src: url('../fonts/Roca-Heavy.ttf') format('truetype'), url('../fonts/Roca-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Roca';
  src: url('../fonts/Roca-Bold-Italic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Roca';
  src: url('../fonts/Roca-Heavy-Italic.ttf') format('truetype'), url('../fonts/Roca-Black-Italic.ttf') format('truetype');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Roca';
  src: url('../fonts/Roca-Light-Italic.ttf') format('truetype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Roca';
  src: url('../fonts/Roca-Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Roca';
  src: url('../fonts/Roca-Thin.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Roca';
  src: url('../fonts/Roca-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Roca';
  src: url('../fonts/Roca-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Roca';
  src: url('../fonts/Roca-Thin-Italic.ttf') format('truetype');
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}