/* ===============================
   TOP NAVBAR (Material)
   =============================== */

/* Fondo blanco */
.md-header {
    background-color: #ffffff !important;
    color: #000000;
    border-bottom: 1px solid #000000;
}

/* Quitar sombra azul */
.md-header[data-md-state="shadow"] {
    box-shadow: none;
}

/* Texto del título */
.md-header__title,
.md-header__topic {
    color: #000000 !important;
}

/* ===============================
   LOGO
   =============================== */

.md-header__button.md-logo img {
    width: 170px;
    height: 50px;
    object-fit: contain;
}

