﻿.swagger-ui .topbar {
    background: linear-gradient(90deg, #2b0000 0%, #C82323 100%);
}

.swagger-ui .topbar-wrapper a {
    content: url('images/logoo.png');
    background-image: url('images/logoifome.png');
    background-size: contain;
    background-repeat: no-repeat;
    width: auto; /* Ajuste conforme o tamanho do seu logo */
    height: 60px;
    display: inline-block;
}