a {
    color: #f5f5f5;
    font-weight: bold;
    text-decoration: underline;
}
a:focus, a:active {
    color: #f5f5f5;
}
a:hover {
    color: #999;
}
.mark, mark {
    background-color: #ffffaa;
}
.fixed {
    background: #223355;
    display: block;
    position: fixed;
    width: 100%;
    z-index: 2;
}
.fixed * {
    color: #f5f5f5;
}
header {
    border-bottom: 2px solid #ee1144;
}
nav.navbar {
    border-color: #999;
    border-radius: 0;
    border-style: solid;
    border-width: 0;
    border-bottom-width: 4px;
    height: 50px;
    margin-bottom: 0;
    padding: 8px 0 10px;
    top: 0;
}
nav.navbar img {
    display: inline-block;
    height: 30px;
}
nav.navbar input[type=text] {
    color: #223355;
    height: 30px;
    line-height: 30px;
}
nav.navbar .container-fluid > div > * {
    display: inline-block;
    height: 30px;
    line-height: 30px;
}
main {
    padding: 50px 0;
    min-height: calc(100vh - 102px);
    z-index: 1;
}
main .produto {
    border: 1px solid;
    border-radius: 5px;
    margin: 30px 0 14px;
    /* min-height: calc(100vh - 144px); */
    padding: 30px 20px 20px;
    position: relative;
}
main .produto > label {
    background: #fff;
    color: #223355;
    left: 10px;
    max-width: 94%;
    overflow: hidden;
    padding: 0 10px;
    position: absolute;
    text-overflow: ellipsis;
    top: -10px;
    white-space: nowrap;
}
main .produto .item {
    border: 1px solid;
    border-radius: 5px;
    box-shadow: #ccc 0px 10px 10px;
    margin-bottom: 30px;
    position: relative;
    color: #696969;
}
main .produto .item label {
    background: #fff;
    color: #223355;
    left: 10px;
    padding: 0 10px;
    position: absolute;
    top: -11px;
}
main .produto .item .value {
    line-height: 20px;
    padding: 20px;
    text-align: justify;
}
footer {
    border-top: 2px solid #ee1144;
    height: 50px;
    bottom: 0;
}
footer .border {
    padding: 10px 0;
    border-top: 4px solid #999;
}
footer span {
    display: inline-block;
    height: 30px;
    line-height: 30px;
}