:root {
	--primary-color:#8EB498;
	--secundary-color:#2d3332;
}        

@media only screen and (max-width: 768px) {
    #cabecalho,#cabecalho .conteiner {
      height: 100px;
    }    
    #corpo {
      padding-top: 70px !important;
    }  
	div.span3.brand{
	  visibility: hidden;
    }
	div.span3.brand.animated.tada{
	  visibility: hidden;
    }
    .logo-mob {
	  top: 8px;
      width: 110px;
    }
    .logo a {
      height: 100px;
      top: 8px;
	}
    .secao-banners {
      padding-top: 90px!important;
    }    
}

@media screen and (min-width: 769px) {
    .logo a {
      height: 150px;
      top: 8px;
    }
    #cabecalho {
      height: 150px;
    }
    body.fixed #cabecalho {
      height: 150px;
    }
    body.fixed #cabecalho>.conteiner {
      height: 150px;
    }
    body.open-menu #cabecalho>.conteiner {
      height: 140px;
      background: 0 0
    }
      body.fixed #cabecalho>.conteiner>.row-fluid {
      height: 144px;
    }
    .menu.superior {
      border-top: 3px solid black;
    }
    #corpo {
      padding-top: 218px !important;
    }
    .pagina-inicial #corpo {
      padding-top: 40px !important;
    }    
}
