/* footer */
/*
.img-footer{
    background-image: url("../img/img-footer.png");
    background-repeat: no-repeat;
    background-size: 200px;
    height: 180px;
    background-position: bottom;
    
}*/
/* Pulsante WhatsApp */
#pulsantecontattowa {
    position: fixed;
    right: 30px;
    bottom: 30px;
    border-radius: 50%;
    font-size: 2.2em;
    padding: 8px 16px 8px 16px;
}

.whatsapp-icon {
    transition: all .2s ease-in;
    word-wrap: unset;
    color: #fff !important;
    background-color: #59CE72 !important;
    border: 2px solid #128C7E !important;
}
.whatsapp-icon:hover {
    background-color: #128C7E !important;
}

#footer-widget{
    border-top: 3px solid var(--colore-secondario);
    padding-top: 40px;
    background-image: url("../img/cuore-verde.png");
    background-repeat: no-repeat;
    background-size: 500px;
    height: 350px;
    background-position: right;
}
#elementor-footer-widget{
    background-image: url("../img/cuore-verde.png");
    background-repeat: no-repeat;
    background-size: 500px;
    height: 350px;
    background-position: right;
    padding-left: var(--padding-fluid);
    padding-right: var(--padding-fluid);
}

#footer-widget h2{
    color: #fff;
    text-transform: uppercase;
}

.site-info{
    text-align: center;
}
#colophon{
    border-top: 1px solid var(--verde-medio);
    margin-top: 0px;
}
#scrollToTopBtn{
    position: fixed;
    bottom: 70px;
    right: 20px;
    padding: 10px 15px;
    font-size: 16px;
    background-color: var(--colore-primario);
    color: #fff;
    border: 2px solid var(--colore-primario);
    border-radius: 10px;
    cursor: pointer;
    display: none;
    z-index: 9999;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}
#scrollToTopBtn:hover{
    background-color: #fff;
    border: 2px solid var(--colore-primario);
    color: var(--colore-primario);
}
@media screen and (max-width: 767px) {
    #scrollToTopBtn{
        bottom: 70px;
        right: 10px;
    }
    #footer-widget,
    #elementor-footer-widget{
        background-size: 150px;
        background-position: bottom right;
        height: auto;
    }

    #colophon{
        margin-top: 0px;
    }
}