﻿body {
    background-color: #f5f5f5;
}

#capa-noticias {
    height: 665px;
    background-image: url('images/Noticias/capa-noticias.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position-x: left;
}

#capa-noticias-mobile {
    height: 665px;
    background-image: url('images/Noticias/capa-noticias-mobile.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position-x: center;
}

#titulo-capa-noticias {
    position: relative;
    top: 510px;
    left: 50px;
    width: 1000px;
    font-size: 42px;
    line-height: 52px;
}

#titulo-capa-noticias-mobile {
    position: relative;
    top: 430px;
    width: 100%;
    font-size: 38px;
    line-height: 46px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 20px;
    padding-bottom: 20px;
    background: rgb(0, 0, 0); /* fallback color */
    background: rgba(0, 0, 0, 0.5);
}

#divider {
    height: 38px;
    background-image: url('images/Noticias/separador-noticias.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position-x: left;
    background-position-y: bottom;
}

.titulo-noticia {
    margin-top: 40px;
    color: white;
}

.titulo-noticia-mobile {
    margin-top: 40px;
    color: white;
    text-align: right;
    font-size: 32px;
    padding: 10px;
    text-transform: uppercase;
    background-color: #f32735;
}

.titulo-noticia-esq {
    height: 61px;
    background-image: url('images/Clientes/categoria-cliente-esq.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position-x: right;
    background-position-y: center;
    text-align: right;
    font-size: 32px;
    padding-top: 7px;
    padding-right: 60px;
    text-transform: uppercase;
    overflow: hidden;
    white-space: nowrap;
}

.titulo-noticia-dir {
    height: 61px;
    background-image: url('images/Clientes/categoria-cliente-dir.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position-x: left;
    background-position-y: center;
    font-size: 16px;
    text-align: right;
    padding-top: 18px;
}

.quadro-noticia {
    color: black;
    background-color: white;
}

.corpo-noticia {
    padding-top: 4px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
}

.corpo-noticia p {
    margin-top: 16px;
    margin-bottom: 0;
}

.imagem-noticia {
    max-height: 600px;
    max-width: 100%;
    margin-top: 20px;
}

.corpo-noticia a:link {
    color: #F32735;
    text-decoration: underline;
}

.corpo-noticia a:visited {
    color: #F32735;
    text-decoration: underline;
}

.corpo-noticia a:hover {
    color: #F32735;
    text-decoration: underline;
}

.corpo-noticia a:active {
    color: #F32735;
    text-decoration: underline;
}

.html-noticia {
    margin-top: 15px;
}