body {
	font-size: 16px;
}
h1, h2, h3, h4. h5, h6 {
	font-family: 'Raleway', sans-serif;
	font-weight: 800;
}
h5 {
    font-size: 1em;
    color: #0E90B1;
}
p {
	font-family: 'Raleway', sans-serif;
	font-size:1em;
	font-weight: 500;
	line-height: 1.5;
}
ul, table{
	font-family: 'Raleway', sans-serif;
	font-size:1em;
	line-height: 1.5;
}
ul{
	list-style: none;
}
.programa ul {
	padding-left: 0;
}
.programa span.palestrante {
    font-size: 1em;
    margin-bottom: 25px;
}
img{
    vertical-align: middle;
}
.section-heading h1 {
	font-size: 2.625em;
	font-weight: 800;
	color:#0E90B1;
	margin: 30px 0;
}
.programa h2 {
	font-size: 1.5em;
	margin-bottom: 50px;
}
.programa li h3 {
	font-size: 1.25em;
	margin-top: 0;
}
.programa li h4 {
	font-size: 1.125em;
	margin-top: 0;
}
.programa span {
	color: #0E90B1;
	font-size: 1em;
	padding-top: 50px;
}
.programa li {
	margin-bottom: 50px;
}
.img-local{
	margin-top: -40px;
    margin-left:20px;
    margin-bottom:20px;
    float:right;
}
.navbar-fixed-top {
	background: #fff;
	padding: 1em 0;
}
.navbar-nav {
	float: left;
	margin-top: 1.2em;
}
.navbar-nav>li {
	font-weight: 600;
}
.nav>li>a:focus, .nav>li>a:hover {
	text-decoration: none;
	color: #0E90B1;
	background-color: #F0F0F0;
}
.navbar-nav>li>a {
	font-family: 'Montserrat', sans-serif;
	color:#000;
	text-transform: uppercase;
}
.navbar-toggle {
	position: relative;
	float: right;
	padding: 9px 10px;
	margin-top: 20px;
	margin-right: 15px;
	margin-bottom: 8px;
	background-color: transparent;
	background-image: none;
	border: 1px solid transparent;
	border-radius: 4px;
}
.navbar-toggle .icon-bar {
	display: block;
	width: 22px;
	height: 2px;
	border-radius: 1px;
	background-color:gray;
}
.logo {
	margin-top:10px;
	float: left;
}
.banner {
	background: url(../img/banner.jpg) no-repeat center;
	min-height: 500px;
}
.banner-info {
	margin-top: 220px;
}
.banner-info h1 {
	font-family: 'Raleway', sans-serif;
	font-size: 2em;
	color: #FFF;
	line-height: 1.4em;
	margin: auto;
	letter-spacing: 1px;
	font-weight: 800;
	text-transform: uppercase;
	width: 80%;
	text-shadow: 2px 2px #4C3639;
}
.banner-info p {
	font-family: 'Raleway', sans-serif;
	color: #FFF;
	font-size: 1.1em;
	text-transform: uppercase;
	font-weight: 500;
	text-align:center;
	width: 80%;
	margin: auto;
	padding-top: 25px;
	text-shadow: 2px 2px #4C3639;
}
.banner-btn {
	margin-top: 2.5em;
	display: inline-block;
}
.conteudo-cinza{
	background-color:#F0F0F0;
}
section {
	padding: 75px 0;
}
.section-heading {
	margin: 30px 0;
}
.section-lead {
	margin: 30px 0;
}
.section-paragraph {
	margin: 30px 0;
}
h5 {
    margin-bottom: 25px;
}
#footer{
    color: #FFF;
	position:relative;
	left:0px;
	bottom:0px;
	height:auto;
	width:100%;
	padding: 25px 0 15px 0;
	background:#0E90B1;
}
.link-white {
	color: white;
}
.link-white:hover {
	color: #F0A20B;
}
#footer .container .col-lg-6 p{
	color: white;
	font-size: 1em;
}
* html #footer{
	position:relative;
	top:expression((0-(footer.offsetHeight)+(document.documentElement.clientHeight ? document.documentElement.clientHeight : document.body.clientHeight)+(ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop))+'px');
}
#footer h3 {
	font-size: 1.1em;
	color: white;
}
#footer .container .col-lg-6 p {
	font-size: 0.9em;
}

@media (max-width: 1200px) {
	.banner-info h1 {
		width: 90%;
	}
	.img-local {
		margin-top: auto;
	}
}
@media (max-width: 900px) {
	.banner-info {
		margin-top: 200px;
	}
	.banner-info h1 {
		font-size: 1.5em;
		width: 100%;
	}
	.banner-info p {
		font-size: 1em;
	}
	.programa h2 {
	    padding: 25px 0;
	    color: #0E90B1;
	    text-align: center;
	    font-weight: 700;
	}
}
@media (max-width: 768px) {
    .navbar-nav {
        float: none;
        text-align: center;
    }
}
@media (max-width: 480px) {
	.banner-info {
		margin-top: 200px;
	}
	.banner-info h1 {
		font-size: 1.2em;
		width: 100%;
	}
	.banner-info p {
		font-size: 0.9em;
	}
	#footer .container .col-lg-6 .alinha {
    text-align: left;
}
}

