.elementor-2014 .elementor-element.elementor-element-ab82f6c{--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;--overlay-opacity:0.5;}.elementor-2014 .elementor-element.elementor-element-ab82f6c:not(.elementor-motion-effects-element-type-background), .elementor-2014 .elementor-element.elementor-element-ab82f6c > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#124A4A;}.elementor-2014 .elementor-element.elementor-element-ab82f6c::before, .elementor-2014 .elementor-element.elementor-element-ab82f6c > .elementor-background-video-container::before, .elementor-2014 .elementor-element.elementor-element-ab82f6c > .e-con-inner > .elementor-background-video-container::before, .elementor-2014 .elementor-element.elementor-element-ab82f6c > .elementor-background-slideshow::before, .elementor-2014 .elementor-element.elementor-element-ab82f6c > .e-con-inner > .elementor-background-slideshow::before, .elementor-2014 .elementor-element.elementor-element-ab82f6c > .elementor-motion-effects-container > .elementor-motion-effects-layer::before{--background-overlay:'';}.elementor-2014 .elementor-element.elementor-element-cd72db7{width:100%;max-width:100%;}.elementor-2014 .elementor-element.elementor-element-cd72db7.elementor-element{--flex-grow:1;--flex-shrink:0;}.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}/* Start custom CSS for html, class: .elementor-element-cd72db7 *//* ---------- GENERAL ---------- */
body {
  margin: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.md-site-header {
  position: sticky;
  top: 0;
  z-index: 999;
  background-color: #004343;
}

.md-header-inner {
  max-width: 1200px;
  margin: 10px auto;
  padding: 14px 40px;
  background-color: #005555;
  border-radius: 999px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.45);
}

/* ---------- LOGO ---------- */
.md-logo {
  display: flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
}

.md-logo img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  object-fit: cover;
}

.md-logo-text {
  color: #ffffff;
  font-weight: 700;
  font-size: 18px;
}

/* ---------- MENÚ DESKTOP ---------- */
.md-main-nav ul {
  list-style: none;
  display: flex;
  gap: 40px;
  margin: 0;
  padding: 0;
}

.md-main-nav a {
  color: #ffffff;
  text-decoration: none;
  font-size: 15px;
  font-weight: 500;
  transition: opacity 0.2s ease, transform 0.2s ease;
}

.md-main-nav a:hover {
  opacity: 0.85;
  transform: translateY(-1px);
}

/* ---------- SUBMENÚ Productos ---------- */
.has-submenu {
  position: relative;
}

.has-submenu .submenu {
  display: none;
  position: absolute;
  top: 130%;
  left: 0;
  min-width: 200px;
  background-color: #005555;
  border-radius: 16px;
  padding: 8px 0;
  list-style: none;
  margin: 0;
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.45);
}

.has-submenu .submenu li a {
  display: block;
  padding: 8px 18px;
  font-size: 14px;
  width: 100%;
}

.has-submenu .submenu li a:hover {
  background: rgba(0, 0, 0, 0.12);
}

/* Teléfono oculto en tablet y móvil */
@media (max-width: 1024px) {
  .md-header-phone { display: none; }
}

/* ---------- HAMBURGUESA ---------- */
.md-burger {
  display: none;
  background: none;
  border: none;
  cursor: pointer;
  padding: 4px;
}

.md-burger span {
  display: block;
  width: 22px;
  height: 2px;
  background: #ffffff;
  border-radius: 999px;
  margin: 4px 0;
}

/* --- BREAKPOINT TABLET/MÓVIL --- */
@media (max-width: 768px) {
  .md-header-inner {
    border-radius: 20px;
    padding: 10px 16px;
  }

  .md-burger { display: block; }

  .md-main-nav {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
  }

  .md-main-nav.open {
    display: block;
  }

  .md-main-nav ul {
    flex-direction: column;
    align-items: center;
    background: #005555;
    border-radius: 0 0 20px 20px;
    padding: 14px 0;
    gap: 12px;
    box-shadow: 0 16px 40px rgba(0,0,0,0.45);
  }

  .has-submenu .submenu {
    position: static;
    box-shadow: none;
    background: transparent;
    padding: 4px 0 0;
    min-width: 0;
  }
}
/* Línea naranja bajo el item al pasar el mouse */
.md-main-nav a {
  position: relative;
}

.md-main-nav a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -6px;
  width: 0%;
  height: 2px;
  background-color: #FF8A00; /* naranja */
  transition: width 0.25s ease;
}

/* Al hacer hover, se expande */
.md-main-nav a:hover::after {
  width: 100%;
}
.md-main-nav a::after {
  height: 3px;
  border-radius: 10px;
  background: linear-gradient(90deg, #ff8a00, #ffb100);
}
.md-logo {
  display: flex;
  align-items: center;
  gap: 8px;
  text-decoration: none;
}

.md-logo-text {
  font-size: 22px;
  font-weight: 700;
  color: #ffffff; /* color de “Mascotas” */
}

.md-logo-text .dog {
  color: #ec642c; /* NARANJA para DOG */
}/* End custom CSS */