/* set up */
/* Colors */
/* responsive */
/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
/* New Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
 html {
    -ms-text-size-adjust: 100%;
    /* 2 */
    -webkit-text-size-adjust: 100%;
    /* 2 */
    font-family: sans-serif;
}

/* Sections
     ========================================================================== */
/**
   * Remove the margin in all browsers (opinionated).
   */
* {
    margin: 0;
    padding: 0;
    outline: none;
}

/**
   * Sellection
   */
/**
   * Selection
  ::-moz-selection {
    color: $light;
    background: $highlight;
  }
  
  ::selection {
    color: $light;
    background: $highlight;
  }
  */
/**
   * Add the correct display in IE 9-.
   */
article,
aside,
footer,
header,
nav,
section {
    display: block;
}

/* Grouping content
     ========================================================================== */
/**
   * Add the correct display in IE 9-.
   * 1. Add the correct display in IE.
   */
figcaption,
figure,
main {
    /* 1 */
    display: block;
}

/**
   * Add the correct margin in IE 8.
   */
figure {
    margin: 0;
}

/**
   * 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 */
}

/* Text-level semantics
     ========================================================================== */
/**
   * 1. Remove the gray background on active links in IE 10.
   * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
   */
a {
    background-color: transparent;
    /* 1 */
    -webkit-text-decoration-skip: objects;
    /* 2 */
}

/**
   * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
   * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
   */
abbr[title] {
    border-bottom: none;
    /* 1 */
    text-decoration: underline;
    /* 2 */
    text-decoration: underline dotted;
    /* 2 */
}

/**
   * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
   */
b,
strong {
    font-weight: inherit;
}

/**
   * Add the correct font weight in Chrome, Edge, and Safari.
   */
b,
strong {
    font-weight: 700;
}

/**
   * 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 */
}

/**
   * Add the correct font style in Android 4.3-.
   */
dfn {
    font-style: italic;
}

/**
   * Add the correct background and color in IE 9-.
   */
mark {
    background-color: #ff0;
    color: #000;
}

/**
   * 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
     ========================================================================== */
/**
   * Add the correct display in IE 9-.
   */
audio,
video {
    display: inline-block;
}

/**
   * Add the correct display in iOS 4-7.
   */
audio:not([controls]) {
    display: none;
    height: 0;
}

/**
   * Remove the border on images inside links in IE 10-.
   */
img {
    border-style: none;
}

/**
   * Hide the overflow in IE.
   */
svg:not(:root) {
    overflow: hidden;
}

/* Forms
     ========================================================================== */
/**
   * 1. Change the font styles in all browsers (opinionated).
   * 2. Remove the margin in Firefox and Safari.
   */
button,
input,
optgroup,
select,
textarea {
    font-family: sans-serif;
    /* 1 */
    font-size: 100%;
    /* 1 */
    margin: 0;
    /* 2 */
    /*  -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;*/
}

/**
   * 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;
}

/**
   * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
   *    controls in Android 4.
   * 2. Correct the inability to style clickable types in iOS and Safari.
   */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
    /* 2 */
}

/**
   * 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: 16px;
    border: 0;
}

/**
   * 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 */
}

/**
   * 1. Add the correct display in IE 9-.
   * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
   */
progress {
    display: inline-block;
    /* 1 */
    vertical-align: baseline;
    /* 2 */
}

/**
   * Remove the default vertical scrollbar in IE.
   */
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 and cancel buttons in Chrome and Safari on macOS.
   */
[type="search"]::-webkit-search-cancel-button,
[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 IE 9-.
   * 1. Add the correct display in Edge, IE, and Firefox.
   */
details,
menu {
    display: block;
}

/*
   * Add the correct display in all browsers.
   */
summary {
    display: list-item;
}

/* Scripting
     ========================================================================== */
/**
   * Add the correct display in IE 9-.
   */
canvas {
    display: inline-block;
}

/**
   * Add the correct display in IE.
   */
template {
    display: none;
}

/* Hidden
     ========================================================================== */
/**
   * Add the correct display in IE 10-.
   */
[hidden] {
    display: none;
}

html {
    min-height: 100vh;
    display: flex;
    scroll-behavior: smooth;
}

html body {
    min-height: 100vh;
    width: 100%;
    font-family: 'telefonica', sans-serif;
    font-size: 16px;
    overflow-x: hidden;
}

html body .main {
    width: 100%;
    display: flex;
    flex-direction: column;
}

html body .main .bg--dark {
    background: #f5f5f5;
}

html body .main .inner {
    max-width: 1564px;
    margin: 0 auto;
    padding: 12px 56px 16px;
}

html body .main .inner .packs {
    display: flex;
    gap: 32px;
    justify-content: center;
    flex-wrap: wrap;
}

html body .main .inner .offers {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 24px;
    align-items: flex-start;
}

html body .main .inner .benefits .block-content {
    display: block;
   /* padding-top: 48px;*/
}

html body .main .inner .benefits {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

html body .main .inner .benefits:nth-child(2) {
    gap: 32px;
    padding-bottom: 20px;
}

html body .main .inner h2.benefits {
    margin-bottom: 67px;
    flex-direction: column;
}

html body .main .inner .benefits>div {
    flex: 0 0 14%;
}

html body .main .inner .benefits>div>div {
    min-width: 150px;
}

@media only screen and (max-width: 620px),
only screen and (min-width: 621px) and (max-width: 1024px) {
    html body .main .inner {
        padding-left: 32px;
        padding-right: 32px;
        padding-bottom: 35px;
    }
}

h2 {
    font-size: 40px;
    font-weight: 300;
    text-align: center;
    color: #50535a;
    margin-bottom: 48px;
    line-height: 120%;
}

.title-colombia {
    color: #ffffff !important;
}

h2 em {
    color: #a13ea1;
    font-style: normal;
}

.purple-text {
   color: #a13ea1;
}

h2 small {
    font-size: 24px;
    margin-top: 28px;
    display: block;
    font-weight: 300;
    line-height: 120%;
}

small.second-small{
    font-size: 20px;
}

.asterisc{
    width: 30px;
    height: auto;
    padding-left: 10px;
}

.main>header {
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 72px;
}

.main>header>a>img {
    height: 100px;
}

.main>header>a>img.small {
    display: none;
}

.main>header p {
    color: #86888c;
    font-size: 18px;
    font-weight: 300;
    display: flex;
    align-items: center;
}

.main>header p span {
    display: flex;
    align-items: center;
}

.main>header p span em,
.main>header p span a {
    color: #019df4;
    font-size: 30px;
    margin-left: 8px;
    font-style: normal;
    text-decoration: none;
}

a.modal-phone {
    text-decoration: none;
    color: #019BF2;
}

@media only screen and (min-width: 621px) and (max-width: 1024px) {
    .main>header {
        padding: 0 16px;
    }
}

@media only screen and (max-width: 620px) {
    .main>header {
        padding: 0 32px 0 16px;
    }

    .main>header>a>img {
        height: 80px;
    }

    .main>header>a>img.big {
        display: none;
    }

    .main>header>a>img.small {
        display: block;
    }

    .main>header p span {
        display: none !important;
    }

    .main>header p a {
        display: block !important;
    }

    .main>header p a img {
        height: 40px;
    }
}

.main>.banner .inner {
    display: flex;
    justify-content: flex-end;
    padding: 48px 20px 24px;

}

.main>.banner .inner .form {
    width: 426px;
}

.main>.banner .inner .form h2 {
    font-size: 30px;
    text-align: left;
    margin-bottom: 8px;
}

.main>.banner .inner .form .form-control .input-group input {
    height: 52px;
}

.main>.banner .actions {
    text-align: center;
}

@media only screen and (max-width: 620px) {
    .main>.banner {
        background: url(https://image.m.movistarempresas.com/lib/fe2911737364047f7d1278/m/1/069b8ea2-315b-43fd-a305-0c14d8f10065.png) center center no-repeat;
        height: auto;
    }

    .main>.banner .inner {
        justify-content: center;
    }

    .main>.banner .inner .form h2 {
        color: #ffffff;
        font-weight: 300;
    }

    .main>.banner .inner .form h2 em {
        color: #ffffff;
        font-weight: normal;
    }

    .main>.banner .inner .form .form-control {
        margin-bottom: 4px;
    }

    .main>.banner .inner .form .form-control label {
        color: #ffffff;
    }

}

.main>.banner-centered {
    background: url(https://image.m.movistarempresas.com/lib/fe2911737364047f7d1278/m/2/30a003c9-6b04-4555-a39d-bd32ba73293d.png) center center no-repeat;
    background-size: cover;
}

.main>.banner-centered .inner {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 500px;
    flex-direction: column;
}

.main>.banner-centered .inner h2 {
    max-width: 520px;
    margin-bottom: 44px;
}

.main>.banner-centered .inner button {
    max-width: 410px;
}

.btn {
    font-size: 14px;
    padding: 12px 0;
    width: 100%;
    height: 40px;
    border: none;
    border-radius: 50px;
    cursor: pointer;
    margin: 12px auto;
}

.btn.primary {
    background-color: #019Df4;
    color: #ffffff;
}

.btn.primary:hover {
    background-color: #08273b;
}

.btn.big {
    padding: 16px 0;
    font-size: 19px;
    font-weight: 300;
    height: auto;
    max-width: 386px;
}

.box-icon {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
}

.box-icon .box {
    border: 2px solid #d3d4d3;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 60px;
    height: 60px;
    padding: 8px;
    box-sizing: border-box;
    margin-bottom: 16px;
}

.box-icon .box img {
    max-width: 100%;
    max-height: 100%;
}

.box-icon .text {
    font-size: 20px;
    color: #50535a;
    text-align: center;
    font-weight: 300;
    line-height: 100%;
}

.box-icon .text strong {
    font-weight: 700;
}

.box-icon .text small {
    display: block;
    font-size: 20px;
}

@media only screen and (max-width: 620px) {
    .box-icon .packs .box-icon {
        flex: 0 0 42%;
    }
}

.form-checkbox {
    align-items: flex-start;
    justify-content: flex-start;
}

.form-checkbox input[type="checkbox"] {
    flex: 0 0 auto;
    margin-top: 3px;
    margin-right: 6px;
}

.form-checkbox label {
    font-size: 12px;
    flex: 1 1 auto;
    color: #86888c;
}

.clear-icon {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
}

.clear-icon .box {
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 78px;
    height: 78px;
    padding: 8px;
    box-sizing: border-box;
    margin-bottom: 16px;
}

.clear-icon .box img {
    max-width: 100%;
    max-height: 85%;
}

.clear-icon .box img path {
    fill-opacity: 0.5;
}

.clear-icon .text {
    font-size: 17px;
    color: #000000;
    text-align: center;
    font-weight: 300;
    line-height: 120%;
}

.clear-icon .text .title {
    font-weight: 700;
    display: block;
}

hr {
    display: block;
    height: 0;
    border-top: 1px solid #d3d4d3;
    margin: 12px 0;
}

.main>footer {
    background: #f5f5f5;
    color: #86888c;
    padding-top: 120px;
}

.main>footer .title {
    font-size: 22px;
    display: inline-block;
    border-bottom: 1px solid #86888c;
    padding-bottom: 4px;
}

.main>footer .text {
    padding: 40px 16px 0;
    text-align: left;
}

.legales {
   color: #019Df4;
   text-decoration: none;
   font-size: 20px;
}

.main .form-control {
    display: block;
    border: none;
    background-color: transparent;
    padding: 0.375rem 0;
}

.main .form-control label {
    font-weight: 300;
    font-size: 12px;
    line-height: 24px;
    display: block;
    color: #86888c;
}

.main .form-control .input-group {
    position: relative;
}

.main .form-control .input-group input {
    font-size: 12px;
    flex: 1 1 auto;
    display: block;
    height: 64px;
    border: 1px solid #86888c;
    background-color: #ffffff;
    width: 100%;
    padding: 0 16px;
    border-radius: 14px;
    box-sizing: border-box;
}

.main .form-control .input-group input ::placeholder {
    color: #86888c;
}

.main .form-control .input-group .helper-text:empty {
    display: none;
}

.main .form-control .input-group input.error+.helper-text {
    /*color: #bf0c0c;*/
    color: #FFFF00;
    display: block;
    font-size: 14px;
    width: 100%;
    text-align: right;
}

/*.main .form-control .input-group input.error+.helper-light-text {
    color: #bf0c0c;
}*/

.main input[type="checkbox"].error~.helper-text-checkbox {
    color: #FFFF00;
    display: block;
    font-size: 14px;
    width: 100%;
    text-align: left;
}

.lateral-button {
    position: fixed;
    z-index: 1000;
}

.lateral-button button {
    color: #fff;
    cursor: pointer;
    padding: 30px 14px;
    position: fixed;
    right: 0px;
    top: 629px;
    transform: translateX(135px);
    background-color: #E63780;
    box-shadow: 4px 4px 9px rgba(0, 0, 0, 0.23);
    border: none;
    border-radius: 100px 0px 0px 100px;
    transition: transform .3s ease-in-out;
}

.lateral-button button:hover {
    transform: translateX(0);
}

.lateral-button button img {
    width: 30px;
    animation: ring .5s infinite;
}

.lateral-button button strong {
    display: block;
}

.lateral-button button span {
    display: block;
    font-size: 16px;
    line-height: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0;
    margin: 0;
}
@keyframes ring {
    0% {
        transform: rotate(5deg);
    }
    50% {
        transform: rotate(-5deg);
    }
    
    100% {
        transform: rotate(5deg);
    }
}

.lateral-button button .desktop {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    gap: 17px;
}



.lateral-button button .mobile {
    display: none;
}

@media only screen and (max-width: 620px) {
    .lateral-button {
        bottom: 0;
        left: 0;
        top: auto;
        background-color: #ffffff;
        z-index: 100;
        padding: 0 12px;
        border: 0;
    }

    .lateral-button button {
        padding: 8px 0;
        width: 100%;
        height: 40px;
        border: none;
        border-radius: 50px;
        cursor: pointer;
        margin: 0 auto;
        display: block;
        text-align: center;
    }

    .lateral-button button .mobile {
        flex-direction: row;
        display: flex;
        gap: 10px;
    }

    .lateral-button button .mobile img {
        vertical-align: middle;
        margin: 0;
    }

    .lateral-button button .mobile>span {
        display: inline;
        font-size: 19px;
    }

    /*texto blanco checkbox*/
    .form-checkbox .top-form {
        font-size: 12px;
        flex: 1 1 auto;
        color: #ffffff;
    }

}

.modal-custom .modal-content {
    position: relative;
    overflow-y: auto;
    padding: 20px 50px;
    background-color: #ffffff;
    text-align: center;
}

.modal-custom .modal-content h3 {
    font-size: 25px;
    color: #019df4;
    margin-bottom: 15px;
    font-weight: normal;
}

.modal-custom .modal-content p {
    font-size: 16px;
    margin-bottom: 16px;
}

.modal-custom .modal-content p.highlight {
    background-color: #f5f5f5;
    padding: 4px;
    display: flex;
    align-items: flex-start;
}

.modal-custom .modal-content p.highlight img {
    margin: 4px 0 0 4px;
    padding-right: 10px;
}

/****************************************/
.modal-custom .modal-content img {
    margin: 4px 0 0 4px;
    padding-right: 10px;
}

/*******************************************/
.modal-custom .modal-content .center-content {
    max-width: 380px;
    margin: 0 auto;
    min-width: 330px;
}

.modal-custom .modal-content .form-control {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 20px;
    position: relative;
    border: none;
    padding: 0;
}

.modal-custom .modal-content .form-control.scheduled-contact {
    display: none;
}

.modal-custom .modal-content .form-control.show {
    display: flex;
}

.modal-custom .modal-content .form-control label {
    width: calc(25% - 10px);
    margin-bottom: 0;
    text-align: left;
    color: #50535a;
    font-size: 16px;
    align-self: center;
    background: none;
    text-shadow: none;
    font-weight: normal;
}

.modal-custom .modal-content .form-control input[type='text'],
.modal-custom .modal-content .form-control input[type='email'] {
    box-sizing: border-box;
    font-size: 15px;
    font-weight: 300;
    width: 73%;
    text-align: left;
    margin-bottom: 0;
    padding: 0 4px 4px 10px;
    border: none;
    border-bottom: 1px solid #b6b7b7;
    position: relative;
    opacity: 1;
    z-index: auto;
    color: #08273b;
    box-shadow: none;
    background: none;
    line-height: 20px;
    height: auto;
}

.modal-custom .modal-content .form-control select {
    font-size: 15px;
    font-weight: 300;
    width: 73%;
    margin-bottom: 0;
    padding: 5px;
    border-radius: 0;
    border: none;
    border-bottom: 1px solid #b6b7b7;
    background-color: #ffffff;
    color: #86888c;
    height: auto;
}

.modal-custom .modal-content .form-control .text-helper {
    color: #bf0c0c;
    display: block !important;
    flex: 0 0 100%;
    text-align: right;
    font-size: 12px;
}

.modal-custom .modal-content .form-control input.error+.helper-text,
.modal-custom .modal-content .form-control select.error+.helper-text,
input[type="checkbox"].error~.helper-text-checkbox {
    color: #bf0c0c;
    display: block;
    font-size: 14px;
    text-align: right;
    width: 100%;
}

.modal-custom {
    margin: auto;
    border: 0 none;
    border-radius: 8px;
}

.modal-custom::backdrop {
    background-color: rgba(0, 0, 0, 0.5);
}

.modal-custom .close {
    all: unset;
    appearance: none;
    position: absolute;
    top: 16px;
    right: 16px;
    cursor: pointer;
}

.modal-custom#success-dialog .icon,
.modal-custom#error-dialog .icon,
.modal-custom#waiting-dialog .icon {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 16px;
}

.modal-custom#success-dialog .icon .svg,
.modal-custom#error-dialog .icon .svg,
.modal-custom#waiting-dialog .icon .svg {
    font-size: 60px;
}

.modal-custom#waiting-dialog .icon {
    padding-top: 20px;
}

.modal-custom#success-dialog .title,
.modal-custom#error-dialog .title,
.modal-custom#waiting-dialog .title {
    font-size: 25px;
    font-weight: 700;
}

.modal-custom#success-dialog .body,
.modal-custom#error-dialog .body,
.modal-custom#waiting-dialog .body {
    font-size: 16px;
    font-weight: 300;
}

.modal-custom#success-dialog .icon .svg {
    color: #5cb615;
}

.modal-custom#success-dialog .title {
    color: #019df4;
}

.modal-custom#error-dialog .icon .svg {
    color: #bf0c0c;
}

.offer {
    border-radius: 5px 5px 16px 16px;
    border-top: 8px solid #019df4;
    background: #ffffff;
    width: 236px;
    padding: 32px 16px 0;
    position: relative;
    text-align: center;
    display: flex;
    flex-direction: column;
    margin-bottom: 24px;
    box-shadow: 0 3px 6px #dddddd;
    flex-grow: 1;
}

.offer.highlight {
    border: 1px solid #a13ea1;
    border-top: 8px solid #a13ea1;
}

.offer.highlight .tag {
    height: 27px;
    border-radius: 0 0 15px 15px;
    background: #a13ea1;
    color: #ffffff;
    display: block;
    position: absolute;
    top: -1px;
    left: 50%;
    transform: translateX(-50%);
    padding: 0 32px;
    white-space: nowrap;
}

.offer.highlight .tag img {
    width: 17px;
}

.offer .tag {
    display: none;
}

.offer .title {
    font-size: 24px;
    text-align: center;
    margin-bottom: 28px;
}

.offer .title small {
    font-size: 20px;
    font-weight: 300;
    display: block;
}

.offer .title span {
    display: block;
    font-weight: 300;
    line-height: 140%;
}

.offer .discount .text {
    position: relative;
    border-radius: 5px;
    background: #a13ea1;
    color: #ffffff;
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    display: inline-block;
    z-index: 1;
    padding: 0 16px 2px;
}

.offer .discount:after {
    content: '';
    display: block;
    border-top: 1px solid #d3d4d3;
    top: -12px;
    position: relative;
    z-index: 0;
}

.offer .eco small {
    display: block;
    font-size: 14px;
    font-weight: 300;
}

.offer .eco small span {
    text-decoration: line-through;
}

.offer .eco .amount {
    display: block;
    line-height: 130%;
}

.offer .eco .amount .coin {
    font-size: 25px;
}

.offer .eco .amount .price {
    font-size: 30px;
}

.offer .eco .amount .time {
    font-size: 25px;
}

.offer .eco .before {
    display: block;
    font-size: 17px;
    font-weight: 300;
}

.offer .descript {
    background: #08273b;
    color: #ffffff;
    border-radius: 5px;
    font-size: 14px;
    font-weight: 300;
    padding: 4px 8px;
    margin: 12px 0;
}

.offer .btn {
    font-size: 19px;
    padding: 11px 0;
    height: auto;
}

.offer .features {
    list-style-type: none;
    display: flex;
    flex-direction: column;
    font-size: 15px;
    font-weight: 300;
    color: #86888c;
    margin-top: 32px;
    padding: 0;
}

.offer .features li {
    display: flex;
    text-align: left;
    line-height: 120%;
    margin-bottom: 12px;
    border-bottom: 1px solid #d3d4d3;
    padding-bottom: 12px;
    padding-right: 20px;
    padding-left: 20px;
}

.offer .features li:last-child {
    margin-bottom: 24px;
    border-bottom: none;
}

.offer .features li .icon {
    width: 30px;
    margin-right: 24px;
}

.offer .features li .icon img {
    width: 30px;
}

.offer .features li .icon .mtv-icon {
    width: 40px;
}

.offer .features li p .img {
    margin-top: 8px;
}

.offer .features li p .img img {
    width: 20px;
    margin: 0;
}

.offer .features li span {
    display: block;
}

.offer .features li a {
    color: #019df4;
    text-decoration: none;
}

.offer .features li.noimg {
    padding-left: 54px;
}

.offer .features li.app p {
    display: flex;
    align-items: center;
}

.offer .features li.networks p .img {
    margin-left: -40px;
    padding-right: 8px;
}

.offer .features li.networks p .img img {
    width: 22px;
}

.offer .features li.countries p .img {
    margin-left: -40px;
    padding-right: 8px;
}

.offer .features li.countries p .img img {
    width: 30px;
}

.aditional-li-info-center {
   text-align: center;
   margin: 0 auto;
   font-size: 13px;
}

.toggle {
    background-color: #f5f5f5;
    border-radius: 5px;
    padding: 8px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 16px;
}

.toggle .option {
    flex: 1 1 50%;
    display: flex;
    align-items: center;
}

.toggle .option label {
    background-color: transparent;
    padding: 4px;
    font-size: 16px;
    width: 100%;
}

.toggle .option input {
    display: none;
}

.toggle .option input:checked+label {
    background-color: #019df4;
    color: #ffffff;
}

.svg {
    display: inline-block;
    flex-shrink: 0;
    width: 1em;
    height: 1em;
    fill: currentColor;
    font-size: 1.5rem;
    transition: fill 200ms;
    user-select: none;
}

.backdrop {
    position: fixed;
    z-index: 1000;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(0, 0, 0, 0.5);
    -webkit-tap-highlight-color: transparent;
    opacity: 0;
    visibility: hidden;
    transition: opacity 225ms cubic-bezier(0.4, 0, 0.2, 1) 0s;
    will-change: transition;
}

.backdrop.active {
    opacity: 1;
    visibility: visible;
}

#loader {
    display: flex;
    justify-content: center;
    align-items: center;
}

#loader .svg {
    font-size: 200px;
}

/* slider */

.bg--dark-desktop {
    display: none;
}

.offer {
    width: 95%;
    margin: 0 auto;
}


html body .main .inner {
    padding-left: 15px;
    padding-right: 15px;
}

.carousel-inner {
    width: 80%;
    margin-right: auto;
    margin-left: auto;
    padding-bottom: 20px;
}


.carousel-control-next-icon {
    background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%2308273b'><path d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/></svg>");
}

.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%2308273b'><path d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/></svg>");
}

.carousel-indicators {
    bottom: initial;
    top: 100%;
}

.carousel-indicators [data-bs-target] {
    background-color: #08273b;
    height: 6px;
}

.sides-space {
    padding-left: 90px;
    padding-right: 90px;
}

/*Acordeon*/
.accordion-header {
    width: 100%;
}

.accordion-item,
.accordion-button,
.accordion-button:not(.collapsed) {
    background-color: #F5F5F5;
    color: #86888c;
}

.accordion-flush .accordion-item .accordion-button {
    border-bottom: 1px solid rgba(100, 106, 108, 0.3);
    padding-bottom: 15px;
}



.accordion-button {
    font-family: 'telefonica', sans-serif;
    font-size: 22px;
    padding: 0;
}

.accordion-button:focus {
    box-shadow: none;
    background-color: transparent;
}

.accordion-button::after,
.accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23019Df4'><path fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/></svg>");
}

/*imagen footer*/
hr.solid {
    border-top: 2px solid #86888c;
}


.footerTelefonica img {
    width: 110px;
    margin: -4px 0 0 4px;
}


.footerTelefonica {
    background-color: #f5f5f5;
    padding: 40px 0;
}

.footer-wrapper {
    display: flex;
}

.footerTelefonica .inner .logo {
    margin-left: 0;
}

.footerTelefonica .inner .privacy-text {
    margin-right: 0;
}

.inner .privacy-text {
    display: block;
}

.inner .privacy-text-down {
    display: none;
}

.text-footer {
    color: #019Df4;
    font-size: 15px;
    font-weight: 700;
}

.accessibility-text a {
    text-decoration: none;
    color: #0B2739;
    font-size: 0.875rem;

}

.follow-us {
    text-decoration: none;
    color: #0B2739;
    font-size: 0.875rem;
}

.follow-us img {
    width: 20px;
    height: 20px;
}

.follow-us .img-twitter {
    width: 30px;
    height: 30px;
    margin-left: 0;
}

.all-rights {
    text-decoration: none;
    color: #0B2739;
    font-size: 0.875rem;
    text-align: center;
}


@media (max-width: 640px) {
    .modal-custom .modal-content .form-control input[type='text'] {
        width: 100%;
        max-width: inherit;
    }

    .modal-custom .modal-content .form-control input[type='email'] {
        width: 100%;
        max-width: inherit;
    }

    .modal-custom .modal-content .form-control select {
        width: 100%;
        max-width: inherit;
    }

    .form-checkbox {
        display: inline-flex;
    }

    .modal-custom .modal-content .form-control label {
        width: 100%;
        max-width: inherit;
        padding-bottom: 10px;
    }

    .modal-custom#waiting-dialog .icon {
        padding-top: 0;
    }

    .sides-space {
        padding-left: 0;
        padding-right: 0;
    }

    .footerTelefonica {
        text-align: center;
    }

}

/***/

.benefits-inner {
    background-color: #FFFFFF;
    border-radius: 16px;
    box-shadow: 0px 1px 3px #00000029;
    margin-top: 85px;
    padding-top: 48px;
}


html body .main .inner .offers {
    gap: 38px;
}

@media (min-width: 640px) {

    .bg--dark-mobile {
        display: none;
    }

    .bg--dark-desktop {
        display: block;
    }

    .main>.banner .inner {
        padding: 48px 56px 24px;

    }

    .main>.banner .inner .form {
        padding-right: 16px;
    }

    .offer {
        width: 236px;
    }

    html body .main .inner {
        padding-left: 32px;
        padding-right: 32px;
    }

}

@media (min-width: 992px) {

    .offer {
        width: calc(33.333% - 38px);
    }
}

@media (min-width: 1200px) {

    html body .main .inner {
        padding-left: 0;
        padding-right: 0;
        max-width: 1150px;
    }

    .lateral-button button {
        top: 54vh;
    }

    .offer {
        width: calc(25% - 38px);
    }
}

@media (min-width: 1400px) {

    html body .main .inner {
        max-width: 1250px;
    }
}

@media (min-width: 1650px) {

    html body .main .inner {
        max-width: 1510px;
    }
}


/*FIX*/
.input-group:not(.has-validation)>.dropdown-toggle:nth-last-child(n+3),
.input-group:not(.has-validation)>:not(:last-child):not(.dropdown-toggle):not(.dropdown-menu) {
    border-top-right-radius: 14px;
    border-bottom-right-radius: 14px;
}

.btn-not-hidden {
    display: block;
}

.btn-not-hidden.hide {
    display: none;
}

.btn-hidden {
    display: none;
}

.btn-hidden.show {
    display: block;
}


@media (max-width: 820px) {
    .modal-custom .modal-content p.highlight {
        background-color: #f5f5f5;
        padding: 4px;
        display: grid;
        justify-items: center;
    }

    .accordion-item {
        padding-left: 48px;
        padding-right: 48px;
        padding-top: 20px;
    }

    html body .main .inner .benefits .block-content {
        display: inherit;
        position: inherit;
        padding-top: 0;
    }
}

@media (max-width: 1200px) {

     .plan-asterisc{
        width: 20px;
        height: auto;
        padding-left: 0;
    }

    .footerTelefonica .inner .logo {
        padding-left: 0;

    }

    .footerTelefonica .inner .privacy-text {
        padding-right: 0;
    }
}

@media (max-width: 1450px) {
    .lateral-button button {
        top: 54vh;
    }
}

@media (max-width: 820px) {
    .footer-wrapper {
        display: block;
    }

    .footerTelefonica .inner .logo {
        padding-left: 48px;

    }

    .footerTelefonica .inner .privacy-text {
        padding-left: 48px;
    }

}

@media (max-width: 640px) {

    .lateral-button button {
        top: 90vh;
        bottom: 0px;
        left: 0px;
        transform: translateX(0px);
        height: 48px;
        max-width: 298px;
        padding: 4px 0;
    }

    .lateral-button button .desktop {
        justify-content: center;
        gap: 25px;
    }

     .mobile-wrap-phone .phone-image {
          width: 25px;
      }

      .mobile-wrap-phone .phone {
          font-size: 20px;
      }

     h2.banner-bottom-title {
       font-size: 30px;
       padding: 0 11px;
     }

     small.second-small {
        font-size: 15px;
        padding: 0 15px;
        line-height: 135%;
    }

    .plan-asterisc{
        width: 30px;
        height: auto;
        padding-left: 10px;
    }

    .inner .privacy-text {
        display: none;
    }

    .inner .privacy-text-down {
        display: block;
    }

    .footerTelefonica .inner .logo {
        padding-left: 0;

    }

    .footerTelefonica .inner .privacy-text {
        padding-left: 0;
        text-align: center;
    }
}
 .discount.sobredescuento .text {

    font-size: 10px;
    background: aliceblue;
    color: #019df4;
    margin-left: 130px;
}
      
      .discount.sobredescuento:after {
  
    display: none;
  
}

.banner .inner .form-checkbox label {
    width: 90%;
}
.banner .inner  .form-checkbox input#contact-form-policy {
    vertical-align: top;
margin-top: 8px;
}

