/*  @import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;1,100;1,200;1,300;1,400;1,500&display=swap');*/
@import url('https://fonts.googleapis.com/css?family=Inter:100,200,300,400,500,600,700,800,900|Inter:100,200,300,400,500,600,700,800,900&display=swap');

:root {
  --color-primary-400: 107 171 255;
  --color-primary-900: 30, 103, 171;
  --yelow: #FCA311;
  --second-white-title-color: #cecece;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: 'sans', sans-serif;
}

body {
  width: 100vw;
  height: 100vh;
  overflow-x: hidden;
}

.navbar-toggler {
  padding: 0px;
  border: none;
}

section {
  display: flex;
  align-items: center;
  justify-content: center;
}

h1 {
  font-size: clamp(3.75rem, 6vw, 6rem);
  line-height: 5rem;
  font-weight: 600;
}

h4 {
  font-size: 1.16rem;
  font-weight: 400;
  line-height: 1.8rem;
}

.indexbg {
  bottom: -2.4rem;
  padding-top: -50px;
  width: 900;
}

h2 {
  font-size: clamp(1.8rem, 7vw, 2.4rem);
  line-height: clamp(2rem, 9vw, 2.9rem);
  font-weight: 600;
  letter-spacing: -0.9px;
}

h3 {
  font-size: 1.2rem;
  font-weight: 600;
  letter-spacing: -0.3px;
}

h1,
h2,
h5 {
  font-family: 'sans', sans-serif;
}

h6 {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.35rem;
  letter-spacing: -0.3px;
  color: #182350;
}

.nav-item {
  margin: 0 15px;
  font-size: 0.9rem;
}

.sandbox-btn-container {
  margin: 0 20px;
}

.sandbox-btn {
  font-size: 0.9rem;
  padding: 7px 25px;
  border-radius: 7px;
  font-weight: 600;
  border-width: 2px;
  color: var(--yelow);
  border-color: var(--yelow);
}

body>nav>div {
  overflow: visible;

}

.sandbox-btn:hover {
  background-color: var(--yelow);
  border-color: transparent;
}

.navbar {
  width: 100vw;
  padding: 10px !important;
  background-color: #182350;
}

#dropdownButton {
  padding: 0px;
  margin-left: 20px;
  margin-bottom: 3px;
}

.flag-icon {
  width: 28px;
  height: 28px;
}

.dropdown {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.dropdown button {
  padding: 5px 10px;
  font-size: 16px;
  border: none;
  cursor: pointer;
  background-color: transparent;
}

.dropdown button i {
  color: white;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
  top: 40px;
  left: -30%;
  border-radius: 5px;
}

.dropdown:hover button i {
  color: #b6dcff;
}

#dropdownContent a:active {
  background-color: transparent !important;
}

.nav-link {
  color: white !important;
  font-weight: 600;
}

.nav-link:hover {
  color: #b6dcff !important;
}

.exe-logo {
  width: 90px;
}

#tabs .nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {

  background-color: transparent;
  border-color: transparent transparent #489afe;
  border-bottom: 4px solid !important;
  font-weight: bold;
}

#tabs .nav-tabs .nav-link {
  border: 1px solid transparent;
  border-top-left-radius: .25rem;
  border-top-right-radius: .25rem;
  color: #489afe;

}

.aboutcss {
  position: relative;
  width: clamp(700px, 70vw, 850px);
  margin: 0 auto;
}

.tabcss .container {
  justify-content: center;
  align-items: center;
  height: 100vh;
}

.tab_box {
  width: 100%;
  display: flex;
  justify-content: space-around;
  align-items: center;
  border-bottom: 2px solid rgba(229 229 229);
  font-size: 18px;
  font-weight: 600;
  position: relative;
}

.tab_box .tab_btn {
  font-size: 18px;
  font-weight: 600;
  color: #234088;
  background: none;
  border: none;
  padding: 10px;
  cursor: pointer;
}

.content_box {
  padding: 20px;
}

.content_box .content {
  display: none;
  animation: moving .5s ease;
}

.content_box .content h2 {
  margin-bottom: 110px;
  margin-left: 9px;
  margin-right: 9px;
  display: flex;
}

@keyframes moving {
  from {
    transform: translateX(50px);
    opacity: 0;
  }

  to {
    transform: translateX(0px);
    opacity: 1;
  }
}

.content_box .content.active {
  display: block;
  width: 1000px;
  padding-left: 50px;
  padding-right: 200px;
}

.content_box .content.active h2 {
  margin-bottom: 10px;
}

.tab_box .tab_btn.active {
  color: #489afe;
}

.line {
  position: absolute;
  top: 45px;
  left: 20px;
  width: 155px;
  height: 5px;
  background-color: #489afe;
  border-radius: 10px;
  transition: all .3s ease-in-out;

}

h5 {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 2rem;
  letter-spacing: -0.9px;
  color: #182350;
}

.tablecss {
  color: white;
  background-color: #21346e;
  border-radius: 25px;
  padding-top: 30px;
  padding-bottom: 30px;
}

.linkedin {
  color: #2d9aff;
  text-decoration: none;
  font-family: Inter, sans-serif;
  font-size: 0.9rem;
  font-weight: 500;
}

#home {
  background:
    linear-gradient(180deg, #182350 0%, #1d4381 100%),
    center / cover no-repeat,
    lightgray;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  overflow: hidden;
  padding: 4rem;
  text-align: center;
  color: #fff;
}

#home::before {
  background: url('img/arrow.svg');
  opacity: 0.5;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#home::after {
  background: url('img/chart.png');
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0.5;
  content: '';
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 100%;
}

#home h4 {
  width: 600px;
}

.chart-bg {
  position: absolute;
  left: 0;
  /* bottom: -30; */
  z-index: 0;
}

.home-img {
  z-index: 1;
}

.animacao1 {
  animation: fadeInUp;
  animation-duration: 2s;
}

.animacao2 {
  animation: fadeInUp;
  animation-duration: 3s;
}

.animacao3 {
  animation: fadeInUp;
  animation-duration: 4s;
}

.animation1 {
  animation: fadeInLeft;
  animation-duration: 1.5s;
}

.animation2 {
  animation: fadeInLeft;
  animation-duration: 2s;
}

.animation3 {
  animation: fadeInLeft;
  animation-duration: 2.5s;
}

.diferential-table {
  width: 100%;
  height: auto;
  display: grid;
  grid-template-columns: 1.3fr 1fr 1fr 1fr;
  grid-template-rows: 1fr 1fr 1fr 1fr;
  background-color: #21346e;
  border-radius: 20px;
  border: 1px solid #3b4e86;
  padding: 30px;
  font-weight: 700;
  position: relative;
  z-index: 1;
}

.grid-item {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 30px 10px;
  text-align: center;
  color: white;
  gap: 15px;
}

.diferential-table-mobile {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: 2fr 1fr 2fr 1fr 2fr 1fr 2fr;
  color: white;
  border: 1px solid #3b4e86;
  background-color: #21346e;
  z-index: 1;
}

.grid-item-mobile {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  border: 1px solid #3b4e86;
  padding: 0px 10px;
  text-align: center;
  font-size: .8rem;
  line-height: 1.1rem;
}

.diferential-table-mobile>div:nth-child(4),
.diferential-table-mobile>div:nth-child(8),
.diferential-table-mobile>div:nth-child(12) {
  grid-column: span 3;
}

.grid-item-mobile img {
  width: 25px;
}

.row-title-img {
  width: 30px !important;
  margin-right: 10px;
}

.row-title {
  flex-direction: row;
  padding: 10px;
  font-size: .8rem;
}

.col-title {
  font-size: .9rem;
}

.grid-item-mobile .exe-logo {
  width: 75px;
}

.border-bottom {
  border-bottom: 1px solid #7185c190 !important;
}

.dt-row-title {
  border-right: 1px solid #7185c190 !important;
  justify-content: flex-start;
  padding-left: 40px;
  font-size: 1.1rem;
}

.cell-img {
  width: 45px;
  height: 45px;
}

.row-title-img {
  width: 35px;
  height: 35px;
}

.dt-cell {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.cell-exeauctions {
  background-color: rgb(var(--color-primary-400) / .2);
}

.dt-col {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 1.2rem;
}

.our-process-description {
  margin-bottom: 40px;
  width: 580px;
}

.step-arrow-step {
  width: 20px;
  height: 20px;
}

.our-process-steps {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  column-gap: 110px;
  font-weight: 700;
}

.time-descriptions {
  width: 575px;
  margin: 0px;
}

.ops-step {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  row-gap: 10px;
}

.ops-step-flow {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  column-gap: 70px;
}

.ops-step-title {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  column-gap: 35px;
}

.ops-step div div {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  row-gap: 15px;
}

.step-association {
  height: 10px;
  width: 260px;
  border: 2px solid #cbccd093;
  border-bottom: none;
  margin-bottom: 30px;
}

.ops-step-title-number {
  font-size: 1.8rem;
  color: var(--yelow);
}

#diferencial {
  background: linear-gradient(180deg, #182350 0%, #1d4381 100%),
    lightgray 50% / cover no-repeat;
  position: relative;
  overflow-x: clip;
}

.diferencial-title {
  margin: 0px;
}

.diferencial-title h4 {
  color: var(--second-white-title-color);
  margin-top: 20px;
  font-size: 1.3rem;
  width: 550px;
}

.diferencial-title h3 {
  margin-bottom: 20px;
  color: var(--yelow);
}

.diferencial-title h2 {
  font-size: 2.7rem;
  width: 750px;
}

.xbg {
  position: absolute;
  width: 52rem;
  top: -60px;
  right: -20rem;
  opacity: 0.2;
  z-index: 0;

  @media screen and (max-width: 767px) {
    right: -10rem;
  }
}

#contato {
  background: linear-gradient(180deg, #182350 0%, #1d4381 100%),
    lightgray 50% / cover no-repeat;
  position: relative;
  padding-top: 0px !important;
  padding-bottom: 0px !important;
  overflow: hidden;
}

#contato .container {
  padding: 180px 10px !important;
}

.vamos-bg {
  position: absolute;
  right: clamp(10rem, 0vw, 80rem);
  z-index: 0;
  height: 100%;
}

.vamos-img {
  position: absolute;
  z-index: 1;
  width: clamp(20rem, 50vw, 40rem) !important;
}

#perguntas .container {
  padding: 50px 100px;
  /* font-weight: 700; */
}

.accordion-header button {
  color: #162d5a !important;
  font-size: 1.1rem;
  font-weight: 500;
}

.accordion-header button:hover {
  color: rgb(var(--color-primary-900)) !important;
}

.accordion-header button:focus {
  box-shadow: none;
}

.accordion-button:not(.collapsed) {
  background-color: transparent;
}

.custom-arrow::after {

  color: #FCA311 !important;
}

#home h1 {
  font-size: 6.5rem;
  margin-bottom: 30px;
  display: flex;
  flex-direction: column;
}

#home>div>div:nth-child(1)>div>h1:nth-child(2) {
  margin-top: 10px;
  color: var(--yelow);
}

#home h4 {
  font-size: 1.5rem;
  font-weight: 200 !important;
  color: var(--second-white-title-color);
}

.im-img {
  width: 50px;
  padding-bottom: 20px;
}

#modelo .container {
  display: flex;
  flex-direction: column;
  row-gap: 30px;
}

#modelo .card-title {
  width: 120px !important;
}

#modelo h2 {
  width: 500px;
}

#processo h3 {
  color: var(--yelow);
  font-size: 1.3rem;
  margin-bottom: 20px;
}

#processo h2 {
  font-size: 2.6rem;
}

.contato-btn {
  background-color: var(--yelow);
  color: white;
  padding: 10px 30px;
  font-size: 1.2rem;
  border-radius: 7px;
  border: none;
  margin-top: 20px;
}

.contato-btn:hover:hover {
  background-color: #ff8000;
  color: white;
}

#sobre h2 {
  width: 600px;
}

.step-img {
  width: 100px;
  height: 100px;
}

@media (max-width: 768px) {

  body,
  html {
    overflow-x: hidden !important;
  }

  section {
    min-height: 60vh !important;
    padding-left: 0px !important;
    width: 100vw !important;
    padding: 80px 15px !important;
  }

  .container {
    margin: 10px;
    padding: 0px !important;
    margin: 0px !important;
    width: calc(100vw - 30px) !important;
  }

  h4 {
    font-size: 1.2rem !important;
    line-height: 1.5rem !important;
  }

  h3 {
    font-size: 1.2rem !important;
    margin-bottom: 10px;
  }

  h2 {
    font-size: 1.9rem !important;
    line-height: 2.2rem !important;
  }

  h1 {
    font-size: 3.5rem !important;
    line-height: 3.5rem !important;
    margin-bottom: 80px;
  }

  #modelo,
  #home,
  #sobre,
  #diferencial,
  #processo,
  #time,
  #contato,
  #perguntas {
    padding: 80px 15px !important;
  }

  /* header */
  .navbar {
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
  }

  .navbar .container {
    height: auto !important;
    display: flex;
    justify-content: space-between;
    margin: 0px !important;
    padding: 7px 5px !important;
  }

  .sandbox-btn {
    padding: 6px 15px;
  }

  .sandbox-btn-container {
    margin: 0px 10px 0px 20px !important;
  }

  #dropdownButton {
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 3px;
  }

  .exe-logo {
    width: 75px;
  }

  .navbar-nav {
    position: absolute;
    right: 0px;
    top: 70px;
    padding: 0px 5px;
    background-color: white;
    color: #dfdfdf87;
    border-radius: 5px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    animation-duration: 0s !important;
  }

  .navbar-nav li {
    border-bottom: 1px solid rgba(101, 101, 101, 0.236);
    padding: 6px 10px;
    font-size: .9rem;
  }

  .navbar .nav-item .nav-link {
    color: #183265 !important;
  }

  .navbar-toggler:focus {
    box-shadow: none;
  }

  /* home */
  #home h4 {
    width: auto;
    font-size: 1.5rem !important;
    line-height: 2.0rem !important;
  }

  .home-img {
    margin-top: 120px;
    max-width: none;
    width: 470px;
  }

  #home::after {
    height: 70%;
  }

  /* modelo */
  #modelo .card-body {
    width: clamp(200px, 75vw, 400px) !important;
  }

  #modelo .card-title {
    width: auto;
  }

  #modelo h2 {
    width: auto;
  }

  #modelo .card-title {
    width: auto;
  }

  #modelo .animate__animated {
    display: flex;
    align-items: center;
    justify-content: center;
    width: clamp(200px, 85vw, 400px) !important;
  }

  #modelo .card-body h6,
  #modelo .card-body p {
    width: 100% !important;
    min-width: none !important;
  }

  #modelo .col-md {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
  }

  .im-img {
    width: 40px !important;
    padding-bottom: 15px;
  }

  .card-title {
    margin-bottom: 10px !important;
  }

  #modelo .container {
    row-gap: 40px;
  }


  /* sobre */
  #sobre h2 {
    width: auto;
  }

  .sobre-img-div {
    display: none;
  }

  .sobre-card,
  .sobre-card div,
  .content_box,
  .card-body {
    padding: 0px !important;
    width: 100% !important;
  }

  .content_box .content {
    padding: 0px 10px !important;
  }

  .content_box {
    width: auto !important;
  }

  .content_box .content.active {
    width: auto;
  }

  .container .aboutcss {
    /* min-width: 300px; */
    width: clamp(200px, 85vw, 850px);
    margin: 0px !important;
  }

  #sobre .container .tabcss {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
  }

  .aboutcss .tab_box button {
    font-size: 1rem;
    line-height: 1.1rem;
  }

  .line {
    margin-top: 5px;
    display: none;
  }

  #sobre>div>div.container-fluid.py-2.text-center {
    margin-bottom: 50px !important;
  }


  /* diferencial */
  .diferencial-title h4 {
    width: auto;
  }

  .diferencial-title h2 {
    width: auto;
  }

  .container.our-process-steps {
    padding: 20px !important;
  }

  .container .container {
    padding: 0px !important;
  }

  .container .container-fluid {
    padding: 0px !important;
  }

  #diferencial .container {
    display: flex;
    flex-direction: column;
    row-gap: 70px;
  }

  .diferential-table {
    display: none;
  }

  .diferential-table-mobile {
    display: grid !important;
  }

  /* nosso processo */
  #processo h2 {
    margin: 0px !important;
  }

  #processo h3 {
    margin-bottom: 12px;
  }

  .our-process-description {
    margin-top: 30px !important;
    font-size: 1rem;
    width: auto;
  }

  .our-process-steps img {
    display: hidden;
  }

  .our-process-steps {
    flex-direction: column;
    row-gap: 60px;
  }

  .step-tp-step {
    display: none;
  }

  .ops-step {
    max-width: none !important;
  }

  .ops-step-title {
    font-size: 1.0rem;
  }

  .ops-step-title span {
    font-size: 1.9rem;
  }

  .step-arrow-step {
    width: 40px;
    height: 40px;
  }

  .ops-step-flow {
    column-gap: 40px;
    font-size: .9rem;
    line-height: 1rem;
  }

  /* time */
  .time-descriptions {
    font-size: 1rem;
    width: auto;
    margin-top: 30px;
    margin-bottom: 50px;
  }

  .card {
    width: 330px;
  }

  .card div {
    padding: 20px !important;
  }

  #time .col {
    display: flex;
    align-items: center;
    justify-content: center;
  }


  /* contato */
  #contato h2 {
    font-size: 1.3rem;
  }

  #contato h4 {
    font-size: 1.2rem;
    line-height: 1.8rem !important;
  }

  #contato .container {
    display: flex;
    justify-content: center;
    align-self: flex-start;
    max-height: none !important;
    height: auto !important;
    max-height: none !important;
    padding: 50px 10px 90px 10px !important;
  }

  #contato .container .row {
    height: auto !important;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    row-gap: 10px;
    text-align: center;
    height: 500px !important;
    max-height: none !important;
  }

  .contato-desc {
    height: auto !important;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    row-gap: 10px;
    text-align: center;
  }

  .vamos-img {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-top: 40px;
  }

  /* perguntas */
  #perguntas h2 {
    margin-bottom: 30px;
  }

  #perguntas .accordion-header {
    margin-bottom: 0px;
  }

  /* footer */
  footer {
    display: flex;
    justify-content: center;
  }

  footer .container {
    padding: 30px 0px !important;
  }

  footer .container div {
    margin: 0px !important;
  }

  .sandbox-btn {
    margin-top: 3px !important;
  }

  .dropdown {
    margin-right: 5px;
  }

  .dropdown-content {
    top: 50px;
    left: -40px;
  }
  
  .dropdown button i {
    font-size: 1.3rem !important;
  }

}