@font-face {
	font-family: 'Helvetica';
	src: url('../fonts/Helvetica.ttf');
}

@font-face {
	font-family: 'Futura';
	src: url('../fonts/futura-m.ttf');
}

.margem {
	margin-top: 50px;
}

#foto-login {
    background-image: url('../img/fundo-login.jpg');
    background-size: cover;
}

.row-head {
	background-color: #ededed;
}

.row-border {
	border: 1pt solid #ededed;
	border-radius: 3px;
	box-shadow: 3px 3px 3px rgba(0,0,0,.3);
}

.padding-div {
	padding-top: 100px;
	padding-bottom: 100px;
	padding-left: 50px;
	padding-right: 50px;
}

.link-curso a {
	color: #fff;
}

.tarja {
	background-image: url('../img/tarja.jpg');
	background-size: cover;
	padding-top: 100px;
	padding-bottom: 30px;
	padding-left: 50px;
	padding-right: 50px;
	font-family: 'AstoriaBold';
	color: #fff;
}

.btn-outline-concept {
	border: 1pt solid #51376a;
	color: #51376a;
	background-color: rgba(0,0,0,0);
}

.btn-outline-concept:hover {
	border: 1pt solid #51376a;
	background-color: #51376a;
	color: #fff;
}

.btn-concept {
	border: 1pt solid #51376a;
	color: #fff;
	background-color: #51376a;
}

.btn-concept:hover {
	border: 1pt solid #412c54;
	background-color: #412c54;
	color: #fff;
}

#header-inscricao {
	background-image: url('../img/tarja.jpg');
	background-size: cover;
	padding-top: 15px;
	padding-bottom: 15px;
}

.navegacao {
	padding-top: 10px;
	padding-bottom: 14px;
	border-bottom: 1pt solid #cdcdcd;
}

.navegacao,.navegacao a {
	color: #7d7d7d;
}

.navegacao a:hover {
	text-decoration: none;
	color: #412c54;
}

#contato, #contato2 {
	/*position: fixed;
	bottom: 0;
	height: 400px;*/
	background-image: url('../img/fundo-contato.jpg');
	background-size: cover;
	padding: 20px;
	z-index: 0;
}

/*#contato-ext {
	height: 400px;
}*/

.campos-contato {
	border: 1pt solid #fff;
	background-color: rgba(0,0,0,.4);
}

.fonte-bold {
	font-family: 'Futura';
	font-size: 34px;
}

.fonte-bold-interna {
	font-family: 'Futura';
	color: #52153f;
	font-size: 34px;
}

.fonte-bold-dark {
	font-family: 'Futura';
	font-size: 34px;
	color: #000;
}

.fonte-bold-sm {
	font-family: 'Futura';
	font-size: 18px;
}

.fonte-bold-h2 {
	font-family: 'Futura';
	font-size: 38px;
}

.fonte-bold-h3 {
	font-family: 'Futura';
	font-size: 30px;
}

.fonte-bold-h3-light {
	font-family: 'Futura';
	font-size: 36px;
	color: #fff;
}

.fonte-bold-h4-light {
	font-family: 'Helvetica';
	font-size: 28px;
	color: #fff;
}

.fonte-bold-h4 {
	font-family: 'Futura';
	font-size: 24px;
}

.fonte-bold-h6 {
	font-family: 'Futura';
	font-size: 20px;
}

.fonte {
	font-family: 'Helvetica';
	font-size: 18px;
	color: #5d5d5d;
}

.fonte-b {
	font-family: 'Helvetica';
	font-size: 18px;
	color: #fff;
}

.fonte-h2 {
	font-family: 'Helvetica';
	font-size: 38px;
}

.fonte-h3 {
	font-family: 'Helvetica';
	font-size: 30px;
}

.fonte-h4 {
	font-family: 'Helvetica';
	font-size: 16px;
	color: #5d5d5d;
}

.fonte-h5 {
	font-family: 'Helvetica';
	font-size: 26px;
	color: #5d5d5d;
}

.fonte-h6 {
	font-family: 'Helvetica';
	font-size: 14px;
	color: #5d5d5d;
}

.fonte-h5-b {
	font-family: 'Helvetica';
	font-size: 26px;
	color: #fff;
}

.fonte-h6-b {
	font-family: 'Helvetica';
	font-size: 14px;
	color: #fff;
}

.link-outros a {
	color: #5d5d5d;
}

.link-outros a:hover {
	text-decoration: none;
	color: #3d3d3d;
}

.fonte-h5-light {
	font-family: 'Helvetica';
	font-size: 20px;
	color: #fff;
}

.fonte-h6-light {
	font-family: 'Helvetica';
	font-size: 16px;
	color: #fff;
}

#rodape {
	background-color: #160428;
	padding-top: 40px;
	padding-bottom: 30px;
}

#servicos {
	padding-top: 50px;
	padding-bottom: 50px;
	color: #1d1d1d;
}

.link-card {
	text-decoration: none;
	color: #454545;
}

.link-card:hover {
	text-decoration: none;
	color: #454545;
}

.card-cursos {
	transition: box-shadow .3s;
}

/* .card-cursos:hover {
	box-shadow: 10px 10px 10px rgba(0,0,0,.3);
} */

.img-card {
	transition: filter .5s;
}

.img-card:hover {
	filter: blur(2px) grayscale(70%);
}

#parceiros {
	background-color: #fff;
}

.menu-site {
	border-bottom: 2pt solid #f8f9fa;
	transition: border-bottom .3s;
}

.menu-site:hover {
	border-bottom: 2pt solid #160428;
}

#mapa-do-site a {
	text-decoration: none;
	color: #ededed;
	font-size: 11px;
	line-height: 22px;
}



#imagem-curso {
	display: inline-block;
	position: relative;
}

#imagem-curso figcaption {
	position: absolute;
	top: 40%;
	border: 1pt solid #160428;
	background-color: #160428;
	color: #fff;
	width: 100px;
	left: 50%;
	margin-left: -50px;
	padding-top: 8px;
	padding-bottom: 10px;
	opacity: 0;
	transition: opacity .3s;
}

#imagem-curso:hover figcaption {
	opacity: 1;
}

.saiba-mais-blog a {
	color: #fff;
}

.saiba-mais-blog a:hover {
	text-decoration: none;
	color: #fff;
}

.btn-professor {
	padding: 0;
}

.btn-professor:focus {
	box-shadow: none;
}

.leftLst:focus, .rightLst:focus {
	box-shadow: none;
}

.icone-cursos {
	text-decoration: none;
	color: #000;
}

.icone-cursos:hover {
	text-decoration: none;
	color: #000;
}

#icone-consultorias:hover, #icone-confrarias:hover {
	cursor: pointer;
}