.banner__text-wrapper--center::before {
  content: "";
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  z-index: -1;
  border-radius: inherit;

  /* Degradado más suave que se desvanece a transparente en el borde */
  -webkit-mask-image: radial-gradient(circle at center, rgba(0,0,0,1) 60%, rgba(0,0,0,0) 100%);
  mask-image: radial-gradient(circle at center, rgba(0,0,0,1) 60%, rgba(0,0,0,0) 100%);
}


img.bladeImg {
    border-radius: 12px;
}


.section.seville-new-fb-grid-a-services .featuredblocks-grid-a .featuredblocks .featuredblock__wrap::after {
    top: 105px !important;
}

.featuredblock__content a {
  pointer-events: none;
  cursor: default;
  text-decoration: none;
  color: inherit;
}
