﻿/* PRIMÁRIAS */
/* SECUNDÁRIAS */
/* NEUTRAS */
/* SEMÂNTICA */
.pp-background-image {
  width: 100%;
  height: 450px;
  background: url('../../img/headers/header_quemusa.jpg') no-repeat;
  background-position: center;
  background-size: cover;
  margin-bottom: 40px;
}
.pp-clients-title {
  width: 85%;
  max-width: 1300px;
  display: flex;
  align-items: center;
  flex-direction: column;
}
.pp-clients-title h1 {
  color: #1678DC;
  font-size: 64px;
  font-weight: 300;
  line-height: 1em;
  text-align: center;
}
.pp-clients-title p {
  font-size: 16px;
  font-weight: 500;
  color: #777777;
  text-align: center;
  margin-top: 27px;
  width: 50%;
}
.pp-c-resources {
  display: flex;
  align-items: center;
  flex-direction: column;
  width: 85%;
  max-width: 1300px;
  margin-bottom: 5rem;
}
.pp-c-resources h1 {
  font-weight: 400;
  font-size: 40px;
  line-height: 46px;
  color: #1678DC;
}
.pp-c-resources .resources-navigation {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  flex-wrap: wrap;
  margin-top: 58px;
}
.pp-c-resources .resources-navigation .nav-item {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 10px;
  background: none;
}
.pp-c-resources .resources-navigation .nav-item h1 {
  font-size: 16px;
  line-height: 22px;
  color: #808080;
  margin: 0 10px;
}
.pp-c-resources .resources-navigation .nav-item .line {
  width: 100%;
  height: 5px;
  background-color: #F2F2F2;
  border-radius: 100px;
}
.pp-c-resources .resources-navigation .nav-item.is_Active .line {
  background-color: #1678DC;
}
.pp-c-resources .resources-slide-contain {
  width: 100%;
  position: relative;
  margin-bottom: 3rem;
}
.pp-c-resources .resources-slide-contain .resources-slide-item {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 3rem;
}
.pp-c-resources .resources-slide-contain .resources-slide-item span {
  width: 220px;
  height: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pp-c-resources .resources-slide-contain .resources-slide-item span img {
  width: 80%;
}
.splide__pagination__page.is-active {
  background: #1678DC !important;
}
@media screen and (max-width: 1050px) {
  .pp-background-image {
    height: 300px;
  }
  .pp-clients-title p {
    font-size: 16px;
    width: 85%;
  }
}
@media screen and (max-width: 700px) {
  .pp-background-image {
    height: 200px;
  }
  .pp-clients-title h1 {
    text-align: left;
    font-size: 44px;
  }
  .pp-clients-title p {
    width: 100%;
  }
  .pp-c-resources .resources-navigation {
    justify-content: center;
  }
  .pp-c-resources .resources-navigation .nav-item {
    width: auto;
  }
}