.bg-multimedia {
    background: url(/images/background/convocatoria.svg) no-repeat left;
    background-color: rgb(238 238 238) !important;
}


swiper-container {
    width: 100%;
    height: 100%;
  }

  swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  a{
    text-decoration: none;
    color: #2c2b2b;
  }