@import url(https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700&display=swap);
@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;
  }
 }
.navbar-container {
  width: 100%;
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  background-color: var(--neutral-1);
  box-shadow: 0 0 0.3125rem rgba(0, 0, 0, 0.1);
}

.navbar-element {
  width: 100%;
  display: flex;
  align-items: center;
  padding: 32px 24px;
}

.navbar-element img {
  max-width: 126px;
}

.navbar-menu-element {
  cursor: pointer;
}

.login-button-element-web {
  display: none;
}

.login-button-element {
  display: block;
  width: 3.3125rem;
  height: 1.75rem;
  border-radius: 0.5rem;
  color: var(--primary-medium-2);
  background-color: var(--neutral-2);
  border-style: solid;
  border-width: 0.09375rem;
  border-color: var(--primary-medium-2);
  font-family: "Roboto", "sans-serif";
  font-weight: 500;
  font-size: 0.75rem;
  cursor: pointer;
}

/* Side Menu */
.side-menu-container {
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  background-color: var(--neutral-2);
  overflow: hidden;
  transition: 0.5s;
}

.close-container-menu {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  margin-top: 1.3125rem;
  margin-bottom: 3.9375rem;
}

.menu-element {
  display: flex;
  margin-bottom: 1.5rem;
  color: var(--primary-2);
  font-family: "Roboto", "sans-serif";
  font-weight: 400;
  font-size: min(4.444vw, 1.125rem);
  white-space: nowrap;
  transition: 0.3s;
}

.menu-icon-element {
  margin: 0 1.25rem;
  width: min(5.556vw, 1.375rem);
}

@media (min-width: 992px) {
  .navbar-container {
    display: flex;
    justify-content: center;
  }

  .navbar-element {
    padding: 32px;
    display: flex;
    justify-content: space-between;
  }

  .navbar-element img {
    max-width: 100%;
  }

  .login-button-element {
    display: none;
  }

  .login-button-element-web {
    display: flex;
    justify-content: center;
    min-width: 312px;
    border-radius: 0.5rem;
    color: var(--neutral-1);
    background-color: var(--primary);
    font-family: "Manrope Bold", "sans-serif";
    font-weight: 700;
    font-size: 1rem;
    cursor: pointer;
    padding: 18px 20px;
    transition: 1s;
  }

  .login-button-element-web:hover {
    opacity: 0.8;
  }
}

.faq-container-1 {
  padding-top: 150px;
  background-color: #ffffff;
}

.faq-title {
  color: black;
  text-align: center;
  font-size: 24;
  font-family: 'ABC Whyte Inktrap';
  margin-bottom: 20px;
}


.faq-warning {
  padding: 10px;
  background-color: #FFE500;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: var(--decorative-running, #000);

  font-family: "Manrope Bold";
  font-size: 18px;
  font-weight: 700;
  line-height: 120%;
  text-align: left;
  margin-bottom: 16px;
}

.toggle-label {
  cursor: pointer;
  user-select: none;
  padding: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: var(--decorative-running, #000);

  font-family: "Manrope Bold";
  font-size: 15px;
  font-weight: 700;
  line-height: 120%;
  text-align: left;
  margin-bottom: 10px;
}

.toggle-input {
  display: none;
}

.toggle-content {
  display: none;
  background-color: #fff;
  font-family: 'Manrope', sans-serif;
  margin-top: -10px;
  font-size: 14px;
}

.toggle-input:checked + .toggle-label .toggle-icon::before {
  content: url(435b9b05a8bfe6a85061.svg);
  transform: rotate(0deg);
}

.toggle-input:checked + .toggle-label + .toggle-content {
  display: block;
  padding: 10px;
}

.toggle-icon::before {
  content: url(f94af71327cc2f62362e.svg);
  transition: transform 0.3s ease-in-out;
}

.toggle-input:checked + .toggle-label .toggle-icon::before {
  transform: rotate(180deg);
}

.toggle-input:checked + .toggle-label + .toggle-content + .logo-open {
  display: inline;
}

.toggle-input:not(:checked) + .toggle-label + .toggle-content + .logo-closed {
  display: inline;
}

.container-content {
  width: 100%;
  display: flex;
  flex-direction: column;
  border-top: 1px solid #ccc;
  padding-top: 10px;
}

table-content {
  border-collapse: collapse;
  width: 80%;
  margin: 20px auto;
}

table-content, th, td {
  border: 1px solid black;
}

th, td {
  padding: 10px;
  text-align: center;
}

th {
  background-color: #007BFF;
  color: white;
}

tr:nth-child(even) {
  background-color: #f2f2f2;
}

tr:hover {
  background-color: #ddd;
}


.ul-content {
  padding: 25px;
}


.divider {
  height: 1px;
  width: 312;
  background: #D2D2D2;
  margin-right: 12px;
  margin-left: 12px;
}
