@charset "utf-8";

section#planos{
    float: left;
    width: 100%;
    margin-top: 60px;
}

section#planos h1{
    display: inline-block;
    width: 90%;
    color: var(--cms-primary, #1b0688);
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 20px;
}

section#planos h1 br{
    display: none;
}

section#planos div.plano{
    display: inline-block;
    vertical-align: top;
    width: 300px;
    position: relative;
    box-shadow: 0 0 10px #999;
    background-color: #fff;
    margin: 30px 20px 0 20px;
    padding: 50px 0 30px 0;
    border-radius: 20px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

section#planos div.plano:hover{
    box-shadow: 0 0 10px #333;
}

section#planos div.plano-destaque span.mais-vendido{
    position: absolute;
    text-transform: uppercase;
    width: 100%;
    padding: 10px 0;
    background-color: var(--cms-secondary, #58c8ea);
    color: #fff;
    border-radius: 20px 20px 0 0;
    top: 0px;
    left: 0;
    text-shadow: 0 0 5px var(--cms-secondary, #58c8ea);
}

section#planos div.plano span.ribbon-canto{
    position: absolute;
    top: 18px;
    left: -44px;
    width: 170px;
    padding: 8px 0;
    background-color: var(--cms-secondary, #58c8ea);
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: .4px;
    text-align: center;
    text-transform: uppercase;
    transform: rotate(-38deg);
    transform-origin: center;
    z-index: 4;
    box-shadow: 0 8px 18px rgba(0, 0, 0, 0.18);
    pointer-events: none;
}

section#planos div.plano-destaque{
    overflow: hidden;
}

section#planos div.plano span.velocidade{
    display: inline-block;
    width: 90%;
    font-size: 35px;
    text-align: left;
    font-weight: 700;
    color: var(--cms-primary, #1b0688);
}

section#planos div.plano span.valor{
    display: inline-block;
    width: 90%;
    text-align: left;
    font-size: 28px;
    margin-top: 10px;
}

section#planos div.plano span.valor i{
    font-size: 15px;
}

section#planos div.plano a{
    display: inline-block;
    padding: 12px 20px;
    background-color: var(--cms-secondary, #58c8ea);
    color: #fff;
    font-size: 20px;
    margin-top: 20px;
    border-radius: 20px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

section#planos div.plano a:hover{
    background-color: var(--cms-secondary, #58c8ea);
}

section#planos div.plano span.detalhes{
    display: inline-block;
    width: 80%;
    margin-top: 40px;
    text-align: left;
}

section#planos div.plano span.detalhes p{
    display: inline-block;
    width: 100%;
    margin-top: 5px;
    font-size: 15px;
    font-weight: 700;
    padding-bottom: 5px;
    color: #333;
    border-bottom: 1px solid #999;
}

section#planos div.plano span.detalhes p i.plano-icon{
    display: inline-block;
    vertical-align: middle;
    margin-right: 8px;
    width: 22px;
    text-align: center;
    color: var(--cms-secondary, #58c8ea);
    font-size: 20px;
}

section#planos div.plano span.detalhes p:last-of-type{
    border-bottom: none;
}

section#app{
    float: left;
    width: 100%;
    margin: 50px 0;
}

section#app div#cont-app{
    display: inline-block;
    width: 90%;
    border-radius: 20px;
    background-color: var(--cms-primary-dark, #100356);
    color: #fff;
    padding: 50px 0;
    position: relative;
}

section#app div#cont-app img#homem-g3{
    display: none;
}

section#app div#cont-app h1{
    display: inline-block;
    width: 90%;
    font-size: 30px;
    font-weight: 700;
    margin-top: 20px;
}

section#app div#cont-app h2{
    display: inline-block;
    width: 90%;
    margin-top: 10px;
    font-size: 20px;
}

section#app div#cont-app p{
    display: inline-block;
    width: 90%;
    margin-top: 20px;
    font-size: 15px;
    line-height: normal;
}

section#app div#cont-app a{
    display: inline-block;
    padding: 10px 20px;
    background-color: var(--cms-secondary, #58c8ea);
    color: #fff;
    border-radius: 20px;
    font-size: 22px;
    margin-top: 20px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

section#app div#cont-app a i{
    display: inline-block;
    margin-right: 8px;
    vertical-align: middle;
    color: #fff;
    font-size: 24px;
}

section#app div#cont-app a:hover{
    background-color: var(--cms-secondary, #58c8ea);
}

@media screen and (min-width: 768px){
    section#planos h1{
        font-size: 40px;
    }

    section#app div#cont-app div#cont-dir{
        float: right;
        width: 50%;
        text-align: left;
    }

    section#app div#cont-app h1{
        font-size: 40px;
    }

    section#app div#cont-app h2{
        font-size: 25px;
    }

    section#app div#cont-app img#homem-g3{
        display: inline-block;
        position: absolute;
        width: 50%;
        bottom: 0px;
        left: -30px;
    }
}

@media screen and (min-width: 1024px){
    section#planos h1 br{
        display: inline-block;
    }

    section#planos h1{
        font-size: 50px;
    }

    section#app div#cont-app{
        margin-top: 120px;
    }

    section#app div#cont-app div#cont-dir{
        width: 50%;
    }

    section#app div#cont-app img#homem-g3{
        width: 50%;
        left: -40px;
    }
}

@media screen and (min-width: 1200px){
    section#planos div.plano{
        width: 300px;
        margin: 30px 35px 0 35px;
    }

    section#planos div.plano span.valor{
        font-size: 35px;
    }

    section#app{
        margin-top: 80px;
    }

    section#app div#cont-app{
        width: 80%;
    }

    section#app div#cont-app div#cont-dir{
        width: 50%;
    }

    section#app div#cont-app img#homem-g3{
        width: 53%;
        left: -30px;
    }
}

section#planos div.plano.plano-destaque{
    padding-top: 78px;
}

section#planos div.plano.plano-destaque span.velocidade{
    margin-top: 0;
}

section#planos div.plano span.ribbon-canto{
    top: 16px;
    left: -46px;
}


section#planos div.plano span.subtag-5g{
    display: inline-block;
    margin-top: 12px;
    padding: 6px 14px;
    background: #fff;
    border-radius: 10px;
    color: #222;
    font-size: 16px;
    font-weight: 700;
}

section#planos div.plano span.bloco-5g-topo{
    margin-top: 22px;
}

section#planos div.plano span.valor.valor-5g{
    margin-top: 24px;
    color: var(--cms-primary, #1b0688);
    font-weight: 700;
}

section#planos div.plano span.valor.valor-5g i{
    display: block;
    font-size: 16px;
    font-style: normal;
    margin-top: 6px;
}

section#planos div.plano span.aviso-5g{
    display: inline-block;
    width: 84%;
    margin-top: 16px;
    font-size: 14px;
    line-height: 1.25;
    font-style: italic;
    color: #444;
}

section#planos div.plano span.fora-combo{
    display: inline-block;
    width: 84%;
    margin-top: 10px;
    font-size: 16px;
    font-weight: 700;
    color: #111;
}


/* Layout atualizado dos cards de planos */
section#planos{
    background-color: #f4f4f4;
}

section#planos div.planos-viewport{
    padding-top: 22px !important;
    padding-bottom: 34px !important;
}

section#planos div.planos-track{
    align-items: stretch;
}

section#planos div.plano,
section#planos div#planos-home-list .plano{
    width: 300px;
    min-height: 470px;
    padding: 34px 28px 28px 28px;
    margin-top: 16px;
    border-radius: 22px;
    background-color: #fff;
    box-shadow: 0 4px 16px rgba(0, 0, 0, .22);
    box-sizing: border-box;
    overflow: hidden;
    text-align: center;
    color: #555;
}

section#planos div.plano:hover,
section#planos div#planos-home-list .plano:hover{
    box-shadow: 0 6px 20px rgba(0, 0, 0, .26);
}

section#planos div.plano-destaque,
section#planos div#planos-home-list .plano-destaque{
    background-color: var(--cms-primary, #1b0688);
    color: #fff;
}

section#planos div.plano span.velocidade,
section#planos div.plano span.velocidade.velocidade-mega{
    display: block;
    width: 100%;
    color: var(--cms-primary, #1b0688);
    font-weight: 800;
    font-size: 78px;
    line-height: .78;
    letter-spacing: -3px;
    text-transform: uppercase;
}

section#planos div.plano span.velocidade small{
    display: block;
    font-size: 32px;
    line-height: 1;
    font-weight: 400;
    letter-spacing: 0;
    margin-top: 10px;
}

section#planos div.plano span.velocidade:not(.velocidade-mega){
    font-size: 39px;
    line-height: 1.05;
    letter-spacing: -1px;
    margin-top: 20px;
    margin-bottom: 20px;
}

section#planos div.plano-destaque span.velocidade,
section#planos div.plano-destaque span.velocidade small{
    color: #fff;
}

section#planos div.plano span.valor{
    display: flex;
    width: 100%;
    align-items: baseline;
    justify-content: center;
    gap: 4px;
    margin: 28px 0 28px 0;
    color: #555;
    line-height: 1;
    white-space: nowrap;
}

section#planos div.plano span.valor b{
    font-size: 21px;
    font-weight: 400;
    color: #6a5547;
}

section#planos div.plano span.valor strong{
    font-size: 58px;
    font-weight: 800;
    color: #555;
    letter-spacing: -3px;
}

section#planos div.plano span.valor small{
    font-size: 22px;
    font-weight: 400;
    color: #333;
}

section#planos div.plano span.valor i{
    font-size: 22px;
    font-weight: 400;
    color: #333;
    margin-left: -2px;
}

section#planos div.plano-destaque span.valor,
section#planos div.plano-destaque span.valor b,
section#planos div.plano-destaque span.valor strong,
section#planos div.plano-destaque span.valor small,
section#planos div.plano-destaque span.valor i{
    color: var(--cms-secondary, #58c8ea);
}

section#planos div.plano span.detalhes{
    display: block;
    width: 100%;
    margin-top: 0;
    text-align: left;
}

section#planos div.plano span.detalhes p{
    display: block;
    width: 100%;
    margin: 0;
    padding: 7px 0 6px 0;
    border-bottom: 1px solid var(--cms-secondary, #58c8ea);
    color: #555;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.15;
    box-sizing: border-box;
}

section#planos div.plano span.detalhes p:last-of-type{
    border-bottom: none;
}

section#planos div.plano-destaque span.detalhes p{
    color: #fff;
}

section#planos div.plano span.detalhes p i.plano-icon{
    width: 18px;
    margin-right: 6px;
    color: var(--cms-secondary, #58c8ea);
    font-size: 15px;
}

section#planos div.plano span.detalhes p i.plano-icon::before{
    content: "\f00c";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
}

section#planos div.plano a,
section#planos div#planos-home-list .plano a{
    display: inline-block;
    min-width: 180px;
    margin-top: 24px;
    padding: 12px 22px;
    border-radius: 999px;
    background-color: var(--cms-primary, #1b0688);
    color: #fff;
    font-size: 16px;
    font-weight: 800;
    text-transform: uppercase;
    box-sizing: border-box;
}

section#planos div.plano a:hover,
section#planos div#planos-home-list .plano a:hover{
    background-color: var(--cms-secondary, #58c8ea);
}

section#planos div.plano-destaque a,
section#planos div#planos-home-list .plano-destaque a{
    background-color: var(--cms-secondary, #58c8ea);
}

section#planos div.plano-destaque a:hover,
section#planos div#planos-home-list .plano-destaque a:hover{
    background-color: #fff;
    color: var(--cms-primary, #1b0688);
}

section#planos div.plano span.ribbon-canto{
    top: 20px;
    left: auto;
    right: -48px;
    width: 175px;
    padding: 8px 0;
    transform: rotate(45deg);
    background-color: var(--cms-secondary, #58c8ea);
    color: #fff;
    font-size: 11px;
    font-weight: 400;
    letter-spacing: .2px;
    box-shadow: none;
}

section#planos button.planos-arrow{
    background-color: var(--cms-primary, #1b0688);
}

section#planos button.planos-arrow:hover{
    background-color: var(--cms-secondary, #58c8ea);
}

@media screen and (max-width: 767px){
    section#planos div.plano,
    section#planos div#planos-home-list .plano{
        min-height: 438px;
        padding: 30px 24px 26px 24px;
        border-radius: 20px;
    }

    section#planos div.plano span.velocidade,
    section#planos div.plano span.velocidade.velocidade-mega{
        font-size: 64px !important;
        line-height: .78;
    }

    section#planos div.plano span.velocidade small{
        font-size: 27px;
        margin-top: 8px;
    }

    section#planos div.plano span.velocidade:not(.velocidade-mega){
        font-size: 33px !important;
        line-height: 1.06;
    }

    section#planos div.plano span.valor{
        margin: 24px 0 24px 0;
    }

    section#planos div.plano span.valor strong{
        font-size: 48px;
    }

    section#planos div.plano span.valor b,
    section#planos div.plano span.valor small,
    section#planos div.plano span.valor i{
        font-size: 19px;
    }

    section#planos div.plano a,
    section#planos div#planos-home-list .plano a{
        min-width: 168px;
        font-size: 14px !important;
        padding: 11px 18px !important;
    }

    section#planos div.plano span.detalhes p{
        font-size: 13px !important;
        padding: 6px 0 5px 0;
    }

    section#planos div.plano span.ribbon-canto{
        top: 17px;
        right: -54px;
        width: 178px;
        font-size: 10px;
    }
}

/* Ajuste final: respiro do carrossel no desktop e card fechado no mobile */
@media screen and (min-width: 768px){
    section#planos div.planos-carousel{
        overflow: visible !important;
        padding-left: 18px !important;
        padding-right: 18px !important;
        box-sizing: border-box !important;
    }

    section#planos div.planos-viewport{
        width: calc(100% - 96px) !important;
        margin-left: auto !important;
        margin-right: auto !important;
        padding-top: 52px !important;
        padding-right: 44px !important;
        padding-bottom: 40px !important;
        padding-left: 44px !important;
        overflow: hidden !important;
        box-sizing: border-box !important;
    }

    section#planos button.planos-arrow.prev{
        left: 8px !important;
    }

    section#planos button.planos-arrow.next{
        right: 8px !important;
    }

    section#planos div.plano span.ribbon-canto.ribbon-img,
    section#planos div#planos-home-list .plano span.ribbon-canto.ribbon-img,
    section#planos-empresa div.plano span.ribbon-canto.ribbon-img{
        top: -26px !important;
        right: -31px !important;
    }
}

@media screen and (max-width: 767px){
    section#planos div.interface{
        overflow: hidden !important;
    }

    section#planos div.planos-carousel{
        width: 100% !important;
        max-width: 100% !important;
        margin-left: auto !important;
        margin-right: auto !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
        overflow: hidden !important;
        box-sizing: border-box !important;
    }

    section#planos div.planos-viewport{
        width: calc(100% - 42px) !important;
        max-width: 380px !important;
        margin-left: auto !important;
        margin-right: auto !important;
        padding-top: 44px !important;
        padding-right: 0 !important;
        padding-bottom: 30px !important;
        padding-left: 0 !important;
        overflow: hidden !important;
        box-sizing: border-box !important;
    }

    section#planos div.planos-track{
        gap: 24px !important;
        align-items: stretch !important;
    }

    section#planos div#planos-home-list .plano{
        margin-left: 0 !important;
        margin-right: 0 !important;
        max-width: none !important;
        box-sizing: border-box !important;
    }

    section#planos button.planos-arrow.prev{
        left: 2px !important;
    }

    section#planos button.planos-arrow.next{
        right: 2px !important;
    }

    section#planos div.plano span.ribbon-canto.ribbon-img,
    section#planos div#planos-home-list .plano span.ribbon-canto.ribbon-img,
    section#planos-empresa div.plano span.ribbon-canto.ribbon-img{
        top: -22px !important;
        right: -26px !important;
    }
}

/* Responsivo: especialista abaixo do texto, alinhado com o fim do quadro */
@media screen and (max-width: 767px){
    section#app div#cont-app{
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
        justify-content: flex-start !important;
        width: 92% !important;
        padding: 28px 16px 0 16px !important;
        box-sizing: border-box !important;
        overflow: hidden !important;
    }

    section#app div#cont-app div#cont-dir{
        order: 1 !important;
        width: 100% !important;
        text-align: center !important;
        position: relative !important;
        z-index: 2 !important;
    }

    section#app div#cont-app h1{
        width: 100% !important;
        margin-top: 0 !important;
        font-size: 28px !important;
        line-height: .98 !important;
    }

    section#app div#cont-app h2{
        width: 100% !important;
        margin-top: 12px !important;
        font-size: 21px !important;
        line-height: 1.02 !important;
    }

    section#app div#cont-app p{
        width: 100% !important;
        margin-top: 18px !important;
        font-size: 15px !important;
        line-height: 1.45 !important;
    }

    section#app div#cont-app img#homem-g3{
        order: 2 !important;
        display: block !important;
        position: relative !important;
        width: 78% !important;
        max-width: 310px !important;
        left: auto !important;
        right: auto !important;
        top: auto !important;
        bottom: auto !important;
        margin: 22px auto 0 auto !important;
        z-index: 1 !important;
    }
}

/* Ajuste final apenas do bloco especialista no responsivo - não altera planos */
@media screen and (max-width: 767px){
    section#app{
        margin-top: 42px !important;
        margin-bottom: 42px !important;
        padding-top: 0 !important;
    }

    section#app div#cont-app{
        width: 92% !important;
        max-width: 440px !important;
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
        justify-content: flex-start !important;
        padding: 34px 22px 0 22px !important;
        box-sizing: border-box !important;
        overflow: hidden !important;
    }

    section#app div#cont-app div#cont-dir{
        order: 1 !important;
        width: 100% !important;
        max-width: 100% !important;
        text-align: center !important;
        margin: 0 auto !important;
        padding: 0 !important;
        position: relative !important;
        z-index: 2 !important;
    }

    section#app div#cont-app h1{
        width: 100% !important;
        margin: 0 auto 12px auto !important;
        font-size: 28px !important;
        line-height: 1 !important;
    }

    section#app div#cont-app h2{
        width: 100% !important;
        margin: 0 auto !important;
        font-size: 21px !important;
        line-height: 1.08 !important;
    }

    section#app div#cont-app p{
        width: 100% !important;
        margin: 20px auto 0 auto !important;
        font-size: 15px !important;
        line-height: 1.45 !important;
    }

    section#app div#cont-app a{
        margin-top: 22px !important;
    }

    section#app div#cont-app img#homem-g3{
        order: 2 !important;
        display: block !important;
        position: relative !important;
        width: 82% !important;
        max-width: 325px !important;
        height: auto !important;
        left: auto !important;
        right: auto !important;
        top: auto !important;
        bottom: auto !important;
        margin: 32px auto 0 auto !important;
        z-index: 1 !important;
    }
}

/* Ajuste pontual FIXO: centralizar quadro especialista no responsivo */
@media screen and (max-width: 767px){
    section#app div.interface{
        text-align: center !important;
    }

    section#app div#cont-app{
        float: none !important;
        margin-left: auto !important;
        margin-right: auto !important;
    }
}


/* ===== PLANOS COPIADOS DA INDEX - INÍCIO ===== */
section#planos{
    float: left;
    width: 100%;
    margin-top: 60px;
}
section#planos h1{
    display: inline-block;
    width: 90%;
    color: var(--cms-primary, #1b0688);
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 20px;
}
section#planos h1 br{
    display: none;
}
section#planos div.plano{
    display: inline-block;
    width: 260px;
    position: relative;
    box-shadow: 0 0 10px #999;
    background-color: #fff;
    margin: 30px 20px 0 20px;
    padding: 50px 0 30px 0;
    border-radius: 20px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
section#planos div.plano:hover{
    box-shadow: 0 0 10px #333;
}
section#planos div.plano-destaque span.mais-vendido{
    position: absolute;
    text-transform: uppercase;
    width: 100%;
    padding: 10px 0;
    background-color: var(--cms-secondary, #58c8ea);
    color: #fff;
    border-radius: 20px 20px 0 0;
    top: 0px;
    left: 0;
    text-shadow: 0 0 5px var(--cms-secondary, #58c8ea);
}
section#planos div.plano-destaque{
    overflow: hidden;
}
section#planos div.plano span.ribbon-canto{
    position: absolute;
    top: 18px;
    left: -44px;
    width: 170px;
    padding: 8px 0;
    background-color: var(--cms-secondary, #58c8ea);
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: .4px;
    text-align: center;
    text-transform: uppercase;
    transform: rotate(-38deg);
    transform-origin: center;
    z-index: 4;
    box-shadow: 0 8px 18px rgba(0, 0, 0, 0.18);
    pointer-events: none;
}
@media screen and (max-width: 767px){
section#planos div.plano span.ribbon-canto{
        top: 14px;
        left: -48px;
        width: 165px;
        font-size: 11px;
        padding: 7px 0;
    }
}
section#planos div.plano span.velocidade{
    display: inline-block;
    width: 90%;
    font-size: 40px;
    font-weight: 700;
    color: var(--cms-primary, #1b0688);
}
section#planos div.plano span.valor{
    display: inline-block;
    width: 90%;
    font-size: 28px;
    margin-top: 10px;
}
section#planos div.plano span.valor i{
    font-size: 15px;
}
section#planos div.plano a{
    display: inline-block;
    padding: 12px 20px;
    background-color: var(--cms-primary, #1b0688);
    color: #fff;
    font-size: 20px;
    margin-top: 20px;
    border-radius: 20px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
section#planos div.plano a:hover{
    background-color: var(--cms-secondary, #58c8ea);
}
section#planos div.plano span.detalhes{
    display: inline-block;
    width: 80%;
    margin-top: 40px;
    text-align: left;
}
section#planos div.plano span.detalhes p{
    display: inline-block;
    width: 100%;
    margin-top: 5px;
    font-size: 15px;
    font-weight: 700;
    padding-bottom: 5px;
    color: #333;
    border-bottom: 1px solid #999;
}
section#planos div.plano span.detalhes p i.plano-icon{
    display: inline-block;
    vertical-align: middle;
    margin-right: 8px;
    width: 22px;
    text-align: center;
    color: var(--cms-secondary, #58c8ea);
    font-size: 20px;
}
section#planos div.plano span.detalhes p:last-of-type{
    border-bottom: none;
}
section#planos div#aviso{
    display: inline-block;
    width: 90%;
    margin-top: 30px;
    font-size: 15px;
    font-style: italic;
    text-align: left;
}
@media screen and (min-width: 768px){
section#planos h1{
        font-size: 40px;
    }
}
@media screen and (min-width: 1024px){
section#planos h1 br{
        display: inline-block;
    }
section#planos h1{
        font-size: 50px;
        text-align: left;
    }
}
@media screen and (min-width: 1200px){
section#planos div.plano{
        width: 300px;
        margin: 30px 35px 0 35px;
    }
section#planos div.plano span.velocidade{
        font-size: 50px;
    }
section#planos div.plano span.valor{
        font-size: 35px;
    }
}
section#planos div.planos-topo{
    display: flex;
    width: 90%;
    margin: 0 auto 10px auto;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    flex-wrap: wrap;
}
section#planos div.planos-topo h1{
    width: auto;
    margin-bottom: 0;
    text-align: left;
}
section#planos div.planos-filtros{
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    justify-content: flex-end;
}
section#planos button.plano-filtro{
    border: 2px solid #d8d8d8;
    background-color: #fff;
    color: #333;
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    font-weight: 700;
    padding: 12px 20px;
    border-radius: 999px;
    cursor: pointer;
    transition: .3s;
}
section#planos button.plano-filtro.active{
    background-color: var(--cms-secondary, #58c8ea);
    border-color: var(--cms-secondary, #58c8ea);
    color: #fff;
}
section#planos div#planos-home-list{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
section#planos div#planos-home-list .plano{
    vertical-align: top;
}
section#planos div#planos-home-list .plano span.mais-vendido{
    background-color: var(--cms-secondary, #58c8ea);
}
section#planos div#planos-home-list .plano a{
    background-color: var(--cms-secondary, #58c8ea);
}
section#planos div#planos-home-list .plano a:hover{
    background-color: var(--cms-secondary, #58c8ea);
}
@media screen and (max-width: 1023px){
section#planos div.planos-topo{
        justify-content: center;
    }
section#planos div.planos-topo h1{
        width: 100%;
        text-align: left;
    }
section#planos div.planos-filtros{
        justify-content: flex-start;
        width: 100%;
    }
}
section#planos{
    background-color: #f7f7f7;
    padding: 70px 0 90px 0;
}
section#planos div#planos-home-list{
    display: block;
    width: 100%;
    position: relative;
    margin-top: 30px;
}
section#planos div.planos-carousel{
    position: relative;
    width: 100%;
}
section#planos div.planos-viewport{
    overflow: hidden;
    width: calc(100% - 132px);
    margin: 0 auto;
    padding: 14px 12px 26px 12px;
    box-sizing: border-box;
}
section#planos div.planos-track{
    display: flex;
    gap: 36px;
    transition: transform .45s ease;
    will-change: transform;
}
section#planos div#planos-home-list .plano{
    margin: 10px 0 0 0;
    flex: 0 0 auto;
    box-sizing: border-box;
}
section#planos button.planos-arrow{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 46px;
    height: 46px;
    border: none;
    border-radius: 50%;
    background-color: var(--cms-secondary, #58c8ea);
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    cursor: pointer;
    z-index: 3;
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.18);
}
section#planos button.planos-arrow.prev{
    left: -8px;
}
section#planos button.planos-arrow.next{
    right: -8px;
}
section#planos button.planos-arrow[disabled]{
    opacity: .4;
    cursor: default;
}
@media screen and (max-width: 1023px){
section#planos{
        padding: 60px 0 80px 0;
    }
section#planos div.planos-viewport{
        width: calc(100% - 84px);
        padding: 12px 8px 24px 8px;
    }
section#planos div.planos-track{
        gap: 24px;
    }
section#planos button.planos-arrow.prev{
        left: 2px;
    }
section#planos button.planos-arrow.next{
        right: 2px;
    }
}
section#planos{
    margin-top: 0;
    padding: 45px 0 55px 0;
}
section#planos div.plano span.subtag-5g{
    display: inline-block;
    margin-top: 12px;
    padding: 6px 14px;
    background: #fff;
    border-radius: 10px;
    color: #222;
    font-size: 16px;
    font-weight: 700;
}
section#planos div.plano span.bloco-5g-topo{
    margin-top: 22px;
}
section#planos div.plano span.valor.valor-5g{
    margin-top: 24px;
    color: var(--cms-primary, #1b0688);
    font-weight: 700;
}
section#planos div.plano span.valor.valor-5g i{
    display: block;
    font-size: 16px;
    font-style: normal;
    margin-top: 6px;
}
section#planos div.plano span.aviso-5g{
    display: inline-block;
    width: 84%;
    margin-top: 16px;
    font-size: 14px;
    line-height: 1.25;
    font-style: italic;
    color: #444;
}
section#planos div.plano span.fora-combo{
    display: inline-block;
    width: 84%;
    margin-top: 10px;
    font-size: 16px;
    font-weight: 700;
    color: #111;
}
@media screen and (max-width: 767px){
section#planos div.interface{
        min-width: 0 !important;
        width: 100% !important;
        max-width: 100% !important;
        overflow: hidden;
    }
section#planos div.planos-topo{
        width: calc(100% - 32px) !important;
        max-width: 420px;
    }
section#planos div#planos-home-list{
        width: 100% !important;
        max-width: 100% !important;
        overflow: hidden;
    }
section#planos div.planos-carousel{
        width: 100% !important;
        max-width: 100% !important;
        overflow: hidden;
    }
section#planos div.planos-viewport{
        width: 100% !important;
        max-width: 100% !important;
        margin: 0 !important;
        padding: 14px 0 26px 0 !important;
        overflow: hidden !important;
        box-sizing: border-box;
    }
section#planos div.planos-track{
        gap: 24px !important;
        flex-wrap: nowrap !important;
        align-items: stretch;
    }
section#planos div#planos-home-list .plano{
        flex: 0 0 auto !important;
        margin: 10px 0 0 0 !important;
        box-sizing: border-box;
        max-width: none !important;
    }
section#planos div.plano span.velocidade{
        font-size: 34px !important;
        line-height: 1.05;
    }
section#planos div.plano span.valor{
        font-size: 25px !important;
        line-height: 1.1;
    }
section#planos div.plano a{
        font-size: 16px !important;
        padding: 11px 16px !important;
    }
section#planos div.plano span.detalhes{
        width: 84% !important;
        margin-top: 28px !important;
    }
section#planos div.plano span.detalhes p{
        font-size: 13px !important;
        line-height: 1.25;
    }
section#planos div.plano span.detalhes p i.plano-icon{
        width: 20px !important;
        font-size: 17px !important;
        margin-right: 6px !important;
    }
section#planos button.planos-arrow{
        width: 40px !important;
        height: 40px !important;
        font-size: 22px !important;
        z-index: 20 !important;
    }
section#planos button.planos-arrow.prev{ left: 4px !important; }
section#planos button.planos-arrow.next{ right: 4px !important; }
}
html.mobile-real section#planos div.interface{
    min-width: 0 !important;
    width: 100% !important;
    max-width: 100% !important;
    overflow: hidden;
}
html.mobile-real section#planos div.planos-topo{
    width: calc(100% - 32px) !important;
    max-width: 420px;
}
html.mobile-real section#planos div#planos-home-list,
html.mobile-real section#planos div.planos-carousel{
    width: 100% !important;
    max-width: 100% !important;
    overflow: hidden;
}
html.mobile-real section#planos div.planos-viewport{
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
    padding: 14px 0 26px 0 !important;
    overflow: hidden !important;
    box-sizing: border-box;
}
html.mobile-real section#planos div.planos-track{
    gap: 24px !important;
    flex-wrap: nowrap !important;
    align-items: stretch;
}
html.mobile-real section#planos div#planos-home-list .plano{
    flex: 0 0 auto !important;
    margin: 10px 0 0 0 !important;
    box-sizing: border-box;
    max-width: none !important;
}
html.mobile-real section#planos div.plano span.velocidade{
    font-size: 34px !important;
    line-height: 1.05;
}
html.mobile-real section#planos div.plano span.valor{
    font-size: 25px !important;
    line-height: 1.1;
}
html.mobile-real section#planos div.plano a{
    font-size: 16px !important;
    padding: 11px 16px !important;
}
html.mobile-real section#planos div.plano span.detalhes{
    width: 84% !important;
    margin-top: 28px !important;
}
html.mobile-real section#planos div.plano span.detalhes p{
    font-size: 13px !important;
    line-height: 1.25;
}
html.mobile-real section#planos div.plano span.detalhes p i.plano-icon{
    width: 20px !important;
    font-size: 17px !important;
    margin-right: 6px !important;
}
html.mobile-real section#planos button.planos-arrow{
    width: 40px !important;
    height: 40px !important;
    font-size: 22px !important;
    z-index: 20 !important;
}
html.mobile-real section#planos button.planos-arrow.prev{ left: 4px !important; }
html.mobile-real section#planos button.planos-arrow.next{ right: 4px !important; }
section#planos{
    background-color: #f4f4f4;
}
section#planos div.planos-viewport{
    padding-top: 22px !important;
    padding-bottom: 34px !important;
}
section#planos div.planos-track{
    align-items: stretch;
}
section#planos div.plano,
section#planos div#planos-home-list .plano{
    width: 300px;
    min-height: 470px;
    padding: 34px 28px 28px 28px;
    margin-top: 16px;
    border-radius: 22px;
    background-color: #fff;
    box-shadow: 0 4px 16px rgba(0, 0, 0, .22);
    box-sizing: border-box;
    overflow: hidden;
    text-align: center;
    color: #555;
}
section#planos div.plano:hover,
section#planos div#planos-home-list .plano:hover{
    box-shadow: 0 6px 20px rgba(0, 0, 0, .26);
}
section#planos div.plano-destaque,
section#planos div#planos-home-list .plano-destaque{
    background-color: var(--cms-primary, #1b0688);
    color: #fff;
}
section#planos div.plano span.velocidade,
section#planos div.plano span.velocidade.velocidade-mega{
    display: block;
    width: 100%;
    color: var(--cms-primary, #1b0688);
    font-weight: 800;
    font-size: 58px;
    line-height: .78;
    letter-spacing: -3px;
    text-transform: uppercase;
}
section#planos div.plano span.velocidade small{
    display: block;
    font-size: 32px;
    line-height: 1;
    font-weight: 400;
    letter-spacing: 0;
    margin-top: 10px;
}
section#planos div.plano span.velocidade:not(.velocidade-mega){
    font-size: 39px;
    line-height: 1.05;
    letter-spacing: -1px;
    margin-top: 20px;
    margin-bottom: 20px;
}
section#planos div.plano-destaque span.velocidade,
section#planos div.plano-destaque span.velocidade small{
    color: #fff;
}
section#planos div.plano span.valor{
    display: flex;
    width: 100%;
    align-items: baseline;
    justify-content: center;
    gap: 4px;
    margin: 28px 0 28px 0;
    color: #555;
    line-height: 1;
    white-space: nowrap;
}
section#planos div.plano span.valor b{
    font-size: 21px;
    font-weight: 400;
    color: #6a5547;
}
section#planos div.plano span.valor strong{
    font-size: 58px;
    font-weight: 800;
    color: #555;
    letter-spacing: -3px;
}
section#planos div.plano span.valor small{
    font-size: 22px;
    font-weight: 400;
    color: #333;
}
section#planos div.plano span.valor i{
    font-size: 22px;
    font-weight: 400;
    color: #333;
    margin-left: -2px;
}
section#planos div.plano-destaque span.valor,
section#planos div.plano-destaque span.valor b,
section#planos div.plano-destaque span.valor strong,
section#planos div.plano-destaque span.valor small,
section#planos div.plano-destaque span.valor i{
    color: var(--cms-secondary, #58c8ea);
}
section#planos div.plano span.detalhes{
    display: block;
    width: 100%;
    margin-top: 0;
    text-align: left;
}
section#planos div.plano span.detalhes p{
    display: block;
    width: 100%;
    margin: 0;
    padding: 7px 0 6px 0;
    border-bottom: 1px solid var(--cms-secondary, #58c8ea);
    color: #555;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.15;
    box-sizing: border-box;
}
section#planos div.plano span.detalhes p:last-of-type{
    border-bottom: none;
}
section#planos div.plano-destaque span.detalhes p{
    color: #fff;
}
section#planos div.plano span.detalhes p i.plano-icon{
    width: 18px;
    margin-right: 6px;
    color: var(--cms-secondary, #58c8ea);
    font-size: 15px;
}
section#planos div.plano a,
section#planos div#planos-home-list .plano a{
    display: inline-block;
    min-width: 180px;
    margin-top: 24px;
    padding: 12px 22px;
    border-radius: 999px;
    background-color: var(--cms-primary, #1b0688);
    color: #fff;
    font-size: 16px;
    font-weight: 800;
    text-transform: uppercase;
    box-sizing: border-box;
}
section#planos div.plano a:hover,
section#planos div#planos-home-list .plano a:hover{
    background-color: var(--cms-secondary, #58c8ea);
}
section#planos div.plano-destaque a,
section#planos div#planos-home-list .plano-destaque a{
    background-color: var(--cms-secondary, #58c8ea);
}
section#planos div.plano-destaque a:hover,
section#planos div#planos-home-list .plano-destaque a:hover{
    background-color: #fff;
    color: var(--cms-primary, #1b0688);
}
section#planos div.plano span.ribbon-canto{
    top: 20px;
    left: auto;
    right: -48px;
    width: 175px;
    padding: 8px 0;
    transform: rotate(45deg);
    background-color: var(--cms-secondary, #58c8ea);
    color: #fff;
    font-size: 11px;
    font-weight: 400;
    letter-spacing: .2px;
    box-shadow: none;
}
section#planos button.planos-arrow{
    background-color: var(--cms-primary, #1b0688);
}
section#planos button.planos-arrow:hover{
    background-color: var(--cms-secondary, #58c8ea);
}
@media screen and (max-width: 767px){
section#planos div.plano,
    section#planos div#planos-home-list .plano{
        min-height: 438px;
        padding: 30px 24px 26px 24px;
        border-radius: 20px;
    }
section#planos div.plano span.velocidade,
    section#planos div.plano span.velocidade.velocidade-mega{
        font-size: 64px !important;
        line-height: .78;
    }
section#planos div.plano span.velocidade small{
        font-size: 27px;
        margin-top: 8px;
    }
section#planos div.plano span.velocidade:not(.velocidade-mega){
        font-size: 33px !important;
        line-height: 1.06;
    }
section#planos div.plano span.valor{
        margin: 24px 0 24px 0;
    }
section#planos div.plano span.valor strong{
        font-size: 48px;
    }
section#planos div.plano span.valor b,
    section#planos div.plano span.valor small,
    section#planos div.plano span.valor i{
        font-size: 19px;
    }
section#planos div.plano a,
    section#planos div#planos-home-list .plano a{
        min-width: 168px;
        font-size: 14px !important;
        padding: 11px 18px !important;
    }
section#planos div.plano span.detalhes p{
        font-size: 13px !important;
        padding: 6px 0 5px 0;
    }
section#planos div.plano span.ribbon-canto{
        top: 17px;
        right: -54px;
        width: 178px;
        font-size: 10px;
    }
}
section#planos div.plano-destaque span.velocidade,
section#planos div.plano-destaque span.velocidade *,
section#planos div#planos-home-list .plano-destaque span.velocidade,
section#planos div#planos-home-list .plano-destaque span.velocidade *{
    color: #fff !important;
    background: transparent !important;
    background-color: transparent !important;
    box-shadow: none !important;
    text-shadow: none !important;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
section#planos div.plano-destaque span.velocidade::selection,
section#planos div.plano-destaque span.velocidade *::selection,
section#planos div#planos-home-list .plano-destaque span.velocidade::selection,
section#planos div#planos-home-list .plano-destaque span.velocidade *::selection{
    color: #fff !important;
    background: transparent !important;
}
section#planos div.plano span.detalhes p i.plano-icon{
    display: inline-block;
    width: 20px;
    margin-right: 6px;
    color: var(--cms-secondary, #58c8ea);
    font-size: 13px;
    line-height: 1;
    text-align: center;
    opacity: .78;
    vertical-align: -1px;
}
section#planos div.plano-destaque span.valor,
section#planos div.plano-destaque span.valor b,
section#planos div.plano-destaque span.valor strong,
section#planos div.plano-destaque span.valor small,
section#planos div.plano-destaque span.valor i,
section#planos div#planos-home-list .plano-destaque span.valor,
section#planos div#planos-home-list .plano-destaque span.valor b,
section#planos div#planos-home-list .plano-destaque span.valor strong,
section#planos div#planos-home-list .plano-destaque span.valor small,
section#planos div#planos-home-list .plano-destaque span.valor i{
    color: #fff !important;
}
section#planos div.plano span.valor,
section#planos div#planos-home-list .plano span.valor{
    margin-bottom: 18px !important;
}
section#planos div.plano a,
section#planos div#planos-home-list .plano a{
    margin-top: 0 !important;
    margin-bottom: 20px !important;
}
section#planos div.plano span.ribbon-canto.ribbon-img,
section#planos div#planos-home-list .plano span.ribbon-canto.ribbon-img,
section#planos-empresa div.plano span.ribbon-canto.ribbon-img{
    top: 0 !important;
    right: 0 !important;
    left: auto !important;
    width: 92px !important;
    height: 92px !important;
    padding: 0 !important;
    transform: none !important;
    background: transparent url(../imagens/mais.png) top right no-repeat !important;
    background-size: contain !important;
    color: transparent !important;
    font-size: 0 !important;
    line-height: 0 !important;
    text-indent: -9999px !important;
    overflow: hidden !important;
    box-shadow: none !important;
    z-index: 3 !important;
}
@media screen and (max-width: 767px){
section#planos div.plano span.ribbon-canto.ribbon-img,
    section#planos div#planos-home-list .plano span.ribbon-canto.ribbon-img,
    section#planos-empresa div.plano span.ribbon-canto.ribbon-img{
        width: 86px !important;
        height: 86px !important;
    }
}
section#planos div.planos-viewport,
section#planos-empresa div.planos-viewport{
    padding-top: 48px !important;
}
section#planos div.plano-destaque,
section#planos div#planos-home-list .plano-destaque,
section#planos-empresa div.plano-destaque{
    overflow: visible !important;
}
section#planos div.plano span.ribbon-canto.ribbon-img,
section#planos div#planos-home-list .plano span.ribbon-canto.ribbon-img,
section#planos-empresa div.plano span.ribbon-canto.ribbon-img{
    top: -18px !important;
    right: -28px !important;
    left: auto !important;
    width: 118px !important;
    height: 118px !important;
    padding: 0 !important;
    transform: none !important;
    background: transparent url(../imagens/mais.png) top right no-repeat !important;
    background-size: contain !important;
    color: transparent !important;
    font-size: 0 !important;
    line-height: 0 !important;
    text-indent: -9999px !important;
    overflow: visible !important;
    border: none !important;
    box-shadow: none !important;
    z-index: 20 !important;
    pointer-events: none !important;
}
@media screen and (max-width: 767px){
section#planos div.planos-viewport,
    section#planos-empresa div.planos-viewport{
        padding-top: 42px !important;
    }
section#planos div.plano span.ribbon-canto.ribbon-img,
    section#planos div#planos-home-list .plano span.ribbon-canto.ribbon-img,
    section#planos-empresa div.plano span.ribbon-canto.ribbon-img{
        top: -15px !important;
        right: -22px !important;
        width: 102px !important;
        height: 102px !important;
    }
}
section#planos div.plano-destaque,
section#planos div#planos-home-list .plano-destaque,
section#planos-empresa div.plano-destaque,
section#planos-empresa div.plano:nth-child(2){
    border: 1px solid var(--cms-primary, #1b0688) !important;
    outline: 0 !important;
    box-shadow: 0 4px 16px rgba(0, 0, 0, .22) !important;
    background-clip: padding-box !important;
}
section#planos div.plano-destaque:hover,
section#planos div#planos-home-list .plano-destaque:hover,
section#planos-empresa div.plano-destaque:hover,
section#planos-empresa div.plano:nth-child(2):hover{
    box-shadow: 0 6px 20px rgba(0, 0, 0, .26) !important;
}
section#planos div.plano-destaque,
section#planos div#planos-home-list .plano-destaque,
section#planos-empresa div.plano-destaque,
section#planos-empresa div.plano:nth-child(2){
    position: relative !important;
    background-color: var(--cms-primary, #1b0688) !important;
    border: 0 !important;
    outline: 0 !important;
    background-clip: border-box !important;
    box-shadow: 0 0 0 3px var(--cms-primary, #1b0688), 0 4px 16px rgba(0, 0, 0, .22) !important;
}
section#planos div.plano-destaque:hover,
section#planos div#planos-home-list .plano-destaque:hover,
section#planos-empresa div.plano-destaque:hover,
section#planos-empresa div.plano:nth-child(2):hover{
    box-shadow: 0 0 0 3px var(--cms-primary, #1b0688), 0 6px 20px rgba(0, 0, 0, .26) !important;
}
@media screen and (max-width: 767px){
section#planos div#planos-home-list,
    section#planos div.planos-carousel,
    html.mobile-real section#planos div#planos-home-list,
    html.mobile-real section#planos div.planos-carousel{
        overflow: visible !important;
    }
section#planos div.planos-viewport,
    html.mobile-real section#planos div.planos-viewport{
        width: calc(100% - 48px) !important;
        max-width: 320px !important;
        margin-left: auto !important;
        margin-right: auto !important;
        padding-top: 42px !important;
        padding-bottom: 34px !important;
        overflow: visible !important;
        box-sizing: border-box !important;
    }
section#planos div.planos-track,
    html.mobile-real section#planos div.planos-track{
        gap: 24px !important;
        align-items: stretch !important;
        flex-wrap: nowrap !important;
    }
section#planos div.plano,
    section#planos div#planos-home-list .plano,
    html.mobile-real section#planos div.plano,
    html.mobile-real section#planos div#planos-home-list .plano{
        width: 320px !important;
        max-width: 100% !important;
        min-height: 470px !important;
        padding: 34px 26px 28px 26px !important;
        margin: 10px 0 0 0 !important;
        border-radius: 22px !important;
        box-sizing: border-box !important;
    }
section#planos div.plano span.velocidade.velocidade-mega,
    section#planos div#planos-home-list .plano span.velocidade.velocidade-mega,
    html.mobile-real section#planos div.plano span.velocidade.velocidade-mega,
    html.mobile-real section#planos div#planos-home-list .plano span.velocidade.velocidade-mega{
        font-size: 68px !important;
        line-height: .78 !important;
        letter-spacing: -3px !important;
    }
section#planos div.plano span.velocidade.velocidade-mega small,
    section#planos div#planos-home-list .plano span.velocidade.velocidade-mega small,
    html.mobile-real section#planos div.plano span.velocidade.velocidade-mega small,
    html.mobile-real section#planos div#planos-home-list .plano span.velocidade.velocidade-mega small{
        font-size: 29px !important;
        line-height: 1 !important;
        margin-top: 8px !important;
        letter-spacing: 0 !important;
    }
section#planos div.plano span.valor,
    section#planos div#planos-home-list .plano span.valor,
    html.mobile-real section#planos div.plano span.valor,
    html.mobile-real section#planos div#planos-home-list .plano span.valor{
        margin: 24px 0 18px 0 !important;
        line-height: 1 !important;
    }
section#planos div.plano span.valor strong,
    section#planos div#planos-home-list .plano span.valor strong,
    html.mobile-real section#planos div.plano span.valor strong,
    html.mobile-real section#planos div#planos-home-list .plano span.valor strong{
        font-size: 52px !important;
        letter-spacing: -3px !important;
    }
section#planos div.plano span.valor b,
    section#planos div.plano span.valor small,
    section#planos div.plano span.valor i,
    section#planos div#planos-home-list .plano span.valor b,
    section#planos div#planos-home-list .plano span.valor small,
    section#planos div#planos-home-list .plano span.valor i,
    html.mobile-real section#planos div.plano span.valor b,
    html.mobile-real section#planos div.plano span.valor small,
    html.mobile-real section#planos div.plano span.valor i,
    html.mobile-real section#planos div#planos-home-list .plano span.valor b,
    html.mobile-real section#planos div#planos-home-list .plano span.valor small,
    html.mobile-real section#planos div#planos-home-list .plano span.valor i{
        font-size: 19px !important;
    }
section#planos div.plano a,
    section#planos div#planos-home-list .plano a,
    html.mobile-real section#planos div.plano a,
    html.mobile-real section#planos div#planos-home-list .plano a{
        min-width: 168px !important;
        padding: 11px 18px !important;
        font-size: 13px !important;
        margin-bottom: 20px !important;
    }
section#planos div.plano span.detalhes,
    section#planos div#planos-home-list .plano span.detalhes,
    html.mobile-real section#planos div.plano span.detalhes,
    html.mobile-real section#planos div#planos-home-list .plano span.detalhes{
        width: 100% !important;
        margin-top: 0 !important;
    }
section#planos div.plano span.detalhes p,
    section#planos div#planos-home-list .plano span.detalhes p,
    html.mobile-real section#planos div.plano span.detalhes p,
    html.mobile-real section#planos div#planos-home-list .plano span.detalhes p{
        font-size: 13px !important;
        line-height: 1.18 !important;
        padding: 6px 0 5px 0 !important;
    }
section#planos div.plano span.ribbon-canto.ribbon-img,
    section#planos div#planos-home-list .plano span.ribbon-canto.ribbon-img,
    html.mobile-real section#planos div.plano span.ribbon-canto.ribbon-img,
    html.mobile-real section#planos div#planos-home-list .plano span.ribbon-canto.ribbon-img{
        top: -16px !important;
        right: -22px !important;
        width: 102px !important;
        height: 102px !important;
    }
section#planos-empresa div.cards-planos-empresa{
        width: calc(100% - 48px) !important;
        max-width: 320px !important;
        margin-left: auto !important;
        margin-right: auto !important;
        gap: 28px !important;
        overflow: visible !important;
    }
section#planos-empresa div.plano{
        width: 100% !important;
        max-width: 320px !important;
        min-height: 470px !important;
        padding: 34px 26px 28px 26px !important;
        border-radius: 22px !important;
    }
section#planos-empresa div.plano span.velocidade.velocidade-mega{
        font-size: 68px !important;
        line-height: .78 !important;
        letter-spacing: -3px !important;
    }
section#planos-empresa div.plano span.velocidade.velocidade-mega small{
        font-size: 29px !important;
        line-height: 1 !important;
        margin-top: 8px !important;
    }
section#planos-empresa div.plano span.valor strong{
        font-size: 52px !important;
        letter-spacing: -3px !important;
    }
section#planos-empresa div.plano span.ribbon-canto.ribbon-img{
        top: -16px !important;
        right: -22px !important;
        width: 102px !important;
        height: 102px !important;
    }
}
@media screen and (min-width: 768px){
section#planos div.plano span.ribbon-canto.ribbon-img,
    section#planos div#planos-home-list .plano span.ribbon-canto.ribbon-img,
    section#planos-empresa div.plano span.ribbon-canto.ribbon-img{
        top: -26px !important;
        right: -31px !important;
    }
}
@media screen and (max-width: 767px){
section#planos div.planos-carousel,
    section#planos div#planos-home-list .planos-carousel{
        width: 100% !important;
        max-width: 342px !important;
        margin-left: auto !important;
        margin-right: auto !important;
        overflow: visible !important;
    }
section#planos div.planos-viewport,
    section#planos div#planos-home-list .planos-viewport{
        width: 302px !important;
        max-width: 302px !important;
        margin-left: auto !important;
        margin-right: auto !important;
        padding-top: 34px !important;
        overflow: visible !important;
    }
section#planos div.plano,
    section#planos div#planos-home-list .plano,
    html.mobile-real section#planos div.plano,
    html.mobile-real section#planos div#planos-home-list .plano{
        width: 302px !important;
        max-width: 302px !important;
        min-height: 455px !important;
        padding: 28px 24px 24px 24px !important;
        border-radius: 22px !important;
    }
section#planos div.plano span.velocidade.velocidade-mega,
    section#planos div#planos-home-list .plano span.velocidade.velocidade-mega,
    html.mobile-real section#planos div.plano span.velocidade.velocidade-mega,
    html.mobile-real section#planos div#planos-home-list .plano span.velocidade.velocidade-mega{
        font-size: 60px !important;
        line-height: .82 !important;
        letter-spacing: -2px !important;
    }
section#planos div.plano span.velocidade.velocidade-mega small,
    section#planos div#planos-home-list .plano span.velocidade.velocidade-mega small,
    html.mobile-real section#planos div.plano span.velocidade.velocidade-mega small,
    html.mobile-real section#planos div#planos-home-list .plano span.velocidade.velocidade-mega small{
        font-size: 26px !important;
        line-height: 1 !important;
        margin-top: 8px !important;
    }
section#planos div.plano span.valor,
    section#planos div#planos-home-list .plano span.valor,
    html.mobile-real section#planos div.plano span.valor,
    html.mobile-real section#planos div#planos-home-list .plano span.valor{
        margin: 21px 0 16px 0 !important;
    }
section#planos div.plano span.valor strong,
    section#planos div#planos-home-list .plano span.valor strong,
    html.mobile-real section#planos div.plano span.valor strong,
    html.mobile-real section#planos div#planos-home-list .plano span.valor strong{
        font-size: 46px !important;
        letter-spacing: -2px !important;
    }
section#planos div.plano span.valor b,
    section#planos div.plano span.valor small,
    section#planos div.plano span.valor i,
    section#planos div#planos-home-list .plano span.valor b,
    section#planos div#planos-home-list .plano span.valor small,
    section#planos div#planos-home-list .plano span.valor i,
    html.mobile-real section#planos div.plano span.valor b,
    html.mobile-real section#planos div.plano span.valor small,
    html.mobile-real section#planos div.plano span.valor i,
    html.mobile-real section#planos div#planos-home-list .plano span.valor b,
    html.mobile-real section#planos div#planos-home-list .plano span.valor small,
    html.mobile-real section#planos div#planos-home-list .plano span.valor i{
        font-size: 17px !important;
    }
section#planos div.plano a,
    section#planos div#planos-home-list .plano a,
    html.mobile-real section#planos div.plano a,
    html.mobile-real section#planos div#planos-home-list .plano a{
        min-width: 160px !important;
        padding: 10px 16px !important;
        font-size: 12px !important;
        margin-bottom: 18px !important;
    }
section#planos div.plano span.detalhes p,
    section#planos div#planos-home-list .plano span.detalhes p,
    html.mobile-real section#planos div.plano span.detalhes p,
    html.mobile-real section#planos div#planos-home-list .plano span.detalhes p{
        font-size: 12px !important;
        line-height: 1.16 !important;
        padding: 5px 0 5px 0 !important;
    }
section#planos div.plano span.detalhes .plano-icon,
    section#planos div#planos-home-list .plano span.detalhes .plano-icon,
    html.mobile-real section#planos div.plano span.detalhes .plano-icon,
    html.mobile-real section#planos div#planos-home-list .plano span.detalhes .plano-icon{
        font-size: 14px !important;
        width: 20px !important;
        min-width: 20px !important;
    }
section#planos div.plano span.ribbon-canto.ribbon-img,
    section#planos div#planos-home-list .plano span.ribbon-canto.ribbon-img,
    html.mobile-real section#planos div.plano span.ribbon-canto.ribbon-img,
    html.mobile-real section#planos div#planos-home-list .plano span.ribbon-canto.ribbon-img{
        top: -20px !important;
        right: -24px !important;
        width: 96px !important;
        height: 96px !important;
    }
section#planos-empresa div.cards-planos-empresa{
        width: 100% !important;
        max-width: 342px !important;
        margin-left: auto !important;
        margin-right: auto !important;
        overflow: visible !important;
    }
section#planos-empresa div.plano{
        width: 302px !important;
        max-width: 302px !important;
        min-height: 455px !important;
        padding: 28px 24px 24px 24px !important;
        border-radius: 22px !important;
        margin-left: auto !important;
        margin-right: auto !important;
    }
section#planos-empresa div.plano span.velocidade.velocidade-mega{
        font-size: 60px !important;
        line-height: .82 !important;
        letter-spacing: -2px !important;
    }
section#planos-empresa div.plano span.velocidade.velocidade-mega small{
        font-size: 26px !important;
    }
section#planos-empresa div.plano span.valor strong{
        font-size: 46px !important;
        letter-spacing: -2px !important;
    }
section#planos-empresa div.plano span.ribbon-canto.ribbon-img{
        top: -20px !important;
        right: -24px !important;
        width: 96px !important;
        height: 96px !important;
    }
}
@media screen and (max-width: 767px){
section#planos div.plano span.ribbon-canto.ribbon-img,
    section#planos div#planos-home-list .plano span.ribbon-canto.ribbon-img,
    html.mobile-real section#planos div.plano span.ribbon-canto.ribbon-img,
    html.mobile-real section#planos div#planos-home-list .plano span.ribbon-canto.ribbon-img,
    section#planos-empresa div.plano span.ribbon-canto.ribbon-img,
    html.mobile-real section#planos-empresa div.plano span.ribbon-canto.ribbon-img{
        top: -22px !important;
        right: -26px !important;
    }
}
section#planos div#aviso{
    margin-bottom: 150px !important;
}
@media screen and (min-width: 1200px){
section#planos div#aviso{
        margin-bottom: 165px !important;
    }
}
@media screen and (max-width: 1023px){
section#planos div#aviso{
        margin-bottom: 95px !important;
    }
}
@media screen and (max-width: 767px){
section#planos div#aviso{
        margin-bottom: 50px !important;
    }
}
section#planos div#aviso{
    margin-bottom: 35px !important;
}
@media screen and (min-width: 1200px){
section#planos div#aviso{
        margin-bottom: 40px !important;
    }
}
@media screen and (max-width: 1023px){
section#planos div#aviso{
        margin-bottom: 30px !important;
    }
}
@media screen and (max-width: 767px){
section#planos div#aviso{
        margin-bottom: 25px !important;
    }
}
/* ===== PLANOS COPIADOS DA INDEX - FIM ===== */


/* Ajuste isolado para páginas internas usando os planos da index */
section#planos div.planos-topo{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;}
section#planos div.planos-filtros{justify-content:center;}
@media screen and (max-width:767px){
    section#planos div.interface{overflow:hidden !important;}
    section#planos div.planos-carousel{overflow:visible !important;}
    section#planos div.planos-viewport{overflow:hidden !important;}
}


/* Ajuste final: hover dos botões de chamada em azul */
section#app div#cont-app a:hover,
section#app-escolha div#cont-app a:hover{
    background-color: var(--cms-secondary, #58c8ea) !important;
    color: #fff !important;
}


/* Ajuste final: hover dos botões de chamada sempre azul */
section#app div#cont-app a:hover,
section#app-escolha div#cont-app a:hover{
    background-color: var(--cms-secondary, #58c8ea) !important;
    color: #fff !important;
    text-decoration: none !important;
}

/* ===== AJUSTE FINAL: fundo do quadro de telefonia + imagem sem corte ===== */
section#app div#cont-app{
    background-color: var(--cms-primary-dark, #100356) !important;
    background-image: url(../imagens/bg.png), url(../imagens/bg.png) !important;
    background-repeat: no-repeat, no-repeat !important;
    background-position: center center, center center !important;
    background-size: cover, cover !important;
}

@media screen and (max-width: 767px){
    section#app div#cont-app{
        padding-bottom: 0 !important;
        overflow: hidden !important;
    }

    section#app div#cont-app img#homem-g3{
        margin-top: 40px !important;
        margin-bottom: -1px !important;
        align-self: center !important;
    }
}
