#banner {
  width: 100%;
  height: 645px;
  background-color: var(--cor-02);
  position: absolute;
  top: 0;
  z-index: 1;

}

.swiper-banner {
  background-position: center center;
  background-size: cover;
  width: 100%;
  height: 645px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.swiper-banner h3 {
  font-size: 12px;
  font-weight: 600;
  color: var(--cor-01);
  text-transform: uppercase;
  text-align: center;
}

.swiper-banner h2 {
  font-size: 52px;
  color: #fff;
  text-align: center;
  margin-bottom: 20px;
  font-family: 'Noto Serif', serif;
}

.swiper-banner p {
  font-size: 16px;
  font-weight: normal;
  color: #fff;
  text-align: center;
  margin-bottom: 40px;
}

.swiper-banner a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 210px;
  height: 65px;
  border: 2px solid var(--cor-01);
  color: var(--cor-01);
  font-size: 12px;
  font-weight: 600;
}

#quemSomos {
  margin-top: 645px;
}


#quemSomos h2 {
  font-family: 'Noto Serif', serif;
  color: var(--cor-01);
  font-size: 22px;
}

#paragrafoQuemSomos {
  font-size: 16px;
  color: var(--cor-02);
  line-height: 30px;
  margin: 40px 0;
  width: 92%;
  position: relative;
}

#quemSomos a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 160px;
  height: 60px;
  background-color: var(--cor-02);
  color: var(--cor-01);
  font-size: 12px;
  font-weight: 600;
}

#linhaQuemSomos {
  width: 330px;
  height: 3px;
  background-color: var(--cor-01);
  position: absolute;
  top: -25px;
  left: -160px;
}

#vetorSobre {
  width: 402px;
  height: 285px;
  position: absolute;
  background-image: url(/imagens/home-vetor.png);
  top: -40px;
  right: -50px;
}

#servicos {
  background-color: var(--cor-02);
  margin: 80px 0;
  padding: 50px 0 100px;
}

#servicos h2 {
  font-family: 'Noto Serif', serif;
  color: var(--cor-01);
  font-size: 22px;
  text-align: center;
}

.linhaSeparacao {
  width: 210px;
  height: 3px;
  background-color: var(--cor-01);
  display: block;
  content: '';
  margin-top: 10px;
}

.linkVerTodos {
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  text-align: center;
  display: block;
  text-align: center;
  margin-top: 20px;
}

#servicos h3{
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  text-transform: uppercase;
  margin-top: 20px;
  line-height: 180%;
}

/* #servicos ul {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  margin-top: 70px;
}

#servicos ul li {
  list-style: none;
  font-size: 16px;
  color: #fff;
  text-align: center;
  cursor: pointer;
  display: block;
  padding: 10px 20px;
}

#servicos ul li:hover,
#servicos ul li.hover {
  border: 2px solid var(--cor-01);

}

#conteudoServicos {
  color: #fff;
  font-size: 14px;
  line-height: 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
} */

#servicos .saibaMaisServicos {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 160px;
  height: 60px;
  background-color: var(--cor-01);
  color: var(--cor-02);
  font-size: 12px;
  font-weight: 600;
  margin-top: 40px;
  z-index: 2;
}

#vetorServicos {
  width: 199px;
  height: 121px;
  position: absolute;
  background-image: url(/imagens/points.png);
  bottom: -35px;
  left: 343px;
  z-index: 1;
}

#artigos {
  margin-bottom: 80px;
}

#artigos .linkVerTodos {
  color: var(--cor-02);


}

#artigos h2 {
  font-family: 'Noto Serif', serif;
  color: var(--cor-01);
  font-size: 22px;
  text-align: center;
}

.artigo img {
  box-shadow: 0 3px 10px rgb(0 0 0 / 0.2);
}

.artigo h3 {
  font-family: 'Noto Serif', serif;
  font-size: 22px;
  margin-bottom: 30px;
}

.artigo p {
  font-size: 14px;
}

.artigo a {
  color: var(--cor-01);
  font-size: 12px;
  font-weight: bold;
}

.mySwiper {
  display: none;
}

/*-lg*/
@media (max-width: 1199.98px) {}

/*-md*/
@media (max-width: 991.98px) {
  #vetorServicos {
    width: 120px;
    height: 80px;
    background-size: cover;
    bottom: -22px;
    left: 240px;
  }
}

/*-sm*/
@media (max-width: 767.98px) {

  #vetorSobre {
    width: 402px;
    height: 285px;
    position: absolute;
    background-image: url(/imagens/home-vetor.png);
    top: -40px;
    right: -50px;
  }

  #vetorSobre {
    width: 257px;
    height: 199px;
    top: -40px;
    right: 0;
    background-size: cover;
  }

  #paragrafoQuemSomos {
    width: 100%;
  }



  .mySwiper {
    display: block;
    margin: 40px 0 45px 10px;
  }

  .mySwiper .swiper-wrapper .swiper-slide {


    list-style: none;
    font-size: 16px;
    color: #fff;
    text-align: center;
    cursor: pointer;
    display: block;
    padding: 20px 10px;
  }

  .passadores{
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin-bottom: 20px;
  }
  .swiper-button-next, .swiper-button-prev{
    position: static;
    color: var(--cor-01);
  }
  .swiper-button-next::after, .swiper-button-prev::after
  {
    font-size: 24px;
  }

  .mySwiper .swiper-wrapper .swiper-slide.hover {
    border: 2px solid var(--cor-01);

  }

  #servicos .saibaMaisServicos{
    margin-left: 30px;
  }
  .artigo{
    margin-bottom: 60px;
  }
}

/*-mobile*/
@media (max-width: 575.98px) {
  #quemSomos {
    margin-top: 497px;
  }

  #banner {
    height: 520px;

  }

  .swiper-banner {
    height: 520px;
  }


}