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: 48px;
	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;
}

#artistas-content .section-artistas .artistas-mob .artistas-dia {
	display: flex;
	flex-direction: column;
}

#artistas-content .section-artistas .artistas-mob .artistas-dia .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 .artistas-dia .artista {
	display: flex;
	flex-direction: column;
	height: 232px;
	margin-bottom: 32px;
	width: 148px;
}

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

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

#artistas-content .section-artistas .artistas-mob .artistas-dia .artista-small .artista-img {
	height: 140px;
	margin-bottom: 2px;
}

#artistas-content .section-artistas .artistas-mob .artistas-dia .artista .btn-votar,
#artistas-content .section-artistas .artistas-mob .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: #F80B60;
	text-transform: uppercase;
}

#artistas-content .section-artistas .artistas-mob .hooper-pagination .hooper-indicators .hooper-indicator {
	background-color: #422A72;
	border-radius: 50%;
	height: 9px;
	width: 9px;
}

#artistas-content .section-artistas .artistas-mob .hooper-pagination .hooper-indicators .hooper-indicator.is-active {
	background-color: #F80B60;
}

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

/* Estilos parrilla */

/* Estilos gaviota */
.section-artistas-gaviota {
    margin: auto auto 48px;
    max-width: 360px;
}
.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 .section-container-color .container-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;
    font-style: normal;
    max-width: 296px;
    margin: auto auto 48px;
    text-align: center;
    text-transform: uppercase;
}
.section-artistas-gaviota .section-container-color .container-artistas-gaviota .artistas-gaviota .hooper {
    height: auto;
}
.section-artistas-gaviota .section-container-color .container-artistas-gaviota .artistas-gaviota .hooper .artista {
    align-items: center;
    display: flex;
    flex-direction: column;
    width: 182px;
    position: relative;
    margin: auto;
}
.section-artistas-gaviota .section-container-color .container-artistas-gaviota .artistas-gaviota .hooper .artista .artista-img {
    width: 170px;
    height: 179px;
}
.section-artistas-gaviota .section-container-color .container-artistas-gaviota .artistas-gaviota .hooper .artista .sombra-artista {
    background: linear-gradient(180deg, rgba(25, 8, 57, 0) 0%, #190839 60%);
    position: absolute;
    width: 100%;
    height: 73px;
    bottom: 96px;
}
.section-artistas-gaviota .section-container-color .container-artistas-gaviota .artistas-gaviota .hooper .artista .nombre-artista {
    color: #FFFFFF;
    font-family: Saira;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    letter-spacing: 3px;
    line-height: 18px;
    text-align: center;
    text-transform: uppercase;
}
.section-artistas-gaviota .section-container-color .container-artistas-gaviota .artistas-gaviota .hooper .artista .container-gaviota-votes {
    display: flex;
    justify-content: space-evenly;
    width: 200px;
    margin-bottom: 36px;
    margin-top: -30px;
}
.section-artistas-gaviota .section-container-color .container-artistas-gaviota .artistas-gaviota .hooper .artista .container-gaviota-votes .percentage-circle {
    position: relative;
}
.section-artistas-gaviota .section-container-color .container-artistas-gaviota .artistas-gaviota .hooper .artista .container-gaviota-votes svg {
    overflow: visible;
}
.section-artistas-gaviota .section-container-color .container-artistas-gaviota .artistas-gaviota .hooper .artista .container-gaviota-votes .object-container {
    align-items: center;
    display: flex;
    flex-direction: column;
    left: 50%;
    position: absolute;
    top: 40%;
    transform: translate(-50%);
}
.section-artistas-gaviota .section-container-color .container-artistas-gaviota .artistas-gaviota .hooper .artista .container-gaviota-votes .object-container .nPercent {
    color: #FFFFFF;
    font-family: Saira;
    font-size: 26px;
    font-weight: 500;
    letter-spacing: 0px;
    line-height: 26px;
    margin-bottom: 22px;
    text-align: center;
}
.section-artistas-gaviota .section-container-color .container-artistas-gaviota .artistas-gaviota .hooper .artista .container-gaviota-votes .object-container .gaVoto {
    color: #FFFFFF;
    font-family: Saira;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0px;
    line-height: 16px;
    text-align: center;
    text-transform: uppercase;
}
.section-artistas-gaviota .section-container-color .container-artistas-gaviota .artistas-gaviota .hooper .hooper-pagination {
    bottom: -74px;
    overflow: hidden;
    max-width: 100%;
}
.section-artistas-gaviota .section-container-color .container-artistas-gaviota .artistas-gaviota .hooper .hooper-indicator {
    border-radius: 50%;
    width: 9px;
    height: 9px;
    margin: 0 6px;
    background-color: transparent;
    border: 1px solid #422A72;
}
.section-artistas-gaviota .section-container-color .container-artistas-gaviota .artistas-gaviota .hooper .hooper-indicator.is-active,
.section-artistas-gaviota .section-container-color .container-artistas-gaviota .artistas-gaviota .hooper .hooper-indicator:hover {
    background: #F80B60;
    border: 1px solid #422A72;
}
.section-artistas-gaviota .section-container-color .container-artistas-gaviota .artistas-gaviota .hooper.solo-artist .hooper-track {
    justify-content: center;
    margin-left: 0;
}
/* Estilos gaviota */

/* Estilos mejor-peor */
.section-mejor-peor {
    display: flex;
    flex-direction: column;
}
.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: #F80B60;
}
.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 #F80B60;
}
.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: 127px;
    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: #F80B60;
}
.section-mejor-peor .lo-mejor .estrellas .fas.fa-star {
    font-size: 15px;
    color: #F80B60;
}
.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: 970px;
		background-color: #190839e6;
		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;
	}

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

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

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

	#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-img {
		height: 140px;
		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: #F80B60;
		text-transform: uppercase;
	}

	/* 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 {
        margin: auto auto 48px;
        max-width: 970px;
    }
    .section-artistas-gaviota .section-container-color .container-artistas-gaviota {
        margin: auto;
        width: 1060px;
    }
    .section-artistas-gaviota .section-container-color .container-artistas-gaviota .artistas-gaviota-titulo {
        width: 100%;
    }
    .section-artistas-gaviota .section-container-color .container-artistas-gaviota .artistas-gaviota .hooper .hooper-track {
        margin-left: 0;
    }
    .section-artistas-gaviota .section-container-color .container-artistas-gaviota .artistas-gaviota .hooper .artista {
        width: 270px;
    }
    .section-artistas-gaviota .section-container-color .container-artistas-gaviota .artistas-gaviota .hooper .artista .artista-img {
        width: 270px;
        height: 284px;
    }
    .section-artistas-gaviota .section-container-color .container-artistas-gaviota .artistas-gaviota .hooper .artista .container-gaviota-votes {
        width: 340px;
    }
    /* 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: 970px;
        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: #F80B60;
    }
    .section-mejor-peor .artistas-container-desk .titulo-lo-peor {
        background-color: #208BEF;
    }
    .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 #F80B60;
    }
    .section-mejor-peor .artistas-container-desk .titulo-lo-mejor::after {
        border-top: 7px solid #F80B60;
    }
    .section-mejor-peor .artistas-container-desk .titulo-lo-peor::after {
        border-top: 7px solid #208BEF;
    }
    /* Estilos mejor-peor */
}

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