html {
  color-scheme: light dark;
  font-family: "ClashDisplay", sans-serif;
}

html,
body {
  padding: 0;
  margin: 0;
  width: 100%;
  min-height: 100%;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

body {
  overscroll-behavior: none;
  position: relative;
  background-color: #f8f9fd;
}

:root {
  --blue: #1d53ff;
  --green: #35edc9;
  --black: #0a1d44;

  --h1: 3.9rem;
  --h2: 3.45rem;
  --h3: 2.9rem;
  --h4: 2.35rem;
  --h5: 1.9rem;
  --p: 1.5rem;
  --btn: 1rem;
}

h1,
h2,
h3,
h4,
h5,
h6,
span,
a,
li,
button,
.btn,
select,
option,
input,
label,
em {
  font-family: "ClashDisplay", sans-serif;
  line-height: 1.1;
}

h1 {
  font-size: var(--h1);
  font-weight: 500;
  line-height: 1.15;
}

h2 {
  font-size: var(--h2);
  font-weight: 500;
  line-height: 1.1;
}

h3 {
  font-size: var(--h3);
  font-weight: 500;
  line-height: 1.15;
}

h4 {
  font-size: var(--h4);
  font-weight: 500;
  line-height: 1.15;
}

h5 {
  font-size: var(--h5);
  font-weight: 500;
  line-height: 1.15;
}

p {
  font-size: var(--p);
  font-weight: 400;
  line-height: 1.15;
  font-family: "Planc", "sans-serif";
}

em {
  color: var(--blue);
  font-weight: 600;
  text-decoration: none;
  font-style: normal;
  font-style: inherit;
}

/* HEADER */

.sticky {
  z-index: 2;
  position: relative;
}

.nav-header-container {
  display: flex;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  padding: 4em;
  align-items: center;
  gap: 2em;
  justify-content: space-between;
  z-index: 2;
}

.nav-header-container .nav-logo {
  width: 15em;
  height: auto;
}

.nav-header {
  gap: 1em;
  display: flex;
}

.nav-header-container ul {
  display: inline-flex;
  gap: 1.5em;
}

.nav-header .wp-menu {
  display: flex;
  align-items: center;
  padding-right: 4em;
}

.nav-header a {
  font-weight: 500;
  color: var(--black);
  transition: all 0.3s ease-in-out;
}

.nav-header .wp-menu a:hover {
  color: var(--blue);
}

.icon-hamburguer {
  width: 2.5em;
  height: 2.5em;
  display: none;
}

.btn {
  font-size: var(--btn);
  font-weight: 500;
  padding: 1em 2.5em;
  border-radius: 3em;
  transition: all 0.3s ease-in-out;
}

.btn:hover {
  font-weight: 500;
  padding: 1em 2.7em;
}

.btn.green-bg {
  color: var(--black);
  background-color: var(--green);
}

.btn.blue-bg {
  color: white;
  background-color: var(--blue);
}

.btn.dark-blue-bg {
  color: var(--green);
  background-color: var(--black);
}

.btn.white-bg {
  color: var(--blue);
  background-color: white;
}

#banner-home {
  z-index: 1;
  position: relative;
}

#banner-home span {
  color: #000;
  display: block;
  margin-bottom: 2em;
  font-family: "Planc", "sans-serif";
  font-weight: 500;
  font-size: 1.5rem;
  text-transform: uppercase;
  text-decoration: none;
  font-style: normal;
}

#banner-home h1 + .btn {
  margin-top: 3em;
}

#banner-home h1 em {
  color: var(--blue);
  font-size: inherit;
  display: inline;
  font-weight: 600;
  font-family: "ClashDisplay", sans-serif;
}

#banner-home h2 em {
  color: var(--blue);
  font-size: inherit;
  display: inline;
  font-weight: 500;
  font-family: "ClashDisplay", sans-serif;
}

#banner-home h2 {
  font-size: calc(var(--h1) * 1.3);
  line-height: 1;
  font-weight: 500;
}

#banner-home h2 {
  margin-bottom: 0.5em;
}

#banner-home p {
  font-size: 1.7rem;
  font-weight: 400;
  padding-right: 20%;
}

#banner-home .btn {
  margin-bottom: 1.25em;
}

#banner-home p + .btn {
  margin-top: 2em;
}
#banner-home p.small {
  font-size: 0.95rem;
}

#banner-home .card-container {
  position: sticky;
  top: 20%;
  bottom: 0;
  z-index: 1;
  perspective: 1000px;
  perspective-origin: 50% 50%;
  transform-style: preserve-3d;
  pointer-events: none;
  margin-bottom: 20%;
}

#banner-home .card-container .card-01 {
  width: 26em;
  transform: rotateX(16deg) rotateY(0deg) rotateZ(29deg) translateX(0px);
  position: relative;
  z-index: 2;
  filter: drop-shadow(4em 2em 2em rgba(0, 0, 0, 0.5));
}

#banner-home .card-container .card-02 {
  width: 25em;
  transform: rotateX(43deg) rotateY(360deg) rotateZ(315deg) translateX(13em)
    translateY(7em);
  position: relative;
  z-index: 1;
}

#banner-home .card-bg-container {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

#banner-home .card-bg-container .card-bg {
  width: 5em;
  height: auto;
  position: absolute;
}

#banner-home .card-bg-container .card-bg-01 {
  top: -10%;
  left: -20%;
  opacity: 0.1;
  transform: rotate(351deg);
}

#banner-home .card-bg-container .card-bg-02 {
  top: -4%;
  right: 17%;
  opacity: 0.4;
  transform: rotate(18deg);
  width: 6em;
}

#banner-home .card-bg-container .card-bg-03 {
  top: 50%;
  left: -7%;
  transform: rotate(341deg);
  width: 5.5em;
  opacity: 0.2;
}

#banner-home .card-bg-container .card-bg-04 {
  bottom: 5%;
  left: -20%;
  transform: rotate(17deg);
  opacity: 0.1;
}

#banner-home .card-bg-container .card-bg-05 {
  bottom: 0;
  left: 10%;
  width: 4em;
  transform: rotate(30deg);
  opacity: 0.1;
}

#banner-home .card-bg-container .card-bg-06 {
  right: 15%;
  bottom: 0;
  transform: rotate(28deg);
  opacity: 0.3;
}

#banner-home .custom-row {
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-0.5 * var(--bs-gutter-x));
  margin-left: calc(-0.5 * var(--bs-gutter-x));
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: grid;
  grid-template-columns: 1fr 0.75fr;
  grid-template-areas: "cta-1 cards" "cta-2 cards";
  margin-left: 8.33333333%;
}

#banner-home .cta-1 {
  grid-area: cta-1;
}

#banner-home .cta-2 {
  grid-area: cta-2;
}

#banner-home .cards {
  grid-area: cards;
}

#solucoes {
  position: relative;
}

#solucoes h2 {
  font-size: calc(var(--h2) * 1.1);
  color: white;
  padding-bottom: 10em;
}

#solucoes em {
  color: var(--green);
  font-weight: 500;
}

#solucoes h3 {
  color: white;
  font-size: calc(var(--h3) / 1.1);
  font-weight: 500;
  padding-right: 5%;
}

#solucoes h3 + .btn {
  margin-top: 4em;
}

#solucoes .video-sticky {
  position: sticky;
  top: -10vh;
}

#solucoes .video-absolute {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}

#solucoes .video-container {
  position: relative;
  z-index: 0;
  width: 100%;
  height: 100%;
}

#solucoes .video-sticky video {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  aspect-ratio: 16/9;
  width: 85vw;
  object-fit: cover;
  height: 95vh;
  z-index: 1;
}

#solucoes .video-bg {
  width: 100vw;
  height: 120vh;
  object-fit: cover;
  object-position: center;
  position: relative;
  z-index: 0;
}

#solucoes .logo {
  width: 25em;
  margin-bottom: 8em;
}

#solucoes p {
  color: white;
  font-weight: 400;
  padding-bottom: 1.5em;
  padding-top: 5em;
  font-size: calc(var(--p) * 1.15);
}

.btn-solucoes {
  border-radius: 1em;
  display: inline-block;
  width: 18em;
  padding: 2em 0 0 2em;
  background: var(--green);
  transition: all 0.3s ease-in-out;
}

.btn-solucoes:hover {
  padding: 2em 0 0 3em;
}

.btn-solucoes h4 {
  font-size: calc(var(--h4) / 1.3);
  font-weight: 500;
  line-height: 1.05;
  padding-bottom: 3em;
}

.btn-solucoes img {
  width: 14em;
  float: right;
}

.btn-solucoes .el-container {
  position: relative;
  bottom: -1px;
  width: 14em;
  float: right;
  height: 5.5em;
  overflow: hidden;
}

.btn-solucoes .el-lines {
  width: 28em;
  height: 100%;
  background: url("../img/elements/el-lines-blue.svg") repeat-x;
  background-position: right center;
  transition: all 0.3s ease-in-out;
}

.btn-solucoes:hover .el-lines {
  animation: lines 3s linear infinite;
}

@keyframes lines {
  0% {
    transform: translate(0);
  }
  100% {
    transform: translate(-14em);
  }
}

.btn-solucoes + .btn-solucoes {
  margin-left: 1em;
}

.btn-solucoes:last-of-type {
  background: var(--black);
}

.btn-solucoes:last-of-type h4 {
  color: var(--green);
}

.btn-solucoes:last-of-type .el-lines {
  background: url("../img/elements/el-lines-green.svg") repeat-x;
}

#cta {
  position: relative;
  width: 100%;
  height: 100%;
  background: url("../img/elements/el-bg.svg") #f0f3fc;
  background-size: 25%;
}

#cta img {
  height: 52em;
  margin: 0 auto;
  object-fit: contain;
  object-position: bottom;
}

#cta h2,
#cta p,
#cta h3,
#cta h4 {
  padding-right: 7%;
  color: var(--black);
}

#cta h2 {
  font-size: calc(var(--h2) * 1.35);
  padding-bottom: 0.5em;
}

#cta p {
  padding-bottom: 2em;
}

#cta h3 {
  padding-bottom: 0.5em;
}

#cta h4 {
  font-size: calc(var(--h4) / 1.3);
}

#sobre {
  position: relative;
  z-index: 2;
}

#sobre .d-flex {
  gap: 2em;
}

#sobre h2 {
  font-family: "Planc", sans-serif;
  font-size: var(--h3);
  font-weight: 600;
  color: var(--black);
  width: 70%;
}

#sobre .icon-percentage {
  width: 5em;
  height: 5em;
}

#sobre p {
  width: 77%;
  color: var(--black);
}

#sobre em {
  color: var(--black);
  font-family: "Planc", sans-serif;
}

#sobre .cta-2 {
  background: var(--blue);
  border-radius: 2em;
  display: flex;
  flex-wrap: wrap;
  padding: 7em 0 0 7em;
  overflow: hidden;
  bottom: -2em;
  position: relative;
  justify-content: space-between;
}

#sobre .cta-2 .content {
  width: 63%;
}

#sobre .cta-2 h2 {
  color: white;
  padding-bottom: 1em;
  font-size: calc(var(--h2) * 1.05);
  width: 100%;
}

#sobre .el-container {
  position: absolute;
  width: 68em;
  float: right;
  height: 14em;
  overflow: hidden;
  margin-top: -1em;
  margin-bottom: -2em;
  bottom: 0;
  right: 0;
}

#sobre .el-container .el-lines {
  width: 70em;
  height: 100%;
  background: url(../img/elements/el-lines-black.svg) repeat-x;
  background-position: right center;
}

#sobre .content {
  padding-bottom: 7em;
}

#el-coins {
  width: 20em;
  height: 20em;
  position: relative;
  top: -7em;
}

.coin {
  position: absolute;
  width: 4em;
  height: 4em;
}

.coin-1 {
  position: absolute;
  width: 6.5em;
  height: auto;
  top: 20%;
  left: -10%;
}

.coin-2 {
  top: 56%;
  left: -30%;
  width: 2.5em;
  height: 2.5em;
}

.coin-3 {
  top: 33%;
  right: 35%;
  transform: rotate(28deg);
}

.coin-4 {
  top: 69%;
  right: 60%;
  transform: rotate(45deg);
}

#servicos {
  margin-top: -14%;
  position: relative;
  z-index: 1;
  padding-top: 36.75em;
  width: 100%;
  overflow: hidden;
  background-color: #081a3a;
}

#servicos h2 {
  color: white;
  line-height: 1;
}

#servicos h3 {
  color: white;
  font-size: calc(var(--h3) / 1.05);
}

#servicos h3 + .btn {
  margin-top: 4em;
}

#servicos em {
  color: var(--green);
  font-size: calc(var(--h1) * 2.6);
}

#servicos .d-flex {
  gap: 3em;
  align-items: center;
  padding-top: 7em;
}

#servicos .d-flex h4 {
  width: 16em;
  color: var(--green);
  font-family: "Planc", sans-serif;
  font-weight: 600;
}

#servicos .d-flex p {
  color: white;
}

#servicos .services-container h4 {
  color: white;
  text-align: center;
  font-family: "Planc", sans-serif;
  font-weight: 600;
}

.services-list {
  padding-top: 4em;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1em;
}

.services-list .services-item {
  height: 10em;
  background: rgba(255, 255, 255, 0.07);
  border-radius: 1.5em;
  padding: 2em;
}

.services-list .services-item h5 {
  color: white;
}

#servicos .cards-container {
  position: absolute;
  top: 7%;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 0;
}

#servicos .cards-container .perspective {
  width: 50em;
  height: 50em;
  position: absolute;
  top: 10em;
  right: 0;
  transform: perspective(2000px) rotateX(45deg) rotateY(1deg) rotateZ(320deg)
    scale(1.2);
}

#servicos .cards-container .el-card {
  position: absolute;
  background-image: url("../img/elements/card.webp");
  background-repeat: no-repeat;
  background-size: contain;
  width: 38em;
  height: 20em;
  top: 0;
  right: 30%;
  filter: drop-shadow(-3em 3em 1em rgba(0, 0, 0, 0.15));
}

#servicos .cards-container .el-card:last-child {
  top: 22em;
}

.el-green-radial {
  background: radial-gradient(
    ellipse farthest-side,
    rgba(54, 237, 200, 1) 0%,
    rgba(54, 237, 200, 0.978) 9.5%,
    rgba(54, 237, 200, 0.925) 17.7%,
    rgba(54, 237, 200, 0.857) 24.7%,
    rgba(54, 237, 200, 0.781) 31%,
    rgba(54, 237, 200, 0.701) 36.8%,
    rgba(54, 237, 200, 0.62) 42.3%,
    rgba(54, 237, 200, 0.538) 47.6%,
    rgba(54, 237, 200, 0.455) 52.9%,
    rgba(54, 237, 200, 0.373) 58.2%,
    rgba(54, 237, 200, 0.291) 63.7%,
    rgba(54, 237, 200, 0.212) 69.5%,
    rgba(54, 237, 200, 0.138) 75.8%,
    rgba(54, 237, 200, 0.07) 82.9%,
    rgba(54, 237, 200, 0.019) 91.2%,
    rgba(54, 237, 200, 0) 100%
  );
  position: absolute;
  width: 70%;
  height: 100%;
  z-index: -1;
  right: -15%;
  top: 20%;
  opacity: 0.4;
}

.el-green-radial:first-of-type {
  right: 10%;
  top: 0%;
}

.el-blue-radial {
  background: radial-gradient(
    ellipse farthest-side,
    rgba(29, 83, 255, 1) 0%,
    rgba(29, 83, 255, 0.978) 9.5%,
    rgba(29, 83, 255, 0.925) 17.7%,
    rgba(29, 83, 255, 0.857) 24.7%,
    rgba(29, 83, 255, 0.781) 31%,
    rgba(29, 83, 255, 0.701) 36.8%,
    rgba(29, 83, 255, 0.62) 42.3%,
    rgba(29, 83, 255, 0.538) 47.6%,
    rgba(29, 83, 255, 0.455) 52.9%,
    rgba(29, 83, 255, 0.373) 58.2%,
    rgba(29, 83, 255, 0.291) 63.7%,
    rgba(29, 83, 255, 0.212) 69.5%,
    rgba(29, 83, 255, 0.138) 75.8%,
    rgba(29, 83, 255, 0.07) 82.9%,
    rgba(29, 83, 255, 0.019) 91.2%,
    rgba(29, 83, 255, 0) 100%
  );
  position: absolute;
  width: 120%;
  height: 100%;
  z-index: -1;
  left: -15%;
  top: 50%;
  opacity: 0.7;
}

.container-fixed {
  margin-left: 6.5%;
  width: 87%;
}

.container-wrapper {
  width: 100%;
  height: 50em;
  overflow: hidden;
  position: relative;
  border-radius: 4em;
}

.container-bg {
  width: 100%;
  height: 90%;
  position: absolute;
  top: 10%;
  left: 0;
  background-color: #e8edff;
  border-radius: 4em 4em 0 0;
  z-index: -1;
}

#aplicativo .content {
  margin-top: 5%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 5em;
  width: 100%;
  height: 100%;
}

.el-woman-img {
  position: absolute;
  bottom: 0;
  left: 10%;
  height: 50em;
  object-fit: contain;
  z-index: 1;
}

.text-content {
  margin-left: 20%;
  margin-top: 15%;
}

.text-content:last-child {
  margin-right: 20%;
  margin-left: 0;
  padding-right: 20%;
}

#aplicativo .content .text-content:last-child h2 {
  font-size: calc(var(--h2) * 1.6);
  line-height: 1.05;
}

#aplicativo .content h3 {
  font-size: calc(var(--h5) * 1.05);
  font-weight: 600;
  font-family: "Planc", "sans-serif";
  padding: 0.5em 0;
}

#aplicativo .content p {
  font-size: calc(var(--p) * 0.95);
}

#aplicativo .content .btn {
  margin-top: 5em;
}

#aplicativo .content .grid-list {
  margin: 2em 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.5em;
}

#aplicativo .content .grid-list .grid-item {
  display: flex;
  padding: 1.5em;
  gap: 1em;
  align-items: center;
  background-color: #f8faff;
  border-radius: 1em;
}

#aplicativo .content .grid-list .grid-item img {
  width: 2em;
  height: 2em;
  object-fit: contain;
}

#aplicativo .content .grid-list .grid-item p {
  font-weight: 600;
  line-height: 1;
}

#aplicativo .card-bg-container {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  pointer-events: none;
}

#aplicativo .card-bg-container .card-bg-01 {
  top: 29%;
  left: 5%;
  width: 8em;
  transform: rotate(348deg);
  position: absolute;
}

#aplicativo .card-bg-container .card-bg-02 {
  top: 65%;
  left: 9%;
  width: 6em;
  transform: rotate(18deg);
  position: absolute;
  opacity: 0.5;
}

#aplicativo .card-bg-container .card-bg-03 {
  top: 27%;
  left: 43%;
  width: 5em;
  position: absolute;
  opacity: 0.4;
  transform: rotate(15deg);
}

#aplicativo .card-bg-container .card-bg-04 {
  top: 30%;
  left: 83%;
  width: 6em;
  transform: rotate(351deg);
  position: absolute;
  opacity: 0.4;
}

#aplicativo .card-bg-container .card-bg-05 {
  top: 70%;
  left: 87%;
  width: 9em;
  position: absolute;
  transform: rotate(12deg);
}

/* FORMULÁRIO */

#formulario h2 {
  font-size: calc(var(--h2) * 0.95);
  padding-bottom: 1em;
}

#formulario h3 {
  font-weight: 600;
  font-family: "Planc", "sans-serif";
  padding-top: 2em;
  font-size: var(--h5);
}

#formulario .input-container {
  position: relative;
}

#formulario p br {
  display: none;
}

#formulario input,
#formulario input:focus,
#formulario input:hover,
#formulario input:focus-visible,
#formulario select,
#formulario select:focus,
#formulario select:hover,
#formulario select:focus-visible {
  width: 100%;
  background: none;
  border: solid 0.13em var(--blue) !important;
  padding: 0.85em 7%;
  margin-bottom: 0;
  border-radius: 20em;
  font-size: calc(var(--p) * 0.95);
  position: relative;
  font-family: "Planc", "sans-serif";
  color: var(--black);
  -moz-appearance: none; /* Firefox */
  -webkit-appearance: none; /* Safari and Chrome */
  appearance: none;
}

#formulario .label-input {
  position: absolute;
  left: 2rem;
  top: 50%;
  transform: translateY(-50%);
  font-size: calc(var(--p) * 0.75);
  cursor: text;
  font-family: "Planc", "sans-serif";
  color: var(--blue);
  pointer-events: none;
  transition: top 200ms ease-in, left 200ms ease-in, font-size 200ms ease-in;
}

#formulario .label-input.active {
  top: 15%;
  font-size: 0.65rem;
}

#formulario input.btn {
  font-family: "ClashDisplay", sans-serif;
  margin-left: auto;
  display: block;
  color: white;
  background-color: var(--blue);
  border: none !important;
  width: auto;
  padding: 1em 2.5em;
  font-size: var(--btn);
}

#formulario input.btn:hover {
  padding: 1em 2.7em;
}

#formulario p em {
  color: #0a1d44;
}

#formulario .el-man-container {
  position: relative;
  width: 100%;
  height: 100%;
  max-height: 55em;
}

#formulario .el-man-container img {
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  object-fit: contain;
  width: 85%;
  object-position: bottom;
}

#formulario .el-man-container .el-bg {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 50%;
  height: 100%;
  background: url(../img/elements/el-bg-green.svg);
  background-size: 80%;
  border-radius: 2em;
  z-index: 0;
}

.obs p:before {
  content: "*";
  color: #0a1d44;
  font-weight: 600;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
}

.obs p {
  padding-top: 3em;
  font-size: calc(var(--p) * 0.65);
}

#formulario .coins-container {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

#formulario .coins-container .coin {
  position: absolute;
  width: 3em;
  height: 3em;
}

#formulario .coins-container .coin-1 {
  top: 3%;
  left: 15%;
  transform: rotate(5deg);
}

#formulario .coins-container .coin-2 {
  top: 20%;
  left: 7%;
  transform: rotate(-8deg) scale(2.15);
}

#formulario .coins-container .coin-3 {
  top: 10%;
  left: 80%;
  transform: rotate(10deg);
}

#formulario .coins-container .coin-4 {
  top: 30%;
  left: 78%;
  transform: rotate(48deg) scale(1.3);
}

#formulario .coins-container .coin-5 {
  top: 85%;
  left: 15%;
  transform: rotate(35deg) scale(1.15);
}

#formulario .coins-container .coin-6 {
  top: 90%;
  left: 85%;
  transform: rotate(15deg);
}

footer .logo-footer {
  width: 15em;
}

footer .logo-footer img {
  width: 100%;
  height: auto;
  object-fit: contain;
}

footer .footer-bg {
  background: var(--blue);
  border-radius: 2em;
  padding: 6em;
  position: relative;
  overflow: hidden;
  padding-bottom: 14em;
}

footer .btn:first-of-type {
  margin-top: 5em;
}

footer .btn + .btn {
  margin-top: 1em;
}

footer h5 {
  font-size: calc(var(--h5) * 0.75);
  color: white;
}

footer ul {
  margin-top: 1em;
}

footer ul li {
  margin-bottom: 0.25em;
}

footer ul li a {
  color: white;
  font-family: "Planc", "sans-serif";
  transition: all 0.3s ease-in-out;
}

footer ul li a:hover {
  color: var(--green);
  padding-left: 0.5em;
}

footer .grid-list {
  display: inline-flex;
  gap: 2em;
  justify-content: right;
}

footer .rights-container p {
  font-size: calc(var(--p) * 0.75);
  line-height: 1.45;
}

footer .grid-list a {
  color: black;
  text-decoration: underline;
  font-family: "Planc", "sans-serif";
  font-size: calc(var(--p) * 0.75);
  white-space: nowrap;
}

footer .grid-list .terms a {
  display: block;
  margin-bottom: 0.25em;
  text-decoration: underline;
  font-family: "Planc", "sans-serif";
  font-weight: 400;
}

footer .grid-list .terms a:hover {
  padding-left: 0;
}

footer .grid-list p {
  font-size: calc(var(--p) * 0.65);
  color: #0a1d44;
}

footer em {
  color: #0a1d44;
}

footer .logo-akau {
  margin-top: 5em;
  width: 6em;
  margin-right: 2em;
  margin-bottom: 2em;
  display: inline-block;
  float: right;
}

footer .el-container {
  position: absolute;
  width: 64em;
  float: right;
  height: 25em;
  overflow: hidden;
  margin-top: -1em;
  margin-bottom: -2em;
  top: 26em;
  right: 0;
}

footer .el-lines {
  width: 64em;
  height: 100%;
  background: url(../img/elements/el-lines-black.svg) repeat-x;
  background-position: left center;
  background-size: 150%;
}

.interna h1 + p {
  padding-top: 2em;
}

.blue-box {
  margin-top: 3em;
  background: var(--blue);
  border-radius: 2em;
  padding: 3em;
}

.blue-box h3 {
  font-size: calc(var(--h4) / 1.15);
  color: white;
  position: relative;
}

.blue-box p {
  padding-top: 0.5em;
  color: white;
  font-size: calc(var(--p) / 1.075);
}

.blue-box p + h3 {
  --padding: 1.5em;
  margin-top: var(--padding);
}

.blue-box p + h3:after {
  content: "";
  display: block;
  width: 100%;
  height: 0.05em;
  background: white;
  opacity: 0.35;
  position: absolute;
  top: calc(var(--padding) / 2 * -1);
  left: 0;
}

.el-about-us {
  width: 75%;
  margin: 0 auto;
  position: sticky;
  z-index: 0;
  top: 4em;
  left: 0;
}

/* AJUDA */

.help-item {
  margin-top: 4em;
  display: block;
  padding-top: 2.5em;
  border: 1px solid #c5c5c5;
  border-radius: 3em;
  position: relative;
  text-align: left !important;
  background: var(--blue);
  overflow: hidden;
}

.help-container h2 {
  font-size: calc(var(--h2) / 1.65);
  padding: 0 1.5em;
  padding-bottom: 0.5em;
  color: white;
}

.help-dropdown {
  padding: 2em 3em;
  border-top: 1px solid #c5c5c5;
  background: white;
}

.help-container .drop-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  position: relative;
}

.help-container .drop-header h3 {
  font-size: calc(var(--h3) / 2.1);
}

.help-container .drop-header::after {
  content: "";
  display: block;
  width: 1.5em;
  height: 1.5em;
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 29.4 29.4"><path d="M14.7,1.5c7.3,0,13.2,5.9,13.2,13.2s-5.9,13.2-13.2,13.2S1.5,22,1.5,14.7,7.4,1.5,14.7,1.5M14.7,0C6.6,0,0,6.6,0,14.7s6.6,14.7,14.7,14.7,14.7-6.6,14.7-14.7S22.8,0,14.7,0h0Z"/><path d="M14.7,18.5c-.6,0-1.2-.2-1.6-.7l-5.8-5.8c-.3-.3-.3-.8,0-1.1s.8-.3,1.1,0l5.8,5.8c.3.3.8.3,1.1,0l5.8-5.8c.3-.3.8-.3,1.1,0s.3.8,0,1.1l-5.8,5.8c-.4.4-1,.7-1.6.7Z"/></svg>');
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 1em;
  transition: all 0.3s ease-in-out;
}

.help-container .drop-content {
  display: none;
  padding-top: 2em;
  opacity: 0;
}

.help-container .drop-content p {
  font-size: calc(var(--p) / 1.35);
}

.help-dropdown.active .drop-content {
  display: block;
}

.help-dropdown.active .drop-header::after {
  transform: translateY(-50%) rotate(180deg);
}

.help-item + .help-item {
  padding-top: 2em;
}

.container-servicos {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: space-between;
  gap: 2em;
  padding: 5em;
  border-radius: 2em;
  position: relative;
  overflow: hidden;
  flex-wrap: wrap;
  transition: all 0.3s ease-in-out;
}

.container-servicos:hover {
  transform: scale(1.01);
}

.container-pf {
  background: var(--green);
}

.container-pj {
  background: var(--black);
}

.container-servicos .container-title {
  width: 30%;
}

.container-servicos .container-title h2 {
  margin-bottom: 0.5em;
}

.container-servicos .container-content {
  width: 60%;
  padding-bottom: 2em;
}

.container-servicos .container-content p {
  font-size: calc(var(--p) / 1.15);
  color: inherit;
}

.container-servicos .container-content p + p {
  padding-top: 1em;
}

.container-servicos h2,
.container-servicos h3 {
  color: inherit;
}

.container-servicos .container-content p b,
.container-servicos .container-content p strong {
  font-weight: 600;
  color: inherit;
}

.container-servicos + .container-servicos {
  margin-top: 3em;
}

.container-servicos .el-container {
  position: relative;
  width: 110%;
  height: 10em;
  margin-right: -7em;
  margin-bottom: -7em;
}

.container-servicos .el-lines {
  width: 45%;
  height: 10em;
  float: right;
}

.container-pf .el-lines {
  background: url("../img/elements/el-lines-blue.svg") repeat-x;
  background-position: left center;
  background-size: cover;
}

.container-pj .el-lines {
  background: url("../img/elements/el-lines-green.svg") repeat-x;
  background-position: left center;
}

.container-pf .container-content,
.container-pf .container-title {
  color: var(--black);
}

.container-pj .container-content,
.container-pj .container-title {
  color: var(--green);
}

.download-container {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
  display: none;
}

.download-container.active {
  display: block;
}

.download-container .download-content {
  position: relative;
  z-index: 2;
  background: var(--blue);
  border-radius: 2em;
  padding: 2em;
  box-shadow: 0 0 3em rgba(0, 0, 0, 0.5);
}

.download-container h3 {
  color: white;
  margin-bottom: 2rem;
}

.links-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1em;
}

#close-download {
  position: absolute;
  top: 1em;
  right: 1.5em;
  cursor: pointer;
  color: white;
  width: 1em;
  height: 1em;
}

.wpcf7 form.sent .wpcf7-response-output {
  color: white;
  border: none;
  background-color: var(--blue);
  border-radius: 25em;
  padding: 0.5em 1em;
  font-family: "ClashDisplay", sans-serif;
  text-align: center;
}

#formulario .wpcf7-not-valid-tip {
  font-size: 0.85rem;
  position: relative;
  padding-top: 0.5em;
  top: 0;
  left: 0;
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
  border-radius: 25em;
  padding: 0.5em 1em;
}
