
.social_info{
  -webkit-transition: all 0.7s ease;
  -moz-transition: all 0.7s ease;
  -o-transition: all 0.7s ease;
  -ms-transition: all 0.7s ease;
  transition: all 0.7s ease;
  position:fixed;
  bottom:33%;
  width:50px;
  background:#dba765;
  height:200px;
  left:0;
  justify-content:center;
  align-items:center;
  display: flex;    
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
  z-index:999999999;

}

.social_info ul{
  margin-left:5px;
}
.social_tel{
  font-size: 19px;
  line-height: 28px;
  color: #fff;
  font-weight: 300;
  font-family: "Josefin Sans";
  display: none;
  float: left;
}

.social_info a:hover { color: #dba765; }

.social_info_instagram, .social_info_tel, .social_info_tel, .social_info_whatsapp{
  width:40px;
  margin-bottom:10px;
}


.social_info:hover{
  -webkit-transition: all 0.8s ease;
  -moz-transition: all 0.8s ease;
  -o-transition: all 0.8s ease;
  -ms-transition: all 0.8s ease;
  transition: all 0.8s ease;
  width:320px;
  background:#232323;
  color:#777;
  box-shadow:rgb(149 157 165 / 20%) 0 8px 24px;
}

.social_info a:hover { color: #dba765; }

.social_info:hover .social_info_instagram,.social_info:hover .social_info_tel,.social_info:hover .social_info_tel, .social_info:hover .social_info_whatsapp{
  width:280px;
  float:left;
  display:flex;
  justify-content:left;
  align-items:center;
  margin-bottom:15px;
}
.social_info:hover img{
  float:left;
  width:20px; 
  margin-right:10px;
}
.social_info:hover .social_tel{
  display:block;
}

.social_info_ayuda{
  font-family: sans-serif;
  font-size: 0.8em; 
  display:none;
  margin-top: 1em;
}

.social_info:hover .social_info_ayuda{
  display:block;
  color: white;
  font-size: 18px;
  margin-bottom: 23px;
}

@media (max-width: 768px){
  .social_info{display:none;}
}

@media (min-width: 768px){
  .social_info{display:flex;}
}