﻿.WebPartNoticias1 h3 {
    margin: 0;
}

.CabecalhoAgenciaNoticia {
    font-size: 24px;
    margin-bottom: 0;
}

.WebPartNoticias1 .LinkNoticia {
    display: inline-block;
    width: 100%;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
}

.LinkNoticiaTopo {
    top: 0;
    padding-bottom: 15px;
}

.LinkNoticiaMeio {
    padding: 15px 0;
    top: 80px;
    border-top: 1px solid #e8e8e8;
    border-bottom: 1px solid #e8e8e8;
}

.LinkNoticiaBaixo {
    bottom: 0;
    padding-top: 15px;
}

.WebPartNoticias1 .LinkNoticia, .LinkNoticiaResponsivo {
    display: block;
}

    .WebPartNoticias1 .LinkNoticia:hover, .LinkNoticiaAtivo, .LinkNoticiaResponsivo:hover {
        color: #52B23F !important;
        text-decoration: none;
    }

    .WebPartNoticias1 .LinkNoticia span, .LinkNoticiaResponsivo span, .LinkNoticia span b, .LinkNoticiaResponsivo span b {
        font-size: 11px !important;
        color: #9C9C9C !important;
    }


.AgenciaNoticias {
    width: 100%;
}

    .AgenciaNoticias .Imagem {
        height: 250px;
        overflow: hidden;
        border: 2px solid #4f4f4f;
        width: 100%;
        position: relative;
    }

        .AgenciaNoticias .Imagem img {
            max-width: none !important;
            position: absolute;
        }

    .AgenciaNoticias .SetaVerde {
        position: absolute;
        top: 10%;
        left: -1px;
    }

@media screen and (min-width: 480px) and (max-width: 991px) {
    .AgenciaNoticias .Imagem {
        height: 350px;
    }
}

@media screen and (min-width: 480px) and (max-width: 720px) {
    .AgenciaNoticias .Imagem {
        height: 350px;
    }
}

@media screen and (max-width: 480px) {
    .AgenciaNoticias .Imagem {
        height: 220px;
    }
}
