@charset "utf-8";
body {
	font-family: 'Open Sans', sans-serif;
}
.notifyjs-bootstrap-base span {
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
}
/* CSS Document - Customização extra*/
.txt11 {
	font-size: 11px;
}
.txt12 {
	font-size: 12px;
}
.txt13 {
	font-size: 13px;
}
.txt14 {
	font-size: 14px;
}
.txt16 {
	font-size: 16px;
}
.txt18 {
	font-size: 18px;
}
.txt22 {
	font-size: 22px;
}
.txt26 {
	font-size: 26px;
}
.bold {
	font-weight: bold;
}
.marginright20 {
	margin-right: 20px;
}
.space-20 {
	margin: 0px;
	width: 100%;
	display: table;
	height: 20px;
}
.pad10 {
	padding: 10px;
}
.cortexto1 {
	color: #999;
}
.corwhite {
	color: #fff;
}
.totallabel {
	background-color: #68a2d5;
	border-radius: 5px;
	padding: 8px;
	color: #fff;
	font-weight: bold;
}
.cinza
{
	color:#999;
}
.preto
{
	color:#000;
}
.uppercase
{
	text-transform:uppercase;
}
.botaoAzul
{
	background-color:#5bc0de;
	color: #fff;
}
.hoverCinza:hover
{
	background-color:#f9f9f9;
}

.wizard a {padding: 12px 12px 10px 12px; margin-right:2px; background:#efefef; position:relative; display:inline-block; float:left; width:24.5%; text-decoration:none;}
.wizard a:before {width:0px; height:0px; border-top: 20px inset transparent; border-bottom: 20px inset transparent; border-left: 20px solid #fff; position: absolute; content: ""; top: 0; left: 0;}
.wizard a:after {width:0px; height:0px; border-top: 20px inset transparent; border-bottom: 20px inset transparent; border-left: 20px solid #efefef; position: absolute; content: ""; top: 0; right: -20px; z-index:2;}
.wizard a:first-child:before {border:none;}
.wizard a:last-child:after {border:none;}

.wizard a:first-child {-moz-border-radius: 4px 0 0 4px; -webkit-border-radius: 4px 0 0 4px; border-radius:   4px 0 0 4px;}
.wizard a:last-child {-moz-border-radius: 0 4px 4px 0; -webkit-border-radius: 0 4px 4px 0; border-radius:   0 4px 4px 0;}

.wizard .badge {margin:0 5px 0 18px; position:relative; top:-1px;}
.wizard a:first-child .badge {margin-left:0;}

.wizard .current {background:#5bc0de; color:#fff;}
.wizard .current:after {border-left-color:#5bc0de;}


.botaoSeguinte a {padding: 12px 12px 10px 12px; margin-right:2px; background:#efefef; position:relative; display:inline-block; float:left; width:24.5%; text-decoration:none;}
.botaoSeguinte a:before {width:0px; height:0px; border-top: 20px inset transparent; border-bottom: 20px inset transparent; border-left: 20px solid #fff; position: absolute; content: ""; top: 0; left: 0;}
.botaoSeguinte a:after {width:0px; height:0px; border-top: 20px inset transparent; border-bottom: 20px inset transparent; border-left: 20px solid #efefef; position: absolute; content: ""; top: 0; right: -20px; z-index:2;}
.botaoSeguinte a:first-child:before {border:none;}
.botaoSeguinte a:last-child:after {border:none;}
.botaoSeguinte a:first-child {-moz-border-radius: 4px 0 0 4px; -webkit-border-radius: 4px 0 0 4px; border-radius:   4px 0 0 4px;}
.botaoSeguinte a:last-child {-moz-border-radius: 0 4px 4px 0; -webkit-border-radius: 0 4px 4px 0; border-radius:   0 4px 4px 0;}

.botaoSeguinte .badge {margin:0 5px 0 18px; position:relative; top:-1px;}
.botaoSeguinte a:first-child .badge {margin-left:0;}

.botaoSeguinte .current {background:#5bc0de; color:#fff;}
.botaoSeguinte .current:after {border-left-color:#5bc0de;}

.navbar-default .navbar-nav>li>a
{
	color: #30160A;
	font-family: 'Open Sans', sans-serif;
}
.navbar-default .navbar-nav>li>a:hover
{
	color: #7C310D;
}
.navbar-nav>li>a
{
	line-height:65px;
	text-decoration: none;
	font-size:11px;
	font-weight:600;
}
.nav>li>a {
position: relative;
display: block;
padding: 20px 10px;
}
@media all and (max-width: 990px) {
	.navbar-nav>li>a
{
	line-height:65px;
	text-decoration: none;
	font-size:10px;
	font-weight:600;
	padding: 0px 5px;
}
	.nav>li>a {
	position: relative;
	display: block;
	padding: 0px 5px;
	}
}