.corpo{background-color: black
    ;color:white;}

/*Barra de Rolagem*/
::-webkit-scrollbar-track{background-color: 000000;}
::-webkit-scrollbar{width: 6px;background: #000000;}
::-webkit-scrollbar-thumb{background: #0066ff;border-radius: 15px;}


/*Utilitários*/
.oculto{opacity:0%}


/*navbar*/
.navbar{background-color: black; padding: 20px;}
.img-logo{float: left;margin-left:70px;}
.navbar-lista{list-style: none;display: inline;}
.navbar-lista li a{color: white;float: right;font-size: 20px;margin-left: -12px;margin-right: 50px;text-decoration: none; transition-duration: 0.7s;}
.navbar-lista li a:hover{color: rgb(0, 132, 255); scale: 1.02; transition: 0.7s;margin-top: -5px;}


/*sobre*/
.detalhes{margin-top: 40px;}
.detalhes h1{padding: 36px 164px 36px;font-weight: bold;}
.item{transition-duration: 0.7s;}
.item:hover{scale: 1.04; transition: 0.7s;}
.txt-dtl{font-weight: bold;font-size: 20px;margin-top: 16px;}
.txt-baixo-dtl{font-size: 15px;max-width: 419px;padding: 0px 0px 36px;}


/*footer*/
.txt-footer{color: white;padding: 20px 0px 0px;font-weight: bold;margin-left: 15px;max-width: 170px;}
.navbar-footer li{margin: 10px;}
.navbar-footer li a{color: white;font-size: 12px;text-decoration: none;margin-top: 15px;}
.navbar-footer{list-style: none;}
.navbar-footer li a{color: white;font-size: 12px;text-decoration: none;margin-top: 15px;transition-duration: 0.7s;}
.navbar-footer li a:hover{color: rgb(0, 132, 255);scale: 1.1;transition: 0.7s;margin-left: 5px;}
.copy{background-color: black ;padding: 2px;color: white; font-weight: bold;}