.vhc-carousel{--vhc-hero-height:var(--vhc-height-desktop);position:relative;width:100%;min-height:var(--vhc-hero-height);overflow:hidden;background:#000;color:var(--vhc-text);isolation:isolate;cursor:grab;touch-action:pan-y;user-select:none}.vhc-carousel.is-dragging{cursor:grabbing}.vhc-carousel.is-dragging *{cursor:grabbing!important}.vhc-carousel.is-native-dragging .vhc-slide,.vhc-carousel.is-drag-animating .vhc-slide{opacity:0!important;visibility:hidden!important;transition:none!important;transform:none;z-index:0}.vhc-carousel.is-native-dragging .vhc-slide.is-active,.vhc-carousel.is-native-dragging .vhc-slide.is-drag-neighbor,.vhc-carousel.is-drag-animating .vhc-slide.is-active,.vhc-carousel.is-drag-animating .vhc-slide.is-drag-neighbor{opacity:1!important;visibility:visible!important}.vhc-carousel a,.vhc-carousel button{cursor:pointer}.vhc-carousel.is-dragging a,.vhc-carousel.is-dragging button{pointer-events:none}.vhc-height-viewport{--vhc-hero-height:max(520px,calc(100svh - var(--vhc-menu-offset-desktop)))}.vhc-track,.vhc-slide{position:absolute;inset:0}.vhc-track{pointer-events:auto}.vhc-slide{opacity:0;z-index:0;background-size:cover;background-repeat:no-repeat;transition:opacity .7s ease,transform .7s ease;transform:scale(1.015)}.vhc-slide.is-active{opacity:1;z-index:1;transform:scale(1)}.vhc-transition-slide .vhc-slide{opacity:1;transform:translateX(100%)}.vhc-transition-slide .vhc-slide.is-active{transform:translateX(0)}.vhc-slide-overlay{position:absolute;inset:0;background:linear-gradient(90deg,var(--vhc-overlay),rgba(0,0,0,.16));opacity:var(--vhc-overlay-opacity);z-index:1}.vhc-align-right .vhc-slide-overlay{background:linear-gradient(270deg,var(--vhc-overlay),rgba(0,0,0,.16))}.vhc-align-center .vhc-slide-overlay{background:var(--vhc-overlay)}.vhc-container{position:relative;z-index:2;min-height:var(--vhc-hero-height);display:flex;align-items:center;width:min(1180px,calc(100% - 48px));margin:0 auto;padding-block:clamp(42px,8vh,92px);box-sizing:border-box}.vhc-align-left .vhc-container{justify-content:flex-start}.vhc-align-center .vhc-container{justify-content:center;text-align:center}.vhc-align-right .vhc-container{justify-content:flex-end;text-align:left}.vhc-content{max-width:min(var(--vhc-content-width),100%);padding:0;max-height:calc(var(--vhc-hero-height) - clamp(84px,16vh,184px));overflow:visible}.vhc-tag{display:inline-flex;align-items:center;margin-bottom:clamp(10px,2vh,16px);font-family:var(--vhc-text-font);font-size:clamp(11px,1.1vw,13px);font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--vhc-btn-color);background:rgba(255,255,255,.14);border:1px solid rgba(255,255,255,.2);border-radius:999px;padding:8px 12px;backdrop-filter:blur(8px)}.vhc-title{margin:0 0 clamp(12px,2.4vh,18px);color:var(--vhc-title);font-family:var(--vhc-title-font);font-size:clamp(34px,min(5vw,calc(var(--vhc-hero-height)/8.2)),74px);line-height:.98;font-weight:800;letter-spacing:-.045em;text-wrap:balance}.vhc-text{color:var(--vhc-text);font-family:var(--vhc-text-font);font-size:clamp(15px,min(1.45vw,calc(var(--vhc-hero-height)/32)),20px);line-height:1.55;max-width:680px}.vhc-text p{margin:0 0 clamp(16px,2.8vh,24px)}.vhc-button{display:inline-flex;align-items:center;justify-content:center;margin-top:clamp(4px,1.5vh,10px);background:var(--vhc-btn-bg);color:var(--vhc-btn-color)!important;font-family:var(--vhc-button-font);text-decoration:none!important;border-radius:var(--vhc-btn-radius);padding:clamp(12px,1.7vh,15px) clamp(20px,2.8vw,26px);font-size:clamp(14px,1.1vw,16px);font-weight:800;line-height:1;box-shadow:0 14px 34px rgba(0,0,0,.22);transition:transform .2s ease,filter .2s ease}.vhc-button:hover,.vhc-button:focus{transform:translateY(-2px);filter:brightness(1.08)}.vhc-arrow{position:absolute;z-index:5;top:50%;transform:translateY(-50%);width:40px;height:40px;border:1px solid rgba(255,255,255,.18);border-radius:999px;background:var(--vhc-arrow-bg);color:var(--vhc-arrow-color);padding:0;display:grid;place-items:center;cursor:pointer;backdrop-filter:blur(12px);box-shadow:0 10px 24px rgba(0,0,0,.18);transition:transform .2s ease,filter .2s ease,box-shadow .2s ease,background .2s ease}.vhc-arrow:hover,.vhc-arrow:focus{transform:translateY(calc(-50% - 1px));filter:brightness(1.04);box-shadow:0 14px 28px rgba(0,0,0,.22)}.vhc-arrow-icon{display:grid;place-items:center;width:16px;height:16px;line-height:0}.vhc-arrow-icon svg{display:block;width:16px;height:16px;overflow:visible}.vhc-arrow-icon path{fill:none;stroke:currentColor;stroke-width:2.2;stroke-linecap:round;stroke-linejoin:round}.vhc-prev{left:18px}.vhc-next{right:18px}.vhc-dots{position:absolute;z-index:5;left:50%;bottom:24px;transform:translateX(-50%);display:flex;gap:9px}.vhc-dot{width:10px;height:10px;border:0;border-radius:999px;background:rgba(255,255,255,.4);padding:0;cursor:pointer;transition:width .2s ease,background .2s ease}.vhc-dot.is-active{width:28px;background:#fff}.vhc-error{padding:16px;background:#fff3cd;border:1px solid #ffe69c;color:#664d03}@media(max-width:980px){.vhc-carousel{--vhc-hero-height:var(--vhc-height-tablet)}.vhc-height-viewport{--vhc-hero-height:max(500px,calc(100svh - var(--vhc-menu-offset-tablet)))}.vhc-container{width:min(100% - 36px,900px);padding-block:clamp(36px,7vh,78px)}.vhc-title{font-size:clamp(32px,min(7vw,calc(var(--vhc-hero-height)/8)),58px)}.vhc-arrow{width:38px;height:38px}.vhc-arrow-icon,.vhc-arrow-icon svg{width:15px;height:15px}.vhc-prev{left:14px}.vhc-next{right:14px}}@media(max-width:767px){.vhc-carousel{--vhc-hero-height:var(--vhc-height-mobile)}.vhc-height-viewport{--vhc-hero-height:max(500px,calc(100svh - var(--vhc-menu-offset-mobile)))}.vhc-container{width:min(100% - 28px,620px);align-items:flex-end;padding-top:72px;padding-bottom:74px}.vhc-align-left .vhc-container,.vhc-align-right .vhc-container,.vhc-align-center .vhc-container{justify-content:center;text-align:left}.vhc-content{max-width:100%;max-height:calc(var(--vhc-hero-height) - 146px)}.vhc-title{font-size:clamp(30px,min(10vw,calc(var(--vhc-hero-height)/9.5)),44px);letter-spacing:-.035em}.vhc-text{font-size:clamp(15px,min(4.1vw,calc(var(--vhc-hero-height)/34)),17px);line-height:1.48}.vhc-arrow{display:none}.vhc-dots{bottom:18px}.vhc-slide-overlay,.vhc-align-right .vhc-slide-overlay,.vhc-align-center .vhc-slide-overlay{background:linear-gradient(0deg,var(--vhc-overlay),rgba(0,0,0,.22));opacity:min(.88,calc(var(--vhc-overlay-opacity) + .18))}}@media(max-height:620px) and (min-width:768px){.vhc-container{padding-block:38px}.vhc-content{max-height:calc(var(--vhc-hero-height) - 76px)}.vhc-title{font-size:clamp(30px,min(4.2vw,calc(var(--vhc-hero-height)/9.2)),56px)}.vhc-text{font-size:clamp(14px,min(1.25vw,calc(var(--vhc-hero-height)/36)),18px);line-height:1.45}.vhc-tag{margin-bottom:10px}.vhc-text p{margin-bottom:16px}.vhc-button{padding:12px 20px}}@media(prefers-reduced-motion:reduce){.vhc-slide,.vhc-button,.vhc-arrow,.vhc-dot{transition:none!important}}


/* v1.7 - Gallery square mode */
.vhc-button{
  font-size:var(--vhc-btn-fs-desktop);
  padding:var(--vhc-btn-py) var(--vhc-btn-px);
}
.vhc-button:hover,
.vhc-button:focus{
  background:var(--vhc-btn-hover-bg);
  color:var(--vhc-btn-hover-color)!important;
}

.vhc-mode-gallery{
  --vhc-gallery-visible:var(--vhc-gallery-visible-desktop);
  position:relative;
  width:100%;
  min-height:0;
  overflow:visible;
  background:transparent;
  color:inherit;
  isolation:isolate;
  cursor:grab;
  touch-action:pan-y;
  user-select:none;
  padding:0 54px;
  box-sizing:border-box;
}
.vhc-mode-gallery.is-gallery-dragging{
  cursor:grabbing;
}
.vhc-mode-gallery.is-gallery-dragging *{
  cursor:grabbing!important;
}
.vhc-mode-gallery.is-gallery-dragging a{
  pointer-events:none;
}
.vhc-gallery-viewport{
  overflow:hidden;
  width:100%;
  position:relative;
}
.vhc-gallery-track{
  display:flex;
  gap:var(--vhc-gallery-gap);
  align-items:stretch;
  transition:transform .38s cubic-bezier(.22,.61,.36,1);
  will-change:transform;
}
.vhc-gallery-card{
  flex:0 0 calc((100% - ((var(--vhc-gallery-visible) - 1) * var(--vhc-gallery-gap))) / var(--vhc-gallery-visible));
  min-width:0;
  box-sizing:border-box;
}
.vhc-gallery-image-link{
  display:block;
  width:100%;
  aspect-ratio:1/1;
  overflow:hidden;
  border-radius:var(--vhc-gallery-radius);
  background:#f3f3f3;
  text-decoration:none!important;
  line-height:0;
  box-shadow:0 14px 34px rgba(0,0,0,.08);
}
.vhc-gallery-img{
  display:block;
  width:100%;
  height:100%!important;
  object-fit:cover;
  transition:transform .32s ease, filter .32s ease;
}
.vhc-gallery-image-link:hover .vhc-gallery-img,
.vhc-gallery-image-link:focus .vhc-gallery-img{
  transform:scale(1.035);
  filter:brightness(.96);
}
.vhc-gallery-button{
  width:max-content;
  max-width:100%;
  margin:16px auto 0;
  box-shadow:none;
  text-align:center;
}
.vhc-mode-gallery .vhc-arrow{
  top:calc(50% - 24px);
}
.vhc-mode-gallery .vhc-prev{
  left:0;
}
.vhc-mode-gallery .vhc-next{
  right:0;
}
.vhc-mode-gallery .vhc-dots{
  position:relative;
  left:auto;
  bottom:auto;
  transform:none;
  justify-content:center;
  margin-top:22px;
}
.vhc-mode-gallery .vhc-dot{
  background:rgba(0,0,0,.22);
}
.vhc-mode-gallery .vhc-dot.is-active{
  background:var(--vhc-btn-bg);
}

@media(max-width:980px){
  .vhc-button{font-size:var(--vhc-btn-fs-tablet);}
  .vhc-mode-gallery{
    --vhc-gallery-visible:var(--vhc-gallery-visible-tablet);
    padding:0 46px;
  }
}
@media(max-width:767px){
  .vhc-button{font-size:var(--vhc-btn-fs-mobile);}
  .vhc-mode-gallery{
    --vhc-gallery-visible:var(--vhc-gallery-visible-mobile);
    padding:0 0 34px;
    overflow:hidden;
  }
  .vhc-mode-gallery .vhc-arrow{
    display:grid;
    top:auto;
    bottom:0;
    width:36px;
    height:36px;
  }
  .vhc-mode-gallery .vhc-prev{left:calc(50% - 48px);}
  .vhc-mode-gallery .vhc-next{right:calc(50% - 48px);}
  .vhc-mode-gallery .vhc-dots{margin-top:16px;}
}

/* v1.8 - Terapias / Servicios mode */
.vhc-mode-services{
  color:var(--vhc-text);
}
.vhc-mode-services .vhc-gallery-track{
  align-items:stretch;
}
.vhc-service-card{
  display:flex;
  align-items:stretch;
  gap:clamp(12px,1.5vw,18px);
  border-radius:var(--vhc-service-card-radius);
  overflow:visible;
  min-height:clamp(320px,34vw,460px);
  background:transparent;
  box-sizing:border-box;
}
.vhc-service-image-left{flex-direction:row;}
.vhc-service-image-right{flex-direction:row-reverse;}
.vhc-service-image-top{flex-direction:column;}
.vhc-service-image-bottom{flex-direction:column-reverse;}
.vhc-service-media{
  flex:0 0 50%;
  min-width:0;
  min-height:260px;
  overflow:hidden;
  border-radius:var(--vhc-service-image-radius);
  background:#f3f3f3;
  box-shadow:0 14px 34px rgba(0,0,0,.06);
}
.vhc-service-img{
  display:block;
  width:100%;
  height:100%!important;
  min-height:100%;
  object-fit:cover;
  transition:transform .32s ease,filter .32s ease;
}
.vhc-service-card:hover .vhc-service-img{
  transform:scale(1.025);
  filter:brightness(.98);
}
.vhc-service-content{
  flex:1 1 50%;
  min-width:0;
  display:flex;
  flex-direction:column;
  justify-content:flex-start;
  background:var(--vhc-service-text-bg);
  border-radius:var(--vhc-service-card-radius);
  padding:var(--vhc-service-text-padding);
  box-sizing:border-box;
}
.vhc-service-title{
  margin:0 0 6px;
  color:var(--vhc-title);
  font-family:var(--vhc-title-font);
  font-size:var(--vhc-service-title-size);
  line-height:1.16;
  font-weight:800;
  letter-spacing:-.02em;
}
.vhc-service-subtitle{
  margin:0 0 12px;
  color:var(--vhc-service-subtitle);
  font-family:var(--vhc-text-font);
  font-size:var(--vhc-service-subtitle-size);
  line-height:1.35;
  font-weight:700;
}
.vhc-service-text{
  color:var(--vhc-text);
  font-family:var(--vhc-text-font);
  font-size:var(--vhc-service-text-size);
  line-height:1.55;
  font-weight:400;
}
.vhc-service-text p{
  margin:0 0 14px;
}
.vhc-service-button{
  width:max-content;
  max-width:100%;
  margin-top:auto;
  box-shadow:none;
}
.vhc-service-image-top .vhc-service-media,
.vhc-service-image-bottom .vhc-service-media{
  flex:0 0 auto;
  aspect-ratio:16/10;
  min-height:220px;
}
.vhc-service-image-top .vhc-service-content,
.vhc-service-image-bottom .vhc-service-content{
  flex:1 1 auto;
}
@media(max-width:980px){
  .vhc-service-card{min-height:360px;}
  .vhc-service-content{padding:calc(var(--vhc-service-text-padding) * .86);}
}
@media(max-width:767px){
  .vhc-service-card,
  .vhc-service-image-left,
  .vhc-service-image-right,
  .vhc-service-image-top{
    flex-direction:column;
  }
  .vhc-service-image-bottom{flex-direction:column-reverse;}
  .vhc-service-media{
    flex:0 0 auto;
    min-height:230px;
    aspect-ratio:16/10;
  }
  .vhc-service-content{
    padding:calc(var(--vhc-service-text-padding) * .78);
  }
  .vhc-service-title{font-size:calc(var(--vhc-service-title-size) * .92);}
  .vhc-service-subtitle{font-size:calc(var(--vhc-service-subtitle-size) * .95);}
  .vhc-service-text{font-size:calc(var(--vhc-service-text-size) * .98);}
}
