   .contenedor-desktop {
        display:none;
     }
    #btn-ctc-header{
        display: block;
        margin-top: 4px;
    }
    .contenedor-mobile{
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        max-width: 181px;
        min-width: 181px;
        height: 68px;
        border-bottom-left-radius: 16px;
        background-color: #DCEBE1;
    }
    .ico-headphone::before{       
        content: '';
        background:url('/ibdmedia/ibdcomes/hogares/luz/landing/comun/cintillo-logo/img/ico-customer_service.svg');
        background-size:cover;
        position:absolute;
        width:24px;
        height:24px;
        margin-left:-25px;
    }

    p.llamar-titulo{
        height: 20px;
    }
@media(min-width: 576px){
    .ico-headphone::before{
        background:url('/ibdmedia/ibdcomes/hogares/luz/landing/comun/cintillo-logo/img/ico-customer_service.svg');   
    }
}
@media(min-width: 992px){
    .contenedor-mobile{
        display:none;   
    }
    .contenedor-desktop{
        display:flex;   
    }
     .contenedor-desktop{
        display:flex;
        align-items: center;
        max-width: 216px;
        min-width: 216px;
        height: 68px;
        border-bottom-left-radius: 16px;
        background-color: #DCEBE1;
    }
    .acento-color{
        font-weight: 600;
    }
    .ico-phone-custom-landing{
        content: '';
        background:url('/ibdmedia/ibdcomes/hogares/luz/landing/comun/cintillo-logo/img/ico-phone.svg');
        background-size:cover;
        position:absolute;
        width:24px;
        height:24px;
        margin-left: -30px;
    }
    .container-soy-cliente{
        height: 68px;
        max-width: 216px;
        min-width: 216px;
        margin-right: 32px;
    }
    .container-no-cliente{
        height: 68px;
        max-width: 216px;
        min-width: 216px;
        background-color: #DCEBE1;
        border-bottom-left-radius: 16px;
    }
    .ibd-static-landing-header-ofertas-plan-estable-verde .contenedor-texto .llamar-titulo {
        font-family: 'IberPangeaText-Regular';
        color:#2C2C2C;
        font-size: 12px;
        font-style: normal;
        font-weight: 400;
        line-height: 16px;
        min-width: 128px;
        height: 16px;
        margin-top: 12px;
        /* margin-left: 19px; */
        text-align: center;
    }
    
    .ibd-static-landing-header-ofertas-plan-estable-verde .contenedor-texto .tel-titulo a {
        color: #2F6852;
    }
    .ibd-static-landing-header-ofertas-plan-estable-verde .contenedor-texto .tel-titulo {
        margin-left: 74px;
    }

   .ibd-static-landing-header-ofertas-plan-estable-verde .contenedor-texto .container-no-cliente .llamar-titulo{
        padding-left: 0px;
        margin-left: 40px;
    }
    
}

@media(min-width: 1200px){
    
   .ibd-static-landing-header-ofertas-plan-estable-verde .contenedor-texto .container-soy-cliente .llamar-titulo{
        text-align:center;
        padding-left: 0px;
    }
    
}

@media(min-width: 1920px){
    
     .contenedor-desktop{
        max-width: 320px;
        min-width: 320px;
    }

    .container-soy-cliente{
        max-width: 320px;
        min-width: 320px;
    }
    .container-no-cliente{   
        max-width: 320px;
        min-width: 320px;
    }   

    .ibd-static-landing-header-ofertas-plan-estable-verde .contenedor-texto .container-no-cliente .llamar-titulo{
        margin-left: 0px;
        text-align: center;
    }

    .ibd-static-landing-header-ofertas-plan-estable-verde .contenedor-texto .tel-titulo {
        margin-left: 126px;
    }
}

