
body {
  font-family: Arial, sans-serif;
  background-color: #f8f6fc;
}

h4, h5 {
  color: #333;
}

label {
  font-weight: 500;
  color: #444;
}

.emoji {
  font-size: 2.2rem;
  width: 40px;
  text-align: center;
  opacity: 0.4;
  transition: transform 0.3s ease, opacity 0.3s ease;
}

.emoji.active {
  transform: scale(1.5);
  opacity: 1;
}

.bar-wrapper {
  width: 100%;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}
/*
.radio-group {
  display: flex;
  gap: 1rem;
  margin-top: 0.5rem;
  flex-wrap: wrap;
}
.barra-escala-wrapper {
  position: relative;
}
*/
#indicador {
  position: absolute;
  top: -20px;
  font-size: 18px;
  color: #8662A7;
  transition: left 0.5s ease;
}

img.me-3 {
    width: 80% !important;
}