.value-box {
    width: auto
}

.popup-background {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(68, 21, 30, 0.95)), to(rgba(40, 17, 23, 0.95)));
    background: linear-gradient(180deg, rgba(68, 21, 30, 0.95), rgba(40, 17, 23, 0.95));
    z-index: 9998;
    opacity: 0;
    -webkit-transition: all .3s;
    transition: all .3s
}

.popup {
    color: #fff;
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    max-width: 1200px;
    z-index: 9999;
    opacity: 0
}

.popup.active {
    display: block;
    opacity: 1
}

#closeBtn,
#closeBtnSound,
#closeBtnRedention,
#closeBtnFull {
    border: 0 none;
    -webkit-filter: invert(1);
    filter: invert(1);
    width: 30px;
    height: 30px;
    padding: 0;
    background-size: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    opacity: 1;
    margin-left: auto;
    margin-top: 5px;
    margin-right: 5px
}

#closeBtnRedention {
    position: absolute;
    top: 1rem;
    right: 1rem
}

.row-pop {
    width: 100%;
    max-width: calc(60rem - 10%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background: #fff;
    border-radius: 20px;
    margin-block: 8px;
    border: 2px solid #fff;
    padding: 24px 24px 32px;
    -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, .25);
    box-shadow: 0px 0px 10px rgba(0, 0, 0, .25)
}

.row-pop .header-popup {
    padding: 16px 24px;
    border-radius: 8px;
    color: #fff;
    min-height: 8rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background: -webkit-gradient(linear, left bottom, left top, from(rgb(94, 36, 46)), to(rgb(39, 24, 29)));
    background: linear-gradient(0deg, rgb(94, 36, 46), rgb(39, 24, 29))
}

.row-pop .header-popup.accordion-button::after {
    width: 2rem;
    height: 2rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23FFFFFF'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e")
}

.row-pop .header-popup img {
    max-width: 11rem;
    max-height: 4rem;
    margin-top: .5rem
}

.row-pop .header-popup h3,
.row-pop .header-popup h4 {
    margin: 0
}

.row-pop .header-popup h3 {
    padding-top: .5rem;
    font-size: 18px;
    line-height: 24px;
    font-weight: 500
}

.row-pop .header-popup h4 {
    font-size: 16px;
    line-height: 20px;
    font-weight: 300
}

.row-pop .content-popup {
    padding: 24px 32px
}

.row-pop .content-popup strong {
    font-size: 16px;
    line-height: 16px;
    color: dimgray;
    font-weight: 500;
    padding-top: .5rem;
    display: block
}

.row-pop .content-popup p {
    font-size: 16px;
    line-height: 24px;
    color: #151515;
    font-weight: 500;
    margin: 0
}

.row-pop .content-popup p span {
    color: dimgray
}

.row-pop .content-popup hr {
    border-top: 1px solid #919191;
    opacity: 1;
    margin-block: 8px
}

.row-pop .value-plan {
    color: #151515;
    padding-bottom: 0rem;
    margin-inline: auto;
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.row-pop .value-plan>p {
    font-size: 16px;
    line-height: 12px;
    font-weight: 500;
    margin-bottom: 0
}

.row-pop .value-plan>div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative
}

.row-pop .value-plan>div span.value-plan-month {
    text-align: left;
    font-size: 14px;
    line-height: 12px;
    position: absolute;
    bottom: .5rem;
    right: 0
}

.row-pop .value-plan>div span.value-plan-month.negative-month {
    margin-right: -4rem
}

.row-pop .value-plan>div span.value-plan-month strong {
    display: block;
    margin-bottom: .5rem;
    font-size: 20px;
    font-weight: 500
}

.row-pop .value-plan>div span.value-plan-month.negative-month {
    margin-right: -4rem
}

.row-pop .value-plan>div span.value-plan-month strong {
    display: block;
    margin-bottom: .5rem;
    font-size: 10px;
    font-weight: 500
}

.row-pop .value-plan>div h5 {
    font-size: 32px;
    font-weight: 500;
    min-height: 6rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 0;
    gap: 0 5px
}

.row-pop .value-plan>div h5 strong {
    font-size: 85.8px;
    line-height: 76.8px;
    margin-bottom: .5rem
}

.row-pop .value-plan .mes {
    font-size: 20px;
    margin-left: -40px;
    margin-bottom: 18px
}

.row-pop .btn {
    border: 1px solid;
    font-size: 18px;
    padding: 8px 16px;
    border-radius: 500px;
    display: block;
    margin-top: 8rem;
    margin-inline: auto
}

.row-pop .btn.btn-primary {
    font-size: 20px;
    padding: .8rem 2.4rem;
    font-weight: 600;
    border-color: #da291c;
    background-color: #da291c
}

.row-pop .btn.btn-primary:hover {
    border-color: #ff3b30;
    background-color: #ff3b30
}

.row-pop .radio-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: .5rem
}

.row-pop .radio-wrapper .radio-inner {
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-items: center;
    padding: 0 1rem;
    margin-bottom: 1rem;
    position: relative
}

.row-pop .radio-wrapper .radio-inner label {
    color: #151515;
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-wrap: nowrap
}

.row-pop .radio-wrapper .radio-inner input,
.row-pop .radio-wrapper .radio-inner input:focus,
.row-pop .radio-wrapper .radio-inner input:hover {
    all: unset;
    position: absolute;
    inset: 0
}

.row-pop .radio-wrapper .radio-inner .radio-image {
    border: 1px solid #151515;
    background-color: #fff;
    margin-right: 1rem;
    -webkit-box-shadow: inset 0 0 0 3px #fff;
    box-shadow: inset 0 0 0 3px #fff;
    width: 20px;
    height: 20px;
    border-radius: 100%;
    -webkit-transition: all .3s;
    transition: all .3s
}

.row-pop .radio-wrapper .radio-inner:hover .radio-image,
.row-pop .radio-wrapper .radio-inner:focus-within .radio-image {
    background-color: #da291c
}

.row-pop .radio-wrapper .radio-inner:has(:checked) .radio-image {
    background-color: #da291c
}

.popup-container {
    max-height: 100vh;
    overflow-y: auto;
    overflow-x: hidden
}

.popup-container::-webkit-scrollbar {
    width: 1rem
}

.popup-container::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, 0);
    border-radius: 1rem
}

.popup-container::-webkit-scrollbar-thumb {
    background: rgba(21, 21, 21, .8);
    border-radius: 1rem
}

.popup-container::-webkit-scrollbar-thumb:hover {
    background: dimgray
}

.popup-container .owl-carousel .owl-item {
    position: relative;
    -webkit-transition: z-index .3s, -webkit-transform .3s;
    transition: z-index .3s, -webkit-transform .3s;
    transition: transform .3s, z-index .3s;
    transition: transform .3s, z-index .3s, -webkit-transform .3s;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.popup-container .owl-carousel .owl-item.active .row-pop {
    border: 2px solid #49232a
}

.popup-container .owl-carousel .owl-item.center {
    z-index: 10;
    -webkit-transform: none;
    transform: none
}

.popup-background {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9998;
    opacity: 0;
    -webkit-transition: all .3s;
    transition: all .3s
}

.popup-redention {
    color: #fff;
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    max-width: 800px;
    background: url("../assets/images/bg/bg-modal-redencao-desk2.webp") #000716 no-repeat left bottom;
    background-size: cover;
    -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, .1);
    box-shadow: 0px 0px 10px rgba(0, 0, 0, .1);
    z-index: 9999;
    opacity: 0;
    border-radius: 15px
}

.popup-redention .box-size {
    max-width: 500px
}

.popup-redention .sem-claro .box-price {
    border: 1px solid #fff;
    border-radius: 10px
}

.popup-redention .sem-claro .box-price .box1 {
    background: #fff;
    border-radius: 10px 0 0 10px;
    padding: 0 20px;
    max-width: 50%
}

.popup-redention .sem-claro .box-price .box1 .title {
    color: #00153D
}

.popup-redention .sem-claro .box-price .box2 {
    border-radius: 0 15px 15px 0;
    padding: 0 20px
}

.popup-redention .sem-claro .box-price .box2 .value {
    color: #fff
}

.popup-redention .com-claro .box-price {
    background: url(../assets/images/bg/bg-box-modal.webp);
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
    padding: 8px 0
}

.popup-redention .com-claro .box-price::before {
    content: "";
    position: absolute;
    background: url(../assets/images/bg/tag-desk-68off.webp);
    background-repeat: no-repeat;
    background-size: contain;
    width: 58px;
    height: 78px;
    right: 0;
    bottom: -62px
}

.popup-redention .com-claro .box-price .box1 {
    background: rgba(0, 0, 0, 0);
    padding: 5px 20px;
    border: 0
}

.popup-redention .com-claro .box-price .box1 .title {
    color: #fff
}

.popup-redention .com-claro .box-price .box2 {
    padding: 5px 20px
}

.popup-redention .com-claro .box-price .box2 .value {
    color: #fff
}

.popup-redention .box-price {
    margin: 5px 0;
    position: relative;
    padding: 0px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.popup-redention .box-price .box1 {
    background: #fff;
    text-align: left
}

.popup-redention .box-price .box1 .title {
    font-size: 30px;
    line-height: 33px;
    font-weight: 500;
    margin-top: 10px;
    margin-bottom: 5px
}

.popup-redention .box-price .box2 {
    text-align: right
}

.popup-redention .box-price .box2 .value {
    font-size: 30px;
    line-height: 33px;
    font-weight: 500;
    color: #fff;
    margin-top: 10px;
    margin-bottom: 5px
}

.popup-redention h2 {
    font-size: 36px;
    line-height: 38px;
    font-weight: 600
}

.popup-redention .subtitle {
    font-size: 25px;
    line-height: 28px;
    font-weight: 400;
    margin-bottom: 15px
}

.popup-redention.active {
    display: block;
    opacity: 1
}

.popup-redention .container {
    height: auto;
    max-width: 800px;
    overflow-y: auto;
    overflow-x: hidden;
    padding: 5rem 0 3rem
}

.popup-redention .container .mdn-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.popup-redention .container .mdn-Button {
    display: block;
    font-size: 24px;
    font-weight: 900;
    line-height: 100%;
    color: #000;
    padding: 1rem 3rem;
    height: auto
}

.popup-redention .container #signInBtn {
    margin-top: 2rem;
    text-transform: inherit;
    display: block;
    width: auto;
    margin-inline: auto;
    border: 0 none;
    font-size: 18px;
    line-height: 20px;
    padding: 1.5rem 3.4rem;
    border-radius: 500px;
    font-weight: 600;
    color: #fff;
    background-color: #001A4F;
    -webkit-transition: all .3s;
    transition: all .3s;
    -webkit-box-shadow: 0px 5px 10px #000;
    box-shadow: 0px 5px 10px #000
}

.popup-redention .container #signInBtn:hover {
    color: #fff;
    background-color: #0064AF
}

.popup-redention .container .img-redencao {
    max-width: 100%;
    max-height: 21rem
}

.popup-redention .container .content-redencao {
    color: #fff;
    font-family: AMX;
    font-weight: 300;
    font-size: 26px;
    line-height: 110%;
    text-align: center
}

.popup-redention .container .content-redencao p {
    max-width: 250px
}

.popup-redention .container .content-redencao img {
    display: block
}

.popup-redention .container .content-redencao img:first-of-type {
    padding-bottom: 8px
}

.popup-redention .container .content-redencao img:nth-of-type(2) {
    padding-top: 8px
}

.popup-redention .container .content-redencao strong {
    font-weight: 500
}

.popup-redention .container .price-box-claro {
    width: 100%;
    position: relative;
    z-index: 2;
    border-radius: 20px;
    padding: 15px 30px 12px;
    color: #fff;
    font-size: 20px;
    line-height: 115%;
    display: inline-block
}

.popup-redention .container .price-box-claro>div {
    position: relative;
    display: block;
    margin: 0 auto;
    max-width: 520px;
    text-align: center
}

.popup-redention .container .price-box-claro img {
    width: 100%;
    max-width: 165px;
    margin: 0px 0 -5px 0
}

.popup-redention .container .price-box-claro strong {
    font-weight: 500
}

.popup-redention .container .price-box-claro::before,
.popup-redention .container .price-box-claro::after {
    pointer-events: none;
    content: "";
    position: absolute
}

.popup-redention .container .price-box-claro::before {
    inset: 0;
    z-index: -1;
    margin: 2px 0;
    background-image: radial-gradient(farthest-corner at center top, rgb(122, 21, 31) 0%, rgb(83, 10, 17) 100%)
}

.popup-redention .container .price-box-claro::after {
    inset: 0;
    z-index: -2;
    background: #eb95a3;
    background: linear-gradient(305deg, rgb(235, 149, 163) 0%, rgb(199, 64, 71) 34%, rgb(254, 194, 196) 81%, rgb(211, 39, 45) 100%)
}

.popup-redention .container .logos-popup {
    width: 100%;
    text-align: center;
    padding-top: 25px
}

.popup-redention .container .logos-popup .imgs-logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 18px
}

.popup-redention .container .logos-popup .txt-logo {
    color: #fff;
    font-family: AMX;
    font-weight: 300;
    font-size: 20px;
    line-height: 120%;
    margin-top: 1rem
}

.popup-redention .container .logos-popup .txt-logo p {
    margin-bottom: 0
}

.popup-redention .container .logos-popup img {
    max-height: 30px;
    max-width: 80px
}

.popup-redention .container .logo-app-claro {
    max-width: 23rem;
    width: 100%
}

.popup-redention .container .qtd-canais {
    max-width: 30rem;
    width: 100%
}

@media screen and (max-width: 1024px) {
    .popup-redention {
        max-width: 800px
    }
}

@media screen and (max-width: 992px) {
    .row-pop {
        padding: 24px 12px
    }

    .row-pop .content-popup {
        padding: 24px 12px
    }
}

@media screen and (max-width: 768px) {

    #closeBtn,
    #closeBtnSound {
        margin-top: 40px;
        margin-bottom: 0
    }

    #closeBtnRedention {
        margin-top: 0;
        margin-bottom: 40px
    }

    .popup-container .owl-carousel .owl-stage {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }

    .row-pop {
        padding: 12px;
        min-width: 50rem
    }

    .row-pop .header-popup {
        border-radius: 8px;
        min-height: auto
    }

    .row-pop .content-popup {
        padding: 16px 8px
    }

    .row-pop .content-popup strong,
    .row-pop .content-popup p {
        padding-top: 0;
        font-size: 14px;
        line-height: 16px
    }

    .row-pop .content-popup hr {
        margin-block: 4px
    }

    .popup-redention {
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        width: 95%
    }

    .popup-redention .com-claro .box-price::before {
        bottom: -62px
    }

    .popup-redention h2 {
        font-size: 32px;
        line-height: 34px
    }

    .popup-redention .com-claro .box-price {
        padding: 15px 0
    }

    .popup-redention .subtitle {
        font-size: 24px;
        line-height: 26px;
        padding: 5px 30px
    }

    .popup-redention .container {
        padding: 55px 30px
    }

    .popup-redention .container .content-redencao {
        font-size: 24px;
        line-height: 36px
    }

    .popup-redention .mdn-Row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding-inline: 30px;
        gap: 20px
    }
}

@media screen and (max-width: 640px) {
    .row-pop {
        min-width: calc(100vw - 10rem)
    }

    .popup-redention {
        background-size: cover
    }

    .popup-redention .com-claro .box-price {
        padding: 10px 0
    }

    .popup-redention .com-claro .box-price::before {
        bottom: -62px
    }

    .popup-redention .box-price .box1 .title {
        font-size: 26px;
        line-height: 38px
    }

    .popup-redention .box-price .box1 .value {
        font-size: 26px;
        line-height: 38px
    }
}

@media screen and (max-width: 540px) {
    .popup-redention .com-claro .box-price {
        padding: 5px 0
    }

    .popup-redention .com-claro .box-price::before {
        bottom: -62px
    }

    .popup-redention .box-price .box1 .title {
        font-size: 22px;
        line-height: 24px
    }

    .popup-redention .box-price .box2 .value {
        font-size: 22px;
        line-height: 28px
    }

    .popup-redention .sem-claro .box-price .box1 {
        max-width: 60%
    }
}

@media screen and (max-width: 480px) {
    .popup-redention .com-claro .box-price::before {
        bottom: -52px;
        width: 48px;
        height: 68px
    }

    .popup-redention .box-price {
        margin: 0
    }

    .popup-redention .box-price .box1 .title {
        font-size: 16px;
        line-height: normal
    }

    .popup-redention .box-price .box2 .value {
        font-size: 18px;
        line-height: 22px
    }

    .popup-redention .container .img-redencao {
        max-height: 18rem
    }

    .popup-redention .container .content-redencao {
        font-size: 20px;
        line-height: 28px
    }

    .popup-redention .container .popup h3.mdn-Title {
        max-width: 350px
    }

    .popup-redention .container .price-box-claro {
        font-size: 18px
    }

    .popup-redention .container .price-box-claro>div {
        max-width: 320px
    }

    .popup-redention .container .break-point::after {
        content: "\a";
        white-space: pre
    }

    .popup-redention .container .logos-popup .imgs-logo {
        gap: 12px
    }

    .popup-redention .container .logos-popup img {
        max-height: 25px;
        max-width: 60px
    }

    .popup-redention .popup-container {
        height: -webkit-fill-available;
        min-height: auto;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
        justify-content: space-evenly
    }

    .popup-redention .popup-container .logos-popup .txt-logo {
        font-size: 20px;
        line-height: 28px
    }

    .popup-redention #closeBtnRedention {
        top: 15px
    }
}

@media screen and (max-width: 420px) {
    .popup-redention .container {
        padding: 70px 10px
    }

    .popup-redention .mdn-Col-xxxs-12 {
        width: 100%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .popup-redention .mdn-u-mx-auto {
        margin-inline: auto
    }

    .popup-redention .mdn-Row {
        padding-inline: 50px;
        padding-bottom: 30px
    }

    .popup-redention .box-price .box2 .value {
        font-size: 16px;
        line-height: 20px
    }
}

@media screen and (max-width: 377px) {
    .col-xxs-12 {
        -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 auto !important;
        flex: 0 0 auto !important;
        width: 100% !important
    }
}

/*# sourceMappingURL=popup.min.css.map */