@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
:root{
    --color-primary: #43b0f1;
}
*{
    box-sizing: border-box;
}
body{
    overflow-x: hidden;
    margin: 0;
    background: var(--color-bg);
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}
body main{
    width: 100%;
    flex: 1;
}
body *{
    font-family: 'Montserrat';
    color: #282828;
    color: var(--color-color);
}
body > *{
    z-index: 2;
}
.animated-background{
    position: fixed;
    inset: 0;
    z-index: 0;
    overflow: hidden;
    z-index: 1;
}
.orb{
    position: absolute;
    border-radius: 50%;
    filter: blur(120px);
    animation: float 20s ease-in-out infinite;
    opacity: 0.4;
}
.orb-1{
    width: 250px;
    height: 250px;
    top: 20%;
    right: 10%;
    animation-delay: 0s;
    background: radial-gradient(circle, #031bce 0%, transparent 70%);
    opacity: 1;
}
.orb-2{
    width: 180px;
    height: 180px;
    bottom: 30%;
    left: 5%;
    animation-delay: 5s;
    /*background: radial-gradient(circle, #0017c3 0%, transparent 70%);*/
    background: #0017c3;
    opacity: .5;
}
.orb-3{
    width: 120px;
    height: 120px;
    top: 60%;
    right: 30%;
    animation-delay: 10s;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.1) 0%, transparent 70%);
}
@keyframes float {
    0%, 100% { transform: translate(0, 0) scale(1); }
    33% { transform: translate(30px, -30px) scale(1.1); }
    66% { transform: translate(-20px, 20px) scale(0.9); }
}

#pagina-404{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    text-align: center;
    padding: 20px;
}
#pagina-404 svg{
    width: 70px;
    height: 70px;
}
#pagina-404 h1{
    font-weight: bolder;
    font-size: 180px;
    margin: 0;
}
#pagina-404 h2{
    margin: 0;
}
@media(max-width: 768px){
    #pagina-404 h1{
        font-size: 80px;
    }
}

header{
    
}
header > div{
    max-width: 1046px;
    padding: 22px 24px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
header img{
    width: 100%;
    max-width: 140px;
}
header > div > div{
    display: flex;
    align-items: center;
    gap: 6px;
    border-radius: 4px;
    background-color: #08844333;
    padding: 4px;
    color: #088443;
    font-weight: 600;
    font-size: 10.375px;
    line-height: normal;
}
header > div > div svg{
    fill: #088443;
}

main{
    margin: 0 auto;
    padding: 40px 24px;
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    justify-content: start;
    align-items: start;
    flex-direction: row-reverse;
    max-width: 1046px;
    padding-top: 10px;
}
main h1{
    font-size: 32px;
    text-align: center;
    margin: 22px 0;
}
.resumo{
    
}
.resumo > section > div{
    display: flex;
    justify-content: space-between;
    gap: 14px;
    font-size: 14px;
}
.resumo > section > div > div:not(.image){
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.resumo .image{
    overflow: hidden;
    border-radius: 5px;
    min-width: 80px;
    width: 80px;
    height: 80px;
}
.resumo img{
    display: block;
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
}
.resumo h3{
    margin: 0;
    margin-bottom: 6px;
    font-weight: normal;
}
.resumo .total{
    border-top: 1px solid #e5e5e5;
    padding-top: 20px;
    margin-top: 20px;
}

h2{
    font-size: 18px;
    font-weight: 600;
    margin-top: 0;
}

.tarja{
    background: var(--color-tarja-bg);
    color: var(--color-tarja-color);
    font-size: 14px;
    padding: 22px 24px;
    text-align: center;
    font-weight: 600;
    max-width: 1046px;
    margin: 0 auto;
}

#obrigado{
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}
#obrigado main{
    flex: 1;
}
.box{
    width: 100%;
    border-radius: 10px;
    border: 1px solid #e5e5e5;
    padding: 25px;
    background: #fff;
    max-width: calc(60% - 10px);
}
.box .finalizar{
    margin-top: 20px;
    display: flex;
    justify-content: end;
}
.resumo{
    max-width: calc(40% - 10px);
}
label{
    display: block;
    margin-bottom: 20px;
    font-size: 14px;
}
label span{
    color: #f00;
}
input,select{
    display: block;
    width: 100%;
    height: 44px;
    padding: 10px 16px;
    border-radius: 4px;
    border: 1px solid #e3e3e3;
    color: #515151;
    font-size: 14px;
    line-height: 170%;
    outline: none !important;
    margin-top: 5px;
}
input.boder-danger{
    border-color: #f00;
}
input:focus{
    border-color: rgba(0, 217, 255, 0.6);
}
.upsell .others-upsell{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 25px;
}
.upsell .others-upsell{
    margin-bottom: 0;
}
.upsell .others-upsell > div:not(.img){
    width: 100%;
}
.upsell .img{
    min-width: 65px;
    width: 65px;
    height: 65px;
    border-radius: 7px;
    overflow: hidden;
    display: flex;
    align-items: center;
    margin-right: 20px;
}
.upsell .img img{
    width: 100%;
}
.upsell p{
    margin: 0 0 5px;
    font-size: 14px;
}
.upsell div.quantity{
    display: flex;
    align-items: center;
    margin-top: 10px;
}
.upsell div.quantity button{
    background: #dcdcdc;
    border: 0;
    height: 22px;
    border-radius: 5px;
    cursor: pointer;
    padding: 3px;
}
.upsell div.quantity button:disabled{
    opacity: .4;
}
.upsell div.quantity button svg{
    width: 16px;
    height: 16px;
    stroke: #000;
}
.upsell div.quantity input{
    border: 0;
    background: 0;
    text-align: center;
    max-width: 30px;
}
.upsell .total,
.upsell .subtotal{
    border-top: 1px solid #e5e5e5;
    padding-top: 20px;
}

.upsell{
    margin-top: 40px;
}
.upsell s{
    color: #919191;
}
.upsell button{
    background: #29B765;
    color: #fff;
    cursor: pointer;
    border: 0;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 600;
    padding: 7px 9px;
    margin-top: 15px;
}
.upsells{
    position: relative;
}
.upsells > div{
    display: flex;
}
.upsells > button{
    position: absolute;
    margin: 0;
    top: calc(50% - 15px);
    z-index: 3;
    background: 0;
}
.upsells > button.prev{
    left: -28px;
}
.upsells > button.next{
    right: -28px;
}
.upsells > button svg{
    stroke: #282828;
}
.others-upsell{
    min-width: 100%;
}

.cupom{
    gap: 10px;
}
.cupom input{
    display: block;
    width: 100%;
    height: 44px;
    padding: 10px 16px;
    border-radius: 4px;
    border: 1px solid #e3e3e3;
    color: #515151;
    font-size: 14px;
    line-height: 170%;
    outline: none !important;
}
.cupom button{
    border: 0;
    background: 0;
    padding: 10px;
    font-weight: 600;
    cursor: pointer;
}
.pagamento .radio{
    width: 20px;
    height: 20px;
    border: 1px solid #29B765;
    border-radius: 50%;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}
.pagamento .radio:after{
    content: '';
    display: block;
    border-radius: 50%;
    width: 10px;
    height: 10px;
}
.pagamento .selected .radio:after{
    background: #29B765;
}
.pagamento > section > div{
    border-radius: 4px;
    border: 1px solid #e3e3e3;
}
.pagamento > section > div.selected{
    border: 1px solid #29B765;
}
.pagamento > section > div:nth-child(3){
    margin-top: 10px;
}
.pagamento > section > div > label{
    display: flex;
    justify-content: space-between;
    padding: 16px;
    cursor: pointer;
    
}
.pagamento > section > div > label > input{
    width: 0;
    height: 0;
    padding: 0;
    margin: 0;
    opacity: 0;
}
.pagamento > section > div > label > div{
    width: 100%;
}
.pagamento > section > div > div{
    min-width: 100%;
}

.finalizar button{
    background: #29B765;
    color: #fff;
    cursor: pointer;
    align-items: center;
    display: flex;
    justify-content: center;
    gap: 8px;
    border: 0;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 600;
    line-height: 155%;
    padding: 13px;
}
.finalizar button:disabled{
    opacity: .4;
}
.finalizar button svg{
    fill: #fff;
}

main .container-pix{
    display: flex;
    justify-content: center;
    margin: 0;
    width: 100%;
}
.pix h2{
    text-align: center;
}
.pix h2 b{
    color: #14964f;
}
.pix .qrcode{
    border: 1px solid #e5e5e5;
    max-width: 256px;
    margin: 0 auto;
}
.pix .qrcode img{
    width: 100%;
}
.pix .or{
    display: flex;
    justify-content: center;
    margin: 10px 0;
}
.pix .copy{
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 600;
    width: 100%;
    background: #fbfbfb;
    color: #515151;
    border: 1px solid #c7c7c7;
    padding: 13px;
    max-width: 256px;
    margin: 0 auto;
    gap: 8px;
    cursor: pointer;
}
.pix .copy svg{
    fill: #515151;
}

.obrigado{
    width: 100%;
    margin: auto;
}
.obrigado svg{
    fill: #15d16c;
    width: 36px;
    height: 36px;
    margin: 0 auto;
    display: block;
}
.obrigado h1{
    color: #15d16c;
    text-align: center;
    margin: 0;
}


footer{
    font-size: 12px;
    border-top: 1px solid #e3e3e3;
}
footer *{
    color: #A1A1A1;
    font-weight: 600;
}
footer svg{
    fill: #A1A1A1;
}
footer > div{
    margin: 0 auto;
    padding: 22px 24px;
    max-width: 1046px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
footer > div > div:last-child{
    display: flex;
    gap: 24px;
}
footer > div > div:last-child div{
    display: flex;
    align-items: center;
    gap: 4px;
}

.modal-1{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 999;
}
.modal-1 > div:first-child{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.4);
}
.modal-1 h4{
    text-align: center;
    margin-bottom: 20px;
    color: #f00;
    margin: 0;
}
.modal-1 p{
    text-align: center;
}
.modal-1 > div:last-child{
    position: relative;
    background: #fff;
    border-radius: 10px;
    z-index: 999;
    padding: 20px;
    width: 100%;
    max-width: 390px;
    margin: 20px;
    box-shadow: 0 0 16px -4px #d5d5d5;
}
.modal-1 > div:last-child > button{
    background: 0;
    border: 0;
    position: absolute;
    top: 5px;
    right: 5px;
}
.modal-1 > div:last-child > div{
    max-height: calc(100vh - 60px);
    overflow-y: auto;
    overflow-x: hidden;
}

.pagamento label{
    padding: 0 20px;
}
label[id*="forma-pagamento-"]{
    margin: 0;
}

.loader {
    border: 4px solid #ffffff5e;
    border-radius: 50%;
    border-top: 4px solid #ffffff;
    width: 16px;
    height: 16px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}

.discount{
    background: #29B765;
    color: #fff;
    padding: 2px 5px;
    margin-left: 10px;
}

/* Safari */
@-webkit-keyframes spin {
    0% { -webkit-transform: rotate(0deg); }
    100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

@media(max-width: 1000px){
    .tarja, main{
        max-width: 700px;
    }
    .resumo,.box{
        max-width: 100%;
    }
}
@media(max-width: 768px){
    footer > div{
        flex-wrap: wrap;
    }
    footer > div > div{
        width: 100%;
        text-align: center;
    }
    footer > div > div:last-child{
        justify-content: center;
        margin-top: 30px;
    }
}