@media (min-width: 0px) and (max-width: 500px) {
  div#popup-frutuante {
    position: fixed;
    left: 10px;
    top: 95%;
    transform: translate(0, -95%);
    background-color: #fff;
    width: 80%;
    height: fit-content;
    display: flex;
    justify-content: center;
    border-radius: 15px;
    box-shadow: 0 4px 12px #505050;
    z-index: 9998;
}
  .div-conteudo {
    height: 350px !important;
  }

  .corpo-config-cookies {
    width: 90%;
    top: 100px !important;
  }

  button.footer-botoes-cookies {
    font-size: 8px;
  }

  .width-cookies-450 {
    width: 100% !important;
  }

  .popup-hide2 .col-12-cookies.space-between {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
  }

  .btn-ajustes,
  .btn-fechar-2 {
    width: 48%;
  }

  .btn-aceitar2 {
    width: 100%;
  }
  .btn-aceitar2, .btn-aceitar2:hover{
    width: 100%;
  }

  .popup-hide2 .col-12-cookies.mt-15.flex-end {
    justify-content: center;
  }

  .mob-inverter {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column-reverse;
    align-items: flex-start;
  }

  h2.h2-cookies {
    line-height: 1.1;
    font-size: 15px;
    margin-bottom: 0;
  }
  .popup-frutuante .pd-15 {
    padding: 10px;
}
  .cookies-cupcode {
    width: 60px;
    margin: 0 auto;
  }

  .mob-texto-center {
    text-align: center;
    padding-bottom: 5px;
  }

  .wrapper {
    width: 338px;
    height: 500px;
    max-width: 338px;
  }

  .width-450 {
    width: 100%;
  }

  .botoes-navegacao {
    justify-content: space-around;
  }

  .mob-width-none {
    width: auto;
  }

  .container-cookies {
    width: auto;
  }

  .item {
    width: 338px;
  }

  .mt-check-garden {
    font-size: 6px;
  }

  .texto-toggle {
    font-size: 1rem;
    padding: 0px 10px;
  }

  .bg-ver-mais {
    padding: 2px 5px;
    font-size: 14px !important;
  }

  .texto-ver-mais {
    font-size: 12px !important;
  }

  .footer-popup-hide2 {
    justify-content: center;
  }

}

@media (max-width: 400px) {
  .aceitos-todos-btn {
    font-size: 12px !important;
    padding: 8px 12px !important;
  }
}