
@import url('https://fonts.cdnfonts.com/css/swansea');

.logoheader{
    width: 280px;
    height: 121px;
    flex-shrink: 0;
    border-radius: 8px;
    margin-left: -20px;
}
.fundo{
    background-color: #030303;
    height: 122px;
}

#menudesk{
    float: right;
    font-family: 'Swansea', sans-serif !important;
    font-size: 35px;
    margin-top: 30px;
    margin-right: -80px;
}

a{
    text-decoration: none !important;
}

@media (max-width: 331px) {
    .logoheader{
        width: 200px;
        height: 101px;
    }
}
@media (max-width: 1477px) {
    #menudesk{
        margin-right: -25px !important;
    }
}
