#main-content #page-header {

    text-align: center;

    min-height: 480px;

    padding: calc(93px + 75px) 0 calc(64px + 75px) 0;

    margin: 0 0 -80px 0;

    position: relative;

    display: flex;

    flex-direction: row;

    flex-wrap: wrap;

    justify-content: flex-start;

    align-items: flex-end;

    align-content: flex-end;

  }

  #main-content #page-header::after {

    content: "";

    width: 100%;

    height: 100%;

    background: linear-gradient(

      0deg,

      rgba(0, 0, 0, 0.25) 0%,

      rgba(255, 255, 255, 0) 100%

    );

    position: absolute;

    top: 0;

    left: 0;

    z-index: 0;

    pointer-events: none;

  }

  #main-content #page-header h3 {

    color: var(--branco);

    font-size: 16px;

    font-weight: 700;

    line-height: 22px;

    position: relative;

    z-index: 1;

  }

  #main-content #page-header h1 {

    color: var(--branco);

    font-size: 60px;

    font-weight: 800;

    line-height: 70px;

    position: relative;

    z-index: 1;

  }

  @media (max-width: 768px) {

    #main-content #page-header h1 {

      font-size: 40px;

      line-height: 50px;

    }

  }

  #page-content > .content {

    width: calc(100% - 180px);

    max-width: 1600px;

    border-radius: 80px;

    background-color: var(--branco);

    margin: 0 auto;

    z-index: 2;

    position: relative;

  }
 
  #page-content .content {

    width: calc(100% - 180px);

    max-width: 1600px;

    border-radius: 80px;

    background-color: var(--branco);

    margin: 0 auto;

    z-index: 2;

    position: relative;

    padding: 60px 50px;

    overflow: hidden;

  }

  .downloads-loop{

    display: flex;

    gap: 40px;

  }

  .downloads-loop .card-downloads{

    width: 100%;

    text-align: center;

    color:var(--cinza-escuro);

    text-decoration: none;

    margin-bottom: 40px;

    border-radius: 30px;

    padding: 40px;

    box-shadow: 0px 10px 50px 0px rgba(0, 0, 0, 0.08);

  }

  .card-category-content{

    display: flex;

    gap: 20px;

    border-bottom: 1px solid #eee;

    padding-bottom: 40px;

  }

  .card-category-content .card-category-img-btn{
    width: 40%;
  }
  .card-category-content .card-category-img-btn figure{
    margin: auto;
    width: 100%;
  }
  .card-category-content .card-category-img-btn .button{
      display: block;
    width: calc(100% - 80px);
    height: 60px;
    padding: 20px 50px;
      margin: 0 auto;
    background-color: red;
    border-radius: 10px;
    align-content: center;
    color: #FFF;
    text-decoration: none;
    text-align: center;
  }

  .card-category-content .card-category-info{

    width: 60%;

  }
  .category-files-content{
    max-width: 1140px;
    margin: auto;
  }
  .files-loop{

    display: flex;

    flex-wrap: wrap;

    justify-content: space-between;

    margin-top: 40px;

      row-gap: 20px;

  }

  .files-item{

    display: flex;

    flex-wrap: wrap;

    width: 32%;

    background: var(--white);

    border-radius: 16px;

    box-shadow: 0px 10px 50px 0px rgba(0, 0, 0, 0.08);

    place-content: flex-start;

    padding-bottom: 60px;

    position: relative;

    overflow: hidden;

  }

  .files-item figure{

    width: 100%;

    height: 400px;

    }

    .files-item figure img{

        width: 100%;

        object-fit: cover;

        height: 100%!important;

    }

  .files-item .files-content{

    padding: 20px 20px 40px

  }

  .files-item .button{
    position: absolute;
    width: calc(100% - 40px);
    bottom: 20px;
    right: 20px;
    height: 60px;
    padding: 0 50px;
    background-color: red;
    border-radius: 10px;
    align-content: center;
    color: #FFF;
    text-decoration: none;
    text-align: center;

  }

  a{

    opacity: 1.0;

  }

  a:hover{

    opacity: 0.8;

  }

  

@media (max-width: 1224px) {

    .files-item figure{

        height: 300px;

    }

}

@media (max-width: 1024px) {
    .card-category-content .card-category-img-btn{

      width: 100%;
    }
    .card-category-content .card-category-img-btn figure{
      text-align: center;
    }
    .card-category-content .card-category-img-btn .button{
      width: 100%;
    }
    .downloads-loop{

        flex-wrap: wrap;

    }

    .card-category-content{

        flex-wrap: wrap;

    }

    

    .card-category-content figure{

        width: 100%;

    }

    .card-category-content .card-category-info{

        width: 100%;

    }

    .files-item{

        width: 100%;

        margin-bottom: 40px;

    }

    .files-item figure{

        height: 400px;

    }
}

@media (max-width: 1024px) {
  #page-content .content{
    width: calc(100% - 10px);
    padding: 50px 0;
  }
}