<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Reset de estilo */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

@font-face {
    font-family: 'Gotham';
    src: url('fonts/GOTHAMBOOK.TTF') format('truetype');
    font-weight: normal;
    font-style: normal;
	font-display: swap;
}

@font-face {
    font-family: 'GothamBold';
    src: url('fonts/GOTHAMBOLD.TTF') format('truetype');
    font-weight: bold;
    font-style: normal;
	font-display: swap;
}

@font-face {
    font-family: 'GochiHand';
    src: url('fonts/GochiHand-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
	font-display: swap;
}

body {
    font-family: 'Gotham', 'Arial', 'Helvetica', 'sans-serif';
    background-color: white;
	overflow-x: hidden;
	color: #00549a;
	font-size: 15px;
}

.container {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 80px;
}

header .logo {
    max-width: 300px;
    height: auto;
	padding-bottom: 40px;
}

/* Alinhamento do menu e campo de busca */
.menu {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 0 150px;
}

/* Estilo para o botÃ£o burger */
.burger-menu {
    display: none; /* Esconder no desktop */
    justify-content: center;
    align-items: center;
    flex-direction: column;
    cursor: pointer;
    width: 40px;
    height: 40px;
    margin: 10px 0;
}

.burger-icon {
    width: 30px;
    height: 3px;
    background-color: #8705ce;
    margin: 5px 0;
    border-radius: 2px;
    transition: all 0.3s ease;
}

/* Ãcone do menu aberto */
.close-icon {
    font-size: 35px;
    color: #8705ce;
    position: fixed; /* Fixar na tela */
    top: 20px;
    right: 20px;
    cursor: pointer;
    display: none;
    z-index: 200;
}

.menu-items {
    display: flex;
    gap: 10px;
    list-style: none;
    padding: 0;
	transition: transform 0.3s ease-in-out;
}

.menu-items li {
    border: 2px solid #feea6d;
    border-radius: 30px;
    overflow: hidden;
}

.menu-items li a {
	white-space: nowrap;
    text-decoration: none;
    color: #8705ce;
    font-family: 'Gotham', Arial, sans-serif;
    font-weight: bold;
    font-size: 18px;
    padding: 5px 5px;
    display: block;
    transition: background-color 0.3s ease, color 0.3s ease;
}

.menu-items li a.active {
    background-color: #feea6d;
    color: #8705ce;
    font-weight: bold;
    border-radius: 30px;
    transition: background-color 0.3s ease, color 0.3s ease;
}

/* Hover e ativo nÃ£o se sobrepÃµem */
.menu-items li a:hover,
.menu-items li a.active:hover {
    background-color: #feea6d;
    color: #8705ce;
}


.conteudo {
    text-align: justify;
    margin-top: 50px;
    padding: 0 150px;
	width: 100%;
}

.conteudo h1 {
    margin-bottom: 15px;
	font-family: 'GothamBold', 'Arial Black', 'Helvetica', sans-serif;
	color: #8705ce;
	font-size: 30px;
	min-height: 40px;
	font-weight: 700;
	text-rendering: optimizeLegibility;
    line-height: 1.2;
}

.conteudo h3 {
    margin-bottom: 15px;
	font-family: 'GothamBold', 'Arial Black', 'Helvetica', sans-serif;
	color: #8705ce;
	font-size: 15px;
	min-height: 40px;
	font-weight: 700;
	text-rendering: optimizeLegibility;
    line-height: 1.2;
}

.conteudo .h1Tipo2 {
    margin-bottom: 15px;
    font-family: 'GochiHand', 'Gotham', Arial, sans-serif;
    color: #8705ce;
    font-size: 40px;
	text-rendering: optimizeLegibility;
	line-height: 1.2;
}

.conteudo .h1Tipo3 {
    margin-bottom: 15px;
	font-family: 'GothamBold', 'Arial Black', 'Helvetica', sans-serif;
	color: #c710c4;
	font-size: 30px;
	min-height: 40px;
	font-weight: 700;
	text-rendering: optimizeLegibility;
    line-height: 1.2;
}

.conteudo .h1Tipo4 {
    margin-bottom: 15px;
	font-family: 'GothamBold', 'Arial Black', 'Helvetica', sans-serif;
	color: #00549a;
	font-size: 30px;
	min-height: 40px;
	font-weight: 700;
	text-rendering: optimizeLegibility;
    line-height: 1.2;
}

.conteudo .h2Tipo2 {
    margin-bottom: 15px;
    font-family: 'GochiHand', 'Gotham', Arial, sans-serif;
    color: #8705ce;
    font-size: 30px;
	text-rendering: optimizeLegibility;
	line-height: 1.2;
}

.conteudo .textoTipo2 {
	color: #c710c4;
}

.conteudo .textoTipo3 {
	color: #8705ce;
}

.conteudo p {
    margin-bottom: 16px; 
    line-height: 1.6; 
}


.alternating-images {
    display: flex;
    flex-direction: column;
    gap: 30px;
    margin-top: 50px;
}

.img-left, .img-right {
    display: flex;
    justify-content: flex-start;
}

.img-right {
    justify-content: flex-end;
}

/* Estilo das imagens flutuantes */
.alternating-images img {
    width: 100px;
    height: auto;
    position: absolute; /* Altera para fixed para manter na lateral ao rolar a pÃ¡gina */
    transition: transform 0.3s ease, opacity 0.3s ease;
    z-index: 10; /* Garante que as imagens fiquem sobre o conteÃºdo */
	transform-origin: center;
}

.alternating-images img:nth-child(odd) {
    left: 0; /* Colado Ã&nbsp; esquerda */
}

.alternating-images img:nth-child(even) {
    right: 0; /* Colado Ã&nbsp; direita */
}

.alternating-images img:hover {
    transform: scale(1.1);
}

footer {
    position: relative;
    width: 100%;
    height: 350px;
    overflow: hidden;
}

.footer-bg {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('imagens/rodape_planeta.png');
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.footer-content {
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer-logo {
    max-width: 350px;
    height: auto;
}

/* Ãcone e campo de busca */
.search-icon-container {
    position: fixed;
    top: 20px;
    right: 20px;
    z-index: 100;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 10px;
}

/* BotÃ£o da lupa */
.search-icon {
    background-color: white;
    border: 2px solid #feea6d;
    border-radius: 30px;
    padding: 8px;
    cursor: pointer;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background-color 0.3s ease;
}

.search-icon:hover {
    background-color: #feea6d;
}

/* Campo de busca oculto por padrÃ£o */
.search-field {
    display: flex; /* Garante que o input e o botÃ£o fiquem na mesma linha */
    align-items: center; /* Centraliza verticalmente */
    gap: 10px; /* EspaÃ§o entre o input e o botÃ£o */
    width: 100%; /* Ocupa toda a largura disponÃ­vel */
    max-width: 350px; /* Define um limite mÃ¡ximo de largura */
}

.search-field input {
    flex: 1; /* Garante que o input ocupe todo o espaÃ§o disponÃ­vel */
    padding: 12px 15px;
    border: 2px solid #feea6d;
    border-radius: 30px;
    font-family: 'Gotham', Arial, sans-serif;
	font-size: 16px;
	color: #00549a;  /* Garante que o texto seja visÃ­vel */
    background-color: white; /* Fundo branco para evitar problemas de contraste */
	min-height: 40px;
	box-shadow: none; /* Remove sombras que podem interferir */
    outline: none; /* Remove borda azul de foco */
	line-height: 1.5; /* Garante espaÃ§amento vertical adequado */
    text-rendering: optimizeLegibility; 
	box-sizing: border-box;
}

input::placeholder {
    color: #999; /* Placeholder visÃ­vel em dispositivos iOS */
    opacity: 1; /* Garante a visibilidade do placeholder */
}

.search-button {
    background-color: #feea6d;
    border: 2px solid #feea6d;
    border-radius: 30px;
    padding: 10px 15px;
    cursor: pointer;
    white-space: nowrap; /* Evita que o texto do botÃ£o quebre em uma nova linha */
    transition: background-color 0.3s ease;
	font-size: 16px;
}

.search-button:hover {
	background-color: #d9c966;
}

/* AnimaÃ§Ã£o suave ao aparecer */
@keyframes fadeIn {
    from {
        opacity: 0;
        transform: scale(0.8);
    }
    to {
        opacity: 1;
        transform: scale(1);
    }
}



/* Responsividade */
@media (max-width: 768px) {
	header .logo {
		max-width: 150px;
		height: auto;
		padding-bottom: 40px;
	}
	
    .search-container {
        width: 100%;
        justify-content: center;
    }
	
	.menu {
        flex-direction: column;
        align-items: center;
        gap: 15px;
    }
	
	.burger-menu {
        display: flex;
		margin-bottom: 10px;
    }

	.menu-items {
		position: fixed;
		top: 40px;
		right: 0;
		background-color: white;
		flex-direction: column;
		align-items: center;
		width: 60%;
		height: 100vh;
		transform: translateX(100%);
		transition: transform 0.3s ease;
		z-index: 150;
		padding-top: 40px;
	}

	.menu-items.active {
		transform: translateX(0);
	}
	
	.menu-items.active ~ .search-icon-container {
		opacity: 0;
		pointer-events: none;
		transition: opacity 0.3s ease;
	}

	.menu-items li {
		width: 80%; /* Cada item de menu ocupa toda a largura */
	}

	.menu-items li a {
		display: block;
		text-align: center; /* Centraliza o texto */
		width: 100%; /* O link ocupa toda a Ã¡rea do item */
		padding: 15px 0; /* EspaÃ§amento interno */
		font-size: 16px;
		border-bottom: 1px solid #8705ce; /* Linha divisÃ³ria entre itens */
		transition: background-color 0.3s ease;
	}

	.menu-items li a:hover {
		background-color: #feea6d; /* Cor de fundo ao passar o mouse */
		color: #8705ce;
	}	
	
	.conteudo {
		padding: 30px; /* EspaÃ§amento interno para o conteÃºdo */
		margin: 0px; /* EspaÃ§o externo ao redor do conteÃºdo */
	}
	
	.conteudo-corpo {
		position: relative;
		z-index: 20; /* Coloca o conteÃºdo em uma camada superior */
		background-color: rgba(255, 255, 255, 0.85); /* Fundo branco semi-transparente */
		padding: 10px; /* EspaÃ§amento interno para o conteÃºdo */
	}
	
	.alternating-images img {
		z-index: 10; /* Camada abaixo do conteÃºdo */
		pointer-events: none; /* Impede interaÃ§Ã£o com as imagens */
	}
}


/* Estilo para a feature box */
/* Container Responsivo */
.feature-container {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 1px; /* Maior espaÃ§amento entre elementos */
    height: auto;
    padding: 20px;
    background-color: #ffffff;
    position: relative;
    margin-bottom: 50px;
    flex-wrap: wrap; /* Permite que os elementos se reorganizem em linhas */
}
/* Box Responsivo */
.feature-box {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 200px; /* Largura ajustada para melhor visualizaÃ§Ã£o em dispositivos menores */
    height: auto;
    border: none;
    background: transparent;
    padding: 10px;
    cursor: pointer;
    text-align: center;
    transition: transform 0.3s ease;
}

.feature-box:hover {
    transform: scale(1.05);
}

.feature-box img {
    width: 100%; /* Imagem se adapta Ã&nbsp; largura do box */
    height: auto;
    border-radius: 8px;
}

.feature-box h3 {
    font-family: 'GothamBold', Arial, sans-serif;
    color: #8705ce;
    font-size: 16px; /* Tamanho reduzido */
    margin: 10px 0 0;
}
.feature-box-premios{
    height: 95%;
    width:  95%;
}
/* Linha do tempo Responsiva */
.Reconhecimento-timeline-container {
    width: 70%;
    position: relative;
    background-color: #ffffff;
    padding: 40px 0;
    margin-left: 15%;
}
@media(max-width: 200px) {
    .Reconhecimento-timeline-container{
        width: 70%;
        position: relative;
        background-color: #ffffff;
        padding: 40px 0;
        margin-left: 15%;
    }
}

.Reconhecimento-timeline {
    position: relative;
    height: 5px;
    background-color: #8705ce;
    width: 90%; /* Ajusta a largura da linha */
    margin: 0 auto;
    margin-bottom: 40px;
}

.Reconhecimento-timeline-year {
    position: absolute;
    top: -50px;
    transform: translateX(-50%);
    font-family: Arial, sans-serif;
    font-size: 20px; /* Aumentado */
    font-weight: bold;
    color: #8705ce;
}

.Reconhecimento-timeline-point {
    position: absolute;
    top: -8px;
    width: 12px;
    height: 12px;
    background-color: #8705ce;
    border-radius: 50%;
    transform: translateX(-50%);
}

/* ConexÃµes e itens Responsivos */
.Reconhecimento-timeline-item {
    position: absolute;
    top: 45px; 
    transform: translateX(-50%);
    width: auto; /* Ajusta a largura dinamicamente */
}
.Reconhecimento-timeline-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 280px; /* Largura ajustada */
    text-align: center;
}

.Reconhecimento-timeline-content {
    background-color: #ffffff;
    border: 2px solid #8705ce;
    border-radius: 12px;
    padding: 20px;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
    width: 250px; /* Reduz a largura dos painÃ©is */
    height: 400px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    margin: 50px;/* DistÃ¢ncia entre os painÃ©is */
}

.Reconhecimento-timeline-content img {
    max-width: 90%;
    max-height: 60%;
    object-fit: contain;
    margin-bottom: 15px;
}

.Reconhecimento-timeline-content h3,
.Reconhecimento-timeline-content p {
    text-align: center;
}

.Reconhecimento-timeline-content button {
    background-color: #8705ce;
    color: #ffffff;
    border: none;
    padding: 10px 20px;
    border-radius: 6px;
    cursor: pointer;
    font-size: 16px;
    transition: background-color 0.3s ease;
    align-self: auto;
    margin-top: 16px;
    margin-bottom: 30px;
}

.Reconhecimento-timeline-content button:hover {
    background-color: #6a04a7;
}
.Reconhecimento-timeline-content button a {
    color: #ffffff; /* Texto branco no link */
    text-decoration: none; /* Remove sublinhado do link */
    font-size: inherit; /* MantÃ©m o tamanho da fonte do botÃ£o */
}

/* Estilos Responsivos com Media Queries */
@media (max-width: 200px) {
    .feature-container {
        flex-direction: row;
        gap: 10px; /* Reduz o espaÃ§amento */
    }

    .Reconhecimento-timeline {
        width: 100%;
    }

    .Reconhecimento-timeline-content {
        width: 220px; /* Ajusta a largura dos painÃ©is em telas mÃ©dias */
        margin: 0 15px; /* Ajusta o espaÃ§amento entre os painÃ©is */
    }

    .Reconhecimento-timeline-content img {
        max-width: 80%; /* Ajuste para imagens menores */
    }

    .Reconhecimento-timeline-content h3,
    .Reconhecimento-timeline-content p {
        font-size: 14px; /* Reduz o tamanho do texto */
    }
}

@media (max-width: 480px) {
    .feature-container {
        flex-direction: row;
        gap: 5px; /* Ajusta o espaÃ§amento para telas pequenas */
    }

    .Reconhecimento-timeline-content {
        width: 180px; /* Ajusta a largura dos painÃ©is em telas pequenas */
        margin: 0 10px; /* Ajusta o espaÃ§amento entre os painÃ©is */
    }

    .Reconhecimento-timeline-content img {
        max-width: 70%; /* Ajuste para imagens menores */
    }

    .Reconhecimento-timeline-content h3,
    .Reconhecimento-timeline-content p {
        font-size: 12px; /* Reduz o tamanho do texto em telas pequenas */
    }
}
/* Estilo para o container do projeto */
.projeto-container {
    text-align: center;
    margin-bottom: 20px;
}

.projeto-titulo {
    font-family: 'GothamBold', Arial, sans-serif;
    color: #8705ce;
    font-size: 24px; /* Tamanho padrÃ£o */
    margin-bottom: 30px;
}

/* Estilo para os elementos grandes */
.large-feature-container {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px; /* EspaÃ§o entre os elementos */
    flex-wrap: wrap; /* Permite que os itens se ajustem em telas menores */
    padding: 20px;
}

.large-feature-box {
    width: 250px; /* Tamanho padrÃ£o */
    height: auto;
    text-align: center;
    background: #ffffff;
    border-radius: 20px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
}

.large-feature-box:hover {
    transform: scale(1.15); /* AnimaÃ§Ã£o de destaque */
}

.large-feature-box img {
    width: 100%; /* Ajusta Ã&nbsp; largura do container */
    height: auto;
    border-radius: 30px;
}
/* Estilo para o tÃ­tulo de reconhecimento */
.Reconhecimento-container {
    text-align: center;
    margin-top: 20px;
}

.Reconhecimento-titulo {
    font-family: 'GothamBold', Arial, sans-serif;
    color: #8705ce;
    font-size: 24px;
    margin-bottom: 30px;
}

/* Estilos Responsivos */
@media (max-width: 768px) {
    .projeto-titulo, .Reconhecimento-titulo {
        font-size: 20px; /* Reduz o tamanho do tÃ­tulo em telas mÃ©dias */
    }

    .large-feature-box {
        width: 160px; /* Reduz a largura dos elementos */
    }
}

@media (max-width: 480px) {
    .projeto-titulo, .Reconhecimento-titulo {
        font-size: 18px; /* TÃ­tulos ainda menores em telas pequenas */
    }

    .large-feature-container {
        gap: 10px; /* Reduz o espaÃ§o entre os elementos */
    }

    .large-feature-box {
        width: 140px; /* Ajusta o tamanho dos elementos em telas pequenas */
    }

    .large-feature-box img {
        border-radius: 6px; /* Ajuste menor para bordas */
    }
}
.divider {
    width: 100%; /* Aumenta a largura da linha */
    max-width: 900px; /* Define um limite mÃ¡ximo maior */
    height: 4px; /* MantÃ©m a espessura da linha */
    background-color: #8705ce; /* Cor da linha */
    margin: -50px auto; /* Reduz a margem para aproximar das figuras */
    border-radius: 2px; /* Arredondamento para suavizar as bordas */
}

/* Responsividade para telas menores */
@media (max-width: 768px) {
    .divider {
        width: 90%; /* Aumenta a largura tambÃ©m em telas menores */
        height: 3px; /* Linha ligeiramente mais fina */
        margin: 5px auto; /* Aproxima ainda mais para telas pequenas */
    }
}
.Reconhecimento-timeline-1Âº{
      left: 95%;
}
.modal {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(199, 16, 196, 0.6);
	z-index: 1000;
	align-items: center;
	justify-content: center;
}

.modal-content {
	position: relative;
	width: 90%;
	height: 90%;
	background-color: transparent;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	padding: 0;
	border-radius: 10px;
}

video {
	max-width: 100%;
	max-height: 100%;
	width: auto;
	height: auto;
	object-fit: contain;
	border-radius: 10px;
}

iframe {
	width: 100%;
	height: 100%;
	border: none;
	border-radius: 10px;
}

.modal-content iframe {
	width: 100%;
	height: 100%;
	border: none;
}

.modal-close {
	position: absolute;
	top: 10px;
	right: 10px;
	background-color: #ff4081;
	color: white;
	border: 2px solid white;
	border-radius: 50%;
	width: 30px;
	height: 30px;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 20px;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
	z-index: 1100;
}

@media (max-width: 768px) {
	.conteudo {
		margin-right: 0px;
		margin-left: 0px;
		margin-top: 20px;
		margin-bottom: 20px;
		padding: 0;
	}

	.map-container {
		margin-right: 0px;
		margin-left: 0px;
		margin-top: 50px;
		margin-bottom: 0px;
		padding: 0;
	}

	.modal-content {
		width: 95%;
		height: 95%;
		padding: 0;
	}

	iframe {
		width: 100%;
		height: 100%;
		border: none;
	}

	video, iframe {
		max-width: 100%;
		max-height: 100%;
	}
	
	.modal-close {
		width: 40px;
		height: 40px;
		font-size: 25px;
		top: 50px;
		right: 8px;
	}
}</pre></body></html>