.noticia-img-container {
    display: inline-block;
    height: 50vh;
    width: 100%;
    background-size: cover;
    background-color: rgba(0, 0, 0, .85);
    background-position: top center;
}

md-card.noticia-card {
    margin-top: -200px;
    width: calc(100% - 15px);
    max-width: 1000px;
    font-size: 18px;
    line-height: 26px;
    font-family: inherit !important;
}

md-card.noticia-card article {
    max-width: 540px;
    margin: 0 auto;
}

md-card.noticia-card article {
    padding: 8px;
}

md-card.noticia-card article h1.la-noticia-titulo {
    font-size: 45px;
    font-weight: 400;
    line-height: 64px;
    color: rgba(0, 0, 0, .87);
}

md-card.noticia-card article input.la-noticia-titulo {
    font-size: 24px;
    font-weight: 400;
}

md-card.noticia-card article md-divider {
    margin: 50px 0;
}

.noticia-editto-button-bar {
    position: fixed;
    top: 0;
    left: 0;
}

p.la-msg-alteracoes-salvas {
    color: rgb(102, 151, 102);
    font-size: 14px;
    margin-left: 25px;
}

.modalidade-container {
    margin: 15px;
    text-align: center;
    transition: all .2s;
    border: 1px solid rgba(0, 0, 0, .1);
}

.modalidade-container:hover {
    background-color: rgba(205, 168, 96, 1);
    border: 1px solid rgba(195, 157, 86, 1);
    color: white;
    cursor: pointer;
}

.modalidade-container:focus {
    outline: none;
}

.modalidade-selected {
    background-color: rgba(205, 168, 96, 1);
    border: 1px solid rgba(195, 157, 86, 1);
    color: white;
}

.validation-error {
    color: rgba(209, 50, 50, 1);
}

editto-editor img, .la-noticia-conteudo img {
    max-width: 100%;
}