.elementor-32 .elementor-element.elementor-element-fc8d1f6{--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;}.elementor-32 .elementor-element.elementor-element-a437c5b{--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;}.elementor-32 .elementor-element.elementor-element-c423e3c{--spacer-size:100px;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-2ca98c8 *//* ===== Página de Contacto ===== */
.bnt-contacto { max-width: 1000px; margin: 0 auto; padding: 0 20px; }

/* Encabezado en panel cálido */
.bnt-contacto-hero {
  background: #fbf8f3;
  border: 1px solid #f0e9df;
  border-radius: 22px;
  padding: 52px 40px;
  text-align: center;
  margin: 8px 0 36px;
}
.bnt-contacto-badge {
  display: inline-block;
  background: #fef3c7;
  color: #92400e;
  border: 1px solid #fde68a;
  font-family: 'Oswald', sans-serif;
  font-size: 13px;
  letter-spacing: .08em;
  text-transform: uppercase;
  padding: 6px 14px;
  border-radius: 999px;
  margin-bottom: 20px;
}
.bnt-contacto-titulo {
  font-family: 'Oswald', sans-serif;
  font-size: clamp(30px, 3.6vw, 48px);
  line-height: 1.1;
  color: #1a1a1a;
  margin: 0 0 22px;
}
.bnt-contacto-titulo::after {
  content: "";
  display: block;
  width: 64px; height: 5px;
  background: #BF272F;
  border-radius: 4px;
  margin: 16px auto 0;
}
.bnt-contacto-intro {
  max-width: 620px;
  margin: 0 auto;
  font-size: 17.5px;
  line-height: 1.7;
  color: #4a4a4a;
}

/* Medios de contacto */
.bnt-contacto-medios {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.bnt-contacto-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 8px;
  padding: 32px 24px;
  background: #fff;
  border: 1px solid #ececec;
  border-radius: 18px;
  text-decoration: none;
  transition: border-color .2s, box-shadow .2s, transform .2s;
}
.bnt-contacto-card:hover {
  border-color: #BF272F;
  box-shadow: 0 12px 28px rgba(0,0,0,.1);
  transform: translateY(-3px);
}
.bnt-contacto-icono {
  display: flex; align-items: center; justify-content: center;
  width: 60px; height: 60px;
  border-radius: 50%;
  background: #fef3c7;
  color: #BF272F;
  margin-bottom: 6px;
}
.bnt-contacto-icono svg { width: 30px; height: 30px; }
.bnt-contacto-label {
  font-family: 'Oswald', sans-serif;
  font-size: 14px;
  letter-spacing: .06em;
  text-transform: uppercase;
  color: #BF272F;
}
.bnt-contacto-valor { font-size: 16px; color: #1a1a1a; }
.bnt-contacto-accion { font-size: 14px; color: #BF272F; font-weight: 600; margin-top: 4px; }

/* WhatsApp destacado */
.bnt-contacto-wsp { border-color: #f3d9d9; }
.bnt-contacto-wsp .bnt-contacto-icono { background: #BF272F; color: #fff; }

@media (max-width: 760px) {
  .bnt-contacto-medios { grid-template-columns: 1fr; }
  .bnt-contacto-hero { padding: 36px 22px; }
}/* End custom CSS */