@font-face {
    font-family: 'Segoe UI';
    src: url('../fonts/SegoeUI-Italic.woff2') format('woff2'), url('../fonts/SegoeUI-Italic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Segoe UI';
    src: url('../fonts/SegoeUI-BoldItalic.woff2') format('woff2'), url('../fonts/SegoeUI-BoldItalic.woff') format('woff');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Segoe UI';
    src: url('../fonts/SegoeUI-Bold.woff2') format('woff2'), url('../fonts/SegoeUI-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Segoe UI';
    src: url('../fonts/SegoeUI.woff2') format('woff2'), url('../fonts/SegoeUI.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Barlow';
    src: url('../fonts/Barlow-Bold.woff2') format('woff2'),
        url('../fonts/Barlow-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Barlow';
    src: url('../fonts/Barlow-Black.woff2') format('woff2'),
        url('../fonts/Barlow-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Barlow Condensed';
    src: url('../fonts/BarlowCondensed-Medium.woff2') format('woff2'),
        url('../fonts/BarlowCondensed-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Barlow';
    src: url('../fonts/Barlow-SemiBold.woff2') format('woff2'),
        url('../fonts/Barlow-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Barlow';
    src: url('../fonts/Barlow-Regular.woff2') format('woff2'),
        url('../fonts/Barlow-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Barlow Semi Condensed';
    src: url('../fonts/BarlowSemiCondensed-Thin.woff2') format('woff2'),
        url('../fonts/BarlowSemiCondensed-Thin.woff') format('woff');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Barlow Semi Condensed';
    src: url('../fonts/BarlowSemiCondensed-Bold.woff2') format('woff2'),
        url('../fonts/BarlowSemiCondensed-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Barlow';
    src: url('../fonts/Barlow-ExtraBold.woff2') format('woff2'),
        url('../fonts/Barlow-ExtraBold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Barlow';
    src: url('../fonts/Barlow-Medium.woff2') format('woff2'),
        url('../fonts/Barlow-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Barlow Semi Condensed';
    src: url('../fonts/BarlowSemiCondensed-Black.woff2') format('woff2'),
        url('../fonts/BarlowSemiCondensed-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Barlow';
    src: url('../fonts/Barlow-Thin.woff2') format('woff2'),
        url('../fonts/Barlow-Thin.woff') format('woff');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Barlow Semi Condensed';
    src: url('../fonts/BarlowSemiCondensed-Medium.woff2') format('woff2'),
        url('../fonts/BarlowSemiCondensed-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

html,
body {
    height: 100%;
}

body {
    display: flex;
    align-items: center;
    padding-top: 40px;
    padding-bottom: 40px;
    background: transparent url('../images/garrafa-corona.png') 0% 0% no-repeat padding-box;
    background-size: cover;
    background-position: center;
}

:focus {
outline: 0;
}


/* Login */

.form-signin input::-webkit-input-placeholder {
    /* Edge */
    color: #707070;
}

.form-signin input:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #707070;
}

.form-signin input::placeholder {
    color: #707070;
}

.form_white {
    width: 500px;
    height: 500px;
    padding: 60px;
    font: normal normal bold 23px/45px Barlow;
    letter-spacing: 0px;
    color: #000000;
    text-align: left;
}

.form-floating input {
    border: 0px;
}

.base {
    display: flex;
    justify-content: flex-end;
    width: 855px;
    background: white;
}

.bg-green {
    width: 50%;
    display: grid;
    height: 100%;
    text-align: center;
    padding: 0 4% 2% 23%;
    background: #0B233F;
    position: absolute;
    left: 0;
    top: 0;
    align-content: space-between;
    line-height: 150px;
}

.bg-green img {
    margin: 0 auto;
}

.login_name {
    font-weight: normal;
    font-style: normal;
    font-size: 23px;
    line-height: 23px;
    font-family: 'Segoe UI';
    letter-spacing: 0px;
    color: #000000;
    text-align: center;
    margin-top: 40px;
    display: grid;
    justify-content: center;
    justify-items: center;
}

.terms_name a {
    font-weight: normal;
    font-style: normal;
    font-size: 23px;
    line-height: 23px;
    font-family: 'Barlow';
    text-align: center;
    letter-spacing: 0px;
    color: #FEC52E;
}

.form-signin {
    width: 100%;
    max-width: 650px;
    height: auto;
    padding: 0px;
    margin: auto;
    background: #fff;
    color: #000000;
}

.form-signin .checkbox {
    font-weight: 400;
}

.form-signin .form-floating:focus-within {
    z-index: 2;
}

.form-signin input[type="text"],
.form-signin input[type="email"] {
    height: 40px;
    border-radius: 0px;
    border-bottom: 2px solid #707070;
    color: #707070;
    margin-bottom: 10px;
    text-align: left;
    font: normal normal 400 14px/12px Segoe UI;
    letter-spacing: 0px;
    color: #707070;
    border-left: 0px;
    border-right: 0px;
    border-top: 0px;
    padding-left: 5px;
}

.form-signin input[type="password"] {
    border-radius: 0px;
    border-bottom: 2px solid #707070;
    color: #707070;
    margin-bottom: 10px;
    text-align: left;
    font: normal normal 400 14px/12px Segoe UI;
    letter-spacing: 0px;
    color: #707070;
    border-left: 0px;
    border-right: 0px;
    border-top: 0px;
    height: 40px;
    padding-left: 5px;
}

.form-floating>label {
    padding-left: 0px;
    font-weight: 600;
}

.form-floating>.form-control:focus,
.form-floating>.form-control:not(:placeholder-shown) {
    padding-top: 2.825rem;
    padding-bottom: 1rem;
    padding-left: 5px;
}

.esqueci a {
    text-align: left;
    text-decoration: underline;
    padding-top: 20px;
    font: normal normal normal 19px/17px Barlow;
    letter-spacing: 0px;
    color: #000000;
}

.bt_green {
    width: auto;
    height: 46px;
    background: #FEC52D;
    line-height: 0px;
    color: #0B233F;
    margin-top: 10px;
    border-radius: 4px;
    padding: 0 27px;
    font: normal normal bold 18px/16px Barlow;
}

.bt_green:hover {
    background: #0B233F;
    color: #FEC52D;
}

.aviso {
    font: normal normal bold 13px/12px Segoe UI;
    letter-spacing: 0px;
    color: #707070;
    padding-top: 40px;
}

.aviso a {
    color: #707070;
}

.seta-right-round {
    position: absolute;
    margin-left: 0;
    margin-top: 200px;
    left: 47.78%;
    width: 72px;
}


/* Esqueci */

.modal-dialog {
    max-width: 705px;
    margin: 18.60rem auto;
}

.modal-title {
    margin-bottom: 0;
    line-height: 1.5;
    margin: 0 auto;
}

.esqueci_header {
    color: #0B233F;
    font: normal normal bold 18px/12px Barlow;
    letter-spacing: 0px;
    text-transform: uppercase;
}

.modal-header {
    border-bottom: 0px solid #dee2e6;
    background: #FEC52D;
    border-radius: 0px;
}

.modal-body p {
    text-align: center;
    line-height: 21px;
    font: normal normal normal 16px/20px Barlow;
    letter-spacing: 0px;
    color: #000000;
}

.esqueci_body {
    position: relative;
    flex: 1 1 auto;
    padding: 1.8rem 9rem 0rem 9rem;
}

.text-left {
    text-align: left;
}

.esq_email {
    text-align: left;
    margin-top: 40px;
    margin-bottom: 40px;
    font: normal normal bold 16px/12px Barlow;
    letter-spacing: 0px;
    color: #000000;
    opacity: 1;
}

.esq_email input {
    border-left: 0px;
    border-top: 0px;
    border-right: 0px;
    border-bottom: 2px solid;
    border-radius: 0px;
    padding-left: 0px;
    text-align: left;
    margin-top: 10px;
    font: normal normal normal 16px/22px Barlow;
    letter-spacing: 0px;
    color: #000000;
}

.esq_email input::-webkit-input-placeholder {
    /* Edge */
    color: #000000;
}

.esq_email input:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #000000;
}

.esq_email input::placeholder {
    color: #000000;
}

.modal-footer {
    display: flex;
    flex-shrink: 0;
    align-items: center;
    justify-content: center;
    padding: .75rem;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
    border-top: 0px solid #dee2e6;
    align-content: flex-end;
    padding-bottom: 24px;
}

.modal-content {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 0px solid rgba(0, 0, 0, .2);
    border-radius: 0px;
    outline: 0;
}

.participe {
    width: 316px;
    height: 39px;
    background: #FEC52D;
    margin: 0 auto;
    padding: 10px;
    margin-bottom: 10px;
}

.participe p{
    text-align: left;
    font: normal normal bold 22px/16px Barlow;
    letter-spacing: 0px;
    color: #0B233F;
    text-align: center;
}

.text_p {
    text-align: left;
    font: normal normal normal 20px/22px Barlow;
    padding-left: 0px;
    padding-right: 0px;
    margin-bottom: 80px!important;
    width: 278px;
    height: 112px;
    margin: 0px auto;
    color: #fff;
}

.login_span {
    font: normal normal bold 42px/41px Barlow;
    border: 3px solid #FEC52E;
    padding: 10px 20px 10px 20px;
    width: 158px;
    color: #FEC52E;
}

.primeiro_acesso{
    font: normal normal bold 20px/16px Barlow;
    letter-spacing: 0px;
    color: #000000;
    display: flex;
    padding-top: 35px;
}

.primeiro_acesso a {
    color: #000000;
    text-decoration: none;
    padding-left: 5px;
}

.text-red-600{
    margin: 0;
}

.text-red-600 li {
    font-size: 15px;
    line-height: 16px;
}

.termos_header{
    background-color: #05A275;
}

.modal-dialog-terms {
    max-width: 1060px !important;
    margin: 4.6rem auto !important;
}

.box_termos {
    width: 992px;
    height: 420px;
    background: #EBEBEB 0% 0% no-repeat padding-box;
    border: 1px solid #AFAFAF;
    opacity: 1;
    margin: 0 auto;
    margin-bottom: 30px;
    padding: 20px;
    overflow: auto;
}

.box_termos p{
    text-align: left;
    font: normal normal normal 14px/19px Segoe UI;
    letter-spacing: 0px;
    color: #0E0E0F;
}

.titulo_termos{
    width: 100%;
    height: 70px;
    padding-left: 30px;
    padding-top: 30px;
}

.titulo_termos h3{
    text-align: left;
    font: normal normal 600 20px/17px Segoe UI;
    letter-spacing: 0px;
    color: #05A275;
    opacity: 1;
}

.footer_termos {
    background: #FFFFFF;
    margin-top: 40px;
    margin-bottom: 25px;
}

.btn_termos{
    width: 157px;
    height: 36px;
    background: #12A869 0% 0% no-repeat padding-box;
    border-radius: 4px;
    opacity: 1;
    font: normal normal 600 14px/12px Segoe UI;
    letter-spacing: 0px;
    color: #FFFFFF;
    cursor: pointer;
}


.btn_termos:hover{
    color: #FFFFFF;
}

.container {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font: normal normal normal 14px/19px Segoe UI;
    letter-spacing: 0px;
    color: #0E0E0F;
}

.container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 17px;
    width: 17px;
    background-color: #eee;
    border-radius: 50%;
}

.container:hover input ~ .checkmark {
    background-color: #ccc;
}

.container input:checked ~ .checkmark {
    background-color: #ffffff;
    border: 1px solid #b9afaf;
}

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.container input:checked ~ .checkmark:after {
    display: block;
}

.container .checkmark:after {
    top: 4px;
    left: 4px;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #05a275;
}

.radio_bs {
    background-color: #fff;
    text-align: left;
    padding-left: 34px;
    margin-bottom: 15px;
}

.box_termos::-webkit-scrollbar {
    width: 8px;
}

.box_termos::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey;
    border-radius: 10px;
}

.box_termos::-webkit-scrollbar-thumb {
    background: #BABABA;
    border-radius: 10px;
}

.box_termos::-webkit-scrollbar-thumb:hover {
    background: #BABABA;
}

.resp_terms{
    display: none;
    padding-top: 20px;
}

.resp_terms a {
    font-weight: normal;
    font-style: normal;
    font-size: 13px;
    line-height: 12px;
    font-family: 'Segoe UI';
    letter-spacing: 0px;
    color: #05a275;
    text-align: center;
    text-decoration: none;
}

#termosModalLabel{
    font: normal normal 600 16px/12px Segoe UI;
    letter-spacing: 0px;
    color: #FFFFFF;
}

.error {
    color: rgb(204, 79, 79);
    font: normal normal normal 13px/15px Segoe UI;
    height: 25px;
}

.content-logo-powered-by {
    width: 100px;
    height: 60px;
    display: grid;
    justify-items: start;
    align-content: center;
    margin: 0 auto;
}

.content-logo-powered-by span {
    line-height: 20px;
    font-size: 9px;
    color: #FEC52D;
}

.content-logo-powered-by a{
    line-height: 0;
}

.content-logo-bees{
    padding-top: 125px;
}

.mobile-logo{
    display: none;
}

@media screen and (max-width:1024px) {
    .bg-green {
        padding: 0 4% 2% 5%;
    }

    .seta-right-round {
        position: absolute;
        margin-left: 0;
        margin-top: 200px;
        left: 45.78%;
        width: 72px;
    }

    .base {
        display: flex;
        justify-content: flex-end;
        width: 830px;
        background: white;
    }
}

@media screen and (max-width:768px) {
    .bg-green {
        padding: 0;
    }

    .seta-right-round {
        position: absolute;
        margin-left: 0;
        margin-top: 200px;
        left: 44.78%;
        width: 72px;
    }
}

@media screen and (max-width: 680px) {
    .modal-dialog {
        max-width: 605px;
        margin: 11.6rem auto;
    }
    .seta-right-round {
        display: none;
    }
    .esqueci_body {
        position: relative;
        flex: 1 1 auto;
        padding: 1.8rem 2rem 0rem 2rem;
    }
}

@media screen and (max-width: 500px) {
    .bg-green {
        display: none;
    }
    .seta-right-round {
        display: none;
    }

    .base {
        display: flex;
        justify-content: flex-end;
        width: 100%;
        background: white;
    }

    .primeiro_acesso {
        font: normal normal bold 16px/16px Barlow;
    }

    .esqueci a {
        text-align: left;
        text-decoration: underline;
        padding-top: 20px;
        font: normal normal normal 15px/17px Barlow;
        letter-spacing: 0px;
        color: #000000;
    }

    .mobile-logo {
        display: grid;
        float:right;
        margin-right: 5px;
    }

    .mobile-logo span {
        line-height: 10px;
        font-size: 9px;
    }

    .form_white {
        height: 440px;
        padding-bottom: 0px;
    }

    .espaco-linha{
        line-height: 15px;
    }
}

@media screen and (max-width:1024px){
    .box_termos {
        width: 92%;
        height: 400px;
        background: #EBEBEB 0% 0% no-repeat padding-box;
        border: 1px solid #AFAFAF;
        opacity: 1;
        margin: 0 auto;
        margin-bottom: 30px;
        padding: 20px;
        overflow: auto;
    }

    .modal-dialog-terms {
        max-width: 90% !important;
        margin: 4.6rem auto !important;
    }

    .resp_terms{
        display: block;
    }
}

@media screen and (max-width: 400px){
    .modal-dialog-terms {
        max-width: 90% !important;
        margin: 2.6rem auto !important;
    }

    .box_termos {
        width: 94%;
        height: 250px;
        background: #EBEBEB 0% 0% no-repeat padding-box;
        border: 1px solid #AFAFAF;
        opacity: 1;
        margin: 0 auto;
        margin-bottom: 30px;
        padding: 20px;
        overflow: auto;
    }

    .container{
        padding-left: 34px;
    }
}


.valid_cadastro {
    text-align: left;
    margin-top: 40px;
    margin-bottom: 5px;
    font: normal normal bold 16px/12px Barlow;
    letter-spacing: 0px;
    color: #000000;
    opacity: 1;
    display: grid;
    justify-items: start;
}

.valid_cadastro input {
    border-left: 0px;
    border-top: 0px;
    border-right: 0px;
    border-bottom: 2px solid;
    border-radius: 0px;
    padding-left: 0px;
    text-align: left;
    margin-top: 10px;
    font: normal normal normal 16px/22px Barlow;
    letter-spacing: 0px;
    color: #000000;
}

.valid_cadastro input::-webkit-input-placeholder {
    /* Edge */
    color: #000000;
}

.valid_cadastro input:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #000000;
}

.valid_cadastro input::placeholder {
    color: #000000;
}

.cnpj_body {
    position: relative;
    flex: 1 1 auto;
    padding: 1.8rem 3rem 0rem 3rem;
    text-align: left;
    margin-bottom: 50px;
}

.valid_msg{
    font: normal normal normal 16px/22px Barlow;
    letter-spacing: 0px;
    color: #000000;
}

.botoes_base{
    width: 100%;
    padding-left: 40px;
    padding-right: 40px;
    display: flex !important;
    justify-content: space-between;
}

.voltar img{
    margin-right: 5px;
}

.prosseguir img{
    margin-left: 5px;
}

.voltar{
    cursor: pointer;
}

.prosseguir{
    cursor: pointer;
}

#cadastro-2 div{
    display: block;
}

#cadastro-2 div.current{
    display: block;
    border: 1px solid red;
}

.tooltip{
    width: 16px;
    height: 16px;
    background: #000000 0% 0% no-repeat padding-box;
    color: white;
}

.valid_cadastro label {
    display: flex !important;
    align-items: center !important;
}

.pdv-info-img{
    margin-left: 5px;
}

.pdv-msg {
    width: 260px;
    height: 40px;
    background: #E8E8E8 0% 0% no-repeat padding-box;
    position: absolute;
    left: 30%;
    margin-top: -15px;
    color: var(--unnamed-color-000000);
    text-align: left;
    font: normal normal normal 14px/14px Barlow;
    letter-spacing: 0px;
    color: #000000;
    padding: 7px;
    display: none;
}

.nao_disponivel{
    display: none;
}

.cadastro_existe{
    display: none;
}

.ok_cnpj{
    display: none;
}

.bt_valida_cnpj{
    display: flex;
    align-items: center;
}

.feedback-icon-error {
    position: absolute;
    margin-top: 31px;
    right: 60px;
    display: none;
}

.feedback-icon-success{
    position: absolute;
    margin-top: 31px;
    right: 60px;
    display: none;
}

.modal-footer-cnpj {
    display: flex;
    flex-shrink: 0;
    align-items: center;
    justify-content: space-between;
    padding: 0.75rem;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
    border-top: 0px solid #dee2e6;
    align-content: flex-end;
    padding-bottom: 24px;
    margin-right: 20px;
}


.text-sm{
    font-size: 15px;
}

.msg-redefinir {
    font: normal normal normal 16px/22px Barlow;
    display: none;
    float: right;
    margin-right: 15px;
}

.msg-redefinir a{
    color: rgb(3, 3, 3);
}

.msg-whatsapp{
    display: none;
    font: normal normal normal 16px/22px Barlow;
}

.base-cad{
    display: none;
}

.instrucoes{
    font: normal normal bold 20px/22px Barlow;
}

.cpf_cnpj_label span{
    padding-left: 5px;
}

.clique_cpf, .clique_cnpj{
    padding-left: 35px;
    font: normal normal bold 16px/12px Barlow;
    letter-spacing: 0px;
    color: #000000;
}

.clique_cpf a, .clique_cnpj a{
    color: #000000;
}

.clique_cnpj{
    display: none;
}
@media screen and (max-width:500px){
    body {
        background-position: right;
    }
}
