/* ====== DEFAULT ====== */
html {
	scroll-behavior: smooth;
    scroll-padding-top: 100px;
}

#page-bicentenario-imigracao-alema {
	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;
}

.radikal {
	font-family: 'Radikal', sans-serif;
}

.topoPage {
	background: url(../images/bg-topo.jpg) no-repeat center bottom;
	background-size: cover;
	padding: 70px 0 50px;
	margin-bottom: 50px;
}

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

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

.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: #efa72b;
}

.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: #333;
}

.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: #efa72b;
}

.nav-is-toggled .baseMenu .header-overlay,
.nav-is-toggled .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: 110px;
}

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

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

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

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

.linhaTempo .ano.item05 {
	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);
}

.bgPart01 {
	background: url(../images/bg-part01.jpg) no-repeat right 210px
}

.bgPart02 {
	background: url(../images/bg-part02.jpg) no-repeat 0 bottom;
}

#documentario {
	margin-bottom: 80px;
}

#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: #efa72b;
}

.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,
#eventos .eventPrev,
#homenageados .homenagemPrev {
	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);
}

#conteudos .postNext,
#eventos .eventNext,
#homenageados .homenagemNext {
	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);
}

#conteudos .postPrev:hover,
#conteudos .postNext:hover,
#eventos .eventPrev:hover,
#eventos .eventNext:hover,
#homenageados .homenagemPrev:hover,
#homenageados .homenagemNext:hover {
	background-color: #efa72b;
}

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

.slidePosts .postagem {
	overflow: hidden;
	border-radius: 8px;
	box-shadow: 2px 5px 10px 0px rgba(236, 236, 236, 0.5);
	max-width: 263px;
	margin: 0 auto;
}

.slidePosts .postagem img {
    object-fit: cover;
}

.slidePosts .postagem h3 {
    color: #fff;
    font-weight: normal;
    font-size: 16px;
    text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.8)
}


.slidePosts .postagem-overlay:before {
	content: " ";
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: linear-gradient(180.00deg, rgba(0, 0, 0, 0.3) 65%, rgb(0, 0, 0, 1) 100%);
}

.slidePosts .postagem .lkMore {
	font-size: 16px;
	font-weight: 600;
	color: var(--bs-black);
	width: 126px;
	height: 38px;
	line-height: 38px;
	border-radius: 8px;
	background: #EFA72B;
}

.slidePosts .postagem .lkMore:hover {
	background: var(--bs-white);
}

.caderno {
	padding: 90px 0;
	margin-bottom: 90px;
	background: url(../images/bg-caderno.jpg) no-repeat center top;
	background-size: cover;
}

.caderno .ratio {
    --bs-aspect-ratio: 120%;
}

.curadoria {
	margin-bottom: 110px;
}

.curadoria .perfil {
	margin-top: 35px
}

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

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

.curadoria .perfil h3 strong {
	font-size: 28px;
	font-weight: 700;
	display: block;
}

.curadoria .perfil p {
	font-size: 16px;
	line-height: 26px;
	color: var(--bs-black);
	margin-bottom: 15px;
}

#eventos,
#homenageados {
	margin-bottom: 110px;
}

.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: #efa72b;
}

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

.slideEventos .evento a.lkMore:hover {
	background-color: var(--bs-black);
	color: var(--bs-white);
}

.slideHomenagem .swiper-slide {
	height: auto !important;
	padding: 5px 10px 20px;
}

.slideHomenagem .perfil {
	border-radius: 12px;
	box-shadow: 0px 5px 15px 0px rgba(189, 223, 246, 0.45);
	background-color: var(--bs-white);
	padding-bottom: 20px;
	width: 100%;
	max-width: 215px;
	height: 100%;
	margin: 0 auto;
	overflow: hidden;
}

.slideHomenagem .perfil img {
	margin-bottom: 10px;
}

.slideHomenagem .perfil h3 {
	font-size: 18px;
	font-weight: 600;
	color: var(--bs-black);
	margin: 0 15px 10px;
}

.slideHomenagem .perfil p {
	font-size: 14px;
	color: var(--bs-black);
	line-height: 22px;
	margin: 0 15px;
}

#homenageados .perfil .ratio img{
    object-fit: cover;
}

.patrocinadores {
	margin-bottom: 80px;
}

.patrocinadores ul li {
	margin: 0 15px 25px;
	height: 100px;
	width: 210px;
	padding: 5px;
	background: var(--bs-white);
	border-radius: 5px;
}

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

#page-bicentenario-imigracao-alema .footer {
	background: #dfd1c3 url(../images/bg-footer.jpg) no-repeat center top;
	padding: 75px 0 80px;
}

#page-bicentenario-imigracao-alema .footer img {
	display: block;
	margin: 0 auto 40px;
}

#page-bicentenario-imigracao-alema .footer p {
	font-size: 14px;
	color: #7A6E62;
}

.galerias {
    margin-bottom: 80px;
}

.galerias .tab-content ul li{
    padding: 0 15px;
}

.galerias .tab-content ul li img {
    object-fit: cover;
    object-position: top;
    border-radius: 8px;
}

.galeria-tabs-next,
.galeria-tabs-prev {
    background: none;
    position: absolute;
    height: 30px;
    width: 30px;
    line-height: 30px;
    vertical-align: middle;
    font-size: 20px;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    text-align: center;
    color: #000;
}

.galeria-tabs-next{
    left: auto;
    right: 0;
}

.galeria-tabs .nav-link {
    color: #000;
    font-weight: bold;
    padding: 12px 0;
    border-radius: 12px;
}

.galeria-tabs .nav-link.active{
    background-color: #EFA72B;
}

.btn-galeria {
    background: #EFA72B;
    font-weight: bold;
    width: 180px;
    display: block;
    padding: 12px 0;
}

.btn-galeria:hover{
    background-color: #000;
    color: #fff;
}

@media only screen and (min-width : 480px) {
	.patrocinadores ul li {
		width: 43%;
	}
}

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

	.slideHomenagem {
		width: 86%;
	}
}

@media only screen and (min-width : 768px) {
	.topoPage {
		background-size: initial;
		height: 566px;
		padding: 100px 0 0;
	}

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

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

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

	.slidePosts,
	.slideEventos,
	.slideHomenagem {
		width: 90%;
	}

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

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

	.patrocinadores ul li {
		width: 29%;
	}
}

@media only screen and (min-width : 992px) {
	.linhaTempo .ano {
		padding: 0 0 30px;
		margin: 0;
		max-width: 240px;
		position: absolute;
		z-index: 10;
	}

	.linhaTempo .ano.item01 {
		right: -230px;
		top: -10px;
	}

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

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

	.linhaTempo .ano.item04 {
		left: -180px;
		top: 50%;
		padding-bottom: 30px;
	}

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

	.linhaTempo .ano:before {
		width: 16px;
		height: 16px;
		left: 50%;
		top: initial;
		bottom: 0;
		margin-left: -8px;
	}

	.linhaTempo .ano:after {
		height: 2px;
		left: initial;
		top: initial;
		bottom: 7px;
	}

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

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

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

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

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

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

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

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

	.caderno {
		padding-bottom: 0;
		min-height: 822px;
		background-size: initial;
	}

    .caderno .ratio {
        --bs-aspect-ratio: 70%;
    }

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

	.patrocinadores ul li {
		width: 210px;
	}
}

@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 {
		right: -280px;
		top: 0;
		width: 275px;
	}

	.linhaTempo .ano.item02 {
		right: -280px;
		top: 80%;
		width: 285px;
	}

	.linhaTempo .ano.item03 {
		left: -280px;
		width: 300px;
	}

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

    .linhaTempo .ano.item05 {
		right: -280px;
		top: 40%;
		width: 285px;
	}

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

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

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

	#conteudos .postPrev,
	#conteudos .postNext,
	#eventos .eventPrev,
	#eventos .eventNext,
	#homenageados .homenagemPrev,
	#homenageados .homenagemNext {
		width: 60px;
		height: 60px;
		margin-top: -30px;
		font-size: 32px;
	}

	.curadoria .perfil h3 strong {
		font-size: 32px;
	}

	.slideHomenagem {
		width: 86%;
	}

	.bgPart02 {
		background-position: 0 430px;
	}

	.patrocinadores ul li {
		width: 17.3%;
		max-width: 210px;
	}
}

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

	.linhaTempo .ano.item01 {
		right: -250px;
		top: 45px;
		width: 275px;
	}

	.linhaTempo .ano.item02 {
		right: -250px;
		top: 68%;
		width: 300px;
	}

	.linhaTempo .ano.item03 {
		left: -240px;
		top: -15px;
		width: 280px;
	}

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

    .linhaTempo .ano.item05 {
		right: -300px;
		top: 35%;
		width: 300px;
	}

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

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

	#documentario,
	.curadoria,
	#homenageados {
		max-width: 1400px;
	}

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

	.slidePosts {
		width: 88%;
	}

	.curadoria .perfil {
		padding-right: 25px;
	}

	.curadoria .perfil img {
		max-width: initial;
	}

	.slideEventos {
		width: 86%;
	}

	#eventos .eventPrev {
		left: 25px;
	}

	#eventos .eventNext {
		right: 25px;
	}

	.slideHomenagem {
		width: 90%;
	}
}

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

	.linhaTempo .ano.item01 {
		right: -310px;
		top: 10px;
		width: 315px;
	}

	.linhaTempo .ano.item02 {
		right: -285px;
		top: 68%;
		width: 320px;
	}

	.linhaTempo .ano.item03 {
		left: -290px;
		top: -25px;
		width: 320px;
	}

	.linhaTempo .ano.item04 {
		left: -170px;
		width: 230px;
	}

    .linhaTempo .ano.item05 {
		right: -375px;
		top: 35%;
		width: 320px;
	}

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

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

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

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

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

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