@charset "utf-8";
body,html{height:100%; margin:0; padding:0; text-decoration:none; font-weight:100; font-family: 'abelregular', sans-serif;}
.contg{min-height: 100%}
a, p, li, input, label, textarea, button, .popover-title{font-family: 'abelregular', sans-serif; color:#999;}
h1, h2, h3, h4, h5{font-family: 'abelregular', sans-serif;color:#e3e3e3;}
h2{font-size: 30px;}
a, .trs{
	-webkit-transition: all 200ms ease-in-out;
	-moz-transition: all 200ms ease-in-out;
	-ms-transition: all 200ms ease-in-out;
	-o-transition: all 200ms ease-in-out;
	transition: all 200ms ease-in-out;
}
.bg-cinza{background-color: #222;    border-color: #080808;}
.cinza{color: #999;}
.cinza-2{color: #222;}
.branco{color: #fff;}
.clear{clear: both;}
.mar-t-10{margin-top: 10px}
.mar-t-20{margin-top: 20px}
.mar-t-40{margin-top: 40px}
.mar-t-50{margin-top: 50px}
.mar-t-60{margin-top: 60px}
.mar-t-80{margin-top: 80px}
.mar-t-100{margin-top: 100px}
.mar-b-10{margin-bottom: 10px}
.mar-b-20{margin-bottom: 20px}
.mar-b-50{margin-bottom: 50px}
.mar-b-60{margin-bottom: 60px}
.mar-b-80{margin-bottom: 80px}
.mar-b-100{margin-bottom: 100px}
.pad-t-10{padding-top: 10px}
.pad-t-20{padding-top: 20px}
.pad-t-50{padding-top: 50px}
.pad-t-60{padding-top: 60px}
.pad-t-80{padding-top: 80px}
.pad-t-100{padding-top: 100px}
.pad-b-10{padding-bottom: 10px}
.pad-b-20{padding-bottom: 20px}
.pad-b-50{padding-bottom: 50px}
.pad-b-60{padding-bottom: 60px}
.pad-b-80{padding-bottom: 80px}
.pad-b-100{padding-bottom: 100px}
.pad-10{padding: 10px}
.bg-branco{background-color: white}
.bradius{	
	-webkit-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
}
.box-shadow{
	-webkit-box-shadow: 2px 2px 3px 0 #000000;
	box-shadow: 2px 2px 3px 0 #000000;
}
.listcircle{list-style: circle inside;}
.breadcrumb{margin-bottom: 0}
header{	background-image: url(img/hbg.jpg)}
header .page-header{margin: 40px 0 0px;}
.pointer{cursor: pointer}
body,html{
		height: 100%;
	}

	/* remove outer padding */
	.main .row{
		padding: 0px;
		margin: 0px;
	}
nav.sidebar.navbar {
		border-radius: 0px;
	}

	nav.sidebar, .main{
		-webkit-transition: margin 200ms ease-out;
	    -moz-transition: margin 200ms ease-out;
	    -o-transition: margin 200ms ease-out;
	    transition: margin 200ms ease-out;
	}

	/* Add gap to nav and right windows.*/
	.main{
		padding: 10px 10px 0 10px;
		background-color: #f6f6f6;
		min-height: 100vh;  
	}

	/* .....NavBar: Icon only with coloring/layout.....*/

	/*small/medium side display*/
	@media (min-width: 768px) {

		/*Allow main to be next to Nav*/
		.main{
			position: absolute;
			width: calc(100% - 40px); /*keeps 100% minus nav size*/
			margin-left: 40px;
			float: right;
		}

		/*lets nav bar to be showed on mouseover*/
		nav.sidebar:hover + .main{
			margin-left: 200px;
		}

		/*Center Brand*/
		nav.sidebar.navbar.sidebar>.container .navbar-brand, .navbar>.container-fluid .navbar-brand {
			margin-left: 0px;
		}
		/*Center Brand*/
		nav.sidebar .navbar-brand, nav.sidebar .navbar-header{
			text-align: center;
			width: 100%;
			margin-left: 0px;
		}

		/*Center Icons*/
		nav.sidebar a{
			padding-right: 13px;
		}

		/*adds border top to first nav box */
		nav.sidebar .navbar-nav > li:first-child{
			border-top: 1px #e5e5e5 solid;
		}

		/*adds border to bottom nav boxes*/
		nav.sidebar .navbar-nav > li{
			border-bottom: 1px #e5e5e5 solid;
		}

		/* Colors/style dropdown box*/
		nav.sidebar .navbar-nav .open .dropdown-menu {
			position: static;
			float: none;
			width: auto;
			margin-top: 0;
			background-color: transparent;
			border: 0;
			-webkit-box-shadow: none;
			box-shadow: none;
		}

		/*allows nav box to use 100% width*/
		nav.sidebar .navbar-collapse, nav.sidebar .container-fluid{
			padding: 0 0px 0 0px;
		}

		/*colors dropdown box text */
		.navbar-inverse .navbar-nav .open .dropdown-menu>li>a {
			color: #777;
		}

		/*gives sidebar width/height*/
		nav.sidebar{
			width: 200px;
			height: 100%;
			margin-left: -160px;
			float: left;
			z-index: 8000;
			margin-bottom: 0px;
		}

		/*give sidebar 100% width;*/
		nav.sidebar li {
			width: 100%;
		}

		/* Move nav to full on mouse over*/
		nav.sidebar:hover{
			margin-left: 0px;
		}
		/*for hiden things when navbar hidden*/
		.forAnimate{
			opacity: 0;
		}
	}

	/* .....NavBar: Fully showing nav bar..... */

	@media (min-width: 1330px) {

		/*Allow main to be next to Nav*/
		.main{
			width: calc(100% - 200px); /*keeps 100% minus nav size*/
			margin-left: 200px;
		}

		/*Show all nav*/
		nav.sidebar{
			margin-left: 0px;
			float: left;
		}
		/*Show hidden items on nav*/
		nav.sidebar .forAnimate{
			opacity: 1;
		}
	}

	nav.sidebar .navbar-nav .open .dropdown-menu>li>a:hover, nav.sidebar .navbar-nav .open .dropdown-menu>li>a:focus {
		color: #CCC;
		background-color: transparent;
	}

	nav:hover .forAnimate{
		opacity: 1;
	}
	section{
		padding-left: 15px;
	}
.page-header h1{margin-top:0;}
.position-relative{position: relative;}
.t-sub-nav{display: none;}

@media screen and (max-width: 767px) {
  	a, p, li, input, label, textarea, button{font-size: 18px;}
	h2{	font-size: 55px;}
	.xs-text-center{text-align: center}
	.xs-margin-auto{margin:auto;}
	.xs-none{display: none;}
	.xs-mar-t-10{margin-top: 10px}
	.xs-mar-t-20{margin-top: 20px}
	.xs-mar-t-40{margin-top: 40px}
	.xs-mar-b-10{margin-bottom: 10px}
	.xs-mar-b-20{margin-bottom: 20px}
	.xs-pad-t-10{padding-top: 10px}
	.xs-pad-t-20{padding-top: 20px}
	.xs-pad-t-40{padding-top: 40px}
	.xs-pad-b-10{padding-bottom: 10px}
	.xs-pad-b-20{padding-bottom: 20px}
	.xs-pad-b-40{padding-bottom: 40px}
	.xs-text-center{text-align: center}
	.t-sub-nav{	display: block;}
	.logo > a > img{width: 100%;}
	.lidiv > .mpa{visibility: hidden; display: none;}
	.img-full{width: 100%}
	.clicarmais{text-align: center;}
	.clicarmais img{margin-top: 0;}
	#topo{text-align: center;}
}
/*tablet*/
@media screen and (min-width: 768px) and (max-width: 1024px) {
	a, p, li, input, label, textarea{font-size: 18px;}
	h2{font-size: 85px;}
	.menup{float:right;}
	.sm-text-right{text-align: right;}
	.sm-text-left{text-align: left;}	
	.txt-servicos{font-size: 25px}
	#topo{cursor: pointer;}
	#topo:hover{color: #222;}
	.footInfos{padding-top: 20px;}
	.clicarmais{text-align: right;} 
	.clicarmais img{margin-top: -20px;}

}
/*pc*/
@media screen and (min-width: 1025px) {
	a, p, li, input, label, textarea{font-size: 20px;}
	h2{	font-size: 85px;}
	.md-text-right{text-align: right}
	.md-text-left{text-align: left}
	#topo{cursor: pointer;}
	#topo:hover{color: #222;}
	.footInfos{padding-top: 20px;}
	.clicarmais{text-align: right;} 
	.clicarmais img{margin-top: -20px;}
}

iframe {
    display: block;  
    border: none;
    height: 100vh;  
}

