.hide--mobile {
  display: none;
}
@media (min-width: 1024px) {
  .hide--mobile {
    display: initial !important;
  }
}

@media (min-width: 1024px) {
  .hide--desktop {
    display: none !important;
  }
}

html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  margin: 0;
  padding: 0;
  color: #111;
  font-family: "PV Sans";
  font-size: 1rem;
  line-height: 1.5;
  background-color: #FAFAFA;
  width: 100%;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

article,
aside,
details,
figure,
footer,
header,
nav,
picture,
section,
summary {
  display: block;
}

video,
img,
svg {
  display: block;
  max-width: 100%;
  height: auto;
}

fieldset,
img {
  border: none;
}

html,
figure,
blockquote {
  padding: 0;
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin-top: 0;
  margin-bottom: 0;
}

a {
  color: currentColor;
}

ul,
ol,
li {
  margin: 0;
  padding: 0;
  list-style: none;
}

button,
input,
select,
textarea {
  color: inherit;
  font: inherit;
  line-height: inherit;
}

button,
[role=button] {
  cursor: pointer;
}

@font-face {
  font-family: "Prodigiosa Condensed";
  src: url("../fonts/prodigiosa-condensedbold.woff2") format("woff2"), url("../fonts/prodigiosa-condensedbold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "PV Sans";
  src: url("../fonts/PV-Sans-Thin.woff2") format("woff2"), url("../fonts/PV-Sans-Thin.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "PV Sans";
  src: url("../fonts/PV-Sans-Light.woff2") format("woff2"), url("../fonts/PV-Sans-Light.woff") format("woff");
  font-weight: 350;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "PV Sans";
  src: url("../fonts/PV-Sans-Normal.woff2") format("woff2"), url("../fonts/PV-Sans-Normal.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "PV Sans";
  src: url("../fonts/PV-Sans-Medium.woff2") format("woff2"), url("../fonts/PV-Sans-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "PV Sans";
  src: url("../fonts/PV-Sans-Bold.woff2") format("woff2"), url("../fonts/PV-Sans-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
.skip-link {
  position: absolute;
  top: -40px;
  left: 0;
  background: #000;
  color: #fff;
  padding: 8px 16px;
  z-index: 100;
  text-decoration: none;
  font-weight: bold;
  font-size: 1rem;
  transition: top 0.3s ease;
}

.skip-link:focus {
  top: 0;
  outline: 2px solid #fff;
}

:focus {
  outline: 2px solid #0FF2A0;
  outline-offset: 2px;
}

:focus:not(:focus-visible) {
  outline: none;
}

@media (prefers-reduced-motion: no-preference) {
  html {
    scroll-behavior: smooth;
  }
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
.header {
  background-color: #172D20;
  padding-top: 80px;
  padding-bottom: 80px;
}
@media (min-width: 1024px) {
  .header {
    padding-top: 170px;
    padding-bottom: 143px;
  }
}
.header__title {
  color: #FAFAFA;
  text-align: center;
  font-family: "Prodigiosa Condensed";
  font-size: 200px;
  font-style: normal;
  font-weight: 700;
  line-height: 1;
  letter-spacing: -2px;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  overflow: hidden;
}
@media (min-width: 1024px) {
  .header__title {
    font-size: 400px;
    letter-spacing: -4px;
  }
}
.header__title strong {
  color: #0FF2A0;
}
.header__title span {
  text-transform: uppercase;
  will-change: transform;
  transform: translateX(0);
  white-space: nowrap;
  animation: marquee 24s linear infinite;
}
.header .u-container {
  padding-left: 0;
  padding-right: 0;
}

@keyframes marquee {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
.u-container {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  max-width: 1240px;
}
.u-container--sm {
  max-width: 576px;
}
.u-container--md {
  max-width: 768px;
}
.u-container--lg {
  max-width: 1024px;
}
.u-container--fluid {
  max-width: 100%;
}

.button {
  color: #0FF2A0;
}

.article {
  background-color: #172D20;
}
.article .u-container {
  padding-top: 80px;
  padding-bottom: 80px;
}
@media (min-width: 1024px) {
  .article .u-container {
    display: flex;
    padding-top: 92px;
    padding-bottom: 91px;
  }
}
.article__header {
  width: 100%;
}
@media (min-width: 1024px) {
  .article__header {
    max-width: 725px;
  }
}
.article__image {
  max-width: 74px;
  margin-bottom: 13px;
}
@media (min-width: 1024px) {
  .article__image {
    max-width: 144px;
  }
}
.article__title {
  color: #FAFAFA;
  font-size: 30px;
  line-height: 1.17;
  text-align: left;
  font-style: normal;
  font-weight: 450;
  margin-bottom: 25px;
}
@media (min-width: 1024px) {
  .article__title {
    font-size: 35px;
    margin-bottom: 26px;
  }
}
.article__title strong {
  font-size: 80px;
  line-height: 1.17;
  font-style: normal;
  font-weight: 250;
  display: block;
  margin-bottom: 2px;
}
@media (min-width: 1024px) {
  .article__title strong {
    font-size: 170px;
  }
}
.article__source {
  color: #FAFAFA;
  font-size: 14px;
  line-height: 1.25;
  font-style: normal;
  font-weight: 350;
  text-align: left;
  margin-bottom: 25px;
}
@media (min-width: 1024px) {
  .article__source {
    font-size: 16px;
    margin-bottom: 0;
  }
}
.article__description {
  width: 100%;
}
@media (min-width: 1024px) {
  .article__description {
    max-width: 385px;
    margin-top: auto;
    margin-left: auto;
    margin-bottom: 16px;
  }
}
.article__description p {
  color: #FAFAFA;
  font-size: 18px;
  line-height: 1.3;
  font-style: normal;
  font-weight: 350;
  text-align: left;
  margin-bottom: 34px;
}
@media (min-width: 1024px) {
  .article__description p {
    font-size: 20px;
  }
}
.article__description p:last-child {
  margin-bottom: 0;
}

.chat {
  background-color: #E8E8E8;
}
.chat .u-container {
  padding-top: 0px;
  padding-bottom: 80px;
}
@media (min-width: 1024px) {
  .chat .u-container {
    padding-bottom: 140px;
  }
}
.chat__content {
  border-radius: 20px;
  border: 0.5px solid #000;
  background: #FAFAFA;
  margin-bottom: 20px;
  padding: 20px 0;
}
.chat__inner {
  display: flex;
  flex-direction: column;
  padding: 0 20px;
  max-height: calc(100vh - 162px);
  overflow-y: auto;
}
@media (min-width: 1024px) {
  .chat__inner {
    max-height: 698px;
    padding: 20px 28px;
  }
}
.chat__message {
  display: flex;
  flex-direction: column;
  /* align-items: center; */
  justify-content: flex-start;
  padding: 8px 16px;
  border-radius: 20px;
  margin-bottom: 25px;
  max-width: 573px;
  color: #000;
  font-size: 18px;
  line-height: 1.3;
  font-style: normal;
  font-weight: 350;
  text-align: left;
}
@media (min-width: 1024px) {
  .chat__message {
    border-radius: 30px;
    padding: 13px 32px;
    font-size: 20px;
    margin-bottom: 50px;
  }
}
.chat__message:last-child {
  margin-bottom: 0;
}
.chat__message-a {
  margin-left: auto;
  background-color: #D9D9D9;
}
.chat__message-b {
  margin-right: auto;
  background-color: #0FF2A0;
}
.chat__form {
  display: flex;
}
.chat__input {
  height: 62px;
  border-radius: 20px;
  border: 0.5px solid #111;
  background: #FAFAFA;
  width: calc(100% - 130px);
  margin-right: auto;
  padding: 8px 16px;
  color: #000;
  font-size: 18px;
  line-height: 1.3;
  font-style: normal;
  font-weight: 350;
  text-align: left;
}
@media (min-width: 1024px) {
  .chat__input {
    border-radius: 20px;
    padding: 16px 27px;
    font-size: 20px;
  }
}
.chat__button {
  width: 120px;
  min-width: 120px;
  height: 62px;
  border-radius: 20px;
  background-color: #172D20;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FAFAFA;
  text-align: center;
  font-size: 18px;
  line-height: 1.22;
  letter-spacing: 0.28px;
  font-style: normal;
  font-weight: 400;
}

.closure {
  background-image: url("../images/bg-closure.webp");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  position: relative;
}
.closure .u-container {
  padding-top: 80px;
  padding-bottom: 80px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
}
@media (min-width: 1024px) {
  .closure .u-container {
    padding-top: 168px;
    padding-bottom: 168px;
  }
}
.closure__title {
  width: 100%;
  max-width: 799px;
  color: #FAFAFA;
  font-size: 30px;
  line-height: 1.17;
  text-align: center;
  text-wrap: balance;
  font-style: normal;
  font-weight: 500;
  margin-bottom: 0;
  position: relative;
  z-index: 2;
}
@media (min-width: 1024px) {
  .closure__title {
    font-size: 35px;
  }
}
.closure__description {
  width: 100%;
  max-width: 799px;
  color: #FAFAFA;
  font-size: 18px;
  line-height: 1.3;
  font-style: normal;
  font-weight: 350;
  text-align: center;
  margin-bottom: 25px;
  position: relative;
  z-index: 2;
}
@media (min-width: 1024px) {
  .closure__description {
    font-size: 20px;
    margin-bottom: 33px;
  }
}
.closure__description:last-child {
  margin-bottom: 0;
}

.enviroment {
  background-color: #172D20;
}
.enviroment .u-container {
  padding-top: 80px;
  padding-bottom: 80px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
}
@media (min-width: 1024px) {
  .enviroment .u-container {
    padding-top: 132px;
    padding-bottom: 166px;
  }
}
.enviroment__title {
  width: 100%;
  max-width: 799px;
  color: #FAFAFA;
  font-size: 30px;
  line-height: 1.17;
  text-align: center;
  font-style: normal;
  font-weight: 500;
  margin-bottom: 25px;
}
@media (min-width: 1024px) {
  .enviroment__title {
    font-size: 35px;
    margin-bottom: 42px;
  }
}
.enviroment__description {
  width: 100%;
  max-width: 799px;
  color: #FAFAFA;
  font-size: 18px;
  line-height: 1.3;
  font-style: normal;
  font-weight: 350;
  text-align: center;
  text-wrap: balance;
  margin-bottom: 25px;
}
@media (min-width: 1024px) {
  .enviroment__description {
    font-size: 20px;
    margin-bottom: 34px;
  }
}
.enviroment__description:last-child {
  margin-bottom: 0;
}

.faq {
  background-color: #FAFAFA;
}
.faq .u-container {
  padding-top: 80px;
  padding-bottom: 80px;
}
@media (min-width: 1024px) {
  .faq .u-container {
    padding-top: 92px;
    padding-bottom: 77px;
  }
}
.faq__title {
  width: 100%;
  max-width: 760px;
  color: #111;
  font-size: 40px;
  line-height: 1.02;
  font-style: normal;
  font-weight: 500;
  text-align: left;
  margin-bottom: 25px;
}
@media (min-width: 1024px) {
  .faq__title {
    font-size: 80px;
    margin-bottom: 83px;
  }
}
.faq__description {
  width: 100%;
  max-width: 707px;
  color: #111;
  font-size: 18px;
  line-height: 1.3;
  font-style: normal;
  font-weight: 350;
  text-align: left;
  margin-bottom: 40px;
}
@media (min-width: 1024px) {
  .faq__description {
    font-size: 20px;
    margin-bottom: 83px;
  }
}
.faq__description:last-child {
  margin-bottom: 0;
}
.faq__description strong {
  font-weight: 500;
}
@media (min-width: 1024px) {
  .faq__inner {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    position: relative;
  }
}
.faq__content {
  width: 100%;
}
@media (min-width: 1024px) {
  .faq__content {
    width: calc(100% - 300px);
    max-width: 890px;
  }
}
.faq__aside {
  width: 100%;
}
@media (min-width: 1024px) {
  .faq__aside {
    max-width: 246px;
    position: sticky;
    top: 0;
  }
}
.faq__aside-title {
  color: #111;
  font-size: 30px;
  line-height: 1.17;
  font-style: normal;
  font-weight: 450;
  text-align: left;
  margin-bottom: 25px;
}
@media (min-width: 1024px) {
  .faq__aside-title {
    font-size: 35px;
    margin-bottom: 66px;
  }
}
.faq__nav {
  margin-bottom: 40px;
}
@media (min-width: 1024px) {
  .faq__nav {
    margin-bottom: 0;
  }
}
.faq__nav-item {
  color: #111;
  font-size: 18px;
  line-height: 1.3;
  font-style: normal;
  font-weight: 350;
  text-align: left;
  margin-bottom: 25px;
}
@media (min-width: 1024px) {
  .faq__nav-item {
    font-size: 20px;
    margin-bottom: 47px;
    transition: all 0.5s;
  }
}
@media (min-width: 1024px) {
  .faq__nav-item:not(:first-child) {
    opacity: 0;
  }
}
@media (min-width: 1024px) {
  .faq__nav-item.active {
    opacity: 1;
  }
}
@media (min-width: 1024px) {
  .faq__nav-item.inactive {
    opacity: 1;
    color: #7F7F7F;
  }
}
.faq__nav-item:last-child {
  margin-bottom: 0px;
}
.faq__nav-item strong {
  font-weight: 500;
}
.faq__item {
  border-radius: 20px;
  background: #E8E8E8;
  padding: 36px 20px;
  margin-bottom: 40px;
}
@media (min-width: 1024px) {
  .faq__item {
    padding: 46px 40px;
    margin-bottom: 50px;
  }
}
.faq__number {
  color: #111;
  font-family: "Prodigiosa Condensed";
  font-size: 60px;
  line-height: 0.9;
  font-style: normal;
  font-weight: 700;
  text-align: left;
  display: block;
  margin-bottom: 25px;
}
@media (min-width: 1024px) {
  .faq__number {
    font-size: 100px;
    margin-bottom: 31px;
  }
}
.faq__text {
  width: 100%;
  max-width: 799px;
  color: #111;
  font-size: 18px;
  line-height: 1.3;
  font-style: normal;
  font-weight: 350;
  text-align: left;
  margin-bottom: 25px;
  position: relative;
  z-index: 2;
}
@media (min-width: 1024px) {
  .faq__text {
    font-size: 20px;
    margin-bottom: 35px;
  }
}
.faq__text:last-child {
  margin-bottom: 0;
}
.faq__text strong {
  font-weight: 500;
}
.faq__list {
  margin-bottom: 48px;
}
.faq__list:last-child {
  margin-bottom: 0;
}
.faq__list-item {
  width: 100%;
  max-width: 799px;
  color: #111;
  font-size: 18px;
  line-height: 1.3;
  font-style: normal;
  font-weight: 350;
  text-align: left;
  padding-left: 31px;
  position: relative;
}
@media (min-width: 1024px) {
  .faq__list-item {
    font-size: 20px;
  }
}
.faq__list-item:before {
  content: "";
  display: block;
  width: 4px;
  min-width: 4px;
  height: 4px;
  border-radius: 100%;
  background-color: #111;
  position: absolute;
  top: 12px;
  left: 14px;
}
.faq__subcontent {
  border-radius: 20px;
  background: #FAFAFA;
  padding: 26px 20px;
}
@media (min-width: 1024px) {
  .faq__subcontent {
    padding: 35px;
  }
}
.faq__subcontent .faq__list-item {
  padding-left: 40px;
  margin-bottom: 23px;
}
.faq__subcontent .faq__list-item:last-child {
  margin-bottom: 0;
}
.faq__subcontent .faq__list-item:before {
  width: 28px;
  min-width: 28px;
  height: 28px;
  background-repeat: no-repeat;
  background-color: transparent;
  background-size: 22px auto;
  background-position: center;
  top: 2px;
  left: 0;
}
@media (min-width: 1024px) {
  .faq__subcontent .faq__list-item:before {
    background-size: 28px auto;
  }
}
.faq__subcontent .faq__list-item--ok:before {
  background-image: url("../images/ico-ok.svg");
}
.faq__subcontent .faq__list-item--ko:before {
  background-image: url("../images/ico-ko.svg");
}

.info {
  background-color: #E8E8E8;
}
.info .u-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  padding-top: 80px;
  padding-bottom: 80px;
}
@media (min-width: 1024px) {
  .info .u-container {
    padding-top: 95px;
    padding-bottom: 95px;
  }
}
.info__title {
  width: 100%;
  max-width: 589px;
  color: #111;
  font-size: 30px;
  line-height: 1.17;
  text-align: left;
  font-style: normal;
  font-weight: 500;
  margin-bottom: 25px;
}
@media (min-width: 1024px) {
  .info__title {
    font-size: 35px;
    margin-bottom: 39px;
  }
}
.info__description {
  width: 100%;
  max-width: 589px;
  color: #111;
  font-size: 18px;
  line-height: 1.3;
  font-style: normal;
  font-weight: 350;
  text-align: left;
  margin-bottom: 25px;
}
@media (min-width: 1024px) {
  .info__description {
    font-size: 20px;
    margin-bottom: 37px;
  }
}
.info__description:last-child {
  margin-bottom: 0;
}

.chat__message p,
.chat__message table {
  margin-bottom: 12px;
}
/* Estilos para tablas */
.chat__message table {
    width: 100%;
    border-collapse: collapse;
}

.chat__message th,
.chat__message td {
    border: 1px solid #000;
    padding: 8px;
    text-align: left;
}

.chat__message th {
    background-color: #16de99;
}

.chat__message tr:nth-child(even) {
    background-color: #f9f9f9;
}