/* 1. Use a more-intuitive box-sizing model */
*, *::before, *::after {
  box-sizing: border-box;
}

/* 2. Remove default margin */
* {
  margin: 0;
  padding: 0;
  text-decoration: none;
  list-style: none;
}

html {
  font-size: 62.5%;
  overflow-x: hidden;
}

/* 3. Enable keyword animations */
@media (prefers-reduced-motion: no-preference) {
  html {
    interpolate-size: allow-keywords;
  }
}

body {
  background-color: #F4F4F4;
  /* 4. Add accessible line-height */
  line-height: 1.5;
  /* 5. Improve text rendering */
  -webkit-font-smoothing: antialiased;
  font-family: 'Satoshi', sans-serif;
}

/* 6. Improve media defaults */
img, picture, video, canvas, svg {
  display: block;
  max-width: 100%;
}

/* 7. Inherit fonts for form controls */
input, button, textarea, select {
  font: inherit;
}

/* 8. Avoid text overflows */
p, h1, h2, h3, h4, h5, h6 {
  overflow-wrap: break-word;
}

/* 9. Improve line wrapping */
p {
  text-wrap: pretty;
}

h1, h2, h3, h4, h5, h6 {
  text-wrap: balance;
}

/*
    10. Create a root stacking context
  */
#root, #__next {
  isolation: isolate;
}

.btn-header-outline {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  padding: 1.4rem 4.7rem;
  border: none;
  border-radius: 5rem;
  background-color: transparent;
  cursor: pointer;
  gap: 1.6rem;
  font: 600 1.4rem/120% Satoshi, sans-serif;
}

.btn-header-outline img {
  filter: none;
}

.btn-header-outline-dark {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  padding: 1.4rem 4.7rem;
  border: none;
  border-radius: 5rem;
  background-color: transparent;
  cursor: pointer;
  gap: 1.6rem;
  font: 600 1.4rem/120% Satoshi, sans-serif;
  color: #1E252E !important;
}

.btn-header-outline-dark img {
  filter: none;
}

.btn-header-primary {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  padding: 1.4rem 4.7rem;
  border: none;
  border-radius: 5rem;
  background-color: #E0E721;
  cursor: pointer;
  gap: 1.6rem;
  font: 600 1.4rem/120% Satoshi, sans-serif;
}

.btn-primary {
  color: #1E252E;
  font: 600 1.4rem/120% Satoshi, sans-serif;
  padding: 1.4rem 4.7rem;
  border: none;
  border-radius: 50px;
  background-color: #E0E721;
  cursor: pointer;
}

.btn-black {
  color: #E0E721;
  font: 600 1.4rem/120% Satoshi, sans-serif;
  padding: 1.4rem 4.7rem;
  border: none;
  border-radius: 50px;
  background-color: #1E252E;
  cursor: pointer;
}

.card-flutuante {
  position: absolute;
  z-index: 10;
  left: 96.1rem;
  top: 48.1rem;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 19.5rem;
  height: 7.2rem;
  gap: 1.2rem;
  background-color: white;
  box-shadow: 0px 5px 14.3px 0px rgba(0, 0, 0, 0.25);
  border-radius: 50px;
}

.card-flutuante .img-card-flutuante {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: #E0E721;
  width: 100%;
  height: 6rem;
  max-width: 6rem;
  border-radius: 50%;
}

.card-flutuante .txt-card-flutuante {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  width: 100%;
  max-width: 9.6rem;
}

.card-flutuante .txt-card-flutuante strong {
  font: 600 2.4rem/120% Satoshi, sans-serif;
  letter-spacing: -.8px;
}

.card-flutuante .txt-card-flutuante span {
  font: 400 1.4rem/120% Satoshi, sans-serif;
  color: #747474;
}

.curso-card {
  width: 100%;
  max-width: 38.4rem;
  display: flex;
  flex-direction: column;
  border-radius: 1.6rem;
  padding: 8px 8px;
  overflow: hidden;
  cursor: pointer;
  transition: transform 0.3s ease;
}

.curso-card:hover {
  transform: translateY(-1px);
}

.curso-card .image-card {
  width: 100%;
  height: auto;
  overflow: hidden;
  border-radius: 1rem;
}

.curso-card .image-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.curso-card .info-card {
  margin-top: 2.4rem;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
}

.curso-card .info-card .time-card {
  display: flex;
  font-size: 1.4rem;
  color: #747474;
}

.curso-card .info-card .time-card .hora {
  width: 100%;
  max-width: 11.8rem;
  display: flex;
  align-items: center;
  gap: 8px;
}

.curso-card .info-card .time-card .hora span {
  display: flex;
}

.curso-card .info-card .time-card .tarefas {
  width: 100%;
  max-width: 11.8rem;
  display: flex;
  align-items: center;
  gap: 8px;
}

.curso-card .info-card .time-card .tarefas span {
  display: flex;
}

.curso-card .info-card .titulo h4 {
  font-size: 2rem;
  letter-spacing: -0.48px;
}

.curso-card .info-card .bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.curso-card .info-card .bottom .price {
  display: flex;
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: -0.16px;
  line-height: 1px;
}

.curso-card .info-card .bottom .btn-card {
  width: 100%;
  max-width: 12.9rem;
  border-radius: 5rem;
  border: none;
  background-color: #E0E721;
  padding: .9rem 2.3rem;
  font: 600 1.4rem/120% Satoshi, sans-serif;
  cursor: pointer;
}

.card-aprendizado-1 {
  display: flex;
  flex-direction: column;
  align-items: space-between;
  justify-content: center;
  flex: 1;
  width: 100%;
  max-width: 38.4rem;
  padding: 2.4rem;
  gap: 6.5rem;
  background-color: white;
  border-radius: 2rem;
}

.card-aprendizado-1 .top-info-card {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}

.card-aprendizado-1 .top-info-card .icon {
  background-color: #E0E721;
  padding: 2.4rem;
  border-radius: 7.2rem;
}

.card-aprendizado-1 .bottom-info p {
  font: 400 1.6rem/120% Satoshi, sans-serif;
  margin-top: 1.2rem;
}

.card-aprendizado-2 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  max-width: 38.4rem;
  padding: 2.4rem;
  background-color: white;
  border-radius: 2rem;
}

.card-aprendizado-2 .img-card {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  background-color: #F4F4F4;
  border-radius: 1.6rem;
  margin-bottom: 6.3rem;
  width: 100%;
  max-width: 33.6rem;
  height: 25.9rem;
}

.card-aprendizado-2 .img-card img {
  border-radius: 1.6rem;
}

.card-aprendizado-2 .info-card-2 h3 {
  text-align: center;
  margin-bottom: 1.2rem;
}

.card-aprendizado-2 .info-card-2 p {
  font: 400 1.6rem/120% Satoshi, sans-serif;
  text-align: center;
  letter-spacing: -0.48px;
  margin-bottom: 2.7rem;
}

.card-green {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  flex: 1;
  width: 100%;
  gap: 2rem;
  height: 30rem;
  padding: 2.4rem;
  border-radius: 2rem;
  background-color: #E0E721;
}

.item-faq {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 1.2rem;
  background-color: #1E252E;
  width: 100%;
  max-width: 86.8rem;
  padding: 1.6rem 2.9rem;
  cursor: pointer;
  transition: all 0.3s ease;
  transform: translateY(0);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.item-faq .head-faq {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  max-width: 81rem;
  gap: 2rem;
}

.item-faq .resposta-faq {
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  width: 100%;
  max-width: 68.7rem;
  transition: all 0.4s ease;
}

.item-faq .resposta-faq p {
  font: 400 1.6rem/150% Satoshi, sans-serif;
  color: #CDCDCD;
  padding-bottom: 4.2rem;
}

.item-faq.active {
  transform: translateY(-2px);
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.15);
}

.item-faq.active .head-faq .icon-faq {
  transform: rotate(45deg);
  transition: transform 0.3s ease;
}

.item-faq.active .resposta-faq {
  opacity: 1;
  max-height: 300px;
  margin-top: 1rem;
}

.acervo-card {
  width: 100%;
  max-width: 38.4rem;
  padding: .8rem;
}

.acervo-card .infos-acervo-card {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  margin-top: 2.4rem;
  margin-bottom: 3.2rem;
  gap: 1.6rem;
}

.acervo-card .btn-primary {
  width: 100%;
  display: block;
}

.central-card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 3.2rem;
  width: 100%;
  height: 28.8rem;
  border: 1px solid rgba(0, 0, 0, 0.158);
  padding: 1.6rem;
  border-radius: .8rem;
}

.central-card .top-main {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  gap: 2.4rem;
}

.central-card .top-main .top-central {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

.central-card .top-main .top-central .txts-central h4 {
  font-weight: 700;
}

.central-card .top-main .top-central .txts-central strong {
  font-size: 1.6rem;
}

.central-card .top-main .text-card-central p {
  font: 400 1.6rem/120% Satoshi, sans-serif;
}

.central-card .bottom-central {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}

.central-card .bottom-central .certify {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  gap: .9rem;
}

.central-card .bottom-central .certify h6 {
  color: #1E252E;
}

.central-card .bottom-central .btn-centra-card {
  width: 100%;
  max-width: 12.9rem;
  border-radius: 5rem;
  border: none;
  background-color: #E0E721;
  padding: .9rem 2.3rem;
  font: 600 1.4rem/120% Satoshi, sans-serif;
  cursor: pointer;
}

.container {
  width: 100%;
  max-width: 124.6rem;
  padding: 0 1.5rem;
  margin: 0 auto;
}

h1 {
  font: 700 7.2rem/110% Satoshi, sans-serif;
  letter-spacing: -1px;
  color: #1E252E;
}

h2 {
  font: 700 4.8rem/112% Satoshi, sans-serif;
  letter-spacing: -1px;
  color: #1E252E;
}

h3 {
  font: 700 2.4rem/120% Satoshi, sans-serif;
  letter-spacing: -1px;
  color: #1E252E;
}

h4 {
  font: 500 2.4rem/130% Satoshi, sans-serif;
}

h6 {
  font: 600 1.4rem/120% Satoshi, sans-serif;
  color: white;
}

p {
  font: 400 1.8rem/140% Satoshi, sans-serif;
  color: #747474;
}

@media (max-width: 960px) {
  h1 {
    font: 700 4.2rem/110% Satoshi, sans-serif;
  }
  p {
    font: 400 1.6rem/120% Satoshi, sans-serif;
  }
  h2 {
    font: 700 3.2rem/112% Satoshi, sans-serif;
  }
  h6 {
    font: 600 1.4rem/120% Satoshi, sans-serif;
  }
}

@media (max-width: 680px) {
  h1 {
    font: 700 5.6rem/110% Satoshi, sans-serif;
  }
  h2 {
    font: 700 3.8rem/112% Satoshi, sans-serif;
  }
  h3 {
    font: 700 2.2rem/120% Satoshi, sans-serif;
  }
  p {
    font: 400 1.7rem/120% Satoshi, sans-serif;
  }
}

@media (max-width: 375px) {
  h1 {
    font: 700 3.6rem/110% Satoshi, sans-serif;
  }
  h2 {
    font: 700 2.8rem/112% Satoshi, sans-serif;
  }
  h3 {
    font: 700 2rem/120% Satoshi, sans-serif;
  }
  p {
    font: 400 1.5rem/120% Satoshi, sans-serif;
  }
}

header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  background: inherit;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  height: 8rem;
  padding: 0 2rem;
}

header .container {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  height: 100%;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
}

header .container .nav-btns {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 2.4rem;
}

header .container .nav-btns nav ul {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 4.2rem;
}

header .container .nav-btns nav ul li a {
  font: 400 1.6rem/120% Satoshi, sans-serif;
  color: #1E252E !important;
  transition: all .5s ease-in;
}

header .container .nav-btns nav ul li a:hover {
  margin-bottom: 4px;
  text-decoration: underline;
  text-underline-offset: 4px;
}

header .container .nav-btns .btns-header .btn-header-outline {
  color: #1E252E;
}

header .container .nav-btns .btns-header .btn-header-outline svg img {
  color: #1E252E;
}

header .container .nav-btns .mobile-menu {
  display: none;
}

header .container .nav-btns .btns-header {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  max-width: 41.6rem;
}

header .container .nav-btns .icon-menu-mobile {
  display: none;
}

header.scrolled {
  background: inherit;
  backdrop-filter: blur(15px);
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.15);
  height: 7rem;
}

header.transparent {
  background: transparent;
  backdrop-filter: none;
  box-shadow: none;
}

header.transparent .container .nav-btns nav ul li a {
  color: #fff !important;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
}

header.transparent .container .nav-btns .btns-header .btn-header-outline {
  color: white;
}

header.glass {
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.05) 100%);
  backdrop-filter: blur(20px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
}

header.gradient {
  background: linear-gradient(135deg, rgba(102, 126, 234, 0.9) 0%, rgba(118, 75, 162, 0.9) 100%);
  backdrop-filter: blur(10px);
}

header.gradient .container .nav-btns nav ul li a {
  color: #fff !important;
}

header.gradient .container .nav-btns .btns-header .btn-header-outline {
  color: white;
}

header.white .container .nav-btns nav ul li a {
  color: #fff !important;
}

header.white .container .nav-btns .btns-header .btn-header-outline {
  color: white;
}

@media (max-width: 1080px) {
  header {
    height: 6rem;
    padding: 0 1.6rem;
  }
  header .nav-btns nav {
    display: none;
  }
  header .nav-btns .mobile-menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding-left: 3.2rem;
    padding-top: 6rem;
    max-width: 300px;
    background-color: rgba(255, 255, 255, 0.98);
    backdrop-filter: blur(15px);
    box-shadow: 2px 0 20px rgba(0, 0, 0, 0.1);
  }
  header .nav-btns .mobile-menu ul {
    margin-bottom: 3.2rem;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 2.4rem;
  }
  header .nav-btns .mobile-menu ul li a {
    font: 400 1.6rem/120% Satoshi, sans-serif;
    color: #1E252E;
  }
  header .nav-btns .mobile-menu .btns-menu-mobile {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    gap: 1.6rem;
  }
  header .nav-btns .mobile-menu.active {
    display: block;
    z-index: 3;
    height: 100vh;
  }
  header .nav-btns .btns-header {
    display: none !important;
  }
  header .nav-btns .icon-menu-mobile {
    display: block !important;
    z-index: 1001;
  }
}

.s-hero .container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
}

.s-hero .container .info-hero .change {
  color: #E0E721;
}

.s-hero .text-hero {
  margin-top: 10rem;
  margin-bottom: 3.2rem;
  position: relative;
}

.s-hero .text-hero h1 {
  text-align: center;
}

.s-hero .text-hero h1::before {
  content: "";
  background-image: url(/assets/svgs/linha-titulo.svg);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  transform: translateX(-50%);
  top: 30%;
  left: 61%;
  display: block;
  width: 100%;
  max-width: 45.2rem;
  height: 8rem;
}

.s-hero .text-hero p {
  text-align: center;
  margin-top: 1.6rem;
}

.s-hero .video-hero {
  display: flex;
  flex-direction: column;
  margin-top: 6.4rem;
  width: 100%;
  max-width: 86.4rem;
  height: 35.8rem;
  background-color: #E0E721;
  border-radius: 8px;
}

.s-hero iframe {
  width: 100%;
  max-width: 86.4rem;
  border-radius: 8px;
  height: 35.8rem;
  opacity: .8;
}

@media (max-width: 900px) {
  .s-hero .text-hero h1::before {
    content: "";
    background-image: url(/assets/svgs/linha-titulo.svg);
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    transform: translateX(-50%);
    top: 26%;
    left: 70%;
    width: 100%;
    max-width: 30rem;
  }
}

@media (max-width: 420px) {
  .s-hero .text-hero h1::before {
    content: "";
    background-image: url(/assets/svgs/linha-titulo.svg);
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    transform: translateX(-50%);
    top: 42%;
    left: 40%;
    width: 100%;
    max-width: 20rem;
    height: 4rem;
  }
}

.s-hero .change {
  position: relative;
}

.s-hero .change::after {
  content: '|';
  animation: blink 1s infinite;
  color: #E0E721;
  font-weight: bold;
}

@keyframes blink {
  0%, 50% {
    opacity: 1;
  }
  51%, 100% {
    opacity: 0;
  }
}

.clientes {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: white;
  overflow-x: hidden;
}

.clientes .container {
  display: flex;
  flex-direction: column;
  align-items: space-between;
  justify-content: center;
  gap: 3.2rem;
  padding-top: 2.6rem;
  padding-bottom: 2.6rem;
}

.clientes .container .infos-empresa {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}

.clientes .container .infos-empresa .info {
  margin-top: 2.2rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.clientes .container .carrossell {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 3.2rem;
  animation: slide 25s linear infinite;
}

.clientes .container .carrossell img {
  filter: grayscale(100%);
  object-fit: contain;
  width: 100%;
  max-width: 15rem;
  height: 5.7rem;
}

@media (max-width: 680px) {
  .clientes .container .infos-empresa {
    display: none;
  }
}

.s-cursos {
  background-color: white;
}

.s-cursos .container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.s-cursos .container .top-filter {
  margin-top: 12rem;
  margin-bottom: 7.3rem;
}

.s-cursos .container .top-filter h2 {
  text-align: center;
  margin-bottom: 3.2rem;
}

.s-cursos .container .filters {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  width: 100%;
  max-width: 121.6rem;
  gap: 1.2rem;
}

.s-cursos .container .filter-tab {
  width: auto;
  font: 400 1.6rem/120% Satoshi, sans-serif;
  padding: 1.7rem 1.2rem;
  background-color: transparent;
  border-radius: 1rem;
  border: 1px solid #E0E0E0;
  cursor: pointer;
  transition: all .5s ease-out;
}

.s-cursos .container .filter-tab:hover {
  background-color: #E0E721;
  border: 1px solid #E0E721;
}

.s-cursos .container .filter-tab.active {
  border: none;
  background-color: #E0E721;
  font: 600 1.4rem/120% Satoshi, sans-serif;
}

.s-cursos .container .grid-cursos {
  display: grid;
  width: 100%;
  grid-template-columns: repeat(auto-fit, minmax(35rem, 1fr));
  gap: 3.2rem;
  margin-bottom: 6.4rem;
  justify-items: flex-start;
}

.s-cursos .container .btn-primary {
  margin-bottom: 10rem;
}

@media (max-width: 750px) {
  .s-cursos .grid-cursos {
    justify-items: center;
    margin: 0 auto;
  }
}

.s-aprendizado {
  margin-top: 10rem;
  margin-bottom: 10rem;
}

.s-aprendizado .container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.s-aprendizado .top-info {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 100.8rem;
  gap: 1.2rem;
}

.s-aprendizado .top-info h2 {
  letter-spacing: -1.44px;
  text-align: center;
}

.s-aprendizado .top-info p {
  text-align: center;
}

.s-aprendizado .grid-cards-aprendizado {
  flex: 1;
  display: grid;
  margin-top: 5.4rem;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 3.2rem;
}

.s-aprendizado .grid-cards-aprendizado .l {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 3.2rem;
}

.s-aprendizado .grid-cards-aprendizado .r {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 3.2rem;
}

@media (max-width: 900px) {
  .s-aprendizado .grid-cards-aprendizado {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 600px) {
  .s-aprendizado .grid-cards-aprendizado {
    grid-template-columns: 1fr;
  }
}

.s-faq .container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-top: 10rem;
  margin-bottom: 10rem;
  gap: 6.4rem;
}

.s-faq .container .collapsible {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  gap: 3.2rem;
  width: 100%;
  max-width: 86.8rem;
  height: 48.4rem;
}

.s-cta .container {
  margin-bottom: 10rem;
}

.card-cta {
  background-image: url(/assets/imgs/Background-cta.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  max-width: 121.6rem;
  border-radius: 2rem;
}

.card-cta .infos-cta {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 3.2rem;
  padding: 6.1rem 29rem;
}

@media (max-width: 900px) {
  .card-cta .infos-cta {
    padding: 4rem 6rem;
  }
}

@media (max-width: 600px) {
  .card-cta .infos-cta {
    padding: 2.4rem 1.2rem;
  }
}

.card-cta h2 {
  text-align: center;
}

footer {
  padding: 3.2rem;
}

footer .container {
  border-bottom: 1px solid #999999;
  padding-bottom: 2rem;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}

@media (max-width: 900px) {
  footer .container {
    flex-direction: column;
    align-items: flex-start;
    gap: 2.4rem;
  }
}

@media (max-width: 900px) {
  footer .container .logo-footer {
    margin-bottom: 2rem;
  }
}

footer .container .nav-footer {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
  width: 100%;
  max-width: 44.3rem;
}

@media (max-width: 900px) {
  footer .container .nav-footer {
    flex-direction: column;
    align-items: flex-start;
    max-width: 100%;
    gap: 2.4rem;
  }
}

footer .container .nav-footer ul {
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
  align-items: flex-start;
}

@media (max-width: 900px) {
  footer .container .nav-footer ul {
    align-items: flex-start;
  }
}

@media (max-width: 600px) {
  footer .container .nav-footer ul {
    gap: 1rem;
  }
}

footer .container .nav-footer ul li a {
  font: 400 1.4rem/120% Satoshi, sans-serif;
  color: #1E252E;
}

footer .container .socials-footer {
  width: 100%;
  max-width: 16.5rem;
}

@media (max-width: 900px) {
  footer .container .socials-footer {
    max-width: 100%;
    display: flex;
    justify-content: flex-start;
  }
}

footer .container .socials-footer ul {
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
  align-items: flex-start;
}

@media (max-width: 900px) {
  footer .container .socials-footer ul {
    align-items: flex-start;
  }
}

@media (max-width: 600px) {
  footer .container .socials-footer ul {
    gap: 1rem;
  }
}

footer .container .socials-footer ul li {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
}

@media (max-width: 900px) {
  footer .container .socials-footer ul li {
    justify-content: flex-start;
  }
}

footer .container .socials-footer ul li a {
  display: flex;
  gap: 1.6rem;
  font: 400 1.4rem/120% Satoshi, sans-serif;
  color: #1E252E;
}

footer.white .container {
  border-bottom: 1px solid #fff;
}

footer.white .nav-footer ul li a {
  color: #fff;
}

footer.white .socials-footer ul li a {
  color: #fff;
}

footer.white .socials-footer ul li a svg, footer.white .socials-footer ul li a img {
  fill: #E0E721;
}

.acervo-bg {
  background-color: white;
}

.acervo {
  margin-top: 10rem;
  margin-bottom: 10rem;
}

.acervo .container .top-info {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 3.2rem;
}

.acervo .container .grid-acervo-cards {
  margin-top: 5.4rem;
  display: grid;
  width: 100%;
  grid-template-columns: repeat(auto-fit, minmax(35rem, 1fr));
  gap: 3.2rem;
}

.home {
  background-color: #1E252E;
}

.s-hero {
  margin-top: 12rem;
  margin-bottom: 10rem;
}

.s-hero .container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 4.2rem;
  overflow-x: hidden;
}

header .nav-btns nav ul li a {
  color: white !important;
}

header .nav-btns .btns-header .btn-header-outline {
  color: white;
}

header .nav-btns .btns-header .btn-header-outline img {
  filter: brightness(0) invert(1);
}

.info-hero span {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font: 400 1.4rem/120% Satoshi, sans-serif;
  color: #E0E721;
}

.info-hero h1 {
  color: #D0E1D7;
  text-align: center;
}

.arrowhero {
  display: block;
  margin-top: 8.2rem;
  animation: floatArrow 5s ease-in-out infinite;
}

@keyframes floatArrow {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-18px);
  }
  100% {
    transform: translateY(0);
  }
}

@keyframes slide {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

.solutions {
  padding-top: 10rem;
  padding-bottom: 10rem;
}

.solutions .container .top-info {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 3.2rem;
  margin-bottom: 5.3rem;
}

.solutions .container .top-info h2 {
  color: #D0E1D7;
}

.solutions .container .top-info p {
  color: #CACACA;
  width: 100%;
  max-width: 83.2rem;
}

.solutions .container .cards-solutions {
  display: grid;
  width: 100%;
  grid-template-columns: repeat(auto-fit, minmax(35rem, 1fr));
  gap: 3.2rem;
}

.solutions .container .cards-solutions .s-card {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  gap: 2.2rem;
  background-color: white;
  border-radius: 1.6rem;
  width: 100%;
  height: 30rem;
  padding: 1.6rem 2.4rem;
}

.solutions .container .cards-solutions .s-card .top {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

.solutions .container .cards-solutions .s-card .content {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  gap: .7rem;
}

.solutions .container .cards-solutions .s-card .content ul {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  gap: .7rem;
}

.solutions .container .cards-solutions .s-card .content ul li {
  width: 100%;
  font: 400 1.6rem/120% Satoshi, sans-serif;
  color: #747474;
}

.solutions .container .cards-solutions .s-card .content span {
  content: '';
  width: 100%;
  max-width: 5px;
  height: 5px;
  border-radius: 50px;
  background-color: #E0E721;
}

.solutions .container .cards-solutions .s-card .bottom-scard {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

.solutions .container .cards-solutions .s-card .bottom-scard .btn-scard {
  width: 100%;
  max-width: 12.9rem;
  border-radius: 5rem;
  border: none;
  background-color: #E0E721;
  padding: .9rem 2.3rem;
  font: 600 1.4rem/120% Satoshi, sans-serif;
  cursor: pointer;
}

@media (max-width: 600px) {
  .solutions {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
  .solutions .container .cards-solutions {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .solutions .container .cards-solutions .s-card .top {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
}

.empresa {
  background-color: white;
  padding-top: 10rem;
  padding-bottom: 10rem;
}

.empresa .container {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: center;
  gap: 3.2rem;
}

.empresa .container .top-empresa {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  justify-content: center;
  gap: 6.4rem;
}

.empresa .container .top-empresa .img-empresa {
  width: 100%;
}

.empresa .container .top-empresa .img-empresa img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border-radius: 8px;
}

.empresa .container .top-empresa .text-empresa {
  width: 100%;
  max-width: 59.2rem;
}

.empresa .container .top-empresa .text-empresa .tt-top {
  margin-bottom: 6.4rem;
}

.empresa .container .top-empresa .text-empresa .tt-top span {
  color: #E0E721;
}

.empresa .container .top-empresa .text-empresa .tt-top h2 {
  margin-bottom: 3.2rem;
}

.empresa .container .top-empresa .text-empresa .tt-top h2 br {
  display: inline;
}

.empresa .container .top-empresa .text-empresa .h4-txts-top {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(27.2rem, 1fr));
  gap: 3.2rem;
}

.empresa .container .top-empresa .text-empresa .h4-txts-top .company {
  height: 5.4rem;
  align-self: flex-end;
}

@media (max-width: 1148px) {
  .container .top-empresa .top-empresa .text-empresa .h4-txts-top {
    display: grid;
  }
  .container .top-empresa .infos-empresa .info h2 {
    font: 700 4.8rem/112% Satoshi, sans-serif;
  }
  .container .top-empresa .infos-empresa .info p {
    font: 400 1.6rem/120% Satoshi, sans-serif;
  }
}

@media (max-width: 680px) {
  .empresa .container .top-empresa {
    display: flex;
    flex-direction: column;
  }
  .empresa .container .infos-empresa {
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: start;
  }
  .empresa .container .infos-empresa .info {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
  }
  .empresa .container .infos-empresa .info h2 {
    font-size: 2.6rem;
  }
}

.central {
  padding-top: 10rem;
  background-color: white;
}

.central .top-container {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 6.4rem;
}

.central .top-container .title-left {
  align-self: self-start;
}

.central .top-container .right-container {
  width: 100%;
  max-width: 59.2rem;
}

.central .top-container .right-container p {
  margin-bottom: 6.4rem;
}

.central .cards-central {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 3.2rem;
}

@media (max-width: 1088px) {
  .container .top-container {
    flex-direction: column;
    text-align: center;
    gap: 2.4rem;
  }
  .container .top-container .title-left {
    width: 100%;
  }
  .container .top-container .title-left h2 {
    text-align: center;
  }
  .container .cards-central {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(38rem, 1fr));
  }
}

.acervo-conhecimento {
  padding-top: 10rem;
  padding-bottom: 10rem;
}

.acervo-conhecimento .container .text-acervo {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 3.2rem;
}

.acervo-conhecimento .container .text-acervo h2 {
  color: #D0E1D7;
}

.acervo-conhecimento .container .text-acervo p {
  text-align: center;
  color: #BEBEBE;
}

.acervo-conhecimento .container .grid-acervo-cards {
  margin-top: 5.4rem;
  display: grid;
  width: 100%;
  grid-template-columns: repeat(auto-fit, minmax(35rem, 1fr));
  gap: 3.2rem;
}

.acervo-conhecimento .container .grid-acervo-cards .acervo-card img {
  border-radius: .8rem;
}

.acervo-conhecimento .container .grid-acervo-cards .acervo-card .infos-acervo-card h3 {
  color: #E0E721;
}

.acervo-conhecimento .container .grid-acervo-cards .acervo-card .infos-acervo-card p {
  color: #BEBEBE;
}

.contact {
  background-color: white;
  padding-bottom: 10rem;
}

.contact .container {
  display: flex;
  flex-direction: row;
  align-items: start;
  justify-content: space-between;
}

.contact .container .contat-forms {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 3.2rem;
}

.contact .container .contat-forms .top-contact {
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: center;
  text-align: start;
  gap: 1.6rem;
}

.contact .container .contat-forms .form-contato {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: stretch;
  gap: 1.6rem;
  width: 100%;
  max-width: 59.2rem;
}

.contact .container .contat-forms .form-contato .form-group {
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: stretch;
  width: 100%;
  gap: .8rem;
}

.contact .container .contat-forms .form-contato .form-group label {
  font: 400 1.6rem/120% Satoshi, sans-serif;
}

.contact .container .contat-forms .form-contato .form-group input, .contact .container .contat-forms .form-contato .form-group textarea {
  width: 100%;
  padding: 1.2rem 1.6rem;
  border: 1px solid #D9D9D9;
  border-radius: .8rem;
  font-size: 1.6rem;
}

.contact .container .contat-forms .form-contato .form-group input::placeholder, .contact .container .contat-forms .form-contato .form-group textarea::placeholder {
  color: #AAAAB1;
  font-size: 1.6rem;
}

.contact .container .contat-forms .form-contato .form-group textarea {
  min-height: 12rem;
  resize: vertical;
}

.contact .container .redes-sociais {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: start;
  gap: 3.2rem;
  width: 100%;
}

.contact .container .redes-sociais ul {
  display: flex;
  flex-direction: row;
  align-items: start;
  justify-content: start;
  width: 100%;
  gap: 3rem;
}

.contact .container .redes-sociais ul li {
  width: 100%;
}

.contact .container .redes-sociais ul li a {
  display: flex;
  align-items: center;
  width: 100%;
  gap: 1rem;
  font: 400 1.6rem/120% Satoshi, sans-serif;
  color: #1E252E;
}

.contact .container .redes-sociais ul li a img {
  width: 100%;
  max-width: 3.2rem;
}

@media (max-width: 774px) {
  #contact .container {
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: center;
    gap: 3.2rem;
  }
  #contact .container .redes-sociais {
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: start;
  }
  #contact .container .redes-sociais ul {
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: start;
    width: 100%;
    gap: 3rem;
  }
  #contact .container .redes-sociais ul li a {
    display: flex;
    gap: 1.6rem;
  }
}

.services .container {
  margin-top: 18rem;
  margin-bottom: 10rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 3.2rem;
}

.services .container .top-services {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: 3.2rem;
  width: 100%;
  max-width: 93.6rem;
  margin-bottom: 5rem;
}

.services .container .planos {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(35rem, 1fr));
  gap: 3.2rem;
  width: 100%;
  grid-auto-rows: max-content;
}

.services .container .planos .card-plano {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: center;
  gap: 2.4rem;
  padding: 3.2rem 1.6rem;
  width: 100%;
  height: auto;
  min-height: fit-content;
  border: 1px solid rgba(0, 0, 0, 0.151);
  border-radius: 8px;
}

.services .container .planos .card-plano .plano-valor {
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: center;
  gap: 1.4rem;
  position: relative;
}

.services .container .planos .card-plano .plano-valor .recomenda {
  background-color: #E0E721;
  padding: 1rem 1.6rem;
  border-radius: .8rem;
  font-weight: 700;
  position: absolute;
  right: 0;
  top: 0;
}

.services .container .planos .card-plano .plano-valor .valor-plano strong {
  font: 700 1.6rem/120% Satoshi, sans-serif;
}

.services .container .planos .card-plano .plano-valor .valor-plano h2 span {
  font-size: 2rem;
  color: #747474;
  font-weight: 400;
}

.services .container .planos .card-plano .btn-primary {
  width: 100%;
}

.services .container .planos .card-plano .btn-black {
  color: #fff;
  width: 100%;
}

.services .container .planos .card-plano .lista-plano ul {
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: center;
  gap: 1.6rem;
}

.services .container .planos .card-plano .lista-plano ul li {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: start;
  font: 400 1.6rem/120% Satoshi, sans-serif;
  color: #747474;
  gap: .8rem;
}

.services .container .planos .card-plano .lista-plano ul li.starterp {
  font-weight: 700;
  color: #1E252E;
}

.services .container table {
  width: 100%;
  max-width: 121.6rem;
  table-layout: fixed;
  padding-top: 10rem;
  padding-bottom: 10rem;
  border-collapse: collapse;
}

.services .container table tbody tr {
  width: 100%;
  height: 80px;
}

.services .container table tbody tr:not(:first-child) {
  margin-top: .8rem;
}

.services .container table tbody tr:first-child {
  font-weight: 700;
}

.services .container table tbody tr th {
  width: 30.4rem;
  padding: 1.6rem;
  font: 400 1.4rem/120% Satoshi, sans-serif;
  text-align: left;
  color: #6d6d6d;
  border-bottom: 1px solid rgba(0, 0, 0, 0.151);
}

.services .container table tbody tr:first-child th {
  background-color: #1E252E;
  color: #fff;
  font: 700 1.6rem/120% Satoshi, sans-serif;
}

.services .container table tbody tr:first-child th:first-child {
  color: white;
  font: 700 1.6rem/120% Satoshi, sans-serif;
}

.services .container table tbody tr th:first-child {
  font: 700 1.6rem/120% Satoshi, sans-serif;
  color: #1E252E;
}

.services .container .services-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 6.4rem;
  height: 100%;
}

.services .container .services-section .card-service {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: center;
  width: 100%;
  max-width: 121.6rem;
  position: relative;
  background-color: white;
  border-radius: 16px 0px 0px 16px;
}

.services .container .services-section .card-service .service-left {
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  padding: 3.2rem;
}

.services .container .services-section .card-service .service-left .text-service {
  max-width: 35.2rem;
}

.services .container .services-section .card-service .service-left .text-service h3 {
  margin-bottom: 1.6rem;
}

.services .container .services-section .card-service .service-left .text-service p {
  margin-bottom: 3.2rem;
}

.services .container .services-section .card-service .service-left .fxs {
  position: absolute;
  top: 38rem;
  margin-top: auto;
}

.services .container .services-section .card-service .service-left .fxs img {
  width: 100%;
  object-fit: contain;
}

.services .container .services-section .card-service .service-right {
  background-color: #1E252E;
  padding: 3.2rem;
  border-radius: 0px 16px 16px 0px;
  height: 100%;
  width: 100%;
}

.services .container .services-section .card-service .service-right ul {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 2.4rem;
}

.services .container .services-section .card-service .service-right ul li strong {
  font: 400 1.6rem/120% Satoshi, sans-serif;
  color: #E0E721;
  font-weight: 600;
}

.services .container .services-section .card-service .service-right ul li p {
  margin-top: .8rem;
  color: white;
}

.services .container .atendimento-tecnico {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(35rem, 1fr));
  gap: 3.2rem;
}

.services .container .atendimento-tecnico .atendimento {
  width: 100%;
  padding: 1.6rem;
  border-radius: .8rem;
  border: 1px solid rgba(109, 109, 109, 0.308);
}

.services .container .atendimento-tecnico .atendimento p {
  margin-top: 1.6rem;
  font: 400 1.6rem/120% Satoshi, sans-serif;
}

.services .container .atendimento-tecnico .atendimento .list {
  margin-top: 1.6rem;
}

.services .container .atendimento-tecnico .atendimento .list ul li {
  list-style: inside;
  font: 400 1.4rem/120% Satoshi, sans-serif;
}

.services .container .comparacao {
  width: 100%;
  overflow-x: auto;
}

footer {
  background-color: #1E252E;
}

@media (max-width: 1220px) {
  .services .container .services-section {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 6.4rem;
    height: 100%;
  }
  .services .container .services-section .card-service {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .services .container .services-section .card-service .service-left .fxs {
    display: none;
  }
}

@media (max-width: 800px) {
  .services .container table {
    min-width: 500px;
    font-size: 1.2rem;
  }
  .services .container table th,
  .services .container table td {
    padding: 0.8rem;
  }
}

.features {
  background-color: white;
}

.features .container {
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: center;
  gap: 6.4rem;
  padding-top: 10rem;
  padding-bottom: 10rem;
}

.features .container .planos {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(35rem, 1fr));
  gap: 3.2rem;
  width: 100%;
}

.features .container .planos .card-plano {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: center;
  gap: 2.4rem;
  padding: 3.2rem 1.6rem;
  width: 100%;
  height: 100%;
  border: 1px solid rgba(0, 0, 0, 0.151);
  border-radius: 8px;
}

.features .container .planos .card-plano .plano-valor {
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: center;
  gap: 1.4rem;
  position: relative;
}

.features .container .planos .card-plano .plano-valor .recomenda {
  background-color: #E0E721;
  padding: 1rem 1.6rem;
  border-radius: .8rem;
  font-weight: 700;
  position: absolute;
  right: 0;
  top: 0;
}

.features .container .planos .card-plano .plano-valor .valor-plano strong {
  font: 700 1.6rem/120% Satoshi, sans-serif;
}

.features .container .planos .card-plano .plano-valor .valor-plano h2 span {
  font-size: 2rem;
  color: #747474;
  font-weight: 400;
}

.features .container .planos .card-plano .btn-primary {
  width: 100%;
}

.features .container .planos .card-plano .btn-black {
  color: #fff;
  width: 100%;
}

.features .container .planos .card-plano .lista-plano ul {
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: center;
  gap: 1.6rem;
}

.features .container .planos .card-plano .lista-plano ul li {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: start;
  font: 400 1.6rem/120% Satoshi, sans-serif;
  color: #747474;
  gap: .8rem;
}

.features .container .planos .card-plano .lista-plano ul li.starterp {
  font-weight: 700;
  color: #1E252E;
}

.features .container .comparacao {
  width: 100%;
  overflow-x: auto;
}

.features .container table {
  width: 100%;
  max-width: 121.6rem;
  table-layout: fixed;
  padding-top: 10rem;
  padding-bottom: 10rem;
  border-collapse: collapse;
}

.features .container table tbody tr {
  width: 100%;
  height: 80px;
}

.features .container table tbody tr:not(:first-child) {
  margin-top: .8rem;
}

.features .container table tbody tr:first-child {
  font-weight: 700;
}

.features .container table tbody tr th {
  width: 30.4rem;
  padding: 1.6rem;
  font: 400 1.4rem/120% Satoshi, sans-serif;
  text-align: left;
  color: #6d6d6d;
  border-bottom: 1px solid rgba(0, 0, 0, 0.151);
}

.features .container table tbody tr:first-child th {
  background-color: #1E252E;
  color: #fff;
  font: 700 1.6rem/120% Satoshi, sans-serif;
}

.features .container table tbody tr:first-child th:first-child {
  color: white;
  font: 700 1.6rem/120% Satoshi, sans-serif;
}

.features .container table tbody tr th:first-child {
  font: 700 1.6rem/120% Satoshi, sans-serif;
  color: #1E252E;
}
