/*
Theme Name: Grupo Empresarial Bentromb
Theme URI: https://bentromb.es
Author: Bentromb
Description: Tema editable de bloques para Grupo Empresarial Bentromb. Incluye portada corporativa, áreas de negocio, formulario de consentimiento y accesos a WhatsApp.
Version: 1.0.0
Requires at least: 6.3
Requires PHP: 7.4
Text Domain: grupo-empresarial-bentromb
*/

html { scroll-behavior: smooth; }
body { margin: 0; }
.wp-site-blocks { overflow-x: hidden; }
.bentromb-shadow { box-shadow: 0 18px 45px rgba(7, 35, 78, .14); }
.bentromb-card { transition: transform .2s ease, box-shadow .2s ease; }
.bentromb-card:hover { transform: translateY(-5px); box-shadow: 0 18px 40px rgba(7, 35, 78, .15); }
.bentromb-wa {
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 99999;
}
.bentromb-wa a {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 14px 18px;
  border-radius: 999px;
  background: #20b958;
  color: #fff !important;
  text-decoration: none;
  font-weight: 800;
  box-shadow: 0 14px 35px rgba(0,0,0,.22);
}
@media (max-width: 782px) {
  .bentromb-mobile-stack { flex-direction: column !important; }
  .bentromb-wa a span { display: none; }
}
