.toolbar-setela, .bg-toolbar{
    background-color: #005ca1;
    color: #ffffff;
}
.bg-header{
    border-bottom: groove 2px #d38600;
    margin-bottom: 1em;
}
.webtitle{
    color: #161616;
    font-size: medium;
}
.img-about{    
    border-radius: 1em;
    box-shadow: -5px 5px 5px #333;
}
#sspMainMenu .nav-link{
    color: #222222;
}
@media (max-width: 950px) {
    .img-about{
        border-radius: 0;
        box-shadow: none;
    }
    #sspMainMenu .nav-link{
        color: #eeeeee;
    }   
   
}
@media (min-width: 950px) {
    .bg-header{   
        position: sticky;
        top: 0;
        z-index: 1000;
        background: #fff;
    }  
}
/* Centrar verticalmente el div #about */
#about {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

/* Centrar verticalmente el row que contiene #about */
.row:has(#about) {
    align-items: center;
}

.navbar .dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0; /* evita salto visual */
}