	
footer{
	background-color: #e2e2e247;
	color: #a0a0a0;
	padding: 1em 0 1em 0;
	font-family: "Merriweather Sans",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
}
a:link{
  text-decoration: none;
  color: #555;
}
a:hover {
  text-decoration: underline;
}
.lista{
	font-size: 12px;
	list-style-type: none;
	padding: 0px;
	text-decoration: none;
}
.lt-titulo{
	font-weight: bold;
	font-size: 12.8px;
	color: #676262;
}
.contato{
	background-image: url('../img/banner.jpg');
	background-position: center;
  	background-repeat: no-repeat;
  	background-size: cover;
}
/* WhatsApp Floating Button */
.whatsapp-float {
position: fixed;
width: 60px;
height: 60px;
bottom: 40px;
right: 40px;
background-color: #25d366;
color: #FFF;
border-radius: 50px;
text-align: center;
font-size: 30px;
box-shadow: 2px 2px 3px #999;
z-index: 1000;
transition: all 0.3s ease;
}

.my-float {
margin-top: 16px;
}

.whatsapp-float:hover {
    color: #FFF;
    background-color: #1ebe57;
    text-decoration: none;
    transform: scale(1.1);
}
