
/*------------
UNB | FT -Faculdade de Tecnologia 
 
Css custon
V 1.0
 
Gustavo Costa
--------------*/





/* 
> body --------------------------------------------------  */


a {
    color: #1572d0;
}


body {
    color: #111;

}




/* 
> header --------------------------------------------------  */


#sp-top-bar {

    /* ENM-inidio
    padding: 17px 0 10px 0;*/
    padding: 0;
    /* ENM-fim */
}

div#sp-header-sticky-wrapper {
    height: 62px !important;
    width: 100%;
}

#sp-header, #sp-menu-bar/*site-ENE*/ {
/*    height: 62px;*/
    /* ENM-inicio
    border: solid 1px #004080 !important;
    background-color: rgba(0, 64, 128, 0.9) !important;
    */
    background-color: rgba(2, 72, 121, 0.9) !important;
    border-top: solid 1px rgba(96, 129, 152, 0.5) !important;
    /* ENM-fim */
    box-shadow: 2px 2px 24px 8px rgba(0,0,0,0.1) inset;
}

div#sp-header-sticky-wrapper #sp-header {
    width: 100% !important;
}

.logo {
    margin-top: 15px;
}


.form-search .finder .input-medium {
    width: 70%;
    float: left;
}


.busca-portal {
    overflow: hidden;
}

.busca-portal .sp-module {
    margin: 0;
}

.busca-portal .finder input {
    display: inline-block;
    max-width: 200px;
    padding-right: 40px
}

.busca-portal .finder .btn {
    background: #fff;
    border-top-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-left-color: transparent;
    margin-left: -35px;
    width: 30px;
    height: 25px;
    text-indent: -2000px;
    background: url('/ft/templates/unb_ft/ico-search.png') no-repeat center center;
    background-size: cover;
}

@media (max-width: 768px){

   a.logo img {
       max-width: 300px !important;
   }

   .busca-portal .sp-module {
       /*margin-left: 30% !important;*/
       float: right;
   }

   .busca-portal .finder input {
        width: 150px !important;
    }

}

.word .btn {
    border: 1px solid #ccc;
}

.word a.btn {
    border: none;
}

@media (max-width: 500px){ 
    
    .word label {
        display: block;
    }
    .word a.btn {
        margin-top: 10px;
    }

}

/* 
> megamenu ------------------------------------------------  */


.sp-megamenu-parent {
   float: left;
}

.sp-megamenu-parent > li > a {
   font-size: 1.1em;
   /*text-transform: none;*/
   line-height: 59px;
   color: #fff;
   font-weight: 600;
   padding: 0 25px;   
   /* ENM-inicio
   border-left: solid 1px #004080 !important;*/
   border-left: solid 1px rgba(96, 129, 152, 0.5) !important;
   /* ENM-fim */

}

.sp-megamenu-parent > li:first-child > a,
.sp-megamenu-wrapper .sp-megamenu-parent > li.sp-menu-item:first-child a {
    border-left:none;
    border-left-color: transparent;
}

.sp-megamenu-wrapper .sp-megamenu-parent > li.sp-menu-item:first-child {
    display: none;
    border-left: 0;
}

.is-sticky .sp-megamenu-wrapper .sp-megamenu-parent >li.sp-menu-item:first-child,
.menu-fixed .sp-megamenu-wrapper .sp-megamenu-parent >li.sp-menu-item:first-child {
    display: inline-block;
    transition: 2s;
    border-left-color: transparent; 
}


.menu-fixed.sp-megamenu-parent >li >a {
    font-size: 1em;
}

.menu-fixed .sp-megamenu-parent >li:first-child >a {
    border-left:none !important;
    border-left-color: transparent;
}

.sp-megamenu-parent .sp-dropdown li.sp-menu-item > a:hover {
    background: #1572d0;
}


/* 
> carousel -------------------------------------------------  */





.sppb-carousel {
	color: #fff;
}


/* WESLEY - RETIRADO SITE_ENE
.sppb-item.sppb-item-has-bg .sppb-carousel-item-inner > div > div {
    display: block;
    margin-top: 25%;
*/

/* WESLEY - AJUSTES SITE_ENE*/
.sppb-item.sppb-item-has-bg .sppb-carousel-item-inner > div > div {
	display: table-cell;
	vertical-align: bottom;
}
.sppb-item.sppb-item-has-bg .sppb-carousel-item-inner {
    bottom: 0;
    top: auto;
    height: 30%;
}

/*.sppb-carousel-text h2 {
    font-size: 38px !important;
}*/
.sppb-carousel-indicators {
	bottom: 0;
}
.sppb-carousel-indicators .active {
	width: 14px;
	background-color: #c9c9c9;
}
.sppb-carousel-indicators li {
	width: 14px;
	height: 12px;
	border: 2px solid #fff;
}




.sppb-carousel-text {
    padding: 25px;
    /*border-left: 5px solid #004080;*/
    /*background: rgba(0, 64, 128, 0.8)*/
    background: rgba(0,0,0,0.5);
    /*background: rgba(255, 255, 255, 0.65);*/
    /*color: #004080;*/
    color: #fff;
    font-weight: 400;
    text-align: left;
    /*text-shadow: 1px 1px 0 #004080;*/
    line-height: 1.2em;
    font-size: 1.1em;
}

.sppb-carousel-text h2 {
    /*background: rgba(34, 80, 23, 0.7) url(../../../images/unb_ft/background/header-texture.png) repeat scroll left top/ contain;
    border-left: solid 5px rgba(34, 80, 23, 0.8);*/
    margin: 0;
    margin-bottom: 10px;
    text-align: left;
    line-height: 1.2em;
    /*color: #004080;*/
    /*color: #fff;*/
}


/*.sppb-carousel-pro-text p {
    background: rgba(34, 80, 23, 0.7) url(../../../images/unb_ft/background/header-texture.png) repeat scroll left top/ contain;
    text-align: left;
    border-left: solid 5px rgba(34, 80, 23, 0.8);
    padding: 0px 10px 10px 10px;
    font-weight: 400;
}*/

.sppb-carousel-arrow {
    font-size: 40px;
    opacity: 0.5;
}


.sppb-carousel-inner > .sppb-item > img, 
.sppb-carousel-inner > .sppb-item > a > img {
    display: block;
    height: auto;
/*    min-height: 400px;*/
    max-width: 100%;
}


.sppb-btn-default {
    background-color: rgba(238, 170, 43, 0.5);
    border-color: rgba(238, 170, 43, 0.3) !important;
    border-bottom-color: rgba(238, 170, 43, 0.3) !important;
    color: #e7e7e7;
}


}


@media (max-width: 768px) {

    .sppb-carousel-text {
        position: absolute;
        width: 100%;
    }

    
    .sppb-carousel-inner > .sppb-item {
        text-align: right;
    }

    .sppb-item.sppb-item-has-bg .sppb-carousel-item-inner > div > div {
        display: block;
        margin-top: 15%;
    }

	/* WESLEY RETIRADO SITE_ENE
    .sppb-item.sppb-item-has-bg .sppb-carousel-item-inner {
        width: 100% !important;
        padding: 20px 60px;
    }*/

    .sppb-carousel-inner > .sppb-item > img,
    .sppb-carousel-inner > .sppb-item > img.sppb-img-responsive,
    .sppb-carousel-inner > .sppb-item > a > img {
        display: block;
/*        height: 400px;*/
        width: auto !important;
        max-width: 500%;
        margin: 0;
        right: 0;

    }

    #offcanvas-toggler {
        float: right;
        line-height: 55px;
    }


}

@media (min-width: 768px) {

    /* WESLEY RETIRADO SITE_ENE

    .sppb-item.sppb-item-has-bg .sppb-carousel-item-inner {
        width: 90% !important;
    }

    .sppb-item.sppb-item-has-bg .sppb-carousel-item-inner > div > div {
        display: block;
        margin-top: 15%;
    }
    */


}

@media (min-width: 992px) {

    .sppb-carousel-text h2{
        font-size: 2.5em;
        margin-bottom: 20px;
    }

}


@media (min-width: 1200px) {
    
    /* WESLEY RETIRADO SITE_ENE
    .sppb-item.sppb-item-has-bg .sppb-carousel-item-inner > div > div {
        display: block;
        margin-top: 25%;
    }
    
    .sppb-item.sppb-item-has-bg .sppb-carousel-item-inner {
        padding: 30px 80px;
        width: 65% !important;
    }*/

}



/*
 > sp-main-body ------------------------------------------------  */


@media (max-width: 992px){

   .container {
        width: 100%;
   }

   .sp-megamenu-parent > li > a {
       font-size: 0.9em;
       padding: 0 20px;
   }

}




/* temp - ajustes de espacamento*/
#sp-main-body {
    padding: 0;
}

.col-md-2.nopadding{
    padding-left: 1px !important;
    padding-right: 1px !important;
}


/*
 > feature ------------------------------------------------  */


.destaques .sppb-addon-content {
    width: 95%;
    margin: 0 auto;
    padding-top: 3px;
    border-top: 5px solid #ccc;
}

.destaques .graduacao .sppb-addon-content {border-top-color: #174E85;}
.destaques .pos-graduacao .sppb-addon-content {border-top-color: #B22D00;}
.destaques .cooperacao .sppb-addon-content {border-top-color: #1D9F51;}
.destaques .pesquisa .sppb-addon-content {border-top-color: #FF8000;}
.destaques .oportunidades .sppb-addon-content {border-top-color: #0085B2;}
.destaques .departamentos .sppb-addon-content {border-top-color: #B2B200;}

.sppb-section .sppb-addon-content .sppb-img-container {
    width: 100%;
}

.sppb-section .sppb-addon-content .sppb-img-container .sppb-img-responsive {
    width: 100%;
    height: auto;
}


@media (max-width: 768px){
    
    .destaques .sppb-addon-content{
        margin-bottom: 30px;
    }
    
}

/*boxes*/
.sppb-feature-box-title {
    color: #1572d0 !important;
    font-size: 20px !important;
    padding: 10px;
}


/*
 > sobre-numeros ------------------------------------------------  */


#sobre-numeros {
    padding: 0em;
    /*background: url(http://homol.redes.unb.br/ft/images/headers/Faculdade-de-Tecnologia-104.jpg) top;*/
    box-shadow: 10px 1000px 15px 10px rgba(0,0,0,0.7) inset;
}


#sobre-numeros .sppb-row {
/*    background: rgba(46, 45, 41, 0.8) /*url(../../../images/unb_ft/background/header-texture.png);*/
    padding: 20px 20px 20px 20px;

}

#sobre-numeros .sppb-row .sppb-addon-content{
    padding: 0 10px;
}

#sobre-numeros .sp-module ul > li {
	border: 1px solid #046;
    font-size: 1.8em;
    font-weight: lighter;
}

#sobre-numeros .sppb-feature-box-title {
    padding-top: 5px;
    font-size: 1.5em;
    font-weight: lighter;
    position: relative;
    min-height: 45px;
}


#sobre-numeros .sppb-feature-box-title::after {
    position: absolute;
    bottom: -20px;
    left: 0;
    right: 0;
    content: '';
    width: 50%;
    height: 3px;
    margin: 5px auto;
    background-color: #fff;
}

#sobre-numeros .sppb-addon-text {
    padding-top: 20px;
    line-height: 1.2em;
    font-weight: lighter;
}

#sobre-numeros.sppb-section .sppb-addon-content .sppb-img-container .sppb-img-responsive {
    width: auto !important;
}


@media (max-width: 768px){

    #sobre-numeros .sppb-col-sm-3 {
        padding-bottom: 20px;
        border-bottom: 1px solid #444;
    }

    #sobre-numeros .sppb-col-sm-3:last-child {
        padding-bottom: 0;
        border-bottom: none;
    }
    
    #sobre-numeros .sppb-addon-content {
        margin-top: 20px;
    }

}


/*
 >  ------------------------------------------------  */

/* temp - ocultar itens de artigo no template helix3*/

/*
.entry-header.has-post-format {
    display: none;
}
*/

.container #sp-component {
    min-height: 400px;
}
/*
#sp-component .sp-column .item-page .icons {
    display: none;
}*/

#sp-component .finder {
    padding: 30px 5px;
    min-height: 500px;
}

#sp-component .finder #search-form {
    margin: 20px 0;
    padding: 20px;
    border-bottom: 1px solid #ccc;
}

#sp-component .finder .search-results li {
    border-bottom: 1px solid #ccc;
}

#advancedSearch {
    min-height: 150px;
    padding: 0 -2%;
}

#advancedSearch .finder-selects {
    width: 20%;
    margin: 0 2%;
    margin-bottom: 20px;
}

/*
 > docentes ------------------------------------------------  */

#section-docentes {
    background: #f8f8f8;
    margin: 0 !important;
    padding: 30px;
}

#section-docentes .ft-docentes,
#section-docentes .ft-docentes .row,
#section-docentes .ft-docentes [class^="col-"] {
    margin-left: 0;
    margin-right: 0;
    padding: 0;
}

.foto-prof {
    padding: 5px;
    width: 100%;
    height: 100%;
}


section#section-docentes img {
    width: 100%;
    height: auto;
}

.ft-docentes-btns {
    margin-top: 30px;
}

.ft-docentes-btns a {
    margin: 10px;
    width: 200px;
}




/*
 > rodape ------------------------------------------------  */


/*
 #sp-footer {
	background: #024;
	height: 29px;
	line-height: 0;
 }*/


#sp-footer {
    color: #fff;
    background: #006600;
    box-shadow: 2px 2px 24px 8px rgba(0,0,0,0.1) inset;
    height: 29px;
    line-height: 0;
    text-align: center;
    font-size: 0.9em;
}




/*
 #sp-bottom {
	padding: 30px 0 10px 0 !important;
	margin-top: 20px;
	color: #fff;
 }*/

#sp-bottom .sp-module .sp-module-title {
    margin: 0 0 5px !important;
    font-size: 1.1em;
    height: 24px;
    font-weight: 600;
}

#sp-bottom .custom img {
    width: 95%;
    max-width: 300px;
    opacity: 0.9;
}

#sp-bottom .custom img:hover {
    opacity: 1;
}

#sp-bottom {
    background: #006600 !important;
    border-bottom: 1px solid #38874F;
    border-top: 5px solid #38874F;
    color: #fff;
    box-shadow: 10px 50px 70px 50px rgba(0,0,0,0.1) inset;
    padding: 20px 0 20px 0 !important;
}

#sp-bottom .sp-module ul > li {
    border: none !important;
}




/*#sp-feature {
    border-right: 1px solid #38874F;
}*/

#sp-bottom1, #sp-bottom2, #sp-bottom3, #sp-bottom4 {
    border-left: 1px solid #38874F;
    padding: 10px 20px 0px 20px;
}

#sp-feature p {
    margin: 0 !important;
}

.address p {
    font-size: 0.9em;
}

.address a {

}

#sp-bottom a {
    color: #fff;
    font-weight: 600;
}



#sp-bottom .fa-phone, #sp-bottom .fa-envelope, #sp-bottom .fa-map-marker {
    width: 1.5em;
    opacity: 0.7;
    float: left;
    margin-top: 6px;
}


#sp-bottom .fa-phone {

    padding-left: 1px;
    
}

#sp-bottom .fa-map-marker {
    margin-top: 0px;
}

.menus-footer .sp-module {
    float: left;
    padding: 5px;
    margin-left: 10px;
    margin-bottom: 10px;
    margin-top: 2px;
    width: 140px;
    height: 160px;
}

#sp-bottom  .menus-footer .sp-module .sp-module-title {
    font-size: 1em;
    font-weight: lighter;
}

/*.menus-footer .sp-module ul > li {}*/

#sp-bottom .sp-module ul > li > a {
    color: #fff;
}


#sp-bottom .sp-module ul > li > a, #sp-bottom .menus-footer .sp-module ul > li > a {
    font-size: 0.9em;
    font-weight: 400;
    line-height: 20px;
    opacity: 0.8;
}


#sp-bottom .sp-module ul > li > a:hover, #sp-bottom .menus-footer .sp-module ul > li > a:hover {
	opacity: 1;
	font-weight: 600;
    text-decoration: underline;
}


@media (max-width: 768px){

     #sp-bottom .container {
        width: 100%;
    }

    #sp-bottom1 {
        padding: 20px 0;
        margin-top: 20px;
        border-top: 1px solid #38874F;
        border-left: none;
    }

    .menus-footer .sp-module {
        width: 160px;
    }

}


/*
 > elements ------------------------------------------------  */


.element-invisible {
    display: none !important;
}



/*
 > ENE_PPGEE ------------------------------------------------  */

/* barra de navegacao - breadcrumb */
#sp-page-title {
    background: #f3f3f3;
}

.breadcrumb {
    margin-bottom: 0;
}

/*titulo das paginas*/
.entry-header h2 {
    font-size: 2.8em;
    font-weight: normal;
    padding-top: 5px;
    color: #001a57;
}

/*sublinhado - titulo das paginas*/
.entry-header.has-post-format {
    margin-left: 0;
    border-bottom: solid 2px #F3F3F3;
    padding-bottom: 1.5em;
}


/*ocultar icone - titulo das paginas*/
.post-format {
    display: none;
/*    background: #e6e6e6;*/
}

.item-page h3 {
/*    text-transform: uppercase;*/
    color: #001a57;
    margin-top: 2em;
    margin-bottom: 1em;   
}

.item-page h4 {
    font-weight: 600;
    margin-top: 2em;
    margin-bottom: 1em;
}

#sp-main-body {
    background: #f3f3f3;
}

/* ocultar paginacao de artigos e icones redes sociais*/
ul.pager.pagenav, .sp-social-share {
    display: none;
}



.container #sp-component {
    background: #fff;
    padding: 30px;
}



.sp-page-title {
    background: linear-gradient(to right, #22b8f0 0%, #137abd 100%);
    padding: 30px 30px 0px 30px;
    border-bottom: 3px solid #E7E7E7;
}


.sp-page-title h2 {
    background: RGBA(0, 0, 0, 0.3);
    width: 47%;
    padding: 15px;
    border-bottom: 3px solid #c9c9c9;
}


/*
 > ENE_PPGEE  CONTENT-----------------------------------------  */


hr {
	margin-top: 25px;
	margin-bottom: 25px;
}


#sp-page-builder .page-content .sppb-section:first-child {
	background-color: #e5e5e5;
}

#destaques .sppb-addon-content {
    background: #FBFBFB;
    border: 1px solid #E0E0E0;
    padding: 0px 0px 30px 0px;
}

#sp-top-bar {
    /* ENM-inicio
    background-color: #003366 !important;*/
    box-shadow: 2px 2px 24px 8px rgba(0,0,0,0.1) inset;
    /* ENM-fim */
    color: #999999;
}

#sp-top-bar h1, #sp-top-bar p {
    color: #fcfcfc;
}

#sp-top-bar h1 {
    font-size: 30px;
}

#sp-top-bar p  {
    font-size: 20px;
    font-weight: normal;
}



/*
 > ENE_PPGEE HEADER ------------------------------------------------  */

#sp-top-bar {
    padding: 0.5em 0 0 0;

    /* ENM-inicio
    background: #001a57;*/
    background: rgba(0, 24, 41, 0.9);
    /* ENM-fim*/
}

#sp-top-bar ul {
    float: right;
    margin: 0;
}


#sp-top-bar li {
    margin-top: 0;
    float: left;
    list-style: none;
    padding: 0;
    border: none;
}

#sp-top-bar a {
    display: block;
    color: #3e89b9;
    text-decoration: none;
    font-size: 1em;
    font-weight: bold;
    line-height: 13px;
    border-right: solid 1px #3e89b9;
/*    opacity: 0.8;*/
    padding-right: 10px;
}

#sp-top-bar li.last a {
    border-right: none;
    padding-right: 0;
}

#sp-top-bar a:hover {
    color: #ccc;
}

#sp-top-bar .sp-module ul >li >a:before {
    content: "";
    margin-right: 10px;
}

/*#mod-finder-searchword99 {
	float: left;
	border: 1px solid #03528C;
}*/

.btn.btn-primary.hasTooltip.finder {
	float: right;
	position: absolute;
    border-color: #3D6C8F;
    background-color: #3E89B9;
}

.btn.btn-primary.hasTooltip.finder:hover {
	float: right;
	position: absolute;
	border-color: #03528C;
	background-color: #3e89b9;
}

#sp-top2 {
	margin-top: 35px;
}

/*
 > ENE_PPGEE CARROUSSEL ------------------------------------------------  */

body {
    font-weight: normal !important;
}





.sp-megamenu-parent > li > a {
    padding: 0 18px;
}




.sppb-carousel-text {
	/*background: rgba(0,0,0,0.75);*/
}

/*.sppb-carousel-text*/ .sppb-carousel-content {
    color: #eeaa2b !important;
    font-size: 1.1em !important;
    line-height: 1.3em !important;
}


/* PPGEE */



/*SITE_ENE MENU LARGURA E CORES */
.sp-megamenu-parent .sp-dropdown.sp-dropdown-main {
    width: 300px !important;
}

.sp-megamenu-parent .sp-dropdown .sp-dropdown-inner {
    background: RGBA(32, 110, 162, 0.98);
    padding: 0;
    border-bottom: solid 1px rgba(170, 175, 179, 0.9) !important;
    border-left: solid 1px rgba(170, 175, 179, 0.9) !important;
    border-right: solid 1px rgba(170, 175, 179, 0.9) !important;
}

.sp-megamenu-parent .sp-dropdown li.sp-menu-item {
    border-bottom: dotted 1px RGBA(255, 255, 255, 0.2);
}

.sp-megamenu-parent .sp-dropdown li.sp-menu-item > a, .sp-megamenu-parent .sp-dropdown li.sp-menu-item span {
    color: RGB(255, 255, 255);
    font-weight: normal;
    font-size: 1.1em;
}

.sp-megamenu-parent .sp-dropdown li.sp-menu-item > a:hover {
    background: RGBA(15, 68, 104, 0.85);
    font-weight: bold;
    border-left: 5px solid RGBA(52, 125, 176, 0.9);
}




.sp-megamenu-parent > li:hover > a {
    background: RGB(15, 68, 104);
}

.sp-megamenu-parent .sp-dropdown li.sp-menu-item > a {
	padding-left: 20px;
}




.lattes {
    background-image: url('../../../images/logo-lattes.png');
    background-size: 22px;
    background-repeat: no-repeat;
    margin-left: -4px;
}

.lattes a {
    padding-left: 22px;
}


.pessoa .imagem img {
    max-height: 340px;
}


.pessoa h2 {
    font-weight: normal;
}



/**SITE ENE - COMPONENTE COM_PROFESSORES***********************************************/

/**
 * @package com_professores
 * @author Latitude.UnB, Wesley Gongora de Almeida, Gustavo Costa, José Vicente, Rafael Baldo
 * @copyright Copyright (c) 2017 - Faculdade de Tecnologia - FT/UnB
*/



.filtro {
    border-bottom: 2px dotted #E4E4E4;
    padding-left: 5px;
    font-weight: bold;
}

.filtro a {
    border: 1px dotted #eae3e3;
    background: #f0f0f0;
    padding: 10px 20px 10px 20px;
    color: #0e9cd1;
    line-height: 30px;
}

.filtro a.active, .nav-tabs>li.active>a {
    background: #004080 !important;
    color: #6cd4fb !important;
}


/*NOVOS*/
.filtros {
    margin-bottom: 3em;
    background: #E7E7E7;
}


.filtros .conteudo {
    padding: 10px;
}

.filtros .conteudo .view-content span {
    color: #999999;
}

.filtros .conteudo .view-content a {
    color: #777 /*#444;*/
}

.filtros .conteudo .view-content a:hover {
    text-decoration: underline;
    color: #111;
}

.filtros .conteudo .view-content .active {
    color: #004080; /*#444;*/
    text-decoration: underline;
    font-weight: bold;
}

.com-professores select {
    max-width: 330px;
    width: auto;
}

/*editados*/
.content_prof .nav-tabs {
    border-bottom: 2px solid #dbdbdb !important;
}

section#sp-main-body ol li, section#sp-main-body ul li {
    margin-bottom: 1px;
}



/* RETIRADOS
.content_prof_desc {
    margin-bottom: 3em;
}

.filtro {
    margin-bottom: 2em;
}

*/


/*FIM-NOVOS - SITE ENE - COMPONENTE COM_PROFESSORES*/



.content_prof .nav>li>a {
    padding: 10px 50px;
}


.pessoa {
    min-height: 180px;
    background: #f9f9f9;
    border: 1px solid #eee;
    padding: 2px 5px 2px 2px;
}

.pessoa .name {
    margin: 3px 0 0 0;
    font-size: 21px;
}

.pessoa .name:hover {
    text-decoration: underline;
    font-weight: 600;
}

.pessoa .imagem img {
    max-width: 150px;
    height: 174px;
    float: left;
    margin: 0 1em 0 0;
}

.lista-pessoas {
    margin-bottom: 3em;
}

span.titulacao {
    font-size: 1.1em;
    font-style: italic;
}

.job-special-title, .job-special-place {
    font-weight: 500;
}

.content_prof .contato .fa {
    color: #C6C6C6;
    margin-right: 2px;
}

.content_prof .fa.fa-phone {
    padding-left: 2px;
}

.content_prof .contato a {
    font-weight: 400;
}

.content_prof .filtro_dpto_title {
    font-weight: 500;
}

.content_prof #sp-component {
    border: 1px solid #efefef;
}   

/* dirigentes.php */
.professores_header {
    border-bottom: 2px dotted #EFEFEF;
    padding-bottom: 7px;
    margin-left: 15px;
    margin-right: 15px;
    font-weight: 600;
}







/* CONTINUACAO PERFIL----- */
/* .page-header {
    border-bottom: 1px dotted #F0F0F0;
}*/

.mais-info{
    background-color: #e3dfd5;  
    color: RGBA(2, 57, 122, 0.8);
    font-weight: 700;
    padding: 10px;
    border-radius: 2px;
    font-size: 1.1em;
    box-shadow: inset 0 4px 8px -2px rgba(0,0,0,0.2);
}


.mais-info:hover{
    color: RGBA(2, 57, 122, 1);
    font-weight: 700;
    text-decoration: underline;
}
/*
 .pessoa, .pessoa_mais_info {
    margin: 2em; 
    color: #000;
}
*/

.pessoa_perfil .imagem {
    float: right;
    margin-top: 40px;
}

.pessoa_perfil .imagem img {
    height: 340px;
}

.pessoa_perfil .container {
    margin-left: -15px;
    width: 103%;
}


.pessoa_perfil .profile-header {
    padding-bottom: 3em;
}

.pessoa_perfil .panel-group {
    margin-bottom: 3em;
}


.label-dpto {
    color: #1E5387;
}


.pessoa a {
    font-weight: 400;
}

/*accordion - panel*/

.panel-group .panel {
    border-radius: 0;
}



#accordion a {
    font-size: 22px;
    display: block;
    color: #0e4270;
}

 #accordion a:hover{
    color: #0d3d68;
}

 #accordion .fa {
    float: right;
    font-size: 1.3em;
}

 .panel-default {
    border-top: solid 2px #F1F1F1;
}   

 .panel-default>.panel-heading {
    background: #F5F5EF !important;
}

.panel-default>.panel-heading:hover {
    background: #eceae4;
}

.panel-default>.panel-heading {
    padding: 12px 15px;
}



.field-name-funcao .field-items {
    font-weight: 600;
}

.field.field-name-contato a {
    font-weight: 600;
    color: #337ab7;
}

.field-name-contato .fa {
    padding-right: 5px;
    color: #4E4E4E;
}


.field.field-dpto {
    margin-top: 1em;
}

 .fa.fa-phone, .fa.fa-map-marker {
    padding-left: 2px;
}

 #sp-main-body {
    background-color: #f9f9f9;
}

 #sp-component {
    border: 1px solid #efefef;
}       




.pessoa .homepage, .pessoa .fa.fa-globe {
    margin-left: 5px;
}
