
.pos-rel{
    position: relative !important;
  }
  .sem-link{
    cursor: default !important;
  }
  
  /*Alertas --------------------------------*/
  .alerta-erro {
    color: #ff0000 !important;
    background-color: #ff0000;
    height: 2px;
    width: 100%;
    position: absolute;
    left: 0px;
    bottom: 0;
  
  }
  
  .alerta-atencao {
    color: #efac78 !important;
    font-weight: 300;
  }
  
  .alerta-sucesso {
    width: 100%;
    height: auto;
    float: left;
    margin-top: 0px;
    font-weight: 600;
    font-size: 1em;
    color: rgb(0, 150, 0) !important;
  }
  
    /* Loader Padrão */
    body.preloader-site {
      overflow: hidden;
    }
    .preloader-wrapper {
      height: 100%;
      width: 100%;
      position: fixed;
      top: 0;
      left: 0;
      z-index: 9999999;
      background: rgb(255,255,255);
      background: radial-gradient(circle, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
    }
    .preloader-wrapper .preloader {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      text-align: center;
      color: #fff;
    }
    
    /*
    .preloader-wrapper .preloader img{
      max-height: 40px;
    }
    */
    
    /* Loader Padrão fim */










    .navbar-brand img{
        max-height: 80px;
    }