section#detalhe_noticia{

}

section#detalhe_noticia .banner{
    height: 330px;
    background-position: center center;
    background-size: cover;
}


section#detalhe_noticia .tituloIntPagina{
    position: relative;
    text-align: center;
    margin-top: 30px;
}
section#detalhe_noticia .tituloIntPagina span{
    margin: 0;
    color: #F68428;
    font-size: 60px;
    font-weight: 100;
    padding-bottom: 5px;
}

section#detalhe_noticia .data_noticia{
    position: relative;
    text-align: center;
}

section#detalhe_noticia .data_noticia span{
    color: #F68428;
    font-size: 20px;
    font-weight: 300;
    padding-bottom: 5px;
}

section#detalhe_noticia .img{
    max-width: 100%;
    height: auto;
    padding-bottom: 20px;
}

section#detalhe_noticia .img img{
    width: 100%;
    height: auto;
}

section#detalhe_noticia .texto{
    font-size: 14px;
    font-weight: 300;
}

.videoWrapper {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    padding-top: 25px;
    height: 0;
}
.videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.social_buttons{
    position:relative;
}

.social_buttons i{
    cursor: pointer;
    font-size: 30px;
    /*font-weight: 300;*/
    color: #F68428;
}
