@import url("https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap");

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  list-style: none;
  border: none;
  font-family: "Inter", sans-serif;
  transition: 0.3s;
}

:root {
  --color-p: rgba(58, 64, 69, 0.7);
}

p {
  color: var(--color-p);
}

body {
  height: 100vh;
  background: #f6fbfe;
}

.d-flex {
  display: flex;
}

.align-items-center {
  align-items: center;
}

.section-nav {
  padding: 0 5%;
  margin-top: 30px;
  max-width: 1200px;
}

.justify-content-center {
  justify-content: center;
}

.m-center-auto {
  margin: 0 auto;
}

.justify-content-between {
  justify-content: space-between;
}

.d-block {
  display: block;
}

.m-left-auto {
  margin-left: auto;
}

.btn-primary {
  border-radius: 10px;
  border: 1px solid #2087e8;
  background: #2087e8;
  padding: 15px 35px;
  color: #fff;
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  cursor: pointer;
  text-transform: uppercase;
  transition: 0.4s;
}

.btn-primary:hover {
  background: #fff;
  color: #2087e8;
}

.btn-primary.disabled {
  border-radius: 8px;
  background: rgba(32, 135, 232, 0.51);
  pointer-events: none;
  cursor: not-allowed;
}

.btn-primary img {
  margin-left: 5px;
}

.hide {
  display: none !important;
}

.section-100vh {
  height: 100vh;
}

.section-100vh .content-welcome {
  width: 479px;
  text-align: center;
}

.section-100vh .content-welcome > img {
  margin-bottom: 14px;
}

h2 {
  color: rgba(29, 35, 41, 0.87);
  font-size: 28px;
  font-style: normal;
  text-align: center;
  font-weight: 700;
  line-height: normal;
}

.arrow-back {
  cursor: pointer;
}

.info-quiz {
  margin-top: 6px;
}

.info-quiz .info-quiz-item img {
  margin-right: 4px;
}

.info-quiz .info-quiz-item p {
  font-size: 15px;
  font-weight: 400;
}

.info-quiz .info-line-vertical {
  width: 3px;
  height: 21px;
  background: linear-gradient(
    90deg,
    rgba(253, 253, 253, 0.3) 0%,
    rgba(253, 253, 253, 0.3) 0.01%,
    rgba(0, 0, 0, 0.19) 54.19%,
    rgba(0, 0, 0, 0) 100%,
    rgba(0, 0, 0, 0.3) 100%
  );
  margin: 0 7px;
}

.content-welcome p.description-welcome {
  text-align: center;
  font-weight: 400;
  margin: 10px 27px 20px;
}

/* cards 01 */
.informative-card {
  text-align: center;
}

.cards-01-container {
  max-width: 1000px;
  padding: 0 5%;
  width: 100%;
}

.cards-01-content {
  margin-top: 16px;
}

.cards-01-content .cards-01 {
  display: flex;
  flex-wrap: wrap;
}

.cards-01-content .cards-01 .card-01 {
  border-radius: 10px;
  background: rgba(235, 247, 254, 0.8);
  width: 150px;
  height: 120px;
  margin-right: 21px;
  margin-top: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  flex-direction: column;
  border: 2px solid transparent;
  position: relative;
}

.cards-01-content .cards-01 .card-01:hover {
  border: 2px solid rgba(47, 169, 242, 0.2);
}

.cards-01-content .card-01 svg {
  position: absolute;
  right: 8px;
  width: 18px;
  height: 18px;
  top: 7px;
  opacity: 0;
}

.cards-01-content .card-01.select {
  border: 1.5px solid #2fa9f2;
}

.cards-01-content .card-01.select:hover {
  border: 1.5px solid #2fa9f2;
}

.cards-01-content .card-01.select svg {
  opacity: 1;
}

.cards-01-content .cards-01 .card-01 p {
  color: rgba(58, 64, 69, 0.62);
  text-align: center;
  font-size: 12px;
  width: 124px;
}

.cards-01-btn {
  margin-right: 22px;
  margin-top: 15px;
}
/*  */
.section-100vh .left {
  background: rgba(217, 217, 217, 0.3);
  height: 100vh;
  width: 50vw;
}

.section-100vh .right {
  height: 100vh;
  width: 50vw;
}

.section-100vh .right {
  padding: 50px;
}

.right .item-option {
  border-radius: 10px;
  background: rgba(217, 233, 242, 0.86);
  height: 78px;
  display: flex;
  align-items: center;
  margin-bottom: 17px;
  cursor: pointer;
  border: 2.5px solid transparent;
}

.right .item-option.select-option {
  border: 2.5px solid rgba(47, 169, 242, 0.7);
}

.right .item-option.select-option svg {
  opacity: 1;
}

.right .item-option svg {
  margin-right: 20px;
  opacity: 0;
}

.right .item-option:hover {
  background: rgba(191, 217, 232, 0.86);
}

.right .item-option:first-of-type {
  margin-top: 30px;
}

.right .item-option p {
  color: rgba(58, 64, 69, 0.9);
  font-size: 17px;
  font-weight: 400;
  margin-left: 27px;
}

/*Outros problemas*/
.right .item-option_others {
  border-radius: 10px;
  background: rgba(217, 233, 242, 0.86);
  height: 60px;
  display: flex;
  align-items: center;
  margin-bottom: 17px;
  cursor: pointer;
  border: 2.5px solid transparent;
}

.right .item-option_others.select-option {
  border: 2.5px solid rgba(47, 169, 242, 0.7);
}

.right .item-option_others.select-option svg {
  opacity: 1;
}

.right .item-option_others svg {
  margin-right: 20px;
  opacity: 0;
}

.right .item-option_others:hover {
  background: rgba(191, 217, 232, 0.86);
}

.right .item-option_others:first-of-type {
  margin-top: 30px;
}

.right .item-option_others p {
  color: rgba(58, 64, 69, 0.9);
  font-size: 17px;
  font-weight: 400;
  margin-left: 27px;
}

.item-option_others.selected {
  background-color: #f0f0f0;
  border: 2px solid #55b9f4;
}

.right .input_others_problems {
  border-radius: 10px;
  display: flex;
  font-size: 17px;
  align-items: center;
  height: 60px;
  margin-right: 20px;
  width: 100%;
  background: rgba(217, 233, 242, 0.86);
  border: 2.5px solid rgba(217, 233, 242, 0.86);
  padding: 12px 20px;
  cursor: text;
  box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
  transition: 0.4s;
}

.right .input_others_problems:focus {
  width: 100%;
  background: rgba(191, 217, 232, 0.86);
  border: 2.5px solid rgba(191, 217, 232, 0.86);
  outline: none;
}

.btn-next {
  border-radius: 10px;
  border: 1px solid #2087e8;
  margin-top: 15px;
  margin-left: 20px;
  background: #2087e8;
  padding: 15px 25px;
  color: #fff;
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  cursor: pointer;
  text-transform: uppercase;
  transition: 0.4s;
}

#allergies-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
  padding: 30px;
}

#medications-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  padding: 10px;
}

#health-problems-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  padding: 0px;
}

.container {
  display: flex;
  justify-content: center !important;
  align-items: center;
}

.list-item {
  display: flex;
  align-items: center;
  gap: 5px;
  padding: 5px 0;
}

.list-item input[type="checkbox"] {
  width: 18px;
  height: 18px;
  accent-color: #007bff;
  cursor: pointer;
  flex-shrink: 0; /* <-- ESSA LINHA */
}

.list-item label {
  font-size: 16px;
  color: #333;
  cursor: pointer;
  word-break: break-word; /* <-- ESSA LINHA */
  flex: 1; /* <-- ESSA LINHA */
}

.rounded-input {
  width: 210px;
  height: 34px;
  padding: 5px;
  border: 1px solid #ccc;
  border-radius: 10px;
  outline: none;
  font-size: 16px;
  transition: border-color 0.3s ease-in-out;
}

.rounded-input:focus {
  border-color: #007bff;
  box-shadow: 0 0 5px rgba(0, 123, 255, 0.5);
}

.btn-next:hover {
  background: #fff;
  color: #2087e8;
}
/*Burnout*/

.h2_burnout {
  color: rgba(29, 35, 41, 0.87);
  font-size: 20px;
}

.right .item-option_burnout {
  border-radius: 10px;
  background: rgba(217, 233, 242, 0.86);
  height: 60px;
  display: flex;
  align-items: center;
  margin-bottom: 17px;
  cursor: pointer;
  border: 2.5px solid transparent;
}

.right .item-option.select-option_burnout {
  border: 2.5px solid rgba(47, 169, 242, 0.7);
}

.right .item-option.select-option_burnout svg {
  opacity: 1;
}

.right .item-option_burnout svg {
  margin-right: 20px;
  opacity: 0;
}

.right .item-option_burnout:hover {
  background: rgba(191, 217, 232, 0.86);
}

.right .item-option_burnout:first-of-type {
  margin-top: 30px;
}

.right .item-option_burnout p {
  color: rgba(58, 64, 69, 0.9);
  font-size: 17px;
  font-weight: 400;
  margin-left: 27px;
}

.warning-message {
  font-weight: bold;
  color: rgba(205, 0, 0, 0.9);
  margin-left: 20px;
}

.h2.h2-conditions {
  text-align: center;
}

.section-100vh .conditions {
  width: 479px;
  text-align: center;
}

.section-100vh .conditions > img {
  margin-bottom: 20px;
}

.terms-conditions {
  font-size: 18px;
  padding: 10px;
}

.terms-acceptance .termsButton {
  margin-top: 20px;
  text-align: center;
}

.submitButton:disabled {
  background: #808080;
  border: #000000;
  color: #000000;
  cursor: not-allowed;
}

.submitButton:disabled:hover {
  background: #808080;
  border: #000000;
  color: #000000;
  cursor: not-allowed;
}

.submitButton {
  border-radius: 10px;
  padding: 15px 35px;
  color: #fff;
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  cursor: pointer;
  /* text-transform: uppercase; */
  transition: 0.4s;
  margin: 15px 0px 30px;
  border: 1px solid #ff007b;
  background: #ff007b;
}
/* 
.submitButton:hover {
  background: #fff;
  color: #ff007b;
} */

.agradecimento {
  font-size: 15px;
  text-align: center;
  line-height: 18px;
}

.section-100vh main {
  margin-top: 10px;
}

.section-100vh main div p {
  color: rgba(58, 64, 69, 0.7);
  text-align: center;
  font-size: 18px;
  margin: 4px 0 15px;
  max-width: 482px;
  width: 100%;
}

.apps a {
  display: inline-block;
  margin: 30px;
  padding: 0;
  border-radius: 10px;
  overflow: hidden;
  text-align: center;
  transition: transform 0.2s ease-in-out;
}

.apps img {
  text-align: center;
  display: block;
  width: 413px;
  height: auto;
}

.apps a:hover {
  transform: scale(1.25);
}

#playStore,
#appleStore {
  max-width: 180px;
}

@media (max-width: 750px) {
  h2 {
    text-align: left;
  }

  #allergies-list {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 5px;
    padding: 0px;
  }

  #medications-list {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 5px;
    padding: 0px;
  }

  #health-problems-list {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    padding: 0px;
  }

  h2.h2-sucesso,
  h2.h2-welcome {
    text-align: center;
  }

  section.section-100vh.sintomas {
    height: auto;
    padding: 0px 0 30px;
  }

  .left {
    display: none;
  }

  .section-100vh .right {
    width: 100vw;
  }

  .section-100vh .right {
    padding: 30px;
  }

  .right .item-option {
    height: 60px;
    align-items: center;
  }

  h2 {
    font-size: 28px;
  }

  .h2_others {
    font-size: 25px;
  }

  .h2_burnout {
    font-size: 15px;
    line-height: 1.5;
    text-align: center;
  }
}

@media (max-width: 450px) {
  body {
    height: 50vh;
    background: #f6fbfe;
  }

  .section-nav {
    padding: 0 5%;
    margin-top: 30px;
    max-width: 900px;
  }

  h2 {
    text-align: center;
    font-size: 19px;
  }

  h2.h2-welcome {
    font-size: 25px;
  }

  .cards-01-btn {
    display: flex;
    flex-wrap: wrap;
    margin-top: 20px;
    width: 100%;
  }

  .cards-01-content .cards-01 .card-01 {
    margin: 15px auto 0;
  }

  .h2_others {
    color: rgba(29, 35, 41, 0.87);
    font-size: 20px;
  }

  .warning-message {
    margin-left: 10px;
    text-align: left;
    font-size: 14px;
  }

  .h2_burnout {
    color: rgba(29, 35, 41, 0.87);
    font-size: 15px;
    text-align: center;
  }

  .apps {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .apps a {
    display: block;
    margin: 10px 0;
    width: 80%;
    margin-left: 50px;
  }

  .apps img {
    width: 100%;
    max-width: 150px;
  }
}

#allergies-list,
#medications-list,
#health-problems-list {
  padding: 10px 15px 0px;
}

.fixed-section.section-100vh .left {
  position: fixed;
  top: 0px;
  left: 0px;
} 

.fixed-section.section-100vh .right{
  position: absolute;
  right: 0px;
}