.viverdez-hero{position:relative;overflow:hidden;min-height:var(--viverdez-hero-min-height);padding-block:var(--viverdez-hero-padding-top) var(--viverdez-hero-padding-bottom);color:rgb(var(--color-foreground));background:rgb(var(--color-background))}.viverdez-hero__inner{position:relative;z-index:2;display:grid;grid-template-columns:repeat(12,minmax(0,1fr));gap:4rem;min-height:calc(var(--viverdez-hero-min-height) - var(--viverdez-hero-padding-top) - var(--viverdez-hero-padding-bottom))}.viverdez-hero--content-top-left .viverdez-hero__inner,.viverdez-hero--content-top-center .viverdez-hero__inner,.viverdez-hero--content-top-right .viverdez-hero__inner{align-items:start}.viverdez-hero--content-middle-left .viverdez-hero__inner,.viverdez-hero--content-middle-center .viverdez-hero__inner,.viverdez-hero--content-middle-right .viverdez-hero__inner{align-items:center}.viverdez-hero--content-bottom-left .viverdez-hero__inner,.viverdez-hero--content-bottom-center .viverdez-hero__inner,.viverdez-hero--content-bottom-right .viverdez-hero__inner{align-items:end}.viverdez-hero--background:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;background:rgb(var(--viverdez-hero-overlay-color));opacity:var(--viverdez-hero-overlay-opacity);pointer-events:none}.viverdez-hero--background:before{content:none}.viverdez-hero__background{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0}.viverdez-hero__background-image{width:100%;height:100%;object-fit:cover;object-position:center}.viverdez-hero--split.viverdez-hero--left .viverdez-hero__content{order:2}.viverdez-hero--split.viverdez-hero--left .viverdez-hero__media{order:1}.viverdez-hero--split .viverdez-hero__content,.viverdez-hero__media{grid-column:span 6}.viverdez-hero__content{position:relative;width:min(100%,var(--viverdez-hero-content-width));max-width:100%}.viverdez-hero--background.viverdez-hero--content-top-left .viverdez-hero__content,.viverdez-hero--background.viverdez-hero--content-middle-left .viverdez-hero__content,.viverdez-hero--background.viverdez-hero--content-bottom-left .viverdez-hero__content{grid-column:1 / span 6;justify-self:start}.viverdez-hero--background.viverdez-hero--content-top-center .viverdez-hero__content,.viverdez-hero--background.viverdez-hero--content-middle-center .viverdez-hero__content,.viverdez-hero--background.viverdez-hero--content-bottom-center .viverdez-hero__content{grid-column:3 / span 8;justify-self:center}.viverdez-hero--background.viverdez-hero--content-top-right .viverdez-hero__content,.viverdez-hero--background.viverdez-hero--content-middle-right .viverdez-hero__content,.viverdez-hero--background.viverdez-hero--content-bottom-right .viverdez-hero__content{grid-column:7 / span 6;justify-self:end}.viverdez-hero--text-left .viverdez-hero__content{text-align:left}.viverdez-hero--text-center .viverdez-hero__content{text-align:center}.viverdez-hero--text-right .viverdez-hero__content{text-align:right}.viverdez-hero--text-center .viverdez-hero__heading,.viverdez-hero--text-center .viverdez-hero__text{margin-inline:auto}.viverdez-hero--text-right .viverdez-hero__heading,.viverdez-hero--text-right .viverdez-hero__text{margin-left:auto}.viverdez-hero--text-center .viverdez-hero__actions,.viverdez-hero--text-center .viverdez-hero__bullets{justify-content:center}.viverdez-hero--text-right .viverdez-hero__actions,.viverdez-hero--text-right .viverdez-hero__bullets{justify-content:flex-end}.viverdez-hero__eyebrow{margin:0 0 1.6rem;color:rgba(var(--color-foreground),.78);font-size:1.3rem;font-weight:700;font-style:italic;line-height:1.35}.viverdez-hero__heading{max-width:14ch;margin:0;color:rgb(var(--color-foreground));font-family:var(--font-heading-family);font-size:5.6rem;font-style:var(--font-heading-style);font-weight:800;letter-spacing:0;line-height:1.05}.viverdez-hero__text{max-width:48rem;margin-top:1.8rem;color:rgba(var(--color-foreground),.78);font-size:1.6rem;line-height:1.55}.viverdez-hero__text p{margin:0}.viverdez-hero__actions{display:flex;flex-wrap:wrap;gap:1.2rem;margin-top:3rem}.viverdez-hero__button{display:inline-flex;align-items:center;justify-content:center;min-height:4.8rem;padding:1.4rem 2.8rem;border:.15rem solid rgb(var(--color-button));border-radius:9999px;font-size:1.2rem;font-weight:700;letter-spacing:0;line-height:1.2;text-decoration:none;transition:background-color var(--duration-short) ease,border-color var(--duration-short) ease,color var(--duration-short) ease,transform var(--duration-short) ease,box-shadow var(--duration-short) ease}.viverdez-hero__button:hover{transform:translateY(-.1rem);box-shadow:0 .8rem 2.4rem rgba(var(--color-shadow),.14)}.viverdez-hero__button--primary{background:rgb(var(--color-button));color:rgb(var(--color-button-text))}.viverdez-hero__button--secondary{background:transparent;color:rgb(var(--color-secondary-button-text))}.viverdez-hero__button--secondary:hover{background:rgba(var(--color-secondary-button-text),.08)}.viverdez-hero--background .viverdez-hero__button--secondary{border-color:rgba(var(--color-foreground),.7);color:rgb(var(--color-foreground))}.viverdez-hero--background .viverdez-hero__button--secondary:hover{background:rgba(var(--color-foreground),.1)}.viverdez-hero__bullets{display:flex;flex-wrap:wrap;gap:.8rem;margin:2.4rem 0 0;padding:0;list-style:none}.viverdez-hero__bullets li{display:inline-flex;align-items:center;min-height:3.2rem;padding:.6rem 1.2rem;border-radius:9999px;background:rgba(var(--color-foreground),.08);color:rgb(var(--color-foreground));font-size:1.3rem;font-weight:700;line-height:1.2}.viverdez-hero__media-card{position:relative;display:grid;min-height:48rem;align-items:center;overflow:hidden;padding:3.2rem;border-radius:3.2rem;background:rgb(var(--color-background));box-shadow:0 1.6rem 4.8rem rgba(var(--color-shadow),.16)}.viverdez-hero__badge,.viverdez-hero__caption,.viverdez-hero__image,.viverdez-hero__placeholder{position:relative;z-index:1}.viverdez-hero__badge{justify-self:start;width:fit-content;margin:0 0 1.6rem;padding:.6rem 1.2rem;border-radius:9999px;background:rgb(var(--color-button));color:rgb(var(--color-button-text));font-size:1.2rem;font-weight:700;letter-spacing:0;line-height:1.2}.viverdez-hero__image{width:100%;max-height:48rem;object-fit:contain}.viverdez-hero__placeholder{display:grid;min-height:34rem;place-items:center}.viverdez-hero__placeholder-svg{width:min(100%,42rem);height:auto;color:rgb(var(--color-foreground));opacity:.45}.viverdez-hero__caption{max-width:32rem;margin:1.6rem 0 0;color:rgba(var(--color-foreground),.72);font-size:1.4rem;line-height:1.5}@media screen and (max-width:989px){.viverdez-hero__inner{gap:3.2rem}.viverdez-hero--background .viverdez-hero__content,.viverdez-hero--split .viverdez-hero__content,.viverdez-hero__media{grid-column:1 / -1;justify-self:start}.viverdez-hero--split.viverdez-hero--left .viverdez-hero__content,.viverdez-hero--split.viverdez-hero--left .viverdez-hero__media{order:initial}.viverdez-hero__heading{max-width:14ch;font-size:4.6rem}.viverdez-hero__media-card{min-height:36rem}}@media screen and (max-width:749px){.viverdez-hero{min-height:var(--viverdez-hero-min-height, 520px)}.viverdez-hero__inner{grid-template-columns:1fr;gap:2rem}.viverdez-hero--background .viverdez-hero__content,.viverdez-hero--split .viverdez-hero__content,.viverdez-hero__media{grid-column:1 / -1}.viverdez-hero--background:after{opacity:var(--viverdez-hero-mobile-overlay-opacity)}.viverdez-hero--mobile-content-top-left .viverdez-hero__inner,.viverdez-hero--mobile-content-top-center .viverdez-hero__inner,.viverdez-hero--mobile-content-top-right .viverdez-hero__inner{align-items:start}.viverdez-hero--mobile-content-middle-left .viverdez-hero__inner,.viverdez-hero--mobile-content-middle-center .viverdez-hero__inner,.viverdez-hero--mobile-content-middle-right .viverdez-hero__inner{align-items:center}.viverdez-hero--mobile-content-bottom-left .viverdez-hero__inner,.viverdez-hero--mobile-content-bottom-center .viverdez-hero__inner,.viverdez-hero--mobile-content-bottom-right .viverdez-hero__inner{align-items:end}.viverdez-hero--mobile-content-top-left .viverdez-hero__content,.viverdez-hero--mobile-content-middle-left .viverdez-hero__content,.viverdez-hero--mobile-content-bottom-left .viverdez-hero__content{justify-self:start}.viverdez-hero--mobile-content-top-center .viverdez-hero__content,.viverdez-hero--mobile-content-middle-center .viverdez-hero__content,.viverdez-hero--mobile-content-bottom-center .viverdez-hero__content{justify-self:center}.viverdez-hero--mobile-content-top-right .viverdez-hero__content,.viverdez-hero--mobile-content-middle-right .viverdez-hero__content,.viverdez-hero--mobile-content-bottom-right .viverdez-hero__content{justify-self:end}.viverdez-hero--mobile-text-left .viverdez-hero__content{text-align:left}.viverdez-hero--mobile-text-center .viverdez-hero__content{text-align:center}.viverdez-hero--mobile-text-center .viverdez-hero__heading,.viverdez-hero--mobile-text-center .viverdez-hero__text{margin-inline:auto}.viverdez-hero--mobile-text-right .viverdez-hero__content{text-align:right}.viverdez-hero--mobile-text-right .viverdez-hero__heading,.viverdez-hero--mobile-text-right .viverdez-hero__text{margin-left:auto}.viverdez-hero--mobile-text-left .viverdez-hero__actions,.viverdez-hero--mobile-text-left .viverdez-hero__bullets{justify-content:flex-start}.viverdez-hero--mobile-text-center .viverdez-hero__actions,.viverdez-hero--mobile-text-center .viverdez-hero__bullets{justify-content:center}.viverdez-hero--mobile-text-right .viverdez-hero__actions,.viverdez-hero--mobile-text-right .viverdez-hero__bullets{justify-content:flex-end}.viverdez-hero--background:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;background:rgb(var(--color-background));opacity:var(--viverdez-hero-mobile-scrim-opacity, .35);pointer-events:none}.viverdez-hero--background .viverdez-hero__content{width:min(100%,var(--viverdez-hero-mobile-content-width, 90%));padding:0}.viverdez-hero__eyebrow{margin-bottom:1rem;font-size:1.15rem;line-height:1.4}.viverdez-hero__heading{max-width:13ch;font-size:clamp(3rem,9.2vw,3.8rem);line-height:1.1;letter-spacing:0}.viverdez-hero__text{max-width:30rem;margin-top:1.2rem;font-size:1.45rem;line-height:1.55}.viverdez-hero__actions{flex-direction:row;gap:1rem;margin-top:2.2rem;width:auto;max-width:32rem}.viverdez-hero__button{width:auto;justify-content:center;min-width:min(100%,20.8rem);min-height:4.6rem;padding:1.3rem 2.4rem;font-size:1.2rem}.viverdez-hero__button--primary{box-shadow:0 .6rem 2rem rgba(var(--color-shadow),.16)}.viverdez-hero__bullets{margin-top:1.6rem;gap:.6rem}.viverdez-hero__bullets li{padding:.5rem 1rem;font-size:1.15rem}.viverdez-hero__media-card{min-height:26rem;padding:1.6rem;border-radius:2rem;box-shadow:0 .8rem 2rem rgba(var(--color-shadow),.12)}.viverdez-hero__image{max-height:32rem}.viverdez-hero__caption{margin-top:1.2rem;font-size:1.25rem}}@media screen and (max-width:390px){.viverdez-hero__heading{font-size:clamp(2.4rem,7.5vw,3rem)}.viverdez-hero__text{font-size:1.35rem}.viverdez-hero__actions{max-width:100%}.viverdez-hero--background .viverdez-hero__content{width:min(100%,var(--viverdez-hero-mobile-content-width, 92%))}.viverdez-hero--background:before{opacity:var(--viverdez-hero-mobile-scrim-opacity, .35)}}
/*# sourceMappingURL=/cdn/shop/t/3/assets/viverdez-hero.css.map */
