body{margin:0 auto; background:#12808a; }#left{background-image:url(../img/bgleft.png); background-repeat:repeat; position:absolute;top:0px; left:0px; height:800px; width:50%; z-index:0;}#vergani {margin: 0 auto;
width: 1000px;
position: relative;
left: 50%;
background-image: url(../img/bgmid.png);
height: 800px;
margin-left: -500px;
margin-top: -7px;
}#footer{width:100%; margin:0; position: relative;
top: 28px; }#end{width:1000px; margin:0 auto; height: 13px;
position: relative;} #copyright{position:absolute; right:0px;}#vergani ul{margin-top:7px; width:1000px; height:746px;} #vergani ul li{width:250px; height:250px; float:left; list-style:none;}#logo img{position:relative; top:75px; left:-15px;}#right{background-image:url(../img/bgright.png); background-repeat:repeat; width:50%; position:absolute; right:0px; top:0px;height:800px;}


  .whatsapp-fixo {
    position: fixed;
    bottom: 20px; /* distância do fundo */
    right: 20px;  /* distância da direita */
    z-index: 1000; /* garante que fique acima de outros elementos */
  }

  .whatsapp-fixo img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    box-shadow: 0 4px 8px rgba(0,0,0,0.3);
    transition: transform 0.3s ease;
  }

  .whatsapp-fixo img:hover {
    transform: scale(1.1);
  }
