.elementor-450 .elementor-element.elementor-element-d67b730{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-450 .elementor-element.elementor-element-5e5174a{padding:0px 0px 0px 0px;}:root{--page-title-display:none;}.elementor-widget .tippy-tooltip .tippy-content{text-align:center;}/* Start custom CSS for html, class: .elementor-element-5e5174a *//* Más espacio arriba y abajo del botón WhatsApp en contacto */
.con-whatsapp-btn {
  margin-top: 24px !important;
  margin-bottom: 24px !important;
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-d67b730 *//* ══════════════════════════════════════
   PÁGINA CONTACTO — DUMBBELL GARAGE
   Mobile First
══════════════════════════════════════ */

/* Tipografías */
.con-hero-h1,
.con-section-title,
.con-horarios-title,
.con-whatsapp-btn,
.con-form-submit {
  font-family: 'Bebas Neue', sans-serif !important;
}
.con-hero-sub,
.con-section-lead,
.con-info-card-value,
.con-horario-dia,
.con-input,
.con-select,
.con-textarea {
  font-family: 'Montserrat', sans-serif !important;
}
.con-eyebrow-text,
.con-section-eyebrow-text,
.con-info-card-label,
.con-horario-hora,
.con-form-label,
.con-info-foto-badge-sub,
.con-info-foto-placeholder-text,
.con-hero-placeholder-text {
  font-family: 'Barlow Condensed', sans-serif !important;
}
.con-info-foto-badge-text {
  font-family: 'Bebas Neue', sans-serif !important;
}



/* ── SHARED ── */
.con-section-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 16px;
}
.con-section-eyebrow-line {
  width: 28px; height: 2px;
  background: #F77A1E;
  display: inline-block;
}
.con-section-eyebrow-text {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.22em;
  color: #F77A1E;
  text-transform: uppercase;
}
.con-section-title {
  font-size: clamp(34px, 7vw, 48px);
  line-height: 0.95;
  color: #fff;
  margin-bottom: 12px;
}
.con-section-title span { color: #F77A1E; }
.con-section-lead {
  font-size: 14px;
  color: #555;
  line-height: 1.65;
  margin-bottom: 24px;
}

/* ── MAIN ── */
.con-main {
  background: #0a0a0a;
  padding: 64px 24px;
}
.con-main-inner {
  max-width: 1000px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr;
  gap: 48px;
}

/* Foto taller */
.con-info-foto {
  position: relative;
  overflow: hidden;
  margin-bottom: 2px;
  height: 220px;
}
.con-info-foto img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.con-info-foto-placeholder {
  width: 100%;
  height: 100%;
  background: #0d0d0d;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  position: relative;
}
.con-info-foto-placeholder::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(247,122,30,0.03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(247,122,30,0.03) 1px, transparent 1px);
  background-size: 30px 30px;
}
.con-info-foto-placeholder-text {
  font-size: 10px;
  letter-spacing: 0.2em;
  color: #222;
  text-transform: uppercase;
  position: relative;
  z-index: 1;
}
.con-info-foto-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0,0,0,0.8) 0%, transparent 60%);
}
.con-info-foto-badge {
  position: absolute;
  bottom: 16px; left: 16px;
  z-index: 2;
}
.con-info-foto-badge-text {
  font-size: 22px;
  color: #fff;
  line-height: 1;
  display: block;
}
.con-info-foto-badge-sub {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.12em;
  color: #F77A1E;
  text-transform: uppercase;
  display: block;
}

/* Cards info */
.con-info-cards {
  display: flex;
  flex-direction: column;
  gap: 2px;
  margin-bottom: 2px;
}
.con-info-card {
  background: #111;
  padding: 18px 20px;
  display: flex;
  align-items: flex-start;
  gap: 14px;
}
.con-info-card-icon {
  width: 34px; height: 34px;
  flex-shrink: 0;
  border: 1px solid rgba(247,122,30,0.2);
  background: rgba(247,122,30,0.05);
  display: flex;
  align-items: center;
  justify-content: center;
}
.con-info-card-icon svg { width: 15px; height: 15px; }
.con-info-card-label {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.15em;
  color: #F77A1E;
  text-transform: uppercase;
  display: block;
  margin-bottom: 3px;
}
.con-info-card-value {
  font-size: 13px;
  color: #888;
  line-height: 1.5;
}
.con-info-card-value a {
  color: #fff;
  text-decoration: none;
  transition: color 0.2s;
}
.con-info-card-value a:hover { color: #F77A1E; }

/* WhatsApp */
.con-whatsapp-btn {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 16px 24px;
  background: #F77A1E;
  color: #000;
  font-size: 19px;
  letter-spacing: 0.06em;
  text-decoration: none;
  clip-path: polygon(0 0, calc(100% - 12px) 0, 100% 100%, 12px 100%);
  transition: background 0.2s;
  width: 100%;
  justify-content: center;
}
.con-whatsapp-btn:hover { background: #e06b10; }
.con-whatsapp-btn svg { width: 20px; height: 20px; flex-shrink: 0; }

/* Horarios */
.con-horarios {
  background: #111;
  padding: 18px 20px;
  margin-top: 2px;
}
.con-horarios-title {
  font-size: 15px;
  color: #fff;
  letter-spacing: 0.05em;
  margin-bottom: 12px;
}
.con-horario-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 7px 0;
  border-bottom: 1px solid #1a1a1a;
}
.con-horario-row:last-child { border-bottom: none; }
.con-horario-dia {
  font-size: 12px;
  color: #555;
}
.con-horario-hora {
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.05em;
  color: #fff;
}
.con-horario-hora.closed { color: #333; }

/* Formulario */
.con-form {
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.con-form-row {
  display: grid;
  grid-template-columns: 1fr;
  gap: 14px;
}
.con-form-group {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.con-form-label {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.15em;
  color: #444;
  text-transform: uppercase;
}
.con-input,
.con-select,
.con-textarea {
  background: #111;
  border: 1px solid #1e1e1e;
  color: #fff;
  font-size: 13px;
  padding: 14px 16px;
  width: 100%;
  outline: none;
  transition: border-color 0.2s;
  border-radius: 0;
  appearance: none;
}
.con-input::placeholder,
.con-textarea::placeholder { color: #333; }
.con-input:focus,
.con-select:focus,
.con-textarea:focus { border-color: #F77A1E; }
.con-select { color: #333; cursor: pointer; }
.con-select option { background: #111; color: #fff; }
.con-textarea { resize: vertical; min-height: 140px; }
.con-form-submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 16px 32px;
  background: #F77A1E;
  color: #000;
  font-size: 20px;
  letter-spacing: 0.06em;
  border: none;
  clip-path: polygon(0 0, calc(100% - 12px) 0, 100% 100%, 12px 100%);
  transition: background 0.2s;
  cursor: pointer;
  width: 100%;
}
.con-form-submit:hover { background: #e06b10; }

/* ── MAPA ── */
.con-mapa {
  background: #000;
  padding: 0 24px 64px;
}
.con-mapa-inner {
  max-width: 1000px;
  margin: 0 auto;
}
.con-mapa-header { padding: 40px 0 24px; }
.con-mapa-frame {
  width: 100%;
  height: 320px;
  border: none;
  filter: grayscale(100%) invert(90%) contrast(85%);
  display: block;
}

/* ── TABLET ── */
@media (min-width: 768px) {
  .con-hero { padding: 60px 40px; min-height: 60vh; }
  .con-main { padding: 80px 40px; }
  .con-main-inner {
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: start;
  }
  .con-form-row { grid-template-columns: 1fr 1fr; }
  .con-info-foto { height: 280px; }
  .con-mapa { padding: 0 40px 80px; }
  .con-mapa-frame { height: 420px; }
}

/* ── DESKTOP ── */
@media (min-width: 1024px) {
  .con-info-foto { height: 320px; }
  .con-mapa-frame { height: 480px; }
}/* End custom CSS */