

.logo img {
    height: 20px; 
    display: block;
}

.logo-hero {
    margin-bottom: 40px;
    padding-top: 50px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center; 
}

.logo-hero img {
    width: 220px; 
    height: auto;
}

.number { 
    font-size: 45px; 
    padding: 0; 
    margin-bottom: -20px;
}

.footer-logo {
    margin-bottom: 20px;
}

.logo-white-footer {
    /* Altura da imagem do logo no footer (ajuste conforme o tamanho real desejado) */
    height: 20px; 
    width: auto;
    display: block;
    
}