.banner-tienda{
  background:#ffcc00;
  height:52px;
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:15px;
  font-weight:500;
}

.banner-tienda a{
  color:#0b2a4a;
  text-decoration:none;
}

.banner-tienda span{
  font-weight:700;
}

.banner-tienda a:hover{
  text-decoration:underline;
}
