:root{--color_primary:#00AEEF;--color_secondary:#00A65E;--text_black:#040404}.codigo-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:10px;justify-content:center;justify-items:center;margin-bottom:20px;margin-left:auto;margin-right:auto;max-width:500px}@media (max-width:768px){.codigo-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}.b_color_primary{background-color:var(--color_primary)}.btn_color_primary{background:var(--color_primary)!important;border:1px solid var(--color_primary)!important;color:#fff!important}.btn_color_primary:hover{background:#1766b6!important;border:1px solid #1766b6!important;color:#fff!important}.btn_color_secondary{background:var(--color_secondary)!important;border:1px solid var(--color_secondary)!important;color:#fff!important}.btn_color_secondary:hover{background:#137048!important;border:1px solid #137048!important;color:#fff!important}#login-deegle>h2{color:#2979ff}.text_dark{color:var(--text_black)}.text_primary{color:var(--color_primary)}.text_secondary{color:var(--color_secondary)}.bb_primary{border-bottom:1px solid var(--color_primary)}.bb_secondary{border-bottom:1px solid var(--color_secondary)}@font-face{font-family:Telefonica-Bold;src:url(https://static.paguetodo.com/fonts/Telefonica-Bold.woff)}@font-face{font-family:Telefonica-Light;src:url(https://static.paguetodo.com/fonts/Telefonica-Light.woff)}@font-face{font-family:Telefonica-Regular;src:url(https://static.paguetodo.com/fonts/Telefonica-Regular.woff)}@font-face{font-family:Telefonica-ExtraLight;src:url(https://static.paguetodo.com/fonts/TelefonicaWeb-ExtraLight.woff)}.font-light{font-family:Telefonica-Light}.font-bold{font-family:Telefonica-Bold}.font-regular{font-family:Telefonica-Regular}.font-extra-light{font-family:Telefonica-ExtraLight}footer{background-color:#faf9f9;min-height:3rem}.text_grey{color:#5f6267}body{min-height:100vh;padding-top:4.5rem;font-family:Telefonica-Regular}.link_polit{text-decoration:none;transition:all .5s;color:#5d646d;cursor:pointer}.link_polit:hover{color:var(--color_primary);margin-top:-.7rem}.shadow-z-1{-webkit-box-shadow:0 1px 3px 0 rgba(0,0,0,.12),0 1px 2px 0 rgba(0,0,0,.24);-moz-box-shadow:0 1px 3px 0 rgba(0,0,0,.12),0 1px 2px 0 rgba(0,0,0,.24);box-shadow:0 1px 3px 0 rgba(0,0,0,.12),0 1px 2px 0 rgba(0,0,0,.24)}.table{width:100%;max-width:100%;margin-bottom:2rem;background-color:#fff}.table>tbody>tr,.table>tfoot>tr,.table>thead>tr{-webkit-transition:all .3s ease;-o-transition:all .3s ease;transition:all .3s ease}.table>tbody>tr>td,.table>tbody>tr>th,.table>tfoot>tr>td,.table>tfoot>tr>th,.table>thead>tr>td,.table>thead>tr>th{text-align:left;padding:1.6rem;vertical-align:top;border-top:0;-webkit-transition:all .3s ease;-o-transition:all .3s ease;transition:all .3s ease}.table>thead>tr>th{font-weight:400;color:#757575;vertical-align:bottom;border-bottom:1px solid rgba(0,0,0,.12)}.table>caption+thead>tr:first-child>td,.table>caption+thead>tr:first-child>th,.table>colgroup+thead>tr:first-child>td,.table>colgroup+thead>tr:first-child>th,.table>thead:first-child>tr:first-child>td,.table>thead:first-child>tr:first-child>th{border-top:0}.table>tbody+tbody{border-top:1px solid rgba(0,0,0,.12)}.table .table{background-color:#fff}.table .no-border{border:0}.table-condensed>tbody>tr>td,.table-condensed>tbody>tr>th,.table-condensed>tfoot>tr>td,.table-condensed>tfoot>tr>th,.table-condensed>thead>tr>td,.table-condensed>thead>tr>th{padding:.8rem}.table-bordered{border:0}.table-bordered>tbody>tr>td,.table-bordered>tbody>tr>th,.table-bordered>tfoot>tr>td,.table-bordered>tfoot>tr>th,.table-bordered>thead>tr>td,.table-bordered>thead>tr>th{border:0;border-bottom:1px solid #e0e0e0}.table-bordered>thead>tr>td,.table-bordered>thead>tr>th{border-bottom-width:2px}.table-striped>tbody>tr:nth-child(odd)>td,.table-striped>tbody>tr:nth-child(odd)>th{background-color:#f5f5f5}.table-hover>tbody>tr:hover>td,.table-hover>tbody>tr:hover>th{background-color:rgba(0,0,0,.12)}@media screen and (max-width:768px){.table-responsive-vertical>.table{margin-bottom:0;background-color:transparent}.table-responsive-vertical>.table>tfoot,.table-responsive-vertical>.table>thead{display:none}.table-responsive-vertical>.table>tbody{display:block}.table-responsive-vertical>.table>tbody>tr{display:block;border:0;border-radius:2px;margin-bottom:1.6rem}.table-responsive-vertical>.table>tbody>tr>td{background-color:#fff;display:block;vertical-align:middle;text-align:right}.table-responsive-vertical>.table>tbody>tr>td[data-title]:before{content:attr(data-title);float:left;font-size:inherit;font-weight:400;color:#757575}.table-responsive-vertical.shadow-z-1{-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none}.table-responsive-vertical.shadow-z-1>.table>tbody>tr{border:none;-webkit-box-shadow:0 1px 3px 0 rgba(0,0,0,.12),0 1px 2px 0 rgba(0,0,0,.24);-moz-box-shadow:0 1px 3px 0 rgba(0,0,0,.12),0 1px 2px 0 rgba(0,0,0,.24);box-shadow:0 1px 3px 0 rgba(0,0,0,.12),0 1px 2px 0 rgba(0,0,0,.24)}.table-responsive-vertical>.table-bordered{border:0}.table-responsive-vertical>.table-bordered>tbody>tr>td{border:0;border-bottom:1px solid #e0e0e0}.table-responsive-vertical>.table-bordered>tbody>tr>td:last-child{border-bottom:0}.table-responsive-vertical>.table-striped>tbody>tr:nth-child(odd),.table-responsive-vertical>.table-striped>tbody>tr>td{background-color:#fff}.table-responsive-vertical>.table-hover>tbody>tr:hover,.table-responsive-vertical>.table-hover>tbody>tr:hover>td{background-color:#fff}}.table-striped.table-mc-red>tbody>tr:nth-child(odd)>td,.table-striped.table-mc-red>tbody>tr:nth-child(odd)>th{background-color:#fde0dc}.table-hover.table-mc-red>tbody>tr:hover>td,.table-hover.table-mc-red>tbody>tr:hover>th{background-color:#f9bdbb}@media screen and (max-width:767px){.table-responsive-vertical .table-striped.table-mc-red>tbody>tr:nth-child(odd),.table-responsive-vertical .table-striped.table-mc-red>tbody>tr>td{background-color:#fff}.table-responsive-vertical .table-striped.table-mc-red>tbody>tr>td:nth-child(odd){background-color:#fde0dc}.table-responsive-vertical .table-hover.table-mc-red>tbody>tr:hover,.table-responsive-vertical .table-hover.table-mc-red>tbody>tr:hover>td{background-color:#fff}.table-responsive-vertical .table-hover.table-mc-red>tbody>tr>td:hover{background-color:#f9bdbb}}.table-striped.table-mc-pink>tbody>tr:nth-child(odd)>td,.table-striped.table-mc-pink>tbody>tr:nth-child(odd)>th{background-color:#fce4ec}.table-hover.table-mc-pink>tbody>tr:hover>td,.table-hover.table-mc-pink>tbody>tr:hover>th{background-color:#f8bbd0}@media screen and (max-width:767px){.table-responsive-vertical .table-striped.table-mc-pink>tbody>tr:nth-child(odd),.table-responsive-vertical .table-striped.table-mc-pink>tbody>tr>td{background-color:#fff}.table-responsive-vertical .table-striped.table-mc-pink>tbody>tr>td:nth-child(odd){background-color:#fce4ec}.table-responsive-vertical .table-hover.table-mc-pink>tbody>tr:hover,.table-responsive-vertical .table-hover.table-mc-pink>tbody>tr:hover>td{background-color:#fff}.table-responsive-vertical .table-hover.table-mc-pink>tbody>tr>td:hover{background-color:#f8bbd0}}.table-striped.table-mc-purple>tbody>tr:nth-child(odd)>td,.table-striped.table-mc-purple>tbody>tr:nth-child(odd)>th{background-color:#f3e5f5}.table-hover.table-mc-purple>tbody>tr:hover>td,.table-hover.table-mc-purple>tbody>tr:hover>th{background-color:#e1bee7}@media screen and (max-width:767px){.table-responsive-vertical .table-striped.table-mc-purple>tbody>tr:nth-child(odd),.table-responsive-vertical .table-striped.table-mc-purple>tbody>tr>td{background-color:#fff}.table-responsive-vertical .table-striped.table-mc-purple>tbody>tr>td:nth-child(odd){background-color:#f3e5f5}.table-responsive-vertical .table-hover.table-mc-purple>tbody>tr:hover,.table-responsive-vertical .table-hover.table-mc-purple>tbody>tr:hover>td{background-color:#fff}.table-responsive-vertical .table-hover.table-mc-purple>tbody>tr>td:hover{background-color:#e1bee7}}.table-striped.table-mc-deep-purple>tbody>tr:nth-child(odd)>td,.table-striped.table-mc-deep-purple>tbody>tr:nth-child(odd)>th{background-color:#ede7f6}.table-hover.table-mc-deep-purple>tbody>tr:hover>td,.table-hover.table-mc-deep-purple>tbody>tr:hover>th{background-color:#d1c4e9}@media screen and (max-width:767px){.table-responsive-vertical .table-striped.table-mc-deep-purple>tbody>tr:nth-child(odd),.table-responsive-vertical .table-striped.table-mc-deep-purple>tbody>tr>td{background-color:#fff}.table-responsive-vertical .table-striped.table-mc-deep-purple>tbody>tr>td:nth-child(odd){background-color:#ede7f6}.table-responsive-vertical .table-hover.table-mc-deep-purple>tbody>tr:hover,.table-responsive-vertical .table-hover.table-mc-deep-purple>tbody>tr:hover>td{background-color:#fff}.table-responsive-vertical .table-hover.table-mc-deep-purple>tbody>tr>td:hover{background-color:#d1c4e9}}.table-striped.table-mc-indigo>tbody>tr:nth-child(odd)>td,.table-striped.table-mc-indigo>tbody>tr:nth-child(odd)>th{background-color:#e8eaf6}.table-hover.table-mc-indigo>tbody>tr:hover>td,.table-hover.table-mc-indigo>tbody>tr:hover>th{background-color:#c5cae9}@media screen and (max-width:767px){.table-responsive-vertical .table-striped.table-mc-indigo>tbody>tr:nth-child(odd),.table-responsive-vertical .table-striped.table-mc-indigo>tbody>tr>td{background-color:#fff}.table-responsive-vertical .table-striped.table-mc-indigo>tbody>tr>td:nth-child(odd){background-color:#e8eaf6}.table-responsive-vertical .table-hover.table-mc-indigo>tbody>tr:hover,.table-responsive-vertical .table-hover.table-mc-indigo>tbody>tr:hover>td{background-color:#fff}.table-responsive-vertical .table-hover.table-mc-indigo>tbody>tr>td:hover{background-color:#c5cae9}}.table-striped.table-mc-blue>tbody>tr:nth-child(odd)>td,.table-striped.table-mc-blue>tbody>tr:nth-child(odd)>th{background-color:#e7e9fd}.table-hover.table-mc-blue>tbody>tr:hover>td,.table-hover.table-mc-blue>tbody>tr:hover>th{background-color:#d0d9ff}@media screen and (max-width:767px){.table-responsive-vertical .table-striped.table-mc-blue>tbody>tr:nth-child(odd),.table-responsive-vertical .table-striped.table-mc-blue>tbody>tr>td{background-color:#fff}.table-responsive-vertical .table-striped.table-mc-blue>tbody>tr>td:nth-child(odd){background-color:#e7e9fd}.table-responsive-vertical .table-hover.table-mc-blue>tbody>tr:hover,.table-responsive-vertical .table-hover.table-mc-blue>tbody>tr:hover>td{background-color:#fff}.table-responsive-vertical .table-hover.table-mc-blue>tbody>tr>td:hover{background-color:#d0d9ff}}.table-striped.table-mc-light-blue>tbody>tr:nth-child(odd)>td,.table-striped.table-mc-light-blue>tbody>tr:nth-child(odd)>th{background-color:#e1f5fe}@media screen and (max-width:767px){.table-responsive-vertical .table-striped.table-mc-light-blue>tbody>tr:nth-child(odd),.table-responsive-vertical .table-striped.table-mc-light-blue>tbody>tr>td{background-color:#fff}.table-responsive-vertical .table-striped.table-mc-light-blue>tbody>tr>td:nth-child(odd){background-color:#e1f5fe}}.table-striped.table-mc-cyan>tbody>tr:nth-child(odd)>td,.table-striped.table-mc-cyan>tbody>tr:nth-child(odd)>th{background-color:#e0f7fa}.table-hover.table-mc-cyan>tbody>tr:hover>td,.table-hover.table-mc-cyan>tbody>tr:hover>th{background-color:#b2ebf2}@media screen and (max-width:767px){.table-responsive-vertical .table-striped.table-mc-cyan>tbody>tr:nth-child(odd),.table-responsive-vertical .table-striped.table-mc-cyan>tbody>tr>td{background-color:#fff}.table-responsive-vertical .table-striped.table-mc-cyan>tbody>tr>td:nth-child(odd){background-color:#e0f7fa}.table-responsive-vertical .table-hover.table-mc-cyan>tbody>tr:hover,.table-responsive-vertical .table-hover.table-mc-cyan>tbody>tr:hover>td{background-color:#fff}.table-responsive-vertical .table-hover.table-mc-cyan>tbody>tr>td:hover{background-color:#b2ebf2}}.table-striped.table-mc-teal>tbody>tr:nth-child(odd)>td,.table-striped.table-mc-teal>tbody>tr:nth-child(odd)>th{background-color:#e0f2f1}.table-hover.table-mc-teal>tbody>tr:hover>td,.table-hover.table-mc-teal>tbody>tr:hover>th{background-color:#b2dfdb}@media screen and (max-width:767px){.table-responsive-vertical .table-striped.table-mc-teal>tbody>tr:nth-child(odd),.table-responsive-vertical .table-striped.table-mc-teal>tbody>tr>td{background-color:#fff}.table-responsive-vertical .table-striped.table-mc-teal>tbody>tr>td:nth-child(odd){background-color:#e0f2f1}.table-responsive-vertical .table-hover.table-mc-teal>tbody>tr:hover,.table-responsive-vertical .table-hover.table-mc-teal>tbody>tr:hover>td{background-color:#fff}.table-responsive-vertical .table-hover.table-mc-teal>tbody>tr>td:hover{background-color:#b2dfdb}}.table-striped.table-mc-green>tbody>tr:nth-child(odd)>td,.table-striped.table-mc-green>tbody>tr:nth-child(odd)>th{background-color:#d0f8ce}.table-hover.table-mc-green>tbody>tr:hover>td,.table-hover.table-mc-green>tbody>tr:hover>th{background-color:#a3e9a4}@media screen and (max-width:767px){.table-responsive-vertical .table-striped.table-mc-green>tbody>tr:nth-child(odd),.table-responsive-vertical .table-striped.table-mc-green>tbody>tr>td{background-color:#fff}.table-responsive-vertical .table-striped.table-mc-green>tbody>tr>td:nth-child(odd){background-color:#d0f8ce}.table-responsive-vertical .table-hover.table-mc-green>tbody>tr:hover,.table-responsive-vertical .table-hover.table-mc-green>tbody>tr:hover>td{background-color:#fff}.table-responsive-vertical .table-hover.table-mc-green>tbody>tr>td:hover{background-color:#a3e9a4}}.table-striped.table-mc-light-green>tbody>tr:nth-child(odd)>td,.table-striped.table-mc-light-green>tbody>tr:nth-child(odd)>th{background-color:#f1f8e9}.table-hover.table-mc-light-green>tbody>tr:hover>td,.table-hover.table-mc-light-green>tbody>tr:hover>th{background-color:#dcedc8}@media screen and (max-width:767px){.table-responsive-vertical .table-striped.table-mc-light-green>tbody>tr:nth-child(odd),.table-responsive-vertical .table-striped.table-mc-light-green>tbody>tr>td{background-color:#fff}.table-responsive-vertical .table-striped.table-mc-light-green>tbody>tr>td:nth-child(odd){background-color:#f1f8e9}.table-responsive-vertical .table-hover.table-mc-light-green>tbody>tr:hover,.table-responsive-vertical .table-hover.table-mc-light-green>tbody>tr:hover>td{background-color:#fff}.table-responsive-vertical .table-hover.table-mc-light-green>tbody>tr>td:hover{background-color:#dcedc8}}.table-striped.table-mc-lime>tbody>tr:nth-child(odd)>td,.table-striped.table-mc-lime>tbody>tr:nth-child(odd)>th{background-color:#f9fbe7}.table-hover.table-mc-lime>tbody>tr:hover>td,.table-hover.table-mc-lime>tbody>tr:hover>th{background-color:#f0f4c3}@media screen and (max-width:767px){.table-responsive-vertical .table-striped.table-mc-lime>tbody>tr:nth-child(odd),.table-responsive-vertical .table-striped.table-mc-lime>tbody>tr>td{background-color:#fff}.table-responsive-vertical .table-striped.table-mc-lime>tbody>tr>td:nth-child(odd){background-color:#f9fbe7}.table-responsive-vertical .table-hover.table-mc-lime>tbody>tr:hover,.table-responsive-vertical .table-hover.table-mc-lime>tbody>tr:hover>td{background-color:#fff}.table-responsive-vertical .table-hover.table-mc-lime>tbody>tr>td:hover{background-color:#f0f4c3}}.table-striped.table-mc-yellow>tbody>tr:nth-child(odd)>td,.table-striped.table-mc-yellow>tbody>tr:nth-child(odd)>th{background-color:#fffde7}.table-hover.table-mc-yellow>tbody>tr:hover>td,.table-hover.table-mc-yellow>tbody>tr:hover>th{background-color:#fff9c4}@media screen and (max-width:767px){.table-responsive-vertical .table-striped.table-mc-yellow>tbody>tr:nth-child(odd),.table-responsive-vertical .table-striped.table-mc-yellow>tbody>tr>td{background-color:#fff}.table-responsive-vertical .table-striped.table-mc-yellow>tbody>tr>td:nth-child(odd){background-color:#fffde7}.table-responsive-vertical .table-hover.table-mc-yellow>tbody>tr:hover,.table-responsive-vertical .table-hover.table-mc-yellow>tbody>tr:hover>td{background-color:#fff}.table-responsive-vertical .table-hover.table-mc-yellow>tbody>tr>td:hover{background-color:#fff9c4}}.table-striped.table-mc-amber>tbody>tr:nth-child(odd)>td,.table-striped.table-mc-amber>tbody>tr:nth-child(odd)>th{background-color:#fff8e1}.table-hover.table-mc-amber>tbody>tr:hover>td,.table-hover.table-mc-amber>tbody>tr:hover>th{background-color:#ffecb3}@media screen and (max-width:767px){.table-responsive-vertical .table-striped.table-mc-amber>tbody>tr:nth-child(odd),.table-responsive-vertical .table-striped.table-mc-amber>tbody>tr>td{background-color:#fff}.table-responsive-vertical .table-striped.table-mc-amber>tbody>tr>td:nth-child(odd){background-color:#fff8e1}.table-responsive-vertical .table-hover.table-mc-amber>tbody>tr:hover,.table-responsive-vertical .table-hover.table-mc-amber>tbody>tr:hover>td{background-color:#fff}.table-responsive-vertical .table-hover.table-mc-amber>tbody>tr>td:hover{background-color:#ffecb3}}.table-striped.table-mc-orange>tbody>tr:nth-child(odd)>td,.table-striped.table-mc-orange>tbody>tr:nth-child(odd)>th{background-color:#fff3e0}.table-hover.table-mc-orange>tbody>tr:hover>td,.table-hover.table-mc-orange>tbody>tr:hover>th{background-color:#ffe0b2}@media screen and (max-width:767px){.table-responsive-vertical .table-striped.table-mc-orange>tbody>tr:nth-child(odd),.table-responsive-vertical .table-striped.table-mc-orange>tbody>tr>td{background-color:#fff}.table-responsive-vertical .table-striped.table-mc-orange>tbody>tr>td:nth-child(odd){background-color:#fff3e0}.table-responsive-vertical .table-hover.table-mc-orange>tbody>tr:hover,.table-responsive-vertical .table-hover.table-mc-orange>tbody>tr:hover>td{background-color:#fff}.table-responsive-vertical .table-hover.table-mc-orange>tbody>tr>td:hover{background-color:#ffe0b2}}.table-striped.table-mc-deep-orange>tbody>tr:nth-child(odd)>td,.table-striped.table-mc-deep-orange>tbody>tr:nth-child(odd)>th{background-color:#fbe9e7}.table-hover.table-mc-deep-orange>tbody>tr:hover>td,.table-hover.table-mc-deep-orange>tbody>tr:hover>th{background-color:#ffccbc}@media screen and (max-width:767px){.table-responsive-vertical .table-striped.table-mc-deep-orange>tbody>tr:nth-child(odd),.table-responsive-vertical .table-striped.table-mc-deep-orange>tbody>tr>td{background-color:#fff}.table-responsive-vertical .table-striped.table-mc-deep-orange>tbody>tr>td:nth-child(odd){background-color:#fbe9e7}.table-responsive-vertical .table-hover.table-mc-deep-orange>tbody>tr:hover,.table-responsive-vertical .table-hover.table-mc-deep-orange>tbody>tr:hover>td{background-color:#fff}.table-responsive-vertical .table-hover.table-mc-deep-orange>tbody>tr>td:hover{background-color:#ffccbc}}.selected-item{background:#e0e0e0}@media screen and (max-width:767px){.table-responsive-vertical.shadow-z-1>.table>tbody>.selected-item>td{background:#e0e0e0}}.form-floating>.filtro-busqueda{padding-top:1.3rem;padding-bottom:.3rem;height:50px}.alignRight{text-align:right}.alignLeft{text-align:left}.disabled{pointer-events:none;cursor:default;color:#bebebe}.selected{background:#e0e0e0}.next-page-disabled{background-image:url('assets/images/arrow_forward_ios_grey.svg');height:20px;width:20px;background-repeat:no-repeat}.next-page-enabled{background-image:url('assets/images/arrow_forward_ios_black.svg');height:20px;width:20px;background-repeat:no-repeat;cursor:pointer}.previous-page-disabled{background-image:url('assets/images/arrow_back_ios_grey.svg');height:20px;width:20px;background-repeat:no-repeat}.previous-page-enabled{background-image:url('assets/images/arrow_back_ios_black.svg');height:20px;width:20px;background-repeat:no-repeat;cursor:pointer}.first-page-disabled{background-image:url('assets/images/first_page_grey.svg');height:20px;width:20px;background-repeat:no-repeat}.first-page-enabled{background-image:url('assets/images/first_page_black.svg');height:20px;width:20px;background-repeat:no-repeat;cursor:pointer}.last-page-disabled{background-image:url('assets/images/last_page_grey.svg');height:20px;width:20px;background-repeat:no-repeat}.last-page-enabled{background-image:url('assets/images/last_page_black.svg');height:20px;width:20px;background-repeat:no-repeat;cursor:pointer}.texto-movistar{color:#0b2739}.input-movistar{border-radius:8px;height:50px}.buttom-movistar-primary[type=submit]:hover{background:#001064!important;border:1px solid #001064!important;color:#fff!important}.buttom-movistar-primary{border:0;background:#283593!important;display:block;margin:20px auto;text-align:center;border:1px solid #283593!important;padding:10px 40px;outline:0;color:#fff!important;border-radius:8px;transition:.25s;cursor:pointer;transition:all .2s;font-family:Telefonica-Light}.buttom-movistar-secondary:hover{background:#90a4ae!important;border:1px solid #90a4ae!important;color:#fff!important}.buttom-movistar-secondary{border:0;background:#b0bec5!important;display:block;margin:20px auto;text-align:center;border:1px solid #b0bec5!important;padding:10px 40px;outline:0;color:#fff!important;border-radius:8px;transition:.25s;cursor:pointer;transition:all .2s;font-family:Telefonica-Light}.buttom-movistar-back:hover{background:#eceff1!important;border:1px solid #b0bec5!important;color:#b0bec5!important}.buttom-movistar-back{border:0;background:#fff!important;display:block;margin:20px auto;text-align:center;border:1px solid #d3d4d3!important;padding:10px 40px;outline:0;color:#0b2739!important;border-radius:8px;transition:.25s;cursor:pointer;transition:all .2s;font-family:Telefonica-Light}.text-muted:hover{color:#019df4!important}.text-muted{color:#6c757d!important}.account-wall{margin-top:20px;padding:40px 0 20px 0;background-color:#f5f5f5;-moz-box-shadow:0 2px 2px rgba(0,0,0,.4);-webkit-box-shadow:0 2px 2px rgba(0,0,0,.4);box-shadow:0 2px 2px rgba(0,0,0,.4)}.login-title{color:#555;font-size:18px;font-weight:400;display:block}@media print{.noPrint{display:none}#sidebar-wrapper{position:relative}#page-content-wrapper{width:100%;left:0;padding-left:0}}.phone-inputs-grid{display:flex;flex-direction:column;gap:19px;margin-bottom:20px}.input-row{display:flex;justify-content:center;gap:10px}.phone-input{width:48px!important;height:58px!important;font-size:24px!important;border-radius:10px!important;border:2px solid #00aeef!important;text-align:center!important;margin:0!important}@media (min-width:768px){.phone-inputs-grid{flex-direction:row;flex-wrap:wrap}.input-row{flex:1;min-width:0}.phone-input{flex:1;min-width:48px}}@media (max-width:767.98px){.input-row{width:100%;justify-content:center}}