/*Aumentando logo plataforma Desktop*/  
#footer-main .copyright p {  
line-height: 200px;  
}  
#footer-main .copyright p a {  
display: inline-block;  
font-size: 0;  
} 
#footer-main .copyright img {  
line-height: 200px;  
margin: 0 0 0 5px;  
max-height: 200px;  
vertical-align: middle;  
}  
#header-main .element-logo .logo a img {  
max-height: 125px;  
margin-top: 10%;  
}  
#header-main .header-2 {  
padding: 15px 0px 35px 0 !important;  

}  

#footer-main .copyright p {
    line-height: 0px;
}

/* Remover telefone do cabeçalho */ 
.element-info .info-phone:not(.info-whatsapp), 
.element-phone .info-phone:not(.info-whatsapp) { 
display: none !important; 
} 

#header-main .element-info .info-inner {
    display: none;
}

.info-phone a {
    text-decoration: none;
    display: none;
}