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

.color-white {
  color: #F5F7FB;
}

.highlight-color {
  color: #538BDB;
}

.container {
  max-width: 1440px;
  margin: 0 auto;
  padding: 96px 24px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

@media screen and (max-width: 1024px) {
  .container {
    flex-direction: column;
    padding: 32px 18px;
  }
}

.flex-start {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.flex-center {
  display: flex;
  justify-content: center;
  align-items: center;
}

.flex-space-between {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.flex-end {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.flex-row {
  flex-direction: row;
}

.flex-column {
  flex-direction: column;
}

.flex-wrap {
  flex-wrap: wrap;
}

.flex-item-1 {
  flex: 1 1 360px;
}

.flex-item-2 {
  flex: 2 1 360px;
}

.flex-item-3 {
  flex: 3 1 360px;
}

.flex-item-4 {
  flex: 4 1 360px;
}

.flex-item-5 {
  flex: 5 1 360px;
}

.flex-item-auto {
  flex: 1 1 auto;
}

.relative {
  position: relative;
}

.w-auto {
  width: auto;
}

.w-100 {
  width: 100%;
}

.w-75 {
  width: 75%;
}

.w-50 {
  width: 50%;
}

.w-25 {
  width: 25%;
}

.hidden {
  overflow: hidden;
}

/* Hero */
.hero {
  width: 100%;
  height: 95vh;
  margin-top: 112px;
}

@media screen and (max-width: 1024px) {
  .hero {
    height: -moz-fit-content;
    height: fit-content;
  }
}

.dashboard-img-container {
  position: absolute;
  right: 0;
  top: 0;
  max-width: 56%;
  max-height: 80vh;
}

@media screen and (min-width: 2560px) {
  .dashboard-img-container {
    height: 100vh;
  }
}

@media screen and (max-width: 1024px) {
  .dashboard-img-container {
    display: none;
  }
}

@media screen and (max-width: 1024px) {
  .dashboard-img-container-mobile {
    width: 100%;
  }
}

@media screen and (max-width: 540px) {
  .dashboard-img-container-mobile {
    flex: 1 1 auto;
  }
}

.dashboard-img {
  width: 100%;
  height: 100%;
}

.dashboard-img-mobile {
  display: none;
}

@media screen and (max-width: 1024px) {
  .dashboard-img-mobile {
    display: block;
    width: 100%;
    height: 100%;
  }
}

/* Services */
.services {
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  justify-content: space-between;
  align-items: flex-start;
}

@media screen and (max-width: 1024px) {
  .services {
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 0;
  }
}

@media screen and (max-width: 1024px) and (min-width: 540px) {
  .services {
    justify-content: center;
    align-items: center;
  }
}

.services-text {
  width: 50vw;
}

@media screen and (max-width: 1024px) {
  .services-text {
    width: 80%;
  }
}

@media screen and (max-width: 1024px) and (min-width: 540px) {
  .services-text {
    width: 65%;
  }
}

.div-card {
  display: flex;
  flex-direction: column;
  gap: 48px;
  padding: 32px 72px;
  transition: 0.7s ease;
}

@media screen and (max-width: 1024px) {
  .div-card {
    width: 100%;
    padding: 32px 0;
  }
}

@media screen and (max-width: 1024px) and (min-width: 540px) {
  .div-card {
    width: 65%;
    padding: 32px 0;
  }
}

/* Features */
.features {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
}

.features-highlights {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  text-align: center;
  position: relative;
}

@media screen and (max-width: 1024px) {
  .features-highlights {
    justify-content: center;
  }
}

.features-highlights::before {
  content: "";
  width: 25%;
  height: 1px;
  background-image: linear-gradient(90.5deg, #151D2A 0.7%, #345482 51.5%, #538BDB 100.6%);
  opacity: 1;
}

@media screen and (max-width: 1024px) {
  .features-highlights::before {
    display: none;
  }
}

.features-highlights::after {
  content: "";
  width: 25%;
  height: 1px;
  background-image: linear-gradient(90.5deg, #538BDB 0.7%, #345482 51.5%, #151D2A 100.6%);
  opacity: 1;
}

@media screen and (max-width: 1024px) {
  .features-highlights::after {
    display: none;
  }
}

.features-highlights:nth-child(2)::before,
.features-highlights:nth-child(2)::after {
  width: 32%;
}

.features-highlights:nth-child(3)::before,
.features-highlights:nth-child(3)::after {
  width: 20%;
}

.features-highlights:nth-child(4)::before,
.features-highlights:nth-child(4)::after {
  width: 18%;
}

.features-highlights:nth-child(5)::before,
.features-highlights:nth-child(5)::after {
  width: 24%;
}

.features-highlights:nth-child(6)::before,
.features-highlights:nth-child(6)::after {
  width: 18%;
}

@media screen and (max-width: 1440px) and (min-width: 1180px) {

  .features-highlights:nth-child(6)::before,
  .features-highlights:nth-child(6)::after {
    width: 16%;
  }
}

/* Features ERP */
.features-erp {
  width: 100%;
  height: 100vh;
}

@media screen and (min-width: 2560px) {
  .features-erp {
    height: -moz-fit-content;
    height: fit-content;
  }
}

@media screen and (max-width: 1024px) {
  .features-erp {
    height: -moz-fit-content;
    height: fit-content;
  }
}

.tags {
  display: flex;
  gap: 24px;
}

.tag {
  display: inline-block;
  padding: 8px 16px;
  border: 1px solid #538BDB;
  border-radius: 8px;
  background-color: rgba(83, 139, 219, 0.08);
  color: #538BDB;
}

@media screen and (max-width: 360px) {
  .tag {
    width: -moz-fit-content;
    width: fit-content;
  }
}

.features-erp-2 {
  margin-left: 32px;
}

@media screen and (max-width: 1024px) {
  .features-erp-2 {
    margin-left: 0;
  }
}

.fig-mobile-light {
  padding: 72px 0;
}

@media screen and (max-width: 360px) {
  .fig-mobile-light {
    padding: 0;
  }
}

/* Main Features ERP */
.main-features-erp {
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
}

/* Main Features ERP */
.grid-main-features {
  width: 100%;
  display: grid;
  gap: 24px;
  grid-template-areas: "a b c" "d e f" "g h i";
  place-content: center;
}

@media screen and (max-width: 1024px) {
  .grid-main-features {
    grid-template-areas: "a b" "d c" "e f" "g h" "i i";
  }
}

@media screen and (max-width: 540px) {
  .grid-main-features {
    grid-template-areas: "a" "b" "c" "d" "e" "f" "g" "h" "i";
  }
}

.grid-1 {
  grid-area: a;
}

.grid-2 {
  grid-area: b;
}

.grid-3 {
  grid-area: c;
}

.grid-4 {
  grid-area: d;
}

.grid-5 {
  grid-area: e;
}

.grid-6 {
  grid-area: f;
}

.grid-7 {
  grid-area: g;
}

.grid-8 {
  grid-area: h;
}

.grid-9 {
  grid-area: i;
}

.plugins {
  width: 100%;
  text-align: left;
}

.cards-plugins {
  display: flex;
  justify-content: space-between;
  gap: 32px;
}

@media screen and (max-width: 540px) {
  .cards-plugins {
    flex-direction: column;
  }
}

.grid-card-plugin-1 {
  width: 100%;
  display: grid;
  grid-template-areas: "a a a a a a" "b b b c c c" "d d d e e e";
}

.card-plugin-title {
  grid-area: a;
}

.card-plugin-grid-1 {
  grid-area: b;
}

.card-plugin-grid-2 {
  grid-area: c;
}

.card-plugin-grid-3 {
  grid-area: d;
}

.card-plugin-grid-4 {
  grid-area: e;
}

.grid-card-plugin-2 {
  width: 100%;
  display: grid;
  grid-template-areas: "a a a a a a" "b b c d e e" "f f g g h h";
}

@media screen and (max-width: 720px) {
  .grid-card-plugin-2 {
    grid-template-areas: "a a a a a a" "b b b c c c" "d d d e e e" "f f g g h h";
  }
}

.jm-master {
  border-bottom: 1px solid #ECEFF8;
  border-left: 1px solid #ECEFF8;
}

@media screen and (max-width: 540px) {
  .jm-master {
    border-left: none;
  }
}

.card-plugin-grid-5 {
  grid-area: f;
}

.card-plugin-grid-6 {
  grid-area: g;
}

.card-plugin-grid-7 {
  grid-area: h;
}

.slider-plugins {
  border-top: 1px solid #538BDB;
  border-bottom: 1px solid #538BDB;
  display: flex;
  gap: 96px;
}

@media screen and (max-width: 540px) {
  .slider-plugins {
    gap: 56px;
  }
}

.slider {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 96px;
}

@media screen and (max-width: 540px) {
  .slider {
    gap: 56px;
  }
}

.img-box {
  height: 100%;
  min-width: 150px;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media screen and (max-width: 540px) {
  .img-box {
    min-width: 100px;
  }
}

.vyos-logo {
  min-width: 96px;
}

@media screen and (max-width: 540px) {
  .vyos-logo {
    min-width: 40px;
  }
}

@media screen and (max-width: 540px) {
  .cisco-logo {
    min-width: 64px;
  }
}

.tabs-plugins-links {
  display: flex;
  gap: 64px;
}

.tab-content {
  height: 440px;
}

@media screen and (max-width: 1180px) and (min-width: 1024px) {
  .tab-content {
    height: -moz-fit-content;
    height: fit-content;
  }
}

@media screen and (max-width: 1024px) {
  .tab-content {
    height: -moz-fit-content;
    height: fit-content;
  }
}

.grid-plugins {
  display: grid;
  gap: 30px;
  width: fit-content;
  margin: 0 auto;
  grid-template-columns: repeat(5, 210px);
  /* Remove grid-template-areas completamente */
}

.grid-plugins-svas-3 {
  grid-template-areas: "a b c";
}

@media screen and (max-width: 540px) {
  .grid-plugins-svas-3 {
    grid-template-areas: "a b" "c c";
    place-self: center;
  }
}

@media screen and (max-width: 1180px) and (min-width: 1024px) {
  .grid-plugins {
    /* 3 colunas para tablets */
    grid-template-areas:
      "a a b b c c"
      "d d e e f f"
      "g g h h i i"
      "j j k k k k";
  }
}

@media screen and (max-width: 1024px) {
  .grid-plugins {
    /* 3 colunas para tablets menores */
    grid-template-areas:
      "a a b b c c"
      "d d e e f f"
      "g g h h i i"
      "j j k k k k";
  }
}

@media screen and (max-width: 540px) {
  .grid-plugins {
    /* 2 colunas para mobile */
    grid-template-areas:
      "a c"
      "b b"
      "d f"
      "e e"
      "g i"
      "h h"
      "j k";
    place-self: center;
  }
}


/* Mantendo as outras classes grid-plugins-svas-1 e grid-plugins-svas-2 inalteradas */
.grid-plugins-svas-1 {
  grid-template-areas: "a a b b d d e e g g h h" "c c j j f f k k i i l l";
}

@media screen and (max-width: 1180px) and (min-width: 1024px) {
  .grid-plugins-svas-1 {
    grid-template-areas: "a b c" "d e f" "g h i" "j k l";
  }
}

@media screen and (max-width: 1024px) {
  .grid-plugins-svas-1 {
    grid-template-areas: "a b c" "d e f" "g h i" "j k l";
  }
}

@media screen and (max-width: 540px) {
  .grid-plugins-svas-1 {
    grid-template-areas: "a b" "c d" "e f" "g h" "i j" "k l";
    place-self: center;
  }
}

.grid-plugins-svas-2 {
  grid-template-areas:
    "a b c d e f"
    "g h i j k l";
}

@media screen and (max-width: 1180px) and (min-width: 1024px) {
  .grid-plugins-svas-2 {
    grid-template-areas:
      "a b c"
      "d e f"
      "g h i"
      "j k l";
  }
}

@media screen and (max-width: 1024px) {
  .grid-plugins-svas-2 {
    grid-template-areas:
      "a b c"
      "d e f"
      "g h i"
      "j k l";
  }
}

@media screen and (max-width: 540px) {
  .grid-plugins-svas-2 {
    grid-template-areas:
      "a b"
      "c d"
      "e f"
      "g h"
      "i j"
      "k l";
    place-self: center;
  }
}

/* Classes de posicionamento */
.plugins-grid-1 {
  grid-area: a;
}

.plugins-grid-2 {
  grid-area: b;
}

/* Corrigido */
.plugins-grid-3 {
  grid-area: c;
}

/* Corrigido */
.plugins-grid-4 {
  grid-area: d;
}

.plugins-grid-5 {
  grid-area: e;
}

/* Corrigido */
.plugins-grid-6 {
  grid-area: f;
}

/* Corrigido */
.plugins-grid-7 {
  grid-area: g;
}

.plugins-grid-8 {
  grid-area: h;
}

/* Corrigido */
.plugins-grid-9 {
  grid-area: i;
}

/* Corrigido */
.plugins-grid-10 {
  grid-area: j;
}

.tab-api,
.tab-gateways {
  display: grid;
  gap: 24px;
  grid-template-areas: "a b c";
  width: -moz-fit-content;
  width: fit-content;
}

@media screen and (max-width: 540px) {

  .tab-api,
  .tab-gateways {
    grid-template-areas: "a" "b" "c";
    place-self: center;
  }
}

.tab-gateways {
  grid-template-areas: "a b c d e";
}

@media screen and (max-width: 1180px) and (min-width: 1024px) {
  .tab-gateways {
    grid-template-areas: "a b e" "d c c";
  }
}

@media screen and (max-width: 1024px) {
  .tab-gateways {
    grid-template-areas: "a b e" "d c c";
  }
}

@media screen and (max-width: 540px) {
  .tab-gateways {
    grid-template-areas: "a b" "d e" "c c";
  }
}

.gateway-link {
  position: absolute;
  bottom: 16px;
  right: 16px;
}

.stfc-container {
  display: flex;
  gap: 24px;
}

@media screen and (max-width: 540px) {
  .stfc-container {
    flex-direction: column;
  }
}

/* Apps 1 */
.apps-1 {
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
}

@media screen and (max-width: 1024px) {
  .apps-1 {
    justify-content: flex-start;
    align-items: flex-start;
  }
}

.div-apps-1 {
  border: 1px solid #ECEFF8;
  border-radius: 16px;
  height: 90%;
}

/* Apps 2 */
.apps-2 {
  width: 100%;
  height: 100vh;
  flex-direction: column;
  align-items: flex-start;
}

@media screen and (min-width: 2560px) {
  .apps-2 {
    height: 60vh;
  }
}

@media screen and (max-width: 1180px) and (min-width: 1024px) {
  .apps-2 {
    height: -moz-fit-content;
    height: fit-content;
  }
}

@media screen and (max-width: 1024px) {
  .apps-2 {
    height: -moz-fit-content;
    height: fit-content;
  }
}

.apps-2-content {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  border: 1px solid #ECEFF8;
  border-radius: 8px;
  padding: 32px 0 0 64px;
}

@media screen and (max-width: 1180px) and (min-width: 1024px) {
  .apps-2-content {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 80%;
  }
}

@media screen and (max-width: 1024px) {
  .apps-2-content {
    flex-direction: column;
    width: -moz-fit-content;
    width: fit-content;
    padding: 24px 48px 0 48px;
  }
}

@media screen and (max-width: 540px) {
  .apps-2-content {
    padding: 24px 16px 0 16px;
  }
}

.div-keywords {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

@media screen and (max-width: 720px) {
  .div-keywords {
    display: none;
  }
}

.div-keywords-mobile {
  display: none;
}

@media screen and (max-width: 720px) {
  .div-keywords-mobile {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}

.keywords {
  display: flex;
  gap: 32px;
}

@media screen and (max-width: 1024px) {
  .keywords {
    flex-wrap: wrap;
  }
}

@media screen and (max-width: 540px) {
  .keywords {
    gap: 16px;
  }
}

.keyword {
  display: inline-block;
  padding: 8px 28px;
  border: 1px solid #5E6E9F;
  border-radius: 32px;
  background-color: rgba(94, 110, 159, 0.08);
}

@media screen and (max-width: 540px) {
  .keyword {
    width: -moz-fit-content;
    width: fit-content;
    padding: 8px 20px;
  }
}

.div-apps-2 {
  height: 100%;
  position: relative;
}

.fig-clients-app {
  position: absolute;
  bottom: 0;
  right: 0;
}

@media screen and (max-width: 1180px) and (min-width: 1024px) {
  .fig-clients-app {
    position: static;
  }
}

@media screen and (max-width: 1024px) {
  .fig-clients-app {
    position: static;
  }
}

@media screen and (max-width: 540px) {
  .fig-clients-app {
    width: 100%;
    height: 100%;
  }
}

/* altSign */
.altsign {
  border-top: 1px solid #ECEFF8;
  border-bottom: 1px solid #ECEFF8;
  height: -moz-fit-content;
  height: fit-content;
}

.container-altsign {
  width: 100%;
  height: 100vh;
  gap: 64px;
}

@media screen and (min-width: 2560px) {
  .container-altsign {
    height: 60vh;
  }
}

@media screen and (max-width: 1024px) {
  .container-altsign {
    height: -moz-fit-content;
    height: fit-content;
    flex-direction: row;
  }
}

@media screen and (max-width: 720px) {
  .container-altsign {
    flex-direction: column;
  }
}

.div-altsign-text {
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  padding: 32px 0;
}

.div-altsign {
  height: 100vh;
  border-left: 1px solid #ECEFF8;
  border-right: 1px solid #ECEFF8;
}

@media screen and (max-width: 1024px) {
  .div-altsign {
    height: -moz-fit-content;
    height: fit-content;
  }
}

@media screen and (max-width: 720px) {
  .div-altsign {
    border-left: none;
    border-right: none;
    width: 100%;
    border-top: 1px solid #ECEFF8;
  }
}

.fig-altsign {
  padding: 48px 0;
}

@media screen and (max-width: 720px) {
  .fig-altsign {
    padding: 16px 0;
  }
}

/* About */
.about {
  width: 100%;
  height: 100vh;
  gap: 64px;
}

@media screen and (min-width: 2560px) {
  .about {
    height: 60vh;
  }
}

@media screen and (max-width: 1024px) {
  .about {
    height: -moz-fit-content;
    height: fit-content;
  }
}

.div-about {
  flex-direction: column;
  align-items: flex-start;
  border-left: 1px solid #ECEFF8;
}

@media screen and (max-width: 1024px) {
  .div-about {
    border-left: none;
    border-top: 1px solid #ECEFF8;
    width: 100%;
    margin-right: 28px;
  }
}

.about-info,
.about-info-final {
  width: 100%;
  display: inline-block;
  padding: 48px 24px;
  margin-left: 16px;
  border-bottom: 1px solid #ECEFF8;
}

@media screen and (max-width: 1024px) {

  .about-info,
  .about-info-final {
    margin-left: 0;
  }
}

.about-info-final {
  border-bottom: none;
}

.about-info-text {
  display: inline;
}

/* Help */
.help {
  width: 100%;
}

.help,
.div-help {
  flex-direction: column;
  align-items: flex-start;
}

.div-help {
  justify-content: flex-start;
}

.help-items {
  display: flex;
}

@media screen and (max-width: 720px) {
  .help-items {
    flex-wrap: wrap;
  }
}

.help-items-text {
  display: inline-block;
  padding: 48px;
  width: 300px;
  height: -moz-fit-content;
  height: fit-content;
  text-align: left;
}

.help-items-text:nth-child(1),
.help-items-text:nth-child(2),
.help-items-text:nth-child(4),
.help-items-text:nth-child(5) {
  border-right: 1px solid #ECEFF8;
}

@media screen and (max-width: 1024px) {
  .help-items-text {
    width: 230px;
  }
}

@media screen and (max-width: 720px) {
  .help-items-text {
    width: 80%;
    border-bottom: 1px solid #ECEFF8;
  }

  .help-items-text:nth-child(1),
  .help-items-text:nth-child(2),
  .help-items-text:nth-child(3),
  .help-items-text:nth-child(4),
  .help-items-text:nth-child(5) {
    border-right: none;
  }
}

.help-icons {
  display: flex;
  align-items: center;
  gap: 32px;
}

/* Feedbacks */
.feedbacks {
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  flex-direction: column;
  align-items: flex-start;
}

@media screen and (max-width: 1440px) and (min-width: 1180px) {
  .feedbacks {
    height: -moz-fit-content;
    height: fit-content;
  }
}

@media screen and (max-width: 1180px) and (min-width: 1024px) {
  .feedbacks {
    height: -moz-fit-content;
    height: fit-content;
  }
}

@media screen and (max-width: 720px) {
  .feedbacks {
    height: -moz-fit-content;
    height: fit-content;
  }
}

.container-swiper {
  max-width: 1440px;
  margin: 0 auto;
  padding: 96px 0;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

@media screen and (max-width: 540px) {
  .container-swiper {
    margin-top: 16px;
  }
}

.swiper-container {
  width: 100vw;
  height: 100%;
  position: relative;
}

.swiper-slide {
  max-width: 420px;
  padding: 48px 40px;
  margin: 0px 16px;
  border-radius: 8px;
  background-color: #151D2A;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}

@media screen and (max-width: 540px) {
  .swiper-slide {
    max-width: 230px;
  }
}

.button-next {
  position: absolute;
  right: 40px;
  top: 24px;
  width: 40px;
  height: 40px;
  cursor: pointer;
  background: url("../svg/arrow-icon.svg");
  background-size: cover;
  background-position: center center;
}

@media screen and (max-width: 540px) {
  .button-next {
    width: 30px;
    height: 30px;
  }
}

.button-prev {
  position: absolute;
  right: 96px;
  top: 24px;
  width: 40px;
  height: 40px;
  cursor: pointer;
  background: url("../svg/arrow-icon.svg");
  background-size: cover;
  background-position: center center;
  transform: rotate(180deg);
}

@media screen and (max-width: 540px) {
  .button-prev {
    right: 80px;
    width: 30px;
    height: 30px;
  }
}

/* FAQ */
.faq {
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.div-accordion {
  margin-left: 72px;
}

@media screen and (max-width: 1024px) {
  .div-accordion {
    margin-left: 0;
    width: 100%;
    flex: 1 1 auto;
  }
}

@media screen and (max-width: 1024px) {
  .div-faq-text {
    flex: 1 1 auto;
  }
}

.accordion-button {
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-align: left;
  width: 100%;
  border: none;
  border-bottom: 1px solid #353533;
  cursor: pointer;
  background: transparent;
}

.accordion-content {
  overflow: hidden;
  transition: 0.7s ease;
}

.accordion-button-icon {
  transition: 0.7s ease;
  margin-left: 8px;
}

.accordion-button-icon svg {
  width: 20px;
  height: 20px;
}

.active-icon {
  transform: rotate(90deg);
}

/* Contact */
.contact {
  border-top: 1px solid #ECEFF8;
  border-bottom: 1px solid #ECEFF8;
  height: -moz-fit-content;
  height: fit-content;
}

.container-contact {
  width: 100%;
  height: 105vh;
  gap: 64px;
}

@media screen and (min-width: 2560px) {
  .container-contact {
    height: 80vh;
  }
}

@media screen and (max-width: 1024px) {
  .container-contact {
    height: -moz-fit-content;
    height: fit-content;
  }
}

.div-contact {
  height: 105vh;
  border-left: 1px solid #ECEFF8;
  border-right: 1px solid #ECEFF8;
}

@media screen and (max-width: 1024px) {
  .div-contact {
    width: 100%;
    height: -moz-fit-content;
    height: fit-content;
    display: flex;
    justify-content: center;
    border-left: none;
    border-right: none;
  }
}

.form {
  max-width: 800px;
  width: 700px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 72px;
  background-color: #151D2A;
}

@media screen and (max-width: 1180px) and (min-width: 1024px) {
  .form {
    width: 550px;
  }
}

@media screen and (max-width: 1024px) {
  .form {
    width: 100%;
    border-radius: 8px;
  }
}

@media screen and (max-width: 540px) {
  .form {
    padding: 72px 32px;
    height: -moz-fit-content;
    height: fit-content;
  }
}

.form input,
.form textarea {
  padding: 16px 8px;
  border: none;
  outline: none;
  border-bottom: 1px solid #ECEFF8;
  background: transparent;
  transition: 0.7s ease;
}

.form input:focus,
.form textarea:focus {
  border: none;
  outline: none;
  border-bottom: 1px solid #538BDB;
}

.form .error-text {
  color: #E04562;
  margin-top: 4px;
}

.form button {
  border: 1px solid #ECEFF8;
  border-radius: 8px;
  background: #151D2A;
  color: #ECEFF8;
  padding: 20px 16px;
  width: 180px;
  cursor: pointer;
  transition: 0.7s ease;
}

.form button:hover {
  transform: scale(1.05);
  background-color: #1E293B;
}

.success-message {
  position: fixed;
  bottom: 72%;
  right: 16px;
  z-index: 1000;
  display: flex;
  justify-content: center;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
  height: 50px;
  padding: 24px;
  background-color: #ECEFF8;
  border-radius: 8px;
  display: none;
}

.success-message p {
  color: #2E4381;
}

/* Footer */
footer {
  background-color: #0A0E18;
  width: 100%;
  height: 400px;
}

@media screen and (max-width: 1024px) {
  footer {
    height: -moz-fit-content;
    height: fit-content;
  }
}

@media screen and (max-width: 540px) {
  footer {
    display: block;
  }
}

.footer-content {
  height: 100%;
  display: flex;
  justify-content: space-around;
  align-items: center;
  gap: 72px;
}

@media screen and (max-width: 1024px) {
  .footer-content {
    flex-direction: row;
  }
}

@media screen and (max-width: 720px) {
  .footer-content {
    flex-direction: column;
    align-items: flex-start;
  }
}

.footer-nav {
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  flex-direction: column;
}

.footer-logo {
  width: 140px;
  height: 40px;
}

.icons-socials {
  display: flex;
  gap: 16px;
}

h1 {
  color: #F2F2F2;
  font-family: "Ubuntu", sans-serif;
  font-weight: 400;
  font-size: 56px;
  line-height: 100%;
}

@media screen and (max-width: 1024px) {
  h1 {
    font-family: "Ubuntu", sans-serif;
    font-weight: 400;
    font-size: 48px;
    line-height: 110%;
  }
}

h2 {
  color: #F2F2F2;
  font-family: "Ubuntu", sans-serif;
  font-weight: 400;
  font-size: 48px;
  line-height: 110%;
}

@media screen and (max-width: 1024px) {
  h2 {
    font-family: "Ubuntu", sans-serif;
    font-weight: 400;
    font-size: 36px;
    line-height: 120%;
  }
}

h3 {
  color: #F2F2F2;
  font-family: "Ubuntu", sans-serif;
  font-weight: 400;
  font-size: 40px;
  line-height: 120%;
}

@media screen and (max-width: 1024px) {
  h3 {
    font-family: "Ubuntu", sans-serif;
    font-weight: 400;
    font-size: 24px;
    line-height: 130%;
  }
}

h4 {
  color: #ECEFF8;
  font-family: "Ubuntu", sans-serif;
  font-weight: 400;
  font-size: 24px;
  line-height: 130%;
}

@media screen and (max-width: 1024px) {
  h4 {
    font-family: "Ubuntu", sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 140%;
  }
}

h5 {
  text-transform: uppercase;
  font-weight: bold;
  background: linear-gradient(220.94deg, #151D2A 14.43%, #2E4381 85.28%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: "Ubuntu", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 140%;
}

@media screen and (max-width: 1024px) {
  h5 {
    font-family: "Ubuntu", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
  }
}

p,
input,
textarea,
button {
  color: #C2C2C2;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  line-height: 130%;
}

@media screen and (max-width: 1024px) {

  p,
  input,
  textarea,
  button {
    font-family: "Inter", sans-serif;
    font-size: 14px;
    line-height: 140%;
  }
}

.highlight-paragraph {
  font-family: "Inter", sans-serif;
  font-size: 20px;
  line-height: 130%;
}

@media screen and (max-width: 1024px) {
  .highlight-paragraph {
    font-family: "Inter", sans-serif;
    font-size: 16px;
    line-height: 130%;
  }
}

@media screen and (max-width: 540px) {
  .highlight-paragraph {
    font-family: "Inter", sans-serif;
    font-size: 14px;
    line-height: 140%;
  }
}

.card-title-text {
  color: #F2F2F2;
  font-size: 24px;
}

.features-title {
  text-align: center;
}

@media screen and (max-width: 540px) {
  .features-title {
    font-size: 40px;
    padding: 0 8px;
  }
}

.features-highlights {
  color: #F2F2F2;
  font-size: 28px;
}

@media screen and (max-width: 1024px) {
  .features-highlights {
    font-size: 24px;
  }
}

@media screen and (max-width: 540px) {
  .features-highlights {
    font-size: 20px;
  }
}

.error-text {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  line-height: 140%;
}

.list-title {
  color: #F2F2F2;
  font-family: "Inter", sans-serif;
  font-size: 20px;
  line-height: 130%;
}

@media screen and (max-width: 1024px) {
  .list-title {
    font-family: "Inter", sans-serif;
    font-size: 16px;
    line-height: 130%;
  }
}

.list-item-text {
  color: #C2C2C2;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  line-height: 130%;
}

@media screen and (max-width: 1024px) {
  .list-item-text {
    font-family: "Inter", sans-serif;
    font-size: 14px;
    line-height: 140%;
  }
}

.bold {
  font-weight: bold;
  color: #F2F2F2;
}

.weight-light {
  font-weight: 300;
}

strong {
  color: #F2F2F2;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  line-height: 130%;
}

@media screen and (max-width: 1024px) {
  strong {
    font-family: "Inter", sans-serif;
    font-size: 14px;
    line-height: 140%;
  }
}

.text-center {
  text-align: center;
}

a {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  line-height: 130%;
  text-decoration: none;
  color: #F2F2F2;
  transition: 0.5s ease;
}

a:hover {
  opacity: 0.6;
}

.whatsapp-button {
  width: 60px;
  height: 60px;
  position: fixed;
  bottom: 16px;
  right: 16px;
  z-index: 300;
  background: url("../svg/whatsapp-btn.svg");
  background-size: cover;
  cursor: pointer;
}

@media screen and (max-width: 1024px) {
  .whatsapp-button {
    width: 50px;
    height: 50px;
  }
}

.btn {
  display: inline-block;
  background: transparent;
  border: 1px solid #ECEFF8;
  border-radius: 8px;
  padding: 16px 32px;
  color: #F5F7FB;
  transition: 0.3s ease;
}

.btn:hover {
  opacity: 1;
}

.btn-menu,
.btn-sections {
  min-width: 180px;
  padding: 16px 28px;
  position: relative;
}

.btn-menu::after,
.btn-sections::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 60px;
  height: 100%;
  border-left: 1px solid #F2F2F2;
  background: url("../svg/bg-arrow-icon.svg");
  background-size: cover;
  background-position: center center;
}

.btn-menu::before,
.btn-sections::before {
  width: 180px;
}

.btn-sections::after {
  border-left: none;
}

.btn-hover-effect::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0%);
  height: 100%;
  background-color: #1E293B;
  border-radius: 8px;
  z-index: -1;
  transition: 0.3s ease;
}

.btn-hover-effect::before {
  height: 0;
}

.btn-hover-effect:hover::before {
  height: 100%;
}

.btn-hero {
  width: 220px;
}

.btn-hero::after {
  transform: rotate(130.6deg);
}

.btn-hero::before {
  width: 220px;
}

.btn-services {
  width: 350px;
}

.btn-services::before {
  width: 350px;
}

@media screen and (max-width: 360px) {
  .btn-services {
    width: 296px;
  }

  .btn-services::before {
    width: 296px;
  }
}

.btn-about {
  width: 250px;
}

.btn-about::before {
  width: 250px;
}

.btn-faq {
  width: 330px;
}

.btn-faq::before {
  width: 330px;
}

.btn-contact::after {
  display: none;
}

.tab-link {
  border: none;
  background: transparent;
  cursor: pointer;
}

.tab-link-active {
  position: relative;
  transition: 0.7s ease;
}

@media screen and (max-width: 540px) {
  .tab-link-active p {
    color: #538BDB;
  }
}

.tab-link-active::after {
  content: "";
  position: absolute;
  left: 0;
  top: 32px;
  height: 2px;
  width: 100%;
  background-color: #538BDB;
}

@media screen and (max-width: 540px) {
  .tab-link-active::after {
    display: none;
  }
}

.link {
  display: inline-block;
  color: #F2F2F2;
  font-size: 18px;
  padding: 16px 16px 16px 40px;
  position: relative;
  transition: 0.5s ease;
}

.link::after {
  content: "";
  display: block;
  position: absolute;
  top: 75%;
  left: 56px;
  width: 0%;
  height: 2px;
  border-radius: 2px;
  transition: 0.5s ease;
  background-color: #538BDB;
}

.link:hover {
  opacity: 0.8;
  padding-left: 64px;
  background-position: 8px 50%;
}

.link:hover::after {
  width: 100%;
}

.s-0 {
  margin: 0;
  padding: 0;
}

.m-1 {
  margin: 8px;
}

.m-2 {
  margin: 16px;
}

.m-3 {
  margin: 24px;
}

.m-4 {
  margin: 32px;
}

.m-5 {
  margin: 40px;
}

.m-6 {
  margin: 48px;
}

.m-7 {
  margin: 56px;
}

.m-8 {
  margin: 72px;
}

.m-9 {
  margin: 128px;
}

.mt-1 {
  margin-top: 8px;
}

.mt-2 {
  margin-top: 16px;
}

.mt-3 {
  margin-top: 24px;
}

.mt-4 {
  margin-top: 32px;
}

.mt-5 {
  margin-top: 40px;
}

.mt-6 {
  margin-top: 48px;
}

.mt-7 {
  margin-top: 56px;
}

.mt-8 {
  margin-top: 72px;
}

.mt-9 {
  margin-top: 128px;
}

.ml-1 {
  margin-left: 8px;
}

.ml-2 {
  margin-left: 16px;
}

.ml-3 {
  margin-left: 24px;
}

.ml-4 {
  margin-left: 32px;
}

.ml-5 {
  margin-left: 40px;
}

.ml-6 {
  margin-left: 48px;
}

.ml-7 {
  margin-left: 56px;
}

.ml-8 {
  margin-left: 72px;
}

.ml-9 {
  margin-left: 128px;
}

.mr-1 {
  margin-right: 8px;
}

.mr-2 {
  margin-right: 16px;
}

.mr-3 {
  margin-right: 24px;
}

.mr-4 {
  margin-right: 32px;
}

.mr-5 {
  margin-right: 40px;
}

.mr-6 {
  margin-right: 48px;
}

.mr-7 {
  margin-right: 56px;
}

.mr-8 {
  margin-right: 72px;
}

.mr-9 {
  margin-right: 128px;
}

.mb-1 {
  margin-bottom: 8px;
}

.mb-2 {
  margin-bottom: 16px;
}

.mb-3 {
  margin-bottom: 24px;
}

.mb-4 {
  margin-bottom: 32px;
}

.mb-5 {
  margin-bottom: 40px;
}

.mb-6 {
  margin-bottom: 48px;
}

.mb-7 {
  margin-bottom: 56px;
}

.mb-8 {
  margin-bottom: 72px;
}

.mb-9 {
  margin-bottom: 128px;
}

.mx-1 {
  margin-left: 8px;
  margin-right: 8px;
}

.mx-2 {
  margin-left: 16px;
  margin-right: 16px;
}

.mx-3 {
  margin-left: 24px;
  margin-right: 24px;
}

.mx-4 {
  margin-left: 32px;
  margin-right: 32px;
}

.mx-5 {
  margin-left: 40px;
  margin-right: 40px;
}

.mx-6 {
  margin-left: 48px;
  margin-right: 48px;
}

.mx-7 {
  margin-left: 56px;
  margin-right: 56px;
}

.mx-8 {
  margin-left: 72px;
  margin-right: 72px;
}

.mx-9 {
  margin-left: 128px;
  margin-right: 128px;
}

.my-1 {
  margin-top: 8px;
  margin-bottom: 8px;
}

.my-2 {
  margin-top: 16px;
  margin-bottom: 16px;
}

.my-3 {
  margin-top: 24px;
  margin-bottom: 24px;
}

.my-4 {
  margin-top: 32px;
  margin-bottom: 32px;
}

.my-5 {
  margin-top: 40px;
  margin-bottom: 40px;
}

.my-6 {
  margin-top: 48px;
  margin-bottom: 48px;
}

.my-7 {
  margin-top: 56px;
  margin-bottom: 56px;
}

.my-8 {
  margin-top: 72px;
  margin-bottom: 72px;
}

.my-9 {
  margin-top: 128px;
  margin-bottom: 128px;
}

.p-1 {
  padding: 8px;
}

.p-2 {
  padding: 16px;
}

.p-3 {
  padding: 24px;
}

.p-4 {
  padding: 32px;
}

.p-5 {
  padding: 40px;
}

.p-6 {
  padding: 48px;
}

.p-7 {
  padding: 56px;
}

.p-8 {
  padding: 72px;
}

.p-9 {
  padding: 128px;
}

.pt-1 {
  padding-top: 8px;
}

.pt-2 {
  padding-top: 16px;
}

.pt-3 {
  padding-top: 24px;
}

.pt-4 {
  padding-top: 32px;
}

.pt-5 {
  padding-top: 40px;
}

.pt-6 {
  padding-top: 48px;
}

.pt-7 {
  padding-top: 56px;
}

.pt-8 {
  padding-top: 72px;
}

.pt-9 {
  padding-top: 128px;
}

.pl-1 {
  padding-left: 8px;
}

.pl-2 {
  padding-left: 16px;
}

.pl-3 {
  padding-left: 24px;
}

.pl-4 {
  padding-left: 32px;
}

.pl-5 {
  padding-left: 40px;
}

.pl-6 {
  padding-left: 48px;
}

.pl-7 {
  padding-left: 56px;
}

.pl-8 {
  padding-left: 72px;
}

.pl-9 {
  padding-left: 128px;
}

.pr-1 {
  padding-right: 8px;
}

.pr-2 {
  padding-right: 16px;
}

.pr-3 {
  padding-right: 24px;
}

.pr-4 {
  padding-right: 32px;
}

.pr-5 {
  padding-right: 40px;
}

.pr-6 {
  padding-right: 48px;
}

.pr-7 {
  padding-right: 56px;
}

.pr-8 {
  padding-right: 72px;
}

.pr-9 {
  padding-right: 128px;
}

.pb-1 {
  padding-bottom: 8px;
}

.pb-2 {
  padding-bottom: 16px;
}

.pb-3 {
  padding-bottom: 24px;
}

.pb-4 {
  padding-bottom: 32px;
}

.pb-5 {
  padding-bottom: 40px;
}

.pb-6 {
  padding-bottom: 48px;
}

.pb-7 {
  padding-bottom: 56px;
}

.pb-8 {
  padding-bottom: 72px;
}

.pb-9 {
  padding-bottom: 128px;
}

.px-1 {
  padding-left: 8px;
  padding-right: 8px;
}

.px-2 {
  padding-left: 16px;
  padding-right: 16px;
}

.px-3 {
  padding-left: 24px;
  padding-right: 24px;
}

.px-4 {
  padding-left: 32px;
  padding-right: 32px;
}

.px-5 {
  padding-left: 40px;
  padding-right: 40px;
}

.px-6 {
  padding-left: 48px;
  padding-right: 48px;
}

.px-7 {
  padding-left: 56px;
  padding-right: 56px;
}

.px-8 {
  padding-left: 72px;
  padding-right: 72px;
}

.px-9 {
  padding-left: 128px;
  padding-right: 128px;
}

.py-1 {
  padding-top: 8px;
  padding-bottom: 8px;
}

.py-2 {
  padding-top: 16px;
  padding-bottom: 16px;
}

.py-3 {
  padding-top: 24px;
  padding-bottom: 24px;
}

.py-4 {
  padding-top: 32px;
  padding-bottom: 32px;
}

.py-5 {
  padding-top: 40px;
  padding-bottom: 40px;
}

.py-6 {
  padding-top: 48px;
  padding-bottom: 48px;
}

.py-7 {
  padding-top: 56px;
  padding-bottom: 56px;
}

.py-8 {
  padding-top: 72px;
  padding-bottom: 72px;
}

.py-9 {
  padding-top: 128px;
  padding-bottom: 128px;
}

html {
  scroll-behavior: smooth;
}

body {
  width: 100%;
  height: 100vh;
  position: relative;
  scroll-behavior: smooth;
  background-color: #070A13;
}

body::-webkit-scrollbar {
  padding-right: 4px;
  width: 22px;
  background: transparent;
}

body::-webkit-scrollbar-thumb {
  border-radius: 8px;
  background: #538BDB;
  border: 6px solid #070A13;
}

body::-webkit-scrollbar-track {
  background: transparent;
}

svg,
img {
  display: block;
  width: 100%;
}

.border-top {
  border-top: 1px solid #ECEFF8;
}

.border-right {
  border-right: 1px solid #ECEFF8;
}

.border-bottom {
  border-bottom: 1px solid #ECEFF8;
}

.border-left {
  border-left: 1px solid #ECEFF8;
}

header {
  width: 100%;
  height: 112px;
  background: transparent;
  box-shadow: none;
  transition: 0.5s ease;
  border-bottom: 1px solid #ECEFF8;
  position: fixed;
  top: 0;
  z-index: 800;
}

.active-header {
  background-color: rgba(21, 29, 42, 0.4);
  -webkit-backdrop-filter: blur(25px);
  backdrop-filter: blur(25px);
}

.navbar-desktop {
  max-width: 1440px;
  height: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

@media screen and (max-width: 1440px) and (min-width: 1180px) {
  .navbar-desktop {
    padding: 0 24px;
  }
}

@media screen and (max-width: 1180px) and (min-width: 1024px) {
  .navbar-desktop {
    padding: 0 24px;
  }
}

@media screen and (max-width: 1024px) {
  .navbar-desktop {
    display: none;
  }
}

.logo {
  width: 130px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 800;
}

.navbar-desktop-item-1 {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.navbar-desktop-item-2 {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.navbar-desktop-item-3 {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

li {
  list-style: none;
}

.menu-desktop {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.menu-desktop .menu-item {
  margin-left: 24px;
  position: relative;
}

.nav-link-desktop {
  display: inline-block;
  padding: 12px 16px;
  color: #F2F2F2;
}

.navbar-mobile {
  display: none;
  max-width: 1440px;
  margin: 0 auto;
  padding: 10px 24px;
}

@media screen and (max-width: 1440px) and (min-width: 1180px) {
  .navbar-mobile {
    padding: 0 24px;
  }
}

@media screen and (max-width: 1180px) and (min-width: 1024px) {
  .navbar-mobile {
    padding: 0 24px;
  }
}

@media screen and (max-width: 1024px) {
  .navbar-mobile {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%;
  }
}

.bx {
  width: 36px;
  height: 36px;
  position: relative;
  cursor: pointer;
  z-index: 800;
}

.bx::after {
  content: "";
  position: absolute;
  top: 40%;
  left: 0%;
  width: 70%;
  height: 2px;
  transition: 0.7s ease;
  background-color: #ECEFF8;
}

.bx::before {
  content: "";
  position: absolute;
  top: 64%;
  left: 25%;
  width: 70%;
  height: 2px;
  transition: 0.7s ease;
  background-color: #ECEFF8;
}

.active-bx {
  width: 36px;
  height: 36px;
  position: relative;
  cursor: pointer;
  z-index: 800;
}

.active-bx::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 17%;
  transform: rotate(-45deg);
  width: 70%;
  height: 2px;
  background-color: #ECEFF8;
}

.active-bx::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 17%;
  transform: rotate(45deg);
  width: 70%;
  height: 2px;
  background-color: #ECEFF8;
}

.menu-mobile {
  width: 100%;
  height: 100vh;
  margin-top: 101px;
  background-color: #070A13;
  display: flex;
  opacity: 0;
  pointer-events: none;
  transform: translate3d(0, -100px, 0);
  transition: 1s ease;
}

@media screen and (max-width: 1024px) {
  .active-menu-mobile {
    opacity: 1;
    pointer-events: all;
  }
}

.nav-list-mobile {
  max-width: 1440px;
  width: 100%;
  list-style: none;
  display: flex;
  flex-direction: column;
  transform: translate3d(0, 24px, 0);
}

.nav-link-mobile {
  display: inline-block;
  width: 100%;
  font-family: "Ubuntu", sans-serif;
  font-weight: 400;
  font-size: 40px;
  line-height: 120%;
  font-size: 32px;
  color: #F2F2F2;
  padding: 16px 64px;
  position: relative;
}

@media screen and (max-width: 1024px) {
  .nav-link-mobile {
    font-size: 24px;
    padding: 8px 64px;
  }
}

@media screen and (max-width: 720px) {
  .nav-link-mobile {
    font-size: 18px;
    padding: 8px 64px;
  }
}

@media screen and (max-width: 540px) {
  .nav-link-mobile {
    font-size: 20px;
    padding: 12px 64px;
  }
}

.nav-link-mobile::after {
  content: "";
  position: absolute;
  top: 96%;
  left: 16px;
  width: 0%;
  height: 1px;
  transition: 1s ease;
  background-color: #ECEFF8;
}

.nav-link-mobile:hover::after {
  width: 100%;
}

.nav-link-mobile-icons {
  padding: 20px 64px;
}

.dropshadow {
  filter: drop-shadow(0px 16px 24px rgba(0, 0, 0, 0.25));
}

.icon {
  filter: drop-shadow(0px 16px 24px rgba(0, 0, 0, 0.25));
  transition: 0.5s ease;
  cursor: pointer;
}

.icon:hover {
  transform: scale(1.05);
}

.list-icon {
  position: relative;
}

.list-icon::after {
  content: "";
  position: absolute;
  left: -32px;
  width: 18px;
  height: 18px;
  background: url("../svg/list-item-icon.svg");
  background-size: cover;
}

@media screen and (max-width: 540px) {
  .list-icon-mobile::after {
    display: none;
  }
}

.icon-socials {
  max-width: 48px;
  padding: 8px;
}

.main-features-icon {
  max-width: 75px;
  margin-bottom: 16px;
}

.tab-content {
  animation: fade 1.4s ease-in-out;
}

.tab-link-active::after {
  animation: fade 0.7s ease;
}

.success-message {
  animation: fade 0.7s ease;
}

@keyframes fade {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.slider {
  animation: slider 25s ease 5s infinite alternate;
}

@keyframes slider {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-100%);
  }
}

.hero-text {
  opacity: 0;
}

.card {
  width: 448px;
  height: -moz-fit-content;
  height: fit-content;
  border: 1px solid #538BDB;
  border-radius: 4px;
}

@media screen and (max-width: 1024px) {
  .card {
    width: 100%;
  }
}

@media screen and (max-width: 540px) {
  .card {
    width: 100%;
  }
}

.card-header {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 122px;
  border-bottom: 1px solid #538BDB;
}

@media screen and (max-width: 540px) {
  .card-header {
    height: 100px;
  }
}

.card-icon,
.card-title {
  display: flex;
  justify-content: center;
  align-items: center;
}

@media screen and (max-width: 540px) {
  .card-title-text {
    font-size: 18px;
  }
}

.card-icon {
  height: 100%;
  width: 30%;
  background-color: rgba(83, 139, 219, 0.08);
  border-right: 1px solid #538BDB;
}

.card-title {
  height: 100%;
  width: 70%;
}

.card-main {
  height: -moz-fit-content;
  height: fit-content;
  padding: 48px 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 32px;
}

.main-features-card {
  padding: 28px 48px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 16px;
  width: 100%;
}

@media screen and (max-width: 1440px) and (min-width: 1180px) {
  .main-features-card {
    padding: 28px;
  }
}

@media screen and (max-width: 1180px) and (min-width: 1024px) {
  .main-features-card {
    padding: 28px 12px;
  }
}

@media screen and (max-width: 1024px) {
  .main-features-card {
    padding: 24px 10px;
  }
}

@media screen and (max-width: 540px) {
  .main-features-card {
    padding: 20px 0;
    justify-content: center;
    align-items: center;
    text-align: center;
  }
}

.card-plugin {
  border: 1px solid #ECEFF8;
  border-radius: 8px;
}

.card-plugin:nth-child(1) {
  width: 40%;
}

@media screen and (max-width: 540px) {
  .card-plugin:nth-child(1) {
    width: 100%;
  }
}

.card-plugin:nth-child(2) {
  width: 60%;
}

@media screen and (max-width: 540px) {
  .card-plugin:nth-child(2) {
    width: 100%;
  }
}

.card-plugin-title {
  background-color: rgba(236, 239, 248, 0.08);
  padding: 24px;
  display: flex;
  align-items: center;
}

.card-plugin-grid {
  display: grid;
  place-content: center;
  min-height: 88px;
}

.square {
  background-color: #151D2A;
  padding: 32px;
  border-radius: 8px;
  min-height: 150px;
  width: 210px;
  display: grid;
  place-content: center;
  text-align: center;
}

#tab-remittance .square {
  width: 400px !important;
  min-height: 180px !important;
}

@media screen and (max-width: 1440px) and (min-width: 1180px) {
  .square {
    width: 100%;
  }
}

@media screen and (max-width: 1180px) and (min-width: 1024px) {
  .square {
    width: 240px;
    height: 240px;
  }
}

@media screen and (max-width: 1024px) {
  .square {
    width: 210px;
    height: 210px;
  }
}

@media screen and (max-width: 720px) {
  .square {
    width: 100%;
    height: 200px;
  }
}

.square .sicoob,
.square .sicredi,
.square .bb,
.square .bradesco,
.square .santander,
.square .itau,
.square .cresol,
.square .banestes,
.square .caixa,
.square .efi,
.square .celcoin,
.square .iugu,
.square .widepay,
.square .negociarie {
  transition: 0.5s ease;
}

.square:hover .sicoob-1 {
  fill: #75B62F;
}

.square:hover .sicoob-2 {
  fill: #1FA193;
}

.square:hover .sicoob-3 {
  fill: #C5D20E;
}

.square:hover .sicredi-1 {
  fill: #146E39;
}

.square:hover .sicredi-2 {
  fill: #64C832;
}

.square:hover .bb {
  fill: #0061AA;
}

.square:hover .bradesco {
  fill: #CC0A2F;
}

.square:hover .santander {
  fill: #EA1D25;
}

.square:hover .itau-1 {
  fill: #FF6201;
}

.square:hover .itau-2 {
  fill: #FFF;
}

.square:hover .cresol-1 {
  fill: #005C46;
}

.square:hover .cresol-2 {
  stroke: #F58220;
}

.square:hover .banestes {
  fill: #004B8D;
}

.square:hover .caixa {
  fill: #F6822A;
}

.square:hover .efi {
  fill: #F37124;
}

.square:hover .celcoin {
  fill: #886DFF;
}

.square:hover .iugu {
  fill: #000;
}

.square:hover .widepay-1 {
  fill: #76B94E;
}

.square:hover .widepay-2 {
  fill: #858585;
}

.square:hover .widepay-3 {
  fill: #9A9A9A;
}

.square:hover .widepay-4 {
  fill: #C6C4C4;
}

.square:hover .negociarie-1 {
  fill: #044195;
}

.square:hover .negociarie-2 {
  stroke: #044195;
}

.square:hover .negociarie-3 {
  fill: #949493;
}

.square:hover .negociarie-4 {
  stroke: #949493;
}

.square-api {
  width: 440px;
}

@media screen and (max-width: 1440px) and (min-width: 1180px) {
  .square-api {
    width: 350px;
  }
}

@media screen and (max-width: 1180px) and (min-width: 1024px) {
  .square-api {
    width: 240px;
    max-width: 100%;
  }
}

@media screen and (max-width: 1024px) {
  .square-api {
    width: 210px;
  }
}

@media screen and (max-width: 720px) {
  .square-api {
    width: 100%;
  }
}

.square-gateways {
  width: 250px;
  position: relative;
}

@media screen and (max-width: 1440px) and (min-width: 1180px) {
  .square-gateways {
    width: 205px;
  }
}

@media screen and (max-width: 1180px) and (min-width: 1024px) {
  .square-gateways {
    width: 100%;
  }
}

@media screen and (max-width: 1024px) {
  .square-gateways {
    width: 100%;
    height: 230px;
  }
}

@media screen and (max-width: 720px) {
  .square-gateways {
    width: 100%;
  }
}

.square-sva {
  position: relative;
  height: 240px;
  width: 100%;
}

@media screen and (max-width: 1180px) and (min-width: 1024px) {
  .square-sva {
    width: 240px;
    height: 240px;
  }
}

@media screen and (max-width: 1024px) {
  .square-sva {
    max-width: 210px;
    width: 100%;
    height: 210px;
  }
}

@media screen and (max-width: 540px) {
  .square-sva {
    width: 100%;
    height: 180px;
  }
}

.square-sva::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0%);
  width: 100%;
  height: 100%;
  background-color: #2E4381;
  border-radius: 8px;
  z-index: 0;
  transition: 0.5s ease;
}

.square-sva::before {
  height: 0;
}

.square-sva:hover::before {
  height: 100%;
}

.logo-svg {
  position: relative;
  z-index: 1;
}

.dropdown {
  position: relative;
  cursor: pointer;
}

.dropdown::after {
  content: "";
  position: absolute;
  top: 40%;
  right: -3px;
  width: 8px;
  height: 8px;
  border-bottom: 2px solid #ECEFF8;
  border-right: 2px solid #ECEFF8;
  border-radius: 1px;
  transform: rotate(45deg);
  transition: 0.4s ease-in-out;
}

.dropdown-menu {
  width: 360px;
  padding: 16px;
  border-radius: 8px;
  background-color: #151D2A;
  position: absolute;
  top: 44px;
  opacity: 0;
  pointer-events: none;
  transition: 0.4s ease-in-out;
}

.active-dropdown-menu {
  opacity: 1;
  pointer-events: all;
}

.nav-link-dropdown {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 20px;
  width: 100%;
  border-radius: 8px;
  border: 1px solid #1E293B;
}

.dropdown-icon-container {
  width: 56px;
  height: 56px;
  border-radius: 4px;
  background-color: #1E293B;
}

.modal-grid {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  background-color: rgba(21, 29, 42, 0.4);
  -webkit-backdrop-filter: blur(25px);
  backdrop-filter: blur(25px);
  display: grid;
  place-content: center;
  gap: 24px;
  grid-template-areas: "a b" "c d";
  opacity: 0;
  pointer-events: none;
  transition: 0.7s ease;
}

@media screen and (max-width: 1024px) {
  .modal-grid {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}

@media screen and (max-width: 540px) {
  .modal-grid {
    gap: 16px;
  }
}

@media screen and (max-width: 360px) {
  .modal-grid {
    gap: 12px;
  }
}

.modal-active {
  opacity: 1;
  pointer-events: all;
}

.modal-1 {
  grid-area: a;
}

@media screen and (max-width: 1024px) {
  .modal-1 {
    margin-top: 24px;
  }
}

.modal-1 .modal-cover {
  background: url("../img/netadvisor_logo.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

@media screen and (max-width: 540px) {
  .modal-1 .modal-cover {
    background: url("../img/netadvisor_logo.jpg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    background-color: #fff;
  }
}

.modal-2 {
  grid-area: b;
}

.modal-2 .modal-cover {
  background: url("../img/zmetric_logo.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

@media screen and (max-width: 540px) {
  .modal-2 .modal-cover {
    background-size: contain;
    background-color: #001107;
  }
}

.modal-3 {
  grid-area: c;
}

.modal-3 .modal-cover {
  background: url("../img/gabrielteixeira-network_logo.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.modal-4 {
  grid-area: d;
}

@media screen and (max-width: 1024px) {
  .modal-4 {
    margin-bottom: 24px;
  }
}

.modal-4 .modal-cover {
  background: url("../img/newerit_logo.png");
  background-color: #242223;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
}

.modal {
  width: 350px;
  height: 100%;
  background-color: #151D2A;
  border-radius: 8px;
}

@media screen and (max-width: 1024px) {
  .modal {
    display: flex;
    width: 60%;
    height: -moz-fit-content;
    height: fit-content;
  }

  .modal h4 {
    font-size: 16px;
  }

  .modal p,
  .modal a {
    font-size: 14px;
  }
}

@media screen and (max-width: 540px) {
  .modal {
    width: 90%;
    height: -moz-fit-content;
    height: fit-content;
  }
}

@media screen and (max-width: 360px) {
  .modal h4 {
    font-size: 14px;
  }

  .modal p,
  .modal a {
    font-size: 12px;
  }
}

.modal-cover {
  height: 160px;
  width: 100%;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}

@media screen and (max-width: 1024px) {
  .modal-cover {
    height: 100%;
    width: 40%;
    border-top-right-radius: 0;
    border-bottom-left-radius: 8px;
  }
}

@media screen and (max-width: 540px) {
  .modal-cover {
    aspect-ratio: 2/2;
    width: 32%;
  }
}

.modal-content {
  padding: 24px;
}

@media screen and (max-width: 1024px) {
  .modal-content {
    padding: 22px;
  }
}

@media screen and (max-width: 360px) {
  .modal-content {
    padding: 16px;
  }
}

.close {
  color: #ECEFF8;
  position: absolute;
  top: 8px;
  right: 24px;
  font-size: 48px;
  cursor: pointer;
  transition: 0.5s ease;
}

.close:hover {
  color: #999;
}