p{
  font-size: 1.1em;
  line-height: 1.7;
}

.oculto{
  display: none;
}

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

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

.esp-titulo{
  padding: 20px;
}

table tr td{
  vertical-align: middle !important;
}

#conteudo-tab a:hover{
  text-decoration: none;
}

.quebra{
  word-break: break-all;
}

.bg-verao{
	background-color: rgba(255, 200, 0, 0.1) !important;
	border-radius: 10px;
}


/* ---------------------------------------------------
    ESTILO DA PAGINA
----------------------------------------------------- */

#conteudo-tab{
  padding-top: 30px;
}












/* ---------------------------------------------------
    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: break-all;
}

#conteudo.active{
  width: 100%;
}




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

/* DESKTOPS COM MENOS DE 1200px */
@media(max-width: 1199.98px){
  
}



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

  .visibilidade-md{
		display: none;
  }

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



/* DISPOSITIVOS MOVEIS (Celular deitado) */
@media(max-width: 768px){
  #sidebar {
      margin-left: -250px;
  }
  #sidebar.active {
      margin-left: 0;
  }
  #conteudo {
      width: 100%;
  }
  #conteudo.active {
    display: none;
    width: calc(100% - 250px);
  }

}

@media (min-width: 769px) {

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

  
}


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

  
}
