/* ///// SHARED SECTION TAGS ///// */
.home-tags-wrapper {
    width: 100%;
    max-width: 320px;
    box-sizing: border-box;
    border-left: 2px solid var(--accent-primary);
    padding-left: 20px;
}

.home-tags-wrapper--wide {
    max-width: none;
}

.home-tags-category {
    font-size: 14px;
}

.home-tags-title {
    color: var(--accent-primary);
    font-size: 26px;
    font-weight: 700;
}

.home-tags-intro {
    font-size: 16px;
}

.home-tags-boton {
    width: 100%;
    box-sizing: border-box;
    margin-top: 20px;
    padding: 10px 20px;
    border-radius: 10px;
    background-color: var(--accent-primary);
    font-size: 16px;
    font-weight: 500;
    text-align: center;
}

.home-tags-boton--link {
    padding: 0;
}

.home-tags-boton--link > a {
    display: block;
    width: 100%;
    box-sizing: border-box;
    padding: 10px 0;
    border-radius: inherit;
    color: inherit;
    text-decoration: none;
}

.boton-corto {
    width: 300px;
}

@media (min-width: 769px) {
    .home-tags-wrapper--gallery {
        max-width: 900px;
    }
}

@media (max-width: 768px) {
    .home-tags-wrapper {
        margin-inline: auto;
    }
}
