@media (min-width: 0px) and (max-width: 500px) {
  div#popup-frutuante {
        position: fixed;
        left: 20px;
        top: 85%;
        transform: translate(0, -50%);
        background: linear-gradient(0deg, rgba(24, 1, 58, 0.64), rgba(24, 1, 58, 0.64)), linear-gradient(102.03deg, rgba(255, 255, 255, 0.31) 17.68%, rgba(255, 255, 255, 0) 97.01%);
        width: 80%;
        height: fit-content;
        display: flex;
        justify-content: center;
        border-radius: 15px;
        box-shadow: 0 4px 12px #505050;
        z-index: 999999;
    }

  .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%;
  }

  .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;
  }

  .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;
  }

  html {
    min-width: 350px
  }

}