:root {
  --radiant-ui-components-library-marketplace--color--white: white;
  --radiant-ui-components-library-marketplace--color--body-font-dark: #6d6d6d;
  --radiant-ui-components-library-marketplace--color--heading-dark: #150438;
  --turquesa: #009f98;
  --morado: #29235c;
  --radiant-ui-components-library-marketplace--color--theme-color: #116df8;
  --radiant-ui-components-library-marketplace--color--linear-color-two: #eff2ff;
  --azul: #344cb5;
  --radiant-ui-components-library-marketplace--color--button-background-dark: #131218;
  --radiant-ui-components-library-marketplace--color--stroke: #e3e3e3;
  --radiant-ui-components-library-marketplace--light-grey: #5a5a5a;
  --spark-library--white: white;
  --spark-library--black: black;
  --spark-library--color: #009f9833;
  --spark-library--foreground-interactive: #5532fa;
  --spark-library--foreground-interactive-hover: #1e116e;
  --spark-library--border-default: #00000029;
  --spark-library--foreground-tertiary: #0000008f;
  --spark-library--background--interactive: #f0ecfd;
}

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

.w-layout-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

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

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

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

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

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

.rt-heading-two {
  color: var(--radiant-ui-components-library-marketplace--color--heading-dark);
  font-size: 30px;
  font-weight: 400;
  line-height: 45px;
}

.rt-home-body-text {
  color: #444655;
  font-size: 16px;
  line-height: 28px;
}

.rt-home-body-text.rt-about-one-clint-sbutitle {
  padding-top: 4px;
}

.rt-about-one-clint-item {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  background-color: #f5f5fb;
  border-radius: 10px;
  flex: none;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 40px 40px 33px;
  display: flex;
  box-shadow: 0 10px 30px #3c2fc00f;
}

.rt-about-one-testimonial-line {
  background-color: #c9c9ff;
  width: 1px;
  height: 84px;
}

.rt-about-one-clint-description {
  color: #1f2e54;
  max-width: 389px;
  padding-top: 20px;
  padding-bottom: 4px;
  font-weight: 500;
}

.rt-about-one-testimonial-user-box {
  justify-content: flex-start;
  align-items: center;
  margin-top: 7px;
  padding-top: 2px;
  padding-right: 10px;
  display: flex;
}

.rt-about-one-testimonial-rating-box {
  padding-left: 40px;
}

.rt-about-one-clint-marque-section {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-top: 60px;
  display: flex;
}

.rt-about-one-testimonial-right-box {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.rt-about-one-testimonial-heading {
  color: var(--turquesa);
  max-width: 320px;
}

.rt-client-box {
  flex: none;
  width: 50%;
  padding: 30px 15px;
}

.rt-about-one-testimonial-marque-main-wrapper {
  max-width: 1315px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}

.rt-about-one-clint-image {
  border-radius: 100%;
}

.rt-about-one-user-image {
  border: 3px solid #fff;
  border-radius: 100%;
}

.rt-about-one-user-image.rt-user-image-relative {
  z-index: 1;
  position: relative;
  left: -30px;
}

.rt-about-one-testimonial-heading-box {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

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

.rt-about-one-star-box {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.rt-about-one-clint-title {
  color: var(--radiant-ui-components-library-marketplace--color--heading-dark);
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
}

.body {
  font-family: Open Sans, sans-serif;
}

.rt-component-section-2 {
  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: Open Sans, sans-serif;
  font-size: 17px;
  font-weight: 300;
  line-height: 29px;
  position: relative;
}

.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-margin-bottom-twenty {
  margin-bottom: 20px;
}

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

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

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

.rt-body-font-color {
  color: var(--morado);
  font-weight: 400;
  transition: color .35s;
}

.rt-margin-bottom-thirty {
  color: var(--turquesa);
  margin-bottom: 30px;
}

.rt-contact-one {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-flow: row;
  flex: 0 auto;
  order: -1;
  display: flex;
}

.rt-button-text-2 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  align-items: center;
  padding-left: 25px;
  padding-right: 25px;
  display: flex;
}

.rt-contact-one-hero-block {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.rt-form-button-two {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.rt-contact-one-hero-main {
  max-width: 1290px;
  margin-left: auto;
  margin-right: auto;
}

.rt-contact-one-side-bar-text, .rt-contact-one-side-bar-address {
  max-width: 250px;
}

.rt-underline-off-2 {
  text-decoration: none;
}

.rt-underline-off-2.rt-padding-bottom-fourty {
  margin-bottom: 40px;
}

.rt-text-field-2 {
  background-color: #fff0;
  border: 0 solid #000;
  border-bottom: 1px solid #0003;
  height: 53px;
  padding-left: 20px;
  padding-right: 20px;
}

.rt-text-field-2.rt-title-top {
  color: var(--radiant-ui-components-library-marketplace--color--body-font-dark);
  font-weight: 400;
}

.rt-text-field-2.rt-title-top::placeholder {
  color: var(--radiant-ui-components-library-marketplace--color--body-font-dark);
}

.rt-textarea-2 {
  background-color: #fff0;
  border: 0 solid #000;
  border-bottom: 1px solid #0003;
  min-height: 120px;
  padding-left: 20px;
  padding-right: 20px;
}

.rt-textarea-2.rt-title-top::placeholder {
  color: var(--radiant-ui-components-library-marketplace--color--body-font-dark);
  font-weight: 400;
}

.rt-submit-button {
  color: #3330;
  background-color: #3898ec00;
  width: 130px;
  height: 63px;
  position: relative;
}

.rt-button-typography {
  color: var(--radiant-ui-components-library-marketplace--color--theme-color);
  text-transform: capitalize;
  white-space: nowrap;
  font-size: 18px;
  font-weight: 400;
}

.rt-button-circle {
  border: 1px solid var(--radiant-ui-components-library-marketplace--color--theme-color);
  border-radius: 100px;
  width: 38%;
  min-width: 66px;
  height: 66px;
  min-height: 66px;
  position: absolute;
  inset: 0%;
}

.rt-form-block-2 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  display: flex;
}

.rt-form-main {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  display: flex;
}

.rt-title-top {
  color: var(--radiant-ui-components-library-marketplace--color--heading-dark);
  letter-spacing: .01px;
  font-size: 14px;
  line-height: 28px;
}

.rt-button-5 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  height: 66px;
  line-height: 28px;
  display: flex;
  position: relative;
}

.rt-button-5.rt-underline-off-2 {
  text-decoration: none;
}

.rt-form-button-main {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-items: start;
  display: grid;
}

.rt-border-radious-twenty {
  border-radius: 20px;
}

.rt-border-radious-twenty.rt-overflow-hidden.rt-height-full {
  height: 100%;
}

.rt-color-orange {
  color: #edcba4;
}

.rt-color-black {
  color: #141517;
}

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

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

.rt-margin-bottom-thirty-2 {
  margin-bottom: 30px;
}

.rt-padding-bottom-fourty {
  padding-bottom: 40px;
}

.rt-margin-bottom-fourty {
  margin-bottom: 40px;
}

.rt-heading-six {
  color: var(--radiant-ui-components-library-marketplace--color--heading-dark);
  letter-spacing: -.2px;
  text-transform: capitalize;
  font-size: 20px;
  font-weight: 400;
  line-height: 32px;
}

.rt-heading-six.rt-body-font-color {
  color: var(--radiant-ui-components-library-marketplace--color--body-font-dark);
}

.rt-heading-six.rt-underline {
  text-decoration: underline;
}

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

.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 15px;
  font-family: Outfit;
  font-size: 17px;
  font-weight: 300;
  line-height: 29px;
  position: relative;
}

.rt-margin-top-twenty-seven {
  margin-top: 27px;
}

.rt-testimonials-card {
  align-items: center;
  display: flex;
}

.rt-testimonials-slider-nav {
  display: none;
}

.rt-testimonials-card-bg {
  background-color: #f5f5fb;
  border-radius: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 521px;
  height: auto;
  margin-left: 110px;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-right: 20px;
  display: flex;
}

.rt-padding-bottom-twenty-five {
  padding-bottom: 25px;
}

.rt-testimonials-section {
  padding: 110px 15px 170px;
  overflow: hidden;
}

.rt-testimonials-section.rt-component-section-4.rt-overflow-hidden {
  font-family: Open Sans, sans-serif;
}

.rt-testimonials-author-flex {
  grid-column-gap: 4px;
  flex-direction: column;
  display: flex;
}

.rt-testimonials-right-arrow {
  color: #d6d6d6;
  border: 1px solid #d6d6d6;
  border-radius: 50%;
  width: 54px;
  height: 54px;
  font-size: 1rem;
  display: none;
  top: auto;
  bottom: -13%;
  left: 6%;
  overflow: visible;
}

.rt-testimonials-arrow {
  font-weight: 700;
}

.rt-testimonials-slider-mask {
  height: auto;
  padding-top: 30px;
  padding-bottom: 30px;
}

.rt-testimonials-card-inner-image-block {
  z-index: 2;
  position: relative;
}

.rt-testimonials-card-image-block {
  justify-content: flex-end;
  width: 100%;
  max-width: 242px;
  display: flex;
  position: absolute;
}

.rt-testimonials-flex {
  grid-column-gap: 257px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.rt-testimonials-inner-block {
  color: var(--radiant-ui-components-library-marketplace--color--body-font-dark);
  flex: 1;
}

.rt-testimonials-container {
  max-width: 1290px;
}

.rt-testimonials-left-arrow {
  z-index: 4;
  color: #d6d6d6;
  border: 1px solid #d6d6d6;
  border-radius: 50%;
  width: 54px;
  height: 54px;
  font-size: 1rem;
  display: none;
  inset: auto 6% -13% 0%;
  overflow: visible;
}

.rt-testimonials-slider {
  background-color: #0000;
  height: auto;
}

.rt-testimonials-card-inner {
  max-width: 327px;
  margin-left: 157px;
}

.rt-testimonials-grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  justify-items: center;
}

.rt-text-small {
  font-size: .875rem;
}

.rt-text-uppercase {
  text-transform: uppercase;
}

.rt-text-uppercase.rt-text-small.rt-text-blue {
  font-weight: 400;
}

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

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

.rt-auto-fit-two {
  object-fit: cover;
}

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

.rt-left-arrow-2 {
  inset: 15% 0% 0% auto;
}

.rt-home-one-testimonial-details {
  background-image: url('../images/Mask-group-19_1Mask group (19).avif');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: auto;
  padding-top: 40px;
  padding-left: 20px;
}

.rt-home-one-testimonial-arrow-wrapper {
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.rt-home-one-testimonial-wrapper {
  max-width: 1156px;
  margin-left: auto;
  margin-right: auto;
}

.rt-home-one-testimonial-heading {
  justify-content: center;
  align-items: flex-start;
  padding-bottom: 40px;
  display: flex;
}

.rt-home-one-testimonial-main {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
}

.rt-home-one-testimonial {
  background-image: url('../images/Testimonials_1Testimonials.avif');
  background-position: 50% 20%;
  background-repeat: no-repeat;
  background-size: 1037px;
  padding: 190px 15px 130px;
}

.rt-change-padding-2 {
  margin-top: 0;
  margin-bottom: 0;
}

.rt-background-tranperent {
  background-color: #ddd0;
  height: auto;
}

.rt-heading-six-7 {
  color: #462720;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.75rem;
}

.rt-heading-six-7.rt-home-one-testimonial-max-width {
  max-width: 690px;
}

.rt-right-arrow-new {
  inset: 30% 0% 0% auto;
}

.rt-heading-five-9 {
  color: #462720;
  text-transform: capitalize;
  font-size: 1.5625rem;
  font-weight: 400;
  line-height: 2.1875rem;
}

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

.rt-heading-five-9.rt-padding-bottom-twenty {
  padding-bottom: 20px;
}

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

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

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

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

.rt-text-center.rt-form-two-description {
  max-width: 433px;
  margin-left: auto;
  margin-right: auto;
}

.rt-service-three-testimonial-logo {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: center;
  align-items: center;
  max-width: 1290px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.rt-service-three-testimonial-main {
  max-width: 1290px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 50px;
}

.rt-service-three-testimonial-block {
  max-width: 690px;
  margin-left: auto;
  margin-right: auto;
}

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

.rt-align-center.rt-padding-bottom-thirty {
  padding-bottom: 30px;
}

.rt-align-center.rt-padding-bottom-thirty.rt-margin-top-twenty {
  margin-top: 20px;
}

.rt-right-arrow {
  border-left: 1px solid #0000001a;
  justify-content: center;
  align-items: center;
  width: 100px;
  display: flex;
}

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

.rt-service-three-testimonial-line-main {
  background-color: #0000001a;
  height: 1px;
}

.rt-service-three-testimonial {
  padding: 100px 15px;
}

.rt-service-three-testimonial.rt-component-section {
  background-color: var(--radiant-ui-components-library-marketplace--color--linear-color-two);
}

.rt-service-three-testimonial-logo-main {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: center;
  width: 268px;
  height: 268px;
  display: grid;
}

.rt-left-arrow {
  border-right: 1px solid #0000001a;
  justify-content: center;
  align-items: center;
  width: 100px;
  display: flex;
}

.rt-service-three-testimonial-line {
  flex: 1;
  overflow: hidden;
}

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

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

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

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

.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%;
  display: none;
  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;
  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;
}

.bold-text-2 {
  color: var(--turquesa);
  font-size: 40px;
}

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

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

.rt-body-font-7 {
  color: #fff;
  font-size: 1.125rem;
  font-weight: 300;
  line-height: 1.875rem;
}

.rt-input-text {
  background-color: #fff0;
  border: 0 solid #000;
  border-bottom: 1px solid #fff3;
  height: 74px;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.rt-input-text.rt-body-font-7 {
  color: var(--radiant-ui-components-library-marketplace--color--body-font-dark);
  border-bottom-color: #0003;
}

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

.rt-input-text.rt-body-font-7.rt-smaller-text {
  color: var(--azul);
  border-bottom-color: #0003;
}

.rt-contact-two-form-field {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  width: 100%;
  display: flex;
}

.rt-contact-two-form-field-main {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex: 0 50%;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.rt-contact-two-form-field-main.rt-change-size {
  flex-basis: 100%;
}

.rt-submit-button-2 {
  cursor: pointer;
  background-color: #3898ec00;
  font-size: 0;
  position: relative;
}

.rt-contact-two-form-main {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  max-width: 1290px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.rt-contact-two-form-title {
  width: 29%;
}

.rt-form {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  align-items: flex-start;
  display: flex;
}

.rt-textarea-3 {
  background-color: #fff0;
  min-height: 118px;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.rt-textarea-3.rt-body-font-7 {
  border: 0 solid #000;
  border-bottom: 1px solid #ffffff1a;
}

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

.rt-textarea-3.rt-body-font-7.rt-smaller-text {
  color: var(--radiant-ui-components-library-marketplace--color--body-font-dark);
  border-bottom-color: #0000001a;
}

.rt-body-font-8 {
  color: var(--radiant-ui-components-library-marketplace--color--theme-color);
  font-size: 1.125rem;
  font-weight: 300;
  line-height: 1.875rem;
}

.rt-body-font-8.rt-underline-on {
  color: var(--turquesa);
  font-weight: 700;
  text-decoration: none;
}

.rt-button-box {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.rt-contact-two-form-wrapper-3 {
  flex: 0 50%;
}

.rt-button-arrow-3 {
  border: 1px solid var(--azul);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  display: flex;
}

.rt-button-main-4 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  align-items: center;
  display: flex;
  position: relative;
}

.rt-button-main-4.rt-underline-off.rt-chnage-direction {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: row;
}

.rt-form-button {
  justify-content: flex-end;
  width: 100%;
  display: flex;
}

.rt-smaller-text {
  color: #fff;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.625rem;
}

.heading {
  color: var(--turquesa);
}

.form-block {
  color: var(--azul);
}

.rt-no-margin-top {
  margin-top: 0;
}

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

.rt-component-section-7 {
  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-auto-fit {
  border-radius: 10px;
  height: auto;
}

.rt-no-margin-bottom {
  margin-bottom: 0;
}

.rt-button-two {
  color: var(--radiant-ui-components-library-marketplace--color--heading-dark);
  letter-spacing: 1px;
  text-transform: uppercase;
  justify-content: center;
  align-items: stretch;
  height: 60px;
  font-size: 16px;
  font-weight: 500;
  line-height: 30px;
  display: flex;
  overflow: hidden;
}

.rt-font-two {
  font-weight: 400;
}

.rt-contact-two-form-wrapper {
  background-color: #fff;
  border-radius: 6px;
  flex: 0 52.42%;
  padding: 65px 67px 80px;
  box-shadow: 0 10px 80px #dbdfffcc;
}

.rt-button-4 {
  grid-column-gap: 7px;
  grid-row-gap: 7px;
  color: #0f1d33;
  text-transform: capitalize;
  cursor: pointer;
  background-color: #ffd6a5;
  border-radius: 4px;
  align-items: center;
  padding: 13px 40px;
  font-weight: 600;
  line-height: 1.75rem;
  text-decoration: none;
  display: flex;
}

.rt-button-4.rt-button-two {
  background-color: var(--radiant-ui-components-library-marketplace--color--theme-color);
  color: #fff;
}

.rt-button-4.rt-button-two.rt-full-width-button {
  text-transform: uppercase;
  border-radius: 5px;
  justify-content: center;
  width: 100%;
  font-size: 15px;
  font-weight: 400;
}

.rt-span-image-two {
  background-image: url('../images/🥰.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  width: 20px;
  height: 15px;
  margin-left: 5px;
  display: inline-block;
}

.rt-margin-bottom-thirty-3 {
  margin-bottom: 30px;
}

.rt-form-element-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}

.rt-textarea {
  color: var(--radiant-ui-components-library-marketplace--color--body-font-dark);
  background-color: #f3f3f3;
  border-radius: 4px;
  margin-bottom: 20px;
  padding-top: 20px;
  padding-bottom: 60px;
  padding-left: 25px;
  font-size: 1rem;
  line-height: 1.625rem;
}

.rt-textarea::placeholder {
  color: #56575b;
}

.rt-review-wrapper {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  align-items: center;
}

.rt-contact-two-form-text-wrapper {
  flex: 0 33.81%;
  margin-top: 75px;
}

.rt-contact-form-main-wrapper {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  color: var(--radiant-ui-components-library-marketplace--color--body-font-dark);
  justify-content: space-between;
  align-items: center;
  max-width: 1257px;
}

.rt-margin-bottom-ten {
  margin-bottom: 10px;
}

.rt-tag-text-three {
  color: #181825;
  text-transform: uppercase;
  background-color: #efefef;
  border-radius: 33px;
  padding: 5px 20px;
  font-size: .9375rem;
  line-height: 1rem;
  display: flex;
}

.rt-heading-two-wave {
  background-image: url('../images/👋-4.svg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: auto;
  padding-right: 45px;
}

.rt-text-field {
  color: var(--radiant-ui-components-library-marketplace--color--body-font-dark);
  background-color: #f3f3f3;
  border: 1px solid #d3d3d3;
  margin-bottom: 20px;
  padding-top: 27px;
  padding-bottom: 27px;
  padding-left: 25px;
  font-size: 1rem;
  line-height: 1.625rem;
}

.rt-text-field::placeholder {
  color: #56575b;
  font-size: 1rem;
  line-height: 1.625rem;
}

.rt-text-field.rt-border-radius-five {
  border-radius: 5px;
}

.rt-component-section-8 {
  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: Open Sans, sans-serif;
  font-size: 17px;
  font-weight: 300;
  line-height: 29px;
  position: relative;
}

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

.rt-margin-top-ten {
  margin-top: 10px;
}

.rt-tag-wrap {
  position: absolute;
  inset: 0% auto 0% 15px;
  transform: rotate(-90deg);
}

.rt-tag-wrap.rt-padding-none {
  left: 0;
}

.rt-home-one-hero-heading-flex {
  grid-column-gap: 20px;
  align-items: center;
  max-width: 426px;
  margin-bottom: 28px;
  position: relative;
}

.rt-devider-one {
  background-color: #02015a1f;
  width: 100%;
  height: 1px;
  margin-bottom: 30px;
}

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

.rt-autofit-6.rt-responsive-full-width {
  width: 100%;
}

.rt-autofit-6.rt-responsive-full-width.rt-home-three-discover-right-image {
  z-index: 2;
  border-radius: 10px;
  width: 100%;
  height: auto;
  position: relative;
}

.rt-home-three-discover-right {
  flex: 0 50%;
  max-width: 38%;
  position: relative;
}

.rt-home-three-number-block {
  grid-column-gap: 40px;
  justify-content: center;
  padding-top: 10px;
}

.rt-home-three-number-right {
  width: 100%;
}

.rt-home-three-discover-left {
  color: var(--radiant-ui-components-library-marketplace--color--body-font-dark);
  flex: 0 46%;
  align-self: center;
  margin-top: 8px;
}

.rt-home-three-discover-flex {
  grid-column-gap: 40px;
  justify-content: space-between;
  align-items: center;
}

.rt-tag-5 {
  color: #000;
  letter-spacing: 0;
  text-transform: uppercase;
  background-color: #f0f0f0;
  border-radius: 7px;
  padding: 9px 20px 7px;
  font-size: .875rem;
  font-weight: 400;
  line-height: 1.5rem;
}

.rt-tag-5.rt-dark-tab {
  color: #fff;
  background-color: #000;
}

.rt-home-three-number-left {
  width: 100%;
}

.rt-margin-bottom-thirty-4 {
  margin-bottom: 30px;
}

.rt-home-three-discover-right-background {
  z-index: 1;
  justify-content: flex-end;
  align-items: flex-start;
  display: none;
  position: absolute;
  inset: 0%;
}

.rt-home-three-expertise-heading {
  max-width: 18ch;
  padding-left: 60px;
}

.rt-home-three-expertise-heading.rt-margin-none {
  max-width: 30ch;
}

.rt-margin-none {
  margin-top: 0;
  margin-bottom: 0;
}

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

.rt-category-cards-text-2 {
  color: var(--turquesa);
  text-transform: capitalize;
  font-size: 18px;
  font-weight: 600;
  line-height: 31px;
}

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

.rt-category-cards-text-2.rt-no-margin {
  color: var(--morado);
}

.rt-heading-six-8 {
  color: var(--radiant-ui-components-library-marketplace--color--heading-dark);
  letter-spacing: -.2px;
  text-transform: capitalize;
  font-size: 20px;
  font-weight: 400;
  line-height: 32px;
}

.rt-heading-six-8.rt-text-blue-2 {
  color: var(--turquesa);
}

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

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

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

.rt-component-section-9 {
  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: Open Sans, sans-serif;
  font-size: 17px;
  font-weight: 300;
  line-height: 29px;
  position: relative;
}

.rt-margin-top-twenty-five {
  margin-top: 25px;
}

.rt-no-margin {
  margin: 0;
}

.rt-home-two-new-approch-heading {
  max-width: 60ch;
  line-height: 42px;
}

.rt-home-two-appproch-paragraph {
  max-width: 55ch;
}

.rt-home-two-appproch-paragraph.rt-margin-top-twenty-five {
  color: var(--morado);
  font-weight: 400;
  line-height: 27px;
}

.rt-counter-heading-text {
  color: #fff;
  letter-spacing: -.03rem;
  margin-bottom: 10px;
  font-size: 2.5rem;
  line-height: 2.5rem;
}

.rt-home-two-red-bg {
  background-color: var(--radiant-ui-components-library-marketplace--color--theme-color);
  text-align: center;
  background-image: url('../images/frame_85.webp');
  background-position: 0 0;
  background-size: cover;
  background-attachment: scroll;
  border-radius: 20px;
  flex-flow: column wrap;
  justify-content: center;
  align-items: center;
  width: 300px;
  height: 239px;
  padding: 0;
  display: flex;
}

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

.rt-autofit-4.rt-border-radious-ten, .rt-autofit-4.rt-mobile-full-width.rt-border-radious {
  border-radius: 10px;
}

.rt-home-two-approach-right {
  grid-row-gap: 25px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: stretch;
  display: flex;
}

.rt-home-two-our-approach-right {
  grid-column-gap: 25px;
  flex: 1;
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
}

.rt-home-two-our-approach-block {
  grid-column-gap: 37px;
  justify-content: center;
  align-items: center;
}

.rt-create-planning-flex {
  grid-column-gap: 25px;
  border-bottom: 1px solid #dfdfdf;
  padding-top: 20px;
  padding-bottom: 20px;
}

.rt-home-two-our-approach-left {
  color: var(--radiant-ui-components-library-marketplace--color--body-font-dark);
  flex: 1;
  max-width: 46%;
}

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

.bold-text-3 {
  color: var(--turquesa);
  font-size: 40px;
  display: block;
}

.rt-component-section-10 {
  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: Open Sans, sans-serif;
  font-size: 17px;
  font-weight: 300;
  line-height: 29px;
  position: relative;
}

.rt-detail-icons {
  justify-content: center;
  align-items: center;
}

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

.rt-button-two-2 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: #191b1d;
  justify-content: center;
  align-items: center;
  display: flex;
}

.rt-detail-button-text {
  max-width: 400px;
  margin-top: 20px;
  font-weight: 400;
}

.rt-about-two-expert-image {
  object-fit: cover;
  position: absolute;
  inset: 0%;
}

.rt-about-two-expert-content {
  max-width: 484px;
  margin-top: 15px;
  margin-bottom: 30px;
}

.rt-about-two-expert-wrapper {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  justify-content: space-between;
  align-items: center;
}

.rt-about-two-expert-overlay {
  background-color: #191b1d4d;
  position: absolute;
  inset: 0%;
}

.rt-about-two-expert-text-block {
  z-index: 10;
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  opacity: 0;
  justify-content: flex-start;
  align-items: center;
  max-width: 350px;
  position: relative;
}

.rt-about-two-expert-image-block {
  border-radius: 10px;
  flex: 1;
  justify-content: center;
  align-items: center;
  max-width: 630px;
  padding: 245px 80px 200px;
  position: relative;
  overflow: hidden;
}

.rt-about-two-exper-heading {
  color: var(--turquesa);
  margin-bottom: 30px;
}

.rt-span-content-bold {
  color: #191b1d;
  font-weight: 500;
}

.rt-about-two-expert-content-block {
  color: var(--radiant-ui-components-library-marketplace--color--body-font-dark);
  flex: 1;
  max-width: 535px;
}

.rt-background-dark {
  background-color: var(--radiant-ui-components-library-marketplace--color--button-background-dark);
}

.text-block {
  color: var(--morado);
  font-weight: 400;
}

.italic-text {
  color: var(--azul);
  font-style: normal;
}

.rt-component-section-11 {
  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-11.rt-contact-v-one {
  padding-top: 50px;
  font-family: Open Sans, sans-serif;
}

.rt-body-font-color-2 {
  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-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-2 {
  color: #f33;
  text-align: center;
  padding: 20px;
}

.rt-success-message-2 {
  background-color: var(--turquesa);
  color: var(--radiant-ui-components-library-marketplace--color--white);
  text-align: center;
}

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

.rt-component-section-12 {
  background-color: var(--azul);
  color: var(--radiant-ui-components-library-marketplace--color--body-font-dark);
  background-image: url('../images/wireframe_1-1.webp');
  background-position: 50% 0;
  background-size: cover;
  width: 100%;
  padding: 80px 15px;
  font-family: Open Sans, sans-serif;
  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;
  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;
  flex: 0 auto;
  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: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  max-width: 350px;
  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(--morado);
  background-color: var(--morado);
  border-radius: 10px;
  width: 100%;
  max-width: 600px;
  box-shadow: -5px 1px 12px 1px #00000040;
}

.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-habl.rt-body-font-color {
  color: var(--radiant-ui-components-library-marketplace--color--linear-color-two);
}

.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: var(--radiant-ui-components-library-marketplace--color--white);
  font-size: 20px;
  font-weight: 700;
  text-decoration: none;
}

.rt-contact-three-left-box {
  max-width: 600px;
  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: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.rt-contact-icon {
  max-width: 80%;
}

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

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

.rt-contact-three-heading.rt-contact-v7-heading {
  color: var(--turquesa);
  max-width: 420px;
  font-size: 40px;
}

.rt-submit {
  background-color: var(--turquesa);
  text-align: right;
  text-transform: none;
  border: 1px #000;
  border-radius: 5px;
  align-self: flex-end;
  padding: 13px 40px;
  font-size: 15px;
}

.rt-contact-line {
  background-color: var(--turquesa);
  width: 100%;
  height: 1px;
  margin-top: 31px;
  margin-bottom: 40px;
}

.rt-responsive-text-center-habl-copy.rt-body-font-color {
  color: var(--radiant-ui-components-library-marketplace--color--white);
  font-size: 20px;
  font-weight: 700;
  line-height: 25px;
}

.bold-text-4 {
  font-size: 40px;
}

.rt-component-section-13 {
  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-13.rt-footer-v-two-gap {
  background-color: var(--morado);
  color: var(--radiant-ui-components-library-marketplace--color--white);
  padding-bottom: 20px;
  font-family: Open Sans, sans-serif;
}

.rt-title-top-2 {
  color: var(--radiant-ui-components-library-marketplace--color--white);
  letter-spacing: .01px;
  font-size: 12px;
  line-height: 28px;
}

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

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

.rt-about-option.rt-about-last {
  color: var(--radiant-ui-components-library-marketplace--color--white);
  margin-bottom: 0;
  text-decoration: none;
}

.rt-about-option.rt-about-last:hover {
  color: var(--turquesa);
  font-weight: 700;
}

.rt-designed-text {
  color: var(--radiant-ui-components-library-marketplace--color--white);
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 300;
}

.rt-footer-one-copyright-menu {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  display: flex;
}

.rt-text-field-three {
  color: var(--radiant-ui-components-library-marketplace--color--heading-dark);
  background-color: #14151700;
  border: 0 solid #000;
  height: 48px;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
}

.rt-text-field-three::placeholder {
  color: #141517;
}

.rt-footer-one-text-wrapper {
  flex-flow: column;
  display: flex;
}

.rt-footer-one-main-link-wrapper {
  max-width: 220px;
}

.rt-padding-bottom-thirty-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-bottom: 30px;
  display: block;
}

.rt-submit-button-three {
  z-index: 1;
  color: #3330;
  background-color: #3898ec00;
  border: 0 solid #000;
  width: 48px;
  height: 48px;
  padding: 0;
  position: relative;
}

.rt-footer-one-main-link {
  grid-column-gap: 7px;
  grid-row-gap: 7px;
  flex-flow: column;
  width: 150px;
  display: flex;
}

.rt-footer-v2-background-blue {
  background-color: var(--radiant-ui-components-library-marketplace--color--theme-color);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  display: flex;
}

.rt-footer-one-main-paragraph {
  max-width: 243px;
}

.rt-footer-one-main-paragraph.rt-padding-bottom-thirty-2 {
  max-width: 400px;
  font-weight: 400;
}

.rt-cloudy-grey {
  color: #5a5a5a;
}

.rt-cloudy-grey.rt-change-size {
  color: var(--radiant-ui-components-library-marketplace--light-grey);
  font-size: 16px;
  font-weight: 400;
}

.rt-footer-two-line-two {
  background-color: var(--azul);
  height: 1px;
}

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

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

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

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

.rt-footer-one-copyright-main {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: wrap;
  justify-content: space-between;
  max-width: 1290px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.rt-footer-v2-email {
  border: 1px solid #a8a8a8;
  border-radius: 100px;
  padding: 5px 5px 5px 15px;
  display: flex;
}

.rt-footer-one-copyright {
  padding-top: 20px;
}

.rt-footer-one-main-block {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  max-width: 1290px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 50px;
  display: flex;
}

.rt-move-sent {
  filter: invert();
}

.rt-padding-bottom-twenty-2 {
  padding-bottom: 20px;
}

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

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

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

.rt-text-normal, .bold-text-5 {
  font-weight: 400;
}

.bold-text-5:hover {
  color: var(--turquesa);
  font-weight: 700;
}

.bold-text-6 {
  font-weight: 400;
}

.bold-text-6:hover {
  color: var(--turquesa);
  font-weight: 700;
}

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

.bold-text-7:hover {
  color: var(--turquesa);
  font-weight: 700;
}

.bold-text-8 {
  font-weight: 400;
}

.bold-text-8:hover {
  color: var(--turquesa);
  font-weight: 700;
}

.image {
  text-align: left;
  display: block;
  overflow: clip;
}

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

.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-category-cards-text-3.rt-margin-bottom-fifteen-2 {
  color: var(--azul);
  text-align: center;
  text-transform: none;
  margin-bottom: 15px;
  line-height: 28px;
  text-decoration: none;
}

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

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

.rt-component-section-14 {
  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: Open Sans, sans-serif;
  font-size: 17px;
  font-weight: 300;
  line-height: 29px;
  position: relative;
}

.rt-no-margin-bottom-2 {
  color: var(--turquesa);
  margin-bottom: 0;
  font-size: 40px;
  line-height: 40px;
}

.rt-no-margin-bottom-2.rt-home-three-service-description {
  color: var(--radiant-ui-components-library-marketplace--color--body-font-dark);
  flex: 1;
  max-width: 554px;
}

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

.rt-service-card-shape {
  width: 100%;
  position: absolute;
  inset: auto 0% -2px;
}

.rt-service-card-shape.rt-white-shape {
  opacity: 0;
}

.rt-home-three-service-heading {
  flex: 1;
  max-width: 500px;
}

.rt-button-orange-arrow {
  margin-top: 2px;
}

.rt-service-card-text-wrapper {
  padding: 35px 40px 40px;
}

.rt-home-three-service-cards {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  pointer-events: none;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin-bottom: 70px;
  text-decoration: none;
}

.rt-button-two-3 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.rt-button-two-text {
  color: var(--radiant-ui-components-library-marketplace--color--theme-color);
  text-transform: capitalize;
}

.rt-tab-image-full-width {
  object-fit: cover;
}

.rt-button-two-icon-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.rt-service-card-image-wrapper {
  position: relative;
}

.rt-home-three-service-text-wrapper {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  justify-content: space-between;
  align-items: center;
  max-width: 1250px;
  margin-bottom: 60px;
}

.rt-tag-text {
  color: #ff5e14;
  letter-spacing: 1.6px;
  text-transform: uppercase;
  font-weight: 600;
}

.rt-tag-text.rt-text-blue-3 {
  color: var(--azul);
}

.rt-home-three-service-card {
  cursor: auto;
  background-color: #f5f5fb;
  border-radius: 10px;
  text-decoration: none;
  transition: none;
  display: block;
  overflow: hidden;
}

.rt-body-font-color-3 {
  color: var(--morado);
  text-align: center;
  font-size: 15px;
  font-weight: 400;
  line-height: 25px;
  transition: color .35s;
}

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

.bold-text-10 {
  font-size: 30px;
  line-height: 40px;
  display: block;
}

.flex-block {
  text-decoration: none;
}

.bold-text-11 {
  color: var(--azul);
  line-height: 28px;
}

.bold-text-12 {
  color: var(--azul);
  letter-spacing: -.5px;
  display: block;
}

.bold-text-13 {
  color: var(--azul);
  text-align: center;
}

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

.spark-container {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.spark-container.spark-primary-with-rounded-corners {
  background-color: var(--azul);
  color: var(--spark-library--white);
  background-image: url('../images/desktop_10.webp');
  background-position: 0 0;
  background-size: cover;
  background-attachment: fixed;
  border-radius: 24px;
  padding: 64px;
}

.spark-nav-link {
  color: var(--spark-library--black);
  text-align: center;
  border-radius: 8px;
  margin-left: 8px;
  padding: 16px 24px;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1;
  text-decoration: none;
  transition: background-color .15s, color .15s, opacity .15s;
}

.spark-nav-link:hover {
  background-color: var(--spark-library--color);
  opacity: 1;
  color: var(--turquesa);
  font-weight: 700;
}

.spark-nav-link.w--current {
  color: var(--spark-library--foreground-interactive);
}

.spark-nav-link.spark-button {
  background-color: var(--azul);
  color: var(--spark-library--white);
  text-align: center;
  border-style: none;
  border-radius: 999px;
  margin-right: 0;
  padding: 16px 24px;
  font-size: 1rem;
  line-height: 1em;
  transition: background-color .15s, opacity .15s;
}

.spark-nav-link.spark-button:hover {
  background-color: var(--spark-library--foreground-interactive-hover);
  opacity: 1;
  color: var(--spark-library--white);
}

.spark-nav-link.spark-button.w--current {
  opacity: .5;
  color: var(--spark-library--white);
}

.spark-section {
  width: 100%;
  padding: 100px 0 176px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  position: relative;
}

.spark-section h5 {
  margin-top: 1.5rem;
  margin-bottom: .5rem;
  font-size: 1.75rem;
  font-weight: 600;
  line-height: 1.3;
}

.spark-section h4 {
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.4;
}

.spark-section h1 {
  margin-bottom: 1rem;
  font-size: 4rem;
  font-weight: 600;
  line-height: 1.1;
}

.spark-section h2 {
  margin-top: 1rem;
  margin-bottom: 2rem;
  font-size: 3.5rem;
  font-weight: 600;
  line-height: 1.2;
}

.spark-section h3 {
  margin-top: 2.5rem;
  margin-bottom: 1rem;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.3;
}

.spark-section h6 {
  margin-top: 1.5rem;
  margin-bottom: .5rem;
  font-size: .8125rem;
  font-weight: 700;
  line-height: 1.5;
}

.spark-section p {
  font-size: 35px;
  line-height: 45px;
}

.spark-section ul {
  margin-top: 2rem;
  margin-bottom: 3rem;
  padding-left: 14px;
}

.spark-section li {
  margin-bottom: .5rem;
}

.spark-input {
  border: 1px solid var(--spark-library--border-default);
  background-color: var(--spark-library--white);
  border-radius: 8px;
  height: 48px;
  margin-bottom: 32px;
  padding: 8px 16px;
  font-size: 1rem;
}

.spark-input:focus {
  border-color: var(--spark-library--foreground-interactive);
}

.spark-input::placeholder {
  color: var(--spark-library--foreground-tertiary);
}

.spark-input.spark-with-a-inner-shadow {
  box-shadow: inset 0 0 0 1px var(--spark-library--border-default);
  width: 342px;
  max-width: 100%;
  margin-bottom: 0;
  transition: box-shadow .15s;
}

.spark-input.spark-with-a-inner-shadow:hover, .spark-input.spark-with-a-inner-shadow:focus {
  box-shadow: inset 0 0 0 1px var(--spark-library--foreground-interactive-hover);
}

.spark-button {
  border: 1px solid var(--spark-library--foreground-interactive);
  background-color: var(--spark-library--foreground-interactive);
  color: var(--spark-library--white);
  border-radius: 8px;
  flex: none;
  padding: 16px;
  font-size: .9375rem;
  font-weight: 500;
  line-height: 1em;
  text-decoration: none;
  transition: border-color .15s, background-color .15s, opacity .15s;
}

.spark-button:hover {
  border-color: var(--spark-library--foreground-interactive-hover);
  background-color: var(--spark-library--foreground-interactive-hover);
  opacity: 1;
}

.spark-button.spark-dark-button {
  border-style: solid;
  border-color: var(--spark-library--foreground-interactive-hover);
  background-color: var(--spark-library--foreground-interactive-hover);
}

.spark-button.spark-dark-button:hover {
  opacity: .5;
}

.spark-field-label {
  text-align: left;
}

.spark-nav-menu {
  align-items: center;
  display: flex;
}

.spark-brand-logo {
  z-index: 2;
  padding-left: 0;
}

.spark-line-3 {
  z-index: 2;
  background-color: var(--spark-library--black);
  width: 35px;
  height: 2px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  top: 30px;
  left: 0;
  right: 0;
}

.spark-line-3.spark-simple-line {
  background-color: var(--spark-library--foreground-interactive);
  border-radius: 3px;
  width: 12.75px;
  height: 3.3px;
  margin-left: 18px;
  top: 38px;
}

.spark-line-1 {
  z-index: 2;
  background-color: var(--spark-library--black);
  width: 35px;
  height: 2px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  top: 10px;
  left: 0;
  right: 0;
}

.spark-line-1.spark-simple-line {
  background-color: var(--spark-library--foreground-interactive);
  border-radius: 3px;
  width: 24px;
  height: 3.3px;
  top: 18px;
}

.spark-simple-menu-button {
  background-color: #fff;
  width: 60px;
  height: 60px;
  padding: 0 0 0 18px;
  overflow: hidden;
}

.spark-simple-menu-button.w--open {
  background-color: var(--spark-library--background--interactive);
  border-radius: 8px;
}

.spark-line-2 {
  z-index: 1;
  background-color: var(--spark-library--black);
  width: 35px;
  height: 2px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  top: 20px;
  left: 0;
  right: 0;
}

.spark-line-2.spark-simple-line {
  background-color: var(--spark-library--foreground-interactive);
  border-radius: 3px;
  width: 24px;
  height: 3.3px;
  top: 28px;
}

.spark-square-menu-with-links {
  background-color: var(--spark-library--white);
  width: 100%;
  padding-left: 64px;
  padding-right: 64px;
  position: fixed;
  inset: 0% 0% auto;
}

.spark-square-menu-inner {
  justify-content: space-between;
  align-items: center;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 16px;
  padding-bottom: 16px;
  display: flex;
}

.spark-flex-row {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.spark-flex-row.spark-5-spacing {
  grid-column-gap: 5%;
  align-items: center;
}

.spark-flexed-form {
  grid-column-gap: 16px;
  align-items: flex-end;
  display: flex;
}

.spark-hero-section-image {
  border-radius: 8px;
  flex: 0 auto;
  width: 45%;
  max-width: 50%;
  display: block;
}

.spark-hero-section-left-side {
  width: 60%;
}

.spark-hero-sub-paragraph {
  width: 100%;
  margin-bottom: 64px;
}

.bold-text-15 {
  color: var(--radiant-ui-components-library-marketplace--color--white);
  letter-spacing: -1px;
  text-transform: uppercase;
  font-family: Open Sans, sans-serif;
  font-size: 4rem;
  display: block;
}

.bold-text-16 {
  color: var(--turquesa);
  font-weight: 400;
}

.bold-text-16:hover {
  font-weight: 700;
}

.bold-text-17 {
  color: var(--turquesa);
  font-weight: 400;
}

.bold-text-17:hover {
  font-weight: 700;
}

.bold-text-18 {
  color: var(--turquesa);
  font-weight: 400;
}

.bold-text-18:hover {
  font-weight: 700;
}

.bold-text-19 {
  color: var(--turquesa);
  font-weight: 400;
}

.bold-text-19:hover {
  font-weight: 700;
}

.image-2 {
  border-radius: 10px;
}

.list {
  color: var(--azul);
  padding-left: 0;
  list-style-type: none;
}

.rt-no-margin-bottom-2-copy {
  color: var(--turquesa);
  text-align: center;
  margin-bottom: 0;
  font-size: 25px;
  line-height: 40px;
}

.rt-no-margin-bottom-2-copy.rt-home-three-service-description {
  color: var(--radiant-ui-components-library-marketplace--color--body-font-dark);
  flex: 1;
  max-width: 554px;
}

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

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

.rt-component-section-12movil {
  background-color: var(--azul);
  color: var(--radiant-ui-components-library-marketplace--color--body-font-dark);
  background-image: url('../images/wireframe_1-1.webp');
  background-position: 50% 0;
  background-size: cover;
  width: 100%;
  padding: 80px 15px;
  font-family: Open Sans, sans-serif;
  font-size: 17px;
  font-weight: 300;
  line-height: 29px;
  display: none;
  position: relative;
}

.rt-home-two-our-approach-rightmovil, .rt-home-two-our-approach-rightdesktop {
  grid-column-gap: 25px;
  flex: 1;
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
}

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

.rt-autofit-4-movil.rt-border-radious-ten, .rt-autofit-4-movil.rt-mobile-full-width.rt-border-radious {
  border-radius: 10px;
}

.div-block-4, .div-block-3-movil {
  display: none;
}

@media screen and (min-width: 1280px) {
  .rt-contact-one {
    flex-flow: row;
    flex: 1;
    order: 1;
  }

  .rt-contact-one-hero-block {
    grid-column-gap: 100px;
    grid-row-gap: 100px;
  }

  .rt-heading-five-9 {
    font-size: 1.5rem;
  }

  .rt-home-three-discover-right {
    max-width: 42%;
  }

  .rt-home-three-discover-right-background {
    display: flex;
    top: -30px;
    right: -30px;
  }

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

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

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

  .rt-footer-one-main-block {
    grid-column-gap: 150px;
    grid-row-gap: 150px;
    justify-content: space-between;
  }
}

@media screen and (min-width: 1440px) {
  .rt-client-box {
    width: auto;
  }

  .rt-testimonials-card-bg {
    height: 330px;
  }

  .rt-testimonials-author-flex {
    flex-direction: row;
  }

  .rt-testimonials-right-arrow {
    left: 5%;
  }

  .rt-testimonials-left-arrow {
    right: 5%;
  }

  .rt-testimonials-grid {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    justify-items: stretch;
  }

  .rt-home-one-testimonial {
    background-position: 40% 20%;
  }
}

@media screen and (min-width: 1920px) {
  .rt-about-one-clint-item {
    box-shadow: 0 5px 10px #3c2fc00f;
  }

  .rt-about-one-clint-description {
    max-width: 389px;
  }

  .rt-contact-one {
    grid-column-gap: 100px;
    grid-row-gap: 100px;
  }

  .rt-home-one-testimonial {
    background-position: 45% 20%;
  }

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

  .rt-tag-wrap.rt-padding-none {
    left: -11px;
  }

  .rt-home-three-discover-right {
    justify-content: center;
    align-items: flex-end;
    max-width: 48%;
  }

  .rt-home-three-discover-left {
    flex-basis: 40%;
  }

  .rt-home-three-discover-flex {
    grid-column-gap: 60px;
  }

  .rt-counter-heading-text {
    margin-bottom: 10px;
  }

  .rt-home-two-red-bg {
    padding-top: 55px;
    padding-bottom: 47px;
  }

  .rt-home-two-our-approach-block {
    grid-column-gap: 100px;
  }

  .rt-create-planning-flex {
    grid-column-gap: 35px;
  }

  .rt-home-two-our-approach-left {
    max-width: 45%;
  }

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

@media screen and (max-width: 991px) {
  .rt-about-one-clint-description {
    max-width: 100%;
  }

  .rt-about-one-clint-marque-section {
    padding-top: 30px;
  }

  .rt-client-box {
    width: 100%;
  }

  .rt-about-one-testimonial-marque-main-wrapper {
    padding-bottom: 60px;
  }

  .rt-about-one-testimonial-heading-box {
    padding-left: 15px;
    padding-right: 15px;
  }

  .rt-contact-one-hero-block {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    flex-flow: column;
  }

  .rt-contact-one-side-bar {
    order: 1;
  }

  .rt-contact-one-side-bar-text, .rt-contact-one-side-bar-address {
    max-width: 100%;
  }

  .rt-contact-one-form {
    flex: 0 auto;
  }

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

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

  .rt-testimonials-card.rt-card-out {
    display: none;
  }

  .rt-testimonials-section {
    padding-top: 60px;
    padding-bottom: 40px;
  }

  .rt-testimonials-right-arrow {
    display: none;
  }

  .rt-testimonials-flex {
    flex-direction: column;
    align-items: flex-start;
  }

  .rt-testimonials-left-arrow {
    display: none;
  }

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

  .rt-left-arrow-2 {
    top: 35%;
  }

  .rt-home-one-testimonial-heading {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .rt-home-one-testimonial-main {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
  }

  .rt-home-one-testimonial {
    background-position: 30% 5%;
    background-size: contain;
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .rt-right-arrow-new {
    top: 45%;
  }

  .rt-service-three-testimonial-main {
    padding-top: 0;
  }

  .rt-right-arrow {
    border-left-width: 0;
    width: 50px;
    inset: auto 0% -50px 55px;
  }

  .rt-service-three-testimonial {
    padding-top: 70px;
    padding-bottom: 120px;
  }

  .rt-left-arrow {
    border-right-width: 0;
    width: 50px;
    inset: auto 0% -50px -55px;
  }

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

  .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-two-form-main {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    flex-flow: wrap;
  }

  .rt-button-arrow-3 {
    width: 70px;
    height: 70px;
  }

  .rt-smaller-text {
    text-align: left;
  }

  .rt-contact-two-form-wrapper {
    padding: 45px 60px 60px;
  }

  .rt-contact-two-form-text-wrapper {
    margin-top: 0;
  }

  .rt-contact-form-main-wrapper {
    flex-direction: column;
    align-items: stretch;
  }

  .rt-text-field {
    padding-left: 15px;
  }

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

  .rt-tag-wrap {
    position: static;
    transform: none;
  }

  .rt-home-one-hero-heading-flex {
    grid-column-gap: 15px;
    grid-row-gap: 20px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 20px;
    padding-left: 0;
  }

  .rt-autofit-6.rt-responsive-full-width {
    width: 100%;
  }

  .rt-home-three-discover-right {
    max-width: 100%;
    margin-top: 30px;
  }

  .rt-home-three-discover-flex {
    display: block;
  }

  .rt-margin-bottom-thirty-4 {
    margin-bottom: 25px;
  }

  .rt-home-three-discover-right-background {
    display: none;
  }

  .rt-home-three-expertise-heading {
    padding-left: 0;
  }

  .rt-responsive-full-width-3 {
    width: 100%;
  }

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

  .rt-counter-heading-text {
    font-size: 2.1875rem;
    line-height: 2.8125rem;
  }

  .rt-home-two-red-bg {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .rt-home-two-our-approach-right {
    grid-column-gap: 25px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: flex-start;
  }

  .rt-home-two-our-approach-block {
    display: block;
  }

  .rt-create-planning-flex {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .rt-home-two-our-approach-left {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .rt-logo-white-image {
    height: auto;
  }

  .rt-about-two-expert-image {
    width: 100%;
  }

  .rt-about-two-expert-content {
    max-width: none;
    margin-top: 5px;
    margin-bottom: 20px;
  }

  .rt-about-two-expert-wrapper {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
  }

  .rt-about-two-expert-image-block {
    width: 100%;
    max-width: none;
    padding: 100px 50px 90px;
  }

  .rt-about-two-expert-content-block {
    max-width: none;
  }

  .rt-contact-block-two-left {
    align-self: flex-start;
  }

  .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-2, .rt-success-message-2 {
    padding: 10px;
  }

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

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

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

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

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

  .rt-contact-three-left-box {
    width: 100%;
    max-width: none;
  }

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

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

  .rt-footer-one-text-wrapper {
    flex: 0 50%;
    order: -1;
    padding-right: 50px;
  }

  .rt-footer-one-contact-wrapper {
    flex: 1;
  }

  .rt-footer-one-contact-wrapper.rt-responsive-padding-top-fifty {
    padding-top: 50px;
  }

  .rt-footer-one-link-wrapper {
    flex: 0 50%;
  }

  .rt-footer-one-link-wrapper.rt-responsive-padding-top-fifty {
    padding-top: 50px;
  }

  .rt-footer-one-main {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .rt-footer-one-copyright-main {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: wrap;
  }

  .rt-footer-one-main-block {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: wrap;
  }

  .rt-footer-one-line-wrapper {
    flex: 0 50%;
  }

  .rt-no-margin-bottom-2.rt-home-three-service-description {
    max-width: none;
  }

  .rt-service-card-shape {
    height: auto;
  }

  .rt-home-three-service-heading {
    max-width: none;
  }

  .rt-service-card-text-wrapper {
    padding: 20px 20px 30px;
  }

  .rt-home-three-service-cards {
    grid-template-columns: 1fr 1fr;
  }

  .rt-tab-image-full-width {
    width: 100%;
    height: auto;
  }

  .rt-home-three-service-text-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    max-width: none;
    margin-bottom: 35px;
  }

  .spark-container.spark-primary-with-rounded-corners {
    padding: 32px;
  }

  .spark-nav-link {
    text-align: left;
    margin-bottom: 1rem;
    margin-left: 0;
  }

  .spark-nav-link.spark-button {
    text-align: center;
    margin-bottom: 0;
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .spark-section {
    padding-top: 104px;
    padding-left: 32px;
    padding-right: 32px;
  }

  .spark-nav-menu {
    z-index: 99;
    background-color: var(--spark-library--white);
    border-bottom-right-radius: 42px;
    border-bottom-left-radius: 42px;
    margin-top: 0;
    padding: 2rem 1rem 1rem;
  }

  .spark-line-3.spark-simple-line {
    background-color: var(--spark-library--foreground-interactive);
    border-radius: 3px;
    width: 12.75px;
    height: 3.33px;
    margin-left: 0;
    left: 18px;
  }

  .spark-line-1.spark-simple-line {
    background-color: var(--spark-library--foreground-interactive);
    border-radius: 2px;
    width: 24px;
    height: 3.33px;
  }

  .spark-simple-menu-button {
    background-color: #0000;
    padding-left: 18px;
  }

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

  .spark-line-2.spark-simple-line {
    background-color: var(--spark-library--foreground-interactive);
    border-radius: 3px;
    width: 24px;
    height: 3.33px;
  }

  .spark-square-menu-with-links {
    padding-left: 32px;
    padding-right: 32px;
  }

  .spark-square-menu-inner {
    padding: 0;
  }

  .spark-flex-row.spark-5-spacing {
    grid-row-gap: 2rem;
    flex-direction: column-reverse;
    align-items: flex-start;
  }

  .spark-hero-section-image {
    width: 100%;
    max-width: 100%;
  }

  .spark-hero-section-left-side {
    width: 100%;
  }

  .rt-no-margin-bottom-2-copy.rt-home-three-service-description {
    max-width: none;
  }

  .rt-home-two-our-approach-rightmovil, .rt-home-two-our-approach-rightdesktop {
    grid-column-gap: 25px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: flex-start;
  }
}

@media screen and (max-width: 767px) {
  .rt-home-body-text.rt-about-one-clint-sbutitle {
    text-align: center;
  }

  .rt-about-one-clint-item {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }

  .rt-about-one-testimonial-line {
    display: none;
  }

  .rt-about-one-clint-description {
    text-align: center;
    max-width: 333px;
    margin-bottom: 3px;
    padding-top: 11px;
    padding-bottom: 0;
  }

  .rt-about-one-testimonial-user-box {
    width: 137px;
    padding-right: 0;
  }

  .rt-about-one-testimonial-rating-box {
    padding-left: 0;
  }

  .rt-about-one-testimonial-right-box {
    flex-flow: column;
  }

  .rt-about-one-testimonial-heading {
    text-align: center;
    padding-bottom: 8px;
  }

  .rt-about-one-clint-text-wrapper {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .rt-about-one-testimonial-heading-box {
    flex-flow: column;
  }

  .rt-about-one-clint-title {
    text-align: center;
  }

  .rt-contact-one {
    flex-flow: column;
  }

  .rt-contact-one-hero-main {
    padding-top: 70px;
  }

  .rt-responsive-full-width {
    width: 100%;
  }

  .rt-testimonials-card {
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
  }

  .rt-testimonials-card-bg {
    box-shadow: none;
    height: auto;
    margin-left: 0;
    padding: 20px;
  }

  .rt-testimonials-section {
    padding-bottom: 10px;
  }

  .rt-testimonials-card-image-block {
    position: relative;
  }

  .rt-testimonials-card-inner {
    max-width: 100%;
    margin-left: 0;
  }

  .rt-testimonials-grid {
    grid-template-columns: 1fr;
    justify-items: start;
  }

  .rt-heading-five-9 {
    font-size: 1.3rem;
  }

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

  .rt-contact-two-form-main {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
  }

  .rt-button-arrow-3 {
    width: 50px;
    height: 50px;
  }

  .rt-button-two {
    height: 50px;
    font-size: 14px;
    line-height: 24px;
  }

  .rt-contact-two-form-wrapper {
    padding: 30px 30px 45px;
  }

  .rt-heading-three {
    font-size: 24px;
    line-height: 34px;
  }

  .rt-home-one-hero-heading-flex {
    flex-direction: column;
  }

  .rt-autofit-6, .rt-autofit-4 {
    height: auto;
  }

  .rt-autofit-4.rt-mobile-full-width {
    width: 100%;
  }

  .rt-home-two-approach-right {
    display: none;
  }

  .rt-create-planning-flex {
    grid-column-gap: 15px;
  }

  .rt-about-two-expert-image-block {
    padding: 70px 15px 60px;
  }

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

  .rt-contact-one-flex {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    display: flex;
  }

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

  .rt-contact-two-flex-one, .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;
  }

  .rt-footer-one-copyright-menu {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-flow: wrap;
  }

  .rt-footer-one-text-wrapper {
    flex-basis: 100%;
    padding-right: 150px;
  }

  .rt-footer-one-main-paragraph.rt-padding-bottom-thirty-2 {
    max-width: 100%;
  }

  .rt-footer-one-link-wrapper.rt-responsive-padding-top-fifty, .rt-footer-one-line-wrapper {
    flex-basis: 100%;
  }

  .rt-footer-one-line-wrapper.rt-mobile-landscape-padding-top-fifty {
    padding-top: 50px;
  }

  .rt-service-card-shape {
    width: 110%;
    max-width: none;
    left: auto;
    right: auto;
  }

  .rt-home-three-service-cards {
    grid-template-columns: 1fr;
  }

  .rt-service-card-image-wrapper {
    justify-content: center;
    align-items: center;
    display: flex;
    overflow: hidden;
  }

  .spark-container {
    width: 100%;
  }

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

  .spark-section {
    padding-top: 88px;
    padding-bottom: 88px;
  }

  .spark-input.spark-with-a-inner-shadow {
    width: 240px;
  }

  .spark-nav-menu {
    max-height: 90vh;
    overflow: scroll;
  }

  .spark-square-menu-with-links {
    padding-left: 20px;
    padding-right: 20px;
  }

  .spark-square-menu-inner {
    padding-left: 0;
    padding-right: 0;
  }

  .spark-flex-row {
    flex-direction: column;
  }

  .spark-flex-row.spark-5-spacing {
    grid-row-gap: 24px;
    flex-direction: column-reverse;
  }

  .spark-hero-section-image {
    width: 100%;
    max-width: 100%;
  }

  .spark-hero-section-left-side {
    width: 100%;
  }

  .spark-hero-sub-paragraph {
    margin-bottom: 32px;
  }

  .rt-autofit-4-movil {
    height: auto;
  }

  .rt-autofit-4-movil.rt-mobile-full-width {
    width: 100%;
  }
}

@media screen and (max-width: 479px) {
  .rt-about-one-clint-item {
    padding: 30px 20px 20px;
  }

  .rt-about-one-clint-description {
    max-width: 220px;
  }

  .rt-about-one-testimonial-heading {
    max-width: 270px;
  }

  .rt-body-font-color {
    line-height: 27px;
  }

  .rt-contact-one-hero-main {
    padding-top: 50px;
  }

  .rt-form-block-2 {
    flex-flow: column;
  }

  .rt-testimonials-author-flex {
    flex-direction: column;
  }

  .rt-component-section-5 {
    padding-top: 40px;
  }

  .rt-auto-fit-two.rt-mobile-image-full-width {
    width: 100%;
    height: 100%;
  }

  .rt-left-arrow-2 {
    top: 50%;
  }

  .rt-heading-six-7 {
    font-size: .9rem;
  }

  .rt-right-arrow-new {
    top: 60%;
  }

  .rt-heading-five-9 {
    font-size: 1rem;
  }

  .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-home-review-para.rt-margin-top-thirty.rt-body-font-color {
    font-size: 15px;
    line-height: 25px;
  }

  .bold-text-2 {
    font-size: 25px;
    line-height: 35px;
  }

  .rt-button-arrow-3 {
    width: 50px;
    height: 50px;
  }

  .rt-form-element-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-direction: column;
    align-items: stretch;
  }

  .rt-home-three-number-block {
    display: block;
  }

  .rt-category-cards-text-2.rt-no-margin {
    font-size: 15px;
    line-height: 25px;
  }

  .rt-component-section-9 {
    padding-top: 40px;
    padding-bottom: 20px;
  }

  .rt-create-planning-flex {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .rt-create-planning-block {
    margin-top: 40px;
  }

  .rt-home-two-our-approach-left {
    display: block;
  }

  .bold-text-3 {
    font-size: 25px;
    line-height: 35px;
  }

  .rt-component-section-10 {
    padding-top: 20px;
    padding-bottom: 40px;
  }

  .text-block {
    font-size: 15px;
    line-height: 25px;
  }

  .italic-text {
    font-size: 17px;
  }

  .rt-contact-two-flex-one.rt-contact-one-flex {
    display: none;
  }

  .rt-contact-one-block-two {
    padding-top: 60%;
  }

  .rt-component-section-12 {
    background-image: none;
    background-size: auto;
    display: none;
  }

  .rt-form-three-wrapper {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

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

  .rt-contact-three-heading.rt-contact-v7-heading {
    margin-bottom: 0;
    padding-bottom: 0;
    font-size: 25px;
    line-height: 35px;
    display: block;
  }

  .rt-submit:hover {
    background-color: var(--azul);
  }

  .rt-contact-line {
    margin-top: 10px;
    margin-bottom: 20px;
  }

  .rt-responsive-text-center-habl-copy {
    text-align: center;
  }

  .bold-text-4 {
    font-size: 25px;
    line-height: 35px;
  }

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

  .rt-footer-one-copyright-menu {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: wrap;
  }

  .rt-footer-one-text-wrapper {
    padding-right: 0;
  }

  .rt-footer-one-contact-wrapper {
    flex: 1;
  }

  .rt-category-cards-text-3.rt-margin-bottom-fifteen-2 {
    line-height: 20px;
  }

  .rt-component-container-3 {
    pointer-events: auto;
  }

  .rt-component-section-14 {
    padding-top: 60px;
    padding-bottom: 40px;
  }

  .rt-no-margin-bottom-2 {
    margin-top: 10px;
  }

  .rt-service-card-shape {
    width: 100.2%;
    max-width: none;
    left: auto;
    right: auto;
  }

  .rt-home-three-service-cards {
    pointer-events: auto;
  }

  .rt-service-card-image-wrapper {
    justify-content: center;
    align-items: flex-end;
    display: flex;
  }

  .rt-body-font-color-3 {
    line-height: 20px;
  }

  .bold-text-10 {
    font-size: 25px;
    line-height: 35px;
  }

  .bold-text-11, .bold-text-12, .bold-text-13 {
    font-size: 17px;
    line-height: 25px;
  }

  .bold-text-14 {
    font-size: 17px;
    line-height: 23px;
  }

  .spark-container.spark-primary-with-rounded-corners {
    background-image: none;
    background-position: 0 0;
    background-size: auto;
    background-attachment: scroll;
    padding: 16px;
  }

  .spark-nav-link {
    margin-top: 2em;
    margin-bottom: 2rem;
  }

  .spark-section {
    padding: 64px 20px;
  }

  .spark-section h1 {
    font-size: 3rem;
  }

  .spark-section h2 {
    font-size: 2.5rem;
  }

  .spark-section p {
    font-size: 18px;
    line-height: 22px;
  }

  .spark-input.spark-with-a-inner-shadow {
    width: 100%;
  }

  .spark-nav-menu {
    border-bottom-right-radius: 12px;
    border-bottom-left-radius: 12px;
    max-width: 100vw;
    max-height: 100vh;
    padding: 1rem .5rem 20rem;
  }

  .spark-line-3.spark-simple-line, .spark-line-1.spark-simple-line {
    background-color: var(--turquesa);
  }

  .spark-simple-menu-button {
    padding-left: 0;
  }

  .spark-line-2.spark-simple-line {
    background-color: var(--turquesa);
  }

  .spark-square-menu-with-links {
    padding-right: 0;
  }

  .spark-square-menu-inner {
    background-color: var(--spark-library--white);
    padding-top: 0;
    padding-bottom: 0;
  }

  .spark-flex-row {
    align-items: flex-start;
  }

  .spark-flexed-form {
    grid-row-gap: 16px;
    flex-direction: column;
    align-items: flex-start;
  }

  .spark-form-label-and-input {
    width: 100%;
  }

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

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

  .bold-text-20, .bold-text-21 {
    font-size: 15px;
  }

  .bold-text-22, .bold-text-23 {
    font-size: 17px;
    line-height: 25px;
  }

  .bold-text-24 {
    font-size: 17px;
  }

  .bold-text-25 {
    font-size: 17px;
    line-height: 25px;
  }

  .image-3 {
    opacity: 1;
    display: inline-block;
    overflow: hidden;
  }

  .rt-component-section-12movil {
    background-image: none;
    background-size: auto;
    display: block;
  }

  .rt-home-two-our-approach-rightmovil {
    display: block;
  }

  .rt-home-two-our-approach-rightdesktop, .div-block-3 {
    display: none;
  }

  .div-block-4, .div-block-3-movil {
    display: block;
  }
}

#w-node-_24884c0f-8204-a3f5-aac2-15cdd25d09af-156399bf, #w-node-df7a4d80-7197-56b7-7c58-ca78664d80bf-156399bf {
  grid-area: span 1 / span 1 / span 1 / span 1;
}


