#awr-app.awr-app { isolation:isolate; width:100%; max-width:none; min-height:100vh; overflow-x:clip; margin:0; padding:0; color:var(--awr-ink); background:var(--awr-bg); font-family:var(--awr-font); font-size:16px; line-height:1.5; text-align:left; text-transform:none; letter-spacing:0; }
#awr-app.awr-app,#awr-app.awr-app *,#awr-app.awr-app *::before,#awr-app.awr-app *::after { box-sizing:border-box; }
#awr-app.awr-app :where(h1,h2,h3,h4,p,ul,ol,li,figure) { margin-block-start:0; }
#awr-app.awr-app :where(ul,ol) { padding-inline-start:0; list-style:none; }
#awr-app.awr-app :where(a) { text-decoration:none; }
#awr-app.awr-app :where(img,svg) { max-width:100%; }
#awr-app.awr-app :where(button,input,select,textarea) { font:inherit; letter-spacing:0; text-transform:none; }
#awr-app.awr-app [hidden] { display:none !important; }
#awr-app.awr-app .awr-container { width:min(calc(100% - 32px),var(--awr-container)); max-width:var(--awr-container); margin-inline:auto; padding:0; }
#awr-app.awr-app :where(.awr-hero__title,.awr-page-title,.awr-section-title,.awr-search__title,.awr-card__title,.awr-fwidget__title) { font-family:var(--awr-display); letter-spacing:0; }
#awr-app.awr-app .awr-btn--green,#awr-app.awr-app .awr-btn--navy { color:#fff; }
#awr-app.awr-app .awr-btn--gold { color:var(--awr-navy-deep); } #awr-app.awr-app .awr-header { position:sticky !important; top:0 !important; z-index:60 !important; float:none !important; }
#awr-app.awr-app .awr-header__inner { display:grid !important; }
#awr-app.awr-app .awr-nav__list { display:flex !important; margin:0 !important; }
#awr-app.awr-app .awr-nav__list li { margin:0 !important; }
#awr-app.awr-app .awr-nav__list a,#awr-app.awr-app .awr-sheet__nav a { text-transform:none !important; font-size:14px; }
#awr-app.awr-app .awr-logo__mark svg { width:20px; height:20px; } .awr-app .awr-sheet { z-index:120 !important; }
.awr-app .awr-sheet__panel { transform:none !important; }
.awr-app .awr-modal { z-index:130 !important; }
.awr-app .awr-modal__panel { max-width:none !important; }
#awr-app.awr-app .awr-mobilebar { z-index:50 !important; }
#awr-app.awr-app .awr-mobilebar__btn { text-transform:none !important; box-shadow:none !important; } #awr-app.awr-app .awr-footer a { color:rgba(255,255,255,.78); }
#awr-app.awr-app .awr-footer .awr-btn--green { color:#fff; }
#awr-app.awr-app .awr-footer .awr-btn--gold { color:var(--awr-navy-deep); }
#awr-app.awr-app .awr-footer__stores a { color:var(--awr-gold); }
.elementor-location-header,.elementor-location-footer { display:none; }
@media(max-width:900px){#awr-app.awr-app .awr-hero__grid{grid-template-columns:minmax(0,1fr)}#awr-app.awr-app .awr-hero__copy{order:1;min-width:0}#awr-app.awr-app .awr-hero__aside{order:2;min-width:0}}
@media(max-width:768px){#awr-app.awr-app .awr-cards{grid-template-columns:minmax(0,1fr)}}body.awr-body { overflow-x: hidden; }
#awr-app,
#awr-app * { box-sizing: border-box; }
#awr-app :is(.elementor, .elementor-section, .elementor-container,
.e-con, .e-con-inner, .entry-content, .site-content,
.content-area, .page-content, #content, #primary, #main) {
max-width: none !important;
width: auto !important;
margin: 0 !important;
padding: 0 !important;
background: none !important;
display: block !important;
}
#awr-app .awr-container {
width: 100% !important;
max-width: 1200px !important;
margin-inline: auto !important;
padding-inline: 20px !important;
}
@media (max-width: 640px) {
#awr-app .awr-container { padding-inline: 16px !important; }
} #awr-app,
#awr-app :is(p, li, span, a, small, label, input, select, textarea, button, div) {
font-family: 'Inter', ui-sans-serif, system-ui, -apple-system, 'Segoe UI', sans-serif !important;
-webkit-font-smoothing: antialiased;
}
#awr-app :is(h1, h2, h3, h4, .awr-section-title, .awr-hero__title) {
font-family: 'Plus Jakarta Sans', 'Inter', ui-sans-serif, system-ui, sans-serif !important;
text-transform: none !important;
letter-spacing: -0.02em !important;
}
#awr-app :is(h1, h2, h3, h4, h5, h6, p, ul, ol) { text-wrap: pretty; }
#awr-app :is(ul, ol) { list-style: none !important; padding-left: 0 !important; }
#awr-app a { text-decoration: none; }
#awr-app img { max-width: 100%; height: auto; display: block; } #awr-app .awr-btn {
display: inline-flex !important;
align-items: center; justify-content: center; gap: 8px;
min-height: 48px; padding: 13px 22px;
border-radius: 14px !important;
font-family: 'Inter', sans-serif !important;
font-size: 15px !important; font-weight: 700 !important;
line-height: 1.1 !important; text-transform: none !important;
letter-spacing: 0 !important; border: 2px solid transparent;
cursor: pointer; transition: transform .15s ease, filter .15s ease, background .15s ease;
text-decoration: none !important;
}
#awr-app .awr-btn:hover { transform: translateY(-1px); }
#awr-app .awr-btn--green {
background: #16a34a !important; color: #fff !important; border-color: #16a34a !important;
box-shadow: 0 10px 26px -10px rgba(22, 163, 74, .6);
}
#awr-app .awr-btn--green:hover { background: #15803d !important; }
#awr-app .awr-btn--orange {
background: #ea580c !important; color: #fff !important; border-color: #ea580c !important;
}
#awr-app .awr-btn--orange:hover { background: #c2410c !important; }
#awr-app .awr-btn--outline {
background: #fff !important; color: #ea580c !important; border-color: #ea580c !important;
}
#awr-app .awr-btn--outline:hover { background: #ea580c !important; color: #fff !important; }
#awr-app .awr-btn--ghost {
background: transparent !important; color: #0a2555 !important;
border-color: rgba(10, 37, 85, .18) !important;
}
#awr-app .awr-btn--sm { min-height: 40px; padding: 9px 16px; font-size: 14px !important; }
#awr-app .awr-btn--block { display: flex !important; width: 100%; } #awr-app .awr-header {
position: sticky; top: 0; z-index: 60;
background: rgba(255, 255, 255, .92) !important;
backdrop-filter: saturate(1.6) blur(10px);
border-bottom: 1px solid #e2e8f0 !important;
box-shadow: 0 1px 0 rgba(15, 23, 42, .04);
}
#awr-app .awr-header__inner {
display: flex !important; align-items: center; justify-content: space-between;
gap: 16px; min-height: 68px;
}
#awr-app .awr-header__nav { display: flex; align-items: center; gap: 4px; }
#awr-app .awr-header__nav a {
padding: 9px 14px; border-radius: 999px;
font-size: 14px !important; font-weight: 600 !important;
color: #0f172a !important; text-transform: none !important;
}
#awr-app .awr-header__nav a:hover { background: #f1f5f9 !important; color: #ea580c !important; }
#awr-app .awr-header .awr-btn { min-height: 42px; padding: 10px 16px; font-size: 14px !important; }
#awr-app .awr-header__burger {
display: none; align-items: center; justify-content: center;
width: 44px; height: 44px; border-radius: 12px;
border: 1px solid #e2e8f0; background: #fff; cursor: pointer;
}
@media (max-width: 767px) {
#awr-app .awr-header__nav { display: none !important; }
#awr-app .awr-header__burger { display: inline-flex !important; }
#awr-app .awr-header__inner { min-height: 60px; }
#awr-app .awr-header .awr-btn--green { padding: 10px 14px; font-size: 13px !important; }
} #awr-app .awr-emergency {
min-height: 46px; display: flex; align-items: center;
background: #0a2555 !important; color: #fff !important;
font-size: 13px; font-weight: 600;
}
#awr-app .awr-emergency a { color: #ffdf00 !important; font-weight: 800; }
@media (max-width: 768px) { #awr-app .awr-emergency { min-height: 72px; } } #awr-app .awr-hero {
background: linear-gradient(180deg, #fff 0%, #f8fafc 55%, #fff 100%) !important;
color: #0a0a0a !important;
}
#awr-app .awr-hero__grid { display: grid !important; }
#awr-app .awr-hero__title { color: #0a0a0a !important; }
#awr-app .awr-hero__title strong,
#awr-app .awr-hero__title em { color: #ea580c !important; font-style: normal; }
#awr-app .awr-hero__badges { display: flex; flex-wrap: wrap; }
@media (max-width: 767px) {
#awr-app .awr-hero { padding: 18px 0 26px !important; }
#awr-app .awr-hero__ctas { flex-direction: column; align-items: stretch; }
#awr-app .awr-hero__ctas .awr-btn { width: 100%; }
} #awr-app .awr-search {
background: #fff !important; border-radius: 18px;
padding: 16px; position: relative;
}
#awr-app .awr-search__field { position: relative; }
#awr-app .awr-search input[type="text"],
#awr-app .awr-search input[type="search"] {
width: 100% !important; height: 56px !important;
padding: 0 16px 0 46px !important;
border: 2px solid #e2e8f0 !important; border-radius: 14px !important;
background: #fff !important; color: #0f172a !important;
font-size: 16px !important; box-shadow: none !important;
-webkit-appearance: none; appearance: none;
}
#awr-app .awr-search input:focus {
outline: none !important; border-color: #ea580c !important;
box-shadow: 0 0 0 4px rgba(234, 88, 12, .15) !important;
}
#awr-app .awr-search__icon {
position: absolute; left: 14px; top: 50%; transform: translateY(-50%);
width: 20px; height: 20px; color: #94a3b8; pointer-events: none;
}
#awr-app .awr-search__list {
position: absolute; top: calc(100% + 6px); left: 0; right: 0; z-index: 40;
max-height: 320px; overflow-y: auto; margin: 0;
border: 1px solid #e2e8f0; border-radius: 14px; background: #fff;
box-shadow: 0 24px 50px -24px rgba(10, 37, 85, .45);
}
#awr-app .awr-search__list li > * {
display: block; width: 100%; padding: 12px 16px; text-align: left;
background: none; border: 0; font-size: 15px; cursor: pointer; color: #0f172a;
}
#awr-app .awr-search__list li > *:hover { background: #fff7ed; color: #ea580c; }
@media (max-width: 768px) { #awr-app .awr-search__list { position: relative; top: 8px; max-height: none; box-shadow: none; }
} #awr-app .awr-card {
display: flex; flex-direction: column; overflow: hidden;
border: 1px solid #e2e8f0 !important; border-radius: 20px !important;
background: #fff !important; box-shadow: 0 10px 30px -22px rgba(10, 37, 85, .5);
}
#awr-app .awr-card__media { aspect-ratio: 4/3; background: #f8fafc; display: grid; place-items: center; }
#awr-app .awr-card__media img { width: 100%; height: 100%; object-fit: contain; padding: 12px; }
#awr-app .awr-card__body { display: flex; flex-direction: column; gap: 6px; padding: 16px; flex: 1; }
#awr-app .awr-card__title { margin: 0; font-size: 16px !important; font-weight: 800 !important; color: #0f172a; }
#awr-app .awr-card__meta { font-size: 12px; color: #64748b; }
#awr-app .awr-card__parc { font-size: 13px; font-weight: 600; color: #475569; }
#awr-app .awr-card__price { font-size: 26px !important; font-weight: 800 !important; color: #15803d !important; line-height: 1.1; }
#awr-app .awr-card__price small { font-size: 12px; font-weight: 700; color: #64748b; display: block; }
#awr-app .awr-card .awr-btn { margin-top: auto; }
#awr-app .awr-cards, .awr-cards {
display: grid; gap: 18px;
grid-template-columns: repeat(auto-fill, minmax(268px, 1fr));
}
@media (max-width: 1024px) { .awr-cards { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (max-width: 620px) { .awr-cards { grid-template-columns: 1fr; } }  .awr-modal {
position: fixed; top: 0; right: 0; bottom: 0; left: 0; inset: 0; z-index: 9999;
display: flex !important; align-items: center; justify-content: center; padding: 16px; background: rgba(2, 6, 23, .6);
}
.awr-modal__panel, .awr-modal__box {
position: relative;
width: 100%; max-width: 900px; max-height: calc(var(--awr-vh, 100vh) - 32px); overflow: hidden;
border-radius: 12px; background: #fff; padding: 0;
box-shadow: 0 40px 80px -30px rgba(2, 6, 23, .6);
font-family: 'Inter', sans-serif;
}
.awr-checkout__head { padding: 20px 24px 14px; border-bottom: 1px solid #e2e8f0; }
.awr-modal__title { margin: 0 0 4px; padding-right: 42px; font-family: 'Plus Jakarta Sans', sans-serif; font-size: 18px; font-weight: 800; color: #0f172a; }
.awr-modal__sub { margin: 0; font-size: 13px; color: #64748b; }
.awr-checkout__trust { display: flex; flex-wrap: wrap; gap: 6px 14px; margin-top: 10px; font-size: 11px; font-weight: 700; color: #64748b; }
.awr-checkout__trust span::first-letter { color: #16a34a; }
.awr-modal__close {
position: absolute; top: 14px; right: 14px; width: 36px; height: 36px;
border-radius: 999px; border: 1px solid #e2e8f0; background: #fff; cursor: pointer;
}
.awr-modal input, .awr-modal select, .awr-modal textarea {
width: 100%; min-height: 48px; padding: 12px 14px; font-size: 16px;
border: 2px solid #e2e8f0; border-radius: 12px; background: #fff; color: #0f172a;
}
.awr-modal label { display: block; margin: 0 0 12px; font-size: 13px; font-weight: 700; color: #334155; }
.awr-modal label input, .awr-modal label select, .awr-modal label textarea { margin-top: 6px; font-weight: 500; }
.awr-checkout__layout { display: grid; grid-template-columns: minmax(0, 1fr) 300px; min-height: 0; max-height: calc(var(--awr-vh, 100vh) - 138px); }
.awr-checkout__main { min-height: 0; overflow-y: auto; padding: 18px 24px 28px; }
.awr-checkout__section { margin-bottom: 22px; }
.awr-checkout__section h3 { display: flex; align-items: center; gap: 7px; margin: 0 0 12px; font-size: 14px; font-weight: 800; color: #0f172a; }
.awr-checkout__section h3 > b { display: grid; place-items: center; width: 21px; height: 21px; border-radius: 999px; background: #0a2555; color: #fff; font-size: 11px; }
.awr-checkout__section h3 > span { margin-left: 3px; border-radius: 999px; background: #ecfdf5; padding: 3px 8px; font-size: 10px; color: #15803d; }
.awr-delivery-tabs { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; }
.awr-delivery-tabs button { display: flex; min-height: 68px; flex-direction: column; align-items: center; justify-content: center; gap: 2px; border: 2px solid #e2e8f0; border-radius: 12px; background: #fff; color: #0f172a; cursor: pointer; }
.awr-delivery-tabs button.is-active { border-color: #0a2555; background: #f2f6ff; color: #0a2555; }
.awr-delivery-tabs strong { font-size: 13px; }.awr-delivery-tabs small { font-size: 10px; color: #64748b; }
.awr-checkout__arrival { margin: 10px 0 12px; border: 1px solid #bbf7d0; border-radius: 8px; background: #ecfdf5; padding: 9px 11px; font-size: 12px; color: #14532d; }
.awr-form__grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0 12px; }
.awr-form__grid--address { grid-template-columns: minmax(0, .8fr) minmax(0, 2fr); }
.awr-form__wide { grid-column: 1 / -1; }
.awr-payment-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 8px; }
.awr-payment-grid label { position: relative; overflow: hidden; margin: 0; cursor: pointer; }
.awr-payment-grid input { position: absolute; top: 0; left: 0; width: 100%; height: 100%; opacity: 0; margin: 0; border: 0; min-height: 0; pointer-events: none; }
.awr-payment-grid span { display: grid; place-items: center; min-height: 48px; padding: 4px 6px; border: 2px solid #e2e8f0; border-radius: 9px; background: #fff; font-weight: 700; text-align: center; line-height: 1.15; }
.awr-payment-grid span small { display: block; margin-top: 2px; font-size: 10px; font-weight: 800; color: #15803d; }
.awr-payment-grid input:checked + span { border-color: #0a2555; background: #f2f6ff; color: #0a2555; }
.awr-modal [hidden], .awr-modal__panel [hidden], .awr-modal__box [hidden] { display: none !important; }
.awr-checkout__summary { border-left: 1px solid #e2e8f0; background: #f8fafc; padding: 20px; overflow-y: auto; }
.awr-checkout__summary > div:first-child { display: flex; flex-direction: column; gap: 5px; border: 1px solid #e2e8f0; border-radius: 12px; background: #fff; padding: 13px; }
.awr-checkout__summary small { font-size: 10px; font-weight: 800; color: #64748b; }.awr-checkout__summary strong { font-size: 13px; }.awr-checkout__summary span,.awr-checkout__summary p { font-size: 11px; color: #64748b; }
.awr-modal__summary { margin: 14px 0; border: 1px solid #e2e8f0; border-radius: 12px; background: #fff; padding: 13px; }
.awr-modal__summary p { margin: 3px 0; }.awr-sum__pix { font-size: 22px !important; font-weight: 900; color: #15803d !important; }.awr-sum__inst { font-weight: 700; color: #334155 !important; }
.awr-checkout__summary .awr-btn { width: 100%; margin-top: 12px; }
.awr-checkout__mobile-submit { display: none; }
.awr-form__error { border-radius: 8px; background: #fef2f2; padding: 9px; font-size: 12px; font-weight: 700; color: #b91c1c; }
.awr-modal input:focus, .awr-modal select:focus, .awr-modal textarea:focus {
outline: none; border-color: #ea580c; box-shadow: 0 0 0 4px rgba(234, 88, 12, .15);
}
.awr-modal .awr-hp { position: absolute !important; left: -9999px; }
body.awr-noscroll, body.awr-modal-open { overflow: hidden; }
@media (max-width: 640px) {
.awr-modal { padding: 0; align-items: stretch; }
.awr-modal__panel, .awr-modal__box { display: flex; max-width: none; max-height: none; min-height: 100vh; min-height: 100dvh; flex-direction: column; border-radius: 0; }
.awr-checkout__head { padding: 16px 16px 12px; }
.awr-checkout__layout { display: block; flex: 1; max-height: none; overflow: hidden; }
.awr-checkout__main { height: 100%; padding: 14px 16px 100px; }
.awr-checkout__summary { display: none; }
.awr-checkout__mobile-submit { position: absolute; right: 0; bottom: 0; left: 0; z-index: 4; display: block; border-top: 1px solid #e2e8f0; background: rgba(255,255,255,.97); padding: 10px 16px calc(10px + env(safe-area-inset-bottom)); box-shadow: 0 -8px 24px -16px rgba(0,0,0,.35); }
.awr-checkout__mobile-submit .awr-btn { width: 100%; }
.awr-form__grid,.awr-form__grid--address { grid-template-columns: 1fr; }
.awr-payment-grid { grid-template-columns: repeat(2, 1fr); }
} @media (max-width: 400px) {
.awr-payment-grid { grid-template-columns: repeat(2, 1fr); gap: 8px; }
.awr-payment-grid span { min-height: 46px; font-size: 13px; }
.awr-delivery-tabs { grid-template-columns: 1fr 1fr; }
.awr-delivery-tabs button { min-height: 56px; }
.awr-modal__title { font-size: 16px; }
.awr-checkout__main { padding: 12px 12px 104px; }
.awr-checkout__head { padding: 14px 12px 10px; }
.awr-modal, .awr-modal__panel, .awr-checkout__main { max-width: 100vw; overflow-x: hidden; }
} .awr-mobilebar {
position: fixed; left: 0; right: 0; bottom: 0; z-index: 70;
display: none; gap: 8px; padding: 8px 10px calc(8px + env(safe-area-inset-bottom));
background: rgba(255, 255, 255, .97); border-top: 1px solid #e2e8f0;
box-shadow: 0 -8px 24px -18px rgba(2, 6, 23, .5);
}
.awr-mobilebar > * { flex: 1; }
@media (max-width: 767px) {
.awr-mobilebar { display: flex !important; }
body.awr-body { padding-bottom: 78px; }
}
@media (min-width: 768px) { .awr-mobilebar { display: none !important; } } #awr-app img, #awr-app video, #awr-app iframe { max-width: 100%; height: auto; }
#awr-app * { min-width: 0; }
#awr-app .awr-container, #awr-app .awr-wrap {
width: 100% !important; max-width: 1200px !important; margin-inline: auto !important;
padding-inline: 16px !important;
}
@media (max-width: 900px) {
#awr-app .awr-hero__grid, #awr-app .awr-grid-2, #awr-app .awr-grid-3, #awr-app .awr-grid-4 {
grid-template-columns: 1fr !important;
}
#awr-app h1 { font-size: clamp(28px, 8vw, 40px) !important; line-height: 1.1 !important; }
#awr-app h2 { font-size: clamp(22px, 6.2vw, 30px) !important; }
#awr-main .awr-hero .awr-btn, #awr-main .awr-card__actions .awr-btn { width: 100%; }
#awr-app .awr-card__actions { flex-direction: column; }
}
@media (max-width: 900px) and (min-width: 561px) {
#awr-app .awr-grid-4, #awr-app .awr-comofunciona__grid { grid-template-columns: repeat(2, minmax(0, 1fr)) !important; }
}
html, body { overflow-x: hidden; } #awr-app .awr-sec { padding: 48px 0 !important; }
@media (max-width: 768px) { #awr-app .awr-sec { padding: 34px 0 !important; } }
#awr-app .awr-sec__head { text-align: center; }
#awr-app .awr-section-title { color: #0a0a0a !important; }
#awr-app .awr-benefits .awr-section-title,
#awr-app .awr-stats-band .awr-section-title,
#awr-app .awr-finalcta .awr-section-title { color: #fff !important; } body.awr-body :is(.elementor-location-header, .elementor-location-footer,
.site-header, .site-footer, #masthead, #colophon,
.wp-block-template-part, .breadcrumbs.elementor) { display: none !important; }
body.awr-body .awr-header, body.awr-body .awr-footer { display: block !important; }
#awr-app :is(.wp-block-button__link, .elementor-button) {
all: unset;
}
#awr-app .screen-reader-text { position: absolute !important; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); }  .awr-modal, .awr-modal *, .awr-modal *::before, .awr-modal *::after { box-sizing: border-box !important; }
.awr-modal { font-family: 'Inter', ui-sans-serif, system-ui, sans-serif; color: #0f172a; }
.awr-modal :is(h2, h3) { font-family: 'Plus Jakarta Sans', 'Inter', sans-serif; }
.awr-modal :is(input, select, textarea) { max-width: 100% !important; }
.awr-modal :is(ul, ol) { list-style: none; padding-left: 0; }
.awr-modal .awr-form__grid { max-width: 100%; }
.awr-modal .awr-btn { display: inline-flex; align-items: center; justify-content: center; gap: 8px;
min-height: 48px; padding: 13px 22px; border: 2px solid transparent; border-radius: 14px;
font-size: 15px; font-weight: 700; cursor: pointer; text-decoration: none; }
.awr-modal .awr-btn--install { background: #0a2555; border-color: #0a2555; color: #fff; }
@media (max-width: 640px) {
.awr-modal .awr-form__grid, .awr-modal .awr-form__grid--address { grid-template-columns: 1fr !important; }
.awr-modal .awr-checkout__main { padding: 14px 16px 110px !important; }
} #awr-app :is(.awr-mbtn, .awr-mobilebar__btn, .awr-nearest-pill, .awr-header .awr-btn) svg { flex: none; }
#awr-app .awr-mbtn { gap: 6px; }
#awr-app .awr-mbtn--call, #awr-app .awr-mbtn--call span,
#awr-app .awr-mbtn--wa, #awr-app .awr-mbtn--wa svg { color: #fff !important; }
#awr-app .awr-mbtn--menu, #awr-app .awr-mbtn--menu svg { color: #0a2555 !important; }
#awr-app .awr-mobilebar__btn b { display: inline-flex; align-items: center; gap: 6px; }
#awr-app .awr-mobilebar__btn--call, #awr-app .awr-mobilebar__btn--call b,
#awr-app .awr-mobilebar__btn--wa, #awr-app .awr-mobilebar__btn--wa b { color: #fff !important; }
#awr-app .awr-mobilebar__btn--search, #awr-app .awr-mobilebar__btn--search b { color: #0a2555 !important; }
#awr-app .awr-mobilebar__btn--call small { color: #ffdf00 !important; }
#awr-app .awr-mobilebar__btn--wa small { color: rgba(255,255,255,.9) !important; }
#awr-app .awr-mobilebar__btn--search small { color: rgba(10,37,85,.75) !important; }
#awr-app .awr-btn__ico { display: inline-flex; align-items: center; color: currentColor !important; }
#awr-app .awr-header .awr-btn--navy, #awr-app .awr-header .awr-btn--navy span { color: #fff !important; }
#awr-app .awr-header .awr-btn--green, #awr-app .awr-header .awr-btn--green span { color: #fff !important; } @media (hover: none) {
#awr-app .awr-btn:hover { transform: none !important; }
#awr-app .awr-btn--outline:hover { background: #fff !important; color: #ea580c !important; }
}  #awr-app .awr-breadcrumb {
display: flex; flex-wrap: wrap; align-items: center; gap: 4px;
margin: 16px 0 10px;
font-size: 13px !important; font-weight: 500 !important;
line-height: 1.4 !important; color: #64748b !important;
text-transform: none !important; letter-spacing: 0 !important;
}
#awr-app .awr-breadcrumb a {
font-size: 13px !important; font-weight: 600 !important;
color: #0a2555 !important; text-transform: none !important;
letter-spacing: 0 !important; text-decoration: none !important;
}
#awr-app .awr-breadcrumb a:hover { color: #ea580c !important; text-decoration: underline !important; }
#awr-app .awr-breadcrumb span { color: #64748b !important; font-size: 13px !important; }
#awr-app :is(.awr-page-title, .awr-prose h1) {
margin: 0 0 10px !important;
font-size: clamp(26px, 5.2vw, 40px) !important;
font-weight: 800 !important; line-height: 1.12 !important;
color: #0a0a0a !important; text-transform: none !important;
}
#awr-app :is(.awr-lead, .awr-prose > p) {
margin: 0 0 16px !important;
font-size: 16px !important; line-height: 1.6 !important;
color: #475569 !important; text-transform: none !important;
}
#awr-app .awr-prose :is(h2, h3) { text-transform: none !important; color: #0f172a !important; }
#awr-app .awr-prose h2 { font-size: clamp(20px, 4.4vw, 28px) !important; margin: 26px 0 10px !important; }
#awr-app .awr-prose h3 { font-size: 18px !important; margin: 20px 0 8px !important; }
#awr-app .awr-prose a { color: #ea580c !important; text-decoration: underline !important; text-transform: none !important; }
#awr-app :is(.awr-store-card, .awr-list-card) :is(h2, h3) {
font-size: 18px !important; color: #0f172a !important; text-transform: none !important;
} @media (max-width: 767px) {
#awr-app .awr-header__mobile { display: flex !important; align-items: center; gap: 8px; }
#awr-app .awr-mbtn {
display: inline-flex !important; align-items: center; justify-content: center; gap: 6px;
min-height: 42px; height: 42px; padding: 0 12px;
border-radius: 12px !important;
font-size: 14px !important; font-weight: 700 !important;
line-height: 1 !important; text-transform: none !important; letter-spacing: 0 !important;
white-space: nowrap;
}
#awr-app .awr-mbtn span { font-size: 14px !important; text-transform: none !important; }
#awr-app .awr-mbtn--wa, #awr-app .awr-mbtn--menu { width: 42px; padding: 0; }
#awr-app .awr-logo__text { font-size: 15px !important; text-transform: none !important; letter-spacing: -.01em !important; }
#awr-app .awr-logo__mark { width: 34px; height: 34px; }
} #awr-app .awr-search__row { position: relative; display: flex; flex-wrap: wrap; gap: 10px; }
#awr-app .awr-search__input {
flex: 1 1 260px;
width: 100% !important; height: 56px !important; min-height: 56px !important;
padding: 0 16px 0 46px !important;
border: 2px solid #e2e8f0 !important; border-radius: 14px !important;
background: #fff !important; color: #0f172a !important;
font-size: 16px !important; font-weight: 500 !important;
box-shadow: none !important; -webkit-appearance: none; appearance: none;
}
#awr-app .awr-search__input::placeholder { color: #94a3b8 !important; font-size: 16px !important; }
#awr-app .awr-search__input:focus {
outline: none !important; border-color: #ea580c !important;
box-shadow: 0 0 0 4px rgba(234, 88, 12, .15) !important;
}
#awr-app .awr-search__icon {
position: absolute; left: 14px; top: 28px; transform: translateY(-50%);
display: inline-flex; width: 20px; height: 20px;
color: #94a3b8 !important; pointer-events: none; z-index: 2;
}
#awr-app .awr-search__submit {
min-height: 56px !important; padding: 0 22px !important;
background: #ea580c !important; border-color: #ea580c !important; color: #fff !important;
border-radius: 14px !important; font-size: 16px !important;
}
#awr-app .awr-search__submit:hover { background: #c2410c !important; }
#awr-app .awr-search__label { display: block; margin-bottom: 6px; font-size: 14px !important; font-weight: 700 !important; color: #0f172a !important; text-transform: none !important; }
#awr-app .awr-search__eyebrow { margin: 0 0 4px; font-size: 12px !important; font-weight: 800 !important; letter-spacing: .08em !important; color: #0a2555 !important; }
#awr-app .awr-search__help { margin-top: 8px; font-size: 13px !important; color: #64748b !important; }
@media (max-width: 767px) {
#awr-app .awr-search__row { flex-direction: column; }
#awr-app .awr-search__input, #awr-app .awr-search__submit { width: 100% !important; }
} .awr-mobilebar__btn { padding: 8px 6px; text-align: center; }
.awr-mobilebar__btn b { font-size: 14px !important; line-height: 1.1 !important; white-space: nowrap; }
.awr-mobilebar__btn small { display: block; font-size: 10px !important; line-height: 1.15 !important; white-space: nowrap; } .awr-modal .awr-form__parcelas select { min-height: 48px; }
.awr-modal .awr-form__hint { margin: -4px 0 12px; font-size: 12px; font-weight: 600; color: #15803d; }
.awr-modal .awr-form__hint.is-error { color: #b45309; }   #awr-app .awr-results__head, .awr-results__head {
display: flex; align-items: flex-start; justify-content: space-between;
gap: 12px; margin: 26px 0 14px;
}
#awr-app .awr-results__headtext { min-width: 0; }
#awr-app .awr-results__badge {
display: inline-flex; align-items: center; gap: 6px;
padding: 3px 10px; border-radius: 999px;
border: 1px solid rgba(255, 193, 7, .45); background: rgba(255, 193, 7, .12);
font-size: 10px !important; font-weight: 800 !important;
letter-spacing: .08em; text-transform: uppercase; color: #0a2555 !important;
}
#awr-app .awr-results__badge i {
width: 6px; height: 6px; border-radius: 999px; background: #10b981;
box-shadow: 0 0 0 3px rgba(16, 185, 129, .25);
}
#awr-app .awr-results__title {
margin: 6px 0 0; font-size: 18px !important; font-weight: 900 !important;
color: #0a2555 !important; text-transform: none !important; letter-spacing: 0 !important;
}
#awr-app .awr-results__title small {
display: block; margin-top: 2px; font-size: 13px; font-weight: 700; color: #64748b;
}
#awr-app .awr-results__reset {
display: inline-flex; align-items: center; gap: 6px; flex: 0 0 auto;
padding: 8px 14px; border-radius: 999px; border: 1px solid #e2e8f0;
background: #fff; font-size: 12px; font-weight: 700; color: #0f172a !important;
text-decoration: none; cursor: pointer; line-height: 1;
}
#awr-app .awr-results__reset:hover { border-color: #0a2555; color: #0a2555 !important; }
#awr-app .awr-results__empty {
border: 2px dashed #e2e8f0; border-radius: 16px; background: #f8fafc;
padding: 24px; text-align: center;
}
#awr-app .awr-results__empty p { margin: 0 0 14px; font-size: 14px; color: #0f172a; }
#awr-app .awr-year.is-active {
border-color: #ea580c !important; background: #ea580c !important; color: #fff !important;
} @media (max-width: 767px) {
#awr-app .awr-years, #awr-app .awr-suggestions { position: relative !important; z-index: auto !important; }
}   #awr-app .awr-store { padding: 8px 0 48px; }
#awr-app .awr-store__grid { display: grid; gap: 32px; grid-template-columns: 1.4fr 1fr; align-items: start; }
@media (max-width: 900px) { #awr-app .awr-store__grid { grid-template-columns: 1fr; gap: 22px; } }
#awr-app .awr-store__cover {
position: relative; overflow: hidden; border-radius: 24px; background: #eef2f7;
aspect-ratio: 16 / 10;
}
#awr-app .awr-store__cover iframe { width: 100%; height: 100%; border: 0; display: block; }
#awr-app .awr-store__coverph { display: grid; place-items: center; height: 100%; font-size: 48px; opacity: .35; }
#awr-app .awr-store__panel { display: flex; flex-direction: column; gap: 18px; }
#awr-app .awr-store__eyebrow {
margin: 0; font-size: 12px !important; font-weight: 800 !important;
letter-spacing: .09em; text-transform: uppercase; color: #ea580c !important;
}
#awr-app .awr-store__title {
margin: 4px 0 0; font-size: 30px !important; line-height: 1.12 !important;
font-weight: 900 !important; color: #0a2555 !important; text-transform: none !important;
}
@media (max-width: 600px) { #awr-app .awr-store__title { font-size: 24px !important; } }
#awr-app .awr-store__rating { margin: 6px 0 0; font-size: 14px; color: #0f172a; }
#awr-app .awr-store__rating span[aria-hidden] { color: #ffc107; }
#awr-app .awr-store__rating span:last-child { color: #64748b; }
#awr-app .awr-store__box { border: 1px solid #e2e8f0; border-radius: 18px; background: #fff; padding: 16px; }
#awr-app .awr-store__addr { margin: 0; font-size: 14px; color: #0f172a; }
#awr-app .awr-store__maps { display: inline-block; margin-top: 8px; font-size: 14px; font-weight: 700; color: #ea580c !important; text-decoration: none; }
#awr-app .awr-store__maps:hover { text-decoration: underline; }
#awr-app .awr-store__boxtitle { margin: 0 0 8px; font-size: 14px !important; font-weight: 800 !important; color: #0a2555 !important; }
#awr-app .awr-store__hours { margin: 0; padding: 0; list-style: none; font-size: 14px; color: #64748b; }
#awr-app .awr-store__hours li + li { margin-top: 4px; }
#awr-app .awr-store__ctas { display: flex; flex-direction: column; gap: 10px; }
#awr-app .awr-store__ctas .awr-btn { width: 100%; gap: 8px; }
#awr-app .awr-store__cities { margin-top: 32px; }
#awr-app .awr-store__h2 { margin: 0 0 12px; font-size: 20px !important; font-weight: 900 !important; color: #0a2555 !important; text-transform: none !important; }
#awr-app .awr-store__cities .awr-lead { margin: 12px 0 0; font-size: 14px !important; }
#awr-app .awr-store__back { margin: 28px 0 0; }
#awr-app .awr-store__back a { font-size: 14px; font-weight: 700; color: #ea580c !important; text-decoration: none; }
#awr-app .awr-chips { display: flex; flex-wrap: wrap; gap: 8px; margin: 0; padding: 0; list-style: none; }  body.awr-body :is(.elementor-location-header, .elementor-location-footer,
.elementor-sticky, .site-header, .site-footer,
#masthead, #colophon, .wp-site-blocks > header,
.wp-site-blocks > footer) { display: none !important; }
body.awr-body #awr-app > .awr-header,
body.awr-body #awr-app > .awr-emergency { display: block !important; }
body.awr-body #awr-app .awr-header__inner {
display: flex !important; align-items: center; justify-content: space-between;
gap: 16px; min-height: 72px;
}
body.awr-body #awr-app .awr-header .awr-nav__list {
display: flex; align-items: center; gap: 2px; margin: 0; padding: 6px;
list-style: none; border-radius: 999px; background: #f1f5f9;
}
body.awr-body #awr-app .awr-header .awr-nav__list a {
font-family: var(--awr-sans, Inter, system-ui, sans-serif) !important;
font-size: 15px !important; font-weight: 600 !important; line-height: 1 !important;
text-transform: none !important; letter-spacing: 0 !important;
padding: 9px 14px; border-radius: 999px; color: #0f172a !important; text-decoration: none;
}
body.awr-body #awr-app .awr-header .awr-logo__text {
font-size: 20px !important; font-weight: 800 !important; text-transform: none !important;
letter-spacing: -.02em !important;
}
@media (max-width: 900px) {
body.awr-body #awr-app .awr-header .awr-nav,
body.awr-body #awr-app .awr-header .awr-header__cta { display: none !important; }
body.awr-body #awr-app .awr-header__inner { min-height: 60px; }
body.awr-body #awr-app .awr-header .awr-logo__text { font-size: 17px !important; }
body.awr-body #awr-app .awr-header .awr-mbtn { font-size: 13px !important; height: 40px; }
body.awr-body #awr-app .awr-header .awr-mbtn span { font-size: 13px !important; }
} body.awr-body #awr-app .awr-footer,
body.awr-body #awr-app .awr-footer :is(p, li, a, span, small, b, strong, div) {
font-family: var(--awr-sans, Inter, system-ui, sans-serif) !important;
text-transform: none !important; letter-spacing: 0 !important;
}
body.awr-body #awr-app .awr-footer { font-size: 14px !important; line-height: 1.6 !important; }
body.awr-body #awr-app .awr-footer :is(h2, h3, h4, .awr-fwidget__title) {
font-family: var(--awr-display, "Plus Jakarta Sans", Inter, sans-serif) !important;
font-size: 15px !important; line-height: 1.3 !important; font-weight: 800 !important;
text-transform: none !important; margin: 0 0 10px !important; color: var(--awr-gold, #ffdf00) !important;
}
body.awr-body #awr-app .awr-footer .awr-footer__brand {
font-size: 20px !important; color: #fff !important; margin-bottom: 8px !important;
}
body.awr-body #awr-app .awr-footer .awr-footer__brand span { color: var(--awr-gold, #ffdf00) !important; }
body.awr-body #awr-app .awr-footer p { font-size: 14px !important; line-height: 1.6 !important; margin: 0 0 10px !important; }
body.awr-body #awr-app .awr-footer .awr-footer__list { font-size: 14px !important; gap: 8px !important; }
body.awr-body #awr-app .awr-footer .awr-footer__list a { font-size: 14px !important; line-height: 1.45 !important; font-weight: 500 !important; }
body.awr-body #awr-app .awr-footer .awr-footer__list a:hover { color: #fff !important; text-decoration: underline; }
body.awr-body #awr-app .awr-footer .awr-footer__cta b { font-size: 18px !important; }
body.awr-body #awr-app .awr-footer .awr-footer__cta span { font-size: 14px !important; }
body.awr-body #awr-app .awr-footer .awr-footer__stores :is(li, b, span, small, a) { font-size: 13px !important; line-height: 1.5 !important; }
body.awr-body #awr-app .awr-footer .awr-footer__stores h3 { font-size: 16px !important; }
body.awr-body #awr-app .awr-footer .awr-footer__bottom span { font-size: 13px !important; }
@media (max-width: 600px) {
body.awr-body #awr-app .awr-footer { padding: 32px 0 96px !important; }
body.awr-body #awr-app .awr-footer .awr-footer__grid { gap: 22px !important; }
body.awr-body #awr-app .awr-footer .awr-footer__brand { font-size: 18px !important; }
} html.awr-is-embedded, body.awr-embed {
width: 100vw; max-width: 100vw; min-height: 100dvh;
margin: 0; padding: 0; overflow-x: hidden !important; background: transparent !important;
}
body.awr-embed #awr-app {
display: flex; flex-direction: column; width: 100%; max-width: 100vw;
min-height: 100dvh; max-height: none !important; overflow: visible !important;
}
body.awr-embed .awr-main {
flex: 1 1 auto; width: 100%; max-width: 100vw;
padding: 0 !important; overflow: visible !important;
}
body.awr-embed :is(.awr-emergency, .awr-header, .awr-sheet, .awr-footer, .awr-mobilebar) { display: none !important; }
@media (max-width: 768px) {
body.awr-embed .awr-container { width: 100%; max-width: 100vw; padding-left: 16px; padding-right: 16px; }
body.awr-embed .awr-search { border-radius: 0; box-shadow: none; }
} #awr-app .awr-skeleton {
min-height: 320px; border-radius: 18px;
background: linear-gradient(90deg, #f1f5f9, #e2e8f0, #f1f5f9);
background-size: 200% 100%; animation: awrSk 1.2s linear infinite;
}
body.awr-embed .awr-skeleton { min-height: 100dvh; border-radius: 0; }
@media (prefers-reduced-motion: reduce) { #awr-app .awr-skeleton { animation: none; } }  body.awr-body #awr-app .awr-main :is(p, li, a, span, small, b, strong, td, th, label, address) {
font-size: inherit;
text-transform: none !important; letter-spacing: 0 !important;
}
body.awr-body #awr-app .awr-main { font-size: 16px !important; line-height: 1.6 !important; }
body.awr-body #awr-app .awr-main :is(p, li, address) { font-size: 16px !important; line-height: 1.6 !important; }
body.awr-body #awr-app .awr-main small { font-size: 13px !important; } body.awr-body #awr-app :is(.awr-contato, .awr-contact, .awr-footer__contato) :is(p, li, a, span) {
font-size: 15px !important; line-height: 1.55 !important; font-weight: 500 !important;
}
body.awr-body #awr-app a[href^="tel:"],
body.awr-body #awr-app a[href^="mailto:"],
body.awr-body #awr-app a[href*="wa.me"],
body.awr-body #awr-app a[href*="api.whatsapp"] {
font-size: 15px !important; line-height: 1.5 !important;
text-transform: none !important; letter-spacing: 0 !important; word-break: break-word;
}
body.awr-body #awr-app .awr-footer a[href^="tel:"],
body.awr-body #awr-app .awr-footer a[href^="mailto:"],
body.awr-body #awr-app .awr-footer a[href*="wa.me"] { font-size: 14px !important; }
@media (max-width: 767px) {
body.awr-body #awr-app .awr-main { font-size: 15px !important; }
body.awr-body #awr-app .awr-main :is(p, li, address) { font-size: 15px !important; }
body.awr-body #awr-app a[href^="tel:"],
body.awr-body #awr-app a[href^="mailto:"],
body.awr-body #awr-app a[href*="wa.me"] { font-size: 14px !important; }
body.awr-body #awr-app :is(.awr-page-title, .awr-prose h1) { font-size: clamp(22px, 6vw, 28px) !important; }
body.awr-body #awr-app .awr-prose h2 { font-size: 20px !important; }
body.awr-body #awr-app .awr-prose h3 { font-size: 17px !important; }
} @media (max-width: 767px) {
body.awr-body #awr-app .awr-hero__search-tag {
display: inline-flex; align-items: center;
height: 40px !important; min-height: 40px !important; padding: 0 14px !important;
font-size: 13px !important; line-height: 1 !important; white-space: nowrap;
}
body.awr-body #awr-app .awr-search__title { font-size: 18px !important; line-height: 1.25 !important; }
body.awr-body #awr-app .awr-search__input,
body.awr-body #awr-app .awr-search__submit { height: 48px !important; min-height: 48px !important; }
body.awr-body #awr-app .awr-search__icon { top: 24px; }
} #awr-app .awr-cards, .awr-cards {
grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
}
@media (min-width: 1180px) {
#awr-app .awr-cards, .awr-cards { grid-template-columns: repeat(4, minmax(0, 1fr)); }
}
@media (min-width: 900px) and (max-width: 1179.98px) {
#awr-app .awr-cards, .awr-cards { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}
@media (max-width: 899.98px) and (min-width: 768px) {
#awr-app .awr-cards, .awr-cards { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 767px) {
#awr-app .awr-cards, .awr-cards {
display: grid !important;
grid-auto-flow: column !important;
grid-auto-columns: 82% !important;
grid-template-columns: none !important;
gap: 12px !important;
overflow-x: auto !important; overflow-y: hidden;
scroll-snap-type: x mandatory; -webkit-overflow-scrolling: touch;
padding: 4px 16px 12px !important; margin: 0 -16px !important;
scrollbar-width: none;
}
#awr-app .awr-cards::-webkit-scrollbar, .awr-cards::-webkit-scrollbar { display: none; }
#awr-app .awr-cards > .awr-card, .awr-cards > .awr-card {
scroll-snap-align: center; height: 100%;
}
}  body.awr-body #awr-app .awr-header__inner { gap: 8px; }
body.awr-body #awr-app .awr-logo { min-width: 0; flex: 1 1 auto; }
body.awr-body #awr-app .awr-logo__text {
overflow: visible !important; text-overflow: clip !important; white-space: nowrap !important;
}
body.awr-body #awr-app .awr-header__mobile { flex: 0 0 auto; }
@media (max-width: 900px) {
body.awr-body #awr-app .awr-header .awr-logo__text { font-size: 15px !important; }
body.awr-body #awr-app .awr-logo__mark { width: 32px; height: 32px; flex: 0 0 32px; }
}
@media (max-width: 400px) {
body.awr-body #awr-app .awr-header .awr-logo__text { font-size: 13px !important; }
body.awr-body #awr-app .awr-mbtn--call span { display: none; }
body.awr-body #awr-app .awr-mbtn--call { width: 40px; padding: 0; }
} body.awr-body #awr-app .awr-search__input,
body.awr-body #awr-app .awr-search__input:focus {
height: 30px !important; min-height: 30px !important;
padding: 0 12px 0 36px !important;
font-size: 14px !important; border-radius: 10px !important;
}
body.awr-body #awr-app .awr-search__input::placeholder { font-size: 14px !important; }
body.awr-body #awr-app .awr-search__submit {
height: 30px !important; min-height: 30px !important;
padding: 0 16px !important; font-size: 14px !important; border-radius: 10px !important;
}
body.awr-body #awr-app .awr-search__icon { top: 15px; left: 11px; width: 16px; height: 16px; }
body.awr-body #awr-app .awr-search__icon svg { width: 16px; height: 16px; }
@media (max-width: 767px) {
body.awr-body #awr-app .awr-search__input,
body.awr-body #awr-app .awr-search__submit { height: 30px !important; min-height: 30px !important; }
body.awr-body #awr-app .awr-search__icon { top: 15px; }
} body.awr-body #awr-app .awr-hero__search { margin-top: 26px; }
body.awr-body #awr-app .awr-hero__search-tag { top: -22px !important; }
@media (max-width: 767px) {
body.awr-body #awr-app .awr-hero__search { margin-top: 30px; }
body.awr-body #awr-app .awr-hero__search-tag { top: -26px !important; }
} body.awr-body #awr-app .awr-searchband { padding: 8px 0 28px; }
@media (min-width: 901px) {
body.awr-body #awr-app .awr-searchband .awr-hero__search { max-width: 900px; margin-left: auto; margin-right: auto; }
body.awr-body #awr-app .awr-searchband .awr-search__row { flex-wrap: nowrap; }
}  body.awr-body #awr-app .awr-results,
body.awr-body .awr-results {
display: block; width: 100%; margin-top: 20px;
}
body.awr-body #awr-app .awr-results__head,
body.awr-body .awr-results__head {
display: grid !important;
grid-template-columns: minmax(0, 1fr) auto;
align-items: center; gap: 12px;
margin: 0 0 16px !important; padding: 0 !important;
}
body.awr-body #awr-app .awr-results__headtext { min-width: 0; display: flex; flex-direction: column; gap: 6px; }
body.awr-body #awr-app .awr-results__badge { align-self: flex-start; }
body.awr-body #awr-app .awr-results__title {
margin: 0 !important; font-size: 18px !important; line-height: 1.25 !important;
display: flex; flex-wrap: wrap; align-items: baseline; gap: 6px;
}
body.awr-body #awr-app .awr-results__title small { font-size: 13px !important; font-weight: 600; }
body.awr-body #awr-app .awr-results__reset { white-space: nowrap; align-self: start; }
@media (max-width: 520px) {
body.awr-body #awr-app .awr-results__head { grid-template-columns: 1fr; }
body.awr-body #awr-app .awr-results__reset { justify-self: start; }
body.awr-body #awr-app .awr-results__title { font-size: 16px !important; }
} @media (max-width: 767px) {
body.awr-body #awr-app .awr-cards, body.awr-body .awr-cards {
display: grid !important;
grid-auto-flow: row !important;
grid-auto-columns: auto !important;
grid-template-columns: 1fr !important;
gap: 16px !important;
overflow: visible !important;
padding: 0 !important; margin: 0 !important;
scroll-snap-type: none !important;
}
body.awr-body #awr-app .awr-cards > .awr-card, body.awr-body .awr-cards > .awr-card {
width: 100% !important; max-width: 100% !important; scroll-snap-align: none !important;
}
}
body.awr-body #awr-app .awr-card { min-width: 0; }
body.awr-body #awr-app .awr-card__tags { flex-wrap: wrap; }
body.awr-body #awr-app .awr-price__value { word-break: keep-all; } body.awr-body #awr-app .awr-search__input,
body.awr-body #awr-app .awr-search__input:focus {
height: 52px !important; min-height: 52px !important;
padding: 0 14px 0 42px !important;
font-size: 15px !important; border-radius: 12px !important;
}
body.awr-body #awr-app .awr-search__input::placeholder { font-size: 15px !important; }
body.awr-body #awr-app .awr-search__submit {
height: 52px !important; min-height: 52px !important;
padding: 0 20px !important; font-size: 15px !important; border-radius: 12px !important;
}
body.awr-body #awr-app .awr-search__icon { top: 50%; transform: translateY(-50%); left: 14px; width: 18px; height: 18px; }
body.awr-body #awr-app .awr-search__icon svg { width: 18px; height: 18px; }
@media (max-width: 767px) {
body.awr-body #awr-app .awr-search__row { flex-wrap: wrap; gap: 10px; }
body.awr-body #awr-app .awr-search__input,
body.awr-body #awr-app .awr-search__input:focus {
height: 48px !important; min-height: 48px !important; font-size: 15px !important;
}
body.awr-body #awr-app .awr-search__submit {
height: 48px !important; min-height: 48px !important; width: 100%; font-size: 15px !important;
}
body.awr-body #awr-app .awr-search__label { font-size: 13px !important; }
body.awr-body #awr-app .awr-search__help { font-size: 12px !important; line-height: 1.4 !important; }
body.awr-body #awr-app .awr-search { padding: 16px 14px !important; }
} body.awr-body #awr-app .awr-veiculo .awr-block { margin-top: 28px; }
body.awr-body #awr-app .awr-faq details {
border: 1px solid #e2e8f0; border-radius: 12px; padding: 12px 14px; margin-bottom: 10px; background: #fff;
}
body.awr-body #awr-app .awr-faq summary { font-weight: 700; font-size: 15px; cursor: pointer; color: #0a2555; }
body.awr-body #awr-app .awr-faq p { margin: 8px 0 0; font-size: 14px; color: #334155; } body.single-product .post-navigation,
body.single-product .nav-links,
body.single-product .navigation,
body.single-product .page-links,
body.awr-route-sku .post-navigation,
body.awr-route-sku .nav-links,
body.awr-route-sku .navigation,
body.awr-route-sku .page-links,
body.awr-route-sku .wp-block-query-pagination,
body.single-product .wp-block-query-pagination,
body.single-product .woocommerce-pagination { display: none !important; } body.awr-body #awr-app .awr-block,
body.awr-body #awr-app .awr-finalcta,
body.awr-body #awr-app .awr-links-internos { content-visibility: auto; contain-intrinsic-size: 600px; }  body.awr-body #awr-app .awr-search__row,
body.awr-body .awr-search__row {
display: flex !important; align-items: center; gap: 12px; width: 100%;
}
body.awr-body #awr-app .awr-search__input,
body.awr-body #awr-app .awr-search__input:focus,
body.awr-body .awr-search__input {
height: 52px !important; min-height: 52px !important;
padding: 0 14px 0 42px !important;
font-size: 16px !important; font-weight: 500 !important;
border-width: 2px !important; border-radius: 12px !important;
line-height: 1.2 !important;
}
body.awr-body #awr-app .awr-search__input::placeholder,
body.awr-body .awr-search__input::placeholder { font-size: 15px !important; font-weight: 400 !important; }
body.awr-body #awr-app .awr-search__input:focus,
body.awr-body .awr-search__input:focus {
box-shadow: 0 0 0 4px rgba(30, 58, 138, .12) !important;
}
body.awr-body #awr-app .awr-search__submit,
body.awr-body .awr-search__submit {
height: 52px !important; min-height: 52px !important;
padding: 0 22px !important; font-size: 16px !important;
border-radius: 12px !important; white-space: nowrap;
}
body.awr-body #awr-app .awr-search__icon,
body.awr-body .awr-search__icon {
position: absolute !important; left: 14px !important;
top: 50% !important; transform: translateY(-50%) !important;
width: 18px !important; height: 18px !important;
display: flex; align-items: center; justify-content: center;
pointer-events: none; z-index: 3;
}
body.awr-body #awr-app .awr-search__icon svg,
body.awr-body .awr-search__icon svg { width: 18px !important; height: 18px !important; }
@media (max-width: 767px) {
body.awr-body #awr-app .awr-search__row,
body.awr-body .awr-search__row { flex-wrap: wrap !important; gap: 10px; }
body.awr-body #awr-app .awr-search__input,
body.awr-body #awr-app .awr-search__input:focus,
body.awr-body .awr-search__input {
height: 48px !important; min-height: 48px !important;
padding: 0 12px 0 38px !important;
font-size: 15px !important;
}
body.awr-body #awr-app .awr-search__input::placeholder,
body.awr-body .awr-search__input::placeholder { font-size: 14px !important; }
body.awr-body #awr-app .awr-search__submit,
body.awr-body .awr-search__submit {
height: 48px !important; min-height: 48px !important;
padding: 0 18px !important; font-size: 15px !important;
}
body.awr-body #awr-app .awr-search__icon,
body.awr-body .awr-search__icon {
left: 12px !important; width: 16px !important; height: 16px !important;
}
body.awr-body #awr-app .awr-search__icon svg,
body.awr-body .awr-search__icon svg { width: 16px !important; height: 16px !important; }
body.awr-body #awr-app .awr-search__submit,
body.awr-body .awr-search__submit { width: 100% !important; }
} body.awr-body #awr-app .awr-results__head,
body.awr-body .awr-results__head {
display: grid !important;
grid-template-columns: minmax(0, 1fr) auto !important;
align-items: center; gap: 12px;
margin: 0 0 16px !important;
}
body.awr-body #awr-app .awr-results__badge,
body.awr-body .awr-results__badge { font-size: 10px !important; letter-spacing: .08em; }
body.awr-body #awr-app .awr-results__title,
body.awr-body .awr-results__title { font-size: 18px !important; }
body.awr-body #awr-app .awr-results__title small,
body.awr-body .awr-results__title small { font-size: 13px !important; }
@media (max-width: 520px) {
body.awr-body #awr-app .awr-results__head,
body.awr-body .awr-results__head { grid-template-columns: 1fr !important; }
body.awr-body #awr-app .awr-results__reset,
body.awr-body .awr-results__reset { justify-self: start; }
body.awr-body #awr-app .awr-results__title,
body.awr-body .awr-results__title { font-size: 16px !important; }
} @media (max-width: 767px) {
body.awr-body #awr-app .awr-cards,
body.awr-body .awr-cards {
display: flex !important;
grid-template-columns: none !important;
flex-wrap: nowrap !important;
align-items: stretch !important;
gap: 12px !important;
margin: 0 -16px !important;
padding: 0 16px 8px !important;
overflow-x: auto !important; overflow-y: visible !important;
scroll-snap-type: x mandatory !important;
scroll-padding-left: 16px; scroll-behavior: smooth;
-webkit-overflow-scrolling: touch;
scrollbar-width: none !important;
}
body.awr-body #awr-app .awr-cards::-webkit-scrollbar,
body.awr-body .awr-cards::-webkit-scrollbar { display: none !important; }
body.awr-body #awr-app .awr-cards > .awr-card,
body.awr-body .awr-cards > .awr-card {
flex: 0 0 auto !important;
width: 82% !important; max-width: 82% !important; min-width: 0 !important;
scroll-snap-align: start !important;
display: flex !important; flex-direction: column;
}
body.awr-body #awr-app .awr-cards > .awr-card:last-child,
body.awr-body .awr-cards > .awr-card:last-child { margin-right: 16px !important; }
}
@media (min-width: 640px) and (max-width: 767px) {
body.awr-body #awr-app .awr-cards > .awr-card,
body.awr-body .awr-cards > .awr-card { width: 300px !important; max-width: 300px !important; }
}
@media (min-width: 768px) {
body.awr-body #awr-app .awr-cards,
body.awr-body .awr-cards {
display: grid !important;
grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)) !important;
grid-auto-flow: row !important;
gap: 24px !important;
margin: 0 !important; padding: 0 !important;
overflow: visible !important;
scroll-snap-type: none !important;
}
body.awr-body #awr-app .awr-cards > .awr-card,
body.awr-body .awr-cards > .awr-card {
width: auto !important; max-width: none !important; margin-right: 0 !important;
scroll-snap-align: none !important;
display: flex !important; flex-direction: column; height: 100%;
}
}
body.awr-body #awr-app .awr-card__body { display: flex; flex-direction: column; flex: 1 1 auto; }
body.awr-body #awr-app .awr-card__actions { margin-top: auto; } body.awr-body #awr-app .awr-suggestions,
body.awr-body .awr-suggestions,
body.awr-body #awr-app .awr-years,
body.awr-body .awr-years {
position: relative !important; inset: auto !important;
margin-top: 6px !important; width: 100% !important; z-index: 5;
}
@media (min-width: 768px) {
body.awr-body #awr-app .awr-search__form,
body.awr-body .awr-search__form { position: relative; }
body.awr-body #awr-app .awr-suggestions,
body.awr-body .awr-suggestions,
body.awr-body #awr-app .awr-years,
body.awr-body .awr-years {
position: absolute !important;
left: 0 !important; right: 0 !important; top: 100% !important;
z-index: 60 !important;
max-height: 320px; overflow: auto;
box-shadow: 0 12px 32px rgba(10, 37, 85, .16);
}
}
body.awr-body #awr-app .awr-suggestions li,
body.awr-body .awr-suggestions li { min-height: 44px; }
body.awr-body #awr-app .awr-suggestions li .awr-suggestion__icon,
body.awr-body .awr-suggestions li .awr-suggestion__icon { width: 36px !important; height: 36px !important; flex: 0 0 36px; } body.awr-body .awr-modal,
.awr-modal {
position: fixed !important;
top: 0 !important; right: 0 !important; bottom: 0 !important; left: 0 !important;
display: flex !important; align-items: center !important; justify-content: center !important;
padding: 8px !important; z-index: 100000;
backdrop-filter: none !important; -webkit-backdrop-filter: none !important;
}
body.awr-body .awr-modal__panel, .awr-modal__panel,
body.awr-body .awr-modal__box, .awr-modal__box {
display: flex !important; flex-direction: column !important;
width: calc(100vw - 16px) !important;
max-width: 896px !important;
min-height: 0 !important;
max-height: calc(100vh - 16px) !important;
max-height: calc(100dvh - 16px) !important;
border-radius: 12px !important;
overflow: hidden !important;
margin: 0 auto !important;
}
body.awr-body .awr-checkout__layout, .awr-checkout__layout {
display: grid !important;
grid-template-columns: minmax(0, 1fr) 300px !important;
min-height: 0 !important; max-height: none !important;
flex: 1 1 auto !important; overflow: hidden !important;
}
body.awr-body .awr-checkout__main, .awr-checkout__main {
min-height: 0 !important; overflow-y: auto !important;
-webkit-overflow-scrolling: touch;
}
@media (max-width: 767px) {
body.awr-body .awr-modal, .awr-modal { padding: 8px !important; align-items: center !important; }
body.awr-body .awr-modal__panel, .awr-modal__panel,
body.awr-body .awr-modal__box, .awr-modal__box {
min-height: 0 !important;
max-height: calc(100vh - 16px) !important;
max-height: calc(100dvh - 16px) !important;
height: auto !important;
border-radius: 12px !important;
}
body.awr-body .awr-checkout__layout, .awr-checkout__layout {
grid-template-columns: 1fr !important;
display: flex !important; flex-direction: column !important;
}
body.awr-body .awr-checkout__summary, .awr-checkout__summary { display: none !important; }
body.awr-body .awr-checkout__main, .awr-checkout__main {
height: auto !important; padding: 14px 16px 16px !important;
}
body.awr-body .awr-checkout__mobile-submit, .awr-checkout__mobile-submit {
position: static !important; display: block !important;
padding: 10px 16px calc(10px + env(safe-area-inset-bottom)) !important;
box-shadow: none !important;
}
body.awr-body .awr-checkout__head, .awr-checkout__head { padding: 14px 16px 10px !important; }
} body.awr-body #awr-app .awr-cards--single,
body.awr-body .awr-cards--single {
display: grid !important; grid-template-columns: minmax(0, 380px) !important;
overflow: visible !important; margin: 0 !important; padding: 0 !important;
}
@media (max-width: 767px) {
body.awr-body #awr-app .awr-cards--single,
body.awr-body .awr-cards--single { grid-template-columns: 1fr !important; }
body.awr-body #awr-app .awr-cards--single > .awr-card,
body.awr-body .awr-cards--single > .awr-card { width: 100% !important; max-width: 100% !important; margin-right: 0 !important; }
}
body.awr-body .awr-produto__desc .awr-prose { max-width: 72ch; font-size: 15px; line-height: 1.65; color: #334155; }
body.awr-body .awr-produto__desc .awr-prose :is(h2, h3) { font-size: 17px; color: #0a2555; margin: 18px 0 8px; }
body.awr-body .awr-produto__desc .awr-prose :is(ul, ol) { padding-left: 20px; }
body.single-product .woocommerce-pagination,
body.single-product .wp-block-post-navigation-link,
body.single-product .related.products,
body.single-product .up-sells,
body.single-product .woocommerce-tabs,
body.single-product nav.navigation { display: none !important; } body.awr-body .awr-faq__list { display: grid; gap: 10px; margin: 0; }
body.awr-body .awr-faq__item { border: 1px solid #e2e8f0; border-radius: 12px; background: #fff; padding: 14px 16px; }
body.awr-body .awr-faq__q { font-weight: 700; color: #0a2555; font-size: 15px; margin: 0 0 6px; }
body.awr-body .awr-faq__a { margin: 0; color: #475569; font-size: 14px; line-height: 1.6; }
body.awr-body .awr-chip--static { cursor: default; background: #f1f5f9; color: #334155; border-color: #e2e8f0; }
body.awr-body .awr-note { margin-top: 10px; font-size: 13px; color: #64748b; } @media (max-width: 767px) { body.awr-body #awr-app .awr-hero__search { margin-top: 34px; }
body.awr-body #awr-app .awr-hero__search .awr-search {
border: 2px solid #ea580c !important;
border-top: 2px solid #ea580c !important;
border-radius: 18px !important;
padding: 18px 16px 16px !important;
box-shadow: 0 18px 40px -26px rgba(10, 37, 85, .45) !important;
} body.awr-body #awr-app .awr-hero__search-tag {
top: -18px !important;
height: auto !important; min-height: 0 !important;
padding: 8px 18px !important;
font-size: 15px !important; font-weight: 800 !important;
line-height: 1.1 !important; letter-spacing: 0 !important;
text-transform: none !important; border-radius: 999px !important;
}
body.awr-body #awr-app .awr-search__eyebrow {
font-size: 15px !important; font-weight: 800 !important;
letter-spacing: .02em !important; color: #0a2555 !important;
margin: 0 0 6px !important;
}
body.awr-body #awr-app .awr-search__label {
font-size: 15px !important; font-weight: 700 !important; color: #0f172a !important;
margin-bottom: 10px !important;
} body.awr-body #awr-app .awr-search__row {
display: flex !important; flex-direction: row !important;
flex-wrap: nowrap !important; align-items: stretch !important; gap: 10px !important;
}
body.awr-body #awr-app .awr-search__input,
body.awr-body #awr-app .awr-search__input:focus {
flex: 1 1 auto !important; width: auto !important;
height: 48px !important; min-height: 48px !important;
padding: 0 12px 0 38px !important;
font-size: 15px !important; border-radius: 12px !important;
background: #fff !important; line-height: 1.2 !important;
}
body.awr-body #awr-app .awr-search__submit {
flex: 0 0 auto !important; width: auto !important;
height: 48px !important; min-height: 48px !important;
padding: 0 16px !important; font-size: 15px !important; font-weight: 800 !important;
border-radius: 12px !important;
background: #ea580c !important; color: #fff !important; border: 0 !important;
white-space: nowrap !important;
}
body.awr-body #awr-app .awr-search__icon {
top: 50% !important; transform: translateY(-50%) !important; left: 12px !important;
width: 16px !important; height: 16px !important; color: #94a3b8 !important;
}
body.awr-body #awr-app .awr-search__icon svg { width: 16px !important; height: 16px !important; }
body.awr-body #awr-app .awr-search__help {
margin-top: 12px !important; font-size: 14px !important; line-height: 1.45 !important;
color: #64748b !important;
}
body.awr-body #awr-app .awr-hero__search-note { font-size: 12px !important; }
}
@media (max-width: 360px) {
body.awr-body #awr-app .awr-search__submit { padding: 0 12px !important; font-size: 14px !important; }
body.awr-body #awr-app .awr-hero__search-tag { font-size: 14px !important; }
}.awr-lojas__hero {
background: linear-gradient(135deg, #0a2555 0%, #0a2555 55%, #001a52 100%);
color: #fff;
padding: 48px 0;
}
@media (min-width: 768px) {
.awr-lojas__hero {
padding: 64px 0;
}
}
.awr-lojas__hero .awr-breadcrumb {
margin-bottom: 12px;
font-size: 12px;
color: rgba(255, 255, 255, 0.7);
}
.awr-lojas__hero .awr-breadcrumb a {
color: rgba(255, 255, 255, 0.7);
}
.awr-lojas__hero .awr-breadcrumb a:hover {
color: #ffdf00;
}
.awr-lojas__hero .awr-breadcrumb span {
color: #fff;
}
.awr-lojas__title {
font-family: "Plus Jakarta Sans", Inter, sans-serif;
font-weight: 900;
line-height: 1.15;
font-size: 28px;
margin: 0;
}
@media (min-width: 640px) {
.awr-lojas__title { font-size: 34px; }
}
@media (min-width: 768px) {
.awr-lojas__title { font-size: 42px; }
}
.awr-lojas__subtitle {
margin: 12px 0 0;
max-width: 640px;
font-size: 16px;
color: rgba(255, 255, 255, 0.8);
}
@media (min-width: 640px) {
.awr-lojas__subtitle { font-size: 18px; }
} .awr-lojas__grid-section {
padding: 40px 0;
}
@media (min-width: 768px) {
.awr-lojas__grid-section { padding: 56px 0; }
}
.awr-lojas__h2 {
font-family: "Plus Jakarta Sans", Inter, sans-serif;
font-weight: 900;
font-size: 22px;
color: #0a2555;
margin: 0 0 24px;
}
@media (min-width: 768px) {
.awr-lojas__h2 { font-size: 28px; }
}
.awr-lojas__grid {
display: grid;
grid-template-columns: 1fr;
gap: 24px;
}
@media (min-width: 641px) {
.awr-lojas__grid { grid-template-columns: repeat(2, 1fr); }
}
@media (min-width: 1024px) {
.awr-lojas__grid { grid-template-columns: repeat(3, 1fr); }
}
.awr-lojacard {
display: flex;
flex-direction: column;
overflow: hidden;
border-radius: 16px;
border: 1px solid #e2e8f0;
background: #fff;
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.06);
transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.awr-lojacard:hover {
transform: translateY(-2px);
box-shadow: 0 12px 30px -10px rgba(10, 37, 85, 0.25);
}
.awr-lojacard__cover {
display: block;
aspect-ratio: 16 / 10;
width: 100%;
overflow: hidden;
background: linear-gradient(135deg, rgba(10, 37, 85, 0.1), rgba(10, 37, 85, 0.05));
}
.awr-lojacard__cover img {
width: 100%;
height: 100%;
object-fit: cover;
transition: transform 0.5s ease;
}
.awr-lojacard:hover .awr-lojacard__cover img {
transform: scale(1.05);
}
.awr-lojacard__rating {
display: flex;
align-items: center;
gap: 6px;
margin: 0;
font-size: 14px;
color: #4b5563;
}
.awr-lojacard__rating span[aria-hidden] {
color: #ffdf00;
}
.awr-lojacard__rating strong {
color: #0a2555;
}
.awr-lojacard__pin {
color: rgba(10, 37, 85, 0.45);
display: inline-flex;
}
.awr-lojacard__body {
display: flex;
flex: 1;
flex-direction: column;
gap: 12px;
padding: 20px;
}
.awr-lojacard__eyebrow {
margin: 0;
font-size: 12px;
font-weight: 700;
text-transform: uppercase;
letter-spacing: 0.06em;
color: #0a2555;
}
.awr-lojacard__title {
margin: 4px 0 0;
font-family: "Plus Jakarta Sans", Inter, sans-serif;
font-weight: 900;
font-size: 18px;
color: #0f172a;
}
.awr-lojacard__line {
display: flex;
align-items: flex-start;
gap: 8px;
margin: 0;
font-size: 14px;
color: #64748b;
}
.awr-lojacard__line svg {
flex-shrink: 0;
margin-top: 2px;
color: #0a2555;
}
.awr-lojacard__ctas {
margin-top: auto;
padding-top: 8px;
display: flex;
flex-wrap: wrap;
gap: 8px;
}
.awr-lojacard__cta {
flex: 1;
display: inline-flex;
align-items: center;
justify-content: center;
gap: 6px;
white-space: nowrap;
padding: 10px 12px;
font-size: 14px;
}
.awr-lojacard__whats {
display: inline-flex;
align-items: center;
justify-content: center;
width: 40px;
height: 40px;
padding: 0;
flex: 0 0 auto;
} .awr-store {
padding: 32px 0 64px;
}
.awr-store__grid {
display: grid;
grid-template-columns: 1fr;
gap: 32px;
margin-top: 12px;
}
@media (min-width: 1024px) {
.awr-store__grid {
grid-template-columns: 1.4fr 1fr;
}
}
.awr-store__cover {
position: relative;
overflow: hidden;
border-radius: 24px;
background: linear-gradient(135deg, rgba(10, 37, 85, 0.1), rgba(10, 37, 85, 0.05));
aspect-ratio: 16 / 10;
display: flex;
align-items: center;
justify-content: center;
}
.awr-store__cover iframe {
position: absolute;
inset: 0;
width: 100%;
height: 100%;
border: 0;
}
.awr-store__coverph {
font-size: 56px;
color: rgba(10, 37, 85, 0.4);
}
.awr-store__panel {
display: flex;
flex-direction: column;
gap: 20px;
}
.awr-store__eyebrow {
margin: 0;
font-size: 12px;
font-weight: 700;
text-transform: uppercase;
letter-spacing: 0.06em;
color: #0a2555;
}
.awr-store__title {
margin: 4px 0 0;
font-family: "Plus Jakarta Sans", Inter, sans-serif;
font-weight: 900;
font-size: 28px;
line-height: 1.15;
color: #0f172a;
}
@media (min-width: 640px) {
.awr-store__title { font-size: 34px; }
}
.awr-store__rating {
margin: 8px 0 0;
display: inline-flex;
align-items: center;
gap: 6px;
font-size: 14px;
color: #64748b;
}
.awr-store__rating span[aria-hidden] {
color: #ffdf00;
}
.awr-store__rating strong {
color: #0f172a;
}
.awr-store__box {
border: 1px solid #e2e8f0;
border-radius: 16px;
background: #fff;
padding: 16px;
}
.awr-store__addr {
display: flex;
align-items: flex-start;
gap: 8px;
margin: 0;
font-size: 14px;
color: #0f172a;
}
.awr-store__maps {
display: inline-flex;
align-items: center;
gap: 6px;
margin-top: 8px;
font-size: 14px;
font-weight: 700;
color: #0a2555;
text-decoration: none;
}
.awr-store__maps:hover {
text-decoration: underline;
}
.awr-store__ctas {
display: flex;
flex-direction: column;
gap: 10px;
}
.awr-store__ctas .awr-btn--xl {
display: inline-flex;
align-items: center;
justify-content: center;
gap: 8px;
padding: 16px 24px;
font-size: 17px;
font-weight: 800;
border-radius: 12px;
}
.awr-store__ctas .awr-btn--gold.awr-btn--xl {
box-shadow: 0 10px 30px -8px rgba(255, 223, 0, 0.55);
}
.awr-store__boxtitle {
display: flex;
align-items: center;
gap: 8px;
margin: 0 0 8px;
font-size: 14px;
font-weight: 800;
color: #0f172a;
}
.awr-store__hours {
margin: 0;
padding: 0;
list-style: none;
font-size: 14px;
color: #64748b;
display: flex;
flex-direction: column;
gap: 4px;
}
.awr-store__cities {
margin-top: 40px;
}
.awr-store__h2 {
margin: 0 0 12px;
font-family: "Plus Jakarta Sans", Inter, sans-serif;
font-weight: 900;
font-size: 20px;
color: #0a2555;
}
.awr-chips {
list-style: none;
margin: 0;
padding: 0;
display: flex;
flex-wrap: wrap;
gap: 8px;
}
.awr-chips .awr-chip {
display: inline-flex;
align-items: center;
border-radius: 999px;
background: rgba(10, 37, 85, 0.08);
padding: 6px 14px;
font-size: 14px;
font-weight: 700;
color: #0a2555;
text-decoration: none;
}
.awr-chips .awr-chip:hover {
background: rgba(10, 37, 85, 0.15);
}
.awr-store__back {
margin-top: 32px;
}
.awr-store__back a {
display: inline-flex;
align-items: center;
gap: 6px;
font-size: 14px;
font-weight: 700;
color: #0a2555;
text-decoration: none;
}
.awr-store__back a:hover {
text-decoration: underline;
} @media (max-width: 360px) {
.awr-lojacard__ctas {
flex-direction: column;
}
.awr-lojacard__cta {
width: 100%;
}
.awr-lojacard__whats {
width: 100%;
}
} .awr-store__media {
display: flex;
flex-direction: column;
gap: 12px;
}
.awr-store__photo {
width: 100%;
height: auto;
aspect-ratio: 16 / 10;
object-fit: cover;
border-radius: 16px;
border: 1px solid rgba(10, 37, 85, 0.12);
}.awrc-hero {
position: relative;
overflow: hidden;
background: linear-gradient(135deg, #0a2555 0%, #002776 100%);
border-radius: 16px;
padding: 28px 20px 32px;
margin: 16px 0 24px;
color: #fff;
}
.awrc-hero__badge {
display: inline-flex;
align-items: center;
gap: 8px;
border: 1px solid rgba(255, 223, 0, 0.4);
background: rgba(255, 223, 0, 0.1);
border-radius: 999px;
padding: 6px 12px;
font-size: 11px;
font-weight: 700;
text-transform: uppercase;
letter-spacing: 0.05em;
color: #FFDF00;
margin-bottom: 14px;
}
.awrc-hero__dot {
width: 8px;
height: 8px;
border-radius: 50%;
background: #25D366;
display: inline-block;
}
.awrc-hero__title {
font-size: 1.75rem;
font-weight: 800;
line-height: 1.15;
margin: 0 0 12px;
color: #fff;
}
.awrc-hero__gold {
background: linear-gradient(90deg, #FFDF00, #fde68a);
-webkit-background-clip: text;
background-clip: text;
color: transparent;
}
.awrc-hero__sub {
font-size: 1.05rem;
font-weight: 600;
color: rgba(255, 255, 255, 0.92);
margin: 0 0 14px;
max-width: 60ch;
}
.awrc-hero__sub strong {
color: #FFDF00;
}
.awrc-hero__intro {
font-size: 0.95rem;
color: rgba(255, 255, 255, 0.75);
max-width: 68ch;
margin: 0 0 18px;
}
.awrc-selos {
list-style: none;
display: flex;
flex-wrap: wrap;
gap: 8px;
margin: 0 0 20px;
padding: 0;
}
.awrc-selos li {
border: 1px solid rgba(255, 255, 255, 0.15);
background: rgba(255, 255, 255, 0.1);
border-radius: 999px;
padding: 6px 12px;
font-size: 12px;
font-weight: 600;
color: #fff;
}
.awrc-hero__ctas {
display: flex;
flex-direction: column;
gap: 10px;
}
@media (min-width: 641px) {
.awrc-hero {
padding: 40px 32px 44px;
}
.awrc-hero__title {
font-size: 2.5rem;
}
.awrc-hero__ctas {
flex-direction: row;
}
}
@media (min-width: 1024px) {
.awrc-hero__title {
font-size: 3rem;
}
}
.awrc-btn {
display: inline-flex;
align-items: center;
justify-content: center;
gap: 8px;
border-radius: 14px;
padding: 14px 22px;
font-weight: 800;
font-size: 1rem;
text-decoration: none;
transition: transform 0.15s ease, box-shadow 0.15s ease;
border: none;
cursor: pointer;
white-space: normal;
}
.awrc-btn--sm {
padding: 10px 16px;
font-size: 0.85rem;
border-radius: 12px;
}
.awrc-btn--gold {
background: linear-gradient(180deg, #FFDF00, #f5c400);
color: #0a2555;
box-shadow: 0 8px 20px rgba(255, 223, 0, 0.3);
}
.awrc-btn--gold:hover {
transform: translateY(-2px);
box-shadow: 0 12px 28px rgba(255, 223, 0, 0.45);
color: #0a2555;
}
.awrc-btn--whats {
background: #25D366;
color: #fff;
box-shadow: 0 8px 20px rgba(37, 211, 102, 0.3);
}
.awrc-btn--whats:hover {
transform: translateY(-2px);
background: #1fb958;
box-shadow: 0 12px 28px rgba(37, 211, 102, 0.45);
color: #fff;
}
.awrc-btn--outline {
background: transparent;
border: 2px solid #0a2555;
color: #0a2555;
}
.awrc-btn--outline:hover {
background: rgba(10, 37, 85, 0.05);
color: #0a2555;
} .awrc-marcas {
display: flex;
flex-direction: column;
gap: 20px;
margin-top: 20px;
}
.awrc-marca-card {
border: 2px solid #e2e8f0;
background: #fff;
border-radius: 16px;
padding: 20px;
box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
}
.awrc-marca-card__head {
display: flex;
align-items: flex-start;
gap: 12px;
margin-bottom: 12px;
}
.awrc-marca-card__letra {
flex-shrink: 0;
width: 48px;
height: 48px;
border-radius: 12px;
display: flex;
align-items: center;
justify-content: center;
color: #fff;
font-weight: 800;
font-size: 1.25rem;
}
.awrc-brand--moura { background: #1d4ed8; }
.awrc-brand--heliar { background: #d97706; }
.awrc-brand--zetta { background: #047857; }
.awrc-marca-card__head h3 {
font-size: 1.1rem;
font-weight: 800;
line-height: 1.35;
margin: 0;
}
.awrc-marca-card p {
font-size: 0.92rem;
line-height: 1.55;
margin: 0 0 10px;
}
.awrc-muted {
color: #64748b;
}
.awrc-marca-card__ctas {
display: flex;
flex-direction: column;
gap: 8px;
margin-top: 14px;
}
@media (min-width: 641px) {
.awrc-marca-card__ctas {
flex-direction: row;
}
} .awrc-table-wrap {
overflow-x: auto;
border: 2px solid #e2e8f0;
border-radius: 16px;
background: #fff;
}
.awrc-table {
width: 100%;
border-collapse: collapse;
text-align: left;
font-size: 0.88rem;
min-width: 560px;
}
.awrc-table thead {
background: #f8fafc;
text-transform: uppercase;
font-size: 0.72rem;
letter-spacing: 0.03em;
color: #64748b;
}
.awrc-table th,
.awrc-table td {
padding: 12px 16px;
border-bottom: 1px solid #e2e8f0;
}
.awrc-table__bat {
font-weight: 800;
color: #0a2555;
}
.awrc-note {
font-size: 0.78rem;
color: #64748b;
margin-top: 10px;
} .awrc-card-block {
background: #fff;
border-radius: 16px;
padding: 20px;
box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
}
.awrc-cidades-pills {
list-style: none;
display: flex;
flex-wrap: wrap;
gap: 8px;
padding: 0;
margin: 0;
}
.awrc-pill {
display: inline-block;
border: 1px solid rgba(10, 37, 85, 0.25);
background: rgba(10, 37, 85, 0.05);
border-radius: 999px;
padding: 6px 14px;
font-size: 0.85rem;
font-weight: 600;
color: #0a2555;
text-decoration: none;
}
.awrc-pill:hover {
background: rgba(10, 37, 85, 0.1);
color: #0a2555;
} .awrc-lojas-grid {
list-style: none;
display: grid;
grid-template-columns: 1fr;
gap: 16px;
padding: 0;
margin: 16px 0 0;
}
@media (min-width: 641px) {
.awrc-lojas-grid {
grid-template-columns: repeat(2, 1fr);
}
}
.awrc-loja-card {
border: 2px solid #e2e8f0;
border-radius: 16px;
padding: 18px;
background: #fff;
box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
}
.awrc-loja-card__nome {
font-weight: 800;
font-size: 1rem;
margin: 0 0 4px;
color: #0a2555;
}
.awrc-loja-card__horario {
font-size: 0.85rem;
margin: 8px 0 4px;
color: #0a2555;
}
.awrc-loja-card__tel {
display: inline-block;
font-weight: 700;
font-size: 0.9rem;
color: #0a2555;
text-decoration: none;
margin-bottom: 10px;
}
.awrc-loja-card__tel:hover {
text-decoration: underline;
}
.awrc-loja-card__link {
font-size: 0.8rem;
font-weight: 700;
color: #0a2555;
text-decoration: none;
}
.awrc-loja-card__link:hover {
text-decoration: underline;
} .awrc-depoimentos {
display: grid;
grid-template-columns: 1fr;
gap: 16px;
margin-top: 16px;
}
@media (min-width: 641px) {
.awrc-depoimentos {
grid-template-columns: repeat(2, 1fr);
}
}
@media (min-width: 1024px) {
.awrc-depoimentos {
grid-template-columns: repeat(3, 1fr);
}
}
.awrc-depoimento {
background: #fff;
border-radius: 16px;
padding: 18px;
box-shadow: 0 4px 14px rgba(0, 0, 0, 0.06);
}
.awrc-depoimento__estrelas {
color: #FFDF00;
letter-spacing: 2px;
margin-bottom: 10px;
}
.awrc-depoimento__texto {
font-size: 0.9rem;
font-style: italic;
line-height: 1.5;
margin: 0 0 10px;
}
.awrc-depoimento__autor {
font-weight: 800;
font-size: 0.9rem;
margin: 0;
}
.awrc-depoimento__meta {
font-size: 0.78rem;
margin: 2px 0 0;
} .awrc-diferenciais {
display: grid;
grid-template-columns: 1fr;
gap: 14px;
}
@media (min-width: 641px) {
.awrc-diferenciais {
grid-template-columns: repeat(2, 1fr);
}
}
@media (min-width: 1024px) {
.awrc-diferenciais {
grid-template-columns: repeat(4, 1fr);
}
}
.awrc-diferencial {
border: 1px solid #e2e8f0;
background: #fff;
border-radius: 16px;
padding: 16px;
text-align: center;
}
.awrc-diferencial__t {
font-weight: 800;
font-size: 0.9rem;
margin: 0 0 4px;
color: #0a2555;
}
.awrc-diferencial__d {
font-size: 0.78rem;
color: #64748b;
margin: 0;
} .awrc-final-cta {
background: linear-gradient(135deg, #0a2555 0%, #002776 100%);
padding: 36px 0;
margin-top: 40px;
color: #fff;
}
.awrc-final-cta__inner {
text-align: center;
max-width: 720px;
}
.awrc-final-cta h2 {
font-size: 1.5rem;
font-weight: 800;
color: #fff;
margin: 0 0 8px;
}
.awrc-final-cta p {
color: rgba(255, 255, 255, 0.8);
margin: 0 0 20px;
}
.awrc-final-cta__ctas {
display: flex;
flex-direction: column;
gap: 10px;
justify-content: center;
}
@media (min-width: 641px) {
.awrc-final-cta__ctas {
flex-direction: row;
}
} @media (max-width: 340px) {
.awrc-hero__title {
font-size: 1.5rem;
}
.awrc-table {
min-width: 480px;
}
}.awrm-page { color: #0f172a; }
.awrm-container {
max-width: 1024px;
margin: 0 auto;
padding: 0 16px;
}
.awrm-container--narrow { max-width: 768px; }
.awrm-section { padding: 40px 0; }
.awrm-section--muted { background: #f8fafc; }
@media (min-width: 640px) {
.awrm-section { padding: 56px 0; }
}
.awrm-h2 {
font-size: 24px;
font-weight: 800;
line-height: 1.2;
margin: 0 0 24px;
color: #0a2555;
}
.awrm-h2--sm { font-size: 20px; }
@media (min-width: 640px) {
.awrm-h2 { font-size: 30px; }
}
.awrm-p { font-size: 16px; line-height: 1.65; margin: 0 0 16px; color: #1e293b; }
.awrm-p--small { font-size: 14px; color: #64748b; }
.awrm-p--lead { max-width: 720px; color: #64748b; }
@media (min-width: 640px) {
.awrm-p { font-size: 18px; }
} .awrm-hero {
padding: 40px 0;
color: #fff;
background: linear-gradient(135deg, #1d4ed8, #1e3a8a);
}
.awrm-hero--hub { background: linear-gradient(135deg, #0a2555, #002776); }
.awrm-hero--navy {
background: linear-gradient(135deg, #0a2555, #002776);
position: relative;
overflow: hidden;
}
.awrm-hero--navy::before {
content: "";
position: absolute;
inset: 0 0 auto 0;
height: 2px;
background: linear-gradient(90deg, transparent, #FFDF00, transparent);
}
@media (min-width: 640px) {
.awrm-hero { padding: 56px 0; }
}
.awrm-hero .awr-breadcrumb { color: rgba(255,255,255,.85); margin-bottom: 12px; }
.awrm-hero .awr-breadcrumb a { color: rgba(255,255,255,.85); }
.awrm-hero__badge {
display: inline-flex;
align-items: center;
gap: 6px;
padding: 4px 12px;
border-radius: 999px;
background: rgba(255,255,255,.15);
font-size: 12px;
font-weight: 700;
text-transform: uppercase;
letter-spacing: .03em;
}
.awrm-hero__badge--gold {
background: rgba(255,223,0,.2);
color: #FFDF00;
box-shadow: inset 0 0 0 1px rgba(255,223,0,.4);
}
.awrm-hero__title {
margin: 16px 0 0;
font-size: 30px;
font-weight: 800;
line-height: 1.2;
}
.awrm-hero__gold { color: #FFDF00; }
@media (min-width: 640px) {
.awrm-hero__title { font-size: 44px; }
}
.awrm-hero__tagline {
margin: 12px 0 0;
max-width: 640px;
font-size: 16px;
color: rgba(255,255,255,.9);
}
@media (min-width: 640px) {
.awrm-hero__tagline { font-size: 18px; }
}
.awrm-hero__stats {
display: grid;
grid-template-columns: 1fr;
gap: 12px;
max-width: 640px;
margin: 24px 0 0;
}
@media (min-width: 640px) {
.awrm-hero__stats { grid-template-columns: repeat(3, 1fr); }
}
.awrm-hero__stat {
background: rgba(255,255,255,.1);
border-radius: 12px;
padding: 12px;
}
.awrm-hero__stat-label { margin: 0; font-size: 12px; color: rgba(255,255,255,.7); }
.awrm-hero__stat-value { margin: 2px 0 0; font-size: 20px; font-weight: 800; }
.awrm-hero__stat-value--sm { font-size: 16px; }
.awrm-hero__ctas {
display: flex;
flex-direction: column;
gap: 12px;
margin-top: 24px;
}
@media (min-width: 640px) {
.awrm-hero__ctas { flex-direction: row; flex-wrap: wrap; }
}
.awrm-hero__note {
margin: 16px 0 0;
font-size: 13px;
font-weight: 600;
color: rgba(255,255,255,.9);
} .awrm-btn {
display: inline-flex;
align-items: center;
justify-content: center;
gap: 8px;
height: 52px;
padding: 0 24px;
border-radius: 14px;
font-size: 16px;
font-weight: 700;
text-decoration: none;
box-shadow: 0 6px 16px rgba(0,0,0,.15);
transition: transform .15s ease, filter .15s ease;
}
.awrm-btn:hover { transform: translateY(-2px); }
.awrm-btn--wa { background: #25D366; color: #fff; }
.awrm-btn--wa:hover { filter: brightness(1.05); }
.awrm-btn--light { background: #fff; color: #0a2555; }
.awrm-btn--outline { background: transparent; color: #0a2555; border: 2px solid #0a2555; box-shadow: none; }
.awrm-btn--gold { background: #FFDF00; color: #0a2555; }
.awrm-btn--green { background: #25D366; color: #fff; } .awrm-benefits {
list-style: none;
margin: 0;
padding: 0;
display: grid;
grid-template-columns: 1fr;
gap: 16px;
}
@media (min-width: 641px) {
.awrm-benefits { grid-template-columns: repeat(2, 1fr); }
}
.awrm-benefit-card {
border: 2px solid #e2e8f0;
background: #fff;
border-radius: 16px;
padding: 20px;
}
.awrm-benefit-card__icon {
display: inline-flex;
align-items: center;
justify-content: center;
width: 36px;
height: 36px;
border-radius: 999px;
background: rgba(10,37,85,.1);
color: #0a2555;
font-weight: 800;
margin-bottom: 8px;
}
.awrm-benefit-card__title { margin: 0 0 4px; font-size: 18px; font-weight: 800; color: #0f172a; }
.awrm-benefit-card__desc { margin: 0; font-size: 14px; color: #475569; } .awrm-table-wrap { overflow-x: auto; }
.awrm-table { width: 100%; border-collapse: separate; border-spacing: 0; font-size: 14px; }
.awrm-table thead tr { background: #f1f5f9; text-align: left; }
.awrm-table th { padding: 12px 16px; font-weight: 700; }
.awrm-table th:first-child { border-radius: 12px 0 0 12px; }
.awrm-table th:last-child { border-radius: 0 12px 12px 0; }
.awrm-table td { padding: 12px 16px; border-bottom: 1px solid #e2e8f0; color: #475569; }
.awrm-table__linha { font-weight: 700; color: #0f172a; }
.awrm-meta-line {
margin: 8px 0 0;
display: flex;
flex-wrap: wrap;
align-items: center;
gap: 6px 8px;
font-size: 14px;
}
.awrm-meta-line strong { color: #0f172a; }
.awrm-pill {
display: inline-flex;
padding: 3px 10px;
border-radius: 999px;
background: rgba(10,37,85,.08);
color: #0a2555;
font-size: 12px;
font-weight: 700;
} .awrm-city-grid {
list-style: none;
margin: 0;
padding: 0;
display: grid;
grid-template-columns: repeat(2, 1fr);
gap: 8px;
}
@media (min-width: 641px) {
.awrm-city-grid { grid-template-columns: repeat(3, 1fr); }
}
@media (min-width: 1024px) {
.awrm-city-grid { grid-template-columns: repeat(4, 1fr); }
}
.awrm-city-chip {
display: flex;
align-items: center;
justify-content: space-between;
gap: 8px;
border: 2px solid #e2e8f0;
background: #fff;
border-radius: 12px;
padding: 10px 12px;
font-size: 13px;
font-weight: 700;
color: #0f172a;
text-decoration: none;
transition: transform .15s ease, border-color .15s ease, color .15s ease;
}
.awrm-city-chip:hover {
transform: translateY(-2px);
border-color: #0a2555;
color: #0a2555;
box-shadow: 0 6px 14px rgba(0,0,0,.08);
}
.awrm-city-chip__arrow { flex-shrink: 0; color: #0a2555; } .awrm-cta-wrap { padding: 16px 0 32px; }
.awrm-cta {
border: 2px solid #e2e8f0;
border-radius: 16px;
padding: 24px;
background: #f8fafc;
text-align: center;
}
.awrm-cta__title { margin: 0 0 8px; font-size: 20px; font-weight: 800; color: #0a2555; }
.awrm-cta__text { margin: 0 0 16px; color: #64748b; font-size: 14px; }
.awrm-cta .awrm-hero__ctas { justify-content: center; margin-top: 0; } .awrm-compare-grid {
list-style: none;
margin: 0;
padding: 0;
display: grid;
grid-template-columns: 1fr;
gap: 16px;
}
@media (min-width: 641px) {
.awrm-compare-grid { grid-template-columns: repeat(2, 1fr); }
}
.awrm-compare-grid--3 { gap: 12px; }
@media (min-width: 1024px) {
.awrm-compare-grid--3 { grid-template-columns: repeat(3, 1fr); }
}
.awrm-compare-card {
display: flex;
align-items: flex-start;
justify-content: space-between;
gap: 12px;
border: 2px solid #e2e8f0;
background: #fff;
border-radius: 16px;
padding: 18px;
text-decoration: none;
transition: transform .15s ease, border-color .15s ease, box-shadow .15s ease;
}
.awrm-compare-card:hover {
transform: translateY(-2px);
border-color: #0a2555;
box-shadow: 0 8px 18px rgba(0,0,0,.08);
}
.awrm-compare-card__title { margin: 0 0 4px; font-size: 17px; font-weight: 800; color: #0f172a; }
.awrm-compare-card__title--sm { font-size: 15px; }
.awrm-compare-card__tagline { margin: 0; font-size: 13px; color: #475569; }
.awrm-compare-card__meta { margin: 8px 0 0; font-size: 12px; color: #64748b; }
.awrm-compare-card__arrow { flex-shrink: 0; margin-top: 4px; color: #0a2555; } .awrm-bairro-list {
list-style: none;
margin: 0 0 16px;
padding: 0;
display: flex;
flex-wrap: wrap;
gap: 8px;
}
.awrm-bairro-pill {
padding: 6px 14px;
border-radius: 999px;
background: #fff;
border: 1px solid #e2e8f0;
font-size: 13px;
font-weight: 600;
color: #0f172a;
}
.awrm-store-grid {
list-style: none;
margin: 0;
padding: 0;
display: grid;
grid-template-columns: 1fr;
gap: 16px;
}
@media (min-width: 641px) {
.awrm-store-grid { grid-template-columns: repeat(2, 1fr); }
}
.awrm-store-card {
border: 2px solid #e2e8f0;
border-radius: 16px;
padding: 16px;
background: #fff;
}
.awrm-store-card h3 { margin: 0 0 6px; font-size: 16px; }
.awrm-store-card h3 a { color: #0a2555; text-decoration: none; }
.awrm-store-card p { margin: 0 0 4px; font-size: 14px; color: #64748b; } .awrm-brand-grid {
list-style: none;
margin: 0;
padding: 0;
display: grid;
grid-template-columns: 1fr;
gap: 20px;
}
@media (min-width: 641px) {
.awrm-brand-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (min-width: 1024px) {
.awrm-brand-grid { grid-template-columns: repeat(3, 1fr); }
}
.awrm-brand-card {
display: flex;
flex-direction: column;
border: 2px solid #e2e8f0;
border-radius: 16px;
padding: 24px;
background: #fff;
text-decoration: none;
height: 100%;
transition: transform .15s ease, border-color .15s ease, box-shadow .15s ease;
}
.awrm-brand-card:hover {
transform: translateY(-3px);
border-color: #0a2555;
box-shadow: 0 10px 24px rgba(0,0,0,.1);
}
.awrm-brand-card__title { margin: 0 0 6px; font-size: 20px; font-weight: 800; color: #0a2555; }
.awrm-brand-card__tagline { margin: 0 0 8px; font-size: 14px; color: #475569; }
.awrm-brand-card__meta { margin: 0 0 12px; font-size: 13px; color: #64748b; font-weight: 600; }
.awrm-brand-card__chips { display: flex; flex-wrap: wrap; gap: 6px; margin-bottom: 16px; }
.awrm-brand-card__cta { margin-top: auto; font-size: 14px; font-weight: 700; color: #0a2555; } @media (max-width: 360px) {
.awrm-hero__title { font-size: 26px; }
.awrm-container { padding: 0 12px; }
}.awr-blog-hero {
position: relative;
overflow: hidden;
background: linear-gradient(135deg, #0a2555 0%, #0f2f66 55%, #061a44 100%);
color: #fff;
padding: 56px 0 72px;
}
.awr-blog-hero::before {
content: "";
position: absolute;
inset: 0 0 auto 0;
height: 3px;
background: linear-gradient(90deg, transparent, #FFDF00, transparent);
}
.awr-blog-hero__inner { position: relative; z-index: 1; }
.awr-blog-hero__crumbs { display: flex; align-items: center; gap: 8px; font-size: 12px; font-weight: 600; color: rgba(255,255,255,.6); margin-bottom: 16px; }
.awr-blog-hero__crumbs a { color: inherit; text-decoration: none; }
.awr-blog-hero__crumbs a:hover { color: #FFDF00; }
.awr-blog-hero__crumbs span:last-child { color: rgba(255,255,255,.9); }
.awr-blog-hero__badge {
display: inline-flex; align-items: center; gap: 8px;
border: 1px solid rgba(255,223,0,.3); background: rgba(255,223,0,.1);
border-radius: 999px; padding: 5px 14px; font-size: 11px; font-weight: 800;
text-transform: uppercase; letter-spacing: .05em; color: #FFDF00;
}
.awr-blog-hero__dot { width: 7px; height: 7px; border-radius: 50%; background: #34d399; display: inline-block; }
.awr-blog-hero__title { font-size: 40px; font-weight: 800; line-height: 1.1; margin: 16px 0 0; letter-spacing: -0.01em; }
.awr-blog-hero__title span { background: linear-gradient(90deg, #FFDF00, #FFE84D, #FFDF00); -webkit-background-clip: text; background-clip: text; color: transparent; }
.awr-blog-hero__lead { max-width: 640px; margin: 16px 0 0; color: rgba(255,255,255,.8); font-size: 16px; line-height: 1.6; }
.awr-blog-hero__stats { list-style: none; display: flex; flex-wrap: wrap; gap: 8px; margin: 24px 0 0; padding: 0; }
.awr-blog-hero__stats li {
display: inline-flex; align-items: center; gap: 6px;
border: 1px solid rgba(255,255,255,.15); background: rgba(255,255,255,.08);
border-radius: 999px; padding: 5px 14px; font-size: 12px; font-weight: 700; color: rgba(255,255,255,.9);
}
.awr-blog-hero__stats li strong { color: #FFDF00; }
.awr-blog-body { background: #f7f9ff; padding: 48px 0 64px; }
.awr-blog-featured {
display: grid;
grid-template-columns: 1fr;
overflow: hidden;
border-radius: 24px;
border: 2px solid rgba(10,37,85,.1);
background: #fff;
box-shadow: 0 12px 32px -16px rgba(10,37,85,.25);
text-decoration: none;
color: inherit;
margin-bottom: 40px;
transition: transform .3s ease, border-color .3s ease;
}
.awr-blog-featured:hover { transform: translateY(-4px); border-color: rgba(10,37,85,.3); }
.awr-blog-featured__media {
position: relative;
min-height: 220px;
background: linear-gradient(135deg, #0a2555, #061a44);
}
.awr-blog-featured__tag {
position: absolute; left: 16px; top: 16px;
display: inline-flex; align-items: center; gap: 6px;
background: #FFDF00; color: #0a2555; border-radius: 999px;
padding: 5px 12px; font-size: 10px; font-weight: 800; text-transform: uppercase; letter-spacing: .05em;
}
.awr-blog-featured__tag span { width: 6px; height: 6px; border-radius: 50%; background: #0a2555; }
.awr-blog-featured__body { padding: 24px; }
.awr-blog-featured__meta { display: flex; align-items: center; gap: 10px; font-size: 12px; font-weight: 700; color: #64748b; margin-bottom: 12px; }
.awr-blog-featured__body h2 { font-size: 24px; font-weight: 800; line-height: 1.2; color: #0a2555; margin: 0 0 12px; }
.awr-blog-featured__body p { color: #64748b; line-height: 1.6; margin: 0 0 20px; }
.awr-blog-featured__footer { display: flex; align-items: center; justify-content: space-between; gap: 12px; flex-wrap: wrap; }
.awr-blog-featured__city { font-size: 12px; font-weight: 700; color: #64748b; }
.awr-blog-featured__cta {
display: inline-flex; align-items: center; gap: 8px;
background: linear-gradient(135deg, #0a2555, #061a44); color: #fff;
border-radius: 999px; padding: 8px 18px; font-size: 12px; font-weight: 800;
}
.awr-blog-badge {
display: inline-block; border-radius: 999px; padding: 3px 10px;
font-size: 10px; font-weight: 800; text-transform: uppercase; letter-spacing: .04em;
background: rgba(10,37,85,.06); color: #0a2555;
}
.awr-blog-body__head { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-bottom: 24px; flex-wrap: wrap; }
.awr-blog-body__head h2 { font-size: 22px; font-weight: 800; color: #0a2555; margin: 0; }
.awr-blog-body__head h2 span { color: #FFDF00; -webkit-text-stroke: .3px #0a2555; }
.awr-blog-body__count { font-size: 11px; font-weight: 800; text-transform: uppercase; letter-spacing: .05em; color: #64748b; }
.awr-blog-grid { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: 1fr; gap: 24px; }
@media (min-width: 641px) { .awr-blog-grid { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1024px) { .awr-blog-grid { grid-template-columns: repeat(3, 1fr); } }
.awr-blog-card {
position: relative; display: flex; flex-direction: column; height: 100%;
overflow: hidden; border-radius: 16px; border: 2px solid rgba(10,37,85,.1);
background: #fff; text-decoration: none; color: inherit;
box-shadow: 0 2px 8px -4px rgba(10,37,85,.15);
transition: transform .3s ease, border-color .3s ease, box-shadow .3s ease;
}
.awr-blog-card:hover { transform: translateY(-4px); border-color: rgba(10,37,85,.3); box-shadow: 0 16px 32px -16px rgba(10,37,85,.3); }
.awr-blog-card::before {
content: ""; position: absolute; inset: 0 0 auto 0; height: 3px; z-index: 1;
background: linear-gradient(90deg, #0a2555, #FFDF00, #0a2555); opacity: .7;
}
.awr-blog-card__media {
position: relative; aspect-ratio: 16/9;
background: linear-gradient(135deg, #10305f, #0a2555);
}
.awr-blog-card__badge {
position: absolute; left: 12px; top: 12px;
background: rgba(255,255,255,.95); color: #0a2555; border-radius: 999px;
padding: 3px 10px; font-size: 10px; font-weight: 800; text-transform: uppercase; letter-spacing: .04em;
}
.awr-blog-card__index {
position: absolute; right: 12px; top: 12px;
background: rgba(10,37,85,.85); color: #FFDF00; border-radius: 6px;
padding: 2px 8px; font-size: 10px; font-weight: 700;
}
.awr-blog-card__body { display: flex; flex: 1; flex-direction: column; padding: 20px; }
.awr-blog-card__time { font-size: 11px; font-weight: 600; color: #64748b; margin-bottom: 8px; }
.awr-blog-card__body h3 { font-size: 18px; font-weight: 800; line-height: 1.3; color: #0a2555; margin: 0 0 8px; }
.awr-blog-card__body p { font-size: 14px; line-height: 1.6; color: #64748b; margin: 0 0 16px; }
.awr-blog-card__footer {
margin-top: auto; display: flex; align-items: center; justify-content: space-between;
border-top: 1px solid rgba(10,37,85,.1); padding-top: 12px; font-size: 12px;
}
.awr-blog-card__city { font-weight: 600; color: #64748b; }
.awr-blog-card__link { font-weight: 800; color: #0a2555; }
.awr-blog-card:hover .awr-blog-card__link { color: #b8930a; } .awr-post-hero {
position: relative; overflow: hidden;
background: linear-gradient(135deg, #0a2555, #0a2555 60%, #061a44);
color: #fff; padding: 40px 0 56px;
}
.awr-post-hero::before { content: ""; position: absolute; inset: 0 0 auto 0; height: 3px; background: linear-gradient(90deg, transparent, #fbbf24, transparent); }
.awr-post-hero__inner { position: relative; z-index: 1; max-width: 720px; margin: 0 auto; }
.awr-post-hero .awr-breadcrumb { color: rgba(219,234,254,1); font-size: 12px; margin-bottom: 16px; }
.awr-post-hero .awr-breadcrumb a { color: inherit; }
.awr-post-hero .awr-breadcrumb a:hover { color: #fbbf24; }
.awr-post-hero .awr-breadcrumb span { color: rgba(255,255,255,.85); }
.awr-post-hero__badge {
display: inline-flex; align-items: center; gap: 8px; margin-bottom: 20px;
border: 1px solid rgba(251,191,36,.4); background: rgba(255,255,255,.1);
border-radius: 999px; padding: 5px 14px; font-size: 11px; font-weight: 700;
text-transform: uppercase; letter-spacing: .05em; color: #fde68a;
}
.awr-post-hero__dot { width: 8px; height: 8px; border-radius: 50%; background: #34d399; display: inline-block; }
.awr-post-hero__title { font-size: 30px; font-weight: 800; line-height: 1.15; margin: 0; }
@media (min-width: 640px) { .awr-post-hero__title { font-size: 42px; } }
.awr-post-hero__meta { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 20px; }
.awr-post-hero__pill {
display: inline-flex; align-items: center; gap: 6px;
border: 1px solid rgba(255,255,255,.2); background: rgba(255,255,255,.1);
border-radius: 999px; padding: 6px 14px; font-size: 12px; font-weight: 600; color: rgba(255,255,255,.9);
}
.awr-post-hero__pill--gold { border-color: rgba(251,191,36,.4); background: rgba(251,191,36,.15); color: #fde68a; }
.awr-post-article { max-width: 720px; padding-top: 8px; padding-bottom: 40px; }
.awr-post-prose { max-width: 72ch; margin: 0 auto; }
.awr-post-prose p { font-size: 16px; line-height: 1.75; color: #1e293b; margin: 0 0 16px; }
.awr-post-prose__lead { font-size: 18px; }
.awr-post-prose__h2 {
position: relative; padding-left: 16px; margin: 36px 0 16px;
font-size: 24px; font-weight: 800; line-height: 1.25; color: #0f172a;
}
.awr-post-prose__h2::before {
content: ""; position: absolute; left: 0; top: 4px; bottom: 4px; width: 4px; border-radius: 999px;
background: linear-gradient(180deg, #fbbf24, #0a2555);
}
.awr-post-prose__list { list-style: none; margin: 0 0 16px; padding: 0; display: flex; flex-direction: column; gap: 8px; }
.awr-post-prose__list li {
position: relative; border: 1px solid #e2e8f0; background: #f8fafc; border-radius: 10px;
padding: 10px 16px 10px 36px; font-size: 15px; line-height: 1.6; color: #1e293b;
}
.awr-post-prose__check {
position: absolute; left: 10px; top: 11px; width: 18px; height: 18px; border-radius: 50%;
background: #0a2555; color: #fbbf24; font-size: 10px; font-weight: 700;
display: flex; align-items: center; justify-content: center;
}
.awr-post-cta {
margin: 32px 0; padding: 20px 24px; border-radius: 16px;
border: 2px solid #0a2555; background: #f0f4ff;
display: flex; flex-wrap: wrap; align-items: center; gap: 16px; justify-content: space-between;
}
.awr-post-cta p { margin: 0; flex: 1 1 220px; font-size: 15px; color: #0f172a; }
.awr-post-cta--final { flex-direction: column; align-items: flex-start; }
.awr-post-cta--final .awr-btn { margin-top: 4px; }
.awr-post-faq {
margin-top: 48px; padding: 24px; border-radius: 24px;
border: 1px solid #e2e8f0; background: linear-gradient(135deg, #fff, #f8fafc);
}
.awr-post-faq__eyebrow { display: block; font-size: 11px; font-weight: 800; text-transform: uppercase; letter-spacing: .05em; color: #b45309; margin-bottom: 4px; }
.awr-post-related { background: linear-gradient(180deg, #f8fafc, #fff); padding: 48px 0; }
.awr-post-related__head { display: flex; align-items: flex-end; justify-content: space-between; gap: 12px; flex-wrap: wrap; margin-bottom: 28px; }
.awr-post-related__head h2 { font-size: 24px; font-weight: 800; color: #0f172a; margin: 4px 0 0; }
.awr-post-related__all { font-size: 12px; font-weight: 700; color: #0a2555; text-decoration: none; border: 2px solid #e2e8f0; border-radius: 999px; padding: 8px 16px; }
.awr-post-related__all:hover { border-color: #fbbf24; }
.awr-post-related__grid { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: 1fr; gap: 16px; }
@media (min-width: 641px) { .awr-post-related__grid { grid-template-columns: repeat(2, 1fr); } }
.awr-post-related__card {
display: flex; gap: 16px; padding: 16px; border-radius: 16px; border: 2px solid #e2e8f0;
background: #fff; text-decoration: none; color: inherit;
box-shadow: 0 2px 8px -4px rgba(15,23,42,.08); transition: transform .2s ease, border-color .2s ease;
}
.awr-post-related__card:hover { transform: translateY(-4px); border-color: #0a2555; }
.awr-post-related__thumb {
width: 88px; height: 88px; flex-shrink: 0; border-radius: 12px;
background: linear-gradient(135deg, #0a2555, #10305f);
}
.awr-post-related__card h3 { font-size: 15px; font-weight: 700; color: #0f172a; margin: 6px 0 8px; line-height: 1.35; }
.awr-post-related__link { font-size: 12px; font-weight: 700; color: #0a2555; } .awr-parceiros { padding: 64px 0 56px; }
.awr-parceiros__crumbs { font-size: 13px; font-weight: 600; color: #0a2555; margin-bottom: 16px; }
.awr-parceiros__crumbs a { color: inherit; text-decoration: none; }
.awr-parceiros__crumbs a:hover { text-decoration: underline; }
.awr-parceiros__hero { margin-bottom: 40px; }
.awr-parceiros__badge {
display: inline-flex; align-items: center; gap: 8px; margin-bottom: 12px;
border-radius: 999px; padding: 5px 14px; font-size: 12px; font-weight: 800;
text-transform: uppercase; letter-spacing: .04em; background: rgba(10,37,85,.1); color: #0a2555;
}
.awr-parceiros__title { font-size: 30px; font-weight: 800; line-height: 1.2; margin: 0 0 12px; }
@media (min-width: 768px) { .awr-parceiros__title { font-size: 40px; } }
.awr-parceiros__lead { max-width: 720px; font-size: 17px; line-height: 1.65; color: #64748b; margin: 0; }
.awr-parceiros__benefits { display: grid; grid-template-columns: 1fr; gap: 16px; margin-bottom: 40px; }
@media (min-width: 641px) { .awr-parceiros__benefits { grid-template-columns: repeat(2, 1fr); } }
.awr-parceiros__card {
border: 2px solid #e2e8f0; border-radius: 16px; background: #fff; padding: 20px;
box-shadow: 0 2px 8px -4px rgba(15,23,42,.08);
}
.awr-parceiros__card h2 { font-size: 16px; font-weight: 800; margin: 0 0 6px; color: #0f172a; }
.awr-parceiros__card p { font-size: 14px; line-height: 1.6; color: #64748b; margin: 0; }
.awr-parceiros__steps { margin-bottom: 40px; }
.awr-parceiros__steps ol { list-style: none; margin: 16px 0 0; padding: 0; display: grid; grid-template-columns: 1fr; gap: 16px; }
@media (min-width: 641px) { .awr-parceiros__steps ol { grid-template-columns: repeat(3, 1fr); } }
.awr-parceiros__steps li { display: flex; gap: 12px; align-items: flex-start; border: 1px solid #e2e8f0; border-radius: 16px; padding: 18px; background: #f8fafc; }
.awr-parceiros__step-num {
flex-shrink: 0; width: 32px; height: 32px; border-radius: 50%;
background: #0a2555; color: #FFDF00; font-weight: 800; font-size: 14px;
display: flex; align-items: center; justify-content: center;
}
.awr-parceiros__steps h3 { font-size: 15px; font-weight: 800; margin: 0 0 4px; color: #0f172a; }
.awr-parceiros__steps p { font-size: 13px; line-height: 1.55; color: #64748b; margin: 0; }
.awr-parceiros__form {
border-radius: 24px; border: 2px solid rgba(10,37,85,.3); background: #fff;
padding: 24px; box-shadow: 0 8px 24px -12px rgba(10,37,85,.2); margin-bottom: 32px;
}
.awr-parceiros__form h2 { font-size: 22px; font-weight: 800; margin: 0 0 8px; color: #0f172a; }
.awr-parceiros__form > p { font-size: 14px; color: #64748b; margin: 0 0 20px; }
.awr-parceiros__form-grid { display: grid; grid-template-columns: 1fr; gap: 16px; }
@media (min-width: 641px) { .awr-parceiros__form-grid { grid-template-columns: repeat(2, 1fr); } }
.awr-parceiros__field { display: flex; flex-direction: column; gap: 6px; font-size: 14px; font-weight: 700; color: #0f172a; }
.awr-parceiros__field--full { grid-column: 1 / -1; }
.awr-parceiros__field input {
border: 2px solid #e2e8f0; border-radius: 12px; background: #f8fafc;
padding: 12px 16px; font-size: 15px; font-weight: 400; color: #0f172a;
}
.awr-parceiros__field input:focus { outline: none; border-color: #0a2555; }
.awr-parceiros__submit { grid-column: 1 / -1; width: 100%; justify-content: center; gap: 10px; }
.awr-parceiros__form-note { grid-column: 1 / -1; font-size: 12px; color: #64748b; margin: 0; }
.awr-parceiros__cta {
border-radius: 20px; border: 1px dashed #cbd5e1; background: #f8fafc;
padding: 24px; text-align: center; margin-bottom: 32px;
}
.awr-parceiros__cta p { margin: 0 0 16px; font-weight: 700; color: #0f172a; }
.awr-parceiros__cta-buttons { display: flex; flex-wrap: wrap; gap: 12px; justify-content: center; }
@media (max-width: 400px) {
.awr-blog-hero__title { font-size: 32px; }
.awr-post-hero__title { font-size: 26px; }
.awr-parceiros__title { font-size: 26px; }
}.awr-hub-hero {
background: linear-gradient(135deg, #0a2555 0%, #002776 100%);
color: #fff;
padding: 2.5rem 0;
margin: 0 0 2rem;
}
.awr-hub-hero__inner {
max-width: 1120px;
margin: 0 auto;
padding: 0 1rem;
}
.awr-hub-hero .awr-breadcrumb {
margin-bottom: 0.75rem;
font-size: 0.8rem;
color: #cfe0ff;
}
.awr-hub-hero .awr-breadcrumb a {
color: #cfe0ff;
}
.awr-hub-hero .awr-breadcrumb span {
color: #fff;
}
.awr-hub-hero__title {
font-size: 1.75rem;
font-weight: 800;
line-height: 1.2;
margin: 0 0 0.75rem;
}
.awr-hub-hero__lead {
max-width: 46rem;
color: #cfe0ff;
font-size: 1rem;
line-height: 1.5;
margin: 0;
}
@media (min-width: 641px) {
.awr-hub-hero { padding: 3.5rem 0; }
.awr-hub-hero__title { font-size: 2.5rem; }
.awr-hub-hero__lead { font-size: 1.125rem; }
}
.awr-hub-body {
max-width: 1120px;
margin: 0 auto;
padding: 0 1rem 3rem;
}
.awr-hub-body--narrow { max-width: 780px; } .awr-hub-grid {
display: grid;
grid-template-columns: 1fr;
gap: 1rem;
list-style: none;
margin: 0 0 2.5rem;
padding: 0;
}
@media (min-width: 641px) {
.awr-hub-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (min-width: 1024px) {
.awr-hub-grid { grid-template-columns: repeat(3, 1fr); }
}
.awr-hub-card {
display: flex;
flex-direction: column;
border: 2px solid #e2e8f0;
border-radius: 16px;
background: #fff;
padding: 1.25rem;
transition: transform .15s ease, box-shadow .15s ease, border-color .15s ease;
}
.awr-hub-card:hover {
transform: translateY(-2px);
border-color: #0a2555;
box-shadow: 0 8px 24px rgba(10,37,85,.12);
}
.awr-hub-card__title {
margin: 0 0 0.35rem;
font-size: 1.05rem;
font-weight: 800;
line-height: 1.3;
}
.awr-hub-card__title a {
color: #0a2555;
text-decoration: none;
}
.awr-hub-card__title a:hover { text-decoration: underline; }
.awr-hub-card__meta {
margin: 0 0 0.35rem;
font-size: 0.875rem;
color: #64748b;
}
.awr-hub-card__extra {
margin: 0;
font-size: 0.75rem;
color: #94a3b8;
line-height: 1.4;
} .awr-hub-chipgrid {
display: grid;
grid-template-columns: repeat(2, 1fr);
gap: 0.65rem;
list-style: none;
margin: 0 0 2.5rem;
padding: 0;
}
@media (min-width: 641px) {
.awr-hub-chipgrid { grid-template-columns: repeat(3, 1fr); }
}
@media (min-width: 1024px) {
.awr-hub-chipgrid { grid-template-columns: repeat(4, 1fr); }
}
.awr-hub-chipgrid .awr-chip {
display: flex;
align-items: center;
justify-content: center;
width: 100%;
text-align: center;
border: 2px solid #e2e8f0;
border-radius: 12px;
padding: 0.85rem 0.5rem;
font-weight: 700;
font-size: 0.85rem;
color: #0a2555;
background: #fff;
text-decoration: none;
transition: border-color .15s ease, background .15s ease, transform .15s ease;
}
.awr-hub-chipgrid .awr-chip:hover {
border-color: #0a2555;
background: #f0f4ff;
transform: translateY(-2px);
}
.awr-hub-chipgrid .awr-chip--active {
background: #FFDF00;
border-color: #FFDF00;
color: #0a2555;
} .awr-hub-skugrid {
display: grid;
grid-template-columns: repeat(2, 1fr);
gap: 0.6rem;
list-style: none;
margin: 0 0 2rem;
padding: 0;
}
@media (min-width: 641px) {
.awr-hub-skugrid { grid-template-columns: repeat(3, 1fr); }
}
@media (min-width: 1024px) {
.awr-hub-skugrid { grid-template-columns: repeat(4, 1fr); }
}
.awr-hub-skugrid .awr-chip {
display: block;
border: 2px solid #e2e8f0;
border-radius: 12px;
padding: 0.7rem 0.75rem;
font-size: 0.8rem;
font-weight: 700;
color: #0a2555;
background: #fff;
text-decoration: none;
line-height: 1.3;
}
.awr-hub-skugrid .awr-chip:hover {
border-color: #0a2555;
background: #f0f4ff;
} .awr-hub-products {
display: grid;
grid-template-columns: 1fr;
gap: 1rem;
margin: 0 0 2rem;
}
@media (min-width: 641px) {
.awr-hub-products { grid-template-columns: repeat(2, 1fr); }
}
@media (min-width: 1024px) {
.awr-hub-products { grid-template-columns: repeat(3, 1fr); }
}
.awr-hub-empty {
border: 2px dashed #e2e8f0;
border-radius: 16px;
padding: 1.5rem;
text-align: center;
color: #64748b;
} .awr-hub-cta {
border: 2px solid #e2e8f0;
border-radius: 16px;
background: #fff;
padding: 1.5rem;
text-align: center;
margin: 0 0 2rem;
}
.awr-hub-cta p {
margin: 0 0 0.9rem;
font-size: 0.95rem;
color: #0a2555;
}
.awr-hub-cta__wa {
display: inline-flex;
align-items: center;
justify-content: center;
gap: 0.5rem;
min-height: 44px;
border-radius: 10px;
background: #25D366;
color: #fff;
font-weight: 800;
font-size: 0.9rem;
padding: 0.65rem 1.25rem;
text-decoration: none;
}
.awr-hub-cta__wa:hover { background: #1ea952; } .awr-app-section {
padding: 2rem 0;
}
.awr-app-section--muted {
background: #f8fafc;
}
.awr-app-section__title {
font-size: 1.4rem;
font-weight: 800;
color: #0a2555;
margin: 0 0 1.25rem;
display: flex;
align-items: center;
gap: 0.5rem;
}
@media (min-width: 641px) {
.awr-app-section__title { font-size: 1.65rem; }
}
.awr-app-benefits {
list-style: none;
margin: 0;
padding: 0;
display: grid;
grid-template-columns: 1fr;
gap: 0.75rem;
}
.awr-app-benefits li {
display: flex;
align-items: flex-start;
gap: 0.65rem;
border: 2px solid #e2e8f0;
border-radius: 12px;
background: #fff;
padding: 0.9rem 1rem;
font-size: 0.92rem;
color: #0a2555;
}
.awr-app-benefits li::before {
content: "✓";
color: #0a2555;
font-weight: 800;
flex-shrink: 0;
}
.awr-app-reco {
list-style: none;
margin: 0;
padding: 0;
display: grid;
grid-template-columns: 1fr;
gap: 1rem;
}
@media (min-width: 641px) {
.awr-app-reco { grid-template-columns: repeat(2, 1fr); }
}
@media (min-width: 1024px) {
.awr-app-reco { grid-template-columns: repeat(3, 1fr); }
}
.awr-app-reco li {
display: flex;
flex-direction: column;
border: 2px solid #e2e8f0;
border-radius: 16px;
background: #fff;
padding: 1.25rem;
box-shadow: 0 1px 4px rgba(10,37,85,.06);
}
.awr-app-reco__brand {
display: inline-flex;
width: fit-content;
border-radius: 999px;
background: rgba(10,37,85,.08);
color: #0a2555;
font-size: 0.7rem;
font-weight: 800;
padding: 0.15rem 0.6rem;
margin-bottom: 0.4rem;
}
.awr-app-reco__modelo {
font-size: 1.05rem;
font-weight: 800;
color: #0a2555;
margin: 0 0 0.2rem;
}
.awr-app-reco__amp {
font-size: 0.75rem;
font-weight: 700;
color: #64748b;
margin: 0 0 0.5rem;
}
.awr-app-reco__ideal {
font-size: 0.85rem;
color: #334155;
margin: 0 0 0.75rem;
}
.awr-app-reco__preco {
margin-top: auto;
font-size: 1.4rem;
font-weight: 800;
color: #0a2555;
}
.awr-app-reco__note {
font-size: 0.7rem;
color: #94a3b8;
margin: 0;
}
.awr-app-faq {
display: flex;
flex-direction: column;
gap: 0.65rem;
}
.awr-app-faq details {
border: 2px solid #e2e8f0;
border-radius: 12px;
background: #fff;
padding: 0.9rem 1rem;
}
.awr-app-faq details[open] { border-color: #0a2555; }
.awr-app-faq summary {
cursor: pointer;
font-weight: 700;
color: #0a2555;
list-style: none;
}
.awr-app-faq summary::-webkit-details-marker { display: none; }
.awr-app-faq summary::before {
content: "+ ";
color: #0a2555;
font-weight: 800;
}
.awr-app-faq p {
margin: 0.65rem 0 0;
color: #334155;
font-size: 0.9rem;
line-height: 1.5;
}
.awr-app-outras {
list-style: none;
margin: 0;
padding: 0;
display: grid;
grid-template-columns: 1fr;
gap: 1rem;
}
@media (min-width: 641px) {
.awr-app-outras { grid-template-columns: repeat(2, 1fr); }
}
@media (min-width: 1024px) {
.awr-app-outras { grid-template-columns: repeat(3, 1fr); }
}
.awr-app-outras a {
display: flex;
align-items: flex-start;
justify-content: space-between;
gap: 0.75rem;
border: 2px solid #e2e8f0;
border-radius: 16px;
background: #fff;
padding: 1.1rem 1.25rem;
text-decoration: none;
transition: border-color .15s ease, transform .15s ease;
}
.awr-app-outras a:hover {
border-color: #0a2555;
transform: translateY(-2px);
}
.awr-app-outras h3 {
margin: 0 0 0.25rem;
font-size: 0.98rem;
font-weight: 800;
color: #0a2555;
}
.awr-app-outras p {
margin: 0;
font-size: 0.85rem;
color: #64748b;
}
.awr-app-outras__arrow {
color: #0a2555;
flex-shrink: 0;
font-weight: 800;
}
.awr-app-cobertura p {
max-width: 60rem;
font-size: 0.95rem;
color: #334155;
line-height: 1.6;
}