body { 
    font-family: 'Roboto Condensed', sans-serif; 
    font-weight: 300; 
    font-size: 100%; 
    color: #fff; 
}
h1, h2, h3 { 
    font-weight: 700; 
    margin: 0 auto 16px auto;
}
h1 { 
    font-size: 32px; 
    height: 40px;
}
h2 { 
    font-size: 24px; 
    height: 32px;
}
h3 { 
    font-size: 20px; 
    height: 24px;
}
label { 
    display: block; 
    font-size: 14px;
    margin-bottom: 8px;
}
input, select, button { 
    min-width: 120px;
    max-width: 240px;
    padding: 0.547em 16px;
    color: #222;
    background-color: #fff;
    font-size: 16px;
    border: 2px solid #EB4D80;
    border-radius: 24px;
}
button { 
    font-weight: 700;
    color: #fff;
    background-color: #EB4D80;
}
input:hover, select:hover, button:hover { 
    border-color: #BC286B; 
}
button:hover {
    cursor: pointer;
    background-color: #BC286B;
}
button.secundario {
    background: transparent;
}
button.secundario:hover {
    background: transparent;
}
header, main, footer {
    max-width: 768px;
    margin: 24px auto;
    padding: 24px;
    background-color: #30197E;
    background-color: rgba(48,25,126,0.7);
    border-radius: 24px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
header, footer { 
    padding: 8px 24px; 
}
header img.logo { 
    height: 48px; 
}
nav ul { 
    display: flex;
    padding: 0;
    margin: 0 auto;
}
nav li { 
    list-style: none;
    padding: 4px 16px; 
    border-left: 1px solid #aeaeae;
}
nav li:first-child { 
    border-left: none; 
    padding-left: 0;
}
nav li:last-child { 
    padding-right: 0; 
}
nav a, nav a:visited {
    color: #EB4D80;
    text-decoration: none;
    font-weight: bold;
}
nav a:hover, nav a:active { 
    color: #BC286B; 
}
main { 
    font-size: 16px; 
}
main p {
    line-height: 16px;
    margin-top: 16px;
}
main p:first-child {
    margin-top: 0;
}
main a, main a:visited {
    color: #fff;
    text-decoration: underline;
    font-weight: bold;
}
main a:hover, main a:active { 
    color: #aeaeae; 
}
footer .logo { 
    height: 24px; 
    margin-right: 16px;
}
footer .copyright {
    display: flex;
    align-items: center;
}

video {
    z-index: 1;
    position: fixed;
    left:0; 
    top:0;
    min-width: 100%;
    min-height: 100%;
    margin-left: 50vw;
    transform: translate(-50%);
}
svg {
    min-height: 16px;
    border: none;
    text-decoration: none;
}

#background { 
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAAPUlEQVQoU43PQQoAMAgDweT/j7ZYUGoRo+dhicTujAtnAKjgRR6bYCIFy6quWEqh1casvrAt/cURxTMSOTyKNQgKOBqKWwAAAABJRU5ErkJggg==) repeat;
    background-size: 4px;
    background-color: #30197E;
    background-color: rgba(48,25,126,0.7);
    z-index: 2;
    position: fixed;
    left:0; 
    top:0;
    min-width: 100%;
    min-height: 100%;
}

span, .chips { 
    font-size: 14px; 
}
.chips { 
    display: inline-block;
    padding: 2px 8px;
    margin-left: 8px;
    background-color: #EB4D80;
    color: #FFF;
    font-weight: 700;
    border-radius: 16px;
}
.situacao { 
    text-transform: lowercase; 
}
ul.resumo {
    padding-left: 16px;
    margin-bottom: 24px;
    list-style: none;
    border-left: 2px solid #EB4D80;
}