/* -------------------------------------------------------------------------------------*/
.Topo1_linha1{position:absolute; top:0px; width:100%; height:3px; background-color:#19333f;}/* 1a linha ao alto do topo */
.Topo1_linha2{position:absolute; top:43px; width:100%; height:3px; background-color:#19333f;}/* 2a linha abaixo da faixa cadastre-se e login */
/*.Topo1_linha3{position:relative; top:166px; width:100%; height:3px; background-color:#888888;} 3a linha acima da barra de menu */
.Topo1_barrasup{position:absolute; top:3px; width:100%; height:40px; background-color:#000c38;}/* barra da faixa cadastre-se e login */
.Topo1_barraprincccc{position:relative; top:46px; width:100%; height:120px; background-color:#001257;}/* barra onde fica a logo, no meio */
.Topo1_barraprinc{position:absolute; top:46px; width:100%; height:120px; background: #50608f; background-image: url("imagens/imgBck1.png"), url("imagens/imgBck2.png"); background-repeat: repeat-y, repeat;}

.Topo1_menuLinha{position:absolute; top:0px; width:30px; height:3px; background-color:#888888;}/* cor das barras do menu */
.Topo1_menuX1{position:absolute; top:0px; width:30px; height:3px; -ms-transform: rotate(45deg); transform: rotate(45deg);	background-color:#888888;}/* cor do X de fechar o menu */
.Topo1_menuX2{position:absolute; top:0px; width:30px; height:3px; -ms-transform: rotate(-45deg); transform: rotate(-45deg); background-color:#888888;}/* cor do X de fechar o menu */
.Topo1_menuV1{position:absolute; top:14px; left:5px; width:20px; height:3px; background-color:#888888; -ms-transform: rotate(-40deg); transform: rotate(-40deg);} /* cor de uma das barras do V de voltar em m_TopoAuditorio.asp */
.Topo1_menuV2{position:absolute; top:25px; left:5px; width:20px; height:3px; background-color:#888888; -ms-transform: rotate(40deg); transform: rotate(40deg);} /* cor de uma das barras do V de voltar em m_TopoAuditorio.asp */

.Anuncio1_faixa{position:absolute; top:330px; width:100%; height:80px; background-color:#ffffff;}/* cor da barra do anúncio, com titulo e descrição*/
.Anuncio1_tit{position:absolute; top:6px; left:0px; width:100%; color:#3b3b3b; font-family: WeblySleek_UI_Normal; font-size: 13px; font-weight: bold; height:17px; overflow:hidden;}
.Anuncio1_descr{position:absolute; top:24px; left:0px; width:100%; color:#515151; font-family: WeblySleek_UI_Normal; font-size: 12px; height:52px; overflow:hidden;}

.Rodape1_linha{position: absolute; width: 100%; height: 5px; background-color:#726f4a;}/* cor da linha superior do rodapé */
.Rodape1_container{position: absolute; width: 100%; height:770px; background-color:#141929;} /* cor do corpo do rodapé */







/* -------------------------------------------------------------------------------------*/
html{overflow-x:hidden;}
.Fdo{width:100%; height:100%; background: url(imagens/imgFundoModal.png); position:fixed; top:0; left:0; z-index:900;}

/* -------------------------------------------------------------------------------------*/
.Pags_container{position:absolute; width:100%; height:auto; display:-webkit-flex; display:flex; top:217px; /*background-color:#848176;*/} /* ajuste de cor / caso queira fundo com cor */
/*.Pags_lateral{position:absolute; width:11%; min-width:20px; top:0px; left:0px; height:30px;} */
.Pags_inside{position:absolute; width:90%; top:0px; left:5%; height:30px; display:-webkit-flex; display:flex;}
.Pags_barraTit{position:absolute; width:100%; top:167px; left:0px; height:90px; z-index:0; /*background-color:#c89d49;*/}

/* -------------------------------------------------------------------------------------*/
.Topo1_containerDiagonal{position: absolute; top:0px; width:100%; height:130px; background-image: repeating-linear-gradient(-60deg,transparent,transparent 2px,#19495f 4px,#19495f 8px),linear-gradient(to bottom,#133645,#19495f);} /* padrão de fundo com listras diagonais do topo, usados no Onildo */
/* Topo1 MENU MOBILE - ajuste de cor nos 3 traços e no fundo do menu ----*/
.Topo1_menu{position:absolute; top:0px; width:80px; height:40px; cursor:pointer;}/* barra da menu com 3 traços */
.Topo1_menuConteudo{
	position:absolute; 
	top:46px; 
	width:100vw; 
	left: 0px;
	height:240px;   /* ajustar a altura do menu, se necessário */
	z-index:903;
	background-color:#FFFFFF; /* cor de fundo do menu */
}
.Topo1_menuItem{position:absolute; height:40px; width:90%; left:5%; padding-top:7px; cursor:pointer; font-family: WeblySleek_UI_Normal; font-size:16px; color:#4f4f4f;/* background-color:#bdd5e7;*/} /*cor da Letra do Menu */
.Topo1_menuLinhaItem{position:absolute; left:5%; height:1px; background-color:#cccccc; width:90%;}/* cor da linha entre os itens do menu */
.menu_entraMenu{
	position:fixed; 
	top:46px;
	width: 100vw;
	height:240px;  /* ajustar a altura do menu, se necessário */
	z-index: 903;
	animation: anima_entraMenu .5s ease-out forwards;
	background-color:#FFffff; /* cor de fundo do menu */
}
@-webkit-keyframes anima_entraMenu {
  0% {left:-100vw;}
  100% {left:0px;}
}
@keyframes anima_entraMenu {
  0% {left:-100vw;}
  100% {left:0px;}
}

.menu_fechaMenu{
	position:fixed; 
	top:46px;
	width: 100vw;
	height:240px;  /* ajustar a altura do menu, se necessário */
	z-index: 903;
	animation: anima_fechaMenu .5s ease-out forwards;
	background-color:#ffffff;
}
@-webkit-keyframes anima_fechaMenu {
  0% {left:0px;}
  100% {left:-100vw;}
}
@keyframes anima_fechaMenu {
  0% {left:0px;}
  100% {left:-100vw;}
}
/*--------------------------------------------------------------*/



/*--------------------------------------------------------------*/
.Topo1_container{
	position:relative;
	display: flex;
   flex-direction: row;
   justify-content: center;
   align-items: center;
	top:0px; 
	width:100%; 
	height:auto;}
/*.Topo1_lateral{position:absolute; width:11%; min-width:20px; top:0px; left:0px; height:30px;}*/
.Topo1_inside{position:absolute; width:90%; top:0px; left:5%;}
.Topo1_msg{position:absolute; top:10px; left:50%; font-family: WeblySleek_UI_Normal; font-size: 14px; color:#FFFFFF; /*letter-spacing: 1px; word-spacing: 4px;*/}
.Topo1_login1{position:absolute; top: 5px; right:50px;}
.Topo1_login2{position:absolute; top:9px; right:5px;}
.Topo1_logado{position:absolute; top: 5px; right: 250px;}
.Topo1_logado2{position:absolute; top: 2px; right:5px;}
.Topo1_cadastrese1{position:absolute; top: 7px; right:175px;}
.Topo1_cadastrese2{position:absolute; top:9px; right:90px;}
.Topo1_logo{position:absolute; top:5px; left:-10px;}
.Topo1_busca1{position:absolute; top:80px; width:40%; left:50%; height:30px; z-index:901;} 
.Topo1_busca2{position:absolute; top:80px; width:10%; left:90%; height:30px; cursor: pointer; z-index:902;} /* lupa */
.Topo1_classTXT{
/*	width: 150px;  */
	width:100%; 
	height: 30px; 
	cursor: text; 
	border: 1px solid #b7b7b7; 
	font-family: WeblySleek_UI_Normal;
	font-size:12px;
	padding-left: 5px; 
	z-index:903; 
	-webkit-transition: width .35s ease-in-out;
  	transition: width .35s ease-in-out;	
}
.Topo1_mnu_Princ_grad{
	position: absolute; width: 100%; top:166px; height:10px;
	background: -moz-linear-gradient(top,  rgba(0,0,0,0.7) 0%, rgba(0,0,0,0.1) 64%, rgba(0,0,0,0) 100%);
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0.7) 0%,rgba(0,0,0,0.1) 64%,rgba(0,0,0,0) 100%);
	background: linear-gradient(to bottom,  rgba(0,0,0,0.7) 0%,rgba(0,0,0,0.1) 64%,rgba(0,0,0,0) 100%); 
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b3000000', endColorstr='#00000000',GradientType=0 ); 
}
/* -------------------------------------------------------------------------------------*/

/* config da Janela de Login -----------------------------------------------------------*/
.JanLoginF{position:fixed; top:40px; width:100%; left:0px; z-index: 905;}
.JanLogin_inside{position:absolute; width:90%; top:0px; left:5%;}

.JanLoginSeta{position: absolute; top: 0px; width: 23px; height: 16px; right:45px; z-index: 905;}
.JanLoginFdo{position: absolute; top: 16px; width: 230px; height: 204px; right:0px; background:#ffffff; z-index: 905}
.JanLoginTit{position: absolute; top: 16px; width: 230px; color: #e12d00; font-family: WeblySleek_UI_Normal;	font-size: 15px; font-weight: bold;}
.JanLoginLogin{position: absolute; top: 50px; width: 190px; height: 30px; left:20px; border: 1px solid #b7b7b7; z-index:905;}
.JanLoginLoginIcon{position: absolute; top: 55px; width: 23px; height: 23px; left: 25px; z-index:905;}
.JanLoginLoginTXT{width: 165px; height: 30px; cursor: text; border: 0px; font: normal 12px/normal 'Montserrat', sans-serif; padding-left: 5px; z-index:904;}
.JanLoginPW{position: absolute; top: 90px; width: 190px; height: 30px; left:20px; border: 1px solid #b7b7b7; z-index:905;}
.JanLoginPWIcon{position: absolute; top: 96px; width: 23px; height: 23px; left: 25px; z-index:905;}
.JanLoginPWTXT{width: 165px; height: 30px; cursor: text; border: 0px; font: normal 12px/normal 'Montserrat', sans-serif; padding-left: 5px; z-index:905;}
.JanLoginEntrar{position: absolute; top: 140px; width: 190px; left: 20px; z-index:905;}
.JanLoginEsqueci{position: absolute; top: 180px; width: 230px; /*color: #003a75; font-family: WeblySleek_UI_Normal;	font-size: 15px; font-weight: bold;*/}
/* -------------------------------------------------------------------------------------*/

/* config dos anúncios pelo modelo _Anuncios1.asp --------------------------------------*/
.Anuncio1_container{position:relative; display:-webkit-flex; display:flex; width:100%; left:0px; height:450px;}
.Anuncio1_1{position:relative; width:100%; height:450px; border: 1px solid #c4c4c4; /*border: 1px solid #e1e1e1;*/}
.Anuncio1_1:hover {top:-4px; 
	box-shadow:0 0px 10px #999; 
	-webkit-box-shadow: 0 0px 10px #999;
 	-moz-box-shadow:0 0px 10px #999;
	transition: all .2s ease-in-out; cursor: pointer;}

.Anuncio1_img{position:absolute; top:0px; width:100%; left:0px;}
.Anuncio1_grad{position:abolute; top:0px; width:100%; left:0px; height:45px;
	background: -moz-linear-gradient(bottom,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.85) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.85) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.85) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#d9000000',GradientType=0 );/* IE6-9 */
}
.Anuncio1_tipo{position:absolute; top:5px; left:8px; color:#FFFFFF; font-family: WeblySleek_UI_Normal, sans-serif; font-size: 14px;}
.Anuncio1_cod{position:absolute; top:5px; text-align:right; right:8px; color: #FFFFFF; font-family: WeblySleek_UI_Normal; font-size: 14px;}
.Anuncio1_barracalendE{position:relative; top:-75px; left:0px; width:50%; height:40px;}
.Anuncio1_barracalendD{position:relative; top:-115px; left:50%; width:50%; height:40px;}

.Anuncio1_data{position:relative; top:3px; width:100%; left:0px; font-family: WeblySleek_UI_Normal, sans-serif; font-size:13px;}

.Anuncio1_botao{position:absolute; top:410px; width:100%; left:0px;}

/* Anúncio - ajuste de cor -------------------------------------------------------------------------------*/
/*.Anuncio1_linha{float:left; top:-1px; width:78%; min-width:964px; height:1px; background-color:#ebbc00; } cor da linha ao final do bloco de anúncios */
/* a faixa onde contém as datas está configurado em _anuncios1 */

/* config do rodapé dos anúncios, com linha e navegador ------------------------------------------------------------------------------*/
.Anuncio1_rodape{position:relative; display:-webkit-flex; display:flex; width:100%; height:50px; /*border:1px solid red;*/}

.Anuncio1_rodapelateral{float:left; top:0px; width:11%; min-width:20px; height:1px; /*background-color:#000000;*/}

.Anuncio1_seletores{float:left; top:18px; width:78%; height:29px; right:0px; /*border: 1px solid #ff0000; */}
.Anuncio1_seletor{float: right; height: 29px; line-height: 29px; width: 29px; color: #444444; font-family: WeblySleek_UI_Normal;	font-size: 13px; background-color:#FFFFFF; border-radius: 6px; -moz-border-radius: 6px; -webkit-border-radius: 6px; border: 1px solid #e6e6e6;}
.Anuncio1_seletor:hover{cursor: pointer; color:#ffffff; background: #ff7e00; border: 1px solid #ff7e00;}
.Anuncio1_seletorSel{float: right; height: 29px; line-height: 29px; width: 29px; color: #FFFFFF; font-family: WeblySleek_UI_Normal;	font-size: 13px; background-color:#003a75; border: 1px solid #003a75; border-radius: 6px; -moz-border-radius: 6px; -webkit-border-radius: 6px;}
.Anuncio1_seletorEsp{float: right; height: 29px; width: 5px;}
.Anuncio1_seletorIna{float: right; height: 29px; line-height: 29px; width: 29px; color: #d2d2d3; font-family: WeblySleek_UI_Normal;	font-size: 13px; background-color:#FFFFFF; border: 1px solid #e6e6e6; border-radius: 6px; -moz-border-radius: 6px; -webkit-border-radius: 6px;}
.Anuncio1_seletorStr{
    display:inline-block;
    -webkit-transform:scale(1,1.5); /* Safari and Chrome */
    -moz-transform:scale(1,1.5); /* Firefox */
    -ms-transform:scale(1,1.5); /* IE 9 */
    -o-transform:scale(1,1.5); /* Opera */
    transform:scale(1,1.5); /* W3C */
}
.Anuncio1_linknaveg_container{float: right; height: 29px; line-height: 29px; width: 600px; padding-right: 50px;}
.Anuncio1_seletor_linknaveg{text-decoration:none;}
.Anuncio1_seletor_linknaveg:hover{text-decoration:underline;}
/* -------------------------------------------------------------------------------------*/

/* config do rodape --------------------------------------------------------------------*/
.Rodape1_btn_topo{
	position: absolute;
	right: 10px;
	height: 35px; 
	line-height:36px; 
	width: 35px; 
	color:#ffffff;
	font-family: WeblySleek_UI_Normal;	
	font-size: 30px; 
	background-color:#ff7e00;
	border-radius: 20px; 
	-moz-border-radius: 20px; 
	-webkit-border-radius: 20px; 
	border: 4px solid #ff7e00;
	cursor: pointer;
	z-index:800;
}


.Rodape1_stretch{
    display:inline-block;
    -webkit-transform:scale(1.5,1); /* Safari and Chrome */
    -moz-transform:scale(1.5,1); /* Firefox */
    -ms-transform:scale(1.5,1); /* IE 9 */
    -o-transform:scale(1.5,1); /* Opera */
    transform:scale(1.5,1); /* W3C */
}

/* Rodapé - ajuste de cor ----------------------------------------------------------------------------*/
.Rodape1_lateral{position:absolute; width:11%; min-width:20px; top:0px; left:0px; height:30px;}
.Rodape1_inside{position:absolute; width:90%; left:5%; top:0px; height:auto;}

.Rodape1_logo{position: absolute; top: 5px; left: -5px;}
.Rodape1_textos{position: absolute; left: 38px; font-family: WeblySleek_UI_Normal;	font-size: 16px; color:#e0ecaf;}

.Rodape1_bloco1{position: absolute; left:0px; width:100%; top:10px;}
.Rodape1_bloco2{position: absolute; left:0px; width:100%; top:270px;}
.Rodape1_bloco3{position: absolute; left:0px; width:100%; top:490px;}
.Rodape1_bloco4{position: absolute; left:0px; width:100%; top:740px;}

.Rodape1_bloco_meio_titulo{position:relative; /*left: 0px;*/ top: 0px; font-family: WeblySleek_UI_Normal, sans-serif; font-size: 18px; color:#6c2c05;}

.Rodape1_base_txt_nome{position:relative; margin-top:16px; width:255px; height:30px; left:0px; border: 1px solid #b7b7b7; background-color:#ffffff;}
.Rodape1_txt_nome{position:absolute; top:0px; width:225px; left:30px; height:30px; cursor:text; border:0px; font-family: WeblySleek_UI_Normal, sans-serif; font-size:12px; padding-left:5px;}
.Rodape1_icon_nome{position: absolute; top:5px; width:23px; height:23px; left:5px;}

.Rodape1_base_txt_email{position:relative; margin-top:10px; width:255px; height:30px; left:0px; border: 1px solid #b7b7b7; background-color:#ffffff;}
.Rodape1_txt_email{position:absolute; top:0px; width:225px; left:30px; height:30px; cursor:text; border:0px; font-family: WeblySleek_UI_Normal, sans-serif; font-size: 12px; padding-left: 5px;}
.Rodape1_icon_email{position: absolute; top:7px; width:23px; height:23px; left:5px;}

.Rodape1_botao_enviar{position:relative; margin-top:20px; width:255px; left:0px;}

.Rodape1_bloco_dir_titulo{position:relative; top: 0px; width:auto; font-family: WeblySleek_UI_Normal, sans-serif;	font-size: 18px; color:#6c2c05;}

.RodapeMSIS_logo{position: absolute; bottom: 10px; right: 5px;}
.RodapeMSIS_textos{position: absolute; bottom: 18px; right: 40px; font-family: WeblySleek_UI_Normal, sans-serif;	font-size: 10px; color:#ffffff;}

A.Rodape1Mai1:link {text-decoration:none; color:#ffd88c; font-family: WeblySleek_UI_Normal, sans-serif; font-size: 14px; font-weight: normal}
A.Rodape1Mai1:visited {text-decoration:none; color:#ffd88c;font-family: WeblySleek_UI_Normal, sans-serif; font-size: 14px; font-weight: normal}
A.Rodape1Mai1:hover {text-decoration:underline; color:#fcb730;font-family: WeblySleek_UI_Normal, sans-serif; font-size: 14px; font-weight: normal}
A.Rodape1Mai1:active {text-decoration:none; color:#ffd88c; font-family: WeblySleek_UI_Normal, sans-serif; font-size: 14px; font-weight: normal}

/* -------------------------------------------------------------------------------------*/
/* BOTÕES */
/* -------------------------------------------------------------------------------------*/

.classBotaoEnviarInativo {
	background-color:#b3b3b3;   /* cor do botão inativo */
	border:0px;
	text-indent:0;
	display:inline-block;
	color:#efefef;
	font-family: WeblySleek_UI_Normal;
	font-size:16px;
	font-weight:bold;
	font-style:normal;
	height:36px;
	line-height:34px;
	width:80px;
	text-decoration:none;
	text-align:center;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
.classBotaoEnviar {
	background-color:#0072c6;   /* cor do botão azul */
	border:0px;
	text-indent:0;
	display:inline-block;
	color:#ffffff;
	font-family:WeblySleek_UI_Normal;
	font-size:16px;
	font-weight:bold;
	font-style:normal;
	height:36px;
	line-height:34px;
	width:80px;
	text-decoration:none;
	text-align:center;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}






.classBotaoMenuCliente {
/*	background-color:#00cb0a;   /* bege */
	background-color:transparent;
	border:0px;
	text-indent:0;
	display:inline-block;
	color:#000000;
	font-family: WeblySleek_UI_Normal;
	font-size:15px;
//	font-weight:bold;
	font-style:normal;
	height:50px;
	line-height:50px;
	width:auto;
	padding-left:20px;
	padding-right:20px;
	text-decoration:none;
	text-align:center;
}
.classBotaoMenuCliente:hover {background-color:#dcc9a4; cursor:hand; cursor:pointer;}
.classBotaoMenuCliente:active {position:relative; top:1px;}


.classBotaoAcao {
	background-color:#0072c6;   /* azul */
	border:0px;
	text-indent:0;
	display:inline-block;
	height:23px;
	line-height:23px;
	width:23px;
	text-decoration:none;
	text-align:center;
}
.classBotaoAcao:hover {	background-color:#005899; cursor:hand; cursor:pointer;}
.classBotaoAcao:active { position:relative; top:1px;}


.classBotao {
	background-color:#0072c6;   /* azul */
	border:0px;
	text-indent:0;
	display:inline-block;
	color:#ffffff;
	font-family: WeblySleek_UI_Normal;
	font-size:12px;
	font-weight:bold;
	font-style:normal;
	height:30px;
	line-height:30px;
	width:80px;
	text-decoration:none;
	text-align:center;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
.classBotao:hover {background-color:#005899; cursor:hand; cursor:pointer;} /* cor do botão em hover */
.classBotao:active {position:relative; top:1px;}

.classBotaoSaibaMais {
	position: relative;
	max-width: 130px;
	background-color:#0072c6;   /* azul */
	border:0px;
	text-indent:0;
	display:inline-block;
	height:30px;
	line-height:30px;
	width:130px;
	color:#ffffff;
	font-family: WeblySleek_UI_Normal;
	font-size:12px;
	font-weight:bold;
	font-style:normal;
	text-decoration:none;
	text-align:center;
}
.classBotaoSaibaMais:hover {background-color:#005899; cursor:hand; cursor:pointer;} /* cor do botão em hover */
.classBotaoSaibaMais:active {position:relative; top:1px;}

.classBotaoSaibaMais2 {
	position: relative;
	max-width: 130px;
	background-color:#00cb0a;   /* verde */
	border:0px;
	text-indent:0;
	display:inline-block;
	height:30px;
	line-height:30px;
	width:130px;
	color:#ffffff;
	font-family: WeblySleek_UI_Normal;
	font-size:12px;
	font-weight:bold;
	font-style:normal;
	text-decoration:none;
	text-align:center;
}
.classBotaoSaibaMais2:hover {background-color:#009b08; cursor:hand; cursor:pointer;} /* cor do botão em hover */
.classBotaoSaibaMais2:active {position:relative; top:1px;}


.classBotaoLeilao {
	position: relative;
	background-color:#0072c6;
	border:0px;
	display:inline-block;
	height:50px;
	width: 220px;
	max-width: 220px;
}
.classBotaoLeilao:hover {background-color:#005899; cursor:hand; cursor:pointer;} /* cor do botão em hover */
.classBotaoLeilao:active {position:relative; top:1px;}

.classBotaoLeilaoInativo {
	position: relative;
	background-color:#b3b3b3;
	border:0px;
	display:inline-block;
	height:50px;
	width: 220px;
	max-width: 220px;
}

.btn_ajuda_mais{
	height: 25px; 
	line-height: 23px; 
	width: 25px; 
	color: #4c4c4c; 
	font-family: WeblySleek_UI_Normal;	
	font-size: 20px; 
	padding-left: 1px;
	background-color:#cccccc; 
	border-radius: 50%; 
	-moz-border-radius: 50%; 
	-webkit-border-radius: 50%; 
	border: 50% solid #e6e6e6;
}
.btn_ajuda_mais:hover{cursor: pointer; color:#ffffff; background: #ff7e00; border: 50% solid #ff7e00;}

.btn_ajuda_menos{
	height: 25px; 
	line-height: 23px; 
	width: 25px; 
	color: #ffffff; 
	font-family: WeblySleek_UI_Normal;	
	font-size: 20px; 
	padding-left: 1px;
	background-color:#ff7e00; 
	border-radius: 50%; 
	-moz-border-radius: 50%; 
	-webkit-border-radius: 50%; 
	border: 50% solid #e6e6e6;
	cursor: pointer;
	cursor: hand;
}

.classBotaoInativo {
	background-color:#b3b3b3;   /* cor do botão inativo */
	border:0px;
	text-indent:0;
	display:inline-block;
	color:#efefef;
	font-family: WeblySleek_UI_Normal;
	font-size:15px;
	font-weight:bold;
	font-style:normal;
	height:36px;
	line-height:34px;
	width:80px;
	text-decoration:none;
	text-align:center;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.classBotaoL {
	background-color:#ff9000;   /* cor do botão */
	border:0px;
	text-indent:0;
	display:inline-block;
	color:#ffffff;
	font-family:WeblySleek_UI_Normal;
	font-size:15px;
	font-weight:bold;
	font-style:normal;
	height:36px;
	line-height:34px;
	width:80px;
	text-decoration:none;
	text-align:center;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

/* -------------------------------------------------------------------------------------*/


@font-face {
	font-family: 'WeblySleek_UI_Normal';
	src:url(font/WeblySleek_UI_Normal.eot?) format('eot'),
	url(font/WeblySleek_UI_Normal.woff) format('woff'),
	url(font/WeblySleek_UI_Normal.ttf) format('truetype'),
	url(font/WeblySleek_UI_Normal.svg#WeblySleekUINormal) format('svg');
	font-weight:normal;
	font-style:normal;
}
/* satisfy-regular - latin */
@font-face {
  font-family: 'Satisfy';
  font-style: normal;
  font-weight: 400;
  src: local('Satisfy Regular'), local('Satisfy-Regular'),
       url('font/satisfy-v9-latin-regular.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('font/satisfy-v9-latin-regular.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* roboto-regular - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: local('Roboto'), local('Roboto-Regular'),
       url('font/roboto-v19-latin-regular.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('font/roboto-v19-latin-regular.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

.Letra30{font-family: WeblySleek_UI_Normal, sans-serif;	font-size: 30px;}
.Letra28{font-family: WeblySleek_UI_Normal, sans-serif;	font-size: 28px;}
.Letra26{font-family: WeblySleek_UI_Normal, sans-serif;	font-size: 26px;}
.Letra24{font-family: WeblySleek_UI_Normal, sans-serif;	font-size: 24px;}
.Letra23{font-family: WeblySleek_UI_Normal, sans-serif;	font-size: 23px;}
.Letra22{font-family: WeblySleek_UI_Normal, sans-serif;	font-size: 22px;}
.Letra21{font-family: WeblySleek_UI_Normal, sans-serif;	font-size: 21px;}
.Letra20{font-family: WeblySleek_UI_Normal, sans-serif;	font-size: 20px;}
.Letra20A{font-family: Arial, Helvetica, sans-serif; font-size: 20px;}
.Letra19Ae{font-family: Arial, Helvetica, sans-serif; font-size: 19px; letter-spacing: -1px ;word-spacing: -1px;}
.Letra19{font-family: WeblySleek_UI_Normal, sans-serif;	font-size: 19px;}
.Letra18{font-family: WeblySleek_UI_Normal, sans-serif;	font-size: 18px;}
.Letra17{font-family: WeblySleek_UI_Normal, sans-serif;	font-size: 17px;}
.Letra16{font-family: WeblySleek_UI_Normal, sans-serif;	font-size: 16px;}
.Letra15{font-family: WeblySleek_UI_Normal, sans-serif; font-size: 15px;}
.Letra14{font-family: WeblySleek_UI_Normal, sans-serif; font-size: 14px;}
.Letra13{font-family: WeblySleek_UI_Normal, sans-serif; font-size: 13px;}
.Letra12{font-family: WeblySleek_UI_Normal, sans-serif; font-size: 12px;}
.Letra11{font-family: WeblySleek_UI_Normal, sans-serif; font-size: 11px;}
.Letra10{font-family: WeblySleek_UI_Normal, sans-serif; font-size: 10px;}
.Letra9{font-family: WeblySleek_UI_Normal, sans-serif; font-size: 9px;}
.Letra_stretch{
/*    display:inline-block; */
    -webkit-transform:scale(0.9,1); /* Safari and Chrome */
    -moz-transform:scale(0.9,1); /* Firefox */
    -ms-transform:scale(0.9,1); /* IE 9 */
    -o-transform:scale(0.9,1); /* Opera */
    transform:scale(0.9,1); /* W3C */
}
.Letra_stretch2{
    -webkit-transform:scale(1.5,1); /* Safari and Chrome */
    -moz-transform:scale(1.5,1); /* Firefox */
    -ms-transform:scale(1.5,1); /* IE 9 */
    -o-transform:scale(1.5,1); /* Opera */
    transform:scale(1.5,1); /* W3C */
}

.Letra28A{
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 28px;
   -webkit-animation: color-change 7s step-start infinite;
   -moz-animation: color-change 7s step-start infinite;
   -o-animation: color-change 7s step-start infinite;
   -ms-animation: color-change 7s step-start infinite;
   animation: color-change 7s step-start infinite;
}

@-webkit-keyframes color-change {
	  0% { color: red; }
	  5% { color: white; }
	  10% { color: red; }
	  15% { color: white; }
	  20% { color: red; }
	  25% { color: white; }
	  30% { color: red; }
	  35% { color: white; }
	  40% { color: red; }
	  45% { color: white; }
	  100% { color: red; }
}
@-moz-keyframes color-change {
	  0% { color: red; }
	  5% { color: white; }
	  10% { color: red; }
	  15% { color: white; }
	  20% { color: red; }
	  25% { color: white; }
	  30% { color: red; }
	  35% { color: white; }
	  40% { color: red; }
	  45% { color: white; }
	  100% { color: red; }
 }
 @-ms-keyframes color-change {
	  0% { color: red; }
	  5% { color: white; }
	  10% { color: red; }
	  15% { color: white; }
	  20% { color: red; }
	  25% { color: white; }
	  30% { color: red; }
	  35% { color: white; }
	  40% { color: red; }
	  45% { color: white; }
	  100% { color: red; }
 }
 @-o-keyframes color-change {
	  0% { color: red; }
	  5% { color: white; }
	  10% { color: red; }
	  15% { color: white; }
	  20% { color: red; }
	  25% { color: white; }
	  30% { color: red; }
	  35% { color: white; }
	  40% { color: red; }
	  45% { color: white; }
	  100% { color: red; }
 }
 @keyframes color-change {
	  0% { color: red; }
	  5% { color: white; }
	  10% { color: red; }
	  15% { color: white; }
	  20% { color: red; }
	  25% { color: white; }
	  30% { color: red; }
	  35% { color: white; }
	  40% { color: red; }
	  45% { color: white; }
	  100% { color: red; }
 }

.Entrelinha1_4{line-height: 1.4;}
.Entrelinha1_5{line-height: 1.5;}
.Entrelinha1_6{line-height: 1.6;}
.MargemDir05{padding-right:5px;}

.Negrito{font-weight: bold}

.CorAzul{color: #0000FF}
.CorAzulEsc{color: #003a75}
.CorPreta{color: #000000}
.CorBranca{color: #FFFFFF}
.CorLaranja{color: #ff7e00}
.CorLaranjaClaro{color: #ffcc00}
.CorCinzaEsc{color: #4f4f4f}
.CorCinza{color: #7a7a7a}
.CorVermelha {color: #FF0000}

/* -------------------------------------------------------------------------------------*/

.itemAjuda{font-family: WeblySleek_UI_Normal; font-size:18px; color:#003a75; font-weight: bold;}
.itemAjuda:hover{cursor: pointer; cursor: hand} 
.subItemAjuda{font-family: WeblySleek_UI_Normal; font-size: 16px; font-weight: bold;}
.subItemAjuda:hover{cursor: pointer; cursor: hand} 

.CaixaTextoFalse{border-style:solid; border-width:1; border-color:#CCCCCC; background-color:#f2f2f2; padding-left:5px; height:23px}

A.Linkview:link {text-decoration:none; color:#ffffff; font-family: WeblySleek_UI_Normal; font-size: 14px; font-weight: normal}
A.Linkview:visited {text-decoration:none; color:#ffffff;font-family: WeblySleek_UI_Normal; font-size: 14px; font-weight: normal}
A.Linkview:hover {text-decoration:underline; color:#ffffff;font-family: WeblySleek_UI_Normal; font-size: 14px; font-weight: normal}
A.Linkview:active {text-decoration:none; color:#ffffff; font-family: WeblySleek_UI_Normal; font-size: 14px; font-weight: normal}

A.CliqueAqui:link {text-decoration:none; color:#4f4f4f; font-family: WeblySleek_UI_Normal; font-size: 16px; font-weight: bold}
A.CliqueAqui:visited {text-decoration:none; color:#4f4f4f;font-family: WeblySleek_UI_Normal; font-size: 16px; font-weight: bold}
A.CliqueAqui:hover {text-decoration:underline; color:#000000;font-family: WeblySleek_UI_Normal; font-size: 16px; font-weight: bold}
A.CliqueAqui:active {text-decoration:none; color:#4f4f4f; font-family: WeblySleek_UI_Normal; font-size: 16px; font-weight: bold}

A.EMail:link {text-decoration:none; color:#e0ecaf; font-family: WeblySleek_UI_Normal; font-size: 16px; font-weight: normal}
A.EMail:visited {text-decoration:none; color:#e0ecaf;font-family: WeblySleek_UI_Normal; font-size: 16px; font-weight: normal}
A.EMail:hover {text-decoration:underline; color:#FFFFFF;font-family: WeblySleek_UI_Normal; font-size: 16px; font-weight: normal}
A.EMail:active {text-decoration:none; color:#e0ecaf; font-family: WeblySleek_UI_Normal; font-size: 16px; font-weight: normal}

A.Login:link {text-decoration:none; color:#ffffff; font-family: WeblySleek_UI_Normal; font-size:16px; font-weight: normal}
A.Login:visited {text-decoration:none; color:#ffffff;font-family: WeblySleek_UI_Normal; font-size:16px; font-weight: normal}
A.Login:hover {text-decoration:underline; color:#ffcc00;font-family: WeblySleek_UI_Normal; font-size:16px; font-weight: normal}
A.Login:active {text-decoration:none; color:#ffffff; font-family: WeblySleek_UI_Normal; font-size:16px; font-weight: normal}

A.Logado:link {text-decoration:none; color:#ffcc00; font-family: WeblySleek_UI_Normal; font-size:16px; font-weight: normal}
A.Logado:visited {text-decoration:none; color:#ffcc00;font-family: WeblySleek_UI_Normal; font-size:16px; font-weight: normal}
A.Logado:hover {text-decoration:underline; color:#ffcc00;font-family: WeblySleek_UI_Normal; font-size:16px; font-weight: normal}
A.Logado:active {text-decoration:none; color:#ffcc00; font-family: WeblySleek_UI_Normal; font-size:16px; font-weight: normal}

A.EsqueciPW:link {text-decoration:none; color:#0072c6; font-family: WeblySleek_UI_Normal; font-size:16px; font-weight: normal}
A.EsqueciPW:visited {text-decoration:none; color:#0072c6;font-family: WeblySleek_UI_Normal; font-size:16px; font-weight: normal}
A.EsqueciPW:hover {text-decoration:underline; color:#003a75;font-family: WeblySleek_UI_Normal; font-size:16px; font-weight: normal}
A.EsqueciPW:active {text-decoration:none; color:#0072c6; font-family: WeblySleek_UI_Normal; font-size:16px; font-weight: normal}

A.LinkRefreshbtnlances:link {text-decoration:none; color:#FF0000; font-family: WeblySleek_UI_Normal; font-size: 8pt; font-weight: bold}
A.LinkRefreshbtnlances:visited {text-decoration:none; color:#FF0000;font-family: WeblySleek_UI_Normal; font-size: 8pt; font-weight: bold}
A.LinkRefreshbtnlances:hover {text-decoration:underline; color:#FF0000;font-family: WeblySleek_UI_Normal; font-size: 8pt; font-weight: bold}
A.LinkRefreshbtnlances:active {text-decoration:none; color:#990000; font-family: WeblySleek_UI_Normal; font-size: 8pt; font-weight: bold}

A.LinkMSIS:link {text-decoration:none; color:#666666; font-family: Arial, Helvetica, sans-serif; font-size: 8pt; font-weight: bold}
A.LinkMSIS:visited {text-decoration:none; color:#666666;font-family: Arial, Helvetica, sans-serif; font-size: 8pt; font-weight: bold}
A.LinkMSIS:hover {text-decoration:none; color:#3f3100;font-family: Arial, Helvetica, sans-serif; font-size: 8pt; font-weight: bold}
A.LinkMSIS:active {text-decoration:none; color:#666666; font-family: Arial, Helvetica, sans-serif; font-size: 8pt; font-weight: bold}




.pulse {
  animation: pulse 0.4s infinite;
  margin: 0 auto;
  display: table;
  animation-direction: alternate;
  -webkit-animation-name: pulse;
  animation-name: pulse;
}

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.2);
  }
}

@keyframes pulse {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.2);
  }
}


.grato{
	animation-name: gratoAnime;
  	animation-duration: 2s;
  	animation-timing-function: ease-out;
   top:-1000px;
	opacity:0;
}
@-webkit-keyframes gratoAnime {
  0% {
  	 top:30px;
    opacity: 1;
  }
  60% {
  	 top:30px;
    opacity: 1;
  }
  99% {
  	 top:30px;
    opacity: 0;
  }
  100% {
    top:-1000px;
    opacity: 0;
  }
}

@keyframes gratoAnime {
  0% {
  	 top:30px;
    opacity: 1;
  }
  60% {
  	 top:30px;
    opacity: 1;
  }
  99% {
  	 top:30px;
    opacity: 0;
  }
  100% {
    top:-1000px;
    opacity: 0;
  }
}

.hoverSino{
	position:fixed; 
	bottom:30px; 
	right:50px; 
	width:1px; 
	height:40px; 
	border-radius:15px; 
	background-color:#000000; 
	animation-name: animaOutSino;
  	animation-duration: .3s;
  	animation-timing-function: ease-out;
	opacity:0;
}

@-webkit-keyframes animaOutSino {
  0% {
    width: 360px; 
    opacity: 1;
  }
  100% {
    width: 50px; 
    opacity: 0;
  }
}

@keyframes animaOutSino {
  0% {
    width: 360px; 
    opacity: 1;
  }
  100% {
    width: 50px; 
    opacity: 0;
  }
}



.hoverSino2{
	position:fixed; 
	bottom:30px; 
	right:50px; 
	width:80%; 
	height:40px; 
	border-radius:15px; 
	background-color:#000000; 
	cursor:hand; 
	cursor:pointer; 
	animation-name: animaHoverSino;
  	animation-duration: .3s;
  	animation-timing-function: ease-out;
	z-index:900;
}

/* Animation */
@-webkit-keyframes animaHoverSino {
  0% {
    width: 50px; 
    opacity: 0;
  }
  100% {
    width: 80%; 
    opacity: 1;
  }
}

@keyframes animaHoverSino {
  0% {
    width: 50px; 
    opacity: 0;
  }
  100% {
    width: 80%; 
    opacity: 1;
  }
}


/* config _Banner --------------------------------------------------------------------*/

.Banners{position:absolute; display:-webkit-flex; display:flex; width:100%; left:0px; height:280px; cursor: pointer;}
.BannerContainer{position:absolute; width:90%; top:0px; left:5%; height:240px;}

.Banner{position:absolute; width:100%; top:0px; left:0px; height:240px; /*border:1px solid #e1e1e1;*/
	animation-name: animaBanner;
  	animation-duration: .3s;
  	animation-timing-function: ease-out;
}


.Banner_grad{ display:none;
	position: absolute; width:100%; bottom:0px; right:0px; height:45px;
	background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.85) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.85) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.85) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#d9000000',GradientType=0 );/* IE6-9 */
}
.Banner_legenda{display:none; position:absolute; width:78%; bottom:8px; color:#FFFFFF; font-family:'Montserrat', sans-serif; font-size: 12px;/* border:1px solid #FF0000;*/}

.Banner_navegs{
	position: absolute;
	top:450px; 
	width:100%; 
	left:0px; 
	text-align:center;
}
.Banner2_naveg{
	position:absolute;
	display:block;
	top:0px;
	left:1px;
	width:9px;
	height:9px;
	border-radius:8px;
	border:4px solid #CCCCCC;
	background:#FFFFFF;
}
.Banner2_naveg:hover{border:4px solid #ff7e00; cursor:pointer;}
.Banner2_navegSel{
	position:absolute;
	display:block;
	top: 0px;
	left:1px;
	width:9px;
	height:9px;
	border-radius:8px;
	border: 4px solid #ff7e00;
	background:#ff7e00;
}
/* -------------------------------------------------------------------------------------*/

@-webkit-keyframes animaBanner {
  0% {
/*	 left: -976px; */
    opacity: 0;
  }
  100% {
	 left: 0px;
    opacity: 1;
  }
}

@keyframes animaBanner {
  0% {
/*	 left: -976px;*/
    opacity: 0;
  }
  100% {
	 left: 0px;
    opacity: 1;
  }
}

.FdoModal{
	width:100%;
	height:100%;
	background: url(imagens/imgFundoModal.png);
	position:fixed;
	top:0;
	left:0;
	z-index:990; 	
}
.JanelaModal{
	position: relative;
	top: 50px;
	width: 90%;
	left:5%;
	height: 278px;
	animation-name: animaModalBox;
  	animation-duration: .3s;
  	animation-timing-function: ease-out;
	background-color:#ffffff;
	border: 1px solid #b7b7b7;
	z-index:991;	
}
.BarraTitModal{
	position: absolute;
	top: 4px;
	left: 4px;
	width:calc(100%-8px); 
	width:-moz-calc(100%-8px); 
	width:-webkit-calc(100%-8px); 
	width:-o-calc(100%-8px);
	height: 38px;
	background-color:#6d849c;
	border: 1px solid #5b7691;
	z-index:992;	
}

.styleTXTAviso{
	position: absolute;
	top: 16px;
	left: 4px;
	width:calc(100%-8px); 
	width:-moz-calc(100%-8px); 
	width:-webkit-calc(100% - 8px); 
	width:-o-calc(100% - 8px);
	height: 140px;

}


.TitModal{
	position: absolute;
	left: 12px;
	color:#FFFFFF;  
	font-family:Arial;
	font-size:16px;
	font-weight:bold;
	font-style:normal;
	padding-top: 13px;
	text-decoration:none;
	z-index:993;	
}
.XModal{
	position: absolute;
	top: 11px;
	right: 10px;
	z-index:994;	
}
.HtmlModal{
	position: absolute;
	top: 49px;
	left: 5px;
	width:calc(100%-12px); 
	width:-moz-calc(100%-12px); 
	width:-webkit-calc(100% - 12px); 
	width:-o-calc(100% - 12px);
	height: 160px;
	overflow-y: auto;
	z-index:995;	
}
.BtnsModal{
	position: absolute;
	top: 235px;
	right: 5px;
	width:100%;
	height: 30px;
	z-index:996;	
}
.DivisaoModal{
	position: absolute;
	top: 220px;
	left: 4px;
	width:98%;
	height: 1px;
	background-color:#bfc9d4;
	z-index:997;	
}

/* Animation */
@-webkit-keyframes animaModalBox {
  0% {
    top: -350px; 
    opacity: 0;
  }
  100% {
    top: 50px; 
    opacity: 1;
  }
}

@keyframes animaModalBox {
  0% {
    top: -350px; 
    opacity: 0;
  }
  100% {
    top: 50px; 
    opacity: 1;
  }
}

.carregandoDIV {
	position:absolute;
 	top: 50%;
 	left: 50%;
	margin-left: -40px; /* metade da largura */
 	margin-top: -40px; /* metade da altura */
	z-index:999;
}


.FdoModalF{
	width:100%;
	height:100%;
	background: url(imagens/imgFundoModal.png);
	position:fixed;
	top:0;
	left:0;
	z-index:990; 	
}
.JanelaModalF{
	top: 30px;
	width: 976px;
	height: 580px;
	position: relative;
	animation-name: animaModalBoxF;
  	animation-duration: .3s;
  	animation-timing-function: ease-out;
	background-color:#ffffff;
	border: 1px solid #b7b7b7;
	z-index:991;	
}
.XModalF{
	position: absolute;
	top: 10px;
	right: 10px;
	z-index:998;	
}
.FotoModalF{
	position: absolute;
	z-index:995;	
}


.FotoSetaDC{
	position: absolute;
	top:0px;
	right:0px;
	width: 40%;
	height: 100%;
	z-index:997;
}

.FotoSetaD{
	position: absolute;
	top: calc(50%-25px); 
	top: -moz-calc(50%-25px); 
	top: -webkit-calc(50% - 25px); 
	top: -o-calc(50% - 25px);
	height:auto;
	right: 5px; 
	color:#CCCCCC;
	font-family:'Montserrat', sans-serif;
	font-size:50px;
	font-weight:bold;
	font-style:normal;
	z-index:996;
}


.FotoSetaEC{
	position: absolute;
	top:0px;
	left:0px;
	width: 40%;
	height: 100%;
	z-index:997;
}
.FotoSetaE{
	position:absolute;
	top: calc(50%-25px); 
	top: -moz-calc(50%-25px); 
	top: -webkit-calc(50% - 25px); 
	top: -o-calc(50% - 25px);
	height:auto;
	left: 5px; 
	color:#CCCCCC;
	font-family:'Montserrat', sans-serif;
	font-size:50px;
	font-weight:bold;
	font-style:normal;
	z-index:996;
}

/* Animation */
@-webkit-keyframes animaModalBoxF {
  0% {
    top: -350px; 
    opacity: 0;
  }
  100% {
    top: 30px; 
    opacity: 1;
  }
}

@keyframes animaModalBoxF {
  0% {
    top: -350px; 
    opacity: 0;
  }
  100% {
    top: 30px; 
    opacity: 1;
  }
}

.carregandoFoto {
	position:absolute;
 	top: 50%;
 	left: 50%;
	margin-left: -74px; /* metade da largura */
 	margin-top: -74px; /* metade da altura */
	z-index:999;
}


.btn_Filtros{
	position:relative; 
	float:left; 
	width:10%;
	height:45px;
	border:1px solid #ffffff;
	color:#ffffff;
}
.btn_Filtros2{
	position:relative; 
	width:350px;
	height:30px;
	border:1px solid #e8e9e9;
	border-radius:15px;
	color:#1b2428;
	background-color:#e8e9e9;
}
.btn_Filtros2:hover{cursor: pointer; cursor: hand; color:#ffffff; background-color:#283660; border:1px solid #10242d;}

.btn_Filtros2a{
	position:relative; 
	width:350px;
	height:30px;
	border:1px solid #283660;
	border-radius:15px;
	color:#ffffff;
	background-color:#283660;
	cursor: pointer; cursor: hand;
}


