.servicos {
  padding: 80px 0;

  h1 {
    font-size: 40px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 16px;
  }

  .search-content {
    margin-bottom: 40px;
  }

  .oque-mudamos {
    background: #e6f5ff;
    border: 1px solid #045c99;
    border-radius: 8px;
    box-shadow: 0px 0.5px 1px #ffffff;
    display: flex;
    padding: 12px 16px;
    gap: 12px;
    margin-bottom: 16px;

    .text-content {
      h2 {
        color: #033e66;
        font-size: 16px;
        font-weight: bold;
        margin: 0;
      }

      p {
        color: #033e66;
        font-size: 16px;
        margin: 0;
      }
    }
  }

  .filter-content {
    .por-perfil {
      border: 1px solid #dbdbdb;
      border-radius: 8px;
      padding: 20px;

      .title {
        display: flex;
        gap: 16px;
        align-items: center;
        margin-bottom: 16px;

        p {
          font-size: 24px;
          font-weight: 600;
          margin: 0;
        }
      }

      .filter-buttons {
        .col-lg-4 {
          margin-bottom: 16px;
        }
        .col-lg-4,
        .col-lg-6 {
          padding: 0 8px;

          .button-filter {
            border: 1px solid #dbdbdb;
            display: flex;
            flex-direction: column;
            height: 120px;
            border-radius: 8px;
            justify-content: center;
            align-items: center;

            .buttom-content {
              display: grid;
              justify-items: center;
              gap: 4px;

              p {
                margin: 0;
                color: #004f9f;
                font-size: 14px;
                font-weight: bold;
              }
            }
          }

          .button-filter.is-active {
            border: 1px solid #004f9f;
          }
        }
      }
    }

    .por-categoria {
      border: 1px solid #dbdbdb;
      border-radius: 8px;
      padding: 20px;

      .title-pagination {
        margin-bottom: 16px;
        display: flex;
        justify-content: space-between;

        .title {
          display: flex;
          gap: 16px;
          align-items: center;

          p {
            font-size: 24px;
            font-weight: 600;
            margin: 0;
          }
        }
      }

      .filter-buttons {
        .row {
          row-gap: 16px;

          .col-lg-3 {
            padding: 0 8px;

            .button-filter {
              border: 1px solid #dbdbdb;
              display: flex;
              flex-direction: column;
              height: 120px;
              border-radius: 8px;
              justify-content: center;
              align-items: center;

              .buttom-content {
                display: grid;
                justify-items: center;
                gap: 4px;

                p {
                  margin: 0;
                  color: #004f9f;
                  font-size: 14px;
                  font-weight: bold;
                }
              }
            }

            .button-filter.is-active {
              border: 1px solid #004f9f;
            }
          }
        }
      }
    }
  }
}
