:root{--mt-color-fondo: #FDF6F2;--mt-color-fondo-alt: #F7E7E2;--mt-color-texto: #2B1E23;--mt-color-texto-suave: #6E5860;--mt-color-acento: #A6335A;--mt-color-acento-oscuro: #7D2542;--mt-color-acento-suave: #FBDCE6;--mt-color-producto: #E8628C;--mt-color-borde: #F0D9D2;--mt-color-crema: #F8EFE9;--mt-color-tinta: #3A1E2A;--mt-color-urgencia: #B23B2B;--mt-color-urgencia-suave: #FBE3DE;--mt-color-garantia: #2E7D5B;--mt-color-garantia-suave: #E1F0E8;--mt-fuente-display: var(--font-heading-family, "Cormorant Garamond", Georgia, serif);--mt-fuente-cuerpo: var(--font-body-family, -apple-system, sans-serif);--mt-radio: 20px;--mt-radio-chico: 12px;--mt-margen: 24px;--mt-ancho-maximo: 1200px;--mt-ease: cubic-bezier(.22, 1, .36, 1)}.mt-section{font-family:var(--mt-fuente-cuerpo);color:var(--mt-color-texto);padding-top:0!important;padding-bottom:0!important}.mt-container{max-width:var(--mt-ancho-maximo);margin:0 auto;padding:0 var(--mt-margen)}.section-header{margin-bottom:0!important}.mt-eyebrow{display:inline-flex;align-items:center;gap:.5em;font-family:var(--mt-fuente-cuerpo);font-size:.78rem;font-weight:600;letter-spacing:.12em;text-transform:uppercase;color:var(--mt-color-acento-oscuro)}.mt-eyebrow:before{content:"";width:.4em;height:.4em;border-radius:50%;background:currentColor}.mt-h1,.mt-h2,.mt-h3{font-family:var(--mt-fuente-display);font-weight:500;line-height:1.12;letter-spacing:.002em;text-wrap:balance;margin:0}.mt-body{line-height:1.65}.mt-body p{margin:0 0 1em}.mt-body p:last-child{margin-bottom:0}.mt-boton{display:inline-flex;align-items:center;justify-content:center;gap:.5em;padding:.95em 1.9em;border-radius:999px;font-family:var(--mt-fuente-cuerpo);font-size:.98rem;font-weight:600;text-decoration:none;cursor:pointer;border:1px solid transparent;transition:transform .35s var(--mt-ease),box-shadow .35s var(--mt-ease),background-color .25s var(--mt-ease);white-space:nowrap}.mt-boton-primario{background:var(--mt-color-acento);color:#fff;box-shadow:0 8px 20px -6px #a6335a8c}.mt-boton-primario:hover{background:var(--mt-color-acento-oscuro);transform:translateY(-2px);box-shadow:0 14px 28px -8px #a6335a99}.mt-boton-secundario{background:transparent;border-color:currentColor;color:var(--mt-color-acento-oscuro)}.mt-boton-secundario:hover{background:var(--mt-color-acento-suave);transform:translateY(-2px)}.mt-reveal{opacity:0;transform:translateY(28px) scale(.985);transition:opacity .8s var(--mt-ease),transform .8s var(--mt-ease);transition-delay:var(--mt-reveal-delay, 0s)}.mt-reveal.mt-visible{opacity:1;transform:translateY(0) scale(1)}@media(prefers-reduced-motion:reduce){.mt-reveal,.mt-reveal.mt-visible{opacity:1;transform:none;transition:none}}.mt-card{background:#fff;border-radius:var(--mt-radio);padding:2rem 1.75rem;box-shadow:0 1px 2px #22322d0d;transition:transform .4s var(--mt-ease),box-shadow .4s var(--mt-ease)}.mt-card:hover{transform:translateY(-6px);box-shadow:0 22px 40px -18px #22322d40}.mt-card-icono{width:44px;height:44px;display:flex;align-items:center;justify-content:center;border-radius:50%;background:var(--mt-color-acento-suave);color:var(--mt-color-acento-oscuro);margin-bottom:1.1rem}.mt-card-icono svg{width:22px;height:22px}.mt-grid{display:grid;gap:1.5rem}.mt-grid-2{grid-template-columns:repeat(2,1fr)}.mt-grid-3{grid-template-columns:repeat(3,1fr)}.mt-grid-4{grid-template-columns:repeat(4,1fr)}@media screen and (max-width:989px){.mt-grid-3,.mt-grid-4{grid-template-columns:repeat(2,1fr)}}@media screen and (max-width:539px){.mt-grid-2,.mt-grid-3,.mt-grid-4{grid-template-columns:1fr}}.mt-img-cover{width:100%;height:100%;object-fit:cover;display:block}.mt-media-marco{position:relative;border-radius:var(--mt-radio);overflow:hidden}.mt-acordeon-item{border-bottom:1px solid var(--mt-color-borde)}.mt-acordeon-pregunta{width:100%;display:flex;align-items:center;justify-content:space-between;gap:1rem;background:none;border:none;text-align:left;padding:1.35rem 0;font-family:var(--mt-fuente-display);font-size:1.15rem;color:var(--mt-color-texto);cursor:pointer}.mt-acordeon-icono{flex:none;width:26px;height:26px;position:relative}.mt-acordeon-icono:before,.mt-acordeon-icono:after{content:"";position:absolute;background:var(--mt-color-acento-oscuro);top:50%;left:50%;transform:translate(-50%,-50%);transition:transform .3s var(--mt-ease),opacity .3s var(--mt-ease)}.mt-acordeon-icono:before{width:16px;height:2px}.mt-acordeon-icono:after{width:2px;height:16px}.mt-acordeon-item[data-abierto=true] .mt-acordeon-icono:after{transform:translate(-50%,-50%) rotate(90deg);opacity:0}.mt-acordeon-respuesta{max-height:0;overflow:hidden;transition:max-height .4s var(--mt-ease)}.mt-acordeon-respuesta-inner{padding-bottom:1.4rem;color:var(--mt-color-texto-suave);line-height:1.6}.mt-marquesina-wrap{overflow-x:clip;overflow-y:visible}.mt-marquesina-pista{display:flex;width:max-content;animation:mt-marquesina linear infinite;animation-duration:var(--mt-marquesina-duracion, 28s)}.mt-marquesina-wrap:hover .mt-marquesina-pista{animation-play-state:paused}@keyframes mt-marquesina{0%{transform:translate(0)}to{transform:translate(-50%)}}@media(prefers-reduced-motion:reduce){.mt-marquesina-pista{animation:none}}.mt-contador{font-variant-numeric:tabular-nums}.mt-section,.mt-recorta{overflow-x:clip}
/*# sourceMappingURL=/cdn/shop/t/2/assets/mt-styles.css.map */
