/* Entrega 06 - link sobre botón del banner y normalización del recuadro */
body.si-modern .si-home-hero-media {
  position: relative;
  overflow: hidden;
}
body.si-modern .si-hero-image-budget-link {
  position: absolute;
  left: 3.2%;
  top: 80.1%;
  width: 18.8%;
  height: 10.2%;
  z-index: 5;
  display: block;
  border-radius: 999px;
  background: rgba(255,255,255,0);
}
body.si-modern .si-hero-image-budget-link:hover {
  box-shadow: 0 0 0 2px rgba(255,255,255,.14) inset;
}
body.si-modern .si-hero-image-square-cover {
  position: absolute;
  left: 19.4%;
  top: 79.2%;
  width: 16.3%;
  height: 12.0%;
  z-index: 4;
  display: block;
  border-radius: 4px;
  background: linear-gradient(180deg, #f3f3f3 0%, #ececec 100%);
}
@media (max-width: 991px) {
  body.si-modern .si-hero-image-budget-link {
    left: 3.1%;
    top: 79.7%;
    width: 19.4%;
    height: 10.8%;
  }
  body.si-modern .si-hero-image-square-cover {
    left: 19.5%;
    top: 78.8%;
    width: 16.6%;
    height: 12.6%;
  }
}
