@font-face {
    font-family: "Poppins";
    src: url("Poppins-Regular.ttf");
}
@font-face {
    font-family: "Poppins";
	font-weight: 700;
    src: url("Poppins-Bold.ttf");
}
@font-face {
    font-family: "Poppins";
	font-weight: 600;
    src: url("Poppins-SemiBold.ttf");
}

@font-face {
    font-family: "Poppins Medium";
    src: url("Poppins-Medium.ttf");
}
@font-face {
    font-family: "Rubik";
    src: url("Rubik-VariableFont_wght.ttf");
}
:root {
	/* Colors */
	--color-azul: #02BAB1;
	--color-azul-medio: #0064AC;;	
	--color-verde: #007C76;
	--color-roxo: #AE5BFD;
	--color-roxo-claro: #DDB9FF;	
	--color-magenta: #9B005B;
	--color-magenta2: #B42760;
	--color-magenta3: #e90f87;
	--color-laranja: #FD8900;
	--color-ouro: #FFA438;
	--color-amarelo: #EAC202;
	--color-preto: #000;
	--color-branco: #fff;
	--color-vermelho: #f00;
	--color-cinza-claro: rgba(33, 37, 41, 0.50);	
	--color-tecnologia: #ae5bfd;
	--color-engenharia: #fd8900;
	--color-matematica: #eac202;
	--color-artes: #e3005c;
	--color-sustentabilidade: #02bab1;
}

.section {
	padding: 64px 0;
}

.section .container .row:not(:last-child) {
	margin-bottom: 128px;
}

.block-letter {
	font-family: 'Poppins';
	font-weight: 700;
	font-size: 80px;
	line-height: .9;
	display: block;
}

/* INICIO */
main{
	position: relative;
	z-index: 10;
	background-color: #fff;
}



.form-label
{
	font-family: Poppins;
	font-weight: 400;
	font-size: 16px;
	line-height: 20px;
	letter-spacing: 0%;
}

.form-control
{
	font-family: Poppins;
}

.modal-body a
{
	color: #000000;
	text-decoration: none;
}

.olho {
	position: relative;
    width: 100%;
	height: 0px;
    display: flex;
    justify-content: end;
    padding-right: 10px;
}

.olho .ti{
	cursor: pointer;
	position: relative;
    top: -28px;
}
.erro {
	color: var(--color-vermelho);
}




/* MODAL LOGIN */
.modal .modal-header {
	background-image: url('../images/modal-header-bg.png');
	background-position: 90% 50%;
	color: #fff;
}

.h2 {
	font-weight: 700;
}


/* CARDS TEMAS */

.card.card-temas:first-child {
	border: 2px solid #AE5BFD
}

.card.card-temas:nth-child(2) {
	border: 2px solid blue
}

.card.card-temas .card-img-top {
	position: absolute;
	top: 0;
	left: 0;
	translate: 0 -50%;
	height: 48px;
}

.card.card-temas .card-body {
	padding: 44px 20px 20px;
}

.card.card-temas .card-text {
	font-family: 'Poppins';
	font-weight: 700;
	text-align: center;
	text-transform: uppercase;
	color: #000;
}

p {
	font-family: "Rubik";
}

.areadecoracao {
	position: absolute;
	z-index: 5;
	height: 50%;
}
.areadecoracao img {
	height: 50vh;
}
.row {
	position: relative;
	z-index: 6;
}

.area3 {
	background-color: var(--color-preto);
	position: relative;
	overflow: hidden;
}

.area3 .container {
	color: var(--color-branco);
}

.area3 .titulo {
	color: var(--color-ouro);
	font-family: 'Poppins';
	font-weight: 600;
	font-size: 40px;
	line-height: 48px;
	margin-top: 45px;
}

.area3 .card {
	overflow: hidden;
	border: 0px;
}

.area3_decoracao_1{
	top: 226px;
}
.area2_decoracao_2{
	right: 0px;
	top: 531px;
}

.area3_decoracao_2 img{
	height: 687px;
}

.area3_decoracao_2{
	left: calc(100% - 637px);
	top: 32px;
}

.area4 {
	background-color: var(--color-ouro);
	background-image: url(../images/area4_decoracao1.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	background-size: 591px 700px;
}

.area4 .card {
	overflow: hidden;
	border: 0px;
}
.area4 .backgroud1
{
	background-image: url(../images/area3_box_decoracao1.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	background-size: 113px 134px;
	margin-top: 46px;
}
.area4 .backgroud2{
	padding: 30px 80px;
	background-image: url(../images/area3_box_decoracao2.png);
	background-repeat: no-repeat;
	background-position: bottom right;
	font-size: 16px;
	font-family: "Rubik";
	line-height: normal;
}

.area4 p
{
	font-size: 16px;
	font-family: "Rubik";
	line-height: normal;
}

.area4 .accordion
{
	background-color: unset;
	--bs-accordion-bg: unset;
}

.area4 .accordion-button:not(.collapsed) {
	background-color: unset;
	color: var(--color-preto);
	box-shadow: none;
}

.area4 .accordion-button {
	font-family: "Rubik";
	font-weight: 500;
}

.area4 .accordion-item {
	border: 0;
}

.area4 li
{
	font-size: 18px;
	font-family: "Rubik";
}

.area5
{
	background-color: var(--color-verde);
	background-image: url(../images/area5_decoracao1.png);
	background-repeat: no-repeat;
	background-position: bottom left;
}

.area5 .block-letter{
	color: var(--color-amarelo);
}

.area5 p
{
	color: var(--color-branco);
	font-size: 16px;
	font-family: "Rubik";
	line-height: normal;
}

.area5 .accordion-button
{
	color: var(--color-branco);
	font-family: 'Poppins';
	font-weight: 700;
	background-color: var(--color-preto);
}

.area5 .accordion-body
{
	font-family: 'Rubik';
	font-size: 16px;
}

.area4 .accordion-body a
{
	color: var(--color-magenta);
}

.area5 .collapsed
{
	color: var(--color-preto);
	background-color: var(--color-branco);
}

.accordion-button:focus {
	box-shadow: unset;
}

.area6
{
	background-color: var(--color-magenta2);
	background-image: url(../images/area6_decoracao1.png);
	background-repeat: no-repeat;
	background-position: bottom right;
}

.area6 p 
{
	font-family: "Rubik";
	font-size: 16px;
	font-style: normal;
	line-height: 24px; /* 150% */
}

.area6 .card 
{
	border: 0;
	overflow: hidden;
	margin-bottom: 0;
}

.area6 .card-decoracao
{
	background-color: #020000;
	background-image: url(../images/area6_card_decoracao1.png);
	background-repeat: no-repeat;
	background-position: bottom;
	background-size: 100% auto ;
	padding-left: 5%;
	display: flex;
	flex-direction: column;
	position: relative;
}

.area6 .card-decoracao .logo
{
	width: 30%;
	min-width: 66px;
	height: 20%;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.area6 .card-decoracao .logo img
{
	width: 100%;
}

.area6 .card-decoracao .texto
{
	height: 60%;
	color: var(--color-branco);
	display: flex;
	flex-direction: column;
	justify-content: center;
	font-family: "Poppins";
	font-size: 30px;
	line-height: 1;
}

.area6 .card-decoracao .texto .titulo1
{
	font-size: 28px;
}

.area6 .card-decoracao .texto .titulo2
{
	color: var(--color-magenta3);
	font-weight: 700;
	font-size: 47px;
	line-height: 1;
}

.area6 .card-decoracao .texto .titulo3
{
	color: var(--color-magenta3);
	font-weight: 700;
	font-size: 34px;
	line-height: 1;
}

.area6 .card-body p{
	margin-bottom: 5px;
	font-family: "Rubik";
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px; /* 150% */
}

.area6 .card-body .detalhe
{
	color: var(--color-roxo);
	font-size: 14px;
}

.area6 .card-body .titulo
{
	font-family: "Poppins";
	font-family: Poppins;
	font-size: 20px;
	font-style: normal;
	font-weight: 700;
}

.area6_modal .modal-header
{
	background-color: var(--color-roxo-claro);
	background-image: unset;
	color: var(--color-preto);
	font-family: "Poppins";
	font-style: normal;
	font-weight: 600;
	line-height: normal;
}

.area6_modal .modal-header h1
{
	font-size: 24px;
}

.area6_modal .cartazes
{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.area6_modal .cartazes .cartaz
{
	display: flex;
	flex-direction: column;
}

.area6_modal .cartazes .cartaz .imagem
{
	width: 259px;
	height: 370px;
	background-size: 100% 100%;
	background-color: var(--color-preto);
	color: var(--color-branco);
	font-family: "Poppins";
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	display: flex;
	padding: 20px;
	align-items: center;
	overflow: hidden;
}

.area6_modal .cartazes .cartaz .titulocartaz
{
	color: var(--color-preto);
	font-family: "Poppins";
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	margin: 10px 0px;
}

.area6_modal .cartazes .cartaz .alertamaterial
{
	color: var(--color-cinza-claro);
	font-size: 14px;
}

.area6_modal .cartazes .cartaz .alertamaterial .ti
{
	margin-right: 3px;
}

.area7
{
	position: relative;
	overflow: hidden;
}

.area7 .block-letter
{
	color: var(--color-azul-medio);
}

.area7_decoracao_1{
    top: 17px;
    left: 30px;
}

.area7_decoracao_1 img{
	height: 279px;
}
.area7_decoracao_2{
	left: calc(100% - 173px);
	top: 531px;
}

.area7_decoracao_2 img{
	height: 240px;
}

.area7 .cabecalho
{
	height: 72px;
	background-image: url(../images/area7_background_logo.svg);
	background-repeat: no-repeat;
	background-position: left;
	display: flex;
	padding-left: 10px;
	align-items: center;
	margin-bottom: 20px;
	border-radius: 6px;
	overflow: hidden;
}

.area7 .rodape
{
	background-color: var(--color-ouro);
	padding: 16px;
	border-radius: 6px;
}

footer
{
	background-color: var(--color-preto);
	color: var(--color-branco);
	padding-bottom: 46px;
	z-index: 5;
    position: relative;
}

footer .logos
{
	width: 100%;
	display: flex;
	justify-content: center;
}
footer .logos img
{
	height: 100%;
}

footer .logos .logo1, footer .logos .logo2
{
	height: 39px;
    padding: 10px 49px;
    box-sizing: content-box;
    margin: 30px 0px;
}

footer .logos .logo1
{
	border-right: 1px solid var(--color-branco);
}

footer .diretos
{
	width: 100%;
	text-align: center;
	font-family: Rubik;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

h3 {
	margin-bottom: 42px !important;
}

@media (min-width: 1200px) {
	.section {
		padding: 128px 0;
	}

	.block-letter {
		font-family: 'Poppins';
		font-weight: 700;
		font-size: 100px;
	}
}

@media (max-width: 1200px) {
	.area6 .card-decoracao .texto .titulo1
	{
		font-size: 22px;
	}
	.area6 .card-decoracao .texto .titulo2
	{
		font-size: 37px;
	}
	.area6 .card-decoracao .texto .titulo3
	{
		font-size: 27px;
	}
	.area2_decoracao_2, .area3_decoracao_2
	{
		display: none;
	}
}

@media (max-width: 992px) {
	.area6 .card-decoracao .texto
	{
		font-size: 19px;
	}
	.area6 .card-decoracao .texto .titulo2
	{
		font-size: 24px;
	}
}

@media (max-width: 988px) {
	.area6_modal .cartazes
	{
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		flex-wrap: wrap;
		gap: 22px;
	}
}

@media (max-width: 766px) {
	.area6 .card-decoracao
	{
		height: 300px;
		padding-left: 10%;
	}
	.area6 .card-decoracao .texto .titulo1
	{
		font-size: 36px;
	}
	.area6 .card-decoracao .texto .titulo2
	{
		font-size: 60px;
	}
	.area6 .card-decoracao .texto .titulo3
	{
		font-size: 43px;
	}
}

@media (max-width: 600px) {
	footer .logos
	{
		width: 100%;
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
	}

	footer .logos .logo1, footer .logos .logo2 {
		padding: 20px 0px;
		margin: 0px 0px;
	}

	footer .logos .logo1 {
		border-right: 0px solid var(--color-branco);
		border-bottom: 1px solid var(--color-branco);
	}

	footer .logos .logo2 {
		margin-bottom: 20px;
	}
}

/* INICIO */

.section-hero {
	position: relative;
	z-index: 0;
   
	width: 100%;
	height: 100dvh;
	background: var(--color-preto);
	overflow: hidden;
   }
   
   .layer-parallax {
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	width: 100%;
	position: fixed;
   
	display: block;
	height: 100%;
	top: 0;
	left: 0;
   }
   
   .parallax-track {
	mix-blend-mode: normal;
   }
   
   
   #layer-6 {
	height: 100%;
   }
   
   .hero-title {
	background: transparent;
	height: 100%;
	align-items: center;
	justify-content: start;
	display: flex;
	padding-top: 120px;
   }
   
   .hero-title h2 {
	font-family: 'Poppins';
	font-weight: 700;
   }
   
   .section-hero .img-top-right {
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	text-align: right;
	height: auto;
   }
   
   .section-hero .img-top-right img {
	width: clamp(120px, 25vw, 185px);
   }
   
   .section-hero .img-bottom-left {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	text-align: left;
	height: auto;
   }
   
   .section-hero .img-bottom-left img {
	width: clamp(120px, 25vw, 185px);
   }
   
   
   
   @media (min-width: 992px) {
   
	.section-hero {
	 height: 800px;
	}
   
	#layer-1 {
	 background-image: url(../images/Temas-topo-site-amarelo.png);
	 scale: 1.05;
	}
   
	#layer-2 {
	 background-image: url(../images/Temas-topo-site-ciano.png);
	 scale: 1.05;
	 /* opacity: .75; */
	}
   
	#layer-3 {
	 background-image: url(../images/Temas-topo-site-laranja.png);
	 scale: 1.05;
	 opacity: .75;
	}
   
	#layer-4 {
	 background-image: url(../images/Temas-topo-site-magenta.png);
	 scale: 1.05;
	 /* opacity: .75; */
	}
   
	#layer-5 {
	 background-image: url(../images/Temas-topo-site-roxo.png);
	 scale: 1.05;
	 opacity: .75;
	}
   
	#layer-6 {
	 height: 800px;
	}
   }

h3.popover-header
{
	margin-bottom: 0 !important;
}
.popover-link {
	color: var(--color-magenta);
	font-weight: 700;
	font-family: "Rubik";
}