:root{--vv-primary: var(--color-primary, #006837);--vv-secondary: var(--color-secondary, #FD9F06);--vv-neutral-dark: var(--color-neutral-dark, #2C2C2C);--vv-neutral-light: var(--color-neutral-light, #FFFFFF);--vv-success: var(--color-success, #34C759);--vv-font-primary: var(--font-primary, "Poppins", system-ui, sans-serif);--vv-font-secondary: var(--font-secondary, "Inter", system-ui, sans-serif);--vv-font-accent: var(--font-accent, "Raleway", system-ui, sans-serif);--vv-radius: var(--border-radius-lg, 12px);--vv-gap: var(--spacing-lg, 1.5rem);--vv-padding: var(--spacing-xl, 2rem);--vv-shadow: var(--shadow-lg, 0 10px 15px -3px rgba(0,0,0,.1));--vv-transition: var(--transition-base, .3s ease);--vv-h1-size-mobile: 3.2rem;--vv-h1-size-tablet: 4rem;--vv-h1-size-desktop: 4rem;--vv-h1-line-height: 1.1;--vv-h2-size-mobile: 1.8rem;--vv-h2-size-tablet: 2.4rem;--vv-h2-size-desktop: 2.88rem;--vv-h2-line-height: 1.25}.vv-hero{position:relative;overflow:hidden;display:block;color:var(--vv-neutral-light);background:var(--vv-neutral-dark)}.vv-hero,.vv-hero *{box-sizing:border-box}.vv-hero--height-small{height:25rem}.vv-hero--height-medium{height:37.5rem}.vv-hero--height-large{height:80vh}.vv-hero--height-full{height:100vh}.vv-hero-swiper{width:100%;height:100%}.vv-hero-slide{position:relative;display:flex;width:100%;height:100%;background-size:cover;background-position:center}.vv-hero__media{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;z-index:0}.vv-hero__img,.vv-hero__video{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;object-position:center;z-index:0}.vv-hero__video--embed{width:100%;height:100%;border:0}.vv-hero__placeholder{width:100%;height:100%;background:linear-gradient(135deg,var(--vv-primary),var(--vv-success))}.vv-hero__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background-color:#000;opacity:var(--vv-overlay, .5);pointer-events:none;z-index:3}.vv-hero__container{position:relative;z-index:4;max-width:var(--container-max-width, 1200px);margin:0 auto;padding:var(--vv-padding);width:100%;min-height:100%;display:flex}.vv-hero__content{display:flex;flex-direction:column;gap:var(--vv-gap);max-width:600px;word-break:break-word}.vv-hero-slide--content-top-left .vv-hero__container{align-items:flex-start;justify-content:flex-start}.vv-hero-slide--content-top-center .vv-hero__container{align-items:flex-start;justify-content:center}.vv-hero-slide--content-top-right .vv-hero__container{align-items:flex-start;justify-content:flex-end}.vv-hero-slide--content-middle-left .vv-hero__container{align-items:center;justify-content:flex-start}.vv-hero-slide--content-middle-center .vv-hero__container{align-items:center;justify-content:center}.vv-hero-slide--content-middle-right .vv-hero__container{align-items:center;justify-content:flex-end}.vv-hero-slide--content-bottom-left .vv-hero__container{align-items:flex-end;justify-content:flex-start}.vv-hero-slide--content-bottom-center .vv-hero__container{align-items:flex-end;justify-content:center}.vv-hero-slide--content-bottom-right .vv-hero__container{align-items:flex-end;justify-content:flex-end}.vv-hero-slide--content-top-left .vv-hero__content,.vv-hero-slide--content-middle-left .vv-hero__content,.vv-hero-slide--content-bottom-left .vv-hero__content{text-align:left;align-items:flex-start}.vv-hero-slide--content-top-center .vv-hero__content,.vv-hero-slide--content-middle-center .vv-hero__content,.vv-hero-slide--content-bottom-center .vv-hero__content{text-align:center;align-items:center}.vv-hero-slide--content-top-right .vv-hero__content,.vv-hero-slide--content-middle-right .vv-hero__content,.vv-hero-slide--content-bottom-right .vv-hero__content{text-align:right;align-items:flex-end}.vv-hero__title{font-family:var(--vv-font-primary);font-weight:var(--font-weight-bold, 700);line-height:var(--vv-h1-line-height);letter-spacing:-.01em;font-size:var(--vv-h1-size-mobile);margin:0 0 1rem;text-shadow:0 2px 4px rgba(0,0,0,.3);-webkit-hyphens:auto;hyphens:auto;word-wrap:break-word}.vv-hero__title--gradient{background:linear-gradient(90deg,var(--vv-primary),var(--vv-success));-webkit-background-clip:text;background-clip:text;color:transparent;text-shadow:none}.vv-hero__subtitle{font-family:var(--vv-font-secondary);font-weight:var(--font-weight-regular, 400);line-height:var(--vv-h2-line-height);font-size:var(--vv-h2-size-mobile);color:var(--vv-neutral-light);opacity:.95;margin:0 0 1.25rem;text-shadow:0 1px 2px rgba(0,0,0,.5)}.vv-hero__buttons{display:flex;gap:1rem;flex-wrap:wrap}.vv-btn{display:inline-flex;align-items:center;justify-content:center;border-radius:var(--vv-radius);padding:.875rem 1.5rem;font-family:var(--vv-font-secondary);font-weight:var(--font-weight-semibold, 600);text-decoration:none;transition:all var(--vv-transition);outline:none;box-shadow:var(--vv-shadow);min-width:140px}.vv-btn:focus-visible{box-shadow:0 0 0 3px color-mix(in oklab,var(--vv-secondary),white 60%)}.vv-btn--primary{background:var(--vv-primary);color:#fff}.vv-btn--primary:hover{background:color-mix(in oklab,var(--vv-primary),black 15%);transform:translateY(-2px);box-shadow:0 8px 25px #0000004d}.vv-btn--secondary{background:var(--vv-secondary);color:#fff}.vv-btn--secondary:hover{background:color-mix(in oklab,var(--vv-secondary),black 15%);transform:translateY(-2px);box-shadow:0 8px 25px #0000004d}.vv-btn--outline{background:transparent;color:#fff;border:2px solid rgba(255,255,255,.8);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.vv-btn--outline:hover{background:#ffffff26;border-color:#fff;transform:translateY(-2px)}.vv-hero-swiper .swiper-button-next,.vv-hero-swiper .swiper-button-prev{background:#ffffff1a;border:2px solid rgba(255,255,255,.3);border-radius:50%;width:60px;height:60px;margin-top:-30px;transition:all .3s ease;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.vv-hero-swiper .swiper-button-next:after,.vv-hero-swiper .swiper-button-prev:after{font-size:18px;color:#fff;font-weight:700}.vv-hero-swiper .swiper-button-next:hover,.vv-hero-swiper .swiper-button-prev:hover{background:#fff3;border-color:#fff9;transform:scale(1.1)}.vv-hero-swiper .swiper-pagination{bottom:30px;z-index:10}.vv-hero-swiper .swiper-pagination-bullet{width:12px;height:12px;background:#ffffff80;opacity:1;transition:all .3s ease}.vv-hero-swiper .swiper-pagination-bullet-active{background:#fff;transform:scale(1.3)}.vv-hero__content{animation:slideInUp 1s ease-out both}.vv-hero__title{animation:slideInUp 1s ease-out .2s both}.vv-hero__subtitle{animation:slideInUp 1s ease-out .4s both}.vv-hero__buttons{animation:slideInUp 1s ease-out .6s both}@keyframes slideInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@media (max-width: 749px){.vv-hero__container{padding:1rem;padding-bottom:calc(1rem + env(safe-area-inset-bottom,0px));min-height:100%}.vv-hero__content{max-width:100%}.vv-hero__title{font-size:var(--vv-h1-size-mobile);margin-bottom:.75rem;word-break:keep-all;white-space:normal}.vv-hero__subtitle{font-size:var(--vv-h2-size-mobile);margin-bottom:1rem}.vv-hero__buttons{flex-direction:column;gap:.75rem}.vv-btn{width:100%;min-width:auto;padding:.875rem 1.5rem}.vv-hero-slide--content-top-left .vv-hero__container,.vv-hero-slide--content-top-center .vv-hero__container,.vv-hero-slide--content-top-right .vv-hero__container{padding-top:2rem}.vv-hero-slide--content-bottom-left .vv-hero__container,.vv-hero-slide--content-bottom-center .vv-hero__container,.vv-hero-slide--content-bottom-right .vv-hero__container{padding-bottom:2rem}.vv-hero-swiper .swiper-button-next,.vv-hero-swiper .swiper-button-prev{width:45px;height:45px;margin-top:-22.5px}.vv-hero-swiper .swiper-button-next:after,.vv-hero-swiper .swiper-button-prev:after{font-size:14px}}@media (min-width: 750px) and (max-width: 1023px){.vv-hero__title{font-size:var(--vv-h1-size-tablet)}.vv-hero__subtitle{font-size:var(--vv-h2-size-tablet)}.vv-hero__content{max-width:720px}}@media (min-width: 1024px){.vv-hero__title{font-size:var(--vv-h1-size-desktop)}.vv-hero__subtitle{font-size:var(--vv-h2-size-desktop)}.vv-hero__content{max-width:900px}}@media (max-width: 749px){.vv-hero-slide--mobile-top-left .vv-hero__container{align-items:flex-start;justify-content:flex-start}.vv-hero-slide--mobile-top-center .vv-hero__container{align-items:flex-start;justify-content:center}.vv-hero-slide--mobile-top-right .vv-hero__container{align-items:flex-start;justify-content:flex-end}.vv-hero-slide--mobile-middle-left .vv-hero__container{align-items:center;justify-content:flex-start}.vv-hero-slide--mobile-middle-center .vv-hero__container{align-items:center;justify-content:center}.vv-hero-slide--mobile-middle-right .vv-hero__container{align-items:center;justify-content:flex-end}.vv-hero-slide--mobile-bottom-left .vv-hero__container{align-items:flex-end;justify-content:flex-start}.vv-hero-slide--mobile-bottom-center .vv-hero__container{align-items:flex-end;justify-content:center}.vv-hero-slide--mobile-bottom-right .vv-hero__container{align-items:flex-end;justify-content:flex-end}.vv-hero-slide--mobile-top-left .vv-hero__content,.vv-hero-slide--mobile-middle-left .vv-hero__content,.vv-hero-slide--mobile-bottom-left .vv-hero__content{text-align:left;align-items:flex-start}.vv-hero-slide--mobile-top-center .vv-hero__content,.vv-hero-slide--mobile-middle-center .vv-hero__content,.vv-hero-slide--mobile-bottom-center .vv-hero__content{text-align:center;align-items:center}.vv-hero-slide--mobile-top-right .vv-hero__content,.vv-hero-slide--mobile-middle-right .vv-hero__content,.vv-hero-slide--mobile-bottom-right .vv-hero__content{text-align:right;align-items:flex-end}}@media (min-width: 750px){.vv-hero-slide--desktop-top-left .vv-hero__container{align-items:flex-start;justify-content:flex-start}.vv-hero-slide--desktop-top-center .vv-hero__container{align-items:flex-start;justify-content:center}.vv-hero-slide--desktop-top-right .vv-hero__container{align-items:flex-start;justify-content:flex-end}.vv-hero-slide--desktop-middle-left .vv-hero__container{align-items:center;justify-content:flex-start}.vv-hero-slide--desktop-middle-center .vv-hero__container{align-items:center;justify-content:center}.vv-hero-slide--desktop-middle-right .vv-hero__container{align-items:center;justify-content:flex-end}.vv-hero-slide--desktop-bottom-left .vv-hero__container{align-items:flex-end;justify-content:flex-start}.vv-hero-slide--desktop-bottom-center .vv-hero__container{align-items:flex-end;justify-content:center}.vv-hero-slide--desktop-bottom-right .vv-hero__container{align-items:flex-end;justify-content:flex-end}.vv-hero-slide--desktop-top-left .vv-hero__content,.vv-hero-slide--desktop-middle-left .vv-hero__content,.vv-hero-slide--desktop-bottom-left .vv-hero__content{text-align:left;align-items:flex-start}.vv-hero-slide--desktop-top-center .vv-hero__content,.vv-hero-slide--desktop-middle-center .vv-hero__content,.vv-hero-slide--desktop-bottom-center .vv-hero__content{text-align:center;align-items:center}.vv-hero-slide--desktop-top-right .vv-hero__content,.vv-hero-slide--desktop-middle-right .vv-hero__content,.vv-hero-slide--desktop-bottom-right .vv-hero__content{text-align:right;align-items:flex-end}}
/*# sourceMappingURL=/cdn/shop/t/2/assets/viverdez-hero.css.map */
