.div-chat {
  position: fixed;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  width: 250px;
  height: 40px;
  border-top-left-radius: 50px;
  background-color: #f48220;
}

.div-foto-chat {
  position: absolute;
  width: 60px;
  height: 60px;
  margin-top: -26px;
  border: 1px solid #fff;
  border-radius: 100px;
  background-image: url('../images/foto-patrique.jpeg');
  background-position: 50% 0%;
  background-size: 60px;
}

.txt-atend {
  position: absolute;
  margin-left: 70px;
  padding-top: 9px;
  color: #fff;
  font-size: 12px;
}

.txt-nom {
  margin-top: -20px;
  margin-left: 70px;
  color: #c2c1c1;
  font-size: 11px;
  font-weight: 300;
}

.lista-topo, .lista-topo a { color: #9c9c9c; text-decoration:none; }



@font-face {font-family:"Social Font Face Regular";src:url("../font/social_font.eot?") format("eot"),url("../font/social_font.woff") format("woff"),url("../font/social_font.ttf") format("truetype"),url("../font/social_font.svg#SocialFontFace") format("svg");font-weight:normal;font-style:normal;}

.font-social {
  font-family:"Social Font Face Regular"; font-size:30px; font-weight:300;  
  opacity: 0.6;
  -webkit-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
  color: #f48220;
  display:inline;
  text-decoration:none;
}
.font-social:hover {
  opacity: 1;
}

.icofacetopo { padding-top:25px; }


@media (max-width: 767px) { 
  .font-social {
	padding-top:0px;  
    display: block;
    float: none;
    text-align: center;
	display:inline;
  }  
}