#LoginForm{ 
    max-width: 100%;
    max-height: 100vh;
    overflow: hidden;
        position: fixed;
    z-index: -1;
    top: 0px;

}

.fundoImagem{
    background-image: url(../imgs/fundoLogin2.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 10px;
    min-width: 102vw;
    min-height: 102vh;
    filter: blur(8px);
    -webkit-filter: blur(8px);
    /* position: absolute; */
    z-index: -1;
    margin-top: -1vh;
    margin-left: -1vw;
}

.assign-text{
   color: #404040;
    font-size: 14px;
    margin: auto;
    font-weight: 600;
   /* position: absolute;
    bottom: 10px;*/
}

.footer{
  margin-top: 20px;
}

.assign-text a{
  color: #000;
  text-transform: uppercase;
}

.main-div-login {
         background: rgba(255, 255, 255, .8) none repeat scroll 0 0;
    border-radius: 2px;
    margin: 0% auto 0px;
    transform: translate(-50%,-50%);
    position: absolute;
    max-width: 38%;
    padding: 50px 70px 70px 71px;
    top: 50%;
    left: 50%;
  }

.login-form .form-control {
    background: rgba(247, 247, 247, 0) none repeat scroll 0 0;
    border: 0px solid #d4d4d4;
    border-bottom: 1px solid #495057;
    border-radius: 0px;
    font-size: 14px;
    height: 30px;
    line-height: 30px;
    padding: 0.375rem 0.45rem;
}

.forgot a {
  color: #777777;
  font-size: 14px;
  text-decoration: underline;
}
.forgot {
  text-align: center; margin-bottom:30px;
}

.btn.btn-primary {
    background: rgba(255, 255, 255, .5) none repeat scroll 0 0;
    border: 0px;
    color: #495057;
    font-size: 15px;
    width: auto;
    min-width: 160px;
    padding: 10px 28px;
    text-transform: capitalize;
    font-weight: 400;
    margin-top: 20px;
    border-radius: 19px;
    box-shadow: 0px 0px 4px 1px rgba(51, 51, 51, 0.4);
}

.bg-dark {
    background-color: #efefef !important;
}


body{
  background:#f9f9f9;
  color: #333;
}
#wrapper{
  padding:90px 15px; 
  width:100%; 
  margin-left: 0px;
}

img{
  max-width: 100%;
}


.card{
  background: #f1f1f1;
    border: none;
    border-radius: 10px;
    box-shadow: 0 3px 5px rgba(0,0,0,.1);
}

/*  /////////////////////////////////////// NADA ////////////////////////////////////////////////// */
.form-heading { color:#fff; font-size:23px;     text-align: center;
    padding: 50px 0px;}
.panel h2{ color:#444444; font-size:18px; margin:0 0 38px 0;}
.panel p { color:#777777; font-size:14px; margin-bottom:30px; line-height:24px;}
.login-form .form-group {
  margin-bottom:10px;
}
.login-form{ text-align:center;}
.botto-text {
  color: #ffffff;
  font-size: 14px;
  margin: auto;
}
.login-form .btn.btn-primary.reset {
  background: #ff9900 none repeat scroll 0 0;
}
.back { text-align: left; margin-top:10px;}
.back a {color: #444444; font-size: 13px;text-decoration: none;}
.navbar-expand-lg .navbar-nav.side-nav{flex-direction: column;}
.cartas .card{
  margin-bottom: 15px; 
  border-radius:0; 
  box-shadow: 0 3px 5px rgba(0,0,0,.1); 
  border-radius: 10px;
  border: 0;
  color: white;
  padding: 12px 0;
  text-align: center;
}


#wrapper > div > .cartas > div:nth-child(1) > div{
  background-image: linear-gradient(#fec26c, #fe8921);
}
#wrapper > div > .cartas > div:nth-child(2) > div{
  background-image: linear-gradient(#b5e3fa, #24455e);
}
#wrapper > div > .cartas > div:nth-child(3) > div{
  background-image: linear-gradient(#9ddbb2, #01a23b);
}
#wrapper > div > .cartas > div:nth-child(4) > div{
  background-image: linear-gradient(#fabbd4, #612e3a);
}

.header-top{box-shadow: 0 3px 5px rgba(0,0,0,.1)}
.leftmenutrigger{display: none}
.pagina{    margin-top: 50px;}

/*  /////////////////////////////////////// NADA ////////////////////////////////////////////////// */

.top-bar .nav-link{
  color: #333 !important;
    font-size: 16px;
    font-weight: 600;
}

.left-bar .nav-link{
    color: #ffffff !important;
    font-weight: 500;
    margin-bottom: 3px;
}

.left-bar .nav-sub:after{
    content: "\f078";
    font-family: FontAwesome !important;
    font-style: normal;
    font-weight: normal;
    /*transform: rotate(90deg);*/
    position: absolute;
    font-family: cursive;
    right: 20px;

}

.submenu{
  margin-top: -4px;
    margin-left: 0px;
    padding-left: 0;
    background: rgba(12, 12, 12, 1);
    box-shadow: inset 0px 0px 1px 1px #000;
    display: none;
}

.submenu li a{
      padding: 0rem 0.9rem;
    font-size: 0.8rem;
        border-bottom: 0px solid #655f5c;
    margin-bottom: 0px !important;
  }

.mostra{
  display: block;
}

.top-bar .submenu{
    position: absolute;
    background: #333;
    list-style: none;
    min-width: 110px;
    padding: 10px;
    box-shadow: none;
    margin-top: 8px;
    z-index: 1;
  }

.top-bar .submenu li a{
color: #efefef !important;
    text-align: center;
    font-size: 13px;
    text-transform: uppercase;
}

.left-bar .nav-link-ativo, .left-bar .nav-link:hover{
       background: #f9f9fa !important;
    box-shadow: 0px 0px 1px 1px #333 !important;
    color: #333 !important;

}


.inner-page .navbar-brand{
        padding: 4px 15px;
    margin: 20px 0px;
}

.inner-page .navbar-brand img{
       -webkit-filter: opacity(0.5) invert(1) grayscale(100%);
    filter: opacity(1) invert(1) grayscale(100%);
}
  

.card-button{
  background: rgba(255, 255, 255, .2) none repeat scroll 0 0;
    border: 0px;
    color: #ffffff;
    font-size: 14px;
    width: auto;
    min-width: 160px;
    padding: 10px 28px;
    text-transform: capitalize;
    font-weight: 400;
    margin-top: 20px;
    border-radius: 19px;
    box-shadow: 0px 0px 4px 1px #333;
}

.card-button:hover{
  background: rgba(255, 255, 255, .8) none repeat scroll 0 0;
  text-decoration: none;
    color: #574e4c;
    font-weight: 500;
}

.card-color-title{
   display: inline-block;
    line-height: 40px;
    width: 35%;
    font-size: 2.5rem;
    font-weight: bolder;
    text-align: right;
}

.card-color-text{
      display: inline-block;
    line-height: 40px;
    width: 65%;
    margin-top: -10px;
    vertical-align: -webkit-baseline-middle;
    margin-bottom: 30px;
    text-align: left;
    padding: 10px;
}


.form-group-separator{
      height: 5px;
    background: rgba(254, 254, 255, 0.58);
    margin: 10px;
    border-radius: 21px;
}

.img-nota {
    border-radius: 100%;
    background: #ffffff;
    padding: 2px;
    box-shadow: 1px 1px 5px #383737;
    max-width: 100px;
    position: relative;
    margin: auto;
}
.img-nota img {
    padding: 3px;
    border-radius: 100%;
}
.nome-nota{
  text-align: center;
    font-weight: bolder;
    text-transform: uppercase;
    font-size: 10px;
    margin-top: 10px;
}

.data-nota{
      text-align: right;
    font-weight: bolder;
    text-transform: uppercase;
    font-size: 10px;
    margin-top: 10px;
}

.grupo-nota{
    padding: 10px;
    border-radius: 11px;
    background: #f8f8f9;
}

.linha-nota{
      padding: 20px;
    background: #d9d9d9bd;
    border-radius: 10px;
    margin-bottom: 20px;
}

.bolaCor{
  width: 20px;
  height: 20px;
  border-radius:100%; 
}

.bolaHome{
 float: left;
    margin-right: 10px;
    list-style: none;
    border: 2px solid #5f5552;
}

.mostra-stats-dentro-imobiliaria{
  list-style: none;
  padding-left: 0px;
}

.mostra-stats-dentro-imobiliaria li{
         background: #554e4c;
    color: white;
    text-transform: uppercase;
    padding: 10px;
    margin-bottom: 10px;
    border-radius: 5px;
}

.linhaPesquisaCredito {
    padding-top: 15px;
    margin-bottom: 20px;
    background: #f1f1f1;
    border-radius: 0px;
    box-shadow: 0px 0px 4px 1px #33333317;
}
.resposta-faq{
  display: none;
      padding: 10px;
}

.titulo-faq{
  background: #f9f9f9;
    padding: 10px;

}

.titulo-faq h2{
    font-size: 1.3rem;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 1.7rem;
    padding-top: 5px;
}

.faq{
      border: 1px solid #8b817d;
    margin-bottom: 10px;
    cursor: pointer;
}

.pesquisa-faq{
    width: 100%;
    padding: 10px;
    margin-bottom: 10px;
    margin-top: 10px;
}

#asfaqs{
      padding: 0;
    list-style: none;
}

.img-faqs{
  width: 500px;
    position: relative;
    margin-left: 50%;
    transform: translateX(-50%);
    margin-bottom: 20px;
    margin-top: 20px;
    border: 3px solid #333;
    box-shadow: 0px 0px 13px #333;
}


.linhaCarregar{
  color: white;
    font-weight: bold;
    margin-left: 44px;
}

.linhaCarregar:hover {
    color: #c6c0be;
}

.pertence-user{
  background: #333;
    color: white;
    padding: 6px 8px;
    font-size: 14px;
    box-shadow: 0px 0px 4px 1px rgba(0,0,0,0.2);
    text-align: center;
    font-weight: bolder;
    width: fit-content;
    border-radius: 20px;
    border: 4px solid #fff;
}

.radioBanco{
 width: 20px;
    position: absolute;
    right: 20px;
    top: 10px;
    z-index: 99;
}


.proponentes-extendido, 
.fiadores-extendido{
  display: contents;
}

.removerProp,
.removerFia{
    position: absolute;
    top: 0px;
    right: 20px;
    width: auto;
    min-width: auto;
    max-width: auto;
}
.grupoBancosNotifica{
      max-height: 100vh;
    overflow: scroll;
}

.overlay{
    position: fixed;
    top: 0px;
    left: 0px;
    background: rgba(51, 51, 51, 0.64);
    width: 100%;
    height: 100vh;
    z-index: 9999;
}

.adicionarImovel{
    position: relative;
    margin: auto;
    top: 10%;
    margin-left: 10%;
    margin-right: 10%;
    max-height: 80%;
    overflow-y: scroll;
    background: #9E9E9E;
    border-radius: 10px;
}

.fecharImovel{
    position: absolute;
    right: 40px;
    z-index: 1;
    width: auto;
    min-width: auto;
}

.circulo{
     width: 35px;
    height: 35px;
    background: #3a87ad;
    border-radius: 100%;
    border: 3px solid #fff;
    color: white;
    font-size: 0.8rem;
    line-height: 1.9rem;
    font-weight: 800;
    box-shadow: 0px 0px 4px 1px rgba(0,0,0,0.2);
    margin-bottom: -5px;
    margin-top: 0px;
    text-align: center !important;
}

.recordTask{
    background: white;
    margin-top: 10px;
    margin-bottom: 10px;
    border-radius: 10px;
    font-size: 0.8rem;
    font-weight: 400;
    text-align: left;
}

.recordTask .label{
    border-radius: 100%;
    line-height: 25px;
    padding: 3px 9px;
    font-size: 14px;
    cursor: pointer;
}

.dataTask{

    font-size: 0.5rem;
    font-weight: 800;
}

.inline{
  display: inline-block;
}
label.inline{
  text-align: right;
  line-height: 2.2rem;
  margin-bottom: 0px;
  background: #f8f8f9;
}

.destaqueVer{
 background: rgb(255, 255, 255) none repeat scroll 0 0;
    border: 0px solid #d4d4d4;
    border-bottom: 1px solid #495057;
    border-radius: 0px;
    font-size: 14px;
    line-height: 30px;
    padding: 0.375rem 0.45rem;
    font-weight: bold;
    margin-top: -9px;
}

.pesq-card{
    display: contents;
}
.validado{
  
    -ms-transform: scale(1.8);
    -moz-transform: scale(1.8);
    -webkit-transform: scale(1.8);
    -o-transform: scale(1.8);
    transform: scale(1.8);
    zoom: 1.4;
    margin-left: 10px;
    margin-top: 5px;
}

@media(min-width:992px) {
  .leftmenutrigger{
    display: block;
    margin: 7px 20px 4px 0;
    cursor: pointer;
  }
  #wrapper{
    padding: 90px 15px 15px 15px;
    background: rgba(255, 255, 255, .8);
    min-height: 100vh;
  }
  #wrapper.open {
    width: calc(100% - 200px);
    margin-left: 200px;
}
  .navbar-nav.side-nav.open {
    left:0;
  }
  .navbar-nav.side-nav{
      background: #333;
      -webkit-box-shadow: inset -4px 0px 5px -2px #000;
      box-shadow: inset -4px 0px 5px -2px #000;
      position: fixed;
      top: 57px;
      flex-direction: column!important;
      left: -220px;
      width: 200px;
      overflow-y: auto;
      bottom: 0;
      overflow-x: hidden;
      padding-bottom: 40px;
  }
}

.animate{
  -webkit-transition:all .3s ease-in-out;
  -moz-transition:all .3s ease-in-out;
  -o-transition:all .3s ease-in-out;
  -ms-transition:all .3s ease-in-out;
  transition:all .3s ease-in-out;
}


.navbar-dark .navbar-toggler-icon-bridge {
    background-image: none !important;
}

.navbar-dark .navbar-toggler-icon-bridge div {
        width: 20px;
    height: 3px;
    background-color: #625a58;
    margin: 3px 0;
  }

.myInput {
    background-image: url('https://www.w3schools.com/css/searchicon.png'); /* Add a search icon to input */
    background-position: 10px 12px; /* Position the search icon */
    background-repeat: no-repeat; /* Do not repeat the icon image */
    width: 100%; /* Full-width */
    font-size: 16px; /* Increase font-size */
    padding: 12px 20px 12px 40px; /* Add some padding */
    border: 1px solid #ddd; /* Add a grey border */
    margin-bottom: 12px; /* Add some space below the input */
}


.invisivel{
  display: none;
}


.mostra-stats-dentro{
  background: #333;
    color: white;
    margin: 26px 0 0;
    padding: 1rem 2.25rem;
    list-style: none;
    font-size: 0.9rem;
    position: relative;    
    margin-bottom: 20px;
}

.mostra-stats-dentro:before{
      content: "\A";
    border-style: solid;
    border-width: 60px 15px 60px 0px;
    border-color: #84101000 #333 #86191900 #79554800;
    position: absolute;
    left: 35%;
    transform: rotate(90deg);
    top: -67px;
}

.mostra-stats-dentro a{
  color: white;
  text-decoration: underline;
}

.mostra-stats-dentro a:hover{
  text-decoration: none;
}

h3.card-text{
      font-size: 1.3rem;
    color: #44413d;
    line-height: 1.5rem;
    margin-bottom: 14px;
}

h3.card-text a, h3.card-text a:hover{
  font-size: 1.2rem;
  font-weight: 400;
  color: #44413d;
  text-decoration: underline;
}

.button{
  background: rgba(255, 255, 255, .2) none repeat scroll 0 0;
    border: 0px;
    color: #ffffff;
    font-size: 14px;
    width: auto;
    padding: 5px 15px;
    text-transform: capitalize;
    font-weight: 400;
    border-radius: 19px;
    box-shadow: 0px 0px 4px 1px rgba(51, 51, 51, 0.4);
    margin-left: 10px;
    cursor: pointer;
}

.button:hover{
  opacity: .8;
}

.linha-botoes-gerais .card{
    background: transparent;
    box-shadow: none;
    text-align: right;
}

.linha-botoes-gerais .card-button, .button-brown{
      background: #333 none repeat scroll 0 0;
      padding: 5px 18px;
      margin-left: 10px;
      cursor: pointer;
          font-weight: 500;
              color: white;
}

.button-green{
    background: #CDDC39;
}

.button-blue{
  background: #39ccdc;
}

.button-red{
      background: #c34339;
}

.grupo-botoes{
  position: fixed;
  right: 10px;
  bottom: 10px;
      z-index: 999;
}

.card-title {
    margin-bottom: 1.75rem;
}

.inner-page .form-control{
      background: rgba(247, 247, 247, 0) none repeat scroll 0 0;
    border: 0px solid #d4d4d4;
    border-bottom: 1px solid #495057;
    border-radius: 0px;
    font-size: 14px;
    height: 30px;
    line-height: 30px;
    padding: 0.375rem 0.45rem;
}

.control-label{
  font-size: 0.8rem;
    line-height: 1rem;
    font-weight: bolder;
    text-transform: uppercase;
}
a:not([href]):not([tabindex]){
    color: #fff;
    text-decoration: none;
}
a:not([href]):not([tabindex]):hover {
color: #574e4c;
}
.align-left{
  text-align: left !important;
}

.addNota{
  width: fit-content;
}

.img-bridge{
  max-width: 40px;
    border-radius: 100%;
    border: 0px solid #fff;
    box-shadow: 0px 0px 4px 1px #333;
}

.label{
    background: #cddc39;
    color: white;
    padding: 3px 8px;
    font-size: 10px;
    box-shadow: 0px 0px 4px 1px rgba(0,0,0,0.2);
    text-align: center;
}

.label-green{
  background: #cddc39;
}

.label-red{
  background: #c34339;
}

.infosCreditos .card{
  background: transparent;
  box-shadow: none;
}

.img-grande{
      max-width: 90px;
    margin-bottom: 10PX;
}

.infosCreditos .cardImg .no-fundo{
 text-align: center;
}
.infosCreditos .cardTexto{
  background: #f1f1f1;
  border-radius: 10px;
  box-shadow: 0px 0px 4px 1px #333;
  margin-bottom: 30px;
  min-height: 250px;

}

.button-transparente{
      color: #554e4c;
    font-weight: 600;
}

.tituloApresenta{
  text-transform: uppercase;
    font-weight: 600;
    font-size: 0.6rem;
}

.nomeBanco, .nomeImobiliaria{
      color: #929292;
    font-size: 1.5rem;
    font-weight: 700;
}


.estadoCredito{
    font-size: 1rem;
    font-weight: 800;
    color: #CDDC39;
    text-decoration: underline;
    text-transform: uppercase;
}

.grupoBTNS{
    position: relative;
    margin-top: 30px;
}

.grupoBTNS .button{
    margin-bottom: 15px;
    width: auto;
    display: inline-block;
    text-align: center;
}

.imagem-doc{
  max-width: 40%;
    float: left;
    padding: 10px;
    background: white;
}

.texto-doc{
    color: #333;
    padding: 20px;
    text-align: left;
    margin-left: 20px;
    float: none;
    max-width: 100%;
}

.documentoCredito{
  background: #e9e9e9;
    margin-bottom: 10px;
    padding: 10px;
}

.documentoCredito .apagar{
    top: 15px;
    position: absolute;
    left: 15px;
    border-radius: 100%;
    width: 25px;
    padding-left: 6px;
    background: white;
}
.documentoCredito select{
       background: transparent;
    width: 85%;
    margin-left: 20px;
    border: 0;
    border-bottom: 1px solid #333;
    color: #e9e9e9;
    background: #333;
  }

  .documentoCredito .form-control{
    border-bottom: none !important;
  }

  .margem-card{
    margin-bottom: 20px;
    margin-top: 20px;
  }

  .category{
    padding: 0px;
  }

  .category li{
   float: left;
    margin-right: 10px;
    background: #8BC34A;
    padding: 6px 10px 0px;
    color: white;
    border-radius: 10px;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: bold;
  }

  .inicia-page .footer {
    margin-top: 20px;
    position: absolute;
    bottom: 0px;
    padding: 10px 20px;
        width: 100%;
    text-align: center;
}

.fundoPreto{
      background: black;
    text-align: center;
    padding: 20px;
    color: white;
}

.logo-apresentacao img{
  filter: invert(100%);
    max-width: 220px;
}

.conteudo-site{
        padding: 5% 3%;
    background: white;
}

.fundoImagemParallax{
    background-image: url(../imgs/fundoLogin2.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
    padding: 10px;
    min-height: 30vh;
    position: relative;
}

.desce{
    width: 100%;
    text-align: center;
    color: #000000;
    font-size: 2rem;
    position: absolute;
    bottom: 10px;
    left: 0;
    z-index: 10;
    cursor: pointer;
}

.fundoPreto .assign-text{
    color: white;
}

.fundoPreto .assign-text a{
  color: grey;
  }




  .footer ul{
    list-style: none;
    width: 100%;
        text-align: center;
  }

  .cms .footer li{
    display: inline-block;
    color: white;
    border-right: 1px solid #fff;
    padding-right: 6px;
  }

  .footer li{
    display: inline-block;
    color: #000;
    border-right: 1px solid #000;
    padding-right: 6px;
  }

    .footer li:last-child{
      border-right: none;
      padding-right: 0px;
    }

    .cms .footer li a{
      color: white;
    }
    .footer li a{
      color: #000;
    }

    .assign-text{
      text-align: center;
    }


    .linha-condicao{
       padding: 20px 10px;
    background: #d9d9d9bd;
    border-radius: 10px;
    margin-bottom: 10px;
    margin-top: 20px;
    }

    .texto-condicao{
      font-size: 0.9rem;
      text-transform: uppercase;
      font-weight: bold;
    }

    .spread-condicao{
font-size: 1.3rem;
    text-transform: uppercase;
    font-weight: bold;
    }

    .termos-termos{
      background: #efeff0;
      padding: 15px 5px;
      border-radius: 10px;
    }

    .assinatura-digital{
          position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    background: hsla(0, 0%, 100%, 0.58);
    padding: 6% 4%;
    border-radius: 16px;
    text-align: center;
    }

    .fechar-pop{
      float: right;
    background: rgba(255, 255, 255, .5) none repeat scroll 0 0;
    border: 0px;
    color: #495057;
    font-size: 15px;
    padding: 10px 15px;
    text-transform: capitalize;
    font-weight: 400;
    margin-top: -40px;
    margin-right: -40px;
    border-radius: 19px;
    box-shadow: 0px 0px 1px 0px #333;
    }

.proponentes label{
      line-height: 1.9rem;
    font-size: 1.9rem;
}
.proponentes input[type=radio]{
    width: auto !important;
    display: inline-block !important;
}

.col-12, .col-11, .col-10, .col-9, .col-8, .col-7, .col-6, .col-5, .col-4, .col-3, .col-2, .col-1{
  margin-top: 10px;
}
.margin-bottom-simula{
  margin-bottom: 10px;
}

.mostra-banco{
  display: none;
}

.banco-simula{
      background-color: rgba(138, 129, 125, 0.30);
    border-radius: 5px;
    margin-bottom: 10px;
    padding: 10px;
}

.onlyMobile{
    display: none;
    text-align: center;
  }

.onlyMobile img{
    -webkit-filter: opacity(1) invert(0) !important; 
     filter: opacity(1) invert(0) !important; 
     margin-top: 40px;
    margin-bottom: -20px;
  }

@media only screen and (max-width: 1024px) {
  .card-button {
    border: 0px;
    font-size: 1rem;
    width: auto;
    min-width: 105px;
    padding: 10px 10px;
    margin-top: 20px;
  }
  .table {
    overflow-x: scroll !important;
    display: block;
}
  .card-color-title{
     line-height: 2.5rem;
     width: 100%;
     font-size: 2.2rem;
     text-align: center;
  }
  .card-color-text {
    line-height: 1.4rem;
    width: 100%;
    font-size: 1.1rem;
    margin-top: -10px;
    margin-bottom: 30px;
    text-align: center;
    padding: 10px 2px;
  }
  .card-body {
    padding: 0.75rem;
  }

  #prop-1, #prop-2, #fia-1, #fia-2{
    width: 100%;
    max-width: 100%;
  }

}

@media only screen and (max-width: 990px) {

  .onlyMobile{
    display: block;
  }

  .main-div-login {
    background: rgba(255, 255, 255, 0.41) none repeat scroll 0 0;
    border-radius: 0px;
    position: absolute;
    max-width: 100%;
    width: 100%;
    padding: 100px 20px 100px 20px;
  }
  .main-div-login #Login{
    max-width: 350px;
    position: relative;
    margin: auto;
  }
  .panel p {
    font-size: 1.4rem;
    line-height: 1.8rem;
  }
  .login-form .form-control {
    font-size: 1.4rem;
    height: 45px;
    line-height: 1.8rem;
    padding: 1.075rem 0.551rem;
  }
  .forgot a {
    color: #777777;
    font-size: 1.4rem;
    text-decoration: underline;
    margin-top: 30px;
    display: block;
  }
  .btn.btn-primary {
    font-size: 1.5rem;
    padding: 1.1rem 3rem;
  }
  .inicia-page .footer {
    background: #162530;
  }
  .inicia-page .footer li {
    color: #fff;
    border-right: 1px solid #fff;
  }

  .inicia-page .footer li a {
    color: #ffffff;
  }
  .inicia-page .assign-text {
    color: #ffffff;
  }
  .inicia-page .assign-text a {
    color: #ffffff;
   }
  .col{
    width: 50%;
  }
  .leftmenutrigger {
    display: block;
  }
  .bg-dark {
    background-color: #44413d !important;
  }
  .collapse {
    text-align: center;
  }
  .navbar-expand-lg .navbar-nav.side-nav {
      width: 100%;
      max-width: 100%;
  }
  .top-bar{
    position: absolute;
    top: 0;
    right: 20px;
    color: white;
  }
  .navbar-dark .navbar-toggler-icon-bridge div {
    background-color: #a2a09e;
  }
  .top-bar .nav-link {
    color: #a2a09e !important;
  }
  .left-bar .nav-link-ativo, .left-bar .nav-link:hover {
    background: rgba(162, 160, 158, 0.17) !important;
    box-shadow: none !important;
  }
  .submenu {
    list-style: none;
  }
  .left-bar .nav-link {
    color: #a2a09e !important;
  }
  .top-bar .submenu {
      border-bottom-left-radius: 0px;
      margin-top: 0px;
      border-bottom-right-radius: 0px;
      box-shadow: none;
  }
  .submenu {
        background: rgba(141, 139, 137, 0.05);
  }
  .submenu li a {
    padding: 0.2rem 1rem;
    margin-bottom: 5px !important;
    margin-top: 5px;
  }
  #wrapper {
    padding: 1px 0px 15px 0px;
    background: rgba(255, 255, 255, .8);
    min-height: 100vh;
  }

  .col-sm-6{
    width: 50%;
  }
  .card-button {
    line-height: 2.3rem;
  }
  .table td, .table th {
    padding: 0.45rem;
        min-width: 120px;
    font-size: 0.8rem;
  }
  .button{
        width: max-content;
    font-size: 0.7rem;
    box-shadow: none;
    border-radius: 0;
  }
  .table {
      width: 100%;
      max-width: 100%;
      overflow-x: scroll;
      display: block;
  }
  .col-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-8{
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .infosCreditos .cardTexto {
      -ms-flex: 0 0 80%;
      flex: 0 0 80%;
      max-width: 80%;
  }
  .cardImg{
    -webkit-box-flex: 0;
    -ms-flex: 0 0 15.666667%;
    flex: 0 0 14.666667%;
    max-width: 14.666667%;
    margin-right: 2%;
  }
  .no-fundo{
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 0 0 100%;
    padding: 0.25rem;
  }
  .img-grande {
    max-width: 100%;
    margin-bottom: 10PX;
  }
  .label {
      box-shadow: none;
          border: 0;
  }
  p {
    font-size: .8rem;
  }
  .fc .fc-toolbar>*>:first-child {
      font-size: 1rem;
  }

  .linha-botoes-gerais .card-button, .button-brown {
      border-radius: 0;
      box-shadow: none;
      font-size: .8rem;
  }
  .card-button {
    font-size: .8rem;
    width: auto;
    min-width: auto;
        line-height: inherit;
  }
  .inner-page .form-control {
    font-size: 0.8rem;
  }
}
@media only screen and (max-width: 414px) {
  .card-body {
    text-align: left;
}
  .img-nota{
    text-align: center;
    border-radius: 0px;
    box-shadow: none;
  }

  .img-nota img{
    max-width: 100px;
  }
  .nome-nota{
    margin-bottom: 10px;
  }

  .col-xs-12, .col-4, .col-8, .col-9, .col-3, .col-2, .col-10{
        width: 100%;
    max-width: 100%;
    flex: 0 0 100%;
  }
  .cardImg {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    margin-right: 0%;
    text-align: center;
  }
  .cardImg img{
    max-width: 75px;
  }
  .cardTexto{
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100% !important;
    flex: 0 0 100% !important;
    max-width: 100% !important;
    margin-right: 0% !important;
  }
  .grupoBTNS{
    position: relative;
  }
  .panel p {
      font-size: 1rem;
      line-height: 1.1rem;
  }
  .inicia-page .footer{
        position: fixed;bottom: -30px;
  }
  .login-form .form-control {
    font-size: 1.1rem;
    height: 30px;
    line-height: 1.4rem;
    padding: 0.975rem 0.451rem;
  }
  .inicia-page .assign-text {
      font-size: 10px;
  }

  .forgot a {
      font-size: 1.1rem;
  }
  .btn.btn-primary {
    font-size: 1.2rem;
    padding: 0.9rem 2rem;
    text-transform: uppercase;
    min-width: 60px;
  }
  .inicia-page .footer li {
    color: #fff;
    border-right: none;
    padding-right: 0px;
  }
  .footer ul {
     padding-left: 0px;
     margin-left: 0px;
  }
  .inicia-page .footer li a {
      color: #ffffff;
      font-size: 0.8rem;
  }

  .linha-botoes-gerais .col-md-8 .card-body , .linha-botoes-gerais .col-md-4 .card-body {
            padding: .3rem 0.75rem;
  }
}