@media screen and (min-width: 768px){
.body.pagina-inicial #cabecalho {
    background-color: #fff !important;
    transition: none !important;
}

.body.pagina-inicial #cabecalho:hover, body.pagina-inicial #cabecalho.scroll {
    background-color: #fff !important;
    transition: none !important;
}

.banner .flexslider {
    margin-top: 140px;}}