@charset "UTF-8";
/* variables */
/* end variables */
@import url("https://fonts.googleapis.com/css2?family=Red+Hat+Display:wght@300;400;700&display=swap");
*, *:before, *:after {
  box-sizing: border-box;
}

html, body, div, span, object, iframe, figure, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, code, em, img, small, strike, strong, sub, sup, tt, b, u, i, ol, ul, li, fieldset, form, label, table, caption, tbody, tfoot, thead, tr, th, td, main, canvas, embed, footer, header, nav, section, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  text-size-adjust: none;
  transition: transform 0.4s ease-in-out;
}

html {
  scroll-behavior: smooth;
}

body {
  overflow-x: hidden;
  font-family: "Red Hat Display", sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
  color: #777777;
}
body h1, body h2 {
  font-family: "Red Hat Display", sans-serif;
  font-weight: 700;
  letter-spacing: -0.04rem;
  color: #1678DC;
}
body h1 span, body h2 span {
  font-weight: 300;
}
body h3, body h4, body h5, body h6 {
  font-family: "Red Hat Display", sans-serif;
  font-weight: 500;
  letter-spacing: -0.04rem;
  color: #041326;
}

hr {
  margin: 25px 0;
  border: 0;
  height: 1px;
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0), #E3E3E3);
}
hr.right {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0), #E3E3E3);
}

b, strong {
  font-weight: bold;
}

h1 {
  font-size: 7em;
  line-height: 1em;
  font-weight: 200 !important;
  letter-spacing: -0.03em !important;
}
@media (max-width: 1440px) {
  h1 {
    font-size: 5em;
  }
}
@media (max-width: 599px) {
  h1 {
    font-size: 1.875rem;
    line-height: 3rem;
  }
}

h2 {
  font-size: 3rem;
  line-height: 2.75rem;
  font-weight: 200 !important;
  letter-spacing: -0.03em !important;
}
@media (max-width: 599px) {
  h2 {
    font-size: 1.35rem;
    line-height: 2rem;
  }
}

h3 {
  font-size: 2rem;
  line-height: 2.25rem;
  color: #041326;
  font-weight: 200 !important;
}
@media (max-width: 599px) {
  h3 {
    font-size: 1.25rem;
    line-height: 1.5rem;
  }
}

h4 {
  font-size: 1.4rem;
  line-height: 1.4rem;
}
@media (max-width: 599px) {
  h4 {
    font-size: 1.25rem;
    line-height: 1.25rem;
  }
}

h5 {
  font-size: 1.25rem;
  line-height: 1.25rem;
}

footer, header, nav, section, main {
  display: block;
  transition: all 0.3s ease-out;
}

main {
  padding-top: 120px;
}
@media (max-width: 599px) {
  main {
    padding-top: 95px;
  }
}

@media (max-width: 599px) {
  section .row {
    flex-direction: column;
  }
}
section .container-fluid {
  max-width: 1440px;
}
section ul {
  list-style-type: disc;
  margin: 0 20px;
}
section ul.no-style {
  list-style-type: none;
}
section ul li {
  padding: 10px;
}
section ul li::marker {
  color: #FBB023;
}

a {
  color: #1678DC;
  text-decoration: none;
  transition: all 0.3s ease-out;
}

small {
  font-size: 0.75rem;
  letter-spacing: 0.05rem;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}
table th, table td {
  padding: 15px;
  border: solid 1px #ddd;
  text-align: left;
}
table th {
  background-color: #f1f1f1;
}

blockquote {
  display: block;
  border-top: solid 2px #eee;
  padding: 1rem 0 0.5rem;
  margin: 1rem 0;
  position: relative;
}
blockquote:before {
  content: "“";
  position: absolute;
  top: -10px;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  width: 3rem;
  height: 2rem;
  color: #666;
  text-align: center;
}

form label {
  display: block;
  color: #1678DC;
  font-family: "Red Hat Display", sans-serif;
  margin-bottom: 0.5rem;
}
form input[type=text] {
  color: #1678DC;
  width: 100%;
  display: block;
  font-size: 1.5rem;
  background: white;
  border: 1px solid #C6C6C6;
  border-radius: 5px;
  padding: 0.5rem 1rem;
  margin-bottom: 1.5rem;
}

text-light {
  font-weight: 400;
}

text-uppercase {
  text-transform: uppercase;
}

color-primary {
  color: #1678DC;
}

color-tertiary {
  color: #FBB023;
}

color-secondary {
  color: #777777;
}

color-dark {
  color: #041326;
}

color-white {
  color: white;
}

.pp-text-left {
  text-align: left;
}

.pp-text-center {
  text-align: center;
}

.pp-text-right {
  text-align: right;
}

@media (max-width: 1024px) {
  .hidden-mobile {
    display: none !important;
  }
}

@media (min-width: 1025px) {
  .hidden-desktop {
    display: none !important;
  }
}

.spaced {
  padding: 3.75rem 0;
}
@media (max-width: 599px) {
  .spaced {
    padding: 1rem 0;
  }
}
.spaced.negative-margin-top {
  margin-top: -30px;
  padding-bottom: 0;
}
.spaced.extra-padding-bottom {
  padding-bottom: 100px;
}
.spaced.no-padding-bottom {
  padding-bottom: 0;
}

.mt-10 {
  margin-top: 10px;
}

.mt-20 {
  margin-top: 20px;
}

.mt-30 {
  margin-top: 30px;
}

.mt-40 {
  margin-top: 40px;
}

.mr-10 {
  margin-right: 10px;
}

.mr-20 {
  margin-right: 20px;
}

.mr-30 {
  margin-right: 30px;
}

.mr-40 {
  margin-right: 40px;
}

.mb-10 {
  margin-bottom: 10px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-40 {
  margin-bottom: 40px;
}

.ml-10 {
  margin-left: 10px;
}

.ml-20 {
  margin-left: 20px;
}

.ml-30 {
  margin-left: 30px;
}

.ml-40 {
  margin-left: 40px;
}

.pp-logo {
  width: 185px;
}

.pp-logo-mobile {
  position: absolute;
  top: 15px;
  left: 50%;
  margin-left: -80px;
  width: 160px;
  z-index: 90;
}

.pp-button {
  display: inline-block;
  padding: 0.75rem 1.5rem;
  color: #041326;
  background-color: #FBB023;
  border-radius: 100px;
  box-shadow: 1px 2px 20px rgba(0, 0, 0, 0.1);
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1.25rem;
  text-transform: uppercase;
}
@media (max-width: 599px) {
  .mobile-flex-center {
    display: flex;
    justify-content: center;
  }

  .pp-button {
    font-size: 1rem;
    line-height: 1rem;
    margin: 0;
    text-align: center;
    position: relative;
    z-index: 1;
  }

  .pp-button.hero {
    margin-top: -22px;
  }
}
.pp-button.primary {
  color: white;
  background-color: #1678DC;
}
.pp-button.primary:hover {
  color: white;
  background-color: #041326;
}
.pp-button.tiny {
  padding: 0.325rem 0.825rem;
  font-size: 0.825rem;
}
.pp-button.small {
  padding: 0.5rem 1rem;
  font-size: 0.825rem;
}
@media (min-width: 1200px) {
  .pp-button.small {
    padding: 0.825rem 1.75rem;
  }
}
.pp-button.large {
  padding: 1rem 2rem;
  font-size: 1.25rem;
}
@media (min-width: 1200px) {
  .pp-button.large {
    padding: 1rem 1.75rem;
  }
}
.pp-button.extra-large {
  padding: 1rem 2rem;
  font-size: 2rem;
}
.pp-button.dark {
  color: white;
  background-color: #1678DC;
}
.pp-button:hover {
  color: #1678DC;
  background-color: white;
}

.pp-cards {
  text-align: left;
  border-radius: 20px;
}
@media (max-width: 599px) {
  .pp-cards {
    margin-top: 20px;
  }
}
.pp-cards .features .bg-img {
  position: relative;
  margin: -50px 0 -130px;
  z-index: 10;
}
.pp-cards .features img:hover {
  transform: scale(1.03);
  transition: ease-in-out 0.2s;
}
.pp-cards .footer {
  position: relative;
  margin-top: -50px;
  z-index: 5;
}
.pp-cards .footer img {
  position: relative;
  margin-top: -100px;
  width: 100%;
}
.pp-cards .content {
  padding: 2.5rem 3rem;
  background-color: #F8F8F8;
  border-radius: 20px;
}
@media (max-width: 599px) {
  .pp-cards .content {
    padding: 1.5rem 3rem 1rem;
  }
}
@media (max-width: 1440px) {
  .pp-cards .content p {
    min-height: 80px;
  }
}
.pp-cards .content h3, .pp-cards .content a {
  position: relative;
  z-index: 10;
}
.pp-cards .content.dark {
  background-color: #1678DC;
}
.pp-cards .content.dark p {
  color: #E3E3E3;
}
.pp-cards .content.dark h3, .pp-cards .content.dark h4, .pp-cards .content.dark h5, .pp-cards .content.dark h6 {
  color: white;
}

.pp-bg-form-mockup {
  background: url("/Home/img/tablet-background.png") center center no-repeat;
  background-size: cover;
  align-items: center;
}
.pp-bg-form-mockup .mockup {
  width: 550px;
  margin: -80px -115px -115px;
  position: relative;
  z-index: 1;
}
/* @media (max-width: 599px) {
  .pp-bg-form-mockup .mockup {
    width: 100%;
    margin: 0;
  }
} */

.pp-bg-form-mockup-mobile {
  background: url("/Home/img/tablet-background-mobile.png") center center no-repeat;
  background-size: cover;
  padding: 2rem 1rem;

  display: flex;
  align-items: center;
  flex-direction: column;
}

.pp-bg-form-mockup-mobile img {
  width: 100%;
  position: relative;
  margin: -4rem 0 0 -1rem;
  z-index: 1;
}

.pp-bg-form-mockup-mobile h1 {
  text-align: center;
  line-height: 2.5rem;
}

.pp-bg-form-mockup-mobile h2 {
  margin-top: 1rem;
}

.pp-bg-form-mockup-mobile .pp-button {
  display: block;
  margin-top: 1rem;
}

.pp-bg-dark {
  background-color: #041326;
}
.pp-bg-dark span {
  color: #FBB023;
}
.pp-bg-dark .pp-button {
  margin-top: 30px;
}
.pp-bg-dark h1, .pp-bg-dark h2 {
  font-weight: 500;
  color: white;
}
@media (max-width: 599px) {
  .pp-bg-dark h2 {
    font-size: 1.5rem;
  }
}

.pp-bg-grey {
  background-color: #F8F8F8;
}

.pp-bg-white-grey {
  background: rgb(255, 255, 255);
  background: linear-gradient(90deg, rgb(255, 255, 255) 62.5%, rgb(243, 243, 243) 62.5%, rgb(243, 243, 243) 62.5%);
}
@media (max-width: 1440px) {
  .pp-bg-white-grey {
    background: linear-gradient(90deg, rgb(255, 255, 255) 66.66%, rgb(243, 243, 243) 66.66%, rgb(243, 243, 243) 66.66%);
  }
}

.pp-bg-grey-transparent {
  background: transparent;
  background: linear-gradient(90deg, rgb(243, 243, 243) 62.5%, rgb(243, 243, 243) 62.5%, transparent 62.5%);
}
@media (max-width: 1440px) {
  .pp-bg-grey-transparent {
    background: linear-gradient(90deg, rgb(243, 243, 243) 66.66%, rgb(243, 243, 243) 66.66%, transparent 66.66%);
  }
}

.pp-bg-tertiary {
  background-color: #FBB023;
}

.pp-bg-evolution {
  background: url("/Home/img/evolution-background.jpg") center center no-repeat;
  background-size: cover;
}
.pp-bg-evolution .spaced {
  padding-bottom: 2.5rem;
}

.pp-cta {
  margin-top: -25px;
  background: #F3F3F3;
}

.pp-cta #btn-over {
  position: relative;
  z-index: 10;
}

.pp-icon-group {
  display: flex;
  align-items: center;
}
.pp-icon-group.center {
  justify-content: center;
}
.pp-icon-group.end {
  justify-content: end;
}
.pp-icon-group:hover {
  transform: scale(1.03);
  transition: ease-in-out 0.2s;
}
.pp-icon-group h4 {
  margin: 0 20px;
}

.swiper {
  height: 30vh;
}
@media (max-width: 599px) {
  .swiper {
    height: auto;
  }
}
.swiper .swiper-slide img {
  width: 100%;
}
@media (max-width: 599px) {
  .swiper .swiper-slide {
    text-align: center;
  }
}
.swiper.reviews {
  width: 100%;
  height: 200px;
}
.swiper.reviews svg {
  position: absolute;
  z-index: 100;
  top: 0;
  left: 0;
}
.swiper.reviews .swiper-slide {
  padding-left: 150px;
  background-color: #F3F3F3;
}
@media (max-width: 599px) {
  .swiper.reviews .swiper-slide {
    text-align: center;
    padding-top: 60px;
  }
}
.swiper.reviews .swiper-slide .swiper-footer {
  position: absolute;
  width: 80%;
  bottom: 0;
}
.swiper.reviews .swiper-slide .swiper-footer img {
  position: absolute;
  width: 150px;
  right: 0;
  bottom: 0;
}
.swiper.page-header {
  min-height: 45vh;
}
.swiper.page-header h1 {
  position: relative;
  top: 65%;
  font-size: 2rem;
  text-align: center;
}
@media (max-width: 599px) {
  .swiper.page-header h1 {
    position: absolute;
    top: 65%;
    font-size: 1.75rem;
    line-height: 2.25rem;
    z-index: 1;
  }
}
.swiper .swiper-button-next,
.swiper .swiper-button-prev {
  position: absolute;
  z-index: 100;
  left: 0;
  bottom: 0;
  margin-top: 50px;
  color: #1678DC;
  width: calc(var(--swiper-navigation-size) / 44 * 44);
}
.swiper .swiper-button-next:after,
.swiper .swiper-button-prev:after {
  font-size: 2rem;
}
.swiper .swiper-button-next {
  margin-left: 80px;
}
.swiper .swiper-button-prev {
  margin-left: 10px;
}

.pp-tabs {
  overflow: hidden;
  margin-top: -20px;
}

.pp-tab {
  width: 100%;
  color: #1678DC;
  overflow: hidden;
}
.pp-tab input[type=radio] {
  -webkit-appearance: none;
  border-radius: 0;
}
.pp-tab-label {
  display: flex;
  justify-content: space-between;
  padding: 0;
  background: white;
  cursor: pointer;
  color: black;
  transition: all 0.3s ease-out;
}
.pp-tab-label:hover {
  color: #FBB023;
}
.pp-tab-label::after {
  content: "›";
  width: 1em;
  height: 1em;
  text-align: center;
  transition: all 0.35s;
}
.pp-tab-content {
  max-height: 0;
  padding: 0 1em;
  color: black;
  background: #F8F8F8;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  transition: all 0.35s;
}
.pp-tab-close {
  display: flex;
  justify-content: flex-end;
  padding: 1em;
  font-size: 0.75em;
  background: white;
  cursor: pointer;
}
.pp-tab-close:hover {
  background: white;
}

input:checked + .pp-tab-label {
  background: white;
}
input:checked + .pp-tab-label::after {
  transform: rotate(90deg);
}
input:checked ~ .pp-tab-content {
  border-top: solid 1px #FBB023;
  max-height: 100vh;
  padding: 1rem;
}

.evolution {
  margin-top: 30px;
  margin-bottom: -52px;
}

#gestaodeescalas {
  background-color: #F3F3F3;
}

.mockup-center {
  display: flex;
  align-items: center;
  justify-content: center;
}

.mockup-center img {
  margin: -117px 0 -130px;
}

.pp-clients {
	display: flex;
	align-items: center;
	overflow: hidden;
	background-color: #fff;
	padding: 64px 20px;
}

.pp-clients .track {
  display: flex;
  gap: 4rem;
  animation: scroll 15s linear infinite;
}

.pp-clients .track img {
    width: 150px;
    margin: 0 15px;
    object-fit: contain;
}

@media (max-width: 599px) {
  .pp-clients {
    padding: 32px 20px;
  }

}

/* Animação */
@keyframes scroll {
	from {
		transform: translateX(0);
	}
	to {
		transform: translateX(-50%);
	}
}

.pp-app-container {
  background: #fff;
  border-radius: 20px;

  display: flex;
  flex-direction: column;
  justify-content: space-between;
  box-shadow: 3px 15px 63px -33px rgba(190,222,64,0.5);
}

.pp-app-container .container-padding{
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
}

.pp-app-container .app-footer {
  display: flex;
}

.pp-app-container .app-footer a {
  border-radius: 0;
  width: 100%;
  padding: 0.625rem 0.825rem;
}

.pp-app-container .app-footer .android {
  border-bottom-left-radius: 20px;
}
.pp-app-container .app-footer .ios {
  border-bottom-right-radius: 20px;
}

.mobile-mockup-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}

.mobile-mockup-container img {
  width: 180px;
}

.mobile-mockup-container .pp-button {
  position: absolute;
  z-index: 1;
  bottom: 10%;
  /* font-size: 1.5rem;
  line-height: 1.5rem; */
}

#gestaodeescalasmobile {
  background: #F3F3F3;
}

#gestaodeescalasmobile .middle {
  display: flex;
  align-items: center;
  justify-content: center;

  background-image: url("/Home/img/about-background-mobile.png");

  padding: 2rem 1rem;
}

#gestaodeescalasmobile .features.content-mobile {
  background-color: #F8F8F8;
  border-radius: 20px;
}

#gestaodeescalasmobile .features.content-mobile .row-mobile .item {
  padding: 2rem;
}

#gestaodeescalasmobile .features.content-mobile .pp-button {
  display: block;
}

#gestaodeescalasmobile .pp-icon-group h2{
  font-size: 2.35rem;
  line-height: 2.35rem;
}

#gestaodeescalasmobile .flex-mobile-icon-group {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding: 1rem 0;
}

.pp-mobile-app-reviews .container {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding: 2rem;
}

.pp-mobile-app-reviews .container h3 {
  text-align: center;
  margin-bottom: 1rem;
}

.pp-mobile-app-reviews .container .review-item {
  border-radius: 20px;
  padding: 20px;
  background-color: #F3F3F3;
  color: #777777;

  display: flex;
  flex-direction: column;
}

.pp-mobile-app-reviews .container .review-item h1 {
  color: #1678DC;
  font-size: 1.375rem;
  line-height: 1.375rem;
  margin-bottom: 1rem;
}

.pp-mobile-app-reviews .container .review-item p {
  font-size: 1rem;
  line-height: 1rem;
}

.pp-mobile-app-reviews .container .review-item .footer {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}

.pp-mobile-app-reviews .pp-app-container {
  background: #F3F3F3;
  padding: 2rem;
  border-radius: 0;
}

.pp-mobile-app-reviews .pp-app-card {
  background-color: #fff;
  border-radius: 20px;
  box-shadow: 3px 15px 63px -33px rgba(190,222,64,0.5);
}

.pp-mobile-app-reviews .pp-app-card h3{
  font-size: 2.25rem;
  line-height: 2.25rem;
}

.pp-mobile-app-reviews .pp-app-card h6 {
  font-size: 1.25rem;
  line-height: 1.25rem;
  margin-top: 6px;
}

.pp-mobile-app-reviews .pp-app-card .container-padding {
  align-items: center;
  text-align: center;
  gap: 0;
}

.pp-mobile-app-reviews .pp-app-card svg{
  margin: 2rem 0;
}

.pp-business-review-mobile {
  background-color: #fff;
}

.pp-business-review-mobile .title{
  text-align: center;
  padding: 2rem;
}

.pp-business-review-mobile .business-review-container{
  padding: 2rem;
  background-color: #F3F3F3;
}

.pp-business-review-mobile .business-review-container .header {
  display: flex;
  justify-content: space-between;
}

.pp-business-review-mobile .business-review-container .header .controls {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.pp-business-review-mobile .business-review-container .header .button-next,.button-prev {
  border: none;
  background: transparent;
  padding: 0;
  margin: 0;
}

.swiper.review-slider-mobile {
    height: auto !important;
}

.pp-business-review-mobile .business-review-container .review-slider-mobile .review-item{
  background: #F3F3F3;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.pp-business-review-mobile .business-review-container .review-slider-mobile .review-item:not(.swiper-slide-visible){
  opacity: 0 !important;
}

.pp-business-review-mobile .business-review-container .review-slider-mobile .review-item p {
  min-height: 290px;
  margin-top: 2rem;
  text-align: left;
}

.pp-business-review-mobile .business-review-container .review-slider-mobile .review-item .footer {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.pp-business-review-mobile .business-review-container .review-slider-mobile .review-item .footer h1 {
  font-size: 1.375rem;
  line-height: 1.375rem;
  margin-top: 1rem;
}

.pp-business-review-mobile .business-review-container .review-slider-mobile .review-item .footer span {
  font-size: 0.75rem;
  line-height: 0.75rem;
  margin-top: 5px;
}

.pp-business-review-mobile .business-review-container .review-slider-mobile .review-item .footer img {
  width: 200px;
  margin-top: 1.5rem;
}

.pp-evolution-mobile {
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}

.pp-evolution-mobile .bg{
  width: 100%;
}

.pp-evolution-mobile .svg {
  position: absolute;
  z-index: 2;
  bottom: -1rem;
}