

@media (min-width: 1280px) {
    .default-ltr-cache-1f97ztc {
        width: 130%;
        left: -15%;
    }
}

@media (min-width: 960px) {
    .default-ltr-cache-1f97ztc {
        width: 150%;
        left: -25%;
    }
}

@media (min-width: 600px) {
    .default-ltr-cache-1f97ztc {
        width: 180%;
        left: -40%;
    }
}
.default-ltr-cache-dulgtd {
    box-sizing: border-box;
    overflow-x: hidden;
    position: relative;
    height: 6.25rem;
    z-index: 1;
}

.default-ltr-cache-1f97ztc {
    width: 200%;
    left: -50%;
}

.default-ltr-cache-1f97ztc {
    box-sizing: border-box;
    position: absolute;
    height: 100%;
    top: 0;
    margin: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: solid .25rem transparent;
    border-top-left-radius: 50% 100%;
    border-top-right-radius: 50% 100%;
    border-bottom: none;
    background: radial-gradient(50% 500% at 50% -420%, rgba(64, 97, 231, 0.4) 80%, rgba(0, 0, 0, 0.1) 100%), #05080e;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
}

.default-ltr-cache-1f97ztc:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    margin-top: -.25rem;
    border-radius: inherit;
    background: linear-gradient(to right, rgba(33, 13, 22, 1) 16%, rgba(184, 40, 105, 1), rgba(229, 9, 20, 1), rgba(184, 40, 105, 1), rgba(33, 13, 22, 1) 84%);
}

@media (min-width: 1280px) {
    .default-ltr-cache-jtcpfi {
        margin-top: 1.375rem;
    }
}

@media (min-width: 960px) {
    .default-ltr-cache-jtcpfi {
        margin-top: 1.25rem;
    }
}

@media (min-width: 600px) {
    .default-ltr-cache-jtcpfi {
        margin-top: 1.875rem;
    }
}

.default-ltr-cache-jtcpfi {
    position: relative;
    z-index: 1;
    text-align: center;
    margin-top: 1.375em;
}

.default-ltr-cache-qku0ge * {
    box-sizing: border-box;
}


.ccontainer {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    padding: 20px;
}

.card {
    overflow: hidden;
    border-radius: 5px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    transition: transform 0.5s ease;
    min-height: 300px;
}

.card:hover {
    transform: scale(1.1);
}

.card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.card .number {
    position: absolute;
    top: 10px;
    left: 10px;
    background-color: rgba(0, 0, 0, 0.7);
    color: white;
    padding: 5px 10px;
    font-size: 18px;
    font-weight: bold;
    border-radius: 3px;
}


/*Posiciones artistas*/
@media (min-width: 1280px) {
    .default-ltr-cache-1fw1w6f {
        font-size: 6.25rem;
    }
}

@media (min-width: 960px) {
    .default-ltr-cache-1fw1w6f {
        font-size: 5rem;
        bottom: 0rem;
        left: -1.375rem;
    }
}

.default-ltr-cache-1fw1w6f {
    font-size: 6rem;
    bottom: 0.1rem;
    left: -0.625rem;
    position: absolute;
}

.default-ltr-cache-bjn8wh {
    position: relative;
}

.default-ltr-cache-5ur8x {
    clip: rect(0 0 0 0);
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    height: 1px;
    overflow: hidden;
    position: absolute;
    white-space: nowrap;
    width: 1px;
}

.default-ltr-cache-1j6jwcf {
    line-height: 1;
    display: inline-block;
    height: 1em;
    position: relative;
    font-weight: 700;
    color: rgb(225 16 16);
    -webkit-text-stroke: 0.25rem rgb(255, 255, 255);
    text-shadow: 0 0 1.5rem rgba(0, 0, 0, 0.5);
}

.default-ltr-cache-1j6jwcf::before {
    content: attr(data-content);
    -webkit-text-fill-color: rgb(0, 0, 0);
    -webkit-text-stroke: 0;
    position: absolute;
}

.ccontainer {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 25px;
    padding-left: 50px;
    padding-right: 50px;
}

/* Estilo general de las tarjetas */
.card {
    position: relative;
    overflow: hidden;
    border-radius: 5px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    transition: transform 0.5s ease;
    height: 300px;
    flex: 1 1 calc(100% - 40px); /* valor por defecto en móvil */
}

.card:hover {
    transform: scale(1.05);
}

.card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Desktop: 4 arriba, 2 abajo */
@media (min-width: 1280px) {
    .card:nth-child(-n+4) {
        flex: 1 1 calc(25% - 20px);
    }

    .card:nth-child(n+5) {
        flex: 1 1 calc(50% - 20px);
    }
}

/* Tablet: 3 por fila */
@media (min-width: 768px) and (max-width: 1279px) {
    .card {
        flex: 1 1 calc(33.333% - 20px);
    }
}

/* Móvil: 1 por fila */
@media (max-width: 767px) {
    .card {
        flex: 1 1 100%;
    }
}
