    body {
      scroll-behavior: smooth;
    }
    .whatsapp-float {
      position: fixed;
      bottom: 20px;
      right: 20px;
      z-index: 999;
    }
	.link_highlight{
		background-color:white;
		color:#333;
		text-decoration: none !important;
	}
	.link_highlight:hover {
		background-color: yellow;
		color:#111;
	}
	.annuncio{
		max-height:250px;
		max-width:400px;
		overflow : hidden;
	}
	.titleHome{
	  font-family: "Montserrat", sans-serif;
	  font-optical-sizing: auto;
	  font-weight: <weight>;
	  font-style: normal;
	}
	.footer {
		color: #EEE;
		background-color: #343a40 !important;
		margin-bottom: -18;
	}