.nateevo-mono {
    position: relative;
    padding-top: 40px;
    padding-bottom: 40px
}

.nateevo-mono--container {
    width: 100%;
    max-width: 1280px;
    padding-left: 15px;
    padding-right: 15px;
    margin: auto
}

.nateevo-mono .mono--titulo {
    font-size: 32px;
    font-weight: 300;
    line-height: 1.3;
    margin: 0;
    margin-bottom: 50px;
    color: #50535a;
    text-align: center
}

.nateevo-mono .mono--content {
    display: block;
    width: 100%;
    max-width: 992px;
    margin: auto
}

.nateevo-mono .mono--row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px
}

.nateevo-mono .mono--col {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px
}

.nateevo-mono .mono--clausula {
    display: block;
    color: #50535a;
    text-align: center;
    margin-top: 15px;
    margin-bottom: 25px
}

.nateevo-mono .mono--clausula p {
    font-size: 18px;
    font-weight: 300;
    line-height: 1.3;
    margin: 0;
    text-align: center
}

.nateevo-mono .mono--clausula b {
    font-weight: 700
}

.nateevo-mono .mono--clausula a {
    color: #00a9e0;
    font-weight: 700;
    text-decoration: underline
}

.nateevo-mono .mono--clausula a:hover {
    text-decoration: none
}

.nateevo-mono .form--group {
    margin-bottom: 1rem
}

.nateevo-mono .form--group-box {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100%
}

.nateevo-mono .form--group-box .form--group-icon {
    display: -ms-flexbox;
    display: flex;
    margin-right: -1px
}

.nateevo-mono .form--group-box .form--group-icon .form--group-text {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 40px;
    padding: .375rem 5px;
    margin-bottom: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #929292;
    text-align: center;
    white-space: nowrap;
    background-color: #f2f2f2;
    border: 1px solid #f2f2f2;
    border-right: 0;
    border-radius: 5px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.nateevo-mono .form--group-box .form--control {
    position: relative;
    -ms-flex: 1 1 0%;
    flex: 1 1 0%;
    min-width: 0;
    margin-bottom: 0;
    color: #50535a;
    font-size: 16px;
    font-weight: 300;
    height: 48px
}

.nateevo-mono .form--group-box .form--control:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.nateevo-mono .form--group-box .form--control:-ms-input-placeholder {
    color: #50535a;
    opacity: 1
}

.nateevo-mono .form--group-box .form--control::placeholder {
    color: #50535a;
    opacity: 1
}

.nateevo-mono .form--control {
    display: block;
    width: 100%;
    height: 48px;
    padding: .375rem 20px;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.5;
    color: #929292;
    background-color: #f2f2f2;
    background-clip: padding-box;
    border: 1px solid #f2f2f2;
    border-radius: 5px;
    outline: 0
}

.nateevo-mono .form--control.input--selection {
    border-color: #50535a;
    background-color: #fff
}

.nateevo-mono .form--anuncio {
    position: relative;
    color: #a5a5a5;
    margin-top: 5px;
    line-height: 1.3;
    -ms-flex: 1 1 0%;
    flex: 1 1 0%;
    min-width: 100%;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 300;
    font-style: italic
}

.nateevo-mono .form--checkbox {
    position: relative;
    width: 100%;
    margin: 0;
    margin-top: 15px;
    text-align: center
}

.nateevo-mono .form--checkbox .checkbox--label {
    position: relative;
    display: inline-block;
    cursor: pointer;
    padding-left: 1.75rem;
    text-align: left;
    color: #50535a;
    font-size: 18px
}

.nateevo-mono .form--checkbox .checkbox--label>a {
    color: #00a9e0;
    font-weight: 700;
    text-decoration: underline
}

.nateevo-mono .form--checkbox .checkbox--label>a:active,
.nateevo-mono .form--checkbox .checkbox--label>a:hover {
    text-decoration: none
}

.nateevo-mono .form--checkbox .checkbox--label.checkbox--error {
    color: #ff0042
}

.nateevo-mono .form--checkbox .checkbox--label.checkbox--error .checkbox--input:checked~.checkbox--checked::before {
    color: #ff0042
}

.nateevo-mono .form--checkbox .checkbox--label.checkbox--error .checkbox--checked {
    color: #ff0042
}

.nateevo-mono .form--checkbox .checkbox--label.checkbox--error .checkbox--checked::after {
    background-color: #ff0042;
    border-color: #ff0042
}

.nateevo-mono .form--checkbox .checkbox--label.checkbox--error .checkbox--error-image {
    display: inline-block;
    margin-left: 4px
}

.nateevo-mono .form--checkbox .checkbox--label .checkbox--error-image {
    position: relative;
    width: 15px;
    top: 0;
    display: none
}

.nateevo-mono .form--checkbox .checkbox--input {
    width: auto;
    opacity: .00000001;
    position: absolute;
    left: 0
}

.nateevo-mono .form--checkbox .checkbox--input:checked~.checkbox--checked::before {
    color: #50535a
}

.nateevo-mono .form--checkbox .checkbox--input:checked~.checkbox--checked::after {
    transform: scale(.6)
}

.nateevo-mono .form--checkbox .checkbox--checked {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0, -50%);
    width: 20px;
    height: 20px;
    cursor: pointer;
    display: block;
    font-size: 1rem;
    -ms-user-select: none;
    user-select: none;
    color: #50535a
}

.nateevo-mono .form--checkbox .checkbox--checked::after,
.nateevo-mono .form--checkbox .checkbox--checked::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 20px;
    height: 20px;
    transition: transform .28s ease;
    border-radius: 50%;
    border: 2px solid currentColor
}

.nateevo-mono .form--checkbox .checkbox--checked::after {
    transform: scale(0);
    background-color: #50535a;
    border-color: #50535a
}

.nateevo-mono .form--submit {
    display: block;
    width: 100%;
    margin: auto;
    margin-top: 25px
}

.nateevo-mono .form--submit .button--send {
    border: none;
    border-radius: 5px;
    padding: 0 2rem;
    font-size: 18px;
    outline: 0;
    text-decoration: none;
    color: #fff;
    background-color: #00a9e0;
    text-align: center;
    margin: auto;
    display: block;
    width: 100%;
    height: 48px;
    line-height: 48px;
    cursor: pointer;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

.nateevo-mono .form--submit .button--send:disabled,
.nateevo-mono .form--submit .button--send[disabled] {
    cursor: no-drop;
    background-color: #545454;
    border-color: #545454
}

.nateevo-mono .invalid--msg {
    position: relative;
    color: #ff0042;
    margin-top: 5px;
    line-height: 1.2;
    -ms-flex: 1 1 0%;
    flex: 1 1 0%;
    min-width: 100%;
    margin-bottom: 0
}

.nateevo-mono .invalid--msg .invalid--msg-image {
    width: 15px;
    float: left;
    margin-top: 0;
    margin-right: .3rem
}

.nateevo-mono .invalid--msg .invalid--msg-text {
    display: block;
    overflow: hidden;
    font-size: 14px;
    font-weight: 400
}

.nateevo-mono .error--show {
    display: block
}

.nateevo-mono .not--error {
    display: none
}

.nateevo-modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1072;
    visibility: hidden;
    overflow: hidden;
    outline: 0
}

.nateevo-modal--open {
    overflow: hidden
}

.nateevo-modal--open .nateevo-modal {
    overflow-x: hidden;
    overflow-y: auto
}

.nateevo-modal.nateevo-modal--show {
    visibility: visible
}

.nateevo-modal--backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1071;
    background-color: #000;
    visibility: hidden;
    opacity: 0
}

.nateevo-modal--open .nateevo-modal--backdrop {
    visibility: visible;
    opacity: .5;
    transition: opacity, .5s
}

.nateevo-modal--close {
    position: absolute;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 45px;
    height: 45px;
    cursor: pointer;
    font-size: 2rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .5;
    background-color: transparent;
    border: 0;
    padding: 0;
    margin: 0;
    top: 0;
    right: 0
}

.nateevo-modal--close span {
    font-weight: 700
}

.nateevo-modal--dialog {
    position: relative;
    width: auto;
    margin: 30px 25px 15px;
    pointer-events: none
}

.nateevo-modal--content {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid transparent;
    border-radius: 8px;
    outline: 0;
    transform-style: preserve-3d;
    transition: all .3s
}

.nateevo-modal--header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 1rem;
    border-bottom: 1px solid #e9ecef;
    border-top-left-radius: .3rem;
    border-top-right-radius: .3rem
}

.nateevo-modal--title {
    margin-bottom: 0;
    line-height: 1.5
}

.nateevo-modal--body {
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 2rem 25px 2.5rem
}

.nateevo-modal--body .icon--movistar {
    display: block;
    width: 100%;
    max-width: 50px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
    margin-bottom: 36px
}

.nateevo-modal--body .title--movistar {
    font-size: 24px;
    color: #50535a;
    text-align: center;
    font-weight: 400;
    margin-bottom: 25px
}

.nateevo-modal--body .description--movistar {
    font-size: 16px;
    color: #86888c;
    text-align: center
}

.nateevo-modal--body .description--movistar>p {
    font-weight: 300;
    margin: 0
}

.nateevo-modal--body .description--movistar ul {
    list-style-type: disc;
    padding-left: 20px
}

.nateevo-modal--body .description--movistar ul>li {
    margin-bottom: 10px
}

.nateevo-modal--body .button--link {
    border: none;
    border-radius: 50px;
    padding: 0 2rem;
    font-size: 18px;
    outline: 0;
    text-decoration: none;
    color: #fff;
    background-color: #0093e6;
    text-align: center;
    margin: auto;
    margin-top: 30px;
    display: block;
    width: 100%;
    max-width: 200px;
    height: 48px;
    line-height: 48px;
    cursor: pointer
}

.nateevo-modal--footer {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 1rem;
    border-top: 1px solid #e9ecef
}

.nateevo-modal[data-modal-effect=slide-top] .nateevo-modal--content {
    transform: translateY(-300%)
}

.nateevo-modal--open .nateevo-modal[data-modal-effect=slide-top] .nateevo-modal--content {
    transform: translateY(0)
}

.nateevo-modal.nateevo-modal-ie .nateevo-modal--dialog {
    max-width: 360px
}

@media (min-width:576px) {
    .nateevo-modal--dialog {
        max-width: 500px;
        margin: 3rem auto 1.75rem
    }
}

@media (min-width:993px) {
    .nateevo-mono {
        padding-top: 60px;
        padding-bottom: 60px
    }
    .nateevo-mono .mono--titulo {
        font-size: 40px
    }
    .nateevo-mono .mono--col.mono--col-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }
    .nateevo-mono .mono--col.mono--col-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }
    .nateevo-mono .mono--col.mono--offset-4 {
        margin-left: 33.333333%
    }
    .nateevo-mono .mono--clausula p {
        font-size: 18px
    }
    .nateevo-mono .invalid--msg .invalid--msg-image {
        margin-top: 2px
    }
    .nateevo-mono .invalid--msg .invalid--msg-text {
        font-size: 16px
    }
    .nateevo-modal--body {
        padding: 2rem 40px 2.5rem
    }
    .nateevo-modal--body .title--movistar {
        font-size: 32px
    }
    .nateevo-modal--body .description--movistar {
        font-size: 20px
    }
    .nateevo-modal--body .button--link {
        margin-top: 50px
    }
}