body{
  /* background-color: #3d3d3d; */
  /* background-image: url("../imagens/pubwall.jpg"); */
  background-color: #251204;
  /* height: 500px; */
  background-repeat: no-repeat;
  background-size: cover;

}

.nav{
  width: 100vw;
  height: 50px!important;
  position: fixed !important;
}

.menuitens{
  display: flex;
  position: relative;
  justify-content: center;
  align-items: center;
  font-size: 30px;
}

.nav-link{
    padding-left: 70px !important;
    color: orange !important;
}

.nav-link:hover{
    color: white !important;
}

.navbar{
  /* background-color: black!important; */
    background-color: rgba(0, 0, 0, 0.5)!important;
  /* top: 37px; */
}

/* .position-absolut {
  position: absolute;
} */

 .imgdesc{
   border-radius: 50px;
 }

 .botao{
   margin-left: 90%;
 }

 .txt{
   /* display: flex; */
   text-align: center;
   align-items: center;
   color: white;
 }

 .footer{
   padding: 0;
   margin: 0;
     width: 100%;
     bottom: 0;
     margin-top: 6%;
     background-color: rgba(0, 0, 0, 0.8);
     height: 120px;
     display: flex;
  align-items: center;
  justify-content: center;


 }

 .footer p{
   /* text-align: center; */
   color: Orange ;
   font-size: 20px;
   font-style: oblique;
   text-align: center;

 }


 .porcoes{
   color: orange;
   text-align: center;
   background-color: black;
 }


 a{
   text-decoration: none;
   color: inherit;
 }

 a:hover{
   color: white;
 }

 .alinhar{
 align-items: center;
display: flex;
flex-direction: row;
flex-wrap: wrap;
justify-content: center;
 }


.informacoes{
    /* background-color:rgba(255,255,255, 0.9); */
    align-items: center;
    text-align: center;
    color: white;
    font-size: 20px;
    margin-top: 0px;
}

.informacoes li{
  text-align: left;
  align-items: center!important;
}

.informacoes ul{
  align-items: center;
  text-align: center;


}
