@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;
}

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

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

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

#viva-acores{
    padding-top: 45px;
	background: url(../images/bg-topo.webp) no-repeat left top;
}

.topoPage {
	margin-bottom: 120px;
}

.topoPage img {
	display: block;
	margin: 0 auto 30px;
	width: 100%;
	max-width: 400px;
	height: auto;
}

.topoPage h1 {
	font-size: 30px;
	text-align: center;
	background: #1F3474;
	background: linear-gradient(to right, #1F3474 0%, #0c7dbe 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.topoPage h1 strong {
	font-weight: 700;
	display: block;
}

.episodios {
	margin-bottom: 120px;
}

.episodios .title {
	text-align: center;
	margin-bottom: 40px;
}

.episodios h2 {
	font-size: 30px;
	margin-bottom: 20px;
	background: #1F3474;
	background: linear-gradient(to right, #1F3474 0%, #03a1e2 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	display: inline-block;
}

.episodios h2 strong {
	font-weight: 800;
	display: block;
}

.episodios p {
	font-size: 18px;
	font-weight: 500;
	color: #1565C0;
}

.episodios p strong {
	font-weight: 700;
	display: block;
}

.episodios .boxAlign {
	width: 100%;
}

.episodios .btn-documentario{
    background-color: #00BCD4;
    color: #fff;
    font-weight: 700;
}

#slideEpisodios {
	position: relative;
	padding: 0 55px;
}

#slideEpisodios .slick-prev {
	display: block;
	position: absolute;
	border: none;
	outline: none;
	left: 0;
	top: 50%;
	text-indent: -5000em;
	cursor: pointer;
	width: 52px;
	height: 52px;
	border-radius: 50%;
	background: #F3F3FF url(../images/arrow-episodios.webp) no-repeat 0 0;
	margin-top: -52px;
}

#slideEpisodios .slick-next {
	display: block;
	position: absolute;
	border: none;
	outline: none;
	right: 0;
	top: 50%;
	text-indent: -5000em;
	cursor: pointer;
	width: 52px;
	height: 52px;
	border-radius: 50%;
	background: #F3F3FF url(../images/arrow-episodios.webp) no-repeat -53px 0;
	margin-top: -52px;
}

#slideEpisodios .slick-prev:hover,
#slideEpisodios .slick-next:hover {
	box-shadow: 0 5px 30px 0 rgba(143, 177, 200, 0.22);
}

#slideEpisodios .item {
	margin: 0 10px;
	text-align: center;
	font-size: 16px;
	font-weight: 500;
	color: #1D3579;
}

#slideEpisodios .item a {
	display: block;
	max-width: 265px;
	margin: 0 auto;
	color: #1D3579;
}

#slideEpisodios .item a:hover {
	color: #01a7e8;
}

#slideEpisodios .item a strong {
	font-size: 20px;
	font-weight: 700;
	display: block;
    line-height: 1.25;
}

#slideEpisodios .item a span {
	display: block;
	border-radius: 12px;
	position: relative;
	box-shadow: 0 10px 20px 0 rgba(143, 177, 200, 0.2);
	margin-bottom: 10px;
	overflow: hidden;
    height: 0;
    padding-bottom: 100%;
    text-align: center;
}

#slideEpisodios .item a span img{
    position: absolute;
    height: 100%;
    width: auto;
    left: 50%;
    top: 0;
    max-width: none;
    transform: translateX(-50%);
}

#slideEpisodios .item a:hover span {
	box-shadow: 0 10px 20px 0 rgba(143, 177, 200, 0.4);
}

#slideEpisodios .item a span small {
	display: block;
	position: absolute;
	z-index: 10;
	background: url(../images/bg-numero.webp) no-repeat right bottom;
	width: 85px;
	height: 85px;
	font-size: 32px;
	font-weight: 900;
	color: #FFF;
	text-align: left;
	padding: 12px 0 0 15px;
}

.spotPatrocinio {
	margin-bottom: 140px;
}

.spotPatrocinio h2 {
	font-size: 30px;
	margin-bottom: 40px;
	background: #1F3474;
	background: linear-gradient(to right, #1F3474 0%, #03a1e2 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	text-align: center;
	font-weight: 700;
	display: inline-block;
}

.spotPatrocinio ul {
	width: 100%;
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
}

.spotPatrocinio ul li {
	width: 45%;
	height: 105px;
	padding: 10px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 20px;
	border-radius: 12px;
	box-shadow: 0 5px 30px 0 rgba(143, 177, 200, 0.22);
}

.spotPatrocinio ul li img {
	width: auto;
	max-width: 100%;
	height: auto;
	max-height: 100%;
	align-self: center;
}

.spotPosts {
	padding-bottom: 120px;
	background: url(../images/bg-posts.webp) no-repeat left bottom;
	background-size: 100%;
}

.spotPosts h2 {
	font-size: 30px;
	margin-bottom: 40px;
	background: #1F3474;
	background: linear-gradient(to right, #1F3474 0%, #03a1e2 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	text-align: center;
	font-weight: 700;
	display: inline-block;
}


.spotPosts .ndmais-cards-list .conteudos-card {
	width: 100%;
	max-width: 265px;
	margin: 0 0 50px;
	text-align: center;
}

.spotPosts .ndmais-cards-list .conteudos-card .img{
    position: relative;
    height: 0;
    padding-bottom: 100%;
    display: block;
    border-radius: 12px;
	display: block;
	margin: 0 auto 15px;
	box-shadow: 0 5px 30px 0 rgba(143, 177, 200, 0.22);
    overflow: hidden;
}

.spotPosts .ndmais-cards-list .conteudos-card .img img {
    position: absolute;
    left: 50%;
    top: 0;
    width: auto;
    max-width: none;
    height: 100%;
    transform: translateX(-50%);
}

.spotPosts .ndmais-cards-list .conteudos-card h3 {
	font-size: 16px;
	font-weight: 600;
	color: #607D8B;
	line-height: 24px;
}

.spotPosts .ndmais-cards-list .conteudos-card h3 a {
	color: #607D8B;
	text-decoration: none;
}

.spotPosts .ndmais-cards-list .conteudos-card h3 a:hover {
	color: #203373;
}

.spotPosts .site-button{
    text-align: center;
    margin: 0 auto;
}

.spotPosts a.lkMore {
	display: inline-block;
	background: #00BCD4;
	font-size: 18px;
	color: #FFF;
	font-weight: 600;
	line-height: 48px;
	border-radius: 24px;
	width: 154px;
	text-decoration: none;
    min-width:auto;
    padding: 0;
}

.spotPosts a.lkMore:hover {
	background: #203373;
}

.modal .close {
	position: absolute;
	z-index: 40;
	width: 36px;
	height: 36px;
	cursor: pointer;
	display: block;
	text-indent: -5000em;
	opacity: 1;
	right: -10px;
	background: url(../images/bt_close.webp) no-repeat 0 0;
	top: -10px;
}

#popupVideo .modal-content {
	background: none !important;
	border-radius: 0 !important;
}

#popupVideo .modal-body {
	padding: 0 !important;
}

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

	.spotPosts .ndmais-cards-list .conteudos-card {
		width: 46%;
		max-width: initial;
	}
}

@media only screen and (min-width : 768px) {
	#viva-acores {
		padding-top: 65px;
	}

	#slideEpisodios .item {
		margin: 0 20px;
	}

	.spotPatrocinio h2 {
		font-size: 40px;
	}

	.spotPatrocinio ul li {
		width: 30%;
	}

	.spotPosts h2 {
		font-size: 40px;
	}
}

@media only screen and (min-width : 992px) {
	#viva-acores {
		background-position: center top;
	}

	.topoPage {
		margin-bottom: 180px;
	}

	.topoPage img {
		margin: 0 0 0 -15px;
		max-width: 100%;
	}

	.topoPage h1 {
		text-align: left;
		margin-top: 50px;
	}

	.episodios .title {
		text-align: left;
	}

	.episodios h2 {
		font-size: 40px;
	}

	.episodios p {
		font-size: 22px;
	}

	#slideEpisodios .slick-next {
		background: #FFF url(../images/arrow-episodios.webp) no-repeat -53px 0;
	}

	.spotPosts .ndmais-cards-list .conteudos-card {
		width: 23%;
	}

	.spotPosts {
		background-size: 80%;
	}
}

@media only screen and (min-width : 1200px) {
	.topoPage {
		margin-bottom: 150px;
	}

	.topoPage h1 {
		font-size: 36px;
		margin-top: 60px;
	}

	.episodios h2 {
		font-size: 42px;
	}

	.spotPatrocinio ul li {
		width: 15%;
	}

	.spotPosts .ndmais-cards-list .conteudos-card {
		width: 22.8%;
	}

	.spotPosts {
		background-size: 60%;
	}
}

@media only screen and (min-width : 1360px) {
	.episodios .boxAlign {
		width: 850px;
	}
}

@media only screen and (min-width : 1480px) {
	.episodios .boxAlign {
		width: 910px;
	}
}

@media only screen and (min-width : 1600px) {
	.episodios .boxAlign {
		width: 970px;
	}

	.spotPosts {
		background-size: initial;
	}
}

@media only screen and (min-width : 1710px) {
	.episodios .boxAlign {
		width: 1020px;
	}
}