.ast-page{--ast-radius-card: 12px;--ast-radius-button: 999px;--ast-max-text: 70ch;--ast-gap-section: 4rem;--ast-gap-block: 1.5rem;display:flex;flex-direction:column;gap:var(--ast-gap-section);padding:1.5rem 1.5rem 4rem;max-width:1200px;margin:0 auto;color:rgb(var(--color-foreground))}@media(min-width:750px){.ast-page{padding:2rem 50px 6rem;--ast-gap-section: 5rem}}.ast-section{width:100%}.ast-h1{font-size:clamp(3.3rem,7.2vw,5.4rem);line-height:1.05;font-weight:600;margin:0 0 2rem;letter-spacing:-.015em}.ast-h2{font-size:clamp(2.4rem,4.8vw,3.6rem);line-height:1.1;font-weight:600;margin:0 0 1.75rem;letter-spacing:-.01em}.ast-h3{font-size:clamp(1.8rem,3.6vw,2.4rem);line-height:1.2;font-weight:600;margin:0 0 1.75rem}.ast-eyebrow{font-size:1.35rem;letter-spacing:.15em;text-transform:uppercase;font-weight:600;opacity:.7;margin:0 0 1.25rem}.ast-prose{max-width:var(--ast-max-text);font-size:1.725rem;line-height:1.6}.ast-prose p{margin:0 0 1rem}.ast-prose p:last-child{margin-bottom:0}.ast-prose ul,.ast-prose ol{margin:0 0 1rem 1.25rem}.ast-prose li{margin-bottom:.4rem}.ast-prose a{color:rgb(var(--color-link, var(--color-foreground)));text-decoration:underline}.ast-btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:1.25rem 2.4rem;min-height:44px;border-radius:var(--ast-radius-button);font-weight:600;font-size:1.425rem;text-decoration:none;transition:transform .15s ease,box-shadow .15s ease,opacity .15s ease;cursor:pointer;border:none}.ast-btn--primary{background:rgb(var(--color-button));color:rgb(var(--color-button-text))}.ast-btn--primary:hover{transform:translateY(-1px);box-shadow:0 6px 16px #0000001f}.ast-btn--ghost{background:transparent;color:rgb(var(--color-foreground));border:1px solid rgb(var(--color-foreground) / .2)}.ast-btn--ghost:hover{background:rgb(var(--color-foreground) / .04)}.ast-btn--large{padding:1.65rem 3.3rem;font-size:1.575rem}.ast-breadcrumb{font-size:1.7rem;opacity:.75;margin:0;padding:0;list-style:none;display:flex;flex-wrap:wrap;gap:.6rem}.ast-breadcrumb li{display:flex;align-items:center;gap:.4rem}.ast-breadcrumb li+li:before{content:"\203a";opacity:.5}.ast-breadcrumb a{color:inherit;text-decoration:none}.ast-breadcrumb a:hover{text-decoration:underline}.ast-breadcrumb [aria-current=page]{font-weight:600;opacity:1}.ast-hero{display:grid;grid-template-columns:1fr;gap:2rem;align-items:center}@media(min-width:900px){.ast-hero--with-image{grid-template-columns:1.1fr 1fr;gap:3rem}}.ast-hero__content{min-width:0}.ast-hero__description{font-size:clamp(1.725rem,3vw,2.175rem);line-height:1.45;max-width:60ch;margin:0 0 2.5rem;opacity:.85}.ast-hero__media img{width:100%;height:auto;border-radius:var(--ast-radius-card);display:block}.ast-hero__ctas{display:flex;flex-wrap:wrap;gap:1rem}.ast-intro{max-width:var(--ast-max-text)}.ast-cards__header{margin-bottom:2rem;max-width:var(--ast-max-text)}.ast-cards__subtitle{font-size:1.575rem;opacity:.75;margin:0}.ast-cards__group{margin-bottom:3rem}.ast-cards__group:last-child{margin-bottom:0}.ast-cards__group-title{margin:0 0 1.5rem;font-size:clamp(1.35rem,2.5vw,1.75rem);font-weight:600;letter-spacing:-.005em;padding-bottom:.6rem;border-bottom:2px solid rgb(var(--color-foreground) / .12);display:inline-block}.ast-cards__grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:1.25rem}@media(min-width:1100px){.ast-cards__grid{grid-template-columns:repeat(auto-fill,minmax(280px,320px));justify-content:start}}.ast-card{display:flex;flex-direction:column;background:rgb(var(--color-background));border:1px solid rgb(var(--color-foreground) / .08);border-radius:var(--ast-radius-card);overflow:hidden;color:inherit;transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease;height:100%}.ast-card__link{display:flex;flex-direction:column;text-decoration:none;color:inherit;flex:1}.ast-card__actions{padding:0 1.25rem 1.25rem;display:flex;justify-content:center}.ast-card__buy-btn{width:100%;padding:.85rem 1.5rem;font-size:1.2rem}.ast-card:hover{transform:translateY(-3px);box-shadow:0 12px 28px #00000014;border-color:rgb(var(--color-foreground) / .18)}.ast-card__media{aspect-ratio:2 / 1;background:rgb(var(--color-foreground) / .05);overflow:hidden}@media(min-width:750px){.ast-card__media{aspect-ratio:16 / 10}}.ast-card__media img{width:100%;height:100%;object-fit:cover;display:block}.ast-card__placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:rgb(var(--color-button));color:rgb(var(--color-button-text));font-size:3rem;font-weight:700;text-transform:uppercase}.ast-card__body{padding:1.25rem;flex:1;display:flex;flex-direction:column;gap:.5rem}.ast-card__title{margin:0;font-size:1.65rem;font-weight:600;line-height:1.3}.ast-card__excerpt{margin:0;font-size:1.35rem;line-height:1.5;opacity:.75}.ast-cards__fallback{margin-top:3rem;font-size:1.5rem;opacity:.85;text-align:center}.ast-cards__fallback a{color:rgb(var(--color-foreground));text-decoration:underline;text-underline-offset:4px;font-weight:600;margin-left:.5rem}.ast-cards__fallback a:hover{text-decoration:none}.ast-seo-sections{display:flex;flex-direction:column;gap:3rem}.ast-seo-section{max-width:var(--ast-max-text)}.ast-faq__list{display:flex;flex-direction:column;gap:.75rem;max-width:850px}.ast-faq__item{border:1px solid rgb(var(--color-foreground) / .12);border-radius:var(--ast-radius-card);overflow:hidden;background:rgb(var(--color-background))}.ast-faq__summary{list-style:none;cursor:pointer;padding:1.25rem 1.5rem;font-weight:600;font-size:1.725rem;display:flex;justify-content:space-between;align-items:center;gap:1rem}.ast-faq__summary::-webkit-details-marker{display:none}.ast-faq__icon{flex-shrink:0;width:1.25rem;height:1.25rem;position:relative;transition:transform .2s ease}.ast-faq__icon:before,.ast-faq__icon:after{content:"";position:absolute;top:50%;left:50%;width:100%;height:2px;background:currentColor;transform:translate(-50%,-50%)}.ast-faq__icon:after{transform:translate(-50%,-50%) rotate(90deg);transition:transform .2s ease}.ast-faq__item[open] .ast-faq__icon:after{transform:translate(-50%,-50%) rotate(0)}.ast-faq__answer{padding:0 1.25rem 1.25rem;line-height:1.6;max-width:var(--ast-max-text)}.ast-cta-final{background:rgb(var(--color-button));color:rgb(var(--color-button-text));border-radius:var(--ast-radius-card);padding:4.5rem 2.25rem;text-align:center;position:relative;z-index:1;display:flex;flex-direction:column;align-items:center;justify-content:center}@media(min-width:750px){.ast-cta-final{padding:6rem 3rem}}.ast-cta-final__title{color:inherit;margin:0 0 1.5rem}.ast-cta-final__text{max-width:60ch;font-size:1.725rem;line-height:1.5;margin:0 auto 2.625rem;opacity:.9}.ast-cta-final .ast-btn--primary{background:rgb(var(--color-background));color:rgb(var(--color-foreground))}.ast-features__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:1.25rem}.ast-feature{padding:1.5rem;border:1px solid rgb(var(--color-foreground) / .1);border-radius:var(--ast-radius-card);background:rgb(var(--color-background))}.ast-feature__title{margin:0 0 .5rem;font-size:1.1rem;font-weight:600}.ast-feature__desc{margin:0;opacity:.8;line-height:1.55}.ast-process__list{list-style:none;padding:0;margin:0;display:grid;gap:1.5rem}@media(min-width:750px){.ast-process__list{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:2rem}}.ast-process__step{display:flex;flex-direction:column;gap:.6rem}.ast-process__number{font-size:2.5rem;font-weight:700;line-height:1;opacity:.4}.ast-process__title{margin:0;font-size:1.1rem;font-weight:600}.ast-process__desc{margin:0;line-height:1.55;opacity:.8}.ast-price-info{max-width:var(--ast-max-text)}.ast-gallery__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:1rem}@media(min-width:750px){.ast-gallery__grid{gap:1.5rem}.ast-gallery__grid--few{grid-template-columns:repeat(var(--count, 3),1fr)}.ast-gallery__grid--four{grid-template-columns:repeat(2,1fr)}.ast-gallery__grid--six{grid-template-columns:repeat(3,1fr)}.ast-gallery__grid--many{grid-template-columns:repeat(4,1fr)}}.ast-gallery__item{aspect-ratio:1 / 1;border-radius:var(--ast-radius-card);overflow:hidden;background:rgb(var(--color-foreground) / .05)}.ast-gallery__item img{width:100%;height:100%;object-fit:cover;display:block}.ast-page :focus-visible{outline:2px solid rgb(var(--color-button));outline-offset:3px;border-radius:4px}body:has(.ast-page) sticky-header.p3d-header-root--transparent,body:has(.ast-page) .p3d-header-root--transparent,body:has(.collection-hero) sticky-header.p3d-header-root--transparent,body:has(.collection-hero) .p3d-header-root--transparent{background:rgb(var(--color-background))!important;color:rgb(var(--color-foreground))!important}body:has(.ast-page) .p3d-header-root--transparent a,body:has(.ast-page) .p3d-header-root--transparent span,body:has(.ast-page) .p3d-header-root--transparent summary,body:has(.ast-page) .p3d-header-root--transparent button,body:has(.collection-hero) .p3d-header-root--transparent a,body:has(.collection-hero) .p3d-header-root--transparent span,body:has(.collection-hero) .p3d-header-root--transparent summary,body:has(.collection-hero) .p3d-header-root--transparent button{color:rgb(var(--color-foreground))!important}body:has(.ast-page) sticky-header .header__menu-item,body:has(.ast-page) sticky-header .header__active-menu-item,body:has(.collection-hero) sticky-header .header__menu-item,body:has(.collection-hero) sticky-header .header__active-menu-item{font-size:1.9rem!important}body:has(.ast-page) sticky-header #HeaderMenu-tienda,body:has(.ast-page) sticky-header #HeaderMenu-tienda span,body:has(.collection-hero) sticky-header #HeaderMenu-tienda,body:has(.collection-hero) sticky-header #HeaderMenu-tienda span{font-weight:700!important}body:has(.ast-page) .p3d-header-root--transparent .header__menu-item:hover,body:has(.ast-page) .p3d-header-root--transparent .header__menu-item:hover *,body:has(.ast-page) .p3d-header-root--transparent .header__menu-item:active,body:has(.ast-page) .p3d-header-root--transparent .header__menu-item:active *,body:has(.ast-page) .p3d-header-root--transparent .header__menu-item:focus,body:has(.ast-page) .p3d-header-root--transparent .header__menu-item:focus *,body:has(.ast-page) .p3d-header-root--transparent .header__menu-item:focus-within,body:has(.ast-page) .p3d-header-root--transparent .header__menu-item:focus-within *,body:has(.ast-page) .p3d-header-root--transparent summary:hover,body:has(.ast-page) .p3d-header-root--transparent summary:hover *,body:has(.ast-page) .p3d-header-root--transparent summary:active,body:has(.ast-page) .p3d-header-root--transparent summary:active *,body:has(.ast-page) .p3d-header-root--transparent summary:focus,body:has(.ast-page) .p3d-header-root--transparent summary:focus *,body:has(.ast-page) .p3d-header-root--transparent details[open] summary,body:has(.ast-page) .p3d-header-root--transparent details[open] summary *,body:has(.collection-hero) .p3d-header-root--transparent .header__menu-item:hover,body:has(.collection-hero) .p3d-header-root--transparent .header__menu-item:hover *,body:has(.collection-hero) .p3d-header-root--transparent .header__menu-item:active,body:has(.collection-hero) .p3d-header-root--transparent .header__menu-item:active *,body:has(.collection-hero) .p3d-header-root--transparent .header__menu-item:focus,body:has(.collection-hero) .p3d-header-root--transparent .header__menu-item:focus *,body:has(.collection-hero) .p3d-header-root--transparent .header__menu-item:focus-within,body:has(.collection-hero) .p3d-header-root--transparent .header__menu-item:focus-within *,body:has(.collection-hero) .p3d-header-root--transparent summary:hover,body:has(.collection-hero) .p3d-header-root--transparent summary:hover *,body:has(.collection-hero) .p3d-header-root--transparent summary:active,body:has(.collection-hero) .p3d-header-root--transparent summary:active *,body:has(.collection-hero) .p3d-header-root--transparent summary:focus,body:has(.collection-hero) .p3d-header-root--transparent summary:focus *,body:has(.collection-hero) .p3d-header-root--transparent details[open] summary,body:has(.collection-hero) .p3d-header-root--transparent details[open] summary *{color:rgb(var(--color-foreground))!important;opacity:1!important;visibility:visible!important;text-shadow:none!important}body:has(.ast-page) sticky-header .header__menu-item:hover,body:has(.ast-page) sticky-header .header__menu-item:hover *,body:has(.ast-page) sticky-header .header__menu-item:active,body:has(.ast-page) sticky-header .header__menu-item:active *,body:has(.ast-page) sticky-header .header__menu-item:focus,body:has(.ast-page) sticky-header .header__menu-item:focus *,body:has(.ast-page) sticky-header .header__menu-item:focus-within,body:has(.ast-page) sticky-header .header__menu-item:focus-within *,body:has(.ast-page) sticky-header summary:hover,body:has(.ast-page) sticky-header summary:hover *,body:has(.ast-page) sticky-header summary:active,body:has(.ast-page) sticky-header summary:active *,body:has(.ast-page) sticky-header summary:focus,body:has(.ast-page) sticky-header summary:focus *,body:has(.ast-page) sticky-header details[open] summary,body:has(.ast-page) sticky-header details[open] summary *,body:has(.collection-hero) sticky-header .header__menu-item:hover,body:has(.collection-hero) sticky-header .header__menu-item:hover *,body:has(.collection-hero) sticky-header .header__menu-item:active,body:has(.collection-hero) sticky-header .header__menu-item:active *,body:has(.collection-hero) sticky-header .header__menu-item:focus,body:has(.collection-hero) sticky-header .header__menu-item:focus *,body:has(.collection-hero) sticky-header .header__menu-item:focus-within,body:has(.collection-hero) sticky-header .header__menu-item:focus-within *,body:has(.collection-hero) sticky-header summary:hover,body:has(.collection-hero) sticky-header summary:hover *,body:has(.collection-hero) sticky-header summary:active,body:has(.collection-hero) sticky-header summary:active *,body:has(.collection-hero) sticky-header summary:focus,body:has(.collection-hero) sticky-header summary:focus *,body:has(.collection-hero) sticky-header details[open] summary,body:has(.collection-hero) sticky-header details[open] summary *{color:rgb(var(--color-foreground))!important;opacity:1!important}body:has(.ast-page) sticky-header .header__heading-logo,body:has(.ast-page) sticky-header .p3d-logo-fallback,body:has(.ast-page) .p3d-header-root--transparent .header__heading-logo,body:has(.ast-page) .p3d-header-root--transparent .p3d-logo-fallback,body:has(.collection-hero) sticky-header .header__heading-logo,body:has(.collection-hero) sticky-header .p3d-logo-fallback,body:has(.collection-hero) .p3d-header-root--transparent .header__heading-logo,body:has(.collection-hero) .p3d-header-root--transparent .p3d-logo-fallback{display:inline-block!important;opacity:1!important;visibility:visible!important;filter:none!important}body:has(.ast-page) sticky-header .p3d-logo-mask,body:has(.collection-hero) sticky-header .p3d-logo-mask{background-color:rgb(var(--color-foreground))!important}body:has(.collection-hero) .collection-hero{padding-top:7rem}@media(max-width:749px){body:has(.collection-hero) .collection-hero{padding-top:8rem}}body:has(.ast-page) main.ast-page{padding-top:7.5rem}@media(min-width:750px){body:has(.ast-page) main.ast-page{padding-top:7rem}}body:has(.ast-page) .ast-breadcrumb-wrap{position:relative;z-index:2}body:has(.ast-page) sticky-header .header__heading-logo,body:has(.ast-page) sticky-header .p3d-logo-fallback,body:has(.ast-page) .header .header__heading-logo,body:has(.ast-page) .p3d-header-root--transparent .header__heading-logo,body:has(.ast-page) .p3d-header-root--transparent .p3d-logo-fallback{display:inline-block!important;opacity:1!important;visibility:visible!important}body:has(.ast-page) .p3d-header-root--transparent .header__heading-logo,body:has(.ast-page) .p3d-header-root--transparent .p3d-logo-fallback{filter:none!important}body:has(.ast-page) sticky-header .p3d-logo-mask{background-color:rgb(var(--color-foreground))!important}html:has(.ast-page){scroll-behavior:smooth}.ast-page #cards{scroll-margin-top:7rem}body:has(.ast-page) sticky-header #HeaderMenu-tienda span,body:has(.ast-page) sticky-header #HeaderMenu-tienda:hover span,body:has(.ast-page) sticky-header #HeaderMenu-tienda:focus span,body:has(.ast-page) sticky-header #HeaderMenu-tienda:focus-within span,body:has(.ast-page) sticky-header #HeaderMenu-tienda:active span,body:has(.collection-hero) sticky-header #HeaderMenu-tienda span,body:has(.collection-hero) sticky-header #HeaderMenu-tienda:hover span,body:has(.collection-hero) sticky-header #HeaderMenu-tienda:focus span,body:has(.collection-hero) sticky-header #HeaderMenu-tienda:focus-within span,body:has(.collection-hero) sticky-header #HeaderMenu-tienda:active span{color:rgb(var(--color-foreground))!important}
/*# sourceMappingURL=/cdn/shop/t/26/assets/ast-templates.css.map */
