.redes-sociales-bar{
  position: fixed;
  right: 0px;
  top: 20%;
  z-index: 999;
  width: 50px;
  text-align: right !important;
}

.item-rsb{
  width: 50px;
  height: 50px;
}
.phone{
  background: #018f99;
  display: none;
}

.zona-me-gusta{
  position: fixed;
  bottom: 10px;
  left: 10px;
  width: 48px;
  z-index: 999;
}

.zona-page{
  width: 100%;
  text-align: right !important;
}

@media (max-width: 768px) {
  .phone{
    display: block;
  }

  .zona-page{
    width: 100%;
    text-align: center !important;
  }
}