:root{--color-edc-primary: #006edf;--color-edc-primary-hover: #0058b3;--color-edc-primary-active: #00418a;--color-edc-primary-tint: #e8f2fc;--color-edc-text: #191919;--color-edc-text-secondary: #5c5c5c;--color-edc-surface: #ffffff;--color-edc-surface-alt: #f7f7f7;--color-edc-border: #e5e5e5;--radius-edc-sm: 4px;--radius-edc-md: 4px;--motion-edc-fast: .2s ease;--motion-edc-normal: .3s ease}.header-logo__image-container{max-height:60px;overflow:hidden}.edc-logo-asset,.header-logo__image.edc-logo-asset{height:48px!important;width:auto!important;max-width:200px!important;object-fit:contain;display:block}@media screen and (max-width:749px){.edc-logo-asset,.header-logo__image.edc-logo-asset{height:36px!important;max-width:150px!important}}.edc-mapa-section{background:#a00e16;padding:0 0 32px}.edc-mapa-section__inner{max-width:1200px;margin:0 auto;padding:0 24px}.edc-mapa-section__label{font-size:11px;font-weight:700;color:#ffffffb3;text-transform:uppercase;letter-spacing:.1em;padding-bottom:10px}.edc-mapa-section iframe{border-radius:4px}.hero-section,[class*=hero_jVaWmY],section[id*=hero]{position:relative}.hero-section .background-media__image,.hero-section picture img{object-fit:cover}.footer a{color:#ffffffd9;text-decoration:none;transition:color var(--motion-edc-fast)}.footer a:hover{color:#fff}.footer p{line-height:1.8}.footer iframe{border-radius:4px;width:100%}.edc-footer-creditos{font-size:11px;opacity:.65;text-align:center;padding:12px 0 0;color:#fff;width:100%}.edc-footer-creditos a{color:#fff;font-weight:600}.edc-sobre{padding:64px 0;background:var(--color-edc-surface)}.edc-sobre--prod{background:var(--color-edc-surface-alt, #f7f7f7)}.edc-sobre__inner{max-width:1200px;margin:0 auto;padding:0 24px;display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:center}.edc-sobre__label{font-size:12px;font-weight:700;color:var(--color-edc-primary);letter-spacing:.1em;text-transform:uppercase;margin-bottom:12px}.edc-sobre__title{font-size:32px;font-weight:700;color:var(--color-edc-text);line-height:1.2;margin-bottom:20px}.edc-sobre__text{font-size:16px;color:var(--color-edc-text-secondary);line-height:1.7;margin-bottom:32px}.edc-sobre__diferenciais{display:flex;flex-direction:column;gap:16px}.edc-sobre__item{display:flex;align-items:flex-start;gap:14px}.edc-sobre__item-icon{flex-shrink:0;width:40px;height:40px;background:var(--color-edc-primary-tint);border-radius:50%;display:flex;align-items:center;justify-content:center;color:var(--color-edc-primary)}.edc-sobre__item-text strong{display:block;font-size:14px;font-weight:700;color:var(--color-edc-text);margin-bottom:2px}.edc-sobre__item-text span{font-size:13px;color:var(--color-edc-text-secondary)}.edc-sobre__image{width:100%;height:400px;object-fit:cover;border-radius:4px}.edc-sobre__image-placeholder{width:100%;height:400px;background:var(--color-edc-primary);border-radius:4px;display:flex;align-items:center;justify-content:center;overflow:hidden}.edc-sobre__image-placeholder img{width:100%;height:100%;object-fit:cover}@media screen and (max-width:749px){.edc-sobre__inner{grid-template-columns:1fr;gap:32px}.edc-sobre__title{font-size:24px}.edc-sobre__image,.edc-sobre__image-placeholder{height:260px;order:-1}}.card{transition:transform .25s ease,box-shadow .25s ease;will-change:transform}@media(hover:hover)and (pointer:fine){.card:hover{transform:translateY(-4px);box-shadow:0 10px 32px #00000021}}.card-wrapper{position:relative}.card-wrapper:before{content:"\25cf  \daltimas unidades";position:absolute;top:12px;left:0;z-index:10;background:var(--color-edc-primary-active, #00418a);color:#fff;font-size:10px;font-weight:700;letter-spacing:.06em;text-transform:uppercase;padding:5px 10px;border-radius:0 4px 4px 0;line-height:1;pointer-events:none}.text-block--text_edcBadge{margin-bottom:2px}.text-block--text_edcBadge p{display:inline-flex;align-items:center;gap:6px;background:var(--color-edc-primary-tint, #e8f2fc);color:var(--color-edc-primary-active, #00418a);font-size:12px;font-weight:700;letter-spacing:.04em;text-transform:uppercase;padding:6px 14px;border-radius:999px;border:1px solid var(--color-edc-primary, #006edf);margin:0}.price .price-item--regular,.price__regular .price-item,.price-item.price-item--regular{font-size:2rem!important;font-weight:700!important;color:var(--color-edc-primary, #006edf)!important;letter-spacing:-.01em}.card .price .price-item--regular,.card .price-item{font-size:1.25rem!important;font-weight:700!important;color:var(--color-edc-primary, #006edf)!important}.edc-reveal{opacity:0;transform:translateY(28px);transition:opacity .65s ease,transform .65s ease}.edc-reveal.edc-revealed{opacity:1;transform:translateY(0)}@keyframes edc-pulse{0%,to{box-shadow:0 0 #006edf59}60%{box-shadow:0 0 0 10px #006edf00}}@keyframes edc-spin{to{transform:rotate(360deg)}}.comprar-agora-button,.orcamento-button{display:flex;align-items:center;justify-content:center;gap:8px;width:100%;margin-top:10px;padding:14px 20px;border:1.5px solid var(--color-edc-primary);border-radius:var(--radius-edc-sm);background:transparent;color:var(--color-edc-primary);font-family:inherit;font-size:15px;font-weight:600;line-height:1.4;text-decoration:none;cursor:pointer;transition:background var(--motion-edc-fast),color var(--motion-edc-fast),border-color var(--motion-edc-fast);animation:edc-pulse 2.8s ease-in-out infinite}.comprar-agora-button:disabled{animation:none;opacity:.75;cursor:not-allowed}.comprar-agora-button .edc-spinner{width:16px;height:16px;border:2px solid var(--color-edc-primary);border-top-color:transparent;border-radius:50%;animation:edc-spin .7s linear infinite;flex-shrink:0}.orcamento-button:hover{background:var(--color-edc-primary-tint);color:var(--color-edc-primary-hover);border-color:var(--color-edc-primary-hover)}.orcamento-button:focus-visible{outline:2px solid var(--color-edc-primary);outline-offset:3px}.orcamento-button:active{background:var(--color-edc-primary-tint);color:var(--color-edc-primary-active);border-color:var(--color-edc-primary-active)}.trust-badges{display:grid;grid-template-columns:repeat(2,1fr);gap:8px;margin-top:16px;padding-top:16px;border-top:1px solid var(--color-edc-border)}@media screen and (min-width:750px){.trust-badges{grid-template-columns:repeat(4,1fr);gap:6px}}.trust-badge{display:flex;flex-direction:column;align-items:center;justify-content:flex-start;gap:6px;padding:10px 6px 12px;background-color:var(--color-edc-surface-alt);border:1px solid var(--color-edc-border);border-radius:6px;text-align:center;min-width:0;transition:border-color .15s ease,background-color .15s ease}.trust-badge__icon{display:flex;align-items:center;justify-content:center;width:36px;height:36px;flex-shrink:0;color:var(--color-edc-primary)}.trust-badge__icon svg{width:22px;height:22px;display:block}.trust-badge__title{display:block;font-size:11px;font-weight:600;line-height:1.3;color:var(--color-edc-text);overflow-wrap:break-word;word-break:break-word;-webkit-hyphens:auto;hyphens:auto;width:100%}.trust-badge__subtitle{display:block;font-size:10px;font-weight:400;line-height:1.3;color:var(--color-edc-text-secondary);overflow-wrap:break-word;word-break:break-word;-webkit-hyphens:auto;hyphens:auto;width:100%}@media screen and (min-width:750px){.trust-badge{padding:12px 8px 14px;gap:7px}.trust-badge__icon{width:40px;height:40px}.trust-badge__icon svg{width:24px;height:24px}.trust-badge__title{font-size:12px}.trust-badge__subtitle{font-size:11px}}@media(hover:hover)and (pointer:fine){.trust-badge:hover{background-color:var(--color-edc-primary-tint);border-color:var(--color-edc-primary)}}.edc-selos-pagamento{margin-top:16px;text-align:center}.edc-selos-pagamento img{max-width:100%;height:auto;display:inline-block;border-radius:4px}
/*# sourceMappingURL=/cdn/shop/t/1/assets/espaco-calhas-custom.css.map */
