.filtros { width: 90%; margin: auto; }
.textobusca { float: left; width: 35%; margin-left: 35px; }
.categoriabusca { float: left; width: 25%; margin-left: 10px; }
.buscapor { float: left; width: 15%; margin-left: 10px; }
.ordenbusca { float: left; width: 35px; margin-left: 10px; }
.Separafiltros { clear: both; min-height: 35px; }

.fichas-container {
  width: 90% !important;
  max-width: 90% !important;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: space-between;
}
.ficha {
  width: 30%;
  background: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 16px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  font-family: 'Montserrat', sans-serif;
  overflow: hidden;
  padding: 0;
}
@media (max-width: 768px) {
  .ficha { width: 100% !important; display: block; }
  .banner { background-image: none !important; margin: 15px 0 !important; min-height: 100px !important; }
}
.ficha-header { height: 240px; width: 100%; overflow: hidden; border-radius: 12px 12px 0 0; }
.ficha-header img { width: 100%; height: 100%; object-fit: cover; object-position: center top; display: block; }
.ficha-content h3 { width: 100%; padding: 0 10px; line-height: 1.4; font-size: 18px; color: #FF8800; text-align: center; }
.ficha-titulo { min-height: 110px; }
.ficha-content a { padding-right: 15px; float: right; text-decoration: none; color: #636363; font-weight: bold; font-size: 12px; margin-top: -15px !important; }
.ficha-divider { height: 1px; background-color: #f0f0f0; margin: 0 16px; }
.ficha-footer { margin-top: 10px; padding: 12px 16px; font-size: 14px; color: #aaa; border-top: 2px solid #999; }
.Manito { cursor: pointer; font-family: 'Montserrat', sans-serif; }
.separador { min-height: 40px; }
.banner { width: 80%; margin: 0 auto; min-height: 80px; }
.bannertexto { width: 90%; padding: 0 10px; font-size: 16px; font-family: 'Montserrat', sans-serif; text-align: center; color: #404040; }
.paginador strong { padding: 0; margin: 15px 3px 0 3px; font-weight: 600; color: #8d8d8d; font-size: 12pt; }