@import url(https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0-beta3/css/all.min.css);



body {background: url(./../Imagens/resiliaflix.jpg);
    height: 100vh;
    width: 100%;
    background-color: black!important;
}

.b-example-divider {
    height: 3rem;
    background-color: rgba(0, 0, 0, .1);
    border: solid rgba(0, 0, 0, .15);
    border-width: 1px 0;
    box-shadow: inset 0 .5em 1.5em rgba(0, 0, 0, .1), inset 0 .125em .5em rgba(0, 0, 0, .15);
  }
  
.imagem-logo{
      width: 5%;
      height: 5%;
    }
.cor{
    background-color:  #FF4B1B!important;
    color: black!important;
}
    
.menu{
        font-size: 18px;
        margin-left: 5%;
        margin-right: 5%;
        font-family: 'Bakbak One', cursive;
        font-family: 'Inconsolata', monospace;
        font-family: 'Oswald', sans-serif;
        font-family: 'Roboto Mono', monospace;
    }
    
.borda{
        box-sizing: border-box;
        border: 1px solid white;
        border-radius: 10px;
        margin: 10px;
    }

.icon-um{
    color: #FF4B1B;
}

.icon-dois{
    color: #619699;
}


.imagem-carrosel{
   
    height: 400px;
}  


.bg-black{
    background-color: black!important;
}

.imagem-posição{
    height: 350px;

}

.cor-footer{
    color: #FF4B1B!important;
}



#login {

    display: flex;

    align-items: center;

    justify-content: center;

    height: 100vh;

    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
    
    margin: 100px;

}

.card {

    background-color:black ;

    padding: 40px;

    border-radius: 2px;

    width:280px;
    position: relative;

}

.card-header {

    padding-bottom: 50px;

    opacity: 0.8;

    color: black;

}

.card-header::after {

    content: "";

    width: 70px;

    height: 1px;

    background-color: black;

    display: block;

    margin-top: -17px;

    margin-left: -5px;

}

.card-content label {

    color: black;

    font-size: 12px;

    opacity: 0.8;

}

.card-content-area {

    display: flex;

    flex-direction: column;

    padding:10px 0;

}

.card-content-area input {

    margin-top: 10px;

    padding:0 5px;

    background-color: transparent;

    border:none;

    border-bottom: 1px solid black;

    outline: none;

    color:black;

}

.card-footer {

    display: flex;

    flex-direction: column;

}

.card-footer .submit{
 
    width: 100%;

    height: 40px;

    background-color:red;

    border:none;

    color:black;

    margin: 10px 0;

}

.card-footer a {

    text-align: center;

    font-size: 12px;

    opacity: 0.8;

    color:black;

    text-decoration: none;
}

html, body {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
  }
  .topo {
    background-color: black;
    position: relative;
    padding: 1rem;
  }
  
  .img {
    position: absolute;
    max-width: 25%;
    top: 50%;
    left: 30px;
  }
  
  .titulo-principal,
  p {
    font-size: "Open Sans Condensed", "Arial", sans-serif;
    text-align: center;
    margin: 0 auto;
    max-width: 50%;
  }

  *{
      padding:0;
      margin:0;
      box-sizing: border-box;
  }

  header{
      width: 100%;
      background-color:red;
      
  }

  *{
    box-sizing: border-box;
    margin: 0;
  }
  .container {
    max-width: 500px;
    background: black;
    margin: 0 auto;
    position: relative;
    padding-bottom: 20px;
    min-height: 1000px; /* Remova  isso */
   
  }
  .top-bar-container {
    position: absolute;
    top: 0;
    left: 0;
  }
  .top-bar-fixed {
    position: fixed;
    right: 0;
    left: 0;
    margin: 0 30px;
  }
  .top-bar-content {
    max-width: 500px;
    margin: 0 auto;
    background: #111;
    text-align: center;
    color: #fff;
    padding: 30px 0;
  }
html {
    height: 100%;
    min-height: 100%;
    flex-direction: column;
    float: left;
}

body {
    display: flex;
    flex-direction: column;
    min-height: 100%;
    float:left;
}

/* footer {
    
    margin-top: auto;
    background-color: black;
    flex-direction: column;
    float:left;
} */


li {
    display: inline-block;
}

nava li{
    display: block;
}