/*cores-----

azul cabeÃ§alho e titulos: rgb(8,77,110);
bege botoes: rgb(200,172,130);
fundo cinza escuro: rgb(63,63,63);
texto de fundo escuro: rgb(200,200,200);

*/
@font-face {
     font-family: signikaregular;
     src: url('Signika-Regular.ttf');
}
@font-face {
     font-family: overpassbold;
     src: url('Overpass-Bold.ttf'); 
}
@font-face {
     font-family: clearsansthin;
     src: url('ClearSans-Thin.ttf');
	}
@media (min-width: 768px)
{
	/*desativar menuzinho*/
	#botao_mobile{
		display: none;
	}
	/*ativar menuzao*/
	#todos_botoes{
		display:flex;
		justify-content:space-between;
		flex-direction:row;
		align-items:center;
		border:0px solid red;
		
	}
	
	.aba-infopac{
		border:0px solid gray;
		width:20%;
		justify-content:center;
		display:flex;
		font-size:16px;
		padding-top:10px;
		padding-bottom:10px;
		color:rgb(8,77,110);
		cursor:pointer;
		font-weight:bold;
	}
	.botao_1{
		right:10%;
	}
	
	.font_rodape_1{
		font-size:16px;
		color:white;
	}
	#r_acesso_rapido{
		font-size:12px;
		padding:5px;
		text-align:left;
		display:flex; 
		flex-direction:row;
		justify-content:space-evenly;
	}
	#rodape1{
		flex-direction:row;
		display:flex;
	}
	#rodape-contato{
		color:rgb(63,63,63);		
		border-right: 0.5px solid #696969;
		position:relative;
		width:50%;
		display: block;
		left:0;
		top:3%;
	}
	#rodape{
		color:red;
		width:82%;
		border:0px solid purple;
		position:relative;
		bottom:0;
		padding-top:5px;
	}

	#rodape-acessorapido{
		color:rgb(63,63,63);	
		top:3%;
		position:relative;
		width:50%;
		
		display: block;
	}
	.grade{
		border:0px solid red;
		left:0px;
		top:0px;
		margin:auto;
		position:relative;
		display:flex;
		flex-direction:column;
		width: 75%;
	}
	.curso{
		cursor:pointer;
		display:flex;
		justify-content:left;
		align-items:center;
		border:1px solid rgb(8, 77,110);
		width:100%;
		padding:20px;
		height:150px;
		font-weight:bold;
		margin-bottom:20px;
		background: rgb(230,230,230);
		color:rgb(8,77,110);
		font-size:25px;
	}
	
	#lnot{
		flex-direction:row;
	}
	.t{
		width:20%;
	}
	#especia{
		display:flex;
		flex-direction:row;
		justify-content:space-between;
	}
	.curso_{
		width:25%;
	}
	
}
@media (max-width: 768px)
{
	/*ativar menuzinho*/
	#botao_mobile{
		display: block;
	}
	
	/*desativar menuzao*/
	#todos_botoes{
		display:none;
	}
	

	.botao_1{
			left:50px;
	}
	.aba-infopac{
		border:0px solid gray;
		width:20%;
		justify-content:center;
		display:flex;
		font-size:10px;
		padding-top:10px;
		padding-bottom:10px;
		color:rgb(8,77,110);
		cursor:pointer;
		font-weight:bold;
	}
	#lnot{
		flex-direction:column;
	}
	.t{
		width:100%;
	}
	.font_rodape_1{
		font-size:11px;
		color:white;
	}
	#r_acesso_rapido{
		font-size:7px;
		padding:5px;
		text-align:left;
		display:flex; 
		flex-direction:row;
		justify-content:space-evenly;
	}
	#rodape1{
		flex-direction:column;
		display:flex;
	}
	#rodape-contato{
	color:white;		
	border-right: 0.5px solid #696969;
	position:relative;
	width:100%;
	display: block;
	left:0;
	top:3%;
	}
	#rodape-acessorapido{
	color:rgb(63,63,63);	
	top:3%;
	position:relative;
	width:100%;
	display: block;
	}
	#rodape{
	color:red;
	width:98%;
	border:0px solid purple;
	position:relative;
	bottom:0;
	padding-top:5px;
	}
	.grade{
	border:0px solid red;
	left:0px;
	top:0px;
	margin:auto;
	position:relative;
	display:flex;
	flex-direction:column;
	width: 98%;
	}
	.curso{
	cursor:pointer;
	display:flex;
	justify-content:center;
	align-items:center;
	border:1px solid rgb(8, 77,110);
	width:75%;
	margin-bottom:4%;
	padding:5px;
	height:100px;
	background: rgb(230,230,230);
	color:rgb(8,77,110);
	font-size:12px;
	}
	#especia{
		display:flex;
		flex-direction:column;
		align-items:center;
		justify-content:center;
	}
	.curso_{
		width:75%;
	}
}
.curso_{
		cursor:pointer;
		display:flex;
		flex-direction:row;
		justify-content:left;
		align-items:center;
		border:1px solid rgb(8, 77,110);
		padding:2%;
		height:150px;
		font-weight:bold;
		margin-bottom:20px;
		background: rgb(230,230,230);
		color:rgb(8,77,110);
		font-size:25px;
	}

#banner-conteudov{
		padding:0px;
		margin: 0px;
		background: rgb(0,0,0);
		width: 100%;
		top: 0px;
		left:0px;
		position:relative;
		display:block;
	}
.texto_branco{
	font-size:20px;
	color:rgb(255,255,255);
	text-align:justify;	
}
.branco{
	color:white;
}
.fundo-cinza{
	background:rgb(63,63,63);
}

.comeca_oculta{
	display:none;
	color:white;
	flex-direction:column;
}
a.comeca_oculta{
	color:white;
}
a.comeca_oculta:link{
	color:white;
}

a:hover{
	text-decoration:none; 
	color: rgb(200,172,130);
}

a{
	color:rgb(200,172,130);
}

a:link{
	text-decoration:none;
	color:rgb(200,172,130);
}
/*cabeÃ§alho*/
body{
	margin:0;
	padding:0;
	font-family: "signikaregular", sans-serif;
	overflow-x:hidden;
}	
table.rodape td { 
	color: #CAC9C8; 
} 
#banner-c, #banner-d, #banner-e, #banner-f{
	font-family: "clearsansthin", sans-serif;
}

.est_{
color:rgb(8,77,110);
cursor:pointer;
height:250px;
width:250px;
margin-bottom:0px;
bottom: 0;
display:table-cell;
align-items:center;
vertical-align:bottom;
Text-align: center;
font-size:20px;
border:0px solid yellow;
transition:0.3s;
	
}
.est_:hover{
	
	filter: brightness(60%);
}

#aciona_busca{
	background: rgb(255,255,255,0.1);
	cursor: pointer;
	display:block;
	height:39px;
	width:39px;
	right:65%;
	top:0px;
	position: fixed;
	padding:20;
}
#menu_barra{ 
	background-color:rgb(8, 77,110);
	padding:0px;
	width: 96%;
	height: 79px;
	position:fixed;
	left:0px;
	border: 0px solid yellow;	
	top:10px;
	padding-left:2%;
	padding-right:2%;
	display:flex;
	flex-direction:row;
	justify-content:space-between;
}
#logo{
	color: rgb(200,172,130);
	height:75px;
	background-color: rgb(8, 77,110);
    //position:fixed;
	
}
.t_rodape{
	padding:8px;
	color:#696969;
}
#pesquisa_subbotoes_ocultos2
{
	cursor:default;
}
#botao6:hover #botoes_ocultos_7, #botao1:hover #botoes_ocultos_1, #botao2:hover #botoes_ocultos_2, #botao3:hover #botoes_ocultos_3, #botao4:hover #botoes_ocultos_4, #botao5:hover #botoes_ocultos_5, #aciona_busca:hover #botoes_ocultos_6, #pesquisa_botao_oculto1:hover #pesquisa_subbotoes_ocultos1, #pesquisa_botao_oculto2:hover #pesquisa_subbotoes_ocultos2,#pesquisa_botao_oculto6:hover #pesquisa_subbotoes_ocultos3, #pesquisa_botao_oculto6:hover #pesquisa_subbotoes_ocultos3, #labs:hover #labs1, #reab:hover #reab1{
	background-color:rgb(8, 77,110);
	display:block;
	opacity:0.9;
	visibility:visible;
}

/*#botao6:hover {
	border-bottom: 4px solid rgb(255,255,255);
	background-color:rgb(8, 77,110);
}*/

#botoes_ocultos_6{
	left:0px;
	padding:6px;
	text-align: center;
	background-color: rgb(8, 77,110);
	width: 100%;
	top: 79px;
	position: fixed;
	height: 28px;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: opacity 600ms, visibility 600ms;
	transition: opacity 600ms, visibility 600ms;
}

#banner-conteudo{
	background: rgb(0,0,0);
 	width: 100%;
	top: 0px;
	height:60%;
	left:0px;
	margin:auto;
	position:relative;
	display:block;
}

.logo1{
	font-size:3em; 
	text-align: center; 
	color: rgb(255,255,255);
	background: -webkit-linear-gradient(rgb(0,52,0), rgb(255,255,255),rgb(0,52,0));
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

#lin_contato{
	width:100%;
	display:inline-block;
}
.logo2{
	font-size:0.75em; 
	text-align: center; 
	color: rgb(255,255,255);
	width:100%;
}
.busca_texto{   
	font-size: 1em;
    background: white; 
    border-left:1px solid white;
	height: 25px;
    width:300px;
}
.busca_botao{ 
	font-size: 1em;
	color:white;
	height: 25px;
    background: rgb(8, 77,110); 
    border:1px solid white;
    width:70px;
}
.botao{
	font-weight: bold;
	cursor: pointer;
	top: 15px;
	padding-left:4px;
	padding-right:4px;
	color:rgb(200,172,130);
	height:75px;
	font-size:18px;
	margin-left:30px;
	background-color:rgb(8, 77,110);
	display: flex;
	flex-direction: row;
	align-items: center;
	font-family:"overpassbold", sans-serif;
	justify-content: center;
	text-align: center;
}
.links_laterais{
	font-weight: bold;
	cursor: pointer;
	border:0px solid black;
	color:rgb(200,172,130);
	font-size:14px;
	margin-top:20px;
	margin-bottom:10px;
	text-align:left;
	padding-left:10px;
	background-color:rgb(8, 77,110);	
}
.links_laterais:hover{
	opacity:0.9;
	background: rgb(255,255,255,0.1);
}
.lin_form{
	width:100%;
	border:0px solid brown;
	height:25px;
	display:flex;
	margin-bottom:10px;
	justify-content:space-between;
	flex-direction:row;
	
}
.botao_1{
	cursor: pointer;
	border:0px solid black;
	color:rgb(200,172,130);
	height:65px;
	display:flex;
	padding-top:10px;
	background-color:rgb(8, 77,110);
	position:fixed;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	text-align: center;
	width: 50px;

}
.botoes_mobile{
	display: flex;
	overflow:auto;
	float:right;
	height:80%;
	flex-direction:column;
	border:0px solid black;
	left:0px;
	position:fixed;
	top:79px;
	width:36%;
	display:none;
	background: rgb(8,77,110);
	
}
.titulos{
	font-size:30px;
	color: rgb(8,77,110);
	text-align:center;
	font-weight:bold;
	padding-top:125px;
	padding-bottom:60px;
	width:100%;
	font-family:"overpassbold", sans-serif;
	border:0px solid black;
}
.fmaior{
	display:flex;
	flex-direction:row;
	padding-top:10px;
	cursor:pointer;
 transition: transform .2s;
}
.fmaior:hover{
	transform: scale(1.1);
	filter: brightness(60%);
}
.circulo-numero{
border-radius:50%;
-moz-border-radius:50%;
-webkit-border-radius:50%;
background:rgb(8,77,110);
width:20px;
height:20px;
justify-content:center;
display:flex;
padding:5px;
font-size:20px;
color:white;
}
.titulos2{

	font-size:20px;
	color: rgb(8,77,110);
	text-align:left;
	font-weight:bold;
	padding-top:125px;
	padding-bottom:65px;
	width:100%;
	border:0px solid black;
}
.titulos3{
	font-size:20px;
	color: rgb(8,77,110);
	text-align:left;
	font-weight:bold;
	padding-top:105px;
	width:100%;
	border:0px solid blue;
	
}
.titulos3:before{
	background-color: rgb(8,77,110);
    content: "";
    display: block;
    height: 2px;
    margin-bottom: 9px;
    width: 40px;
}
#fecha_menu_mobile{
	display:none;
}

.botao:hover{
	border-bottom: 4px solid rgb(255,255,255);
	background: rgb(255,255,255,0.1);
}
.botoes_ocultos {
	font-size: 1em;
	flex-direction:row;
	align-items: space-around;
	left:0px;
	color: rgb(255,255,255);
	vertical-align: middle;
	text-align: center;
	padding: 0px;
	background-color: rgb(8, 77,110);
	width: 100%;
	top: 81px;
	position: fixed;
	height: 40px;
	opacity: 0;
	visibility: hidden;
	background-position:left;
	-webkit-transition: opacity 600ms, visibility 600ms;
	transition: opacity 600ms, visibility 600ms;
	border-bottom: 1px solid rgb(255,255,255);
}
.slide{
	object-fit: cover;	
	width:100%;
	height:100%;
	left:0;
	top:0px;
	display: flex;
	

}
.admbtn{
justify-content:center;
align-items:center;
margin-top:10px;
display:flex;
flex-direction:column;
border:2px solid rgb(8,77,110);
background:rgb(8,77,110);
color:white;
font-weight:bold;
width:16%;
}



.uploadBtn{
	display:inline-block;
	vertical-align:top;
	background: rgb(8,77,110);
	font-size:14px;
	height:25px;
	color:#fff;
}

.pesquisa_subbotoes{
	opacity: 0;
	visibility: hidden;
	top: 120px;
	position: fixed;
	height:40px;
	left:0px;
	width:100%;
	background-color: rgb(8, 77,110);
	-webkit-transition: opacity 600ms, visibility 600ms;
	transition: opacity 600ms, visibility 600ms;
	border-bottom: 1px solid rgb(255,255,255);	
}
.servico_subbotoes{
	opacity: 0;
	visibility: hidden;
	top: 120px;
	position: fixed;
	height:40px;
	left:0px;
	width:100%;
	background-color: rgb(8, 77,110);
	-webkit-transition: opacity 600ms, visibility 600ms;
	transition: opacity 600ms, visibility 600ms;
	border-bottom: 1px solid rgb(255,255,255);	
}
#geral{
	width:100%;
	margin:0px;
	display:block;
}
/*-----------------------------------------------------*/
/*rodapÃŠ*/

#rodape-fundo{
	width:100%;
	background:rgb(230,230,230);
	margin-bottom:0px;
	position:absolute;
}

#parceiros{
	padding-bottom:20px;
	border-bottom:1px solid rgb(200,200,200);
	display:flex; 
	justify-content:space-evenly;
	flex-direction:row;
}

#rodape-parceiros{
	
	color:rgb(63,63,63);	
	border-top: 0.5px solid #696969;	
	position:relative;
	width:99.5%;
	display: block;
	
}
.modal {
  display: none; 
  position: fixed; 
  z-index: 1000; 
  padding-top:20px;
  padding-bottom:200px;
  left: 0;
  top: 0;
  width: 100%; 
  height:100%;
 overflow:scroll;
  background-color: rgba(0,0,0,0.7);
}

.modal-conteudo {
  background-color: rgb(255,255,255);
  margin: auto;
  padding: 10px;
  border: 1px solid #888;
  border: 1px solid #888;
  width: 70%;
}
.fechar, .fechar2, .fechar3, .fechar4, .fechar4 {
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.fechar:hover,.fechar:focus,.fechar2:hover,.fechar2:focus,.fechar3:hover,.fechar3:focus, .fechar4:hover, .fechar4:focus, .fechar5:hover,.fechar5:focus{
  color: #000;
  text-decoration: none;
  cursor: pointer;
}
