h1 strong {
    font-weight: 700;
}

.palavras-conteudo {
    box-shadow: 1px 3px 1px rgba(0, 0, 0, 0.08);
    border: 1px solid #e5e5e5;
}

ul.list-group {
    border: 0 !important;
}

.list-group-item {
    position: relative;
    display: inline-flex;
    padding: 6px 2.5rem 6px .7em;
    margin-bottom: 0.95rem;
    margin-right: 0.75rem;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.125) !important;
    border-radius: 0.25em;
    font-weight: 400;
    font-size: .95rem;
}
.list-group-item u {
font-size: 9px;
    /* margin-right: 10px; */
    /* margin-top: 3px; */
    text-decoration: none;
    background-color: #fffaeb;
    padding: 0 3px;
    border-radius: 5px;
    position: absolute;
    top: -5px;
    border: 1px solid #ffeaab;
    left: -5px;
}

.list-group {
    display: block;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
}

.col-inline {
    display: inline-flex;
    margin-right: 10px;
    margin-bottom: 10px;
font-size: .95rem;
}

button.search-btn {
    vertical-align: inherit;
}

.form-control {
    appearance: auto;
}

.inline-b {
display: inline-block;
position: relative;
}

label.label_words {
    color: aliceblue;
    font-size: .75rem;
    position: absolute;
    top: -17px;
}

.palavras-conteudo h3 {
background-color: #fff5d7;
    border-radius: 5px;
    padding: 0 5px;
    margin: 5px 0;
    display: inline-block;
    /*font-size: 1rem;*/
    font-weight: 500;
}
.palavras-conteudo h4 {
font-size: .9rem;
    background-color: aliceblue;
    display: inline-block;
    margin-top: 15px;
    font-weight: 500;
}
.palavras-conteudo h5 {
margin-top: 1rem;
    margin-bottom: 1rem;
    font-weight: 500;
    font-size: 1.1rem;
    border-bottom: 2px solid rgba(13, 110, 253, 0.25);
    /* display: inline-block; */
    width: fit-content;
}
.palavras-conteudo h3 span {
    /*font-size: .85rem;*/
}

span.keyword strong {
font-weight: 500;
background-color: #fffbf0;
}

.copy-icon {
    cursor: pointer;
    color: #00458d;
    font-size: .7rem;
    position: absolute;
    right: 13px;
    top: 12px;
    -webkit-text-stroke: .2px;
}

.copy-icon:hover {
cursor: pointer;
    -webkit-text-stroke: 1px;
    color: #00458d
}

.msgCopy {
    position: fixed;
    font-size: .95em;
    background-color: #0e316b;
    color: #fff;
    text-align: center;
    right: 20px;
    bottom: 20px;
    pointer-events: none;
    z-index: 1;
    padding: 0.5rem 1rem;
    line-height: 1.5;
    border-radius: 0.2rem;
    left: 50%;
    transform: translate(-50%, 0);
    width: 150px;
    display: none;
}

.divider {
position: relative;
    width: 50%;
    margin: .1rem auto;
    text-align: center;
    color: #6c757d;
    font-weight: 300;
    font-size: 0.75em;
}

.divider::before,
.divider::after {
  content: "";
  position: absolute;
  top: 50%;
  width: calc((100% - 2ch) / 2); /* deixa espaço para "//" (2 caracteres) */
  height: 1px;
  background-color: #dee2e6; /* cor da linha */
}

.divider::before {
  left: 0;
}

.divider::after {
  right: 0;
}

div#navbarNav {
    margin-top: 10px;
}