:root {
  --noto: "Noto Sans", sans-serif;
  --cor-1: #dbbfcc;
  --cor-2: #86b2a5;
  --cor-3: #bad4cc;
  --cor-4: #b0b0b2;
  --cor-5: #225042;
  --altura-topo: 140px;
}

/*-lg*/
/*-md*/
@media (max-width: 991.98px) {
  :root {
    --altura-topo: 60px;
  }
}
/*-sm*/
/*-mobile*/
#banner .swiper-slide {
  position: relative;
  height: 504px;
}
#banner .swiper-slide .imagem {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#banner .swiper-slide .info {
  height: 504px;
  position: relative;
  z-index: 2;
  margin-left: 60px;
}
#banner .swiper-slide .info .tema {
  color: white;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 500;
  display: inline-block;
  padding-bottom: 5px;
  border-bottom: 3px solid var(--cor-1);
  margin-bottom: 15px;
}
#banner .swiper-slide .info .frase {
  color: white;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 42px;
  margin-bottom: 40px;
}
#banner .navegacao {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
}
#banner .swiper-button-next, #banner .swiper-button-prev {
  color: white !important;
}
#banner .swiper-pagination-bullet {
  background: white !important;
}
#banner .swiper-pagination-bullet-active {
  background: var(--cor-1) !important;
}

#quem-somos {
  padding-top: 95px;
  padding-bottom: 85px;
}
#quem-somos .imagem {
  max-width: 505px;
  height: 415px;
  width: 100%;
  overflow: hidden;
  border-radius: 60px;
  box-shadow: 0 51px 65px rgba(0, 0, 0, 0.1);
}
#quem-somos .imagem img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#quem-somos .info {
  max-width: 515px;
  width: 100%;
  height: 415px;
}
#quem-somos .info .texto {
  font-size: 18px;
  color: var(--cor-4);
  line-height: 32px;
}

#capacitacao > .container {
  position: relative;
  padding-top: 95px;
  padding-bottom: 85px;
}
#capacitacao .bg {
  background-color: var(--cor-2);
  height: 100%;
  top: 0;
  left: 0;
  width: 100vw;
  z-index: -1;
}
#capacitacao .imagem {
  width: 100%;
  overflow: hidden;
  border-radius: 60px;
  margin-left: auto;
  margin-right: auto;
  box-shadow: 0 51px 65px rgba(0, 0, 0, 0.2);
}
#capacitacao .imagem img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#capacitacao h3 {
  font-size: 30px;
  line-height: 42.8px;
  font-weight: 700;
  color: white;
  margin-bottom: 30px;
}
#capacitacao .frase {
  font-size: 22px;
  line-height: 38.8px;
  color: white;
  font-weight: 500;
  margin-bottom: 30px;
}
#capacitacao .valores {
  display: flex;
  flex-direction: row;
  gap: 15px;
  font-size: 36px;
  line-height: 47.3px;
  font-weight: 700;
  display: block;
  color: var(--cor-1);
}
#capacitacao .botao {
  display: flex;
  justify-content: end;
  margin-top: 20px;
}

#cursos > .container {
  position: relative;
  padding-top: 95px;
  padding-bottom: 85px;
}
#cursos .bg {
  background-color: var(--cor-1);
  height: 100%;
  top: 0;
  right: 0;
  width: 100vw;
  z-index: -1;
}
#cursos .imagem {
  max-width: 505px;
  height: 415px;
  width: 100%;
  overflow: hidden;
  border-radius: 60px;
  box-shadow: 0 51px 65px rgba(50, 0, 38, 0.2);
}
#cursos .imagem img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#cursos .info {
  max-width: 515px;
  width: 100%;
  height: 415px;
}
#cursos .info .texto {
  font-size: 18px;
  color: white;
  line-height: 32px;
}

#oportunidade {
  background: url(../imagens/bg-oportunidade.jpg) left center no-repeat;
  background-size: cover;
  padding-top: 75px;
  padding-bottom: 120px;
}
#oportunidade .topo {
  margin-bottom: 46px;
}
#oportunidade .topo h2 {
  font-size: 52.7px;
  font-weight: 700;
  line-height: 66px;
  color: var(--cor-2);
}
#oportunidade .topo .frase {
  font-size: 35px;
  color: var(--cor-2);
  line-height: 48px;
  margin-bottom: 22px;
}
#oportunidade .topo .texto {
  font-size: 18px;
  color: var(--cor-4);
  line-height: 34px;
}
#oportunidade .formulario form {
  gap: 5px;
}
#oportunidade .formulario input {
  width: 100%;
  max-width: 478px;
  height: 63px;
  border: 2px solid var(--cor-2);
  border-radius: 32px;
  line-height: 63px;
  font-size: 18px;
  color: var(--cor-4);
  padding: 0 25px;
  background-color: transparent;
  font-style: italic;
}

/*-lg*/
@media (max-width: 1199.98px) {
  #capacitacao .bg {
    left: 50%;
    transform: translateX(-50%);
  }
  #cursos {
    position: relative;
  }
  #cursos > .container {
    position: static;
  }
}
/*-md*/
@media (max-width: 991.98px) {
  #banner .swiper-slide .info {
    margin: 0 30px;
  }
  #banner .swiper-slide .info .frase {
    font-size: 26px;
    line-height: 34px;
  }
  #quem-somos {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  #quem-somos .imagem {
    max-width: none;
    margin-bottom: 30px;
  }
  #quem-somos .info {
    max-width: none;
    height: auto;
  }
  #quem-somos .info .texto {
    margin-bottom: 30px;
  }
  #capacitacao .container {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  #capacitacao .imagem {
    max-width: none;
    margin-bottom: 30px;
  }
  #capacitacao .info {
    max-width: none;
    height: auto;
  }
  #capacitacao .info .texto {
    margin-bottom: 30px;
  }
  #cursos > .container {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  #cursos .imagem {
    max-width: none;
    margin-bottom: 30px;
  }
  #cursos .info {
    max-width: none;
    height: auto;
  }
  #cursos .info .texto {
    margin-bottom: 30px;
  }
}
/*-sm*/
/*-mobile*/
@media (max-width: 575.98px) {
  #quem-somos .imagem {
    height: 300px;
    border-radius: 40px;
  }
  #capacitacao .imagem {
    height: 300px;
    border-radius: 40px;
  }
  #cursos .imagem {
    height: 300px;
    border-radius: 40px;
  }
  #oportunidade {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  #oportunidade > .container {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  #oportunidade .topo {
    margin-bottom: 20px;
  }
  #oportunidade .topo h2 {
    font-size: 46px;
    line-height: 50px;
  }
  #oportunidade .topo .texto {
    line-height: 24px;
  }
  #oportunidade .topo .frase {
    line-height: 40px;
  }
}

/*# sourceMappingURL=index.css.map */
