@import url('https://fonts.googleapis.com/css2?family=Spartan:wght@100;400&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Spartan:wght@700&display=swap');
* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body {
    font-family: 'Spartan', sans-serif;
    height: 70vh;
}

.container {
    margin: 20px;
}

.title-text h1 {
    font-size: 44px;
    font-family: 'Spartan', sans-serif;
    font-weight: bolder;
}

h1:hover {
    font-size: 48px;
    cursor: pointer;
    transition: all 350ms ease;
}

.title {
    font-size: 1rem;
    margin-top: 15px;
}

.star-text {
    display: flex;
    background-color: #F7F2F7;
    width: 100%;
    height: 60px;
    margin-bottom: 15px;
    padding-top: 20px;
    padding-left: 25px;
    border-radius: 12px;
    min-width: 300px;
    max-width: 550px;
    padding-right: 15px;
    flex-wrap: wrap;
    text-align: center;
}

.star i {
    color: #EF9546;
}

.star i:hover {
    font-size: 1.3rem;
    cursor: pointer;
    transition: all 350ms ease;
}

.star {
    text-align: center;
}

.container-1 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    margin-top: 110px;
}

.text {
    font-size: 1rem;
    font-weight: bold;
    margin-left: 15px;
}

.star-info {
    margin-top: 15px;
}

.perfil-info {
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
}

.perfil-1 {
    background-color: #502050;
    width: 350px;
    height: 250px;
    border-radius: 12px;
    display: flex;
    margin: 12px;
}

.perfil-2 {
    background-color: #502050;
    width: 350px;
    height: 250px;
    border-radius: 12px;
    display: flex;
    margin: 12px;
}

.perfil-3 {
    background-color: #502050;
    width: 350px;
    height: 250px;
    border-radius: 12px;
    display: flex;
    margin: 12px;
}

.perfil-info div {
    margin-top: 30px;
}

img {
    border-radius: 50%;
    width: 52px;
    height: 52px;
    margin-left: 45px;
}

.perfil-title {
    display: flex;
    border-radius: 50%;
    width: 52px;
    height: 52px;
}

.perfil-text {
    padding-top: 15px;
    padding-left: 52px;
    color: white;
    font-weight: bold;
    font-size: 0.89rem;
}

.perfil-text p {
    color: #A1457B;
    font-weight: 500;
    font-size: 0.8rem;
}

.text-p {
    color: white;
    font-size: 0.85rem;
    font-weight: normal;
}