/* Estilos para el slider de textos */
#slidertext-bar {
  width: 100%;
  min-height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.09);
  position: relative;
  z-index: 10;
  padding: 0px;
}
#slidertext-inner {
  width: 100%;
  min-height: 40px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.slidertext-item {
  font-size: 1.4rem;
  font-weight: 700;
  text-align: center;
  padding: 10px 0;
  width: 100%;
  user-select: none;
  background: transparent;
}
#slidertext-content {
  font-size: 1.4rem;
  font-weight: 700;
  color: #1976d2;
  letter-spacing: 0.5px;
  transition: opacity 0.5s;
  opacity: 1;
  text-align: center;
  padding: 12px 0;
  width: 100%;
  user-select: none;
}
