#complete-new {
    text-align: center;
    margin-bottom: 5rem;
}

#complete-new .head-complete-new h2 {
    font-family: 'PT Serif', serif;
    font-size: 4.5rem;
    margin-top: 3rem;
}

#complete-new .content-complete-new .img  {
    height: 20vh;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 20px;
    margin: 5rem 0;
}

#complete-new .content-complete-new p  {
    font-family: 'Open Sans', sans-serif;
    text-align: justify;
    font-size: 3rem;
}



@media (max-width: 1100px) {
    :root {
        font-size: 40%; /*modificar as medidas rem*/
    }
}

@media (min-width: 1100px) { 

    #complete-new {
        text-align: center;
        margin-bottom: 0;
    }
    
    #complete-new .head-complete-new h2 {
        font-family: 'PT Serif', serif;
        font-size: 4.5rem;
        margin-top: 3rem;
    }
   
    #complete-new .content-complete-new img  {
        max-height: 70vh;
        border-radius: 10px;
        margin: 3rem 0;
    }
    
    #complete-new .content-complete-new p  {
        font-family: 'Open Sans', sans-serif;
        text-align: justify;
        font-size: 2rem;
    }

    #complete-new .text-complete-new {
        margin-top: 5rem;
    }

    #complete-new .text-complete-new iframe{
        margin-bottom: 3rem;
        border-radius: 0.8rem;
}
    #complete-new .text-complete-new h1,
    #complete-new .text-complete-new p{
        margin-bottom: 3rem;
    }
    
}
