.elementor-10440 .elementor-element.elementor-element-d26f52b{--display:flex;--width:100%;--overlay-transition:0.3s;}/* Start custom CSS for html, class: .elementor-element-71b0f89 *//* Contenedor general */
.filtro-capacitaciones-wrapper {
  display: flex;
  gap: 30px;
  align-items: flex-start;
  margin-top: 30px;
}

/* Filtros a la izquierda */
.filtro-fechas {
  width: 20%;
  background: #f8f9fa;
  padding: 20px;
  border-radius: 12px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  font-family: 'Segoe UI', sans-serif;
}

.filtro-fechas label {
  font-weight: 600;
  display: block;
  margin-top: 10px;
  margin-bottom: 5px;
  color: #333;
}

.filtro-fechas select,
.filtro-fechas input[type="date"] {
  width: 100%;
  padding: 8px 10px;
  border: 1px solid #ced4da;
  border-radius: 6px;
  background: white;
  font-size: 14px;
  margin-bottom: 10px;
  box-sizing: border-box;
}

#reiniciar-filtros {
  width: 100%;
  background: #dc3545;
  color: white;
  border: none;
  padding: 10px 14px;
  border-radius: 6px;
  font-size: 14px;
  cursor: pointer;
  transition: background 0.3s ease;
}

#reiniciar-filtros:hover {
  background: #c82333;
}


/* Resultados a la derecha */
#resultado-capacitaciones {
  width: 80%;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

/* Tarjeta de capacitación */
#resultado-capacitaciones > div {
  background: white;
  border: 1px solid #dee2e6;
  border-radius: 10px;
  padding: 15px;
  width: calc(50% - 10px);
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.05);
  transition: transform 0.2s ease;
}

#resultado-capacitaciones > div:hover {
  transform: scale(1.01);
}

#resultado-capacitaciones img {
  width: 100%;
  height: auto;
  border-radius: 8px;
  margin-bottom: 10px;
}

#resultado-capacitaciones h3 {
  margin-top: 0;
  font-size: 18px;
  color: #000;
  font-family: 'Poppins', sans-serif;
}

#resultado-capacitaciones p {
  margin: 5px 0;
  font-size: 14px;
  color: #000;
  font-family: 'Poppins', sans-serif;
}

.ver-mas-btn {
  display: inline-block;
  background: #28a745;
  color: white;
  padding: 8px 12px;
  border-radius: 4px;
  text-decoration: none;
  margin-top: 10px;
  font-size: 14px;
  transition: background 0.3s ease;
}

.ver-mas-btn:hover {
  background: #218838;
}

.filtro-fechas select, .filtro-fechas input[type="date"] {
    padding: 6px 10px;
}/* End custom CSS */