#content_anuncios .swiper-slide a {
    background: var(--blanco-principal);
    border-radius: .5rem;
    ebkit-box-shadow: 1px 1px 10px 1px rgba(92,92,92,1);
    -moz-box-shadow: 1px 1px 10px 1px rgba(92,92,92,1);
    box-shadow: 1px 1px 7px -3px rgba(92,92,92,1);
    width: calc(100% - 10px);
    height: 100%;
    margin: 0.5rem;
    overflow: hidden;

    /* DISPLAY*/
    display: flex;
    align-items: center;
    justify-content: center;
    align-content: center;
    flex-wrap: nowrap;
    flex-direction: column;
}

#content_anuncios .swiper-slide .item-swiper {
    display: flex;
    align-items: center;
    align-content: center;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: center;
}

#content_anuncios .item-swiper figure {
    max-width: none;
}


#content_anuncios img {
    object-fit: fill;
}

#content_anuncios img.icono {
    object-fit: none;
}

#content_anuncios .swiper-slide {
    height: auto;
}

#content_anuncios .swiper-wrapper {
    align-items: stretch;
}