/* Seção de teleconsulta - node Figma 1682:5565. */
.app-teleconsult-section {
  width: 100%;
  overflow: hidden;
  background: #fafafa;
}

.app-teleconsult-shell {
  width: min(1439px, calc(100% - 48px));
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 64px;
}

.app-teleconsult-copy {
  width: 612px;
  flex: 0 0 612px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 30px;
}

.app-teleconsult-title {
  width: 612px;
  max-width: 100%;
  margin: 0;
  font-family: "Muring Display", system-ui, sans-serif;
  font-size: 38px;
  font-weight: 400;
  line-height: 1.356;
  letter-spacing: 0.76px;
  background:
    linear-gradient(169.77deg, #57d4ff 0%, #845cff 100%),
    linear-gradient(90deg, #57d4ff 0%, #57d4ff 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.app-teleconsult-title strong {
  font-weight: 600;
}

.app-teleconsult-description {
  width: 612px;
  max-width: 100%;
  margin: 0;
  color: #64748b;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.47;
}

.app-teleconsult-list {
  width: 302px;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
  list-style: none;
}

.app-teleconsult-list li {
  width: 100%;
  min-height: 26px;
  display: flex;
  align-items: center;
  gap: 10px;
  color: #64748b;
  font-family: "Muring Display", system-ui, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.47;
}

.app-teleconsult-list img {
  width: 24px;
  height: 24px;
  flex: 0 0 24px;
  display: block;
}

.app-teleconsult-cta {
  width: 328.612px;
}

.app-teleconsult-cta-label {
  width: 240px;
}

.app-teleconsult-media {
  width: 633.475px;
  height: 505.803px;
  flex: 0 0 633.475px;
  position: relative;
}

.app-teleconsult-photo {
  position: absolute;
  left: 0;
  top: 85.095px;
  width: 550.824px;
  height: 420.708px;
  overflow: hidden;
  border: 12px solid #ffffff;
  border-radius: 30px;
  background: #ffffff;
}

.app-teleconsult-photo img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.app-teleconsult-phone {
  position: absolute;
  left: 407.052px;
  top: 0;
  width: 226.423px;
  height: 466.674px;
  overflow: hidden;
  filter: drop-shadow(9px 13px 18.3px rgba(0, 0, 0, 0.39));
}

.app-teleconsult-phone img {
  position: absolute;
  left: -162.01%;
  top: -21.45%;
  width: 424.02%;
  height: 137.17%;
  max-width: none;
  display: block;
}

@media (max-width: 1340px) {
  .app-teleconsult-shell {
    width: calc(100% - 48px);
    flex-direction: column;
    justify-content: center;
    gap: 48px;
  }

  .app-teleconsult-copy {
    width: min(100%, 720px);
    flex-basis: auto;
    align-items: center;
    text-align: center;
  }

  .app-teleconsult-title,
  .app-teleconsult-description {
    width: 100%;
  }

  .app-teleconsult-list {
    width: min(100%, 420px);
  }

  .app-teleconsult-list li {
    text-align: left;
  }

  .app-teleconsult-media {
    width: min(100%, 633.475px);
    flex-basis: auto;
  }
}

@media (max-width: 768px) {
  .app-teleconsult-shell {
    width: calc(100% - 32px);
    gap: 24px;
  }

  .app-teleconsult-copy {
    display: contents;
  }

  .app-teleconsult-title {
    order: 1;
    font-size: 30px;
    line-height: 1.22;
    text-align: center;
  }

  .app-teleconsult-description {
    order: 2;
    text-align: center;
  }

  .app-teleconsult-description,
  .app-teleconsult-list li {
    font-size: 17px;
  }

  .app-teleconsult-list {
    order: 4;
  }

  .app-teleconsult-cta {
    order: 5;
  }

  .app-teleconsult-media {
    order: 3;
    width: 100%;
    height: auto;
    aspect-ratio: 633.475 / 505.803;
  }

  .app-teleconsult-photo {
    left: 0;
    top: 16.825%;
    width: 86.954%;
    height: 83.178%;
    border-width: 10px;
    border-radius: 24px;
  }

  .app-teleconsult-phone {
    left: 64.257%;
    top: 0;
    width: 35.743%;
    height: 92.262%;
  }
}

@media (max-width: 480px) {
  .app-teleconsult-title {
    font-size: 28px;
    letter-spacing: 0;
  }

  .app-teleconsult-description,
  .app-teleconsult-list li {
    font-size: 16px;
    line-height: 1.38;
  }

  .app-teleconsult-list {
    gap: 10px;
  }

  .app-teleconsult-list li {
    align-items: flex-start;
  }

  .app-teleconsult-list img {
    margin-top: 1px;
  }

  .app-teleconsult-photo {
    border-width: 7px;
    border-radius: 18px;
  }

  .app-teleconsult-cta {
    width: var(--cta-mobile-width);
  }

  .app-teleconsult-cta-label {
    width: var(--cta-mobile-label-width);
  }
}
