: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*/
.servicos-cursos {
  margin-bottom: 120px;
}
.servicos-cursos .bg {
  z-index: -1;
  width: 50vw;
  height: 100%;
  right: 0;
  top: 0;
}
.servicos-cursos .bg.cor-1 {
  background-color: var(--cor-1);
}
.servicos-cursos .esquerda {
  padding-top: 58px;
  padding-bottom: 68px;
  max-width: 495px;
}
.servicos-cursos .esquerda h3 {
  font-size: 30px;
  line-height: 42.8px;
  font-weight: 700;
  color: white;
  margin-bottom: 30px;
}
.servicos-cursos .esquerda .frase {
  font-size: 25px;
  line-height: 38.8px;
  color: white;
  font-weight: 500;
  margin-bottom: 30px;
}
.servicos-cursos .esquerda .valores {
  display: flex;
  flex-direction: row;
  gap: 15px;
}
.servicos-cursos .esquerda .valores .info {
  color: white;
  font-weight: 500;
  font-size: 26px;
  line-height: 36.5px;
}
.servicos-cursos .esquerda .valores .info strong {
  font-size: 36px;
  line-height: 47.3px;
  font-weight: 700;
  display: block;
}
.servicos-cursos .direita .questoes {
  width: 465px;
}
.servicos-cursos .direita .questoes .questao {
  display: flex;
  flex-direction: row;
  gap: 15px;
}
.servicos-cursos .direita .questoes .questao .pergunta strong {
  display: block;
  margin-bottom: 20px;
  font-size: 30px;
  font-weight: 700;
  line-height: 43.8px;
  color: var(--cor-2);
}
.servicos-cursos .direita .questoes .questao .pergunta span {
  font-size: 18px;
  font-weight: 400;
  line-height: 33.8px;
  color: var(--cor-4);
}

.servicos-home {
  margin-bottom: 140px;
}
.servicos-home .esquerda {
  max-width: 515px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.servicos-home .esquerda h3 {
  font-size: 30px;
  line-height: 43.8px;
  font-weight: 700;
  color: var(--cor-1);
}
.servicos-home .esquerda .cuidado {
  display: flex;
  flex-direction: row;
  gap: 30px;
}
.servicos-home .esquerda .cuidado .texto strong {
  font-size: 30px;
  line-height: 43.8px;
  font-weight: 700;
  color: var(--cor-2);
  display: block;
  margin-bottom: 15px;
}
.servicos-home .esquerda .cuidado .texto span {
  font-size: 18px;
  line-height: 33.8px;
  font-weight: 400;
  color: var(--cor-2);
}
.servicos-home .direita {
  height: 495px;
  text-align: right;
}
.servicos-home .direita .imagem {
  height: 100%;
  max-width: 480px;
  margin-right: 0;
  margin-left: auto;
}
.servicos-home .direita .imagem img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.servicos-home .direita .imagem .bg {
  left: 0;
  top: 0;
  height: 100%;
  width: 50vw;
  background-color: var(--cor-2);
  z-index: -1;
}

/*-lg*/
/*-md*/
@media (max-width: 991.98px) {
  .servicos-cursos {
    margin-bottom: 50px;
  }
  .servicos-cursos .bg {
    right: auto;
    left: 50%;
    transform: translateX(-50%);
    width: 100vw;
  }
  .servicos-cursos .esquerda {
    max-width: none;
  }
  .servicos-cursos .direita {
    padding-top: 30px;
  }
  .servicos-cursos .direita .questoes {
    width: auto;
  }
  .servicos-cursos .botao {
    margin-top: 30px;
  }
  .servicos-home {
    margin-bottom: 0;
  }
  .servicos-home .esquerda {
    max-width: none;
    padding-bottom: 30px;
  }
  .servicos-home .esquerda .botao {
    margin-top: 30px;
  }
  .servicos-home .direita {
    height: auto;
  }
  .servicos-home .direita .imagem {
    max-width: none;
    margin-right: auto;
  }
  .servicos-home .direita .imagem .bg {
    left: 50%;
    transform: translateX(-50%);
    width: 101vw;
    background-color: var(--cor-4);
  }
}
/*-sm*/
/*-mobile*/

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