.pnt-banner-principal{
    width: 100%;
}

.pnt-logo-telefonica {
    width: 12rem;
    position: relative;
    bottom: 0;
    top: 1.3rem;
    left: 79.5%;
}

@media only screen and (max-width: 1600px) {
    .pnt-logo-telefonica {
        left: 77.8%;
    }
}

@media only screen and (max-width: 1366px) {
    .pnt-logo-telefonica {
        left: 80.5%;
        top: 1rem;
    }
}

@media only screen and (max-width: 1280px) {
    .pnt-logo-telefonica {
        left: 80%;
    }
}

.pnt-button-agregar-linea.pnt-button-nueva-linea.col {
    background-color: #a13ea1;
    color: white;
    margin-left: 3.5em;
    margin-bottom: 1em;
    padding: 0;
    font-size: .7rem;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: none;
    width: 14%;
}

@media only screen and (max-width: 480px) {
    .pnt-button-agregar-linea.pnt-button-nueva-linea.col {
        height: 18px;
        width: 56%;
    }
}

.pnt-boton-eliminar-linea:hover {
    cursor: pointer;    
}

.pnt-boton-eliminar-linea {
    color: #a13ea1;
    font-size: 1rem;
    margin-left: 1.3em;
}

.pnt-btn-validar-cuit-b2b {
    color: white;
    background-color: #a13ea1;
    position: absolute;
    right: 20px;
    top: 20px;
    border-radius: 2rem;
    font-size: 15px;
    padding-left: 20px;
    padding-right: 20px;
    border: none;
    outline:none;
}

.pnt-btn-validar-cuit-b2b:hover {
    opacity: 0.7;
    background-color: #882e88;
    box-shadow: 0 0 0 0;
}

.pnt-btn-validar-cuit-b2b:focus {
    opacity: 0.7;
    background-color: #882e88;
    box-shadow: 0 0 0 0;
}

.pnt-contenedor-cuit {
    position: relative;
}

.step.active .step-title.pnt-step-title-b2b {
    color: #a13ea1;
}

ul.stepper.horizontal .step.active .step-title::before, ul.stepper.horizontal .step.done .step-title::before {
    background-color: #a13ea1 !important;
}

.pnt-encabezado-paso {
    color: #a13ea1;
    font-size: 1.3rem;
}

@media only screen and (max-width: 414px) {
    label.pnt-label-codigo-area {
        font-size: .8rem;
    }
}

/* Paso 3: Documentación y firma */

@media only screen and (min-width: 993px) {
    ul.stepper.horizontal .step .step-title {
        max-width: 236px;
    }
}

@media only screen and (max-width: 1280px) {
    .pnt-fondo-adjunto {
        width: 220px;
    }
    .pnt-fondo-adjunto-cargado {
        width: 220px;
    }
}

@media only screen and (max-width: 1024px) {
    .pnt-fondo-adjunto {
        width: 190px;
    }
    .pnt-fondo-adjunto-cargado {
        width: 190px;
    }
}

@media only screen and (max-width: 320px) {
    .pnt-fondo-adjunto {
        width: 165px;
    }
    .pnt-fondo-adjunto-cargado {
        width: 165px;
    }
    .caja-precio.col .col .pnt-caja-plan-nueva-linea {
        padding:0px 5px 0px 5px;
    }
}

#pnt-app .pnt-step-content-paso3 { 
    padding-left: 2.7rem;
    padding-right: 2.7rem;
}

.pnt-encabezado-paso-firma-b2b {
    color: #a13ea1;
}

.pnt-subtitulo-firma-b2b {
    text-align: center;
    color: black;
    font-size: 1.1rem;
}

.pnt-container-campos-opcionales.pnt-borde-b2b {
    border: 1px solid #a13ea1;
}

.card form p.pnt-encabezado-paso3 {
    text-align: center;
    color: #a13ea1;
    margin-bottom: .2rem;
}

.pnt-carga-dni {
    display: flex;
    justify-content: center;
    margin: 2rem 0;
}

#pad-firma {
    border: 1px solid;
}

@media only screen and (min-width: 1024px) {
    .container.pnt-pad-firma-margin {
        margin-left: 11rem;
    }
}

.container.pnt-pad-firma-margin {
    margin-left: 6.5rem;
}

.signature-pad-actions.center-align {
    width: 300px;
    display: flex;
    justify-content: center;
    margin-left: 9.2rem;
}

@media only screen and (min-width: 1920px) {
    .signature-pad-actions.center-align {
        margin-left: 13.3rem;
    }
}

@media only screen and (max-width: 1600px) {
    .signature-pad-actions.center-align {
        margin-left: 10rem;
    }
}

@media only screen and (max-width: 1280px) {
    .signature-pad-actions.center-align {
        margin-left: 8.8rem;
    }
}

.pnt-recaptcha {
    margin-top: 2rem;
}

.pnt-container-adjunto-b2b {
    position: relative;
}

form .row .pnt-texto-debajo-input-adjunto {
    font-size: .8rem;
    position: absolute;
    bottom: .5rem;
    left: 2rem;
}

@media only screen and (min-width: 1920px) {
    form .row .pnt-texto-debajo-input-adjunto {
        left: 4.3rem;
    }
}

@media only screen and (max-width: 480px) {
    form .row .pnt-texto-debajo-input-adjunto {
        left: 3.8rem;
    }
}

@media only screen and (max-width: 376px) {
    form .row .pnt-texto-debajo-input-adjunto {
        left: 2.3rem;
    }
    .caja-precio.col .pnt-caja-plan-nueva-linea {
        padding:0px 20px 0px 20px;
    }
    .caja-precio.col.s11.m3.push-l1.l2.caja-precio-abierto {
        margin-bottom: 60px;
    }
    .caja-precio.col.s11.m3.push-l1.l2.caja-precio-abierto.caja-con-2-lineas {
        margin-bottom: 190px;
    }
    .caja-precio.col.s11.m3.push-l1.l2.caja-precio-abierto.caja-con-3-lineas {
        margin-bottom: 305px;
    }
}

.pnt-label-reemplazar-archivo {
    color: #a13ea1;
    text-decoration: underline;
}

.pnt-label-reemplazar-archivo:hover {
    cursor: pointer;
}

.pnt-error-carga-adjunto {
    color: #EC624B;
    margin: 1.5rem 0;
}

@media only screen and (max-width: 414px) {
    .signature-pad-actions.center-align {
        margin-left: 0;
        width: inherit;
    }
    .col .pnt-caja-plan-nueva-linea {
        padding:0px 35px 0px 35px;
    }
    .tuenti-recaptcha.pnt-recaptcha {
        padding-left: 28%;
    }
    .pnt-btn-validar-cuit-b2b {
        color: white;
        background-color: #a13ea1;
        position: absolute;
        right: 5px;
        top: 12px;
        border-radius: 2rem;
        font-size: 15px;
        border: none;
        outline:none;
    }
    .pnt-button-agregar-linea.pnt-button-nueva-linea.col{
        font-size: .65rem;
        margin-left:0px;
        text-transform: none;
    }
    #pnt-app .pnt-step-content-paso3{
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .container.pnt-pad-firma-margin{
        margin-left: 0px;
    }
    .pnt-carousel-typ{
        margin-left: -45px;
        max-width: 130%;
    }
}
@media only screen and (max-width: 320px) {
    .pnt-button-agregar-linea.pnt-button-nueva-linea.col{
        font-size: .5rem;
    }
}

@media only screen and (max-width: 1280px) {
    .pnt-texto-debajo-input-adjunto.pnt-error-carga-adjunto.pnt-adjuntos-documentos {
        bottom: -0.7rem;
    }
}

/*PASO DE TYP para ALTA*/
.pnt-mensaje-typ-h3{
    margin-top: 10px;
    font-weight: 600;
    color: #0c273a;
}

.pnt-submensaje-typ{
    color: #0c273a;
    font-family: 'Telefonica';
}
.pnt-contenedor-info-typ{
    padding-top: 1em;
}
.pnt-numero-tramite-typ{
    margin-top: 20px;
    padding: 10px;
    border: 1px solid;
    border-radius: 15px;
    border-color: #5cb615;
    color: #0c273a;
}
.pnt-carousel-typ{
    height: 95px;
    margin-top: 15px;
    margin-bottom:15px;
}
#carousel button{
    font: 400 1.8em sans-serif;
    height: 40px;
    width: 40px;
    background-color: #a7a3a3c4;
    border-radius: 100%;
    text-align: center;
    color: white;
    margin-top: 25px;
    margin-left: 5px;
    margin-right: 5px;
}

.pnt-link-volver-typ{
    text-align: center;
    padding: 7px;
    background-color: #0c273a;
    border-radius: 25px;
    color: white;
}

.pnt-imagen-footer-typ{
    margin-top: 15px;
}

.pnt-btn-validar-cuit-b2b:disabled {
    background-color: #95a0a7;
    color: rgb(58, 58, 58);
    cursor: default;
}

.pnt-btn-validar-cuit-b2b:active {
    background-color: #a13ea1;
    color: white;
}

.pnt-fondo-modal-validacion-cuit{
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 2000;
    background-color: #00000075;
}

.pnt-texto-validacion-cuit {
    margin-top: 100px;
    font-size: 1.4rem;
}

.pnt-contenedor-validacion-cuit {
    display: flex;
    align-items: center;
    padding: 1rem;
}

.pnt-contenedor-spinner-tuenti.pnt-contenedor-validacion-cuit{
    width: 32rem;
    height: 26rem;
}

@media only screen and (max-width: 480px) {
    .pnt-contenedor-spinner-tuenti.pnt-contenedor-validacion-cuit{
        width: 22rem;
        height: 20rem;
    }
}


.pnt-btn-reintentar {
    color: white;
    background-color: #a13ea1;
    border-radius: 2rem;
    font-size: 1.2rem;
    padding: 12px;
    border: none;
    outline:none;
    margin-top: 30px;
}
.pnt-boton-volver-movi{
    text-align: center;
    padding: 7px;
    background-color: #0c273a;
    border-radius: 25px;
    color: white;
}

.row .col.pnt-caja-header {
    background-color: #0b2739;
    color: white;
    text-align: center; 
    font-size: 1.5rem;
    position: relative;
}

@media only screen and (min-width: 1920px) {
    .pnt-caja-header {
        width: 107.5%;
        right: 11px;
    }
}

@media only screen and (max-width: 1366px) {
    .pnt-caja-header {
        width: 111%;
        right: 11px;
    }
}

.pnt-caja-header-titulo {
    font-size: 1rem;
}

.pnt-caja-header-top {
    background-color: #a13ea1;
    font-size: 1rem;
    text-align: center;
    color: white;
    border-radius: .5em .5em 0 0;
    height: 2em;
    display: flex;
    justify-content: center;
    align-items: center;
}

.pnt-caja-plan-contenedor-nuevas-lineas {
    max-height: 23em;
    overflow-y: auto;
    overflow-x: hidden;
    width: 105%;
    padding: 0 .3rem;
    background-color: white;
}

.pnt-caja-plan-nueva-linea {
    margin-top:1em;
    padding:5px;
}

.pnt-texto-plan-cantidad-lineas {
    font-size: .7rem;
    position: relative;
}

@media only screen and (max-width: 1366px) {
    .pnt-texto-plan-cantidad-lineas {
        margin-left: -0.3rem;
    }
}

@media only screen and (max-width: 1280px) {
    .pnt-texto-plan-cantidad-lineas {
        margin-left: -0.6rem;
    }
}

.row .col .boton-plan-b2b {
    background-color: #a13ea1;
}

@media only screen and (max-width: 1366px) {
    .row .col .boton-plan-b2b {
        margin-bottom: -1px;
    }
}

.pnt-texto-negro-caja-plan {
    font-family: 'TelefonicaLight';
    color: black;
    font-weight: 600;
}
.separador-plan-b2b {
    margin-bottom: 15px;
    margin-right: 1rem;
    width: 95%;
}
.pnt-fondo-pop-up.pnt-fondo-caja-colapsada {
    z-index: -100;
}

.input-field label.pnt-label-planes {
    display: inline-block;
    top: -2.1rem;
}
