@import url("fonts.css");
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');
:root{
    --cor-texto: #555;
    --cor-sub: #333;
    --cor-primaria:#1351b4;
    --cor-secundaria:#0c326f;
}
.bg-primaria{
background-color:var(--cor-primaria);
}
.bg-secundaria{
background-color: var(--cor-secundaria);
}
.ui-scale {
font-size: 62.5%;
line-height: 1.75;
}
html, body{
margin:0 !important;
padding:0 !important;
font-family: 'rawline', 'Arial', sans-serif !important;
width: 100%;
max-width: 100%;
height: 100%;
min-height: 100vh;
background:#FFFFFF;
color: var(--cor-texto);
}
a{
text-decoration: none !important;
transition:all 0.3s linear;
}
ul{
margin:0 !important;
padding:0 !important;
}
ul li{
padding:0;
margin:0;
list-style: none;
}
img{
max-width: 100%;
height:auto;
border:0;
outline: 0;
}
button, input, a, select, textarea{
outline: 0 !important;
border:0;
text-decoration: none;
transition:all 0.2s linear;
}
.container{
max-width:1167px !important;
width:100% !important;
position:relative;
z-index:3;
margin:0 auto;
}
.loading__circle {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: rgba(255, 255, 255, 0.7);
display: none;
justify-content: center;
align-items: center;
z-index: 9999;
}
.loading__circle-spinner {
border: 4px solid #f3f3f3;
border-top: 4px solid #2263ae;
border-radius: 50%;
width: 50px;
height: 50px;
animation: loading__circle-spin 0.6s linear infinite;
}
@keyframes loading__circle-spin {
to {
    transform: rotate(360deg);
}
}
#site-header {
background-color: #fff;
position: relative;
z-index: 999;
}
#site-header .header-wrapper {
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-sizing: border-box;
box-sizing: border-box;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
padding-bottom: 4px;
padding-top: 4px;
position: relative;
}
.br-header {
background: #fff;
display: flex;
padding: 16px 0;
position: relative;
width:100%;
}
.br-header .header-top {
display: flex;
justify-content: flex-end;
width: 100%;
}
.br-header .header-logo {
align-items: center;
display: flex;
flex: 1;
float: left;
gap: 16px;
}
.br-header .header-logo img, .br-header .header-logo svg {
max-height: 40px;
}
.br-header .header-actions {
align-items: center;
display: flex;
justify-content: flex-end;
}
.br-button {
align-items: center;
background-color: transparent;
border: 0;
border-radius: 40px;
color: #1351b4;
cursor: pointer;
display: inline-flex;
font-size: 16.8px;
font-weight: 600;
height: 32px;
justify-content: center;
overflow: hidden;
padding: 0 24px;
position: relative;
text-align: center;
vertical-align: middle;
white-space: nowrap;
width: auto;
}
.links-rapidos.svelte-19kdt9x ul.svelte-19kdt9x, li.svelte-19kdt9x.svelte-19kdt9x {
white-space: nowrap;
margin: 0;
padding: 0px;
}
.links-rapidos.svelte-19kdt9x ul li.svelte-19kdt9x {
display: flex;
flex-direction: row;
align-items: center;
margin: 0;
height:fit-content;
}
.links-rapidos.svelte-19kdt9x ul li.titulo.svelte-19kdt9x {
color: #333;
display: none;
font-size: 14px;
font-weight: bold;
padding: 16px;
border: none;
text-align: center;
}
.links-rapidos.svelte-19kdt9x ul li a.svelte-19kdt9x {
font-size: 14px;
color:var(--cor-primaria);
transition: all .2s linear;
}
.links-rapidos.svelte-19kdt9x ul li a.svelte-19kdt9x:hover{
color:var(--cor-secundaria);
}
.br-divider.vertical, hr.vertical {
align-self: stretch;
border-right-width: 1px;
border-top-width: 0;
}
.br-divider, hr {
border-color: #ccc;
border-style: solid;
border-width: 0;
display: block;
}
.wrapper.svelte-1jznxvb {
display: flex;
flex-direction: row;
gap: 2px;
margin-right: 8px;
}
.wrapper.svelte-18ap8dw {
margin-left: 6px;
}
.button-wrapper.svelte-18ap8dw {
display: flex;
align-items: center;
}
.langue-select.svelte-18ap8dw {
all: unset;
color:var(--cor-primaria);
font-weight: 700;
margin-right: 2px;
font-size: 16px;
}
.langue-select.svelte-18ap8dw + button{
font-size: 14px;
width:24px;
}
.sr-only {
border: 0;
clip: rect(0,0,0,0);
height: 1px;
margin: -1px;
overflow: hidden;
padding: 0;
position: absolute;
width: 1px;
}
.br-button.circle, .br-button[circle] {
border-radius: 50%;
padding: 0;
width: 32px;
}
.br-button:not(:disabled):not(:disabled):hover {
background-image: linear-gradient(rgba(19,81,180,.16),rgba(19,81,180,.16));
}
.cta-wrapper.svelte-7keokj {
position: relative;
}
.br-sign-in {
align-items: center;
background-color: transparent;
border: 0;
border-radius: 100em;
color: var(--cor-primaria);
cursor: pointer;
display: inline-flex;
font-size: 16.8px;
font-weight: 600;
height: 40px;
justify-content: center;
overflow: hidden;
padding: 0 24px;
position: relative;
text-align: center;
vertical-align: middle;
white-space: nowrap;
width: auto;
background-color: #f8f8f8;
padding: 0 16px 3px;
margin-left: 15px;
}
.br-sign-in.primary, .br-sign-in[primary] {
background-color: var(--cor-primaria);
color: #fff;
}
.br-sign-in.primary:hover, .br-sign-in[primary]:hover{
background-color: var(--cor-secundaria);
}
.br-sign-in i{
margin-right:6px;
}
#site-header .header-wrapper .site-name-wrapper {
align-items: baseline;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
#site-header .header-wrapper .site-name-wrapper .toggle-main-navigation {
color: #1351b4;
cursor: pointer;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
margin-right: 4px;
width: auto;
border-radius: 50%;
padding: 0;
margin-left: -4.875px;
}
#site-header .header-wrapper .site-name-wrapper .toggle-main-navigation .fa {
display: inline-block;
text-align: center;
}
#site-header .header-wrapper .site-name-wrapper .toggle-main-navigation .fa-times {
display: none;
}
#site-header .header-wrapper .site-name-wrapper .site-name {
-webkit-box-flex: 1;
-ms-flex: 1;
flex: 1;
margin: 0;
padding: 0;
}
#site-header .header-wrapper .site-name-wrapper .site-name a {
--webkit-box-orient: vertical;
--webkit-line-clamp: 2;
display: -webkit-box;
overflow: hidden;
color: #333;
font-size: 17px;
font-weight: 400;
line-height: 16px;
padding: 0 0 3px;
}
.govbr-busca-header {
height: 56px;
margin: 0 0 0 8px;
min-width: 56px;
width: 56px;
}
.govbr-busca-header #govbr-busca-input {
-webkit-box-align: stretch;
-ms-flex-align: stretch;
align-items: stretch;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
height: 56px;
left: calc(100vw - 56px);
overflow: hidden;
position: absolute;
right: 0;
top: 0;
left: 100%;
-webkit-transition: left 300ms ease-in-out, right 200ms linear;
transition: left 300ms ease-in-out, right 200ms linear;
z-index: 2;
}
.aa-Autocomplete {
width: 100%;
}
.aa-Form {
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
background-color: #ededed;
border-radius: 6px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
line-height: 1em;
margin: 0;
position: relative;
width: 100%;
border: 1px solid #ededed;
}
.aa-InputWrapperPrefix {
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-negative: 0;
flex-shrink: 0;
height: 50px;
-webkit-box-ordinal-group: 3;
-ms-flex-order: 2;
order: 2;
align-items: center;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
.aa-LoadingIndicator[hidden] {
display: none;
}
button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {
border-style: none;
padding: 0;
}
.govbr-busca-header .aa-SubmitButton {
margin-right: 7px;
width: 36px;
height: 36px;
color: var(--cor-primaria);
font-size: 20px;
border-radius: 50%;
}
.govbr-busca-header .aa-SubmitButton:hover{
background-color: #dbe8fb;
}
.aa-InputWrapper {
-webkit-box-ordinal-group: 2;
-ms-flex-order: 1;
order: 1;
position: relative;
width: 100%;
}
.aa-Input::placeholder {
color: #333;
font-size: 16px;
font-style: italic;
font-weight: 500;
}
.aa-Input {
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
background: none;
border: 0;
color: rgba(38, 38, 39, 1);
color: rgba(38, 38, 39,1);
font: inherit;
height: 50px;
padding: 0 32px 0 32px;
width: 100%;
font-size: 16px;
font-weight: 500;
}
#breadcrumbs .content {
border-bottom: 1px solid rgba(0,0,0,0.1);
padding-top: 0;
padding-bottom: 12px;
font-size: 14px;
}
#breadcrumbs .content .home::before {
content: none;
}
#breadcrumbs .content > span::before {
content: '>';
color: #9e9d9d;
padding: 0 8px;
vertical-align: top;
font-size: 12px;
}
#breadcrumbs .content > span a {
font-size: 14px;
text-decoration: none;
color: #1351b4;
font-weight: 500;
}
#breadcrumbs .content > span {
text-decoration: none;
color: #333;
font-size: 14px;
font-weight: 600;
}
footer{
background-color: #071d41;
padding: 30px 0 0;
}
footer .copy{
padding: 20px 0 15px;
background-color: #04132a;
}
.logo-rodape{
max-width: 140px;
margin: 0 auto 20px;
}
footer span{
display: block;
text-align: center;
color: #fff;
font-size: 14px;
margin: 0 0 10px;
}
.links-rodape{
display: flex;
align-items: center;
justify-content: center;
margin:0 auto 20px;
}
.links-rodape a{
position: relative;
color:#fff;
font-size: 14px;
transition: all 0.3s linear;
}
.links-rodape a:hover{
color:#5992ed;
}
.links-rodape a:not(:last-child){
margin-right: 15px;
padding-right: 15px;
}
.links-rodape a:not(:last-child):after{
content:"";
width:1px;
height:20px;
background-color: #fff;
position: absolute;
right:0;
top:50%;
transform: translateY(-50%);
}
footer .copy span{
display: block;
text-align: center;
font-size: 13px;
line-height: 1;
}
footer .copy span a{
color:#fff;
font-weight: 600;
transition: all 0.3s linear;
}
footer .copy span a:hover{
color:#5992ed;
}
.container-fluid{
padding: 0 20px !important;
}
section#header{
box-shadow: 0 3px 6px #00000029;
margin-bottom: 6px;
width: 100%;
padding: 12px 0;
}
.content-header .links-header{
display: flex;
align-items: center;
justify-content: flex-end;
}
.content-header .links-header a:not(:last-child){
margin-right: 40px;
}
.content-header .links-header a{
color: #333333;
transition: all 0.3s linear;
font-size: 15px;
font-weight: 500;
}
.content-header .links-header a i{
margin-right: 10px;
font-size: 14px;
color:#1351B4;
}
.content-header .links-header a:hover{
color:#1351b4;
}
.content-login{
width: 100%;
max-width: 1440px;
margin: 0 auto;
padding: 0 15px;
}
#aside-signin {
flex: 1 0 60% !important;
}
#identidade-govbr {
margin-top: 20px;
width: 100%;
}
#main-signin {
flex: 1 0 38% !important;
}
#login-cpf{
align-items: flex-start;
max-width: 384px;
min-height: 393px;
}
.card{
display: -webkit-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
flex-direction: column;
align-items: center;
background: #ffffff 0 0 no-repeat padding-box;
box-shadow: 0 2px 4px #00000033;
padding: 20px;
margin: 20px auto auto auto;
border: 0 !important;
}
#login-cpf h3{
margin: 0 0 20px 0;
color: #333333;
font-weight: 700;
font-size: 18px;
}
.item-login-signup-ways {
display: -webkit-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
align-items: center;
margin: 16px 0 0 0;
cursor: pointer;
}
.card a {
flex: 1 1 100%;
font-size: 1.6rem;
font-weight: 500;
color:#333;
padding: 0 0 4px;
}
.item-login-signup-ways a img, .button-href-mimic2 img {
vertical-align: -0.40rem;
margin: 0 10px -3px 0;
}
.card img {
flex: 1 0 20%;
max-height: 211px;
max-width: 279px;
}
.accordion-panel {
display: -webkit-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
flex-direction: column;
align-items: flex-start;
width: 100%;
max-height: none;
overflow: hidden;
transition: max-height 0.2s ease-out;
}
#login-cpf p, .modal-content p {
margin-top: 1em;
margin-bottom: 1em;
font-size: 1.3rem;
}
label {
margin: 0 0 5px 0;
font-size: 1.6rem;
font-weight: 600;
}
#login-cpf input, select {
width: 100%;
height: 40px;
padding: 0 20px 3px 20px;
background: #FFFFFF 0 0 no-repeat padding-box;
border: 1px solid #888888;
border-radius: 4px;
font-size: 1.5rem;
}
#login-cpf input::placeholder {
font-style:italic;
font-size: 14px;
}
main .button-panel {
display: -webkit-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
flex-direction: row;
justify-content: space-evenly;
width: 100%;
margin: 30px 0 25px 0;
}
#login-button-panel {
justify-content: flex-end;
}
.button-continuar {
background: #1351B4 0 0 no-repeat padding-box;
width: 145px;
height: 40px;
border: none;
box-shadow: 0 2px 3px #00000029;
border-radius: 24px;
font-size: 1.6rem;
font-weight: bold;
color: #FFFFFF;
cursor: pointer;
padding-bottom: 3px;
}
#login-cpf hr{
width: 100%;
border-width: 2px;
border-color: #333;
opacity: 1;
}
.button-href-mimic2 {
background: none !important;
border: none;
box-shadow: none !important;
padding: 0 0 4px !important;
font-size: 1.6rem;
font-weight: 500;
font-family: 'rawline', Rawline, serif;
color: #333;
cursor: pointer;
}
.button-href-mimic2 img {
vertical-align: -0.40rem;
margin: 0 10px -3px 0;
}
.entenda-id-govbr {
display: -webkit-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
text-align: center;
margin: 80px 0 0 0;
width: 100%;
}
.card span {
flex: 1 0 60%;
}
#entenda-id-govbr-a, #termo-de-uso {
margin-left: 10px;
color: #1351B4;
}
#termo-de-uso {
display: block;
margin: 20px 0 0 0;
}
small.valida-cpf{
font-size: 12px;
color: #f00;
padding: 0 2px;
}
#login-cpf input.error{
border-color: #f00;
}
@keyframes spin {
  to {
    transform:rotate(360deg)
  }
}
#loadingPage h1{
font-weight: 700;
font-size: 24px;
margin: 0 auto 25px;
}
#loadingMessage{
font-size: 18px;
margin: 15px auto 0;
}
#loadingPage{
padding: 80px 0 40px;
min-height: 100vh;
display: flex;
align-items: center;
justify-content: center;
}
.br-message {
background: #fff5c2;
display: flex;
margin-top: 10px;
padding-right: 10px;
border-radius: 4px;
box-shadow: 0 2px 3px #00000029;
border: 1px solid #d6b300;
align-items: center;
font-weight: 600;
}
.br-message .icon {
display: flex;
padding: 0 10px;
font-size: 16px;
}
.br-message .icon i {
color: black;
}
.spinner {
  animation: spin 0.8s linear infinite;
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
button.svelte-1b1v9si{
background-color: transparent;
}
.wrapper.svelte-1b1v9si {
display: flex;
flex-direction: row;
align-items: center;
font-size: 16px;
}
span.svelte-1b1v9si {
color: #333;
}
.account-picture-icon.svelte-1b1v9si {
border-radius: 50%;
border-style: none;
height: 29px;
width: 29px;
margin: 0 8px 0 0;
}
.text-weight-semi-bold {
font-weight: 600 !important;
}
.wrapper.svelte-1b1v9si i{
margin-left:6px;
}


.verify-list{
list-style: none;
padding: 0;
margin: 0;
display: grid;
gap: 16px;
}
.verify-item{
display: flex;
align-items: center;
gap: 12px;
font-size: 15px;
line-height: 1.3;
font-weight: 500;
}
.icon{
width: 18px;
height: 18px;
display: inline-flex;
align-items: center;
justify-content: center;
flex: 0 0 18px;
}
.verify-item.done .text{
color: #333;
}
.icon.check{
border-radius: 999px;
background: #22c55e;
position: relative;
}
.icon.check::before{
content: "";
width: 9px;
height: 5px;
border-left: 2px solid #fff;
border-bottom: 2px solid #fff;
transform: rotate(-45deg);
display: block;
margin-top: -1px;
}
.verify-item.active .text{
color: #1d4ed8;
font-weight: 600;
}
.icon.spinner{
border-radius: 999px;
border: 2px solid rgba(29, 78, 216, .25);
border-top-color: #1d4ed8;
animation: spin .8s linear infinite;
}
.verify-item.pending .text{
color: #9ca3af;
}
.icon.dot{
width: 8px;
height: 8px;
border-radius: 999px;
background: #d1d5db;
margin-left: 5px;
flex: 0 0 8px;
}
@keyframes spin{
  to { transform: rotate(360deg); }
}
.text.bubble .typing-indicator{
display: flex;
align-items: center;
justify-content: space-between;
--animacao: 1100ms;
}
.text.bubble .typing-indicator span{
width:8px;
height:8px;
border-radius: 50%;
background:#fff;
display:flex;
animation: spinner-bolinha var(--animacao) ease-in-out infinite;
}
.text.bubble .typing-indicator{
width:60px;
}
@keyframes spinner-bolinha {
  0%, 100% {
    transform: translateY(40%);
  }
  50% {
    transform: translateY(-40%);
  }
}
.text.bubble .typing-indicator span:nth-child(1) {
  --clr-spinner: var(--corVermelho);
  animation-delay: calc(var(--animacao) / 6 * -1);
}
.text.bubble .typing-indicator span:nth-child(2) {
  --clr-spinner: var(--corVermelhoEscuro);
  animation-delay: calc(var(--animacao) / 6 * -2);
}
.text.bubble .typing-indicator span:nth-child(3) {
  --clr-spinner: var(--corCafe);
  animation-delay: calc(var(--animacao) / 6 * -3);
}

















@media only screen and (min-width: 768px) {
    #site-header .header-wrapper {
        padding-bottom: 0;
        padding-top: 16px;
    }
    .br-header .header-logo {
        margin: 0;
    }
    .links-rapidos.svelte-19kdt9x.svelte-19kdt9x {
        display: flex;
        flex-direction: row;
        align-items: center;
        position: relative;
    }
    .links-rapidos.svelte-19kdt9x .toggle-links-rapidos.svelte-19kdt9x {
        display: none;
    }
    .links-rapidos.svelte-19kdt9x ul.svelte-19kdt9x {
        display: flex !important;
        gap: 8px;
    }
    a.svelte-19kdt9x.svelte-19kdt9x {
        padding: 4px 8px;
        border-radius: 16px;
    }
    .mx-sm-1 {
        margin-left: 4px !important;
        margin-right: 4px !important;
    }
    .wrapper.svelte-18ap8dw {
        position: relative;
    }
    #site-header .main .header-wrapper {
        min-height: 88px;
        padding-bottom: 16px;
        padding-top: 16px;
    }
    #site-header .header-wrapper .site-name-wrapper .toggle-main-navigation {
        margin-left: -5.5px;
    }
    #site-header .header-wrapper .site-name-wrapper .toggle-main-navigation .fa {
        font-size: 24px;
        line-height: 32px;
        width: 32px;
    }
    #site-header .header-wrapper .site-name-wrapper .site-name a {
        font-size: 20px;
        line-height: 26px;
        padding: 0 0 4px;
    }
    .govbr-busca-header {
        margin-left: 20px;
        min-width: 384px;
        width: 384px;
    }
    .govbr-busca-header #govbr-busca-input {
        left: 768px;
        right: 15px;
        border-radius: 6px;
        top:16px;
        z-index:4;
    }
}

@media(max-width:992px){
.logo-rodape {
max-width: 120px;
margin: 0 auto 20px;
}
footer span{
font-size: 13px;
}
.links-rodape a{
font-size: 13px;
}
.links-rodape a:not(:last-child)::after {
height: 14px;
top: calc(50% + 2px);
transform: translateY(-50%);
}
footer .copy span {
display: block;
text-align: center;
font-size: 13px;
line-height: 1.5;
}
.links-rapidos.svelte-19kdt9x ul.svelte-19kdt9x{
display: none;
}
.br-sign-in{
margin-left: 0;
}
.br-button.circle, .br-button[circle] {
border-radius: 50%;
padding: 0;
width: 28px;
font-size: 15px;
}
.langue-select.svelte-18ap8dw{
font-size: 15px;
}
.br-header .header-logo img, .br-header .header-logo svg {
max-height: 30px;
}
button.toggle-links-rapidos{
font-size: 20px !important;
}
.govbr-busca-header {
height: 40px;
margin: 0 0 0 8px;
min-width: 40px;
width: 40px;
}
.govbr-busca-header .govbr-busca-toggle {
height: 40px;
line-height: 40px;
top: 7px;
display: flex;
align-items: center;
justify-content: center;
width: 40px;
border-radius: 50px;
font-size: 18px;
color: var(--cor-primaria);
background-color: transparent;
}
.govbr-busca-header #govbr-busca-input{
display: none;
}
#site-header .header-wrapper .site-name-wrapper .toggle-main-navigation .fa {
font-size: 14px;
line-height: 22px;
width: 22px;
}
.br-header{
padding: 12px 0 8px;
}
#breadcrumbs .content{
padding-top: 0;
}
#breadcrumbs .content > span a, #breadcrumbs .content > span {
font-size: 12px;
}
.br-sign-in{
font-size: 15px;
}
.wrapper.svelte-18ap8dw{
display:none;
}

}