.mod-precios{--mod-rojo:var(--ui-red,#bd2133);--mod-rojo-rgb:var(--ui-red-rgb,189,33,51);--mod-oscuro:var(--ui-dark,#1d2433);font-family:var(--ui-font,inherit);display:flex;flex-wrap:wrap;justify-content:center;gap:24px;margin:0;padding:0;list-style:none;}.mod-precio{flex:1 1 300px;max-width:380px;min-width:0;padding:18px;border-radius:24px;background:rgba(var(--mod-rojo-rgb),.16);}.mod-precio__inner{display:flex;flex-direction:column;height:100%;padding:34px 30px 32px;border-radius:16px;background:var(--mod-rojo);color:#fff;}.mod-precio__label,.mod-precio__label span,.mod-precio__amount,.mod-precio__note,.mod-precio__list,.mod-precio__list li,.mod-precio__list span{color:inherit;}.mod-precio__label{margin:0 0 26px;font-size:0;}.mod-precio__label span{display:inline-block;padding-bottom:6px;border-bottom:2px solid currentColor;font-size:17px;font-weight:700;line-height:1.3;overflow-wrap:anywhere;}.mod-precio__amount{margin:0 0 30px;font-size:42px;font-weight:800;line-height:1.14;letter-spacing:-.015em;overflow-wrap:anywhere;}.mod-precio__rule{height:0;margin:0 0 26px;padding:0;border:0;border-top:2px dashed rgba(255,255,255,.5);}.mod-precio__list{margin:0;padding:0;list-style:none;display:grid;gap:15px;}.mod-precio__list li{display:flex;align-items:flex-start;gap:11px;min-width:0;font-size:15.5px;line-height:1.4;overflow-wrap:anywhere;}.mod-precio__check{flex:none;width:19px;height:19px;margin-top:1px;}.mod-precio__check circle{fill:#fff}.mod-precio__check path{fill:none;stroke:var(--mod-rojo);stroke-width:2.4;stroke-linecap:round;stroke-linejoin:round;}.mod-precio__foot{margin-top:auto;padding-top:26px}.mod-precio--lista .mod-precio__list{margin:auto 0}.mod-precio--lista .mod-precio__foot{margin-top:0}.mod-precio__note{margin:0 0 18px;font-size:13px;font-weight:500;letter-spacing:.04em;line-height:1.35;text-transform:uppercase;overflow-wrap:anywhere;}.mod-precio__btn{align-self:flex-start;display:inline-flex;align-items:center;gap:10px;padding:15px 24px;border-radius:9px;background:var(--mod-oscuro);color:#fff !important;font-size:11.5px;font-weight:700;letter-spacing:.06em;line-height:1.2;text-transform:uppercase;text-decoration:none !important;transition:gap .25s ease,box-shadow .25s ease;}a.mod-precio__btn:hover{gap:16px;box-shadow:inset 0 0 0 999px rgba(255,255,255,.14)}a.mod-precio__btn:focus-visible{outline:2px solid #fff;outline-offset:3px}.mod-precio__arrow{flex:none;width:15px;height:15px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;}@media (max-width:640px){.mod-precios{gap:18px}.mod-precio{flex-basis:100%;max-width:100%;padding:14px;border-radius:20px}.mod-precio__inner{padding:28px 24px 26px}.mod-precio__amount{font-size:36px;margin-bottom:24px}.mod-precio__rule{margin-bottom:22px}.mod-precio__foot{padding-top:22px}}@media (prefers-reduced-motion:reduce){.mod-precio__btn{transition:none}}