/* Ajuste do tamanho do logotipo */
.logo img {
    max-width: none !important; /* Remove limites predefinidos */
    max-height: none !important; /* Remove limites predefinidos */
    height: auto !important; /* Ajusta a altura automaticamente */
    width: 200px !important; /* Ajuste para o tamanho desejado */
}

.scrollToTop { 
    position: fixed; 
    z-index: 999; 
    bottom: 11.7rem; 
    right: 1.7rem; 
    background: #fff; 
    color: #000; 
    display: block; 
    width: 50px; 
    height: 60px; 
    text-align: center; 
    box-shadow: 2px 2px 6px rgba(0, 0, 0, .4); 
    border-radius: 15px; 
    padding: 0 6px; 
    text-transform: uppercase; 
    -webkit-box-sizing: border-box; 
    box-sizing: border-box; 
    -webkit-transition: all .2s ease-out; 
    transition: all .2s ease-out; 
    
}


.li-whatsapp a { 
    position: fixed; 
    right: 16px; 
    bottom: 92px; 
    display: flex ; 
    align-items: center; 
    justify-content: center; 
    width: 70px; 
    height: 70px; 
    border-radius: 100%; 
    background-image: linear-gradient(to right, #209142, #56d263); 
    text-decoration: none; 
    z-index: 99; 
    
}