/* CSS Document */
body {	
	font: 16px/26px 'BeVietnamPro-Regular', Verdana, "sans-serif";
	color: #222222;
	background: #FFFFFF;
}
@font-face {
  font-family:'BeVietnamPro-Regular';
  src: url("typography/BeVietnamPro-Regular.ttf") format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family:'MPLUSCodeLatin-Regular';
  src: url( "typography/MPLUSCodeLatin-Regular.ttf") format('truetype');
  font-weight: normal;
  font-style: normal;
}
/*---------------------------------------------------------------------------*/
/*  Link Styles  */
/*---------------------------------------------------------------------------*/
a { color: #0696AA; }
a:hover {color: #047180;}
/*---------------------------------------------------------------------------*/
/*  Heading Styles  */
/*---------------------------------------------------------------------------*/
h1, 
h2, 
h3, 
h4 {
	font-family:'MPLUSCodeLatin-Regular', sans-serif;
}
h1 { font-size: 1.8em; }
h2 { font-size: 1.5em; }
h3 { font-size: 1.2em; }
h4 { font-size: 1.1em; }

h1 {
	color: #666666;
	position: relative;
	padding-bottom:8px;
	margin-bottom: 20px;
}
h1:after {
	content: "";
	position: absolute;
	left: 0;
	bottom: -1px;
	width: 50px;
	height: 3px;
	background-color:#ED55B8;
}
h1 small {
	color: #ED55B8;
}
h2{
	color: #ED55B8; 
	position: relative;
	padding-bottom:5px;
	margin-bottom: 10px;
}
h2:after {
	content: "";
	position: absolute;
	left: 0;
	bottom: -1px;
	width: 15px;
	height: 3px;
	background-color:#EF6CC7;
}
h3{
	color: #0696AA; 
	position: relative;
	padding-bottom:5px;
	margin-bottom: 10px;
}
h3:after {
	content: "";
	position: absolute;
	left: 0;
	bottom: -1px;
	width: 15px;
	height: 3px;
	background-color:#0696AA;
}
/*---------------------------------------------------------------------------*/
/*  RESPONSIVE IMAGES  */
/*---------------------------------------------------------------------------*/
img{display:block; max-width:100%; height:auto;}
/*---------------------------------------------------------------------------*/
/*  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: #EEEEEE;
	color: #BBBBBB;
	border-radius:25px;
	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: 1119px) {
  .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;
  }
}