.heading_link,
.heading_link:hover {text-decoration:none;}

.sub-title {
    background: url( '../images/home/new/home_squares_title.png' ) no-repeat scroll 0 -12px transparent;
    display: block;
    font-size: 48px;
    font-weight: normal;
    height: 78px;
    line-height: 80px;
    margin: 40px 0;
    padding-left: 150px;
    text-transform: uppercase;
    font-family: 'Gotham SSm A', 'Gotham', 'Roboto', Arial;
    font-weight: 100;
}

.sub-title.er { /* er -> espaçamento reduzida */
    margin:20px 0;
}

.sub-title.gotham_sem_decoracao {
    color: #565656;
    background: none;
    padding-left: 0;
    font-family: 'Gotham', 'Robot', Arial;
    font-weight: 900;
    text-transform: none;
}

.sub-title-descricao {
    margin: -40px 0 50px;
    display: block;
    color: #707070;
    font-size: 20px;
    line-height: 120%;
}

.tit-centralizado {
    text-align: center;
}

.sub-title em {
    font-weight: 100;
    color: inherit;
    font-family: inherit;
    font-style: normal;
}

.sub-title.multiline {
    height: auto;
    line-height: 120%;
}

/*

    USER-ENTRY é a div que receberá conteúdos inseridos
    via editores WYSIWYG. Ela deverá ser um "wrapper" para
    todo este tipo de conteúdo.

*/

.user-entry {}

.user-entry p {
    font-size:      15px    !important;
    line-height:    120%    !important;
    color:          #8b8b8b !important;
    margin-bottom:  1em     !important;
}

.user-entry iframe {
    max-width: 100%         !important;
}

.user-entry img {
    max-width: 100%         !important;
    height: auto            !important;
}
