/*@font-face{
    font-family: 'Soleto';
    src: url(../fonts/Soleto-Light.woff);
    font-weight: 400;
    font-style: normal;
}

@font-face{
    font-family: 'Soleto';
    src: url(../fonts/Soleto-Regular.woff);
    font-weight: 500;
    font-style: normal;
}

@font-face{
    font-family: 'Soleto';
    src: url(../fonts/Soleto-Bold.woff);
    font-weight: 700;
    font-style: normal;
}

@font-face{
    font-family: 'Soleto';
    src: url(../fonts/Soleto-Black.woff);
    font-weight: 800;
    font-style: normal;
}
*/
@font-face{
    font-family: 'Soleto';
    src: url(../fonts/Soleto-Light.woff);
    font-weight: 100;
    font-style: normal;
}

@font-face{
    font-family: 'Soleto';
    src: url(../fonts/Soleto-Thin.woff);
    font-weight: 200;
    font-style: normal;
}

@font-face{
    font-family: 'Soleto';
    src: url(../fonts/Soleto-Light.woff);
    font-weight: 300;
    font-style: normal;
}

@font-face{
    font-family: 'Soleto';
    src: url(../fonts/Soleto-Regular.woff);
    font-weight: 400;
    font-style: normal;
}
@font-face{
    font-family: 'Soleto';
    src: url(../fonts/Soleto-Medium.woff);
    font-weight: 500;
    font-style: normal;
}

@font-face{
    font-family: 'Soleto';
    src: url(../fonts/Soleto-Bold.woff);
    font-weight: 600;
    font-style: normal;
}

@font-face{
    font-family: 'Soleto';
    src: url(../fonts/Soleto-XBold.woff);
    font-weight: 700;
    font-style: normal;
}

@font-face{
    font-family: 'Soleto';
    src: url(../fonts/Soleto-Black.woff);
    font-weight: 800;
    font-style: normal;
}
:root{
    font-family: 'Soleto';
    font-size: 14px;
    line-height: 19.6px;
    /* Variáveis */
    --main-color: #F55D2F;
    --main-color-darker: #d6532b;
    --fore-color: #000;
    --secondary-color:#F5F5F5;
    --border-color: #E2E0E0;
    --bg-color: #ffffff;
    --descarte-slider-border: #E6E6E6;
    --descarte-slider-texto: #808080;
    --secondary-text: #808080;
    --text-color: #3D3D3D;
    --title-card: #242424;
    --renovacao-descricao-texto-color: #5E5E5E;
    --error-color: #da0707;
}

p{
    margin-bottom: 2rem;
    text-align: justify;
    text-align-last: left;
    line-height: 1.25rem;
}

img{
    max-width: 100%;
    max-height: 100%;
}

::selection {
    color: var(--secondary-color);
    background: var(--main-color);
}

html {
    scroll-behavior: smooth;
}

.break_line::before{
    content: "\A";
    white-space: pre;
}
.lei {
    padding: 0 2rem;
    display: flex;
    background-color: var(--secondary-color);
    margin: 0 auto;
    justify-content: center;
    gap: 4px;
}
.link_lei{
    color: var(--main-color);
    text-decoration: none;
}
.noscript_blocker {
    position: fixed;
    top: 0;
    width: 100vw;
    background-color: #fff;
    height: 100vh;
    z-index: 9;
}
@media screen and (max-width: 778px) {
    .lei{
        display: block;
    }
}
