/* app.css 

A plataforma tem como base uma alternativa ao bootstrap 5
BootSwatch - Sandstone
    www.bootswatch.com

*/

/* * {
    box-shadow: inset 0px 0px 1px rgba(255,0,0,1);
} */

.navegacao{
    background-color: rgb(239, 242, 246);
    color: rgb(248, 243, 243);
}

.rodape{
    background-color: rgb(50,171,50);
    color: white;
}

.btn-menu{
    margin-top: 3px;    
}

.body-area{
    margin-top: 80px;    
    margin-bottom: 50px;
  
}

.text-erro{
    color: yellow;
    background-color: rgb(255, 21, 21);
    font-weight: bold;
}

.logotipo{
    position: relative;
    z-index: 1;
  }

  