#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; inset: 0; z-index: 9999;
display: flex !important; align-items: center; justify-content: center; padding: 16px;
background: rgba(2, 6, 23, .6); backdrop-filter: blur(2px);
}
.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 { margin: 0; cursor: pointer; }
.awr-payment-grid input { position: absolute; opacity: 0; pointer-events: none; }
.awr-payment-grid span { display: grid; place-items: center; min-height: 48px; border: 2px solid #e2e8f0; border-radius: 9px; background: #fff; font-weight: 700; }
.awr-payment-grid input:checked + span { border-color: #0a2555; background: #f2f6ff; color: #0a2555; }
.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: 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); }
} .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; inset: 0 !important;
display: flex !important; align-items: center !important; justify-content: center !important;
padding: 8px !important; z-index: 100000;
}
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(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(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; }
}@font-face {
font-family: 'Roboto';
font-style: italic;
font-weight: 100;
font-stretch: 100%;
src: url(https://awrbaterias.com.br/wp-content/uploads/elementor/google-fonts/fonts/roboto-835ffea9.woff2) format('woff2');
unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
} @font-face {
font-family: 'Roboto';
font-style: italic;
font-weight: 100;
font-stretch: 100%;
src: url(https://awrbaterias.com.br/wp-content/uploads/elementor/google-fonts/fonts/roboto-e11fa48e.woff2) format('woff2');
unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
} @font-face {
font-family: 'Roboto';
font-style: italic;
font-weight: 100;
font-stretch: 100%;
src: url(https://awrbaterias.com.br/wp-content/uploads/elementor/google-fonts/fonts/roboto-7226307b.woff2) format('woff2');
unicode-range: U+1F00-1FFF;
} @font-face {
font-family: 'Roboto';
font-style: italic;
font-weight: 100;
font-stretch: 100%;
src: url(https://awrbaterias.com.br/wp-content/uploads/elementor/google-fonts/fonts/roboto-74bd1011.woff2) format('woff2');
unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
} @font-face {
font-family: 'Roboto';
font-style: italic;
font-weight: 100;
font-stretch: 100%;
src: url(https://awrbaterias.com.br/wp-content/uploads/elementor/google-fonts/fonts/roboto-29afb485.woff2) format('woff2');
unicode-range: U+0302-0303, U+0305, U+0307-0308, U+0310, U+0312, U+0315, U+031A, U+0326-0327, U+032C, U+032F-0330, U+0332-0333, U+0338, U+033A, U+0346, U+034D, U+0391-03A1, U+03A3-03A9, U+03B1-03C9, U+03D1, U+03D5-03D6, U+03F0-03F1, U+03F4-03F5, U+2016-2017, U+2034-2038, U+203C, U+2040, U+2043, U+2047, U+2050, U+2057, U+205F, U+2070-2071, U+2074-208E, U+2090-209C, U+20D0-20DC, U+20E1, U+20E5-20EF, U+2100-2112, U+2114-2115, U+2117-2121, U+2123-214F, U+2190, U+2192, U+2194-21AE, U+21B0-21E5, U+21F1-21F2, U+21F4-2211, U+2213-2214, U+2216-22FF, U+2308-230B, U+2310, U+2319, U+231C-2321, U+2336-237A, U+237C, U+2395, U+239B-23B7, U+23D0, U+23DC-23E1, U+2474-2475, U+25AF, U+25B3, U+25B7, U+25BD, U+25C1, U+25CA, U+25CC, U+25FB, U+266D-266F, U+27C0-27FF, U+2900-2AFF, U+2B0E-2B11, U+2B30-2B4C, U+2BFE, U+3030, U+FF5B, U+FF5D, U+1D400-1D7FF, U+1EE00-1EEFF;
} @font-face {
font-family: 'Roboto';
font-style: italic;
font-weight: 100;
font-stretch: 100%;
src: url(https://awrbaterias.com.br/wp-content/uploads/elementor/google-fonts/fonts/roboto-3d87aca9.woff2) format('woff2');
unicode-range: U+0001-000C, U+000E-001F, U+007F-009F, U+20DD-20E0, U+20E2-20E4, U+2150-218F, U+2190, U+2192, U+2194-2199, U+21AF, U+21E6-21F0, U+21F3, U+2218-2219, U+2299, U+22C4-22C6, U+2300-243F, U+2440-244A, U+2460-24FF, U+25A0-27BF, U+2800-28FF, U+2921-2922, U+2981, U+29BF, U+29EB, U+2B00-2BFF, U+4DC0-4DFF, U+FFF9-FFFB, U+10140-1018E, U+10190-1019C, U+101A0, U+101D0-101FD, U+102E0-102FB, U+10E60-10E7E, U+1D2C0-1D2D3, U+1D2E0-1D37F, U+1F000-1F0FF, U+1F100-1F1AD, U+1F1E6-1F1FF, U+1F30D-1F30F, U+1F315, U+1F31C, U+1F31E, U+1F320-1F32C, U+1F336, U+1F378, U+1F37D, U+1F382, U+1F393-1F39F, U+1F3A7-1F3A8, U+1F3AC-1F3AF, U+1F3C2, U+1F3C4-1F3C6, U+1F3CA-1F3CE, U+1F3D4-1F3E0, U+1F3ED, U+1F3F1-1F3F3, U+1F3F5-1F3F7, U+1F408, U+1F415, U+1F41F, U+1F426, U+1F43F, U+1F441-1F442, U+1F444, U+1F446-1F449, U+1F44C-1F44E, U+1F453, U+1F46A, U+1F47D, U+1F4A3, U+1F4B0, U+1F4B3, U+1F4B9, U+1F4BB, U+1F4BF, U+1F4C8-1F4CB, U+1F4D6, U+1F4DA, U+1F4DF, U+1F4E3-1F4E6, U+1F4EA-1F4ED, U+1F4F7, U+1F4F9-1F4FB, U+1F4FD-1F4FE, U+1F503, U+1F507-1F50B, U+1F50D, U+1F512-1F513, U+1F53E-1F54A, U+1F54F-1F5FA, U+1F610, U+1F650-1F67F, U+1F687, U+1F68D, U+1F691, U+1F694, U+1F698, U+1F6AD, U+1F6B2, U+1F6B9-1F6BA, U+1F6BC, U+1F6C6-1F6CF, U+1F6D3-1F6D7, U+1F6E0-1F6EA, U+1F6F0-1F6F3, U+1F6F7-1F6FC, U+1F700-1F7FF, U+1F800-1F80B, U+1F810-1F847, U+1F850-1F859, U+1F860-1F887, U+1F890-1F8AD, U+1F8B0-1F8BB, U+1F8C0-1F8C1, U+1F900-1F90B, U+1F93B, U+1F946, U+1F984, U+1F996, U+1F9E9, U+1FA00-1FA6F, U+1FA70-1FA7C, U+1FA80-1FA89, U+1FA8F-1FAC6, U+1FACE-1FADC, U+1FADF-1FAE9, U+1FAF0-1FAF8, U+1FB00-1FBFF;
} @font-face {
font-family: 'Roboto';
font-style: italic;
font-weight: 100;
font-stretch: 100%;
src: url(https://awrbaterias.com.br/wp-content/uploads/elementor/google-fonts/fonts/roboto-ef8e8afd.woff2) format('woff2');
unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
} @font-face {
font-family: 'Roboto';
font-style: italic;
font-weight: 100;
font-stretch: 100%;
src: url(https://awrbaterias.com.br/wp-content/uploads/elementor/google-fonts/fonts/roboto-60dc4b6f.woff2) format('woff2');
unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
} @font-face {
font-family: 'Roboto';
font-style: italic;
font-weight: 100;
font-stretch: 100%;
src: url(https://awrbaterias.com.br/wp-content/uploads/elementor/google-fonts/fonts/roboto-f8743e4d.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} @font-face {
font-family: 'Roboto';
font-style: italic;
font-weight: 200;
font-stretch: 100%;
src: url(https://awrbaterias.com.br/wp-content/uploads/elementor/google-fonts/fonts/roboto-835ffea9.woff2) format('woff2');
unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
} @font-face {
font-family: 'Roboto';
font-style: italic;
font-weight: 200;
font-stretch: 100%;
src: url(https://awrbaterias.com.br/wp-content/uploads/elementor/google-fonts/fonts/roboto-e11fa48e.woff2) format('woff2');
unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
} @font-face {
font-family: 'Roboto';
font-style: italic;
font-weight: 200;
font-stretch: 100%;
src: url(https://awrbaterias.com.br/wp-content/uploads/elementor/google-fonts/fonts/roboto-7226307b.woff2) format('woff2');
unicode-range: U+1F00-1FFF;
} @font-face {
font-family: 'Roboto';
font-style: italic;
font-weight: 200;
font-stretch: 100%;
src: url(https://awrbaterias.com.br/wp-content/uploads/elementor/google-fonts/fonts/roboto-74bd1011.woff2) format('woff2');
unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
} @font-face {
font-family: 'Roboto';
font-style: italic;
font-weight: 200;
font-stretch: 100%;
src: url(https://awrbaterias.com.br/wp-content/uploads/elementor/google-fonts/fonts/roboto-29afb485.woff2) format('woff2');
unicode-range: U+0302-0303, U+0305, U+0307-0308, U+0310, U+0312, U+0315, U+031A, U+0326-0327, U+032C, U+032F-0330, U+0332-0333, U+0338, U+033A, U+0346, U+034D, U+0391-03A1, U+03A3-03A9, U+03B1-03C9, U+03D1, U+03D5-03D6, U+03F0-03F1, U+03F4-03F5, U+2016-2017, U+2034-2038, U+203C, U+2040, U+2043, U+2047, U+2050, U+2057, U+205F, U+2070-2071, U+2074-208E, U+2090-209C, U+20D0-20DC, U+20E1, U+20E5-20EF, U+2100-2112, U+2114-2115, U+2117-2121, U+2123-214F, U+2190, U+2192, U+2194-21AE, U+21B0-21E5, U+21F1-21F2, U+21F4-2211, U+2213-2214, U+2216-22FF, U+2308-230B, U+2310, U+2319, U+231C-2321, U+2336-237A, U+237C, U+2395, U+239B-23B7, U+23D0, U+23DC-23E1, U+2474-2475, U+25AF, U+25B3, U+25B7, U+25BD, U+25C1, U+25CA, U+25CC, U+25FB, U+266D-266F, U+27C0-27FF, U+2900-2AFF, U+2B0E-2B11, U+2B30-2B4C, U+2BFE, U+3030, U+FF5B, U+FF5D, U+1D400-1D7FF, U+1EE00-1EEFF;
} @font-face {
font-family: 'Roboto';
font-style: italic;
font-weight: 200;
font-stretch: 100%;
src: url(https://awrbaterias.com.br/wp-content/uploads/elementor/google-fonts/fonts/roboto-3d87aca9.woff2) format('woff2');
unicode-range: U+0001-000C, U+000E-001F, U+007F-009F, U+20DD-20E0, U+20E2-20E4, U+2150-218F, U+2190, U+2192, U+2194-2199, U+21AF, U+21E6-21F0, U+21F3, U+2218-2219, U+2299, U+22C4-22C6, U+2300-243F, U+2440-244A, U+2460-24FF, U+25A0-27BF, U+2800-28FF, U+2921-2922, U+2981, U+29BF, U+29EB, U+2B00-2BFF, U+4DC0-4DFF, U+FFF9-FFFB, U+10140-1018E, U+10190-1019C, U+101A0, U+101D0-101FD, U+102E0-102FB, U+10E60-10E7E, U+1D2C0-1D2D3, U+1D2E0-1D37F, U+1F000-1F0FF, U+1F100-1F1AD, U+1F1E6-1F1FF, U+1F30D-1F30F, U+1F315, U+1F31C, U+1F31E, U+1F320-1F32C, U+1F336, U+1F378, U+1F37D, U+1F382, U+1F393-1F39F, U+1F3A7-1F3A8, U+1F3AC-1F3AF, U+1F3C2, U+1F3C4-1F3C6, U+1F3CA-1F3CE, U+1F3D4-1F3E0, U+1F3ED, U+1F3F1-1F3F3, U+1F3F5-1F3F7, U+1F408, U+1F415, U+1F41F, U+1F426, U+1F43F, U+1F441-1F442, U+1F444, U+1F446-1F449, U+1F44C-1F44E, U+1F453, U+1F46A, U+1F47D, U+1F4A3, U+1F4B0, U+1F4B3, U+1F4B9, U+1F4BB, U+1F4BF, U+1F4C8-1F4CB, U+1F4D6, U+1F4DA, U+1F4DF, U+1F4E3-1F4E6, U+1F4EA-1F4ED, U+1F4F7, U+1F4F9-1F4FB, U+1F4FD-1F4FE, U+1F503, U+1F507-1F50B, U+1F50D, U+1F512-1F513, U+1F53E-1F54A, U+1F54F-1F5FA, U+1F610, U+1F650-1F67F, U+1F687, U+1F68D, U+1F691, U+1F694, U+1F698, U+1F6AD, U+1F6B2, U+1F6B9-1F6BA, U+1F6BC, U+1F6C6-1F6CF, U+1F6D3-1F6D7, U+1F6E0-1F6EA, U+1F6F0-1F6F3, U+1F6F7-1F6FC, U+1F700-1F7FF, U+1F800-1F80B, U+1F810-1F847, U+1F850-1F859, U+1F860-1F887, U+1F890-1F8AD, U+1F8B0-1F8BB, U+1F8C0-1F8C1, U+1F900-1F90B, U+1F93B, U+1F946, U+1F984, U+1F996, U+1F9E9, U+1FA00-1FA6F, U+1FA70-1FA7C, U+1FA80-1FA89, U+1FA8F-1FAC6, U+1FACE-1FADC, U+1FADF-1FAE9, U+1FAF0-1FAF8, U+1FB00-1FBFF;
} @font-face {
font-family: 'Roboto';
font-style: italic;
font-weight: 200;
font-stretch: 100%;
src: url(https://awrbaterias.com.br/wp-content/uploads/elementor/google-fonts/fonts/roboto-ef8e8afd.woff2) format('woff2');
unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
} @font-face {
font-family: 'Roboto';
font-style: italic;
font-weight: 200;
font-stretch: 100%;
src: url(https://awrbaterias.com.br/wp-content/uploads/elementor/google-fonts/fonts/roboto-60dc4b6f.woff2) format('woff2');
unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
} @font-face {
font-family: 'Roboto';
font-style: italic;
font-weight: 200;
font-stretch: 100%;
src: url(https://awrbaterias.com.br/wp-content/uploads/elementor/google-fonts/fonts/roboto-f8743e4d.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} @font-face {
font-family: 'Roboto';
font-style: italic;
font-weight: 300;
font-stretch: 100%;
src: url(https://awrbaterias.com.br/wp-content/uploads/elementor/google-fonts/fonts/roboto-835ffea9.woff2) format('woff2');
unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
} @font-face {
font-family: 'Roboto';
font-style: italic;
font-weight: 300;
font-stretch: 100%;
src: url(https://awrbaterias.com.br/wp-content/uploads/elementor/google-fonts/fonts/roboto-e11fa48e.woff2) format('woff2');
unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
} @font-face {
font-family: 'Roboto';
font-style: italic;
font-weight: 300;
font-stretch: 100%;
src: url(https://awrbaterias.com.br/wp-content/uploads/elementor/google-fonts/fonts/roboto-7226307b.woff2) format('woff2');
unicode-range: U+1F00-1FFF;
} @font-face {
font-family: 'Roboto';
font-style: italic;
font-weight: 300;
font-stretch: 100%;
src: url(https://awrbaterias.com.br/wp-content/uploads/elementor/google-fonts/fonts/roboto-74bd1011.woff2) format('woff2');
unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
} @font-face {
font-family: 'Roboto';
font-style: italic;
font-weight: 300;
font-stretch: 100%;
src: url(https://awrbaterias.com.br/wp-content/uploads/elementor/google-fonts/fonts/roboto-29afb485.woff2) format('woff2');
unicode-range: U+0302-0303, U+0305, U+0307-0308, U+0310, U+0312, U+0315, U+031A, U+0326-0327, U+032C, U+032F-0330, U+0332-0333, U+0338, U+033A, U+0346, U+034D, U+0391-03A1, U+03A3-03A9, U+03B1-03C9, U+03D1, U+03D5-03D6, U+03F0-03F1, U+03F4-03F5, U+2016-2017, U+2034-2038, U+203C, U+2040, U+2043, U+2047, U+2050, U+2057, U+205F, U+2070-2071, U+2074-208E, U+2090-209C, U+20D0-20DC, U+20E1, U+20E5-20EF, U+2100-2112, U+2114-2115, U+2117-2121, U+2123-214F, U+2190, U+2192, U+2194-21AE, U+21B0-21E5, U+21F1-21F2, U+21F4-2211, U+2213-2214, U+2216-22FF, U+2308-230B, U+2310, U+2319, U+231C-2321, U+2336-237A, U+237C, U+2395, U+239B-23B7, U+23D0, U+23DC-23E1, U+2474-2475, U+25AF, U+25B3, U+25B7, U+25BD, U+25C1, U+25CA, U+25CC, U+25FB, U+266D-266F, U+27C0-27FF, U+2900-2AFF, U+2B0E-2B11, U+2B30-2B4C, U+2BFE, U+3030, U+FF5B, U+FF5D, U+1D400-1D7FF, U+1EE00-1EEFF;
} @font-face {
font-family: 'Roboto';
font-style: italic;
font-weight: 300;
font-stretch: 100%;
src: url(https://awrbaterias.com.br/wp-content/uploads/elementor/google-fonts/fonts/roboto-3d87aca9.woff2) format('woff2');
unicode-range: U+0001-000C, U+000E-001F, U+007F-009F, U+20DD-20E0, U+20E2-20E4, U+2150-218F, U+2190, U+2192, U+2194-2199, U+21AF, U+21E6-21F0, U+21F3, U+2218-2219, U+2299, U+22C4-22C6, U+2300-243F, U+2440-244A, U+2460-24FF, U+25A0-27BF, U+2800-28FF, U+2921-2922, U+2981, U+29BF, U+29EB, U+2B00-2BFF, U+4DC0-4DFF, U+FFF9-FFFB, U+10140-1018E, U+10190-1019C, U+101A0, U+101D0-101FD, U+102E0-102FB, U+10E60-10E7E, U+1D2C0-1D2D3, U+1D2E0-1D37F, U+1F000-1F0FF, U+1F100-1F1AD, U+1F1E6-1F1FF, U+1F30D-1F30F, U+1F315, U+1F31C, U+1F31E, U+1F320-1F32C, U+1F336, U+1F378, U+1F37D, U+1F382, U+1F393-1F39F, U+1F3A7-1F3A8, U+1F3AC-1F3AF, U+1F3C2, U+1F3C4-1F3C6, U+1F3CA-1F3CE, U+1F3D4-1F3E0, U+1F3ED, U+1F3F1-1F3F3, U+1F3F5-1F3F7, U+1F408, U+1F415, U+1F41F, U+1F426, U+1F43F, U+1F441-1F442, U+1F444, U+1F446-1F449, U+1F44C-1F44E, U+1F453, U+1F46A, U+1F47D, U+1F4A3, U+1F4B0, U+1F4B3, U+1F4B9, U+1F4BB, U+1F4BF, U+1F4C8-1F4CB, U+1F4D6, U+1F4DA, U+1F4DF, U+1F4E3-1F4E6, U+1F4EA-1F4ED, U+1F4F7, U+1F4F9-1F4FB, U+1F4FD-1F4FE, U+1F503, U+1F507-1F50B, U+1F50D, U+1F512-1F513, U+1F53E-1F54A, U+1F54F-1F5FA, U+1F610, U+1F650-1F67F, U+1F687, U+1F68D, U+1F691, U+1F694, U+1F698, U+1F6AD, U+1F6B2, U+1F6B9-1F6BA, U+1F6BC, U+1F6C6-1F6CF, U+1F6D3-1F6D7, U+1F6E0-1F6EA, U+1F6F0-1F6F3, U+1F6F7-1F6FC, U+1F700-1F7FF, U+1F800-1F80B, U+1F810-1F847, U+1F850-1F859, U+1F860-1F887, U+1F890-1F8AD, U+1F8B0-1F8BB, U+1F8C0-1F8C1, U+1F900-1F90B, U+1F93B, U+1F946, U+1F984, U+1F996, U+1F9E9, U+1FA00-1FA6F, U+1FA70-1FA7C, U+1FA80-1FA89, U+1FA8F-1FAC6, U+1FACE-1FADC, U+1FADF-1FAE9, U+1FAF0-1FAF8, U+1FB00-1FBFF;
} @font-face {
font-family: 'Roboto';
font-style: italic;
font-weight: 300;
font-stretch: 100%;
src: url(https://awrbaterias.com.br/wp-content/uploads/elementor/google-fonts/fonts/roboto-ef8e8afd.woff2) format('woff2');
unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
} @font-face {
font-family: 'Roboto';
font-style: italic;
font-weight: 300;
font-stretch: 100%;
src: url(https://awrbaterias.com.br/wp-content/uploads/elementor/google-fonts/fonts/roboto-60dc4b6f.woff2) format('woff2');
unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
} @font-face {
font-family: 'Roboto';
font-style: italic;
font-weight: 300;
font-stretch: 100%;
src: url(https://awrbaterias.com.br/wp-content/uploads/elementor/google-fonts/fonts/roboto-f8743e4d.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} @font-face {
font-family: 'Roboto';
font-style: italic;
font-weight: 400;
font-stretch: 100%;
src: url(https://awrbaterias.com.br/wp-content/uploads/elementor/google-fonts/fonts/roboto-835ffea9.woff2) format('woff2');
unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
} @font-face {
font-family: 'Roboto';
font-style: italic;
font-weight: 400;
font-stretch: 100%;
src: url(https://awrbaterias.com.br/wp-content/uploads/elementor/google-fonts/fonts/roboto-e11fa48e.woff2) format('woff2');
unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
} @font-face {
font-family: 'Roboto';
font-style: italic;
font-weight: 400;
font-stretch: 100%;
src: url(https://awrbaterias.com.br/wp-content/uploads/elementor/google-fonts/fonts/roboto-7226307b.woff2) format('woff2');
unicode-range: U+1F00-1FFF;
} @font-face {
font-family: 'Roboto';
font-style: italic;
font-weight: 400;
font-stretch: 100%;
src: url(https://awrbaterias.com.br/wp-content/uploads/elementor/google-fonts/fonts/roboto-74bd1011.woff2) format('woff2');
unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
} @font-face {
font-family: 'Roboto';
font-style: italic;
font-weight: 400;
font-stretch: 100%;
src: url(https://awrbaterias.com.br/wp-content/uploads/elementor/google-fonts/fonts/roboto-29afb485.woff2) format('woff2');
unicode-range: U+0302-0303, U+0305, U+0307-0308, U+0310, U+0312, U+0315, U+031A, U+0326-0327, U+032C, U+032F-0330, U+0332-0333, U+0338, U+033A, U+0346, U+034D, U+0391-03A1, U+03A3-03A9, U+03B1-03C9, U+03D1, U+03D5-03D6, U+03F0-03F1, U+03F4-03F5, U+2016-2017, U+2034-2038, U+203C, U+2040, U+2043, U+2047, U+2050, U+2057, U+205F, U+2070-2071, U+2074-208E, U+2090-209C, U+20D0-20DC, U+20E1, U+20E5-20EF, U+2100-2112, U+2114-2115, U+2117-2121, U+2123-214F, U+2190, U+2192, U+2194-21AE, U+21B0-21E5, U+21F1-21F2, U+21F4-2211, U+2213-2214, U+2216-22FF, U+2308-230B, U+2310, U+2319, U+231C-2321, U+2336-237A, U+237C, U+2395, U+239B-23B7, U+23D0, U+23DC-23E1, U+2474-2475, U+25AF, U+25B3, U+25B7, U+25BD, U+25C1, U+25CA, U+25CC, U+25FB, U+266D-266F, U+27C0-27FF, U+2900-2AFF, U+2B0E-2B11, U+2B30-2B4C, U+2BFE, U+3030, U+FF5B, U+FF5D, U+1D400-1D7FF, U+1EE00-1EEFF;
} @font-face {
font-family: 'Roboto';
font-style: italic;
font-weight: 400;
font-stretch: 100%;
src: url(https://awrbaterias.com.br/wp-content/uploads/elementor/google-fonts/fonts/roboto-3d87aca9.woff2) format('woff2');
unicode-range: U+0001-000C, U+000E-001F, U+007F-009F, U+20DD-20E0, U+20E2-20E4, U+2150-218F, U+2190, U+2192, U+2194-2199, U+21AF, U+21E6-21F0, U+21F3, U+2218-2219, U+2299, U+22C4-22C6, U+2300-243F, U+2440-244A, U+2460-24FF, U+25A0-27BF, U+2800-28FF, U+2921-2922, U+2981, U+29BF, U+29EB, U+2B00-2BFF, U+4DC0-4DFF, U+FFF9-FFFB, U+10140-1018E, U+10190-1019C, U+101A0, U+101D0-101FD, U+102E0-102FB, U+10E60-10E7E, U+1D2C0-1D2D3, U+1D2E0-1D37F, U+1F000-1F0FF, U+1F100-1F1AD, U+1F1E6-1F1FF, U+1F30D-1F30F, U+1F315, U+1F31C, U+1F31E, U+1F320-1F32C, U+1F336, U+1F378, U+1F37D, U+1F382, U+1F393-1F39F, U+1F3A7-1F3A8, U+1F3AC-1F3AF, U+1F3C2, U+1F3C4-1F3C6, U+1F3CA-1F3CE, U+1F3D4-1F3E0, U+1F3ED, U+1F3F1-1F3F3, U+1F3F5-1F3F7, U+1F408, U+1F415, U+1F41F, U+1F426, U+1F43F, U+1F441-1F442, U+1F444, U+1F446-1F449, U+1F44C-1F44E, U+1F453, U+1F46A, U+1F47D, U+1F4A3, U+1F4B0, U+1F4B3, U+1F4B9, U+1F4BB, U+1F4BF, U+1F4C8-1F4CB, U+1F4D6, U+1F4DA, U+1F4DF, U+1F4E3-1F4E6, U+1F4EA-1F4ED, U+1F4F7, U+1F4F9-1F4FB, U+1F4FD-1F4FE, U+1F503, U+1F507-1F50B, U+1F50D, U+1F512-1F513, U+1F53E-1F54A, U+1F54F-1F5FA, U+1F610, U+1F650-1F67F, U+1F687, U+1F68D, U+1F691, U+1F694, U+1F698, U+1F6AD, U+1F6B2, U+1F6B9-1F6BA, U+1F6BC, U+1F6C6-1F6CF, U+1F6D3-1F6D7, U+1F6E0-1F6EA, U+1F6F0-1F6F3, U+1F6F7-1F6FC, U+1F700-1F7FF, U+1F800-1F80B, U+1F810-1F847, U+1F850-1F859, U+1F860-1F887, U+1F890-1F8AD, U+1F8B0-1F8BB, U+1F8C0-1F8C1, U+1F900-1F90B, U+1F93B, U+1F946, U+1F984, U+1F996, U+1F9E9, U+1FA00-1FA6F, U+1FA70-1FA7C, U+1FA80-1FA89, U+1FA8F-1FAC6, U+1FACE-1FADC, U+1FADF-1FAE9, U+1FAF0-1FAF8, U+1FB00-1FBFF;
} @font-face {
font-family: 'Roboto';
font-style: italic;
font-weight: 400;
font-stretch: 100%;
src: url(https://awrbaterias.com.br/wp-content/uploads/elementor/google-fonts/fonts/roboto-ef8e8afd.woff2) format('woff2');
unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
} @font-face {
font-family: 'Roboto';
font-style: italic;
font-weight: 400;
font-stretch: 100%;
src: url(https://awrbaterias.com.br/wp-content/uploads/elementor/google-fonts/fonts/roboto-60dc4b6f.woff2) format('woff2');
unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
} @font-face {
font-family: 'Roboto';
font-style: italic;
font-weight: 400;
font-stretch: 100%;
src: url(https://awrbaterias.com.br/wp-content/uploads/elementor/google-fonts/fonts/roboto-f8743e4d.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} @font-face {
font-family: 'Roboto';
font-style: italic;
font-weight: 500;
font-stretch: 100%;
src: url(https://awrbaterias.com.br/wp-content/uploads/elementor/google-fonts/fonts/roboto-835ffea9.woff2) format('woff2');
unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
} @font-face {
font-family: 'Roboto';
font-style: italic;
font-weight: 500;
font-stretch: 100%;
src: url(https://awrbaterias.com.br/wp-content/uploads/elementor/google-fonts/fonts/roboto-e11fa48e.woff2) format('woff2');
unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
} @font-face {
font-family: 'Roboto';
font-style: italic;
font-weight: 500;
font-stretch: 100%;
src: url(https://awrbaterias.com.br/wp-content/uploads/elementor/google-fonts/fonts/roboto-7226307b.woff2) format('woff2');
unicode-range: U+1F00-1FFF;
} @font-face {
font-family: 'Roboto';
font-style: italic;
font-weight: 500;
font-stretch: 100%;
src: url(https://awrbaterias.com.br/wp-content/uploads/elementor/google-fonts/fonts/roboto-74bd1011.woff2) format('woff2');
unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
} @font-face {
font-family: 'Roboto';
font-style: italic;
font-weight: 500;
font-stretch: 100%;
src: url(https://awrbaterias.com.br/wp-content/uploads/elementor/google-fonts/fonts/roboto-29afb485.woff2) format('woff2');
unicode-range: U+0302-0303, U+0305, U+0307-0308, U+0310, U+0312, U+0315, U+031A, U+0326-0327, U+032C, U+032F-0330, U+0332-0333, U+0338, U+033A, U+0346, U+034D, U+0391-03A1, U+03A3-03A9, U+03B1-03C9, U+03D1, U+03D5-03D6, U+03F0-03F1, U+03F4-03F5, U+2016-2017, U+2034-2038, U+203C, U+2040, U+2043, U+2047, U+2050, U+2057, U+205F, U+2070-2071, U+2074-208E, U+2090-209C, U+20D0-20DC, U+20E1, U+20E5-20EF, U+2100-2112, U+2114-2115, U+2117-2121, U+2123-214F, U+2190, U+2192, U+2194-21AE, U+21B0-21E5, U+21F1-21F2, U+21F4-2211, U+2213-2214, U+2216-22FF, U+2308-230B, U+2310, U+2319, U+231C-2321, U+2336-237A, U+237C, U+2395, U+239B-23B7, U+23D0, U+23DC-23E1, U+2474-2475, U+25AF, U+25B3, U+25B7, U+25BD, U+25C1, U+25CA, U+25CC, U+25FB, U+266D-266F, U+27C0-27FF, U+2900-2AFF, U+2B0E-2B11, U+2B30-2B4C, U+2BFE, U+3030, U+FF5B, U+FF5D, U+1D400-1D7FF, U+1EE00-1EEFF;
} @font-face {
font-family: 'Roboto';
font-style: italic;
font-weight: 500;
font-stretch: 100%;
src: url(https://awrbaterias.com.br/wp-content/uploads/elementor/google-fonts/fonts/roboto-3d87aca9.woff2) format('woff2');
unicode-range: U+0001-000C, U+000E-001F, U+007F-009F, U+20DD-20E0, U+20E2-20E4, U+2150-218F, U+2190, U+2192, U+2194-2199, U+21AF, U+21E6-21F0, U+21F3, U+2218-2219, U+2299, U+22C4-22C6, U+2300-243F, U+2440-244A, U+2460-24FF, U+25A0-27BF, U+2800-28FF, U+2921-2922, U+2981, U+29BF, U+29EB, U+2B00-2BFF, U+4DC0-4DFF, U+FFF9-FFFB, U+10140-1018E, U+10190-1019C, U+101A0, U+101D0-101FD, U+102E0-102FB, U+10E60-10E7E, U+1D2C0-1D2D3, U+1D2E0-1D37F, U+1F000-1F0FF, U+1F100-1F1AD, U+1F1E6-1F1FF, U+1F30D-1F30F, U+1F315, U+1F31C, U+1F31E, U+1F320-1F32C, U+1F336, U+1F378, U+1F37D, U+1F382, U+1F393-1F39F, U+1F3A7-1F3A8, U+1F3AC-1F3AF, U+1F3C2, U+1F3C4-1F3C6, U+1F3CA-1F3CE, U+1F3D4-1F3E0, U+1F3ED, U+1F3F1-1F3F3, U+1F3F5-1F3F7, U+1F408, U+1F415, U+1F41F, U+1F426, U+1F43F, U+1F441-1F442, U+1F444, U+1F446-1F449, U+1F44C-1F44E, U+1F453, U+1F46A, U+1F47D, U+1F4A3, U+1F4B0, U+1F4B3, U+1F4B9, U+1F4BB, U+1F4BF, U+1F4C8-1F4CB, U+1F4D6, U+1F4DA, U+1F4DF, U+1F4E3-1F4E6, U+1F4EA-1F4ED, U+1F4F7, U+1F4F9-1F4FB, U+1F4FD-1F4FE, U+1F503, U+1F507-1F50B, U+1F50D, U+1F512-1F513, U+1F53E-1F54A, U+1F54F-1F5FA, U+1F610, U+1F650-1F67F, U+1F687, U+1F68D, U+1F691, U+1F694, U+1F698, U+1F6AD, U+1F6B2, U+1F6B9-1F6BA, U+1F6BC, U+1F6C6-1F6CF, U+1F6D3-1F6D7, U+1F6E0-1F6EA, U+1F6F0-1F6F3, U+1F6F7-1F6FC, U+1F700-1F7FF, U+1F800-1F80B, U+1F810-1F847, U+1F850-1F859, U+1F860-1F887, U+1F890-1F8AD, U+1F8B0-1F8BB, U+1F8C0-1F8C1, U+1F900-1F90B, U+1F93B, U+1F946, U+1F984, U+1F996, U+1F9E9, U+1FA00-1FA6F, U+1FA70-1FA7C, U+1FA80-1FA89, U+1FA8F-1FAC6, U+1FACE-1FADC, U+1FADF-1FAE9, U+1FAF0-1FAF8, U+1FB00-1FBFF;
} @font-face {
font-family: 'Roboto';
font-style: italic;
font-weight: 500;
font-stretch: 100%;
src: url(https://awrbaterias.com.br/wp-content/uploads/elementor/google-fonts/fonts/roboto-ef8e8afd.woff2) format('woff2');
unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
} @font-face {
font-family: 'Roboto';
font-style: italic;
font-weight: 500;
font-stretch: 100%;
src: url(https://awrbaterias.com.br/wp-content/uploads/elementor/google-fonts/fonts/roboto-60dc4b6f.woff2) format('woff2');
unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
} @font-face {
font-family: 'Roboto';
font-style: italic;
font-weight: 500;
font-stretch: 100%;
src: url(https://awrbaterias.com.br/wp-content/uploads/elementor/google-fonts/fonts/roboto-f8743e4d.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} @font-face {
font-family: 'Roboto';
font-style: italic;
font-weight: 600;
font-stretch: 100%;
src: url(https://awrbaterias.com.br/wp-content/uploads/elementor/google-fonts/fonts/roboto-835ffea9.woff2) format('woff2');
unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
} @font-face {
font-family: 'Roboto';
font-style: italic;
font-weight: 600;
font-stretch: 100%;
src: url(https://awrbaterias.com.br/wp-content/uploads/elementor/google-fonts/fonts/roboto-e11fa48e.woff2) format('woff2');
unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
} @font-face {
font-family: 'Roboto';
font-style: italic;
font-weight: 600;
font-stretch: 100%;
src: url(https://awrbaterias.com.br/wp-content/uploads/elementor/google-fonts/fonts/roboto-7226307b.woff2) format('woff2');
unicode-range: U+1F00-1FFF;
} @font-face {
font-family: 'Roboto';
font-style: italic;
font-weight: 600;
font-stretch: 100%;
src: url(https://awrbaterias.com.br/wp-content/uploads/elementor/google-fonts/fonts/roboto-74bd1011.woff2) format('woff2');
unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
} @font-face {
font-family: 'Roboto';
font-style: italic;
font-weight: 600;
font-stretch: 100%;
src: url(https://awrbaterias.com.br/wp-content/uploads/elementor/google-fonts/fonts/roboto-29afb485.woff2) format('woff2');
unicode-range: U+0302-0303, U+0305, U+0307-0308, U+0310, U+0312, U+0315, U+031A, U+0326-0327, U+032C, U+032F-0330, U+0332-0333, U+0338, U+033A, U+0346, U+034D, U+0391-03A1, U+03A3-03A9, U+03B1-03C9, U+03D1, U+03D5-03D6, U+03F0-03F1, U+03F4-03F5, U+2016-2017, U+2034-2038, U+203C, U+2040, U+2043, U+2047, U+2050, U+2057, U+205F, U+2070-2071, U+2074-208E, U+2090-209C, U+20D0-20DC, U+20E1, U+20E5-20EF, U+2100-2112, U+2114-2115, U+2117-2121, U+2123-214F, U+2190, U+2192, U+2194-21AE, U+21B0-21E5, U+21F1-21F2, U+21F4-2211, U+2213-2214, U+2216-22FF, U+2308-230B, U+2310, U+2319, U+231C-2321, U+2336-237A, U+237C, U+2395, U+239B-23B7, U+23D0, U+23DC-23E1, U+2474-2475, U+25AF, U+25B3, U+25B7, U+25BD, U+25C1, U+25CA, U+25CC, U+25FB, U+266D-266F, U+27C0-27FF, U+2900-2AFF, U+2B0E-2B11, U+2B30-2B4C, U+2BFE, U+3030, U+FF5B, U+FF5D, U+1D400-1D7FF, U+1EE00-1EEFF;
} @font-face {
font-family: 'Roboto';
font-style: italic;
font-weight: 600;
font-stretch: 100%;
src: url(https://awrbaterias.com.br/wp-content/uploads/elementor/google-fonts/fonts/roboto-3d87aca9.woff2) format('woff2');
unicode-range: U+0001-000C, U+000E-001F, U+007F-009F, U+20DD-20E0, U+20E2-20E4, U+2150-218F, U+2190, U+2192, U+2194-2199, U+21AF, U+21E6-21F0, U+21F3, U+2218-2219, U+2299, U+22C4-22C6, U+2300-243F, U+2440-244A, U+2460-24FF, U+25A0-27BF, U+2800-28FF, U+2921-2922, U+2981, U+29BF, U+29EB, U+2B00-2BFF, U+4DC0-4DFF, U+FFF9-FFFB, U+10140-1018E, U+10190-1019C, U+101A0, U+101D0-101FD, U+102E0-102FB, U+10E60-10E7E, U+1D2C0-1D2D3, U+1D2E0-1D37F, U+1F000-1F0FF, U+1F100-1F1AD, U+1F1E6-1F1FF, U+1F30D-1F30F, U+1F315, U+1F31C, U+1F31E, U+1F320-1F32C, U+1F336, U+1F378, U+1F37D, U+1F382, U+1F393-1F39F, U+1F3A7-1F3A8, U+1F3AC-1F3AF, U+1F3C2, U+1F3C4-1F3C6, U+1F3CA-1F3CE, U+1F3D4-1F3E0, U+1F3ED, U+1F3F1-1F3F3, U+1F3F5-1F3F7, U+1F408, U+1F415, U+1F41F, U+1F426, U+1F43F, U+1F441-1F442, U+1F444, U+1F446-1F449, U+1F44C-1F44E, U+1F453, U+1F46A, U+1F47D, U+1F4A3, U+1F4B0, U+1F4B3, U+1F4B9, U+1F4BB, U+1F4BF, U+1F4C8-1F4CB, U+1F4D6, U+1F4DA, U+1F4DF, U+1F4E3-1F4E6, U+1F4EA-1F4ED, U+1F4F7, U+1F4F9-1F4FB, U+1F4FD-1F4FE, U+1F503, U+1F507-1F50B, U+1F50D, U+1F512-1F513, U+1F53E-1F54A, U+1F54F-1F5FA, U+1F610, U+1F650-1F67F, U+1F687, U+1F68D, U+1F691, U+1F694, U+1F698, U+1F6AD, U+1F6B2, U+1F6B9-1F6BA, U+1F6BC, U+1F6C6-1F6CF, U+1F6D3-1F6D7, U+1F6E0-1F6EA, U+1F6F0-1F6F3, U+1F6F7-1F6FC, U+1F700-1F7FF, U+1F800-1F80B, U+1F810-1F847, U+1F850-1F859, U+1F860-1F887, U+1F890-1F8AD, U+1F8B0-1F8BB, U+1F8C0-1F8C1, U+1F900-1F90B, U+1F93B, U+1F946, U+1F984, U+1F996, U+1F9E9, U+1FA00-1FA6F, U+1FA70-1FA7C, U+1FA80-1FA89, U+1FA8F-1FAC6, U+1FACE-1FADC, U+1FADF-1FAE9, U+1FAF0-1FAF8, U+1FB00-1FBFF;
} @font-face {
font-family: 'Roboto';
font-style: italic;
font-weight: 600;
font-stretch: 100%;
src: url(https://awrbaterias.com.br/wp-content/uploads/elementor/google-fonts/fonts/roboto-ef8e8afd.woff2) format('woff2');
unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
} @font-face {
font-family: 'Roboto';
font-style: italic;
font-weight: 600;
font-stretch: 100%;
src: url(https://awrbaterias.com.br/wp-content/uploads/elementor/google-fonts/fonts/roboto-60dc4b6f.woff2) format('woff2');
unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
} @font-face {
font-family: 'Roboto';
font-style: italic;
font-weight: 600;
font-stretch: 100%;
src: url(https://awrbaterias.com.br/wp-content/uploads/elementor/google-fonts/fonts/roboto-f8743e4d.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} @font-face {
font-family: 'Roboto';
font-style: italic;
font-weight: 700;
font-stretch: 100%;
src: url(https://awrbaterias.com.br/wp-content/uploads/elementor/google-fonts/fonts/roboto-835ffea9.woff2) format('woff2');
unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
} @font-face {
font-family: 'Roboto';
font-style: italic;
font-weight: 700;
font-stretch: 100%;
src: url(https://awrbaterias.com.br/wp-content/uploads/elementor/google-fonts/fonts/roboto-e11fa48e.woff2) format('woff2');
unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
} @font-face {
font-family: 'Roboto';
font-style: italic;
font-weight: 700;
font-stretch: 100%;
src: url(https://awrbaterias.com.br/wp-content/uploads/elementor/google-fonts/fonts/roboto-7226307b.woff2) format('woff2');
unicode-range: U+1F00-1FFF;
} @font-face {
font-family: 'Roboto';
font-style: italic;
font-weight: 700;
font-stretch: 100%;
src: url(https://awrbaterias.com.br/wp-content/uploads/elementor/google-fonts/fonts/roboto-74bd1011.woff2) format('woff2');
unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
} @font-face {
font-family: 'Roboto';
font-style: italic;
font-weight: 700;
font-stretch: 100%;
src: url(https://awrbaterias.com.br/wp-content/uploads/elementor/google-fonts/fonts/roboto-29afb485.woff2) format('woff2');
unicode-range: U+0302-0303, U+0305, U+0307-0308, U+0310, U+0312, U+0315, U+031A, U+0326-0327, U+032C, U+032F-0330, U+0332-0333, U+0338, U+033A, U+0346, U+034D, U+0391-03A1, U+03A3-03A9, U+03B1-03C9, U+03D1, U+03D5-03D6, U+03F0-03F1, U+03F4-03F5, U+2016-2017, U+2034-2038, U+203C, U+2040, U+2043, U+2047, U+2050, U+2057, U+205F, U+2070-2071, U+2074-208E, U+2090-209C, U+20D0-20DC, U+20E1, U+20E5-20EF, U+2100-2112, U+2114-2115, U+2117-2121, U+2123-214F, U+2190, U+2192, U+2194-21AE, U+21B0-21E5, U+21F1-21F2, U+21F4-2211, U+2213-2214, U+2216-22FF, U+2308-230B, U+2310, U+2319, U+231C-2321, U+2336-237A, U+237C, U+2395, U+239B-23B7, U+23D0, U+23DC-23E1, U+2474-2475, U+25AF, U+25B3, U+25B7, U+25BD, U+25C1, U+25CA, U+25CC, U+25FB, U+266D-266F, U+27C0-27FF, U+2900-2AFF, U+2B0E-2B11, U+2B30-2B4C, U+2BFE, U+3030, U+FF5B, U+FF5D, U+1D400-1D7FF, U+1EE00-1EEFF;
} @font-face {
font-family: 'Roboto';
font-style: italic;
font-weight: 700;
font-stretch: 100%;
src: url(https://awrbaterias.com.br/wp-content/uploads/elementor/google-fonts/fonts/roboto-3d87aca9.woff2) format('woff2');
unicode-range: U+0001-000C, U+000E-001F, U+007F-009F, U+20DD-20E0, U+20E2-20E4, U+2150-218F, U+2190, U+2192, U+2194-2199, U+21AF, U+21E6-21F0, U+21F3, U+2218-2219, U+2299, U+22C4-22C6, U+2300-243F, U+2440-244A, U+2460-24FF, U+25A0-27BF, U+2800-28FF, U+2921-2922, U+2981, U+29BF, U+29EB, U+2B00-2BFF, U+4DC0-4DFF, U+FFF9-FFFB, U+10140-1018E, U+10190-1019C, U+101A0, U+101D0-101FD, U+102E0-102FB, U+10E60-10E7E, U+1D2C0-1D2D3, U+1D2E0-1D37F, U+1F000-1F0FF, U+1F100-1F1AD, U+1F1E6-1F1FF, U+1F30D-1F30F, U+1F315, U+1F31C, U+1F31E, U+1F320-1F32C, U+1F336, U+1F378, U+1F37D, U+1F382, U+1F393-1F39F, U+1F3A7-1F3A8, U+1F3AC-1F3AF, U+1F3C2, U+1F3C4-1F3C6, U+1F3CA-1F3CE, U+1F3D4-1F3E0, U+1F3ED, U+1F3F1-1F3F3, U+1F3F5-1F3F7, U+1F408, U+1F415, U+1F41F, U+1F426, U+1F43F, U+1F441-1F442, U+1F444, U+1F446-1F449, U+1F44C-1F44E, U+1F453, U+1F46A, U+1F47D, U+1F4A3, U+1F4B0, U+1F4B3, U+1F4B9, U+1F4BB, U+1F4BF, U+1F4C8-1F4CB, U+1F4D6, U+1F4DA, U+1F4DF, U+1F4E3-1F4E6, U+1F4EA-1F4ED, U+1F4F7, U+1F4F9-1F4FB, U+1F4FD-1F4FE, U+1F503, U+1F507-1F50B, U+1F50D, U+1F512-1F513, U+1F53E-1F54A, U+1F54F-1F5FA, U+1F610, U+1F650-1F67F, U+1F687, U+1F68D, U+1F691, U+1F694, U+1F698, U+1F6AD, U+1F6B2, U+1F6B9-1F6BA, U+1F6BC, U+1F6C6-1F6CF, U+1F6D3-1F6D7, U+1F6E0-1F6EA, U+1F6F0-1F6F3, U+1F6F7-1F6FC, U+1F700-1F7FF, U+1F800-1F80B, U+1F810-1F847, U+1F850-1F859, U+1F860-1F887, U+1F890-1F8AD, U+1F8B0-1F8BB, U+1F8C0-1F8C1, U+1F900-1F90B, U+1F93B, U+1F946, U+1F984, U+1F996, U+1F9E9, U+1FA00-1FA6F, U+1FA70-1FA7C, U+1FA80-1FA89, U+1FA8F-1FAC6, U+1FACE-1FADC, U+1FADF-1FAE9, U+1FAF0-1FAF8, U+1FB00-1FBFF;
} @font-face {
font-family: 'Roboto';
font-style: italic;
font-weight: 700;
font-stretch: 100%;
src: url(https://awrbaterias.com.br/wp-content/uploads/elementor/google-fonts/fonts/roboto-ef8e8afd.woff2) format('woff2');
unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
} @font-face {
font-family: 'Roboto';
font-style: italic;
font-weight: 700;
font-stretch: 100%;
src: url(https://awrbaterias.com.br/wp-content/uploads/elementor/google-fonts/fonts/roboto-60dc4b6f.woff2) format('woff2');
unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
} @font-face {
font-family: 'Roboto';
font-style: italic;
font-weight: 700;
font-stretch: 100%;
src: url(https://awrbaterias.com.br/wp-content/uploads/elementor/google-fonts/fonts/roboto-f8743e4d.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} @font-face {
font-family: 'Roboto';
font-style: italic;
font-weight: 800;
font-stretch: 100%;
src: url(https://awrbaterias.com.br/wp-content/uploads/elementor/google-fonts/fonts/roboto-835ffea9.woff2) format('woff2');
unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
} @font-face {
font-family: 'Roboto';
font-style: italic;
font-weight: 800;
font-stretch: 100%;
src: url(https://awrbaterias.com.br/wp-content/uploads/elementor/google-fonts/fonts/roboto-e11fa48e.woff2) format('woff2');
unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
} @font-face {
font-family: 'Roboto';
font-style: italic;
font-weight: 800;
font-stretch: 100%;
src: url(https://awrbaterias.com.br/wp-content/uploads/elementor/google-fonts/fonts/roboto-7226307b.woff2) format('woff2');
unicode-range: U+1F00-1FFF;
} @font-face {
font-family: 'Roboto';
font-style: italic;
font-weight: 800;
font-stretch: 100%;
src: url(https://awrbaterias.com.br/wp-content/uploads/elementor/google-fonts/fonts/roboto-74bd1011.woff2) format('woff2');
unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
} @font-face {
font-family: 'Roboto';
font-style: italic;
font-weight: 800;
font-stretch: 100%;
src: url(https://awrbaterias.com.br/wp-content/uploads/elementor/google-fonts/fonts/roboto-29afb485.woff2) format('woff2');
unicode-range: U+0302-0303, U+0305, U+0307-0308, U+0310, U+0312, U+0315, U+031A, U+0326-0327, U+032C, U+032F-0330, U+0332-0333, U+0338, U+033A, U+0346, U+034D, U+0391-03A1, U+03A3-03A9, U+03B1-03C9, U+03D1, U+03D5-03D6, U+03F0-03F1, U+03F4-03F5, U+2016-2017, U+2034-2038, U+203C, U+2040, U+2043, U+2047, U+2050, U+2057, U+205F, U+2070-2071, U+2074-208E, U+2090-209C, U+20D0-20DC, U+20E1, U+20E5-20EF, U+2100-2112, U+2114-2115, U+2117-2121, U+2123-214F, U+2190, U+2192, U+2194-21AE, U+21B0-21E5, U+21F1-21F2, U+21F4-2211, U+2213-2214, U+2216-22FF, U+2308-230B, U+2310, U+2319, U+231C-2321, U+2336-237A, U+237C, U+2395, U+239B-23B7, U+23D0, U+23DC-23E1, U+2474-2475, U+25AF, U+25B3, U+25B7, U+25BD, U+25C1, U+25CA, U+25CC, U+25FB, U+266D-266F, U+27C0-27FF, U+2900-2AFF, U+2B0E-2B11, U+2B30-2B4C, U+2BFE, U+3030, U+FF5B, U+FF5D, U+1D400-1D7FF, U+1EE00-1EEFF;
} @font-face {
font-family: 'Roboto';
font-style: italic;
font-weight: 800;
font-stretch: 100%;
src: url(https://awrbaterias.com.br/wp-content/uploads/elementor/google-fonts/fonts/roboto-3d87aca9.woff2) format('woff2');
unicode-range: U+0001-000C, U+000E-001F, U+007F-009F, U+20DD-20E0, U+20E2-20E4, U+2150-218F, U+2190, U+2192, U+2194-2199, U+21AF, U+21E6-21F0, U+21F3, U+2218-2219, U+2299, U+22C4-22C6, U+2300-243F, U+2440-244A, U+2460-24FF, U+25A0-27BF, U+2800-28FF, U+2921-2922, U+2981, U+29BF, U+29EB, U+2B00-2BFF, U+4DC0-4DFF, U+FFF9-FFFB, U+10140-1018E, U+10190-1019C, U+101A0, U+101D0-101FD, U+102E0-102FB, U+10E60-10E7E, U+1D2C0-1D2D3, U+1D2E0-1D37F, U+1F000-1F0FF, U+1F100-1F1AD, U+1F1E6-1F1FF, U+1F30D-1F30F, U+1F315, U+1F31C, U+1F31E, U+1F320-1F32C, U+1F336, U+1F378, U+1F37D, U+1F382, U+1F393-1F39F, U+1F3A7-1F3A8, U+1F3AC-1F3AF, U+1F3C2, U+1F3C4-1F3C6, U+1F3CA-1F3CE, U+1F3D4-1F3E0, U+1F3ED, U+1F3F1-1F3F3, U+1F3F5-1F3F7, U+1F408, U+1F415, U+1F41F, U+1F426, U+1F43F, U+1F441-1F442, U+1F444, U+1F446-1F449, U+1F44C-1F44E, U+1F453, U+1F46A, U+1F47D, U+1F4A3, U+1F4B0, U+1F4B3, U+1F4B9, U+1F4BB, U+1F4BF, U+1F4C8-1F4CB, U+1F4D6, U+1F4DA, U+1F4DF, U+1F4E3-1F4E6, U+1F4EA-1F4ED, U+1F4F7, U+1F4F9-1F4FB, U+1F4FD-1F4FE, U+1F503, U+1F507-1F50B, U+1F50D, U+1F512-1F513, U+1F53E-1F54A, U+1F54F-1F5FA, U+1F610, U+1F650-1F67F, U+1F687, U+1F68D, U+1F691, U+1F694, U+1F698, U+1F6AD, U+1F6B2, U+1F6B9-1F6BA, U+1F6BC, U+1F6C6-1F6CF, U+1F6D3-1F6D7, U+1F6E0-1F6EA, U+1F6F0-1F6F3, U+1F6F7-1F6FC, U+1F700-1F7FF, U+1F800-1F80B, U+1F810-1F847, U+1F850-1F859, U+1F860-1F887, U+1F890-1F8AD, U+1F8B0-1F8BB, U+1F8C0-1F8C1, U+1F900-1F90B, U+1F93B, U+1F946, U+1F984, U+1F996, U+1F9E9, U+1FA00-1FA6F, U+1FA70-1FA7C, U+1FA80-1FA89, U+1FA8F-1FAC6, U+1FACE-1FADC, U+1FADF-1FAE9, U+1FAF0-1FAF8, U+1FB00-1FBFF;
} @font-face {
font-family: 'Roboto';
font-style: italic;
font-weight: 800;
font-stretch: 100%;
src: url(https://awrbaterias.com.br/wp-content/uploads/elementor/google-fonts/fonts/roboto-ef8e8afd.woff2) format('woff2');
unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
} @font-face {
font-family: 'Roboto';
font-style: italic;
font-weight: 800;
font-stretch: 100%;
src: url(https://awrbaterias.com.br/wp-content/uploads/elementor/google-fonts/fonts/roboto-60dc4b6f.woff2) format('woff2');
unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
} @font-face {
font-family: 'Roboto';
font-style: italic;
font-weight: 800;
font-stretch: 100%;
src: url(https://awrbaterias.com.br/wp-content/uploads/elementor/google-fonts/fonts/roboto-f8743e4d.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} @font-face {
font-family: 'Roboto';
font-style: italic;
font-weight: 900;
font-stretch: 100%;
src: url(https://awrbaterias.com.br/wp-content/uploads/elementor/google-fonts/fonts/roboto-835ffea9.woff2) format('woff2');
unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
} @font-face {
font-family: 'Roboto';
font-style: italic;
font-weight: 900;
font-stretch: 100%;
src: url(https://awrbaterias.com.br/wp-content/uploads/elementor/google-fonts/fonts/roboto-e11fa48e.woff2) format('woff2');
unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
} @font-face {
font-family: 'Roboto';
font-style: italic;
font-weight: 900;
font-stretch: 100%;
src: url(https://awrbaterias.com.br/wp-content/uploads/elementor/google-fonts/fonts/roboto-7226307b.woff2) format('woff2');
unicode-range: U+1F00-1FFF;
} @font-face {
font-family: 'Roboto';
font-style: italic;
font-weight: 900;
font-stretch: 100%;
src: url(https://awrbaterias.com.br/wp-content/uploads/elementor/google-fonts/fonts/roboto-74bd1011.woff2) format('woff2');
unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
} @font-face {
font-family: 'Roboto';
font-style: italic;
font-weight: 900;
font-stretch: 100%;
src: url(https://awrbaterias.com.br/wp-content/uploads/elementor/google-fonts/fonts/roboto-29afb485.woff2) format('woff2');
unicode-range: U+0302-0303, U+0305, U+0307-0308, U+0310, U+0312, U+0315, U+031A, U+0326-0327, U+032C, U+032F-0330, U+0332-0333, U+0338, U+033A, U+0346, U+034D, U+0391-03A1, U+03A3-03A9, U+03B1-03C9, U+03D1, U+03D5-03D6, U+03F0-03F1, U+03F4-03F5, U+2016-2017, U+2034-2038, U+203C, U+2040, U+2043, U+2047, U+2050, U+2057, U+205F, U+2070-2071, U+2074-208E, U+2090-209C, U+20D0-20DC, U+20E1, U+20E5-20EF, U+2100-2112, U+2114-2115, U+2117-2121, U+2123-214F, U+2190, U+2192, U+2194-21AE, U+21B0-21E5, U+21F1-21F2, U+21F4-2211, U+2213-2214, U+2216-22FF, U+2308-230B, U+2310, U+2319, U+231C-2321, U+2336-237A, U+237C, U+2395, U+239B-23B7, U+23D0, U+23DC-23E1, U+2474-2475, U+25AF, U+25B3, U+25B7, U+25BD, U+25C1, U+25CA, U+25CC, U+25FB, U+266D-266F, U+27C0-27FF, U+2900-2AFF, U+2B0E-2B11, U+2B30-2B4C, U+2BFE, U+3030, U+FF5B, U+FF5D, U+1D400-1D7FF, U+1EE00-1EEFF;
} @font-face {
font-family: 'Roboto';
font-style: italic;
font-weight: 900;
font-stretch: 100%;
src: url(https://awrbaterias.com.br/wp-content/uploads/elementor/google-fonts/fonts/roboto-3d87aca9.woff2) format('woff2');
unicode-range: U+0001-000C, U+000E-001F, U+007F-009F, U+20DD-20E0, U+20E2-20E4, U+2150-218F, U+2190, U+2192, U+2194-2199, U+21AF, U+21E6-21F0, U+21F3, U+2218-2219, U+2299, U+22C4-22C6, U+2300-243F, U+2440-244A, U+2460-24FF, U+25A0-27BF, U+2800-28FF, U+2921-2922, U+2981, U+29BF, U+29EB, U+2B00-2BFF, U+4DC0-4DFF, U+FFF9-FFFB, U+10140-1018E, U+10190-1019C, U+101A0, U+101D0-101FD, U+102E0-102FB, U+10E60-10E7E, U+1D2C0-1D2D3, U+1D2E0-1D37F, U+1F000-1F0FF, U+1F100-1F1AD, U+1F1E6-1F1FF, U+1F30D-1F30F, U+1F315, U+1F31C, U+1F31E, U+1F320-1F32C, U+1F336, U+1F378, U+1F37D, U+1F382, U+1F393-1F39F, U+1F3A7-1F3A8, U+1F3AC-1F3AF, U+1F3C2, U+1F3C4-1F3C6, U+1F3CA-1F3CE, U+1F3D4-1F3E0, U+1F3ED, U+1F3F1-1F3F3, U+1F3F5-1F3F7, U+1F408, U+1F415, U+1F41F, U+1F426, U+1F43F, U+1F441-1F442, U+1F444, U+1F446-1F449, U+1F44C-1F44E, U+1F453, U+1F46A, U+1F47D, U+1F4A3, U+1F4B0, U+1F4B3, U+1F4B9, U+1F4BB, U+1F4BF, U+1F4C8-1F4CB, U+1F4D6, U+1F4DA, U+1F4DF, U+1F4E3-1F4E6, U+1F4EA-1F4ED, U+1F4F7, U+1F4F9-1F4FB, U+1F4FD-1F4FE, U+1F503, U+1F507-1F50B, U+1F50D, U+1F512-1F513, U+1F53E-1F54A, U+1F54F-1F5FA, U+1F610, U+1F650-1F67F, U+1F687, U+1F68D, U+1F691, U+1F694, U+1F698, U+1F6AD, U+1F6B2, U+1F6B9-1F6BA, U+1F6BC, U+1F6C6-1F6CF, U+1F6D3-1F6D7, U+1F6E0-1F6EA, U+1F6F0-1F6F3, U+1F6F7-1F6FC, U+1F700-1F7FF, U+1F800-1F80B, U+1F810-1F847, U+1F850-1F859, U+1F860-1F887, U+1F890-1F8AD, U+1F8B0-1F8BB, U+1F8C0-1F8C1, U+1F900-1F90B, U+1F93B, U+1F946, U+1F984, U+1F996, U+1F9E9, U+1FA00-1FA6F, U+1FA70-1FA7C, U+1FA80-1FA89, U+1FA8F-1FAC6, U+1FACE-1FADC, U+1FADF-1FAE9, U+1FAF0-1FAF8, U+1FB00-1FBFF;
} @font-face {
font-family: 'Roboto';
font-style: italic;
font-weight: 900;
font-stretch: 100%;
src: url(https://awrbaterias.com.br/wp-content/uploads/elementor/google-fonts/fonts/roboto-ef8e8afd.woff2) format('woff2');
unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
} @font-face {
font-family: 'Roboto';
font-style: italic;
font-weight: 900;
font-stretch: 100%;
src: url(https://awrbaterias.com.br/wp-content/uploads/elementor/google-fonts/fonts/roboto-60dc4b6f.woff2) format('woff2');
unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
} @font-face {
font-family: 'Roboto';
font-style: italic;
font-weight: 900;
font-stretch: 100%;
src: url(https://awrbaterias.com.br/wp-content/uploads/elementor/google-fonts/fonts/roboto-f8743e4d.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} @font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 100;
font-stretch: 100%;
src: url(https://awrbaterias.com.br/wp-content/uploads/elementor/google-fonts/fonts/roboto-9f01c202.woff2) format('woff2');
unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
} @font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 100;
font-stretch: 100%;
src: url(https://awrbaterias.com.br/wp-content/uploads/elementor/google-fonts/fonts/roboto-82ad1387.woff2) format('woff2');
unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
} @font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 100;
font-stretch: 100%;
src: url(https://awrbaterias.com.br/wp-content/uploads/elementor/google-fonts/fonts/roboto-724acd83.woff2) format('woff2');
unicode-range: U+1F00-1FFF;
} @font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 100;
font-stretch: 100%;
src: url(https://awrbaterias.com.br/wp-content/uploads/elementor/google-fonts/fonts/roboto-aeb7f52d.woff2) format('woff2');
unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
} @font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 100;
font-stretch: 100%;
src: url(https://awrbaterias.com.br/wp-content/uploads/elementor/google-fonts/fonts/roboto-4d1fb646.woff2) format('woff2');
unicode-range: U+0302-0303, U+0305, U+0307-0308, U+0310, U+0312, U+0315, U+031A, U+0326-0327, U+032C, U+032F-0330, U+0332-0333, U+0338, U+033A, U+0346, U+034D, U+0391-03A1, U+03A3-03A9, U+03B1-03C9, U+03D1, U+03D5-03D6, U+03F0-03F1, U+03F4-03F5, U+2016-2017, U+2034-2038, U+203C, U+2040, U+2043, U+2047, U+2050, U+2057, U+205F, U+2070-2071, U+2074-208E, U+2090-209C, U+20D0-20DC, U+20E1, U+20E5-20EF, U+2100-2112, U+2114-2115, U+2117-2121, U+2123-214F, U+2190, U+2192, U+2194-21AE, U+21B0-21E5, U+21F1-21F2, U+21F4-2211, U+2213-2214, U+2216-22FF, U+2308-230B, U+2310, U+2319, U+231C-2321, U+2336-237A, U+237C, U+2395, U+239B-23B7, U+23D0, U+23DC-23E1, U+2474-2475, U+25AF, U+25B3, U+25B7, U+25BD, U+25C1, U+25CA, U+25CC, U+25FB, U+266D-266F, U+27C0-27FF, U+2900-2AFF, U+2B0E-2B11, U+2B30-2B4C, U+2BFE, U+3030, U+FF5B, U+FF5D, U+1D400-1D7FF, U+1EE00-1EEFF;
} @font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 100;
font-stretch: 100%;
src: url(https://awrbaterias.com.br/wp-content/uploads/elementor/google-fonts/fonts/roboto-b0264ac9.woff2) format('woff2');
unicode-range: U+0001-000C, U+000E-001F, U+007F-009F, U+20DD-20E0, U+20E2-20E4, U+2150-218F, U+2190, U+2192, U+2194-2199, U+21AF, U+21E6-21F0, U+21F3, U+2218-2219, U+2299, U+22C4-22C6, U+2300-243F, U+2440-244A, U+2460-24FF, U+25A0-27BF, U+2800-28FF, U+2921-2922, U+2981, U+29BF, U+29EB, U+2B00-2BFF, U+4DC0-4DFF, U+FFF9-FFFB, U+10140-1018E, U+10190-1019C, U+101A0, U+101D0-101FD, U+102E0-102FB, U+10E60-10E7E, U+1D2C0-1D2D3, U+1D2E0-1D37F, U+1F000-1F0FF, U+1F100-1F1AD, U+1F1E6-1F1FF, U+1F30D-1F30F, U+1F315, U+1F31C, U+1F31E, U+1F320-1F32C, U+1F336, U+1F378, U+1F37D, U+1F382, U+1F393-1F39F, U+1F3A7-1F3A8, U+1F3AC-1F3AF, U+1F3C2, U+1F3C4-1F3C6, U+1F3CA-1F3CE, U+1F3D4-1F3E0, U+1F3ED, U+1F3F1-1F3F3, U+1F3F5-1F3F7, U+1F408, U+1F415, U+1F41F, U+1F426, U+1F43F, U+1F441-1F442, U+1F444, U+1F446-1F449, U+1F44C-1F44E, U+1F453, U+1F46A, U+1F47D, U+1F4A3, U+1F4B0, U+1F4B3, U+1F4B9, U+1F4BB, U+1F4BF, U+1F4C8-1F4CB, U+1F4D6, U+1F4DA, U+1F4DF, U+1F4E3-1F4E6, U+1F4EA-1F4ED, U+1F4F7, U+1F4F9-1F4FB, U+1F4FD-1F4FE, U+1F503, U+1F507-1F50B, U+1F50D, U+1F512-1F513, U+1F53E-1F54A, U+1F54F-1F5FA, U+1F610, U+1F650-1F67F, U+1F687, U+1F68D, U+1F691, U+1F694, U+1F698, U+1F6AD, U+1F6B2, U+1F6B9-1F6BA, U+1F6BC, U+1F6C6-1F6CF, U+1F6D3-1F6D7, U+1F6E0-1F6EA, U+1F6F0-1F6F3, U+1F6F7-1F6FC, U+1F700-1F7FF, U+1F800-1F80B, U+1F810-1F847, U+1F850-1F859, U+1F860-1F887, U+1F890-1F8AD, U+1F8B0-1F8BB, U+1F8C0-1F8C1, U+1F900-1F90B, U+1F93B, U+1F946, U+1F984, U+1F996, U+1F9E9, U+1FA00-1FA6F, U+1FA70-1FA7C, U+1FA80-1FA89, U+1FA8F-1FAC6, U+1FACE-1FADC, U+1FADF-1FAE9, U+1FAF0-1FAF8, U+1FB00-1FBFF;
} @font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 100;
font-stretch: 100%;
src: url(https://awrbaterias.com.br/wp-content/uploads/elementor/google-fonts/fonts/roboto-bb0d2555.woff2) format('woff2');
unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
} @font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 100;
font-stretch: 100%;
src: url(https://awrbaterias.com.br/wp-content/uploads/elementor/google-fonts/fonts/roboto-c6d65aea.woff2) format('woff2');
unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
} @font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 100;
font-stretch: 100%;
src: url(https://awrbaterias.com.br/wp-content/uploads/elementor/google-fonts/fonts/roboto-1abb80a1.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} @font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 200;
font-stretch: 100%;
src: url(https://awrbaterias.com.br/wp-content/uploads/elementor/google-fonts/fonts/roboto-9f01c202.woff2) format('woff2');
unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
} @font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 200;
font-stretch: 100%;
src: url(https://awrbaterias.com.br/wp-content/uploads/elementor/google-fonts/fonts/roboto-82ad1387.woff2) format('woff2');
unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
} @font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 200;
font-stretch: 100%;
src: url(https://awrbaterias.com.br/wp-content/uploads/elementor/google-fonts/fonts/roboto-724acd83.woff2) format('woff2');
unicode-range: U+1F00-1FFF;
} @font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 200;
font-stretch: 100%;
src: url(https://awrbaterias.com.br/wp-content/uploads/elementor/google-fonts/fonts/roboto-aeb7f52d.woff2) format('woff2');
unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
} @font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 200;
font-stretch: 100%;
src: url(https://awrbaterias.com.br/wp-content/uploads/elementor/google-fonts/fonts/roboto-4d1fb646.woff2) format('woff2');
unicode-range: U+0302-0303, U+0305, U+0307-0308, U+0310, U+0312, U+0315, U+031A, U+0326-0327, U+032C, U+032F-0330, U+0332-0333, U+0338, U+033A, U+0346, U+034D, U+0391-03A1, U+03A3-03A9, U+03B1-03C9, U+03D1, U+03D5-03D6, U+03F0-03F1, U+03F4-03F5, U+2016-2017, U+2034-2038, U+203C, U+2040, U+2043, U+2047, U+2050, U+2057, U+205F, U+2070-2071, U+2074-208E, U+2090-209C, U+20D0-20DC, U+20E1, U+20E5-20EF, U+2100-2112, U+2114-2115, U+2117-2121, U+2123-214F, U+2190, U+2192, U+2194-21AE, U+21B0-21E5, U+21F1-21F2, U+21F4-2211, U+2213-2214, U+2216-22FF, U+2308-230B, U+2310, U+2319, U+231C-2321, U+2336-237A, U+237C, U+2395, U+239B-23B7, U+23D0, U+23DC-23E1, U+2474-2475, U+25AF, U+25B3, U+25B7, U+25BD, U+25C1, U+25CA, U+25CC, U+25FB, U+266D-266F, U+27C0-27FF, U+2900-2AFF, U+2B0E-2B11, U+2B30-2B4C, U+2BFE, U+3030, U+FF5B, U+FF5D, U+1D400-1D7FF, U+1EE00-1EEFF;
} @font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 200;
font-stretch: 100%;
src: url(https://awrbaterias.com.br/wp-content/uploads/elementor/google-fonts/fonts/roboto-b0264ac9.woff2) format('woff2');
unicode-range: U+0001-000C, U+000E-001F, U+007F-009F, U+20DD-20E0, U+20E2-20E4, U+2150-218F, U+2190, U+2192, U+2194-2199, U+21AF, U+21E6-21F0, U+21F3, U+2218-2219, U+2299, U+22C4-22C6, U+2300-243F, U+2440-244A, U+2460-24FF, U+25A0-27BF, U+2800-28FF, U+2921-2922, U+2981, U+29BF, U+29EB, U+2B00-2BFF, U+4DC0-4DFF, U+FFF9-FFFB, U+10140-1018E, U+10190-1019C, U+101A0, U+101D0-101FD, U+102E0-102FB, U+10E60-10E7E, U+1D2C0-1D2D3, U+1D2E0-1D37F, U+1F000-1F0FF, U+1F100-1F1AD, U+1F1E6-1F1FF, U+1F30D-1F30F, U+1F315, U+1F31C, U+1F31E, U+1F320-1F32C, U+1F336, U+1F378, U+1F37D, U+1F382, U+1F393-1F39F, U+1F3A7-1F3A8, U+1F3AC-1F3AF, U+1F3C2, U+1F3C4-1F3C6, U+1F3CA-1F3CE, U+1F3D4-1F3E0, U+1F3ED, U+1F3F1-1F3F3, U+1F3F5-1F3F7, U+1F408, U+1F415, U+1F41F, U+1F426, U+1F43F, U+1F441-1F442, U+1F444, U+1F446-1F449, U+1F44C-1F44E, U+1F453, U+1F46A, U+1F47D, U+1F4A3, U+1F4B0, U+1F4B3, U+1F4B9, U+1F4BB, U+1F4BF, U+1F4C8-1F4CB, U+1F4D6, U+1F4DA, U+1F4DF, U+1F4E3-1F4E6, U+1F4EA-1F4ED, U+1F4F7, U+1F4F9-1F4FB, U+1F4FD-1F4FE, U+1F503, U+1F507-1F50B, U+1F50D, U+1F512-1F513, U+1F53E-1F54A, U+1F54F-1F5FA, U+1F610, U+1F650-1F67F, U+1F687, U+1F68D, U+1F691, U+1F694, U+1F698, U+1F6AD, U+1F6B2, U+1F6B9-1F6BA, U+1F6BC, U+1F6C6-1F6CF, U+1F6D3-1F6D7, U+1F6E0-1F6EA, U+1F6F0-1F6F3, U+1F6F7-1F6FC, U+1F700-1F7FF, U+1F800-1F80B, U+1F810-1F847, U+1F850-1F859, U+1F860-1F887, U+1F890-1F8AD, U+1F8B0-1F8BB, U+1F8C0-1F8C1, U+1F900-1F90B, U+1F93B, U+1F946, U+1F984, U+1F996, U+1F9E9, U+1FA00-1FA6F, U+1FA70-1FA7C, U+1FA80-1FA89, U+1FA8F-1FAC6, U+1FACE-1FADC, U+1FADF-1FAE9, U+1FAF0-1FAF8, U+1FB00-1FBFF;
} @font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 200;
font-stretch: 100%;
src: url(https://awrbaterias.com.br/wp-content/uploads/elementor/google-fonts/fonts/roboto-bb0d2555.woff2) format('woff2');
unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
} @font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 200;
font-stretch: 100%;
src: url(https://awrbaterias.com.br/wp-content/uploads/elementor/google-fonts/fonts/roboto-c6d65aea.woff2) format('woff2');
unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
} @font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 200;
font-stretch: 100%;
src: url(https://awrbaterias.com.br/wp-content/uploads/elementor/google-fonts/fonts/roboto-1abb80a1.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} @font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 300;
font-stretch: 100%;
src: url(https://awrbaterias.com.br/wp-content/uploads/elementor/google-fonts/fonts/roboto-9f01c202.woff2) format('woff2');
unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
} @font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 300;
font-stretch: 100%;
src: url(https://awrbaterias.com.br/wp-content/uploads/elementor/google-fonts/fonts/roboto-82ad1387.woff2) format('woff2');
unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
} @font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 300;
font-stretch: 100%;
src: url(https://awrbaterias.com.br/wp-content/uploads/elementor/google-fonts/fonts/roboto-724acd83.woff2) format('woff2');
unicode-range: U+1F00-1FFF;
} @font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 300;
font-stretch: 100%;
src: url(https://awrbaterias.com.br/wp-content/uploads/elementor/google-fonts/fonts/roboto-aeb7f52d.woff2) format('woff2');
unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
} @font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 300;
font-stretch: 100%;
src: url(https://awrbaterias.com.br/wp-content/uploads/elementor/google-fonts/fonts/roboto-4d1fb646.woff2) format('woff2');
unicode-range: U+0302-0303, U+0305, U+0307-0308, U+0310, U+0312, U+0315, U+031A, U+0326-0327, U+032C, U+032F-0330, U+0332-0333, U+0338, U+033A, U+0346, U+034D, U+0391-03A1, U+03A3-03A9, U+03B1-03C9, U+03D1, U+03D5-03D6, U+03F0-03F1, U+03F4-03F5, U+2016-2017, U+2034-2038, U+203C, U+2040, U+2043, U+2047, U+2050, U+2057, U+205F, U+2070-2071, U+2074-208E, U+2090-209C, U+20D0-20DC, U+20E1, U+20E5-20EF, U+2100-2112, U+2114-2115, U+2117-2121, U+2123-214F, U+2190, U+2192, U+2194-21AE, U+21B0-21E5, U+21F1-21F2, U+21F4-2211, U+2213-2214, U+2216-22FF, U+2308-230B, U+2310, U+2319, U+231C-2321, U+2336-237A, U+237C, U+2395, U+239B-23B7, U+23D0, U+23DC-23E1, U+2474-2475, U+25AF, U+25B3, U+25B7, U+25BD, U+25C1, U+25CA, U+25CC, U+25FB, U+266D-266F, U+27C0-27FF, U+2900-2AFF, U+2B0E-2B11, U+2B30-2B4C, U+2BFE, U+3030, U+FF5B, U+FF5D, U+1D400-1D7FF, U+1EE00-1EEFF;
} @font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 300;
font-stretch: 100%;
src: url(https://awrbaterias.com.br/wp-content/uploads/elementor/google-fonts/fonts/roboto-b0264ac9.woff2) format('woff2');
unicode-range: U+0001-000C, U+000E-001F, U+007F-009F, U+20DD-20E0, U+20E2-20E4, U+2150-218F, U+2190, U+2192, U+2194-2199, U+21AF, U+21E6-21F0, U+21F3, U+2218-2219, U+2299, U+22C4-22C6, U+2300-243F, U+2440-244A, U+2460-24FF, U+25A0-27BF, U+2800-28FF, U+2921-2922, U+2981, U+29BF, U+29EB, U+2B00-2BFF, U+4DC0-4DFF, U+FFF9-FFFB, U+10140-1018E, U+10190-1019C, U+101A0, U+101D0-101FD, U+102E0-102FB, U+10E60-10E7E, U+1D2C0-1D2D3, U+1D2E0-1D37F, U+1F000-1F0FF, U+1F100-1F1AD, U+1F1E6-1F1FF, U+1F30D-1F30F, U+1F315, U+1F31C, U+1F31E, U+1F320-1F32C, U+1F336, U+1F378, U+1F37D, U+1F382, U+1F393-1F39F, U+1F3A7-1F3A8, U+1F3AC-1F3AF, U+1F3C2, U+1F3C4-1F3C6, U+1F3CA-1F3CE, U+1F3D4-1F3E0, U+1F3ED, U+1F3F1-1F3F3, U+1F3F5-1F3F7, U+1F408, U+1F415, U+1F41F, U+1F426, U+1F43F, U+1F441-1F442, U+1F444, U+1F446-1F449, U+1F44C-1F44E, U+1F453, U+1F46A, U+1F47D, U+1F4A3, U+1F4B0, U+1F4B3, U+1F4B9, U+1F4BB, U+1F4BF, U+1F4C8-1F4CB, U+1F4D6, U+1F4DA, U+1F4DF, U+1F4E3-1F4E6, U+1F4EA-1F4ED, U+1F4F7, U+1F4F9-1F4FB, U+1F4FD-1F4FE, U+1F503, U+1F507-1F50B, U+1F50D, U+1F512-1F513, U+1F53E-1F54A, U+1F54F-1F5FA, U+1F610, U+1F650-1F67F, U+1F687, U+1F68D, U+1F691, U+1F694, U+1F698, U+1F6AD, U+1F6B2, U+1F6B9-1F6BA, U+1F6BC, U+1F6C6-1F6CF, U+1F6D3-1F6D7, U+1F6E0-1F6EA, U+1F6F0-1F6F3, U+1F6F7-1F6FC, U+1F700-1F7FF, U+1F800-1F80B, U+1F810-1F847, U+1F850-1F859, U+1F860-1F887, U+1F890-1F8AD, U+1F8B0-1F8BB, U+1F8C0-1F8C1, U+1F900-1F90B, U+1F93B, U+1F946, U+1F984, U+1F996, U+1F9E9, U+1FA00-1FA6F, U+1FA70-1FA7C, U+1FA80-1FA89, U+1FA8F-1FAC6, U+1FACE-1FADC, U+1FADF-1FAE9, U+1FAF0-1FAF8, U+1FB00-1FBFF;
} @font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 300;
font-stretch: 100%;
src: url(https://awrbaterias.com.br/wp-content/uploads/elementor/google-fonts/fonts/roboto-bb0d2555.woff2) format('woff2');
unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
} @font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 300;
font-stretch: 100%;
src: url(https://awrbaterias.com.br/wp-content/uploads/elementor/google-fonts/fonts/roboto-c6d65aea.woff2) format('woff2');
unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
} @font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 300;
font-stretch: 100%;
src: url(https://awrbaterias.com.br/wp-content/uploads/elementor/google-fonts/fonts/roboto-1abb80a1.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} @font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 400;
font-stretch: 100%;
src: url(https://awrbaterias.com.br/wp-content/uploads/elementor/google-fonts/fonts/roboto-9f01c202.woff2) format('woff2');
unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
} @font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 400;
font-stretch: 100%;
src: url(https://awrbaterias.com.br/wp-content/uploads/elementor/google-fonts/fonts/roboto-82ad1387.woff2) format('woff2');
unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
} @font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 400;
font-stretch: 100%;
src: url(https://awrbaterias.com.br/wp-content/uploads/elementor/google-fonts/fonts/roboto-724acd83.woff2) format('woff2');
unicode-range: U+1F00-1FFF;
} @font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 400;
font-stretch: 100%;
src: url(https://awrbaterias.com.br/wp-content/uploads/elementor/google-fonts/fonts/roboto-aeb7f52d.woff2) format('woff2');
unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
} @font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 400;
font-stretch: 100%;
src: url(https://awrbaterias.com.br/wp-content/uploads/elementor/google-fonts/fonts/roboto-4d1fb646.woff2) format('woff2');
unicode-range: U+0302-0303, U+0305, U+0307-0308, U+0310, U+0312, U+0315, U+031A, U+0326-0327, U+032C, U+032F-0330, U+0332-0333, U+0338, U+033A, U+0346, U+034D, U+0391-03A1, U+03A3-03A9, U+03B1-03C9, U+03D1, U+03D5-03D6, U+03F0-03F1, U+03F4-03F5, U+2016-2017, U+2034-2038, U+203C, U+2040, U+2043, U+2047, U+2050, U+2057, U+205F, U+2070-2071, U+2074-208E, U+2090-209C, U+20D0-20DC, U+20E1, U+20E5-20EF, U+2100-2112, U+2114-2115, U+2117-2121, U+2123-214F, U+2190, U+2192, U+2194-21AE, U+21B0-21E5, U+21F1-21F2, U+21F4-2211, U+2213-2214, U+2216-22FF, U+2308-230B, U+2310, U+2319, U+231C-2321, U+2336-237A, U+237C, U+2395, U+239B-23B7, U+23D0, U+23DC-23E1, U+2474-2475, U+25AF, U+25B3, U+25B7, U+25BD, U+25C1, U+25CA, U+25CC, U+25FB, U+266D-266F, U+27C0-27FF, U+2900-2AFF, U+2B0E-2B11, U+2B30-2B4C, U+2BFE, U+3030, U+FF5B, U+FF5D, U+1D400-1D7FF, U+1EE00-1EEFF;
} @font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 400;
font-stretch: 100%;
src: url(https://awrbaterias.com.br/wp-content/uploads/elementor/google-fonts/fonts/roboto-b0264ac9.woff2) format('woff2');
unicode-range: U+0001-000C, U+000E-001F, U+007F-009F, U+20DD-20E0, U+20E2-20E4, U+2150-218F, U+2190, U+2192, U+2194-2199, U+21AF, U+21E6-21F0, U+21F3, U+2218-2219, U+2299, U+22C4-22C6, U+2300-243F, U+2440-244A, U+2460-24FF, U+25A0-27BF, U+2800-28FF, U+2921-2922, U+2981, U+29BF, U+29EB, U+2B00-2BFF, U+4DC0-4DFF, U+FFF9-FFFB, U+10140-1018E, U+10190-1019C, U+101A0, U+101D0-101FD, U+102E0-102FB, U+10E60-10E7E, U+1D2C0-1D2D3, U+1D2E0-1D37F, U+1F000-1F0FF, U+1F100-1F1AD, U+1F1E6-1F1FF, U+1F30D-1F30F, U+1F315, U+1F31C, U+1F31E, U+1F320-1F32C, U+1F336, U+1F378, U+1F37D, U+1F382, U+1F393-1F39F, U+1F3A7-1F3A8, U+1F3AC-1F3AF, U+1F3C2, U+1F3C4-1F3C6, U+1F3CA-1F3CE, U+1F3D4-1F3E0, U+1F3ED, U+1F3F1-1F3F3, U+1F3F5-1F3F7, U+1F408, U+1F415, U+1F41F, U+1F426, U+1F43F, U+1F441-1F442, U+1F444, U+1F446-1F449, U+1F44C-1F44E, U+1F453, U+1F46A, U+1F47D, U+1F4A3, U+1F4B0, U+1F4B3, U+1F4B9, U+1F4BB, U+1F4BF, U+1F4C8-1F4CB, U+1F4D6, U+1F4DA, U+1F4DF, U+1F4E3-1F4E6, U+1F4EA-1F4ED, U+1F4F7, U+1F4F9-1F4FB, U+1F4FD-1F4FE, U+1F503, U+1F507-1F50B, U+1F50D, U+1F512-1F513, U+1F53E-1F54A, U+1F54F-1F5FA, U+1F610, U+1F650-1F67F, U+1F687, U+1F68D, U+1F691, U+1F694, U+1F698, U+1F6AD, U+1F6B2, U+1F6B9-1F6BA, U+1F6BC, U+1F6C6-1F6CF, U+1F6D3-1F6D7, U+1F6E0-1F6EA, U+1F6F0-1F6F3, U+1F6F7-1F6FC, U+1F700-1F7FF, U+1F800-1F80B, U+1F810-1F847, U+1F850-1F859, U+1F860-1F887, U+1F890-1F8AD, U+1F8B0-1F8BB, U+1F8C0-1F8C1, U+1F900-1F90B, U+1F93B, U+1F946, U+1F984, U+1F996, U+1F9E9, U+1FA00-1FA6F, U+1FA70-1FA7C, U+1FA80-1FA89, U+1FA8F-1FAC6, U+1FACE-1FADC, U+1FADF-1FAE9, U+1FAF0-1FAF8, U+1FB00-1FBFF;
} @font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 400;
font-stretch: 100%;
src: url(https://awrbaterias.com.br/wp-content/uploads/elementor/google-fonts/fonts/roboto-bb0d2555.woff2) format('woff2');
unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
} @font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 400;
font-stretch: 100%;
src: url(https://awrbaterias.com.br/wp-content/uploads/elementor/google-fonts/fonts/roboto-c6d65aea.woff2) format('woff2');
unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
} @font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 400;
font-stretch: 100%;
src: url(https://awrbaterias.com.br/wp-content/uploads/elementor/google-fonts/fonts/roboto-1abb80a1.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} @font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 500;
font-stretch: 100%;
src: url(https://awrbaterias.com.br/wp-content/uploads/elementor/google-fonts/fonts/roboto-9f01c202.woff2) format('woff2');
unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
} @font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 500;
font-stretch: 100%;
src: url(https://awrbaterias.com.br/wp-content/uploads/elementor/google-fonts/fonts/roboto-82ad1387.woff2) format('woff2');
unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
} @font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 500;
font-stretch: 100%;
src: url(https://awrbaterias.com.br/wp-content/uploads/elementor/google-fonts/fonts/roboto-724acd83.woff2) format('woff2');
unicode-range: U+1F00-1FFF;
} @font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 500;
font-stretch: 100%;
src: url(https://awrbaterias.com.br/wp-content/uploads/elementor/google-fonts/fonts/roboto-aeb7f52d.woff2) format('woff2');
unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
} @font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 500;
font-stretch: 100%;
src: url(https://awrbaterias.com.br/wp-content/uploads/elementor/google-fonts/fonts/roboto-4d1fb646.woff2) format('woff2');
unicode-range: U+0302-0303, U+0305, U+0307-0308, U+0310, U+0312, U+0315, U+031A, U+0326-0327, U+032C, U+032F-0330, U+0332-0333, U+0338, U+033A, U+0346, U+034D, U+0391-03A1, U+03A3-03A9, U+03B1-03C9, U+03D1, U+03D5-03D6, U+03F0-03F1, U+03F4-03F5, U+2016-2017, U+2034-2038, U+203C, U+2040, U+2043, U+2047, U+2050, U+2057, U+205F, U+2070-2071, U+2074-208E, U+2090-209C, U+20D0-20DC, U+20E1, U+20E5-20EF, U+2100-2112, U+2114-2115, U+2117-2121, U+2123-214F, U+2190, U+2192, U+2194-21AE, U+21B0-21E5, U+21F1-21F2, U+21F4-2211, U+2213-2214, U+2216-22FF, U+2308-230B, U+2310, U+2319, U+231C-2321, U+2336-237A, U+237C, U+2395, U+239B-23B7, U+23D0, U+23DC-23E1, U+2474-2475, U+25AF, U+25B3, U+25B7, U+25BD, U+25C1, U+25CA, U+25CC, U+25FB, U+266D-266F, U+27C0-27FF, U+2900-2AFF, U+2B0E-2B11, U+2B30-2B4C, U+2BFE, U+3030, U+FF5B, U+FF5D, U+1D400-1D7FF, U+1EE00-1EEFF;
} @font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 500;
font-stretch: 100%;
src: url(https://awrbaterias.com.br/wp-content/uploads/elementor/google-fonts/fonts/roboto-b0264ac9.woff2) format('woff2');
unicode-range: U+0001-000C, U+000E-001F, U+007F-009F, U+20DD-20E0, U+20E2-20E4, U+2150-218F, U+2190, U+2192, U+2194-2199, U+21AF, U+21E6-21F0, U+21F3, U+2218-2219, U+2299, U+22C4-22C6, U+2300-243F, U+2440-244A, U+2460-24FF, U+25A0-27BF, U+2800-28FF, U+2921-2922, U+2981, U+29BF, U+29EB, U+2B00-2BFF, U+4DC0-4DFF, U+FFF9-FFFB, U+10140-1018E, U+10190-1019C, U+101A0, U+101D0-101FD, U+102E0-102FB, U+10E60-10E7E, U+1D2C0-1D2D3, U+1D2E0-1D37F, U+1F000-1F0FF, U+1F100-1F1AD, U+1F1E6-1F1FF, U+1F30D-1F30F, U+1F315, U+1F31C, U+1F31E, U+1F320-1F32C, U+1F336, U+1F378, U+1F37D, U+1F382, U+1F393-1F39F, U+1F3A7-1F3A8, U+1F3AC-1F3AF, U+1F3C2, U+1F3C4-1F3C6, U+1F3CA-1F3CE, U+1F3D4-1F3E0, U+1F3ED, U+1F3F1-1F3F3, U+1F3F5-1F3F7, U+1F408, U+1F415, U+1F41F, U+1F426, U+1F43F, U+1F441-1F442, U+1F444, U+1F446-1F449, U+1F44C-1F44E, U+1F453, U+1F46A, U+1F47D, U+1F4A3, U+1F4B0, U+1F4B3, U+1F4B9, U+1F4BB, U+1F4BF, U+1F4C8-1F4CB, U+1F4D6, U+1F4DA, U+1F4DF, U+1F4E3-1F4E6, U+1F4EA-1F4ED, U+1F4F7, U+1F4F9-1F4FB, U+1F4FD-1F4FE, U+1F503, U+1F507-1F50B, U+1F50D, U+1F512-1F513, U+1F53E-1F54A, U+1F54F-1F5FA, U+1F610, U+1F650-1F67F, U+1F687, U+1F68D, U+1F691, U+1F694, U+1F698, U+1F6AD, U+1F6B2, U+1F6B9-1F6BA, U+1F6BC, U+1F6C6-1F6CF, U+1F6D3-1F6D7, U+1F6E0-1F6EA, U+1F6F0-1F6F3, U+1F6F7-1F6FC, U+1F700-1F7FF, U+1F800-1F80B, U+1F810-1F847, U+1F850-1F859, U+1F860-1F887, U+1F890-1F8AD, U+1F8B0-1F8BB, U+1F8C0-1F8C1, U+1F900-1F90B, U+1F93B, U+1F946, U+1F984, U+1F996, U+1F9E9, U+1FA00-1FA6F, U+1FA70-1FA7C, U+1FA80-1FA89, U+1FA8F-1FAC6, U+1FACE-1FADC, U+1FADF-1FAE9, U+1FAF0-1FAF8, U+1FB00-1FBFF;
} @font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 500;
font-stretch: 100%;
src: url(https://awrbaterias.com.br/wp-content/uploads/elementor/google-fonts/fonts/roboto-bb0d2555.woff2) format('woff2');
unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
} @font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 500;
font-stretch: 100%;
src: url(https://awrbaterias.com.br/wp-content/uploads/elementor/google-fonts/fonts/roboto-c6d65aea.woff2) format('woff2');
unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
} @font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 500;
font-stretch: 100%;
src: url(https://awrbaterias.com.br/wp-content/uploads/elementor/google-fonts/fonts/roboto-1abb80a1.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} @font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 600;
font-stretch: 100%;
src: url(https://awrbaterias.com.br/wp-content/uploads/elementor/google-fonts/fonts/roboto-9f01c202.woff2) format('woff2');
unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
} @font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 600;
font-stretch: 100%;
src: url(https://awrbaterias.com.br/wp-content/uploads/elementor/google-fonts/fonts/roboto-82ad1387.woff2) format('woff2');
unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
} @font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 600;
font-stretch: 100%;
src: url(https://awrbaterias.com.br/wp-content/uploads/elementor/google-fonts/fonts/roboto-724acd83.woff2) format('woff2');
unicode-range: U+1F00-1FFF;
} @font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 600;
font-stretch: 100%;
src: url(https://awrbaterias.com.br/wp-content/uploads/elementor/google-fonts/fonts/roboto-aeb7f52d.woff2) format('woff2');
unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
} @font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 600;
font-stretch: 100%;
src: url(https://awrbaterias.com.br/wp-content/uploads/elementor/google-fonts/fonts/roboto-4d1fb646.woff2) format('woff2');
unicode-range: U+0302-0303, U+0305, U+0307-0308, U+0310, U+0312, U+0315, U+031A, U+0326-0327, U+032C, U+032F-0330, U+0332-0333, U+0338, U+033A, U+0346, U+034D, U+0391-03A1, U+03A3-03A9, U+03B1-03C9, U+03D1, U+03D5-03D6, U+03F0-03F1, U+03F4-03F5, U+2016-2017, U+2034-2038, U+203C, U+2040, U+2043, U+2047, U+2050, U+2057, U+205F, U+2070-2071, U+2074-208E, U+2090-209C, U+20D0-20DC, U+20E1, U+20E5-20EF, U+2100-2112, U+2114-2115, U+2117-2121, U+2123-214F, U+2190, U+2192, U+2194-21AE, U+21B0-21E5, U+21F1-21F2, U+21F4-2211, U+2213-2214, U+2216-22FF, U+2308-230B, U+2310, U+2319, U+231C-2321, U+2336-237A, U+237C, U+2395, U+239B-23B7, U+23D0, U+23DC-23E1, U+2474-2475, U+25AF, U+25B3, U+25B7, U+25BD, U+25C1, U+25CA, U+25CC, U+25FB, U+266D-266F, U+27C0-27FF, U+2900-2AFF, U+2B0E-2B11, U+2B30-2B4C, U+2BFE, U+3030, U+FF5B, U+FF5D, U+1D400-1D7FF, U+1EE00-1EEFF;
} @font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 600;
font-stretch: 100%;
src: url(https://awrbaterias.com.br/wp-content/uploads/elementor/google-fonts/fonts/roboto-b0264ac9.woff2) format('woff2');
unicode-range: U+0001-000C, U+000E-001F, U+007F-009F, U+20DD-20E0, U+20E2-20E4, U+2150-218F, U+2190, U+2192, U+2194-2199, U+21AF, U+21E6-21F0, U+21F3, U+2218-2219, U+2299, U+22C4-22C6, U+2300-243F, U+2440-244A, U+2460-24FF, U+25A0-27BF, U+2800-28FF, U+2921-2922, U+2981, U+29BF, U+29EB, U+2B00-2BFF, U+4DC0-4DFF, U+FFF9-FFFB, U+10140-1018E, U+10190-1019C, U+101A0, U+101D0-101FD, U+102E0-102FB, U+10E60-10E7E, U+1D2C0-1D2D3, U+1D2E0-1D37F, U+1F000-1F0FF, U+1F100-1F1AD, U+1F1E6-1F1FF, U+1F30D-1F30F, U+1F315, U+1F31C, U+1F31E, U+1F320-1F32C, U+1F336, U+1F378, U+1F37D, U+1F382, U+1F393-1F39F, U+1F3A7-1F3A8, U+1F3AC-1F3AF, U+1F3C2, U+1F3C4-1F3C6, U+1F3CA-1F3CE, U+1F3D4-1F3E0, U+1F3ED, U+1F3F1-1F3F3, U+1F3F5-1F3F7, U+1F408, U+1F415, U+1F41F, U+1F426, U+1F43F, U+1F441-1F442, U+1F444, U+1F446-1F449, U+1F44C-1F44E, U+1F453, U+1F46A, U+1F47D, U+1F4A3, U+1F4B0, U+1F4B3, U+1F4B9, U+1F4BB, U+1F4BF, U+1F4C8-1F4CB, U+1F4D6, U+1F4DA, U+1F4DF, U+1F4E3-1F4E6, U+1F4EA-1F4ED, U+1F4F7, U+1F4F9-1F4FB, U+1F4FD-1F4FE, U+1F503, U+1F507-1F50B, U+1F50D, U+1F512-1F513, U+1F53E-1F54A, U+1F54F-1F5FA, U+1F610, U+1F650-1F67F, U+1F687, U+1F68D, U+1F691, U+1F694, U+1F698, U+1F6AD, U+1F6B2, U+1F6B9-1F6BA, U+1F6BC, U+1F6C6-1F6CF, U+1F6D3-1F6D7, U+1F6E0-1F6EA, U+1F6F0-1F6F3, U+1F6F7-1F6FC, U+1F700-1F7FF, U+1F800-1F80B, U+1F810-1F847, U+1F850-1F859, U+1F860-1F887, U+1F890-1F8AD, U+1F8B0-1F8BB, U+1F8C0-1F8C1, U+1F900-1F90B, U+1F93B, U+1F946, U+1F984, U+1F996, U+1F9E9, U+1FA00-1FA6F, U+1FA70-1FA7C, U+1FA80-1FA89, U+1FA8F-1FAC6, U+1FACE-1FADC, U+1FADF-1FAE9, U+1FAF0-1FAF8, U+1FB00-1FBFF;
} @font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 600;
font-stretch: 100%;
src: url(https://awrbaterias.com.br/wp-content/uploads/elementor/google-fonts/fonts/roboto-bb0d2555.woff2) format('woff2');
unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
} @font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 600;
font-stretch: 100%;
src: url(https://awrbaterias.com.br/wp-content/uploads/elementor/google-fonts/fonts/roboto-c6d65aea.woff2) format('woff2');
unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
} @font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 600;
font-stretch: 100%;
src: url(https://awrbaterias.com.br/wp-content/uploads/elementor/google-fonts/fonts/roboto-1abb80a1.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} @font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 700;
font-stretch: 100%;
src: url(https://awrbaterias.com.br/wp-content/uploads/elementor/google-fonts/fonts/roboto-9f01c202.woff2) format('woff2');
unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
} @font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 700;
font-stretch: 100%;
src: url(https://awrbaterias.com.br/wp-content/uploads/elementor/google-fonts/fonts/roboto-82ad1387.woff2) format('woff2');
unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
} @font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 700;
font-stretch: 100%;
src: url(https://awrbaterias.com.br/wp-content/uploads/elementor/google-fonts/fonts/roboto-724acd83.woff2) format('woff2');
unicode-range: U+1F00-1FFF;
} @font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 700;
font-stretch: 100%;
src: url(https://awrbaterias.com.br/wp-content/uploads/elementor/google-fonts/fonts/roboto-aeb7f52d.woff2) format('woff2');
unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
} @font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 700;
font-stretch: 100%;
src: url(https://awrbaterias.com.br/wp-content/uploads/elementor/google-fonts/fonts/roboto-4d1fb646.woff2) format('woff2');
unicode-range: U+0302-0303, U+0305, U+0307-0308, U+0310, U+0312, U+0315, U+031A, U+0326-0327, U+032C, U+032F-0330, U+0332-0333, U+0338, U+033A, U+0346, U+034D, U+0391-03A1, U+03A3-03A9, U+03B1-03C9, U+03D1, U+03D5-03D6, U+03F0-03F1, U+03F4-03F5, U+2016-2017, U+2034-2038, U+203C, U+2040, U+2043, U+2047, U+2050, U+2057, U+205F, U+2070-2071, U+2074-208E, U+2090-209C, U+20D0-20DC, U+20E1, U+20E5-20EF, U+2100-2112, U+2114-2115, U+2117-2121, U+2123-214F, U+2190, U+2192, U+2194-21AE, U+21B0-21E5, U+21F1-21F2, U+21F4-2211, U+2213-2214, U+2216-22FF, U+2308-230B, U+2310, U+2319, U+231C-2321, U+2336-237A, U+237C, U+2395, U+239B-23B7, U+23D0, U+23DC-23E1, U+2474-2475, U+25AF, U+25B3, U+25B7, U+25BD, U+25C1, U+25CA, U+25CC, U+25FB, U+266D-266F, U+27C0-27FF, U+2900-2AFF, U+2B0E-2B11, U+2B30-2B4C, U+2BFE, U+3030, U+FF5B, U+FF5D, U+1D400-1D7FF, U+1EE00-1EEFF;
} @font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 700;
font-stretch: 100%;
src: url(https://awrbaterias.com.br/wp-content/uploads/elementor/google-fonts/fonts/roboto-b0264ac9.woff2) format('woff2');
unicode-range: U+0001-000C, U+000E-001F, U+007F-009F, U+20DD-20E0, U+20E2-20E4, U+2150-218F, U+2190, U+2192, U+2194-2199, U+21AF, U+21E6-21F0, U+21F3, U+2218-2219, U+2299, U+22C4-22C6, U+2300-243F, U+2440-244A, U+2460-24FF, U+25A0-27BF, U+2800-28FF, U+2921-2922, U+2981, U+29BF, U+29EB, U+2B00-2BFF, U+4DC0-4DFF, U+FFF9-FFFB, U+10140-1018E, U+10190-1019C, U+101A0, U+101D0-101FD, U+102E0-102FB, U+10E60-10E7E, U+1D2C0-1D2D3, U+1D2E0-1D37F, U+1F000-1F0FF, U+1F100-1F1AD, U+1F1E6-1F1FF, U+1F30D-1F30F, U+1F315, U+1F31C, U+1F31E, U+1F320-1F32C, U+1F336, U+1F378, U+1F37D, U+1F382, U+1F393-1F39F, U+1F3A7-1F3A8, U+1F3AC-1F3AF, U+1F3C2, U+1F3C4-1F3C6, U+1F3CA-1F3CE, U+1F3D4-1F3E0, U+1F3ED, U+1F3F1-1F3F3, U+1F3F5-1F3F7, U+1F408, U+1F415, U+1F41F, U+1F426, U+1F43F, U+1F441-1F442, U+1F444, U+1F446-1F449, U+1F44C-1F44E, U+1F453, U+1F46A, U+1F47D, U+1F4A3, U+1F4B0, U+1F4B3, U+1F4B9, U+1F4BB, U+1F4BF, U+1F4C8-1F4CB, U+1F4D6, U+1F4DA, U+1F4DF, U+1F4E3-1F4E6, U+1F4EA-1F4ED, U+1F4F7, U+1F4F9-1F4FB, U+1F4FD-1F4FE, U+1F503, U+1F507-1F50B, U+1F50D, U+1F512-1F513, U+1F53E-1F54A, U+1F54F-1F5FA, U+1F610, U+1F650-1F67F, U+1F687, U+1F68D, U+1F691, U+1F694, U+1F698, U+1F6AD, U+1F6B2, U+1F6B9-1F6BA, U+1F6BC, U+1F6C6-1F6CF, U+1F6D3-1F6D7, U+1F6E0-1F6EA, U+1F6F0-1F6F3, U+1F6F7-1F6FC, U+1F700-1F7FF, U+1F800-1F80B, U+1F810-1F847, U+1F850-1F859, U+1F860-1F887, U+1F890-1F8AD, U+1F8B0-1F8BB, U+1F8C0-1F8C1, U+1F900-1F90B, U+1F93B, U+1F946, U+1F984, U+1F996, U+1F9E9, U+1FA00-1FA6F, U+1FA70-1FA7C, U+1FA80-1FA89, U+1FA8F-1FAC6, U+1FACE-1FADC, U+1FADF-1FAE9, U+1FAF0-1FAF8, U+1FB00-1FBFF;
} @font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 700;
font-stretch: 100%;
src: url(https://awrbaterias.com.br/wp-content/uploads/elementor/google-fonts/fonts/roboto-bb0d2555.woff2) format('woff2');
unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
} @font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 700;
font-stretch: 100%;
src: url(https://awrbaterias.com.br/wp-content/uploads/elementor/google-fonts/fonts/roboto-c6d65aea.woff2) format('woff2');
unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
} @font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 700;
font-stretch: 100%;
src: url(https://awrbaterias.com.br/wp-content/uploads/elementor/google-fonts/fonts/roboto-1abb80a1.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} @font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 800;
font-stretch: 100%;
src: url(https://awrbaterias.com.br/wp-content/uploads/elementor/google-fonts/fonts/roboto-9f01c202.woff2) format('woff2');
unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
} @font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 800;
font-stretch: 100%;
src: url(https://awrbaterias.com.br/wp-content/uploads/elementor/google-fonts/fonts/roboto-82ad1387.woff2) format('woff2');
unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
} @font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 800;
font-stretch: 100%;
src: url(https://awrbaterias.com.br/wp-content/uploads/elementor/google-fonts/fonts/roboto-724acd83.woff2) format('woff2');
unicode-range: U+1F00-1FFF;
} @font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 800;
font-stretch: 100%;
src: url(https://awrbaterias.com.br/wp-content/uploads/elementor/google-fonts/fonts/roboto-aeb7f52d.woff2) format('woff2');
unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
} @font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 800;
font-stretch: 100%;
src: url(https://awrbaterias.com.br/wp-content/uploads/elementor/google-fonts/fonts/roboto-4d1fb646.woff2) format('woff2');
unicode-range: U+0302-0303, U+0305, U+0307-0308, U+0310, U+0312, U+0315, U+031A, U+0326-0327, U+032C, U+032F-0330, U+0332-0333, U+0338, U+033A, U+0346, U+034D, U+0391-03A1, U+03A3-03A9, U+03B1-03C9, U+03D1, U+03D5-03D6, U+03F0-03F1, U+03F4-03F5, U+2016-2017, U+2034-2038, U+203C, U+2040, U+2043, U+2047, U+2050, U+2057, U+205F, U+2070-2071, U+2074-208E, U+2090-209C, U+20D0-20DC, U+20E1, U+20E5-20EF, U+2100-2112, U+2114-2115, U+2117-2121, U+2123-214F, U+2190, U+2192, U+2194-21AE, U+21B0-21E5, U+21F1-21F2, U+21F4-2211, U+2213-2214, U+2216-22FF, U+2308-230B, U+2310, U+2319, U+231C-2321, U+2336-237A, U+237C, U+2395, U+239B-23B7, U+23D0, U+23DC-23E1, U+2474-2475, U+25AF, U+25B3, U+25B7, U+25BD, U+25C1, U+25CA, U+25CC, U+25FB, U+266D-266F, U+27C0-27FF, U+2900-2AFF, U+2B0E-2B11, U+2B30-2B4C, U+2BFE, U+3030, U+FF5B, U+FF5D, U+1D400-1D7FF, U+1EE00-1EEFF;
} @font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 800;
font-stretch: 100%;
src: url(https://awrbaterias.com.br/wp-content/uploads/elementor/google-fonts/fonts/roboto-b0264ac9.woff2) format('woff2');
unicode-range: U+0001-000C, U+000E-001F, U+007F-009F, U+20DD-20E0, U+20E2-20E4, U+2150-218F, U+2190, U+2192, U+2194-2199, U+21AF, U+21E6-21F0, U+21F3, U+2218-2219, U+2299, U+22C4-22C6, U+2300-243F, U+2440-244A, U+2460-24FF, U+25A0-27BF, U+2800-28FF, U+2921-2922, U+2981, U+29BF, U+29EB, U+2B00-2BFF, U+4DC0-4DFF, U+FFF9-FFFB, U+10140-1018E, U+10190-1019C, U+101A0, U+101D0-101FD, U+102E0-102FB, U+10E60-10E7E, U+1D2C0-1D2D3, U+1D2E0-1D37F, U+1F000-1F0FF, U+1F100-1F1AD, U+1F1E6-1F1FF, U+1F30D-1F30F, U+1F315, U+1F31C, U+1F31E, U+1F320-1F32C, U+1F336, U+1F378, U+1F37D, U+1F382, U+1F393-1F39F, U+1F3A7-1F3A8, U+1F3AC-1F3AF, U+1F3C2, U+1F3C4-1F3C6, U+1F3CA-1F3CE, U+1F3D4-1F3E0, U+1F3ED, U+1F3F1-1F3F3, U+1F3F5-1F3F7, U+1F408, U+1F415, U+1F41F, U+1F426, U+1F43F, U+1F441-1F442, U+1F444, U+1F446-1F449, U+1F44C-1F44E, U+1F453, U+1F46A, U+1F47D, U+1F4A3, U+1F4B0, U+1F4B3, U+1F4B9, U+1F4BB, U+1F4BF, U+1F4C8-1F4CB, U+1F4D6, U+1F4DA, U+1F4DF, U+1F4E3-1F4E6, U+1F4EA-1F4ED, U+1F4F7, U+1F4F9-1F4FB, U+1F4FD-1F4FE, U+1F503, U+1F507-1F50B, U+1F50D, U+1F512-1F513, U+1F53E-1F54A, U+1F54F-1F5FA, U+1F610, U+1F650-1F67F, U+1F687, U+1F68D, U+1F691, U+1F694, U+1F698, U+1F6AD, U+1F6B2, U+1F6B9-1F6BA, U+1F6BC, U+1F6C6-1F6CF, U+1F6D3-1F6D7, U+1F6E0-1F6EA, U+1F6F0-1F6F3, U+1F6F7-1F6FC, U+1F700-1F7FF, U+1F800-1F80B, U+1F810-1F847, U+1F850-1F859, U+1F860-1F887, U+1F890-1F8AD, U+1F8B0-1F8BB, U+1F8C0-1F8C1, U+1F900-1F90B, U+1F93B, U+1F946, U+1F984, U+1F996, U+1F9E9, U+1FA00-1FA6F, U+1FA70-1FA7C, U+1FA80-1FA89, U+1FA8F-1FAC6, U+1FACE-1FADC, U+1FADF-1FAE9, U+1FAF0-1FAF8, U+1FB00-1FBFF;
} @font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 800;
font-stretch: 100%;
src: url(https://awrbaterias.com.br/wp-content/uploads/elementor/google-fonts/fonts/roboto-bb0d2555.woff2) format('woff2');
unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
} @font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 800;
font-stretch: 100%;
src: url(https://awrbaterias.com.br/wp-content/uploads/elementor/google-fonts/fonts/roboto-c6d65aea.woff2) format('woff2');
unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
} @font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 800;
font-stretch: 100%;
src: url(https://awrbaterias.com.br/wp-content/uploads/elementor/google-fonts/fonts/roboto-1abb80a1.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} @font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 900;
font-stretch: 100%;
src: url(https://awrbaterias.com.br/wp-content/uploads/elementor/google-fonts/fonts/roboto-9f01c202.woff2) format('woff2');
unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
} @font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 900;
font-stretch: 100%;
src: url(https://awrbaterias.com.br/wp-content/uploads/elementor/google-fonts/fonts/roboto-82ad1387.woff2) format('woff2');
unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
} @font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 900;
font-stretch: 100%;
src: url(https://awrbaterias.com.br/wp-content/uploads/elementor/google-fonts/fonts/roboto-724acd83.woff2) format('woff2');
unicode-range: U+1F00-1FFF;
} @font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 900;
font-stretch: 100%;
src: url(https://awrbaterias.com.br/wp-content/uploads/elementor/google-fonts/fonts/roboto-aeb7f52d.woff2) format('woff2');
unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
} @font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 900;
font-stretch: 100%;
src: url(https://awrbaterias.com.br/wp-content/uploads/elementor/google-fonts/fonts/roboto-4d1fb646.woff2) format('woff2');
unicode-range: U+0302-0303, U+0305, U+0307-0308, U+0310, U+0312, U+0315, U+031A, U+0326-0327, U+032C, U+032F-0330, U+0332-0333, U+0338, U+033A, U+0346, U+034D, U+0391-03A1, U+03A3-03A9, U+03B1-03C9, U+03D1, U+03D5-03D6, U+03F0-03F1, U+03F4-03F5, U+2016-2017, U+2034-2038, U+203C, U+2040, U+2043, U+2047, U+2050, U+2057, U+205F, U+2070-2071, U+2074-208E, U+2090-209C, U+20D0-20DC, U+20E1, U+20E5-20EF, U+2100-2112, U+2114-2115, U+2117-2121, U+2123-214F, U+2190, U+2192, U+2194-21AE, U+21B0-21E5, U+21F1-21F2, U+21F4-2211, U+2213-2214, U+2216-22FF, U+2308-230B, U+2310, U+2319, U+231C-2321, U+2336-237A, U+237C, U+2395, U+239B-23B7, U+23D0, U+23DC-23E1, U+2474-2475, U+25AF, U+25B3, U+25B7, U+25BD, U+25C1, U+25CA, U+25CC, U+25FB, U+266D-266F, U+27C0-27FF, U+2900-2AFF, U+2B0E-2B11, U+2B30-2B4C, U+2BFE, U+3030, U+FF5B, U+FF5D, U+1D400-1D7FF, U+1EE00-1EEFF;
} @font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 900;
font-stretch: 100%;
src: url(https://awrbaterias.com.br/wp-content/uploads/elementor/google-fonts/fonts/roboto-b0264ac9.woff2) format('woff2');
unicode-range: U+0001-000C, U+000E-001F, U+007F-009F, U+20DD-20E0, U+20E2-20E4, U+2150-218F, U+2190, U+2192, U+2194-2199, U+21AF, U+21E6-21F0, U+21F3, U+2218-2219, U+2299, U+22C4-22C6, U+2300-243F, U+2440-244A, U+2460-24FF, U+25A0-27BF, U+2800-28FF, U+2921-2922, U+2981, U+29BF, U+29EB, U+2B00-2BFF, U+4DC0-4DFF, U+FFF9-FFFB, U+10140-1018E, U+10190-1019C, U+101A0, U+101D0-101FD, U+102E0-102FB, U+10E60-10E7E, U+1D2C0-1D2D3, U+1D2E0-1D37F, U+1F000-1F0FF, U+1F100-1F1AD, U+1F1E6-1F1FF, U+1F30D-1F30F, U+1F315, U+1F31C, U+1F31E, U+1F320-1F32C, U+1F336, U+1F378, U+1F37D, U+1F382, U+1F393-1F39F, U+1F3A7-1F3A8, U+1F3AC-1F3AF, U+1F3C2, U+1F3C4-1F3C6, U+1F3CA-1F3CE, U+1F3D4-1F3E0, U+1F3ED, U+1F3F1-1F3F3, U+1F3F5-1F3F7, U+1F408, U+1F415, U+1F41F, U+1F426, U+1F43F, U+1F441-1F442, U+1F444, U+1F446-1F449, U+1F44C-1F44E, U+1F453, U+1F46A, U+1F47D, U+1F4A3, U+1F4B0, U+1F4B3, U+1F4B9, U+1F4BB, U+1F4BF, U+1F4C8-1F4CB, U+1F4D6, U+1F4DA, U+1F4DF, U+1F4E3-1F4E6, U+1F4EA-1F4ED, U+1F4F7, U+1F4F9-1F4FB, U+1F4FD-1F4FE, U+1F503, U+1F507-1F50B, U+1F50D, U+1F512-1F513, U+1F53E-1F54A, U+1F54F-1F5FA, U+1F610, U+1F650-1F67F, U+1F687, U+1F68D, U+1F691, U+1F694, U+1F698, U+1F6AD, U+1F6B2, U+1F6B9-1F6BA, U+1F6BC, U+1F6C6-1F6CF, U+1F6D3-1F6D7, U+1F6E0-1F6EA, U+1F6F0-1F6F3, U+1F6F7-1F6FC, U+1F700-1F7FF, U+1F800-1F80B, U+1F810-1F847, U+1F850-1F859, U+1F860-1F887, U+1F890-1F8AD, U+1F8B0-1F8BB, U+1F8C0-1F8C1, U+1F900-1F90B, U+1F93B, U+1F946, U+1F984, U+1F996, U+1F9E9, U+1FA00-1FA6F, U+1FA70-1FA7C, U+1FA80-1FA89, U+1FA8F-1FAC6, U+1FACE-1FADC, U+1FADF-1FAE9, U+1FAF0-1FAF8, U+1FB00-1FBFF;
} @font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 900;
font-stretch: 100%;
src: url(https://awrbaterias.com.br/wp-content/uploads/elementor/google-fonts/fonts/roboto-bb0d2555.woff2) format('woff2');
unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
} @font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 900;
font-stretch: 100%;
src: url(https://awrbaterias.com.br/wp-content/uploads/elementor/google-fonts/fonts/roboto-c6d65aea.woff2) format('woff2');
unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
} @font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 900;
font-stretch: 100%;
src: url(https://awrbaterias.com.br/wp-content/uploads/elementor/google-fonts/fonts/roboto-1abb80a1.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}