/* Reducir el espacio superior e inferior del header */
.container-header {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
}

/* Reducir el margen del nombre o logo de la marca */
.navbar-brand {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
}