/* Extra large devices (large laptops and desktops, 1200px and down) */
/* Extra large devices (large laptops and desktops, 1200px and down) */
/* Large devices (laptops/desktops, 992px and down) */
/* Medium devices (landscape tablets, 768px and down) */
/* Small devices (portrait tablets and large phones, 600px and down) */
/* Extra small devices (phones, 360px and down) */
html, body {
  margin: 0;
  padding: 0;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  box-sizing: border-box;
  height: 100%;
  position: relative;
}

*, *:before, *:after {
  box-sizing: inherit;
}

img {
  max-width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
}

.bold {
  font-weight: 600;
}

.container {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  overflow: hidden;
  padding-top: 60px;
}
.container--sucesso {
  padding-top: 0;
}

nav {
  width: 100%;
  height: 60px;
  margin: 0;
  padding: 0;
  background-color: #d6d8d7;
  position: fixed;
  top: 0;
  z-index: 99;
}
@media only screen and (max-width: 1440px) {
  nav {
    height: 50px;
  }
}
@media only screen and (max-width: 992px) {
  nav {
    display: none;
  }
}
nav ul.menu {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  justify-content: space-around;
  align-items: center;
}
nav ul.menu li a {
  text-decoration: none;
  color: #000;
  font-size: 1.25rem;
  font-weight: 600;
  transition: color 0.3s;
}
@media only screen and (max-width: 1440px) {
  nav ul.menu li a {
    font-size: 1rem;
    font-weight: 500;
  }
}
nav ul.menu li a:hover {
  color: #6a8d6d;
}

.capa {
  width: 100%;
  height: auto;
  background-image: url("../images/bg-sobremim.jpg");
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
  padding: 0 0 300px 0;
  margin: 0;
}
@media only screen and (max-width: 992px) {
  .capa {
    background-image: unset;
    height: auto;
    padding: 40px 20px 0 20px;
  }
}
.capa__logo {
  width: 10%;
  height: auto;
  position: absolute;
  top: 40px;
  left: 40px;
}
.capa__logo img {
  width: 100%;
  height: auto;
}
@media only screen and (max-width: 1200px) {
  .capa__logo {
    left: 20px;
  }
}
@media only screen and (max-width: 992px) {
  .capa__logo {
    width: 50%;
    position: relative;
    top: unset;
    left: unset;
  }
}
.capa__foto {
  width: 360px;
  height: 360px;
  position: absolute;
  top: 50%;
  left: -50px;
  transform: translateY(-50%);
}
@media only screen and (max-width: 1440px) {
  .capa__foto {
    width: 260px;
    height: 260px;
    left: -20px;
  }
}
@media only screen and (max-width: 1200px) {
  .capa__foto {
    width: 200px;
    height: 200px;
    left: -20px;
  }
}
@media only screen and (max-width: 992px) {
  .capa__foto {
    width: 60%;
    height: auto;
    top: unset;
    left: unset;
    transform: unset;
    position: relative;
    margin-top: 30px;
  }
}
.capa__foto img {
  width: 100%;
  height: auto;
}
.capa__title {
  width: 70%;
  height: auto;
  font-size: 3rem;
  font-weight: 700;
  margin: 80px 0 0 20%;
}
@media only screen and (max-width: 1440px) {
  .capa__title {
    font-size: 2rem;
    margin: 40px 0 0 12vw;
    width: 72%;
  }
}
@media only screen and (max-width: 1200px) {
  .capa__title {
    font-size: 1.75rem;
    margin: 20px 0 0 12vw;
  }
}
@media only screen and (max-width: 992px) {
  .capa__title {
    width: 100%;
    text-align: center;
    margin: 20px auto;
  }
}
.capa__title--green {
  color: #6a8d6d;
}
.capa__text {
  width: 70%;
  height: auto;
  font-size: 1.25rem;
  line-height: 1.5;
  margin-left: 20%;
}
@media only screen and (max-width: 1440px) {
  .capa__text {
    font-size: 0.9rem;
    margin-left: 12vw;
    width: 72%;
  }
  .capa__text p {
    margin: 10px 0;
  }
}
@media only screen and (max-width: 1200px) {
  .capa__text {
    font-size: 0.8rem;
    margin-left: 12vw;
    width: 75%;
  }
  .capa__text p {
    margin: 7px 0;
  }
}
@media only screen and (max-width: 992px) {
  .capa__text {
    width: 100%;
    text-align: center;
    margin: 0;
    padding: 0;
  }
}
.capa__vasinhos {
  display: none;
}
@media only screen and (max-width: 992px) {
  .capa__vasinhos {
    display: flex;
    width: 100vw;
    height: auto;
    margin-top: 20px;
  }
  .capa__vasinhos img {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
  }
}

.do {
  width: 100%;
  height: auto;
  background-color: #c2c3ac;
  background-image: url("../images/bg-desenvolvimento-organizacional.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
  padding: 80px 30% 80px 10%;
}
@media only screen and (max-width: 1200px) {
  .do {
    padding: 60px 30% 60px 5%;
  }
}
@media only screen and (max-width: 992px) {
  .do {
    height: auto;
    background-color: #dddbca;
    background-image: url("../images/bg-desenvolvimento-organizacional-mobile.jpg");
    background-position: right bottom;
    padding: 20px 7% 30px 7%;
  }
}
.do__title {
  font-size: 3rem;
  font-weight: 700;
}
@media only screen and (max-width: 1440px) {
  .do__title {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 1200px) {
  .do__title {
    font-size: 1.75rem;
  }
}
@media only screen and (max-width: 992px) {
  .do__title {
    width: 100%;
    text-align: center;
    margin: 20px auto;
  }
}
.do__title--green {
  color: #6a8d6d;
}
.do__text {
  font-size: 1.5rem;
  line-height: 1.5;
}
@media only screen and (max-width: 1440px) {
  .do__text {
    font-size: 1rem;
  }
  .do__text p {
    margin: 10px 0;
  }
}
@media only screen and (max-width: 1200px) {
  .do__text {
    font-size: 0.8rem;
    line-height: 1.3;
  }
  .do__text p {
    margin: 7px 0;
  }
}
@media only screen and (max-width: 992px) {
  .do__text {
    text-align: center;
    margin: 0;
    padding: 0;
  }
}
.do__text--bold {
  font-weight: 600;
}
.do ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.do ul li {
  font-size: 1.5rem;
  margin: 10px 0;
  border-left: 5px solid #435a45;
  background-color: #698d6d;
  color: #ffffff;
  padding: 10px 20px;
  text-align: left;
}
@media only screen and (max-width: 1440px) {
  .do ul li {
    font-size: 1rem;
  }
}
@media only screen and (max-width: 1200px) {
  .do ul li {
    font-size: 0.8rem;
  }
}

.cc {
  width: 100%;
  height: auto;
  background-color: #c2c3ac;
  background-image: url("../images/bg-consultoria-de-carreira.jpg");
  background-position: left bottom;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  flex-direction: column;
  padding: 80px 10% 80px 25%;
}
@media only screen and (max-width: 1200px) {
  .cc {
    padding: 60px 5% 60px 25%;
  }
}
@media only screen and (max-width: 992px) {
  .cc {
    height: auto;
    background-color: #cbc8c6;
    background-image: url("../images/bg-consultoria-de-carreira-mobile.jpg");
    padding: 20px 7% 30px 7%;
    background-size: contain;
  }
}
.cc__title {
  font-size: 3.5rem;
  font-weight: 700;
  text-align: right;
}
@media only screen and (max-width: 1440px) {
  .cc__title {
    font-size: 2.5rem;
  }
}
@media only screen and (max-width: 1200px) {
  .cc__title {
    font-size: 1.75rem;
  }
}
@media only screen and (max-width: 992px) {
  .cc__title {
    width: 100%;
    text-align: center;
    margin: 20px auto;
  }
}
.cc__title--green {
  color: #6a8d6d;
}
.cc__text {
  width: 100%;
  font-size: 1.5rem;
  line-height: 1.5;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-top: 60px;
}
@media only screen and (max-width: 1440px) {
  .cc__text {
    font-size: 1rem;
  }
  .cc__text p {
    margin: 10px 0;
  }
}
@media only screen and (max-width: 1200px) {
  .cc__text {
    font-size: 0.8rem;
  }
  .cc__text p {
    margin: 7px 0;
  }
}
@media only screen and (max-width: 992px) {
  .cc__text {
    text-align: center;
    margin: 0;
    padding: 0;
    flex-direction: column;
    justify-content: center;
  }
}
.cc__text--bold {
  font-weight: 600;
}
.cc__intro, .cc__list {
  width: 50%;
  height: auto;
}
@media only screen and (max-width: 992px) {
  .cc__intro, .cc__list {
    width: 100%;
    text-align: center;
  }
}
.cc__intro {
  margin-right: 60px;
}
@media only screen and (max-width: 992px) {
  .cc__intro {
    margin: 0;
  }
}
.cc ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.cc ul li {
  font-size: 1.5rem;
  margin: 10px 0;
  border-left: 5px solid #435a45;
  background-color: #698d6d;
  color: #ffffff;
  padding: 10px 20px;
  text-align: left;
}
@media only screen and (max-width: 1440px) {
  .cc ul li {
    font-size: 1rem;
  }
}
@media only screen and (max-width: 1200px) {
  .cc ul li {
    font-size: 0.8rem;
  }
}

.pdm {
  width: 100%;
  height: auto;
  background-color: #c2c3ac;
  background-image: url("../images/bg-programa-de-mentoria.jpg");
  background-position: left bottom;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  flex-direction: column;
  padding: 15% 15% 80px 15%;
}
@media only screen and (max-width: 992px) {
  .pdm {
    height: auto;
    background-color: #cbc8c6;
    background-image: url("../images/bg-programa-de-mentoria-mobile.jpg");
    padding: 300px 5% 30px 5%;
  }
}
.pdm__title {
  font-size: 3.5rem;
  font-weight: 700;
  text-align: right;
  color: #ffffff;
}
@media only screen and (max-width: 1440px) {
  .pdm__title {
    font-size: 2.5rem;
  }
}
@media only screen and (max-width: 1200px) {
  .pdm__title {
    font-size: 1.75rem;
  }
}
@media only screen and (max-width: 992px) {
  .pdm__title {
    width: 100%;
    text-align: center;
    margin: 20px auto;
  }
}
.pdm__title--green {
  color: #6a8d6d;
}
.pdm__text {
  width: 100%;
  font-size: 1.5rem;
  line-height: 1.5;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-top: 60px;
  color: #ffffff;
}
@media only screen and (max-width: 1440px) {
  .pdm__text {
    font-size: 1rem;
  }
  .pdm__text p {
    margin: 10px 0;
  }
}
@media only screen and (max-width: 1200px) {
  .pdm__text {
    font-size: 0.8rem;
  }
  .pdm__text p {
    margin: 7px 0;
  }
}
@media only screen and (max-width: 992px) {
  .pdm__text {
    text-align: center;
    margin: 0;
    padding: 0;
    flex-direction: column;
    justify-content: center;
  }
}
.pdm__text--bold {
  font-weight: 600;
}
.pdm__intro, .pdm__list {
  width: 50%;
  height: auto;
}
@media only screen and (max-width: 992px) {
  .pdm__intro, .pdm__list {
    width: 100%;
    text-align: center;
  }
}
.pdm__intro {
  margin-right: 60px;
}
@media only screen and (max-width: 992px) {
  .pdm__intro {
    margin: 0;
  }
}
.pdm ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.pdm ul li {
  font-size: 1.5rem;
  margin: 10px 0;
  border-left: 5px solid #435a45;
  background-color: #698d6d;
  color: #ffffff;
  padding: 10px 20px;
  text-align: left;
}
@media only screen and (max-width: 1440px) {
  .pdm ul li {
    font-size: 1rem;
  }
}
@media only screen and (max-width: 1200px) {
  .pdm ul li {
    font-size: 0.8rem;
  }
}

.contato {
  width: 100%;
  height: auto;
  background-color: #c3d9ce;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 60px 0;
  margin: 0 auto;
}
@media only screen and (max-width: 1200px) {
  .contato {
    padding: 40px 80px;
  }
}
@media only screen and (max-width: 992px) {
  .contato {
    padding: 40px 0 60px 0;
  }
}
.contato__title {
  font-size: 3.5rem;
  font-weight: 700;
  text-align: right;
  color: #000000;
}
@media only screen and (max-width: 1440px) {
  .contato__title {
    font-size: 2.5rem;
  }
}
@media only screen and (max-width: 1200px) {
  .contato__title {
    font-size: 1.75rem;
  }
}
@media only screen and (max-width: 992px) {
  .contato__title {
    width: 100%;
    text-align: center;
    margin: 20px auto;
  }
}
.contato__title--green {
  color: #6a8d6d;
}
.contato__text {
  width: 100%;
  max-width: 1200px;
  font-size: 1.5rem;
  line-height: 1.5;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
  margin-top: 40px;
  text-align: left;
}
.contato__text--sucesso {
  align-items: center;
  text-align: center;
}
@media only screen and (max-width: 1440px) {
  .contato__text {
    font-size: 1rem;
  }
  .contato__text p {
    margin: 10px 0;
  }
}
@media only screen and (max-width: 1200px) {
  .contato__text {
    font-size: 0.8rem;
  }
  .contato__text p {
    margin: 7px 0;
  }
}
@media only screen and (max-width: 992px) {
  .contato__text {
    text-align: center;
    margin: 0;
    padding: 0 20px;
    flex-direction: column;
    justify-content: center;
  }
}
.contato__text--bold {
  font-weight: 600;
}
.contato__form {
  width: 50%;
  max-width: 800px;
  height: auto;
  margin-top: 20px;
  text-align: center;
}
@media only screen and (max-width: 992px) {
  .contato__form {
    width: 90%;
  }
}
.contato__form-group {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.contato__form label {
  font-size: 1.25rem;
  font-weight: 500;
  margin: 30px 0 10px 0;
  text-align: left;
}
@media only screen and (max-width: 1440px) {
  .contato__form label {
    font-size: 1rem;
  }
}
.contato__form input, .contato__form textarea {
  width: 100%;
  height: 50px;
  background-color: #698d6d;
  padding: 0 20px;
  font-size: 1.25rem;
  border: none;
  border-radius: 5px;
  color: #ffffff;
}
@media only screen and (max-width: 1440px) {
  .contato__form input, .contato__form textarea {
    font-size: 1rem;
  }
}
.contato__form textarea {
  height: 200px;
}
.contato__form input::-moz-placeholder {
  color: #ffffff;
  font-size: 1.25rem;
}
.contato__form input::placeholder {
  color: #ffffff;
  font-size: 1.25rem;
}
.contato__form button {
  width: 500px;
  height: 60px;
  background-color: #435a45;
  color: #ffffff;
  font-size: 1.25rem;
  font-weight: 600;
  text-transform: uppercase;
  border: none;
  border-radius: 5px;
  margin: 40px auto 0 auto;
  cursor: pointer;
}
@media only screen and (max-width: 1200px) {
  .contato__form button {
    width: 100%;
  }
}
@media only screen and (max-width: 992px) {
  .contato__form button {
    width: 90%;
  }
}
.contato__form button:hover {
  background-color: #ffffff;
  color: #435a45;
  transition: all 0.3s ease-in-out;
}
.contato__voltar {
  width: 100%;
  height: auto;
  margin-top: 40px;
  text-align: center;
}
.contato__voltar a {
  text-decoration: none;
  color: #435a45;
  font-size: 1.5rem;
  transition: color 0.3s;
  padding-bottom: 7px;
  border-bottom: 4px solid #c3d9ce;
}
@media only screen and (max-width: 1440px) {
  .contato__voltar a {
    font-size: 1rem;
  }
}
.contato__voltar a:hover {
  color: #6a8d6d;
  border-bottom: 4px solid #435a45;
  transition: all 0.3s ease-in-out;
}

.error-message {
  width: 100%;
  height: auto;
  color: #ff0000;
  padding: 5px 20px;
  text-align: left;
  font-size: 0.9rem;
}

.footer {
  width: 100%;
  height: auto;
  margin: 40px auto 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #ffffff;
}
@media only screen and (max-width: 600px) {
  .footer {
    padding: 40px 0 0 0;
  }
}
.footer__logo {
  width: 20%;
  height: auto;
}
@media only screen and (max-width: 600px) {
  .footer__logo {
    width: 80%;
    margin-bottom: 30px;
  }
}
.footer__social {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 40px auto 40px auto;
}
@media only screen and (max-width: 600px) {
  .footer__social {
    order: 2;
    margin-bottom: 60px;
  }
}
.footer__social-link {
  width: 36px;
  height: 36px;
}
.footer__copyright {
  width: 100%;
  height: auto;
  padding: 20px 0;
  margin: 0 auto 0 auto;
  text-align: center;
  color: #ffffff;
  background-color: #2d2e30;
}
@media only screen and (max-width: 600px) {
  .footer__copyright {
    order: 4;
    font-size: 0.9rem;
  }
}/*# sourceMappingURL=estilo.css.map */