h3 {
	font-size: 16px;
	margin-top: 8px;
	margin-bottom: 0px;
	font-weight: 900;
	font-family: 'Glegoo', serif;
	text-transform: uppercase;
}

.type{
	opacity: 1;
	-webkit-transition: 0.2s ease-in;
	-moz-transition: 0.2s ease-in;
	-o-transition: 0.2s ease-in;
	transition: 0.2s ease-in;
}

.type:hover{
	opacity: 0.7;
	-webkit-transition: 0.2s ease-in;
	-moz-transition: 0.2s ease-in;
	-o-transition: 0.2s ease-in;
	transition: 0.2s ease-in;
}

.project-icon{
	width: 33px;
	margin-top: -22px;
	margin-right: 12px;
}



.projetos-executados{
	position: relative;
}

.projetos-executados .box {
	position: relative;
	padding: 3% 0 10% 0;
}
.projetos-executados .box img{
	width: 60%;
}

.projetos-executados .box a{
	color: #FFFFFF;
}
.list .b{
	margin-bottom: 10px;
	padding: 25px;
	color:#36A9E1;
	border: 1px solid #36A9E1;
}

.list .b p{
	font-size: 18px;
	margin: 0px;
	padding: 0;
}
.list .b  span{
	padding: 5px;
	font-size: 32px;
	color:#F1894E;
	text-align: center;
}

.control{
	position: relative;
	height: 50px;
	margin-bottom: 20px;
}

.carousel-control-prev, .carousel-control-next{
	color: #F1894E;
	opacity: 1;
	font-size: 29px;
	margin: 0px;
	padding: 0px;
	height: 50px;
	width: 29px;
}

.carousel-control-next:focus, .carousel-control-next:hover, .carousel-control-prev:focus, .carousel-control-prev:hover{
	color: #F1894E;
	opacity: .7;
	}

.carousel-indicators {
	position: absolute;
	right: 0;
	bottom: 19px;
	left: 0;
	z-index: 15;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	padding-left: 0;
	margin-right: 15%;
	margin-left: 15%;
	list-style: none;
}

.carousel-indicators li {
	box-sizing: content-box;
	-ms-flex: 0 1 auto;
	flex: 0 1 auto;
	width: 10px;
	height: 1px;
	margin-right: 3px;
	margin-left: 3px;
	text-indent: -999px;
	cursor: pointer;
	background-color: #fff;
	background-clip: padding-box;
	border-top: 0;
	/* border-bottom: 10px solid transparent; */
	opacity: .5;
	transition: opacity .6s ease;
	background: #f1894e;
	border-radius: 50%;
}