(11) 94004-0909
CSS
/*WhatsApp*/
a.tel-header {
width: 400px;
/* float: left; */
position: fixed;
right: -247px;
top: 42px;
background-color: #368e00;
z-index: 9;
transition: all 0.3s linear;
-webkit-transition: all 0.3s linear;
}
a.tel-header img {
float: left;
}
a.tel-header:hover{
margin-right: 247px;
transition: all 0.3s linear;
-webkit-transition: all 0.3s linear;
}
span.tel-header-hover {
position: relative;
width: 245px;
line-height: 79px;
background-color: #368e00;
border-left: 1px solid #FFF;
color: #fff;
font-weight: bold;
font-size: 30px;
text-align: center;
float: left;
}