/* ====== DEFAULT ====== */
html {
	scroll-behavior: smooth;
}

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

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;
}

*:focus {
	outline: none;
}

button:focus {
	outline: 0 !important;
}

ul,
ol {
	list-style: none;
	margin: 0;
	padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
	margin: 0;
}

.transition {
	transition: all 0.2s linear;
}

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

.topoPage {
	background: url(../images/bg-topo-mob.jpg) no-repeat center top;
	padding-top: 30px;
	margin-bottom: 100px;
	height: 620px;
}

.topoPage a.lkMenu {
	border-radius: 5px;
	width: 30px;
	height: 30px;
	background: #CE2B37;
	font-size: 26px;
	color: var(--bs-white);
	line-height: 32px;
}

.topoPage a.lkND {
	font-size: 16px;
	font-weight: 600;
	color: var(--bs-white);
	text-decoration: none;
	width: 150px;
	height: 38px;
	border-radius: 20px;
	background: #CE2B37;
}

.topoPage a.lkMenu:hover,
.topoPage a.lkND:hover {
	background-color: #009247;
}

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

.topoPage .logo {
	margin-top: 40px;
    margin-bottom: 140px;
}

.topoPage .logo:last-of-type {
    margin-bottom: 0;
}
.topoPage .flag {
	z-index: 20;
	bottom: 0;
	left: 0;
	right: 0;
	height: 8px;
}

.topoPage .flag span:nth-child(1) {
	width: 33.333%;
	height: 8px;
	background-color: #009247;
}

.topoPage .flag span:nth-child(2) {
	width: 33.333%;
	height: 8px;
	background-color: var(--bs-white);
}

.topoPage .flag span:nth-child(3) {
	width: 33.333%;
	height: 8px;
	background-color: #ce2b37;
}

.baseMenu {
	background-color: var(--bs-white);
	height: 72px;
	border-radius: 7px;
	padding: 20px;
	margin: 0 auto;
	max-width: 300px;
	box-shadow: 5px 10px 25px 0px rgba(0, 0, 0, 0.15);
	z-index: 40;
	margin-bottom: -30px;
}

.baseMenu .btnOpenMenu {
	padding: 0;
	cursor: pointer;
	width: 100%;
	height: 100%;
	font-size: 18px;
	font-weight: 500;
	color: #333;
	background: none;
	line-height: 32px;
}

.baseMenu .btnOpenMenu:hover {
	color: #009247;
}

.baseMenu .btnOpenMenu i {
	font-size: 24px;
	line-height: 32px;
	margin-left: 10px;
}

.baseMenu .header-overlay {
	position: fixed;
	z-index: 99;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	background-color: rgba(0, 0, 0, 0.85);
	transition: 0.45s;
	transform: translateX(-100%);
}

.baseMenu .main-nav {
	display: flex;
	flex-direction: column;
	position: fixed;
	z-index: 1000;
	top: 0;
	left: 0;
	bottom: 0;
	width: 300px;
	padding: 30px 15px 0;
	background-color: var(--bs-white);
	overflow-x: hidden;
	overflow-y: hidden;
	transition: 0.45s;
	transform: translateX(-100%);
	-webkit-overflow-scrolling: touch;
}

.baseMenu .main-nav .nav-header .btnCloseMenu {
	font-size: 12px;
	font-weight: 600;
	color: #d92d34;
	line-height: 16px;
}

.baseMenu .main-nav .nav-header .btnCloseMenu:hover {
	color: #009247;
}

.baseMenu .main-nav .nav-header .btnCloseMenu i {
	font-size: 20px;
}

.baseMenu .main-nav .nav-wrapper {
	height: calc(100% - 160px);
	position: relative;
}

.baseMenu .nav-items {
	overflow-y: auto;
	overflow-x: hidden;
	height: 100%;
	width: 100%;
}

.baseMenu .nav-item:not(:last-child) {
	border-bottom: 1px solid #ebebeb;
}

.baseMenu .nav-link {
	display: block;
	color: #333;
	font-size: 18px;
	font-weight: 500;
	padding: 12px 30px 12px 0;
	line-height: 26px;
	position: relative;
	text-decoration: none;
}

.baseMenu .nav-link:hover {
	color: #009247;
}

.nav-is-toggled-imigracao .baseMenu .header-overlay,
.nav-is-toggled-imigracao .baseMenu .main-nav {
	transform: translateX(0);
}

.titleSection {
	margin-bottom: 35px;
}

.titleSection h2 {
	font-size: 36px;
	font-weight: 700;
	color: var(--bs-black);
}

.titleSection p {
	font-size: 18px;
	color: var(--bs-black);
	margin-top: 5px;
}

.linhaTempo {
	margin-bottom: 50px;
}

.linhaTempo img {
	margin-bottom: 30px;
}

.linhaTempo .ano {
	padding: 0 0 30px 35px;
	margin: 0 auto;
	max-width: 300px;
	position: relative;
}

.linhaTempo .ano:before {
	content: " ";
	display: block;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	background: #009247;
	position: absolute;
	left: 0;
	top: 12px;
}

.linhaTempo .ano:after {
	content: " ";
	display: block;
	width: 2px;
	height: calc(100% + 30px);
	background: #009247;
	position: absolute;
	left: 9px;
	top: 12px;
}

.linhaTempo .ano.item04 {
	padding-bottom: 0;
}

.linhaTempo .ano h3 {
	font-size: 36px;
	font-weight: 700;
	color: var(--bs-black);
}

.linhaTempo .ano p {
	font-size: 16px;
	color: var(--bs-black);
}

#documentario {
	margin-bottom: 90px;
}

#documentario .baseSlide {
	padding: 0 40px;
}

#documentario .docPrev {
	width: 30px;
	height: 30px;
	background-color: var(--bs-white);
	font-size: 18px;
	color: var(--bs-black);
	cursor: pointer;
	outline: none;
	top: 32%;
	left: 5px;
	z-index: 10;
	box-shadow: 0px 8px 40px 0px rgba(182, 182, 182, 0.45);
}

#documentario .docNext {
	width: 30px;
	height: 30px;
	background-color: var(--bs-white);
	font-size: 18px;
	color: var(--bs-black);
	cursor: pointer;
	outline: none;
	top: 32%;
	right: 5px;
	z-index: 10;
	box-shadow: 0px 8px 40px 0px rgba(182, 182, 182, 0.45);
}

#documentario .docPrev:hover,
#documentario .docNext:hover {
	background-color: #ce2b37;
	color: var(--bs-white);
}

.slideEpisodios {
	width: 100%;
}

.slideEpisodios h3 {
	font-size: 18px;
	font-weight: 600;
	color: var(--bs-black);
	padding: 15px 5px 0;
}

#conteudos {
	margin-bottom: 90px;
}

#conteudos .postPrev,
#conteudos .postNext {
	width: 56px;
	height: 56px;
	font-size: 20px;
	color: #4E4A23;
	cursor: pointer;
	background: #E5E5E5;
	padding: 0;
	margin: 15px 15px 0;
}

#conteudos .postPrev:hover,
#conteudos .postNext:hover {
	background-color: #009247;
	color: var(--bs-white);
}

.slidePosts {
	width: 100%;
}

.slidePosts .swiper-slide {
	height: auto !important;
	padding: 0 15px 30px;
}

.slidePosts article {
	overflow: hidden;
	border-radius: 15px;
	background: var(--bs-white);
	box-shadow: 0px 5px 20px 0px rgba(93, 93, 93, 0.12);
	max-width: 325px;
	margin: 0 auto;
	height: 100%;
	padding-bottom: 25px;
}

.slidePosts article h3 {
	font-size: 18px;
	font-weight: 500;
	color: var(--bs-black);
	margin: 10px 25px;
	line-height: 26px;
}

.slidePosts article h3 a {
	color: var(--bs-black);
	text-decoration: none;
}

.slidePosts article h3 a:hover {
	color: #009247;
}

#curadores {
	margin-bottom: 110px;
}

#curadores .perfil {
	margin-top: 35px
}

#curadores .perfil img,
.curador .perfil img {
	max-width: 100%;
	height: auto;
	display: block;
	margin: 0 auto 25px;
}

#curadores .perfil h3,
.curador .perfil h3 {
	font-size: 18px;
	font-weight: 400;
	color: var(--bs-black);
	margin-bottom: 10px;
}

#curadores .perfil h3 strong,
.curador .perfil h3 strong {
	font-size: 32px;
	font-weight: 700;
	display: block;
}

#curadores .perfil p,
.curador .perfil p {
	font-size: 16px;
	line-height: 26px;
	color: var(--bs-black);
	margin-bottom: 10px;
}

#eventos {
	margin-bottom: 110px;
}

#eventos .eventPrev {
	width: 30px;
	height: 30px;
	background-color: var(--bs-white);
	font-size: 18px;
	color: var(--bs-black);
	cursor: pointer;
	outline: none;
	top: 50%;
	margin-top: -15px;
	left: 5px;
	z-index: 10;
	box-shadow: 0px 8px 40px 0px rgba(189, 223, 246, 0.6);
}

#eventos .eventNext {
	width: 30px;
	height: 30px;
	background-color: var(--bs-white);
	font-size: 18px;
	color: var(--bs-black);
	cursor: pointer;
	outline: none;
	top: 50%;
	margin-top: -15px;
	right: 5px;
	z-index: 10;
	box-shadow: 0px 8px 40px 0px rgba(189, 223, 246, 0.6);
}

#eventos .eventPrev:hover,
#eventos .eventNext:hover {
	background-color: #009247;
	color: var(--bs-white);
}

.slideEventos {
	width: 80%;
	margin: 0 auto;
}

.slideEventos .swiper-slide {
	height: auto !important;
	padding: 5px 15px 30px;
}

.slideEventos .evento {
	border-radius: 12px;
	box-shadow: 0px 8px 20px 0px rgba(189, 223, 246, 0.45);
	background-color: var(--bs-white);
	padding: 25px 25px 90px;
	height: 100%;
}

.slideEventos .evento .data {
	font-size: 18px;
	font-weight: 500;
	color: var(--bs-black);
	margin-bottom: 15px;
}

.slideEventos .evento .data span {
	font-size: 48px;
	font-weight: 700;
	line-height: 54px;
}

.slideEventos .evento h3 {
	font-size: 22px;
	font-weight: 700;
	color: var(--bs-black);
	line-height: 30px;
}

.slideEventos .evento h3 a {
	color: var(--bs-black);
}

.slideEventos .evento h3 a:hover {
	color: #007439;
}

.slideEventos .evento a.lkMore {
	font-size: 16px;
	font-weight: 600;
	color: var(--bs-white);
	padding: 8px 20px;
	background-color: #CE2B37;
	border-radius: 8px;
	left: 25px;
	bottom: 25px;
}

.slideEventos .evento a.lkMore:hover {
	background-color: #007439;
}

.galeria,
.curador {
	margin-bottom: 80px;
}

.galeria .filtro {
	margin-top: 25px;
	white-space: nowrap;
	width: 100%;
	overflow-x: auto;
	padding-bottom: 10px;
}

.galeria .filtro::-webkit-scrollbar {
	height: 6px;
	margin: 10px 0;
}

.galeria .filtro::scrollbar {
	height: 6px;
}

.galeria .filtro::-webkit-scrollbar-track {
	background: none;
}

.galeria .filtro::scrollbar-track {
	background: none;
}

.galeria .filtro::-webkit-scrollbar-thumb {
	background: #EEECEC;
	border-radius: 3px;
}

.galeria .filtro::scrollbar-thumb {
	background: #EEECEC;
	border-radius: 3px;
}

.galeria .filtro a {
	padding: 0 20px;
	font-size: 14px;
	text-decoration: none;
	color: #9B9B9B;
	font-weight: 500;
	background-color: #EEECEC;
	border-radius: 8px;
	height: 48px;
	margin: 0 10px;
}

.galeria .filtro a:hover {
	color: var(--bs-white);
	background-color: #007439;
}

.galeria .filtro a.active {
	color: var(--bs-white);
	background-color: #007439;
	font-weight: 700;
}

.galeria .baseLista ul li {
	width: 45%;
	max-width: 290px;
	overflow: hidden;
	border-radius: 12px;
	margin-bottom: 35px;
	box-shadow: 0px 25px 50px 0px rgba(93, 93, 93, 0.07);
}

.galeria .baseLista ul li img{
    object-fit: cover;
}

.footer {
	background-color: #C4C4C4;
	padding: 75px 0;
}

.footer h4 {
	font-size: 18px;
	font-weight: 500;
	color: var(--bs-black);
	margin-bottom: 20px;
}

.footer .realizacao {
	margin-bottom: 40px;
}

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

	#documentario .baseSlide {
		padding: 0 70px;
	}

	#documentario .docPrev,
	#documentario .docNext {
		width: 48px;
		height: 48px;
		font-size: 28px;
	}
}

@media only screen and (min-width : 768px) {
	.topoPage {
		background: url(../images/bg-topo.jpeg) no-repeat center top;
		padding-top: 40px
	}

	.topoPage .logo {
		margin-bottom: 0;
        
        max-width: 200px;
        margin-right: 30px;
        
	}

	.baseMenu {
		max-width: 560px;
		padding: 20px;
	}

	.baseMenu .main-nav {
		position: relative;
		top: inherit;
		left: inherit;
		bottom: inherit;
		width: auto;
		height: auto;
		transform: none;
		overflow: inherit;
		background: none;
		padding: 0;
	}

	.baseMenu .main-nav .nav-wrapper {
		height: auto;
	}

	.baseMenu .nav-items {
		display: flex;
		justify-content: space-around;
		overflow: inherit;
		line-height: 32px;
	}

	.baseMenu .nav-item {
		border: none !important;
	}

	.baseMenu .nav-link {
		background: none;
		padding: 0;
		white-space: nowrap;
		display: inline-block;
	}

	#curadores .perfil img {
		max-width: 100%;
		height: auto;
		display: block;
		margin: 0 0 25px;
	}

	.galeria .baseLista ul li {
		width: 18%;
		margin-right: 2.5%;
	}

	.galeria .baseLista ul li:nth-child(5n+0) {
		margin-right: 0;
	}

	.slideEventos {
		width: 90%;
	}

	#eventos .eventPrev {
		width: 40px;
		height: 40px;
		margin-top: -20px;
		left: 0;
		font-size: 24px;
	}

	#eventos .eventNext {
		width: 40px;
		height: 40px;
		margin-top: -20px;
		right: 0;
		font-size: 24px;
	}

	.curador .perfil img {
		max-width: 40%;
		margin: 0 25px 0 0;
	}

	.curador .perfil div {
		padding-top: 40px;
	}
}

@media only screen and (min-width : 992px) {
	.topoPage .logo {
        margin-top: -40px;
		max-width: 200px;
        margin-right: 30px;
	}

	.linhaTempo .ano {
		padding: 0 0 30px;
		margin: 0;
		max-width: 240px;
		position: absolute;
		z-index: 10;
	}

	.linhaTempo .ano.item01 {
		left: -240px;
		top: -25px;
	}

	.linhaTempo .ano.item02 {
		left: -180px;
		top: 40%;
	}

	.linhaTempo .ano.item03 {
		right: -240px;
		top: -10px;
	}

	.linhaTempo .ano.item04 {
		right: -230px;
		top: 52%;
		padding-bottom: 30px;
	}

	.linhaTempo .ano:before {
		width: 16px;
		height: 16px;
		left: 50%;
		top: initial;
		bottom: 0;
		margin-left: -8px;
		background: var(--bs-black);
	}

	.linhaTempo .ano:after {
		height: 2px;
		left: initial;
		top: initial;
		bottom: 7px;
		background: var(--bs-black);
	}

	.linhaTempo .ano.item01:after {
		left: 50%;
		width: calc(50% + 5px);
	}

	.linhaTempo .ano.item02:after {
		left: 50%;
		width: calc(50% + 230px);
	}

	.linhaTempo .ano.item03:after {
		right: 50%;
		width: calc(50% + 30px);
	}

	.linhaTempo .ano.item04:after {
		right: 50%;
		width: calc(50% + 55px);
	}

	.linhaTempo .ano h3 {
		font-size: 26px;
	}

	.linhaTempo .ano p {
		font-size: 14px;
	}

	#documentario .titleSection {
		margin-bottom: 0;
	}

	#curadores .perfil img {
		max-width: 40%;
		margin: 0 25px 0 0;
	}

	#curadores .perfil div {
		padding-top: 30px;
	}

	.curador .perfil div {
		padding-top: 50px;
	}
}

@media only screen and (min-width : 1200px) {
	.linhaTempo .ano h3 {
		font-size: 30px;
	}

	.linhaTempo .ano p {
		font-size: 16px;
	}

	.linhaTempo .ano {
		max-width: initial;
	}

	.linhaTempo .ano.item01 {
		left: -280px;
		width: 300px;
		top: -15px;
	}

	.linhaTempo .ano.item02 {
		left: -180px;
		top: 45%;
		width: 230px;
	}

	.linhaTempo .ano.item03 {
		right: -300px;
		top: 0;
		width: 275px;
	}

	.linhaTempo .ano.item04 {
		right: -300px;
		top: 54%;
		width: 275px;
	}

	.linhaTempo .ano.item01:after {
		width: calc(50% - 15px);
	}

	.linhaTempo .ano.item02:after {
		width: calc(50% + 195px);
	}

	.linhaTempo .ano.item03:after {
		width: calc(50% + 60px);
	}

	.linhaTempo .ano.item04:after {
		width: calc(50% + 90px);
	}

	#documentario .titleSection h2 {
		font-size: 48px;
	}

	#eventos .eventPrev,
	#eventos .eventNext {
		width: 60px;
		height: 60px;
		margin-top: -30px;
		font-size: 32px;
	}

	#curadores .perfil h3 strong,
	.curador .perfil h3 strong {
		font-size: 32px;
	}
}

@media only screen and (min-width : 1400px) {
	.linhaTempo .ano h3 {
		font-size: 40px;
	}

	.linhaTempo .ano.item01 {
		left: -240px;
		top: 25px;
		width: 280px;
	}

	.linhaTempo .ano.item02 {
		left: -140px;
		top: 52%;
		width: 230px;
	}

	.linhaTempo .ano.item03 {
		right: -250px;
		top: 85px;
		width: 255px;
	}

	.linhaTempo .ano.item04 {
		right: -250px;
		top: 61%;
		width: 260px;
	}

	.linhaTempo .ano.item02:after {
		width: calc(50% + 340px);
	}

	.linhaTempo .ano.item04:after {
		width: calc(50% + 90px);
	}

	#documentario,
	#curadores {
		max-width: 1400px;
	}

	#documentario .titleSection {
		padding-right: 30px;
	}

	#curadores .perfil {
		padding-right: 25px;
	}

	#curadores .perfil img,
	.curador .perfil img {
		max-width: initial;
	}

	#curadores .perfil div {
		padding-top: 45px;
	}

	.slideEventos {
		width: 86%;
	}

	#eventos .eventPrev {
		left: 25px;
	}

	#eventos .eventNext {
		right: 25px;
	}

	.footer .realizacao {
		padding-left: 50px;
	}
}

@media only screen and (min-width : 1520px) {
	.linhaTempo .ano p {
		font-size: 18px;
	}

	.linhaTempo .ano.item01 {
		left: -290px;
		top: 15px;
		width: 320px;
	}

	.linhaTempo .ano.item02 {
		left: -170px;
		width: 230px;
		top: 50%;
	}

	.linhaTempo .ano.item03 {
		right: -310px;
		top: 80px;
		width: 295px;
	}

	.linhaTempo .ano.item04 {
		right: -285px;
		top: 61%;
		width: 280px;
	}

	.linhaTempo .ano.item01:after {
		width: calc(50% + 10px);
	}

	.linhaTempo .ano.item02:after {
		width: calc(50% + 360px);
	}

	.linhaTempo .ano.item03:after {
		width: calc(50% + 70px);
	}

	.linhaTempo .ano.item04:after {
		width: calc(50% + 120px);
	}

	.galeria .baseLista {
		max-width: 1520px;
	}

	.galeria .baseLista ul li {
		width: 18.5%;
		margin-right: 1.87%;
	}
}

@media only screen and (min-width : 1600px) {
	.galeria .baseLista {
		max-width: 1580px;
	}
}

@media only screen and (min-width : 1660px) {
	.linhaTempo .ano.item01 {
		right: -350px;
	}

	.linhaTempo .ano.item02 {
		right: -305px;
	}

	.linhaTempo .ano.item01:after {
		width: calc(50% - 10px);
	}
}