.elementor-5207 .elementor-element.elementor-element-5deea5f{--display:flex;}.elementor-5207 .elementor-element.elementor-element-984b452{--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:0100px;--padding-bottom:0160px;--padding-left:0px;--padding-right:0px;}.elementor-5207 .elementor-element.elementor-element-e9466fb > .elementor-widget-container{padding:0px 060px 0px 060px;}.elementor-5207 .elementor-element.elementor-element-8e77e0b{--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;}.elementor-5207 .elementor-element.elementor-element-37cdc87 > .elementor-widget-container{padding:0px 0px 0px 0px;}.elementor-5207 .elementor-element.elementor-element-8f71231{--display:flex;}@media(max-width:767px){.elementor-5207 .elementor-element.elementor-element-984b452{--padding-top:030px;--padding-bottom:00px;--padding-left:030px;--padding-right:030px;}.elementor-5207 .elementor-element.elementor-element-e9466fb > .elementor-widget-container{padding:0px 030px 0px 030px;}}/* Start custom CSS for shortcode, class: .elementor-element-e9466fb *//* ===== 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!important;
  background: #fff!important;
  border: 1px solid #089FB1!important;
  border-radius: 40px!important;
  padding: 4px 16px!important;
  transition: background .2s, color .2s!important;
}
.afb-filter-btn.active,
.afb-filter-btn:hover {
  background: #CEF9FF!important;
  color: #089FB1!important;
  gap:20px;
}

.afb-archive-filters.btn-group.mb-4 {
    gap: 20px;
}

/* 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:left;
}

/* Meta */
.afb-archive-cat-pill {
  background: #CEF9FF;
  color: #089FB1;
  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: white;
  text-decoration: none;
  font-weight: 600;
  transition: color .2s;
  background: black;
  padding:3px 32px;
  border-radius: 24px;
}
.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%;
  }
  .btn-group, .btn-group-vertical {
      flex-wrap: wrap;
  }
.afb-archive-cat-pill {
    font-size:9px!important;
}
.afb-archive-date {
    font-size:9px!important;
}  
}/* End custom CSS */