<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&amp;display=swap');

* {
    font-family: Arial, Helvetica, sans-serif;
    text-align: justify;
}

.bold{
    font-weight: bold;
}

html {
    background: #f2f2f2;
}

body {
    margin: 25px 20%;
    background: #fff;
    border: 1px solid #999;
    border-bottom: 1px solid #666;
    -webkit-box-shadow: 0px 5px 8px 4px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 5px 8px 4px rgba(0, 0, 0, 0.2);
    padding: 0 20px
}

h1 {
    font-weight: bold;
    font-size: 14pt;
    padding-top: 35px;
    line-height: 12pt
}

h2 {
    font-size: 16pt;
    line-height: 20pt;
    text-align: center;
    margin: 45px 0
}

p {
    margin: 10px 0
}

p:empty, p.empty, span.empty {
    margin: 0 !important;
}


td[align=center] {
    text-align: center;
}

.act_over_partner_block_div .ui-effects-wrapper {
    display: inline-block;
    margin-bottom: -12px !important;
    height: unset !important;
}

input {
    display: inline-block;
    border: 1px solid #ccc;
}


input, textarea{
    max-width: 100% !important;
}

select, select option {
    max-width: 100% !important;
}

#spanConviveEstavel label.radio-inline,
.act_over_partner_block label.radio-inline,
.ue_block label.radio-inline {
    padding-left: 0;
}

.radio-inline input[type=radio],
#spanConviveEstavel .radio-inline input[type=radio] {
    position: relative !important;
    margin-left: 2px !important;
}

textarea {
    display: inline-block;
}

.final_block p {
    font-size: 11px;
    padding: 15px;
    background: #f2f2f2
}

.autorizacao {
    font-weight: bold
}

#dadosConjuge, .condicional_ue_block_yes {
    display: none;
}

.centerText {
    text-align: center
}

.print {
    display: block;
    width: 150px;
    text-align: center;
    background: #373737;
    color: #fff;
    cursor: pointer;
    margin: 15px auto;
    padding: 5px;
    border: none;
}

span.span-input{
    padding: 0px;
    margin: 0px;
    font-weight: bold;
    white-space: pre-wrap;
}

.checkbox-inline span.span-input,
.radio span.span-input {
    margin-left: -16px;
}

.radio-inline span.span-input {
    margin-left: 2px;
}

.radio-inline input[type=radio] {
    margin: 0;
}

label[id^=spanConviveEstavel] span.span-input {
    margin-left: 0;
}

span.span-input-select {
    font-weight: bold;
}

.ue_block .span-input{
    margin-left: 0px;
}

.checkbox-inline {
    padding-left: 18px;
    margin-right: 5px;
}

.radio-inline {
    padding-left: 0;
    margin-right: 5px;
}

.optionField {
    height: 26px !important;
}

@media print {
    html {
        background: none
    }

    body {
        margin: 0;
        background: #fff;
        border: none;
        padding: 0;
        -webkit-box-shadow: none;
        box-shadow: none
    }

    input, textarea {
        display: block;
    }

    .anotation {
        font-size: 11px;
        padding: 0;
        background: #fff
    }

    select {
        border: none;
        -webkit-appearance: none;
    }

    .print {
        display: none
    }

    * {
        line-height: initial !important;
    }
}

/* loading */
.lt-sk-three-bounce {
    margin: 2px auto;
    width: 100%;
    text-align: center;
}

.lt-sk-three-bounce .lt-sk-child {
    width: 5px;
    height: 5px;
    background-color: #333;
    border-radius: 100%;
    display: inline-block;
    -webkit-animation: lt-sk-three-bounce 1.4s ease-in-out 0s infinite both;
    animation: lt-sk-three-bounce 1.4s ease-in-out 0s infinite both;
}

.lt-sk-three-bounce .lt-sk-bounce1 {
    -webkit-animation-delay: -0.32s;
    animation-delay: -0.32s;
}

.lt-sk-three-bounce .lt-sk-bounce2 {
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s;
}

@-webkit-keyframes lt-sk-three-bounce {
    0%, 80%, 100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    40% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes lt-sk-three-bounce {
    0%, 80%, 100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    40% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}
.checkbox input[type=checkbox], .checkbox-inline input[type=checkbox], .radio input[type=radio] {
    position: absolute;
    margin-top: 4px;
    margin-left: -15px;
}

.checkbox label, .radio label {
    min-height: 0px;
    padding-left: 17px;
    margin-bottom: 0;
    font-weight: normal;
    cursor: pointer;
}

span.radio, span.checkbox {
    display: flex !important;
}

.checkbox-column,
.radio-column {
    display: flex;
    flex-direction: column;
}

.checkbox-column &gt; label,
.radio-column &gt; label {
    margin-bottom: 0;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.checkbox-column &gt; label &gt; input[type=checkbox],
.radio-column &gt; label &gt; input[type=radio] {
    margin: 0 2px;
}

.checkbox-column &gt; label &gt; input[type=text],
.radio-column &gt; label &gt; input[type=text] {
    margin-left: 5px;
}

.checkbox-column span.span-input,
.radio-column span.span-input {
    margin-left: 0;
}

.checkbox-column span.span-input-text,
.radio-column span.span-input-text {
    margin-left: 5px;
}</pre></body></html>