
/*=========================== GERAL ===============================*/
html {
	font-size: 61.5%;
}




/* ((((((((((((((((((((((((((((( para deixar o elemento transparente:   filter:alpha(opacity=60); opacity:0.6;   )))))))))))))))))))))))))))))*/
body{
	float: left;
	width: 100%;
	margin: 0%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.6em;
	background-color: #DFE4EA;
	word-wrap: break-word;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
}

#total{
	float: left;
	width: 92%;
	margin-left: 4%;
}

#conteudoGeral{
	background-color: #F1F1F1;
	float: left;
	width: 100%;
	border-radius: 10px;
	padding-bottom: 1%;
	margin-top: 2%;
}
#conteudoGeralBK{
	float: left;
	width: 100%;
	border-radius: 10px;
	padding-bottom: 1%;
	margin-top: 2%;
}

.BK{background-color: #F1F1F1;}

#id{
	float: left;
	width: 100%;
	margin-top: 25px;
	color: #A21B2F;

}

.h2, .h2nome{
	font-family: Lucidatypewriter, monospace;
	font-size: 130%;
	color: #A21B2F;
	margin: 3% 0% 0% 4%;
}

.h2nome{
	margin: 0%;
}


.capaGrupo{
	float: left;
	width: 100%;
	text-align: center;
	margin: 2% 0% 4% 0%;
}

.capaGrupo img{
	width: 83%;
	border-radius: 5px;
}

@media screen and (max-width: 768px) {
	.capaGrupo img{
		width: 100%;
		border-radius: 10px;
	}
}

.capaGrupo .image2{
	width: 106%;
	border-radius: 5px;
	margin-left: -3%;
}

.capaGrupo a{
	font-size: 0.8em;
	color: #3A4A5E;
	text-decoration: none;
}

.titulo_h2{
	width: 90%;
	text-align: center;
}

.p_h3{
	float: left;
	width: 90%;
	margin-left: 5%;
	text-align: center;
	font-weight: bold;
	font-size: 18px;
}



.cont_text, .cont_text_Pqno{
	float: left;
	width: 93%;
	margin: 3% 0% 0% 3%;
	background: #fff;
	margin-bottom: 10px;
	border-radius: 10px;
	box-shadow: 0 0 1em #fff, 0 0 1em #fff, 0 0 2em #fff;
	padding: .6%;
}

.cont_text_Pqno{width: 50%;}

.cont_text_Pqno_esq{
	float: right;
	width: 30%;
	right: 9%;
	position: fixed;
}

.cont_text p{

	text-align: justify;
	line-height: 165%;
	padding: 5px;
	text-indent: 27px;
}

.cont_text .titulo_noticia_h1{
	float: left;
	width: 90%;
	margin-left: 5%;
	text-align: center;
	font-weight: bold;
	font-size: 18px;
	border-bottom: solid 1px #BAC6D4;
}
.titulo_noticia_h1 a, .cont_text p a{
	text-decoration: none;
	color: #A21B2F;
}

.cont_text .sub_title_2, .cont_text .sub_title_22{
	float: left;
	width: 100%;
	margin: auto;
	text-align: center;
	margin-top: 5%;
	margin-bottom: 4%;
}
.cont_text .sub_title_22{
	margin-top: 0%;
}

.cont_text .data_not{
	font-style: italic;
	color:#92A4BB;
	font-size: 0.9em;
}

.link_in_text, .link_in_text:visited, .link_in_text:active{
	text-decoration: underline;
	color:
}

.link_in_text, .capaGrupo .link_capa, .capaGrupo .link_in_text{
	color: #A21B2F;
}

.link_in_text:hover, .capaGrupo .link_capa:hover, .capaGrupo .link_in_text:hover{
	color: #00aaff;
}

.capaGrupo .legenda:hover{
	color: #3A4A5E;
}

.capaGrupo .link_in_text{
	color: #A21B2F;
}

.h5_pos_titulo{
	text-align: center;
}

.video_in{
	width: 90%;
	margin-left: 5%;
	border-radius: 5px;
}


.fonte_menor{ font-size: 0.9em; }
.list_colaboradores{
	list-style-type: disc;
}
.list_colaboradores li{
	margin-top: 2.5%;
}

.img_in_link{
	height: 22px;
	border-radius: 4px;
}

.oculta{ display: none; }

.mostra{ display: block;}



@media screen and (max-width:1024px) {
	#total{
		float: left;
		width: 92%;
		margin-left: 4%;
	}
	.capaGrupo{
		float: left;
		width: 90%;
		text-align: center;
		margin: 2% 0% 4% 5%;
	}
}





@media screen and (max-width:620px) {
	body{ font-size: 13.5px; }
}




#msg{
	padding: 1px;
	height: 50px;
}

#msg img{
	float: right;
	height: 100%;
}

#msg p{
	width: 90%;
	color:#92A4BB;
	text-align: right;
}

/*=========================== FIM GERAL ===============================*/










/* ===================   Botões, input, forms  =============*/

.button, .select{
	border: none;
	color: #fff;
	padding: 3px 21px;
	/*padding: 5px 35px;*/
	text-align: center;
	text-decoration: none;
	font-size: 16px;
	-webkit-transition-duration: 0.4s;
	transition-duration: 0.4s;
	cursor: pointer;
	border-radius: 8px;
	margin: auto;
}


.buttons{
	float: left;
	width: 90%;
	margin-left: 5%;
	height: 50px;
	margin-top: 2%;
	text-align: center;
}

.formulario .buttons{
	margin-left: 0px;
}

.Bpequeno{
	padding: 3px 8px;
}



.button_submit, .select {
	background-color: #E0E5EA;
	color: black;
	border: 2px solid #3365A4;
}
.button_submit2{
	background-color: #f3dee5;
	color: black;
	border: 2px solid #A21B2F;
}
.button_submit:hover, .select:hover {
	background-color: #3365A4;
	color: #fff;
	text-shadow: 0 0 1em #fff, 0 0 1em #fff, 0 0 2em #fff, 0 0 2em #fff;
}
.button_submit2:hover, .estado2{
	background-color: #A21B2F;
	color: #fff;
	text-shadow: 0 0 1em #fff, 0 0 1em #fff, 0 0 2em #fff, 0 0 2em #fff;
}

.button_limpar{
	background-color: #E0E5EA;
	color: #6983a4;
	border: 2px solid #BAC6D4;
}

.button_limpar:hover{
	background-color: #BAC6D4;
	color: #A21B2F;
	text-shadow: 0 0 1em #fff, 0 0 1em #fff, 0 0 1em #fff, 0 0 1em #fff, 0 0 2em #fff, 0 0 2em #fff, 0 0 2em #fff;
}


.select{
	border-radius: 3px;
}
.select:hover{
	text-shadow: 0 0 1em #fff, 0 0 2em #fff;
}

#limpar{
	float: left;
}
#enviar{
	float: right;

}


.formulario{
	float: left;
	width: 100%;
}

.formulario div{
	float: left;
	width: 100%;
}

.formulario .input, .formulario .textarea, .formulario .textareaN{
	float: left;
	width: 100%;
	margin: 2% 0% 0% 0%;
	height: 36px;
}
.SRinput_pequeno{
	float: left;
	height: 35px;
	width: 100%;
}
.formulario .textarea{
	height: 110px;
	min-height: 110px;
}
.formulario .textareaPesq{
	border: solid 1px #3365A4;
	padding: 5px;
	border-radius: 10px;
}
.formulario .textareaN{
	height: 35px;
	min-height: 35px;
}
.formulario .tabelaExibirDados tr td span, .formulario .tabelaExibirDados tr td label{
	font-size: 12px;
}
.formulario .button{
	margin: 2% 0% 0% 0%;
}

.formulario .input_curto{
	float: left;
	width: 90%;
	margin: 0% 5% 0% 5%;
}

.formulario .input_pequeno{
	width: 60%;
}

.formulario .input_pequeno2{
	width: 40%;
}
.formulario .CSinput_pequeno{
	width: 20%;
}
.formulario .inpt_pqno_mrg{
	margin-right: 5%
}

.rolagem{
	overflow-y: scroll;
	overflow-x: hidden;
	height: 40%;
	width: 100%;
	background-color: #e7e7e7;
}

.linha_horizontal{
	width: 100%;
	float: left;
	height: 0px;
	border: 1px silver solid;

}

.Div_select_parameters{
	width: 50%;
	float: left;
	margin-bottom: 5%;
}
.select_parameters{
	width: 65%;
}




/*===================== Switch button =============================================*/

 /* The switch - the box around the slider */
.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
  margin-top: 8%;
}

/* Hide default HTML checkbox */
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

/* The slider */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #A21B2F;
}

input:focus + .slider {
  box-shadow: 0 0 1px #A21B2F;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
} 














/* ============================== Página inicial ========================*/

#menu_adm{
	width: 100%;
	float: left;
}

#menu_adm .partes_menu{
	width: 9.9%;
	min-width: 90px;
	float: left;
	margin: 2% .6% 2% .6%;
}

#menu_adm .partes_menu img{
	width: 100%;
	float: left;
      border-radius: 10px;
      background-color: transparent;
      background-color: rgba(351, 213, 162, .4);
      border-bottom: solid 3px #F1F1F1;
}

#menu_adm .undefined img{
      background-color: rgba(186, 198, 212, .4);
}

#menu_adm .partes_menu a{
      border-radius: 30px;
}

#menu_adm .partes_menu img:hover{
      background-color: rgba(255, 255, 255, 1);
      border-bottom: solid 3px #92A4BB;
	box-shadow: 0 0 1em #fff, 0 0 1em #fff, 0 0 1em #fff, 0 0 1em #fff, 0 0 2em #fff, 0 0 2em #fff, 0 0 2em #fff, 0 0 3em #fff, 0 0 3em #fff;
}

#menu_adm .undefined img:hover{
      background-color: rgba(186, 198, 212, .4);
	box-shadow: none;
}

#descricao_ajuda{
	height: 120px;
	float: left;
	width: 100%;
	text-align: center;
}

#descricao_ajuda p{
	margin-top: 2%;
	font-size: 13px;
	color: #3a4a5e
}

/* ============================== Fim Página inicial ========================*/




/*=========================== GUIAS ===============================*/

.guias{
	float: left;
	width: 98%;
	margin: 0%;
	margin-top: 2%;
	border-radius: 8px 0px 0px 8px;
/*	display: inline-block;*/

}

.guias div{
	float: left;
	min-width: 17%;
	max-width: 100%;
	height: 26px;
	text-align: center;
	border-radius: 8px 8px 0px 0px;
	margin: auto;
	border: solid 1px #3365A4;
	vertical-align: middle;
	padding: 4px 5px 0px 5px;
}

.guias div a{
	font-family: Lucidatypewriter, monospace;
	font-size: 13px;
	float: left;
	width: 100%;
	border-radius: 8px 8px 0px 0px;
	height: 100%;
	margin: 0%;
}


.guias div .fonten{
	text-decoration: none; color: #A21B2F;
}

.divblue{
	background-color: #3365A4;
	text-shadow: 0 0 1em #fff, 0 0 2em #fff;
}

.colorAbaPesq{
	background-color:  #BAC6D4;
}
.colorAbaPesq img{
	height: 100%;
}

.fontewhite{color: #fff; text-decoration: none; font-weight: bold; text-shadow: 0 0 1em #fff, 0 0 2em #fff;}

.fonteb{color: #000; text-decoration: none; font-weight: bold; text-shadow: 0 0 1em #fff, 0 0 2em #fff;}

.guias .divblue:hover{
	background-color:  #315299;
}
.guias .divn:hover{
	background-color:  #DFE4EA;
}
.guias .colorAbaPesq:hover{
	background-color:  #DFE4EA;
}

.exibeCont{
	float: left;
	width: 99%;
	border: solid #3365A4;
	border-width: 3px 2px 2px 2px;
	border-radius: 0px 8px 8px 8px;
}

/*=========================== FIM GUIAS ===============================*/







/*=========================== Tabela Exibir ===============================*/

.tabelaExibirDados{
	float: left;
	width: 100%;
	max-width: 100%;
	border-collapse: collapse;
	text-align: center;
}
.tabelaExibirDadosSR{ 
	float: left;
	width: 100%;
	max-width: 100%;
	border-collapse: collapse;
	text-align: center;
}
.tabelaExibirDadosSql{
	overflow: auto;
}
.tabelaExibirDadosSql td{
	min-width: 100px;
	max-height: 150px;
}

.tabelaExibirDadosSql td div{
	overflow: auto;
}
.tabG{
	overflow: auto;
}
.tabelaExibirDados tr, .tabelaExibirDados td, .tabelaExibirDadosSR tr, .tabelaExibirDadosSR td{
	padding: .5%;
	max-width: 208px;
	border: solid #3365A4;
	border-width: 1px;
	text-align: center;
}

.tabelaExibirDadosSR tr, .tabelaExibirDadosSR td{
	
}

.tabelaExibirDados .tdDescricao{min-width: 260px;}
.tabelaExibirDados td div{
	overflow: auto;
	width: 100%;
	max-height: 300px;
	float: left;
}
.tabelaExibirDados th, .tabelaExibirDadosSR th{
	border: solid #3365A4;
	border-width: 1px;
	text-align: center;
	padding-top: 7px;
	padding-bottom: 7px;
	background-color:  #c5e2e0;
}

.tabelaExibirDados img, .tabelaExibirDadosSR img{
	width: 100%;
}

.acoes img{
	width: 30px;
}

.tabelaExibirDados .previaFoto, .tabelaExibirDados .previaFotoG{
	width: 100%;
	min-width: 170px;
}
.tabelaExibirDados .previaFotoG{
	max-width: 250px;
}

.tabelaExibirDados .previaFotoInt{
	width: 100px;
	min-width: 100px;
	max-width: 100px;
}

.tabelaExibirDados .previaFotoInt img{
	width: 100%;
}

.tabelaExibirDados .nomeComp{
	min-width: 100px;
}

.acoes{	width: 50px; min-width: 50px; max-width: 50px; text-align: center;}

.tabelaExibirDados .tddate{min-width: 70px; padding: 0px;}

.acoes .link_img, .acoes .link_img_hover, .acoes .link_img img, .acoes .link_img_hover img{
	width: 25px;
	height: 25px;
	margin: 3px 0px 3px 7px;
	border-radius: 100%;
}
.acoes .link_img img, .acoes .link_img_hover img{ 
	margin: 0px;
}

.acoes .link_img:hover, .acoes .link_img_hover{
	box-shadow: 0 0 1em #ffb9ba, 0 0 1em #ffb9ba, 0 0 2em #ffb9ba;
	background-color: #ffe9ec;
}

.acoesHorizon{	width: 90px; min-width: 90px; max-width: 90px;}
.acoesHorizon .link_img{
	margin: 0px 4px 0px 4px;
}

.localizacao{min-width: 130px;}
.localizacao input{margin: 0px; float: left;}

.cor_aviso{
	font-size: 12px;
	color: red;
}

.trSombreado{
	/*background-color: #ffd2e7;*/
      background-color: rgba(351, 213, 162, .6);

}


/*=========================== FIm Tabela Exibir ===============================*/








/* FOOTER
-------------------------------------------------------*/
#rodape{
	float: left;
	height: 100px;
	width: 100%;
	text-align: center;
	font-size: 12px;
	margin-top: 5%;
	color: #201d27;
	padding-top: 1%;
	border-radius: 25px 25px 0px 0px;
	border: solid #92A4BB;
	border-width: 2px 0px 0px 0px;
	background: transparent;

}



#rodape .p{
	position: absolute;
	width: 100%;
	float: left;
	text-shadow: 0 0 2em #fff, 0 0 1em #fff, 0 0 1em #fff, 0 0 0.5em #fff, 0 0 0.5em #fff, 0 0 0.5em #fff, 0 0 0.5em #fff, 0 0 .25em #fff, 0 0 .25em #fff;
}

#div_img_rodape{
	position: absolute;
	float: left;
	height: 80px;
	width: 100%;
	vertical-align: bottom;
}

#astronomer, #t_rex{
	float: right;
	margin-right: 80px;
	height: 100%;
}

#t_rex{
	float: left;
	margin-left: 80px;
}


@media screen and (min-width: 768px) {
	#lang2{
		display: none;
	}
	#redesSociais2{
		display: none;
	}

}
@media screen and (max-width: 1024px) {
	#t_rex{
		margin-left: 0px;
	}
	#astronomer{
		margin-right: 0px;
	}
}

@media screen and (max-width: 768px) {
	#rodape{
		height: 140px;
	}
}

@media screen and (max-width:600px) {
	#rodape{
		height: 160px;
		line-height: 20px;
	}
}

@media screen and (max-width:450px) {
	#rodape{
		height: 180px;
	}
}











/* ============================== ADM PERFIL ========================*/

.exibeDadosAdm{
	float: left;
	width: 90%;
	margin-left: 5%;
}


.iconPerfil{
	float: left;
	margin-top: 3%;
	width: 100%;
	height: 20%;
	text-align: center;
}

.iconPerfil .div{
	height: 100%;
	width: 20%;
	margin: auto;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	
}
.aEditaFoto{
	height: 100%;
	width: 100%;
	float: left;
}
.aEditaFoto:hover{
	background-image: url('../../img/Layout/aEditafoto.png');
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}

.edIconPerfil{
	float: left;
	margin-top: 2%;
	width: 100%;
	height: 26%;
	border: solid 1px #A21B2F;
	border-radius: 10px;
}

.dadosAdm{
	float: left;
	text-align: center;
	width: 100%;
}
.dadosAdms{width: 100%;}

.dadosAdm .cont_text{
	width: 46.5%;
	margin: 3% 1% 0% 1%;
}
.divisoria{
	float: left;
	width: 100%;
}

.dadosAdm .cont_text p{
	text-indent: 0px;
	text-align: center;
}

.dadosAdm .sub_title_2{
	color: #A21B2F;
}
.dadosAdm .buttons{
	margin-top: 5%;
}
.dadosAdms .buttons{
	margin-top: 3%;
}
.administraAdms{
	float: left;
	margin-top: 3%;
	width: 100%;
	background-color: #e5e5e5;
	box-shadow: 0 0 1em #e5e5e5, 0 0 1em #e5e5e5, 0 0 2em #e5e5e5;
}
.linhadivide{
	float: left;
	width: 90%;
	height: 1px;
	border: solid gray;
	border-width: 1px 0px 0px 0px;
	margin-left: 5%;
}













/*back top ----------------------------------------------------------- */

#back_top{
	right: 60px;
	bottom: 120px;
	float: right;
	position: fixed;
	border-radius: 100%;
	z-index: 22;
}

#back_top img{
	height: 40px;
	width: 40px;
	border-radius: 100%;
	box-shadow: 0 0 1em #fff;
	background: rgba(241, 241, 241, 0.5);
}

#back_top img:hover{
	box-shadow: 0 0 1em #fff, 0 0 2em #fff;
	background-color: #fff;
}






/* \\\\\\\\\\\\\\\\\\\\   CALC STARS    \\\\\\\\\\\\\\\\\\ */

.tit_h4{
	font-family: Lucidatypewriter, monospace;
	text-align: center;
	color: #3365A4;
	margin-top: 0%;
}

.BKcinza{ background-color: #E0E5EA; }

#ActionClkS div{
	width: 100%;
	float: left;
	text-align: center;
}

#ActionClkS div .img1{	height: 100px;}
#ActionClkS div .img2{	height: 30px;}
#ActionClkS div .img3{
	position: absolute;
	height: 80px; 
	left: 30px;
	top: 75px;
}

#ActionClkS div .img4{
	position: absolute;
	height: 70px; 
	right: 0;
	top: 80px;
}









/*============================ STAR REPOSITORY ========================*/



#tdFigDds1{
	background-color: #E0E5EA; 
}

#tdFigDds{
	background-color: #92A4BB; 
}

#tdFigDds td img{
	width: 80%;
}
#StarRepTable{
	height: 90%;
	overflow: auto;
}

#StarRepTable table td{
	width: 5%;
	min-width: 110px;
	white-space: nowrap;
	
}
.previaFotoInt{
	width: 100px;
}
.linkID{
	text-decoration: none;
	font-weight: bold;
}

.tbExbDsFixa{
	float: left;
	width: 100%;
}



#tentativaSlider{
	z-index: 1;
	position: fixed;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.7);
	text-align: center;
}

#xImagem{
	position: absolute;
	float: left;
	height: 100%;
	width: 100%;
	left: 0;
	top: 0;
}
#imgSlideGallery{
	position: relative;
	max-height: 92%; 
	max-width: 100%; 
	top: 46%;
	margin-top: 0%;
    transform: translate(0%, -50%);
}

#imgAnt, #imgPost{
	z-index: 4;
	position: absolute;
	bottom: 30;
	width: 100px;
	height: 100px;
	background-repeat: no-repeat;
	background-size: 40px 50%;
	background-position: center;
	border-radius: 50%; 
}
#imgAnt, #imgAnt:after, #imgAnt:before{
	background-image: url('../../img/Layout/seta_esquerda.png');
	left: 5%;
	box-shadow: 15px 15px 0 0 #fff, 18px 18px 1px 1px rgba(0, 0, 0, 0.3); 
	background-color: transparent;
}
#imgAnt:hover, .hoverSetas1{
	background-color: rgba(255, 255, 255, 0.15);
	box-shadow: 15px 15px 0 0 #fffa5c, 18px 18px 1px 1px rgba(0, 0, 0, 0.3); 
}


#imgPost, #imgPost:after, #imgPost:before{
	background-color: transparent;
	right: 5%;
	box-shadow: -15px 15px 0 0 #fff, -18px 18px 1px 1px rgba(0, 0, 0, 0.3); 
	background-image: url('../../img/Layout/seta_direita.png');
}
#imgPost:hover, .hoverSetas2{
	background-color: rgba(255, 255, 255, 0.15);
	box-shadow: -15px 15px 0 0 #fffa5c, -18px 18px 1px 1px rgba(0, 0, 0, 0.3); 
}
