/*CSS Reseat*/
body{font-family: 'Raleway', sans-serif;}


h1, h2, h4, h5{
	font-family: 'roboto', cursive;
}

h3,{
	font-family: 'roboto', cursive;
	background-color: #000;
	color: #fff;
}

hr{
	margin: 40px 0px;
	color: #c4c4c4;
}
article{
	float: left;
}
.row{
	margin:0px !important;
}
.btn{
	background-color: seagreen; !important;
	color: #000;
	font-weight: bolder;
}
.btn:hover{
	background: #000 !important;
	color: greenyellow;
}
.titulo{
	font-family: 'roboto', cursive;
	background-color: #000;
	padding:5px 20px;
	font-size:50px;
	color: #fff;
	float: left;
	display: block;
	width: 100%;
	letter-spacing: 0.5px;
	position: relative;
}
.titulo span{
	font-size: 35px;
	text-transform: uppercase;
}
.title{
	float: left;
	position: relative;
	width: 100%;
	padding-left:30px ;
	font-size: 50px;
	color: #6d6d6d;
}

.title2{
	border-left: 5px solid #ff9800;
	padding-left: 20px;
	
}
.title3{
	border-left: 5px solid #000;
	padding-left: 20px;
	color: #e53935 red darken-1;
	
}
.title4{
	border-left: 5px solid #e53935;
	padding-left: 20px;
	color: #f44336;


}
.tecnica{
	width: 100%;
	float: left;
	position: relative;
	display: block;
	margin: 10px 0px 20px 0px;
	font-size: 19px;
}
.tecnica span{
	font-family: 'roboto', cursive;
	font-size: 30px;
}
.stage{
	width: 100%;
	height: auto;
	float: left;
	display: block;
	position: relative;
	text-align: center;
	margin-bottom: 50px;
}


.caption { 
	background-image:url(images/bg.png);
	position: relative;
}

/*slide*/


#slide-ccom{
  float: left;
  position: relative;
  display: block;
  width: 100%;
  height: auto;
}
.slider, .slides{
	margin-top: 100px;
  
}
.indicators{
  z-index: 9;
  bottom: 50px !important;
}

.slider .indicators .indicator-item {
   background-color: transparent !important;
  border:2px solid #000;
}
.slider .indicators .indicator-item.active{
  background-color: #eab001!important;
  border:2px solid #fff; 
}
.slides .caption h3{
   font-family: 'roboto', cursive;
  line-height:50px; 
  color: #000;
}
.slides .caption h5{
   font-family: 'roboto', cursive;
  line-height:50px; 
  color: #eab001 ;
}
.slider .slides li .caption {
  width: auto !important;
  padding: 0px 20px;
  border-radius: 20px;
  top: 55%!important;
  text-align: left !important;
}

.galery{
	background-color: seagreen;
	float: left;
	position: relative;
	display: block;
	width: 100%;
	height: auto;	
	padding: 20px 0px;
	
}

#projs{
	background-color: #281545;
	float: left;
	position: relative;
	display: block;
	width: 100%;
	height: auto;	
	padding: 20px 0px;

}
.fontcolorfff .col{
	text-align: center;
}
.fontcolorfff{
	color: #fff !important;
}
#clipping{
	width: 100%;
	height: auto;
	display: block;
	float: left;
	position: relative;
	padding: 20px 0px;
	margin: 0px 0px 50px 0px;

}
#projetos, .parceiros{
	width: 100%;
	height: auto;
	display: block;
	position: relative;
	float: left;
	background:#f1efe9;

}
#projetos .col{
	margin: 10px 0px !important;
	position: relative;
	float: left;
}
.parceiros article{
	margin-bottom: 20px;
}

#menu-vertical{
position:fixed;
z-index:999;
left:0%;
right: 0%;
top:0;
overflow:hidden;
}