*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Noto Serif'
}

body{
    background-color: #051605 !important;
}
.main{
    display: flex;
    flex-direction: column;
    align-items: center;
}

.trofeu{
    margin-top: 40px;
}

.headline{
    margin-top: 10px;
    margin-bottom: -40px;
}

.selos{
    margin-top: -40px;
}
.emojis{
    margin-top: 40px;
}

.select-package{
    margin-top: 20px;
}

.buy-buttons{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    margin-top: 30px;
    margin-bottom: 30px;
}

.customers-reviews{
    background-color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 10px 10px 0 10px;
    padding-bottom: 50px;
}

.customers-reviews h3{
    font-family: 'Roboto';
    font-size: 25px;
    font-weight: 600;
    margin-top: 20px;
}

.line-1{
    width: 80%;
    height: 1px;
    background-color: #000;
    margin: 10px auto;
}

.cs-text{
    margin: auto 30px;
    font: size 12px;
}

.cs-rate-box{
    background-color: #1A371E;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    margin: 20px 0;
    padding: 10px;
    width: 90%;
    max-width: 500px;
    color: #fff;
}

.fa-color{
    color: rgb(240, 180, 17);
}

.cs-top-reviews{
    border: 2px solid grey;
    width: 150px;
    text-align: center;
}

.cs-comment-box{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: start;
    margin: 20px;
    padding: 10px;
    border: 1px solid grey;
    border-radius: 10px;
    width: 90%;
    max-width: 500px; 
}

.cs-rate{
    font-size: 20px;
}

.cs-rate span{
    font-size: 40px;
}

.line-2{
    width: 90%;
    height: 1px;
    background-color: #463232;
    margin: 10px 5px;

}

.cs-verified{
    color: green;
    margin-left: 5px;
}

.cs-text2{
    margin-left: 5px;
}

.cs-recommend{
    margin-left: 5px;
}

.roboto-thin {
    font-family: "Roboto", serif;
    font-weight: 100;
    font-style: normal;
  }
  
  .roboto-light {
    font-family: "Roboto", serif;
    font-weight: 300;
    font-style: normal;
  }
  
  .roboto-regular {
    font-family: "Roboto", serif;
    font-weight: 400;
    font-style: normal;
  }
  
  .roboto-medium {
    font-family: "Roboto", serif;
    font-weight: 500;
    font-style: normal;
  }
  
  .roboto-bold {
    font-family: "Roboto", serif;
    font-weight: 700;
    font-style: normal;
  }
  
  .roboto-black {
    font-family: "Roboto", serif;
    font-weight: 900;
    font-style: normal;
  }
  
  .roboto-thin-italic {
    font-family: "Roboto", serif;
    font-weight: 100;
    font-style: italic;
  }
  
  .roboto-light-italic {
    font-family: "Roboto", serif;
    font-weight: 300;
    font-style: italic;
  }
  
  .roboto-regular-italic {
    font-family: "Roboto", serif;
    font-weight: 400;
    font-style: italic;
  }
  
  .roboto-medium-italic {
    font-family: "Roboto", serif;
    font-weight: 500;
    font-style: italic;
  }
  
  .roboto-bold-italic {
    font-family: "Roboto", serif;
    font-weight: 700;
    font-style: italic;
  }
  
  .roboto-black-italic {
    font-family: "Roboto", serif;
    font-weight: 900;
    font-style: italic;
  }
  

    .noto-serif-{
    font-family: "Noto Serif", serif;
  }

  /* ------------- Footer --------------- */

footer{
    padding: 3vh 15vh;
    margin: 0;
    border: none;
    position: relative;
    background-color: #222222;
}

.footer{
    text-align: center;
    font-size: 12px;
    color: #747474;
}

.footer-copyright{
    margin-bottom: 0;
    cursor: default;
}

.footer-rights{
    margin-top: 4px;
    cursor: default;
}

.footer-termsOfUse {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
    cursor: default;
    flex-wrap: nowrap; /* Garante que os itens fiquem na mesma linha */
}

.footer-termsOfUse-link {
    text-decoration: none;
    margin-right: 5px;
    color: #747474;
    white-space: nowrap; /* Evita quebra de linha nos links */
}

.footer-termsOfUse-link:hover{
    text-decoration: none;
    color: #747474;
}

.footer-termsOfUse span {
    margin-right: 12px;
    cursor: default;
    white-space: nowrap; /* Evita quebra de linha em spans */
}

.footer-responsibility{
    margin-top: 24px;
}

.garantia{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 90%;
    margin: auto;
    padding: 5px;

}

.garantia-text{
    font-size: 20px;
}


