@import url('/templates/source/8/xhtml/css/enturma-bootstrap-mimic.css');
@import url('/templates/source/8/xhtml/css/accessibility.css');
@font-face {
    font-family: univFont;
    src: url("/templates/source/8/fonts/ProximaNova-Regular.otf");
}
/*
 * Reset de CSS
 */
html, body, div, span, applet, object, iframe, table, caption,
tbody, tfoot, thead, tr, th, td, del, dfn, em, font, img, ins,
kbd, q, s, samp, small, strike, strong, sub, sup, tt, var,
h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr,
acronym, address, big, cite, code, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend {
    vertical-align: baseline;
    font-family: inherit;
    font-weight: inherit;
    font-style: inherit;
    font-size: 100%;
    outline: 0;
    padding: 0;
    margin: 0;
    border: 0;
    font-family: univFont, Helvetica, Arial, sans-serif;
}
strong, b {
		font-weight: bold;
}

italic, i {
	font-style: italic;
}

a {
	color: #8dbe48;
}
:focus {
    outline: 0;
}
body {
    min-width: 320px;
    background: white;
    line-height: 1;
    color: black;
}
body.auth
{
	margin-top: 55px;
}
ol, ul {
    list-style: none;
}
table {
    border-collapse: separate;
    border-spacing: 0;
}
caption, th, td {
    font-weight: normal;
    text-align: left;
}
blockquote:before, blockquote:after, q:before, q:after {
    content: "";
}
blockquote, q {
    quotes: "" "";
}
img {
    width: 100%;
}
h2 {
    margin-top: 30px;
    margin-bottom: 20px;
    font-size: 130%;
    font-weight: bold;
    color:#0f5f38;
}
h3 {
    margin-top: 30px;
    margin-bottom: 20px;
    font-size: 110%;
    font-weight: bold;
}
p {
    margin-bottom: 20px !important;
    line-height: 1.2em;
}

/*
 * GERAIS
 */
* {
    font-family: Arial,  Helvetica, sans-serif;
}
body {
    margin: 0px;
    padding: 0px;
}
 

/* caso 20787 - solicitado para retirar 

body.body-interno,  */
body.body-main
{
    background: #efefef;
}

body.body-colegio {
    /*background: url("/templates/source/8/images/pages/colegio_bg.png") 34px 0px repeat-x, #ededed;*/
    background: url("/templates/source/8/images/pages/colegio_br_201710.jpg") 34px 0px repeat-x, #ededed;
    background-size: cover;
}
body.body-colegio-interno {
    background: url("/templates/source/8/images/pages/colegio_bg.png") 34px 0px repeat-x, #ededed;
}
body.body-colegio  div#shortcuts-secondary {
	-webkit-justify-content: initial;
    -moz-justify-content: initial;
    -ms-justify-content: initial;
    justify-content: initial;	
}

body.body-colegio-interno div.nav-container,
body.body-colegio div.nav-container,
body.body-interno div.nav-container {
    background: #fff;
}
.hidden {
    display: none;
}
.show {
    display: block;
}
.container {
    width: 100%;
    max-width: 941px;
    margin: 0px auto;
}
a:hover {
    color: rgb(130,197,91);
}
a.button {
    display: inline-block;
    border-radius: 4px;
    padding: 10px 20px;
    font-size: 12px;
    text-decoration: none;
}
a.button.hidden {
    display: none;
}
a.button-green {
    color: #fff;
    background: #8dbe48;
}
a.button-green--lg {
    padding: 10px 28px;
}
a.button-green:hover {
    background: #0f5f38;
}
a.button-flat {
    color: #0f5f38;
    padding: 10px 10px;
}
a.button-flat:hover {
    color: #0c4a2c;
}
/*
 * MENU
 */
div.nav-container {
    padding-top: 34px;
}
nav#nav-menu {
    width: 100%;    
}
nav#nav-menu ul.header-menu {
    margin: 0px;
    padding: 0px;
    -webkit-padding-start: 0px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
       -moz-justify-content: space-between;
        -ms-justify-content: space-between;
            justify-content: space-between;
	align-items: center;            
}
nav#nav-menu ul.main-menu {
    margin: 0px;
    padding: 0px;
    -webkit-padding-start: 0px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-around;
       -moz-justify-content: space-around;
        -ms-justify-content: space-around;
            justify-content: space-around;
}
nav#nav-menu > ul,
nav#nav-menu > ul li {
    margin: 0px;
    padding: 0px;
    list-style: none;
    line-height: normal;
}
nav#nav-menu ul li a {
    text-decoration: none;
}
nav#nav-menu ul.header-menu li.menu-links--about {
    margin: 0px;
    padding: 0px;
    -webkit-padding-start: 0px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: start;
       -moz-justify-content: start;
        -ms-justify-content: start;
            justify-content: flex-start;  
    -webkit-align-items: end;
       -moz-align-items: end;
        -ms-align-items: end;
            align-items: flex-end;    
}
nav#nav-menu ul.header-menu li.menu-links--about ul {
    margin-left: 20px;
    padding-left: 20px;
    border-left: 1px solid #8dbe48;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
       -moz-flex-direction: column;
            flex-direction: column;
    -webkit-justify-content: space-between;
       -moz-justify-content: space-between;
        -ms-justify-content: space-between;
            justify-content: space-between;
}
nav#nav-menu ul.header-menu li.menu-links--about ul li a {
    font-size: 12px;
    color: #6f6f6f;
}
nav#nav-menu ul.header-menu li.menu-links--mobile {
    display: none;
}
nav#nav-menu ul.header-menu li.menu-links--search input[type="text"] {
    width: 172px;
    /* height: 30px; */
    display: inline-block;
    margin: 0px 0px 0px 0px;
 
    padding-left: 8px;
    vertical-align: middle;
    border-top: 1px solid #8dbe48;
    border-left: 1px solid #8dbe48;
    border-bottom: 1px solid #8dbe48;
    border-right: none;
    background: none;
    -webkit-border-radius:none;
       -moz-border-radius:none;
    		border-radius:none;
    -webkit-appearance:none;
}
body.body-colegio-interno nav#nav-menu ul.header-menu li.menu-links--search input[type="text"],
body.body-main nav#nav-menu ul.header-menu li.menu-links--search input[type="text"],
body.course nav#nav-menu ul.header-menu li.menu-links--search input[type="text"] {
	/* height: 26px; */
	
}
nav#nav-menu ul.header-menu li.menu-links--search button { 
    background: none; 
    border: 0px; 
    border-top: 1px solid #8dbe48;
    border-right: 1px solid #8dbe48;
    border-bottom: 1px solid #8dbe48; 
    height: 30px; 
    width: 30px; 
    text-align: center; 
    margin: 0px; 
}
nav#nav-menu ul.header-menu li.menu-links--search a {
    width: 28px;
    height: 28px;
    display: inline-block;
    margin: 14px 0px 0px -5px;
    vertical-align: middle;
    border-top: 1px solid #8dbe48;
    border-right: 1px solid #8dbe48;
    border-bottom: 1px solid #8dbe48;
    background: none;
}
nav#nav-menu ul.header-menu li.menu-links--shortcuts a.button {
    margin: 13px 10px 0px 10px;
}
nav#nav-menu ul.header-menu li.menu-links--shortcuts 
{
	vertical-align: inherit;
	min-width: 200px;
	text-align: right;
}

nav#nav-menu ul.header-menu li.menu-links--shortcuts a.button--usa {
 	margin: 0px;
 	margin-left: 10px;
	padding: 0px; 
}
a.button--usa div {
	width: 25px;
}

nav#nav-menu ul.main-menu {
    height: 42px;
    border-top: 1px solid #d7d7d7;
    border-bottom: 1px solid #d7d7d7;
    margin-top: 34px;
    position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-around;
       -moz-justify-content: space-around;
        -ms-justify-content: space-around;
            justify-content: space-around;
}
nav#nav-menu ul.main-menu > li {
    width: 100%;
    text-align: center;
    border-right: 1px solid #d7d7d7;
    height: 40px;
    line-height: 40px;
    padding-top: 2px;
}
nav#nav-menu ul.main-menu > li:hover {
    background: #8dbe48;
        color: #005731;
}
nav#nav-menu ul.main-menu > li:hover:before {
    content: "";
    display: none;
    position: absolute;
    bottom: 0px;
    left: 50%;
    margin-left: -10px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 6px 8px 6px;
    border-color: transparent transparent #2E7556 transparent;
}
nav#nav-menu ul.main-menu > li:last-of-type {
    border-right: 0px;
}
nav#nav-menu ul.main-menu > li a {
    /* height: 24px; */
    padding-top: 13px;
    display: block;
    font-size: 16px;
    color: #666;
    word-break: break-word;
}

nav#nav-menu ul.main-menu > li > a {
    display: inline-block;
    font-size: 14px;
    color: #666;
    vertical-align: middle;
    line-height: 14px;
    height: auto;
    padding-top: 0px;
} 
nav#nav-menu ul.main-menu li > div.submenu {
    display: none;
    -webkit-box-shadow: inset 0px 6px 10px 0px rgba(0,0,0,0.3);
       -moz-box-shadow: inset 0px 6px 10px 0px rgba(0,0,0,0.3);
            box-shadow: inset 0px 6px 10px 0px rgba(0,0,0,0.3);
}
nav#nav-menu ul.main-menu li:hover > div.submenu,
nav#nav-menu ul.main-menu li > div.submenu.show
{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    min-height: 321px;
}
nav#nav-menu ul.main-menu li > div.submenu {
    max-width: 942px;
    width: 100%;
    min-height: 12px;
    height: auto;
    position: absolute;
    top: 42px;
    left: 0px;
    z-index: 20;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#2a6b4e+0,2e7556+15 */
    background: #2a6b4e; /* Old browsers */
    background: -moz-linear-gradient(top,  #2a6b4e 0%, #2e7556 15%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  #2a6b4e 0%,#2e7556 15%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  #2a6b4e 0%,#2e7556 15%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2a6b4e', endColorstr='#2e7556',GradientType=0 ); /* IE6-9 */
}
nav#nav-menu ul.main-menu li > div.submenu > div.submenu-header {
    padding: 30px;
}
nav#nav-menu ul.main-menu li > div.submenu div.submenu-header {
    width: 28%;
    height: auto;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#95b763+0,a4cb6d+15 */
    background: #95b763; /* Old browsers */
    background: -moz-linear-gradient(top,  #95b763 0%, #a4cb6d 15%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  #95b763 0%,#a4cb6d 15%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  #95b763 0%,#a4cb6d 15%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#95b763', endColorstr='#a4cb6d',GradientType=0 ); /* IE6-9 */
}
nav#nav-menu ul.main-menu li > div.submenu div.submenu-header ul li a {
    margin: 0px;
    padding: 0px;
    text-align: left;
    color: #0f5f38;
    margin-bottom: 10px;
}
nav#nav-menu ul.main-menu li > div.submenu > div.submenu-links {
    width: 68%;
    display: block;
    padding: 30px 20px 22px 20px;
}
nav#nav-menu ul.main-menu li > div.submenu > div.submenu-links > span {
    display: block;
    padding-bottom: 8px;
    margin-bottom: 16px;
    border-bottom: 1px solid #fff;
    font-size: 18px;
    color: #fff;
    text-align: left;
}
nav#nav-menu ul.main-menu li > div.submenu > div.submenu-links ul {
    -webkit-columns: 2;
       -moz-columns: 2;
            columns: 2;
}
nav#nav-menu ul.main-menu li > div.submenu > div.submenu-links ul li a {
    height: auto;
    margin: 0px 0px 8px 0px;
    padding: 0px;
    color: #fff;
    font-size: 14px !important;
    text-align: left;
    line-height: 1em;
    /* display: inline-block; */
} 

/*
 * DESTAQUE PRINCIPAL
 */
div#main-highlight {
    margin: 0px auto 20px auto;
}
div#main-banner.component-banner {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: row;
    -webkit-justify-content: space-between;
       -moz-justify-content: space-between;
        -ms-justify-content: space-between;
            justify-content: space-between;
}
div#main-banner.component-banner div.logo-mobile {
    display: none;
}
div#main-banner.component-banner div.content {
    width: 50%;
    padding-top: 24px;
}
div#main-banner.component-banner div.content img {
    width: auto;
    display: block;
    margin: 50px auto 30px auto;
}
div#main-banner.component-banner div.image {
    width: 50%;
}
div#main-banner.component-banner div.image img {
    width: 100%;
}
div#main-carousel {
    max-height: 320px;
    height: 320px;
}

#main-carousel .item img {
    height: 320px;
    height: auto;
}

#main-carousel .owl-nav {
    top: 50%;
    position: absolute;
    width: 100%;
    margin-top: -20px;
    
}

#main-carousel .owl-prev {
    position: absolute;
    left: 0;
    background: rgba(0, 0, 0, 0.07);

}

#main-carousel .owl-next {
    position: absolute;
    right: 0;
    background: rgba(0, 0, 0, 0.07);

}

.owl-prev line {
    stroke: white;
}

#main-carousel .owl-dots {
    position: absolute;
    bottom: 0;
    width: 100%;
}
    
div#social-media {
    width: 100%;
    max-width: 620px;
    max-width: 775px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    -webkit-justify-content: start;
       -moz-justify-content: start;
        -ms-justify-content: start;
            justify-content: flex-start;  
    /* margin: -36px auto 0px auto; */
    margin: 10px auto 0px auto;
}
div#social-media div.social-media-container { 
    width: 100%;
    height: 215px;
    max-height: 220px;
    /*border: 1px solid #d7d7d7;*/
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
       -moz-justify-content: space-between;
        -ms-justify-content: space-between;
            justify-content: space-between;
    /*background: #fff;*/
}
div#social-media div.social-media-container .posts
{
	width: 33%;
    font-size: 12px;
    /*border-right: 1px solid #f7f7f7;*/
}
div#social-media div.social-media-container .posts .loaderPosts
{
	width: 100%;
	text-align: center;
	margin-top: 20px;
} 
div#social-media div.social-media-container .posts.jsBox_youtube
{
	border-right: 0px;
}

div#social-media div.social-media-container .posts.jsBox_youtube iframe
{
	width: 100%;
}
.loaderPosts img {
	width: auto;
	height: auto;	
}

div#social-media > div {
    width: 25%;
}
div#social-media > span {
    display: inline-block;
    order: 2;
    margin: auto;
    padding: 5px 18px;
    font-size: 14px;
    color: #fff;
    text-transform: lowercase;
    background: #0f5f38;
}
div#social-media a.link
{
	
	display: block;
    width: 100%;
    text-align: center;
    text-decoration: none;
    padding: 4px;
    color: white;	
}
div#social-media a.fb_link
{
    background-color: #3B5998;
}
div#social-media a.gp_link,
div#social-media .title
{
    background-color: #DB4437;
}
div#social-media  .twit_title
{
	background-color: #3990D3;
}
div#social-media .whats_title
{
    background-color: #0f5f38;
    color: #fff;
    height: 12px;
    padding: 4px;
    text-align: center;
}

div#social-media  .contentPost
{
	padding: 6px;
	color: gray;
	text-decoration: none;
	font-size: 11px;
}
div#social-media  .contentPost a
{
	color: gray;
	text-decoration: none;
	font-size: 11px;
}
div#social-media  p.date {
    text-align: right;
    color: silver;
}
div#social-media .content_whatsapp .contentPost
{
	padding: 20px 6px;
	color: gray;
	text-decoration: none;
	font-size: 14px;
}

div#social-media .whatsapp_icon
{
    width: 30px;
    padding-right: 5px;
    float: left;
    margin-bottom: 20px;
}


/* 
 * BANNERS SECUND�RIOS
 */
div#secondary-banners {
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
       -moz-justify-content: space-between;
        -ms-justify-content: space-between;
            justify-content: space-between;
    -webkit-flex-wrap: wrap;
       -moz-flex-wrap: wrap;
            flex-wrap: wrap;
    margin-bottom: 30px;
}
div#secondary-banners div.banner {
    width: 48%;
}

div#secondary-banners div.banner div a{
    color: #666;
}
div#secondary-banners div.banner  {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
       -moz-justify-content: space-between;
        -ms-justify-content: space-between;
            justify-content: space-between;
    -webkit-flex-wrap: nowrap;
       -moz-flex-wrap: nowrap;
            flex-wrap: nowrap;
    background: #fff;
    text-decoration: none;
}
div#secondary-banners div.banner a {
	text-decoration: none;
}

div#secondary-banners div.banner:nth-of-type(even) {
    margin: 0px 16px 16px 0px;
}
div#secondary-banners div.banner:nth-of-type(odd) {
    margin: 0px 0px 16px 16px;
}
div#secondary-banners div.banner div.content,
div#secondary-banners div.banner div.image {
    width: 50%;
    margin: 0px 0px -3px 0px;
}

div#secondary-banners div.banner div.content {
    margin: 30px 30px 30px 30px;
    color: #666;
}

div#secondary-banners div.banner div.content h3 {
    /*margin: 30px 30px 12px 30px;*/
    margin-top: 0px;
    font-size: 24px;
    font-weight: bold;
    color: #005f37;
}
div#secondary-banners div.banner div.content p {
    margin: 0px 30px;
    font-size: 14px;
    color: #666;
}
/* 
 * BANNERS 
 */
div#banners {
    width: 100%;
	background-color: #fff;
    padding-bottom: 10px;
    padding-top: 10px;    

}
div#banners div {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
       -moz-justify-content: space-between;
        -ms-justify-content: space-between;
            justify-content: space-between;
    -webkit-flex-wrap: wrap;
       -moz-flex-wrap: wrap;
            flex-wrap: wrap;
}
div#banners h2 {
	display: none;
}
div#banners div.banner {
    width: 30%;
    text-align: center;
    border: 1px solid silver;
}
div#banners div.banner a {
    display: block;
    margin: 0px;
    text-decoration: none;
}
div#banners div.banner a img {
    width: 100%;
    display: block;
}
/* 
 * ATALHOS SECUND�RIOS 
 */
div#shortcuts-secondary {
    max-width: 800px;
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
       -moz-justify-content: space-between;
        -ms-justify-content: space-between;
            justify-content: space-between;
    -webkit-flex-wrap: nowrap;
       -moz-flex-wrap: nowrap;
            flex-wrap: nowrap;
    margin-bottom: 70px;    
}
div#shortcuts-secondary.align-center {
    -webkit-justify-content: center;
       -moz-justify-content: center;
        -ms-justify-content: center;
            justify-content: center;
}
div#shortcuts-secondary div.shortcut {
    width: 20%;
    text-align: center;
}
div#shortcuts-secondary div.shortcut a {
    display: block;
    margin: 0px 10px;
    text-decoration: none;
}
div#shortcuts-secondary div.shortcut a img {
    width: 100%;
}
div#shortcuts-secondary div.shortcut a span {
    display: block;
    margin-top: 24px;
    font-size: 16px;
    color: #000;
    text-decoration: none;
    text-transform: uppercase;
}
/* 
 * DESTAQUES SECUND�RIOS 
 */
div#secondary-highlight {
    width: 100%;
    padding: 46px 0px 78px 0px;
    background: #fff;
}
div#secondary-highlight ul.menu {
    margin-bottom: 28px;
}
div#secondary-highlight ul.menu li {
    display: inline-block;
}
div#secondary-highlight ul.menu li a {
    font-size: 48px;
    font-weight: 550;
    color: #bdbdbd;
    text-transform: uppercase;
    text-decoration: none;
}
div#secondary-highlight ul.menu li a span,
div#secondary-highlight ul.menu li a.selected {
    color:#0f5f38;
    
}
section.secondary-highlight--type {
    border: 1px solid #d7d7d7;
    margin-bottom: 32px;
}
div.secondary-highlight--target section {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
       -moz-justify-content: space-between;
        -ms-justify-content: space-between;
            justify-content: space-between;
    -webkit-flex-wrap: nowrap;
       -moz-flex-wrap: nowrap;
            flex-wrap: nowrap;
}
div.secondary-highlight--target section.hidden {
    display: none !important;
}
div.secondary-highlight--target section div.block-01 {
/*    width: 66.6666%;*/
}
div.secondary-highlight--target section div.block-01 article {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
       -moz-justify-content: space-between;
        -ms-justify-content: space-between;
            justify-content: space-between;
    -webkit-flex-wrap: nowrap;
       -moz-flex-wrap: nowrap;
            flex-wrap: nowrap;
    margin-bottom: -3px;
}
div.secondary-highlight--target section div.block-01 article div {
    width: 50%;
}
div.secondary-highlight--target section div.block-01 article:nth-of-type(2) div.content {
    order: 2;
}
div.secondary-highlight--target section div.block-02 {
    width: 33.3333%;
}
div.secondary-highlight--target section div.block-02 article {
    height: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
       -moz-justify-content: space-between;
        -ms-justify-content: space-between;
            justify-content: space-between;
    -webkit-flex-wrap: nowrap;
       -moz-flex-wrap: nowrap;
            flex-wrap: nowrap;
    -webkit-flex-direction: column;
       -moz-flex-direction: column;
            flex-direction: column;
    margin-bottom: -3px;
}
div.secondary-highlight--target section article div.content h3 {
    margin: 38px 24px 12px 24px;
    font-size: 24px;
    color:#0f5f38;
}
div.secondary-highlight--target section article div.content p {
    max-height: 75%;
    margin: 0px 24px;
    white-space: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 14px;
    color: #818181;
}
div.secondary-highlight--target section article div.content a {
    margin: 24px;
    z-index: 5000;
    position: relative;
}
div.secondary-highlight--target section article div.image {
    position: relative;
    height: 100%;
    line-height: 320px;
    vertical-align: middle;
    overflow: hidden;    
}
div.secondary-highlight--target section article div.image:before {
    content: "";
    display: "block";
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
}
div.secondary-highlight--target section article:nth-of-type(1) div.image:before {
    top: 50%;
    margin-top: -24px;
    left: 0px;
    border-width: 24px 0 24px 24px;
    border-color: transparent transparent transparent #fff;
    border-color:  transparent transparent transparent #8dbe48;
}
div.secondary-highlight--target section article:nth-of-type(2) div.image:before {
    top: 50%;
    margin-top: -24px;
    right: 0px;
    border-width: 24px 24px 24px 0;
    border-color: transparent #fff transparent transparent;
    border-color:  transparent #8dbe48 transparent transparent;
}
div.secondary-highlight--target section div.block-02 article div.image:before {
    top: 24px;
    left: 50%;
    margin-left: -24px;
    border-width: 24px 24px 0 24px;
    border-color: #fff transparent transparent transparent;
    border-color: #8dbe48 transparent transparent transparent;
}
div.secondary-highlight--target section article div.image img {
    width: 100%;
    margin: 0px;
    vertical-align: middle;
}
div.secondary-highlight--target section article div.image span.tip {
    position: absolute;
    top: 20px;
    left: 20px;
    padding: 6px 8px 4px 8px;
    border-radius: 4px;
    font-size: 12px;
    color: #fff;
    background: red;
}
/*
 * CONTE�DO INTERNO
 */
div#main-content {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
       -moz-justify-content: space-between;
        -ms-justify-content: space-between;
            justify-content: space-between;
    -webkit-flex-wrap: nowrap;
       -moz-flex-wrap: nowrap;
            flex-wrap: nowrap;
    -webkit-flex-direction: row;
       -moz-flex-direction: row;
            flex-direction: row;
        margin-top: 60px;
}
div#main-content > div.content {
    width: 75%;
}
div#main-content > div.content  {
    color: #666;
}
div#main-content > div.content h2 {
    color: #8dbe48;
}
div#main-content > aside {
    width: 22%;
    border-left: 1px solid #41a62a;
}
div#main-content > aside span {
    display: block;
    margin: 0px 0px 0px 20px;
    font-weight: bold;
    color: #005f37;
}

div#main-content span.tagsFlag {
	float:left;
	margin-right:5px;
	line-height: 25px;
	font-weight: bold;	
}

div#main-content #tplTags {	
	margin-bottom:30px;
}

div#main-content ul#listContentTag li {
	display:inline;	
}

div#main-content ul#listContentTag li a {
	background-color: #ececec;
    border-radius: 4px;
    padding: 2px 5px 2px 5px;
    line-height: 25px;
    color: #005f37;
    text-decoration: none;
    font-weight: bold;
    cursor: pointer;
}

div#main-content aside ul {
    margin: 40px 0px 0px 20px;
    padding: 0px;
    list-style: none;
}
div#main-content > aside ul li {
    margin-bottom: 16px;
}
div#main-content > aside ul li a {
    color: #666;
    text-decoration: none;
}

div#main-content .contentTag span {
    font-size: 14px;
}

/*
 * FOOTER
 */
footer#main-footer {
    width: 100%;
}
footer#main-footer div.footer-addresses {
    width: 100%;
    background: #000;
    padding: 45px 0px 60px 0px;
}
footer#main-footer div.footer-addresses div.container {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
       -moz-justify-content: space-between;
        -ms-justify-content: space-between;
            justify-content: space-between;
}
footer#main-footer div.footer-addresses div.container div {
    width: 25%;
}
footer#main-footer div.footer-addresses div.container div address {
    padding: 0px 10px;
}
footer#main-footer div.footer-addresses div.container div address span, 
footer#main-footer div.footer-addresses div.container div address a {
    display: block;
    color: #fff;
    font-size: 12px;
    line-height: 1.5em;
    text-decoration: none;
}
footer#main-footer div.footer-addresses div.container div address span.address-title {
    font-size: 18px;
    margin-bottom: 12px;
}
footer#main-footer div.footer-addresses div.container div address a.address-phone {
    margin-bottom: 20px;
}
footer#main-footer div.footer-copyright {
    background: #333;
    color: #fff;
    padding: 14px 10px;
    font-size: 12px;
}

/*
 * RESPONSIVIDADE
 */
/* Tablet / Small Desktops */
@media (max-width: 982px) {
    nav#nav-menu ul.header-menu {
        margin: 0px 10px;
    }
    nav#nav-menu ul.main-menu {
        margin: 34px 10px 0px 10px;
    }
    div#main-carousel {
        margin: 0px 10px;
    }
    div#secondary-highlight ul.menu {
        margin: 0px 10px 28px 10px;
    }
    div.secondary-highlight--target {
        margin: 0px 10px;
    }
    div.secondary-highlight--target section#noticias article div.content p {
        max-height: 40%;
    }
    nav#nav-menu ul.header-menu li.menu-links--search input[type="text"] {
        width: 100px;
    }
    nav#nav-menu ul.header-menu li.menu-links--shortcuts a.button {
        margin: 13px 0px 0px;
    }
}
/* Smartphones */
@media (max-width: 768px) {
    div.nav-container {
        padding-bottom: 20px;
    }
    nav#nav-menu ul.header-menu,
    nav#nav-menu ul.header-menu li.menu-links--about {
        -webkit-flex-direction: column;
           -moz-flex-direction: column;
                flex-direction: column;
        -webkit-justify-content: center;
           -moz-justify-content: center;
            -ms-justify-content: center;
                justify-content: center;          
        -webkit-align-items: center;
           -moz-align-items: center;
            -ms-align-items: center;
                align-items: center;   
    }
    nav#nav-menu ul.main-menu {
        display: none;
    }
    nav#nav-menu > ul, nav#nav-menu > ul > li {
        display: flex;
        -webkit-justify-content: space-between;
           -moz-justify-content: space-between;
            -ms-justify-content: space-between;
                justify-content: space-between;
        text-align: center;
        
    }
    nav#nav-menu ul.header-menu li.menu-links--about,
    nav#nav-menu ul.header-menu li.menu-links--search,
    nav#nav-menu ul.header-menu li.menu-links--shortcuts,
    nav#nav-menu ul.header-menu li.menu-links--mobile {
        width: 100%;
    }
    nav#nav-menu ul.header-menu li.menu-links--shortcuts {    
        -webkit-justify-content: center;
           -moz-justify-content: center;
            -ms-justify-content: center;
                justify-content: center;  
    }
    nav#nav-menu ul.header-menu li.menu-links--mobile {
        display: block;
        position: relative;
    }
    nav#nav-menu ul.header-menu li.menu-links--about > div {
        margin-bottom: 20px;
    }
    nav#nav-menu ul.header-menu li.menu-links--about > ul:before {
        width: 46px;
        margin-left: -23px;
        left: 50%;
        border-top: 1px solid #8dbe48;
        position: absolute;
        content: "";
        display: block;        
    }
    nav#nav-menu ul.header-menu li.menu-links--about ul {
        width: 100%;
        padding: 0px;
        margin: 10px 0px;
        border: 0px;
        -webkit-flex-direction: row;
           -moz-flex-direction: row;
                flex-direction: row;
    }
    nav#nav-menu ul.header-menu li.menu-links--about ul li {
        -webkit-flex-grow: 1;
           -moz-flex-grow: 1;
                flex-grow: 1;
        margin-top: 10px;
    }
    nav#nav-menu ul.header-menu li.menu-links--about ul li a {
        padding: 10px;
        font-size: 14px;
    }
    nav#nav-menu ul.header-menu li.menu-links--search input[type="text"] {
        -webkit-flex-grow: 1;
           -moz-flex-grow: 1;
                flex-grow: 1;       
        width: calc(100% - 32px); 
    }
    nav#nav-menu ul.header-menu li.menu-links--shortcuts a.button {
        margin: 13px 10px 0px 10px;
        /*flex-grow: 1;*/
        margin: 6px 10px;
    }
    nav#nav-menu ul.header-menu li.menu-links--shortcuts a.button:first-of-type {
        margin-left: 0px;
    }
    nav#nav-menu ul.header-menu li.menu-links--shortcuts a.button:last-of-type {
        margin-right: 0px;
    }
    nav#nav-menu ul.header-menu li.menu-links--mobile > a {
        display: block;
        margin-bottom: 1px;
        font-size: 14px;
        text-transform: uppercase;
    }
    nav#nav-menu ul.header-menu li.menu-links--mobile > ul {
        width: 100%;
        position: absolute;
        display: none;
    }
    nav#nav-menu ul.header-menu li.menu-links--mobile > ul.show {
        display: block;
        z-index: 10;
    }
    nav#nav-menu ul.header-menu li.menu-links--mobile > ul > li > a {
        display: block;
        border-radius: 4px;
        margin-bottom: 1px;
        padding: 10px 20px;
        font-size: 14px;
        color: #fff;
        background: #8dbe48;
        text-decoration: none;
        text-transform: uppercase;
    }
    nav#nav-menu ul.header-menu li.menu-links--mobile > ul > li > a:hover,
    nav#nav-menu ul.header-menu li.menu-links--mobile > ul > li ul li a:hover {
        background: #0f5f38;        
    }
    nav#nav-menu ul.header-menu li.menu-links--mobile > ul > li ul li a {
        display: block;
        border-radius: 4px;
        margin-bottom: 1px;
        padding: 10px 20px;
        font-size: 14px;
        color: #fff;
        background: #8dbe48;
        text-decoration: none;
    }
    nav#nav-menu ul.header-menu li.menu-links--mobile > ul#submenu-mobile > li > ul {
        display: none;
    }
    nav#nav-menu ul.header-menu li.menu-links--mobile > ul#submenu-mobile > li > ul.show {
        display: block;
    }
    #menuUser #userMenu #menuUserActions
    {
    	display: flex;
    }
   
    div#main-carousel {
        height: auto;
    }
    #main-carousel .item img {
    	height: auto;
    }    
    div#main-banner.component-banner {
        -webkit-flex-direction: column;
           -moz-flex-direction: column;
                flex-direction: column;
    }
    div#main-banner.component-banner div.logo-mobile {
        display: block;
        border-bottom: 1px solid #d7d7d7;
    }    
    div#main-banner.component-banner div.logo-mobile img {
        width: 70%;
        display: block;
        margin: 20px auto;
    }
    div#main-banner.component-banner div.content,
    div#main-banner.component-banner div.image {
        width: auto;
    }
    div#main-banner.component-banner div.content {
        order: 3;
        margin: 0px 10px;
    }
    div#main-banner.component-banner div.image {
        order: 2;
        margin: 0px 10px;
    }
    div#main-banner.component-banner div.content img {
        display: none;
    } 
    div#main-banner.component-banner div.image img {
        width: 100%;
        margin-bottom: 30px;
    }
    div#secondary-banners {
        -webkit-flex-wrap: nowrap;
           -moz-flex-wrap: nowrap;
                flex-wrap: nowrap;
        -webkit-flex-direction: column;
           -moz-flex-direction: column;
                flex-direction: column;
    }
    div#secondary-banners div.banner {
        width: calc(100% - 32px);
        margin: 0px 16px 20px 16px !important;
    }
    div#secondary-banners div.banner a {
        margin: 8px 10px !important;
    }
    div#social-media {
        display: none;
    }
    div#banners {
        display: block;
        margin-bottom: 10px;
    }
    div#banners div.banner {
        width: auto;
        margin: 0px 20px 30px 20px;
    }
    div#shortcuts-secondary {    
        -webkit-justify-content: center;
        -moz-justify-content: center;
        -ms-justify-content: center;
        justify-content: center;
        margin-bottom: 0px;
        flex-wrap: wrap;
    }
    div#shortcuts-secondary div.shortcut {
        width: 30%;
    }
    div#shortcuts-secondary div.shortcut a span {
        margin-top: 12px;
        margin-bottom: 24px;
        font-size: 12px;
    }
    div#secondary-highlight {
        background: none;
    }
    div#secondary-highlight ul.menu li a {
        color: #cdcdcd;
    }
    section.secondary-highlight--type {
        border: none;
    }
    div.secondary-highlight--target section,
    div.secondary-highlight--target section div.block-01 article {
        display: block;
    }
    div.secondary-highlight--target section article div.image {
        display: none;
    }
    div.secondary-highlight--target section div.block-01,
    div.secondary-highlight--target section div.block-02,
    div.secondary-highlight--target section div.block-01 article div,
    div.secondary-highlight--target section div.block-02 article div {
        width: 100%;
    }
    div.secondary-highlight--target section article div.content h3 {
        margin: 20px 0px;
    }
    div.secondary-highlight--target section article div.content p {
        margin: 0px;
    }
    div.secondary-highlight--target section article div.content a {
        margin: 20px 0px 30px 0px;
    }
    div#main-content {
        display: block;
    }
    div#main-content > div.content {
        width: auto;
        margin: 0px 10px 20px 10px;
    }
    div#main-content > aside {
        width: 100%;
        padding-top: 20px;
        border-top: 1px solid #41a62a;
    }
    footer#main-footer div.footer-addresses {
        display: none;
    }
    footer#main-footer div.footer-copyright {
        text-align: center;
    }
}
/* 
 * COLEGIO
 */
 
#menuUser
{	
	position: relative;
}

body.auth #menuUser
{	
	position: absolute;
}
/* UserMenu */	
#menuUser, #menuUser #userMenu #menuUserActions li ul{
	width: 100%;
}	
#menuUser #userMenu #menuUserActions{				
	height: auto;
}	
#menuUser #userMenu #menuUserActions > li{
	padding-left: 20px;
}
#menuUser #userMenu #menuUserActions li ul{
	margin-bottom: 3%;	
}
#menuUser #userMenu #menuUserActions li ul li div a{
	width: 75%;
}
#menuUser #userMenu #menuUserActions li ul li:last-child{
	margin-bottom: 0;
}
#menuUser #userMenu #menuUserActions .avatarThumb{
	padding-left: 35px;
}	
#menuUser #userMenu #menuUserActions #notification-menu{
	text-align: left;
	width: auto;
}

#menuUserPersonal a {
	padding-top: 6px;
	
}

#menuUserPersonal .avatarThumb {
	padding-top: 11px;
	padding-bottom: 9px;
}
.avatarThumb img {
	width: 30px;
	height: 30px;	
	display: inline-block;
	vertical-align: middle;
}
.img-circle {
	border-radius: 50%;
}

/** Pace **/

.pace {
  -webkit-pointer-events: none;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.pace-inactive {
  display: none;
}

.pace .pace-progress {
  background: #27af27;
  position: fixed;
  z-index: 2000;
  top: 0;
  right: 100%;
  width: 100%;
  height: 2px;
}

.pace .pace-progress-inner {
  display: block;
  position: absolute;
  right: 0px;
  width: 100px;
  height: 100%;
  box-shadow: 0 0 10px #27af27, 0 0 5px #27af27;
  opacity: 1.0;
  -webkit-transform: rotate(3deg) translate(0px, -4px);
  -moz-transform: rotate(3deg) translate(0px, -4px);
  -ms-transform: rotate(3deg) translate(0px, -4px);
  -o-transform: rotate(3deg) translate(0px, -4px);
  transform: rotate(3deg) translate(0px, -4px);
}

.pace .pace-activity {
  display: block;
  position: fixed;
  z-index: 2000;
  top: 15px;
  right: 15px;
  width: 18px;
  height: 18px;
  border: solid 4px transparent;
  border-top-color: #27af27;
  border-left-color: #27af27;
  border-radius: 16px;
  -webkit-animation: pace-spinner 400ms linear infinite;
  -moz-animation: pace-spinner 400ms linear infinite;
  -ms-animation: pace-spinner 400ms linear infinite;
  -o-animation: pace-spinner 400ms linear infinite;
  animation: pace-spinner 400ms linear infinite;
}

@-webkit-keyframes pace-spinner {
  0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); transform: rotate(360deg); }
}
@-moz-keyframes pace-spinner {
  0% { -moz-transform: rotate(0deg); transform: rotate(0deg); }
  100% { -moz-transform: rotate(360deg); transform: rotate(360deg); }
}
@-o-keyframes pace-spinner {
  0% { -o-transform: rotate(0deg); transform: rotate(0deg); }
  100% { -o-transform: rotate(360deg); transform: rotate(360deg); }
}
@-ms-keyframes pace-spinner {
  0% { -ms-transform: rotate(0deg); transform: rotate(0deg); }
  100% { -ms-transform: rotate(360deg); transform: rotate(360deg); }
}
@keyframes pace-spinner {
  0% { transform: rotate(0deg); transform: rotate(0deg); }
  100% { transform: rotate(360deg); transform: rotate(360deg); }
}

/* continua */

#socialShare
{
	text-align: right;
	margin-bottom: 20px;
	margin-top: -45px;
}

body.news #socialShare
{
	margin-top: 0px;
}
.owl-carousel
{
	z-index: -1;
}
.owl-carousel .owl-wrapper
{
	z-index: -1;
}
.submenu-header .banner
{
	background-color: white;
	padding: 10px;
}

<!--- recuperado do site antigo -->
div#highLink
{
	padding: 10px;
}
div#highLink a
{
	font-size: 18px;
	font-weight: bold;
	text-decoration: none;
	color: #005f37;
}

div#main-content div.seeMoreRelatedContent {
   margin-left: 30px;
   max-width: 235px;
}

div#main-content div.seeMoreRelatedContent h3 {
  margin-bottom: 0px;
}

div#main-content div.seeMoreRelatedContent article {
  margin-bottom: 30px;
}

section#highlights {
    padding: 30px 0px;
    text-align: center;
   	display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

section#highlights article {
    width: 226px;
    position: relative;
    /* background-color: silver; */    
    display: inline-block;
    margin: 2px;
    padding: 0px;
    text-align: left;
    border: 1px solid silver;
    margin-bottom: 5px;
    background-color: #efefef; 
}

section#highlights article img {		
	height: 136px;
	display: block;
}
section#highlights article figcaption {
	display: none;
}
section#highlights article a {
    color: black;
    text-decoration: none;
}

section#highlights.listTopRelatedContent a {
    color: #005f37;
    text-decoration: none;
}

section#highlights.listTopRelatedContent h3 {
    text-align: center;
}

section#highlights article div.content {
    width: 100%;
    /* height: 182px; */
    position: relative;    
    background: #efefef;
    font-size: 0.9em;
    height: auto; 
	min-height: 0px; 
	/* max-height: 182px */
}
section#highlights article div.content h3 {
    margin: 0px 20px 8px 20px;    
    padding-top: 10px;
    color: #005f37;
	font-size: 14px !important;
	font-weight:  700 !important;
	line-height: 1 !important;
	box-sizing: content-box !important;
	-webkit-box-sizing: content-box !important;


}
section#highlights article
{
	box-sizing: content-box !important;
	-webkit-box-sizing: content-box !important;	
}
section#highlights article div.content p {
    margin: 0px 20px 12px 20px;
}


#errorMessage
{
	margin-bottom: 30px;
}


/* redes sociais do curso */

body.course div#socialnetwork
{
	width: 380px;
	display: inline-block;
	vertical-align: top;
}
body.course div#socialnetwork section
{
	float: none;
	width: 100%;
}
body.course #facebookWidget,
body.course #formWidget
{
	width: 530px;
	display: inline-block;
}
body.course #formWidget form
{
	width: 465px;
}


body.course #socialCourse
{
	margin-bottom:15px;
}

body.course #socialCourse h4
{
	font-size: 24px;
	margin-bottom: 20px;
	border-bottom: 1px solid #d7d7d7;
	color: #00562B;
	
}

div#socialnetwork {
	height: 129px;
	/*background: #e1e1e1;  Old browsers */
	background: #fff;
	
}
div#socialnetwork h2,
div#socialnetwork h3 {
	display: none;
}
div#socialnetwork section {
	width: 25%;
	float: left;
}
div#socialnetwork section div.content {
	min-height: 92px;
	display: block;
	margin: 0px 0px 9px 0px;
	/* padding: 28px 8px 0px 8px; */
	padding: 0px 8px 0px;
	text-decoration: none;
}
div#socialnetwork section div.content a {
	text-decoration: none;
}
div#socialnetwork section.facebook div.content {
	background: url("/templates/source/8/images/pages/socialicon_facebook.png") right bottom no-repeat, url("/templates/source/8/images/pages/icon_facebook.png") right bottom no-repeat;
}
div#socialnetwork section.facebook div.content a
{
	color: #696969;
}
div#socialnetwork section.facebook div.content a:nth-of-type(1) {
	/*display: none; */
}
div#socialnetwork section.facebook div.content {
	font-size: 13px;
	color: #696969; 
	position: relative;
}
div#socialnetwork section.facebook div.content>a:nth-of-type(1),
div#socialnetwork section.facebook div.content span.fb_title {
	display: none;
}
div#socialnetwork section.facebook div.content p.date.fb_date {
	padding: 6px 0px;
	font-size: 12px;
	font-style: italic;
	position: relative; 
	padding: 12px 22px 0px 0px;
	text-align: right; 
	font-size: 11px;
}
div#socialnetwork section.twitter div.content {
	background: url("/templates/source/8/images/pages/socialicon_twitter.png") right bottom no-repeat, url("/templates/source/8/images/pages/icon_twitter.png") right bottom no-repeat;
	position: relative;
	font-size: 13px;
	color: #696969; 
}
div#socialnetwork section.twitter div.content>a:nth-of-type(1),
div#socialnetwork section.twitter div.content span.twit_title {
	display: none;
}
div#socialnetwork section.twitter div.content p.date.twit_date {
	padding: 6px 0px;
	font-size: 12px;
	font-style: italic;	
	position: relative; 
	padding: 12px 22px 0px 0px;
	text-align: right; 
	font-size: 11px;
}
div#socialnetwork section.picasa div.content>a:nth-of-type(1) {
	display: none;
}
div#socialnetwork section.picasa div.content {
	text-align: center;
	background: url("/templates/source/8/images/pages/icon_picasa.png") right bottom no-repeat;
}
div#socialnetwork section.picasa div.content div.posts.box_picasa {
	margin-top: -16px;
}
div#socialnetwork section.picasa div.content div.posts.box_picasa img {
	width: auto;
	max-height: 96px;
}
div#socialnetwork section.youtube div.content {
	text-align: center;
	background: url("/templates/source/8/images/pages/icon_youtube.png") right bottom no-repeat;
}
div#socialnetwork section.youtube div.content>a:nth-of-type(1) {
	display: none;
}
div#socialnetwork section.youtube div.content div.frame {
	margin-top: -16px;	
	position: relative;
	top: 11px;
	left: 10px;	
}
div#socialnetwork section.youtube div.content div.frame>a {
	display: none;
}
div#socialnetwork section.youtube div.content iframe {
	width: auto;
	max-height: 96px;
	max-width: 171px;
}

div#socialnetwork section.googleplus div.content {
	background: url("/templates/source/8/images/pages/socialicon_gplus.png") no-repeat scroll right bottom, url("/templates/source/8/images/pages/icon_googlePlus.png") no-repeat right bottom;
	font-size: 14px;
}
	
div#social section.googleplus div.gplus {
	
    padding: 3px;
}
div#social section.googleplus div.gplus h3 {
    font-weight: bold;
    margin-bottom: 15px;
    font-size: 14px;
}
div#social section.googleplus div.gplus p {
    color: #696969;
}
div#socialnetwork section.googleplus div.cntnt a
{
	color: #696969;
}
div#social section.googleplus div.gplus .athr {
    overflow: auto;
    margin-bottom: 5px;
    padding-top: 12px;
}
div#social section.googleplus div.gplus .athr img {
    width: 32px;
    height: 32px;
    margin-right: 5px;
}
div#social section.googleplus div.gplus .athr img, .gplus .athr .name {
    float: left;
    vertical-align: top;
}
div#social section.googleplus div.gplus .athr .username {
    font-weight: normal;
    color:#888;
}
div#social section.googleplus div.gplus .itm {
    margin-bottom: 10px;
}
div#socialnetwork section.googleplus div.content, 
div#social section.googleplus div.gplus .cntnt {
    clear: both;
    color: #696969;
    font-size: 13px;
}
div#socialnetwork section.googleplus div.content p.date {
	padding: 6px 0px;
	font-size: 12px;
	font-style: italic;
	color: #696969;
	padding: 12px 22px 0px 0px; 
	text-align: right; 
	font-size: 11px;
}

.previewPage
{
	position: fixed;
	left: 5px;
	top: 5px;
	background-color: yellow;
	padding: 6px;
	border: 1px solid black;
	z-index: 10000;
}

.btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    border-radius: 0px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.btn-xs, .btn-group-xs > .btn {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 0px;
}
.text-right {
    text-align: right;
}
.btn-danger {
    color: #ffffff;
    background-color: #d9534f;
    border-color: #d43f3a;
}
#jsNotification-content, #jsBookmark-content, #jsReadLater-content {
    min-width: 320px;
}
#notification-menu .dropdown-menu li.jsMarkAll div.notificationDiv {
    background-color: #f4f4f4;
    border: 0px;
    min-height: auto;
}

@media (max-width: 768px) {
 	
    #menuUser #userMenu #menuUserActions > li
    {
    	padding-left: 5px;
    }
    #menuUser #userMenu #menuUserActions > li:first-child
    {
    	padding-left: 15px;
    }
    #menuUser #userMenu #menuUserActions > li span.name
    {
    	display: none;	
    }
    #menuUser #userMenu #menuUserActions .avatarThumb
    {
    	padding-left: 5px;
    }
    #socialShare
    {
    	margin-top: 0px;
    }
    div#secondary-highlight ul.menu li a
    {
    	font-size: 30px;
    }
    #userCommunities
    {
    	display: none;
    }
    #menuUser 
    {
	    background: white;
	    border: 1px solid black;
    }
}

body.auth nav#nav-menu {
	margin-top: 25px;
}

body.body-main #shortcuts-secondary {
	
	max-width: 942px;
}

body.body-main div#shortcuts-secondary div.shortcut
{
	width: 16.6%;
	min-width: 96px;
}


/*** LOGIN BOX ***/

form#loginForm.out {
    /* top: -196px; */
    top: -220px;
    -webkit-transition: all 500ms ease-out 0ms;
    -moz-transition: all 500ms ease-out 0ms;
    -o-transition: all 500ms ease-out 0ms;
    transition: all 500ms ease-out 0ms;
}
form#loginForm {
    width: 210px;
    display: block;
    position: absolute;
    top: -34px;
    right: 0px;
    z-index: 4000;
    background: rgba(0,0,0,0.80);
    -webkit-transition: all 500ms ease-out 0ms;
    -moz-transition: all 500ms ease-out 0ms;
    -o-transition: all 500ms ease-out 0ms;
    transition: all 500ms ease-out 0ms;
}

form#loginForm div#loginBox {
    position: relative;
}
form#loginForm header, form#loginForm footer span:nth-of-type(1) {
    display: none;
}
form#loginForm div.content:nth-of-type(1) {
    height: 148px;
    padding: 0px 12px;
    font-size: 11px;
    color: #fff;
}
form#loginForm div.content:nth-of-type(2) {
    color: #dedede;
}
form#loginForm div.content div.formgroup:nth-of-type(3) {
    padding: 8px 0px 2px 0px;
    text-align: center;
}
form#loginForm footer {
    width: 198px;
    padding: 6px 4px;
    background: none;
    color: #dedede;
    text-align: center;
    cursor: pointer;
}

form#loginForm div.content label {
    display: block;
    padding: 8px 0px 2px 0px;
}
form#loginForm div.content input[type="text"], form#loginForm div.content input[type="password"] {
    width: 95%;
    height: 22px;
    display: block;
}
form#loginForm header, form#loginForm footer span:nth-of-type(1) {
    display: none;
}
form#loginForm footer span:nth-of-type(2),
#loginBox > div:nth-child(3) > p > a {
    color: #fff;
}

.dataBaseForm {
	margin:10px auto;
    padding: 20px 12px 10px 20px;
}

.dataBaseForm .subTitle{
	font-size:18px;
}

.dataBaseForm .form-group input, textarea {
	width:95%;
	padding: 6px 12px;
    display: block;
    list-style: none;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 2px;
}

.dataBaseForm .form-group .btn-danger,
.btn-danger {
	color: #ffffff;
	background-color: #d9534f;
	border-color: #d43f3a;
}

.dataBaseForm .form-group .btn-success,
.btn-success {
	color: #ffffff;
	background-color: #73BF3A;
	border-color: #73BF3A;
}
a.btn
{
	text-decoration: none;
		
}
a.btn:hover
{
	text-decoration: none;
	color: black;
	background: #f7f7f7;		
}

.dataBaseForm .form-group .btn,
.btn  {
	width:auto;
	display: inline-block;
    cursor: pointer;
    border-radius: 2px;
}

.dataBaseForm .form-group textarea {
	height: auto;
}

.dataBaseForm .form-group input[type="radio"], input[type="checkbox"] {
	width: auto;
	display: inline-block;
}

.dataBaseForm .form-group input[type="checkbox"] {
	width: auto;
	display: inline-block;
}

.dataBaseForm .form-group  {
    display: block;
    list-style: none;
    margin-bottom:15px;
}

.dataBaseForm .form-group label {
    padding:0px;
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 500;
}

.tableFormLinks>tbody>tr>td {
	padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid #ddd;
}

.tableFormLinks>thead>tr>th {
	    border-bottom: 2px solid #ddd;
	    padding: 8px;
   		line-height: 1.42857143;
   		font-size:18px;
}

body#id593723 div#main-banner.component-banner div.content
{
	width: 100%;
}

#searchGoogle, #searchContent {
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: start;
       -moz-justify-content: start;
        -ms-justify-content: start;
            justify-content: flex-start;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;	
}

#searchContent {
    margin-bottom: 26px;
}

@media (max-width: 769px) {
	#searchGoogle {
	width: 100%;
		margin-top: 20px;
		margin-bottom: 10px;
	}
	
}
li.menu-links--shortcuts > a:nth-of-type(1) img { 
	width: auto; 
	height: 35px; 
} 
 
li.menu-links--shortcuts > a:nth-of-type(2) { 
	background: transparent !important; 
} 
 
li.menu-links--shortcuts > a:nth-of-type(2) img { 
	width: auto;
    height: 23px;
    padding-bottom: 7px;
}

div#main-content * {
     font-family: Arial, Helvetica, sans-serif !important;
}
div#main-content ol,
div#main-content ul {
	margin-left: 24px;
	list-style: initial;
}

body.news h3.title {
	font-size: 24px;
	width: calc( 100% - 183px);
}
ul.news
{
	list-style: square;
	padding: 20px;
    min-height: 110px;
}
ul.news li
{
	margin-bottom: 20px;
}
ul.news li span.timestamp
{
	display: block;
	color: #00562B;
	font-weight: bold;
}
#newsCalendar
{
	float: right;
	margin: 20px;
	border-left: 1px solid #cacaca;
	padding-left: 10px;	
}

#newsCalendar select {
    z-index: 0;
    margin-top: 10px;
}

#newsCalendar input { 
    margin-top: 10px;
    width: 100%;

}

#newsCalendar a { 
    margin-top: 10px;    
}

div.estrutura img {
	width: auto;
	margin: 5px;
	float: left;
}

div#main-content div.estrutura ul {
	list-style-type:none;
}

div.estrutura ul li {
	float: left;
}

/* Ajuste para a P�gina do Curso */
body.course div#main-image {
    position: relative;
    padding-bottom: 56.25%;
    padding-bottom: 40.25%;
    padding-bottom: 28.25%;
    height: 0;
}
body.course div#main-image.video
{
	padding-bottom: 40.25% !important;
}
body.course div#main-image iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 380px;  
}

/* caso 21475 */
body#id593619 ul.main-menu,
body#id593619 .menu-links--search,
body#id593619 .menu-links--shortcuts,
body#id593619 #bannerArea2
{
	display: none;
}

#contentRestrictAccess h2, #contentRestrictAccess p {
	color: 	#0f5f38 !important; 
	text-shadow: none !important;
}

div.gsc-adBlockX
{
	display: none !important;
}
@media (max-width: 440px) {    
    body.course div#main-image iframe {
    	height: 200px;
    }
}

div#main-content > div.content .tableContainer
{
	width: 100%;
	overflow-x: scroll;
	
}
.form-group.fieldError
{
    padding: 6px;
    background-color: #f7bbbb;
    border: 1px solid red;
} 
.dataBaseForm .form-group.fieldError  label
{
	color: red;
	font-weight: bold;
	
}
.fieldError.alert.alert-danger::after
{
	border-color: transparent red;
}
.fieldError.alert.alert-danger
{
	/*background-color: red; */
    padding: 4px;
    color: white;
    color: red;
    margin: 4px;    
    /*border: 1px solid black;*/
	
}
#secondary-highlight span.date,
body.news span.date
{
	margin: 0px 7px;
    font-size: 12px;
    color: gray;
    font-weight: bold;	
}
#tplRecommendedContent
{
	clear: both;
}
nav#nav-menu > ul,
nav#nav-menu > ul li span span {
    padding: 1px;
    margin-left: 2px;
} 

div#main-content ul.gallery {
    list-style-type: none;
}

ul.gallery li {
    float: left;
}

ul.gallery img {
    width: auto;
    margin: 5px;
    float: left;
}

/* P�GINA DE SEARCH CONTENT */

#shortcut-content > ul.searchResults {
    list-style-type: none;
    margin: 0px;
}

.searchResultItem {
    margin-bottom: 26px;
    line-height: 20px;
}

.searchResultItem h3 {
    margin: 0px 0px 5px 0px;
    font-size: 18px;
}

.searchResultItem h3 a{
    text-decoration: none;   
}

.searchResultItemContent {
    font-size: 0.9em;
} 

.searchResultItemDate {
    font-size: 0.8em;

}

div#main-content #navigatorbar ul {
    list-style-type: none;
}

#navigatorbar ul li{
    float: left;
    margin-right: 5px;
}
 /*
 caso: 0022748
@media (min-width: 1600px) { 
  body.body-main { 
    background: url("http://www.univille.edu.br/templates/source/8/images/tmp/180912_Univille-EAD-Banner_Especial-dir.jpg") top right no-repeat,  
    url("http://www.univille.edu.br/templates/source/8/images/tmp/180912_Univille-EAD-Banner_Especial-esq.jpg") top left no-repeat, 
      #efefef;
  }
}


nav#nav-menu ul.header-menu li.menu-links--about ul li:nth-of-type(1) {
  order: 1;
}
nav#nav-menu ul.header-menu li.menu-links--about ul li:nth-of-type(2) {
  order: 3;
}
nav#nav-menu ul.header-menu li.menu-links--about ul li:nth-of-type(3) {
  order: 2;
  position:relative;
}
nav#nav-menu ul.header-menu li.menu-links--about ul li:nth-of-type(3) a {
  position: relative;
}
nav#nav-menu ul.header-menu li.menu-links--about ul li:nth-of-type(2) a:after {
  content: " (Vagas tamb�m para PCD)";
  display: inline;
}
*/
#searchContent {
  margin: 0;
  position: relative;
  left: 30px;
}

.body-main .fontResizerMore,
.body-main .fontResizerLess {
	display: none;
}
body#id879274 div#main-banner.component-banner {
	flex-direction: column;
}
body#id879274 div#main-banner.component-banner div.image {
	width: 100%;
	height: 340px;
	order: 1;
}
body#id879274 div#main-banner.component-banner div.content {
	width: 100%;
	order: 2;
}
@media (max-width: 769px) {
	body#id879274 {
		background-position: center 320px
	}�
}
/* caso 23178 */
li.jsOpenmenu[data-id="595757"] .submenu-header {
    width: 71% !important;
}

li[data-id="884654"]
{
	text-align: center !important;
	padding-bottom: 20px;
}

li[data-id="884654"] a {
	text-align: center !important;
	color: #2E7556 !important;
}
nav#nav-menu ul.main-menu li.jsOpenmenu[data-id="595757"] div.submenu
{
	min-height: auto !important;
    height: 346px;
}
nav#nav-menu ul.main-menu li.jsOpenmenu[data-id="595757"] div.submenu,
nav#nav-menu ul.main-menu li.jsOpenmenu[data-id="595757"] div.submenu-header 
{
	background: #2E7556 !important;
	color: white;
}   

nav#nav-menu ul.main-menu li.jsOpenmenu[data-id="595757"] div.submenu-header ul li a
{
	color: white;
}
nav#nav-menu ul.main-menu li.jsOpenmenu[data-id="595757"] div.submenu-links
{
	background: #2E7556 !important;
	
}


#nav-menu > ul.main-menu   div > div.submenu-header > ul  a[data-id="884654"]
{
	color: #8dbe48 !important;
    font-weight: 600;   
}


nav#nav-menu ul.main-menu li.jsOpenmenu[data-id="595757"]  div.submenu-links ul {
    -webkit-columns: 1;
    -moz-columns: 1;
    columns: 1;
}

nav#nav-menu ul.main-menu li.jsOpenmenu[data-id="595757"]  div.submenu-links ul li a span
{
	font-size: 16px !important;
	font-family: univFont, Helvetica, Arial, sans-serif !important;
}

/* caso 23848 */

li[data-id="885020"],
li[data-id="885021"],
li[data-id="885022"],
li[data-id="885023"],
li[data-id="885025"],
li[data-id="885024"]
{
	display: none;
}

.menu-links--mobile li[data-id="885020"],
.menu-links--mobile li[data-id="885021"],
.menu-links--mobile li[data-id="885022"],
.menu-links--mobile li[data-id="885023"],
.menu-links--mobile li[data-id="885025"],
.menu-links--mobile li[data-id="885024"]
{
	display: list-item !important;
}

.menu-links--mobile li[data-id="885020"] a
{
	color: #2E7556 !important;
}
ul.submenu-mobile.show
{
	width: 90%;
	margin: auto;
}
ul.main-menu li.jsOpenmenu[data-id="882747"] div.submenu, 
ul.main-menu li.jsOpenmenu[data-id="882747"] div.submenu-header {
    background: #2E7556 !important;
    color: white;
}
li.jsOpenmenu[data-id="882747"] .submenu-header {
    width: 71% !important;
}
ul.main-menu li.jsOpenmenu[data-id="882747"] div.submenu {
    min-height: auto !important;
    height: 322px;
}
li[data-id="884654"] {
    text-align: center !important;
    padding-bottom: 20px;
}
ul.main-menu li.jsOpenmenu[data-id="882747"] div.submenu-links {
    background: #2E7556 !important;
}
ul.main-menu li.jsOpenmenu[data-id="882747"] div.submenu-links ul {
    -webkit-columns: 1;
    -moz-columns: 1;
    columns: 1;
}
#nav-menu > ul.main-menu > li > div > div.submenu-header > ul > li[data-id="885039"],
#nav-menu > ul.main-menu > li > div > div.submenu-header > ul > li[data-id="885040"]
{
	display: none;
}

nav#nav-menu ul.main-menu li.jsOpenmenu[data-id="882747"] div.submenu-header ul li a {
    color: white;
    font-size: 14px;
}
#nav-menu > ul.main-menu div > div.submenu-header > ul a[data-id="882747"] {
    color: #8dbe48 !important;
    font-weight: 600;
}
#nav-menu > ul.main-menu > li.jsOpenmenu[data-id="882747"] > div > div.submenu-header > ul > li:nth-child(1) > a
{
    text-align: center;
    color: #73bf3d;
    font-size: 15px;
}
#nav-menu > ul.main-menu > li.jsOpenmenu[data-id="882747"] > div
{
	height: 322px;
}



/* caso 24068 */

#noticias * {
  box-sizing: border-box;
}
#noticias .block-01 article {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr;
  gap: 0;
}
#noticias .block-02 article {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr 1fr;
  gap: 0;
}
#noticias article .content {
  width: 100%;
  height: 100%;
  padding: 20px;
}
#noticias article .content h3,
#noticias article .content p,
#noticias article .content a {
  max-height: none;
  margin: 0 0 10px !important;
}
#noticias article .image {
  width: 100%;
  height: 100%;
}
#noticias article .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

div.secondary-highlight--target section div.block-02 article {
  display: grid;
  grid-template-rows: 1fr 1fr;
}
div.secondary-highlight--target section article div.content p {
  max-height: 100%;
}
/* Melhoria geral para capa */

div.secondary-highlight--target, div.secondary-highlight--target * {
  box-sizing: border-box;
}
div.secondary-highlight--target > section {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  grid-template-rows: reepat(2,1fr);
  grid-template-areas: "block01 block01 block02" "block01 block01 block02";
}
div.secondary-highlight--target > section .block-01 {
  width: 100%;
  height: 100%;
  grid-area: block01;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto;
}
div.secondary-highlight--target > section .block-01 > article {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto;
}
div.secondary-highlight--target > section .block-01 > article .content {
  width: 50%;
  height: 100% !important;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 24px;
}
div.secondary-highlight--target > section .block-01 > article .content h3{
  margin: 0 0 24px;
  font-size: 24px;
  color: #0f5f38;
}
div.secondary-highlight--target > section .block-01 > article .content p {
    height: auto;
    max-height: 100%;
    margin: 0;
    overflow: inherit;
    font-size: 14px;
    color: #818181;
}
div.secondary-highlight--target section article div.content a {
  margin: 0px;
}
div.secondary-highlight--target > section .block-01 > article .image {
  width: 50%;
  height: calc(100% - 2px);
}
div.secondary-highlight--target > section .block-01 > article .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
div.secondary-highlight--target > section div.block-02 {
  width: 100%;
  height: 100%;
  grid-area: block02;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto;
}
div.secondary-highlight--target > section div.block-02 article {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 50% 50%;
  
}
div.secondary-highlight--target > section .block-02 > article {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto;
}
div.secondary-highlight--target > section .block-02 > article .content {
  width: 100%;
  height: 100% !important;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 24px;
}
div.secondary-highlight--target > section .block-02 > article .content h3{
  margin: 0 0 24px;
  font-size: 24px;
  color: #0f5f38;
}
div.secondary-highlight--target > section .block-02 > article .content p {
    height: auto;
    max-height: 100%;
    margin: 0;
    overflow: inherit;
    font-size: 14px;
    color: #818181;
}
div.secondary-highlight--target section article div.content a {
  margin: 0px;
}
div.secondary-highlight--target > section .block-02 > article .image {
  width: 100%;
  height: 100%;
}
div.secondary-highlight--target > section .block-02 > article .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

