.elementor-2285 .elementor-element.elementor-element-51c1409{--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;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:100px;--padding-bottom:100px;--padding-left:0px;--padding-right:0px;}.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 );}/* Start custom CSS for container, class: .elementor-element-51c1409 *//* ====== CONTAINER GERAL ====== */
.termos-de-uso {
  background: #fff; /* fundo 100% branco */
  padding: 60px 20px;
  font-family: 'NunitoSans', sans-serif;
  color: #333;
}

.termos-de-uso .tu-container {
  background: #fff; /* sem sombra nem fundo cinza */
  border-radius: 12px;
  max-width: 900px;
  margin: 0 auto;
  padding: 40px 50px;
  border: 1px solid #e0e0e0;
  line-height: 1.7;
}

/* ====== TIPOGRAFIA ====== */
.termos-de-uso h2,
.termos-de-uso h3 {
  color: #111;
  margin-bottom: 16px;
  font-weight: 600;
}

.termos-de-uso p {
  margin-bottom: 16px;
  font-size: 16px;
  color: #444;
}

.termos-de-uso ol {
  margin: 10px 0 25px 25px;
  list-style-type: decimal;
}

.termos-de-uso li {
  margin-bottom: 10px;
  color: #555;
}

.termos-de-uso a {
  color: #000;
  text-decoration: underline;
  transition: color 0.2s ease;
}

.termos-de-uso a:hover {
  color: #555;
}

/* ====== RESPONSIVIDADE ====== */
@media (max-width: 768px) {
  .termos-de-uso {
    padding: 40px 15px;
  }

  .termos-de-uso .tu-container {
    padding: 25px 20px;
    border-radius: 8px;
    border: none; /* opcional: remove a linha cinza no mobile */
  }

  .termos-de-uso h2 {
    font-size: 22px;
  }

  .termos-de-uso h3 {
    font-size: 18px;
  }

  .termos-de-uso p,
  .termos-de-uso li {
    font-size: 15px;
    line-height: 1.6;
  }
}/* End custom CSS */