:root {
  --primary: #febe10;
  --secondary: #3c005f;
}

.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-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.benefict-banner {
  max-width: none;
}

.banner-img-info {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

.benefict-banner {
  max-width: none;
}

.banner-img-info {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  color: #613674;
  background-color: #f3f3f3;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

.navbar {
  background-color: #fff;
  padding: 12px;
  position: fixed;
  inset: 0% 0% auto;
}

.nav-link {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #613674;
  opacity: 0.75;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  padding: 12px 16px;
  text-decoration: none;
  display: flex;
}

.nav-link:hover {
  opacity: 1;
  color: #613674;
}

.nav-link.primary {
  background-color: var(--primary);
  opacity: 1;
  color: #fff;
}

.nav-link.primary:hover {
  background-color: var(--secondary);
}

.navbar-brand {
  color: var(--primary);
  padding-top: 0;
  padding-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 24px;
  font-weight: 700;
}

.nav-menu {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  display: flex;
}

.nav-container {
  max-width: 1140px;
}

.benefits-section {
  background-color: #e7e7e7;
  align-items: stretch;
  padding: 50px;
  display: flex;
  overflow: hidden;
}

.benefits-section-banner {
  width: 100%;
  height: auto;
}

.benefict-banner {
  max-width: none;
}

.banner-img-info {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

.more-info-button {
  z-index: 50;
  background-color: var(--secondary);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  margin-bottom: -25px;
  margin-left: auto;
  margin-right: auto;
  transition: all .2s ease-in-out;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.more-info-button:hover {
  transform: scale(1.1);
}

.benefict {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: #fff;
  border-radius: 25px;
  flex-direction: column;
  align-items: flex-start;
  width: 300px;
  padding: 30px;
  display: flex;
}

.benefict-title {
  border-radius: 0;
  margin-top: 0;
}

.benefict-description {
  margin-bottom: 0;
}

.benefict-icon-box {
  background-color: #3c005f1a;
  border-radius: 100%;
  padding: 8px;
}

.about-section {
  align-items: center;
  min-height: 100vh;
  padding: 50px;
  transition: all .2s cubic-bezier(.86, 0, .07, 1);
  display: flex;
}

.about-section.download-app {
  background-image: linear-gradient(225deg, var(--primary), var(--secondary));
  color: #fff;
}

.column {
  flex: 1;
}

.column.left {
  padding-right: 20px;
}

.column.right {
  padding-left: 20px;
}

.columns {
  align-items: center;
}

.columns-start {
  align-items: start;
}

.column-fade {
  opacity: 0;
}

.section-spacing {
  margin-top: 50px;
}

.paragraph {
  text-align: justify;
}

.info-title {
  margin-top: 0;
}

.footer {
  background-color: var(--secondary);
  padding-top: 80px;
  padding-bottom: 80px;
}

.separator-white {
  background-color: #ffffff26;
  height: 1px;
  margin-top: 30px;
  margin-bottom: 30px;
}

.footer-brand {
  opacity: .75;
  color: #fff;
  font-size: 24px;
  font-weight: 700;
}

.footer-brand:hover {
  opacity: 1;
}

.footer-title {
  margin-top: 0;
}

.footer-link {
  opacity: .75;
  color: #fff;
  margin-bottom: 8px;
  text-decoration: none;
}

.footer-link:hover {
  opacity: 1;
  color: var(--primary);
}

.columns-2 {
  color: #fff;
}

.download-app-image {
  object-fit: contain;
  max-height: 700px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.banner-copy-text {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
  line-height: 50px;
}

.copyright-text {
  opacity: .5;
  color: #fff;
  justify-content: space-between;
  text-decoration: none;
}

.info-section {
  min-height: 100vh;
  padding: 150px 50px 100px;
}

.info-text {
  margin-bottom: 12px;
  font-weight: 400;
}

.separator-black {
  background-color: #00000026;
  height: 1px;
  margin-bottom: 50px;
}

.h3-info-title {
  margin-top: 30px;
  font-weight: 700;
}

.container {
  width: 100%;
  max-width: 1140px;
}

.img-info {
  object-fit: contain;
  max-width: 350px;
  max-height: 750px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 25px;
  display: block;
}

.h4-subtitle {
  font-weight: 600;
}

.cta-button {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  background-color: var(--primary);
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  align-items: center;
  padding: 12px 20px;
  line-height: 24px;
  text-decoration: none;
  display: flex;
}

.cta-button:hover {
  background-color: var(--secondary);
}

.hero-copy {
  background-color: #e7e7e7;
  border-bottom: 1px solid #e4ebf3;
  align-items: center;
  min-height: 30vh;
  padding: 40px 30px;
  display: flex;
  position: relative;
}

.hero-copy._2 {
  display: none;
}

.hero-wrapper-two {
  /* text-align: center; */
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}
.hero-paragraph-form {
  margin-bottom: 0;
  font-size: 1rem;
  line-height: 1.5rem;
}

.hero-paragraph-copy {
  margin-bottom: 0;
}

.contact-title {
  text-transform: uppercase;
  margin-top: 10px;
  font-weight: 600;
}

.success-message {
  background-color: #febe10;
}

.button-2 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #fff;
  background-color: #febe10;
  justify-content: center;
  align-items: center;
  padding-top: 16px;
  padding-bottom: 16px;
  text-decoration: none;
  display: flex;
  width: 100%;
}

.button-2:hover {
  background-color: #3c005f;
}

.contact-field {
  color: #fff;
  background-color: #00000080;
  background-image: url('../images/white_map_icon.svg');
  background-position: 16px;
  background-repeat: no-repeat;
  background-size: 24px;
  border: 0 #000;
  border-left: 3px solid #000;
  height: 50px;
  margin-bottom: 20px;
  padding-left: 56px;
  transition: all .15s;
}

.contact-field:hover {
  background-color: #000;
  border-left: 3px solid #ffffff80;
}

.contact-field:focus {
  color: #fff;
  border-left: 3px solid #fff;
}

.contact-field::placeholder {
  color: #ffffff80;
}

.contact-field.message {
  background-image: url('../images/white_chat-bubble.svg');
  background-position: 16px 16px;
  min-width: 100%;
  max-width: 100%;
  min-height: 100px;
  max-height: 200px;
  padding-top: 16px;
  padding-bottom: 16px;
}

.contact-field.phone {
  background-image: url('../images/white_call.svg');
}

.contact-field.compania {
  background-image: url('../images/white_building.svg');
}

.contact-field.email {
  background-image: url('../images/white_email-address.svg');
  background-position: 16px;
  background-repeat: no-repeat;
  background-size: 24px;
}

.contact-field.name {
  background-image: url('../images/white_Account.svg');
  background-position: 16px;
  background-repeat: no-repeat;
  background-size: 24px;
}

.contact-field.area {
  background-image: url('../images/white_officebag.svg');
}

.captcha {
  margin-bottom: 20px;
}

.field-label {
  opacity: .5;
  margin-bottom: 8px;
  font-weight: 400;
}

.contact-social-media {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  display: flex;
}
.info-columns {
  justify-content: center;
  align-items: flex-start;
  height: 100%;
  display: flex;
  position: relative;
}

.contact-columns {
  height: 100%;
  padding: 25px;
  position: sticky;
  top: 150px;
  bottom: 150px;
}

.contact-columns.contact-right {
  padding: 0 0 0 50px;
}

.contact-columns.contact-left {
  padding: 0 50px 0 0;
}

.div-contact {
  grid-column-gap: 16px;
  flex-direction: column;
  display: flex;
}

.br {
  opacity: .15;
  background-color: #fff;
  height: 1px;
  margin-bottom: 20px;
}

.contact-info-div {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  align-items: center;
  margin-bottom: 16px;
  display: flex;
}

.contact-info-div.centered {
  flex: 1;
}

.contact-info-text {
  color: #fff;
  text-decoration: none;
}

.contact-info-text:hover {
  opacity: 1;
  color: #febe10;
}

.form-loader {
  width: 30px;
}

.is-active {
  display: block;
}

.contact-form {
  margin-top: 30px;
}

.contact-form2 {
  --form-ok-color: #febe10;
  --form-error-color: #fd6666;
}

.w-100 {
  width: 100%;
}
.none {
  display: none !important;
}

.contact-form2 textarea {
  resize: none;
}

.contact-form2 [required]:valid {
  border-left: 3px solid var(--form-ok-color);
}

.contact-form2 [required]:invalid {
  border-left: 3px solid var(--form-error-color);
}
.contact-form2 [required]:focus {
  border-left: 3px solid #fff;
}

.contact-form2-error {
  font-size: 80%;
  color: var(--form-error-color);
  transition: all 800ms ease;
}
.contact-form2-error.is-active {
  display: block;
  animation: show-message 1s 1 normal 0s ease-out both;
}

.mb-3 {
  margin-bottom: 3%;
}

@keyframes show-message {
  0% {
    visibility: hidden;
    opacity: 0;
  }
  100% {
    visibility: visible;
    opacity: 1;
  }
}

.contact-form2-loader {
  margin: 1% 0;
  width: 10%;
  text-align: center;
}
.w-form-done {
  padding: 20px;
  text-align: center;
  background-color: #febe10;
  margin-top: 2%;
}
.w-form-fail {
  margin-top: 10px;
  padding: 10px;
  background-color: #fd6666;
  margin-top: 2%;
}
.error-message {
  text-align: center;
  background-color: #f06c6c;
}

.contact-info {
  flex: 1;
}

.social-media-link {
  opacity: .5;
}

.social-media-link:hover {
  opacity: 1;
}

.social-media-link:active {
  opacity: .75;
}

.contact-section {
  color: #fff;
  background-color: #3c005f;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  padding: 100px 50px 50px;
  display: flex;
}
.hero-form-titles-wrapper {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.div-text {
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  display: flex;
} 

 .hero-slider {
  z-index: 1;
  height: 65vh;
}

.slide {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
}

.slide.image-01 {
  background-image: url('../images/hero_mockup_01.jpg');
}

.slide.slide-image-02 {
  background-image: url('../images/hero_mockup_02.jpg');
}

.slide.slide-image-03 {
  background-image: url('../images/hero_mockup_03.jpg');
}

.hero-slidenav {
  justify-content: center;
  align-items: center;
  padding-left: 5px;
  padding-right: 5px;
  display: flex;
  inset: auto 0% 0% auto;
}

.right-arrow-heroslider {
  color: #fff;
  width: 35px;
  max-height: 50px;
  font-size: 18px;
  inset: 0% 0% 0% auto;
}

.left-arrow-heroslider {
  color: #fff;
  width: 35px;
  max-height: 50px;
  font-size: 18px;
  inset: 0% auto 0% 0%;
}

.feles-span {
  color: var(--primary);
}

.cards-slider {
  background-color: #0000;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  padding-bottom: 75px;
  display: flex;
}

.carousel-mask {
  width: 40%;
  overflow: visible;
}

.benefict-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #fff;
  border-radius: 30px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  min-height: 250px;
  padding: 30px;
  display: flex;
}

.card-slide {
  margin-right: 30px;
}

.left-arrow-cardslider {
  color: var(--secondary);
  width: 50px;
  height: 50px;
  font-size: 24px;
  inset: auto auto 0% 0%;
}

.righ-arrow-cardslider {
  color: var(--secondary);
  width: 50px;
  height: 50px;
  font-size: 24px;
  inset: auto 0% 0% auto;
}

.cards-slidenav {
  justify-content: center;
  align-self: center;
  align-items: center;
  max-width: 300px;
  height: 50px;
  display: flex;
}

.benefict-icon {
  width: 28px;
}

.cta-buttons-box {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.feles-iso {
  margin-bottom: 20px;
}

.text-span {
  font-weight: 700;
}

.hero-image {
  background-image: url('../images/hero_mockup_2.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  height: 65vh;
  display: none;
  position: relative;
}

.hero-copy-slider {
  background-color: #0000;
  max-height: 250px;
  display: flex;
}

.copy-slide {
  text-align: center;
  padding-bottom: 50px;
  padding-left: 50px;
  padding-right: 50px;
}

.hero-copy-content {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 100%;
  display: flex;
}

.copy-slide-nav {
  color: var(--secondary);
  justify-content: center;
  align-items: center;
  max-width: 150px;
  height: 50px;
  max-height: 50px;
  display: flex;
}

.country {
  white-space: nowrap;
}

.hero-title {
  margin-top: 0;
  margin-bottom: 14px;
}

.hero-copy-text {
  font-size: 20px;
  font-weight: 500;
  line-height: 24px;
}

.consult-button {
  z-index: 5;
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  background-color: var(--primary);
  color: #fff;
  text-transform: none;
  justify-content: center;
  align-items: center;
  margin-top: 70px;
  padding: 10px;
  text-decoration: none;
  position: fixed;
  inset: 0% 0% auto;
}

.consult-link {
  background-color: #0000000d;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  padding: 10px;
  display: flex;
}

.consult-link:hover {
  background-color: #00000026;
}

.consult-buttons {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
}

.consult-icon {
  width: 25px;
}

.list-item {
  margin-bottom: 12px;
}

.cover-img {
  border-radius: 20px;
  width: 100%;
  margin-bottom: 50px;
}

.feles-article-link {
  color: #613674;
  text-decoration: none;
}

.article-img {
  aspect-ratio: 2;
  object-fit: cover;
  border-radius: 20px;
  margin-top: 50px;
  margin-bottom: 50px;
  margin-left: 0;
}

.article-list {
  margin-bottom: 12px;
}

.article-link {
  color: var(--primary);
  text-decoration: none;
}

.article-link:hover {
  color: #febe10;
  text-decoration: underline;
}

.dropdown-icon {
  margin-right: 0;
  position: relative;
}

.dropdown-link {
  background-color: #f3f3f3;
  padding: 20px;
}

.dropdown-link:hover {
  background-color: var(--primary);
  color: #fff;
}

.dropdown-link.w--current {
  color: var(--primary);
}

.dropdown-link.w--current:hover {
  color: #fff;
}

.dropdown-list-wrapper {
  box-shadow: 0 2px 5px #0003;
}

.dropdown-list-wrapper.w--open {
  border-radius: 10px;
  margin-top: 4px;
  inset: 100% 0% auto auto;
  overflow: hidden;
  box-shadow: 5px 5px 40px #00000026;
}

.mini-cta-section {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  background-image: linear-gradient(225deg, var(--primary), var(--secondary));
  color: #fff;
  text-align: center;
  border-radius: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 50px;
  margin-bottom: 50px;
  padding: 50px;
  line-height: 32px;
  display: flex;
}

.cta-text {
  margin-top: 0;
  margin-bottom: 24px;
  font-size: 20px;
  line-height: 28px;
}

.cta-tittle {
  font-size: 32px;
  font-weight: 600;
  line-height: 36px;
}

/* nueva seccion */

.whatsapp-floatig-button {
  z-index: 900;
  background-color: var(--primary);
  border-radius: 100%;
  padding: 15px;
  transition: all .2s cubic-bezier(.77, 0, .175, 1);
  position: fixed;
  inset: auto 100px 25px auto;
}

.whatsapp-floatig-button:hover {
  background-color: var(--secondary);
}

.whatsapp-icon {
  width: 25px;
}

.hero-contact-form {
  width: 100%;
  margin-top: 25px;
}

.hero-contact-field {
  color: #613674;
  background-color: #f3f3f3;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 16px;
  background-repeat: no-repeat;
  background-size: 24px;
  border-style: none;
  border-color: #613674;
  border-radius: 8px;
  height: 46px;
  margin-bottom: 16px;
  padding-left: 56px;
}

.hero-contact-field:hover {
  outline: 2px solid #3c005f40;
}

.hero-contact-field:focus {
  outline-color: var(--primary);
  outline-offset: 0px;
  outline-width: 2px;
  outline-style: solid;
}

.hero-contact-field.message {
  background-image: url('../images/dark_chat-bubble_icon.svg');
  background-position: 16px 8px;
  min-width: 100%;
  max-width: 100%;
  min-height: 100px;
  max-height: 200px;
}

.hero-contact-field.name {
  background-image: url('../images/dark_user_icon.svg');
}

.hero-contact-field.email {
  background-image: url('../images/dark_message_icon.svg');
}

.hero-contact-field.phone {
  background-image: url('../images/dark_call_icon.svg');
}

.hero-contact-field.compania {
  background-image: url('../images/dark_Building_icon.svg');
}

.hero-contact-field.area {
  background-image: url('../images/dark_office-bag_icon.svg');
}

.hero-form-wrapper {
  -webkit-backdrop-filter: drop-shadow(5px 5px 40px #000000b3);
  backdrop-filter: drop-shadow(5px 5px 40px #000000b3);
  color: #3c005f;
  text-align: left;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  padding: 40px;
  box-shadow: 10px 10px 40px #0003;
}

.hero-text-slider {
  flex: 1;
  justify-content: center;
  align-items: center;
  padding-bottom: 50px;
  padding-right: 50px;
}

.hero-section {
  color: #fff;
  background-image: url('../images/rialex_herobanner1.png');
  background-position: center right;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: space-around;
  align-items: flex-start;
  min-height: 100vh;
  padding: 280px 50px 50px;
  display: flex;
}

.hero-slider-wrapper {
  flex: 1;
  justify-content: space-between;
  align-items: stretch;
  max-width: 750px;
  margin-right: 50px;
}

.form-hero {  
  flex-flow: row;
  justify-content: space-between;
  align-items: stretch;
  width: 30%;
  min-width: 500px;
  height: 100%;
  margin-left: 50px;
  display: flex;
}

.hero-title {
  margin-top: 0;
  font-size: 40px;
  font-weight: 600;
  line-height: 44px;
}

.hero-subtitle {
  font-size: 1.2rem;
  font-weight: 200;
  line-height: 2.0rem;
}


@media screen and (min-width: 1920px) {
  .benefits-section {
    flex-direction: column;
    justify-content: center;
    height: 45vh;
  }

  .benefict-description {
    text-align: left;
  }

  .footer {
    background-color: #3c005f;
  }

  .footer-brand {
    opacity: .75;
  }

  .footer-column {
    color: #fff;
  }

  .footer-title {
    opacity: .75;
    font-weight: 500;
  }

  .footer-link {
    opacity: .5;
    color: #fff;
    margin-bottom: 8px;
    text-decoration: none;
  }

  .footer-link:hover {
    color: var(--primary);
  }

  .info-section {
    padding-top: 150px;
    padding-bottom: 100px;
  }

  .separator-black {
    background-color: #000;
    width: 100%;
    height: 1px;
    margin-bottom: 50px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .cta-button {
    background-color: var(--primary);
    text-transform: uppercase;
    margin-top: 20px;
    padding: 12px 20px;
  }

  .contact-title {
    font-size: 20px;
  }

  .contact-info-text:hover {
    color: var(--primary);
  }
}

@media screen and (max-width: 991px) {
  .nav-link {
    color: #fff;
    justify-content: center;
    align-items: center;
    margin-bottom: 10px;
    display: flex;
  }

  .nav-link:hover {
    color: #fff;
  }

  .navbar-brand.w--current {
    padding-top: 6px;
    padding-bottom: 6px;
  }

  .nav-menu {
    color: #fff;
    background-color: #3c005f;
    padding: 25px;
  }

  .nav-container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .benefits-section, .about-section {
    padding-left: 30px;
    padding-right: 30px;
  }

  .info-title {
    font-size: 24px;
    line-height: 32px;
  }

  .footer {
    padding-left: 30px;
    padding-right: 30px;
  }

  .banner-copy-text {
    font-size: 24px;
    line-height: 32px;
  }

  .menu-button {
    border-radius: 2px;
  }

  .menu-button.w--open {
    background-color: var(--primary);
    border-radius: 10px;
  }

  .info-section {
    padding-left: 30px;
    padding-right: 30px;
  }

  .contact-title {
    margin-top: 0;
  }

  .info-columns {
    flex-flow: column;
    margin-left: 0;
    margin-right: 0;
  }

  .contact-columns {
    padding: 0;
    position: static;
  }

  .contact-columns.contact-right {
    padding-left: 0;
  }

  .contact-columns.contact-left {
    margin-bottom: 30px;
    padding-right: 0;
  }

  .contact-section {
    padding-top: 50px;
  }
  .hero-form-titles-wrapper {
    height: auto;
  }
  .div-text {
    height: auto;
    margin-bottom: 50px;
  }

  .slide.image-01 {
    padding-left: 50px;
    padding-right: 50px;
  }

  .carousel-mask {
    width: 60%;
  }

  .hero-titles {
    padding-left: 50px;
    padding-right: 50px;
  }

  .hero-title {
    font-size: 28px;
    line-height: 32px;
  }

  .hero-copy-text {
    font-size: 16px;
  }

  .consult-button {
    margin-top: 84px;
  }

  .dropdown-icon {
    margin-left: 0;
  }

  .dropdown-link {
    color: #fff;
    text-align: center;
    background-color: #3c005f;
  }

  .dropdown-nav-link {
    margin-bottom: 10px;
    display: block;
  }

  .dropdown-list-wrapper {
    position: relative;
  }

  .dropdown-list-wrapper.w--open {
    background-color: #0000;
    border-radius: 10px;
    overflow: hidden;
  }
  
  .hero-text-slider {
    padding-left: 30px;
    padding-right: 30px;
  }

  .hero-section {
    flex-flow: column;
    background-position: center center;
    background-size: cover;
  }

  /* Override background position for #about section specifically */
  #about.hero-section {
    background-position: center right;
  }

  .hero-slider-wrapper {
    text-align: center;
    margin-right: 0;
  }

  .form-hero {
    width: 100%;
    min-width: auto;
    margin-top: 50px;
    margin-left: 0;
  }

  .hero-subtitle {
    margin-top: 10px;
  }

  /* TABLET FIX: Center everything in #about section */
  #about .container,
  #about .w-container,
  #about .w-layout-blockcontainer {
    margin-left: auto !important;
    margin-right: auto !important;
    padding-left: 20px !important;
    padding-right: 20px !important;
  }

  #about .columns {
    align-items: center !important;
    justify-content: center !important;
  }

  #about .column.left {
    align-items: center !important;
    text-align: center !important;
    padding-right: 0 !important;
  }

  #about .hero-subtitle {
    margin-left: auto !important;
    margin-right: auto !important;
    text-align: center !important;
  }

  #about .hero-title {
    text-align: center !important;
  }
}

@media screen and (max-width: 767px) {
  .nav-container {
    padding-left: 12px;
    padding-right: 12px;
  }

  .benefits-section {
    padding-left: 25px;
    padding-right: 25px;
  }

  .benefict {
    width: auto;
    max-width: 500px;
  }

  .about-section {
    padding-left: 25px;
    padding-right: 25px;
  }

  .about-section.download-app {
    background-image: linear-gradient(to top, var(--primary), var(--secondary));
  }

  .column.left {
    margin-bottom: 20px;
    padding-right: 0;
  }

  .column.right {
    padding-top: 20px;
    padding-left: 0;
  }

  .columns {
    flex-direction: column;
    align-items: stretch;
  }

  .columns.download-app {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    text-align: center;
    flex-direction: column-reverse;
  }

  .footer {
    padding: 50px 25px;
  }

  .footer-brand {
    margin-bottom: 20px;
    padding-left: 0;
  }

  .download-app-image {
    object-fit: contain;
    max-height: 700px;
  }

  .banner-copy-text {
    margin-top: 25px;
    margin-bottom: 25px;
  }

  .copyright-text {
    flex-direction: column;
  }

  .info-section {
    padding-left: 25px;
    padding-right: 25px;
  }

  .cta-button {
    flex: 1;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
  }

  .hero-copy {
    padding: 60px 15px;
  }

  .div-contact {
    flex-direction: column;
  }

  .contact-section {
    padding: 30px;
  }

  .right-arrow-heroslider, .left-arrow-heroslider {
    width: 50px;
    height: 50px;
  }

  .carousel-mask {
    width: 100%;
  }

  .feles-iso {
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .hero-copy-slider {
    width: 100%;
    max-height: none;
  }

  .copy-slide {
    padding-left: 0;
    padding-right: 0;
  }

  .hero-copy-content {
    align-items: stretch;
  }
  .calendar-bar {
    border-radius: 0;
    font-size: 12px;
  }

  .consult-button {
    border-radius: 0;
    font-size: 12px;
  }

  .article-img {
    aspect-ratio: 1;
  }

  .mini-cta-section {
    padding: 24px;
  }

  .hero-section {
    padding: 200px 25px 25px;
    background-position: center center;
    background-size: cover;
  }

  .hero-title {
    margin-bottom: 20px;
    font-size: 30px;
    line-height: 36px;
  }

  /* MOBILE FIX: Center everything in #about section */
  #about .container,
  #about .w-container,
  #about .w-layout-blockcontainer {
    margin-left: auto !important;
    margin-right: auto !important;
    padding-left: 20px !important;
    padding-right: 20px !important;
  }

  #about .columns {
    align-items: center !important;
    justify-content: center !important;
  }

  #about .column.left {
    align-items: center !important;
    text-align: center !important;
    padding-right: 0 !important;
  }

  #about .hero-subtitle {
    margin-left: auto !important;
    margin-right: auto !important;
    text-align: center !important;
  }

  #about .hero-title {
    text-align: center !important;
  }
}

@media screen and (max-width: 479px) {
  .cta-button {
    width: 100%;
  }

  .cards-slidenav {
    width: 60%;
    max-width: none;
  }

  .cta-buttons-box {
    flex-flow: column;
  }

  .hero-title {
    font-size: 26px;
    line-height: 30px;
  }

  .cta-text {
    font-size: 16px;
    line-height: 26px;
  }

  .bold-text {
    font-size: 28px;
    line-height: 32px;
  }
}

/* Estilos específicos para la sección About */
#about {
  color: #3c005fff !important;
  align-items: flex-start !important;
  justify-content: flex-start !important;
}

#about .container {
  margin-left: 50px;
  margin-right: auto;
}

#about .columns {
  align-items: center !important;
}

#about .column.left {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}

#about .hero-subtitle {
  color: #ffffff !important;
  background-color: rgb(60, 0, 95);
  padding: 15px 20px;
  border-radius: 8px;
  max-width: 700px;
}

#about .feles-span {
  color: #febe10 !important;
}

/* Estilos específicos para la sección Products */
#products > .container > div:first-child {
  text-align: center;
}

#products > .container > div:first-child .hero-title {
  text-align: center;
}

#products > .container > div:first-child .hero-subtitle {
  text-align: center;
}

#cash .hero-subtitle,
#club .hero-subtitle {
  min-height: 280px;
  display: flex;
  align-items: flex-start;
}

/* Remove ALL padding and gaps from products section and columns */
#products {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

#products .container,
#products .w-container,
#products .w-layout-blockcontainer {
  max-width: 100% !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}

#products .columns,
#products .w-layout-hflex {
  gap: 0 !important;
  column-gap: 0 !important;
  grid-gap: 0 !important;
  grid-column-gap: 0 !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}

#cash.column.left,
#club.column.right {
  padding-left: 0 !important;
  padding-right: 0 !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}

#products .column.left .hero-subtitle {
  background-color: #50dc50;
  padding: 15px 20px;
  border-radius: 8px;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  box-sizing: border-box;
}

#products .column.right .hero-subtitle {
  background-color: #00dcff;
  padding: 15px 20px;
  border-radius: 8px;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  box-sizing: border-box;
}

/* Vertical spacing between images and paragraphs in cash and club divs */
#cash .img-info,
#club .img-info {
  margin-bottom: 40px;
}

/* Vertical spacing for paragraphs in products section */
#products .hero-subtitle {
  margin-bottom: 100px;
}

#products .hero-subtitle:last-child {
  margin-bottom: 50px;
}

/* Responsive adjustments for tablet */
@media screen and (max-width: 991px) {
  #cash .img-info,
  #club .img-info {
    margin-bottom: 30px;
  }

  #products .hero-subtitle {
    margin-bottom: 25px;
  }

  #cash .hero-subtitle,
  #club .hero-subtitle {
    min-height: 320px;
  }

  /* Remove ALL padding and gaps at tablet breakpoint */
  #products {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  #products .container,
  #products .w-container,
  #products .w-layout-blockcontainer {
    max-width: 100% !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  #products .columns,
  #products .w-layout-hflex {
    gap: 0 !important;
    column-gap: 0 !important;
    grid-gap: 0 !important;
    grid-column-gap: 0 !important;
  }

  #cash.column.left,
  #club.column.right {
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}

/* Responsive adjustments for mobile */
@media screen and (max-width: 767px) {
  #cash .img-info,
  #club .img-info {
    margin-bottom: 50px;
    max-width: 215px;
  }

  #products .hero-subtitle {
    margin-bottom: 20px;
  }

  #cash .hero-subtitle,
  #club .hero-subtitle {
    min-height: auto;
  }

  /* Remove ALL padding and gaps at mobile breakpoint */
  #products {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  #products .container,
  #products .w-container,
  #products .w-layout-blockcontainer {
    max-width: 100% !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  #products .columns,
  #products .w-layout-hflex {
    gap: 0 !important;
    column-gap: 0 !important;
    grid-gap: 0 !important;
    grid-column-gap: 0 !important;
  }

  #cash.column.left,
  #club.column.right {
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}

/* Estilos específicos para la sección Beneficts */
/* Create overlapping effect with footer */
/*#beneficts {
  margin-bottom: -100px;
} */

#beneficts .img-info {
  position: relative;
  z-index: 1;
}

/* Footer overlaps beneficts section */
#foot {
  position: relative;
  z-index: 5;
}

/* Responsive adjustments for beneficts section 
@media screen and (max-width: 991px) {
  #beneficts {
    margin-bottom: -100px;
  }
} 

 @media screen and (max-width: 767px) {
  #beneficts {
    margin-bottom: -80px;
  }
} */