/* CSS da 4kst */
:root {
  --white: #fff;
  --grey: #f0f0fa;
  --light-blue: #d7e1ff;
  --green: #a8d487;
  --blue: #0046ff;
  --navy-blue: #052878;
  --dark-grey: #252525;
  --background: #fcfcfc;
}

@font-face {
  font-family: "Sora";
  src: url("../fonts/Sora-Thin.ttf") format("truetype");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Sora";
  src: url("../fonts/Sora-ExtraLight.ttf") format("truetype");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Sora";
  src: url("../fonts/Sora-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Sora";
  src: url("../fonts/Sora-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Sora";
  src: url("../fonts/Sora-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Sora";
  src: url("../fonts/Sora-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Sora";
  src: url("../fonts/Sora-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Sora";
  src: url("../fonts/Sora-ExtraBold.ttf") format("truetype");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
/* inter */
@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter-Thin-BETA.otf") format("truetype");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter-ExtraLight-BETA.otf") format("truetype");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter-Light-BETA.otf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter-Regular.otf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter-Medium.otf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter-SemiBold.otf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter-Bold.otf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter-ExtraBold.otf") format("truetype");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter-Black.otf") format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
.container-fluid{
  --bs-gutter-x: 3rem;
}

body {
  font-family: "Sora", sans-serif;
  font-weight: 400;
}

.title {
  font-weight: 600;
  font-size: 36px;
  line-height: 45px;
  color: var(--dark-grey);
}

.text {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: var(--dark-grey);
}

/* Navbar */
.navbar-nav{
  margin-right: 123px;
}
.navbar-nav .nav-link{
  color: var(--dark-grey);
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0;
  transition: all ease-out 0.3s;
}
.navbar-nav .menu-item .dropdown-menu .dropdown-item{
  font-family: "Sora", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 18px;
  letter-spacing: 0;
  color: var(--dark-grey);
  padding: 0 !important;
  margin-bottom: 15px;
  transition: all ease-out 0.3s;
}
.navbar-nav .nav-link:hover,
.navbar-nav .menu-item .dropdown-menu .dropdown-item:hover {
  color: var(--blue);
}
.navbar-nav .nav-link {
  margin: 0 20px;
  padding: 0 !important;
}
.navbar-nav .dropdown-item:hover {
  background-color: initial;
}
.navbar-nav .dropdown-item.active{
  background-color: transparent;
}
.navbar-nav .dropdown-item:focus{
  background-color: transparent;
}
.navbar-nav .nav-link i,
.navbar-nav .dropdown-item i {
  font-family: "Font Awesome 6 Free";
  /* content: "\f061" !important; */
  margin-left: 9px;
  font-weight: 900;
  font-size: 12px;
  vertical-align: initial;
  border: none !important;
}
.navbar-nav .nav-link::after,
.navbar-nav .dropdown-item:after {
  border: none !important;
  display: none;
}
.navbar-nav .nav-link.dropdown-toggle::after {
  border: none !important;
  display: none;
}
.navbar-nav .dropdown-menu {
  border-radius: 0 0 20px 20px;
  /* box-shadow: 0 4px 9px rgba(0, 0, 0, 0.1); */
  border: 1px solid #F0F0FA;
  padding: 40px 28px 25px;
}
@media all and (min-width: 992px) {
    ul.depth_1 {
        left: 100% !important;
        top: 0% !important
    }
    /* ul.depth_0>.menu-item-has-children a:after {
        display: inline-flex;
        content: "";
        border-color: transparent;
        border-style: solid;
        border-width: 5px 0 5px 5px;
        border-left-color: #cccccc;
    } */
    ul.depth_1 a:after {
        border: 0 !important;
    }
}
small.menu-description{
  color: #7886b2;
  font-size: 14px;
  font-family: "Sora", sans-serif;
  letter-spacing: 0;
  line-height: normal;
  min-width: 250px;
  max-width: 370px;
  white-space: pre-wrap;
  margin-top: 15px;
  margin-bottom: 15px;
}
.navbar-toggler {
  border-radius: 90px;
  border-color: var(--blue);
  color: var(--blue);
}

.navbar-idiomas{
/*   background-color: #F0F0FA; */
  border-radius: 5px;
  flex-direction: row;
  gap: 20px;
}
.navbar-idiomas .nav-link{
  margin: 0 10px;
  color: #7A8ECB !important;
  font-family: "Inter", sans-serif;
}
.navbar-nav.navbar-idiomas .nav-link.dropdown-toggle::after {
  font-family: "Font Awesome 6 Free"; 
  font-weight: 900;
  content: "\f078" !important;
  margin-left: 3px;
  font-size: 12px;
  vertical-align: initial;
  border: none !important;
  display: inline-block !important;
}
.navbar-idiomas .dropdown-menu {
  border-radius: 0 0 5px 5px;
  padding: 20px 15px;
  width: fit-content !important;
  min-width: 0;
  margin-left: -11px !important;
}

/* Apenas para desktop (lg pra cima) */
@media (min-width: 992px) {
  .navbar .dropdown:hover > .dropdown-menu {
    display: block;
    visibility: visible;
    opacity: 1;
    margin-top: 0; 
    transition: opacity 0.3s ease, visibility 0.3s ease;
  }

  .navbar .dropdown .dropdown-menu {
    display: block;
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.3s ease, visibility 0.3s ease;
  }
}


#menu-solucoes {
  width: 100%;
  max-width: 1920px;
  background-color: var(--white);
  border-radius: 0 0 20px 20px;
  overflow: hidden;
  box-shadow: 0px 4px 9px 0px #0000001a;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: -1;
  opacity: 0;
  transition: all ease-out 0.3s;
}
#menu-solucoes.active {
  z-index: 20;
  opacity: 1;
}
#menu-solucoes .col-12 {
  padding: 53px 85px 48px;
}
#menu-solucoes ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(3, auto);
  grid-auto-flow: column;
  gap: 15px;
  & li a {
    font-weight: 400;
    font-size: 18px;
    line-height: 100%;
    text-decoration: none;
    color: var(--dark-grey);
    transition: all ease-out 0.3s;
    &::after {
      font-family: "Font Awesome 6 Free";
      content: "\f061";
      margin-left: 9px;
      font-weight: 900;
      font-size: 12px;
      vertical-align: initial;
    }
    &:hover {
      color: var(--blue);
    }
  }
}

/* Front Page Header */
.header-front-page {
  height: 719px;
  overflow: hidden;
}
.header-front-page .header-image {
  width: 100%;
  height: 100%;
  z-index: 1;
  top: 0;
  left: 0;
  border-radius: 0 200px 0 0;
}
.header-front-page .header-card {
  background-color: var(--light-blue);
  margin-top: 123px;
  border-radius: 100px 0 100px 0;
  padding: 67px 65px 66px 79px;
  width: fit-content;
  max-width: 667px;
  height: fit-content;
  z-index: 3;
}
.header-front-page .header-card .title {
  font-size: 36px;
  line-height: 45px;
  color: var(--blue);
}
#typewriter span{
  font-size: 36px;
  line-height: 45px;
  color: var(--blue);
  font-weight: 600;
}

.palavras-animadas {
  display: inline-block;
  position: relative;
  height: 45px;
  vertical-align: bottom;
}

.palavras-animadas .palavra {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  transform: translateX(-100%);
  opacity: 0;
  transition: transform 0.5s ease, opacity 0.5s ease;
  white-space: nowrap;
}

.frase-home{
  display: block;
}

.header-front-page .header-card .text {
  font-size: 16px;
  color: var(--blue);
  margin-bottom: 23px;
}
.header-front-page .header-card a {
  padding: 0 28px;
  line-height: 60px;
  /* background-color: var(--blue); */
  font-size: 16px;
}
.header-front-page .overlay-header-home{
  height: 100px;
  background: linear-gradient(0deg, var(--navy-blue) 0%, #ffffff00 100%);
}
.opacity-10{
  opacity: 0.1 !important;
}

/* home page big numbers */
#big-numbers {
  background-color: var(--navy-blue);
  padding-top: 64px;
  padding-bottom: 64px;
}
#big-numbers .title {
  font-size: 60px;
  line-height: 40px;
}
#big-numbers .subtitle {
  font-size: 20px;
  line-height: 24px;
  color: var(--light-blue);
  opacity: 0.7;
}
#big-numbers .description {
  font-size: 16px;
  line-height: 22px;
  max-width: 210px;
  margin: auto;
}
.outline-text {
  color: var(--navy-blue) !important;
  text-shadow: -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, 1px 1px 0 #fff;
}

/* Front Page Porque a 4kst  */
#sobre-a-4kst {
  padding: 64px 0;
}
#sobre-a-4kst h3.title {
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  color: var(--dark-grey);
}
#sobre-a-4kst .dashicons{
  color: var(--blue);
}
#sobre-a-4kst div.text p:last-child{
  margin-bottom: 0;
}
/* Porque IA Adaptativa */
#porque-ia-adaptativa {
  background-color: #edf2ff;
  padding: 64px 0;
}
#porque-ia-adaptativa .table{
  border-radius: 10px;
  overflow: hidden;
}
#porque-ia-adaptativa .table th,
#porque-ia-adaptativa .table td {
  width: 50%;
}
#porque-ia-adaptativa .table td{
  border-color: #7a8ecb;
}
#porque-ia-adaptativa .table tr:last-child td{
  border-color: transparent;
}
#porque-ia-adaptativa .table th:nth-child(1){
  background-color: var(--blue);
  color: var(--white);
}
#porque-ia-adaptativa .table th:nth-child(2){
  background-color: #DFDFDF;
  color: #575757;
}
#porque-ia-adaptativa .table td{
  padding: 24px;
}
#porque-ia-adaptativa .table td h4, #porque-ia-adaptativa .table td p{
  font-size: 16px;
  line-height: 24px;
}
#porque-ia-adaptativa .table td:nth-child(1){
  background-color: #D9E1F8;
  & h4{
    color: var(--navy-blue);
  }
  & p{
    color: var(--dark-grey);
  }
}
#porque-ia-adaptativa .table td:nth-child(2){
  background-color: var(--white);
  & h4{
    color: #575757;
  }
  & p{
    color: #575757;
  }
}
/* Soluções front-page*/
#solucoes {
  background-color: var(--white);
  padding: 64px 0;
}
#solucoes .card-solucao {
  min-height: 100%;
  height: 391px;
  border-radius: 20px;
  border: 1px solid #d9e1f8;
  padding: 25px;
  background-color: #edf2ff;
  transition: all ease 0.3s;
  &:hover{
    background-color: var(--blue);
    color: var(--white); 

    & h3, .dashicons, p{
      color: var(--white);
    }
    & p span{
      color: var(--white);
    }
    & p span:not(.seta){
      border: 1px solid var(--white) !important;
    }
    & img{
      filter: brightness(0) invert(1);
    }
  }
}
#solucoes .card-solucao h3{
  color: var(--navy-blue);
  font-size: 24px;
  line-height: 28px;
  min-height: 84px;
}
#solucoes .card-solucao .dashicons{
  color: var(--blue);
}
#solucoes .card-solucao p{
  color: var(--dark-grey);
  font-size: 16px;
  line-height: 24px;
}
#solucoes .card-solucao p span:not(.seta){
  color: var(--blue);
  border-radius: 90px;
  border: 1px solid var(--blue) !important;
  padding: 0 15px;
  height: 35px;
  display: inline-block;
  align-content: center;
}
#solucoes .card-solucao p span .seta{
  margin-left: 0px;
  margin-bottom: 2px;
}

/* CTA-1 Front Page */
.cta-1 {
  background-color: var(--blue);
  color: var(--white);
  position: relative;
  overflow: hidden;
}
.cta-1 .row {
  padding-top: 55px;
  padding-bottom: 55px;
}
.cta-1 img:not(.arrow) {
  position: absolute;
  z-index: 1;
  width: 931px;
  height: auto;
  right: 51%;
  margin-top: -40px;
}
.cta-1 img.arrow{
  width: 46px;
}
.cta-1 .title {
  position: relative;
  z-index: 2;
  font-weight: 600;
  font-size: 36px;
  line-height: 45px;
  letter-spacing: 0;
/*   width: 65%; */
  margin-bottom: 13px;
  color: var(--white);
}
.cta-1 .subtitle {
  position: relative;
  z-index: 2;
  font-weight: 400;
  font-size: 18px;
  line-height: 25px;
  margin-bottom: 24px;
}
.cta-1 .cta-link {
  position: relative;
  z-index: 2;
  background-color: var(--navy-blue);
  line-height: 60px;
  padding: 0 60px;
  font-size: 20px;
  text-align: center;
}

/* Depoimentos */
#depoimentos {
  background-color: var(--grey);
  padding: 64px 0;
}
#depoimentos .card-depoimento {
  position: relative;
}
#depoimentos .card-depoimento .card-depoimento-blue {
  border-radius: 100px 0 0 0;
  padding: 50px 60px;
  color: var(--white);
}
#depoimentos .card-depoimento .card-depoimento-white {
  border-radius: 0 0 100px 0;
  padding: 24px 40px;
  color: var(--dark-grey);
}
.splide__arrows{
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 25px 0;
  gap: 24px;
  bottom: 0;
}
.splide__arrows .splide__arrow {
  -ms-flex-align: center;
  align-items: center;
  background: transparent;
  border: 1px solid var(--blue);
  color: var(--blue);
  padding: 5px 15px;
  border-radius: 20px;
  cursor: pointer;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  top: 0;
  transform: translateY(0);
  z-index: 1;
  width: 44px;
  height: 20px;
}
.splide__arrows .splide__arrow--prev{
  left: 0;
}
.splide__arrows .splide__arrow--next{
  right: 0;
}
.splide__pagination {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  gap: 3px;
  bottom: 0;
}
.splide__pagination__page {
  width: 15px;
  height: 15px;
  background-color: transparent;
  border: 1px solid #789bfc;
  opacity: 1;
  transform: scale(1);
  margin: 0;
}
.splide__pagination__page.is-active {
  background-color: var(--blue);
  border: 1px solid var(--blue);
  opacity: 1;
  transform: scale(1);
}

/* Blog Front Page */
#blog-frontpage {
  background-color: var(--light-blue);
  padding: 64px 0;
}
/* Card Blog */
.card-blog {
  padding: 24px 40px 24px 24px;
  display: flex;
  flex-direction: column;
  justify-content: end;
  color: var(--white);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 10px;
  position: relative;
  overflow: hidden;
  /* width: 410px; */
  height: 453px;
}
.card-blog .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  background: linear-gradient(
      180deg,
      rgba(0, 0, 0, 0) 43.79%,
      rgba(0, 0, 0, 0.7) 100%
    ),
    linear-gradient(0deg, rgba(0, 70, 255, 0.3), rgba(0, 70, 255, 0.3));
}
.card-blog .arrow {
  /* width: 90px; */
  height: 35px;
  display: inline-block;
  align-content: center;
  /* display: flex;
  align-items: center;
  justify-content: center; */
  border-radius: 90px;
  border: 1px solid var(--white);
  padding: 0 15px;
  background-color: transparent;
  text-align: center;
}
.card-blog .arrow .seta{
  margin-left: 0;
  margin-bottom: 2px;
}
.card-blog .card-title {
  font-weight: 600;
  font-size: 24px;
  line-height: 24px;
  text-decoration: none;
}
.card-blog .date {
  font-weight: 400;
  font-size: 14px;
  line-height: 25px;
  text-transform: capitalize;
  color: #ffffffcc;
}
.card-blog .categories {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  gap: 2px 12px;
  flex-wrap: wrap;
  & li {
    font-weight: 600;
    font-size: 14px;
    line-height: 25px;
    text-transform: capitalize;
    color: #ffffffcc;
  }
}

/* CTA-2 Front Page */
.cta-2 {
  background-color: var(--light-blue);
  overflow-x: hidden;
}
.cta-2 .row {
  padding-top: 78px;
  padding-bottom: 78px;
  margin-right: 0;
  margin-left: 0;
  background-color: var(--blue);
  color: var(--white);
  position: relative;
  overflow: hidden;
  border-radius: 0 150px 0 150px;
}
.cta-2 .row .left {
  padding-left: 188px;
}
.cta-2 .row .right {
  display: flex;
  align-items: end;
  justify-content: start;
  padding-left: 20px;
  padding-bottom: 7px;
}
.cta-2 img:not(.arrow) {
  position: absolute;
  z-index: 1;
  width: 931px;
  height: 682px;
  top: 0;
  left: 46%;
  margin-top: -118px;
}
.cta-2 img.arrow{
  width: 46px;
}
.cta-2 .title {
  position: relative;
  z-index: 2;
  font-weight: 600;
  font-size: 36px;
  line-height: 45px;
  margin-bottom: 14px;
  color: var(--white);
}
.cta-2 .subtitle {
  position: relative;
  z-index: 2;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}
.cta-2 .cta-link {
  position: relative;
  z-index: 2;
  background-color: var(--green);
  color: var(--navy-blue);
  line-height: 60px;
  padding: 0 24px;
  font-size: 18px;
  text-align: center;
  min-width: 301px;
}

/* Footer */
footer {
  padding: 64px 0 0 0;
  background-color: var(--navy-blue);
}
footer section {
  max-width: 1583px;
  color: var(--white);
}
footer section .row h4 {
  font-weight: 600;
  font-size: 24px;
  line-height: 24px;
  margin-bottom: 10px;
}
footer section .row ul {
  list-style: none;
  padding: 0;
  margin: 0;
  & li {
    margin-bottom: 10px;
  }
  & a {
    text-decoration: none;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    text-transform: capitalize;
    color: var(--white);
    font-family: Inter, sans-serif;
  }
}
footer section .row:nth-child(1) {
  padding-bottom: 69px;
}
footer section .row:nth-child(2) {
  border-top: 1px solid #d7e1ff4d;
  padding-top: 64px;

  & p {
    font-weight: 300;
    font-size: 14px;
    line-height: 100%;
    color: var(--light-blue);
    margin-bottom: 5px;
  }
}
footer section .row .social-icon {
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background-color: #0b328b;
  color: var(--white);
  font-size: 18px;
  text-decoration: none;
}

/* Container Título Azul - aquele com fundo azul, dois cantos arrendondados, img da logo no fundo e com um texto bem grande no meio */
.container-titulo-azul {
  padding: 50px;
  background-color: var(--blue);
  border-radius: 0 90px 0 90px;
  position: relative;
  color: var(--white);
  overflow: hidden;
  height: 463px;
}
.container-titulo-azul h1 {
  font-weight: 700;
  font-size: 200px;
  line-height: 100%;
  z-index: 2;
}
.container-titulo-azul p {
  font-weight: 600;
  font-size: 20px;
  line-height: 25px;
  letter-spacing: -5%;
  color: var(--light-blue);
  z-index: 2;
}
.container-titulo-azul img {
  position: absolute;
  opacity: 0.6;
  width: 644px;
  height: auto;
  right: -10%;
  bottom: -10%;
  z-index: 1;
}

.btn-azul {
  background-color: var(--blue);
  color: var(--white);
  line-height: 60px;
  padding: 0 35px;
  font-size: 16px;
  text-align: center;
  text-decoration: none;
  transition: all ease 0.3s;
  &:hover{
    background-color: var(--green);
    color: var(--dark-grey);
  }
}
.btn-azul-escuro {
  background-color: var(--navy-blue);
  color: var(--white);
  line-height: 60px;
  padding: 0 35px;
  font-size: 16px;
  text-align: center;
  text-decoration: none;
  transition: all ease 0.3s;
  &:hover{
    background-color: var(--green);
    color: var(--navy-blue);
  }
}
.seta {
  display: inline-block;
  width: 12px;
  height: 15px;
  margin-left: 10px;
  vertical-align: middle;
  background-color: currentColor;
  -webkit-mask: url('../images/seta-pequena.svg') no-repeat center / contain;
  mask: url('../images/seta-pequena.svg') no-repeat center / contain;
  transition: all 0.3s ease;
}

.btn-azul:hover .seta, .btn-verde:hover .seta, .btn-azul-escuro:hover .seta, .card-solucao:hover .seta, .card-blog:hover .seta {
  width: 46px;
  -webkit-mask: url('../images/seta-longa.svg') no-repeat center / contain;
  mask: url('../images/seta-longa.svg') no-repeat center / contain;
}

.btn-verde {
  background-color: var(--green);
  color: var(--navy-blue);
  line-height: 60px;
  padding: 0 35px;
  font-size: 16px;
  text-align: center;
  text-decoration: none;
  transition: all ease 0.3s;
  &:hover{
    background-color: var(--navy-blue);
    color: var(--white);
  }
}

.btn-outline {
  border: var(--blue) 1px solid;
  background-color: transparent;
  color: var(--blue);
  font-weight: 400;
  font-size: 20px;
  line-height: 60px;
  padding: 0 35px;
  text-align: center;
  text-decoration: none;
}

/* Blog */
#blog-header {
  background-color: var(--grey);
  padding-top: 116px;
}
#blog-header h1 {
  color: var(--navy-blue);
}
.featured-post {
  margin-bottom: -50px;
  color: var(--dark-grey);
}
.featured-post .badge {
  padding: 2px 8px;
  text-transform: capitalize;
  color: var(--blue);
  background-color: var(--light-blue);
  font-size: 14px;
  line-height: 25px;
  font-weight: 400;
  border-radius: 10px;
}
.featured-post h2 a {
  font-size: 28px;
  line-height: 28px;
  color: var(--navy-blue);
}
.featured-post .ler-mais {
  font-weight: 600;
  font-size: 20px;
  padding: 10px 30px;
  border-radius: 90px;
  background-color: var(--blue);
  color: var(--white);
}
.featured-post .post-meta p{
  text-transform: capitalize;
  color: var(--blue);
}
.featured-post .featured-image {
  width: 100%;
  height: 432px;
  border-radius: 0 90px 0 90px;
  overflow: hidden;
  position: relative;
}
.featured-post .featured-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  z-index: 1;
}
.featured-post .featured-image .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 2;
  background: linear-gradient(
      180deg,
      rgba(0, 0, 0, 0) 43.79%,
      rgba(0, 0, 0, 0.7) 100%
    ),
    linear-gradient(0deg, rgba(0, 70, 255, 0.3), rgba(0, 70, 255, 0.3));
}

#blog-categorias {
  padding-top: 130px;
}
#blog-categorias > div {
  border-bottom: 1px solid #e8e8ed;
}
#blog-categorias #carousel-categorias {
  padding: 0 !important;
  max-width: 95%;
}
#blog-categorias .tab {
  font-size: 24px;
  line-height: 24px;
  background-color: transparent;
  border: none;
  outline: none;
  color: var(--dark-grey);
  padding-bottom: 10px;
}
#blog-categorias .tab.active {
  border-bottom: 2px solid var(--blue);
  color: var(--navy-blue);
  font-weight: 600;
}
#blog-posts {
  padding-top: 40px;
  padding-bottom: 64px;
}
#blog-posts .ajax-load-more-wrap {
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
}
#blog-posts .alm-btn-wrap {
  display: flex;
}
.alm-load-more-btn.done{
  display: none;
}
.alm-load-more-btn.done[data-clicked="true"] {
  display: block !important;
  border: none !important;
}
#blog-posts .post {
  height: 338px;
  border-radius: 10px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  overflow: hidden;
  padding: 0;
}
#blog-posts .post .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  background: linear-gradient(
      180deg,
      rgba(0, 0, 0, 0) 43.79%,
      rgba(0, 0, 0, 0.7) 100%
    ),
    linear-gradient(0deg, rgba(0, 70, 255, 0.3), rgba(0, 70, 255, 0.3));
}
#blog-posts .post .post-content{
  padding: 24px;
  display: flex;
  flex-direction: column;
  justify-content: end;
  color: var(--white);
  width: 100%;
  height: 100%;
  z-index: 2;
  position: relative;
  overflow-x: hidden;
}
#blog-posts .post .post-content a {
  font-weight: 600;
  font-size: 24px;
  line-height: 24px;
  text-decoration: none;
  color: var(--white);
}
#blog-posts .post .post-content .date {
  font-weight: 400;
  font-size: 14px;
  line-height: 25px;
  text-transform: capitalize;
  color: #ffffffcc;
}
#blog-posts .post .post-content .categories {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  gap: 2px 12px;
  flex-wrap: wrap;
  & li {
    font-weight: 600;
    font-size: 14px;
    line-height: 25px;
    text-transform: capitalize;
    color: #ffffffcc;
  }
}

/* Newsletter */
#newsletter h4 {
  font-weight: 400;
  font-size: 30px;
  line-height: 35px;
}
#newsletter p {
  font-weight: 400;
  font-size: 18px;
  line-height: 35px;
}
.newsletter-form {
  margin: 0 !important;
}
.newsletter-form form {
  position: relative !important;
}
.newsletter-form .newsletter-email {
  padding: 0 !important;
}
.newsletter-form .newsletter-email input {
  border-radius: 10px !important;
  border: 1px solid var(--grey) !important;
  color: var(--blue) !important;
  font-weight: 400 !important;
  font-size: 16px !important;
  line-height: 100% !important;
  height: 60px !important;
  font-family: Inter, sans-serif !important;
}
.newsletter-form .newsletter-email input::placeholder {
  color: var(--blue) !important;
}
.newsletter-form .newsletter-button {
  height: 60px !important;
  border-radius: 10px !important;
  border: 1px solid var(--grey) !important;
  font-weight: 400 !important;
  font-size: 16px !important;
  line-height: 100% !important;
  color: var(--blue) !important;
  background-color: var(--green) !important;
  padding-left: 41px !important;
  padding-right: 41px !important;
}
.newsletter-form .wpforms-submit-container {
  width: fit-content !important;
  position: absolute !important;
  right: 0 !important;
  top: 0 !important;
  margin: 0 !important;
  z-index: 2 !important;
}

/* Single Post */
.btn-share {
  width: 76px;
  height: 76px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  color: var(--blue);
  background-color: var(--light-blue);
  font-weight: 400;
  font-size: 30px;
  border: none;
  outline: none;
  text-decoration: none;
}
#post-header .container-fluid {
  height: 468px;
  position: relative;
  padding: 107px 0;
  color: var(--white);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
#post-header .container-fluid .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  background: #12328899;
}
#post-header .container-fluid .col-12 {
  z-index: 2;
}
#post-header .container-fluid .col-12 .badge {
  line-height: 30px;
  font-size: 18px;
  font-weight: 400;
  text-transform: capitalize;
  padding: 10px 18px;
  color: var(--white);
  border-radius: 6px;
}
#post-header .container-fluid .col-12 .date {
  font-weight: 400;
  font-size: 15px;
  line-height: 25px;
  text-transform: capitalize;
}
#post-header .container-fluid .col-12 .categories {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  gap: 2px 12px;
  flex-wrap: wrap;
}
#post-content {
  padding-top: 40px;
  padding-bottom: 64px;
  background: var(--background);
  font-family: Inter, sans-serif;
  color: var(--dark-grey);
  overflow-x: hidden;
  & h1, h2, h3, h4, h5, h6 {
    font-family: Sora, sans-serif !important;
  }
  & li{
    margin-bottom: 16px;
  }
}


/* Artigos relacionados */
#artigos-relacionados {
  background-color: var(--light-blue);
  padding: 64px 0;
}

/* Materiais gratuitos */
#materiais-categorias #carousel-materiais-categorias{
  padding: 0 !important;
  max-width: 95%;
}
#materiais-categorias .tab {
  font-size: 24px;
  line-height: 24px;
  background-color: transparent;
  border: none;
  outline: none;
  color: var(--dark-grey);
  padding-bottom: 10px;
}
#materiais-categorias .tab.active {
  border-bottom: 2px solid var(--blue);
  color: var(--navy-blue);
  font-weight: 600;
}
#materiais-categorias ul.lista-materiais{
  list-style: none;
  & li a{
    display: flex;
    justify-content: space-between;
    text-decoration: none;
    padding: 20px 18px 20px 0;
    border-bottom: 1px solid var(--light-blue);
    color: var(--blue);
  }
}

/* Cases */
.featured-case h2 a {
  font-size: 28px;
  line-height: 28px;
  color: var(--navy-blue);
}
.featured-case .post-meta p{
  text-transform: capitalize;
  color: var(--blue);
}
.featured-case .featured-image {
  width: 100%;
  height: 340px;
  border-radius: 0 0 0 90px;
  overflow: hidden;
  position: relative;
}
.featured-case .featured-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  z-index: 1;
}
.featured-case .featured-image .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 2;
  background: linear-gradient(
      180deg,
      rgba(0, 0, 0, 0) 43.79%,
      rgba(0, 0, 0, 0.7) 100%
    ),
    linear-gradient(0deg, rgba(0, 70, 255, 0.3), rgba(0, 70, 255, 0.3));
}
.featured-case .content{
  padding: 77px 37px;
  background-color: var(--white);
  border-radius: 0 90px 0 0;
  border: 1px solid #F0F0FA;
}
.featured-case .content .date {
  font-weight: 400;
  font-size: 15px;
  line-height: 25px;
  text-transform: capitalize;
  color: var(--blue);
}
.featured-case .content .categories {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  gap: 2px 12px;
  flex-wrap: wrap;
  & li {
    font-weight: 600;
    font-size: 14px;
    line-height: 25px;
    text-transform: capitalize;
    color: var(--blue);
  }
}
.featured-case .ler-mais {
  font-weight: 600;
  font-size: 20px;
  padding: 10px 30px;
  border-radius: 90px;
  background-color: var(--blue);
  color: var(--white);
}

/* Case */
#case-header .container-fluid{
  border-radius: 0 200px 0 0;
  padding-top:  108px;
  padding-bottom: 83px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
#case-header .case-header-card{
  background-color: #D7E1FFE5;
  border-radius: 100px 0 100px 0;
  padding: 92px 60px;
  color: var(--blue) !important;
}
#case-header .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 2;
  background: linear-gradient(
      180deg,
      rgba(0, 0, 0, 0) 43.79%,
      rgba(0, 0, 0, 0.7) 100%
    ),
    linear-gradient(0deg, rgba(0, 70, 255, 0.3), rgba(0, 70, 255, 0.3));
}
#case-header .case-header-card .categories {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  gap: 2px 12px;
  flex-wrap: wrap;
  & li {
    font-weight: 600;
    font-size: 14px;
    line-height: 25px;
    text-transform: capitalize;
  }
}

/* Resultados Alcançados */
#resultados-alcancados{
  background-color: var(--blue);
  padding: 101px 0 44px;
  color: var(--white);
}
#resultados-alcancados img{
  opacity: 0.3;
}
#resultados-alcancados .card-resultados h3.number{
  color: var(--blue);
  text-shadow: -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, 1px 1px 0 #fff;
  font-size: 70px;
  line-height: 65px;
}
#resultados-alcancados .card-resultados h3{
  font-size: 28px;
  line-height: 28px;
}
#resultados-alcancados #carousel-resultados .splide__arrows{
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 74px 0 0;
  gap: 24px;
  bottom: 0;
}
#resultados-alcancados #carousel-resultados .splide__arrows .splide__arrow {
  -ms-flex-align: center;
  align-items: center;
  background: transparent;
  border: 1px solid var(--white);
  color: var(--white);
  padding: 5px 15px;
  cursor: pointer;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  top: 0;
  transform: translateY(0);
  z-index: 1;
  width: 44px;
  height: 20px;
}
#resultados-alcancados #carousel-resultados .splide__arrows .splide__arrow img{
  opacity: 1;
}
#resultados-alcancados #carousel-resultado .splide__arrows .splide__arrow--prev{
  left: 0;
}
#resultados-alcancados #carousel-resultado .splide__arrows .splide__arrow--next{
  right: 0;
}
.splide:not(.is-overflow) .splide__arrows {
  display: none !important;
}

/* Na Mídia */
#na-midia .featured-post .featured-image {
  border-radius: 0 0 0 90px;
}

/* Sigle Soluções Post Type */
#solucao-header .container-fluid{
  border-radius: 0 100px 0 0;
  padding: 108px 0 83px;
/*   background-size: cover; */
  background-size: 70%;
  background-repeat: no-repeat;
/*   background-position: center; */
  background-position: right;
}
#solucao-header .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 2;
  background: linear-gradient(90deg, #052878 33%, #05287800 93%);
}
#solucao-header h1{
  color: var(--white);
}
#solucao-header h2{
  font-size: 24px;
  line-height: 24px;
  margin-bottom: 24px;
}
#solucao-header .badge {
  padding: 5px 8px;
  text-transform: capitalize;
  color: var(--blue);
  background-color: var(--light-blue);
  font-size: 14px;
  line-height: 25px;
  font-weight: 400;
  border-radius: 10px;
  margin-bottom: 24px;
}
#solucao-features{
  background-color: var(--blue);
  padding: 64px 0;
  color: var(--white);
}
#solucao-features img{
  opacity: 0.3;
}
#solucao-precos{
  padding: 64px 0 90px;
}
#solucao-precos .preco-card{
  height: 100%;
  width: 100%;
  border-radius: 0 60px 0 0;
  position: relative;
  overflow: hidden;
}
#solucao-precos .preco-card .preco-card-header{
  background-color: #89A7F8;
  padding: 24px 24px 24px 16px;
  color: var(--white);
  position: relative;
  z-index: 1;
  min-height: 210px;
}
#solucao-precos .preco-card .preco-card-header .nome{
  font-weight: 600;
  font-size: 28px;
  line-height: 28px;
  z-index: 2;
}
#solucao-precos .preco-card .preco-card-header .preco{
  font-weight: 600;
  font-size: 25px;
  line-height: 100%;
  z-index: 2;
  display: flex;
  align-items: center;
  gap: 10px;
  & .valor{
    font-size: 50px;
    line-height: 100%;
  }
  & .periodo{
    font-weight: 400;
    font-size: 20px;
    line-height: 100%;
  }
}
#solucao-precos .preco-card .preco-card-header .preco-sob-consulta{
  font-weight: 600;
  font-size: 24px;
  line-height: 100%;
  color: var(--navy-blue);
  z-index: 2;
}
#solucao-precos .preco-card.destaque .preco-card-header{
  background: linear-gradient(261.71deg, #0046FF -0.81%, #163997 97.37%);
  position: relative;
}
#solucao-precos .preco-card.destaque .preco-card-header img{
  position: absolute;
  right: -20%;
  top: -5%;
  opacity: 0.3;
  z-index: 1;
  width: 100%;
  height: 200px;
  object-fit: contain;
}
#solucao-precos .preco-card.destaque .preco-card-header .preco-sob-consulta{
  color: var(--white);
}
#solucao-precos .preco-card .preco-card-body{
  border-radius: 10px;
  background-color: var(--white);
  padding: 24px 24px 61px 24px;
  margin-top: -16px;
  position: relative;
  z-index: 2;
  overflow: hidden;
  min-height: 400px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
#solucao-precos .preco-card .preco-card-body .feature{
  padding: 17px 0;
  border-bottom: 0.5px solid #D7E1FF;
}
#solucao-precos .preco-card .preco-card-body .feature:last-child{
  border-bottom: none;
}
#solucao-precos .preco-card .preco-card-body a{
  width: 100%;
  border: 1px solid var(--blue);
  color: var(--blue);
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  font-weight: 600;
  font-size: 19px;
  line-height: 100%;
  padding: 17px 24px;
  border-radius: 90px;
  margin-top: auto;
  text-decoration: none;
  transition: all ease 0.3s;
  &:hover{
    background-color: var(--blue);
    color: var(--white);
  }
}
#solucao-precos .preco-card.destaque .preco-card-body a{
  background-color: var(--blue);
  color: var(--white);
  transition: all ease 0.3s;
  &:hover{
    background-color: var(--green);
    color: var(--dark-grey);
    border: 1px solid var(--green);
  }
}
#solucao-passo-a-passo .number{
  color: var(--blue);
  text-shadow: -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, 1px 1px 0 #fff;
  font-size: 70px;
  line-height: 65px;
}
#solucao-passo-a-passo h4{
  font-size: 28px;
  line-height: 28px;
}
#solucao-faq{
  padding-top: 64px;
  padding-bottom: 80px;
  background-color: var(--background);
}
#solucao-faq .accordion-item{
  background-color: transparent;
  background: transparent;
}
#solucao-faq .accordion-header .accordion-button{
  background-color: transparent;
  background: transparent;
  color: var(--blue);
  padding: 20px 0 36px;
}
#solucao-faq .accordion-header .accordion-button .titulo-vaga{ 
  font-size: 24px;
}
#solucao-faq .accordion-header .accordion-button::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23a8d487' viewBox='0 0 16 16'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}
.solucao-tabelas .tab-btn{
  background: transparent;
  border: none;
  color: var(--dark-grey);
  font-size: 24px;
  line-height: 24px;
  padding: 10px;
  outline: none;
  font-weight: 600;
}
.solucao-tabelas .tab-btn.active{
  border-bottom: 1px solid var(--blue);
  color: var(--blue);
}
.solucao-tabelas table thead tr th{
  background: var(--grey);
  padding: 25px 16px;
  color: var(--navy-blue);
  font-size: 16px;
  line-height: 24px;
  border: none;
  font-family: Inter, sans-serif;
}
.solucao-tabelas table thead tr th:last-child{
  border-radius: 0 20px 0 0;
}
.solucao-tabelas table thead .table-titulo{
  font-weight: 600;
  font-size: 20px;
  line-height: 100%;
  color: #94ACE2;
  text-transform: uppercase;
  border-radius: 0 0 0 20px;
}
.solucao-tabelas table tbody tr td{
  padding: 16px;
  border-color: var(--grey);
}
.solucao-tabelas .tab-content th:first-child,
.solucao-tabelas .tab-content td:first-child {
  max-width: 300px;   /* limite */
}
.solucao-tabelas .tab-content { display: none; }
.solucao-tabelas .tab-content.active { display: table; }

/* Nossa História */
#nossa-historia-header .container-fluid{
  border-radius: 0 200px 0 0;
  padding-top: 130px;
  padding-bottom: 130px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
#nossa-historia-header .historia-header-card{
  background-color: #D7E1FFE5;
  border-radius: 100px 0 100px 0;
  padding: 92px 60px;
  color: var(--blue) !important;
}
#nossa-historia-header .overlay{
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 2;
  background: linear-gradient(
      180deg,
      rgba(0, 0, 0, 0) 43.79%,
      rgba(0, 0, 0, 0.7) 100%
    ),
    linear-gradient(0deg, rgba(0, 70, 255, 0.3), rgba(0, 70, 255, 0.3));
}
.fundador{
  max-width: 230px;
}

.column-count-2{
  column-count: 2;
  column-gap: 32px;
}

.timeline {
  white-space: nowrap;
  overflow-x: hidden;
}

.timeline ol {
  font-size: 0;
/*   width: 100vw; */
  padding: 430px 0;
  transition: all 1s;
}

.timeline ol li {
  position: relative;
  display: inline-block;
  list-style-type: none;
  width: 220px;
  height: 2px;
  background: #052878;
}
.timeline ol li:first-child {
  background: linear-gradient(to right, #fcfcfc 130px, #052878 130px);
}

.timeline ol li:last-child {
  width: 266px;
}
.timeline ol li:last-child::before{
  content: "";
  position: absolute;
  top: 50%;
  right: 0px;
  width: 12px;
  height: 12px;
  border-right: 2px solid var(--navy-blue);
  border-bottom: 2px solid var(--navy-blue);
  transform: translateY(-50%) rotate(-45deg);
} 
/* .timeline ol li:not(:first-child) {
  margin-left: 14px;
} */

/* .timeline ol li:not(:last-child)::after { */
.timeline ol li::after {
  content: "";
  position: absolute;
  top: 50%;
  /* left: calc(100% + 1px); */
  left: 130px;
  bottom: 0;
  width: 21px;
  height: 21px;
  transform: translateY(-50%);
  border-radius: 50%;
  background: #0046FF;
}

.timeline ol li div:not(.circle) {
  position: absolute;
  /* left: calc(100% + 7px); */
  left: 0;
  width: 280px;
  padding: 16px;
  font-size: 1rem;
  white-space: normal;
  color: #252525;
  background: #D7E1FF;
  border-radius: 8px;
}

.timeline ol li div:not(.circle)::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  width: 0;
  height: 70px;
  /* border-style: solid; */
  border: 1px dashed #8E8E8E;
}

.timeline ol li:nth-child(odd) div:not(.circle) {
  /* top: -16px; */
  top: -70px;
  transform: translateY(-100%);
}

.timeline ol li:nth-child(odd) div:not(.circle)::before {
  top: 100%;
  /* border-width: 8px 8px 0 0; */
  /* border-color: #D7E1FF transparent transparent transparent; */
}

.timeline ol li:nth-child(even) div:not(.circle) {
  /* top: calc(100% + 16px); */
  top: calc(100% + 70px);
}

.timeline ol li:nth-child(even) div:not(.circle)::before {
  /* top: -8px; */
  top: -70px;
  /* border-width: 8px 0 0 8px;
  border-color: transparent transparent transparent #D7E1FF; */
}

.timeline ol li div.circle {
  position: absolute;
  bottom: -28px;
  left: 115px;
  width: fit-content !important;
  height: fit-content !important;
  z-index: 2;
}

/* TIMELINE ARROWS
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.timeline .arrows {
  display: flex;
  justify-content: center;
  /* margin-bottom: 20px; */
}

.timeline .arrows .arrow__prev {
  margin-right: 20px;
}

.timeline .arrows .arrow{
  width: 46px;
  height: 20px;
  border: 1px solid #0046FF;
  background-color: transparent;
  border-radius: 90px;
  color: #0046FF;
  display: flex;
  justify-content: center;  
  align-items: center;
}

.timeline .disabled {
  opacity: 0.5;
}

/* GENERAL MEDIA QUERIES
–––––––––––––––––––––––––––––––––––––––––––––––––– */
@media screen and (max-width: 599px) {
  .timeline ol,
  .timeline ol li, .timeline ol li:last-child {
    width: auto;
  }

  .timeline ol {
    padding: 0;
    transform: none !important;
  }

  .timeline ol li, .timeline ol li:first-child {
    display: block;
    height: auto;
    background: transparent;
  }

  .timeline ol li:first-child {
    margin-top: 25px;
  }

  .timeline ol li:not(:first-child) {
    margin-left: auto;
  }

  .timeline ol li div:not(.circle) {
    position: static;
    width: 94%;
    height: auto !important;
    margin: 0 auto 25px;
  }

  .timeline ol li:nth-child(odd) div:not(.circle) {
    transform: none;
  }

  .timeline ol li:nth-child(odd) div:not(.circle)::before,
  .timeline ol li:nth-child(even) div:not(.circle)::before {
    left: 50%;
    top: 100%;
    transform: translateX(-50%);
    border: none;
    border-left: 1px dashed #8E8E8E;
    height: 25px;
  }

  .timeline ol li::after,
  .timeline ol li:not(:last-child)::after,
  .timeline ol li:last-child::before,
  .timeline ol li:last-child div::before,
  .timeline .arrows {
    display: none;
  }

  .timeline ol li div.circle {
    display: none;
  }
}

/* tecnologia que transforma */
#tecnologia_que_transforma .left{
  padding: 84px 88px;
  background-color: var(--navy-blue);
  font-size: 24px;
  line-height: 30px;
  font-weight: 600;
  border-radius: 0 0 0 100px;
  color: white;
}
#tecnologia_que_transforma .left p{
  margin-bottom: 0;
  font-size: 24px;
  line-height: 30px;
  font-weight: 600;
  color: white;
}
#tecnologia_que_transforma .right{
  padding: 31px 80px;
  background-color: var(--white);
  border-radius: 0 100px 0 0;
  border: 1px solid #D7E1FF;
}
#tecnologia_que_transforma .cta-link {
  background-color: var(--green);
  color: var(--navy-blue);
  line-height: 60px;
  padding: 0 60px;
  font-size: 20px;
  text-align: center;
}

/* Nossa Tecnologia */
.card-beneficio{
  background-color: var(--light-blue);
  color: var(--navy-blue);
  border-radius: 20px;
  min-height: 391px;
  padding: 24px;
}
.card-beneficio.dark{
  background-color: var(--navy-blue);
  color: var(--white);
}
.card-beneficio h3{
  font-size: 24px;
  line-height: 30px;
}
.grafico-animado {
  opacity: 0;
  transition: opacity 2s ease-in-out;
}
.grafico-animado.show {
  opacity: 1;
}

/* Modal Contato */
.contato-modal.show{
  display: flex !important;
}
.contato-modal .modal-dialog{
  width: 1168px;
  max-width: 90%;
  display: flex;
  height: fit-content;
  margin: auto;
}
.contato-modal .modal-content{
  margin: auto;
    border: 0;
  border-radius: 90px 0 90px 0;
  overflow: hidden;
}
.contato-modal .modal-body{
  padding: 0;
  background-image: url('../images/fundo-contato.png');
  background-size: 70%;
  background-position: left;
  background-repeat: no-repeat;
}
.contato-modal .modal-body .col-lg-6:nth-child(1){
  padding: 75px 100px 75px 58px;
}
.contato-modal .modal-body .col-lg-6:nth-child(2){
  padding: 20px 25px 45px 85px;
  background-color: var(--light-blue);
  border-radius: 0 0 90px 90px;
  /* margin-left: -85px; */
}
.contato-modal .btn-close{
  background: transparent;
  border: none;
  color: var(--blue);
  font-size: 25px;
  font-weight: 300;
}
.contato-modal .wpforms-container{
  padding-right: 44px !important;
}
.contato-modal .wpforms-container{
  & input, select, button{
    min-width: 100%;
    min-height: 60px !important;
  }
}
.contato-modal .wpforms-container{
  & input, select{
    border: none !important;
    border-radius: 10px !important;
    color: var(--blue) !important;
    &::placeholder{
      color: var(--blue) !important;
      opacity: 1 !important;
    }
  }
}
.contato-modal .wpforms-container .wpforms-field{
  padding-top: 7px !important;
  padding-bottom: 8px !important;
}
.contato-modal .wpforms-container button[type="submit"]{
  background-color: var(--blue) !important;
  color: var(--white);
  border-radius: 10px !important;
  &:hover{
    background-color: var(--blue) !important;
    color: var(--white);
  }
}

/* Trabalhe Conosco */
#trabalhe-conosco .wpforms-container{
  background-color: var(--light-blue) !important;
  border-radius: 30px;
  padding: 36px 82px 41px 82px !important;
  margin: 0 !important;
}
#trabalhe-conosco .wpforms-container{
  & input, select, textarea{
    min-width: 100%;
    min-height: 60px !important;
  }
}
#trabalhe-conosco .wpforms-container label{
  font-weight: 400 !important;
  font-size: 16px !important;
  line-height: 24px !important;
  color: var(--dark-grey) !important;
  margin-bottom: 8px !important;
} 
#trabalhe-conosco .wpforms-container .wpforms-required-label{
  color: var(--dark-grey) !important;
}
#trabalhe-conosco .wpforms-container{
  & input, select, textarea{
    border: none !important;
    border-radius: 10px !important;
    color: var(--dark-grey) !important;
  }
}
#trabalhe-conosco .wpforms-container .wpforms-field{
  padding: 0 0 24px;
}
#trabalhe-conosco .wpforms-container button[type="submit"]{
  background-color: var(--blue) !important;
  color: var(--white);
  border-radius: 60px !important;
  width: 200px !important;
  height: 60px !important;
  margin-left: auto !important;
  display: block;
  &:hover{
    background-color: var(--blue) !important;
    color: var(--white);
  }
}
#filtro-vagas{
  font-family: Inter, sans-serif;
}
#filtro-vagas input{
  border-radius: 10px;
  background: #FCFCFC;
  border: 1px solid #F0F0FA;
  padding: 28px 16px;
  color: var(--dark-grey);
  &::placeholder{
    color: #A6A6A6;
  }
}
#filtro-vagas select{
  border-radius: 10px;
  background: #FCFCFC;
  border: 1px solid #F0F0FA;
  padding: 28px 16px;
  color: var(--blue);
}
#filtro-vagas .icon-lupa {
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
  color: var(--green); /* cor da lupa */
  pointer-events: none;
}
#filtro-vagas .icon-chevron {
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
  color: var(--green); /* cor do chevron */
  pointer-events: none;
}

.image-radius{
	border-radius: 0 100px 0  100px;
}
.image-radius-2{
	border-radius: 100px 0  100px 0;
}
.table-3 tbody{
	& th, td{
		padding: 20px;
	}
}
/* Responsivo */
/* Responsivo */
/* Responsivo */
/* Responsivo */
@media screen and (max-width: 1250px) {
  .frase-home{
    display: none;
  }
}

@media screen and (max-width: 1200px) {
  .navbar-nav .menu-item .dropdown-menu .dropdown-item{
    max-width: 300px;
    text-wrap: wrap;
  }
  small.menu-description{
    max-width: 200px;
  }
}

@media screen and (max-width: 992px) {
  header{
    overflow-x: hidden;
  }
  #menu-solucoes ul {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    grid-auto-flow: row;
  }
  .navbar-brand img {
    max-width: 120px;
  }
  .navbar-nav .nav-link,
  .navbar-nav .dropdown-item {
    white-space: pre-wrap;
    margin-left: 0;
  }
  .navbar-nav .dropdown-menu {
    padding: 10px;
    max-width: 90vw;
    border: none;
  }
  .navbar-nav{
    padding: 20px 0;
    gap: 15px;
    margin-right: 0;
  }
  .navbar-nav .nav-link{
    font-size: 18px;
  }
  .navbar-nav .menu-item .dropdown-menu .dropdown-item{
    font-size: 17px;
    max-width: 350px;
  }
  .navbar-nav .menu-item .dropdown-submenu .dropdown-item{
    font-size: 16px;
  }
  small.menu-description{
    max-width: 300px;
  }
  .navbar-idiomas{
    margin-top: 10px;
    padding: 0px !important;
    width: fit-content !important;
  }
  .navbar-idiomas .nav-link{
    margin: 0 10px;
    color: #7A8ECB !important;
  }
  .navbar-idiomas .dropdown-menu {
    margin-left: 0px !important;
    padding: 13px !important;
  }
  
  /* Front Page Header */
  .header-front-page {
    height: 447px;
    min-height: fit-content;
  }
  .header-front-page .header-image {
    border-radius: 0 50px 0 0;
    background-position: center center !important;
  }
  .header-front-page .header-card {
    /* margin: 46px 47px 112px 33px; */
    margin-top: 46px;
    padding: 19px 27px 19px 34px;
    border-radius: 40px 0 40px 0;
  }
  .header-front-page .header-card .title {
    font-size: 25px;
  }
  #typewriter span{
    font-size: 27px;
  }
  .header-front-page .header-card .title-animated {
    font-size: 27px;
    margin-bottom: 16px;
  }
  .header-front-page .header-card .text {
    font-size: 14px;
    margin-bottom: 13px;
  }
  .header-front-page .header-card a {
    padding: 0 28px;
    line-height: 50px;
    width: 100%;
    text-align: center;
  }

  /* Front Page Porque a 4kst  */
  #sobre-a-4kst .title {
    font-size: 25px;
    line-height: 36px;
    margin: 0 0 15px;
  }
  #sobre-a-4kst .text {
    font-size: 16px;
  }

  /* Estado da arte */
  #porque-ia-adaptativa .title {
    font-size: 25px;
    line-height: 36px;
  }
  #porque-ia-adaptativa .subtitle {
    font-size: 16px;
    line-height: 25px;
    text-align: left;
    margin: auto 0 auto 0;
  }

  /* Soluções */
  #solucoes .title {
    font-size: 25px;
    line-height: 36px;
  }
  #solucoes .card-solucao {
    height: fit-content;
  }
  #solucoes .card-solucao h3{
    font-size: 20px;
    line-height: 20px;
  }

  /* CTA-1 Front Page */
  .cta-1 .row {
    padding-top: 29px;
    padding-bottom: 118px;
  }
  .cta-1 img:not(.arrow) {
    width: 461px;
    height: auto;
    top: 55%;
    bottom: 0;
    right: 50%;
    transform: translateX(50%);
    margin-top: 0;
    margin-bottom: -100px;
  }
  .cta-1 .title {
    font-size: 25px;
    line-height: 35px;
    width: 100%;
    margin-bottom: 16px;
  }
  .cta-1 .subtitle {
    font-size: 15px;
    line-height: 20px;
    margin-bottom: 27px;
  }
  .cta-1 .cta-link {
    padding: 0;
    width: 100%;
  }

  /* Card Blog */
  .card-blog .card-title {
    font-size: 18px;
  }
  .card-blog .date {
    font-size: 12px;
    line-height: 20px;
  }
  .card-blog .categories li {
    font-size: 12px;
    line-height: 20px;
  }

  /* CTA-2 Front Page */
  .cta-2 .row {
    padding: 32px 25px 83px;
    border-radius: 0 60px 0 60px;
  }
  .cta-2 .row .left {
    padding-left: 0;
    padding-right: 0;
  }
  .cta-2 .row .right {
    display: flex;
    align-items: start;
    justify-content: center;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0;
  }
  .cta-2 img:not(.arrow) {
    position: absolute;
    z-index: 1;
    width: 100%;
    height: auto;
    top: 80%;
    left: 0;
  }
  .cta-2 .title {
    font-size: 25px;
    line-height: 35px;
    margin-bottom: 18px;
  }
  .cta-2 .subtitle {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 18px;
  }
  .cta-2 .cta-link {
    padding: 0;
    width: 100%;
    font-size: 16px;
    min-width: 0;
  }
  .cta-2 .cta-link img {
    max-width: 25px;
  }

  /* Footer */
  footer section {
    padding-left: 35px !important;
    padding-right: 35px !important;
  }

  /* Container Titulo Azul */
  .container-titulo-azul {
    border-radius: 0 57px 0 57px;
    height: 297px;
  }
  .container-titulo-azul h1 {
    font-size: 128px;
  }
  .container-titulo-azul p {
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
  }

  .title {
    font-size: 25px;
    line-height: 30px;
  }
  .text {
    font-size: 16px;
    line-height: 25px;
  }

  .btn-azul {
    width: 100%;
  }
  .btn-verde {
    width: 100%;
  }
  .btn-outline {
    border: var(--blue) 1px solid;
    background-color: transparent;
    color: var(--blue);
    font-weight: 400;
    font-size: 20px;
    line-height: 60px;
    padding: 0 35px;
    text-align: center;
    text-decoration: none;
  }

  /* Blog */
  #blog-header {
    padding: 64px 0;
  }
  #blog-header h1 {
    font-size: 40px;
    line-height: 36px;
  }
  .featured-post {
    margin-bottom: 0;
  }
  .featured-post .badge {
    line-height: 50px;
    padding: 0 15px;
    font-size: 15px;
  }
  .featured-post h2 a {
    font-size: 25px;
    line-height: 30px;
  }
  .featured-post p {
    font-size: 16px;
    line-height: 20px;
  }
  .featured-post .featured-image {
    height: 391px;
    border-radius: 10px;
  }
  #blog-categorias {
    padding-top: 50px;
  }
  #blog-posts {
    padding-top: 38px;
    padding-bottom: 28px;
  }
  #blog-posts .post {
    /* height: 270px; */
    border-radius: 10px;
  }
  #blog-posts .post .post-content {
    padding: 25px 18px;
  }

  /* Newsletter */
  #newsletter h4 {
    font-size: 25px;
    line-height: 30px;
  }
  #newsletter p {
    font-size: 16px;
    line-height: 25px;
  }
  .btn-share {
    width: 50px;
    height: 50px;
    font-size: 20px;
  }

  /* Single Post */
  #post-header .container-fluid {
    height: 357px;
    padding: 79px 0;
  }

  /* Cases */
  .featured-case .featured-image {
    border-radius: 10px 10px 0 0;
  }
  .featured-case .content{
    border-radius: 0 0 10px 10px;
    padding: 24px;
  }

  /* Case */
  #case-header .container-fluid{
    border-radius: 0 50px 0 0;
  }
  #case-header .case-header-card{
    border-radius: 40px 0 40px 0;
    padding: 40px 30px;
  }

  /* Soluçao */
  #solucao-tabelas .tab-btn{
    font-size: 18px;
    line-height: 18px;
  }
  #solucao-tabelas table thead tr th{
    font-size: 14px;
  }
  #solucao-tabelas table thead .table-titulo{
    font-size: 16px;
  }
  #solucao-tabelas table tbody tr td{
    font-size: 14px;
  }
  #solucao-faq .accordion-header .accordion-button .titulo-vaga{ 
    font-size: 18px;
  }

  /* Na Mídia */
  #na-midia .featured-post .featured-image {
    border-radius: 10px;
  }

  .column-count-2{
    column-count: 1;
  }
  /* Nossa Historia */
  #nossa-historia-header .container-fluid{
    border-radius: 0 50px 0 0;
  }
  #nossa-historia-header .historia-header-card{
    border-radius: 40px 0 40px 0;
    padding: 20px 30px;
  }
  .fundador{
    max-width: 100%;
  }

  /* Tecnologia que transforma */
  #tecnologia_que_transforma .left{
    padding: 32px 25px;
    border-radius: 60px 0 0 0;
  }
  #tecnologia_que_transforma .right{
    padding: 32px 25px;
    border-radius: 0 0 60px 0;
  }
  #tecnologia_que_transforma .cta-link{
    padding: 0;
    width: 100%;
  }
  
  /* Nossa tecnologia */
  .card-beneficio{
    min-height: 260px;
  }

  /* Modal Contato */
  .contato-modal .modal-dialog{
    margin: auto;
    height: fit-content;
    margin-top: 50px;
  }
  .contato-modal .modal-content{
    border-radius: 20px;
  }
  .contato-modal .modal-body{
    background-size: cover;
    background-position: top;
  }
  .contato-modal .modal-body .col-lg-6:nth-child(1){
    padding: 25px;
  }
  .contato-modal .modal-body .col-lg-6:nth-child(2){
    padding: 25px;
    border-radius: 20px;
  }
  .contato-modal .wpforms-container{
    padding-right: 0 !important;
  }
  /* Trabalhe Conosco */
  #trabalhe-conosco .wpforms-container{
    padding: 20px !important;
  }
	
	.image-radius{
		border-radius: 0 30px 0  30px;
	}
	.image-radius-2{
		border-radius: 30px 0  30px 0;
	}
	.navbar-idiomas{
	  flex-direction: column;
	}
	.navbar-idiomas .nav-link{
		margin: 0;
	}
	#solucao-header .container-fluid{
	  background-size: cover;
	}
	#solucao-precos .preco-card .preco-card-header .preco .valor{
		font-size: 30px;
	}
}
