



/* =====================================================================
	#ABOUT WORK STYLESHEET

	#CONTABSUL 2016
===================================================================== */


body {
	background-color: #fff;
	min-height: 500px;
	font-family: 'Ubuntu,sans-serif';
	font-weight: 400;
	font-size: 1.6em;
	letter-spacing: 0.5px;
}

img { max-width: 100%; border: 0; }

h1,h2,h3,h4,h5,h6 {
	color: #7B6C63;
	font-family: 'Ubuntu,sans-serif';
	font-weight: 200;
}





#preloader {
	position: fixed;
	top: 0; bottom: 0;
	left: 0; right: 0;
	background-color: #F5F5F5;
	z-index: 1049;
}

#preloader .pl-icon {
	position: absolute;
	top: 50%; left: 50%;
	transform: translate(-50%,-50%);
}

#preloader .pl-icon > img {
	-webkit-animation-iteration-count: infinite;
	-moz-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
}

#preloader.finish {
	bottom: 100%;
	top: -100%;
	-webkit-transition: all 1s ease-out;
	-moz-transition: all 1s ease-out;
	transition: all 1s ease-out;
}








/* =====================================================================
	NAV MENU DESKTOP
===================================================================== */


.navbar-custom {
	background-color: #333;
	opacity:0.95;
}

.nav-top {	
	padding: 10px 0;
}

.navbar-custom ul {
    margin: 0;
    list-style-type: none;
}

.navbar-custom ul.nav-center {	
    position: relative;
    top: 6px;
}

.navbar-custom ul > li {
	display: inline-block;
}

.navbar-custom ul > li + li {
	margin-left: 20px;
}

.navbar-custom .btn-nav,
.navbar-custom .btn-nav:hover,
.navbar-custom .btn-nav:focus {
	background-color: transparent;
	color: #FFF;
	border: 2px solid #FFF;
	outline: 0;
}

.navbar-custom .nav-brand {
	display: inline-block;
	width: 130px;
	text-align: center;	
}

.navbar-custom a.brand {
	position: relative;
	top:0;
	transition: all 0.3s ease-out;
}

.navbar-custom:not(.top-nav-collapse) a.brand{
	top: 70px;	
	z-index: 0;
}



.botao-nav {
	display: inline-block;
	width: 100px;
	text-align: center;
}

.nav-center {
	display: inline-block;
	width: calc(100% - 239px);
	text-align: right;
	font-size: 1.4em;
	color: #FFF;
}

.nav-center a {
	color: rgba(255,255,255,0.6);
	text-decoration: none;
}

.nav-center a:hover,
.nav-center a:focus {
	color: #F5F5F5;
	text-decoration: none;
}

.nav-center > li:first-child i.fa {
	position: relative;
	top: 1px;
}

#nav-menu[aria-expanded="false"] {
	visibility: hidden;
	opacity: 0;
	height: 0;
}

#nav-menu[aria-expanded="true"] {
	border-bottom: 1px solid rgba(255,255,255,0.35);
}


.navbar-custom .btn-nav[aria-expanded="true"] i:before {
	content: '\f00d';
}

#nav-menu {
	position: relative;
	z-index: 1;
	margin: 0 -15px;
}

#nav-menu > ul {
	padding: 0;
}

#nav-menu > ul > li {
	display: block;
	margin: 0 !important;
}

#nav-menu a.nav-link {
	display: block;
	padding: 15px 25px;
	border-top: 1px solid rgba(255,255,255,0.35);
	color: #FFF;
	text-decoration: none;
}

#nav-menu a.nav-link:hover,
#nav-menu a.nav-link:focus {
	background-color: rgba(0,0,0,0.5);
    color: #fff;
}








/* =====================================================================
	SLIDE HEADER
===================================================================== */


.item {
	background-color: #000;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}





.item-01 {
	background-image: url('../images/slider/1.jpg');
}

.item-02 {
	background-image: url('../images/slider/fundo2.jpg');
}

.item-03 {
	background-image: url('../images/slider/3.jpg');
}

.item > .item-caption {
    position: absolute;
    z-index: 2;
    top: 50%;
    left: 15%;
    right: 15%;
    transform: translateY(-50%);
    text-align: center;
    font-size: 2.4em;
    color: #FFF;
    letter-spacing: -2px;
    text-shadow: 0px 2px 1px rgba(0,0,0,0.5);
    transition: all 1s ease-out;
    opacity: 0;
    visibility: hidden;
    font-family: 'Ubuntu,sans-serif';
    
    font-weight: 200 ;
    display: inline-block;
}

.item.active > .item-caption {
    opacity: 1;
    visibility: visible;
	letter-spacing: 0px;
}





/* =====================================================================
	ABOUT
===================================================================== */


#about {
    background-color: rgba (255,255,255,0.042);
    overflow: hidden;
    padding-bottom:90px;
    padding-top:90px;
    
}

#about h4 {
	padding: 20px;
	font-size: 2.4em;
	color: rgba(0,0,0,0.7);
	margin-bottom: 0;
}

#about p{
	font-size:19px;
	color: #777;
}

#about > .container-fluid {
	margin: 0 -15px;
}

#about .caption {
    color: #F5F5F5;
    padding: 20px;
}

#about .about-text {	
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
}




/* =====================================================================
	SERVIÇOS DESKTOP
===================================================================== */


	
	

#services{
	
	background-color:rgba(0,0,0,0.05);
	padding-bottom:90px;
	padding-top:20px;
	font-family: 'Ubuntu,sans-serif';
}


#services h3 {
	font-family: 'Ubuntu,sans-serif';
	padding-top: 0px;
	padding-bottom:50px;
	font-size: 2.4em;
	color: rgba(0,0,0,0.7);
	margin-bottom: 0;
}

#services p{
	font-family: 'Ubuntu,sans-serif';
	font-size:19px;
	color: #777;
	
}

#services .service {
	
	margin-bottom: 20px;
}

	
	
	
	
	
	
	
	
@media  (max-width:768px){	
	

	#services .teste {
	
		display:none;
		
	}

	

	#services{
	
		background-color:rgba(0,0,0,0.05);
		padding-bottom:0px;
		padding-top:0px;
	}
	
	
}
	








/*! ================================================
	@ NEGÓCIOS DESKTOP
================================================= */






/*! ================================================
	@ NEGÓCIOS MOBILE
================================================= */




	
	body #negocios {
	    
	    margin: 0 !important;
	   
	}
		
				
	#negocios {
	    	background-color:rgba(0,0,0,0.01);
	    margin: 50px 50px;
	   
	   
	}

	#negocios figure.equipe {
		margin: 0;
		text-align: left !important;
	}

	#negocios h2 {
		text-align: center;
		color: #24373d;
		padding-top: 40px;
		margin-bottom: 40px;
		position: relative;
		z-index: 2;
	}

	#negocios h3{
		padding-top:10px;
		text-align: center;
		color: #24373d;
		font-size:15px;
		font-weight:bold;
		position: relative;
		z-index: 2;
	
	
	}

	#accordion {
		
	}

	#negocios .panel + .panel {
		margin-top: 0;
	}

	#negocios .panel .panel-heading h4 {
		margin: 0;
	
	}



	.panel-default>.panel-heading {
	    color: #222;
		background-color:rgba(0,0,0,0.01);
	    text-align:center;
    
	}



	#negocios .panel .panel-heading a {
		font-family: 'Ubuntu,sans-serif';
		font-size:18px;
	   background-color:transparent;
	    display: block;
	    padding: 15px;
	    color: #777;
	    text-decoration: none;
    
	}



	#negocios .panel .panel-body {
		  background-color:rgba(0,0,0,0.05);
		white-space: pre-line;
		padding: 10px 20px 20px 20px;
		font-size: 1.05em;
		color: #222;
		border: 1px solid #24373d;
	 
	}

	




.btn-circle i.animated {
  -webkit-transition-property: -webkit-transform;
  -webkit-transition-duration: 1s;
  -moz-transition-property: -moz-transform;
  -moz-transition-duration: 1s;
}
.btn-circle:hover i.animated {
  -webkit-animation-name: pulse;
  -moz-animation-name: pulse;
  -webkit-animation-duration: 1.5s;
  -moz-animation-duration: 1.5s;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -moz-animation-timing-function: linear;
}
@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@-moz-keyframes pulse {
  0% {
    -moz-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -moz-transform: scale(1.2);
    transform: scale(1.2);
  }
  100% {
    -moz-transform: scale(1);
    transform: scale(1);
  }
}












/* =====================================================================
	SKILLS
===================================================================== */

#skills {
	position: relative;
	z-index: 0;
	 background-color: #fff;
	
	
	background-attachment: fixed;
	padding-top: 80px;
	padding-bottom: 80px;
}

#skills:before {
	content: '';
	position: absolute;
	top: 0; bottom: 0;
	left: 0; right: 0;
	 background-color: rgba (255,255,255,0.042);
	z-index: 1;
}

#skills > .container {
	position: relative;
	z-index: 2;
	
}

#skills h4 {
	padding: 20px;
	font-size: 2.4em;
	color: rgba(0,0,0,0.7);
	margin-bottom: 0;
}




#skills p{
	
	font-size:19px;
	color: #777;
}




@media (max-width: 479px) {
	
	#skills h4 {
		padding: 20px;
		font-size: 2.1em;
		color: rgba(0,0,0,0.7);
		margin-bottom: 0;
	}
}




/* =====================================================================
	PROCESSOS
===================================================================== */


#processos {
    background-color: #a71b20;
    overflow: hidden;
}

#processos h4 {
	padding: 20px;
	font-size: 2.4em;
	color: #F5F5F5;
	margin-bottom: 0;
}

#processos > .container-fluid {
	margin: 0 -15px;
}

#processos .caption {
    color: #F5F5F5;
    padding: 20px;
}

#processos .about-text {	
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
}




#processo {
	background-color: #a71b20;
	text-align: center;
	padding-top: 80px;
	padding-bottom: 80px;
}



@media (max-width: 479px) {
	.nav-center span { display: none; }
}

@media (max-width: 767px) {

	.nav-center { text-align: center; }	
	.nav-center li:not(:first-child) { display: none; }
	#about { padding: 0 0 30px 0; }
}

@media (max-width: 991px) {

	
	#about .container-fluid { margin: 0; padding: 0; }

	
}







/* Contato */

#contato > input, #contato > textarea {
}


/*---contact----*/
.contact{
	text-align: center;
	padding: 5% 0;
	background-color:rgba(0,0,0,0.02);
}
.contact h3{
	font-family: 'Ubuntu,sans-serif';
	font-size: 2.4em;
	color: rgba(0,0,0,0.7);
	font-weight: 200;
	text-align: center;
	padding-bottom: 2%;
}
.contact p.a {
	font-family: 'Ubuntu,sans-serif';
	font-size: 1.2em;
	padding: 0.5em 0;
	color: #BEBEBE;
	line-height: 1.5em;
	font-style: italic;
	text-align: center;
	margin-bottom: 4%;
	font-weight: 100;
}
.contact input[type="text"],
.contact input[type="email"] {
	width: 41.45%;
	display: inline-block;
	background:none;
	padding: 10px;
	margin: 20px 10px;
	font-family: 'Ubuntu,sans-serif';
	font-size: 0.875em;
	color: #545046;
	outline: none;
}

.contact textarea{
	width: 85%;
	margin: 0 auto;
	display: block;
	background:none;
	padding: 10px;
	margin-bottom: 20px;
	margin-top: 2%;
	height: 120px;
	font-family: 'Ubuntu,sans-serif';
	font-size: 0.875em;
	color: #545046;
	outline: none;
	resize:none;
}
.contact input[type="submit"]{
	 background-color: transparent;
	font-family: 'Ubuntu,sans-serif';
	font-size: 0.875em;
	color: #222222;
	margin-top: 12px;
	
	padding: 13px 30px;
	text-transform: uppercase;
	
	transition: 0.5s ease;
	-o-transition: 0.5s ease;
	-webkit-transition: 0.5s ease;
	outline: none;
	border-radius:7px;
	-webkit-border-radius:7px;
	-moz-border-radius:7px;
	-o-border-radius:7px;
	
}

.contact input[type="submit"]:hover{
	background: #222222;
	border-color:  #222222;
	color: #fff;
	cursor:pointer;
}

.contact .alert-contato:empty { display: none; }
.contact .alert-contato {
	width: 85%;
    margin: 20px auto;
}





footer {
    color: #F5F5F5;
    background-color: #222222;
    padding-top: 50px;
    font-family: 'Ubuntu,sans-serif';
}

footer .widgets {
	margin: 50px 20px;
}

footer .credito {
    background-color: #a71b20;
    padding: 20px;
    border-top: 1px solid rgba(0,0,0,0.35);
}


/*---footer-top----*/


.footer-top p {
	font-family: 'Ubuntu,sans-serif';
	color: #696969;
	font-size: 0.8755em;
	line-height: 1.9em;
	padding: 1% 0;
}


.footer-top h4 {
	font-family: 'Ubuntu,sans-serif';
	color: #fff;
	font-size: 1.3em;
	padding-left: 10px;
	padding-bottom: 25px;
	text-shadow: 0px 2px 1px rgba(0,0,0,0.35);
}
.footer-top span {
	font-family: 'Ubuntu,sans-serif';
	color: #6D6D6D;
	font-size: 1em;
	padding-bottom: 4%;
}
.foot{
	border-bottom: 2px solid #343535;
	padding: 2px 10px;
    margin-bottom: 20px;
}


.footer-top p a {
	color: #fff;
	text-decoration:none;
	transition: 0.5s ease;
	-o-transition: 0.5s ease;
	-webkit-transition: 0.5s ease;
}
.footer-top p a:hover {
	color: #fff;
}
.footer-top p.a {
	font-family: 'Ubuntu,sans-serif';
	color: #696969;
	font-size: 0.8755em;
	line-height: 1.9em;
	padding: 0% 0 3%;
}
.footer-top p.b {
	font-family: 'Raleway', sans-serif;
	color: #696969;
	font-size: 0.8755em;
	line-height: 1.9em;
	padding: 0% 0 2%;
}
.footer-top h4.a {
	font-family: 'Raleway', sans-serif;
	color: #fff;
	font-size: 1.3em;
	padding-bottom: 11%;
}

.widgets .caption {
	padding: 0 10px;
}


.btn-topo {
	position: fixed;
	bottom: 0;
	right: 0;
	padding: 20px;
	z-index: 25;
}