/* DEFINIÇÕES DE FONTES */
/* @import url('https://fonts.googleapis.com/css?family=Roboto'); */
@import url('https://fonts.googleapis.com/css?family=Hind:400,700');

body{
  font-family: 'Hind', sans-serif;
  color: #232222;
  font-size: 10px;
    font-weight: 400;
    overflow-x:hidden;
}


/* SPANS */ 

span.letraMaiscula{
    float: left;
    font-size: 58px;
    line-height: 54px;
    margin-top: -2px;
    padding-right: 10px;
    padding-top: 4px;
    color: #2980b9;
}

span.realce{
    background: #2c3e50 none repeat scroll 0 0;
    color: #fff;
    padding: 2px 8px;
}

span.realceLaranja{
    background: #e77817 none repeat scroll 0 0;
    color: #fff;
    padding: 2px 8px;
    margin-top: 100px;
    position: absolute;
    margin-top: 173px;
    z-index: 2;
    margin-left: 67px;
}

span.opacidade{
  background-color: rgba(45,44,44,0.5);
  padding: 5px 10px;
}

div.opacidade{
  background-color: rgba(45,44,44,0.5);
  padding: 10px;
  width: 70%; 
  left: 15%;
  position: relative;
  margin-bottom: 20px;
}

/* LINKS */

a{
  color: #336699;
}

a:hover{
    color: #2c3e50;       
}

a.showHide{
    font-size: 14px;
    color: #2980b9;
}

/* LISTAS UL E OL */

ul li{
    font-size: 15px;
}

.topoLocalizacao ul li{
    font-size: 13px;   
}

/* CORES */

span.boxLaranja{
    background-color: #e77817;
    color: #fff;
    font-size: 15px;
    margin-right: 10px;
    padding: 5px 10px;
    line-height: 22px;
    margin-bottom: 20px;
}

/* BACKGROUNDS */

.bgCinza{
    background-color: #ecf0f1;
}

.bgAzul{
    background-color: #2980b9;
    color: #fff;
}

.bgBrancoTopo{
    background-color: #fff;
    border-bottom: 1px solid #ecf0f1;  
    height: 100px;
	color: #fff;
}

.bgPreto{
    background-color: #15181d;
}

/* TÍTULOS */

h1{
    color: #43495E;
}

h2{
    color: #43495E;
    font-size: 2.7em;    
}
/*
h3{    
    color: #43495E;
    font-size: 22px;
    border-bottom: solid 1px #e9e3e4; 
    padding: 0 0 10px 0;    
    line-height: 41px;
}
*/

h3{
    color: #333;
    font-size: 22px;
    border-bottom: solid 1px #e9e3e4;
    padding: 0 0 10px 0;
    line-height: 41px;
    position: relative;
}

h3 span{
    border-bottom: 2px solid #7499ee;
    /*position: absolute;
    bottom: 0;*/
}

h4{
    font-size: 19px;
    text-transform: uppercase;
}

h1.apresentacaoTopo{
    color: #34495e;
    font-size: 34px;
    font-weight: normal;
    margin-bottom: -30px;
}

h2.apresentacaoTopo{
    color: #34495e;
    text-transform: uppercase;
    font-size: 40px;
    font-weight: 700;
}

/* PARÁGRAFOS */

p{
    line-height: 1.6em;
    font-size: 1.5em;
}

p.espVSimples{
    line-height: 1.2em;
}

/* MARGENS */

.mT20px{
    margin-top: 20px;
}

.mT30px{
    margin-top: 30px;
}

.mT45px{
    margin-top: 45px;
}

.mT60px{
    margin-top: 60px;
}

.mT70px{
    margin-top: 70px;
}

.mT75px{
    margin-top: 75px;
}

.mB20px{
    margin-bottom: 20px;
}

.mB30px{
    margin-bottom: 30px;
}

.mB45px{
    margin-bottom: 45px;
}

.mB60px{
    margin-bottom: 60px;
}

.mB75px{
    margin-bottom: 75px;
}
/* ALINHAMENTOS */
.left{
    float: left;
}

.right{
    float: right;
}

/* PERCENTUAIS */

.w20{
    width: 20%;
}

.w75{
    width: 75%;
}

.w80{
    width: 80%;
}

/* CORES */

.branco{
  color: #fff;
}

/* ÍCONES */

i{
    margin-right: 6px;
}

.iconeEmail i {
    color: #ffffff;
    font-size: 200px;
    left: 27%;
    opacity: 0.4;
    position: absolute;
    top: -17%;
    transform: rotate(-15deg);
    z-index: 0;
    opacity: 0.2;    
}

/* TABELAS */

table.tg{
  width: 100%;
}
.tg  {border-collapse:collapse;border-spacing:0;}
.tg td{font-family:Arial, sans-serif;font-size:14px;padding:10px 5px;border-style:solid;border-width:1px;overflow:hidden;word-break:normal; border-color: #ccc; background-color: #fff; line-height: 12px; }
.tg th{font-family:Arial, sans-serif;font-size:14px;font-weight:bold;padding:10px 5px;border-style:solid;border-width:1px;overflow:hidden;word-break:normal; background-color: #ccc; color: #fff; }
.tg .tg-yw4l{vertical-align:top}
.tg .tg-center{
  text-align: center;
}

/* BACK TO TOP */

#back-to-top {
    position: fixed;
    bottom: 40px;
    right: 40px;
    z-index: 9999;
    width: 42px;
    height: 32px;
    text-align: center;
    line-height: 30px;
    background: #f5f5f5;
    color: #444;
    cursor: pointer;
    border: 0;
    border-radius: 2px;
    text-decoration: none;
    transition: opacity 0.2s ease-out;
    opacity: 0;
    font-size: 15px;
}
#back-to-top:hover {
    background: #e9ebec;
}
#back-to-top.show {
    opacity: 1;
}

/* TOPO DO SITE */

/* Barra fixa */

header{ /* Força o header a ficar sempre no nível mais alto */
  position: relative;
  z-index: 100;
}

header div.topoLocalizacao{ 
  background-color: #ecf0f1;
}

div.topoHome { 
  background-color: #fff;
  border-bottom: solid 1px #ecf0f1;  
}

header div.topoLocalizacao ul, div.topoHome ul{    
    margin-bottom: 5px;    
    font-size: 13px;
    margin-left: -9px;
}

header div.topoLocalizacao ul li, div.topoHome ul li{    
    display: inline-block;    
    line-height: 41px;
    padding: 5px 10px; 
}

header div.topoLocalizacao ul li a{ 
  color: #1b1a1a;
}

header div.topoHome ul li a, div.topoHome a{  
  color: #1b1a1a;
  font-size: 12px;  
}

header div.topoLocalizacao ul li i, div.topoHome ul li i{ 
    margin-right: 7px;
}

header div.topoLocalizacao ul li a:hover{   
    background-color: #fff;
    border-radius: 5px;
    padding: 10px;
}

div.topoHome ul li a:hover{    
    background-color: #2980b9;
    border-radius: 5px;
    padding: 4px;
    color: #fff;
}

/* Menu */

header div.logo{
    background: url('../img/logo/logo_med.png') no-repeat;
    width: 170px;
    height: 65px;
    margin-top: 17px;
}

header div.logo a{
    width: 200px;
    height: 77px;
    display: block;
}

div#topoMenu-sticky-wrapper{
    z-index: 100;
}

div#topoMenu{
    height: 98px;    
}

header div#topoMenu ul.ulMenuTopo { 
  margin-top: 23px;
}

header div#topoMenu ul.ulMenuTopo li{ 
  display: inline-block;    
    line-height: 41px;
    padding: 5px 10px; 
    font-size: 15px;
}

header div#topoMenu ul.ulMenuTopo li a:hover{ 
  color: #fff;
    background-color: #2980b9;
    padding: 10px;
    border-radius: 5px;
}


/* SECTIONS */

section#topoMestrado{
    background: url('../img/headers/mestrado.jpg');
    background-repeat: no-repeat;
    background-position: center;
}

section#topoAtendimento{
    background: url('../img/headers/atendimento.jpg');
    background-repeat: no-repeat;
    background-position: center;   
}

section#topoBiblioteca{
    background: url('../img/headers/biblioteca.jpg');
    background-repeat: no-repeat;
    background-position: center;
}

section#topoEventos{
    background: url('../img/headers/eventos.jpg');
    background-repeat: no-repeat;
    background-position: center;
}

section#topoExtensao{
    background: url('../img/headers/extensao.jpg');
    background-repeat: no-repeat;
    background-position: center;
}

section#topoTeologia{
    background: url('../img/headers/teologia.jpg');
    background-repeat: no-repeat;
    background-position: center;
	color: #fff;
}

section#topoCienciasReligiao{
    background: url('../img/headers/ciencias_religiao.jpg');
    background-repeat: no-repeat;
    background-position: center;
}

section#topoMusicoterapia{
    background: url('../img/headers/musicoterapia.jpg');
    background-repeat: no-repeat;
    background-position: center;
}

section#topoMusica{
    background: url('../img/headers/musica.jpg');
    background-repeat: no-repeat;
    background-position: center;
}

section#topoInstitucional{
    background: url('../img/headers/institucional.jpg');
    background-repeat: no-repeat;
    background-position: center;
}

section#topoNoticias{
    background: url('../img/headers/noticias.jpg');
    background-repeat: no-repeat;
    background-position: center;
}

section#topoDoutorado{
    background: url('../img/headers/doutorado.jpg');
    background-repeat: no-repeat;
    background-position: center;
}

section#topoEspecializacao{
    background: url('../img/headers/especializacao.jpg');
    background-repeat: no-repeat;
    background-position: center;
}

section#topoMP{
    background: url('../img/headers/mp.jpg');
    background-repeat: no-repeat;
    background-position: center;
}

section#topoCanto{
    background: url('../img/headers/canto.jpg');
    background-repeat: no-repeat;
    background-position: center;
}

section#topoIdosos{
    background: url('../img/headers/idosos.jpg');
    background-repeat: no-repeat;
    background-position: center;
}

section#topoComposicao{
    background: url('../img/headers/composicao.jpg');
    background-repeat: no-repeat;
    background-position: center;
}

section#topoEnfermagem{
    background: url('../img/headers/enfermagem.jpg');
    background-repeat: no-repeat;
    background-position: center;
}

section#topoInstrumento{
    background: url('../img/headers/instrumento.jpg');
    background-repeat: no-repeat;
    background-position: center;
}

section#topoMinter{
    background: url('../img/headers/minter.jpg');
    background-repeat: no-repeat;
    background-position: center;
}

section#topoDinter{
    background: url('../img/headers/dinter.jpg');
    background-repeat: no-repeat;
    background-position: center;
}

section#topoPesquisa{
    background: url('../img/headers/pesquisa.jpg');
    background-repeat: no-repeat;
    background-position: center;
}

section#topoAtendimento h2, section#topoAtendimento p, 
section#topoBiblioteca h2, section#topoBiblioteca p, 
section#topoEventos h2, section#topoEventos p,
section#topoExtensao h2, section#topoExtensao p, 
section#topoTeologia h2, section#topoTeologia p,
section#topoCienciasReligiao h2, section#topoCienciasReligiao p,
section#topoInstitucional h2, section#topoInstitucional p,
section#topoNoticias h2, section#topoNoticias p,
section#topoDoutorado h2, section#topoDoutorado p,
section#topoEspecializacao h2, section#topoEspecializacao p,
section#topoMestrado h2, section#topoMestrado p,
section#topoMP h2, section#topoMP p,
section#topoCanto h2, section#topoCanto p,
section#topoComposicao h2, section#topoComposicao p,
section#topoEnfermagem h2, section#topoEnfermagem p,
section#topoIdosos h2, section#topoIdosos p,
section#topoInstrumento h2, section#topoInstrumento p,
section#topoMusicoterapia h2, section#topoMusicoterapia p,
section#topoMusica h2, section#topoMusica p,
section#topoMinter h2, section#topoMinter p,
section#topoDinter h2, section#topoDinter p,
section#topoPesquisa h2, section#topoPesquisa p{
    color: #fff;
}

section#topoTeologia h1, section#topoCienciasReligiao h1, section#topoDoutorado h1, section#topoEspecializacao h1,
section#topoMestrado h1, section#topoMP h1, section#topoCanto h1, section#topoComposicao h1, 
section#topoInstrumento h1, section#topoMusicoterapia h1, section#topoMusica h1, section#topoIdosos h1{
  color: #e77817;
}

/* IDIOMAS - TOPO */

div.idiomas{
  background-color: #ecf0f1;
  margin-top: 16px;
}


/* IMAGENS */

img.imgDocenteThumb{
    float: left;
    padding: 5px; 
    background: #F5F5F5;
    border: solid 1px #dddddd;
    margin: 0 15px 0 0;
}

img.imgFloatLeft{
  float: left;
  padding: 0 10px 10px 0;
}



/* ISOTOPE */

  #portfolio{
    width:100%;
    padding-bottom:120px;
    position:relative;
    z-index:9;    
  }

  #filter{
    width:100%;
    padding:15px 0 40px 0;
    margin:0 auto;
    overflow:hidden;
    text-align:center;
    position:relative;
    z-index:10;
  }

  #filter li{
    display: inline-block;
    margin:0 0 10px 0;
  }


  #list{
    margin-bottom:30px;
  }

  .portfolio_list{
    position:relative;
    padding: 0;
  }

  .list_item{
    margin-bottom:2%;
    overflow: hidden
    margin: 30px;
    list-style: none;
    padding: 20px 30px;

  }

  .portfolio_details{
    display:block;
    clear:both;
    background-color:#ecf0f1;
    border-bottom:1px solid #e5e5e5;
    padding:30px;
    text-align:center;
  }

  .list_item:hover .portfolio_details{
    background-color:#7499ee;
    transition: background-color .25s ease-in-out;
    -moz-transition: background-color .25s ease-in-out;
    -webkit-transition: background-color .25s ease-in-out;
  }

  .portfolio_details h2{
    font-size:16px;
    line-height:24px;
    text-transform:uppercase;    
    color:#111!important;
    margin:0;
  }

  .list_item:hover .portfolio_details h2{
    color:#fff!important;
    transition: color .25s ease-in-out;
    -moz-transition: color .25s ease-in-out;
    -webkit-transition: color .25s ease-in-out;
  }

  .portfolio_details span{
    font-size:14px;   
    color:#333;
  }

  .list_item:hover .portfolio_details span{
    color:#eee;
    transition: color .25s ease-in-out;
    -moz-transition: color .25s ease-in-out;
    -webkit-transition: color .25s ease-in-out;
  }

  .view {
    width:100%;
    padding:0;
    border:none;
     float: left;
     overflow: hidden;
     position: relative;
     text-align: center;
     cursor: default;
  }

  .view .mask,.view .content {     
     position: absolute;
     overflow: hidden;
     top: 0;
     left: 0;
  }

  .view img {
     display: block;
     position: relative;
  }

  .view span.zoom {
      cursor: pointer;
      display: block;
      font-size: 50px;
      height: 100%;
      line-height: 4.5;
      position: absolute;
      text-align: center;
      width: 100%;    
  }

  .view-first img {
     -webkit-transition: all 0.2s linear;
     -moz-transition: all 0.2s linear;
     -o-transition: all 0.2s linear;
     -ms-transition: all 0.2s linear;
     transition: all 0.2s linear;
  }

  .view-first .mask {
     -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
     filter: alpha(opacity=0);
     opacity: 0;
     background-color: rgba(0,0,0, 0.7);
     -webkit-transition: all 0.4s ease-in-out;
     -moz-transition: all 0.4s ease-in-out;
     -o-transition: all 0.4s ease-in-out;
     -ms-transition: all 0.4s ease-in-out;
     transition: all 0.4s ease-in-out;
     height:100%;
     width:100%;
  }

  .list_item:hover .view-first img {
     -webkit-transform: scale(1.1,1.1);
     -moz-transform: scale(1.1,1.1);
     -o-transform: scale(1.1,1.1);
     -ms-transform: scale(1.1,1.1);
     transform: scale(1.1,1.1);
  }

  .list_item:hover .view-first .mask {
     -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
     filter: alpha(opacity=100);
     opacity: 1;
  }

  .list_item:hover .view-first a.zoom {
     -webkit-transition-delay: 0.2s;
     -moz-transition-delay: 0.2s;
     -o-transition-delay: 0.2s;
     -ms-transition-delay: 0.2s;
     transition-delay: 0.2s;
  }
  #easing {
    top:10%;
    width:50%;
    z-index:101;
  }
  

.isotope ul#filter li{
    display: inline;
    margin-right: 10px;
    border: solid 1px #ccc;
    font-size: 15px;
    font-weight: normal;
    line-height: 1.4;
    border-radius: 4px;
    padding: 10px 15px;
    -webkit-font-smoothing: subpixel-antialiased;
    -webkit-transition: border 0.25s linear, color 0.25s linear, background-color 0.25s linear;
    transition: border 0.25s linear, color 0.25s linear, background-color 0.25s linear;
}

.isotope ul#filter li.selected{
    background-color: #2980b9;
    font-color: #fff;
    border: solid 1px #336699;
}

.isotope ul#filter li.selected a{
    color: #fff;
}

.itemIsotope{
    margin-right: 40px; 
}

img.imgEventoIsotope{    
    height: 183px;
}

img.imgNoticiaIsotope{    
    height: 214px;
}

/* BIBLIOTECA */

div.livrosDigitais{
  margin-bottom: 25px;
  margin-top: 15px;
  padding: 10px;
}

div.livrosDigitais:hover{
  background: #F5F5F5;
}

div.livrosDigitais img{
  float: left;
  padding: 0 10px 10px 0;
}

/* H3 com LINE HEIGHT alterado */
div.livrosDigitais h3{
  line-height: 26px;
  margin-top: 0;
}

/* BOTÕES */

.botaoLaranja {
    background: #e77817;
    color: #fff;
    padding: 5px;
    position: relative;
    margin-top: 10px;
    display: inline-block;
    border-radius: 4px;
}
.botaoLaranja:hover{
  background: #da6601;
  color: #fff;
}

/* BOTÕES - ÍCONES */

span.btnIcone i{
  font-size: 40px;
  margin-right: 10px;
  color: #e77817;
}

/* FOOTER */

footer.rodape{
  background: #2d2c2c;
  color: #dadee0;
}

footer.rodape i{  
  color: #2980b9;
}

footer.rodape i:hover{  
  color: #fff;
}

footer.rodape a{
  color: #dadee0;
  font-weight: 400;
}

footer.rodape a:hover{
  color: #2980b9;  
}

footer.rodape .realce{
  background: #2980b9;
  color: #dadee0;
  line-height: 30px;
}

footer h4{
  font-size: 23px;  
  padding: 0 0 10px 0; 
  margin-bottom: 20px;
  color: #dadee0;
}

footer h4 span{
  border-bottom: 2px solid #7499ee;
}

/* Menu Outras áreas */

div.btn-group{
  margin-top: 32px;
  margin-left: 22px; 
  position: absolute; 
}

div.btn-group .btn{ 
  padding: 7px;
  background: #f7f8f8; 
  color: #333;
  font-size: 13px; 
}

.dropdown-menu{
  position: relative;
  margin-top: 36px;
  margin-left: -105px;
}

.btn-default:active, .btn-default.active, .open > .dropdown-toggle.btn-default {
    background: #2980b9;
    border-color: #2980b9;  
    color: #fff;  
}

ul.menuOutrasAreas{
  
}

ul.menuOutrasAreas, ul.menuOutrasAreas li{
  list-style-type: none;
}

ul.menuOutrasAreas li{
  margin-left: -15px;    
}

ul.menuOutrasAreas li a{
  font-size: 13px;
}

ul.menuOutrasAreas li a:hover{  
  color: #e77817;
}

span.bgUl{
  background-color: #2980b9;
  padding: 4px;
  margin-right: 10px;
  margin-bottom: 3px;
}

/* HOME */
div.institucionalCursosHome{
  background: url('../img/home/institucional-cursos.jpg');
  background-repeat: no-repeat;
  background-position: center;
  color: #fff;  
  min-height: 511px;
}

div.institucionalCursosHomeInterna{
  width: 70%;
  left: 15%;
  position: relative;
}

div.institucionalCursosHome h4, div.institucionalCursosHome p{
  color: #fff;
}

div.institucionalCursosHome p{
  line-height: 16px;  
}

div.institucionalCursosHomeBusca{
  background: #f7f8f8;    
}
