.intro-text {
    font-size: 0.75em;
}

.citacao-longa{
    font-size: 1em;
}
.citacao-longa *{
    font-size: 0.9em;
}

/** HIGHLIGHT **/

#section_1 {
    background-color: #ebebeb;
    border-top: 0.65em solid #f15a22;bottom: 1.5em;
}

div[id^='section_']:nth-last-of-type(2) {
    background-color: #ebebeb;
    padding-bottom: 1.5em;
}

body h1{
    color: #f15a22;
    font-weight: bold;
}

div[id^='section_']:nth-last-of-type(1) h1{
    color: #000;
    font-weight: normal;
}

div[id^='section_']:nth-last-of-type(1) [section_footer] {
    margin-top: 0;
}
.caixa-destaque.exemplo a{
    color: #58595b;
    font-size: 1.1em;
}
.caixa-destaque.exemplo a:hover{
    color: #000000;
}
.caixa-destaque ul li{
    font-size: 0.8em !important;
}
