#sobre {
    padding: 5% 15%;

}

/*
#sobre section img {
    width: 120%;
    height: auto;
}*/

#sobre .imagem-rinaldo {
    background-image: url(../img/banners/sobre-rinaldo.png);
    background-repeat: no-repeat;
    background-size: contain;
}


#sobre section.texto-sobre {
    background-image: url(../img/logo/img-quem-sou.png);
    background-repeat: no-repeat;
    background-position: top right;
    background-size: 40%;
}

#sobre section article {
    position: relative;
    background: #FAFAFA;
    opacity: 0.87;
    padding: 8% 3%;
    margin: 10% -6% 0 0;
    left: -100px;
    z-index: -1;

}

#sobre .texto-sobre h2 {
    font-size: 1.2em;
    padding: 3% 10%;
}

#sobre .texto-sobre p {
    font-size: 1em;
    padding: 3% 10%;
}

#sobre section.texto-sobre div button {
    background-color: #12A2FA;
    border: none;
    border-radius: 4px;
    padding: 15px 10px;
    margin: 5% 15%;
}

#sobre section.texto-sobre div button a {
    color: #FAFAFA;
    font-family: 'montserrat';
    font-size: 1em;
    font-weight: normal;
}

#sobre section.texto-sobre div button a:hover {
    color: #073A59;
}



@media only screen and (max-width: 1600px) {}

@media only screen and (max-width: 1400px) {}

@media only screen and (max-width: 1200px) {
    #sobre section article {
        left: -70px;
        width: 300px;
        padding: 5%;
    }
}

@media only screen and (max-width: 600px) {

    #sobre .imagem-rinaldo {
        background-image: none;
    }

    #sobre section article {
        left: -160px;
        width: 304px;
    }

    #sobre section.texto-sobre div button {
        position: relative;
        left: -94px;
    }

}