.artists-container > h1 {
    font-family: din-condBold;
    color: #000000;
    text-align: center;
    font-size: 4.02vw;
}

.artist-grid-item > span {
    font-family: din-condMed;
    color: #000000 !important;
}

/* Text over the img on hover */
.artist-card img {
    display: block;
    transition: 0.3s ease;
}
.artist-card h2 {
    font-family: din-condMed;
    font-size: 1.1vw;
    text-align: center;
    letter-spacing: .06em;
    line-height: 2.6vh;
    margin: 0;
    -webkit-user-select: none; /* Safari */
    -ms-user-select: none;     /* Internet Explorer 10+ y Edge */
    user-select: none;         /* Estándar moderno (Chrome, Firefox, Opera, Edge) */
}
.artist-card .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    opacity: 0;
    transition: 0.3s ease;
}
.artist-card:hover .overlay {
    opacity: 1;
}
.artist-card:hover img {
    transform: scale(1.05);
}
.overlay span {
    padding: 0 2.5vw;
    opacity: 0;
    transition: 0.3s;
}
.artist-card:hover .overlay span {
    opacity: 1;
}

.cartel-container h2 {
    font-family: din-condBold;
    color: #000000;
}
.cartel-container p {
    font-family: din-condMed;
    color: #000000;
}
.artist-container-header:nth-child(1) > div:nth-child(1) > div > a {
    font-family: din-condMed;
    color: #000000;
    transition: .2s;
}
.artist-container-header:nth-child(1) > div:nth-child(1) > div > a:hover {
    background-color: black;
    color: white;
}
.artist-container > div > div > span {
    font-family: din-condMed;
    color: #000000;
}

@media (max-width: 576px) {
    .column-first {
        order: -1;
    }
    .artists-container > h1 {
        font-size: 10.76vw;
    }
    .cartel-container > div,
    .cartel-container > a {
        width: 100% !important;
    }
    .artist-container-header,
    .cartel-container,
    .artist-container {
        width: 90%;
        margin: 0 auto;
    }
    .cartel-container h2 {
        font-size: 10.76vw;
    }
    .cartel-container p,
    .artist-container-header:nth-child(1) > div:nth-child(1) > div > a {
        font-size: 5.55vw;
    }
    .artist-container > div > div > span {
        font-size: 3.3vw;
    }
    .lineup-img {
        width: 100%;
    }
    .artist-card h2 {
        font-size: 3.1vw;
        line-height: 2.1vh;
    }
}

@media (min-width: 576px) and (max-width: 992px) {
    .artists-container > h1 {
        font-size: 6vw;
    }
    .artist-container-header,
    .cartel-container,
    .artist-container {
        width: 80%;
        margin: 0 auto;
    }
    .cartel-container h2 {
        font-size: 3.9vw;
    }
    .cartel-container p,
    .artist-container-header:nth-child(1) > div:nth-child(1) > div > a {
        font-size: 1.66vw;
    }
    .artist-container > div > div > span {
        font-size: 1.8vw;
    }
    .lineup-img {
        width: 80%;
    }
    .artist-card h2 {
        font-size: 1.3vw;
        line-height: 1.4em;
    }
}

@media (min-width: 991px) {
    :root {
        --width-containers: 81.25vw;
    }
    .artists-container > h1 {
        font-size: 5.5vw;
    }
    .artist-container-header,
    .cartel-container,
    .artist-container {
        width: var(--width-containers);
        margin: 0 auto;
    }
    .artist-container:nth-child(1) > div:nth-child(1) {
        width: 100%;
    }
    .cartel-container h2 {
        font-size: 3.85vw;
    }
    .cartel-container p,
    .artist-container-header:nth-child(1) > div:nth-child(1) > div > a {
        font-size: 1.66vw;
    }
    .artist-container > div > div > span {
        font-size: 1.38vw;
    }
    .lineup-img {
        width: calc(var(--width-containers) / 2 - 15vw);
    }
    .artist-card h2 {
        font-size: 1.1vw;
        line-height: 1.6em;
    }
}

@media (min-width: 1920px) {
    :root {
        --width-containers: 1560px;
    }
    .artists-container > h1 {
        font-size: 105px;
    }
    .artist-container-header,
    .cartel-container,
    .artist-container {
        width: var(--width-containers);
        margin: 0 auto;
    }
    .cartel-container h2 {
        font-size: 74px;
    }
    .cartel-container p,
    .artist-container-header:nth-child(1) > div:nth-child(1) > div > a {
        font-size: 32px;
    }
    .artist-container > div > div > span {
        font-size: 22px;
    }
    .lineup-img {
        width: calc(var(--width-containers) / 2 - 250px);
    }
    .artist-card h2 {
        font-size: 22px;
        line-height: 30px;
    }
}
