/* SCROLL */

.scrollbar-inner > .scroll-element .scroll-element_track {
	background-color: transparent !important;
}

.scrollbar-inner > .scroll-element .scroll-bar {
	background-color: #f16600 !important;
}

.scrollbar-inner > .scroll-element:hover .scroll-bar {
	background-color: #f16600 !important;
}

.scrollbar-inner > .scroll-element.scroll-draggable .scroll-bar {
	background-color: #f16600 !important;
}

.scrollbar-inner > .scroll-element .scroll-element_outer,
.scrollbar-inner > .scroll-element .scroll-element_track,
.scrollbar-inner > .scroll-element .scroll-bar {
	-webkit-border-radius: 0 !important;
	-moz-border-radius: 0 !important;
	border-radius: 0 !important;
}

.clearfix:after {
    content: "";
    display: table;
    clear: both;
}


/* GERAL */

body {
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	color: #666;
	background: #FFF;
}

.grecaptcha-badge { display: none !important; }

.container {
	width: 1340px;
	padding: 0 25px;
	max-width: 100%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

h1 {
	font-family: 'Open Sans', sans-serif;
	font-size: 20px;
	font-weight: 600;
	text-transform: uppercase;
	margin: 0 0 40px 0;
	color: #75bf9c;
	position: relative;
	line-height: 20px;
	padding: 10px 0;
}

h2 {
	font-family: 'Open Sans', sans-serif;
	font-size: 20px;
	line-height: 1.3;
	font-weight: 600;
	margin: 0 0 30px 0;
}

.sub-h2 {
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	font-weight: 600;
	text-transform: uppercase;
	margin: -15px 0 30px 0;
}

.mega-titulo {
	font-weight: 700;
	margin-bottom: 20px !important;
}

.mega-subtitulo {
	font-size: 18px;
    text-transform: none;
}

h3 {
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	font-weight: 600;
	text-transform: uppercase;
	margin: 0 0 10px 0;
	color: #f16600;
}

h4 {
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	font-weight: 600;
	text-transform: uppercase;
	margin: 40px 0 20px 0;
	color: #75bf9c;
}

h4:first-child {
	margin: 0 0 20px 0;
}

h6 {
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFF;
}

p,
.conteudo-editavel {
	line-height: 21px;
	text-align: justify;
}

p em,
.conteudo-editavel em { font-style: italic; }

p a,
.conteudo-editavel a {
	color: #5a99ab;
}

p a:hover,
.conteudo-editavel a:hover {
	color: #f16600;
}

p.data,
.conteudo-editavel.data {
	font-style: italic;
}

.conteudo-editavel ul > li {
	padding-left: 20px;
	position: relative;
}

.conteudo-editavel ul > li:before {
	content: "\f111";
	position: absolute;
	display: block;
	left: 3px;
	top: 0;
	font-family: 'FontAwesome';
	font-size: 7px;
	color: #f16600;
}

.conteudo-editavel ul ul > li:before {
	content: "\f111";
}

.conteudo-editavel ul ul > li:before {
	content: "\f10c";
}

.conteudo-editavel ul ul ul > li:before {
	content: "\f0c8";
}

.conteudo-editavel ul ul ul ul > li:before {
	content: "\f096";
}

.conteudo-editavel ol {
	counter-reset: item;
}

.conteudo-editavel ol > li {
	counter-increment: item;
	position: relative;
}

.conteudo-editavel ol > li:before {
	content: counters(item, ".") ". ";
	position: absolute;
	display: block;
	top: 0;
	left: 0;
}

.conteudo-editavel ol li {
	padding-left: 15px;
}

.conteudo-editavel ol li li {
	padding-left: 25px;
}

.conteudo-editavel ol li li li {
	padding-left: 35px;
}

.conteudo-editavel .botao-conteudo {
	display: inline-block;
	background-color: #5a99ab;
	color: #fff;
	padding: 10px 25px;
	line-height: 20px;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: 700;
}

.conteudo-editavel .botao-conteudo:hover {
	background-color: #ca5600;
	color: #ffffff;
}


/* helpers */

.margin-bottom-40 {
	margin-bottom: 40px;
}


/* TOP BAR */

.top_bar {
	width: 100%;
	background: #477c8b;
	color: #FFF;
	font-size: 11px;
}

.top_bar .container {
	padding-top: 10px;
	padding-bottom: 10px;
}

.top_bar .links {
	float: left;
	font-family: 'Open Sans', sans-serif;
}

.top_bar .links li {
	display: block;
	float: left;
	border-right: 1px solid #B3D0D9;
}

.top_bar .links li:last-child {
	border-right: 0;
}

.top_bar .links li a {
	display: block;
	line-height: 30px;
	padding: 0 10px;
	-webkit-transition: all .2s;
	   -moz-transition: all .2s;
	     -o-transition: all .2s;
	        transition: all .2s;
}

.top_bar .links li:first-child a {
	padding: 0 10px 0 0;
}

.top_bar .links li:last-child a {
	padding: 0 0 0 10px;
}

.top_bar .login {
	float: right;
	line-height: 20px;
}

.login-popup-opener {
	background: none;
	border: none;
	padding: 0;
	cursor: pointer;
	display: none;
}

.login-popup-opener i {
	font-size: 24px;
	color: #fff;
	-webkit-transition: color 0.3s;
	-o-transition: color 0.3s;
	transition: color 0.3s;
	display: block;
	width: 34px;
	line-height: 30px;
	text-align: center;
}

.login-popup-opener:hover i { color: #f16600; }

.login-popup-closer {
	background: none;
	border: none;
	padding: 0;
	cursor: pointer;
	position: absolute;
	top: 0;
	right: 0;
	display: none;
}

.login-popup-closer i {
	font-size: 20px;
	color: #666;
	-webkit-transition: color 0.3s;
	-o-transition: color 0.3s;
	transition: color 0.3s;
	display: block;
	width: 35px;
	line-height: 35px;
	text-align: center;
}

.login-popup-closer:hover i { color: #f16600; }

.top_bar .login .divider {
	font-size: 17px;
	line-height: 20px;
	color: rgba(255, 255, 255, 0.30);
	display: inline-block;
	margin: 0 10px;
}

.top_bar .area-reservada-ico {
	display: none !important;
}

.top_bar .login form {
	display: inline-block;
}

.top_bar .login input {
	display: inline-block;
	background: rgba(255, 255, 255, 0.30);
	width: 125px;
	padding: 5px 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 13px;
	color: #FFF;
	font-family: 'FontAwesome', 'Open Sans', sans-serif;
}

.top_bar .login input:focus {
	background: rgba(255, 255, 255, 0.50);
}

.top_bar .login input::-webkit-input-placeholder {
	color: #FFF;
}

.top_bar .login input:-moz-placeholder {
	/* Firefox 18- */
	color: #FFF;
}

.top_bar .login input::-moz-placeholder {
	/* Firefox 19+ */
	color: #FFF;
}

.top_bar .login input:-ms-input-placeholder {
	color: #FFF;
}

.top_bar .login .submit {
	display: none;
}


/* Idiomas */

.lang-switcher {
	float: left;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	margin-right: 20px;
	height: 30px;
}

.lang-switcher a {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
	padding: 0 5px;
}

.lang-switcher a img {
	filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feColorMatrix type="matrix" color-interpolation-filters="sRGB" values="0.2126 0.7152 0.0722 0 0 0.2126 0.7152 0.0722 0 0 0.2126 0.7152 0.0722 0 0 0 0 0 1 0" /></filter></svg>#filter');
	-webkit-filter: grayscale(100%);
			filter: grayscale(100%);
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	height: 24px;
}

.lang-switcher a:hover img,
.lang-switcher a.active img {
	filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feColorMatrix type="matrix" color-interpolation-filters="sRGB" values="1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 1 0" /></filter></svg>#filter');
	-webkit-filter: grayscale(0%);
    		filter: grayscale(0%);
}


/* Ícones da barra de topo */

.top-icons {
	float: right;
	display: none;
}

.top-icons a { cursor: pointer; }

.top-icons a:nth-child(n+2) { margin-left: 10px; }

.top-icons a i {
	font-size: 20px;
	color: #fff;
	-webkit-transition: color 0.3s;
	-o-transition: color 0.3s;
	transition: color 0.3s;
	line-height: 30px;
}

.top-icons a:hover i { color: #f16600; }


/* Popup de pesquisa */

.search-popup {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
	justify-content: center;
	opacity: 0;
	-webkit-transition: opacity 0.3s;
	-o-transition: opacity 0.3s;
	transition: opacity 0.3s;
	pointer-events: none;
	background: #fff;
	z-index: 1;
}

.search-popup.open {
	opacity: 1;
	pointer-events: all;
}

.search-popup-closer {
	position: absolute;
	top: 0;
	right: 0;
	display: block;
	width: 50px;
	line-height: 50px;
	text-align: center;
	color: #666;
	-webkit-transition: color 0.3s;
	-o-transition: color 0.3s;
	transition: color 0.3s;
	font-size: 24px;
}

.search-popup-closer:hover,
.search-popup-closer:focus { color: #f16600; }

.search-popup form { position: relative; }

.search-popup form input {
	display: block;
	width: 100%;
	background: none;
	font-size: 16px;
	color: #666;
	font-family: 'Open Sans', sans-serif;
	height: 50px;
	line-height: 50px;
	padding: 0 50px 0 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 0;
	border: 0;
	border-bottom: 1px solid #dadada;
	-webkit-transition: border-color 0.3s;
	-o-transition: border-color 0.3s;
	transition: border-color 0.3s;
}

.search-popup form input:hover,
.search-popup form input:focus { border-color: #f16600; }

.search-popup form button {
	background: none;
	padding: 0;
	border: 0;
	border-radius: 0;
	cursor: pointer;
	position: absolute;
	top: 0;
	right: 0;
}

.search-popup form button i {
	display: block;
	width: 50px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	color: #666;
	-webkit-transition: color 0.3s;
	-o-transition: color 0.3s;
	transition: color 0.3s;
	font-size: 24px;
}

.search-popup form button:hover i,
.search-popup form button:focus i { color: #f16600; }


/* HEADER */

.header {
	width: 100%;
	background: #FFF;
}

.header .container {
	padding-top: 20px;
	padding-bottom: 20px;
}

.header .logo-wrapper {
	float: left;
}

.header .logo {
	width: 220px;
}

.header .divider {
	background: #5A99AB;
	width: 1px;
	height: 40px;
	margin: 23px 20px 0 50px;
	float: left;
}

.header .anos {
	position: relative;
	margin-top: 28px;
	float: left;
}

.header .anos .one {
	font-size: 22px;
	color: #5a99ab;
}

.header .anos .two {
	font-size: 11px;
	color: #F16600;
}

.header .right {
	float: right;
	margin-top: 4.5px;
}

.header .search_form {
	float: left;
	margin-right: 20px;
}

.header .search_form input {
	background-color: #F5F5F5;
	background-image: url(../img/header/search.png);
	background-position: 5% center;
	background-repeat: no-repeat;
	padding: 10px 10px 10px 40px;
	color: #777;
}

.header .search_form input:focus {
	background-color: #EEE;
}

.header .search_form .submit {
	display: none;
}

.header .social {
	margin-top: 10px;
}

.header .social img {
	margin-left: 10px;
}

.header .social a:first-child img {
	margin-left: 0;
}

.header .dgert {
	float: left;
	height: 70px;
	margin-top: 4.5px;
}


/* MENU */

.menu_wrapper {
	width: 100%;
	background: #5a99ab;
}

.menu_wrapper:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}

.menu {
	font-family: 'Open Sans', sans-serif;
	overflow: visible !important;
}

.menu:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}

.menu li {
	display: block;
	float: left;
}

.menu li a {
	display: block;
	line-height: 55px;
	color: #FFF;
	padding: 0 15px;
	text-transform: uppercase;
	font-weight: 600;
}

.menu li .pedido-info-menu button {
    display: block;
    line-height: 55px;
    color: #fff;
    padding: 0 15px;
    text-transform: uppercase;
    font-weight: 600;
    border: 0;
    cursor: pointer;
    background-color: transparent;
    font-family: inherit;
    font-size: inherit;
}

.menu li.has-sub {
	position: relative;
}

.menu li.has-sub:after {
	content: "\f107";
	position: absolute;
	font-family: 'FontAwesome';
	display: block;
	bottom: 5px;
	right: 50%;
	-webkit-transform: translateX(50%);
	   -moz-transform: translateX(50%);
	    -ms-transform: translateX(50%);
	     -o-transform: translateX(50%);
	        transform: translateX(50%);
	color: #fff;
	pointer-events: none;
	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	-o-transition: all .2s;
	transition: all .2s;
}

.menu li.has-sub:hover:after,
.menu li.has-sub.active:after {
	color: #75bf9c;
}

.menu li:hover > a,
.menu li:hover > .pedido-info-menu button {
	color: #75BF9C;
	background: #FFF;
}

.menu li.active > a,
.menu li.active > .pedido-info-menu button {
	color: #75BF9C;
	background: #FFF;
}

.submenu {
	position: absolute;
	background: #FFF;
	padding: 10px 50px 10px 15px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border-right: 1px solid #DDD;
	border-bottom: 1px solid #DDD;
	border-left: 1px solid #DDD;
	display: none;
	z-index: 1;
	left: 0;
	top: 100%;
}

.submenu .submenu {
	top: 0;
	left: 100%;
	border-top: 1px solid #DDD;
	margin-left: 50px;
}

.submenu .submenu::before {
	content: '';
	position: absolute;
	top: 0;
	right: 100%;
	width: 50px;
	height: 100%;
}

.submenu li {
	display: none;
	float: none;
}

.submenu li.has-sub::after {
	bottom: 50%;
	right: 0;
	-webkit-transform: translateY(50%) rotate(-90deg);
	   -moz-transform: translateY(50%) rotate(-90deg);
	    -ms-transform: translateY(50%) rotate(-90deg);
	     -o-transform: translateY(50%) rotate(-90deg);
	        transform: translateY(50%) rotate(-90deg);
	color: #999;
}

.submenu li a {
	display: block;
	line-height: 40px;
	color: #999;
	font-size: 13px;
	padding: 0;
	text-transform: none;
	border-bottom: 1px dashed #DDD;
	font-weight: 400;
	white-space: nowrap;
}

.submenu li:last-child a {
	border-bottom: none;
}

.mobile-toggle {
	display: none;
}


/* CONTENT */

.content {
	width: 100%;
	background: #FFF;
}

.content .container {
	padding-top: 60px;
	padding-bottom: 60px;
}


/* HOME */

.shortcuts {
	display: none;
}

.shortcuts-desktop {
	display: block;
	margin-top: 30px;
}

.shortcuts {
	width: 100%;
	margin-bottom: 50px;
}

.shortcuts:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: '';
	clear: both;
	height: 0;
}

.shortcuts a {
	display: block;
	float: left;
	width: 48.5%;
	height: 100px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
	border-width: 1px;
	border-style: solid;
	background-color: none;
	font-size: 13px;
	line-height: 1.5;
	color: #FFF;
	margin-top: 3%;
	margin-left: 3%;
}

.shortcuts a:nth-child(2n+1) {
	clear: both;
	margin-left: 0;
}

.shortcuts a:nth-child(-n+2) { margin-top: 0; }

.shortcuts .center {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	text-align: center;
	width: 100%;
	padding: 0 5px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.shortcuts i {
	font-size: 30px;
	margin-bottom: 8px;
}

.shortcut-cursos {
	background-color: #f16600;
	border-color: #f16600;
}
.shortcut-cursos:hover {
	background-color: #FFF;
	color: #f16600;
}
.shortcut-seminarios {
	background-color: #5a99ab;
	border-color: #5a99ab;
}
.shortcut-seminarios:hover {
	background-color: #FFF;
	color: #5a99ab;
}
.shortcut-pos-graduacoes {
	background-color: #75bf9c;
	border-color: #75bf9c;
}
.shortcut-pos-graduacoes:hover {
	background-color: #FFF;
	color: #75bf9c;
}
.shortcut-cursos-a-medida {
	background-color: #f16600;
	border-color: #f16600;
}
.shortcut-cursos-a-medida:hover {
	background-color: #FFF;
	color: #f16600;
}
.shortcut-noticias {
	background-color: #5a99ab;
	border-color: #5a99ab;
}
.shortcut-noticias:hover {
	background-color: #FFF;
	color: #5a99ab;
}
.shortcut-newsletter {
	background-color: #75bf9c;
	border-color: #75bf9c;
}
.shortcut-newsletter:hover {
	background-color: #FFF;
	color: #75bf9c;
}

.home_list {
	margin-bottom: 10px;
}

.home_list a {
	display: block;
	width: 100%;
	margin-bottom: 10px;
	background: #EEE;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	overflow: hidden;
	position: relative;
	height: 80px;
}

.home_list a:last-child {
	margin-bottom: 0;
}

.home_list a .date {
	float: left;
	display: block;
	position: absolute;
	height: 100%;
	width: 18%;
	padding: 10px 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background: #999;
	font-size: 25px;
	text-align: center;
	color: #FFF;
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	line-height: 19px;
}

.home_list a .date .day {
	font-size: 10px;
	display: block;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	-moz-transform: translateY(-100%);
	-o-transform: translateY(-100%);
	transform: translateY(-100%);
	width: 100%;
	text-align: center;
}

.home_list a .date.tipo .day {
	font-size: 10px;
}

.home_list a .date .mon {
	font-size: 16px;
	display: block;
	position: absolute;
	top: 50%;
	width: 100%;
	text-align: center;
}

.home_list a .date.tipo .mon {
	font-size: 9px;
}

.home_list a .desc {
	width: 82%;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	margin-left: 18%;
	padding: 10px 10px 10px 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	line-height: 19px;
}

.home_list a:hover .date {
	color: #FFF;
}

.home_list a:hover .desc {
	color: #FFF;
}

.todos {
	padding: 10px 15px;
	font-weight: bold;
	font-size: 10px;
	text-transform: uppercase;
	float: right;
	color: #FFF;
	display: block;
}

.lista-de-cursos a {
	height: 100px !important;
}

.lista-de-cursos .desc {
	width: 100% !important;
	margin-left: 0 !important;
	top: 40% !important;
	padding: 0 20px !important;
}

.lista-de-cursos .date {
	text-align: left!important;
	display: block !important;
	position: absolute !important;
	bottom: 0 !important;
	left: 0 !important;
	width: 100% !important;
	margin: 0 !important;
	font-size: 11px !important;
	height: 20px !important;
	line-height: 20px !important;
	padding: 0 20px !important;
}

.cursos h2 {
	color: #ca5600;
}

.cursos .home_list a {
	border-bottom-color: #F16600;
}

.cursos .home_list a:hover {
	background: #F16600;
}

.cursos .home_list a:hover .date {
	background: #CA5600;
}

.cursos .todos {
	background: #F16600;
}

.cursos .todos:hover {
	background: #CA5600;
}

.seminarios h2 {
	color: #5a99ab;
}

.seminarios .home_list a {
	border-bottom-color: #5a99ab;
}

.seminarios .home_list a:hover {
	background: #5a99ab;
}

.seminarios .home_list a:hover .date {
	background: #477C8B;
}

.seminarios .todos {
	background: #5a99ab;
}

.seminarios .todos:hover {
	background: #477C8B;
}

.destaques h2 {
	color: #75bf9c;
}

.destaques .home_list a {
	border-bottom-color: #75bf9c;
}

.destaques .home_list a:hover {
	background: #75bf9c;
}

.destaques .home_list a:hover .date {
	background: #479A73;
}

.destaques .todos {
	background: #75bf9c;
}

.destaques .todos:hover {
	background: #479A73;
}

.destaques .home_list a .desc {
	width: 100%;
	margin-left: 0;
}

/* .destaques .col {
    margin-bottom: 10px;
    width: 49%;
} */

/* .destaques .col:nth-last-child(-n+2) {
    margin-bottom: 0;
} */

.destaques .home_list .destacada .date {
    width: 25%;
}

.destaques .home_list .destacada .day {
	-webkit-transform: translateY(-50%);
	   -moz-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	     -o-transform: translateY(-50%);
	        transform: translateY(-50%);
}

.destaques .home_list .destacada .desc {
	width: auto;
	margin-left: 25%;
}

.galeria_home h2 {
	color: #5a99ab;
}

.galeria_home a {
	display: block;
	float: left;
	height: 125px;
	width: 31.3%;
	margin-right: 2%;
	margin-bottom: 10px;
	border: 5px solid #EEE;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	-o-transition: all .2s;
	transition: all .2s;
}

@media all and (min-width: 451px) {
	.galeria_home a:nth-child(3n+3) {
		margin-right: 0;
	}
	.galeria_home a:nth-child(3n+4) {
		clear: both;
	}
	.galeria_home a:nth-last-child(-n+3) {
		margin-bottom: 0;
	}
}

.galeria_home a:hover {
	border-color: #5a99ab;
	opacity: 0.5;
	filter: alpha(opacity=50);
}

.videos h2 {
	color: #5a99ab;
}

.videos iframe {
	width: 100%;
	height: 275px;
	margin-bottom: 30px;
}

.videos iframe:last-child {
	margin-bottom: 0;
}


/* CURSOS */

.alerta {
	color: #ca5600;
	background-color: #f4f4f4;
	font-size: 13px;
	padding: 5px 15px;
	position: relative;
	top: -2px;
	display: inline-block;
	margin-left: 5px;
}

@-webkit-keyframes blinking {
	0% {
		opacity: 0;
		filter: alpha(opacity=0);
	}
	100% {
		opacity: 100;
		filter: alpha(opacity=100);
	}
}

@-moz-keyframes blinking {
	0% {
		opacity: 0;
		filter: alpha(opacity=0);
	}
	100% {
		opacity: 100;
		filter: alpha(opacity=100);
	}
}

@-o-keyframes blinking {
	0% {
		opacity: 0;
		filter: alpha(opacity=0);
	}
	100% {
		opacity: 100;
		filter: alpha(opacity=100);
	}
}

@keyframes blinking {
	0% {
		opacity: 0;
		filter: alpha(opacity=0);
	}
	100% {
		opacity: 100;
		filter: alpha(opacity=100);
	}
}

.cursos h1 {
	color: #F16600;
}

.cursos h3 {
	color: #ca5600;
}

.curso-banner {
	display: block;
	width: 100%;
	margin-top: 50px;
	padding: 4px;
	border: 1px solid #5A99AB;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

.cursos .triple_col,
.seminarios .triple_col {
	margin-bottom: 50px;
}

.cursos .triple_col:last-child,
.seminarios .triple_col:last-child {
	margin-bottom: 0;
}

.formador {
	width: 200px;
	position: relative;
	left: 100%;
	-webkit-transform: translateX(-100%);
	-ms-transform: translateX(-100%);
	-moz-transform: translateX(-100%);
	-o-transform: translateX(-100%);
	transform: translateX(-100%);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 4px;
	border: 1px solid #5a99ab;
}

.dados-do-curso {
	text-align: right;
	margin-bottom: 40px;
	font-weight: bold;
	font-size: 15px;
}

.dados-do-curso a {
	margin-left: 10px;
	font-size: 18px;
	width: 35px;
	line-height: 35px;
	display: inline-block;
	color: #FFF;
	background-color: #aaa;
	text-align: center;
	-webkit-border-radius: 100%;
	   -moz-border-radius: 100%;
	        border-radius: 100%;
}

.dados-do-curso a:hover {
	background-color: #477c8b;
    color: #fff;
}

.dados-do-curso .pdf {
	display: inline-block;
	background-color: #E62B1E;
	-webkit-border-radius: 0;
	   -moz-border-radius: 0;
	        border-radius: 0;
}

.dados-do-curso .pdf:hover {
	background-color: #FFF;
}

.dados-do-curso .pdf:hover i {
	color: #E62B1E;
}


/* SEMINARIOS */

.seminarios h1 {
	color: #5a99ab;
}

.seminarios h3 {
	color: #477c8b;
}


/* CD E TEXTOS */

.cd-textos .col {
	margin-bottom: 0 !important;
}

.cd-textos label.col {
	margin-bottom: 15px !important;
	line-height: 19px;
	cursor: pointer;
}

.cd-textos input {
	padding: 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.cd-textos input[type="checkbox"] {
	margin-right: 10px;
	cursor: pointer;
	display: inline-block;
	width: auto;
}

.cd-textos input[type="text"],
.cd-textos input[type="email"],
.cd-textos input[type="tel"] {
	width: 100%;
	border: 1px solid #DDD;
	color: #777;
	margin-bottom: 15px;
}

.cd-textos input:focus {
	border: 1px solid #f16600;
}

.cd-textos textarea {
	width: 100%;
	height: 100px;
	resize: none;
	border: 1px solid #DDD;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	margin-bottom: 15px;
	padding: 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	color: #777;
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
}

.cd-textos textarea:focus {
	height: 150px;
	border: 1px solid #f16600;
}

.cd-textos input[type="submit"] {
	width: 100%;
	padding: 15px;
	color: #FFF;
	background: #75bf9c;
}

.cd-textos input[type="submit"]:hover {
	background: #f16600;
	cursor: pointer;
}


/* PEDIDOS DE INFORMACAO */

.informacao .col {
	margin-bottom: 0 !important;
}

.informacao em.state-error {
    padding-top: 5px !important;
}

.newsletter em.state-error {
    color: #c00;
}

.informacao .aceitar-termos em.state-error {
    padding-top: 15px !important;
}

.informacao input,
.informacao select {
	width: 100%;
	padding: 10px;
	margin-bottom: 15px;
	border: 1px solid #DDD;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	color: #777;
}

.informacao input:focus,
.informacao select:focus {
	border: 1px solid #f16600;
}

.informacao textarea {
	width: 100%;
	height: 100px;
	resize: none;
	border: 1px solid #DDD;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	margin-bottom: 15px;
	padding: 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	color: #777;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
}

.informacao textarea:focus {
	height: 150px;
	border: 1px solid #f16600;
}

.informacao a.flo-button.btn-themed {
    line-height: 1 !important;
}

.informacao a.flo-button.btn-themed,
.informacao input[type="submit"],
.informacao button[type="submit"] {
	padding: 10px 15px;
	color: #FFF;
	background: #75bf9c;
}

.informacao a.flo-button.btn-themed:hover,
.informacao input[type="submit"]:hover,
.informacao button[type="submit"]:hover {
	background: #f16600;
	cursor: pointer;
}

.informacao .radio {
	line-height: 19px;
	margin-bottom: 15px;
	text-align: justify;
	display: block;
	cursor: pointer;
}

.informacao input[type="radio"] {
	width: 15px;
	display: inline-block;
	margin-right: 10px;
	margin-bottom: 0;
	cursor: pointer;
}

.informacao .triple_col {
	margin-bottom: 0;
}

.informacao .preco {
	display: block;
	margin: 15px 0 5px 0;
}

.informacao .preco b span {
    font-size: 11px;
}

.informacao .bg-yellow {
	background-color: #FF0;
}

.form-link {
    display: block;
    color: #75bf9c;
}
.form-link:hover {
    color: #f16600;
}

.aceitar-termos {
    margin-top: 10px;
}

.aceitar-termos .field {
    padding-left: 30px;
    text-indent: -30px;
}

.aceitar-termos .flo-checkbox {
    margin-right: 9px !important;
}


/* POS-GRADUACOES */

.pos-graduacoes a {
	height: 130px;
	background-color: #009688;
	position: relative;
	color: #fff;
	width: 48.25%;
	display: block;
	margin-bottom: 30px;
	margin-left: 3.5%;
	float: left;
}

.pos-graduacoes a:nth-child(2n+1) {
	clear: both;
	margin-left: 0;
}

.pos-graduacoes a:nth-last-child(-n+2) {
	margin-bottom: 0;
}

.pos-graduacoes span {
	font-size: 12px;
	line-height: 21px;
	text-align: center;
	display: block;
	width: 92.5%;
	left: 50%;
	top: 50%;
	position: absolute;
	-webkit-transform: translate(-50%, -50%);
	   -moz-transform: translate(-50%, -50%);
	    -ms-transform: translate(-50%, -50%);
	     -o-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
	text-transform: uppercase;
}

.pos-graduacoes span b {
	font-size: 16px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
}

.pos-graduacoes span b:last-child {
	display: block;
	margin-top: 10px;
}

.pos-graduacoes .pcc {
	background-color: #00bed5;
}

.pos-graduacoes .mi {
	background-color: #2C3E50;
}

.pos-graduacoes .mie {
	background-color: #026aa7;
}

.pos-graduacoes a:hover {
	border-color: #f16600;
	background-color: #f16600;
}


/* PGS HOME */

.home_list .pcc {
    border-color: #00bed5 !important;
}
.home_list .pcc:hover {
    background-color: #00bed5 !important;
}
.home_list .pcc:hover .date {
    background-color: #008da4 !important;
}

.home_list .mie {
    border-color: #026aa7 !important;
}
.home_list .mie:hover {
    background-color: #026aa7 !important;
}
.home_list .mie:hover .date {
    background-color: #005b98 !important;
}

.home_list .mi {
    border-color: #2C3E50 !important;
}
.home_list .mi:hover {
    background-color: #2C3E50 !important;
}
.home_list .mi:hover .date {
    background-color: #031828 !important;
}

.home_list .gosi {
    border-color: #009688 !important;
}
.home_list .gosi:hover {
    background-color: #009688 !important;
}
.home_list .gosi:hover .date {
    background-color: #00675b !important;
}


/* GALERIA */

.categorias .col {
	padding: 4px;
	border: 1px solid #DDD;
}

.categorias .col img {
	width: 100%;
	height: 150px;
	display: block;
	-o-object-fit: cover;
	object-fit: cover;
}

.categorias .col span {
	display: block;
	margin: 8px 0 4px 0;
	text-align: center;
	padding: 0 10px;
	line-height: 19px;
}

.categorias .col:hover {
	border: 1px solid #f16600;
}

.categorias .col:hover span {
	color: #f16600;
}

.fotografias a {
	opacity: 0.8;
	filter: alpha(opacity=80);
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
}

.fotografias a:hover {
	opacity: 1;
	filter: alpha(opacity=100);
}

.fotografias img {
	width: 100%;
	height: 100px;
	-o-object-fit: cover;
	object-fit: cover;
}


/* PESQUISA */

.search-results .item {
	display: block;
	position: relative;
	padding: 15px 15px 15px 55px;
	border: 1px solid #5a99ab;
}

.search-results .item:nth-child(n+2) { margin-top: 20px; }

.search-results .item i {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 40px;
	height: 100%;
	background: #5a99ab;
	color: #fff;
	font-size: 16px;
}

.search-results .item i::before {
	position: absolute;
	bottom: 50%;
	-webkit-transform: translateY(50%);
	-ms-transform: translateY(50%);
	transform: translateY(50%);
	display: block;
	width: 100%;
	text-align: center;
}

.search-results .item .title,
.search-results .item .excerpt,
.search-results .item .link { display: block; }

.search-results .item .title {
	font-size: 16px;
	font-weight: 700;
	line-height: 1.3;
}

.search-results .item .excerpt {
	font-size: 13px;
	margin-top: 10px;
	line-height: 1.5;
}

.search-results .item .link {
	font-size: 12px;
	margin-top: 10px;
	color: #75bf9c;
}

.search-results .item:hover { border-color: #f16600; }
.search-results .item:hover i { background: #f16600; }

.resultado {
	background: #f0f0f0;
	border-bottom: 1px solid #75bf9c;
	margin-bottom: 15px;
	overflow: hidden;
	display: block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 10px;
}

.resultado:hover {
	background: #75bf9c;
	border-bottom: 1px solid #479A73;
}

.resultado:hover * {
	color: #FFF;
}

.resultado .pagina {
	font-size: 16px;
	display: block;
	margin-bottom: 5px;
}

.resultado:last-child {
	margin-bottom: 0;
}


/* FOOTER */

.footer {
	width: 100%;
	background: #5a99ab;
}

.footer .container {
	padding-top: 50px;
	padding-bottom: 50px;
}

.footer .col {
	border-right: 1px solid #B3D0D9;
	width: 20%;
	float: left;
	min-height: 115px;
	padding: 0 25px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.footer .col:first-child {
	padding: 0 25px 0 0;
}

.footer .col:last-child {
	padding: 0 0 0 25px;
	border-right: 0;
}

.footer a {
	color: #FFF;
	display: block;
	padding: 10px 0;
	text-transform: uppercase;
	font-size: 11px;
	-webkit-transition: all .2s;
	   -moz-transition: all .2s;
	     -o-transition: all .2s;
	        transition: all .2s;
}

.footer a:first-child {
	padding: 0 0 10px 0;
}

.footer a:last-child {
	padding: 10px 0 0 0;
}


/* CREDITS */

.credits {
	width: 100%;
	background: #477C8B;
	color: #FFF;
}

.credits .container {
	padding-top: 30px;
	padding-bottom: 80px;
}

.moodle-logo {
	float: left;
	display: block;
	height: 40px;
}

.newsletter {
	display: block;
	width: 100%;
}

.newsletter label {
	display: block;
	margin-bottom: 10px;
	line-height: 19px;
    padding-left: 23px;
    text-indent: -23px;
}

.newsletter label.field {
    padding-left: 0;
    text-indent: 0;
}

.newsletter input {
	padding: 15px 10px;
	font-size: 13px;
	width: 100%;
	font-family: 'FontAwesome', 'Open Sans', sans-serif;
	display: block;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
	border: 1px solid #ddd;
}

.newsletter input[type="checkbox"] {
	display: inline-block;
	width: auto;
	margin-right: 10px;
}

.newsletter input:hover {
	border-color: #ccc;
}

.newsletter input:focus {
	border-color: #f16600;
}

.newsletter button[type="submit"] {
	position: absolute;
	display: block;
	right: 0;
	-webkit-border-radius: 0;
	   -moz-border-radius: 0;
	        border-radius: 0;
	top: 0;
	width: 40px;
	height: 51px;
	border: 0;
	background-color: #479a73;
	color: #FFF;
	cursor: pointer;
}

.newsletter button[type="submit"]:hover {
	background-color: #75bf9c;
}

.newsletter .state-error {
	display: block;
	margin-top: 5px;
}

.credits .right {
	float: right;
	text-align: right;
	line-height: 19px;
}

.credits .right a:hover {
	color: #8CD50B;
}


/* APRESENTACAO */

.apresentacao .col-texto {
    float: right;
    width: 65%;
}

.apresentacao .col-img {
    float: left;
    width: 30%;
}

.apresentacao .col-img img {
    display: block;
    width: 100%;
}

.apresentacao .col-img .nome {
    display: block;
    margin-top: 15px;
    line-height: 1.5;
    text-align: center;
}

@media (max-width: 600px) {
    .apresentacao .col-texto,
    .apresentacao .col-img {
        float: none;
        width: 100%;
    }
    .apresentacao .col-texto {
        margin-bottom: 50px;
    }
}


/* CONSELHO CONSULTIVO */

.conselho-consultivo .membro {
    margin-bottom: 50px;
}

.conselho-consultivo .membro:last-child {
    margin-bottom: 0;
}

.conselho-consultivo .membro h2 {
    margin-bottom: 5px;
}

.conselho-consultivo .membro h3 {
    color: #666;
}

.conselho-consultivo img {
    width: 100%;
    display: block;
}

/* BOLSAS */

.bolsas .col {
    background-color: #eee;
    border: 1px solid #eee;
    position: relative;
}

.bolsas .logo-wrap {
    background-color: #fff;
    padding: 20px 10px;
    float: left;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
    width: 35%;
}

.bolsas .logo-wrap span {
    display: block;
    padding-bottom: 100%;
    background-position: center;
    background-repeat: no-repeat;
	-moz-background-size: contain;
	  -o-background-size: contain;
		 background-size: contain;
}

.bolsas .info {
    position: absolute;
    left: 35%;
    bottom: 50%;
    width: 65%;
    padding: 0 15px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transform: translateY(50%);
	   -moz-transform: translateY(50%);
	    -ms-transform: translateY(50%);
	     -o-transform: translateY(50%);
            transform: translateY(50%);
}

.bolsas .cargo {
    display: block;
    color: #5a99ab;
    font-weight: 700;
    margin-bottom: 10px;
	font-family: 'Open Sans', sans-serif;
	line-height: 1.3;
}

.bolsas .empresa {
    display: block;
	font-family: 'Open Sans', sans-serif;
	font-size: 11px;
	line-height: 1.3;
}

.bolsas .empresa:nth-last-child(1) { margin-top: 5px; }

.bolsas .col:hover {
    background-color: #f4f4f4;
    border-color: #5a99ab;
}

.bolsas-oferta .info {
    position: static;
    left: auto;
    bottom: auto;
    width: 100%;
    padding: 15px;
    display: block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transform: none;
	   -moz-transform: none;
	    -ms-transform: none;
	     -o-transform: none;
            transform: none;
}


/* BOLSA ITEM */

.bolsa-img {
    border: 1px solid #dadada;
    padding: 15px;
}

.bolsa-img span {
    display: block;
    width: 100%;
    padding-bottom: 100%;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

.back-btn {
    display: block;
    line-height: 20px;
    padding: 5px 0;
    width: 100px;
    border: 1px solid #dadada;
    text-align: center;
    margin-top: 30px;
}

.back-btn:hover {
    background-color: #eee;
}

.bolsa-info {
    margin-bottom: 30px;
}

.bolsa-info span {
    display: block;
    line-height: 2;
}


/* SWITCH FORMS */

.empresa {
    display: none;
}

.switch-forms {
    margin-bottom: 15px;
}

.switch-forms:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

.switch-forms span {
    display: block;
    float: left;
    width: 48.5%;
    line-height: 20px;
    padding: 10px 0;
    cursor: pointer;
    background-color: #f4f4f4;
    font-size: 10px;
    text-transform: uppercase;
    text-align: center;
    font-weight: 700;
}

.switch-forms span:last-child {
    margin-left: 3%;
}

.switch-forms span:hover {
    background-color: #eee;
}

.switch-forms span.active {
    background-color: #5a99ab;
    color: #fff;
}


/* PARTICIPANTES */

.participantes { margin-bottom: 20px; }

.add-participante {
    display: block;
    width: 200px;
    line-height: 20px;
    padding: 10px 0;
    cursor: pointer;
    background-color: #f4f4f4;
    font-size: 10px;
    text-transform: uppercase;
    text-align: center;
    font-weight: 700;
}

.add-participante:hover {
    background-color: #eee;
}

.delete-participante {
    clear: both;
    margin: 0 0 15px 0;
    display: block;
    width: 150px;
    line-height: 15px;
    padding: 5px 0;
    cursor: pointer;
    background-color: #f2dede;
    color: #a94442;
    font-size: 9px;
    text-transform: uppercase;
    text-align: center;
    font-weight: 700;
}

.delete-participante:hover {
    background-color: #ffd0d0;
}


/* FORM ALERT */

.form-alert {
    display: block;
    border-width: 1px;
    border-style: solid;
    padding: 12px 20px;
    width: 100%;
    box-sizing: border-box;
    line-height: 1.5;
    margin: 15px 0;
}
.form-alert:first-child {margin-top:0}
.form-alert:last-child {margin-bottom:0}
.form-alert.success {
    background-color: #dff0d8;
    border-color: #d0e9c6;
    color: #3c763d;
}
.form-alert.info {
    background-color: #d9edf7;
    border-color: #bcdff1;
    color: #31708f;
}
.form-alert.warning {
    background-color: #fcf8e3;
    border-color: #faf2cc;
    color: #8a6d3b;
}
.form-alert.danger {
    background-color: #f2dede;
    border-color: #ebcccc;
    color: #a94442;
}


/* PEDIDO INFO */

.pedido-info {
    display: block;
    position: fixed;
    right: 0;
    bottom: 50%;
    transform: translateY(50%);
}

.pedido-info.btn2 { bottom: 60%; }
.pedido-info.btn3 { bottom: 70%; }

.pedido-info button,
.pedido-info a {
    display: block;
    line-height: 1.4;
    text-align: center;
    background-color: #f16600;
    color: #fff;
    border-radius: 50px 0 0 50px;
    font-size: 13px;
    transition: all .2s;
    padding-top: 7.5px;
    padding-right: 10px;
    padding-bottom: 7.5px;
    padding-left: 15px;
    border: 0;
    cursor: pointer;
    text-transform: uppercase;
    font-weight: 700;
	-webkit-box-shadow: -1px 3px 5px rgba(0, 0, 0, 0.2);
	box-shadow: -1px 3px 5px rgba(0, 0, 0, 0.2);
}

.pedido-info button:hover,
.pedido-info a:hover { padding-right: 20px; }

.pedido-info.btn2 button,
.pedido-info.btn2 a { background-color: #477c8b; }

.pedido-info.btn3 button,
.pedido-info.btn3 a {
	background-color: #75bf9c;
	/* -webkit-animation: blinking 1s infinite alternate;
	-moz-animation: blinking 1s infinite alternate;
	-o-animation: blinking 1s infinite alternate;
	animation: blinking 1s infinite alternate; */
}

@media (max-width: 575.98px) {
	.pedido-info {
	    right: 0;
	    bottom: 0 !important;
	    transform: none;
		width: 33.333%;
	}

	.pedido-info.btn2 { right: 33.333%; }

	.pedido-info.btn3 { right: 66.666%; }

	.pedido-info button,
	.pedido-info a {
	    border-radius: 20px 20px 0 0;
	    padding-right: 15px;
	    padding-bottom: 10px;
		-webkit-transition: padding-bottom 0.3s;
		-o-transition: padding-bottom 0.3s;
		transition: padding-bottom 0.3s;
		display: block;
		width: 95%;
		margin: 0 auto;
		font-size: 12px;
		-webkit-box-shadow: 1px -3px 5px rgba(0, 0, 0, 0.2);
		box-shadow: 1px -3px 5px rgba(0, 0, 0, 0.2);
	}

	.pedido-info button:hover,
	.pedido-info a:hover {
		padding-right: 15px;
		padding-bottom: 20px;
	}
}


/* * * * * RESPONSIVE * * * * */

@media all and (max-width: 1075px) {
	.menu {
		display: none;
	}
	.mobile-toggle {
		display: block;
		cursor: pointer;
		height: 73px;
		line-height: 73px;
		float: left;
		margin-right: 20px;

        padding-right: 20px;
        background-image: url('../img/header/hamburger.png');
        background-position: right center;
        background-repeat: no-repeat;
        background-size: 15px auto;
        color: #5a99ab;
        font-size: 16px;
	}
}

@media all and (max-width: 950px) {
	.top_bar .links {
		display: none;
	}
	.header .divider {
		display: none;
	}
	.header .anos {
		display: none;
	}
}

@media all and (max-width: 850px) {
	.shortcuts {
		display: block;
	}
}

@media all and (max-width: 800px) {
	.moodle-logo {
		float: none;
		margin: 0 auto;
	}
	.credits .right {
		float: none;
		margin-top: 30px;
		text-align: center;
		width: 100%;
	}
}

@media all and (max-width: 750px) {
	.top-icons {
		display: -webkit-flex;
		display: -ms-flex;
		display: flex;
	}

	.top_bar .login .texto,
	.top_bar .login .divider { display: none; }

	.login-popup-opener,
	.login-popup-closer { display: block; }

	.top_bar .login form {
		position: fixed;
		bottom: 0;
		left: 0;
		width: 100%;
		height: 100%;
		display: -webkit-flex;
		display: -ms-flex;
		display: flex;
		justify-content: center;
		-ms-align-items: center;
		align-items: center;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		opacity: 0;
		pointer-events: none;
		-webkit-transition: opacity 0.3s;
		-o-transition: opacity 0.3s;
		transition: opacity 0.3s;
		background: #fff;
		z-index: 1;
		padding: 0 25px;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}

	.top_bar .login form.open {
		opacity: 1;
		pointer-events: all;
	}

	.top_bar .login .area-reservada-ico {
		display: inline-block !important;
		font-size: 30px;
		color: #5a99ab;
		margin: 0;
	}

	.top_bar .login input {
		text-align: center;
		width: 100%;
		margin-top: 15px;
		background: #f0f0f0;
		color: #666;
		line-height: 30px;
		height: 40px;
		font-size: 14px;
	}

	.top_bar .login input:focus { background: #dadada; }

	.top_bar .login input::-webkit-input-placeholder { color: #666; }
	.top_bar .login input:-moz-placeholder { color: #666; }
	.top_bar .login input::-moz-placeholder { color: #666; }
	.top_bar .login input:-ms-input-placeholder { color: #666; }

	.top_bar .login .submit {
		display: block;
		width: 100%;
		height: 40px;
		line-height: 40px;
		text-align: center;
		background: #5a99ab;
		color: #fff;
		-webkit-transition: background 0.3s;
		-o-transition: background 0.3s;
		transition: background 0.3s;
		padding: 0;
		text-transform: uppercase;
	}

	.top_bar .login .submit:hover,
	.top_bar .login .submit:focus { background: #f16600; }

	.header .container {
		padding-top: 30px;
		padding-bottom: 0;
		margin-bottom: -30px;
	}

	.header .logo-wrapper {
		width: 100%;
		max-width: 274px;
		position: relative;
		left: 50%;
		-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		-moz-transform: translateX(-50%);
		-o-transform: translateX(-50%);
		transform: translateX(-50%);
	}
	.header .logo {
		float: right;
		width: 190px;
	}
	.header .right {
		float: none;
		display: block;
		margin-top: 30px;
		clear: both;
		display: none;
	}
	.header .search_form {
		float: none;
		display: block;
		margin-right: 0;
		text-align: center;
		width: 100%;
		max-width: 273px;
		position: relative;
		left: 50%;
		-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		-moz-transform: translateX(-50%);
		-o-transform: translateX(-50%);
		transform: translateX(-50%);
	}
	.header .search_form input {
		width: 100%;
	}
	.header .social {
		float: none;
		margin-left: 0;
		text-align: center;
	}
	.header .social img {
		margin-right: 10px;
	}
	.header .social a:last-child img {
		margin-right: 0;
	}
	.header .dgert {
		display: none;
	}
	/* FOOTER */
	.footer .col {
		border-right: 0;
		border-bottom: 1px solid #B3D0D9;
		width: 100%;
		padding: 25px 0;
		text-align: center;
	}
	.footer .col:first-child {
		padding: 0 0 25px 0;
	}
	.footer .col:last-child {
		padding: 25px 0 0 0;
		border-bottom: 0;
	}
}

@media all and (max-width: 600px) {
    .pos-graduacoes a {
        width: 100%;
        margin-bottom: 30px !important;
        margin-left: 0;
        float: none;
    }
    .pos-graduacoes a:last-child {
        margin-bottom: 0 !important;
    }
}

@media all and (max-width: 450px) {
	.container {
		padding-left: 15px;
		padding-right: 15px;
	}

	.galeria_home a {
		width: 49%;
		margin-right: 2%;
	}
	.galeria_home a:nth-child(even) {
		margin-right: 0;
	}
	.galeria_home a:nth-child(odd) {
		clear: left;
	}
	.galeria_home a:nth-last-child(-n+2) {
		margin-bottom: 0;
	}
}


.text_ads {
    top: 0;
    left: -5px;
}

.politicas {
    font-size: 16px;
    line-height: 35px;
}

.politicas li:before {
    line-height: 35px;
    top: 0;
}


/* FORMACAO MENSAL */

.formacao-mensal h3 {
    margin-top: 30px;
}

.formacao-mensal h3.tit-form {
    margin-top: 50px;
}

.formacao-mensal li {
    line-height: 1.5;
    font-size: 16px;
    margin-top: 10px;
}

.formacao-mensal li:first-child {
    margin-top: 0;
}

.formacao-mensal li:before {
    content: "\f0c8" !important;
    top: 9px !important;
    font-size: 5px !important;
    opacity: .5;
}

.formacao-mensal li .data:before {
    content: " - ";
}

@media (max-width: 600px) {
    .formacao-mensal li:nth-child(n+2) {
        margin-top: 15px;
        padding-top: 15px;
        border-top: 1px solid #eee;
    }
    .formacao-mensal li:nth-child(n+2):before {
        top: 24px !important;
    }
    .formacao-mensal li .data {
        display: block;
        font-size: 14px;
    }
    .formacao-mensal li .data:before {
        content: "";
    }
}

.formacao-mensal .nota {
    font-size: 15px;
	margin-bottom: 5px;
}


/***************************************************************
** Curso/Seminário: Títulos */

.titulos { position: relative; }

@media (min-width: 576px) {
	.titulos.titulos-flex {
		display: -webkit-flex;
		display: -ms-flex;
		display: flex;
		-ms-align-items: flex-start;
		align-items: flex-start;
		justify-content: space-between;
	}

	.titulos.titulos-flex a {
		margin-left: 25px;
		position: static;
		flex-shrink: 0;
	}
}

.proximos-cursos-btn {
	position: absolute;
	top: 0;
	right: 0;
	display: block;
	background-color: #75bf9c;
	background-color: #68a789;
	color: #fff;
	font-weight: 700;
	font-weight: 800;
	font-size: 13px;
	text-transform: uppercase;
	padding: 5px 25px;
	line-height: 30px;
	-webkit-animation: blinking 1s infinite alternate;
	-moz-animation: blinking 1s infinite alternate;
	-o-animation: blinking 1s infinite alternate;
	animation: blinking 1s infinite alternate;
}

.proximos-cursos-btn:hover { background-color: #f16600; }

@media (max-width: 575.98px) {

	.proximos-cursos-btn {
		position: static;
		top: auto;
		right: auto;
		display: inline-block;
		margin-top: -10px;
		margin-bottom: 40px;
	}

}


/***************************************************************
** Conteúdo Editável */

p small { font-size: .89em; }


/***************************************************************
** Passe Formação 40 Horas */

.passe-tit { position: relative; }

.passe-tit h1 {
	line-height: 25px;
	padding: 7.5px 0px;
}

.texto-passe {
	padding: 25px;
	border: 1px solid #dadada;
	-webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .1);
	box-shadow: 0 5px 15px rgba(0, 0, 0, .1);
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin-bottom: 30px;
}

#floraforms-passe-info { font-size: 13px; }

#floraforms-passe-info > p > b {
	display: block;
	padding-bottom: 5px;
}

#floraforms-passe-info .flo-input { height: 32px; }

#floraforms-passe-info .flo-button {
	float: none;
	margin: 0;
	padding-top: 10px;
	padding-bottom: 10px;
	width: auto;
	height: 35px;
}

.precos-passe {
	/* display: -webkit-flex;
	display: -ms-flex;
	display: flex; */
	margin-bottom: 25px;
	padding: 20px;
	background-color: #fafafa;
}

/* .precos-passe .cell { width: 33.333%; } */

.precos-passe .cell:nth-child(n+2) { margin-top: 20px; }

.precos-passe .cell label {
	display: block;
	text-align: center;
	margin-bottom: 8px;
	font-size: 16px;
}

.precos-passe .cell .val {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	justify-content: center;
	-ms-align-items: center;
	align-items: center;
}

.precos-passe .cell .val span {
	font-weight: 700;
	text-align: center;
	line-height: 1.5;
}

.precos-passe .cell .val span span {
	font-weight: 400;
	font-size: 12px;
}

.precos-passe .cell .val button {
	border: 0;
	padding: 0;
	background: none;
	cursor: pointer;
	margin: 0;
}

.precos-passe .cell .val button:first-child { margin-right: 10px; }
.precos-passe .cell .val button:last-child { margin-left: 10px; }

.precos-passe .cell .val button i {
	display: block;
	width: 30px;
	line-height: 28px;
	text-align: center;
	color: #75bf9c;
	border: 1px solid #75bf9c;
}

.precos-passe .cell .val button:hover i {
	color: #fff;
	background-color: #75bf9c;
}

@media (max-width: 575.98px) {
	.precos-passe { padding: 15px; }

	.precos-passe .cell label { font-size: 15px; }

	.precos-passe .cell .val button:first-child { margin-right: 7.5px; }
	.precos-passe .cell .val button:last-child { margin-left: 7.5px; }

	.precos-passe .cell .val button i {
		width: 25px;
		line-height: 23px;
	}
}

#floraforms-passe { margin-top: 30px; }


/***************************************************************
** Home BTN */

.home-btn {
	margin-bottom: 50px;
	text-align: center;
}

.home-btn a {
	line-height: 30px;
	padding: 5px 25px;
	color: #fff;
	font-weight: 800;
	font-size: 13px;
	background-color: #75bf9c;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	text-transform: uppercase;
	display: inline-block;
	-webkit-animation: blinking 1s infinite alternate;
    -moz-animation: blinking 1s infinite alternate;
    -o-animation: blinking 1s infinite alternate;
    animation: blinking 1s infinite alternate;
}

.home-btn a:hover { background-color: #f16600; }


/***************************************************************
** Home Alerta */

.home-alerta {
	width: 600px;
	max-width: 100%;
	margin: 0 auto 50px auto;
	text-align: center;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border: 1px solid #75bf9c;
	padding: 20px 25px;
	position: relative;
}

.home-alerta .fechar-home-alerta {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	width: 30px;
	line-height: 30px;
	text-align: center;
	font-size: 16px;
	color: #75bf9c;
	cursor: pointer;
}

.home-alerta .fechar-home-alerta:hover { color: #f16600; }

.home-alerta h2 {
	color: #75bf9c;
	margin-bottom: 15px;
}

.home-alerta p { text-align: center; }

.home-alerta a {
	display: inline-block;
	margin-top: 15px;
	font-weight: 800;
	font-size: 13px;
	text-transform: uppercase;
	color: #75bf9c;
}

.home-alerta a:hover { color: #f16600; }


/***************************************************************
** Scroll Top */

.scroll-top {
	position: fixed;
	right: 20px;
	bottom: 70px;
	width: 35px;
	line-height: 35px;
	text-align: center;
	border-radius: 100%;
	color: #fff;
	background-color: #f16600;
	cursor: pointer;
	-webkit-transition: all .2s;
	-o-transition: all .2s;
	transition: all .2s;
	display: none;
	font-size: 20px;
}

.scroll-top:hover { opacity: .7; }


/***************************************************************
** Categorias Cursos */

.categorias-cursos {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.categorias-cursos button {
	padding: 5px 10px;
	line-height: 20px;
	color: #fff;
	-webkit-transition: all .2s;
	-o-transition: all .2s;
	transition: all .2s;
	cursor: pointer;
	border: 0;
	border-radius: 0;
	margin-right: 10px;
	margin-bottom: 10px;
	font-size: 12px;
	text-transform: uppercase;
	opacity: 1;
}

.categorias-cursos button:hover { opacity: .7; }


/***************************************************************
** Cursos com filtro */

.cursos-com-filtro * {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.cursos-com-filtro aside {
	padding: 20px;
	background-color: #eee;
	display: none !important;
}

.cursos-com-filtro aside .filtros-tit {
	font-weight: 600;
	font-size: 16px;
	color: #5a99ab;
}

.cursos-com-filtro aside .seccao-filtro:nth-child(n+2) { margin-top: 20px; }

.cursos-com-filtro aside .seccao-filtro .seccao-filtro-tit {
	font-weight: 600;
	font-size: 14px;
	margin-bottom: 15px;
}

.cursos-com-filtro main {
	position: relative;
	z-index: 0;
	display: block !important;
	width: 100% !important;
}

.cursos-com-filtro main .loader {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	background-color: rgba(255, 255, 255, 0.5);
	pointer-events: none;
	z-index: 1;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
	justify-content: center;
}

.cursos-com-filtro main .loader i {
	font-size: 50px;
	color: #5a99ab;
}

.cursos-com-filtro main.loading .loader {
	opacity: 1;
	pointer-events: all;
}

.cursos-com-filtro main h3:nth-child(n+2) { margin-top: 30px; }

.cursos-com-filtro main .lista-de-cursos,
.cursos-com-filtro main .lista-de-cursos .col { margin-bottom: 0; }

@media (max-width: 575.98px) {
	.cursos-com-filtro main .lista-de-cursos .col { margin-top: 20px; }
}

@media (min-width: 576px) {
	.cursos-com-filtro main .lista-de-cursos {
		display: -webkit-flex;
		display: -ms-flex;
		display: flex;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
}

@media (min-width: 576px) and (max-width: 767.98px) {
	.cursos-com-filtro main .lista-de-cursos .col { width: 48.5%; }

	.cursos-com-filtro main .lista-de-cursos .col:nth-child(n+3) { margin-top: 3%; }

	.cursos-com-filtro main .lista-de-cursos .col:nth-child(even) { margin-left: 3%; }
}

@media (min-width: 768px) {
	.cursos-com-filtro main .lista-de-cursos .col {
		width: 31.333%;
		margin-left: 3%;
	}

	.cursos-com-filtro main .lista-de-cursos .col:nth-child(n+4) { margin-top: 3%; }

	.cursos-com-filtro main .lista-de-cursos .col:nth-child(3n+1) { margin-left: 0; }
}

@media (max-width: 991.98px) {
	.cursos-com-filtro main { margin-top: 30px; }
}

@media (min-width: 992px) {
	.cursos-com-filtro {
		display: -webkit-flex;
		display: -ms-flex;
		display: flex;
		justify-content: space-between;
		-ms-align-items: flex-start;
		align-items: flex-start;
	}

	.cursos-com-filtro aside { width: 20%; }

	.cursos-com-filtro main { width: 77%; }
}

/* Select */

.cursos-com-filtro aside .seccao-filtro .filtro-select {
	border: 0;
	padding: 0 15px;
	line-height: 30px;
	height: 30px;
	background: #fff;
	font-size: 13px;
	font-family: 'Open Sans', sans-serif;
	display: block;
	width: 100%;
}

.cursos-com-filtro aside .seccao-filtro .filtro-select:hover,
.cursos-com-filtro aside .seccao-filtro .filtro-select:focus,
.cursos-com-filtro aside .seccao-filtro .filtro-select.selected {
	background-color: #5a99ab;
	color: #fff;
}

/* Radio */

.cursos-com-filtro aside .seccao-filtro .filtro-radio button {
	border: 0;
	padding: 5px 15px 5px 30px;
	line-height: 20px;
	background: none;
	font-size: 13px;
	font-family: 'Open Sans', sans-serif;
	position: relative;
	display: block;
	width: 100%;
	cursor: pointer;
	text-align: left;
}

.cursos-com-filtro aside .seccao-filtro .filtro-radio button:nth-child(n+2) { margin-top: 2px; }

.cursos-com-filtro aside .seccao-filtro .filtro-radio button::before {
	content: '';
	position: absolute;
	top: 10px;
	left: 10px;
	width: 10px;
	height: 10px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 100%;
	border: 1px solid #5a99ab;
	-webkit-transition: all .2s;
	-o-transition: all .2s;
	transition: all .2s;
}

.cursos-com-filtro aside .seccao-filtro .filtro-radio button:hover,
.cursos-com-filtro aside .seccao-filtro .filtro-radio button.checked {
	background-color: #5a99ab;
	color: #fff;
}

.cursos-com-filtro aside .seccao-filtro .filtro-radio button:hover::before { border-color: #fff; }

.cursos-com-filtro aside .seccao-filtro .filtro-radio button.checked::before {
	border-color: #f16600;
	background-color: #f16600;
}

/* Range */

.cursos-com-filtro aside .seccao-filtro .filtro-range label {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
}

.cursos-com-filtro aside .seccao-filtro .filtro-range label:nth-child(n+2) { margin-top: 2px; }

.cursos-com-filtro aside .seccao-filtro .filtro-range label span { min-width: 25px; }

.cursos-com-filtro aside .seccao-filtro .filtro-range label input {
	line-height: 30px;
	height: 30px;
	min-width: 0;
	padding: 0 15px;
	font-size: 13px;
	font-family: 'Open Sans', sans-serif;
}

.cursos-com-filtro aside .seccao-filtro .filtro-range label input:hover,
.cursos-com-filtro aside .seccao-filtro .filtro-range label input:focus,
.cursos-com-filtro aside .seccao-filtro .filtro-range label input:not(:placeholder-shown) {
	color: #fff;
	background-color: #5a99ab;
}

.cursos-com-filtro aside .seccao-filtro .filtro-range label input::placeholder {
	-webkit-transition: all .2s;
	-o-transition: all .2s;
	transition: all .2s;
}

.cursos-com-filtro aside .seccao-filtro .filtro-range label input:-ms-input-placeholder {
	-webkit-transition: all .2s;
	-o-transition: all .2s;
	transition: all .2s;
}

.cursos-com-filtro aside .seccao-filtro .filtro-range label input::-ms-input-placeholder {
	-webkit-transition: all .2s;
	-o-transition: all .2s;
	transition: all .2s;
}

.cursos-com-filtro aside .seccao-filtro .filtro-range label input:hover::placeholder { color: #fff; }
.cursos-com-filtro aside .seccao-filtro .filtro-range label input:hover:-ms-input-placeholder { color: #fff; }
.cursos-com-filtro aside .seccao-filtro .filtro-range label input:hover::-ms-input-placeholder { color: #fff; }
.cursos-com-filtro aside .seccao-filtro .filtro-range label input:focus::placeholder { color: #fff; }
.cursos-com-filtro aside .seccao-filtro .filtro-range label input:focus:-ms-input-placeholder { color: #fff; }
.cursos-com-filtro aside .seccao-filtro .filtro-range label input:focus::-ms-input-placeholder { color: #fff; }

a.ui-state-default { pointer-events: none; }

.ui-datepicker-calendar td { cursor: pointer; }


/***************************************************************
** Paginação */

.paginacao .lista-de-cursos { margin-bottom: 30px; }

.page_navigation {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	justify-content: flex-end;
	-ms-align-items: center;
	align-items: center;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.page_navigation a {
	line-height: 28px;
	width: 30px;
	text-align: center;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border: 1px solid #75bf9c;
	color: #75bf9c;
	font-size: 14px;
	opacity: .7;
	-webkit-transition: all .2s;
	-o-transition: all .2s;
	transition: all .2s;
	margin-top: 5px;
}

.page_navigation a:nth-child(n+2) { margin-left: 5px; }

.page_navigation a:hover { opacity: 1; }

.page_navigation a.active_page {
	background-color: #75bf9c;
	color: #fff;
	opacity: 1;
}


/***************************************************************
** E-Learning */

#floraforms-e-learning { margin-top: 30px; }


/**
 * Remove o text-transform do nome do formador.
 */

.container.cursos .col2 h4,
.container.seminarios .col2 h4 { text-transform: none; }


/**
 * Pedido de proposta
 */

.btn-proposta {
	display: inline-block;
    background-color: #68a789;
    padding: 8px 15px;
	margin-bottom: 20px;
	cursor: pointer;
	border: 0;
}

.btn-proposta i,
.btn-proposta span {
	display: inline-block;
	vertical-align: middle;
    color: #fff;
    line-height: 20px;
}

.btn-proposta i {
	font-size: 20px;
	margin-right: 8px;
}

.btn-proposta span {
	font-size: 12px;
	font-weight: 700;
}

.btn-proposta:hover { background-color: #f16600; }

.btn-proposta.btn-go-to-inscricao { background-color: #5a99ab; }
.btn-proposta.btn-go-to-inscricao:hover { background-color: #f16600; }

@media (min-width: 576px) {
	.btn-go-to-inscricao { display: none; }
}

@media (min-width: 768px) {
	.btn-proposta {
		position: absolute;
		top: 0;
		right: 0;
	}
}
