:root {
  --verde-claro: #39939b;
  --radiant-ui-components-library-marketplace--color--theme-color: #116df8;
  --radiant-ui-components-library-marketplace--color--heading-dark: #150438;
  --radiant-ui-components-library-marketplace--color--white: white;
  --verde-oscuro: #024a60;
  --systemflow-lite--neutral--100: #0e0f11;
  --systemflow-lite--neutral--80: #636b75;
  --systemflow-lite--primary--60: #2f54eb;
  --systemflow-lite--neutral--10-2: white;
  --systemflow-lite--primary--50: #597ef7;
  --systemflow-lite--primary--70: #1d39c4;
  --systemflow-lite--primary--80: #10239e;
  --systemflow-lite--primary--10: #f2f6ff;
  --systemflow-lite--primary--20: #e5eeff;
  --radiant-ui-components-library-marketplace--color--body-font-dark: #6d6d6d;
  --grisesito: #f1f1f1;
  --conversion-flow-library--medium-purple: #b16cea;
  --conversion-flow-library--light-coral: #ff5e69;
  --conversion-flow-library--sandy-brown: #ffa84b;
  --radiant-ui-components-library-marketplace--color--stroke: #fafafa;
  --titulo-seccion: 40px;
  --noto: "Noto Sans", sans-serif;
}

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

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

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

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

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

.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;
  font-family: Noto Sans, sans-serif;
  font-size: 20px;
  line-height: 1.2em;
}

.button-primary {
  background-color: var(--verde-claro);
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  border-radius: 5px;
  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;
}

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

.rt-autofit {
  object-fit: cover;
}

.rt-underline-off {
  z-index: 1;
  text-decoration: none;
  position: relative;
}

.rt-change-padding {
  margin-top: 0;
  margin-bottom: 0;
  line-height: 45px;
}

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

.rt-autofit-2 {
  object-fit: cover;
  border-radius: 10px;
}

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

.rt-menu-icon {
  filter: invert();
}

.rt-menu-icon.rt-dropdown-arrow {
  margin-top: 3px;
}

.rt-header-2 {
  background-color: #fff;
  position: relative;
}

.rt-header-2.rt-change-padding {
  padding-left: 15px;
  padding-right: 15px;
  font-family: Outfit;
  font-weight: 300;
}

.rt-button-circle-block {
  background-color: var(--radiant-ui-components-library-marketplace--color--theme-color);
  border-radius: 50%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.rt-button-circle-block.rt-overflow-off {
  flex: none;
}

.rt-grid-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: .7fr 1fr .7fr;
  max-width: 1290px;
  margin-left: auto;
  margin-right: auto;
}

.rt-nav-main {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  display: flex;
}

.rt-arrow-white-2 {
  position: relative;
}

.rt-padding-all {
  max-width: 80%;
}

.rt-button-circle-main {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  width: 37px;
  min-width: 37px;
  height: 37px;
  min-height: 37px;
  margin-left: 10px;
  display: flex;
  position: relative;
}

.rt-button-main-7 {
  color: #fff;
  letter-spacing: .0625em;
  text-transform: capitalize;
  background-color: #0000;
  font-size: 1.25rem;
  line-height: 1.6875rem;
  position: relative;
}

.rt-button-main-7.rtcolor-black {
  color: var(--radiant-ui-components-library-marketplace--color--heading-dark);
  letter-spacing: 0;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
}

.rt-dropdown-list-4 {
  grid-column-gap: 13px;
  grid-row-gap: 13px;
  background-color: #fff;
  border-radius: 5px;
  flex-direction: column;
  min-width: 260px;
  padding: 20px;
  display: flex;
  box-shadow: 0 2px 30px #0000001a;
}

.rt-dropdown-list-4.w--open {
  display: flex;
}

.rt-dropdown-list-4.rt-display-off {
  display: none;
}

.rt-dropdown-toggle-3 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-right: 30px;
  display: flex;
}

.rt-agentic {
  z-index: 99;
}

.rt-button-13 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  border: 1px solid var(--radiant-ui-components-library-marketplace--color--theme-color);
  border-radius: 50px;
  grid-template-rows: auto;
  grid-template-columns: auto 18px;
  grid-auto-columns: 1fr;
  align-content: center;
  place-items: center start;
  padding: 5px 20px 5px 25px;
  display: grid;
}

.rt-button-13.rt-underline-off.rtresponsive-display-off {
  grid-template-columns: auto 30px;
}

.rt-hamburger {
  z-index: 9;
  position: relative;
}

.rt-menu-hamburger-main {
  display: none;
}

.rt-menu-font {
  color: #0d1018;
  text-transform: capitalize;
  font-family: Noto Sans, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  text-decoration: none;
}

.rt-menu-font.rt-menu-font-small {
  font-size: 14px;
  line-height: 24px;
}

.rt-menu-font.rt-menu-font-small:hover {
  color: var(--radiant-ui-components-library-marketplace--color--theme-color);
}

.rt-responsive-display-off {
  z-index: 9;
}

.heading {
  font-family: Noto Sans, sans-serif;
  font-weight: 800;
}

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

.sysf-container {
  max-width: 1248px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px;
}

.sysf-heading {
  color: var(--systemflow-lite--neutral--100);
}

.sysf-heading.sysf-xl {
  color: var(--verde-claro);
  letter-spacing: -.022em;
  margin-top: 0;
  margin-bottom: 1.5rem;
  font-family: Noto Sans, sans-serif;
  font-size: 2.75rem;
  font-weight: 800;
  line-height: 1.25;
}

.sysf-body-text {
  color: var(--systemflow-lite--neutral--80);
  margin-top: 0;
}

.sysf-body-text.sysf-m {
  letter-spacing: -.011em;
  margin-bottom: 40px;
  font-family: Noto Sans, sans-serif;
  font-size: 18px;
  line-height: 1.4em;
}

.sysf-body-text.sysf-m.bullets {
  margin-bottom: 10px;
}

.sysf-button {
  background-color: var(--systemflow-lite--primary--60);
  color: var(--systemflow-lite--neutral--10-2);
  text-align: center;
  align-items: center;
  text-decoration: none;
  transition: background-color .25s;
  position: relative;
}

.sysf-button:hover {
  background-color: var(--systemflow-lite--primary--50);
}

.sysf-button:active {
  background-color: var(--systemflow-lite--primary--70);
}

.sysf-button:focus {
  box-shadow: 0 0 0 2px var(--systemflow-lite--neutral--10-2), 0 0 0 5px var(--systemflow-lite--primary--60);
}

.sysf-button.sysf-secondary {
  color: #2f54eb;
  background-color: #f0f5ff;
  transition: box-shadow .25s, color .25s, background-color .25s;
  box-shadow: inset 0 0 0 1px #adc6ff;
}

.sysf-button.sysf-secondary:hover {
  color: #1d39c4;
  box-shadow: inset 0 0 0 1px #2f54eb;
}

.sysf-button.sysf-medium {
  background-color: var(--verde-claro);
  border-radius: 6px;
  padding: 10px 15px;
  transition-property: none;
}

.sysf-button.sysf-medium:hover {
  background-color: var(--systemflow-lite--primary--70);
}

.sysf-button.sysf-medium:active {
  background-color: var(--systemflow-lite--primary--80);
}

.sysf-button.sysf-medium:focus {
  background-color: var(--systemflow-lite--primary--70);
}

.sysf-button.sysf-medium.sysf-secondary {
  background-color: var(--systemflow-lite--neutral--10-2);
  box-shadow: none;
  color: var(--systemflow-lite--primary--60);
}

.sysf-button.sysf-medium.sysf-secondary:hover {
  background-color: var(--systemflow-lite--primary--10);
}

.sysf-button.sysf-medium.sysf-secondary:active {
  background-color: var(--systemflow-lite--primary--20);
}

.sysf-button.sysf-medium.sysf-secondary:focus {
  box-shadow: 0 0 0 2px var(--systemflow-lite--neutral--10-2), 0 0 0 5px var(--systemflow-lite--primary--60);
}

.sysf-button-text {
  font-family: Noto Sans, sans-serif;
  font-size: 16px;
  font-weight: 500;
  display: inline-block;
}

.sysf-tagline {
  background-color: var(--systemflow-lite--neutral--10-2);
  color: var(--systemflow-lite--neutral--80);
  letter-spacing: -.006em;
  border-radius: 6px;
  margin-bottom: 10px;
  padding-left: 8px;
  padding-right: 8px;
  font-family: Noto Sans, sans-serif;
  font-size: .875rem;
  font-weight: 400;
  line-height: 28px;
  display: inline-block;
}

.sysf-button-separator {
  width: 8px;
  height: 8px;
  display: inline-block;
}

.sysf-c-t-primary-60 {
  color: var(--systemflow-lite--primary--60);
}

.sysf-hero-grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  align-items: center;
}

.sysf-ctas-wrapper {
  margin-top: 1.5rem;
}

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

.sysf-hero-section {
  padding-top: 60px;
  padding-bottom: 100px;
  position: relative;
  overflow: hidden;
}

.sysf-text-wrapper-l {
  margin-top: 40px;
  padding-right: 60px;
}

.boton-cita {
  font-family: Noto Sans, sans-serif;
  font-size: 16px;
}

.link-block {
  background-color: var(--verde-claro);
  color: #fff;
  border-radius: 5px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 15px 20px;
}

.rt-blue-icon {
  opacity: 0;
  position: absolute;
}

.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-category-cards-text.rt-text-white, .rt-text-white {
  color: var(--radiant-ui-components-library-marketplace--color--white);
}

.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: 100px 40px;
  font-family: Noto Sans, sans-serif;
  font-size: 17px;
  font-weight: 300;
  line-height: 29px;
  position: relative;
}

.rt-underline-off-2 {
  z-index: 1;
  text-decoration: none;
  position: relative;
}

.rt-body-font-color {
  color: var(--radiant-ui-components-library-marketplace--color--body-font-dark);
  transition: color .35s;
}

.rt-precision-card-body {
  color: var(--radiant-ui-components-library-marketplace--color--body-font-dark);
  padding-bottom: 38px;
  padding-left: 26px;
  padding-right: 26px;
}

.rt-precision-card-image {
  object-fit: cover;
  width: 100%;
}

.rt-precision-card-body-icon-column {
  text-align: center;
  background-color: #4a74fd;
  justify-content: center;
  align-items: center;
  width: 23%;
  padding-top: 15px;
  padding-bottom: 15px;
  display: flex;
}

.rt-all-btn-two {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  align-items: center;
  display: flex;
}

.rt-padding-top-twenty {
  padding-top: 20px;
}

.rt-padding-top-twenty.rt-body-font-color {
  margin-bottom: 20px;
  padding-top: 0;
  font-weight: 400;
}

.rt-precision-card-body-row {
  background-color: #101929;
  border-radius: 6px;
  margin-top: -39px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.rt-precision-card-body-caption-column {
  justify-content: flex-start;
  align-items: center;
  width: 77%;
  padding: 15px 23px;
  display: flex;
}

.rt-precision-card-image-box {
  text-align: center;
  overflow: hidden;
}

.rt-discover-btn {
  color: #444655;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.875rem;
}

.rt-cover-image-2 {
  object-fit: cover;
}

.rt-cover-image-2.rt-full-width-image {
  width: 100%;
}

.rt-precision-card-body-caption-btn-box {
  margin-top: 10px;
}

.rt-precision-card {
  background-color: #fff;
  border-radius: 6px;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 14px;
  overflow: hidden;
}

.rt-precision-card.rt-home-two {
  margin-right: 0;
}

.rt-precision-card.rt-home-two.rt-home-two-page {
  box-shadow: 0 10px 80px #dbdfffcc;
}

.rt-precision-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.rt-discover-button-icon-wrap {
  justify-content: center;
  align-items: center;
  position: relative;
}

.heading-2.semititulo {
  color: var(--verde-claro);
  font-size: 26px;
}

.heading-3 {
  color: var(--verde-oscuro);
  text-align: center;
  margin-bottom: 20px;
  font-size: 40px;
}

.heading-3.titulo-especialista {
  line-height: 1.25em;
}

.heading-3.titulo-especialista.blanco {
  color: var(--radiant-ui-components-library-marketplace--color--white);
}

.container-2 {
  margin-bottom: 60px;
}

.cf-benefits-pointer-number {
  background-image: linear-gradient(84deg, var(--conversion-flow-library--medium-purple), var(--conversion-flow-library--light-coral) 54%, var(--conversion-flow-library--sandy-brown));
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  margin-right: 16px;
  font-family: Montserrat, sans-serif;
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
}

.cf-wrapper {
  z-index: 10;
  justify-content: space-between;
  align-items: center;
  width: 85%;
  max-width: 1160px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 90px;
  padding-bottom: 90px;
  display: flex;
  position: relative;
}

.cf-wrapper.benefits-wrapper {
  justify-content: space-between;
  align-items: center;
  max-width: 900px;
  padding-top: 0;
  padding-bottom: 0;
}

.cf-benefits-pointer-heading-and-number {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 16px;
  display: flex;
}

.cf-video-thumbnail {
  object-fit: cover;
  object-position: 50% 50%;
  border-radius: 10px;
  width: auto;
  max-width: 100%;
  height: auto;
}

.cf-benefits-section {
  padding-top: 100px;
  padding-bottom: 100px;
  font-family: Noto Sans, sans-serif;
}

.cf-benefits-pointer-line {
  background-color: #b16cea1a;
  height: 2px;
  position: absolute;
  inset: 0% 0% auto;
}

.cf-benefits-pointer-line._3 {
  background-color: #d1d3d533;
}

.cf-benefits-pointer-item {
  max-width: 300px;
  padding-top: 40px;
  padding-bottom: 40px;
  position: relative;
}

.cf-benefits-image {
  width: 50%;
  max-width: 400px;
  height: 560px;
  margin-top: 60px;
  margin-left: 5%;
  margin-right: 5%;
  position: relative;
  left: 0%;
}

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

.cf-text-block-2._16-px {
  font-size: 16px;
  font-weight: 600;
  line-height: 140%;
}

.cf-benefits-pointers-right {
  margin-top: 120px;
}

.cf-case-study-number-text {
  color: var(--radiant-ui-components-library-marketplace--color--body-font-dark);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Noto Sans, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 140%;
}

.text-block.numerito, .numerito {
  color: var(--verde-claro);
  margin-right: 20px;
  font-size: 48px;
  font-weight: 800;
}

.parrafo {
  color: var(--radiant-ui-components-library-marketplace--color--body-font-dark);
  text-align: center;
  font-size: 18px;
  line-height: 1.4em;
}

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

.rt-component-section-2 {
  background-color: var(--verde-oscuro);
  color: var(--radiant-ui-components-library-marketplace--color--body-font-dark);
  width: 100%;
  padding: 80px 40px;
  font-family: Noto Sans, sans-serif;
  font-size: 17px;
  font-weight: 300;
  line-height: 29px;
  position: relative;
}

.rt-component-section-2.mobil, .rt-display-off-2 {
  display: none;
}

.rt-padding-bottom-ten {
  padding-bottom: 10px;
  font-weight: 400;
}

.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 none var(--systemflow-lite--neutral--10-2);
  background-color: #fff;
  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 none var(--radiant-ui-components-library-marketplace--color--white);
  background-color: var(--radiant-ui-components-library-marketplace--color--white);
  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;
  background-color: #f5f5fb;
  border-radius: 10px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.rt-slider-2 {
  background-color: #ddd0;
  justify-content: flex-start;
  align-items: stretch;
  height: auto;
  padding-bottom: 40px;
  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 {
  color: var(--radiant-ui-components-library-marketplace--color--body-font-dark);
  padding: 30px;
}

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

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

.rt-body-font-color-2 {
  color: var(--radiant-ui-components-library-marketplace--color--body-font-dark);
  transition: color .35s;
}

.rt-body-font-color-2.boldy {
  font-weight: 600;
  text-decoration: none;
}

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

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

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

.rt-margin-top-thirty {
  margin-top: 30px;
}

.rt-all-reviews-home {
  grid-column-gap: 17px;
  grid-row-gap: 15px;
  background-color: #fff;
  border-radius: 10px;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  padding: 30px 35px;
  display: flex;
  box-shadow: 0 10px 80px #dbdfffcc;
}

.rt-home-review-main-block {
  background-image: url('../images/Map.webp');
  background-position: 50% 95%;
  background-repeat: no-repeat;
  background-size: auto;
  padding-bottom: 50px;
  overflow: visible;
}

.rt-profile-image-block-home {
  border-radius: 100%;
  overflow: hidden;
  box-shadow: 5px 4px 25px #00000014;
}

.rt-home-review-para {
  max-width: 665px;
  margin-bottom: 35px;
  padding-bottom: 27px;
}

.rt-reviews-block {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.rt-job-role {
  color: var(--radiant-ui-components-library-marketplace--color--body-font-dark);
  margin-bottom: 0;
}

.rt-people-name-and-image {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.rt-reviews {
  grid-column-gap: 30px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: flex;
  box-shadow: 5px 4px 60px #0000000f;
}

.rt-component-section-3 {
  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-3.rt-contact-v-one {
  padding-top: 50px;
}

.rt-body-font-color-3 {
  color: var(--radiant-ui-components-library-marketplace--color--body-font-dark);
  transition: color .35s;
}

.rt-no-underline {
  cursor: pointer;
  text-decoration: none;
}

.rt-contact-block-two-left {
  flex: 1;
  align-self: center;
  max-width: 47%;
}

.rt-contact-block-two-right {
  flex: 1;
  align-self: center;
}

.rt-footer-address-flex {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  margin-top: 10px;
}

.rt-contact-one-flex {
  font-weight: 400;
}

.rt-home-one-submit {
  background-color: var(--radiant-ui-components-library-marketplace--color--theme-color);
  color: var(--radiant-ui-components-library-marketplace--color--white);
  letter-spacing: .11rem;
  text-transform: uppercase;
  cursor: pointer;
  border-radius: 5px;
  width: 285px;
  padding: 17px 5px;
  font-size: .9375rem;
  font-weight: 600;
  line-height: 1.5625rem;
}

.rt-image-height-auto-2 {
  object-fit: cover;
  height: auto;
  margin-top: 6px;
}

.rt-contact-two-flex-one {
  margin-top: 35px;
  margin-bottom: 20px;
}

.rt-contact-two-flex-two {
  margin-bottom: 45px;
}

.rt-footer-social-flex {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
}

.rt-home-one-form-text-field {
  color: #fff;
  text-transform: uppercase;
  background-color: #0000;
  border: 1px solid #49392a;
  height: 58px;
  padding-left: 25px;
  padding-right: 25px;
}

.rt-home-one-form-text-field.rt-contact-one-text-field {
  color: var(--radiant-ui-components-library-marketplace--color--body-font-dark);
  background-color: #f3f3f3;
  border-style: none;
  border-radius: 5px;
  margin-bottom: 20px;
}

.rt-home-one-form-text-field.rt-contact-one-text-field::placeholder {
  color: var(--radiant-ui-components-library-marketplace--color--body-font-dark);
}

.rt-home-one-form-text-field.rt-contact-one-text-field.rt-contact-one-textarea {
  height: 120px;
}

.rt-contact-one-block-two {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: center;
  align-self: stretch;
}

.rt-contact-one-form-block {
  width: 100%;
  margin-top: 38px;
  margin-bottom: 0;
}

.rt-error-message {
  color: #f33;
  text-align: center;
  padding: 20px;
}

.rt-success-message {
  color: #128800;
  text-align: center;
  background-color: #e1ffe0;
}

.rt-component-section-4 {
  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 40px;
  font-family: Outfit;
  font-size: 17px;
  font-weight: 300;
  line-height: 29px;
  position: relative;
}

.rt-textarea-4 {
  border: 1px solid var(--radiant-ui-components-library-marketplace--color--stroke);
  color: #072032;
  background-color: #f3f3f3;
  border-radius: 5px;
  min-height: 100px;
  font-size: 16px;
  line-height: 28px;
}

.rt-textarea-4::placeholder {
  color: var(--radiant-ui-components-library-marketplace--color--body-font-dark);
}

.rt-form-three-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: space-between;
  align-items: center;
  font-family: Noto Sans, sans-serif;
  display: flex;
}

.rt-text-field-4 {
  border: 1px solid var(--radiant-ui-components-library-marketplace--color--stroke);
  color: #072032;
  background-color: #f3f3f3;
  border-radius: 5px;
  margin-bottom: 0;
  padding-top: 23px;
  padding-bottom: 23px;
  padding-left: 19px;
  font-size: 16px;
}

.rt-text-field-4::placeholder {
  color: var(--radiant-ui-components-library-marketplace--color--body-font-dark);
  font-size: 16px;
}

.rt-client-text {
  color: #072032;
  font-size: 24px;
  font-weight: 400;
  line-height: 34px;
}

.rt-contact-number-one {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-flow: column;
  display: flex;
  overflow: hidden;
}

.rt-contact-number-one.rt-flex-gap {
  grid-column-gap: 13px;
  grid-row-gap: 13px;
}

.rt-form-row-one {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  width: 100%;
}

.rt-social-media-box-2 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  display: flex;
}

.rt-main-contact-form {
  background-color: #f5f5fb;
  border-radius: 20px;
  max-width: 570px;
  padding: 54px 40px 60px;
}

.rt-main-contact-form.rt-form-full-width {
  border: 1px solid var(--radiant-ui-components-library-marketplace--color--stroke);
  background-color: #fff;
  border-radius: 10px;
  width: 100%;
  max-width: 600px;
}

.rt-footer-one-social-media-icons {
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 36px;
  transition: all .5s;
  display: flex;
  position: relative;
}

.rt-responsive-text-center-2.rt-body-font-color {
  line-height: 1.4em;
}

.rt-location-icon {
  margin-top: 8px;
}

.rt-form-block-4 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 30px;
  display: flex;
}

.rt-contact-link-one {
  color: #6376a0;
}

.rt-contact-three-left-box {
  max-width: 500px;
  overflow: hidden;
}

.rt-contact-links {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.rt-contact-links.rt-links-two {
  grid-column-gap: 45px;
  grid-row-gap: 45px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.rt-footer-one-icon-hover-in {
  border: 1px solid var(--radiant-ui-components-library-marketplace--color--theme-color);
  border-radius: 100%;
  width: 35px;
  height: 35px;
  transition: all .25s;
}

.rt-footer-one-icon-hover-in:hover {
  transform: translate(0, -5px);
}

.rt-contact-box-one {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: flex-start;
  align-items: center;
}

.rt-contact-box-one.rt-contac-three-box-one {
  grid-column-gap: 22px;
  grid-row-gap: 22px;
  text-decoration: none;
}

.rt-contact-three-heading {
  padding-bottom: 20px;
}

.rt-contact-three-heading.rt-contact-v7-heading {
  color: var(--verde-oscuro);
  max-width: 420px;
  font-size: 40px;
  line-height: 1.25em;
}

.rt-submit {
  background-color: var(--radiant-ui-components-library-marketplace--color--theme-color);
  text-transform: uppercase;
  border-radius: 5px;
  padding: 13px 40px;
  font-size: 15px;
}

.rt-contact-line {
  background-color: #cddcff;
  width: 100%;
  height: 1px;
  margin-top: 31px;
  margin-bottom: 40px;
}

.heading-4 {
  font-size: 32px;
}

.container-3 {
  display: none;
}

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

.navbar-logo-left-container.shadow-three {
  width: 100%;
  max-width: none;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
}

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

.navbar-wrapper {
  justify-content: space-between;
  align-items: center;
  font-family: Noto Sans, sans-serif;
  font-size: 16px;
  display: flex;
}

.nav-menu-two {
  justify-content: space-between;
  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-divider {
  background-color: #e4ebf3;
  width: 1px;
  height: 22px;
  margin-left: 15px;
  margin-right: 15px;
}

.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-2 {
  background-color: var(--verde-claro);
  color: #fff;
  letter-spacing: 2px;
  text-transform: none;
  border-radius: 5px;
  padding: 12px 25px;
  font-size: 16px;
  line-height: 20px;
  transition: all .2s;
}

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

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

.text-block-3 {
  font-size: 16px;
}

.brand {
  max-width: 25%;
}

.cf-gradient-span {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(to right, #b16cea 20%, #ff5e69 60%, #ff8a56 80%, #ffa84b);
  -webkit-background-clip: text;
  background-clip: text;
  font-family: Montserrat, sans-serif;
}

.cf-call-arrow-contain {
  background-color: #0d0e10;
  border-top-right-radius: 16px;
  justify-content: flex-start;
  align-items: flex-end;
  width: 32px;
  height: 32px;
  margin-left: 12px;
  padding-bottom: 5px;
  padding-left: 5px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.cf-call-arrow-contain.cf-gradient {
  background-color: #b16cea;
  background-image: linear-gradient(135deg, #b16cea 20%, #ff5e69 60%, #ff8a56 80%, #ffa84b);
  width: 40px;
  height: 40px;
  padding-bottom: 6px;
  padding-left: 6px;
}

.cf-call-button {
  color: #0d0e10;
  letter-spacing: -.32px;
  align-items: center;
  padding-left: 10px;
  font-size: 18px;
  font-weight: 500;
  text-decoration: none;
  display: flex;
  overflow: visible;
}

.cf-call-button._24px-bold {
  color: #b16cea;
  letter-spacing: normal;
  padding-left: 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 100%;
}

.cf-call-arrow-down {
  margin-bottom: -18px;
  margin-left: -18px;
  position: absolute;
  inset: auto auto 0% 0%;
}

.cf-call-arrow-down.gradient {
  margin-bottom: -22px;
  margin-left: -22px;
}

.cf-services-image {
  object-fit: contain;
  border-radius: 16px;
}

.cf-services-paragraph {
  color: var(--radiant-ui-components-library-marketplace--color--body-font-dark);
  margin-bottom: 40px;
  font-family: Noto Sans, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 156%;
}

.cf-services-paragraph.espacio {
  margin-top: 20px;
}

.cf-services-paragraph.bullet {
  margin-bottom: 10px;
}

.cf-services-right-contain {
  width: 50%;
  max-width: 500px;
}

.cf-services-h2-heading {
  color: var(--verde-claro);
  margin-top: 0;
  margin-bottom: 24px;
  font-family: Noto Sans, sans-serif;
  font-size: 40px;
  font-weight: 800;
  line-height: 120%;
}

.cf-services-h2-heading.subtitulo {
  color: var(--verde-claro);
  font-family: Noto Sans, sans-serif;
  font-size: 40px;
  font-weight: 800;
}

.cf-services-h2-heading.subtitulo.minititulo {
  font-size: 26px;
}

.cf-flex-section-3 {
  padding-top: 0;
  padding-bottom: 0;
}

.cf-services-page-contain {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-bottom: 0;
  display: flex;
}

.cf-services-page-contain.reverse {
  flex-direction: row-reverse;
  margin-top: 100px;
  margin-bottom: 0;
}

.cf-services-page-contain._4to {
  margin-top: 0;
}

.cf-services-left-contain {
  flex-direction: column;
  align-items: flex-start;
  width: 45%;
  max-width: 450px;
  display: flex;
}

.cf-services-icon {
  object-fit: contain;
  border-radius: 18px;
  margin-bottom: 32px;
}

.cf-services-icon._2 {
  margin-bottom: 32px;
  box-shadow: 0 14px 80px #186fe140;
}

.cf-services-icon._1 {
  border-radius: 18px;
  margin-bottom: 32px;
  box-shadow: 0 14px 80px #fc6b5c40;
}

.cf-services-main-wrapper {
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  width: 90%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 100px;
  padding-bottom: 0;
  display: flex;
}

.cf-wrapper-1160 {
  justify-content: space-between;
  align-items: center;
  width: 90%;
  max-width: 1160px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
  position: relative;
}

.cf-wrapper-1160.different-flex {
  flex-direction: column;
  align-items: flex-start;
  padding-top: 160px;
  padding-bottom: 60px;
}

.cf-wrapper-1160.choose-flex {
  flex-direction: column;
  padding-top: 60px;
  padding-bottom: 60px;
}

.cf-pricing-plan-pointers {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 16px;
  display: flex;
}

.cf-pricing-plan-pointers.no-margin {
  margin-bottom: 0;
}

.cf-italic-text {
  font-style: italic;
  font-weight: 700;
}

.cf-h2-heading-56px {
  color: var(--verde-claro);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Noto Sans, sans-serif;
  font-size: 40px;
  font-weight: 800;
  line-height: 120%;
}

.cf-body---18px {
  color: #000c;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 160%;
}

.cf-h3-heading-40px {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 125%;
}

.cf-h3-heading-40px.margin-bottom-32px {
  margin-bottom: 32px;
}

.cf-different-tab-image {
  width: 32px;
  height: auto;
  margin-right: 16px;
}

.cf-different-tabs-content {
  width: 100%;
  max-width: 600px;
  margin-left: auto;
}

.cf-different-tab-link {
  opacity: .3;
  letter-spacing: -.01em;
  background-color: #0000;
  justify-content: flex-start;
  align-items: center;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 0;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 40px;
  display: flex;
}

.cf-different-tab-link.w--current {
  opacity: 1;
  background-color: #0000;
}

.cf-different-upper-container {
  margin-bottom: 64px;
}

.cf-different-bottom-container {
  width: 100%;
}

.cf-pricing-plan-check-icon {
  width: 28px;
  height: 28px;
  margin-right: 16px;
}

.cf-pricing-plan-pointer-container {
  margin-top: 40px;
}

.cf-different-tabs {
  width: 100%;
  height: 100%;
  display: flex;
}

.cf-pricing-plan-pointer-text-18px {
  color: var(--radiant-ui-components-library-marketplace--color--body-font-dark);
  font-family: Noto Sans, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 32px;
}

.cf-different-menu {
  flex-direction: column;
  width: 85%;
  max-width: 540px;
  margin-right: 1%;
  display: flex;
}

.container-5 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: block;
}

.cf-choose-feature-name-container {
  justify-content: center;
  align-items: center;
  height: 50px;
  display: flex;
}

.cf-pricing-plan-pointers-2 {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 16px;
  display: flex;
}

.cf-pricing-plan-pointers-2.no-margin {
  margin-bottom: 0;
}

.cf-choose-section {
  background-color: var(--radiant-ui-components-library-marketplace--color--stroke);
  padding-top: 0;
  padding-bottom: 60px;
}

.cf-choose-feature-check-icon {
  width: 32px;
  height: 32px;
  margin-right: 16px;
}

.cf-choose-grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
  position: relative;
}

.cf-choose-bottom-container {
  width: 100%;
  max-width: 1000px;
  position: relative;
}

.cf-bottom-line-image {
  width: 100%;
  max-width: 340px;
  position: absolute;
  inset: auto auto -60px 50px;
}

.cf-feature-pointer-text-20px {
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 32px;
}

.cf-feature-pointer-text-20px.excepcion.extra {
  text-align: center;
  margin-top: 30px;
}

.cf-choose-upper-section {
  grid-row-gap: 20px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 580px;
  margin-bottom: 64px;
  display: flex;
}

.cf-choose-feature-heading-32px {
  letter-spacing: -.01em;
  font-family: Montserrat, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 32px;
}

.cf-choose-feature-container {
  position: relative;
}

.cf-20px-text {
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  line-height: 32px;
}

.cf-20px-text.max-width-520px {
  max-width: 520px;
}

.cf-green-vs-circle {
  z-index: 11111;
  background-image: linear-gradient(135deg, var(--conversion-flow-library--medium-purple), var(--conversion-flow-library--light-coral) 49%, var(--conversion-flow-library--sandy-brown));
  color: #fff;
  letter-spacing: -.01em;
  text-transform: uppercase;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 72px;
  height: 72px;
  margin: auto;
  font-family: Montserrat, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 40px;
  display: flex;
  position: absolute;
  inset: 20% 0% 0%;
}

.cf-choose-feature-wrapper {
  background-color: #fff;
  border-radius: 13px;
  width: 100%;
  max-width: 480px;
  margin-top: 35px;
  padding: 30px;
  box-shadow: 0 10px 70px #53535312;
}

.cf-choose-feature-wrapper.corto {
  text-align: center;
  padding: 29px;
}

.cf-choose-feature-bold-text-16px {
  text-align: center;
  letter-spacing: .12em;
  text-transform: uppercase;
  margin-bottom: 32px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
}

.cf-pricing-plan-pointers-3 {
  justify-content: center;
  align-items: center;
  margin-bottom: 16px;
  display: flex;
}

.cf-pricing-plan-pointers-3.no-margin {
  margin-bottom: 0;
}

.cf-pricing-plan-pointers-3.excepcion {
  margin-top: 40px;
}

.cf-pricing-plan-pointers-3.excepcion.excepcion-2 {
  margin-top: 41px;
}

.cf-pricing-plan-pointers-3.excepcion._3 {
  margin-top: 56px;
  margin-bottom: 36px;
}

.cf-pricing-plan-pointers-3.excep {
  justify-content: center;
  align-items: center;
  margin-top: 50px;
}

.cf-14px-heading {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 140%;
}

.cf-flex-1---image-1 {
  object-fit: contain;
  border-radius: 16px;
  width: 100%;
  max-width: 480px;
}

.cf-flex-1---image-2 {
  object-fit: fill;
  border-radius: 16px;
  width: 80%;
  max-width: 435px;
  position: absolute;
  inset: auto -10% 5% auto;
  box-shadow: 0 24px 94px #00000014;
}

.cf-flex-1---text-contain {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 45%;
  display: flex;
}

.cf-flex-1---image-contain {
  align-items: stretch;
  width: 45%;
  display: flex;
  position: relative;
}

.cf-32px-heading {
  color: var(--verde-claro);
  margin-top: 20px;
  margin-bottom: 32px;
  font-family: Noto Sans, sans-serif;
  font-size: 40px;
  font-weight: 800;
  line-height: 120%;
}

.cf-flex-1---wrapper {
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  width: 90%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 100px;
  padding-bottom: 0;
  display: flex;
}

.cf-flex-1---container {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-bottom: 100px;
  display: flex;
}

.cf-flex-1---container.extra {
  margin-top: 100px;
  margin-bottom: 0;
}

.cf-18px-paragraph {
  color: #000000e6;
  max-width: 510px;
  margin-bottom: 48px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 155%;
}

.rt-category-cards-text-3 {
  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-3 {
  width: 100%;
  max-width: 1290px;
  position: relative;
}

.rt-component-section-5 {
  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-overflow-hidden {
  overflow: hidden;
}

.rt-autofit-3 {
  object-fit: cover;
}

.rt-underline-off-3 {
  z-index: 1;
  text-decoration: none;
  position: relative;
}

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

.rt-autofit-4 {
  object-fit: cover;
  border-radius: 10px;
}

.rt-body-font-color-4 {
  color: var(--radiant-ui-components-library-marketplace--color--body-font-dark);
  transition: color .35s;
}

.rt-home-four-my-work-marquee-main {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: row;
  display: flex;
}

.rt-my-work-marquee-overlay {
  background-color: #1e1f2080;
}

.rt-home-four-my-work-marquee-block {
  flex: 1;
}

.rt-home-four-my-work-marquee {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: row;
  width: 100%;
  display: flex;
}

.rt-home-four-my-work-marquee-image {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-radius: 10px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  min-width: 418px;
  min-height: 518px;
  display: grid;
  overflow: hidden;
}

.rt-padding-top-thirty {
  padding-top: 30px;
}

.rt-my-work-category {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: var(--radiant-ui-components-library-marketplace--color--body-font-dark);
  justify-content: center;
  align-items: center;
  padding-bottom: 10px;
  display: flex;
}

.rt-grey-dot {
  background-color: var(--radiant-ui-components-library-marketplace--color--body-font-dark);
  border-radius: 100%;
  width: 6px;
  height: 6px;
}

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

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

.rt-component-section-6 {
  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-partners-marquee-main-wrap {
  background-color: #f8f8f8;
  width: 100%;
  padding-top: 60px;
  padding-bottom: 60px;
  overflow: hidden;
}

.rt-partners-marquee-box {
  flex: none;
}

.rt-partners-block {
  flex: none;
  padding-left: 50px;
  padding-right: 50px;
}

.cf-wrapper-1161 {
  justify-content: space-between;
  align-items: center;
  width: 90%;
  max-width: 1160px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
  position: relative;
}

.cf-wrapper-1161.choose-flex {
  flex-direction: column;
  padding-top: 100px;
  padding-bottom: 100px;
}

.cf-choose-feature-name-container-2 {
  justify-content: center;
  align-items: center;
  height: 50px;
  display: flex;
}

.cf-pricing-plan-pointers-4 {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 16px;
  display: flex;
}

.cf-pricing-plan-pointers-4.no-margin {
  margin-bottom: 0;
}

.cf-choose-section-2 {
  background-color: var(--grisesito);
}

.cf-choose-feature-check-icon-2 {
  width: 32px;
  height: 32px;
  margin-right: 16px;
}

.cf-choose-grid-2 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  width: 100%;
  position: relative;
}

.cf-choose-bottom-container-2 {
  width: 100%;
  max-width: 1000px;
  position: relative;
}

.cf-italic-text-2 {
  font-style: italic;
  font-weight: 700;
}

.cf-bottom-line-image-2 {
  width: 100%;
  max-width: 340px;
  position: absolute;
  inset: auto auto -60px 50px;
}

.cf-feature-pointer-text-20px-2 {
  color: var(--radiant-ui-components-library-marketplace--color--body-font-dark);
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 32px;
}

.cf-h2-heading-56px-2 {
  color: var(--verde-claro);
  font-family: Open Sans, sans-serif;
  font-size: var(--titulo-seccion);
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 700;
  line-height: 120%;
}

.cf-choose-upper-section-2 {
  grid-row-gap: 20px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 580px;
  margin-bottom: 64px;
  display: flex;
}

.cf-choose-feature-heading-32px-2 {
  letter-spacing: -.01em;
  font-family: Montserrat, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 32px;
}

.cf-choose-feature-container-2 {
  position: relative;
}

.cf-20px-text-2 {
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  line-height: 32px;
}

.cf-20px-text-2.max-width-520px {
  max-width: 520px;
}

.cf-green-vs-circle-2 {
  z-index: 11111;
  background-image: linear-gradient(135deg, var(--conversion-flow-library--medium-purple), var(--conversion-flow-library--light-coral) 49%, var(--conversion-flow-library--sandy-brown));
  color: #fff;
  letter-spacing: -.01em;
  text-transform: uppercase;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 72px;
  height: 72px;
  margin: auto;
  font-family: Montserrat, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 40px;
  display: flex;
  position: absolute;
  inset: 20% 0% 0%;
}

.cf-choose-feature-wrapper-2 {
  background-color: #fff;
  border-radius: 13px;
  width: 100%;
  max-width: 480px;
  margin-top: 35px;
  padding: 48px 40px;
  box-shadow: 0 10px 70px #53535312;
}

.cf-choose-feature-bold-text-16px-2 {
  color: var(--verde-claro);
  text-align: center;
  letter-spacing: .12em;
  text-transform: uppercase;
  margin-bottom: 32px;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
}

.cf-faq-container {
  flex-direction: column;
  align-items: center;
  margin-bottom: 140px;
  padding-top: 100px;
  display: flex;
}

.cf-faq-main-heading {
  font-family: var(--noto);
  color: var(--verde-claro);
  font-size: var(--titulo-seccion);
  text-align: center;
  width: 90%;
  margin-top: 0;
  margin-bottom: 80px;
  font-weight: 800;
  line-height: 120%;
}

.cf-faq-line {
  background-color: #121212;
  border-radius: 100px;
  width: 10px;
  height: 2px;
}

.cf-faq-question-wrap {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.cf-faq-content-2 {
  color: var(--radiant-ui-components-library-marketplace--color--body-font-dark);
  margin-bottom: 0;
  padding-bottom: 32px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 178%;
}

.cf-faq-plus-card {
  color: #181818;
  width: 100%;
  max-width: 730px;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 24px;
  font-weight: 700;
  text-decoration: none;
}

.cf-faq-answer-wrap-2 {
  color: #121212;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-right: 7%;
}

.cf-faq-question-container-3 {
  cursor: pointer;
  padding-top: 32px;
  padding-bottom: 32px;
}

.cf-faq-question-container-3.first {
  border-top: 1px solid #e5e5e5;
}

.cf-faq-icon-contain {
  border: 2px solid #121212;
  border-radius: 100px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
  position: relative;
}

.cf-bottom-line-2 {
  background-color: #e5e5e5;
  width: 100%;
  height: 1px;
}

.cf-faq-questions-2 {
  color: #0d0e10;
  width: 90%;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 133%;
}

.cf-faq-line-vertical {
  background-color: #121212;
  border-radius: 100px;
  width: 2px;
  height: 10px;
  position: absolute;
}

.cf-faqs-container {
  z-index: 2;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding-top: 0;
  display: flex;
  position: relative;
}

.bold-text {
  color: var(--verde-claro);
  font-family: Noto Sans, sans-serif;
  font-weight: 800;
}

.bold-text-2 {
  color: var(--verde-claro);
  font-family: Noto Sans, sans-serif;
}

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

.link-block-2, .link-block-3, .link-block-4, .link-block-5, .link-block-6 {
  width: 100%;
}

@media screen and (min-width: 1280px) {
  .margin-bottom-24px {
    margin-bottom: 40px;
    line-height: 1.4em;
  }

  .button-primary {
    font-size: 16px;
  }

  .rt-header-2.rt-change-padding {
    justify-content: center;
    align-items: flex-start;
  }

  .rt-button-circle-block.rt-overflow-off {
    background-color: var(--verde-claro);
  }

  .rt-grid-2 {
    flex: 1;
  }

  .rt-nav-main {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .rt-button-main-7.rtcolor-black {
    color: var(--radiant-ui-components-library-marketplace--color--white);
    text-transform: none;
  }

  .rt-button-13.rt-underline-off.rtresponsive-display-off {
    background-color: var(--verde-claro);
    color: #fff;
    border-style: none;
    border-radius: 5px;
    place-items: center;
    font-family: Noto Sans, sans-serif;
    display: block;
  }

  .heading {
    color: var(--verde-oscuro);
    margin-bottom: 20px;
    font-size: 50px;
    line-height: 1.2em;
  }

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

  .sysf-body-text.sysf-m.bullets {
    line-height: 1.8em;
  }

  .sysf-hero-section {
    padding-top: 60px;
    padding-bottom: 60px;
    font-family: Noto Sans, sans-serif;
  }

  .sysf-text-wrapper-l {
    margin-top: 0;
  }

  .rt-category-cards-text.rt-text-white {
    color: var(--verde-claro);
    font-weight: 800;
  }

  .rt-component-section {
    background-color: var(--systemflow-lite--primary--10);
    font-family: Noto Sans, sans-serif;
  }

  .rt-precision-card-body {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .rt-padding-top-twenty.rt-body-font-color {
    margin-bottom: 20px;
    padding-top: 0;
    font-weight: 400;
  }

  .heading-2.semititulo {
    color: var(--verde-claro);
    margin-bottom: 5px;
    font-size: 26px;
  }

  .heading-3 {
    margin-bottom: 20px;
    font-size: 40px;
  }

  .heading-3.titulo-especialista {
    margin-bottom: 20px;
    line-height: 1.25em;
  }

  .heading-3.titulo-especialista.blanco {
    color: var(--grisesito);
  }

  .container-2 {
    color: var(--verde-oscuro);
    text-align: center;
    margin-bottom: 60px;
  }

  .cf-wrapper.benefits-wrapper {
    justify-content: space-between;
    align-items: center;
    max-width: 900px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .cf-benefits-section {
    padding-top: 100px;
    padding-bottom: 100px;
    font-family: Noto Sans, sans-serif;
    font-weight: 400;
  }

  .cf-benefits-pointer-item {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .cf-case-study-number-text {
    color: var(--radiant-ui-components-library-marketplace--color--body-font-dark);
    font-family: Noto Sans, sans-serif;
    font-size: 18px;
    font-weight: 600;
  }

  .text-block.numerito, .text-block-2.numerito, .numerito {
    color: var(--verde-claro);
    margin-right: 20px;
    font-size: 48px;
    font-weight: 800;
  }

  .parrafo {
    color: var(--radiant-ui-components-library-marketplace--color--body-font-dark);
    font-size: 18px;
    line-height: 1.4em;
  }

  .rt-component-section-2 {
    background-color: var(--verde-oscuro);
    font-family: Noto Sans, sans-serif;
  }

  .rt-right-arrow-2, .rt-left-arrow-3 {
    border-style: none;
    border-color: var(--verde-oscuro);
    background-color: #fff;
  }

  .rt-category-cards-text-2 {
    text-decoration: none;
  }

  .rt-contact-one-block-two {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .rt-component-section-4 {
    font-family: Noto Sans, sans-serif;
  }

  .rt-form-three-wrapper {
    text-align: left;
    padding-left: 40px;
    padding-right: 40px;
  }

  .rt-main-contact-form.rt-form-full-width {
    max-width: 570px;
  }

  .rt-responsive-text-center-2.rt-body-font-color {
    line-height: 1.4em;
    text-decoration: none;
  }

  .rt-contact-three-left-box {
    max-width: 600px;
  }

  .rt-contact-box-one.rt-contac-three-box-one {
    text-decoration: none;
    display: flex;
  }

  .rt-contact-three-heading.rt-contact-v7-heading {
    color: var(--verde-oscuro);
    font-size: 40px;
    line-height: 1.25em;
  }

  .navbar-logo-left {
    font-family: Noto Sans, sans-serif;
  }

  .navbar-logo-left-container.shadow-three, .container-4 {
    max-width: none;
  }

  .button-primary-2 {
    background-color: var(--verde-claro);
    text-transform: none;
    border-radius: 5px;
    font-size: 16px;
    text-decoration: none;
  }

  .text-block-3 {
    font-size: 16px;
  }

  .brand {
    max-width: 25%;
  }

  .cf-services-paragraph {
    color: var(--radiant-ui-components-library-marketplace--color--body-font-dark);
    font-family: Noto Sans, sans-serif;
    font-weight: 400;
  }

  .cf-services-paragraph.espacio {
    margin-top: 40px;
  }

  .cf-services-h2-heading {
    color: var(--verde-claro);
    font-family: Noto Sans, sans-serif;
    font-size: 40px;
    font-weight: 800;
  }

  .cf-services-h2-heading.subtitulo {
    color: var(--verde-claro);
    font-family: Noto Sans, sans-serif;
    font-size: 40px;
  }

  .cf-services-h2-heading.subtitulo.minititulo {
    font-size: 26px;
  }

  .cf-wrapper-1160.choose-flex {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .cf-h2-heading-56px {
    color: var(--verde-claro);
    font-family: Noto Sans, sans-serif;
    font-size: 40px;
    font-weight: 800;
  }

  .cf-pricing-plan-pointer-text-18px {
    color: var(--radiant-ui-components-library-marketplace--color--body-font-dark);
    font-family: Noto Sans, sans-serif;
  }

  .cf-choose-section {
    background-color: var(--radiant-ui-components-library-marketplace--color--stroke);
  }

  .cf-choose-grid {
    grid-column-gap: 23px;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .cf-feature-pointer-text-20px {
    text-align: center;
    font-family: Noto Sans, sans-serif;
  }

  .cf-feature-pointer-text-20px.excepcion.extra {
    margin-top: 20px;
  }

  .cf-choose-feature-bold-text-16px {
    text-align: center;
    font-family: Noto Sans, sans-serif;
  }

  .cf-pricing-plan-pointers-3 {
    justify-content: center;
    align-items: center;
  }

  .cf-pricing-plan-pointers-3.excepcion {
    margin-top: 55px;
  }

  .cf-pricing-plan-pointers-3.excepcion.excepcion-2 {
    margin-top: 57px;
  }

  .cf-pricing-plan-pointers-3.excep {
    text-align: center;
    justify-content: center;
    align-items: center;
    margin-top: 52px;
  }

  .cf-32px-heading {
    color: var(--verde-claro);
    font-family: Noto Sans, sans-serif;
    font-size: 40px;
    font-weight: 800;
  }

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

  .cf-wrapper-1161.choose-flex {
    background-color: var(--grisesito);
    padding-top: 100px;
    padding-bottom: 100px;
    font-family: Noto Sans, sans-serif;
  }

  .cf-choose-section-2 {
    background-color: var(--grisesito);
  }

  .cf-feature-pointer-text-20px-2 {
    color: var(--radiant-ui-components-library-marketplace--color--body-font-dark);
    font-family: Noto Sans, sans-serif;
  }

  .cf-h2-heading-56px-2 {
    color: var(--verde-claro);
    font-family: Noto Sans, sans-serif;
    font-size: 40px;
    font-weight: 800;
  }

  .cf-choose-feature-bold-text-16px-2 {
    color: var(--verde-oscuro);
    text-align: center;
    font-family: Noto Sans, sans-serif;
    font-size: 26px;
  }

  .cf-faq-container {
    margin-bottom: 0;
  }

  .cf-faq-main-heading {
    color: var(--verde-claro);
    font-family: Noto Sans, sans-serif;
    font-size: 40px;
  }

  .cf-faq-content-2 {
    color: var(--radiant-ui-components-library-marketplace--color--body-font-dark);
  }

  .bold-text, .bold-text-2, .bold-text-3, .bold-text-4 {
    color: var(--verde-claro);
    font-family: Noto Sans, sans-serif;
  }
}

@media screen and (min-width: 1440px) {
  .rt-padding-all {
    max-width: 60%;
  }

  .rt-button-main-7.rtcolor-black {
    text-transform: none;
  }

  .rt-button-13.rt-underline-off.rtresponsive-display-off {
    padding-top: 10px;
    padding-bottom: 10px;
    display: block;
  }

  .rt-menu-font {
    color: var(--verde-oscuro);
  }

  .sysf-tagline {
    padding-left: 0;
    font-size: 22px;
    font-weight: 600;
  }

  .sysf-hero-image-2 {
    text-align: center;
    max-width: none;
  }

  .sysf-hero-section {
    padding-top: 40px;
    padding-bottom: 80px;
  }

  .rt-component-section {
    background-color: var(--grisesito);
    color: #6d6d6d;
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .rt-precision-card-body {
    padding-bottom: 40px;
  }

  .rt-padding-top-twenty.rt-body-font-color {
    font-weight: 400;
  }

  .rt-precision-grid {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
  }

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

  .heading-2.semititulo {
    font-size: 26px;
  }

  .heading-3 {
    color: var(--verde-oscuro);
    flex-flow: column;
    margin-bottom: 20px;
    font-size: 40px;
    display: flex;
  }

  .heading-3.titulo-especialista {
    text-align: center;
    margin-bottom: 20px;
    line-height: 1.25em;
  }

  .heading-3.titulo-especialista.blanco {
    font-weight: 800;
  }

  .container-2 {
    justify-content: center;
    align-items: flex-start;
    margin-bottom: 60px;
    display: flex;
  }

  .container-2.about {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    max-width: 800px;
    margin-bottom: 100px;
  }

  .list-2 {
    margin-bottom: 0;
    font-weight: 400;
  }

  .list-3, .rich-text-block-2 {
    font-weight: 400;
  }

  .cf-benefits-pointer-number {
    color: var(--verde-claro);
    font-family: Noto Sans, sans-serif;
  }

  .cf-wrapper.benefits-wrapper {
    flex-flow: row;
    justify-content: space-between;
    align-items: center;
    max-width: 900px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .cf-benefits-section {
    padding-top: 100px;
    padding-bottom: 100px;
    font-family: Noto Sans, sans-serif;
    font-weight: 400;
  }

  .cf-benefits-pointer-item {
    padding-top: 40px;
    padding-bottom: 20px;
  }

  .cf-benefits-image {
    margin-top: 0;
  }

  .cf-case-study-number-text {
    color: var(--systemflow-lite--neutral--80);
    font-family: Noto Sans, sans-serif;
    font-size: 18px;
    font-weight: 600;
  }

  .text-block, .text-block-2, .numerito {
    color: var(--verde-claro);
    margin-right: 20px;
    font-size: 48px;
    font-weight: 800;
  }

  .parrafo {
    text-align: center;
    max-height: 1.4em;
    font-size: 18px;
    line-height: 1.4em;
  }

  .rt-component-section-2 {
    background-color: var(--verde-oscuro);
    padding-top: 100px;
    padding-bottom: 100px;
    font-family: Noto Sans, sans-serif;
    font-weight: 400;
  }

  .rt-right-arrow-2, .rt-left-arrow-3 {
    border-style: none;
    border-color: var(--radiant-ui-components-library-marketplace--color--white);
    background-color: #fff;
  }

  .rt-testimonial-one-block {
    padding: 60px;
  }

  .rt-body-font-color-2 {
    text-decoration: none;
  }

  .rt-body-font-color-2.cita {
    background-color: var(--verde-claro);
    color: var(--radiant-ui-components-library-marketplace--color--white);
    border-radius: 11px;
    padding: 3px 10px;
    font-size: 14px;
  }

  .rt-body-font-color-2.boldy {
    font-weight: 600;
  }

  .rt-category-cards-text-2 {
    color: var(--verde-oscuro);
    font-weight: 600;
  }

  .rt-contact-two-flex-one.rt-contact-one-flex {
    font-weight: 400;
  }

  .rt-component-section-4 {
    font-family: Noto Sans, sans-serif;
  }

  .rt-responsive-text-center-2.rt-body-font-color, .rt-contact-link-one {
    font-weight: 400;
  }

  .rt-contact-box-one.rt-contac-three-box-one {
    text-decoration: none;
    display: flex;
  }

  .rt-contact-three-heading.rt-contact-v7-heading {
    color: var(--verde-claro);
    max-width: 600px;
    font-size: 40px;
    line-height: 1.25em;
  }

  .heading-4 {
    color: var(--verde-oscuro);
    font-size: 32px;
  }

  .navbar-logo-left-container.shadow-three {
    max-width: 100%;
  }

  .container-4 {
    max-width: none;
  }

  .navbar-wrapper {
    font-family: Noto Sans, sans-serif;
  }

  .button-primary-2 {
    background-color: var(--verde-claro);
    text-transform: none;
    border-radius: 5px;
    font-size: 16px;
  }

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

  .text-block-3 {
    font-family: Noto Sans, sans-serif;
    font-size: 16px;
    font-weight: 400;
  }

  .brand {
    max-width: 30%;
    padding-left: 20px;
  }

  .cf-services-paragraph {
    color: var(--radiant-ui-components-library-marketplace--color--body-font-dark);
    font-family: Noto Sans, sans-serif;
  }

  .cf-services-h2-heading {
    color: var(--verde-claro);
    font-family: Noto Sans, sans-serif;
    font-size: 40px;
    font-weight: 800;
  }

  .cf-services-h2-heading.subtitulo {
    color: var(--verde-claro);
    font-family: Noto Sans, sans-serif;
    font-size: 40px;
  }

  .cf-services-h2-heading.subtitulo.minititulo {
    font-size: 26px;
  }

  .cf-services-page-contain {
    margin-bottom: 100px;
  }

  .cf-wrapper-1160.choose-flex {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .cf-h2-heading-56px {
    color: var(--verde-claro);
    font-family: Noto Sans, sans-serif;
    font-size: 40px;
    font-weight: 800;
  }

  .cf-pricing-plan-pointer-text-18px {
    color: var(--radiant-ui-components-library-marketplace--color--body-font-dark);
    font-family: Noto Sans, sans-serif;
  }

  .cf-choose-feature-name-container {
    height: 50px;
  }

  .cf-choose-section {
    background-color: var(--radiant-ui-components-library-marketplace--color--stroke);
  }

  .cf-choose-grid {
    text-align: center;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .cf-feature-pointer-text-20px {
    font-family: Noto Sans, sans-serif;
  }

  .cf-feature-pointer-text-20px.excepcion.extra {
    margin-top: 22px;
  }

  .cf-choose-feature-wrapper {
    border: 3px solid var(--verde-claro);
    border-radius: 10px;
  }

  .cf-choose-feature-bold-text-16px {
    font-family: Noto Sans, sans-serif;
  }

  .cf-pricing-plan-pointers-3 {
    justify-content: center;
    align-items: center;
    font-family: Noto Sans, sans-serif;
  }

  .cf-pricing-plan-pointers-3.excepcion {
    margin-top: 57px;
  }

  .cf-pricing-plan-pointers-3.excep {
    justify-content: center;
    align-items: center;
    margin-top: 51px;
  }

  .cf-32px-heading {
    color: var(--verde-claro);
    font-family: Noto Sans, sans-serif;
    font-size: 40px;
    font-weight: 800;
  }

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

  .cf-wrapper-1161.choose-flex {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .cf-choose-feature-name-container-2 {
    height: 50px;
  }

  .cf-choose-section-2 {
    background-color: var(--grisesito);
  }

  .cf-feature-pointer-text-20px-2 {
    color: var(--radiant-ui-components-library-marketplace--color--body-font-dark);
    font-family: Noto Sans, sans-serif;
  }

  .cf-h2-heading-56px-2 {
    color: var(--verde-claro);
    font-family: Noto Sans, sans-serif;
    font-size: 40px;
  }

  .cf-choose-feature-bold-text-16px-2 {
    color: var(--verde-claro);
    text-align: center;
    font-family: Noto Sans, sans-serif;
    font-size: 26px;
  }

  .cf-faq-main-heading {
    color: var(--verde-claro);
    font-family: Noto Sans, sans-serif;
    font-size: 40px;
  }

  .cf-faq-content-2 {
    color: var(--radiant-ui-components-library-marketplace--color--body-font-dark);
  }

  .bold-text {
    color: var(--verde-claro);
    font-size: 26px;
  }

  .bold-text-2 {
    color: var(--verde-claro);
    font-family: Noto Sans, sans-serif;
    font-size: 26px;
  }

  .bold-text-3 {
    color: var(--verde-claro);
    font-size: 26px;
  }

  .bold-text-4 {
    color: var(--verde-claro);
    font-family: Noto Sans, sans-serif;
    font-size: 26px;
  }

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

  .div-block-3, .div-block-4 {
    text-align: center;
  }
}

@media screen and (min-width: 1920px) {
  .rt-overflow-off {
    align-self: center;
  }

  .rt-header-2.rt-change-padding {
    z-index: 8;
  }

  .rt-button-main-7.rtcolor-black {
    text-transform: none;
  }

  .rt-dropdown-toggle-3 {
    padding-right: 20px;
  }

  .rt-button-13.rt-underline-off.rtresponsive-display-off {
    padding-top: 15px;
    padding-bottom: 15px;
    display: block;
  }

  .sysf-heading.sysf-xl {
    color: var(--verde-claro);
    width: 100%;
  }

  .sysf-body-text.sysf-m.bullets {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    display: block;
  }

  .sysf-tagline {
    font-size: 22px;
    font-weight: 600;
  }

  .sysf-hero-image-2 {
    max-width: 100%;
  }

  .sysf-hero-section {
    padding-top: 60px;
    padding-bottom: 80px;
  }

  .rt-component-section {
    background-color: var(--grisesito);
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    padding-top: 100px;
    padding-bottom: 100px;
    display: block;
  }

  .rt-precision-card-body {
    padding-bottom: 40px;
  }

  .rt-padding-top-twenty.rt-body-font-color {
    margin-bottom: 10px;
    font-weight: 400;
  }

  .rt-precision-grid {
    grid-template-rows: auto auto;
  }

  .heading-2 {
    color: var(--verde-claro);
    font-size: 30px;
  }

  .heading-2.semititulo {
    font-weight: 800;
  }

  .heading-3 {
    color: var(--verde-oscuro);
    text-align: center;
    justify-content: center;
    align-items: flex-start;
    max-width: 600px;
    font-size: 40px;
    display: flex;
  }

  .heading-3.titulo-especialista {
    max-width: 750px;
    font-weight: 800;
    line-height: 1.25em;
  }

  .heading-3.titulo-especialista.blanco {
    color: var(--radiant-ui-components-library-marketplace--color--white);
  }

  .container-2 {
    text-align: center;
    justify-content: center;
    align-items: flex-start;
    margin-bottom: 60px;
    font-size: 24px;
    display: flex;
  }

  .list-item {
    font-size: 18px;
  }

  .rich-text-block {
    font-size: 18px;
    font-weight: 400;
  }

  .list-item-2, .list {
    font-weight: 400;
  }

  .list-2 {
    margin-bottom: 0;
    font-weight: 400;
  }

  .list-3 {
    font-weight: 400;
  }

  .rt-right-arrow-2 {
    border-style: none;
  }

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

  .rt-home-review-main-block {
    background-position: 59% 95%;
  }

  .rt-contact-one-flex {
    font-weight: 400;
  }

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

  .rt-share-icon {
    margin-bottom: 0;
  }

  .rt-contact-three-left-box {
    margin-top: -10px;
  }

  .rt-contact-icon {
    margin-top: 13px;
  }

  .rt-contact-box-one.rt-contac-three-box-one.rt-box-three {
    margin-top: 10px;
  }

  .rt-contact-three-heading.rt-contact-v7-heading {
    font-size: 40px;
  }

  .navbar-logo-left {
    font-family: Noto Sans, sans-serif;
  }

  .navbar-logo-left-container.shadow-three {
    justify-content: space-between;
    max-width: 90%;
    display: flex;
  }

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

  .navbar-wrapper {
    justify-content: space-between;
    font-size: 16px;
  }

  .navbar-brand {
    flex: 0 auto;
    justify-content: flex-start;
    align-items: center;
    display: block;
  }

  .nav-dropdown-toggle {
    font-weight: 600;
  }

  .button-primary-2 {
    background-color: var(--verde-claro);
    text-align: center;
    border-radius: 5px;
    font-size: 16px;
  }

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

  .text-block-3 {
    font-size: 16px;
  }

  .brand {
    max-width: 50%;
  }

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

  .cf-services-paragraph {
    color: var(--radiant-ui-components-library-marketplace--color--body-font-dark);
    font-family: Noto Sans, sans-serif;
    font-weight: 400;
    line-height: 1.4em;
  }

  .cf-services-paragraph.espacio {
    margin-top: 20px;
  }

  .cf-services-paragraph.bullet.last {
    margin-bottom: 40px;
  }

  .cf-services-h2-heading {
    color: var(--verde-claro);
    font-family: Noto Sans, sans-serif;
    font-size: 40px;
    font-weight: 800;
  }

  .cf-services-h2-heading.subtitulo.minititulo {
    font-size: 26px;
  }

  .cf-flex-section-3 {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .cf-services-left-contain {
    text-align: left;
    justify-content: center;
    align-items: flex-start;
    max-width: 700px;
  }

  .cf-services-main-wrapper {
    width: 100%;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .cf-wrapper-1160.choose-flex {
    padding-top: 60px;
    padding-bottom: 60px;
    font-family: Noto Sans, sans-serif;
  }

  .cf-pricing-plan-pointers {
    color: var(--radiant-ui-components-library-marketplace--color--body-font-dark);
    margin-bottom: 10px;
    font-family: Noto Sans, sans-serif;
    font-size: 18px;
  }

  .cf-h2-heading-56px {
    color: var(--verde-claro);
    font-family: Noto Sans, sans-serif;
    font-size: 40px;
    font-weight: 800;
  }

  .cf-pricing-plan-check-icon {
    color: var(--verde-claro);
  }

  .cf-pricing-plan-pointer-text-18px {
    color: var(--radiant-ui-components-library-marketplace--color--body-font-dark);
    margin-bottom: 10px;
    font-family: Noto Sans, sans-serif;
    font-weight: 400;
  }

  .cf-pricing-plan-pointer-text-18px.last {
    margin-bottom: 40px;
  }

  .container-5 {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    max-width: none;
    margin-bottom: 40px;
    display: flex;
  }

  .cf-choose-section {
    background-color: #fafafa;
    font-family: Noto Sans, sans-serif;
    display: block;
  }

  .cf-choose-grid {
    grid-template-columns: 1fr 1fr 1fr;
    justify-items: stretch;
    text-decoration: none;
  }

  .cf-feature-pointer-text-20px {
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10px;
    font-family: Noto Sans, sans-serif;
  }

  .cf-feature-pointer-text-20px.excepcion {
    margin-top: 22px;
  }

  .cf-choose-upper-section {
    max-width: 100%;
  }

  .cf-choose-feature-container {
    text-align: center;
  }

  .cf-20px-text.max-width-520px {
    font-family: Noto Sans, sans-serif;
    font-size: 18px;
  }

  .cf-choose-feature-wrapper {
    text-align: center;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .cf-choose-feature-wrapper.corto {
    padding-bottom: 30px;
  }

  .cf-choose-feature-bold-text-16px {
    font-family: Noto Sans, sans-serif;
  }

  .cf-pricing-plan-pointers-3 {
    text-align: center;
  }

  .cf-pricing-plan-pointers-3.excepcion {
    margin-top: 36px;
  }

  .cf-pricing-plan-pointers-3.excep {
    margin-top: 30px;
  }

  .cf-flex-1---text-contain {
    text-align: left;
    justify-content: center;
    align-items: flex-start;
  }

  .cf-32px-heading {
    color: var(--verde-claro);
    font-family: Noto Sans, sans-serif;
    font-size: 40px;
    font-weight: 800;
  }

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

  .cf-18px-paragraph {
    color: var(--radiant-ui-components-library-marketplace--color--body-font-dark);
    font-family: Noto Sans, sans-serif;
    font-weight: 400;
    line-height: 1.4em;
  }

  .rt-component-container-4 {
    max-width: none;
  }

  .rt-component-section-6 {
    display: block;
  }

  .cf-wrapper-1161.choose-flex {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .cf-choose-section-2 {
    background-color: var(--grisesito);
  }

  .cf-feature-pointer-text-20px-2 {
    color: var(--radiant-ui-components-library-marketplace--color--body-font-dark);
    font-family: Noto Sans, sans-serif;
    font-size: 18px;
    font-weight: 400;
  }

  .cf-h2-heading-56px-2 {
    color: var(--verde-claro);
    font-family: Noto Sans, sans-serif;
    font-size: 40px;
  }

  .cf-choose-feature-heading-32px-2 {
    color: var(--verde-oscuro);
    font-family: Noto Sans, sans-serif;
    font-size: 26px;
  }

  .cf-choose-feature-wrapper-2 {
    margin-top: 20px;
  }

  .cf-choose-feature-bold-text-16px-2 {
    color: var(--verde-oscuro);
    text-align: center;
    font-family: Noto Sans, sans-serif;
    font-size: 26px;
  }

  .cf-faq-container {
    font-family: Noto Sans, sans-serif;
  }

  .cf-faq-main-heading {
    color: var(--verde-claro);
    font-family: Noto Sans, sans-serif;
    font-size: 40px;
    font-weight: 800;
  }

  .cf-faq-content-2 {
    color: var(--radiant-ui-components-library-marketplace--color--body-font-dark);
    font-family: Noto Sans, sans-serif;
  }

  .cf-faq-questions-2 {
    color: var(--verde-claro);
    font-family: Noto Sans, sans-serif;
    font-size: 26px;
    font-weight: 600;
  }

  .cf-faqs-container {
    font-family: Noto Sans, sans-serif;
  }
}

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

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

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

  .rt-grid-2 {
    grid-template-columns: 1.2fr 1fr .7fr;
    grid-auto-columns: 1fr;
    width: 100%;
  }

  .rt-padding-all {
    max-width: 100%;
  }

  .rt-hamburger-line-three {
    background-color: #fff;
    width: 40px;
    height: 1px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .rt-hamburger-line-three.rt-change-line-bg-color {
    background-color: #0d1018;
  }

  .rt-hamburger-line-one {
    background-color: #fff;
    width: 40px;
    height: 1px;
    padding-bottom: 0;
    padding-right: 0;
    position: relative;
  }

  .rt-hamburger-line-one.rt-change-line-bg-color {
    background-color: #0d1018;
  }

  .rt-button-13.rt-underline-off.rtresponsive-display-off {
    display: none;
  }

  .rt-haamburger-line-two {
    background-color: #fff;
    width: 40px;
    height: 1px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .rt-haamburger-line-two.rt-change-line-bg-color {
    background-color: #0d1018;
  }

  .rt-hamburger {
    justify-content: flex-end;
    display: flex;
  }

  .rt-menu-hamburger-main {
    z-index: 99;
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 15px;
    display: flex;
    position: relative;
  }

  .rt-menu-hamburger-main.rt-padding-right-off {
    padding-right: 0;
  }

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

  .sysf-container {
    padding-left: 24px;
    padding-right: 24px;
  }

  .sysf-button.sysf-medium {
    font-size: 16px;
  }

  .sysf-st-p-y-64 {
    text-align: center;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    padding-top: 20px;
    padding-bottom: 20px;
    display: flex;
  }

  .sysf-hero-grid {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
    text-align: center;
    flex-flow: column;
    grid-template-columns: 1.25fr;
    place-items: center stretch;
    max-width: 700px;
    display: flex;
  }

  .sysf-ctas-wrapper {
    margin-top: 1rem;
  }

  .sysf-hero-image-2 {
    max-width: 80%;
  }

  .sysf-hero-section {
    text-align: center;
    padding-top: 40px;
  }

  .sysf-text-wrapper-l {
    padding-right: 0;
  }

  .rt-category-cards-text.rt-text-white {
    max-width: none;
  }

  .rt-precision-card-body-icon-column {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .rt-precision-card-body-row {
    align-items: stretch;
  }

  .rt-precision-card {
    margin-top: 7px;
    margin-bottom: 7px;
    margin-right: 0;
  }

  .rt-precision-grid {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .cf-wrapper.benefits-wrapper {
    flex-flow: column;
    padding-top: 0;
    padding-bottom: 0;
  }

  .cf-benefits-image {
    margin-top: 0;
    display: none;
  }

  .rt-component-section-2.mobil {
    display: block;
  }

  .rt-component-section-2.desktop, .rt-right-arrow-2, .rt-left-arrow-3 {
    display: none;
  }

  .rt-slider-2 {
    padding-bottom: 0;
  }

  .rt-mask {
    width: 50%;
  }

  .rt-home-review-main-block {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    padding-bottom: 0;
    display: flex;
  }

  .rt-home-review-para {
    text-align: center;
    padding-bottom: 0;
  }

  .rt-reviews-block {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

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

  .rt-contact-block-two-left {
    text-align: center;
    flex-flow: column;
    justify-content: center;
    align-self: flex-start;
    align-items: center;
    width: 100%;
    max-width: none;
    display: flex;
  }

  .rt-contact-one-flex {
    font-weight: 400;
  }

  .rt-home-one-submit {
    width: 200px;
  }

  .rt-contact-two-flex-one {
    margin-top: 15px;
    margin-bottom: 0;
  }

  .rt-contact-two-flex-two {
    margin-bottom: 25px;
  }

  .rt-home-one-form-text-field {
    padding-left: 15px;
    padding-right: 15px;
  }

  .rt-contact-one-block-two {
    padding-left: 0;
  }

  .rt-error-message, .rt-success-message {
    padding: 10px;
  }

  .rt-form-three-wrapper {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    text-align: center;
    flex-flow: column;
    display: flex;
  }

  .rt-client-text {
    font-size: 20px;
    line-height: 30px;
  }

  .rt-contact-number-one {
    justify-content: center;
    align-items: center;
  }

  .rt-main-contact-form {
    width: 100%;
    max-width: 700px;
  }

  .rt-main-contact-form.rt-form-full-width {
    max-width: none;
  }

  .rt-responsive-text-center-2.rt-body-font-color {
    max-width: 500px;
  }

  .rt-contact-three-left-box {
    text-align: center;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: none;
    display: flex;
  }

  .rt-contact-box-one {
    flex-flow: row;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .rt-contact-box-one.rt-contac-three-box-one {
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .mask {
    padding-bottom: 100px;
  }

  .mask.cel {
    padding-bottom: 0;
  }

  .container-3 {
    text-align: center;
    max-width: 50%;
    display: block;
  }

  .navbar-logo-left-container.shadow-three {
    padding: 14px;
  }

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

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

  .nav-menu-two {
    background-color: #fff;
    border-radius: 50px;
    flex-wrap: wrap;
    justify-content: space-around;
    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;
  }

  .brand {
    max-width: 35%;
  }

  .cf-services-image {
    max-width: 70%;
  }

  .cf-services-paragraph {
    text-align: center;
  }

  .cf-services-right-contain {
    width: 100%;
  }

  .cf-services-h2-heading {
    font-size: 30px;
  }

  .cf-services-h2-heading.subtitulo {
    text-align: center;
  }

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

  .cf-services-page-contain {
    text-align: center;
    flex-direction: column-reverse;
  }

  .cf-services-page-contain.reverse {
    flex-direction: column-reverse;
  }

  .cf-services-left-contain {
    text-align: center;
    width: 100%;
    margin-top: 60px;
  }

  .cf-wrapper-1160 {
    flex-direction: column;
  }

  .cf-wrapper-1160.different-flex {
    align-items: center;
    padding-top: 100px;
    padding-bottom: 0;
  }

  .cf-wrapper-1160.choose-flex {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .cf-pricing-plan-pointers {
    text-align: center;
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .cf-pricing-plan-pointers.para-boton {
    margin-top: 20px;
  }

  .cf-h2-heading-56px {
    font-size: 30px;
  }

  .cf-body---18px {
    line-height: 150%;
  }

  .cf-different-tabs-content {
    margin-top: 60px;
    margin-left: 0;
  }

  .cf-different-tabs {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .cf-pricing-plan-pointer-text-18px {
    line-height: 150%;
  }

  .cf-different-menu {
    grid-column-gap: 20px;
    flex-flow: wrap;
    justify-content: center;
    width: 100%;
    max-width: 660px;
    margin-right: 0%;
  }

  .cf-choose-section {
    padding-bottom: 0;
  }

  .cf-choose-grid {
    grid-column-gap: 23px;
    grid-row-gap: 200px;
    grid-template-columns: 1fr 1fr 1fr;
    place-content: center;
    place-items: center;
  }

  .cf-bottom-line-image {
    bottom: -50px;
  }

  .cf-feature-pointer-text-20px {
    text-align: center;
    font-size: 18px;
  }

  .cf-20px-text {
    line-height: 150%;
  }

  .cf-green-vs-circle {
    top: 3%;
  }

  .cf-choose-feature-wrapper {
    padding: 20px;
  }

  .cf-choose-feature-wrapper.corto {
    padding: 28px;
  }

  .cf-pricing-plan-pointers-3.excepcion {
    margin-top: 17px;
  }

  .cf-pricing-plan-pointers-3.excepcion.excepcion-2 {
    margin-top: 49px;
  }

  .cf-flex-1---image-1 {
    max-width: 70%;
  }

  .cf-flex-1---text-contain {
    justify-content: space-between;
    align-items: center;
    width: 100%;
    max-width: 560px;
    margin-top: 100px;
  }

  .cf-flex-1---image-contain {
    justify-content: center;
    align-items: stretch;
    width: 100%;
    max-width: 500px;
  }

  .cf-32px-heading {
    text-align: center;
  }

  .cf-flex-1---wrapper {
    padding-top: 100px;
    padding-bottom: 60px;
  }

  .cf-flex-1---container {
    flex-direction: column;
  }

  .cf-18px-paragraph {
    max-width: none;
    margin-bottom: 0;
  }

  .rt-component-section-5.rt-overflow-hidden {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .rt-home-four-my-work-marquee-main {
    justify-content: center;
    align-items: center;
  }

  .cf-wrapper-1161 {
    flex-direction: column;
  }

  .cf-wrapper-1161.choose-flex {
    padding-top: 150px;
    padding-bottom: 150px;
  }

  .cf-choose-grid-2 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
    place-content: center;
    place-items: center;
  }

  .cf-bottom-line-image-2 {
    bottom: -50px;
  }

  .cf-feature-pointer-text-20px-2 {
    font-family: Noto Sans, sans-serif;
    font-size: 18px;
  }

  .cf-h2-heading-56px-2 {
    font-family: Noto Sans, sans-serif;
    font-size: 40px;
  }

  .cf-choose-feature-container-2 {
    text-align: left;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .cf-20px-text-2 {
    line-height: 150%;
  }

  .cf-green-vs-circle-2 {
    top: 3%;
  }

  .cf-choose-feature-wrapper-2 {
    margin-top: 0;
  }

  .cf-choose-feature-bold-text-16px-2 {
    font-family: Noto Sans, sans-serif;
  }

  .cf-faq-main-heading {
    text-align: center;
    font-size: 30px;
  }

  .cf-faq-content-2 {
    padding-bottom: 24px;
  }

  .cf-faq-answer-wrap-2 {
    padding-bottom: 0;
    padding-right: 7%;
  }

  .cf-faqs-container {
    width: 90%;
    padding-top: 0;
  }
}

@media screen and (max-width: 767px) {
  .hero-heading-left {
    padding: 60px 15px;
  }

  .rt-autofit {
    height: auto;
  }

  .rt-grid-2 {
    grid-template-columns: .7fr .25fr .5fr;
  }

  .rt-agentic {
    padding-left: 0;
  }

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

  .sysf-heading.sysf-xl {
    margin-bottom: 12px;
    font-size: 2.2rem;
  }

  .sysf-body-text.sysf-m.bullets {
    line-height: 1.8em;
  }

  .rt-precision-grid {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .heading-2.semititulo {
    font-size: 24px;
  }

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

  .heading-3.titulo-especialista.blanco {
    font-size: 30px;
  }

  .container-2 {
    margin-bottom: 40px;
  }

  .cf-wrapper {
    width: 90%;
  }

  .cf-wrapper.benefits-wrapper {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-top: 0;
    padding-bottom: 0;
  }

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

  .cf-benefits-image {
    width: 70%;
    max-width: none;
    height: auto;
  }

  .cf-benefits-pointers-right {
    margin-top: 0;
  }

  .rt-slider-2 {
    justify-content: flex-start;
    align-items: stretch;
    padding-bottom: 0;
  }

  .rt-mask {
    width: 100%;
  }

  .rt-home-review-para {
    max-width: 510px;
  }

  .rt-body-font-color-3 {
    margin-bottom: 0;
  }

  .rt-contact-block-two-left {
    max-width: 100%;
  }

  .rt-contact-one-flex {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    font-weight: 400;
    display: flex;
  }

  .rt-home-one-submit {
    width: 100%;
  }

  .rt-contact-two-flex-one {
    flex: 1;
  }

  .rt-contact-two-flex-one.rt-contact-one-flex {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    justify-content: flex-start;
    align-items: center;
  }

  .rt-contact-two-flex-two {
    flex: 1;
  }

  .rt-contact-one-block-two {
    padding-top: 25vh;
    display: block;
  }

  .rt-contact-one-form-block {
    margin-top: 20px;
  }

  .rt-client-text {
    font-size: 18px;
    line-height: 28px;
  }

  .rt-form-row-one {
    flex-flow: column;
  }

  .rt-social-media-box-2 {
    padding-bottom: 10px;
  }

  .rt-main-contact-form {
    width: 100%;
    max-width: 700px;
    padding-top: 34px;
    padding-bottom: 40px;
  }

  .rt-contact-box-one {
    justify-content: flex-start;
    align-items: center;
  }

  .navbar-logo-left-container {
    max-width: 100%;
  }

  .navbar-logo-left-container.shadow-three {
    padding: 10px;
  }

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

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

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

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

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

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

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

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

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

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

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

  .brand {
    max-width: 50%;
  }

  .cf-services-paragraph {
    font-size: 16px;
  }

  .cf-services-h2-heading, .cf-services-h2-heading.subtitulo {
    font-size: 30px;
  }

  .cf-services-h2-heading.subtitulo.minititulo {
    font-size: 24px;
  }

  .cf-services-page-contain {
    margin-bottom: 150px;
  }

  .cf-services-left-contain {
    justify-content: flex-start;
    align-items: center;
  }

  .cf-services-main-wrapper {
    width: 90%;
    padding-top: 90px;
    padding-bottom: 90px;
  }

  .cf-wrapper-1160.choose-flex {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .cf-pricing-plan-pointers {
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 10px;
  }

  .cf-pricing-plan-pointers.para-boton {
    justify-content: center;
    align-items: center;
  }

  .cf-h2-heading-56px {
    margin-left: 20px;
    margin-right: 20px;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 28px;
  }

  .cf-body---18px {
    font-size: 16px;
  }

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

  .cf-different-tab-link {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 20px;
  }

  .cf-pricing-plan-pointer-text-18px {
    font-size: 16px;
  }

  .cf-different-menu {
    grid-row-gap: 10px;
    width: 100%;
  }

  .container-5 {
    justify-content: center;
    align-items: flex-start;
    display: flex;
  }

  .cf-choose-section {
    display: none;
  }

  .cf-choose-feature-check-icon {
    margin-right: 10px;
  }

  .cf-20px-text, .cf-14px-heading {
    font-size: 18px;
  }

  .cf-flex-1---image-1 {
    width: 100%;
    max-width: 70%;
    margin-left: auto;
    margin-right: auto;
  }

  .cf-flex-1---image-2 {
    right: 0%;
  }

  .cf-flex-1---text-contain {
    margin-top: 40px;
  }

  .cf-32px-heading {
    font-size: 30px;
  }

  .cf-flex-1---wrapper {
    width: 90%;
    padding-top: 90px;
  }

  .rt-autofit-3 {
    height: auto;
  }

  .cf-wrapper-1161.choose-flex {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .cf-choose-feature-check-icon-2 {
    margin-right: 10px;
  }

  .cf-h2-heading-56px-2 {
    font-size: 28px;
  }

  .cf-20px-text-2 {
    font-size: 18px;
  }

  .cf-faq-container {
    margin-bottom: 0;
  }

  .cf-faq-main-heading {
    font-size: 28px;
  }

  .cf-faq-answer-wrap-2 {
    padding-right: 7%;
  }

  .cf-faq-questions-2 {
    font-size: 22px;
  }
}

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

  .rt-grid-2 {
    grid-template-columns: 1fr .25fr .25fr;
  }

  .rt-agentic {
    padding-left: 0;
    padding-right: 0;
  }

  .sysf-body-text.sysf-m.bullets {
    text-align: left;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    display: flex;
  }

  .sysf-button.sysf-medium {
    align-self: stretch;
  }

  .sysf-hero-grid {
    padding-left: 10px;
    padding-right: 10px;
  }

  .sysf-ctas-wrapper {
    flex-direction: column;
    margin-top: 1rem;
    display: flex;
  }

  .sysf-hero-image-2 {
    max-width: 100%;
  }

  .sysf-hero-section {
    padding-left: 10px;
    padding-right: 10px;
  }

  .sysf-text-wrapper-l {
    margin-top: 0;
  }

  .rt-component-section {
    padding: 60px 10px 40px;
  }

  .rt-precision-card-body-icon-column {
    flex: 1;
    justify-content: center;
    align-self: stretch;
    align-items: center;
    display: flex;
  }

  .rt-precision-card-body-caption-column {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .cf-wrapper.benefits-wrapper {
    padding-top: 0;
    padding-bottom: 0;
  }

  .cf-benefits-pointer-heading-and-number {
    justify-content: flex-start;
  }

  .cf-benefits-section {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding-left: 10px;
    padding-right: 10px;
    display: flex;
  }

  .cf-benefits-pointer-item {
    max-width: none;
  }

  .cf-text-block-2._16-px {
    line-height: 26px;
  }

  .rt-padding-bottom-ten.rt-body-font-color-2 {
    text-align: center;
  }

  .rt-slider-2 {
    justify-content: flex-start;
    align-items: stretch;
  }

  .rt-testimonial-one-ratings.rt-padding-bottom-ten {
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .rt-testimonial-one-block {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    padding: 10px;
    display: flex;
  }

  .rt-home-review-main-block {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    padding-bottom: 60px;
    display: flex;
  }

  .rt-home-review-para {
    text-align: center;
  }

  .rt-contact-block-two-left {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .rt-contact-one-flex {
    flex-flow: column;
    width: 100%;
    height: 100%;
  }

  .rt-contact-two-flex-one.rt-contact-one-flex {
    display: none;
  }

  .rt-contact-one-block-two {
    padding-top: 60%;
  }

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

  .rt-contact-number-one {
    justify-content: center;
    align-items: center;
  }

  .rt-main-contact-form {
    padding: 32px 15px 26px;
  }

  .rt-responsive-text-center-2 {
    text-align: center;
  }

  .rt-form-block-4 {
    justify-content: center;
    align-items: center;
  }

  .rt-contact-links.rt-links-two {
    grid-template-columns: 1fr;
  }

  .rt-contact-box-one {
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .rt-contact-box-one.rt-contac-three-box-one {
    justify-content: center;
    align-items: center;
  }

  .rt-contact-three-heading {
    text-align: center;
  }

  .container-3 {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    display: block;
    overflow: visible;
  }

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

  .div-block {
    flex-flow: row;
    justify-content: center;
    align-items: flex-start;
    max-width: 300px;
    display: flex;
  }

  .navbar-logo-left-container.shadow-three {
    padding: 10px;
  }

  .container-4 {
    max-width: none;
  }

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

  .brand {
    max-width: 50%;
  }

  .cf-gradient-span {
    line-height: 110%;
  }

  .cf-services-paragraph {
    margin-top: 10px;
  }

  .cf-services-h2-heading {
    margin-bottom: 16px;
    font-size: 24px;
  }

  .cf-services-h2-heading.subtitulo.minititulo {
    text-align: center;
  }

  .cf-services-page-contain {
    margin-bottom: 140px;
  }

  .cf-services-main-wrapper {
    padding-bottom: 40px;
  }

  .cf-wrapper-1160 {
    width: 90%;
  }

  .cf-wrapper-1160.choose-flex {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .cf-pricing-plan-pointers {
    text-align: center;
    justify-content: flex-start;
    align-items: center;
  }

  .cf-h2-heading-56px {
    font-size: 24px;
  }

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

  .cf-different-tab-link.w--current {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
  }

  .cf-pricing-plan-check-icon {
    margin-right: 8px;
  }

  .cf-pricing-plan-pointer-text-18px {
    font-size: 16px;
  }

  .cf-different-menu {
    justify-content: flex-start;
  }

  .cf-choose-section {
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
    display: none;
  }

  .cf-choose-feature-check-icon {
    width: 28px;
    height: 28px;
    margin-right: 8px;
  }

  .cf-bottom-line-image {
    left: 0;
  }

  .cf-feature-pointer-text-20px {
    font-size: 16px;
    line-height: 140%;
  }

  .cf-choose-feature-wrapper {
    padding: 40px 15px;
  }

  .cf-choose-feature-bold-text-16px {
    margin-bottom: 20px;
  }

  .cf-flex-1---image-1 {
    width: 100%;
  }

  .cf-flex-1---image-2 {
    width: 90%;
  }

  .cf-flex-1---text-contain {
    margin-top: 20px;
  }

  .cf-flex-1---wrapper {
    padding-top: 60px;
  }

  .cf-18px-paragraph {
    font-size: 16px;
  }

  .cf-wrapper-1161 {
    width: 90%;
  }

  .cf-choose-feature-check-icon-2 {
    width: 28px;
    height: 28px;
    margin-right: 8px;
  }

  .cf-bottom-line-image-2 {
    left: 0;
  }

  .cf-feature-pointer-text-20px-2 {
    font-size: 16px;
    line-height: 140%;
  }

  .cf-h2-heading-56px-2 {
    font-size: 24px;
  }

  .cf-choose-feature-wrapper-2 {
    padding: 40px 15px;
  }

  .cf-choose-feature-bold-text-16px-2 {
    margin-bottom: 20px;
  }

  .cf-faq-container {
    margin-bottom: 100px;
  }

  .cf-faq-main-heading {
    text-align: center;
    margin-bottom: 60px;
    font-size: 24px;
  }

  .cf-faq-content-2 {
    font-size: 16px;
  }

  .cf-faq-answer-wrap-2 {
    padding-right: 7%;
  }

  .cf-faq-questions-2 {
    font-size: 18px;
    line-height: 140%;
  }
}

#w-node-_8204b44d-45e3-d679-dec0-3d9ea8ca04f8-0f6f5844, #w-node-_18edb9af-d311-0754-e9e3-4b72253d8509-d35616c8, #w-node-de510187-8929-c580-8b15-341ee4654d1d-7bcd2992 {
  place-self: center;
}

@media screen and (min-width: 1920px) {
  #w-node-d4357c87-36c9-4fdd-fe1b-d20ef1a57080-7c393842 {
    place-self: start center;
  }

  #w-node-d4357c87-36c9-4fdd-fe1b-d20ef1a5709f-7c393842, #w-node-fa2a72fc-a818-95bd-10cb-4bd92f29920d-7c393842 {
    align-self: start;
  }
}

@media screen and (min-width: 1440px) {
  #w-node-_5262f34f-f5eb-b501-b4a8-6b353ff83f83-02f555b2, #w-node-de510187-8929-c580-8b15-341ee4654d1d-7c393842 {
    justify-self: center;
  }

  #w-node-_44196dda-5385-78d5-a626-e8fc4a4258f2-7dd98be6 {
    place-self: center;
  }

  #w-node-_8204b44d-45e3-d679-dec0-3d9ea8ca04f8-0f6f5844, #w-node-_18edb9af-d311-0754-e9e3-4b72253d8509-d35616c8, #w-node-de510187-8929-c580-8b15-341ee4654d1d-7bcd2992 {
    justify-self: center;
  }
}

@media screen and (max-width: 991px) {
  #w-node-_8911ecfd-eea5-01e7-32bc-a8cd75aa593a-02f555b2, #w-node-_8911ecfd-eea5-01e7-32bc-a8cd75aa594f-02f555b2, #w-node-_2959266c-a359-3f33-2f67-321e48f82c32-48f82c26, #w-node-_2959266c-a359-3f33-2f67-321e48f82c4b-48f82c26 {
    justify-self: center;
  }

  #w-node-_5b57d717-89e7-2908-b2a0-75f844116847-7dd98be6, #w-node-_5b57d717-89e7-2908-b2a0-75f844116847-0f6f5844, #w-node-_5b57d717-89e7-2908-b2a0-75f844116847-d35616c8, #w-node-_5b57d717-89e7-2908-b2a0-75f844116847-7bcd2992 {
    place-self: center;
  }
}


