#header, 
header, 
.jumbotron header .row.justify-content-between {
    background-color: #000 !important;
}


#menuMobile {
    background-color: black !important;

}

#topo  {
    background-color: #000 !important;
}

#topoLP {
    background-color: #000 !important;
}

#topoLista{
    background-color: #000 !important;
}


.dropdown-menu {
    background-color: #000 !important;
}

.botao{
    background: #0ff8ff;
    color: #000;
    padding: 10px 25px;
    border-radius: 25px;
    text-decoration: none;
    font-weight: bold;
    font-size: 14px;
    transition: transform 0.3s, box-shadow 0.3s;
    box-shadow: 0 0 20px rgba(15, 248, 255, 0.6);
}

.botao {
    transform: scale(1.05);
    box-shadow: 0 0 30px rgba(15, 248, 255, 0.9);
}

.btnAzCl{
    background: #0ff8ff !important;
    color: #000;
    padding: 10px 25px;
    border-radius: 25px;
    text-decoration: none;
    font-weight: bold;
    font-size: 14px;
    transition: transform 0.3s, box-shadow 0.3s;
    box-shadow: 0 0 20px rgba(15, 248, 255, 0.6);
}

.btnAzCl:hover {
    transform: scale(1.05);
    box-shadow: 0 0 30px rgba(15, 248, 255, 0.9);
}

footer {
    background-color: #000 !important;
}