@charset "utf-8";

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

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

a:focus {
	outline: 0;
}

a img {
	border: none;
}

#page-ndfm {
	width: 100%;
	font-family: 'Poppins', sans-serif;
	font-weight: 400;
	font-size: 100%;
	margin: 0;
}

.img-responsive {
	max-width: 100%;
	height: auto;
}

.max-w {
	width: 100%;
	max-width: 1920px;
	margin-left: auto;
	margin-right: auto;
}

header {
	padding-top: 20px;
	padding-bottom: 30px;
	z-index: 90;
	background: url(../images/ndfm/bg-header.png) no-repeat center bottom;
	top: 0;
	left: 0;
	right: 0;
}

header .logo {
	margin-bottom: 20px;
}

header a.lkMenu img {
	border-radius: 5px;
	box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.1);
	transition: all 0.2s linear;
}

header a.lkMenu:hover img {
	box-shadow: 0px 0px 0px 5px rgba(255, 255, 255, 0.2);
	transition: all 0.2s linear;
}

header a.lkND {
	font-size: 10px;
	color: #FFF;
	font-weight: 500;
	padding-top: 8px;
}

header a.lkND:hover {
	text-decoration: underline;
}

header a.lkND img {
	margin-left: 4px;
	margin-top: -8px;
}

.topoPage {
	padding-top: 230px;
	padding-bottom: 140px;
	background: url(../images/ndfm/bg-topo.jpg) no-repeat center bottom;
}

.topoPage:after {
	content: " ";
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 113px;
	z-index: 0;
	background: url(../images/ndfm/mask-topo.png) no-repeat center top;
}

.topoPage .atual {
	margin-bottom: 60px;
}

.topoPage .atual #radio-player{
    visibility: hidden;
    height: 0;
}

.topoPage .atual .tag {
	background: #3265F4;
	font-size: 11px;
	color: #FFF;
	font-weight: 600;
	line-height: 20px;
	border-radius: 10px;
	padding: 0 8px;
	margin-bottom: 20px;
}

.topoPage .atual h2 {
	font-size: 42px;
	font-weight: 700;
	color: #FFF;
	margin-bottom: 15px;
	line-height: 40px;
}

.topoPage .atual .autor {
	margin-bottom: 24px;
}

.topoPage .atual h4 {
	font-size: 16px;
	color: #FFF;
}

.topoPage .atual h5 {
	font-size: 10px;
	font-weight: 700;
	color: #8284EC;
}

.topoPage .atual .share {
	margin-top: 8px;
}

.topoPage .atual .share .share-buttons{
    display: flex;
}

.topoPage .atual .share a {
	margin-left: 8px;
    display: inline-block;
    color: #fff;
    opacity: 0.5;
}

.topoPage .atual .share a:hover,
.topoPage .atual .share a:active{
    opacity: 1;
}

.topoPage .atual .share a .whatsapp-action {
    display: none;
}

.topoPage .atual .capa {
	margin-bottom: 30px;
    max-width: 240px;
    height: auto;
}

.topoPage .atual .btnOuvir {
	font-size: 16px;
	font-weight: 600;
	color: #28296E;
	text-decoration: none;
	padding: 12px 0;
	border-radius: 8px;
	background: #FFF;
	margin: 0 8px;
	width: 144px;
	box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.0);
}

.topoPage .atual .btnAssistir {
	font-size: 16px;
	font-weight: 600;
	color: #FFF;
	text-decoration: none;
	padding: 12px 0;
	border-radius: 8px;
	background: linear-gradient(48.42deg, #FFC007 0%, #E15D2A 100%), linear-gradient(140.14deg, #007BFF 0%, #BC29D4 100%);
	margin: 0 8px;
	width: 144px;
	box-shadow: 0px 0px 0px 0px rgba(255, 255, 255, 0.0);
}

.topoPage .atual .btnOuvir:hover,
.topoPage .atual .btnAssistir:hover {
	box-shadow: 0px 0px 0px 4px rgba(255, 255, 255, 0.3);
}

.topoPage .podcasts h3 {
	font-size: 18px;
	font-weight: 700;
	color: #FFF;
	margin-bottom: 24px;
}

.topoPage .lkPodecast {
	font-size: 16px;
	font-weight: 600;
	color: #373737;
	border-radius: 8px;
	background-color: #FFF;
	line-height: 17px;
	box-shadow: 0 10px 20px 0 rgba(66, 136, 206, 0.09);
	text-decoration: none;
	overflow: hidden;
	padding-right: 60px;
}

.topoPage .lkPodecast:after {
	content: " ";
	display: block;
	position: absolute;
	width: 26px;
	height: 26px;
	top: 50%;
	right: 15px;
	margin-top: -13px;
	background: url(../images/ndfm/icon-play-podcast.png) no-repeat 0 0;

}

.topoPage .lkPodecast:hover {
	color: #e15d2a;
	box-shadow: 0 10px 20px 0 rgba(66, 136, 206, 0.3);
}

.topoPage .lkPodecast img {
	margin-right: 15px;
    max-width: 130px;
    height: auto;
}

.topoPage ul {
	width: 96%;
}

.topoPage ul li {
	margin-bottom: 16px;
}

.topoPage .boxScroll {
	max-height: 292px;
	overflow-y: auto;
}

.topoPage .boxScroll::-webkit-scrollbar {
	width: 16px;
}

.topoPage .boxScroll::scrollbar {
	width: 16px;
}

.topoPage .boxScroll::-webkit-scrollbar-track {
	background: rgba(204, 205, 249, 0.4);
	border-radius: 8px;
}

.topoPage .boxScroll::scrollbar-track {
	background: rgba(204, 205, 249, 0.4);
	border-radius: 8px;
}

.topoPage .boxScroll::-webkit-scrollbar-thumb {
	background: #FFF;
	border-radius: 8px;
}

.topoPage .boxScroll::scrollbar-thumb {
	background: #FFF;
	border-radius: 8px;
}

.spotMensagem {
	z-index: 20;
	margin-top: -70px;
	margin-bottom: 60px;
}

.spotMensagem .boxForm {
	overflow: hidden;
	width: 100%;
	padding: 20px;
	border-radius: 12px;
	background: #FFF;
	box-shadow: 0 10px 40px 0 rgba(66, 136, 206, 0.4);
}

.spotMensagem .boxForm h3 {
	font-size: 16px;
	color: #28296E;
	font-weight: 700;
	line-height: 18px;
	margin-bottom: 15px;
}

.spotMensagem .boxForm .form-group {
	border: none;
	height: 48px;
	margin-bottom: 10px;
}

.spotMensagem .boxForm .form-group input[aria-invalid=true].wpcf7-validates-as-required{
    background-color: #FFC8C8;
    border: 1px solid red;
}

.spotMensagem .boxForm .wpcf7-not-valid-tip{
    display: none;
}

.spotMensagem .boxForm .form-group.nome {
	width: 48%;
	margin-right: 1%;
}

.spotMensagem .boxForm .form-group.telefone {
	width: 48%;
	margin-left: 1%;
}

.spotMensagem .boxForm .form-group.mensagem {
	width: 100%;
}

.spotMensagem .boxForm .form-group input {
	border: none;
	height: 48px;
	background: #EEF1F7;
	border: 1px solid #EEF1F7;
	border-radius: 8px;
	padding: 0 15px;
	height: 46px;
	font-size: 14px;
	color: #575757;
	width: 100%;
	outline: none;
}

.spotMensagem .boxForm .form-group input:focus {
	background: #FFF;
	color: #1871FA;
	font-weight: 500;
	border-color: #979797;
}

.spotMensagem .boxForm .form-checkbox {
	margin-bottom: 10px;
}

.spotMensagem .boxForm input[type=checkbox].css-checkbox {
	position: absolute;
	z-index: -1000;
	left: -1000px;
	overflow: hidden;
	clip: rect(0 0 0 0);
	height: 1px;
	width: 1px;
	margin: -1px;
	padding: 0;
	border: 0;
}

.spotMensagem .boxForm input[type=checkbox].css-checkbox {
	position: absolute;
	z-index: -1000;
	left: -1000px;
	overflow: hidden;
	clip: rect(0 0 0 0);
	height: 1px;
	width: 1px;
	margin: -1px;
	padding: 0;
	border: 0;
}

.spotMensagem .boxForm input[type=checkbox].css-checkbox+.wpcf7-list-item-label {
	padding-left: 28px;
	min-height: 18px;
	display: inline-block;
	font-size: 12px;
	color: #333496;
	font-weight: 500;
	line-height: 18px;
	margin-bottom: 0;
	background: url(../images/ndfm/bg-checkbox-off.png) no-repeat left top;
	vertical-align: middle;
	cursor: pointer;
}

.spotMensagem .boxForm input[type=checkbox].css-checkbox:checked+.wpcf7-list-item-label {
	background: url(../images/ndfm/bg-checkbox-on.png) no-repeat left top;
}

.spotMensagem .boxForm .wpcf7-list-item-label {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.spotMensagem .boxForm .wpcf7-list-item-label a {
	color: #333496;
	font-weight: 700;
	text-decoration: none;
}

.spotMensagem .boxForm .wpcf7-list-item-label a:hover {
	color: #e15d2a;
}

.spotMensagem .boxForm .aceite-termos .wpcf7-list-item{
    margin: 0;
}

.spotMensagem .boxForm .btnEnviar {
	background: radial-gradient(circle, #FF9A01 0%, #FF5F1A 100%);
	font-size: 16px;
	font-weight: 600;
	color: #FFF;
	display: block;
	margin: 0 auto;
	width: 220px;
	height: 48px;
	border-radius: 8px;
	outline: none;
	box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.0);
    text-indent: -10000;
    position: relative;
}

.spotMensagem .boxForm .btnEnviar:hover {
	box-shadow: 0px 0px 0px 4px rgba(0, 0, 0, 0.1);
}

.spotMensagem a.btWhatsapp {
	max-width: 330px;
	height: 100px;
	border-radius: 50px;
	background: #FFF;
	margin: 15px auto 0;
	font-size: 14px;
	color: #28296E;
	font-weight: 700;
	text-decoration: none;
	padding: 0 30px;
	box-shadow: 0 10px 40px 0 rgba(66, 136, 206, 0.4);
}

.spotMensagem a.btWhatsapp:hover {
	color: #e15d2a;
}

.spotMensagem a.btWhatsapp span {
	margin-right: 15px;
}

.banner {
	margin-bottom: 60px;
}

.banner img {
	margin: 0 auto;
}

.spotProgramacao,
.spotProgramas {
	margin-bottom: 100px;
}

.spotProgramacao .title,
.spotProgramas .title {
	margin-bottom: 50px;
}

.spotProgramacao .title h2,
.spotProgramas .title h2 {
	font-size: 42px;
	color: #2A2B86;
	font-weight: 700;
	margin-bottom: 15px;
}

.spotProgramacao .title p,
.spotProgramas .title p {
	font-size: 16px;
	color: #57667E;
	margin-bottom: 20px;
}

.spotProgramacao .colProg,
.spotProgramas .colProg {
	background: #FAFAFA;
	border-radius: 20px;
	padding-top: 30px;
	padding-bottom: 30px;
}

.spotProgramacao .colProg .boxScroll {
	max-height: 450px;
	overflow-y: auto;
}

.spotProgramacao .colProg .boxScroll::-webkit-scrollbar,
.spotProgramas .colProg .boxScroll::-webkit-scrollbar {
	width: 16px;
}

.spotProgramacao .colProg .boxScroll::scrollbar,
.spotProgramas .colProg .boxScroll::scrollbar {
	width: 16px;
}

.spotProgramacao .colProg .boxScroll::-webkit-scrollbar-track,
.spotProgramas .colProg .boxScroll::-webkit-scrollbar-track {
	background: #e9e6e6;
	border-radius: 8px;
}

.spotProgramacao .colProg .boxScroll::scrollbar-track,
.spotProgramas .colProg .boxScroll::scrollbar-track {
	background: #e9e6e6;
	border-radius: 8px;
}

.spotProgramacao .colProg .boxScroll::-webkit-scrollbar-thumb,
.spotProgramas .colProg .boxScroll::-webkit-scrollbar-thumb {
	background: #201d70;
	border-radius: 8px;
}

.spotProgramacao .colProg .boxScroll::scrollbar-thumb,
.spotProgramas .colProg .boxScroll::scrollbar-thumb {
	background: #201d70;
	border-radius: 8px;
}

.spotProgramacao .colProg ul,
.spotProgramas .colProg .ndfm-programas-list,
.spotPodcastas .listaPods .ndmais-cards-list.ndfm-podcasts-list {
	width: 96%;
}

.spotProgramacao .colProg ul li {
	margin-bottom: 20px;
}

.spotProgramacao .colProg ul li img {
	margin-right: 20px;
	width: 80px;
	height: auto;
}

.spotProgramacao .colProg ul li .info {
	width: 65%;
}

.spotProgramacao .colProg ul li h3 {
	font-size: 18px;
	font-weight: 600;
	color: #595E6C;
	margin-bottom: 10px;
}

.spotProgramacao .colProg ul li p {
	font-size: 16px;
	color: #595E6C;
}

.spotProgramacao .colProg ul li.live {
	margin-bottom: 30px;
}

.spotProgramacao .colProg ul li.live .tag {
	background: #3265f4;
	font-size: 11px;
	color: #FFF;
	font-weight: 600;
	line-height: 20px;
	border-radius: 10px;
	padding: 0 8px;
	margin-bottom: 12px;
}

.spotProgramacao .colProg ul li.live .info {
	width: 50%;
}

.spotProgramacao .colProg ul li.live a.btnOuvir {
	width: 38px;
	height: 38px;
	background: url(../images/ndfm/icon-play-prog.png) no-repeat 0 0;
	text-indent: -5000em;
	margin-left: 10px;
	border-radius: 50%;
	box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.0);
}

.spotProgramacao .colProg ul li.live a.btnOuvir:hover {
	box-shadow: 0px 0px 0px 4px rgba(0, 0, 0, 0.1);
}

.spotProgramacao .ndfm-programacao-lista{
    visibility: hidden;
    opacity: 0;
    height: 0;
    overflow: hidden;
    transition: opacity 1s linear;
    -moz-animation-delay: 0.5s;
    -webkit-animation-delay: 0.5s;
    -o-animation-delay: 0.5s;
     animation-delay: 0.5s;
}

.spotProgramacao .ndfm-programacao-lista.active{
    visibility: visible;
    opacity: 1;
    height: auto;
}

.spotDestaques {
	margin-bottom: 60px;
}

.spotDestaques h2 {
	font-size: 42px;
	color: #2A2B86;
	font-weight: 700;
	margin-bottom: 55px
}

.spotDestaques ul {
	width: 100%;
	max-width: 480px;
	margin: 0 auto;
}

.spotDestaques ul li {
	margin-bottom: 40px;
}

.spotDestaques ul li a {
	font-size: 18px;
	color: #373737;
	text-decoration: none;
	font-weight: 600;
	line-height: 24px;
}

.spotDestaques ul li a:hover {
	color: #e15d2a;
}

.spotDestaques ul li a .destaque-img{
    position:relative;
    height: 140px;
    margin-right: 14px;
	border-radius: 6px;
    max-width: 140px;
    flex: 0 0 140px;
    overflow: hidden;
}

.spotDestaques ul li a img {
	position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.spotProgramas .colProg .boxScroll {
	max-height: 564px;
	overflow-y: auto;
}

.spotProgramas .colProg .ndfm-programas-list .ndfm-programas-card,
.spotPodcastas .listaPods .ndfm-podcasts-list .ndfm-podcasts-item {
	margin-bottom: 15px;
}

.spotProgramas .colProg .ndfm-programas-list .ndfm-programas-card a {
	background: #FFF;
	border-radius: 8px;
	overflow: hidden;
	font-size: 16px;
	font-weight: 600;
	color: #373737;
	line-height: 20px;
	text-decoration: none;
	padding-right: 20px;
	box-shadow: 0 10px 20px 0 rgba(66, 136, 206, 0.09);
}

.spotProgramas .colProg .ndfm-programas-list .ndfm-programas-card a .thumb,
.spotPodcastas .listaPods .ndfm-podcasts-list .ndfm-podcasts-item a .thumb {
	flex:0 0  125px;
	margin-right: 15px;
    height: 125px;
}

.spotProgramas .colProg .ndfm-programas-list .ndfm-programas-card a .thumb:before,
.spotPodcastas .listaPods .ndfm-podcasts-list .ndfm-podcasts-item a .thumb:before {
	content: " ";
	display: block;
	width: 42px;
	height: 42px;
	position: absolute;
	z-index: 10;
	left: 50%;
	top: 50%;
	margin: -21px 0 0 -21px;
	background: url(../images/ndfm/icon-play-programa.png) no-repeat 0 0;
}

.spotProgramas .colProg .ndfm-programas-list .ndfm-programas-card a .thumb img,
.spotPodcastas .listaPods .ndfm-podcasts-list .ndfm-podcasts-item a .thumb img {
	width: 124px;
	height: 100%;
	object-fit: cover;
}

.spotProgramas .colProg .ndfm-programas-list .ndfm-programas-card a .titulo,
.spotPodcastas .listaPods .ndfm-podcasts-list .ndfm-podcasts-item a .titulo {
	padding: 10px 0;
}

.spotProgramas .colProg .ndfm-programas-list .ndfm-programas-card a:hover {
	color: #e15d2a;
	box-shadow: 0 10px 20px 0 rgba(66, 136, 206, 0.2);
}

.spotProgramas .colProg #loop-horizontal-pagination{
    max-width: 320px;
    margin-top: 30px;
}

.spotProgramas .colProg #loop-horizontal-pagination .loop-horizontal-pagination-current-page{
    background: transparent;
}

.spotProgramas .colProg #loop-horizontal-pagination .loop-horizontal-pagination-button{
    background-color: #fff;
    border-radius: 25px;
    border: none;
    overflow: hidden;
    color: #000;
}

.spotProgramas .colProg #loop-horizontal-pagination .loop-horizontal-pagination-button:hover{
    text-decoration: none;
    font-size: 16px;
}

.spotProgramas .colProg #loop-horizontal-pagination .loop-horizontal-pagination-button.disabled{
    color: #999;
}

.spotPodcastas {
	padding: 35px 0 40px;
	margin-bottom: 105px;
	background: url(../images/ndfm/bg-podcasts.jpg) no-repeat center bottom;
}

.spotPodcastas .title {
	margin-bottom: 50px;
}

.spotPodcastas .title h2 {
	font-size: 42px;
	color: #FFF;
	font-weight: 700;
    margin-bottom: 20px;
}


.spotPodcastas .title p{
    color: #fff;
}

.spotPodcastas .title .arrow{
    margin-top: 50px;
}

.spotPodcastas .title img {
	border-radius: 8px;
}

.spotPodcastas #podcast-video-content{
    background-color: #000;
    border-radius: 8px;
    overflow: hidden;
    position: relative;
    width: 100%;
    padding-bottom: 52%;
}

.spotPodcastas #podcast-video-content iframe{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.spotPodcastas .listaPods .boxScroll {
	max-height: 445px;
	overflow-y: auto;
}

.spotPodcastas .listaPods .boxScroll::-webkit-scrollbar {
	width: 16px;
}

.spotPodcastas .listaPods .boxScroll::scrollbar {
	width: 16px;
}

.spotPodcastas .listaPods .boxScroll::-webkit-scrollbar-track {
	background: rgba(208, 202, 202, 0.41);
	border-radius: 8px;
}

.spotPodcastas .listaPods .boxScroll::scrollbar-track {
	background: rgba(208, 202, 202, 0.41);
	border-radius: 8px;
}

.spotPodcastas .listaPods .boxScroll::-webkit-scrollbar-thumb {
	background: #201D70;
	border-radius: 8px;
}

.spotPodcastas .listaPods .boxScroll::scrollbar-thumb {
	background: #201D70;
	border-radius: 8px;
}

.spotPodcastas .listaPods .ndfm-podcasts-list .ndfm-podcasts-item a {
	border-radius: 8px;
	overflow: hidden;
	font-size: 13px;
	font-weight: 600;
	color: #FFF;
	line-height: 20px;
	text-decoration: none;
	padding-right: 20px;
	background: #6E6CA1;
	box-shadow: 0 10px 20px 0 rgba(66, 136, 206, 0.09);
}

.spotPodcastas .listaPods .ndfm-podcasts-list .ndfm-podcasts-item a:hover {
	background: #FFF;
	color: #201D70;
}

.spotPodcastas .listaPods .ndfm-podcasts-list .ndfm-podcasts-item a.active {
	background: #FFF;
	font-size: 14px;
	color: #201D70;
}

.spotPodcastas .listaPods .ndfm-podcasts-list .ndfm-podcasts-item a.active .thumb:before {
	display: none;
}

.spotPodcastas #loop-horizontal-pagination{
    max-width: 320px;
    margin-top: 30px;
}

.spotPodcastas #loop-horizontal-pagination .loop-horizontal-pagination-current-page{
    background: transparent;
    color: #fff;
}

.spotPodcastas #loop-horizontal-pagination .loop-horizontal-pagination-button{
    background-color: #fff;
    border-radius: 25px;
    border: none;
    overflow: hidden;
    color: #000;
}

.spotNoticias {
	margin-bottom: 80px;
}

.spotNoticias h2 {
	font-size: 42px;
	color: #2A2B86;
	font-weight: 700;
	margin-bottom: 55px
}

.spotNoticias .ndfm-noticias .ndfm-noticias-card {
	margin-bottom: 40px;
    max-width: 350px;
}

.spotNoticias .ndfm-noticias .ndfm-noticias-card .ndfm-noticias-card-content{
    border-radius: 10px;
	overflow: hidden;
	background: #FFF;
	margin-bottom: 50px;
	box-shadow: 0 50px 85px 0 rgba(189, 223, 246, 0.45);
	width: 100%;
    position: relative;
    height: 100%;
}

.spotNoticias .ndfm-noticias .ndfm-noticias-card img {
	margin-bottom: 20px;
}

.spotNoticias .ndfm-noticias .ndfm-noticias-card h3 {
	font-size: 20px;
	font-weight: 600;
	color: #373737;
	line-height: 30px;
	padding: 0 25px;
}

.spotNoticias .ndfm-noticias .ndfm-noticias-card h3 a {
	color: #373737;
	text-decoration: none;
}

.spotNoticias .ndfm-noticias .ndfm-noticias-card h3 a:hover {
	color: #e15d2a;
}

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

.spotNoticias a.btLoad {
	width: 48px;
	height: 48px;
    color: #fff;
    line-height: 48px;
	box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.0);
    background-color: #CFD9EA;
    border-radius: 50%;
    padding: 0;
    vertical-align: middle;
}

.spotNoticias a.btLoad .button-text{
    width: 100%;
    height: 48px;
    display: block;
    font-size: 20px;
    padding-top: 12px;
}

.spotNoticias a.btLoad:hover {
	box-shadow: 0px 0px 0px 4px rgba(0, 0, 0, 0.1);
}

.spotTel {
	margin-bottom: 80px;
}

.spotTel h2 {
	font-size: 32px;
	font-weight: 700;
	color: #2A2B86;
	line-height: 48px;
	margin-bottom: 30px;
}

.spotTel .box {
	border-radius: 10px;
	padding: 50px 20px 30px;
	background: #FFF;
	box-shadow: 0 10px 10px 0 rgba(189, 223, 246, 0.45);
}

.spotTel ul {
	font-size: 18px;
	font-weight: 600;
	color: #373737;
}

.spotTel ul strong {
	font-size: 22px;
	font-weight: 700;
	display: block;
}

.spotTel ul li {
	line-height: 27px;
	margin-bottom: 20px;
}

.customSelect {
	height: 48px;
	width: 180px;
}

.customSelect .nice-select {
	border-radius: 8px;
	border: 1px solid #EEF1F7;
	height: 48px;
	color: #575757;
	font-size: 14px;
	font-weight: 500;
	background: #EEF1F7;
	padding: 0 50px 0 15px;
}

.customSelect .nice-select.open {
	border: 1px solid #979797;
	background: #FFF;
}

.customSelect .nice-select:after {
	border: none;
	width: 35px;
	height: 48px;
	margin-top: 0;
	transform-origin: inherit;
	transform: inherit;
	right: 0;
	top: 0;
	background: url(../images/ndfm/arrow-dropdown.png) no-repeat left center;
}

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

.customSelect .nice-select .list {
	z-index: 30;
	margin-top: 0;
	border: none;
	background: #FFF;
	border-radius: 8px;
}

.customSelect .nice-select .list li {
	border-top: none;
	position: relative;
	padding-right: 15px;
}

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

.customSelect .nice-select .option:hover,
.customSelect .nice-select .option.focus,
.customSelect .nice-select .option.selected.focus {
	background: #EEF1F7 !important;
	color: #6E88AF;
}

@media only screen and (min-width : 480px) {
	.spotProgramacao .colProg ul li img {
		margin-left: 25px;
	}

	.spotProgramacao .colProg ul li.live img {
		margin-left: 0;
		width: 134px;
	}

	.spotProgramacao .colProg ul li .info {
		width: 70%;
	}

	.spotProgramacao .colProg ul li.live a.btnOuvir {
		margin-left: 15px;
	}

	.spotPodcastas .listaPods .ndfm-podcasts-list .ndfm-podcasts-item a {
		margin-left: 20px;
	}

	.spotPodcastas .listaPods .ndfm-podcasts-list .ndfm-podcasts-item a.active {
		margin-left: 0;
	}
}

@media only screen and (min-width : 576px) {
	header {
		padding-top: 30px;
		padding-bottom: 0;
		height: 169px;
	}

	header .logo {
		margin-bottom: 0;
	}

	.topoPage {
		padding-top: 190px;
	}

	.spotProgramacao .colProg ul li.live .info {
		width: 56%;
	}

	.spotTel h2 {
		width: 165px;
		margin: 45px 40px 0 0;
	}

	.spotTel .box {
		width: 305px;
	}
}

@media only screen and (min-width : 768px) {
	.topoPage .atual {
		margin-bottom: 0;
	}

	.topoPage .podcasts {
		margin-top: 40px;
	}

	.topoPage .boxScroll {
		max-width: 450px;
	}

	.spotProgramacao .colProg,
	.spotProgramas .colProg {
		padding-left: 30px;
		padding-right: 30px;
	}

	.spotProgramacao .colProg ul li .info {
		width: 80%;
	}

	.spotProgramacao .colProg ul li.live .info {
		width: 65%;
	}

	.spotNoticias .ndfm-noticias .ndfm-noticias-card {
		width: 50%;
        padding: 0 15px;
	}

	.spotTel h2 {
		margin-top: 0;
		align-self: center;
	}

	.spotTel .box {
		width: 485px;
		padding-left: 50px;
		padding-right: 50px;
	}

	.spotTel ul li {
		width: 48%;
	}
}

@media only screen and (min-width : 992px) {
	.topoPage .atual h4 {
		width: 47%;
		text-align: right;
	}

	.topoPage .atual .share {
		margin-top: 0;
		width: 47%;
	}

	.spotMensagem a.btWhatsapp {
		margin: 10px 0 0;
		max-width: 192px;
		float: right;
	}

	.spotMensagem a.btWhatsapp span {
		width: 90px;
		line-height: 18px;
	}

	.spotMensagem .boxForm {
		height: 116px;
		border-radius: 60px;
		padding: 0 0 0 30px;
	}

	.spotMensagem .boxForm h3 {
		width: 100px;
		margin-bottom: 0;
	}

	.spotMensagem .boxForm form {
		width: 550px;
		position: relative;
        margin: 0;
        float: left;
        width: 100%;
	}

	.spotMensagem .boxForm .baseCampos {
		float: left;
	}
    .spotMensagem .boxForm  .wpcf7-response-output{
        position: absolute;
        margin: 0;
        left: 400px;
        bottom: 0;
        padding: 0;
        font-size: 12px;
        width: 300px;
    }

	.spotMensagem .boxForm .form-group {
		margin-bottom: 8px;
    }

	.spotMensagem .boxForm .form-group.nome {
		width: 130px;
		margin-right: 15px;
	}

	.spotMensagem .boxForm .form-group.telefone {
		width: 130px;
		margin-left: 0;
		margin-right: 15px;
	}

	.spotMensagem .boxForm .form-group.mensagem {
		width: 150px;
	}

	.spotMensagem .boxForm .btnEnviar {
		background: url(../images/ndfm/icon-enviar.png) 20px center no-repeat, radial-gradient(circle, #FF9A01 0%, #FF5F1A 100%);
		margin: 0;
		width: 140px;
		height: 140px;
		border-radius: 50%;
		box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.0);
		position: absolute;
		top: -28px;
		right: -54px;
		text-align: left;
		z-index: 10;
        text-indent: -1000px;
	}

	.spotMensagem .boxForm .btnEnviar img {
		width: 45px;
		height: auto;
		margin-left: 16px;
	}

	.spotMensagem .boxForm .form-checkbox {
		margin-bottom: 0;
	}

	.spotProgramacao .title,
	.spotProgramas .title {
		margin-bottom: 0;
		padding-top: 38px;
	}

	.spotProgramacao .title .arrow,
	.spotProgramas .title .arrow {
		margin-top: 55px;
	}

	.spotProgramacao .colProg ul li .info {
		width: 72%;
	}

	.spotProgramacao .colProg ul li.live .info {
		width: 55%;
	}

	.spotDestaques ul {
		max-width: initial;
		margin: 0;
	}

	.spotDestaques ul li {
		width: 32%;
	}

	.spotPodcastas .title {
		margin-bottom: 0;
	}

	.spotPodcastas .listaPods .boxScroll {
		width: 435px;
	}

	.spotNoticias .ndfm-noticias .ndfm-noticias-card {
		width: 33%;
	}

	.spotTel .box {
		width: 725px;
	}

	.spotTel ul li {
		width: 32%;
		margin-right: 2%;
	}

	.spotTel ul li:nth-child(3n+0) {
		margin-right: 0;
	}
}

@media only screen and (min-width : 1200px) {
	.topoPage .podcasts {
		padding-left: 50px;
	}

	.spotMensagem .boxForm {
		width: 108%;
		padding-left: 40px;
	}

	.spotMensagem .boxForm form {
		width: 730px;
	}

	.spotMensagem .boxForm .form-group.nome,
	.spotMensagem .boxForm .form-group.telefone {
		width: 150px;
	}

	.spotMensagem .boxForm .form-group.mensagem {
		width: 270px;
	}

	.spotMensagem .boxForm .btnEnviar {
		right: -48px;
	}

	.spotProgramacao .title,
	.spotProgramas .title {
		padding-right: 50px;
		padding-left: 50px;
	}

	.spotProgramacao .colProg,
	.spotProgramas .colProg {
		flex: 0 0 54.333333%;
		max-width: 54.333333%;
	}

	.spotProgramacao .colProg ul li .info {
		width: 76%;
	}

	.spotProgramacao .colProg ul li.live .info {
		width: 58%;
	}

	.spotDestaques ul li {
		width: 31%;
	}

	.spotPodcastas .listaPods .boxScroll {
		width: 382px;
	}

	.spotTel h2 {
		margin-left: 35px;
	}

	.spotTel .box {
		width: 835px;
	}

	.spotTel ul li {
		width: 18.4%;
		margin-right: 2%;
	}
}