/* Cambiar el color del título de los proyectos en páginas de categoría */
body.archive .portfolio-item .title h2 a {
  color: #F4ECE2 !important;
  transition: color 0.3s ease;
}

body.archive .portfolio-item .title h2 a:hover {
  color: #FC3535 !important;
}