* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  text-decoration: none;
  list-style: none;
}

body {
  color: white;
  background: radial-gradient(#352052, black);
}

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

main { 
  width: 100%;
  margin-bottom: 50px;
}

main h2 {
  font-family: 'Open Sans', sans-serif;
  font-size: 1.2rem;
  margin-bottom: 15px;
  text-align: start;
  margin-left: 50px;
}

/* --------------- DADOS GERAIS PERFILUSER--------------- */

.principal-perfiluser {
  font-family: 'Open Sans', sans-serif;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
  margin: 30px auto 40px;
  width: 50%;
}

.foto-perfiluser {
  font-family: "Bebas Neue", cursive, "Montserrat", sans-serif;
  letter-spacing: 1.5px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 20px;
}

.foto-perfiluser h1 {
  font-family: "Bebas Neue", cursive, "Montserrat", sans-serif;
  font-size: 1.5rem;
}

.foto-perfiluser img {
  width: 130px;
  height: 130px;
}

.btn-principal-perfiluser {
  font-family: 'Open Sans', sans-serif;
  background: #403C3C;
  color: white;
  font-size: 0.9rem;
  text-transform: uppercase;
  font-weight: bolder;
  width: 130px;
  height: 40px;
  border: none;
  border-radius: 7px;
  cursor: pointer;
  padding: 3px 5px;
}

.btn-principal-perfiluser:hover {
  background: black;
  border: 1px solid #bd4cf7;
}

.dados-perfiluser {
  display: flex;
  flex-direction: column;
  gap: 25px;
  background: linear-gradient(to top left, #bd4cf7, #352052);
  padding: 10px 20px;
  border-radius: 10px;
}

.dados-perfiluser h3 {
  font-family: 'Open Sans', sans-serif;
  font-size: 1rem;
}

.historico-perfiluser {
  display: flex;
  gap: 30px;
}

.avaliacoes-perfiluser {
  display: flex;
  align-items: center;
  gap: 10px;
}

.avaliacoes-perfiluser img {
  width: 110px;
  height: 25px;
}

/* --------------- SOBRE PERFILUSER--------------- */

.sobre-perfiluser {
  width: 50%;
  text-align: justify;
  margin: 0 auto 40px;
}

.sobre-perfiluser h1 {
  font-family: "Bebas Neue", cursive, "Montserrat", sans-serif;
  font-size: 1.5rem;
  letter-spacing: 1.5px;
  text-align: center;
  margin-bottom: 15px;
}

.sobre-perfiluser p {
  font-family: 'Open Sans', sans-serif;
  font-size: 1rem;
  line-height: 25px;
  background: linear-gradient(to top left, #bd4cf7, #352052);
  padding: 10px 20px;
  border-radius: 10px;
}

/* --------------- FAVORITOS PERFILUSER --------------- */

.favoritos-user {
  display: flex;
  flex-flow: wrap;
  justify-content: center;
  gap: 20px;
  margin-top: 40px;
}

.item {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 210px;
  height: 300px;
  margin: 0 10px;
  color: #fff;
  text-align: center;
  font-size: 40px;
  font-weight: 800;
  opacity: 0.8;
}

.item:hover {
 border: 1.5px solid #bd4cf7;
 border-radius: 5px;
 box-sizing: border-box;
 opacity: 1;
 cursor: pointer;
}

.itens-favoritos-user {
  margin-bottom: 25px;
}

.itens-favoritos-user h3 {
    padding: 5px 0;
    font-family: 'Open Sans', sans-serif;
    font-size: 1rem;
    text-transform: uppercase;
    font-weight: 600;
    text-align: center;
}

/* --------------- AVALIAÇÕES USER --------------- */
 
 .avaliacoes-user {
  display: flex;
  flex-flow: wrap;
  justify-content: center;
  gap: 20px;
  margin-top: 40px;
 }
 
 .itens-avaliacoes-user .img-avaliacao-user {
   width: 110px;
   height: 25px;
   margin: 0 0 0 55px;
   opacity: 1;
 }

 .itens-avaliacoes-user .img-avaliacao-user:hover {
  border: none;
 }

 .itens-avaliacoes-user {
  margin-bottom: 25px;
}

.itens-avaliacoes-user h3 {
  padding: 5px 0;
  font-family: 'Open Sans', sans-serif;
  font-size: 1rem;
  text-transform: uppercase;
  font-weight: 600;
  text-align: center;
}

 /* --------------- QUIZES USER --------------- */

 .quizes-user {
    display: flex;
    flex-flow: wrap;
    justify-content: center;
    gap: 20px;
    margin-top: 40px;
  }

  .quizes-user img {
    position: relative;
    min-width: 330px;
    height: 200px;
    margin: 0 10px;
    opacity: 0.8;
  }
  
  .quizes-user img:hover {
    border: 1.5px solid #bd4cf7;
    border-radius: 5px;
    box-sizing: border-box;
    opacity: 1;
    cursor: pointer;
  }

  .itens-quizes-user {
    margin-bottom: 25px;
  }

  .itens-quizes-user h3 {
    padding: 5px 0;
    font-family: 'Open Sans', sans-serif;
    font-size: 1rem;
    text-transform: uppercase;
    font-weight: 600;
    text-align: center;
}

 /*---------------------  TABS ----------------------*/

 .tabs {
  display: flex;
  flex-direction: column;
}

.tabs-head {
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}

.tabs-head span {
  color: white;
  font-family: 'Open Sans', sans-serif;
  font-size: 1.3rem;
}

.tabs-toggle {
  display: flex;
  width: 33%;
  height: 50px;
  align-items: center;
  justify-content: center;
  font-family: 'Open Sans', sans-serif;
  font-weight: 100;
  cursor: pointer;
  opacity: 0.7;
  color: #bd4cf7;
  
}

.tabs-toggle:hover {
  color: #bd4cf7;
  opacity: 1;
}

.tabs-toggle.is-active {
  background: linear-gradient(to top left, #bd4cf7, #352052);
  color: white;
  font-weight: bolder;
  opacity: 1;
}

.tabs-body {
  position: relative;
}

.tabs-content{
  
  display: none;
  padding-top: 30px;
}

.tabs-content.is-active {
  display: block;
  width: 80%;
  margin: 0 auto;
}





