.contacts {
    background: rgba(255,255,255,0.8) !important;
    color: #262626 !important;
    padding: 0 40px;
}

.quote {
    font-size: 32px;
    line-height: 43px;
    font-family: Georgia, serif;
    font-style: italic;
    padding: 20px;
}

.author {
    font-family: Roboto, sans-serif;
    font-size: 16px;
    padding: 10px;
}

.article-block.block-quote.azul {
    background: #57A0D7;
    color: white;
    padding: 0 0 20px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.article-block.block-quote.cinzento {
    background: #7B8794;
    color: white;
    padding: 0 0 20px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.article-head-main-info-lead {
    font-size: 22px;
    line-height: 32px;
}

.article-title {
    font-size: 34px;
    line-height: 40px;
    padding: 0 0 50px;
    text-align: center;
    font-weight: bold;
}

.article-head {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 20px;
}

.article-body-content p {
    font-family: Georgia, serif !important;
    font-size: 18px !important;
    line-height: 28px !important;
    margin: 0 0 25px 0 !important;
    color: #262626 !important;
}

.article-body-content strong {
    font-weight: 700 !important;
    font-size: 18px !important;
}

.article-body-content h1 {
    font-size: 26px !important;
    line-height: 27px !important;
    margin-top: 35px !important;
    font-family: Roboto, sans-serif !important;
    font-weight: 700 !important;
    margin-bottom: 25px !important;
}

.article-body-content h2 {
    font-size: 24px !important;
    line-height: 23px !important;
    margin-top: 35px !important;
    font-family: Roboto, sans-serif !important;
    font-weight: 700 !important;
    margin-bottom: 25px !important;
}

.article-body-content .big-number {
    font-family: Roboto, sans-serif;
    font-size: 96px;
    line-height: 86px;
    font-weight: 700;
    float: left;
    margin-bottom: -6px;
    margin-right: 15px;
    color: #57A0D7;
}

.twelve.columns h3 {
    color: #FFFFFF !important;
}

