.elementor-kit-7{--e-global-color-primary:#00193A;--e-global-color-secondary:#54595F;--e-global-color-text:#666666;--e-global-color-accent:#FA9939;--e-global-color-957cef9:#F8DCBF;--e-global-color-2a0b289:#C5984F;--e-global-color-f7ca8b5:#191514;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-kit-7 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* =====================================================
   HEADER BV – MENÚ OFFCANVAS
   ===================================================== */

/* ====== Header base ====== */
.bv-header{
  position: relative;
  z-index: 1002;
}

/* ====== Botón "cuadro café" ====== */
.bv-burger{
  width: 84px;
  height: 84px;
  background: #b08a4a;
  border: 0;
  border-radius: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  padding: 0;
  position: relative;
  z-index: 1005; /* siempre clickeable */
}

/* ====== Icono hamburguesa / X ====== */
.bv-burger__lines{
  width: 28px;
  height: 2px;
  background: #fff;
  position: relative;
  transition: transform .35s ease, background .2s ease;
}

.bv-burger__lines::before,
.bv-burger__lines::after{
  content:"";
  position:absolute;
  left:0;
  width: 28px;
  height: 2px;
  background:#fff;
  transition: transform .35s ease, top .35s ease, opacity .2s ease;
}

.bv-burger__lines::before{ top:-9px; }
.bv-burger__lines::after{  top: 9px; }

/* ====== Estado abierto → X ====== */
body.bv-menu-open .bv-burger__lines{
  background: transparent;
}

body.bv-menu-open .bv-burger__lines::before{
  top: 0;
  transform: rotate(45deg);
}

body.bv-menu-open .bv-burger__lines::after{
  top: 0;
  transform: rotate(-45deg);
}

/* ====== Panel offcanvas ====== */
.bv-offcanvas{
  position: fixed;
  top: 0;
  left: 0;
  height: 84px;                 /* mismo alto del botón */
  width: min(900px, 90vw);
  background: #000;
  display: flex;
  align-items: center;
  transform: translateX(-110%);
  transition: transform .45s ease;
  z-index: 1004;
  box-shadow: 0 10px 30px rgba(0,0,0,.35);
}

/* ====== Contenido del panel ====== */
.bv-offcanvas__inner{
  width: 100%;
  display: flex;
  gap: 26px;
  align-items: center;
  padding: 0 28px;
  flex-wrap: nowrap;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.bv-offcanvas__inner::-webkit-scrollbar{
  display:none;
}

/* ====== Links ====== */
.bv-link{
  color: #fff;
  text-decoration: none;
  font-weight: 600;
  font-size: 14px;
  white-space: nowrap;
}

.bv-link:hover{
  opacity: .8;
}

/* ====== Panel abierto ====== */
body.bv-menu-open .bv-offcanvas{
  transform: translateX(84px); /* deja visible el botón café */
}

/* ====== Overlay ====== */
.bv-overlay{
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,.45);
  z-index: 1003;
}

.bv-overlay[hidden]{
  display:none !important;
}

body.bv-menu-open .bv-overlay{
  display:block !important;
}

/* ====== Bloqueo de scroll ====== */
body.bv-menu-open{
  overflow: hidden;
  touch-action: none;
}

/* ====== Extras opcionales ====== */
.bv-spacer{
  flex: 1;
}

.bv-panel-logo img{
  height: 48px;
  width: auto;
  display: block;
}/* End custom CSS */