body {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', sans-serif;
    background-color: #3acce1;
    margin: 0;
    padding: 0;
    color: #333;
}

html, body {
    width: 100%;
    overflow-x: hidden;
}

.container {
    border-radius: 10px;
    margin-top: 20px;
    max-width: var(--form-width, 900px);
    background-color: #ffffff;
    padding: 20px;
    color: #253b56;
}

.container-transp {
    margin: 20px auto 0 auto; /* top | right | bottom | left */
    max-width: var(--form-width, 900px);
    color: #fff;
    padding: 20px;
}

.menu-top {
    font-size:18px;
    text-align: center;
    /* color: #fff; */
    /* font-weight: bold; */
}

.menu-top a {
    color: white; /* Cor dos links */
    text-decoration: none; /* Remove underline dos links */
}

.mainText {
    font-size: 18px;
    line-height: 1.0;
}

.littleText {
    font-size: 13px;
    line-height: 1.0;
}

.littleTextSpaced {
    font-size: 12px;
    line-height: 1.3;
}

.cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #fff;
    color: #5d5d5d;
    padding: 10px 20px;
    text-align: center;
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 1000;
  }

  .cookie-banner p {
    margin: 0;
    padding: 0;
    flex: 1; /* Faz o parágrafo ocupar o espaço disponível */
    margin-right: 20px; /* Adiciona um espaçamento entre o texto e o botão */
    font-size: 14px;
    line-height: 1.5; /* Melhora a legibilidade do texto */
  }

  .cookie-banner a {
    color: #00d0ef;
    text-decoration: none;
  }

  .cookie-banner a:hover {
    text-decoration: underline;
  }

  .cookie-banner button {
    background-color: #00d0ef;
    color: white;
    border: none;
    padding: 10px 20px;
    cursor: pointer;
  }

  .cookie-banner button:hover {
    background-color: #45a049;
  }

  .logo-main {
    /* width: 300px; */
    height: 200px;
    border: 0;
  }

@media screen and (max-width: 768px) {

    .container, 
    .container-transp {
        width: 90%;
        margin: 15px auto;
        padding: 15px;
    }

    .cookie-banner p {
      margin: 0;
      padding: 0;
      flex: 1; /* Faz o parágrafo ocupar o espaço disponível */
      margin-right: 20px; /* Adiciona um espaçamento entre o texto e o botão */
      font-size: 10px;
      line-height: 1.5; /* Melhora a legibilidade do texto */
      text-align: left;
  }

  .logo-main {
    /* width: 300px; */
    height: 150px;
    border: 0;
  }

.menu-top {
    font-size:15px;
    text-align: center;
}

}

@media screen and (max-width: 400px) {

    .container, 
    .container-transp {
        width: 90%;
        margin: 10px auto;
        padding: 20px;
        font-size: 13px;
    }

    .cookie-banner p {
      margin: 0;
      padding: 0;
      flex: 1; /* Faz o parágrafo ocupar o espaço disponível */
      margin-right: 20px; /* Adiciona um espaçamento entre o texto e o botão */
      font-size: 10px;
      line-height: 1.5; /* Melhora a legibilidade do texto */
      text-align: left;
  }

  .logo-main {
    /* width: 300px; */
    height: 150px;
    border: 0;
  }

  .menu-top {
    font-size:15px;
    text-align: center;
}
}