@font-face {
  font-family: Switzer;
  src: url('../fonts/Switzer-Medium.otf') format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

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

@font-face {
  font-family: Copia De Switzer;
  src: url('../fonts/Copia-de-Switzer-Regular.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Switzer;
  src: url('../fonts/Switzer.otf') format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Switzer;
  src: url('../fonts/Switzer-Semibold.otf') format("opentype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

:root {
  --blue: #0c1c30;
  --blue-2: #0e2239;
  --hueso: #fcffdf;
  --green-2: #7aca8c;
  --light-green: #effc3d;
  --text-1: #183960;
  --brown: #43261b;
  --azul-2: #091726;
  --gradient-dark: #0000008f;
  --gradient-bg: #11111157;
}

.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-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

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

.section {
  padding-bottom: 60px;
  padding-left: 55px;
  padding-right: 55px;
}

.section.is-hero {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: auto;
  justify-content: center;
  align-items: flex-end;
  height: 100vh;
  padding-bottom: 55px;
  padding-left: 55px;
  padding-right: 55px;
  display: block;
}

.section.is-hero.no-margin {
  height: 100vh;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.section.is-2nd-home-section {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 75px 55px;
  display: block;
}

.section.is-blue {
  background-image: url('../images/home-img-11-02.jpg'), linear-gradient(to bottom, var(--blue), var(--blue));
  background-position: 50%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: 91% 98%, auto;
  height: 115vh;
  padding: 12% 55px 0;
}

.section.padding-edited {
  padding: 70px 55px;
}

.section.padding-bottom {
  padding: 30px 55px 25px;
  transition: all .25s;
}

.section.padding-bottom.q-section {
  margin-top: 55px;
}

.section.padding-bottom.is-partners {
  background-color: var(--blue-2);
}

.section.no-padding {
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.section.no-bottom-padding {
  padding-bottom: 0;
  padding-left: 35px;
  padding-right: 35px;
}

.section.pricing-edited {
  padding-top: 60px;
}

.section.safety-style {
  background-color: var(--blue-2);
  background-image: linear-gradient(#0e2239, #0e2239);
}

.section.is-form-div {
  background-image: url('../images/bg-contact-form-1.avif');
  background-position: 50%;
  background-size: cover;
  padding-top: 60px;
  display: block;
}

.section.cta-style-about-us {
  background-image: url('../images/bg-banner-flechas.avif'), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%, 0 0;
  background-size: cover, auto;
  justify-content: flex-start;
  align-items: center;
  height: 87vh;
  margin-top: 85px;
  margin-bottom: 60px;
  padding-bottom: 0;
  padding-left: 0;
  display: flex;
}

.section.padding-bottom-edited {
  padding-bottom: 60px;
}

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

.section.padding-right-edited {
  padding-right: 10px;
}

.section.padding-right-edited.spaced-top {
  margin-top: 80px;
}

.content-hero-wrapper {
  z-index: 55;
  justify-content: space-between;
  width: 100%;
  padding-left: 0;
  padding-right: 55px;
  display: flex;
  position: absolute;
  top: 68vh;
}

.content-hero-wrapper.maring-left {
  justify-content: space-between;
  align-items: center;
  padding-left: 55px;
}

.content-hero-wrapper.maring-left.is-hero {
  top: calc(60vh + 30px);
}

.sub-hero-header-wrapper {
  margin-top: 5px;
}

@media (max-width: 767px) {
  .sub-hero-header-wrapper {
    margin-top: 5px;
    max-width: 80%;
  }
}

.btn-wrapper-hero {
  flex-flow: column;
  width: 300px;
  display: flex;
}

@media (max-width: 767px) {
  .desktop-br {
    display: none;
  }
}

.p-main {
  font-size: 24px;
  font-weight: 400;
  line-height: 1.1;
}

.p-main.smaller {
  color: var(--blue-2);
  text-align: justify;
  font-family: Switzer, Arial, sans-serif;
  font-size: 1.05rem;
  font-weight: 300;
  line-height: 1.2;
}

.p-main.smaller.centered {
  text-align: center;
  width: 100%;
  max-width: 750px;
  font-family: Switzer, Arial, sans-serif;
  font-size: 1.05rem;
  font-weight: 300;
}

.p-main.smaller.centered.secondary {
  font-family: Switzer, Arial, sans-serif;
  font-weight: 300;
}

.p-main.smaller.centered.secondary.bigger.width-edited,
.p-main.smaller.centered.secondary.home {
  text-align: center;
}

.p-main.smaller.centered.secondary.home.no-widht {
  width: auto;
}

.p-main.smaller.centered.width-styled {
  width: 100%;
  max-width: 530px;
}

.p-main.smaller.spaced-top {
  margin-top: 35px;
}

.p-main.smaller.spaced-top.is-clear {
  color: var(--hueso);
  font-family: Switzer, Arial, sans-serif;
}

.p-main.smaller.spaced-top.is-clear.is-centered {
  text-align: center;
  width: 100%;
  max-width: 695px;
  padding-left: 0%;
  padding-right: 0%;
  font-size: 1.2rem;
}

.p-main.smaller.blue {
  color: var(--blue-2);
  font-family: Switzer, Arial, sans-serif;
}

.p-main.smaller.blue.width-edited1 {
  width: 330px;
}

.p-main.smaller.secondary {
  text-align: justify;
  margin-bottom: 0;
}

.p-main.smaller.secondary.centered {
  font-family: Switzer, Arial, sans-serif;
}

.p-main.smaller.secondary.centered.mid {
  text-align: center;
}

.p-main.smaller.secondary.centered.mid.no-widht {
  width: auto;
}

.p-main.smaller.secondary.width-edited {
  width: 480px;
}

.p-main.smaller.negative {
  color: var(--hueso);
  text-align: justify;
  font-family: Switzer, Arial, sans-serif;
}

.p-main.smaller.negative.width-styled1 {
  width: 330px;
}

.p-main.smaller.aligned-right {
  width: 100%;
  font-family: Switzer, Arial, sans-serif;
  font-size: 1.2rem;
  font-weight: 300;
}

.p-main.smaller.aligned-right.mobile.width-edited {
  text-align: left;
  width: 375px;
}

.p-main.smaller.aligned-right.width-edited {
  width: 450px;
}

.p-main.smaller.aligned-right.width-edited.edited-partenrs {
  width: 500px;
}

.p-main.smaller.green-text-style {
  color: var(--green-2);
  font-size: 1.4rem;
  font-weight: 700;
}

.p-main.smaller.green-text-style.bigg-er {
  font-family: Switzer, Arial, sans-serif;
  font-size: 1.6rem;
}

.p-main.smaller.justified {
  text-align: justify;
  margin-top: 45px;
  padding-left: 45px;
  padding-right: 45px;
}

.p-main.smaller.justified.widht-edited {
  width: 630px;
  padding-left: 25px;
  padding-right: 25px;
}

.p-main.smaller.clear {
  color: var(--hueso);
  font-family: Switzer, Arial, sans-serif;
  font-size: 1rem;
  font-weight: 300;
}

.p-main.smaller.clear.is-spaced-top {
  margin-top: 35px;
}

.p-main.smaller.clear.is-spaced-top.justifed-edited.widht-edited {
  width: 500px;
}

.p-main.smaller.top-margin {
  margin-top: 120px;
}

.p-main.smaller.top-margin.bigg-er,
.p-main.smaller.bigg-er {
  font-family: Switzer, Arial, sans-serif;
  font-size: 1.4rem;
}

.p-main.smaller.bigger {
  font-size: 1.8rem;
  line-height: 1.1;
}

.p-main.smaller.slight-big {
  font-size: 1.5rem;
}

.p-main.smaller.slight-big.widht-edited2 {
  width: 100%;
  max-width: 870px;
}

.p-main.secondary {
  color: var(--hueso);
  font-family: Switzer, Arial, sans-serif;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.3;
}

.p-main.secondary.bigg-er {
  font-family: Switzer, Arial, sans-serif;
  font-size: 1.5rem;
}

.p-main.secondary.is-smaller {
  font-family: Switzer, Arial, sans-serif;
  font-size: .9rem;
  font-weight: 300;
}

.p-main.edited {
  color: var(--blue-2);
  font-family: Switzer, Arial, sans-serif;
  font-size: 1.4rem;
  font-weight: 300;
}

.p-main.edited.width-style {
  text-align: justify;
  width: 400px;
}

.title-section-div {
  margin-bottom: 35px;
}

.subtitle-2nd-section-div {
  justify-content: center;
  align-items: center;
  margin-bottom: 85px;
  display: flex;
}

.subtitle-2nd-section-div.aligned-left {
  background-image: url('../images/vector-2.avif');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 90% 100%;
  width: 60%;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 45px;
  padding-bottom: 45px;
  padding-left: 55px;
  position: relative;
  left: -11px;
}

.subtitle-2nd-section-div.aligned-left.no-maring-left {
  padding-left: 0;
}

.subtitle-2nd-section-div.aligned-left.no-maring-left.spaced-top {
  margin-top: 85px;
}

.subtitle-2nd-section-div.aligned-left.no-maring-left.spaced-top.home-edited {
  background-image: none;
  width: 63%;
  left: 0;
}

.subtitle-2nd-section-div.aligned-left.no-maring-left.spaced-top.home-edited.no-maring-right,
.subtitle-2nd-section-div.aligned-left.flexed-vertical {
  display: block;
}

.h1 {
  color: var(--blue-2);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Switzer, Arial, sans-serif;
  font-size: 2.1rem;
  font-weight: 600;
  line-height: 1.1;
}

.h1.centered {
  color: var(--blue);
  text-align: center;
  font-family: Switzer, Arial, sans-serif;
  font-size: 2.2rem;
  font-weight: 600;
}

.h1.centered.is-yellow {
  color: var(--light-green);
  font-size: 2.4rem;
}

.h1.centered.is-bigger {
  font-size: 3rem;
}

.h1.is-negative {
  color: var(--hueso);
  font-size: 2.2rem;
}

.h1.is-negative.centered {
  font-size: 3rem;
  line-height: 1.2;
}

.h1.is-negative.centered.is-light-green {
  color: var(--light-green);
  font-size: 2.8rem;
  font-weight: 600;
}

.h1.is-negative.centered.is-light-green.size-edited {
  font-size: 3.2rem;
  line-height: 1;
}

.h1.is-negative.number {
  margin-top: 0;
  margin-bottom: 25px;
  font-family: Switzer, Arial, sans-serif;
  font-size: 66px;
  font-weight: 500;
  line-height: 1;
}

.h1.is-negative.is-bigger {
  color: var(--light-green);
  font-family: Switzer, Arial, sans-serif;
  font-size: 4.2rem;
  font-weight: 500;
  line-height: 1.1;
}

.h1.is-negative.is-bigger.is-clear {
  color: var(--hueso);
  font-family: Switzer, Arial, sans-serif;
}

.h1.is-negative.is-bigger.is-clear.is-hero {
  font-size: 4rem;
}

.h1.is-negative.is-bigger.is-clear.is-smaller-1 {
  font-size: 2.7rem;
  font-weight: 600;
}

.h1.is-negative.is-bigger.is-spaced-bot {
  margin-bottom: 30px;
  font-weight: 600;
}

.h1.is-negative.is-bigger.is-smaller {
  margin-top: 0;
  font-size: 3.8rem;
  font-weight: 600;
}

.h1.bigger {
  color: var(--text-1);
  font-size: 3.2rem;
  line-height: 1;
}

.h1.bigger.centered {
  font-size: 3rem;
}

.h1.bigger.is-green {
  color: var(--green-2);
}

.h1.bigger.clear-hero {
  color: var(--hueso);
  font-family: Switzer, Arial, sans-serif;
}

.h1.bigger.clear-hero.is-hero {
  font-size: 5rem;
}

.h1.bigger.huge {
  font-family: Switzer, Arial, sans-serif;
  font-size: 5rem;
  font-weight: 600;
}

.h1.spaced-bottom {
  color: var(--blue);
  margin-bottom: 55px;
  font-family: Switzer, Arial, sans-serif;
  font-weight: 600;
}

.h1.spaced-bottom.widht-edited-1 {
  width: 470px;
}

.h1.is-green {
  color: var(--green-2);
}

.h1.widht-edited {
  width: 100%;
  max-width: 600px;
}

.cards-section-div {
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  max-width: 100%;
  display: block;
}

.car-syle-home-2nd-section {
  flex-flow: column;
  justify-content: flex-end;
  align-items: stretch;
  width: 300px;
  height: 500px;
  margin: 40px 15px;
  display: flex;
}

.text-card-wrapper-div {
  -webkit-backdrop-filter: blur(19px);
  backdrop-filter: blur(19px);
  background-color: #eeeeeec2;
  border-radius: 0 0 15px 15px;
  height: 200px;
}

.text-card-wrapper-div.purple {
  background-color: #671e3a;
}

.text-card-wrapper-div.brown {
  background-color: var(--brown);
}

.text-card-wrapper-div.blue {
  background-color: var(--blue);
}

.title-card-div {
  margin-bottom: 20px;
}

.h3.centered {
  text-align: center;
  font-size: 1.5rem;
  font-weight: 400;
}

.h3.centered.is-clear {
  color: var(--hueso);
  font-family: Switzer, Arial, sans-serif;
  font-weight: 400;
}

.text-card-div.centered,
.cards-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
}

.cards-wrapper.no-flex {
  height: 350px;
  display: block;
}

.cards-wrapper.no-flex.auto-height {
  height: auto;
  margin-top: 100px;
}

.btn-wrapper-cta-div {
  margin-top: 35px;
}

.btn-wrapper-cta-div.centered {
  text-align: center;
}

.btn-wrapper-cta-div.centered.spaced-top {
  margin-top: 85px;
}

.content-section-blue.padding {
  padding-left: 7%;
}

.title-section-blue-wrapper {
  margin-bottom: 20px;
}

.title-section-blue-wrapper.space-top {
  margin-top: 55px;
}

.title-section-blue-wrapper.centered-content {
  text-align: left;
  justify-content: center;
  align-items: center;
  display: flex;
}

.card-button-div-section-blue {
  margin-top: 0;
  padding-top: 30px;
}

.card-button-element {
  background-color: var(--azul-2);
  border-radius: 15px;
  width: 39%;
  max-width: 450px;
  margin-top: 120px;
  padding: 10px 0;
}

.slider {
  border-radius: 20px;
  width: 100%;
  height: 200px;
}

.content-div-card-button {
  flex-flow: column;
  justify-content: space-between;
  height: 200px;
  padding-top: 6px;
  padding-bottom: 6px;
  display: flex;
}

.div-btn-card-wrapper {
  margin-top: 0;
  padding-bottom: 15px;
}

.div-btn-card-wrapper.is-spaced-top {
  padding-top: 35px;
}

.div-btn-card-wrapper.no-margin-bottom {
  padding-bottom: 0;
}

.h2-wrapper-padding-edited {
  margin-top: 5px;
}

.h2 {
  font-size: 28px;
  font-weight: 400;
  line-height: 1;
}

.h2.bigger {
  color: var(--blue-2);
  text-transform: uppercase;
  margin-bottom: 0;
  font-family: Switzer, Arial, sans-serif;
  font-size: 2.1rem;
  font-weight: 600;
  line-height: 1.2;
}

.h2.bigger.centered {
  text-align: center;
  font-size: 28px;
}

.h2.bigger.review {
  text-transform: none;
  margin-bottom: 45px;
}

.h2.bigger.width-styled {
  width: 100%;
  max-width: 730px;
}

.h2.bigger.widht-edited {
  width: 100%;
  max-width: 750px;
}

.h2.bigger.widht-ip-2 {
  width: 650px;
}

.h2.centered.card-smaller {
  text-align: center;
  font-size: 24px;
  line-height: 1;
}

.h2.centered.card-smaller.is-clear {
  font-family: Switzer, Arial, sans-serif;
  font-weight: 500;
}

.h2.smaller {
  color: var(--azul-2);
  text-align: justify;
  font-family: Switzer, Arial, sans-serif;
  font-size: 22px;
  font-weight: 300;
  line-height: 1.3;
}

.h2.smaller.spaced-top {
  text-align: justify;
  margin-top: 30px;
  font-size: 22px;
  display: inline-block;
}

.h2.smaller.spaced-top.width-styled {
  width: 430px;
}

.h2.is-clear {
  color: var(--hueso);
  font-family: Switzer, Arial, sans-serif;
  font-weight: 700;
}

.h2.is-green {
  color: var(--light-green);
  font-family: Switzer, Arial, sans-serif;
  font-weight: 300;
  line-height: 1.2;
}

.h2.is-green.widht-edited {
  width: 450px;
}

.padding-edited {
  padding-top: 2%;
  padding-left: 55px;
}

.btn1 {
  background-color: var(--green-2);
  border-radius: 7px;
  justify-content: center;
  align-items: center;
  height: 55px;
  padding: 12px 15px;
  font-size: 1.05rem;
  display: flex;
}

.btn1.spaced-right {
  margin-right: 15px;
}

.btn1.spaced-right.auto-height {
  display: inline-block;
}

.btn1.auto-height {
  height: auto;
  padding: 15px 35px;
  font-family: Switzer, Arial, sans-serif;
  font-weight: 500;
  transition: all .25s;
  display: inline-block;
}

.btn1.auto-height:hover {
  background-color: var(--light-green);
  color: var(--blue-2);
}

.btn1.auto-height.nav.is-mobile {
  display: none;
}

.btn1.edited {
  justify-content: flex-start;
  align-items: center;
  height: 55px;
  font-family: Switzer, Arial, sans-serif;
  transition: all .25s;
  display: flex;
}

.btn1.edited:hover {
  background-color: var(--light-green);
  color: var(--blue-2);
}

.btn1.wiwdht-edited {
  text-align: center;
  width: 200px;
  height: auto;
  font-family: Switzer, Arial, sans-serif;
  transition: all .25s;
}

.btn1.wiwdht-edited:hover {
  background-color: var(--light-green);
  color: var(--blue-2);
}

.btn1.spaced-top {
  margin-top: 30px;
}

.btn1.form-edited {
  padding-left: 45px;
  padding-right: 45px;
  font-family: Switzer, Arial, sans-serif;
}

.btn1.form-edited:hover {
  background-color: var(--light-green);
  color: var(--blue-2);
}

.btn1.styled-insided-slider {
  height: 40px;
  font-family: Switzer, Arial, sans-serif;
  font-weight: 300;
  transition: all .25s;
  display: inline-block;
}

.btn1.styled-insided-slider:hover {
  background-color: var(--light-green);
  color: var(--blue-2);
}

.columns-unsorted-subsection {
  background-color: #4b3b1b;
  background-image: url('../images/bg-cards-bg-home.avif');
  background-position: 50%;
  background-size: cover;
  border-radius: 15px;
  margin-top: 55px;
  margin-bottom: 55px;
  padding-top: 55px;
  padding-bottom: 55px;
}

.columns-div-wrapper-unsorted {
  margin-top: 55px;
  padding: 0% 15% 4%;
}

.img-columnd-div {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: auto;
  border-radius: 10px;
  height: 170px;
}

.img-columnd-div.maring-top {
  margin-top: 10px;
}

.img-columnd-div.maring-top.ci03 {
  background-image: url('../images/ci03.avif');
  background-position: 50%;
  background-size: cover;
}

.img-columnd-div.img1 {
  background-image: url('../images/ci01.avif');
  background-position: 50%;
  background-size: cover;
}

.img-columnd-div.ci02 {
  background-image: url('../images/ci02.avif');
  background-position: 50%;
  background-size: cover;
}

.info-div-card-unsorted {
  background-color: #8d8d8d69;
  border-radius: 15px;
  margin-top: 10px;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 15px;
}

.info-div-card-unsorted.no-maring-top {
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  margin-top: 0;
}

.info-div-card-unsorted.no-maring-top.purple {
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  background-color: #671e3aa8;
}

.info-div-card-unsorted.no-maring-top.is-brown {
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  background-color: #43261bbd;
}

.info-div-card-unsorted.is-green {
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  background-color: #7aca8c8a;
}

.info-div-card-unsorted.is-blue {
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  background-color: #0e2239a8;
}

.two-columns-div {
  margin-top: 10px;
  padding-left: 15%;
  padding-right: 15%;
}

.cta-div {
  background-image: linear-gradient(to bottom, var(--gradient-dark), var(--gradient-dark)), url('../images/BG-CTA-CUSTOM.avif');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  border-radius: 15px;
  justify-content: center;
  align-items: flex-start;
  padding: 30px 15px 150px;
  display: block;
}

.cta-div.is-spaced-top {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 70vh;
  margin-top: 55px;
  padding-bottom: 30px;
  display: flex;
}

.cta-div.is-spaced-top.is-cst {
  background-image: linear-gradient(#46464680, #46464680), url('../images/cst-mig2.jpg');
}

.cta-div.rtjt-style {
  background-image: linear-gradient(#0000, #0000), url('../images/ready-to-join-trips-new.jpg');
  background-size: auto, cover;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 60vh;
  margin-bottom: 40px;
  padding-bottom: 30px;
  display: flex;
}

.cta-div.bg-img-no-content {
  background-image: url('../images/students-img-new1.jpg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 450px;
  padding: 0 0 0 10px;
}

.cta-div.fixed-height {
  height: 70vh;
}

.cta-div.fixed-height.is-cst-edited {
  background-image: url('../images/cst-nuevafoto1-.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 80vh;
  padding-top: 80px;
  padding-left: 25px;
  padding-right: 25px;
}

.cta-div.fixed-height.flex-edited {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

.content-cta-div {
  margin-top: 55px;
}

.content-cta-div.top-maring-edited {
  margin-top: 30px;
}

.impact-div-preview-section {
  margin-top: 55px;
}

.img-upper-impact {
  background-image: url('../images/img-1-2imgs.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 15px;
  width: 80%;
  max-width: 80%;
  height: 150px;
  margin-bottom: 15px;
}

.img-upper-impact.main-image {
  background-image: url('../images/local-peruvian-roots-new-img.jpg');
  height: 500px;
}

.column {
  text-align: left;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-end;
  padding-top: 50px;
  padding-bottom: 50px;
  display: flex;
}

.trust-div-cta {
  background-image: linear-gradient(#00000045, #00000045), url('../images/TRUSTED-BG.avif');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  border-radius: 20px;
  margin-top: 55px;
  padding-top: 150px;
  padding-bottom: 200px;
}

.grid-wrapper-testimonies {
  background-color: #fff;
  border-bottom-right-radius: 15px;
  border-bottom-left-radius: 15px;
  margin-top: 0;
  padding-top: 100px;
  padding-bottom: 55px;
  display: none;
}

.test-card {
  padding-left: 10%;
  padding-right: 10%;
}

.test-card.no-marging-right {
  padding-left: 0%;
  padding-right: 0%;
}

.test-card.no-marging-left {
  padding-left: 5%;
  padding-right: 0%;
}

.test-div-card {
  background-color: #c5c5c1;
  border-radius: 20px;
  height: 225px;
  padding: 25px 13px 25px 20px;
}

.test-name-div {
  margin-top: 15px;
}

.heading {
  font-weight: 400;
}

.heading.test-title {
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.1;
}

.heading.test-title.centered {
  color: var(--blue-2);
  text-align: center;
  font-family: Switzer, Arial, sans-serif;
  font-size: 1.4rem;
  font-weight: 600;
}

.image {
  border-radius: 20px;
  height: 220px;
}

.grid {
  grid-column-gap: 23px;
  grid-row-gap: 23px;
}

.form-block {
  flex-flow: row;
  padding: 0% 10%;
}

.form {
  margin-top: 55px;
  display: flex;
}

.form.centered {
  text-align: left;
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-field {
  border: 2px solid var(--green-2);
  color: var(--blue);
  background-color: #fff0;
  border-radius: 12px;
  width: 200px;
  height: 55px;
  margin-bottom: 0;
  margin-right: 10px;
  padding-top: 15px;
  padding-bottom: 15px;
}

.submit-button {
  margin-top: 30px;
  margin-bottom: 50px;
  overflow: visible;
  width: 200px;
  height: 55px;
}

.text-field-2 {
  border: 2px solid var(--green-2);
  color: var(--azul-2);
  background-color: #fff0;
  border-radius: 12px;
  width: 200px;
  height: 55px;
  margin-bottom: 0;
  margin-right: 10px;
}

.text-field-2.q {
  width: 350px;
}

.navlink {
  color: var(--hueso);
  font-family: Switzer, Arial, sans-serif;
  transition: all .25s;
}

.navlink:hover,
.navlink.w--current {
  color: var(--light-green);
}

.card-div-columns {
  background-color: var(--brown);
  border-radius: 20px;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  height: 500px;
  padding: 36px;
  display: flex;
}

.card-div-columns.img-bg {
  background-image: url('../images/RTJT-BG2.avif');
  background-position: 100%;
  background-size: cover;
}

.div-card-content {
  margin-top: 15px;
}

.btn-div-card {
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.footer-dark {
  background-color: var(--blue);
  border-bottom: 1px solid #e4ebf3;
  padding: 85px 60px;
  position: relative;
}

.container {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.footer-wrapper {
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.footer-content {
  grid-column-gap: 150px;
  grid-row-gap: 40px;
  grid-template-rows: auto auto;
  grid-template-columns: auto auto 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

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

.footer-link {
  color: var(--hueso);
  margin-top: 12px;
  margin-bottom: 6px;
  font-family: Switzer, Arial, sans-serif;
  font-size: 14px;
  line-height: 16px;
  text-decoration: none;
}

.footer-link:hover {
  color: var(--light-green);
}

.footer-link.w--current {
  font-family: Switzer, Arial, sans-serif;
}

.hero-smaller {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: auto;
  height: 70vh;
  position: relative;
}

.hero-smaller.is-flex {
  justify-content: flex-start;
  align-items: flex-end;
  padding-bottom: 30px;
  padding-left: 55px;
  display: flex;
}

.hero-smaller.is-flex.is-cst {
  background-image: url('../images/cst-hero.avif');
  background-position: 50%;
  background-size: cover;
  height: 85vh;
  padding-bottom: 35px;
}

.hero-smaller.is-flex.is-about {
  background-image: url('../images/about-hero-bg.avif');
  background-position: 50%;
  background-size: cover;
  height: 85vh;
  padding-right: 55px;
}

.hero-smaller.is-flex.is-rtj {
  background-image: url('../images/rtjt-home2.avif');
  background-position: 50%;
  background-size: cover;
  height: 85vh;
}

.centered-contend-div {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  padding-top: 85px;
  padding-bottom: 85px;
  display: block;
}

.centered-contend-div.no-padding-bottom {
  flex-flow: column;
  padding-bottom: 0;
  display: flex;
}

.centered-contend-div.not-padding-top {
  padding-top: 0;
}

.centered-contend-div.not-padding-top.no-padding-bot {
  padding-bottom: 15px;
  display: flex;
}

.centered-contend-div.not-padding-top.no-padding-bot.no-flex {
  display: block;
}

.centered-contend-div.padding-styled {
  padding-bottom: 0;
}

.centered-contend-div.padding-styled.flexed {
  flex-flow: column;
  display: flex;
}

.title-card-centered {
  margin-bottom: 55px;
}

.title-card-centered.spaced-top {
  margin-top: 55px;
}

.title-card-centered.not-maring-bottom {
  margin-bottom: 20px;
}

.card-div.bg-initial-hover {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: auto;
  border-radius: 20px;
  height: 400px;
}

.card-div.bg-initial-hover.choose1 {
  background-image: url('../images/choose1.avif');
  background-position: 50%;
  background-size: cover;
  height: 450px;
}

.card-div.bg-initial-hover.choose2 {
  background-image: url('../images/choose2.avif');
  background-position: 50%;
  background-size: cover;
  height: 450px;
}

.card-div.bg-initial-hover.choose3 {
  background-image: url('../images/choose3.avif');
  background-position: 50%;
  background-size: cover;
  height: 450px;
}

.card-div.bg-initial-hover.choose4 {
  background-image: url('../images/choose4.avif');
  background-position: 50%;
  background-size: cover;
  height: 450px;
}

.text-hiddend-div-hover {
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  background-color: #646464a3;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.title-team-div {
  margin-bottom: 55px;
}

.columns-div-team.is-hidden {
  display: none;
}

.img-bg-team {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: auto;
  height: 200px;
}

.img-bg-team.spaced-top-2 {
  margin-top: 15px;
}

.uui-faq01_heading {
  color: var(--blue);
  letter-spacing: normal;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Switzer, Arial, sans-serif;
  font-size: 2.2rem;
  font-weight: 600;
  line-height: 1;
}

.uui-faq01_heading.smaller {
  padding-bottom: 6px;
  font-family: Copia De Switzer, Arial, sans-serif;
  font-size: 24px;
}

.uui-faq01_heading.smaller.clear {
  border-bottom: none;
  color: var(--hueso);
  text-transform: uppercase;
  padding-bottom: 10px;
  font-size: 2rem;
  font-weight: 700;
}

.uui-faq01_heading.smaller.clear.hiehgt-edited {
  height: 100px;
  border-bottom: none;
}

.uui-faq01_heading.edited {
  font-size: 1.4rem;
}

.uui-faq01_heading.is-clear {
  color: var(--hueso);
}

.accordion-icon_component {
  border: 2px solid var(--blue);
  color: var(--blue);
  -webkit-text-stroke-color: var(--blue);
  border-radius: 50%;
  justify-content: center;
  align-self: flex-start;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  margin-left: 15px;
  display: flex;
  position: relative;
}

.uui-faq01_list {
  max-width: 48rem;
  margin-left: auto;
  margin-right: auto;
}

.uui-container-large-2 {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.uui-page-padding-2 {
  padding-left: 2rem;
  padding-right: 2rem;
}

.uui-page-padding-2.margin-edited {
  padding-left: 0;
  padding-right: 0;
}

.uui-space-medium-2 {
  width: 100%;
  min-height: 2rem;
}

.uui-faq01_component {
  margin-top: 0;
}

.accordion-icon_horizontal-line {
  background-color: var(--blue);
  border-radius: 1px;
  width: .75rem;
  height: 2px;
  position: absolute;
}

.uui-faq01_question {
  border-bottom: 1px solid var(--blue);
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  display: flex;
}

.uui-faq01_question.it-edited {
  padding-bottom: .5rem;
  padding-left: 0;
  padding-right: 15px;
}

.uui-padding-vertical-xhuge-3 {
  padding-top: 0;
  padding-bottom: 3rem;
}

.uui-faq01_accordion {
  border-bottom: 1px solid #eaecf0;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
}

.uui-faq01_accordion.it-edited {
  background-color: #7aca8c00;
  border-bottom-style: none;
  border-radius: 15px;
  padding: 15px 0;
}

.uui-faq01_answer {
  padding-top: 10px;
  overflow: hidden;
}

.uui-faq01_answer.it-edited {
  padding-left: 0;
  padding-right: 0;
}

.uui-faq01_answer.is-spaced {
  margin-top: 40px;
}

.uui-faq01_answer.right-padding {
  text-align: justify;
  padding-right: 10%;
}

.uui-faq01_answer.right-padding.spaced-top {
  margin-top: 20px;
}

.uui-text-size-medium-2 {
  color: var(--blue-2);
  text-align: justify;
  letter-spacing: normal;
  font-family: Switzer, Arial, sans-serif;
  font-size: 1.02rem;
  font-weight: 300;
  line-height: 1.2;
}

.uui-text-size-medium-2.is-clear {
  color: var(--hueso);
  font-family: Switzer, Arial, sans-serif;
  font-weight: 300;
  line-height: 1.4;
}

.accordion-icon_vertical-line {
  background-color: var(--blue);
  border-radius: 1px;
  width: 2px;
  height: .75rem;
  position: absolute;
}

.uui-faq01_icon-wrapper {
  color: var(--blue);
}

.team-title {
  font-size: 20px;
  font-weight: 300;
}

.social-impact-div-section {
  background-color: var(--blue-2);
  border-radius: 20px;
  margin-top: 60px;
  margin-bottom: 60px;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.values-div {
  margin-top: 55px;
  margin-bottom: 55px;
  padding-left: 6%;
  padding-right: 6%;
}

.title-div-values {
  margin-bottom: 45px;
}

.value-card {
  border-radius: 15px;
}

.img-value-card {
  background-image: url('../images/val1.avif');
  background-position: 50%;
  background-size: cover;
  border-radius: 15px;
  height: 450px;
  transition: all .45s;
  position: relative;
  top: 250px;
  z-index: 5;
}

.value-card:hover .img-value-card {
  height: 390px;
  top: -25px;
}

.img-value-card.val2 {
  background-image: url('../images/val2.avif');
  font-family: Switzer, Arial, sans-serif;
}

.value-card:hover .img-value-card.val2 {
  height: 390px;
}

.img-value-card.val3 {
  background-image: url('../images/val3.avif');
}

.value-card:hover .img-value-card.val3 {
  height: 390px;
}

.content-value-card {
  height: 250px;
  position: relative;
  z-index: 0;
}

.content-value-card-div {
  margin-top: 25px;
}

.columns {
  height: auto;
}

.columns.spaced-top {
  margin-top: 55px;
}

.title-div-2-text {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.title-div-2-text.styled-dif {
  margin-top: 70px;
  display: block;
}

.title-div-2-text.rtjt-styled {
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  display: block;
}

.title-div-2-text.spaced-top {
  justify-content: space-between;
  align-items: flex-end;
  margin-top: 55px;
}

.title-div-2-text.width-edited {
  width: 100%;
}

.title-div-2-text.spced-bot {
  margin-bottom: 30px;
  padding-right: 25px;
}

.title-div-2-text.spaced-bot {
  margin-bottom: 30px;
}

.cards-div-wrapper {
  margin-bottom: 30px;
  padding-top: 0;
}

.card-green-img-div {
  border-radius: 15px;
  padding: 25px 20px;
}

.card-green-img-div.purple {
  background-color: #671e3a;
  padding: 45px 35px;
}

.card-green-img-div.blue {
  background-color: var(--blue-2);
  padding: 45px 35px;
}

.card-green-img-div.brown {
  background-color: #43261b;
  padding: 45px 35px;
}

.bg-green-img-div {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: auto;
  border-radius: 2rem;
  height: 190px;
  margin-top: 30px;
  margin-bottom: 10px;
}

.bg-green-img-div.cst1 {
  background-image: url('../images/casita-huraran-new-img.jpg');
  background-position: 50%;
  background-size: cover;
}

.bg-green-img-div.cst2 {
  background-image: url('../images/cst-flexible-price-new-img.jpg');
  background-position: 50%;
  background-size: cover;
}

.bg-green-img-div.cst3 {
  background-image: url('../images/cst-card3.avif');
  background-position: 50%;
  background-size: cover;
}

.bg-green-img-div.rtj1 {
  background-image: url('../images/rtjt-img1.avif');
  background-position: 50%;
  background-size: cover;
}

.bg-green-img-div.rtj2 {
  background-image: url('../images/rtjt-img2.avif');
  background-position: 50%;
  background-size: cover;
}

.bg-green-img-div.rtj3 {
  background-image: url('../images/skills-for-life-new-img.jpg');
  background-position: 50%;
  background-size: cover;
}

.centered-content-div {
  width: 100%;
}

.itinerary-example-div {
  margin-top: 30px;
}

.days-it-style {
  font-size: 19px;
  font-weight: 700;
}

.chat-bot-div-embed {
  height: 135vh;
  margin-top: 25 px;
}

.code-embed {
  width: 100%;
  height: 100%;
  overflow: visible;
}

.flexibility-div {
  margin-top: 55px;
}

.flexibility-div-content {
  background-color: #671e3a;
  border-radius: 15px;
  height: 340px;
  padding: 45px 10%;
}

.flexibility-div-content.disclaimer-edited {
  height: auto;
}

.flexibility-div-content.disclaimer-edited.blue {
  background-color: var(--blue-2);
  padding-top: 45px;
  padding-bottom: 45px;
  padding-left: 5%;
}

.flexibility-div-content.brown {
  background-color: #43261b;
}

.right-elements-div {
  background-color: #d9d9d9;
  border-radius: 20px;
  padding: 46px;
}

.right-elements-div.heightedited-1 {
  height: 300px;
  padding-right: 75px;
}

.form-div-wrapper {
  padding-top: 100px;
  padding-left: 15%;
  padding-right: 15%;
}

.title-form-div {
  margin-bottom: 45px;
}

.img-form-div {
  background-image: url('../images/img-form-1.avif');
  background-position: 50%;
  background-size: cover;
  border-radius: 20px;
  height: 600px;
}

.check-boxes-div {
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.text-block,
.text-block-2 {
  color: var(--blue);
  margin-top: 15px;
  margin-bottom: 15px;
}

.btn {
  margin-top: 25px;
}

.column-2 {
  height: 600px;
  padding-right: 20px;
}

.column-3 {
  padding-left: 25px;
}

.contact-us-div {
  padding-top: 55px;
}

.columns-contact {
  margin-top: 80px;
  padding-left: 15%;
  padding-right: 15%;
}

.navbar {
  background-color: #ddd0;
  padding: 10px 5%;
  position: fixed;
  inset: 0% 0% auto;
}

.nav-wrapper {
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  background-color: transparent;
  border-radius: 15px;
  justify-content: space-between;
  align-items: center;
  height: 75px;
  padding-left: 2%;
  padding-right: 2%;
  display: flex;
  transition: background-color 0.3s ease, backdrop-filter 0.3s ease;
}

.nav-wrapper.scrolled {
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
  background-color: #3b3b3b5e;
}

.slider-2 {
  width: 100%;
  height: 100%;
}

.divider-footer {
  height: 300px;
}

.slide {
  background-image: url('../images/s1-new.jpg');
  background-position: center, center;
  background-repeat: center, center;
  background-size: cover, cover;
}

.slide-2 {
  background-image: linear-gradient(to bottom, var(--gradient-bg), var(--gradient-bg)), url('../images/s2-new.jpg');
  background-position: center, center;
  background-repeat: center, center;
  background-size: cover, cover;
}

.slide-3 {
  background-image: url('../images/s3-new.jpg');
  background-position: center, center;
  background-size: cover, cover;
}

.slide-3._4 {
  background-image: url('../images/s4-new.jpg');
}

.slide-3._5 {
  background-image: url('../images/s5-new.jpg');
}

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

.slide-4 {
  background-image: url('../images/SLIDE1-MINI.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-5 {
  background-image: url('../images/SLIDE2-MINI.avif');
  background-position: 50%;
  background-size: cover;
}

.slide-6 {
  background-image: url('../images/SLIDE3-MINI.avif');
  background-position: 50%;
  background-size: cover;
}

.mask {
  border-radius: 15px;
}

.right-arrow {
  display: none;
}

.is-body {
  background-color: #e2e2e2;
}

.heading-3 {
  color: var(--text-1);
  font-family: Switzer, Arial, sans-serif;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.1;
}

.h2-cards {
  color: var(--blue);
}

.h2-cards.negative {
  color: var(--hueso);
  font-family: Switzer, Arial, sans-serif;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.1;
}

.content-column-cta-aligned-left {
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding-top: 15px;
  padding-left: 0%;
  display: block;
}

.btn-div {
  width: 100%;
}

.column-4 {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.div-slider-team {
  margin-bottom: 150px;
}

.team-div-image {
  border-radius: 25px;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: block;
}

.slider-3 {
  background-color: #ddd0;
  height: auto;
}

.team-member-div-info {
  padding-top: 55px;
  padding-bottom: 55px;
  padding-left: 45px;
}

.team-member-div-info.is-padding-right {
  padding-top: 0;
  padding-left: 8%;
  padding-right: 25%;
}

.team-member-div-info.no-top-bot-margin {
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 8%;
}

.slide-nav {
  color: var(--light-green);
  -webkit-text-stroke-color: var(--green-2);
  background-color: #fff0;
  margin-top: 80px;
  padding-top: 80px;
  font-family: Exo, sans-serif;
}

.btn-div-wrapper-column {
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-end;
  width: 450px;
  height: 270px;
  display: flex;
}

.btn-div-wrapper-column.height-edited {
  height: 185px;
}

.btn-styled {
  z-index: 999999;
  border-radius: 20px;
  width: auto;
  height: auto;
  display: block;
  position: fixed;
  top: 70vh;
  right: 71px;
}

.slider-testimonies {
  display: block;
  overflow: scroll;
}

.drageablle {
  width: 100%;
  display: flex;
  overflow: visible;
}

.div-about-cta-styled {
  background-image: url('../images/blue-vector.avif');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 90% 95%;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 55%;
  height: 80%;
  padding-left: 50px;
  padding-right: 12%;
  display: flex;
}

.columns-div-cta {
  margin-top: 55px;
}

.h3-subtitle {
  font-size: 18px;
  font-weight: 400;
}

.h3-subtitle.clear {
  color: var(--hueso);
  font-family: Switzer, Arial, sans-serif;
}

.column-5 {
  justify-content: flex-end;
  align-items: stretch;
  height: 323px;
  display: flex;
}

.column-5.height-edited {
  height: auto;
}

.columns-2 {
  margin-top: 10px;
}

.column-6 {
  padding-left: 0;
}

.column-7 {
  padding-right: 0;
}

.img-card-wrapper-div {
  background-image: url('../images/card1.avif'), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%, 0 0;
  background-size: cover, auto;
  border-radius: 15px 15px 0 0;
  height: 300px;
}

.img-card-wrapper-div.is-2 {
  background-image: url('../images/card2.avif'), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  border-radius: 15px 15px 0 0;
}

.img-card-wrapper-div.is3 {
  background-image: url('../images/card3.avif'), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  border-radius: 15px 15px 0 0;
}

.body {
  background-color: #e2e2e2;
}

.right-div-sec {
  color: var(--blue-2);
  justify-content: flex-start;
  align-items: center;
  width: 490px;
  display: flex;
}

.right-div-sec.flexed-style {
  display: block;
}

.right-div-sec.flexed-style.widht-edited {
  width: 340px;
}

.right-div-sec.flexed-style.widht-edited.style2 {
  width: 500px;
  padding-top: 0px;
}

.div-disclaimer {
  margin-top: 25px;
}

.reviwes-div-main {
  overflow: auto;
}

.reviews-div-sec {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: center;
  align-items: center;
  margin-top: 35px;
  display: block;
  overflow: hidden;
}

.review-card {
  background-color: #c5c5c1;
  border-radius: 20px;
  width: 100%;
  height: 470px;
  min-height: 400px;
  max-height: 470px;
  padding: 23px 45px;
}

.paragraph {
  font-family: Switzer, Arial, sans-serif;
  font-size: 1.02rem;
  font-weight: 300;
}

.paragraph-2 {
  text-align: justify;
  font-family: Switzer, Arial, sans-serif;
  font-size: 1.02rem;
  font-weight: 300;
}

.text-content-initial-sec.edited {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-left: 0%;
  padding-right: 0%;
  display: flex;
}

.btn-custom {
  z-index: 9990;
  width: auto;
  height: auto;
  padding-top: 5px;
  padding-bottom: 5px;
  position: static;

}

.btn-custom.width-edited {
  z-index: 999;
  border-radius: 15px;
  width: 150px;
  height: auto;
  margin-bottom: 0;
  display: block;
  position: fixed;
  top: 75.2vh;
  right: 55px;
}

.title-wrapper {
  background-color: var(--brown);
  border-radius: 20px;
  padding: 49px;
}

.title-wrapper.brown-edited {
  height: 300px;
}

.column-8 {
  padding-right: 0;
}

.column-9,
.column-10 {
  padding-left: 0;
}

.column-11 {
  padding-right: 0;
}

.image-3 {
  border-radius: 25px;
}

.div-faqs-block.spaced-top {
  margin-top: 55px;
}

.button {
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  color: var(--hueso);
  background-color: #43261bc7;
  border-radius: 15px;
  width: 100%;
  margin-top: 30px;
  padding-top: 15px;
  padding-bottom: 15px;
  font-family: Switzer, Arial, sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.3;
}

.button.is-hidden {
  display: none;
}

.image-4 {
  border-radius: 15px;
  width: 150px;
  height: 114px;
}

.btn-custom.width-edited .image-4 {
  height: 114px;
}

.icon-hidden {
  display: none;
}

.image-5,
.image-6 {
  border-radius: 20px;
}

.image-7 {
  z-index: 20;
  height: 100%;
  position: relative;
  left: -3px;
  border-radius: 20px;
  display: block;
}

.aaa-style {
  font-size: 1.5rem;
}

.text-field-3 {
  border: 1px none var(--green-2);
  background-color: var(--green-2);
  border-radius: 20px;
  margin-bottom: 20px;
  font-family: Switzer, Arial, sans-serif;
}

.text-field-3::placeholder {
  color: var(--blue);
}

.text-field-4 {
  background-color: var(--green-2);
  color: #fff;
  -webkit-text-stroke-color: #fff;
  border: 1px #000;
  border-radius: 20px;
  margin-bottom: 20px;
}

.text-field-4::placeholder {
  color: var(--blue);
}

.text-field-5 {
  background-color: var(--green-2);
  border-radius: 20px;
  margin-bottom: 20px;
}

.text-field-5::placeholder {
  color: var(--azul-2);
}

.text-field-6 {
  background-color: var(--green-2);
  border-radius: 20px;
  margin-bottom: 20px;
}

.text-field-6::placeholder {
  color: var(--blue-2);
}

.wrapping-1-div {
  background-color: #fff;
  border-radius: 20px;
  padding: 30px 55px;
  padding-bottom: 65px;
}

.heading-4 {
  color: var(--blue-2);
  font-family: Switzer, Arial, sans-serif;
}

.checkbox-label {
  color: var(--blue-2);
}

.checkbox-label-2,
.checkbox-label-3,
.checkbox-label-4,
.checkbox-label-5,
.checkbox-label-6 {
  color: var(--blue);
}

.contact-h1-centered {
  color: #398d4c;
  text-align: center;
  font-family: Switzer, Arial, sans-serif;
  font-size: 3rem;
}

.column-12 {
  text-align: left;
  padding-left: 20%;
}

.image-8 {
  width: 150px;
  height: 120px;
}

.div-block {
  background-color: #0000;
}

.div-block.is-hidden {
  display: none;
}

.column-13 {
  padding-left: 0;
}

.image-9 {
  width: 100%;
  height: auto;
}

.icon,
.icon-2 {
  display: none;
}

.heading-5,
.heading-6 {
  font-family: Switzer, Arial, sans-serif;
}

.column-margin-right {
  padding-right: 15%;
}

.column-margin-left {
  padding-left: 0%;
}

.image-12,
.image-13,
.image-14,
.image-15,
.image-16,
.image-17 {
  border-radius: 15px;
}

.image-18 {
  border-radius: 20px;
  width: 160px;
  height: 130px;
}

.wrapper-chat {
  background-image: url('../images/bg-chatbot.jpg');
  background-position: 0%;
  background-size: cover;
  padding: 20px 130px;
}

.image-19 {
  margin-top: -50px;
  filter: drop-shadow(0 20px 40px rgba(0, 0, 0, 0.8));
}

.image-20 {
  margin-bottom: -50px;
  filter: drop-shadow(0 20px 40px rgba(0, 0, 0, 0.8));
}

.code-embed-2 {
  background-color: var(--blue-2);
  filter: drop-shadow(0 20px 40px rgba(0, 0, 0, 0.8));
}

.brand-mobile,
.brand-mobile.w--current {
  display: none;
}

.column-16 {
  padding-right: 0;
}

.column-17 {
  padding-left: 0;
}

.column-21 {
  justify-content: flex-start;
  align-items: flex-end;
  height: 280px;
  display: flex;
}

.column-22 {
  padding-left: 0;
}

.column-23 {
  padding-right: 0;
}

.columns-3 {
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
}

@media screen and (max-width: 991px) {
  .nav-wrapper {
    -webkit-backdrop-filter: blur(2px);
    backdrop-filter: blur(2px);
    background-color: #3b3b3b5e;
  }

  .container {
    max-width: 728px;
  }

  .footer-content {
    grid-column-gap: 60px;
  }

  .uui-padding-vertical-xhuge-3 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .flexibility-div-content {
    padding-right: 10%;
  }
}

@media screen and (max-width: 767px) {
  .footer-dark {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-wrapper {
    flex-direction: column;
    align-items: center;
  }

  .footer-content {
    grid-template-columns: 1fr;
    margin-top: 40px;
  }

  .footer-block {
    align-items: center;
  }

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

  .uui-page-padding-2 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .uui-space-medium-2 {
    min-height: 1.5rem;
  }

  .uui-faq01_component {
    margin-top: 3rem;
  }

  .uui-padding-vertical-xhuge-3 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .cards-wrapper.no-flex.auto-height .columns.spaced-top {
    display: flex;
    flex-direction: column;
  }

  .cards-wrapper.no-flex.auto-height .columns.spaced-top>div:nth-child(1) {
    order: 1;
    margin-bottom: 20px;
  }

  .cards-wrapper.no-flex.auto-height .columns.spaced-top>div:nth-child(2) {
    order: 2;
    margin-bottom: 20px;
  }

  .cards-wrapper.no-flex.auto-height .columns.spaced-top>div:nth-child(3) {
    order: 3;
  }
}

@media screen and (max-width: 479px) {
  .section {
    padding-bottom: 25px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .section.is-hero.no-margin {
    height: 100vh;
  }

  .section.is-2nd-home-section {
    padding-left: 25px;
    padding-right: 25px;
  }

  .section.is-blue {
    background-image: linear-gradient(to bottom, var(--blue), var(--blue)), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, auto;
    height: auto;
    padding: 50px 25px;
  }

  .section.padding-edited {
    padding-left: 25px;
    padding-right: 25px;
  }

  .section.padding-bottom {
    padding-bottom: 0;
    padding-left: 25px;
    padding-right: 25px;
  }

  .section.padding-bottom.is-partners {
    padding-bottom: 30px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .section.no-bottom-padding {
    margin-top: 45px;
    padding-left: 25px;
    padding-right: 25px;
  }

  .section.safety-style {
    padding-top: 25px;
    padding-left: 25px;
    padding-right: 25px;
  }

  .section.cta-style-about-us {
    height: auto;
    padding-right: 0;
    display: block;
  }

  .section.padding-right-edited {
    padding-left: 0;
    padding-right: 0;
  }

  .content-hero-wrapper {
    flex-flow: column;
    height: auto;
    padding: 35% 15px 15% 0;
    display: flex;
    position: absolute;
    top: 0;
  }

  .content-hero-wrapper.maring-left.is-hero {
    height: 100vh;
    padding-top: 130px;
    padding-left: 15px;
    padding-bottom: 55px;
    top: 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }

  .content-hero-wrapper.edited-no-index {
    position: static;
  }

  .btn-custom.width-edited .image-4 {
    height: 121px;
  }

  .btn-wrapper-hero {
    width: 100%;
  }

  .p-main.smaller.centered {
    text-align: justify;
    width: auto;
    font-size: 1rem;
  }

  .p-main.smaller.centered.secondary {
    text-align: center;
  }

  .p-main.smaller.spaced-top.is-clear {
    font-weight: 300;
  }

  .p-main.smaller.spaced-top.is-clear.is-centered {
    text-align: justify;
    width: 100%;
    padding-left: 0%;
    padding-right: 0%;
    font-size: 1.1rem;
  }

  .p-main.smaller.blue.width-edited1 {
    text-align: left;
    width: auto;
  }

  .p-main.smaller.secondary.centered.mid {
    text-align: center;
  }

  .p-main.smaller.secondary.centered.mid.no-widht {
    text-align: center;
    width: 100%;
  }

  .p-main.smaller.secondary.width-edited {
    width: auto;
  }

  .p-main.smaller.negative {
    text-align: justify;
  }

  .p-main.smaller.negative.width-styled1 {
    width: auto;
  }

  .p-main.smaller.aligned-right {
    text-align: justify;
    font-size: 1.1rem;
    display: block;
  }

  .p-main.smaller.aligned-right.mobile {
    width: 290px;
  }

  .p-main.smaller.aligned-right.mobile.width-edited {
    width: auto;
  }

  .p-main.smaller.aligned-right.width-edited {
    text-align: justify;
    width: auto;
  }

  .p-main.smaller.aligned-right.width-edited.edited-partenrs {
    text-align: justify;
    width: 100%;
  }

  .p-main.smaller.green-text-style.bigg-er {
    text-align: left;
    font-size: 1.3rem;
  }

  .p-main.smaller.justified {
    text-align: justify;
    width: 290px;
    min-width: 290px;
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .p-main.smaller.justified.widht-edited {
    max-width: 290px;
    padding-left: 0;
    padding-right: 0;
  }

  .p-main.smaller.clear {
    text-align: center;
  }

  .p-main.smaller.clear.is-spaced-top.justifed-edited {
    text-align: justify;
    width: 100%;
  }

  .p-main.smaller.clear.is-spaced-top.justifed-edited.widht-edited {
    width: auto;
  }

  .p-main.smaller.clear.aligned-left {
    text-align: justify;
  }

  .p-main.smaller.top-margin.bigg-er {
    text-align: justify;
    margin-top: 20px;
    font-size: 1.1rem;
  }

  .p-main.smaller.bigg-er {
    font-size: 1.1rem;
  }

  .p-main.smaller.bigger {
    font-size: 1.2rem;
  }

  .p-main.smaller.slight-big {
    width: 100%;
    font-size: 1.2rem;
  }

  .p-main.smaller.slight-big.widht-edited2 {
    width: auto;
  }

  .p-main.secondary.bigg-er {
    font-size: 1.3rem;
    margin-top: 5px;
  }

  .p-main.edited {
    text-align: justify;
    font-size: 1.5rem;
  }

  .p-main.edited.width-style {
    text-align: justify;
    width: 100%;
    font-size: 1.1rem;
  }

  .title-section-div.spaced-top {
    margin-top: 35px;
  }

  .subtitle-2nd-section-div {
    display: block;
  }

  .subtitle-2nd-section-div.aligned-left {
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    left: 0;
  }

  .subtitle-2nd-section-div.aligned-left.no-maring-left.spaced-top.home-edited {
    width: 100%;
    margin-top: 40px;
    left: 0;
  }

  .subtitle-2nd-section-div.aligned-left.no-maring-left.spaced-top.home-edited.no-maring-right {
    padding-right: 0;
  }

  .h1 {
    text-align: left;
    font-size: 1.5rem;
  }

  .h1.centered {
    text-align: left;
    font-size: 1.8rem;
  }

  .h1.centered.is-yellow {
    font-size: 2rem;
  }

  .h1.centered.is-bigger {
    font-size: 2.2rem;
  }


  .h1.is-negative.centered {
    text-align: center;
    font-size: 2rem;
  }

  .h1.is-negative.centered.is-light-green {
    font-size: 2rem;
  }

  .h1.is-negative.centered.is-light-green.size-edited,
  .h1.is-negative.is-bigger {
    text-align: center;
    font-size: 2.2rem;
  }

  .h1.is-negative.is-bigger.is-clear {
    text-align: left;
    font-size: 2rem;
  }

  .h1.is-negative.is-bigger.is-clear.is-hero,
  .h1.is-negative.is-bigger.is-clear.is-smaller-1 {
    font-size: 2rem;
  }

  .h1.is-negative.is-bigger.is-clear.is-smaller-1.widht-edited {
    font-size: 1.8rem;
  }

  .h1.is-negative.is-bigger.is-smaller {
    font-size: 35px;
  }

  .h1.bigger.is-green {
    font-size: 2rem;
  }

  .h1.bigger.clear-hero {
    width: 70%;
    font-size: 1.85rem;
    margin-top: 45px;
  }

  .h1.bigger.clear-hero.is-hero,
  .h1.bigger.huge {
    font-size: 2.5rem;
    margin-top: 45px;
  }

  .h1.spaced-bottom {
    margin-bottom: 20px;
  }

  .h1.spaced-bottom.widht-edited-1 {
    width: auto;
  }

  .h1.is-green {
    text-align: left;
  }

  .h1.widht-edited {
    width: auto;
  }

  .cards-section-div {
    justify-content: center;
    align-items: stretch;
    display: block;
  }

  .car-syle-home-2nd-section {
    width: auto;
    height: auto;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .text-card-wrapper-div.purple {
    height: auto;
    padding-bottom: 35px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .text-card-wrapper-div.brown {
    height: auto;
    padding: 15px 20px 35px;
  }

  .text-card-wrapper-div.blue {
    height: auto;
    padding-bottom: 35px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .cards-wrapper.no-flex {
    height: auto;
  }

  .btn-wrapper-cta-div {
    text-align: center;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top: 25px;
    display: flex;
  }

  .btn-wrapper-cta-div.centered.spaced-top {
    margin-top: 50px;
  }

  .content-section-blue.padding {
    padding-left: 0;
  }

  .card-button-div-section-blue {
    padding-top: 25px;
  }

  .card-button-element {
    width: 100%;
    margin-top: 0;
  }

  .content-div-card-button {
    height: auto;
    margin-top: 15px;
  }

  .div-btn-card-wrapper.is-spaced-top {
    text-align: center;
  }

  .h2-wrapper-padding-edited {
    margin-top: 45px;
    padding-right: 0;
  }

  .h2.bigger {
    font-size: 1.3rem;
  }

  .h2.bigger.width-styled {
    width: auto;
  }

  .h2.bigger.widht-edited {
    width: auto;
    font-size: 1.4rem;
  }

  .h2.bigger.widht-ip-2 {
    width: auto;
  }

  .h2.smaller {
    text-align: justify;
    margin-top: 10px;
    font-size: 1.1rem;
  }

  .h2.smaller.spaced-top {
    font-size: 1.2rem;
  }

  .h2.smaller.spaced-top.width-styled {
    text-align: justify;
    width: auto;
  }

  .h2.is-green {
    font-size: 1.5rem;
  }

  .h2.is-green.widht-edited {
    width: auto;
  }

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

  .btn1.spaced-right.auto-height {
    margin-bottom: 15px;
    margin-right: 0;
  }

  .btn1.auto-height {
    text-align: center;
  }

  .btn1.auto-height.nav {
    text-align: left;
    flex-flow: row;
    padding: 10px;
    font-size: .8rem;
    display: none;
  }

  .btn1.auto-height.nav.is-mobile {
    display: block;
  }

  .btn1.edited {
    text-align: center;
    margin-bottom: 15px;
  }

  .columns-unsorted-subsection {
    padding-left: 15px;
    padding-right: 15px;
  }

  .columns-div-wrapper-unsorted {
    padding-left: 2%;
    padding-right: 2%;
  }

  .info-div-card-unsorted.no-maring-top {
    padding-right: 15px;
  }

  .info-div-card-unsorted.no-maring-top.is-brown,
  .info-div-card-unsorted.is-green {
    margin-bottom: 15px;
    padding-right: 15px;
  }

  .unsorted-cards {
    margin-top: 25px;
  }

  .two-columns-div {
    padding-left: 0%;
    padding-right: 0%;
  }

  .cta-div.is-spaced-top {
    height: 50vh;
  }

  .cta-div.is-spaced-top.is-cst {
    margin-top: 35px;
  }

  .cta-div.bg-img-no-content {
    height: 250px;
  }

  .cta-div.fixed-height.is-cst-edited {
    background-image: linear-gradient(0deg, #245074, #fff0 58%), url('../images/cst-nuevafoto1-.jpg');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    height: auto;
    margin-top: 40px;
    padding-bottom: 80px;
    padding-left: 25px;
    padding-right: 25px;
  }

  .cta-div.fixed-height.flex-edited {
    height: auto;
    padding-top: 80px;
    padding-bottom: 55px;
  }

  .img-upper-impact {
    width: 100%;
    max-width: 100%;
  }

  .column {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

  .trust-div-cta {
    padding: 80px 15px;
  }

  .form-block {
    padding-left: 0%;
    padding-right: 0%;
  }

  .form.centered {
    text-align: left;
    flex-flow: column;
    display: flex;
  }

  .text-field,
  .text-field-2 {
    width: 100%;
    margin-bottom: 15px;
  }

  .text-field-2.q {
    width: 100%;
  }

  .navlink {
    text-align: center;
  }

  .card-div-columns {
    height: auto;
    padding-left: 25px;
    padding-right: 25px;
  }

  .card-div-columns.img-bg {
    background-image: linear-gradient(0deg, #c4c4c473 46%, #fff0), url('../images/RTJT-BG2.avif');
    background-position: 0 0, 50% 0;
    background-size: auto, cover;
    height: auto;
    margin-top: 35px;
    margin-bottom: 35px;
  }

  .btn-div-card {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    margin-top: 30px;
    display: flex;
  }

  .container {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    max-width: none;
    display: flex;
  }

  .hero-smaller.is-flex.is-cst {
    justify-content: flex-start;
    align-items: flex-end;
    height: 60vh;
    padding-top: 15vh;
    padding-bottom: 45px;
    padding-left: 15px;
    display: flex;
  }

  .hero-smaller.is-flex.is-about {
    justify-content: flex-start;
    align-items: flex-end;
    height: 60vh;
    padding-left: 15px;
  }

  .hero-smaller.is-flex.is-rtj {
    height: 60vh;
    padding-left: 15px;
  }

  .centered-contend-div {
    padding-top: 35px;
    padding-bottom: 0;
    display: block;
  }

  .centered-contend-div.not-padding-top.no-padding-bot {
    display: block;
  }

  .centered-contend-div.padding-styled {
    display: flex;
  }

  .centered-contend-div.padding-styled.flexed {
    display: block;
  }

  .title-card-centered {
    margin-top: 35px;
  }

  .card-div.bg-initial-hover.choose1,
  .card-div.bg-initial-hover.choose3,
  .card-div.bg-initial-hover.choose4 {
    height: 380px;
  }

  .text-hiddend-div-hover {
    margin-top: 25px;
    margin-bottom: 25px;
  }

  .uui-faq01_heading {
    margin-top: 15px;
    font-size: 1.5rem;
  }

  .uui-faq01_heading.smaller.clear {
    font-size: 1.5rem;
  }

  .uui-faq01_heading.smaller.clear.hiehgt-edited {
    height: auto;
    border-bottom: none;
  }

  .uui-padding-vertical-xhuge-3 {
    padding-top: 0;
  }

  .uui-faq01_answer.right-padding {
    padding-right: 0%;
  }

  .uui-text-size-medium-2.is-clear {
    width: 100%;
  }

  .social-impact-div-section {
    display: block;
    border-radius: 20px;
    overflow: hidden;
  }

  .values-div {
    padding-left: 0%;
    padding-right: 0%;
  }

  .img-value-card {
    top: -25px;
  }

  .img-value-card:hover {
    top: 0;
  }

  .img-value-card.val2 {
    height: 375px;
    margin-top: 45px;
  }

  .img-value-card.val3 {
    height: 375px;
    margin-top: 15px;
  }

  .content-value-card {
    height: auto;
    margin-bottom: 25px;
  }

  .title-div-2-text {
    display: block;
  }

  .title-div-2-text.rtjt-styled {
    padding-left: 0;
    padding-right: 0;
  }

  .title-div-2-text.spaced-top {
    width: auto;
  }

  .title-div-2-text.spced-bot {
    white-space: normal;
    overflow-wrap: break-word;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    padding-right: 0;
    display: flex;
    text-align: left;
  }

  .title-div-2-text.spced-bot .h1 {
    text-align: left;
  }

  .title-div-2-text.spced-bot .p-main {
    text-align: justify;
  }

  .title-div-2-text.spced-bot .p-main.aligned-right {
    text-align: justify;
    width: 100%;
  }

  .btn1.wiwdht-edited {
    width: 250px;
    white-space: nowrap;
    text-align: center;
  }

  .title-div-2-text.spced-bot.spaced-top {
    width: auto;
  }

  .cards-div-wrapper {
    padding-top: 30px;
  }

  .card-green-img-div.purple,
  .card-green-img-div.blue {
    margin-bottom: 15px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .card-green-img-div.brown {
    padding-left: 15px;
    padding-right: 15px;
  }

  .bg-green-img-div.cst1 {
    margin-top: 20px;
  }

  .flexibility-div-content {
    height: auto;
    margin-bottom: 15px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .flexibility-div-content.disclaimer-edited.blue {
    padding-left: 20px;
    padding-right: 20px;
  }

  .flexibility-div-content.brown {
    margin-bottom: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .right-elements-div {
    padding-left: 15px;
    padding-right: 15px;
  }

  .right-elements-div.heightedited-1 {
    height: auto;
    padding-right: 15px;
  }

  .form-div-wrapper {
    padding-top: 50px;
    padding-left: 0%;
    padding-right: 0%;
  }

  .img-form-div {
    height: 100%;
    min-height: 700px;
  }

  .check-boxes-div {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-top: 10px;
    margin-bottom: 20px;
  }

  .column-2 {
    height: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .column-3 {
    padding-left: 0;
    padding-right: 0;
  }

  .contact-us-div {
    padding-top: 20px;
  }

  .columns-contact {
    padding-left: 0%;
    padding-right: 0%;
  }

  .navbar {
    padding-left: 2%;
    padding-right: 2%;
  }

  .divider-footer {
    height: 100px;
  }

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

  .h2-cards.negative {
    font-size: 1.6rem;
  }

  .content-column-cta-aligned-left {
    width: auto;
    margin-top: 35px;
  }

  .column-4 {
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

  .div-slider-team {
    margin-bottom: 55px;
  }

  .team-div-image {
    justify-content: center;
    align-items: flex-start;
    height: 250px;
    margin-bottom: 20px;
    display: flex;
  }

  .slider-3 {
    height: auto;
  }

  .team-member-div-info.is-padding-right {
    margin-top: 0;
    padding-top: 0;
    padding-left: 0%;
    padding-right: 0%;
  }

  .team-member-div-info.no-top-bot-margin {
    padding-left: 0%;
  }

  .slide-nav {
    margin-top: 45px;
    padding-top: 56px;
  }

  .content-column-content {
    flex: 0 auto;
    width: 100%;
    margin-top: 15px;
  }

  .btn-div-wrapper-column {
    justify-content: center;
    align-items: flex-start;
    width: 280px;
    height: auto;
    display: block;
  }

  .btn-div-wrapper-column.height-edited {
    width: auto;
    height: auto;
    margin-top: 45px;
    margin-bottom: 45px;
  }

  .btn-styled,
  .btn-styled.is-hidden {
    display: none;
  }

  .div-about-cta-styled {
    background-size: cover;
    width: 100%;
    height: 100%;
    padding: 25px 20px;
  }

  .column-5 {
    height: auto;
    padding-left: 0;
    display: block;
  }

  .column-5.height-edited {
    text-align: center;
    justify-content: center;
    align-items: stretch;
    display: block;
  }

  .columns-2 {
    display: flex;
  }

  .right-div-sec {
    width: auto;
    margin-top: 15px;
    display: block;
  }

  .right-div-sec.flexed-style {
    margin-top: 35px;
  }

  .right-div-sec.flexed-style.widht-edited {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    display: flex;
  }

  .right-div-sec.flexed-style.widht-edited.style2 {
    width: auto;
  }

  .div-disclaimer,
  .reviwes-div-main {
    margin-top: 15px;
  }

  .reviews-div-sec {
    display: block;
    overflow: hidden;
  }

  .review-card {
    width: auto;
    height: auto;
    min-height: auto;
    max-height: 100%;
    margin-bottom: 15px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .paragraph-2 {
    text-align: justify;
  }

  .text-content-initial-sec.edited {
    padding-left: 0%;
    padding-right: 0%;
  }

  .btn-custom {
    display: none;
  }

  .btn-custom.width-edited {
    width: 100%;
    height: 120px;
    display: block;
    position: static;
    top: 678.891px;
  }

  .title-wrapper {
    padding: 15px;
  }

  .title-wrapper.brown-edited {
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .column-8,
  .column-11 {
    padding-left: 0;
  }

  .button {
    font-family: Copia De Switzer, Arial, sans-serif;
  }

  .wrapping-1-div {
    padding-left: 15px;
    padding-right: 15px;
  }

  .contact-h1-centered {
    text-align: left;
    font-size: 2rem;
  }

  .column-12 {
    padding-left: 0%;
  }

  .image-8 {
    width: auto;
    height: 100%;
  }

  .div-block {
    width: 100%;
    height: 125px;
  }

  .column-13 {
    padding-left: 0;
  }

  .column-14 {
    margin-bottom: 50px;
    padding-left: 0;
    padding-right: 0;
  }

  .image-10,
  .image-11 {
    margin-bottom: 15px;
  }

  .nav-menu {
    background-color: var(--blue-2);
    border-radius: 20px;
    margin-top: 5px;
  }

  .menu-button {
    color: var(--light-green);
    background-color: #c8c8c800;
    border-radius: 50px;
  }

  .menu-button.w--open {
    background-color: var(--blue-2);
    border-radius: 50px;
  }

  .icon,
  .icon-2 {
    margin-top: 236.359px;
  }

  .heading-5,
  .heading-6 {
    margin-top: 0;
    font-size: 1.2rem;
  }

  .column-15 {
    padding-left: 0;
  }

  .column-margin-right {
    padding-left: 0;
    padding-right: 0%;
  }

  .column-margin-left {
    padding-right: 0;
  }

  .wrapper-chat {
    background-image: none;
    background-size: auto;
    padding: 0;
  }

  .image-19,
  .image-20 {
    display: none;
  }

  .code-embed-2 {
    border-radius: 15px;
  }

  .brand-mobile,
  .brand-mobile.w--current {
    display: block;
  }

  .brand-desktop,
  .brand-desktop.w--current {
    display: none;
  }

  .column-16,
  .column-17,
  .column-18 {
    padding-left: 0;
    padding-right: 0;
  }

  .column-19,
  .column-20 {
    margin-bottom: 9px;
  }

  .column-21 {
    height: auto;
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

  .column-22 {
    padding-right: 0;
  }

  .column-23 {
    padding-left: 0;
  }

  .column-24 {
    padding-left: 0;
    padding-right: 0;
  }

  .columns-3 {
    display: block;
  }

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

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

  .column-25 {
    padding-left: 0;
  }

  .column-26 {
    padding-left: 0;
  }

  .img-mobile-bg {
    background-image: url('../images/bg-banner-flechas.avif');
    background-position: 100% 44%;
    background-size: cover;
    width: 100%;
    height: 30vh;
  }

  .column-27 {
    padding-left: 0;
  }

  .column-28 {
    padding-left: 0;
    padding-right: 0;
    overflow: visible;
  }

  .column-29,
  .column-30,
  .column-31 {
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-3 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .column-32,
  .column-33,
  .column-34,
  .column-35,
  .column-36,
  .column-37,
  .column-38,
  .column-39,
  .column-40,
  .column-41,
  .column-42,
  .column-43,
  .column-44,
  .column-45,
  .column-46 {
    padding-left: 0;
    padding-right: 0;
  }

  .column-47 {
    margin-top: 25px;
  }

  .column-48 {
    margin-top: 20px;
  }

  .column-49 {
    padding-left: 0;
    padding-right: 0;
  }

  .column-50 {
    padding-left: 0;
  }


}

#w-node-a36f9d34-7836-c699-d907-56550cf8f307-0cf8f301,
#w-node-a36f9d34-7836-c699-d907-56550cf8f314-0cf8f301,
#w-node-a36f9d34-7836-c699-d907-56550cf8f31d-0cf8f301,
#w-node-_83c8759a-2e58-9a07-e636-fac2ea3ba6db-0cf8f301 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}


@font-face {
  font-family: 'Switzer';
  src: url('../fonts/Switzer-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Switzer';
  src: url('../fonts/Switzer-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Copia De Switzer';
  src: url('../fonts/Copia-de-Switzer-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Switzer';
  src: url('../fonts/Switzer.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Switzer';
  src: url('../fonts/Switzer-Semibold.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@media screen and (min-width: 992px) {
  .columns-2 {
    display: flex;
    align-items: flex-start;
  }

  .columns-2:before,
  .columns-2:after {
    display: none;
  }

  .right-div-sec.flexed-style.widht-edited {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    display: flex;
  }

  .columns-div-wrapper-unsorted>.w-row {
    display: flex;
  }

  .columns-div-wrapper-unsorted>.w-row>.column-39 {
    order: 2;
  }

  .columns-div-wrapper-unsorted>.w-row>.column-40 {
    order: 1;
  }

  .columns-div-wrapper-unsorted>.w-row>.column-41 {
    order: 3;
  }

  .columns-div-wrapper-unsorted>.w-row:before,
  .columns-div-wrapper-unsorted>.w-row:after {
    display: none;
  }
}