:root {  
    --smaller: .75;
  }



  .page-cover {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-image: url("../images/Desktop-\(Dicat\).jpg");
    background-size: cover; /* Altere para contain */
    background-position: top;
    background-repeat: no-repeat; /* Impede que a imagem se repita */
    z-index: -1;
  }

html, body {
  height: 100%;
  margin: 0;
}

body {
  align-items: center;
  background-color: black;
  display: flex;
  font-family: "Bebas Neue", sans-serif;
}

.container {
  color: #333;
  margin: 0 auto;
  text-align: center;
  position: relative; 
  z-index: 1; 
  padding-top: 20vh; 
  text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.7);
}

.title, .by {
  font-weight: normal;
  letter-spacing: 12px;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 1rem;
  color: white;
  
}

li {
  display: inline-block;
  font-size: 2rem;
  list-style-type: none;
  padding: 3rem; 
  text-transform: uppercase;
  color: white;
}

li span {
  display: block;
  font-size: 4rem; 
}

.emoji {
  display: none;
  padding: 1rem;
}

.emoji span {
  font-size: 4rem;
  padding: 0 .5rem;
}

.midiasSociais {
  gap: 10rem;
  display: flex;
  justify-content: center;
  text-decoration: none;
  font-size: 3rem;
  color: white;
}

  /* .texto {
    margin-bottom: 3rem;
  } */

a {
  text-decoration: none;
  color: inherit;
}

#countdown ul {
  list-style: none;
  padding: 0;
  display: flex;
  justify-content: center;
  gap: 15px;
}

#countdown li {
  text-align: center;
  font-size: 1.5rem;
  padding: 10px;
  /* background: rgba(0, 0, 0, 0.5);  */
  border-radius: 10px;
}

.all {
  margin-bottom: 150px;
}

.videoClip{
  padding: 1rem !important;
  margin-bottom: 7rem !important;
  margin-left: -55px;
}

.capaAlbum {
  width: 20rem;
}

/* .fa-brands {
  width: 5rem;
} */



@media (max-width: 600px) {

  ul {
    padding-left: 0px;
  }

  li {
    padding: 7px;
    font-size: 16px;
  }

  li span {
    font-size: 35px;
  }

  .videoClip{
    padding: 3rem !important;
    margin-bottom: 7rem !important;
  }

  .all {
    margin-top: 130px;
  }

  .videoClip iframe {
    width: 380px;
    height: 180px;
}
  .midiasSociais {
    gap: 2rem;
    display: flex;
    justify-content: center;
    text-decoration: none;
    font-size: 1rem;
    color: white;

  }

  .page-cover {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-image: url("../images/Desktop-\(Dicat\).jpg");
    background-size: cover;
    background-position: center;
    z-index: -1; 
  }


}