<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
.img-logo{
width:120px;
}


.texto-logo{
color:#fed136;
}

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

.textos-menu a:hover{
	color:#fed136 !important;
}



header.cabecalho{
 	text-align:center;
 	color:#c70f0f;
 	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
}

#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&gt;li{
	position:relative;
	min-height:50px;
	margin-bottom:50px
	}

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

	}

.timeline&gt;li:after{
		clear:both
		}


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

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

	}

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

	}

.timeline&gt;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&gt;li .timeline-image h4{
	font-size:10px;
	line-height:14px;
		margin-top:12px

	}

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

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

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

.timeline&gt;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&gt;p,.timeline .timeline-body&gt;ul{
	margin-bottom:0
	}@media (min-width:768px){
		.timeline:before{
			left:50%
			}

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

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

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

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

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

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

	.timeline&gt;li .timeline-panel{
		padding:0 20px 20px
		}

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

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

	.timeline&gt;li.timeline-inverted&gt;.timeline-panel{
		padding:0 20px 20px
		}

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

		.timeline&gt;li .timeline-panel{
			padding:0 20px 20px 100px
			}

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

		.timeline&gt;li .timeline-image h4{
			margin-top:40px
			}

		.timeline&gt;li.timeline-inverted&gt;.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: #fed136;

}



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:#2e2d2c;
	margin-bottom:2px;
}

.tabela {
	text-align: center;
	margin-left: 40px;
}

.title_table {
    background-color: #f2f2f2; /* cor de fundo */
    color: #333;               /* cor do texto */
    font-weight: bold;         /* texto em negrito */
    padding: 10px;             /* espaÃ§amento interno */
    text-align: center;          /* alinhamento do texto */
    border-bottom: 2px solid #ccc; /* borda inferior */
    font-family: Arial, sans-serif; /* fonte */
}

.text_table {
	background-color: #f2f2f2; /* cor de fundo */
    color: #333;               /* cor do texto */
    padding: 10px;             /* espaÃ§amento interno */
    border-bottom: 2px solid #ccc; /* borda inferior */
    font-family: Arial, sans-serif; /* fonte */
}</pre></body></html>