.elementor-16 .elementor-element.elementor-element-68c3980{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-d6be9df *//* HEADER MODERNO RJ SERV */
.header {
  background: #000;
  color: #fff;
  font-family: 'Inter', sans-serif;
  border-bottom: 3px solid #CA864E;
}

/* Barra superior */
.header-top {
  background: #111;
  padding: 8px 20px;
  font-size: 0.9rem;
  text-align: center;
}

.contact-info span {
  margin: 0 10px;
  color: #f4efe9;
}

/* Contenedor principal */
.header-main {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px 40px;
  flex-wrap: wrap;
}

.logo {
  width: 180px;
  height: auto;
}

.header-main h1 {
  color: #CA864E;
  font-size: 1.8rem;
  font-weight: 700;
}

/* Menú */
.nav-menu {
  display: flex;
  gap: 20px;
  list-style: none;
}

.nav-menu a {
  color: #fff;
  text-decoration: none;
  font-weight: 600;
}

.nav-menu a:hover,
.nav-menu .active {
  color: #CA864E;
}

/* Submenú */
.submenu ul {
  display: none;
  position: absolute;
  background: #fff;
  color: #000;
  padding: 10px;
  border-radius: 6px;
}

.submenu:hover ul {
  display: block;
}

/* Responsive */
@media (max-width: 768px) {
  .nav-menu {
    display: none;
    flex-direction: column;
    background: #111;
    width: 100%;
    padding: 20px;
  }

  .nav-menu.show {
    display: flex;
  }

  .nav-toggle {
    display: block;
    background: none;
    border: none;
    color: #CA864E;
    font-size: 1.5rem;
  }

  .header-main {
    flex-direction: column;
    align-items: center;
  }

  .header-main h1 {
    font-size: 1.4rem;
    text-align: center;
  }
}/* End custom CSS */