#project {
    margin-top: 5rem;
}

#project .head-project {
    text-align: center;
}

#project .head-project h2 {
    font-family: 'PT Serif', serif;
    font-size: 4.5rem;
}

#project .head-project p {
    color: #929292;
    margin-top: 3rem;
    font-size: 2rem;
    padding: 0 7rem;
}

#project .project-image {
    text-align: center;
    height: 30vh;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    margin-top: 5rem;
}

#project .project-text {
    margin-top: 5rem;
    background: #f7f7f7;
    padding: 4rem;
}

#project .project-text p {
    font-family: 'Open Sans', sans-serif;
    text-align: justify;
    text-indent: 3rem;
    font-size: 2rem;
}

@media (max-width: 1100px) {
    :root {
        font-size: 40%; /*modificar as medidas rem*/
    }
}

@media (min-width: 1100px) {
    
    #project {
        margin-top: 5rem;
    }

    #project .head-project {
        text-align: center;
    }

    #project .head-project h2 {
        font-family: 'PT Serif', serif;
        font-size: 4.5rem;
    }

    #project .head-project p {
        color: #929292;
        margin-top: 3rem;
    }

    #project .project-image {
        text-align: center;
        height: 30vh;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        margin-top: 5rem;
    }

    #project .project-text {
        margin-top: 5rem;
        background: #f7f7f7;
        padding: 4rem;
    }

    #project .project-text p {
        font-family: 'Open Sans', sans-serif;
        text-align: justify;
        text-indent: 3rem;
        font-size: 2rem;
    }
}