@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700;800&display=swap");
/* Clínica Vene landing adjustments */
:root {
  --vene-cream: #fff8ef;
  --vene-soft: #f7eee4;
  --vene-ink: #1f1b18;
  --vene-muted: #6d6259;
  --vene-gold: #D0BA8A;
  --vene-dark: #141210;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 115px;
}

#inicio,
#beneficios,
#tratamiento,
#antes-despues,
#testimonios,
#faq,
#contacto,
#vene-contact-form {
  scroll-margin-top: 115px;
}

.vene-landing {
  background: var(--white);
}

.vene-landing h1,
.vene-landing h2,
.vene-landing h3,
.vene-landing h4,
.vene-landing h5,
.vene-landing h6 {
  letter-spacing: 0;
}

.vene-logo {
  align-items: center;
  color: var(--white);
  display: inline-flex;
  justify-content: flex-start;
  line-height: 1;
  min-height: 42px;
  min-width: 142px;
}

.vene-logo img {
  display: block;
  height: auto;
  max-width: 100%;
  width: 142px;
}

.vene-logo.dark {
  color: var(--header);
}

.vene-preloader-logo {
  margin-bottom: 15px;
}

.vene-preloader-logo img {
  display: block;
  height: auto;
  margin: 0 auto;
  width: 150px;
}

#preloader {
  animation: veneHidePreloader .2s ease 1.8s forwards;
}

@keyframes veneHidePreloader {
  to {
    opacity: 0;
    visibility: hidden;
  }
}

.vene-header .main-menu ul li a {
  font-size: 15px;
  text-transform: none;
}

.vene-header {
  top: 25px;
}

.vene-header.sticky .main-menu .bg-image {
  opacity: .96;
}

@media (min-width: 992px) and (max-width: 1399px) {
  .vene-header.sticky,
  .header-1.sticky,
  #header-sticky.sticky,
  .sticky-header,
  .vene-header.header-sticky {
    background: var(--white) !important;
    box-shadow: rgba(149, 157, 165, 0.16) 0px 8px 24px;
  }

  .vene-header.sticky .header-main,
  .header-1.sticky .header-main,
  #header-sticky.sticky .header-main,
  .sticky-header .header-main,
  .vene-header.header-sticky .header-main {
    background: var(--white) !important;
  }

  .vene-header.sticky .main-menu,
  .header-1.sticky .main-menu,
  #header-sticky.sticky .main-menu,
  .sticky-header .main-menu,
  .vene-header.header-sticky .main-menu {
    background: var(--white) !important;
    border-color: rgba(208, 186, 138, .18) !important;
    box-shadow: 0 10px 26px rgba(0, 0, 0, .08);
  }

  .vene-header.sticky .main-menu .bg-image,
  .header-1.sticky .main-menu .bg-image,
  #header-sticky.sticky .main-menu .bg-image,
  .sticky-header .main-menu .bg-image,
  .vene-header.header-sticky .main-menu .bg-image {
    display: none !important;
  }

  .vene-header.sticky .main-menu ul li a,
  .header-1.sticky .main-menu ul li a,
  #header-sticky.sticky .main-menu ul li a,
  .sticky-header .main-menu ul li a,
  .vene-header.header-sticky .main-menu ul li a {
    color: var(--vene-ink) !important;
  }
}

.vene-header:not(.sticky) .main-menu {
  background: transparent;
  border: 1px solid rgba(255, 255, 255, .82);
  border-radius: 12px;
}

.vene-header:not(.sticky) .main-menu .bg-image {
  display: none;
}

.vene-header:not(.sticky) .main-menu ul li a {
  color: var(--white);
}

.vene-header .header-main {
  column-gap: 34px;
}

.vene-header .mean__menu-wrapper {
  margin-left: 26px;
  margin-right: 26px;
}

.vene-header .header-main .header-right {
  gap: 32px;
  margin-left: 26px;
}

.vene-header .header-main .header-right .call-item {
  display: flex;
  padding-left: 22px;
  padding-right: 22px;
}

.vene-header:not(.sticky) .header-main .header-right .call-item {
  background: transparent;
  border: 1px solid rgba(255, 255, 255, .82);
  border-radius: 12px;
  min-height: 54px;
}

.vene-header:not(.sticky) .header-main .header-right .call-item .shape {
  display: none;
}

.vene-header .header-main .header-right .header-button .theme-btn {
  justify-content: center;
  min-width: 150px;
  padding-left: 50px;
  padding-right: 50px;
  white-space: nowrap;
}

.offcanvas__wrapper .offcanvas__content .offcanvas__contact .header-button .theme-btn {
  justify-content: center;
  min-width: 150px;
  padding-left: 34px;
  padding-right: 34px;
}

.main-menu ul li.vene-menu-cta {
  display: none !important;
}

.main-menu ul li.vene-menu-cta > a,
.mean-container .mean-nav ul li.vene-menu-cta > a {
  color: #C9A366;
  font-weight: 800;
}

.mean-container .mean-nav ul li.vene-menu-cta {
  display: none !important;
}

.vene-mobile-toggle {
  align-items: center;
  background: rgba(255, 255, 255, .12);
  border: 1px solid rgba(255, 255, 255, .22);
  border-radius: 6px;
  color: var(--white);
  display: flex;
  font-size: 22px;
  height: 42px;
  justify-content: center;
  position: fixed;
  right: 15px;
  top: 28px;
  width: 42px;
  z-index: 1002;
}

.vene-mobile-toggle {
  display: none !important;
}

@media (min-width: 1200px) {
  .vene-mobile-toggle {
    display: none;
  }
}

.vene-hero {
  background:
    radial-gradient(circle at 78% 18%, rgba(208, 186, 138, .18), transparent 26%),
    linear-gradient(120deg, rgba(20, 18, 16, .86), rgba(20, 18, 16, .52) 44%, rgba(255, 248, 239, .36) 100%),
    url("../img/vene/hero.jpg"),
    linear-gradient(135deg, #151311 0%, #2e2822 43%, #fff8ef 43%, #fff8ef 100%);
  background-position: center;
  background-size: cover;
  min-height: 720px !important;
}

.vene-hero::before {
  background:
    linear-gradient(90deg, rgba(20, 18, 16, .74), rgba(20, 18, 16, .34) 54%, rgba(255, 248, 239, .14)),
    repeating-linear-gradient(135deg, rgba(255, 255, 255, .035) 0 1px, transparent 1px 16px);
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
}

.vene-hero::after {
  display: none;
}

.vene-hero .container-fluid,
.vene-hero .hero-content {
  position: relative;
  z-index: 3;
}

.vene-hero.hero-1 {
  display: flex;
  height: 700px;
  padding-bottom: 48px;
  padding-top: 112px;
}

.vene-hero .container-fluid {
  align-items: center;
  display: flex;
  justify-content: center;
}

.vene-hero-shell {
  align-items: center;
  display: flex;
  justify-content: center;
  max-width: 760px;
  padding: 0 20px;
  width: 100%;
}

.vene-hero .hero-content {
  align-items: center;
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  max-width: 720px;
  text-align: center;
  width: 100%;
}

.vene-hero-kicker {
  color: rgba(255, 255, 255, .82);
  font-size: 12px;
  font-weight: 200;
  letter-spacing: .22em;
  line-height: 1.2;
  margin-bottom: 10px;
  white-space: nowrap;
  text-transform: uppercase;
}

.vene-hero .wow {
  animation: none !important;
  opacity: 1 !important;
  transform: none !important;
  visibility: visible !important;
}

.vene-hero .hero-content h1 {
  color: var(--white);
  font-size: clamp(35px, 3vw, 47px);
  line-height: 1.06;
  margin-bottom: 14px;
  max-width: 780px;
  min-width: 0;
  overflow-wrap: break-word;
}

.vene-gold-text {
  color: #C9A366;
  font-family: inherit !important;
  font-size: inherit !important;
  font-style: inherit !important;
  font-weight: inherit !important;
  letter-spacing: inherit !important;
  line-height: inherit !important;
  text-transform: inherit !important;
}

.vene-hero.hero-1 .hero-content .vene-hero-subtitle {
  color: rgba(255, 255, 255, .88);
  font-size: 17px;
  font-weight: 500;
  line-height: 1.6;
  margin-bottom: 14px;
  max-width: 560px;
}

.vene-hero-price-card {
  display: none;
}

.vene-hero-google-break {
  display: none;
}

.metodo-cuerpo-landing .vene-hero-mobile-copy {
  display: none;
}

.vene-hero-badge {
  align-items: center;
  background: rgba(255, 255, 255, .16);
  border: 1px solid rgba(255, 255, 255, .22);
  border-radius: 999px;
  box-shadow: 0 12px 35px rgba(20, 18, 16, .16);
  color: rgba(255, 255, 255, .92);
  display: inline-flex;
  font-size: 14px;
  font-weight: 700;
  flex-wrap: wrap;
  gap: 8px 14px;
  line-height: 1.25;
  margin-bottom: 16px;
  padding: 10px 15px;
}

.vene-hero-badge-item {
  align-items: center;
  display: inline-flex;
  gap: 7px;
  white-space: nowrap;
}

.vene-hero-badge-item i {
  color: var(--vene-gold);
  font-size: 13px;
}

.vene-hero-actions {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

.vene-hero-actions .vene-hero-cta.theme-btn {
  background-color: var(--vene-gold);
  border-radius: 999px;
  box-sizing: border-box;
  color: var(--white);
  height: auto;
  justify-content: center;
  line-height: 1.15;
  min-height: 54px;
  min-width: 260px;
  padding: 17px 30px;
  white-space: nowrap;
  width: fit-content;
}

.vene-hero-actions .vene-hero-cta.theme-btn::before {
  background-color: var(--vene-dark);
  border-radius: 999px;
}

.vene-hero-microcopy {
  color: rgba(255, 255, 255, .9);
  font-size: 13px;
  font-weight: 600;
  line-height: 1.35;
  margin: 12px 0 14px;
}

.vene-hero-google-reviews {
  align-items: center;
  background: rgba(255, 255, 255, .13);
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: 999px;
  color: rgba(255, 255, 255, .94);
  display: inline-flex;
  font-size: 13px;
  font-weight: 700;
  gap: 9px;
  line-height: 1.2;
  margin-bottom: 20px;
  padding: 8px 14px;
}

.vene-hero-stars {
  align-items: center;
  color: #f2c96b;
  display: inline-flex;
  font-size: 12px;
  gap: 3px;
  letter-spacing: 0;
}

.vene-hero-stars i {
  color: inherit;
  font-size: inherit;
}

.vene-hero .hero-box.vene-hero-plan {
  align-self: flex-end;
  background-color: rgba(28, 28, 28, .72);
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 10px;
  box-shadow: 0 22px 60px rgba(20, 18, 16, .24);
  margin-top: 34px;
  max-width: 620px;
  padding: 30px;
  width: 100%;
}

.vene-hero .hero-box.vene-hero-plan .top-item {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin-bottom: 22px;
}

.vene-hero .hero-box.vene-hero-plan .hero-item h6 {
  color: rgba(255, 255, 255, .92);
  font-size: 14px;
  line-height: 1.2;
  margin-top: 14px;
}

.vene-hero-plan h4 {
  color: var(--white);
  font-family: "Gilda Display", serif;
  font-size: 30px;
  font-weight: 400;
  line-height: 1.1;
  margin-bottom: 16px;
}

.vene-whatsapp-btn {
  background: rgba(255, 255, 255, .1) !important;
  border: 1px solid rgba(255, 255, 255, .35);
  gap: 10px;
}

.vene-whatsapp-btn::before {
  background-color: var(--theme) !important;
}

.vene-hero-icon {
  align-items: center;
  background: rgba(255, 255, 255, .12);
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 6px;
  color: var(--white);
  display: flex;
  font-size: 34px;
  height: 94px;
  justify-content: center;
  margin-bottom: 20px;
}

.vene-hero-thumb {
  aspect-ratio: 16 / 9;
  border: 1px solid rgba(255, 255, 255, .16);
  border-radius: 8px;
  box-shadow: 0 16px 34px rgba(0, 0, 0, .18);
  overflow: hidden;
  position: relative;
  width: 100%;
}

.vene-hero-thumb::after {
  background: linear-gradient(180deg, transparent 45%, rgba(20, 18, 16, .22));
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
}

.vene-hero-thumb img {
  display: block;
  height: 100%;
  object-fit: cover;
  object-position: center;
  width: 100%;
}

.vene-benefits {
  background-color: var(--white);
}

.vene-benefit-card,
.vene-step-card {
  background-color: var(--white);
  border: 1px solid rgba(208, 186, 138, .18);
  border-radius: 8px;
  height: 100%;
  padding: 38px 32px;
  transition: all .35s ease;
}

.vene-benefit-card:hover,
.vene-step-card:hover {
  border-color: rgba(208, 186, 138, .45);
  transform: translateY(-4px);
}

.vene-benefit-card.active {
  background-color: var(--bg);
}

.vene-benefit-card .icon {
  align-items: center;
  background-color: rgba(208, 186, 138, .12);
  border-radius: 6px;
  color: var(--theme);
  display: flex;
  font-size: 34px;
  height: 68px;
  justify-content: center;
  margin-bottom: 26px;
  width: 68px;
}

.vene-benefit-card h3,
.vene-step-card h3 {
  font-size: 25px;
  line-height: 1.2;
  margin-bottom: 16px;
}

.vene-benefit-card p,
.vene-step-card p {
  margin-bottom: 0;
}

.vene-benefits-cta {
  margin-top: 34px;
  text-align: center;
}

.vene-before-after .vene-benefits-cta {
  margin-left: auto;
  margin-right: auto;
  max-width: 420px;
  padding-top: 8px;
}

.vene-before-after .vene-benefits-cta .theme-btn {
  box-shadow: 0 12px 28px rgba(201, 163, 102, .24);
  display: inline-flex !important;
  justify-content: center;
  min-width: min(340px, 100%);
}

.vene-before-after .vene-benefits-cta .vene-section-microcopy {
  text-align: center;
}

.vene-section-cta.theme-btn {
  align-items: center;
  background-color: var(--vene-gold);
  display: inline-flex !important;
  gap: 10px;
  justify-content: center;
  min-width: 280px;
  padding-left: 28px;
  padding-right: 28px;
  text-align: center;
}

.vene-section-cta.theme-btn,
.vene-hero-actions .vene-hero-cta.theme-btn,
.vene-contact .from-box .theme-btn,
.vene-before-after .vene-benefits-cta .theme-btn {
  align-items: center;
  background-color: var(--vene-gold);
  color: var(--white);
  justify-content: center;
  text-align: center;
}

.vene-section-cta.theme-btn span,
.vene-hero-actions .vene-hero-cta.theme-btn span,
.vene-contact .from-box .theme-btn span,
.vene-before-after .vene-benefits-cta .theme-btn span {
  display: inline-flex;
  justify-content: center;
}

.vene-section-cta.theme-btn::before,
.vene-hero-actions .vene-hero-cta.theme-btn::before,
.vene-contact .from-box .theme-btn::before,
.vene-before-after .vene-benefits-cta .theme-btn::before {
  background-color: var(--vene-dark);
}

.vene-section-microcopy {
  color: var(--vene-muted);
  font-size: 13px;
  font-weight: 600;
  margin-top: 10px;
}

.vene-step-card {
  background:
    linear-gradient(180deg, rgba(255, 250, 244, .72), rgba(255, 255, 255, .98));
  min-height: 360px;
}

.vene-step-image {
  aspect-ratio: 16 / 9;
  border: 1px solid rgba(208, 186, 138, .16);
  border-radius: 7px;
  box-shadow: 0 14px 28px rgba(20, 18, 16, .08);
  margin-bottom: 24px;
  overflow: hidden;
  position: relative;
}

.vene-step-image::after {
  background: linear-gradient(180deg, transparent 42%, rgba(20, 18, 16, .12));
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
}

.vene-step-image img {
  display: block;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: transform .45s ease;
  width: 100%;
}

.vene-step-card:hover .vene-step-image img {
  transform: scale(1.04);
}

.vene-step-card span {
  color: var(--theme);
  display: inline-block;
  font-family: "Gilda Display", serif;
  font-size: 42px;
  line-height: 1;
  margin-bottom: 18px;
}

.vene-result-note {
  background-color: var(--header);
  border-radius: 8px;
  color: var(--white);
  font-family: "Gilda Display", serif;
  font-size: 26px;
  line-height: 1.35;
  margin-top: 40px;
  padding: 26px 32px;
  text-align: center;
}

.vene-testimonial {
  background:
    radial-gradient(circle at 88% 20%, rgba(208, 186, 138, .18), transparent 28%),
    linear-gradient(135deg, rgba(41, 40, 39, .94), rgba(28, 28, 28, .78)),
    url("../img/vene/testimonial-bg.png") !important;
  background-position: center;
  background-size: cover;
  margin-top: 0;
}

.vene-testimonial .testimonial-card-item {
  background-color: var(--white);
  border-radius: 10px;
}

.vene-testimonial .testimonial-card-item .content p {
  color: var(--header);
}

.vene-testimonial .testimonial-card-item .client-info-item .content h5 {
  color: var(--header);
}

.vene-testimonial .testimonial-card-item .client-info-item .content span {
  color: var(--theme);
  font-weight: 600;
}

.vene-testimonial-subtitle {
  color: rgba(255, 255, 255, .82);
  margin-top: 18px;
}

.vene-avatar {
  align-items: center;
  background-color: var(--theme);
  border-radius: 50%;
  color: var(--white);
  display: flex;
  flex: 0 0 48px;
  font-family: "Gilda Display", serif;
  font-size: 24px;
  height: 48px;
  justify-content: center;
  width: 48px;
}

.vene-counter-row {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 36px;
}

.vene-counter-row div {
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: 8px;
  padding: 20px;
}

.vene-counter-row strong {
  color: var(--theme);
  display: block;
  font-family: "Gilda Display", serif;
  font-size: 36px;
  font-weight: 400;
  line-height: 1;
  margin-bottom: 10px;
}

.vene-counter-row span {
  color: rgba(255, 255, 255, .78);
  display: block;
  font-size: 14px;
  line-height: 1.35;
}

.vene-video-testimonial {
  background:
    radial-gradient(circle at 80% 15%, rgba(208, 186, 138, .16), transparent 24%),
    linear-gradient(135deg, #141210, #22201d);
  margin: 0 25px;
  overflow: hidden;
  position: relative;
  border-radius: 20px;
}

.vene-video-testimonial .row {
  --bs-gutter-x: 34px;
}

.vene-video-testimonial p {
  margin: 22px 0;
  max-width: 550px;
}

.vene-video-testimonial .section-title h2 {
  max-width: 560px;
}

.vene-video-testimonial blockquote {
  border-left: 2px solid var(--theme);
  color: var(--white);
  font-family: "Gilda Display", serif;
  font-size: 20px;
  line-height: 1.4;
  margin: 0;
  max-width: 650px;
  padding-left: 28px;
}

.vene-video-testimonial blockquote span {
  color: rgba(255, 255, 255, .68);
  display: block;
  font-family: "Barlow", sans-serif;
  font-size: 14px;
  margin-top: 14px;
}

.vene-video-phone {
  background: linear-gradient(145deg, rgba(255, 255, 255, .14), rgba(255, 255, 255, .04));
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: 38px;
  margin-left: 15px;
  margin-right: auto;
  max-width: 355px;
  padding: 14px;
}

.vene-video-screen {
  align-items: center;
  aspect-ratio: 9 / 16;
  background:
    linear-gradient(180deg, rgba(255, 250, 244, .04), rgba(20, 18, 16, .38)),
    url("../img/vene/testimonial-video.jpg"),
    #29231e;
  background-position: center;
  background-size: cover;
  border-radius: 28px;
  color: var(--white);
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  position: relative;
}

.vene-video-screen video {
  display: block;
  height: 100%;
  inset: 0;
  object-fit: cover;
  position: absolute;
  width: 100%;
  z-index: 1;
}

.vene-video-phone-mobile {
  display: none;
}

.vene-before-after-mobile {
  display: block;
}

.vene-before-after-desktop {
  display: none !important;
}

@media (min-width: 768px) {
  .vene-before-after-mobile {
    display: none !important;
  }

  .vene-before-after-desktop {
    display: block !important;
  }
}

.vene-video-screen::before {
  background: linear-gradient(180deg, transparent, rgba(20, 18, 16, .7));
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
  z-index: 2;
}

.vene-video-screen .play-btn {
  align-items: center;
  background-color: var(--white);
  border-radius: 50%;
  color: var(--theme);
  display: flex;
  height: 66px;
  justify-content: center;
  position: relative;
  width: 66px;
  z-index: 2;
}

.vene-video-screen span {
  bottom: 30px;
  font-weight: 600;
  position: absolute;
  z-index: 2;
}

.vene-review-slider {
  margin: 0;
  max-width: 650px;
}

.vene-review-slider .swiper-slide {
  opacity: 0;
  pointer-events: none;
  transition: opacity .35s ease;
}

.vene-review-slider .swiper-slide-active {
  opacity: 1;
  pointer-events: auto;
}

.vene-testimonial-card {
  display: flex;
  flex-direction: column;
  gap: 14px;
  max-width: 650px;
  width: 100%;
}

.vene-testimonial-photo-placeholder {
  display: none !important;
  align-items: center;
  background:
    linear-gradient(135deg, rgba(255,255,255,.11), rgba(255,255,255,.04)),
    linear-gradient(180deg, #8f8f8f 0%, #b7b7b7 100%);
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 14px;
  color: rgba(255,255,255,.42);
  display: flex;
  justify-content: center;
  min-height: 150px;
  overflow: hidden;
  text-align: center;
  text-transform: uppercase;
}

.vene-testimonial-photo-placeholder span {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .08em;
  padding: 0 12px;
}

.vene-faq .faq-image.vene-faq-visual {
  align-items: center;
  background:
    linear-gradient(135deg, rgba(255, 250, 244, .92), rgba(255, 255, 255, .72)),
    radial-gradient(circle at 75% 28%, rgba(208, 186, 138, .2), transparent 25%);
  border: 1px solid rgba(208, 186, 138, .16);
  border-radius: 10px;
  display: flex;
  min-height: 510px;
  padding: 50px;
}

.vene-faq-card {
  background-color: var(--white);
  border-radius: 8px;
  box-shadow: 0 20px 50px rgba(31, 27, 24, .08);
  max-width: 360px;
  padding: 42px 36px;
}

.vene-faq-card i {
  color: var(--theme);
  font-size: 46px;
  margin-bottom: 24px;
}

.vene-faq-card h3 {
  font-size: 30px;
  margin-bottom: 12px;
}

.vene-faq .faq-box .logo-image span {
  color: var(--theme);
  font-family: "Gilda Display", serif;
  font-size: 30px;
}

.vene-faq .vene-faq-template {
  aspect-ratio: 1 / .94;
  min-height: 500px;
}

.vene-faq .vene-faq-template > img {
  display: block;
  height: 100%;
  object-fit: cover;
  object-position: center;
  width: 100%;
}

.vene-faq .vene-faq-template .faq-man-image {
  background-color: var(--white);
  border: 10px solid rgba(255, 255, 255, .92);
  border-radius: 10px;
  bottom: 28px;
  box-shadow: 0 24px 52px rgba(31, 27, 24, .18);
  left: 30px;
  max-width: 245px;
  width: 42%;
}

.vene-faq .vene-faq-template .faq-man-image img {
  aspect-ratio: 4 / 5;
  display: block;
  height: auto;
  object-fit: cover;
  object-position: center;
  width: 100%;
}

.vene-faq .vene-faq-template .faq-box {
  background: transparent;
  border: 0;
  box-shadow: none;
  padding: 0;
}

.metodo-cuerpo-landing .vene-faq .faq-box {
  display: none !important;
}

.vene-faq .vene-faq-template .faq-box .logo-image img {
  height: auto;
  width: 118px;
  max-width: 118px;
}

.vene-before-after {
  background:
    linear-gradient(180deg, rgba(255, 250, 244, .76), rgba(255, 255, 255, .98));
}

.vene-before-after .wow {
  visibility: visible !important;
}

.vene-before-after .section-title-area {
  align-items: flex-end;
}

.vene-before-after .section-title-area p {
  color: var(--text);
  margin-bottom: 0;
}

.vene-before-after-wrapper {
  margin: 10px auto 34px;
  max-width: 1050px;
  position: relative;
}

.vene-ba-case-slider {
  overflow: hidden;
  padding-bottom: 58px;
}

.vene-ba-slider {
  --position: 50%;
  aspect-ratio: 16 / 5.2;
  background-color: var(--bg);
  border: 1px solid rgba(208, 186, 138, .16);
  border-radius: 10px;
  cursor: ew-resize;
  max-height: 330px;
  min-height: 260px;
  overflow: hidden;
  position: relative;
  user-select: none;
}

.vene-ba-image {
  display: block;
  height: 100%;
  inset: 0;
  object-fit: cover;
  object-position: center 28%;
  position: absolute;
  width: 100%;
}

.vene-ba-before {
  height: 100%;
  inset: 0;
  overflow: hidden;
  clip-path: inset(0 calc(100% - var(--position)) 0 0);
  position: absolute;
  width: 100%;
  z-index: 2;
}

.vene-ba-label {
  background-color: rgba(28, 28, 28, .78);
  border: 1px solid rgba(255, 255, 255, .2);
  border-radius: 30px;
  color: var(--white);
  font-size: 13px;
  font-weight: 700;
  left: 24px;
  line-height: 1;
  padding: 10px 16px;
  position: absolute;
  text-transform: uppercase;
  top: 24px;
  z-index: 5;
}

.vene-ba-label.after {
  left: auto;
  right: 24px;
}

.vene-ba-line {
  background-color: rgba(255, 255, 255, .96);
  bottom: 0;
  left: var(--position);
  position: absolute;
  top: 0;
  transform: translateX(-50%);
  width: 2px;
  z-index: 6;
}

.vene-ba-handle {
  align-items: center;
  background-color: var(--white);
  border: 2px solid var(--theme);
  border-radius: 50%;
  color: var(--theme);
  display: flex;
  font-size: 18px;
  height: 58px;
  justify-content: center;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 58px;
}

.vene-ba-range {
  cursor: ew-resize;
  height: 100%;
  inset: 0;
  opacity: 0;
  position: absolute;
  width: 100%;
  z-index: 8;
}

.metodo-cuerpo-landing .vene-ba-slider {
  aspect-ratio: 4 / 5;
  margin-left: auto;
  margin-right: auto;
  max-height: 620px;
  max-width: 520px;
  min-height: 520px;
}

.metodo-cuerpo-landing .vene-ba-label.before {
  left: 24px;
  top: 24px;
}

.metodo-cuerpo-landing .vene-ba-label.after {
  left: auto;
  right: 24px;
}

.vene-ba-disclaimer {
  color: var(--vene-muted);
  display: block;
  font-size: 13px;
  line-height: 1.4;
  margin-top: 14px;
  text-align: center;
}

.vene-ba-case-caption {
  margin-top: 24px;
  text-align: center;
}

.vene-ba-case-caption h3 {
  color: var(--header);
  font-family: "Barlow", sans-serif;
  font-size: 25px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 10px;
}

.vene-ba-case-caption p {
  color: #40506c;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.4;
  margin: 0;
}

.vene-ba-nav {
  align-items: center;
  background-color: var(--white);
  border: 1px solid rgba(64, 80, 108, .15);
  border-radius: 50%;
  bottom: 48px;
  color: #40506c;
  display: flex;
  height: 54px;
  justify-content: center;
  position: absolute;
  transition: all .25s ease;
  width: 54px;
  z-index: 9;
}

.vene-ba-nav:hover {
  background-color: var(--header);
  color: var(--white);
}

.vene-ba-prev {
  left: 0;
}

.vene-ba-next {
  right: 0;
}

.vene-ba-pagination {
  bottom: 20px !important;
  left: 50% !important;
  position: absolute;
  transform: translateX(-50%);
  width: auto !important;
}

.vene-ba-pagination .swiper-pagination-bullet {
  background: #c8ced8;
  height: 9px;
  margin: 0 4px !important;
  opacity: 1;
  width: 9px;
}

.vene-ba-pagination .swiper-pagination-bullet-active {
  background: var(--header);
}

.vene-ba-stats {
  margin: 0 auto;
  max-width: 940px;
}

.vene-ba-stat-card {
  background-color: var(--white);
  border: 1px solid rgba(208, 186, 138, .16);
  border-radius: 8px;
  height: 100%;
  padding: 30px 24px;
  text-align: center;
}

.vene-ba-stat-card strong {
  color: var(--theme);
  display: block;
  font-family: "Gilda Display", serif;
  font-size: 42px;
  font-weight: 400;
  line-height: 1;
  margin-bottom: 12px;
}

.vene-ba-stat-card span {
  color: var(--header);
  display: block;
  font-size: 16px;
  font-weight: 600;
}

.vene-trust-panel {
  background-color: var(--header);
  border-radius: 10px;
  color: var(--white);
  padding: 48px;
}

.vene-trust-panel span {
  color: var(--theme);
  display: block;
  font-family: "Gilda Display", serif;
  font-size: 92px;
  line-height: 1;
  margin-bottom: 18px;
}

.vene-trust-panel h3 {
  color: var(--white);
  font-size: 34px;
  line-height: 1.2;
}

.vene-trust-panel p {
  color: rgba(255, 255, 255, .72);
  margin-bottom: 0;
}

.vene-trust .wow {
  visibility: visible !important;
}

.vene-trust .about-image {
  max-width: 622px;
}

.vene-trust .about-image > img {
  aspect-ratio: 4 / 4.3;
  display: block;
  height: auto;
  object-fit: cover;
  object-position: center;
}

.vene-trust .about-image .shape {
  align-items: center;
  background-color: rgba(20, 18, 16, .82);
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: 999px;
  display: flex;
  justify-content: center;
  padding: 18px 34px;
}

.vene-trust .about-image .shape img {
  border-radius: 0;
  height: auto;
  width: 128px;
}

.vene-trust .about-content .hero-button-item {
  overflow: hidden;
}

.vene-trust .about-content .hero-button-item .theme-btn,
.vene-trust .about-content .hero-button-item .button-text {
  position: relative;
  z-index: 2;
}

.vene-trust .about-content .hero-button-item .button-text .video-btn {
  align-items: center;
  display: inline-flex;
  justify-content: center;
  line-height: 1;
}

.vene-counter-row.light {
  grid-template-columns: repeat(4, 1fr);
}

.vene-counter-row.light div {
  border-color: rgba(208, 186, 138, .18);
  padding: 18px 14px;
}

.vene-counter-row.light strong {
  font-size: 30px;
}

.vene-counter-row.light span {
  color: var(--text);
}

.vene-offer {
  margin-top: 0;
}

.vene-offer .bg-image::after {
  background:
    radial-gradient(circle at 82% 22%, rgba(208, 186, 138, .25), transparent 25%),
    linear-gradient(135deg, rgba(20, 18, 16, .92), rgba(20, 18, 16, .76));
  border-radius: 20px;
  content: "";
  inset: 0;
  position: absolute;
}

.vene-offer .bg-image img {
  object-fit: cover;
  opacity: .52;
}

.vene-price-row {
  align-items: center;
  display: flex;
  gap: 20px;
  margin: 24px 0;
}

.vene-price-row span {
  color: var(--text);
  display: block;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 6px;
  text-transform: uppercase;
}

.vene-price-row del {
  color: var(--text);
  font-family: "Gilda Display", serif;
  font-size: 34px;
}

.vene-price-row strong {
  color: var(--theme);
  font-family: "Gilda Display", serif;
  font-size: 52px;
  font-weight: 400;
  line-height: 1;
}

.vene-countdown,
.vene-mini-grid {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(4, 1fr);
  margin-bottom: 24px;
}

.vene-countdown div,
.vene-mini-grid div {
  background-color: var(--bg);
  border-radius: 6px;
  padding: 14px 10px;
  text-align: center;
}

.vene-countdown strong {
  color: var(--header);
  display: block;
  font-family: "Gilda Display", serif;
  font-size: 30px;
  font-weight: 400;
  line-height: 1;
}

.vene-countdown span,
.vene-mini-grid span {
  color: var(--text);
  display: block;
  font-size: 12px;
  font-weight: 600;
  margin-top: 5px;
  text-transform: uppercase;
}

.vene-mini-grid strong {
  color: var(--header);
  display: block;
  font-size: 15px;
  margin-top: 4px;
}

.vene-offer small {
  color: var(--text);
  display: block;
  margin-top: 14px;
}

.vene-offer-tile {
  align-items: center;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, .95), rgba(255, 250, 244, .72));
  border: 1px solid rgba(255, 255, 255, .42);
  display: flex;
  flex-direction: column;
  height: 112px;
  justify-content: center;
  min-width: 230px;
}

.vene-offer-tile i {
  color: var(--theme);
  font-size: 34px;
  margin-bottom: 10px;
}

.vene-offer-tile span {
  color: var(--header);
  font-weight: 700;
}

.vene-contact {
  background-position: center;
  background-size: cover;
  margin-top: 0;
  overflow: hidden;
}

.vene-contact::before {
  background:
    linear-gradient(135deg, rgba(7, 5, 6, .68), rgba(21, 17, 18, .46)),
    radial-gradient(circle at 82% 42%, rgba(208, 186, 138, .12), transparent 30%);
  content: "";
  inset: 0;
  position: absolute;
}

.vene-contact .container {
  position: relative;
  z-index: 2;
}

.vene-contact .vene-offer-card {
  background: rgba(10, 8, 9, .92);
  border: 1px solid rgba(255, 255, 255, .12);
  color: var(--white);
  margin-left: auto;
  margin-right: auto;
  max-width: 620px;
  padding: 34px 30px;
  text-align: center;
}

.vene-offer-eyebrow {
  color: #D0BA8A;
  display: block;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 1.6px;
  margin-bottom: 14px;
  text-transform: uppercase;
}

.vene-offer-card h2 {
  color: var(--white);
  font-size: 38px;
  line-height: 1.02;
  margin: 0 auto 22px;
  max-width: 560px;
}

.vene-offer-price-row {
  align-items: center;
  display: flex;
  gap: 28px;
  justify-content: center;
  margin-bottom: 24px;
}

.vene-offer-price-row span {
  color: #D0BA8A;
  display: block;
  font-size: 14px;
  margin-bottom: 5px;
}

.vene-old-price {
  color: #8d96a7;
  display: block;
  font-size: 32px;
  line-height: 1;
  position: relative;
}

.vene-old-price::after {
  background-color: rgba(255, 255, 255, .85);
  content: "";
  height: 3px;
  left: 0;
  position: absolute;
  right: 0;
  top: 52%;
}

.vene-new-price {
  color: var(--white);
  display: block;
  font-family: "Gilda Display", serif;
  font-size: 68px;
  line-height: .9;
}

.vene-offer-price-row i {
  color: var(--white);
  font-size: 34px;
  margin-top: 20px;
}

.vene-gift-box {
  align-items: center;
  background: rgba(255, 255, 255, .09);
  border: 1px solid rgba(255, 255, 255, .16);
  border-radius: 16px;
  display: inline-flex;
  gap: 16px;
  justify-content: center;
  margin: 0 auto 24px;
  padding: 16px 24px;
  text-align: left;
}

.vene-gift-box > span {
  font-size: 28px;
}

.vene-gift-box small {
  color: #D0BA8A;
  display: block;
  font-size: 12px;
  letter-spacing: .8px;
  margin: 0 0 5px;
  text-transform: uppercase;
}

.vene-gift-box strong {
  color: var(--white);
  display: block;
  font-size: 16px;
}

.vene-offer-valid {
  color: #D0BA8A;
  margin: 10px 0 18px;
}

.vene-offer-valid strong {
  color: var(--white);
}

.vene-contact .vene-countdown {
  margin: 0 auto 24px;
  max-width: 380px;
}

.vene-contact .vene-countdown div,
.vene-offer-features div {
  background-color: rgba(255, 255, 255, .08);
  border: 1px solid rgba(255, 255, 255, .14);
  border-radius: 12px;
}

.vene-contact .vene-countdown strong {
  color: var(--white);
  font-family: "Barlow", sans-serif;
  font-size: 30px;
  font-weight: 800;
}

.vene-contact .vene-countdown span {
  color: #d6dce8;
}

.vene-offer-features {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(4, 1fr);
  margin-bottom: 0;
}

.vene-offer-features div {
  padding: 15px 10px;
}

.vene-offer-features span {
  color: #D0BA8A;
  display: block;
  font-size: 13px;
  margin-bottom: 8px;
}

.vene-offer-features strong {
  color: var(--white);
  display: block;
  font-size: 17px;
}

.vene-contact .from-box {
  background-color: rgba(255, 255, 255, .08);
  border: 1px solid rgba(255, 255, 255, .14);
  margin-left: 0;
}

.vene-contact .from-box p {
  color: rgba(255, 255, 255, .72);
  margin-top: 10px;
}

.vene-contact .from-box .contact-form-box .form-clt input {
  text-transform: none;
}

.vene-contact-final .vene-form-surface .vene-form-kicker {
  color: var(--vene-gold);
  letter-spacing: .08em;
}

.vene-contact .from-box .vene-whatsapp-separator {
  color: rgba(255, 255, 255, .72);
}

.vene-whatsapp-separator {
  color: var(--text);
  font-size: 14px;
  margin: 20px 0 12px;
  text-transform: uppercase;
}

.vene-whatsapp-contact {
  background-color: var(--vene-gold);
  gap: 10px;
  width: 100%;
}

.vene-contact-alt-phone {
  background-color: var(--vene-gold);
  margin-top: 12px;
}

.vene-contact .from-box .theme-btn {
  justify-content: center;
  width: 100%;
}

.metodo-cuerpo-landing .vene-contact-final .from-box .theme-btn {
  background-color: var(--vene-gold);
  color: var(--white);
}

.metodo-cuerpo-landing .vene-contact-final .from-box .theme-btn::before {
  background-color: var(--vene-dark);
}

.metodo-cuerpo-landing .vene-contact-final .from-box .theme-btn:hover {
  color: var(--white);
}

.metodo-cuerpo-landing .vene-contact-final .from-box .theme-btn.vene-whatsapp-contact,
.metodo-cuerpo-landing .vene-contact-final .from-box .theme-btn.vene-contact-alt-phone {
  background-color: var(--vene-gold);
  color: var(--white);
}

.metodo-cuerpo-landing .vene-contact-final .from-box .theme-btn.vene-whatsapp-contact::before,
.metodo-cuerpo-landing .vene-contact-final .from-box .theme-btn.vene-contact-alt-phone::before {
  background-color: var(--vene-dark);
}

.metodo-cuerpo-landing .vene-contact-final .from-box .theme-btn.vene-whatsapp-contact:hover,
.metodo-cuerpo-landing .vene-contact-final .from-box .theme-btn.vene-contact-alt-phone:hover {
  color: var(--white);
}

.vene-contact-final .from-box {
  margin-left: auto;
  margin-right: auto;
  max-width: 1120px;
}

.vene-form-feedback {
  color: var(--theme);
  font-weight: 600;
  min-height: 24px;
}

.vene-footer {
  background: var(--white) !important;
  padding: 70px 0 44px;
  text-align: center;
}

.vene-marque-section {
  background: var(--header);
  border-radius: 24px 24px 0 0;
  margin: 18px 25px 0;
  overflow: hidden;
  padding: 0;
}

.vene-treatment-marquee {
  background:
    radial-gradient(circle at 8% 50%, rgba(208, 186, 138, .18), transparent 24%),
    linear-gradient(90deg, #161310, #241f1b 48%, #161310);
  border-bottom: 1px solid rgba(208, 186, 138, .24);
  border-top: 1px solid rgba(208, 186, 138, .22);
  padding: 17px 0;
}

.vene-treatment-marquee .comm {
  gap: 24px;
}

.vene-treatment-marquee .cmn-textslide {
  color: rgba(255, 255, 255, .94);
  font-size: clamp(20px, 2vw, 30px);
  line-height: 1.2;
  text-transform: none;
}

.vene-treatment-marquee .cmn-textslide i {
  align-items: center;
  background: rgba(208, 186, 138, .14);
  border: 1px solid rgba(208, 186, 138, .28);
  border-radius: 50%;
  color: var(--vene-gold);
  display: inline-flex;
  font-size: 15px;
  height: 34px;
  justify-content: center;
  width: 34px;
}

.vene-map-section {
  background:
    linear-gradient(180deg, rgba(255, 250, 244, .94), rgba(255, 255, 255, .98));
  margin: 0 25px 30px;
  padding: 0;
}

.vene-map-frame {
  border-radius: 0 0 24px 24px;
  border-top: 1px solid rgba(208, 186, 138, .32);
  box-shadow: 0 -18px 55px rgba(31, 27, 24, .06);
  height: clamp(300px, 36vw, 460px);
  min-height: 320px;
  overflow: hidden;
  position: relative;
  width: 100%;
}

.vene-map-frame::before {
  display: none;
}

.vene-map-frame iframe {
  border: 0;
  display: block;
  filter: saturate(.82) contrast(.96);
  height: 100%;
  width: 100%;
}

.vene-footer::before {
  background: var(--white) !important;
}

.vene-footer .footer-bottom {
  border-top: 0;
  flex-direction: column;
  justify-content: center;
  gap: 12px;
  padding-top: 0;
  position: relative;
}

.vene-footer-details {
  color: var(--header);
  display: grid;
  gap: 4px;
  justify-items: center;
  margin-top: 8px;
}

.vene-footer p {
  color: var(--header);
  font-size: 15px;
  font-weight: 700;
  margin: 0;
  text-transform: none;
}

.vene-footer .footer-logo img {
  display: block;
  filter: brightness(0);
  height: auto;
  margin: 0 auto 26px;
  width: 150px;
}

.vene-floating-whatsapp {
  align-items: center;
  background-color: #1f9f61;
  border-radius: 50%;
  bottom: 24px;
  box-shadow: 0 12px 30px rgba(31, 159, 97, .32);
  color: var(--white);
  display: flex;
  font-size: 30px;
  height: 62px;
  justify-content: center;
  position: fixed;
  right: 24px;
  width: 62px;
  z-index: 9999;
}

.vene-floating-whatsapp:hover {
  background-color: var(--theme);
  color: var(--white);
}

@media (max-width: 1599px) {
  .vene-hero .hero-content h1 {
    max-width: 640px;
  }
}

@media (max-width: 1399px) {
  .vene-header .header-main .header-right .call-item {
    display: flex !important;
  }

  .vene-hero::after,
  .vene-hero .signature-image {
    display: none;
  }
}

@media (max-width: 1199px) {
  .vene-logo {
    min-width: 118px;
  }

  .vene-logo img {
    width: 118px;
  }

  .vene-header .mean__menu-wrapper {
    display: none;
  }

  .vene-header .header-main {
    justify-content: space-between;
  }

  .vene-header .header-main .header-right {
    margin-left: auto;
    padding-right: 58px;
  }

  .vene-header .header__hamburger {
    display: block !important;
    position: absolute;
    right: 15px;
    top: 34px;
    z-index: 1001;
  }

  .vene-header .sidebar__toggle {
    align-items: center;
    background: rgba(255, 255, 255, .12);
    border: 1px solid rgba(255, 255, 255, .22);
    border-radius: 6px;
    color: var(--white) !important;
    display: flex;
    font-size: 22px;
    height: 42px;
    justify-content: center;
    width: 42px;
  }

  .vene-header .vene-mobile-toggle {
    display: flex !important;
    left: min(calc(100vw - 57px), 333px);
    right: auto;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .vene-header .vene-mobile-toggle {
    display: none !important;
  }
}

@media (max-width: 991px) {
  .vene-header .header-main .header-right .call-item {
    display: none !important;
  }

  .vene-header .header-main .header-right {
    padding-right: 0;
  }
}

@media (max-width: 991px) {
  .vene-hero.hero-1 {
    height: auto;
    min-height: auto;
    padding-bottom: 36px;
    padding-top: 104px;
  }

  .vene-hero .hero-content h1 {
    font-size: 38px;
    line-height: 1.06;
    max-width: 560px;
  }

  .vene-hero.hero-1 .hero-content .vene-hero-subtitle {
    font-size: 16px;
    max-width: 500px;
  }

  .vene-hero-plan {
    max-width: 640px;
  }


  .vene-video-testimonial {
    margin: 0 25px;
  }

  .vene-video-phone {
    margin-left: 0;
  }

  .vene-counter-row,
  .vene-counter-row.light {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 767px) {
  .vene-contact .vene-offer-card h2 {
    font-size: 31px;
  }

  .vene-offer-price-row {
    gap: 16px;
  }

  .vene-new-price {
    font-size: 56px;
  }

  .vene-offer-features {
    grid-template-columns: repeat(2, 1fr);
  }

  .vene-before-after .section-title-area {
    align-items: flex-start;
    display: block;
    margin-bottom: 24px;
  }

  .vene-before-after .section-title-area p {
    margin-top: 18px;
  }

  .vene-hero.hero-1 {
    height: auto;
    min-height: 100svh;
    padding-bottom: 18px;
    padding-top: 76px;
  }

  .vene-hero-shell {
    padding: 0 16px;
  }

  .vene-hero .hero-content h1 {
    font-size: 23px;
    line-height: 1.1;
    max-width: min(304px, calc(100vw - 40px));
    width: 100%;
  }

  .vene-hero-kicker {
    font-size: 11px;
    letter-spacing: .16em;
    line-height: 1.2;
    margin-bottom: 14px;
    max-width: min(320px, calc(100vw - 40px));
    text-align: center;
    white-space: nowrap;
  }

  .vene-hero-kicker::after {
    background: #c9a366;
    content: "";
    display: block;
    height: 2px;
    margin: 9px auto 0;
    width: 96px;
  }

  .vene-hero.hero-1 .hero-content .vene-hero-subtitle {
    display: none;
  }

  .vene-hero-price-card {
    align-items: center;
    background:
      linear-gradient(180deg, rgba(248, 229, 191, .98), rgba(232, 199, 138, .96)),
      linear-gradient(135deg, rgba(255, 255, 255, .45), rgba(255, 255, 255, 0));
    border: 1px solid rgba(207, 168, 95, .82);
    border-radius: 24px;
    box-shadow:
      0 18px 34px rgba(45, 29, 10, .18),
      inset 0 1px 0 rgba(255, 255, 255, .5);
    color: #7c5520;
    display: flex;
    flex-direction: column;
    margin-bottom: 10px;
    max-width: min(320px, calc(100vw - 42px));
    opacity: 0;
    padding: 12px 14px 11px;
    text-align: center;
    transform: translateY(8px);
    will-change: opacity, transform;
    width: 100%;
    animation: none;
  }

  .vene-hero-price-card-top {
    font-size: 13px;
    font-weight: 400;
    line-height: 1.15;
    margin-bottom: 5px;
  }

  .vene-hero-price-value {
    color: #a87526;
    font-family: "Gilda Display", serif;
    font-size: clamp(58px, 16vw, 72px);
    font-weight: 700;
    line-height: .9;
    margin-bottom: 5px;
  }

  .vene-hero-price-card-bottom {
    border-top: 1px solid rgba(124, 85, 32, .12);
    font-size: 12px;
    font-weight: 500;
    line-height: 1.2;
    padding-top: 6px;
  }

  @keyframes fadeInPrice {
    from {
      opacity: 0;
      transform: translateY(8px);
    }

    to {
      opacity: 1;
      transform: translateY(0);
    }
  }

  .vene-preloader-done .vene-hero-price-card {
    animation: fadeInPrice .5s ease-out .25s forwards;
  }

  .vene-hero-badge {
    border-radius: 18px;
    justify-content: center;
    font-size: 12px;
    max-width: calc(100vw - 42px);
    padding-left: 10px;
    padding-right: 10px;
    text-align: left;
  }

  .vene-hero-google-reviews {
    align-items: center;
    flex-direction: row;
    gap: 10px;
    justify-content: center;
    max-width: calc(100vw - 42px);
    padding-left: 10px;
    padding-right: 10px;
    text-align: left;
  }

  .vene-hero-google-copy {
    display: flex;
    flex-direction: column;
    line-height: 0.8 !important;
  }

  .vene-hero-google-break {
    display: block;
  }

  .metodo-cuerpo-landing .vene-hero-google-reviews {
    align-items: center;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 8px;
    justify-content: center;
    text-align: left;
  }

  .metodo-cuerpo-landing .vene-hero-google-copy {
    align-items: center;
    display: inline-flex;
    flex-direction: row;
    gap: 4px;
    line-height: 1;
    white-space: nowrap;
  }

  .metodo-cuerpo-landing .vene-hero-google-break {
    display: none;
  }

  .metodo-cuerpo-landing .vene-hero-google-dot {
    display: inline-block;
  }

  .vene-hero-actions .theme-btn {
    box-sizing: border-box;
    font-size: 14px;
    justify-content: center;
    line-height: 1.2;
    max-width: 100%;
    min-width: 0;
    min-height: 52px;
    padding-left: 24px;
    padding-right: 24px;
    text-align: center;
    white-space: nowrap;
    width: fit-content;
  }

  .vene-treatment-marquee {
    padding: 13px 0;
  }

  .vene-treatment-marquee .comm {
    gap: 16px;
  }

  .vene-treatment-marquee .cmn-textslide {
    font-size: 19px;
    gap: 10px;
  }

  .vene-treatment-marquee .cmn-textslide i {
    font-size: 13px;
    height: 29px;
    width: 29px;
  }

  .vene-hero-actions {
    max-width: calc(100vw - 32px);
    width: 100%;
  }

  .vene-hero-actions .theme-btn i {
    flex-shrink: 0;
  }

  .vene-hero-plan {
    align-self: center !important;
    border-radius: 16px;
    margin-top: 22px;
    max-width: 100%;
    padding: 22px 18px;
  }

  .vene-hero-plan h4 {
    font-size: 26px;
  }

  .vene-benefit-card,
  .vene-step-card {
    padding: 30px 24px;
  }

  .vene-benefit-card h3,
  .vene-step-card h3 {
    font-size: 22px;
  }

  .vene-result-note,
  .vene-video-testimonial blockquote {
    font-size: 18px;
  }

  .vene-faq .faq-image.vene-faq-visual {
    min-height: 380px;
    padding: 30px;
  }

  .vene-ba-slider {
    aspect-ratio: 16 / 8;
    max-height: 300px;
    min-height: 230px;
  }

  .vene-ba-label {
    left: 16px;
    top: 16px;
  }

  .vene-ba-label.after {
    right: 16px;
  }

  .vene-countdown,
  .vene-mini-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .vene-price-row {
    align-items: flex-start;
    flex-direction: column;
  }

  .vene-price-row i {
    transform: rotate(90deg);
  }
}

@media (max-width: 575px) {
  .vene-contact {
    margin: 0 15px;
  }

  .vene-contact .vene-offer-card {
    padding: 28px 18px;
  }

  .vene-contact .vene-countdown {
    grid-template-columns: repeat(2, 1fr);
  }

  .vene-gift-box {
    align-items: flex-start;
    padding: 16px;
  }

  .vene-header .container-fluid {
    padding: 0 15px !important;
  }

  .vene-logo {
    min-width: 98px;
  }

  .vene-logo img {
    width: 98px;
  }

  .vene-hero.hero-1 .hero-content .hero-wrapper .hero-box {
    padding: 24px;
  }

  .vene-hero .hero-box .top-item {
    align-items: flex-start !important;
    gap: 14px;
  }

  .vene-ba-slider {
    min-height: 220px;
  }

  .vene-ba-handle {
    height: 52px;
    width: 52px;
  }

  .vene-counter-row,
  .vene-counter-row.light {
    grid-template-columns: 1fr;
  }

  .vene-video-testimonial {
    margin: 0 15px;
  }

  .vene-video-testimonial blockquote {
    padding-left: 18px;
  }

  .vene-trust-panel {
    padding: 34px 28px;
  }

  .vene-trust-panel span {
    font-size: 72px;
  }

  .vene-trust-panel h3 {
    font-size: 28px;
  }

  .vene-floating-whatsapp {
    bottom: 18px;
    height: 54px;
    left: min(calc(100vw - 72px), 318px);
    right: auto;
    width: 54px;
  }
}

/* =========================================================
   Vene responsive polish — mobile + laptop refinement
   Added by WISE adjustment
   ========================================================= */
:root { --vene-gold: #D0BA8A; }
html { scroll-behavior: smooth; }
body.vene-landing { overflow-x: hidden; }
body.vene-landing, body.vene-landing p, body.vene-landing a, body.vene-landing input, body.vene-landing button, body.vene-landing small, body.vene-landing span, body.vene-landing li { font-family: "Montserrat", Arial, sans-serif; }
.vene-footer p, .vene-footer .footer-bottom p, .vene-footer [class*="copyright"] p { font-family: "Montserrat", Arial, sans-serif !important; letter-spacing: .01em; }
.vene-offer-eyebrow, .vene-gift-box small, .vene-offer-features span { color: var(--vene-gold) !important; }
.vene-contact .vene-countdown div, .vene-offer-features div, .vene-gift-box, .vene-contact .from-box { border-color: rgba(208, 186, 138, .28) !important; }
.vene-gift-icon { align-items: center; background: rgba(208, 186, 138, .12); border: 1px solid rgba(208, 186, 138, .35); border-radius: 999px; color: var(--vene-gold); display: inline-flex; flex: 0 0 auto; font-size: 20px !important; height: 46px; justify-content: center; width: 46px; }
.vene-gift-box > span.vene-gift-icon { font-size: 20px; }
.vene-ba-image.vene-ba-focus-up { object-position: center 15%; }
.vene-landing .section-padding { padding-top: clamp(64px, 7vw, 110px); padding-bottom: clamp(64px, 7vw, 110px); }
.vene-landing img { max-width: 100%; }
.vene-landing .section-title-area { gap: 22px; }
.vene-landing .section-title h2, .vene-landing .section-title-area h2 { line-height: 1.05; }
@media (min-width: 992px) and (max-width: 1399px) { .vene-hero.hero-1 { min-height: 660px; padding-top: 108px; } .vene-hero .hero-content h1 { font-size: clamp(36px, 3.6vw, 48px); max-width: 760px; } .vene-hero.hero-1 .hero-content .vene-hero-subtitle { max-width: 540px; } .vene-before-after-wrapper { max-width: 960px; } .vene-ba-slider { aspect-ratio: 16 / 6; min-height: 300px; } .vene-contact .vene-offer-card { padding: 36px 32px; } .vene-offer-card h2 { font-size: 34px; } .vene-new-price { font-size: 62px; } }
@media (max-width: 991px) { .vene-header .header-main { min-height: 74px; } .vene-hero.hero-1 { padding-top: 98px; } .vene-hero .hero-content { text-align: left; } .vene-hero .hero-content h1, .vene-hero.hero-1 .hero-content .vene-hero-subtitle { max-width: 100%; } .vene-hero-actions { align-items: stretch; display: grid; gap: 12px; grid-template-columns: 1fr; } .vene-hero-actions .theme-btn, .vene-whatsapp-btn { width: 100%; } .vene-before-after-wrapper { margin-bottom: 22px; } .vene-ba-case-slider { padding-bottom: 50px; } .vene-contact { margin-left: 0; margin-right: 0; } .vene-contact .hotel-booking-wrapper .row { row-gap: 24px; } .vene-contact .vene-offer-card, .vene-contact .from-box { max-width: 100%; } .vene-contact .from-box { padding: 30px 22px; } }
@media (max-width: 767px) { .vene-landing .container { padding-left: 18px; padding-right: 18px; } .vene-landing .section-title h2, .vene-landing .section-title-area h2 { font-size: clamp(30px, 9vw, 42px); } .vene-before-after .section-title-area p { font-size: 15px; line-height: 1.65; } .vene-ba-slider { aspect-ratio: 4 / 3; border-radius: 14px; min-height: 255px; } .vene-ba-image { object-position: center 20%; } .vene-ba-image.vene-ba-focus-up { object-position: center 8%; } .vene-ba-label { font-size: 11px; padding: 8px 12px; } .vene-ba-handle { height: 48px; width: 48px; } .vene-contact .vene-offer-card h2, .vene-offer-card h2 { font-size: clamp(28px, 8vw, 34px); line-height: 1.08; } .vene-offer-price-row { align-items: stretch; display: grid; gap: 14px; grid-template-columns: 1fr; margin-bottom: 20px; } .vene-offer-price-row > div { background: rgba(255,255,255,.065); border: 1px solid rgba(208, 186, 138,.22); border-radius: 14px; padding: 14px 12px; } .vene-offer-price-row i { display: none; } .vene-new-price { font-size: clamp(52px, 15vw, 64px); } .vene-gift-box { align-items: center; display: flex; max-width: 100%; padding: 15px 16px; } .vene-gift-box strong { font-size: 14px; line-height: 1.45; } .vene-offer-features, .vene-contact .vene-countdown { gap: 10px; } .vene-offer-features div { padding: 13px 8px; } .vene-contact .from-box .contact-form-box .form-clt input { height: 54px; } }
@media (max-width: 767px) {
  .vene-ba-stats {
    display: grid;
    gap: 12px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    max-width: 100%;
  }

  .vene-ba-stats > [class*="col-"] {
    max-width: none;
    padding-left: 0;
    padding-right: 0;
  }

  .vene-ba-stat-card {
    align-items: center;
    background: #fff;
    border: 1px solid rgba(208, 186, 138, .10);
    border-radius: 16px;
    box-shadow: 0 4px 12px rgba(18, 14, 10, .06);
    display: flex;
    justify-content: center;
    min-height: 78px;
    padding: 10px 8px;
  }

  .vene-ba-stat-desktop,
  .vene-ba-stat-desktop-label {
    display: none !important;
  }

  .vene-ba-stat-mobile {
    align-items: center;
    display: flex;
    flex-direction: column;
    gap: 0;
  }

  .vene-ba-stat-mobile-value {
    color: #C9A366;
    display: block;
    font-family: "Gilda Display", serif;
    font-size: 28px;
    font-weight: 400;
    line-height: 1;
  }

  .vene-ba-stat-mobile-label {
    color: var(--header);
    display: block;
    font-size: 10px;
    font-weight: 700;
    line-height: 1.1;
    letter-spacing: .04em;
    text-transform: uppercase;
  }

  .vene-ba-stat-card strong {
    font-size: 20px;
    margin-bottom: 4px;
  }

  .vene-ba-stat-card span {
    font-size: 11px;
    line-height: 1.15;
  }
}

@media (min-width: 768px) {
  .vene-ba-stat-mobile {
    display: none !important;
  }

  .vene-ba-stat-desktop,
  .vene-ba-stat-desktop-label {
    display: block !important;
  }
}
@media (max-width: 480px) { .vene-hero .hero-content h1 { font-size: 25px; max-width: min(326px, calc(100vw - 50px)); } .vene-hero.hero-1 .hero-content .vene-hero-subtitle { font-size: 14px; max-width: min(280px, calc(100vw - 70px)); } .vene-hero-badge { max-width: calc(100vw - 64px); } .vene-benefit-card, .vene-step-card, .vene-trust-panel, .vene-contact .vene-offer-card, .vene-contact .from-box { border-radius: 18px; padding-left: 18px; padding-right: 18px; } .vene-ba-slider { min-height: 240px; } .vene-ba-image.vene-ba-focus-up { object-position: center 5%; } .vene-contact .vene-countdown, .vene-offer-features { grid-template-columns: repeat(2, minmax(0, 1fr)); } .vene-contact .vene-countdown strong { font-size: 25px; } .vene-contact .from-box .theme-btn { font-size: 14px; line-height: 1.2; padding-left: 14px; padding-right: 14px; width: 100%; } }

@media (max-width: 480px) {
  .vene-hero.hero-1 {
    padding-top: 100px;
  }

  .vene-hero-kicker {
    font-size: 9px;
    letter-spacing: .12em;
    margin-bottom: 10px;
    max-width: min(290px, calc(100vw - 44px));
  }

  .vene-hero-price-card {
    max-width: min(320px, calc(100vw - 44px));
  }

  .vene-hero-price-card-top {
    font-size: 16px;
  }

  .vene-hero-price-value {
    font-size: clamp(62px, 18vw, 78px);
  }

  .vene-hero-price-card-bottom {
    font-size: 12px;
  }

  .vene-hero-google-reviews {
    font-size: 11px;
  }

  .vene-hero-google-copy {
    font-size: 11px;
  }
}

@media (max-width: 767px) {
  .vene-hero-actions {
    justify-items: center;
    max-width: calc(100vw - 48px);
    width: auto;
  }

  .vene-hero-actions .vene-hero-cta.theme-btn {
    font-size: 12px;
    min-height: 42px;
    min-width: 0;
    padding: 10px 16px;
    white-space: normal;
    width: 100% !important;
  }

  .vene-hero-microcopy {
    font-size: 11px;
    line-height: 1.3;
    margin: 7px 0 8px;
  }

  .vene-testimonial-copy .transition-text,
  .vene-testimonial-copy .vene-benefits-cta {
    text-align: center;
  }

  .vene-testimonial-copy .vene-benefits-cta {
    align-items: center;
  }

  .vene-testimonial-copy .vene-benefits-cta .theme-btn {
    margin-left: auto;
    margin-right: auto;
  }

  .vene-contact-final .vene-form-surface {
    padding: 24px 18px;
  }

  .vene-contact-final .vene-form-surface .sec-title {
    font-size: clamp(30px, 9vw, 38px);
    line-height: 1.05;
    margin-bottom: 12px;
    text-align: center;
  }

  .vene-contact-final .vene-form-surface .vene-form-kicker {
    display: block;
    text-align: center;
    width: 100%;
  }

  .vene-contact-final .vene-form-surface p {
    font-size: 16px;
    line-height: 1.45;
    margin-bottom: 24px;
    text-align: center;
  }

  .vene-contact-final .from-box .theme-btn {
    font-size: 13px;
    line-height: 1.18;
    min-height: 72px;
    padding-left: 18px;
    padding-right: 18px;
    white-space: normal;
  }

  .vene-contact-submit-microcopy {
    margin-top: 10px;
    text-align: center;
  }

  .vene-whatsapp-separator {
    align-items: center;
    display: flex;
    gap: 12px;
    margin: 22px 0 14px;
  }

  .vene-whatsapp-separator::before,
  .vene-whatsapp-separator::after {
    background: rgba(255, 255, 255, .14);
    content: "";
    flex: 1 1 auto;
    height: 1px;
  }

  .vene-whatsapp-separator span {
    color: rgba(255, 255, 255, .62);
    flex: 0 0 auto;
    font-size: 11px;
    letter-spacing: .14em;
  }

  .vene-contact-alt {
    gap: 10px;
  }

.vene-contact .from-box .vene-whatsapp-contact {
  font-size: 13px;
  line-height: 1.2;
  max-width: 270px;
  min-height: 56px;
  margin-left: auto;
  margin-right: auto;
  padding: 12px 16px;
  white-space: normal;
  word-break: normal;
}

.vene-contact-alt .theme-btn {
  font-size: 14px;
  min-height: 56px;
  padding-left: 16px;
  padding-right: 16px;
}

.metodo-cuerpo-landing .vene-contact .from-box .vene-whatsapp-contact {
  max-width: 100%;
}

  .vene-map-section {
    margin: 0 12px 16px;
  }

  .vene-map-frame {
    min-height: 240px;
  }

  .vene-footer {
    padding: 34px 0 24px;
  }

  .vene-footer .footer-logo img {
    margin-bottom: 12px;
    width: 132px;
  }

  .vene-footer-details {
    gap: 2px;
    margin-top: 2px;
  }

  .vene-footer p {
    font-size: 13px;
    line-height: 1.35;
  }
}



/* =========================================================
   AJUSTE INDIVIDUAL DE FOTOS BEFORE / AFTER
   Para mover cada foto:
   - Menor porcentaje = la imagen sube
   - Mayor porcentaje = la imagen baja
   Ejemplo: object-position: center 8%;
   ========================================================= */

.vene-ba-image.ba-hero-before { object-position: center 28%; }
.vene-ba-image.ba-hero-after { object-position: center 22%; }

.vene-ba-image.ba-melania-before { object-position: center 28%; }
.vene-ba-image.ba-melania-after { object-position: center 24%; }

.vene-ba-image.ba-estella-before { object-position: center 24%; }
.vene-ba-image.ba-estella-after { object-position: center 10%; }

.vene-ba-image.ba-nuria-before { object-position: center 28%; }
.vene-ba-image.ba-nuria-after { object-position: center 24%; }

.vene-ba-image.ba-antonio-before { object-position: center 26%; }
.vene-ba-image.ba-antonio-after { object-position: center 10%; }

/* Ajustes solicitados móvil */
.footer-bottom .wise-credit,
.vene-footer .wise-credit {
    font-family: 'Montserrat', 'Inter', 'Poppins', Arial, sans-serif !important;
    text-transform: uppercase;
    letter-spacing: .18em;
    font-size: 12px;
    font-weight: 500;
}

@media (max-width: 1199px) {
    .vene-mobile-toggle { display: none !important; }
}

@media (max-width: 767px) {
    .vene-header.sticky,
    .header-1.sticky,
    #header-sticky.sticky,
    .sticky-header,
    .header-1.animated,
    .vene-header.header-sticky {
        background: #ffffff !important;
    }

    .vene-header.sticky .sidebar__toggle i,
    .header-1.sticky .sidebar__toggle i,
    #header-sticky.sticky .sidebar__toggle i,
    .sticky-header .sidebar__toggle i,
    .header-1.animated .sidebar__toggle i,
    .vene-header.header-sticky .sidebar__toggle i,
    .vene-header .header__hamburger .sidebar__toggle i {
        color: #000000 !important;
    }

    .vene-header .header__hamburger .sidebar__toggle {
        border-color: rgba(0,0,0,.18) !important;
    }

    .vene-faq,
    .vene-faq .container,
    .vene-faq .faq-wrapper,
    .vene-faq .faq-image,
    .vene-faq-template,
    .vene-faq .faq-man-image {
        max-width: 100% !important;
        overflow: hidden !important;
    }

    .vene-faq img,
    .vene-faq .faq-image img,
    .vene-faq-template img,
    .faq-man-image img {
        max-width: 100% !important;
        width: 100% !important;
        height: auto !important;
        object-fit: cover !important;
        display: block !important;
    }

    .vene-faq .faq-image,
    .vene-faq-template,
    .vene-faq .faq-man-image {
        margin-left: 0 !important;
        margin-right: 0 !important;
        transform: none !important;
    }

    .vene-floating-whatsapp {
        right: 10px !important;
        left: auto !important;
        bottom: 18px !important;
    }

    .footer-bottom .wise-credit,
    .vene-footer .wise-credit {
        font-family: 'Montserrat', 'Inter', 'Poppins', Arial, sans-serif !important;
        text-transform: uppercase;
        letter-spacing: .22em;
        font-size: 11px;
        font-weight: 500;
    }
}

/* Corrección header móvil: alineación logo/menu + colores normal/sticky */
@media (max-width: 767px) {
  .vene-header .container-fluid {
    padding-left: 18px !important;
    padding-right: 18px !important;
  }

  .vene-header .header-main {
    align-items: center !important;
    display: flex !important;
    justify-content: space-between !important;
    min-height: 74px !important;
    padding: 0 !important;
    width: 100% !important;
  }

  .vene-header .header-left,
  .vene-header .header-left .logo {
    align-items: center !important;
    display: flex !important;
    height: 74px !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  .vene-header .vene-logo,
  .vene-header .header-logo,
  .vene-header .header-logo-2 {
    align-items: center !important;
    display: inline-flex !important;
    height: 74px !important;
    line-height: 1 !important;
    margin: 0 !important;
    min-height: 74px !important;
    min-width: 112px !important;
    padding: 0 !important;
  }

  .vene-header .vene-logo img,
  .vene-header .header-logo img,
  .vene-header .header-logo-2 img {
    display: block !important;
    height: auto !important;
    margin: 0 !important;
    max-height: 44px !important;
    object-fit: contain !important;
    width: 112px !important;
  }

  .vene-header .header-main .header-right {
    align-items: center !important;
    display: flex !important;
    height: 74px !important;
    justify-content: flex-end !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  .vene-header .header__hamburger {
    align-items: center !important;
    display: flex !important;
    height: 74px !important;
    margin: 0 !important;
    position: static !important;
    right: auto !important;
    top: auto !important;
    z-index: 1001 !important;
  }

  .vene-header .header__hamburger .sidebar__toggle {
    align-items: center !important;
    background: transparent !important;
    border: 1px solid rgba(255,255,255,.55) !important;
    border-radius: 8px !important;
    display: flex !important;
    height: 42px !important;
    justify-content: center !important;
    margin: 0 !important;
    padding: 0 !important;
    width: 42px !important;
  }

  .vene-header:not(.sticky):not(.animated):not(.header-sticky) .header__hamburger .sidebar__toggle i,
  #header-sticky:not(.sticky):not(.animated) .header__hamburger .sidebar__toggle i {
    color: #ffffff !important;
  }

  .vene-header.sticky .header__hamburger .sidebar__toggle,
  .header-1.sticky .header__hamburger .sidebar__toggle,
  #header-sticky.sticky .header__hamburger .sidebar__toggle,
  .header-1.animated .header__hamburger .sidebar__toggle,
  .vene-header.header-sticky .header__hamburger .sidebar__toggle {
    border-color: rgba(0,0,0,.20) !important;
  }

  .vene-header.sticky .header__hamburger .sidebar__toggle i,
  .header-1.sticky .header__hamburger .sidebar__toggle i,
  #header-sticky.sticky .header__hamburger .sidebar__toggle i,
  .header-1.animated .header__hamburger .sidebar__toggle i,
  .vene-header.header-sticky .header__hamburger .sidebar__toggle i {
    color: #000000 !important;
  }
}

/* Ajuste móvil: mover fondo del hero/header principal hacia la derecha para mostrar a la persona */
@media (max-width: 767px) {
  .vene-hero {
    background-position: right center !important;
  }

  .vene-hero.hero-1 {
    background-position: right center !important;
  }
}

@media (max-width: 480px) {
  .vene-hero,
  .vene-hero.hero-1 {
    background-position: 78% center !important;
  }
}

/* Fix móvil: mostrar solo el logo correcto en header normal / sticky */
@media (max-width: 767px) {
  .vene-header .header-left .logo {
    position: relative !important;
  }

  /* Estado normal: logo claro visible, logo oscuro oculto */
  .vene-header .header-logo {
    display: inline-flex !important;
    opacity: 1 !important;
    visibility: visible !important;
  }

  .vene-header .header-logo-2 {
    display: none !important;
    opacity: 0 !important;
    visibility: hidden !important;
  }

  /* Estado sticky: logo oscuro visible, logo claro oculto */
  .vene-header.sticky .header-logo,
  .header-1.sticky .header-logo,
  #header-sticky.sticky .header-logo,
  .header-1.animated .header-logo,
  .vene-header.header-sticky .header-logo {
    display: none !important;
    opacity: 0 !important;
    visibility: hidden !important;
  }

  .vene-header.sticky .header-logo-2,
  .header-1.sticky .header-logo-2,
  #header-sticky.sticky .header-logo-2,
  .header-1.animated .header-logo-2,
  .vene-header.header-sticky .header-logo-2 {
    display: inline-flex !important;
    opacity: 1 !important;
    visibility: visible !important;
  }
}

/* Corrección móvil: segunda columna de Preguntas frecuentes */
@media (max-width: 767px) {
  .vene-faq .row {
    row-gap: 26px !important;
  }

  .metodo-cuerpo-landing .vene-faq .faq-box {
    display: none !important;
  }

  .vene-faq .faq-image.vene-faq-template,
  .vene-faq .vene-faq-template {
    aspect-ratio: auto !important;
    border-radius: 16px !important;
    display: block !important;
    height: auto !important;
    margin-top: 8px !important;
    min-height: 0 !important;
    overflow: hidden !important;
    position: relative !important;
    width: 100% !important;
  }

  .vene-faq .vene-faq-template > img {
    aspect-ratio: 16 / 10 !important;
    border-radius: 16px !important;
    display: block !important;
    height: auto !important;
    max-height: none !important;
    object-fit: cover !important;
    object-position: center top !important;
    width: 100% !important;
  }

  .metodo-cuerpo-landing .vene-hero-bg-video {
    object-position: center top !important;
    transform: translate(-50%, -62%) !important;
  }

  .vene-faq .vene-faq-template .faq-man-image {
    border: 6px solid rgba(255, 255, 255, .95) !important;
    border-radius: 14px !important;
    bottom: 12px !important;
    box-shadow: 0 14px 30px rgba(31, 27, 24, .14) !important;
    left: 12px !important;
    max-width: 112px !important;
    overflow: hidden !important;
    position: absolute !important;
    transform: none !important;
    width: 32% !important;
    z-index: 2 !important;
  }

  .vene-faq .vene-faq-template .faq-man-image img {
    aspect-ratio: 4 / 5 !important;
    border-radius: 10px !important;
    display: block !important;
    height: auto !important;
    object-fit: cover !important;
    width: 100% !important;
  }

  .vene-faq .vene-faq-template .faq-box {
    align-items: center !important;
    background: transparent !important;
    border: 0 !important;
    border-radius: 0 !important;
    bottom: 12px !important;
    box-shadow: none !important;
    display: flex !important;
    justify-content: center !important;
    max-width: 150px !important;
    min-height: 0 !important;
    padding: 0 !important;
    position: absolute !important;
    right: 12px !important;
    width: 42% !important;
    z-index: 3 !important;
  }

  .vene-faq .vene-faq-template .faq-box .logo-image,
  .vene-faq .vene-faq-template .faq-box .logo-image img {
    margin: 0 !important;
    max-width: 100% !important;
  }

  .vene-faq .vene-faq-template .faq-box .logo-image img {
    display: block !important;
    height: auto !important;
    max-height: 32px !important;
    object-fit: contain !important;
    width: 100px !important;
  }
}

@media (max-width: 420px) {
  .vene-faq .vene-faq-template .faq-man-image {
    max-width: 96px !important;
    width: 30% !important;
  }

  .vene-faq .vene-faq-template .faq-box {
    max-width: 132px !important;
    min-height: 0 !important;
    padding: 0 !important;
    width: 40% !important;
  }

  .vene-faq .vene-faq-template .faq-box .logo-image img {
    max-height: 28px !important;
    width: 88px !important;
  }
}

/* Oferta y contacto separados */
.vene-offer-showcase {
  background-color: #fff9f1;
  background-image: url("../img/vene/offer-vector-bg.svg");
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  border-radius: 0;
  isolation: isolate;
  margin-left: 0;
  margin-right: 0;
  overflow: hidden;
  position: relative;
}

.vene-offer-showcase::before {
  background:
    linear-gradient(180deg, rgba(255, 250, 244, .74), rgba(255, 255, 255, .82));
  content: "";
  inset: 0;
  position: absolute;
  z-index: -1;
}

.vene-offer-showcase.section-padding {
  padding-bottom: 58px;
  padding-top: 58px;
}

.vene-offer-showcase .container {
  position: relative;
  z-index: 2;
}

.vene-offer-showcase *,
.vene-contact-final * {
  min-width: 0;
}

.vene-offer-showcase-wrapper {
  padding: 0;
}

.vene-offer-copy {
  margin: 0 auto;
  max-width: 720px;
  padding-right: 0;
  text-align: center;
}

.vene-offer-copy .vene-offer-eyebrow {
  color: var(--vene-gold);
  margin-bottom: 18px;
}

.vene-offer-copy h2 {
  color: var(--header);
  font-size: clamp(38px, 4.2vw, 58px);
  line-height: 1.04;
  margin: 0 auto 24px;
  max-width: 760px;
}

.vene-offer-copy p {
  color: var(--text);
  font-size: 17px;
  line-height: 1.75;
  margin-bottom: 28px;
  max-width: 560px;
}

.vene-offer-copy .vene-gift-box {
  background: rgba(255, 255, 255, .82);
  border-color: rgba(208, 186, 138, .22);
  margin: 0 auto;
}

.vene-offer-showcase .vene-offer-card {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, .94), rgba(255, 249, 242, .9));
  border: 1px solid rgba(208, 186, 138, .18);
  box-shadow: 0 24px 70px rgba(31, 27, 24, .09);
  color: var(--header);
  margin: 0 auto;
  max-width: 760px;
  padding: 32px 42px;
  text-align: center;
}

.vene-offer-showcase .vene-offer-price-row {
  gap: 30px;
  justify-content: center;
  margin: 0 auto 18px;
  max-width: 390px;
}

.vene-offer-showcase .vene-offer-price-row > div {
  background: transparent;
  border: 0;
  text-align: center;
}

.vene-offer-showcase .vene-offer-price-row span,
.vene-offer-showcase .vene-offer-features span,
.vene-offer-showcase .vene-offer-valid {
  color: var(--vene-gold);
}

.vene-offer-showcase .vene-old-price {
  color: #7f766d;
  display: inline-block;
}

.vene-offer-showcase .vene-old-price::after {
  background-color: rgba(31, 27, 24, .7);
}

.vene-offer-showcase .vene-new-price,
.vene-offer-showcase .vene-offer-valid strong,
.vene-offer-showcase .vene-offer-features strong {
  color: var(--header);
}

.vene-offer-showcase .vene-offer-price-row i {
  color: var(--vene-gold);
  font-size: 24px;
  margin-top: 15px;
}

.vene-offer-showcase .vene-countdown div,
.vene-offer-showcase .vene-offer-features div {
  background: rgba(255, 255, 255, .74);
  border: 1px solid rgba(208, 186, 138, .22);
  padding: 11px 8px;
}

.vene-offer-showcase .vene-countdown strong {
  color: var(--header);
  font-size: 25px;
}

.vene-offer-showcase .vene-countdown span {
  color: var(--vene-muted);
}

.vene-offer-showcase .vene-offer-cta {
  justify-content: center;
  margin-top: 18px;
  min-width: 290px;
  width: auto;
}

.vene-offer-centered .vene-offer-eyebrow {
  margin-bottom: 18px;
}

.vene-offer-centered h2 {
  color: var(--header);
  font-size: clamp(32px, 3.3vw, 46px);
  line-height: 1.04;
  margin: 0 auto 22px;
  max-width: 600px;
}

.vene-offer-centered .vene-gift-box {
  background: rgba(255, 255, 255, .82);
  border-color: rgba(208, 186, 138, .22);
  margin-bottom: 18px;
  padding: 13px 20px;
}

.vene-offer-centered .vene-gift-box strong {
  color: var(--header);
}

.vene-offer-centered .vene-offer-features {
  margin-left: auto;
  margin-right: auto;
  max-width: 650px;
}

.vene-offer-centered .vene-offer-valid {
  margin-bottom: 14px;
}

.vene-offer-centered .vene-countdown {
  margin-bottom: 16px;
  max-width: 650px;
}

.vene-contact-final {
  background-color: #1b1714;
  background-position: center right;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  padding-top: 85px;
}

.vene-contact-final::before {
  background: linear-gradient(90deg, rgba(24, 20, 18, .18) 0%, rgba(24, 20, 18, .08) 40%, rgba(24, 20, 18, .04) 100%);
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
  z-index: 1;
}

.vene-contact-final .hotel-booking-wrapper {
  position: relative;
  z-index: 2;
}

.vene-contact-intro {
  background-color: var(--white);
  border: 1px solid rgba(255, 255, 255, .72);
  box-shadow: 0 24px 70px rgba(0, 0, 0, .22);
  color: var(--header);
}

.vene-contact-intro .section-title .sub-title {
  color: var(--vene-gold);
}

.vene-contact-intro .section-title h2 {
  color: var(--header);
  font-size: clamp(34px, 3.2vw, 46px);
  line-height: 1.06;
  max-width: 520px;
}

.vene-contact-intro .text {
  color: var(--text);
  font-size: 17px;
  line-height: 1.75;
}

.vene-contact-benefits {
  border-bottom: 1px solid rgba(31, 27, 24, .14);
  display: grid;
  gap: 9px 14px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 22px;
  padding-bottom: 24px;
}

.vene-contact-benefits div {
  align-items: flex-start;
  display: flex;
  gap: 9px;
}

.vene-contact-benefits i {
  align-items: center;
  background: rgba(208, 186, 138, .12);
  border-radius: 50%;
  color: var(--vene-gold);
  display: inline-flex;
  flex: 0 0 22px;
  font-size: 11px;
  height: 22px;
  justify-content: center;
  margin-top: 2px;
  width: 22px;
}

.vene-contact-benefits span {
  color: var(--header);
  font-size: 13.5px;
  font-weight: 400;
  line-height: 1.38;
}

.vene-contact-intro .contact-item {
  margin-top: 26px !important;
}

.vene-contact-intro .contact-item .theme-btn {
  flex: 0 0 auto;
}

.vene-contact-intro .contact-item .vene-contact-mobile-cta {
  display: none !important;
}

.vene-contact-intro .contact-item .call-item .icon {
  background-color: var(--header);
}

.vene-contact-final .from-box {
  box-shadow: 0 24px 70px rgba(0,0,0,.28);
}

.vene-contact-final .vene-form-surface {
  background: rgba(18, 16, 14, .46);
  border: 1px solid rgba(255, 255, 255, .14);
  border-radius: 8px;
  box-shadow: 0 18px 54px rgba(0, 0, 0, .22);
  padding: 28px 24px;
}

.vene-contact-final .vene-form-surface .sec-title,
.vene-contact-final .vene-form-surface p,
.vene-contact-final .vene-form-surface .form-clt span {
  text-shadow: 0 2px 12px rgba(0, 0, 0, .42);
}

.vene-contact-final .vene-form-surface p,
.vene-contact-final .vene-form-surface .vene-whatsapp-separator {
  color: rgba(255, 255, 255, .86);
}

.rgpd-container {
  align-items: flex-start;
  display: flex;
  gap: 12px;
  margin: 4px 0 16px;
}

.rgpd-checkbox {
  appearance: none;
  background: rgba(255, 255, 255, .02);
  border: 1px solid rgba(255, 255, 255, .42);
  border-radius: 6px;
  cursor: pointer;
  flex: 0 0 20px;
  height: 20px;
  position: relative;
  width: 20px;
}

.rgpd-checkbox:checked {
  background: #C9A366;
  border-color: #C9A366;
}

.rgpd-checkbox:checked::after {
  color: #141210;
  content: "✓";
  font-size: 14px;
  font-weight: 800;
  left: 3px;
  line-height: 1;
  position: absolute;
  top: 0;
}

.rgpd-text {
  color: rgba(255, 255, 255, .88);
  font-size: 13px;
  line-height: 1.45;
}

.rgpd-link {
  color: #C9A366;
  text-decoration: underline;
}

.vene-contact-alt {
  display: grid;
  gap: 12px;
  margin-top: 16px;
}

.vene-contact-alt .theme-btn {
  justify-content: center;
  width: 100%;
}

@media (max-width: 991px) {
  .vene-offer-showcase,
  .vene-contact-final {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .vene-offer-copy {
    padding-right: 0;
  }

  .vene-offer-showcase .vene-offer-card {
    margin-left: 0;
    max-width: 100%;
  }

  .vene-contact-benefits {
    grid-template-columns: 1fr;
  }

  .vene-contact-intro .section-title h2 {
    font-size: clamp(30px, 8vw, 40px);
  }

}

@media (min-width: 992px) {
  .vene-testimonial-copy {
    text-align: left;
  }

  .vene-testimonial-copy .transition-text,
  .vene-testimonial-copy .vene-benefits-cta {
    text-align: left;
  }

  .vene-testimonial-copy .vene-benefits-cta {
    align-items: flex-start;
  }

  .vene-testimonial-copy .vene-benefits-cta .theme-btn {
    margin-left: 0;
  }
}

@media (max-width: 767px) {
  html {
    scroll-padding-top: 88px;
  }

  #inicio,
  #beneficios,
  #tratamiento,
  #antes-despues,
  #testimonios,
  #faq,
  #contacto,
  #vene-contact-form {
    scroll-margin-top: 88px;
  }

  .mean-container .mean-nav ul li.vene-menu-cta {
    display: block !important;
  }

  .mean-container .mean-nav ul li.vene-menu-cta > a {
    align-items: center;
    background: #C9A366;
    border: 0 !important;
    border-radius: 999px;
    color: #fff !important;
    display: inline-flex;
    font-size: 13px !important;
    justify-content: center;
    line-height: 1.1 !important;
    margin: 4px 0 10px;
    max-width: 100%;
    padding: 12px 16px !important;
    text-transform: none;
    white-space: nowrap;
    width: auto;
  }
}

@media (max-width: 767px) {
  .vene-contact-intro .contact-item .vene-contact-mobile-cta {
    display: inline-flex !important;
  }
}

@media (max-width: 767px) {
  .vene-section-cta.theme-btn,
  .vene-contact .from-box .theme-btn,
  .vene-hero-actions .vene-hero-cta.theme-btn {
    min-width: 0;
    white-space: nowrap;
  }

  .vene-cta-arrow {
    display: none !important;
  }

  .vene-section-cta.theme-btn {
    font-size: 12.5px;
    padding-left: 16px;
    padding-right: 16px;
  }
}

@media (max-width: 480px) {
  .vene-section-cta.theme-btn,
  .vene-contact .from-box .theme-btn,
  .vene-hero-actions .vene-hero-cta.theme-btn {
    font-size: 12px;
    line-height: 1.15;
    padding-left: 14px;
    padding-right: 14px;
  }
}

@media (max-width: 575px) {
  html,
  body,
  .vene-landing {
    max-width: 100vw;
    overflow-x: hidden;
  }

  .vene-landing section,
  .vene-landing .container,
  .vene-landing .container-fluid {
    max-width: 100vw !important;
    overflow-x: hidden;
  }

  .vene-landing .row {
    --bs-gutter-x: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .vene-landing [class*="col-"] {
    min-width: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .vene-landing .section-title h2,
  .vene-landing .section-title-area .section-title h2 {
    font-size: clamp(27px, 7.5vw, 31px);
    line-height: 1.08;
    margin-left: auto;
    margin-right: auto;
    overflow-wrap: break-word;
    white-space: normal !important;
  }

  .vene-benefits .row,
  .vene-steps .row {
    --bs-gutter-x: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .vene-benefits [class*="col-"],
  .vene-steps [class*="col-"] {
    padding-left: 0;
    padding-right: 0;
  }

  .vene-benefit-card,
  .vene-step-card {
    overflow: hidden;
    width: 100%;
  }

  .vene-benefit-card h3,
  .vene-benefit-card p,
  .vene-step-card h3,
  .vene-step-card p {
    max-width: 100%;
    overflow-wrap: anywhere;
    white-space: normal !important;
    word-break: normal;
  }

  .vene-benefit-card h3,
  .vene-step-card h3 {
    font-size: 21px;
    line-height: 1.18;
  }

  .vene-benefit-card p,
  .vene-step-card p {
    font-size: 15px;
    line-height: 1.55;
  }

  .vene-hero .hero-content {
    align-items: center;
    text-align: center;
  }

  .vene-hero .hero-content h1,
  .vene-hero.hero-1 .hero-content .vene-hero-subtitle {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }

  .vene-hero-badge {
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }

  .vene-hero-actions {
    justify-items: center;
  }

  .vene-hero-actions .vene-hero-cta.theme-btn {
    margin-left: auto;
    margin-right: auto;
  }

  .vene-offer-showcase {
    background-attachment: scroll;
    background-position: center;
    margin-left: 0;
    margin-right: 0;
  }

  .vene-offer-showcase.section-padding {
    padding-bottom: 42px;
    padding-top: 42px;
  }

  .vene-offer-showcase .container,
  .vene-contact-final .container {
    max-width: 100%;
    overflow: hidden;
    padding-left: 16px;
    padding-right: 16px;
    width: 100%;
  }

  .vene-offer-showcase .row,
  .vene-contact-final .row {
    --bs-gutter-x: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .vene-offer-copy,
  .vene-offer-showcase .vene-offer-card,
  .vene-contact-intro,
  .vene-contact-final .from-box {
    max-width: 100% !important;
    width: 100% !important;
  }

  .vene-offer-showcase .vene-offer-card {
    padding: 24px 16px;
  }

  .vene-offer-copy h2 {
    font-size: clamp(30px, 9vw, 38px);
    overflow-wrap: anywhere;
  }

  .vene-contact-intro .section-title h2 {
    font-size: clamp(30px, 9vw, 38px);
    overflow-wrap: anywhere;
  }

  .vene-offer-copy p,
  .vene-gift-box strong,
  .vene-offer-showcase .vene-offer-card,
  .vene-contact-intro .text,
  .vene-contact-intro .contact-item {
    overflow-wrap: anywhere;
  }

  .vene-offer-showcase .vene-offer-price-row {
    display: flex;
    gap: 12px;
    justify-content: center;
  }

  .vene-offer-showcase .vene-offer-price-row > div {
    padding: 0;
  }

  .vene-offer-showcase .vene-offer-price-row i {
    display: block;
    font-size: 18px;
    margin-top: 22px;
  }

  .vene-offer-showcase .vene-new-price {
    font-size: clamp(46px, 13vw, 56px);
  }

  .vene-offer-showcase .vene-old-price {
    font-size: 26px;
  }

  .vene-offer-showcase .vene-countdown,
  .vene-offer-showcase .vene-offer-features {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .vene-offer-showcase .vene-offer-cta,
  .vene-contact-intro .contact-item .theme-btn,
  .vene-contact .from-box .theme-btn {
    align-items: center;
    display: flex;
    font-size: 12px;
    height: auto;
    justify-content: center;
    line-height: 1.2;
    min-height: 48px;
    min-width: 0;
    padding-left: 14px;
    padding-right: 14px;
    text-align: center;
    white-space: nowrap;
    width: 100%;
  }

  .vene-offer-centered h2 {
    font-size: clamp(24px, 7.2vw, 30px);
    max-width: 310px;
    overflow-wrap: normal;
  }

  .vene-offer-centered .vene-gift-box {
    padding: 12px 13px;
  }

  .vene-offer-centered .vene-countdown,
  .vene-offer-centered .vene-offer-features {
    gap: 8px;
  }

  .vene-contact-benefits {
    gap: 10px;
    margin-top: 18px;
    padding-bottom: 22px;
  }

  .vene-contact-benefits span {
    font-size: 13px;
  }

  .vene-contact-intro .contact-item {
    align-items: flex-start;
  }

  .vene-contact-final {
    margin-left: 0;
    margin-right: 0;
  }

  .vene-contact-intro {
    padding-left: 20px;
    padding-right: 20px;
  }

  .vene-contact-final .from-box {
    padding-left: 16px !important;
    padding-right: 16px !important;
  }
}

/* Ajustes solicitados para sección de contacto */
section#contacto {
  margin-bottom: 15px !important;
}

.hotel-booking-wrapper .hotel-booking-box {
  padding: 63px !important;
}
.vene-hero-video {
    border-radius: 28px;
    margin: 18px 25px 30px;
    position: relative;
    overflow: hidden;
}

.vene-hero-bg-video {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 120%;
    height: 120%;
    object-fit: cover;
    transform: translate(-50%, -50%);
    z-index: 0;
}

.vene-hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    z-index: 1;
}

.vene-hero-shell,
.hero-content {
    position: relative;
    z-index: 2;
}

.vene-landing .hotel-booking-section {
    margin-left: 25px;
    margin-right: 25px;
}

/* MOBILE AJUSTE */
@media (max-width: 768px) {
    .vene-hero-video {
        border-radius: 18px;
        margin: 10px 12px 22px;
    }

    .vene-marque-section {
        border-radius: 18px 18px 0 0;
        margin: 12px 12px 0;
    }

    .vene-map-section {
        margin: 0 12px 24px;
    }

    .vene-map-frame {
        border-radius: 0 0 18px 18px;
        min-height: 300px;
    }

    .vene-landing .hotel-booking-section {
        margin-left: 12px;
        margin-right: 12px;
    }

    .vene-hero-bg-video {
        left: 50%;
        width: 180%;
        object-position: right;
        transform: translate(-68%, -50%);
    }

    .metodo-cuerpo-landing .vene-hero-bg-video {
        left: 58% !important;
        object-position: right center !important;
        transform: translate(-72%, -50%) !important;
        width: 195% !important;
    }
}

@media (max-width: 575px) {
  .vene-offer-showcase .vene-new-price {
    font-size: clamp(46px, 1vw, 56px) !important;
  }

  .vene-offer-showcase .vene-offer-price-cta {
    font-size: 13px !important;
    line-height: 1.15;
    margin-bottom: 18px;
    min-height: 44px;
    padding: 13px 20px !important;
    width: auto;
  }

  .vene-result-note,
  .vene-before-after-desktop,
  .vene-testimonial-video-col {
    display: none !important;
  }

  .vene-before-after-mobile {
    display: block;
    padding-bottom: 48px;
    padding-top: 42px;
  }

  .vene-video-phone-mobile {
    display: block;
    margin: 22px auto 24px;
    max-width: min(315px, 100%);
    padding: 12px;
  }

  .vene-video-testimonial {
    padding-top: 48px;
  }

  .vene-video-testimonial .row {
    display: block;
  }

  .vene-video-testimonial .section-title {
    text-align: center;
  }

  .vene-testimonial-card {
    gap: 12px;
  }

  .vene-testimonial-photo-placeholder {
    display: none !important;
    min-height: 138px;
    border-radius: 12px;
  }

  .vene-testimonial-photo-placeholder span {
    font-size: 10px;
  }

  .vene-landing .section-title,
  .vene-landing .section-title-area,
  .vene-landing .section-title-area .section-title {
    text-align: left;
  }

  .vene-landing .section-title h2,
  .vene-landing .section-title-area h2 {
    margin-left: 0 !important;
    margin-right: 0 !important;
    text-align: inherit !important;
  }

  .vene-benefits .section-title,
  .vene-before-after .section-title-area,
  .vene-before-after .section-title-area .section-title,
  .vene-video-testimonial .section-title,
  .vene-offer-centered {
    text-align: center;
  }

  .vene-before-after .section-title-area {
    align-items: center;
  }

  .vene-before-after .section-title-area p,
  .vene-video-testimonial .vene-testimonial-copy > p {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }

  .metodo-cuerpo-landing .vene-hero,
  .vene-landing:not(.metodo-cuerpo-landing) .vene-hero {
    min-height: 400px !important;
  }

  .metodo-cuerpo-landing .vene-hero.hero-1,
  .vene-landing:not(.metodo-cuerpo-landing) .vene-hero.hero-1 {
    height: 680px !important;
    min-height: 400px !important;
    padding-bottom: 22px !important;
    padding-top: 86px !important;
  }

  .metodo-cuerpo-landing .vene-hero .container-fluid,
  .vene-landing:not(.metodo-cuerpo-landing) .vene-hero .container-fluid {
    align-items: center;
  }

  .metodo-cuerpo-landing .vene-hero .hero-content h1,
  .vene-landing:not(.metodo-cuerpo-landing) .vene-hero .hero-content h1 {
    margin-bottom: 8px;
  }

  .metodo-cuerpo-landing .vene-hero.hero-1 .hero-content .vene-hero-subtitle {
    font-size: 13px !important;
    line-height: 1.35 !important;
    margin-bottom: 10px !important;
    max-width: min(320px, calc(100vw - 42px)) !important;
    text-align: center !important;
  }

  .metodo-cuerpo-landing .vene-hero-mobile-copy {
    color: rgba(255, 255, 255, .9);
    display: block;
    font-size: 12px;
    font-weight: 500;
    line-height: 1.35;
    margin-bottom: 10px;
    max-width: min(320px, calc(100vw - 42px));
    text-align: center;
  }

  .metodo-cuerpo-landing .vene-hero.hero-1 .hero-content .vene-hero-subtitle,
  .vene-landing:not(.metodo-cuerpo-landing) .vene-hero.hero-1 .hero-content .vene-hero-subtitle,
  .metodo-cuerpo-landing .vene-hero-badge,
  .vene-landing:not(.metodo-cuerpo-landing) .vene-hero-badge {
    margin-bottom: 12px;
  }

  .metodo-cuerpo-landing .vene-hero-badge {
    display: none !important;
  }

  .metodo-cuerpo-landing .vene-hero-price-card {
    margin-bottom: 14px;
    max-width: min(340px, calc(100vw - 42px));
    padding: 14px 16px 13px;
  }

  .metodo-cuerpo-landing .vene-hero-price-card-top {
    font-size: 15px;
  }

  .metodo-cuerpo-landing .vene-hero-price-value {
    font-size: clamp(66px, 19vw, 82px);
  }

  .metodo-cuerpo-landing .vene-hero-price-card-bottom {
    font-size: 13px;
  }

  .metodo-cuerpo-landing .vene-hero-actions .theme-btn {
    min-height: 56px;
    padding-left: 28px;
    padding-right: 28px;
    width: 100%;
  }

  .metodo-cuerpo-landing {
    max-width: 100vw;
    overflow-x: hidden;
  }

  .metodo-cuerpo-landing *,
  .metodo-cuerpo-landing *::before,
  .metodo-cuerpo-landing *::after {
    min-width: 0;
  }

  .metodo-cuerpo-landing .container,
  .metodo-cuerpo-landing .container-fluid {
    box-sizing: border-box;
    max-width: 100vw !important;
    padding-left: 18px !important;
    padding-right: 18px !important;
    width: 100% !important;
  }

  .metodo-cuerpo-landing .row {
    margin-left: 0 !important;
    margin-right: 0 !important;
    max-width: 100%;
    width: 100%;
  }

  .metodo-cuerpo-landing [class*="col-"] {
    box-sizing: border-box;
    flex: 0 0 100% !important;
    max-width: 100% !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    width: 100% !important;
  }

  .metodo-cuerpo-landing .vene-benefit-card,
  .metodo-cuerpo-landing .vene-step-card,
  .metodo-cuerpo-landing .vene-video-testimonial,
  .metodo-cuerpo-landing .vene-result-note,
  .metodo-cuerpo-landing .vene-faq .faq-content,
  .metodo-cuerpo-landing .vene-contact-intro,
  .metodo-cuerpo-landing .vene-contact-final .from-box {
    box-sizing: border-box;
    max-width: 100% !important;
  }

  .metodo-cuerpo-landing .vene-benefit-card h3,
  .metodo-cuerpo-landing .vene-benefit-card p,
  .metodo-cuerpo-landing .vene-step-card h3,
  .metodo-cuerpo-landing .vene-step-card p,
  .metodo-cuerpo-landing .vene-result-note,
  .metodo-cuerpo-landing .vene-video-testimonial blockquote,
  .metodo-cuerpo-landing .vene-video-testimonial p,
  .metodo-cuerpo-landing .vene-faq .accordion-button,
  .metodo-cuerpo-landing .vene-faq .accordion-body p {
    max-width: 100%;
    overflow-wrap: anywhere;
    white-space: normal !important;
    word-break: break-word;
  }

  .metodo-cuerpo-landing .vene-benefit-card h3,
  .metodo-cuerpo-landing .vene-step-card h3 {
    font-size: 19px;
    line-height: 1.16;
  }

  .metodo-cuerpo-landing .vene-benefit-card p,
  .metodo-cuerpo-landing .vene-step-card p,
  .metodo-cuerpo-landing .vene-video-testimonial p,
  .metodo-cuerpo-landing .vene-faq .accordion-body p {
    font-size: 14px;
    line-height: 1.5;
  }

  .metodo-cuerpo-landing .vene-video-testimonial blockquote {
    font-size: 17px;
    line-height: 1.42;
    padding-left: 18px;
  }

  .metodo-cuerpo-landing .vene-result-note {
    font-size: 21px;
    line-height: 1.22;
  }

  .metodo-cuerpo-landing .vene-treatment-marquee .comm,
  .metodo-cuerpo-landing .vene-treatment-marquee .cmn-textslide {
    flex: 0 0 auto;
    min-width: max-content;
  }

  .vene-landing:not(.metodo-cuerpo-landing) .vene-benefits .section-title h2 {
    display: block;
    font-size: clamp(26px, 7.2vw, 30px);
    line-height: 1.1;
    margin-left: auto !important;
    margin-right: auto !important;
    max-width: min(326px, 100%);
    overflow-wrap: anywhere;
    text-align: center !important;
    white-space: normal !important;
    width: 100%;
    word-break: normal;
  }

  .vene-landing:not(.metodo-cuerpo-landing) .vene-benefits .vene-benefit-card h3,
  .vene-landing:not(.metodo-cuerpo-landing) .vene-benefits .vene-benefit-card p,
  .vene-landing:not(.metodo-cuerpo-landing) .vene-steps .vene-step-card h3,
  .vene-landing:not(.metodo-cuerpo-landing) .vene-steps .vene-step-card p,
  .vene-landing:not(.metodo-cuerpo-landing) .vene-steps .section-title-area p,
  .vene-landing:not(.metodo-cuerpo-landing) .vene-before-after .section-title-area p,
  .vene-landing:not(.metodo-cuerpo-landing) .vene-ba-case-caption h3,
  .vene-landing:not(.metodo-cuerpo-landing) .vene-ba-case-caption p {
    display: block;
    max-width: min(300px, calc(100vw - 76px)) !important;
    overflow-wrap: anywhere;
    white-space: normal !important;
    width: 100%;
    word-break: break-word;
  }

  .vene-landing:not(.metodo-cuerpo-landing) .vene-before-after .section-title-area p,
  .vene-landing:not(.metodo-cuerpo-landing) .vene-ba-case-caption h3,
  .vene-landing:not(.metodo-cuerpo-landing) .vene-ba-case-caption p {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }

  .vene-landing:not(.metodo-cuerpo-landing) .vene-benefits .row,
  .vene-landing:not(.metodo-cuerpo-landing) .vene-steps .row,
  .vene-landing:not(.metodo-cuerpo-landing) .vene-benefits [class*="col-"],
  .vene-landing:not(.metodo-cuerpo-landing) .vene-steps [class*="col-"],
  .vene-landing:not(.metodo-cuerpo-landing) .vene-benefits .vene-benefit-card,
  .vene-landing:not(.metodo-cuerpo-landing) .vene-steps .vene-step-card {
    box-sizing: border-box;
    max-width: 100% !important;
    min-width: 0;
    width: 100% !important;
  }

  .vene-landing:not(.metodo-cuerpo-landing) .vene-benefits .vene-benefit-card,
  .vene-landing:not(.metodo-cuerpo-landing) .vene-steps .vene-step-card {
    padding-left: 18px;
    padding-right: 18px;
  }
}
@media (max-width: 1399px) {
  .hero-1 .hero-content p {
    font-size: 13px !important;
    margin-bottom: 30px !important;
  }
}

@media (max-width: 575px) {
  .metodo-cuerpo-landing .vene-hero.hero-1,
  .vene-landing:not(.metodo-cuerpo-landing) .vene-hero.hero-1 {
    height: auto !important;
    min-height: 660px !important;
    padding-bottom: 26px !important;
    padding-top: 100px !important;
  }
}

.hero-1 .hero-content p {
  margin-bottom: 2px !important;
}
