@import url('https://fonts.googleapis.com/css?family=Roboto:100,300,400,700');
html,
body {
	font-family: 'Roboto', sans-serif;
    height: 100%;
}
img {
	max-width:100%;
}

*, *:focus {
	outline:none;
	text-shadow:none;
}

ul, p {
}

/* --------------------- CLASSES GENÉRICAS ------------------------------------- */

.float-left { float:left; }
.float-right { float:right; }
.color-primary { color:#000; }
.center-block { display:table; }

/* ------- transition ------- */
a, a:hover {
	transition:all 0 ease 0.2s;
	-webkit-transition-duration:0.2s;-moz-transition-duration:0.2s;-ms-transition-duration:0.2s;-o-transition-duration:0.2s;transition-duration:0.2s;
}


/* 404 Page Styles */
.error-404 {
    font-size: 100px;
}

.full {
	width:100%;
	display:table;
}

/* ------------------------------------- HEADER ------------------------------------- */
header {
	border-top:solid 9px #000;
}
header .logo {
	padding:5px 0;
}
#menu {
	background-color:#000;
	border-radius:0;
	border:none;
	min-height:inherit;
	margin-bottom:0;
}
  #menu ul {
	  margin:auto;
	  float:none;
	  display:table;
  }
  #menu ul li {
	  padding:10px 0;
  }
  #menu ul li a {
	  display:table;
	  float:left;
	  font-size:16px;
	  color:#FFF;
	  padding:3px 40px;
	  border-right:solid 1px rgba(255,255,255,0.5);
  }
  #menu ul li:last-child a {
	  border-right:none;
  }
  #menu ul li a:hover {
	  background-color:transparent;
  }
  
/* ------------------------------------- BANNER ------------------------------------- */

#banner {
    width: 100%;
    height: 475px;
    background-position: center;
    background-size: cover;
}
#banner h2 {
	color:rgba(255, 255, 255, .5);
	font-weight:100;
	font-size:62px;
	margin-top: 40px;
    letter-spacing: -1px;
	text-align:right;
}

#banner.carousel {
    height: 475px;
	width:100%;
	float:left;
}

#banner.carousel .item,
#banner.carousel .item.active,
#banner.carousel .carousel-inner {
    height: 100%;
}
#banner.carousel .fill {
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
}

#banner.carousel .carousel-caption {
	text-shadow: none;
    bottom: inherit;
    top: 25px;
    right: 15%;
    text-align: right;
}
#banner.carousel .carousel-caption h2 {
	color:rgba(255, 255, 255, .5);
	font-weight:100;
	font-size:62px;
	margin-top: 0;
    letter-spacing: -1px;
}
#banner.carousel .carousel-indicators {
	    right: 15%;
    left: inherit;
    width: auto;
    bottom: 0;
	margin-left:0;
}
#banner.carousel .carousel-indicators li {
	width:12px;
	height:12px;
	background-color:#FFF;
	border-color:#FFF;
	margin:0 2px;
}
#banner.carousel .carousel-indicators li.active {
	background-color:#000;
	border-color:#000;
}


/* ------------------------------------- PRINCIPAL ------------------------------------- */
#principal {
	padding-top:40px;
}
.panel-areas {
	border:none;
	box-shadow:none;
	margin:auto;
	margin-bottom:40px;
	max-width:339px;
}
.panel-areas h4 {
	color:#FFF;
	padding:15px 10px;
	width:100%;
	text-align:center;
	background-color:#000;
	margin-bottom:0;
	text-transform:uppercase;
}
.panel-areas .panel-body {
	padding:0;
}
.panel-areas .panel-body ul {
	margin-top:15px;
	margin-left: -20px;
    font-size: 15px;
    color: #555;
}
.panel-areas .panel-body ul li {
	padding:0;
	line-height: 20px;
    margin-bottom: 5px;
}

.internas .panel-areas {
	max-width:inherit;
}
.internas .panel-areas img {
	width:100%;
}
.internas .panel-areas h4 {
	text-transform:uppercase;
    background-color: #000;
}


#artigos {
}
#artigos .tit {
	position:relative;
	height:246px;
	background:url(../img/bg-tit.jpg) no-repeat;
	background-size:cover;
}
#artigos .tit h2 {
	line-height:246px;
	margin:auto;
	color:#FFF;
	display: table;
    width: 100%;
    text-align: center;
}

/* NEWS */
#artigos .news {
	margin-top:25px;
	position:relative;
}
#artigos .news .box {
	position:absolute;
	bottom:0;
	left:0;
	right:0;
	height:35px;
	background-color:#FFF;
}
#artigos .news p {
	font-size:13px;
	color:#888;
	text-align:center;
	margin-top:10px;
	margin-bottom:0;
	padding-bottom:10px;
	border-bottom:solid 1px #EEE;
}



/* override position and transform in 3.3.x */
.carousel-inner .item.left.active {
  transform: translateX(-33%);
}
.carousel-inner .item.right.active {
  transform: translateX(33%);
}

.carousel-inner .item.next {
  transform: translateX(33%)
}
.carousel-inner .item.prev {
  transform: translateX(-33%)
}

.carousel-inner .item.right,
.carousel-inner .item.left { 
  transform: translateX(0);
}

#artigosCarousel {
	padding-top:30px;
	padding-bottom:10px;
	min-height:350px;
}
#artigosCarousel .carousel-control {
	background-image:none;
	width:50px;
	height:50px;
	top:0;
	bottom:0;
	margin:auto;
}
#artigosCarousel .carousel-control.left {
	left:-50px;
}
#artigosCarousel .carousel-control.right {
	right:-50px;
}

.fw-branding {
	display:none !important;
}
#fw-feed-items .fw-feed-item-date {
	position:absolute;
	top:0;
}
#fw-feed-items .fw-feed-item-title {
	line-height:1.2;
}


/* ----------------------------------- FOOTER ------------------------------------ */

footer.footer {
	height:289px;
	margin-top:25px;
	padding:25px 0;
	color:#FFF;
	background:#000 url(../img/bg-footer.jpg) no-repeat center top;
}
footer.footer .nav {
	float:left;
	margin-top:5px;
}
footer.footer .nav li {
	display:inline;
}
footer.footer .nav li a {
	font-size:16px;
	color:rgba(255,255,255,0.6);
	display:inline;
}
footer.footer .nav li a:hover {
	color:rgba(255,255,255,1);
	background-color:transparent;
}
footer.footer .float-right {
	text-align:right;
}
footer.footer .float-right h3, 
footer.footer .float-right h3 small, 
footer.footer .float-right h3 a {
	color:#FFF;
	font-weight:700;
	margin-top:0;
}
footer.footer .float-right p {
	font-size:17px;
	clear:right;
}
footer.footer .float-right img {
	width:30px;
	margin-top:25px;
	margin-bottom:3px;
}
div.footer {
	padding:20px 0;
}
div.footer .float-right {
	width:20px;
}
div.footer p {
	margin:0;
}


/* ----------------------------------- INTERNAS ----------------------------------- */

.internas {
}
.internas h3 {
	color:#000;
	margin-top:40px;
	font-size:22px;
}
.internas p {
	font-size:15px;
	line-height:27px;
	color:#555;
}
.internas .tit {
	position:relative;
	height:246px;
	background:url(../img/bg-titulo.jpg) no-repeat;
	background-size:cover;
	margin-bottom:30px;
}
.internas .tit h1 {
	line-height: 246px;
    margin: auto;
    color: #FFF;
    display: table;
    width: 100%;
    text-align: center;
	text-shadow: 0 0 2px #000;
}

form.form-style {
}
form.form-style .control-label {
	font-weight:400;
	font-size:13px;
	color:#000;
	text-transform:uppercase;
}
form.form-style .form-control  {
	height:40px;
	border-radius:2px;
	margin-top:5px;
}
form.form-style textarea.form-control  {
	height:140px;
}
form.form-style .btn {
	font-size:15px;
	border-radius:2px;
	min-width:110px;
	max-width:100%;
	height:45px;
	background-color:#EEE;
}
form.form-style .btn:hover {
	background-color:#CCC;
}

/* PHOTOS thumbnail */
.bx-wrapper {
	margin-bottom:30px;
	margin-top:40px;
}
ul.slider1 li {
	margin-left:-40px;
}
#bx-pager {
	margin-top:40px;
}
#bx-pager div.col-xs-6 {
	padding:4px;
}
#bx-pager .thumbnail {
	margin: 0;
    width: 100%;
    height: 122px;
    display: table;
    background-size: cover;
    background-position: center;
    border: solid 2px #fff;
    padding: 0;
	margin-top:-5px;
}
#bx-pager .thumbnail.active {
	border-color:#333;
}
#bx-pager .thumbnail:hover {
	opacity:0.6;
}
.bx-wrapper img {
	margin:auto;
	display:table;
}

/* */

/* ----------------------------------- RESPONSIVO ----------------------------------- */

@media screen and (max-width: 1200px) {
	footer.footer .nav li a {
		font-size:15px;
		padding:10px;
	}
	#bx-pager .thumbnail {
		height: 100px;
	}
	.internas .panel-areas h4 {
		top:40px;
	}

}
@media screen and (max-width: 992px) {
	#menu ul li a {
		font-size:15px;
		padding:3px 20px;
	}
	#banner {
		height:350px;
	}
	#banner h2 {
		font-size:50px;
	}
	.panel-areas h4 {
		padding:15px 35px;
		font-size: 16px;
    	height: 64px;
	}
	.panel-areas .panel-body ul li {
		font-size:13px;
	}
	footer.footer .nav li a {
		font-size: 12px;
		padding: 10px 5px;
	}
	footer.footer .float-right p {
		font-size:14px;
	}
	#bx-pager .thumbnail {
		height: 76px;
	}
}
@media screen and (max-width: 768px) {
	.container {
		width:570px;
	}
	#menu {
		position: fixed;
		top:0;
		left:0;
		z-index:99;
		width:50px;
	}
	#menu .container {
		width:auto;
	}
	#menu .navbar-toggle {
		margin:0 5px 4px 0;
	}
	#menu .navbar-toggle .icon-bar {
		background-color:#FFF;
	}
	#menu ul.nav {
		padding:15px 0;
		min-width:210px;
	}
	#menu ul.nav li {
		display:inherit;
	}
	#menu ul.nav li a {
		border:none;
	}
	
	
    .menu-x span:nth-child(1){
        transform: rotate(-50deg);
		margin-top:5px !important;
    }
	.menu-x span:nth-child(2){
        opacity:0;
    }
    .menu-x span:nth-child(3){
        transform: rotate(50deg);
		margin-top:-7px !important;
    }
	
	header {
		border-bottom: solid 9px #000;
	}
		
	.panel-areas h4 {
		padding:15px 15px;
		font-size: 16px;
    	height: auto;
	}
	.panel-areas .panel-body ul li {
		font-size:14px;
	}
	footer.footer .nav, 
	footer.footer .float-right {
		margin:auto;
		display:table;
		float:none;
	}
	footer.footer .nav {
		margin-bottom:20px;
	}
	footer.footer .nav li a {
		padding:10px 15px;
	}
	footer.footer .float-right {
		text-align:center;
		
	}
	#bx-pager {
		margin-top:0;
	}
	#bx-pager .thumbnail {
		height: 150px;
	}
	
	.internas .panel-areas h4 {
		top:100px;
	}
}

@media screen and (max-width: 600px) {
	.container {
		width:450px;
	}
	footer.footer .nav li {
		display: block;
		text-align:center;
	}
	footer.footer .nav li a {
		padding: 5px;
		line-height: 25px;
		font-size: 13px;
	}
}
@media screen and (max-width: 480px) {
	.container {
		width:95%;
	}
	#banner {
		height:250px;
	}
	#banner h2 {
		font-size: 34px;
		font-size: 8vw;
		margin-top:20px;
	}
	div.footer p {
		font-size:3vw;
	}
	#artigos .tit h2 {
		font-size:6vw;
	}
	#bx-pager .thumbnail {
		height: 100px;
	}
}
/* Neoware */
#neoware { position: absolute; left: 0px; bottom: 0px; width: 100%; height: 17px; color: #000; background:#000; text-align: center; font-family: tahoma; font-size: 12px; line-height: 16px; display:block; z-index:99999999; }
div > div#neoware { position: fixed; }

div#neoware {
_right: auto; _bottom: auto;
_left: expression( ( 0 - neoware.offsetWidth + ( document.documentElement.clientWidth ? document.documentElement.clientWidth : document.body.clientWidth ) + ( ignoreMe2 = document.documentElement.scrollLeft ? document.documentElement.scrollLeft : document.body.scrollLeft ) ) + 'px' );
_top: expression( ( 0 - neoware.offsetHeight + ( document.documentElement.clientHeight ? document.documentElement.clientHeight : document.body.clientHeight ) + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop ) ) + 'px' );}