#news{
    width: 100%;
}
#news span.text-content {
    background: rgba(0,0,0,0.5);
    color: white;
    cursor: pointer;
    height: 73%;
    position: absolute;
    top: 0;
    text-align: justify;
    margin-top: 2%;
    margin-left: 3%;
    width: 82%;
    opacity: 0;
    /*-webkit-transition: opacity 500ms;
    -moz-transition: opacity 500ms;
    -o-transition: opacity 500ms;
    transition: opacity 500ms;*/
    display: none;
}

#news span.text-content span {
    display: table-cell;
    text-align: justify;
    vertical-align: middle;
    padding: 10px;
}

#news .itemNews:hover .tituloNewsIcon {
    visibility: hidden;
}

#news .itemNews:hover span.text-content {
    opacity: 1;
    display: block;
}

.itemNews{
    position: relative;
    overflow: hidden;
    padding-bottom: 80px;
}

.retina{
    position: absolute;
    width: 93%;
    height: 75%;
    top: 0;
    opacity: 0;
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.5);
    border-radius: 2px;
    text-align: left;
    padding: 30px;

    -webkit-transition:	 all .8s cubic-bezier(.190, 1.000, .220, 1.000);
    -moz-transition: all .8s cubic-bezier(.190, 1.000, .220, 1.000);
    -ms-transition: all .8s cubic-bezier(.190, 1.000, .220, 1.000);
    -o-transition: all .8s cubic-bezier(.190, 1.000, .220, 1.000);
    transition: all .8s cubic-bezier(.190, 1.000, .220, 1.000);
}
.previewRetina{
    font-size: 16px;
}
.itemNews:hover .retina {
    opacity: 1;
    box-shadow: inset 0 0 100px 50px rgba(0,0,0,.5);

}
.retina p {
    color: #fff;
}

/* NOTÍCIAS DETALHES */

.dataMateria{
    color: #0E2969;
    font-family: "Open Sans", sans-serif;
    border-bottom: 4px solid #0E2969;
    float: left;
}

.ajusteImgMateriasNews{
    float: right;
    width: 40%;
    margin-bottom: 20px;
    margin-left: 20px;
}

.textoNoticiasDetalhe{
    font-family: "Open Sans", sans-serif !important;
    font-size: 18px;
}
.textoNoticiasDetalhe p{
    line-height: 35px;
    font-family: "Open Sans", sans-serif !important;
    line-height: 25px !important;
    font-size: 18px;
}
.textoNoticiasDetalhe span{
    line-height: 25px !important;
    line-height: 35px;
    font-family: "Open Sans", sans-serif !important;
    font-size: 18px;
}
.btVoltar{
    color: #0E2969;
    font-family: "Open Sans", sans-serif;
    float: left;
    margin-bottom: 30px;
}
.btVoltar a {
    text-decoration: none;
    color: #0E2969;
    font-family: "Open Sans", sans-serif;
}
.btVoltar a:hover {
    text-decoration: none;
}
.sharerBt{
    float:left;
    margin-right: 15px;
}