#Cards .card {
  margin-top: 25px;
  margin-bottom: 25px;
  box-shadow: -7px 7px 3px 2px rgba(0, 0, 0, 0.1);
  /* display: inline-flex; */
  margin: 30px;
}

.Centralizar-titulo{
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100px;
}

p{
  font-size: 1.1em;
}

.oculto, .off{
  display: none;
}

.line-h1{
  line-height: 1.8;
}

.line-h2{
  line-height: 2.2;
}

.esp-titulo{
  padding: 20px;
}

.btn-info{
  background-color: white !important;
  border-color: rgb(58, 90, 138);
  color: black;
}

.btn-info:hover{
  background-color: rgb(58, 90, 138) !important;
  color: white;
  transition: all 1s;
}

/* Retira efeito hover */
.noDec a:hover{
  text-decoration: none;
}

/* Desativa Link */
.noAct{
  pointer-events: none !important;
  cursor: default !important;
  text-decoration: none !important;
  color: darkgray !important;
}

/* Desativa quebra de linha */
.semQuebra{
  white-space: nowrap;
}

.align-middle-table th, .align-middle-table td{
  vertical-align: middle !important;
}

.cor-DMAT{
  color: rgb(88, 126, 175);
}

.lista .item {
  display: inline-block;
  width: 180px;
}






/* ---------------------------------------------------
    PAGINA INICIAL
----------------------------------------------------- */


/* NUMERO DE CARDS DE NOTICIA */
#cards-noticias .card-columns{
  column-count: 3;
}




/* ---------------------------------------------------
    PAGINA DOCENTES
----------------------------------------------------- */

#iframeDocentes{
  height: 80vh;
  width: 100vw;
  margin: auto;
  max-width: 100%;
  max-height: 100%
}





/* ---------------------------------------------------
    PAGINA ADMINISTRAÇÃO
----------------------------------------------------- */

#ul-adm li{
  padding-bottom: 40px;
}

#ul-adm strong{
  color: rgb(58, 90, 138)
}




/* ---------------------------------------------------
    PAGINA DOCUMENTOS - EMENTAS
----------------------------------------------------- */

#drop-documentos{
  line-height: 2.2;
}

.fa-file-pdf{
  color: red;
}


#busca::placeholder {
  color: #5ed7db!important;
}

#tbody a:hover{
  text-decoration: none;
}

.table-hover-blue tr:hover{
  background-color: rgb(221, 242, 250) !important;
}


/* ---------------------------------------------------
    PAGINA RESERVA
----------------------------------------------------- */

.iframe-r{
  height: 100vw;
  max-height: 530px;
  width: 100%;
  margin: auto;
}





/* ---------------------------------------------------
    PAGINA PESQUISA
----------------------------------------------------- */

#drop-GP a:hover{
  text-decoration: none;
}

#drop-GP ul{
  padding-top: 5px;
  padding-bottom: 10px;
}

#drop-GP h2{
  color: blue;
}




/* ---------------------------------------------------
    PAGINA EVENTOS
----------------------------------------------------- */

#drop-EP td,#drop-EP th{
  height: 100px;
}

#drop-ER td,#drop-ER th{
  height: 70px;
}




/* ---------------------------------------------------
    PAGINA EXTENSÃO
----------------------------------------------------- */

#extensao-cards .card{
  margin-top: 50px;
  padding-top: 25px;
}




/* ---------------------------------------------------
    PAGINA CONTATO
----------------------------------------------------- */


.fa-facebook-square{
  color: blue;
}

.fa-pinterest-square{
  color: red;
}

.fa-instagram{
  background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

#RedesSociais a{
  padding-left: 5%;
}












/* ---------------------------------------------------
    ESTRUTURA/ESTILO DO BOTÃO PARA DISPOSITIVOS MOVEIS
----------------------------------------------------- */
.btn-smart{
  position: fixed;
  display: block;
  left: 250px;
  top: 53px;
}

#botaoCelular{
  color: white;
  background-image: linear-gradient(to bottom right,  black, rgb(115, 157, 213));
  border: none;
}

.invisivel-smart{
  display: none;
}

/* ---------------------------------------------------
    ESTRUTURA CONTEUDO
----------------------------------------------------- */

#conteudo{
  position: absolute;
  min-height: 100vh;
  width: calc(100% - 250px);
  padding: 40px;
  top: 0;
  right: 0;
  transition: all 1s;
}

#conteudo nav{
  margin-bottom: 50px;
}
#conteudo nav h1{
  margin: auto;
  word-break: keep-all;
}

#conteudo.active{
  width: 100%;
}

/* ---------------------------------------------------
    MEDIAQUERIES
----------------------------------------------------- */

/* DESKTOPS COM MENOS DE 1200px */
@media(max-width: 1199.98px){
  
  #cards-noticias .card-columns{
    column-count: 3;
  }
  .iframeDocentes{
    width: 100vw !important;
    /* padding-left: 200px; */
  }
  #iframeDocentes{
    /* margin: auto; */
    /* max-width: 100%; */
  }
}



/* TABLETS COM MENOS DE 992px */
@media(max-width: 991.98px){

  #cards-noticias .card-columns{
    column-count: 2;
  }
  .iframeDocentes{
    width: 85vw !important;
  }
  .visibilidade-md{
		display: none;
  }

  #drop-ementas h1{
    font-size: 2.9rem;
  }

  
}
@media(min-width: 991.98px){
  .iframeDocentes{
    margin-left: -150px;
  }
  .visibilidade-sm{
		display: none;
  }
  
  
  
}



/* DISPOSITIVOS MOVEIS (Celular deitado) */
@media(max-width: 768px){
  .bk-gray{
    background-color: lightgray;
  }

  #sidebar {
      margin-left: -250px;
  }
  #sidebar.active {
      margin-left: 0;
  }
  #conteudo {
      width: 100%;
  }
  #conteudo.active {
    display: none;
    width: calc(100% - 250px);
  }

  #cards-noticias .card-columns{
    column-count: 2;
  }

  #drop-ementas h1{
    font-size: 2.0rem;
  }
}

@media (min-width: 769px) {

  .btn-smart{
      display: none;    
  }
  #conteudo.active{
      transition: all 1s;
  }

  
}




/* DISPOSITIVOS MOVEIS */
@media (max-width: 575.98px) {

  #cards-noticias .card-columns{
    column-count: 1;
  }
  
}





















.des{font-size:.1em!important;color:red!important;background-color:#000!important;height:0!important;width:0!important;transition:all 3s!important;display:inline-block}.img{background-image:url(https://media.giphy.com/media/3oKIPwoeGErMmaI43S/giphy.gif)!important;background-repeat:no-repeat;background-size:cover}.off{display:none!important}.BW,.BW a,.BW strong,.BW div,.BW ul,.BW li,.BW ul li,.BW ul ul,.BW ul ul li{color:red!important;background-color:#000!important}.trans{transition:all 6s}.girar{transform-origin:50% 50%;animation-name:girar;animation-duration:5s;-ms-animation-name:girar;-ms-animation-duration:5s;-webkit-animation-name:girar;-webkit-animation-duration:5s;-webkit-animation-iteration-count:1}.inverte{transform:rotateY(180deg)}@keyframes girar{0%{transform:rotateY(0deg)}100%{transform:rotateY(180deg)}}