/*
  * CSS com estilo específico do tema
 *
 * @Autores
 *
 * - Fernando Henrique Zancope
 *
 * @Referencias
 * 
 * Lista de padrões, convenções e boas praticas CSS que devem ser seguidas.
 * https: //github.com/necolas/idiomatic-css/tree/master/translations/pt-BR
 *
 * Plugins para ordenar os atributos de CSS.
 * http://csscomb.com/
 *
 * Validador de CSS do W3C.
 * http:http://portal.metodista.br/testedj/capahome///jigsaw.w3.org/css-validator/
 * 
 */


/* ==========================================================================
   Geral
   ========================================================================== */
/* Barra Superior */

.sembusca{display:none !important;}

.barra-institucional{
    display:none;
    }

.collection-item time{
    display:none;
}
.exibedata{display:block !important;
}
.m-accessibilidade{display:none;}

/* breadcrumbs */
div#portal-breadcrumbs
{
    font-weight: 700;
    margin-left: 0;
    color: #404040;
    border-bottom: solid 1px #d2d2d2;
    padding: 10px 0;
    margin-bottom: 30px;
}

div#portal-breadcrumbs a
{
    color: #da9806 !important;
}

.template-default_error_message div#portal-breadcrumbs {
    display: none;
}
/* Título das páginas */

#content h1
    {
    color: #da9806;
	}

/*Busca*/
#searchGadget
{
    width: 90%;
    border: none !important;
}


/*Busca*/
a#animate-slide
{
    font-size: 16px;
    position: absolute;
    top: 34px;
    right: 70px;
    color: #004f9f;
}

.neat
{
    display:none !important;
}

#portal-searchbox .searchButton
{
    font-size: 16px;
    font-weight: 600;
    position: relative;
    z-index: 5;
    float: right;
    width: 20%;
    height: 40px;
    color: #fff;
    border: none;
    background: #303249 !important;
}
    body.template-search fieldset#search-field
    {
    text-align: left;
    display:none;
    }
    
	body.template-search #searchResultsSort {
    float: left;
    margin-top: 10px;
    }
    
    body.template-search #search-results
    {
    width: 96% !important;
    background: #fff;
    border-radius: 4px;
    padding: 2% !important;
    margin: 20px 0 30px;
    }
    
    body.portaltype-collection #main-content div#viewlet-below-content-body{
    padding: 0 !important;
    margin: 20px 0 30px;
    }
        
    .template-search #content h1.documentFirstHeading{
    font-family: 'Raleway', "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-weight: 500 !important;
    font-size: 18px !important;
    visibility: visible;
    width: 100%;
    height: auto;
    margin: 0 0 20px 0;
    color: #404040;
    }

    .template-search #search-term{
    font-weight: 700 !important;
    color: #083e6f;
    }

	#portal-searchbox form{
    width: 100%;
    margin-top: 0;
    border: none;
	}

	.searchField{
    background: transparent !important;
	}

	#portal-searchbox{
    position: absolute;
    display: block;
    width: 91%;
    margin-top: 0;
	}

	.row.bn-capa-estatico .tile .tile-content img {
    max-width: 100%;
	}

	body.template-search dl.actionMenu.deactivated {
    display: none;
	}

	body.template-search #search-results-bar{
    background: #fff;
    border: none;
    margin: 0;
    border-radius: 4px;
    padding: 2%;
    width: 96%;
	}

	header #portal-searchbox input[type='submit']{
    background: transparent;
	}

	#portal-searchbox label.hiddenStructure:before{
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 18px;
    position: absolute;
    z-index: 1;
    top: 3px;
    right: 8px;
    display: block;
    width: 10px;
    height: 10px;
    content: '\f002';
    color: rgba(255, 255, 255, 0.7);
    -webkit-font-smoothing: antialiased;
}

/* Conteúdos gerais */

	#content a:hover,
	dl.portlet a:hover{
    text-decoration: underline !important;
    color: inherit !important;
	}

	.portletContent a:hover{
    text-decoration: underline;
	}

	div.managePortletsLink,
	a.managePortletsFallback{
    clear: both !important;
	}

/* ==========================================================================
   Notícia
   ========================================================================== */
/* Título de notícias */

	#content h1.documentFirstHeading{
    width: 100%;
    margin: 0 0 10px;
    font-size:26px;
    line-height: 1.1;
    letter-spacing: normal;
	}
	
	body.template-event_view #content h1.documentFirstHeading{
    color:#43a2bf;
    font-size:24px;
    border-bottom:solid 2px #43a2bf;
	}

	body.template-event_view #content .documentDescription{
    color: #43a2bf;
    font-size: 18px;
    margin-bottom: 10px;
    font-weight: 600;
	}

	body.template-event_view #content a{
	color: #43a2bf;
    font-weight: 600;
	}

	#content div#boxev {
    width: auto;
    margin: 0 0 10px 10px;
	}
	
	#content .eventDetails {
    border: solid 2px #43a2bf;
    border-radius: 4px;
    width: auto;
    padding: 0;
    margin: 0;
    float: none;
	}

	#content table.vertical.listing {
    margin: 0;
    font-size: 14px;
	}

	#content table.listing tr:nth-child(odd){
    background:#d3e9f1;   
	}

	#content table.listing tr:nth-child(odd) th,
	table.listing tbody tr:nth-child(odd) td{
    border: 0;
    background:transparent;
	}

	#content table.listing tr:nth-child(odd) th{
    border-right: solid 1px #fff;
    text-align: center;
	}

	#content table.listing tr:nth-child(even) th{
    background:transparent;
    border-right: solid 1px #e7e7e7;
    text-align: center;
	}

	table.listing tbody th {
    font-weight: 600;
    color: #404040;
    background: transparent;
    text-align: center;
	}

	table.listing th, table.listing td {
    padding: 5px;
    border: none;
    vertical-align: middle;
	}
	
	td.attendees span:before {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f007";
    margin-right: 5px;
	}

	#content #boxev table.listing a{
    color:#43a2bf;
    font-weight:600;
	}

	#content #boxev .addthisevent-drop {
    display: block;
    background: #43a2bf;
    border: none;
    border-radius: 4px;
    margin-bottom: 10px;
    color: #fff !important;
    font-family: 'Raleway', "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-weight: 500;
    text-align: center;
    padding: 10px;
    text-decoration: none !important;
	}

	#content #boxev .addthisevent-drop:before{
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f271";
    margin-right: 5px;
	}

	#content #boxev .addthisevent-drop:hover{
    text-decoration: none !important;
    color: #fff !important;
    background: #378da7;
	}


	/* Imagem e Legenda */
	figure.newsImageContainer{
    position: relative;
    float: left;
    margin: 0 10px 10px 0;
	}

	.newsImageContainer figcaption{
    font-size: 12px;
    font-weight: bold;
    position: absolute;
    bottom: 0;
    width: 100%;
    min-height: 19px;
    padding: 5px;
    background-color: rgba(255, 255, 255, .7);
	}

	#content .newsImageContainer a{
    color: #404040;
	}
	
	#content .newsImageContainer a:hover{
    color: #595959 !important;
	}

	/* Conteúdo */
	div#content-core{
    color: #404040;
	}

	div#plone-document-byline{
    margin-bottom: 20px;
	}

	.documentByLine span.documentAuthor,
	span.documentPublished span:first-child{
    display: none;
	}

	.documentPublished::before{
    content: 'Publicado em ';
	}

	div#content ul,
	div#content ol{
    margin-left: 18px !important;
	}

	.hoverzoom .retina a {
    display: inline-block;
    background: rgba(255,255,255, 0.4);
    border: 1px solid #fff !important;
    border-radius: 4px;
    color: #fff !important;
    text-decoration: none !important;
    text-align: center;
    font-weight:600;
    padding: 5px 25px;
    margin: 5px auto;
}

/* ==========================================================================
   Cabeçalho do Portal
   ========================================================================== */
	div#logo{
    float: left;
    width: 100%;
    margin: 15px auto;
    text-align:center;
	}

	header#main-header{
    position: relative;
	}
	
	#main-navigation li a{
    color: #fff;
	}

	#main-navigation li a:hover{
    color: #ffe19e;
	}
    
    #contador-prova{display:none;}
    
    body.section-enade #contador-prova{
    width: 100%;
    display: inline-block;
    padding: 20px 0;
    background: url(../img/fundo-contador.png) no-repeat;
    background-size: cover;
    }
    .imagemprova {
    display:none;
    }
    .contagem {
    display: block;
    float: left;
    font-weight: 600;
    text-transform: uppercase;
    font-family: 'Oswald', sans-serif;
    color: #FFF;
    }
    span.faltamdias {
    display: block;
    float: left;
    width: 55px;
    height: 30px;
    line-height: 1;
    margin-top: 50px;
    font-size: 29px;
    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    }
    p.enade18 {
    font-size: 61px;
    line-height: 2;
}
    span#dia {
    display: inline-block;
    float: left;
    font-size: 100px;
    line-height: 0.9;
    }
    
    span.diaspara {
    display: block;
    float: left;
    margin-top: 5px;
    margin-left: 10px;
    line-height: 1;
    font-size: 30px;
    }
    
    span.diaprova {
    display: block;
    line-height: 0.7;
    margin-top: 8px;
    text-align: center;
    font-size: 56px;
    margin-left: 9px;
    float: left;
    }
    

/* Menu global */

	#navigation{
    box-shadow: none !important;
    display: inline;
    margin: 0;
    list-style: none;
    text-align: left;
	}

	#navigation ul li{
    position: relative;
    display: inline-block;
    cursor: pointer;
	}

	#navigation li.item-nav ul{
    position: relative;
    top: 5px;
    display: none;
    visibility: hidden;
    width: auto;
    padding: 0;
    background: rgba(0,0,0, 0.2);
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
	}

	#navigation li.item-nav ul li{
    font-weight: normal;
    display: block;
    float: none;
    border-right: none;
	}

	div#btnav ul#navigation li.item-nav ul li ul.subsub{
    top: 0 !important;
    display: none;
    opacity: 1;
    background: rgba(0, 0, 0, .53);
	}

	div#btnav ul li.scdmenu ul{
    font-weight: normal;
    position: relative !important;
    top: 0 !important;
    left: 0 !important;
    visibility: visible;
    background: #1f2031;
	}

	div#btnav ul#navigation li.item-nav ul li:hover ul.subsub{
    display: block !important;
	}

	#navigation li.item-nav ul{
    display: none;
	}

	ul#navigation li.item-nav:hover ul{
    position: relative;
    display: block;
    left: 0;
    visibility: visible;
	}

	ul#navigation li-item-nav:hover ul li ul{
    display: none;
	}

	ul#navigation li-item-nav ul li:hover ul{
    display: block;
	}

	#navigation li.item-nav ul li:hover{
        background: rgba(0, 0, 0, 0.4) !important;
	}
	#navigation li.item-nav ul li a:hover{
    color: #fff!important;
	}
    
    body.section-enade #content h1.documentFirstHeading{display:none;}
    h2.sub-enade{
        text-transform:uppercase;
        color:#da9806;
        }
    h2 a{
    color: #da9806 !important;
    }
	/*li.list.menuItem.scdmenu{
    background: rgba(3,43,124,1);
	}

	li.list.menuItem.scdmenu a{
    display: block;
	}*/
    

/*========== SEÇÕES NOVO PORTAL ==========*/
    .row.h-meto-eventos,
	.row.h-meto-noticias,
	.row.h-meto-seletivo,
	.row.h-meto-bolsas {
    margin: 0 0 30px 0;
	}
    
    .row.h-meto-eventos{
    background: #FFf;
    padding: 0;
    border-radius: 4px;
    }
    
    #content .row.h-meto-eventos .cell .tile.tile-default {
    margin-bottom: 0 !important;
    padding: 15px;
    }
    
        
    .h-meto-eventos .collection-item time.exibedata {
    float:left;
    margin-right:10px;
    background: #43a2bf;
    width: 60px;
    padding:10px;
    border-radius: 4px;
    color: #FFF;
    }
    
    .h-meto-eventos .collection-item time.exibedata span.diaevento {
    display: block;
    font-style: normal;
    font-weight: 400;
    line-height: 0.7;
    font-family: 'Oswald', Arial, sans-serif;
    font-size: 50px;
    text-align: center;
    }
    
    .h-meto-eventos .collection-item time.exibedata span.mesevento{
        display: block;
    font-style: normal;
    font-weight: 400;
    line-height: 0.7;
    font-family: 'Oswald', Arial, sans-serif;
    font-size: 34px;
    margin-top: 10px;
    text-align: center;
    }
    
    .section-capahome #content .h-meto-eventos .collection-item h2 {
    color: #2186a4 !important;
    padding: 0;
    margin: 0 0 10px;
    line-height: 1;
    }
    .section-capahome #content .h-meto-eventos .collection-item h2 a {
    color: #2186a4 !important;
    }
    .section-capahome #content .h-meto-eventos .collection-item {
    font-size: 14px;
    margin: 5px 0;
    padding: 0px 0 10px;
    border-bottom: dotted 1px #43a2bf;
    background: transparent;
    }
    .template-view.section-capahome #content .h-meto-eventos .tile-footer a{
        background:#43a2bf !important;
    }
    .template-view.section-capahome #content .h-meto-eventos .tile-footer a:hover{
        background:#2186a4 !important;
    }
    
    

	.section-capahome #content .position-0.box-noticias .tile.tile-default {
    padding: 10px 10px 10px 25px;
    background: #FFF;
    width: auto;
    border-left: solid 10px #083e6e;
	}
    

	/* HOME NOTÍCIAS */
	.section-capahome .h-meto-noticias .cover-collection-tile.tile-content,
	.h-meto-noticias .cover-collection-tile.tile-content,
	#main-content .tile-desc-curso .cover-richtext-tile.tile-content{
    padding: 2%;
    width: 96%;
    background: #FFF;
	}

	/* HOME INSCRIÇÕES */
	
	/* HOME NA MÍDIA */
	.section-capahome .h-meto-na-midia .cover-collection-tile.tile-content,
	.h-meto-na-midia .cover-collection-tile.tile-content{
    padding: 2%;
    width: auto;
    background: #FFF;
	}

	.row .tile.tile-default .cover-basic-tile.tile-content {
    background: #fff;
    border-radius: 4px;
	}

	.row .tile.tile-default .cover-basic-tile.tile-content p,
	.row .tile.tile-default .cover-basic-tile.tile-content h3{
    padding:0 10px;
	}

/* ==========================================================================
   Rodape do Portal
   ========================================================================== */
	footer .footerAssociacoes{
    padding: 15px 0;
    color: #535353;
    border-bottom: solid 3px #97aec5;
    border-top: solid 3px #97aec5;
    background-color: #cbd9e6 !important;
	}

	footer .footerAssociacoes ul{
    margin-bottom:30px;
	}

	footer .footerAssociacoes h5{
    font-family: 'Oswald', Arial, sans-serif;
    text-transform: uppercase;
    text-align:center;
    font-weight: 500;
    font-size: 18px;
    margin-bottom: 15px;
    color: #083e6e;
	}

	#footerAss img.img-associacoes {
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
	filter: gray; /* IE */
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	}

	#footerAss img.img-associacoes:hover {
	-webkit-filter: none;
	filter: none;
	}

	footer .footerSiteMap{
    padding: 15px 0;
    color: #fff;
	}

	footer .footerRedes{
    /*display: block;*/
    display:none;
    color: #fff;
    background: rgba(255, 255, 255, 0.1);
    padding:7px 0;
	}

	footer .footerRights{
    color: #fff;
	}

	#footerRightslocal div.metodista{
    text-align: center;
	margin: 15px 0 0;
	}
	
	#footerRightslocal div.contato {
    text-align: center;
	margin: 15px 0;
	border:none;
    font-size: 14px;
	}

	#footerRightslocal a.tel-sp, 
	#footerRightslocal a.tel-localidades, 
	#footerRightslocal a.footer-como-chegar, 
	#footerRightslocal a.footer-fale-conosco {
    color: #94a1ad;
    font-weight: 500;
    text-align:center;
    font-size: 16px;
	}

	#footerRightslocal a.footer-como-chegar{
    margin-left:15px;
    padding-left:15px;
    border-left:solid 1px #fff;
	}

	#footerRightslocal a.footer-como-chegar::before{
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f041";
    margin:0 7px;
	}

	#footerRightslocal a.tel-sp::before, 
	#footerRightslocal a.tel-localidades::before{
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f095";
    margin:0 7px;
	}

	div#footerRedeslocal .fa-instagram{
    font-size: 3em;
	}

	.rodatitle{
    font-family: 'Oswald', Arial, sans-serif;
    font-size: 14px;
    letter-spacing: 0.5px;
    margin-bottom: 10px;
    color: #ffffff;
    padding-bottom: 4px;
    border-bottom: 2px solid #fed41d;
	}

	#footerlocal ul ul {
    margin-bottom: 30px;
	}

	#footerlocal ul li a{
    color: #94a1ad;
	}
	
	#footerlocal ul li a:hover{
    color:#fff;
    border-bottom: 1px solid #fff;
	}

	#footerlocal ul li{
    font-size: 13px;
    display: block;
    width: 100%;
    padding: 1px 0;
	}

	/*#footerRedeslocal p{
    font-size: 12px;
    float: right;
    margin-left: 20px;
    padding-top: 12px;
	}
	
	footer #footerRedeslocal a{
    color: #fff;
	}

	#footerRedeslocal span{
    display: block;
    margin-top: -20px;
    text-indent: -9999px;
	}

	div#footerRedeslocal .icon{
    padding: 0;
	}

	div#footerRedeslocal i.fa{
    font-size: 3em;
    padding-top: 0;
    text-align: center;
	}*/
	div#footerRightslocal{
    padding: 15px 0;
    width: 100%;
    float: left;
	}
	
	div#footerRightslocal p{
    margin-top: 0;
    text-align: center;
	}

	#footerRightslocal img{
    display: block;
    margin: 0 auto;
    padding-top: 10px;
    padding-bottom: 20px;
	}

	#footerAss ul li:first-child{
    font-weight: bold;
    margin-bottom: 10px;
    padding-bottom: 0 !important;
    text-align: center;
	}

	#footerAss ul li img{
    margin-bottom: 0;
	}

	#footerAss ul li{
    font-size: 12px;
    display: block;
    color: #404040;
    width: 90%;
    padding: 0 5%;
	}
/* ==========================================================================
   Tiles
   ========================================================================== */

/* lista de noticias tile de colecao */

	.cover-layout-empty-layout .collection-item h3{
    margin: 0;
    padding: 3px 7px;
	}

	.cover-layout-empty-layout .cover-collection-tile .tile-footer{
    font-weight: 600;
	}

	.galleria-stage .galleria-images .galleria-image{
    width: 100% !important;
    height: auto !important;
    position: relative !important;
	}

	.galleria-stage .galleria-images .galleria-image img{
    width: 100% !important;
    top: 0 !important;
    height: auto !important;
    position: relative !important;
	}

/*.cover-layout-empty-layout .cover-collection-tile .tile-footer:after
{
    font-family: FontAwesome;
    font-size: 1.2em;
    font-weight: 400;
    content: '\f18e';
    color: #da9806;
    -webkit-font-smoothing: antialiased;
}*/

/* Tiles Geral */

	.tile{
    margin-bottom: 15px !important;
	}

	.tile img.left{
    width: 100%;
    height: auto;
	}

/* Destaque principal com texto sobrescrito */

	.destaque-principal .cover-basic-tile.tile-content{
    position: relative;
	}

	.destaque-principal .cover-basic-tile.tile-content h3{
    position: absolute;
    bottom: 0;
    width: 100%;
    padding-left: 0;
    opacity: .8;
    color: #fff !important;
    background: #000;
	}

	.destaque-principal h3 a{
    font-size: 12px !important;
    display: block;
    margin: 0 10px;
    color: #fff !important;
	}

	.destaque-principal.tile img.left{
    margin-bottom: 0;
	}

/* Tile Basic */
	
	.destaque-meio h3{
    padding: 5px 0 10px;
	}

	#content .cover-basic-tile.tile-content h3{
    letter-spacing: 0.5px;
    font-size:14px;
    line-height:1.2;
	}

	#content .cover-basic-tile.tile-content h3 a{
    font-family: 'Oswald', Arial, sans-serif;
    color: #083e6f;
    text-transform: uppercase;
	}

	#content .cover-basic-tile.tile-content > p{
    font-family: 'Raleway', "Trebuchet MS", Arial, Helvetica, sans-serif;
    color: #404040;
	}

	#content .cover-basic-tile h3{
    clear: left;
	}

	#content .cover-basic-tile.tile-content{
    height: auto !important;
    border: none !important;
	}

/* Tiles classe Destaque - centrais na home */

	/*#content .destaque-meio .cover-basic-tile.tile-content{
    min-height: 280px;
    border: 1px solid #d8d8d8 !important;
	}

	.destaque-meio .cover-basic-tile.tile-content h3,
	.destaque-meio .cover-basic-tile.tile-content p{
    padding-left: 3%;
	}*/

/* Tile destaque com borda  */
	/*.destaque-borda{
    border-top: 1px solid #d8d8d8;
    border-bottom: 1px solid #d8d8d8;
	}*/

/*Banner Home*/

	.carrossel-home .cover-carousel-tile{
    width: 100% !important;
	}

	#content .carrossel-menor .galleria-container{
    height: 210px !important;
	padding-bottom: 10px !important;
	}

	.carrossel-menor .galleria-stage{
    height: auto;
    position: relative;
	}

	.carrossel-menor .galleria-image-nav-right,
	.carrossel-menor .galleria-image-nav-left{
    top: 10px !important;
	}

	.galleria-thumbnails-container,
	.galleria-info{
    display: none;
	}

	.galleria-container{
    background: transparent;
	}

	.galleria-stage{
    top: 0;
    right: 0;
    left: 0;
    height: 205px;
	}

/* ==========================================================================
   Portlets
   ========================================================================== */

/*Portlets Padrão*/

	.portlet-imag{
    width: 100%;
    height: auto;
	}

	#leadcaixa .field{
    margin: 0 0 10px !important;
	}
    
	form#fg-base-edit ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	color: rgba(255, 255, 255, 0.8);
	}

	form#fg-base-edit ::-moz-placeholder { /* Firefox 19+ */
	color: rgba(255, 255, 255, 0.8);
	}

	form#fg-base-edit :-ms-input-placeholder { /* IE 10+ */
	color: rgba(255, 255, 255, 0.8);
	}

	form#fg-base-edit :-moz-placeholder { /* Firefox 18- */
	color: rgba(255, 255, 255, 0.8);
	}

	dl.portlet.portletStaticText span {
    color: #083e6e;
    letter-spacing: 0.5px;
    font-family: 'Oswald', Arial, sans-serif;
    font-size: 14px;
	}

	dd.portletItem ul li{
    position: relative;
    margin-bottom: 0;
    padding: 7px 0;
    border-bottom: 1px dotted #afafaf;
	}

	dd.portletItem ul li:last-child{
    border-bottom:none;
	}

	.portletHeader a{
    font-weight: normal;
	}

	/*.portletHeader span span::after{
    height: 3px;
    content: '';
    background: linear-gradient( to right, #014a94 90%, #ffd511 10%);
	}*/

	.portletStaticText img{
    width: 100%;
    margin-bottom: 4px !important;
    border: 1px solid #d8d8d8;
	}

/*.portletHeader a
	{
    font-size: .8em;
	}*/

	.formid-fale-conosco form.fgBaseEditForm form#fg-base-edit {
    width: 100%;
    margin: 0 auto;
	}

	.formid-fale-conosco form.fgBaseEditForm #pfg-fieldwrapper input[type=text],
	.formid-fale-conosco form.fgBaseEditForm #pfg-fieldwrapper textarea,
	.formid-fale-conosco form.fgBaseEditForm #pfg-fieldwrapper select{
    padding: 2%;
    font-size: 16px;
    border: solid 1px #c5c5c5;
    border-radius: 4px;
    background: #f7f7f7;
    width: 96%;
    margin-bottom: 10px;
	}

	.formid-fale-conosco form.fgBaseEditForm #pfg-fieldwrapper select{
    width:100% !important;
	}

	.portletCollection .portletHeader{
    padding: .42em 0;
	}

	.portletCollection .portletContent{
    padding: .6em;
    border: 1px solid #d8d8d8;
	}

	dl.portlet dt{
    padding: 0;
    background: #fff;
	}
	
	dl.portlet.portletStaticText.portlet-static-areas {
    margin-bottom: 0;
    padding: 0 0 7px 0;
	}

	dl.portlet dd.portletItem{
    padding: 0;
	}

	#column-two dl.portlet .data-evento .tile{
    width: 100% !important;
    float: none;
    padding: 0 !important;
    margin: 0 !important;
	}

	#content .vevent .summary a {
    padding: 5px !important;
    text-align: center;
    background: #43a2bf !important;
    color: #fff !important;
    border-radius: 4px;
    line-height: 30px;
    display: block;
    width: auto !important;
    margin: 10px !important;
	}

	#content .vevent .summary a:hover {
    padding: 5px !important;
    text-align: center;
    background: #483d28 !important;
    color: #fff !important;
    text-decoration:none !important;
    border-radius: 4px;
    line-height: 30px;
    display: block;
    width: auto !important;
    margin: 10px !important;
	}


	/*dl.portlet .data-evento .tile a:link {
    width: 84%  !important;
	}*/

	.portletStaticText.portlet-static-informacoes-do-curso span,
	.informacao_curso{
    font-size: 14px !important;
    line-height: 1.5;
	}

	li.portletItem a.tile,
	.icons-on li.portletItem a.tile{
    margin: 0 !important;
    padding: 0 !important;
    background: none;
	}

	dl.portlet dd.portletItem a{
    border-bottom: 0;
    display: block;
	}
	.portletItemDetails{
    margin: 0;
    padding: 0;
	}


/*PORTLETS DE NAVEGAÇÃO AUTOMÁTICA*/

	.portletItem ul.navTree li.navTreeItem a.contenttype-folder{
    padding-left: 0 !important;
    background: none;
	}

	.portletItem ul.navTree li.navTreeItem a.contenttype-document{
    padding-left: 0 !important;
    background: none;
	}

	.portletItem ul.navTree li.navTreeItem:hover{
    width: 98%;
    padding: 12px 0;
    text-decoration: underline;
    color: #fff !important;
    border: 4px solid #aa994f !important;
    background: #303249 !important;
	}

	.portletItem ul.navTree li.navTreeItem:hover a{
    color: #fff !important;
	}

	dl.portlet ul{
    list-style: none;
	}

	dl.portlet dd.portletItem{
    padding: 0;
	}

	dl.portlet a{
    color: #404040 !important;
	}

	dl.portlet ul.navTreeLevel0 > .navTreeItem{
    font-weight: bold;
    width: 100%;
    padding: 15px 0;
    list-style: none;
    text-align: center;
    color: #404040;
    border: 1px solid #d8d8d8;
	}

	dl.portlet ul.navTree li.navTreeItem.visualNoMarker.navTreeCurrentNode{
    width: 98%;
    margin-right: 0;
    margin-left: 0;
    padding: 12px 0;
    text-decoration: none;
    color: #fff !important;
    border: 4px solid #aa994f !important;
    background: #303249 !important;
	}

	dl.portlet ul.navTreeLevel0 > .navTreeItem a{
    color: #404040 !important;
	}

	dl.portlet ul.navTree li.navTreeItem.visualNoMarker.navTreeCurrentNode a{
    color: #fff !important;
	}

	dl.portlet ul.navTree .navTreeCurrentItem{
    margin-right: 0;
    margin-left: 0;
    border-left: none;
    background-color: #ddd;
	}


/*Portlet Acesso Restrito*/
	.portlet-static-acesso-restrito .portletHeader span{
    color: #aa994f;
	}

/*Portlet Coleção*/

	.portletCollection li.portletItem{
    display: block;
    clear: both;
    border-bottom: 1px solid #d8d8d8;
	}

	.portletCollection li.portletItem:first-child{
    border: 0;
	}

	.portletCollection li.portletItem a,
	.portletCollection li.portletItem{
    font-family: 'Raleway', "Trebuchet MS", Arial, Helvetica, sans-serif;
    color: #404040;
	}

	.portletCollection .portletItem:last-child{
    border-bottom: 0;
	}

	footer.portletFooter{
    font-size: 12px;
    font-weight: bold;
    clear: both;
    padding: 5px;
    text-align: right;
	}

/*Portlet Agenda*/

	/*.portletCollection.portlet-collection-agenda .portletItem .portletItemDetails{
    font-size: 16px;
    position: relative;
    display: block;
    float: left;
    width: 55px;
    height: 70px;
    margin-top: 10px;
    margin-bottom: 10px;
    text-align: center;
    color: #fff;
    border-radius: 4px;
    background: #303249;
	}*/

	.portletCollection.portlet-collection-agenda .portletItem:first-child .portletItemDetails{
    margin-top: 0;
	}

	.portletCollection.portlet-collection-agenda .portletItem .portletItemDetails span{
    font-weight: bold;
    position: relative;
    display: block;
    width: 40px;
    height: 33px;
    margin: 4px 0;
    margin-left: 3px;
    text-align: center;
	}
	/*.portletStaticText.portlet-static-selo-guia img {
    max-width: 100%;
    margin-bottom: 30px;
	}
	.selo_guia img {
    max-width: 100%;
	}*/

	.portletCollection.portlet-collection-agenda .portletItem .portletItemDetails .mes{
    font-size: 12px;
    position: relative;
	}

	.portletCollection.portlet-collection-agenda .portletItem .portletItemDetails .dia{
    position: relative;
    border-bottom: 1px solid #fff;
	}

	.portletCollection.portlet-collection-agenda .portletItem a.tile{
    display: block;
    float: left;
    width: 73%;
    margin-top: 9px !important;
    margin-bottom: 10px !important;
    margin-left: 9px !important;
	}

	.portletCollection.portlet-collection-agenda .portletItem:first-child a.tile{
    margin-top: 0 !important;
	}

	.portletCollection.portlet-collection-agenda .portletItem:last-child{
    clear: both;
	}

/*Portlet Vota*/
/*
	.votePortlet .portletItem{
    overflow: hidden;width: 260px;
	}

	.votePortlet dd.portletItem{
    padding: .5em !important;
    border: 0 !important;
	}

	.votePortlet h3{
    font-size: 16px;
    margin-bottom: 10px;
    color: #3c3c3c;
	}

	.votePortlet input[type='submit']{
    font-family: 'Oswald', Arial, sans-serif;
    font-weight: bold;
    position: absolute;
    right: 0;
    margin-top: 10px;
    padding: 6px 20px;
    cursor: pointer;
    text-decoration: none;
    text-transform: uppercase;
    color: #fff;
    border: solid 1px #3c3c3c;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px !important;
    background: #505050;
    -webkit-box-shadow: inset 5px 5px 7px #7d7d7d;
    -moz-box-shadow: inset 5px 5px 7px #7d7d7d;
    box-shadow: inset 5px 5px 7px #7d7d7d;
	}

	.votePortlet input[type='submit']:hover{
    text-decoration: none;
    background: #454545;
    -webkit-box-shadow: inset 5px 5px 7px #343434;
    -moz-box-shadow: inset 5px 5px 7px #343434;
    box-shadow: inset 5px 5px 7px #343434;
	}
*/

/*Portlet formGen*/

	.portletForm{
    margin-top: 20px !important;
	}

	.portletForm .portletItem{
    margin-top: 20px;
    padding: 15px !important;
    border: 1px solid #ccc;
	}

	.portletForm div.formControls{
    margin-right: 2em;
    text-align: right;
	}

/* visão eventos */

	.icons-on .contenttype-event{
    background: none !important;
	}

	.contenttype-event.url{
    border: none !important;
	}

	.entry{
    float: left;
    width: 97%;
    min-height: 125px;
    margin-bottom: 20px;
    margin-left: 3% !important;
    padding: 0;
    border: 1px solid #d8d8d8;
	}

	.contenttype-event.url{
    font-size: 14px;
    }

	.template-listing_view .vevent .datedisplay{
    font-weight: normal !important;
	}
/*
.vevent .summary
{
    color: white;
}
.vevent abbr.dtstart
{
    padding: 0 7px;
}*/
/*.vevent abbr.dtstart::before
{
    content: 'A partir de: ';
}

.vevent abbr.dtend::before
{
    content: 'Até: ';
}

.ocation::before
{
    content: 'Onde: ';
}*/

	.vevent abbr{
    display:inline;
	}

	.vevent abbr:first-child{
    display:block;
    color:#43a2bf;
    font-size:20px;
	}

	.vevent abbr, .vevent abbr:first-child{
    position:relative !important;
    width:100%;
    background:transparent;
	}

	.dtstart,
	.dtend,
	.location{
    width: 100%;
    color: #404040 !important;
    border: none !important;
	}

	.template-listing_view .dtstart,
	.template-listing_view .dtend,
	.template-listing_view .location{
    display: block;
	}

	.timespan{
    display: none;
	}

	.vevent .documentByLine span{
    color: #404040;
	}

/*.vevent abbr.dtstart
{
    font-weight: normal !important;
    padding: 0 7px;
}

.vevent .documentByLine span span.location
{
    display: inline;
    margin-left: -18px;
    color: #404040;
}*/

	.vevent .documentByLine abbr span.explain{
    color: #404040;
	}

	.template-listing_view .vevent .timerange{
    display: none;
	}

/*  visão de evento aberto  */

	.template-event_view .event.summary.details{
    width: 31%;
    margin-left: 2%;
	}

	body.template-event_view main#main-content, 
	body.template-newsitem_view.section-noticias main#main-content {
    width: 100%;
    background: #fff;
    border-radius: 4px;
    margin-bottom:30px;
	}

	body.template-event_view main#main-content #content, 
	body.template-newsitem_view.section-noticias main#main-content #content{
    padding:15px;
	}

	.template-event_view  .event.summary.details > dd{
    margin: 0 !important;
	}

	.template-event_view .timezone{
    display: none;
	}

	.template-event_view .dtstart::after{
    content: ' - ';
	}

	.template-event_view .location::before{
    content: '';
	}

	.template-event_view .event.summary.details dd{
    margin-bottom: 10px !important;
	}

/* Aacesso Restrito */

/*dt.portletHeader:after,
h4.restrito::after
{
    display: block;
    height: 2px;
    content: '';
    background: linear-gradient( to right, #014a94 90%, #ffd511 10%);
}*/

	.ambientevirtual p{
    padding: 15px 0;
    font-size: 14px;
    text-align: center;
	}
/*Logo*/

/*#logo img
{
    width: 160px;
    padding: 6px 0;
}

#logo img.logosecao
{
    width: 70%;
}
*/
/* Menu latarel Interno*/
	
	/*.menu_lateral_cursos{
    font-size: 14px;
    position: relative;
    width: 100%;
    background: #303249;
	}*/

	/*.menu_lateral_curso{
    padding: 10px 0;
	}

	.menu_lateral_curso li{
    line-height: 20px;
    position: relative;
    display: list-item;
    float: left;
    width: 45%;
    margin-bottom: 4px;
    padding: 0;
    list-style-type: square;
    color: #fff;
    background: #303249;
	}

	.menu_lateral_curso a{
    color: #fff;
	}
	*/

/*  imagens de noticias */
	.newsImage{
    width: 100%;
	}

	#navigation ul li{
    position: static;
	}

/*#navigation li.item-nav ul
{
    overflow: visible;
}*/

	.footerRedes .redes{
    text-align: center;
	}

	.footerRedes .redes a i.fa{
    color:#fff;
    font-size:2em;
    margin:10px 5px 10px 5px;
	}

	/*ul#gua{
    font-size: 12px;
    position: absolute;
    left: 0;
    display: block;
    margin: 2px;
    background: #dfdfe0;
	}*/

/*span.contato a
{
    display: block;
    color: #fff;
}

span.contato
{
    font-size: 12px;
    text-align: center;
}
span.contato ul li:last-child
{
    display: block;
}
span.contato ul li
{
    line-height: 27px;
}*/

	#column-one{
    display: none;
	}

	#content .cover-richtext-tile ul{
    /*font-size: 1em !important;*/
    left: 0;
	}

	#content .cover-richtext-tile img.image-left{
    margin-top: 1px !important;
    border: 1px solid #ccc !important;
    margin: 0 15px 15px 0;
	}

/*#content .cover-richtext-tile h2::after
{
    display: block;
    height: 3px;
    content: '';
    background: linear-gradient( to right, #014a94 90%, #ffd511 10%);
}*/

/* 
=========================================================
    F O R M A T A Ç Ã O   D O   P O R T A L   N O V O    
========================================================= 
*/
	.box-noticias .tile.tile-default {
    margin-bottom: 0 !important;
	}

	.section-capahome #content .cover-richtext-tile h2{
    color: #da9806;
    border-bottom: none;
    font-size: 26px;
    line-height:1.2;
    letter-spacing: 0.5px;
    margin-bottom: 0;
    padding: 0;
	}

	.section-capahome #content .row.h-meto-seletivo {
    border-top: dashed 4px #fca500;
    border-bottom: dashed 4px #fca500;
    background: #fffced;
    padding: 20px 0;
    margin-top:0;
	}

	.section-capahome #content .h-meto-bolsas {
    background: #625673 url("../../imagens/bg-intercambio.png") bottom center;
    background-size: contain;
    padding: 15px;
    min-height: 250px;
    margin-bottom: 30px !important;
	}
    .section-capahome #content .h-meto-bolsas h4{
    margin-top:10px;
    color:#fff;
    }
    
    .section-capahome #content .h-meto-bolsas .cover-richtext-tile{
    padding: 0;
    min-height: 270px;
    border-top: dashed 3px #fff;
    border-bottom: dashed 3px #fff;
    }
	
    .section-capahome #content .h-meto-bolsas .tile.tile-default {
    margin-bottom: 0 !important;
	}

	.section-capahome #content .h-meto-bolsas .cover-richtext-tile a{
    color:#decef5;
    font-weight: 600;
	}

	.section-capahome #content .h-meto-bolsas .cover-richtext-tile a::before{
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f0da";
    margin-right:10px;
	}
    .section-capahome #content .h-meto-bolsas .cover-richtext-tile a:hover{
    color:#f3bcbc !important;
    text-decoration:none !important;
    }
    
    
    
	body.section-capahome #content .row .tile-content h2{
    text-align:center;
    font-size: 20px;
	}

	#content .row.escola-comunicacao .tile .tile-content h2,
	#content .row.escola-ciencias .tile .tile-content h2,
	#content .row.escola-engenharia .tile .tile-content h2,
	#content .row.escola-gestao .tile .tile-content h2,
	#content .row.escola-teologia .tile .tile-content h2{
    color: #083e6f;
    border-bottom: dashed 3px #c7d9ec;
	}
    #content .row.escola-teologia:last-child {
    margin-bottom: 30px;
    }

	#content .row.escola-comunicacao .tile .tile-content h2,
	#content .row.escola-engenharia .tile .tile-content h2,
	#content .row.escola-gestao .tile .tile-content h2,
	#content .row.escola-teologia .tile .tile-content h2{
	margin-top: 30px;
	}

	.section-capahome #content .h-meto-bolsas .cover-richtext-tile h2{
    margin-bottom:15px;
	}

/*====PROCESSO-SELETIVO====*/

    /*.h-meto-seletivo {
    background: #fdd24c;
    padding: 15px;
    text-align: center;
    border-radius:4px;
    }

    .section-capahome #content .h-meto-seletivo .cover-richtext-tile h2{
    margin-bottom: 15px;
    color: #da9806;
    text-align: center;
    font-size: 36px;
    }

    .section-capahome #content .h-meto-seletivo .cover-richtext-tile h4{
    color: #000;
    text-align: center;
    font-size: 30px;
    font-weight: 700;
    line-height: 1.2;
    text-transform: uppercase;
    font-family: 'Raleway', "Trebuchet MS", Arial, Helvetica, sans-serif;
    }
    
    .section-capahome #content .h-meto-seletivo .cover-richtext-tile h4 span{
	color: #da9806;
    font-size: 46px;
    }
    
    .section-capahome #content .h-meto-seletivo .cover-richtext-tile a{
    color: #fff;
    background: #da9806;
    font-weight: 600;
    font-size: 24px;
    text-transform: uppercase;
    display: inline-block;
    padding: 10px 20px;
    margin: 15px auto 0;
    }

	.section-capahome #content .h-meto-seletivo .cover-richtext-tile a::before{
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f0da";
    margin-right:10px;
	}*/
    
    
   /*====INSCRIÇÕES ABERTAS====*/ 
    .h-meto-inscricoes {
    background: #FFF;
    width: auto !important;
    padding: 15px 15px 0 15px;
    border-radius:4px;
    margin-bottom:30px;
    }
    
    .section-capahome #content .h-meto-inscricoes .cover-richtext-tile h2{
    margin-bottom: 15px;
    color: #404040;
    text-align: center;
    font-size: 36px;
    }
    .section-capahome #content .row.h-meto-inscricoes h3 {
    color: #196eb9;
    }
    
    .section-capahome #content .row.h-meto-inscricoes a{
    color: #196eb9;
    font-weight:600;
    }
    
    .section-capahome #content .row.h-meto-inscricoes a:before{
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f0da";
    margin-right: 5px;
    }
    
    
    
    /*====DESTAQUES====*/
    .row.h-meto-destaque{
    margin-bottom:30px;
    }
    

	

	/*.section-capahome #content .h-meto-inscricoes a.saiba-mais-inscricoes{
    display:block;
    float: right;
    background:#ffa500;
    color:#FFF;
    padding:5px 12px;
    border:none;
    border-radius:4px;
	}*/
/*
	.section-capahome #content .h-meto-inscricoes a.saiba-mais-inscricoes:hover{
    background:#c4830b !important;
    color:#fff !important;
    text-decoration:none !important;
	}*/

	#content .row.tile-default .box-noticias {
    margin-bottom: 30px;
	}


	.destaques #content-core h2 {
    color: #636363;
    border-bottom: solid 2px #636363;
    font-size: 24px;
    letter-spacing: 0.5px;
    margin-bottom: 0;
	}

	#content .cover-richtext-tile.tile-content a{
    text-decoration: none;
    color: #404040;
    border: none;
	}

	#content .cover-basic-tile.tile-content h3{
    float: left;
    clear: none;
	}

	#content .cover-basic-tile.tile-content p{
    float: left;
    width: 96%;
	}

	.tile .imag img.left{
    position: relative !important;
    float: left;
    width: 38%;
    margin-right: 5px;
	}

/* lista de noticias tile de colecao MUDAR NO MOBILE */
	#content .cover-collection-tile .collection-item{
    font-size: 14px;
    margin: 10px 0;
    padding: 0 0 5px;
    border-bottom: dotted 1px #c5c5c5;
    background: transparent;
    }

	.cover-layout-empty-layout .cover-collection-tile .tile-footer{
    font-weight: 600;
	}

/*.cover-layout-empty-layout .cover-collection-tile .tile-footer:after
{

    font-family: FontAwesome;
    font-size: 1.2em;
    font-weight: 400;
    content: '\f18e';
    color: #da9806;
    -webkit-font-smoothing: antialiased;
}*/

	.tile-header{
    display: none;
	}

	#content .collection-item h3 a{
    color: #083e6f !important;
	}

	#content .box-noticias .tile-footer a, 
	.template-view.section-capahome #content .tile-footer a,
	#content .row.h-meto-noticias .tile-content .tile-footer a{
    display: inline-block;
    color: #fff !important;
    border: none !important;
    background: #083e6f;
    margin-top: 15px;
    padding: 5px 20px;
    border-radius:4px;
	}

	#content .box-noticias .tile-footer a::after, 
	.template-view.section-capahome #content .tile-footer a::after,
	#content .row.h-meto-noticias .tile-content .tile-footer a::after{
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f0da";
    margin-left: 10px;
	}

	#content .box-noticias .tile-footer a:hover, 
	.template-view.section-capahome #content .tile-footer a:hover,
	#content .row.h-meto-noticias .tile-content .tile-footer a:hover,
	.coordenadore-curso a.link-coordenador:hover{
    color: #FFF !important;
    text-decoration: none !important;
    background: #2e669e;
	}

/*.cover-layout-empty-layout .cover-collection-tile .tile-footer:after
{
    font-family: FontAwesome;
    font-size: 1.2em;
    font-weight: 400;
    content: '\f18e';
    color: #014a94;
    -webkit-font-smoothing: antialiased;
}*/

	/*.titlecm{
    font-size: 14px;
    position: relative;
    left: 0 !important;
    width: 100% !important;
    padding: 5px 0 5px 0;
    background: #2f3b4f no-repeat;
	}

	.titlecm a{
    margin-left: 2%;
    position:relative;
    color: #fff !important;
	}*/

	/*#boxCiencia{
    position: relative;
    padding-bottom: 5px;
    padding-left: 3%;
    background: #ebebeb;
	}*/

	/*#content .titlecm a:hover {
    color: #fff !important;
	}
*/
	select#metodista_AZ{
    position: relative;
    width: 100%;
    margin: 0 0 20px;
    padding: 8px;
    font-size: 14px;
    color: #404040;
    border: solid 1px #c3c3c3;
    border-radius: 4px;
	}

	.ajuste-agenda{
    padding: 5px 0;
    text-align: center;
    color: #43a2bf;
    border-radius: 4px;
    border: solid 2px #43a2bf;
	}
	
	dl.portlet a.evento-port:hover{
    text-decoration:none !important;
	}

	a.evento-port:hover div.ajuste-agenda {
    background: #43a2bf;
    color: #FFF;
    text-decoration: none !important;
	}

	.portlet.portletStaticText dl.portlet{
    margin: 0;
	}

	.portletItem .dia{
    font-size: 16px !important;
    line-height: 1;
    letter-spacing: 1px;
    font-family: 'Oswald', Arial, sans-serif;
	}

	.portletItem .mes {
    font-size: 14px !important;
    text-transform: uppercase;
    line-height: 1;
    letter-spacing: 1px;
    font-family: 'Oswald', Arial, sans-serif;
	}

	.portletItem .data-evento{
    height: auto;
    display: block;
    padding: 0 0 10px 0;
    background: #fff !important;
	}

	.data-evento a{
    font-size: 14px;
    position: relative;
    color: #404040 !important;
	}

	dl.portlet .data-evento a{
    float: left;
    width: 84%;
    margin: 0;
    padding: 0;
	}

	dl.portlet.portletCollection.portlet-collection-eventos dd.portletItem{
    border-top: 1px dotted #afafaf;
    padding-top: 15px;
	}

	dl.portlet.portletCollection.portlet-collection-eventos dd.portletItem:nth-child(2) {
    border-top: 1px solid #afafaf;
	}

	.portlet.portletCollection.portlet-collection-eventos dd.portletFooter {
    padding: 0;
    margin-top: 15px;
	}

	dl.portlet.portletCollection.portlet-collection-eventos dd.portletFooter span a.mais-eventos{
    display: block;
    width: 100%;
    background: #43a2bf;
    padding: 5px 0;
    font-weight: 600;
    text-align: center;
    color: #fff !important;
    border-radius: 4px;
	}

	dl.portlet.portletCollection.portlet-collection-eventos dd.portletFooter span a.mais-eventos:hover{
    text-decoration:none !important;
    background:#4a3e26;
	}

	dl.portlet.portletCollection.portlet-collection-eventos dd.portletFooter span a.mais-eventos .hiddenStructure {
    display: inline;
    height: auto;
    padding: 0;
    margin: 0;
    width: auto;
    line-height: 1;
	}

	dl.portlet.portletCollection.portlet-collection-eventos dd.portletFooter span a.mais-eventos::before{
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f067";
    margin-right:7px;
	}

	.portlet.portletCollection.portlet-collection-eventos dt.portletHeader{
    font-family: 'Oswald', Arial, sans-serif;
    font-size: 16px;
    font-weight: normal;
    padding: 0 0 7px 0;
    line-height: 1;
	}

	.portlet.portletCollection.portlet-collection-eventos dt.portletHeader::before{
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-right: 7px;
    color: #43a2bf;
    font-size: 1.4em;
    content: "\f271";
	}

	.portlet.portletCollection.portlet-collection-eventos dt.portletHeader a {
    display: inline-block;
	}

	h4.atonline a{
    color: #fff;
	}

	.cover-collection-tile.tile-content{
    margin: 0 !important;
	}

	/*.titlecm p
{
    margin-bottom: 0 !important;
}*/

	.template-view.section-capahome #content .cover-richtext-tile img.image-left{
    margin-top: 0 !important;
	}

	#content .cover-richtext-tile ul{
    left: 0 !important;
	}

	.section-capahome #content .cover-richtext-tile ul {
    bottom: 3px;
    font-size: 14px !important;
    left: 0 !important;
	}

	#chat{
    clear: both;
    width: 100%;
    margin-bottom: 30px;
    padding-bottom: 17px;
    text-align: center;
    background: #ebebeb;
	}

	#chat h3{
    width: 100%;
    margin: 0 auto;
    color: #fff;
    background: #014a94;
	}

	#chat p{
    margin: 20px;
	}

	/*.faleConosco a{
    display: block;
    width: 60%;
    margin: 0 auto;
    text-align: center;
    color: #fff !important;
    background: #014a94;
	}

	.faleConosco a:hover{
    text-decoration: none !important;
    color: #fff !important;
    background: #014a94 !important;
	}

	.faleConosco a:hover span.faleIcone{
    background: #014a94;
	}

	.faleConosco a span.faleIcone{
    display: inline-block;
    width: 15%;
    padding: 5px 0;
    text-align: center;
    background: #06396d;
	}

	.faleConosco a span.faleTexto{
    font-weight: bold;
    display: inline-block;
    width: 81%;
    padding: 5px 0;
    text-align: center;
	}*/

	.resultado-avaliacao {
    /*border: solid 1px #c3c3c3;*/
    border-radius: 4px;
    background:#fff;
    padding: 10px;
    margin-bottom: 20px;
	}

	.ambiente_virtual p {
    border-top: solid 3px #083e6f;
    border-right: solid 3px #083e6f;
    border-left: solid 3px #083e6f;
    text-align: center;
    border-radius: 4px 4px 0 0;
    padding-top: 5px;
    margin: 0;
	}

	.ambiente_virtual a.result-avalia {
    background: #083e6f;
    color: #fff;
    display: block;
    text-align: center;
    padding: 7px 0;
    border-radius: 0 0 4px 4px;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
	}

	/*.atend-online{
    border-radius: 4px;
    padding: 10px;
    color: #FFF;
    background: #083e6f;
    margin-bottom: 20px;
	}

	div.atend-online:hover {
    background: #0e5a9e;
	}

	.atend-online h5 a{
    margin: 0;
    padding: 7px 0;
    display: block;
    text-transform: uppercase;
    font-size: 13px;
    color: #fff;
    text-decoration: none;
    border-top: solid 3px #fff;
    border-right: solid 3px #fff;
    border-left: solid 3px #fff;
    text-align: center;
    border-radius: 4px 4px 0 0;
	}

	.atend-online h5 a::before{
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content:"\f0e6";
    margin-right:7px;
	}

	.atend-online p a{
    display: block;
    background: #fff;
    margin: 0;
    font-size: 13px;
    padding: 7px 0;
    color: #083e6f;
    text-decoration: none;
    text-align: center;
    border-radius: 0 0 4px 4px;
}*/


	#column-two .box-acesso {
    background:#fff;
    border-radius: 4px;
    padding: 10px 10px 5px;
    margin-bottom:20px;
	}

	.btarestrito{
    font-size: 14px;
    line-height: 1;
    width: 100%;
    margin-bottom: 7px;
    padding: 10px 0px;
    color: #fff;
    background: #d68e00; /* Old browsers */
	background: -moz-linear-gradient(left, #d68e00 0%, #fca500 25%, #f7c76f 50%, #fca500 75%, #fca500 75%, #d68e00 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, #d68e00 0%,#fca500 25%,#f7c76f 50%,#fca500 75%,#fca500 75%,#d68e00 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, #d68e00 0%,#fca500 25%,#f7c76f 50%,#fca500 75%,#fca500 75%,#d68e00 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d68e00', endColorstr='#d68e00',GradientType=1 ); /* IE6-9 */
	}

	.btarestrito:hover{
	background: #bf6700; /* Old browsers */
	background: -moz-linear-gradient(left, #bf6700 0%, #e88f26 25%, #f9b464 50%, #e88f26 75%, #bf6700 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, #bf6700 0%,#e88f26 25%,#f9b464 50%,#e88f26 75%,#bf6700 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, #bf6700 0%,#e88f26 25%,#f9b464 50%,#e88f26 75%,#bf6700 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bf6700', endColorstr='#bf6700',GradientType=1 ); /* IE6-9 */
	}

	.btarestrito .modalidade,
	.btarestrito .amodalidade{
    font-size: 14px;
    font-weight: bold;
    position: relative;
    padding: 10px 0 0;
    display: block;
    float: none;
    width: 100%;
    text-align: center;
	}

/*span.siga,
span.asiga
{
    padding: 16px 0;
    background: #083e6f;
}*/

	a span.siga,
	a span.asiga{
    font-family: 'Oswald', Arial, sans-serif;
    font-size: 20px;
    letter-spacing: 7px;
    font-weight: 400;
    display: block;
    width: 100%;
    padding: 0;
    text-align: center;
    color: #fff;
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 1);
	}

	.btportalaluno{
    width: 100%;
    margin-bottom: 5px;
    padding: 10px 0;
    text-align: center;
    background: #353535; /* Old browsers */
	background: -moz-linear-gradient(left, #353535 0%, #9a8763 52%, #353535 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, #353535 0%,#9a8763 52%,#353535 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, #353535 0%,#9a8763 52%,#353535 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#353535', endColorstr='#353535',GradientType=1 ); /* IE6-9 */
	}

	a .btportalaluno{
    font-size: 14px;
    display: inline-block;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
    }

	.btportalaluno:hover {
    background: #333;
	}

	.logoSecao a{
    font-weight: bold;
    white-space: pre;
	}

	.outros_sites{
    overflow: hidden;
    width: 100%;
    height: auto;
    border: solid 1px #083e6f;
    border-radius: 0 0 4px 4px;
    padding-bottom: 10px;
	}
	
	.outros_sites_titulos, .outros_sites_titulos2{
    width: 100%;
    font-family: 'Oswald', Arial, sans-serif;
    font-size: 16px;
    letter-spacing: 0.5px;
    color: #fff;
    background-color: #083e6f !important;
	}

	.outros_sites_titulos3{
    width: 47%;
    color: #fff;
    background-color: #083e6f !important;
    overflow: hidden;
    display: block;
    clear: both;
    margin-bottom:15px;
    margin-left: 1%;
    padding: 5px  0 0 1%;
    height: 25px;
	}

	.box_publicacoes{
    float: left;
    width: 50%;
	}

	.outros_sites_conheca{
    float: left;
    width: 50%;
	}

	.outros_sites a:hover{
    text-decoration: underline !important;
	}

	.outros_sites_titulos p,
	.outros_sites_titulos2 p,
	.outros_sites_titulos3 p{
    top: 2px !important;
    color: #fff !important;
	}

	.outros_sites a{
    text-decoration: none !important;
    font-size: 14px;
    display: inline-table;
    margin-top: 10px !important;
	}

	.outros_sites .outros_sites_conheca p,
	.outros_sites .box_publicacoes p {
    padding: 0 10px;
    margin-bottom: 0 !important;
	}

	.outros_sites .outros_sites_titulos p,
	.outros_sites .outros_sites_titulos2 p{
    padding: 5px 10px;
	}

	.convenios{
    padding: 13px;
    text-align: center;
    background: rgba(117,189,209,1);
    background:    -moz-linear-gradient(top, rgba(117,189,209,1) 0%, rgba(5,10,97,1) 0%, rgba(3,43,124,1) 52%, rgba(1,74,149,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(117,189,209,1)), color-stop(0%, rgba(5,10,97,1)), color-stop(52%, rgba(3,43,124,1)), color-stop(100%, rgba(1,74,149,1)));
    background: -webkit-linear-gradient(top, rgba(117,189,209,1) 0%, rgba(5,10,97,1) 0%, rgba(3,43,124,1) 52%, rgba(1,74,149,1) 100%);
    background:      -o-linear-gradient(top, rgba(117,189,209,1) 0%, rgba(5,10,97,1) 0%, rgba(3,43,124,1) 52%, rgba(1,74,149,1) 100%);
    background:     -ms-linear-gradient(top, rgba(117,189,209,1) 0%, rgba(5,10,97,1) 0%, rgba(3,43,124,1) 52%, rgba(1,74,149,1) 100%);
    background:         linear-gradient(to bottom, rgba(117,189,209,1) 0%, rgba(5,10,97,1) 0%, rgba(3,43,124,1) 52%, rgba(1,74,149,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#75bdd1', endColorstr='#014a95', GradientType=0 );
	}

	.convenios a{
    margin: 10px 0 !important;
    color: #fff;
	}

	.convenios a span{
    display: block;
	}

	.galleria-inner{
    width: 100%;
    height: auto !important;
	}


/* botao inscricao presencial */

	.botaoIncricaoPresencial a,
	.botaoIncricaoEad a{
    display: block;
    color: #fff;
    background: #e20f0f;
	}

	.botaoIncricaoPresencial,
	.botaoIncricaoEad{
    font-weight: bold;
    position: relative;
    min-width: 175px;
    margin-bottom: 20px;
    background: #e20f0f;
	}

	.botaoIncricaoPresencial a:hover{
    background: #b20909;
	}

	.botaoIncricaoPresencial a:hover .setaDireita{
    background: #710404;
	}

	.botaoIncricaoPresencial .setaDireita,
	.botaoIncricaoEad .setaDireita{
    position: absolute;
    right: 0;
    display: inline-block;
    padding: 10px;
    text-align: center;
    background: #a60707;
	}

	.botaoIncricaoPresencial .inscrevase,
	.botaoIncricaoEad .inscrevase{
    display: inline-block;
    padding: 10px 0 10px 15px;
	}

	span.tituloBotao{
    font-size: 16px;
    font-weight: bold;
    text-align: center;
	}


	.info_box_stricto a{
    font-size: 14px;
    color: #444;
	}

	div#leadcaixa{
    border-radius: 4px;
    background: #083e6f;
    padding: 10px;
    margin: 0 0 20px 0;
	}

	div#leadcaixa p {
    color: #fff;
    font-size: 14px;
    text-align: center;
    margin-bottom: 10px;
	}

	div#leadcaixa form#fg-base-edit label {
    display: none;
	}

	#leadcaixa form#fg-base-edit input[type=text]{
    width:94%;
    padding: 3%;
    border: 1px solid #ffffff;
    border-radius: 4px;
    background: rgba(255, 255, 255, 0.3);
    color:#fff !important;
    }

	#leadcaixa form.fgBaseEditForm .formControls{
    margin:0;
	}

	#leadcaixa form.fgBaseEditForm .formControls input[type=submit]{
    width: 100%;
    padding: 5px 0;
    background: #fff;
    color: #083e6f;
    text-transform: uppercase;
    font-size: 14px;

    font-weight: bold;
    border: solid 1px #fff;
    border-radius: 4px;
	}
	
	#leadcaixa form.fgBaseEditForm .formControls input[type=submit]:hover {
    background: rgba(255, 255, 255, 0.8);
	}

	div#leadcaixa form#fg-base-edit #archetypes-fieldname-curso, 
	div#leadcaixa form#fg-base-edit #archetypes-fieldname-tipo, 
	div#leadcaixa form#fg-base-edit #archetypes-fieldname-instituicao, 
	div#leadcaixa form#fg-base-edit #archetypes-fieldname-escolha-seu-polo{
    display:none;
	}

	.pfg-embedded {
    padding: 10px;
	}


.avisos-importantes
{
    background: #d7d7d7;
}

	.avisos-importantes {
    border: medium none !Important;
    border-bottom: 1px solid #ededed !Important;
    padding-bottom: 20px;
    padding: 0 !important;
	}

	.avisos-importantes-titulo {
    border: none !important;
    bottom: 11px;
    height: 35px;
    position: relative;
    right: 0;
    width: 100%;
    margin: 0 !important;
	}

	.avisos-importantes-titulo{
    background: #014a94;
	}

	.avisos-importantes-titulo p{
    font-size: 16px;
    margin-bottom: -1px !important;
    padding: 6px;
    color: #fff;
	}


	.avisos-importantes p {
    color: #001;
    font-size: 14px;
    width: 94%;
    margin-left: 2%;
	}

	.avisos-importantes span{
    width: 90%;
	}

.portletStaticText.portlet-static-optin {
    display: none;
}



dl.portlet.portletRss dd
{
    font-size: 14px;
    margin-bottom: 6px;
    padding: 1px !important;
    background: #ddd;
}


	h4.restrito {
		text-transform: uppercase;
	}

.box-acesso h4.restrito::before{
     display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-right: 10px;
    color: #083e6e;
    font-size: 1.4em;
    content:"\f023";
	}

	dl.portalMessage dt {
		display: none;
	}

	dl.portalMessage dd {
    color: #fff;
    background: #da9806;
    border-color: #fff !important;
	}

	div.field.error {
    background-color: TRANSPARENT;
    border: none !important;
    padding: 15px;
    color: #fff;
	}

	dl.portalMessage {
    margin: 1em -6px;
    border: 1px solid #fff;
    clear: both;
	}

	div#edit-bar {
    margin-bottom: 30px;
	}
	#portal-searchbox{
    position: relative;
    float: left;
    width: 100%;
    margin: 20px 0;
   	}
    #portal-searchbox input[type='text']{
	font-size: 14px;
    float: left;
    width: 70%;
    height: 40px;
    padding: 0 10px;
    border: none;
    background: #fff !important;
    }
    
	#portal-searchbox .searchButton{
	font-size: 16px;
    font-weight: 600;
    position: relative;
    float: right;
    width: 20%;
    height: 40px;
    color: #fff;
    border: none;
    background: #004f9f !important;
    }

    #footerAss ul li{
    text-align: center;
    }

    #content .cover-collection-tile .collection-item h3{
    font-family: 'Raleway', "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-weight: 500;
    font-size: 15px;
    }

/* 
=========================================================
	F O R M A T A Ç Ã O   D O   P O R T A L   N O V O	
========================================================= 
*/
	.section-capahome #content .cover-richtext-tile h2.insc-abe::before,
	#content .cover-richtext-tile h2.insc-abe::before{
     display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f044";
    margin-right:10px;
	}

/* HOME NOTÍCIAS */
	.section-capahome #content .h-meto-noticias .cover-richtext-tile h2::before,
	#content .h-meto-noticias .cover-richtext-tile h2::before{
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f1ea";
    margin-right: 10px;
	}

/* HOME DESTAQUES */
	.section-capahome #content .cover-richtext-tile h2.destaques::before{
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f005";
    margin-right: 10px;
	}

/* EVENTOS */
	.section-capahome #content .cover-richtext-tile h2.eventos::before{
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f073";
    margin-right: 10px;
    }
	

/* HOME PROCESSO SELETIVO */
	.section-capahome #content .h-meto-seletivo .cover-richtext-tile h2::before,
	#content .h-meto-seletivo .cover-richtext-tile h2::before,
	.row.escola-comunicacao .tile .tile-content h2::before,
	.row.escola-ciencias .tile .tile-content h2::before,
	.row.escola-engenharia .tile .tile-content h2::before,
	.row.escola-gestao .tile .tile-content h2::before,
	.row.escola-teologia .tile .tile-content h2::before{
     display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f19d";
    margin-right:10px;
	}

/* HOME BOLSAS */
	.section-capahome .cover-richtext-tile h2.bolsas::before
	{
     display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f19c";
    margin-right:10px;
	}

	/*.section-capahome #content .h-meto-inscricoes .tile.tile-default, 
	#content .h-meto-inscricoes .tile.tile-default{
    display: inline-block;
    width: 100%;
    padding-bottom:15px;
    border-bottom:dotted 1px #ffa500;
	}*/

	/*.section-capahome #content .h-meto-inscricoes .tile.tile-default:last-child,
	.h-meto-inscricoes .tile.tile-default:last-child{
    padding-bottom:0 !important;
    margin-bottom:0 !important;
	}*/

	/*.section-capahome #content .h-meto-inscricoes .tile.tile-default:last-child,
	#content .h-meto-inscricoes .tile.tile-default:last-child{
    border-bottom: none;
	}*/

	/*.section-capahome #content .h-meto-inscricoes h3,
	#content .h-meto-inscricoes h3{
    margin: 0 0 5px 0;
	}*/

	/*.section-capahome #content .h-meto-na-midia .collection-item h3 a,
	#content .h-meto-na-midia .collection-item h3 a{
    color:#60407e !important
	}

	.section-capahome #content .h-meto-na-midia .tile-footer a,
	#content .h-meto-na-midia .tile-footer a{
    display: inline-block;
    color: #fff !important;
    border: none !important;
    background: #9a68c7;
    margin-top: 15px;
    padding: 5px 20px;
    border-radius: 4px;
	}

	.section-capahome #content .h-meto-na-midia .tile-footer a:hover,
	#content .h-meto-na-midia .tile-footer a:hover{
    background:#7b4da5;
	}*/

/* HOME PROCESSO SELETIVO */
	.section-capahome #content .h-meto-seletivo .collection-item h3 a,
	#content .h-meto-seletivo .collection-item h3 a{
    color:#680ad1 !important
	}

	.icons-on .contenttype-news-item, .icons-on .contenttype-document{
    background:none !important;
    padding-left:0 !important;;
	}

	.icons-on .contenttype-news-item:before{
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f1ea";
    margin-right: 5px;
    font-size: 1.4em;
    color: #80c4f7;
	}

	.icons-on .contenttype-document:before{
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f0f6";
    margin-right: 5px;
    font-size: 1.4em;
    color: #ffca00;
	}

	.formid-fale-conosco form#fg-base-edit .formControls {
    clear: both;
    text-align:right;
	}

	.formid-fale-conosco form#fg-base-edit input.context[type=submit] {
    display: inline-block;
    color: #fff !important;
    border: none !important;
    background: #083e6f;
    margin-top: 10px;
    padding: 5px 30px;
    border-radius: 4px;
	}

	.formid-fale-conosco form#fg-base-edit input.context[type=submit]:hover{
    color: #FFF !important;
    text-decoration: none !important;
    background: #2e669e;
	}

	body.portaltype-collective-cover-content.subsection-proximos-eventos #main-content .row.colecao-eventos .cover-collection-tile .collection-item{
    height: auto !important;
    background: #FFF;
    padding: 0 !important;
    margin-bottom: 20px !Important;
    border: none;
    margin-top: 0;
    border-radius: 4px;
	}

	body.portaltype-collective-cover-content.subsection-proximos-eventos #main-content .row.colecao-eventos .cover-collection-tile .collection-item > h3:hover{
    background:#d3e9f1;
	}

	.row.colecao-eventos .tile .tile-content h2:before{
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-right: 10px;
    content: "\f073";
	}

	body.portaltype-collective-cover-content.subsection-proximos-eventos #main-content .row.colecao-eventos .cover-collection-tile .collection-item h3{
    padding:0;
    padding:10px;
    width:auto;
    font-weight: 600;
    font-size: 14px;
    color: #43a2bf;
    text-align: center;
	}

	body.portaltype-collective-cover-content.subsection-proximos-eventos #main-content .row.colecao-eventos .cover-collection-tile .collection-item h3 a{
    color: #2186a4 !important;
    display: block;
	}
	
	body.portaltype-collective-cover-content.subsection-proximos-eventos #main-content .row.colecao-eventos .cover-collection-tile .collection-item time{
    padding:5px 0;
    background: #43a2bf;
    color:#fff;
    text-transform:uppercase;
    letter-spacing:1px;
    font-size:14px;
    text-align:center;
    font-family: 'Oswald', Arial, sans-serif;
    font-style:normal;
    margin-bottom: 10px;
	}

	body.portaltype-collection #main-content div#content-core .tileItem.visualIEFloatFix {
    height: auto !important;
    width: auto;
    float: none;
    margin:0 0 20px 0;
    background: #FFF;
    padding: 15px;
    border: none;
    margin-top: 0;
    border-radius: 4px;
	}

	body.portaltype-collection #main-content div#content-core .tileItem.visualIEFloatFix h2 {
    font-family: 'Raleway', "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size: 18px;
    letter-spacing: normal;
    font-weight: 600;
    line-height: 1.5;
    padding:0;
	}


/* ==========================================================================
   Adaptações responsivas - Media Queries
   ========================================================================== */

/* Custom, iPhone Retina */
@media only screen and (min-width : 380px)
{
    /*.galleria-container
    {
        height: 125px !important;
    }

    .galleria-stage
    {
        height: 125px;
    }*/
}

/* Extra Small Devices, Phones */
@media only screen and (min-width : 480px)
{
    span.faltamdias {
    display: block;
    float: left;
    width: 84px;
    height: 40px;
    line-height: 1;
    margin-top: 68px;
    font-size: 40px;
    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -o-transform: rotate(270deg);
}
span.diaspara {
    display: block;
    float: left;
    margin-top: 10px;
    margin-left: 10px;
    line-height: 1;
    font-size: 40px;
}
span.diaprova {
    display: block;
    line-height: 1;
    margin-top: 3px;
    text-align: center;
    font-size: 75px;
    margin-left: 9px;
    float: left;
}
span#dia {
    display: inline-block;
    float: left;
    font-size: 140px;
    line-height: 0.9;
}
    
    body.section-enade a.imag,
    body.section-enade-1 a.imag{
    float: left;
    display: inline-block;
    margin-right: 15px;
    border: none !important;
    border-radius: 4px 0 0 4px;
    }
    
    body.section-enade .tile .imag img.left {
    position: relative !important;
    float: left;
    width: auto;
    margin: 0;
    }
    
    body.section-enade #content .cover-basic-tile.tile-content h2,
    body.section-enade-1 #content .cover-basic-tile.tile-content h2{
    clear: none;
    float: none;
    line-height: 1;
    display: block;
    padding: 10px 0;
    font-size: 24px;
    }
    body.section-enade #content .cover-basic-tile.tile-content p,
    body.section-enade-1 #content .cover-basic-tile.tile-content p{
    width: auto;
    display: block;
    float: none;
}

}

@media only screen and (max-width : 480px)
{
    #content .cover-basic-tile.tile-content {
    height: auto !important;
    border: none !important;
    padding: 15px;
    }
    .tile a.imag {
    width: 100%;
    max-height: 250px !important;
    overflow: hidden;
    display: block;
    border: none;
    margin-bottom: 10px;
    }
    .tile .imag img.left {
    width: 100%;
    float: none;
    position: relative;
    overflow: hidden;
    height: auto;
    margin: 0;
    }

    ul.menu_lateral_curso{
    width: 100%;
    margin: 0 auto;
    background: #303249;
    }
    
    .row.h-meto-destaque .tile .imag img.left {
    position: relative !important;
    float: none;
    width: 100%;
    margin: 0;
	}

	#content .row.h-meto-destaque .cover-basic-tile.tile-content h3 {
    width: 100%;
    font-size: 16px;
    margin: 10px 0;
	}
    

    #footerRedeslocal p.encontre
    {
        font-size: 14px;
        margin: 0 0;
    }
	
    .portletStaticText img{
    width: 100%;
    margin-bottom: 4px !important;
    border: 1px solid #d8d8d8;
    }

    .template-event_view .event.summary.details{
    width: 100%;
    border-bottom: solid 1px #cecece;
    }

    .entry{
	float: left;
    width: 100%;
    min-height: 185px;
    margin-bottom: 10px;
    margin-left: 0 !important;
    padding: 0;
    border: 1px solid #d8d8d8;
    }
	
    .contenttype-event.url{
    font-size: 10pt;
    font-weight: bold;
    width: auto !important;
    padding: 3px 7px !important;
    color: #fff !important;
    background: #303249 !important;
    }

    p.description.discreet{
    padding: 0 7px;
    }

    .vevent .documentByLine{
    padding: 0 7px;
    }
	
    #portal-searchbox form{
    width: 100%;
    margin-top: 0;
    border: none;
    }

    #portal-searchbox input{
	position: relative;
    width: 85%;
    padding: 2px 5px;
    border: none;
    background: transparent;
    }
    
	body.portaltype-collection #main-content div#content-core .tileItem.visualIEFloatFix a div.tileImage{
	width:100%;
	height:auto;
	margin:0 0 15px 0;
	padding:0;
	float:none;
	}
	
	body.portaltype-collection #main-content div#content-core .tileItem.visualIEFloatFix a div.tileImage img{
	width:100%;
	height:auto;
	margin:0;
	padding:0;
	float:none;
	}

}

@media only screen and (min-width : 481px) and (max-width : 991px)
{
    ul.menu_lateral_curso{
	width: 100%;
    margin: 0 auto;
    background: #303249;
    }
    
    .h-meto-inscricoes .cover-richtext-tile.tile-content{
    border-bottom: dotted 1px #dce4ec;
    }
    .h-meto-inscricoes .tile:last-child .cover-richtext-tile.tile-content{
        border-bottom:none;
    }

    .menu_lateral_curso li{
	font-size: 14px !important;
    position: relative;
    left: 0;
    display: inline-block !important;
    float: none !important;
    width: 46% !important;
    margin-bottom: 7px !important;
    margin-left: 3% !important;
    padding: 0 !important;
    list-style-type: square;
    color: #fff;
    background: #303249;
    }
	
}

@media only screen and (min-width : 481px) and (max-width : 767px)
{
    
    #portal-searchbox form{
	width: 100%;
    margin-top: 0;
    padding: 0 0;
    border: none;
    }
	
    .section-capahome a.imag {
    float: left;
    display: inline-block;
    margin-right: 15px;
    border: none !important;
    }
	
    .section-capahome .tile .imag img.left {
    position: relative !important;
    float: left;
    width: auto;
    margin: 0;
	}
    
    .section-capahome #content .cover-basic-tile.tile-content p {
    width: auto;
    display: block;
    float: none;
    }
	
    .section-capahome #content .cover-basic-tile.tile-content h3 {
    clear: none;
    float: none;
    display: block;
    padding: 10px 0;
    }
    
    body.portaltype-collection #main-content div#content-core .tileItem.visualIEFloatFix div.tileImage{
     float:left;
     width: 150px;
     margin:0 15px 15px 0;
     padding:0;
    }
    body.portaltype-collection #main-content div#content-core .tileItem.visualIEFloatFix div.tileImage img{
     float:none;
     width: 100%;
     margin:0;
     padding:0;
    }

}

@media only screen and (max-width : 767px)
{
    div#logo{
    width:100%;
	}
    div#logo a.logometodista {
    float: none;
    display: block;
    margin: 0 0 20px;
    text-align: center;
}
a.logoenade {
    float: none;
    display: block;
    text-align: center;
}

    span.logoSecao {
    display: inline-block;
    width: 100%;
    text-align: center;
    margin-top: 15px;
	}
	
    span.cursoTitulo {
    display: block;
    text-transform: uppercase;
    font-size: 16px;
	}
	
	span.escolaTitulo {
    display: block;
    font-weight: normal;
	}
	
	div.position-0 {
    margin-left: -100%;
	}
	
	div.width-16 {
    width: 100%;
	}
    body.section-capahome #banner-fluid.fullbanner-home div.width-10.position-0{
    width:100%;
    }
    div#banner-fluid .row.new-slider-home h3 span{
     font-size: 30px;
    }
    div#banner-fluid .row.new-slider-home a.banner-saiba {
    font-size:24px;
    padding: 7px 40px;
    display: inline-block;
    background: #da9806;
    margin-top: 45px;
    color: #fff;
    border-radius: 4px;
    font-family: 'Oswald', Arial, sans-serif;
    text-transform: uppercase;
    }
    
    
	.hoverzoom {
	position: relative;
	width: 100%;
	overflow: hidden;
	}

	.hoverzoom h3{
    position: absolute;
    width: 100%;
    z-index: 2;
    color: #FFF;
    text-align: center;
    line-height: 1.2;
    font-size: 24px;
    text-transform: uppercase;
    text-shadow: 0px 0px 10px rgba(0, 0, 0, 1);
    top: 20px;
	}
	
	.hoverzoom > img {
	width: 100%; 
	border-radius: 2px;
	-webkit-transition: all .8s cubic-bezier(.190, 1.000, .220, 1.000);
	-moz-transition: all .8s cubic-bezier(.190, 1.000, .220, 1.000);
	-ms-transition: all .8s cubic-bezier(.190, 1.000, .220, 1.000);
	-o-transition: all .8s cubic-bezier(.190, 1.000, .220, 1.000);
	transition: all .8s cubic-bezier(.190, 1.000, .220, 1.000);
	}
	
	.hoverzoom:hover > img {
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-ms-transform: scale(1.2);
	-o-transform: scale(1.2);
	transform: scale(1.2);
	}
	
	.hoverzoom .retina{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	opacity:1;    
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0.5);    
	border-radius: 2px;
	text-align: center;
	box-shadow: inset 0 0 100px 50px rgba(0,0,0,.5);
	}
	
	.hoverzoom .retina div {
    color: #fff;
    position: absolute;
    left: 50%;
    top: 60%;
    transform: translateY(-50%) translateX(-50%);
	}
	
	.hoverzoom .retina div p{
	padding: 0;
	margin: 10px 0 0;
	}

	.hoverzoom .retina a {
	display: inline-block;
	background: rgba(255,255,255, 0.2);
	border: 1px solid #fff;
	border-radius: 4px;
	color: #fff;
	text-decoration: none;
	text-align: center;
	padding: 10px 15px;
	margin: 16px auto;
	}

}

/* Small Devices, Tablets */
@media only screen and (min-width : 768px)
{   
    .imagemprova {
    width: 30%;
    display: block;
    text-align: center;
    float: left;
    }
    span.faltamdias {
    display: block;
    float: left;
    width: 60px;
    height: 50px;
    line-height: 1;
    margin-top: 93px;
    font-size: 46px;
    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -o-transform: rotate(270deg);
}
span.diaspara {
    display: block;
    float: left;
    margin-top: 8px;
    margin-left: 10px;
    line-height: 1;
    font-size: 50px;
}
span.diaprova {
    display: block;
    line-height: 0.9;
    margin-top: 0px;
    text-align: center;
    font-size: 93px;
    margin-left: 9px;
    float: left;
}
span#dia {
    display: inline-block;
    float: left;
    font-size: 160px;
    line-height: 0.9;
}
    
    .barra-institucional{
    display:inline-block;
    width:100%;
    margin-bottom: -7px;
    background:#425e85;
    }
    .barra-institucional ul li{
    padding:0;
    margin:0;
    border-radius:0;
    display: inline-block;
    float: left;
    }
    .barra-institucional ul li a{
    color:#fff;
    display: inline-block;
    font-size: 11px;
    padding: 15px 8px;
    -webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
    }
    .barra-institucional ul li a:hover{
        background:#374e6e;
    }
    
    .barra-institucional ul.barra-left li.atend-online a, 
    .barra-institucional ul.barra-right li.topo-siga a, 
    .barra-institucional ul.barra-right li.topo-moodle a{
    background: #334866;
    font-weight: 600;
    font-size: 13px;
    padding: 14px 14px;
    }
    .barra-institucional ul.barra-left li.atend-online a:hover, 
    .barra-institucional ul.barra-right li.topo-siga a:hover, 
    .barra-institucional ul.barra-right li.topo-moodle a:hover{
    background:#2b3c55;
    }
   
    .barra-institucional ul.barra-right li.topo-moodle{
        margin-left:3px;
    }
    
    .barra-institucional ul li i.fa{
        margin-right:5px;
    }
    .barra-institucional ul.barra-left{
        float:left;
    }
    .barra-institucional ul.barra-right{
        Float:right;
    }
    
    div#logo a.logometodista {
    margin-right: 80px;
    }
    
    .formid-fale-conosco form#fg-base-edit {
    width: 700px;
    margin: 0 auto;
	}
	
    .formid-fale-conosco form#fg-base-edit div.field {
    width: 330px;
    clear: none;
    display: inline !important;
    float: left !important;
    margin: 0 10px;
	}
	
	.formid-fale-conosco form.fgBaseEditForm #pfg-fieldwrapper input[type=text],
	.formid-fale-conosco form.fgBaseEditForm #pfg-fieldwrapper select{
    padding: 10px;
    font-size: 16px;
    border: solid 1px #c5c5c5;
    border-radius: 4px;
    background: #f7f7f7;
    width: 310px;
    margin-bottom: 10px;
    font-family: 'Raleway', "Trebuchet MS", Arial, Helvetica, sans-serif;
	}

	.formid-fale-conosco form#fg-base-edit div.field#archetypes-fieldname-nome,
	div.field.ArchetypesTextAreaWidget#archetypes-fieldname-comments{
    width: 680px !important;
	}

	.formid-fale-conosco form#fg-base-edit div.field#archetypes-fieldname-nome input#nome{
    width:658px !important;
    font-size: 16px;
    font-family: 'Raleway', "Trebuchet MS", Arial, Helvetica, sans-serif;
	}
	.formid-fale-conosco form.fgBaseEditForm #pfg-fieldwrapper textarea {
    width: 650px !important;
	}

	.formid-fale-conosco form#fg-base-edit div.field#archetypes-fieldname-replyto,
	.formid-fale-conosco form#fg-base-edit div.field#archetypes-fieldname-telefone,
	.formid-fale-conosco form#fg-base-edit div.field#archetypes-fieldname-numero-da-matricula {
    width: 213px;
	}
	
	.formid-fale-conosco form#fg-base-edit div.field#archetypes-fieldname-replyto input,
	.formid-fale-conosco form#fg-base-edit div.field#archetypes-fieldname-telefone input,
	.formid-fale-conosco form#fg-base-edit div.field#archetypes-fieldname-numero-da-matricula input {
    width: 190px;
	}

	.formid-fale-conosco form.fgBaseEditForm #pfg-fieldwrapper select{
    width:100%;
	}

/*.destaques #content-core h2::before{
     display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f1ea";
    margin-right:10px;
}*/


	body.section-capahome #content .row .tile-content h2{
    text-align: left !important;
    font-size: 26px !important;
	}

/* HOME PROCESSO SELETIVO */
/*.section-capahome .h-meto-seletivo .cover-richtext-tile.tile-content {
    padding: 0 0 0 25px;
    width: auto;
    margin: 0 0 20px 0;
    border-left: solid 10px #680ad1;
}*/
/* HOME PROCESSO SELETIVO */

	.section-capahome #content .position-0.box-noticias .tile.tile-default {
    padding: 10px 10px 10px 25px;
    background: #FFF;
    width: auto;
    border-left: solid 10px #083e6e;
	}
	
/* HOME NOTÍCIAS */
	.section-capahome .h-meto-noticias .cover-collection-tile.tile-content{
    padding: 8px 10px 10px 20px;
    background: #FFF;
    width: auto;
    margin: 0 0 20px 0;
    border-left: solid 8px #083e6e;
    min-height: 270px;
    margin-bottom: 30px !important;
    }

/* HOME INSCRIÇÕES
	.section-capahome .h-meto-inscricoes{
    padding: 10px 10px 10px 25px;
    background: #FFF;
    width: auto;
    margin: 0 0 20px 0;
    border-left: solid 10px #ffa500;
	}*/
	
/* HOME NA MÍDIA
	.h-meto-na-midia .cover-collection-tile.tile-content {
    padding: 10px 10px 10px 25px;
    background: #FFF;
    width: auto !important;
    margin: 0 0 20px 0;
    border-left: solid 10px #9a68c7;
	}*/

/* IMAGENS PÁGINAS CURSOS */
	.cell.width-4.position-4, .cell.width-4.position-8, .cell.width-4.position-12{
    margin-top:0 !important;
	}

	.hoverzoom {
	position: relative;
	width: 100%;
	overflow: hidden;
	}

	.hoverzoom:hover a{
    text-decoration:none !important;
	}

	.hoverzoom h3{
    position: absolute;
	z-index: 2;
	color: #FFF;
    width:100%;
    text-align: center;
    line-height: 1.2;
	font-size: 24px;
	text-transform: uppercase;
	text-shadow: 0px 0px 10px rgba(0, 0, 0, 1);
    left: 50%;
    top: 50%;
    transform: translateY(-50%) translateX(-50%);
	transition: all .3s;
	}
	
	.hoverzoom > img {
	width: 100%; 
	border-radius: 2px;
	filter: saturate(30%);
	-webkit-transition: all .5s cubic-bezier(.190, 1.000, .220, 1.000);
	-moz-transition: all .5s cubic-bezier(.190, 1.000, .220, 1.000);
	-ms-transition: all .5s cubic-bezier(.190, 1.000, .220, 1.000);
	-o-transition: all .5s cubic-bezier(.190, 1.000, .220, 1.000);
	transition: all .5s cubic-bezier(.190, 1.000, .220, 1.000);
	}
	
	.hoverzoom:hover > img {
	filter: saturate(100%);
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-ms-transform: scale(1.2);
	-o-transform: scale(1.2);
	transform: scale(1.2);
	}
	
	.hoverzoom .retina{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	opacity: 0;    
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0.5);    
	border-radius: 2px;
	text-align: center;
	-webkit-transition:	 all .8s cubic-bezier(.190, 1.000, .220, 1.000);
	-moz-transition: all .8s cubic-bezier(.190, 1.000, .220, 1.000);
	-ms-transition: all .8s cubic-bezier(.190, 1.000, .220, 1.000);
	-o-transition: all .8s cubic-bezier(.190, 1.000, .220, 1.000);
	transition: all .8s cubic-bezier(.190, 1.000, .220, 1.000); 
	}
	
	.hoverzoom:hover .retina {
	opacity: 1;
	box-shadow: inset 0 0 100px 50px rgba(0,0,0,.5);
	transition: all 1s
	}
	
	.hoverzoom .retina div {
    color: #fff;
    position: absolute;
    width: 100%;
    left: 50%;
    top: 122px;
    transform: translateY(-50%) translateX(-50%);	
	}

	.hoverzoom .retina div p{
	padding: 0;
	margin: 10px 0 0 !important;
    line-height: 1.3;
	}

	.hoverzoom .retina a {
    display: inline-block;
    background: rgba(255,255,255, 0.3);
    border: 1px solid #fff !important;
    border-radius: 4px;
    color: #fff !important;
    text-decoration: none !important;
    text-align: center;
    padding: 5px 15px;
    margin: 5px auto;
	}
	
	#content .hoverzoom .retina a:hover {
    text-decoration: none !important;
    background: rgba(255,255,255, 0.5);
	}

	.hoverzoom:hover > h3{
	top:40px;
	}

	#content div#boxev {
    width: 350px;
    float: right;
	}

	body.portaltype-collective-cover-content.subsection-proximos-eventos #main-content .row.colecao-eventos .cover-collection-tile .collection-item   {
    height: auto !important;
    width: 22.75% !important;
    float: left !important;
    margin-right: 3% !important;
    background: #FFF;
    padding: 0 !important;
    margin-bottom: 20px !Important;
    border: none;
    margin-top: 0;
    border-radius: 4px;
	}
	
	body.portaltype-collection #main-content div#content-core .tileItem.visualIEFloatFix{
    height: auto !important;
    width: 48.5% !important;
    float: left !important;
    margin-right: 3% !important;
    background: #FFF;
    padding: 0 !important;
    margin-bottom: 20px !Important;
    border: none;
    margin-top: 0;
    border-radius: 4px;
	}

	body.portaltype-collection #main-content div#content-core .tileItem.visualIEFloatFix:nth-child(2n),
	body.portaltype-collective-cover-content.subsection-proximos-eventos #main-content .row.colecao-eventos .cover-collection-tile .collection-item:nth-child(4n){
	margin-right: 0% !important;
	}

	body.portaltype-collection #main-content div#content-core .tileItem.visualIEFloatFix{
    height:180px !important;
	}

	body.portaltype-collection #main-content div#content-core .tileItem.visualIEFloatFix h2{
    font-family: 'Raleway', "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size:16px;
    font-weight:600;
    line-height:1.2;
    padding:10px 10px 0 10px;
	}

	body.portaltype-collection #main-content div#content-core .tileItem.visualIEFloatFix p.tileBody{
    padding: 0 10px;
    margin-bottom:10px;
	}

	body.portaltype-collection #main-content div#content-core .tileItem.visualIEFloatFix p.tileBody span.itemDate{
    font-weight:500;
    font-style:italic;
    color: #afafaf;
	}

	body.portaltype-collection #main-content div#content-core .tileItem.visualIEFloatFix p.tileBody span.itemDate:before{
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f272";
    margin-right:5px;
	}

	body.portaltype-collection #main-content div#content-core .tileItem.visualIEFloatFix div.tileImage{
    float: left;
    margin: 10px;
    width: 100px;
    height: 180px;
    overflow: hidden !important;
	}

	body.portaltype-collection #main-content div#content-core .tileItem.visualIEFloatFix a img{
    transform: none;
    width: 100px;
    margin: 0;
	}
	
	body.portaltype-collection #main-content div.pagination.listingBar{
    display:inline-block;
    float:none;
    width:100%;
	}

	.row.colecao-eventos .tile .tile-content h2:before{
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-right: 10px;
    content: "\f073";
	}

}

@media only screen and (min-width: 992px)
{
    .m-accessibilidade{
    font-family:Arial;
    font-size:12px;
    display: block;
    background: #efefef;
    border-bottom: solid 2px #c7c7c7;
    width: 100%;
    padding:5px 0;
    color:#fff;
    }
    
    .m-accessibilidade ul.op-acess{
    display:inline;
    float:left;
    }
    
    .m-accessibilidade ul.barra-contraste{
    display:inline;
    float:right;
    }
    .m-accessibilidade ul li, .m-accessibilidade ul li p{
    float:left;
    }
    .m-accessibilidade ul li p{
    background: #404040;
    padding: 0px 5px;
    border-radius: 4px;
    margin-right: 5px;
    font-weight: 600;
    }
    a.link-accessibilidade {
    color: #585858;
    margin-right: 20px;
    }
    
    li.contrast a{
    color: #585858;
    padding: 0 10px;
    border-right:solid 1px #c3c3c3;
    }
    li.contrast:last-child a{
    border-right:none;
    }
    
    
    
    span.faltamdias {
    display: block;
    float: left;
    width: 110px;
    height: 60px;
    line-height: 1;
    margin-top: 126px;
    font-size: 65px;
    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -o-transform: rotate(270deg);
}
span.diaspara {
    display: block;
    float: left;
    margin-top: 15px;
    margin-left: 10px;
    line-height: 1;
    font-size: 60px;
}
span.diaprova {
    display: block;
    line-height: 1;
    margin-top: 25px;
    text-align: center;
    font-size: 112px;
    margin-left: 9px;
    float: left;
}
span#dia {
    display: inline-block;
    float: left;
    font-size: 230px;
    line-height: 0.9;
}
    

    header#main-header{
    position: relative;
    background:none;
    }
    div#banner-fluid .row.new-slider-home h3 {
    font-family: 'Oswald', Arial, sans-serif;
    font-size: 70px;
    color: #da9806;
    /*text-shadow: 0px 0px 10px rgba(0, 0, 0, 1);*/
    }
    #portal-searchbox  input#searchGadget::-webkit-input-placeholder,
        #portal-searchbox  input#nolivesearchGadget::-webkit-input-placeholder{ /* Chrome/Opera/Safari */
    color: rgba(255, 255, 255, 0.7) !important;
    font-weight:500 !important;
	}

	#portal-searchbox  input#searchGadgett::-moz-placeholder,
    #portal-searchbox  input#nolivesearchGadget::-moz-placeholder{ /* Firefox 19+ */
	color:rgba(255, 255, 255, 0.7) !important;
    font-weight:500 !important
	}

	#portal-searchbox  input#searchGadget:-ms-input-placeholder,
    #portal-searchbox  input#nolivesearchGadget:-ms-input-placeholder{ /* IE 10+ */
	color:rgba(255, 255, 255, 0.7) !important;
    font-weight:500 !important
	}

	#portal-searchbox  input#searchGadget:-moz-placeholder,
    #portal-searchbox  input#nolivesearchGadget :-moz-placeholder{ /* Firefox 18- */
	color: rgba(255, 255, 255, 0.7) !important;
    font-weight:500 !important
	}
    
	#column-one dl.portlet a:hover{
    color: #083e6e !important;
    text-decoration: none !important;
    padding-left: 8px;
    font-weight: 500;
    border-left: solid 3px #083e6e !important;
	}

	.row.h-meto-noticias{
    margin: 30px 0 0;
	}


	#content .position-0.box-noticias .tile.tile-default:first-child {
    padding-left: 0;
    border-left: none;
	}

	.destaques #content-core h2 {
    color: #636363;
    border-bottom: none; 
    font-size: 26px;
    letter-spacing: 0.5px;
    margin-bottom: 0;
	}

	.row .tile.tile-default .cover-basic-tile.tile-content {
    background: #fff;
    border-radius: 4px;
	}

	footer .footerAssociacoes h5
	{
    text-align:left;
	}

	footer .footerAssociacoes ul{
    margin-bottom:0;
	}

	#column-one{
    display: block;
	}

	.site-semipresencial .siga {
    display: block !important;
	}
	
    h4.restrito {
    font-size: 16px;
    font-weight: normal;
    padding: 0 0 7px 0;
    line-height: 1;
    border-bottom: solid 1px #c3c3c3;
    }

    .ambientevirtual p {
    font-size: 14px;
    }
    
    /*.ajustes_box_home {
        position: relative;
        margin-bottom: -40px;
    }*/
	
    .faleConosco a {
    display: block;
    width: 79%;
    }
	
    body.template-search #search-results-bar{
    cursor: pointer;
	}
    
    body.template-search #search-results-bar > span:first-child::after{
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f0b0";
    float:right;
    margin-right:10px;
    }
    
    body.template-search #search-results-bar strong#search-results-number:after{
    content:"Refinar busca";
    float:right;
    }

    #portal-searchbox #searchGadget:focus, #portal-searchbox #searchGadget{
    padding:6px 0 !important;
    }

    body.portaltype-collection #content #content-core dt.vevent{
    height: auto !important;
    width: 22.75% !important;
    float: left !important;
    margin-right: 3% !important;
    background: #FFF;
    padding: 0 !important;
    margin-bottom: 20px !Important;
    border: none;
    margin-top: 0;
    border-radius: 4px;
	}
	
	body.portaltype-collective-cover-content.subsection-proximos-eventos #main-content .row.colecao-eventos .cover-collection-tile .collection-item h3{
    padding:0;
    padding:10px;
    width:auto;
    font-weight: 600;
    font-size: 14px;
    color: #43a2bf;
	}
	
	body.portaltype-collective-cover-content.subsection-proximos-eventos #main-content .row.colecao-eventos .cover-collection-tile .collection-item h3 a{
    color: #2186a4 !important;
	}
	
	body.portaltype-collective-cover-content.subsection-proximos-eventos #main-content .row.colecao-eventos .cover-collection-tile .collection-item time{
    padding:5px 0;
    background: #43a2bf;
    color:#fff;
    text-transform:uppercase;
    letter-spacing:1px;
    font-size:14px;
    text-align:center;
    font-family: 'Oswald', Arial, sans-serif;
    font-style:normal;
    margin-bottom: 10px;
	}

	body.portaltype-collection #content #content-core dt.vevent:nth-child(4n),
	body.portaltype-collective-cover-content.subsection-proximos-eventos #main-content .row.colecao-eventos .cover-collection-tile .collection-item:nth-child(4n){
	margin-right: 0% !important;
	}

	body.portaltype-collection #main-content div#content-core .tileItem.visualIEFloatFix {
    height: 180px !important;
	}

	body.portaltype-collection #main-content div#content-core .tileItem.visualIEFloatFix div.tileImage{
    float: left;
    margin: 10px;
    width: 200px;
    height: 160px;
    overflow: hidden !important;
	}

	body.portaltype-collection #main-content div#content-core .tileItem.visualIEFloatFix a img{
    transform: none;
    width: 200px;
    margin: 0;
	}

    /*#column-one
    {
        display: table-cell;
        font-size: 0.9em;
    }*/
    
   .redes{
    display: inline-block;
    float: right;
    }

    .redes a i.fa:hover {
    opacity:0.8;
    }
	
    .redes i{
    font-size: 2em !important;
    color: #fff;
    position: relative;
    margin: 5px 0 5px 15px !important;
    }

    p.sigarede {
    float: left;
    line-height: 2;
    padding: 3px 0;
    margin-right: 20px;
    }

    /*ul#gua a{
    font-size: 12px;
    padding: 8px 10px;
    color: #fff;
    }
	
    ul#gua{
    position: relative;
    right: 42%;
    display: block;
    float: left;
    height: 19px;
    padding: 2px 8px;
    border-bottom-left-radius: 10px;
    background: #0052a1;
    }*/
    .galleria-container{
        /*height: 260px !important;*/
    }

    /*.galleria-stage{
    height: 260px;
    }*/
    
    .cover-layout-empty-layout .collection-item time
    {
	font-style: italic;
    padding-left: 5px;
    color: #58595b;
    }
    #content .cover-collection-tile .collection-item h3{
    font-family: 'Raleway', "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-weight: 500;
    font-size: 16px;
    }
	
    #link-secao{
    left: 283px;
    width: 290px;
    }

    /*Busca*/
    a#animate-slide{
    display: none;
    }

    .neat{
    display: none;
    }

    div#portal-searchbox{
	position: relative;
    width: 100%;
    padding: 5px;
    margin: 0;
    background: rgba(59, 101, 146, 0.3);
    border: none;
    border-radius: 4px;
    }

    header #portal-searchbox input[type='submit']{
	width: 10%;
    height: 22px;
    text-indent: -400%;
    background: transparent !important;
    }

    #portal-searchbox label.hiddenStructure::before{
	z-index: 1;
    top: 3px;
    width: 10px;
    }


    /*tiles*/

    /* tile banner */

    .cover-carousel-tile{
	position: relative;
    z-index: 1;
    background:transparent;
    display: block;
    }

    .destaque-borda{
	padding-top: 10px;
    }
	
	
    /* Menu global */
    /*#navigation li:hover ul{
    background: rgba(26, 27, 43, .95) !important;
    }*/
	
    #footerRightslocal img{
    float: right;
    margin: 0;
    padding: 0;
    }
	
    #footerRightslocal div.metodista{
    float:left;
    margin:0;
    }
	
    #footerRightslocal div.metodista p {
    line-height: 60px;
	}
	
    #footerRightslocal div.contato {
    float: left;
    margin: 10px 0 0 20px;
    padding-left: 20px;
    border-left: solid 1px #FFF;
    font-size: 14px;
    line-height:1.3;
    }
    
    #footerRightslocal a.tel-sp, 
	#footerRightslocal a.tel-localidades,
	#footerRightslocal a.footer-como-chegar,
	#footerRightslocal a.footer-fale-conosco {
    text-align:left;
    }

    div#btnav ul#navigation ul{
    position: absolute !important;
    top: 32px !important;
    display: block;
    padding: 5px 10px !important;
    margin-left: 0 !important;
    border-top: 3px solid #4c4c4c;
    border-bottom: 3px solid #4c4c4c;
    background: rgba(183, 126, 1, 0.9) !important;
    }
    
    div#btnav ul#navigation li ul{
    overflow:hidden;
    -webkit-transform:perspective(400) rotate3d(1,0,0,-90deg);
    -webkit-transform-origin:50% 0;
    -webkit-transition:350ms;
    -moz-transition:350ms;
    -o-transition:350ms;
    transition:350ms;
    }
    
    #btnav ul#navigation li:hover ul,
    #btnav ul#navigation li:focus ul, 
    #btnav ul#navigation li:active ul{
        display:block;
        visibility: visible;
    -webkit-transform:perspective(400) rotate3d(0,0,0,0);
    }
    
    div#btnav ul#navigation ul li {
    padding: 0;
    }

	/*#navigation li.item-nav
    {
    height: 20px;
    }*/
	
    nav#main-navigation{
    font-size: 14px;
    clear: both;
    width: 100%;
    display: block;
    margin: 0 auto;
    text-align: center;
    }
	
    .top{
    position: relative;
    display: block;
    float: right;
    margin: 0;
    border-bottom: solid 3px #ececec;
    border-top: none;
    }
	

    /* Footer */

    /*span.metodista {
        display: block;
        float: left;
        line-height: 60px;
        margin-right: 20px;
        padding-right: 20px;
        border-right: solid 1px rgba(255, 255, 255, 0.3);
    }*/

    div#footerRightslocal p{
	text-align: left;
    }

    #logo img.logosecao{
	position: absolute;
    width: 66%;
    }

    .logolinksecao{
	position: absolute;
    top: 38px;
    left: 29%;
    width: 25%;
    height: 83px;
    }

    /*Busca*/

    #search-results dd{
    margin: 0 0 15px !important;
    padding-bottom: 15px;
    border-bottom: 1px dotted #b9b9b9;
    }

    fieldset#search-field{
    text-align: left;
    display:none;
    }

    .template-search #content .cell{
    width: 100% !important;
    margin-top: 0;
    }
	
    #navigation li.item-nav ul li{
    width: 280px !important;
    }

    div#btnav ul#navigation li.item-nav ul li ul.subsub{
    display: none;
    }

    div#btnav ul#navigation li.item-nav ul li ul.subsub{
	/*left: 296px;*/
    background: rgba(1, 23, 45, .95) !important;
    }
	
    div#btnav ul#navigation li.item-nav ul li:hover ul.subsub,
    div#btnav ul#navigation li.item-nav ul li:active ul.subsub,
    div#btnav ul#navigation li.item-nav ul li:active ul.subsub{
    display: block !important;
    }

    #navigation li.item-nav ul ul.gradpresdesk{
    width: 580px;
    }
	
    #navigation li.item-nav ul ul.gradpresdesk li{
    font-size: 12px;
    line-height: 1em;
    display: inline-block !important;
    float: none;
    width: 180px !important;
    min-height: 13px;
    margin: 0;
    padding: 5px;
    vertical-align: top;
    }

    #navigation li.item-nav ul ul.gradeadesk{
    width: 530px !important;
    }
	
    #navigation li.item-nav ul.gradeadesk li{
    width: 270px !important;
    }
	
    #navigation li.item-nav ul ul.gradeadesk li{
	font-size: 12px;
    line-height: 1em;
    display: inline-block !important;
    float: none;
    width: 180px !important;
    min-height: 13px;
    margin: 0;
    padding: 5px;
    vertical-align: top;
    }

    #navigation li.item-nav ul ul.gradeadesk{
    width: 470px;
    }
	
    #navigation li.item-nav ul ul.gradeadesk li{
    display: inline !important;
    width: 247px !important;
    }
	
    #navigation li.item-nav ul ul.gradeadesk li:nth-child(odd){
	float: left;
    margin-right: 10px;
    }
	
    #navigation li.item-nav ul ul.gradeadesk li:nth-child(even){
    float: right;
    }

    .template-search .optionsToggle{
    border: transparent;
    background-color: transparent;
    }

    body.template-search #search-results dl.searchResults dt a.state-published {
    color: #083e6f !important;
    border: none;
    font-size: 16px;
    font-weight: 600;
	}

    body.template-search #search-results cite.documentLocation.link-location a {
    font-weight: 600;
	}

    #search-results-bar{
    font-size: 12px !important;
    right: 0;
    padding: 0 !important;
    border-top: 0 !important;
    border-bottom: 0!important;
    background: #fff;
    width: 100% !important;
    border-radius: 4px;
    }

    #search-results-bar > span:first-child{
	font-size: 16px;
    font-weight: bold;
    width: 96%;
    padding: 1% 2%;
    color: #ffffff;
    background: #083e6f;
    border-radius: 4px 4px 0 0;
    }

    #search-filter .field{
    padding: 1em 0 !important;
    }

    #search-filter .field div{
    width: 100%;
    }

    #search-filter .field,
    #search-filter{
    background: transparent !important;
    }

    #search-filter .field input{
    margin-right: 8px;
    }

    body.template-search #search-results dl.searchResults dd{
	font-family: 'Raleway', "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: normal !important;
    color: #404040;
    }

    #search-results-bar dd.actionMenuContent{
    display: block;
    }
    .template-search .discreet{
    display: none;
    }

    #search-results .contenttype-collective-nitf-content a:visited,
    #search-results .contenttype-collective-nitf-content a:link,
    #search-results .contenttype-collective-nitf-content a{
	font-size: 18px;
    font-weight: normal;
    line-height: 33px;
    text-transform: uppercase !important;
    color: #404040 !important;
    border-bottom: 0;
    }

    .template-search #search-results-bar dl{
    width: 98%;
    margin: 0;
    padding: 0 1% !important;
    }
	
    body.template-search #content #search-filter fieldset {
    width: 48%;
    float: left;
    margin: 0 1%;
	}

    .template-search #rss-subscription,
    .template-search .actionMenuHeader{
    display: none;
    }

    .template-search .highlightedSearchTerm{
    background-color: transparent;
    }

    .optionsToggle{
	font-size: 100%;
    border: medium none transparent;
    background-color: transparent;
    }

    #searchResultsSort > span:first-child,
    #content #search-filter legend{
    font-size: 14px !important;
    width: 100%;
    font-weight: 600;
    padding: 0 0 5px !important;
    text-transform: none !important;
    border-bottom: 1px dotted #b9b9b9;
    }

    #searchResultsSort > span:first-child{
    display: block;
    margin-bottom: 20px;
    }

    #searchResultsSort{
	float: left;
    width: 98%;
    padding: 0 20px 20px 20px;
    display: none;
    }

    .template-search #portal-column-content.cell.position-0,
    .template-search #portal-column-content.cell.position-1\3a 4{
    border-right: 0 !important;
    }

    .template-search #portal-breadcrumbs{
	width: 100%;
    }
	
    .template-search #breadcrumbs-1 > a,
    .template-search #breadcrumbs-1 > span{
    font-size: 16px;
    text-transform: uppercase;
    color: #404040;
    }

    .pagination.listingBar {
    margin: 30px 0 0;
    font-size: 100%;
    }
    
    .pagination.listingBar span.current {
    font-weight: 600;
    background: #083e6f;
    padding: 8px 12px;
    border: none !important;
    color: #FFF;
    border-radius: 4px;
    }
	
    .pagination.listingBar a{
    font-weight: 600;
    background: #9cb7d0;
    padding: 6px 12px;
    border: none !important;
    color: #FFF;
    border-radius: 4px;
    }
    
    .pagination.listingBar a.next {
    display: inline-block;
    color: #fff !important;
    border: none !important;
    background: #083e6f;
    padding: 5px 20px;
    border-radius: 4px;
    margin: 0;
    }

    .pagination.listingBar a.next:hover, .pagination.listingBar a:hover {
	color: #FFF !important;
    text-decoration: none !important;
    background: #2e669e;
    }
    
    #content #sorting-options > span{
    display: none;
    }

    #content #sorting-options a{
	line-height: 1.5em;
    display: block;
    text-transform: capitalize;
    color: #404040;
    border-bottom: 0;
    }

    .cover-pfg-tile #comments,
    .cover-pfg-tile .formControls,
    .cover-pfg-tile #nome-completo{
    width: 80%;
    }
	
    .cover-layout-empty-layout .pfg-form form.fgBaseEditForm .formControls{
    margin: 1em 0;
    }

    .cover-layout-empty-layout .pfg-form form.fgBaseEditForm  .formControls input[type='submit']{
    position: inherit;
    }
	
    .cover-pfg-tile #archetypes-fieldname-replyto{
    float: left;clear: none;
    width: 53.5%;
    }
	
    .cover-pfg-tile #archetypes-fieldname-natureza-do-contato{
    float: left;clear: none;
    width: 53.5%;margin-top: 7px;
    }
	
    .cover-pfg-tile #replyto{
    width: 94%;
    }
	
    .cover-pfg-tile #archetypes-fieldname-departamento{
    float: left;clear: none;
    width: 25%;
    }
	
    .cover-pfg-tile #archetypes-fieldname-telefone{
	float: left;clear: none;
    width: 26.5%;
    }
	
    .cover-pfg-tile #archetypes-fieldname-telefone #telefone{
    width: 100%;
    }
	
    .cover-pfg-tile #natureza-do-contato br{
    display: none;
    }
	
    .cover-pfg-tile #natureza-do-contato label,
    #fg-base-edit #natureza-do-contato input{
    font-weight: normal;
    display: inline;float: left;
    }
	
    .cover-pfg-tile #natureza-do-contato label{
    margin-right: 5%;
    }
	
    /*.cover-pfg-tile #natureza-do-contato input
    1{
    margin-top: 4px;margin-right: 1%;
    }*/

    .cover-pfg-tile  input[type='submit']{
    font-family: 'Oswald', Arial, sans-serif;
    font-weight: bold;
    position: absolute;
    right: 18%;
    width: 97px;
    margin-top: 15px;
    padding: 8px 20px 8px 20px;
    cursor: pointer;
    text-decoration: none;
    text-transform: uppercase;
    color: #fff;
    border: 0 none !important;
    border-radius: 4px;
    background: #161938;
    background-image: -webkit-linear-gradient(135deg, #161938, #151837);
    background-image:    -moz-linear-gradient(135deg, #161938, #151837);
    background-image:     -ms-linear-gradient(135deg, #161938, #151837);
    background-image:      -o-linear-gradient(135deg, #161938, #151837);
    background-image:         linear-gradient(135deg, #161938, #151837);
    -webkit-box-shadow: inset 5px 5px 10px #727487;
    -moz-box-shadow: inset 5px 5px 10px #727487;
    box-shadow: inset 5px 5px 10px #727487;
    }

    .cover-pfg-tile input[type='submit']:hover{
    text-decoration: none;
    color: #ccc;
    background-image: -webkit-linear-gradient(315deg, #161938, #151837);
    background-image:    -moz-linear-gradient(315deg, #161938, #151837);
    background-image:     -ms-linear-gradient(315deg, #161938, #151837);
    background-image:      -o-linear-gradient(315deg, #161938, #151837);
    background-image:         linear-gradient(315deg, #161938, #151837);
    -webkit-box-shadow: inset -5px -5px 10px #727487;
    -moz-box-shadow: inset -5px -5px 10px #727487;
    box-shadow: inset -5px -5px 10px #727487;
    }

    /*Eventos*/

    .entry{
    width: 27%;
    }
	
    .ncontenttype-event.url{
    line-height: 1.5;
    width: 94% !important;
    }
    #logo img.logosecao
    {
        position: absolute;
        display: block;
        width: auto;
        height: 73px;
        margin-top: 3px;
        margin-left: 4px;
    }
    header#main-header
    {
        border-top: none;
    }



    ul#portal-siteactions2 li a
    {
        font-weight: bold;
        border-bottom: 1px dotted #fff;
    }


    /*span.contato ul li:last-child
    {
        display: inline-block;
    }
    span.contato ul li
    {
        display: inline-block;
    }

    span.contato
    {
    display: block;
    float: left;
    text-align: left;
    text-align: center;
    }*/

    #boxCiencia h3
    {
        font-size: 16px !important;
    }
	
	
    /*#main-navigation li a
    {
        position: relative;
        top: 2px;
    }*/

    
    dl.portlet .coordenadorcurso a {
    position: relative;
    top: 3px;
    font-size: 16px;
    background: #3c68bd;
    padding: 5px 52px;
    color: #fff !important;
    }
    
    .coordenadorcurso a:hover {
        font-weight: bold;
        text-decoration: underline;
    }

    .coordenadorcurso p
    {
        text-align: center;
    }

    
    .section-capahome .cell.width-16.position-0
    {
        position: relative;
        /*top: -29px;*/
    }

    span.tituloBotao
    {
        font-size: 14px;
    }
    .portletCollection.portlet-collection-agenda .portletItem a.tile
    {
        margin: 0 !important;
    }
    dl.portlet .data-evento a:link
    {
        position: relative;
        border: none !important;
    }


    span.logoSecao img
    {
        position: relative;
        width: 87% !important;
    }
    body.fixedmenu #mainMenu
    {
        position: fixed;
        z-index: 300000;

        top: 0;
        width: 100%;
        margin-top: 0;
    }

    /*.footerSiteMap .col-md-3
    {
    width: 22% !important;
    padding-right: 3%;
    }*/
    span.cursoTitulo.linhaUnica
    {
        display: block;
        padding-top: 12px;
    }

    span.cursoTitulo.textolongo
    {
        font-size: 18px;
    }
  
    .tile
    {
        margin-bottom: 0;
    }
  
    #chat p
    {
        margin: 10px;
    }

    div#chat
    {
        font-size: 12px;
        margin-top: 15px;
    }
    dl.portlet .data-evento .tile
    {
        font-size: 14px;
    }
    /*#boxCiencia
    {
        font-size: 14px !important;
        position: relative;
        right: 0;
        left: 0;
        width: 990px;
        height: 240px;
        padding-left: 0;
        background: #ebebeb;
    }*/
    
    #boxCiencia .tile .imag img.left
    {
        float: none;
    }
    #boxCiencia .cover-basic-tile.tile-content > p
    {
        max-width: 92%;
    }


    .tile.boxcienciameto
    {
        float: left;
        width: 19%;
        margin-right: 1%;
    }


    .section-capahome aside#column-one
    {
        position: relative;
    }
    #boxCiencia div:last-child
    {
        margin-right: 0!important;
    }
    #boxCiencia .tile .imag img.left
    {
        float: left;
    }
    #boxCiencia .cover-basic-tile.tile-content > p
    {
        max-width: 92%;
    }

    #boxCiencia
    {
        font-size: 14px !important;
        position: relative;
        width: 99%;
        height: 250px;
        padding-left: 1%;
        background: #ebebeb;
    }



    #boxCiencia h3
    {
        font-size: 16px !important;
    }

    #content .cover-basic-tile.tile-content h3
    {
        font-size: 16px;
        float: none;
        width: auto;
        margin-bottom: 5px;
    }


    #content .cover-basic-tile.tile-content p
    {
        font-size: 14px;
        float: left;
        width: auto;
    }
    
    a.imag {
    display: inherit;
    overflow: hidden;
    height: 128px;
    border-bottom: #e2e2e2 solid 1px !important;
    }
    
    .tile .imag img.left
    {
        width: 100%;
        margin: 0;
    }
    .row.h-meto-destaque .tile .imag img.left{
    filter: saturate(40%);
    -webkit-transition: all .5s cubic-bezier(.190, 1.000, .220, 1.000);
    -moz-transition: all .5s cubic-bezier(.190, 1.000, .220, 1.000);
    -ms-transition: all .5s cubic-bezier(.190, 1.000, .220, 1.000);
    -o-transition: all .5s cubic-bezier(.190, 1.000, .220, 1.000);
    transition: all .5s cubic-bezier(.190, 1.000, .220, 1.000);
    }

    .row.h-meto-destaque .tile a.imag:hover > img.left{
    filter: saturate(100%);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
    }


    a:focus
    {
        outline: 2px solid #ffb400 !important;
    }
    .top
    {
        position: absolute;
        top: initial;
        right: 0;
    }   dl.portlet dt
    {
        padding: 0;
    }
    
    /*.destaque-meio
    {
        font-size: inherit;
        line-height: inherit;
    }
    .destaque-meio h3
    {
        line-height: inherit;
        padding: inherit;
    }*/
    #content .cover-basic-tile.tile-content h3 a
    {
        font-size: 14px;
    }
    .galleria-container
    {
        /*height: 250px !important;*/
        position: relative;
        overflow: initial;
    }

    .galleria-stage
    {
        height: 250px;
    }
    body.section-capahome-2 .galleria-stage
    {
        height: 100%;
    }
    
    body.section-estetica-e-cosmetica #main-content .galleria-stage
    {
        height: 315px;
    }
        
    /*div#portal-searchbox
   
    
    /* menu site interno */

    .menu_lateral_cursos
    {
        color: #404040;
        background: #fff;
    }
    .menu_lateral_curso
    {
        color: #404040;
    }
    header #portal-searchbox input[type='submit']
    {
        float: right;
        width: 10%;
    }
    .menu_lateral_curso li
    {
        font-weight: bold;
        width: 98%;
        list-style: none;
        text-align: center;
        color: #404040;
        border: .1em solid #d8d8d8;
    }
    .menu_lateral_curso li:hover
    {
        width: 96%;
        padding: 10px 0;
        text-decoration: underline;
        color: #fff;
        border: .3em solid #aa994f;
        background: #303249;
    }
    .menu_lateral_curso li a
    {
        position: relative;
    }
    .menu_lateral_curso li
    {
        padding: 10px 0;
        color: #404040;
        background: #fff;
    }
    .menu_lateral_curso li:first-child
    {
        margin-top: 20px;
    }
    .menu_lateral_curso li:last-child
    {
        margin-bottom: 30px;
    }

    .menu_lateral_curso li:hover,
    .menu_lateral_curso li:hover a
    {
        color: #fff !important;
    }

    .menu_lateral_curso a
    {
        color: #404040;
    }
    #content ul,
    .portletStaticText ul
    {
        margin-left: 0;
        list-style-type: disc;
    }
    /*  imagens de noticias */
    .newsImage
    {
        width: inherit;
    }
   

dd.portletItem ul li a{
    font-size: 14px;
}    
    
    #portal-searchbox input[type='text'] {
    background: none !important;
    height: auto;
    }
    
body.template-compose.section-capahome.userrole-authenticated aside#column-one,
body.template-compose.section-capahome.userrole-authenticated aside#column-two {
    margin-top: 340px;
}

/*
body.template-compose.section-capahome.userrole-authenticated #content .row.h-meto-seletivo{
    top: -75px;
}
*/

body.template-compose.section-capahome.userrole-authenticated #main-content{
    width:100%;
    background:transparent;
    float:left;
    padding: 0;
}
    
}



/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px)
{
    
    span.faltamdias {
    display: block;
    float: left;
    width: 80px;
    height: 60px;
    line-height: 1;
    margin-top: 140px;
    font-size: 65px;
}
    span#dia {
    display: inline-block;
    float: left;
    font-size: 230px;
    line-height: 0.9;
}
    span.diaspara {
    display: block;
    float: left;
    margin-top: 12px;
    margin-left: 10px;
    line-height: 1;
    font-size: 70px;
}
    span.diaprova {
    display: block;
    line-height: 0.8;
    margin-top: 13px;
    text-align: center;
    font-size: 132px;
    margin-left: 6px;
    float: left;
}
    
    .galleria-container
    {
        width: auto !important;
        /*height: 312px !important;*/
    }

    .galleria-stage
    {
        width: 100%;
    }
    
    .galleria-stage .galleria-images .galleria-image{
    width: 100% !important;
    height: auto !important;
        }
        
    .galleria-stage .galleria-images .galleria-image img{
    width: 100% !important;
    top: 0 !important;
    height: auto !important;
    position: relative !important;
    }
    
    #navigation li.item-nav ul ul.gradpresdesk
    {
        width: 745px;
    }
    #navigation li.item-nav ul ul.gradpresdesk li
    {
        width: 235px !important;
    }
    /*.section-capahome aside#column-one, .section-capahome aside#column-two {
    margin-top: 270px;
    }*/

}

/* LIGHTBOX HOME */


#mask {
  position:absolute;
  left:0;
  top:0;
  z-index:9000;
  background-color:rgba(0, 0, 0, 0.8);
  display:none;
}
  
#boxes .window {
  position:absolute;
  width:900px;
  height:550px;
  display:none;
  z-index:9999;
  left: 50% !important;
  top: 50% !important;
  transform: translateY(-50%) translateX(-50%);
}
 
#boxes #dialog2 {
  background:transparent; 
}
 
.close{
    display: block;
    text-align: center;
    float: right;
    padding: 5px 10px;
    border: solid 1px #fff;
    background: rgba(255, 255, 255, 0.2);
    color: #fff;
    cursor: pointer;
    }
body.template-layoutedit .close{
    color:#000;
}

@media only screen and (min-width : 768px) and (max-width : 991px)
{
	#boxes .window {
	position:absolute;
	width:700px;
	height:428px;
	display:none;
	z-index:9999;
	left: 50% !important;
	top: 50% !important;
	transform: translateY(-50%) translateX(-50%);
}
	#boxes .window img{
	width: 100%;
	height:428px;
	}
	    
}

@media only screen and (min-width : 450px) and (max-width : 767px)
{
#boxes .window {
  position:absolute;
  width:450px;
  height:275px;
  display:none;
  z-index:9999;
  left: 50% !important;
  top: 50% !important;
  transform: translateY(-50%) translateX(-50%);
}
#boxes .window img{
	width: 100%;
	height:275px;
	}
}

@media only screen and (max-width : 449px)
{
#boxes .window {
	position:absolute;
	width:320px;
	height:196px;
	display:none;
	z-index:9999;
	left: 50% !important;
	top: 50% !important;
	transform: translateY(-50%) translateX(-50%);
}
#boxes .window img{
	width: 100%;
	height:196px;
	}

}
