.container-raiting{max-width:600px;background-color:#f8f8f8;border-radius:5px;margin-right:auto;margin-left:auto;padding:1rem;display:flex;justify-content:center;flex-wrap:wrap}.container-raiting-box{max-width:600px}.container-raiting-box #summary-survey{display:flex;align-items:center}.container-raiting-box #summary-survey .btn-secondary{background-color:transparent;border:1px solid #001f5d;color:#001f5d;margin-bottom:0;width:40px;height:40px;margin-right:.3rem;background-color:#eaf0fc!important}.container-raiting-box #summary-survey span{font-size:26px}.container-raiting-box #summary-survey .btn-secondary.active,.container-raiting-box #summary-survey .btn-secondary:hover{background-color:#001f5d!important;border-color:#001f5d;color:#fff;font-weight:700}.container-summary-payment{background-color:#fff;margin-right:auto;margin-left:auto;padding:2rem 3rem;max-width:1200px}.text-small{font-size:14px;text-align:center}.container-no-pedido{border:1px solid #eee;margin:auto;padding:.5rem 1rem;font-weight:700}.container-info-data{background-color:#f7f3f0;border-radius:5px;padding:1.2rem;width:100%;margin-bottom:2rem}.container-product-summary{display:flex;flex-wrap:wrap;justify-content:space-between;align-items:center;padding:1rem 0;border-bottom:1px solid #e3e3e3}.container-product-summary:first-child{padding-top:0}.container-product-summary:last-child{padding-bottom:0;border:none}.container-product-summary .img-product{max-width:60px;margin-bottom:auto}.container-product-summary .container-info-product{flex:1 0 0%;padding-left:1.3rem;display:flex;flex-wrap:wrap;justify-content:space-between;align-items:center}.container-product-summary .container-price-product{font-size:18px;text-align:center}.discount-price{color:#adb2b7}.container-stados-summary-payment{max-width:370px;margin-left:auto;margin-right:auto;margin-bottom:2rem;display:flex;flex-wrap:wrap;justify-content:space-between;position:relative}.container-stados-summary-payment:after{content:"";position:absolute;border:2px dashed #eee;width:90%;left:5%;top:35px}.container-stados-summary-payment .container-step{background-color:#bfc6ce;padding:1rem;display:flex;align-items:center;justify-content:center;border-radius:50%;min-width:70px;min-height:70px;width:70px;height:70px;position:relative;z-index:1}.container-stados-summary-payment .container-step-select{background-color:#654062}.container-stados-summary-payment .container-name-step{width:100%;display:flex;flex-wrap:wrap;justify-content:space-between;padding-top:.3rem}.container-stados-summary-payment .container-name-step .name-step{text-align:center;min-width:70px}.container-stados-summary-payment .container-name-step .name-step-select{font-weight:700}@media (max-width:500px){.container-product-summary .img-product{max-width:80px;margin:auto}.container-summary-payment{padding:2rem 1rem}}@media (max-width:330px){.container-stados-summary-payment{display:none}}.container-icon-pedido{display:flex;justify-content:center;align-content:center;background-color:#fefabf;width:80px;height:80px;border-radius:50%}.container-icon-pedido img{max-width:35px}.divider-product{height:1px;background:#eaf0fc;margin-left:1rem!important;max-width:90%!important}.sub-title{font-size:18px}.spinner-container{display:flex;justify-content:center;align-items:center;position:relative}.spinner-container .spinner{z-index:100;width:70px;height:70px;border:4px solid var(--primary);border-right:4px solid transparent;border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}