.noticias-view-btn {
  width: 38px;
  height: 38px;
  border-radius: 4px;
  border: 1px solid #e0e0e0;
  background: #fff;
  color: #919297;
  font-size: 14px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s ease;
}

.noticias-view-btn.active {
  background: #0670b2;
  border-color: #0670b2;
  color: #fff;
}
.noticias-view-toggle {
  display: flex;
  gap: 6px;
}

.noticias-filter-bar {
  background: #fff;
  border-radius: 16px;
  padding: 22px 28px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);;
  border: 1px solid #e0e0e0;
}

.noticias-search .form-control {
  padding: 0.75rem 2.75rem;
}


.form-control {

  border: 1px solid #dee2e6 !important;
  border-radius: 0.375rem!important;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out !important;
}




.noticias-search {
  position: relative;

}

.noticias-search__icon {
  position: absolute;
  left: 14px;
  top: 50%;
  transform: translateY(-50%);
  color: #6c757d;
  pointer-events: none;
  z-index: 2;
}

.noticias-search__input {
  padding-left: 40px;
}


.col-12 .agenda-card {
  flex-direction: row;
}
.col-12 .agenda-card .agenda-img img{
  width: 260px;
}
.col-md-6.col-lg-3 .agenda-body p.text-small{
display: none;
}
@media (max-width: 991px) {
  .col-12 .agenda-card {
    flex-direction: column;
  }
  .col-12 .agenda-card .agenda-img img{
    width: 100%;
  }
}
.agenda-body p.text-small{
  font-size: 13px;
  color: #919297;
  line-height: 1.6;
  margin-bottom: 0;
  font-style: italic;
}

.detalle-noticia {
  padding: 3rem 0 2.5rem;
  border-bottom: 1px solid #e8edf2;
  background-color: #ffffff;
}
