@import url('https://fonts.googleapis.com/css2?family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap');

body{
	font-family: 'Ubuntu', sans-serif;
	margin: 0;
}

/* CONFIGURAÇÕES CSS */

::-webkit-scrollbar {
	width: 13px
}
::-webkit-scrollbar-track {
	background: #2b2b2b
}
::-webkit-scrollbar-thumb {
	background: #bebebe
}
::-webkit-scrollbar-thumb:hover {
	background: #555
}


.radio-app{
	margin-left: 220px;
}

/* TOP NAVBAR */
.radio-app .page-navbar{
	background-color: #fff;
	border-bottom: 1px solid #eaeaea;
	padding: 10px;
}

/* SIDEBAR MENU */
.radio-app .page-sidebar {
	background-color: #fff;
	border-right: 1px solid #eaeaea;
	bottom: 80px;
	
	display: flex;
	flex-direction: column;
	left: 0;
	position: fixed;
	top: 0;
	width: 220px;
	z-index: 100;
}
.radio-app .page-sidebar .siderbar-desktop{
	display: block;
}
.radio-app .page-sidebar .siderbar-mobile{
	display: none;
}

.radio-app .page-sidebar .sidebar-header{
	display: flex;
	margin: 0 24px;
}
.radio-app .page-sidebar .sidebar-header .sidebar-logo {
	background-image: url(../images/logo-eletromix.svg);
	background-size: contain;
	background-repeat: no-repeat;
	height: 100px;
	width: 100%;
	margin-top: 20px;
}
.radio-app .sidebar-menu .nav-item .nav-link{
	font-size: 18px;
	font-weight: 500;
	color: #3c3c3c;
	padding: 0px 25px;
	height: 32px;
	margin-bottom: 15px;
	border-left: 5px solid transparent;
}
.radio-app .sidebar-menu .nav-item .nav-link:hover{
	color: #f44336;
}
.radio-app .sidebar-menu .nav-item .active{
	color: #f44336;
	border-left: 5px solid #f44336;
}
.radio-app .sidebar-menu .nav-item .sidebar-icon{
	padding-right: 5px;
}
.radio-app .sidebar-menu .dropdown-menu{
	border: 0;
	left: 30px;
	padding: 0;
}

/* MAIN PAGE */
.radio-app .page-main {
	min-width: 100%;
	padding: 10px;
}


/* CARD SLIDE */
.slide {
	width: 100%;
	height: 230px;
	border: 1px solid #eaeaea;
	border-radius: 10px;
	-webkit-box-shadow: 0 1px 2px rgba(25, 25, 34, .12);
	box-shadow: 0 1px 2px rgba(25, 25, 34, .12);
	color: #191919;
	overflow: hidden;
}
.slide,
.slide .slide-background {
	position: relative;
}
.slide .slide-background {
	background-color: #fff;
	border-radius: 4px;
	height: 100%;
	width: 50%;
}
.slide .slide-background:after{
	border-left: 4px solid #f44336;
	content: "";
	position: absolute;
	transform: skew(10deg);
	width: 120%;
	height: 100%;
	background-color: #fff;
	-webkit-transform-origin: bottom;
	-ms-transform-origin: bottom;
	transform-origin: bottom;
}
.slide .slide-background-img {
	width: 100%;
	height: 100%;
}
.slide .slide-foreground {
	color: #050505;
	bottom: 0;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 2
}
.slide .slide-foreground:after {
	background-color: #fff;
	bottom: 0;
	content: "";
	left: 0;
	opacity: 0;
	position: absolute;
	right: 0;
	top: 0;
	width: 50%;
}
.slide .slide-foreground-wrapper {
	display: inline-block;
	height: 100%;
	position: relative
}
.slide .slide-foreground-blend-color {
	border-radius: 4px;
	bottom: 0;
	left: 0;
	position: absolute;
	right: 0;
	top: 0
}
.slide .slide-img {
	height: 100%
}
.slide .slide-img.has-thumbnail-margin {
	padding: 5%
}
.slide .slide-img.is-explicit {
	position: relative;
	z-index: 1
}
.slide .slide-play-icon {
	bottom: 90px;
	left: 220px;
	position: absolute;
	z-index: 1
}
.slide .slide-play-icon .action-item-btn {
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: #fff;
	border-radius: 50%;
	-webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, .25), 0 8px 6px rgba(0, 0, 0, .1);
	box-shadow: 0 1px 4px rgba(0, 0, 0, .25), 0 8px 6px rgba(0, 0, 0, .1);
	color: #191919;
	cursor: pointer;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	font-size: 12px;
	height: 46px;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	line-height: 36px;
	position: relative;
	text-align: center;
	vertical-align: top;
	width: 46px;
	-webkit-transition-duration: .15s;
	transition-duration: .15s;
	-webkit-transition-property: opacity, -webkit-transform;
	transition-property: opacity, -webkit-transform;
	transition-property: opacity, transform;
	transition-property: opacity, transform, -webkit-transform
}
.slide .slide-play-icon .action-item-btn .play-default {
	display: block
}
.slide .slide-play-icon .action-item-btn .play-active,
.slide .slide-play-icon .action-item-btn .play-hover {
	display: none
}
.slide .slide-play-icon .action-item-btn .equalizer {
	left: 50%;
	position: absolute;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%)
}
.slide .slide-play-icon .action-item-btn.active {
	opacity: 1
}
.slide .slide-play-icon .action-item-btn.active .play-default {
	display: none
}
.slide .slide-play-icon .action-item-btn.active .play-active {
	display: block
}
.slide .slide-play-icon .action-item-btn.active .play-white {
	display: none
}
.slide .slide-play-icon .action-item-btn:hover {
	-webkit-transform: scale3d(1.2, 1.2, 1.2);
	transform: scale3d(1.2, 1.2, 1.2)
}
.slide .slide-play-icon .action-item-btn:hover.active .play-active {
	display: none
}
.slide .slide-play-icon .action-item-btn:hover.active .play-hover {
	display: block
}
.slide .slide-video-icon .action-item-btn {
	font-size: 16px
}
.slide .slide-text {
	bottom: 0;
	margin: 16px 16px 0;
	max-width: 44%;
	overflow: hidden;
	position: absolute;
	right: 0;
	text-align: right;
	top: 0
}
.slide .slide-text .title {
	font-family: Deezer, Arial, sans-serif;
	font-size: 1.5em;
	font-weight: 700;
	line-height: 1.2em;
	max-height: 2.3em;
	overflow: hidden
}
.slide .slide-text .title .link {
	color: #191919;
}
.slide .slide-text .subtitle {
	margin-top: .3em;
	max-height: 5.6em;
	overflow: hidden
}
.slide .slide-text .subtitle,
.slide .slide-text .subtitle .link {
	color: #52525d;
	font-weight: 400;
	line-height: 1.4em
}
.slide .slide-text .txt-tag {
	color: #52525d;
	font-size: inherit
}
.slide .slide-text .txt-tag:hover {
	color: #52525d;
	text-decoration: underline
}
.slide .slide-text .link:hover {
	text-decoration: underline
}
.slide .slide-text .explicit {
	margin-bottom: .3em
}
.slide:hover {
	-webkit-box-shadow: 0 1px 2px rgba(25, 25, 34, .24);
	box-shadow: 0 1px 2px rgba(25, 25, 34, .24)
}
.slide:hover .slide-foreground:after {
	opacity: .24
}
.slide.is-link {
	cursor: pointer
}
.slide.is-bg-full-img {
	color: #191919;
}
.slide.is-bg-full-img .slide-background {
	background-color: #eaeaea;
}
.slide.is-bg-full-img .subtitle,
.slide.is-bg-full-img .subtitle .link,
.slide.is-bg-full-img .title .link {
	color: #191919;
}
.slide.is-bg-full-img .subtitle,
.slide.is-bg-full-img .subtitle .link {
	opacity: .8
}
.slide.layout-dark {
	color: #fff;
}
.slide.layout-dark .slide-background {
	background-color: #32323d;
}
.slide.layout-dark .subtitle,
.slide.layout-dark .subtitle .link,
.slide.layout-dark .title .link {
	color: #050505;
}
.slide.slide-cut:after {
	background-color: #fff;
	bottom: 0;
	content: "";
	left: 0;
	opacity: 0;
	position: absolute;
	right: 0;
	top: 0;
	-webkit-transition-duration: .15s;
	transition-duration: .15s;
	-webkit-transition-property: opacity;
	transition-property: opacity
}
.slide.slide-cut .slide-foreground {
	margin: 16px 16px 16px 50.35162%
}
.slide.slide-cut .slide-foreground:after {
	display: none
}
.slide.slide-cut .slide-text {
	bottom: auto;
	margin: 0;
	max-width: 100%;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%)
}
.slide.slide-cut .slide-text .label {
	color: #ef5466;
	font-size: .7em
}
.slide.slide-cut .slide-text .title {
	font-size: 1.2em;
	max-height: none;
	padding-left: 16px
}
.slide.slide-cut .slide-text .flow-logo {
	margin-bottom: .5em
}
.slide.slide-cut .slide-text .subtitle {
	color: #52525d;
	font-size: .9em;
	padding-left: 16px
}
.slide.slide-cut .slide-btn {
	border: 1px solid #191919;
	bottom: 0;
	color: #191919;
	font-size: .7em;
	font-weight: 700;
	margin-top: 1em;
	opacity: 1;
	padding: .4em .9em;
	position: absolute;
	right: 0;
	z-index: 1;
	-webkit-transition-duration: .15s;
	transition-duration: .15s;
	-webkit-transition-property: opacity, background-color, color;
	transition-property: opacity, background-color, color
}
.slide.slide-cut .slide-btn:hover {
	background-color: #191919;
	border-color: rgba(0, 0, 0, 0);
	color: #fff;
}
.slide.slide-cut .slide-play-icon {
	bottom: auto;
	bottom: -100px;
	left: 35%;
	position: relative;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	z-index: 1
}
.slide.slide-cut .slide-play-icon .action-item-btn {
	font-size: 1em;
	height: 3em;
	line-height: 3em;
	width: 3em
}
.slide.slide-cut .slide-covers {
	height: 100%;
	position: relative;
	width: 50.35162%
}
.slide.slide-cut .slide-covers:after {
	background-color: #fff;
	border-left: 1px solid #eaeaea;
	content: "";
	height: 105%;
	left: 100%;
	position: absolute;
	top: 0;
	-webkit-transform: skew(10deg);
	-ms-transform: skew(10deg);
	transform: skew(10deg);
	-webkit-transform-origin: bottom;
	-ms-transform-origin: bottom;
	transform-origin: bottom;
	width: 100%;
	-webkit-transition-duration: .8s;
	transition-duration: .8s;
	-webkit-transition-property: background-color, border-color;
	transition-property: background-color, border-color;
	-webkit-transition-timing-function: linear;
	transition-timing-function: linear
}
.slide.slide-cut .slide-img {
	border-radius: 0;
	opacity: 0;
	position: absolute;
	-webkit-transition-duration: .5s;
	transition-duration: .5s;
	-webkit-transition-property: opacity;
	transition-property: opacity;
	-webkit-transition-timing-function: linear;
	transition-timing-function: linear
}
.slide.slide-cut .slide-img.active {
	opacity: 1
}
.slide.slide-cut:hover:after {
	opacity: .24
}

.btn-like, .btn-nolike{
	padding: 6px 10px;
}

/* PLAYER */
.player {
	width: 100%;
	height: 90px;
	background: #fff;
	border-top: 1px solid #eaeaea;
	position: fixed;
	bottom: 0px;
	left: 0;
	padding-left: 40px;
	z-index: 100;
}
.player .btn-pedidos{
	background: #f44336;
	color: #fff;
	margin: 10px auto;
}
.player .btn-pedidos:hover{
	color: #ffffff;
	background-color: #4859a0;
	-webkit-transition: 0.3s ease-in !important;
	-moz-transition: 0.3s ease-in !important;
	-o-transition: 0.3s ease-in !important;
	transition: 0.3s ease-in !important;
}
.player .controls{
	padding: 25px 5px 15px 5px;
	float: left;
}
.player .controls .icon{
	float: left;
	color: #3c3c3c;
	margin-right: 5px;
	padding: 10px 15px;
	cursor: pointer;
}
.player .controls .icon:hover{
	background: #dedede;
	border-radius: 50%;
	-webkit-transition: 0.3s ease-in !important;
	-moz-transition: 0.3s ease-in !important;
	-o-transition: 0.3s ease-in !important;
	transition: 0.3s ease-in !important;
}

.player .controls-plays{
	width: 135px;
}
.player .controls-plays .fa{
	font-size: 32px;

}
.player .station-info{
	width: 250px;
	margin: 5px 0;
	float: left;
}
.player .station-info .bloco{
	border: 1px solid #f44336;
	margin-right: 10px;
}
.player .station-info .barra-info{
	font-size: 9px;
	width: 50%;
	color: #fff;
	background: #f44336;
	padding: 2px 5px;
	border-radius: 0px 25px 0px 0px;
}
.player .station-info .imagem{
	width: 60px;
	height: 60px;
	margin-right: 5px;
	float: left;
}
.player .station-info .station-current{

}
.player .station-info .station-current .title{
	font-size: 8px;
}
.player .station-info .station-current .subtitle{
	font-size: 12px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
.player .station-info .apresentador .name, .player .station-info .programa .name{
	font-size: 12px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.player .station-info .apresentador small, .player .station-info .programa small{
	font-size: 8px;
}
.player .volumeButton{
	margin: 6px auto;
}

#play-btn{
	cursor: pointer;
}

#btn-menu, #btn-station{
	display: none;
	cursor: pointer;
}

.cover-site {
	min-width: 100%;
	min-height: 100%;
	position: fixed;
	background: url('../images/background.jpg') no-repeat;
	background-position: center;
	background-size: cover;
	transition: background-image 1s;
	background-position: center;
	background-attachment: fixed;
}

#bgCover {
	min-width: 100%;
	min-height: 100%;
	position: absolute;
	background-position: center;
	background-size: cover;
	transition: background-image 1s;
	background-position: center;
	background-attachment: fixed;
	z-index: 1;
}

.bg-mask {
	min-width: 100%;
	min-height: 100%;
	position: absolute;
	background: radial-gradient(rgba(0, 0, 0, .5) 20%, #000 85%);
	z-index: 2;
}

.web-player {
	height: 100%;
	color: #fff;
	padding: 5px;
	position: relative;
	z-index: 3;
	margin-top: 25px;
}

.cover-album {
	max-width: 60px;
	margin: auto;
	background: url('../images/bg-capa.jpg') no-repeat;
	background-size: cover;
	transition: background-image 1s;
	margin-bottom: 15px;
}

.watermark {
	width: 89px;
	height: 35px;
	background: url(../images/logo.png) no-repeat;
	background-size: auto 35px;
	opacity: 0.5;
	position: relative;
	bottom: 36px;
	right: -1px;
	z-index: 5;
}

#currentCoverArt {
	width: 60px;
	height: 60px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	transition: background-image 1s;
}

.logo {
	display: none;
}

.info-current-song {
	font-family: 'Share', sans-serif;
	text-align: center;
}

.info-current-song h2 {
	font-size: 22px;
	font-weight: 700;
}

.info-current-song h3 {
	font-size: 18px;
	font-weight: 400;
}

.play-pause {
	font-size: 65px;
}

.play-pause i {
	cursor: pointer;
}

.volume-icon {
}

.volume-control {
	display: none;
}

.vagalume a {
	color: #fff;
	text-decoration: underline;
}

.lyrics {
	text-transform: uppercase;
	text-decoration: underline;
	color: #fff;
	font-size: 1em;
	font-weight: 400;
	outline: none;
	transition: .3s;
}

.lyrics:active {
	text-decoration: none;
	color: #fff;
}

.lyrics:visited {
	text-decoration: none;
	color: #fff;
}



.percentual-volume{
	display: inline;
}

/* Chrome */
input[type=range] {
	padding: 3px 10px;
	-webkit-appearance: none;
	background: transparent;
}

input[type=range]:focus {
	outline: none;
}

input[type=range]::-webkit-slider-runnable-track {
	width: 100%;
	height: 5px;
	cursor: pointer;
	animate: 0.2s;
	box-shadow: 0px 0px 0px #000000, 0px 0px 0px #0d0d0d;
	background: #000;
}

input[type=range]::-webkit-slider-thumb {
	box-shadow: 0px 0px 0px #000000, 0px 0px 0px #0d0d0d;
	height: 20px;
	width: 20px;
	border-radius: 50%;
	background: #000;
	cursor: pointer;
	-webkit-appearance: none;
	margin-top: -8px;
}

/* Firefox */
input[type=range]::-moz-range-track {
	width: 100%;
	height: 5px;
	cursor: pointer;
	animate: 0.2s;
	box-shadow: 0px 0px 0px #000000, 0px 0px 0px #0d0d0d;
	background: #000;
}

input[type=range]::-moz-range-thumb {
	box-shadow: 0px 0px 0px #000000, 0px 0px 0px #0d0d0d;
	border: 0px solid #000000;
	height: 20px;
	width: 20px;
	border-radius: 50%;
	background: #000;
	cursor: pointer;
}

/* IE e Edge */
input[type=range]::-ms-track {
	width: 100%;
	height: 5px;
	cursor: pointer;
	animate: 0.2s;
	background: transparent;
	border-color: transparent;
	border-width: 10px 0;
	top: -10px;
	color: transparent;
}

input[type=range]::-ms-fill-lower {
	background: #fff;
	border: 0px solid #000101;
	box-shadow: 0px 0px 0px #000000, 0px 0px 0px #0d0d0d;
}

input[type=range]::-ms-fill-upper {
	background: #fff;
	border: 0px solid #000101;
	box-shadow: 0px 0px 0px #000000, 0px 0px 0px #0d0d0d;
}

input[type=range]::-ms-thumb {
	box-shadow: 0px 0px 0px #000000, 0px 0px 0px #0d0d0d;
	border: 0px solid #000000;
	height: 20px;
	width: 20px;
	border-radius: 50%;
	background: #fff;
	cursor: pointer;
}

.historic{
	margin-top: 5px;
}

.historic h2 {
	color: #fff;
	border-bottom: 2px solid #fff;
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	margin: 10px 0;
}

.historic .barra-info{
	font-size: 9px;
	width: 98%;
	color: #fff;
	background: #f44336;
	padding: 2px 5px;
	border-radius: 0px 25px 0px 0px;
}

.historic article {
	margin: 5px 0;
}
.historic article .bloco{
	border-top: 0;
}


.historic .cover-historic {
	width: 60px;
	height: 60px;
	margin-right: 15px;
	float: left;
	background: url('../images/bg-capa.jpg') no-repeat;
	background-size: cover;
	box-shadow: 1px 2px 5px rgba(0, 0, 0, 0.3);
	transition: background-image 1s;
}

.historic .music-info {
	color: #fff;
	font-family: 'Share', sans-serif;
}

.historic .music-info .song {
	width: 100%;
	font-weight: bold;
	font-size: 20px;
	text-transform: uppercase;
	margin-bottom: -5px;
}

@media(max-width: 370px) {
	.cover-album {
		max-width: 100%;
	}
}

@media(min-width: 576px) {
	.volume-control {
		display: flex;
	}

	.call-lyrics {
		margin-top: 20px;
	}
}

@media(min-width: 768px) {
	body {
		align-items: center;
	}

	.h1-logo {
		text-align: center;
	}

	.logo {
		display: block;
		z-index: 2;
	}

	.logo img {
		max-width: 200px;
	}

	.web-player {
		height: auto;
		margin-top: 0;
	}

	.cover-album {
		min-width: 60px;
		height: 60px;
	}

	.logo img {
		max-width: 300px;
		margin: 65px 0;
	}

	.info-current-song {
		margin-top: 50px;
		text-align: left;
	}

	.volume-control {
		position: absolute;
		background: transparent;
		color: #000000;
		top: 5px;
		height: 40px;
		padding: 5px 15px;
		display: none;
	}
}

.player .volume-icon .i {
	background-image: url(../images/vol.png);
	display: inline-block;
	width: 20px;
	height: 18px;
	background-repeat: no-repeat;
}
#stationName small{
	font-size: 12px;
	letter-spacing: 0px;
	padding: 10px;
}
#stationCurrent{
	cursor: pointer;
}



/* ESTAÇÕES */
.estacoes{
	color: #fff;
	text-align: center;
	padding: 25px;
	height: 140px;
	border-radius: 10px;
}
.estacoes .title{
	font-size: 32px;
	font-family: 'Oswald', sans-serif;
	font-weight: bold;
}
.estacoes .description{
	font-size: 12px;
}
.stations a, .stations .title:hover{
	text-decoration: none;
	color: #fff;
}
.station-blocked{
	position: absolute;
	top: 0px;
	background: transparent;
	color: transparent;
	height: -webkit-fill-available;
	width: 100%;
	padding: 40px;
	text-align: center;
	font-size: 22px;
	border-radius: 10px;
}
.station-blocked:hover{
	background: #0e0e0ec7;
	color: #fff;
	-webkit-transition: 0.3s ease-in;
	-moz-transition: 0.3s ease-in;
	-o-transition: 0.3s ease-in;
	transition: 0.3s ease-in;
}

.tophitz .music .music-capa{
	border-radius: 50%;
	box-shadow: 0 1px 6px rgb(25 25 34 / 16%);
}
.tophitz .music .caption{
	text-align: center;
	margin: 10px;
}
.tophitz .music .page-heading-4 a{
	text-decoration: none;
}
.tophitz .music .votos{
	font-size: 12px;
}

.tophitz .music-likes{
	position: absolute;
	top: 0px;
	background: transparent;
	color: transparent;
	height: 118px;
	width: 100%;
	padding: 40px 0px;
	text-align: center;
	border-radius: 100%;
	text-decoration: none;
}
.tophitz .music-likes .span{
	font-size: 13px;
	letter-spacing: -1px;
	white-space: pre;
}
.tophitz .music-likes .small{
	font-size: 10px;
}
.tophitz .music-likes:hover{
	background: #00000070;
	color: #fff;
	-webkit-transition: 0.3s ease-in;
	-moz-transition: 0.3s ease-in;
	-o-transition: 0.3s ease-in;
	transition: 0.3s ease-in;
}

/* MURAL DE RECADOS */

.messages .box{
	width:100%;
	float:left;
	background:#FFC926;
	padding:10px;
	min-height:130px;
	box-shadow:5px 5px 0px #DDD;
	color:#ffffff !important;
	cursor: pointer;
	border-radius: 10px;
}
.messages .box p{
	font-size:13px;
	margin:0;
	line-height:18px;
}
.messages .box:hover{
	background:#EC3237;
	color:#fff !important;
}

.programas{
	color: #fff;
	text-align: center;
	margin-bottom: 5px;
}
.programas .programa-box{
	text-align: center;
	padding: 50px 0;
}
.programas .programa-title{
	font-size: 22px;
	font-family: 'Oswald', sans-serif;
	font-weight: bold;
}
.programas a, .programas .programa-title:hover{
	text-decoration: none;
	color: #fff;
}

.parceiros .logotipo img{
	border: 2px solid #eaeaea;
	border-radius: 10px;
	background: #f1f1f1;
	padding: 10px;
	align-items: center;
	height: 90px;
}
.parceiros .logotipo:hover img{
	border: 2px solid #f48b17;
}

/* UTIL */
.page-heading-1{
	color: #3c3c3c;
	padding: 5px 0px;
	border-bottom: 2px solid #3c3c3c;
}
/*
.page-heading-2{
	font-size: 22px;
	margin-bottom: 15px;
}
*/
.page-heading-2 {
	font-size: 22px;
	margin-bottom: 15px;
	font-weight: 100;
	color: #3c3c3c;
	letter-spacing: -1px;
}
.page-heading-4{
	font-size: 12px;
}

.gradient-primary{
	background: #0f0c29;  /* fallback for old browsers */
	background: -webkit-linear-gradient(to right, #24243e, #302b63, #0f0c29);  /* Chrome 10-25, Safari 5.1-6 */
	background: linear-gradient(to right, #24243e, #302b63, #0f0c29); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}
.gradient-secondary{
	background: #f12711;  /* fallback for old browsers */
	background: -webkit-linear-gradient(to right, #f5af19, #f12711);  /* Chrome 10-25, Safari 5.1-6 */
	background: linear-gradient(to right, #f5af19, #f12711); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}
.gradient-success{
	background: #283c86;  /* fallback for old browsers */
	background: -webkit-linear-gradient(to right, #45a247, #283c86);  /* Chrome 10-25, Safari 5.1-6 */
	background: linear-gradient(to right, #45a247, #283c86); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}
.gradient-info{
	background: #000046;  /* fallback for old browsers */
	background: -webkit-linear-gradient(to right, #1CB5E0, #000046);  /* Chrome 10-25, Safari 5.1-6 */
	background: linear-gradient(to right, #1CB5E0, #000046); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}
.gradient-warning{
	background: #f12711;  /* fallback for old browsers */
	background: -webkit-linear-gradient(to right, #f5af19, #f12711);  /* Chrome 10-25, Safari 5.1-6 */
	background: linear-gradient(to right, #f5af19, #f12711); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}
.gradient-danger{
	background: #c31432;  /* fallback for old browsers */
	background: -webkit-linear-gradient(to right, #240b36, #c31432);  /* Chrome 10-25, Safari 5.1-6 */
	background: linear-gradient(to right, #240b36, #c31432); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}
.gradient-disabled{
	background: #0F2027;  /* fallback for old browsers */
	background: -webkit-linear-gradient(to right, #2C5364, #203A43, #0F2027);  /* Chrome 10-25, Safari 5.1-6 */
	background: linear-gradient(to right, #2C5364, #203A43, #0F2027); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

.btn-login{
	line-height: 22px;
	font-size: 16px;
	font-weight: bold;
	color: #3c3c3c;
	cursor: pointer;
	margin: 0px 0px 0 20px;
}
.btn-login .far{
	float: left;
	margin-right: 5px;
}
.btn-login small{
	font-size: 10px;
	position: absolute;
	top: 27px;
	right: 30px;
}
.btn-facebook{
	color: #fff;
	background-color: #3b5998;
}
.btn-facebook:hover{
	background-color: #2c4579;
}
.btn-google{
	color: #fff;
	background-color: #4285F4;
}
.btn-google:hover{
	color: #fff;
	background-color: #4276ce;
}

.btn-facebook:hover, .btn-google:hover{
	color: #e0e0e0;
}
.card-signin {
	border: 0;
	border-radius: 1rem;
	box-shadow: 0 0.5rem 1rem 0 rgba(0, 0, 0, 0.1);
}

.card-signin h3 {
	margin-bottom: 2rem;
	font-weight: 300;
	font-size: 1.5rem;
}

.card-signin .card-body {
	padding: 2rem;
}
.card-signin .modal-header{
	align-items: baseline;
	border: 0;
	padding: 0px;
}


/* FOOTER */
footer{
	padding-bottom: 100px;
	background: #272727;
}
footer .footer{
	background: #3c3c3c;
	color: #fff;
	margin-top: 50px;
	font-size: 14px;
	padding: 30px 0;
}
footer .footer a{
	text-decoration: none;
	color: #c3c3c3;
}
footer .footer a:hover{
	color: #b5b5b5;
	text-decoration: none;
}
footer .footer h5{
	color: #ececec;
	font-size: 14px;
	font-weight: 600;
	text-transform: uppercase;
}
footer .footer ul{
	list-style: none;
	padding: 0;
}
footer .footer ul li{
	line-height: 25px;
}
footer .footer .social-links{
	color: #c3c3c3;
	font-size: 32px;
}

footer .footer .social-links:hover{
	color: #fff;
	text-decoration: none;
}
footer .copyright{
	color: #b3b3b3;
	padding: 5px;
	font-size: 14px;
	text-transform: uppercase;
	text-align: center;
}
footer .copyright img{
	width: 100px;
}

.gradient-border {
	--border-width: 3px;
	position: relative;
	background: #fff;
	border: 0 !important;
	margin: 0px 3px;
}
.gradient-border::after {
	position: absolute;
	content: "";
	top: calc(-1 * var(--border-width));
	left: calc(-1 * var(--border-width));
	z-index: -1;
	width: calc(100% + var(--border-width) * 2);
	height: calc(100% + var(--border-width) * 2);
	background: linear-gradient(
		60deg,
		hsl(224, 85%, 66%),
		hsl(269, 85%, 66%),
		hsl(314, 85%, 66%),
		hsl(359, 85%, 66%),
		hsl(44, 85%, 66%),
		hsl(89, 85%, 66%),
		hsl(134, 85%, 66%),
		hsl(179, 85%, 66%)
		);
	background-size: 300% 300%;
	background-position: 0 50%;
	animation: moveGradient 4s alternate infinite;
}

@keyframes moveGradient {
	50% {
		background-position: 100% 50%;
	}
}

.programacao-semana .nav-link {
	margin-right: 5px;
	background: #f2f2f2;
	border: 1px solid #dee2e6;
}
.programacao-semana .nav-link.active {
	color: #f2f2f2;
	background-color: #3c3c3c;
	border-color: #3c3c3c #dee2e6 #fff;
}

.historico .date{
	text-align: center;
	background: #3c3c3c;
	color: #fff;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.historico .date .time{
	font-weight: 800;
	font-size: 20px;
	margin: 0;
}
.historico .date .day{
	font-weight: 700;
	font-size: 12px;
	margin: 0;
}
.historico .thumbsnail{
	width: 100%;
}
.historico .info{
	width: 100%;
	height: 100%;
	font-size: 17px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.historico .info .singer{
	font-weight: 800;
	margin: 0;
}
.historico .info .music{
	font-weight: 400;
	margin: 0;
}
.historico .row{
	background: #ffffff;
	padding: 10px 0;
	border: 1px solid #eaeaea;
}
.historico .playing{
	text-align: center;
	padding: 45px;
}
.historico .playing i{
	font-size: 62px;
}

.v-mob{
	display: block;
}

/* FIX MOBILE VERSION */
@media(max-width: 425px) {
	.v-mob{
		display: none;
	}
}
@media(max-width: 768px) {
	.radio-app{
		margin-left: 0px;
	}
	.radio-app .page-sidebar{
		width: 80px;
		display: none;
	}
	.radio-app .page-sidebar .siderbar-desktop{
		display: none;
	}
	.radio-app .page-sidebar .siderbar-mobile{
		display: block;
	}
	#btn-sidebar{
		margin-left: 0px;
	}
	.radio-app .sidebar-menu .nav-item .nav-link{
		font-size: 20px;
	}

	.slide .slide-background-img {
		width: auto;
		height: 120%;
	}
	.slide .slide-text {
		color: #fff;
		max-width: fit-content;
		text-shadow: 0px 0px 8px #000;
	}
	.slide.layout-dark .subtitle{
		color: #fff;
	}
	.slide .slide-play-icon {
		left: 80%;
		bottom: 10%;
	}
	.owl-carousel .owl-nav{
		position: absolute;
		top: 5px;
		right: 7px;
		z-index: 1;
		color: #fff;
	}
	.owl-carousel .owl-prev, .owl-carousel .owl-next{
		margin: 0px 2px;
	}
	footer .footer {
		text-align: center;
	}
	.player{
		padding-left: 0;
	}
	.player .controls {
		padding: 25px 3px 15px 3px;
	}
	.player .controls-plays {
		width: 125px;
	}
	#btn-station{
		display: block;
	}
	.player .controls .icon {
		margin-right: 0;
	}
	.player .station-info {
		width: 100%;
	}
	.player .historic{
		width: 100%;
	}
	.historic .barra-info{
		width: 97%;
	}
}

#audio-tophits{
	display: none;
}
#artist .artist-name{
	color: #3c3c3c;
}
#artist .artist-name .fas{
	font-size: 26px;
}
#artist .artist-fas{
	color: #636363;
	font-size: 14px;
}
.tracklist .artist-trackName, .tracklist .artist-album, .tracklist .artist-duration{
	font-size: 14px;
	padding: 20px;
	font-weight: 400;
}
.tracklist{
	margin-top: 50px;
}
.tracklist .capa{
	cursor: pointer;
	margin-right: 10px;
}
.tracklist .capa .blur{
	display: none;
}
.tracklist .capa:hover .blur{
	display: block;
	width: 56px;
	background: #171b388a;
	height: 56px;
	position: absolute;
}
.tracklist .capa .artWork{
	width: 56px;
}
.tracklist .capa .blur .fas{
	font-size: 30px;
	color: #ffffffd1;
	padding: 13px;
}
.tracklist .listen-h5{
	color: #3c3c3c;
	font-size: 15px;
	font-weight: 400;
	padding: 20px;
}
.tracklist .list-group .row{
	color: #929292;
	font-size: 12px;
}


/* DARK MODE */
#btn_dark_mode{
	margin-right: 20px;
}
body.dark-mode{
	background-color: #181818
}
.radio-app.dark-mode .page-navbar {
	background-color: #202020;
	border-bottom: 1px solid #000000;
}
.radio-app.dark-mode .page-sidebar {
	background-color: #212121;
	border-right: 1px solid #000000;
}
.radio-app.dark-mode .sidebar-menu .nav-item .active {
	color: #ffffff;
	border-left: 5px solid #ffffff;
}
.radio-app.dark-mode .sidebar-menu .nav-item .nav-link{
	color: #adadad;
}
.radio-app.dark-mode .page-sidebar .sidebar-header .sidebar-logo {
	background-image: url(../images/logo-eletromix-white.svg);
}
.dark-mode .text-dark{
	color: #adadad !important;
}
.dark-mode .btn-login{
	color: #e8e8e8;
}
.dark-mode .page-heading-2{
	color: #e8e8e8;
}
.dark-mode article h1, .dark-mode article h6, .dark-mode article p{
	color: #adadad;
}
.dark-mode .slide{
	border: 1px solid #212121;
}
.dark-mode .slide .slide-background:after{
	background-color: #212121;
}
.dark-mode .slide .slide-foreground, .dark-mode .slide.layout-dark .subtitle, .dark-mode .player .controls .icon{
	color: #adadad;
}
.dark-mode .slide .slide-foreground:after{
	background-color: #212121;
}
.dark-mode .slide .slide-play-icon .action-item-btn{
	background-color: #adadad;
}
.dark-mode .player{
	background: #212121;
	border-top: 1px solid #181818;
}
.dark-mode .player .controls .icon:hover{
	background: #181818;
}
.dark-mode .player .station-info .barra-info, .dark-mode .historic .barra-info {
	background: #181818;
	color: #fff;
}
.dark-mode .slide .slide-background:after{
	border-left: 4px solid #181818;
}
.dark-mode .player .station-info .bloco {
	border: 1px solid #181818;
}
.dark-mode .player .station-info {
	color: #adadad;
}

.dark-mode .estacoes{
	background: #212121;
	border: 1px solid #191919;
}
.dark-mode .btn-outline-primary, .dark-mode .btn-outline-danger{
	color: #adadad;
	border-color: #adadad;
}
.dark-mode .messages .box{
	box-shadow: 5px 5px 0px #181818;
	background-color: #212121;
}
.dark-mode .parceiros .logotipo img{
	background: #adadad;
	border: 2px solid #181818;
}
.dark-mode .programa-box{
	background-color: #212121 !important;
}
.dark-mode a {
	color: #adadad;
}
.dark-mode .historico .date{
	color: #adadad;
}
.dark-mode .historico .row {
	background: #212121;
	border: 1px solid #3c3c3c;
	color: #adadad;
}
.dark-mode .page-heading-1 {
	color: #adadad;
	border-bottom: 2px solid #adadad;
}
.dark-mode .programacao-semana .nav-link {
	background: #181818;
	border: 1px solid #3c3c3c;
	color: #adadad;
}
.dark-mode .programacao-semana .nav-link.active {
	color: #f2f2f2;
	background-color: #adadad;
	border-color: #adadad #adadad #181818;
}
.dark-mode .table{
	color: #adadad;
	border-color: #3c3c3c;
}
.dark-mode .table-striped>tbody>tr:nth-of-type(odd){
	color: #adadad;
}
.dark-mode .nav-tabs {
	border-bottom: 1px solid #181818;
}
.dark-mode .card, .dark-mode .modal-content{
	background-color: #181818;
	color: #adadad;
}
.dark-mode .form-control{
	border: 1px solid #181818;
	background-color: #333333;
}
.dark-mode .fa-spin`{
	color: #adadad;
}
.dark-mode #artist .artist-name {
	color: #adadad;
}
.dark-mode .list-group-item{
	background-color: #212121;
	border-bottom: 1px solid #181818!important;
}
.dark-mode .list-group-item .border-top{
	border-top: 1px solid #181818!important;
}
.dark-mode .tracklist .listen-h5 {
	color: #adadad;
}
.dark-mode .player .volume-icon .i {
	background-image: url(../images/vol-white.png);
}
.dark-mode .volume-control{
	color: #adadad;
}

.pointer{
	cursor: pointer;
}

.support{
	position: fixed;
	right: 0;
	bottom: 216px;
	background: #3c3c3c;
	color: #fff;
	padding: 15px 20px;
	border-radius: 10px 0px 0px 10px;
	z-index: 2;
}