@charset "utf-8";

.destaques {
	padding-top: 40px;
	background: url(../images/bg-destaques.webp) no-repeat center top;
}

.destaques .principal {
	background: #FFF;
	border-radius: 10px;
	overflow: hidden;
	box-shadow: 0 4px 25px 0 rgba(55, 55, 55, 0.15);
	margin: 0 auto 30px;
}

.destaques .principal h3 {
	font-size: 20px;
	color: #333;
	font-weight: 600;
	margin-bottom: 15px;
}

.destaques .principal h3 a {
	color: #333;
	text-decoration: none;
}

.destaques .principal h3 a:hover {
	color: #208dcd;
}

.destaques .principal p {
	font-size: 14px;
	color: #757575;
}

.destaques .principal .resumo {
	padding: 20px 25px 30px;
}

.destaques .principal .boxImg {
	position: relative;
}

.destaques .principal .boxImg a {
    display: block;
	position: relative;
    height: 0;
    padding-bottom: 56%;
    overflow: hidden;
}

.destaques .principal .boxImg img {
	width: 100%;
	height: auto;
    position: absolute;
    left: 0;
    top: 0;
    max-width: none;
    top: 50%;
    transform: translateY(-50%);
}

.destaques .principal .boxImg .tag {
	display: block;
	position: absolute;
	background: #FFF;
	font-size: 12px;
	color: #484848;
	padding: 4px 12px;
	border-radius: 15px;
	z-index: 20;
	top: 15px;
	left: 15px;
}

.destaques .lastNews {
	background: #FFF;
	border-radius: 10px;
	padding: 30px 20px 0;
	overflow: hidden;
	box-shadow: 0 4px 25px 0 rgba(55, 55, 55, 0.15);
	margin: 0 auto;
	max-width: 365px;
}

.destaques .lastNews h2 {
	display: inline-block;
	background: #4DD0E1;
	font-size: 14px;
	color: #FFF;
	padding: 5px 12px;
	border-radius: 15px;
	margin-bottom: 30px;
}

.destaques .lastNews ul {
	width: 100%;
	margin-bottom: 70px;
}

.destaques .lastNews ul li {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	height: auto;
	margin-bottom: 35px;
	position: relative;
	padding-left: 60px;
	min-height: 58px;
}

.destaques .lastNews ul li .num {
	font-size: 65px;
	font-weight: 700;
	color: #E4E4E4;
	line-height: 58px;
	left: 0;
	top: 0;
	width: 50px;
	position: absolute;
	text-align: center;
}

.destaques .lastNews ul li h3 {
	font-size: 16px;
	font-weight: 600;
	color: #333;
}

.destaques .lastNews ul li h3 a {
	color: #333;
}

.destaques .lastNews ul li h3 a:hover {
	color: #208dcd;
}

.posts {
	margin-bottom: 70px;
}

.posts ul {
	width: 100%;
}

.posts ul li {
	margin: 0 auto 30px;
	width: 100%;
	max-width: 365px;
}

.posts ul li .secundario {
	background: #FFF;
	border-radius: 8px;
	box-shadow: 0 25px 50px 0 rgba(93, 93, 93, 0.07);
	overflow: hidden;
}

.posts ul li a {
	font-size: 14px;
	font-weight: 600;
	color: #333;
	text-decoration: none;
    line-height: 17px;
}

.posts ul li a:hover {
	color: #208dcd;
}

.posts ul li .boxImg {
	width: 35%;
	margin: 0;
}

.posts ul li .boxImg a{
    height: 0;
    padding-bottom: 100%;
    display: block;
    overflow: hidden;
    text-align: center;
    position: relative;
}

.posts ul li .boxImg a img {
	width: auto;
	height: 100%;
	position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    max-width: none;
}

.posts ul li .resumo {
	padding: 20px;
	width: 65%;
}

.colunistas {
	margin-bottom: 100px;
}

.colunistas h2 {
	font-size: 32px;
	font-weight: 300;
	color: #333;
	margin-bottom: 45px;
}

.colunistas h2 strong {
	font-weight: 800;
}

#slideColunistas {
	position: relative;
	padding: 0 50px;
}

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

#slideColunistas .item div {
	text-align: center;
    width: 100%;
}

#slideColunistas .item h4 {
	font-weight: 20px;
	color: #333;
	font-weight: 700;
	margin-bottom: 5px;
}

#slideColunistas .item .linkPostColuna {
	font-size: 16px;
	color: #757575;
}

#slideColunistas .item .linkColunaImg{
    border-radius: 50%;
    width: 100%;
    position: relative;
    overflow: hidden;
    background-color: #f1f1f1;
    display: block;
    margin-bottom: 20px;
}

#slideColunistas .item .linkColunaImg img {
	display: block;
	margin: 0 ;
    position: relative;
    width: 100%;
}

#slideColunistas .slick-prev {
	display: block;
	position: absolute;
	border: none;
	outline: none;
	text-indent: -5000em;
	cursor: pointer;
	z-index: 10;
	left: 0;
	top: 50%;
	background: #FFF url(../images/bullet-slide-colunistas.webp) no-repeat 0 0;
	width: 48px;
	height: 48px;
	padding: 0;
	border-radius: 50%;
	margin-top: -24px;
	box-shadow: 0 4px 25px 0 rgba(189, 223, 246, 0.45);
}

#slideColunistas .slick-next {
	display: block;
	position: absolute;
	border: none;
	outline: none;
	text-indent: -5000em;
	cursor: pointer;
	z-index: 10;
	right: 0;
	top: 50%;
	background: #FFF url(../images/bullet-slide-colunistas.webp) no-repeat -48px 0;
	width: 48px;
	height: 48px;
	padding: 0;
	border-radius: 50%;
	margin-top: -24px;
	box-shadow: 0 4px 25px 0 rgba(189, 223, 246, 0.45);
}

.patrocinadores{
    margin-bottom: 100px;
}

.patrocinadores h2{
    color: #333;
    font-weight: 300;
    margin-bottom: 45px;
    line-height: 1;
}

.patrocinadores h2 strong{
    font-weight: 800;
}

#voto-mais-info{
	margin-bottom: 120px;
    padding: 0;
    background-color: #fff;
}


.faq-e-paginas.bgGradient{
    padding-top: 60px;
	margin-bottom: 120px;
}

.faq-e-paginas.bgGradient:after {
	content: " ";
	display: block;
	position: absolute;
	z-index: 0;
	bottom: -1px;
	left: 0;
	right: 0;
	height: 245px;
	background: url(../images/mask-gradiente.webp) no-repeat center top;
    
}

.faq {
	margin-bottom: 90px;
	position: relative;
	z-index: 5;
}

.faq h2 {
	font-size: 32px;
	font-weight: 300;
	color: #FFF;
	margin-bottom: 40px;
}

.faq h2 strong {
	font-weight: 800;
}

.faq .heading {
	cursor: pointer;
	position: relative;
	padding: 0 40px;
}

.faq ul.accordion {
	list-style: none;
	counter-reset: custom-counter;
}

.faq ul.accordion li {
	counter-increment: custom-counter;
	margin-bottom: 30px;
}

.faq ul.accordion .heading:before {
	content: counter(custom-counter);
	font: 22px 'Inter', sans-serif;
	font-weight: 700;
	display: block;
	color: #FFF;
	width: 30px;
	position: absolute;
	left: 0;
	top: -2px;
	line-height: 24px;
}

.faq .heading:after {
	content: " ";
	display: block;
	position: absolute;
	right: 0;
	top: -2px;
	width: 26px;
	height: 26px;
	background: url(../images/icon-mais.webp) no-repeat 0 0;
}

.faq .itemOpen .heading:after {
	content: " ";
	display: block;
	position: absolute;
	right: 0;
	top: -2px;
	width: 26px;
	height: 26px;
	background: url(../images/icon-menos.webp) no-repeat 0 0;
}

.faq .heading h3 {
	color: #FFF;
	font-size: 16px;
	font-weight: 400;
}

.faq .itemOpen .heading h3 {
	font-weight: 800;
	font-size: 18px;
}

.faq .textAccordion p {
	font-size: 14px;
	color: #FFF;
	margin-top: 18px;
}

.faq .textAccordion {
	padding-left: 40px;
}

.paginas {
	position: relative;
	z-index: 6;
}

.paginas h2 {
	font-size: 32px;
	font-weight: 300;
	color: #FFF;
	margin-bottom: 50px;
}

.paginas h2 strong {
	font-weight: 800;
}

#slidePaginas {
	position: relative;
	padding: 0 50px;
}

#slidePaginas .item{
    padding: 0;
    text-align: center;
    width: 100%;
}

#slidePaginas .item a {
	display: inline-block;
	max-width: 210px;
	margin: 0 auto;
	font-size: 20px;
	font-weight: 700;
	color: #333;
	text-decoration: none;
}

#slidePaginas .item a:hover {
	color: #208dcd;
}

#slidePaginas .item img {
	border-radius: 50%;
	display: block;
	margin: 0 auto 15px;
	box-shadow: 0 20px 30px 0 rgba(189, 223, 246, 0.3);
	transition: all 0.2s linear;
}

#slidePaginas .item a:hover img {
	box-shadow: 0 10px 20px 0 rgba(189, 223, 246, 0.7);
	transition: all 0.2s linear;
}

#slidePaginas .slick-prev {
	display: block;
	position: absolute;
	border: none;
	outline: none;
	text-indent: -5000em;
	cursor: pointer;
	z-index: 10;
	left: 0;
	top: 50%;
	background: #f5f5f5 url(../images/bullet-slide-paginas.webp) no-repeat 0 0;
	width: 44px;
	height: 49px;
	padding: 0;
	border-radius: 50%;
	margin-top: -24px;
	box-shadow: 0 4px 25px 0 rgba(189, 223, 246, 0.45);
}

#slidePaginas .slick-next {
	display: block;
	position: absolute;
	border: none;
	outline: none;
	text-indent: -5000em;
	cursor: pointer;
	z-index: 10;
	right: 0;
	top: 50%;
	background: #f5f5f5 url(../images/bullet-slide-paginas.webp) no-repeat -44px 0;
	width: 44px;
	height: 49px;
	padding: 0;
	border-radius: 50%;
	margin-top: -24px;
	box-shadow: 0 4px 25px 0 rgba(189, 223, 246, 0.45);
}


@media only screen and (min-width : 480px) {
	.faq .textAccordion {
		padding-right: 40px;
	}

	.posts ul li .boxImg {
		width: 48%;
	}

	.posts ul li .resumo {
		width: 52%;
		padding: 10px 15px;
	}
}

@media only screen and (min-width : 576px) {
	
	#slideColunistas .item div {
		text-align: left;
		margin: 0 0 0 15px;
	}

	#slideColunistas .item img {
		margin: 0;
	}
}

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

    .destaques .principal{
        width: 45%;
    }

	#slideColunistas {
		padding: 0 70px;
	}


    #slideColunistas .item .linkColunaImg{
        margin-bottom: 0;
        width: 40%;
    }

    #slideColunistas .item div{
        width: 60%;
    }

    #slidePaginas{
        text-align: center;
    }

    #slidePaginas .item{
        display: inline-flex;
        width: auto;
        padding: 0 20px;
    }
}

@media only screen and (min-width : 992px) {
	.destaques .principal {
		max-width: initial;
        width: 100%;
	}

	.destaques .principal .resumo {
		padding: 20px 25px 30px 0;
		width: 62%;
	}

	.destaques .principal .boxImg {
		width: 315px;
	}


    .destaques .principal .boxImg a{
        padding-bottom: 100%;
    }

	.destaques .principal .boxImg img {
		width: 100%;
		height: 100%;
		object-fit: cover;
	}

	.destaques .lastNews {
		max-width: initial;
	}

    .posts{
        margin-top: 40px;
    }

	.posts ul {
		max-width: initial;
	}

	.posts ul li {
		width: 32%;
		margin-left: 0;
		margin-right: 0;
	}

	.posts ul li .secundario {
		height: 100%;
	}

	.posts ul li .boxImg {
		width: 50%;
	}

    .posts ul li .boxImg a{
        padding-bottom: 70%;
    }

	.posts ul li .resumo {
		width: 50%;
	}

	#slideColunistas {
		padding: 0 60px;
	}

    #slideColunistas .item .linkColunaImg{
        margin-bottom: 0;
        width: 35%;
    }

    #slideColunistas .item div{
        width: 65%;
    }
}

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

	.destaques .principal:last-child {
		margin-bottom: 0;
	}

    .destaques .principal .boxImg a{
        padding-bottom: 88.888%;
    }

	.destaques .principal .resumo {
		width: 53%;
	}

	.destaques .lastNews ul li:last-child {
		margin-bottom: 0;
	}

	.posts ul li .boxImg {
		width: 47%;
	}

	.posts ul li .resumo {
		width: 53%;
	}

	#slideColunistas,
	#slidePaginas {
		padding: 0 30px;
	}

	#slideColunistas .slick-prev,
	#slidePaginas .slick-prev {
		left: -30px;
	}

	#slideColunistas .slick-next,
	#slidePaginas .slick-next {
		right: -30px;
	}

	
}

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

	#slideColunistas,
	#slidePaginas {
		padding: 0;
	}

	#slideColunistas .slick-prev,
	#slidePaginas .slick-prev {
		left: -70px;
	}

	#slideColunistas .slick-next,
	#slidePaginas .slick-next {
		right: -70px;
	}
}