@font-face {
  font-family: 'montserratthin_italic';
  src: url("fonts/montserrat-thinitalic.woff2") format("woff2"), url("fonts/montserrat-thinitalic.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'montserratlight';
  src: url("fonts/montserrat-light.woff2") format("woff2"), url("fonts/montserrat-light.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'montserratregular';
  src: url("fonts/montserrat-regular.woff2") format("woff2"), url("fonts/montserrat-regular.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'montserratmedium';
  src: url("fonts/montserrat-medium.woff2") format("woff2"), url("fonts/montserrat-medium.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'montserratbold';
  src: url("fonts/montserrat-bold.woff2") format("woff2"), url("fonts/montserrat-bold.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

* {
  padding: 0;
  margin: 0;
  outline: none;
  list-style-type: none;
  text-decoration: none;
  box-sizing: border-box; }

input,
select {
  -webkit-appearance: none;
  border-radius: 0; }

button {
  cursor: pointer; }

img {
  display: block; }

.error input {
  border: 1px solid #f00 !important; }

.error select {
  border: 1px solid #f00 !important; }

p.error {
  display: none; }

.error p.error {
  text-align: left;
  font-size: 12px !important;
  margin-top: 5px;
  color: #f00 !important;
  font-family: "montserratregular";
  display: block; }

.w-100pc {
  width: 100%; }

@media (max-width: 767px) {
  .logo {
    max-width: 100px; }
    .logo img {
      width: 100%;
      height: auto; } }

.center-item {
  text-align: center; }

@media (max-width: 1200px) {
  .w-100-40 {
    padding: 0 20px; } }

.max_width-1180px {
  max-width: 1180px;
  width: 100%; }

.mg-0-auto {
  margin: 0 auto; }

.mg-top-10px {
  margin-top: 10px; }

.mg-top-20px {
  margin-top: 20px; }

.mg-top-40px {
  margin-top: 40px; }

.mg-top-50px {
  margin-top: 50px; }
  @media (max-width: 767px) {
    .mg-top-50px {
      margin-top: 25px; } }

.mg-bottom-10px {
  margin-bottom: 10px; }

.mg-bottom-20px {
  margin-bottom: 20px; }

.mg-bottom-30px {
  margin-bottom: 30px !important; }

.mg-bottom-40px {
  margin-bottom: 40px; }
  @media (max-width: 767px) {
    .mg-bottom-40px {
      margin-bottom: 20px; } }

.mg-bottom-50px {
  margin-bottom: 50px; }
  @media (max-width: 767px) {
    .mg-bottom-50px {
      margin-bottom: 25px; } }

.bg-gradiente {
  background-image: linear-gradient(#fff, #eaeaea); }

.min-height-home {
  min-height: calc(100vh - 50px); }
  @media (max-width: 767px) {
    .min-height-home {
      min-height: 100vh; } }

.uper {
  text-transform: uppercase; }

nav {
  display: flex;
  justify-content: space-between;
  align-items: center; }
  nav .links {
    text-decoration: underline;
    color: #000;
    font-size: 16px;
    font-family: "montserratregular";
    font-style: italic; }
  nav .icon-pc {
    display: flex;
    align-items: center; }
  nav .icon-pc::before {
    content: '';
    width: 28px;
    height: 26px;
    background: url(images/site-icon.png);
    background-size: contain;
    margin-right: 10px; }
  nav .icon-back {
    display: flex;
    align-items: center; }
  nav .icon-back::before {
    content: '';
    width: 31px;
    height: 24px;
    background: url(images/icon-voltar.png);
    background-size: contain;
    margin-right: 10px; }

.a-default {
  color: #fff;
  font-size: 18px;
  border-radius: 10px;
  padding: 15px 30px;
  background: #796c75;
  min-width: 240px;
  text-align: center;
  font-family: "montserratmedium";
  display: inline-block;
  -webkit-box-shadow: 5px 5px 10px 5px rgba(64, 64, 64, 0.4);
  box-shadow: 5px 5px 10px 5px rgba(64, 64, 64, 0.4); }

.flex_home {
  display: flex;
  flex-direction: column;
  height: 100vh; }
  @media (max-width: 767px) {
    .flex_home {
      height: auto; } }

.bg-home {
  position: relative;
  background: url(images/bg-pg-inicial-left.png) left top no-repeat, url(images/bg-pg-inicial-right.png) right top no-repeat;
  background-size: contain; }
  @media (max-width: 767px) {
    .bg-home {
      background: url(images/bg-pg-inicial-left.png) left top no-repeat;
      background-size: cover; } }
  @media (max-width: 767px) {
    .bg-home {
      background: url(images/bg-pg-inicial-left.png) left top no-repeat;
      background-size: cover; } }

.home {
  display: flex;
  flex: 1; }
  .home div {
    width: 50%; }
    @media (max-width: 767px) {
      .home div {
        width: 100%; } }
  .home .register h1 {
    color: #796c75;
    font-family: "montserratlight";
    font-size: 46px; }
    .home .register h1 span {
      font-family: "montserratbold"; }
    @media (max-width: 767px) {
      .home .register h1 {
        font-size: 30px; }
        .home .register h1 br {
          display: block; } }
  .home .register p {
    color: #000;
    font-size: 16px;
    font-family: "montserratlight";
    margin-bottom: 20px; }
  .home .register p.p-medium {
    font-family: "montserratmedium"; }
  @media (max-width: 767px) {
    .home .register br {
      display: none; } }
  .home .img-celulite {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    padding-top: 35px; }
    @media (max-width: 767px) {
      .home .img-celulite {
        display: none; } }

.identify {
  display: flex;
  flex: 1;
  justify-content: center; }
  .identify .identify_yourself {
    width: 100%;
    max-width: 420px; }
    .identify .identify_yourself h1 {
      font-size: 36px;
      color: #796c75;
      font-family: "montserratbold"; }
  .identify .icon-registro {
    position: relative; }
    .identify .icon-registro::before {
      content: '';
      width: 60px;
      height: 60px;
      display: block;
      background: url(images/icon-cadastro.png) no-repeat;
      background-size: contain;
      margin: 0 auto 30px; }
  .identify .double-input {
    display: flex;
    justify-content: space-between; }
    .identify .double-input div {
      width: 185px; }
    @media (max-width: 767px) {
      .identify .double-input {
        flex-wrap: wrap; }
        .identify .double-input div {
          width: 100%; } }

select {
  font-size: 16px;
  border: 0;
  border-radius: 4px;
  width: 100%;
  padding: 6px; }

select {
  -moz-appearance: none;
  /* Firefox */
  -webkit-appearance: none;
  /* Safari and Chrome */
  appearance: none;
  background: url(images/icon-select.png) no-repeat right 10px center;
  cursor: pointer; }

.input_row input[type='text'],
.input_row select {
  width: 100%;
  border-radius: 10px;
  border: none;
  -webkit-box-shadow: inset -3px 3px 15px 0px rgba(0, 0, 0, 0.4);
  box-shadow: inset -3px 3px 15px 0px rgba(0, 0, 0, 0.4);
  color: #000000;
  font-family: 'montserratlight';
  font-size: 12px;
  padding: 10px 20px; }
  .input_row input[type='text'] option,
  .input_row select option {
    font-size: 14px; }

.input-submit {
  color: #fff;
  font-size: 18px;
  border-radius: 10px;
  padding: 15px 30px;
  background: #796c75;
  min-width: 240px;
  text-align: center;
  font-family: "montserratmedium";
  display: inline-block;
  -webkit-box-shadow: 5px 5px 10px 5px rgba(64, 64, 64, 0.4);
  box-shadow: 5px 5px 10px 5px rgba(64, 64, 64, 0.4);
  border: 0;
  cursor: pointer;
  display: block; }

.mg-top-submit-50px {
  margin-top: 50px; }
  @media (max-width: 767px) {
    .mg-top-submit-50px {
      margin-top: 40px; } }

.container-radio {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

/* Hide the browser's default radio button */
.container-radio input {
  position: absolute;
  opacity: 0;
  cursor: pointer; }

/* Create a custom radio button */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 26px;
  width: 26px;
  background-color: #484046;
  border-radius: 50%; }

/* On mouse-over, add a grey background color */
/* When the radio button is checked, add a blue background */
.container-radio input:checked ~ .checkmark {
  background-color: #484046; }

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
  content: '';
  position: absolute;
  display: none; }

/* Show the indicator (dot/circle) when checked */
.container-radio input:checked ~ .checkmark:after {
  display: block; }

/* Style the indicator (dot/circle) */
.container-radio .checkmark:after {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: white; }

textarea {
  width: 100%;
  max-width: 735px;
  height: 171px;
  padding: 15px;
  resize: none;
  border-radius: 10px;
  background: rgba(185, 179, 183, 0.4);
  border: 0;
  font-size: 16px;
  font-family: "montserratregular"; }

textarea ::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #000; }

textarea :-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #000;
  opacity: 1; }

textarea ::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #000;
  opacity: 1; }

textarea :-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #000; }

textarea ::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #000; }

::placeholder {
  /* Most modern browsers support this now. */
  color: #000; }

.bg-quiz {
  display: grid;
  background: url(images/bg-pg-plano-left.png) left top no-repeat, url(images/bg-pg-plano-right.png) right top no-repeat; }
  @media (max-width: 1000px) {
    .bg-quiz {
      background: url(images/bg-pg-questoes-left.png) left top no-repeat;
      background-size: cover; } }
  @media (max-width: 767px) {
    .bg-quiz {
      background: url(images/bg-pg-questoes-left.png) left top no-repeat;
      background-size: cover !important; } }

.quiz_register {
  display: flex; }
  .quiz_register div {
    width: 50%; }
    @media (max-width: 767px) {
      .quiz_register div {
        width: 100%; } }
  .quiz_register .register h1 {
    color: #796c75;
    font-family: "montserratlight";
    font-size: 46px; }
    .quiz_register .register h1 span {
      font-family: "montserratbold"; }
    @media (max-width: 767px) {
      .quiz_register .register h1 {
        font-size: 30px; }
        .quiz_register .register h1 br {
          display: block; } }
  .quiz_register .register p {
    color: #000;
    font-size: 16px;
    font-family: "montserratlight";
    margin-bottom: 20px; }
  .quiz_register .register p.p-medium {
    font-family: "montserratmedium"; }
  @media (max-width: 767px) {
    .quiz_register .register br {
      display: none; } }
  .quiz_register .img-celulite {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    padding-top: 35px; }
    @media (max-width: 767px) {
      .quiz_register .img-celulite {
        display: none; } }

.icon-questions {
  position: relative; }
  .icon-questions::before {
    content: '';
    display: block; }

.quiz_list_question p {
  color: #000;
  font-size: 16px;
  font-family: "montserratregular"; }
  .quiz_list_question p span {
    font-size: 22px;
    color: #bab09b;
    font-family: "montserratbold"; }

.quiz_list_question p b {
  color: #000;
  font-size: 16px;
  font-family: "montserratbold"; }

.quiz_register_content .bg-celulite {
  width: 233px;
  height: 208px;
  position: relative;
  background: url(images/bg-celulite.png);
  background-size: contain;
  display: flex;
  justify-content: center;
  align-items: center; }

.quiz_register_content .container-radio {
  position: absolute;
  top: 4px;
  left: 5px; }

.quiz_register_content img {
  margin-left: 12px;
  margin-top: -12px; }

.quiz_register_content p {
  color: #484046;
  font-size: 16px;
  font-family: "montserratbold";
  margin: 0 auto;
  display: block;
  text-align: center; }

.icon-balloon {
  position: relative;
  margin-top: 100px; }
  .icon-balloon::before {
    content: '';
    width: 85px;
    height: 87px;
    background: url(images/icon-sorriso.png) no-repeat;
    background-size: contain;
    position: absolute;
    left: 0;
    right: 0;
    top: -100px;
    margin: auto; }

.quiz_register_grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  max-width: 990px;
  gap: 20px; }
  @media (max-width: 1000px) {
    .quiz_register_grid {
      grid-template-columns: repeat(2, 1fr); }
      .quiz_register_grid .quiz_register_content {
        display: flex;
        flex-direction: column;
        align-items: center; } }
  @media (max-width: 767px) {
    .quiz_register_grid {
      grid-template-columns: 1fr; } }

.quiz_list_question-no-img {
  display: flex; }
  .quiz_list_question-no-img label + label {
    margin-left: 40px; }
  .quiz_list_question-no-img p {
    font-size: 16px;
    color: #000;
    font-family: "montserratregular";
    padding-top: 3px;
    margin-left: 10px; }
  .quiz_list_question-no-img .container-radio {
    height: 25px; }

.quiz_register_list h2 {
  color: #766972;
  font-size: 22px;
  font-family: "montserratbold"; }

.planning .planning_a {
  display: flex;
  justify-content: center; }

.planning .planning_header {
  text-align: center; }
  .planning .planning_header h1 {
    font-family: "montserratlight";
    color: #796c75;
    font-size: 36px; }
    .planning .planning_header h1 span {
      font-family: "montserratbold"; }
  .planning .planning_header p {
    color: #000;
    font-size: 16px;
    font-family: "montserratregular"; }
    @media (max-width: 767px) {
      .planning .planning_header p {
        font-size: 14px; } }
  .planning .planning_header .icon-planning::before {
    content: '';
    display: block;
    margin: 0 auto 40px;
    width: 102px;
    height: 113px;
    background: url(images/icon-questoes.png) no-repeat;
    background-size: contain; }
    @media (max-width: 767px) {
      .planning .planning_header .icon-planning::before {
        width: 70px;
        height: 81px;
        margin: 0 auto 20px; } }
  @media (max-width: 767px) {
    .planning .planning_header h1 {
      font-size: 26px; } }

.planning h2 {
  font-family: "montserratlight";
  color: #796c75;
  font-size: 36px; }
  .planning h2 span {
    font-family: "montserratbold"; }
  @media (max-width: 767px) {
    .planning h2 {
      font-size: 26px; } }

.planning h3 {
  font-family: "montserratbold";
  font-size: 26px;
  color: #796c75; }
  @media (max-width: 767px) {
    .planning h3 {
      font-size: 20px; } }

.planning h3 span {
  font-family: "montserratlight"; }

.planning h4 {
  font-family: "montserratbold";
  font-size: 22px;
  color: #796c75; }
  @media (max-width: 767px) {
    .planning h4 {
      font-size: 18px; } }

.planning .answers p {
  color: #000;
  font-size: 16px;
  font-family: "montserratregular"; }
  @media (max-width: 767px) {
    .planning .answers p {
      font-size: 14px; } }
  .planning .answers p span {
    color: #bab09b;
    font-size: 22px;
    font-family: "montserratbold"; }
    @media (max-width: 767px) {
      .planning .answers p span {
        font-size: 16px; } }
  .planning .answers p b {
    color: #000;
    font-size: 22px;
    font-family: "montserratmedium"; }
    @media (max-width: 767px) {
      .planning .answers p b {
        font-size: 16px; } }

.planning .bg-transparent {
  border-radius: 10px;
  background: rgba(185, 179, 183, 0.4);
  padding: 30px;
  width: 100%; }

.planning .treatments .treatments_content {
  display: flex;
  align-items: center;
  justify-content: space-between; }
  .planning .treatments .treatments_content .treatments_content_img {
    width: 276px;
    height: 200px;
    overflow: hidden;
    border-radius: 10px;
    background: #fff; }
    .planning .treatments .treatments_content .treatments_content_img img {
      width: 100%;
      height: auto; }
  .planning .treatments .treatments_content .treatments_content_description {
    width: calc(100% - 350px); }
    .planning .treatments .treatments_content .treatments_content_description h3 {
      font-family: "montserratbold";
      font-size: 26px;
      color: #796c75; }
      @media (max-width: 767px) {
        .planning .treatments .treatments_content .treatments_content_description h3 {
          font-size: 20px; } }
  @media (max-width: 767px) {
    .planning .treatments .treatments_content {
      flex-wrap: wrap; }
      .planning .treatments .treatments_content .treatments_content_img {
        width: 100%;
        min-height: 200px;
        height: auto;
        margin-bottom: 20px; }
      .planning .treatments .treatments_content .treatments_content_description {
        width: 100%; } }

.planning .treatments .treatments_content + .treatments_content {
  margin-top: 40px; }
  @media (max-width: 767px) {
    .planning .treatments .treatments_content + .treatments_content {
      margin-top: 20px; } }

.planning .gadgets h2 {
  font-size: 36px;
  color: #796c75;
  font-family: "montserratbold"; }
  @media (max-width: 767px) {
    .planning .gadgets h2 {
      font-size: 26px; } }

.planning .gadgets p {
  color: #000;
  font-size: 16px;
  font-family: "montserratregular";
  padding-right: 20px; }
  @media (max-width: 767px) {
    .planning .gadgets p {
      font-size: 14px; } }

.planning .imc_recommendations {
  display: flex; }
  .planning .imc_recommendations .imc_recommendations_itens {
    width: 50%; }
  .planning .imc_recommendations .imc {
    text-align: center; }
    .planning .imc_recommendations .imc p {
      font-size: 12px;
      font-family: "montserratregular";
      color: #000; }
    .planning .imc_recommendations .imc p + p {
      font-size: 16px;
      font-family: "montserratbold"; }
    .planning .imc_recommendations .imc p + p + p {
      color: #ff0505;
      font-size: 36px;
      font-family: "montserratregular"; }
      @media (max-width: 767px) {
        .planning .imc_recommendations .imc p + p + p {
          font-size: 26px; } }
    .planning .imc_recommendations .imc p + p + p + p {
      color: #796c75;
      font-size: 22px;
      font-family: "montserratbold"; }
      @media (max-width: 767px) {
        .planning .imc_recommendations .imc p + p + p + p {
          font-size: 18px; } }
    .planning .imc_recommendations .imc .tab {
      width: 100%;
      max-width: 400px;
      margin: 0 auto; }
      .planning .imc_recommendations .imc .tab .tab_itens {
        display: flex;
        justify-content: space-between;
        text-align: left; }
        .planning .imc_recommendations .imc .tab .tab_itens p {
          font-family: "montserratlight";
          font-size: 16px;
          font-style: italic;
          width: 50%; }
          @media (max-width: 767px) {
            .planning .imc_recommendations .imc .tab .tab_itens p {
              font-size: 12px; } }
        .planning .imc_recommendations .imc .tab .tab_itens p + p {
          width: 50%;
          font-family: "montserratbold";
          font-size: 16px; }
          @media (max-width: 767px) {
            .planning .imc_recommendations .imc .tab .tab_itens p + p {
              font-size: 12px; } }
  @media (max-width: 767px) {
    .planning .imc_recommendations {
      flex-wrap: wrap; }
      .planning .imc_recommendations .imc_recommendations_itens {
        width: 100%; }
      .planning .imc_recommendations .imc_recommendations_itens + .imc_recommendations_itens {
        margin-top: 30px; } }

footer {
  max-width: 880px !important;
  border-top: 1px solid #d7d4cd;
  padding-top: 35px; }
  footer p {
    color: #000;
    font-size: 16px;
    font-family: "montserratlight";
    font-style: italic;
    text-align: center;
    margin-bottom: 40px; }
