@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,500;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&display=swap');

body, .h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6, p {font-family:  'Open Sans', sans-serif;}



plugin-provider-checkout section {
  background: linear-gradient( to top, var(--c-primary), #fff 100% ) !important;
}

.top-header 
{
    height: 20px;
    background: var(--c-secondary) !important;
}

/***********************************Regras CSS para ir pro front******************************************************************/

/*ALTERAÇÕES PÓS 2022_1.0 ******************************************************************************************************************/
/*Iglala altura no menu principal com altura do header VERIFICAR SE COMPENSA ENTRAR EM TODOS OS WDAS..*/
@media (min-width: 992px) {
    .navbar-expand-lg, .navbar-expand-lg .navbar-nav 
    {
       height: 100%;
    }
}
.icon {
    font-size: 20px;
    width: unset;
    height: unset;
}

/*Alterações automatizadas dos icones#######################################################################################*/
header {
    height: unset !important;
}
.card .card-body .summary-items-wrapper .summary-item .icon-wrapper
{
    font-size: 35px;
}

.plan-select-wrapper .plan-panel .icon-wrapper .icon
{
    font-size: 48px;
}

.icon.icon-pin {
    font-size: 30px;
}
.icon.icon-pin::before
{
    content:"\f3c5";
}

.icon.icon-globo_big::before
{
    content: "\f0ac";
}
.icon.icon-telephone::before, .icon.icon-telephone_big::before
{
    content: "\f095";
}
.icon.icon-tv_big::before
{
    content: "\f26c";
}

.icon
{
    font-weight: 900;
    font-family: "Font Awesome 5 Free" !important;
}
.icon.icon-globo_big, .icon.icon-pin, .icon.icon-telephone, .icon.icon-telephone_big, .icon.icon-tv_big
{
    background: unset !important;
    color: var(--primary);
}

.report-modal-backdrop
{
    right: 0;
}

/*#######################################################################################Alterações automatizadas dos icones*/

/******************************************************************************************************************ALTERAÇÕES PÓS 2022*/

/***********************************Regras CSS para ir pro front******************************************************************/

/*Para que o logo do painel revendedor não estoure nas bordas*/
.logo 
{
    padding: 2px;
    margin: 9px;
}

a 
{
    color:var(--primary);
}

a:hover 
{
    color:var(--c-primary-darker-2); 
}

.btn-outline-primary
{
    color: var(--c-secondary) !important; 
    border-color: var(--c-secondary) !important;
}

.btn-outline-primary:hover
{
    color: #fff !important;
    background-color: var(--c-primary-darker-1)!important;
    border-color: var(--c-primary-darker-1)!important;
}

.form-control:focus /*Cor de seleção após clicar em forms*/
{
    border-color: var(--primary);
}


.btn-primary 
{
    background: var(--primary) !important;
    border-color: var(--c-primary-lighter-1);
}

.btn-primary:hover 
{
    color:#fff;
    background-color:var(--c-primary-darker-1);
    border-color:var(--c-primary-darker-2);
}

/* .alert-info 
{
    color:var(--c-primary-darker-2);
    background-color:white;
    border-color:var(--c-primary-darker-2);
    display: none !important;
} */

.btn-primary.disabled, .btn-primary:disabled 
{
    color:#fff;
    background-color:var(--primary);
    border-color:var(--primary);
}

.custom-control-input:checked~.custom-control-label::before 
{
    border-color:var(--primary);
    background-color:var(--primary);
}

.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show>.btn-primary.dropdown-toggle {
    
    background-color:var(--c-primary-darker-2);
    border-color:var(--c-primary-darker-2);
}

.btn-primary:not(:disabled):not(.disabled).active:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.show>.btn-primary.dropdown-toggle:focus 
{
    box-shadow:0 0 0 .2rem var(--c-primary-darker-1);
}

.btn-primary.focus, .btn-primary:focus  
{
    background-color:var(--c-primary-darker-2);
    border-color:var(--c-primary-darker-2);
    box-shadow:0 0 0 .2rem var(--c-primary-darker-2);
}
.btn-outline-primary:active
{
    background-color: var(--c-primary-darker-1)!important;
}
.btn-outline-primary:focus
{
    box-shadow: var(--c-primary-darker-1)!important;
}

select.form-control
{
    background: url(https://storage.googleapis.com/wda_datacake/2025/4/f25382e492198e685591078276ab5073.svg) no-repeat right 5px center;
}

.icon-tools::before 
{
    content: "" !important;
}

/***********************************Regras CSS para ir pro front******************************************************************/

/*Cores checkout Mateus*********************************************************/

/*Ajuste cores*/
.mini-summary-wrapper .info-wrapper .table-responsive {
  background: var(--c-primary-lighter-1) !important;
}
.mini-summary-wrapper {
  background: var(--c-primary-darker-2) !important;
}


.card .card-header .title-wrapper 
{
    background: var(--c-secondary) !important;
}

.card.sticky-top .card-header 
{
    background: var(--c-secondary) !important;
}

plugin-provider-checkout-plan-internet .card .card-header .price-wrapper,
#div-accordion-select-telephone .card .card-header .price-wrapper 
{
    background: var(--primary) !important;
}

.card .card-body .summary-total-wrapper .title
{
    background:var(--primary) !important;
}

.card .card-body .summary-total-wrapper .price-wrapper
{
    background:var(--c-secondary) !important;
}
/*********************************************************Cores checkout Mateus*/

.header-logo
{
    background: url(https://storage.googleapis.com/wda_spotnetfloripa/2025/10/SPOTNET_-_Logo_1.png);
    width: 300px;
    height: 100px;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
}

 h1 {font-size: 32px;} h2 {font-size: 24px;} h3 {font-size: 18px;} h4 {font-size: 16px;} h5 {font-size: 13px;} h6 {font-size: 10px;}


/*Padrões para fundo de dlisplay ################################################################*/
 plugin-provider-checkout-wizard > div 
{
    background: white;
    border-radius: 10px;
    padding: 2.5rem !important;
}

/*Respiro em header do painel revendedor*/
wda-reseller .overflow-auto .header img, 
wda-reseller-profile .overflow-auto .header img,
wda-reseller-sales .overflow-auto .header img,
wda-reseller-post .overflow-auto .header img
{
    padding: 1rem;
}

/*Ajustes espaçamento de mensagens de erro em campos do painel revendedor 25/06/2025*/
.warning {
  height: unset !important;
  padding: 0.5rem;
    padding-left: 0.5rem;
}
/*Ajusta tamanho da imagem da grade de APP no adicional do carrinho*/
#plan_opt-apppremium > p > img {
    width: 120%!important;
}

#plan_opt-premium > p > img {
    width: 120%!important;
}

#plan_opt-appstandart > p > img {
    width: 120%!important;
}

#plan_opt-standart > p > img {
    width: 120%!important;
}

#plan_opt-appadvanced > p > img {
    width: 120%!important;
}

#plan_opt-advanced > p > img {
    width: 120%!important;
}

/* frase dos planos */
#price-wrapper-fibra-d {
    position: relative !important;
}

/* 1) POR: */
#price-wrapper-fibra-d::before {
    content: "Por:" !important;
    position: absolute;
    top: 36px;
    left: 10px;
    font-size: 25px;
    color: #fff;
    display: none;
}

/* 2) R$ — reposicionado para evitar conflito */
#price-wrapper-fibra-d > *:nth-child(2)::before {
    content: "R$" !important;
    position: absolute;
    top: 36px;
    left: 80px;
    font-size: 1rem;
    font-weight: 500;
    color: #fff;
}

/* 3) PREÇO */
#price-wrapper-fibra-d::after {
    content: "169,90" !important;
    position: absolute;
    top: 36px;
    left: 104px;
    font-size: 27px;
    font-weight: 600;
    color: #fff;
}

/* 4) /MÊS */
#price-wrapper-fibra-d > *:last-child::before {
    content: "/MÊS" !important;
    display: block;
    position: absolute;
    top: 38px;
    left: 182px;
    font-size: 17px;
    color: #fff;
}

/* 5) FRASE FINAL — PARTE 1 */
#price-wrapper-fibra-d > *:first-child::before {
    content: "com fidelidade de 12 meses " !important;
    display: block;
    position: absolute;
    top: 78px;
    left: 62px;
    font-size: 15px;
    color: #fff;
    line-height: 1.2rem;
    white-space: normal;
}

/* 6) FRASE FINAL — PARTE 2 */
#price-wrapper-fibra-d > *:first-child::after {
    content: "Pagando até a data de vencimento." !important;
    display: block;
    position: absolute;
    top: 103px;
    left: 50px;
    font-size: 13px;
    line-height: 1.2rem;
    color: #fff;
    white-space: normal;
}

#price-wrapper-fibra-c {
    position: relative !important;
}

/* 1) POR: */
#price-wrapper-fibra-c::before {
    content: "Por:" !important;
    position: absolute;
    top: 36px;
    left: 10px;
    font-size: 25px;
    color: #fff;
    display: none;
}

/* 2) R$ — reposicionado para evitar conflito */
#price-wrapper-fibra-c > *:nth-child(2)::before {
    content: "R$" !important;
    position: absolute;
    top: 36px;
    left: 80px;
    font-size: 1rem;
    font-weight: 500;
    color: #fff;
}

/* 3) PREÇO */
#price-wrapper-fibra-c::after {
    content: "149,90" !important;
    position: absolute;
    top: 36px;
    left: 104px;
    font-size: 27px;
    font-weight: 600;
    color: #fff;
}

/* 4) /MÊS */
#price-wrapper-fibra-c > *:last-child::before {
    content: "/MÊS" !important;
    display: block;
    position: absolute;
    top: 38px;
    left: 182px;
    font-size: 17px;
    color: #fff;
}

/* 5) FRASE FINAL — PARTE 1 */
#price-wrapper-fibra-c > *:first-child::before {
    content: "com fidelidade de 12 meses " !important;
    display: block;
    position: absolute;
    top: 78px;
    left: 62px;
    font-size: 15px;
    color: #fff;
    line-height: 1.2rem;
    white-space: normal;
}

/* 6) FRASE FINAL — PARTE 2 */
#price-wrapper-fibra-c > *:first-child::after {
    content: "Pagando até a data de vencimento." !important;
    display: block;
    position: absolute;
    top: 103px;
    left: 50px;
    font-size: 13px;
    line-height: 1.2rem;
    color: #fff;
    white-space: normal;
}

#price-wrapper-fibra-b {
    position: relative !important;
}

/* 1) POR: */
#price-wrapper-fibra-b::before {
    content: "Por:" !important;
    position: absolute;
    top: 36px;
    left: 10px;
    font-size: 25px;
    color: #fff;
    display: none;
}

/* 2) R$ — reposicionado para evitar conflito */
#price-wrapper-fibra-b > *:nth-child(2)::before {
    content: "R$" !important;
    position: absolute;
    top: 36px;
    left: 80px;
    font-size: 1rem;
    font-weight: 500;
    color: #fff;
}

/* 3) PREÇO */
#price-wrapper-fibra-b::after {
    content: "129,90" !important;
    position: absolute;
    top: 36px;
    left: 104px;
    font-size: 27px;
    font-weight: 600;
    color: #fff;
}

/* 4) /MÊS */
#price-wrapper-fibra-b > *:last-child::before {
    content: "/MÊS" !important;
    display: block;
    position: absolute;
    top: 38px;
    left: 182px;
    font-size: 17px;
    color: #fff;
}

/* 5) FRASE FINAL — PARTE 1 */
#price-wrapper-fibra-b > *:first-child::before {
    content: "com fidelidade de 12 meses " !important;
    display: block;
    position: absolute;
    top: 78px;
    left: 62px;
    font-size: 15px;
    color: #fff;
    line-height: 1.2rem;
    white-space: normal;
}

/* 6) FRASE FINAL — PARTE 2 */
#price-wrapper-fibra-b > *:first-child::after {
    content: "Pagando até a data de vencimento." !important;
    display: block;
    position: absolute;
    top: 103px;
    left: 50px;
    font-size: 13px;
    line-height: 1.2rem;
    color: #fff;
    white-space: normal;
}

#price-wrapper-fibra-c {
    position: relative !important;
}

/* 1) POR: */
#price-wrapper-fibra-a::before {
    content: "Por:" !important;
    position: absolute;
    top: 36px;
    left: 10px;
    font-size: 25px;
    color: #fff;
    display: none;
}

/* 2) R$ — reposicionado para evitar conflito */
#price-wrapper-fibra-a > *:nth-child(2)::before {
    content: "R$" !important;
    position: absolute;
    top: 120px;
    left: 80px;
    font-size: 1rem;
    font-weight: 500;
    color: #fff;
}

/* 3) PREÇO */
#price-wrapper-fibra-a::after {
    content: "109,90" !important;
    position: absolute;
    top: 118px;
    left: 104px;
    font-size: 27px;
    font-weight: 600;
    color: #fff;
}

/* 4) /MÊS */
#price-wrapper-fibra-a > *:last-child::before {
    content: "/MÊS" !important;
    display: block;
    position: absolute;
    top: 120px;
    left: 182px;
    font-size: 17px;
    color: #fff;
}

/* 5) FRASE FINAL — PARTE 1 */
#price-wrapper-fibra-a > *:first-child::before {
    content: "com fidelidade de 12 meses " !important;
    display: block;
    position: absolute;
    top: 160px;
    left: 62px;
    font-size: 15px;
    color: #fff;
    line-height: 1.2rem;
    white-space: normal;
}

/* 6) FRASE FINAL — PARTE 2 */
#price-wrapper-fibra-a > *:first-child::after {
    content: "Pagando até a data de vencimento." !important;
    display: block;
    position: absolute;
    top: 185px;
    left: 50px;
    font-size: 13px;
    line-height: 1.2rem;
    color: #fff;
    white-space: normal;
}

#price-wrapper-fibra-c {
    position: relative !important;
}

#payment_methods_many > div:nth-child(2) > div:nth-child(2) > div > div {
display: none !important;
}

.card[_ngcontent-client-c299] .card-header[_ngcontent-client-c299] .price-wrapper[_ngcontent-client-c299] {
    background: #26237F;
}

#s01_telephone > wda-base-phone-input > label::after {
    content: 'Telefone Adicional'!important;
    font-size: 17px!important;
}

#s01_telephone > wda-base-phone-input > label {
    font-size: 0!important;
}

/* Ajustes card APP e Telefone */

#features-wrapper-str-looke,
#features-wrapper-str-plk,
#features-wrapper-str-ubk,
#features-wrapper-str-huk,
#features-wrapper-str-skl,
#features-wrapper-str-fluid,
#features-wrapper-str-qnutri,
#features-wrapper-str-pek,
#features-wrapper-str-deezer,
#features-wrapper-str-exl,
#features-wrapper-str-hube,
#features-wrapper-str-jornais,
#features-wrapper-str-paramount,
#features-wrapper-str-kaspersky,
#features-wrapper-str-hot,
#features-wrapper-str-docway,
#features-wrapper-str-curtaon,
#features-wrapper-str-ojn,
#features-wrapper-str-kip,
#features-wrapper-str-hbm,
#features-wrapper-str-disney,
#features-wrapper-str-smc,
#features-wrapper-str-que,
#features-wrapper-str-nba,
#features-wrapper-str-zen, 
#features-wrapper-app-add,
#features-wrapper-app-add-restrito,
#features-wrapper-sky-full-restrito,
#features-wrapper-str-skl-restrito,
#features-wrapper-phone-cf,
#features-wrapper-sky-full {
    display: none;
}

.card-header {
    margin-bottom: 15px;
}

.features-wrapper.text-uppercase.pl-2.pr-2 {
    display: none;
}

#div-accordion-select-tv > div.card-header.d-flex.justify-content-center.plan-panel {
    display: none !important;
}



/*Muda a cor do da bola no planometro*/

.dot[_ngcontent-client-c351]
 {
    height: 90px;
    width: 90px;
    border-radius: 50%;
    display: inline-block;
    border: 2px solid #26237F;
}

.dotText[_ngcontent-client-c351] {
    margin-top: 25%;
    font-size: 28px;
    font-weight: 700;
    color: #5AC133;
}

/* Altera a altura do fundo azul do card de plano */
.card[_ngcontent-client-c290]   .card-header[_ngcontent-client-c290]   .price-wrapper[_ngcontent-client-c290] {
    background: #899299;
    height: 8rem !important;
    line-height: 50px;
    text-align: center;
    font-family: Boston,Arial,Helvetica,sans-serif;
    color: #fff;
}

/* risco de promoção no card */
span#price-fibra-a {
    text-decoration: line-through;
}

span#price-fibra-b {
    text-decoration: line-through;
}

span#price-fibra-c {
    text-decoration: line-through;
}

span#price-fibra-d {
    text-decoration: line-through;
}

/* cores da parte de portabilidade */

p {
    color: #228B22;
}

select.form-control.ng-valid.ng-dirty.ng-touched {
    color: #228B22;
}

select.form-control.ng-untouched.ng-pristine.ng-valid {
    color: #228B22;
}

/* Ajuste nome do tipo de plano */

#div-accordion-select-telephone > div.card-header.d-flex.justify-content-center.plan-panel.closed.lastAcordion > span.title {
    font-size: 0px !important;
    line-height: 0;
}
#div-accordion-select-telephone > div.card-header.d-flex.justify-content-center.plan-panel.closed.lastAcordion > span.title::after
 {
    content: 'TELEFONIA E ROTEADOR';
    font-size: 16px;
}

/* ============================================================
        ESTILO DOS OPCIONAIS DA ABA DE PLANOS DE INTERNET
        Código que transforma a lista de opcionais em cards 
   ============================================================ */

/* 1. Define o grid para que os cards fiquem lado a lado */
.select-internet-optional-plan-wrapper {
    display: grid !important;
    grid-template-columns: repeat(auto-fit, 170px); 
    gap: 10px; 
    justify-content: center; 
    margin-top: 2rem;
    padding-bottom: 1rem;
}

plugin-provider-checkout-plan-internet-optional.row {
    max-width: 300px;
    background: var(--c-primary);
    margin: 0 !important;
    padding: 0 !important;
    border-radius: 20px;
    overflow: hidden;
}

/* 3. RESETA as colunas internas do Bootstrap, fazendo com que a regra do CSS tenha prioridade na estilização do conteúdo ("O PULO DO GATO" - by Gemini) */
/* Isso força as divs internas a ocuparem toda a largura */
plugin-provider-checkout-plan-internet-optional.row > div {
    max-width: 100% !important;
    flex: 0 0 auto !important;
    padding: 0 !important;
}

/* --- ESTILO DO CABEÇALHO (VERDE) --- */
/* Pega a primeira div (onde está o título e descrições) */
plugin-provider-checkout-plan-internet-optional.row > div:first-child {
    min-height: 100px; 
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 20px 10px !important; 
}

plugin-provider-checkout-plan-internet-optional h4 span.title {
    font-size: 1.8rem;
}

/* Corrige o texto extra (ex: "Na próxima página...") que estava roxo */
plugin-provider-checkout-plan-internet-optional p, 
plugin-provider-checkout-plan-internet-optional strong,
plugin-provider-checkout-plan-internet-optional span {
    color: #ffffff !important; 
    font-size: 0.9rem;
}

/* --- ESTILO DO PREÇO --- */
/* Pega a segunda div (onde está o preço) */
plugin-provider-checkout-plan-internet-optional.row > div:nth-child(2) {
    background-color: #26237f;
    padding: 10px 0 !important;
}

plugin-provider-checkout-plan-internet-optional .price-wrapper span {
    color: #ffffff !important;
    font-size: 1.5rem;
    font-weight: bold;
}

/* --- ESTILO DO BOTÃO --- */
/* Pega a terceira div (onde está o botão) */
plugin-provider-checkout-plan-internet-optional.row > div:nth-child(3) {
    padding: 20px !important;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* Estiliza o botão para ser oval e verde */
plugin-provider-checkout-plan-internet-optional button {
    border: 2px solid #00C851 !important;
    border-radius: 50px !important;
    max-width: 200px;
    box-shadow: none !important;
}

plugin-provider-checkout-plan-internet-optional button:hover {
    background-color: #00C851 !important;
    color: #fff !important;
}

p[_ngcontent-client-c292] {
    margin-left: 0px; /* zerado para deixar a imagem centralizada */
}

h4[_ngcontent-client-c292]   .icon[_ngcontent-client-c292] {
    width: 21px;
    margin-right: 10px;
    display: none;
}

plugin-provider-checkout-plan-internet-optional img {
    max-width: 100% !important;
    height: auto !important;
    display: block !important;
    margin: 0 auto !important;
    padding: 10px 0;
}

/* ============================================================
            ESTILO DOS OPCIONAIS DA ABA DE STREAMING
   ============================================================ */
/* 1. Grid Container */
.select-streaming-optional-plan-wrapper {
    display: flex !important;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
    margin-top: 2rem;
    padding-bottom: 1rem;
    /* "stretch" faz todos os cards terem a mesma altura total */
    align-items: stretch !important; 
}

/* 2. Estrutura do Card (Forçam eles na Vertical) */
wda-plugin-provider-checkout-extra-product-optional.row {
    display: flex !important;
    flex-direction: column !important;
    height: 100% !important; /* Garante altura total igual */
    width: 100% !important;  /* Garante largura no mobile */
    max-width: 300px !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 1px solid #e0e0e0;
    border-radius: 10px;
    background: #fff;
    box-shadow: 0 4px 12px rgba(0,0,0,0.08);
    overflow: hidden;
}

/* 3. Reset das colunas internas */
wda-plugin-provider-checkout-extra-product-optional.row > div {
    max-width: 100% !important;
    width: 100% !important;
    flex: 0 0 auto !important;
    padding: 0 !important;
    border: none !important;
}

/* --- TOPO VERDE (Ajuste de Alinhamento) --- */
wda-plugin-provider-checkout-extra-product-optional.row > div:first-child {
    background-color: #00C851;
    min-height: 170px !important; /* Altura fixa para caber Texto */
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 15px !important;
}

/* Título */
wda-plugin-provider-checkout-extra-product-optional h4 span.title {
    font-size: 1.6rem;
    font-weight: 800;
    color: #ffffff !important;
    text-transform: uppercase;
    margin-bottom: 5px;
}

/* Imagem (Ícone) */
wda-plugin-provider-checkout-extra-product-optional img {
    width: auto !important;
    height: auto !important;
    display: block !important;
    margin: 5px auto !important;
    object-fit: contain;
}

/* Remove ícones antigos */
wda-plugin-provider-checkout-extra-product-optional .icon-wrapper-optional,
wda-plugin-provider-checkout-extra-product-optional .icon-wrapper {
    display: none !important;
}

/* Texto branco dentro do verde */
wda-plugin-provider-checkout-extra-product-optional p, 
wda-plugin-provider-checkout-extra-product-optional strong,
wda-plugin-provider-checkout-extra-product-optional span {
    color: #ffffff !important; 
}

/* --- MEIO ROXO (Preço) --- */
wda-plugin-provider-checkout-extra-product-optional.row > div:nth-child(2) {
    background-color: #26237f;
    padding: 10px 0 !important;
    display: flex;
    justify-content: center;
    align-items: center;
}

wda-plugin-provider-checkout-extra-product-optional .price-wrapper span {
    color: #ffffff !important;
    font-size: 1.5rem;
    font-weight: bold;
}

/* RODAPÉ BRANCO (Botão) */

wda-plugin-provider-checkout-extra-product-optional.row > div:nth-child(3) {
    background-color: #ffffff;
    padding: 20px !important;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-grow: 1 !important; 
}

/* Botão */

wda-plugin-provider-checkout-extra-product-optional button {
    border: 2px solid #00C851 !important;
    border-radius: 50px !important;
    max-width: 200px;
    box-shadow: none !important;
}

wda-plugin-provider-checkout-extra-product-optional button:hover {
    background-color: #00C851 !important;
    color: #fff !important;
}

p[_ngcontent-client-c300] {
    margin-left: 0px ; /* zerado para deixar o ícone centralizado no card */
}

/* diminui a fonte do preço original*/

span#price-fibra-d {
    font-size: 27px;
}

span#price-fibra-c {
    font-size: 27px !important;
}

span#price-fibra-b {
    font-size: 27px !important;
}

span#price-fibra-a {
    font-size: 27px !important;
}

/* esconde o botão "Ligue para mim" da viabilidade*/
button#bfc_save_lead_btn {
    display: none;
}

/* CAMINHO CARD REPROVADO */

#price-wrapper-fibra-arestrito {
    height: 50px !important;
}

#price-wrapper-fibra-brestrito {
    height: 50px !important;
}

#price-wrapper-fibra-crestrito {
    height: 50px !important;
}

#price-wrapper-fibra-drestrito {
    height: 50px !important;
}

/* ROTEADOR GRATUITO */

#card-plugin-internet-roteador > div.col-12.col-lg-3.price-wrapper.align-self-center {
    visibility: hidden;
}

#summary-roteador > td.summary-action.align-middle {
    display: none;
}

#card-plugin-internet-roteador-dois > div.col-12.col-lg-3.price-wrapper.align-self-center {
    visibility: hidden;
}

#summary-roteador-dois > td.summary-action.align-middle {
    display: none;
}

/* SVAs GRATUITO */

#card-plugin-internet-opt-max > div.col-12.col-lg-3.price-wrapper.align-self-center {
    visibility: hidden;
}

#summary-opt-max > td.summary-action.align-middle {
    display: none;
}

#card-plugin-internet-opt-exitlag > div.col-12.col-lg-3.price-wrapper.align-self-center {
    visibility: hidden;
}

#summary-opt-exitlag > td.summary-action.align-middle {
    display: none;
}

#card-plugin-internet-opt-paramount > div.col-12.col-lg-3.price-wrapper.align-self-center {
    visibility: hidden;
}

#summary-opt-paramount > td.summary-action.align-middle {
    display: none;
}

#card-plugin-internet-opt-disney > div.col-12.col-lg-3.price-wrapper.align-self-center {
    visibility: hidden;
}

#summary-opt-disney > td.summary-action.align-middle {
    display: none;
}

#card-plugin-internet-app-add > div.col-12.col-lg-3.price-wrapper.align-self-center {
    visibility: hidden;
}

#summary-app-add > td.summary-action.align-middle {
    display: none;
}

#card-plugin-internet-app-add-restrito > div.col-12.col-lg-3.price-wrapper.align-self-center {
    visibility: hidden;
}

#summary-app-add-restrito > td.summary-action.align-middle {
    display: none;
}

/* Fonte titulo card */

#div-accordion-select-streaming\` > div.collapse.show.lastAcordion > div > div.row.selected-plan-wrapper > div.col-12.col-lg-5.align-self-center > h2 {
    font-size: 34px;
}

span.title {
    font-size: 16px !important;
}

/* Ocultar valores do card apps adicionais */

span#currency-unity-app-add {
    display: none;
}
span#price-app-add {
    display: none;
}
span#periodicity-app-add {
    display: none;
}

span#currency-unity-app-add-restrito {
    display: none;
}
span#price-app-add-restrito {
    display: none;
}
span#periodicity-app-add-restrito {
    display: none;
}

#div-accordion-select-streaming\` > div.collapse.show.lastAcordion > div > div.row.selected-plan-wrapper > div.col-12.col-lg-3.price-wrapper.align-self-center > div {
    display: none;
}