@charset "utf-8";

:root {
    --player-width:0;
}

/* ====== RESET ====== */
ul,
ol {
	list-style: none;
	margin: 0;
	padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
	margin: 0;
}

/* ====== DEFAULT ====== */
a,
button {
	text-decoration: none;
	transition: all 0.2s linear;
}

a:hover,
button:hover {
	text-decoration: none;
	transition: all 0.2s linear;
}

a:focus,
input:focus,
button:focus {
	outline: 0;
}

a img {
	border: none;
}

body {
	width: 100%;
	height: 100%;
	font-family: 'Poppins', sans-serif;
	font-size: 100%;
	font-weight: 400;
	margin: 0;
	background: #101621;
	overflow-x: hidden;
    color: #fff;
}

.content-after-header{
    padding-top: 106px;
}

.object-fit-cover{
    object-fit: cover;
}

.poppins {
	font-family: 'Poppins', sans-serif;
}

.align-content {
	overflow: hidden;
    padding-left: 30px;
    margin-left: -30px;
}

.align-content .slick-slider {
	margin-right: -15px;
}

.container {
	width: 100%;
	max-width: 1490px;
}

.nd-play-slider .item:nth-of-type(n+2) {
    display:none;
}

.nd-play-slider .slick-track .item{
    display: block;
}

.admin-bar .site-header{
    top: 46px;
}

.site-header {
	width: 100%;
	z-index: 80;
	padding-top: 30px;
	padding-bottom: 30px;
    position: absolute;
    top: 0;
    box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.3);
    background: #101621;
}


.site-header.sticky {
	position: fixed !important;
}

.site-header .baseMenu {
	height: 42px;
	border-radius: 22px;
	margin-top: 2px;
	background-color: rgba(255, 255, 255, 0.12);
}

.site-header .navigation {
	width: auto;
	height: auto;
	background: none;
}

.site-header .navigation .nav-menus-wrapper {
	display: none;
	background: #161e2c;
}

.site-header .navigation .nav-toggle {
	color: #FFF;
	width: 52px;
	height: 42px;
	line-height: 42px;
	border-radius: 22px;
	margin: 0;
	top: 0;
	right: 0;
	padding: 0;
}

.site-header .navigation .nav-toggle:hover {
	background-color: rgba(255, 255, 255, 0.15);
}

.site-header .navigation .nav-toggle:before {
	display: none;
}

.site-header .navigation .nav-menus-wrapper-close-button {
	color: #FFF;
	opacity: 0.4;
}

.site-header .navigation .nav-menu>li {
	border-top: none;
	border-bottom: 1px solid #404856;
}

.site-header .navigation .nav-menu>li>a {
	font-size: 20px;
	color: #FFF;
}

.site-header .navigation .nav-menu>li>a:hover,
.site-header .navigation .nav-menu>li>a.current-page {
	background-color: rgba(255, 255, 255, 0.15);
}

.site-header a.btSearch {
	margin-left: 5px;
	width: 52px;
	height: 42px;
	line-height: 38px;
	color: #FFF;
	border-radius: 22px;
}

.site-header a.btSearch:hover,
.site-header a.btSearch.open {
	background-color: rgba(255, 255, 255, 0.15);
}

.site-header a.btSearch img {
	height: auto;
	max-width: 20px;
}

.site-footer {
	background: #161f2e;
	padding: 15px 0;
	font-size: 12px;
	color: #FFF;
	clear: both;
}

.site-footer p {
	margin-bottom: 15px;
}

.site-footer a {
	color: #FFF;
}

.site-footer a:hover {
	text-decoration: underline;
}

.site-button{
    width:100%;
    text-align: center;
}

i svg{
    display: none!important;
}

.sliderContainer {
	width: 100%;
	max-width: 1920px;
	margin: 0 auto 80px;
}

.sliderContainer .slider .frame:nth-of-type(n+2) {
    display:none;
}

.sliderContainer .slider .slick-track .frame{
    display: block;
}

.sliderContainer h2 {
	font-size: 26px;
	font-weight: 700;
	color: #FFF;
	margin-bottom: 15px;
    letter-spacing: -1px;
}

.sliderContainer p {
	font-size: 16px;
	color: #FFF;
	margin-bottom: 25px;
}

.sliderContainer .btnAssistir {
	font-size: 16px;
	font-weight: 700;
	color: #000;
	border-radius: 8px;
	background: #FFF;
	padding: 14px 30px 14px 15px;
}

.sliderContainer .btnAssistir:hover {
	box-shadow: 0 10px 30px 0 rgba(255, 255, 255, 0.25);
}

.sliderContainer .btnAssistir i {
	font-size: 19px;
	position: relative;
	top: 1px;
	margin-right: 4px;
}

.sliderContainer .frame {
    height: 520px;
}

.sliderContainer figure {
	width: 100%;
	height: 250px;
	margin: 0;
    overflow: hidden;
}

.sliderContainer figure img {
	width: auto;
    height: 300px;
	object-fit: cover;
    position: absolute;
    right: -20px;
    top: -50px;
}

.sliderContainer figure::before,
.sliderContainer figure::after,
.sliderContainer .frame::after{
    content: " ";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.sliderContainer figure::after{
    background: linear-gradient(to bottom, rgba(255,255,255,0) 75%, rgba(16,22,33,1) 100%);        
}

.sliderContainer .baseTxt {
	z-index: 20;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	padding: 0 0 60px 0;
	
}

.sliderContainer .baseTxt .container {
	width: 100%;
	max-width: 1490px;
}

.progressBarContainer {
	bottom: 20px;
	left: 15px;
	right: 15px;
	z-index: 50;
}

.progressBarContainer div {
	display: block;
	width: 40px;
	cursor: pointer;
	margin: 0 5px;
}

.progressBarContainer div span.progressBar {
	width: 100%;
	height: 6px;
	background-color: #FFF;
	border-radius: 3px;
	display: block;
}

.progressBarContainer div span.progressBar .inProgress {
	background-color: #333;
	width: 0;
	height: 6px;
	border-radius: 3px;
	margin: 0;
}

.aovivo,
.segmento,
.materias {
	margin-bottom: 100px;
}

.destaque .segmento {
	margin-bottom: 0;
}



.segmento .slick-list,
.materias .slick-list {
	padding: 15px 0 30px 30px;
    margin-left: -30px;
}

.slide-card .item {
	width: 200px;
	border-radius: 10px;
	margin-right: 20px;
	overflow: hidden;
	transition: all 0.2s linear;
    background: linear-gradient(90deg, rgba(78,43,147,1) 0%, rgba(134,60,155,1) 100%);
    display: block;
    height: auto;
    position: relative;
    background-size: cover;
    background-position: center;
}

.slide-card .item::before{
    content: " ";
    display: block;
    padding-top: 130%;
    position: relative;
}

.slide-card .item[class*="record-news"] {
    background-image: linear-gradient(to right, #012b51, #003666, #00427d, #004e94, #005aab);
}

.slide-card .item[class*="nd-radio"] {
    background-image: linear-gradient(to right, #037f8f, #008a94, #009596, #00a096, #06ab94);
}

.slide-card .item[class*="ndfm"] {
    background-image: linear-gradient(to right, #28296e, #2b3179, #2e3985, #314190, #33499c);
}

.slide-card .item[class*="jovem-pan"] {
    background-image: linear-gradient(to right, #7e0d10, #901316, #a3191c, #b61e22, #c92428);
}

.slide-card .item:last-of-type{
    margin-right: 0;
}

.slide-card .item a{
    height: 100%;
    width: 100%;
    padding: 0 30px;
    position: absolute;
    top: 0;
    left: 0;
}

.slide-card .item h3{
    font-weight: 300;
    color: #fff;
    font-size: 22px;
}

.slide-card .item img{
    max-width: 160px;
}

.slide-card .item:hover {
	border-color: rgba(255, 255, 255, 0.5);
	box-shadow: 0 8px 25px 0 rgba(255, 255, 255, 0.15);
	transition: all 0.2s linear;
}

.nextCard {
	outline: none;
	text-indent: -5000em;
	z-index: 30;
	right: 0;
	top: 50%;
	margin-top: -48.5px;
	width: 55px;
	height: 97px;
	background: url(../images/arrow-slide-card.png);
	cursor: pointer;
}

.nextCard.align-slide-description {
	margin-top: -108.5px;
}

.nextCard.align-slide-capas,
.nextCard.align-slide-destaque {
	margin-top: -78.5px;
}

.segmento .title {
	margin-bottom: 25px;
}

.materias .title {
	margin-bottom: 25px;
}

.aovivo h2{
    margin-bottom: 20px;
}

.aovivo h2,
.segmento h2,
.materias h2 {
	font-size: 24px;
	font-weight: 700;
	color: #FFF;
}

.segmento a.lkMore {
	font-size: 14px;
	color: #FFF;
	line-height: 20px;
	white-space: nowrap;
}

.segmento a.lkMore:after {
	content: " ";
	display: inline-block;
	width: 20px;
	height: 20px;
	margin-left: 10px;
	position: relative;
	top: 4px;
	background: url(../images/arrow-lk-more.png);
	transition: all 0.2s linear;
}

.segmento a.lkMore:hover:after {
	margin-left: 15px;
	transition: all 0.2s linear;
}

.materias .title input {
	font-size: 14px;
	color: #FFF;
	width: 180px;
	background: #404856 url(../images/icon-calendario.png) no-repeat right center;
	border-radius: 8px;
	border: none;
	outline: none;
	height: 54px;
	padding: 0 40px 0 20px;
    margin-right: 15px;
}

.materias .title input::placeholder {
	color: #FFF;
}

.materias .title input:-ms-input-placeholder {
	color: #FFF;
}

.materias .title input::-ms-input-placeholder {
	color: #FFF;
}

.slide-description .item {
	width: 340px;
	height: auto;
	margin-right: 20px;
	color: #FFF;
}

.slide-description-rows .slick-slide {
	height: auto !important;
	margin-right: 25px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	width: 340px;
}

.slide-description-rows .slick-slide>div {
	height: 50%;
	display: flex;
	color: #FFF;
}

.slide-description-rows .slick-slide .item {
	height: auto;
	display: block;
	padding: 20px 0;
}

.slide-description .item a,
.slide-description-rows .item a {
	color: #FFF;
}

.slide-description .item img,
.slide-description-rows .item img {
	border-radius: 8px;
	border: 2px solid transparent;
	transition: all 0.2s linear;
}

.slide-description .item:hover img,
.slide-description-rows .item:hover img {
	border-color: rgba(255, 255, 255, 0.5);
	box-shadow: 0 8px 25px 0 rgba(255, 255, 255, 0.15);
	transition: all 0.2s linear;
}

.slide-description .item .veiculo,
.slide-description-rows .item .veiculo {
	font-size: 14px;
    line-height: 1;
	padding: 12.5px 8px;
    display: block;    
}

.slide-description .item h3,
.slide-description-rows .item h3 {
	font-size: 18px;
	font-weight: 600;
	padding: 0 8px;
}

.slide-capas .item {
	width: 340px;
	height: auto;
	margin-right: 20px;
	color: #FFF;
}

.slide-capas .item img {
	border-radius: 14px;
	border: 2px solid transparent;
	transition: all 0.2s linear;
}

.slide-capas .item:hover img {
	border-color: rgba(255, 255, 255, 0.5);
	box-shadow: 0 8px 25px 0 rgba(255, 255, 255, 0.15);
	transition: all 0.2s linear;
}

.slide-capas .item h3 a{
    font-size:24px;
    font-weight: 700;    
}

.slide-capas .item h3 a,
.slide-capas .item .veiculo a{
    color: #fff;
}

.slide-destaque .item {
	width: 340px;
	margin-right: 20px;
	color: #FFF;
}

.slide-destaque .item a{
	border-radius: 8px;
	overflow: hidden;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
	padding: 20px;
	z-index: 10;
    color: #FFF;
    display: block;
}

.slide-destaque .item a strong {
	font: 60px 'Open Sans', sans-serif;
	font-weight: 700;
	line-height: 50px;
	margin-right: 20px;
}

.slide-destaque .item a h3{
    font-size: 18px;
    font-weight: 400;
	line-height: 1.2;
}

.slide-destaque .item a h3 span{
    font-size: 16px;
    font-weight: 700;
}

.slide-destaque .item img {
	border-radius: 8px;
	border: 2px solid transparent;
	transition: all 0.2s linear;
}

.slide-destaque .item:hover img {
	border-color: rgba(255, 255, 255, 0.5);
	box-shadow: 0 8px 25px 0 rgba(255, 255, 255, 0.15);
	transition: all 0.2s linear;
}

.slick-slider .slick-track {
	display: flex;
}

.control {
	margin-top: 5px;
}

.control button {
	outline: none;
	cursor: pointer;
	border-radius: 50%;
	margin-right: 20px;
	width: 36px;
	height: 36px;
	text-indent: -5000em;
	background-color: #404856;
	background-repeat: no-repeat;
	background-position: center center;
}

.control .slidePrev {
	background-image: url(../images/arrow-left-control.png);
}

.control .slideNext {
	background-image: url(../images/arrow-right-control.png);
}

.control button:hover {
	background-color: #FFF;
}

.destaque {
	background: #161e2c;
	padding: 40px 0 55px;
	margin-bottom: 45px;
}

.busca {
	background: #152033;
	padding: 30px 0;
}

.busca.busca-inline {
    margin-bottom: 60px;
}

.busca.busca-fixa {
    position: fixed;
    top: 106px;
    left: 0;
    top:106px;
    width: 100%;
    visibility: visible;
    opacity: 1;
    transition: opacity 0.3s, visibility 0.3s;
}

.busca.busca-fixa.hidden{
    visibility: hidden;
    opacity: 0;
    height: 0;
    overflow: hidden;
    padding: 0;
    margin: 0;
}

.admin-bar .busca.busca-fixa{
    top: 138px;
}

.busca .container {
	max-width: 1410px;
}

.busca .search-label,
.filtro h1 {
	font-size: 24px;
	font-weight: 700;
	color: #FFF;
}

.busca form {
	background: #101621;
	width: 100%;
	max-width: 930px;
	margin: 25px auto 0;
	height: 70px;
	border-radius: 50px;
	padding: 8px 8px 0 15px;
}

.busca .input-search {
	height: 54px;
	width: 81%;
	background: none;
	font-size: 16px;
	color: #FFF;
}

.busca .search-submit {
	height: 54px;
	width: 54px;
	background: none;
	font-size: 18px;
	color: #FFF;
	background: #182D51;
	transition: all 0.2s linear;
}

.busca .search-submit:hover {
	background: #153469;
	transition: all 0.2s linear;
}

.busca .search-submit img {
	height: auto;
	max-width: 21px;
}

.resultado {
	margin-bottom: 40px;
}

.resultado h2 {
	font-size: 26px;
	font-weight: 700;
	margin-bottom: 40px;
	color: #5D5D5D;
}

.resultado h2 strong {
	color: #FFF;
	display: block;
}

.filtro {
	background: #152033;
	margin: 0 0 40px;
	padding: 40px 0;
}

.marcaPodcast {
	background: #152033;
	padding: 40px 0;
}

.marcaPodcast img{
    max-width: 80px;
}

.marcaPodcast h3{
    font-weight: 600;
    line-height: 1;
    color: #fff;
}

.tagcloud {
	margin-bottom: 40px;
}

.tagcloud li {
	margin: 0 10px 20px 0;
}

.tagcloud li a {
	display: inline-block;
	font-size: 14px;
	color: #FFF;
	text-decoration: none;
	font-weight: 500;
	padding: 8px 15px;
	background: #343942;
	border-radius: 90px;
}

.tagcloud li a.active,
.tagcloud li a:hover {
	background: #0d47a1;
}

.list-4-columns .item {
	width: 100%;
	margin: 0 auto 40px;
	color: #FFF;
}


.list-4-columns.loading-loop .item{
    position: relative;
    overflow: hidden;
    border-radius: 8px;
}

.list-4-columns.loading-loop .item::before,
.list-4-columns.loading-loop .item::after{
    content: " ";
    position: absolute;
    left: 0;
    top: 0;
    z-index: 5;
    width: 100%;
    height: 100%;
}

.list-4-columns.loading-loop .item::before{
    background-color: #161e2c;
}

.list-4-columns.loading-loop .item::after{
    z-index: 6;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    transform: translateX(-100%);
    background: rgb(0,0,0);
    background: -moz-linear-gradient(90deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.2) 20%, rgba(0,0,0,0.6) 50%, rgba(22,31,46,0) 100%);
    background: -webkit-linear-gradient(90deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.2) 20%, rgba(0,0,0,0.6) 50%, rgba(22,31,46,0) 100%);
    background: linear-gradient(90deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.2) 20%, rgba(0,0,0,0.6) 50%, rgba(22,31,46,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#161f2e",GradientType=1);
    animation: shimmer 2s infinite;
    content: '';
}

@keyframes shimmer {
    100% {
        transform: translateX(100%);
    }
}


.list-3-columns .item {
	width: 100%;
	max-width: 470px;
	margin: 0 auto 40px;
	color: #FFF;
}

.list-4-columns .item a,
.list-3-columns .item a {
	color: #FFF;
}

.list-4-columns .item img,
.list-3-columns .item img {
	border-radius: 8px;
	border: 2px solid transparent;
	transition: all 0.2s linear;
}

.list-4-columns .item:hover img,
.list-3-columns .item:hover img {
	border-color: rgba(255, 255, 255, 0.5);
	box-shadow: 0 8px 25px 0 rgba(255, 255, 255, 0.15);
	transition: all 0.2s linear;
}

.list-3-columns .item .veiculo {
	font-size: 14px;
	padding:  0 8px;
    margin-bottom: 0.5rem;
    display: block;
    line-height: 1;
}

.list-4-columns .item .veiculo{
	font-size: 14px;
	padding:  10px 8px 10px;
    display: block;
    line-height: 1;
}

.list-4-columns .item h3 {
	font-size: 18px;
	font-weight: 600;
	padding: 0 8px;
}

.list-3-columns .item h3 {
	font-size: 24px;
	font-weight: 600;
	padding: 0 8px;
}

.video-duration{
    font-size: 12px;
    background-color: #000;
    line-height: 1;
    padding: 5px;
    position: absolute;
    right: 10px;
    bottom: 10px;
    border-radius: 4px;
    overflow: hidden;
    width: auto;
    height: auto;
    left: auto;
    top: auto;
}

.lkLoad {
	font-size: 16px;
    font-weight: 600;
	color: #FFF;
	text-decoration: none;
	background: #404856;
	padding: 18px 30px;
	border-radius: 8px;
	margin-bottom: 60px;
}

.lkLoad:hover {
	color: #101621;
	background: #FFF;
}
.infoTopo{
    margin-bottom: 40px;
}

.topoPrograma {
	background: #152033;
	margin-bottom: 40px;
    padding: 30px 0;
}

.topoPrograma  .topoProgramaLogo{
    max-width: 120px;
    height: auto;
}

.topoPrograma .infoTopo{
    margin-bottom: 0;
}

.infoTopo h5 {
	font-size: 14px;
	color: #7A8393;
}

.infoTopo h3 {
	font-size: 24px;
	font-weight: 600;
	color: #7A8393;
	margin-bottom: 15px;
}

.infoTopo h1,
.infoTopo h2 {
	font-size: 24px;
	color: #FFF;
	font-weight: 700;
	margin: 5px 0 10px;
}


.topoProgramaTv .img-programa{
    height: 300px;
    overflow: hidden;
}


.topoProgramaTv .img-programa::after{
    content: " ";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: linear-gradient(to bottom, rgba(255,255,255,0) 75%, rgba(16,22,33,1) 100%);
    z-index: 1;
}


.topoProgramaTv .img-programa::before{
    content: " ";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.2);
    z-index: 1;
}

.topoProgramaTv .img-programa img{
    object-position: right bottom;
    position: absolute;
    right: 0;
    bottom: 0;
    width: auto;
    height: 300px;
}

.topoProgramaTv .img-programa-emissora,
.programa-especial .img-programa-emissora{
    max-width: 120px;
}

.contato .customSelect {
	min-height: 54px;
}

.customSelect.emissora {
	height: 20px;
	display: inline-block;
}

.customSelect .nice-select {
	background: #404856;
	border-radius: 8px;
	border: none;
	padding: 0 45px 0 20px;
	height: 54px;
	font-size: 14px;
	color: #FFF;
    float: none;
    border: 2px solid transparent;
}

.customSelect.error .nice-select{
    border: 2px solid red;
}

.customSelect.emissora .nice-select {
	background: none;
	border-radius: 0;
	border: none;
	padding: 0 30px 0 0;
	height: 20px;
	font-size: 14px;
	color: #7A8393;
}

.customSelect .nice-select:after {
	border: none;
	width: 19px;
	height: 19px;
	margin-top: 0;
	transform-origin: inherit;
	transform: inherit;
	right: 15px;
	top: 17px;
	background: url(../images/arrow-dropdown.png);
}

.customSelect.emissora .nice-select:after {
	opacity: 0.35;
	right: 0;
	top: 0;
}

.customSelect .nice-select .current {
	line-height: 54px;
	display: inline-block;
}

.customSelect.emissora .nice-select .current {
	line-height: 20px;
	top: -10px;
	position: relative;
}

.customSelect .nice-select .list {
	background: #152033;
	border-color: #7A8393;
	max-height: 300px;
	overflow-y: auto;
	margin-top: 0;
}

.customSelect.emissora .nice-select .list {
	right: inherit !important;
}

.customSelect .nice-select .option {
	color: #FFF;
}

.customSelect .nice-select .option.selected,
.customSelect .nice-select .option.focus,
.customSelect .nice-select .option:hover {
	background: #7A8393;
}

.embeded{
    margin-bottom: 40px;
}

.embeded .nd-play-player-content,
.embeded .player-img-reserva{
	margin: 0  auto;
    --player-width: calc( 1.77 * calc(100vh - 200px));
    max-width: var(--player-width);
    background-color: #000;
    display: block;
}


.embeded .nd-play-player-content iframe{
    background-color: #000;
    display: block;
}


.embeded .nd-play-player-content iframe:not(.ready){
    display: none;
}

.selecaoPrograma{
    background-color: #000;
    margin: 0;
}

.selecaoPrograma .embeded{
    margin: 0;
} 

.contato {
	background: #152033;
	padding: 40px 0;
	margin-bottom: 50px;
}

.contato h2 {
	font-size: 32px;
	color: #FFF;
	font-weight: 700;
	margin-bottom: 33px;
}

.contato.msgPodcast h2 {
	margin-bottom: 10px;
}

.contato p {
	font-size: 14px;
	color: #7A8393;
	margin-bottom: 30px;
}

.contato label {
	font-size: 14px;
	color: #7A8393;
	margin-bottom: 5px;
}

.contato input {
	font-size: 14px;
	color: #FFF;
	width: 100%;
	background: #404856;
	border-radius: 8px;
	border: none;
	outline: none;
	height: 54px;
	padding: 0 20px;
}

.contato .wpcf7-form-control-wrap{
    margin-bottom: 15px;
    display: block;
    min-height: 54px;;
}

.contato .wpcf7-not-valid-tip{
    font-size: 12px;
    line-height: 1;
    display: block;
    margin-top: 5px;
}

.contato .wpcf7 form .wpcf7-response-output{
    border-radius: 5px;
    border-width: 1px;
    padding: 15px;
    margin: 20px 0 0 0;
}

.contato input::placeholder {
	color: #FFF;
}

.contato input:-ms-input-placeholder {
	color: #FFF;
}

.contato input::-ms-input-placeholder {
	color: #FFF;
}

.contato textarea {
	font-size: 14px;
	color: #FFF;
	width: 100%;
	background: #404856;
	border-radius: 8px;
	border: none;
	outline: none;
	height: 125px;
	padding: 15px 20px;
	resize: none;
}

.contato textarea::placeholder {
	color: #FFF;
}

.contato textarea:-ms-input-placeholder {
	color: #FFF;
}

.contato textarea::-ms-input-placeholder {
	color: #FFF;
}

.contato input[type=submit] {
	background: #0d47a1;
	border: none;
	outline: none;
	width: 100%;
	height: 54px;
	border-radius: 8px;
	cursor: pointer;
	color: #FFF;
	font-size: 25px;
}

.contato input[type=submit]:hover {
	background: #FFF;
	color: #0d47a1;
}

.contato a.lkWhats {
	font-size: 14px;
	color: #FFF;
	background-color: #101621;
	height: 72px;
	line-height: 18px;
	border-radius: 36px;
	margin: 0 0 24px;
	width: 315px;
	padding: 16px 0 0 85px;
	background-image: url(../images/icon-whatsapp.png);
	background-repeat: no-repeat;
	background-position: 0 0;
}

.contato a.lkAnuncie {
	font-size: 14px;
	color: #FFF;
	background-color: #101621;
	height: 72px;
	line-height: 18px;
	border-radius: 36px;
	margin: 0;
	width: 315px;
	padding: 16px 0 0 85px;
	background-image: url(../images/icon-anuncie.png);
	background-repeat: no-repeat;
	background-position: 0 0;
}

.contato a.lkWhats:hover,
.contato a.lkAnuncie:hover {
	background-color: #404856;
}

.contato a.lkWhats strong,
.contato a.lkAnuncie strong {
	font-size: 17px;
	font-weight: 600;
	display: block;
}

.grade {
	background: #152033;
	padding: 40px 0 120px;
}

.grade .slide-dias {
	margin-bottom: 60px;
	padding: 0;
    white-space: nowrap;
    overflow-x: auto;
}

.grade .slide-dias li{
	margin: 0 10px 0 0;
    display: inline-block;
    white-space: normal;
    width: 130px;
}

.grade .slide-dias li a {
	font-size: 14px;
	color: #FFF;
	text-decoration: none;
	background: #404856;
	border-radius: 8px;
	padding: 12px 0;
}

.grade .slide-dias a:hover,
.grade .slide-dias a:active,
.grade .slide-dias a.active {
	background: #475B7E;
    color: #fff;
}

.grade .scroll {
	overflow: hidden;
	height: 470px;
	padding-right: 15px;
	overflow-y: auto;
	width: 100%;
}

.scroll::-webkit-scrollbar {
	width: 18px;
}

.scroll::-webkit-scrollbar-track {
	background: #253244;
	border-radius: 9px;
}

.scroll::-webkit-scrollbar-thumb {
	background: #475B7E;
	border-radius: 9px;
}

.grade .scroll li {
	margin-bottom: 30px;
}

.grade .scroll li:last-child {
	margin-bottom: 0;
}

.grade .scroll li img {
	margin-bottom: 15px;
	max-width: 100%;
	height: auto;
	border-radius: 4px;
}

.grade .scroll li .resumo {
	color: #FFF;
}

.grade .scroll li .horario {
	font-size: 24px;
	margin-bottom: 10px;
	line-height: 22px;
}

.grade .scroll li .horario .tag {
	display: inline-block;
	font-size: 10px;
	background: #3265F4;
	line-height: 19px;
	text-transform: uppercase;
	border-radius: 10px;
	margin-left: 15px;
	padding: 0 5px;
}

.grade .scroll li h3 {
	font-size: 20px;
	font-weight: 600;
}

.grade .scroll li p {
	font-size: 14px;
	margin-top: 10px;
}

.topoPagina {
	width: 100%;
	max-width: 1920px;
	margin: 0 auto;
	height: 600px;
}

.topoPagina h1 {
	font-size: 32px;
	font-weight: 700;
	color: #FFF;
	margin-bottom: 15px;
    line-height: 1;
}

.topoPagina p {
	font-size: 14px;
	color: #FFF;
	margin-bottom: 25px;
}

.programa-especial{
    margin-top: 60px;
}

.topoPagina .btnPage,
.radio .btnPage,
.programa-especial .btnPage {
	font-size: 16px;
	font-weight: 700;
	color: #000;
	border-radius: 8px;
	background: #FFF;
	padding: 14px 30px;
}

.topoPagina .btnPage:hover,
.radio .btnPage:hover,
.programa-especial .btnPage:hover {
	box-shadow: 0 0 25px 0 rgba(255, 255, 255, 0.25);
}

.topoPagina .horario,
.programa-especial .horario{
	margin: 20px 0;
	font-size: 18px;
	color: #FFF;
	padding-left: 38px;
	background: url(../images/icon-horario.png) no-repeat 5px center;
}

.topoPagina figure {
	width: 100%;
	height: 100%;
	margin: 0;
}

.topoPagina figure img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.topoPagina .baseTxt {
	z-index: 1;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	padding: 0 0 50px 0;
	background: linear-gradient(to bottom, rgba(16, 22, 33, 0) 20%, rgba(16, 22, 33, 1) 100%);
}

.topoPagina .baseTxt .container {
	width: 100%;
	max-width: 1490px;
}

.ui-datepicker {
	background: #404856;
	width: 260px;
	border-radius: 8px;
	padding: 10px;
    display: none;
	z-index: 20;
	border: none;
}

.ui-datepicker-header {
	text-align: right;
	margin-bottom: 10px;
	background: none;
	border: none;
}

.ui-datepicker-prev,
.ui-datepicker-prev:hover {
	width: 28px;
	height: 28px;
	background: url(../images/arrow-calendario.jpg) no-repeat 0 0;
	border-radius: 50%;
	display: inline-block;
	text-indent: 5000em;
	position: relative;
	top: inherit;
	left: inherit;
    cursor: pointer;
}

.ui-datepicker-next,
.ui-datepicker-next:hover {
	margin-left: 10px;
	width: 28px;
	height: 28px;
	background: url(../images/arrow-calendario.jpg) no-repeat -28px 0;
	border-radius: 50%;
	display: inline-block;
	text-indent: 5000em;
	position: relative;
	top: inherit;
	right: inherit;
    cursor: pointer;
}

.ui-datepicker-title {
	float: left;
	font-size: 16px;
	color: #FFF;
	font-weight: 600;
	margin: 0;
}

.ui-datepicker-calendar {
	width: 100%;
	font-size: 14px;
	text-align: center;
}

.ui-datepicker-calendar thead {
	width: 100%;
	font-size: 16px;
	font-weight: 600;
	color: #b9b9b9;
}

.ui-datepicker-calendar a {
	color: #ccc;
	display: inline-block;
	width: 25px;
	height: 25px;
	line-height: 25px;
	border-radius: 50%;
	border: none;
	background: none;
	padding: 0;
	text-align: center;
}

.ui-datepicker-calendar .ui-datepicker-week-end a {
	font-size: 14px;
	color: #ccc;
}

.ui-datepicker-calendar .ui-datepicker-other-month a {
	color: #787c82;
}

.ui-datepicker-calendar a:hover {
	color: #FFF;
	background: #101621;
}



.ui-datepicker-calendar .ui-datepicker-current-day a{
    font-weight: bold;
}

.ui-datepicker-calendar .program-active a{
    background: rgba(0, 0, 0, 0.5);
    color: #FFF;
}

.ui-datepicker-calendar .ui-datepicker-today a {
	color: #FFF;
    background: #3265F4;
}

.ui-datepicker-calendar .ui-state-disabled {
	color: #787c82;
}

.podcast {
	padding-top: 60px;
    padding-bottom: 60px;
}

.podcast .capa,
.radio .capa,
.programa-especial .capa,
.programa-especial .capa {
	border-radius: 8px;
	margin-bottom: 30px;
}

.programa-especial h1,
.podcast h1 {
	font-size: 32px;
	font-weight: 700;
	color: #FFF;
	margin-bottom: 15px;
}

.podcast h2,
.programa-especial h2 {
	font-size: 16px;
	color: #FFF;
	margin-bottom: 20px;
}

.podcast .plataformas {
	padding: 25px;
	background: #2C313B;
	border-radius: 10px;
	width: 100%;
	max-width: 520px;
}

.ouvir .plataformas {
	width: 100%;
	max-width: 320px;
	margin-top: 30px;
}

.podcast .plataformas h5,
.ouvir .plataformas h5 {
	font-size: 14px;
	color: #FFF;
	width: 100%;
	margin-bottom: 20px;
}

.podcast .plataformas a,
.ouvir .plataformas a {
	width: 42%;
	margin-right: 8%;
}

.podcast-2 {
	padding: 65px 0 40px;
	
}

.podcast-2 .capa {
	margin: 0 auto 40px;
	display: block;
}

.podcast-2 h1 {
	font-size: 26px;
	font-weight: 700;
	color: #FFF;
	margin-bottom: 15px;
}

.podcast-2 h2 {
	font-size: 18px;
	color: #FFF;
	margin-bottom: 20px;
}

.podcast-2 p {
	font-size: 16px;
	color: #FFF;
	margin-bottom: 20px;
}

.ouvir {
	background: #152033;
	padding: 30px 0 40px;
	margin-bottom: 60px;
}

.ouvir h2 {
	font-size: 28px;
	font-weight: 700;
	color: #FFF;
	margin-bottom: 15px;
}

.episodio {
	margin-bottom: 60px;
}

.episodio h2 {
	font-size: 26px;
	font-weight: 700;
	color: #FFF;
	margin-bottom: 22px;
}

.episodio p {
	font-size: 17px;
	color: #FFF;
	margin-bottom: 20px;
	line-height: 30px;
}

.episodio .colLinks {
	margin-top: 40px;
}

.episodio ul {
	font-size: 17px;
	color: #FFF;
	margin-bottom: 20px;
	line-height: 30px;
    list-style-type: none;
}

.episodio ul li a {
	color: #FFF;
}

.episodio ul li a:hover {
	text-decoration: underline;
}

.detalheProg {
	margin-bottom: 70px;
    background-color: #161f2e;
    padding: 30px 0;
}

.detalheProg .capa {
	margin-bottom: 30px;
}

.detalheProg .capa a{
    color: #fff;
}

.detalheProg .capa img.frame-programa{
    max-width: 80px;
    border-radius: 4px;
    overflow: hidden;
    margin-right: 20px;
}

.detalheProg .capa span{
    color: #fff;
}


.detalheProg .capa p{
    font-weight: normal;
    line-height: 1.5;
    display: block;
    margin-top: 10px;
    font-size: 14px;
}


.detalheProg h1 {
	font-size: 28px;
	font-weight: 700;
	color: #FFF;
	margin-bottom: 25px;
}

.detalheProg h1 {
	font-size: 28px;
	font-weight: 700;
	color: #FFF;
	margin-bottom: 25px;
}

.detalheProg h2 {
	font-size: 24px;
	font-weight: 700;
	color: #FFF;
	margin-bottom: 25px;
}

.detalheProg h3 {
	font-size: 20px;
	font-weight: 700;
	color: #FFF;
	margin-bottom: 25px;
}

.detalheProg .share {
	margin-bottom: 25px;
}

.detalheProg .share a {
	opacity: 0.4;
	display: inline-block;
	margin-right: 15px
}

.detalheProg .share a:hover {
	opacity: 1;
}

.detalheProg .subtitulo {
	margin-bottom: 25px;
	font-size: 20px;
	color: #FFF;
    font-weight: normal;
}

.detalheProg .metadata{
    font-size: 13px;
    font-weight: 300;
    border-bottom: 1px solid rgba(255, 255, 255,0.1);
    margin-bottom: 20px;
    padding-bottom: 20px;
    line-height: 20px;
}

.detalheProg .metadata img{
    max-height: 20px;
    width: auto;
}

.detalheProg .integra{
    transition: all 0.5s ease-in-out;
    height: auto;
    max-height: 5000px;
    overflow: hidden;
}

.detalheProg .integra.hidden{
    max-height: 120px;
}

.detalheProg .integra #single-read-more .single-read-more-list .single-read-more-item{
    background-color: transparent;
}

.detalheProg .integra .float-left{
    float: left;
}

.detalheProg .integra .float-right{
    float: right;
}

.detalheProg .integra .read-more-navigation{
    background: linear-gradient(90deg, rgba(0,0,0,0) 0%, rgba(22,31,46,1) 60%, rgba(22,31,46,1) 100%)
}

.detalheProg .integra.single-content .wp-caption, 
.detalheProg .integra.single-content figure{
    background-color: transparent;
    
}

.detalheProg .integra.single-content .wp-caption .wp-caption-text, .detalheProg .integra.single-content .wp-caption .wp-caption-dd, .single-content figure figcaption{
    font-family: 'Poppins';
    color: #fff;
}

.detalheProg .integra #single-read-more .single-read-more-list .single-read-more-item .card-title .title .title-text{
    font-family: 'Poppins';
}

.detalheProg .integra .card-play-icon svg{
    display: none;
}

.detalheProg .integra.single-content h2{
    color: #fff;
}

.detalheProg .integra.single-content ul li{
    color: #fff;
}

.detalheProg .lkIntegra {
	font-size: 14px;
	color: #FFF;
    line-height: 1;
    margin-top: -30px;
    padding-top: 30px;;
    display: block;
    position: relative;
    background: rgb(255,255,255);
    background: -moz-linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(22,31,46,0.6138830532212884) 25%, rgba(22,31,46,1) 50%, rgba(22,31,46,1) 100%);
    background: -webkit-linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(22,31,46,0.6138830532212884) 25%, rgba(22,31,46,1) 50%, rgba(22,31,46,1) 100%);
    background: linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(22,31,46,0.6138830532212884) 25%, rgba(22,31,46,1) 50%, rgba(22,31,46,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#161f2e",GradientType=1);
}

.detalheProg .lkIntegra.open{
    background-color: transparent;
}

.detalheProg .lkIntegra:after {
	content: " ";
	display: inline-block;
	width: 18px;
	height: 18px;
	background: url(../images/arrow-down-integra.png);
	margin-left: 10px;
	position: relative;
	top: 2px;
}

.detalheProg .lkIntegra.open:after {
	rotate: 180deg;
}

.detalheProg .share-buttons{
    margin-bottom: 30px;
}

.detalheProg .share-buttons .whatsapp-action{
    display: none;
}

.detalheProg .share-buttons .share-button{
    display: inline-block;
    padding-right: 10px;
}



.detalheProg .share-buttons .share-button .share-link{
    color: #fff;
    display: block;
    background-color: #101621;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border-radius: 50%;
}

main .radio,
main .programa-especial {
	padding-bottom: 70px;
	margin-bottom: 70px;
}

main .radio h1,
main .programa-especial h1,
.listaRadios h2 {
	font-size: 32px;
	font-weight: 700;
	color: #FFF;
	margin-bottom: 15px;
}

main .radio h2,
main .programa-especial h2 {
	font-size: 18px;
	color: #FFF;
	margin-bottom: 20px;
}

.player {
	background: #FFF;
	border-radius: 10px;
	overflow: hidden;
	width: 100%;
	max-width: 350px;
	height: 80px;
	margin: 30px 0 40px;
}

.player .btnPlay {
	width: 96px;
	height: 96px;
	background: #02a0e7;
	color: #FFF;
	margin: -8px 0 0 -40px;
	border-radius: 50%;
}

.player .btnPlay svg {
	margin: 38px 0 0 58px;
	font-size: 25px;
}

.player .btnPlay:hover {
	background: #5a5a5a;
}

.player .controles {
	padding: 0 15px;
}

.player .controles a:hover img {
	opacity: 0.6;
}

.player .controles .time {
	font-size: 16px;
	color: #5a5a5a;
	width: 100%;
}

.player .volume {
	display: flex;
	align-items: center;
	justify-content: center;
}

.player .volume #control {
    cursor: pointer;
	margin-left: 10px;
	width: 100px;
	height: 2px;
	border-radius: 0px;
	position: relative;
	border: none;
	background: #dadada;
}

.player .volume #control .ui-slider-range {
	background: #5a5a5a;
	top: 0;
	height: 100%;
	position: absolute;
	z-index: 1;
	font-size: .7em;
	display: block;
	border: 0;
}

.player .volume #control .ui-slider-range-min {
	left: 0;
}

.player .volume #control .ui-slider-handle {
	display: block;
	border: none;
	background: #02a0e7;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	top: 50%;
	margin-top: -6px;
	opacity: 1;
	cursor: pointer;
	position: absolute;
	outline: none;
	z-index: 2;
	margin-left: -0.6em;
	-ms-touch-action: none;
	touch-action: none;
}

.streamning-source{
    visibility: hidden;
    height: 0;
    overflow: hidden;
    opacity: 0;
    width: 0;
}

.listaRadios {
	margin-bottom: 80px;
}

.listaRadios ul {
	margin-top: 30px;
}

.listaRadios ul li {
	width: 100%;
	max-width: 470px;
	margin-bottom: 40px;
}

.listaRadios ul li img{
    border-radius: 8px;
    overflow: hidden;
}

.listaRadios ul li .categoria {
	font-size: 14px;
	color: #FFF;
	margin: 10px 0;
}

.listaRadios ul li h3 {
	font-size: 32px;
	font-weight: 600;
	color: #FFF;
}

.listaRadios ul li h3 a {
	color: #FFF;
}

.nd-play-template .single-content p {
	font-size: 17px;
	color: #FFF;
	margin-bottom: 20px;
	line-height: 30px;
    font-family: 'Poppins', sans-serif;
}

.program-playlists .nav{
    overflow-x: auto;
    white-space: nowrap;
}

.program-playlists .nav-item{
    margin-right: 30px ;
    display: inline-block;
    white-space: initial;
    float: none;
}

.program-playlists .nav-item a{
    color: #fff;
    font-weight: 700;
    font-size: 24px;
    padding: 0;
    display: block;
    line-height: 1;
    padding-bottom: 15px;
    color: #ccc;
    border-bottom: 2px solid transparent;
}

.program-playlists .nav-item a.active{
    border-bottom: 2px solid #fff;
    color: #fff;
}

.single-video-playlist .playlist-video-container{
    min-height: 400px;
}

.single-video-playlist .scroll-list{
    overflow-y: auto;
    
}

.single-video-playlist .video-playlist-label{
    color: #7A8393;
    font-weight: 900;
    font-size: 16px;
    display: block;
    margin-bottom: 5px;
    line-height: 1;
}

.single-video-playlist .video-playlist-title{
    font-size: 20px;
    display: block;
    margin-bottom: 20px;
    line-height: 1;
    font-weight: 700;
}

.single-video-playlist .video-playlist-list li a {
    color: #fff;
}

.single-video-playlist .video-playlist-list li .item-img{
    border-radius: 4px;
    overflow: hidden;
}

.single-video-playlist .video-playlist-list li.video-active .item-img::before{
    content: "Reproduzindo";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    line-height: 100%;
    z-index: 2;
    font-size: 14px;
}

.single-video-playlist .video-playlist-list li.video-active .item-img::after{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.75);
    line-height: 100%;
}

.single-video-playlist .video-playlist-list li .item-date{
    font-size: 14px;
}

.single-video-playlist .video-playlist-list li .item-title{
    font-size: 16px;
    font-weight: 800;
}

@media only screen and (min-width : 480px) {

    .aovivo h2,
	.segmento h2,
	.materias h2 {
		font-size: 28px;
	}

	.slide-capas .item {
		width: 400px;
	}

	.slide-destaque .item {
		width: 460px;
	}

	.slide-destaque .item a {
		padding: 30px;
	}

	.slide-destaque .item a strong {
		font-size: 90px;
		line-height: 80px;
	}

    .slide-destaque .item a h3{
        font-size: 22px;
    }
    
	.busca .input-search {
		width: 87%;
	}

	.topoPagina h1 {
		font-size: 38px;
	}

	.topoPagina p {
		font-size: 16px;
	}
}

@media only screen and (min-width : 576px) {
	.progressBarContainer div {
		width: 60px;
	}

	.sliderContainer h2,
	.busca .search-label,
	.filtro h1 {
		font-size: 28px;
	}

	.sliderContainer p {
		font-size: 18px;
	}

    .aovivo h2,
	.segmento h2,
	.resultado h2,
	.materias h2,
	.detalheProg h1 {
		font-size: 32px;
	}

	.slide-description .item,
	.slide-capas .item,
	.slide-destaque .item {
		margin-right: 30px;
	}

	.slide-destaque .item {
		width: 500px;
	}

	.slide-destaque .item a strong {
		font-size: 100px;
		line-height: 90px;
		margin-right: 20px;
	}

	.resultado h2 strong {
		display: inline;
	}

	.list-4-columns .item {
		width: 48%;
		margin-left: 0;
		margin-right: 0;
	}

	.list-3-columns .item {
		width: 48%;
		margin: 0 0 50px;
	}

	.grade .scroll li img {
		margin: 0 15px 0 0;
		max-width: 40%;
	}

	.materias .title input {
		margin-top: 0;
	}

	.podcast p {
		font-size: 18px;
	}
}

@media only screen and (min-width : 768px) {

	.site-footer p {
		margin-bottom: 0;
	}

    .sliderContainer .frame {
        height: 600px;
    }

    .sliderContainer {
        padding-top: 0;
    }

    .sliderContainer figure{
        height: 400px;
    }

    .sliderContainer figure img {
        width: auto;
        height: 400px;
        max-height: inherit;
        position: absolute;
        right: -50px;
        top: auto;
    }

    .sliderContainer figure::before{
        background: radial-gradient(at right top, rgba(255,255,255,0) 50%, rgba(16,22,33,1) 90%);        
    }
    .sliderContainer figure::after{
        background: linear-gradient(to bottom, rgba(255,255,255,0) 70%, rgba(16,22,33,1) 100%);        
    }

	.progressBarContainer div {
		width: 80px;
	}

	.aovivo h2 {
		margin-bottom: 30px;
	}

    .slide-card .item {
        width: 240px;
    }

	.segmento h2 {
		margin-right: 45px;
	}

	.slide-destaque .item {
		width: 600px;
		margin-right: 40px;
	}

	.list-3-columns .item h3 {
		font-size: 28px;
	}

    .topoPrograma  .topoProgramaLogo{
        width: auto;
        max-height: 80px;
        margin-right: 20px;
    }
    
    .contato textarea {
        height: 192px;
    }

	.contato input[type=submit] {
		height: 192px;
		width: 100%;
		max-width: 72px;
	}

	.grade .scroll li .resumo {
		padding-top: 5px;
	}

	.topoPagina p {
		font-size: 18px;
	}

	.contato p {
		margin-bottom: 0;
	}

	.podcast-2 .capa,
    .podcast .capa,
	.radio .capa,
    .programa-especial .capa {
		margin: 0;

	}

	.listaRadios ul li {
		width: 45%;
		margin: 0 15px 40px;
	}
    
    .topoProgramaTv .img-programa img{
        position: relative;
        right: auto;
        width: 100%;
        height: calc(100vh - 225px);
        object-position: right center;
    }
    
    .topoProgramaTv .img-programa-emissora
    .programa-especial .img-programa-emissora{
        max-width: 150px;
    }
    
    .segmento h2,
    .materias h2 {
        margin-right: 15px;
    }

    .detalheProg {
        padding: 50px 0;
    }

    .detalheProg .integra.hidden{
        max-height: 60px;
    }

    .materias .title input {
		width: 200px;
	}

    
}

@media only screen and (min-width : 992px) {
    .admin-bar .site-header{
        top: 32px;
    }

	.site-header .navigation .nav-menus-wrapper {
		display: block;
	}

	.site-header .navigation .nav-menu>li {
		margin-left: 5px;
		border: none;
	}

	.site-header .navigation .nav-menu>li:first-child {
		margin-left: 0;
	}

	.site-header .navigation .nav-menu>li>a {
		padding: 0 20px;
		height: 42px;
		position: relative;
		color: #FFF;
		line-height: 42px;
		border-radius: 22px;
	}

	.site-header a.btSearch {
		margin-left: 5px;
		width: 62px;
	}

	.sliderContainer {
		margin-bottom: 100px;
	}

    .sliderContainer figure{
        height: 100%;
    }

    .sliderContainer figure img {
        width: 100%;
        height: 100%;
        max-height: inherit;
        position: relative;
        right: auto;
        top: auto;
    }

	.sliderContainer .frame {
		height: 510px;
	}
    
	.sliderContainer .baseTxt {
		padding-bottom: 0;
		
	}

	.busca .search-label,
	.filtro h1 {
		margin-bottom: 0;
	}

	.busca form {
		width: 58%;
		height: 96px;
		padding-left: 30px;
		margin: 0;
	}

	.busca .input-search {
		height: 80px;
		width: 83%;
	}

	.busca .search-submit {
		height: 80px;
		width: 80px;
	}

	.busca .search-submit img {
		max-width: initial;
	}

	.list-4-columns .item,
	.list-3-columns .item {
		width: 31%;
		margin-right: 1%;
        margin-left: 1%;
	}

	.tagcloud li {
		margin: 0 20px 30px 0;
	}

	.tagcloud li a {
		font-size: 18px;
		padding: 12px 34px;
	}

    .aovivo h2 {
		font-size: 45px;
	}

	.grade .slide-dias {
		padding: 0;
		margin-left: -15px;
		margin-right: -15px;
        overflow: hidden;
	}

    .grade .slide-dias li{
        width: 13%;
        margin-right: 1.27%;
    }

	.grade .scroll li .resumo {
		padding-top: 10px;
	}

    .grade .scroll li img {
		margin: 0 15px 0 0;
		max-width: 250px;
	}

    .topoPagina{
        height: auto;
    }

	.topoPagina .baseTxt {
    
		background: linear-gradient(to bottom, rgba(16, 22, 33, 0) 40%, rgba(16, 22, 33, 1) 100%);
	}

    .topoProgramaTv{
        padding-top: 0;
    }

    .topoProgramaTv .img-programa{
        height: auto;   
    }

	.podcast .plataformas h5 {
		width: auto;
		margin-bottom: 0;
	}

	.podcast .plataformas a {
		width: auto;
		margin-right: 0;
	}

	.ouvir .plataformas {
		margin: 0 0 0 30px;
	}

	.episodio .colLinks {
		padding-left: 45px;
		margin-top: 0;
	}

	.detalheProg h1 {
		font-size: 38px;
	}

	.listaRadios ul li {
		width: 31.2%;
	}

	.player {
		max-width: 550px;
	}

	.player .btnPlay {
		width: 136px;
		height: 136px;
		margin-right: -50px;
	}

	.player .btnPlay svg {
		margin: 58px 0 0 85px;
	}

	.player .controles {
		padding: 0 25px;
		width: 82%;
	}

	.player .controles .time {
		width: auto;
	}

	.player .volume #control {
		width: 200px;
	}

    .detalheProg .capa{
        margin-bottom: 30px;
        background-color: transparent;
        padding: 0;
        font-size: 20px;
        font-weight: 700;
    }

    .detalheProg .capa img.frame-programa{
        max-width: initial;
        width: 100%;
        
        margin: 0 0 10px 0;
    }

    .program-playlists .nav{
        overflow-x: hidden;
        white-space: initial;
    }
}

@media only screen and (min-width : 1200px) {

	.sliderContainer h2,
	.busca .search-label,
	.filtro h1 {
		font-size: 32px;
	}

	.sliderContainer p {
		font-size: 20px;
	}

	.busca form {
		width: 62%;
	}

	.busca .input-search {
		width: 86%;
	}
    
    .list-4-columns{
        margin-left: -1%;
        margin-right: -1%;
        padding: 0;
        width: auto!important;
    }

	.list-4-columns .item {
		width: 23%;
		margin-right: 1%;
        margin-left: 1%;
	}

    .contato {
        padding-bottom: 15px;
    }

	.contato a.lkWhats {
		margin: 18px 0 18px 0;
		width: 100%;
	}

	.grade .scroll {
		padding-right: 30px;
	}

	

    .topoPagina .baseTxt{
        padding-bottom: 50px;
    }

	.topoPagina h1 {
		font-size: 50px;
	}

	.topoPagina p {
		font-size: 20px;
		margin-bottom: 30px;
	}

	.topoPagina .horario,
    .programa-especial .horario {
		margin: 30px 0;
	}

    .detalheProg .share-buttons::before{
        content: "Compartilhe";
        color: #fff;
        font-size: 16px;
        font-weight: 600;
        margin-right: 15px;
    }


    .detalheProg .integra.hidden{
        max-height:60px;
    }

	.podcast .colTxt {
		padding-right: 40px;
	}
}

@media only screen and (min-width : 1400px) {
	.content-align {
		padding-left: 185px;
	}

	.sliderContainer .frame {
		height: 600px;
	}

	.busca form {
		width: 66%;
	}

	.contato a.lkAnuncie {
		margin: 0;
		width: 100%;
	}

	.topoPagina h1 {
		font-size: 60px;
	}

    .detalheProg .video-content{
        padding-right: 50px;
    }

    .detalheProg > .container{
        max-width: 1300px
    }
}

/*
	Patrocinadores
*/
.patrocinadores {
	padding-block: 0px 60px;
}

.patrocinadores h2 {
	font-size: 32px;
	font-weight: 700;
}

.patrocinador-item img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
    object-fit: contain;
}
a.btnAoVivo.d-inline-block.ml-2 {
    background: #d00000;
    color: #fff;
    padding: 14px 24px;
    border-radius: 8px;
    font-weight: bold;
    margin-left: 20px;
}