#maincontainer{
    padding-top: 25px;
    padding-bottom: 50px;
}
#subscrever{
    margin-top: 40px;
}
#subscrever h3{
    font-size: 20px;
    color:#C19035;
    margin-top: 0;
    margin-bottom: 15px;
}
#subscrever input{
    border: 1px solid rgba(255,255,255,0.5);
    background: rgba(51, 51, 51, 0.6);
    padding: 7px 10px;
    color: #fff;
    width: 100%;
    margin-bottom: 10px;
}
#subscrever button{
    border: 1px solid rgba(255,255,255,0.5);
    border-radius: 10px;
    background: rgba(51, 51, 51, 0.6);
    color: #C19035;
    padding: 7px 10px;
}
#subscrever ul{
    list-style: none;
    padding: 0;
}
.imagemNewsletter{
    max-width: 100%;
}
#listagem{
    margin-top: 65px;
}
#listagem h3{
    font-size: 20px;
    color:#C19035;
    margin-top: 0;
    margin-bottom: 35px;
}
#listagem .news{
    text-align: center;
}
#listagem .news h3{
    font-size: 18px;
    color:#C19035;
    margin-top: 0;
    margin-top: 15px;
    margin-bottom: 15px;
}
#listagem .news a{
    text-decoration: none;
    color: inherit;
}
#listagem .news a:hover{
    text-decoration: underline;
    color: inherit;
}
#listagem .news a:hover h3{
    text-decoration: underline;
    color: #C19035;
}
#listagem .news .padraoTitulo{
    width: 100%;
    height: 17px;
    margin-bottom: 15px;
    background-image: url(img/padrao_titulo.png);
    background-repeat: repeat-x;
    background-position-x: center;
    opacity: 0.7;
}

@media (max-width: 767px) {

}
@media (max-width: 991px) AND (min-width: 768px) {

}
@media (min-width: 992px) AND (max-width: 1200px){

}
@media (min-width: 1201px) {

}
footer{
    margin-top: -6px;
}