﻿:root{--bs-primary: #3334ca;--bs-primary-rgb: 51,52,202;}.btn-primary{--bs-btn-bg: var(--bs-primary);--bs-btn-border-color: var(--bs-primary);--bs-btn-hover-bg: #000000;--bs-btn-hover-border-color: #000000;--bs-btn-active-bg: #000000;--bs-btn-active-border-color: #000000;}.navbar{--bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%2851,52,202,1.0%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='4' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");}

/*lorenzo*/
.btn-whatsapp {position: fixed;z-index: 999;right: 25px;bottom: 25px;background-color: #25d366;color: #ffffff;font-size: 2.5rem;height: 80px;width: 80px;border-radius: 50px;text-align: center;text-decoration: none;display: flex;flex-direction: column;justify-content: center;}
.btn-whatsapp:hover{background-color:#21b358;color: #ffffff;text-decoration:none;}
.btn-whatsapp:focus{background-color: #21b358;color: #ffffff;text-decoration: none;}
@media (max-width:991px) {
   .btn-whatsapp {font-size: 2rem;height: 70px;width: 70px;}
}

.dropdown.servizi .dropdown-menu {--bs-dropdown-min-width: 15rem;}