.elementor-9 .elementor-element.elementor-element-5af8646{--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;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}:root{--page-title-display:none;}/* Start custom CSS *//* ========== HUMIX LINARES · BASE ========== */

.hx-linares {
  --hx-blue:#9dbbe5;
  --hx-red:#fa1f02;
  --hx-gold:#efce8c;
  --hx-ink:#0f172a;
  --hx-muted:#64748b;
  --hx-bg:#020617;
  --hx-card:#0b1220;
  --hx-soft:#0f172a;
  --hx-accent:#22c55e;
  --hx-radius:20px;
  --hx-shadow:0 18px 40px rgba(15,23,42,.35);
  --hx-wrap:1200px;
  --hx-gap:32px;
  font-family:system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
  color:var(--hx-ink);
}

.hx-linares * {
  box-sizing:border-box;
}

.hx-linares img {
  max-width:100%;
  height:auto;
  display:block;
  border-radius:14px;
}

/* Elimina márgenes globales para ancho completo */
body {
  margin:0;
}

/* ========== HEADER ========== */

#hx-header-linares {
  position:fixed;
  top:0; left:0; right:0;
  z-index:9999;
  backdrop-filter:blur(18px) saturate(140%);
  -webkit-backdrop-filter:blur(18px) saturate(140%);
  background:linear-gradient(90deg,rgba(2,6,23,.88),rgba(15,23,42,.88));
  border-bottom:1px solid rgba(148,163,184,.25);
}

.hx-header-inner {
  max-width:var(--hx-wrap);
  margin:0 auto;
  padding:10px clamp(16px,3vw,32px);
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:24px;
}

.hx-logo img {
  max-height:50px;
}

.hx-nav {
  display:flex;
  align-items:center;
  gap:24px;
  font-size:0.95rem;
}

.hx-nav a {
  text-decoration:none;
  color:#e2e8f0;
  position:relative;
  padding-bottom:4px;
  transition:color .2s ease;
}

.hx-nav a::after {
  content:"";
  position:absolute;
  left:0; bottom:0;
  width:0;
  height:2px;
  background:linear-gradient(90deg,var(--hx-gold),var(--hx-red));
  transition:width .25s ease;
}

.hx-nav a:hover::after {
  width:100%;
}

.hx-nav-cta {
  padding:6px 14px;
  border-radius:999px;
  background:linear-gradient(135deg,var(--hx-red),#ff7b39);
  color:#fff;
  box-shadow:0 0 0 1px rgba(248,250,252,.05);
}

/* ========== HERO ========== */

.hx-hero-linares {
  position:relative;
  min-height:100vh;
  display:flex;
  align-items:center;
  background:
    radial-gradient(circle at 0 0,rgba(148,163,253,.12),transparent 55%),
    radial-gradient(circle at 100% 100%,rgba(248,250,252,.06),transparent 55%),
    linear-gradient(135deg,#020617 0%,#020617 60%,#020824 100%);
  padding:96px 0 72px;
  color:#e5e7eb;
}

.hx-hero-overlay {
  position:absolute;
  inset:0;
  background-image:url("http://linares.humixlanding.com/wp-content/uploads/sites/70/2025/11/humedades_en_linares_fondo_hero.webp");
  background-size:cover;
  background-position:center;
  opacity:.17;
  mix-blend-mode:screen;
  pointer-events:none;
}

.hx-hero-inner {
  position:relative;
  max-width:var(--hx-wrap);
  margin:0 auto;
  padding:0 clamp(16px,4vw,40px);
  display:grid;
  grid-template-columns:1.2fr 1fr;
  gap:var(--hx-gap);
  align-items:center;
}

.hx-hero-text h1 {
  font-size:clamp(2.5rem,3.4vw,3.6rem);
  line-height:1.03;
  letter-spacing:-0.04em;
  margin:6px 0 16px;
  color:#f9fafb;
}

.hx-eyebrow {
  font-size:.78rem;
  letter-spacing:.18em;
  text-transform:uppercase;
  color:#a5b4fc;
}

.hx-hero-sub {
  font-size:1.02rem;
  max-width:34rem;
  color:#cbd5f5;
}

.hx-hero-ctas {
  display:flex;
  flex-wrap:wrap;
  gap:12px;
  margin:18px 0 12px;
}

.hx-btn {
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:10px 20px;
  border-radius:999px;
  font-size:.95rem;
  font-weight:500;
  border:1px solid transparent;
  text-decoration:none;
  cursor:pointer;
  transition:transform .15s ease,box-shadow .15s ease,background .15s ease,border-color .15s ease,color .15s ease;
}

.hx-btn-primary {
  background:linear-gradient(135deg,var(--hx-red),#ff7b39);
  color:#fff;
  box-shadow:0 18px 40px rgba(248,113,113,.35);
}

.hx-btn-primary:hover {
  transform:translateY(-1px);
  box-shadow:0 22px 48px rgba(248,113,113,.45);
}

.hx-btn-ghost {
  background:rgba(15,23,42,.2);
  color:#e5e7eb;
  border-color:rgba(148,163,184,.4);
}

.hx-btn-ghost:hover {
  background:rgba(15,23,42,.5);
}

.hx-hero-badges {
  list-style:none;
  padding:0;
  margin:14px 0 0;
  display:flex;
  flex-wrap:wrap;
  gap:10px 18px;
  font-size:.85rem;
  color:#cbd5f5;
}

.hx-hero-media {
  display:flex;
  justify-content:flex-end;
}

.hx-hero-card {
  background:radial-gradient(circle at 0 0,rgba(148,163,253,.25),transparent 55%),
             linear-gradient(145deg,#020617,#020617,#020b25);
  border-radius:26px;
  padding:14px;
  box-shadow:var(--hx-shadow);
  transform:translateY(8px);
  border:1px solid rgba(148,163,184,.45);
}

.hx-hero-card img {
  border-radius:18px;
}

.hx-hero-card-text {
  margin-top:10px;
  color:#e5e7eb;
}

.hx-hero-card-text span {
  font-size:.8rem;
  text-transform:uppercase;
  letter-spacing:.16em;
  color:#a5b4fc;
}

.hx-hero-card-text strong {
  display:block;
  margin-top:4px;
}

/* ========== SECCIONES GENERALES ========== */

.hx-section {
  padding:72px 0;
  background:#0b1120;
  color:#e5e7eb;
}

.hx-section:nth-of-type(even) {
  background:#020617;
}

.hx-section-inner {
  max-width:var(--hx-wrap);
  margin:0 auto;
  padding:0 clamp(16px,4vw,40px);
}

.hx-section-header {
  max-width:40rem;
  margin:0 0 32px;
}

.hx-section-header h2,
.hx-section-text h2 {
  font-size:1.9rem;
  margin:0 0 10px;
  letter-spacing:-0.03em;
}

.hx-section-header p,
.hx-section-text p {
  margin:0 0 8px;
  color:var(--hx-muted);
}

/* ========== CONÓCENOS ========== */

.hx-about {
  background:#020617;
}

.hx-about .hx-section-inner {
  display:grid;
  grid-template-columns:1.1fr 1fr;
  gap:var(--hx-gap);
  align-items:center;
  color:#e5e7eb;
}

.hx-section-text p {
  color:#cbd5f5;
}

.hx-list-check {
  list-style:none;
  padding:0;
  margin:18px 0 0;
  display:grid;
  gap:6px;
  font-size:.95rem;
}

.hx-list-check li::before {
  content:"▹";
  color:var(--hx-accent);
  margin-right:6px;
}

.hx-about-grid {
  display:grid;
  grid-template-columns:2fr 1.4fr;
  gap:12px;
}

.hx-about-img.main img {
  border-radius:20px;
}

.hx-about-img.small img {
  border-radius:18px;
  opacity:.9;
}

/* ========== PROBLEMA LINARES ========== */

.hx-problem {
  background:radial-gradient(circle at 0 0,rgba(56,189,248,.12),transparent 50%),
             linear-gradient(180deg,#020617,#020617,#020617);
}

.hx-problem-text p {
  color:#cbd5f5;
}

.hx-problem-stats {
  margin-top:32px;
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:20px;
}

.hx-stat {
  background:rgba(15,23,42,.85);
  border-radius:18px;
  padding:18px 18px 20px;
  border:1px solid rgba(148,163,184,.45);
}

.hx-stat h3 {
  margin:0 0 6px;
  font-size:1.05rem;
}

/* ========== SERVICIOS · TARJETAS GIRATORIAS ========== */

.hx-services {
  background:#020617;
}

.hx-flip-grid {
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:24px;
  perspective:1200px;
}

.hx-flip-card {
  position:relative;
  height:100%;
}

.hx-flip-inner {
  position:relative;
  width:100%;
  height:100%;
  transform-style:preserve-3d;
  transition:transform .7s cubic-bezier(.22,.61,.36,1);
}

.hx-flip-card:hover .hx-flip-inner {
  transform:rotateY(180deg);
}

.hx-flip-front,
.hx-flip-back {
  position:relative;
  min-height:260px;
  border-radius:20px;
  overflow:hidden;
  backface-visibility:hidden;
}

.hx-flip-front {
  background:#020617;
  border:1px solid rgba(148,163,184,.45);
  box-shadow:0 14px 30px rgba(15,23,42,.55);
  display:flex;
  flex-direction:column;
}

.hx-flip-front img {
  border-radius:18px 18px 0 0;
}

.hx-flip-front-text {
  padding:14px 14px 16px;
}

.hx-flip-front-text h3 {
  margin:0 0 4px;
  font-size:1.1rem;
  color:#e5e7eb;
}

.hx-flip-front-text p {
  margin:0;
  font-size:.87rem;
  color:#94a3b8;
}

.hx-flip-back {
  position:absolute;
  inset:0;
  transform:rotateY(180deg);
  background:radial-gradient(circle at 0 0,rgba(251,191,36,.24),transparent 55%),
             radial-gradient(circle at 100% 100%,rgba(248,113,113,.45),transparent 60%),
             #020617;
  border-radius:20px;
  padding:16px 16px 18px;
  border:1px solid rgba(248,113,113,.65);
  display:flex;
  flex-direction:column;
  justify-content:space-between;
}

.hx-flip-back h3 {
  margin:0 0 8px;
  font-size:1.05rem;
  color:#f9fafb;
}

.hx-flip-back p {
  margin:0 0 10px;
  font-size:.9rem;
  color:#e5e7eb;
}

.hx-flip-back ul {
  margin:0;
  padding-left:18px;
  font-size:.86rem;
  color:#cbd5f5;
}

/* ========== CASOS REALES ========== */

.hx-casos {
  background:#020617;
}

.hx-casos-grid {
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:24px;
}

.hx-caso-card {
  background:#020617;
  border-radius:20px;
  overflow:hidden;
  border:1px solid rgba(148,163,184,.45);
  box-shadow:0 18px 36px rgba(15,23,42,.6);
}

.hx-caso-card img {
  border-radius:18px 18px 0 0;
}

.hx-caso-text {
  padding:14px 16px 18px;
}

.hx-caso-text h3 {
  margin:0 0 6px;
  font-size:1.02rem;
}

/* ========== CONTACTO ========== */

.hx-contact {
  background:radial-gradient(circle at 0 0,rgba(56,189,248,.16),transparent 55%),
             linear-gradient(180deg,#020617,#020617,#020617);
}

.hx-contact-inner {
  display:grid;
  grid-template-columns:1.1fr 1fr;
  gap:var(--hx-gap);
  align-items:flex-start;
}

.hx-contact-text p {
  color:#cbd5f5;
}

.hx-contact-list {
  list-style:none;
  padding:0;
  margin:16px 0 10px;
  display:grid;
  gap:6px;
  font-size:.95rem;
}

.hx-contact-list a {
  color:var(--hx-blue);
  text-decoration:none;
}

.hx-contact-note {
  font-size:.85rem;
  color:#94a3b8;
  margin-top:6px;
}

.hx-contact-form form {
  background:#020617;
  border-radius:22px;
  padding:18px 18px 20px;
  border:1px solid rgba(148,163,184,.5);
  box-shadow:0 18px 36px rgba(15,23,42,.6);
}

.hx-field {
  margin-bottom:12px;
}

.hx-field label {
  display:block;
  font-size:.85rem;
  margin-bottom:4px;
  color:#cbd5f5;
}

.hx-field input,
.hx-field select,
.hx-field textarea {
  width:100%;
  padding:8px 10px;
  border-radius:10px;
  border:1px solid rgba(148,163,184,.7);
  background:#020617;
  color:#e5e7eb;
  font-size:.9rem;
}

.hx-field input:focus,
.hx-field select:focus,
.hx-field textarea:focus {
  outline:none;
  border-color:var(--hx-blue);
  box-shadow:0 0 0 1px rgba(148,163,253,.6);
}

.hx-btn-full {
  width:100%;
  margin-top:4px;
}

.hx-legal {
  margin-top:8px;
  font-size:.78rem;
  color:#64748b;
}

/* ========== FOOTER ========== */

.hx-footer-linares {
  background:#020617;
  border-top:1px solid rgba(30,64,175,.7);
  padding:16px 0 18px;
}

.hx-footer-inner {
  max-width:var(--hx-wrap);
  margin:0 auto;
  padding:0 clamp(16px,4vw,40px);
  display:flex;
  flex-wrap:wrap;
  justify-content:space-between;
  gap:8px;
  font-size:.8rem;
  color:#64748b;
}

.hx-footer-links a {
  color:#9ca3af;
  text-decoration:none;
}

/* ========== RESPONSIVE GENERAL ========== */

@media (max-width:1024px) {
  .hx-hero-inner,
  .hx-about .hx-section-inner,
  .hx-contact-inner {
    grid-template-columns:1fr;
  }

  .hx-hero-media {
    order:-1;
    justify-content:flex-start;
    margin-bottom:20px;
  }

  .hx-flip-grid {
    grid-template-columns:repeat(2,minmax(0,1fr));
  }

  .hx-casos-grid {
    grid-template-columns:repeat(2,minmax(0,1fr));
  }

  .hx-nav {
    gap:16px;
  }
}

/* ========== MENÚ CON <details> (SIN JS) ========== */

/* contenedor del menú a la derecha del header */
.hx-menu{
  margin-left:auto;
  position:relative;
  display:flex;
  align-items:center;
}

/* ocultar marcador y texto del summary (Detalles) */
.hx-menu summary{
  list-style:none;
  cursor:pointer;
  font-size:0;
}
.hx-menu summary::-webkit-details-marker{
  display:none;
}

/* botón hamburguesa */
.hx-burger{
  display:none;            /* se muestra solo en móvil */
  align-items:center;
  justify-content:center;
  width:38px;
  height:38px;
  border-radius:999px;
  border:1px solid rgba(148,163,184,.5);
  background:rgba(15,23,42,.7);
  padding:0;
}

.hx-burger span{
  display:block;
  width:18px;
  height:2px;
  border-radius:999px;
  background:#e5e7eb;
  margin:2px 0;
  transition:transform .2s ease, opacity .2s ease;
}

/* animación cuando el menú está abierto */
.hx-menu[open] .hx-burger span:nth-child(1){
  transform:translateY(4px) rotate(45deg);
}
.hx-menu[open] .hx-burger span:nth-child(2){
  opacity:0;
}
.hx-menu[open] .hx-burger span:nth-child(3){
  transform:translateY(-4px) rotate(-45deg);
}

/* escritorio: menú en línea, sin hamburguesa */
@media (min-width:769px){
  .hx-burger{
    display:none;
  }
  .hx-menu .hx-nav{
    display:flex;
    gap:24px;
  }
}

/* móvil: hamburguesa + menú desplegable */
@media (max-width:768px){
  #hx-header-linares{
    position:sticky;
  }

  .hx-header-inner{
    padding-inline:14px;
    flex-wrap:wrap;
  }

  .hx-burger{
    display:inline-flex;
  }

  .hx-hero-linares{
    padding-top:80px;
  }
  .hx-hero-inner{
    padding-inline:16px;
  }
  .hx-hero-card{
    transform:none;
  }
  .hx-section-inner{
    padding-inline:16px;
  }
  .hx-problem-stats,
  .hx-flip-grid,
  .hx-casos-grid{
    grid-template-columns:1fr;
  }

  .hx-menu .hx-nav{
    display:none;
    width:100%;
    margin-top:10px;
    padding:12px 16px;
    border-radius:16px;
    background:rgba(15,23,42,.98);
    box-shadow:0 16px 30px rgba(15,23,42,.7);
    flex-direction:column;
    gap:10px;
  }

  .hx-menu[open] .hx-nav{
    display:flex;
  }

  .hx-menu .hx-nav a{
    display:block;
    width:100%;
  }

  .hx-menu .hx-nav a.hx-nav-cta{
    text-align:center;
  }
}

/* ========== AJUSTES EXTRA ========== */

/* Header desplazado cuando estás logueada con barra de WP */
body.admin-bar #hx-header-linares{
  top:32px;
}
@media (max-width:782px){
  body.admin-bar #hx-header-linares{
    top:46px;
  }
}

/* Titulares y textos más claros */
.hx-linares h1,
.hx-linares h2,
.hx-linares h3{
  color:#e5e7eb;
}
.hx-section-text h2,
.hx-section-header h2{
  color:#e5e7eb;
}
.hx-section-text p,
.hx-section-header p{
  color:#cbd5f5;
}
/* ====== AJUSTE FINAL MENÚ ESCRITORIO + MÓVIL ====== */

/* por defecto: menú escritorio visible, móvil oculto */
.hx-nav-desktop{
  display:flex;
}
.hx-nav-mobile{
  display:none;
}

/* detalles del contenedor móvil */
.hx-nav-mobile{
  margin-left:auto;
  position:relative;
  align-items:center;
}

/* ocultar texto "Detalles" y marcador */
.hx-nav-mobile summary{
  list-style:none;
  cursor:pointer;
  font-size:0;
}
.hx-nav-mobile summary::-webkit-details-marker{
  display:none;
}

/* botón hamburguesa base */
.hx-burger{
  align-items:center;
  justify-content:center;
  width:38px;
  height:38px;
  border-radius:999px;
  border:1px solid rgba(148,163,184,.5);
  background:rgba(15,23,42,.7);
  padding:0;
}
.hx-burger span{
  display:block;
  width:18px;
  height:2px;
  border-radius:999px;
  background:#e5e7eb;
  margin:2px 0;
  transition:transform .2s ease, opacity .2s ease;
}

/* animación burger abierta */
.hx-nav-mobile[open] .hx-burger span:nth-child(1){
  transform:translateY(4px) rotate(45deg);
}
.hx-nav-mobile[open] .hx-burger span:nth-child(2){
  opacity:0;
}
.hx-nav-mobile[open] .hx-burger span:nth-child(3){
  transform:translateY(-4px) rotate(-45deg);
}

/* ===== MÓVIL ===== */
@media (max-width:768px){

  /* oculta menú escritorio, muestra menú móvil */
  .hx-nav-desktop{
    display:none;
  }
  .hx-nav-mobile{
    display:flex;
  }

  /* desplegable móvil */
  .hx-nav-dropdown{
    display:none;
    width:100%;
    margin-top:10px;
    padding:12px 16px;
    border-radius:16px;
    background:rgba(15,23,42,.98);
    box-shadow:0 16px 30px rgba(15,23,42,.7);
    flex-direction:column;
    gap:10px;
  }
  .hx-nav-mobile[open] .hx-nav-dropdown{
    display:flex;
  }

  .hx-nav-dropdown a{
    display:block;
    width:100%;
  }
  .hx-nav-dropdown a.hx-nav-cta{
    text-align:center;
  }
}

/* ===== ESCRITORIO ===== */
@media (min-width:769px){
  .hx-burger{
    display:none; /* no hamburguesa en escritorio */
  }
}
/* ====== ESTILO PARA FORMULARIO DE ELEMENTOR EN CONTACTO ====== */

.hx-contact-form .elementor-form{
  background:#020617;
  border-radius:22px;
  padding:18px 18px 20px;
  border:1px solid rgba(148,163,184,.5);
  box-shadow:0 18px 36px rgba(15,23,42,.6);
}

.hx-contact-form .elementor-field-group{
  margin-bottom:12px;
}

.hx-contact-form .elementor-field-label{
  font-size:.85rem;
  margin-bottom:4px;
  color:#cbd5f5;
}

.hx-contact-form .elementor-field-group input,
.hx-contact-form .elementor-field-group select,
.hx-contact-form .elementor-field-group textarea{
  width:100%;
  padding:8px 10px;
  border-radius:10px;
  border:1px solid rgba(148,163,184,.7);
  background:#020617;
  color:#e5e7eb;
  font-size:.9rem;
}

.hx-contact-form .elementor-field-group input:focus,
.hx-contact-form .elementor-field-group select:focus,
.hx-contact-form .elementor-field-group textarea:focus{
  outline:none;
  border-color:var(--hx-blue);
  box-shadow:0 0 0 1px rgba(148,163,253,.6);
}

.hx-contact-form .elementor-field-type-submit .elementor-button{
  width:100%;
  border-radius:999px;
  background:linear-gradient(135deg,var(--hx-red),#ff7b39);
  border:none;
  padding:10px 20px;
  font-weight:500;
  box-shadow:0 18px 40px rgba(248,113,113,.35);
}

.hx-contact-form .elementor-field-type-submit .elementor-button:hover{
  transform:translateY(-1px);
  box-shadow:0 22px 48px rgba(248,113,113,.45);
}
/* ===== AJUSTE DE COLORES FORMULARIO CONTACTO ===== */

/* Etiquetas más legibles */
.hx-contact-form .elementor-field-label{
  color:#e5e7eb;           /* casi blanco */
  font-weight:500;
}

/* Campos: fondo más oscuro y texto bien contrastado */
.hx-contact-form .elementor-field-group input,
.hx-contact-form .elementor-field-group select,
.hx-contact-form .elementor-field-group textarea{
  background:#020617;      /* azul casi negro, como el fondo */
  color:#f9fafb;           /* texto claro */
  border:1px solid rgba(148,163,184,.8);
}

/* Placeholders (Nombre, Teléfono...) un poco más fuertes */
.hx-contact-form .elementor-field-group input::placeholder,
.hx-contact-form .elementor-field-group textarea::placeholder{
  color:#cbd5f5;
  opacity:1;
}

/* Texto del desplegable "Tipo de humedad" */
.hx-contact-form .elementor-field-group select{
  color:#f9fafb;
}

/* Texto legal debajo del formulario */
.hx-contact-form .hx-legal,
.hx-contact-form p{
  color:#cbd5f5;
}

/* ========== FRANJA FORMADORES / COLABORADORES (LINARES) ========== */

.hx-formadores-band{
  padding:40px 0;
  background:radial-gradient(circle at 0 0,rgba(56,189,248,.16),transparent 55%),
             linear-gradient(135deg,#020617,#020617 60%,#020824);
  color:#e5e7eb;
}

.hx-formadores-inner{
  max-width:var(--hx-wrap);
  margin:0 auto;
  padding:0 clamp(16px,4vw,40px);
  display:flex;
  flex-direction:row;
  align-items:flex-start;
  gap:32px;
}

.hx-formadores-text h2{
  margin:0 0 10px;
  font-size:1.8rem;
  letter-spacing:-0.03em;
  color:#e5e7eb;
}

.hx-formadores-text p{
  margin:0 0 8px;
  color:#cbd5f5;
}

.hx-formadores-text ul{
  margin:10px 0 0;
  padding-left:18px;
  font-size:.9rem;
  color:#cbd5f5;
}

.hx-formadores-cta{
  max-width:340px;
  padding:16px 18px;
  border-radius:18px;
  background:rgba(15,23,42,.92);
  border:1px solid rgba(148,163,184,.5);
  box-shadow:0 18px 36px rgba(15,23,42,.7);
}

.hx-formadores-cta p{
  margin:0 0 10px;
  font-size:.9rem;
  color:#e5e7eb;
}

.hx-formadores-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:10px 22px;
  border-radius:999px;
  background:linear-gradient(135deg,var(--hx-red),#ff7b39);
  color:#fff;
  font-weight:500;
  font-size:.95rem;
  text-decoration:none;
  border:none;
  box-shadow:0 18px 40px rgba(248,113,113,.35);
  cursor:pointer;
  transition:transform .15s ease, box-shadow .15s ease;
}

.hx-formadores-btn:hover{
  transform:translateY(-1px);
  box-shadow:0 22px 48px rgba(248,113,113,.45);
}

/* Responsive franja formadores */
@media (max-width:768px){
  .hx-formadores-inner{
    flex-direction:column;
    gap:20px;
  }
  .hx-formadores-cta{
    max-width:100%;
  }
}
/* ===== AJUSTE ANCLA SECCIÓN COLABORADORES ===== */

/* escritorio */
#colaboradores{
  scroll-margin-top:90px;  /* altura aproximada del header */
}

/* móvil: header algo más alto */
@media (max-width:768px){
  #colaboradores{
    scroll-margin-top:110px;
  }
}/* End custom CSS */