.elementor-5355 .elementor-element.elementor-element-0bbf435{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-5355 .elementor-element.elementor-element-180deb0{color:#7A7A7A;}.elementor-5355 .elementor-element.elementor-element-c91023b{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-5355 .elementor-element.elementor-element-e583d2d{margin:-40px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;}.elementor-widget-button .elementor-button{background-color:var( --e-global-color-accent );font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-weight:var( --e-global-typography-accent-font-weight );}.elementor-5355 .elementor-element.elementor-element-99fc389 .elementor-button{background-color:var( --e-global-color-da9c6af );font-family:"Roboto", Sans-serif;font-size:18px;font-weight:600;fill:var( --e-global-color-9fbd1f1 );color:var( --e-global-color-9fbd1f1 );box-shadow:0px 0px 10px 0px rgba(0,0,0,0.5);}.elementor-5355 .elementor-element.elementor-element-99fc389{margin:30px 0px calc(var(--kit-widget-spacing, 0px) + 30px) 0px;}.elementor-5355 .elementor-element.elementor-element-99fc389 .elementor-button:hover, .elementor-5355 .elementor-element.elementor-element-99fc389 .elementor-button:focus{color:var( --e-global-color-accent );box-shadow:0px 0px 0px 0px rgba(0,0,0,0.5);}.elementor-5355 .elementor-element.elementor-element-99fc389 .elementor-button:hover svg, .elementor-5355 .elementor-element.elementor-element-99fc389 .elementor-button:focus svg{fill:var( --e-global-color-accent );}.elementor-5355 .elementor-element.elementor-element-233a249{background-color:var( --e-global-color-accent );margin:20px 0px calc(var(--kit-widget-spacing, 0px) + 20px) 0px;padding:10px 10px 10px 10px;border-style:solid;border-width:2px 2px 2px 2px;border-radius:5px 5px 5px 5px;}.elementor-5355 .elementor-element.elementor-element-3c84c08{--display:flex;--margin-top:-20px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-5355 .elementor-element.elementor-element-f01077b{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}/* Start custom CSS for html, class: .elementor-element-9378947 *//* --- Tabela responsiva “Disponível em” ------------------- */

.table-responsive{
  width:100%;
  overflow-x:auto;          /* cria rolagem horizontal em telas pequenas */
  -webkit-overflow-scrolling:touch; /* rolagem suave em iOS */
}

/* Estrutura básica */
table.table{
  width:100%;
  min-width:600px;          /* garante largura mínima para caber as colunas */
  border-collapse:collapse; /* remove espaçamento interno entre bordas */
  font-family:system-ui, sans-serif;
  font-size:0.95rem;
  background:#fff;
}

/* Cabeçalho */
.table thead{
  background:#222;
  color:#fff;
}

.table th,
.table td{
  padding:0.75rem 1rem;
  text-align:left;
  vertical-align:top;
  border:1px solid #dee2e6;
  line-height:1.4;
}

/* Listras alternadas */
.table-striped tbody tr:nth-child(odd){
  background:#f8f9fa;
}

/* Borda externa adicional */
.table-bordered{
  border:1px solid #dee2e6;
}

/* Efeito hover opcional */
.table tbody tr:hover{
  background:#eceff1;
  transition:background 0.2s ease;
}

/* Ajuste para telas ≤ 767 px */
@media (max-width:767px){
  table.table{
    min-width:600px; /* mantém tabela rolável sem quebrar colunas */
  }
}

/* Dark-mode básico (opcional) */
@media (prefers-color-scheme:dark){
  table.table{
    background:#1e1e1e;
    color:#ccc;
  }
  .table thead{
    background:#000;
  }
  .table tbody tr:nth-child(odd){
    background:#2a2a2a;
  }
  .table tbody tr:hover{
    background:#333;
  }
  .table th,
  .table td,
  .table-bordered{
    border-color:#444;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-233a249 */<style>
/* ——— container geral ——— */
.prime-banner{
  display:block;
  max-width:100%;
  background:#00a8e1;          /* cor oficial Amazon Prime */
  border-radius:8px;
  text-decoration:none;
  overflow:hidden;
  margin:1.6rem 0;
  color:#fff;
  transition:filter .25s ease;
}
.prime-banner:hover{filter:brightness(1.12);}   /* leve destaque no hover */

/* ——— selo "Oferta afiliada" ——— */
.prime-banner__badge{
  display:block;
  width:100%;
  text-align:center;
  font-size:12px;
  line-height:1;
  font-weight:600;
  color:#54595F;
   /* contraste sutil no topo */
  padding:4px 0;
}

/* ——— alinhamento interno ——— */
.prime-banner__content{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:14px;
  padding:18px 22px;
}

/* ——— logo ——— */
.Amazon_Prime_logo.webp{
  flex:0 0 auto;
  height:40px;
  width:auto;
}

/* ——— texto descritivo ——— */
.prime-banner__text{
  flex:1;
  font-size:1rem;
  line-height:1.35;
}

/* ——— botão CTA ——— */
.prime-banner__cta{
  background:#ffce00;
  color:#222;
  padding:11px 20px;
  border-radius:6px;
  font-weight:700;
  white-space:nowrap;
}

/* ——— responsividade ——— */
@media(max-width:767px){     /* smartphones */
  .prime-banner__content{
    flex-direction:column;
    align-items:flex-start;
  }
  .prime-banner__logo{height:32px;margin-bottom:4px;}
  .prime-banner__cta{
    width:100%;
    text-align:center;
    margin-top:10px;
  }
}
</style>/* End custom CSS */