.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(5, 13, 43, 0.94)), to(rgba(8, 20, 52, 0.94)));
    background: linear-gradient(180deg, rgba(5, 13, 43, 0.94), rgba(8, 20, 52, 0.94));
    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
}

.title-header-popup {
    font-size: 24px;
    line-height: 28px;
    font-family: "AMX";
    font-weight: 600;
    color: #000
}

.subtitle-header-popup {
    color: #000;
    font-size: 16px;
    line-height: 20px;
    font-weight: 500
}

#closeBtn,
#closeBtnPlan1,
#closeBtnPlan2,
#closeBtnPlan3,
#closeBtnFull,
#closeBtnAnual,
#closeBtnPremiere,
#closeBtnComboMulti350mb,
#closeBtnComboMulti500mb,
#closeBtnSound,
#closeBtnRedention {
    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 .appletv img {
    max-width: 8rem !important
}

.row-pop .header-popup {
    padding: 16px 24px;
    border-radius: 8px;
    border-top-left-radius: 8px !important;
    border-top-right-radius: 8px !important;
    border-bottom-left-radius: 8px !important;
    border-bottom-right-radius: 8px !important;
    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(19, 60, 176)), to(rgb(8, 20, 52)));
    background: linear-gradient(0deg, rgb(19, 60, 176), rgb(8, 20, 52))
}

.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 .premiere {
    max-width: 14rem !important;
    max-height: 5rem !important
}

.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 .ac-max img {
    max-width: 6rem !important
}

.row-pop .content-popup {
    padding: 14px
}

.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-left: -15px;
    margin-right: -15px;
    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-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.row-pop .value-plan span {
    -ms-flex-item-align: end;
    align-self: flex-end;
    margin-bottom: 1rem
}

.row-pop .value-plan 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 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 .value-plan .img-streaming {
    width: 70%;
    margin: 0
}

.row-pop .info-price {
    text-align: center;
    color: #000;
    font-size: 14px;
    line-height: 16px;
    font-weight: 400;
    margin-top: 10px
}

.row-pop .btn {
    border: 1px solid;
    font-size: 18px;
    padding: 4px 16px 4px 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: 700;
    border-color: transparent;
    background-color: #6c46ff;
    background-image: -webkit-gradient(linear, left top, right top, from(rgb(123, 63, 251)), color-stop(52%, rgb(79, 101, 255)), to(rgb(34, 211, 238)));
    background-image: linear-gradient(90deg, rgb(123, 63, 251) 0%, rgb(79, 101, 255) 52%, rgb(34, 211, 238) 100%);
    color: #fff;
    box-shadow: 0 10px 22px rgba(11, 21, 61, .28)
}

.row-pop .btn.btn-primary:hover {
    border-color: transparent;
    background-color: #22d3ee;
    background-image: -webkit-gradient(linear, left top, right top, from(rgb(34, 211, 238)), color-stop(48%, rgb(79, 101, 255)), to(rgb(123, 63, 251)));
    background-image: linear-gradient(90deg, rgb(34, 211, 238) 0%, rgb(79, 101, 255) 48%, rgb(123, 63, 251) 100%);
    color: #fff
}

.row-pop h5 {
    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 {
    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: #ffb800
}

.row-pop .radio-wrapper .radio-inner:has(:checked) .radio-image {
    background-color: #ffb800
}

.row-pop .disneyBoxAccordion .header-popup img {
    max-height: 5rem;
    max-width: 9rem
}

.row-pop .amazonBoxAccordion .header-popup img {
    max-height: 4rem;
    max-width: 16rem
}

.row-pop .globoplayBoxAccordion .header-popup img {
    max-height: 5rem;
    max-width: 16rem;
    width: auto
}

.row-pop .maxBoxAccordion .header-popup img {
    max-width: 6rem !important
}

.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 #4f65ff
}

.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: linear-gradient(180deg, rgba(8, 20, 52, .98) 0%, rgba(10, 31, 87, .98) 52%, rgba(19, 60, 176, .98) 100%);
    -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: #17327f
}

.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: linear-gradient(90deg, rgb(123, 63, 251) 0%, rgb(79, 101, 255) 52%, rgb(34, 211, 238) 100%);
    padding: 8px 0;
    height: 94px;
    border-radius: 18px;
    box-shadow: 0 10px 22px rgba(11, 21, 61, .28)
}

.popup-redention .com-claro .box-price::before {
    content: "-89%";
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    background: linear-gradient(135deg, rgb(123, 63, 251) 0%, rgb(79, 101, 255) 52%, rgb(34, 211, 238) 100%);
    background-repeat: no-repeat;
    background-size: contain;
    width: 58px;
    height: 78px;
    right: 0;
    bottom: -62px;
    border-radius: 14px;
    box-shadow: 0 8px 20px rgba(11, 21, 61, .28);
    transform: rotate(-12deg)
}

.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: #fff;
    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: 1rem 3.4rem;
    border-radius: 500px;
    font-weight: 700;
    color: #fff;
    background-color: #6c46ff;
    background-image: -webkit-gradient(linear, left top, right top, from(rgb(123, 63, 251)), color-stop(52%, rgb(79, 101, 255)), to(rgb(34, 211, 238)));
    background-image: linear-gradient(90deg, rgb(123, 63, 251) 0%, rgb(79, 101, 255) 52%, rgb(34, 211, 238) 100%);
    -webkit-transition: all .3s;
    transition: all .3s;
    -webkit-box-shadow: 0px 10px 22px rgba(11, 21, 61, .28);
    box-shadow: 0px 10px 22px rgba(11, 21, 61, .28)
}

.popup-redention .container #signInBtn:hover {
    color: #fff;
    background-color: #22d3ee;
    background-image: -webkit-gradient(linear, left top, right top, from(rgb(34, 211, 238)), color-stop(48%, rgb(79, 101, 255)), to(rgb(123, 63, 251)));
    background-image: linear-gradient(90deg, rgb(34, 211, 238) 0%, rgb(79, 101, 255) 48%, rgb(123, 63, 251) 100%)
}

.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(19, 60, 176) 0%, rgb(8, 20, 52) 100%)
}

.popup-redention .container .price-box-claro::after {
    inset: 0;
    z-index: -2;
    background: #7b4dff;
    background: linear-gradient(305deg, rgb(170, 212, 255) 0%, rgb(120, 84, 255) 34%, rgb(205, 232, 255) 81%, rgb(138, 78, 255) 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: 0;
        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
    }

    .title-header-popup {
        margin-top: 15px
    }
}

@media screen and (max-width: 640px) {
    .row-pop {
        min-width: calc(100vw - 10rem);
        max-height: 80vh;
        overflow-x: hidden;
        overflow-y: auto
    }

    .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 */