body {
	background-color: #190839;
}

body a {
	text-decoration: none;
}

body a:hover {
	text-decoration: none;
}

main .content-container {
	align-items: center;
	flex-direction: column;
}

/* Estilos parrilla */
#artistas-content .section-artistas {
	overflow: hidden;
	width: 100%;
}

#artistas-content .section-artistas h1 {
	color: #FFFFFF;
	font-family: "Saira", serif;
	font-size: 32px;
	font-weight: 500;
	letter-spacing: 5px;
	line-height: 34px;
	margin-bottom: 32px;
	margin-top: 30px;
	padding: 0 51px;
	text-align: center;
	text-transform: uppercase;
}

#artistas-content .section-artistas p {
	color: #FFFFFF;
	font-family: "Saira", serif;
	font-size: 12px;
	font-weight: 400;
	letter-spacing: 2px;
	line-height: 16px;
	margin-bottom: 46px;
	padding: 0 51px;
	text-align: center;
	text-transform: uppercase;
}

#artistas-content .section-artistas .artistas-desk {
	display: none;
}

#artistas-content .section-artistas .artistas-mob {
    display: block;
    height: 100%;
    margin-left: 16px;
    margin-right: 0;
    overflow: hidden; 
}

#artistas-content .section-artistas .artistas-mob .swiper-slide {
    display: flex;
    flex-direction: column;
    width: 148px; 
}

#artistas-content .section-artistas .artistas-mob .dia-evento {
    align-items: center;
    background: #FFFFFF1A;
    color: #FFFFFF;
    display: flex;
    font-family: "Saira", serif;
    font-size: 15px;
    font-weight: 500;
    justify-content: center;
    letter-spacing: 1px;
    line-height: 15px;
    margin-bottom: 29px;
    padding: 15px 0;
    width: 148px;
}

#artistas-content .section-artistas .artistas-mob .artista {
    display: flex;
    flex-direction: column;
    height: 232px;
    margin-bottom: 32px;
    width: 148px;
}

#artistas-content .section-artistas .artistas-mob .artista .artista-img {
    height: 205px;
    margin-bottom: 3px;
    width: 100%;
    object-fit: cover;
}

#artistas-content .section-artistas .artistas-mob .artista-small {
    display: flex;
    flex-direction: column;
    height: 143px;
    margin-bottom: 47px;
    width: 130px;
}

#artistas-content .section-artistas .artistas-mob .artista-small .artista-img {
    height: 160px;
    margin-bottom: 2px;
    width: 100%;
    object-fit: cover;
}
#artistas-content .section-artistas .artistas-mob .artista-name {
    background: #9222DC;
    color: white;
    text-transform: uppercase;
    font-family: 'Saira';
    font-size: 12px;
    font-weight: 500;
    padding: 10px;
}

#artistas-content .section-artistas .artistas-mob .btn-votar {
    background-color: #FFFFFF;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 6px 0;
    font-family: "Saira", serif;
    font-weight: 500;
    font-size: 12px;
    line-height: 12px;
    letter-spacing: 1px;
    color: #0D0535;
    text-transform: uppercase;
}

#artistas-content .section-artistas .artistas-mob .artistas-swiper-pagination.swiper-pagination {
    position: relative;
    bottom: 0;
    margin-bottom: 20px;
}

#artistas-content .section-artistas .artistas-mob .artistas-swiper-pagination .swiper-pagination-bullet {
    background-color: #422A72;
    border-radius: 50%;
    height: 9px;
    width: 9px;
    opacity: 1; 
}

#artistas-content .section-artistas .artistas-mob .artistas-swiper-pagination .swiper-pagination-bullet-active {
    background-color: #9222DC;
}

.dayow {
    display: block;
    margin-right: 5px;
    text-transform: uppercase;
}

.not-active {
    filter: grayscale(1);
    opacity: 0.7;
}

/* Estilos parrilla */

/* Estilos gaviota */

.section-artistas-gaviota {
    margin: auto auto 48px;
    max-width: 360px;
    overflow: hidden;
}

.section-artistas-gaviota .section-container-color {
    border-bottom: 1px solid rgba(15, 6, 65, 0.2);
    margin: auto;
    padding: 48px 0 105px;
}

.section-artistas-gaviota .artistas-gaviota-titulo {
    color: #FFFFFF;
    font-family: Saira;
    font-weight: 500;
    font-size: 32px;
    line-height: 32px;
    letter-spacing: 5px;
    text-align: center;
    max-width: 296px;
    margin: auto auto 48px;
    text-transform: uppercase;
}

/* Swiper Core Config */
.gaviota-swiper {
    width: 100%;
    height: auto;
    overflow: visible; /* Para que no corte las sombras o círculos */
    padding-bottom: 50px !important; /* Espacio para la paginación */
    overflow: visible !important;
}

.gaviota-swiper .swiper-slide {
    width: auto;
    display: flex;
    justify-content: center;
    flex-shrink: 0; /* Evita que Swiper los comprima */
}

/* Evita que el contenedor de los círculos se desborde */
.container-gaviota-votes {
    display: flex !important;
    gap: 10px;
    justify-content: center;
    width: 100% !important;
    max-width: 160px; /* Ajusta según el tamaño de tus círculos */
    margin: -25px auto 30px;
}

.gaviota-swiper .artista {
    align-items: center;
    display: flex;
    flex-direction: column;
    width: 182px;
    position: relative;
    margin: auto;
}

.gaviota-swiper .artista .artista-img {
    width: 170px;
    height: 179px;
    object-fit: cover;
}

.gaviota-swiper .artista .sombra-artista {
    background: linear-gradient(180deg, rgba(25, 8, 57, 0) 0%, #190839 60%);
    position: absolute;
    width: 100%;
    height: 73px;
    bottom: 96px;
    z-index: 1;
}

.gaviota-swiper .artista .nombre-artista {
    color: #FFFFFF;
    font-family: Saira;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 3px;
    line-height: 18px;
    text-align: center;
    text-transform: uppercase;
}

/* Contenedor de Votos (Círculos) */
.gaviota-swiper .container-gaviota-votes {
    display: flex;
    justify-content: space-evenly;
    width: 200px;
    margin-bottom: 36px;
    z-index: 2;
}

/* Ajustes de los círculos (nPercent y gaVoto) */
.gaviota-swiper .nPercent {
    color: #FFFFFF;
    font-family: Saira;
    font-size: 18px;
    font-weight: 500;
    line-height: 1;
    margin-bottom: 4px;
}

.gaviota-swiper .gaVoto {
    color: #FFFFFF;
    font-family: Saira;
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
}

/* Paginación Swiper (Bullets) */
.gaviota-pagination {
    bottom: -50px !important;
}

.gaviota-pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background: transparent;
    border: 1px solid #422A72;
    opacity: 1;
    margin: 5px;
}

.gaviota-pagination .swiper-pagination-bullet-active {
    background: #9222DC;
    border-color: #422A72;
}
/* Estilos gaviota */

/* Estilos mejor-peor */
.section-mejor-peor {
    display: flex;
    flex-direction: column;
}
.section-mejor-peor .artistas-resultados-titulo {
    color: #FFFFFF;
    font-family: Saira;
    font-weight: 500;
    font-size: 32px;
    line-height: 32px;
    letter-spacing: 5px;
    text-align: center;
    max-width: 296px;
    margin: auto auto 48px;
    text-transform: uppercase;
}
.section-mejor-peor .artistas-container-desk {
    display: none;
}
.section-mejor-peor .artistas-container-mob {
    display: flex;
    flex-direction: column;
}
.section-mejor-peor .tab-btn-container {
    font-family: Saira;
    font-weight: 500;
    font-size: 15px;
    line-height: 15px;
    letter-spacing: 1px;
    font-style: normal;
    text-transform: uppercase;
    color: #ffffff;
    display: flex;
    margin-bottom: 20px;
}
.section-mejor-peor .tab-btn-container .lo-mejor-btn,
.section-mejor-peor .tab-btn-container .lo-peor-btn {
    width: 156px;
    height: 44px;
    background: #422A72;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    color: #FFFFFF;
    font-family: Saira;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 15px;
    text-transform: uppercase;
}
.section-mejor-peor .tab-btn-container .lo-mejor-btn {
    margin-left: auto;
    margin-right: 5px;
}
.section-mejor-peor .tab-btn-container .lo-mejor-btn.active {
    background: #9222DC;
}
.section-mejor-peor .tab-btn-container .lo-mejor-btn.active::after {
    content: "";
    display: block;
    width: 13px;
    height: 7px;
    position: absolute;
    bottom: -7px;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 7px solid #9222DC;
}
.section-mejor-peor .tab-btn-container .lo-peor-btn {
    margin-left: 5px;
    margin-right: auto;
}
.section-mejor-peor .tab-btn-container .lo-peor-btn.active {
    background: #208BEF;
}
.section-mejor-peor .tab-btn-container .lo-peor-btn.active::after {
    content: "";
    display: block;
    width: 13px;
    height: 7px;
    position: absolute;
    bottom: -7px;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 7px solid #208BEF;
}
.section-mejor-peor .artistas-tab {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.section-mejor-peor .artistas-tab .artista {
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 330px;
    max-width: 395px;
    justify-content: center;
    margin: 20px auto 28px;
}
.section-mejor-peor .artistas-tab .artista .num {
    font-family: Saira;
    font-style: normal;
    font-weight: 500;
    font-size: 32px;
    line-height: 32px;
    text-align: right;
    color: #FFFFFF;
    margin-right: 16px;
}
.section-mejor-peor .artistas-tab .artista .img-container {
    position: relative;
    margin-bottom: auto;
    margin-top: 0;
}
.section-mejor-peor .artistas-tab .artista .img-container .artista-img {
    width: 120px;
    height: 90px;
    mix-blend-mode: normal;
    position: relative;
}
.section-mejor-peor .artistas-tab .artista .votos-container {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    margin-left: 16px;
    width: 100%;
    margin-top: auto;
}
.section-mejor-peor .artistas-tab .artista .votos-container .artista-rating {
    width: 66px;
    height: 36px;
    font-family: Saira;
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 20px;
    color: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
    letter-spacing: 5px;
    margin-bottom: 16px;
}
.section-mejor-peor .artistas-tab .artista .votos-container .artista-nombre {
    font-family: Saira;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 16px;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: #FFFFFF;
    margin-bottom: 16px;
}
.section-mejor-peor .artistas-tab .artista .votos-container .artista-votos {
    font-family: Saira;
    font-style: normal;
    font-weight: 400;
    font-size: 13x;
    line-height: 13x;
    color: #FFFFFF;
    letter-spacing: 2px;
}
.section-mejor-peor .artistas-tab .artista .votos-container .estrellas {
    line-height: 16px;
    margin-bottom: 16px;
}
.section-mejor-peor .lo-mejor .artista .votos-container .artista-rating {
    background: #9222DC;
}
.section-mejor-peor .lo-mejor .estrellas .fas.fa-star {
    font-size: 15px;
    color: #9222DC;
}
.section-mejor-peor .lo-peor .artista .votos-container .artista-rating {
    background: #208BEF;
}
.section-mejor-peor .lo-peor .estrellas .fas.fa-star {
    font-size: 15px;
    color: #208BEF;
}
/* Estilos mejor-peor */

/* Estilos ultimas noticias */
main .content-container .section-ultimas-noticias .section-title {
	color: #FFFFFF;
	font-family: "Saira", serif;
	font-size: 32px;
	font-weight: 500;
	letter-spacing: 5px;
	line-height: 32px;
	text-align: center;
	text-transform: uppercase;
}

main .content-container .section-ultimas-noticias .noticias-container {
	margin-bottom: 44px;
	padding: 0px 12px;
}

main .content-container .section-ultimas-noticias .noticias-container .noticias img {
	border-radius: 8px;
	margin-bottom: 12px;
}

main .content-container .section-ultimas-noticias .noticias-container .noticias .fecha {
	color: #FFFFFF;
	font-family: "Saira", serif;
	font-size: 12px;
	font-weight: 400;
	line-height: 13px;
	text-align: left;
}

main .content-container .section-ultimas-noticias .noticias-container .noticias h3 {
	color: #FFFFFF;
	font-family: "Saira", serif;
	font-size: 18px;
	font-weight: 500;
	line-height: 22px;
	margin-top: 12px;
	text-align: left;
}

/* Estilos ultimas noticias */

@media (min-width: 992px) {
	.header-ad-container {
		margin: 15px auto;
	}

	/* Estilos parrilla */
	#artistas-content .section-artistas {
		max-width: 730px;
		background-color: #0D0535;
		border-radius: 8px;
	}

	#artistas-content .section-artistas h1 {
		line-height: 32px;
		margin-bottom: 24px;
		padding: 0;
	}

	#artistas-content .section-artistas p {
		line-height: 12px;
		margin-bottom: 48px;
		padding: 0;
	}

	#artistas-content .section-artistas .artistas-mob {
		display: none;
	}

	#artistas-content .section-artistas .artistas-desk {
		display: flex;
		justify-content: space-between;
        flex-direction: column;
	}

	#artistas-content .section-artistas .artistas-desk .artistas-dia {
		display: flex;
		flex-direction: column;
        margin-bottom: 50px;
	}

	#artistas-content .section-artistas .artistas-desk .artistas-dia .dia-evento {
		background: #FFFFFF1A;
		display: flex;
		/* justify-content: center; */
		align-items: center;
		width: 100%;
		color: #FFFFFF;
		font-family: "Saira", serif;
		font-weight: 500;
		font-size: 15px;
		line-height: 15px;
		letter-spacing: 1px;
		padding: 15px 20px;
		margin-bottom: 20px;
		text-transform: uppercase;
	}

    #artistas-content .section-artistas .artistas-desk .artistas-dia .artista-dia {
        display: flex;
        justify-content: space-between;
    }

	#artistas-content .section-artistas .artistas-desk .artistas-dia .artista {
		display: flex;
		flex-direction: column;
		height: 160px;
		margin-bottom: 35px;
		width: 227px;
	}

    #artistas-content .section-artistas .artistas-desk .artistas-dia .artista .artista-name {
		background: #9222DC;
        color: white;
        text-transform: uppercase;
        font-family: 'Saira';
        font-size: 12px;
        font-weight: 500;
        padding: 10px;
	}

	#artistas-content .section-artistas .artistas-desk .artistas-dia .artista .artista-img {
		height: 203px;
		margin-bottom: 3px;
	}

	#artistas-content .section-artistas .artistas-desk .artistas-dia .artista-small {
		display: flex;
		flex-direction: column;
		height: 166px;
		margin-bottom: 32px;
		width: 148px;
	}

    #artistas-content .section-artistas .artistas-desk .artistas-dia .artista-small .artista-name {
		background: #9222DC;
        color: white;
        text-transform: uppercase;
        font-family: 'Saira';
        font-size: 12px;
        font-weight: 500;
        padding: 6px;
        width: 160px;
	}

	#artistas-content .section-artistas .artistas-desk .artistas-dia .artista-small .artista-img {
		height: 160px;
        width: 160px;
		margin-bottom: 2px;
		object-fit: contain;
	}

	#artistas-content .section-artistas .artistas-desk .artistas-dia .artista .btn-votar,
	#artistas-content .section-artistas .artistas-desk .artistas-dia .artista-small .btn-votar {
		background-color: #FFFFFF;
		display: flex;
		justify-content: center;
		align-items: center;
		padding: 6px 0;
		font-family: "Saira", serif;
		font-weight: 500;
		font-size: 12px;
		line-height: 12px;
		letter-spacing: 1px;
		color: #0D0535;
		text-transform: uppercase;
	}

    #artistas-content .section-artistas .artistas-desk .artistas-dia .artista-small .btn-votar {
        width: 160px;
    }

	/* Estilos parrilla */

	/* Estilos ultimas noticias */
	main .content-container .section-ultimas-noticias .section-title {
		margin-bottom: 48px;
	}

	main .content-container .section-ultimas-noticias .noticias-container {
		display: flex;
		gap: 64px 32px;
		flex-wrap: wrap;
		padding: 0px;
		margin-bottom: 64px;
	}

	/* Estilos ultimas noticias */

	/* Estilos gaviota */
    .section-artistas-gaviota {
        width: 100%;
        max-width: 730px;
        margin: 0 auto 80px;
        overflow: visible;
    }

    .gaviota-swiper {
        width: 100%;
        overflow: hidden !important; 
        padding-bottom: 70px !important; 
    }

    .gaviota-swiper .artista {
        width: 100% !important;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .gaviota-swiper .artista .artista-img {
        width: 220px; 
        height: 270px; 
        object-fit: cover;
        border-radius: 4px; 
        margin-bottom: 20px; 
    }

    .gaviota-swiper .artista .sombra-artista {
        display: none; 
    }

    .gaviota-swiper .container-gaviota-votes {
        width: 100% !important; 
        margin-top: 0;
        gap: 30px !important; 
        justify-content: center;
        display: flex !important;
        margin-bottom: 20px; 
    }

    .gaviota-swiper .nombre-artista {
        color: white;
        font-family: 'Saira', sans-serif;
        font-size: 16px;
        font-weight: 700;
        letter-spacing: 2px;
        text-transform: uppercase;
    }

    .gaviota-swiper .swiper-slide {
        width: 243.3px !important; 
    }
    .gaviota-pagination {
        position: absolute !important;
        bottom: 10px !important; 
        left: 0;
        width: 100%;
        display: flex !important;
        justify-content: center;
        z-index: 99 !important;
        height: 20px;
    }

    .gaviota-pagination .swiper-pagination-bullet {
        width: 10px !important;
        height: 10px !important;
        background: #9222DC !important; 
        opacity: 0.3;
        margin: 0 6px !important;
    }

    .gaviota-pagination .swiper-pagination-bullet-active {
        opacity: 1;
        transform: scale(1.2);
    }

    /* Estilos gaviota */

    /* Estilos mejor-peor */
    .section-mejor-peor .artistas-container-desk {
        display: flex;
        flex-direction: row;
        justify-content: space-between;        
    }
    .section-mejor-peor .artistas-container-mob {
        display: none;
    }
    .section-mejor-peor {
        width: 730px;
        margin: 64px auto 0;
        padding-bottom: 36px;
    }
    .section-mejor-peor .artistas-tab .artista {
        width: 469px;
        padding: 0;
    }
    .section-mejor-peor .artistas-tab .artista .num {
        margin-right: 20px;
    }
    .section-mejor-peor .artistas-container-desk {
        justify-content: space-evenly;
    }
    .section-mejor-peor .artistas-container-desk .titulo-lo-mejor,
    .section-mejor-peor .artistas-container-desk .titulo-lo-peor {
        font-family: Saira;
        font-style: normal;
        font-weight: 500;
        font-size: 20px;
        line-height: 20px;
        letter-spacing: 1px;
        text-transform: uppercase;
        color: #FFFFFF;
        padding: 10px 0;
        width: 100%;
        margin: 0 15px 40px;
        position: relative;
        display: flex;
        justify-content: center;
    }
    .section-mejor-peor .artistas-container-desk .titulo-lo-mejor {
        background-color: #9222DC;
        width: 320px;
    }
    .section-mejor-peor .artistas-container-desk .titulo-lo-peor {
        background-color: #208BEF;
        width: 320px;
    }
    .section-mejor-peor .artistas-container-desk .titulo-lo-mejor::after,
    .section-mejor-peor .artistas-container-desk .titulo-lo-peor::after {
        content: "";
        display: block;
        width: 13px;
        height: 7px;
        position: absolute;
        bottom: -7px;
        border-left: 7px solid transparent;
        border-right: 7px solid transparent;
        border-top: 7px solid #9222DC;
    }
    .section-mejor-peor .artistas-container-desk .titulo-lo-mejor::after {
        border-top: 7px solid #9222DC;
    }
    .section-mejor-peor .artistas-container-desk .titulo-lo-peor::after {
        border-top: 7px solid #208BEF;
    }
    /* Estilos mejor-peor */
}

[v-cloak] {
	display: none !important;
}