/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/


/* 
    Created on : 7/Fev/2014, 16:09:17
    Author     : filipemurteira
*/


/*
Notícias
*/

#conteudo .listaNoticias {}

#conteudo .tituloArea {
    border-bottom: 1px solid #a0a09f;
    color: #a0a09f;
    font-size: 24px;
    margin-bottom: 10px;
}

#conteudo .itemLast {
    font-size: 18px;
    margin-bottom: 10px;
}

#conteudo .itemLast a {
    text-decoration: underline;
}

#conteudo .itemLast p {
    margin-bottom: 0px;
}

#conteudo .itemNoticia {
    background-color: #f0f0f0;
    padding: 20px;
    margin-bottom: 20px;
}

#conteudo .itemNoticiaD {
    padding-bottom: 20px;
}

#conteudo .itemNoticia h2 {
    margin-top: 0px;
    margin-bottom: 0px;
}

#conteudo .itemNoticia h4 {
    margin-top: 0px;
}

#conteudo .itemNoticia .link {
    margin-top: 40px;
}

#conteudo .itemNoticia .link a {
    background-color: #727272;
    color: #FFFFFF;
    padding: 10px;
    text-decoration: none;
}

#conteudo .itemNoticia .link a:hover {
    color: #000000;
}

#conteudo .itemNoticia .img img {
    width: 100%;
}

#conteudo .itemNoticiaD .share {
    border-top: 1px solid #2d2d2d;
    border-bottom: 1px solid #2d2d2d;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-bottom: 20px;
    margin-top: 20px;
    text-transform: uppercase;
}

#conteudo .itemNoticiaD .share a {
    display: inline-block;
    color: #000000;
    margin-left: 20px;
    font-size: 18px;
}

.listaOfertas {
    max-height: 60vh;
    overflow: auto;
}


/*

.listaOfertas::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 7px;
}

.listaOfertas::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background-color: rgba(0, 0, 0, .5);
    -webkit-box-shadow: 0 0 1px rgba(255, 255, 255, .5);
}
*/