/* lca-a-10 — dc-build-sections (desktop: ricostruzione-lca) */
.bruschetta-lca-a-10-1 {
  position: fixed;
  right: 26px;
  bottom: 26px;
  z-index: 60;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: rgb(21, 43, 141);
  color: rgb(255, 251, 231);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  box-shadow: rgba(15, 31, 102, 0.4) 0px 14px 30px;
  transition: 0.4s cubic-bezier(0.22, 0.61, 0.36, 1);
  opacity: 0;
  transform: translateY(18px);
  pointer-events: none;
}
a.bruschetta-lca-a-10-1:hover { color: rgb(255, 251, 231); }
