/*
Theme Name: Blisq
Theme URI: http://blisq.pt
Author: Blisq
Author URI: http://blisq.pt
Description: Tema Blisq
Version: V2.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: Blisq
Text Domain: Blisq
*/
@import https://fonts.googleapis.com/css?family=Poppins:100,200,300,400,500,600,700,800,900&display=swap;
.alignnone {
	margin: 5px 20px 20px 0
}
.aligncenter, div.aligncenter {
	display: block;
	margin: 5px auto
}
.alignright {
	float: right;
	margin: 5px 0 20px 20px
}
.alignleft {
	float: left;
	margin: 5px 20px 20px 0
}
a img.alignright {
	float: right;
	margin: 5px 0 20px 20px
}
a img.alignnone {
	margin: 5px 20px 20px 0
}
a img.alignleft {
	float: left;
	margin: 5px 20px 20px 0
}
a img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto
}
.wp-caption {
	background: #fff;
	border: 1px solid #f0f0f0;
	max-width: 96%;
	padding: 5px 3px 10px;
	text-align: center
}
.wp-caption.alignnone {
	margin: 5px 20px 20px 0
}
.wp-caption.alignleft {
	margin: 5px 20px 20px 0
}
.wp-caption.alignright {
	margin: 5px 0 20px 20px
}
.wp-caption img {
	border: 0 none;
	height: auto;
	margin: 0;
	max-width: 98.5%;
	padding: 0;
	width: auto
}
.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	margin: 0;
	padding: 0 4px 5px
}
.screen-reader-text {
	border: 0;
	clip: rect(1px,1px,1px,1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important
}
.screen-reader-text:focus {
	background-color: #eee;
	clip: auto !important;
	clip-path: none;
	color: #444;
	display: block;
	font-size: 1em;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000
}
.no-js .some-element .screen-reader-text {
	position: static;
	-webkit-clip-path: none;
	clip-path: none;
	width: auto;
	height: auto;
	margin: 0
}
.responsive-container {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 0;
	height: 0;
	overflow: hidden
}
.responsive-container embed, .responsive-container iframe, .responsive-container object, .responsive-container video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%
}
a, button, h1, h2, h3, h4, h5, h6, input, p, span, textarea {
	font-family: Poppins, sans-serif
}
body {
	max-width: 1920px;
	margin: 0 auto;
	position: relative;
	background: #f2f2f2
}
img {
	max-width: 100%
}
.large-container {
	max-width: 1680px;
	padding-left: 15px;
	padding-right: 15px;
	margin: 0 auto;
	overflow: hidden
}
.normal-container {
	max-width: 1200px;
	margin: 0 auto;
	overflow: hidden
}
.slick-slider * {
	outline: 0 !important
}
.no-pointers {
	pointer-events: none;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	outline: 0
}
.flex-container {
	display: flex;
	flex-wrap: wrap
}
.flex-end {
	justify-content: flex-end
}
.space-between {
	justify-content: space-between
}
.bg-gray-white {
	background: linear-gradient(to bottom,#f2f2f2 30%,#f2f2f2 30%)
}
.bg-white-gray {
	background: linear-gradient(to bottom,#f2f2f2 0,#f2f2f2 25%,#e0e0e0 25%,#e0e0e0 66%,#f2f2f2 66%,#f2f2f2 100%)
}
.bg-gray {
	background: #e0e0e0
}
.bg-lightgray {
	background: #f2f2f2
}
.bg-purple-dotted {
	background: #051e3b;
	background-image: url(assets/images/bg-dotted.svg);
	background-position-x: center;
	background-position-y: center;
	background-repeat-y: no-repeat
}
.bg-purple-dotted-repeat-y {
	background: #051e3b;
	background-image: url(assets/images/bg-dotted-spaced.png);
	background-repeat-y: repeat
}
.margin-side-neg-30 {
	margin-left: -30px !important;
	margin-right: -30px !important
}
.padd-bottom-0 {
	padding-bottom: 0 !important
}
.padd-bottom-40 {
	padding-bottom: 40px
}
.margin-top-0 {
	margin-top: 0 !important
}
.margin-bottom-0 {
	margin-bottom: 0 !important
}
.margin-bottom-40 {
	margin-bottom: 40px !important
}
.margin-bottom-70 {
	margin-bottom: 70px
}
.margin-top-50 {
	margin-top: 50px !important
}
.no-padd {
	padding: 0
}
.preloader-wrapper {
	height: 100%;
	width: 100%;
	background: #fff;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999999
}
.preloader-wrapper .preloader {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	width: 120px;
	text-align: center
}
header {
	display: flex;
	position: sticky;
	top: 0;
	width: 100%;
	align-items: center;
	background: #fff;
	z-index: 10
}
.sticky-header {
	-webkit-box-shadow: 0 6px 14px -7px rgba(0,0,0,.75);
	-moz-box-shadow: 0 6px 14px -7px rgba(0,0,0,.75);
	box-shadow: 0 6px 14px -7px rgba(0,0,0,.75)
}
.menu-top-container {
	height: 120px;
	position: relative;
	display: flex;
	align-items: center
}
#btn-menu-mobile {
	display: none
}
.menu-top {
	padding-left: 112px;
	display: inline-block;
	list-style: none;
	margin: 0;
	height: 100%;
	display: flex;
	align-items: center
}
.menu-top li {
	display: inline-block;
	list-style: none;
	transition: all .3s;
	height: 100%;
	display: flex;
	align-items: center;
	position: relative
}
.menu-top li a {
	padding: 0 15px;
	font-weight: 600;
	font-size: 16px;
	line-height: 23px;
	text-align: center;
	letter-spacing: .01em;
	color: #051e3b;
	position: relative;
	display: block;
	overflow: hidden;
	height: 100%;
	display: flex;
	align-items: center
}
ul.sub-menu {
	position: absolute;
	top: 120px;
	left: 0;
	background: #f2f2f2;
	padding: 30px;
	height: auto;
	visibility: hidden;
	opacity: 0;
	transition: visibility 0s, opacity .3s linear
}
ul.sub-menu li a {
	padding: 15px
}
.menu-top li:hover ul.sub-menu a:after {
	content: '';
	width: 0;
	height: 8px;
	background: #3b8ea6;
	display: none;
	position: absolute;
	bottom: 0
}
.menu-top li:hover ul.sub-menu li:hover a:after {
	width: calc(100% - 30px);
	display: block
}
.menu-top li:hover ul.sub-menu .current-menu-item a:after {
	width: calc(100% - 30px);
	display: block
}
.sub-menu.sub-menu-open {
	visibility: visible;
	opacity: 1
}
.menu-top li.only-mobile {
	display: none !important
}
.menu-top li a:hover {
	text-decoration: none;
	color: #3b8ea6
}
.menu-top li:hover a:after {
	content: '';
	width: calc(100% - 30px);
	height: 8px;
	background: #3b8ea6;
	display: block;
	position: absolute;
	bottom: 0
}
.menu-top .current-menu-item a:after {
	content: '';
	width: calc(100% - 30px);
	height: 8px;
	background: #3b8ea6;
	display: block;
	position: absolute;
	bottom: 0
}
.logo-header {
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	background: #fff;
	border-bottom-right-radius: 50%;
	border-bottom-left-radius: 50%;
	transition: all .3s;
	padding: 25px 15px 37px
}
.logo-header img {
	max-width: 170px;
	transition: all .3s
}
.widget-header {
	display: flex;
	align-items: center;
	margin-left: auto
}
.player-header {
	display: flex;
	align-items: center;
	padding-right: 82px;
	position: absolute;
	right: 270px
}
.player-header .btn-play {
	margin-right: 15px
}
.player-header .capa-player {
	width: 74px;
	height: 74px;
	margin-right: 15px
}
.sticky-header .logo-header img {
	max-width: 140px
}
.sticky-header .logo-header {
	padding-bottom: 0;
	padding-top: 12px
}
.btn-play {
	background-color: #3b8ea6;
	background-image: url(assets/images/icons/btn-play-header.svg);
	background-size: contain;
	width: 52px;
	height: 52px;
	min-width: 52px;
	min-height: 52px;
	border-radius: 50%
}
.btn-play:hover {
	background-color: #2a3a78;
	background-image: url(assets/images/icons/btn-play-header.svg);
	background-size: contain
}
.capa-player {
	width: 74px;
	height: 74px;
	display: flex;
	justify-content: center;
	align-items: center;
	background-size: contain
}
.capa-player::before {
	content: '';
	width: 74px;
	height: 74px;
	background: url(assets/images/frame-capa.svg);
	display: flex;
	justify-content: center;
	align-items: center;
	background-size: contain;
	animation: spin 4s linear infinite;
	position: absolute
}
.capa-player img {
	width: 48px;
	height: 48px;
	border-radius: 50%
}
.info-player {
	max-width: 120px
}
.title-player {
	font-weight: 600;
	font-size: 18px;
	text-transform: capitalize;
	color: #828282;
	display: block;
	animation: coloranimation 4s linear infinite
}
.musica-atual-player {
	font-weight: 500;
	font-size: 11px;
	letter-spacing: .07em;
	color: #828282;
	display: block
}
.artista-atual-player {
	font-weight: 300;
	font-size: 11px;
	letter-spacing: .07em;
	color: #828282;
	display: block
}@keyframes spin{
from {
	transform: rotate(0)
}
to {
	transform: rotate(360deg)
}}@keyframes coloranimation{0%{color:#3c8ba9}20%{color:#155580}40%{color:#1c3878}60%{color:#0f1039}80%{color:#828282;color:#3c8ba9}}
.label-error {
	color: #0093ae;
	font-weight: 400;
	font-size: 12px;
	padding-left: 15px
}
.label-checkbox {
	line-height: 24px;
	display: flex;
	align-items: center;
	letter-spacing: .03em
}
.label-checkbox span {
	cursor: pointer;
	font-size: 14px;
	line-height: 24px;
	align-items: center;
	letter-spacing: .03em;
	color: #828282;
	font-weight: 400
}
.label-checkbox a {
	cursor: pointer;
	font-size: 14px;
	line-height: 24px;
	align-items: center;
	letter-spacing: .03em;
	color: #051e3b;
	font-weight: 500
}
.label-checkbox a:hover {
	text-decoration: none;
	color: #051e3b
}
input[type=checkbox] {
	display: inline-block;
	-webkit-appearance: none;
	-moz-appearance: none;
	-o-appearance: none;
	appearance: none;
	box-shadow: inset 0 0 0 2px #051e3b border-radius : 4px;
	width: 24px;
	background: #fff;
	cursor: pointer;
	vertical-align: middle;
	margin-right: 10px;
	height: 24px;
	display: flex;
	outline: 0 !important
}
input[type=checkbox]:hover {
	background-size: contain;
	background-image: url(assets/images/icons/check.svg);
	color: #fff;
	-webkit-text-fill-color: #fff;
	background-repeat: no-repeat;
	background-position: center
}
input[type=checkbox]:checked {
	background-size: contain;
	background-image: url(assets/images/icons/check.svg);
	color: #fff;
	-webkit-text-fill-color: #fff;
	background-repeat: no-repeat;
	background-position: center
}
.destaques-container {
	width: 100%;
	display: grid;
	grid-template-columns: auto;
	grid-template-rows: 1fr 1fr;
	overflow: hidden
}
.destaques-container img {
	max-width: 100%;
	width: 100%
}
.destaque-zona {
	display: flex;
	justify-content: center;
	align-items: center;
	max-width: 100%;
	overflow: hidden
}
.slider-destaque {
	max-width: 100%
}
.destaque-zona-1 {
	grid-row: 1/3;
	border-right: 3px solid #fff
}
.destaque-zona-2 {
	grid-row: 1/2;
	border-bottom: 2px solid #fff
}
.destaque-zona-3 {
	grid-row: 2/3
}
.destaque-zona-1 .destaque-permalink {
	display: flex !important;
	justify-content: flex-end;
	align-items: center
}
.destaque-zona-2 .destaque-permalink {
	display: flex !important;
	justify-content: flex-start;
	align-items: flex-end
}
.destaque-zona-3 .destaque-permalink {
	display: flex !important;
	justify-content: flex-start;
	align-items: flex-end
}
.destaque-zona-1 .destaque-info {
	position: absolute;
	max-width: 320px;
	padding-right: 60px
}
.destaque-zona-2 .destaque-info {
	position: absolute;
	position: absolute;
	padding-left: 60px;
	padding-bottom: 60px
}
.destaque-zona-3 .destaque-info {
	position: absolute;
	position: absolute;
	padding-left: 60px;
	padding-bottom: 60px
}
.destaque-zona-1 h3 {
	font-weight: 700;
	font-size: 48px;
	line-height: 48px;
	text-transform: uppercase;
	color: #fff
}
.destaque-zona-2 h3 {
	font-weight: 700;
	font-size: 32px;
	line-height: 20px;
	text-transform: uppercase;
	color: #fff
}
.destaque-zona-3 h3 {
	font-weight: 700;
	font-size: 32px;
	line-height: 20px;
	text-transform: uppercase;
	color: #fff
}
.destaque-zona-1 .destaque-info-text {
	font-weight: 600;
	font-size: 16px;
	line-height: 24px;
	letter-spacing: .11em;
	text-transform: uppercase;
	color: #fff;
	margin: 0
}
.destaque-zona-2 .destaque-info-text {
	font-weight: 500;
	font-size: 16px;
	line-height: 20px;
	letter-spacing: .11em;
	text-transform: uppercase;
	color: #fff;
	margin: 0
}
.destaque-zona-3 .destaque-info-text {
	font-weight: 500;
	font-size: 16px;
	line-height: 20px;
	letter-spacing: .11em;
	text-transform: uppercase;
	color: #fff;
	margin: 0
}
.destaque-zona img {
	-webkit-transform: rotate(0) scale(1);
	transform: rotate(0) scale(1);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out
}
.destaque-zona:hover img {
	-webkit-transform: rotate(15deg) scale(1.4);
	transform: rotate(15deg) scale(1.4)
}
@media all and (-ms-high-contrast: none) , (-ms-high-contrast: active) {
	.destaques-container {
		display: flex;
		flex-wrap: wrap;
		flex-direction: column;
		height: 624px
	}
	.destaques-container img {
		max-width: 100%;
		width: 100%
	}
	.destaque-zona-1 {
		flex: 0 0 100%
	}
	.destaque-zona-2 {
		flex: 0 0 50%
	}
	.destaque-zona-3 {
		flex: 0 0 50%
	}
}
.slider-pub {
	max-width: 100%
}
.pub-permalink {
	display: block
}
.pub-home-zona-1 {
	width: 25%
}
.pub-header {
	max-width: 270px;
	right: 0;
	position: absolute
}
.slick-slide img {
	display: block;
	width: 100%
}
.publicidades-home-bottom-container {
	padding-top: 25px;
	padding-bottom: 40px;
	justify-content: space-between;
	display: flex
}
.publicidades-home-bottom-container > div {
	flex-grow: 1;
	width: 33.333333%;
	max-width: 470px
}
.pub-home-zona-2:before {
	content: 'PARCEIRO';
	left: 0;
	padding: 3px 10px;
	font-weight: 600;
	color: #fff;
	font-size: 8px;
	line-height: 18px;
	text-align: center;
	letter-spacing: .07em;
	text-transform: uppercase;
	background: #051e3b;
	display: inline-block
}
.pub-home-zona-3:before {
	content: 'PUBLICIDADE';
	left: 0;
	padding: 3px 10px;
	font-weight: 600;
	color: #fff;
	font-size: 8px;
	line-height: 18px;
	text-align: center;
	letter-spacing: .07em;
	text-transform: uppercase;
	background: #051e3b;
	display: inline-block
}
.pub-home-zona-4:before {
	content: 'PARCEIRO';
	left: 0;
	padding: 3px 10px;
	font-weight: 600;
	color: #fff;
	font-size: 8px;
	line-height: 18px;
	text-align: center;
	letter-spacing: .07em;
	text-transform: uppercase;
	background: #051e3b;
	display: inline-block
}
.pub-single-zona-1:before {
	content: 'PUBLICIDADE';
	left: 0;
	padding: 3px 10px;
	font-weight: 600;
	color: #fff;
	font-size: 8px;
	line-height: 18px;
	text-align: center;
	letter-spacing: .07em;
	text-transform: uppercase;
	background: #051e3b;
	display: inline-block
}
.pub-single-zona-2:before {
	content: 'PUBLICIDADE';
	left: 0;
	padding: 3px 10px;
	font-weight: 600;
	color: #fff;
	font-size: 8px;
	line-height: 18px;
	text-align: center;
	letter-spacing: .07em;
	text-transform: uppercase;
	background: #051e3b;
	display: inline-block
}
.pub-single-zona-3:before {
	content: 'PUBLICIDADE';
	left: 0;
	padding: 3px 10px;
	font-weight: 600;
	color: #fff;
	font-size: 8px;
	line-height: 18px;
	text-align: center;
	letter-spacing: .07em;
	text-transform: uppercase;
	background: #051e3b;
	display: inline-block
}
.single-pub-inner-content {
	width: 320px;
	float: left;
	padding-right: 15px;
	padding-top: 0;
	position: relative
}
.single-pub-inner-content:before {
	content: 'PUBLICIDADE';
	left: 0;
	padding: 3px 10px;
	font-weight: 600;
	color: #fff;
	font-size: 11px;
	line-height: 18px;
	text-align: center;
	letter-spacing: .07em;
	text-transform: uppercase;
	background: #051e3b;
	display: inline-block
}
.blisq img {
	width: 25px
}
footer {
	background: #051e3b;
	width: 100%
}
.footer-container {
	margin: 0 auto;
	max-width: 1650px;
	padding: 45px 15px;
	display: flex;
	flex-wrap: wrap
}
.social-footer {
	width: 50%;
	display: flex;
	flex-wrap: wrap-reverse;
	justify-content: space-between;
	align-items: center
}
.social-footer h4:before {
	content: '';
	width: 55px;
	height: 12px;
	background: #3b8ea6;
	display: block;
	margin-bottom: 20px
}
.social-footer h4 {
	font-style: normal;
	font-weight: 700;
	font-size: 48px;
	line-height: 55px;
	color: #fff;
	margin-bottom: 20px
}
.social-footer p {
	font-style: normal;
	font-weight: 500;
	font-size: 14px;
	line-height: 17px;
	letter-spacing: .03em;
	color: #3b8ea6;
	margin-bottom: 20px
}
.social-footer .footer-social-link {
	background: 0 0;
	margin-right: 10px;
	width: 48px;
	height: 48px;
	display: inline-flex;
	justify-content: center;
	border-radius: 50%;
	transition: background .6s;
	border: 2px solid #3b8ea6
}
.social-footer .footer-social-link:hover {
	background: #3b8ea6
}
.cta-social-img-footer {
	padding-right: 105px
}
.menu-footer {
	width: 50%;
	padding-top: 32px;
	background-image: url(assets/images/frequencia-radio-geice.svg);
	background-size: contain;
	background-repeat: no-repeat;
	background-position-x: right
}
.footer-links a {
	font-weight: 500;
	font-size: 12px;
	line-height: 20px;
	display: block;
	letter-spacing: .11em;
	text-transform: uppercase;
	color: #3b8ea6;
	margin-bottom: 3px;
	text-decoration: none;
	transition: color .3s
}
.footer-links a:hover {
	color: #2a3a78
}
.copy-footer {
	margin: 0 auto;
	max-width: 1650px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	padding: 10px 15px
}
.copy-geice {
	font-weight: 400;
	font-size: 10px;
	line-height: 18px;
	letter-spacing: .11em;
	text-transform: uppercase;
	color: #3b8ea6;
	text-decoration: none
}
.categories-only-mobile {
	display: none
}
.categories-items {
	text-align: center;
	padding: 90px 0 0
}
.categories-items .category-item {
	display: inline-block;
	background: #1e6381;
	font-weight: 600;
	font-size: 12px;
	line-height: 18px;
	text-align: center;
	letter-spacing: .07em;
	text-transform: uppercase;
	color: #fff;
	padding: 9px 15px;
	margin: 0 5px;
	transition: .3s all
}
.categories-items .category-item:hover {
	background: #2a3a78;
	text-decoration: none
}
.ultima-noticia {
	display: flex;
	flex-wrap: wrap;
	margin-top: 50px
}
.info-ultima-noticia {
	width: 50%;
	padding: 30px 25px;
	background: #fff;
	position: relative
}
.date-ultima-noticia {
	font-weight: 700;
	font-size: 14px;
	line-height: 18px;
	letter-spacing: .07em;
	color: #3b8ea6;
	margin-bottom: 25px;
	display: block;
	text-transform: uppercase
}
.title-ultima-noticia {
	font-weight: 700;
	font-size: 48px;
	line-height: 55px;
	color: #051e3b;
	margin-bottom: 40px;
	transition: .4s all;
	max-width: 750px
}
.title-ultima-noticia a {
	color: #051e3b;
	transition: .4s all;
	text-decoration: none
}
.title-ultima-noticia:hover a {
	color: #3b8ea6
}
.lead-ultima-noticia {
	font-weight: 400;
	font-size: 14px;
	line-height: 21px;
	letter-spacing: .03em;
	color: #051e3b;
	transition: .4s all;
	max-width: 750px
}
.lead-noticia-mobile-home {
	display: none
}
.lead-ultima-noticia a {
	color: #051e3b;
	transition: .4s all;
	text-decoration: none
}
.lead-ultima-noticia:hover a {
	color: #3b8ea6
}
.img-ultima-noticia {
	width: 50%;
	position: relative;
	display: flex;
	background: #fff
}
.img-ultima-noticia a {
	display: block;
	width: 100%
}
.img-ultima-noticia img {
	max-width: 100%;
	object-fit: cover;
	width: 100%;
	transition: .3s all
}
.img-ultima-noticia:hover img {
	opacity: .6
}
.info-ultima-noticia::before {
	content: attr(data-categoria);
	background: #1e6381;
	font-weight: 600;
	font-size: 12px;
	line-height: 18px;
	text-align: center;
	letter-spacing: .07em;
	text-transform: uppercase;
	color: #fff;
	position: absolute;
	top: -36px;
	left: 0;
	padding: 9px 15px
}
.box-noticia {
	position: relative;
	width: 25%;
	background: #fff
}
.box-noticia-3 {
	width: 33.333333%
}
.box-noticia-flex {
	display: flex;
	width: 100%
}
.img-box-noticia {
	position: relative
}
.img-box-noticia img {
	max-width: 100%;
	transition: .4s all
}
.img-box-noticia:hover img {
	opacity: .6
}
.img-box-noticia::before {
	content: attr(data-categoria);
	background: #1e6381;
	font-weight: 600;
	font-size: 12px;
	line-height: 18px;
	text-align: center;
	letter-spacing: .07em;
	text-transform: uppercase;
	color: #fff;
	top: 0;
	left: 0;
	padding: 3px 10px;
	display: inline-block;
	position: absolute;
	z-index: 2
}
.info-box-noticia {
	padding: 15px 10px
}
.date-box-noticia {
	font-weight: 600;
	font-size: 12px;
	line-height: 18px;
	letter-spacing: .07em;
	text-transform: uppercase;
	color: #3b8ea6;
	margin-top: 13px;
	margin-bottom: 18px
}
.title-box-noticia {
	font-style: normal;
	font-weight: 700;
	font-size: 14px;
	line-height: 17px;
	letter-spacing: .03em;
	color: #051e3b;
	margin-bottom: 15px;
	transition: .4s all;
	text-decoration: none
}
.title-box-noticia a {
	color: #051e3b;
	transition: .4s all;
	text-decoration: none
}
.title-box-noticia:hover a {
	color: #3b8ea6
}
.box-noticia-flex .img-box-noticia {
	width: 50%
}
.box-noticia-flex .info-box-noticia {
	width: 50%
}
.box-noticia-flex .title-box-noticia {
	font-weight: 500;
	font-size: 12px
}
.btn-big-mais-noticias {
	font-weight: 700;
	font-size: 24px;
	line-height: 55px;
	display: flex;
	align-items: center;
	justify-content: center;
	letter-spacing: .03em;
	color: #051e3b;
	position: relative;
	background: #f2f2f2;
	width: 25%;
	text-decoration: none;
	transition: .4s all
}
.btn-big-mais-noticias:hover {
	background: #fff;
	color: #051e3b;
	text-decoration: none
}
.btn-big-mais-noticias:after {
	content: '';
	display: inline-block;
	background-image: url(assets/images/icons/arrow-right.svg);
	width: 26px;
	height: 23px;
	right: -15px;
	transition: .4s all;
	position: relative
}
.btn-big-mais-noticias:hover:after {
	right: -30px
}
.default-section-container {
	position: relative;
	padding: 35px 30px;
	margin: 0 auto;
	background: #fff;
	margin-top: 50px;
	width: 100%
}
.feed-noticias-archive {
	column-count: 6;
	column-gap: 0;
	min-height: 150px;
	display: grid;
	grid-template-columns: repeat(5,1fr);
	grid-template-rows: auto;
	grid-column-gap: 0;
	grid-row-gap: 0
}
.box-noticia-minimal {
	position: relative;
	width: 100%;
	background: #fff
}
.feed-noticias-archive .box-noticia-minimal:nth-child(2n+1) {
	background: #f2f2f2
}
.box-noticia-minimal::before {
	content: attr(data-categoria);
	background: #1e6381;
	font-weight: 600;
	font-size: 12px;
	line-height: 18px;
	text-align: center;
	letter-spacing: .07em;
	text-transform: uppercase;
	color: #fff;
	top: 0;
	left: 0;
	padding: 3px 10px;
	display: inline-block;
	position: relative;
	z-index: 2
}
.info-box-noticia-minimal {
	padding: 25px 20px;
	height: 100%
}
.date-box-noticia-minimal {
	font-weight: 600;
	font-size: 12px;
	line-height: 18px;
	letter-spacing: .07em;
	text-transform: uppercase;
	color: #3b8ea6;
	margin-top: 4px;
	margin-bottom: 0;
	display: inline-block;
	justify-content: flex-end
}
.title-box-noticia-minimal {
	font-style: normal;
	font-weight: 500;
	font-size: 14px;
	line-height: 18px;
	letter-spacing: .03em;
	color: #051e3b;
	margin-bottom: 0;
	transition: .4s all;
	text-decoration: none;
	display: block;
	display: block;
	height: 100%
}
.title-box-noticia-minimal a {
	color: #051e3b;
	transition: .4s all;
	text-decoration: none;
	display: block;
	height: 100%
}
.title-box-noticia-minimal:hover a {
	color: #3b8ea6
}
.feed-noticias-mais-vistas-archive {
	column-count: 3;
	column-gap: 0;
	min-height: 150px;
	display: grid;
	grid-template-columns: repeat(3,1fr);
	grid-template-rows: repeat(1,1fr);
	grid-column-gap: 0;
	grid-row-gap: 0;
	grid-auto-flow: column
}
.feed-noticias-mais-vistas-archive .box-noticia-flex .title-box-noticia {
	font-weight: 500;
	font-size: 14px;
	line-height: 19px;
	margin-bottom: 0
}
.feed-noticias-mais-vistas-archive .date-box-noticia {
	margin-bottom: 25px
}
.feed-noticias-mais-vistas-archive .info-box-noticia {
	padding: 15px 10px;
	padding-left: 24px;
	padding-bottom: 0;
	padding-top: 0
}
.all-noticias-archive {
	column-count: 6;
	column-gap: 0;
	min-height: 150px;
	display: grid;
	grid-template-columns: repeat(5,1fr);
	grid-template-rows: auto;
	grid-column-gap: 0;
	grid-row-gap: 0;
	margin-bottom: 80px
}
.all-noticias-archive .box-noticia-minimal:nth-child(even) {
	background: #f2f2f2
}
.search-input {
	background: #f2f2f2;
	background-image: url(assets/images/icons/lupa.svg);
	border-radius: 87px;
	font-weight: 400;
	font-size: 12px;
	line-height: 16px;
	letter-spacing: .03em;
	color: #828282;
	padding: 15px 35px;
	border: none;
	background-repeat: no-repeat;
	background-position-x: 90%;
	background-position-y: center
}
.search-input:focus {
	outline: 0;
	-webkit-box-shadow: inset 0 0 7px 0 rgba(224,224,224);
	-moz-box-shadow: inset 0 0 7px 0 rgba(224,224,224);
	box-shadow: inset 0 0 7px 0 #e0e0e0
}
.search-input-2 {
	background: #051e3b;
	background-image: url(assets/images/icons/lupa-2.svg);
	border-radius: 87px;
	font-weight: 400;
	font-size: 14px;
	line-height: 16px;
	letter-spacing: .03em;
	color: #fff;
	padding: 15px 35px;
	border: none;
	background-repeat: no-repeat;
	background-position-x: 90%;
	background-position-y: center
}
.search-input-2::placeholder {
	color: #fff
}
.search-input-2:focus {
	outline: 0;
	-webkit-box-shadow: inset 0 0 14px 0 rgba(224,224,224);
	-moz-box-shadow: inset 0 0 14px 0 rgba(224,224,224);
	box-shadow: inset 0 0 14px 0 #e0e0e0
}
.pagination {
	display: -ms-flexbox;
	display: flex;
	padding-left: 0;
	list-style: none;
	border-radius: 0;
	justify-content: center;
	margin-bottom: 60px
}
.prev.page-numbers {
	font-weight: 500;
	font-size: 16px;
	line-height: 26px;
	text-align: center;
	letter-spacing: .01em;
	color: #3b8ea6;
	border: 1px solid #3b8ea6;
	padding: 10px 40px;
	transition: .4s all;
	background: 0 0;
	width: inherit
}
.prev.page-numbers:hover {
	background: #3b8ea6;
	color: #fff;
	text-decoration: none
}
.next.page-numbers {
	font-weight: 500;
	font-size: 16px;
	line-height: 26px;
	text-align: center;
	letter-spacing: .01em;
	color: #3b8ea6;
	border: 1px solid #3b8ea6;
	padding: 10px 40px;
	transition: .4s all;
	background: 0 0;
	width: inherit
}
.next.page-numbers:hover {
	background: #3b8ea6;
	color: #fff;
	text-decoration: none
}
.page-numbers {
	font-weight: 500;
	font-size: 16px;
	line-height: 26px;
	text-align: center;
	letter-spacing: .01em;
	color: #3b8ea6;
	padding: 0;
	transition: .4s all;
	background: 0 0;
	width: 48px;
	height: 48px;
	display: flex;
	align-items: center;
	justify-content: center
}
.page-numbers:hover {
	background: #3b8ea6;
	color: #fff;
	text-decoration: none
}
span.page-numbers.current {
	background: #051e3b;
	color: #fff
}
.no-search-result-title {
	margin-bottom: 40px;
	text-align: center;
	display: inline-block;
	position: relative;
	width: 100%;
	color: #0093ae
}
.noticias-musica-container {
	padding-top: 35px
}
.box-noticia-musica {
	position: relative;
	width: 33.333333%;
	background: #fff
}
.img-box-noticia-musica {
	position: relative
}
.img-box-noticia-musica img {
	max-width: 100%;
	transition: .4s all
}
.img-box-noticia-musica:hover img {
	opacity: .6
}
.img-box-noticia-musica::before {
	content: attr(data-categoria);
	background: #fff;
	font-weight: 600;
	font-size: 12px;
	line-height: 18px;
	text-align: center;
	letter-spacing: 3px;
	text-transform: uppercase;
	color: #fff;
	top: 0;
	left: 0;
	padding: 9px 21px;
	display: inline-block;
	position: absolute;
	z-index: 2;
	text-shadow: #000 3px 0 0, #000 2.83487px .981584px 0, #000 2.35766px 1.85511px 0, #000 1.62091px 2.52441px 0, #000 .705713px 2.91581px 0, #000 -.287171px 2.98622px 0, #000 -1.24844px 2.72789px 0, #000 -2.07227px 2.16926px 0, #000 -2.66798px 1.37182px 0, #000 -2.96998px .42336px 0, #000 -2.94502px -.571704px 0, #000 -2.59586px -1.50383px 0, #000 -1.96093px -2.27041px 0, #000 -1.11013px -2.78704px 0, #000 -.137119px -2.99686px 0, #000 .850987px -2.87677px 0, #000 1.74541px -2.43999px 0, #000 2.44769px -1.73459px 0, #000 2.88051px -.838247px 0
}
.info-box-noticia-musica {
	padding: 12px 24px 0
}
.date-box-noticia-musica {
	font-weight: 600;
	font-size: 12px;
	line-height: 18px;
	letter-spacing: .07em;
	text-transform: uppercase;
	color: #3b8ea6;
	margin-top: 13px;
	margin-bottom: 18px
}
.title-box-noticia-musica {
	font-style: normal;
	font-weight: 700;
	font-size: 24px;
	line-height: 30px;
	letter-spacing: .03em;
	color: #051e3b;
	margin-bottom: 40px;
	transition: .4s all;
	text-decoration: none
}
.title-box-noticia-musica a {
	color: #051e3b;
	transition: .4s all;
	text-decoration: none
}
.title-box-noticia-musica a:hover {
	color: #3b8ea6
}
.btn-mais-noticias-musica {
	font-weight: 600;
	font-size: 16px;
	line-height: 26px;
	text-align: center;
	letter-spacing: .01em;
	color: #fff;
	background: #3b8ea6;
	padding: 11px 35px;
	text-decoration: none;
	transition: .4s all;
	margin-bottom: 10px
}
.btn-mais-noticias-musica:hover {
	background: #2a3a78;
	text-decoration: none;
	color: #fff;
	margin-bottom: 0
}
article {
	padding-bottom: 40px
}
.single-post .menu-top .current-menu-item a:after {
	content: '';
	width: calc(100% - 30px);
	height: 8px;
	background: #3b8ea6;
	display: block;
	position: absolute;
	bottom: 0
}
.single-noticia-container {
	position: relative;
	max-width: 1200px;
	padding: 0 30px;
	margin: 0 auto;
	background: #fff;
	margin-top: 50px;
	margin-bottom: 10px;
	width: 100%
}
.single-noticia-container:before {
	content: attr(data-categoria);
	background: #3b8ea6;
	font-weight: 600;
	font-size: 12px;
	line-height: 18px;
	text-align: center;
	letter-spacing: .07em;
	text-transform: uppercase;
	color: #fff;
	position: relative;
	top: -30px;
	left: -30px;
	padding: 9px 30px
}
.single-date {
	font-weight: 600;
	font-size: 14px;
	line-height: 18px;
	letter-spacing: .07em;
	text-transform: uppercase;
	color: #3b8ea6;
	margin-top: 0;
	margin-bottom: 25px;
	display: block
}
.single-title {
	font-weight: 700;
	font-size: 48px;
	line-height: 55px;
	color: #051e3b;
	margin-bottom: 30px;
	display: block
}
.single-image {
	max-width: calc(100% + 60px);
	width: calc(100% + 60px);
	margin-left: -30px;
	margin-right: -30px;
	height: auto;
	margin-bottom: 30px
}
.lead-single {
	font-weight: 700;
	font-size: 18px;
	line-height: 28px;
	letter-spacing: .01em;
	color: #051e3b
}
.content-single {
	font-size: 14px;
	line-height: 26px;
	letter-spacing: .03em;
	color: #4f4f4f
}
.single-inner-container {
	display: inline-block;
	display: flow-root;
	flex-wrap: wrap
}
.lead-single {
	width: 66.666666%;
	order: 1;
	float: left
}
.content-single {
	width: 66.666666%;
	order: 3;
	float: left;
	padding-right: 30px;
	padding-top: 30px;
	min-height: 1075px;
}
.content-single p {
	margin-bottom: 12px !important
}
.content-single img {
	height: auto
}
.tools-single {
	width: 33.333333%;
	order: 2;
	float: right
}
.pub-single-zona-1 {
	width: 33.333333%;
	order: 4;
	height: 100%;
	float: right;
	margin-bottom: 10px
}
.pub-single-zona-2 {
	width: 33.333333%;
	order: 5;
	float: right;
	margin-bottom: 10px
}
.pub-single-zona-3 {
	width: 33.333333%;
	order: 6;
	display: inline-block;
	float: right;
	margin-bottom: 10px
}
.single-comments-container {
	position: relative;
	max-width: 1200px;
	padding: 35px 30px;
	margin: 0 auto;
	background: #fff;
	margin-top: 50px;
	margin-bottom: 10px;
	width: 100%
}
.single-comments-title {
	font-style: normal;
	font-weight: 700;
	font-size: 24px;
	line-height: 33px;
	text-transform: capitalize;
	color: #051e3b
}
.single-section-container {
	position: relative;
	max-width: 1200px;
	padding: 35px 30px;
	margin: 0 auto;
	background: #fff;
	margin-top: 50px;
	width: 100%
}
.single-section-title {
	font-style: normal;
	font-weight: 700;
	font-size: 36px;
	line-height: 33px;
	color: #051e3b;
	margin-bottom: 25px;
	margin-bottom: 40px
}
.single-noticias-musica-container {
	position: relative;
	max-width: 1200px;
	padding: 0;
	margin: 0 auto;
	background: #fff;
	margin-top: 50px;
	margin-bottom: 0;
	width: 100%
}
.single-pub-container {
	position: relative;
	max-width: 1200px;
	padding: 0;
	margin: 0 auto;
	background: 0 0;
	margin-top: 50px;
	margin-bottom: 0;
	width: 100%
}
.single-pub-container:before {
	content: 'PUBLICIDADE';
	left: 0;
	padding: 3px 10px;
	font-weight: 600;
	color: #fff;
	font-size: 11px;
	line-height: 18px;
	text-align: center;
	letter-spacing: .07em;
	text-transform: uppercase;
	background: #051e3b;
	display: inline-block
}
video {
	width: 100%;
	height: auto
}
.single-mais-vistas {
	width: 33.333333%;
	order: 5;
	float: right;
	margin-bottom: 10px
}
.single-mais-vistas-title {
	margin-top: 25px;
	font-style: normal;
	font-weight: 700;
	font-size: 24px;
	line-height: 33px;
	text-transform: capitalize;
	color: #051e3b
}
.single-podcast .mejs-controls {
	bottom: 0;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	height: 40px;
	left: 0;
	list-style-type: none;
	margin: 0
}
.top-large-container-podcast {
	margin-top: 50px;
	padding: 0
}
.single-podcast-container {
	position: relative;
	max-width: 1200px;
	padding: 0 30px;
	margin: 0 auto;
	background: #fff;
	margin-top: 50px;
	margin-bottom: 10px;
	width: 100%
}
.single-podcast-container:before {
	content: attr(data-categoria);
	background: #1e6381;
	font-weight: 600;
	font-size: 12px;
	line-height: 18px;
	text-align: center;
	letter-spacing: .07em;
	text-transform: uppercase;
	color: #fff;
	position: relative;
	top: -30px;
	left: -30px;
	padding: 9px 30px
}
.single-podcast-header {
	display: flex
}
.single-image-podcast {
	max-width: 100%;
	width: 100%;
	height: auto;
	margin-bottom: 0
}
.col-podcast-player {
	width: calc(66.666666% - 15px);
	margin-right: 15px
}
.col-podcast-player-title-box {
	padding-top: 21px;
	padding-left: 25px;
	padding-right: 25px
}
.col-podcast-tracklist {
	width: 33.333333%;
	background: #051e3b
}
.tracklist-title {
	font-weight: 700;
	font-size: 24px;
	line-height: 33px;
	color: #fff;
	padding-top: 97px;
	margin-bottom: 19px;
	padding-left: 25px
}
.tracklist-overflow {
	overflow-y: auto
}
.track-podcast {
	border-top: 1px solid #2a3a78;
	display: flex;
	width: 100%;
	background: #051e3b
}
.track-podcast.ativo {
	background: #3b8ea6
}
.track-podcast:hover {
	background: #3b8ea6
}
.track-podcast > a {
	display: flex;
	width: 100%;
	padding: 12px 24px;
	text-decoration: none !important
}
.icon-track-pod {
	display: block;
	background: url(assets/images/icons/play-outline.svg) !important;
	background-size: cover;
	width: 36px !important;
	height: 36px !important;
	margin: 0 !important;
	background-position: center center !important;
	border-radius: 50%;
	min-width: 36px;
	border: 2px solid #fff
}
.track-podcast:hover .icon-track-pod {
	display: block;
	background: url(assets/images/icons/play-mini.svg) !important;
	border: 2px solid #051e3b
}
.track-podcast.ativo .icon-track-pod {
	display: block;
	background: url(assets/images/icons/play-mini.svg) !important;
	border: 2px solid #051e3b
}
.info-track-pod {
	padding-left: 25px;
	min-width: 95px
}
.count-track-podcast {
	font-weight: 600;
	font-size: 18px;
	line-height: 24px;
	text-transform: uppercase;
	color: #fff;
	display: block
}
.date-track-podcast {
	display: block;
	font-weight: 400;
	font-size: 10px;
	line-height: 12px;
	letter-spacing: .11em;
	color: #fff;
	text-transform: uppercase
}
.title-track-podcast {
	font-weight: 500;
	font-size: 12px;
	line-height: 16px;
	letter-spacing: .03em;
	color: #fff;
	padding-left: 25px;
	margin: 0
}
.mejs-container.wp-audio-shortcode.mejs-audio {
	height: 96px !important;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 48px;
	padding-right: 48px
}
.mejs-inner {
	width: 100%
}
.mejs-container, .mejs-container .mejs-controls, .mejs-embed, .mejs-embed body {
	background: #051e3b !important
}
.mejs-time-rail .mejs-time-total .mejs-time-total {
	background: #fff
}
.mejs-controls .mejs-time-rail .mejs-time-current {
	background: #3b8ea6
}
.mejs-controls {
	bottom: inherit !important;
	height: auto !important;
	position: relative !important
}
.mejs-time-handle-content {
	border: none !important;
	height: 24px !important;
	left: -7px !important;
	top: -10px !important;
	-webkit-transform: scale(1) !important;
	-ms-transform: scale(1) !important;
	transform: scale(1) !important;
	width: 24px !important;
	border-radius: 50% !important;
	background: #3b8ea6 !important;
	box-shadow: 0 4px 4px rgba(0,0,0,.47) !important
}
.mejs-controls .mejs-time-rail .mejs-time-current {
	background: #3b8ea6
}
.mejs-time-rail {
	margin: 0 40px !important
}
.mejs-play > button {
	display: block;
	background: url(assets/images/icons/play-static-podcast.svg) !important;
	width: 48px !important;
	height: 48px !important;
	margin: 0 !important;
	background-position: center center !important
}
.mejs-button.mejs-play {
	width: 48px !important;
	height: 48px !important
}
.mejs-button.mejs-play:hover {
	opacity: .6
}
.mejs-pause > button {
	display: block;
	background: url(assets/images/icons/pausa.svg) !important;
	width: 48px !important;
	height: 48px !important;
	margin: 0 !important;
	background-position: center center !important
}
.mejs-pause.mejs-pause {
	width: 48px !important;
	height: 48px !important
}
.mejs-pause.mejs-pause:hover {
	opacity: .6
}
.mejs-time {
	font-weight: 400 !important;
	font-size: 12px !important;
	position: absolute;
	padding: 0 !important;
	top: -45px
}
.mejs-time.mejs-duration-container {
	left: 40px
}
.mejs-time.mejs-duration-container::before {
	display: inline-block;
	content: '/';
	width: 10px;
	height: 10px
}
.mejs-controls {
	align-items: center !important
}
.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
	background: #0073aa
}
.acessibilidade-title {
	font-weight: 700;
	font-size: 24px;
	line-height: 33px;
	display: block;
	text-align: center;
	text-transform: capitalize;
	color: #051e3b
}
.contraste-ativo .single-noticia-container {
	background: #000
}
.contraste-ativo .single-noticia-container * {
	color: #fff
}
.container-tools-single {
	display: flex;
	justify-content: center;
	margin-bottom: 25px;
	margin-bottom: 25px
}
.container-tools-single > div {
	display: block;
	margin-left: 15px;
	margin-right: 15px
}
.container-tools-single > div:after {
	content: attr(data-tool);
	font-size: 10px;
	line-height: 18px;
	font-weight: 600;
	display: block;
	text-align: center;
	letter-spacing: .07em;
	text-transform: uppercase;
	color: #051e3b
}
.btn-tool {
	width: 36px;
	height: 36px;
	display: inline-flex;
	justify-content: center;
	border-radius: 50%;
	transition: .4s all;
	background: 0 0;
	cursor: pointer
}
.btn-tool img {
	filter: brightness(100%)
}
.btn-tool.ativo {
	background: #051e3b;
	cursor: auto
}
.btn-tool.ativo img {
	filter: brightness(1000)
}
.btn-tool:hover {
	background: #051e3b
}
.btn-tool:hover img {
	filter: brightness(1000)
}
.contraste-ativo .btn-tool {
	
}
.contraste-ativo .btn-tool img {
	filter: brightness(1000)
}
.contraste-ativo .container-tools-single > div:after {
	color: #fff
}
.social-container {
	width: 100%;
	margin-top: 25px;
	display: block;
	float: left
}
.share-title {
	font-weight: 600;
	font-size: 12px;
	line-height: 18px;
	display: block;
	letter-spacing: .07em;
	text-transform: uppercase;
	color: #051e3b
}
.share-networks {
	padding: 0;
	margin: 0;
	list-style: none;
	display: flex;
	margin-top: 8px
}
.share-networks li a {
	display: block;
	padding: 11px 0
}
.share-networks li {
	display: inline-block;
	transition: .4s all;
	opacity: 1
}
.share-networks li:hover {
	display: inline-block;
	transition: .4s all;
	opacity: .6
}
.share-networks .facebook {
	background: #1877f2;
	text-align: center;
	width: 120px
}
.share-networks .twitter {
	background: #1da1f2;
	width: 120px;
	text-align: center
}
.podcasts-title-separador {
	font-style: normal;
	font-weight: 700;
	font-size: 36px;
	line-height: 55px;
	color: #051e3b
}
.box-podcast {
	position: relative;
	width: 33.333333%
}
.box-podcast a {
	display: block;
	position: relative;
	height: 100%
}
.box-podcast img {
	width: 100%;
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
	object-fit: cover;
	height: 100%
}
.box-podcast:hover img {
	-webkit-filter: grayscale(0);
	filter: grayscale(0)
}
.box-podcast:before {
	content: attr(data-categoria);
	background: #1e6381;
	font-weight: 600;
	font-size: 12px;
	line-height: 18px;
	text-align: center;
	letter-spacing: .07em;
	text-transform: uppercase;
	color: #fff;
	position: absolute;
	top: 0;
	left: 0;
	padding: 9px 15px;
	z-index: 6
}
.info-box-podcast {
	position: absolute;
	bottom: 0;
	padding: 25px;
	z-index: 6;
	width: 100%
}
.date-box-podcast {
	font-weight: 400;
	font-size: 14px;
	line-height: 18px;
	display: block;
	letter-spacing: .11em;
	text-transform: capitalize;
	color: #fff;
	margin-bottom: 15px;
	text-transform: uppercase
}
.title-box-podcast {
	font-weight: 600;
	font-size: 24px;
	line-height: 29px;
	letter-spacing: .03em;
	color: #fff;
	margin-bottom: 0;
	z-index: 5;
	width: calc(100% - 60px);
	position: relative;
	display: inline-block
}
.title-box-podcast:after {
	content: '';
	display: block;
	background: url(assets/images/icons/play-static.svg);
	width: 48px;
	height: 48px;
	position: absolute;
	right: -60px;
	bottom: 0
}
.single-section-container .title-box-podcast {
	font-size: 18px
}
.overlay-box-podcast {
	position: absolute;
	top: 0;
	bottom: 0;
	background: linear-gradient(135.41deg,#3b8ea6 23.9%,#1e6381 44.53%,#2a3a78 68.22%,#051e3b 89.73%,#140d20 108.16%), #051e3b;
	mix-blend-mode: multiply;
	z-index: 4;
	width: 100%;
	transition: .4s all
}
.box-podcast:hover .overlay-box-podcast {
	background: linear-gradient(360deg,#140d20 0,rgba(20,13,32,0) 59.62%);
	transition: .4s all
}
.btn-mais-podcasts {
	font-weight: 600;
	font-size: 16px;
	line-height: 26px;
	text-align: center;
	letter-spacing: .01em;
	color: #fff;
	background: #3b8ea6;
	padding: 11px 35px;
	text-decoration: none;
	transition: .4s all;
	margin-bottom: 10px
}
.btn-mais-podcasts:hover {
	background: #2a3a78;
	text-decoration: none;
	color: #fff;
	margin-bottom: 0
}
.categories-podcast {
	float: left;
	width: 33.333333%
}
.all-podcast-archive {
	width: 66.666666%;
	display: grid;
	column-count: 2;
	column-gap: 0;
	min-height: 150px;
	display: grid;
	grid-template-columns: repeat(2,1fr);
	grid-template-rows: auto;
	grid-column-gap: 0;
	grid-row-gap: 0
}
.all-podcast-archive .box-podcast {
	width: 100%
}
.categories-podcast {
	padding-right: 10px
}
.categories-podcast-menu {
	list-style: none;
	padding: 0;
	margin: 0
}
.categories-podcast-menu li:first-of-type {
	border-top: 1px solid #e0e0e0
}
.categories-podcast-menu li {
	background: #fff;
	border-bottom: 1px solid #e0e0e0;
	border-right: 1px solid #e0e0e0
}
.categories-podcast-menu li.ativo {
	background: #f2f2f2
}
.categories-podcast-menu a {
	font-weight: 600;
	font-size: 16px;
	line-height: 23px;
	letter-spacing: .01em;
	color: #051e3b;
	background: #fff;
	padding: 29px 30px;
	display: block
}
.categories-podcast-menu a:hover {
	text-decoration: none;
	color: #fff;
	background: #051e3b
}
.categories-podcast-menu a.ativo {
	text-decoration: none;
	color: #fff;
	background: #051e3b
}
.category-options-menu {
	display: none;
	font-weight: 400;
	font-size: 14px;
	line-height: 22px;
	letter-spacing: .03em;
	color: #051e3b;
	padding: 30px
}
.categories-podcast-menu li.ativo .category-options-menu {
	display: block
}
.category-description-menu {
	margin-bottom: 40px
}
#music-history {
	display: grid;
	column-count: 6;
	column-gap: 0;
	display: grid;
	grid-template-columns: repeat(6,1fr);
	grid-template-rows: auto;
	grid-column-gap: 12px;
	grid-row-gap: 12px
}
.title-music-page {
	font-weight: 700;
	font-size: 36px;
	line-height: 33px;
	display: block;
	color: #051e3b;
	padding-bottom: 35px;
	padding-top: 45px;
	background: #fff;
	margin: 0;
	padding-left: 35px
}
.music-box {
	background: #fff;
	display: flex;
	flex-wrap: wrap
}
.music-info {
	background: #fff;
	padding: 10px 15px;
	display: flex;
	width: 100%;
	flex-wrap: wrap
}
.music-artist {
	font-weight: 700;
	font-size: 16px;
	line-height: 16px;
	margin-bottom: 0;
	letter-spacing: .01em;
	color: #051e3b;
	display: block;
	width: 100%
}
.music-name {
	font-weight: 400;
	font-size: 12px;
	line-height: 16px;
	letter-spacing: .01em;
	color: #051e3b;
	display: block;
	width: 100%;
	margin-bottom: 20px
}
.music-time-info {
	display: flex;
	justify-content: space-between;
	width: 100%
}
.music-time {
	font-weight: 600;
	font-size: 12px;
	line-height: 12px;
	letter-spacing: .01em;
	color: #051e3b
}
.contact-line {
	font-weight: 600;
	font-size: 16px;
	line-height: 23px;
	letter-spacing: .01em;
	color: #3b8ea6;
	margin-bottom: 24px
}
.contact-line a {
	font-weight: 600;
	font-size: 16px;
	line-height: 23px;
	letter-spacing: .01em;
	color: #3b8ea6;
	margin-bottom: 35px;
	text-decoration: none
}
.contact-line a:hover {
	color: #051e3b;
	text-decoration: none
}
.contacts-column .contact-line:last-of-type {
	margin-bottom: 0
}
.prefix-contacts {
	color: #051e3b
}
.contact-form input[type=text] {
	background: #f2f2f2;
	border-radius: 24px;
	padding: 14.5px 32px;
	width: 100%;
	margin-bottom: 15px;
	box-shadow: none;
	border: none;
	font-weight: 500;
	font-size: 14px;
	line-height: 19px;
	letter-spacing: .03em;
	color: #051e3b
}
.contact-form input[type=email] {
	background: #f2f2f2;
	border-radius: 24px;
	padding: 14.5px 32px;
	width: 100%;
	margin-bottom: 15px;
	box-shadow: none;
	border: none;
	font-weight: 500;
	font-size: 14px;
	line-height: 19px;
	letter-spacing: .03em;
	color: #051e3b
}
.contact-form input[type=submit] {
	background: #3b8ea6;
	font-weight: 500;
	font-size: 16px;
	line-height: 26px;
	display: flex;
	align-items: center;
	text-align: center;
	letter-spacing: .01em;
	color: #fff;
	border: none;
	padding: 11px 50px;
	text-transform: lowercase;
	margin-left: auto;
	transition: .4s all
}
.contact-form input[type=submit]:hover {
	background: #051e3b
}
.contact-form textarea {
	background: #f2f2f2;
	border-radius: 24px;
	padding: 14.5px 32px;
	width: 100%;
	margin-bottom: 15px;
	box-shadow: none;
	border: none;
	font-weight: 500;
	font-size: 14px;
	line-height: 19px;
	letter-spacing: .03em;
	color: #051e3b
}
.contact-form input[type=text]::placeholder {
	font-weight: 500;
	font-size: 14px;
	line-height: 19px;
	letter-spacing: .03em;
	color: #051e3b
}
.contact-form input[type=email]::placeholder {
	font-weight: 500;
	font-size: 14px;
	line-height: 19px;
	letter-spacing: .03em;
	color: #051e3b
}
.contact-form textarea::placeholder {
	font-weight: 500;
	font-size: 14px;
	line-height: 19px;
	letter-spacing: .03em;
	color: #051e3b
}
.top-normal-container {
	margin-top: 50px
}
.col-normal-container-left {
	width: 50%;
	padding-left: 25px;
	padding-top: 150px;
	padding-bottom: 65px
}
.col-normal-container-right {
	width: 50%;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center bottom;
	background-position: top center
}
.col-left {
	width: 50%;
	padding: 45px 25px
}
.col-right {
	width: 50%;
	padding: 45px 25px
}
.title-normal-page {
	font-weight: 700;
	font-size: 48px;
	line-height: 55px;
	color: #051e3b;
	max-width: 650px;
	margin-bottom: 40px
}
.subtitle-normal-page {
	font-weight: 600;
	font-size: 16px;
	line-height: 23px;
	letter-spacing: .01em;
	color: #3b8ea6;
	margin-bottom: 35px
}
.content-normal-page {
	font-weight: 400;
	font-size: 14px;
	line-height: 26px;
	letter-spacing: .03em;
	color: #4f4f4f
}
.player-template {
	max-width: 360px;
	margin: 0 auto;
	background: #000
}
.player-template header {
	height: 48px
}
.player-template .logo-header {
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	background: #fff;
	border-bottom-right-radius: 50%;
	border-bottom-left-radius: 50%;
	transition: all .3s;
	padding: 10px 5px 15px
}
.player-template .logo-header img {
	max-height: 64px
}
.player-template .sticky-header .logo-header img {
	max-height: 47px
}
.player-template .sticky-header .logo-header {
	padding-bottom: 0;
	padding-top: 0;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0
}
.player-template .player-container {
	background: #e5e5e5
}
.player-template .tag-tocar {
	font-weight: 600;
	font-size: 12px;
	line-height: 18px;
	display: flex;
	letter-spacing: .07em;
	text-transform: uppercase;
	color: #fff;
	background: #f50302;
	position: absolute;
	bottom: 0;
	padding: 9px 51px
}
.player-template .tag-seguinte {
	font-weight: 600;
	font-size: 12px;
	line-height: 18px;
	display: inline-block;
	letter-spacing: .07em;
	text-transform: uppercase;
	color: #fff;
	background: #051e3b;
	position: relative;
	bottom: 0;
	padding: 9px 51px
}
.player-template .tag-anteriores {
	font-weight: 600;
	font-size: 12px;
	line-height: 18px;
	display: inline-block;
	letter-spacing: .07em;
	text-transform: uppercase;
	color: #fff;
	background: #051e3b;
	position: relative;
	bottom: 0;
	padding: 9px 41px
}
.player-template .current-music {
	position: relative
}
.player-template .current-music-footer {
	display: flex
}
.player-template .current-music-info {
	width: 70%
}
.player-template .player-controls {
	width: 30%;
	background: #fff;
	padding: 12px;
	padding-left: 0;
	position: relative;
	display: flex;
	flex-wrap: wrap;
	align-items: center
}
.player-template .player-controls #playbutton {
	background-size: cover;
	width: 48px !important;
	height: 48px !important;
	background-position: center center !important;
	border-radius: 50%;
	border: none;
	outline: 0 !important;
	margin-bottom: 12px;
	display: block
}
.player-template .player-controls #playbutton.play {
	background: url(assets/images/icons/play-stream.svg) !important
}
.player-template .player-controls #playbutton.pause {
	background: url(assets/images/icons/pause-stream.svg) !important
}
.player-template .player-controls #playbutton:hover {
	opacity: .7
}
.player-template .sound-control {
	width: 100%
}
.player-template .player-controls #pVolume {
	display: block;
	background-size: cover;
	width: 48px !important;
	height: 48px !important;
	background-position: center center !important;
	border-radius: 50%;
	border: none;
	outline: 0 !important;
	margin-bottom: 0
}
.player-template .player-controls #pVolume.som {
	background: url(assets/images/icons/som-3.svg) !important
}
.player-template .player-controls #pVolume.som-3 {
	background: url(assets/images/icons/som-3.svg) !important
}
.player-template .player-controls #pVolume.som-2 {
	background: url(assets/images/icons/som-2.svg) !important
}
.player-template .player-controls #pVolume.som-1 {
	background: url(assets/images/icons/som-1.svg) !important
}
.player-template .player-controls #pVolume.mute {
	background: url(assets/images/icons/player-mute.svg) !important
}
.player-template .player-controls #pVolume:hover {
	opacity: .7
}
.player-template .player-controls .control-volume {
	position: absolute;
	top: 22px;
	right: 15px;
	height: calc(100% - 24px)
}
.player-template .player-controls #audioSlider {
	border-radius: 0;
	background: #e5e5e5;
	border: none
}
.player-template .player-controls #audioSlider .ui-slider-range {
	background: #051e3b !important;
	border-radius: 0
}
.player-template .player-controls #audioSlider .ui-state-default, .ui-button, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, html .ui-button.ui-state-disabled:active, html .ui-button.ui-state-disabled:hover {
	border: none;
	background: #0093ae;
	font-weight: 400;
	color: #454545;
	border-radius: 50%;
	left: -4px;
	outline: 0 !important;
	width: 20px;
	height: 20px
}
.player-template #current-music-cover {
	position: relative
}
.player-template .current-music-info {
	padding: 16px 15px;
	background: #fff
}
.player-template #current-music-title {
	font-weight: 700;
	font-size: 36px;
	line-height: 35px;
	color: #051e3b;
	display: block;
	margin-bottom: 15px
}
.player-template #current-music-album {
	font-weight: 500;
	font-size: 14px;
	line-height: 16px;
	letter-spacing: .01em;
	color: #051e3b;
	display: block
}
.player-template .next-music {
	display: flex;
	padding: 0 16px
}
.player-template .next-music #next-music-cover {
	width: 33.333333%
}
.player-template .next-music .next-music-info {
	width: 66.666666%;
	padding: 16px 12px;
	background: #fff
}
.player-template .next-music .next-music-info #next-music-title {
	font-size: 16px;
	font-weight: 700;
	font-size: 18px;
	line-height: 26px;
	letter-spacing: .01em;
	color: #051e3b
}
.player-template .next-music .next-music-info #next-music-album {
	font-weight: 400;
	font-size: 12px;
	line-height: 16px;
	letter-spacing: .01em;
	color: #051e3b
}
.player-template #music-history-player {
	display: flex;
	overflow-x: scroll;
	padding: 25px 16px;
	background: #051e3b;
	padding-bottom: 35px
}
.player-template #music-history-player::-webkit-scrollbar-track {
	border-radius: 0;
	background-color: #f5f5f5
}
.player-template #music-history-player::-webkit-scrollbar {
	width: 12px;
	background-color: #f5f5f5
}
.player-template #music-history-player::-webkit-scrollbar-thumb {
	border-radius: 0;
	background-color: #0093ae
}
.player-template .music-line {
	min-width: 160px;
	margin-right: 2px;
	background: #fff
}
.player-template .btn-ver-todas {
	font-weight: 600;
	font-size: 16px;
	line-height: 26px;
	text-align: center;
	letter-spacing: .01em;
	color: #fff;
	background: #3b8ea6;
	padding: 11px 35px;
	text-decoration: none;
	transition: .4s all;
	margin-bottom: 10px;
	margin-top: -25px;
	z-index: 5
}
.player-template .btn-ver-todas:hover {
	font-weight: 600;
	font-size: 16px;
	line-height: 26px;
	text-align: center;
	letter-spacing: .01em;
	color: #fff;
	background: #3b8ea6;
	padding: 11px 35px;
	text-decoration: none;
	transition: .4s all;
	z-index: 2
}
.player-template .pub-player {
	width: 100%
}
.fadeIn {
	-webkit-animation: fadeIn 3s cubic-bezier(.7,0,.3,1) both;
	-moz-animation: fadeIn 3s cubic-bezier(.7,0,.3,1) both;
	-ms-animation: fadeIn 3s cubic-bezier(.7,0,.3,1) both;
	-o-animation: fadeIn 3s cubic-bezier(.7,0,.3,1) both;
	animation: fadeIn 3s cubic-bezier(.7,0,.3,1) both
}
.cookie-consent {
	position: fixed;
	width: 100%;
	bottom: 0;
	z-index: 1000;
	box-shadow: 0 2px 20px 0 #000;
	display: block;
	background: #fff;
	padding: 10px 20px
}
.cookie-consent .cookies-info-text {
	margin: 0;
	font-size: 12px;
	float: left;
	width: 50%
}
.cookie-consent .cookies-info-text strong {
	color: #3b8ea6;
	font-weight: 400
}
.cookie-consent .cookies-options-buttons {
	float: left;
	width: 50%
}
#edit-cookies {
	cursor: pointer;
	background: #3b8ea6;
	color: #fff;
	text-align: center;
	padding: 4px 15px;
	font-size: 12px
}
#accept-cookies {
	cursor: pointer;
	background: #3b8ea6;
	color: #fff;
	text-align: center;
	padding: 4px 15px;
	font-size: 12px
}
#reject-cookies {
	cursor: pointer;
	background: #3b8ea6;
	color: #fff;
	text-align: center;
	padding: 4px 15px;
	font-size: 12px
}
#edit-cookies:hover {
	background: #acacac
}
#accept-cookies:hover {
	background: #acacac
}
#reject-cookies:hover {
	background: #acacac
}
.cookie-preferences-modal {
	display: none;
	color: #333;
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 1000;
	top: 0;
	left: 0;
	overflow-y: auto;
	background: rgba(4,4,4,.85)
}
.cookie-preferences-modal-inner {
	overflow-y: auto;
	overflow-x: hidden;
	max-width: 320px;
	margin: 0 auto;
	padding: 25px;
	z-index: 1001;
	background: #fff;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%)
}
.cookie-preferences-modal-inner h4 {
	color: #3b8ea6;
	text-transform: uppercase;
	font-weight: 700;
	margin-bottom: 15px
}
.cookie-preferences-modal-inner .cookie-title {
	color: #9e9e9e;
	text-transform: uppercase;
	font-weight: 700;
	margin-bottom: 15px;
	font-size: 13px
}
.cookie-preferences-modal button {
	cursor: pointer;
	border: 1px solid #3b8ea6;
	padding: 7px;
	margin-top: 10px;
	display: block;
	transition: .5s all;
	width: 100%;
	background: 0 0;
	color: #3b8ea6;
	text-transform: uppercase
}
.cookie-description {
	font-size: 12px
}
.switch {
	display: block;
	margin: 12px auto;
	margin-bottom: 30px;
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: 56px;
	height: 20px;
	padding: 0;
	background-color: #fff;
	box-shadow: inset 0 -1px #fff, inset 0 1px 1px rgba(0,0,0,.05);
	cursor: pointer;
	background-image: -webkit-linear-gradient(top,#eee,#fff 25px);
	background-image: -moz-linear-gradient(top,#eee,#fff 25px);
	background-image: -o-linear-gradient(top,#eee,#fff 25px);
	background-image: linear-gradient(to bottom,#eee,#fff 25px)
}
.switch-disabled {
	pointer-events: none;
	cursor: not-allowed !important
}
.switch-input {
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0
}
.switch-label {
	position: relative;
	display: block;
	height: inherit;
	font-size: 12px;
	text-transform: uppercase;
	background: #eceeef;
	border-radius: inherit;
	box-shadow: inset 0 1px 2px rgba(0,0,0,.12), inset 0 0 2px rgba(0,0,0,.15);
	-webkit-transition: .15s ease-out;
	-moz-transition: .15s ease-out;
	-o-transition: .15s ease-out;
	transition: .15s ease-out;
	-webkit-transition-property: opacity background;
	-moz-transition-property: opacity background;
	-o-transition-property: opacity background;
	transition-property: opacity background
}
.switch-label:after, .switch-label:before {
	position: absolute;
	top: 50%;
	margin-top: -.5em;
	line-height: 1;
	-webkit-transition: inherit;
	-moz-transition: inherit;
	-o-transition: inherit;
	transition: inherit
}
.switch-label:before {
	content: attr(data-off);
	right: 11px;
	color: #aaa;
	text-shadow: 0 1px rgba(255,255,255,.5)
}
.switch-label:after {
	content: attr(data-on);
	left: 11px;
	color: #fff;
	text-shadow: 0 1px rgba(0,0,0,.2);
	opacity: 0
}.switch-input:checked~
.switch-label {
	background: #3b8ea6;
	box-shadow: inset 0 1px 2px rgba(0,0,0,.15), inset 0 0 3px rgba(0,0,0,.2)
}.switch-input:checked~
.switch-label:before {
	opacity: 0
}.switch-input:checked~
.switch-label:after {
	opacity: 1
}
.switch-handle {
	position: absolute;
	top: 0;
	left: 0;
	width: 20px;
	height: 20px;
	background: #fff;
	box-shadow: 1px 1px 5px rgba(0,0,0,.2);
	background-image: -webkit-linear-gradient(top,#fff 40%,#f0f0f0);
	background-image: -moz-linear-gradient(top,#fff 40%,#f0f0f0);
	background-image: -o-linear-gradient(top,#fff 40%,#f0f0f0);
	background-image: linear-gradient(to bottom,#fff 40%,#f0f0f0);
	-webkit-transition: left .15s ease-out;
	-moz-transition: left .15s ease-out;
	-o-transition: left .15s ease-out;
	transition: left .15s ease-out
}
.switch-handle:before {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -6px 0 0 -6px;
	width: 12px;
	height: 12px;
	background: #f9f9f9;
	border-radius: 6px;
	box-shadow: inset 0 1px rgba(0,0,0,.02);
	background-image: -webkit-linear-gradient(top,#eee,#fff);
	background-image: -moz-linear-gradient(top,#eee,#fff);
	background-image: -o-linear-gradient(top,#eee,#fff);
	background-image: linear-gradient(to bottom,#eee,#fff)
}.switch-input:checked~
.switch-handle {
	left: 40px;
	box-shadow: -1px 1px 5px rgba(0,0,0,.2)
}.switch-green>.switch-input:checked~
.switch-label {
	background: #3b8ea6
}
.popup-main {
	display: flex;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #0093ae63;
	z-index: 1000;
	align-items: center;
	justify-content: center
}
.popup-btn-close {
	font-weight: 600;
	font-size: 14px;
	line-height: normal;
	text-align: center;
	letter-spacing: .01em;
	color: #fff;
	background: #3b8ea6;
	padding: 10px 25px;
	text-decoration: none;
	transition: .4s all;
	margin-bottom: 0;
	cursor: pointer;
	display: inline-block;
	transition: .4s all
}
.popup-btn-close:hover {
	color: #fff;
	background: #051e3b
}
.popup-main-container {
	max-width: 1024px
}
.popup-main .mejs-controls {
	display: none !important;
	visibility: hidden !important
}
#current-music-cover img {
	width: 100%
}
.single-author {
	display: block;
	font-size: 12px;
	font-weight: 400
}
.btn-open-search {
	cursor: pointer
}
.form-header {
	visibility: hidden;
	opacity: 0;
	transition: visibility 0s, opacity .3s linear;
	position: absolute;
	top: 0;
	width: 100%;
	height: 100vh;
	background: #7b6e6e7a;
	z-index: 100;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	padding: 50px
}
.form-header-ativo {
	visibility: visible;
	opacity: 1;
	transition: visibility 0s, opacity .3s linear
}
.form-header .search-input {
	background: #f2f2f2;
	border-radius: 0;
	font-weight: 400;
	font-size: 16px;
	line-height: 15px;
	letter-spacing: .03em;
	color: #828282;
	padding: 24px 40px;
	border: none;
	background-repeat: no-repeat;
	background-position-x: 90%;
	background-position-y: center;
	min-width: inherit;
	width: 90%
}
.form-header-close {
	cursor: pointer;
	display: block;
	background: #5a7e8b;
	padding: 26px 0;
	color: #fff;
	font-weight: 600;
	font-size: 14px;
	letter-spacing: 2px;
	transition: .6s all;
	width: 10%;
	text-align: center
}
.form-header-close:hover {
	background: #051e3b
}
.404-container {
	min-height: 100vh;
	display: flex
}
a.single-donwload-audio {
	background: #3b8ea6;
	color: #fff;
	padding: 15px;
	display: inline-block;
	text-transform: uppercase;
	font-weight: 300;
	text-decoration: none
}
a.single-donwload-audio:hover {
	background: #fff;
	color: #3b8ea6;
	text-decoration: none
}
#menu-top li:hover .sub-menu {
    display: block;
    z-index: 11;
    visibility: visible;
    opacity:1;
}
.404-container{
	min-height: 100vh;
}
@media (max-width: 1600px) {
	.large-container {
		max-width: 1380px
	}
	.menu-top {
		padding-left: 15px
	}
	.menu-top li a {
		font-size: 14px
	}
	.logo-header img {
		max-width: 150px
	}
	.social-footer {
		width: 60%
	}
	.menu-footer {
		width: 40%
	}
	.title-player {
		font-size: 16px
	}
	.musica-atual-player {
		font-size: 11px
	}
	.title-ultima-noticia {
		font-size: 40px;
		line-height: 48px
	}
	.destaque-zona-1 h3 {
		font-weight: 700;
		font-size: 40px;
		line-height: 40px
	}
	.title-box-noticia-musica {
		font-size: 20px;
		line-height: 26px
	}
	.btn-mais-noticias-musica {
		font-size: 14px
	}
	.podcasts-title-separador {
		font-size: 40px;
		line-height: 48px
	}
	.footer-container {
		max-width: 1380px
	}
	.img-box-noticia-musica::before {
		content: attr(data-categoria);
		background: #fff;
		font-weight: 600;
		font-size: 10px
	}
	.single-title {
		font-size: 40px;
		line-height: 48px
	}
	.single-pub-container {
		max-width: 760px
	}
	.social-footer h4 {
		font-size: 40px;
		line-height: 46px
	}
	.title-box-podcast {
		font-size: 22px;
		line-height: 27px
	}
	.category-options-menu {
		font-size: 13px;
		line-height: 22px
	}
	.top-large-container-podcast {
		max-width: 1200px
	}
	.btn-mais-podcasts {
		font-size: 14px
	}
}
@media (max-width: 1500px) {
	.player-header {
		padding-right: 40px
	}
}
@media (max-width: 1400px) {
	.large-container {
		max-width: 1100px
	}
	.destaque-zona-2 h3 {
		font-size: 24px;
		line-height: 22px
	}
	.destaque-zona-3 h3 {
		font-size: 24px;
		line-height: 22px
	}
	.title-ultima-noticia {
		font-size: 27px;
		line-height: 30px;
		margin-bottom: 25px
	}
	.date-ultima-noticia {
		font-size: 13px;
		line-height: 15px;
		margin-bottom: 15px
	}
	.player-header .capa-player {
		width: 52px;
		height: 52px;
		margin-right: 15px;
		min-width: 52px
	}
	.player-header .capa-player::before {
		width: 52px;
		height: 52px
	}
	.capa-player img {
		width: 35px;
		height: 35px;
		border-radius: 50%
	}
	.menu-top-container {
		height: 112px
	}
	.logo-header img {
		max-width: 130px
	}
	.pub-header {
		max-width: 250px
	}
	.pub-header {
		max-width: 250px
	}
	.sticky-header .logo-header img {
		max-width: 125px
	}
	.title-box-noticia {
		font-size: 13px
	}
	.btn-big-mais-noticias {
		font-size: 20px
	}
	.title-box-noticia-musica {
		font-size: 16px;
		line-height: 20px
	}
	.info-ultima-noticia::before {
		font-size: 10px;
		line-height: 10px;
		top: -28px;
		padding: 9px 15px
	}
	.podcasts-title-separador {
		font-size: 33px;
		line-height: 43px
	}
	.title-box-podcast {
		font-size: 17px;
		line-height: 20px
	}
	.date-box-podcast {
		font-size: 13px;
		line-height: 11px;
		margin-bottom: 10px
	}
	.footer-container {
		padding: 45px 30px
	}
	.feed-noticias-archive {
		column-count: 3;
		grid-template-columns: repeat(3,1fr)
	}
	.title-box-noticia-minimal {
		font-size: 13px;
		line-height: 17px
	}
	.single-section-title {
		font-size: 33px
	}
	.single-noticia-container {
		max-width: 1100px
	}
	.single-comments-container {
		max-width: 1100px
	}
	.single-section-container {
		max-width: 1100px
	}
	.single-podcast-container {
		max-width: 1100px
	}
	.normal-container {
		max-width: 1100px
	}
	.col-normal-container-left {
		padding-top: 40px;
		padding-bottom: 65px
	}
	.col-normal-container-right {
		background-position: center bottom
	}
	#music-history {
		column-count: 5;
		grid-template-columns: repeat(5,1fr)
	}
	.title-normal-page {
		font-size: 38px;
		line-height: 47px
	}
	.title-music-page {
		font-weight: 700;
		font-size: 28px
	}
	.search-input-2 {
		font-size: 13px;
		line-height: 16px;
		padding: 15px 25px
	}
	.music-artist {
		font-size: 14px
	}
	.music-name {
		font-size: 11px
	}
	.single-date {
		font-size: 13px;
		margin-bottom: 15px
	}
	.single-title {
		font-size: 36px;
		line-height: 43px
	}
	.single-noticia-container:before {
		font-size: 10px
	}
	.img-box-noticia::before {
		font-size: 10px
	}
	.box-noticia-minimal::before {
		font-size: 10px
	}
	.social-footer .footer-social-link {
		width: 40px;
		height: 40px
	}
	input[type=checkbox] {
		width: 20px;
		height: 20px
	}
	.contact-form textarea, .contact-form textarea::placeholder {
		font-size: 12px
	}
	.contact-form input[type=submit] {
		font-size: 14px;
		line-height: 19px
	}
	.contact-form input[type=text] {
		font-size: 12px
	}
	.contact-form input[type=text]::placeholder {
		font-size: 12px
	}
	.contact-form input[type=email]::placeholder {
		font-size: 12px
	}
	.player-header {
		right: 250px
	}
}
@media (max-width: 1366px) {
	.menu-top li a {
		font-size: 13px;
		padding: 0 10px
	}
	.footer-container {
		padding: 30px
	}
	.player-header .btn-play img {
		width: 12px
	}
}
@media (max-width: 1280px) {
	.player-header {
		padding-right: 20px
	}
}
@media (max-width: 1250px) {
	.cta-social-img-footer {
		padding-right: 40px
	}
}
@media (max-width: 1200px) {
	header {
		height: 112px
	}
	.sub-menu.sub-menu-open {
		visibility: hidden;
		opacity: 0;
		display: none
	}
	#btn-menu-mobile {
		display: block;
		border: none;
		padding: 15px 0;
		margin-left: 0;
		outline: 0 !important;
		background: #e0e0e0;
		height: 100%;
		width: 112px;
		text-align: center;
		transition: .4s all;
		z-index: 11
	}
	#btn-menu-mobile:hover {
		background: #f2f2f2
	}
	#btn-menu-mobile span {
		height: 2px;
		width: 36px;
		background: #051e3b;
		display: block;
		transition: .4s all;
		margin: 0 auto;
		margin-bottom: 5px;
		transition: .4s all
	}
	#btn-menu-mobile:hover span {
		background: #3b8ea6
	}
	.player-header {
		padding-right: 0;
		position: relative;
		right: inherit;
		padding-left: 25px
	}
	.menu-top-container {
		display: flex;
		position: fixed;
		top: 0;
		right: -100vw;
		background: #e0e0e0;
		width: 100%;
		height: 100%;
		z-index: 10;
		justify-content: center;
		align-items: center;
		transition: .4s all
	}
	.menu-top-ativo.menu-top-container {
		display: flex;
		position: fixed;
		top: 0;
		right: 0;
		background: #e0e0e0;
		width: 100%;
		height: 100%;
		z-index: 10;
		justify-content: center;
		align-items: center;
		transition: .4s all
	}
	.btn-menu-opened#btn-menu-mobile {
		background: #f2f2f2
	}
	.btn-menu-opened#btn-menu-mobile span {
		background: #3b8ea6
	}
	.btn-menu-opened#btn-menu-mobile:hover {
		background: #e0e0e0
	}
	.btn-menu-opened#btn-menu-mobile:hover span {
		background: #051e3b
	}
	.btn-menu-opened#btn-menu-mobile span:nth-child(1) {
		transform: rotate(45deg);
		transform-origin: 10% 10%
	}
	.btn-menu-opened#btn-menu-mobile span:nth-child(2) {
		transform: rotate(-45deg);
		transform-origin: 10% 90%;
		margin-top: 18px
	}
	.menu-top {
		padding-left: 0;
		display: block;
		width: 320px;
		height: auto
	}
	.menu-top li {
		transition: all .3s;
		height: auto;
		text-align: center;
		padding: 0;
		display: table
	}
	.menu-top li a {
		font-size: 30px;
		padding: 15px 10px
	}
	.menu-top li:hover a:after {
		content: '';
		width: calc(100%);
		height: 8px;
		background: #3b8ea6;
		display: block;
		position: absolute;
		bottom: 0
	}
	.menu-top .current-menu-item a:after {
		content: '';
		width: calc(100%);
		height: 8px;
		background: #3b8ea6;
		display: block;
		position: absolute;
		bottom: 0
	}
	.categories-only-mobile {
		display: block
	}
}
@media (max-width: 1150px) {
	.cta-social-img-footer {
		display: none
	}
	.social-footer h4 {
		font-size: 30px;
		line-height: 35px
	}
	.footer-container {
		padding: 15px 30px 0 30px
	}
	.social-footer {
		width: 50%
	}
	.single-title {
		font-size: 27px;
		line-height: 36px
	}
	.lead-single {
		font-size: 16px;
		line-height: 24px
	}
	.content-single {
		font-size: 13px
	}
	.single-section-title {
		font-size: 24px;
		line-height: inherit
	}
	.categories-podcast-menu a {
		font-size: 15px;
		line-height: 21px;
		padding: 20px 25px;
		display: block
	}
	.categories-podcast {
		width: 30%
	}
	.all-podcast-archive {
		width: 70%
	}
	.track-podcast .icon-track-pod {
		display: none
	}
	.track-podcast.ativo .icon-track-pod {
		display: none
	}
	.info-track-pod {
		padding-left: 0
	}
	.page-numbers {
		width: 33px;
		height: 33px
	}
	.next.page-numbers {
		font-size: 13px;
		padding: 5px 30px;
		width: inherit
	}
	.title-normal-page {
		font-size: 27px;
		line-height: normal
	}
	.content-normal-page {
		font-size: 13px;
		line-height: 23px
	}
	.subtitle-normal-page {
		font-size: 14px;
		line-height: 22px
	}
	.btn-mais-noticias-musica {
		font-size: 13px
	}
	.btn-mais-podcasts {
		font-size: 13px
	}
}
@media (max-width: 1100px) {
	.box-noticia-flex .img-box-noticia {
		width: 100%;
		display: none
	}
	.box-noticia-flex {
		flex-wrap: wrap
	}
	.box-noticia-flex .info-box-noticia {
		width: 100%
	}
	.box-noticia-flex .title-box-noticia {
		font-weight: 500;
		font-size: 12px;
		margin-bottom: 0
	}
	.info-box-noticia {
		padding: 15px 0
	}
}
@media (max-width: 1024px) {
	.col-podcast-player {
		width: calc(55% - 15px)
	}
	.col-podcast-tracklist {
		width: 45%
	}
	.mejs-container.wp-audio-shortcode.mejs-audio {
		height: 70px !important
	}
	.large-container {
		max-width: 900px
	}
	.single-noticia-container {
		max-width: 900px
	}
	.single-comments-container {
		max-width: 900px
	}
	.single-section-container {
		max-width: 900px
	}
	.single-podcast-container {
		max-width: 900px
	}
	.normal-container {
		max-width: 900px
	}
	.tracklist-title {
		font-size: 18px
	}
	.track-podcast:hover .icon-track-pod {
		display: none
	}
	.destaque-zona-1 h3 {
		font-weight: 700;
		font-size: 21px;
		line-height: normal
	}
	.destaque-zona-2 h3 {
		font-size: 19px;
		line-height: normal
	}
	.destaque-zona-3 h3 {
		font-size: 19px;
		line-height: normal
	}
	.destaque-zona-2 h3 {
		font-size: 19px;
		line-height: normal
	}
	.title-box-podcast {
		font-size: 14px;
		line-height: normal
	}
	.title-box-podcast:after {
		display: none
	}
	.title-box-noticia-musica {
		font-size: 14px;
		line-height: 18px
	}
	.single-section-container .title-box-podcast {
		font-size: 14px
	}
	.info-box-podcast {
		padding: 15px
	}
	.no-search-result-title {
		padding: 30px 0;
		font-size: 20px
	}
	.form-header .search-input {
		background: #f2f2f2;
		border-radius: 0;
		font-weight: 400;
		font-size: 15px;
		line-height: 15px;
		letter-spacing: .03em;
		color: #828282;
		padding: 22px 30px;
		border: none;
		background-repeat: no-repeat;
		background-position-x: 90%;
		background-position-y: center;
		min-width: inherit;
		width: 80%
	}
	.form-header-close {
		cursor: pointer;
		display: block;
		background: #5a7e8b;
		padding: 26px 0;
		color: #fff;
		font-weight: 600;
		font-size: 11px;
		letter-spacing: 2px;
		transition: .6s all;
		width: 20%;
		text-align: center
	}
}
@media (max-width: 925px) {
	.btn-tool {
		background: #fff !important
	}
	.btn-tool.ativo {
		background: #051e3b !important
	}
	.btn-tool img {
		filter: brightness(0) !important
	}
	.btn-tool.ativo img {
		filter: brightness(1000) !important
	}
	article {
		margin: 0 auto;
		padding: 0 113px
	}
	.single-inner-container {
		display: flex
	}
	.single-image {
		margin-bottom: 15px
	}
	.lead-single {
		width: 100%;
		order: 1;
		margin-bottom: 15px
	}
	.tools-single {
		width: 100%;
		order: 2;
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		margin-bottom: 15px
	}
	.tools-single h3 {
		display: none
	}
	.container-tools-single {
		margin: 0
	}
	.pub-single-zona-1 {
		width: calc(100%);
		order: 3;
		margin: 0;
		margin-right: 15px
	}
	.pub-single-zona-2 {
		width: calc(100%);
		margin: 0;
		order: 6
	}
	.content-single {
		width: 100%;
		order: 5;
		margin-top: 15px;
		min-height: auto;
		padding: 0
	}
	.pub-single-zona-3 {
		width: 100%;
		order: 6
	}
	.single-mais-vistas {
		width: 100%;
		order: 7
	}
	.social-container {
		margin-bottom: 25px
	}
	.box-podcast {
		position: relative;
		width: 290px;
		min-width: 290px
	}
	.flex-container-scroll {
		display: flex;
		overflow-x: scroll;
		flex-wrap: nowrap
	}
	.box-noticia-musica {
		min-width: 290px
	}
	.box-noticia-3 {
		width: 50%
	}
	.info-box-noticia {
		padding: 15px 10px
	}
	.single-podcast-header {
		display: flex;
		flex-wrap: wrap
	}
	.col-podcast-player {
		width: 100%;
		min-width: calc(100%)
	}
	.col-podcast-tracklist {
		width: 100%
	}
	.tracklist-title {
		font-size: 18px;
		padding: 0 15px;
		text-align: center;
		letter-spacing: 3.5px;
		text-transform: uppercase;
		background: #384182;
		margin: 0
	}
	.tracklist-title {
		font-size: 18px;
		padding: 15px 15px;
		text-align: center;
		letter-spacing: 3.5px;
		text-transform: uppercase;
		background: #384182;
		margin: 0
	}
	.tracklist-overflow {
		overflow-y: auto;
		max-height: 400px
	}
	.category-options-menu {
		padding: 15px
	}
	.category-description-menu {
		margin-bottom: 15px
	}
	.category-options-menu .search-input-2 {
		font-size: 12px;
		line-height: 14px;
		padding: 13px 20px;
		width: 100%
	}
	.col-normal-container-left {
		padding-top: 40px;
		padding-bottom: 65px;
		width: 100%;
		padding: 30px 15px;
		z-index: 2;
		position: relative
	}
	.col-normal-container-right {
		background-position: center bottom;
		position: absolute;
		top: 0;
		display: block;
		height: 100%;
		width: 100%;
		z-index: 1;
		opacity: .65
	}
	.top-normal-container .flex-container {
		display: flex;
		flex-wrap: wrap;
		position: relative
	}
	.form-contacts-container .col-right {
		width: 100%;
		order: 1;
		display: none
	}
	.form-contacts-container .col-left {
		width: 100%;
		order: 2
	}
	.all-noticias-archive {
		column-count: 3;
		grid-template-columns: repeat(3,1fr)
	}
}
@media (max-width: 900px) {
	#btn-menu-mobile {
		display: block;
		border: none;
		padding: 15px 0;
		margin-left: 0;
		outline: 0 !important;
		background: #e0e0e0;
		height: 100%;
		width: 70px
	}
	.copy-footer .blisq img {
		width: 28px
	}
	article {
		margin: 0 auto;
		padding: 0 71px
	}
	.noticias-musica-container {
		flex-wrap: nowrap;
		overflow-x: scroll
	}
	.info-ultima-noticia {
		width: 50%;
		padding: 15px 15px
	}
	.title-ultima-noticia {
		font-size: 20px;
		line-height: 25px;
		margin-bottom: 15px
	}
	.home-feed-news .box-noticia {
		width: 33.333333%
	}
	.pub-home-zona-1 {
		width: 33.333333%;
		order: 2
	}
	.btn-big-mais-noticias {
		width: 100%;
		order: 3
	}
	.btn-mais-noticias-musica {
		font-size: 12px
	}
	.btn-mais-podcasts {
		font-size: 12px
	}
	.title-box-noticia {
		font-size: 12px;
		font-weight: 500
	}
	.title-box-noticia a {
		font-size: 12px;
		font-weight: 500
	}
	.podcasts-bottom-container {
		flex-wrap: nowrap;
		overflow-x: scroll
	}
}
@media (max-width: 800px) {
	.categories-items {
		padding: 60px 0 0 0
	}
	.player-header {
		padding-left: 10px
	}
	.logo-header img {
		max-width: 100px
	}
	.sticky-header .logo-header img {
		max-width: 100px
	}
	header {
		height: 90px
	}
	.pub-header {
		max-width: 207px
	}
	.title-player {
		font-size: 14px
	}
	.musica-atual-player {
		font-size: 10px
	}
	.artista-atual-player {
		font-weight: 300;
		font-size: 10px
	}
	.info-player {
		max-width: 130px
	}
	.logo-header {
		padding-bottom: 25px;
		padding-top: 20px
	}
	#btn-menu-mobile {
		width: 60px
	}
	#music-history {
		column-count: 4;
		grid-template-columns: repeat(4,1fr)
	}
	.destaque-zona-1 .destaque-info {
		position: absolute;
		padding: 15px;
		width: 100%;
		max-width: 100%;
		bottom: 0;
		background: rgba(0,0,0,.6)
	}
	.destaque-zona-2 .destaque-info {
		position: absolute;
		padding: 15px;
		width: 100%;
		bottom: 0;
		background: rgba(0,0,0,.6)
	}
	.destaque-zona-3 .destaque-info {
		position: absolute;
		padding: 15px;
		width: 100%;
		bottom: 0;
		background: rgba(0,0,0,.6)
	}
	.info-box-noticia {
		padding: 10px 10px
	}
	.lead-ultima-noticia {
		font-size: 12px;
		line-height: 17px
	}
	.title-ultima-noticia {
		font-size: 16px;
		line-height: 20px
	}
	.destaque-zona-1 h3 {
		font-size: 12px;
		line-height: normal;
		letter-spacing: .5px;
		margin: 0;
		font-weight: 600
	}
	.destaque-zona-2 h3 {
		font-size: 12px;
		line-height: normal;
		letter-spacing: .5px;
		margin: 0;
		font-weight: 600
	}
	.destaque-zona-3 h3 {
		font-size: 12px;
		line-height: normal;
		letter-spacing: .5px;
		margin: 0;
		font-weight: 600
	}
	.destaque-zona-1 .destaque-info-text {
		font-weight: 400;
		font-size: 11px
	}
	.destaque-zona-2 .destaque-info-text {
		font-weight: 400;
		font-size: 11px
	}
	.destaque-zona-3 .destaque-info-text {
		font-weight: 400;
		font-size: 11px
	}
	.pub-home-zona-2:before {
		font-size: 10px;
		line-height: 15px
	}
	.pub-home-zona-3:before {
		font-size: 10px;
		line-height: 15px
	}
	.pub-home-zona-4:before {
		font-size: 10px;
		line-height: 15px
	}
	.pub-home-zona-2:before {
		font-size: 10px;
		line-height: 15px
	}
	.pub-home-zona-2:before {
		font-size: 10px;
		line-height: 15px
	}
	.pub-single-zona-1:before {
		font-size: 10px;
		line-height: 15px
	}
	.pub-single-zona-2:before {
		font-size: 10px;
		line-height: 15px
	}
	.pub-single-zona-3:before {
		font-size: 10px;
		line-height: 15px
	}
	.pub-single-zona-4:before {
		font-size: 10px;
		line-height: 15px
	}
	.pub-single-zona-5:before {
		font-size: 10px;
		line-height: 15px
	}
	.all-podcast-archive {
		column-count: 1;
		grid-template-columns: repeat(1,1fr)
	}
	.box-noticia-minimal::before {
		padding: 7px 10px
	}
}
@media (max-width: 790px) {
	article {
		margin: 0 auto;
		padding: 0 60px
	}
}
@media (max-width: 770px) {
	.info-player {
		max-width: 115px
	}
	.cookie-preferences-modal-inner {
		width: 100%
	}
}
@media (max-width: 750px) {
	.categories-podcast-menu a {
		font-size: 14px
	}
	.category-description-menu {
		margin-bottom: 15px;
		font-size: 12px;
		line-height: normal
	}
	.menu-footer {
		width: 50%
	}
	.box-noticia:nth-child(1) {
		width: 50%
	}
	.box-noticia:nth-child(2) {
		width: 50%
	}
	.box-noticia {
		width: 33.333333%
	}
	.home-feed-news .box-noticia {
		width: 100%;
		display: flex
	}
	.home-feed-news .img-box-noticia {
		width: 50%
	}
	.home-feed-news .info-box-noticia {
		width: 50%
	}
	.home-feed-news .title-box-noticia a {
		font-weight: 700;
		font-size: 16px;
		line-height: 20px
	}
	.home-feed-news .date-box-noticia {
		font-size: 13px;
		line-height: 15px;
		margin-bottom: 15px;
		display: block
	}
	.home-feed-news .box-noticia:nth-child(2) .img-box-noticia {
		order: 2
	}
	.home-feed-news .box-noticia:nth-child(2) .info-box-noticia {
		order: 1
	}
	.home-feed-news .lead-noticia-mobile-home {
		display: block
	}
	.pub-home-zona-1 {
		width: 50%
	}
	.btn-big-mais-noticias {
		width: 50%
	}
	.box-noticia-3 {
		width: 50%
	}
}
@media (max-width: 700px) {
	article {
		padding: 0 15px
	}
	header {
		height: auto;
		flex-wrap: wrap;
		align-items: unset;
		position: relative
	}
	.player-header {
		padding-left: 0;
		width: calc(100% - 270px);
		order: 1;
		padding: 20px 15px;
		background: #051e3b;
		height: 120px
	}
	.player-header span {
		color: #fff
	}
	.pub-header {
		max-width: inherit;
		width: 270px;
		order: 2
	}
	.logo-header {
		position: relative;
		top: 0;
		left: 0;
		transform: translateX(0);
		background: #fff;
		border-bottom-right-radius: 0;
		border-bottom-left-radius: 0;
		padding-bottom: 0;
		padding-left: 0;
		padding-top: 0;
		padding-right: 0;
		transition: all .3s;
		order: 3;
		width: 100%;
		text-align: center;
		height: 50px;
		z-index: 2
	}
	.logo-header::before {
		content: '';
		width: 100px;
		height: 100px;
		background: #fff;
		display: block;
		position: absolute;
		left: 50%;
		transform: translateX(-50%);
		border-radius: 50%;
		top: -25px;
		transition: .4s all
	}
	.sticky-header .logo-header {
		padding-bottom: 0;
		padding-top: 0;
		height: 60px
	}
	.sticky-header .logo-header::before {
		width: 0;
		height: 0;
		top: 0;
		transition: .4s all
	}
	.sticky-header .logo-header img {
		max-width: 73px;
		top: 5px
	}
	#btn-menu-mobile {
		order: 4;
		position: absolute;
		right: 0;
		bottom: 0;
		height: 50px;
		background: 0 0 !important
	}
	.sticky-header #btn-menu-mobile {
		height: 60px
	}
	.info-player {
		max-width: 180px
	}
	.logo-header img {
		max-width: 115px;
		top: -15px;
		position: relative
	}
	.sticky-header .logo-header {
		position: fixed;
		top: 0
	}
	.sticky-header #btn-menu-mobile {
		position: fixed;
		top: 0
	}
	.destaques-container {
		grid-template-columns: auto;
		grid-template-rows: auto;
		padding: 30px 15px
	}
	.destaque-zona-1 {
		grid-row: unset;
		margin-bottom: 15px
	}
	.destaque-zona-2 {
		grid-row: unset;
		margin-bottom: 15px
	}
	.destaque-zona-3 {
		grid-row: unset
	}
}
@media (max-width: 650px) {
	#music-history {
		column-count: 3;
		grid-template-columns: repeat(3,1fr);
		padding: 0 15px
	}
	.categories-podcast {
		width: 100%;
		padding: 0
	}
	.all-podcast-archive {
		column-count: 1;
		grid-template-columns: repeat(1,1fr);
		width: 100%
	}
}
@media (max-width: 600px) {
	.single-title {
		font-size: 18px;
		line-height: 25px
	}
	.single-date {
		font-size: 12px;
		margin-bottom: 10px
	}
	.box-noticia {
		width: 50%
	}
	.img-ultima-noticia img {
		max-width: 100%;
		object-fit: cover;
		width: 100%;
		transition: .3s all;
		height: 100%
	}
	.img-box-noticia a {
		display: block;
		height: 100%
	}
	.img-box-noticia img {
		max-width: 100%;
		transition: .4s all;
		height: 100%;
		width: 100%;
		object-fit: cover
	}
	.all-podcast-archive .box-podcast {
		width: 100%;
		min-width: auto
	}
}
@media (max-width: 550px) {
	.pub-header {
		width: 210px
	}
	.player-header {
		width: calc(100% - 210px);
		height: 93px
	}
	.pub-single-zona-1 {
		width: 100%;
		margin: 0
	}
	.pub-single-zona-2 {
		width: 100%;
		order: 6
	}
	.single-pub-inner-content {
		width: 100%;
		float: left;
		padding-right: 0;
		padding-top: 0;
		position: relative
	}
	.publicidades-home-bottom-container > div {
		width: 100%;
		padding: 10px
	}
	.menu-footer {
		display: none
	}
	.social-footer {
		width: 100%
	}
	.social-footer h4 {
		font-size: 20px;
		line-height: 26px
	}
	.copy-footer {
		padding: 10px 30px
	}
	.social-footer p {
		font-weight: 500;
		font-size: 13px;
		line-height: 12px;
		margin-bottom: 16px
	}
	.menu-top li.only-mobile {
		display: inline-block !important
	}
	.menu-top li.only-mobile a {
		font-size: 11px;
		padding: 5px 5px 0 10px;
		color: #3b8ea6
	}
	.menu-top .only-mobile.current-menu-item a:after {
		content: '';
		height: 3px;
		background: #3b8ea6;
		display: block;
		position: absolute;
		bottom: 0
	}
	.menu-top li:hover a:after {
		content: '';
		width: calc(100%);
		height: 3px;
		background: #3b8ea6;
		display: block;
		position: absolute;
		bottom: 0
	}
}
@media (max-width: 500px) {
	.logo-header::before {
		width: 80px;
		height: 80px;
		top: -15px
	}
	.categories-items {
		padding: 0 0 15px 0
	}
	.categories-items .category-item {
		font-size: 9px;
		padding: 6px 15px
	}
	.logo-header img {
		max-width: 95px;
		top: -7px
	}
	.all-noticias-archive {
		column-count: 1;
		grid-template-columns: repeat(1,1fr)
	}
	.header-with-search {
		display: block
	}
	.single-section-title {
		font-size: 24px;
		line-height: inherit;
		margin-bottom: 15px
	}
	.header-with-search .search-input {
		width: 100%;
		margin-bottom: 30px
	}
	.default-section-container {
		margin-top: 30px
	}
	.feed-noticias-archive {
		column-count: 1;
		grid-template-columns: repeat(1,1fr)
	}
	.content-single {
		font-size: 12px;
		line-height: 21px
	}
	.default-section-container {
		margin-top: 30px;
		padding: 30px 15px
	}
	.pagination {
		margin: 30px 0
	}
	.next.page-numbers {
		padding: 5px 20px
	}
	.prev.page-numbers {
		font-size: 13px;
		padding: 5px 20px
	}
	.categories-podcast-menu a {
		padding: 15px
	}
	.single-podcast-container:before {
		left: -15px
	}
	.top-normal-container {
		margin-top: 30px
	}
	.top-large-container-podcast {
		margin-top: 30px
	}
	.subtitle-normal-page {
		margin-bottom: 20px
	}
	.btn-big-mais-noticias {
		font-size: 15px
	}
	.title-box-noticia-musica {
		font-size: 13px
	}
	.img-box-noticia-musica::before {
		padding: 7px 19px
	}
	.podcasts-title-separador {
		font-size: 28px
	}
	.date-box-podcast {
		font-size: 12px
	}
	.box-podcast:before {
		font-size: 11px;
		padding: 7px 12px
	}
	.tracklist-title {
		font-size: 16px;
		padding: 10px
	}
	.single-comments-container {
		padding: 15px
	}
	.single-comments-title {
		font-size: 18px
	}
	.pub-single-zona-1 {
		height: auto
	}
	.single-section-container {
		padding: 35px 15px;
		margin-top: 30px
	}
	.margin-side-neg-30 {
		margin-left: 0 !important;
		margin-right: 0 !important
	}
	.single-section-title {
		font-size: 20px
	}
	.feed-noticias-mais-vistas-archive {
		grid-template-columns: repeat(1,1fr);
		grid-template-rows: repeat(3,1fr);
		display: flex;
		flex-wrap: wrap;
		margin-left: -15px !important;
		margin-right: -15px !important
	}
	.feed-noticias-mais-vistas-archive .box-noticia-flex {
		padding: 15px 0
	}
	.feed-noticias-mais-vistas-archive .box-noticia-flex:nth-child(odd) {
		background: #f2f2f2
	}
	.info-box-noticia {
		padding: 10px 15px
	}
	.single-podcast-container {
		padding: 0 15px
	}
	.single-comments-container {
		margin-top: 30px
	}
	.single-pub-container {
		margin-top: 30px
	}
	.pub-single-zona-3 {
		margin-bottom: 15px
	}
	.feed-noticias-archive {
		margin-left: -15px !important;
		margin-right: -15px !important
	}
	.form-header .search-input {
		font-size: 12px
	}
	.form-header-close {
		cursor: pointer;
		display: block;
		background: #5a7e8b;
		padding: 22px 0;
		color: #fff;
		font-weight: 400;
		font-size: 10px;
		letter-spacing: 2px;
		transition: .6s all;
		width: 20%;
		text-align: center
	}
}
@media (max-width: 480px) {
	.ultima-noticia {
		margin-top: 30px
	}
	.info-ultima-noticia {
		width: 100%;
		padding: 15px 15px;
		order: 2
	}
	.img-ultima-noticia {
		width: 100%;
		order: 1
	}
	.home-feed-news .box-noticia {
		width: 100%;
		display: flex;
		flex-wrap: wrap
	}
	.home-feed-news .img-box-noticia {
		width: 100%
	}
	.home-feed-news .info-box-noticia {
		width: 100%
	}
	.home-feed-news .box-noticia:nth-child(2) .img-box-noticia {
		order: 1
	}
	.home-feed-news .box-noticia:nth-child(2) .info-box-noticia {
		order: 2
	}
}
@media (max-width: 470px) {
	.logo-header img {
		max-width: 100px;
		top: -10px;
		position: relative;
		cursor: pointer
	}
	.logo-header::before {
		width: 90px;
		height: 90px;
		top: -20px
	}
	.player-header {
		width: 100%;
		height: 96px;
		order: 4
	}
	.logo-header {
		order: 2
	}
	#btn-menu-mobile {
		order: 3;
		bottom: inherit;
		top: auto;
		transition: none
	}
	.pub-header {
		width: 100%;
		order: 1;
		position: relative;
		margin: 0 auto
	}
	.player-header {
		width: 100%;
		height: 96px;
		display: flex;
		justify-content: space-between
	}
	.player-header .capa-player {
		order: 2;
		position: absolute;
		right: 70px;
		margin: 0
	}
	.player-header .info-player {
		order: 1
	}
	.player-header .btn-play {
		order: 3;
		position: absolute;
		margin: 0;
		right: 15px
	}
	.sticky-header #btn-menu-mobile {
		top: 0 !important
	}
	.no-search-result-title {
		font-size: 18px;
		margin-bottom: 0
	}
	.form-header {
		padding: 10px
	}
}
@media (max-width: 420px) {
	.col-normal-container-right {
		display: none
	}
	.btn-big-mais-noticias {
		width: 100%
	}
	.pub-home-zona-1 {
		width: 100%
	}
	#music-history {
		column-count: 2;
		grid-template-columns: repeat(2,1fr);
		padding: 0 15px
	}
	.mejs-button.mejs-play {
		width: 38px !important;
		height: 38px !important
	}
	.mejs-pause.mejs-pause {
		width: 38px !important;
		height: 38px !important
	}
	.mejs-pause > button {
		width: 38px !important;
		height: 38px !important
	}
	.mejs-play > button {
		width: 38px !important;
		height: 38px !important;
		background-size: cover !important
	}
	.btn-mais-noticias-musica {
		line-height: normal
	}
	.btn-mais-podcasts {
		line-height: normal
	}
	.box-noticia-musica {
		min-width: 250px
	}
	.box-noticia-musica {
		min-width: 250px
	}
	.title-box-noticia-musica {
		font-size: 12px;
		line-height: normal;
		margin-bottom: 20px
	}
	.tracklist-title {
		font-size: 13px;
		padding: 10px 10px
	}
	.single-podcast-container:before {
		font-size: 10px
	}
	.label-checkbox span {
		font-size: 11px
	}
	.label-checkbox a {
		font-size: 11px
	}
}
@media (max-width: 400px) {
	.single-noticia-container {
		padding: 0 15px
	}
	.single-image {
		max-width: calc(100% + 30px);
		width: calc(100% + 30px);
		margin-left: -15px;
		margin-right: -
	}
	.single-podcast-container {
		padding: 0 15px
	}
	.single-podcast-container:before {
		left: -15px
	}
	.single-noticia-container:before {
		left: -15px
	}
	.form-search-category {
		width: 100%;
		margin-bottom: 15px
	}
	.form-search-category .search-input {
		width: 100%
	}
	.no-search-result-title {
		font-size: 16px
	}
	.categories-items .category-item {
		margin: 1px
	}
	.info-box-noticia-minimal {
		padding: 15px
	}
	.margin-side-neg-30.padd-bottom-0.all-noticias-archive {
		margin-bottom: 30px
	}
	.title-box-noticia-minimal {
		font-size: 12px
	}
	.prev.page-numbers {
		font-size: 11px;
		padding: 5px 15px
	}
	.next.page-numbers {
		font-size: 11px;
		padding: 5px 15px
	}
	.default-section-container {
		padding: 30px 15px
	}
	.page-numbers {
		font-size: 11px
	}
	.next.page-numbers {
		font-size: 11px
	}
	.margin-side-neg-30 {
		margin-left: -15px !important;
		margin-right: -15px !important
	}
	.pagination.margin-bottom-0 {
		margin-bottom: 10px !important
	}
	.pagination {
		margin: 10px 0
	}
	.footer-container {
		padding: 15px 15px 0 15px
	}
	.copy-footer {
		padding: 10px 15px
	}
	.col-normal-container-left {
		padding: 30px 0
	}
	.col-left {
		padding: 30px 0
	}
	.podcasts-title-separador {
		font-size: 20px;
		line-height: inherit
	}
	.padd-bottom-40 {
		padding-bottom: 30px
	}
	.title-normal-page {
		font-size: 20px
	}
	.title-music-page {
		font-size: 20px;
		padding: 15px
	}
	.contact-line, .contact-line a {
		font-size: 14px
	}
	.info-box-noticia {
		padding: 10px 15px
	}
	.feed-noticias-mais-vistas-archive {
		grid-template-rows: repeat(3,auto)
	}
	.default-section-container.margin-bottom-40.margin-top-0.padd-bottom-0 {
		padding-bottom: 30px !important
	}
	.col-podcast-player-title-box {
		padding-left: 15px;
		padding-right: 15px
	}
	.track-podcast > a {
		padding: 12px 15px
	}
}
@media (max-width: 350px) {
	.box-noticia {
		width: 100%
	}
	.box-noticia:nth-child(1) {
		width: 100%
	}
	.box-noticia:nth-child(2) {
		width: 100%
	}
	.btn-tool {
		width: 30px;
		height: 30px
	}
	.menu-top li a {
		font-size: 23px;
		padding: 10px 10px
	}
	#music-history .music-artist {
		font-size: 12px;
		line-height: 14px
	}
	.title-normal-page {
		font-size: 22px;
		line-height: normal
	}
	.search-input-2 {
		font-size: 13px;
		line-height: normal;
		padding: 10px 15px;
		width: 100%
	}
	.contact-line {
		font-weight: 600;
		font-size: 15px;
		line-height: normal
	}
	.content-normal-page {
		font-size: 12px;
		line-height: 21px
	}
	.destaque-zona-1 .destaque-permalink {
		display: block !important
	}
	.destaque-zona-2 .destaque-permalink {
		display: block !important
	}
	.destaque-zona-3 .destaque-permalink {
		display: block !important
	}
	.destaque-zona-1 .destaque-info {
		position: relative !important;
		background: #0093af
	}
	.destaque-zona-2 .destaque-info {
		position: relative !important;
		background: #0093af
	}
	.destaque-zona-3 .destaque-info {
		position: relative !important;
		background: #0093af
	}
	.container-home-noticias-musica {
		padding: 0
	}
}
@media (max-width: 340px) {
	.lead-single {
		font-size: 14px;
		line-height: 21px
	}
	.single-comments-container, .single-section-container {
		padding: 30px 15px
	}
	.single-section-container .margin-side-neg-30 {
		margin-left: -15px !important;
		margin-right: -15px !important
	}
	.col-podcast-player-title-box {
		padding-top: 20px;
		padding-left: 15px;
		padding-right: 15px
	}
	.track-podcast > a {
		padding: 10px
	}
	.title-track-podcast {
		font-weight: 200;
		font-size: 11px
	}
	.info-track-pod {
		padding-left: 0;
		min-width: 75px
	}
	.single-title {
		margin-bottom: 15px
	}
}
@media (max-width: 320px) {
	.categories-items {
		display: flex;
		flex-wrap: wrap
	}
	.menu-top li.only-mobile {
		margin-top: 20px
	}
	.margin-bottom-70 {
		margin-bottom: 40px
	}
	.btn-big-mais-noticias {
		font-size: 17px
	}
	.box-podcast {
		width: 250px;
		min-width: 250px
	}
	.info-box-noticia-musica {
		padding: 12px 15px 0
	}
	.box-noticia-musica {
		min-width: 220px
	}
	.single-section-title {
		font-size: 18px
	}
	.categories-podcast-menu a {
		font-size: 14px;
		line-height: 21px;
		padding: 15px
	}
	.contact-form textarea {
		padding: 15px
	}
	.contact-form input[type=email], .contact-form input[type=text] {
		padding: 15px
	}
	.contact-form input[type=email]::placeholder, .contact-form input[type=text]::placeholder, .contact-form textarea::placeholder {
		font-size: 12px
	}
	.contact-line, .contact-line a {
		font-size: 13px
	}
	.col-normal-container-right {
		opacity: .8
	}
	#music-history .music-artist {
		font-size: 11px
	}
	.music-name {
		font-size: 10px
	}
	.music-time {
		font-size: 11px;
		line-height: 11px
	}
	.home-feed-news .title-box-noticia a {
		font-size: 14px
	}
	.lead-ultima-noticia {
		font-size: 11px;
		line-height: 16px
	}
	.home-feed-news .date-box-noticia {
		font-size: 12px
	}
	.title-box-noticia-musica {
		font-size: 11px;
		margin-bottom: 15px
	}
}
@media (max-width: 315px) {
	.btn-tool {
		width: 25px;
		height: 25px
	}
	.btn-tool img {
		width: 10px
	}
}