/*************** HEADER *************/
body {
  font-family: "Inter" !important;
  font-weight: 400;
}

.header {
  padding-top: 24px;
  padding-bottom: 24px;
  background: #fff;
  box-shadow: 0px 8px 24px rgba(0, 0, 0, 0.08);
  min-height: 123px;
}

.header .logo{
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  color: #006BB6;
  width: 156px;
  text-decoration: none;
}

.header-body {
  min-height: 71px;
}

.cart, .profile { display: inline-block; }

.cart .cart-status {
  display: inline-block;
  vertical-align: middle;
}

.profile {
  margin-left: 35px;
}

.header-options {
  display: flex;
  align-items: center;
  background: #fff;
  border: 1px solid #A9DAF5;
  border-radius: 8px;
  padding: 12px;
}

.header-hero {
  background: linear-gradient(180deg, rgba(181, 225, 250, 0.2) 0%, rgba(89, 127, 149, 0) 100%), linear-gradient(180deg, rgba(0, 107, 182, 0.9) 0%, rgba(0, 107, 182, 0.357065) 67.19%, rgba(0, 107, 182, 0) 95.83%), linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url(../images/home.jpg);
  background-blend-mode: color-dodge, multiply, normal, normal;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  height: auto;
  padding-bottom: 140px;
}

.header-hero .header-menu {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 24px;
  padding-bottom: 24px;
  min-height: 123px;
}

.header-title {
  margin-top: 130px;
}

.header-title .h1-analise {
  font-size: 40px;
  line-height: 52px;
  color: #FFFFFF;
  font-weight: 700;
}

.header-title p {
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  color: #A9DAF5;
}

.header-description {
  max-width: 591px;
  text-align: start;
  margin-left: 34px;
}

.header-title .logo {
  color: #fff;
  font-weight: 700;
  font-size: 40px;
  line-height: 48px;
  text-align: right;
  color: #FFFFFF;
  max-width: 388px;
  margin-right: 34px;
  text-decoration: none;
}

.header-sub-title {
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  color: #A9DAF5;
}

@media(max-width: 769px) {
  .header-title .logo {
    font-weight: 700;
    font-size: 24px;
    line-height: 29px;
    padding-bottom: 24px;
    border-bottom: 1px solid #A9DAF5;
  }
}

.btn {
  padding: 12px 16px;
  border-radius: 8px;
  font-weight: 700;
  font-size: 14px;
  line-height: 16px;
}

.btn.btn-light {
  background: #FFFFFF;
  color: #006BB6;
}

.btn.btn-link {
  border: 1.4px solid #FFFFFF;
  background: transparent;
  color: #FFFFFF;
  text-decoration: none;
}

.header-hero .btn-light {
  margin-right: 32px;
}

@media(max-width: 790px) {
  .header-hero {
    background-size: cover;
    min-height: 360px;
    height: auto !important;
  }

  .header-hero .logo {
    text-align: left;
    font-size: 24px;
    line-height: 28px;
  }

  .header-hero {
    padding-bottom: 34px;
  }

  .header-title {
    margin-top: 34px;
  }

  .header-title .h1-analise {
    font-size: 32px;
    line-height: 40px;
    margin-top: 24px;
    margin-bottom: 24px;
  }

  .header-title .header-description {
    margin-left: 0;
    max-width: unset;
  }

  .header-title p {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 24px;
  }
}

/************** FOOTER ************/
.realizadores {
  padding-top: 32px;
  padding-bottom: 32px;
  background: #006BB6;
}

.realizadores .title {
  color: #fff;
  margin-bottom: 16px;
}

.realizadores img {
  margin-right: 20px;
}

.realizadores img:last-child {
  margin-right: 0;
}

.realizadores .email,
.realizadores .phone,
.realizadores .address {
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
  color: #FFFFFF;
}

.realizadores .logos img {
  width: 173px;
}

.realizadores .senai-logo .title {
  margin-left: 20px;
}

@media(max-width: 790px) {
  .realizadores .logos {
    display: flex;
    justify-content: center;
  }

  .sac {
    text-align: center;
    margin-top: 32px;
  }
}

.copyright {
  text-align: center;
  background: #00497C;
  padding-top: 16px;
  padding-bottom: 16px;
  color: #fff;
}

/********** HOME ***********/
.ask-virtual {
  background: rgba(169, 218, 245, 0.2);
  padding-top: 68px;
  padding-bottom: 68px;
}

h2.title{
  font-weight: 700 !important;
  font-size: 24px !important;
  line-height: 36px;
  color: #006BB6;
  padding-left: 8px;
  border-left: 2px solid #A9DAF5;
}

h3.title {
  font-weight: 700 !important;
  font-size: 20px !important;
  line-height: 28px;
  color: #006BB6;
}

.ask-virtual h2 {
  max-width: 315px;
}

.ask-virtual .description {
  font-size: 18px;
  line-height: 27px;
  color: #505050;
}

.card-info {
  padding: 16px;
  height: 116px;
  background: #FFFFFF;
  box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.08);
  border-radius: 8px;
  display: flex;
  align-items: center;
}

.card-info .card-number {
  font-weight: 700;
  font-size: 64px;
  line-height: 77px;
  display: flex;
  align-items: center;
  text-align: center;
  letter-spacing: 0.03em;
  color: #A9DAF5;
}

.card-info .card-text {
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  color: #006BB6;
  margin-left: 16px;
}

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

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

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

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

.m-24 {
  margin-top: 24px;
  margin-bottom: 24px;
}

.mt-64 {
  margin-top: 64px;
}

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

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

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

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

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

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

.mt-26 {
  margin-top: 26px;
}

@media(max-width: 790px) {
  .ask-virtual .row > * {
    margin-bottom: 16px;
  }

  .ask-virtual .row > *:last-child {
    margin-bottom: 16px;
  }
}

/****** BREADCRUMB ******/
ul.m-breadcrumb {
  padding: 0;
  margin: 0;
  margin-top: 48px;
  margin-bottom: 24px;
}

ul.m-breadcrumb li .home {
  display: inline-block;
  vertical-align: middle;
  background-image: url(../icons/home.svg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 16px;
  height: 16px;
}

ul.m-breadcrumb li {
  display: inline-block;
  list-style: none;
  vertical-align: middle;
}

ul.m-breadcrumb li:after {
  content: " ";
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center;
  width: 16px;
  height: 16px;
  vertical-align: middle;
  margin-left: 8px;
  margin-right: 8px;
  background-image: url(../icons/arrow.svg);
}

ul.m-breadcrumb li:last-child:after{
  display: none;
}

ul.m-breadcrumb li,
ul.m-breadcrumb li a {
  font-weight: 400;
  font-size: 14px;
  color: #262626;
}

ul.m-breadcrumb li span {
  padding-top: 2px;
  display: inline-block;
  vertical-align: middle;
}

ul.m-breadcrumb li a {
  text-decoration: none;
}

ul.m-breadcrumb li a:hover {
  text-decoration: underline;
}

/****** FORM *******/
input.form-control {
  padding: 8px 4px 8px 16px;
  height: 56px;
  border: 2px solid #C0C0C0;
  border-radius: 4px;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #505050;
}

.form-label {
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  color: #006BB6;
}

.btn.btn-primary {
  padding: 12px 16px;
  background: #006BB6;
  border-radius: 8px;
  border-color: #006BB6;
}


/******* PROGRESSBAR - STEPPER ********/

.progressBar {
  counter-reset: step;
  margin: 0px;
  padding: 0px;
}

.progressBar li {
  list-style-type: none;
  float: left;
  width: 33%;
  position: relative;
  text-align: center;
}

.progressBar li > div {
  max-width: 100px;
  display: inline-block;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #505050;
}

.progressBar li.active > div {
  font-weight: 700;
  color: #006BB6;
}

.progressBar li:before {
  content: counter(step);
  counter-increment: step;
  line-height: 40px;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  border: 1px solid #DFDFDF;
  display: block;
  text-align: center;
  margin: 0 auto 10px;
  background-color: #DFDFDF;
  color: #262626;
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  padding-top: 4px;
}

.progressBar li:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 8px;
  background-color: #DFDFDF;
  top: 17px;
  left: -50%;
  z-index: -1;
}

.progressBar li:first-child:after {
  content: none;
}

.progressBar li.active {
  color: #006BB6;
}

.progressBar li.active:before {
  border-color: #006BB6;
  background-color: #006BB6;
  color: #fff;
}

.progressBar li.active:after {
  background-color: #006BB6;
}

.cni-btn.secondary {
  background: transparent;
  color: #006BB6;
  border: solid 0.125rem #006BB6;
}

.splide ul {
  list-style: none;
}

ul.observations {
  padding-left: 1rem;
  margin-bottom: 16px;
}

ul.observations li {
  margin-bottom: 16px;
}

.text-sub-title {
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  color: #646464;
  margin-top: 32px;
  margin-bottom: 8px;
}

@media(max-width: 790px) {
  .home-filter-form {
    width: 100%;
  }
}