.elementor-305 .elementor-element.elementor-element-e00ba5a{--display:flex;}body.elementor-page-305:not(.elementor-motion-effects-element-type-background), body.elementor-page-305 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#474747;}/* Start custom CSS for html, class: .elementor-element-b9a757b *//* HEADER */
.site-header {
  background: #fff;
  border-bottom: 1px solid #eee;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
  padding: 0.6rem 0;
}

.header-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 1rem;
}

.logo-area {
  display: flex;
  align-items: center;
  text-decoration: none;
}

.logo {
  font-size: 1.4rem; /* menor para caber */
  font-weight: bold;
  color: #4f46e5;
  margin-right: 0.5rem;
}

.logo-text {
  display: flex;
  flex-direction: column;
}

.logo-title {
  font-size: 0.95rem;
  font-weight: bold;
  color: #333;
}

.logo-sub {
  font-size: 0.7rem;
  color: #666;
}

.menu {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
}

.menu a {
  margin: 0 0.5rem;
  text-decoration: none;
  color: #333;
  font-size: 0.85rem;
  white-space: nowrap;
}

.menu-btn .btn {
  background: #4f46e5;
  color: #fff;
  padding: 0.45rem 0.9rem;
  border-radius: 5px;
  text-decoration: none;
  font-size: 0.8rem;
  white-space: nowrap;
}/* End custom CSS */