.BgVerdeGrad {
    background: linear-gradient(135deg, #26A737, #2DB39E);
    text-align: center;
}

body {
    background-color: #F9FAFB;
    font-family: 'Roboto', sans-serif;
}

.logo-img {
    max-width: 298px;
    max-height: 98px;

}

.table {
    margin: 0 auto;
    height: 15vh;
    width: 30vh;
}

.rodape {
    background: linear-gradient(135deg, #2DB39E, #26A737);
    text-align: center;
}

.logo_section {
    padding: 0;
    width: auto;
    text-align: center;
    background: transparent;
    float: left;
}

.bar-img {
    border-bottom: 5px solid #F59C01;
}

.active  {
    font-weight: bold;
}

.card-inicio a {
    color: #26A737;
}

.card-inicio a:hover {
    color: white;
}

.card-inicio:hover {
    background-color: #26A737;
}

.nav-link:hover {
    background-color: #26A737;
    color: white !important;
}

.navbar-nav {
    font-size: larger;
}

.dropdown-item:hover {
    background-color: #26A737;
    color: white;
}
