.elementor-15 .elementor-element.elementor-element-4163368{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.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-e713c34 */:root {
  --sp-black: #050505;
  --sp-white: #ffffff;
  --sp-text: #111111;
  --sp-muted: #92979f;
  --sp-line: #e6e8eb;
  --sp-blue: #246fd3;
  --sp-blue-dark: #174c9f;
}

.sp-header,
.sp-header * {
  box-sizing: border-box;
}

.sp-header {
  width: 100%;
  position: relative;
  z-index: 999;
  background: var(--sp-white);
  font-family: Arial, Helvetica, sans-serif;
  border-bottom: 1px solid var(--sp-line);
}

.sp-container {
  width: calc(100% - 40px);
  max-width: 1575px;
  margin: 0 auto;
}

/* Franja superior */

.sp-header__top {
  height: 39px;
  background: var(--sp-black);
}

.sp-header__top-inner {
  height: 100%;
  display: flex;
  align-items: center;
}

.sp-header__top-spacer {
  flex: 0 0 360px;
}

.sp-header__utility {
  flex: 1;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 28px;
}

.sp-header__utility a {
  color: var(--sp-white);
  text-decoration: none;
  font-size: 12px;
  font-weight: 600;
  line-height: 1;
}

.sp-icon-link,
.sp-cart-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.sp-icon-link svg,
.sp-cart-link svg {
  width: 23px;
  height: 23px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.sp-cart-count {
  min-width: 22px;
  height: 22px;
  padding: 0 6px;
  border-radius: 999px;
  background: var(--sp-white);
  color: var(--sp-black);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 11px;
  font-weight: 800;
}

/* Fila principal */

.sp-header__main {
  background: var(--sp-white);
}

.sp-header__main-inner {
  min-height: 92px;
  display: flex;
  align-items: center;
  position: relative;
}

/* Bloque negro con diagonal redondeada */

.sp-header__brand {
  position: relative;
  flex: 0 0 390px;
  align-self: stretch;
  color: var(--sp-black);
  text-decoration: none;

  margin-left: 0;
  z-index: 1;
}

.sp-header__brand::before {
  content: "";
  position: absolute;

  top: 0;
  bottom: 0;
  right: calc(100% - 1px);

  width: 100vw;

  background: var(--sp-black);

  z-index: -1;
}

.sp-header__brand-shape {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  display: block;
  color: var(--sp-black);
  pointer-events: none;
  z-index: 0;
filter:
        drop-shadow(1px 0 0 #d9d9d9)
        drop-shadow(4px 0 8px rgba(0,0,0,.08));
}
.sp-header__brand-content {
  position: relative;
  z-index: 2;
  height: 100%;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 0 75px 0 38px;
  color: var(--sp-white);
}

.sp-header__brand-symbol {
  width: 72px;
  flex: 0 0 72px;
  font-size: 0;
  position: relative;
  height: 54px;
}

.sp-header__brand-symbol::before,
.sp-header__brand-symbol::after {
  content: "";
  position: absolute;
  width: 52px;
  height: 17px;
  background: linear-gradient(
    135deg,
    #4d98ff 0%,
    var(--sp-blue) 50%,
    var(--sp-blue-dark) 100%
  );
  transform: skewX(-27deg);
  border-radius: 5px 2px 5px 2px;
}

.sp-header__brand-symbol::before {
  top: 8px;
  left: 10px;
  box-shadow: -10px 16px 0 -3px var(--sp-blue);
}

.sp-header__brand-symbol::after {
  right: 10px;
  bottom: 8px;
  transform: skewX(-27deg) rotate(180deg);
}

.sp-header__brand-copy {
  display: flex;
  flex-direction: column;
  white-space: nowrap;
  line-height: 0.86;
}

.sp-header__brand-copy strong {
  font-size: 27px;
  font-weight: 900;
  font-style: italic;
  letter-spacing: -1px;
}

.sp-header__brand-copy small {
  margin-top: 6px;
  font-size: 14px;
  font-weight: 800;
  font-style: italic;
}

/* Menú */

.sp-header__menu {
  display: flex;
  align-items: center;
  gap: 38px;
  margin-left: 18px;
  white-space: nowrap;
}

.sp-header__menu a {
   color:#4a4a4a;      /* antes #111 */
    font-size: 13px;     /* antes 13px */
    font-weight: 700;    /* antes 800 */
    letter-spacing: .4px;
    text-transform: uppercase;

    transition: .25s;
}

.sp-header__menu a:hover {
    color: #000;
}

/* Buscador */

.sp-header__search {
  margin-left: auto;
  flex: 0 1 365px;
  height: 44px;
  display: flex;
  border: 1px solid #d7dade;
  border-radius: 4px;
  background: var(--sp-white);
  overflow: hidden;
}

.sp-header__search:focus-within {
  border-color: var(--sp-blue);
  box-shadow: 0 0 0 3px rgba(36, 111, 211, 0.1);
}

.sp-header__search input[type="search"] {
  flex: 1;
  min-width: 0;
  height: 100%;
  border: 0;
  outline: 0;
  padding: 0 17px;
  font-family: inherit;
  font-size: 13px;
  color: var(--sp-text);
  background: transparent;
  box-shadow: none;
  appearance: none;
}

.sp-header__search input::placeholder {
  color: var(--sp-muted);
  opacity: 1;
}

.sp-header__search button {
    all: unset;
    display: flex;
    align-items: center;
    justify-content: center;

    width: 50px;
    height: 100%;

    cursor: pointer;

    border-left: 1px solid #d7dade;
    background: #fff;
}
.sp-header__search button svg {
  width: 23px;
  height: 23px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.2;
  stroke-linecap: round;
}

.sp-menu-toggle {
  display: none;
}

.screen-reader-text {
  position: absolute !important;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
}

/* Ajuste para pantallas medianas */

@media (max-width: 1180px) {
  .sp-header__top-spacer {
    flex-basis: 320px;
  }

  .sp-header__brand {
    flex-basis: 350px;
  }

  .sp-header__menu {
    gap: 24px;
    margin-left: 8px;
  }

  .sp-header__search {
    flex-basis: 290px;
  }
}

/* Tablet */

@media (max-width: 1024px) {
  .sp-container {
    width: calc(100% - 24px);
  }

  .sp-header__top-spacer {
    display: none;
  }

  .sp-header__utility {
    justify-content: flex-end;
  }

  .sp-header__main-inner {
    min-height: 76px;
  }

  .sp-header__brand {
    flex-basis: 315px;
    margin-left: -12px;
  }

  .sp-header__brand-shape {
    height: 76px;
  }

  .sp-header__brand-content {
    padding-left: 26px;
    padding-right: 62px;
  }

  .sp-header__brand-copy strong {
    font-size: 22px;
  }

  .sp-header__brand-copy small {
    font-size: 12px;
  }

  .sp-menu-toggle {
    display: block;
    margin-left: auto;
    width: 43px;
    height: 43px;
    border: 1px solid var(--sp-line);
    background: var(--sp-white);
    padding: 9px;
    cursor: pointer;
  }

  .sp-menu-toggle span {
    display: block;
    height: 2px;
    margin: 5px 0;
    background: var(--sp-text);
    transition: 0.2s ease;
  }

  .sp-header__menu {
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    margin: 0;
    padding: 12px 20px 20px;
    background: var(--sp-white);
    border-top: 1px solid var(--sp-line);
    border-bottom: 1px solid var(--sp-line);
    box-shadow: 0 16px 24px rgba(0, 0, 0, 0.08);
  }

  .sp-header__menu.is-open {
    display: flex;
  }

  .sp-header__menu a {
    padding: 14px 4px;
    border-bottom: 1px solid #eeeeee;
  }

  .sp-header__search {
    display: none;
  }

  .sp-menu-toggle.is-open span:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
  }

  .sp-menu-toggle.is-open span:nth-child(2) {
    opacity: 0;
  }

  .sp-menu-toggle.is-open span:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
  }
}

/* Móvil */

@media (max-width: 650px) {
  .sp-header__top {
    height: 35px;
  }

  .sp-header__utility {
    gap: 14px;
  }

  .sp-header__utility a:nth-child(2),
  .sp-header__utility a:nth-child(3) {
    display: none;
  }

  .sp-header__main-inner {
    min-height: 70px;
  }

  .sp-header__brand {
    flex-basis: 270px;
  }

  .sp-header__brand-content {
    padding-left: 20px;
    padding-right: 55px;
  }

  .sp-header__brand-symbol {
    width: 54px;
    flex-basis: 54px;
    transform: scale(0.82);
    transform-origin: left center;
  }

  .sp-header__brand-copy strong {
    font-size: 19px;
  }

  .sp-header__brand-copy small {
    font-size: 10px;
  }
}/* End custom CSS */