#category-page #top {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background-attachment: fixed; }
  #category-page #top > * {
    padding: 50px 0 80px 0;
    position: relative;
    z-index: 3;
    color: white;
    text-align: center; }
    #category-page #top > * p {
      margin-bottom: 5px; }
    #category-page #top > * h1 {
      margin-top: 0;
      font-weight: normal; }
  #category-page #top > .mask {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .6);
    z-index: 1;
    padding: 0; }
  #category-page section {
    background-color: white;
    position: relative;
    z-index: 5;
    margin-top: -50px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    padding: 50px 0; }
  #category-page section#support {
    margin-bottom: 70px; }
  #category-page section#support .images {
    gap: 25px;
    justify-content: center;
    margin: -20px 0 20px 0; }
  #category-page section#support .faqs {
    margin: 30px 0; }
  #category-page section#support h3.doubts {
    font-size: 38px; }
  #category-page section#support h2 {
    font-weight: bold;
    margin-bottom: 15px; }
    #category-page section#support h2 p {
      font-size: 13px; }
  #category-page section#support .wpcf7-form input, #category-page section#support .wpcf7-form textarea {
    resize: none;
    width: 100%;
    border: none;
    background-color: whitesmoke;
    padding: 10px;
    color: gray; }
    #category-page section#support .wpcf7-form input[type="submit"], #category-page section#support .wpcf7-form textarea[type="submit"] {
      background-color: var(--primary-color);
      border-radius: 0;
      padding: 15px 0;
      color: white; }
  #category-page .catalog-banner {
    position: relative;
    z-index: 5; }
