body{
	font-family: 'Open Sans', sans-serif;
	color:#8C8D8F;
}	

h1, h2, h3, h4, h5, h6{
	color:#8C8D8F;
}

h1{
	text-transform:uppercase;
	font-size: 2rem;
}

h2 {
  font-size: 1.8rem;
}

h3{
	font-size: 1.4rem;
}

h4{
	font-size: 1.1rem;
}

.element-invisible{
	display:none;
}

hr {
  margin: inherit;
  border: solid #D2D3D5;
  border-width: 2px 0 0;
  margin-bottom: 15px;
  
}

.pagination {
	margin: 18px 0;
}
.pagination ul {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	margin-left: 0;
	margin-bottom: 0;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.05);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,0.05);
	box-shadow: 0 1px 2px rgba(0,0,0,0.05);
}
.pagination ul > li {
	display: inline;
}
.pagination ul > li > a,
.pagination ul > li > span {
	float: left;
	padding: 4px 12px;
	line-height: 18px;
	text-decoration: none;
	background-color: #fff;
	border: 1px solid #ddd;
	border-left-width: 0;
}
.pagination ul > li > a:hover,
.pagination ul > li > a:focus,
.pagination ul > .active > a,
.pagination ul > .active > span {
	background-color: #f5f5f5;
}
.pagination ul > .active > a,
.pagination ul > .active > span {
	color: #999;
	cursor: default;
}
.pagination ul > .disabled > span,
.pagination ul > .disabled > a,
.pagination ul > .disabled > a:hover,
.pagination ul > .disabled > a:focus {
	color: #999;
	background-color: transparent;
	cursor: default;
}
.pagination ul > li:first-child > a,
.pagination ul > li:first-child > span {
	border-left-width: 1px;
	-webkit-border-top-left-radius: 4px;
	-moz-border-radius-topleft: 4px;
	border-top-left-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-moz-border-radius-bottomleft: 4px;
	border-bottom-left-radius: 4px;
}
.pagination ul > li:last-child > a,
.pagination ul > li:last-child > span {
	-webkit-border-top-right-radius: 4px;
	-moz-border-radius-topright: 4px;
	border-top-right-radius: 4px;
	-webkit-border-bottom-right-radius: 4px;
	-moz-border-radius-bottomright: 4px;
	border-bottom-right-radius: 4px;
}
.pagination-centered {
	text-align: center;
}
.pagination-right {
	text-align: right;
}
.pagination-large ul > li > a,
.pagination-large ul > li > span {
	padding: 11px 19px;
	font-size: 16.25px;
}
.pagination-large ul > li:first-child > a,
.pagination-large ul > li:first-child > span {
	-webkit-border-top-left-radius: 6px;
	-moz-border-radius-topleft: 6px;
	border-top-left-radius: 6px;
	-webkit-border-bottom-left-radius: 6px;
	-moz-border-radius-bottomleft: 6px;
	border-bottom-left-radius: 6px;
}
.pagination-large ul > li:last-child > a,
.pagination-large ul > li:last-child > span {
	-webkit-border-top-right-radius: 6px;
	-moz-border-radius-topright: 6px;
	border-top-right-radius: 6px;
	-webkit-border-bottom-right-radius: 6px;
	-moz-border-radius-bottomright: 6px;
	border-bottom-right-radius: 6px;
}
.pagination-mini ul > li:first-child > a,
.pagination-mini ul > li:first-child > span,
.pagination-small ul > li:first-child > a,
.pagination-small ul > li:first-child > span {
	-webkit-border-top-left-radius: 3px;
	-moz-border-radius-topleft: 3px;
	border-top-left-radius: 3px;
	-webkit-border-bottom-left-radius: 3px;
	-moz-border-radius-bottomleft: 3px;
	border-bottom-left-radius: 3px;
}
.pagination-mini ul > li:last-child > a,
.pagination-mini ul > li:last-child > span,
.pagination-small ul > li:last-child > a,
.pagination-small ul > li:last-child > span {
	-webkit-border-top-right-radius: 3px;
	-moz-border-radius-topright: 3px;
	border-top-right-radius: 3px;
	-webkit-border-bottom-right-radius: 3px;
	-moz-border-radius-bottomright: 3px;
	border-bottom-right-radius: 3px;
}
.pagination-small ul > li > a,
.pagination-small ul > li > span {
	padding: 2px 10px;
	font-size: 12px;
}
.pagination-mini ul > li > a,
.pagination-mini ul > li > span {
	padding: 0 6px;
	font-size: 9.75px;
}
.pager {
	margin: 18px 0;
	list-style: none;
	text-align: center;
	*zoom: 1;
}
.pager:before,
.pager:after {
	display: table;
	content: "";
	line-height: 0;
}
.pager:after {
	clear: both;
}
.pager li {
	display: inline;
}
.pager li > a,
.pager li > span {
	display: inline-block;
	padding: 5px 14px;
	background-color: #fff;
	border: 1px solid #ddd;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
}
.pager li > a:hover,
.pager li > a:focus {
	text-decoration: none;
	background-color: #f5f5f5;
}
.pager .next > a,
.pager .next > span {
	float: right;
}
.pager .previous > a,
.pager .previous > span {
	float: left;
}
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
	color: #999;
	background-color: #fff;
	cursor: default;
}


.item-page dd.published {
  margin-top: -15px;
}


.moduletable.base h4{
	color: #8C8D8F;
	text-transform:uppercase;
}

.logo{
	height: 115px;
}

.logo img {
  height: 106px;
  margin: 10px 0;
}

.short-contact{
	height: 100px;
	padding-top: 25px;
}

.short-contact p{
	line-height:6px;
	font-size: 120%;
}

.short-contact a{
	color: #8D8E90;
}

.short-contact a:hover{
	color: #008CBA;
}

nav.top-bar {
	position: relative;
	z-index: 20;
	background: #FFF;
	background:rgba(255, 255, 255, 0.77);
	border-top: 1px solid #D2D3D5;
}

nav .row {
	padding: 10px 0;
	height: 45px;
}

ul.main{
	width: 100%;
	display: table;
	margin-left: 0;
	margin-bottom:0;
}

ul.main > li{
	display: table-cell;
	position:relative;
	text-align: center;
	width:20%;
	text-transform: uppercase;
}

/* Effect 21: borders slight translate */
nav ul.main > li a {
	padding: 10px;
	color: #606062;
	text-shadow: none;
	-webkit-transition: color 0.3s;
	-moz-transition: color 0.3s;
	transition: color 0.3s;
}

nav ul.main > li a::before,
nav ul.main > li a::after {
	position: absolute;
	left: 0;
	width: 30px;
	height: 4px;
	background: #8A8B8D;
	content: '';
	opacity: 0;
	-webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
	-moz-transition: opacity 0.3s, -moz-transform 0.3s;
	transition: opacity 0.3s, transform 0.3s;
	-webkit-transform: translateY(-10px);
	-moz-transform: translateY(-10px);
	transform: translateY(-10px);
	margin: -10px 56px;
}

nav ul.main > li a::before {
	top: 0;
	-webkit-transform: translateY(-10px);
	-moz-transform: translateY(-10px);
	transform: translateY(-10px);
}

nav ul.main > li a::after {
	bottom: 0;
	-webkit-transform: translateY(10px);
	-moz-transform: translateY(10px);
	transform: translateY(10px);
}

nav ul.main > li a:hover,
nav ul.main > li a:focus {
	color: #8A8B8D;
}

nav ul.main > li.active > a::before,
nav ul.main > li.active > a::after,
nav ul.main > li > a:hover::before,
nav ul.main > li > a:focus::before,
nav ul.main > li > a:hover::after,
nav ul.main > li > a:focus::after {
	opacity: 1;
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	transform: translateY(0px);
}

nav  .main li ul.dropdown{
	display:none;
}

nav  .main li ul.dropdown li{
	text-align: left;
	list-style: none;
	text-transform: none;
	font-weight: bold;
	background: #fff;
	background: rgba(255, 255, 255, 0.77);
	width:207px;
}

nav .main li:hover ul.dropdown{
	display:inherit;
	position:absolute;
	margin-top: 10px;
}




input#mod-finder-searchword {
  border-radius: 26px;
  color: #fff;
  background: #D2D3D5;
  border: none;
  padding: 2px 10px;
}

input#mod-search-searchword {
  border-radius: 26px;
  color: #FFF;
  background: #D2D3D5;
  border: none;
  padding: 2px 10px;
}

input#mod-search-searchword::-webkit-input-placeholder {
  color: #fff;
}

input#mod-search-searchword::-moz-placeholder {
  color: #fff;
}

input#mod-search-searchword:-moz-placeholder {
  color: #fff;
}

input#mod-search-searchword::-ms-input-placeholder {
  color: #fff;
}

.banner {
	margin-top: -45px;
	z-index: 10;
}

.banner .corpora-slider {
	height: 377.222222px !important;
}

.banner .corpora-slider .slider-item {
	position:absolute;
	top: 9px;
}

.banner .animate-in{
	position: absolute;

}

.banner .layout-corpora .slider-title {
	margin-top: 139px;
	width: 50%;
	float: right;
}

.banner .layout-corpora .slider-title h1 {
	font-size: 30px;
	text-align: center;
	COLOR:#323232;
	text-transform: none;
}

.banner .layout-corpora .slider-title .sp-smart-posttitle{
	text-align: center;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
	background: #8A8B8D;
	width: 65%;
	margin: 20px auto 0;
	color: #fff;
}

.banner .layout-corpora .slider-controllers .controller-prev, .banner .layout-corpora .slider-controllers .controller-next {
	top: 100px;
}

.banner .layout-corpora .slider-controllers .controller-prev {
	left: 70px;
	padding: 30px;
}

.banner .layout-corpora .slider-controllers .controller-next {
	right: 70px;
	padding: 30px;
}

.banner .layout-corpora .slider-controllers >a{
	color: #606062;
}

.banner .layout-corpora .slider-controllers >a >span{
	font-size:80px;
}

.news {
  padding: 20px 0;
}

.aidanews2.aidanews2_table.row {
  margin: 0;
}

.aidanews2_table .aidanews2_tabrow .aidanews2_art{
	border:0;
}

.aidanews2 .even{
	background-color:inherit;
}

.aidanews2_positions {
  padding: 25px 5px !important;
  border-bottom: 2px solid #D2D3D5;
  height: 270px;
}

.aidanews2 img{
	border:0;
	width: 210px;
	height: 140px;
}


.aidanews2_bottomlink {
  padding: 10px 8px 3px;
  float: right;
}

.highligths{
	background: #F5F5F5;
	text-align:center;
}

.highligths a{
	color:#8C8D8F;
}

.main-content {
	background: #F5F5F5;
}

.article-pad{
	padding: 20px;
}

.item-page{
	/* border-bottom: 5px solid #CDCDCD;
	border-left: 5px solid #CDCDCD; */
	background:#fff;
	padding: 30px;
	-webkit-box-shadow: -2px 2px 0 1px #D2D3D5;
	box-shadow: -2px 2px 0 1px #D2D3D5;
}

.item-page h3{
	color:#606062;
	text-transform: uppercase;
}

.item-page p{
	text-align:justify;
	clear: left;
}

dl dt.article-info-term{
	display:none;
}

.blog.row-fluid {
  padding: 20px;
  background: #fff;
  margin: 15px 0;
}

.blog .item.columns {
  
}

.blog .item-pad{
	height: 240px;
	border-bottom: 1px solid #D2D3D5;
}

.blog .items-row img {
	width: 100%;
	max-width: 230px;
}

.blog .items-row  h2{
	font-weight:bold;
	text-transform: uppercase;
}

.blog .items-row {
  padding: 20px 0;
}

.aidanews2.cursos  .aidanews2_art.large-3.small-6.columns{
	width: 100% !important;
}

.aidanews2.cursos .aidanews2_text p{
	margin-bottom: 0;
}

.aidanews2.cursos .aidanews2_mainC{
	padding-bottom: 13px;
}

.aidanews2.cursos  .aidanews2_positions{
	padding: 10px 0 0 !important;
	border-bottom: 0;
	height: inherit;
}


.highligths h3{
	color:#8C8D8F;
	font-family: 'EB Garamond', serif;
	font-weight:bold;
}

.hitem {
  padding: 20px;
  height: 276px;
}

.hitem:hover{
	background:#8C8D8F;
}

.hitem:hover, .hitem:hover h3{
	color:#fff;
}

.hitem svg {
  height: 100px;
}

path.high {
  fill: #8C8D8F;
}

.hitem:hover path.high {
  fill: #fff;
}

.clientes {
  padding: 20px 0 0;
}

.bottom{
	background: #F5F5F5;
	border-bottom:5px solid #CDCDCD;
	border-top: 5px solid #CDCDCD;
}

.orcar {
	padding: 20px 0;
}

.orcar{
	color:#8C8D8F;
}

.orcar-title{
	font-size: 168%;
	display:block;
	font-family: 'EB Garamond', serif;
	font-weight: bold;
}

.img-orcar{
	width: 60px;
	float: left;
	margin-right: 20px;
}

.botao-orcar{
	background: #8A8B8D;
	border-radius: 20px 20px 20px 20px;
	-moz-border-radius: 20px 20px 20px 20px;
	-webkit-border-radius: 20px 20px 20px 20px;
	margin-top: 20px;
}

.botao-orcar:hover{
	background:#8C8D8F;
}

.botao-orcar p{
	color: #fff;
	text-align: center;
	padding: 10px;
	font-size: 85%;
}


.ListCursos {
    margin-left: 0!important;
	display: inline-block;
}

.CursoHeader {
    float: left;
	list-style: none;
	border-bottom: 1px solid;
	margin-bottom: 5px;
}

.CursoHeader h3{
	height: 18px;
    padding: 6px 0 0px 0px;
    font-weight: bold;
    text-align: center;
}

.ttlCurso {
    font-size: 14px;
    color: #8d8d8d;
}

.nmCurso {
    width: 656px;
    margin-right: 15px;
    padding-left: 21px;
    padding-top: 6px;
    padding-bottom: 4px;
}

.dtCurso {
    width: 94px;
    margin-right: 15px;
}

.insCurso {
    width: 175px;
	height: 31px;
    padding: 6px 0 3px 0px;
	float:right;
}

.insCurso a{
	font-weight: bold;
	color: #fff;
}

.eachCurso {
    float: left;
    margin-bottom: 7px;
	list-style: none;
}

.eachCurso .ttlCurso {
    font-size: 14px;
    color: #3f3f3f;
    float: left;
	min-height: 31px;
    padding: 6px 0 3px 0px;
}

.eachCurso .ttlCursoOff {
    color: #b8b8b8!important;
}

.eachCurso .dtCurso {
    background: #f5f5f5;
    text-align: center;
    padding: 6px 0 3px 0px;
}

.eachCurso .ttlCursoOff {
    color: #b8b8b8!important;
}
.Inscaberta {
color:#fff!important;
background:#87dca7;
text-align:center;
}

.Inscencerrada {
    color: #fff!important;
    background: #f47574;
    text-align: center;
    padding: 6px 0px 3px 0px;
}

.InscBreve {
    color: #777!important;
    background: #FFE600;
    text-align: center;
    padding: 6px 0px 3px 0px;
}

span.aidanews2_readmore{
    width: 175px;
    height: 31px;
	color: #fff!important;
    background: #749AF4;
    text-align: center;
    padding: 6px 0px 3px 0px;
	font-size: 14px;
	display: block;
	float: left;
}

span.aidanews2_readmore:hover{
	font-weight:bold;
	background: #004A80;
}

.aidanews2_title a:link {
    font-weight: bold;
    text-transform: uppercase;
}

.footer{
	background:#151761;
}

.footer p{
	text-align:center;
	margin-bottom: 0;
	clear:both;
}

img.logo-footer{
	width: 32px;
	margin: 25px;
}

/*SLIDER CORPORA retirar efietos dos textos do banner*/
.banner .corpora-slider .slider-item .sp-smart-title{
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform:  none;
	transform:  none;
    opacity:0;
}

.banner .corpora-slider .slider-item.animate-in .sp-smart-title{
    -webkit-transform:  none;
    -moz-transform: none;
    -ms-transform:  none;
    transform:  none;
    opacity:1;
    transform-origin: none;
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    transition: none;
}
.banner .corpora-slider .slider-item.animate-out .sp-smart-title{
    -webkit-transform:  none;
    -moz-transform:  none;
    -ms-transform:  none;
    transform:  none;
    opacity:0;
    transform-origin: none;
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    transition: none;
}

.banner .corpora-slider .slider-item .sp-smart-posttitle{
    -webkit-transform: none;
    -moz-transform:  none;
    -ms-transform: none;
    transform:  none;
    opacity:0
}
.banner .corpora-slider .slider-item.animate-in .sp-smart-posttitle{
    -webkit-transform:  none;
	-moz-transform:  none;
	-ms-transform:  none;
	transform: none;
    opacity:1;
    transform-origin: none;
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    transition: none;
}

.banner .corpora-slider .slider-item.animate-out .sp-smart-posttitle{
    -webkit-transform: none;
	-moz-transform: none;
	-ms-transform: none;
	transform: none;
    opacity:0;
    transform-origin: none;
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    transition: none;
}

.face1, .face2{
	margin: 25px 0 0 0;
}

.faceright{
	float:right;
}

img.faceright{
	margin-left: 10px;
}

img.face, img.faceright{
	width: 30px;
	height: auto;
}