
@-webkit-keyframes spinner-animation {
    0%,to {
        opacity: 1
    }

    25%,75% {
        opacity: .3
    }

    50% {
        transform: rotate(115deg);
        opacity: 1
    }
}

@keyframes spinner-animation {
    0%,to {
        opacity: 1
    }

    25%,75% {
        opacity: .3
    }

    50% {
        transform: rotate(115deg);
        opacity: 1
    }
}

@-webkit-keyframes fadein {
    0% {
        transform: translateZ(80px);
        opacity: 0
    }

    to {
        transform: translateZ(0);
        opacity: 1
    }
}

@keyframes fadein {
    0% {
        transform: translateZ(80px);
        opacity: 0
    }

    to {
        transform: translateZ(0);
        opacity: 1
    }
}

@-webkit-keyframes bounce {
    0%,to {
        transform: translateY(0)
    }

    50% {
        transform: translateY(10px)
    }
}

@keyframes bounce {
    0%,to {
        transform: translateY(0)
    }

    50% {
        transform: translateY(10px)
    }
}

@-webkit-keyframes fade-in {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes fade-in {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@-webkit-keyframes fade-out {
    0% {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

@keyframes fade-out {
    0% {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

@-webkit-keyframes slide-out-bottom {
    0% {
        transform: translateY(0);
        opacity: 1
    }

    to {
        transform: translateY(20px);
        opacity: 0
    }
}

@keyframes slide-out-bottom {
    0% {
        transform: translateY(0);
        opacity: 1
    }

    to {
        transform: translateY(20px);
        opacity: 0
    }
}

@-webkit-keyframes slide-in-bottom {
    0% {
        transform: translateY(20px);
        opacity: 0
    }

    to {
        transform: translateY(0);
        opacity: 1
    }
}

@keyframes slide-in-bottom {
    0% {
        transform: translateY(20px);
        opacity: 0
    }

    to {
        transform: translateY(0);
        opacity: 1
    }
}

@-webkit-keyframes jFsDII {
    0% {
        transform: translateY(-1000px)
    }

    to {
        transform: translateY(0)
    }
}

@keyframes jFsDII {
    0% {
        transform: translateY(-1000px)
    }

    to {
        transform: translateY(0)
    }
}

@-webkit-keyframes gcKdhD {
    0% {
        transform: translateY(0)
    }

    10.4% {
        transform: translateY(-45px);
        animation-timing-function: ease-in
    }

    32% {
        transform: translateY(-24px);
        animation-timing-function: ease-in
    }

    52% {
        transform: translateY(-12px);
        animation-timing-function: ease-in
    }

    65.6% {
        transform: translateY(-6px);
        animation-timing-function: ease-in
    }

    74.4% {
        transform: translateY(-4px);
        animation-timing-function: ease-in
    }

    20%,44%,60%,69.6%,80%,to {
        transform: translateY(0);
        animation-timing-function: ease-out
    }
}

@keyframes gcKdhD {
    0% {
        transform: translateY(0)
    }

    10.4% {
        transform: translateY(-45px);
        animation-timing-function: ease-in
    }

    32% {
        transform: translateY(-24px);
        animation-timing-function: ease-in
    }

    52% {
        transform: translateY(-12px);
        animation-timing-function: ease-in
    }

    65.6% {
        transform: translateY(-6px);
        animation-timing-function: ease-in
    }

    74.4% {
        transform: translateY(-4px);
        animation-timing-function: ease-in
    }

    20%,44%,60%,69.6%,80%,to {
        transform: translateY(0);
        animation-timing-function: ease-out
    }
}

@-webkit-keyframes bZyYjS {
    0% {
        transform: translateY(0) scaleY(1) scaleX(1);
        transform-origin: 50% 50%;
        filter: blur(0);
        opacity: 1
    }

    to {
        transform: translateY(1000px) scaleY(2) scaleX(.2);
        transform-origin: 50% 100%;
        filter: blur(40px);
        opacity: 0
    }
}

@keyframes bZyYjS {
    0% {
        transform: translateY(0) scaleY(1) scaleX(1);
        transform-origin: 50% 50%;
        filter: blur(0);
        opacity: 1
    }

    to {
        transform: translateY(1000px) scaleY(2) scaleX(.2);
        transform-origin: 50% 100%;
        filter: blur(40px);
        opacity: 0
    }
}

@-webkit-keyframes fivsOI {
    45% {
        opacity: 0
    }

    70%,to {
        opacity: 1
    }
}

@keyframes fivsOI {
    45% {
        opacity: 0
    }

    70%,to {
        opacity: 1
    }
}

@-webkit-keyframes bZwsZw {
    0% {
        transform: translateZ(-80px);
        opacity: 0
    }

    to {
        transform: translateZ(0);
        opacity: 1
    }
}

@keyframes bZwsZw {
    0% {
        transform: translateZ(-80px);
        opacity: 0
    }

    to {
        transform: translateZ(0);
        opacity: 1
    }
}

*,::after,::before {
    margin: 0;
    padding: 0;
    box-sizing: border-box
}

* {
    font-family: Helvetica,Arial,sans-serif
}

:not(input,textarea) {
    text-transform: lowercase
}

input::-webkit-inner-spin-button,input::-webkit-outer-spin-button {
    appearance: none;
    margin: 0
}

.JiLrb {
    text-decoration: none;
    touch-action: manipulation;
    white-space: nowrap;
    border-radius: 3px;
    transition: all 100ms ease-in 0s;
    font-weight: 700;
    cursor: pointer;
    user-select: none;
    display: flex;
    position: relative;
    flex: 0 0 auto;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    outline: 0;
    padding: .5rem 1.5rem;
    line-height: 1.5
}

.JiLrb:disabled {
    cursor: not-allowed;
    filter: opacity(70%)
}

.izDoJe {
    --brandColor: #F80032;
    --backgroundColor: #F80032;
    --textColor: white;
    background-color: var(--backgroundColor);
    color: var(--textColor);
    box-shadow: rgba(0,0,0,.2) 0 2px 6px;
    border: 2px solid var(--brandColor);
    font-size: 18px
}

.izDoJe:hover {
    filter: opacity(90%)
}

.ea-dZMk {
    background-color: #f80032;
    min-height: 50px;
    display: flex;
    -webkit-box-pack: center;
    place-content: center;
    -webkit-box-align: center;
    align-items: center;
    flex-wrap: wrap;
    padding: 15px;
    border: 0
}

@media (max-width: 767px) {
    .ea-dZMk {
        padding:0;
        border-style: solid;
        border-color: #ddd;
        border-image: initial;
        border-width: 0 0 1px
    }
}

.cJbABh,.iiHqcD {
    display: flex;
    -webkit-box-pack: center;
    place-content: center;
    -webkit-box-align: center;
    align-items: center
}

.cJbABh {
    width: 100%;
    max-width: 1024px;
    flex: 1 1 0%;
    flex-wrap: wrap
}

.iiHqcD {
    width: 25%;
    font-size: 0
}

@media (max-width: 767px) {
    .iiHqcD {
        width:100%;
        height: 55px
    }
}

.iiHqcD svg {
    width: 150px
}

@media (max-width: 767px) {
    .iiHqcD svg {
        width:auto;
        height: 20px
    }
}

.jIvnOH {
    font-size: .875rem;
    padding: .75rem 1rem;
    width: 100%;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    place-content: center;
    -webkit-box-pack: center;
    color: #666;
    background-color: #fff
}

@media (min-width: 768px) {
    .jIvnOH {
        display:none
    }
}

.jIvnOH>span {
    font-weight: 700;
    margin-left: 2px
}

.fIUiIW {
    width: 100%;
    color: #666;
    position: relative;
    padding-bottom: 22px
}

.bWfTzJ,.ldfzZy {
    display: grid;
    grid-template-columns: auto [arrowDown] min-content;
    padding: .3rem 1rem .3rem .3rem;
    border: .75px solid #666;
    border-radius: .5rem;
    cursor: text;
    width: 100%;
    max-width: 100%
}

.bWfTzJ {
    background-color: #f2f2f2;
    cursor: not-allowed
}

.gTZZqe {
    font-size: 14px;
    color: #333;
    font-weight: bolder
}

.gTZZqe>p {
    margin-bottom: .25rem
}

.gTZZqe>p>.optional {
    color: #999;
    font-weight: 400
}

.gHYhEm {
    outline: 0;
    border: 0;
    color: #333;
    background-color: transparent;
    padding: .5rem;
    text-overflow: ellipsis;
    overflow: hidden;
    width: 100%;
    cursor: text;
    opacity: 1
}

@media (max-width: 768px) {
    .gHYhEm {
        font-size:1rem
    }
}

.evyFrB {
    outline: 0;
    border: 0;
    color: #333;
    background-color: transparent;
    padding: .5rem;
    text-overflow: ellipsis;
    overflow: hidden;
    width: 100%;
    opacity: 1;
    cursor: not-allowed
}

@media (max-width: 768px) {
    .evyFrB {
        font-size:1rem
    }
}

.ghEVEN {
    --brandColor: #F80032;
    height: 100%;
    -webkit-box-pack: center;
    justify-content: center;
    display: flex;
    flex-direction: column;
    grid-column: arrowDown/arrowDown;
    max-width: 40px;
    cursor: default
}

.ghEVEN svg {
    max-width: 40px;
    height: auto
}

.iijXYH,.jUqKJe,.jwSAIH {
    grid-area: state/state/state/state;
    display: flex;
    width: 100%
}

@media (max-device-width: 768px) and (orientation:landscape) {
    .jwSAIH label {
        display:flex;
        -webkit-box-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        justify-content: space-between
    }

    .jwSAIH label>p {
        width: 150px
    }

    .jwSAIH label>div {
        width: calc(100% - 150px)
    }
}

.iijXYH,.jUqKJe {
    grid-area: city/city/city/city
}

@media (max-device-width: 768px) and (orientation:landscape) {
    .iijXYH label {
        display:flex;
        -webkit-box-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        justify-content: space-between
    }

    .iijXYH label>p {
        width: 150px
    }

    .iijXYH label>div {
        width: calc(100% - 150px)
    }
}

.jUqKJe {
    grid-area: neighborhood/neighborhood/neighborhood/neighborhood
}

@media (max-device-width: 768px) and (orientation:landscape) {
    .jUqKJe label {
        display:flex;
        -webkit-box-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        justify-content: space-between
    }

    .jUqKJe label>p {
        width: 150px
    }

    .jUqKJe label>div {
        width: calc(100% - 150px)
    }
}

.buAakb,.eOyXNb,.jJIXTu {
    grid-area: address/address/address/address;
    display: flex;
    width: 100%
}

@media (max-device-width: 768px) and (orientation:landscape) {
    .jJIXTu label {
        display:flex;
        -webkit-box-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        justify-content: space-between
    }

    .jJIXTu label>p {
        width: 150px
    }

    .jJIXTu label>div {
        width: calc(100% - 150px)
    }
}

.buAakb,.eOyXNb {
    grid-area: number/number/number/number
}

@media (max-device-width: 768px) and (orientation:landscape) {
    .eOyXNb label {
        display:flex;
        -webkit-box-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        justify-content: space-between
    }

    .eOyXNb label>p {
        width: 150px
    }

    .eOyXNb label>div {
        width: calc(100% - 150px)
    }
}

.buAakb {
    grid-area: additionalInfo/additionalInfo/additionalInfo/additionalInfo
}

@media (max-device-width: 768px) and (orientation:landscape) {
    .buAakb label {
        display:flex;
        -webkit-box-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        justify-content: space-between
    }

    .buAakb label>p {
        width: 150px
    }

    .buAakb label>div {
        width: calc(100% - 150px)
    }
}

.iHrUdg,.jpktYD,.llqNuj {
    grid-area: reference/reference/reference/reference;
    display: flex;
    width: 100%
}

@media (max-device-width: 768px) and (orientation:landscape) {
    .jpktYD label {
        display:flex;
        -webkit-box-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        justify-content: space-between
    }

    .jpktYD label>p {
        width: 150px
    }

    .jpktYD label>div {
        width: calc(100% - 150px)
    }
}

.iHrUdg,.llqNuj {
    grid-area: recipientName/recipientName/recipientName/recipientName
}

@media (max-device-width: 768px) and (orientation:landscape) {
    .iHrUdg label {
        display:flex;
        -webkit-box-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        justify-content: space-between
    }

    .iHrUdg label>p {
        width: 150px
    }

    .iHrUdg label>div {
        width: calc(100% - 150px)
    }
}

.llqNuj {
    grid-area: recipientDocumentNumber/recipientDocumentNumber/recipientDocumentNumber/recipientDocumentNumber
}

@media (max-device-width: 768px) and (orientation:landscape) {
    .llqNuj label {
        display:flex;
        -webkit-box-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        justify-content: space-between
    }

    .llqNuj label>p {
        width: 150px
    }

    .llqNuj label>div {
        width: calc(100% - 150px)
    }
}

.GFJAa,.bqdRyU {
    font-weight: 400
}

.bkCRaI::before,.bqdRyU::before {
    content: "*";
    margin-right: 2px;
    color: red
}

.fPfmTq {
    width: 100%;
    grid-area: zipCode/zipCode/zipCode/zipCode;
    display: flex;
    flex-direction: column
}

.fPfmTq>div {
    padding-bottom: 0
}

@media (max-width: 768px) and (orientation:portrait) {
    .fPfmTq {
        display:flex;
        flex-direction: row;
        -webkit-box-align: center;
        align-items: center;
        margin-bottom: 1.5em
    }

    .fPfmTq>div {
        width: 50%
    }
}

@media (max-device-width: 768px) and (orientation:landscape) {
    .fPfmTq,.fPfmTq label {
        display:flex;
        -webkit-box-align: center;
        align-items: center
    }

    .fPfmTq {
        flex-direction: row;
        margin-bottom: 1.5em
    }

    .fPfmTq>div {
        width: calc(100% - 120px)
    }

    .fPfmTq label {
        -webkit-box-pack: justify;
        justify-content: space-between
    }

    .fPfmTq label>p {
        width: 150px
    }

    .fPfmTq label>div {
        width: calc(100% - 150px)
    }
}

.dmMlKK>span,.edemjN {
    text-decoration: underline;
    cursor: pointer
}

.edemjN {
    color: #666;
    font-size: 12px;
    line-height: 17.1428px;
    text-align: left;
    margin-top: 5px;
    margin-bottom: 1.5em;
    margin-left: .5rem
}

@media (max-width: 768px) {
    .edemjN {
        margin:0;
        padding: 1.5em 1em 1em;
        width: 50%;
        max-width: 120px
    }
}

.bkCRaI {
    font-weight: 400
}

.grsaJH {
    display: grid;
    gap: 0 .5em
}

.grsaJH.addFlow {
    grid-template-areas: "zipCode ." "state city" "neighborhood neighborhood" "address address" "number additionalInfo" "reference reference" "recipientName recipientDocumentNumber"
}

@media (max-width: 768px) {
    .grsaJH.addFlow {
        grid-template-areas:"zipCode zipCode" "state city" "neighborhood neighborhood" "address address" "number additionalInfo" "reference reference" "recipientName recipientDocumentNumber"
    }
}

@media (max-device-width: 768px) and (orientation:landscape) {
    .grsaJH {
        width:100%;
        margin: auto
    }

    .grsaJH.addFlow {
        grid-template-areas: "zipCode" "state" "city" "neighborhood" "address" "number" "additionalInfo" "reference" "recipientName" "recipientDocumentNumber"
    }
}

.dmMlKK {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    justify-content: space-between;
    width: 100%;
    margin-top: .5em
}

.dmMlKK>span {
    color: #333
}

@media (max-width: 768px) {
    .dmMlKK {
        flex-flow:row-reverse;
        -webkit-box-pack: end;
        justify-content: flex-end
    }

    .dmMlKK>span {
        padding: 4px .5em 0
    }

    .dmMlKK>span svg {
        fill: #f80032
    }
}

.ktbFdU {
    color: #333;
    font-size: 18px;
    font-weight: 700;
    margin: 1.5em 0;
    text-align: center
}

.kiNLFp {
    width: 50%;
    margin: auto;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    flex-direction: column
}

@media (max-width: 768px) {
    .kiNLFp {
        width:calc(100% - 2em)
    }
}

.ceimHt {
    align-self: center
}

.fIUiIW.error .ldfzZy {
    border: 1px solid red
}

.fIUiIW.disabled .ldfzZy {
    background: #f2f2f2
}

.error__mensagem {
    color: red;
    font-size: 13px;
    padding: 4px;
    text-transform: none;
    display: none
}

.fIUiIW.error .error__mensagem {
    display: block
}

.sc-fbNXWD.ghEVEN {
    cursor: pointer
}

.address_div_ocult {
    display: none;
}


