body{
	border-bottom: 10px solid #8d0000;
}   
h1{
	font-family: 'Philosopher', sans-serif;
	color: #054f77;
	text-align: left;
	text-decoration: none;
	font-size: 2.8em;
}
h2{
	font-family: 'Philosopher', sans-serif;
	color: #054f77;
	text-align: left;
	font-size: 2em;
	margin: 1em 0 0.5em 0;
}
h3{
	font-family: 'Philosopher', sans-serif;
	font-size: 1.6em;
	color: #054f77;
}
h4{
	font-family: 'Philosopher', sans-serif;
	font-size: 1.3em;
	color: #054f77;
}
a{
	color: #a60000;
	text-decoration: underline;
}
a:hover, a:focus, a:visited, a:active{
	color:#8d0000;
	text-decoration: none;
}
p{
	font-size: 1.1em;
    line-height: 1.5em;
}
.txt-vermelho{
	color:#054f77;
}
.txt-dourado{
	color:#b58644;
}
.txt-dourado:hover, .txt-dourado:focus, .txt-dourado:active, .txt-dourado:hover {
	color:#b58644;
	text-decoration: none;
}
.degrade-topo{
	width: 100%;
	background: url("../img/bgtopo1920.png") top center no-repeat;
    min-height: 280px;
    background-size: cover;
}
#popup2{
	z-index:99988;
	position:absolute;
	left: 50%;
	top: 10%;
	transform: translate(-50%, -10%);
}
#popup2 span{
	float:right;
	background:#F00;
	color:#fff;
	padding:5px;
	cursor:pointer;
	position: relative;
	left: 0px;
	bottom: 0px;
}
.img-pop{
	border: none;
	box-shadow: 0 0 10px #333;
	border: 5px solid #fff;
	width: 100%;
	max-width: 600px;
}
@media only screen and (max-width:767px) {
	.degrade-topo{
		background: url("../img/bg-topo-mob.png") top center no-repeat;
		min-height: 482px;
	}	
	.marca-topo {
	    padding: 2em 0 0 0;
	}
	.marca-topo img{
	    max-width: 90%;
	    margin: auto;
	}
	.img-pop{
		border: none;
		box-shadow: 0 0 10px #333;
		border: 5px solid #fff;
		width: 100%;
		min-width: 300px !important;
		max-width: 600px;
	}
}

@media only screen and (min-width: 400px) and (max-width: 767px) {
	.degrade-topo{
		background: url("../img/bg-topo-mob-cong-dir-land.png") top center no-repeat;
	}	
	.marca-topo {
	    padding: 2em 0 0 0 !important;
	}
	.marca-topo img{
	    max-width: 90%;
	    margin: auto;
	}
}

.config-topo{
	width: 100%;
	background: rgba(248,248,248,1);
	background: -moz-linear-gradient(left, rgba(248,248,248,1) 0%, rgba(255,255,255,1) 51%, rgba(248,248,248,1) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(248,248,248,1)), color-stop(51%, rgba(255,255,255,1)), color-stop(100%, rgba(248,248,248,1)));
	background: -webkit-linear-gradient(left, rgba(248,248,248,1) 0%, rgba(255,255,255,1) 51%, rgba(248,248,248,1) 100%);
	background: -o-linear-gradient(left, rgba(248,248,248,1) 0%, rgba(255,255,255,1) 51%, rgba(248,248,248,1) 100%);
	background: -ms-linear-gradient(left, rgba(248,248,248,1) 0%, rgba(255,255,255,1) 51%, rgba(248,248,248,1) 100%);
	background: linear-gradient(to right, rgba(248,248,248,1) 0%, rgba(255,255,255,1) 51%, rgba(248,248,248,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8f8f8', endColorstr='#f8f8f8', GradientType=1 );
}
.bg-img-topo-top{
	background: url("../img/losango-bg-topo-top.png") top left no-repeat;
	background-size: 80%;
    padding-top: 2em;
}

.bg-img-topo-btm{
	background: url("../img/losango-bg-topo-btm.png") bottom right no-repeat;
	background-size: 80%;
    padding-bottom: 2em;
}

.topo{
	max-width: 1170px;
	margin: 0 auto;
}
.link-limpo, .link-limpo:hover, .link-limpo:focus, .link-limpo:active{
	text-decoration: none;
}
.linha{
	border: 1px solid red;
}
.data-topo{
	font-family: 'Philosopher', sans-serif;
	color: #b58644;
	display: block;
	font-size: 1.4em;
	margin: 1em 0;
}
.tema-topo{
	background: url("../img/linha-tema-topo.png") top left no-repeat;
	font-family: 'Philosopher', sans-serif;
	color: #5a5a5a;
	display: block;
	font-size: 1.8em;
	margin: 1em 0;
	padding-top: 0.5em;
}
.logo-topo{
	float: left;
	display: block;
	margin-top: 1em;
}
.marca-topo{
	padding: 4em 0 1em 0;
}
.barra-menu{
	background: #054f77;
	width: 100%;
	}

.menu-principal{
	max-width: 1170px;
	margin: 0 auto;
	list-style: none;
	padding: 0;
	}


.menu-principal li:first-child{
	margin-left: 0;
	padding-left: 0;
	background: none;
}

.menu-principal li a{
	color: #fff;
	text-decoration: none;
	line-height: 1.2em;
    height: 3.8em;
    display: block;
    text-align: center;
}
.conteudo-principal{
	padding-top: 1em;
}
.pres-e-hom{
	width: 100%;
	min-height: 142px;
}
.pres-e-hom div{
   display: table-cell;
    vertical-align: middle;
    padding-top: 12%;
}
.pres-e-hom img{
	float: left;
	max-width: 120px;
	max-height: 120px;
}
.pres-e-hom p{
	font-size: 1.5em;
    font-family: 'Philosopher', sans-serif;
    padding-left: 2em;
    line-height: 1em;
}
.bt-inscricao{
	background: rgba(5,79,119,1);
	background: -moz-linear-gradient(top, rgba(5,79,119,1) 0%, rgba(5,79,119,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(5,79,119,1)), color-stop(100%, rgba(5,79,119,1)));
	background: -webkit-linear-gradient(top, rgba(5,79,119,1) 0%, rgba(5,79,119,1) 100%);
	background: -o-linear-gradient(top, rgba(5,79,119,1) 0%, rgba(5,79,119,1) 100%);
	background: -ms-linear-gradient(top, rgba(5,79,119,1) 0%, rgba(5,79,119,1) 100%);
	background: linear-gradient(to bottom, rgba(5,79,119,1) 0%, rgba(5,79,119,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#01294C', endColorstr='#01294C', GradientType=0 );
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	padding: 0.8em;
	color: #FFF;
	font-size: 1.5em;
    font-family: 'Philosopher', sans-serif;
    margin: 1em 0;
    display: block;
    max-width: 380px;
    text-decoration: none;
}

.bt-edital{
	background: rgba(5,79,119,1);
	background: -moz-linear-gradient(top, rgba(5,79,119,1) 0%, rgba(5,79,119,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(5,79,119,1)), color-stop(100%, rgba(5,79,119,1)));
	background: -webkit-linear-gradient(top, rgba(5,79,119,1) 0%, rgba(5,79,119,1) 100%);
	background: -o-linear-gradient(top, rgba(5,79,119,1) 0%, rgba(5,79,119,1) 100%);
	background: -ms-linear-gradient(top, rgba(5,79,119,1) 0%, rgba(5,79,119,1) 100%);
	background: linear-gradient(to bottom, rgba(5,79,119,1) 0%, rgba(5,79,119,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#01294C', endColorstr='#01294C', GradientType=0 );
	padding: 0.8em;
	color: #FFF;
	font-size: 1.2em;
    font-family: 'Philosopher', sans-serif;
    margin: 1em 0;
    display: block;
    max-width: 340px;
    text-decoration: none;
}
.bt-edital:hover, .bt-edital:active, .bt-edital:focus, .bt-edital:visited{
	text-decoration: none;
	color: #FFF;
}

.bt-inscricao:hover, .bt-inscricao:active, .bt-inscricao:focus, .bt-inscricao:visited{
	text-decoration: none;
	color: #FFF;
}
.icone-insc{
	margin-right: 0.8em;
}
.logos-apoio{
	list-style: none;
    width: 100%;
    padding: 0;
}
.logos-apoio li{
	display: inline-block;
	margin-right: 2em;
}

.logos-apoio li:last-child{
	margin-right: 0;
}

.inscricoes, .apoioinstitucional{
	border-bottom: 1px solid #b58644;
	padding-bottom: 1em;
}

.localdoevento{
	padding-bottom: 1em;
	margin-bottom: 1.5em;
}

.txt-maior{
	font-size: 1.3em;
}
.full-img{
	width: 100%;
	margin-top: 1em;
}
.rodape{
	border-top: 2px solid #b58644;
	padding: 1.5em 0;
	margin-top: 2em;
}
.divisao-rodape span{
    font-family: 'Philosopher', sans-serif;
    color: #666;
    top: 40%;
    position: absolute;
}
.divisao-rodape img{
    float: right;
}
.divisao-listrada{
	max-width: 100%;
    display: block;
    margin: 2em 0 2em -1em;
}
.linha-separacao-texto{
	border: 1px solid #b58644;
	margin: 2.5em 0;
}

.img-curriculo{
	float: left;
	padding:0 2em 2em 0;
}
.lista-direcao{
	list-style: none;
	width: 100%;
    padding: 0;
}
.lista-direcao li{
	display: inline-block;
	margin-right: 3em;
}

.destaque-txt-vermelho{
	background: rgba(5,79,119,1);
	background: -moz-linear-gradient(top, rgba(5,79,119,1) 0%, rgba(5,79,119,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(5,79,119,1)), color-stop(100%, rgba(5,79,119,1)));
	background: -webkit-linear-gradient(top, rgba(5,79,119,1) 0%, rgba(5,79,119,1) 100%);
	background: -o-linear-gradient(top, rgba(5,79,119,1) 0%, rgba(5,79,119,1) 100%);
	background: -ms-linear-gradient(top, rgba(5,79,119,1) 0%, rgba(5,79,119,1) 100%);
	background: linear-gradient(to bottom, rgba(5,79,119,1) 0%, rgba(5,79,119,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#01294C', endColorstr='#01294C', GradientType=0 );
	padding: 0.8em;
	color: #FFF;
	font-size: 1.2em;
    font-family: 'Philosopher', sans-serif;
    margin: 1em 0;
    display: block;
    max-width: 320px;
    text-decoration: none;
}
.destaque-txt-vermelho:hover, .destaque-txt-vermelho:active, .destaque-txt-vermelho:focus, .destaque-txt-vermelho:visited{
	text-decoration: none;
	color: #FFF;
}

.destaque-txt-vermelho-concurso{
	background: rgba(5,79,119,1);
	background: -moz-linear-gradient(top, rgba(5,79,119,1) 0%, rgba(5,79,119,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(5,79,119,1)), color-stop(100%, rgba(5,79,119,1)));
	background: -webkit-linear-gradient(top, rgba(5,79,119,1) 0%, rgba(5,79,119,1) 100%);
	background: -o-linear-gradient(top, rgba(5,79,119,1) 0%, rgba(5,79,119,1) 100%);
	background: -ms-linear-gradient(top, rgba(5,79,119,1) 0%, rgba(5,79,119,1) 100%);
	background: linear-gradient(to bottom, rgba(5,79,119,1) 0%, rgba(5,79,119,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#01294C', endColorstr='#01294C', GradientType=0 );
	padding: 0.8em;
	color: #FFF;
	font-size: 1.3em;
    margin: 1em 0;
    display: block;
    text-decoration: none;
}

.destaque-red{
	background: rgba(5,79,119,1);
	background: -moz-linear-gradient(top, rgba(5,79,119,1) 0%, rgba(5,79,119,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(5,79,119,1)), color-stop(100%, rgba(5,79,119,1)));
	background: -webkit-linear-gradient(top, rgba(5,79,119,1) 0%, rgba(5,79,119,1) 100%);
	background: -o-linear-gradient(top, rgba(5,79,119,1) 0%, rgba(5,79,119,1) 100%);
	background: -ms-linear-gradient(top, rgba(5,79,119,1) 0%, rgba(5,79,119,1) 100%);
	background: linear-gradient(to bottom, rgba(5,79,119,1) 0%, rgba(5,79,119,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#01294C', endColorstr='#01294C', GradientType=0 );
	padding: 0.8em;
	color: #FFF;
	font-size: 1.3em;
    margin: 0 0 1em 0;
    text-decoration: none;
    display: inline-block;
}

.bt-ficha-inscricao{
	background: rgba(5,79,119,1);
	background: -moz-linear-gradient(top, rgba(5,79,119,1) 0%, rgba(5,79,119,1) 63%, rgba(5,79,119,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(5,79,119,1)), color-stop(63%, rgba(5,79,119,1)), color-stop(100%, rgba(5,79,119,1)));
	background: -webkit-linear-gradient(top, rgba(5,79,119,1) 0%, rgba(5,79,119,1) 63%, rgba(5,79,119,1) 100%);
	background: -o-linear-gradient(top, rgba(5,79,119,1) 0%, rgba(5,79,119,1) 63%, rgba(5,79,119,1) 100%);
	background: -ms-linear-gradient(top, rgba(5,79,119,1) 0%, rgba(5,79,119,1) 63%, rgba(5,79,119,1) 100%);
	background: linear-gradient(to bottom, rgba(5,79,119,1) 0%, rgba(5,79,119,1) 63%, rgba(5,79,119,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3e2c7', endColorstr='#b68d4c', GradientType=0 );
	    padding: 1em;
    font-weight: bold;
    margin: 1em 0 0 0;
    font-size: 1.2em;
    display: inline-block;
}

.aviso-obs{
	background: rgba(243,226,199,1);
	background: -moz-linear-gradient(top, rgba(243,226,199,1) 0%, rgba(193,158,103,1) 63%, rgba(182,141,76,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(243,226,199,1)), color-stop(63%, rgba(193,158,103,1)), color-stop(100%, rgba(182,141,76,1)));
	background: -webkit-linear-gradient(top, rgba(243,226,199,1) 0%, rgba(193,158,103,1) 63%, rgba(182,141,76,1) 100%);
	background: -o-linear-gradient(top, rgba(243,226,199,1) 0%, rgba(193,158,103,1) 63%, rgba(182,141,76,1) 100%);
	background: -ms-linear-gradient(top, rgba(243,226,199,1) 0%, rgba(193,158,103,1) 63%, rgba(182,141,76,1) 100%);
	background: linear-gradient(to bottom, rgba(243,226,199,1) 0%, rgba(193,158,103,1) 63%, rgba(182,141,76,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3e2c7', endColorstr='#b68d4c', GradientType=0 );
	    padding: 1em;
    font-weight: bold;
    margin: 1em 0 0 0;
    font-size: 1.2em;
    display: inline-block;
    color:#a60000;
}

.div-pgto{
	display: block;
	clear: both;
}
.apoiadores{
	width: 100%;
	list-style:none;
	padding: 0
}

.apoiadores li{
	display: inline-block;
	padding: 0;
	margin: 0 1.5em 2em 0;
}

.apoiadores li:last-child{
	margin-right:0;
}

/*
************************************
************************************
************************************
		ESTILO CONG. CIT.
************************************
************************************
************************************
*/

.fonte-maior{
	font-size: 1.1em;
}
.direita{
	float: right;
}
.esquerda{
	float: left;
}
.txt-recuado{
	margin: 2em 0 0 2em;
}
.txtazul{
	color:#005baa;
}

.logo img{
	width: 90%;
	margin-top: 2em;
}

.creditos{
	clear: both;
    float: left;
    margin: 1em 0 1.5em 0;
  /*width: 60%*/
}

.logo-organizacao img{
		width: 80%;
	}

.pontos-turisticos{
	padding: 2em 0;
}


.mensagem-diagnostico{
	float: left;
}

.box-pacotes{
	padding-right: 2em;
	padding-left: 0;
	margin-bottom: 3em;
}

.box-pacotes img{
	width: 100%;
}


.pontos-turisticos{
	border-top: 1px solid #b58644;
	padding-top: 1em;
}

.localdoevento, .acompanheoevento, .txt-pontos p{
	line-height: 1.8em; 
}

.apresentacao, .inscricoes, .localdoevento, .acompanheoevento, .txt-pontos p{
	font-size: 0.9em;
	text-align: justify;
}

.img-esquerda{
	float: left;
	margin:0 1em 1em 0;
}

.icone{
	float: left;
	margin-right:0.2em;
}

.msg-enviada p{
	font-size: 1.2em;
	color: #339900;
}

.logo-organizacao{
	float: left;
	margin-right: 0.8em;
}

.logo-sbcc{
	width: 231px;
	margin: 0 auto;
}

.estilo-bt-menu{
	color: #FFF;
	float: right;
}
.envelope-menu{
	width: 2em;
    display: block;
    float: left;
    padding-top: 0.2em;
}
.img-marcozero{
	width: 100%;
    max-width: 555px;
}
.icon-bar{
	background: #FFF;
}
.bt-menu-mobile{
	/*background: #000*/
}
.menu-principal>li>a:hover{
		background: none;
		}
.navbar{
	margin:0;
}

.logo-rodape{
	margin: 0.5em 1em 2em 0;
	vertical-align: top;
	}
.logo-rodape img{
	width: 70%;
	}
.alerta{
	color: red;
}
.tabs-programacao{
	margin-top: 2em;
}
#bt-imprimir{
	margin: 1em 0;
    background: #005baa;
    color: #fff;
    border: none;
    padding: 0.5em;
}

@media (min-width: 768px) {
 .bt-menu-mobile{
	display: none;
	}
.navbar-nav{
	float: none;
	}
}

@media (min-width: 992px) and (max-width: 1159px) {
	.menu-principal > li{
		background: none;
		font-size: 1em;
		padding: 0;
		margin-right: 0.8em;
	}
	
	.logo-organizacao{
		margin: 0;
		width: 50%;
		}
	.logo-organizacao img{
		width: 55%;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.menu-principal > li{
		background: none;
		font-size: 0.76em;
		padding: 0;
	}

	.logo{
		margin-bottom: 3em;	
	}

	.logo img{
		width: 55%;
	}
	.creditos{
		display: none;
	}
}

@media (max-width: 767px) {
	h1{
		font-size:2em;
	}
	.divisao-rodape span{
    position: relative;
	}
	.tema-topo{
		font-size: 1.4em;
	}
	.menu-principal > li{
		background: none;
		width: 100%
		}
		.menu-principal>li:first-child{
		padding: 0;
		}
		.menu-principal>li{
		padding: 0;
		}
		.menu-principal>li>a:hover{
		background: #01294C;
		}
		.topo{
			background: none;
		}
		.topo .logo{
			width: 100%	;
		}
		.creditos{
			display: block;
			width: 100%
		}
		.creditos img{
			float:left;
		}
		.ico-face{
			float: right;
			margin: 0.5em;
		}
		.logos-apoio li{
			margin: 2em;
		}
}

@media (max-width: 545px) {
	.creditos{
			display: block;
			width: 100%
		}
		.creditos img{
			float:left;
		}
		.logo-organizacao {
		    float: left;
		    margin-right: 0.8em;
		    width: 45%;
		}
}
/*CSS para impressão*/
@media print {
	body{
		border: none;
	}
	h2{
		font-size: 18px;
	}
	#bt-imprimir{
		display: none;
	}
	a[href]:after {
    content: none !important;
  }
}