@import url(https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700&display=swap);
@font-face {
  font-family: 'ABC Whyte Inktrap';
  src: url(fa09614762129e1b93b5.ttf)
}

@font-face {
  font-family: 'Manrope Bold';
  src: url(47f6d7143da9d8c0e480.ttf)
}

@font-face {
  font-family: 'Manrope Medium';
  src: url(08894ccb04665d1a9d53.ttf)
}

* {
  margin: 0;
  padding: 0;
  border: none;
  box-sizing: border-box;
}

a {
  text-decoration: none;
}

html {
  --primary: #FFE500;
  --primary-light: #f8777f;
  --primary-medium: #ab212a;
  --primary-dark: #6b050c;

  --primary-opacity-10: rgba(243, 22, 36, 10%);

  --primary-2: #465a64;
  --primary-light-2: #738f9d;
  --primary-medium-2: #506773;
  --primary-dark-2: #263137;

  --neutral-1: #000000;
  --neutral-2: #ffffff;
  --neutral-3: #f6f6f6;
  --neutral-4: #111111;
  --neutral-5: #f3f3f3

  --secondary-1: #1ed83d;
  --secondary-2: #6d59a1;
  --secondary-3: #a0acab;

  --feedback-success: #1ed83d;
  --feedback-info: #005898;
  --feedback-error: #ab212a;
  --feedback-warning: #ffc148;

  --background: #f2f2f2;

  --brand-color: #FFE500
}

#footer {
  position: relative;
}

.club-container {
  padding-bottom: 2rem;
}

.club-container p {
  padding-bottom: 0.5rem;
  color: var(--primary-2);
  font-family: "Roboto", "sans-serif";
  font-weight: 700;
  font-size: 1.5rem;
}

.club-container a {
  color: var(--primary-2);
  font-family: "Roboto", "sans-serif";
  font-weight: 400;
  font-size: 1rem;
}

.media-container p {
  color: var(--primary-1);
  font-family: "Roboto", "sans-serif";
  font-weight: 700;
  font-size: 0.75rem;
}

.sbf-container p {
  color: var(--neutral-1);
  font-family: "Manrope Bold", "sans-serif";
  font-weight: 700;
  font-size: 0.75rem;
}

footer {
  display: flex;
  justify-content: center;
}

.footer-element {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
  padding: 24px 32px;
  color: var(--neutral-1);
  background-color: var(--primary);
  gap: 30px;
}

.sbf-container-link {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
}

.help-container {
  grid-column: 1;
  grid-row: 1;
}

.media-container {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  width: 100%;
}

.rede-social-images {
  gap: 12px;
  flex-direction: row;
  display: flex;
}

.social__networks-icons {
  width: 32px;
  height: 32px;
  @media (min-width: 992px) {
    width: 40px;
    height: 40px;
  }
}

.app-container {
  justify-self: center;
  padding-bottom: 0;
}

.sbf-container {
  justify-content: center;
  display: flex;
  align-items: center;
  width: 100%;
}

.footer-btn-top {
  position: absolute;
  border-radius: 8px;
  background-color: var(--primary);
  top: -40px;
  right: 10%;
}

.footer-btn-top img {
  display: flex;
  padding: 16px;
  justify-content: center;
  align-items: center;
  gap: 8px;
}

@media (min-width: 992px) {
  .footer-element {
    flex-direction: row;
  }

  .media-container {
    width: fit-content;
    justify-content: space-around;
  }

  .sbf-container {
    width: fit-content;
  }

  .sbf-container p {
    color: var(--neutral-1);
    font-family: "Manrope Bold", "sans-serif";
    font-weight: 700;
    font-size: 1.25rem;
  }

  .sbf-container-link {
    width: fit-content;
    justify-content: space-between;
    gap: 4px;
  }

  .footer-btn-top {
    position: absolute;
    border-radius: 8px;
    background-color: var(--primary);
    top: -40px;
  }
 }
/* Default styles for larger screens */

.politica-container-1 {
    padding-top: 150px;
    padding-left: 50px;
    padding-right: 50px;
    background-color: #ffffff;
  }
  
  table {
    width: 100%;
    border-collapse: collapse;
  }
  
  .c51 {
    margin-left: 0!important;
  }
  
  
  .politica-title {
    color: black;
    text-align: center;
  }
  
  .politica-subtitle {
    color: black;
    font-size: 18px;
  }
  
  .politica-content-container {
    padding: 20px;
  }
  
  .politica-content-container h2,
  .politica-content-container p {
    margin-bottom: 20px;
  }
  
  .politica-sub-title {
    color: var(--decorative-running, #000);
    font-family: "ABC Whyte Inktrap", "sans-serif";
    font-size: 15px;
    font-weight: 700;
    line-height: 48px;
    text-align: left;
    margin-bottom: 16px;
  }
  
  .Table {
    border:0.75pt solid #000000;
    border-collapse: collapse;
  }
  
  .Table-2 {
    width: 456.25pt;
    border:1pt solid #000000;
    -aw-border-insideh:1pt single #000000;
    -aw-border-insidev:1pt single #000000; 
    border-collapse: collapse;
  }
  
  
  /* Mobile styles */
  
  @media (max-width: 768px) {
    .politica-container-1 {
      padding-left: 20px;
      padding-right: 20px;
      text-align: center;
    }
  
    h1 {
      font-size: 18pt;
    }
  
    h2 {
      font-size: 16pt;
    }
  
    h3 {
      font-size: 14pt;
    }
  
    h4 {
      font-size: 12pt;
    }
  
    h5 {
      font-size: 11pt;
    }
  
    h6 {
      font-size: 11pt;
    }
  
    .Subtitle {
      font-size: 13pt;
    }
  
    .Title {
      font-size: 22pt;
      margin-bottom: 10pt;
    }
  
    .normal0 {
      font-size: 10pt;
    }
  
    .Table {
      width: 100%;
      border:0.75pt solid #000000;
      border-collapse: collapse;
    }
  
    .Table-2 {
      width: 80%;
      border:1pt solid #000000;
      -aw-border-insideh:1pt single #000000;
      -aw-border-insidev:1pt single #000000; 
      border-collapse: collapse;
    }
  }
