@font-face {
    font-family: Bold;
    src: url("../font/Helios-Antique/W-Foundry-Helios-Antique-Bold.otf") format("opentype");
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: SemiBold;
    src: url("../font/Helios-Antique/W-Foundry-Helios-Antique-Semi-Bold.otf") format("opentype");
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: Regular;
    src: url("../font/Helios-Antique/W-Foundry-Helios-Antique-Regular.otf") format("opentype");
    font-weight: 400;
    font-style: normal;
}

.register-page {
    background: #fff;
    color: #1d2939;
}

.register-page #v1-navbarDropdown > li:nth-child(n+2):nth-child(-n+8),
.register-page #v1-navbarDropdown #openModalBtn {
    visibility: visible !important;
}

.register-page .navbar-conta-mobile > .v1-nav-item {
    display: list-item !important;
}

.register-page main {
    min-height: 658px;
    padding: 61px 0 24px;
}

.register-page .container-block {
    width: 100%;
    display: flex;
    justify-content: center;
}

.register-page .container-cadastre-se {
    width: 796px;
    max-width: calc(100vw - 32px);
}

.register-page .register-step.is-hidden {
    display: none;
}

.register-page .titulo {
    width: 100%;
    margin: 0 auto 36px;
}

.register-page .titulo h1 {
    margin: 0;
    color: #1d2939;
    font-family: Bold, "Baloo Paaji 2", sans-serif;
    font-size: 34px;
    line-height: 43px;
    text-align: center;
}

.register-page .btn-google {
    display: flex;
    justify-content: center;
    margin-bottom: 36px;
}

.register-page .icon-google {
    width: 100%;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #c7d0de;
    border-radius: 5px;
    background: #fff;
    font-family: "Open Sans", sans-serif;
    font-size: 32px;
    font-weight: 600;
    letter-spacing: -1px;
    line-height: 1;
    text-decoration: none;
    box-shadow: none;
}

.register-page .icon-google.is-disabled {
    opacity: 1;
    pointer-events: none;
}

.register-page .g-blue {
    color: #4285f4;
}

.register-page .g-red {
    color: #db4437;
}

.register-page .g-yellow {
    color: #f4b400;
}

.register-page .g-green {
    color: #0f9d58;
}

.register-page .register-alert {
    margin-bottom: 14px;
    padding: 10px 12px;
    border: 1px solid #fecdca;
    border-radius: 4px;
    background: #fee4e2;
    color: #b42318;
    font-family: Regular, "Open Sans", sans-serif;
    font-size: 13px;
    line-height: 20px;
}

.register-page .checkbox {
    display: flex;
    align-items: center;
    gap: 9px;
    margin-bottom: 18px;
}

.register-page .native-checkbox {
    position: absolute;
    width: 1px;
    height: 1px;
    opacity: 0;
    pointer-events: none;
}

.register-page .checkbox-icon {
    width: 30px;
    height: 30px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 30px;
    margin: 0;
    border: 1px solid #101828;
    border-radius: 3px;
    background: #fff;
    cursor: pointer;
}

.register-page .native-checkbox:checked + .checkbox-icon i::before {
    content: "\f00c";
    font-family: FontAwesome;
    font-style: normal;
    color: #102b5c;
    font-size: 18px;
}

.register-page .checkbox-text {
    margin: 0;
    color: #1d2939;
    font-family: Regular, "Open Sans", sans-serif;
    font-size: 21px;
    line-height: 30px;
    cursor: pointer;
}

.register-page .checkbox-text a {
    color: #3d78bd;
    font-family: SemiBold, "Open Sans", sans-serif;
    text-decoration: underline;
}

.register-page .form-fields {
    width: 100%;
}

.register-page .form-field {
    margin-bottom: 16px;
}

.register-page .form-label {
    margin: 0 0 4px 8px;
    color: #344054;
    font-family: Regular, "Open Sans", sans-serif;
    font-size: 17px;
    line-height: 24px;
}

.register-page .form-input {
    width: 100%;
    height: 40px;
    padding: 0 12px;
    border: 1px solid #667085;
    border-radius: 2px;
    background: #fff;
    color: #1d2939;
    font-family: Regular, "Open Sans", sans-serif;
    font-size: 16px;
    line-height: 22px;
    outline: 0;
}

.register-page .form-input:focus {
    border-color: #344054;
}

.register-page .form-select {
    appearance: none;
    padding-right: 48px;
    background:
        linear-gradient(45deg, transparent 50%, #101828 50%) calc(100% - 24px) 50% / 10px 10px no-repeat,
        linear-gradient(135deg, #101828 50%, transparent 50%) calc(100% - 16px) 50% / 10px 10px no-repeat,
        #fff;
}

.register-page .form-input.is-invalid {
    border-color: #f04438;
}

.register-page .help-block-error {
    min-height: 16px;
    margin: 4px 0 0;
    color: #d92d20;
    font-family: Regular, "Open Sans", sans-serif;
    font-size: 12px;
    line-height: 16px;
}

.register-page .cpf-celular {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
}

.register-page .register-address-step .titulo {
    margin-bottom: 42px;
}

.register-page .endereco-form .form-field {
    margin-bottom: 17px;
}

.register-page .register-address-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
    margin-top: 52px;
}

.register-page .register-address-grid + .form-field {
    margin-top: 18px;
}

.register-page .register-address-actions {
    display: block;
    margin-top: 48px;
}

.register-page .register-address-actions .btn-azul {
    width: 100%;
}

.register-page .register-zipcode-field {
    position: relative;
}

.register-page .register-zipcode-field .form-input {
    padding-right: 54px;
}

.register-page .register-zipcode-search {
    width: 48px;
    height: 40px;
    position: absolute;
    right: 0;
    top: 0;
    border: 0;
    border-left: 0;
    background: transparent;
    color: #101828;
    font-size: 20px;
    line-height: 40px;
    cursor: pointer;
}

.register-page .register-zipcode-search:disabled {
    cursor: not-allowed;
    opacity: 0.6;
}

.register-page .register-zipcode-spinner {
    display: none;
    position: absolute;
    right: 15px;
    top: 11px;
    color: #102b5c;
    font-size: 18px;
}

.register-page .field-register-zipcode.is-loading .register-zipcode-search {
    visibility: hidden;
}

.register-page .field-register-zipcode.is-loading .register-zipcode-spinner {
    display: inline-block;
}

.register-page .checkbox-termos {
    margin-top: 10px;
    margin-bottom: 23px;
}

.register-page .botoes {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
}

.register-page .botoes.register-address-actions {
    display: block;
    grid-template-columns: none;
    gap: 0;
}

.register-page .btn-azul {
    min-height: 43px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    border: 0;
    border-radius: 4px;
    color: #fff;
    font-family: SemiBold, "Open Sans", sans-serif;
    font-size: 20px;
    line-height: 28px;
    text-align: center;
    text-decoration: none;
}

.register-page .btn-azul-escuro {
    background: #102b5c;
}

.register-page .btn-azul-claro {
    background: #3d78bd;
}

.register-page .btn-azul:disabled {
    cursor: not-allowed;
    opacity: 1;
}

.register-page .loader {
    width: 20px;
    height: 20px;
    border: 3px solid rgba(255, 255, 255, 0.55);
    border-top-color: #fff;
    border-radius: 50%;
    animation: registerSpin 0.8s linear infinite;
}

@keyframes registerSpin {
    to {
        transform: rotate(360deg);
    }
}

.register-page .footer.f1-footer {
    margin-top: 0;
}

@media screen and (max-width: 767px) {
    .register-page main {
        min-height: 0;
        padding: 42px 0 64px;
    }

    .register-page .container-cadastre-se {
        width: 348px;
    }

    .register-page .titulo h1 {
        font-size: 28px;
        line-height: 36px;
    }

    .register-page .cpf-celular,
    .register-page .botoes,
    .register-page .register-address-grid {
        grid-template-columns: 1fr;
    }

    .register-page .register-address-grid {
        gap: 0;
        margin-top: 22px;
    }

    .register-page .register-address-actions {
        margin-top: 30px;
    }

    .register-page .checkbox-text,
    .register-page .btn-azul {
        font-size: 16px;
        line-height: 24px;
    }
}
