﻿/* PRIMÁRIAS */
/* SECUNDÁRIAS */
/* NEUTRAS */
/* SEMÂNTICA */
@keyframes loadBar {
  to {
    height: 300px;
  }
}
@keyframes loadBall {
  to {
    width: 170px;
  }
}
.pp-background-image {
  width: 100%;
  height: 450px;
  background: url('../../img/headers/header_sobre.jpg') no-repeat;
  background-position: center;
  background-size: cover;
  margin-bottom: 40px;
}
.pp-about-section {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 85%;
  max-width: 1300px;
  position: relative;
}
.pp-about-section .pp-about-text {
  width: 50%;
  display: flex;
  flex-direction: column;
}
.pp-about-section .pp-about-text h1 {
  font-size: 64px;
  line-height: 1em;
  font-weight: 300;
  color: #1678DC;
}
.pp-about-section .pp-about-text h2 {
  font-weight: 700;
  font-size: 20px;
  color: #1678DC;
  margin-top: 51px;
}
.pp-about-section .pp-about-text p {
  margin-top: 1rem;
  font-size: 16px;
  font-weight: 500;
  color: #777777;
  margin-bottom: 56px;
}
.pp-about-section .pp-about-side-images {
  position: absolute;
  width: 35%;
  height: 155%;
  right: 0;
  top: -65%;
}
.pp-about-section .pp-about-side-images img.sepia {
  filter: sepia() !important;
}
.pp-about-section .pp-about-side-images #img0 {
  position: absolute;
  top: 0;
  left: 15%;
  filter: drop-shadow(2px 2px 35px rgba(0, 0, 0, 0.1));
}
.pp-about-section .pp-about-side-images #img1 {
  position: absolute;
  top: 20%;
  right: -3%;
  filter: drop-shadow(2px 2px 35px rgba(0, 0, 0, 0.1));
}
.pp-about-section .pp-about-side-images #img2 {
  position: absolute;
  bottom: 20%;
  left: -5%;
  filter: drop-shadow(2px 2px 35px rgba(0, 0, 0, 0.1));
}
.pp-about-section .pp-about-side-images #img3 {
  position: absolute;
  bottom: -5%;
  right: -7%;
  filter: drop-shadow(2px 2px 35px rgba(0, 0, 0, 0.1));
}
.pp-about-history {
  width: 85%;
  max-width: 1300px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
}
.pp-about-history .pp-about-history-title {
  color: #1678DC;
  font-size: 40px;
  font-weight: 400;
  margin-top: 40px;
}
.pp-about-history .pp-about-timeline {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
  margin-top: 40px;
}
.pp-about-history .pp-about-timeline .pp-year-title {
  color: #1678DC;
  font-weight: 700;
  font-size: 52px;
  font-weight: 1em;
  text-align: center;
  position: relative;
}
.pp-about-history .pp-about-timeline .pp-year-title::after {
  content: '';
  height: 0px;
  width: 4px;
  background: #FCB315;
  position: absolute;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  top: 95%;
}
.pp-about-history .pp-about-timeline .pp-year-title.active::after {
  animation: loadBar 1.3s forwards;
}
.pp-about-history .pp-about-timeline .pp-timeline-item {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 3rem 0;
  position: relative;
}
.pp-about-history .pp-about-timeline .pp-timeline-item svg {
  position: absolute;
  right: 50%;
  z-index: -1;
  width: 0%;
}
.pp-about-history .pp-about-timeline .pp-timeline-item img {
  width: 400px;
  height: 200px;
}
.pp-about-history .pp-about-timeline .pp-timeline-item span {
  color: #777777;
  font-weight: 400;
  font-size: 1rem;
  padding: 1rem;
  border: 1px solid #D3D3D3;
  border-radius: 10px;
  width: 40%;
  margin-right: 2%;
}
.pp-about-history .pp-about-timeline .pp-timeline-item.active svg {
  animation: loadBall 1.3s forwards;
}
.pp-about-history .pp-about-timeline .pp-timeline-item.reverse {
  display: flex;
  flex-direction: row-reverse;
}
.pp-about-history .pp-about-timeline .pp-timeline-item.reverse span {
  margin-right: 0;
  margin-left: 2%;
}
.pp-about-history .pp-about-timeline .pp-timeline-item.reverse svg {
  transform: rotateZ(180deg);
  left: 50%;
  width: 0%;
}
.pp-about-history .pp-about-timeline .pp-timeline-item.reverse.active svg {
  animation: loadBall 1.3s forwards;
}
.pp-about-history .pp-about-timeline .pp-beginning-title {
  font-weight: 700;
  font-size: 40px;
  color: #1678DC;
  margin-top: 1rem;
}
.pp-about-history .pp-about-timeline .pp-beginning {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin-top: 1rem;
}
.pp-about-history .pp-about-timeline .pp-beginning h1 {
  font-size: 40px;
  font-weight: 400;
  color: #1678DC;
  line-height: 1em;
  margin-top: 1rem;
}
.pp-about-history .pp-about-timeline .pp-beginning p {
  text-align: center;
  color: #777777;
  font-weight: 500;
  font-size: 16px;
  margin-top: 1rem;
  margin-bottom: 60px;
  width: 60%;
}
.pp-about-history .pp-about-timeline .pp-beginning img {
  width: 600px;
  height: 400px;
  opacity: 0;
}
.pp-c-page-section {
  margin-top: 3rem;
  margin-bottom: 110px;
  width: 85%;
  max-width: 1300px;
}
.pp-c-page-section h1 {
  color: #1678DC;
  font-weight: 400;
  font-size: 40px;
  line-height: 46px;
}
.pp-c-page-section .pp-c-client-review-section {
  display: flex;
  height: 240px;
  margin-top: 2rem;
  margin-bottom: 3px;
}
.pp-c-page-section .pp-c-client-review-section .pp-c-client-review {
  background-color: #F2F2F2;
  color: #777777;
  height: 100%;
  width: 70%;
  padding: 2rem 2rem;
  position: relative;
}
.pp-c-page-section .pp-c-client-review-section .pp-c-client-review img {
  margin-right: -50px;
}
.pp-c-page-section .pp-c-client-review-section .pp-c-client-review .quotation {
  width: 85px;
  height: 60px;
}
.pp-c-page-section .pp-c-client-review-section .pp-c-client-review span {
  margin-left: 1.5rem;
  font-size: 1rem;
  line-height: 22px;
  width: 80%;
  height: 110px;
  font-weight: 500;
}
.pp-c-page-section .pp-c-client-review-section .pp-c-client-review .pp-c-client-info {
  display: flex;
}
.pp-c-page-section .pp-c-client-review-section .pp-c-client-review .pp-c-client-info .buttons-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 80px;
}
.pp-c-page-section .pp-c-client-review-section .pp-c-client-review .pp-c-client-info .buttons-container a:hover {
  filter: brightness(1.5);
}
.pp-c-page-section .pp-c-client-review-section .pp-c-client-review .pp-c-client-info .buttons-container a:active {
  transform: translateY(1px);
}
.pp-c-page-section .pp-c-client-review-section .pp-c-client-review .pp-c-client-info .info-container {
  margin-left: 1.5rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-width: 350px;
}
.pp-c-page-section .pp-c-client-review-section .pp-c-client-review .pp-c-client-info .info-container h4 {
  color: #1678DC;
  font-size: 22px;
}
.pp-c-page-section .pp-c-client-review-section .pp-c-client-review .pp-c-client-info .info-container p {
  font-size: 1rem;
  font-weight: 500;
  color: #777777;
}
.pp-c-page-section .pp-c-client-review-section .pp-c-client-review .pp-c-client-info .pp-img-container {
  display: flex;
  justify-content: flex-end;
  width: 50%;
}
.pp-c-page-section .pp-c-client-review-section .pp-c-our-clients {
  background-color: #FCB315;
  color: white;
  height: 100%;
  flex: 1;
  margin-left: 3px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.pp-c-page-section .pp-c-client-review-section .pp-c-our-clients p {
  font-size: 22px;
  text-align: center;
}
.pp-c-page-section .pp-c-client-review-section .pp-c-our-clients .buttonLink {
  text-transform: uppercase;
  background: #1678DC;
  margin-top: 1rem;
  font-size: 18px;
}
.pp-c-page-section .pp-c-try-for-free {
  height: 260px;
  position: relative;
  display: flex;
  background: url('../../img/try-it-background.png') no-repeat;
  background-size: cover;
}
.pp-c-page-section .pp-c-try-for-free section {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  padding: 2rem;
}
.pp-c-page-section .pp-c-try-for-free section h1 {
  color: white;
  font-size: 35px;
  width: 32.5%;
}
.pp-c-page-section .pp-c-try-for-free section .pp-c-mockup-img {
  width: 35%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pp-c-page-section .pp-c-try-for-free section .pp-c-mockup-img img {
  margin-top: 84px;
  margin-right: 110px;
}
.pp-c-page-section .pp-c-try-for-free section .pp-c-sign-in {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 1rem;
  width: 32.5%;
}
.pp-c-page-section .pp-c-try-for-free section .pp-c-sign-in p {
  font-size: 22px;
  color: white;
  text-align: center;
}
.pp-c-page-section .pp-c-try-for-free section .pp-c-sign-in .buttonLink {
  background: #FCB315;
  font-size: 18px;
  font-weight: 700;
  padding: 1rem 20px;
  text-align: center;
}
@media screen and (max-width: 1050px) {
  .pp-background-image {
    height: 300px;
  }
  .pp-about-history {
    width: 100%;
  }
  .pp-about-history .pp-about-timeline .pp-timeline-item img,
  .pp-about-history .pp-about-timeline .pp-timeline-item.reverse img {
    width: 40%;
    height: auto;
    margin: 0 2%;
  }
  .pp-c-page-section {
    margin-bottom: 2rem;
    width: 100%;
  }
  .pp-c-page-section h1 {
    padding: 0 20px;
    font-size: 26px;
  }
  .pp-c-page-section .pp-c-client-review-section {
    flex-direction: column;
    height: auto;
  }
  .pp-c-page-section .pp-c-client-review-section .pp-c-client-review {
    width: auto;
    display: flex;
    align-items: start;
    gap: 30px;
    flex-direction: column;
  }
  .pp-c-page-section .pp-c-client-review-section .pp-c-client-review .flex-item {
    position: relative;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    height: auto;
  }
  .pp-c-page-section .pp-c-client-review-section .pp-c-client-review .flex-item svg {
    width: 40px;
    height: 30px;
    position: absolute;
    right: 90%;
    top: 0;
  }
  .pp-c-page-section .pp-c-client-review-section .pp-c-client-review .flex-item span {
    margin-left: 0;
    padding: 0 30px;
    text-align: left;
    font-size: 16px;
    height: auto;
  }
  .pp-c-page-section .pp-c-client-review-section .pp-c-client-review .pp-c-client-info {
    margin: 0;
    display: flex;
    align-items: center;
    flex-direction: column;
    width: 100%;
    gap: 1rem;
  }
  .pp-c-page-section .pp-c-client-review-section .pp-c-client-review .pp-c-client-info .buttons-container svg {
    width: 21px;
    height: 40px;
  }
  .pp-c-page-section .pp-c-client-review-section .pp-c-client-review .pp-c-client-info .info-container {
    align-items: center;
    margin: 0;
  }
  .pp-c-page-section .pp-c-client-review-section .pp-c-client-review .pp-c-client-info .pp-img-container {
    width: auto;
  }
  .pp-c-page-section .pp-c-client-review-section .pp-c-client-review img {
    position: relative;
    top: unset;
    right: unset;
    margin: 0;
  }
  .pp-c-page-section .pp-c-client-review-section .pp-c-our-clients {
    margin-left: 0;
    padding: 30px;
  }
  .pp-c-page-section .pp-c-try-for-free {
    height: auto;
    background: #1678DC;
  }
  .pp-c-page-section .pp-c-try-for-free section {
    display: flex;
    flex-direction: column;
    gap: 1rem;
  }
  .pp-c-page-section .pp-c-try-for-free section h1 {
    text-align: center;
    font-size: 30px;
    width: 100%;
  }
  .pp-c-page-section .pp-c-try-for-free section h1 br {
    display: none;
  }
  .pp-c-page-section .pp-c-try-for-free section .pp-c-mockup-img {
    width: 45%;
  }
  .pp-c-page-section .pp-c-try-for-free section .pp-c-mockup-img img {
    margin: 0;
  }
  .pp-c-page-section .pp-c-try-for-free section .pp-c-sign-in {
    width: 100%;
  }
  .pp-c-page-section .pp-c-try-for-free section .pp-c-sign-in button {
    margin-top: 0.5rem;
  }
}
@media screen and (max-width: 700px) {
  .pp-about-section {
    display: flex;
    flex-direction: column-reverse;
  }
  .pp-about-section .pp-about-text {
    width: 100%;
    margin-top: 50px;
  }
  .pp-about-section .pp-about-text h1 {
    font-size: 34px;
  }
  .pp-about-section .pp-about-text h2 {
    font-size: 20px;
  }
  .pp-about-section .pp-about-text p {
    font-size: 1rem;
  }
  .pp-about-section .pp-about-side-images {
    width: 100vw;
    height: 440px;
    left: -10%;
    top: -70%;
  }
  .pp-about-history {
    width: 100%;
  }
  .pp-about-history .pp-about-history-title {
    width: 100%;
    text-align: center;
    font-size: 24px;
  }
  .pp-about-history .pp-about-timeline .pp-year-title::after {
    top: 100%;
  }
  .pp-about-history .pp-about-timeline .pp-timeline-item,
  .pp-about-history .pp-about-timeline .pp-timeline-item.reverse {
    flex-direction: column;
    padding: 2rem 0;
  }
  .pp-about-history .pp-about-timeline .pp-timeline-item img,
  .pp-about-history .pp-about-timeline .pp-timeline-item.reverse img {
    width: 50%;
    height: auto;
  }
  .pp-about-history .pp-about-timeline .pp-timeline-item svg,
  .pp-about-history .pp-about-timeline .pp-timeline-item.reverse svg {
    display: none;
  }
  .pp-about-history .pp-about-timeline .pp-timeline-item span,
  .pp-about-history .pp-about-timeline .pp-timeline-item.reverse span {
    margin: 0;
    width: 60%;
    background: #FFFFFF;
    height: auto;
    margin-top: 2rem;
    position: relative;
  }
  .pp-about-history .pp-about-timeline .pp-timeline-item span::after,
  .pp-about-history .pp-about-timeline .pp-timeline-item.reverse span::after {
    content: '';
    height: 20px;
    width: 4px;
    background: #FCB315;
    position: absolute;
    left: 50%;
    top: 110%;
  }
  .pp-c-page-section {
    margin-bottom: 0;
  }
  .pp-about-section .pp-about-side-images {
    height: 405px;
  }
  .pp-about-section .pp-about-side-images #img0 {
    position: absolute;
    top: 0;
    left: 15%;
    filter: drop-shadow(2px 2px 35px rgba(0, 0, 0, 0.1));
  }
  .pp-about-section .pp-about-side-images #img1 {
    position: absolute;
    top: 10%;
    right: -3%;
    filter: drop-shadow(2px 2px 35px rgba(0, 0, 0, 0.1));
  }
  .pp-about-section .pp-about-side-images #img2 {
    position: absolute;
    bottom: 30%;
    left: -3%;
    filter: drop-shadow(2px 2px 35px rgba(0, 0, 0, 0.1));
  }
  .pp-about-section .pp-about-side-images #img3 {
    position: absolute;
    bottom: 16%;
    right: -6%;
    filter: drop-shadow(2px 2px 35px rgba(0, 0, 0, 0.1));
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes fadeInDownH {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0) scaleX(-1);
  }
}
.animate_custom__fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}
.animate_custom__fadeInDown.horizontal {
  -webkit-animation-name: fadeInDownH;
  animation-name: fadeInDownH;
}