.img-logo{
width:350px;
height:128px;
}

#manutencao{
	margin-top: 10px;
      font-family: 'Titillium Web', sans-serif;
      color: #666666;
      text-align: center;
    }
    .box{
      background-color: #fff;
      width: 500px;
      margin: 50px auto;
    }
    #title {
      font-size: 30px;
      margin-top: 25px;
    }
    #descricao{
      font-size:20px;
      margin: 20px auto;
    }
    #logo {
      margin-top: 25px;
      width: 128px;
      height: 350;
    }
    #logo-task {
      width: 75px;
    }

.texto-logo{
color:#fed136;
}

.textos-menu{
	color:#212529;
	font-size:13px;
	margin-right:35px;
}

.textos-menu a:hover{
	/*#fed136 */
	color:#0088a3 !important;
}


 #boasvindas{
 font-size:22px;
 font-style:italic;
 line-height:22px;
 margin-bottom:25px;
 font-family:'Droid Serif',-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,'Helvetica Neue',Arial,sans-serif,'Apple Color Emoji','Segoe UI Emoji','Segoe UI Symbol','Noto Color Emoji'
}

header.banner-carrossel{

}

 /*

header.cabecalho{
 	text-align:center;
 	color:#fff;
 	background-image:url(../img/banner.jpg);
 	background-repeat:no-repeat;
 	background-attachment:scroll;
 	background-position:center center;
 	background-size:cover
 }



 header.cabecalho .intro-text{
 	padding-top:150px;
 	padding-bottom:100px
 	}

 header.cabecalho .intro-text .intro-lead-in{
 font-size:22px;
 font-style:italic;
 line-height:22px;
 margin-bottom:25px;
 font-family:'Droid Serif',-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,'Helvetica Neue',Arial,sans-serif,'Apple Color Emoji','Segoe UI Emoji','Segoe UI Symbol','Noto Color Emoji'
 }

 header.cabecalho .intro-text .intro-heading{
 font-size:50px;
 font-weight:700;
 line-height:50px;
 margin-bottom:25px;
 font-family:Montserrat,-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,'Helvetica Neue',Arial,sans-serif,'Apple Color Emoji','Segoe UI Emoji','Segoe UI Symbol','Noto Color Emoji'
}

 @media (min-width:768px){
 	header.cabecalho .intro-text{
 		padding-top:300px;
 		padding-bottom:200px
 		}

 	header.cabecalho .intro-text .intro-lead-in{
 		font-size:40px;
 		font-style:italic;
 		line-height:40px;
 		margin-bottom:25px;
 		font-family:'Droid Serif',-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,'Helvetica Neue',Arial,sans-serif,'Apple Color Emoji','Segoe UI Emoji','Segoe UI Symbol','Noto Color Emoji'
 		}
 	header.cabecalho .intro-text .intro-heading{
 		font-size:75px;
 		font-weight:700;
 		line-height:75px;
 		margin-bottom:50px;
 		font-family:Montserrat,-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,'Helvetica Neue',Arial,sans-serif,'Apple Color Emoji','Segoe UI Emoji','Segoe UI Symbol','Noto Color Emoji'
 		}
 	}

*/




.titulo_formacao{
	margin:15px 0;
	text-transform:none;
}




#cursos .cursos-item{
right:0;
margin:0 0 15px;
text-align:center;
}



#cursos .cursos-item .cursos-link{
	position:relative;
	display:block;
	max-width:400px;
	margin:0 auto;cursor:pointer
	}

#cursos .cursos-item .cursos-link .cursos-hover{
	position:absolute;
	width:100%;
	height:100%;
	transition:all ease .5s;
	opacity:0;
	background:rgba(254,209,54,.9)
	}

#cursos .cursos-item .cursos-link .cursos-hover:hover{
	opacity:1
	}

#cursos .cursos-item .cursos-link .cursos-hover .cursos-hover-content{
	font-size:20px;
	position:absolute;
	top:50%;
	width:100%;
	height:20px;
	margin-top:-12px;
	text-align:center;
	color:#fff

}#cursos .cursos-item .cursos-link .cursos-hover .cursos-hover-content i{
margin-top:-12px
}

#cursos .cursos-item .cursos-link .cursos-hover .cursos-hover-content h3,#cursos .cursos-item .cursos-link .cursos-hover .cursos-hover-content h4{
	margin:0
	}

#cursos .cursos-item .cursos-caption{
	max-width:400px;
	margin:0 auto;
	padding:25px;
	text-align:center;background-color:#fff
	}

#cursos .cursos-item .cursos-caption h4{
	margin:0;
	text-transform:none
	}

#cursos .cursos-item .cursos-caption p{
	font-size:16px;
	font-style:italic;
	margin:0;
	font-family:'Droid Serif',-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,'Helvetica Neue',Arial,sans-serif,'Apple Color Emoji','Segoe UI Emoji','Segoe UI Symbol','Noto Color Emoji'
	}

#cursos *{
	z-index:2
	}

	@media (min-width:767px){
		#cursos .cursos-item{
			margin:0 0 30px
			}
	}





.timeline{
	position:relative;
	padding:0;
	list-style:none
	}

.timeline:before{
	position:absolute;
	top:0;
	bottom:0
	;left:40px;
	width:2px;
	margin-left:-1.5px;
	content:'';
	background-color:#e9ecef
	}

.timeline>li{
	position:relative;
	min-height:50px;
	margin-bottom:50px
	}

.timeline>li:after,.timeline>li:before{
	display:table;content:' '

	}

.timeline>li:after{
		clear:both
		}


.timeline>li .timeline-panel{
	position:relative;
	float:right;
	width:100%;
	padding:0 20px 0 100px;
	text-align:left
	}

.timeline>li .timeline-panel:before{
	right:auto;
	left:-15px;
	border-right-width:15px;
	border-left-width:0

	}

.timeline>li .timeline-panel:after{
	right:auto;
	left:-14px;
	border-right-width:14px;
	border-left-width:0

	}

.timeline>li .timeline-image{
	position:absolute;
	z-index:100;
	left:0;width:80px;
	height:80px;
	margin-left:0;
	text-align:center;
	color:#fff;
	border:7px solid #e9ecef;
	border-radius:100%;
	background-color:#fed136
	}

.timeline>li .timeline-image h4{
	font-size:10px;
	line-height:14px;
		margin-top:12px

	}

.timeline>li.timeline-inverted>.timeline-panel{
	float:right;
	padding:0 20px 0 100px;
	text-align:left
	}

.timeline>li.timeline-inverted>.timeline-panel:before{
	right:auto;
	left:-15px;
	border-right-width:15px;
	border-left-width:0
	}

.timeline>li.timeline-inverted>.timeline-panel:after{
	right:auto;
	left:-14px;
	border-right-width:14px;
	border-left-width:0
	}

.timeline>li:last-child{
	margin-bottom:0
	}

.timeline .timeline-heading h4{
	margin-top:0;color:inherit
	}

.timeline .timeline-heading h4.subheading{
	text-transform:none
	}

.timeline .timeline-body>p,.timeline .timeline-body>ul{
	margin-bottom:0
	}@media (min-width:768px){
		.timeline:before{
			left:50%
			}

.timeline>li{
	min-height:100px;
	margin-bottom:100px
	}

.timeline>li .timeline-panel{
	float:left;
	width:41%;
	padding:0 20px 20px 30px;
	text-align:right
	}

.timeline>li .timeline-image{
	left:50%;
	width:100px;
	height:100px;
	margin-left:-50px

}.timeline>li .timeline-image h4{
	font-size:13px;
	line-height:18px;
	margin-top:16px
	}

.timeline>li.timeline-inverted>.timeline-panel{
	float:right;
	padding:0 30px 20px 20px;
	text-align:left
	}

}@media (min-width:992px){
	.timeline>li{
		min-height:150px
		}

	.timeline>li .timeline-panel{
		padding:0 20px 20px
		}

	.timeline>li .timeline-image{
		width:150px;
		height:150px;
		margin-left:-75px
		}

	.timeline>li .timeline-image h4{
		font-size:18px;
		line-height:26px;
		margin-top:30px
		}

	.timeline>li.timeline-inverted>.timeline-panel{
		padding:0 20px 20px
		}

	}@media (min-width:1200px){
		.timeline>li{
			min-height:170px
			}

		.timeline>li .timeline-panel{
			padding:0 20px 20px 100px
			}

		.timeline>li .timeline-image{
			width:170px;
			height:170px;
			margin-left:-85px
			}

		.timeline>li .timeline-image h4{
			margin-top:40px
			}

		.timeline>li.timeline-inverted>.timeline-panel{
			padding:0 100px 20px 20px
			}
		}


.team-member{
	margin-bottom:50px;
	text-align:center;
}

.team-member img{
	width:225px;
	height:225px;
	border:7px solid rgba(0,0,0 .1);
}

.team-member h4{
	margin-top:25px;
	margin-top:0;
	text-transform:none
}

.team-member p{
	margin-top:0px;
	
}


ul.social-buttons{
	margin-bottom: 0
}

ul.social-buttons li a{
	font-size:20px;
	line-height:50px;
	display:block;
	width:50px;
	height:50px;
	transition:all .3s;
	color:#fff;
	border-radius:100%;
	outline:0;
	background-color:#212529;
	}

ul.social-buttons li a:active, ul.social-buttons li a:focus, ul.social-buttons li a:hover{
background-color: #0088a3;

}



section#contatos{
			background-color:#212529;
			background-image:url(../img/map.png);
			background-repeat:no-repeat;background-position:center
			}

		section#contatos .section-heading{
				color:#fff
				}

		section#contatos .form-group{
			margin-bottom:25px
			}

		section#contatos .form-group input,section#contact .form-group textarea{
			padding:20px

		}

		section#contatos .form-group input.form-control{
			height:auto
			}

		section#contatos .form-group textarea.form-control{
				height:248px
				}

		section#contatos .form-control:focus{
			border-color:#fed136;
			box-shadow:none
			}

		section#contatos ::-webkit-input-placeholder{
			font-weight:700;
			color:#ced4da;
			font-family:Montserrat,-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,'Helvetica Neue',Arial,sans-serif,'Apple Color Emoji','Segoe UI Emoji','Segoe UI Symbol','Noto Color Emoji'
			}

		section#contatos :-moz-placeholder{
			font-weight:700;
			color:#ced4da;
			font-family:Montserrat,-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,'Helvetica Neue',Arial,sans-serif,'Apple Color Emoji','Segoe UI Emoji','Segoe UI Symbol','Noto Color Emoji'
			}

		section#contatos ::-moz-placeholder{
			font-weight:700;
			color:#ced4da;
			font-family:Montserrat,-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,'Helvetica Neue',Arial,sans-serif,'Apple Color Emoji','Segoe UI Emoji','Segoe UI Symbol','Noto Color Emoji'
			}

		section#contatos :-ms-input-placeholder{
			font-weight:700;
			color:#ced4da;
			font-family:Montserrat,-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,'Helvetica Neue',Arial,sans-serif,'Apple Color Emoji','Segoe UI Emoji','Segoe UI Symbol','Noto Color Emoji'
			}





.footer{
	padding:25px 0;text-align:center
	}

.footer span.copyright{
	font-size:90%;
	line-height:40px;
	text-transform:none;
	font-family:Montserrat,-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,'Helvetica Neue',Arial,sans-serif,'Apple Color Emoji','Segoe UI Emoji','Segoe UI Symbol','Noto Color Emoji'
}

.footer ul.quicklinks{
	font-size:90%;
	line-height:40px;
	margin-bottom:0;
	text-transform:none;
	font-family:Montserrat,-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,'Helvetica Neue',Arial,sans-serif,'Apple Color Emoji','Segoe UI Emoji','Segoe UI Symbol','Noto Color Emoji'
}


.submenu{
	font-size:12px;
	color:#252423;
	margin-bottom:2px;
}





.team-member-servicos{
	margin-bottom:10px;
	
}

.team-member-servicos img{
	width:65px;
	height:65px;
	border:1px solid rgba(0,0,0 .1);
}

.team-member-servicos h4{
	margin-top:10px;
	margin-top:0;
	text-transform:none
}

.team-member-servicos p{
	margin-top:0px;
	
}



.card-servicos{

margin-right:5px;
margin-left:-5px;

}


@media (max-width:728px) {
       .video-sobre {
             position: relative;
             padding-bottom: 56.25%; /* 16:9 */
             padding-top: 25px;
             height: 0;
         }

       .video-sobre iframe {
             Position: absolute;
             top: 0;
             left: 0;
             width: 100%;
             height: 100%;
        }
}


