
.bloque_seccion {
    margin: 10px;
    float: left;
    width: 28%;
    border: 1px solid #6a85ee;
    padding: 10px;
    text-align: justify;
}

.bloque_seccion_artistas {
    margin: 5px;
    float: left;
    width: 47%;
    border: 1px solid #6a85ee;
    padding: 10px;
    min-height: 240px;
}

.bloque_seccion_artistas>div:first-child {
    width: 40%;
    /*    margin-top: 19px;*/
}

.bloque_actividades {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 65%;
    margin: auto;
}

.bloque_actividades>div {
    width: 43%;
    margin-bottom: 50px;
}

.bloque_actividades>div img {
    width: 100%;
}

.bloque_actividades .titulo {
    font-family: Rimouski;
    font-size: 30px;
    color: #6a85ee;
    margin-top: 20px;
}

.bloque_actividades .cuerpo {
    font-family: geosans;
    font-size: 20px;
    margin-top: 10px;
    text-align: justify;
}

.bloque_seccion_rv {
    margin: 10px;
    float: left;
    width: 28%;
    padding: 10px;
    text-align: justify;
}

.bloque_premium {
    margin: 10px;
    float: left;
    width: 25%;
    height: 10vw;
    border-radius: 10px 10px 10px 10px;
    border: 1px solid #6a85ee;
    padding: 10px;
    text-align: center;
}

button.boton_form {
    margin-left: 41%;
}

#cuerpo_seccion a {

    font-weight: bold;
    /*text-decoration: underline;*/

}

#cuerpo_seccion h4 {
    font-family: 'ITCKabelBold';
    border-bottom: 1px white solid;
    font-size: 35px;
    color: white;
    display: flex;
    justify-content: center;
    margin: 10px 400px 0px 400px;

}

#cuerpo_seccion .flexible {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

#cuerpo_seccion .flexible>div>div {
    font-family: Rimouski;
    font-size: 30px;
    color: #6a85ee;
    text-align: center;
    margin-top: 20px;
}

#cuerpo_seccion .flexible>div {
    width: 28%;
    text-align: center;

}

#cuerpo_seccion #entrada_especial img {
    width: 50%;
}

#cuerpo_seccion .flexible .descripcion {
    font-family: geosans;
    font-size: 20px;
    color: white;
    text-align: justify;
}

#gratis_cosplay_img {
    float: left;
    width: 30%;
    text-align: center;
    margin-top: 50px;
}

#gratis_cosplay_img img {
    width: 40%;
}

#entrada_3dias_img {
    display: flex;
    justify-content: center;
}

#gratis_cosplay_descripcion {
    margin-left: 30%;
    margin-top: 50px;
}

#bloque_viaja {
    display: flex;
    justify-content: space-between;
    text-align: center;
    flex-wrap: wrap;
}

#bloque_viaja .bloque_seccion {
    width: 42%;
    padding: 26px;
}

#juegos_freeplay img {
    margin: 10px;
}

#contenedor_ociodig {
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
}

#contenedor_ociodig_img {
    width: 496px;
    margin-top: 10px;
}

strong {
    color: #6985ee;
}

#contenedor_flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}


#contenedor_normas_covid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

#contenedor_normas_covid div {
    width: 40%;
    padding: 3%;
    text-align: center;
}

#contenedor_normas_covid div p {
    text-align: justify;
}

#contenedor_normas_covid div p.titulo {
    font-weight: bold;
    color: #6985ee;
    text-align: center;
}

#contenedor_normas_covid div img {
    max-width: 256px;
}

#cuerpo_seccion .precios_dias.flexible>div {
    width: 28%;
    margin-bottom: 50px;
}

label.checkbox {
    float: none;
    width: auto;

}

input.checkbox {
    margin: 15px;
    padding: 0;
    width: auto;
}

#listado_actividades_flexible {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    align-items: stretch;
    gap: 28px;
    width: min(1120px, calc(100% - 48px));
    margin: 0 auto 5%;
    font-family: var(--font-body);
}

#listado_actividades_flexible>div {
	margin-bottom: 0;
	display: flex;
}

.actividad-item {
    width: 100%;
    margin-right: 0;
    display: flex;
}

.imagen-actividades,
.imagen-actividades2 {
    position: relative;
    background-color: #001966;
    border-radius: 24px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    min-height:215px;
    max-width: 100%;
    overflow: hidden;
    width: 100%;
    box-shadow: 0 24px 60px rgba(0, 0, 0, 0.28);
}

#listado_actividades_flexible div img {
    max-width: 100%;
    border-radius: 0;
}

.imagen-actividades img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
}

.imagen-actividades2 img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    
    object-fit: cover;
    object-position: center;
    display: block;
}

.contenedor_actividades {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    gap: 14px;
    flex: 1;
    
    padding: 10px 24px 24px;
    color: white;
    background: linear-gradient(0deg, rgba(3, 7, 33, 0.04) 0%, rgba(3, 7, 33, 0.82) 90%, rgba(3, 7, 33, 0.96) 100%);
}

#listado_actividades_flexible>div>div>div.contenedor_actividades h3 {
    margin: 0;
    text-align: left;
    font-weight: bold;
    font-family: var(--font-title-display);
    font-size: clamp(2rem, 2.7vw, 2.8rem);
    line-height: 0.95;
    letter-spacing: 0.015em;
    color: white;
}

/* SECTION SHOWCASE CARDS */
.section-showcase {
    width: min(1180px, calc(100% - 48px));
    margin: 0 auto;
    display: grid;
    gap: 28px;
}

#cuerpo_seccion.section-content-shell {
    padding-top: 35px;
    margin-top: 0;
}

.section-showcase__grid {
    display: grid;
    gap: 28px;
}

.section-spotlight,
.section-highlight-card {
    background: linear-gradient(180deg, rgba(247, 249, 255, 0.96) 0%, rgba(233, 239, 255, 0.98) 100%);
    border: 1px solid rgba(20, 34, 92, 0.10);
    border-radius: 28px;
    box-shadow: 0 24px 60px rgba(0, 0, 0, 0.28);
    overflow: hidden;
}

.section-spotlight {
    display: grid;
    grid-template-columns: minmax(0, 1.2fr) minmax(300px, 0.8fr);
    align-items: stretch;
}

.section-spotlight--reverse {
    grid-template-columns: minmax(300px, 0.8fr) minmax(0, 1.2fr);
}

.section-spotlight--reverse .section-spotlight__media {
    order: 2;
}

.section-spotlight--reverse .section-spotlight__content {
    order: 1;
}

.section-spotlight__media,
.section-highlight-card__media,
.section-highlight-card__hero {
    position: relative;
    overflow: hidden;
}

.section-spotlight__media {
    min-height: 260px;
}

.section-spotlight__media img,
.section-highlight-card__media img {
    display: block;
    width: 100%;
    object-fit: cover;
}

.section-spotlight__content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 14px;
    padding: 34px 16px 28px;
    color: #132056;
}

.section-spotlight__tag {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    align-self: flex-start;
    height: 30px;
    padding: 0 14px;
    box-sizing: border-box;
    border-radius: 999px;
    background: rgba(255, 202, 32, 0.22);
    border: 1px solid rgba(255, 202, 32, 0.42);
    color: #14215d;
    font-family: var(--font-ui-strong);
    font-size: 12px;
    line-height: 1;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.section-spotlight__title {
    margin: 0;
    font-family: var(--font-title-display);
    font-size: clamp(2.2rem, 3.2vw, 3.6rem);
    line-height: 0.95;
    letter-spacing: 0.015em;
    text-wrap: balance;
}

.section-spotlight__text,
.section-highlight-card__content p,
.section-highlight-card p {
    margin: 0;
    font-family: var(--font-body);
    font-weight: 500;
    font-size: 1.1rem;
    line-height: 1.6;
    color: #30406f;
    text-align: left;
}

.section-spotlight__text a{
	text-decoration: underline;
}

.section-highlight-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 28px;
    width: min(100%, 1180px);
    max-width: none;
    margin: 0 auto;
}

.section-highlight-card {
    display: flex;
    flex-direction: column;
    min-width: 0;
}

.section-highlight-card__media {
    aspect-ratio: 16 / 9;
}

.section-highlight-card__content {
    padding: 24px 24px 28px;
}

.section-highlight-card__hero {
    min-height: 220px;
    background-size: cover;
    background-position: center;
    box-shadow: 0 16px 35px rgba(0, 0, 0, 0.25);
}

.section-highlight-card__hero::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(3, 7, 33, 0.05) 0%, rgba(3, 7, 33, 0.78) 100%);
    pointer-events: none;
}

.section-highlight-card__hero h3 {
    position: absolute;
    left: 18px;
    right: 18px;
    bottom: 14px;
    margin: 0;
    font-family: var(--font-title-display);
    font-size: 34px;
    line-height: 0.95;
    letter-spacing: 0.015em;
    text-transform: uppercase;
    color: white;
    z-index: 1;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.4);
}

.section-highlight-card__hero--expo {
    background-image: url('../images/subidas/hp/expo.jpg');
}

.section-highlight-card__hero--talleres {
    background-image: url('../images/subidas/hp/talleres.jpg');
}

.section-highlight-card__hero--videojuegos {
    background-image: url('../images/subidas/hp/videojuegos.jpg');
}

.section-highlight-card__hero--photocalls {
    background-image: url('../images/subidas/hp/photocalls.jpg');
}

#listado_actividades_flexible>div>div>div.contenedor_actividades p {
    margin: 0;
    text-align: left;
    padding-left: 0;
    padding-right: 0;
    font-size: 1rem;
    line-height: 1.6;
    color: rgba(244, 247, 255, 0.95);
}

#listado_actividades_flexible>div>div>div.contenedor_actividades {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 18px;
}

#listado_actividades_flexible .actividad-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    align-self: flex-start;
    min-height: 38px;
    padding: 9px 14px;
    border-radius: 999px;
    background: rgba(255, 202, 32, 0.96);
    color: #020040;
    text-align: center;
    text-decoration: none;
    font-family: var(--font-ui-strong);
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    box-sizing: border-box;
    cursor: pointer;
    box-shadow: 0 10px 24px rgba(255, 202, 32, 0.24);
    margin-top: auto;
}

#listado_actividades_flexible .actividad-link:hover {
    transform: translateY(-1px);
}

#listado_actividades_flexible .actividad-link:visited {
    color: #020040;
}

.subeventos_titulo {
    padding-bottom: 5px;
    text-align: center;
    margin: auto;
    font-size: 2vmax;
    width: 100%;
}

.subeventos_titulo.gastronomica {
    font-family: 'ITCKabelBold';
    border-bottom: 3px #ff892e solid;
    color: #ff892e;
}

.subeventos_titulo.festival-musica {
    font-family: 'ITCKabelBold';
    border-bottom: 3px #ff42b0 solid;
    color: #ff42b0;
}

.subeventos_titulo.feria-libro {
    font-family: 'ITCKabelBold';
    border-bottom: 3px #8FFF8C solid;
    color: #199187;
}

.subeventos_titulo.kids {
    font-family: 'ITCKabelBold';
    /* border-bottom: 3px #003e7b solid; */
    color: #003e7b;
}

.subeventos_titulo.ficfest {
    font-family: 'ITCKabelBold';
    border-bottom: 3px #FF7F00 solid;
    color: #E62686;
}

#subeventos_contenedor h4 {
    margin-top: 25px;
    font-family: geosans;
    font-size: 25px;
}

@media (max-width: 1199.98px) {

    #listado_actividades_flexible div img {
        display: none;
    }

    #listado_actividades_flexible>div>div>div.contenedor_actividades>div {
        width: 60%;
    }

    .imagen-actividades {
        position: relative;
    }

    #imagen-concursos::before,
    #imagen-torneos::before,
    #imagen-cosplay::before,
    #imagen-kpop::before,
    #imagen-ficcion::before,
    #imagen-institucional::before,
    #imagen-matsuri::before,
    #imagen-videojuegos::before,
    #imagen-indies::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-size: cover;
        background-position: center;
        opacity: 0.15;
        z-index: 1;
        border-radius: 17px;
    }

    #imagen-concursos .contenedor_actividades,
    #imagen-torneos .contenedor_actividades,
    #imagen-cosplay .contenedor_actividades,
    #imagen-kpop .contenedor_actividades,
    #imagen-ficcion .contenedor_actividades,
    #imagen-institucional .contenedor_actividades,
    #imagen-matsuri .contenedor_actividades,
    #imagen-videojuegos .contenedor_actividades,
    #imagen-indies .contenedor_actividades {
        z-index: 2;
    }

    #imagen-concursos::before {
        background-image: url(http://mangafest.es/sevilla/2024/images/actividades/imagen-concursos.jpg);

    }

    #imagen-torneos::before {
        background-image: url(http://mangafest.es/sevilla/2024/images/actividades/imagen-torneos.jpg);

    }

    #imagen-cosplay::before {
        background-image: url(http://mangafest.es/sevilla/2024/images/actividades/imagen-cosplay.jpg);

    }

    #imagen-kpop::before {
        background-image: url(http://mangafest.es/sevilla/2024/images/actividades/imagen-kpop.jpg);

    }

    #imagen-ficcion::before {
        background-image: url(http://mangafest.es/sevilla/2024/images/actividades/imagen-ficcion.jpg);

    }

    #imagen-institucional::before {
        background-image: url(http://mangafest.es/sevilla/2024/images/actividades/imagen-institucional.jpg);

    }

    #imagen-matsuri::before {
        background-image: url(http://mangafest.es/sevilla/2024/images/actividades/imagen-matsuri.jpg);

    }

    #imagen-videojuegos::before {
        background-image: url(http://mangafest.es/sevilla/2024/images/actividades/imagen-videojuegos.jpg);
    }

    #imagen-indies::before {
        background-image: url(http://mangafest.es/sevilla/2024/images/actividades/imagen-indies.jpg);
    }


}