/*------------------- 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-size: 16px;
  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: 2.0000rem;
  color: var(--cor-cinza);
  font-weight: 300;
  margin-bottom: 1.8750rem;
  max-width: 90%;
}
#banner .content .esq p strong{
  font-size: 18px;
  line-height: 2.0000rem;
  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;
}
/****** 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);
    font-weight: 500;
  }
  .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 {
    font-size: 18px;
    line-height: 28px;
  }
  #banner .content .esq h1 {
    font-size: 2.5rem;
    line-height: 3.4rem;
  }
  #banner .content .esq p strong{
    font-weight: 400;
    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.5;
  }
  #banner .content .esq p {
    font-size: 16px;
    line-height: 1.5;
  }
}
@media only screen and (max-width: 1280px) {
  #banner .redes-sociais {
    max-width: 25px;
  }
  #banner .content .esq p {
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 30px;
  }
  #banner .content .esq p strong{
    font-size: 14px;
    margin-bottom: 30px;
  }
  #banner {
    padding-top: 70px;
  }
}
@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;
  }
}
#banner .pre-titulo {
    color: var(--cor-rose)!important;
}
#setores {
    margin-bottom: 90px;
}
#setores-conteudo{
  margin: 90px 0;
}
#setores-conteudo .setores-container{
    display: flex;
    flex-direction: row;
    gap: 30px;
}
#setores-conteudo .titulo{
    font-size: 24px;
    line-height: 1.25;
    margin-bottom: 20px;
}
#setores-conteudo .subtitulo{
    font-size: 18px;
    line-height: 1.25;
    margin-bottom: 20px;
    color: var(--cor-bordo);
}