/*------BOTTONE i PER PAGINA CONTATTI-----*/

#contattaci-btn{
    text-align: center;
    background-color: transparent;
    border-radius: 50px;
}

#contattaci-btn:hover{
    opacity: 0.5;
}

.contattaci{
    border: none !important;
    border-radius: 100px;
    background-color: transparent;
}

.bi-info-circle-fill{
    background-color: #ffffff;
    border-radius: 50px;
    padding: 0 !important;

}

/*-----BOTTONE BACK TO TOP-----*/

#BtnGoToTop{
    display: none; /* Hidden by default */
    border: none; /* Remove borders */
    outline: none; /* Remove outline */
    cursor: pointer; /* Add a mouse pointer on hover */
    padding: 0 !important;
    margin: 0 !important;
    width: auto;
    border-radius: 50px;
}

#BtnGoToTop:hover {
    opacity: 0.5; /* Add a dark-grey background on hover */
}

.btn-arrow-white,
.btn-info-white{
    background-color: #ffffff !important;
    border-radius: 50px;
    fill: #226bb5;
}

.btn-arrow-blue,
.btn-info-blue{
    background-color: #226bb5 !important;
    border-radius: 50px;
    fill: #ffffff;
}


/*-----BTN-GRP-----*/

#btn-grp{
    position: fixed;
    right: 1rem;
    z-index: 5;
}

.btn-grp-bottom5{
    bottom: 5rem;
}
.btn-grp-bottom1{
    bottom: 1rem;
}
