.body > plugin-provider-checkout:nth-child(1) > div:nth-child(1) > section:nth-child(1) {
    background: #D9D9D9;
}

.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******************************************************************/

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;
}

.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('/files/2022/1/connecttelecom_1.png');
    width: 211px;
    height: 140px;
}

/*****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%;
}

.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);
    }
}
************/


@media (min-width: 1200px) {

    .plan-select-wrapper .card-body .selected-plan-wrapper h2
    {
        font-size:1.7rem !important;
    }
}

/*Classe para titulos de planos usando display title*/
.amount-number {
    font-weight: 890;
    font-size: 3.125rem;
}



/*Altera texto de de numero de canais em cards de TV*/
.select-plans-wrapper > plugin-provider-checkout-plan-television:nth-child(2) > div:nth-child(1) > div:nth-child(1) .features-wrapper.text-center.text-uppercase,
.select-plans-wrapper > plugin-provider-checkout-plan-television:nth-child(2) > div:nth-child(1) > div:nth-child(2) .features-wrapper.text-center.text-uppercase,
.select-plans-wrapper > plugin-provider-checkout-plan-television:nth-child(2) > div:nth-child(1) > div:nth-child(3) .features-wrapper.text-center.text-uppercase,
.select-plans-wrapper > plugin-provider-checkout-plan-television:nth-child(2) > div:nth-child(1) > div:nth-child(4) .features-wrapper.text-center.text-uppercase
{
    font-size: 0;
}

.select-plans-wrapper > plugin-provider-checkout-plan-television:nth-child(2) > div:nth-child(1) > div:nth-child(1) .features-wrapper.text-center.text-uppercase::after
{
    content: "176 canais";
    
}
.select-plans-wrapper > plugin-provider-checkout-plan-television:nth-child(2) > div:nth-child(1) > div:nth-child(2) .features-wrapper.text-center.text-uppercase::after
{
    content: "166 canais";
}
.select-plans-wrapper > plugin-provider-checkout-plan-television:nth-child(2) > div:nth-child(1) > div:nth-child(3) .features-wrapper.text-center.text-uppercase::after
{
    content: "122 canais";
}
.select-plans-wrapper > plugin-provider-checkout-plan-television:nth-child(2) > div:nth-child(1) > div:nth-child(4) .features-wrapper.text-center.text-uppercase::after
{
    content: "70 canais";
}

plugin-provider-checkout-plan-television .features-wrapper.text-center.text-uppercase::after
{
    font-size: 0.8rem;
    font-weight: 900;
}

/**/
plugin-provider-checkout-before-checkout .card-body > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) {
  display: none;
}