@CHARSET "ISO-8859-1";
@font-face {
    font-family: 'MyriadPro_r';
    src: url('fonte/MyriadPro-Regular.otf');
}
*{
	font-family: MyriadPro_r;
}
.clr{clear: both;}
body{
	margin:60px 0 0 0;
	background-image: linear-gradient(to left, #ececec,#fff, #fff, #fff, #ececec);
	background-attachment: fixed;
}
.largura{
	width:96%;
	text-align: left;
}
.msg_erro{
	margin: 10px 0;
	border: solid 1px #fabd84;
	-moz-border-radius:5px;-webkit-border-radius:5px;border-radius:5px;
	color: #ce2700;
	background: #fbd3b1;
	padding: 5px;
	font: normal 12px arial;
}
.msg_sucesso{
	margin: 5px 0;
	border: solid 1px #ccebac;
	-moz-border-radius:5px;-webkit-border-radius:5px;border-radius:5px;
	color: #6da827;
	background: #e0f2cb;
	padding: 5px;
	font: normal 12px arial;
}
.msg_alert{
	margin: 5px 0;
	border: solid 1px #f2e4b7;
	-moz-border-radius:5px;-webkit-border-radius:5px;border-radius:5px;
	color: #e79300;
	background: #fff3ce;
	padding: 5px;
	font: normal 12px arial;
}
.info .info_item{
	padding: 5px 0;
	border-bottom: solid 1px #ececec;
	-moz-border-radius:5px;-webkit-border-radius:5px;border-radius:5px;
}
#popup{
	position: fixed;
	z-index:10000;
	top:2%;
	right:2%;
	width:25%;
	box-shadow: 0 0 10px #fff, 0 0 10px #fff, 0 0 20px #fff,0 0 10px #fff, 0 0 10px #fff, 0 0 20px #fff;
	-webkit-box-shadow: 0 0 10px #fff, 0 0 10px #fff, 0 0 20px #fff,0 0 10px #fff, 0 0 10px #fff, 0 0 20px #fff;
	padding:20px;
	text-align: left;
}
header{background: #968124;text-align: center;}
.titulo{
	background: #a2903d;
	border-top:solid 1px #6f5e11;
	border-bottom:solid 1px #6f5e11;
	text-align: center;
	color:#fff;
	padding:10px;
	font-weight: bold;
}
footer{
	position:fixed;
	z-index:10000;
	bottom:0px;
	background:#f4f4f4;
	text-align: center;
	border-top:solid 1px #c3c3c3;
	width:100%;
}
footer table{
	width:100%;
	color:#666;
}
legend{
	background:#000;
	padding:10px;
	color:#fff;
	width:300px;
	text-align: center;
	margin-top:20px;
	border-bottom: solid 2px #1377b2;
	border-radius: 10px;
}
input[type="text"], input[type="email"], input[type="phone"], input[type="number"], input[type="password"], select, textarea, #visualizar_cpf{
	background-image: linear-gradient(to bottom, #f0f0f0,#fff, #fff, #fff, #f0f0f0);
	padding:5px 7px;
	width:300px;
	border:solid 1px #c3c3c3;
	border-radius: 5px;
}
a{text-decoration: none;}
input[type="submit"], input[type="button"], button, .btn{
	background-image: linear-gradient(to bottom, #3c3c3c,#000000);
	color:#c0daf5;
	border:double 3px #fff;
	font-size:14px;
	padding:6px 10px;
	color:#fff;
	margin-bottom:10px;
	cursor:pointer;
	border-radius: 5px;
}
input[type="submit"]:hover, input[type="button"]:hover{
	background-image: linear-gradient(to bottom, #5f5f5f,#434343);
	color:#fff608;
}
td input[type="text"],td input[type="email"],td input[type="phone"],td input[type="number"],td input[type="password"],td select,td textarea{
	width:100%;
}
#btn_green{
	background-image: linear-gradient(to bottom, #87de16,#579605);
}
#btn_green:hover{
	background-image: linear-gradient(to bottom, #b0f41e,#77c207);
	color:#fff608;
}
fieldset{
	background-image: linear-gradient(to bottom, #f8f8f8,#fff);
	border-radius: 10px;
}
.div_esquerda{
	padding-top:10px;
	width:650px;
	float:left;
}
.div_direita{
	float:right;
	width:300px;
	text-align: center;
}
.div_direita input[type="button"]{width:90%;}
.form_grupo{padding: 10px 0;}
.linet-top{border-top:double 3px #c3c3c3;}
.form_item{
	float:left;
	width:304px;
	padding:0 10px;
}
.form_texto{
	font-size:12px;
	font-weight: bold;
	margin-top:5px;
}
span{
	font-weight: bold;
	color:#666;
}
.form_texto span{color:red;}
.table{
	font-size:12px;
	width: 100%;
}
.table td,.table th{
	box-shadow: 1px 1px 3px #a6a6a6;
	-webkit-box-shadow: 1px 1px 3px #a6a6a6;
	padding:3px;
}
.table th{border-bottom: solid 2px #1377b2;}
.tabela_cabecalho td, .tabela_cabecalho th{padding:7px;}
.tabela_cabecalho{
	background:#000;
	font:bold 12px verdana;
	text-align: center;
	color: #fff;
}
.tabela_none{
	width:100%;
}
.tabela_none td{
	width:20%;
	box-shadow: none;
	text-align: center;
	-webkit-box-shadow: none;
}


.cor1{
	background-color: #fff;
	font-size:12px;
}
.cor2{
	background-color: #e6e6e6;
	font-size:12px;
}
.cor3{
	background-color: #ffca92;
	font-size:12px;
}
.cor4{
	background-color: #fffed4;
	font-size:12px;
}

.cor1:hover, .cor2:hover, .cor3:hover, .cor4:hover{
	background: #1d89c9;
}
.titulo_index{position:absolute;left:50%;top:15%;margin-top:-30px;margin-left:-365px;width:730px;font-size:50px;}
.conteudo_index{position:absolute;left:50%;top:50%;margin-top:-150px;}
.menu A:link, .menu A:visited{padding:7px 10px 10px 10px;text-decoration: none; border-left: solid 1px #313131;border-right: solid 1px #1377b2; background: #2f3234; border-radius: 10px 10px 0 0; font-weight:bold; color: #fff;}
.menu A:active, .menu A:hover{border-left: solid 1px #53ace0;border-right: solid 1px #1377b2; background: #1d89c9; font-weight:bold; color: #fff;}
.menu{
	position:fixed;
	top:0;
	width:100%;
	padding: 20px 0 10px 0;
	background-color: #1e2021;
	color: #fff;
	font: normal 13px verdana;
	border-top: solid 1px #1e2021;
	text-align: right;
}
.menu table{font-size: 16px;color: #fff;}

.box_direita65{
	float:right;
	width:65%;
}
.left{float:left;}
.right{float:right;}

.box18{width:18%;}
.box24{width:24%;}
.box28{width:27%;}
.box38{width:28%;}
.box48{width:48%;}
.box58{width:58%;}
.box68{width:68%;}

.submenu{float:left;width:25%;height:80%;position: fixed;overflow: auto;border-radius: 10px;}
.submenu div:link, .submenu div:visited  {color: #000;}
.submenu div:active, .submenu div:hover  {color: #f4f4f4; background: #1d89c9; border-color: #1d89c9; border-left: solid 3px #000;}
.submenu a:link, .submenu a:visited  {text-decoration: none;}
.submenu div{
	padding: 5px;
	background-image: linear-gradient(to bottom, #fafafa, #f3f1f1);
	color: #000;
	font: normal 13px verdana;
	border: solid 1px #c3c3c3;
	border-right: solid 2px #c3c3c3;
	border-left: solid 3px #c3c3c3;
	text-align: left;
}
.menu_desktop{
	float:right;
}
.monu_mobile{
	float:right;
	display:none;
}
#menu_mobile{
	position:fixed;
	z-index:99999;
	top:0;
	width:100%;
	height:100%;
	background:url('../img/bg_menu_mobile.png');
	background-size:100% 100%;
	left:-100%;
	
	transition:all 700ms;
    -moz-transition:all 700ms;
    -o-transition:all 700ms;
    -webkit-transition:all 700ms;
}
#menu_mobile_conteudo{
	height:100%;
	width:80%;
	background-color: #1e2021;
	border-right:solid 2px #666;
	overflow:auto;
}
.menu_mobile_item a{text-decoration:none;text-align:left;padding:0;margin:0;border-radius: 0 0 0 0;}
.menu_mobile_item li{
	width:96%;
	border-bottom:solid 1px #2f3234;
	color:#fff;
	padding:2%;
	font-weight: bold;
	list-style-type:none;
}
.menu_mobile_item li:active, .menu_mobile_item li:hover {background:#1d89c9;border:none;border-radius: 0 0 0 0;}

.dia{
	background:#000;
	color:#fff;
	padding:10px;
	text-align: center;
	margin-top:7px;
}
.listPalestra{
	background-image: linear-gradient(to bottom, #fefefe, #f0f0f0);
    text-align:left;
    border-top:solid 1px #f0f0f0;
    padding: 10px;
    color:000;
}
.listPalestra span{font-size:14px;color:#666;}

.listPalestra:HOVER{
    background-image: linear-gradient(to bottom, #fefefe, #cdd8f0);
}
#brilho{
	position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(
        120deg,
        rgba(255, 255, 255, 0) 0%,
        rgba(255, 255, 255, 0.3) 50%,
        rgba(255, 255, 255, 0) 100%
    );
    transform: skewX(-20deg);
    pointer-events: none;
    animation: reflexo_animar 1.5s ease-in-out forwards;
    animation-play-state: paused;
    z-index: 10;
}
@keyframes reflexo_animar {
    from {
        left: -120%;
    }
    to {
        left: 120%;
    }
}

#bolinha_reimpressao{
	display:none;
	position:absolute;
	z-index:9991;
	background:#09ff00;
	width:4px;
	height:4px;
	top:20px;
	left:20px;
	border-radius: 5px;
}

#tela_bloqueio > div {
    background: white;
    border-radius: 10px;
    padding: 30px;
    max-width: 400px;
    margin: 15% auto;
    text-align: center;
    color: #000;
}

#tela_bloqueio {
    position: fixed;
    top: 0; left: 0;
    width: 100%; height: 100%;
    background: rgba(0, 0, 0, 0.7);
    z-index: 9999;
    display: none;
}

/* Caixa da mensagem com animações */
.mensagem {
    background: white;
    color: #000;
    padding: 30px;
    max-width: 400px;
    margin: 15% auto;
    border-radius: 10px;
    text-align: center;
    opacity: 0;
    transform: translateY(-20px);
    transition: opacity 0.4s ease, transform 0.4s ease;
    display: none;
}

.mensagem.ativa {
    display: block;
    opacity: 1;
    transform: translateY(0);
}

#msg_alerta{
	background: rgb(255, 168, 168) !important;
	color:rgb(169, 3, 3) !important;
}

@media screen and (max-width: 1324px) {
	.submenu{float:none;width:100%;height:auto;position: static;margin-top:30px;}
	.box_direita65{float:none;width:100%;margin-bottom:10px;}
}
@media screen and (max-width: 1200px) {
	.menu_desktop{
		float:right;
		display:none;
	}
	.monu_mobile{
		float:right;
		display:block;
	}
	.menu A:link, .menu A:visited{
		borderborder-radius: 0;
	}
	.menu A:link, .menu A:visited{
		padding:7px 0;
		border-left: 0;
		border-right: 0;
		borderborder-radius: 0;
	}
}

@media screen and (max-width: 1294px) {
	.box38{width:28%;}
	.box68{width:65%;}
}


@media screen and (max-width: 1112px) {
	.box38{width:27%;}
	.box68{width:62%;}
}
@media screen and (max-width: 1025px) {
	.box38{width:24%;}
	.box68, .box58{width:60%;}
}
@media screen and (max-width: 974px) {
	.box38{width:21%;}
	.box68{width:57%;}
	.box18, .box58 {width: 93%;}
}

@media screen and (max-width: 910px) {
	.box68, .box28, .box18, .box58 {width: 93%;}
}