@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;600;700&display=swap");
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box; }

ul {
  list-style: none; }

@font-face {
  font-family: 'fontello';
  src: url("../font/fontello.eot?55893340");
  src: url("../font/fontello.eot?55893340#iefix") format("embedded-opentype"), url("../font/fontello.woff2?55893340") format("woff2"), url("../font/fontello.woff?55893340") format("woff"), url("../font/fontello.ttf?55893340") format("truetype"), url("../font/fontello.svg?55893340#fontello") format("svg");
  font-weight: normal;
  font-style: normal; }
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  @font-face {
    font-family: 'fontello';
    src: url("../font/fontello.svg?55893340#fontello") format("svg"); } }
[class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-cfs1:before {
  content: '\e800'; }

/* '' */
.icon-cfs2:before {
  content: '\e806'; }

/* '' */
.icon-cfs3:before {
  content: '\e807'; }

/* '' */
.icon-cfs4:before {
  content: '\e801'; }

/* '' */
.icon-cfs5:before {
  content: '\e802'; }

/* '' */
.icon-cfs6:before {
  content: '\e803'; }

/* '' */
.icon-cfs7:before {
  content: '\e804'; }

/* '' */
.icon-cfs8:before {
  content: '\e805'; }

/* '' */
body {
  font-family: 'Open Sans', sans-serif; }

.section {
  position: relative;
  max-width: 800px;
  padding: 40px 32px;
  margin: 0 auto; }
  @media (max-width: 599px) {
    .section {
      padding-left: 8px;
      padding-right: 8px; } }

input[type=text], input[type=password] {
  border: 1px solid #d7d7d7;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
  font-family: 'Open Sans', sans-serif;
  padding: 0 10px;
  height: 44px;
  line-height: 47px;
  font-size: 16px;
  color: #595959;
  border-radius: 4px;
  font-weight: 600;
  letter-spacing: .4px; }
  input[type=text]:focus, input[type=password]:focus {
    border-color: #1bb193;
    box-shadow: 0 0 0 1px #1bb193 inset;
    background-color: #F5F5F5; }

a,
a:visited {
  color: #4652ff; }

a:hover {
  color: #0010f9; }

.bar {
  background: #3e3e3e;
  text-align: center;
  padding: 12px;
  display: flex;
  justify-content: center;
  align-items: center; }
  .bar img {
    width: 100%; }

.logo-medicinapecovid19 {
  width: 180px;
  display: inline-flex;
  margin-right: 40px; }
  @media (max-width: 599px) {
    .logo-medicinapecovid19 {
      width: 140px;
      margin-right: 24px; } }

.logo-cremepe {
  width: 160px;
  display: inline-flex; }
  @media (max-width: 599px) {
    .logo-cremepe {
      width: 130px; } }

.btn-entrar {
  padding: 8px 16px;
  font-size: 16px;
  border-radius: 4px;
  color: #757575;
  background: #f0f0f0; }
  .btn-entrar:hover {
    background: #d5d5d5;
    cursor: pointer; }

.row {
  padding: 8px 0;
  border-top: 1px solid #d2d2d2;
  display: flex;
  justify-content: space-between; }
  @media (max-width: 300px) {
    .row {
      flex-direction: column; } }
  .row > div:first-child {
    width: 43%; }
    @media (max-width: 300px) {
      .row > div:first-child {
        width: auto;
        position: sticky;
        top: 0;
        z-index: 1;
        background: #fff; } }
  .row > div:last-child {
    width: 57%; }
    @media (max-width: 300px) {
      .row > div:last-child {
        width: auto; } }
  @media (max-width: 599px) {
    .row.phone-only {
      flex-direction: column; } }
  @media (max-width: 599px) {
    .row.phone-only > div:first-child {
      width: auto;
      position: sticky;
      top: 0;
      z-index: 1;
      background: #fff; } }
  @media (max-width: 599px) {
    .row.phone-only > div:last-child {
      width: auto; } }

.check-group {
  display: flex;
  flex-direction: column; }
  .check-group input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0; }
.check-tri {
  border: 1px solid silver;
  border-bottom: none;
  overflow: hidden;
  cursor: pointer; }
  .check-tri:first-child {
    border-radius: 4px 4px 0 0; }
  .check-tri:last-child {
    border-radius: 0 0 4px 4px;
    border-bottom: 1px solid silver; }
  .check-tri .img-cfs {
    font-size: 50px;
    width: 50px;
    height: 60px;
    display: inline-flex;
    margin-right: 6px;
    align-items: center;
    justify-content: center;
    color: #929594; }
.check-btn {
  padding: 11px 10px;
  padding-right: 32px;
  background: #f0f0f0;
  color: #595959;
  font-size: 14px;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center; }
  .check-btn--cfs {
    padding-top: 0;
    padding-bottom: 0; }
  .check-btn::before {
    content: attr(data-val);
    position: absolute;
    right: 10px;
    opacity: .7; }
  .check-btn .desc-big {
    line-height: 150%;
    padding-left: 10px;
    padding-bottom: 10px;
    font-weight: 400;
    display: none;
    color: #0b483c; }
  .check-btn .desc-fade {
    font-size: 86%;
    padding-top: 6px;
    font-weight: 400;
    display: block;
    opacity: .2; }
.check-tri:hover .check-btn {
  background-color: #d7d7d7; }
  .check-tri:hover .check-btn .desc-fade {
    opacity: 1; }
.check-tri input:checked ~ .check-btn--cfs .title {
  font-weight: 700; }
.check-tri input:checked ~ .check-btn {
  color: #fff;
  font-weight: 600;
  background-color: #1bb193; }
  .check-tri input:checked ~ .check-btn .desc-big {
    display: block; }
  .check-tri input:checked ~ .check-btn .desc-fade {
    color: #0b483c;
    opacity: 1; }
  .check-tri input:checked ~ .check-btn .img-cfs {
    color: #fff; }

.item-title {
  font-size: 14.5px;
  font-weight: 600;
  color: #595959; }
  .item-title-sticky {
    position: -webkit-sticky;
    /* Safari */
    position: sticky;
    top: 8px; }
    @media (max-width: 599px) {
      .item-title-sticky--phone-only {
        padding-bottom: 8px;
        margin-top: 8px; } }
    @media (max-width: 300px) {
      .item-title-sticky {
        position: initial;
        padding-bottom: 8px;
        margin-top: 8px; } }
.item-subtitle {
  color: #959595;
  font-size: 14px;
  display: block; }

h2 {
  color: #535353;
  font-size: 16px;
  line-height: 23px;
  padding-bottom: 32px; }
  h2 span {
    font-weight: 400; }

.result {
  box-shadow: 0 0 0 8px #fff;
  border-radius: 4px;
  padding: 8px 10px 4px 18px;
  font-size: 12px;
  background: #1c7160;
  color: #92bfb7;
  font-family: 'Open Sans', sans-serif; }
  .result::before {
    content: 'RESULTADO:';
    display: block;
    font-size: 8px;
    font-weight: normal;
    letter-spacing: 1px;
    color: #fff; }
  .result-sticky {
    position: sticky;
    top: 0;
    /*padding-top:0;
    padding-bottom:0;
    z-index: 100;*/ }
  .result-enfase {
    font-size: 20px;
    color: #fff;
    font-weight: 700; }
    .result-enfase .pts::after {
      font-size: 12px; }
  .result .small {
    font-style: italic; }
  .result-row {
    display: flex;
    padding: 1px 0; }
    .result-row .nth1:nth-child(1) {
      width: 43%; }
    .result-row .nth2:nth-child(2) {
      width: 57%; }
    .result-row .pts {
      font-weight: 700;
      text-align: left;
      max-width: 65px;
      display: inline-block;
      padding-right: 8px;
      width: 100%; }
      @media (max-width: 300px) {
        .result-row .pts {
          width: auto;
          max-width: auto; } }
      .result-row .pts::after {
        content: 'pts';
        margin-left: 8px;
        font-weight: 400; }
    .result-row:hover {
      color: #ffc63f; }
  .result-sub {
    position: sticky;
    bottom: 0;
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    background: #889b98;
    padding: 12px 10px;
    padding-left: 16px;
    border-radius: 4px; }
    .result-sub::before {
      content: 'RESULTADO:';
      display: block;
      font-size: 8px;
      font-weight: normal;
      letter-spacing: 1px;
      margin-bottom: 4px;
      margin-top: -2px; }
    .result-sub-row {
      display: flex; }
      .result-sub-row .nth1:nth-child(1) {
        width: 43%; }
      .result-sub-row .nth2:nth-child(2) {
        width: 57%; }
      .result-sub-row .pts::after {
        content: 'pontos';
        margin-left: 8px;
        font-weight: 400; }

.box {
  background: #d5d5d5;
  padding: 32px 40px;
  border-radius: 4px; }
  @media (max-width: 599px) {
    .box {
      padding-left: 24px;
      padding-right: 24px; } }
  .box-title {
    color: #535353;
    display: block;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 20px; }
  .box-question {
    color: #535353;
    font-size: 14px;
    font-weight: 700; }
  .box table {
    font-size: 14px;
    margin-top: 12px;
    margin-bottom: 32px;
    border-collapse: collapse; }
    .box table td {
      border-bottom: 1px solid #939393;
      padding: 6px;
      padding-right: 12px; }
    .box table tr:last-child td {
      border: none; }
    .box table tr:hover td {
      color: #d95100; }

.header {
  background: #e8e8e8; }
  .header .section {
    padding-bottom: 64px;
    padding-top: 56px; }
  .header-row {
    display: flex;
    padding: 0 18px; }
    .header-row > div:nth-child(1) {
      margin-right: 7%; }
  .header .project-icon {
    width: 80px;
    padding-top: 8px; }
    @media (max-width: 599px) {
      .header .project-icon {
        width: 60px; } }
  .header .project-title {
    letter-spacing: -1.2px;
    color: #535353;
    font-size: 30px;
    line-height: 33px;
    font-weight: 700; }
    @media (max-width: 599px) {
      .header .project-title {
        font-size: 25px;
        line-height: 29px; } }
  .header .project-desc {
    margin-top: 12px;
    font-size: 14px;
    display: block; }
