@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Sora:wght@100..800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Sora:wght@100..800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Sora:wght@100..800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Sora:wght@100..800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Sora:wght@100..800&display=swap");
p {
  font-family: "Inter", sans-serif;
  font-size: 1rem;
  line-height: 1.7;
  padding-top: 2rem;
  color: #5E5E5E;
}

.font-padrao {
  font-family: "Inter", sans-serif;
}

.tc {
  text-align: center;
}

.uc,
.uC {
  text-transform: uppercase;
}

.fontXLarge {
  font-family: "Sora", sans-serif;
  font-size: 3rem;
  color: #1F2123;
  line-height: 1.2;
  font-style: normal;
}
@media screen and (max-width: 500px) {
  .fontXLarge {
    font-size: 2.25rem;
  }
}

.fontLarge {
  font-family: "Sora", sans-serif;
  font-size: 2.625rem;
  color: #1F2123;
  line-height: 1.2;
  font-style: normal;
}
@media screen and (max-width: 500px) {
  .fontLarge {
    font-size: 2rem;
  }
}

.fontXMedium {
  font-family: "Sora", sans-serif;
  font-size: 2.25rem;
  color: #1F2123;
  line-height: 1.2;
  font-style: normal;
}
@media screen and (max-width: 500px) {
  .fontXMedium {
    font-size: 1.75rem;
  }
}

.fontMedium {
  font-family: "Sora", sans-serif;
  font-size: 1.5rem;
  color: #1F2123;
  line-height: 1.4;
  font-style: normal;
  font-weight: 700;
}
@media screen and (max-width: 500px) {
  .fontMedium {
    font-size: 1.25rem;
  }
}

.fontXSmall {
  font-family: "Sora", sans-serif;
  font-size: 1.4375rem;
  color: #5E5E5E;
  line-height: 1.4;
  font-weight: 400;
}
@media screen and (max-width: 500px) {
  .fontXSmall {
    font-size: 1.25rem;
  }
}

.fontSmall {
  font-family: "Inter", sans-serif;
  font-size: 1.125rem;
  color: #5E5E5E;
  line-height: 1.4;
}

.fontDest {
  color: #21F0A8;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  padding-top: 0;
}

.fontDest {
  font-size: 1.5rem;
  text-transform: uppercase;
}

.strong {
  font-weight: bold;
}

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

a {
  text-decoration: none;
}

a:focus-visible,
button:focus-visible,
input:focus-visible,
textarea:focus-visible,
select:focus-visible {
  outline: 2px solid #21F0A8;
  outline-offset: 2px;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

@media (prefers-reduced-motion: no-preference) {
  .js-reveal .reveal {
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 0.7s cubic-bezier(0.16, 1, 0.3, 1), transform 0.7s cubic-bezier(0.16, 1, 0.3, 1);
  }
  .js-reveal .reveal.reveal-visible {
    opacity: 1;
    transform: none;
  }
  .js-reveal .reveal-group .reveal:nth-child(2) {
    transition-delay: 0.12s;
  }
  .js-reveal .reveal-group .reveal:nth-child(3) {
    transition-delay: 0.24s;
  }
  .js-reveal .reveal-group .reveal:nth-child(4) {
    transition-delay: 0.36s;
  }
}
svg,
img {
  max-width: 100%;
  height: auto;
}

html,
body {
  height: 100%;
  margin: 0;
  font-size: 12px;
  font-family: "Inter", sans-serif;
}
@media only screen and (min-width: 1280px) {
  html,
  body {
    font-size: 16px;
  }
}

html {
  height: auto;
  scroll-behavior: smooth;
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
}

body {
  position: relative;
  height: auto;
}

button.button,
a.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  position: relative;
  border: none;
  cursor: pointer;
  padding: 0.75rem 1.5rem;
  font-family: "Inter", sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
  text-align: center;
  color: #213242;
  background-color: #21F0A8;
  transition: background-color 0.3s ease-in-out;
  margin-top: 2rem;
}
button.button:hover,
a.button:hover {
  background-color: #00ffb7;
  color: #213242;
}
button.button span.ico,
a.button span.ico {
  width: 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
button.button.m0,
a.button.m0 {
  margin-top: 0;
}
button.button.pl0,
a.button.pl0 {
  padding-left: 0 !important;
}
button.button.white,
a.button.white {
  background-color: #fff;
  color: #213242;
}
button.button.white:hover,
a.button.white:hover {
  background-color: #00ffb7;
}
button.button.ghost,
a.button.ghost {
  background-color: transparent;
  color: #fff;
  padding-left: 0;
  font-weight: 300;
}
button.button.ghost:hover,
a.button.ghost:hover {
  background-color: transparent;
  opacity: 0.75;
}
button.button.outline,
a.button.outline {
  background-color: transparent;
  color: #21F0A8;
  border: 1px solid #21F0A8;
}
button.button.outline:hover,
a.button.outline:hover {
  background-color: #21f0a8;
  color: #213242;
}

.link-arrow {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  color: #213242;
  font-family: "Inter", sans-serif;
  font-size: 1rem;
  transition: gap 0.2s ease-in-out;
}
.link-arrow svg {
  width: 1.5rem;
  height: 1.5rem;
  flex-shrink: 0;
  transition: 0.3s ease-in-out;
  border-radius: 4px;
}
.link-arrow:hover {
  gap: 0.75rem;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Sora", sans-serif;
  font-weight: normal;
}

input,
select,
textarea {
  font-family: "Inter", sans-serif;
  font-weight: normal;
}

.grid {
  width: min(100% - 8rem, 80rem);
  margin: 0 auto;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
}
@media screen and (max-width: 500px) {
  .grid {
    width: min(100% - 3rem, 80rem);
  }
}
.grid.small {
  width: min(80%, 55.188rem);
}

strong {
  font-weight: 800;
}

.wpcf7 .wpcf7-form {
  width: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
}
.wpcf7 p {
  position: relative;
}
.wpcf7 .wpcf7-spinner {
  position: absolute;
  right: -10px;
  top: 50%;
  transform: translate(0, -20%);
  width: 20px;
  height: 20px;
}
.wpcf7 .wpcf7-response-output {
  padding: 15px !important;
  text-align: center;
  font-size: 18px;
  color: #5E5E5E;
}
.wpcf7 .tr {
  position: relative;
  width: 100%;
}
.wpcf7 .tr p {
  padding-top: 10px;
}
.wpcf7 .tc {
  width: 100%;
  text-align: center !important;
}
.wpcf7 .campField {
  width: 100%;
  margin-top: 15px;
}
.wpcf7 .campField:first-child {
  margin-top: 0;
}
.wpcf7 .campField.w50 {
  width: 49%;
}
@media screen and (max-width: 500px) {
  .wpcf7 .campField.w50 {
    width: 100% !important;
  }
}
.wpcf7 .campField.w33 {
  width: 28%;
}
.wpcf7 .campField.w66 {
  width: 70%;
}
.wpcf7 .campField.checkbox .wpcf7-checkbox {
  width: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
}
.wpcf7 .campField.checkbox .wpcf7-list-item {
  width: 48%;
  margin: 15px 0;
  display: block;
  position: relative;
  font-size: 13px;
  font-weight: normal;
}
.wpcf7 .campField.checkbox .wpcf7-list-item input[type=checkbox] {
  width: 20px;
  height: 20px;
  vertical-align: middle;
  margin-right: 5px;
}
.wpcf7 .campField.w50 {
  width: 49%;
}
.wpcf7 .campField p {
  font-family: "Inter", sans-serif;
  font-size: 1rem;
  line-height: 1.7;
  padding-top: 2rem;
  color: #5E5E5E;
  padding-top: 5px;
  color: #fff;
  width: 100%;
  position: relative;
  margin-left: 10px;
}
.wpcf7 .campField p ~ p {
  padding-top: 0;
}
.wpcf7 .campField .textfield {
  width: 100%;
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 25px;
  padding: 15px;
  color: #5E5E5E;
  margin-top: 5px;
}
@media screen and (max-width: 500px) {
  .wpcf7 .campField .textfield {
    outline: none; /* Remove o contorno padrão */
    -webkit-appearance: none; /* Remove o estilo padrão no iOS */
    -moz-appearance: none; /* Remove estilo padrão no Firefox */
    appearance: none;
    /* Para garantir um estilo mais consistente em navegadores iOS */
  }
  .wpcf7 .campField .textfield::-ms-expand {
    display: none; /* Remove o ícone padrão do Internet Explorer */
  }
}
.wpcf7 .campField ::placeholder {
  color: #5E5E5E;
  opacity: 0.8;
}
.wpcf7 .campField textarea.textfield {
  resize: vertical;
  height: 180px;
}
.wpcf7 .btn {
  width: 100%;
  text-align: right;
  margin-top: 1.5rem;
}
.wpcf7 .btn p {
  padding-top: 0;
}
@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.5);
  }
  80% {
    box-shadow: 0 0 0 14px rgba(37, 211, 102, 0);
  }
}
.whatsapp-button {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background-color: #25d366;
  color: #fff;
  width: 70px;
  height: 70px;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  border-radius: 20px;
  text-decoration: none;
  z-index: 9999999;
  box-shadow: 0 0 0px 0px transparent;
  transition: 0.3s ease-in-out;
  animation-name: pulse;
  animation-duration: 1.5s;
  animation-timing-function: ease-out;
  animation-iteration-count: infinite;
}
.whatsapp-button:hover {
  box-shadow: 0 0 0px 5px #25d366;
}

p {
  font-family: "Inter", sans-serif;
  font-size: 1rem;
  line-height: 1.7;
  padding-top: 2rem;
  color: #5E5E5E;
}

.font-padrao {
  font-family: "Inter", sans-serif;
}

.tc {
  text-align: center;
}

.uc,
.uC {
  text-transform: uppercase;
}

.fontXLarge {
  font-family: "Sora", sans-serif;
  font-size: 3rem;
  color: #1F2123;
  line-height: 1.2;
  font-style: normal;
}
@media screen and (max-width: 500px) {
  .fontXLarge {
    font-size: 2.25rem;
  }
}

.fontLarge {
  font-family: "Sora", sans-serif;
  font-size: 2.625rem;
  color: #1F2123;
  line-height: 1.2;
  font-style: normal;
}
@media screen and (max-width: 500px) {
  .fontLarge {
    font-size: 2rem;
  }
}

.fontXMedium {
  font-family: "Sora", sans-serif;
  font-size: 2.25rem;
  color: #1F2123;
  line-height: 1.2;
  font-style: normal;
}
@media screen and (max-width: 500px) {
  .fontXMedium {
    font-size: 1.75rem;
  }
}

.fontMedium {
  font-family: "Sora", sans-serif;
  font-size: 1.5rem;
  color: #1F2123;
  line-height: 1.4;
  font-style: normal;
  font-weight: 700;
}
@media screen and (max-width: 500px) {
  .fontMedium {
    font-size: 1.25rem;
  }
}

.fontXSmall {
  font-family: "Sora", sans-serif;
  font-size: 1.4375rem;
  color: #5E5E5E;
  line-height: 1.4;
  font-weight: 400;
}
@media screen and (max-width: 500px) {
  .fontXSmall {
    font-size: 1.25rem;
  }
}

.fontSmall {
  font-family: "Inter", sans-serif;
  font-size: 1.125rem;
  color: #5E5E5E;
  line-height: 1.4;
}

.fontDest {
  color: #21F0A8;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  padding-top: 0;
}

.fontDest {
  font-size: 1.5rem;
  text-transform: uppercase;
}

.strong {
  font-weight: bold;
}

.sec-header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 555;
  padding: 1.875rem 0;
  background-color: #1F2123;
  transition: padding 0.3s ease-in-out;
}
@media screen and (max-width: 500px) {
  .sec-header {
    padding: 3rem 0;
  }
}
.sec-header.scrolled {
  padding: 1rem 0;
}
@media screen and (max-width: 500px) {
  .sec-header.scrolled {
    padding: 2rem 0;
  }
}
.sec-header .grid {
  align-items: center;
}
.sec-header .logo {
  display: inline-flex;
  width: 6.5625rem;
}
.sec-header .logo svg,
.sec-header .logo img {
  width: 100%;
  height: auto;
}
.sec-header .sec-menu {
  align-self: center;
}
.sec-header .sec-menu input#menuhamburguer {
  display: none;
}
.sec-header .sec-menu ul {
  display: flex;
  align-items: center;
  gap: 2rem;
  list-style: none;
}
.sec-header .sec-menu li {
  display: inline-flex;
}
.sec-header .sec-menu li a:not(.button) {
  display: block;
  color: #fff;
  font-family: "Inter", sans-serif;
  font-size: 1rem;
  transition: 0.3s ease-in-out;
}
.sec-header .sec-menu li a:not(.button):hover {
  opacity: 0.7;
}
.sec-header .sec-menu li a:not(.button).active {
  color: #21F0A8;
}
.sec-header .sec-menu a.button {
  margin-top: 0;
  padding: 0.5rem 1.5rem;
  font-weight: 400;
}
@media screen and (max-width: 1025px) {
  .sec-header {
    padding: 1.25rem 0;
  }
  .sec-header .sec-menu {
    z-index: 999;
  }
  .sec-header .sec-menu .menu-responsivo {
    display: block;
    width: 2rem;
    height: 2rem;
    position: fixed;
    top: 1.35rem;
    right: 1.5rem;
    cursor: pointer;
    z-index: 2;
  }
  .sec-header .sec-menu .menu-responsivo .hamburguer {
    display: block;
    background: #fff;
    width: 1.75rem;
    height: 2px;
    position: relative;
    top: 0.9rem;
    transition: 0.3s ease-in-out;
  }
  .sec-header .sec-menu .menu-responsivo .hamburguer:before, .sec-header .sec-menu .menu-responsivo .hamburguer:after {
    content: "";
    background: #fff;
    width: 100%;
    height: 2px;
    position: absolute;
    left: 0;
    transition: 0.3s ease-in-out;
  }
  .sec-header .sec-menu .menu-responsivo .hamburguer:before {
    top: -8px;
  }
  .sec-header .sec-menu .menu-responsivo .hamburguer:after {
    top: 8px;
  }
  .sec-header .sec-menu input#menuhamburguer:checked ~ label .hamburguer {
    background: transparent;
  }
  .sec-header .sec-menu input#menuhamburguer:checked ~ label .hamburguer:before {
    top: 0;
    transform: rotate(45deg);
  }
  .sec-header .sec-menu input#menuhamburguer:checked ~ label .hamburguer:after {
    top: 0;
    transform: rotate(-45deg);
  }
  .sec-header .sec-menu input#menuhamburguer:checked ~ .menu-div-menu ul {
    opacity: 1;
    visibility: visible;
    transition: 0.3s ease-in-out;
  }
  .sec-header .sec-menu .menu-div-menu ul {
    position: fixed;
    inset: 0;
    flex-direction: column;
    justify-content: center;
    background-color: #1F2123;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s ease-in-out;
    gap: 1.5rem;
  }
  .sec-header .sec-menu .menu-div-menu ul li a {
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 1025px) and (max-width: 500px) {
  .sec-header .sec-menu .menu-div-menu ul li a {
    font-size: 1.5rem;
    padding: 1rem;
  }
}

p {
  font-family: "Inter", sans-serif;
  font-size: 1rem;
  line-height: 1.7;
  padding-top: 2rem;
  color: #5E5E5E;
}

.font-padrao {
  font-family: "Inter", sans-serif;
}

.tc {
  text-align: center;
}

.uc,
.uC {
  text-transform: uppercase;
}

.fontXLarge {
  font-family: "Sora", sans-serif;
  font-size: 3rem;
  color: #1F2123;
  line-height: 1.2;
  font-style: normal;
}
@media screen and (max-width: 500px) {
  .fontXLarge {
    font-size: 2.25rem;
  }
}

.fontLarge {
  font-family: "Sora", sans-serif;
  font-size: 2.625rem;
  color: #1F2123;
  line-height: 1.2;
  font-style: normal;
}
@media screen and (max-width: 500px) {
  .fontLarge {
    font-size: 2rem;
  }
}

.fontXMedium {
  font-family: "Sora", sans-serif;
  font-size: 2.25rem;
  color: #1F2123;
  line-height: 1.2;
  font-style: normal;
}
@media screen and (max-width: 500px) {
  .fontXMedium {
    font-size: 1.75rem;
  }
}

.fontMedium {
  font-family: "Sora", sans-serif;
  font-size: 1.5rem;
  color: #1F2123;
  line-height: 1.4;
  font-style: normal;
  font-weight: 700;
}
@media screen and (max-width: 500px) {
  .fontMedium {
    font-size: 1.25rem;
  }
}

.fontXSmall {
  font-family: "Sora", sans-serif;
  font-size: 1.4375rem;
  color: #5E5E5E;
  line-height: 1.4;
  font-weight: 400;
}
@media screen and (max-width: 500px) {
  .fontXSmall {
    font-size: 1.25rem;
  }
}

.fontSmall {
  font-family: "Inter", sans-serif;
  font-size: 1.125rem;
  color: #5E5E5E;
  line-height: 1.4;
}

.fontDest {
  color: #21F0A8;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  padding-top: 0;
}

.fontDest {
  font-size: 1.5rem;
  text-transform: uppercase;
}

.strong {
  font-weight: bold;
}

.tagline {
  display: block;
  font-family: "Inter", sans-serif;
  font-size: 1rem;
  color: #5E5E5E;
}

.title-dash {
  position: relative;
  padding-top: 1.5rem;
}
.title-dash:before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 2rem;
  height: 3px;
  background-color: #fff;
  opacity: 0.6;
}

.split-head {
  display: flex;
  align-items: flex-start;
  gap: 5rem;
  width: 100%;
}
@media screen and (max-width: 500px) {
  .split-head {
    flex-direction: column;
    gap: 1.5rem;
  }
}
.split-head > * {
  flex: 1 0 0;
  min-width: 0;
}

.sec-solucoes {
  background-color: #F5F5F4;
  padding: 7rem 0;
  scroll-margin-top: var(--header-h, 5rem);
}
@media screen and (max-width: 500px) {
  .sec-solucoes {
    padding: 3.5rem 0;
  }
}
.sec-solucoes .section-title {
  max-width: 40rem;
  margin: 0 auto;
  text-align: center;
}
.sec-solucoes .section-title h2 {
  font-family: "Sora", sans-serif;
  font-size: 2.625rem;
  color: #1F2123;
  line-height: 1.2;
  font-style: normal;
  font-weight: 600;
  margin-top: 1rem;
}
@media screen and (max-width: 500px) {
  .sec-solucoes .section-title h2 {
    font-size: 2rem;
  }
}
.sec-solucoes .section-title p {
  color: #5E5E5E;
  padding-top: 0.887rem;
}
.sec-solucoes .cards-row {
  display: flex;
  gap: 2rem;
  margin-top: 5rem;
  width: 100%;
}
@media screen and (max-width: 500px) {
  .sec-solucoes .cards-row {
    flex-direction: column;
  }
}
.sec-solucoes .card {
  flex: 1 1 0;
  min-width: 0;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  text-decoration: none;
  color: inherit;
  background: url("../img/home/bg_card-solucoes.webp");
  background-size: cover;
  background-position: bottom;
}
.sec-solucoes .card-content {
  padding: 6rem 4rem 6rem 4rem;
}
@media screen and (max-width: 500px) {
  .sec-solucoes .card-content {
    padding: 2.5rem 1.5rem 2rem 1.5rem;
  }
}
.sec-solucoes .card-content .ico {
  margin-bottom: 16px;
}
.sec-solucoes .card-content h3 {
  font-family: "Sora", sans-serif;
  font-size: 2.25rem;
  color: #3A3A3A;
  line-height: 1.2;
  font-style: normal;
  font-weight: 600;
}
@media screen and (max-width: 500px) {
  .sec-solucoes .card-content h3 {
    font-size: 1.75rem;
  }
}
.sec-solucoes .card-content .lead {
  font-family: "Sora", sans-serif;
  font-size: 1.4375rem;
  color: #5E5E5E;
  line-height: 1.4;
  font-weight: 400;
  padding-top: 1rem;
}
@media screen and (max-width: 500px) {
  .sec-solucoes .card-content .lead {
    font-size: 1.25rem;
  }
}
.sec-solucoes .card-content .link-arrow {
  margin-top: 1rem;
  color: #213242;
}
.sec-solucoes .card-content p:not(.lead) {
  color: #5E5E5E;
  min-height: 150px;
}
.sec-solucoes .card-image {
  display: none;
  background: url("../img/home/bg_card-solucoes.webp");
  background-size: cover;
  background-position: bottom;
  width: 100%;
  aspect-ratio: 568/304;
  padding: 28px 28px 0 28px;
  overflow: hidden;
}
.sec-solucoes .card-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
  border-radius: 0.5rem 0.5rem 0 0;
  box-shadow: 0 -2px 34px 0 rgba(0, 0, 0, 0.12);
  transition: transform 0.5s cubic-bezier(0.16, 1, 0.3, 1);
}
.sec-solucoes .card:hover .card-image img {
  transform: scale(1.04);
}
.sec-solucoes .card:hover .link-arrow {
  gap: 0.75rem;
}
.sec-solucoes .card:hover .link-arrow svg {
  background-color: #21F0A8;
}

.sec-stats {
  background-color: #F5F5F4;
  padding: 7rem 0;
}
@media screen and (max-width: 500px) {
  .sec-stats {
    padding: 3.5rem 0;
  }
}
.sec-stats .split-head h2 {
  font-size: 1.675rem;
  font-family: "Sora", sans-serif;
}
.sec-stats .split-head p {
  color: #5E5E5E;
  padding-top: 0;
}
.sec-stats .stats-grid {
  display: flex;
  gap: 2rem;
  margin-top: 5rem;
  align-items: stretch;
}
@media screen and (max-width: 500px) {
  .sec-stats .stats-grid {
    flex-direction: column;
  }
}
.sec-stats .stat-col {
  flex: 1 1 0;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 2rem;
  position: relative;
}
.sec-stats .stat-col .glow-square {
  position: absolute;
  width: 3.75rem;
  pointer-events: none;
  backdrop-filter: blur(9.75px);
  z-index: 3;
  clip-path: polygon(20% 0%, 100% 0%, 100% 80%, 80% 100%, 0% 100%, 0% 20%);
}
.sec-stats .stat {
  background-color: #fff;
  padding: 2.5rem;
  display: flex;
  flex-direction: column;
  gap: 3rem;
}
.sec-stats .stat .num {
  font-family: "Sora", sans-serif;
  font-weight: 700;
  font-size: 4.5rem;
  line-height: 1.1;
  color: #213242;
  opacity: 1;
}
.sec-stats .stat .num.infin {
  line-height: 80%;
  font-size: 6.5rem;
}
@media screen and (max-width: 500px) {
  .sec-stats .stat .num {
    font-size: 3rem;
  }
}
.sec-stats .stat h3 {
  font-family: "Sora", sans-serif;
  font-size: 1.5rem;
  color: #1F2123;
  line-height: 1.4;
  font-style: normal;
  font-weight: 700;
  color: #213242;
}
@media screen and (max-width: 500px) {
  .sec-stats .stat h3 {
    font-size: 1.25rem;
  }
}
.sec-stats .stat p {
  color: #5E5E5E;
  opacity: 0.85;
  padding-top: 0.5rem;
  font-size: 0.9375rem;
}
.sec-stats .stat-col:first-child .stat {
  flex: 1 1 auto;
  justify-content: flex-end;
  background: url("../img/home/bg_stat_1.webp");
  background-size: cover;
  background-position: center;
}
.sec-stats .stat-col:first-child .glow-square {
  top: -1rem;
  left: -1rem;
}
.sec-stats .stat-col:nth-child(2) .stat {
  background: url("../img/home/bg_stat_2.webp");
  background-size: cover;
  background-position: center;
}
.sec-stats .stat-col:nth-child(2) .glow-square {
  top: -1rem;
  right: -1rem;
}
.sec-stats .stat-col:nth-child(3) .stat {
  background: url("../img/home/bg_stat_3.webp");
  background-size: cover;
  background-position: center;
}
.sec-stats .stat-col:nth-child(3) .glow-square {
  bottom: -1rem;
  left: -1rem;
}
.sec-stats .stat-photo {
  aspect-ratio: 405/270;
}
.sec-stats .stat-photo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.sec-stats .stat-col:last-child .stat-photo {
  flex: 1 1 auto;
  aspect-ratio: auto;
}

.sec-diferenciais {
  background-color: #fafafa;
  padding: 7rem 0;
}
@media screen and (max-width: 500px) {
  .sec-diferenciais {
    padding: 3.5rem 0;
  }
}
.sec-diferenciais .section-title {
  max-width: 48rem;
  margin: 0 auto;
  text-align: center;
}
.sec-diferenciais .section-title h2 {
  font-family: "Sora", sans-serif;
  font-size: 2.625rem;
  color: #213242;
  line-height: 1.2;
  font-style: normal;
  font-weight: 600;
  margin-top: 1rem;
}
@media screen and (max-width: 500px) {
  .sec-diferenciais .section-title h2 {
    font-size: 2rem;
  }
}
.sec-diferenciais .section-title p {
  color: #5E5E5E;
}
.sec-diferenciais .tabs {
  display: flex;
  margin-top: 5rem;
  border: 1px solid #F5F5F4;
  background-color: #f5f5f4;
  position: relative;
}
.sec-diferenciais .tabs .glow-square {
  position: absolute;
  width: 3.75rem;
  pointer-events: none;
  backdrop-filter: blur(9.75px);
  z-index: 3;
  clip-path: polygon(20% 0%, 100% 0%, 100% 80%, 80% 100%, 0% 100%, 0% 20%);
  right: -1rem;
  top: -1rem;
}
@media screen and (max-width: 500px) {
  .sec-diferenciais .tabs {
    flex-direction: column;
  }
}
.sec-diferenciais .tabs-nav {
  flex: 1 0 0;
  max-width: 30rem;
  border-right: 1px solid #F5F5F4;
  background: url("../img/home/tabs-menu-bg.webp") no-repeat center center;
  background-size: cover;
  justify-content: space-between;
  display: flex;
  flex-direction: column;
  position: relative;
}
@media screen and (max-width: 500px) {
  .sec-diferenciais .tabs-nav {
    max-width: 100%;
    border-right: none;
    display: flex;
    overflow-x: auto;
  }
}
.sec-diferenciais .tabs-nav button {
  display: block;
  position: relative;
  width: 100%;
  text-align: left;
  border: none;
  border-bottom: 1px solid #F5F5F4;
  background: transparent;
  cursor: pointer;
  padding: 1.5rem 2rem;
  font-family: "Sora", sans-serif;
  font-size: 1.125rem;
  color: #5E5E5E;
  transition: 0.2s ease-in-out;
  flex: 1;
  z-index: 3;
}
@media screen and (max-width: 500px) {
  .sec-diferenciais .tabs-nav button {
    white-space: nowrap;
    border-bottom: none;
    border-right: 1px solid #F5F5F4;
  }
}
.sec-diferenciais .tabs-nav button:hover {
  background-color: rgba(51, 64, 77, 0.05);
}
.sec-diferenciais .tabs-nav button.active {
  background-color: rgba(51, 64, 77, 0.1);
  font-weight: 700;
  color: #1F2123;
}
.sec-diferenciais .tabs-nav button .tab-progress {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 2px;
  background-color: #21F0A8;
  pointer-events: none;
}
@media screen and (max-width: 500px) {
  .sec-diferenciais .tabs-nav button .tab-progress {
    display: none;
  }
}
.sec-diferenciais .tabs-nav button.running .tab-progress {
  animation-name: tab-progress-fill;
  animation-timing-function: linear;
  animation-fill-mode: forwards;
}
@keyframes tab-progress-fill {
  from {
    width: 0%;
  }
  to {
    width: 100%;
  }
}
.sec-diferenciais .tabs-panels {
  flex: 1 0 0;
  min-width: 0;
  position: relative;
}
.sec-diferenciais .tab-panel {
  display: none;
  flex-direction: column;
  gap: 2rem;
  padding: 5rem 4rem;
  min-height: 450px;
  justify-content: center;
}
@media screen and (max-width: 500px) {
  .sec-diferenciais .tab-panel {
    padding: 2.5rem 1.5rem;
  }
}
.sec-diferenciais .tab-panel.active {
  display: flex;
}
.sec-diferenciais .tab-panel h3 {
  font-family: "Sora", sans-serif;
  font-size: 2.625rem;
  color: #213242;
  line-height: 1.2;
  font-style: normal;
  font-weight: 400;
}
@media screen and (max-width: 500px) {
  .sec-diferenciais .tab-panel h3 {
    font-size: 2rem;
  }
}
.sec-diferenciais .tab-panel h3 strong {
  font-weight: 600;
}
.sec-diferenciais .tab-panel p {
  color: #3A3A3A;
  padding-top: 0;
}
.sec-diferenciais .tab-panel a.button {
  margin-top: 0;
  align-self: flex-start;
}

.sec-cta {
  position: relative;
  overflow: hidden;
  background-color: #1F2123;
  padding: 8rem 0;
  text-align: center;
}
.sec-cta img.bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.sec-cta:after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
}
.sec-cta .grid {
  position: relative;
  z-index: 2;
}
.sec-cta .cta-content {
  max-width: 48rem;
  margin: 0 auto;
}
.sec-cta .cta-content h2 {
  font-family: "Sora", sans-serif;
  font-size: 2.625rem;
  color: #fff;
  line-height: 1.2;
  font-style: normal;
  font-weight: 600;
}
@media screen and (max-width: 500px) {
  .sec-cta .cta-content h2 {
    font-size: 2rem;
  }
}
.sec-cta .cta-content h2 .hl {
  color: #21F0A8;
}
.sec-cta .cta-content p {
  color: #fff;
  opacity: 0.9;
}
.sec-cta .cta-content a.button {
  margin-top: 1.5rem;
}

.form {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  width: 100%;
}
.form .row {
  display: flex;
  gap: 1.5rem;
  width: 100%;
}
@media screen and (max-width: 500px) {
  .form .row {
    flex-direction: column;
  }
}
.form .row > .field {
  flex: 1 1 0;
  min-width: 0;
}
.form .form-alert {
  padding: 0.875rem 1rem;
  border: 1px solid #ff6161;
  background: rgba(255, 97, 97, 0.1);
  color: #ffb4b4;
  font-family: "Inter", sans-serif;
  font-size: 0.9375rem;
  padding-top: 0.875rem;
}

.honeypot {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
}

.field {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  width: 100%;
}
.field label {
  display: block;
  font-family: "Inter", sans-serif;
  font-size: 1rem;
  color: #fff;
}
.field.has-error input,
.field.has-error select,
.field.has-error textarea {
  border-color: #ff6161;
}

.field-error {
  display: block;
  font-family: "Inter", sans-serif;
  font-size: 0.8125rem;
  color: #ff9a9a;
}

.field input[type=text],
.field input[type=email],
.field input[type=tel],
.field select,
.field textarea {
  width: 100%;
  border: 1px solid #8f8f8f;
  background: transparent;
  padding: 0.75rem;
  color: #fff;
  font-family: "Inter", sans-serif;
  font-size: 1rem;
  transition: border-color 0.2s ease-in-out;
}
.field input[type=text]::placeholder,
.field input[type=email]::placeholder,
.field input[type=tel]::placeholder,
.field select::placeholder,
.field textarea::placeholder {
  color: rgba(255, 255, 255, 0.6);
}
.field input[type=text]:focus-visible,
.field input[type=email]:focus-visible,
.field input[type=tel]:focus-visible,
.field select:focus-visible,
.field textarea:focus-visible {
  border-color: #21F0A8;
}

.field select {
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23ffffff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 1.125rem;
  padding-right: 2.5rem;
  cursor: pointer;
}
.field select option {
  color: #1F2123;
}

.field textarea {
  height: 11.25rem;
  resize: vertical;
}

.checkbox {
  display: grid;
  grid-template-columns: 1.125rem 1fr;
  gap: 0.5rem 0.75rem;
  align-items: start;
}
.checkbox input[type=checkbox] {
  grid-column: 1;
  grid-row: 1;
  width: 1.125rem;
  height: 1.125rem;
  margin-top: 0.1875rem;
  accent-color: #21F0A8;
  cursor: pointer;
}
.checkbox label {
  grid-column: 2;
  grid-row: 1;
  font-family: "Inter", sans-serif;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
}
.checkbox label a {
  color: #fff;
  text-decoration: underline;
}
.checkbox .field-error {
  grid-column: 2;
  grid-row: 2;
}
.checkbox.has-error input[type=checkbox] {
  outline: 1px solid #ff6161;
  outline-offset: 2px;
}

.form button[type=submit].is-loading {
  opacity: 0.7;
  cursor: progress;
}

.info {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
  padding-top: 0.5rem;
}
.info .row {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  width: 100%;
}
.info .row .item {
  max-width: none;
  min-width: 0;
}
.info .item {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  max-width: 15rem;
}
.info .ico {
  display: inline-flex;
  width: 2rem;
  height: 2rem;
  color: #fff;
}
.info .ico svg {
  width: 100%;
  height: 100%;
}
.info .contact-info {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.info .contact-info .tt {
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 1.125rem;
  color: #fff;
}
.info .contact-info p {
  color: #C9C9C9;
  padding-top: 0;
}
.info .contact-info a:not(.link-arrow) {
  color: #C9C9C9;
  text-decoration: underline;
}
.info .contact-info .link-arrow {
  margin-top: 0.5rem;
  color: #C9C9C9;
}
.info .contact-info .link-arrow svg {
  color: #C9C9C9;
}

body.modal-open {
  overflow: hidden;
}

.modal {
  position: fixed;
  inset: 0;
  z-index: 1000;
  overflow-y: auto;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding: 3rem 1.5rem;
  visibility: hidden;
  pointer-events: none;
  scrollbar-gutter: stable;
  scrollbar-width: thin;
  scrollbar-color: rgba(255, 255, 255, 0.25) transparent;
}
.modal::-webkit-scrollbar {
  width: 12px;
}
.modal::-webkit-scrollbar-track {
  background: transparent;
}
.modal::-webkit-scrollbar-thumb {
  background-color: rgba(255, 255, 255, 0.25);
  border: 3px solid #1F2123;
  border-radius: 999px;
  background-clip: padding-box;
}
.modal::-webkit-scrollbar-thumb:hover {
  background-color: rgba(255, 255, 255, 0.4);
}
@media screen and (max-width: 500px) {
  .modal {
    padding: 0;
  }
}
.modal.active, .modal.closing {
  visibility: visible;
}
.modal.active {
  pointer-events: auto;
}
.modal.active .modal-overlay {
  opacity: 1;
}
.modal.active .modal-dialog {
  opacity: 1;
  transform: translateY(0);
}
.modal .modal-overlay {
  position: fixed;
  inset: 0;
  z-index: 0;
  background: rgba(10, 11, 12, 0.55);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  cursor: pointer;
  opacity: 0;
  transition: opacity 0.4s ease;
}
.modal .modal-dialog {
  position: relative;
  z-index: 1;
  background-color: #1F2123;
  width: 100%;
  max-width: 78rem;
  min-height: calc(100vh - 6rem);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 4rem 4.5rem;
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.45);
  opacity: 0;
  transform: translateY(32px);
  transition: opacity 0.4s cubic-bezier(0.16, 1, 0.3, 1), transform 0.45s cubic-bezier(0.16, 1, 0.3, 1);
}
@media (prefers-reduced-motion: reduce) {
  .modal .modal-dialog {
    transition: opacity 0.2s ease;
    transform: none;
  }
}
@media screen and (max-width: 500px) {
  .modal .modal-dialog {
    min-height: 100vh;
    padding: 5rem 1.25rem 3rem;
  }
}
.modal .modal-body {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 3rem;
  margin: auto 0;
}
.modal .modal-body[hidden] {
  display: none;
}
.modal .modal-body .section-title {
  max-width: 48rem;
}
.modal .modal-body .section-title h2 {
  font-family: "Sora", sans-serif;
  font-size: 2.625rem;
  color: #21F0A8;
  line-height: 1.2;
  font-style: normal;
  font-weight: 600;
}
@media screen and (max-width: 500px) {
  .modal .modal-body .section-title h2 {
    font-size: 2rem;
  }
}
.modal .modal-body .section-title p {
  color: #fff;
}
.modal .modal-body .content {
  display: flex;
  gap: 5rem;
  width: 100%;
  align-items: flex-start;
}
@media screen and (max-width: 500px) {
  .modal .modal-body .content {
    flex-direction: column;
    gap: 2.5rem;
  }
}
.modal .modal-body .form {
  flex: 1 1 38.5rem;
  max-width: 38.5rem;
}
@media screen and (max-width: 500px) {
  .modal .modal-body .form {
    max-width: 100%;
  }
}
.modal .modal-body .form button.button {
  align-self: flex-start;
  margin-top: 0.5rem;
}
.modal .modal-body .info {
  flex: 1 1 0;
  min-width: 0;
}
.modal .modal-close {
  position: absolute;
  top: 2rem;
  right: 2rem;
  z-index: 2;
  width: 2.75rem;
  height: 2.75rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.06);
  border: none;
  color: #fff;
  cursor: pointer;
  transition: 0.2s ease-in-out;
}
@media screen and (max-width: 500px) {
  .modal .modal-close {
    top: 1.25rem;
    right: 1.25rem;
  }
}
.modal .modal-close svg {
  width: 1.25rem;
  height: 1.25rem;
}
.modal .modal-close:hover {
  background: #21F0A8;
  color: #213242;
}
.modal.modal--video .modal-dialog {
  background-color: transparent;
  box-shadow: none;
  width: 100%;
  max-width: 64rem;
  min-height: 0;
  padding: 0;
}
@media screen and (max-width: 500px) {
  .modal.modal--video .modal-dialog {
    min-height: 0;
    padding: 0;
  }
}
.modal.modal--video video {
  display: block;
  width: 100%;
  max-height: 80vh;
  background-color: #000;
}
.modal.modal--video .modal-close {
  background: rgba(0, 0, 0, 0.5);
}
.modal.modal--video .modal-close:hover {
  background: #21F0A8;
}
.modal .modal-success {
  text-align: center;
  max-width: 28rem;
  margin: 2rem auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.25rem;
}
.modal .modal-success[hidden] {
  display: none;
}
.modal .modal-success .ico {
  display: inline-flex;
  width: 3.5rem;
  height: 3.5rem;
  color: #21F0A8;
}
.modal .modal-success .ico svg {
  width: 100%;
  height: 100%;
}
.modal .modal-success h2 {
  font-family: "Sora", sans-serif;
  font-size: 2.25rem;
  color: #fff;
  line-height: 1.2;
  font-style: normal;
  font-weight: 600;
}
@media screen and (max-width: 500px) {
  .modal .modal-success h2 {
    font-size: 1.75rem;
  }
}
.modal .modal-success p {
  color: #fff;
}
.modal .modal-success .button {
  margin-top: 0.5rem;
}

p {
  font-family: "Inter", sans-serif;
  font-size: 1rem;
  line-height: 1.7;
  padding-top: 2rem;
  color: #5E5E5E;
}

.font-padrao {
  font-family: "Inter", sans-serif;
}

.tc {
  text-align: center;
}

.uc,
.uC {
  text-transform: uppercase;
}

.fontXLarge {
  font-family: "Sora", sans-serif;
  font-size: 3rem;
  color: #1F2123;
  line-height: 1.2;
  font-style: normal;
}
@media screen and (max-width: 500px) {
  .fontXLarge {
    font-size: 2.25rem;
  }
}

.fontLarge {
  font-family: "Sora", sans-serif;
  font-size: 2.625rem;
  color: #1F2123;
  line-height: 1.2;
  font-style: normal;
}
@media screen and (max-width: 500px) {
  .fontLarge {
    font-size: 2rem;
  }
}

.fontXMedium {
  font-family: "Sora", sans-serif;
  font-size: 2.25rem;
  color: #1F2123;
  line-height: 1.2;
  font-style: normal;
}
@media screen and (max-width: 500px) {
  .fontXMedium {
    font-size: 1.75rem;
  }
}

.fontMedium {
  font-family: "Sora", sans-serif;
  font-size: 1.5rem;
  color: #1F2123;
  line-height: 1.4;
  font-style: normal;
  font-weight: 700;
}
@media screen and (max-width: 500px) {
  .fontMedium {
    font-size: 1.25rem;
  }
}

.fontXSmall {
  font-family: "Sora", sans-serif;
  font-size: 1.4375rem;
  color: #5E5E5E;
  line-height: 1.4;
  font-weight: 400;
}
@media screen and (max-width: 500px) {
  .fontXSmall {
    font-size: 1.25rem;
  }
}

.fontSmall {
  font-family: "Inter", sans-serif;
  font-size: 1.125rem;
  color: #5E5E5E;
  line-height: 1.4;
}

.fontDest {
  color: #21F0A8;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  padding-top: 0;
}

.fontDest {
  font-size: 1.5rem;
  text-transform: uppercase;
}

.strong {
  font-weight: bold;
}

.art-home .grid.stack {
  flex-direction: column;
  align-items: center;
}
.art-home section {
  padding: 7rem 0;
}
@media screen and (max-width: 500px) {
  .art-home section {
    padding: 3.5rem 0;
  }
}
.art-home .sec-hero-home {
  position: relative;
  background-color: #1F2123;
  padding: 8.5rem 0 5rem 0;
  overflow: hidden;
}
@media screen and (max-width: 500px) {
  .art-home .sec-hero-home {
    padding: 7rem 0 0rem 0;
  }
}
.art-home .sec-hero-home .glow {
  position: absolute;
  width: 50vw;
  height: 50vw;
  left: 50%;
  top: 100%;
  transform: translate(-50%, 0);
  background: #21F0A8;
  opacity: 0.35;
  filter: blur(140px);
  pointer-events: none;
}
.art-home .sec-hero-home .grid {
  position: relative;
  z-index: 2;
  align-items: center;
  gap: 3rem;
}
@media screen and (max-width: 500px) {
  .art-home .sec-hero-home .grid {
    flex-direction: column;
  }
}
.art-home .sec-hero-home .hero-copy {
  flex: 1 1 28rem;
  max-width: 45%;
}
@media screen and (max-width: 500px) {
  .art-home .sec-hero-home .hero-copy {
    max-width: 100%;
    padding: 0 2rem;
  }
}
.art-home .sec-hero-home .hero-copy h1 {
  font-family: "Sora", sans-serif;
  font-size: 3rem;
  color: #fff;
  line-height: 1.2;
  font-style: normal;
  font-weight: 600;
}
@media screen and (max-width: 500px) {
  .art-home .sec-hero-home .hero-copy h1 {
    font-size: 2.25rem;
  }
}
.art-home .sec-hero-home .hero-copy h1 .hl {
  color: #21F0A8;
}
.art-home .sec-hero-home .hero-copy p {
  color: #f4f4f4;
}
.art-home .sec-hero-home .hero-copy .actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 1.5rem;
  margin-top: 2rem;
}
.art-home .sec-hero-home .hero-copy .actions a.button {
  margin-top: 0;
}
.art-home .sec-hero-home .hero-media {
  position: relative;
  flex: 1 1 24rem;
  max-width: 50vw;
}
@media screen and (max-width: 500px) {
  .art-home .sec-hero-home .hero-media {
    max-width: 100%;
    padding: 2rem 0;
  }
}
.art-home .sec-hero-home .hero-media .photo {
  position: relative;
  width: 100%;
  z-index: 2;
}
.art-home .sec-hero-home .hero-media .photo img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
}
.art-home .sec-tecnologia-home {
  position: relative;
  overflow: hidden;
  background-color: #1F2123;
  padding: 7.75rem 0;
}
.art-home .sec-tecnologia-home .laptop-lines {
  position: absolute;
  top: 5.5rem;
  right: 7rem;
  width: 37.8rem;
  opacity: 0.7;
  pointer-events: none;
}
@media screen and (max-width: 500px) {
  .art-home .sec-tecnologia-home .laptop-lines {
    display: none;
  }
}
.art-home .sec-tecnologia-home .grid {
  position: relative;
  z-index: 2;
  align-items: center;
  gap: 3rem;
}
@media screen and (max-width: 500px) {
  .art-home .sec-tecnologia-home .grid {
    flex-direction: column;
  }
}
.art-home .sec-tecnologia-home .copy {
  flex: 1 1 22rem;
  max-width: 32.25rem;
}
@media screen and (max-width: 500px) {
  .art-home .sec-tecnologia-home .copy {
    max-width: 100%;
    padding: 0 2rem;
  }
}
.art-home .sec-tecnologia-home .copy h2 {
  font-family: "Sora", sans-serif;
  font-size: 2.25rem;
  color: #fff;
  line-height: 1.2;
  font-style: normal;
  font-weight: 600;
}
@media screen and (max-width: 500px) {
  .art-home .sec-tecnologia-home .copy h2 {
    font-size: 1.75rem;
  }
}
.art-home .sec-tecnologia-home .copy h2 .hl {
  color: #21F0A8;
}
.art-home .sec-tecnologia-home .copy p {
  color: #fff;
  opacity: 0.85;
}
.art-home .sec-tecnologia-home .copy a.button {
  margin-top: 2rem;
}
.art-home .sec-tecnologia-home .media {
  flex: 1 1 24rem;
  max-width: 50%;
  position: relative;
}
@media screen and (max-width: 500px) {
  .art-home .sec-tecnologia-home .media {
    max-width: 100%;
  }
}
.art-home .sec-tecnologia-home .media .glow-square {
  position: absolute;
  width: 4.75rem;
  pointer-events: none;
  backdrop-filter: blur(9.75px);
  z-index: 3;
  clip-path: polygon(20% 0%, 100% 0%, 100% 80%, 80% 100%, 0% 100%, 0% 20%);
}
.art-home .sec-tecnologia-home .media .glow-square.one {
  right: -1rem;
  top: -0.1rem;
}
.art-home .sec-tecnologia-home .media .glow-square.two {
  left: -1rem;
  bottom: 0rem;
}
@media screen and (max-width: 500px) {
  .art-home .sec-tecnologia-home .media .glow-square {
    display: none;
  }
}
.art-home .sec-tecnologia-home .media img {
  display: block;
  width: 100%;
  height: auto;
}
.art-home .sec-tecnologia-home .media .video-trigger {
  position: relative;
  display: block;
  width: 100%;
  border: none;
  padding: 0;
  background: none;
  cursor: pointer;
}
.art-home .sec-tecnologia-home .media .video-trigger .play-ico {
  position: absolute;
  bottom: 45px;
  right: 20px;
  width: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(0, 255, 183, 0.3215686275);
  border-radius: 5px;
  transition: 0.25s ease-in-out;
  backdrop-filter: blur(1em);
  text-transform: uppercase;
  font-family: "Sora", sans-serif;
  color: #fff;
  gap: 1rem;
  padding: 1rem 2rem;
}
.art-home .sec-tecnologia-home .media .video-trigger .play-ico svg {
  width: 1.375rem;
  height: 1.375rem;
  color: #fff;
  margin-left: -0.2rem;
  transition: 0.25s ease-in-out;
}
@media screen and (max-width: 500px) {
  .art-home .sec-tecnologia-home .media .video-trigger .play-ico {
    height: 3.5rem;
  }
  .art-home .sec-tecnologia-home .media .video-trigger .play-ico svg {
    width: 1.375rem;
    height: 1.375rem;
  }
}
.art-home .sec-tecnologia-home .media .video-trigger:hover .play-ico {
  background-color: #00ffb7;
  color: #213242;
}
.art-home .sec-tecnologia-home .media .video-trigger:hover .play-ico svg {
  color: #213242;
}
.art-home .sec-features-home {
  background-color: #fff;
  padding-bottom: 0;
  padding-top: 0;
}
.art-home .sec-features-home .split-head {
  border: 1px solid #F5F5F4;
  border-top: 0;
  padding: 5rem 2.5rem;
}
@media screen and (max-width: 500px) {
  .art-home .sec-features-home .split-head {
    padding: 2.5rem 1.5rem;
  }
}
.art-home .sec-features-home .split-head h2 {
  font-family: "Sora", sans-serif;
  font-size: 2.25rem;
  color: #1F2123;
  line-height: 1.2;
  font-style: normal;
  font-weight: 600;
}
@media screen and (max-width: 500px) {
  .art-home .sec-features-home .split-head h2 {
    font-size: 1.75rem;
  }
}
.art-home .sec-features-home .split-head p {
  color: #5E5E5E;
  padding-top: 0;
}
.art-home .sec-features-home .tabs-info {
  display: flex;
  width: 100%;
  position: sticky;
  top: var(--header-h, 5rem);
  z-index: 50;
  background-color: #fff;
  border: 1px solid #F5F5F4;
  border-top: none;
}
@media screen and (max-width: 500px) {
  .art-home .sec-features-home .tabs-info {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
.art-home .sec-features-home .tabs-info a {
  flex: 1 0 0;
  text-align: center;
  padding: 1.5rem;
  font-family: "Sora", sans-serif;
  font-size: 1rem;
  color: #1F2123;
  border-right: 1px solid #F5F5F4;
  border-bottom: 3px solid transparent;
  transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out;
}
@media screen and (max-width: 500px) {
  .art-home .sec-features-home .tabs-info a {
    flex: none;
    white-space: nowrap;
    padding: 1.25rem 1.5rem;
  }
}
.art-home .sec-features-home .tabs-info a:last-child {
  border-right: none;
}
.art-home .sec-features-home .tabs-info a:hover {
  background-color: #F5F5F4;
}
.art-home .sec-features-home .tabs-info a.active {
  background-color: #F5F5F4;
  border-bottom-color: #21F0A8;
  font-weight: 700;
}
.art-home .sec-features-home .feature-row {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2.5rem;
  border: 1px solid #F5F5F4;
  border-top: none;
  padding: 3.75rem 2.5rem;
  scroll-margin-top: calc(var(--header-h, 5rem) + 4.4rem);
}
@media screen and (max-width: 500px) {
  .art-home .sec-features-home .feature-row {
    flex-direction: column;
    padding: 2.5rem 1.5rem;
  }
}
.art-home .sec-features-home .feature-copy {
  flex: 1 1 0;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.art-home .sec-features-home .feature-copy h3 {
  font-family: "Sora", sans-serif;
  font-size: 2.25rem;
  color: #1F2123;
  line-height: 1.2;
  font-style: normal;
  font-weight: 400;
}
@media screen and (max-width: 500px) {
  .art-home .sec-features-home .feature-copy h3 {
    font-size: 1.75rem;
  }
}
.art-home .sec-features-home .feature-copy h3 strong {
  font-weight: 600;
  display: block;
}
.art-home .sec-features-home .feature-copy p {
  color: #5E5E5E;
}
.art-home .sec-features-home .feature-copy a.button {
  margin-top: 0;
  align-self: flex-start;
}
.art-home .sec-features-home .feature-media {
  flex: 1 1 0;
  min-width: 0;
  width: 100%;
  max-width: 37.4375rem;
  aspect-ratio: 599/471;
}
.art-home .sec-features-home .feature-media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.art-sobre .grid.stack {
  flex-direction: column;
  align-items: center;
}
.art-sobre section {
  padding: 7rem 0;
}
@media screen and (max-width: 500px) {
  .art-sobre section {
    padding: 3.5rem 0;
  }
}
.art-sobre .sec-hero-sobre {
  position: relative;
  background-color: #1F2123;
  padding: 8.5rem 0 5rem 0;
  overflow: hidden;
}
@media screen and (max-width: 500px) {
  .art-sobre .sec-hero-sobre {
    padding: 7rem 0 3rem 0;
  }
}
.art-sobre .sec-hero-sobre .hero-lines {
  position: absolute;
  top: 4rem;
  left: 48%;
  width: 43.375rem;
  opacity: 0.5;
  pointer-events: none;
  z-index: 1;
}
@media screen and (max-width: 500px) {
  .art-sobre .sec-hero-sobre .hero-lines {
    display: none;
  }
}
.art-sobre .sec-hero-sobre .grid {
  position: relative;
  z-index: 2;
  align-items: center;
  gap: 3rem;
}
@media screen and (max-width: 500px) {
  .art-sobre .sec-hero-sobre .grid {
    flex-direction: column;
  }
}
.art-sobre .sec-hero-sobre .hero-copy {
  flex: 1 1 28rem;
  max-width: 45%;
}
@media screen and (max-width: 500px) {
  .art-sobre .sec-hero-sobre .hero-copy {
    max-width: 100%;
  }
}
.art-sobre .sec-hero-sobre .hero-copy .tagline {
  color: #f5f5f4;
  font-weight: 600;
  margin-bottom: 1rem;
}
.art-sobre .sec-hero-sobre .hero-copy h1 {
  font-family: "Sora", sans-serif;
  font-size: 2.25rem;
  color: #fff;
  line-height: 1.2;
  font-style: normal;
  font-weight: 600;
}
@media screen and (max-width: 500px) {
  .art-sobre .sec-hero-sobre .hero-copy h1 {
    font-size: 1.75rem;
  }
}
.art-sobre .sec-hero-sobre .hero-copy h1 .hl {
  color: #21F0A8;
}
.art-sobre .sec-hero-sobre .hero-copy p {
  color: #f4f4f4;
}
.art-sobre .sec-hero-sobre .hero-copy a.button {
  margin-top: 2rem;
}
.art-sobre .sec-hero-sobre .hero-media {
  position: relative;
  flex: 1 1 24rem;
  max-width: 50vw;
}
@media screen and (max-width: 500px) {
  .art-sobre .sec-hero-sobre .hero-media {
    max-width: 100%;
  }
}
.art-sobre .sec-hero-sobre .hero-media .frame-corner {
  position: absolute;
  top: 0;
  left: 0;
  width: 7.0625rem;
  z-index: 3;
  pointer-events: none;
}
.art-sobre .sec-hero-sobre .hero-media .photo {
  position: relative;
  width: 100%;
  z-index: 2;
}
.art-sobre .sec-hero-sobre .hero-media .photo img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
}
.art-sobre .sec-intro-sobre {
  position: relative;
  overflow: hidden;
  background-color: #eae9e9;
}
@media screen and (max-width: 1440px) {
  .art-sobre .sec-intro-sobre {
    padding: 6rem 0;
  }
}
.art-sobre .sec-intro-sobre .grid {
  position: relative;
  z-index: 2;
  align-items: center;
  gap: 5rem;
}
@media screen and (max-width: 500px) {
  .art-sobre .sec-intro-sobre .grid {
    flex-direction: column;
    gap: 2rem;
  }
}
.art-sobre .sec-intro-sobre .copy {
  flex: 0 1 23.3125rem;
  min-width: 0;
}
.art-sobre .sec-intro-sobre .copy h2 {
  font-family: "Sora", sans-serif;
  font-size: 2.625rem;
  color: #3A3A3A;
  line-height: 1.2;
  font-style: normal;
  font-weight: 600;
}
@media screen and (max-width: 500px) {
  .art-sobre .sec-intro-sobre .copy h2 {
    font-size: 2rem;
  }
}
.art-sobre .sec-intro-sobre .text {
  flex: 0 1 26.25rem;
  min-width: 0;
}
.art-sobre .sec-intro-sobre .text p {
  color: #5E5E5E;
}
.art-sobre .sec-intro-sobre .spacer {
  flex: 1 0 0;
  min-width: 0;
}
@media screen and (max-width: 500px) {
  .art-sobre .sec-intro-sobre .spacer {
    display: none;
  }
}
.art-sobre .sec-intro-sobre .media {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 35.8125rem;
  z-index: 1;
}
@media screen and (max-width: 1440px) {
  .art-sobre .sec-intro-sobre .media {
    width: 30rem;
  }
}
@media screen and (max-width: 500px) {
  .art-sobre .sec-intro-sobre .media {
    position: relative;
    inset: auto;
    width: 100%;
    height: 16rem;
    margin-top: 2rem;
  }
}
.art-sobre .sec-intro-sobre .media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.art-sobre .sec-logos-sobre {
  background-color: #fafafa;
  display: none;
}
.art-sobre .sec-logos-sobre .grid {
  flex-direction: column;
  align-items: center;
  gap: 3rem;
  text-align: center;
}
.art-sobre .sec-logos-sobre p {
  font-family: "Inter", sans-serif;
  font-size: 1.125rem;
  color: #5E5E5E;
  line-height: 1.4;
  max-width: 35rem;
  padding-top: 0;
}
.art-sobre .sec-logos-sobre .logos-marquee {
  position: relative;
  display: flex;
  width: 100%;
  overflow: hidden;
  margin-top: 0rem;
  -webkit-mask-image: linear-gradient(90deg, transparent 0%, #000 10%, #000 90%, transparent 100%);
  mask-image: linear-gradient(90deg, transparent 0%, #000 10%, #000 90%, transparent 100%);
}
.art-sobre .sec-logos-sobre .track {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  gap: 3rem;
  padding-right: 3rem;
  animation: logos-marquee 45s linear infinite;
}
@media (prefers-reduced-motion: reduce) {
  .art-sobre .sec-logos-sobre .track {
    animation-play-state: paused;
  }
}
.art-sobre .sec-logos-sobre .logo {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.25rem;
  height: 1.575rem;
}
.art-sobre .sec-logos-sobre .logo img {
  display: block;
  height: 100%;
  width: auto;
  opacity: 0.5;
}
.art-sobre .sec-logos-sobre .logo.combo img:first-child {
  height: 1.5625rem;
}
.art-sobre .sec-logos-sobre .logo.combo img:last-child {
  height: 1.1875rem;
}
@keyframes logos-marquee {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}

.art-ummo-savings .grid.stack {
  flex-direction: column;
  align-items: center;
}
.art-ummo-savings section {
  padding: 7rem 0;
}
@media screen and (max-width: 500px) {
  .art-ummo-savings section {
    padding: 3.5rem 0;
  }
}
.art-ummo-savings .ico {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 3rem;
  flex-shrink: 0;
}
.art-ummo-savings .ico img {
  width: 100%;
  max-width: 100%;
  max-height: 100%;
}
.art-ummo-savings .sec-hero-savings {
  position: relative;
  background-color: #1F2123;
  padding: 8.5rem 0 5rem 0;
  overflow: hidden;
}
@media screen and (max-width: 500px) {
  .art-ummo-savings .sec-hero-savings {
    padding: 7rem 0 3rem 0;
  }
}
.art-ummo-savings .sec-hero-savings .hero-lines {
  position: absolute;
  top: -1.5rem;
  left: 40%;
  width: 41.1875rem;
  opacity: 0.5;
  pointer-events: none;
  z-index: 1;
}
@media screen and (max-width: 500px) {
  .art-ummo-savings .sec-hero-savings .hero-lines {
    display: none;
  }
}
.art-ummo-savings .sec-hero-savings .glow {
  position: absolute;
  width: 50vw;
  height: 50vw;
  left: 50%;
  top: 100%;
  transform: translate(-50%, 0);
  background: #21F0A8;
  opacity: 0.35;
  filter: blur(140px);
  pointer-events: none;
}
.art-ummo-savings .sec-hero-savings .grid {
  position: relative;
  z-index: 2;
  align-items: center;
  gap: 3rem;
}
@media screen and (max-width: 500px) {
  .art-ummo-savings .sec-hero-savings .grid {
    flex-direction: column;
  }
}
.art-ummo-savings .sec-hero-savings .hero-copy {
  flex: 1 1 28rem;
  max-width: 45%;
}
@media screen and (max-width: 500px) {
  .art-ummo-savings .sec-hero-savings .hero-copy {
    max-width: 100%;
    padding: 3rem 2rem;
  }
}
.art-ummo-savings .sec-hero-savings .hero-copy h1 {
  font-family: "Sora", sans-serif;
  font-size: 2.625rem;
  color: #fff;
  line-height: 1.2;
  font-style: normal;
  font-weight: 600;
}
@media screen and (max-width: 500px) {
  .art-ummo-savings .sec-hero-savings .hero-copy h1 {
    font-size: 2rem;
  }
}
.art-ummo-savings .sec-hero-savings .hero-copy h1 .hl {
  color: #21F0A8;
}
.art-ummo-savings .sec-hero-savings .hero-copy p {
  color: #fff;
}
.art-ummo-savings .sec-hero-savings .hero-copy a.button {
  margin-top: 2rem;
}
.art-ummo-savings .sec-hero-savings .hero-media {
  position: relative;
  flex: 1 1 24rem;
  max-width: 50vw;
}
@media screen and (max-width: 500px) {
  .art-ummo-savings .sec-hero-savings .hero-media {
    max-width: 100%;
  }
}
.art-ummo-savings .sec-hero-savings .hero-media .photo {
  position: relative;
  width: 100%;
  z-index: 2;
}
.art-ummo-savings .sec-hero-savings .hero-media .photo img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
}
.art-ummo-savings .sec-intro-savings {
  padding: 0;
}
.art-ummo-savings .sec-intro-savings .panel {
  background-color: #18191b;
  padding: 7rem 0;
}
@media screen and (max-width: 500px) {
  .art-ummo-savings .sec-intro-savings .panel {
    padding: 3.5rem 0;
  }
}
.art-ummo-savings .sec-intro-savings .panel .grid {
  align-items: flex-start;
  gap: 5rem;
}
@media screen and (max-width: 500px) {
  .art-ummo-savings .sec-intro-savings .panel .grid {
    flex-direction: column;
    gap: 2rem;
  }
}
.art-ummo-savings .sec-intro-savings .panel .copy,
.art-ummo-savings .sec-intro-savings .panel .text {
  flex: 1 1 0;
  min-width: 0;
}
.art-ummo-savings .sec-intro-savings .panel .copy h2 {
  font-family: "Sora", sans-serif;
  font-size: 2.625rem;
  color: #fff;
  line-height: 1.2;
  font-style: normal;
  font-weight: 600;
}
@media screen and (max-width: 500px) {
  .art-ummo-savings .sec-intro-savings .panel .copy h2 {
    font-size: 2rem;
  }
}
.art-ummo-savings .sec-intro-savings .panel .text p {
  color: #fff;
}
.art-ummo-savings .sec-intro-savings .panel .text p:first-child {
  padding-top: 0;
}
.art-ummo-savings .sec-intro-savings .panel .text a.button {
  margin-top: 1rem;
}
.art-ummo-savings .sec-intro-savings .showcase {
  display: none;
  position: relative;
  overflow: hidden;
  font-size: 0;
  padding: 6rem 2rem 0 2rem;
  margin: 0 auto;
  text-align: center;
  background: url(../img/ummo-savings/dashboard-bg.webp);
}
@media screen and (max-width: 500px) {
  .art-ummo-savings .sec-intro-savings .showcase {
    height: auto;
  }
}
.art-ummo-savings .sec-intro-savings .showcase:after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.4);
}
.art-ummo-savings .sec-intro-savings .showcase .screenshot {
  z-index: 3;
  position: relative;
}
.art-ummo-savings .sec-fontes-savings {
  background-color: #fff;
}
.art-ummo-savings .sec-fontes-savings .grid {
  align-items: flex-start;
  gap: 5rem;
}
@media screen and (max-width: 500px) {
  .art-ummo-savings .sec-fontes-savings .grid {
    flex-direction: column;
  }
}
.art-ummo-savings .sec-fontes-savings .intro {
  flex: 1 1 0;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 2rem;
  padding: 3.75rem 0;
}
@media screen and (max-width: 500px) {
  .art-ummo-savings .sec-fontes-savings .intro {
    padding: 0;
  }
}
.art-ummo-savings .sec-fontes-savings .intro .section-title h2 {
  font-family: "Sora", sans-serif;
  font-size: 2.625rem;
  color: #3A3A3A;
  line-height: 1.2;
  font-style: normal;
  font-weight: 600;
}
@media screen and (max-width: 500px) {
  .art-ummo-savings .sec-fontes-savings .intro .section-title h2 {
    font-size: 2rem;
  }
}
.art-ummo-savings .sec-fontes-savings .intro .section-title p {
  color: #5E5E5E;
  padding-top: 1rem;
}
.art-ummo-savings .sec-fontes-savings .intro a.button {
  align-self: flex-start;
}
.art-ummo-savings .sec-fontes-savings .cards {
  flex: 1 1 0;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.art-ummo-savings .sec-fontes-savings .card {
  background-color: #f5f5f5;
  padding: 3rem 2rem;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
.art-ummo-savings .sec-fontes-savings .card .ico {
  width: 56px;
  height: 56px;
  background-color: #3A3A3A;
  padding: 12px;
}
.art-ummo-savings .sec-fontes-savings .card h3 {
  font-family: "Sora", sans-serif;
  font-size: 1.5rem;
  color: #3A3A3A;
  line-height: 1.4;
  font-style: normal;
  font-weight: 700;
}
@media screen and (max-width: 500px) {
  .art-ummo-savings .sec-fontes-savings .card h3 {
    font-size: 1.25rem;
  }
}
.art-ummo-savings .sec-fontes-savings .card p {
  color: #5E5E5E;
  padding-top: 0;
}
.art-ummo-savings .sec-beneficios-savings {
  background-color: #f5f5f5;
}
.art-ummo-savings .sec-beneficios-savings .section-title {
  max-width: 48rem;
  margin: 0 auto;
  text-align: center;
}
.art-ummo-savings .sec-beneficios-savings .section-title h2 {
  font-family: "Sora", sans-serif;
  font-size: 2.625rem;
  color: #3A3A3A;
  line-height: 1.2;
  font-style: normal;
  font-weight: 600;
  margin-top: 1rem;
}
@media screen and (max-width: 500px) {
  .art-ummo-savings .sec-beneficios-savings .section-title h2 {
    font-size: 2rem;
  }
}
.art-ummo-savings .sec-beneficios-savings .section-title h2 .light {
  font-weight: 400;
}
.art-ummo-savings .sec-beneficios-savings .cards-grid {
  display: flex;
  gap: 2rem;
  margin-top: 5rem;
  width: 100%;
  align-items: stretch;
}
@media screen and (max-width: 500px) {
  .art-ummo-savings .sec-beneficios-savings .cards-grid {
    flex-direction: column;
  }
}
.art-ummo-savings .sec-beneficios-savings .card-lg {
  flex: 1 1 0;
  min-width: 0;
  background-color: #fff;
  display: flex;
  flex-direction: column;
}
.art-ummo-savings .sec-beneficios-savings .card-lg .card-content {
  flex: 1 0 0;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  justify-content: center;
  padding: 3rem;
}
.art-ummo-savings .sec-beneficios-savings .card-lg .card-content h3 {
  font-family: "Sora", sans-serif;
  font-size: 2.25rem;
  color: #3A3A3A;
  line-height: 1.2;
  font-style: normal;
  font-weight: 600;
}
@media screen and (max-width: 500px) {
  .art-ummo-savings .sec-beneficios-savings .card-lg .card-content h3 {
    font-size: 1.75rem;
  }
}
.art-ummo-savings .sec-beneficios-savings .card-lg .card-content p {
  color: #3A3A3A;
  padding-top: 0;
}
.art-ummo-savings .sec-beneficios-savings .card-lg .card-image {
  height: 22.5rem;
}
.art-ummo-savings .sec-beneficios-savings .card-lg .card-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.art-ummo-savings .sec-beneficios-savings .cards-side {
  flex: 1 1 0;
  min-width: 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, 1fr);
  gap: 2rem;
}
@media screen and (max-width: 500px) {
  .art-ummo-savings .sec-beneficios-savings .cards-side {
    grid-template-columns: 1fr;
  }
}
.art-ummo-savings .sec-beneficios-savings .cards-side .card {
  background-color: #fff;
  padding: 1.5rem;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 1.375rem;
}
.art-ummo-savings .sec-beneficios-savings .cards-side .card h3 {
  font-family: "Sora", sans-serif;
  font-size: 1.4375rem;
  color: #3A3A3A;
  line-height: 1.4;
  font-weight: 400;
  font-weight: 700;
}
@media screen and (max-width: 500px) {
  .art-ummo-savings .sec-beneficios-savings .cards-side .card h3 {
    font-size: 1.25rem;
  }
}
.art-ummo-savings .sec-beneficios-savings .cards-side .card p {
  color: #3A3A3A;
  padding-top: 0;
}
.art-ummo-savings .sec-regras-savings {
  background-color: #f5f5f4;
}
.art-ummo-savings .sec-regras-savings .panel {
  background-color: #fff;
  display: flex;
  width: 100%;
  min-height: 40rem;
}
@media screen and (max-width: 500px) {
  .art-ummo-savings .sec-regras-savings .panel {
    flex-direction: column;
  }
}
.art-ummo-savings .sec-regras-savings .feature-list {
  flex: 1 1 0;
  min-width: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 4.5rem;
  padding: 3rem;
}
.art-ummo-savings .sec-regras-savings .feature-list .ico {
  width: 56px;
  height: 56px;
  background-color: #3A3A3A;
  padding: 12px;
}
@media screen and (max-width: 500px) {
  .art-ummo-savings .sec-regras-savings .feature-list {
    padding: 2rem 1.5rem;
    gap: 2.5rem;
  }
}
.art-ummo-savings .sec-regras-savings .feature-list li {
  display: flex;
  gap: 1.5rem;
  align-items: flex-start;
}
.art-ummo-savings .sec-regras-savings .feature-list h3 {
  font-family: "Sora", sans-serif;
  font-size: 1.4375rem;
  font-weight: 400;
  color: #3A3A3A;
}
.art-ummo-savings .sec-regras-savings .feature-list p {
  color: #5E5E5E;
  padding-top: 0.75rem;
}
.art-ummo-savings .sec-regras-savings .panel-image {
  flex: 1 1 0;
  min-width: 0;
}
.art-ummo-savings .sec-regras-savings .panel-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (max-width: 500px) {
  .art-ummo-savings .sec-regras-savings .panel-image {
    height: 18rem;
  }
}
.art-ummo-savings .sec-modelo-savings {
  position: relative;
  overflow: hidden;
  background-color: #213242;
  padding: 8.75rem 0;
}
@media screen and (max-width: 500px) {
  .art-ummo-savings .sec-modelo-savings {
    padding: 3.5rem 0;
  }
}
.art-ummo-savings .sec-modelo-savings .pattern {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0.5;
  pointer-events: none;
}
@media screen and (max-width: 500px) {
  .art-ummo-savings .sec-modelo-savings .pattern {
    display: none;
  }
}
.art-ummo-savings .sec-modelo-savings .grid {
  position: relative;
  z-index: 2;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 3rem;
}
.art-ummo-savings .sec-modelo-savings .section-title {
  max-width: 48rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.art-ummo-savings .sec-modelo-savings .section-title h2 {
  font-family: "Sora", sans-serif;
  font-size: 2.625rem;
  color: #21F0A8;
  line-height: 1.2;
  font-style: normal;
  font-weight: 600;
}
@media screen and (max-width: 500px) {
  .art-ummo-savings .sec-modelo-savings .section-title h2 {
    font-size: 2rem;
  }
}
.art-ummo-savings .sec-modelo-savings .section-title h2 .white {
  color: #fff;
}
.art-ummo-savings .sec-modelo-savings .section-title .tagline {
  color: #f5f5f4;
}
.art-ummo-savings .sec-modelo-savings .section-title p {
  color: #f5f5f4;
  padding-top: 1rem;
}
.art-ummo-savings .sec-modelo-savings .section-title p:last-child {
  padding-top: 0;
}
.art-ummo-savings .sec-modelo-savings .cards-row {
  display: flex;
  gap: 3rem;
  margin-top: 3rem;
  width: 100%;
}
@media screen and (max-width: 500px) {
  .art-ummo-savings .sec-modelo-savings .cards-row {
    flex-direction: column;
    gap: 2rem;
  }
}
.art-ummo-savings .sec-modelo-savings .item {
  flex: 1 1 0;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
.art-ummo-savings .sec-modelo-savings .item .ico {
  width: 64px;
  height: 64px;
  background-color: #21F0A8;
  padding: 12px;
}
.art-ummo-savings .sec-modelo-savings .item h3 {
  font-family: "Sora", sans-serif;
  font-size: 1.25rem;
  font-weight: 600;
  color: #fff;
}
.art-ummo-savings .sec-modelo-savings .item p {
  color: #f5f5f4;
  padding-top: 0;
}
.art-ummo-savings .sec-transforme-savings {
  background-color: #1F2123;
}
.art-ummo-savings .sec-transforme-savings .grid {
  gap: 5rem;
}
@media screen and (max-width: 500px) {
  .art-ummo-savings .sec-transforme-savings .grid {
    flex-direction: column;
  }
}
.art-ummo-savings .sec-transforme-savings .headline,
.art-ummo-savings .sec-transforme-savings .text {
  flex: 1 1 0;
  min-width: 0;
}
.art-ummo-savings .sec-transforme-savings .headline h2 {
  font-family: "Sora", sans-serif;
  font-weight: 600;
  font-size: 4rem;
  line-height: 1;
  color: #fff;
}
.art-ummo-savings .sec-transforme-savings .headline h2 .hl {
  color: #21F0A8;
}
@media screen and (max-width: 500px) {
  .art-ummo-savings .sec-transforme-savings .headline h2 {
    font-size: 2.5rem;
  }
}
.art-ummo-savings .sec-transforme-savings .text {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.art-ummo-savings .sec-transforme-savings .text p {
  padding-top: 0;
  color: #fff;
}
.art-ummo-savings .sec-transforme-savings .text p.lead {
  color: #21F0A8;
  font-weight: 700;
  padding-top: 0;
}
.art-ummo-savings .sec-transforme-savings .text a.button {
  margin-top: 0;
}
.art-ummo-savings .sec-transforme-savings .check-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.art-ummo-savings .sec-transforme-savings .check-list li {
  display: flex;
  align-items: center;
  gap: 1rem;
  color: #fff;
}
.art-ummo-savings .sec-transforme-savings .check-list .ico {
  width: 1rem;
  height: 1rem;
}
.art-ummo-savings .sec-transforme-savings a.button {
  align-self: flex-start;
}

.art-ummo-agent .grid.stack {
  flex-direction: column;
  align-items: center;
}
.art-ummo-agent section {
  padding: 7rem 0;
}
@media screen and (max-width: 500px) {
  .art-ummo-agent section {
    padding: 3.5rem 0;
  }
}
.art-ummo-agent .ico {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 3rem;
  flex-shrink: 0;
}
.art-ummo-agent .ico img {
  width: 100%;
  max-width: 100%;
  max-height: 100%;
}
.art-ummo-agent .sec-hero-agent {
  position: relative;
  background-color: #1F2123;
  padding: 8.5rem 0 5rem 0;
  overflow: hidden;
}
@media screen and (max-width: 500px) {
  .art-ummo-agent .sec-hero-agent {
    padding: 7rem 0 3rem 0;
  }
}
.art-ummo-agent .sec-hero-agent .glow {
  position: absolute;
  width: 50vw;
  height: 50vw;
  left: 50%;
  top: 100%;
  transform: translate(-50%, 0);
  background: #21F0A8;
  opacity: 0.35;
  filter: blur(140px);
  pointer-events: none;
}
.art-ummo-agent .sec-hero-agent .grid {
  position: relative;
  z-index: 2;
  align-items: center;
  gap: 3rem;
}
@media screen and (max-width: 500px) {
  .art-ummo-agent .sec-hero-agent .grid {
    flex-direction: column;
  }
}
.art-ummo-agent .sec-hero-agent .hero-media {
  position: relative;
  flex: 1 1 24rem;
  max-width: 45%;
}
@media screen and (max-width: 500px) {
  .art-ummo-agent .sec-hero-agent .hero-media {
    max-width: 100%;
  }
}
.art-ummo-agent .sec-hero-agent .hero-media .photo img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
}
.art-ummo-agent .sec-hero-agent .hero-copy {
  flex: 1 1 24rem;
  max-width: 50%;
}
@media screen and (max-width: 500px) {
  .art-ummo-agent .sec-hero-agent .hero-copy {
    max-width: 100%;
    padding: 3rem 2rem;
  }
}
.art-ummo-agent .sec-hero-agent .hero-copy h1 {
  font-family: "Sora", sans-serif;
  font-size: 2.625rem;
  color: #fff;
  line-height: 1.2;
  font-style: normal;
  font-weight: 600;
}
@media screen and (max-width: 500px) {
  .art-ummo-agent .sec-hero-agent .hero-copy h1 {
    font-size: 2rem;
  }
}
.art-ummo-agent .sec-hero-agent .hero-copy h1 .hl {
  color: #21F0A8;
}
.art-ummo-agent .sec-hero-agent .hero-copy p {
  color: #fff;
}
.art-ummo-agent .sec-hero-agent .hero-copy a.button {
  margin-top: 2rem;
}
.art-ummo-agent .sec-intro-agent {
  padding: 0;
}
.art-ummo-agent .sec-intro-agent .panel {
  background-color: #18191b;
  padding: 7rem 0;
}
@media screen and (max-width: 500px) {
  .art-ummo-agent .sec-intro-agent .panel {
    padding: 3.5rem 0;
  }
}
.art-ummo-agent .sec-intro-agent .panel .grid {
  align-items: flex-start;
  gap: 5rem;
}
@media screen and (max-width: 500px) {
  .art-ummo-agent .sec-intro-agent .panel .grid {
    flex-direction: column;
    gap: 2rem;
  }
}
.art-ummo-agent .sec-intro-agent .panel .copy,
.art-ummo-agent .sec-intro-agent .panel .text {
  flex: 1 1 0;
  min-width: 0;
}
.art-ummo-agent .sec-intro-agent .panel .copy h2 {
  font-family: "Sora", sans-serif;
  font-size: 2.625rem;
  color: #fff;
  line-height: 1.2;
  font-style: normal;
  font-weight: 600;
}
@media screen and (max-width: 500px) {
  .art-ummo-agent .sec-intro-agent .panel .copy h2 {
    font-size: 2rem;
  }
}
.art-ummo-agent .sec-intro-agent .panel .text p {
  color: #fff;
}
.art-ummo-agent .sec-intro-agent .panel .text p:first-child {
  padding-top: 0;
}
.art-ummo-agent .sec-intro-agent .showcase {
  display: none;
  position: relative;
  overflow: hidden;
  font-size: 0;
  padding: 6rem 2rem 0 2rem;
  margin: 0 auto;
  text-align: center;
  background: url(../img/ummo-savings/dashboard-bg.webp);
}
.art-ummo-agent .sec-intro-agent .showcase .placeholder {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
  color: rgba(255, 255, 255, 0.5);
  background: #000;
  min-height: 60vh;
  justify-content: center;
}
.art-ummo-agent .sec-intro-agent .showcase .placeholder .ico {
  width: 3.5rem;
  height: 3.5rem;
  color: rgba(255, 255, 255, 0.35);
}
.art-ummo-agent .sec-intro-agent .showcase .placeholder .label {
  font-family: "Inter", sans-serif;
  font-size: 0.9375rem;
}
.art-ummo-agent .sec-capacidades-agent {
  background-color: #fff;
}
.art-ummo-agent .sec-capacidades-agent .grid {
  align-items: center;
  gap: 5rem;
}
.art-ummo-agent .sec-capacidades-agent .list {
  flex: 1 1 0;
  min-width: 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 4.5rem 1.5rem;
}
@media screen and (max-width: 500px) {
  .art-ummo-agent .sec-capacidades-agent .list {
    grid-template-columns: 1fr;
  }
}
.art-ummo-agent .sec-capacidades-agent .item {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.art-ummo-agent .sec-capacidades-agent .item .ico {
  width: 52px;
  height: 52px;
  background-color: #21F0A8;
  padding: 12px;
}
.art-ummo-agent .sec-capacidades-agent .item h3 {
  font-family: "Sora", sans-serif;
  font-weight: 500;
  font-size: 1.1375rem;
  color: #3A3A3A;
}
.art-ummo-agent .sec-capacidades-agent .item p {
  color: #5E5E5E;
  padding-top: 0;
}
.art-ummo-agent .sec-capacidades-agent .media {
  flex: 1 1 0;
  min-width: 0;
}
.art-ummo-agent .sec-capacidades-agent .media img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
}
@media screen and (max-width: 500px) {
  .art-ummo-agent .sec-capacidades-agent .media {
    display: none;
  }
}
.art-ummo-agent .sec-recursos-agent {
  background-color: #f5f5f5;
}
.art-ummo-agent .sec-recursos-agent .grid {
  flex-direction: column;
  gap: 4rem;
}
@media screen and (max-width: 500px) {
  .art-ummo-agent .sec-recursos-agent .grid {
    flex-direction: column;
    gap: 2.5rem;
  }
}
.art-ummo-agent .sec-recursos-agent h2 {
  font-family: "Sora", sans-serif;
  font-weight: 400;
  font-size: 2.25rem;
  line-height: 1.2;
  color: #3A3A3A;
}
.art-ummo-agent .sec-recursos-agent h2 strong {
  font-weight: 700;
}
.art-ummo-agent .sec-recursos-agent .cols {
  flex: 1 1 0;
  min-width: 0;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2rem;
}
@media screen and (max-width: 500px) {
  .art-ummo-agent .sec-recursos-agent .cols {
    grid-template-columns: 1fr 1fr;
  }
}
.art-ummo-agent .sec-recursos-agent .col {
  display: flex;
  gap: 2rem;
  align-items: flex-start;
  flex-direction: column;
}
@media screen and (max-width: 500px) {
  .art-ummo-agent .sec-recursos-agent .col {
    padding: 1rem 0;
  }
}
.art-ummo-agent .sec-recursos-agent .col .ico {
  width: 52px;
  height: 52px;
  background-color: #3A3A3A;
  padding: 12px;
}
.art-ummo-agent .sec-recursos-agent .col h3 {
  font-family: "Sora", sans-serif;
  font-weight: 500;
  font-size: 1.1375rem;
  color: #3A3A3A;
}
.art-ummo-agent .sec-recursos-agent .col p {
  color: #5E5E5E;
  padding-top: 1rem;
}
.art-ummo-agent .sec-beneficios-agent {
  background-color: #f5f5f5;
}
.art-ummo-agent .sec-beneficios-agent .section-title {
  max-width: 48rem;
  margin: 0 auto;
  text-align: center;
}
.art-ummo-agent .sec-beneficios-agent .section-title h2 {
  font-family: "Sora", sans-serif;
  font-size: 2.625rem;
  color: #3A3A3A;
  line-height: 1.2;
  font-style: normal;
  font-weight: 600;
  margin-top: 1rem;
}
@media screen and (max-width: 500px) {
  .art-ummo-agent .sec-beneficios-agent .section-title h2 {
    font-size: 2rem;
  }
}
.art-ummo-agent .sec-beneficios-agent .section-title h2 .light {
  font-weight: 400;
  display: block;
}
.art-ummo-agent .sec-beneficios-agent .cards-grid {
  display: flex;
  gap: 2rem;
  margin-top: 5rem;
  width: 100%;
  align-items: stretch;
}
@media screen and (max-width: 500px) {
  .art-ummo-agent .sec-beneficios-agent .cards-grid {
    flex-direction: column;
  }
}
.art-ummo-agent .sec-beneficios-agent .card-lg {
  flex: 1 1 0;
  min-width: 0;
  background-color: #fff;
  display: flex;
  flex-direction: column;
}
.art-ummo-agent .sec-beneficios-agent .card-lg .card-content {
  flex: 1 0 0;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  justify-content: center;
  padding: 3rem;
}
.art-ummo-agent .sec-beneficios-agent .card-lg .card-content h3 {
  font-family: "Sora", sans-serif;
  font-size: 2.25rem;
  color: #3A3A3A;
  line-height: 1.2;
  font-style: normal;
  font-weight: 600;
}
@media screen and (max-width: 500px) {
  .art-ummo-agent .sec-beneficios-agent .card-lg .card-content h3 {
    font-size: 1.75rem;
  }
}
.art-ummo-agent .sec-beneficios-agent .card-lg .card-content p {
  color: #3A3A3A;
  padding-top: 0;
}
.art-ummo-agent .sec-beneficios-agent .card-lg .card-image {
  height: 22.5rem;
}
.art-ummo-agent .sec-beneficios-agent .card-lg .card-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.art-ummo-agent .sec-beneficios-agent .cards-side {
  flex: 1 1 0;
  min-width: 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, 1fr);
  gap: 2rem;
}
@media screen and (max-width: 500px) {
  .art-ummo-agent .sec-beneficios-agent .cards-side {
    grid-template-columns: 1fr;
  }
}
.art-ummo-agent .sec-beneficios-agent .cards-side .card {
  background-color: #fff;
  padding: 4rem 1.5rem;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 1.375rem;
}
.art-ummo-agent .sec-beneficios-agent .cards-side .card h3 {
  font-family: "Inter", sans-serif;
  font-size: 1.125rem;
  color: #3A3A3A;
  line-height: 1.4;
  font-weight: 600;
}
.art-ummo-agent .sec-beneficios-agent .cards-side .card p {
  color: #3A3A3A;
  padding-top: 0;
}
.art-ummo-agent .sec-aplicacoes-agent {
  background-color: #fff;
}
.art-ummo-agent .sec-aplicacoes-agent .section-title {
  max-width: 48rem;
  margin: 0 auto;
  text-align: center;
}
.art-ummo-agent .sec-aplicacoes-agent .section-title h2 {
  font-family: "Sora", sans-serif;
  font-size: 2.625rem;
  color: #3A3A3A;
  line-height: 1.2;
  font-style: normal;
  font-weight: 400;
}
@media screen and (max-width: 500px) {
  .art-ummo-agent .sec-aplicacoes-agent .section-title h2 {
    font-size: 2rem;
  }
}
.art-ummo-agent .sec-aplicacoes-agent .section-title h2 strong {
  font-weight: 600;
  display: block;
}
.art-ummo-agent .sec-aplicacoes-agent .section-title p {
  color: #5E5E5E;
}
.art-ummo-agent .sec-aplicacoes-agent .content {
  display: flex;
  align-items: center;
  gap: 3rem;
  margin-top: 5rem;
  width: 100%;
}
@media screen and (max-width: 500px) {
  .art-ummo-agent .sec-aplicacoes-agent .content {
    flex-direction: column;
  }
}
.art-ummo-agent .sec-aplicacoes-agent .col {
  flex: 1 1 0;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 3.5rem;
  text-align: center;
}
@media screen and (max-width: 500px) {
  .art-ummo-agent .sec-aplicacoes-agent .col {
    gap: 2rem;
  }
}
.art-ummo-agent .sec-aplicacoes-agent .item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
  padding: 2rem;
}
.art-ummo-agent .sec-aplicacoes-agent .item .ico {
  width: 52px;
  height: 52px;
  background-color: #3A3A3A;
  padding: 12px;
}
.art-ummo-agent .sec-aplicacoes-agent .item h3 {
  font-family: "Sora", sans-serif;
  font-size: 1.4375rem;
  font-weight: 400;
  color: #3A3A3A;
}
.art-ummo-agent .sec-aplicacoes-agent .item p {
  color: #5E5E5E;
  padding-top: 0;
}
.art-ummo-agent .sec-aplicacoes-agent .media {
  flex: 0 0 auto;
  width: 34.5833rem;
  max-width: 100%;
  min-height: 600px;
}
.art-ummo-agent .sec-aplicacoes-agent .media img {
  display: block;
  width: 100%;
  min-height: 600px;
  object-fit: cover;
}
@media screen and (max-width: 500px) {
  .art-ummo-agent .sec-aplicacoes-agent .media {
    width: 100%;
    order: -1;
  }
}
.art-ummo-agent .sec-aplicacoes-agent .closing-note {
  text-align: center;
  padding-top: 3rem;
}
.art-ummo-agent .sec-aplicacoes-agent .closing-note span {
  display: inline-block;
  background-color: #1F2123;
  color: #21F0A8;
  font-weight: 600;
  padding: 0.5rem 1rem;
}
.art-ummo-agent .sec-alem-agent {
  background-color: #1F2123;
}
.art-ummo-agent .sec-alem-agent .grid {
  align-items: flex-start;
  gap: 5rem;
}
@media screen and (max-width: 500px) {
  .art-ummo-agent .sec-alem-agent .grid {
    flex-direction: column;
    gap: 2rem;
  }
}
.art-ummo-agent .sec-alem-agent .headline,
.art-ummo-agent .sec-alem-agent .text {
  flex: 1 1 0;
  min-width: 0;
}
.art-ummo-agent .sec-alem-agent .headline h2 {
  font-family: "Sora", sans-serif;
  font-size: 3rem;
  color: #fff;
  line-height: 1.2;
  font-style: normal;
  font-weight: 600;
}
@media screen and (max-width: 500px) {
  .art-ummo-agent .sec-alem-agent .headline h2 {
    font-size: 2.25rem;
  }
}
.art-ummo-agent .sec-alem-agent .text {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.art-ummo-agent .sec-alem-agent .text p {
  padding-top: 0;
  color: #fff;
}
.art-ummo-agent .sec-alem-agent .text p.lead {
  color: #21F0A8;
  font-weight: 700;
  padding-top: 0;
}
.art-ummo-agent .sec-alem-agent .text a.button {
  margin-top: 0;
}
.art-ummo-agent .sec-alem-agent .check-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.art-ummo-agent .sec-alem-agent .check-list li {
  display: flex;
  align-items: center;
  gap: 1rem;
  color: #fff;
}
.art-ummo-agent .sec-alem-agent .check-list .ico {
  width: 1rem;
  height: 1rem;
}
.art-ummo-agent .sec-alem-agent a.button {
  align-self: flex-start;
}

.art-contato .sec-banner-contato {
  position: relative;
  height: 19.75rem;
  overflow: hidden;
  background-color: #1F2123;
}
@media screen and (max-width: 500px) {
  .art-contato .sec-banner-contato {
    height: 5rem;
  }
}
.art-contato .sec-banner-contato .bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.art-contato .sec-banner-contato:after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.15) 0%, rgba(0, 0, 0, 0.55) 100%);
}
.art-contato .sec-form-contato {
  position: relative;
  background-color: #1F2123;
  padding: 5rem 0 7rem 0;
  scroll-margin-top: var(--header-h, 5rem);
}
@media screen and (max-width: 500px) {
  .art-contato .sec-form-contato {
    padding: 2.5rem 0 3.5rem 0;
  }
}
.art-contato .sec-form-contato .grid {
  flex-direction: column;
  gap: 3rem;
}
.art-contato .sec-form-contato .section-title {
  max-width: 48rem;
}
.art-contato .sec-form-contato .section-title h1 {
  font-family: "Sora", sans-serif;
  font-size: 2.625rem;
  color: #21F0A8;
  line-height: 1.2;
  font-style: normal;
  font-weight: 600;
}
@media screen and (max-width: 500px) {
  .art-contato .sec-form-contato .section-title h1 {
    font-size: 2rem;
  }
}
.art-contato .sec-form-contato .section-title p {
  color: #fff;
}
.art-contato .sec-form-contato .content {
  display: flex;
  gap: 5rem;
  width: 100%;
  align-items: flex-start;
}
@media screen and (max-width: 500px) {
  .art-contato .sec-form-contato .content {
    flex-direction: column;
    gap: 2.5rem;
  }
}
.art-contato .sec-form-contato .form {
  flex: 1 1 38.5rem;
  max-width: 38.5rem;
}
@media screen and (max-width: 500px) {
  .art-contato .sec-form-contato .form {
    max-width: 100%;
  }
}
.art-contato .sec-form-contato .form button.button {
  align-self: flex-start;
  margin-top: 0.5rem;
}
.art-contato .sec-obrigado {
  background-color: #1F2123;
  padding: 7rem 0;
  text-align: center;
}
@media screen and (max-width: 500px) {
  .art-contato .sec-obrigado {
    padding: 3.5rem 0;
  }
}
.art-contato .sec-obrigado .grid {
  justify-content: center;
}
.art-contato .sec-obrigado .content {
  max-width: 40rem;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.5rem;
}
.art-contato .sec-obrigado .content .ico {
  display: inline-flex;
  width: 3.5rem;
  height: 3.5rem;
  color: #21F0A8;
}
.art-contato .sec-obrigado .content .ico svg {
  width: 100%;
  height: 100%;
}
.art-contato .sec-obrigado .content h1 {
  font-family: "Sora", sans-serif;
  font-size: 2.625rem;
  color: #fff;
  line-height: 1.2;
  font-style: normal;
  font-weight: 600;
}
@media screen and (max-width: 500px) {
  .art-contato .sec-obrigado .content h1 {
    font-size: 2rem;
  }
}
.art-contato .sec-obrigado .content h1 .hl {
  color: #21F0A8;
}
.art-contato .sec-obrigado .content p {
  color: #fff;
}
.art-contato .sec-obrigado .content .info {
  display: flex;
  gap: 0.5rem 2rem;
  flex-wrap: wrap;
  justify-content: center;
  padding-top: 0;
}
.art-contato .sec-obrigado .content .info a {
  color: #fff;
  text-decoration: underline;
  font-family: "Inter", sans-serif;
}
.art-contato .sec-obrigado .content a.button {
  margin-top: 1rem;
}

.art-legal .sec-banner-legal {
  background-color: #1F2123;
  padding: 8.5rem 0 3rem;
}
@media screen and (max-width: 500px) {
  .art-legal .sec-banner-legal {
    padding: 6.5rem 0 2rem;
  }
}
.art-legal .sec-banner-legal .grid {
  flex-direction: column;
}
.art-legal .sec-banner-legal h1 {
  font-family: "Sora", sans-serif;
  font-size: 2.625rem;
  color: #fff;
  line-height: 1.2;
  font-style: normal;
  font-weight: 600;
}
@media screen and (max-width: 500px) {
  .art-legal .sec-banner-legal h1 {
    font-size: 2rem;
  }
}
.art-legal .sec-banner-legal p {
  color: #C9C9C9;
  max-width: 40rem;
}
.art-legal .sec-conteudo-legal {
  padding: 4.5rem 0 7rem;
}
@media screen and (max-width: 500px) {
  .art-legal .sec-conteudo-legal {
    padding: 2.5rem 0 3.5rem;
  }
}
.art-legal .sec-conteudo-legal .grid {
  flex-direction: column;
}
.art-legal .sec-conteudo-legal .prose {
  max-width: 48rem;
  margin: 0 auto;
  width: 100%;
}
.art-legal .sec-conteudo-legal .prose .updated {
  font-family: "Inter", sans-serif;
  font-size: 1.125rem;
  color: #5E5E5E;
  line-height: 1.4;
  padding-top: 0;
  margin-bottom: 1rem;
}
.art-legal .sec-conteudo-legal .prose h2 {
  font-family: "Sora", sans-serif;
  font-size: 1.5rem;
  color: #1F2123;
  line-height: 1.4;
  font-style: normal;
  font-weight: 700;
  margin-top: 3rem;
}
@media screen and (max-width: 500px) {
  .art-legal .sec-conteudo-legal .prose h2 {
    font-size: 1.25rem;
  }
}
.art-legal .sec-conteudo-legal .prose h2:nth-of-type(1) {
  margin-top: 0;
}
.art-legal .sec-conteudo-legal .prose h3 {
  font-family: "Sora", sans-serif;
  font-size: 1.125rem;
  color: #1F2123;
  font-weight: 700;
  margin-top: 2rem;
  padding-top: 1.5rem;
}
.art-legal .sec-conteudo-legal .prose ul {
  padding-top: 0.5rem;
  padding-left: 1.25rem;
}
.art-legal .sec-conteudo-legal .prose ul li {
  color: #5E5E5E;
  font-family: "Inter", sans-serif;
  line-height: 1.7;
  padding-bottom: 0.5rem;
}
.art-legal .sec-conteudo-legal .prose a {
  color: #1F2123;
  text-decoration: underline;
}
.art-legal .sec-conteudo-legal .prose strong {
  color: #1F2123;
}

p {
  font-family: "Inter", sans-serif;
  font-size: 1rem;
  line-height: 1.7;
  padding-top: 2rem;
  color: #5E5E5E;
}

.font-padrao {
  font-family: "Inter", sans-serif;
}

.tc {
  text-align: center;
}

.uc,
.uC {
  text-transform: uppercase;
}

.fontXLarge {
  font-family: "Sora", sans-serif;
  font-size: 3rem;
  color: #1F2123;
  line-height: 1.2;
  font-style: normal;
}
@media screen and (max-width: 500px) {
  .fontXLarge {
    font-size: 2.25rem;
  }
}

.fontLarge {
  font-family: "Sora", sans-serif;
  font-size: 2.625rem;
  color: #1F2123;
  line-height: 1.2;
  font-style: normal;
}
@media screen and (max-width: 500px) {
  .fontLarge {
    font-size: 2rem;
  }
}

.fontXMedium {
  font-family: "Sora", sans-serif;
  font-size: 2.25rem;
  color: #1F2123;
  line-height: 1.2;
  font-style: normal;
}
@media screen and (max-width: 500px) {
  .fontXMedium {
    font-size: 1.75rem;
  }
}

.fontMedium {
  font-family: "Sora", sans-serif;
  font-size: 1.5rem;
  color: #1F2123;
  line-height: 1.4;
  font-style: normal;
  font-weight: 700;
}
@media screen and (max-width: 500px) {
  .fontMedium {
    font-size: 1.25rem;
  }
}

.fontXSmall {
  font-family: "Sora", sans-serif;
  font-size: 1.4375rem;
  color: #5E5E5E;
  line-height: 1.4;
  font-weight: 400;
}
@media screen and (max-width: 500px) {
  .fontXSmall {
    font-size: 1.25rem;
  }
}

.fontSmall {
  font-family: "Inter", sans-serif;
  font-size: 1.125rem;
  color: #5E5E5E;
  line-height: 1.4;
}

.fontDest {
  color: #21F0A8;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  padding-top: 0;
}

.fontDest {
  font-size: 1.5rem;
  text-transform: uppercase;
}

.strong {
  font-weight: bold;
}

.sec-footer {
  background-color: #1F2123;
  padding: 5rem 0;
}
.sec-footer .footer-top {
  align-items: flex-start;
  gap: 5rem;
}
@media screen and (max-width: 500px) {
  .sec-footer .footer-top {
    flex-direction: column;
    gap: 2.5rem;
  }
}
.sec-footer .col.newsletter {
  flex: 1 0 0;
  min-width: 0;
}
.sec-footer .col.contacts {
  display: flex;
  gap: 1.5rem;
  flex-wrap: wrap;
}
@media screen and (max-width: 500px) {
  .sec-footer .col.contacts {
    flex-direction: column;
  }
}
.sec-footer .footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  list-style: none;
}
.sec-footer .footer-links a {
  color: #fff;
  font-family: "Inter", sans-serif;
  font-size: 0.875rem;
  font-weight: 600;
}
.sec-footer .footer-links a:hover {
  text-decoration: underline;
}
.sec-footer .newsletter-box {
  margin-top: 3.3rem;
  max-width: 22rem;
}
.sec-footer .newsletter-box .tt {
  display: block;
  color: #fff;
  font-family: "Sora", sans-serif;
  font-size: 1rem;
}
.sec-footer .newsletter-form {
  display: flex;
  gap: 0.5rem;
  margin-top: 0.75rem;
}
.sec-footer .newsletter-form input[type=email] {
  flex: 1 0 0;
  min-width: 0;
  border: 1px solid rgba(255, 255, 255, 0.3);
  background: transparent;
  padding: 0.75rem;
  color: #fff;
  font-family: "Inter", sans-serif;
  font-size: 1rem;
}
.sec-footer .newsletter-form input[type=email]::placeholder {
  color: rgba(255, 255, 255, 0.6);
}
.sec-footer .newsletter-form button {
  flex-shrink: 0;
  width: 3rem;
  height: 3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  cursor: pointer;
  background-color: #21F0A8;
  transition: 0.3s ease-in-out;
}
.sec-footer .newsletter-form button svg {
  width: 1.75rem;
  height: 1.75rem;
}
.sec-footer .newsletter-form button:hover {
  background-color: rgb(14.6962025316, 217.5037974684, 146.9620253165);
}
.sec-footer .newsletter-form button:disabled {
  opacity: 0.7;
  cursor: progress;
}
.sec-footer .newsletter-message {
  margin-top: 0.75rem;
  padding-top: 0;
  font-family: "Inter", sans-serif;
  font-size: 0.8125rem;
  color: #9affc0;
}
.sec-footer .newsletter-message.is-error {
  color: #ff9a9a;
}
.sec-footer .fine-print {
  margin-top: 0.75rem;
  padding-top: 0;
  font-size: 0.75rem;
  line-height: 1.5;
  color: #C9C9C9;
}
.sec-footer .fine-print a {
  color: #C9C9C9;
  text-decoration: underline;
}
.sec-footer .contact-item {
  width: 17.5rem;
  max-width: 100%;
}
.sec-footer .contact-item .ico {
  display: inline-flex;
}
.sec-footer .contact-item .ico svg {
  width: 2rem;
  height: 2rem;
}
.sec-footer .contact-item .tt {
  display: block;
  margin-top: 1rem;
  color: #fff;
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 1.125rem;
}
.sec-footer .contact-item p {
  padding-top: 0.5rem;
  font-size: 1rem;
  color: #C9C9C9;
}
.sec-footer .contact-item a:not(.link-arrow) {
  display: block;
  padding-top: 0.5rem;
  font-size: 1rem;
  color: #C9C9C9;
  text-decoration: underline;
}
.sec-footer .contact-item .link-arrow {
  margin-top: 1rem;
  color: #C9C9C9;
}
.sec-footer .contact-item .link-arrow svg {
  color: #C9C9C9;
}
.sec-footer .footer-mark {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-top: 5rem;
  overflow: hidden;
}
.sec-footer .footer-mark img {
  width: 100%;
  height: auto;
}
.sec-footer .footer-bottom {
  margin-top: 4rem;
  padding-top: 2rem;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  align-items: center;
  gap: 1rem;
}
@media screen and (max-width: 500px) {
  .sec-footer .footer-bottom {
    flex-direction: column;
    text-align: center;
  }
}
.sec-footer .footer-legal {
  display: flex;
  gap: 1.5rem;
  flex-wrap: wrap;
  list-style: none;
}
@media screen and (max-width: 500px) {
  .sec-footer .footer-legal {
    justify-content: center;
  }
}
.sec-footer .footer-legal a {
  color: #C9C9C9;
  font-family: "Inter", sans-serif;
  font-size: 0.875rem;
  text-decoration: underline;
}
.sec-footer .copy {
  font-family: "Inter", sans-serif;
  font-size: 0.875rem;
  color: #C9C9C9;
}

/*# sourceMappingURL=style.css.map */
