.container--escuchanos{justify-content: space-around;}

.topbar__ubication-time {
  color: white;
  font-size: 20px;
  font-weight: bold;
}

.header-escuchanos {
  background-color: var(--color-dark);
  height: 70px;
}

.header-escuchanos .container {
  display: flex;
  align-items: center;
}

.audio {
  padding: 50px 0;
    background-color: #262626;
  background-blend-mode: normal; 
  background-image: linear-gradient(160deg, #272727 60%, #111 40%);
 /*  background-image: url("../!PLACAS PARA WEB/PRUEBAS BANNER/bann5test.png");
  background-position: right;
  background-repeat: no-repeat;
  background-size: cover; */
  width: 100%;
}

.container--audio {
  max-width: 500px !important;
}

.audio__image {
  width: 200px;
  height: 200px;
  background-color: var(--color-light);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
}

.audio__panel {
  display: flex;
  flex-direction: column;
  gap: 25px;
  width: 100%;
}

.audio__information {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  gap: 35px;
}

.audio__control {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 45px;
  align-items: center;
  width: 100%;
}

.audio__description {
  width: 100%;
  display: flex;
  flex-direction: column;
}

.audio__span {
  color: var(--color-light);
}

.audio__bar {
  height: 7px;
  border-radius: 15px;
  background-color: var(--color-light);
  width: 100%;
  transition: 1s;
}

.red {
  background-color: var(--color-live) !important;
}


.audio__play-pause {
  width: 100%;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.audio__setting {
  width: 100%;
  height: 75px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.image {
  display: flex;
  align-items: center;
  cursor: pointer;
  justify-content: center;
}
#playButton,
#stopButton,
#audioPlayer,
#volume-low,
#volume-off,
#volume-xmark,
#volume-high,
#iconShare {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

#stopButton,
#audioPlayer,
#volume-low,
#volume-off,
#volume-xmark {
  display: none;
}

.audio__volume {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 15px;
  height: 25px;
}

.audio__share {
  overflow: hidden;
  width: 100%;
  height: 30px;
  display: flex;
  justify-content: start;
  align-items: center;
}

.shareSocial {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  padding-left: 10px;
  gap: 10px;
  position: relative;
  left: -185px;
  transition: 1s;
}

.left {
  left: 5px;
}

.iconShare {
  fill: white;
}

.button-share {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: white;
  color: var(--color-light);
  cursor: pointer;
  width: 30px;
  height: 30px;
  border: 0px;
  border-radius: 100%;
  font-size: 10px;
  outline: none;
}

.volumen-range {
  -webkit-appearance: none;
  width: 120px;
  height: 10px;
  border-radius: 25px;
  /*   background-color: var(--color-dark); */
  background-color: white;
  outline: none;
  cursor: pointer;
}

.volumen-range::-webkit-slider-thumb {
  appearance: none;
  border-radius: 100%;
  width: 18px;
  height: 18px;
  background-color: gray;
  cursor: pointer;
}

.volumen-range::-moz-range-thumb {
  appearance: none;
  border-radius: 100%;
  width: 20px;
  height: 20px;
  /*   background-color: var(--color-light); */
  background-color: white;
  cursor: pointer;
}

.volumen-range::-ms-thumb {
  appearance: none;
  border-radius: 100%;
  width: 20px;
  height: 20px;
  /*   background-color: var(--color-light); */
  background-color: white;
  cursor: pointer;
}
