body {
    margin: 0;
    font-family: Arial, sans-serif;
}

.container {
    width: 90%;
    max-width: 1200px;
    margin: auto;
}

.header {
    background: #111;
    color: white;
    padding: 20px 0;
}

.header .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.nav a {
    color: white;
    text-decoration: none;
    margin-left: 20px;
}

.hero {
    background: linear-gradient(135deg, #3a7bd5, #00d2ff);
    color: white;
    padding: 100px 0;
    text-align: center;
}

.hero button {
    padding: 10px 20px;
    border: none;
    background: white;
    color: #3a7bd5;
    cursor: pointer;
}

.contenido {
    padding: 60px 0;
}

.footer {
    background: #111;
    color: white;
    text-align: center;
    padding: 20px 0;
}

.hero {
    height: 100vh;
    background: linear-gradient(135deg, #1e3c72, #2a5298);
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: white;
}

.hero h1 {
    font-size: 3rem;
}

.btn {
    display: inline-block;
    margin-top: 20px;
    padding: 12px 30px;
    background: white;
    color: #1e3c72;
    text-decoration: none;
    border-radius: 5px;
    font-weight: bold;
}

.services {
    padding: 80px 20px;
    background: #f5f5f5;
}

.buavi-topbar{
  background:#111;
  color:#fff;
  text-align:center;
  padding:8px 12px;
  font-size:14px;
}

.site-header {
  background: #0b0f1a;
}

.ast-primary-header-bar {
  min-height: 80px;
  padding: 10px 30px;
}

/* menú a la derecha */
.main-header-bar-navigation {
  margin-left: auto;
}

/* links */
.main-header-menu > .menu-item > .menu-link{
  color:#fff;
  font-weight:600;
}

/* opcional: resaltar el último item como botón */
.main-header-menu > .menu-item:last-child > .menu-link{
  background:#ffffff;
  color:#0b0f1a;
  padding:10px 14px;
  border-radius:10px;
}