.acf-map {
    width: 100%;
    height: 400px;
    border: #ccc solid 1px;
    margin: 20px 0;
}

.acf-map img {
   max-width: inherit !important;
}

/** Cards **/
.listado-grid {
    margin-top: 4rem;
    display: grid;
    gap: 1rem;
}
@media (min-width:768px) {
    .listado-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}
.card {
    position: relative;
    overflow: hidden;
}

.margen-paginacion{
    margin-bottom: 4rem !important;
}

.espacio-arriba{
    margin-top: 4rem;
}

.texto-centrado{
    text-align: center;
    margin: 15px 0 0;
}
