.bluebg {
    background-color: #0599BB;
}

.bannerbg {
    position: relative;
}

.bannerbg {
    z-index: -1;
    height: 75%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}

.active {
    color: #B1D23C !important;
    font-weight: 800;
}

* {
    font-family: 'Nunito', sans-serif;
    font-weight: 300;
}

.bluetext {
    color: #0599BB;
    list-style-type: none;
}

.greenbg {
    background-color: #B1D23C;
}

.greentext {
    color: #B1D23C;
}

.list-dash {
    list-style-type: '- ';
}

#empresa,
#equipa,
#servicos,
#clientes,
#contactos {
    scroll-margin-top: 100px;
    scroll-snap-margin-top: 100px;

    /* iOS 11 and older */
}

#equipaRow,
.cv,
.info {
    transition: opacity 500ms ease-out;
}

.equipaFoto,
.moreInfo,
.moreCv {
    cursor: pointer;
}

#equipa .moreInfo,
#equipa .moreCv {
    transition: color 300ms;
}

.moreInfo:hover,
.moreCv:hover {
    color: #0599bb;
}

#equipa .invisible {
    max-height: 0;
}

.fadedOut {
    opacity: 0;
}

a.nav-link:hover {
    text-decoration: underline;
}

.formacoes {
    min-height: 400px;
}

@media (min-width: 768px) {
    .formacoes {
        background-image: url('assets/img/Formacao2025.png');
        background-repeat: no-repeat;
        background-position: 50vw;
        background-size: contain;
    }
}
