/* ver. 2.0.2 */
p.contattaci {
    text-align: center;
    position: fixed;
    bottom: 0;
    margin: 0 auto;
    padding: 0;
    left: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.3);
    z-index: 9999;
}
p.contattaci a {
    display: inline-block;
    margin: 8px 0;
    transition: background 0.4s;
    font-size: 14px;
    font-weight: 600;
    width: 80%;
    max-width: 400px;
    border-radius: 24px;
}
p.contattaci a:hover {
    background: #666;
}
p.contattaci a i.fa {
    margin-right: 3px;
}