.elementor-24 .elementor-element.elementor-element-7fffdcd{width:100%;max-width:100%;}/* Start custom CSS for html, class: .elementor-element-7fffdcd *//* =========================================================
   HEADER DECK RESTORE PRO - CSS AISLADO
   No usa .container para evitar conflictos con Elementor
========================================================= */

.drp-top,
.drp-header,
.drp-top *,
.drp-header * {
  box-sizing: border-box;
}

.drp-top p,
.drp-header p {
  margin: 0;
}

.drp-top a,
.drp-header a {
  text-decoration: none;
}

/* CONTENEDOR PROPIO DEL HEADER */

.drp-header-container {
  width: min(100% - 32px, 1140px);
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
}

/* BARRA SUPERIOR */

.drp-top {
  width: 100%;
  background: #000;
  border-bottom: 1px solid rgba(231, 220, 200, .14);
  color: rgba(250, 250, 250, .85);
  font-family: Inter, Arial, sans-serif;
  font-size: 13px;
  line-height: 1.2;
}

.drp-top .drp-header-container {
  min-height: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.drp-top span {
  color: #d1b48f;
}

/* HEADER PRINCIPAL */

.drp-header {
  width: 100%;
  max-width: none;
  position: sticky;
  top: 0;
  z-index: 999;
  background: #050504;
  border-bottom: 1px solid rgba(231, 220, 200, .12);
  font-family: Inter, Arial, sans-serif;
}

.drp-nav {
  min-height: 92px;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 44px;
}

/* LOGO */

.drp-brand {
  display: flex;
  align-items: center;
  flex-shrink: 0;
}

.drp-brand-logo {
  display: block;
  width: 250px;
  max-width: 100%;
  max-height: 72px;
  object-fit: contain;
}

/* MENÚ DESKTOP */

.drp-menu {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
}

.drp-menu a {
  color: rgba(250, 250, 250, .82);
  font-size: 14px;
  font-weight: 800;
  line-height: 1.2;
  text-align: center;
  transition: color .25s ease;
}

.drp-menu a:hover,
.drp-menu a:active {
  color: #d1b48f;
}

/* BOTÓN PRINCIPAL */

.drp-nav-cta {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.drp-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 28px;
  border-radius: 6px;
  border: 0;
  font-size: 14px;
  font-weight: 900;
  line-height: 1.15;
  text-align: center;
  white-space: nowrap;
  transition: transform .25s ease, background .25s ease;
}

.drp-btn:hover {
  transform: translateY(-2px);
  background: WHITE;
}

.drp-btn-primary {
  background: #d1b48f;
  color: #000;
}

/* BOTÓN HAMBURGUESA */

.drp-toggle {
  display: none;
  width: 48px;
  height: 48px;
  border: 1px solid rgba(231, 220, 200, .18);
  background: rgba(250, 250, 250, .06);
  color: #fff;
  border-radius: 6px;
  font-size: 25px;
  line-height: 1;
  cursor: pointer;
}

.drp-menu-close,
.drp-mobile-estimate {
  display: none;
}

.drp-overlay {
  display: none;
}

body.drp-no-scroll {
  overflow: hidden;
}

/* =========================================================
   RESPONSIVE - OFFCANVAS IZQUIERDA A DERECHA
========================================================= */

@media (max-width: 980px) {
  .drp-top {
    display: none;
  }

  .drp-header-container {
    width: min(100% - 28px, 1140px);
  }

  .drp-nav {
    min-height: 78px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
  }

  .drp-brand-logo {
    width: 220px;
    max-height: 60px;
  }

  .drp-nav-cta {
    display: none;
  }

  .drp-toggle {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
  }

  .drp-menu {
    position: fixed;
    top: 0;
    left: 0;
    width: min(84vw, 350px);
    height: 100vh;
    background: #050504;
    border-right: 1px solid rgba(231, 220, 200, .16);
    box-shadow: 22px 0 70px rgba(0, 0, 0, .58);
    padding: 90px 24px 30px;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-start;
    gap: 0;
    transform: translateX(-105%);
    transition: transform .32s ease;
    z-index: 1001;
  }

  .drp-menu.open {
    transform: translateX(0);
  }

  .drp-menu a {
    width: 100%;
    padding: 18px 0;
    border-bottom: 1px solid rgba(231, 220, 200, .10);
    font-size: 16px;
    text-align: left;
    color: rgba(250, 250, 250, .86);
  }

  .drp-menu a.active {
    color: #d1b48f;
  }

  .drp-menu-close {
    display: flex;
    position: absolute;
    top: 22px;
    right: 22px;
    width: 44px;
    height: 44px;
    align-items: center;
    justify-content: center;
    background: rgba(250, 250, 250, .07);
    border: 1px solid rgba(231, 220, 200, .16);
    color: #fff;
    border-radius: 6px;
    font-size: 30px;
    line-height: 1;
    cursor: pointer;
  }

  .drp-mobile-estimate {
    display: flex;
    margin-top: 24px;
    border-bottom: 0 !important;
    text-align: center !important;
  }

  .drp-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, .64);
    backdrop-filter: blur(4px);
    z-index: 1000;
  }

  .drp-overlay.show {
    display: block;
  }
}

@media (max-width: 520px) {
  .drp-header-container {
    width: calc(100% - 24px);
  }

  .drp-nav {
    min-height: 74px;
  }

  .drp-brand-logo {
    width: 185px;
  }

  .drp-toggle {
    width: 44px;
    height: 44px;
    font-size: 23px;
  }

  .drp-menu {
    width: min(86vw, 330px);
    padding: 86px 22px 28px;
  }
}/* End custom CSS */