.categories {
    padding: 24px 0;
}

.categories-title {
    font-size: 2.4rem;
    text-align: center;
}

.categories-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 8px;
    margin-top: 16px;
}

.category-filter {
    border: 1px solid #ccc;
    display: inline-block;
    border-radius: 1.5rem;
    padding: 1rem 1.5rem;
    color: #3498db;
    transition: all 0.2s ease-in-out;
}

.category-filter:hover,
.category-filter:focus,
.category-filter:active {
    text-decoration: none;
    background-color: rgb(255, 193, 7, 0.2);
}

.category-filter.active {
    border: 1px solid #ffc107;
    background: #ffc107;
    color: white;
}

@media (min-width: 1200px) {
    .categories {
        top: 100px;
    }
}

@media (min-width: 992px) {
    .categories {
        position: sticky;
        position: -webkit-sticky;
        top: 80px;
        z-index: 1;
    }
}

@media (max-width: 767.98px) {
    .categories {
        font-size: 1.4rem;
    }
}

.event .description {
    font-size: 1.4rem;
}

/* Cambiamente */
.brush-stroke {
    position: absolute;
    top: -5%;
    left: -1%;
    width: 40%;
    height: 15%;
    transform: rotate(-5deg);
    z-index: 1;
}

@media (max-width: 768px) {
    .brush-stroke {
        position: absolute;
        top: -5%;
        left: 30%;
        width: 15%;
        height: 15%;
        transform: rotate(-5deg);
        z-index: 1;
    }
}

@media (max-width: 610px) {
    .brush-stroke {
        position: absolute;
        top: -5%;
        left: 30%;
        width: 20%;
        height: 15%;
        transform: rotate(-5deg);
        z-index: 1;
    }
}

@media (max-width: 590px) {
    .brush-stroke {
        position: absolute;
        top: -5%;
        left: 25%;
        width: 20%;
        height: 15%;
        transform: rotate(-5deg);
        z-index: 1;
    }
}

@media (max-width: 576px) {
    .brush-stroke {
        position: absolute;
        top: -5%;
        left: 20%;
        width: 25%;
        height: 15%;
        transform: rotate(-5deg);
        z-index: 1;
    }
}

@media (max-width: 380px) {
    .brush-stroke {
        position: absolute;
        top: -5%;
        left: 15%;
        width: 25%;
        height: 15%;
        transform: rotate(-5deg);
        z-index: 1;
    }
}

/* Spinner */
.loading-spinner {
    position: absolute;
    inset: 0;
    background: rgba(255, 255, 255, 0.7);
}

.loading-spinner .spinner-border {
    margin: 100px auto 0 auto;
}
