* {
    box-sizing: border-box; /* Impede que padding/margins causem overflow */
}

html,body{
    margin: 0;
    text-decoration: none;
    font-family: "Inter", serif;
    overflow-x: hidden  !important;
}





.container{
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 100%;
    overflow-x: hidden !important;
}

.topo{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-around;
    width: 100%;
}

.banner{
    width: 100%;
    height: 210px;
    background-size: cover;

}

.perfil{
    width: 100%;
    z-index: 1;
    position: absolute;
    margin-top: -65px;
    display: flex;
    align-items: center;
}

.fotoperfil{
    width: 130px;
    height: 130px;
    border-radius: 100%;
    border: 6.5px solid white;
    margin-left: 25px;
}

.nome{
    width: 100%;
    z-index: 1;
    position: absolute;
    margin-top: -225px;
    margin-left: 45px;
}

.icc{
    width: 270px;
    z-index: 1;
    position: absolute;
    margin-top: -165px;
    margin-left: 45px;
    display: flex;
    align-items: center;
}

.assinar{
    width: 100%;
    position: absolute;
    margin-top: -10px;
    background-color: white;
    padding: 10px;
    border-radius: 5px;
}

.bolinha{
    margin-left: 47%;
}

.nomemodelo{
    margin-top: 90px;
    display: flex;
    width: 90%;
    align-items: center;
    color: #67748e;
}

.arrobamodelo{
 width: 90%;
 color: #67748e;
}

.content {
    overflow: hidden;
    max-height: 40px;
    transition: max-height 0.3s ease;
    width: 90%;
    margin-top: 15px;
    color: #67748e;
  }

  .content.expanded {
    max-height: 500px;
  }

  .read-more-btn {
    display: block;
    margin-top: 10px;
    color: #ff6800;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    text-align: center;
    background-color: #0057b300;
    padding: 0;
  }

  .read-more-btn:hover {
    background-color: #0057b300;
  }

  .botao{
    width: 90%;
  }

  .comprar{
    margin-top: 10px;
    width: 90%;
    height: 37px;
    border-radius: 50px;
    background: linear-gradient(to right , rgba(248, 123, 40, 0.863), rgb(255, 155, 118));
    display: flex;
    align-items: center;
    justify-content: space-around;
    color: white;
    font-size: 14px;
}