.tooltip-tratte {
    width: 160px;
    height:77px;
    border-radius:15px;
    border: solid 4px #000000;
    padding: 10px;
    background-color: #e4e0e1;
    position: absolute;
    z-index: 2;
    display: none;
    text-align: left;
    font-weight: bold;
}

.tooltip-tratte .tempo {
    color: #e94635;
}

#whatsapp-fixed {
    position: fixed;
    right: 35px;
    bottom: 25px;
    display: flex;
    width: 70px;
    height: 70px;
    background-color: #25D366;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    z-index: 999;
}
#whatsapp-fixed a {
    color: #FFFFFF;
}