body{
    
    color: white !important;


    background-image: url('../imagens/bg.png');
    background-repeat: repeat-y;
        /* Repete somente na vertical */
        background-size: 100% auto;
        /* Largura ocupa 100%, altura se ajusta automaticamente */
        background-position: top center;
        /* Alinha no topo e centraliza horizontalmente */
}

.letra-preta{
    color: rgb(0, 0, 0) !important;
}

.bg-dark {
    background-color: rgb(62, 70, 79) !important;
}

.menu_sup{
    margin-left: 10vw;
}

#logoSite {
    transition: all 0.4s ease-in-out;
}

.logo-menor {
    width: 172px !important;
}

.barraNavegacao{
    position: sticky;
    top: 0;
    z-index: 999;
    width: 100%;
    transition: background-color 0.4s ease, opacity 0.4s ease;
    background-color: rgb(0, 0, 0);
    min-height: 130px;
}


.card-title{
    color: rgb(0, 0, 0) !important; 
}

/* Quando rolar */
.barraNavegacao.rolada {
    opacity: 0.9;
    background-color: rgba(0, 0, 0, 0.95);
}


.bordaCima{
    border-top: 5px solid #b3b0b0 !important;
}

.bordaBaixo{
    border-bottom: 5px solid #b3b0b0 !important;
}

.navbar-nav{
    font-size: 16px;
    text-decoration: none !important;
    text-transform: uppercase;
    line-height: 10vh
}

.navbar{
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.nav-link:focus, .nav-link:hover{
    color: rgb(14, 7, 7) !important;
    background-color: rgb(100, 82, 82) !important;
}



.dropdown{
    text-transform: uppercase;
    font-weight: bold;
}

.dropdown:hover{
    background-color: rgb(255, 255, 255) !important;
    color: rgb(41, 36, 36) !important;
}

.text-blue{
    color: #56698F !important;
}


.link-menu{
    color: rgb(255, 255, 255);
    font-weight: bolder !important;
}

.active{
    color: rgb(94, 94, 94) !important;
    text-decoration: underline;
}

.fas{
    color: #56698F !important;
}

.fab{
    color: #56698F !important;
}

.fa{
    color: #56698F !important;
}

h1,h2,h3,h4,h5 {
    color: #56698F !important;
}


a {
    color: #56698F;
    text-decoration: none !important;
}

a:hover {
    color: #ffffff !important;
    text-decoration: none !important;
}

.fab:hover {
    color: #ffffff !important;
    text-decoration: none !important;
}