* {
  font-family: sans-serif;
  margin: 0;
  padding: 0;
}

body {
  margin: 3%;
  padding: 10px 5px;
}

.inicio {
  background-color: rgb(255, 255, 255);
  height: 100vh;
}

header {
  background: #444;
    color: #aaa;
    padding: 20px;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    text-align: center;
    margin: auto;
}

.cardWhite {
  padding: 10px;
  border: 3px solid #ccc;
  width: 400px;
  max-width: 90%;
  border-radius: 20px;
  box-shadow: 0 0 20px rgba(0, 0, 0, .2);
  text-align: center;
  height: auto;
  position: fixed;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  margin: auto;
  font-size: 20px;
  color: #444;
  font-weight: 400;
  background: #fff;
  z-index: 999;
  flex-direction: column;
  display: flex;
  align-items: center;
  justify-content: center;
}

.cardWhite .profile {
  margin: auto;
  border: 2px solid green;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background-image: url('./i2.png');
  background-size: contain;
  margin-top: 17px;
  margin-bottom: 17px;
}

.cardWhite p {
  font-size: 16px;
}

.card-header {
  background-color: #06AD51 !important;
  color: white;
  width: 100%;
  border-radius: 10px 10px 0px 0px!important;
}

.aplayer {
  height: 80px;
  width: 80px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  position: relative;
  background: #EF6C00;
  color: #fff;
  display: inline-block;
}

.aplayer.aplayer-playing {
  background: #66BB6A;
}

.d-block {
  display: block;
}

.d-none {
  display: none;
}

.aplayer-btn-play {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  height: 100%;
}

.aplayer-btn-play svg {
  width: 50%;
}

.header {
  background:  #fff159 ; color:#fff;  height: 50px; display:flex; align-items:center; position:fixed; top: 0; width: 100%; z-index:999;
  padding: 0 10%;
}

.header img {
  width: 25px;
  margin-right: 10px;
}

.inicio {
  padding: 0px;
  margin-top: 40px;
  display: flex;
  flex-direction: column;
  background-color: #161616;
  text-align: center;
  color: white;
}

.saldo div {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.categorias {
  background-color: #161616;
  padding: 5px 0 5px 0;
  width: 100%;
  display: block;
  list-style: none;
  text-align: center;
  position: sticky;
  top: 50px;
  z-index: 9;
}

.categoria {
  display: inline-flex;
  margin: 5px;
  background: green;
  padding: 5px 10px;
  min-width: fit-content;
  border-radius: 12px;
  cursor: pointer;
  font-size: 12px;
  color: black;
  transition: .3s;
}

.categoria.completed {
  pointer-events: none !important;
  background-color: transparent !important;
  border: 1px solid grey !important;
  color: white !important;
}

.container {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}

.items {
  display: none;
  grid-template-columns: repeat(4, 1fr);
  justify-content: center; /* Cria 4 colunas com largura igual */
  gap: 20px; 
 /* Define um espaçamento entre as colunas */
}

.items.active {
  display: grid;
}

.item {
  display: flex;
  flex-direction: column;
  border-radius: 5px;
  background-color: white;
  color: black;
  text-align: left;
  justify-content: space-around;
  padding: 10px;
  min-height: 300px;
}

.item .price {
  font-size: 18px;
  font-weight: bold;
}

.item img {
  height: 164px;
  width: fit-content;
  display: flex;
  justify-content: center;
  margin: auto;
}

.item .wrapperImg {
  display: flex;
  padding-bottom: 10px;
  position: relative;
  flex-direction: column;
}

@media (max-width: 768px) {
  .items {
    grid-template-columns: repeat(2, 1fr); /* Altera para 2 colunas em telas menores que 768px */
  }
  .item img {
    height: 110px;
    width: 100px;
  }
}

.item .logo {
  max-width: 40px;
  max-height: 30px;
  display: block;
  margin: 0 auto;
  position: absolute;
  right: 15px;
  bottom: 10px;
}

.modal {
  color: black;
}

.modal-btn-group+.modal-question{margin-top:25px}
.modal-btn-group{display:flex; justify-content:space-between; gap:20px; margin-bottom:-1px; }

.btn.sim, .btn.nao{ background: #ccc; min-width: auto; width: 50px; height: 50px; position:relative; border-radius:50%;  box-shadow:none !important }
.btn.sim.act{ background: #66BB6A;}
.btn.nao.act{ background: #E57373;}

.btn img{ width: 80%; height: 80%; opacity:.5}
.btn.nao:after{transform: scaleY(-1);}


.btn.sim:after, .btn.nao:after{content:''; background: url('https://cdn.icon-icons.com/icons2/1462/PNG/512/024like_99974.png') no-repeat center; background-size:60%;  position:absolute; top: 0;bottom: 0;right: 0;left: 0; opacity:.3}
.modal-btn-group .btn{margin:0 auto}
.modal-btn-group.simnao{ max-width:300px;margin:0 auto;justify-content:space-between;}

.simnao {
  padding-bottom: 30px;
}

#sacaragora.act {
  display: block;
}
#sacaragora {
  display: none;
  width: 100%;
  padding: 10px;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: #000;
  text-align: center;
}

#sacaragora .btn {
  background: #43A047;
  display: block;
  max-width: 400px;
  color: white;
  margin: 0 auto;
  margin-top: 10px;
}

.container input {
  max-width: 500px;
  padding: 10px;
  border-radius: 8px;
  border: none;
  margin: 0 auto;
  display: flex;
  width: 100%;
}

.card div {
  display: flex;
  justify-content: space-between;
}

.card h5 {
  font-weight: bold;
  font-size: 18px;
}

.ndfHFb-c4YZDc.ndfHFb-c4YZDc-i5oIFb .ndfHFb-c4YZDc-Bz112c:not([onclick]):not(:link):not(:visited) {
  transform: scale(2.5) !important;


}
.ndfHFb-c4YZDc-kODWGd-NziyQe-LgbsSe {
  transform: scale(2.5) !important;
}

.ndfHFb-c4YZDc-kODWGd-NziyQe-Bz112c {
  width: 100px;
  height: 100px;
}