/*
* 
* @author Carlos Mickron
*/

* {
	padding: 0;
	margin: 0;
	box-sizing: border-box;
}

:root {
	--color-cream: #ede1d2;
	--color-bg: #edeeed;
	--color-grey: #f2f2f2;
	--color-grey-text: #727175;
	--color-blue: #0088C0;
	--color-blue-squad: #1596d0;
	--color-green: #264443;
	--color-green-80: rgba(38, 68, 67, 0.5);
	--color-blue-light: #00A0E1;
	--color-ct-bg: #adb1b1;
	--color-parag: #807b7b;
	;
}

html {
	scroll-behavior: smooth;
}


/* ### home ### */

body {
	margin: 0;
	background-color: black;
}

body a:visited {
	color: var(--color-cream);

}

input[type="checkbox"] {
	display: none;
	/* Esconde o checkbox, mas ele ainda está presente e funcional */
}

/* Classe "sr-only" para ocultar o texto visualmente mas mantê-lo acessível ao leitor de tela */
.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0;
}


#menu {
	display: flex;
	flex-direction: column;
	max-width: 1200px;
	margin: 0 auto;
	overflow-x: hidden;
	background-size: 1200px;
	box-sizing: border-box;
	justify-content: center;
	align-items: center;
}


#home {
	display: flex;
	flex-direction: column;
	max-width: 1200px;
	margin: 0 auto;
	overflow-x: hidden;
	background: black;
	background-image: url(../images/background3.png);
	background-attachment: scroll;
	background-size: 1200px;
	background-repeat: no-repeat;
	background-position: center 100px;
	box-sizing: border-box;
}


.menu-hamburguer {
	width: 60px;
	font-size: 40px;
	cursor: pointer;
	color: var(--color-cream);
	padding: 0 3vw;
	display: flex;
	justify-content: center;
	align-items: center;
}

.visually-hidden {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

#acervo .link {
	color: var(--color-blue-light);
	text-decoration: none;
}

#acervo .link {
	color: var(--color-blue);
	text-decoration: none;
}

.logomarca img {
	width: 250px;
	height: 60px;
	background-size: cover;
	object-fit: cover;
	margin-left: 10px;
}

/* ### nav bar ### */

.nav-principal {

	font-size: 1.2em;
	width: 1100px;
	margin-left: 50px;
	justify-content: center;
	box-sizing: border-box;
	display: flex;
	flex-direction: row;

}

.menu {
	font-size: 1em;
	justify-content: center;
	display: flex;
	flex-direction: row;
	width: 100vh;
}

.botoes {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 250px;
	height: 60px;
}

.botoes ul {
	display: flex;
	padding: 0;
	margin: 0;
	list-style: none;
}

.botoes li {
	margin-left: 10px;
}

.botoes img {
	width: 40px;
	height: auto;
}

.reset-icon button {
	border: none;
	background: none;
	padding: 0;
	margin: 0;
	outline: none;
	box-shadow: none;
}

.reset-icon img {
	width: 24px;
	cursor: pointer;
}

.play-icon button {
	border: none;
	background: none;
	padding: 0;
	outline: none;
	box-shadow: none;
}

.play-icon img {
	display: block;
	cursor: pointer;
}


.row-mob {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}

.column-mob {
	display: flex;
	flex-direction: column;
}

.menu-mob ul {
	padding-left: 20px;
	font-size: 1.5em;
	text-decoration: none;
	justify-content: center;
	display: flex;
	flex-direction: column;
	font-family: 'Neopixel', sans-serif;
}

.menu-mob a {
	display: none;
	padding: 10px 0;
	margin: 0px;
	color: var(--color-cream);
}

.botoes-mob {
	display: none;
	align-items: center;
	justify-content: center;
	width: 200px;
	height: 100px;
}

.botoes-mob ul {
	display: flex;
	padding: 0;
	margin: 0;
	list-style: none;
}

.botoes-mob li {
	margin-left: 10px;
}

.botoes-mob img {
	width: 60px;
	height: auto;
}

.mob-acervo {
	margin-left: 170px;
	margin-bottom: 60px;
}

nav.navbar-black {
	width: 1200px;
	padding: 15px 0px;
	background: rgba(0, 0, 0, 1);
}

.navbar-light .navbar-nav .nav-link:hover,
.menu-mob a:hover {
	color: var(--color-blue-light);

}

.navbar-light .navbar-nav .nav-link:active,
.navbar-light .navbar-nav .nav-link:focus {
	color: var(--color-blue-light);
	font-weight: bold;

	/* Cor ao clicar ou focar */
}

.navbar-light .navbar-nav .nav-link {
	color: #ede1d2;
	font-family: 'Neopixel', sans-serif;
}

.divider {
	width: 1px;
	height: 24px;
	margin-left: 12px;
	margin-left: 10px;
	background-color: var(--color-cream);
	color: var(--color-cream);
}

.switch {
	position: relative;
	display: inline-block;
	width: 40px;
	height: 20px;
}

.switch input {
	opacity: 0;
	width: 0;
	height: 0;
}

.slider {
	position: absolute;
	cursor: pointer;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: var(--color-cream);
	transition: .4s;
	border-radius: 10px;
}

.slider::before {
	position: absolute;
	content: "";
	height: 18px;
	width: 18px;
	left: 1px;
	bottom: 1px;
	background-color: #000;
	border-radius: 50%;
	transition: .4s;
}

input:checked+.slider {
	background-color: var(--color-blue);
}

input:checked+.slider::before {
	transform: translateX(20px);
}

/* Ocultar o texto, mas mantê-lo acessível para leitores de tela */
.switch[aria-label] {
	position: relative;
}

.switch[aria-label]::before {
	content: "Alternar acessibilidade";
	position: absolute;
	width: 1px;
	height: 1px;
	margin: -1px;
	padding: 0;
	border: none;
	clip: rect(0 0 0 0);
	/* Esconde o texto */
	clip-path: inset(50%);
	overflow: hidden;
}



.bars {
	display: flex;
	height: 80px;
	gap: 10px;
	align-items: flex-end;
}

.bar {
	width: 6px;
	height: 20px;
	background-color: var(--color-green);
	border-radius: 5px;
}

.play-icon img {
	width: 80px;
	margin-top: 10px;
}

.reset-icon img {
	width: 40px;
	margin-top: 10px;
}

#audio {
	margin-top: 55px;
	height: 220px;
	display: flex;
	flex-direction: row;
	justify-content: center;

}

.main-component {
	height: 250px;
	width: 100px;
	display: flex;
	flex-direction: column;
	align-items: center;
	padding-top: 25px;
}

.volume-component {
	height: 250px;
	width: 80px;
	display: flex;
	flex-direction: column;
	align-items: center;
}


.volume-icon img {
	width: 70px;
	/* Largura do ícone */
}

.tutorial {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.tutorial span {
	color: var(--color-cream);
	font-family: 'Poppins';
	font-size: 1.1em;
	margin-top: 60px;
}

#ft-home {
	color: var(--color-cream);
	margin-top: 550px;
	text-align: center;

}

.realizacao {
	width: 250px;
	margin: 0 10px;

}

.apoio-orientacao {
	display: flex;
	margin-bottom: 60px;
}

.apoio {
	width: 1200px;
	height: 150px;
	justify-content: space-around;
	align-content: center;
	align-items: center;
	display: flex;

}

.apoio-img {
	width: 200px;
	height: 150px;
	object-fit: cover;
	object-position: center;
}

.flores {
	width: 100px;
	height: 100px;
	object-fit: cover;
	object-position: center;
}

/*Custom Volume */

.custom-slider-vertical {
	position: relative;
	width: 10px;
	height: 100px;
	background-color: var(--color-cream);
	border-radius: 5px;
	margin-top: 55px;
	margin-bottom: 15px;
}

.track {
	position: absolute;
	width: 100%;
	background-color: var(--color-blue-light);
	border-radius: 0 0 5px 5px;
	height: 50%;
	/* Volume inicial (50%) */
	bottom: 0;
	/* Começa de baixo para cima */
}

.thumb {
	position: absolute;
	width: 20px;
	height: 20px;
	background-color: var(--color-blue-light);
	border-radius: 50%;
	/* Remove o arredondamento no topo */
	left: 50%;
	transform: translateX(-50%);
	bottom: 50%;
	/* Alinhado ao volume inicial */
	cursor: pointer;
}


/* ### sobre ### */

.sobre {
	display: flex;
	flex-direction: column;
	max-width: 1100px;
	margin: 0 auto;
	overflow-x: hidden;
	background-size: 1100px;
	box-sizing: border-box;
	justify-content: center;
	align-items: center;
}

.orientacao-origens {
	display: flex;
	flex-direction: row;
}

#origens .line img {
	width: 300px !important;
}


#historia {
	background-color: #fff;
	background-image: url(../images/whitebg.jpg);
	background-size: cover;
	height: 450px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

#historia .line img {
	width: 280px !important;
}

#historia p {
	margin: 15px 0;
	color: var(--color-parag);
	text-align: justify;
	font-family: 'Poppins', sans-serif;
}

.conheca {
	font-size: 1em;
	color: var(--color-blue-light);
	font-weight: 600;
	letter-spacing: 0.1em;

}

.titulo {
	font-size: 2.5em;
	color: #000;
	font-weight: 900;
	letter-spacing: 0.08em;
	padding: 0;
	margin: 0;
	font-family: 'Poppins Bold', sans-serif;
}


#origens {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	background-color: #000;
	height: 840px;
}

#origens .line img {
	width: 300px !important;
}

.origens-desc {
	background-color: #fff;
	background-image: url(../images/whitebg.jpg);
	height: 698.5px;
	width: 550px;
	text-align: justify;
	padding: 0 30px;
	display: flex;
	flex-direction: column;
	align-items: start;
	justify-content: center;

}

.origens-desc p {
	font-family: 'Poppins', sans-serif;
	color: var(--color-parag);
	padding-top: 20px;
}




.moldura-container {
	position: relative;
	width: 550px;
	height: 698.5px;
}

.imagem-interna img {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 480px;
	height: 638.4px;
	object-fit: cover;
	transform: translate(-50%, -50%);
	z-index: 1;
	/* Camada inferior */
}

.moldura {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: url(../images/mold-2.png);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	z-index: 2;
	/* Camada superior */
}

.imagem-moldura {
	position: absolute;
	top: 0;
	left: 0;
	object-fit: contain;
	z-index: 2;
	/* A moldura ficará abaixo da imagem interna */
}


#residencia {
	background-color: var(--color-grey);
	text-align: justify;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	height: 1080px;
}

#residencia .titulo {
	font-size: 3em;
	font-family: 'Poppins Bold', sans-serif;
	text-align: center;
}

#residencia p {
	color: var(--color-parag);
	text-align: justify;
	font-family: 'Poppins', sans-serif;
}

#residencia img {
	width: 300px;
	height: 225px;
	background-size: cover;
	border-radius: 20px;
	box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.6);
}

#residencia .destaque {
	width: 350px;
	height: 262.5px;
	margin: 60px 65px;
	background-size: contain;
	border-radius: 20px;
	box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.6);
	object-fit: cover;
	object-position: center;
}

#externo {
	background-color: black;
	text-align: justify;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	height: 860px;
}

#externo .moldura-container-quad img {
	width: 500px;
}

#externo span {
	font-family: 'Poppins', sans-serif;
	color: #fff;
	font-size: 2.2em;
	font-weight: 900;
	letter-spacing: 0.1em;
}

#externo .label {
	margin-top: 30px;
}

.externo-container-r {
	text-align: center;
	padding-left: 50px;
	width: 550px;
	height: 710px;
}

.externo-container-l {
	text-align: center;
	padding-right: 50px;
	width: 550px;
	height: 710px;
}

.moldura-container-quad {
	position: relative;
	width: 500px;
	height: 500px;
}

.imagem-interna-quad img {
	position: absolute;
	top: 54%;
	left: 50%;
	width: 450px;
	height: 450px;
	object-fit: cover;
	transform: translate(-50%, -50%);
	z-index: 1;
	object-position: center;

}


#externo button {
	color: #fff;
	font-size: 1.5em;
	background-color: var(--color-blue-light);
	border: none;
	border-radius: 40px;
	height: 50px;
	width: 160px;
	font-weight: bold;
	font-family: 'Poppins-Bold', sans-serif;
	margin-top: 20px;
}

#equipe {
	background-color: var(--color-blue-squad);
	background-image: url(../images/squad-bg.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	height: 600px;
	display: flex;
	flex-direction: column;
	text-align: justify;
	align-items: center;
	justify-content: center;
}

#equipe .conheca {
	font-family: 'Poppins', sans-serif;
	font-size: 2.2em;
	color: #000;
	font-weight: 600;
	letter-spacing: 0.1em;

}

#equipe .titulo {
	font-size: 7em;
	font-family: 'Poppins Bold', sans-serif;
	color: #fff;
}

#equipe button {
	color: #fff;
	font-size: 2em;
	background-color: #000;
	border: none;
	border-radius: 40px;
	height: 60px;
	width: 240px;
	font-weight: bold;
	font-family: 'Poppins-Bold', sans-serif;
	margin: 15px 0;
}

#ft-apresentacao {
	height: 350px;
	font-family: 'Poppins', sans-serif;
	margin-top: 20px;
	color: var(--color-cream);
	font-size: 1.8em;
	text-align: center;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

#ft-apresentacao img {
	width: 400px;
	height: 140px;
	object-fit: cover;
	display: flex;
}

#ft-apresentacao a {
	color: var(--color-grey-text);
}

#ft-apresentacao a:hover {
	color: #00A0E1;
	text-decoration: none;

}

#ft-apresentacao .footer-box {
	width: 1100px;
}

#ft-apresentacao .link-box {
	width: 400px;
	text-align: end;
	margin-left: auto;
	margin-right: 20px;
	align-self: center;

}

#ft-apresentacao .link-box-acervo {
	width: 120px;
	text-align: end;
	margin-left: auto;
	margin-right: 20px;

}

#ft-apresentacao .midia-box {

	width: 200px;
	text-align: media end;
	display: flex;
	align-self: center;
	align-content: center;
	justify-content: center;


}

#ft-apresentacao .midia-box img {
	width: 60px;
	height: 60px;
	margin: 0 5px;
}

#ft-apresentacao .componente-footer {
	display: flex;
	flex-direction: column;
	align-content: center;
	justify-content: start;
	align-items: center;
	margin-left: 20px;
}

/* Menu Lateral */

#acervo {
	display: flex;
	flex-direction: column;
	max-width: 1100px;
	margin: 0 auto;
	overflow-x: hidden;
	background-size: 1100px;
	box-sizing: border-box;
	justify-content: center;
	align-items: center;
}

#content {
	width: 1000px;
}



.menu-acervo img {
	width: 20px;
}

.menu-lateral {
	width: 100px;
}

.menu-lateral ul {
	list-style: none;
}


.menu-item {
	background-color: black;
	height: 120px;
}

.menu-item-acionado {
	background-color: var(--color-bg);
	height: 120px;
}

.menu-lateral a {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100%;
}

.menu-lateral img {
	width: 60px;
}

.menu-border-top {
	height: 20px;
	margin-bottom: 10px;
	background-color: black;
	border-bottom-right-radius: 8px;
}

.menu-border-bottom {
	height: 20px;
	margin-top: 10px;
	background-color: black;
	border-top-right-radius: 8px;
}

#info {
	background-color: var(--color-bg);
	background-image: url(../images/whitebg.jpg);
	background-size: cover;
	height: 2200px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: start;
}

#info .container {
	height: 300px;
	align-items: center;
	display: flex;
	flex-direction: column;
	justify-content: start;
}

#info span {
	color: var(--color-blue-light);
	font-family: 'Origin';
	font-size: 7em;
	padding: 80px 0;
}

#info p {
	margin: 10px 60px;
	color: var(--color-parag);
	text-align: justify;
	font-size: 1.2em;
	font-family: "Poppins";
}

#content section {
	display: none;
	/* Torna todas as sections invisíveis por padrão */
	position: absolute;
	/* Remove do fluxo visual */
}

#content section:first-child {
	display: block;
	/* Exibe a primeira section inicialmente */
	position: static;
	/* Mantém no fluxo visual */
}

#videos {
	background-color: var(--color-bg);
	height: 1260px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: start;
}

#videos .container span {
	margin-left: 30px;
	margin-top: 40px;
	color: #000;
	font-size: 2em;
	font-family: "Poppins Bold";
}

#videos .titulo-video {
	margin-top: 20px;
	margin-left: 40px;
	font-size: 1.2em;
	font-weight: 600;
	font-family: "Poppins";
}

#videos .desc-video {
	width: 300px;
	margin-left: 40px;
	font-size: 1em;
	font-weight: 600;
	font-family: "Poppins";
	color: var(--color-blue);
}

#videos .container {
	align-items: start;
	display: flex;
	flex-direction: column;
	justify-content: start;
}

#videos .video-imersivo {
	display: flex;
	justify-content: center;
}

#videos .video-imersivo iframe {
	margin-top: 20px;
	border-radius: 15px;
	margin-bottom: 10px;

}

#videos .area-documentario {
	margin-top: 20px;
	height: 380;
	display: flex;
	align-items: center;
	align-content: center;
	justify-content: center;
	justify-items: center;
}



#videos .container-documentario {
	box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
	height: 380px;
	margin: 10px;
	width: 920px;
	border-radius: 15px;
	background-color: #fff;
	align-items: center;
	align-content: center;
	justify-content: center;
	justify-items: center;
}

#videos .container-documentario iframe {
	border-radius: 15px;
}


#mapa {
	background-color: var(--color-bg);
	background-size: cover;
	height: 900px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: start;
}

#mapa .container-legenda {
	height: 260px;
	margin: 0 20px;
	border-radius: 15px;
	align-content: center;
	justify-items: start;
}

#mapa .line img {
	width: 250px !important;
}

#mapa .box1 {
	padding-left: 20px;
}

#mapa .box1 .creditos {
	font-family: "Poppins";
	color: var(--color-grey-text);
	font-weight: 600;
	font-size: 1.2em;
}

#mapa .box1 .conheca {
	font-size: 1.3em;
}

#mapa .box2 {
	padding-left: 70px;
}

#mapa .box2 .container-indicadores {
	display: flex;
	align-items: center;
	justify-content: start;
	margin-bottom: 10px;
}

#mapa .box2 .legenda {
	padding-left: 15px;
	font-family: "Poppins";
	color: #000;
	font-weight: 600;
}

#mapa .box2 .indicador {
	height: 30px;
	width: 30px;
}


#audios {
	background-color: var(--color-bg);
	height: 2800px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: start;
}


#audios .container {
	align-items: start;
	display: flex;
	flex-direction: column;
	justify-content: start;
}

#audios .container span {
	margin-left: 20px;
	margin-top: 40px;
	color: #000;
	font-size: 2em;
	font-family: "Poppins Bold";
}

#audios .paisagens span {
	margin-left: 20px;
	margin-top: 40px;
	color: #000;
	font-size: 1.5em;
	text-align: start;
	padding-right: 20px;
	font-family: "Poppins Bold";
}

#audios .paisagens {
	margin-top: 25px;

}

#audios .componente {
	width: 300px;
	height: 225px;
	background-color: #fff;
	border-radius: 15px;
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-template-rows: 1fr 1fr;
	grid-template-areas:
		"iframe titulo"
		"desc desc";
}

#audios .componente-audionarrativa {
	width: 940px;
	height: 420px;
	background-color: #fff;
	border-radius: 15px;
	display: flex;
	justify-self: center;
	margin-bottom: 20px;
}

#audios .componente-playlists {
	width: 940px;
	height: 400px;
	border-radius: 15px;
	display: flex;
	justify-self: center;
	justify-content: space-between;
	flex-direction: row;
	margin: 20px;
}

#audios .componente-playlists iframe {
	width: 450px;
	height: 350px;
	display: flex;
	box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
}

#audios .componente-playlists span {
	margin: 20px;
	font-size: 1.5em;
	font-weight: 600;
	font-family: "Poppins Bold";
}

#audios .lista-audios {
	flex: 1;
	padding: 20px 40px;
	display: flex;
	flex-direction: column;
	gap: 20px;
}

#audios .row {
	margin-left: 1px;
}

#audios .lista-audios button {
	background-color: var(--color-blue-light);
	color: #fff;
	border: none;
	padding: 5px 20px;
	border-radius: 20px;
	cursor: pointer;
	text-align: center;
	font-family: "Poppins";
	font-size: 1.2em;
	transition: background-color 0.3s;
}

#audios .lista-audios button:hover {
	background-color: #17455e;
}

#audios .iframe-container {
	flex: 2;
	display: flex;
	justify-content: center;
	align-items: center;
	grid-area: iframe;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
}


#audios iframe {
	border-radius: 15px;
	margin: auto;
}

#imagens {
	background-color: var(--color-bg);
	height: 2860px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: start;
}

#galeria {
	display: flex;
	flex-wrap: wrap;
	gap: 50px;
	justify-content: end;
}


#imagens .container span {
	margin-left: 30px;
	margin-top: 40px;

	margin-bottom: 20px;
	color: #000;
	font-size: 2em;
	font-family: "Poppins Bold";
}

#imagens .container {
	align-items: start;
	display: flex;
	flex-direction: column;
	justify-content: start;
}

#imagens .componente {
	width: 300px;
	height: 225px;
	background-size: contain;
	border-radius: 15px;
	object-fit: cover;
	object-position: center;
}

#imagens .area-galeria {
	display: flex;
	justify-items: center;
	justify-content: center;
	align-items: center;
	align-content: center;
	padding-right: 45px;
}


#imagens .container-imagem {
	width: 270px;
	background-color: #fff;
	border-radius: 15px;
	box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
	object-position: center;
}

#imagens .container-imagem .desc-imagem {
	margin: 10px;
}

#imagens .container-imagem .desc-imagem span {

	font-size: 1em;
	font-family: "Poppins";
	color: var(--color-blue);
	text-align: center;
	justify-self: center;
	align-self: enter;
}


#imagens img {
	margin-left: 10px;
	margin-top: 10px;
	width: 250px;
	height: 187.5px;
	background-size: contain;
	border-radius: 15px;
	object-fit: cover;
	object-position: center;
	;
}

/* Modal */
.modal {
	display: none;
	position: fixed;
	z-index: 9999;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
	background-color: rgba(0, 0, 0, 0.8);
	/* Fundo escuro com transparência */
}

/* Conteúdo do modal */
.modal-content {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 900px;
	height: 675px;
	object-fit: cover;
	/* Ajusta a imagem sem distorcer */
	border-radius: 8px;
	/* Bordas arredondadas opcionais */
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.5);
}

/* Botão de fechar */
.close {
	position: absolute;
	top: 20px;
	right: 30px;
	color: #fff;
	font-size: 35px;
	font-weight: bold;
	cursor: pointer;
	z-index: 10000;
}

#caption {
	margin: 10px auto;
	text-align: center;
	color: #ccc;
	font-size: 18px;
}


.close:hover,
.close:focus {
	color: #bbb;
	text-decoration: none;
	cursor: pointer;
}

#diario {
	background-color: var(--color-grey);
	background-size: cover;
	height: 900px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: start;
}

.mapa-quilombo {
	margin-top: 40px;
	width: 900px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.mapa-quilombo img {
	width: 900px;
	border-radius: 40px;
	border: 1px solid var(--color-cream);
}

#apresentacao {
	display: flex;
	flex-direction: column;
	max-width: 1100px;
	margin: 0 auto;
	overflow-x: hidden;
	background-size: 1100px;
	box-sizing: border-box;
	justify-content: start;
	align-items: center;
	height: 2500px;
	background-image: url(../images/whitebg.jpg);
}


#apresentacao span {
	font-family: 'Poppins', sans-serif;
	color: #000;
	font-size: 3em;
	font-weight: 900;
	letter-spacing: 0.1em;
	margin: 30px 0;
}

#apresentacao .label {
	margin-top: 100px;
	margin-bottom: 20px;
	font-family: "Poppins Bold";
}

#apresentacao p {
	margin: 10px 100px;
	color: #807b7b;
	text-align: justify;
	font-family: 'Poppins', sans-serif;
}

#apresentacao .moldura-container-quad img {
	width: 600px;
	margin-top: 60px;
}

#apresentacao .moldura-container-quad {
	position: relative;
	width: 600px;
	height: 600px;
}

#apresentacao .imagem-interna-quad img {
	position: absolute;
	top: 54%;
	left: 50%;
	width: 550px;
	height: 550px;
	object-fit: cover;
	transform: translate(-50%, -50%);
	z-index: 1;
	object-position: center;

}

#apresentacao .imagem-moldura {
	position: absolute;
	top: 0;
	left: 0;
	object-fit: contain;
	z-index: 2;
	/* A moldura ficará abaixo da imagem interna */
}

#apresentacao-artista {
	display: flex;
	flex-direction: column;
	max-width: 1100px;
	margin: 0 auto;
	overflow-x: hidden;
	background-size: 1100px;
	box-sizing: border-box;
	justify-content: start;
	align-items: center;
	height: 1700px;
	background-image: url(../images/whitebg.jpg);
}

#apresentacao-artista span {
	font-family: 'Poppins', sans-serif;
	color: #000;
	font-size: 3em;
	font-weight: 900;
	letter-spacing: 0.1em;
	margin: 30px 0;
}

#apresentacao-artista .label {
	margin-top: 100px;
	margin-bottom: 20px;
}

#apresentacao-artista p {
	margin: 10px 100px;
	color: var(--color-parag);
	text-align: justify;
	font-family: 'Poppins', sans-serif;
}

#apresentacao-artista .moldura-container-quad img {
	width: 600px;
	margin-top: 60px;
}

#apresentacao-artista .moldura-container-quad {
	position: relative;
	width: 600px;
	height: 600px;
}

#apresentacao-artista .imagem-interna-quad img {
	position: absolute;
	top: 54%;
	left: 50%;
	width: 550px;
	height: 550px;
	object-fit: cover;
	transform: translate(-50%, -50%);
	z-index: 1;
	object-position: center;

}

#apresentacao-artista .imagem-moldura {
	position: absolute;
	top: 0;
	left: 0;
	object-fit: contain;
	z-index: 2;
	/* A moldura ficará abaixo da imagem interna */
}

#contato {
	display: flex;
	flex-direction: column;
	max-width: 1100px;
	margin: 0 auto;
	overflow-x: hidden;
	background-size: 1100px;
	box-sizing: border-box;
	justify-content: start;
	align-items: center;
	height: 800px;
	background-image: url(../images/whitebg.jpg);
}

#contato .linha {
	display: flex;
	flex-direction: row;
	margin-bottom: 20px;
}

#contato .container {
	width: 550px;
	margin: 0;
	padding: 0;
}


#contato .container .content {
	width: 400px;
	margin: 0;
	margin-left: 110px;
	padding: 0;
}

#contato .container .content-playlist {
	width: 400px;
	margin: 0;
	margin-left: 40px;
	margin-top: 120px;
	padding: 0;
}

#contato .form-container {
	width: 100%;
	max-width: 500px;
	margin: 0 auto;
	padding: 10px;
	background-color: #fff;
	border-radius: 8px;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);

}

#contato span[role="heading"] {
	line-height: 1.1em;
	font-size: 3em;
	color: #000;
	text-align: start;
	display: block;
	font-family: "Poppins Bold";
	margin-bottom: 20px;
	margin-top: 10px;
}

#contato p {
	font-size: 1em;
	font-weight: 600;
	font-family: "Poppins";
	color: var(--color-grey-text);
	text-align: start;
	margin-bottom: 20px;
}

#contato form label {
	display: block;
	margin-top: 20px;
	margin-bottom: 5px;
	font-weight: bold;
	color: #333;
}

#contato form input[type="text"],
#contato form input[type="email"],
#contato form textarea {
	width: 100%;
	padding: 10px;
	font-size: 1rem;
	margin-bottom: -20px;
	border: 1px solid #ccc;
	border-radius: 4px;
	box-sizing: border-box;
	font-family: "Poppins";
	color: var(--color-blue);
}

#contato form textarea {
	height: 100px;
}

#contato #start-recording {
	padding: 10px 15px;
	margin-top: 30px;
	background-color: var(--color-blue-light);
	/* Cor de fundo vermelha */
	color: white;
	font-size: 1rem;
	border: none;
	border-radius: 40px;
	cursor: pointer;
	display: inline-block;
}

#contato #start-recording:hover {
	background-color: var(--color-blue);
	/* Cor mais escura quando passar o mouse */
}


#contato #audio-player {
	width: 100%;
	margin-top: 10px;
	margin-bottom: 10px;
}

#contato form button[type="submit"] {
	font-family: "Poppins";
	width: 100%;
	padding: 12px;
	background-color: #3498db;
	/* Cor azul */
	color: white;
	font-size: 1.1rem;
	border: none;
	border-radius: 30px;
	cursor: pointer;
	margin-top: 10px;
}

#contato form button[type="submit"]:hover {
	font-family: "Poppins";
	background-color: #2980b9;
}

#contato .playlist-container {
	width: 400px;
	height: 600px;
	overflow-y: auto;
	overflow-x: hidden;
	background-size: contain;
	background-repeat: no-repeat;
	background-image: url('../images/contato.jpg');
	box-sizing: border-box;
	padding: 20px;
	margin-top: 130px;

	/* Certifica-se de que o padding não afeta as dimensões */
}


#contato .mensagem {
	border-bottom: var(--color-blue-light) 1px solid;
	padding: 10px;
}

#playBt {
	border: none;
	/* Remove qualquer borda do botão */
	outline: none;
	/* Remove o contorno (geralmente visível ao focar o botão) */
	padding: 0;
	/* Remove o padding interno, se necessário */
	background: none;
	/* Remove o fundo do botão, para que só a imagem apareça */
}

#playBt img {
	width: 40px;
	height: 40px;
	border-radius: 60px;
	/* Faz com que a imagem fique com borda arredondada */
	color: #00A0E1;
	background-color: #00A0E1;
	outline: none;
	box-shadow: none;
}

#playBt button {
	outline: none;
	box-shadow: none;
}

#contato .mensagem span {
	margin-left: 10px;
	font-family: "Poppins";
}

#contato .area-titulo {
	height: 60px;
	width: 340px;
	margin-left: 10px;
}

#contato .area-titulo span {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 10px;
	color: var(--color-blue);
	font-size: 1.8em;
	font-weight: bold;

}

#contato .area {
	height: 400px;
	width: 340px;
	margin: 10px;
	border-radius: 15px;
	overflow-y: auto;
	overflow-x: hidden;
	scrollbar-width: thin;
	scrollbar-color: #1e90ff #f1f1f1;
}

/* Para Webkit (Chrome, Safari, Edge) */
.area::-webkit-scrollbar {
	width: 8px;
	/* Largura da barra de rolagem */
}

.area::-webkit-scrollbar-track {
	background-color: #f1f1f1;
	/* Cor de fundo da trilha */
	border-radius: 10px;
}

.area::-webkit-scrollbar-thumb {
	background-color: #1e90ff;
	/* Cor da parte que você arrasta */
	border-radius: 10px;
}

.area::-webkit-scrollbar-thumb:hover {
	background-color: #4682b4;
	/* Cor quando o usuário passa o mouse sobre o thumb */
}


#contato .countdown {
	flex: 1 1 auto;
	/* Pode expandir, se necessário */
	text-align: center;
	font-size: 0.9rem;
	color: #333;
}

/* equipe */

#producao {
	display: flex;
	flex-direction: column;
	max-width: 1100px;
	margin: 0 auto;
	overflow-x: hidden;
	background-size: 1100px;
	box-sizing: border-box;
	justify-content: start;
	align-items: center;
	height: 900px;
	background-image: url(../images/whitebg.jpg);
}

#producao .line img {
	width: 260px !important;
}

#producao .funcao p {
	font-family: "Poppins Bold";
	color: var(--color-grey-text);
	margin: 0;
	padding: 0;
}

#producao .credito p {
	font-family: "Poppins";
	color: var(--color-grey-text);
	margin: 0;
	margin-bottom: 20px;
	padding: 0;
}

#producao .titulo {
	font-size: 5em;
	color: var(--color-blue-squad);
	font-weight: 900;
	padding: 0;
	margin: 0;
	margin-top: 20px;
	font-family: 'Origin', sans-serif;
}

#producao .linha {
	display: flex;
	flex-direction: row;
	margin-bottom: 20px;
}

#producao .container {
	width: 550px;
	margin: 0;
	padding: 0;
	margin-top: 40px;
}

#producao .container .content {
	width: 400px;
	margin: 0;
	margin-left: 80px;
	padding: 0;
}

#ft-prod {
	color: var(--color-cream);
	text-align: center;
	width: 1100px;
	margin: auto;
	margin-top: 30px;

}

#ft-prod .realizacao {
	width: 250px;
	margin: 0 10px;

}

#ft-prod .apoio-orientacao {
	display: flex;
	margin-bottom: 60px;
}

#ft-prod .apoio {
	width: 1100px;
	height: 150px;
	justify-content: space-around;
	align-content: center;
	align-items: center;
	display: flex;

}

#ft-prod .apoio-img {
	width: 200px;
	height: 150px;
	object-fit: cover;
	object-position: center;
}

#ft-prod .flores {
	width: 100px;
	height: 100px;
	object-fit: cover;
	object-position: center;
}


/* ### media query ### */

@media (max-width: 439.98px) {

	body {
		overflow-x: hidden;
		margin: 0;
	}

	.logomarca {
		width: 70vw;
		margin: 0 auto;
	}


	.menu,
	.botoes {
		display: none;
	}

	#home {
		display: flex;
		flex-direction: column;
		width: 100%;
		max-width: 100vw;
		background-image: url(../images/background3.png);
		background-size: 180%;
		background-position: center calc(220px);
		background-repeat: no-repeat;
		padding: 10px;
		margin: 0 auto;
		height: auto;
	}

	#menu-mobile {
		height: 270px;
		width: 360px;
		display: none;
	}

	.menu-mob a {
		display: block;
		margin-left: 10px;
	}

	.botoes-mob {
		display: flex;
		margin-right: 10px;
	}


	.nav-principal {
		font-size: 1em;
		width: 100%;
		margin: 0 auto;
	}

	nav.navbar-black {
		width: 100%;
		padding: 15px;
		background: rgba(0, 0, 0, 1);
	}

	.realizacao {
		width: 50%;
		margin-bottom: 40px;
	}

	.apoio-orientacao {
		display: flex;
		flex-direction: column;
		padding: 0;
	}

	.apoio {
		width: 100%;
		justify-content: center;
		height: 20vw;
	}

	.apoio-img {
		width: 30vw;
		height: 18vw;
		margin: 0 auto;
	}

	.flores {
		width: 15vw;
		height: 15vw;
	}

	#ft-home {
		margin-top: 320px;
	}

	#audio {
		margin-top: 0px;
	}

	#historia {
		height: 1180px;
	}

	#historia .sobre {
		max-width: 340px;
		margin-bottom: 120px;
	}

	#historia p {
		color: var(--color-parag);
		text-align: justify;
		font-size: 1.1em;
	}

	#historia .conheca {
		font-size: 0.9em;
	}

	#historia .titulo {
		font-size: 2.2em;
	}

	#origens .orientacao-origens {
		flex-direction: column;
	}

	#origens .moldura {
		background-image: url(../images/mold-3.png);
	}

	#origens .moldura-container {
		width: 340px;
		height: 268px;
	}

	#origens {
		height: 1240px;
	}

	#origens .titulo {
		font-size: 2.2em;
	}

	#origens .imagem-interna img {
		width: 320px;
		height: 220px;
	}

	#origens .origens-desc {
		height: 1040px;
		width: 340px;
		margin-bottom: 200px;
	}

	#origens .origens-desc .line img {

		width: 240px !important;
		margin: auto;
	}

	#residencia {
		height: 1800px;
	}

	#residencia .sobre .titulo {
		font-size: 1.6em;
	}

	#residencia .decoracao {
		display: none;
	}

	#residencia .destaque {
		width: 340px;
		height: 300px;
		margin: 30px 0;
	}

	#residencia .sobre {

		max-width: 340px;
	}

	#residencia .titulo {
		font-size: 2em;
		letter-spacing: 0.08em;
	}

	#externo {
		height: 1200px;
		margin: auto;
		width: 340px;
	}

	#externo .externo-container-r {
		padding: 0;
		text-align: center;
		width: 340px;
		height: 505px;
		margin: auto;
	}

	#externo .externo-container-l {
		padding: 0;
		text-align: center;
		width: 340px;
		height: 560px;
		margin: auto;
	}

	#externo .moldura-container-quad img {
		margin: auto;
		width: 340px;
		height: 340px;
		margin-bottom: 60px;
	}

	#externo .imagem-interna-quad img {
		width: 320px;
		height: 300px;
	}

	#externo .moldura-container-quad {
		width: 340px;
		height: 300px;
	}

	#externo .label {
		padding-top: 20px;
		height: 100px;
		font-size: 0.8em;
	}

	#equipe {
		height: 320px;
		background-size: 600px;
	}

	#equipe .conheca {
		font-size: 1.5em;

	}

	#equipe .titulo {
		font-size: 5em;
	}

	#equipe button {
		font-size: 1.5em;
		height: 50px;
		width: 160px;
	}

	#apresentacao .moldura-container-quad img {
		width: 320px;
		height: 340px;
	}

	#apresentacao .imagem-interna-quad img {
		width: 300px;
		height: 300px;
	}

	#apresentacao .moldura-container-quad {
		width: 320px;
		height: 320px;
	}

	#apresentacao .imagem-interna-quad {
		width: 300px;
		height: 300px;
	}

	#apresentacao-artista .moldura-container-quad img {
		width: 320px;
		height: 340px;
	}

	#apresentacao-artista .imagem-interna-quad img {
		width: 300px;
		height: 300px;
	}

	#apresentacao-artista .moldura-container-quad {
		width: 320px;
		height: 320px;
	}

	#apresentacao-artista .imagem-interna-quad {
		width: 300px;
		height: 300px;
	}

	#apresentacao {
		height: 3820px;
	}

	.mapa-quilombo img {
		width: 340px;
	}

	#apresentacao-artista {
		height: 2860px;
	}

	#apresentacao p {
		width: 320px;
		margin: 10px 0;
	}

	#apresentacao-artista p {
		width: 320px;
		margin: 5px 0;
	}

	#apresentacao .label {
		font-size: 0.6em;
	}

	#apresentacao-artista .label {
		font-size: 0.6em;
	}

	footer {
		margin: auto;
	}

	#ft-apresentacao {
		height: 240px;
		width: 340px;
		align-self: center;
		margin-bottom: 20px;
	}

	#ft-apresentacao img {
		margin-top: 30px;
		width: 160px;
		height: 100px;
	}

	#ft-apresentacao a {
		font-size: 0.46em;
		padding: 0;
		margin: 0;
	}

	#ft-apresentacao .footer-box {
		width: 340px;
	}

	#ft-apresentacao .link-box {
		width: 160px;


	}

	#ft-apresentacao .link-box a {
		font-size: 0.5em;
		margin: 0;
		padding: 2px 0;
		display: block;
	}

	#ft-apresentacao .midia-box {
		width: 160px;
		margin-bottom: 20px;


	}

	#ft-apresentacao .midia-box img {
		width: 50px;
		height: 50px;
		margin-bottom: 40px;
	}

	#content {
		width: 360px;
	}

	.menu-lateral {
		display: none;
	}

	#info {
		height: 4100px;
	}

	#info .container {
		height: 160px;
	}

	#info span {
		font-size: 4em;
		padding: 40px 0;
	}

	#info p {
		color: var(--color-parag);
		margin: 10px 10px;
		font-size: 1.1em;
	}

	#mapa {
		height: 820px;
	}

	#mapa iframe {
		margin-top: 60px;
		height: 500px;
	}

	#mapa .box2 .legenda {
		padding-left: 5px;
		font-weight: 600;
		font-size: 0.8em;
	}

	#mapa .box2 .indicador {
		height: 10px;
		width: 10px;
	}

	#mapa .box1 .conheca {
		font-size: 0.8em;
	}


	#mapa .box1 .titulo {
		font-size: 1.3em;
	}

	#mapa .box1 .creditos {
		font-size: 1.1em;
	}

	#mapa .box1 {
		display: block;
		width: 300px;
		padding: 0;
		margin-top: 90px;
	}

	#mapa .box2 {
		width: 135px;
		padding: 0;
		padding-left: 20px;
		margin-top: 30px;
		margin-bottom: 20px;
	}

	#mapa .line img {
		width: 120px !important;
	}

	#videos {
		height: 1460px;
	}

	#videos .container span {
		margin-left: 10px;
		margin-top: 40px;
		font-size: 2em;
	}

	#videos .titulo-video {
		display: block;
		font-size: 1.2em;
		width: 320px;
		margin: 0;
		margin-left: 20px;

	}

	#videos .desc-video {
		font-size: 1em;
		width: 380px;
		margin: 0;
		padding: 0;
		margin-left: 20px;
	}

	#videos .area-documentario .titulo-video {
		margin-left: 40px;
		font-size: 1.2em;
		width: 280px;

	}

	#videos .area-documentario .desc-video {
		margin-left: 36px;
		font-size: 1em;
		width: 280px;
	}

	#videos .video-imersivo {
		padding: 0 20px;

	}

	#videos .video-imersivo iframe {
		height: 350px;

	}

	#videos .area-documentario {
		margin-top: 15px;
		height: 600px;
		padding: 0 12px;
	}

	#videos .area-documentario iframe {
		margin-left: 32px;
		margin-bottom: 20px;
		align-self: center;
		width: 280px;
	}

	#videos .container-documentario {
		height: 700px;
		margin: 10px;
		margin-top: 100px;
		width: 320px;
	}

	#audios .componente-audionarrativa {
		width: 340px;
		height: 440px;
		flex-direction: column;

	}

	#audios .lista-audios {
		padding: 5px 40px;
		gap: 10px;
		margin-bottom: 20px;
	}

	#audios .componente-playlists {
		flex-direction: column;
		width: 340px;
		height: 780px;
		margin-bottom: 0;

	}

	#audios .componente-playlists iframe {
		width: 320px;
		height: 350px;
	}

	#audios .componente-playlists span {
		font-size: 1.2em;
		margin-left: 10px;
	}

	#audios .iframe-container iframe {
		width: 300px;
		height: 120px;
		margin-left: 20px;
		margin-top: 20px;
		margin-bottom: 0;
	}

	#audios .paisagens span {
		font-size: 1.3em;
		margin: 0;
		margin-left: 25px;
	}

	#audios .paisagens {
		display: flex;
		justify-content: center;
		margin-top: 5px;
		margin-bottom: 10px;
	}

	#audios {
		height: 4740px;
	}

	#audios .lista-audios button {
		padding: 5px 10px;
		font-size: 1em;
	}

	#audios .container span {
		margin-left: 5px;
		margin-top: 40px;
	}

	#imagens {
		height: 6100px;
	}

	#imagens .container span {
		margin-left: 8px;
	}

	#galeria {
		padding: 0;
		margin: 0;
		display: flex;
		flex-wrap: wrap;
		gap: 20px;
	}

	#imagens .area-galeria {
		padding-right: 20px;

	}

	#imagens .area-galeria #galeria span {
		font-size: 0.8em;
	}

	#imagens .container-imagem {
		width: 320px;

	}

	#imagens img {
		width: 300px;
		height: 180px;
	}

	#producao {
		max-width: 340px;
		background-size: 340px;
		height: 1680px;
	}

	#producao .line img {
		width: 180px !important;
		margin-bottom: 40px;
	}

	#producao .titulo {
		font-size: 3em;

	}

	#producao .container {
		width: 340px;
		margin: 0;
		padding: 0;
	}

	#producao .linha {
		flex-direction: column;
	}

	#producao .container .content {
		width: 300px;
		margin: 0;
		margin-left: 20px;
		padding: 0;
	}

	#ft-prod {
		color: var(--color-cream);
		text-align: center;
		width: 340px;
		margin: auto;
		margin-top: 30px;

	}

	#ft-prod .realizacao {
		width: 200px;
		margin-bottom: 10px;

	}

	#ft-prod .apoio-orientacao {
		display: flex;
		padding: 0;
		margin-bottom: 60px;
	}

	#ft-prod .apoio {
		width: 340px;
		height: 150px;

	}

	#ft-prod .apoio-img {
		width: 160px;
		height: 110px;
	}

	#ft-prod .flores {
		margin: 0 10px;
		width: 60px;
		height: 60px;
	}

	#contato {
		max-width: 340px;
		background-size: 340px;
		height: 1400px;
	}

	#contato .linha {
		display: flex;
		flex-direction: column;
		margin-bottom: 20px;
	}

	#contato span[role="heading"] {
		line-height: 1.1em;
		font-size: 2.5em;
		color: #000;
		text-align: start;
		display: block;
		font-family: "Poppins Bold";
		margin-bottom: 20px;
	}

	#contato .container {
		width: 320px;
		margin: 0;
		padding: 0;
	}

	#contato .container .content {
		width: 320px;
		margin: 0;
		padding: 0;
		justify-self: center;
	}

	#contato .container .content-playlist {
		width: 320px;
		margin: 0;
		justify-self: center;
		padding: 0;
	}

	#contato .playlist-container {
		width: 320px;
		height: 600px;
		overflow-y: auto;
		padding: 10px;
		background-size: contain;
		background-repeat: no-repeat;
		background-image: url('../images/contato.jpg');
		box-sizing: border-box;
		padding: 20px;

		/* Certifica-se de que o padding não afeta as dimensões */
	}

	#contato .area-titulo {
		height: 30px;
		width: 280px;
		margin: 0;
		padding: 0;
		margin-bottom: 10px;
	}

	#contato .area-titulo span {
		font-size: 1.4em;
		margin: 0;
		margin-bottom: 10px;
	}

	#contato .area {
		width: 280px;
		height: 330px;
		border-radius: 15px;
		overflow-y: auto;
		scrollbar-width: thin;
		margin: 0;
		scrollbar-color: #1e90ff #f1f1f1;
	}

}

@media (min-width: 440px) and (max-width: 575.98px)
/*420*/
	{
	body {
		overflow-x: hidden;
		margin: 0;
	}

	.logomarca {
		width: 40vw;
		margin: 0 auto;
	}

	/* Inicializa o menu e a sobreposição invisíveis */
	.menu,
	.botoes {
		display: none;
	}

	#home {
		display: flex;
		flex-direction: column;
		width: 100%;
		max-width: 100vw;
		background-image: url(../images/background3.png);
		background-size: 180%;
		background-position: center calc(130px);
		background-repeat: no-repeat;
		padding: 10px;
		margin: 0 auto;
		height: auto;
	}

	.menu-mob a {
		display: block;
		margin-left: 10px;
	}

	.botoes-mob {
		display: flex;
		margin-right: 10px;
	}

	.tutorial span {

		margin-top: 40px;

	}


	.nav-principal {
		font-size: 1em;
		width: 100%;
		margin: 0 auto;
	}

	nav.navbar-black {
		width: 100%;
		padding: 15px;
		background: rgba(0, 0, 0, 1);
	}

	.realizacao {
		width: 50%;
		margin-bottom: 40px;
	}

	.apoio-orientacao {
		display: flex;
		flex-direction: column;
		padding: 0;
	}

	.apoio {
		width: 100%;
		justify-content: center;
		height: 20vw;
	}

	.apoio-img {
		width: 30vw;
		height: 18vw;
		margin: 0 auto;
	}

	.flores {
		width: 15vw;
		height: 15vw;
	}

	#ft-home {
		margin-top: 320px;
	}

	#audio {
		margin-top: 20px;
	}

	#historia {
		height: 940px;
	}

	#historia .sobre {
		max-width: 420px;
		margin-bottom: 200px;
	}

	#historia p {
		margin: 15px 0;
		color: var(--color-parag);
		text-align: justify;
		font-size: 1em;
	}

	#origens .orientacao-origens {
		flex-direction: column;
	}

	#origens .moldura {
		background-image: url(../images/mold-3.png);
	}

	#origens .moldura-container {
		width: 420px;
		height: 331px;
	}

	#origens {
		height: 1120px;
	}

	#origens .imagem-interna img {
		width: 400px;
		height: 280px;
	}

	#origens .origens-desc {
		height: 880px;
		width: 420px;
		margin-bottom: 240px;
	}

	#residencia {
		height: 1680px;
	}

	#residencia .decoracao {
		display: none;
	}

	#residencia .destaque {
		width: 420px;
		height: 380px;
		margin: 30px 0;
	}

	#residencia .sobre {
		max-width: 420px;
	}

	#residencia .titulo {
		font-size: 2em;
		letter-spacing: 0.08em;
	}

	#externo {
		height: 1340px;
		margin: auto;
	}

	#externo .externo-container-r {
		padding: 0;
		text-align: center;
		width: 420px;
		height: 585px;
		margin-bottom: 250px;
		margin: auto;
	}

	#externo .externo-container-l {
		padding: 0;
		text-align: center;
		width: 420px;
		height: 620px;
		margin: auto;
	}

	#externo .moldura-container-quad img {
		margin: auto;
		width: 420px;
		height: 420px;
		margin-bottom: 60px;
	}

	#externo .imagem-interna-quad img {
		width: 400px;
		height: 380px;
	}

	#externo .moldura-container-quad {
		width: 420px;
		height: 380px;
	}

	#externo .label {
		padding-top: 20px;
		height: 100px;
		font-size: 0.8em;
	}

	#equipe {
		height: 320px;
		background-size: 600px;
	}

	#equipe .conheca {
		font-size: 1.5em;

	}

	#equipe .titulo {
		font-size: 5em;
	}

	#equipe button {
		font-size: 1.5em;
		height: 50px;
		width: 160px;
	}

	#apresentacao .moldura-container-quad img {
		width: 460px;
		height: 480px;
	}

	#apresentacao .imagem-interna-quad img {
		width: 420px;
		height: 420px;
	}

	#apresentacao .moldura-container-quad {
		width: 460px;
		height: 460px;
	}

	#apresentacao .imagem-interna-quad {
		width: 420px;
		height: 420px;
	}

	#apresentacao-artista .moldura-container-quad img {
		width: 460px;
		height: 480px;
	}

	#apresentacao-artista .imagem-interna-quad img {
		width: 420px;
		height: 420px;
	}

	#apresentacao-artista .moldura-container-quad {
		width: 460px;
		height: 460px;
	}

	#apresentacao-artista .imagem-interna-quad {
		width: 420px;
		height: 420px;
	}

	#apresentacao {
		height: 2900px;
	}

	.mapa-quilombo img {
		width: 430px;
	}

	#apresentacao-artista {
		height: 2240px;
	}

	#apresentacao p {
		width: 420px;
		margin: 10px 0;
	}

	#apresentacao-artista p {
		width: 420px;
		margin: 10px 0;
	}

	#apresentacao .label {
		font-size: 0.8em;
	}

	#apresentacao-artista .label {
		font-size: 0.8em;
	}

	footer {
		margin: auto;
	}

	#ft-apresentacao {
		height: 240px;
		width: 340px;
		align-self: center;
		margin-bottom: 20px;
	}

	#ft-apresentacao img {
		margin-top: 30px;
		width: 160px;
		height: 100px;
	}

	#ft-apresentacao a {
		font-size: 0.46em;
		padding: 0;
		margin: 0;
	}

	#ft-apresentacao .footer-box {
		width: 340px;
	}

	#ft-apresentacao .link-box {
		width: 160px;


	}

	#ft-apresentacao .link-box a {
		font-size: 0.5em;
		margin: 0;
		padding: 2px 0;
		display: block;
	}

	#ft-apresentacao .midia-box {
		width: 160px;
		margin-bottom: 20px;


	}

	#ft-apresentacao .midia-box img {
		width: 50px;
		height: 50px;
		margin-bottom: 40px;
	}

	#content {
		width: 460px;
	}

	#menu-mobile {
		height: 270px;
		display: none;
	}

	.menu-lateral {
		display: none;
	}

	#info {
		height: 2900px;
	}

	#info .container {
		height: 250px;
	}

	#info span {
		font-size: 6em;
		padding: 60px 0;
	}

	#info p {
		margin: 10px 20px;
		font-size: 1em;
	}

	.mob-acervo {
		margin-left: 270px;
	}

	#mapa .box2 .legenda {
		padding-left: 5px;
		font-weight: 600;
		font-size: 0.8em;
	}

	#mapa .box2 .indicador {
		height: 10px;
		width: 10px;
	}

	#mapa .box1 .conheca {
		font-size: 1em;
	}


	#mapa .box1 .titulo {
		font-size: 1.5em;
	}

	#mapa .box1 {
		width: 150px;
		padding: 0;
		margin-top: 30px;
	}

	#mapa .box2 {
		width: 135px;
		padding: 0;
		padding-left: 15px;
		margin-top: 30px;
	}

	#mapa .line img {
		width: 120px !important;
	}

	#videos {
		height: 1460px;
	}

	#videos .container span {
		margin-left: 10px;
		margin-top: 40px;
		font-size: 2em;
	}

	#videos .titulo-video {
		margin-left: 20px;
		font-size: 1.2em;
		width: 400px;

	}

	#videos .desc-video {
		font-size: 1em;
		width: 380px;
		margin-left: 20px;
	}

	#videos .area-documentario .titulo-video {
		margin-left: 40px;
		font-size: 1.2em;
		width: 400px;

	}

	#videos .area-documentario .desc-video {
		margin-left: 36px;
		font-size: 1em;
		width: 380px;
	}

	#videos .video-imersivo {
		padding: 0 20px;

	}

	#videos .area-documentario {
		margin-top: 15px;
		height: 600px;
		padding: 0 12px;
	}

	#videos .area-documentario iframe {
		margin-left: 32px;
		align-self: center;
		width: 380px;
	}

	#videos .container-documentario {
		box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
		height: 600px;
		margin: 10px;
		width: 420px;
		border-radius: 15px;
		background-color: #fff;
		align-items: center;
		align-content: center;
		justify-content: center;
		justify-items: center;
	}

	#audios .componente-audionarrativa {
		width: 420px;
		height: 300px;

	}

	#audios .lista-audios {
		padding: 5px 30px;
		gap: 10px;
	}

	#audios .componente-playlists {
		flex-direction: column;
		width: 420px;
		height: 780px;
		margin-bottom: 0;
	}

	#audios .componente-playlists iframe {
		width: 420px;
		height: 350px;
	}

	#audios .componente-playlists span {
		font-size: 1.2em;
		margin-left: 10px;
	}

	#audios .iframe-container iframe {
		width: 200px;
		height: 260px;
		margin-left: 20px;
		margin-top: 20px;
	}

	#audios .paisagens span {
		font-size: 1em;
	}

	#audios {
		height: 4600px;
	}

	#audios .lista-audios button {
		padding: 5px 10px;
		font-size: 1em;
	}

	#imagens {
		height: 3800px;
	}

	#galeria {
		padding: 0;
		margin: 0;
		display: flex;
		flex-wrap: wrap;
		gap: 20px;
	}

	#imagens .area-galeria {
		padding-right: 20px;

	}

	#imagens .area-galeria #galeria span {
		font-size: 0.8em;
	}

	#imagens .container-imagem {
		width: 200px;

	}

	#imagens img {
		width: 180px;
	}

	#producao {
		max-width: 420px;
		background-size: 420px;
		height: 1600px;
	}

	#producao .line img {
		width: 220px !important;
		margin-bottom: 40px;
	}

	#producao .titulo {
		font-size: 4em;

	}

	#producao .container {
		width: 400px;
		margin: 0;
		padding: 0;
	}

	#producao .linha {
		flex-direction: column;
	}

	#producao .container .content {
		width: 340px;
		margin: 0;
		margin-left: 20px;
		padding: 0;
	}

	#ft-prod {
		color: var(--color-cream);
		text-align: center;
		width: 420px;
		margin: auto;
		margin-top: 30px;

	}

	#ft-prod .realizacao {
		width: 200px;
		margin-bottom: 10px;

	}

	#ft-prod .apoio-orientacao {
		display: flex;
		padding: 0;
		margin-bottom: 60px;
	}

	#ft-prod .apoio {
		width: 420px;
		height: 150px;

	}

	#ft-prod .apoio-img {
		width: 160px;
		height: 110px;
	}

	#ft-prod .flores {
		margin: 0 10px;
		width: 60px;
		height: 60px;
	}

	#contato {
		max-width: 420px;
		background-size: 420px;
		height: 1500px;
	}

	#contato .linha {
		display: flex;
		flex-direction: column;
		margin-bottom: 20px;
	}

	#contato span[role="heading"] {
		line-height: 1.1em;
		font-size: 3em;
		color: #000;
		text-align: start;
		display: block;
		font-family: "Poppins Bold";
		margin-bottom: 20px;
	}

	#contato .container {
		width: 420px;
		margin: 0;
		padding: 0;
	}

	#contato .container .content {
		width: 380px;
		margin: 0;
		padding: 0;
		justify-self: center;
	}

	#contato .container .content-playlist {
		width: 380px;
		margin: 0;
		justify-self: center;
		padding: 0;
	}

	#contato .playlist-container {
		width: 380px;
		height: 600px;
		overflow-y: auto;
		padding: 10px;
		background-size: contain;
		background-repeat: no-repeat;
		background-image: url('../images/contato.jpg');
		box-sizing: border-box;
		padding: 20px;

		/* Certifica-se de que o padding não afeta as dimensões */
	}

	#contato .area-titulo {
		height: 60px;
		width: 340px;
		margin: 0;
		padding: 0;
		margin-bottom: 10px;
	}

	#contato .area-titulo span {
		font-size: 1.6em;
		margin: 0;
	}

	#contato .area {
		width: 340px;
		height: 380px;
		border-radius: 15px;
		overflow-y: auto;
		scrollbar-width: thin;
		margin: 0;
		scrollbar-color: #1e90ff #f1f1f1;
	}

}

/* Small devices (landscape phones, 576px and up) 540 */
@media (min-width: 576px) and (max-width: 767.98px) {


	.menu-hamburguer {
		margin-right: 5vw;
	}

	.menu {
		display: none;
	}

	#menu-mobile {
		height: 250px;
		display: none;
	}

	.menu-mob a {
		display: block;
		margin-left: 10px;
	}

	.botoes-mob {
		display: flex;
		margin-right: 10px;
	}


	.logomarca {
		width: 20vw;
		margin: 0 auto;
	}

	.botoes {
		display: none;
	}

	#home {
		background-image: url(../images/background3.png);
	}

	.nav-principal {
		font-size: 1em;
		width: 95vw;
		margin: 0 auto;

	}

	nav.navbar-black {
		width: 100%;
		padding: 15px auto;
		background: rgba(0, 0, 0, 1);
	}


	.tutorial span {
		color: var(--color-cream);
		font-family: 'Poppins';
		font-size: 1em;
	}

	.realizacao {
		width: 25vw;
		margin-bottom: 40px;
	}

	.apoio-orientacao {
		flex-direction: column;
		padding: 0 auto;
	}

	.apoio {
		width: 100vw;
		justify-content: center;
	}

	.apoio-img {
		width: 200px;
		height: 150px;
		margin: 0 60px;
	}

	.flores {
		width: 100px;
		height: 100px;
	}

	.btn-custom {
		margin: 10px 15px;
	}

	.navbar-light .navbar-nav .nav-link {
		font-size: 1em;
		padding-left: 5px;
		padding-right: 5px;
	}

	.conheca {
		font-size: 0.8em;
		color: var(--color-blue-light);
		font-weight: 600;
		letter-spacing: 0.1em;

	}

	.titulo {
		font-size: 2.3em;
		color: #000;
		font-weight: 800;
		letter-spacing: 0.1em;

	}

	#historia {
		height: 900px;
	}

	#historia .sobre {
		max-width: 540px;
		margin-bottom: 220px;
	}

	#historia p {
		margin: 15px 0;
		color: var(--color-parag);
		text-align: justify;
		font-size: 1em;
	}


	#origens .orientacao-origens {
		flex-direction: column;
	}

	#origens .moldura {
		background-image: url(../images/mold-3.png);
	}

	#origens .moldura-container {
		width: 545px;
		height: 430px;
	}

	#origens {
		height: 960px;
	}

	#origens .imagem-interna img {
		width: 500px;
		height: 380px;
	}

	#origens .origens-desc {
		height: 680px;
		width: 545px;
		margin-bottom: 280px;
	}

	#residencia {
		height: 1500px;
	}

	#residencia .decoracao {
		display: none;
	}

	#residencia .destaque {
		width: 500px;
		height: 380px;
		margin: 40px 0;
	}

	#residencia .titulo {
		font-size: 2.5em;
		letter-spacing: 0.08em;
	}

	#residencia .sobre {
		max-width: 540px;
	}

	#externo .externo-container-r {
		padding: 0;
		text-align: center;
		width: 540px;
		height: 720px;
		margin-bottom: 250px;
		margin: auto;
	}

	#externo .externo-container-l {
		padding: 0;
		text-align: center;
		width: 540px;
		height: 760px;
		margin: auto;
	}

	#externo .moldura-container-quad img {
		margin: auto;
		width: 540px;
		height: 540px;
		margin-bottom: 60px;
	}

	#externo .imagem-interna-quad img {
		width: 520px;
		height: 500px;
	}

	#externo .moldura-container-quad {
		width: 540px;
		height: 500px;
	}

	#apresentacao .moldura-container-quad img {
		width: 460px;
		height: 480px;
	}

	#apresentacao .imagem-interna-quad img {
		width: 420px;
		height: 420px;
	}

	#apresentacao .moldura-container-quad {
		width: 460px;
		height: 460px;
	}

	#apresentacao .imagem-interna-quad {
		width: 420px;
		height: 420px;
	}

	#apresentacao-artista .moldura-container-quad img {
		width: 460px;
		height: 480px;
	}

	#apresentacao-artista .imagem-interna-quad img {
		width: 420px;
		height: 420px;
	}

	#apresentacao-artista .moldura-container-quad {
		width: 460px;
		height: 460px;
	}

	#apresentacao-artista .imagem-interna-quad {
		width: 420px;
		height: 420px;
	}

	#apresentacao p {
		width: 460px;
		margin: 10px 0;
	}

	#apresentacao-artista p {
		width: 460px;
		margin: 10px 0;
	}

	#apresentacao {
		height: 2820px;
	}

	.mapa-quilombo img {
		width: 480px;
	}

	#apresentacao-artista {
		height: 2140px;
	}

	#apresentacao .label {
		font-size: 0.8em;
	}

	#apresentacao-artista .label {
		font-size: 0.8em;
	}

	#externo .label {
		padding-top: 20px;
		height: 120px;
	}

	#externo {
		height: 1600px;
		margin: auto;
	}

	#equipe {
		height: 400px;
	}

	footer {
		margin: auto;
	}

	#ft-apresentacao {
		height: 320px;
		width: 540px;
		align-self: center;
	}

	#ft-apresentacao img {
		margin-top: 30px;
		width: 280px;
		height: 140px;
	}

	#ft-apresentacao a {
		font-size: 0.46em;
		padding: 0;
		margin: 0;
	}

	#ft-apresentacao .footer-box {
		width: 540px;
	}

	#ft-apresentacao .link-box {
		width: 220px;
	}

	#ft-apresentacao .link-box a {
		font-size: 0.5em;
		margin: 0;
		padding: 6px 0;
		display: block;
	}

	#menu-mobile {
		height: 270px;
		width: 360px;
		display: none;
	}

	#content {
		width: 560px;
	}

	.menu-lateral {
		display: none;
	}

	#info {
		height: 2350px;
	}

	#info .container {
		height: 250px;
	}

	#info span {
		font-size: 6em;
		padding: 60px 0;
	}

	#info p {
		margin: 10px 20px;
		font-size: 1em;
	}

	#mapa .line img {
		width: 160px !important;
	}

	#mapa .box2 .legenda {
		padding-left: 10px;
		font-weight: 600;
		font-size: 0.8em;
	}

	#mapa .box2 .indicador {
		height: 20px;
		width: 20px;
	}

	#mapa .box1 .conheca {
		font-size: 1em;
	}

	#mapa .box1 .titulo {
		font-size: 1.5em;
	}

	#mapa .box2 {
		padding-left: 45px;
	}

	#videos {
		height: 1460px;
	}

	#videos .container span {
		margin-left: 10px;
		margin-top: 40px;
		font-size: 2em;
	}

	#videos .area-documentario .titulo-video {
		margin-left: 40px;
		font-size: 1.2em;
		width: 400px;

	}

	#videos .area-documentario .desc-video {
		font-size: 1em;
		width: 460px;
	}

	#videos .video-imersivo {
		padding: 0 20px;

	}

	#videos .area-documentario {
		margin-top: 15px;
		height: 600px;
		padding: 0 12px;
	}

	#videos .area-documentario iframe {
		margin-left: 40px;
		align-self: center;
		width: 465px;
	}

	#videos .container-documentario {
		box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
		height: 600px;
		margin: 10px;
		width: 520px;
		border-radius: 15px;
		background-color: #fff;
		align-items: center;
		align-content: center;
		justify-content: center;
		justify-items: center;
	}

	#audios .componente-audionarrativa {
		width: 520px;
		height: 360px;
	}

	#audios .lista-audios {
		padding: 20px 40px;
		gap: 10px;
	}

	#audios .componente-playlists {
		width: 520px;
		height: 400px;
	}

	#audios .componente-playlists iframe {
		width: 250px;
		height: 350px;
	}

	#audios .componente-playlists span {
		font-size: 1.1em;
	}

	#audios .iframe-container iframe {
		width: 200px;
		height: 260px;
	}

	#audios {
		height: 2700px;
	}

	#imagens {
		height: 3860px;
	}

	#galeria {
		margin-left: 10px;
		display: flex;
		flex-wrap: wrap;
		gap: 20px;
	}

	#imagens .area-galeria {
		padding-right: 30px;

	}

	#imagens .container-imagem {
		width: 240px;

	}

	#imagens img {
		width: 220px;
	}

	#producao {
		max-width: 540px;
		background-size: 540px;
		height: 1200px;
	}

	#producao .line img {
		width: 260px !important;
	}

	#producao .titulo {
		font-size: 5em;

	}

	#producao .container {
		width: 290px;
		margin: 0;
		padding: 0;
		margin-top: 40px;
	}

	#producao .container .content {
		width: 213px;
		margin: 0;
		margin-left: 20px;
		padding: 0;
	}

	#ft-prod {
		color: var(--color-cream);
		text-align: center;
		width: 540px;
		margin: auto;
		margin-top: 30px;

	}

	#ft-prod .realizacao {
		width: 250px;
		margin: 0 10px;

	}

	#ft-prod .apoio-orientacao {
		display: flex;
		margin-bottom: 60px;
	}

	#ft-prod .apoio {
		width: 540px;
		height: 150px;

	}

	#ft-prod .apoio-img {
		width: 180px;
		height: 130px;
	}

	#ft-prod .flores {
		width: 80px;
		height: 80px;
	}

	#contato {
		max-width: 540px;
		background-size: 540px;
		height: 1500px;
	}

	#contato .linha {
		display: flex;
		flex-direction: column;
		margin-bottom: 20px;
	}

	#contato span[role="heading"] {
		line-height: 1.1em;
		font-size: 3em;
		color: #000;
		text-align: start;
		display: block;
		font-family: "Poppins Bold";
		margin-bottom: 20px;
	}

	#contato .container {
		width: 550px;
		margin: 0;
		padding: 0;
	}

	#contato .container .content {
		width: 400px;
		margin: 0;
		padding: 0;
		justify-self: center;
	}

	#contato .container .content-playlist {
		width: 400px;
		margin: 0;
		justify-self: center;
		padding: 0;
	}

	#contato .playlist-container {
		width: 400px;
		height: 600px;
		overflow-y: auto;
		padding: 10px;
		background-size: contain;
		background-repeat: no-repeat;
		background-image: url('../images/contato.jpg');
		box-sizing: border-box;
		padding: 20px;

		/* Certifica-se de que o padding não afeta as dimensões */
	}

}

/* Medium devices (tablets, 768px and up) 730px*/
@media (min-width: 768px) and (max-width: 991.98px) {

	.menu-hamburguer {
		display: none;
	}

	.logomarca img {
		width: 25vw;
		height: 60px;
		background-size: cover;
		object-fit: cover;
	}

	.nav-principal {
		font-size: 1em;
		width: 95vw;
		margin: 0 auto;

	}

	nav.navbar-black {
		width: 100%;
		padding: 15px auto;
		background: rgba(0, 0, 0, 1);
	}

	.menu {
		font-size: 1.4em;
		width: 45vw;
	}


	.botoes {
		width: 25vw;
	}

	.realizacao {
		width: 25vw;
		margin-bottom: 40px;
	}

	.apoio-orientacao {
		flex-direction: column;
		padding: 0 auto;
	}

	.apoio {
		width: 100vw;
		justify-content: center;
	}

	.apoio-img {
		width: 200px;
		height: 150px;
		margin: 0 60px;
	}

	.flores {
		width: 100px;
		height: 100px;
	}

	#historia .sobre {
		max-width: 730px;
		margin-bottom: 300px;
	}

	#historia {
		height: 860px;
	}

	#historia p {
		margin: 15px 0;
		text-align: justify;
		font-family: 'Poppins', sans-serif;
	}

	#origens .orientacao-origens {
		flex-direction: column;
	}

	#origens .moldura {
		background-image: url(../images/mold-3.png);
	}

	#origens .moldura-container {
		width: 730px;
		height: 574.8px;
	}


	#origens {
		height: 920px;
	}

	.imagem-interna img {
		width: 640px;
		height: 480px;
	}

	.origens-desc {
		height: 580px;
		width: 730px;
		margin-bottom: 340px;
	}

	#residencia {
		height: 1000px;
	}

	#residencia img {
		width: 220px;
		height: 165px;
	}

	#residencia .destaque {
		width: 250px;
		height: 187.5px;
		margin: 10px 10px;
	}

	#residencia .sobre {
		max-width: 730px;
	}

	#externo {
		height: 700px;
	}

	.externo-container-r {
		text-align: center;
		padding-left: 10px;
		width: 360px;
		height: 580px;
	}

	.externo-container-l {
		text-align: center;
		padding-right: 10px;
		width: 360px;
		height: 580px;
	}

	#externo .moldura-container-quad img {
		width: 360px;
		height: 360px;
	}

	#externo .imagem-interna-quad img {
		width: 320px;
		height: 320px;
	}

	#externo .moldura-container-quad {
		width: 360px;
		height: 360px;
	}

	#externo .imagem-interna-quad {
		width: 320px;
		height: 320px;
	}


	#externo .imagem-interna-quad img {
		position: absolute;
		top: 50%;
		left: 50%;
		width: 320px;
		height: 320px;

	}


	#apresentacao .moldura-container-quad img {
		width: 460px;
		height: 480px;
	}

	#apresentacao .imagem-interna-quad img {
		width: 420px;
		height: 420px;
	}

	#apresentacao .moldura-container-quad {
		width: 460px;
		height: 460px;
	}

	#apresentacao .imagem-interna-quad {
		width: 420px;
		height: 420px;
	}

	#apresentacao {
		height: 2360px;
	}

	.mapa-quilombo img {
		width: 740px;
	}

	#apresentacao p {
		width: 730px;
		margin: 10px 0;
	}

	#apresentacao-artista .moldura-container-quad img {
		width: 460px;
		height: 480px;
	}

	#apresentacao-artista .imagem-interna-quad img {
		width: 420px;
		height: 420px;
	}

	#apresentacao-artista .moldura-container-quad {
		width: 460px;
		height: 460px;
	}

	#apresentacao-artista .imagem-interna-quad {
		width: 420px;
		height: 420px;
	}

	#apresentacao-artista {
		height: 1800px;
	}

	#apresentacao-artista p {
		width: 730px;
		margin: 10px 0;
	}

	#apresentacao .label {
		font-size: 0.8em;
	}

	#apresentacao-artista .label {
		font-size: 0.8em;
	}

	footer {
		margin: auto;
	}

	#ft-apresentacao {
		height: 400px;
		width: 730px;
		align-self: center;
	}

	#ft-apresentacao img {
		width: 380px;
		height: 140px;
	}

	#ft-apresentacao a {
		font-size: 0.8em;
	}

	#ft-apresentacao .footer-box {


		width: 730px;
	}

	#ft-apresentacao .link-box {
		width: 280px;
		margin-right: 20px;

	}


	#content {
		width: 680px;
	}

	.menu-lateral {
		text-decoration: none;
		width: 70px;
	}

	#info {
		height: 3100px;
	}

	#info .container {
		height: 300px;
	}

	#info span {
		font-size: 7em;
		padding: 80px 0;
	}

	#info p {
		margin: 10px 60px;
		font-size: 1.2em;
	}

	.menu-lateral img {
		padding: 5px;
	}

	#mapa .line img {
		width: 180px !important;
	}

	#mapa .box1 .conheca {
		font-size: 1.1em;
	}

	#mapa .box1 .titulo {
		font-size: 2em;
	}

	#mapa .box2 {
		padding-left: 45px;
	}

	#videos {
		height: 1460px;
	}

	#videos .container span {
		margin-left: 10px;
		margin-top: 40px;
		font-size: 2em;
	}

	#videos .titulo-video {
		margin-left: 40px;
		font-size: 1.2em;
		width: 600px;

	}

	#videos .desc-video {
		margin-left: 40px;
		font-size: 1em;
		width: 600px;
	}

	#videos .video-imersivo {
		padding: 0 20px;

	}

	#videos .area-documentario {
		margin-top: 15px;
		height: 600;
		padding: 0 12px;
	}

	#videos .area-documentario iframe {
		margin-left: 32px;
		margin-top: 20px;
		align-self: center;
		width: 600px;
	}

	#videos .container-documentario {
		box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
		height: 600px;
		margin: 10px;
		width: 920px;
		border-radius: 15px;
		background-color: #fff;
		align-items: center;
		align-content: center;
		justify-content: center;
		justify-items: center;
	}

	#audios .componente-audionarrativa {
		width: 640px;
	}

	#audios .componente-playlists {
		width: 640px;
		height: 400px;
	}

	#audios .componente-playlists iframe {
		width: 300px;
		height: 350px;
	}

	#audios .iframe-container iframe {
		width: 300px;
		height: 360px;
	}

	#imagens {
		height: 3920px;
	}

	#producao {
		max-width: 730px;
		background-size: 730px;
		height: 1000px;
	}

	#producao .line img {
		width: 260px !important;
	}

	#producao .titulo {
		font-size: 5em;

	}

	#producao .container {
		width: 365px;
		margin: 0;
		padding: 0;
		margin-top: 40px;
	}

	#producao .container .content {
		width: 277px;
		margin: 0;
		margin-left: 50px;
		padding: 0;
	}

	#ft-prod {
		color: var(--color-cream);
		text-align: center;
		width: 730px;
		margin: auto;
		margin-top: 30px;

	}

	#ft-prod .realizacao {
		width: 250px;
		margin: 0 10px;

	}

	#ft-prod .apoio-orientacao {
		display: flex;
		margin-bottom: 60px;
	}

	#ft-prod .apoio {
		width: 730px;
		height: 150px;

	}

	#ft-prod .apoio-img {
		width: 180px;
		height: 130px;
	}

	#ft-prod .flores {
		width: 80px;
		height: 80px;
	}

	#contato {
		max-width: 730px;
		background-size: 730px;
		height: 800px;
	}

	#contato span[role="heading"] {
		line-height: 1.1em;
		font-size: 3em;
		color: #000;
		text-align: start;
		display: block;
		font-family: "Poppins Bold";
		margin: 0;
		margin-bottom: 20px;
	}

	#contato .container {
		width: 365px;
		margin: 0;
		padding: 0;
		margin-top: 40px;
	}

	#contato .container .content {
		width: 320px;
		margin: 0;
		margin-left: 20px;
		padding: 0;
	}

	#contato .container .content-playlist {
		width: 320px;
		margin: 0;
		margin-left: 25px;
		margin-top: 120px;
		padding: 0;
	}

	#contato .playlist-container {
		width: 320px;
		height: 600px;
		overflow-y: auto;
		padding: 10px;
		background-size: contain;
		background-repeat: no-repeat;
		background-image: url('../images/contato.jpg');
		box-sizing: border-box;
		padding: 20px;

		/* Certifica-se de que o padding não afeta as dimensões */
	}

	#contato .area-titulo {
		height: 35px;
		width: 280px;
		margin: 0;
		padding: 0;
		margin-bottom: 10px;
	}

	#contato .area-titulo span {
		font-size: 1.4em;
		margin: 0;
		margin-bottom: 10px;
	}

	#contato .area {
		height: 340px;
		width: 280px;
		border-radius: 15px;
		overflow-y: auto;
		scrollbar-width: thin;
		margin: 0;
		scrollbar-color: #1e90ff #f1f1f1;
	}



}

/* Large devices (desktops, 992px and up) 960px*/
@media (min-width: 992px) and (max-width: 1199.98px) {


	.menu-hamburguer {
		display: none;
	}

	.logomarca img {
		width: 20vw;
		height: 60px;
		background-size: cover;
		object-fit: cover;
	}

	.nav-principal {
		font-size: 1.2em;
		width: 90vw;
		margin: 0 auto;

	}

	nav.navbar-black {
		width: 100%;
		padding: 15px auto;
		background: rgba(0, 0, 0, 1);
	}

	.menu {
		font-size: 1.4em;
		width: 50vw;
	}

	.botoes {
		width: 20vw;
	}

	.realizacao {
		width: 22vw;
	}

	.apoio {
		width: 96vw;
	}

	.apoio-img {
		width: 16vw;
	}

	.flores {
		width: 11vw;
		height: 11vw;
	}

	.sobre {
		max-width: 960px;
	}

	.origens-desc {
		height: 609.6px;
		width: 480px;
	}

	.moldura-container {
		width: 480px;
		height: 609.6px;
	}

	.imagem-interna img {
		width: 405px;
		height: 540px;
	}

	.origens-desc p {
		font-size: 0.8em;
	}

	#origens {
		height: 680px;
	}

	#residencia {
		height: 920px;
	}

	#residencia img {
		width: 280px;
		height: 210px;
	}

	#residencia .destaque {
		width: 320px;
		height: 240px;
		margin: 10px 10px;
	}

	#externo {
		height: 760px;
	}

	.externo-container-r {
		text-align: center;
		padding-left: 20px;
		width: 480px;
		height: 680px;
	}

	.externo-container-l {
		text-align: center;
		padding-right: 20px;
		width: 480px;
		height: 680px;
	}

	#externo .moldura-container-quad img {
		width: 460px;
		height: 480px;
	}

	#externo .imagem-interna-quad img {
		width: 420px;
		height: 420px;
	}

	#externo .moldura-container-quad {
		width: 460px;
		height: 460px;
	}

	#externo .imagem-interna-quad {
		width: 420px;
		height: 420px;
	}

	.imagem-interna-quad img {

		position: absolute;
		top: 50%;
		left: 50%;
		width: 380px;
		height: 380px;

	}

	footer {
		margin: auto;
	}

	#ft-apresentacao {
		height: 400px;
		width: 960px;
		align-self: center;
	}

	#ft-apresentacao img {
		width: 380px;
		height: 140px;
	}


	#ft-apresentacao a {
		font-size: 0.8em;
	}

	#ft-apresentacao .footer-box {
		width: 960px;
	}

	#ft-apresentacao .link-box {
		width: 350px;
		margin-right: 20px;

	}

	#apresentacao {
		width: 900px;
	}

	.mapa-quilombo img {
		width: 780px;
	}

	#apresentacao .moldura-container-quad img {
		width: 460px;
		height: 480px;
	}

	#apresentacao .imagem-interna-quad img {
		width: 420px;
		height: 420px;
	}

	#apresentacao .moldura-container-quad {
		width: 460px;
		height: 460px;
	}

	#apresentacao .imagem-interna-quad {
		width: 420px;
		height: 420px;
	}

	#apresentacao-artista {
		width: 960px;
	}

	#apresentacao-artista .moldura-container-quad img {
		width: 460px;
		height: 480px;
	}

	#apresentacao-artista .imagem-interna-quad img {
		width: 420px;
		height: 420px;
	}

	#apresentacao-artista .moldura-container-quad {
		width: 460px;
		height: 460px;
	}

	#apresentacao-artista .imagem-interna-quad {
		width: 420px;
		height: 420px;
	}

	#ft-apresentacao {
		height: 300px;
		width: 960px;
		align-self: center;
	}

	#ft-apresentacao img {
		margin-top: 30px;
		width: 380px;
		height: 140px;
	}


	#ft-apresentacao a {
		font-size: 0.8em;
	}

	#ft-apresentacao .footer-box {
		width: 960px;
	}

	#ft-apresentacao .link-box {
		width: 350px;
		margin-right: 20px;

	}

	#content {
		width: 880px;
	}

	.menu-lateral {
		text-decoration: none;
		width: 80px;
	}

	#info {
		height: 2400px;
	}

	#info .container {
		height: 300px;
	}

	#videos {
		height: 1260px;
	}

	#videos .container span {
		margin-left: 10px;
		margin-top: 40px;
		font-size: 2em;
	}

	#videos .titulo-video {
		margin-left: 20px;
		font-size: 1.2em;
	}

	#videos .desc-video {
		margin-left: 20px;
		font-size: 1em;
	}

	#videos .video-imersivo {
		padding: 0 20px;

	}

	#videos .area-documentario {
		margin-top: 20px;
		height: 380;
		padding: 0 12px;
	}

	#videos .area-documentario iframe {
		width: 400px;
	}

	#audios .componente-audionarrativa {
		width: 820px;
	}

	#audios .componente-playlists {

		width: 820px;
		height: 400px;
		border-radius: 15px;
		display: flex;
		justify-self: center;
		justify-content: space-between;
		flex-direction: row;
		margin: 20px;
	}

	#audios .componente-playlists iframe {
		width: 400px;
		height: 350px;
		display: flex;
		box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
	}

	#audios .iframe-container iframe {
		width: 450px;
		height: 350px;
		display: flex;
		box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
	}

	#imagens {
		height: 2900px;
	}

	#galeria {
		display: flex;
		flex-wrap: wrap;
		gap: 35px;
		justify-content: end;
	}

	#imagens .container-imagem {
		width: 240px;

	}

	#imagens img {
		width: 220px;
	}

	#producao {
		max-width: 960px;
		background-size: 960px;
		height: 900px;
	}

	#producao .line img {
		width: 260px !important;
	}

	#producao .titulo {
		font-size: 5em;

	}

	#producao .container {
		width: 480px;
		margin: 0;
		padding: 0;
		margin-top: 40px;
	}

	#producao .container .content {
		width: 350px;
		margin: 0;
		margin-left: 80px;
		padding: 0;
	}

	#ft-prod {
		color: var(--color-cream);
		text-align: center;
		width: 960px;
		margin: auto;
		margin-top: 30px;

	}

	#ft-prod .realizacao {
		width: 250px;
		margin: 0 10px;

	}

	#ft-prod .apoio-orientacao {
		display: flex;
		margin-bottom: 60px;
	}

	#ft-prod .apoio {
		width: 960px;
		height: 150px;

	}

	#ft-prod .apoio-img {
		width: 180px;
		height: 130px;
	}

	#ft-prod .flores {
		width: 80px;
		height: 80px;
	}



}

/* Extra large devices (large desktops, 1200px and up) 1100px */
@media (min-width: 1200px) {

	.menu-hamburguer {
		display: none;
	}

	.navbar-light .navbar-nav .nav-link {
		font-size: 1.5em;
		padding-left: 15px;
		padding-right: 15px;
	}


}

@font-face {
	font-family: 'Neopixel';
	src: url('../fonts/NEOPIXEL-Regular.otf') format('opentype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Poppins';
	src: url('../fonts/Poppins-Regular.ttf') format('opentype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Poppins Bold';
	src: url('../fonts/Poppins-Bold.ttf') format('opentype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Poppins Extra Bold';
	src: url('../fonts/Poppins-ExtraBold.ttf') format('opentype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Origin';
	src: url('../fonts/OriginTech.ttf') format('opentype');
	font-weight: normal;
	font-style: normal;
}