* {
  /* border: 1px solid black; */
}

body {
  margin: 0;
  padding: 0;
  text-decoration: none;
}

.container {
  background: url("image/fondo4.jpg");
  background: linear-gradient(
    90deg,
    rgba(255, 127, 162, 1) 0%,
    rgba(255, 127, 162, 1) 30%,
    rgba(255, 215, 84, 1) 31%,
    rgba(255, 215, 84, 1) 69%,
    rgba(0, 224, 214, 1) 70%,
    rgba(0, 224, 214, 1) 100%
  );
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  width: 100%;
  align-items: center;
}

header {
  display: flex;
  align-items: center;
  /* justify-content: space-between; */
  width: 100%;
  /* max-width: 1000px; */
  padding: 10px 0;
  background-color: rgba(255, 255, 255, 40%);
}

.logo-grupo {
  width: 30%;
  display: flex;
  justify-content: center;
}

.separador {
  width: 40%;
}

.navbar {
  width: 30%;
}

.navbar ul {
  display: flex;
  justify-content: center;
  /* width: 229px; */
  margin-block-start: 0;
  margin-block-end: 0;
  padding-inline-start: 0;
  gap: 10px;
}

.navbar li {
  list-style: none;
}

.navbar img {
  width: 35px;
}

#logo-rep {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

#clase-logo {
  margin-top: 30px;
  width: 350px;
}

#clase-logo.active {
  animation: giro-lp 2s infinite linear;
}

#clase-logo img {
  width: 100%;
  /* filter: brightness(1.1); */
  /* mix-blend-mode: multiply; */
}

.clase-rep {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: rgba(255, 255, 255, 40%);
  padding: 10px 0;
  margin: 20px 0;
}

.clase-rep img {
  width: 300px;
}

audio {
  display: none;
}

/* Controles Audio */

div#reproductor {
  width: 300px;
}

div#reproductor ul {
  display: flex;
  justify-content: center;
  align-items: center;
  /* overflow: hidden; */
  list-style: none;
  padding-inline-start: 0;
  max-width: 300px;
}

div#reproductor ul li {
  padding: 1px;
}

div#reproductor ul li a {
  display: block;
  width: 60px;
  height: 40px;
  text-decoration: none;
  background-size: cover;
  background-position: bottom;
  border-radius: 50%;
}

div#reproductor ul li a:hover {
  background-position: top;
}

div#reproductor ul li a.active {
  background-position: top;
}

div#reproductor ul li a span {
  display: none;
}

#stop {
  background-image: url(image/btn_stop_2.png);
}

#play {
  background-image: url(image/btn_play_2.png);
}

#pause {
  background-image: url(http://valebhi.com.ar/img/btn_pause_2.png);
}

#unmute {
  background-image: url(image/btn_mute_2.png);
}

#mute {
  background-image: url(image/btn_unmute_2.png);
}

.anuncia {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 100%;
}

.acn-btn {
  display: flex;
  flex-direction: column;
  border: none;
  border-radius: 10px;
  align-items: center;
  padding: 5px 10px;
  background: linear-gradient(to right, black, rgb(49, 49, 49), black);
  box-shadow: 0 1px 5px black;
}

.acn-title {
  color: #ff9911;
  font-size: 22px;
  font-weight: 500;
  font-style: italic;
}

.acn-numbers {
  color: white;
  font-size: 34px;
  font-weight: 300;
}

footer {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  background-color: white;
  margin-top: 70px;
  padding: 10px 0;
  box-shadow: 0 0 10px white;
}

#carpiana {
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  color: black;
}

#carpiana a {
  text-decoration: none;
  font-weight: 600;
  color: black;
}
