/* css code */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -webkit-scroll-behavior: smooth;
  scroll-behavior: smooth;
}

/* popup configurações */
.corpo-config-cookies {
  border-radius: 20px;
  position: fixed;
  top: 100px;
  right: 0;
  bottom: 0;
  left: 0;
  margin-left: auto;
  margin-right: auto;
  width: 450px;
  height: 450px;
  z-index: 9998;
}


.div-conteudo {
  background: #FFF;
  width: 100%;
  color: white;
  padding: 10px;
  overflow: auto;
  height: 410px;
}

.botoes-navegacao {
  background: #FFF;
  width: 100%;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 0px 0px 20px 20px;
  position: absolute;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.cookies-navegacao-top {
  display: flex;
  align-items: center;
  padding: 10px;
  box-sizing: border-box;
  background: #FAE0F6;
  border-radius: 20px 20px 0px 0px;
  justify-content: space-around;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

div#div-conteudo {
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.div-conteudo p,
.div-conteudo li {
  color: #3B3756 !important;
}

.div-conteudo a {
  color: var(--pink) !important;
}

.cookies-btn-top {
  width: 80px;
  margin-left: 10px;
  margin-right: 10px;
  cursor: pointer;
  background: unset;
  border: unset;
}

button.FecharPopUp {
  width: 35px;
  height: 35px;
  border-radius: 0px 20px 0px 20px;
  border: unset;
  background-color: #505050;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
}

.aceitos-todos-btn {
  font-size: 15px !important;
  padding: 8px 15px !important;
  font-weight: 600;
}

/* CSS para aplicar o cursor not-allowed */
.mt-check-garden input:disabled+label:before {
  cursor: not-allowed;
  background: #21bf73 !important;
}

.mt-check-garden input:disabled+label {
  background: #4e4e4e !important;
}

.popup-frutuante {
  position: fixed;
  left: 5%;
  bottom: 50px;
  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: 450px;
  height: fit-content;
  justify-content: center;
  border-radius: 15px;
  box-shadow: 0 4px 12px #18013aa3;
  top: 95%;
  z-index: 9998;
  transform: translate(-5%, -95%);
}

.mt-check-garden {
  display: flex !important;
}

.conteudo-visivel,
.conteudo-oculto {
  font-size: 14px;
  color: #3B3756 !important;
}

.logo-cupcode-cookies {
  width: 95px;
}

.width-cookies-450 {
  width: 450px !important;
}

/* fim do popup configurações */
h2.h2-cookies {
  font-family: 'Poppins', sans-serif !important;
  font-size: 17px;
  font-weight: 400;
  line-height: 1;
  color: #FFFFFF;
}

p.p-cookies {
  font-family: 'Poppins', sans-serif !important;
  line-height: 1.3;
  font-size: 9px;
  margin: 0 !important;
  color: #FFFFFF;
  font-weight: 400;
}

.div-conteudo p {
  font-family: 'Poppins', sans-serif !important;
  font-size: 13px;
}

.div-conteudo li {
  list-style: none;
  line-height: 1.1;
  font-family: 'Poppins', sans-serif !important;
}

.img-navegacao-top {
  height: auto;
  width: auto;
  min-height: 60px;
  max-height: 60px;
}

/* Personaliza a barra de rolagem */
.div-conteudo::-webkit-scrollbar {
  width: 8px;
  /* Define a largura da barra de rolagem */
}

/* Personaliza o botão da barra de rolagem */
.div-conteudo::-webkit-scrollbar-thumb {
  background-color: #848484;
  /* Define o raio de borda do botão */
}

/* Personaliza a área da barra de rolagem que não é ocupada pelo botão */
.div-conteudo::-webkit-scrollbar-track {
  background-color: #505050;
  /* Define a cor de fundo da área da barra de rolagem */
}

/* Personaliza o canto da barra de rolagem */
.div-conteudo::-webkit-scrollbar-corner {
  background-color: #505050;
  /* Define a cor de fundo do canto */
}

.row-cookies {
  display: flex;
  align-items: center;
}

.col-1-cookies {
  display: flex;
  align-items: center;
  column-gap: 10px;
  width: 8.33%;
}

.col-2-cookies {
  display: flex;
  align-items: center;
  column-gap: 10px;
  width: 16.66%;
}

.col-3-cookies {
  display: flex;
  align-items: center;
  column-gap: 10px;
  width: 25%;
}

.col-4-cookies {
  display: flex;
  align-items: center;
  column-gap: 10px;
  width: 33.33%;
}

.col-5-cookies {
  display: flex;
  align-items: center;
  column-gap: 10px;
  width: 41.66%;
}

.col-6-cookies {
  display: flex;
  align-items: center;
  column-gap: 10px;
  width: 50%;
}

.col-7-cookies {
  display: flex;
  align-items: center;
  column-gap: 10px;
  width: 58.33%;
}

.col-8-cookies {
  display: flex;
  align-items: center;
  column-gap: 10px;
  width: 66.66%;
}

.col-9-cookies {
  display: flex;
  align-items: center;
  column-gap: 10px;
  width: 75%;
}

.col-10-cookies {
  display: flex;
  align-items: center;
  column-gap: 10px;
  width: 83.33%;
}

.col-11-cookies {
  display: flex;
  align-items: center;
  column-gap: 10px;
  width: 91.66%;
}

.col-12-cookies {
  display: flex;
  align-items: center;
  column-gap: 10px;
  width: 100%;
}


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

.texto-toggle {
  font-size: 1rem;
  color: #3B3756;
  font-family: 'Tomorrow', sans-serif;
  font-weight: bold;
  font-style: normal;
}

.conteudo-da-configuracao {
  color: #3B3756;
  padding: 5px;
  background: #FDF0FB;
  border-radius: 0px 0px 10px 10px;
}

.bg-controles {
  padding: 5px;
  border-radius: 10px 10px 0px 0px;
  position: relative;
  background: #C7C8E4;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.head-controles {
  border-radius: 10px;
  margin-bottom: 10px;
}

span.toggle-text {
  background: var(--pink);
  justify-content: center;
  width: 25px;
  height: 25px;
  align-items: center;
  border-radius: 50%;
  display: flex;
}

.btn-ver-mais {
  justify-content: flex-end;
}

.div-conteudo p {
  margin: 0 !important;
}

button.cookies-btn-top p {
  color: #3B3756;
  font-family: 'Fractul Web';
}

.texto-ver-mais {
  line-height: 1;
}

.col-12-cookies.width-450 .col-4-cookies {
  justify-content: center;
}

button.footer-botoes-cookies {
  padding: 8px 8px;
  border-radius: 25px;
  border: unset;
  color: white;
  font-size: 10px;
  cursor: pointer;
}

.btn-aceitar,
.btn-aceitar:hover {
  background-color: #47BE53;
  color: white;
}

.btn-negar,
.btn-negar:hover {
  background-color: #ED1E79;
  color: white !important;
}

.mt-check-garden label {
  background: #4e4e4e !important;
}

.btn-fechar {
  background-color: #ffffffc9;
}

.mb-40 {
  margin-bottom: 40px;
}

.cookies-cupcode {
  width: 80px;
  position: absolute;
  top: -5px;
  right: -5px;
}

.flex-wrap {
  column-gap: unset;
  flex-wrap: wrap;
}

.btn-ajustes,
.btn-fechar-2 {
  padding: 5px 25px;
  border-radius: 15px;
  border: unset;
  color: white;
  font-size: 15px;
  font-family: 'Poppins', sans-serif !important;
  width: 120px;
  height: 30px;
  cursor: pointer;
}

.btn-ajustes {
  background-color: #7F47DD;
}

.btn-fechar-2 {
  background-color: #ffffff00;
}

.btn-aceitar2,
.btn-aceitar2:hover {
  background-color: #47BE53;
  color: white;
  padding: 5px 15px;
  border-radius: 15px;
  border: unset;
  font-size: 15px;
  width: 120px;
  height: 30px;
  cursor: pointer;
}

.space-evenly {
  justify-content: space-evenly;
}

.flex-start {
  justify-content: flex-start;
}

.flex-end {
  justify-content: flex-end;
}

.space-between {
  justify-content: space-between;
}

.content-center {
  justify-content: center;
}

.mt-15 {
  margin-top: 15px;
}

.pd-10 {
  padding: 10px;
}

.pd-15 {
  padding: 15px;
}

.pd-t10 {
  padding-top: 10px;
}

.pd-t5 {
  padding-top: 5px;
}

.pd-b10 {
  padding-bottom: 10px;
}

.pd-b5 {
  padding-bottom: 5px;
}

.justify-content-center {
  justify-content: center;
}

.footer-popup-hide2 {
  background: #FFFFFF;
  height: 30px;
  padding-left: 15px;
  padding-right: 15px;
  border-radius: 0px 0px 15px 15px;
}

.p-footer-popup-hide2 {
  color: #18013A;
  font-family: 'Poppins', sans-serif !important;
  font-size: 10px;
  margin-bottom: 0;
}

.display-contents {
  display: contents;
}