.elementor-439 .elementor-element.elementor-element-25a7067{--display:flex;}/* Start custom CSS for html, class: .elementor-element-ffd4961 *//* Contenedor - DOBLE tamaño */
.ref-box{
  display:inline-flex;
  align-items:center;
  gap:1.5rem;                        /* Doble separación */
  padding:1.8rem 2.4rem;             /* Doble relleno */
  border:4px solid #0F4A8A;          /* Borde más grueso */
  background:#F3F8FF;
  color:#0F4A8A;
  border-radius:999px;
  font:700 2.1rem/1.3 "Poppins",system-ui,Segoe UI,Arial;
  box-shadow:0 10px 28px rgba(15,74,138,.15);
  transition:.25s ease;
}

/* Texto */
.ref-text{
  white-space:nowrap;
  letter-spacing:.3px;
}

/* Íconos más grandes */
.ref-icon{
  width:56px; height:56px;           /* Doble tamaño */
  display:inline-block;
  border-radius:50%;
  background:#0F4A8A;
  position:relative;
  flex:0 0 56px;
  box-shadow:inset 0 -3px 0 rgba(0,0,0,.1);
}

/* SVG LIBRO */
.ref-icon.book{
  background:
    url("data:image/svg+xml;utf8,\
<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'>\
<rect x='3' y='4' width='18' height='16' rx='2' ry='2' fill='%23FFFFFF'/>\
<path d='M7 6h10M7 9h10M7 12h6' stroke='%230F4A8A' stroke-width='2' stroke-linecap='round'/>\
</svg>") center/70% no-repeat, #0F4A8A;
}

/* SVG LÁPIZ */
.ref-icon.pencil{
  background:
    url("data:image/svg+xml;utf8,\
<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'>\
<path d='M3 21l3-1 11-11-2-2L4 18 3 21z' fill='%23FFFFFF'/>\
<path d='M14 4l2 2' stroke='%230F4A8A' stroke-width='2' stroke-linecap='round'/>\
</svg>") center/70% no-repeat, #0F4A8A;
}

/* Hover */
.ref-box:hover{ transform:translateY(-3px) scale(1.03); }

/* Responsive */
@media/* End custom CSS */