
/*---------------------
Modal Fullscreen
-----------------------*/
.modal-fullscreen, .modal-xl{
  width:100%;max-width:100%;height:100%;margin:0; top: 0; bottom: 0;
  background-color: #ccc;
}
/*---------------------
Footer
-----------------------*/

.bg-preto, .navbar-preto{
  background-color: #000!important;
  border:1px solid transparent;
}
.text-white{
  color:#fff;
}
.bg-amarelo, .navbar-amarelo{
  background-color: #FFFF33!important;
  border:1px solid transparent;
}
.bg-leve{
  background-color: #f8f8f8;
  color:#222;
  padding:5% 0;
  box-shadow:5px 10px rgba(25,25,25,.04);
}
.form-login{
  padding-top:10%!important;
}

.logo{
  width:15%;
}
form label, form span, #id_user{ 
  /* text-decoration: line-through;*/
 
color:#333;
font-size: 16px;
font-weight: 600;
}

hr{
  background-color: #ccc!important;
}
/*editando as tabelas*/
table tbody td{
color:#555!important;
font-size: 16px!important;
}
/*
Welcome edit css
*/
.form-login{
  margin-top:0%!important;
 }
 .panel-login{
     background-color:#fff;
     border-radius:10px;
 }
 
 .logo{
   width:10%;
 }
 
.opacity{
  opacity: 0.5;
}
.opacity-text{
  opacity: 0.9;
}
.text-opacity{
  opacity: 0.7;
}
.p-content-historial{
  padding:5%;
  text-align: justify;
}
.footer {
    background: #434343;
    padding: 50px 200px;
    box-sizing: border-box;
    }
    .footer .nav-title{
      color:#fff;
      font-size: 1.2rem;
      font-weight: 500!important;
    }
    .footer .nav-title.ml-5{
      margin-left: 6%!important;
    }
    .footer ul li ,.footer ul li a{
      color:#cfcdcd!important;
      font-weight: 400;
      text-transform: capitalize;
      border:none;
      padding-left:0!important;
      margin-left: 0!important;
      float:left!important;
      text-align: left!important;
      width: 100%!important;
    }
    .footer ul li > a:hover{
      color:beige!important;
    }
    
    .footer span{
      color:#afacac;
    }
    .footer span:hover{
      color:beige;
    }
    .copyright {
    font-size: 15px;
      font-weight: 400;
    color: #fff;
    text-align: center;
    background-color: black;
    padding:0px;
    }
/*
**
***FOOTER
*/
.footer-page{
  position:relative;
  margin-top:0.3%;
  bottom:0;
}
.rodape{
  color: white;
  background-color: #1c1c1c;
}

.rodape p {
  line-height: 0.8;
}

.rodape .Bomo{
  border-style: solid;
  border-color: white #1c1c1c #1c1c1c #1c1c1c;
  padding-top: 19px;
}
.rodape .Boto{
  text-align: center;
   border-style: solid;
  border-color: white #1c1c1c #1c1c1c #1c1c1c;
}

.rodape .Mama{
  color: white;
  background-color: black;
  width: 1194px;
}
.rodape .sasa{
  box-sizing: border-box;

}
.rodape a{
  color:#999!important;
  text-decoration: none;
}

.rodape ul {
  list-style: none!important;
}
.rodape a:hover{
  text-decoration: none;
  color: #fbfbfb!important;
}


    @media (max-width:1024px){
  
        .nav-item.dropdown .dropdown-menu{
          background-color: transparent!important;
        }
        .footer {
          background: #434343;
          padding: 20px;
          box-sizing: border-box;
          }
        }
        
        
@media (max-width:968px){
    .footer .nav-title{
      font-size: 1.2rem;
    }
    .footer .nav-title.ml-5{
      margin-left:3%!important;
    }
}


@media (max-width:768px){

.footer .nav-title{
    font-size: 1.1rem;
  }
  .footer .nav-title.ml-5{
    margin-left: 3%!important;
  }
    .footer__text p {
        font-size:16px;
        margin-bottom: 20px;
    }
  
    .footer__copyright {
        font-size: 12px;
        font-weight: 400;
    }
  
  .copyright {
    font-size: 12px;
    font-weight: regular;
    padding:0px;
    }
    .mb-2.social-net-link{
        margin-top:-15%!important;
      }
}  
