/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

/* fallback */
@font-face {
    font-family: 'Material Icons';
    font-style: normal;
    font-weight: 400;
    src: url(/fonts/flUhRq6tzZclQEJ-Vdg-IuiaDsNcIhQ8tQ.woff2?0383092b87479d91e1c8e111fa0981a0) format('woff2');
}

.material-icons {
    font-family: 'Material Icons' !important;
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -moz-font-feature-settings: 'liga';
    -moz-osx-font-smoothing: grayscale;
}




:root {
    --primary: #E60000;
    --secondary: #4caf50;
    --black: #000;
    --shadow: 0px 2px 16px rgba(0, 0, 0, 0.12);
    --shadow2: 0px 1px 8px rgba(0, 0, 0, 0.12);
    --radius: 4px;
}

*,
*::before,
*::after,
:root {
    font-family: 'Open Sans', sans-serif !important;
}

html {
    line-height: 1.45;
    /* 1 */
    -webkit-text-size-adjust: 100%;
    /* 2 */
    height: 100%;


}

/* Sections
     ========================================================================== */

/**
   * Remove the margin in all browsers.
   */

body {
    height: 100%;
    max-width: 1224px;
    margin: 0 auto;
}

/**
   * Render the `main` element consistently in IE.
   */

main {
    display: block;
}

/**
   * Correct the font size and margin on `h1` elements within `section` and
   * `article` contexts in Chrome, Firefox, and Safari.
   */

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

/* Grouping content
     ========================================================================== */

/**
   * 1. Add the correct box sizing in Firefox.
   * 2. Show the overflow in Edge and IE.
   */

hr {
    box-sizing: content-box;
    /* 1 */
    height: 0;
    /* 1 */
    overflow: visible;
    /* 2 */
}

/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */

pre {
    font-family: monospace, monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */
}

/* Text-level semantics
     ========================================================================== */

/**
   * Remove the gray background on active links in IE 10.
   */

a {
    background-color: transparent;
    color: var(--black);
}



/**
   * 1. Remove the bottom border in Chrome 57-
   * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
   */

abbr[title] {
    border-bottom: none;
    /* 1 */
    text-decoration: underline;
    /* 2 */
    -webkit-text-decoration: underline dotted;
            text-decoration: underline dotted;
    /* 2 */
}

/**
   * Add the correct font weight in Chrome, Edge, and Safari.
   */

b,
strong {
    font-weight: bolder;
}

/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */

code,
kbd,
samp {
    font-family: monospace, monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */
}

/**
   * Add the correct font size in all browsers.
   */

small {
    font-size: 80%;
}

/**
   * Prevent `sub` and `sup` elements from affecting the line height in
   * all browsers.
   */

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

/* Embedded content
     ========================================================================== */

/**
   * Remove the border on images inside links in IE 10.
   */

img {
    border-style: none;
}

/* Forms
     ========================================================================== */

/**
   * 1. Change the font styles in all browsers.
   * 2. Remove the margin in Firefox and Safari.
   */

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    /* 1 */
    font-size: 100%;
    /* 1 */
    line-height: 1.15;
    /* 1 */
    margin: 0;
    /* 2 */
}

/**
   * Show the overflow in IE.
   * 1. Show the overflow in Edge.
   */

button,
input {
    /* 1 */
    overflow: visible;
}

/**
   * Remove the inheritance of text transform in Edge, Firefox, and IE.
   * 1. Remove the inheritance of text transform in Firefox.
   */

button,
select {
    /* 1 */
    text-transform: none;
}

/**
   * Correct the inability to style clickable types in iOS and Safari.
   */

button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}

/**
   * Remove the inner border and padding in Firefox.
   */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

/**
   * Restore the focus styles unset by the previous rule.
   */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}

/**
   * Correct the padding in Firefox.
   */

fieldset {
    padding: 0.35em 0.75em 0.625em;
}

/**
   * 1. Correct the text wrapping in Edge and IE.
   * 2. Correct the color inheritance from `fieldset` elements in IE.
   * 3. Remove the padding so developers are not caught out when they zero out
   *    `fieldset` elements in all browsers.
   */

legend {
    box-sizing: border-box;
    /* 1 */
    color: inherit;
    /* 2 */
    display: table;
    /* 1 */
    max-width: 100%;
    /* 1 */
    padding: 0;
    /* 3 */
    white-space: normal;
    /* 1 */
}

/**
   * Add the correct vertical alignment in Chrome, Firefox, and Opera.
   */

progress {
    vertical-align: baseline;
}

/**
   * Remove the default vertical scrollbar in IE 10+.
   */

textarea {
    overflow: auto;
}

/**
   * 1. Add the correct box sizing in IE 10.
   * 2. Remove the padding in IE 10.
   */

[type="checkbox"],
[type="radio"] {
    box-sizing: border-box;
    /* 1 */
    padding: 0;
    /* 2 */
}

/**
   * Correct the cursor style of increment and decrement buttons in Chrome.
   */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

/**
   * 1. Correct the odd appearance in Chrome and Safari.
   * 2. Correct the outline style in Safari.
   */

[type="search"] {
    -webkit-appearance: textfield;
    /* 1 */
    outline-offset: -2px;
    /* 2 */
}

/**
   * Remove the inner padding in Chrome and Safari on macOS.
   */

[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
   * 1. Correct the inability to style clickable types in iOS and Safari.
   * 2. Change font properties to `inherit` in Safari.
   */

::-webkit-file-upload-button {
    -webkit-appearance: button;
    /* 1 */
    font: inherit;
    /* 2 */
}

/* Interactive
     ========================================================================== */

/*
   * Add the correct display in Edge, IE 10+, and Firefox.
   */

details {
    display: block;
}

/*
   * Add the correct display in all browsers.
   */

summary {
    display: list-item;
}

/* Misc
     ========================================================================== */

/**
   * Add the correct display in IE 10+.
   */

template {
    display: none;
}

/**
   * Add the correct display in IE 10.
   */

[hidden] {
    display: none;
}

td,
th {
    padding: 12px 15px;
}

table td{vertical-align: top;}

table.striped>tbody>tr:nth-child(2n+1) {
    background-color: rgba(217, 217, 217, 0.5);
}

.break-all {
    word-break: break-all;
}

.alert {
    padding: 20px;
    background: #dcedc8;
    color: var(--black);
    font-size: 18px;
    margin-bottom: 20px;
    font-weight: bold;
}

.clear {
    clear: both;
}

.alert-error {
    background: #f44336 !important;
    color: #fff;
}

.error {
    background: #fbe5e5;
    padding: 20px;
}

ul.error{
    padding-left: 20px !important;
}

.success {
    background: #e9f6e9;
    padding: 10px 20px;
}

.maxwidth900 {
    max-width: 900px;
    margin: auto !important
}

.nowrap {
    flex-wrap: nowrap;
}

.btn-small {
    font-size: 11px;
}

[type="radio"]:checked+span::after,
[type="radio"].with-gap:checked+span::after {
    background-color: var(--primary)
}

[type="radio"]:not(:checked)+span,
[type="radio"]:checked+span {
    padding-left: 30px;
}

[type="radio"]:checked+span::after,
[type="radio"].with-gap:checked+span::before,
[type="radio"].with-gap:checked+span::after {
    border: 2px solid var(--primary)
}




.shadow {
    box-shadow: var(--shadow);
}

.shadow2 {
    box-shadow: var(--shadow2);
}

.radius {
    border-radius: var(--radius);
}

.color-main {
    color: var(--primary);
}

.color-blue {
    color: #46c1e7;
}

.color-orange {
    color: #F17335
}

.color-green {
    color: #8bc34a
}

.st-key {
    font-weight: bold;
    text-align: left;
}

.st-head-row {
    text-transform: uppercase;
}

.btn-large2 {
    height: 54px;
    line-height: 54px;
    max-width: 220px;
    width: 100%;
    font-size: 19px;
    width: 100%;
}

.success-recarga {
    font-size: 2.3rem;
    line-height: 1.3;
    font-weight: bold;
    margin-bottom: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    color: #93c54c;
    background-color: #eaf6ea;
    padding: 16px 0;
}

.success-recarga.mini{
    font-size: 1.1rem;
    padding: 6px 0;
}

.btn-large.continuarrecarga{max-width: none; display: inline-block; width: auto;}


.bg-white {
    background: #fff;
}

.bg-primary {
    background-color: var(--primary);
}

.border-black {
    border: 1px solid var(--black);
}

.big {
    font-size: 120%;
    line-height: 200%;
}

.text-right {
    text-align: right;
}

.text-center {
    text-align: center;
}

.text-left {
    text-align: left;
}

.text-white {
    color: #fff;
}

.rounded-none {
    border-radius: 0;
}

.border-b {
    border-bottom: 1px solid;
}

.border-white {
    border-color: #fff;
}

.bold {
    font-weight: bold;
}

.font-weight-600{
    font-weight: 600;
}

.uppercase {
    text-transform: uppercase;
}

.maxwidth740 {
    max-width: 740px;
    margin: auto
}

.maxwidth570 {
    max-width: 570px;
    margin: auto
}

.maxwidth510{
    max-width: 510px;
    margin: auto
}


.row {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.input-field {
    margin-bottom: 0.1rem
}

.input-field input {
    background: #f4f4f4 !important;
    padding-left: 10px !important;
    padding-right: 10px !important;
    width: calc(100% - 20px) !important
}

.input-field>label {
    left: 7px;
}

.input-field>label:not(.label-icon).active {
    transform: translateY(-18px) scale(0.8);
    transform-origin: 0 0;

}

.input-field.custominvalid input {
    border-bottom: 1px solid #F44336 !important;
box-shadow: 0 1px 0 0 #F44336 !important;
}

.input-field.custominvalid label {
    color: #F44336 !important;
}

.input-field .invalido {
    font-weight: bold !important;
}

.input-field .valido {
    font-weight: bold !important;
}

.phone .errorphone{
  position: absolute;
  margin-bottom: 2px;
  margin-left: 10px;
  background: #fff;
  height: 0;
  overflow: hidden;
  z-index: 22;
  top: 100%;
  margin-top: -15px;

}
.phone .errorphone.active{height: auto;
box-shadow: 3px 3px 4px #d8d8d8;
overflow: visible;
}

.phone .errorphone .int{
  padding: 8px 13px;
  border: 1px solid #808080;
  font-size: 12px;
  display: flex;
  align-items: center;
}

.phone .errorphone .int:after{
    content: "";
width: 0;
height: 0;
border-left: 7px solid transparent;
border-right: 7px solid transparent;
border-bottom: 7px solid #d9d9d9;
position: absolute;
top: -7px;
left: 20px;
}

.phone .errorphone .int:before{
    content: "!";
    height: 21px;
    width: 20px;
    background: #FFA302;
    color: #fff;
    display: inline-block;
    text-align: center;
    font-size: 17px;
    line-height: 20px;
    font-weight: bold;
    border-radius: 2px;
    margin-right: 7px;

}
#renewal_form .errorphone{
    margin-top: 0;
}

.otro .errorphone{
    position: absolute;
    margin-bottom: 2px;
    margin-left: 10px;
    background: #fff;
    height: 0;
    overflow: hidden;
    z-index: 22;
    top: 100%;

}
.otro .errorphone.active{height: auto;
    box-shadow: 3px 3px 4px #d8d8d8;
    overflow: visible;}

.otro .errorphone .int{
    padding: 8px 13px;
    border: 1px solid #808080;
    font-size: 12px;
    display: flex;
    align-items: center;
}

.otro .errorphone .int:after{
    content: "";
width: 0;
height: 0;
border-left: 7px solid transparent;
border-right: 7px solid transparent;
border-bottom: 7px solid #d9d9d9;
position: absolute;
top: -7px;
left: 20px;
}

.otro .errorphone .int:before{
    content: "!";
    height: 21px;
    width: 20px;
    background: #FFA302;
    color: #fff;
    display: inline-block;
    text-align: center;
    font-size: 17px;
    line-height: 20px;
    font-weight: bold;
    border-radius: 2px;
    margin-right: 7px;

}

.topbar__inner {
    display: flex;
    padding: 0 .75rem;
    margin-top: .5rem;
    gap: 1rem;
}

@media screen and (min-width: 1048px) {
    .topbar__inner {
        padding: 0;
    }
}

.topbar__inner__item {
    width: 100%;
    border-radius: 4px;
    display: flex;
    align-items: center;
    overflow: hidden;
}

a.topbar__inner__item {
    color: #fff;
    font-size: 18px;
}

a.topbar__inner__item span {
    padding: 8px 16px;
}

.topbar__inner__item__text {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    flex-grow: 1;
}

.topbar__inner__item__icon {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 8px;
    height: 100%;
}

.topbar__inner__schedule {
    background-color: var(--black);
    color: #fff;
    padding: 8px 16px;
    font-size: 13px;
}

.topbar__inner__phone {
    background-color: var(--black);
    color: #fff;
}

.topbar__inner__phone .topbar__inner__item__icon {
    background-color: #222222;
}

.topbar__inner__whatsapp {
    background-color: #128c7e;
    color: #fff;
}
.topbar__inner__whatsapp .topbar__inner__item__icon {
    background-color: #25d366;
}


.factura {
    border-top: 2px solid #000;
}

.line {
    border-bottom: 1px solid #ccc;
}

.linetop3 {
    border-top: 3px solid #000;
}

tr.line-invoice {
    border: 0px;
    font-size: 12px;
}

tr.line-invoice td {
    padding: 2px 0px;
}

tr.line-invoice .line-invoice-balances-header {
    border-top: 3px solid #000;
}

.input-field .helper-text[data-error="wrong"] {
    color: var(--primary)
}

.p-10 {
    padding: 20px !important
}

.p-10 {
    padding: 10px !important
}

.p-20 {
    padding: 20px !important
}

.p-30 {
    padding: 30px !important
}

.p-40 {
    padding: 40px !important
}


.mt-0 {
    margin-top: 0 !important
}

.mt-5 {
    margin-top: 5px !important;
}

.mt-10 {
    margin-top: 10px !important;
}

.mt-20 {
    margin-top: 20px !important;
}

.mt-30 {
    margin-top: 30px !important;
}

.mt-40 {
    margin-top: 40px !important;
}

.mt-50 {
    margin-top: 50px !important;
}

.ml-10 {
    margin-left: 10px !important;
}

.ml-20 {
    margin-left: 20px !important;
}

.ml-40 {
    margin-left: 40px !important;
}

.ml-50 {
    margin-left: 50px !important;
}

.mr-10 {
    margin-right: 10px !important;
}

.mr-20 {
    margin-right: 20px !important;
}

.mr-40 {
    margin-right: 40px !important;
}

.mr-50 {
    margin-right: 50px !important;
}

.mb-0 {
    margin-bottom: 0 !important
}

.mb-5 {
    margin-bottom: 5px !important;
}

.mb-10 {
    margin-bottom: 10px !important;
}

.mb-20 {
    margin-bottom: 20px !important;
}

.mb-30 {
    margin-bottom: 30px !important;
}

.mb-40 {
    margin-bottom: 40px !important;
}

.mb-50 {
    margin-bottom: 50px !important;
}

.pt-0 {
    padding-top: 0 !important
}

.pt-10 {
    padding-top: 10px !important;
}

.pt-20 {
    padding-top: 20px !important;
}

.pt-30 {
    padding-top: 30px !important;
}

.pt-40 {
    padding-top: 40px !important;
}

.pt-50 {
    padding-top: 50px !important;
}

.pb-0 {
    padding-bottom: 0 !important
}

.pb-10 {
    padding-bottom: 10px !important;
}

.pb-20 {
    padding-bottom: 20px !important;
}

.pb-30 {
    padding-bottom: 30px !important;
}

.pb-40 {
    padding-bottom: 40px !important;
}

.pb-50 {
    padding-bottom: 50px !important;
}

.pr-0 {
    padding-right: 0 !important
}

.pr-10 {
    padding-right: 10px !important;
}

.pr-20 {
    padding-right: 20px !important;
}

.pr-30 {
    padding-right: 30px !important;
}

.pr-40 {
    padding-right: 40px !important;
}

.pr-50 {
    padding-right: 50px !important;
}

.m-auto{
    margin: auto;
}




.text-big {
    font-size: 32px;
    line-height: 32px
}

.title.text-big {
    font-size: 32px;
    line-height: 32px
}

.no-style {
    border: none;
    background: none;
    cursor: pointer;
}

.no-style:hover,
.no-style:active {
    background: none;
}

.block {
    display: block;
}

.inline-block {
    display: inline-block;
}

.flex {
    display: flex;
    flex-wrap: wrap;
}

.flex1 {
    flex: 1;
}

.flex.nowrap {
    flex-wrap: nowrap;
}

.flex.center {
    align-items: center;
}

.flex.top {
    align-items: flex-start;
}

.flex-right {
    justify-content: flex-end;
}

.justify-right {
    justify-content: flex-end;
}

.justify-left {
    justify-content: flex-start;
}

.justify-between {
    justify-content: space-between;
}

.flex-col {
    flex-direction: column;
}

.flex-grow {
    flex-grow: 1;
}

.text-2xl {
    font-size: 20px;
    line-height: 30px;
}

h5 {
    font-size: 1.84rem;
}


.justify-center {
    justify-content: center;
}

.row.top {
    align-items: flex-start;
}

.row.initial {
    align-items: initial;
}

.full-height {
    height: 100%;
}

.full-width {
    width: 100%;
}

.btn-full-width {
    width: 100%;
    height: auto;
    padding: 12px
}

.btn-auto-width {
    max-width: none;
    width: auto;
    padding: 7px 20px;
    height: auto
}

.bg-grey {
    background: #e9e9e9;
}

.linetop {
    border-top: 1px solid #D9D9D9;
}

.linebottom {
    border-bottom: 1px solid #D9D9D9;
}

.inline-form {
    display: inline;
}

.hover {
    transition: all 0.4s ease-in-out;
    border: 2px solid transparent;

}

.hover:hover {
    box-shadow: var(--shadow2);
    border: 2px solid var(--primary)
}

.btn.lines {
    height: auto;
    line-height: 14px;
    letter-spacing: 0;
    font-size: 12px;
    padding: 5px 10px;
}

.btn,
.btn-large,
.btn-small {
    background: var(--primary);
    border-radius: var(--radius);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
}

.btn-large {
    max-width: 170px;
    width: 100%;
    height: 44px;
    line-height: 44px;
}

.btn:hover,
.btn-large:hover,
.btn-small:hover {
    background: var(--primary)
}

.btn.grey {
    background: #e9e9e9 !important;
    color: var(--black);
    box-shadow: none;
}

.btn.grey:hover {
    color: var(--primary)
}

.btn.white,
.btn-large.white {
    background: #fff !important;
    color: var(--black);
}

.logo2 .btn.white:hover {
    background: #333 !important;
    color: #fff
}

.btn.blue {
    background: #46c1e7 !important;
}

.btn.blue:hover {
    background: #198aad !important
}

.btn.orange {
    background: #F17335 !important;
}

.btn.orange:hover {
    background: #BC501B !important
}



.dropdown-content {
    min-width: 250px;
}

.dropdown-content a {
    color: var(--black) !important
}

.dropdown-content a:hover {
    color: var(--primary) !important;
}

.inputbig {
    flex-wrap: nowrap;
}

.inputbig input {
    font-size: 48px !important;
    padding: 8px !important;
    height: 68px !important;
}

.inputbig>.input-field {
    width: 100%;
    margin-top: 0;
}
.input-field {
    margin-bottom: 0 !important;
}

#renewal_button_confirm.big {
    width: auto;
    height: 84px;
    max-width: none;
}

.modalRenewal__inner {
    max-width: 590px;
    margin: 0 auto;
}

.modalRenewal__title {
    font-size: 24px;
}

.inputbig .input-field>label {
    font-size: 20px;
    top: 4px;
}

.text-13px{
    font-size: 13px;
}

.inputbig .input-field>label:not(.label-icon).active {
    transform: translateY(-28px) scale(0.8);
    transform-origin: 0 0;
}

.hide {
    display: none;
}


/* TOPNAV */

.topnav {
    padding: 15px
}

.logo2 h1 {
    margin: 0;
    font-weight: 900;
    font-size: 26px;
    line-height: 43px;
}

.minivodafone {
    margin-right: -40px;
    border-radius: 100px;
    background: #fff;
    height: 46px;
    width: 46px;
    padding: 3px;
}

.saldoupdate span{display: block; font-weight: normal; font-size: 12px; text-align: center;}
.saldoupdate span.bg-white{font-weight: bold;}


.saldocont {
    position: relative;
}

.saldocont span.mini {
    font-size: 14px;
}



.saldo-bajo {
    position: absolute;
    bottom: -20px;
    font-size: 12px;
    right: 0;
    background: #fff;
    padding: 0px 10px;
    animation: heart-pulse 0.9s infinite ease-out;
    min-width:150px;
}

.config {
    width: auto;
    margin: 0 10px;
}


@keyframes heart-pulse {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.05);
    }

    70% {
        transform: scale(0.95);
    }

    100% {
        transform: scale(1);
    }
}


/* TOPNAVINT */

.topnavint__top {
    background: var(--primary);
}


/* SIDEBAR */
.maxwidthsidebar {
    left: 0 !important;
    margin-left: 0 !important;
}

.sidebarHeader {
    background-color: #000;
    color: #fff;
    padding: 8px 20px;
    border-radius: 8px 8px 0 0;
    display: flex;
    align-items: center;
    gap: 4px;
    font-weight: bold;
}

.intsidebar {
    padding: 20px;
    margin-right: 0px;
    margin-left: 0px;
    background: #fff;
}

.sidebarmenu a.btn {
    height: auto;
    line-height: normal;
    padding: 8px 15px;
    line-height: 16px;
    color: var(--primary);
    font-weight: bold;
    text-transform: none !important
}

.sidebarmenu a.btn:hover {
    background: var(--primary) !important;
    color: #fff !important
}

.sidebarmenu a.btn.big {
    font-size: 20px;
    line-height: 22px;
    color: #fff !important
}

.btn.big {
    padding: 10px 20px;
    height: auto;
}

.userRenewals {
    display: flex;
    flex-direction: column;
    align-items: center;
    border: 1px solid rgba(0,0,0,0.2);
    border-radius: 8px;
    padding: 16px;
    font-size: 16px;
    text-transform: uppercase;
    gap: 8px;
    margin-top: 1rem;
}

.userRenewals span {
    line-height: 1;
}

.userRenewals span:first-child {
    font-size: 2rem;
}

.userBenefits {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.userBenefits__btn {
    border-radius: 8px;
    background-color: rgb(30,30,30);
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    line-height: 1;
    padding: 12px 16px;
    margin-bottom: 0;
    margin-top: 1rem;
    border: none;
    box-shadow: none;
}
.userBenefits__btn:not(.disabled):hover {
    cursor: pointer;
}

.userBenefits__qty {
    color: var(--primary);
    text-transform: uppercase;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    line-height: 1;
    display: none;
    position: relative;
    padding-top: 2rem;
}
.userBenefits__qty.is--opened {
    display: block;
}

#userBenefits__qty__close {
    position: absolute;
    right: 0;
    padding: 0;
    border: none;
    background-color: transparent;
    top: 0;
}
#userBenefits__qty__close:hover {
    cursor: pointer;
}
#userBenefits__qty__close svg {
    width: 22px;
}


.userPanel__user {
    display: flex;
    align-items: flex-start;
    font-size: 10px;
    margin: 24px 0 10px 0;

}

.userPanel__user svg {
    margin-right: 4px;
    width: 30px;
}

.userPanel__user strong {
    font-size: 11px;
    line-height: 13px;
}

.user .name {
    font-size: 15px;
    line-height: 18px;
}

.user h3 {
    font-size: 22px;
    line-height: 26px;
}

.user .tienda {
    font-size: 15px;
    line-height: 18px;
}

.user .idtienda {
    font-size: 20px;
    line-height: 1.2;
}

.user .iduser {
    font-size: 18px;
    line-height: 1.2;
    margin-bottom: 8px;
}

.commissions__total__title {
    border-radius: 8px;
    background-color: var(--primary);
    color: #fff;
    font-weight: bold;
    padding: 8px 10px;
    display: inline-block;
    margin-right: 16px;
    width: 175px;
    text-wrap: pretty;
}

/* CONTENMAIN */
.content-main {
    min-height: calc(100vh - 190px)
}

.maxwidth {
    max-width: 1100px;
    margin: auto;
}

.title {
    font-size: 22px;
    line-height: 26px;
}

.title.big {
    font-size: 30px;
    line-height: 34px;
}


/* RECARGAS */
.recargas .big {
    font-size: 40px;
    line-height: 44px;
}

.recargas .mini {
    font-size: 10px;
    display: block;
    line-height: 10px;
    color: var(--black)
}

.botonrecarga {
    transition: all 0.3s ease-in-out;
}

.botonrecarga:hover {
    background: var(--primary);
    color: #fff;
    cursor: pointer;
}

.botonrecarga .title.big{font-size: 42px; line-height: 50px;}

.botonrecarga:hover .big {
    color: #fff;
    box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.12);
}

.botonrecarga:hover .mini {
    color: #fff;
}

.otro.activorecarga {
    border: 4px solid var(--primary);
}

.botonrecarga.active {
    background: var(--primary);
    color: #fff;
}

.botonrecarga.active .big {
    color: #fff;
    box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.12);
}

.botonrecarga span{
-webkit-user-select: none; /* Safari */ /* IE 10 and IE 11 */
  -moz-user-select: none;
     user-select: none; /* Standard syntax */
}

.botonrecarga.active .mini {
    color: #fff;
}

.textotro {
    min-width: 120px;
}

.otro {
    border: 4px solid transparent;
}

.otro input {
    margin-left: 20px;
}

.otro .input-field {
    width: 100%;
}

/* Eliminación de flechas de steps en inputs */
/* Chrome, Safari, Edge, Opera */
#msisdn::-webkit-outer-spin-button,
#msisdn::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
#msisdn {
    -moz-appearance: textfield;
}

.calculadora {
    display: flex;
    flex-wrap: wrap;
    background: #F0F0F0;
    padding: 10px;
}

.calculadora .number {
    background: #C4C4C4;
    width: calc(33.33334% - 4px);
    color: #fff;
    text-align: center;
    padding: 10px;
    font-size: 40px;
    font-weight: bold;
    margin-bottom: 5px;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
}

.calculadora .number:hover {
    background: #868686
}

.calculadora .number.margin {
    margin-left: 5px;
    margin-right: 5px;
}

.calculadora .number.delete {
    font-size: 11px;
    background: var(--primary);
    display: flex;
    flex-direction: column;
}

/* CONTRACTS */
.contract-content {
    word-break: break-word
}

.contract-content h6 {
    font-weight: bold;
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
    margin-top: 30px;
}

.contract-content li {
    margin-top: 15px;
}

.contract-content input {
    margin-bottom: 0 !important;
}

.modal.bottom-sheet {
    max-width: 1024px;
    margin: 0 auto;
}

.closeup .modal-close {
    position: absolute;
    right: 0px;
    top: 0px;
    color:#fff;
    background: var(--primary) !important;
    padding: 0 10px;
    font-size: 1.5rem;
    border-radius:0;
    margin: 0 !important;
}

.closeup .modal-close:hover{
    color:#fff !important;
}

.closeup .button-close-modal {
    position: absolute;
    right: 15px;
    top: 15px;
    color: var(--primary);
    padding: 0 10px;
    font-size: 1.5rem
}

/* ERRORES 404, 403, 500 */
.full-screen {
    height: calc(100vh - 120px);
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.error-number {
    position: absolute;
    font-size: 30vw;
    opacity: 0.05
}


/* PASOS  */
.pasos {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: center;
    margin-bottom: 20px;
}

.paso {
    margin: 0 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 46%;
    margin: 0 2%;
    text-align: center;
    font-size: 16px;
}

.paso.full {
    width: 100%;
    margin: 0;
    flex-direction: row;
    justify-content: flex-start;
}

.paso.full .number {
    margin-right: 10px;
    margin-left: 0;
}

.paso .number {
    display: inline-block;
    border-radius: 100%;
    background: #e9e9e9;
    font-size: 30px;
    margin: auto;
    margin-bottom: 10px;
    height: 50px;
    width: 50px;
    line-height: 50px;
    text-align: center;
}

.paso.activo .number {
    background: var(--primary);
    color: #fff;
}

/* OPERATIVAS  */
.operativas {
    margin-top: 50px;
}

.operativas li {
    display: flex;
    align-items: center;
    margin-bottom: 25px;
    padding-bottom: 25px;
    border-bottom: 1px solid #f2f2f2;
}

.operativas li img {
    margin-right: 20px;
}


/* FOOTER  */
#recharges-service {
    position: fixed;
    z-index: 9999;
    width: 220px;
    background-color: #fff;
    right: 10px;
    bottom: 10px;
    box-shadow: 0 5px 10px rgba(255, 0, 0, .2);
}

#recharges-service.remove {
    top:100%;
}

#recharges-service button {
    color: #fff;
    position: absolute;
    right: 0;
    top: -20px;
    background-color: red;
    border: none;

}


.bloque-tarifa {
    border: 2px solid #ccc;
    background: #fff;
    height: 100%;
    padding: 8px;
    border: 5px solid transparent;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.bloque-tarifa label:hover {
    cursor: pointer;
}

.bloque-tarifa .name{
    width: 100%;
    background: var(--primary);
    color: #fff;
    text-align: center;
    padding: 7px;
    margin: 0;
    font-weight: bold;
}


.bloque-tarifa.active {
    border: 5px solid var(--secondary);
    transform: scale(1.1); /* Ajusta el valor según lo grande que quieras que sea el elemento */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
    background-color: #e8fbe8;
}

.bloque-tarifa input {
    display: none;
}

.bloque-tarifa img{
    border: 1px solid #f2f2f2;
  padding: 5px;
  background: #fff;
}

.bloque-tarifa .tarifa-name {
    display: block;
    color: var(--black);
    text-transform: uppercase;
    line-height: 18px !important;
}

.bloque-tarifa .tarifa-name span {
    display: block;
}

.bloque-tarifa input[type=checkbox]:checked+.checkbox-cliente {
    background-color: green;
}

#renewal_plan_selection .row .col {
    padding: 0 .25rem;
    margin-left: 0;
}

.renewal__code-call {
    background-color: var(--primary);
    border: 1px solid var(--black);
    border-radius: var(--radius);
    padding: 8px 16px;
    font-size: 2rem;
    font-weight: bold;
    color: #fff;
    display: inline-block;
}

.renewal__first {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.totalblock h4{background: #f2f2f2; padding: 5px; font-size: 2rem; line-height: 100%; max-width: 300px; margin-right: 0; margin-left: auto; display: block;}

.select-wrapper::after {
    content: "";
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke-width='1.5' stroke='currentColor' class='w-6 h-6'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='M19.5 8.25l-7.5 7.5-7.5-7.5' /%3E%3C/svg%3E%0A");
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    width: 18px;
    aspect-ratio: 1;
    pointer-events: none;
}

.timepicker-digital-display{background: var(--primary);}
.timepicker-close{color: var(--primary);}
.timepicker-canvas line{stroke: var(--primary);}
.timepicker-canvas-bg, .timepicker-canvas-bearing{fill: var(--primary);}


input[type="time"]::-webkit-calendar-picker-indicator {
    display: none;
}
.hidetime{position: absolute; top: 100%; left: 0; background: #fff;padding: 10px; border:1px solid #ccc; z-index: 22; padding-top: 23px; display: none;}
.hidetime.show{display: block;}
.hidetime .botones{margin-top: 10px;}
.hidetime .botones .btn{
font-size: 13px;
outline: 0;
padding: 8px !important;
height: auto !important;
line-height: 13px !important;
}


.timingfield .timingfield_hours, .timingfield .timingfield_minutes, .timingfield .timingfield_seconds{width: 31%;}
.hidetime .timingfield .btn{width: 100%; position: relative; background: #a1a1a1 !important}
.hidetime .timingfield input{margin-bottom: 0 !important}

.hidetime .input-group-addon{position: absolute; top: 0; left: 0; width: 31% !important; text-align: left;}
.hidetime .timingfield > div:nth-child(2) .input-group-addon{margin-left: 31%;}
.hidetime .timingfield > div:nth-child(3) .input-group-addon{margin-left: 62%;}
.timingfield_next span{display: block; position: absolute; left: 0;  top: 0; width: 100%; height: 100%;}
.timingfield_next span:before{content:""; left: 0; top: 0;position: absolute; height: 100%; width: 100%; background: transparent url(/images/arrow.svg?1621caf7fbde4c0abbe64d22a9fb23e7) no-repeat center center; background-size: 30%; transform: rotate(180deg);}
.timingfield_prev span:before{content:""; left: 0; top: 0;position: absolute; height: 100%; width: 100%; background: transparent url(/images/arrow.svg?1621caf7fbde4c0abbe64d22a9fb23e7) no-repeat center center; background-size: 30%}

@media only screen and (max-width: 992px) {
    .recargas .big {
        font-size: 32px;
        line-height: 34px;
    }

    .calculadora .number {
        font-size: 27px;
    }

    .calculadora .number.delete {
        font-size: 6px;
    }

    .calculadora .number.delete img {
        height: 20px;
    }
}

@media only screen and (max-width: 850px) {

    .content-main .row .col.m2,
    .content-main .row .col.m3,
    .content-main .row .col.m4,
    .content-main .row .col.m5,
    .content-main .row .col.m6,
    .content-main .row .col.m7,
    .content-main .row .col.m8 {
        width: 100%;
    }

    .topbar__inner{
        flex-direction: column;
    }

    .content-main .row .col.m3.s6 {
        width: 50%;
    }

    .intsidebar {
        margin-right: 0;
        margin-left: 0;
    }

    .intcontent {
        margin-left: 0;
        
    }

    .recargas .row .col.m4 {
        width: 33.3333%
    }

    .hidemobile {
        display: none;
    }

    .error-number {
        font-size: 60vw;
    }
}



@media only screen and (max-width: 600px) {

    .inputbig>.input-field {
        width: calc(100%);
        margin-bottom: 10px;
    }

    #renewal_button_confirm.big {
        width: 100%;
        display: block;
        max-width: none;
    }

    .topnavint .phones {
        padding: 1px;
    }

    .topnavint .phones .row {
        margin-bottom: 5px;
    }

    .topnavint .phones .flex {
        justify-content: center;
        margin-right: 0 !important;
    }

    .topnavint .phones p {
        text-align: center;
    }

    .topnavint h5 {
        font-size: 1.14rem;
    }

    .recargas .big {
        font-size: 22px;
    }

    .mv-justify-center {
        justify-content: center;
    }

    .m-text-right {
        text-align: right;
    }

    .m-text-center {
        text-align: center;
    }

    .m-text-left {
        text-align: left;
    }

    .m-justify-center {
        justify-content: center;
    }

    .mv-p-10 {
        padding: 10px !important
    }

    .mv-p-20 {
        padding: 20px !important
    }

    .mv-p-30 {
        padding: 30px !important
    }

    .mv-p-40 {
        padding: 40px !important
    }


    .mv-mt-10 {
        margin-top: 10px !important
    }

    .mv-mt-20 {
        margin-top: 20px !important
    }

    .mv-mt-30 {
        margin-top: 30px !important
    }

    .mv-mt-40 {
        margin-top: 40px !important
    }

    .mv-mb-10 {
        margin-bottom: 10px !important
    }

    .mv-mb-20 {
        margin-bottom: 20px !important
    }

    .mv-mb-30 {
        margin-bottom: 30px !important
    }

    .mv-mb-40 {
        margin-bottom: 40px !important
    }

    .mv-mr-0 {
        margin-right: 0px !important
    }


}

.print {
    display: none;
}

@media print {
    @page {
        width: 58mm;
        margin: 0mm;
        padding: 0mm;
        color: #000 !important;

    }

    .printsize {
        width: 58mm;
        position: relative;
        color: #000 !important;
    }

    div.line {
        border-bottom: 1px solid #000;
        padding: 5px 0;
        margin: 0px 0 10px 0
    }

    .print table td,
    .print table tr {
        padding: 0;
        border: none
    }

    .shadow {
        box-shadow: none;
    }

    .col {
        width: 100% !important
    }

    .noPrint div {
        padding: 0 !important;
        margin: 0 !important
    }

    .noPrint {
        display: none;
    }

    .print {
        display: block;
        margin: 0mm;
        position: absolute;
        padding: 0mm;
        left: 10px;
        right: 10px;
        font-size: 14px;
        font-weight: bold;
    }

    .print .text-max {
        font-size: 16px;
        line-height: 18px;
    }

    #renewal_confirm,
    .modal-overlay,
    .alert.alert-success {
        display: none !important;
        visibility: hidden !important;
    }
}


.esim .select-wrapper::after {
    display: none !important;
}

.esim .select-wrapper .caret{
    z-index: 2;
}

.esim .select-wrapper input.select-dropdown, .esim input{
    background: #f2f2f2 !important;
    text-indent: 5px;
   
}

.esim .modal{
    border-radius: 20px;
    max-width: 400px;
}

.esim .modal-int h5{
    background: var(--primary);
    padding: 15px;
    text-align: center;
    color:#fff;
    text-transform: uppercase;
    font-size: 20px;
    margin: 0;
    font-weight: bold;
}

.esim .modal-int p{
    font-size: 16px;
    color: #000;
}

#topup_max{
    max-width: 500px;
}

@media only screen and (max-width: 850px) {
    .esim  .row .col.m6{
        width: 50% !important;
    }
}


.limitheight{
    height: 240px;
    overflow: scroll;
    border: 1px solid #ccc;
    padding: 13px;
}

.avisorecarga{
    padding: 10px 20px 20px 20px;
    text-align: center;
    font-weight: bold;
    border:3px solid #ccc;
}

#activation_esim_summary .img-modal{
    padding: 10px;
    border:1px solid #ccc;
}

.gap10{
    gap: 10px;
}

#activation_esim_result.modal{
    max-height: 90%;
}

#activation_esim_result.modal .modal-footer{
    width: auto;
    height: auto;
    padding: 0;
}

#activation_esim_result .modal-content{
    padding-top: 0;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 0;
}

#activation_esim_result .modal-content h6{
    font-size: 17px;
    line-height: 26px;
    margin-bottom: 2px;
}

#activation_esim_result .modal-content .success-recarga.mini{
    margin-bottom: 0;
}

.obligatoriosegundo{
    font-size: 10px;
    color: var(--primary);
    line-height: 11px;
    display: block;
}


.helper-text{
    font-size: 10px;
    display: block;
}

.tarifafail{
    font-size: 10px;
    display: none;
    color:var(--primary);

    
}

#fixedFooter{
    position: fixed;
    bottom: 0;
    z-index: 99;
    left: 0;
    width: 100%;
    background: #fff;
    padding: 10px 10px 25px 10px;
    box-shadow: 0 -4px 20px rgba(0,0,0,0.1);
}

#fixedFooter .contenInt{
    max-width: 1224px;
    margin: auto;
}

#fixedFooter .price span{
    font-size: 30px;
    font-weight: bold;
    line-height: 30px;
    display: block;
    text-transform: uppercase;
}
#fixedFooter .price{
    font-size: 14px;
    text-transform: uppercase;
    line-height: 14px;
}

@media only screen and (max-width: 850px) {
    
    #activation_esim_summary  .row .col.s4{
        width: 33.3333333333% !important;
    }

    #activation_esim_summary  .row .col.s4{
        width: 33.3333333333% !important;
    }
    #activation_esim_summary  .row .col.s8{
        width: 66.6666666667% !important;
    }

    #fixedFooter .col.s6{
        width: 50%;
    }
}


@media only screen and (max-width: 500px) {
  
    #activation_esim_summary  .row .col.s4{
        width: 100% !important;
    }
    #activation_esim_summary  .row .col.s8{
        width: 100% !important;
    }
}

/* Topbar Custom Styles */
.top-nav {
    display: flex;
    align-items: center;
    min-height: 80px;
    padding: 10px 0;
}

.esim-button.disabled {
    background: linear-gradient(to bottom, #f0f0f0, #cccccc) !important;
    cursor: not-allowed;
    color: #9e9e9e !important;
}

.esim-button.disabled .red-text {
    color: #9e9e9e !important;
}

/* ======================================
   CUSTOM DATEPICKER STYLES
   ====================================== */

/* Contenedor principal del datepicker */
.datepicker-modal {
    border-radius: 8px !important;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.15) !important;
    max-width: 350px !important;
    transform: scale(1) !important;
}

.datepicker-date-display {
    background: linear-gradient(135deg, #E60000 0%, #CC0000 100%) !important;
    padding: 20px !important;
    border-radius: 8px 8px 0 0 !important;
    color: white !important;
}

.datepicker-date-display .date-text {
    font-size: 32px !important;
    font-weight: 300 !important;
    margin: 0 !important;
}

.datepicker-date-display .year-text {
    font-size: 16px !important;
    opacity: 0.8 !important;
    margin-bottom: 8px !important;
}

/* Header del calendario con mes y navegación */
.datepicker-calendar-container .datepicker-controls {
    background: #f8f9fa !important;
    padding: 15px 20px !important;
    border-bottom: 1px solid #e9ecef !important;
}

.datepicker-controls .datepicker-prev,
.datepicker-controls .datepicker-next {
    background: transparent !important;
    border: none !important;
    color: #6c757d !important;
    font-size: 20px !important;
    padding: 8px !important;
    cursor: pointer !important;
    border-radius: 50% !important;
    transition: all 0.2s ease !important;
}

.datepicker-controls .datepicker-prev:hover,
.datepicker-controls .datepicker-next:hover {
    background: #e9ecef !important;
    color: #495057 !important;
}

.datepicker-controls .datepicker-month {
    font-size: 18px !important;
    font-weight: 600 !important;
    color: #212529 !important;
    text-transform: capitalize !important;
}

/* Tabla del calendario */
.datepicker-table {
    width: 100% !important;
    padding: 10px !important;
}

.datepicker-table th {
    text-align: center !important;
    padding: 12px 0 !important;
    font-weight: 600 !important;
    color: #6c757d !important;
    font-size: 14px !important;
    text-transform: uppercase !important;
}

.datepicker-table td {
    text-align: center !important;
    padding: 2px !important;
}

.datepicker-table .datepicker-day-button {
    width: 36px !important;
    height: 36px !important;
    border-radius: 50% !important;
    border: none !important;
    background: transparent !important;
    color: #495057 !important;
    font-size: 14px !important;
    cursor: pointer !important;
    transition: all 0.2s ease !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    margin: 2px auto !important;
}

.datepicker-table .datepicker-day-button:hover {
    background: #f8f9fa !important;
    color: #212529 !important;
}

.datepicker-table .datepicker-day-button.is-selected {
    background: #E60000 !important;
    color: white !important;
    font-weight: 600 !important;
}

.datepicker-table .datepicker-day-button.is-today {
    background: rgba(230, 0, 0, 0.1) !important;
    color: #E60000 !important;
    font-weight: 600 !important;
}

.datepicker-table .datepicker-day-button.is-disabled {
    color: #ced4da !important;
    cursor: not-allowed !important;
}

.datepicker-table .datepicker-day-button.is-disabled:hover {
    background: transparent !important;
}

/* Días de otros meses */
.datepicker-table .datepicker-day-button.is-outside-current-month {
    color: #ced4da !important;
}

/* Footer con botones */
.datepicker-footer {
    padding: 15px 20px !important;
    text-align: right !important;
    border-top: 1px solid #e9ecef !important;
    background: #f8f9fa !important;
}

.datepicker-clear,
.datepicker-cancel,
.datepicker-done {
    background: transparent !important;
    border: none !important;
    padding: 8px 16px !important;
    border-radius: 4px !important;
    cursor: pointer !important;
    font-weight: 600 !important;
    text-transform: uppercase !important;
    transition: all 0.2s ease !important;
    margin-left: 8px !important;
}

.datepicker-clear {
    color: #6c757d !important;
}

.datepicker-cancel {
    color: #6c757d !important;
}

.datepicker-done {
    color: #E60000 !important;
}

.datepicker-clear:hover,
.datepicker-cancel:hover {
    background: #e9ecef !important;
}

.datepicker-done:hover {
    background: rgba(230, 0, 0, 0.1) !important;
}

/* Responsive para móviles */
@media only screen and (max-width: 600px) {
    .datepicker-modal {
        max-width: 320px !important;
        margin: 10px !important;
    }
    
    .datepicker-date-display {
        padding: 15px !important;
    }
    
    .datepicker-date-display .date-text {
        font-size: 28px !important;
    }
    
    .datepicker-table .datepicker-day-button {
        width: 32px !important;
        height: 32px !important;
    }
}

