/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 27/11/2020, 22:43:15
    Author     : Paulo Pinto
*/
* {
    font-family: "Rubik", sans-serif;
}
body{
    background-image: url("../img/fundo.png");
    background-position: center;
    background-size: contain;
}
.corBranca{
    color:#FFFFFF;
}
.navbar .logotipo{
    position: absolute;
    height: 150%;
    width: auto;
    max-height: 300px;
    top: 0px;
    left:25px;
    max-width: none;
}
.navbar-dark .navbar-nav .nav-link{
    background: #00758d;
    color: #ffffff; 
}
.nomeUser li{
    background: #00758d;
    border-radius: 20px;
}
.h1 {
}
header {    
  
    color: #ffffff;
    min-height: 150px;
}
header a {
    color: #ffffff;
}
header a.botaoLogin {
    border: 1px solid #ffffff;
    width: 50px;
    height: 50px;
    text-align: center;
    cursor: pointer;
}
header a.botaoLogin i {
    vertical-align: middle;
}
footer{
    background: #00758d;
    color: #ffffff; 
}
.center-everything {
    display: flex;
    align-items: center;
    justify-content: center;
}