@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Sora:wght@500;600;700;800&display=swap');

@font-face {
    font-family: SocialMediaCircled;
    src: local("SocialMediaCircled"), url('../fonts/SocialMediaCircled.otf');
}

@font-face {
    font-family: Rimouski;
    src: local("Rimouski"), url('../fonts/rimouskisb.ttf');
}

@font-face {
    font-family: geosans;
    src: local("GeoSansLight"), url('../fonts/GeosansLight.ttf');
}

@font-face {
    font-family: cocogoose;
    src: local("Cocogoose"), url('../fonts/Cocogoose.ttf');
}

@font-face {
    font-family: ITCKabelBold;
    src: local("ITCKabelBold"), url('../fonts/ITC Kabel Bold.otf');
}

@font-face {
    font-family: RenogareSoftRegular;
    src: local("RenogareSoftRegular"), url('../fonts/RenogareSoft-Regular.ttf');
}

:root {
    --font-title-display: 'Bebas Neue', 'Impact', sans-serif;
    --font-ui-strong: 'Sora', 'Trebuchet MS', sans-serif;
    --font-body: 'Sora', 'Trebuchet MS', sans-serif;
}

body {
    margin: 0px;
    background-color: #020040;
}

header {
    height: 10svh;
    background-color: #020040;
    position: relative;
    position: fixed;
    width: 100%;
    z-index: 99;
    top: 0;
}

footer {
    height: 350px;
    background-color: #001966;
    position: relative;
    color: white;
    font-family: var(--font-ui-strong);
}

header #logo {
    position: absolute;
    top: 12%;
    left: 1%;
    bottom: 12%;
}

header #logo img {
    height: 100%;
}

#menu_movil {
    display: none;
}

#redes {
    position: absolute;
    bottom: 6px;
    right: 27px;
    font-family: ITCKabelBold;
    font-size: 30px;
    color: #2b3d7f;
}

#redes a {
    color: inherit;
    text-decoration: none;
    margin-left: 15px;
    transition: color 0.1s linear;
}

#redes a:hover {
    color: #6985ee;
}

section#portada {
    /*height: 65svh;*/
    height: 88svh;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: black;
    color: white;
    margin-top: 10svh;
    background-image: url('../images/portada.jpg');
    background-size: cover;
	background-position: center;

}

section#portada .video {
    right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
    position: absolute;
}

#texto_portada {
    position: relative;
    font-family: var(--font-title-display);
    align-items: center;
    justify-content: center;
    display: flex;
    flex-direction: column;
    top: auto;
    bottom: auto;
    left: auto;
    right: auto;
    text-transform: uppercase;
    font-size: 340%;
    text-shadow: 2px 2px 2px black;
    text-align: center;
    margin-bottom: 24px;
    z-index: 6;
}

#texto_portada_minus {
    text-transform: none;
    font-size: 50%;
    padding-top: 10px;
    padding-bottom: 10px;
}

#texto_cabecera {
    position: absolute;
    font-family: ITCKabelBold;
    top: 25%;
    left: 15%;
    color: white;
    display: flex;
    flex-direction: column;
}

.barra-vertical {
    position: absolute;
    width: 1px;
    height: 5vh;
    left: 0;
    background-color: white;
}

#flechita {
    display: none;
}

#mayor_festival {
    font-family: ITCKabelBold;
    width: 90%;
    margin: auto;
    /* padding-top: 4%; */
    color: #2b3d7f;
    font-size: 210%;
    text-align: center;
    line-height: 1.5;
}

#mayor_festival img {
    height: 7%;
}

#texto_mayor_festival {
    font-family: RenogareSoftRegular;
    font-size: 21px;
    margin: 2% 20% 2% 20%;
    color: #001966;

}

#contenedor_contador_atras {
    position: absolute;
    bottom: 10%;
    width: 100%;
}

#contador_atras {
    margin: auto;
    width: 45%;
    display: flex;
    justify-content: space-between;
    color: #FFB580;
    font-size: 110%;
    font-family: RenogareSoftRegular;

    text-align: center;
}

#contador_atras .dias {
    font-size: 350%;
    position: relative;
    padding-bottom: 10px;
    color: white;
}

#contador_atras .dias:after {
    content: '';
    position: absolute;
    bottom: 0px;
    right: 0px;
    left: 0px;
    border-bottom: 2px solid #FFB580;
    width: 20px;
    margin: auto;
    margin-bottom: 5px;

}

section#info_general {
    background-image: url('../images/banner-michis.jpg');
    width: 100%;
    margin: auto;
    height: 40vh;
}

#aftermovie {
    width: 90%;
    margin: auto;
    font-family: ITCKabelBold;
    color: #2b3d7f;
    display: flex;
    justify-content: space-between;
}

#aftermovie>div {
    width: 33%;
}

#aftermovie>div div:first-child {
    font-size: 177%;
    text-transform: uppercase;
    width: 38%;
}

#aftermovie .descripcion {
    width: 15%;
    font-size: 125%;
    font-family: ITCKabelBold;
    width: 120%;
    margin-top: 10px;
}

/* PORCENTAJES */
#contenedor_circles {
    padding-top: 0;
    display: grid;
    grid-template-columns: auto auto auto;
    align-items: center;
    justify-content: center;
    justify-items: center;
    gap: 14px 18px;
    width: fit-content;
    margin: 0 auto;
}

#contenedor_circles2 {
    display: flex;
    width: 24%;
    justify-content: center;
    margin: auto;
}

#contenedor_solo_circles {
    display: flex;
    align-items: center;
    gap: 10px;
}

.circle {
    position: relative;
    font-size: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 2px 6px 26px;
    min-width: 104px;
}

.porcentaje_circle {
    position: absolute;
    font-family: var(--font-title-display);
    font-size: 2rem;
    letter-spacing: 0.01em;
}

.porcentaje_circle i {
    font-style: normal;
    font-size: 0.45em;
    margin-left: 2px;
    vertical-align: middle;
}

.dia_circle {
    text-align: center;
    position: absolute;
    bottom: -24px;
    font-family: var(--font-ui-strong);
    font-size: 0.86rem;
    letter-spacing: 0.03em;
    color: #9ce6ff;
}

#boton_entrada {
    color: #001966;
    background: linear-gradient(135deg, #ffe06a 0%, #ffca20 58%, #ffb100 100%);
    padding: 14px 18px;
    font-family: var(--font-title-display);
    font-size: 1.18rem;
    text-align: center;
    text-decoration: none;
    margin-top: 10px;
    display: inline-block;
    border-radius: 14px;
    box-shadow: 0 10px 26px rgba(255, 177, 0, 0.33);
    letter-spacing: 0.025em;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

#seccion_entradas {
    position: relative;
    z-index: 6;
    width: min(1120px, calc(100% - 28px));
    margin: 0 auto;
    padding: 0 !important;
    color: #f4f7ff !important;
}

#entradas_vendidas {
    width: 100%;
    margin: 0;
    padding: 22px 24px;
    box-sizing: border-box;
    border-radius: 24px;
    border: 1px solid rgba(124, 219, 255, 0.24);
    background: linear-gradient(145deg, rgba(6, 14, 60, 0.93), rgba(10, 27, 95, 0.94));
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.28);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 14px;
    font-family: var(--font-ui-strong);
    text-align: center;
}

.entradas_vendidas_texto {
    flex: 0 0 auto;
    text-align: center;
    font-family: var(--font-ui-strong);
    font-size: clamp(0.88rem, 1.4vw, 1.05rem);
    font-weight: 700;
    color: rgba(236, 244, 255, 0.94);
    text-wrap: balance;
}

.entradas_vendidas_texto:first-child,
.entradas_vendidas_texto:last-child {
    text-align: center;
}

#boton_entrada:hover {
    transform: translateY(-1px);
}

#entradas_vendidas_header {
    font-family: RenogareSoftRegular;
    text-align: center;
    margin: auto;
    position: relative;
    top: 50px;
    font-size: 40px;
    color: white;
}




#entradas_vendidas_header2 {
    background-color: white;
    padding: 10px;
    text-align: center;
    width: 68%;
    margin: auto;
    position: relative;
    top: -20px;
    font-size: 131;
}

#entradas_vendidas_header img {
    width: 8%;
    vertical-align: sub;
}

#entradas_vendidas_header2 img {
    width: 8%;
    vertical-align: sub;
}

#entradas_vendidas_header img:first-child {
    padding-right: 15px;
}

#entradas_vendidas_header img:last-child {
    padding-left: 15px;
}

#como_llegar {
    margin-top: 20px;
    height: 500px;
    position: relative;
}

#sobremapa {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 76px;
    width: 228px;
    background-color: rgba(25, 57, 129, 0.8);
    color: white;
    font-family: var(--font-ui-strong);
    padding: 2%;
}

#sobremapa .header {
    font-family: var(--font-title-display);
    position: relative;
    margin-top: 40px;
    text-transform: uppercase;
    font-size: 150%;
    letter-spacing: 0.03em;
    width: 75%;
}

#sobremapa .header:after {
    content: '';
    position: absolute;
    bottom: 0px;
    right: 0px;
    left: 0px;
    border-bottom: 3px solid white;
    width: 100%;
    margin: auto;
    margin-bottom: -4px;
}

#sobremapa .header:first-child {
    font-size: 300%;
    width: 100%;
}

#sobremapa .header:first-child:after {
    margin-bottom: 0px;
}

#sobremapa .cuerpo {
    margin-top: 10px;
    font-family: var(--font-body);
    font-size: 0.9rem;
    line-height: 1.45;
}

#sobremapa img {
    width: 24%;
}

#copyright {
    position: absolute;
    bottom: 30px;
    width: 100%;
    text-align: center;
    font-family: var(--font-ui-strong);
    font-size: 0.9rem;
    opacity: 0.8;
}

#siguenos a {
    font-family: var(--font-ui-strong);
    font-weight: 700;
    color: #6985ee;
    display: flex;
    justify-content: center;
    align-items: center;
}

a {
    color: inherit;
    text-decoration: inherit;
}

#siguenos {
    float: right;
    width: 20%;
    margin-top: 35px;
    line-height: 1;
    font-size: 20px;
    display: flex;
    flex-wrap: wrap;
}

#siguenos img {
    max-width: 9%;
    padding: 3%;
}

#organiza {
    float: left;
    margin-left: 70px;
    margin-top: 50px;
    font-family: var(--font-ui-strong);
    font-size: 0.95rem;
}

#organiza img {
    padding-top: 15px;
    padding-bottom: 15px;
    width: 70%;
}

#invitados {
    clear: both;
}

.invitados img {
    border-radius: 14px;
    width: 100%;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    border: 1px solid rgba(124, 219, 255, 0.35);
    box-shadow: 0 10px 24px rgba(2, 7, 28, 0.35);
}

.invitados {
    width: 13.2%;
    text-align: center;
    margin-bottom: 14px;
    font-family: var(--font-ui-strong);
}

#grupo_invitados {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 14px 12px;
    padding-left: 6%;
    padding-right: 6%;
}

.nombre_invitado {
    font-family: var(--font-ui-strong);
    font-weight: 700;
    padding-top: 9px;
    padding-bottom: 20px;
    line-height: 1.35;
    font-size: 17px;
    color: white;
}

#cabecera_invitados {
    text-align: center;
    font-family: var(--font-title-display);
    letter-spacing: 0.03em;
    padding-top: 80px;
    padding-bottom: 40px;
    color: white;
    font-size: clamp(2rem, 3.3vw, 2.9rem);
}

#destacados {
    display: flex;
    text-align: center;
    justify-content: space-between;
    padding-top: 50px;
    width: 95%;
    margin: auto;
    font-family: ITCKabelBold;
    color: #2b3d7f;
    font-size: 140%;
}

#destacados .destacado {
    width: 19%;
}

#destacados a {
    display: block;
    position: relative;
    margin-bottom: 20px;
}

#destacados .sobre {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(25, 57, 129, 0.6);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: 0.3s;
}

#destacados .sobre img {
    width: 25%;
}

#destacados .sobre:hover {
    opacity: 1;
}

#destacados a>img {
    width: 100%;
    vertical-align: middle;
}

#noticias {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: stretch;
    gap: 20px;
    padding: 5% 6% 5% 6%;
}

#noticias .noticia {
    width: 23.5%;
    min-height: 470px;
    position: relative;
    box-sizing: border-box;
    border: 1px solid rgba(124, 219, 255, 0.28);
    border-radius: 22px;
    background: linear-gradient(155deg, rgba(7, 20, 76, 0.94), rgba(3, 11, 46, 0.96));
    box-shadow: 0 16px 34px rgba(0, 0, 0, 0.28);
    padding: 16px 16px 18px;
    display: flex;
    flex-direction: column;
    transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

#noticias .noticia:hover {
    transform: translateY(-2px);
    border-color: rgba(255, 202, 32, 0.6);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.34);
}

#noticias .noticia>a:first-child {
    display: block;
    border-radius: 14px;
    overflow: hidden;
}

#noticias .noticia>a:first-child img {
    width: 100%;
    
    object-fit: cover;
    display: block;
}

#noticias .noticia .titulo {
    font-family: var(--font-title-display);
    color: #8fe6ff;
    margin-top: 14px;
    font-size: clamp(1.35rem, 2.3vw, 1.7rem);
    line-height: 1;
    letter-spacing: 0.015em;
}

#noticias .noticia .titulo a {
    text-decoration: none;
}

#noticias .noticia .cuerpo {
    font-family: var(--font-body);
    margin-top: 12px;
    text-align: left;
    color: rgba(236, 244, 255, 0.92);
    font-size: 0.97rem;
    line-height: 1.48;
    flex: 1 1 auto;
}

#noticias .leermas {
    color: #001966;
    background: linear-gradient(135deg, #ffe06a 0%, #ffca20 58%, #ffb100 100%);
    border-radius: 12px;
    min-width: 118px;
    text-align: center;
    font-family: var(--font-ui-strong);
    font-weight: 700;
    letter-spacing: 0.015em;
    padding: 9px 14px;
    display: inline-block;
    margin-top: 14px;
}

@media (min-width: 992px) {
    #noticias .noticia {
        width: 23.5% !important;
        flex: 0 0 23.5%;
    }
}



.noscroll {
    overflow: hidden;
}



/*MENU*/
nav {
    position: absolute;
    right: 0%;
    top: 25%;
    /* text-transform: lowercase; */
    font-family: ITCKabelBold;
    width: 70%;
    font-size: 20px;
    color: #7cdaff;
    z-index: 99;
}

nav ul {
    list-style-type: none;
    display: flex;
    margin: auto;
    justify-content: space-around;
    padding-left: 0px;
}

nav li {
    text-align: center;
    /*    padding: 0.6%;*/
}

nav li a.uppercat {
    color: #7cdaff;
    text-decoration: none;
    transition: 0.3s linear;
    padding: 9px;
    display: block;
    background-color: #020040;
}

#cat_entradas {
    color: #020040;
    background-color: #ffca20;
    border-radius: 5px;
}


nav ul>li>ul {
    /*display: none;*/
    display: inherit;
    visibility: hidden;
    opacity: 0;
    width: 30vh;
    font-size: 80%;
    text-transform: initial;
    color: white;
    background-color: #6985ee;
    position: absolute;
    transition: visibility 0s linear 0.3s, opacity 0.3s linear;
}

nav>ul>li>ul>li {
    text-align: left;
}

nav>ul>li>ul>li a {
    display: block;
    padding: 10px;
}

nav li a.uppercat:not([href]) {
    cursor: default;
}


/*SECCIONES*/
section#header_seccion {
    position: relative;
    margin-top: 10vh;
    min-height: clamp(250px, 38vw, 430px);
    overflow: hidden;
    border-bottom: 1px solid rgba(124, 219, 255, 0.26);
}

.section-hero__media {
    position: absolute;
    inset: 0;
}

.section-hero__media img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.section-hero__media::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(to bottom, rgba(2, 0, 64, 0.2) 0%, rgba(2, 0, 64, 0.76) 72%, rgba(2, 0, 64, 0.95) 100%);
}

.section-hero__overlay {
    position: relative;
    z-index: 2;
    min-height: inherit;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    text-align: center;
    padding: clamp(12px, 2.2vw, 24px) 16px clamp(18px, 3vw, 30px);
}

#nombre_seccion {
    margin: 0;
    padding: 0;
    max-width: min(980px, 92vw);
    text-align: center;
    font-family: var(--font-title-display);
    color: white;
    font-size: clamp(2.2rem, 5.8vw, 4.8rem);
    line-height: 0.95;
    letter-spacing: 0.006em;
    text-shadow: 0 8px 24px rgba(0, 0, 0, 0.46);
}

#nombre_seccion img {
    width: 1%;
    margin-top: 10px;
}

#nombre_seccion img:first-child {
    padding-right: 15px;
}

#nombre_seccion img:last-child {
    padding-left: 15px;
}

#cuerpo_seccion {
    padding-left: clamp(16px, 6vw, 10%);
    padding-right: clamp(16px, 6vw, 10%);
    font-family: var(--font-body);
    font-weight: 500;
    font-size: 20px;
    padding-bottom: 8vh;
    margin-top: 0;
    margin-bottom: 120px;
    color: white;
    line-height: 1.6;
}

#cuerpo_seccion.section-content-shell {
    padding: 35px 0 72px;
    margin-top: 0;
    background: linear-gradient(to bottom, #020040 0%, #020040 12%, #0b1b78 58%, #1532a0 100%);
}

#migas {
    text-align: center;
    margin-top: 18px;
    padding: 0;
    color: #8bdfff;
    font-family: var(--font-ui-strong);
    font-size: 15px;
    letter-spacing: 0.04em;
    line-height: 1.35;
    text-transform: uppercase;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.45);
}

#migas a {
    text-decoration: none;
    color: inherit;
}

#migas a:hover {
    text-decoration: underline;
}

fieldset {
    background-color: #001966;
}

label {
    float: left;
    width: 40%;
    text-align: right;
    padding-right: 10px;
}

input {
    background-color: #7cdbff;
    border: none;
    margin-bottom: 10px;
    width: 20%;
    padding: 3px 5px 3px 5px;
}

textarea {
    background-color: #7cdbff;
    border: none;
    margin-bottom: 10px;
    width: 20%;
    height: 4em;
    resize: none;
}

select {
    background-color: #7cdbff;
    border: none;
    margin-bottom: 10px;
    width: 20%;
}

.grupo_checkbox input {
    float: none;
    width: 20px;
    padding: 0;
    margin: 0;
    vertical-align: bottom;
    position: relative;
    top: 1px;
}

.grupo_checkbox label {
    width: 100px;
    float: none;
    text-indent: -15px;
}

.grupo_checkbox {
    margin-left: 41%;
}

button {
    width: 20%;
    background-color: #ffca20;
    border: 2px #ffca20 solid;
    color: #020040;
    font-family: ITCKabelBold;
    /* text-transform: lowercase; */
    padding: 5px;
    cursor: pointer;
}

button:hover {
    background-color: #5c86f2;
    color: white;
}

#colaboradores div {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding-left: 220px;
    padding-right: 220px;
}

#colaboradores img {
    max-height: 74px;
    max-width: 238px;
    margin: 30px;
}







/*NOTICIAS*/
#imagen_noticia img {
    width: 100%;
}

#cuerpo_seccion.noticia {
    padding-left: 20%;
    padding-right: 20%;
    padding-top: 2%;
}

#cuerpo_seccion.noticia .titulo {
    font-family: ITCKabelBold;
    color: #6985ee;
    margin-top: 20px;
    font-size: 150%;
}

#cuerpo_seccion.noticia .fecha {
    margin-bottom: 10px;
}

#cuerpo_seccion.noticia .cuerpo {
    font-size: 120%;
    margin-top: 30px;
}

#cuerpo_seccion.noticia strong {
    color: #6985ee;
}

#cuerpo_seccion.noticia a {
    color: #6985ee;
}

#cuerpo_seccion.noticia a:hover {
    text-decoration: underline;
}

#cuerpo_seccion.noticia .cuerpo a {
    text-decoration: underline #6985ee;
}

/* SUBEVENTOS */

#portada_subeventos {
    height: 53vh;
    position: relative;
    background-image: url('../images/portada.jpg');
    background-position: center;
}

#subeventos {
    background-color: #020040;
    position: relative;
    height: 23vh;
    margin: 1%;
    display: flex;
    justify-content: space-evenly;
}

#subeventos a img {
    height: 23vh;
    /* padding-top: 2vh; */
}

/* SUBEVENTOS MUSICAL */

.main-container {
    display: flex;
    justify-content: center;
    font-family: ITCKabelBold;

}

.container-music {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}

.image-container-music {
    position: relative;
    padding: 1%;
}

.image-container-music img {
    max-width: 100%;
    object-fit: cover;
}

.overlay {
    position: absolute;
    left: 45%;
    color: white;
    padding: 5px;
    border-radius: 3px;
}

.icon {
    top: 17vh;
    font-size: 1rem;
}

.icon img {
    max-width: 4vh;
}

#colabs {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
}

#colabs .slide {
    width: auto;
}

.bloque_actividad>a>img {
    width: 200px;
}


/* FERIA LIBRO */
.autores {
    margin: 2%;
    display: flex;
    justify-content: center;
}

.autores>img {
    max-width: 70%;
}

.editoriales {
    display: flex;
    justify-content: center;
}

.editoriales>img {
    max-width: 70%;
}


/* GASTRONOMIA */
.restaurantes {
    margin: 2%;
    display: flex;
    /*flex-basis: 29%;*/
    justify-content: center;
	flex-wrap: wrap;
	
}

.restaurantes>div{
	background-color: #001966; text-align: center; font-size: 30px; color: white; border-radius: 25px;
	margin: 30px;
	max-width: 80%;
}

.restaurantes>div>div:first-child {
	font-weight: bold; padding: 10 0 10 0;
}

.restaurantes>div>img {
    max-width: 100%;
}

.restaurantes>img { /*OLD*/
    max-width: 75%;
}

/* SLIDER */
/* 
.slick-slide {
    margin: 0px 5px;
    display: flex !important;
    justify-content: center;
    align-items: center;
    display: none;
    float: left;
    height: inherit !important;
}

.slick-slide img {
    max-width: 200px;
    height: auto;
}

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    user-select: none;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-track {
    position: relative;
    display: block;
    top: 0;
    left: 0;
    display: flex !important;
}

.slick-initialized .slick-slide {
    display: block;
}

.customer-logos {
    position: relative;
    display: flex;
}

.slick-prev,
.slick-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    z-index: 1;
}

.slick-prev {
    left: -40px;
}

.slick-next {
    right: -40px;
}

.slick-prev img,
.slick-next img {
    width: 45px;
    height: auto;
}

.slide {
    flex: 0 0 auto;
    margin: 10px;
}

.image-container {
    background-color: #001966;
    color: white;
    padding: 10px;
    text-align: center;
    border-radius: 8px;
    height: 100%;
    width: 100%;
}

.image-container img {
    max-width: 100%;
    max-height: 130px;
} */


.iconos_tiendas_artes {
    display: flex;
    justify-content: center;
    margin: 0 15%;
}

.iconos_tiendas_artes img {
    width: 20%;
    padding: 5%;
}

.contenedor_tiendas {
    font-family: Rimouski;
    color: #6985ee;
    width: 80%;
    margin: auto;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
}

.destacados {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 50px;
    margin-bottom: 10vh;
}

.customer-logos {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 50px;
}

.slide {
    width: 100%;
}

.show {
    display: block;
}

.image-container {
    background-color: #001966;
    color: white;
    padding: 40px;
    text-align: center;
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 1vh;

}

.image-container img {
    max-width: 100%;
    max-height: 100%;
}

.bloque_tiendas_artes {
    display: inline-block;
    height: 32px;
    width: 20%;
    text-align: center;
    border-bottom: 1px solid #6985ee;
    cursor: pointer;
}

.tiendas_artes_activo {
    border-left: 1px solid #6985ee;
    border-top: 1px solid #6985ee;
    border-right: 1px solid #6985ee;
    border-bottom: 0;
    color: white;
}






/* PRECIOS */

.grupo-contenedor {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #001966;
    border-radius: 10px;
    color: white;
    margin: 2% 10% 10% 10%;
}

.grupo-texto {
    padding: 5%;
    text-align: center;
}

.grupo-imagen {
    width: 50%;
    display: flex;
    justify-content: flex-end;
}

.grupo-imagen img {
    width: 100%;
    border-radius: 10px;
}

.boton-informacion {
    display: inline-block;
    background-color: #ffca20;
    color: #001966;
    padding: 10px 20px;
    border-radius: 5px;
    text-decoration: none;
    font-weight: bold;
    transition: background-color 0.3s;
}

.boton-informacion:hover {
    background-color: #ffca20;
}


/* @media (max-width: 768px) {
    .slick-slide img {
        width: 100%;
        height: auto;
    }

    .slick-prev,
    .slick-next {
        width: 30px;
    }
} */


/* Categorías portada */

section#portada {
    height: 75svh;
}



#contenedor_circles {
    padding-top: 38vh;
}

#categorias_home {
    width: 96%;
    max-width: 1380px;
    margin: -7vh auto 55px auto;
    position: relative;
    z-index: 5;
}

#categorias_home_grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
}

.categoria-card {
    position: relative;
    display: block;
    width: 19%;
    min-height: 220px;
    padding: 22px;
    box-sizing: border-box;
    border-radius: 24px;
    overflow: hidden;
    color: white;
    text-decoration: none;
    border: 1px solid rgba(124, 219, 255, 0.28);
    box-shadow: 0 18px 40px rgba(2, 7, 28, 0.42);
    background-color: #0b1542;
    transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}

.categoria-card:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-size: cover;
    background-position: center;
    z-index: 1;
    transition: transform 0.3s ease;
}

.categoria-card:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: linear-gradient(to bottom, rgba(7, 19, 78, 0.16) 0%, rgba(5, 17, 74, 0.90) 100%);
    z-index: 2;
}

.categoria-card:hover {
    transform: translateY(-3px);
    border-color: rgba(255, 202, 32, 0.65);
    box-shadow: 0 22px 46px rgba(2, 7, 28, 0.52);
}

.categoria-card:hover:before {
    transform: scale(1.05);
}

.categoria-card__contenido {
    position: absolute;
    left: 22px;
    right: 22px;
    bottom: 22px;
    z-index: 3;
}

.categoria-card__estado {
    display: inline-block;
    padding: 8px 12px;
    margin-bottom: 14px;
    border-radius: 30px;
    font-family: var(--font-ui-strong);
    font-weight: 700;
    font-size: 12px;
    letter-spacing: 0.07em;
    text-transform: uppercase;
    background-color: rgba(255, 255, 255, 0.18);
    border: 1px solid rgba(255, 255, 255, 0.28);
}

.categoria-card__estado--activo {
    background-color: rgba(255, 202, 32, 0.22);
    border: 1px solid rgba(255, 202, 32, 0.45);
    color: #ffe08a;
}

.categoria-card__titulo {
    font-family: var(--font-title-display);
    font-size: 30px;
    line-height: 1.05;
    letter-spacing: 0.01em;
    text-transform: uppercase;
    text-wrap: balance;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.35);
}

.categoria-card--comingsoon {
    cursor: default;
}

.categoria-card--comingsoon:before {
    filter: blur(8px) saturate(0.8);
    transform: scale(1.08);
}

.categoria-card--comingsoon:hover:before {
    transform: scale(1.08);
}

.categoria-card--harry:before {
    background-image: url('../images/subidas/hp/hp.jpg');
    background-size: cover;
    background-position: center;
}

.categoria-card--demonhunters:before {
    background-image: url('../images/subidas/demonhunters.jpg');
    background-size: cover;
    background-position: center;
}

.categoria-card--cultura:before {
    background-image: url('../images/subidas/cultura.jpg');
    background-size: cover;
    background-position: center;
}

.categoria-card--acua:before {
    background-image: url('../images/subidas/secciones/actividades_acuaticas.jpg');
    background-size: cover;
    background-position: center;
}

.categoria-card--kids:before {
    background-image: url('../images/subidas/secciones/mangafest_kids.jpg');
    background-size: cover;
    background-position: center;
}

.categoria-card--pokemon:before {
    background-image: url('../images/subidas/poke/pika.png');
    background-size: cover;
    background-position: center;
}

/* Header typography overrides migrated from static prototype */
#texto_cabecera {
    font-family: var(--font-ui-strong);
    letter-spacing: 0.01em;
}

#texto_cabecera a {
    color: #ffffff;
    text-decoration: none;
}

#texto_cabecera>a>div:first-child {
    font-family: var(--font-ui-strong);
    font-weight: 700;
}

#texto_cabecera>a>div:last-child {
    font-family: var(--font-title-display);
    letter-spacing: 0.02em;
}

header nav>ul>li>a.uppercat,
header #cat_entradas,
header #entradas_cabecera a {
    font-family: var(--font-title-display);
    letter-spacing: 0.025em;
    font-size: 1.18em;
}

header nav>ul>li>ul>li>a {
    font-family: var(--font-ui-strong);
    font-weight: 600;
    letter-spacing: 0.01em;
}


.categoria-card--2:before {
    background-image:
        radial-gradient(circle at 20% 20%, rgba(255, 239, 170, 0.95), transparent 28%),
        radial-gradient(circle at 82% 70%, rgba(210, 70, 45, 0.85), transparent 24%),
        linear-gradient(135deg, #63210f 0%, #b96a18 52%, #35140c 100%);
}

.categoria-card--3:before {
    background-image:
        radial-gradient(circle at 22% 18%, rgba(255, 198, 219, 0.95), transparent 28%),
        radial-gradient(circle at 82% 22%, rgba(255, 103, 132, 0.85), transparent 24%),
        linear-gradient(135deg, #4b1021 0%, #8e1f39 50%, #1a215d 100%);
}

.categoria-card--4:before {
    background-image:
        radial-gradient(circle at 18% 28%, rgba(110, 255, 223, 0.88), transparent 28%),
        radial-gradient(circle at 82% 20%, rgba(105, 188, 255, 0.85), transparent 24%),
        linear-gradient(135deg, #041d29 0%, #00676e 50%, #08215f 100%);
}

.categoria-card--5:before {
    background-image:
        radial-gradient(circle at 18% 20%, rgba(255, 245, 160, 0.95), transparent 28%),
        radial-gradient(circle at 82% 24%, rgba(98, 233, 255, 0.85), transparent 24%),
        linear-gradient(135deg, #a15d00 0%, #d39116 48%, #135f80 100%);
}