/*Reset*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	font-size:100%;
}
ul, ol {list-style:none; margin:0; padding:0;}
h1, h2, h3, h4, h5, h6, p {margin:0; line-height:normal;}

/*Default*/
html {scroll-behavior:smooth; scroll-padding-top:30px;}
body {width:100%; height:100%; font-family:'Gabarito', sans-serif; font-weight:400; font-optical-sizing:auto; margin:0;}
a {text-decoration:none; transition:all 0.3s linear;}
a:hover {text-decoration:underline; transition:all 0.3s linear;}
a img {border:none;}
*:focus {outline:none;}
a:focus{outline:0}
hr {opacity:1;}
input[type=search]::-ms-clear {display:none; width:0; height:0;}
input[type=search]::-ms-reveal {display:none; width:0; height:0;}
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {display:none;}

a.btTop {right:20px; bottom:90px; z-index:100; width:60px; height:60px;}
a.btWhatsDefault {background:#24D284; width:60px; height:60px; z-index:110; right:20px; bottom:160px;}
.aligncenter, 
.alignleft,
.alignright,
.alignnone {display:block; margin:0 auto 30px; max-width:100%; height:auto;}
.cursor-pointer {cursor:pointer !important;}
.fullWidth {width:100%; max-width:1920px;}
.transition {transition:all 0.2s linear;}
.p-last-mg-0 p:last-child {margin-bottom:0!important;}
.lkCTA {border-radius: 20px 0 20px 0;}

.modal .btFechar {width:50px; height:50px; left:inherit; right:inherit; background:url(../images/bt-close.webp) no-repeat 0 0; text-indent:-5000em; opacity:1;}
#popupVideo .modal-content {border-radius:0!important; background:none!important;}
#popupVideo .modal-body {padding:0!important;}

div.paginacao {width:100%;}
	div.paginacao span.pages {display:none;}
	div.paginacao a,
	div.paginacao span.extend {
		display:inline-block; color:var(--green-extra-dark); text-decoration:none; font-size:16px; margin-left:10px; background-color:var(--gray-extra-light);
		padding:0 5px; min-width:42px; line-height:42px; height:42px; border-radius:8px; text-align:center
	}
	div.paginacao a:hover {color:var(--bs-white); background-color:var(--green-default);}
	div.paginacao span.current {
		display:inline-block; color:var(--bs-white); text-decoration:none; font-size:16px; margin-left:10px; line-height:42px; min-width:42px;
		text-align:center; padding:0 5px; background-color:var(--green-default); border-radius:8px; text-align:center;
	}

.pageDefault p,
.pageDefault ul {margin-bottom:20px; line-height:22px;}
.pageDefault ul li:before {content:"•"; display:inline-block; font-weight:400; color:var(--green-default); margin-right:6px;}
.pageDefault strong {font-weight:700;}
.pageDefault p a,
.pageDefault ul a {color:var(--green-default);}
.pageDefault p a:hover,
.pageDefault ul a:hover {color:var(--green-extra-dark);}
.pageDefault h2 {font-size:28px; color:var(--green-extra-dark); font-weight:700; margin-bottom:20px;}
.pageDefault h3 {font-size:24px; color:var(--green-extra-dark); font-weight:700; margin-bottom:20px;}
.pageDefault h4 {font-size:22px; color:var(--green-extra-dark); font-weight:700; margin-bottom:20px;}
.pageDefault h5,
.pageDefault h6 {font-size:20px; color:var(--green-extra-dark); font-weight:700; margin-bottom:20px;}
.grecaptcha-badge {z-index:10;}

/*Header - Footer*/
.site-header {border-top:3px solid var(--green-default); height:100px; background:#0e2e2e;}
	.site-header .lkHome {max-width:155px; height:145px; border-radius:0 0 200px 200px; top:0; left:15px; z-index:90; background:#0e2e2e;}
	.site-header .header-overlay {
		position:fixed; z-index:199; top:0; left:0; width:100%; height:100vh; background-color:rgba(0,0,0,0.7); transition:0.25s; transform:translateX(-100%);
	}
	.site-header .main-nav {
		display:flex; flex-direction:column; position:fixed; z-index:600; top:0; left:0; bottom:0; width:370px; overflow-x:hidden; overflow-y:hidden; 
		transition:0.35s; transform:translateX(-100%); -webkit-overflow-scrolling:touch;
	}
.nav-is-toggled .site-header .header-overlay,
.nav-is-toggled .site-header .main-nav {transform:translateX(0);}
	.site-header .btnOpenMenu {width:60px; height:50px;}
	.site-header .main-nav .nav-wrapper {height:calc(100% - 120px); position:relative;overflow-y:auto; overflow-x:hidden;}
	.site-header .nav-items { width:100%;}
	.site-header .nav-items.no-scroll {overflow-y:hidden;}
	.site-header .nav-items::-webkit-scrollbar {width:8px;}
	.site-header .nav-items::scrollbar {width:8px;}
	.site-header .nav-items::-webkit-scrollbar-track {background:var(--blue-extra-light); border-radius:4px;}
	.site-header .nav-items::scrollbar-track {background:var(--blue-extra-light); border-radius:4px;}
	.site-header .nav-items::-webkit-scrollbar-thumb {background:var(--gray-light); border-radius:4px;}
	.site-header .nav-items::scrollbar-thumb {background:var(--gray-light); border-radius:4px;}
	.site-header .nav-item {margin-bottom:15px; border-bottom:none;}
	.site-header .nav-link {
		display:block; color:var(--green-extra-dark); font-size:20px; font-weight:400; padding:0; position:relative; text-decoration:none; text-transform:uppercase;
	}
	.site-header .nav-link:hover {color:var(--green-default);}
.site-footer {clear:both; background-image:url(../images/bg-pattern-footer.webp);}
	.site-footer .navFooter ul li {margin-top:10px;}
		.site-footer .navFooter ul li a {color:var(--bs-white); opacity:0.8; text-decoration:none;}
		.site-footer .navFooter ul li a:hover {opacity:1;}
		.site-footer address {opacity:0.8;}
.baseSlide .swiper {width:100%; height:650px;}
	.baseSlide .swiper-slide {height:auto!important; background-size:cover;}
	.baseSlide .swiper-wrapper .filtro {z-index:10; left:0; right:0; top:0; bottom:0;}
	.baseSlide .swiper-wrapper a.lkOverlay {z-index:35; left:0; right:0; top:0; bottom:0;}
	.baseSlide .swiper-wrapper .container {z-index:30;}
	.baseSlide .swiper-wrapper h1,
	.baseSlide .swiper-wrapper h2 {font-size:50px; font-weight:700; color:var(--green-extra-dark); line-height:54px; margin-bottom:15px;}
		.baseSlide .swiper-wrapper h1 strong,
		.baseSlide .swiper-wrapper h2 strong {color:var(--green-default); font-weight:700;}
	.baseSlide .swiper-wrapper p {margin-bottom:25px;line-height:24px;}
.baseSlide .swiper-wrapper .topoVideo {width:100%; height:100%;}			
	.baseSlide .swiper-wrapper .topoVideo video {width:100%; height:100%; object-fit:cover;}
.baseSlide .swiper-wrapper .baseTxt {z-index:20; left:0; top:0; bottom:0; right:0;}
	.baseSlide .swiper-wrapper .baseTxt .container {width:100%;}
.baseSlide .slide-pagination {width:auto; left:0; right:0; bottom:30px; z-index:50;}
	.baseSlide .slide-pagination span {
		width:12px; height:12px; margin:0 10px!important; background-color:transparent; border:1px solid var(--bs-white); border-radius:50%; opacity:1; 
		transition:all 0.2s linear;
	}
	.baseSlide .slide-pagination span.swiper-pagination-bullet-active {background-color:var(--bs-white); transition:all 0.2s linear;}
#a-feira .info li,
#a-feira .colTxt img,
#a-feira .colTxt ul,
#a-feira .colTxt ul li {border-radius:10px;}
#a-feira .info p {opacity:0.8;}
#a-feira .colTxt:before {
	content:" "; display:block; position:absolute; z-index:0; bottom:0; left:0; right:0; top:150px; border-radius:10px;
	background:var(--green-default) url(../images/bg-pattern.webp) repeat-x bottom left;
}
#a-feira .colTxt h3 {font-size:28px; font-weight:400;}
#a-feira .colTxt div p {margin-top:20px; opacity:0.8;}
#a-feira .colTxt ul li:nth-child(even) {background-color:var(--yellow-default);}
.titleSpot strong {display:block; font-size:20px; font-weight:700; color:var(--green-default);}
#atracoes:before {
	content:" "; display:block; position:absolute; z-index:-1; bottom:230px; left:0; right:0; top:0; background-color:var(--green-extra-light);
}
#atracoes.addMGT:before {top:-220px;}
#atracoes .slideAtracoes {width:100%; max-width:1290px; border-radius:10px;}
	#atracoes .slideAtracoes .swiper-slide {height:auto!important;}
	#atracoes .atracao-pagination {width:auto; left:0; right:0; bottom:-30px; z-index:50;}
	#atracoes .atracao-pagination span {
		width:12px; height:12px; margin:0 10px!important; background-color:transparent; border:1px solid var(--green-extra-dark); border-radius:50%; opacity:1; 
		transition:all 0.2s linear;
	}
	#atracoes .atracao-pagination span.swiper-pagination-bullet-active {background-color:var(--green-extra-dark); transition:all 0.2s linear;}
	#atracoes .prevAtracao {z-index:30; left:0; top:50%; margin-top:-25px; width:50px; height:50px;}
	#atracoes .nextAtracao {z-index:30; right:0; top:50%; margin-top:-25px; width:50px; height:50px;}
#oportunidades .colLeft:before {
	content:" "; display:block; position:absolute; z-index:0; background:var(--green-default); bottom:0; right:0; top:50px; width:2000px; border-radius:0 10px 10px 0;
}
#oportunidades .colRight:before {
	content:" "; display:block; position:absolute; z-index:0; background:var(--green-default); bottom:0; left:0; top:50px; width:2000px; border-radius:10px 0  0 10px;
}
#oportunidades .logo {width:160px; height:auto; z-index:30; left:50%; top:50%; margin:-100px 0 0 -80px;}
#oportunidades .box {border-radius:10px;}
	#oportunidades .box .bg {background-position:bottom right;}
		#oportunidades .box .bg div {width:75%;}
	#oportunidades .box p {opacity:0.8;}
#programacao:before {
	content:" "; display:block; position:absolute; z-index:-1; bottom:30%; left:0; right:0; top:0; background-color:var(--green-extra-light);
}
#programacao.addMGT:before {top:-105px;}
#programacao .titleSpot strong {color:var(--bs-white); opacity:0.8;}
#programacao .box {background-image:url(../images/bg-pattern.webp); border-radius:10px;}
#programacao .logo {width:191px; height:auto;}
#noticias .container:before {
	content:" "; display:block; position:absolute; z-index:-1; top:0; right:0; width:2000px; height:660px; border-top-right-radius:10px; 
	background:var(--green-extra-light);
}
#noticias .prevPost,
#noticias .nextPost {width:50px; height:50px;}
#noticias .title div {max-width:420px;}
#noticias .slidePosts {width:100%;}
	#noticias .slidePosts .swiper-slide {width:360px; height:auto!important;}
		#noticias .slidePosts .swiper-slide .lkImg {width:100%; height:380px;}
			#noticias .slidePosts .swiper-slide .lkImg img {width:100%; height:100%; border-radius:10px; object-fit:cover;}
		#noticias .slidePosts .swiper-slide .box {border-radius:10px; bottom:10px; right:20px; left:20px; z-index:10; box-shadow:0 4px 10px 0 rgba(0, 0, 0, 0.1);}
#patrocinadores ul li {width:41%;}
#contato .colMapa img {border-radius:10px;}
#contato p,
#contato hr,
#contato .tel a {opacity:0.8;}
#contato .tel a:hover {opacity:1;}
#contato .social a {width:60px; height:60px;}
.sidebar {width:100%; border-radius:10px;}
	.sidebar .btFiltro {z-index:10; width:340px;}
	.sidebar ul.navCategorias {
		background:var(--bs-white); z-index:40; width:340px; position:absolute; left:50%; margin-left:-170px; max-height:300px; overflow:hidden; overflow-y:auto; 
		border-radius:10px; box-shadow:0 4px 10px 0 rgba(0, 0, 0, 0.08);

	}
		.sidebar ul.navCategorias > li {border-bottom:1px solid var(--gray-extra-light);}
		.sidebar ul.navCategorias li:last-child {border-bottom:none;}
		.sidebar ul.navCategorias li a:before {
			content:" "; display:block; width:20px; height:20px; border:1px solid var(--gray-default); border-radius:50%; margin-right:10px;
		}
		.sidebar ul.navCategorias li a:hover,
		.sidebar ul.navCategorias li a.selected {color:var(--green-default);}
		.sidebar ul.navCategorias li a.selected:before {background-color:var(--green-default); border-color:var(--green-extra-dark);}
.listaBlog li {width:100%;}
	.listaBlog li .lkImg {width:100%; height:380px;}
		.listaBlog li .lkImg img {width:100%; height:100%; border-radius:10px; object-fit:cover;}
	.listaBlog li .box {border-radius:10px; bottom:0; right:20px; left:20px; z-index:10; box-shadow:0 4px 10px 0 rgba(0, 0, 0, 0.1);}
.topoPost.addBG:before {content:" "; display:block; position:absolute; z-index:0; background-color:var(--bs-white); bottom:0; left:0; right:0; height:80px;}
	.topoPost img {border-radius:10px;}

@media only screen and (min-width : 576px) {
	.baseSlide .swiper-wrapper .baseTxt .container {width:540px;}
	#a-feira .colTxt:before {left:inherit; right:-15px; width:1500px;}
	#atracoes:before {bottom:320px;}
	#atracoes .prevAtracao {left:-10px;}
	#atracoes .nextAtracao {right:-10px;}
	#oportunidades .colLeft:before {right:-10px;}
	#oportunidades .colRight:before {left:-10px;}
	#oportunidades .box .bg div {width:55%;}
	#programacao:before {border-radius:0 0 200px 200px;}
	#patrocinadores ul li {width:27%;}
	.listaBlog li .box {right:30px; left:30px;}
	.topoPost.addBG:before {height:120px;}
}

@media only screen and (min-width : 768px) {
	.aligncenter {display:block; margin:0 auto 30px;}
	.alignleft {float:left; margin:0 30px 20px 0; max-width:40%;}
	.alignright {float:right; margin:0 0 20px 30px; max-width:40%;}
	.alignnone {margin:0;}
	.baseSlide .swiper {height:600px;}
	.baseSlide .swiper-slide {background-size:initial;}
	.baseSlide .swiper-wrapper .baseTxt .container {width:720px;}
	.baseSlide .swiper-wrapper h1,
	.baseSlide .swiper-wrapper h2 {font-size:70px; line-height:60px;}
	#a-feira .colTxt ul li {width:33.333%; min-height:295px;}
	#atracoes:before {bottom:120px;}
	#oportunidades .box .bg div {width:45%;}
	#patrocinadores ul li {width:auto;}
	.listaBlog li .lkImg {height:445px;}
	.topoPost.addBG:before {height:160px;}
}

@media only screen and (min-width : 992px) {
	.site-header .lkHome {max-width:185px; height:176px; left:50%; margin-left:-92.5px;}
	.site-header .main-nav {
		position:relative; top:inherit; left:inherit; bottom:inherit; width:100%; height:100%; transform:none; overflow:inherit; background:none!important; z-index:85;
	}
	.site-header .main-nav .nav-wrapper {height:100%; overflow:initial;}
	.site-header .nav-items:not(.nav-submenu) {display:flex; align-items:center; overflow:inherit;}
	.site-header .nav-item {line-height:normal; margin:0 30px 0 0; padding:0; border-bottom:none; display:flex;}
	.site-header .nav-item:nth-child(3) {margin-right:250px;}
	.site-header .nav-item:last-child {margin-right:0;}
	.site-header .nav-link {background:none; padding:0; white-space:nowrap; display:inline-block; position:relative; font-size:18px; color:var(--bs-white);}
	.site-header .nav-link:hover {color:var(--yellow-default);}
	.baseSlide .swiper {height:507px;}
	.baseSlide .swiper-wrapper .baseTxt .container {width:940px;}
	.baseSlide .swiper-wrapper .swiper-slide {background-size:cover;}
	#a-feira .info li {width:32%; margin-right:2.5%;}
	#a-feira .info li:nth-child(3n+0) {margin-right:0;}
	#a-feira .colTitle ul,
	#a-feira .colTitle ul li {border-radius:10px;}
	#a-feira .colTitle ul li:nth-child(even) {background-color:var(--yellow-default);}
	#a-feira .colTitle:before {
		content:" "; display:block; position:absolute; z-index:0; bottom:0; right:-15px; width:2000px; top:35%; border-radius:10px;
		background:var(--green-default) url(../images/bg-pattern.webp) repeat-x bottom left;
	}
	#a-feira .colTxt {z-index:10;}
	#a-feira .colTxt:before {display:none;}
	#atracoes:before {bottom:160px;}
	#atracoes .prevAtracao {left:-5px;}
	#atracoes .nextAtracao {right:-5px;}
	#oportunidades .colLeft:before {right:15px;}
	#oportunidades .colRight:before {left:15px;}
	#oportunidades .colLeft .box {margin-right:35px;}
	#oportunidades .colRight .box {margin-left:35px;}
	#oportunidades .box .bg div {width:70%;}
	#programacao .box {border-radius:250px;}
	#programacao.addMGT:before {top:-150px; bottom:115px;}
	#noticias .slidePosts .swiper-slide {width:520px;}
	#noticias .slidePosts .swiper-slide .lkImg {height:445px;}
	#noticias .slidePosts .swiper-slide .box {left:140px;}
	.sidebar {box-shadow:0 4px 10px 0 rgba(0, 0, 0, 0.08);}
	.sidebar ul.navCategorias {
		position:relative; left:0; margin:0; max-height:inherit; overflow-y:inherit; overflow:inherit; width:auto; z-index:8; border-radius:0; box-shadow:none; 
		background:none; border:none;
	}
	.sidebar ul.navCategorias li:last-child {padding-bottom:0;}
}

@media only screen and (min-width : 1200px) {
	.aligncenter {max-width:100%;}
	.alignleft,
	.alignright {max-width:50%;}
	.site-header .lkHome {max-width:210px; height:200px; margin-left:-105px;}
	.site-header .nav-item {margin-right:40px;} 
	.site-header .nav-item:nth-child(3) {margin-right:315px;}
	.site-header .nav-link {font-size:20px;}
	.baseSlide .swiper {height:600px;}
	.baseSlide .swiper-wrapper .swiper-slide {background-size:initial;}
	.baseSlide .swiper-wrapper h1,
	.baseSlide .swiper-wrapper h2 {font-size:90px; line-height:80px}
	#a-feira .colTitle ul li {width:33.333%; min-height:295px;}
	#a-feira .colTitle:before {right:-20px; top:40%;}
	#atracoes:before {bottom:190px;}
	#atracoes .prevAtracao {left:-10px;}
	#atracoes .nextAtracao {right:-10px;}
	#oportunidades .box .bg div {width:55%;}
	#oportunidades .logo {width:171px; margin:-100px 0 0 -85.5px;}
	#oportunidades .colRight .box .bg {padding-left:60px;}
	#noticias .container:before {right:90px;}
	.topoPost.addBG:before {height:220px;}
}

@media only screen and (min-width : 1400px) {
	.site-header .nav-item {margin-right:60px;}
	.site-header .nav-item:nth-child(3) {margin-right:415px;}
	.baseSlide .swiper-wrapper .baseTxt .container {width:1320px;}
	#atracoes:before {bottom:220px;}
	#oportunidades .box .bg div {width:45%;}
	#noticias .container:before {right:130px;}
}