@charset "utf-8";

/* ====== 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: 'Poppins', sans-serif;
	font-size: 100%;
	font-weight: 400;
	margin: 0;
}

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

.topo {
	background: url(../images/bg-topo.png) no-repeat center bottom;
	padding: 90px 0 110px;
	text-align: center;
	z-index: 50;
}

.topo img {
	margin: 0 auto 50px;
}

.topo h1 {
	font-size: 40px;
	font-weight: 700;
	color: #FFF;
	line-height: 50px;
	margin-bottom: 15px
}

.topo p {
	font-size: 18px;
	font-weight: 500;
	color: #FFF;
	line-height: 32px;
}

.bgDestaques {
	background: url(../images/bg-destaques.jpg) no-repeat center 340px;
}

.bgVideos {
	background: url(../images/bg-videos.png) no-repeat center bottom;
	padding-top: 495px;
	margin-top: -425px;
	z-index: 30;
}

.bgFooter {
	background: url(../images/bg-footer.png) no-repeat center bottom;
	padding-bottom: 130px;
}

.videos {
	margin-bottom: 130px;
}

#slideVideo {
	margin-top: 10px;
}

#slideVideo .slick-dots {
	text-align: center;
	margin-top: 20px;
}

#slideVideo .slick-dots li {
	display: inline-block;
	margin: 0 6px;
	width: 14px;
	height: 14px;
}

#slideVideo .slick-dots li button {
	display: block;
	width: 14px;
	height: 14px;
	background: #000;
	border: none;
	outline: none;
	cursor: pointer;
	text-indent: -5000em;
	border-radius: 50%;
	padding: 0;
}

#slideVideo .slick-dots li.slick-active button {
	background: #199D74;
}

#slideVideo .slick-prev {
	display: block;
	border: none;
	outline: none;
	text-indent: -5000em;
	cursor: pointer;
	position: absolute;
	left: 0;
	top: 50%;
	border-radius: 50%;
	margin-top: -25px;
	background-color: #FFF;
	background-image: url(../images/arrow-videos.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	width: 50px;
	height: 50px;
	box-shadow: 0 6px 20px 0 rgba(0, 0, 0, 0.14);
	z-index: 20;
}

#slideVideo .slick-next {
	display: block;
	border: none;
	outline: none;
	text-indent: -5000em;
	cursor: pointer;
	position: absolute;
	right: 0;
	top: 50%;
	border-radius: 50%;
	margin-top: -25px;
	background-color: #FFF;
	background-image: url(../images/arrow-videos.png);
	background-repeat: no-repeat;
	background-position: -50px 0;
	width: 50px;
	height: 50px;
	box-shadow: 0 6px 20px 0 rgba(0, 0, 0, 0.14);
	z-index: 20;
}

#slideVideo .slick-prev:hover,
#slideVideo .slick-next:hover {
	background-color: #f4a801;
}

.destaques {
	margin-bottom: 50px;
}

.destaques .row {
	margin-bottom: 80px;
}

.destaques h2,
.videos h2,
.pracas h2 {
	font-size: 40px;
	font-weight: 700;
	color: #000;
	margin-bottom: 15px;
	line-height: 55px;
}

.destaques h3 {
	font-size: 36px;
	font-weight: 700;
	color: #199D74;
	margin-bottom: 15px;
	line-height: 50px;
}

.destaques a.title{
    color: #199D74;
}

.destaques a.title:hover{
    color: #000;
}

.destaques h3 strong {
	font-weight: 700;
	color: #000;
}

.destaques p,
.videos p,
.pracas p {
	font-size: 16px;
	color: #838383;
	margin-bottom: 20px;
	line-height: 30px;
}

.destaques .title p {
	margin-bottom: 0;
}

.destaques a.more {
	font-size: 16px;
	font-weight: 500;
	color: #FFF;
	text-decoration: none;
	border-radius: 25px;
	background: #F4A801;
	padding: 10px 30px;
	margin-top: 25px;
}

.noticia a {
	font-size: 16px;
	font-weight: 500;
	color: #FFF;
	text-decoration: none;
	border-radius: 25px;
	background: #F4A801;
	padding: 10px 30px;
}

.destaques a.more:hover,
.noticia a:hover {
	background: #00456C;
}

.destaques img {
	border-radius: 10px;
	margin: 0 auto 25px;
	box-shadow: 0 25px 50px 0 rgba(93, 93, 93, 0.07);
}

.pracas {
	margin-bottom: 130px;
}

.pracas ul {
	width: 100%;
	max-width: 1370px;
	margin: 15px auto 0;
	padding: 0 10px;
}

.pracas ul li {
	width: 173px;
	max-width: 45%;
	margin-bottom: 30px;
	overflow: hidden;
	border-radius: 8px;
	box-shadow: 0 10px 20px 0 rgba(66, 136, 206, 0.12);
	transition: all 0.2s linear;
}

.pracas ul li:hover {
	box-shadow: 0 10px 15px 0 rgba(66, 136, 206, 0.35);
	transition: all 0.2s linear;
}

.pracas ul li a {
	text-decoration: none;
}

.pracas ul li a span {
	left: 0;
	right: 0;
	bottom: 0;
	padding: 25px 10px 20px;
	text-align: center;
	font-size: 16px;
	font-weight: 500;
	color: #FFF;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
	z-index: 10;
}

.noticia {
	margin-bottom: 130px;
}

.noticia h2 {
	font-size: 34px;
	font-weight: 700;
	color: #000;
	line-height: 44px;
	margin-bottom: 10px;
}

.noticia p {
	font-size: 16px;
	color: #838383;
	margin-bottom: 15px;
	line-height: 30px;
}

.noticia .box {
	border-radius: 16px;
	width: 100%;
	max-width: 345px;
	margin: 0 auto;
	padding-right: 15px;
	background-color: #FFF;
	box-shadow: 0 24px 45px 0 rgba(192, 203, 214, 0.4);
	overflow: hidden;
}

.noticia .resumo {
	padding: 20px 0 30px 15px;
}

footer {
	text-align: center;
}

footer .logo {
	margin: 0 auto 30px;
}

.acessos li {
	margin-bottom: 15px;
}

.acessos a {
	font-size: 16px;
	color: #FFF;
	text-decoration: none;
	background: #009265;
	border-radius: 5px;
	line-height: 26px;
	padding: 12px 15px;
}

.acessos a:hover {
	background: #00456C;
}

@media only screen and (min-width : 576px) {
	.topo {
		text-align: left;
		padding-bottom: 150px;
	}

	.topo img {
		margin-left: 0;
		margin-right: 0;
	}

	.pracas ul li {
		margin: 0 10px 30px;
		max-width: 29%;
	}

	.acessos li {
		display: inline-block;
		margin: 0 0 0 15px;
	}
}

@media only screen and (min-width : 768px) {
	.topo {
		height: 825px;
		padding: 130px 0 0;
	}

	.topo img {
		margin-bottom: 60px;
	}

	.topo h1 {
		font-size: 56px;
		line-height: 66px;
	}

	.topo p {
		font-size: 20px;
	}

	#slideVideo {
		padding: 0 70px;
	}

	.pracas ul li {
		max-width: initial;
	}

	footer .logo {
		margin: 0;
	}
}

@media only screen and (min-width : 992px) {
	.destaques .row:not(.title) {
		margin-bottom: 140px;
	}

	.noticia .box {
		max-width: initial;
	}

	.noticia img {
		align-self: start;
	}

	.noticia .resumo {
		padding: 0 15px 0 30px;
	}
}

@media only screen and (min-width : 1190px) {
	.pracas ul li {
		max-width: 12%;
	}
}

@media only screen and (min-width : 1200px) {
	.bgVideos {
		background-position: center top;
	}

	.videos {
		margin-bottom: 0;
		padding-bottom: 130px;
	}

	.destaques .colTxt {
		padding-left: 50px;
	}

	.destaques .row:nth-child(even) .colTxt {
		padding-left: 15px;
		padding-right: 50px;
	}
}