/* Custom Logo Styles */
#header .logo .icon img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
    display: block;
}

#header .logo .icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}

/* Remove o pseudo-elemento :before que mostra o ícone FontAwesome */
#header .logo .icon:before {
    display: none !important;
} 