.clearfix {
	clear: both;
}
.no-padding { padding: 0 }
body {
	color: #4c4c4e;
	font: normal 15px "SofiaProLight";
}
a {
	color: #e05050;
}
a:hover {
	color: #d43f3a;
	text-decoration: underline;
	-webkit-transition: all .2s ease-in;
	-moz-transition: all .2s ease-in;
	-ms-transition: all .2s ease-in;
	transition: all .2s ease-in;
}

a:focus,
.btn:hover,
.btn:focus,
button:hover,
button:focus {
	-webkit-transition: all .2s ease-in;
	-moz-transition: all .2s ease-in;
	-ms-transition: all .2s ease-in;
	transition: all .2s ease-in;
}

.bloco-botoes h1,
.bloco-botoes h2 {
	font-family: "Roboto-Bold";
	font-size: 2.8em;
}
.bloco-botoes p {
	font-size: 1.2em;
}
.bloco-botoes a {
	margin-bottom: 10px;
}
.bloco-botoes.home a {
	font-family: "Roboto-Bold";
}
.bloco-botoes span {
	font-size: .8em;
}

.texto-home{
	padding-top: 10px;
	padding-bottom: 10px;
}

.txt-red{
	color:#e05050;
}

a.logo {
	display: block;
	margin: 24px auto;
}
a.logo img { margin: 0 auto; }
iframe {
	margin-top: 15px;
	width: 100%;
}

/****************************************************************************************************************
 * MENU
 ****************************************************************************************************************/
.menu-topo .navbar {
	background: transparent;
	margin: 46px 0 0 0;
	min-height: 0;
}
.menu-topo .nav>li>a { color: #494949; }
.navbar-default .navbar-collapse {
	margin: 0;
	padding: 0;
}
.menu-topo .nav>li>a {
	font-family: Helvetica;
	font-weight: bold;
	font-size: 1.2em;
	padding: 20px 0;
}
.icon-bar { color: #e05050; }
.menu-topo .navbar.navbar-default { border: none; }
.menu-topo .nav-pills li a { border-radius: 0 }
.menu-topo .nav>li.active>a,
.menu-topo .nav>li>a:focus,
.menu-topo .nav>li>a:hover {
	background: transparent;
	color: #e05050;
	-webkit-transition: all .2s ease-in;
	-moz-transition: all .2s ease-in;
	-ms-transition: all .2s ease-in;
	transition: all .2s ease-in;
}

.rodape {
	padding-top: 15px;
	text-align: center;
}