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


body{
    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;
}

.cor-especial{
  color: white
}

.cursor {
  cursor: pointer;
}

.picture-erro{
  width: 100%;
  padding-top: 3%;
  padding-left: 10%;
  padding-right: 10%;
}
