@charset "utf-8";

/* ====== 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 {
	outline: 0;
}

a img {
	border: none;
}

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

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

a.lkCTA {
	background: #611A51;
	padding: 5px 30px;
	font-size: 14px;
	font-weight: 600;
	color: #FFF;
	text-decoration: none;
	border-radius: 8px;
	left: 25px;
	bottom: 25px;
}

a.lkCTA:hover {
	background: #878343;
}

a.lkLoad {
	width: 54px;
	height: 54px;
	margin: 30px auto 0;
	overflow: hidden;
	background: #611A51;
    color: #fff;
}

a.lkLoad img {
	filter: brightness(0) invert(1);
}

a.lkLoad:hover {
	background: #878343;
}

.titleSection {
	margin-bottom: 35px;
}

.titleSection h2 {
	font-size: 32px;
	font-weight: 700;
	color: #37474F;
	margin-bottom: 10px;
}

.titleSection p {
	font-size: 16px;
	font-weight: 500;
	color: #37474F;
	line-height: 28px;
}

.topoPage {
	padding: 20px 0 90px;
	margin-bottom: 80px;
	min-height: 500px;
	background: url(../images/bg-topo.jpg) no-repeat center top;
	background-size: cover;
}

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

.topoPage .logo {
	margin-bottom: 10px;
}

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

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

.topoPage a.lkND {
	font-size: 10px;
	font-weight: 500;
	color: #FFF;
	text-decoration: none;
}

.topoPage a.lkND img {
	margin: -4px 0 0 8px;
}

.topoPage .intro {
	margin-top: 45px;
}

.topoPage .intro h1 {
	font-size: 32px;
	font-weight: 700;
	color: #FFF;
	margin-bottom: 10px;
}

.topoPage .intro p {
	font-size: 16px;
	font-weight: 500;
	color: #FFF;
	line-height: 28px;
}

.tv {
	margin-bottom: 80px;
}

.tv ul li,
.conteudos ul li {
	width: 100%;
	max-width: 360px;
	margin: 0 auto 30px;
	padding-bottom: 80px;
	overflow: hidden;
	border-radius: 15px;
	background: #FFF;
	box-shadow: 0px 25px 50px 0px rgba(93, 93, 93, 0.07);
}


.tv ul li img,
.conteudos ul li img {
    object-fit: cover;
}

.tv ul li .resumo,
.conteudos ul li .resumo {
	padding: 15px 25px 0;
}

.tv ul li .data,
.conteudos ul li .data {
	font-size: 14px;
	color: #878343;
	margin-bottom: 10px;
}

.tv ul li h3 {
	font-size: 18px;
	color: #37474F;
	font-weight: 500;
}

.conteudos ul li p {
	font-size: 18px;
	color: #37474F;
	font-weight: 500;
}

.conteudos ul li h3 {
	font-size: 24px;
	color: #37474F;
	font-weight: 600;
	margin-bottom: 8px;
}

.tv ul li h3 a,
.conteudos ul li h3 a {
	color: #37474F;
	text-decoration: none;
}

.tv ul li h3 a:hover,
.conteudos ul li h3 a:hover {
	color: #878343;
}

.patrocinadores {
	margin-bottom: 80px;
}

.patrocinadores ul li {
	height: 100px;
	width: 100%;
	max-width: 200px;
	margin: 0 auto 30px;
}

.patrocinadores ul li img {
	width: auto;
	max-width: 100%;
	height: auto;
	max-height: 100%;
}

.empreendimentos {
	margin-bottom: 80px;
}

#slideEmpreend {
	padding: 0 15px;
}

#slideEmpreend .slick-track {
	display: flex;
}

#slideEmpreend .item {
	height: auto !important;
	padding: 0 20px;
}

#slideEmpreend .item h3 {
	font-size: 28px;
	font-weight: 700;
	color: #37474F;
	margin-bottom: 10px;
}

#slideEmpreend .item p {
	font-size: 16px;
	font-weight: 500;
	color: #37474F;
	line-height: 28px;
}

#slideEmpreend .item ul {
	margin-top: 25px;
}

#slideEmpreend .item ul li {
	width: 100%;
	border-radius: 15px;
	margin-bottom: 30px;
	background: #FFF;
	box-shadow: 0px 10px 15px 0px rgba(93, 93, 93, 0.1);
	overflow: hidden;
}

#slideEmpreend .item ul li a.lkImg {
	width: 40%;
	height: auto;
}

#slideEmpreend .item ul li a.lkImg img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

#slideEmpreend .item ul li .resumo {
	padding: 15px;
	width: 60%
}

#slideEmpreend .item ul li h4 {
	font-size: 18px;
	font-weight: 600;
	color: #37474F;
	margin-bottom: 5px;
}

#slideEmpreend .item ul li p {
	margin-bottom: 10px;
}

#slideEmpreend a.lkCTA {
	left: 0;
	bottom: 0;
}

#slideEmpreend .slick-prev {
	display: block;
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -15px;
	border: none;
	outline: none;
	background-color: #611A51;
	border-radius: 50%;
	width: 30px;
	height: 30px;
	background-image: url(../images/arrow-left.png);
	background-repeat: no-repeat;
	background-position: center center;
	text-indent: -5000em;
	background-size: 8px;
	z-index: 30px;
}

#slideEmpreend .slick-next {
	display: block;
	position: absolute;
	top: 50%;
	right: 0;
	margin-top: -15px;
	border: none;
	outline: none;
	background-color: #611A51;
	border-radius: 50%;
	width: 30px;
	height: 30px;
	background-image: url(../images/arrow-right.png);
	background-repeat: no-repeat;
	background-position: center center;
	text-indent: -5000em;
	background-size: 8px;
	z-index: 30px;
}

#slideEmpreend .slick-prev:hover,
#slideEmpreend .slick-next:hover {
	background-color: #878343;
}

.conteudos {
	margin-bottom: 80px;
}

.footer {
	background: #F1E521;
	padding: 50px 0 30px
}

.footer img {
	margin: 0 auto;
}

@media only screen and (min-width : 480px) {
	#slideEmpreend .item ul li {
		align-items: center;
	}
}

@media only screen and (min-width : 576px) {
	.patrocinadores ul li {
		width: 45%;
		max-width: initial;
		margin-left: 0;
		margin-right: 0;
	}

	#slideEmpreend {
		padding: 0 50px;
	}

	#slideEmpreend .slick-prev,
	#slideEmpreend .slick-next {
		margin-top: -27px;
		width: 54px;
		height: 54px;
		background-size: initial;
	}
}

@media only screen and (min-width : 768px) {
	.topoPage {
		padding-top: 30px;
	}

	.topoPage .logo {
		margin-bottom: 0;
	}

	.tv ul li,
	.conteudos ul li {
		width: 31.5%;
		max-width: initial;
		margin-left: 0;
		margin-right: 2.75%;
	}

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

	.patrocinadores ul li {
		width: 18%;
	}

	#slideEmpreend {
		padding: 0 30px;
	}

	#slideEmpreend .item ul li {
		width: 31.5%;
		margin-left: 0;
		margin-right: 2.75%;
	}

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

	#slideEmpreend .item ul li a.lkImg {
		width: 100%;
	}

	#slideEmpreend .item ul li a.lkImg img {
		width: 100%;
	}

	#slideEmpreend .item ul li .resumo {
		padding: 15px;
		width: 100%;
		position: relative;
		border-radius: 15px;
		background: #FFF;
		box-shadow: 0px 10px 20px 0px rgba(93, 93, 93, 0.07);
	}

	#slideEmpreend .item ul li h4 {
		font-size: 17px;
	}

	#slideEmpreend .slick-prev,
	#slideEmpreend .slick-next {
		margin-top: -15px;
		width: 30px;
		height: 30px;
		background-size: 8px;
	}
}

@media only screen and (min-width : 992px) {
	.topoPage {
		padding-top: 20px;
		margin-bottom: 120px;
	}

	.topoPage .intro {
		margin-top: 30px;
	}

	.tv,
	.patrocinadores {
		margin-bottom: 100px;
	}

	#slideEmpreend {
		padding: 0 60px;
	}

	#slideEmpreend .item ul li .resumo {
		padding: 25px;
	}

	#slideEmpreend .item ul li h4 {
		font-size: 24px;
	}

	#slideEmpreend .slick-prev,
	#slideEmpreend .slick-next {
		margin-top: -27px;
		width: 54px;
		height: 54px;
		background-size: initial;
	}
}

@media only screen and (min-width : 1200px) {
	.topoPage {
		padding-top: 10px;
	}
}

@media only screen and (min-width : 1400px) {
	#slideEmpreend {
		padding: 0;
	}

	#slideEmpreend .slick-prev {
		left: -65px;
	}

	#slideEmpreend .slick-next {
		right: -65px;
	}
}