:root {
  scroll-behavior: smooth;
  --grad-cta: linear-gradient(90deg,#4382e1 -85.09%,#003694 100%);
  --grad-nav: linear-gradient(-2.56deg,rgba(67,128,215,.3) -10.4%,#00368a 162.31%);
}

body {
  font-family: "Titillium Web",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Arial,sans-serif;
  color: #202020;
  font-weight: 400;
  background: #fff;
  line-height: 1.5;
  overflow-x: hidden;
}

/* Seletores de elemento limitados ao <main>: fora dele estão o nav e o footer,
   que são partilhados com o resto do site e têm estilos próprios. */

main h1, main h2, main h3, main .k {
  font-family: Kinetica,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Arial,sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1.25;
}

main a {
  color: #4380d7;
  text-decoration: none;
}

main a:hover {
  color: #003694;
}

.container-cpvc {
  max-width: 1360px;
}

.eyebrow {
  font-family: Kinetica,sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: .02em;
  color: #202020;
}

.eyebrow.on-dark {
  color: #fff;
}

.section {
  padding: 96px 0;
}

/* Buttons */

.btn-cta {
  font-family: Kinetica,sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 22px;
  color: #fff;
  text-shadow: 0 2px 1px rgba(0,0,0,.8);
  border: none;
  border-radius: 10px;
  padding: 16px 24px;
  background: var(--grad-cta);
  box-shadow: inset 0 6px 7.1px rgba(255,255,255,.25),0 5px 0 #8cd451;
  transition: transform .15s ease,box-shadow .15s ease;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  cursor: pointer;
  width: 29rem;
}

@media (max-width:991px) {
  .btn-cta {
    font-size: 10px;
    width: 100%;
  }
}

.btn-cta:hover {
  color: #fff;
  transform: translateY(-2px);
}

.btn-cta:active {
  transform: translateY(3px);
  box-shadow: inset 0 6px 7.1px rgba(255,255,255,.25),0 2px 0 #499159;
}

.btn-cta.ghost {
  background: linear-gradient(90deg,rgba(67,130,225,.2) -85.09%,rgba(0,54,148,.2) 100%);
}

.btn-cta.pill {
  border-radius: 50px;
  font-size: 12px;
  font-family: "Titillium Web",sans-serif;
  padding: 6px 22px;
}

.btn-cta .ico {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  filter: brightness(0) invert(1);
}

/* Navbar */

/* Hero */

.parallax {
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}

@media (max-width:991px) {
  .parallax {
    background-attachment: scroll;
  }
}

.hero {
  position: relative;
  color: #fff;
  padding: 88px 0 96px;
  border-radius: 0 0 40px 40px;
  overflow: hidden;
}

.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg,rgba(0,54,138,.28),rgba(0,54,138,.52));
  z-index: 1;
}

.hero > .container {
  position: relative;
  z-index: 2;
}

.hero-shot {
  max-width: 860px;
  width: 100%;
  display: block;
  flex-shrink: 0;
  position: relative;
  z-index: 1;
  filter: drop-shadow(0 40px 70px rgba(0,0,0,.45));
}

.hero h1 {
  font-size: 50px;
  background: linear-gradient(90deg,#ffffff 0%,#6fa0e8 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  filter: drop-shadow(0 4px 4px rgba(0,0,0,.35));
}

.hero h1 .l1 {
  display: block;
  font-size: 30px;
}

.hero-lead {
  font-size: 16px;
  margin: 0 auto;
  color: #fff;
}

.hero-note {
  font-size: 16px;
  color: #fff;
}

.hero-stage {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hero-cards {
  display: flex;
  flex-direction: column;
  gap: 35px;
  z-index: 3;
}

.hero-cards.left {
  margin-right: -180px;
}

.hero-cards.right {
  margin-left: -180px;
}

.hcard {
  background: #fff;
  border-radius: 15px;
  box-shadow: 0 0 20px rgba(0,0,0,.1);
  padding: 20px 24px;
  width: 260px;
  height: 172px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: left;
  box-sizing: border-box;
}

.hcard .lbl {
  font-size: 16px;
  color: #000;
  line-height: 1.3;
  white-space: pre-line;
}

.hcard .big {
  font-family: Kinetica,sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 18px;
  color: #00368a;
  line-height: 1;
  display: block;
  white-space: pre-line;
}

.hcard .big.green {
  color: #629934;
  text-align: center;
}

.hcard .price {
  font-family: Kinetica,sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 16px;
  color: #00368a;
}

.hcard .row-b {
  display: flex;
  align-items: flex-end;
  gap: 4px;
  height: 32px;
  margin: 8px 0;
}

.hcard .row-b i {
  flex: 1;
  background: linear-gradient(180deg,#4382e1,#00368a);
  border-radius: 2px;
}

.hcard .ver {
  border: none;
  border-radius: 10px;
  padding: 8px 18px;
  color: #efefef;
  text-shadow: 0 2px 2px rgba(0,0,0,.5);
  font-family: Kinetica,sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 12px;
  background: linear-gradient(90deg,#4382e1 -85%,rgba(0,54,148,.5) 100%);
  box-shadow: 0 4px 20px rgba(0,0,0,.25);
}

@media (max-width:991px) {
  .hero-stage {
    flex-direction: column;
  }
}

@media (max-width:991px) {
  .hero-cards {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
  }
}

@media (max-width:991px) {
  .hero-cards.left {
    margin: 0 0 20px;
    display: none;
  }
}

@media (max-width:991px) {
  .hero-cards.right {
    margin: 20px 0 0;
    display: none;
  }
}

@media (max-width:991px) {
  .hcard {
    width: 220px;
  }
}

/* Benefits */

.bicon {
  width: 52px;
  height: 52px;
  background: var(--m) center/contain no-repeat;
}

.benefit h3 {
  font-size: 14px;
  line-height: 1.5;
  color: #003694;
  margin: 16px 0 12px;
}

.benefit p {
  font-size: 16px;
  color: #202020;
  margin: 0;
}

/* Blur glow */

.glow {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 1367px;
  height: 540px;
  border-radius: 50%;
  background: radial-gradient(closest-side,rgba(67,128,215,.5),rgba(67,128,215,0));
  z-index: 0;
  pointer-events: none;
}

/* Feature cards */

.feat-card {
  background: #fff;
  border-radius: 15px;
  box-shadow: 0 0 20px rgba(0,0,0,.1);
  padding: 28px;
  height: 100%;
  transition: transform .2s ease,box-shadow .2s ease;
}

.feat-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 14px 34px rgba(0,54,138,.18);
}

.feat-ico {
  width: 50px;
  height: 50px;
  background: var(--m) center/contain no-repeat;
  margin-bottom: 18px;
}

.feat-card h3 {
  font-size: 16px;
  line-height: 1.3;
  color: #003694;
  margin-bottom: 10px;
  min-height: 42px;
}

.feat-card p {
  font-size: 16px;
  color: #202020;
  margin: 0;
  line-height: 1.45;
}

/* Section titles */

.sec-title {
  font-size: 30px;
  background: linear-gradient(180deg,#003694 0%,#4380d7 120%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}

.sec-title.light {
  background: linear-gradient(90deg,#ffffff 0%,#6fa0e8 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  filter: drop-shadow(0 4px 4px rgba(0,0,0,.35));
}

.sec-title.sm {
  font-size: 27px;
}

.body-txt {
  font-size: 16px;
  line-height: 1.6;
  color: #202020;
}

/* Check list */

.check-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.check-list li {
  padding: 8px 0 8px 30px;
  position: relative;
  color: #202020;
  font-size: 16px;
}

.check-list li::before {
  content: "\2713";
  position: absolute;
  left: 0;
  top: 8px;
  color: #499159;
  font-weight: 700;
}

.shot-frame {
  width: 100%;
  aspect-ratio: 673/378;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 4px 100px rgba(0,0,0,.25);
}

.shot-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
}

.intro-bg {
  background: linear-gradient(180deg,rgba(255,255,255,.35) 7%,rgba(255,255,255,.94) 60%,rgb(255,255,255) 100%),repeating-linear-gradient(90deg,rgba(217,217,217,.55) 0px,rgba(217,217,217,.22) 21px,rgba(217,217,217,0.05) 30px),rgba(123,163,221,0.61);
}

/* Assistant */

.assistant {
  position: relative;
  overflow: hidden;
}

.q-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px 56px;
}

.q-chip {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #00368a;
  font-weight: 700;
  font-size: 14px;
  line-height: 1.3;
  background: linear-gradient(90deg,rgba(67,130,225,.2) -85%,rgb(139,181,255) 100%);
  box-shadow: inset 0 6px 7.1px rgba(255,255,255,.25),0 5px 0 #00368a;
  border-radius: 50px;
  padding: 12px 21px;
}

.q-chip img {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  filter: brightness(0) saturate(100%) invert(13%) sepia(84%) saturate(2400%) hue-rotate(207deg) brightness(95%) contrast(101%);
}

/* How it works */

.how {
  position: relative;
  color: #fff;
  /*border-radius: 0 0 40px 40px;*/
  overflow: hidden;
}

.how::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg,rgba(0,14,45,.45) 0%,rgba(0,14,45,.12) 55%,rgba(0,14,45,0) 100%);
  z-index: 1;
}

.how > .container {
  position: relative;
  z-index: 2;
}

.step-num {
  font-family: Kinetica,sans-serif;
  font-weight: 700;
  font-size: 40px;
  line-height: 1;
  background: linear-gradient(90deg,#ffffff 0%,#6fa0e8 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  filter: drop-shadow(0 4px 4px rgba(0,0,0,.35));
}

.step h3 {
  font-size: 16px;
  letter-spacing: .02em;
  margin: 14px 0 10px;
}

.step p {
  font-size: 16px;
  color: rgba(255,255,255,.9);
}

/* FAQ */

.faq-num {
  font-family: Kinetica,sans-serif;
  font-weight: 700;
  font-size: 36px;
  color: #003694;
  width: 56px;
  flex-shrink: 0;
}

.accordion-cpvc .accordion-item {
  border: none;
  border-bottom: 1px solid #000;
  background: transparent;
}

.accordion-cpvc .accordion-button {
  font-family: "Titillium Web",sans-serif;
  font-weight: 400;
  font-size: 20px;
  color: #000;
  background: transparent;
  padding: 18px 0;
  box-shadow: none;
  gap: 8px;
}

.accordion-cpvc .accordion-button:focus {
  box-shadow: none;
}

.accordion-cpvc .accordion-button::after {
  background: none;
  width: 20px;
  height: 20px;
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpath d='M2.036 0h17.625c.14 0 .339.139.339.339v17.625c0 .14-.199.34-.339.34h-3.863V7.186L2.984 20 0 17.086 12.814 4.202H1.696V.339C1.696.139 1.836 0 2.036 0z'/%3E%3C/svg%3E") center/contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpath d='M2.036 0h17.625c.14 0 .339.139.339.339v17.625c0 .14-.199.34-.339.34h-3.863V7.186L2.984 20 0 17.086 12.814 4.202H1.696V.339C1.696.139 1.836 0 2.036 0z'/%3E%3C/svg%3E") center/contain no-repeat;
  background-color: #003694;
  transform: rotate(90deg);
  transition: transform .2s;
}

.accordion-cpvc .accordion-body {
  color: #202020;
  font-size: 16px;
  line-height: 1.6;
  padding: 0 0 20px 64px;
}

/* Footer */

@media (max-width:991px) {
  .hero h1 {
    font-size: 20px;
  }
}

@media (max-width:991px) {
  .hero h1 .l1 {
    font-size: 14px;
  }
}

@media (max-width:991px) {
  .sec-title {
    font-size: 20px;
  }
}

@media (max-width:991px) {
  .sec-title.sm {
    font-size: 20px;
  }
}

@media (max-width:991px) {
  .q-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width:991px) {
  .hero-shot {
    padding-top: 4rem;
  }
}

.hero-shot {
  z-index: 0;
}

.aspect-ratio-16x9.hero-video {
  position: absolute;
}

.icons1 {
  --m: url(/assets/img/portal-do-cliente/benefit-1.svg);
}

.icons2 {
  --m: url(/assets/img/portal-do-cliente/benefit-2.svg);
}

.icons3 {
  --m: url(/assets/img/portal-do-cliente/benefit-3.svg);
}

.icons4 {
  --m: url(/assets/img/portal-do-cliente/benefit-4.svg);
}

/* Ícones das 8 cards da secção Funcionalidades, pela ordem em que aparecem.
   Os nomes acentuados vão percent-encoded para não dependerem do charset do CSS. */

.ficons1 {
  --m: url(/assets/img/portal-do-cliente/1-dashboard.svg);
}

.ficons2 {
  --m: url(/assets/img/portal-do-cliente/2-or%C3%A7amento.svg);
}

.ficons3 {
  --m: url(/assets/img/portal-do-cliente/3-acompanhamento.svg);
}

.ficons4 {
  --m: url(/assets/img/portal-do-cliente/4-caixilho.svg);
}

.ficons5 {
  --m: url(/assets/img/portal-do-cliente/5-estado.svg);
}

.ficons6 {
  --m: url(/assets/img/portal-do-cliente/6-documentos.svg);
}

.ficons7 {
  --m: url(/assets/img/portal-do-cliente/7-reclama%C3%A7%C3%B5es.svg);
}

.ficons8 {
  --m: url(/assets/img/portal-do-cliente/8-carga.svg);
}

.txt-italic {
  height: 40%;
}

.txtitalic {
  height: 70%;
}

.txtitalic2 {
  height: 100%;
}

.txtitalic3 {
  height: 55%;
}

.txtitalic4 {
  height: 80%;
}

.heading {
  margin-top: -2%;
  z-index: 10;
  position: relative;
}

.product-img {
  max-height: 558px;
}

.top {
  top: 30%;
}

.widthimg {
  max-width: 855px;
}

.bottom {
  bottom: -50%;
}

.top1 {
  top: 55%;
}

.bg-img {
  background-image: url('/assets/img/portal-do-cliente/acesso-bg.webp');
}

