.elementor-954 .elementor-element.elementor-element-5ad6a32b{--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;--padding-top:0160px;--padding-bottom:0160px;--padding-left:0px;--padding-right:0px;}.elementor-954 .elementor-element.elementor-element-71af7ae0{padding:0px 0px 0px 0px;}.elementor-954 .elementor-element.elementor-element-4a78f70{--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;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}:root{--page-title-display:none;}/* Start custom CSS for shortcode, class: .elementor-element-71af7ae0 *//* ===== ARCHIVO DE BLOG AFB ===== */
.afb-archive-title {
  font-family: 'Montserrat', sans-serif;
  font-size: 28px;
  font-weight: 700;
  color: #0C243F;
}

/* Filtros */
.afb-filter-btn {
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  color: #232A34;
  background: #fff;
  border: 1px solid #C7A977;
  border-radius: 40px;
  padding: 4px 16px;
  transition: background .2s, color .2s;
}
.afb-filter-btn.active,
.afb-filter-btn:hover {
  background: #F3EDE3;
  color: #B29565;
}

/* Grid */
.afb-archive-grid {}

/* Card */
.afb-archive-card {
  background: #FFFFFF;
  border-radius: 16px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.05);
  overflow: hidden;
}
.afb-archive-thumb img {
  width: 100%;
  height: auto;
  display: block;
}

/* Body */
.afb-archive-body {
  padding: 24px;
}
.afb-archive-post-title {
  font-family: 'Montserrat', sans-serif;
  font-size: 20px;
  font-weight: 600;
  color: #0C243F;
  margin: 0;
}
.afb-archive-post-title a {
  color: inherit;
  text-decoration: none;
}
.afb-archive-excerpt {
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  color: #232A34;
  margin: 12px 0 0;
  line-height: 1.6;
  text-align:justify;
}

/* Meta */
.afb-archive-cat-pill {
  background: #F3EDE3;
  color: #B29565;
  font-family: 'Montserrat', sans-serif;
  font-size: 12px;
  font-weight: 600;
  padding: 4px 12px;
  border-radius: 40px;
  text-transform: uppercase;
}
.afb-archive-date {
  font-family: 'Montserrat', sans-serif;
  font-size: 12px;
  color: #0C243F;
}
.afb-archive-readmore {
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  color: #0C243F;
  text-decoration: none;
  font-weight: 600;
  transition: color .2s;
}
.afb-archive-readmore:hover {
  color: #B29565;
}

/* Paginación */
.afb-archive-pagination {
  font-family: 'Montserrat', sans-serif;
}
.afb-archive-pagination a,
.afb-archive-pagination .disabled-btn {
  font-size: 14px;
  margin: 0 8px;
  text-decoration: none;
  color: #0C243F;
  border: 1px solid #0C243F;
  border-radius: 40px;
  padding: 6px 20px;
  transition: background .2s, color .2s;
}
.afb-archive-pagination a:hover {
  background: #0C243F;
  color: #FFF;
}
.afb-archive-pagination .disabled-btn {
  opacity: .4;
  cursor: default;
}

/* Responsive */
@media (max-width: 991.98px) {
  .afb-archive-grid .col-md-6 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-3e8be694 *//* ===== BOTÓN FLOTANTE (NOVA + WhatsApp) ===== */
.whatsapp-fab{
  position:fixed;
  bottom:30px;
  right:30px;
  width:120px;
  height:120px;
  border-radius:50%;
  background:rgba(8,159,177,.18);
  box-shadow:0 4px 12px rgba(0,0,0,.25);
  display:flex;
  align-items:center;
  justify-content:center;
 
  cursor:pointer;
  z-index:1000000;
  transition:transform .3s ease;
}
.whatsapp-fab:hover{transform:scale(1.08);}

.whatsapp-fab img{
  width:100%;
  height:100%;
  object-fit:cover;
  border-radius:50%;
}

/* ------ Badge (icono de WhatsApp) ------ */
.whatsapp-badge{
  position:absolute;
  top:-6px;            /* sobresale un poco ─ ajusta a tu gusto */
  left:-6px;
  width:42px;
  height:42px;
  background:#25D366;
  border:3px solid #FFFFFF;  /* anillo blanco de separación */
  border-radius:50%;
  display:flex;
  align-items:center;
  justify-content:center;
}
.whatsapp-badge img{
  width:60%;
  height:60%;
  object-fit:contain;
}

/* ---------- Responsive (móvil) ---------- */
@media(max-width:767px){
  .whatsapp-fab{
    bottom:20px;
    right:20px;
    width:60px;
    height:60px;
  }
  .whatsapp-badge{
    width:26px;
    height:26px;
    border:2px solid #FFF;
  }
}/* End custom CSS */