* {
  padding: 0px;
  margin: 0px;
  box-sizing: border-box;
}

@font-face {
  font-family: "windows-95";
  src: url(../../fonts/w-95-sans-serif.woff);
}
body {
  background-position: center;
  background-size: cover;
  font-family: "windows-95", sans-serif;
}

main {
  display: flex;
  align-items: center;
  justify-content: center;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 95vh;
  padding-top: 10px;
}
main .icon-btn {
  margin-top: 10px;
  margin-bottom: 40px;
  margin-left: 3px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  cursor: pointer;
}
main .icon-btn img {
  width: 55px;
}
main .icon-btn p {
  font-size: 10px;
  margin-left: 10px;
  margin-top: 5px;
  color: #fdfdfd;
}

footer {
  display: flex;
  align-items: center;
  justify-content: center;
  justify-content: space-between;
  height: 5vh;
  border-top: 2px solid white;
  border-radius: 0;
  background: #C0C0C0;
  padding-left: 8px;
  padding-right: 8px;
}
footer .start, footer .hours {
  height: 3.5vh;
  padding: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-top: 2px solid white;
  border-top: 2px solid white;
  border-left: 2px solid white;
  border-right: 2px solid #393939;
  border-bottom: 2px solid #393939;
  border-radius: 0;
  background: #C0C0C0;
  cursor: pointer;
  transition: all 0.2s;
}
footer .start img, footer .hours img {
  width: 20px;
  margin-right: 6px;
}
footer .start p, footer .hours p {
  font-size: 12px;
}
footer .start:hover, footer .hours:hover {
  background: #a7a5a5;
}
footer .hours {
  font-size: 10px;
}

.modal {
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100vh;
  display: none;
}

.modal-wallpapers {
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100vh;
  display: none;
}

.modal-config {
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100vh;
  display: none;
}

.modal-sobre {
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100vh;
  display: none;
}

.wrapper {
  position: fixed;
  inset: 0;
  z-index: 9999;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.25s, visibility 1s;
}

.fade {
  opacity: 0;
  visibility: hidden;
}

.spinner {
  border: 8px solid rgba(0, 0, 0, 0.1);
  border-left-color: #22a6b3;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  animation: spin 1s linear infinite;
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
.header {
  background-color: #000181;
  width: 100%;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  justify-content: space-between;
  padding-left: 10px;
  padding-right: 6px;
}
.header .logo {
  display: flex;
  align-items: center;
  justify-content: center;
  justify-content: flex-start;
}
.header .logo img {
  width: 22px;
  margin-bottom: 3px;
  margin-right: 8px;
}
.header .logo p {
  color: #fdfdfd;
  font-size: 12px;
}
.header .close {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  font-size: 12px;
  border-top: 2px solid white;
  border-left: 2px solid white;
  border-right: 2px solid #393939;
  border-bottom: 2px solid #393939;
  border-radius: 0;
  background: #C0C0C0;
  cursor: pointer;
  transition: all 0.2s;
}
.header .close:hover {
  background: #a7a5a5;
}

@media (max-width: 550px) {
  .spinner {
    width: 50px;
    height: 50px;
  }
}
.player-box {
  width: 310px;
  padding: 10px;
  padding-bottom: 18px;
  border-top: 2px solid white;
  border-left: 2px solid white;
  border-right: 2px solid #393939;
  border-bottom: 2px solid #393939;
  border-radius: 0;
  background: #C0C0C0;
}
.player-box .content {
  position: relative;
  margin-top: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.player-box .content img {
  width: 100%;
  height: 250px;
  border: 2px solid #393939;
}
.player-box .content .load {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  inset: 0;
  top: 0;
  width: 100%;
  height: 250px;
  border: 2px solid #393939;
  background-color: #c4c4c4;
  transition: opacity 0.25s, visibility 1s;
}
.player-box .content .title {
  margin-top: 20px;
  margin-bottom: 8px;
  font-size: 16px;
}
.player-box .content .artist {
  font-size: 12px;
  color: #3f3f3f;
}
.player-box .content .duration {
  margin-top: 20px;
  width: 100%;
}
.player-box .content .duration .timer {
  width: 100%;
  height: 2px;
  border-top: 2px solid #393939;
  border-left: 2px solid #393939;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  border-radius: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  justify-content: flex-start;
}
.player-box .content .duration .timer progress {
  width: 0%;
  height: 2px;
}
.player-box .content .duration .timer .timer-mark {
  width: 10px;
  height: 15px;
  border-top: 2px solid white;
  border-left: 2px solid white;
  border-right: 2px solid #393939;
  border-bottom: 2px solid #393939;
  border-radius: 0;
  background: #C0C0C0;
}
.player-box .content .controls {
  margin-top: 20px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  justify-content: space-between;
}
.player-box .content .controls p {
  font-size: 9px;
  width: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.player-box .content .controls .btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-top: 2px solid white;
  border-left: 2px solid white;
  border-right: 2px solid #858585;
  border-bottom: 2px solid #858585;
  cursor: pointer;
  transition: all 0.2s;
}
.player-box .content .controls .btn:hover {
  background: #afacac;
}
.player-box .content .controls #btn-pause {
  display: none;
}
.player-box .content .controls #btn-volume-up, .player-box .content .controls #btn-volume-down {
  width: 28px;
  height: 28px;
}

@media (max-width: 500px) {
  .player-box {
    width: 82%;
  }
}
.wallpapers-box {
  width: 70%;
  padding: 5px;
  border-top: 2px solid white;
  border-left: 2px solid white;
  border-right: 2px solid #393939;
  border-bottom: 2px solid #393939;
  border-radius: 0;
  background: #C0C0C0;
}
.wallpapers-box .content {
  padding-top: 30px;
  padding-bottom: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
}
.wallpapers-box .content .wallpaper-img {
  width: 200px;
  height: 130px;
  border: 2px solid #393939;
  cursor: pointer;
  transition: all 0.3s;
}
.wallpapers-box .content .wallpaper-img:hover {
  filter: grayscale(100%);
  transform: scale(1.05);
}

@media (max-width: 1250px) {
  .wallpapers-box {
    width: 90%;
  }
}
@media (max-width: 970px) {
  .wallpapers-box {
    width: 90%;
  }
  .wallpapers-box .content .wallpaper-img {
    width: 160px;
    height: 90px;
  }
}
@media (max-width: 650px) {
  .wallpapers-box {
    width: 85%;
    gap: 10px;
  }
  .wallpapers-box .content .wallpaper-img {
    width: 120px;
    height: 60px;
  }
}
@media (max-width: 330px) {
  .wallpapers-box .content .wallpaper-img {
    width: 110px;
    height: 50px;
  }
}
.config-box {
  width: 40%;
  padding: 8px;
  border-top: 2px solid white;
  border-left: 2px solid white;
  border-right: 2px solid #393939;
  border-bottom: 2px solid #393939;
  border-radius: 0;
  background: #C0C0C0;
}
.config-box .content {
  padding: 8px;
}
.config-box .content h3 {
  font-size: 14px;
  margin-top: 15px;
  margin-bottom: 15px;
}
.config-box .content .config-sounds div {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  justify-content: flex-start;
  margin-top: 15px;
  font-size: 14px;
}
.config-box .content .config-sounds div button {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px;
  border-top: 2px solid white;
  border-left: 2px solid white;
  border-right: 2px solid #858585;
  border-bottom: 2px solid #858585;
  cursor: pointer;
  transition: all 0.2s;
}
.config-box .content .config-sounds div button:hover {
  background: #afacac;
}
.config-box .content .config-sounds div .On {
  border: 2px solid green;
}
.config-box .content .config-sounds div .Off {
  border: 2px solid red;
}

@media (max-width: 750px) {
  .config-box {
    width: 80%;
  }
}
.sobre-box {
  width: 50%;
  padding: 5px;
  border-top: 2px solid white;
  border-left: 2px solid white;
  border-right: 2px solid #393939;
  border-bottom: 2px solid #393939;
  border-radius: 0;
  background: #C0C0C0;
}
.sobre-box .content {
  text-align: center;
  padding: 10px;
}
.sobre-box .content p {
  margin-top: 20px;
}
.sobre-box .content hr {
  margin-top: 10px;
}

@media (max-width: 600px) {
  .sobre-box {
    width: 80%;
  }
}

/*# sourceMappingURL=style.css.map */
