﻿.swagger-ui .topbar {
    background-color: #003366; /* Color corporativo */
}

.swagger-ui .topbar-wrapper img {
    content: url('/images/logo.png'); /* Ruta a tu logo */
    width: 150px;
    height: auto;
}

.swagger-ui .topbar-wrapper .link span {
    display: none; /* Oculta el texto por defecto */
}

.swagger-ui section.models {
    display: none !important;
}

