/*
/*  10. Responsive
/*-----------------------------------------------------------------------------------*/
@media screen and (max-width: 1410px){
  


}

@media screen and (max-width: 1224px){
    
    
}

@media screen and (max-width: 998px){
  
.bgcab{
    display: none;
}

.bglogo{
    min-height: 125px;
    background: none;
    text-align: center;
}
   
}

@media screen and (max-width: 830px){
   
    
      
}

@media screen and (max-width:768px){ 
  
 
  
}

@media screen and (max-width:650px){
   
  
}


@media only screen and (min-device-width : 320px) and (max-device-width : 568px) and (orientation : landscape) { 
   




}

@media screen and (max-width: 480px){
    
  
.conteudo{
	margin-top: 0px;
	margin-bottom: 130px;
}
    
.rodape_bg	{
	padding-bottom:1%;
	background:#f2f2f2;
}

.botao-mais	{
	position:absolute;
	background:#CFD0CE;
	color:#D9AD00;
	font-size:2em;
	border-radius:50px;
	top:40%;
	left:41%;
}

}
