p{
  font-size: 1.1em;
}

.off{
  display: none;
}

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

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

.esp-titulo{
  padding: 20px;
}

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


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

.back-body{
  background-image: unset ;
  background-color: white ;
}

.back-blue{
  background-color: rgb(39, 63, 123);
}

.back-img-1{
  background-image: url(../img/img-1.jpg);
  background-size: cover;
}

.back-img-2{
  background-image: url(../img/img-2.jpg);
  background-size: cover;
}

















/* ---------------------------------------------------
    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){
  .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);
  }
}



@media (min-width: 769px) {

  .btn-smart{
      display: none;    
  }
  #conteudo.active{
      transition: all 1s;
  }
  .back-body{
    background-image: unset;
    background-color: white;
    border-radius: 40px;
    margin-top: 5px;
    margin-bottom: 5px;
  }
}


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