.emDestaque{
	margin-top: 40px;
}

.capa {
	margin-bottom: 25px;
}

.capa .capa-img {
    margin-bottom: 15px;
}

.capa .capa-img {
    --bs-aspect-ratio: 56%;
}

.capa img {
	border-radius: 12px;
    object-fit: cover;
}

.capa .categoria {
    display: block;
    line-height: 1;
	font-size: 14px;
	font-weight: 500;
	color: #5D6F77;
	margin-bottom: 15px;
}

.capa h2 {
	font-size: 22px;
	font-weight: 700;
	color: #162337;
}

.capa h2 a {
	color: #162337;
}

.capa h2 a:hover {
	color: #3A4F6F;
}

.listaPosts li {
	margin-bottom: 25px;
}

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

.listaPosts li a.lkImg {
	width: 120px;
	height: 80px;
	margin: 5px 10px 0 0;
}

.listaPosts li img {
	border-radius: 8px;
	width: 120px;
	height: 80px;
	object-fit: cover;
}

.listaPosts li .categoria {
	font-size: 11px;
	font-weight: 500;
	color: #5D6F77;
	margin-bottom: 5px;
}

.listaPosts li h2 {
	font-size: 16px;
	font-weight: 500;
	color: #171717;
	line-height: 20px;
}

.listaPosts li h2 a {
	color: #171717;
}

.listaPosts li h2 a:hover,
.listaPosts li .categoria:hover {
	color: #3A4F6F;
}

.slidePosts {
	margin-bottom: 55px;
}

.slidePosts .post-pagination span {
	width: 12px;
	height: 12px;
	margin: 0 4px;
	border-radius: 6px;
	background-color: #5D5D5D;
	transition: all 0.2s linear;
}

.slidePosts .post-pagination span.swiper-pagination-bullet-active {
	width: 32px;
	background-color: #162337;
	transition: all 0.2s linear;
}

.apoio h2{
    font-weight: 700;
    font-size: 30px;
}


.guia {
	width: 100%;
	margin-bottom: 55px;
	padding: 30px 0;
	background: url(../images/bg-guia.jpg) no-repeat center top;
	background-size: cover;
}

.guia .box {
	background: #162337;
	border-radius: 12px;
}

.guia h2 {
	font-size: 28px;
	font-weight: 700;
	color: var(--bs-white);
	margin-bottom: 30px;
}

.guia h3 {
	font-size: 18px;
	font-weight: 700;
	color: var(--bs-white);
	margin-bottom: 15px;
}

.guia p {
	font-size: 16px;
	color: var(--bs-white);
	margin-bottom: 12px;
	line-height: 24px;
}

.guia a {
	color: #20BDFF;
}

.guia a:hover {
	color: var(--bs-white);
}

.guia .calendario {
    max-height: 360px;
    overflow-y: auto;
}

.guia .calendario li {
	margin-bottom: 12px;
	width: 100%;
	font-size: 16px;
	color: var(--bs-white);
}

.guia .calendario li:last-child{
    margin-bottom: 0;
}

.guia .calendario li .data {
	font-weight: 600;
	background: #3A4F6F;
	border-radius: 8px;
	text-align: center;
    line-height: 50px;
    vertical-align: middle;
}

.guia .calendario li .evento {
	font-weight: 500;
	background: #3A4F6F;
	border-radius: 8px;
    line-height: 1;
    vertical-align: middle;
    min-height: 50px;
    padding: 15px;
}

.guia .faq li {
	margin-bottom: 22px;
	padding-left: 30px;
	background: url(../images/arrow-faq.png) no-repeat 0 3px;
}

.guia .faq li:last-child {
	margin-bottom: 0;
}

.destaquesCategorias {
	margin-bottom: 60px;
}

.destaquesCategorias .destaqueCategoria{
    margin-bottom: 30px;
}

.destaquesCategorias .title {
	margin-bottom: 12px;
	line-height: 24px;
}

.destaquesCategorias .title h2 {
	font-size: 24px;
	font-weight: 700;
	color: #162337;
}

.destaquesCategorias article {
	margin-bottom: 25px;
}

.destaquesCategorias img {
	border-radius: 8px;
	width: 120px;
	height: 120px;
	margin: 0 15px 0 0;
	object-fit: cover;
}

.destaquesCategorias .destaqueCategoria .category:last-of-type {
	margin-bottom: 0;
}

.destaquesCategorias .categoria {
	font-size: 11px;
	font-weight: 500;
	color: #5D6F77;
	line-height: 11px;
}

.destaquesCategorias article h2 {
	font-size: 16px;
	font-weight: 600;
	color: #162337;
	line-height: 24px;
}

.destaquesCategorias article h2 a {
	color: #162337;
}

.destaquesCategorias article h2 a:hover,
.destaquesCategorias .categoria:hover {
	color: #3A4F6F;
}

.lkAll{
    background-color: #90A4AE;
    font-size: 14px;
    color: #fff;
}

@media only screen and (min-width : 576px) {
    .capa h2 {
		font-size: 28px;
	}

	.listaPosts li a.lkImg,
	.destaquesCategorias img {
		width: 195px;
		height: 130px;
		margin-right: 20px;
	}

	.listaPosts li img {
		width: 195px;
		height: 130px;
	}

	.listaPosts li .categoria {
		font-size: 12px;
	}

	.listaPosts li h2 {
		font-size: 18px;
		line-height: 24px;
	}

    .guia h2 {
		font-size: 32px;
	}

	.destaquesCategorias .title h2 {
		font-size: 32px;
	}

	.destaquesCategorias article {
		margin-bottom: 25px;
	}

	.destaquesCategorias .categoria {
		font-size: 12px;
	}

}


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

    .capa .capa-img {
        --bs-aspect-ratio: 42%;    
    }

}

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

    .capa {
		margin-bottom: 0;
		margin-top: 5px;
	}

	.listaPosts li h2 {
		font-size: 16px;
		line-height: 20px;
	}

	.listaPosts li a.lkImg,
	.listaPosts li img {
		width: 150px;
		height: 100px;
	}

    .guia .guia-content{
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2;
        -webkit-column-gap: 2em;
        -moz-column-gap: 2em;
        column-gap: 2em;
    }

    .guia .calendario li .evento {
        line-height: 50px;
        padding-top: 0;
        padding-bottom: 0;
    }

	.destaquesCategorias .destaqueCategoria {
		margin-bottom: 0;
	}

	.destaquesCategorias img {
		width: 120px;
		height: 80px;
		margin: 5px 10px 0 0;
	}

	.destaquesCategorias article h2 {
		font-size: 14px;
		line-height: 18px;
	}

	.destaquesCategorias .item-destaque {
		margin-bottom: 30px;
	}

	.destaquesCategorias .item-destaque img {
		width: 100%;
		height: auto;
		margin: 0 0 10px;
	}

	.destaquesCategorias .item-destaque h2 {
		font-size: 18px;
		font-weight: 600;
		line-height: 24px;
        min-height: 120px;
	}

}

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

    .capa h2 {
		font-size: 32px;
	}

	.listaPosts {
		padding-left: 20px;
	}

	.listaPosts li h2 {
		font-size: 18px;
		line-height: 24px;
	}

	.listaPosts li a.lkImg,
	.listaPosts li img {
		width: 195px;
		height: 130px;
	}

    .destaquesCategorias .item-destaque h2 {
		font-size: 22px;
		line-height: 30px;
	}

    .destaquesCategorias img {
        width: 155px;
        height: 115px;
        margin-right: 15px;
    }

	.destaquesCategorias article h2 {
		font-size: 16px;
		line-height: 24px;
	}


}

@media only screen and (min-width : 1400px) {
    .destaquesCategorias .item-destaque h2 {
        min-height: 90px;
    }
}