.subheader{
    background-color: var(--azul);
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: end;
    min-height: 9vh;
}

.logo{
    max-width: 145px;
    margin-bottom: -.2rem;
}

.subheader ul li{
    color: white;
    cursor: pointer;
    font-size: .9rem;
    font-weight: 400;
    padding: .5rem 1rem 0 1rem;
}

.subheader ul{
    border-bottom: 3px solid red;
    gap:0;
}

.subheader ul li:hover{
    border-top: 3px solid red;
    border-right: 3px solid red;
    border-left: 3px solid red;
    border-radius: 20px 20px 0 0;
}