body.inicio-page {
  --inicio-cream: #f4eee5;
  --inicio-cream-soft: #fbf7f0;
  --inicio-ink: #171b21;
  --inicio-muted: #50565f;
  --inicio-gold: #d2a866;
  --inicio-gold-dark: #a78463;
  --inicio-line: rgba(167, 132, 99, 0.22);
  background: var(--inicio-cream);
  color: var(--inicio-ink);
}

body.inicio-page .page-wrapper {
  background:
    radial-gradient(circle at 16% 12%, rgba(210, 168, 102, 0.12), transparent 30%),
    linear-gradient(180deg, var(--inicio-cream) 0%, var(--inicio-cream-soft) 48%, var(--inicio-cream) 100%);
  overflow: hidden;
}

body.inicio-page a,
body.inicio-page button {
  -webkit-tap-highlight-color: transparent;
}

body.inicio-page .home-hero {
  height: calc(100vh - 78px);
  min-height: 680px;
  background: var(--inicio-ink);
  overflow: hidden;
}

body.inicio-page .background-hero {
  height: 100%;
  background-image:
    linear-gradient(180deg, rgba(23, 27, 33, 0.1) 0%, rgba(23, 27, 33, 0.34) 48%, rgba(23, 27, 33, 0.62) 100%),
    url("../images/Render-1.webp");
  background-size: cover;
  background-position: center 44%;
  background-attachment: scroll;
  filter: none;
}

body.inicio-page .hh-sticky {
  height: 100%;
  inset: 0;
  position: relative;
}

body.inicio-page .hh-content {
  height: 100%;
  padding: clamp(92px, 12vh, 140px) 24px 54px;
  align-items: flex-end;
  justify-content: flex-start;
  overflow: visible;
}

body.inicio-page .hh-heading-wrapper {
  width: min(1180px, calc(100% - 64px));
  margin: 0 auto;
}

body.inicio-page .hh-mask,
body.inicio-page .hh-mask._2,
body.inicio-page .hh-mask._3 {
  margin: 0;
  padding: 0;
  justify-content: flex-start;
  overflow: visible;
}

body.inicio-page .hh-heading,
body.inicio-page .hh-heading._1,
body.inicio-page .hh-heading._2 {
  transform: none !important;
  color: #fffdf9;
  text-align: left;
  letter-spacing: 0;
  text-shadow: 0 18px 50px rgba(0, 0, 0, 0.28);
}

body.inicio-page .hh-heading._1 {
  margin: -0.08em 0;
  font-family: Nohemi, Montserrat, sans-serif;
  font-size: clamp(70px, 10vw, 164px);
  font-weight: 400;
  line-height: 0.92;
}

body.inicio-page .hh-heading._2 {
  color: var(--inicio-gold);
  font-family: Brittanysignature, Nohemi, serif;
  font-size: clamp(56px, 7vw, 120px);
  font-weight: 400;
  line-height: 0.94;
}

body.inicio-page .video-yotuube {
  width: min(1180px, calc(100% - 48px));
  height: clamp(360px, 46vw, 560px);
  margin: 56px auto 0;
  padding: 0;
  background: transparent;
  border-radius: 8px;
  box-shadow: 0 34px 90px rgba(55, 44, 30, 0.18);
  overflow: hidden;
}

body.inicio-page .youtube-3 {
  width: 100%;
  height: 100%;
  display: block;
}

body.inicio-page .section.s-vertical-carousel {
  display: block;
  padding: 8px 24px 92px;
  background: transparent;
}

body.inicio-page .greca-box {
  width: min(1260px, 100%);
  max-width: none;
  margin: 0 auto;
}

body.inicio-page .linea-dorada-footer,
body.inicio-page .imagen-greca,
body.inicio-page .imagen-palmeritas,
body.inicio-page .image-19.palmera,
body.inicio-page .palmera-2,
body.inicio-page .circle-shape,
body.inicio-page .circle-bg,
body.inicio-page .vertical-carousel-images {
  display: none !important;
}

body.inicio-page .vertical-carousel_box {
  display: block;
  width: 100% !important;
  padding: 0 !important;
  margin: 0 0 34px !important;
}

body.inicio-page .left-column,
body.inicio-page .right-column {
  width: 100% !important;
  max-width: none !important;
}

body.inicio-page .vertical-carousel_title {
  margin: 0 0 24px;
  width: 100%;
  max-width: none;
  color: var(--inicio-ink);
  font-family: Nohemi, Montserrat, sans-serif;
  font-size: clamp(52px, 5.2vw, 76px);
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0;
}

body.inicio-page .vc-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  justify-content: center;
}

body.inicio-page .heading-3,
body.inicio-page .heading-4,
body.inicio-page .heading-5,
body.inicio-page .heading-6 {
  margin: 0;
  padding: 20px;
  border: 1px solid var(--inicio-line);
  border-radius: 8px;
  background: rgba(255, 253, 249, 0.62);
  color: var(--inicio-ink);
  font-family: Montserrat, sans-serif;
  font-size: clamp(16px, 1.4vw, 22px);
  font-weight: 700;
  line-height: 1.2;
}

body.inicio-page .hs-slider-2.slider-videos,
body.inicio-page .inicio-carousel {
  width: 100% !important;
  max-width: none !important;
  height: auto;
  min-height: 0;
  margin: 0 !important;
  padding: 0 0 88px !important;
  background: transparent;
  display: block !important;
  position: relative;
}

body.inicio-page .inicio-carousel .mask-3,
body.inicio-page .inicio-carousel-track {
  width: 100% !important;
  height: 430px !important;
  max-width: none !important;
  margin: 0 !important;
  display: flex !important;
  gap: 18px;
  overflow-x: auto !important;
  overflow-y: hidden !important;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
  background: transparent !important;
  box-shadow: none !important;
}

body.inicio-page .inicio-carousel-track::-webkit-scrollbar {
  display: none;
}

body.inicio-page .inicio-carousel .hs-slide-3,
body.inicio-page .inicio-carousel-slide {
  width: calc((100% - 36px) / 3) !important;
  max-width: none !important;
  min-width: 0;
  height: 100% !important;
  display: block !important;
  flex: 0 0 calc((100% - 36px) / 3) !important;
  float: none !important;
  vertical-align: top !important;
  margin-right: 0 !important;
  padding-right: 0 !important;
  position: relative !important;
  scroll-snap-align: start;
  background: transparent !important;
  box-shadow: none !important;
}

body.inicio-page .inicio-carousel .hs-card-2 {
  width: 100% !important;
  height: 430px !important;
  border-radius: 8px;
  overflow: hidden;
  background: transparent !important;
  box-shadow: none !important;
}

body.inicio-page .image-14 {
  height: 100%;
}

body.inicio-page .hsc-project-2 {
  left: 24px;
  right: 24px;
  bottom: 24px;
}

body.inicio-page .paragraph-14px.black {
  color: rgba(255, 255, 255, 0.82);
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

body.inicio-page .text-block-39,
body.inicio-page .text-block-40,
body.inicio-page .text-block-41,
body.inicio-page .text-block-42,
body.inicio-page .text-block-43,
body.inicio-page .text-block-44 {
  color: #fff;
  font-family: Nohemi, Montserrat, sans-serif;
  font-size: clamp(26px, 2.4vw, 40px);
  line-height: 1;
}

body.inicio-page .inicio-carousel-prev,
body.inicio-page .inicio-carousel-next {
  width: 58px;
  height: 58px;
  top: auto;
  bottom: 0;
  padding: 0;
  border: 1px solid rgba(167, 132, 99, 0.5);
  border-radius: 999px;
  background: rgba(255, 253, 249, 0.78);
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: auto auto 0 auto !important;
  margin: 0 !important;
  cursor: pointer;
}

body.inicio-page .inicio-carousel-prev {
  left: 50% !important;
  right: auto !important;
  transform: translateX(-72px);
}

body.inicio-page .inicio-carousel-next {
  left: 50% !important;
  right: auto !important;
  transform: translateX(14px);
}

body.inicio-page .left-arrow-icon,
body.inicio-page .right-arrow-icon {
  filter: brightness(0);
}

body.inicio-page .inicio-carousel-nav {
  display: none;
}

body.inicio-page .section.s-carousel {
  padding: 38px 24px 24px;
  background: var(--inicio-cream-soft);
}

body.inicio-page .carrousel,
body.inicio-page .container.carrousel-inicio {
  width: min(1180px, 100%);
  max-width: none;
  margin: 0 auto;
}

body.inicio-page .home-hero-paragraph {
  width: min(820px, 100%);
  margin: 0 auto 48px;
  padding: 0;
  color: var(--inicio-muted);
  font-family: Montserrat, sans-serif;
  font-size: clamp(18px, 1.6vw, 24px);
  line-height: 1.55;
}

body.inicio-page .home-hero-paragraph .paragraph {
  color: var(--inicio-ink) !important;
  opacity: 1 !important;
  text-shadow: none !important;
}

body.inicio-page .home-carousel {
  display: flex;
  flex-direction: column;
  align-items: center;
}

body.inicio-page .hc-content,
body.inicio-page .hc-wrapper {
  gap: 18px;
  justify-content: center;
  width: 100%;
  transform: none !important;
}

body.inicio-page .hc-content {
  overflow: visible;
}

body.inicio-page .hc-inner,
body.inicio-page .hc-inner.big {
  width: min(31vw, 380px);
  height: min(46vw, 560px);
  min-height: 420px;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 20px 54px rgba(55, 44, 30, 0.12);
}

body.inicio-page .hc-heading-wrapper {
  position: relative;
  margin-top: 32px;
  width: 100%;
  transform: none !important;
}

body.inicio-page .hc-heading-wrapper .heading-animation,
body.inicio-page .hc-heading-wrapper .heading-mask {
  transform: none !important;
  opacity: 1 !important;
}

body.inicio-page .hc-heading.lotes,
body.inicio-page .hc-heading.lotes-2 {
  color: var(--inicio-ink);
  font-family: Nohemi, Montserrat, sans-serif;
  line-height: 1;
  letter-spacing: 0;
}

body.inicio-page .hc-heading.lotes {
  font-size: clamp(46px, 6vw, 84px);
}

body.inicio-page .hc-heading.lotes-2 {
  margin-top: 12px;
  color: var(--inicio-gold-dark);
  font-size: clamp(18px, 2.2vw, 30px);
  font-weight: 700;
}

body.inicio-page .button-circle-lottie.button-220px {
  width: 74px;
  height: 74px;
  right: auto;
  bottom: auto;
  margin-top: 16px;
  background: var(--inicio-gold);
  border: 0;
  position: relative;
  text-decoration: none !important;
}

body.inicio-page .button-circle-lottie.button-220px .button-icon {
  display: none;
}

body.inicio-page .button-circle-lottie.button-220px .lottie {
  display: block !important;
  pointer-events: none;
}

body.inicio-page .button-circle-lottie.button-220px::before {
  content: "+";
  color: var(--inicio-ink);
  font-family: Montserrat, sans-serif;
  font-size: 42px;
  font-weight: 300;
  line-height: 1;
  transform: translateY(-2px);
  position: relative;
  z-index: 2;
  text-decoration: none !important;
}

body.inicio-page .button-circle-lottie.button-220px::after {
  content: none !important;
  display: none !important;
}

body.inicio-page .home-fill-text {
  display: grid;
  grid-template-columns: minmax(420px, 0.92fr) minmax(520px, 1.08fr);
  align-items: center;
  gap: clamp(28px, 4vw, 58px);
  min-height: auto;
  height: auto;
  padding: 64px max(24px, calc((100vw - 1180px) / 2)) 0;
  background: var(--inicio-cream);
  overflow: visible;
}

body.inicio-page .hft-image {
  position: relative;
  inset: auto;
  width: 100%;
  height: auto;
  opacity: 1;
  border-radius: 8px;
  overflow: visible;
  box-shadow: none;
  background: transparent;
}

body.inicio-page .hft-image .image {
  width: 100%;
  height: auto;
  display: block;
  object-fit: unset;
  object-position: center;
  border-radius: 8px;
}

body.inicio-page .hft-content {
  width: min(100%, 660px);
  margin: 0;
  align-items: flex-start;
  justify-content: center;
  color: var(--inicio-ink);
  opacity: 1 !important;
  transform: none !important;
  transition: none !important;
}

body.inicio-page .hft-wrapper {
  white-space: normal;
  overflow: visible;
  transform: none !important;
  transition: none !important;
}

body.inicio-page .hft-heading,
body.inicio-page .text-block-18,
body.inicio-page .text-block-19,
body.inicio-page .text-block-20 {
  color: var(--inicio-ink);
  font-family: Nohemi, Montserrat, sans-serif;
  font-size: clamp(46px, 4.4vw, 70px);
  font-weight: 400;
  line-height: 1;
  white-space: normal;
  opacity: 1 !important;
  transform: none !important;
  transition: none !important;
}

body.inicio-page .hft-heading._1st,
body.inicio-page .hft-heading._2nd,
body.inicio-page .hft-heading._3rd {
  position: static;
  overflow: visible;
}

body.inicio-page .text-block-18,
body.inicio-page .text-block-19,
body.inicio-page .text-block-20 {
  display: none;
}

body.inicio-page .hft-gradient {
  display: none;
}

body.inicio-page .section.circle-home-design {
  margin-top: 0;
  padding: 0 24px 96px;
  background: var(--inicio-cream);
  display: block;
}

body.inicio-page .container._1,
body.inicio-page .section.circle-home-design .container {
  width: min(1180px, 100%);
  max-width: none;
}

body.inicio-page .projects-cta {
  display: grid;
  grid-template-columns: minmax(280px, 0.85fr) minmax(0, 1.15fr);
  gap: clamp(32px, 6vw, 82px);
  align-items: center;
  padding-top: 0;
}

body.inicio-page .pc-text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 28px;
  width: 100%;
  max-width: 520px;
  position: relative;
  z-index: 2;
}

body.inicio-page .pc-heading.video-casa {
  opacity: 1 !important;
  color: var(--inicio-ink);
  font-family: Nohemi, Montserrat, sans-serif;
  font-size: clamp(48px, 5.2vw, 78px);
  font-weight: 400;
  line-height: 1;
  max-width: 520px;
  margin: 0;
  transform: none !important;
}

body.inicio-page .pc-text.video-casa {
  opacity: 1 !important;
  color: var(--inicio-muted);
  font-family: Montserrat, sans-serif;
  font-size: 17px;
  line-height: 1.7;
  max-width: 430px;
  margin: 0;
  transform: none !important;
}

body.inicio-page .hd-image-wrapper {
  height: clamp(420px, 42vw, 620px);
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 28px 74px rgba(55, 44, 30, 0.16);
}

body.inicio-page .hd-video {
  height: 100%;
}

body.inicio-page .big-heading-carousel {
  display: none;
}

body.inicio-page .animation {
  height: 560px;
  min-height: 560px;
}

body.inicio-page .white-bg {
  display: none;
}

body.inicio-page .absolute-text {
  z-index: 3;
}

body.inicio-page .icons-title,
body.inicio-page .icons-subtitle {
  transform: none !important;
  color: #fffdf9;
  font-family: Nohemi, Montserrat, sans-serif;
  font-weight: 400;
  letter-spacing: 0;
}

body.inicio-page .amenities-section {
  padding: 98px 24px;
  background: var(--inicio-cream-soft);
}

body.inicio-page .planes {
  margin: 0 auto 42px;
  color: var(--inicio-ink);
  font-family: Nohemi, Montserrat, sans-serif;
  font-size: clamp(46px, 6vw, 88px);
  font-weight: 400;
  line-height: 1;
  text-align: center;
  letter-spacing: 0;
}

body.inicio-page .grid-container {
  width: min(1180px, 100%);
  margin: 0 auto;
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  column-gap: 28px !important;
  row-gap: 52px !important;
  gap: 52px 28px !important;
  padding-left: 0;
  padding-right: 0;
}

body.inicio-page .hover-effect {
  width: calc(100% - 28px) !important;
  height: 310px;
  justify-self: center;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 18px 44px rgba(55, 44, 30, 0.12);
}

body.inicio-page .amenity-title {
  color: #fff;
  border-top-color: var(--inicio-gold);
  font-family: Montserrat, sans-serif;
  font-size: 18px;
}

body.inicio-page .section.s-home-blog {
  min-height: auto;
  padding: 88px 24px 8px;
  background: var(--inicio-cream);
}

body.inicio-page .home-blog,
body.inicio-page .container.c-home-blog {
  width: min(1180px, 100%);
  max-width: none;
  margin: 0 auto;
}

body.inicio-page .hb-background {
  display: none;
}

body.inicio-page .div-block-2 {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(24px, 2.6vw, 38px);
}

body.inicio-page .hb-card {
  width: 100%;
  min-height: 520px;
  border: 1px solid var(--inicio-line);
  border-radius: 8px;
  background: rgba(255, 253, 249, 0.72);
  color: var(--inicio-ink);
  box-shadow: 0 22px 58px rgba(55, 44, 30, 0.1);
  overflow: hidden;
}

body.inicio-page .hb-hover {
  background: rgba(210, 168, 102, 0.26) !important;
}

body.inicio-page .hb-image {
  width: 100%;
  height: 260px;
  object-fit: cover;
  border-radius: 0;
}

body.inicio-page .hb-content {
  height: 100%;
}

body.inicio-page .subtittle {
  color: var(--inicio-gold-dark);
  font-family: Montserrat, sans-serif;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

body.inicio-page .text-block-3,
body.inicio-page .text-block-4,
body.inicio-page .text-block-5 {
  color: var(--inicio-ink);
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.35;
}

body.inicio-page .paragraph-12px {
  color: var(--inicio-ink);
  font-weight: 800;
}

body.inicio-page .hb-circle {
  background: var(--inicio-gold);
}

body.inicio-page .hb-arrow,
body.inicio-page .hb-arrow-absolute {
  filter: brightness(0);
}

body.inicio-page .container.c-home-blog > .button-circle-lottie {
  width: 88px;
  height: 88px;
  margin: 18px auto -18px;
}

body.inicio-page .section.circle-quote.inicio {
  margin-top: 0;
  padding: 0 24px 104px;
  background: var(--inicio-cream-soft);
}

body.inicio-page .container.formulario {
  width: min(1060px, 100%);
  max-width: none;
}

body.inicio-page .quote {
  padding: clamp(28px, 5vw, 62px);
  border: 1px solid var(--inicio-line);
  border-radius: 8px;
  background: rgba(255, 253, 249, 0.78);
  box-shadow: 0 24px 70px rgba(55, 44, 30, 0.12);
}

body.inicio-page .quote-heading {
  color: var(--inicio-ink);
  font-family: Nohemi, Montserrat, sans-serif;
  font-size: clamp(46px, 6vw, 86px);
  font-weight: 400;
  line-height: 1;
}

body.inicio-page .form {
  width: min(680px, 100%);
  margin: 36px auto 0;
}

body.inicio-page .text-field {
  min-height: 54px;
  margin-bottom: 14px;
  padding: 0 18px;
  border: 1px solid rgba(167, 132, 99, 0.28);
  border-radius: 8px;
  background: #fffdf9;
  color: var(--inicio-ink);
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0;
  text-transform: none;
}

body.inicio-page textarea.text-field {
  min-height: 130px;
  padding-top: 16px;
  resize: vertical;
}

body.inicio-page .text-field:focus {
  border-color: var(--inicio-gold-dark);
  box-shadow: 0 0 0 4px rgba(167, 132, 99, 0.12);
}

body.inicio-page .checkbox-label {
  color: var(--inicio-muted);
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  line-height: 1.45;
}

body.inicio-page .circle-button.form-button {
  width: 68px;
  height: 68px;
  margin-top: 18px;
  background: var(--inicio-gold);
}

body.inicio-page .circle-button-arrow {
  filter: brightness(0);
}

body.inicio-page .section.s-footer {
  margin-top: 0;
}

@media (max-width: 991px) {
  body.inicio-page .home-hero {
    min-height: 620px;
  }

  body.inicio-page .hh-heading-wrapper {
    width: calc(100% - 24px);
  }

  body.inicio-page .projects-cta,
  body.inicio-page .div-block-2 {
    grid-template-columns: 1fr;
  }

  body.inicio-page .inicio-carousel .mask-3,
  body.inicio-page .inicio-carousel-track {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  body.inicio-page .inicio-carousel .hs-slide-3,
  body.inicio-page .inicio-carousel-slide {
    width: calc((100% - 18px) / 2) !important;
    flex-basis: calc((100% - 18px) / 2) !important;
  }

  body.inicio-page .hc-wrapper {
    overflow-x: auto;
    justify-content: center;
    padding-bottom: 10px;
  }

  body.inicio-page .hc-inner,
  body.inicio-page .hc-inner.big {
    width: 72vw;
    height: 460px;
    min-height: 0;
    flex: 0 0 auto;
  }

  body.inicio-page .home-fill-text {
    grid-template-columns: 1fr;
    gap: 28px;
    padding-top: 64px;
    padding-bottom: 70px;
  }

  body.inicio-page .hft-image {
    height: auto;
  }

  body.inicio-page .grid-container {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  body.inicio-page a,
  body.inicio-page button,
  body.inicio-page .mh-nav-cta,
  body.inicio-page .vc-tab,
  body.inicio-page .circle-button,
  body.inicio-page .button-circle-lottie,
  body.inicio-page .left-arrow-2,
  body.inicio-page .right-arrow-2 {
    -webkit-tap-highlight-color: transparent !important;
    outline: none !important;
    box-shadow: none !important;
    filter: none !important;
  }

  body.inicio-page a:active,
  body.inicio-page button:active,
  body.inicio-page a:focus,
  body.inicio-page button:focus,
  body.inicio-page .mh-nav-cta:active,
  body.inicio-page .vc-tab:active,
  body.inicio-page .circle-button:active,
  body.inicio-page .button-circle-lottie:active,
  body.inicio-page .left-arrow-2:active,
  body.inicio-page .right-arrow-2:active {
    outline: none !important;
    box-shadow: none !important;
    filter: none !important;
  }

  body.inicio-page .circle-button-hover,
  body.inicio-page .button-hover,
  body.inicio-page .form-button-hover,
  body.inicio-page .hb-hover,
  body.inicio-page .hs-hover {
    display: none !important;
  }

  body.inicio-page .home-hero {
    height: auto;
    min-height: 560px;
  }

  body.inicio-page .hh-content {
    padding: 96px 18px 44px;
  }

  body.inicio-page .hh-heading._1 {
    font-size: clamp(58px, 17vw, 84px);
  }

  body.inicio-page .hh-heading._2 {
    font-size: clamp(48px, 14vw, 74px);
  }

  body.inicio-page .video-yotuube {
    width: calc(100% - 32px);
    height: 56vw;
    min-height: 260px;
    margin: 34px auto 0;
  }

  body.inicio-page .section.s-vertical-carousel,
  body.inicio-page .section.s-carousel,
  body.inicio-page .section.circle-home-design,
  body.inicio-page .amenities-section,
  body.inicio-page .section.s-home-blog,
  body.inicio-page .section.circle-quote.inicio {
    padding-left: 16px;
    padding-right: 16px;
  }

  body.inicio-page .vc-wrapper,
  body.inicio-page .grid-container {
    grid-template-columns: 1fr;
  }

  body.inicio-page .inicio-carousel .mask-3,
  body.inicio-page .inicio-carousel-track {
    height: 410px !important;
  }

  body.inicio-page .inicio-carousel .hs-slide-3,
  body.inicio-page .inicio-carousel-slide {
    width: 86vw !important;
    flex-basis: 86vw !important;
  }

  body.inicio-page .inicio-carousel .hs-card-2 {
    height: 100% !important;
  }

  body.inicio-page .left-arrow-2,
  body.inicio-page .right-arrow-2 {
    bottom: -66px;
  }

  body.inicio-page .hc-heading-wrapper {
    text-align: left;
  }

  body.inicio-page .button-circle-lottie.button-220px {
    position: relative;
    margin: 24px auto 0;
    bottom: auto;
  }

  body.inicio-page .home-fill-text {
    min-height: auto;
    height: auto;
  }

  body.inicio-page .animation {
    min-height: 460px;
    height: 460px;
  }

  body.inicio-page .hft-content {
    align-items: flex-start;
  }

  body.inicio-page .hft-heading {
    font-size: clamp(38px, 11vw, 58px);
  }

  body.inicio-page .hd-image-wrapper {
    height: 420px;
  }

  body.inicio-page .hover-effect {
    height: 280px;
  }

  body.inicio-page .hb-card {
    min-height: auto;
  }
}

@media (max-width: 479px) {
  body.inicio-page .background-hero {
    background-position: center;
  }

  body.inicio-page .vertical-carousel_title,
  body.inicio-page .planes,
  body.inicio-page .pc-heading.video-casa,
  body.inicio-page .quote-heading {
    font-size: 42px;
  }

  body.inicio-page .section.s-vertical-carousel {
    padding-top: 8px;
    padding-bottom: 86px;
  }

  body.inicio-page .inicio-carousel .hs-card-2 {
    height: 100% !important;
  }

  body.inicio-page .hc-inner,
  body.inicio-page .hc-inner.big {
    width: 82vw;
    height: 390px;
  }

  body.inicio-page .home-hero-paragraph {
    font-size: 16px;
    text-align: left;
  }

  body.inicio-page .quote {
    padding: 26px 18px;
  }
}
