.elementor-1028 .elementor-element.elementor-element-538b4544{--display:flex;}/* Start custom CSS for html, class: .elementor-element-1cc9389e *//* =========================
   IFAV – Sticky CTA Bottom
   Mobile + Tablet
   ========================= */

.ifav-stickybar{
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 99999;
  background: #ffffff;

  /* sombra superior */
  box-shadow: 0 -6px 18px rgba(0,0,0,0.16);

  border-top-left-radius: 20px;
  border-top-right-radius: 20px;

  padding-bottom: env(safe-area-inset-bottom);
}

/* Layout interno */
.ifav-stickybar__inner{
  max-width: 1200px;
  margin: 0 auto;
  padding: 12px 14px;
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
  align-items: center;
}

/* Texto superior */
.ifav-stickybar__phone{
  text-align: center;
  font-family: "Hind", system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.2;
  color: #0A1E3E;
}

.ifav-stickybar__phone-label{
  margin-right: 6px;
}

.ifav-stickybar__phone-number{
  color: #0A1E3E;
  font-weight: 700;
  text-decoration: none;
}

.ifav-stickybar__phone-number:hover{
  text-decoration: underline;
}

/* CTA */
.ifav-stickybar__ctas{
  display: flex;
  justify-content: center;
}

/* BOTÓN FINAL */
.ifav-stickybar__btn{
  width: 90%;
  max-width: 500px;   
  height: 36px;      

  display: inline-flex;
  align-items: center;
  justify-content: center;

  padding: 0 16px;
  border-radius: 12px;

  /* 🔥 DEGRADADO */
  background: linear-gradient(135deg, #0A1E3E 0%, #1D66BC 100%);

  color: #ffffff;
  font-weight: 600;
  text-decoration: none;

  box-shadow: 0 8px 18px rgba(0,0,0,0.12);
}

/* Hover */
.ifav-stickybar__btn:hover{
  filter: brightness(1.05);
  text-decoration: none;
}

/* Mostrar SOLO mobile + tablet */
@media (min-width: 1200px){
  .ifav-stickybar{
    display: none;
  }
}

/* Evitar que tape contenido */
body{
  padding-bottom: 24px;
}/* End custom CSS */

