/* alteracoes feitas apos consultoria */

h1, h2, h3, h4, h5, h6, p, a, a:hover, div {
	font-family: "Roboto", sans-serif !important;
	font-weight: 400;
}

body {
	background-color: #f2f2f2 !important;
}

/* menu principal */

/* #ff8300 */

.icon-menu {
	color: #ff8300; /* #50a5a6; */
	font-weight: bold;
}

.search-btn {
	/* color: #0d9b9c !important; */
	color: #ff8300 !important;
}

.sep {
	/* color: #0d9b9c !important; */
	background: #ff8300 !important;
}

.dropdown {
	margin-right: 20px;
}

#header-logo-menu {
	display: none !important;
}

.header-navigation {
	margin: 0px !important;
}

/* Sitetree Breadcrumb */


/* Sitetree title */

h1 {
	text-transform: uppercase;
	font-size: 1.5em;
}

/* Header customizado para títulos do sitetree */

.well-title-areas-1 {
	padding-bottom: 10px;
    padding-top: 50px;
    padding-left: 50px;
    margin-bottom: 0px;
    border-bottom: none;
    z-index: 1;
    position: relative;
    box-shadow:  -1px -2.5px 5px -1px #e2dfdf, 1px -2.5px 5px -1px #e2dfdf, 0 5px white;
    background-color: #ffffff;
}

.well-title-areas-1 h1{
	color: #4f5252;
    font-size: 2em;
    margin-bottom: 15px;
    color: #4f5252;
    text-transform: none;
}

/* Header customizado para áreas */

.well-title-areas-2 {
	height: 237px;
	background-color: #ff8300; /*#44b1c1; */
	background-size: auto;
    margin-bottom: 0px;
    font-size: 3em;
    position: relative;
}

.well-title-areas-2 h1 {
	position: absolute;
	left: 50px;
	bottom: 10px;
	margin-top: 0px;
	color: #ffffff;
	font-size: 30px;
}
	
/* redes sociais */
.top-social {
	padding-top: 10px;
}

.redes-sociais {
	width: 100%;
	text-align: center;
}

@media (min-width: 1025px) {
	.redes-sociais{
		text-align: right;
	} 
}

@media (max-width: 1024px) {
	.dropdown {
		width: 100%;
		padding-left: 5px !important;
		padding-right: 5px !important;
	}
	
}

.redes-sociais i {
	padding: 20px 0px;
	font-size: 25px !important;
}
.redes-sociais li {
	border: none;
	display: inline !important;
}

/* capa */

.header-custom {
	box-shadow: none !important;
	border-bottom: 1px solid #e7e7e7 !important;
}

.header-secao {
	font-size: 1.6em;
	font-weight: 400;
	margin-bottom: 20px;
}

.page-slider {
	margin-top: 5px !important;
}

.page-slider img {
	width: 100%;
}

.footerescuro a{
	font-weight: none;
}

.noticia-capa {
	position: relative;
	width: 100%;
	/*
	background-size: auto 100%;
    background-position: center;
    */
}

.noticia-capa img {
	width: 100%;
	/*object-fit: cover;*/

}

.noticia-capa-background:hover {
	-moz-transform: scale(1.5);
	-webkit-transform: scale(1.5);
	transform: scale(1.5);
}

.noticia-capa-topico {
	color: #fff;
	font-size: 1.5em;
	font-weight: 400;
	/* background-color: #50a5a6; */
	background-color: #ff8300;
	position: absolute;
	padding: 2px 10px 2px 10px;
	top: 0;	
}

.noticia-capa-titulo {
	color: #fff;
	font-weight: 500;
	font-size: 0.9em;
	position: absolute;
	bottom: 0;
	padding-left: 10px;
	padding-bottom: 10px;
	padding-right: 10px;
}

.noticia-background {
	color: #000;
	position: absolute;
	bottom: 0;
	height: 100%;
	width: 100%;
	/*
	background: -webkit-linear-gradient(rgba(255,0,0,0), rgba(255,0,0,0), rgba(0,0,0,0), rgba(0,0,0,0.8), rgba(0,0,0,1));
    background: -o-linear-gradient(rgba(255,0,0,0), rgba(255,0,0,0), rgba(255,0,0,0), rgba(0,0,0,0.8), rgba(0,0,0,1));
    background: -moz-linear-gradient(rgba(255,0,0,0), rgba(255,0,0,0), rgba(255,0,0,0), rgba(0,0,0,0.8), rgba(0,0,0,1));
    background: linear-gradient(rgba(255,0,0,0), rgba(255,0,0,0), rgba(255,0,0,0), rgba(0,0,0,0.8), rgba(0,0,0,1));
    */
    background: -webkit-linear-gradient(rgba(0,0,0,0.2), rgba(0,0,0,0.5), rgba(0,0,0,1));
    background: -o-linear-gradient(rgba(0,0,0,0.2), rgba(0,0,0,0.5), rgba(0,0,0,1));
    background: -moz-linear-gradient(rgba(0,0,0,0.2), rgba(0,0,0,0.5), rgba(0,0,0,1));
    background: linear-gradient(rgba(0,0,0,0.2), rgba(0,0,0,0.5), rgba(0,0,0,1));
    
    
}

.servico-capa {
	background-color: white;
    width: 100%;
    height: 90px;
    position: relative;
    border: none;
    box-shadow: 1px 1px 1px #e2dfdf;
}

.servico-capa:hover {
	-webkit-filter: drop-shadow(1px 1px 1px grey); /* Safari 6.0 - 9.0 */
    filter: drop-shadow(1px 1px 1px grey);
    border: 1px solid white;
}

.servico-capa a {
	height: 100%;
	width: 100%;
	text-align: center;
	vertical-align: center; 
}

.servico-capa h4 {
	padding: 35px;
	height: 100%;
	color: #395983;
}

.servico-capa > a:hover {
	text-decoration: none;
}

.banners {
	/* background-color: #ffffff; */
	padding: 50px 0px;
}

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

/* ---------- RODAPE ------------- */

.footer .address-container {
	height:115px;
	display:table-cell;
	vertical-align: middle;
}
.footer .address-container address {
  margin:0
}


/* ---------- AREAS ------------- */

.area-header img {
	width: 100%;
}

/* ----- WELL - Versao customizada ------ */

.well-custom {
	background-color: #ffffff;
	padding: 50px;
	color: #5b5b5b;
	font-weight: 500;
	box-shadow: 1px 1px 5px #e2dfdf;
	line-height: 180%;
	border-radius: 0px !important;
}

.well-custom h2 {
	font-size: 1.7em;
	padding-bottom: 18px;
}

.well-custom h2, .well-custom h3, .well-custom h4, .well-custom h5, 
.well-custom h6 {
	/* color: #50a5a6; */
	color: #ff8300;
}

.well-custom p, .well-custom ul li, .well-custom ol li, .well-custom a {
	font-size: 15px;
	line-height: 180%;
}

.well-custom .fa-circle {
	/* color: #50a5a6; */
	color: #ff8300;
}

/* Videos */

.video-title {
	margin: 10px 0px;	
}

/* Box contato */

.area-contato {
	padding: 25px 30px 30px 20px !important;
}

.area-contato iframe {
	width: 100%;
	max-height: 200px;
}

.area-contato p {
	margin-top: 20px;
	font-size: 0.9em !important;
}

/* Destaques */

.img-destaque-area {
	width: 100%;
}

/*  */

.fa-custom {
	/* color: #44b1c1; */
	color: #ff8300;
}

.fa-stack {
	height: inherit !important;
}

.fa-stack-1x {
	font-size: inherit !important;
	line-inherit: line-height !important;
}

.fa-stack-2x {
	font-size: 2em !important;
	line-inherit: line-height !important;
}

.fa-stack-3x {
	font-size: 3em !important;
	line-inherit: line-height !important;
}

/* Listagem de dados dl, dt, dd */


.dl-striped :nth-of-type(even) {
	background-color: #ffffff;
	padding: 10px;
}

.dl-striped :nth-of-type(odd) {
	background-color: #f2f2f2;
}

.dl-striped dt {
	margin-right: 10px;
}

.dl-striped dd {
	margin-left: 160px;
}

/* configuracoes que somente serao aplicadas às telas maiores */

@media (min-width: 1200px){
	.container {
		width: 1136px;
	}
	
	/* header */

	.additional-nav {
		padding-top: 25px !important;
	}	
	
	.noticia-capa-topico {
		color: #fff;
		font-size: 0.9em;
		font-weight: 500;
		/* background-color: #50a5a6; */
		background-color: #ff8300;
		position: absolute;
		padding: 4px 10px 4px 10px;
		top: 0;	
	}
	
	.links-rodape-grupo {
		min-height: 250px;
		border-right: 1px solid #4c4c4c;
		padding-left: 30px;
	}
}

@media (max-width: 1205px) and (min-width: 1025px) {
	.header-navigation > ul > li > a {
		padding: 29px 12px 30px !important;
	}
	
	.header-navigation {
		margin-top: 0px !important;
	}
	
	.additional-nav {
		padding-top: 25px !important;
	}
	
	.menu-search {
		top: 20px !important;
	}
	
}


@media (max-width: 1024px) {
	.additional-nav {
		width: 100% !important;
	}
	
	.header-links li {
    	display: inline-block !important;
	}
	
	.pre-header a {
	    margin: 3px;
	    font-size: 0.9em;
	}
	
	.mobi-toggler {
		margin-top: 20px !important;
		margin-bottom: 20px !important;
	}
	
	.pre-header {
		display: none !important;
	}
	
	#header-logo-menu {
		display: block !important;
	}
	.top-search {
		width: 100% !important;
	}
}

@media (max-width: 767px) {
	.pre-header .pull-right {
	    float: right !important;
	}
	
	.well-custom {
		padding: 20px;
	}
	
	.well-title-areas-1, .well-title-areas-2 {
		padding: 50px 20px 20px 20px;
	}
	
	.well-title-areas-2 h1{
		left: 20px;
	}
	
	
}

.noticia-tag {
	height: auto;
}

.noticia-tag a {
	font-size: 11px;
}

.row-tags {
	margin-top: 1em;
	padding-left: 0;
}

iframe {
	border:none
}

