@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);
}

/*#######################################################################################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/dbug/2020/10/red_select_arrow_down.png) no-repeat right 5px center;
}



/*Verififcar o porque da existencia desses before*/

/* .icon-pin::before, .icon-download::before, .icon-upload::before
{
    content: unset !important;
} Removido em 04/06/2022 devido a ocultar ícone pin de inicio de assinatura.*/

.icon-tools::before 
{
    content: "" !important;
}

/***********************************Regras CSS para ir pro front******************************************************************/

/*Cores checkout Mateus*********************************************************/
.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 
{
    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_starmannet/2023/6/096abf08b03eaf45ceeff10d0ef70dae.png);
    width: 257px;
    height: 59px;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
}

/*****REMOVER O COMPTARIO PARA ALTERAÇÃO DE ICONES PADÕES DO CHECKOUT********

.icon.icon-globo_big 
{
    background-image: url(/files/2021/2/globe.png);
    background-size: 100%;
    height: 35px;
    width: 35px !important;
}

.icon.icon-download 
{
    background-image: url(/files/2021/2/1-cloud-computing.png);
    background-size: 100%;
}

.icon.icon-upload 
{
    background-image: url(/files/2021/2/cloud-computing1_QBGldQt.png);
    background-size: 100%;
}

.icon.icon-tools 
{
    background-image: url(/files/2021/2/technics.png);
    background-size: 100%;
}

.icon.icon-bill 
{
    background-image: url(/files/2021/2/percentage.png);
    background-size: 100%;
}

.dropdown-toggle::after 
{
    color: var(--c-secondary) !important;
}
.icon.icon-tv_big {
    background-image: url(/files/2021/2/monitor.png);
    background-size: 100%;
    width: 48px;
    height: 50px;
}

.icon.icon-telephone_big, .icon.icon-telephone {
    background-image: url(/files/2021/2/phone.png);
    background-size: 100%;
    width: 37px;
    height: 50px;
}

@media (max-width: 767.98px) {
#navbarSupportedContent 
    {
        background: var(--primary);
    }
}
************/
 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;
}

/* Para formatar texto em cards com display-title

.display_title 
{
    display: flex;
    line-height: 1;
    justify-content: center;
    align-items: center;
    height: 100%;
    flex-direction: column;
}
*/
/*Padrões para fundo de dlisplay ################################################################*/

#summary-opt-a .price-wrapper,
#summary-opt-b .price-wrapper,
#summary-opt-c .price-wrapper,
#summary-opt-d .price-wrapper,
#summary-opt-e .price-wrapper,
#summary-opt-i .price-wrapper,
#summary-opt-g .price-wrapper,
#summary-opt-j .price-wrapper {
  display: none;
}


/*ICONES SVA CUSTOM*/

.icon.icon-hbo-max 
{
    background-image: url(https://storage.googleapis.com/wda_starmannet/2023/6/7dfe88254f6d0fec46fdc9a4b8c4e36f.png);
    background-size: 100%;
    height: 35px;
    width: 35px !important;
}
.icon.icon-doutorpass
{
    background-image: url(https://storage.googleapis.com/wda_starmannet/2023/6/9e016b9538063f47465d523a5b5faa16.png);
    background-size: 100%;
    height: 35px;
    width: 35px !important;
}
.icon.icon-galinha-pintadinha
{
    background-image: url(https://storage.googleapis.com/wda_starmannet/2023/6/3c837a86044eb8122d08745fff75d574.png);
    background-size: 100%;
    height: 35px;
    width: 35px !important;
}
.icon.icon-looke
{
    background-image: url(https://storage.googleapis.com/wda_starmannet/2023/6/6135676f9c4204683d4cfe9ee730ff7f.png);
    background-size: 100%;
    height: 35px;
    width: 35px !important;
}
.icon.icon-deezer
{
    background-image: url(https://storage.googleapis.com/wda_starmannet/2023/6/6cae9a5b8e3e92df0fac605047c44396.png);
    background-size: 100%;
    height: 35px;
    width: 35px !important;
}

.icon.icon-lev-educa
{
    background-image: url(https://storage.googleapis.com/wda_starmannet/2023/6/5c1f46d009f2be47c49b91b21b83d633.png);
    background-size: 100%;
    height: 35px;
    width: 35px !important;
}
.icon.icon-toca
{
    background-image: url(https://storage.googleapis.com/wda_starmannet/2023/6/913342e904cfc33ecfcb12b409523c16.png);
    background-size: 100%;
    height: 35px;
    width: 35px !important;
}


.icon.icon-directv
{
    background-image: url(https://storage.googleapis.com/wda_starmannet/2023/6/992c5f6ecde0dc997b52785bc0954284.png);
    background-size: 100%;
    height: 35px;
    width: 35px !important;
}

#card-plugin-internet-opt-a .currency-unit,
#card-plugin-internet-opt-a .price 
{
    display: none;
}
#card-plugin-internet-opt-b .currency-unit,
#card-plugin-internet-opt-b .price 
{
    display: none;
}
#card-plugin-internet-opt-c .currency-unit,
#card-plugin-internet-opt-c .price 
{
    display: none;
}
#card-plugin-internet-opt-d .currency-unit,
#card-plugin-internet-opt-d .price 
{
    display: none;
}
#card-plugin-internet-opt-e .currency-unit,
#card-plugin-internet-opt-e .price 
{
    display: none;
}
#card-plugin-internet-opt-f .currency-unit,
#card-plugin-internet-opt-f .price 
{
    display: none;
}
#card-plugin-internet-opt-g .currency-unit,
#card-plugin-internet-opt-g .price 
{
    display: none;
}
#card-plugin-internet-opt-h .currency-unit,
#card-plugin-internet-opt-h .price 
{
    display: none;
}

#card-plugin-internet-opt-i .currency-unit,
#card-plugin-internet-opt-i .price 
{
    display: none;
}

#card-plugin-internet-opt-j .currency-unit,
#card-plugin-internet-opt-j .price 
{
    display: none;
}

#wiz_subscription_data > div > plugin-provider-checkout-wizard-step02 > div > form > div > div:nth-child(2) > div:nth-child(1) {
    display: none;
}

/* Card promoção Março */
#title-wrapper-fibra-d {
    background-color: #faf00b !important;
    color: var(--primary);
}