::-webkit-scrollbar-track {
  background-color: #141414;
}
::-webkit-scrollbar {
  width: 12px;
  background: #F4F4F4;
}
::-webkit-scrollbar-thumb {
  background: #f50303;
  border-radius: 20px;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Chakra Petch", "Open Sans", sans-serif;
  font-family: "Mynerve", cursive;
  text-decoration: none !important;
}

body {
  width: 100%;
  height: 100vh;
}

.lista {
  display: flex;
  gap: 60px;
  justify-content: center;
  align-items: center;
  position: absolute;
  right: 530px;
  margin-top: 15px;
  font-size: 25px;
  font-weight: 900;
}

.lista a {
  color: white;
}

.lista li {
  cursor: pointer;
  list-style: none;
}

.lista li:hover {
  transform: scale(1.2);
  transition: 0.8s;
}

.lista a:hover {
  color: rgb(224, 13, 13);
  transition: 0.8s;
}

.faixa {
  background-color: #000000e7;
  display: flex;
}

.Resistência {
  width: 60vw;
  height: 58vh;
  margin-left: -98px;
  overflow: hidden;
}

.microfone-class {
  position: absolute;
  right: 0px;
  width: 410px;
  height: 280px;
  z-index: 210;
}

/* .guitar {
  width: 467px;
  height: 478px;
  position: absolute;
  right: 322px;
  z-index: 201;
} */

.background-player {
  background-image: url(./assets/fundo-rock.png);
  height: 250px;
  background-size: cover;
  background-position: center;
}

.div-player {
  margin-left: -100px;
}

.box {
  background-color: #686565;
  background-size: cover;
  width: 100%;
  height: auto;
}

.box-cards {
  display: flex;
  background-color: transparent;
  justify-content: space-around;
  height: 130vh;
  background-color: black;
  /* background: rgb(104, 101, 101); */
  /* background: linear-gradient(
    180deg,
    rgba(104, 101, 101, 1) 90%,
    rgba(9, 6, 6, 1) 100%
  ); */
}

.cards {
  width: 350px;
  height: 650px;
  margin: 25px;
  margin-top: 90px;
  background-color: #d9d1d1;
  box-shadow: white 10px 10px 20px;
  text-decoration: none;
  outline: none;
  border-radius: 20px;
}

.cards:hover {
  cursor: pointer;
  box-shadow: white 0px 0px 20px 21px;
  transform: scale(1.15);
  transition: 0.6s;
}

.cards img {
  height: 310px;
  width: 310px;
  border-radius: 50%;
  border: 3px groove black;
  padding: 5px;
  margin-top: 10px;
  margin-left: 22px;
}

.cards h2 {
  color: rgb(176, 12, 12);
  font-size: 50px;
  padding: 4px;
  font-family: "Mynerve", cursive;
  text-align: center;
}

a {
  outline: none;
  text-decoration: none;
  color: black;
}

.paragraph-style {
  font-size: 35px;
  line-height: 35px;
  color: black;
  text-align: center;
  margin-top: 15px;
}

.section-video {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: space-around;
  align-content: center;
  align-items: center;
  /* background-color: black; */
  background-color: rgb(104, 101, 101);
}

.video-card {
  border: 1px groove gray;
  width: 260px;
  height: 390px;
  background-color: rgb(217, 209, 209);
  box-shadow: white 20px -10px 17px;
  text-decoration: none;
  outline: none;
  border-radius: 20px;
  text-align: center;
  padding: 10px;
  margin: 40px 5px;
  transform-style: preserve-3d;
  will-change: transform;
  transition: transform 0.8s ease 0s;
}

.video-card h2 {
  color: rgb(176, 12, 12);
  font-weight: 700;
}

.video-card p {
  font-size: 20px;
  color: black;
  font-weight: 700;
}

.img-video {
  width: 200px;
  height: 160px;
  border-radius: 10%;
}

.video-card:hover {
  cursor: pointer;
  box-shadow: white 0px 0px 20px 21px;
  transform: scale(1.15);
}

.fundo {
  height: 100vh;
  background-color: black;
}

.fundo h2 {
  color: rgb(251, 6, 6);
  text-align: center;
  font-size: 50px;
  font-weight: 700;
}

.fundo h4 {
  text-align: center;
  color: white;
  font-size: 35px;
  font-weight: 700;
}

.embeds {
  display: flex;
  flex-grow: 1;
  gap: 80px;
  padding: 30px;
}

.contabil {
  width: 400px;
  height: 450px;
}


.section-imagens {
  background-color: #606060;
  
}

.final-imagens img {
  width: 370px;
  height: 220px;
}

.final-imagens {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: 1fr 1fr 1fr;
  grid-row-gap: 30px;
  grid-column-gap: 30px;
  justify-content: space-between;
  padding-left: 50px;
  padding-top: 30px;
}

.radios-net {

  margin-top: 25px;
  display: flex;
  justify-content: center;
  padding-left: 20px;
}

.radios-net img{
  width: 50vw;
  height: 200px;
  margin-bottom: 30px;
}

footer{
  background-color: black;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

footer p {
  margin: 5px 20px;
  font-family: "Open Sans", sans-serif;
  color: white;
  font-weight: 300;
  font-size: smaller;
}