.icon-bar {
  position: fixed;
  top: 68%;
  right:0;
  z-index: 15;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.icon-bar a {
  display: block;
  text-align: center;
  padding: 5px 10px;
  transition: all 0.3s ease;
  color: white;
  font-size: 24px;
}

.icon-bar a:hover {
  background-color: #21409a;
}

.catalog {
  background: #21409a;
  color: white;
}
.whatsapp {
  background: #1ebea5;
  color: white;
}

.instagram {
  background: #df2b73;
  color: white;
}


.icon-bar2 {
  position: fixed;
  top: 84%;
  right:0;
  z-index: 15;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.icon-bar2 a {
  display: block;
  text-align: center;
  padding: 5px 10px;
  transition: all 0.3s ease;
  color: white;
  font-size: 24px;
}

.icon-bar2 a:hover {
  background-color: #21409a;
}