﻿/* badge */
.gradient-cor {
    background: linear-gradient(135deg, #2E3A69 20.53%, #2972B7 100%);
}

/* texto button */
.texto-button {
    font-family: Open Sans;
    font-style: normal;
    font-weight: bold;
    font-size: 12px;
    line-height: 16px;
    display: flex;
    align-items: center;
    margin-top: 3px;
}

/* text, label, etc.. */
.titulo {
    font-family: Montserrat;
    font-weight: 300;
    font-size: 35px;
    line-height: 43px;
    color: var(--color-primary);
}

.sub-titulo {
    font-family: Open Sans;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 19px;
    color: var(--color-neutral-9);
}

.titulo-etapa {
  font-family: Montserrat;
  font-style: normal;
  font-weight: 600;
  font-size: 15px !important;
  line-height: 18px;
  display: flex;
  align-items: center;

  /* Cinza Azul */
  color: #97A3B4;
}

.titulo-campo {
    font-family: Open Sans;
    font-style: normal;
    font-weight: bold;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: -0.03em;
    color: var(--color-secondary);
}

.descricao {
    font-family: Open Sans;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 19px;
    letter-spacing: -0.03em;
    color: var(--color-neutral-10);
}

/* Exame urgente */
.box-urgencia {
    border: 1px solid #DD5143;
    box-sizing: border-box;
    border-radius: 4px;
    padding: 6px 10px;
}

/* linha separação */
.linha-separacao {
    height: 0px;
    border: 1px dashed var(--color-neutral-4);
    margin-top: var(--space-m);
    margin-bottom: var(--space-m);
}

