#banner{
    width: 100%;
    height: 380px;
    background-image: url(/imagens/banner-servicos.png);
    background-position: center center;
    background-size: cover;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

#banner h2{
    font-size: 48px;
    font-weight: 500;
    color: #fff;
}

.linhaSeparacao {
    width: 40px;
    height: 2px;
    background-color: var(--cor-01);
    display: block;
    content: '';
    margin: 10px 0;
  }

#banner h3{
    font-size: 14px;
    font-weight: 500;
    color: #fff;
}

#servicos {
    margin: 80px 0;
    padding: 50px 0 0;
  }
  
  #servicos h3 {
    color: var(--cor-02);
    font-size: 18px;
    text-align: center;
    width: 80%;
    height: 67px;
    text-transform: uppercase;
  
  }


  #servicos a{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  #servicos span{
    color: var(--cor-01);
    font-size: 11px;
    font-weight: 500;
  }

  .linhaSeparacaoVerticao {
    height: 40px;
    width: 2px;
    background-color: var(--cor-01);
    display: block;
    content: '';
    margin: 10px 0;
  }
  #servicos p{
    font-size: 16px;
    text-align: justify;
    color: var(--cor-02);
    line-height: 180%;
  }

  #paginacao{
    margin-bottom: 80px;
}
  #paginacao a{
    font-size: 11px;
    color: var(--cor-01);
    font-weight: 500;    
  }
  

/*-lg*/
@media (max-width: 1199.98px) {}

/*-md*/
@media (max-width: 991.98px) {}

/*-sm*/
@media (max-width: 767.98px) {
}

/*-mobile*/
@media (max-width: 575.98px) {
}