.cl-editor{
border:1px dashed #d6d6d9;
border-radius:12px;
padding:16px;
background:#fafafa;
display:grid;
gap:10px;
}
.cl-ed-imagebtn{ margin-bottom:6px; }
.cl-ed-title{ margin:0; }
.cl-ed-row{ display:grid; grid-template-columns:1fr 1fr; gap:10px; }
@media (max-width:700px){ .cl-ed-row{ grid-template-columns:1fr; } }.cl-card{
--radius:16px;
--border:#e6e7ea;
--text:#2b2f38; --muted:#6b7280;  --chip-bg:#eaf7ef;
--chip-text:#236a3d;
--cta:#188b4f;
--cta-hover:#137543;
background:#fff;
border:1px solid var(--border);
border-radius:var(--radius);
box-shadow:0 4px 18px rgba(21,24,31,.06);
display:grid;
grid-template-columns: 360px 1fr; gap:0;
overflow:hidden;
align-items:stretch;
} .cl-variant-green{
--chip-bg:#eaf7ef;
--chip-text:#236a3d;
--cta:#188b4f;
--cta-hover:#137543;
}
.cl-variant-blue{
--chip-bg:#e9f3ff;
--chip-text:#145ea8;
--cta:#1b6bd6;
--cta-hover:#165bb6;
}
.cl-variant-orange{
--chip-bg:#fff3e6;
--chip-text:#a24a00;
--cta:#f08a24;
--cta-hover:#d97706;
}
.cl-variant-purple{
--chip-bg:#f2e9ff;
--chip-text:#5b2fad;
--cta:#6d3fdc;
--cta-hover:#5931c1;
}  .cl-variant-wine{
background:#2a0b0b;
border-color:transparent;
box-shadow:0 8px 28px rgba(0,0,0,.25) inset, 0 10px 28px rgba(0,0,0,.12);
--text:#ffffff;
--muted:rgba(255,255,255,.78);
--chip-bg:rgba(255,255,255,.12);
--chip-text:#ffffff;
--cta:#e11d48;
--cta-hover:#be123c;
} .cl-variant-navy{
background:#0b1b3a;
border-color:transparent;
box-shadow:0 8px 28px rgba(0,0,0,.25) inset, 0 10px 28px rgba(0,0,0,.12);
--text:#ffffff;
--muted:rgba(255,255,255,.78);
--chip-bg:rgba(255,255,255,.12);
--chip-text:#ffffff;
--cta:#2563eb;
--cta-hover:#1e40af;
} .cl-variant-ocean{
background:#062c2c;
border-color:transparent;
box-shadow:0 8px 28px rgba(0,0,0,.25) inset, 0 10px 28px rgba(0,0,0,.12);
--text:#ffffff;
--muted:rgba(255,255,255,.80);
--chip-bg:rgba(255,255,255,.12);
--chip-text:#e6fffb;
--cta:#14b8a6;
--cta-hover:#0d9488;
} .cl-variant-slate{
background:#111827;
border-color:transparent;
box-shadow:0 8px 28px rgba(0,0,0,.28) inset, 0 10px 28px rgba(0,0,0,.14);
--text:#ffffff;
--muted:rgba(255,255,255,.72);
--chip-bg:rgba(255,255,255,.10);
--chip-text:#ffffff;
--cta:#f59e0b;
--cta-hover:#d97706;
} .cl-variant-emerald{
background:#052e1b;
border-color:transparent;
box-shadow:0 8px 28px rgba(0,0,0,.25) inset, 0 10px 28px rgba(0,0,0,.12);
--text:#ffffff;
--muted:rgba(255,255,255,.78);
--chip-bg:rgba(255,255,255,.12);
--chip-text:#ffffff;
--cta:#10b981;
--cta-hover:#059669;
} .cl-variant-indigo{
background:#1e1b4b;
border-color:transparent;
box-shadow:0 8px 28px rgba(0,0,0,.25) inset, 0 10px 28px rgba(0,0,0,.12);
--text:#ffffff;
--muted:rgba(255,255,255,.78);
--chip-bg:rgba(255,255,255,.12);
--chip-text:#ffffff;
--cta:#7c3aed;
--cta-hover:#6d28d9;
} .cl-variant-brand{
background: var(--cl-brand-bg, #0b1b3a);
border-color:transparent;
box-shadow:0 8px 28px rgba(0,0,0,.25) inset, 0 10px 28px rgba(0,0,0,.12);
--text:#ffffff;
--muted:rgba(255,255,255,.80);
--chip-bg:rgba(255,255,255,.12);
--chip-text:#ffffff;
--cta: var(--cl-brand, var(--wp--preset--color--primary, #2563eb));
--cta-hover: var(--cl-brand-hover, #1e40af);
} .cl-variant-dark{
background:#0f172a; border-color:transparent;
box-shadow:0 8px 28px rgba(0,0,0,.28) inset, 0 10px 28px rgba(0,0,0,.14);
--text:#ffffff;
--muted:rgba(255,255,255,.74);
--chip-bg:rgba(255,255,255,.10);
--chip-text:#ffffff;
--cta:#64748b; --cta-hover:#475569; }  .cl-media{
position:relative;
height:100%;
overflow:hidden;
}
.cl-media img{
position:absolute;
inset:0;
width:100%;
height:100%;
object-fit:cover; object-position:center;
display:block;
}
.cl-body{ padding:22px 26px; }
.cl-eyebrow{
font:600 11px/1.1 system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, sans-serif;
letter-spacing:.12em;
text-transform:uppercase;
color:var(--muted);
margin-bottom:6px;
}
.cl-title{
font:700 26px/1.25 ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, sans-serif;
color:var(--text);
margin:0 0 6px;
}
.cl-subtitle{
color:var(--text);
opacity:.86;
font-weight:500;
margin-bottom:10px;
}
.cl-chips{ display:flex; gap:8px; flex-wrap:wrap; margin:10px 0 12px; }
.cl-chip{
background:var(--chip-bg);
color:var(--chip-text);
border:1px solid rgba(0,0,0,.05);
border-radius:9999px;
padding:6px 10px;
font-size:12px;
font-weight:600;
display:inline-flex; align-items:center; gap:6px;
}
.cl-desc{
color:var(--text);
opacity:.92;
line-height:1.6;
margin:10px 0 16px;
}
.cl-cta{
display:inline-block;
background:var(--cta);
color:#fff !important;
padding:12px 18px;
border-radius:8px;
font-weight:700;
text-decoration:none;
box-shadow:0 2px 0 rgba(0,0,0,.08) inset;
transition:background .2s ease, transform .06s ease;
}
.cl-cta:hover{ background:var(--cta-hover); }
.cl-cta:active{ transform:translateY(1px); }
.cl-cta:focus-visible{
outline:2px solid var(--cta-hover);
outline-offset:2px;
}
.cl-footnote{
margin-top:8px;
color:var(--muted);
font-size:12px;
} .cl-link-overlay{ text-decoration:none; } @media (max-width: 860px){ .cl-card{
grid-template-columns:1fr;
grid-auto-rows:auto;
}
.cl-media{
grid-column:1 / -1;
grid-row:1;
height:auto; position:relative; }
.cl-media img{
position:static; width:100%;
height:auto; object-fit:contain; display:block;
}
.cl-body{
grid-column:1 / -1;
grid-row:2;
padding:20px 22px;
}
} .cl-card.cl-variant-wine{  background:#2a0b0b !important; --text:#fff; --muted:rgba(255,255,255,.78); --chip-bg:rgba(255,255,255,.12); --chip-text:#fff; --cta:#e11d48; --cta-hover:#be123c; border-color:transparent; box-shadow:0 8px 28px rgba(0,0,0,.25) inset, 0 10px 28px rgba(0,0,0,.12); }
.cl-card.cl-variant-navy{  background:#0b1b3a !important; --text:#fff; --muted:rgba(255,255,255,.78); --chip-bg:rgba(255,255,255,.12); --chip-text:#fff; --cta:#2563eb; --cta-hover:#1e40af; border-color:transparent; box-shadow:0 8px 28px rgba(0,0,0,.25) inset, 0 10px 28px rgba(0,0,0,.12); }
.cl-card.cl-variant-ocean{ background:#062c2c !important; --text:#fff; --muted:rgba(255,255,255,.80); --chip-bg:rgba(255,255,255,.12); --chip-text:#e6fffb; --cta:#14b8a6; --cta-hover:#0d9488; border-color:transparent; box-shadow:0 8px 28px rgba(0,0,0,.25) inset, 0 10px 28px rgba(0,0,0,.12); }
.cl-card.cl-variant-slate{ background:#111827 !important; --text:#fff; --muted:rgba(255,255,255,.72); --chip-bg:rgba(255,255,255,.10); --chip-text:#fff; --cta:#f59e0b; --cta-hover:#d97706; border-color:transparent; box-shadow:0 8px 28px rgba(0,0,0,.28) inset, 0 10px 28px rgba(0,0,0,.14); }
.cl-card.cl-variant-emerald{ background:#052e1b !important; --text:#fff; --muted:rgba(255,255,255,.78); --chip-bg:rgba(255,255,255,.12); --chip-text:#fff; --cta:#10b981; --cta-hover:#059669; border-color:transparent; box-shadow:0 8px 28px rgba(0,0,0,.25) inset, 0 10px 28px rgba(0,0,0,.12); }
.cl-card.cl-variant-indigo{ background:#1e1b4b !important; --text:#fff; --muted:rgba(255,255,255,.78); --chip-bg:rgba(255,255,255,.12); --chip-text:#fff; --cta:#7c3aed; --cta-hover:#6d28d9; border-color:transparent; box-shadow:0 8px 28px rgba(0,0,0,.25) inset, 0 10px 28px rgba(0,0,0,.12); }
.cl-card.cl-variant-brand{
background: var(--cl-brand-bg, color-mix(in oklab, var(--cl-brand, var(--wp--preset--color--primary, #2563eb)) 12%, black)) !important;
--text:#fff; --muted:rgba(255,255,255,.80);
--chip-bg: color-mix(in oklab, var(--cl-brand, var(--wp--preset--color--primary, #2563eb)) 18%, white);
--chip-text:#fff; --cta: var(--cl-brand, var(--wp--preset--color--primary, #2563eb));
--cta-hover: color-mix(in oklab, var(--cl-brand, var(--wp--preset--color--primary, #2563eb)) 78%, black);
border-color:transparent; box-shadow:0 8px 28px rgba(0,0,0,.25) inset, 0 10px 28px rgba(0,0,0,.12);
}
.cl-card.cl-variant-dark{  background:#0f172a !important; --text:#fff; --muted:rgba(255,255,255,.74); --chip-bg:rgba(255,255,255,.10); --chip-text:#fff; --cta:#64748b; --cta-hover:#475569; border-color:transparent; box-shadow:0 8px 28px rgba(0,0,0,.28) inset, 0 10px 28px rgba(0,0,0,.14); }  .cl-card .cl-title{
color: var(--text) !important;
}
.cl-card .cl-subtitle,
.cl-card .cl-desc{
color: var(--text) !important;
opacity: .92;
}
.cl-card .cl-eyebrow{
color: var(--muted) !important;
} .cl-card .cl-footnote{
background: transparent !important;
border: 0 !important;
box-shadow: none !important;
padding: 0 !important;
margin-top: 10px;
color: var(--muted) !important;
} .cl-float{
position: fixed;
bottom: 16px;
right: 16px;
z-index: 9999;
width: min(420px, calc(100% - 24px));
background: inherit; border-radius: 16px;
box-shadow: 0 12px 34px rgba(0,0,0,.35);
border: 1px solid rgba(0,0,0,.18);
padding: 14px 14px 14px 14px;
display: none;
opacity: 0;
transform: translateY(12px);
transition: opacity .18s ease, transform .18s ease;
}
.cl-float.is-visible{ display:block; opacity:1; transform: translateY(0); }
.cl-float--bl{ left:16px; right:auto; }
.cl-float__inner{ display:flex; gap:12px; align-items:center; }
.cl-float__media img{
width:56px; height:56px; object-fit:cover; border-radius:12px; display:block;
}
.cl-float__right{ flex:1; min-width:0; }
.cl-float__title{
color: var(--text);
font-weight: 800;
font-size: 16px;
line-height: 1.2;
margin: 2px 0 6px;
}
.cl-float__cta{ margin-top: 4px; }
.cl-float__close{
position:absolute; top:8px; right:10px;
width:auto; height:auto;
line-height:1; font-size:20px;
background:transparent; border:0; color:var(--muted); cursor:pointer;
} .cl-float .cl-cta{ background: var(--cta); color:#fff !important; }
.cl-float .cl-cta:hover{ background: var(--cta-hover); } @media (max-width: 380px){
.cl-float{ left:12px; right:12px; width:auto; }
} .cl-float.cl-variant-wine{    background:#2a0b0b; border-color:transparent; }
.cl-float.cl-variant-navy{    background:#0b1b3a; border-color:transparent; }
.cl-float.cl-variant-ocean{   background:#062c2c; border-color:transparent; }
.cl-float.cl-variant-slate{   background:#111827; border-color:transparent; }
.cl-float.cl-variant-emerald{ background:#052e1b; border-color:transparent; }
.cl-float.cl-variant-indigo{  background:#1e1b4b; border-color:transparent; }
.cl-float.cl-variant-dark{    background:#0f172a; border-color:transparent; } .cl-float.cl-variant-brand{
background: var(--cl-brand-bg, color-mix(in oklab, var(--cl-brand, var(--wp--preset--color--primary, #2563eb)) 12%, black));
border-color: transparent;
}  @media (min-width: 861px){
.cl-card { border-radius: var(--radius); overflow: hidden; }
.cl-media{
border-top-left-radius: var(--radius) !important;
border-bottom-left-radius: var(--radius) !important;
overflow: hidden; }
.cl-media img{
border-top-left-radius: var(--radius) !important;
border-bottom-left-radius: var(--radius) !important;
}
} @media (max-width: 860px){
.cl-card { border-radius: var(--radius); overflow: hidden; }
.cl-media{
border-top-left-radius: var(--radius) !important;
border-top-right-radius: var(--radius) !important;
overflow: hidden; }
.cl-media img{
border-top-left-radius: var(--radius) !important;
border-top-right-radius: var(--radius) !important;
}
} .cl-media img{
display:block;
width:100%;
height:100%;
object-fit: cover; border-radius: inherit !important;
} @media (max-width: 860px){
.cl-media img{
height: auto;
object-fit: contain;
}
}.wp-block-mrb-redirect-buttons .mrb-wrapper {
display: flex;
flex-direction: column;
gap: 1rem; margin: 1.5em 0;
} .wp-block-mrb-redirect-buttons .mrb-button {
display: block !important;
width: 100% !important;
padding: 1rem !important;
text-align: left;
text-decoration: none !important;
border: none !important;
border-radius: 0.25em !important;
font-family: Arial, sans-serif !important;
font-weight: 600 !important;
position: relative !important;
transition: background-color 0.2s ease, color 0.2s ease !important;
overflow: hidden;
} .wp-block-mrb-redirect-buttons .mrb-button::after {
content: '›' !important;
position: absolute !important;
right: 1rem !important;
top: 50% !important;
transform: translateY(-50%) !important;
display: inline-block !important;
width: 1.5em !important;
height: 1.5em !important;
line-height: 1.5em !important;
text-align: center !important;
background: rgba(255,255,255,0.2) !important;
border-radius: 50% !important;
color: inherit !important;
transition: transform 0.2s ease !important;
} .wp-block-mrb-redirect-buttons .mrb-button:hover,
.wp-block-mrb-redirect-buttons .mrb-button:focus {
filter: brightness(0.9) !important;
}
.wp-block-mrb-redirect-buttons .mrb-button:hover::after,
.wp-block-mrb-redirect-buttons .mrb-button:focus::after {
transform: translate(5px, -50%) !important;
} @media screen and (max-width: 600px) {
.wp-block-mrb-redirect-buttons .mrb-button {
padding: 0.75rem !important;
font-size: 0.9rem !important;
}
.wp-block-mrb-redirect-buttons .mrb-button::after {
right: 0.75rem !important;
width: 1.3em !important;
height: 1.3em !important;
line-height: 1.3em !important;
}
} .wp-block-mrb-redirect-buttons .mrb-note {
font-size: 0.5rem !important;
margin-top: 0.25em !important;
font-style: italic !important;
color: var(--wp--preset--color-muted, #666) !important;
text-align: center !important;
}  .wp-block-mrb-redirect-buttons.mrb-variant-primary .mrb-button {
background-color: var(--wp--preset--color-primary,#0073e6) !important;
color: var(--wp--preset--color-background,#fff) !important;
} .wp-block-mrb-redirect-buttons.mrb-variant-secondary .mrb-button {
background-color: var(--wp--preset--color-secondary,#28a745) !important;
color: var(--wp--preset--color-background,#fff) !important;
} .wp-block-mrb-redirect-buttons.mrb-variant-outline .mrb-button {
background: transparent !important;
border: 2px solid var(--wp--preset--color-primary,#0073e6) !important;
color: var(--wp--preset--color-primary,#0073e6) !important;
} .wp-block-mrb-redirect-buttons.mrb-variant-inverse .mrb-button {
background-color: var(--wp--preset--color-background,#fff) !important;
color: var(--wp--preset--color-primary,#0073e6) !important;
border: 1px solid var(--wp--preset--color-primary,#0073e6) !important;
} .wp-block-mrb-redirect-buttons.mrb-variant-cta .mrb-button {
padding: 1.5rem !important;
font-size: 1.1rem !important;
background-color: var(--wp--preset--color-secondary,#28a745) !important;
color: #fff !important;
text-align: center !important;
} .wp-block-mrb-redirect-buttons.mrb-variant-rounded .mrb-button {
border-radius: 2rem !important;
background-color: var(--wp--preset--color-primary,#0073e6) !important;
color: #fff !important;
} .wp-block-mrb-redirect-buttons.mrb-variant-large .mrb-button {
padding: 2rem !important;
font-size: 1.25rem !important;
background-color: var(--wp--preset--color-secondary,#28a745) !important;
color: #fff !important;
} .wp-block-mrb-redirect-buttons.mrb-variant-soft .mrb-button {
background-color: #f0f0f0 !important;
color: #333 !important;
border-radius: 0.5em !important;
}
.wp-block-mrb-redirect-buttons.mrb-variant-soft .mrb-button::after {
display: none !important;
} .wp-block-mrb-redirect-buttons.mrb-variant-flat .mrb-button {
background: var(--wp--preset--color-primary,#0073e6) !important;
color: #fff !important;
box-shadow: none !important;
} .wp-block-mrb-redirect-buttons.mrb-variant-accent .mrb-button {
background: transparent !important;
border: 2px dashed var(--wp--preset--color-secondary,#28a745) !important;
color: var(--wp--preset--color-secondary,#28a745) !important;
font-weight: 700 !important;
} .wp-block-mrb-redirect-buttons.mrb-variant-glow .mrb-button {
background-color: var(--wp--preset--color-primary,#0073e6) !important;
color: #fff !important;
}
.wp-block-mrb-redirect-buttons.mrb-variant-glow .mrb-button:hover {
box-shadow: 0 0 8px rgba(0, 123, 255, 0.7) !important;
} .wp-block-mrb-redirect-buttons.mrb-variant-horizontal .mrb-wrapper {
flex-direction: row;
flex-wrap: wrap;
gap: 1rem;
}
.wp-block-mrb-redirect-buttons.mrb-variant-horizontal .mrb-button {
flex: 1 1 auto !important;
width: auto !important;
text-align: center !important;
} .wp-block-mrb-redirect-buttons.mrb-variant-pill .mrb-button {
border-radius: 50px !important;
} .wp-block-mrb-redirect-buttons.mrb-variant-shadow .mrb-button {
box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15) !important;
} .wp-block-mrb-redirect-buttons.mrb-variant-gradient .mrb-button {
background: linear-gradient(135deg, #0073e6 0%, #00d4ff 100%) !important;
color: #fff !important;
}@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&family=Montserrat:wght@600;700&display=swap"); body {
font-family: 'Roboto', sans-serif;
color: #333333;
} .descargar2 { margin: 30px 0; } .header-descargar {
display:flex; align-items:center; justify-content:center; gap:20px;
padding:20px; width:80%; margin:0 auto 2em auto;
background-color:#f0f4f8; border-radius:10px;
box-shadow:0 4px 12px rgba(0,0,0,0.05);
}
.header-descargar img { width:60px; height:60px; border-radius:12px; }
.header-descargar h1 {
font-family:'Montserrat',sans-serif; font-size:26px; color:#333; text-align:center; margin:0;
} .redirect {
background:#fff; border:2px solid #e0e7ff; text-align:center;
padding:25px; margin-bottom:2em; border-radius:8px;
box-shadow:0 4px 8px rgba(0,0,0,0.05);
}
.redirect h2 { font-size:20px; color:#4a5568; margin-bottom:15px; }
.redirect .loading img { width:100px; height:100px; }
.redirect .notload a { color:#3182ce; text-decoration:underline; font-weight:600; } .redirect-container { text-align:center; margin-top:-50px; }
#message-container p {
font-size:14px; color:#e11d48; font-weight:bold; margin-top:15px; text-align:center;
}
#countdown { font-weight:700; margin:8px 0; } #redirect-link {
display:inline-block; margin-top:10px; font-size:12px;
color:#007BFF; text-align:center;
}
#redirect-link:after {
content:' (caso o botão não funcione)'; font-size:12px;
} #cancel-redirect {
background-color:#FF6F61; color:#fff; padding:10px 20px;
border:none; border-radius:5px; font-size:14px; font-weight:bold;
cursor:pointer; text-transform:uppercase; transition:all .3s ease;
}
#cancel-redirect:hover { background-color:#FF9671; color:#fff; }
#cancel-redirect.continue-download { background-color:#4CAF50; color:#fff; }
#cancel-redirect.continue-download:hover { background-color:#45A049; } .provider_stats_wrapper {
display:flex; flex-direction:column; align-items:center;
padding:20px; flex:1 1 300px; max-width:500px; margin:20px 0;
}
.provider_stats {
width:100%; max-width:500px; border:1px solid #e2e8f0; border-radius:8px;
font-size:18px; box-shadow:0 4px 12px rgba(0,0,0,0.05);
background-color:#fff; padding:20px;
}
.provider_logo { display:flex; align-items:center; gap:15px; margin-bottom:20px; }
.provider_logo img { width:60px; height:60px; border-radius:12px; }
.provider_logo a {
font-family:'Montserrat',sans-serif; font-size:22px; color:#1a202c; text-decoration:none;
}
.provider_logo a:hover { color:#3182ce; text-decoration:underline; }
.provider_overall {
display:flex; flex-direction:column; align-items:center; text-align:center;
font-size:18px; background-color:#f5f5f5; padding:15px 0; border-radius:5px; margin-bottom:15px;
}
.provider_overall .oos { font-weight:700; font-size:20px; color:#2d3748; }
.star-rating { display:flex; align-items:center; }
.star-rating .star { font-size:16px; color:gold; margin-right:2px; position:relative; }
.star-rating .star.empty { color:#ccc; }
.star-rating .star.half::before {
content:'★'; position:absolute; left:0; top:0; width:50%; overflow:hidden; color:gold;
}
.download-count { font-size:16px; color:#4a5568; margin-top:5px; }
.provider_stats_row {
width:100%; display:flex; justify-content:space-between; margin:10px 0;
}
.provider_stats_row_left div,
.provider_stats_row_right div { font-size:16px; color:#4a5568; }
.clear { clear:both; } .provider_visit {
border-top:1px solid #e5e5e5; display:flex; justify-content:center; gap:15px;
flex-wrap:wrap; padding:15px 0;
} a.visit {
display:flex; align-items:center; justify-content:center;
padding:12px 20px; background:linear-gradient(90deg,#6a11cb 0%,#2575fc 100%);
color:#fff !important; border-radius:8px; font-size:18px; font-weight:600;
margin:10px; text-align:center; text-decoration:none;
box-shadow:0 4px 8px rgba(0,0,0,0.1);
transition:transform .2s ease, box-shadow .3s ease;
animation:none;
}
a.visit:hover { transform:translateY(-2px); box-shadow:0 6px 12px rgba(0,0,0,0.15); } .platform-icon { width:24px; height:24px; margin-right:10px; } .cl-card{
--radius:16px;
--border:#e6e7ea;
--text:#2b2f38;
--muted:#6b7280;
--bg:#fff;
--cta:#111827; --cta-hover:#0b1220; --tint:#f3f4f6; --tint-strong:#fafafa;
background:var(--bg);
border:1px solid var(--border);
border-radius:var(--radius);
box-shadow:0 4px 18px rgba(21,24,31,.06); overflow:visible; display:grid;
grid-template-columns: 1fr;
grid-auto-rows: minmax(min-content, auto);
box-sizing:border-box;
max-width:100%;
} .cl-header{
display:grid; grid-template-columns:56px 1fr auto;
align-items:center; gap:12px;
padding:16px 16px 12px 16px;
background:#fff; border-bottom:1px solid #f0f1f4;
box-sizing:border-box; max-width:100%;
}
.cl-logo{ width:56px; height:56px; border-radius:12px; object-fit:cover; }
.cl-title{
font-weight:700; line-height:1.25; color:#111827;
overflow:hidden; text-overflow:ellipsis; white-space:nowrap;
}
.cl-rating{
font-weight:700; color:#111827; background:var(--tint);
border-radius:12px; padding:8px 12px; display:flex; align-items:center; gap:6px;
}
.cl-star{ color:#f59e0b; } .cl-specs{
display:grid;
grid-template-columns: repeat(4, minmax(0,1fr));
gap:0; border-bottom:1px solid #f0f1f4;
box-sizing:border-box; max-width:100%;
}
.cl-spec{
padding:14px 16px; display:flex; flex-direction:column; gap:4px;
border-right:1px solid #f0f1f4; min-width:0;
box-sizing:border-box;
}
.cl-spec:nth-child(4n){ border-right:none; }
.cl-k{ font-size:12px; color:#6b7280; }
.cl-v{ font-weight:700; color:#111827; overflow:hidden; text-overflow:ellipsis; white-space:nowrap; } .cl-ctas{
display:grid; gap:12px; padding:16px; background:#fff;
grid-column:1 / -1; width:100%;
box-sizing:border-box; max-width:100%;
overflow:visible; }
.cl-btn{
display:inline-flex; align-items:center; justify-content:center;
height:48px; border-radius:12px; font-weight:700; text-decoration:none;
transition:transform .06s ease, box-shadow .2s ease, background .2s ease;
width:100%; max-width:100%; min-width:0; box-sizing:border-box; margin:0;
}
.cl-btn:active{ transform:translateY(1px); }
.cl-btn-primary{
background:var(--cta); color:#fff; box-shadow:0 6px 16px rgba(17,24,39,.25);
}  .cl-footnote{
text-align:center;
font-size:.875rem;
opacity:.85;
margin-top:10px;
line-height:1.4;
} .cl-variant-default .cl-btn-primary{
background:var(--cta); color:#fff; box-shadow:0 6px 16px rgba(17,24,39,.25);
}
.cl-variant-default .cl-btn-primary:hover{ background:var(--cta-hover); }
.cl-variant-default a.visit{
background:linear-gradient(90deg,#6a11cb 0%,#2575fc 100%) !important;
} .cl-variant-soft-red{
--cta:#d71920;
--cta-hover:#b31218;
--tint:#fff1f2;
--tint-strong:#fff7f7;
}
.cl-variant-soft-red .cl-btn-primary{
background:var(--cta); color:#fff; box-shadow:0 6px 16px rgba(215,25,32,.25);
}
.cl-variant-soft-red .cl-btn-primary:hover{ background:var(--cta-hover); }
.cl-variant-soft-red a.visit{
background:linear-gradient(90deg, var(--cta) 0%, var(--cta-hover) 100%) !important;
} .cl-variant-soft-blue{
--cta:#2563eb;
--cta-hover:#1d4ed8;
--tint:#eff6ff;
--tint-strong:#f8fbff;
}
.cl-variant-soft-blue .cl-btn-primary{
background:var(--cta); color:#fff; box-shadow:0 6px 16px rgba(37,99,235,.25);
}
.cl-variant-soft-blue .cl-btn-primary:hover{ background:var(--cta-hover); }
.cl-variant-soft-blue a.visit{
background:linear-gradient(90deg,#1e3a8a 0%,#2563eb 100%) !important;
} .cl-variant-soft-green{
--cta:#10b981;
--cta-hover:#059669;
--tint:#ecfdf5;
--tint-strong:#f6fef9;
}
.cl-variant-soft-green .cl-btn-primary{
background:var(--cta); color:#fff; box-shadow:0 6px 16px rgba(16,185,129,.25);
}
.cl-variant-soft-green .cl-btn-primary:hover{ background:var(--cta-hover); }
.cl-variant-soft-green a.visit{
background:linear-gradient(90deg,#22c55e 0%,#16a34a 100%) !important;
} @media (min-width: 640px){
.cl-ctas{ grid-template-columns: repeat(2, minmax(0,1fr)); }
}
@media (max-width: 720px){
.cl-header{ grid-template-columns:48px 1fr; grid-template-rows:auto auto; }
.cl-logo{ width:48px; height:48px; border-radius:10px; }
.cl-title{ grid-column:2 / -1; }
.cl-rating{ grid-column:1 / -1; margin-top:8px; justify-self:start; }
.cl-specs{ grid-template-columns:1fr 1fr; }
.cl-spec:nth-child(2n){ border-right:none; }
} .button-container-cli{
display:flex; flex-wrap:wrap; justify-content:space-around; gap:10px;
max-width:600px; margin:20px auto;
}
.gradient-button-cli{
background:linear-gradient(90deg,#52c234 0%,#0f9b0f 100%);
color:#fff; text-decoration:none; padding:10px 20px; font-size:16px; font-weight:bold;
border-radius:5px; display:flex; align-items:center; justify-content:space-between; flex:1 1 45%;
}
.gradient-button-cli i.arrow-right{
border:solid #fff; border-width:0 3px 3px 0; display:inline-block; padding:3px; margin-left:10px; transform:rotate(-45deg);
}
.gradient-button-cli span{ flex-grow:1; } input.error { border:2px solid #e53e3e; background-color:#fff5f5; }
input:focus {
border:2px solid #3182ce; outline:none; box-shadow:0 0 8px rgba(49,130,206,0.5);
}
a.visit:focus-visible, button:focus-visible {
outline:2px dashed #3182ce; outline-offset:2px;
}
a.visit:active, button:active {
transform:scale(0.98); box-shadow:0 3px 6px rgba(0,0,0,0.1);
} @media (max-width: 900px){
.header-descargar{ width:90%; }
.provider_stats_row{ flex-direction:column; align-items:center; }
}
@media (max-width: 768px){
#cancel-redirect{ width:100%; max-width:300px; margin:10px auto; display:block; text-align:center; }
.redirect-container p{ text-align:center; font-size:14px; }
#downloadTitle{ font-size:18px; text-align:center; }
#downloadThumb{ display:block; margin:10px auto; max-width:80%; }
.provider_stats_wrapper{ margin:20px 0; padding:10px; box-sizing:border-box; width:100%; }
}
@media (max-width: 600px){
.provider_stats_row{ flex-direction:column; width:100%; }
a.visit{ flex:1 1 100%; justify-content:center; }
.header-descargar{ flex-direction:column; gap:15px; width:100%; }
.header-descargar img{ width:50px; height:50px; }
.header-descargar h1{ font-size:22px; text-align:center; }
}
@media (max-width: 480px){
.provider_stats_row{ padding:10px; font-size:14px; }
.header-descargar h1{ font-size:18px; }
}
@media only screen and (max-width: 768px){
.redirect-container{ display:flex; flex-direction:column; align-items:center; text-align:center; }
.redirect-container h1{ font-size:18px; margin-bottom:10px; }
.redirect-container p{ font-size:14px; margin-bottom:10px; }
#cancel-redirect{ width:auto; margin:15px 0; padding:10px 15px; }
#message-container{ font-size:14px; }
#redirect-link{ font-size:14px; }
} .loja-botoes-wrap{
display:flex; flex-wrap:wrap; justify-content:center; gap:10px;
}
.loja-botoes-wrap a{ display:block; }
.loja-botoes-wrap img{
max-width:180px; height:auto; transition:transform .2s ease;
}
.loja-botoes-wrap img:hover{ transform:scale(1.05); }
@media (max-width: 360px){
.loja-botoes-wrap img{ max-width:140px; }
}
.loja-botoes-wrap .visit{
background:transparent !important; padding:0 !important;
} .cl-card .provider_visit{ display:block; width:100%; clear:both; }
.cl-card .provider_visit .visit{ width:100%; max-width:420px; } .cl-card .cl-ctas{
display:flex;
gap:18px;
align-items:center;
justify-content:center;
flex-wrap:wrap;
} .cl-card .cl-btn,
.cl-card .cl-btn-primary{
opacity:1 !important;
filter:none !important;
pointer-events:auto;
} .cl-card .cl-btn-primary{
color:#fff !important;
}
.cl-card .cl-btn-primary:visited{
color:#fff !important;
}.wpcf7 .screen-reader-response {
position: absolute;
overflow: hidden;
clip: rect(1px, 1px, 1px, 1px);
clip-path: inset(50%);
height: 1px;
width: 1px;
margin: -1px;
padding: 0;
border: 0;
word-wrap: normal !important;
}
.wpcf7 .hidden-fields-container {
display: none;
}
.wpcf7 form .wpcf7-response-output {
margin: 2em 0.5em 1em;
padding: 0.2em 1em;
border: 2px solid #00a0d2; }
.wpcf7 form.init .wpcf7-response-output,
.wpcf7 form.resetting .wpcf7-response-output,
.wpcf7 form.submitting .wpcf7-response-output {
display: none;
}
.wpcf7 form.sent .wpcf7-response-output {
border-color: #46b450; }
.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
border-color: #dc3232; }
.wpcf7 form.spam .wpcf7-response-output {
border-color: #f56e28; }
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
border-color: #ffb900; }
.wpcf7-form-control-wrap {
position: relative;
}
.wpcf7-not-valid-tip {
color: #dc3232; font-size: 1em;
font-weight: normal;
display: block;
}
.use-floating-validation-tip .wpcf7-not-valid-tip {
position: relative;
top: -2ex;
left: 1em;
z-index: 100;
border: 1px solid #dc3232;
background: #fff;
padding: .2em .8em;
width: 24em;
}
.wpcf7-list-item {
display: inline-block;
margin: 0 0 0 1em;
}
.wpcf7-list-item-label::before,
.wpcf7-list-item-label::after {
content: " ";
}
.wpcf7-spinner {
visibility: hidden;
display: inline-block;
background-color: #23282d; opacity: 0.75;
width: 24px;
height: 24px;
border: none;
border-radius: 100%;
padding: 0;
margin: 0 24px;
position: relative;
}
form.submitting .wpcf7-spinner {
visibility: visible;
}
.wpcf7-spinner::before {
content: '';
position: absolute;
background-color: #fbfbfc; top: 4px;
left: 4px;
width: 6px;
height: 6px;
border: none;
border-radius: 100%;
transform-origin: 8px 8px;
animation-name: spin;
animation-duration: 1000ms;
animation-timing-function: linear;
animation-iteration-count: infinite;
}
@media (prefers-reduced-motion: reduce) {
.wpcf7-spinner::before {
animation-name: blink;
animation-duration: 2000ms;
}
}
@keyframes spin {
from {
transform: rotate(0deg);
}
to {
transform: rotate(360deg);
}
}
@keyframes blink {
from {
opacity: 0;
}
50% {
opacity: 1;
}
to {
opacity: 0;
}
}
.wpcf7 [inert] {
opacity: 0.5;
}
.wpcf7 input[type="file"] {
cursor: pointer;
}
.wpcf7 input[type="file"]:disabled {
cursor: default;
}
.wpcf7 .wpcf7-submit:disabled {
cursor: not-allowed;
}
.wpcf7 input[type="url"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"] {
direction: ltr;
}
.wpcf7-reflection > output {
display: list-item;
list-style: none;
}
.wpcf7-reflection > output[hidden] {
display: none;
}