/*
/*  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){ 
  
.rodape{

  background: #fff;
}

 
  
}

@media screen and (max-width:650px){
  
.rodape{

  background: #fff;
}
 
  
}


@media only screen and (min-device-width : 320px) and (max-device-width : 568px) and (orientation : landscape) { 
   

.rodape{

  background: #fff;
}


}

@media screen and (max-width: 480px){
    
  
.rodape{

  background: #fff;
}


}