/* CSS Document */
body {	
	font: 16px/26px 'SourceSansPro-Regular', Verdana, "sans-serif";
	color: #123255;
	background: #FFFFFF;
}
@font-face {
  font-family:'SourceSansPro-Regular';
  src: url( "typography/SourceSansPro-Regular.ttf") format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family:'Roboto-Medium';
  src: url("typography/Roboto-Medium.ttf") format('truetype');
  font-weight: normal;
  font-style: normal;
}
/*---------------------------------------------------------------------------*/
/*  Link Styles  */
/*---------------------------------------------------------------------------*/
a {color: #5457A4;}
a:hover {color: #213D87;}
/*---------------------------------------------------------------------------*/
/*  Heading Styles  */
/*---------------------------------------------------------------------------*/
h1, 
h2, 
h3, 
h4 {
	font-family:'Roboto-Medium', sans-serif;
}
h1 { font-size: 1.9em; }
h2 { font-size: 1.7em; }
h3 { font-size: 1.5em; }
h4 { font-size: 1.3em; }

h1 {
	color: #757584;
	position: relative;
	padding-bottom:20px;
	padding-top: 20px;
	padding-left: 0;
	margin-bottom:40px;
	margin-top: 3px;
}
h1 small {
	color: #B9B9C8;
}
h1:after {
	content: "";
	position: absolute;
	left: 0;
	bottom: -1px;
	width: 33%;
	height: 3px;
	background-color:#757584;
}
h2{
	color: #213D87; 
	position: relative;
	padding-bottom:5px;
	margin-bottom: 10px;
}
h2:after {
	content: "";
	position: absolute;
	left: 0;
	bottom: -1px;
	width: 15px;
	height: 3px;
	background-color:#BD3B96;
}
h3{
	color: #BD3B96; 
	padding-bottom:5px;
	margin-bottom: 10px;
}
.titulos{
	font-size: 1.2em;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #0000FB;
	box-shadow: 0 3px 3px rgba(0,0,0,0.3);
		-webkit-box-shadow: 0 3px 3px rgba(0,0,0,0.3);
		-moz-box-shadow: 0 3px 3px rgba(0,0,0,0.3);
	border: none;
	border-radius: 0;
	padding:5px 0 5px 10px;
	margin-bottom: 30px;
	margin-top: 0;
}
/*---------------------------------------------------------------------------*/
/*  RESPONSIVE IMAGES  */
/*---------------------------------------------------------------------------*/
img{display:block; max-width:100%; height:auto;}
/*---------------------------------------------------------------------------*/
/*  HEADER  */
/*---------------------------------------------------------------------------*/

/*---------------------------------------------------------------------------*/
/*  FIXA O HEADER NO TOPO DEPOIS QUE ROLA A PÁGINA  */
/*---------------------------------------------------------------------------*/
.affix {
	top: 0;
	width: 100%;
	z-index: 999 !important;
}
.affix + .container-fluid {
	width: 100%;
}
#container-inscricoes{
	background-color:#EDECEC;
}
/*---------------------------------------------------------------------------*/
/*  BARRA SUPERIOR DE INSCRIÇOES  */
/*---------------------------------------------------------------------------*/
#row-inscricoes{
	border-bottom: none;
	padding: 0;
	margin: 0;
	width: 100%;
}
#row-inscricoes img{
	margin-bottom: 5px;
	margin-top: 5px;
}
#botaoRolavel {
	display: none;
	position: fixed;
	top: 20px;
	right: 10px;
	z-index: 1000;
}
/*---------------------------------------------------------------------------*/
/*  MENU PRINCIPAL DO TEMPLATE DOS EVENTOS  */
/*---------------------------------------------------------------------------*/
#nav-eventos {
	padding-top: 5px;
	padding-bottom: 5px;
	margin-bottom: 0;
	z-index: 999;
}
#nav-eventos.navbar-inverse {
	background-color:#FFFFFF;
	box-shadow: 0 3px 3px rgba(0,0,0,0.3);
	-webkit-box-shadow: 0 3px 3px rgba(0,0,0,0.3);
	-moz-box-shadow: 0 3px 3px rgba(0,0,0,0.3);
	border-bottom: none;
	border-left: none;
	border-right: none;
	border-top: 2px solid #0000FB;
	border-radius: 0;
}
#nav-eventos .navbar-brand{
	color: #5A6FB7;
	background-color: #FFFFFF;
	border-radius: 5px;
	margin-left: 5px;
}
#nav-eventos img{
	margin-top: -10px;
}
#nav-eventos .btn{
	font-family:'Roboto-Medium', sans-serif;
}
#nav-eventos .btn-default{
	background-color: transparent;
	color: #0000FB;
	border: none;
	font-size: 1em;
}
#nav-eventos .btn-default:hover{
	background-color: #CAC8D6;
	color: #0000FB;
	border: none;
	font-size: 1em;
}
		#nav-eventos .navbar-toggle {
			border:1px solid  #0000FB;
			background: none;
		}
		#nav-eventos .navbar-toggle:hover {
			border:1px solid  #9386B2;
			background-color: none;
		}		
		#nav-eventos .navbar-toggle span {
			background-color:  #0000FB;
		}
		#nav-eventos .navbar-toggle:hover span {
			background-color: #9386B2;
		}
		#nav-eventos .navbar-collapse {
			border-color: transparent;
		}
/*---------------------------------------------------------------------------*/
/*  RODAPE */
/*---------------------------------------------------------------------------*/
#rodape-eventos{
	border-top: 1px solid #C0C0C0;
	margin-top: 2em;
	padding-top: 1em;
}
#rodape-eventos h3{
	margin-top:2.5em;
}
#rodape-eventos img{
	margin: 1em;
}
.azassocia{
	font-size: 0.8em;
	color:#00698C;
}
.azassocia a{
	color: #00698C;
	font-weight: 600;
	text-decoration: none;
}
.azassocia a:hover{
	color: #00384A;
	font-weight: 600;
	text-decoration: none;
}
.copy{
	font-size: 0.8em;
	color: #333333;
	font-style: italic;
}
/*---------------------------------------------------------------------------*/
/*  BOTAO VOLTA AO TOPO */
/*---------------------------------------------------------------------------*/
#voltarTopo {
  display: none;
  position: fixed;
  bottom: 40px;
  right: 20px;
  z-index: 99;
  border:1px solid #555555;
  outline: none;
  background-color: #FFFFFF;
  color: #555555;
  cursor: pointer;
  padding: 5px 10px;
  border-radius: 5px;
}

#voltarTopo:hover {
  background-color: #C0C0C0;
}
/*---------------------------------------------------------------------------*/
/*  PROGRAMAÇÃO - PÁGINA DOS LINKS DATAS PRINCIPAIS  */
/*---------------------------------------------------------------------------*/
#menu-programa li{
	box-shadow: 0 2px 4px rgba(0,0,0,0.3);
	 -webkit-box-shadow: 0 2px 4px rgba(0,0,0,0.3);
	 -moz-box-shadow: 0 2px 4px rgba(0,0,0,0.3);
	border-radius: 5px;
	padding: 1.3em 0.8em;
	margin: 1em 0;
	font-weight: bold;
	font-size: 1.2em;
	color: #FFFFFF;
	text-decoration: none;
}
#menu-programa li:hover{
	box-shadow: 0 -1px 4px rgba(0,0,0,0.3);
	 -webkit-box-shadow: 0 -1px 4px rgba(0,0,0,0.3);
	 -moz-box-shadow: 0 -1px 4px rgba(0,0,0,0.3);
	border-radius: 5px;
	padding: 1.3em 0.8em;
	margin: 1em 0;
	font-weight: bold;
	font-size: 1.2em;
	color: #FFFFFF;
	text-decoration: none;
}
#menu-programa li a{
	color: #FFFFFF;
	text-decoration: none;
}
#menu-programa li a:hover{
	color: #FFFFFF;
	text-decoration: none;
}
/*---------------------------------------------------------------------------*/
/*  PROGRAMAÇÃO - PÁGINA DOS CONTEÚDOS  */
/*---------------------------------------------------------------------------*/
ul.timeline {
    list-style-type: none;
    position: relative;
}
ul.timeline:before {
    content: ' ';
    background: rgba(238,98,193,0.3);
    display: inline-block;
    position: absolute;
    left: 29px;
    width: 2px;
    height: 100%;
    z-index: 400;
}
ul.timeline > li {
    margin: 20px 0 20px 5px;
    padding-left: 10px;
	padding-right: 10px;
}
ul.timeline > li:before {
    content: ' ';
    background: white;
    display: inline-block;
    position: absolute;
    border-radius: 50%;
    border: 3px solid #EE62C1;
    left: 20px;
    width: 20px;
    height: 20px;
    z-index: 400;
}
.box-da-li{
	border-radius: 5px;
	box-shadow: 0 2px 4px rgba(0,0,0,0.3);
	 -webkit-box-shadow: 0 2px 4px rgba(0,0,0,0.3);
	 -moz-box-shadow: 0 2px 4px rgba(0,0,0,0.3);
}
.aviso-subsecao{
	background-color: #FFFFFF;
	color: #666666;
	border: 1px solid #BBBBBB;
	border-radius:10px;
	padding: 0.5em 1em 0 1em;
	display: inline-block;
}
.horario{
	font-weight: bold;
	font-size: 0.9em;
	color: #EE62C1;
}
.subsecao{
	font-size: 1.1em;
	font-weight: bold;
	padding: 1em 0.5em;
	border-radius: 5px;
	box-shadow: 0 2px 4px rgba(0,0,0,0.3);
	 -webkit-box-shadow: 0 2px 4px rgba(0,0,0,0.3);
	 -moz-box-shadow: 0 2px 4px rgba(0,0,0,0.3);
}
/*---------------------------------------------------------------------------*/
/*  FORMULÁRIOS - PLACEHOLDER  */
/*---------------------------------------------------------------------------*/
#cpf::placeholder {
    color: red;
	font-weight: bold;
}
#nome::placeholder {
    color: red;
	font-weight: bold;
}
#nascimento::placeholder {
    color: red;
	font-weight: bold;
}
#fone::placeholder {
    color: red;
	font-weight: bold;
}
#cel::placeholder {
    color: red;
	font-weight: bold;
}
#cep::placeholder {
    color: red;
	font-weight: bold;
}
.alertacampo {
    color: red;
	font-weight: bold;
}
/*---------------------------------------------------------------------------*/
/*  RESPONSIVE MENU  */
/*---------------------------------------------------------------------------*/
@media (max-width: 990px) {
 .navbar-header {
      float: none;
  }
 .navbar-left,.navbar-right {
      float: none !important;
  }
 .navbar-toggle {
      display: block;
  }
 .navbar-collapse {
      border-top: 1px solid transparent;
      box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
  }
 .navbar-fixed-top {
      top: 0;
      border-width: 0 0 1px;
  }
 .navbar-collapse.collapse {
      display: none!important;
  }
 .navbar-nav {
      float: none!important;
      margin-top: 7.5px;
  }
 .navbar-nav>li {
      float: none;
  }
 .navbar-nav>li>a {
      padding-top: 10px;
      padding-bottom: 10px;
  }
  .collapse.in{
      display:block !important;
  }
}