.elementor-3354 .elementor-element.elementor-element-5e58bfd{margin-top:-107px;margin-bottom:0px;}@media(max-width:767px){.elementor-3354 .elementor-element.elementor-element-f11c5e6 > .elementor-element-populated{padding:0px 0px 0px 0px;}.elementor-3354 .elementor-element.elementor-element-fe184e0 > .elementor-widget-container{margin:37px 0px 0px 0px;}}/* Start custom CSS for column, class: .elementor-element-f11c5e6 */.expertus-catalogo-wrapper,
  .expertus-catalogo-wrapper * {
    box-sizing: border-box;
  }

  .expertus-catalogo-wrapper {
    width: 100%;
    padding: 40px 0 70px;
    background: #F4F4F4;
    font-family: "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif;
  }

  .expertus-catalogo-container {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 24px;
  }

  .expertus-catalogo-header {
    text-align: center;
    margin-bottom: 38px;
  }

  .expertus-catalogo-header h2 {
    margin: 0 0 10px;
    font-size: 40px;
    line-height: 1.1;
    color: #1f1f1f;
    font-weight: 500;
  }

  .expertus-catalogo-header p {
    margin: 0;
    font-size: 18px;
    color: #666;
  }

  .expertus-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 28px;
  }

  .expertus-card {
    background: #ffffff;
    border-radius: 26px;
    padding: 24px 20px 26px;
    min-height: 440px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    box-shadow: 0 8px 24px rgba(0,0,0,0.06);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
  }

  .expertus-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 14px 28px rgba(0,0,0,0.09);
  }

  .expertus-card-image-wrap {
    width: 100%;
    height: 190px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 22px;
    overflow: hidden;
  }

  .expertus-card img {
    max-width: 100%;
    max-height: 180px;
    width: auto;
    height: auto;
    object-fit: contain;
    display: block;
  }

  .expertus-card h3 {
    margin: 0 0 12px;
    font-size: 20px;
    line-height: 1.2;
    color: #1f1f1f;
    font-weight: 600;
    min-height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .expertus-card p {
    margin: 0;
    font-size: 17px;
    line-height: 1.5;
    color: #5d5d5d;
    flex-grow: 1;
    display: flex;
    align-items: flex-start;
    justify-content: center;
  }

  .expertus-pagination {
    display: flex;
    justify-content: center;
    gap: 12px;
    flex-wrap: wrap;
    margin-top: 38px;
  }

  .expertus-page-btn {
    width: 46px;
    height: 46px;
    border: none;
    border-radius: 50%;
    background: #ffffff;
    color: #1f1f1f;
    font-size: 17px;
    font-weight: 600;
    cursor: pointer;
    box-shadow: 0 4px 12px rgba(0,0,0,0.08);
    transition: all 0.25s ease;
    font-family: "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif;
  }

  .expertus-page-btn:hover,
  .expertus-page-btn.active {
    background: #f2c318;
    color: #1f1f1f;
    transform: translateY(-2px);
  }

  @media (max-width: 1200px) {
    .expertus-grid {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
  }

  @media (max-width: 900px) {
    .expertus-grid {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .expertus-card {
      min-height: 420px;
    }
  }

  @media (max-width: 640px) {
    .expertus-catalogo-wrapper {
      padding: 30px 0 55px;
    }

    .expertus-catalogo-container {
      padding: 0 16px;
    }

    .expertus-catalogo-header h2 {
      font-size: 30px;
    }

    .expertus-catalogo-header p {
      font-size: 16px;
    }

    .expertus-grid {
      grid-template-columns: 1fr;
      gap: 20px;
    }

    .expertus-card {
      min-height: auto;
    }
  }/* End custom CSS */