﻿:root { --orange: #ff9215; }

.contact-button { display: none; }

.nav {
  height: 80px;
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  display: flex;
  align-items: center;
  gap: 28px;
  background: #03182c;
  padding-left: 3% !important;
  padding-right: 3% !important;
}

.missing-photo {
  position: relative !important;
  background: #eaf2fb !important;
}

.missing-photo::before {
  content: 'Agregue: ' attr(data-missing-photo);
  position: absolute;
  inset: 0;
  z-index: 5;
  display: grid;
  place-items: center;
  padding: 20px;
  background: #eaf2fb;
  color: #536073;
  font: 700 13px Inter, Arial, sans-serif;
  text-align: center;
}

.hero.missing-photo::before {
  inset: auto 22px 18px auto;
  border: 1px dashed #9db0c4;
  border-radius: 6px;
  padding: 10px;
  background: #eaf2fb;
  color: #0a1a30;
}

.brand {
  min-width: 210px !important;
  height: 66px;
  overflow: hidden;
}

.brand img {
  width: 205px;
  height: 136px;
  object-fit: cover;
  object-position: center 51%;
  mix-blend-mode: screen;
}

.nav-links {
  display: flex;
  justify-content: space-between;
  flex: 1;
}

.nav-links a {
  color: #fff;
  text-decoration: none;
  font-size: 13px;
  font-weight: 600;
}

.nav-links .active { color: var(--orange); }

@media (max-width: 980px) {
  .nav .nav-links { display: none; }
}

@media (max-width: 620px) {
  .brand { min-width: 0; width: 180px; }
  .brand img { width: 180px; height: 120px; }
}
