* {
    font-size: inherit;
    line-height: normal;
    margin: 0;
    padding: 0;
    outline: none;
    text-decoration: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-smooth: always
}

html,
body {
    min-height: 100vh;
    font-size: 10px !important;
    background-color: #050d2b;
    font-family: "AMX", sans-serif
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    display: none;
    -webkit-appearance: none
}

ol,
ul,
li {
    -webkit-margin-before: 0;
    margin-block-start: 0;
    -webkit-margin-after: 0;
    margin-block-end: 0;
    -webkit-margin-start: 0;
    margin-inline-start: 0;
    -webkit-margin-end: 0;
    margin-inline-end: 0;
    list-style: none
}

b {
    font-weight: 500
}

strong {
    font-weight: 500
}

.teste-calculadora-v1 {
    display: none
}

.teste-calculadora-v2 {
    display: block
}

.bg-box {
    background: url(../assets/images/bg/bg-banner.webp) no-repeat left bottom;
    background-size: 100% 100%
}

.bg-section-header {
    background: -webkit-gradient(linear, left top, left bottom, from(rgb(8, 20, 52)), color-stop(80%, rgb(28, 58, 135)), to(rgb(30, 61, 145))) !important;
    background: linear-gradient(180deg, rgb(8, 20, 52) 0%, rgb(28, 58, 135) 80%, rgb(30, 61, 145) 100%) !important
}

.scroll-container {
    position: sticky;
    top: 0;
    width: 100%;
    max-width: 890px;
    padding: 0 20px;
    overflow: hidden;
    margin: 10vh auto
}

.h100vh {
    min-height: 100vh
}

.h80vh {
    min-height: 80vh
}

canvas {
    display: block;
    margin: 0 auto;
    width: 100%;
    height: auto
}

.btn {
    font-family: "Roboto", sans-serif
}

.catalog-items {
    margin-top: 1rem
}

.teste-a-price {
    display: block
}

.teste-b-price {
    display: none
}

.js-scroll {
    opacity: 0;
    -webkit-transition: all .5s;
    transition: all .5s;
    -webkit-transform: translate3d(-3rem, 0, 0);
    transform: translate3d(-3rem, 0, 0)
}

.js-scroll.scroll-top {
    -webkit-transform: translate3d(0, 2rem, 0);
    transform: translate3d(0, 2rem, 0)
}

.js-scroll.scroll-right {
    -webkit-transform: translate3d(3rem, 0, 0);
    transform: translate3d(3rem, 0, 0)
}

.js-scroll.ativo {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.fadeAnimation {
    -webkit-animation-name: fade;
    animation-name: fade;
    -webkit-animation-duration: 1s;
    animation-duration: 1s
}

.price-plain {
    width: 75%;
    margin-bottom: 10px
}

.owl-theme .owl-dots .owl-dot:hover span {
    background: #3556ff !important
}

.owl-theme .owl-dots .owl-dot span {
    width: .7rem !important;
    height: .7rem !important;
    background: #fff !important;
    -webkit-transition: .3s all;
    transition: .3s all
}

.owl-theme .owl-dots .owl-dot span:hover {
    background: #3556ff !important
}

.owl-theme .owl-dots .owl-dot.active span {
    background: #fff !important;
    width: 5rem !important
}

#btn-wp {
    display: block
}

body {
    background: #3556ff;
    background: -webkit-gradient(linear, left top, left bottom, from(rgb(61, 102, 255)), color-stop(3%, rgb(19, 60, 176)), color-stop(12%, rgb(9, 26, 70)), color-stop(65%, rgb(19, 60, 176)), color-stop(79%, rgb(19, 60, 176)), to(rgb(9, 26, 70)));
    background: linear-gradient(180deg, rgb(61, 102, 255) 0%, rgb(19, 60, 176) 3%, rgb(9, 26, 70) 12%, rgb(19, 60, 176) 65%, rgb(19, 60, 176) 79%, rgb(9, 26, 70) 100%);
    font-family: "AMX", sans-serif
}

body h1,
body h2,
body h3,
body h4,
body h5,
body h6 {
    font-family: "AMX", sans-serif
}

body .fixed-whatsapp {
    position: fixed;
    bottom: 2rem;
    right: 2rem;
    z-index: 9997;
    -webkit-transition: all .3s;
    transition: all .3s
}

body .fixed-whatsapp.consentbar {
    bottom: 10rem
}

body .fixed-whatsapp:hover {
    -webkit-filter: brightness(1.15);
    filter: brightness(1.15)
}

body .fixed-whatsapp img {
    width: 100%;
    max-width: 17.5rem
}

header {
    background: #081434;
    background: -webkit-gradient(linear, left top, left bottom, from(rgb(19, 60, 176)), to(rgb(75, 119, 255)));
    background: linear-gradient(180deg, rgb(19, 60, 176) 0%, rgb(75, 119, 255) 100%);
    -webkit-transition: .3s all;
    transition: .3s all
}

header.header-sticky {
    -webkit-box-shadow: 0 .5rem .5rem 0 rgba(0, 0, 0, .25);
    box-shadow: 0 .5rem .5rem 0 rgba(0, 0, 0, .25)
}

header figure {
    max-width: 16rem;
    width: 100%;
    -webkit-transition: opacity .5s ease-in-out;
    transition: opacity .5s ease-in-out;
    margin: 0
}

header figure img {
    width: 100%
}

header .btn-whatsapp {
    background-color: #fff;
    color: #17327f;
    border-radius: 500px;
    border: 0 none;
    padding: 1rem 2.4rem 1rem;
    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;
    gap: 1rem
}

header .btn-whatsapp span {
    font-size: 16px;
    font-weight: 600
}

header .btn-whatsapp:hover,
header .btn-whatsapp:active,
header .btn-whatsapp:focus {
    background-color: #fff !important;
    color: #17327f !important
}

header .btn-header {
    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%);
    border-radius: 500px;
    border: 0 none;
    padding: 1rem 3.4rem 1rem;
    vertical-align: middle;
    font-size: 16px;
    font-weight: 700;
    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;
    -webkit-transition: .3s all;
    transition: .3s all;
    -webkit-box-shadow: 0 10px 22px rgba(11, 21, 61, .28);
    box-shadow: 0 10px 22px rgba(11, 21, 61, .28);
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-clip: padding-box
}

header .btn-header:hover,
header .btn-header:active,
header .btn-header:focus {
    color: #fff !important;
    background-color: #22d3ee !important;
    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))) !important;
    background-image: linear-gradient(90deg, rgb(34, 211, 238) 0%, rgb(79, 101, 255) 48%, rgb(123, 63, 251) 100%) !important;
    -webkit-box-shadow: 0 12px 24px rgba(11, 21, 61, .34) !important;
    box-shadow: 0 12px 24px rgba(11, 21, 61, .34) !important;
    transform: translateY(-1px)
}

.banner-content {
    overflow-x: hidden;
    min-height: 87vh;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.banner-content .claro-multi-friday {
    width: 65%;
    max-width: 260px;
    margin: -10px -16px -10px
}

.banner-content .claro-multi-friday img {
    width: 100%
}

.banner-content .box-price-header {
    margin-bottom: 4rem;
    margin-top: 2rem;
    padding-left: 15px;
    padding-right: 0;
    z-index: 1
}

.banner-content .banner-slideshow {
    position: absolute;
    top: 0
}

.banner-content .banner-slideshow .item {
    margin-left: 1px
}

.banner-content .banner-slideshow .item img {
    min-height: 75rem;
    max-height: 84vh;
    height: 84vh;
    width: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: top right;
    object-position: top right
}

.banner-content .banner-img-content {
    pointer-events: none
}

.banner-content .banner-img-content .disabled {
    display: none
}

.banner-content .banner-img-content .owl-item {
    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
}

.banner-content .banner-img-content .figure-banner-mobile,
.banner-content .banner-img-content .figure-banner-desktop {
    margin: 0;
    position: relative;
    z-index: 2
}

.banner-content .banner-img-content .figure-banner-mobile img,
.banner-content .banner-img-content .figure-banner-desktop img {
    max-width: 100%;
    max-height: calc(100vh - 8rem)
}

.banner-content .banner-img-content .figure-banner-mobile {
    margin-bottom: -2rem
}

.banner-content .banner-img-content .figure-banner-desktop img {
    min-height: 50rem;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center;
    object-position: center
}

.banner-content h1 {
    position: relative;
    z-index: 3;
    font-size: 30px;
    line-height: 32px;
    font-weight: 500
}

.banner-content p {
    font-size: 22px;
    line-height: 26px
}

.banner-content p strong {
    font-weight: 500
}

.banner-content .btn-channels {
    max-width: 100%;
    margin: 0 0 1rem 0;
    padding: 0px
}

.banner-content .btn-channels img {
    width: 100%
}

.banner-content .price-box-claro {
    position: relative;
    z-index: 2;
    border-radius: 20px;
    padding: 2rem 0rem;
    color: #fff
}

.banner-content .price-box-claro::before,
.banner-content .price-box-claro::after {
    pointer-events: none;
    content: "";
    position: absolute
}

.banner-content .price-box-claro::before {
    inset: 0;
    z-index: -1;
    margin: 1.25px 1.5px 1.5px;
    border-radius: 19px;
    background: linear-gradient(45deg, rgb(23, 51, 114), rgb(34, 69, 150))
}

.banner-content .price-box-claro::after {
    inset: 0;
    z-index: -2;
    border-radius: 20px;
    background: #b7cfff;
    background: linear-gradient(305deg, rgb(170, 212, 255) 0%, rgb(120, 84, 255) 34%, rgb(205, 232, 255) 81%, rgb(138, 78, 255) 100%)
}

.banner-content .price-claro h2 {
    margin: 0
}

.banner-content .price-claro h2.plan-value {
    font-size: 40px;
    font-weight: 500;
    min-height: 6rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0 .5rem
}

.banner-content .price-claro h2.plan-value span {
    -ms-flex-item-align: end;
    align-self: flex-end;
    margin-bottom: 1rem
}

.banner-content .price-claro h2.plan-value strong {
    font-size: 117px;
    line-height: 108px
}

.banner-content .price-claro .font-sublime {
    max-width: 15rem;
    font-weight: 400;
    font-size: 12px;
    line-height: 12px;
    margin-right: 1rem
}

.banner-content .price-claro .font-sublime span {
    font-weight: 500;
    font-size: 40px;
    line-height: 40px
}

.banner-content .btn {
    text-transform: inherit;
    display: inline-flex;
    width: auto;
    max-width: none;
    margin: 0 auto;
    border: 0 none;
    font-size: 17px;
    padding: .8rem 2.8rem;
    border-radius: 500px;
    font-weight: 700;
    white-space: nowrap;
    align-items: center;
    justify-content: center;
}

.banner-content .btn-signature {
    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%);
    font-weight: 700;
    -webkit-box-shadow: 0 10px 22px rgba(11, 21, 61, .28);
    box-shadow: 0 10px 22px rgba(11, 21, 61, .28);
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-clip: padding-box
}

.banner-content .btn-signature: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%);
    -webkit-box-shadow: 0 12px 24px rgba(11, 21, 61, .34);
    box-shadow: 0 12px 24px rgba(11, 21, 61, .34);
    transform: translateY(-1px)
}

.banner-content .btn-app {
    border: 1px solid #fff;
    background-color: rgba(0, 0, 0, 0)
}

.banner-content .btn-app:hover {
    border: 1px solid #3556ff;
    background-color: #3556ff
}

.buyflow {
    overflow: hidden;
    position: relative;
    color: #fff
}

.buyflow h4 {
    font-weight: 400;
    font-size: 26px;
    line-height: 30px;
    text-align: left
}

.buyflow h4 strong {
    font-weight: 500
}

.buyflow h4 img {
    max-width: 25.5rem;
    display: inline-block
}

.buyflow h2 {
    font-weight: 500;
    font-size: 40px;
    line-height: 40px;
    margin-bottom: 3rem
}

.buyflow p {
    font-size: 20px;
    line-height: 28px;
    font-weight: 400
}

.buyflow p strong {
    font-weight: 500
}

.buyflow .owl-carousel {
    cursor: -webkit-grab;
    cursor: grab
}

.buyflow .owl-carousel:active {
    cursor: -webkit-grabbing;
    cursor: grabbing
}

.buyflow .owl-carousel .owl-stage-outer {
    overflow: visible
}

.buyflow .owl-carousel .item {
    position: relative
}

.buyflow .owl-carousel .item .content {
    text-align: left;
    position: relative;
    padding-right: 5px
}

.buyflow .owl-carousel .item .content h4 {
    display: block;
    font-size: 16px;
    line-height: 20px;
    margin-top: 20px
}

.buyflow .owl-carousel .item .content h4>img {
    width: auto;
    height: 4rem
}

.buyflow .owl-carousel .item .content p {
    font-size: 16px;
    line-height: 20px;
    font-weight: 400
}

.buyflow .owl-carousel .item .content strong {
    font-weight: 500
}

.buyflow .owl-carousel .item .content .strong2 {
    font-weight: 500
}

.buyflow .owl-carousel .item figure img {
    max-width: 42rem;
    border-radius: 20px
}

.view-desk {
    display: block
}

.view-desk-inline {
    display: inline
}

.view-mob {
    display: none
}

.whatsapp-sec .container {
    background-color: #133cb0;
    max-width: 100% !important;
    padding: 30px 30px 25px 30px;
    border-radius: 0;
    text-align: center;
    margin-top: 30px;
    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
}

.whatsapp-sec p {
    color: #fff;
    font-size: 25px;
    line-height: 25px;
    display: inline
}

.whatsapp-sec .cta-wp-sec {
    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;
    padding: 10px 30px;
    font-size: 20px;
    line-height: 22px;
    font-weight: 700;
    text-decoration: none;
    margin-left: 10px;
    border-radius: 20px;
    display: inline-block;
    min-width: 200px;
    font-family: "Roboto", sans-serif;
    border: 0;
    -webkit-box-shadow: 0 10px 22px rgba(11, 21, 61, .28);
    box-shadow: 0 10px 22px rgba(11, 21, 61, .28);
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-clip: padding-box
}

.whatsapp-sec .cta-wp-sec:hover,
.whatsapp-sec .cta-wp-sec:active,
.whatsapp-sec .cta-wp-sec:focus {
    opacity: 1;
    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;
    -webkit-box-shadow: 0 12px 24px rgba(11, 21, 61, .34);
    box-shadow: 0 12px 24px rgba(11, 21, 61, .34);
    transform: translateY(-1px)
}

.whatsapp-sec .cta-wp-sec img {
    width: 20px;
    height: auto;
    margin-right: 10px
}

.sec-video {
    padding: 4rem 0
}

.sec-video video {
    width: 100%;
    border-radius: 16px
}

.sec-amazon .subtitle {
    color: #fff;
    font-size: 16px;
    font-weight: 500
}

.sec-amazon .logo-amazon {
    float: left;
    width: 60px;
    margin-right: 15px
}

.sec-amazon .box-title {
    margin-bottom: 2.5rem !important
}

.sec-amazon .box-title .title {
    float: left;
    color: #fff;
    font-size: 22px;
    line-height: 26px;
    margin-top: 5px;
    margin-bottom: 0
}

.sec-amazon .box-amazon {
    padding: 0 60px 0 0
}

.sec-amazon .box-amazon .ic-amazon {
    width: 30px;
    height: auto;
    float: left;
    margin-right: 5px
}

.sec-amazon .box-amazon h4 {
    color: #fff;
    float: left
}

.sec-amazon .box-amazon p {
    color: #fff;
    font-size: 16px;
    line-height: 20px
}

.sec-amazon .box-amazon hr {
    width: 100%;
    border: 1px solid #9a59ff;
    margin-top: 0
}

.sec-amazon .box-amazon .box-subtitle {
    height: 40px
}

.cta-wp {
    background-color: #31c9f5;
    font-weight: 400;
    border-color: #31c9f5 !important;
    color: #fff;
    font-size: 16px !important;
    line-height: 18px !important;
    padding: 6px 16px 6px 16px !important
}

.cta-wp:hover,
.cta-wp:active,
.cta-wp:focus {
    background-color: #9a59ff;
    border-color: #9a59ff !important;
    color: #fff;
    opacity: 1 !important
}

.cta-wp img {
    width: 15px !important;
    margin-right: 4px;
    display: inline-block !important
}

.box-options .box-content {
    position: relative;
    color: #fff
}

.box-options .box-content .box-claro-txt {
    z-index: 9;
    padding: 180px 50px;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    background: url(../assets/images/bg/bg-claro-box.png) #0a1f57 no-repeat left bottom;
    background-size: 420px
}

.box-options .box-content .box-claro-txt h2 {
    max-width: 34rem;
    font-size: 40px;
    margin-bottom: 4rem;
    font-weight: 500
}

.box-options .box-content .box-claro-txt p {
    max-width: 34rem;
    font-size: 24px;
    font-weight: 300;
    margin-bottom: 0
}

.box-options .box-content .box-claro-txt p strong {
    font-weight: 500
}

.box-options .box-carrossel {
    position: absolute;
    top: 0;
    bottom: 0
}

.box-options .box-carrossel .box-claro-carrossel {
    padding: 50px 0 50px 30px;
    height: 100%;
    background-color: #0a1f57;
    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
}

.box-options .box-carrossel .box-claro-carrossel .owl-carousel .owl-stage {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: stretch;
    -ms-flex-pack: stretch;
    justify-content: stretch;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    background-color: #0a215d;
    border-radius: 20px;
    overflow: hidden
}

.box-options .box-carrossel .box-claro-carrossel .owl-carousel .owl-loading {
    opacity: 1
}

.box-options .box-carrossel .box-claro-carrossel .first-box .device-carrossel {
    height: 16rem !important
}

.box-options .box-carrossel .box-claro-carrossel .box-item {
    width: 45rem;
    height: 100%;
    color: #fff;
    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;
    background: rgba(156, 4, 2, .17)
}

.box-options .box-carrossel .box-claro-carrossel .box-item .box-content .device-carrossel {
    height: 22rem;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center;
    object-position: center
}

.box-options .box-carrossel .box-claro-carrossel .box-item .box-content .logo-carrossel {
    height: 3rem
}

.box-options .box-carrossel .box-claro-carrossel .box-item .box-content .logo-carrossel-app {
    height: 4rem
}

.box-options .box-carrossel .box-claro-carrossel .box-item .box-content .content-carrossel {
    padding-top: 3rem;
    padding-inline: 3.5rem;
    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;
    text-align: center;
    gap: .75rem
}

.box-options .box-carrossel .box-claro-carrossel .box-item .box-content .content-carrossel h3 {
    font-size: 24px;
    margin: 0
}

.box-options .box-carrossel .box-claro-carrossel .box-item .box-content .content-carrossel p {
    font-size: 20px;
    line-height: 24px;
    font-weight: 300
}

.box-options .box-carrossel .box-claro-carrossel .box-item .box-content .content-carrossel p strong {
    font-weight: 500
}

.box-options .box-carrossel .box-claro-carrossel .box-item .box-content .content-carrossel .signatures-carrossel {
    margin-top: .5rem;
    height: 5rem;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center;
    object-position: center
}

.box-options .box-carrossel .box-claro-carrossel .box-item .box-content .box-claro-tv {
    font-weight: 500;
    font-size: 35px;
    margin-bottom: 0
}

.box-options .box-carrossel .box-claro-carrossel .box-item.first-box,
.box-options .box-carrossel .box-claro-carrossel .box-item.second-box {
    z-index: 3
}

.box-options .box-carrossel .box-claro-carrossel .box-item.first-box::before,
.box-options .box-carrossel .box-claro-carrossel .box-item.first-box::after,
.box-options .box-carrossel .box-claro-carrossel .box-item.second-box::before,
.box-options .box-carrossel .box-claro-carrossel .box-item.second-box::after {
    pointer-events: none;
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1
}

.box-options .box-carrossel .box-claro-carrossel .box-item.first-box::after,
.box-options .box-carrossel .box-claro-carrossel .box-item.second-box::after {
    background: #7b4dff
}

.box-options .box-carrossel .box-claro-carrossel .box-item.first-box::after {
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px
}

.box-options .box-carrossel .box-claro-carrossel .box-item.first-box .box-content {
    margin: 1.5px .75px 1.5px 1.5px;
    padding: 4rem 3.5rem;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    background: #1644c6;
    background: -webkit-gradient(linear, left bottom, left top, color-stop(60%, rgb(22, 68, 198)), to(rgb(40, 84, 220)));
    background: linear-gradient(0deg, rgb(22, 68, 198) 60%, rgb(40, 84, 220) 100%)
}

.box-options .box-carrossel .box-claro-carrossel .box-item.first-box .content-carrossel {
    padding-inline: 0
}

.box-options .box-carrossel .box-claro-carrossel .box-item.second-box::after {
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    background: linear-gradient(325deg, rgb(138, 78, 255) 0%, rgb(120, 84, 255) 34%, rgb(205, 232, 255) 81%, rgb(138, 78, 255) 100%)
}

.box-options .box-carrossel .box-claro-carrossel .box-item.second-box .box-content {
    height: 100%;
    margin: 1.5px 1.5px 1.5px .75px;
    padding: 4rem 0;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px
}

.box-options .box-carrossel .box-claro-carrossel .box-item.second-box .content-carrossel {
    padding-inline: 3.5rem
}

.cardlist-content {
    position: relative;
    color: #fff
}

.cardlist-content .btn {
    text-transform: inherit;
    display: block;
    width: 100%;
    max-width: 70%;
    margin: 0 auto;
    border: 0 none;
    font-size: 20px;
    padding: .3rem 2.4rem;
    border-radius: 500px;
    font-weight: 600
}

.cardlist-content .btn-signature {
    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%);
    max-width: 200px;
    font-weight: 700;
    -webkit-box-shadow: 0 10px 22px rgba(11, 21, 61, .28);
    box-shadow: 0 10px 22px rgba(11, 21, 61, .28);
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-clip: padding-box
}

.cardlist-content .btn-signature: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%);
    -webkit-box-shadow: 0 12px 24px rgba(11, 21, 61, .34);
    box-shadow: 0 12px 24px rgba(11, 21, 61, .34);
    transform: translateY(-1px)
}

.cardlist-content h4.title {
    font-weight: 400;
    font-size: 32px;
    line-height: 36px;
    padding: 0 220px
}

.cardlist-content figure {
    border-radius: 20px;
    overflow: hidden;
    width: 100%
}

.cardlist-content figure img {
    width: 100%;
    max-width: 1700px
}

.box-claro-fibra-otica .bg-fibra {
    background: url(../assets/images/bg/bg-menino-rede-fibra-otica.webp) no-repeat #050d2b;
    background-position: -120px -50px;
    border-radius: 20px;
    overflow: hidden
}

.box-claro-fibra-otica .box-fibra {
    margin-left: 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: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    background: url(../assets/images/bg/background-fibra-otica.png) no-repeat right center;
    background-size: contain;
    padding: 9rem 5rem 9rem 20rem
}

.box-claro-fibra-otica .box-fibra p {
    color: #fff;
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 5rem
}

.box-claro-fibra-otica .box-fibra p strong {
    font-weight: 600
}

.box-claro-fibra-otica .box-fibra img {
    width: 100%;
    max-width: 23rem
}

.bf-channels .buyflow-channels {
    position: relative;
    z-index: 8;
    color: #fff;
    background-color: #10276a;
    border-radius: 20px
}

.bf-channels .buyflow-channels .channels-flow {
    position: relative;
    z-index: 9;
    padding: 24px 32px;
    background-color: #081a46;
    border-radius: 20px;
    -webkit-box-shadow: 0 1.3rem 5.7rem 0 rgba(0, 0, 0, .45);
    box-shadow: 0 1.3rem 5.7rem 0 rgba(0, 0, 0, .45)
}

.bf-channels .buyflow-channels .channels-flow h4 {
    padding-right: 5%;
    font-size: 35px;
    line-height: 38px;
    font-weight: 500
}

.bf-channels .buyflow-channels .channels-flow p {
    font-size: 20px;
    font-weight: 300
}

.bf-channels .buyflow-channels .channels-flow .channels-list {
    cursor: -webkit-grab;
    cursor: grab
}

.bf-channels .buyflow-channels .channels-flow .channels-list:active {
    cursor: -webkit-grabbing;
    cursor: grabbing
}

.bf-channels .buyflow-channels .channels-flow .channels-list figure {
    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;
    height: 8rem;
    margin: 0;
    position: relative;
    padding: 16px 24px
}

.bf-channels .buyflow-channels .channels-flow .channels-list figure::after {
    position: absolute;
    left: .5rem;
    right: .5rem;
    top: .5rem;
    bottom: .5rem;
    content: "";
    border-radius: 8px;
    background-color: #071030
}

.bf-channels .buyflow-channels .channels-flow .channels-list figure img {
    z-index: 1;
    position: relative;
    width: calc(100% - 1rem);
    height: calc(100% - 1rem);
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center;
    object-position: center
}

.bf-channels .buyflow-channels .globoplay-signature {
    padding: 48px 32px
}

.bf-channels .buyflow-channels .globoplay-signature .glob-sign {
    z-index: 3;
    position: relative;
    display: grid;
    grid-template-columns: repeat(2, 3fr);
    -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;
    justify-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 1rem
}

.bf-channels .buyflow-channels .globoplay-signature .glob-sign .buyflow-logo-amazon {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
}

.bf-channels .buyflow-channels .globoplay-signature .glob-sign .buyflow-logo-disney {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2
}

.bf-channels .buyflow-channels .globoplay-signature .glob-sign .buyflow-logo-globoplay {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6
}

.bf-channels .buyflow-channels .globoplay-signature .glob-sign .buyflow-logo-netflix {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3
}

.bf-channels .buyflow-channels .globoplay-signature .glob-sign .buyflow-logo-max {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4
}

.bf-channels .buyflow-channels .globoplay-signature .glob-sign .buyflow-logo-appletv {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5
}

.bf-channels .buyflow-channels .globoplay-signature .button-plus {
    z-index: 1;
    position: absolute;
    left: 0;
    top: 50%;
    color: #fff;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(../assets/images/bg/plus-icon.svg);
    background-size: cover;
    background-color: #10276a;
    width: 5rem;
    height: 5rem;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.bf-channels .buyflow-channels .globoplay-signature figure {
    width: 100%;
    text-align: center;
    position: relative;
    border: 1px solid #fff;
    border-radius: 30px;
    padding: 4rem 7rem;
    margin: 0
}

.bf-channels .buyflow-channels .globoplay-signature figure img {
    width: 100%;
    height: auto;
    border-radius: 8px
}

.price-plan {
    padding-top: 2rem;
    padding-bottom: 5rem
}

.price-plan .economy-box {
    position: absolute;
    top: 10px;
    left: 0;
    height: 6rem;
    padding-bottom: 1rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-inline: 2.5rem;
    border-radius: 8px 8px 0 0;
    color: #fff;
    background: #4165ff;
    background: -webkit-gradient(linear, left top, right top, from(rgb(58, 98, 255)), to(rgb(19, 60, 176)));
    background: linear-gradient(90deg, rgb(58, 98, 255) 0%, rgb(19, 60, 176) 100%);
    z-index: -1
}

.price-plan .economy-box::after {
    pointer-events: none;
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 3rem
}

.price-plan .economy-box p {
    font-size: 16px;
    font-weight: 500
}

.price-plan .economy-box p strong {
    font-weight: 500
}

.price-plan .box-netflix p {
    font-size: 20px;
    line-height: 28px;
    color: #0d1847;
    margin: 0
}

.price-plan .box-netflix .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
}

.price-plan .box-netflix .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;
    position: relative
}

.price-plan .box-netflix .radio-wrapper .radio-inner label {
    font-size: 20px;
    line-height: 24px;
    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-flex: 1;
    -ms-flex: 1;
    flex: 1;
    gap: .75rem;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-wrap: nowrap
}

.price-plan .box-netflix .radio-wrapper .radio-inner label img {
    max-width: 100%;
    width: 7.5rem
}

.price-plan .box-netflix .radio-wrapper .radio-inner label span {
    font-size: 24px;
    line-height: 36px;
    color: #3556ff
}

.price-plan .box-netflix .radio-wrapper .radio-inner input,
.price-plan .box-netflix .radio-wrapper .radio-inner input:focus,
.price-plan .box-netflix .radio-wrapper .radio-inner input:hover {
    all: unset;
    position: absolute;
    inset: 0
}

.price-plan .box-netflix .radio-wrapper .radio-inner .radio-image {
    border: 1px solid #09133a;
    background-color: #fff;
    margin-right: 2rem;
    -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
}

.price-plan .box-netflix .radio-wrapper .radio-inner:hover .radio-image,
.price-plan .box-netflix .radio-wrapper .radio-inner:focus-within .radio-image {
    background-color: #6ce6ff
}

.price-plan .box-netflix .radio-wrapper .radio-inner:has(:checked) .radio-image {
    background-color: #6ce6ff
}

.price-plan .product-plan {
    margin-top: 5.5rem;
    z-index: 2;
    position: relative;
    border-radius: 15px;
    color: #0d1847;
    background-color: #fff;
    border: 2px solid #fff;
    width: 100%
}

.price-plan .product-plan hr {
    border-top: 1px solid;
    color: #b0bddb;
    opacity: 1
}

.price-plan .product-plan .subtitle {
    color: #fff;
    font-size: 14px;
    line-height: 18px;
    font-weight: 400
}

.price-plan .product-plan #combo-box .accordion-item,
.price-plan .product-plan #combo-box-premiere .accordion-item,
.price-plan .product-plan #combo-350mb .accordion-item,
.price-plan .product-plan #combo-500mb .accordion-item,
.price-plan .product-plan #combo-750mb .accordion-item,
.price-plan .product-plan #accordion-combo-multi-350 .accordion-item,
.price-plan .product-plan #accordion-combo-multi-500 .accordion-item,
.price-plan .product-plan #accordion-combo-multi-750 .accordion-item {
    border: 0 none
}

.price-plan .product-plan #combo-box .accordion-item p,
.price-plan .product-plan #combo-box-premiere .accordion-item p,
.price-plan .product-plan #combo-350mb .accordion-item p,
.price-plan .product-plan #combo-500mb .accordion-item p,
.price-plan .product-plan #combo-750mb .accordion-item p,
.price-plan .product-plan #accordion-combo-multi-350 .accordion-item p,
.price-plan .product-plan #accordion-combo-multi-500 .accordion-item p,
.price-plan .product-plan #accordion-combo-multi-750 .accordion-item p {
    color: #0d1847;
    font-size: 16px;
    line-height: 28px;
    font-weight: 400;
    margin-bottom: 0
}

.price-plan .product-plan #combo-box .accordion-button,
.price-plan .product-plan #combo-box-premiere .accordion-button,
.price-plan .product-plan #combo-350mb .accordion-button,
.price-plan .product-plan #combo-500mb .accordion-button,
.price-plan .product-plan #combo-750mb .accordion-button,
.price-plan .product-plan #accordion-combo-multi-350 .accordion-button,
.price-plan .product-plan #accordion-combo-multi-500 .accordion-button,
.price-plan .product-plan #accordion-combo-multi-750 .accordion-button {
    cursor: pointer;
    font-weight: 400;
    text-wrap: nowrap;
    text-transform: inherit;
    color: #0d1847;
    font-size: 18px;
    padding: 8px 24px;
    outline: none;
    border: 0 none;
    gap: 5px
}

.price-plan .product-plan #combo-box .accordion-button:not(.collapsed),
.price-plan .product-plan #combo-box .accordion-button:focus,
.price-plan .product-plan #combo-box .accordion-button:hover,
.price-plan .product-plan #combo-box-premiere .accordion-button:not(.collapsed),
.price-plan .product-plan #combo-box-premiere .accordion-button:focus,
.price-plan .product-plan #combo-box-premiere .accordion-button:hover,
.price-plan .product-plan #combo-350mb .accordion-button:not(.collapsed),
.price-plan .product-plan #combo-350mb .accordion-button:focus,
.price-plan .product-plan #combo-350mb .accordion-button:hover,
.price-plan .product-plan #combo-500mb .accordion-button:not(.collapsed),
.price-plan .product-plan #combo-500mb .accordion-button:focus,
.price-plan .product-plan #combo-500mb .accordion-button:hover,
.price-plan .product-plan #combo-750mb .accordion-button:not(.collapsed),
.price-plan .product-plan #combo-750mb .accordion-button:focus,
.price-plan .product-plan #combo-750mb .accordion-button:hover,
.price-plan .product-plan #accordion-combo-multi-350 .accordion-button:not(.collapsed),
.price-plan .product-plan #accordion-combo-multi-350 .accordion-button:focus,
.price-plan .product-plan #accordion-combo-multi-350 .accordion-button:hover,
.price-plan .product-plan #accordion-combo-multi-500 .accordion-button:not(.collapsed),
.price-plan .product-plan #accordion-combo-multi-500 .accordion-button:focus,
.price-plan .product-plan #accordion-combo-multi-500 .accordion-button:hover,
.price-plan .product-plan #accordion-combo-multi-750 .accordion-button:not(.collapsed),
.price-plan .product-plan #accordion-combo-multi-750 .accordion-button:focus,
.price-plan .product-plan #accordion-combo-multi-750 .accordion-button:hover {
    background-color: rgba(0, 0, 0, 0);
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none
}

.price-plan .product-plan #combo-box .accordion-button::after,
.price-plan .product-plan #combo-box-premiere .accordion-button::after,
.price-plan .product-plan #combo-350mb .accordion-button::after,
.price-plan .product-plan #combo-500mb .accordion-button::after,
.price-plan .product-plan #combo-750mb .accordion-button::after,
.price-plan .product-plan #accordion-combo-multi-350 .accordion-button::after,
.price-plan .product-plan #accordion-combo-multi-500 .accordion-button::after,
.price-plan .product-plan #accordion-combo-multi-750 .accordion-button::after {
    width: 1.3rem;
    height: 1.3rem;
    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='%230D1847'%3e%3cpath fill-rule='evenodd' d='M.74,1.41c.32-.33.85-.33,1.18,0,0,0,0,0,0,0l6.08,8.41L14.08,1.41c.33-.33.85-.33,1.18,0s.33.85,0,1.18l-6.67,9c-.32.33-.85.33-1.18,0,0,0,0,0,0,0L.74,2.59c-.33-.32-.33-.85,0-1.18,0,0,0,0,0,0Z'/%3e%3c/svg%3e");
    margin: 0
}

.price-plan .product-plan .fibra-color-black {
    width: 60% !important;
    margin-left: auto;
    margin-right: auto;
    margin-top: 15px;
    margin-bottom: 10px
}

.price-plan .product-plan .fibra-otica-price-value {
    max-width: calc(100% - 8rem);
    min-width: 30rem;
    width: 100%;
    margin-inline: auto;
    background: url(../assets/images/banner/bg-fibra-otica-value-price.webp) no-repeat center;
    background-size: contain;
    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;
    padding: 2.75rem 3rem 3rem 1.5rem;
    -webkit-transform: translateX(1rem);
    transform: translateX(1rem)
}

.price-plan .product-plan .fibra-otica-price-value span {
    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;
    font-size: 80px;
    font-weight: 500;
    line-height: 100%;
    gap: .5rem
}

.price-plan .product-plan .fibra-otica-price-value span .fibra-size {
    font-size: 32px;
    line-height: 170%;
    font-weight: 400
}

.price-plan .product-plan figure {
    margin-bottom: .5rem
}

.price-plan .product-plan figure.app-claro {
    width: 100%
}

.price-plan .product-plan figure.app-claro img {
    display: block;
    margin-inline: auto;
    height: 3.25rem;
    max-width: 100%
}

.price-plan .product-plan figure.sign-globo {
    width: 100%
}

.price-plan .product-plan figure.sign-globo img {
    display: block;
    margin-inline: auto;
    width: 85%;
    max-width: 26rem;
    height: auto
}

.price-plan .product-plan .discount-plan {
    background-color: #10204f;
    padding-block: 1rem;
    margin-left: -15px;
    margin-right: -15px
}

.price-plan .product-plan .discount-plan p {
    color: #fff;
    font-size: 18px;
    line-height: 20px
}

.price-plan .product-plan .value-plan2 h5 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.price-plan .product-plan .value-plan {
    position: relative;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding-block: 0;
    margin-inline: 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: center;
    -ms-flex-pack: center;
    justify-content: center
}

.price-plan .product-plan .value-plan>strong {
    font-size: 16px;
    -ms-flex-item-align: baseline;
    align-self: baseline
}

.price-plan .product-plan .value-plan>.value-plan-month {
    position: absolute;
    margin-top: 0;
    bottom: 2rem;
    right: 0;
    font-size: 24px
}

.price-plan .product-plan .value-plan span {
    font-size: 34px;
    -ms-flex-item-align: start;
    align-self: flex-start;
    margin-top: 0;
    font-weight: 500
}

.price-plan .product-plan .value-plan h5 {
    font-size: 36px;
    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
}

.price-plan .product-plan .value-plan h5 strong {
    font-size: 95px;
    line-height: 95px;
    margin-bottom: .5rem
}

.price-plan .product-plan .value-plan .mes {
    margin-left: -60px;
    font-size: 25px;
    line-height: 25px;
    padding-bottom: 10px
}

.price-plan .product-plan .btn {
    border: 1px solid;
    font-size: 16px;
    padding: .7rem 1.8rem;
    border-radius: 500px;
    width: auto;
    max-width: none;
    white-space: nowrap;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.price-plan .product-plan .btn.btn-plan {
    text-wrap: nowrap;
    font-size: 18px;
    padding: 4px 16px 4px 16px
}

.price-plan .product-plan .btn.btn-primary {
    font-weight: 600;
    border-color: #63deff;
    background-color: #63deff;
    color: #050d2b
}

.price-plan .product-plan .btn.btn-primary:hover {
    border-color: #9a59ff;
    background-color: #9a59ff;
    color: #fff
}

.price-plan .product-plan .btn.btn-secondary {
    font-weight: 700;
    font-size: 17px;
    border-color: transparent;
    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-box-shadow: 0 10px 22px rgba(11, 21, 61, .28);
    box-shadow: 0 10px 22px rgba(11, 21, 61, .28);
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-clip: padding-box
}

.price-plan .product-plan .btn.btn-secondary:hover {
    color: #fff;
    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%);
    -webkit-box-shadow: 0 12px 24px rgba(11, 21, 61, .34);
    box-shadow: 0 12px 24px rgba(11, 21, 61, .34);
    transform: translateY(-1px)
}

.price-plan .product-plan .box-claro-tv {
    font-size: 30px;
    line-height: 32px;
    margin-top: 10px
}

.price-plan .product-plan #clarotv-aria-soundbox .accordion-item,
.price-plan .product-plan #clarotv-aria-box .accordion-item,
.price-plan .product-plan #app-netflix-box .accordion-item,
.price-plan .product-plan #app-netflix-soundbox .accordion-item,
.price-plan .product-plan #accordion-combo-multi-350 .accordion-item,
.price-plan .product-plan #accordion-combo-multi-500 .accordion-item,
.price-plan .product-plan #accordion-combo-multi-700 .accordion-item {
    border: 0 none
}

.price-plan .product-plan #clarotv-aria-soundbox .accordion-item p,
.price-plan .product-plan #clarotv-aria-box .accordion-item p,
.price-plan .product-plan #app-netflix-box .accordion-item p,
.price-plan .product-plan #app-netflix-soundbox .accordion-item p,
.price-plan .product-plan #accordion-combo-multi-350 .accordion-item p,
.price-plan .product-plan #accordion-combo-multi-500 .accordion-item p,
.price-plan .product-plan #accordion-combo-multi-700 .accordion-item p {
    color: #0d1847;
    font-size: 16px;
    line-height: 28px;
    font-weight: 400;
    margin-bottom: 0
}

.price-plan .product-plan #clarotv-aria-soundbox .accordion-button,
.price-plan .product-plan #clarotv-aria-box .accordion-button,
.price-plan .product-plan #app-netflix-box .accordion-button,
.price-plan .product-plan #app-netflix-soundbox .accordion-button,
.price-plan .product-plan #accordion-combo-multi-350 .accordion-button,
.price-plan .product-plan #accordion-combo-multi-500 .accordion-button,
.price-plan .product-plan #accordion-combo-multi-700 .accordion-button {
    font-weight: 400;
    text-wrap: nowrap;
    text-transform: inherit;
    color: #0d1847;
    font-size: 18px;
    padding: 8px 24px;
    outline: none;
    border: 0 none;
    gap: 5px
}

.price-plan .product-plan #clarotv-aria-soundbox .accordion-button:not(.collapsed),
.price-plan .product-plan #clarotv-aria-soundbox .accordion-button:focus,
.price-plan .product-plan #clarotv-aria-soundbox .accordion-button:hover,
.price-plan .product-plan #clarotv-aria-box .accordion-button:not(.collapsed),
.price-plan .product-plan #clarotv-aria-box .accordion-button:focus,
.price-plan .product-plan #clarotv-aria-box .accordion-button:hover,
.price-plan .product-plan #app-netflix-box .accordion-button:not(.collapsed),
.price-plan .product-plan #app-netflix-box .accordion-button:focus,
.price-plan .product-plan #app-netflix-box .accordion-button:hover,
.price-plan .product-plan #app-netflix-soundbox .accordion-button:not(.collapsed),
.price-plan .product-plan #app-netflix-soundbox .accordion-button:focus,
.price-plan .product-plan #app-netflix-soundbox .accordion-button:hover,
.price-plan .product-plan #accordion-combo-multi-350 .accordion-button:not(.collapsed),
.price-plan .product-plan #accordion-combo-multi-350 .accordion-button:focus,
.price-plan .product-plan #accordion-combo-multi-350 .accordion-button:hover,
.price-plan .product-plan #accordion-combo-multi-500 .accordion-button:not(.collapsed),
.price-plan .product-plan #accordion-combo-multi-500 .accordion-button:focus,
.price-plan .product-plan #accordion-combo-multi-500 .accordion-button:hover,
.price-plan .product-plan #accordion-combo-multi-700 .accordion-button:not(.collapsed),
.price-plan .product-plan #accordion-combo-multi-700 .accordion-button:focus,
.price-plan .product-plan #accordion-combo-multi-700 .accordion-button:hover {
    background-color: rgba(0, 0, 0, 0);
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none
}

.price-plan .product-plan #clarotv-aria-soundbox .accordion-button::after,
.price-plan .product-plan #clarotv-aria-box .accordion-button::after,
.price-plan .product-plan #app-netflix-box .accordion-button::after,
.price-plan .product-plan #app-netflix-soundbox .accordion-button::after,
.price-plan .product-plan #accordion-combo-multi-350 .accordion-button::after,
.price-plan .product-plan #accordion-combo-multi-500 .accordion-button::after,
.price-plan .product-plan #accordion-combo-multi-700 .accordion-button::after {
    width: 1.3rem;
    height: 1.3rem;
    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='%230D1847'%3e%3cpath fill-rule='evenodd' d='M.74,1.41c.32-.33.85-.33,1.18,0,0,0,0,0,0,0l6.08,8.41L14.08,1.41c.33-.33.85-.33,1.18,0s.33.85,0,1.18l-6.67,9c-.32.33-.85.33-1.18,0,0,0,0,0,0,0L.74,2.59c-.33-.32-.33-.85,0-1.18,0,0,0,0,0,0Z'/%3e%3c/svg%3e");
    margin: 0
}

.price-plan .info-label {
    font-size: 14px;
    line-height: 16px;
    color: #fff
}

.price-plan .logo-box {
    position: absolute;
    top: 0px;
    left: 0;
    height: 9rem;
    padding-bottom: 3rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-inline: 2.5rem;
    border-radius: 20px 20px 0 0;
    color: #fff;
    background: #4165ff;
    background: -webkit-gradient(linear, left top, right top, from(rgb(58, 98, 255)), to(rgb(19, 60, 176)));
    background: linear-gradient(90deg, rgb(58, 98, 255) 0%, rgb(19, 60, 176) 100%);
    border: 1px solid #fff;
    z-index: -1
}

.price-plan .logo-box::after {
    pointer-events: none;
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 3rem
}

.price-plan .logo-box p {
    font-size: 16px;
    font-weight: 500
}

.price-plan .logo-box p strong {
    font-weight: 500
}

.price-plan .logo-box .img-logo {
    min-width: 50px;
    margin: 10px;
    max-width: 50px;
    width: 50px
}

.price-plan .oferta-exclusiva {
    background: #dbe5fb;
    border-radius: 30px 30px 0px 0;
    padding: 12px;
    color: #050d2b;
    text-align: center;
    width: calc(100% - 4px);
    height: 220px;
    position: absolute;
    margin: 2px;
    z-index: -1
}

.price-plan .oferta-exclusiva h5 {
    font-size: 18px;
    font-weight: 500
}

.price-plan .mt-oferta {
    margin: 60px 0 0 !important
}

.price-plan .part1 {
    background: #8b56ff;
    background: -webkit-gradient(linear, left top, right top, from(rgb(139, 86, 255)), color-stop(30%, rgb(187, 223, 255)), color-stop(50%, rgb(216, 236, 255)), color-stop(70%, rgb(187, 223, 255)), to(rgb(139, 86, 255)));
    background: linear-gradient(90deg, rgb(139, 86, 255) 0%, rgb(187, 223, 255) 30%, rgb(216, 236, 255) 50%, rgb(187, 223, 255) 70%, rgb(139, 86, 255) 100%);
    border-radius: 30px;
    border: 0;
    padding: 0
}

.price-plan .part1 .img-logo {
    width: 55%;
    margin: auto;
    padding: 25px 0 30px 0
}

.price-plan .part1 .img-logo img {
    width: 100%
}

.price-plan .part2 {
    background: #fff;
    border-radius: 30px;
    border: 2px solid #d6e2ff;
    padding: 0;
    margin: 0
}

.price-plan .part2 .text-price {
    color: #050d2b;
    font-size: 20px;
    line-height: 24px;
    font-weight: 600;
    text-align: center;
    margin-top: 15px;
    margin-bottom: 15px
}

.price-plan .part3 {
    background: #fff;
    border-radius: 30px;
    border: 2px solid #d6e2ff;
    padding: 0;
    margin-top: 0;
    margin-left: -1px;
    margin-right: -1px;
    margin-bottom: -2px;
    width: calc(100% + 2px) !important
}

.price-plan .part3 .img-streaming {
    width: 70%;
    margin: -5px auto 15px
}

.price-plan .part4 {
    background: #4165ff;
    background: -webkit-gradient(linear, left top, left bottom, from(rgb(58, 98, 255)), to(rgb(19, 60, 176)));
    background: linear-gradient(180deg, rgb(58, 98, 255) 0%, rgb(19, 60, 176) 100%);
    border-left: 1px solid #d6e2ff;
    border-right: 1px solid #d6e2ff;
    border-bottom: 1px solid #d6e2ff;
    border-top: none;
    border-radius: 0 0 30px 30px;
    text-align: center;
    margin: -1px -1px 0 -1px;
}

.price-plan .part4 figure {
    width: 70%;
    margin: auto;
    padding: 30px 0 10px
}

.price-plan .part4 figure img {
    width: 100%
}

.price-plan .button-plus {
    z-index: 1;
    position: relative;
    left: 50%;
    top: -2px;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(../assets/images/icons/icon-mais.svg);
    background-size: cover;
    width: 25px;
    height: 25px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.faq-session .title h5 {
    color: #fff;
    font-size: 40px;
    line-height: 40px;
    font-weight: 400
}

.faq-session .faq-questions .accordion-button {
    text-transform: inherit;
    background-color: rgba(0, 0, 0, 0);
    color: #fff;
    font-weight: 400;
    font-size: 20px;
    padding: 24px 32px;
    outline: none;
    border: 0 none;
    border-bottom: 1px solid #3550b8;
    gap: 2rem
}

.faq-session .faq-questions .accordion-button strong {
    color: #3556ff;
    font-weight: 500
}

.faq-session .faq-questions .accordion-button:not(.collapsed),
.faq-session .faq-questions .accordion-button:focus,
.faq-session .faq-questions .accordion-button:hover {
    background-color: rgba(0, 0, 0, 0);
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none
}

.faq-session .faq-questions .accordion-button::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%239A59FF'%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")
}

.faq-session .faq-questions .accordion-body {
    padding: 24px 32px
}

.faq-session .faq-questions .accordion-body ul {
    margin-bottom: 2rem;
    margin-left: 1rem
}

.faq-session .faq-questions .accordion-body ul li {
    list-style-type: disc;
    margin-bottom: .5rem
}

.faq-session .faq-questions .accordion-body ul li::marker {
    color: #6ce6ff
}

.faq-session .faq-questions .accordion-body p,
.faq-session .faq-questions .accordion-body li {
    color: #fff;
    font-size: 18px;
    line-height: 28px;
    font-weight: 300
}

.faq-session .faq-questions .accordion-body p a,
.faq-session .faq-questions .accordion-body li a {
    color: #3556ff;
    font-weight: 500;
    -webkit-transition: all .3s;
    transition: all .3s
}

.faq-session .faq-questions .accordion-body p a:hover,
.faq-session .faq-questions .accordion-body li a:hover {
    color: #6ce6ff
}

.faq-session .faq-questions .accordion-body p:last-child,
.faq-session .faq-questions .accordion-body li:last-child {
    margin-bottom: 0
}

.faq-session .faq-questions .accordion-body p strong,
.faq-session .faq-questions .accordion-body li strong {
    font-weight: 500
}

.legal-term {
    position: relative;
    border-bottom: 1px solid #081a46
}

.legal-term::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    display: block;
    border-bottom: 1px solid #91a7ff
}

.legal-term p,
.legal-term a {
    color: #fff;
    font-size: 12px;
    line-height: 16px
}

.legal-term p a,
.legal-term a a {
    font-weight: 600;
    text-decoration: underline
}

footer {
    padding-top: 4rem;
    padding-bottom: 4rem
}

footer .copyright-text p {
    color: #fff;
    font-weight: 300;
    font-size: 14px;
    margin: 0
}

footer .copyright-text nav ul {
    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: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 2rem;
    margin-bottom: 2rem
}

footer .copyright-text nav ul a {
    text-transform: uppercase;
    text-decoration: none;
    color: #95a4d1;
    font-size: 12px;
    font-weight: 600;
    -webkit-transition: .3s all;
    transition: .3s all
}

footer .copyright-text nav ul:hover {
    color: #fff
}

footer figure {
    max-width: 12rem
}

footer figure img {
    width: 100%
}

@-webkit-keyframes flickerAnimation {
    0% {
        opacity: 1
    }

    50% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@keyframes flickerAnimation {
    0% {
        opacity: 1
    }

    50% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@-webkit-keyframes shake {

    10%,
    90% {
        -webkit-transform: translate3d(-1rem, -2.5rem, 0);
        transform: translate3d(-1rem, -2.5rem, 0)
    }

    20%,
    80% {
        -webkit-transform: translate3d(2rem, -2.5rem, 0);
        transform: translate3d(2rem, -2.5rem, 0)
    }

    30%,
    50%,
    70% {
        -webkit-transform: translate3d(-2rem, -2.5rem, 0);
        transform: translate3d(-2rem, -2.5rem, 0)
    }

    40%,
    60% {
        -webkit-transform: translate3d(2.5rem, -2.5rem, 0);
        transform: translate3d(2.5rem, -2.5rem, 0)
    }
}

@keyframes shake {

    10%,
    90% {
        -webkit-transform: translate3d(-1rem, -2.5rem, 0);
        transform: translate3d(-1rem, -2.5rem, 0)
    }

    20%,
    80% {
        -webkit-transform: translate3d(2rem, -2.5rem, 0);
        transform: translate3d(2rem, -2.5rem, 0)
    }

    30%,
    50%,
    70% {
        -webkit-transform: translate3d(-2rem, -2.5rem, 0);
        transform: translate3d(-2rem, -2.5rem, 0)
    }

    40%,
    60% {
        -webkit-transform: translate3d(2.5rem, -2.5rem, 0);
        transform: translate3d(2.5rem, -2.5rem, 0)
    }
}

@-webkit-keyframes fade {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes fade {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@-webkit-keyframes fadeInOut {

    0%,
    100% {
        opacity: 0
    }

    5%,
    95% {
        opacity: 1
    }
}

@keyframes fadeInOut {

    0%,
    100% {
        opacity: 0
    }

    5%,
    95% {
        opacity: 1
    }
}

@-webkit-keyframes slideRight {
    from {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    to {
        -webkit-transform: translateX(100vw);
        transform: translateX(100vw)
    }
}

@keyframes slideRight {
    from {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    to {
        -webkit-transform: translateX(100vw);
        transform: translateX(100vw)
    }
}

@media screen and (min-width: 1920px) {
    .box-price-header {
        min-height: 90rem
    }

    .banner-content .btn {
        max-width: 30rem;
        font-size: 30px
    }

    .banner-content h1 {
        font-size: 5rem;
        line-height: 5.5rem
    }

    .banner-content p {
        font-size: 4rem;
        line-height: 4.8rem
    }

    .banner-content .banner-slideshow .item img {
        max-height: 100rem
    }

    .col-xl-maior {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 45%
    }
}

@media screen and (min-width: 1706px) {
    .box-price-header {
        min-height: 80rem
    }

    .banner-content .banner-slideshow .item img {
        max-height: 95rem
    }
}

@media screen and (max-width: 1440px) {
    .box-claro-fibra-otica .bg-fibra {
        background-position: -100px -80px;
        background-size: cover
    }

    .box-claro-fibra-otica .box-fibra img {
        max-width: 20rem
    }

    .box-claro-fibra-otica .box-fibra p {
        font-size: 20px;
        line-height: 24px
    }
}

@media screen and (min-width: 1420px) {
    .catalog-items {
        margin-top: -3rem
    }
}

@media screen and (max-width: 1200px) {
    .box-claro-fibra-otica .bg-fibra {
        background-size: cover;
        background-position: -130px -60px
    }

    .box-claro-fibra-otica .box-fibra {
        padding: 5rem 3rem 5rem 24rem
    }

    .box-claro-fibra-otica .box-fibra img {
        max-width: 18rem
    }

    .banner-content .banner-slideshow {
        position: relative
    }

    .banner-content .banner-slideshow .item {
        margin-left: 0
    }

    .banner-content .banner-slideshow .item img {
        min-height: auto;
        max-height: 70rem;
        -o-object-fit: cover;
        object-fit: cover;
        -o-object-position: bottom center;
        object-position: bottom center
    }

    .banner-content .box-price-header {
        margin-top: 1rem !important;
        margin-bottom: 60px;
        padding-bottom: 5rem !important;
        padding-top: 0 !important
    }

    .box-options .box-content .box-claro-txt {
        padding-inline: 3rem
    }

    .cardlist-content figure img {
        max-width: 1200px
    }

    .bf-channels .buyflow-channels .globoplay-signature .button-plus {
        left: 50%;
        top: 0;
        width: 3.5rem;
        height: 3.5rem
    }

    .bf-channels .buyflow-channels .globoplay-signature figure {
        width: 100%;
        padding: 3rem 2rem 2rem;
        margin-top: 3rem;
        margin-bottom: 3rem;
        border-radius: 20px
    }

    .bf-channels .buyflow-channels .globoplay-signature figure .glob-sign {
        grid-template-columns: repeat(4, 1fr);
        gap: 1rem
    }

    .bf-channels .buyflow-channels .globoplay-signature figure .glob-sign .buyflow-logo-globoplay {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }

    .bf-channels .buyflow-channels .globoplay-signature figure .glob-sign .buyflow-logo-netflix {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }

    .bf-channels .buyflow-channels .globoplay-signature figure .glob-sign .buyflow-logo-max {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3
    }

    .bf-channels .buyflow-channels .globoplay-signature figure .glob-sign .buyflow-logo-appletv {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4
    }

    .bf-channels .buyflow-channels .globoplay-signature figure .glob-sign img {
        border-radius: 0
    }

    .bf-channels .buyflow-channels .channels-flow {
        text-align: center
    }
}

@media screen and (max-width: 1024px) {
    .buyflow {
        overflow: hidden
    }

    .buyflow h4 {
        font-weight: 400;
        font-size: 32px;
        line-height: 36px;
        display: inline-block
    }

    .buyflow h4 img {
        max-width: 20rem;
        margin-bottom: 15px;
        margin-inline: 5px
    }

    .buyflow p {
        font-size: 20px;
        line-height: 24px
    }

    .cardlist-content h4.title {
        font-size: 32px;
        line-height: 36px;
        letter-spacing: 0;
        padding: 0 10px
    }

    .price-plan .box-netflix .accordion-body {
        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
    }

    .price-plan .box-netflix .accordion-body .radio-wrapper {
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content
    }

    .price-plan .box-netflix .accordion-body .radio-wrapper .radio-inner {
        padding: 0
    }

    .price-plan .owl-carousel .owl-stage .owl-item {
        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
    }

    .price-plan .box-netflix .radio-wrapper .radio-inner {
        padding: 0 1rem
    }

    .price-plan .box-netflix .radio-wrapper .radio-inner label {
        font-size: 18px;
        line-height: 28px
    }

    .price-plan .box-netflix .radio-wrapper .radio-inner label img {
        width: 6.5rem
    }
}

@media screen and (max-width: 992px) {
    .box-claro-fibra-otica .bg-fibra {
        background-color: #081434;
        background-image: url(../assets/images/bg/banner-claro-mobile.webp);
        background-size: cover;
        background-position: center top
    }

    .box-claro-fibra-otica .box-fibra {
        background-image: none;
        padding: 28rem 1rem 1.5rem 1rem;
        width: 80%;
        max-width: 45rem;
        margin-right: auto
    }

    .box-claro-fibra-otica .box-fibra p {
        margin-bottom: 1.5rem
    }

    .price-plan .box-netflix .accordion-body .radio-wrapper {
        margin-left: -1rem
    }

    .price-plan .box-netflix .accordion-body .radio-wrapper .radio-inner {
        padding: 0
    }

    .price-plan .product-plan .btn.btn-primary,
    .price-plan .product-plan .btn.btn-secondary {
        font-weight: 700;
        font-size: 16px;
        border-color: transparent;
        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-box-shadow: 0 10px 22px rgba(11, 21, 61, .28);
        box-shadow: 0 10px 22px rgba(11, 21, 61, .28);
        position: relative;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        background-clip: padding-box
    }

    .price-plan .product-plan .discount-plan {
        margin-left: -30px;
        margin-right: -30px
    }

    .box-options .box-carrossel .box-claro-carrossel {
        padding: 50px 0
    }

    .box-options .box-carrossel .box-claro-carrossel .box-item {
        width: 40rem
    }

    .box-options .box-carrossel .box-claro-carrossel .box-item .box-content {
        height: 100%;
        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
    }

    .whatsapp-sec .view-mob {
        line-height: 0;
        font-size: 0;
        display: block
    }

    .whatsapp-sec .cta-wp-sec {
        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;
        padding: 10px 30px;
        font-size: 20px;
        line-height: 22px;
        font-weight: 700;
        text-decoration: none;
        margin-left: 10px;
        border-radius: 20px;
        display: inline-block;
        min-width: 200px;
        font-family: "Roboto", sans-serif;
        border: 0;
        -webkit-box-shadow: 0 10px 22px rgba(11, 21, 61, .28);
        box-shadow: 0 10px 22px rgba(11, 21, 61, .28);
        position: relative;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        background-clip: padding-box
    }

    .bf-channels .buyflow-channels .channels-flow .channels-list figure {
        padding: 4px 8px
    }
}

@media screen and (max-width: 768px) {
    .bg-section-header {
        background: -webkit-gradient(linear, left bottom, left top, from(rgb(14, 35, 88)), to(rgb(28, 58, 135))) !important;
        background: linear-gradient(0deg, rgb(14, 35, 88) 0%, rgb(28, 58, 135) 100%) !important
    }

    .box-claro-fibra-otica .box-fibra img {
        max-width: 15rem
    }

    #btn-wp.view {
        display: block
    }

    header .btn-whatsapp {
        width: 42px;
        padding: 1rem
    }

    header .btn-whatsapp span {
        display: none
    }

    header .btn-whatsapp,
    header .btn-header {
        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%);
        border-radius: 500px;
        border: 0 none;
        padding: 1rem 3.4rem 1rem;
        vertical-align: middle;
        font-size: 16px;
        font-weight: 700;
        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;
        -webkit-transition: .3s all;
        transition: .3s all;
        -webkit-box-shadow: 0 10px 22px rgba(11, 21, 61, .28);
        box-shadow: 0 10px 22px rgba(11, 21, 61, .28);
        position: relative;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        background-clip: padding-box
    }

    .banner-content {
        text-align: center;
        height: auto
    }

    .banner-content .banner-slideshow {
        height: auto;
        max-height: 470px
    }

    .banner-content .banner-slideshow .item img {
        max-height: 478px;
        height: auto
    }

    .banner-content .price-box-claro {
        margin-bottom: 30px
    }

    .price-plan {
        padding-top: 0
    }

    .price-plan .box-netflix .accordion-body .radio-wrapper {
        margin-left: 0
    }

    .price-plan .owl-carousel .owl-stage-outer {
        padding-top: 3rem
    }

    .price-plan .owl-carousel .owl-stage {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }

    .price-plan .owl-carousel .owl-stage .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
    }

    .price-plan .owl-carousel .owl-stage .owl-item.active {
        opacity: 1
    }

    .price-plan .owl-carousel .owl-stage .owl-item.center {
        z-index: 10;
        -webkit-transform: none;
        transform: none
    }

    .price-plan .owl-carousel .owl-stage .owl-item .product-plan {
        border-radius: 20px
    }

    .price-plan .owl-carousel .owl-stage .owl-item .product-plan .btn.btn-primary,
    .price-plan .owl-carousel .owl-stage .owl-item .product-plan .btn.btn-secondary {
        width: 100%;
        font-size: 16px
    }

    .price-plan .owl-carousel .owl-stage .owl-item .product-plan #app-clarotv .accordion-item,
    .price-plan .owl-carousel .owl-stage .owl-item .product-plan #app-clarotvgloboplay .accordion-item,
    .price-plan .owl-carousel .owl-stage .owl-item .product-plan #app-netflix-box .accordion-item,
    .price-plan .owl-carousel .owl-stage .owl-item .product-plan #app-netflix-soundbox .accordion-item {
        margin-inline: -1.5rem
    }

    .price-plan .owl-carousel .owl-stage .owl-item .product-plan #app-clarotv .accordion-button,
    .price-plan .owl-carousel .owl-stage .owl-item .product-plan #app-clarotvgloboplay .accordion-button,
    .price-plan .owl-carousel .owl-stage .owl-item .product-plan #app-netflix-box .accordion-button,
    .price-plan .owl-carousel .owl-stage .owl-item .product-plan #app-netflix-soundbox .accordion-button {
        font-size: 16px;
        padding: 8px 0 0
    }

    .box-options .box-carrossel {
        position: relative;
        background: url(../assets/images/bg/bg-claro-box.png) #081a46 no-repeat left bottom;
        background-size: calc(100% - 35vw)
    }

    .box-options .box-carrossel .box-claro-carrossel .box-item .box-content .box-claro-tv {
        margin-bottom: 0
    }

    .box-options .box-content {
        max-width: 100% !important
    }

    .box-options .box-content .box-claro-txt {
        padding: 50px 50px 0;
        background-image: none;
        border-bottom-left-radius: 0;
        border-top-right-radius: 20px
    }

    .box-options .box-content .box-claro-txt h2,
    .box-options .box-content .box-claro-txt p {
        max-width: inherit
    }

    .box-options .box-content .box-claro-txt h2 {
        font-size: 32px
    }

    .box-options .box-content .box-claro-txt p {
        font-size: 18px
    }

    .banner-content .box-price-header {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .banner-content .btn {
        max-width: 100%;
        margin: 0 auto 1rem
    }

    .cardlist-content figure img {
        display: block;
        width: 95%;
        margin-left: auto;
        margin-right: auto;
        max-width: 780px
    }

    .whatsapp-sec {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .whatsapp-sec p {
        display: block;
        font-size: 18px;
        line-height: 22px;
        margin-bottom: 5px
    }

    .whatsapp-sec .view-mob {
        line-height: 0;
        font-size: 0
    }

    .whatsapp-sec .cta-wp-sec {
        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;
        padding: 10px 30px;
        font-size: 20px;
        line-height: 22px;
        font-weight: 700;
        text-decoration: none;
        margin-left: 10px;
        border-radius: 20px;
        display: inline-block;
        min-width: 200px;
        font-family: "Roboto", sans-serif;
        border: 0;
        -webkit-box-shadow: 0 10px 22px rgba(11, 21, 61, .28);
        box-shadow: 0 10px 22px rgba(11, 21, 61, .28);
        position: relative;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        background-clip: padding-box
    }

    .whatsapp-sec .container {
        width: 80%;
        padding: 30px 20px;
        border-radius: 10px
    }

    .sec-video {
        padding: 0 15px
    }

    .sec-amazon {
        padding: 15px
    }

    .sec-amazon .box-amazon {
        padding: 0px 15px;
        margin-bottom: 15px
    }

    .sec-amazon .box-title {
        padding: 0 5px
    }

    .sec-amazon .box-title .title {
        font-size: 18px;
        line-height: 22px
    }

    .view-desk {
        display: none
    }

    .view-desk-inline {
        display: none
    }

    .view-mob {
        display: block
    }
}

@media screen and (max-width: 640px) {
    .box-claro-fibra-otica {
        padding-inline: 1rem
    }

    .buyflow .owl-carousel .owl-stage-outer {
        overflow: visible
    }

    .buyflow .owl-carousel .item figure img {
        width: 100%;
        max-width: 40rem
    }
}

@media screen and (max-width: 540px) {
    .cardlist-content h4.title {
        font-size: 18px;
        line-height: 20px
    }

    .price-plan .product-plan .discount-plan p {
        font-size: 16px
    }

    .price-plan .box-netflix .radio-wrapper .radio-inner label {
        font-size: 16px;
        gap: .5rem
    }
}

@media screen and (max-width: 480px) {
    .box-claro-fibra-otica .box-fibra {
        width: 100%;
        padding: 21rem 1rem 1.5rem 1rem
    }

    .box-claro-fibra-otica .box-fibra p {
        font-size: 14px;
        line-height: 12px;
        margin-bottom: 1rem
    }

    .box-claro-fibra-otica .box-fibra img {
        max-width: 10rem;
        margin-bottom: .5rem
    }

    .cardlist-content figure img {
        max-width: 480px
    }

    header figure {
        max-width: 16rem
    }

    header .btn-header {
        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%);
        border-radius: 500px;
        border: 0 none;
        padding: 1rem 3.4rem 1rem;
        vertical-align: middle;
        font-size: 16px;
        font-weight: 700;
        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;
        -webkit-transition: .3s all;
        transition: .3s all;
        -webkit-box-shadow: 0 10px 22px rgba(11, 21, 61, .28);
        box-shadow: 0 10px 22px rgba(11, 21, 61, .28);
        position: relative;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        background-clip: padding-box
    }

    .banner-content {
        text-align: center;
        color: #fff;
        -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important
    }

    .banner-content .app-claro,
    .banner-content .price-claro {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .banner-content h1 {
        font-size: 28px;
        line-height: 32px
    }

    .banner-content p {
        font-size: 18px;
        line-height: 22px;
        margin: 0
    }

    .banner-content .btn-channels img {
        max-width: 100%;
        width: 100%
    }

    .banner-content .banner-slideshow {
        height: auto;
        max-height: 290px
    }

    .banner-content .banner-slideshow .item img {
        max-height: 290px
    }

    .buyflow h4 {
        font-size: 24px;
        line-height: 28px;
        margin-top: 2rem !important;
        margin-bottom: 2rem !important;
        text-align: left;
        width: 100%;
        padding: 0 15px
    }

    .buyflow p {
        font-size: 18px;
        line-height: 24px
    }

    .buyflow .owl-carousel .item figure {
        max-width: calc(100vw - 10%)
    }

    .box-options .box-carrossel .box-claro-carrossel .box-item {
        max-width: 36.5rem
    }

    .box-options .box-carrossel .box-claro-carrossel .box-item.first-box .box-content {
        padding: 4rem 3rem
    }

    .box-options .box-carrossel .box-claro-carrossel .box-item .box-content .box-claro-tv {
        font-size: 28px
    }

    .box-options .box-carrossel .box-claro-carrossel .box-item .box-content .content-carrossel h3 {
        font-size: 20px;
        line-height: 28px
    }

    .box-options .box-carrossel .box-claro-carrossel .box-item .box-content .content-carrossel p {
        font-size: 16px;
        line-height: 20px
    }

    .price-box-claro .price-claro {
        font-weight: 900
    }

    .price-box-claro .price-claro h2 {
        margin: 0
    }

    .price-box-claro .price-claro h2.plan-value {
        font-size: 32px;
        font-weight: 500
    }

    .price-box-claro .price-claro h2.plan-value strong {
        font-size: 91px;
        line-height: 84px
    }

    .price-box-claro .price-claro .font-sublime {
        max-width: 10rem;
        font-weight: 400;
        font-size: 12px;
        line-height: 16px
    }

    .bf-channels .buyflow-channels .channels-flow {
        text-align: center;
        padding: 8px 24px 16px 24px;
        border-radius: 20px
    }

    .bf-channels .buyflow-channels .channels-flow h4 {
        font-size: 24px;
        padding-right: 0
    }

    .bf-channels .buyflow-channels .channels-flow p {
        font-size: 16px;
        line-height: 24px
    }

    .bf-channels .buyflow-channels .channels-flow .channels-list figure {
        padding: 4px 16px 4px 16px
    }

    .bf-channels .buyflow-channels .globoplay-signature {
        padding: 0 .5rem;
        border-radius: 0 0 20px 20px
    }

    .bf-channels .buyflow-channels .globoplay-signature .button-plus {
        left: 50%;
        top: 0
    }

    .bf-channels .buyflow-channels .globoplay-signature figure {
        padding: 2.1rem 2rem 1.5rem;
        margin-top: 3rem;
        margin-bottom: 3rem
    }

    .bf-channels .buyflow-channels .globoplay-signature figure .glob-sign img {
        border-radius: 0
    }

    .price-plan .box-netflix .radio-wrapper .radio-inner {
        padding: 0
    }

    .price-plan .box-netflix .radio-wrapper .radio-inner .radio-image {
        margin-right: 1rem
    }

    .price-plan .product-plan .value-plan h5 {
        font-size: 40px;
        gap: 0
    }

    .price-plan .product-plan .value-plan h5 strong {
        font-size: 83.2px;
        line-height: 76.8px
    }

    .price-plan .owl-carousel .owl-stage {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }

    .price-plan .owl-carousel .owl-stage .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
    }

    .price-plan .owl-carousel .owl-stage .owl-item .product-plan {
        min-width: 100%;
        border-radius: 30px
    }

    .faq-session .title h5 {
        font-size: 24px;
        line-height: 36px
    }

    .faq-session .title h5 strong {
        display: block
    }

    .faq-session .faq-questions .accordion-button {
        font-size: 16px;
        line-height: 24px;
        padding: 16px 24px
    }

    .faq-session .faq-questions .accordion-body p,
    .faq-session .faq-questions .accordion-body li,
    .faq-session .faq-questions .accordion-body a {
        font-size: 16px;
        line-height: 28px
    }

    footer .copyright-text nav ul {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: .5rem
    }
}

@media screen and (max-width: 430px)and (min-width: 395px) {
    .banner-content .banner-slideshow {
        height: auto;
        max-height: 250px
    }
}

@media screen and (max-width: 394px) {
    .banner-content .banner-slideshow {
        height: auto;
        max-height: 230px
    }
}

@media screen and (max-width: 360px) {
    .cardlist-content figure img {
        max-width: 360px
    }

    .banner-content {
        text-align: center
    }

    .banner-content .banner-slideshow {
        height: auto;
        max-height: 210px
    }

    .banner-content .banner-slideshow .item img {
        max-height: 210px
    }
}

header .btn-header,
.banner-content .btn-signature,
.cardlist-content .btn-signature,
.whatsapp-sec .cta-wp-sec,
.price-plan .product-plan .btn.btn-secondary {
    -webkit-appearance: none;
    appearance: none;
    border: none;
    outline: none;
    background-clip: padding-box
}

/*# sourceMappingURL=styles.min.css.map */