#homeSection {
    width: 100%;
    height: 260vh;
    background-color: #d3d6fa;
}

#homeSection>span {
    position: relative;
    left: 5vw;
    font-size: 2vw;
}

#sobreTitulo {
    width: 100%;
    height: 30vh;
    background-repeat: no-repeat;
    background-color: black;
    background-attachment: fixed;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

#sobreTitulo>h1 {
    color: white;
    font-size: 5vw;
    position: absolute;
    z-index: 99;
}

#sobreTitulo>img {
    opacity: 70%;
}

#sobreComeçoWrap{
    width: 100%;
    height: 60vh;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 5%;
}
#sobreComeçoWrap>div{
    background-color: white;
    box-shadow: 10px 5px 10px 0px rgba(0, 0, 0, 0.3);
    flex-basis: 50%;
    height: 100%;  
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-direction: column;
}
#sobreComeçoWrap>div>h2{
    font-size: 4vw;
}
#sobreComeçoWrap>div>span{
    width: 70%;
    flex-basis: 25%;
}
#avaliações{
    width: 100%;
    background-color: rgb(49, 52, 90);
    height: 40vh;
    display: flex;
    justify-content: space-around;
    align-items: center;
}

#spacer1 {
    width: 100%;
    height: 20vh;
}

.avaliação-item{
    background-color: white;
    height: 50%;
    width: 30%;
    border: 1px solid black;
    display: flex;
    border-radius: 15px;
}
#placeHolderPfp{
    background-color: red;
    flex-basis: 30%;
    height: 100%;
    background-image: url(imagens/Profile_avatar_placeholder_large.png);
    background-position: 50% 50%;
    background-size: cover;
    border-radius: 15px;
}
#ratingWrap{
    flex-basis: 70%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
}
#rating{
    background-image: url(imagens/Mask\ group2.png);
    flex-basis: 20%;
    width: 100%;
    object-fit: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: contain;
}

#sobreComeçoWrap2{
    width: 100%;
    height: 60vh;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 5%;
}

.sobre2{
    background-color: white;
    box-shadow: 10px 5px 10px 0px rgba(0, 0, 0, 0.3);
    flex-basis: 80%;
    height: 100%;  
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-direction: column;
}
.sobre2>h2{
    font-size: 4vw;
}
.sobre2>span{
    width: 70%;
    flex-basis: 25%;
}