.header-checkout {
    height: 335px !important;
    padding: 0 !important;
    position: relative;
}
.header-checkout-content {
    width: 1110px;
    margin: 0 auto;
    height: 100%;
}
.header-checkout-titulo {
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: center;
    align-self: center;
}
.checkout-cover {
    background-image: url("../img/imagem-checkout.jpg");
    background-size: cover;
    width: 50%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
}
.header-checkout-titulo p {
    font-family: "Source Sans Pro", sans-serif;
}
section.planos-selecao .plano {
    width: 100%;
}
.checkout-container {
    display: flex;
    justify-content: space-between;
    width: 100%;
}
.checkout-left {
    width: 45%;
    max-width: 465px;
}
.checkout-right {
    width: 45%;
    max-width: 465px;
}
.checkout-container .preco_plano {
    padding-bottom: 0px !important;
}
.checkout-container .detalhe_plano,
.checkout-container .head_plano {
    height: fit-content;
    min-height: fit-content !important;
}
.checkout-container {
    margin-bottom: 60px;
}
.checkout-container .subtitulo_plano {
    height: fit-content !important;
    letter-spacing: -0.01em;
    line-height: 24px;
    font-weight: 200;
}
.checkout-container .preco_plano {
    font-size: 11px !important;
    letter-spacing: 0.01em;
    display: flex;
    align-items: center;
}
.checkout-container .preco_plano .valor {
    font-size: 35px !important;
    margin: 0 10px;
}
.checkout-right .login-form {
    border-bottom: 1px solid #cecece;
    margin-bottom: 50px;
}
.checkout-right input,
.checkout-right select {
    max-width: 100%;
    padding: 18px 32px;
    border: 1px solid #c1c1c1;
    border-radius: 50px;
    font-family: "Dosis", sans-serif;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0.01em;
    color: #333;
    width: calc(100% - 64px);
}
.checkout-right select {
    width: 100%;
    appearance: none;
    background-image: url("../img/svg/arrow-down-menu.svg");
    background-repeat: no-repeat;
    background-position: center right 25px;
}
.checkout-right.forgot {
    font-family: "Dosis", sans-serif;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.01em;
    color: #0f68b9;
    margin-bottom: 20px;
    display: block;
}
.checkout-right submit,
.login-form input[type="submit"] {
    border: 2px solid #0f68b9;
    color: #0f68b9;
    font-family: "Dosis", sans-serif;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0.01em;
    padding: 16px 32px;
    border-radius: 50px;
    display: block;
    width: fit-content;
    font-weight: bold;
    margin-bottom: 40px;
}
.checkout-right submit,
.checkout-right input[type="submit"] {
    padding: 18px 16px;
    width: 100%;
    font-weight: 600;
}
.checkout-right submit,
.checkout-right input[type="submit"] {
    background-color: #0f68b9;
    color: #fff;
}
.checkout-right h2 {
    font-family: "Dosis", sans-serif;
    font-weight: bold;
    font-size: 18px;
    line-height: 28px;
    text-transform: uppercase;
    color: #333;
    margin-bottom: 15px;
}
.checkout-right .linha-fina {
    font-family: "Dosis", sans-serif;
    font-size: 15px;
    line-height: 24px;
    color: #333;
    margin-bottom: 20px;
    display: block;
}
.checkout-right .forgot {
    font-family: "Dosis", sans-serif;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.01em;
    color: #0f68b9;
    margin-bottom: 20px;
    display: block;
}
.checkout-cadastro form, .dados-faturamento form {
    padding-bottom: 15px;
    border-bottom: 1px solid #cecece;
    margin-bottom: 20px;
}
.checkout-cadastro a, .dados-faturamento a {
    color: #0f68b9;
}
.checkout-cadastro input, .dados-faturamento input {
    margin-bottom: 15px;
}
.checkout-cadastro .two-columns, .dados-faturamento .two-columns {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
}
.checkout-cadastro .two-columns input, .dados-faturamento .two-columns input {
    max-width: calc(40% - 64px);
    margin-bottom: 0px;
}
.checkout-cadastro .two-columns p, .dados-faturamento .two-columns p {
    font-family: "Dosis", sans-serif;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.01em;
    color: #333;
    font-weight: 600;
    margin-bottom: 0px;
}
.checkout-cadastro .two-columns select, .dados-faturamento .two-columns select{
    max-width: 46%;
}
.checkout-cadastro select.with-margin {
    margin-bottom: 30px;
}
.avisos {
    font-family: "Dosis", sans-serif;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 0.01em;
    color: #333;
}
.avisos a {
    font-weight: bold;
    color: #0f68b9;
}
@media screen and (max-width: 1110px) {
    .header-checkout-content {
        width: 100%;
        order: 2;
    }
    .checkout-container {
        flex-direction: column;
    }
    .header-checkout {
        display: flex;
        flex-direction: column;
        height: fit-content !important;
        background: transparent;
    }
    .checkout-cover {
        width: 100%;
        position: relative;
        height: calc(100vw * 0.5625);
        order: 1;
    }
    .header-checkout-titulo {
        padding: 54px 34px;
    }
    .checkout-left,
    .checkout-right {
        width: 100%;
        max-width: 100%;
    }
    .checkout-left {
        margin-bottom: 60px;
    }
    section.planos-selecao {
        padding: 30px 34px;
        width: calc(100% - 68px);
    }
    .novo-breadcrumb .breadcrumb {
        margin-left: 34px;
    }
    .logo_plano {
        display: none;
    }
    section.planos-selecao .detalhe_plano {
        padding-left: 34px;
        width: 100%;
    }
    section.planos-selecao .itens_planos h5 {
        padding: 30px;
    }
    section.planos-selecao .itens_planos p {
        padding-left: 50px;
    }
    section.planos-selecao .itens_planos h5.check:before {
        margin-left: 0px;
        margin-right: 10px;
    }
    .checkout-container .preco_plano {
    }
    .checkout-cadastro .two-columns select {
        max-width: 48%;
    }
    .checkout-cadastro .two-columns input {
        max-width: calc(48% - 64px);
    }
    .checkout-cadastro .two-columns p {
        margin-right: 0;
        max-width: 40%;
    }
    section.planos-selecao .detalhe_plano .preco_e_botao {
        width: 100%;
        margin-bottom: 30px;
    }
}


.checkout-sucesso  {max-width: 466px; color: #333; display: none;}
.checkout-sucesso .checkout-header {display: flex; justify-content: space-between;  padding-bottom: 44px; border-bottom: 1px solid #cecece; margin-bottom: 33px;}
.checkout-plano-img {width: 64px; height: 64px; display: block; margin-right: 29px;}
.checkout-sucesso h2, .checkout-sucesso h3 {font-family: 'Dosis', sans-serif; font-weight: bold; font-size: 18px; letter-spacing: 0.01em; text-transform: uppercase; margin-bottom: 5px;}
.checkout-sucesso h3 {margin-bottom: 60px;}
.checkout-sucesso p, .checkout-sucesso span {font-family: 'Dosis', sans-serif; font-size: 16px; letter-spacing: -0.01em;  }
.checkout-sucesso .checkout-header p {margin-bottom: 0px;}
.checkout-sucesso .dados {margin-bottom: 20px;}
.checkout-sucesso .dados span:first-child {display: inline-block; min-width: 109px;}
.checkout-sucesso hr {margin: 33px 0}
.checkout-sucesso .label {font-family: 'Dosis', sans-serif; font-weight: bold;}
.checkout-sucesso .two-columns {display: flex; justify-content: space-between;}
.checkout-sucesso .two-columns .dados {width: 48%;}
.checkout-sucesso .parcelamento .label {display: inline-block; min-width: 221px;}


.checkout-boletos {list-style-type: none; width: 100%; display: none;}
.checkout-boletos li {display: flex; width: 100%; align-items: center; justify-content: space-between; font-family: 'Dosis', sans-serif; border-bottom: 1px solid #cecece; padding-bottom: 22px; margin-bottom: 22px;}
.checkout-boletos .botao, .checkout-container .botao{background-color: #333; border-radius: 50px; padding: 16px 60px; font-family: 'Dosis', sans-serif; color: #FFF; font-size: 16px; line-height: 20px; letter-spacing: 0.01em; font-weight: bold; text-decoration: none; display: block;}

.checkout-basico select.parcelas {margin-bottom: 20px;}

.checkout-right input.erro {color: red; border-color: red;}

.carregando:before {
    content: " ";
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0,0,0,0.3);
    background-image: url('../img/svg/loading.svg');
    background-repeat: no-repeat;
    background-size: 200px;
    background-position: 50%;
    z-index: 10;
}
/* Novo */
.checkout-step1 .login-form, .checkout-step1 .checkout-cadastro {display: none;}
.tipo-usuario h2 {margin-bottom: 20px;}
.tipo-usuario .botoes {display: flex; flex-direction: column; justify-content: space-between; row-gap: 20px;}
.tipo-usuario .botoes a {margin-left: 0; background: #1068b8; color: #FFF; width: calc(100% - 64px);}
.tipo-usuario p, .checkout-cadastro p, .dados-faturamento p, .forma-pagamento p{font-family: 'Dosis', sans-serif; margin-bottom: 20px;}
.checkout-cadastro {position: relative;}
.checkout-cadastro .fased .cadastro-step {display: none;}
.checkout-step1 .stepes {bottom: -8px; top: auto !important;}
.checkout-cadastro .fased .cadastro-step.current {display: block;}
.lista-produtos {background-color: #efefef; color: #333; height: fit-content;}
.carrinho .checkout-container {column-gap: 5%;}
.lista-produtos {flex-direction: column; display: flex; padding: 20px; font-family: 'Dosis', sans-serif;}
    .lista-produtos h2 {margin-bottom: 10px; text-transform: uppercase;}
.item-carrinho {border-top: 2px solid #333; display: grid; padding: 20px 0; column-gap: 20px; align-items: center; grid-template-columns: 64px 40% auto auto; margin-bottom: 20px;}
    .item-carrinho div {height: fit-content;}
.resumo-pedido {align-self: flex-end;}
.container-qtd, .container-preco {display: flex; justify-items: center; flex-direction: column; align-items: center; row-gap: 5px;}
    .container-qtd input {width: 40px; text-align: center;}
.container-preco {align-items: flex-start;}
    .container-preco span.preco {font-size: 1.2em}
.dados-item p {font-size: 0.8em; margin-bottom: 0px;}
.lista-produtos h3 {text-transform: uppercase; margin-bottom: 5px;}
.resumo-container {display: grid; grid-template-columns: auto auto; grid-gap: 5px; column-gap: 10px;}
    .resumo-container span {text-align: right;}
    .resumo-container .valor-total {font-weight: bold;}
.item-carrinho .remover-item {font-size: 0.7em; color: red}

a.voltar {text-decoration: none; display: flex; align-items: center; color: #156cbb; margin-bottom: 15px; text-transform: uppercase; font-family: 'Dosis', sans-serif; font-size: 0.8em;}
a.voltar:before {
    width: 31px;
    height: 10px;
    display: block;
    content: " ";
    background-image: url(../img/svg/arrow-blue.svg);
    background-size: 100%;
    transform: rotate(180deg);
    margin-right: 5px;
    margin-top: 2.5px;
}
.checkout-right .login-form {border-bottom: none;}

.element-qtd {display: flex; justify-content: space-between; align-items: center; column-gap: 10px;}
.element-qtd .minus, .element-qtd .plus {content: " ";
    display: block;
    width: 12px;
    height: 6px;
    background: url(../img/svg/arrow-up-menu.svg) no-repeat;
    transition: all ease 0.1s;
    transform: rotate(0deg);
}
.element-qtd .plus {transform: rotate(180deg);}
.element-qtd-display {font-weight: bold;}

.item-desconto .preco {text-decoration: line-through;}

.nenhum-container {width:100%}
.nenhum-item {font-weight: normal;}

.desconto-alerta-container {width: 100vw;height: 100vw;position: fixed;top: 0;left:0; display: flex; justify-content: center; z-index: 100; }
.desconto-alerta-bg {position: absolute; width: 100%; height: 100%; z-index: 90; background-color: rgba(0,0,0,0.3);}
.desconto-alerta {
    margin-top: 10vh;
    background: #FFF;
    height: fit-content;
    z-index: 100;
    border-radius: 20px;
    padding: 60px}
.desconto-alerta .botao {background-color: #0f68b9; border-color: #0f68b9; padding: 18px 60px; width: fit-content; border-radius: 20px; color: #FFF;text-transform: uppercase; display: block;
    text-decoration: none;
    font-family: 'Source Sans Pro', sans-serif;
    margin: 0 auto;
    font-weight: bold;}
.desconto-alerta p {
    font-family: 'Dosis', sans-serif;
    margin-bottom: 30px;
    text-align: center;
}
.desconto-alerta p:last-child {
    margin-bottom: 60px;
}
.desconto-alerta h2 {
    font-family: 'Dosis', sans-serif;
    text-transform: uppercase;
    margin-bottom: 30px;
    text-align: center;
}
.checkout-right input {width: calc(100% - 64px);}
.checkout-right input[type="submit"]  {width: 100%;}

.checkout-right input.error {
    border: 1px solid red;
}
label.error {
    color: red;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 0.8em;
    margin-top: -10px;
    margin-bottom: 10px;
    display: block;
}
.lista-itens {font-family: 'Source Sans Pro', sans-serif;}
.cadastro-step-3 .erro {display: none;}

/* side produto */
.side-produto-link .bloco-oferta, .side-produto-link .blocos .bloco-oferta {
    background: #ebebeb;
    padding: 50px 45px;
    margin-bottom: 23px;
}

.side-produto-link .bloco h3, .side-produto-link .blocos .bloco h3 {
    font-size: 24px;
    font-family: 'Dosis', sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 28px;
    display: flex;
    flex-direction: column;
    color: #fff;
    letter-spacing: 0.05em;
}

.side-produto-link p {font-family: 'Source Sans Pro', sans-serif;
margin-bottom: 30px; color: #FFF !important;}

.side-produto-link .bloco-oferta.blue .more:before, .bloco .bloco-oferta.blue .more:before {
    background: url(../img/arrow-right-white.png) no-repeat;
}

.side-produto-link .bloco-oferta.regulamento a, .side-produto-link .bloco-oferta.regulamento a:visited, .side-produto-link .blocos .bloco-oferta.regulamento a, .side-produto-link .blocos .bloco-oferta.regulamento a:visited {
    color: #FFF;
    text-decoration: underline;
}
.side-produto-link .bloco h3 {
    font-family: 'Dosis', sans-serif;
    text-transform: uppercase;
}

.side-produto-link .bloco-oferta.green, .side-produto-link .blocos .bloco-oferta.green {
    background: #053236;
    color: #FFF;
}

.side-produto-link .bloco-oferta.green h3, .side-produto-link .blocos .bloco-oferta.green h3 {
    color: #FFF;
}

.side-produto-link .bloco-oferta.green p, .side-produto-link .blocos .bloco-oferta.green p {
    color: #ced9eb;
}

.side-produto-link .bloco-oferta.green .more, .side-produto-link .blocos .bloco-oferta.green .more {
    color: #FFF;
}

.side-produto-link .bloco-oferta.blue, .side-produto-link .blocos .bloco-oferta.blue {
    background: #2069b7;
    color: #FFF;
}

.side-produto-link .bloco-oferta.blue h3, .side-produto-link .blocos .bloco-oferta.blue h3 {
    color: #FFF;
}

.side-produto-link .bloco-oferta.blue p, .side-produto-link .blocos .bloco-oferta.blue p {
    color: #ced9eb;
}

.side-produto-link .bloco-oferta.blue .more, .side-produto-link .blocos .bloco-oferta.blue .more {
    color: #FFF;
}

.side-produto-link .bloco .more, .side-produto-link .blocos .bloco .more {
    display: flex;
    align-items: center;
    color: #333;
    text-transform: uppercase;
    font-family: 'Dosis', sans-serif;
    font-weight: bold;
    font-size: 13px;
    text-decoration: none;
    margin-top: 40px;
}

.side-produto-link .bloco .more:before, .side-produto-link .blocos .bloco .more:before {
    content: " ";
    width: 21px;
    height: 10px;
    background: url(../img/arrow-right.png) no-repeat;
    display: inline-block;
    margin-right: 10px;
}

.side-produto-link .bloco-oferta.blue .more:before, .side-produto-link .blocos .bloco .more:before {

    background: url(../img/arrow-right-white.png) no-repeat;
}

.forma-pagamento {
    display: none;
}

.forma-pagamento span, .empresas li {
    font-family: 'Dosis', sans-serif;
    font-size: 16px;

    display: block;
    width: 100%;
    padding-top: 20px;
    padding-bottom: 15px;
}


.forma-pagamento span, .empresas li:not(:last-child)  {
    border-bottom: 2px solid #EFEFEF;
}

.forma-pagamento span:last-of-type {
    border: none;
    padding-bottom: 60px;
}

.forma-pagamento span input[type='radio'] {
    width: 40px !important;
    border: 2px solid red;
    margin-top: 4px;
    display: block;
    float: left;
    -ms-transform: scale(1.5);
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
}

.forma-pagamento span i {
    font-size: 13px;
    margin-left: 40px;
    display: block;
    margin-top: 0px;
    margin-bottom: 15px;
}

#cadastroParcelas {
    margin-top: 5px;
}
#cadastroParcelas,
#geradorQRCode,
#cadastroParcelasCartaoCredito {
    display: none;
}

.show-pix .botao{
    display: block;
    width:  75%;
    background-color: #0f68b9;
    color: #fff;
    padding: 18px 16px;
    font-weight: 600;
    font-family: 'Dosis', sans-serif;
    font-size: 16px;
    text-decoration: none;
    border-radius: 50px;
    text-align: center;
    margin: 0 auto;
    margin-top: 20px;
    margin-bottom: 40px;
}

input[type="submit"].disabled {
    background-color: #333;
    cursor: not-allowed;
}

input.error, select.error {
    border-color: red;
    color: red;
}

.empresas {
    display: flex;
    row-gap: 10px;
    flex-direction: column;
    margin-bottom: 15px;
}
.empresas li {
    display: flex;
    column-gap: 10px;
    align-items: center;

    border: 1px solid #cecece;
    border-radius: 10px;
    padding: 20px 10px;
    width: calc(100% - 20px);
}

.empresas li div {
    display: flex;
    flex-direction: column;
}

.empresas .ja-associada {
    font-size: 0.8em;
    color: #959595;
}
.empresas li input[type="radio"] {
    width: fit-content !important; margin-bottom: 0;
}

.escolha-empresa .botao {
    display: block;
    text-align: center;
    background-color: #a3a3a3;

    width: fit-content;
    padding: 15px 20px;
    margin-bottom: 15px;
}

.dados-faturamento { 
    display: none;
}

.escolha-empresa {
    display: block;
}

form.empresa {
    display: flex;
    flex-direction: column;
}
.empresa-submit {
    width: fit-content !important;
    align-self: end;
    padding: 18px 32px !important;
}

/* Lightbox cadastro empresa */ 
.lb-empresa {
    display: none;
    position: fixed;
    width: 100vw;
    height: 100vh;
    top: 0;
    left: 0;
    z-index: 1000;
    background-color: rgba(0,0,0,0.6);
}

.lb-empresa-container {
    display: flex;
    width: 30%;
    flex-direction: column;
    margin: 0 auto;
    background-color: #FFF;
    margin-top: 5vh;
    padding: 30px;
    font-family: 'Dosis', sans-serif;
    color: #333;
    position: relative;
    border-radius: 16px;
    max-height: 80vh;
    overflow-y: auto;
}
.lb-empresa-container a {
    color:#0f68b9;
    text-decoration: none;
}
.lb-empresa-container h2 {
    margin-bottom: 10px;
}
.lb-empresa-container .two-columns {
    display: flex;
    column-gap: 10px;
    align-items: center;
}

.lb-empresa-container .two-columns .small {
    width: calc(50% - 69px) !important
}

.lb-empresa-container .two-columns input {
    width: calc(100% - 62px) !important;
}
.lb-empresa-container #cad-empresa {
    display: flex;
    flex-direction: column;
    row-gap: 10px;
}

.lb-empresa-container #cad-empresa p {
    margin-bottom: 0px;
    width: 50%;
    text-align: center;
}
.lb-empresa-container .close {
    background-color: #333333;
    width: 27px;
    height: 27px;
    text-decoration: none;
    display: flex;
    text-align: center;
    justify-content: center;
    border-radius: 50px;
    background-image: url(../img/svg/loginv2-cross-close.svg);
    background-repeat: no-repeat;
    background-position: center center;
    position: absolute;
    top: 20px;
    right: 20px;
}
.lb-empresa-container input[type="submit"] {
    margin-top: 15px;
}

.lb-empresa-container .retorno-step {
    display: none;
}
.lb-empresa-container .cadastro-step {
    display: block;
}
.lb-empresa-container .retorno-step i {
    display: block;
    width: 40px;
    height: 40px;
    background-repeat: no-repeat;
    background-size: 100%;
}
.lb-empresa-container .retorno-step.error i {
    background-image: url('../img/svg/alert_icon.svg');
}
.lb-empresa-container .title {
    margin-bottom: 10px;
}
.lb-empresa-container .retorno-step h2 {margin-bottom: 0;}

#botao-acao {
    width: fit-content;
    margin: 0 auto;
    margin-top: 40px;
}

.retorno-step p {
    text-align: center;
}

.gerar-novo-pix {
    width: fit-content;
    margin: 0 auto;
    background-color: #fd7c01;
}

.cart-faturamento {
    margin-bottom: 15px;
}