@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@500&display=swap");
body {
  margin: 0px;
  background-color: #2e2e2e;
  background-image: url("../assets/img/mapa_invertido.jpg");
  background-size: cover;
}

.container {
  height: 100vh;
}

.main {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  overflow: auto;
}

.nameRadio,
.playerContent,
.mobile {
  margin: 0;
  width: 33vw;
  height: 30vh;
  background-color: #2e2e2e;
  display: flex;
  justify-content: center;
  align-items: center;
}

.nameRadio {
  float: left;
}

.playerContent {
  float: right;
}

.titleRadio {
  color: #eaeaea;
  width: 70%;
}
.titleRadio img {
  width: 100%;
}

.play,
.pause {
  font-size: 72px;
}

.play {
  color: #ed3a3a;
}

.pause {
  color: #eaeaea;
}

.liveOffline {
  color: #eaeaea;
  font-family: "Poppins", sans-serif;
  display: flex;
  align-items: center;
}
.liveOffline div {
  margin-left: 3px;
  margin-right: 3px;
}

.rojo {
  color: #ed3a3a;
  font-size: 9px;
}

.logoRadio img {
  width: 20%;
}

.playPause {
  display: flex;
  justify-content: center;
}

.footer {
  position: fixed;
  left: 0px;
  bottom: 0px;
  width: 100vw;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.footer div {
  display: flex;
  background-color: #2e2e2e;
  margin: 0;
  justify-content: center;
  align-items: center;
  padding-left: 9px;
  padding-right: 9px;
  font-family: "Poppins", sans-serif;
  font-size: 9px;
}
.footer div h1 {
  margin-top: 6px;
  margin-bottom: 6px;
}

.powered {
  color: #ed3a3a;
  width: 21vw;
}
.powered div {
  margin: 6px 0px 6px 0px;
}
.powered div a {
  color: #eaeaea;
}
.powered div a:hover {
  color: #ed3a3a;
}

.social {
  color: #ed3a3a;
  width: auto;
}
.social div {
  margin: 6px 18px 6px 18px;
}
.social a {
  color: #ed3a3a;
}
.social a:hover {
  color: #eaeaea;
}

.design {
  color: #ed3a3a;
  width: 21vw;
  font-family: "Poppins", sans-serif;
}
.design div {
  margin: 6px 0px 6px 0px;
}
.design div a {
  color: #eaeaea;
}
.design div a:hover {
  color: #ed3a3a;
}

.mensajito {
  width: 2.1vw;
  filter: invert(100%);
}

.logo {
  width: 50px;
}
.logo img {
  width: 100%;
}

.mobile {
  color: #ed3a3a;
  visibility: hidden;
}

@media only screen and (max-width: 720px) {
  .container {
    height: 100vh;
  }
  .main {
    position: relative;
    top: 45%;
    transform: translateY(-50%);
    overflow: auto;
  }
  .nameRadio,
  .playerContent {
    margin: 0;
    height: 18vh;
    background-color: #2e2e2e;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .nameRadio {
    float: right;
    width: 60vw;
    margin-top: 9vh;
  }
  .playerContent {
    float: right;
    width: 100vw;
  }
  .titleRadio {
    color: #eaeaea;
  }
  .mobile {
    visibility: visible;
    float: right;
    width: 60vw;
    height: auto;
    margin-top: 3vh;
  }
  .mobileSocial {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .mobileSocial div {
    margin-left: 9px;
    margin-right: 9px;
  }
  .linkMobile,
  .linkMobile:hover,
  .linkMobile:visited {
    color: #ed3a3a;
  }
  .footer div {
    padding-left: 6px;
    padding-right: 6px;
    font-family: "Poppins", sans-serif;
    font-size: 6px;
  }
  .powered {
    color: #ed3a3a;
    width: 30vw;
  }
  .powered div {
    margin: 6px 0px 6px 0px;
  }
  .powered div a {
    color: #eaeaea;
  }
  .social {
    visibility: hidden;
    width: 0vw;
  }
  .design {
    color: #ed3a3a;
    width: 50vw;
    font-family: "Poppins", sans-serif;
  }
  .design div {
    margin: 6px 0px 6px 0px;
  }
  .design div a {
    color: #eaeaea;
  }
}/*# sourceMappingURL=style.css.map */