@import url('https://fonts.googleapis.com/css?family=Heebo:300,400,500,700&display=swap');
* {
	font-family: 'Heebo', sans-serif;
	-webkit-text-size-adjust: none;
	-webkit-font-smoothing: antialiased;
}

p {
	font-size: 11pt;
	font-weight: 300;
}

.versao-desktop {
    width: 100%;
}

.tituloGraduacao {
	font-weight: 300;
	font-size: 20pt;
	margin-top: 40px;
	text-transform: uppercase;
	margin-bottom: 20px;
}

.font-bold {
	font-weight: 700;
}

.p-2 { padding: 0 !important; }

.marginBottom { margin-bottom: 40px; }

.marginLeft { margin-left: 50px; }

@media (max-width: 575px) {
	.marginLeft {
		margin-left: 0px;
		margin-top: 20px;
	}
} 

/* Cursos */
.curso { margin-right: 30px; }
@media (max-width: 991px) {
	.curso { margin-right: 0 !important; }
}

@media (min-width: 768px) {
	.col-md-4 {
	    -ms-flex: 0 0 33%;
	    flex: 0 0 33%;
	    max-width: 33%;
	}
}

.btnCursos {
	height: 112px;
	font-weight: 700;
	font-size: 14pt;
	background-color: #58585a;
	padding: 0 !important;
	color: #fff;
	margin-bottom: 5px;
}

.btnCursos:hover {
	color: #fff;
	text-decoration: none;
}

.imgCursos {
	width: 70px;
	padding-top: 20px;
	padding-bottom: 20px;
	margin-right: 20px;
	margin-left: 20px;
}

.marginRight { margin-right: 10px !important; }

@media screen and (max-width: 400px) {
	.flex-wrap { 
		-ms-flex-direction: column;
		-webkit-box-orient: vertical;
		flex-direction: column; 
	}
}


/* tarja rocha com informações */
.informacoesCursos {
	color: #fff;
	background-color: #622181;
	height: 200px;
}

.tituloInformacoesCursos {
	font-weight: 700;
	font-size: 14pt;
	color: #ffcb0b;
	line-height: 1;
}

.textoInformacoes {
	font-size: 11pt;
	font-weight: 300;
}

@media (max-width: 1199px) {
	.informacoesCursos img {
		width: 75px;
		margin-bottom: 18px;
		margin-top: 18px;
	}
}

@media (max-width: 767px) {
	.informacoesCursos {
		height: auto;
		min-height: 380px;
	}
}


/* tarja que fica apos o banner do curso */
.tarjaCurso {
	height: auto;
	min-height: 50px;
	font-size: 13pt;
	font-weight: 700;
	color: #fff;
}

@media (max-width: 991px) {
	.tarjaCurso { display: none !important; }
}

.maiusculo {
	font-weight: 300;
	text-transform: uppercase;
}

.menuCurso {
	background-color: #dadada;
	font-size: 10pt;
}

a.subMenuCurso.nav-item.nav-link { color: #575756 !important; }

.navbar-brand-menu-interno {
	width: 210px;
	display: none;
	color: #575756 !important;
	letter-spacing: 3px;
	font-weight: 400;
	font-size: 10pt;
	white-space: unset !important;
}

@media (max-width: 991px) {
	.navbar-brand-menu-interno { display: block; }
	.border-menu-mobile-interno { border-bottom: 1px solid rgba(255, 255, 255, 0.3); }
}

.navbar-toggler-icon-interno-curso {
	width: 32px !important;
	height: 34px !important;
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(87, 87, 86, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E") !important;
}

.navbar-toggler-icon-interno-curso {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    content: "";
    background: no-repeat center center;
    background-size: 100% 100%;
}

.dropdown-menu {
	border: none !important;
	border-radius: 0;
	background-color: #D9DADC; 
	font-size: 10pt;
	font-weight: 700;
	background-clip: unset;
}

.border-menu-mobile-interno-drop-down {
	border-bottom: 1px solid #B2B2B2;
	width: 90%;
    margin: auto;

}
.dropdown-item {
	color: #575756 !important;
	text-align: center;
	padding: 10px;
}

.menu-mobile-interno-drop-down {
	width: 90%;
    margin: auto;
}

@media (min-width: 992px) {
	.navbar-expand-lg .navbar-nav .dropdown-menu-graduacao {
	    margin-left: -95px !important;
	    width: 280px !important;
	}
}

@media (max-width: 991px) {
	.navbar-toggler-icon { display: none; }

	.dropdown-menu {
		background-color: rgba(0, 0, 0, 0.3);
		border-radius: 0 !important;
		border: none !important;
		margin-top: -1px;
	}

	.dropdown-item {
		color: #fff !important;
		text-align: center;
		font-weight: 700;
		font-size: 10pt;
		padding: 0 !important;
		padding-bottom: 5px !important;
		padding-top: 5px !important;
	}

	.dropdown-item:hover { background-color: rgba(255, 255, 255, 0.1); }

	.border-menu-mobile-interno-drop-down {
		border-bottom: 1px solid rgba(255, 255, 255, 0.3);
		width: 85%;
	    margin: auto;
	}

	.menu-mobile-interno-drop-down {
		width: 85%;
	    margin: auto;
	}
}

.titulo {
	margin-top: 50px;
	font-weight: 300;
	font-size: 20pt;
}

.margin-top-curso {
	font-weight: 500;
	font-size: 11pt;
	margin-bottom: 25px !important;
}

.descCurso {
	font-weight: 300;
	font-size: 11pt;
}

.selo {
	background-color: #f6f6f6;
	margin-top: 30px;
	height: 160px;
	width: 350px;
	display: flex;
	align-items: center;
	justify-content: center;
}

@media (max-width: 767px) {
	.selo {
		width: 100% !important;
		margin-top: 70px !important;
	}
}

@media (max-width: 500px) {
	.selo { margin-top: 40px !important; }
}

@media (max-width: 380px) {
	.selo { margin-top: 20px !important; }
}

@media (max-width: 410px) {
	.selo { width: 260px; }
	.melhores-universidades-titulo { font-size: 10pt !important; }
	.melhores-universidades-guia { font-size: 9pt !important; }
	.melhores-universidades-img {
		width: 50% !important;
		padding-right: 10px !important;
	}
	.melhores-universidades {
		padding-left: 0 !important;
	}
}

.mec {
	background-color: #f6f6f6;
	margin-top: 50px;
	height: 160px;
	width: 350px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.melhores-universidades {
	padding-left: 14px;
	margin-top: 5px;
}

.melhores-universidades-titulo {
	color: #3c3c3b;
	font-weight: 300;
	font-size: 13pt;
	line-height: 1;
	text-transform: uppercase;
}

.melhores-universidades-guia {
	color: #878787;
	font-weight: 700;
	font-size: 10pt;
}

.melhores-universidades-img {
	padding-right: 20px;
	margin-top: 5px;
}

.triangulo-selos {
	position: relative;
    top: -60px;
    left: 10px;
}

.conceito-mec {
	display: block;
    margin: auto;
    margin-left: 14px;
}

.conceito-mec-titulo {
	color: #3c3c3b;
	font-weight: 700;
	font-size: 13pt;
	line-height: 1;
	text-transform: uppercase;
}

.conceito-mec-guia {
	color: #3c3c3b;
    font-weight: 300;
    font-size: 13pt;
    line-height: 1;
}

.conceito-mec-img {
	padding-right: 32px;
	margin-top: 5px;
}

.semana-academica {
	background-color: #f6f6f6;
	margin-top: 50px;
	height: 160px;
	width: 350px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.link-semana-academica { text-decoration: none !important; }

.semana-academica-info {
	font-family: 'Heebo' !important;
	color: #3c3c3b;
    font-weight: 300;
    font-size: 12pt;
    line-height: 1;
    padding-left: 15px;
}

.semana-academica-data {
	font-weight: 700;
	font-size: 9pt;
	color: #878787;
}

.semana-academica-nome {
	font-weight: 700;
	text-transform: uppercase;
}

/* eventos por curso */
.carousel-item-eventos {
	margin-bottom: 15px !important;
	min-height: 310px;
}

.cardEvento {
	height: 150px;
	border: 1px solid #313033;
	width: 100px;
	float: left;
}

.cardEventoDiaDaSemana {
	background-color: #313033;
	color: #fff;
	height: 30px;
	line-height: 30px;
	font-size: 12pt;
	text-align: center;
	margin-bottom: 45px;
	font-weight: 500;
}

.cardEventoDescricao {
	text-align: center;
	font-weight: 300;
	font-size: 12pt;
	line-height: 1.5;
	text-transform: uppercase;
}

.cardEventoDia {
	font-weight: 500;
	line-height: 0;
	letter-spacing: -5px;
    margin-left: -5px;
	font-size: 54pt !important;
}

.tituloEvento {
	font-weight: 700;
	font-size: 13pt;
	display: flex;
	line-height: 1.2;
	align-items: center;
	height: 150px;
	padding-left: 20px;
	text-transform: uppercase;
}

.localEvento {
	font-weight: 400;
	font-size: 12pt;
}

.localEventoTitulo {
	font-weight: 700;
	font-size: 14pt;
	margin-top: -5px;
	line-height: 1;
}

.btnEventoCursoModal {
	cursor: pointer;
	padding: 10px;
	font-weight: 400;
	font-size: 12pt;
	border: 1px solid #313033;
}

.btnEventoCurso {
	background-color: #313033;
	color: #fff;
	padding: 10px;
	padding-left: 15px;
    padding-right: 15px;
	font-weight: 700;
	font-size: 12pt;
	border: 1px solid #313033;
}

.btnEventoCurso:hover {
	color: #fff;
	cursor: pointer;
	text-decoration: none;
}


/* inicio card noticias */
.carousel-indicators {
	position: inherit !important;
	margin-top: 45px;
	justify-content: left !important;
	margin-left: 0 !important;
}

.carousel-indicators li {
	font-size: 30px !important;
    color: #000!important;
    border: none;
    letter-spacing: 1px !important;
    display: inline-flex !important;
    width: 14px !important;
    height: 14px !important;
    border-radius: 7px !important;
    background-color: #cdcdcd !important;
}

.carousel-indicators li.active { background-color: #003c1b !important; }

/* remove o padding de 30px para conseguir ter uma linha separadora nos menus*/
@media (max-width: 991px) {
	.removePadding {
		padding-left: 15px !important;
		padding-right: 15px !important;
	}
}

/* modal dos eventos */
.modal-header {
	border-top-left-radius: 0px;
    border-top-right-radius: 0px;
	background-color: #dadada;
}

h5 {
	color: #575756;
	font-weight: 700;
	margin: 0;
	padding-top: 5px;
}

.titleEventosModal {
	color: #575756;
	font-weight: 400;
	font-size: 18pt;
}

.modal-content {
	border: none !important;
    border-radius: 0 !important;
}

.modal-header .close {
	color: #fff;
	opacity: 1;
	background-color: #4e4e51;
	margin: 0px 0px 0px 0px;
	padding: 5px;
	padding-top: 0;
}

.close {
	font-size: 14pt;
	color: #fff;
	padding-top: 5px !important;
}

.eventoCursoDescricaoModal {
	font-weight: 700;
	font-size: 10pt;
}

.btnEventoModal {
	background-color: #dadada;
	color: #4e4e51;
	font-weight: 700;
	font-size: 14pt;
	padding: 10px;
	padding-left: 15px;
	padding-right: 15px;
}

.modal-body {
	padding-bottom: 35px;
	padding-top: 35px;
}

/* Card da noticia que é um slide */
.col-md-3 {
	padding-left: 0;
	padding-right: 0;
}

.slick-dots {
	text-decoration: none;
	display: none !important;
}

.noticiaCurso {
	display: block;
	text-decoration: none !important;
	padding-left: 10px;
	padding-right: 10px;
	outline: 0 !important;
}

.noticiaCursoCorpo {
	padding: 10px;
	background-color: #F4F4F4;
	height: 340px;
}

.embed-responsive {
	display: flex;
	justify-content: center;
}

.embed-responsive-1by1::before { padding-top: 0% !important; }

.noticiaCursoRodape {
	margin-top: -18px;
	background-image: linear-gradient(to bottom, #B2B2B2 4px, rgba(255,255,255,0) 0px);
	background-position: left;
	background-size: 10% 20px;
	background-repeat: no-repeat;
	height: 52.5px;
	padding: 10px;
}

.tituloNoticiaCurso {
	height: 60px;
	padding: 10px;
	font-weight: 500;
	font-size: 10pt;
	color: #575756 !important;
}

.noticiaCursoDia {
	color: #B2B2B2;
	font-size: 26pt;
	float: left;
	margin-top: 10px;
	font-weight: 500;
	margin-right: 3px;
}

.mesAno {
	line-height: 10px;
	padding-left: 15px;
}

.noticiaCursoMes {
    color: #B2B2B2;
    line-height: 0;
    font-size: 12pt;
    font-weight: 500;
    display: block;
    margin-top: 28px;
}

.noticiaCursoAno {
	font-weight: 400;
	color: #B2B2B2;
	font-size: 8pt;
	line-height: 0;
}

.noticiaCursoCidade {
	color: #B2B2B2;
	font-size: 9pt;
}

.verNoticias {
	color: #000;
	font-size: 12pt;
	text-decoration: none !important;
	margin-right: 10px;
	margin-top: 16px;
}

.verNoticias:hover {
	font-weight: 400;
	color: #000;
}

/* Degrade para fazer o formulario de contato e informações da pagina */
.imgTopFormContato {
	margin-top: 50px;
	margin-right: 10px;
	padding-top: 6px;
}

.contatoMarginTop { margin-top: 50px; }

.txtContatoCurso {
	margin-top: 50px;
	font-size: 11pt;
	font-weight: 500;
}

#formEad { padding-right: 15px; }

#formEad input {
	width: 100%;
	margin-top: 10px;
	padding: 12px;
}

textarea#txtMensagemEad::placeholder,
#formEad input::placeholder {
	color: #575756;
	font-size: 11pt;
	font-weight: 300;
}


textarea#txtMensagemEad {
	width: 100%;
	margin-top: 10px;
	padding: 12px;
}

.contatoEadBtn {
	border-radius: 0px;
	color: #0D4128;
	background-color: #95C11F;
	float: right;
	margin-top: 10px;
}


.descricaoFooterCursos {
	margin-top: 44px;
	font-weight: 700;
	font-size: 16pt;
	line-height: 1;
}
.descricaoFooterCursosLight {
	font-size: 16pt;
	font-weight: 300;
}

.paddingFooter {
	padding-left: 15px;
}

.professorFooterCurso { font-weight: 500 !important; }

.graduacaoFooterCurso,
.professorFooterCurso,
.graduacaoEmailFooterCurso {
	padding-top: 25px;
	font-size: 12pt;
	font-weight: 300;
}

.graduacaoTelefoneFooterCurso {
	font-weight: 500;
	padding-top: 25px;
	font-size: 12pt;
}

.marginBtnGraduacoes {
	margin-left: 5px;
}

.btnGraduacoes {
	background-color: #fff;
	color: #58585a;
	text-transform: uppercase;
	font-weight: 300;
	font-size: 16pt;
	border: 1px solid #58585a;
	cursor: pointer;
	outline: none !important;
	min-width: 186px;
	text-align: center !important;
	padding-top: 12px;
	padding-bottom: 12px;
}

.btnGraduacoes:hover {
	color: #58585a;
	text-decoration: none;
}

@media (max-width: 460px) {
	.btnGraduacoes {
		margin-bottom: 10px;
		margin-right: 0px;
	}
}
@media (min-width: 460px) {
	.btnGraduacoes { margin-bottom: 40px; }
}

.btnGraduacoesActive {
	background-color: #58585a;
	color: #fff;
}

.btnGraduacoesActive:hover,
.btnGraduacoesActive:active {
	color: #fff;
	text-decoration: none;
}


/* Matriz Curricular de todas as graduações */
.tituloMatriz {
	font-weight: 300;
	font-size: 18pt;
	margin-top: 40px;
	text-transform: uppercase;
	margin-bottom: 15px;
}

.subTituloMatriz {
	font-weight: 400;
	font-size: 14pt;
	margin-top: 30px;
	text-transform: uppercase;
	margin-bottom: 15px;
}

.matrizCurricular {
	border: 1px solid #575756;
	margin-bottom: 15px;
	padding: 15px;
}

.matrizCurricular a {
	font-weight: 700;
	color: #575756;
	text-decoration: none;
	font-size: 11pt;
	display: flex;
    align-items: center;
}

.matrizCurricular a img { width: 44px; }

.matrizCurricularDesc { padding-left: 15px; }

/* Sobre o curso /graduações/ */
.titulo_sobre_curso {
	color: #313033;
	font-size: 20pt;
	font-weight: 300;
}

.font_light {
	font-size: 10pt;
	font-weight: 400;
}

.font_bold {
	font-weight: 500;
	font-size: 11pt;
}

.font-weight {
	font-size: 11pt;
    font-weight: 300;
}

/*remove a borda no sobre o curso */
.card-columns {
	column-gap: 3rem !important;
	column-count: 2 !important;
}

.card { border: none !important; }

@media (max-width: 575px) {
	.card-columns { column-count: 1 !important; }
}

.apareceMobileCursos { background-color: rgba(0, 0, 0, 0.3) !important; }

.padrao-text {
	font-size: 11pt;
	font-weight: 300;
}

.semana-academica-inscreva-se {
	font-weight: 300;
	font-size: 12pt;
	background-color: #575756;
	color: #fff;
	padding: 15px 25px 15px 25px;
}

.semana-academica-inscreva-se:hover {
	color: #fff;
	text-decoration: none !important;
}

.ebook-nutricao img { margin-top: 50px; }

.selo-remove-bg {
	background-color: transparent;
	/*margin-top: 0px !important;*/
}

.selo-remove-bg img {
	width: 100%;
}

/* Conexão Docente */
.noticias-title {
	font-weight: 300;
	padding-top: 40px;
	padding-bottom: 10px;
	font-size: 20pt;
	text-transform: uppercase !important;
}

.noticias-title a {
	color: #282C31;
	text-decoration: none;
}

.noticias-title a:hover { color: #282C31; }

.btn-link,
.btn-link:hover {
	color: #212529;
}