@font-face {
	font-family: 'Ubuntu Regular';
	font-style: normal;
	font-weight: 400;
	src: url(http://themes.googleusercontent.com/static/fonts/ubuntu/v4/_xyN3apAT_yRRDeqB3sPRg.woff) format('woff');
}

body {
	font-family: 'Ubuntu Regular', 'Verdana', sans-serif;
}

.body>.row {
	background: #ccc;
}
.body>.row>.content {
	background: #fff;
}
.body>.row>.content>.content-body {
	min-height: 540px;
}

.paddless {
	padding: 0;
}

.form {
	background-color: #f5f5f9;
	border: 1px dotted #ddd;
}

.form-control {
	border-radius: 0;
}

.form-check-label {
	padding-top: 7px;
}

.control>.form-check-label {
	padding-top: 0;
}

.navbar.navbar-inverse {
	background-color: rgba(77, 77, 77, 0.9) /* #4D4D4D */;
	border-radius: 0;
	border: 0;
	color: #ddd;
}
.navbar.navbar-inverse a.mycearte {
	color: #fff;
	font-weight: bold;
}

.navbar-form > div {
	border-bottom: 1px solid #aaa;
}
.navbar-form input.keywords {
	background-color: transparent;
	border: none;
	border-radius: 0;
	box-shadow: none;
	color: #fff;
}
.navbar-form input.keywords+span {
	display: inline-block;
}
.navbar-form input.keywords+span>button {
	background: transparent;
	color: white;
	border: none;
}
.navbar-brand {
	padding: 5px 5px 5px 180px!important;
}
@media only screen and (max-width : 768px) {
	.navbar-brand {
		
		padding: 5px!important;
	}
}
.subtitle {
	padding-bottom: 10px;
	display: inline;
}
.search>form>.advanced {
	padding-bottom: 5px;
}
.search>form {
	background: #eee;
	padding: 10px;
	-webkit-box-shadow: 1px 1px 1px 1px rgba(217,206,217,1);
	-moz-box-shadow: 1px 1px 1px 1px rgba(217,206,217,1);
	box-shadow: 1px 1px 1px 1px rgba(217,206,217,1);
}
.search>.results, .search>.results>.result {
	padding-top: 10px;
	padding-bottom: 10px;
}
.search>.results>.result {
	border-bottom: 1px dotted #ccc;
	margin: 0;
	padding: 10px 0;
	color: #000;
}
.search>.results>.result.disabled {
	color: #aaa;
}
.search>.results div.paginate {
	padding-top: 10px;
	text-align: center;
}
.search>.results ul.pagination {
	height: initial;
}
.search>.results ul.pagination>li>a {
	padding: 5px 10px;
}

.btn.btn-fab {
	height: 10px;
	width: 10px;
	min-width: 10px;
	padding: 7px;
	border-radius: 50%;
	-webkit-box-shadow: 0 1px 1.5px 0 rgba(0,0,0,.12),0 1px 1px 0 rgba(0,0,0,.24);
	box-shadow: 0 1px 1.5px 0 rgba(0,0,0,.12),0 1px 1px 0 rgba(0,0,0,.24);
}
.fa.btn-fab {
	width: 20px;
	text-align: center;
}

.nav.btn-group-sm .btn.btn-fab {
	margin-top: 18px;
	margin-right: 7px;
}
.btn-fab.btn-facebook {
	background-color: #0071BD;
}
.btn-fab.btn-twitter {
	background-color: #29ABE2;
}
.btn-fab.btn-pinterest {
	background-color: #9D1F60;
}
.btn-fab.btn-email {
	background-color: #F7931E;
}
.menus {
	padding: 0;
}
#accordion .networks li>a {
	padding: 7px 7px 7px 15px;
	display: inline-block;
	width: 100%;
	color: #333;
}
#accordion .networks li>a:hover {
	background: #999;
}
#accordion a {
	text-decoration: none;
	display: block;
	background-color: #444; 
	color: #eee;
	border-bottom: 1px dotted #555;
	padding-top: 8px;
	padding-bottom: 8px;
}

.panel > .panel-heading > .btn-group {
	margin-top: -5px;
	margin-right: -10px;
}

#banner {
	margin-top: 50px;
}
#banner > img {
	width: 100%;
}

.menus > .panel {
	background-color: #444;
	border: 0;
	z-index: 9;
	padding-right: 5px;
}
.panel-group .panel, .panel-heading {
	border-radius: 0;
}
.table-row .panel>.panel-heading {
	background: transparent;
	color: #eee;
	border-bottom: 1px dotted #555;
	display: block;
}
#accordion .panel a:hover, #accordion .panel .panel-body a:hover {
	background: #777;
}
#accordion .panel a:hover, #accordion .panel a:focus {
	text-decoration: none;
	color: #fff;
}
#accordion .panel .panel-body {
	padding: 0;
	border: none;
}
#accordion .panel .panel-body a {
	background: #666;
	border-bottom: 1px dotted #777;
}
#accordion .panel .panel-body li>a {
	padding: 8px 20px;
	color: #fff;
}
#accordion .panel a.active {
	background: #b80036;
}
#accordion .panel a>i {
	float: right;
}
#accordion .networks {
	margin-right: -5px;
}
#accordion .networks a {
	background: #ccc;
	border-bottom: 1px dotted #bbb;
}

#pagination-div {
	text-align: center;
}

.form-control, .input-group-addon.input-sm {
	/*border-radius: 0;*/
}
.alert {
	padding: 6px;
	border-radius: 0;
}
.close {
	font-weight: 300;
}

.right-menu a {
	color: #fff;
	display: block;
	padding: 5px;
	text-decoration: none;
}
#main-news {
	height: 220px;
}
.right-menu .news > #main-news a {
	font-size: 12px;
}
.right-menu>a {
	background: #666;
}
.right-menu div.notice {
	border-bottom: 1px dotted #555;
	height: 200px;
}
.right-menu div.notice>a {
	text-decoration: none;
}
.right-menu div.notice>a:hover {
	background: #777;
}
.right-menu .notice>a>img {
	/*height: auto;*/
	/*height: 100px;*/
	width: 100%;
	display: block;
}
@media only screen and (max-width : 768px) {
	.right-menu .notice>a>img {
		width: 170px!important;
	
	}
}
.news nav {
	text-align: center;
}
.pagination {
	border-radius: 0;
	margin: 0;
	height: 20px;
	overflow: hidden;
}
.pagination>li>a {
	padding: 1px 5px;
}
.news .pagination-sm>li>a {
	font-size: 12px;
	border: none;
	/*background: transparent;
	color: #fff;*/
}
.news>.others {
	background: #ccc;
	padding-left: 5px;
	margin-right: -5px;
}
.news>.others a {
	color: #111;
	text-decoration: none;
	border-bottom: 1px dotted #fff;
}
.news>.others a:hover {
	background: #bbb;
}

.highlights {
	padding-left: 0;
	padding-right: 0;
}
.highlights>.row {
	margin-left: 15px;
	margin-right: 15px;
}
.highlights>.row>div:first-child {
	padding-left: 0;
	padding-right: 8px;
}
.highlights>.row>div:last-child {
	padding-right: 0;
	padding-left: 0;
}
.highlights>.actions .row {
/*	margin-left: 0;
	margin-right: 0;*/
}



.highlights .img {
/*	width: 100%;
	height: 200px;
	background-repeat: no-repeat;
	background-size: 100% 100%;*/
	position: relative;
}
.highlights .img>img {
	width: 100%;
	height: auto;
}



.highlights .img>span {
	position: absolute;
	bottom: 0;
	display: block;
	background: rgba(85, 85, 85, 0.80);
	color: #fff;
	padding: 5px;
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.highlights>.main .img {
	/*height: 300px;*/
}
.highlights a {
	text-decoration: none;
	cursor:pointer;
}
.highlights nav {
	text-align: center;
}
.highlights span.hl {
	display: block;
	display: -webkit-box;
	background: rgba(85, 85, 85, 0.80);
	color: #fff;
	padding: 5px;
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}
.highlights .title {
	color: #333;
	font-weight: bold;
	font-size: 16px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	overflow: hidden;
}
.highlights .info {
	color: #555;
	font-size: 13px;	
}

.highlights div.info {
	padding-left: 5px;
}
.highlights span.info {
	border-right: 2px solid red;
	padding-right: 3px;
}
.highlights .hl span.period {
	padding-left: 5px;
}
.highlights .box {
	vertical-align: top;
	padding-bottom: 10px;
}
.highlights .box:hover > a .content {
	background-color: #f3f3f3;
	/*margin-left: 1.5%;
	margin-right: 1.5%;
	margin-bottom: 20px;*/
}
.highlights .box:hover > .social  {
	background-color: #f3f3f3;
	/*margin-left: 1.5%;
	margin-right: 1.5%;
	margin-bottom: 20px;*/
}
.highlights .social {
	text-align: right;
	width: 100%;
}
.highlights .social {
	text-align: right;
}
.highlights .btn-group-sm.social>a {
	padding-left: 5px;
}
.highlights .plus-courses>button {
	width: 100%;
	background: #555;
	color: #fff;
	border: #888;
}
.highlights .plus-courses {
	margin-bottom: 5px;
}
.highlights .plus-courses>button:hover {
	background: #777;
}
.highlights .pagination>li>a, .highlights .pagination>li.active>a:hover {
	color: #777;
	padding: 0 5px;
	border: 0;
	border-radius: 0;
	background: transparent;
}
.highlights .pagination>li>a:before {
	font-family: FontAwesome;
	content: "\f111";
	padding: 0;
}
.highlights .pagination>li>a:hover, .highlights .pagination>li.active>a {
	color: #aaa;
}

.news .pagination>li>a, .news .pagination>li.active>a:hover {
	color: #fff;
	padding: 0 5px;
	border: 0;
	border-radius: 0;
	background: transparent;
}
.news .pagination>li>a:before {
	font-family: FontAwesome;
	content: "\f111";
	padding: 0;
}
.news .pagination>li>a:hover, .news .pagination>li.active>a {
	color: #aaa;
}


.actions>.row {
	padding-bottom: 10px;
}
.actions .btn-group-sm {
	text-align: right;
	padding-bottom: 10px;
	border-bottom: 4px solid #555;
}
.actions .img>span:hover {
	top: 50%;
	white-space: normal;
}
div.social>button:hover+ul.dropdown-menu, div.social>button+ul.dropdown-menu:hover {
	display: block;
}

.main.hl {
	border-bottom: 4px solid #555;
	margin-bottom: 15px;
	padding-bottom: 10px;
	/*height: 315px;*/
}
.main.hl>div:last-child>a {
	display: block;
	min-height: 250px;
}

.affix {
	position: inherit;
	width: 16.67%;
}

.article {
	padding: 0 10px;
}
.article ul {
	padding-left: 15px!important;
}
.article table {
	width: 100%!important;
}
.article table td {
	border: solid 1px;
	padding-left: 5px!important;
}
/*Artigos menu*/
div.article-menu {
	background-color: #4D4D4D!important;
	color: #ffffff!important;
	height: 30px;
	margin-bottom: 10px;
	vertical-align: middle;
	cursor: pointer;
}

div.subarticle-menu {
	background-color: #808080!important;
	color: #ffffff!important;
	height: 30px;
	margin-bottom: 10px;
	vertical-align: middle;
	cursor: pointer;
}

div.article-menu p, div.subarticle-menu p {
	padding: 5px!important;

}
div.article-body, div.subarticle-body {
	margin-left: 30px;
	margin-bottom: 10px;
	display: none;
}
/*EOF Artigos menu*/

/*
#search-results {
	position: fixed;
	width: 80%;
	max-height: 700px;
	background: rgba(250,250,250,.96);
	margin: 0 auto;
	left: 0;
	right: 0;
	z-index: 10;
	padding-top: 10px;
	overflow-x: hidden;
	overflow-y: auto;
}
.search-results>.close {
	padding-right: 10px;
	position: absolute;
	right: 0;
	z-index: 99;
	opacity: 0.7;
	text-shadow: none;
}
*/
.search-results .box {
	background: #666;
	color: #fff;
	padding: 15px 10px;
	margin-bottom: 10px;
}
.search-results .header>div {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.search-results .item {
	padding-bottom: 10px;
}
.search-results a.btn {
	background: #ccc;
	margin: 0;
	border-radius: 0;
}

.modal#searches .search-results .group {
	overflow-x: auto;
	max-height: 340px;
	overflow-x: hidden;
}
.modal#searches .modal-footer {
	display: none;
}
.modal#searches .modal-content {
	background: rgba(250,250,250,.96);
}

.courseaction img {
	width: 100%;
}
.courseaction .title {
	padding: 10px;
	background-color: #7BC941;
	color: #fff;
}
.courseaction .subtitle {
	padding: 10px;
	font-weight: bold;
	color: #555;
	display: block;
	overflow: hidden;
}
.courseaction .description {
	font-size: 20px;
	text-transform: uppercase;
}
.courseaction .row.detail {
	margin-left: 0;
	margin-right: 0;
	border-bottom: 1px solid #ccc;
}
.courseaction .detail>div {
	padding: 10px;
}
.courseaction .detail td {
	padding: 5px 0;
}
.courseaction .detail>div:first-child, .courseaction .detail>th {
	font-weight: bold;
	text-align: right;
}
.courseaction a.btn {
	background: #777;
	color: #fff;
	border-radius: 0;
	padding: 5px 10px;
	font-size: 12px;
}

.footer {
	background: #4D4D4D;
	position: relative;
}
.footer-logos img{
		width: 100%
}
.pcontent {
	padding: 10px;
}

.table th {
	font-weight: bold;
}

table.tbl-contactos, table.tbl-contactos td {
	border: none;
}
form div.control.readonly {
	padding: 7px;
}

#toggle-menu {
	border: none;
	border-radius: 0;
	width: 100%;
	background-color: #555;
	color: #aaa;
}
.menus.in, .menus.collapsing {
	display: block!important;
}

#formBodyMessage {
	position: fixed;
	top: 0;
	z-index: 10000;
	width: 60%;
	left: 20%;
}

.alert {
	margin-bottom: 10px;
	border-radius: 0;
	padding: 10px;
}
.alert > p {
	margin: 0;
}
.alert-block, .alert-danger, .alert-error, .alert-info, .alert-success, .alert-warning {
	padding-top: 5px;
	padding-bottom: 5px;
}

#window-main-cover, #window-main-cover-caption{
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
	min-height:100%
}
#window-main-cover {
	z-index:1000000 !important;
}
#window-main-cover-caption, .preloaderClass{
	z-index:1000001 !important;
	background-position:center center;
	background-repeat:no-repeat
}
.ui-widget {
	font-family: inherit;
}
.ui-widget-overlay {
	background: #777777;
	opacity: .60;
	filter:Alpha(Opacity=60);
}


#news {
	position: relative;
}
#news .news_container {
	position: relative;
	margin-bottom: 40px;
}
#news .news_container .news_body {
	position: relative;
	margin-left: 35px;
	padding: 20px 55px;
	background-color: #ffffff;
	z-index: 50;
	-moz-box-shadow: 1px 2px 5px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 1px 2px 5px rgba(0, 0, 0, 0.3);
	box-shadow: 1px 2px 5px rgba(0, 0, 0, 0.3);
}
#news .news_container .date_container {
	position: absolute;
	top: 20px;
	left: 0px;
	width: 70px;
	height: 95px;
	font-size: 42px;
	text-align: center;
	color: #ffffff;
	z-index: 51;
	-moz-box-shadow: 1px 2px 5px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 1px 2px 5px rgba(0, 0, 0, 0.3);
	box-shadow: 1px 2px 5px rgba(0, 0, 0, 0.3)
}
#news .news_container .date_container .day {
	position: relative;
	height: 60px;
	line-height: 60px;
	background-color: #333;
}
#news .news_container .date_container .month_year {
	position: relative;
	height: 35px;
	line-height: 35px;
	background-color: #000000;
	font-size: 15px;
	text-transform: uppercase;
}
#news .news_container .news_body .related_icon {
	position: absolute;
	display: inline;
	top: 20px;
	right: 10px;
	width: 41px;
	height: 45px;
}
#news .news_container .news_body > article {
	position: relative;
	text-align: justify;
}
#news .news_container .news_body > article > title, section#main section#news .news_container .news_body > article > a.title {
	position: relative;
	display: block;
	margin: -12px 0 12px -2px;
	font-size: 25px;
	font-weight: bold;
	text-align: left;
	color: #000000;
}

.select2-container.form-control {
	padding: 0;
	border: 0;
	box-shadow: none;
}
.select2-container .select2-choice {
	background: #fefefe;
}

.box .content {
	height: 110px;
}

.modal-content {
	border-radius: 0;
}

@media only screen and (min-width : 768px) {
	.highlights .title {
		/*font-size: 1.55vw;
		height: 60px;
		line-height: 1.4;*/
		overflow: hidden;
		text-overflow: ellipsis;
		-webkit-line-clamp: 3;
		display: -webkit-box;
		-webkit-box-orient: vertical;
	}
	.highlights .info {
		/*font-size: 1.1vw;*/
		height: 45px;
	}
	.body {
		padding-top: 10px;
	}
	.body>.row {
		min-height: 640px;
	}

	.table-row {
		display: table;
		padding-top: 10px;
	}
	.table-row [class*="col-"] {
		float: none;
		display: table-cell;
		vertical-align: top;
	}
	#accordion {
		/*width: 300px;*/
	}
	.affix {
		top:50px;
		position: fixed;
	}
	.panel-group {
		padding-top: 10px;
	}
	
	.btn.btn-fab {
		padding: 5px;
	}
	/* Tooltip das redes sociais */
	.btn-fab .tooltiptext {
		visibility: hidden;
		width: 120px;
		color: #fff;
		text-align: center;
		padding: 5px 0;
		border-radius: 6px;
		right: -40px;
		bottom: 50%;
		position: absolute;
		z-index: 1;
	}
	.btn-fab:hover .tooltiptext {
		visibility: visible;
	}
	
	.highlights .row {
		position: relative;
	}
	/*EOF Tooltip das redes sociais*/
}

@media only screen and (max-width : 768px) {
	.navbar .nav>li.network {
		display: inline-block;
		padding: 10px;
	}

	.navbar .navbar-collapse {
		text-align: center;
	}

	.search-results>.close {
		top: 5px;
	}
	.search-results {
		padding-top: 20px;
	}
	.affix {
		width: 100%;
	}
	.content {
		padding-left: 0;
		padding-right: 0;
	}
}

@media only screen and (min-width : 992px) {
	.highlights table.pagination-table {
		 width: 100%;
		 position: absolute;
		 bottom: 0;
		 padding-right: 25px;
	}
	.highlights .right-highlight {
		position: absolute;
		right: 0;
		top: 0;
		bottom: 0;
	}
}

@media only screen and (min-width : 1200px) {
	.affix {
		top: 50px;
		position: fixed;
	}
/*
	.highlights .title {
		height: 85px;
	}
*/
}

@media only screen and (min-width : 1360px) {
	.highlights .title {
		/*height: 105px;
		font-size: 1.3vw;*/
		line-height: 1.3;
	}
/*
	.highlights .info {
		height: 60px;
	}*/
}


.videoController{
    display: block;
    margin: 15px;
    text-align: center;
}
.videoController > div {
    display: inline-block;
    cursor: pointer;
    padding: 5px 10px;
}
.videoController > div > div.decorator {
    width: 50px;
    height: 5px;
    display: inline-block;
    background-color: #909090;
}
.videoController div.active > div.decorator {
    background-color: #b80036;
}

/*
	Correção cursos saltitantes
*/

.main .img{
	height: 377px;
}
.main .img img{
	width: auto;
	height: 100%;
}
@media (min-width: 992px) and (max-width: 1530px) {
	.main .img{
		height: 300px;
	}
}
@media (min-width: 992px) and (max-width: 1215px) {
	.main .img{
		height: 250px;
	}
}
@media (max-width: 992px) {
	.main .img{
		height: auto;
	}
	.main .img img{
		width:100%;
		height: auto;
		max-height: 100%;
	}
}