<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#conteudo17 .float-left {
    float: left!important;
}

#conteudo17 .float-right {
    float: right!important;
}

#conteudo17 .line-top {
    width: 100%;
    height: 1px;
}

#conteudo17 .content-img {
    max-width: 530px;
    height: auto;
}

#conteudo17 .content-frase {
    width: 50%;
}

#conteudo17 .font-weight-light {
    font-weight: 300;
}

#conteudo17 .img-mini {
    width: 250px;
}

#conteudo17 .content-img-bottom {
    margin-top: -65px;
}

#conteudo17 .align-center {
    display: flex;
    justify-content: center;
}

#conteudo17 .content-img-top {
    display: none;
}
#conteudo17 .lett-spac{
    letter-spacing: -0.5px;
}

@media only screen and (max-width:1200px) {
    #conteudo17 .content-frase {
        width: 70%;
    }
}

@media only screen and (max-width:992px) {
    #conteudo17 .content-img {
        float: right!important;
        margin-right: 0px;
    }
    #conteudo17 .float-right {
        padding-right: 0px;
        padding-left: 10%;
    }
}

@media only screen and (max-width:750px) {
    #conteudo17 .content-frase {
        width: 80%;
    }
    #conteudo17 .align-center {
        display: none;
    }
    #conteudo17 .content-img-top {
        display: block;
    }
    #conteudo17 .img-mini {
        width: 200px;
        margin-top: -52px;
    }
}</pre></body></html>