/*------------------- BANNER ---------------------*/
#banner{
  background-color: var(--cor-preto);
  background-image: url('../../consultoria-empresarial/geral/banner-background.webp');
  background-repeat: no-repeat;
  -webkit-background-position: top left;
  -moz-background-position: top left;
  background-position: top left;
  background-attachment: fixed;
  min-height: 50.0000rem;
  padding-top: 115px;
  padding-bottom: 3.1250rem;
}
#banner .container {
  width: 94%;
  max-width: 94%;
  margin: 0 auto;
  border-radius: 30px;
  border: 1px solid #2e2e2eb0;
  display: flex;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-background: #000000a8;
  -moz-background: #000000a8;
  background: #000000a8;
  -webkit-background: linear-gradient(45deg,rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 1) 75%, rgba(56, 56, 56, 1) 100%);
  -moz-background: linear-gradient(45deg,rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 1) 75%, rgba(56, 56, 56, 1) 100%);
  background: linear-gradient(45deg,rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 1) 75%, rgba(56, 56, 56, 1) 100%);
  position: relative;
  min-height: 40rem;
}
#banner .content {
  width: 90%;
  max-width: 98.3125rem;
  display: flex;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  padding: 2rem 0;
}
#banner .content .esq span {
  font-weight: 600;
  color: var(--cor-rose);
  margin-bottom: 1.8750rem;
  display: block;
}
#banner .content .esq h1 {
  font-size: 2.5000rem;
  line-height: 3.2500rem;
  color: var(--cor-branco);
  font-weight: 600;
  margin-bottom: 1.8750rem;
  letter-spacing: 1px;
}
#banner .content .esq h1 strong{
  font-size: 2.5000rem;
  color: var(--cor-rose);
  font-weight: 600;
  letter-spacing: 1px;
}
#banner .content .esq p{
  font-size: 18px;
  line-height: 1.35;
  color: var(--cor-branco);
  font-weight: 300;
  margin-bottom: 1.8750rem;
  max-width: 90%;
}
#banner .content .esq p strong{
  font-size: 18px;
  line-height: 1.35;
  color: var(--cor-branco);
  font-weight: 600;
}
#banner .content .esq .botoes{
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  gap: 20px;
}
#banner .content .esq .btn-1{
  border-radius: 100px;
  border: 2px solid var(--cor-rose);
  color: var(--cor-branco);
  padding: 15px 1.8750rem;
  -webkit-transition: .2s ease;
  -moz-transition: .2s ease;
  -ms-transition: .2s ease;
  transition: .2s ease;
  text-decoration: none;
}
#banner .content .esq .btn-1:hover{
  -webkit-transition: .2s ease;
  -moz-transition: .2s ease;
  -ms-transition: .2s ease;
  transition: .2s ease;
  border: 2px solid var(--cor-branco);
  color: var(--cor-preto);
  -webkit-background: var(--cor-branco);
  -moz-background: var(--cor-branco);
  background: var(--cor-branco);
  -webkit-box-shadow: 0 0 20px var(--cor-cinza);
  -moz-box-shadow: 0 0 20px var(--cor-cinza);
  box-shadow: 0 0 20px var(--cor-cinza);
}
#banner .content .esq .btn-2{
  border-radius: 100px;
  border: 2px solid var(--cor-branco);
  color: var(--cor-preto);
  -webkit-background: var(--cor-branco);
  -moz-background: var(--cor-branco);
  background: var(--cor-branco);
  padding: 15px 1.8750rem;
  font-weight: 600;
  -webkit-transition: .2s ease;
  -moz-transition: .2s ease;
  -ms-transition: .2s ease;
  transition: .2s ease;
  text-decoration: none;
}
#banner .content .esq .btn-2:hover{
  -webkit-transition: .2s ease;
  -moz-transition: .2s ease;
  -ms-transition: .2s ease;
  transition: .2s ease;
  -webkit-box-shadow: 0 0 20px var(--cor-cinza);
  -moz-box-shadow: 0 0 20px var(--cor-cinza);
  box-shadow: 0 0 20px var(--cor-cinza);
}
#banner .content .dir{
    display: flex;
    flex-direction: column;
    align-content: flex-end;
    align-items: flex-end;
    padding-right: 60px;
}
#banner .content .dir img{
    max-width: 85%;
}
#banner .redes-sociais{ 
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  align-content: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  max-width: 1.7500rem;
  gap: 5px;
  position: absolute;
  left: 5%;
  top: calc(50% - 6.2500rem);
}
#banner .redes-sociais .redes{ 
  display: grid;
  gap: 5px;
}
#banner .redes-sociais .redes a{ 
  opacity: .25;
  -webkit-transition: .2s ease;
  -moz-transition: .2s ease;
  -ms-transition: .2s ease;
  transition: .2s ease;
}
#banner .redes-sociais .redes a:hover{ 
  opacity: 1;
  -webkit-transition: .2s ease;
  -moz-transition: .2s ease;
  -ms-transition: .2s ease;
  transition: .2s ease;
}
#banner .pre-titulo {
    color: var(--cor-rose)!important;
    font-size: 14px;
    letter-spacing: 0;
}
/****** RESPONSIVO */
@media only screen and (max-width: 1800px) {
  #banner .content .esq h1 {
    font-size: 2.3rem;
    line-height: 1.5;
    margin-bottom: 15px;
  }
  .pre-titulo {
    font-size: 14px;
    line-height: 1.5;
  }
  #banner .content .esq p {
    font-size: 16px;
    line-height: 1.5rem;
    font-weight: 300;
    margin-bottom: 30px;
  }
  #banner .content .esq p:last-child{
    margin-bottom: 45px!important;
  }
  #banner .content .esq p strong {
    font-size: 16px;
    line-height: 1.5;
    color: var(--cor-branco);
  }
  .btn-1,
  .btn-2{
    font-size: 16px;
  }
}
@media only screen and (max-width: 1600px) {
  #banner {
      padding-top: 105px;
  }
  #banner .content {
    width: 95%;
  }
  #banner .pre-titulo {
    font-size: 14px;
  }
  #banner .content .esq h1 {
   font-size: 2rem;
   line-height: 1.5;
   letter-spacing: 0;
   margin-bottom: 20px;
  }
  #banner .content .esq p,
  #banner .content .esq p strong {
    font-size: 16px;
    line-height: 1.5;
  }
  .btn-1,
  .btn-2{
    font-size: 16px;
  }
}
@media only screen and (max-width: 1366px) {
  #banner .redes-sociais {
      left: 3%;
  }
  #banner .description {
    font-size: 10px;
    line-height: 16px;
  }
  #banner {
    padding-top: 80px;
    padding-bottom: 30px;
    min-height: auto;
  }
  #banner .content {
    padding: 30px 0;
  }
  #banner .content .esq p strong{
    margin-bottom: 45px;
    display: block;
  }
  #banner .pre-titulo {
    font-size: 12px;
    font-weight: 300;
    letter-spacing: 0.2px;
  }
  #banner .content .esq h1 {
    font-size: 2.0rem;
    line-height: 1.35;
    width: 75%;
  }
  #banner .content .esq p {
    font-size: 14px;
    line-height: 1.5;
  }
  #banner .content .esq p strong{
    font-size: 14px;
  }
}
@media only screen and (max-width: 1280px) {
  #banner .redes-sociais {
    max-width: 25px;
  }
  #banner {
    padding-top: 70px;
  }
  #banner .content .esq h1 {
    width: 100%;
  }
}
@media only screen and (max-width: 1200px) {
  #banner .redes-sociais {
    top: calc(50% - 9.25rem);
  }
}
@media only screen and (max-width: 1080px) {
    #banner .content {
        padding: 60px 0;
    }
}
@media only screen and (max-width: 1023px) {
  #banner {
    min-height: auto;
    padding-top: 80px;
  }
  #banner .container {
    display: flex;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    position: relative;
    flex-direction: column;
    align-items: center;
  }
  #banner .content {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    padding: 60px 0 0;
    display: flex;
  }
  #banner .content .dir {
    display: flex;
    flex-direction: column;
    padding-right: 0;
    align-items: center;
    align-content: center;
    margin: 0 auto;
  }
  #banner .content .esq span {
      font-size: 14px;
  }
  #banner .esq,
  #banner .dir {
      max-width: 90%;
      width: 90%;
  }
  #banner .content .esq h1,
  #banner .content .esq h1 strong {
    font-size: 5.5rem;
    line-height: 6.4rem;
  }
  #banner .redes-sociais{
    position: relative;
    display: flex;
    top: 0;
    left: 0;
    flex-direction: row;
    align-content: center;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 100%;
  }
  #banner .redes-sociais .redes {
    display: flex;
    gap: 5px;
    margin-bottom: 60px;
    margin-top: 30px;
}
  #banner .redes-sociais .redes a{
    width: 30px;
    height: 30px;
  }
  #banner .content .esq .btn-1,
  #banner .content .esq .btn-2 {
    padding: 15px 30px;
  }
  #banner .content .dir img{
    width: 100%;
  }
  #banner .content .esq p {
    margin-bottom: 30px;
    min-width: 100%;
    font-size: 16px;
  }
  #banner .content .esq p strong {
        font-size: 16px;
  }
}
  @media only screen and (max-width: 768px) {
  #banner {
    padding-top: 90px;
  }
  #banner .content .esq span {
    margin-bottom: 30px;
  }
    #banner .content .esq p {
    margin-bottom: 45px;
    }
  #banner .content .esq h1,
  #banner .content .esq h1 strong {
    font-size: 7.5rem;
    line-height: 9.4rem;
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 600px) {
    #banner {
      padding-top: 80px;
    }
    #banner .container {
    border-radius: 30px;
    }
    /*
    #banner .content .dir img {
    display: none;
    }
    */
    #banner .content .esq .botoes {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 20px;
    }
    #banner .content .esq p,
    #banner .content .esq p strong {
      font-size: 16px;
    }
}
@media only screen and (max-width: 450px) {
 #banner .content .esq .btn-1, #banner .content .esq .btn-2 {
    font-size: 16px;
    line-height: 1.5;
  }
}
/*------------------- GERAL ---------------------*/
.page-content .container {
    max-width: 1366px!important;
}
.pre-titulo {
    line-height: 1.5;
    font-weight: 400;
    margin-bottom: 10px;
    display: block;
    color: var(--cor-laranja);
}
p strong.animate-mark {
  font-weight: 400;
  background-image: linear-gradient(to right, var(--cor-laranja) 0%, var(--cor-bordo) 100%);
  background-size: 0% 100%;
  background-repeat: no-repeat;
  background-position: 0% 100%;
  transition: background-size 0.6s ease;
  color: var(--cor-preto);
  padding: 5px;
}
p strong.animate-mark.active {
  animation: highlight-text 1.2s forwards;
  color: var(--cor-branco);
}
@keyframes highlight-text {
  to {
    background-size: 100% 100%;
  }
}
.page-content .botoes{
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  gap: 20px;
}
.page-content .btn-1{
  border-radius: 100px;
  border: 2px solid var(--cor-rose);
  color: var(--cor-chumbo);
  padding: 15px 20px;
  -webkit-transition: .2s ease;
  -moz-transition: .2s ease;
  -ms-transition: .2s ease;
  transition: .2s ease;
  text-decoration: none;
}
.page-content .btn-1:hover{
  -webkit-transition: .2s ease;
  -moz-transition: .2s ease;
  -ms-transition: .2s ease;
  transition: .2s ease;
  border: 2px solid var(--cor-rose);
  color: var(--cor-preto);
  -webkit-background: var(--cor-rose);
  -moz-background: var(--cor-rose);
  background: var(--cor-rose);
}
.page-content .btn-2{
  border-radius: 100px;
  border: 2px solid var(--cor-chumbo);
  color: var(--cor-branco);
  -webkit-background: var(--cor-chumbo);
  -moz-background: var(--cor-chumbo);
  background: var(--cor-chumbo);
  padding: 15px 30px;
  font-weight: 600;
  -webkit-transition: .2s ease;
  -moz-transition: .2s ease;
  -ms-transition: .2s ease;
  transition: .2s ease;
  text-decoration: none;
  line-height: 1.5;
}
.page-content .btn-2:hover{
  -webkit-transition: .2s ease;
  -moz-transition: .2s ease;
  -ms-transition: .2s ease;
  transition: .2s ease;
  border: 2px solid var(--cor-bordo);
  -webkit-background: var(--cor-bordo);
  -moz-background: var(--cor-bordo);
  background: var(--cor-bordo);
}
.page-content p:last-child {
  margin-bottom: 0;
}
@media only screen and (max-width: 1800px) {
  .page-content p {
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 1600px) {
  .page-content p {
    line-height: 1.5;
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 1366px) {
  .page-content p {
      font-size: 14px;
  }
  .btn-1, .btn-2 {
      font-size: 14px;
  }
}
@media only screen and (max-width: 1280px) {
  .page-content p {
      color: var(--cor-chumbo);
      font-size: 16px;
  }
}
@media only screen and (max-width: 1200px) {
  .pre-titulo {
      font-size: 14px;
      letter-spacing: 0;
  }
}
@media only screen and (max-width: 450px) {
  .page-content p {
      line-height: 1.5;
  }
  .btn-1, .btn-2 {
      font-size: 16px;
      line-height: 1.5;
  }
}
/*------------------- MENU INTERNO ---------------------*/
#menu-setor ul{
    display: flex;
    gap: 30px;
    justify-content: center;
    padding: 2rem 0 0;
}
#menu-setor ul li{

}
#menu-setor ul li a{
    font-size: 16px;
    line-height: 1;
    font-weight: 600;
    color: var(--cor-chumbo);
    transition: .2s ease all;
    position: relative;
    display: block;
}
#menu-setor ul li a:before{
    content: '';
    height: 1px;
    width: 0;
    position: absolute;
    background-color: var(--cor-bordo);
    bottom: -5px;
    left: 0;
    visibility: hidden;
    transform: scaleX(0);
    transition: .2s ease all;
}
#menu-setor ul li a:hover{
    color: var(--cor-bordo);
    transition: .2s ease all;    
}
#menu-setor ul li a:hover::before{
    width: 100%;
    visibility: visible;
    transform: scaleX(1);
    transition: .2s ease all;
}
@media only screen and (max-width: 1600px) {
  #menu-setor ul {
    padding: 4rem 0 0;
  }
}
@media only screen and (max-width: 1200px) {
  #menu-setor ul li a {
    font-size: 14px;
  }
}
@media only screen and (max-width: 800px) {
  #menu-setor {
    display: none;
  }
}
/*------------------- OPORTUNIDADE ---------------------*/
#oportunidade{
    margin: 0;
    padding-top: 90px;
}
#oportunidade .container {
    gap: 3%;
    display: flex;
}
#oportunidade .esq{
    max-width:21%;
    width: 21%;
}
#oportunidade .dir{
    max-width: 79%;
    width: 79%; 
}
#oportunidade .titulo {
    font-size: 2rem;
    line-height: 1.5;
}
#oportunidade .sobre{
    display: flex;
    flex-direction: row;
    margin-top: 45px;
    margin-bottom: 90px;
    gap: 30px;
}
#oportunidade .sobre .sobre-itens{
    display: flex;
    flex-direction: column;
    border-radius: 15px;
    transition: .2s ease all;
    position: relative;
    border: 1px solid #dfdfdf;
    padding: 30px 45px;
    -webkit-transition: transform 0.7s ease;
    -moz-transition: transform 0.7s ease;
    -ms-transition: transform 0.7s ease;
    transition: transform 0.7s ease;
    width: 100%;
}
#oportunidade .sobre .sobre-itens:hover{
    -webkit-transform: translateY(-5px);
    -moz-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px);
    border: 1px solid var(--cor-branco);
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .25);
    -moz-box-shadow: 0 5px 15px rgba(0,0,0,.25);
    box-shadow: 0 5px 15px rgba(0, 0, 0, .25);
    -webkit-transition: transform 0.7s ease;
    -moz-transition: transform 0.7s ease;
    -ms-transition: transform 0.7s ease;
    transition: transform 0.7s ease;
}
#oportunidade .sobre .sobre-itens img{
    max-width: 50px;
    margin-top: 60px;
    margin-bottom: 30px;
}
#oportunidade .sobre .sobre-itens .sobre-itens-titulo{
    color: var(--cor-bordo);
    background-image: linear-gradient(45deg, var(--cor-bordo), var(--cor-laranja) 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 22px;
    line-height: 1.35;
    margin-bottom: 20px;
}
#oportunidade .sobre .sobre-itens p{
    line-height: 1.5;
    margin-bottom: 0;
}
@media only screen and (max-width: 1800px) {
  #oportunidade .titulo {
    font-size: 1.75rem;
    line-height: 1.25;
  }
  #oportunidade .sobre .sobre-itens .sobre-itens-titulo {
    font-size: 20px;
    line-height: 1.35;
    margin-bottom: 10px;
    font-weight: 600;
  }
  #oportunidade .sobre .sobre-itens p {
    line-height: 1.25;
    font-size: 16px;
    font-weight: 400;
  }
  #oportunidade .sobre {
    margin-bottom: 90px;
  }
  #oportunidade .sobre .sobre-itens img {
    max-width: 50px;
    margin-top: 30px;
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 1366px) {
  #oportunidade {
    padding-top: 60px;
  }
  #oportunidade .sobre .sobre-itens img {
    max-width: 20px;
  }
}
@media only screen and (max-width: 1440px) {
      #oportunidade .sobre .sobre-itens .sobre-itens-titulo {
        font-size: 18px;
        line-height: 1.25;
        font-weight: 500;
    }
}
@media only screen and (max-width: 1366px) {
    #oportunidade .sobre .sobre-itens p {
        font-size: 14px;
    }
}
@media only screen and (max-width: 1280px) {
  #oportunidade .sobre {
      gap: 15px;
  }
}
@media only screen and (max-width: 1200px) {
  #oportunidade {
    padding-top: 60px;
  }
}
@media only screen and (max-width: 1080px) {
   #oportunidade .titulo {
      font-size: 24px;
      line-height: 1.25;
   }
   #oportunidade .sobre .sobre-itens img {
        max-width: 30px;
   }
}
@media only screen and (max-width: 1023px) {
  #oportunidade .container {
    flex-direction: column;
  }
  #oportunidade .esq {
    max-width: 100%;
    width: 100%;
  }
  #oportunidade .dir {
    max-width: 100%;
    width: 100%;
  }
  #oportunidade .titulo {
    margin-bottom: 20px;
  }
  #oportunidade .sobre .sobre-itens {
    padding: 30px;
   }
}
@media only screen and (max-width: 800px) {
  #oportunidade .sobre{
        flex-direction: column;
   }
  #oportunidade .sobre .sobre-itens img {
        margin-top: 0;
  }
}
@media only screen and (max-width: 600px) {
  #oportunidade .titulo {
     font-size: 6rem;
  }
}
@media only screen and (max-width: 450px) {
 #oportunidade .titulo {
       font-size: 8rem;
  }
}
/*------------------- DIFERENCIAIS ---------------------*/
:root {
    --cor-verde-claro: #296F82;
}
#diferencial{
    margin: 0;
}
#diferencial .diferencial-titulo,
#clientes .clientes-titulo{
    text-align: center;
    font-size: 28px;
    margin-bottom: 20px;
}
#diferencial p,
#clientes p{
    text-align: center;
}
#diferencial .diferencial-titulo span{
    color: var(--cor-verde-claro);
    position: relative;
}
#diferencial .diferencial-titulo span:before {
    content: '';
    background-image: url(../../consultoria-empresarial/geral/sublinhado-verde-claro.svg);
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    height: 10px;
    width: 100%;
    bottom: -5px;
    left: 0;
    opacity: .25;
}
#diferencial .diferencial-boxes{
    display: flex;
    flex-direction: row;
    gap: 30px;
}
#diferencial .diferencial-mercado{
    width: 100%;
    padding: 60px 45px;
    border-radius: 15px;
    border: 1px solid #dfdfdf;
    backdrop-filter: blur(20px);
}
#diferencial .diferencial-mercado .diferencial-item-titulo{
    margin-bottom: 30px;
}
#diferencial .diferencial-mercado .diferencial-item-titulo span{
  color: var(--cor-laranja);
}
#diferencial .diferencial-mercado .diferencial-item-titulo,
#diferencial .diferencial-mid  .diferenciais-title-wrap .diferencial-item-titulo{
    text-align: center;
    font-size: 22px;
}
#diferencial .diferencial-mercado .diferencial-lista li,
#diferencial .diferencial-mid .diferencial-lista li{
      font-size: 18px;
      line-height: 1.25;
      font-weight: 400;
      margin-bottom: 10px;
      position: relative;
      display: block;
      padding-left: 30px;
}
#diferencial .diferencial-mercado .diferencial-lista li:before{
  content:url('../../../midfalconi/consultoria-empresarial/icones/icon-no.svg');
}
#diferencial .diferencial-mid .diferencial-lista li:before{
  content:url('../../../midfalconi/consultoria-empresarial/icones/icon-check.svg');
}
#diferencial .diferencial-mercado .diferencial-lista li:before,
#diferencial .diferencial-mid .diferencial-lista li:before{
    position: absolute;
    left: 0;
    width: 20px;
    height: 20px;  
}
#diferencial .diferencial-mercado .diferencial-lista li:last-child,
#diferencial .diferencial-mid .diferencial-lista li:last-child{
    margin-bottom: 0;
}
#diferencial .diferencial-mid{
    width: 100%;
    padding: 60px 45px;
    border-radius: 15px;
    border: 1px solid #dfdfdf;
    background: linear-gradient(45deg, var(--cor-verde), var(--cor-verde-claro));
}
#diferencial .diferencial-mid,
#diferencial .diferencial-mercado{
    -webkit-transition: transform 0.7s ease;
    -moz-transition: transform 0.7s ease;
    -ms-transition: transform 0.7s ease;
    transition: transform 0.7s ease;
}
#diferencial .diferencial-mid:hover,
#diferencial .diferencial-mercado:hover{
    -webkit-transform: translateY(-5px);
    -moz-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px);
    border: 1px solid var(--cor-branco);
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .25);
    -moz-box-shadow: 0 5px 15px rgba(0,0,0,.25);
    box-shadow: 0 5px 15px rgba(0, 0, 0, .25);
    -webkit-transition: transform 0.7s ease;
    -moz-transition: transform 0.7s ease;
    -ms-transition: transform 0.7s ease;
    transition: transform 0.7s ease;
}
#diferencial .diferencial-mid .diferenciais-title-wrap{
    margin-bottom: 20px;
    display: flex;
    flex-direction: row;
    gap: 15px;
    align-items: center;
    justify-content: center;
}
#diferencial .diferencial-mid .diferenciais-title-wrap svg{
      max-width: 80px;
      margin-top: -5px;
}
#diferencial .diferencial-mid  .diferenciais-title-wrap .diferencial-item-titulo{
  color: var(--cor-branco);
}
#diferencial .diferencial-mid .diferencial-lista{

}
#diferencial .diferencial-mid .diferencial-lista li{
  color: var(--cor-branco);
}
@media (max-width: 1800px){
  #diferencial p, #clientes p {
    margin-bottom: 45px;
  }
  #diferencial .diferencial-mercado .diferencial-lista li, #diferencial .diferencial-mid .diferencial-lista li {
    font-size: 16px;
  }
}
@media (max-width: 1440px){
    #diferencial p, #clientes p {
        margin-bottom: 30px;
    }
}
@media (max-width: 1366px){
  #diferencial .diferencial-titulo,
  #clientes .clientes-titulo {
    text-align: center;
    font-size: 24px;
  }
  #diferencial .diferencial-mercado .diferencial-lista li,
  #diferencial .diferencial-mid .diferencial-lista li {
        font-size: 14px;
        line-height: 1.35;
    }
}
@media (max-width: 1280px){
  #diferencial .diferencial-mercado .diferencial-lista li,
  #diferencial .diferencial-mid .diferencial-lista li {
    font-size: 14px;
  }
  #diferencial .diferencial-boxes {
    gap: 15px;
  }
}
@media (max-width: 1080px){
  #diferencial .diferencial-titulo, #clientes .clientes-titulo {
    font-size: 22px;
  }
}
@media (max-width: 1023px){
  #diferencial .diferencial-mercado .diferencial-item-titulo,
  #diferencial .diferencial-mid .diferenciais-title-wrap .diferencial-item-titulo {
    font-size: 18px;
  }
  #diferencial .diferencial-mid .diferenciais-title-wrap svg {
    max-width: 65px;
    margin-top: -7.5px;
  }
  #diferencial .diferencial-titulo{
    font-size: 24px;
    text-align: left;
  }
  #diferencial p {
    margin-bottom: 30px;
    text-align: left;
  }
  #diferencial .diferencial-mercado,
  #diferencial .diferencial-mid{
    padding: 45px 30px;
  }
}
#beneficios{
  background: #F4F4F4;
  padding-top: 200px;
  padding-bottom: 90px;
  margin-top: -160px;
}
#beneficios .container{
  padding-top: 60px;
}
#beneficios .container:has(.esq, .dir){
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 60px;
}
#beneficios .container .esq,
#beneficios .container .dir{
    width: 100%;
}
#beneficios .container .esq{
    position: sticky;
    top: 120px;
}
#beneficios .beneficios-titulo{
    font-size: 60px;
    line-height: 1.25;
    text-align: right;
}
#beneficios .beneficios-titulo span{
    color: var(--cor-verde-claro);
    position: relative;
}
#beneficios .beneficios-titulo span:before {
    content:url('../../../midfalconi/consultoria-empresarial/geral/sublinhado-verde-claro.svg');
    position: absolute;
    height: 15px;
    width: 80%;
    bottom: 30px;
    left: calc(50% - 40%);
    opacity: .25;
}
#beneficios li{
    display: flex;
    flex-direction: row;
    gap: 20px;
    margin-bottom: 30px;
}
#beneficios li:last-child {
    margin-bottom: 0;
}
#beneficios li .beneficios-wrap{
    width: 80px;
    height: 55px;
    background-color: #D9D9D9;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
    border-radius: 100px;
    padding: 15px;
}
#beneficios .beneficios-subtitulo{
    font-size: 18px;
    line-height: 1.25;
    margin-bottom: 10px;
    color: var(--cor-verde);
}
@media (max-width: 1800px){
  #beneficios .beneficios-subtitulo{
    font-size: 16px;
  }
  #beneficios .beneficios-titulo {
      font-size: 42px;
      line-height: 1.25;
      text-align: right;
  }
  #beneficios .beneficios-titulo span:before {
    bottom: 15px;
  }
}
@media (max-width: 1280px){
    #beneficios .beneficios-titulo {
        font-size: 38px;
    }
    #beneficios .container:has(.esq, .dir) {
        gap: 30px;
    }
}
@media (max-width: 1200px){
    #beneficios .beneficios-titulo {
        font-size: 36px;
    }
}
@media (max-width: 1023px){
  #beneficios li .beneficios-wrap {
    height: 45px;
  }
  #beneficios .beneficios-titulo {
    font-size: 32px;
  }
  #beneficios .beneficios-titulo span:before {
    bottom: 5px;
  }
}
@media (max-width: 800px){
  #diferencial .diferencial-boxes {
      flex-direction: column;
  }
  #diferencial .diferencial-mercado, #diferencial .diferencial-mid {
     min-width: 100%;
  }
  #beneficios .container:has(.esq, .dir) {
    flex-direction: column;
  }
  #beneficios .container .esq,
  #beneficios .container .dir{
        min-width: 100%;  
  }
  #beneficios .beneficios-titulo {
        text-align: left;
  }
  #beneficios .container .esq {
    position: relative;
    top: 0;
  }
}
@media (max-width: 699px){
    #beneficios li .beneficios-wrap {
        height: 50px;
    }
}
/*------------------- CLIENTES ---------------------*/
#clientes{ margin: 120px 0; }
.clientes-carrossel.swiper{
  position: relative;
  margin: 8px auto 0;
  padding: 10px 6px 18px;
  overflow: hidden;
  cursor: grab;
  user-select: none;
}
.clientes-carrossel.swiper:active{ cursor: grabbing; }
.clientes-carrossel .swiper-wrapper{ align-items: center; }
.clientes-logos{
  display: flex;
  gap: 0 !important;
  padding: 0 !important;
}
.clientes-logo{
  display: flex !important;
  align-items: center;
  justify-content: center;
  width: auto !important;
  flex: 0 0 auto !important;
  min-width: 190px;
  height: 78px;
  margin: 0 20px !important; 
}
.clientes-logo img{
  max-width: 190px;
  max-height: 78px;
  width: auto;
  height: auto;
  object-fit: contain;
  pointer-events: none;
  user-select: none;
  -webkit-user-drag: none;
}
.clientes-mais{
  margin: 20px 0 10px;
  text-align: center;
}
.clientes-carrossel::before,
.clientes-carrossel::after{
  content: '';
  position: absolute;
  width: 100px;
  height: 100%;
  z-index: 10;
  top: 0;
  pointer-events: none;
}
.clientes-carrossel::before{
  left: 0;
  background: linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
}
.clientes-carrossel::after{
  right: 0;
  background: linear-gradient(270deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
}
.clientes-swiper{ overflow: hidden; }
.clientes-swiper .swiper-wrapper{
  will-change: transform;
  transition-timing-function: linear !important;
}
.clientes-swiper .swiper-slide{ flex: 0 0 auto; }
@media (max-width: 1800px){ #clientes{ margin: 90px 0; } }
@media (max-width: 1024px){
  .clientes-logo{ min-width: 150px; height: 72px; margin: 0 12px !important; }
  .clientes-logo img{ max-width: 150px; max-height: 64px; }
}
@media (max-width: 1023px){
  #clientes .clientes-titulo{ font-size: 24px; }
  #diferencial p, #clientes p{ margin-bottom: 30px; }
}
@media (max-width: 640px){
  .clientes-logo{ min-width: 35vw; height: 64px; margin: 0 10px !important; }
  .clientes-logo img{ max-width: 70vw; max-height: 56px; }
}
/*------------------- MID CICLOS ---------------------*/
#mid-ciclos{
    background-color: var(--cor-preto);
    background-image: url(../../consultoria-empresarial/geral/banner-background.webp);
    background-repeat: no-repeat;
    -webkit-background-position: top left;
    -moz-background-position: top left;
    background-position: top left;
    background-attachment: fixed;
    min-height: 50rem;
    padding-top: 120px;
    padding-bottom: 240px;
    margin: 0;
}
#mid-ciclos .container{
}
#mid-ciclos .case-titulo{
    color: var(--cor-rose);
    font-size: 4rem;
    line-height: 1.25;
    margin-bottom: 45px;
}
#mid-ciclos .mid-ciclos-pre-titulo,
.mid-panel-pre-titulo {
    text-align: center;
    margin-bottom: 15px;
    padding: 10px 20px 8px;
    border-radius: 999px;
    border: 1px solid var(--cor-rose);
    color: var(--cor-rose);
    font-weight: 600;
    letter-spacing: .2px;
    font-size: 14px;
    line-height: 1;
}
#mid-ciclos .mid-ciclos-titulo{
    color: var(--cor-branco);
    font-size: 36px;
    line-height: 1.25;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    max-width: 60%;
    margin: 0 auto 30px;
}
#mid-ciclos .mid-ciclos-subtitulo{
    color: var(--cor-cinza);
    line-height: 1.25;
    margin-bottom: 45px;
    text-align: center;
}
.mid-panel{
  border: 0.5px solid #c6bcba7a;
  border-radius: 20px;
  padding: 60px 45px;
  box-shadow: 0 0 0 1px rgba(0,0,0,.25) inset;
  margin-bottom: 30px;
}
.mid-panel-pre-titulo{
    margin-bottom: 15px;
    width: max-content;
}
.mid-panel-top{
  text-align: left;
  margin-bottom: 20px;
}
.mid-panel-titulo{
  margin: 0 0 5px;
  font-size: 32px;
  line-height: 1.25;
  color: var(--cor-rose);
  font-weight: 700;
  display: flex;
  flex-direction: column;
  margin-bottom: 15px;
}
.mid-panel-subtitulo,
.mid-panel-footer{
    color: var(--cor-branco) !important;
    font-size: 16px !important;
    line-height: 1.25 !important;
    margin-bottom: 0 !important;
}
.mid-slider{
  position: relative;
  margin-bottom: 30px;
}
.mid-slider-viewport{
  overflow: hidden;
  touch-action: pan-y;
}
.mid-slider-track{
  display: flex;
  gap: 22px;
  transform: translateX(0px);
  will-change: transform;
  transition: transform 340ms ease;
  padding: 0;
  margin: 0;
}
.mid-slider-track,
.mid-slide,
.mid-card{
  -webkit-user-select: none;
  user-select: none;
}
.mid-slide{
  flex: 0 0 calc((100% - 44px)/3);
  min-width: calc((100% - 44px)/3);
}
.mid-card{
    height: 100%;
    background: #262626;
    border: 1px solid #262626;
    border-radius: 10px;
    padding: 60px 45px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, .25);
    cursor: pointer !important;
}
.mid-card-pre-titulo{
  font-size: 16px;
  margin-bottom: 15px;
  color: var(--cor-rose);
}
.mid-card-titulo{
  font-size: 24px;
  line-height: 1.25;
  font-weight: 700;
  margin-bottom: 20px;
  color: var(--cor-branco);
}
.mid-card-texto{
  color: var(--cor-cinza);
  line-height: 1.6;
  font-size: 14px;
}
.mid-nav {
    position: absolute;
    top: 45%;
    right: -2%;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    gap: 5px;
    width: 104%;
    justify-content: space-between;
    pointer-events: none;
}
.mid-nav-prev,
.mid-nav-next {
  width: 30px;
  height: 30px;
  padding: 7px;
  border: 2px solid var(--cor-cinza);
  border-radius: 100px;
  display: flex;
  align-content: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  box-sizing: border-box;
  position: relative;
  background: var(--cor-branco);
  transition: .2s ease all;
  pointer-events: auto;
}
.mid-nav-prev:hover,
.mid-nav-next:hover{
  border: 2px solid var(--cor-bordo);
  background: var(--cor-bordo);
  transition: .2s ease all;
}
.mid-nav-prev:hover svg,
.mid-nav-next:hover svg{
    fill: #fff;
    transition: .2s ease all;
}
.mid-nav-prev {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.mid-nav-prev.is-disabled,
.mid-nav-next.is-disabled{
  opacity: 0;
  cursor: not-allowed;
}
@media (max-width: 1880px){
  #mid-ciclos {
      padding-top: 90px;
  }
  #mid-ciclos .mid-ciclos-subtitulo {
    font-weight: 400;
  }
  .mid-panel-titulo {
    font-weight: 600;
    font-size: 28px;
  }
  .mid-card-titulo {
    font-weight: 600;
  }
  .mid-card-titulo {
    font-weight: 500;
    margin-bottom: 10px;
  }
  .mid-card-texto {
    line-height: 1.5;
    font-size: 14px;
  }
}
@media (max-width: 1440px){
  .mid-card-pre-titulo {
      font-size: 14px;
      font-weight: 400;
  }
  .mid-panel-pre-titulo {
    font-weight: 400;
  }
}
@media (max-width: 1366px){
  #mid-ciclos .mid-ciclos-titulo {
      font-size: 28px;
      max-width: 60%;
      margin: 0 auto 15px;
  }
  .mid-panel-pre-titulo {
    padding: 5px 10px 4px;
    font-size: 10px;
  }
  .mid-panel-titulo {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 10px;
  }
  .mid-slider {
    margin-bottom: 20px;
  }
  .mid-panel-subtitulo, .mid-panel-footer {
    font-size: 14px !important;
  }
  .mid-card {
    padding: 45px 30px;
  }
  .mid-card-titulo {
    font-size: 20px;
    font-weight: 600;
  }
  .mid-panel {
    padding: 45px 30px;
  }
  .mid-panel-subtitulo, .mid-panel-footer {
    line-height: 1.5 !important;
  }
  #mid-ciclos .mid-ciclos-titulo,
  #mid-ciclos .mid-ciclos-subtitulo {
    max-width: 80%;
  }
  #mid-ciclos .mid-ciclos-subtitulo {
    margin: 0 auto 45px;
  }
}
@media (max-width: 1280px){
    .mid-card-titulo {
        font-size: 18px;
        line-height: 1.5;
    }
    .mid-panel {
      padding: 45px;
    }
    .mid-card {
      padding: 45px 30px;
    }
    #mid-ciclos .mid-ciclos-titulo {
      font-size: 26px;
    }
    .mid-panel-titulo {
        font-size: 24px;
    }
    #mid-ciclos .mid-ciclos-titulo,
    #mid-ciclos .mid-ciclos-subtitulo {
        max-width: 100%;
    }
}
@media (max-width: 1200px) {
    .mid-panel {
        padding: 45px 30px;
    }
}
@media (max-width: 1023px) {
  #mid-ciclos {
      padding-bottom: 210px;
  }
  .mid-panel-titulo {
      font-size: 20px;
  }
  #mid-ciclos .mid-ciclos-titulo {
    align-items: flex-start;
    text-align: left;
  }
  #mid-ciclos .mid-ciclos-subtitulo {
    text-align: left;
  }
}
@media (max-width: 980px){
  .mid-slide{
    flex: 0 0 calc((100% - 22px)/2);
    min-width: calc((100% - 22px)/2);
  }
  .mid-nav--prev{ left: -6px; }
  .mid-nav--next{ right: -6px; }
  .mid-nav-prev, .mid-nav-next {
    display: flex !important;
  }
}
@media (max-width: 980px){
  #oportunidade .titulo,
  #diferencial .diferencial-titulo,
  #beneficios .beneficios-titulo,
  #clientes .clientes-titulo,
  #mid-ciclos .mid-ciclos-titulo,
  #setores .titulo,
  .faq-header .faq-title,
  #conteudo .blog-title{
      font-size: 24px;
      line-height: 1.25;
  }
}
@media (max-width: 640px){
  .mid-panel{ padding: 26px 18px 22px; }
  .mid-slide{
    flex: 0 0 100%;
    min-width: 100%;
  }
}
#mid-ciclos .btn{
    background: linear-gradient(90deg, #38A3C4, #1E3B47);
    border-radius: 100px;
    height: 55px;
    font-family: "Epilogue", sans-serif;
    font-weight: 600;
    color: var(--cor-branco);
    cursor: pointer;
    border: none;
    transition: 0.2s all ease-in-out;
    font-size: 16px;
    margin: 0 auto;
    width: fit-content;
    display: block;
    text-transform: uppercase;
    letter-spacing: 1px;
    line-height: 1;
    padding: 20px 40px 10px 40px;
}
/*------------------- DESAFIOS ---------------------*/
#desafios{
  padding: 120px 0;
  margin: 0;
}
#desafios .titulo{
  text-align: center;
  font-size: 2rem;
  line-height: 1.25;
  margin-bottom: 60px;
}
#desafios .titulo span {
    color: var(--cor-bordo);
    position: relative;
}
#desafios .titulo span:before {
    content: '';
    background-image: url(../../consultoria-empresarial/geral/sublinhado.svg);
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    height: 10px;
    width: 100%;
    bottom: -5px;
    left: 0;
    opacity: .25;
}
#desafios ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 1%;
    row-gap: 45px;
    justify-content: space-between;
}
#desafios ul li {
    max-width: 23%;
    display: flex;
    flex-direction: column;
    gap: 2%;
    padding: 30px;
    border: 1px solid var(--cor-cinza);
    border-radius: 15px;
    margin-bottom: 0;
    transition: .2s ease all;
    position: relative;
    justify-content: flex-end;
    min-height: 320px;
}
#desafios ul li:hover {
    -webkit-transform: translateY(-5px);
    -moz-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px);
    border: 1px solid var(--cor-branco);
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.25);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.25);
    -webkit-transition: transform 0.7s ease;
    -moz-transition: transform 0.7s ease;
    -ms-transition: transform 0.7s ease;
    transition: transform 0.7s ease;
}
#desafios ul li .icon{
    position: absolute;
    top: -15px;
    right: 25px;
    background-image: linear-gradient(to bottom, var(--cor-rose) 0%, var(--cor-bordo) 100%);
    padding: 30px 10px;
    min-width: 75px;
    min-height: 150px;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: flex-end;
}
#desafios ul li .icon img{
    max-width: 30px;
    margin: 0 auto;
    display: block;
}
#desafios ul li h3{
    font-size: 18px;
    line-height: 1.25;
    color: var(--cor-bordo);
}
#desafios ul li p{
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 0;
    margin-top: 15px;
}
@media only screen and (max-width: 1600px) {
  #desafios {
    padding: 90px 0;
  }
  #desafios .titulo {
      margin-bottom: 60px;
  }
  #desafios ul li p {
    font-size: 14px;
    margin-top: 10px;
  }
  #desafios ul li {
    min-height: 300px;
    max-width: 23.5%;
  }
  #desafios ul {
    row-gap: 30px;
  }
  #desafios ul li .icon {
    min-height: 125px;
  }
}
@media only screen and (max-width: 1366px) {
  #desafios .container{
    width: 80%;
  }
  #desafios ul li .icon {
    min-width: 60px;
  }
  #desafios ul li .icon img {
    max-width: 20px;
  }
  #desafios ul li h3 {
    font-size: 16px;
    line-height: 1.25;
  }
}
@media only screen and (max-width: 1280px) {
  #desafios ul li h3 {
    font-size: 16px;
    line-height: 1.25;
  }
}
@media only screen and (max-width: 1080px) {
    #desafios ul li {
        min-height: 238px;
        max-width: 48.5%;
    }
}
@media only screen and (max-width: 1023px) {
    #desafios .container {
        width: 90%;
    }
    #desafios .titulo {
      text-align: left;
      font-size: 4rem;
      margin-bottom: 45px;
    }
}
@media only screen and (max-width: 600px) {
   #desafios .titulo {
     font-size: 6rem;
   }
   #desafios ul li {
     max-width: 100%;
   }
   #desafios ul li .icon {
     min-height: 100px;
   }
   #desafios ul li .icon {
    right: auto;
  }
  #desafios ul li h3 {
    font-size: 18px;
  }
}
@media only screen and (max-width: 450px) {
    #desafios .titulo {
        font-size: 7rem;
        line-height: 1.5;
    }
}
/*------------------- SEGMENTOS ---------------------*/
#segmentos {
    margin: 0;
}
#segmentos .container{
  display: flex;
  z-index: 9;
}
#segmentos .segmentos-imagem{
    width: 25%;
}
#segmentos .segmentos-imagem img{
    border-radius: 15px 0 0 15px;
    width: 100%;
    height: 100%;
    margin-bottom: 0;
}
#segmentos .segmentos-wrapper{
    margin-top: 60px;
    width: 75%;
    background-color: var(--cor-chumbo);
    border-radius: 0 15px 15px 0;
    position: relative;
}
#segmentos .segmentos-wrapper .content{
    background-color: var(--cor-chumbo);
    padding: 60px 60px 0 60px;
    border-radius: 0 15px 15px 0;
}
#segmentos .segmentos-wrapper .content-topo{
}
#segmentos .segmentos-wrapper .content-topo h2{
    font-size: 1.75rem;
    color: var(--cor-rose);
    font-weight: 500;
    margin-bottom: 20px;
}
#segmentos .segmentos-wrapper .content-topo p{
    color: var(--cor-cinza);
    font-size: 16px;
    line-height: 1.5;
}
#segmentos .segmentos-wrapper .segmentos-content{
    position: absolute;
    display: block;
    width: 88%;
    box-sizing: border-box;
}
#segmentos .segmentos-wrapper .segmentos-content .segmentos{
    background-color: var(--cor-branco);
    border-radius: 15px;
    padding: 45px 60px;
    box-shadow: 0px 5px 10px #0000005e;
}
#segmentos .segmentos-wrapper .segmentos-content .segmentos ul{
    max-height: 250px;
    overflow: auto;
    box-sizing: border-box;
    padding-right: 1%;
}
#segmentos .segmentos-wrapper .segmentos-content .segmentos ul::-webkit-scrollbar-track {
    background: rgb(0, 0, 0);
    border-radius: 20px;
}
#segmentos .segmentos-wrapper .segmentos-content .segmentos ul::-webkit-scrollbar-thumb {
    background-color: var(--cor-rose);
    border-radius: 20px;
}
#segmentos .segmentos-wrapper .segmentos-content .segmentos ul::-webkit-scrollbar {
    width: 7px;
}
#segmentos .segmentos-wrapper .segmentos-content .segmentos li{

}
#segmentos .segmentos-wrapper .segmentos-content .segmentos li p{
    line-height: 1.25;
    margin-bottom: 15px;
}
@media only screen and (max-width: 1440px) {
  #segmentos .segmentos-wrapper .segmentos-content .segmentos li p{
      line-height: 1.25;
      margin-bottom: 10px;
      font-size: 16px;
  }
}
@media only screen and (max-width: 1366px) {
  #segmentos .segmentos-wrapper .segmentos-content .segmentos ul {
    max-height: 220px;
  }
}
@media only screen and (max-width: 1280px) {
  #segmentos .segmentos-wrapper .segmentos-content .segmentos ul {
    max-height: 200px;
  }
  #segmentos .segmentos-wrapper .segmentos-content .segmentos li p {
    font-size: 14px;
  }
}
@media only screen and (max-width: 1200px) {
  #segmentos .segmentos-wrapper .segmentos-content .segmentos ul {
    max-height: 150px;
  }
}
@media only screen and (max-width: 1023px) {
  #segmentos .segmentos-imagem {
    display: none;
  }
  #segmentos .segmentos-wrapper,
  #segmentos .segmentos-wrapper .content {
    margin-top: 0;
    width: 100%;
    border-radius: 15px;
  }
  #segmentos .segmentos-wrapper .segmentos-content {
    position: relative;
    width: 100%;
  }
  #segmentos .segmentos-wrapper .content-topo h2 {
    font-size: 4rem;
  }
  #segmentos .segmentos-wrapper .segmentos-content .segmentos li p {
    font-size: 16px;
  }
}
@media only screen and (max-width: 600px) {
  #segmentos .segmentos-wrapper .segmentos-content .segmentos {
      padding: 30px 30px 15px;
  }
  #segmentos .segmentos-wrapper .content {
    padding: 60px 45px 0 45px;
  }
  #segmentos .segmentos-wrapper .content-topo h2 {
    font-size: 6rem;
    line-height: 1.25;
  }
  #segmentos .segmentos-wrapper .segmentos-content .segmentos li p {
    font-size: 14px;
  }
}
@media only screen and (max-width: 450px) {
  #segmentos .segmentos-wrapper .content-topo h2 {
     font-size: 8rem;
     line-height: 1.5;
    }
  #segmentos .container {
      width: 100%;
  }
  #segmentos .segmentos-wrapper,
  #segmentos .segmentos-wrapper .content {
     border-radius: 0;
  }
  #segmentos .segmentos-wrapper .content {
     padding: 60px 30px 0 30px;
  }
  #segmentos .segmentos-wrapper .segmentos-content .segmentos ul{
    max-height: 250px;
    padding-right: 5%;
  }
  #segmentos .segmentos-wrapper .segmentos-content .segmentos {
    padding: 30px 15px 30px 30px;
  }
}
/*------------------- NUMBERS---------------------*/
#impacto{
    margin-bottom: 90px;
}
#impacto .impacto-titulo {
    text-align: center;
    font-size: 2rem;
    line-height: 1.5;
    margin-bottom: 30px;
}
#impacto p {
    text-align: center;
}
#impacto .impacto-numbers {
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -webkit-align-items: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start;
    margin: 0 auto;
    text-align: center;
    position: relative;
    gap: 1%;
}
#impacto .number {
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    min-width: 25%;
    max-width: 25%;
    padding: 10px;
    box-sizing: border-box
}
#impacto .big-numbers {
    font-size: 5.5rem;
    line-height: 1;
    font-weight: 800;
    display: inline-block;
    color: var(--cor-bordo);
}
#impacto .symbols {
    font-size: 3.5rem;
    color: var(--cor-bordo);
    font-weight: 600
}
#impacto .description {
    display: block;
    font-size: 14px;
    margin-top: 10px;
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
    color: var(--cor-preto);
}
@media only screen and (max-width: 1600px) {
  #impacto p {
      max-width: 80%;
      margin: 0 auto 45px;
  }
}
@media only screen and (max-width: 1366px) {
  #impacto .container {
      width: 80%;
  }
}
@media only screen and (max-width: 1023px) {
  #impacto .container {
    width: 90%;
  }
  #impacto .impacto-titulo {
    text-align: left;
    font-size: 4rem;
    line-height: 1.25;
    margin-bottom: 30px;
  }
  #impacto p {
    max-width: 100%;
    margin: 0 auto 45px;
    text-align: left;
 }
 #impacto .impacto-numbers {
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    flex-wrap: wrap;
    row-gap: 20px;
}
 #impacto .number {
    min-width: 49%;
    max-width: 49%;
}
}
@media only screen and (max-width: 768px) {
  #impacto .big-numbers {
      font-size: 7.5rem;
  }
  #impacto .symbols {
    font-size: 5rem;
  }
}
@media only screen and (max-width: 600px) {
    #impacto .impacto-titulo {
        text-align: center;
        font-size: 6rem;
    }
    #impacto p {
        text-align: center;
        margin: 0 auto 30px;
    }        
  }
@media only screen and (max-width: 450px) {
   #impacto .impacto-titulo {
        font-size: 8rem;
    }
    #impacto .big-numbers {
        font-size: 12rem;
    }
    #impacto .symbols {
        font-size: 8rem;
    }
}
/*------------------- NUMBERS---------------------*/
#case{
    background-color: var(--cor-preto);
    background-image: url(../../consultoria-empresarial/geral/banner-background.webp);
    background-repeat: no-repeat;
    -webkit-background-position: top left;
    -moz-background-position: top left;
    background-position: top left;
    background-attachment: fixed;
    min-height: 50rem;
    padding-top: 120px;
    padding-bottom: 240px;
    margin: 0;
}
#case .container{
    display: flex;
    flex-direction: row;
}
#case .case-titulo{
    color: var(--cor-rose);
    font-size: 4rem;
    line-height: 1.25;
    margin-bottom: 45px;
}
#case .container .esq img{
    width: 100%;
    padding: 60px;
    border: 1px solid var(--cor-cinza);
    border-radius: 15px;
}
#case .case-texto{
    color: var(--cor-cinza);
    line-height: 1.5;
}
#case .case-texto strong{
    color: var(--cor-branco);
}
#case .case-topico img{
    width: 45px;
    background-image: linear-gradient(to bottom, var(--cor-rose) 0%, var(--cor-bordo) 100%);
    padding: 10px;
    border-radius: 100px;
}
#case .case-subtitulo{
    color: var(--cor-rose);
    font-style: italic;
    font-size: 20px;
    line-height: 1.5;
    margin-bottom: 15px;
}
#case .case-topico .case-texto{
    margin-bottom: 0;
}
#case .case-topico {
    display: flex;
    gap: 2%;
    align-content: center;
    align-items: center;
    margin-bottom: 45px;
}
@media only screen and (max-width: 1600px) {
  #case {
    padding-bottom: 180px;
  }
}
@media only screen and (max-width: 1366px) {
#case .container {
  width: 80%;
}
#case .case-topico img {
    width: 30px;
    padding: 7.5px;
}
#case .case-subtitulo {
    font-size: 18px;
    line-height: 1.5;
}
}
@media only screen and (max-width: 1440px) {
  #case {
    font-size: 5rem;
  }
  #case .case-texto {
    color: var(--cor-cinza);
    line-height: 1.5;
    font-size: 16px;
  }
  #case .container {
    display: flex;
    flex-direction: row;
    gap: 5%;
  }
}
@media only screen and (max-width: 1280px) {
  #case .case-topico {
    margin-bottom: 30px;
  }
  #case .case-subtitulo {
    margin-bottom: 15px;
  }
  #case .case-topico img{
    width: 40px;
  }
  #case .case-subtitulo {
    font-size: 16px;
  }
}
@media only screen and (max-width: 1023px) {
  #case {
    padding-top: 90px;
  }
  #case .container {
    display: flex;
    flex-direction: column;
    gap: 5%;
  }
  #case .esq, .dir {
    max-width: 100%;
    width: 100%;
  }
  #case .case-titulo {
    margin-bottom: 30px;
  }
  #case .container .esq img {
    margin: 0 auto 20px;
    display: block;
  }
}
@media only screen and (max-width: 600px) {
  #case .case-topico img {
        width: 30px;
    }
}
@media only screen and (max-width: 450px) {
  #case .case-titulo {
      font-size: 8rem;
  }
}
/*------------------- CTAs---------------------*/
.cta {
    margin: -120px auto 0!important;
}
#cta .container:has(.esq, .dir) {
    display: flex;
    flex-direction: row;
    padding: 90px;
}
#cta .container .esq, 
#cta .container .dir{
    position: relative;
}
#cta .container .esq{
    max-width: 55%;
    width: 55%;
} 
#cta .container .dir{
    max-width: 45%;
    width: 45%;
}
#cta .container img{
    position: absolute;
    top: calc(50% - 150px);
    right: calc(50% - 260px);
}
#cta.cta-ebook span {
    margin-bottom: 15px;
    display: block;
}
#cta.cta-ebook .cta-title {
    max-width: 100%!important;
    margin-bottom: 15px;
}
#cta.cta-ebook p {
    margin-bottom: 30px;
}
#cta .container{
  background-image: url(../../consultoria-empresarial/geral/background-bordo.webp);
}
#cta.cta-ebook .container{
  background-image: url(../../consultoria-empresarial/geral/background.webp);
}
#cta .cta-title {
    max-width: 100%;
}
#cta .container {
    padding: 90px;
}
@media only screen and (max-width: 1600px) {
  #cta .cta-title {
      max-width: 70%;
  }
}
@media only screen and (max-width: 1366px) {
  #cta .container,
  #cta .container:has(.esq, .dir) {
    padding: 60px 90px;
  }
  #cta .cta-title {
   font-size: 3rem;
   line-height: 1.25;
   max-width: 60%;
  }
  #cta .container {
   gap: 10px;
  }
}
@media only screen and (max-width: 1080px) {
 #cta .cta-title,
 #cta .botoes {
    margin: 0 auto;
 }
 #cta.cta-ebook .cta-title {
    text-align: left;
 }
 #cta.cta-ebook span {
    text-align: left;
    font-size: 14px;
 }
 #cta.cta-ebook p {
    margin-bottom: 20px;
    text-align: left;
 }
 #cta .container img {
    top: calc(50% - 85px);
 }
 #cta .btn-1, #cta .btn-2 {
    margin: 0 auto;
 }
 #cta .cta-title {
    font-size: 5rem;
    max-width: 100%;
 }
}
@media only screen and (max-width: 1023px) {
  #cta .container .esq {
      max-width: 100%;
      width: 100%;
  }
  #cta .container .dir {
      display: none;
  }
  #cta.cta-ebook span,
  #cta.cta-ebook .cta-title,
  #cta.cta-ebook p {
      text-align: center;
  }
  #cta .container, #cta .container:has(.esq, .dir) {
     padding: 60px;
  }
}
@media only screen and (max-width: 600px) {
    #cta .container,
    #cta .container:has(.esq, .dir) {
        padding: 45px;
    }
    #cta .cta-title {
        font-size: 6rem;
    }
}
@media only screen and (max-width: 450px) {
    #cta .cta-title {
        font-size: 8rem;
    }
    #cta .container, #cta .container:has(.esq, .dir) {
        background-position-x: left;
    }
}
/*------------------- SETORES ---------------------*/
.setores-itens {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}
/*------------------- FAQ ---------------------*/
.faq-header {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start;
}
@media only screen and (max-width: 1600px) {
  #faq {
    padding: 90px 0 0;
  }
}
@media only screen and (max-width: 1366px) {
  #faq .container{
    width: 80%;
  }
}
@media only screen and (max-width: 1280px) {
  .faq-question {
    font-size: 16px;
  }
}
@media only screen and (max-width: 1023px) {
  #faq {
    padding: 60px 0 0;
    margin: 0;
  }
  #faq .container {
    width: 90%;
  }
  .faq-header {
    gap: 10px;
    margin-bottom: 0;
  }
  .faq-header .faq-title {
    font-size: 24px;
    line-height: 1.5;
  }
}
@media only screen and (max-width: 600px) {
 .faq-question {
    font-size: 18px;
    line-height: 1.25;
  }
 .faq-header .faq-title {
    font-size: 6em;
    line-height: 1.25;
 }
}
@media only screen and (max-width: 450px) {
    .faq-header .faq-title {
        font-size: 8em;
    }
    .faq-question {
        font-size: 20px;
    }
}
/*------------------- BLOG ---------------------*/
#conteudo {
    padding: 0 0 90px;
    margin: 0;
}
#conteudo .blog-head {
    margin-bottom: 60px;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    justify-content: center;
}
#conteudo .dir {
    display: flex;
    gap: 10px;
    -webkit-justify-content: flex-end;
    -ms-justify-content: flex-end;
    justify-content: flex-end
}
#conteudo .pre-titulo {
    font-weight: 600;
    color: var(--cor-bordo);
    margin-bottom: 10px;
    display: block;
    font-size: 16px
}
#conteudo .blog-title {
    font-size: 2rem
}
#conteudo .blog-title span {
    font-weight: 100;
    color: var(--cor-bordo)
}
#conteudo .blog-body {
    display: flex;
    gap: 1%;
    -webkit-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    margin-bottom: 3.750rem
}
#conteudo .box {
    width: 32%;
    max-width: 30.250rem;
    margin-right: 1%;
    border-radius: 20px;
    -webkit-flex: 1 1 32%;
    -ms-flex: 1 1 32%;
    flex: 1 1 32%;
    position: relative;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -webkit-transition: transform 0.75s ease;
    -moz-transition: transform 0.75s ease;
    -ms-transition: transform 0.75s ease;
    transition: transform 0.75s ease;
    border: 1px solid #c6bcba7a;
    overflow: hidden
}
#conteudo .box:hover {
    -webkit-transform: translateY(-5px);
    -moz-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px);
    border: 1px solid var(--cor-branco);
    -webkit-box-shadow: 0 5px 15px rgba(0,0,0,.25);
    -moz-box-shadow: 0 5px 15px rgba(0,0,0,.25);
    box-shadow: 0 5px 15px rgba(0,0,0,.25);
    -webkit-transition: transform 0.7s ease;
    -moz-transition: transform 0.7s ease;
    -ms-transition: transform 0.7s ease;
    transition: transform 0.7s ease
}
#conteudo .btn-1 {
    border-radius: 100px;
    border: 2px solid var(--cor-preto);
    color: var(--cor-preto);
    padding: 15px 1.875rem;
    -webkit-transition: .2s ease;
    -moz-transition: .2s ease;
    -ms-transition: .2s ease;
    transition: .2s ease;
    text-decoration: none;
    display: flex;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center
}
#conteudo .btn-1:hover {
    -webkit-transition: .2s ease;
    -moz-transition: .2s ease;
    -ms-transition: .2s ease;
    transition: .2s ease;
    border: 2px solid var(--cor-cinza);
    color: var(--cor-branco);
    -webkit-background: var(--cor-preto);
    -moz-background: var(--cor-preto);
    background: var(--cor-preto);
    -webkit-box-shadow: 0 0 20px var(--cor-cinza);
    -moz-box-shadow: 0 0 20px var(--cor-cinza);
    box-shadow: 0 0 20px var(--cor-cinza)
}
#conteudo .box .image img {
    display: block;
    width: 100%;
    height: auto;
    object-fit: cover;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    max-height: 260px
}
#conteudo .box .area-conteudo {
    padding: 20px 3.125rem 2.500rem;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    height: 100%;
    position: relative
}
#conteudo .box .categoria {
    background-color: var(--cor-bordo);
    color: var(--cor-branco);
    padding: 11px 20px 10px 20px;
    border-radius: 100px;
    font-size: 12px;
    line-height: 12px;
    font-weight: 600;
    margin-top: -2.500rem;
    margin-bottom: 1.875rem;
    text-decoration: none;
    display: table;
    cursor: auto
}
#conteudo .box .titulo {
    font-size: 18px;
    line-height: 1.750rem;
    font-weight: 700;
    color: var(--cor-preto);
    text-decoration: none;
    display: block;
    cursor: pointer!important
}
#conteudo .box .titulo p {
    cursor: pointer!important;
    line-height: 1.5;
    margin-bottom: 15px;
}
#conteudo .box .text {
    font-size: 16px;
    line-height: 1.5;
    color: var(--cor-preto);
    margin-bottom: 20px
}
#conteudo .box .detalhes {
    font-size: .8rem;
    color: var(--cor-preto);
    line-height: 20px;
    margin-bottom: 0;
    opacity: .6
}
#conteudo .box .btn-read {
    color: var(--cor-bordo);
    margin-bottom: 20px;
    display: block;
    font-weight: 700
}
#conteudo .box .btn {
    position: absolute;
    right: 3.125rem;
    bottom: 2.500rem;
    width: 24px;
    height: 24px;
    display: inline-block;
    -webkit-transition: transform 0.3s ease;
    -moz-transition: transform 0.3s ease;
    -ms-transition: transform 0.3s ease;
    transition: transform 0.3s ease
}
#conteudo .box:hover .btn {
    -webkit-transition: transform 0.3s ease;
    -moz-transition: transform 0.3s ease;
    -ms-transition: transform 0.3s ease;
    transition: transform 0.3s ease
}
#conteudo .box .btn:before {
    content: '';
    position: absolute;
    right: 0;
    top: 8px;
    width: 12px;
    height: 12px;
    border-right: 2px solid var(--cor-cinza);
    border-bottom: 2px solid var(--cor-cinza);
    -webkit-transform: rotate(315deg);
    -moz-transform: rotate(315deg);
    -ms-transform: rotate(315deg);
    transform: rotate(315deg);
    -webkit-transition: transform 0.3s ease,border-color 0.3s ease;
    -moz-transition: transform 0.3s ease,border-color 0.3s ease;
    -ms-transition: transform 0.3s ease,border-color 0.3s ease;
    transition: transform 0.3s ease,border-color 0.3s ease
}
#conteudo .box:hover .btn:before {
    border-right: 2px solid var(--cor-bordo);
    border-bottom: 2px solid var(--cor-bordo);
    -webkit-transition: transform 0.3s ease,border-color 0.3s ease;
    -moz-transition: transform 0.3s ease,border-color 0.3s ease;
    -ms-transition: transform 0.3s ease,border-color 0.3s ease;
    transition: transform 0.3s ease,border-color 0.3s ease
}
#conteudo .todos-artigos {
    border-radius: 100px;
    border: 2px solid var(--cor-bordo);
    color: var(--cor-branco);
    -webkit-background: var(--cor-bordo);
    -moz-background: var(--cor-bordo);
    background: var(--cor-bordo);
    padding: 15px 30px;
    font-weight: 600;
    -webkit-transition: .2s ease;
    -moz-transition: .2s ease;
    -ms-transition: .2s ease;
    transition: .2s ease;
    text-decoration: none;
    margin: 0 auto;
    display: table;
    min-height: 50px;
    font-size: 16px
}
#conteudo .todos-artigos:hover {
    filter: brightness(1.2);
    -webkit-transition: .2s ease;
    -moz-transition: .2s ease;
    -ms-transition: .2s ease;
    transition: .2s ease;
    -webkit-box-shadow: 0 0 20px var(--cor-cinza);
    -moz-box-shadow: 0 0 20px var(--cor-cinza);
    box-shadow: 0 0 20px var(--cor-cinza)
}
@media only screen and (max-width: 1600px) {
  #conteudo {
    padding: 120px 0;
  }
}
@media only screen and (max-width: 1440px) {
    #conteudo .box {
        max-width:31.25rem
    }
}
@media only screen and (max-width: 1366px) {
    #conteudo .box {
        max-width:31.25rem
    }
    #conteudo .container {
      width: 80%;
  }
  #conteudo .box .text {
    font-size: 14px;
    line-height: 1.25;
  }
}
@media only screen and (max-width: 1280px) {
    #conteudo .box .titulo {
        line-height:2rem
    }
    #conteudo .box .text {
        font-size: 14px;
        line-height: 1.25
    }
    #conteudo .box .detalhes {
        font-size: 12px
    }
    .titulo p {
        line-height: 1.25;
        margin-bottom: 15px;
    }
  }
  @media only screen and (max-width: 1200px) {
    #conteudo .box .text {
        font-size:14px;
        line-height: 22px
    }
  }
  @media only screen and (max-width: 1023px) {
    #conteudo {
        padding: 90px 0;
    }
    #conteudo .blog-head {
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 30px
    }
    #conteudo .dir {
        -webkit-justify-content: flex-start;
        -ms-justify-content: flex-start;
        justify-content: flex-start
    }
    #conteudo .box .titulo {
        line-height: 20px;
        font-size: 18px
    }
    #conteudo .container {
        width: 90%;
    }
    #conteudo .blog-title {
        font-size: 24px;
        margin-bottom: 0;
    }
  }
  @media only screen and (max-width: 767px) {
    #conteudo .blog-body {
        gap: 20px;
        flex-direction: column
    }
    #conteudo .box {
        margin: 0;
        width: 100%;
        min-width: 100%
    }
    #conteudo .box .categoria {
        margin-top: -40px;
        margin-bottom: 30px
    }
    #conteudo .box .area-conteudo {
        padding: 20px 20px 40px
    }
    #conteudo .box .titulo {
        line-height: 28px;
        font-size: 20px
    }
    #conteudo .box .text {
        font-size: 16px;
        line-height: 22px
    }
    #conteudo .box .detalhes {
        font-size: 12px;
        line-height: 18px
    }
    #conteudo .box .btn {
        right: 30px;
        bottom: 45px
    }
    #conteudo .dir {
        display: flex;
        flex-wrap: wrap
    }
    #conteudo .btn-1 {
        max-width: 48%
    }
    #conteudo .blog-head {
        margin-bottom: 60px
    }
  }
@media only screen and (max-width: 600px) {
   #conteudo .blog-title {
    font-size: 6rem;
    text-align: center;
   }
   #conteudo .blog-head {
     margin-bottom: 45px;
   }
   #conteudo .box .titulo p {
    line-height: 1.25;
    font-size: 18px;
}
}
@media only screen and (max-width: 1600px) {
    #conteudo .box .image img {
        max-height:240px
    }
}
@media only screen and (max-width: 1440px) {
    #conteudo .box .image img {
        max-height:220px
    }
}
@media only screen and (max-width: 1366px) {
    #conteudo .box .image img {
        max-height:180px
    }
}
@media only screen and (max-width: 1280px) {
    #conteudo .box .image img {
        max-height:200px
    }
}
@media only screen and (max-width: 1080px) {
    #conteudo .box .image img {
        max-height:230px
    }
}
@media only screen and (max-width: 1023px) {
    #conteudo .box .image img {
        max-height:210px
    }
}
@media only screen and (max-width: 998px) {
    #conteudo .box .image img {
        max-height:150px
    }
}
@media only screen and (max-width: 767px) {
    #conteudo .box .image img {
        max-height:300px
    }
}
@media only screen and (max-width: 450px) {
    #conteudo .box .image img {
        max-height:250px
    }
  }

