.site-logo {
    float: left;
    font-size: 23px;
    font-weight: 400;
    margin-right: 67px;
    padding-top: 10px;
    padding-bottom: 2px;
}

/* Adiciona um * no label de campos required */
label.is-required:after {
    content:" * ";
    color: #44b1c1;
}

.form .legenda-asterisco {
	padding-bottom:10px;
}

.portlet-body.form div.pull-right.text-warning.legenda-asterisco {
	padding:10px;
	margin-right: 20px;
	
}

.linhacinza {
	border-bottom: 1px solid #bbb;
	margin-bottom: 10px !important;
}

.linhapreta {
	border-bottom: 1px solid #000;
	margin-bottom: 10px !important;
}

.linhatema {
	border-bottom: 1px solid #e02222;
	margin-bottom: 10px !important;
}

.footerescuro {
    background: #414146  none repeat scroll 0 0;
    color: #ffffff;
    margin-left: 0;
    margin-right: 0;
    padding: 30px 0;
}

.footerescuro a{
	color: #c9c9c9;
	padding-top: 5px;
	/*font-weight: 600;*/
}

.links-rodape {
	list-style-type:none; 
	padding: 5px 0px;
	font-size: 0.9em;
}

.links-rodape li{
	padding: 3px 0px;
}

span.fa-bars::before {
	content:none;
}

.header-navigation li.menu-search span {
    color: #333;
    cursor: pointer;
    font-size: 16px;
    height: 15px;
    opacity: 0.6;
    position: relative;
    top: -6px;
    width: 15px;
}

.well-dark {
	background-color: #292f34;
	color: #c8ced4;
}

.well-orange {
	background-color: #e84d1c;
	color: #fff;
}

.well-gray {
	background-color: #8695a1;
	color: #fff;
}

.well-green {
	background-color: #eef7ea;
	color: #3c763d;
}

.well-blue {
	background-color: #d9edf7;
	color: #31708f;
}

.well-white {
	background-color: #fff;
	color: #3e4d6e;
}

.video-container {
    position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px; 
	height: 0; 
	overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.imagemresponsiva {
	display: block;
	height: 100%;
}

.ajuste{
	margin-left: 5px !important; 
	margin-top: 6px !important;
}

.servicos {
	background-color: #ffffff;
	-webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
	-o-linear-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
    filter: grayscale(100%);
    border: none;
    box-shadow: 2px 2px 5px #dedede;
    transition: box-shadow .15s;
}

.servicos img {
	margin: 0px auto;
	width: 100%;
}

.servicos:hover {
	-webkit-filter: grayscale(0%); /* Safari 6.0 - 9.0 */
	-o-linear-filter: grayscale(0%);
	-moz-filter: grayscale(0%);
    filter: grayscale(0%);
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
    
}

.nomarker {
	list-style: none;
}

.menos25 {
	margin-left: -25px;
}

/* Define a largura do menu de areas */
.dropdown-menu {
	min-width: 150px;
}