/* =========================
   Header – Eventos (mobile)
   ========================= */
@media (max-width: 768px) {
  header#header-eventos {
    background-color: #015cac;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 20px 20px;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 2000;
  }

  .logo-eventos img {
    height: 66px;
  }

  .titulo-eventos {
    margin-left: 12px;
    font-family: 'Bebas Neue', sans-serif;
    font-size: 1.4rem;
	font-weight: 600;
    color: #fff;
  }
}
