/*
 * Custom code goes here.
 * A template should always ship with an empty custom.css
 */
.page-title-header {
  text-align: center;
  margin: 15px 0 25px 0;
}

.page-title-header h1 {
  font-size: 1.6rem;
  font-weight: 700;
  color: #F5B2B6;   /* cor rosa suave da identidade */
  font-family: 'Rufina', serif;
}
.wrapper[style*="#003c7a"] {
    background: #f5b2b6 !important;
}
#category  #main #subcategories {
display: none;
}