@import url('https://fonts.googleapis.com/css2?family=Sora:wght@400;600;700&display=swap');

* {
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    -o-font-smoothing: antialiased;
    -ms-font-smoothing: antialiased;
    font-smoothing: antialiased;
    font-smooth: always;
    text-rendering: optimizeLegibility;
    font-size-adjust: 0.49;
    -moz-osx-font-smoothing: grayscale;
}


@import url('https://fonts.googleapis.com/css?family=Inter:300,400,600,700&display=swap');

body {
    font-family: 'Inter', sans-serif !important;
    font-size: 13px;
    padding-top: 0;
    color: #333333;
}

.open-sans-font {
    font-family: 'Inter', sans-serif;
}

@font-face {
    font-family: 'Glyphicons Halflings';

    src: url('../../fonts/glyphicons-halflings-regular.eot');
    src: url('../../fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../../fonts/glyphicons-halflings-regular.woff') format('woff'), url('../../fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
}

@font-face {
    font-family: 'Glyphicons Halflings';

    src: url('../../fonts/glyphicons-halflings-regular.eot');
    src: url('../../fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../../fonts/glyphicons-halflings-regular.woff') format('woff'), url('../../fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
}

b,
strong {
    font-weight: 700;
    font-family: 'Inter', sans-serif !important;
}

.click {
    cursor: pointer;
}

.text-danger {
    color: #a94442;
}

.text-success {
    color: #5cb85c;
}

.text-warning {
    color: #f0ad4e;
}

.text-info {
    color: #51a6e9;
}

.text-white {
    color: #ffffff;
}

.text-date {
    font-size: 11px;
    color: #999999;
}

.input-group .form-control:first-child {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.input-group-addon:last-child {
    border-left: 0;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.input-group {
    position: relative;
    display: table;
    border-collapse: separate;
}

.input-group .form-control {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0;
    display: table-cell;
}

.input-group-addon {
    padding: 6px 12px;
    font-size: 14px;
    font-weight: normal;
    line-height: 1;
    color: #555;
    text-align: center;
    background-color: #eee;
    border: 1px solid #ccc;
    border-radius: 4px;
    width: 1%;
    white-space: nowrap;
    vertical-align: middle;
    display: table-cell;
}

.glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.glyphicon-eye-open:before {
    content: "\e105";
}

.glyphicon-eye-close:before {
    content: "\e106";
}

.padd-form {
    padding: 0 10px 0 0;
}

.input-group-addon:last-child {
    border-left: 0;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.input-group {
    position: relative;
    display: table;
    border-collapse: separate;
}

.input-group .form-control {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0;
    display: table-cell;
}

.input-group-addon {
    padding: 6px 12px;
    font-size: 14px;
    font-weight: normal;
    line-height: 1;
    color: #555;
    text-align: center;
    background-color: #eee;
    border: 1px solid #ccc;
    border-radius: 4px;
    width: 1%;
    white-space: nowrap;
    vertical-align: middle;
    display: table-cell;
}

.glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.glyphicon-eye-open:before {
    content: "\e105";
}

.glyphicon-eye-close:before {
    content: "\e106";
}

.padd-form {
    padding: 0 10px 0 0;
}

.flex-login {
    display: flex;
    justify-content: center;
}

.logo.no-bg {
    background-color: transparent;
}

.login-box {
    display: flex;
    flex-direction: column;
    width: 440px;
    background-color: transparent !important;
}

.bg-white {
    background-color: #ffffff;
    position: relative;
}

.login-box h1 {
    font-size: 30px;
    font-weight: 300;
    margin: 1.7em 0;
    padding: 0;
    font-family: 'Inter', sans-serif;
}

.login-box-btns {
    padding-top: 1em;
    padding-bottom: 1em;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.login-box-btns .btn.btn-success {
    font-weight: bold;
    padding-left: 1.5em;
    padding-right: 1.5em;
    width: 100%;
    border: none;
    background-color: #00c174;
}

.info-box {
    margin: -1em 0;
    background-color: #F5F6FA;
    padding: 1.3em 0 0.5em 0;
    text-align: center;
    display: flex;
    justify-content: space-between;
    padding: 20px 20px;
}

.info-text a {
    text-decoration: underline;
    color: unset;
}


.info-box span.over {
    text-decoration: underline;
}

.link-secondary {
    font-size: 14px;
    color: #555555;
    text-decoration: underline;
}

.copyright {
    background-color: transparent;
    color: #ffffff;
    text-align: center;
    padding: 1em;
}

.copyright a {
    color: #ffffff;
}

.extra {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    max-width: 400px;
}

.extra .as1 {
    color: #ffffff;
    display: flex;
    justify-content: flex-end;
    margin-top: 50px;
    font-size: 14px;
}

.extra .create {
    color: #ffffff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-top: 125px;
    font-size: 24px;
    margin-left: 3em;
}

.extra .create a {
    color: #ffffff;
    font-weight: bold;
}

.logo-mobile {
    background-color: #fd8204;
    justify-content: center;
    align-items: center;
    height: 60px;
    width: 160px;
    margin: 0;
    display: none;
}

.floater-info {
    position: absolute;
    top: 30px;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: #F5F6FA;
    z-index: 10;
    display: none;
    flex-direction: column;
    padding: 3em 3em 4em 3em;
    justify-content: center;
    font-size: 15px;
    min-height: 540px;
}

.floater-info a {
    text-decoration: none;
}

.floater-info p:last-child {
    padding-bottom: 20px;
}

.floater-info .btn-back {
    position: absolute;
    top: 15px;
    right: 15px;
    color: #51a6e9;
    font-size: 13px;
    cursor: pointer;
}

.floater-info .btn-back-link {
    color: #51a6e9;
    font-size: 13px;
    cursor: pointer;
    margin-top: 20px;
}

.floater-info-mobile {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: #ffffff;
    z-index: 10;
    display: none;
    flex-direction: column;
    padding: 7em 3em 0 3em;
    justify-content: flex-start;
    overflow-y: auto;
    font-size: 18px;
}

.floater-info-mobile .btn-back {
    color: #4D6A8E;
    font-size: 15px;
    cursor: pointer;
    text-align: center;
    margin-top: 30px;
}

.floater-info-mobile img {
    max-width: 90px;
}

.floater-info-mobile__title {
    font-family: 'Sora', sans-serif;
    font-size: 22px;
    color: #333333;
    text-align: center;
    width: 88%;
    margin: 0 auto 16px auto;
}

.floater-info-mobile__subtitle {
    font-size: 18px;
    color: #777777;
    text-align: center;
    margin: 0 auto 24px auto;
    width: 88%;
}

.floater-info-mobile__steps {
    border: 1px solid #F5F6FA66;
    background-color: #F5F6FA66;
    border-radius: 12px;
    padding: 20px 14px;
    margin-bottom: 30px;
}

.floater-info-mobile__steps-title {
    font-weight: 600;
    font-size: 16px;
    color: #333333;
    margin: 0 0 12px 0;
}

.floater-info-mobile__step {
    display: flex;
    align-items: flex-start;
    font-size: 14px;
    color: #333333;
    margin-bottom: 12px;
}

.floater-info-mobile__step:last-child {
    margin-bottom: 0;
}

.floater-info-mobile__step-number {
    flex: 0 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 22px;
    height: 22px;
    border-radius: 100%;
    background-color: #FFEDD9;
    color: #FF8A00;
    font-size: 14px;
    font-weight: 600;
    margin-right: 12px;
}

.btn-outline-mobile {
    font-weight: 600;
    color: #4D6A8E;
    background-color: transparent;
    border: 2px solid #C2C2C2;
    border-color: #C2C2C2;
    border-radius: 30px;
    font-size: 20px;
    text-decoration: none;
    padding: 10px 20px;
    display: block;
    width: 100%;
    cursor: pointer;
}

.btn-outline-mobile:hover,
.btn-outline-mobile:active,
.btn-outline-mobile:link {
    color: #4D6A8E;
    background-color: transparent;
    text-decoration: none;
}

.floater-info-mobile__secondary-link {
    display: block;
    text-align: center;
    margin-top: 30px;
    color: #777777;
    font-size: 16px;
    text-decoration: underline;
    cursor: pointer;
}

.floater-info-mobile__secondary-link:focus {
    outline: none;
    color: #777777;
}

body.mobile-redirect .text-center.logo {
    display: none;
}

body.mobile-redirect .login-right-content {
    display: none;
}

body.mobile-redirect #form-login {
    min-height: 100vh;
}

body.mobile-redirect .login-form {
    min-height: 100vh;
}

@media (max-width: 992px) {
    .extra {
        display: none;
    }
}

.logo {
    margin: 40px 0 100px 0
}

@media (max-width: 767px) {
    .logo {
        margin: 30px 0 30px 0
    }


    .container-fluid {
        overflow-x: hidden;
    }

    .flex-login {
        width: 100%;
        flex-direction: column;
        align-items: center;
    }

    .flex-login>.logo {
        display: none;
    }

    .flex-login .login-box {
        width: 100%;
        max-width: 440px;
        padding: 0 15px;
    }

    .flex-login .col-xs-10.col-xs-offset-1 {
        width: 100%;
        margin-left: 0;
    }

    .flex-login .login-box-btns .btn.btn-success {
        white-space: normal;
    }

    .flex-login .info-box {
        padding: 20px 15px;
    }

}

label {
    font-weight: 600;
    font-size: 14px;
    color: #555;
}

.icon-required {
    font-size: 13px;
    color: #f7ad26 !important;
    font-weight: bold;
    padding-left: 2px;
    cursor: help;
}

.form-control {
    font-size: 14px !important;
    background: #fff !important;
    font-family: "Inter", sans-serif;
    color: #333333;
}

.form-control:focus {
    border-color: #FF8200;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(255, 130, 0, .6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(255, 130, 0, .6);
}

.form-group-lg {
    margin-bottom: 1em;
}

.label-title {
    font-size: 20px;
    color: #bbbbbb;
}

.progress {
    height: 10px;
    margin-top: 4px;
}

.has-feedback label~.form-control-feedback {
    top: 42px;
}

.popover {
    width: 200px;
    font-size: 12px;
    color: #777;
}

.popover .popover-content {
    padding: 9px 0 0;
}

.popover .popover-content .progress {
    margin-bottom: 5px;
}

.popover .popover-content hr {
    margin-top: 10px;
    margin-bottom: 10px;
}

.popover .popover-content p {
    margin-bottom: 5px;
    font-size: 11px;
}

.auth .unhappyMessage {
    color: #a94442 !important;
    font-size: 11px;
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
}

.auth .error {
    color: #a94442;
    font-size: 11px;
}

.auth-error-container {
    display: none
}

.submit-button.is-loading:after {
    content: "";
    display: inline-block;
    width: 1em;
    height: 1em;
    margin-left: 8px;
    vertical-align: -0.15em;
    border: 2px solid rgba(255, 255, 255, 0.4);
    border-top-color: #fff;
    border-radius: 50%;
    animation: submit-button-spin 0.7s linear infinite;
}

#do-login.is-loading:after {
    content: none;
    display: none;
}

@keyframes submit-button-spin {
    to {
        transform: rotate(360deg);
    }
}

.browsers img {
    margin: 0 5px;
    width: 70px;
    height: 70px;
}

a.browsers:hover {
    text-decoration: none;
    cursor: pointer;
}

#invalid-browser {
    text-align: center;
    float: initial;
    display: none;
    background-color: #ffffff;
}

.downloads,
.col-sm-2.link {
    display: inline-table;
    margin: 0 auto;
}

#atualizar {
    background-color: #FFFFFF;
    color: #337ab7;
    border: 1px solid #b0b0b0;
}

.h-no-padding {
    padding: 0 !important;
}

.alert {
    border-radius: 0 !important;
}

.spinner {
    margin: 0px auto 0;
    width: 70px;
    text-align: center;
}

.spinner>div {
    width: 10px;
    height: 10px;
    background-color: #ffffff;
    border-radius: 100%;
    display: inline-block;
    -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
    animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}

.spinner .bounce1 {
    -webkit-animation-delay: -0.32s;
    animation-delay: -0.32s;
}

.spinner .bounce2 {
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s;
}

@-webkit-keyframes sk-bouncedelay {

    0%,
    80%,
    100% {
        -webkit-transform: scale(0)
    }

    40% {
        -webkit-transform: scale(1.0)
    }
}

@keyframes sk-bouncedelay {

    0%,
    80%,
    100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

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

body {
    width: 100%;
    height: 100vh;
}

.login-wrap {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100vh;
}

.login-form {
    width: 55%;
    background: white;
    flex-grow: 1;
    min-width: 400px;
    overflow: hidden;
}

.login-right-content {
    display: flex;
    align-items: center;
    justify-content: center;
    /* background: url(/assets/img/imagem-fundo.png); */
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    flex-grow: 1;
    min-width: 400px;
    overflow: hidden;
    width: 45%;
}

.login-right-content .sm-block {
    display: none !important;
}

.text-orange {
    color: #FF8200 !important;
}

.login-right-content.blue {
    background-color: #1A36D8 !important;
}

.login-right-content.atendimento {
    background-color: #FF8200 !important;
}

.login-right-content.atendimento a {
    color: #fff
}

.bg-opcon {
    background: url(/assets/img/imagem-fundo.png);
    background-color: #11170F;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center center;
}

.login-right-content h2 {
    font-size: 40px;
}

.login-right-content .subtitle {
    font-size: 30px;
}

.font-sora {
    font-family: 'Sora', sans-serif !important;
    font-optical-sizing: auto;
}

h1 {
    font-family: 'Sora', sans-serif !important;
    font-size: 30px;
    font-weight: 600;
    color: #161616;
}

h2 {
    font-weight: 600;
    color: #161616;
}

h3 {
    font-family: 'Sora', sans-serif !important;
    color: #161616;
}

.text-14 {
    font-size: 14px;
}

.text-16 {
    font-size: 16px;
}

.text-18 {
    font-size: 18px;
}

.text-20 {
    font-size: 20px;
}

.text-22 {
    font-size: 22px;
}

.text-26 {
    font-size: 26px;
}

.text-33 {
    font-size: 33px;
    font-weight: 600;
}

.text-38 {
    font-size: 38px;
}

.text-light {
    color: #fff !important;
}

.text-italic {
    font-style: italic;
}

.mt-3 {
    margin-top: 25px;
}

.features-wrap {
    /* max-width: 570px; */
    max-width: 640px;

    margin: 0 auto;
    padding: 20px;
    min-height: 310px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.features-wrap h2 {
    margin: 0;
}

.btn-blue {
    /* font-family: 'Sora', sans-serif !important; */
    font-weight: 600;
    color: #fff;
    background-color: #268DF3;
    border-radius: 30px;
    font-size: 18px;
    text-decoration: none;
    padding: 10px 50px;
    display: inline-block;
    margin-top: 15px;
}

.btn-blue:hover {
    color: white;
}

.btn-member:hover,
.btn-member:active,
.btn-member:link {
    text-decoration: none;
    color: rgb(252, 252, 252);
    background-color: #0368f4;
}

.btn-functions {
    font-family: 'Sora', sans-serif !important;
    font-weight: 600;
    color: #fff;
    background-color: #FF8200;
    border: 2px solid #FF8200;
    border-color: #FF8200;
    border-radius: 30px;
    font-size: 20px;
    text-decoration: none;
    padding: 5px 30px;
    display: inline-block;
    margin-top: 15px;
}

.btn-outline-white {
    font-weight: 600;
    color: #fff;
    background-color: transparent;
    border: 2px solid white;
    border-color: white;
    border-radius: 30px;
    font-size: 20px;
    text-decoration: none;
    padding: 5px 30px;
    display: inline-block;
    margin-top: 15px;
    width: fit-content;
    margin: 0 auto;
}

.btn-outline-white:hover {
    color: #fff;
    background-color: transparent;
    text-decoration: none;
}

.btn-outline-white:hover,
.btn-outline-white:active,
.btn-outline-white:link {
    text-decoration: none;
    color: #fff;
}

.btn-opcon {
    font-family: 'Sora', sans-serif !important;
    font-weight: 600;
    color: #11170F;
    background-color: #3AD1D0;
    border: 2px solid #3AD1D0;
    border-color: #3AD1D0;
    border-radius: 30px;
    font-size: 20px;
    text-decoration: none;
    padding: 5px 30px;
    display: inline-block;
    margin-top: 15px;
}

.btn-functions:hover,
.btn-functions:active,
.btn-functions:link {
    text-decoration: none;
    color: rgb(249, 233, 233);
}

.features-wrap h2 {
    line-height: 1.2em;

}

#form-login {
    max-width: 440px;
    margin: 0 auto;
    padding: 10px 20px;
}

.btn-link {
    text-align: center;
    margin: 20px 0;
    width: 100%;
}

.ilustra {
    width: 100%;
}

form {
    margin-top: 30px;
    padding: 15px;
}

button {
    font-size: 16px !important;
}

a {
    color: #5485EC;
    text-decoration: underline;
}

.badge-new {
    background: #F97177;
    padding: 3px 14px;
    border-radius: 18px;
    color: white;
    font-size: 16px;
    position: absolute;
    height: 28px;
    margin: 0;
    display: flex;
    align-items: center;
    right: 15px;
    top: -8px;
}

.relative {
    position: relative !important;
}

.link,
.link:hover {
    color: #5485EC !important;
    font-family: 'Sora', sans-serif !important;
    font-weight: 600;
    text-decoration: none;
    border-bottom: 1px solid;
}

.btn-rounded-green {
    background: #0DF205;
    color: #021049;
    border-radius: 30px;
    padding: 12px 25px;
    text-decoration: none;
    font-weight: bold;
    /* font-style: italic; */
}

.btn-rounded-green:hover,
.btn-rounded-green:focus {
    text-decoration: none !important;
}

.btn-rounded-orange {
    font-weight: 500;
    color: #fff;
    background-color: #FF8200;
    border-radius: 30px;
    font-size: 18px;
    text-decoration: none;
    padding: 8px 30px;
    display: inline-block;
    margin-top: 15px;
    width: fit-content;
    margin: 0 auto;
}

.btn-rounded-orange:hover {
    color: #fff;
    background-color: #ee7b00;
    text-decoration: none;
}

.btn-rounded-orange:hover,
.btn-rounded-orange:active,
.btn-rounded-orange:link {
    text-decoration: none;
    color: #fff;
}

@media (max-width: 650px) {
    #form-login {
        margin: initial;
    }

    .ilustra {
        /* max-width: 300px; */
        max-width: 350px;
        margin-top: 50px;
    }

    .login-right-content {
        min-width: auto;
    }

    .login-form {
        min-width: fit-content;
    }

    .features-wrap h2 br {
        display: none;
    }

    .login-right-content h2 {
        font-size: 30px !important;
    }

    .login-right-content .subtitle {
        font-size: 20px !important;
    }

    .login-right-content .sm-block {
        display: block !important;
    }

}

@media (max-height: 700px) {
    .floater-info-mobile {
        justify-content: flex-start;
        padding: 2em 2em 1.5em 2em;
    }

    .floater-info-mobile__subtitle {
        margin-bottom: 16px;
    }

    .floater-info-mobile__steps {
        margin-bottom: 16px;
    }
}

@media (max-height: 750px) {
    .features-wrap h2.titmain {
        font-size: 30px !important;
    }

    .features-wrap h2 {
        font-size: 22px !important;
    }

    .features-wrap .main-text {
        font-size: 18px !important
    }

    .features-wrap .logo-membros {
        width: 150px !important;
    }

    .features-wrap .btn-member {
        font-size: 18px !important;
    }

}

@media (min-width: 1200px) {
    .login-right-content.atendimento .col-lg-6:nth-of-type(2) {
        border-left: 1px solid #FCE3CB;
    }

}