* {
  box-sizing: border-box;
}

body, html, h1, p {
  margin: 0;
  padding: 0;
}

html {
  font-size: 18px;
}

body {
  font: 1rem "Source Sans Pro", -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  color: #393939;
  overflow: hidden;
  height: 100vh;
}

a {
  text-decoration: none;
}

.symptom {
  display: flex;
  flex-direction: column;
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
}
@media (min-width: 760px) {
  .symptom {
    flex-direction: row;
  }
}
.symptom__left {
  height: 150px;
  display: flex;
  flex-direction: column;
  position: relative;
  background-color: #fff;
}
@media (min-width: 760px) {
  .symptom__left {
    width: 50%;
    min-width: 460px;
    height: 100vh;
    margin: auto;
    overflow: auto;
  }
}
.symptom__right {
  height: calc(100% - 150px);
}
@media (min-width: 760px) {
  .symptom__right {
    width: 50%;
    max-width: 760px;
    height: 100vh;
    margin-left: auto;
    border-left: 1px solid #E7EBEE;
  }
}

h1 a {
  width: 152px;
  height: 52px;
  display: block;
  background: url("Medico24hs.svg") no-repeat;
  background-size: contain;
  text-indent: -99999px;
  margin: 1rem 1rem;
}
@media screen and (max-width: 360px) {
  h1 a {
    width: 123px;
    height: 42px;
  }
}
@media (min-width: 760px) {
  h1 a {
    width: 226px;
    height: 77px;
    margin: 1rem;
  }
}

.message-mobile {
  background-color: #1576d1;
  padding: 0.5rem;
  font-size: 0.8rem;
  color: #fff;
  text-align: center;
  margin-top: auto;
}
@media (min-width: 760px) {
  .message-mobile {
    display: none;
  }
}

.button-mobile {
  position: absolute;
  right: 0.7rem;
  top: 0.25rem;
}
@media (min-width: 760px) {
  .button-mobile {
    display: none;
  }
}

.content-desktop {
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
  padding: 2rem;
  height: calc(100vh - 140px);
}
@media (min-width: 760px) {
  .content-desktop {
    display: flex;
  }
}
.content-desktop__center {
  max-width: 640px;
  margin-top: -50px;
}
.content-desktop__center h2 {
  font-size: 2rem;
  width: 90%;
  margin: 1rem 0;
  font-family: "Source Sans Pro", -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
}
.content-desktop__center p {
  font-size: 1.2rem;
  line-height: 2rem;
}
.content-desktop__center .contact-more {
  margin-top: 3rem;
}
.content-desktop__center .contact-more p {
  font-size: 0.9rem;
  line-height: 1.8rem;
}
.content-desktop__center .contact-more p a {
  color: #5C6D9D;
}
.content-desktop__center .contact-more p a:hover {
  text-decoration: underline;
}

.btn {
  display: inline-block;
  padding: 0.65rem 1rem 0.6rem 1rem;
  max-width: 130px;
  color: #fff;
  font-size: 0.8rem;
  border-radius: 0.3rem;
  text-transform: uppercase;
  background-color: #00c7c6;
  margin-top: 0.5rem;
  font-weight: 800;
}
@media screen and (max-width: 360px) {
  .btn {
    font-size: 0.7rem;
    max-width: 120px;
    padding: 0.5rem 0.5rem 0.45rem 0.8rem;
  }
}
@media (min-width: 760px) {
  .btn {
    max-width: 100%;
    padding: 0.5rem 1.5rem 0.4rem 1.5rem;
    font-size: 0.9rem;
    border-radius: 2rem;
  }
}
.btn:hover {
  background-color: #009493;
}

iframe {
  border: none;
  width: 100%;
  height: calc(100% + 70px);
  margin-top: -70px;
}

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