.elementor-kit-7{--e-global-color-primary:#1E2B3C;--e-global-color-secondary:#44AA66;--e-global-color-text:#B8BCC8;--e-global-color-accent:#F2EDE4;--e-global-typography-primary-font-family:"Cormorant Garamond";--e-global-typography-primary-font-weight:500;--e-global-typography-secondary-font-family:"DM Sans";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Cormorant Garamond";--e-global-typography-text-font-weight:500;--e-global-typography-accent-font-family:"DM Sans";--e-global-typography-accent-font-weight:600;}.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);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@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 */:root {
  --real:        #1E2B3C;
  --real-mid:    #2E4460;
  --real-light:  #3D5A7A;
  --laurel:      #2D3630;
  --laurel-mid:  #4A6B55;
  --platino:     #B8BCC8;
  --platino-lt:  #D8DCE8;
  --crema:       #F2EDE4;
  --crema-dark:  #E8E1D4;
  --negro:       #0E131A;
  --texto-mid:   #4A5568;
  --texto-light: #8A9AB0;
}
 
/* ── TIPOGRAFÍA BASE ── */
body {
  font-family: 'DM Sans', sans-serif;
  color: var(--real);
}
 
h1, h2, h3, h4, h5, h6,
.elementor-heading-title {
  font-family: 'Cormorant Garamond', serif !important;
  font-weight: 300 !important;
}
 
/* Cursiva en headings (tag <em>) */
.elementor-heading-title em {
  font-style: italic;
  color: var(--platino);
}
 
/* ── CURSOR PERSONALIZADO ── */
/* * { cursor: none !important; } */
 
#bdma-cursor {
  position: fixed;
  width: 10px; height: 10px;
  background: var(--real);
  border-radius: 50%;
  pointer-events: none;
  z-index: 99999;
  transform: translate(-50%, -50%);
  transition: width .2s, height .2s, background .2s, opacity .2s;
  mix-blend-mode: multiply;
}
 
#bdma-cursor.hover {
  width: 36px; height: 36px;
  background: var(--platino);
  opacity: .7;
}
 
/* ── PATRÓN DE LÍNEAS (fondo hero y secciones oscuras) ── */
.bdma-hero .elementor-container,
.bdma-dark-pattern .elementor-container {
  position: relative;
}
 
.bdma-hero::before,
.bdma-dark-pattern::before {
  content: '';
  position: absolute;
  inset: 0;
  background: repeating-linear-gradient(
    130deg,
    transparent, transparent 40px,
    rgba(184,188,200,0.03) 40px,
    rgba(184,188,200,0.03) 41px
  );
  pointer-events: none;
  z-index: 0;
}
 
.bdma-hero .elementor-container > .elementor-row,
.bdma-dark-pattern .elementor-container > .elementor-row {
  position: relative;
  z-index: 1;
}
 
/* ── HERO — Sección principal ── */
.bdma-hero {
  min-height: 100vh !important;
}
 
/* Separador vertical entre columnas del hero */
.bdma-hero > .elementor-container > .elementor-row > .elementor-col-50:last-child {
  border-left: 1px solid rgba(184,188,200,0.08);
}
 
/* ── SCROLL INDICATOR ── */
.bdma-scroll-indicator {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  position: absolute;
  bottom: 32px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
}
 
.bdma-scroll-indicator span {
  font-size: 9px;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: rgba(255,255,255,0.3);
}
 
.bdma-scroll-line {
  width: 1px; height: 40px;
  background: rgba(255,255,255,0.15);
  overflow: hidden;
  position: relative;
}
 
.bdma-scroll-line::after {
  content: '';
  position: absolute;
  top: -100%;
  width: 100%; height: 100%;
  background: var(--platino);
  animation: bdmaScrollDown 2s 1s infinite;
}
 
@keyframes bdmaScrollDown {
  0%   { top: -100%; }
  100% { top: 100%; }
}
 
/* ── STATS — Tarjetas de números ── */
.bdma-stat-block {
  transition: background .3s;
}
 
.bdma-stat-block:hover {
  background: rgba(255,255,255,0.06) !important;
}
 
.elementor-counter-number-wrapper {
  font-family: 'Cormorant Garamond', serif !important;
  font-size: 52px !important;
  font-weight: 300 !important;
}
 
.elementor-counter-title {
  font-size: 10px !important;
  letter-spacing: 2px !important;
  text-transform: uppercase !important;
  font-family: 'DM Sans', sans-serif !important;
}
 
/* ── SECCIÓN PROPÓSITO (crema) ── */
.bdma-proposito {
  background: var(--crema) !important;
}
 
/* ── TARJETAS DE SERVICIOS — hover reveal ── */
.bdma-svc-card {
  position: relative;
  overflow: hidden;
  transition: border-color .3s;
}
 
.bdma-svc-card::before {
  content: '';
  position: absolute;
  bottom: 0; left: 0; right: 0;
  height: 0;
  background: var(--real);
  transition: height .4s cubic-bezier(.4,0,.2,1);
  z-index: 0;
}
 
.bdma-svc-card:hover::before {
  height: 100%;
}
 
.bdma-svc-card .elementor-widget-container {
  position: relative;
  z-index: 1;
}
 
.bdma-svc-card:hover .elementor-heading-title {
  color: #FFFFFF !important;
  transition: color .3s;
}
 
.bdma-svc-card:hover .elementor-widget-text-editor p {
  color: #FFFFFF !important;
  transition: color .3s;
}
 
.bdma-svc-card:hover .bdma-svc-tag {
  background: rgba(255,255,255,0.1) !important;
  color: var(--platino-lt) !important;
}
 
/* Flecha hover en tarjetas */
.bdma-svc-card::after {
  content: '↗';
  position: absolute;
  bottom: 28px; right: 28px;
  font-size: 20px;
  color: var(--platino);
  z-index: 2;
  transition: color .3s, transform .3s;
}
 
.bdma-svc-card:hover::after {
  transform: translate(4px, -4px);
  color: var(--platino-lt);
}
 
/* ── SECCIÓN METODOLOGÍA ── */
.bdma-metodologia {
  background: var(--real) !important;
}
 
.bdma-metodo-step {
  transition: background .3s;
}
 
.bdma-metodo-step:hover {
  background: rgba(255,255,255,0.04) !important;
}
 
/* ── DIFERENCIADORES — tarjetas lift ── */
.bdma-dif-card {
  transition: transform .3s, box-shadow .3s;
}
 
.bdma-dif-card:hover {
  transform: translateY(-6px) !important;
  box-shadow: 0 20px 40px rgba(30,43,60,0.08) !important;
}
 
/* ── CTA BAND ── */
.bdma-cta-band {
  background: var(--negro) !important;
}
 
/* ── BOTONES ── */
.elementor-button {
  border-radius: 2px !important;
  font-size: 11px !important;
  letter-spacing: 1.5px !important;
  text-transform: uppercase !important;
  font-family: 'DM Sans', sans-serif !important;
  transition: background .2s, transform .15s !important;
}
 
.elementor-button:hover {
  transform: translateY(-2px) !important;
}
 
/* Botón primario (platino) */
.bdma-btn-primary .elementor-button {
  background: var(--platino) !important;
  color: var(--real) !important;
}
 
.bdma-btn-primary .elementor-button:hover {
  background: #FFFFFF !important;
}
 
/* Botón CTA (laurel verde) */
.bdma-btn-cta .elementor-button {
  background: var(--laurel-mid) !important;
  color: #FFFFFF !important;
}
 
.bdma-btn-cta .elementor-button:hover {
  background: var(--laurel) !important;
}
 
/* Botón ghost (borde platino) */
.bdma-btn-ghost .elementor-button {
  background: transparent !important;
  color: rgba(255,255,255,0.6) !important;
  border: 1px solid rgba(184,188,200,0.25) !important;
}
 
.bdma-btn-ghost .elementor-button:hover {
  border-color: var(--platino) !important;
  color: #FFFFFF !important;
}
 
/* ── NAV LINKS ── */
.bdma-nav a {
  font-size: 12px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: rgba(255,255,255,0.55);
  text-decoration: none;
  transition: color .2s;
  position: relative;
}
 
.bdma-nav a::after {
  content: '';
  position: absolute;
  bottom: -4px; left: 0;
  width: 0; height: 1px;
  background: var(--platino);
  transition: width .3s;
}
 
.bdma-nav a:hover {
  color: #FFFFFF;
}
 
.bdma-nav a:hover::after {
  width: 100%;
}
 
/* ── ANIMACIONES DE ENTRADA (reveal on scroll) ── */
.bdma-reveal {
  opacity: 0;
  transform: translateY(32px);
  transition: opacity .7s, transform .7s;
}
 
.bdma-reveal.bdma-visible {
  opacity: 1;
  transform: translateY(0);
}
 
.bdma-reveal-delay-1 { transition-delay: .1s; }
.bdma-reveal-delay-2 { transition-delay: .2s; }
.bdma-reveal-delay-3 { transition-delay: .3s; }
.bdma-reveal-delay-4 { transition-delay: .4s; }
 
/* ── FOOTER ── */
.bdma-footer {
  background: var(--real) !important;
}
 
.bdma-footer .elementor-widget-text-editor a {
  color: rgba(255,255,255,0.4);
  text-decoration: none;
  transition: color .2s;
}
 
.bdma-footer .elementor-widget-text-editor a:hover {
  color: rgba(255,255,255,0.8);
}
 
/* ── SEPARADOR DECORATIVO ── */
.bdma-divider-platino .elementor-divider-separator {
  border-color: var(--platino) !important;
  opacity: 0.3;
}
 
/* ── CONTACT ITEMS hover ── */
.bdma-contact-item {
  transition: padding-left .25s;
  border-bottom: 1px solid rgba(30,43,60,0.08);
  padding: 20px 0;
}
 
.bdma-contact-item:hover {
  padding-left: 8px;
}
 
/* ── TIMELINE ── */
.bdma-timeline {
  position: relative;
  padding-left: 28px;
}
 
.bdma-timeline::before {
  content: '';
  position: absolute;
  left: 0; top: 6px; bottom: 0;
  width: 1px;
  background: rgba(30,43,60,0.1);
}
 
.bdma-tl-item {
  position: relative;
  padding-bottom: 36px;
}
 
.bdma-tl-item::before {
  content: '';
  position: absolute;
  left: -32px; top: 6px;
  width: 9px; height: 9px;
  border-radius: 50%;
  background: var(--platino);
  border: 2px solid #FFFFFF;
  box-shadow: 0 0 0 1px var(--platino);
}
 
/* ── VALORES BANDA ── */
.bdma-valor-item {
  transition: background .3s;
}
 
.bdma-valor-item:hover {
  background: var(--crema) !important;
}
 
/* ── MISIÓN / VISIÓN cards ── */
.bdma-mv-card {
  position: relative;
  overflow: hidden;
  transition: transform .3s;
}
 
.bdma-mv-card::after {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 2px;
  background: var(--real);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform .4s;
}
 
.bdma-mv-card:hover {
  transform: translateY(-4px) !important;
}
 
.bdma-mv-card:hover::after {
  transform: scaleX(1);
}
 
/* ── GRUPO BANDALA cards ── */
.bdma-grupo-card {
  transition: background .3s;
}
 
.bdma-grupo-card:hover {
  background: rgba(255,255,255,0.04) !important;
}
 
/* ── ACREDITACIONES hover ── */
.bdma-acred-item {
  opacity: .5;
  transition: opacity .3s;
}
 
.bdma-acred-item:hover {
  opacity: 1;
}
 
/* ── SIDEBAR SERVICIOS ── */
.bdma-sidebar-item {
  border-left: 2px solid transparent;
  transition: border-color .2s, background .2s, padding-left .2s;
  padding: 14px 28px;
  display: flex;
  align-items: center;
  gap: 14px;
  text-decoration: none;
}
 
.bdma-sidebar-item:hover {
  background: var(--crema-dark) !important;
  padding-left: 34px;
}
 
.bdma-sidebar-item.active {
  border-left-color: var(--real);
  background: var(--crema-dark) !important;
}
 
/* ── FORMULARIO DE CONTACTO ── */
.bdma-field-input,
.elementor-field-type-text input,
.elementor-field-type-email input,
.elementor-field-type-tel input,
.elementor-field-type-textarea textarea,
.elementor-field-type-select select {
  font-family: 'DM Sans', sans-serif !important;
  font-size: 14px !important;
  color: var(--real) !important;
  border: 1px solid rgba(30,43,60,0.15) !important;
  border-radius: 2px !important;
  padding: 12px 16px !important;
  transition: border-color .2s, box-shadow .2s !important;
  background: #FFFFFF !important;
}
 
.elementor-field-type-text input:focus,
.elementor-field-type-email input:focus,
.elementor-field-type-tel input:focus,
.elementor-field-type-textarea textarea:focus,
.elementor-field-type-select select:focus {
  border-color: var(--real) !important;
  box-shadow: 0 0 0 3px rgba(30,43,60,0.06) !important;
  outline: none !important;
}
 
.elementor-field-label {
  font-size: 10px !important;
  letter-spacing: 2px !important;
  text-transform: uppercase !important;
  color: var(--texto-light) !important;
  font-family: 'DM Sans', sans-serif !important;
}
 
/* ── RESPONSIVE — Tablet ── */
@media (max-width: 1024px) {
  .bdma-hero {
    min-height: auto !important;
  }
 
  .elementor-counter-number-wrapper {
    font-size: 36px !important;
  }
}
 
/* ── RESPONSIVE — Mobile ── */
@media (max-width: 767px) {
  .bdma-hero > .elementor-container > .elementor-row {
    flex-direction: column;
  }
 
  .bdma-hero > .elementor-container > .elementor-row > .elementor-col-50:last-child {
    border-left: none;
    border-top: 1px solid rgba(184,188,200,0.08);
  }
 
  .elementor-counter-number-wrapper {
    font-size: 28px !important;
  }
}
/* Ancho columnas sección propósito */
.bdma-proposito .elementor-col-35,
.bdma-proposito .elementor-column[data-col="35"] {
  width: 45% !important;
}

.bdma-proposito .elementor-col-65,
.bdma-proposito .elementor-column[data-col="65"] {
  width: 55% !important;
}
/* HOVER efecto tarjetas de servicios */
.bdma-svc-card {
  position: relative;
  overflow: hidden;
  transition: border-color .3s;
}

.bdma-svc-card::before {
  content: '';
  position: absolute;
  bottom: 0; left: 0; right: 0;
  height: 0;
  background: #1E2B3C;
  transition: height .4s cubic-bezier(.4,0,.2,1);
  z-index: 0;
}

.bdma-svc-card:hover::before {
  height: 100%;
}

.bdma-svc-card .elementor-widget-container {
  position: relative;
  z-index: 1;
}

.bdma-svc-card:hover .elementor-heading-title {
  color: #FFFFFF !important;
  transition: color .3s;
}

.bdma-svc-card:hover .elementor-widget-text-editor p {
  color: #FFFFFF !important;
  transition: color .3s;
}
/* ── TABS DE SERVICIOS ── */
.elementor-widget-tabs .elementor-tabs-wrapper {
  min-width: 280px !important;
  width: 280px !important;
  background: #F2EDE4 !important;
  border-right: 1px solid rgba(30,43,60,0.08) !important;
  padding: 40px 0 !important;
  counter-reset: tab-counter !important;
}
.elementor-widget-tabs .elementor-tabs-wrapper .elementor-tab-title {
  padding: 14px 28px !important;
  font-size: 13px !important;
  color: #1E2B3C !important;
  background: transparent !important;
  border-left: 2px solid transparent !important;
  transition: all 0.2s !important;
  counter-increment: tab-counter !important;
  display: flex !important;
  align-items: center !important;
}
.elementor-widget-tabs .elementor-tabs-wrapper .elementor-tab-title::before {
  content: "0" counter(tab-counter) !important;
  font-size: 10px !important;
  letter-spacing: 1px !important;
  color: #B8BCC8 !important;
  min-width: 24px !important;
  margin-right: 12px !important;
  font-family: 'DM Sans', sans-serif !important;
  flex-shrink: 0 !important;
}
.elementor-widget-tabs .elementor-tabs-wrapper .elementor-tab-title:hover {
  background: #E8E1D4 !important;
  padding-left: 34px !important;
}
.elementor-widget-tabs .elementor-tabs-wrapper .elementor-tab-title.elementor-active {
  border-left-color: #1E2B3C !important;
  background: #E8E1D4 !important;
  font-weight: 500 !important;
  color: #1E2B3C !important;
  counter-increment: tab-counter !important;
}
.elementor-widget-tabs .elementor-tabs-content-wrapper {
  background: #FFFFFF !important;
}
.elementor-widget-tabs .elementor-tabs-wrapper .elementor-tab-title.elementor-active::before {
  content: "0" counter(tab-counter) !important;
  color: #B8BCC8 !important;
}
/* Números fijos por posición — override del counter */
.elementor-widget-tabs .elementor-tabs-wrapper .elementor-tab-title:nth-child(1)::before { content: "01" !important; }
.elementor-widget-tabs .elementor-tabs-wrapper .elementor-tab-title:nth-child(2)::before { content: "02" !important; }
.elementor-widget-tabs .elementor-tabs-wrapper .elementor-tab-title:nth-child(3)::before { content: "03" !important; }
.elementor-widget-tabs .elementor-tabs-wrapper .elementor-tab-title:nth-child(4)::before { content: "04" !important; }
.elementor-widget-tabs .elementor-tabs-wrapper .elementor-tab-title:nth-child(5)::before { content: "05" !important; }
.elementor-widget-tabs .elementor-tabs-wrapper .elementor-tab-title:nth-child(6)::before { content: "06" !important; }
/* ── TIPOGRAFÍA SERVICIOS ── */
/* Descripción del servicio → 18px justificado */
.elementor-widget-tabs .elementor-tab-content p {
  font-size: 18px !important;
  line-height: 1.9 !important;
  text-align: justify !important;
}

/* Sidebar tabs → 16px */
.elementor-widget-tabs .elementor-tabs-wrapper .elementor-tab-title {
  font-size: 16px !important;
}

/* Eyebrow → 12px */
.elementor-widget-tabs .elementor-tab-content p[style*="letter-spacing"] {
  font-size: 12px !important;
  text-align: left !important;
}
/* Subtítulo hero servicios */
.elementor-element-5684c468 p {
  font-size: 18px !important;
  line-height: 1.85 !important;
}

.elementor-element-1b8c6dcd {
  justify-content: flex-end !important;
  align-self: flex-end !important;
}
.elementor-element-1b8c6dcd .elementor-widget-container {
  display: flex !important;
  flex-direction: column !important;
  justify-content: flex-end !important;
  height: 100% !important;
}
/* Subtítulo hero servicios → 12px */
.elementor-element-1b8c6dcd p {
  font-size: 16px !important;
  text-align: left !important;
}/* End custom CSS */