@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');
}

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: ITCKabelBold;
}

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;
    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: absolute;
    font-family: ITCKabelBold;
    align-items: center;
    justify-content: center;
    display: flex;
    flex-direction: column;
    top: -22vh;
    bottom: 0;
    left: 0;
    right: 0;
    text-transform: uppercase;
    font-size: 340%;
    text-shadow: 2px 2px 2px black;
}

#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 {
    display: flex;
    align-items: center;
    padding-top: 41vh;
}

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

.circle {
    position: relative;
    /* float: left; */
    /* color: white; */
    font-size: 1.5em;
    /* font-family: ITCKabelBold; */
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 15px;
    flex: 1;

}

.porcentaje_circle {
    position: absolute;
    font-size: 1em;
}

.dia_circle {
    text-align: center;
    position: absolute;
    bottom: -30px;
    font-size: 1em;
}

#boton_entrada {
    color: #001966;
    background-color: #ffca20;
    padding: 15px 20px;
    font-family: ITCKabelBold;
    font-size: 1.2em;
    text-align: center;
    text-decoration: none;
    margin-top: 3vh;
    display: inline-block;
    border-radius: 8px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
}

#seccion_entradas {
    /* background-image: url('../images/imagen-banner.jpg');
    background-size: cover;
    background-position: center;
    color: white;
    padding-bottom: 1%; */

}

#entradas_vendidas {
    position: relative;
    /* border: 1px solid #001966; */
    font-family: ITCKabelBold;
    margin: auto;
    text-align: center;
    /* border-radius: 15px; */
    /* padding: 20px; */
    width: 50%;
    z-index: 1;
}

.entradas_vendidas_texto {
    flex: 1;
    font-size: 1.5em;
}

#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: ITCKabelBold;
    padding: 2%;
}

#sobremapa .header {
    font-family: ITCKabelBold;
    position: relative;
    margin-top: 40px;
    text-transform: uppercase;
    font-size: 150%;
    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;
}

#sobremapa img {
    width: 24%;
}

#copyright {
    position: absolute;
    bottom: 30px;
    width: 100%;
    text-align: center;
    font-size: 20px;
}

#siguenos a {
    font-family: ITCKabelBold;
    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-size: 20px;
}

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

#invitados {
    clear: both;
}

.invitados img {
    border-radius: 50%;
    width: 90%;
}

.invitados {
    width: 22%;
    text-align: center;
    margin-bottom: 10px;
    font-family: ITCKabelBold;
}

#grupo_invitados {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding-left: 15%;
    padding-right: 15%;
}

.nombre_invitado {
    padding-top: 10px;
    padding-bottom: 40px;
    line-height: 1.5;
    font-size: 20px;
    color: white;
}

#cabecera_invitados {
    text-align: center;
    font-family: ITCKabelBold;
    padding-top: 80px;
    padding-bottom: 40px;
    color: white;
    font-size: 150%;
}

#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 .noticia .titulo {
    font-family: ITCKabelBold;
    color: #7cdaff;
    margin-top: 15px;
    font-size: 120%;
}

#noticias {
    display: flex;
    justify-content: space-between;
    padding: 5% 11% 5% 11%;
}

#noticias .noticia {
    padding: 3vw;
    padding-bottom: 6vw;
    border: 1px solid #7cdaff;
    width: 40%;
    position: relative;

}

#noticias .leermas {
    color: white;
    background-color: #7cdaff;
    border-radius: 5%;
    width: 85px;
    text-align: center;
    font-family: ITCKabelBold;
    padding: 5px;
    position: absolute;
    bottom: 3vw;
}

#noticias .noticia .cuerpo {
    font-family: geosans;
    margin-top: 15px;
    text-align: justify;
    color: white;
}



.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 {
    margin-top: 10vh;
}

#nombre_seccion {
    padding: 10px;
    text-align: center;
    margin: auto;
    font-family: ITCKabelBold;
    color: white;
    font-size: 50px;
    margin-top: 50px;
}

#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: 10%;
    padding-right: 10%;
    /* font-family: ITCKabelBold; */
    font-family: geosans;
    font-size: 20px;
    padding-bottom: 8vh;
    margin-top: 100px;
    margin-bottom: 120px;
    color: white;
}

#migas {
    text-transform: uppercase;
    text-align: center;
    margin-top: 15px;
    color: #7cdaff;
    font-family: ITCKabelBold;
    font-size: 15px
}

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

#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 */

#subeventos img {
    /* max-width: 20%; */
}


#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{
	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;
    }
} */