.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: 47px;
    color: #50535a;
    text-align: center;
}

.nateevo-mono .mono--content {
    display: block;
    width: 100%;
    max-width: 1058px;
    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--col.mono--col-4 {
    height: 78px;
}

.nateevo-mono .mono--col.mono--col-4:nth-child(2),
.nateevo-mono .mono--col.mono--col-4:nth-child(3) {
    height: auto;
    margin-bottom: 11px;
}

.nateevo-mono .mono--col.mono--col-4:nth-child(6) {
    height: auto;
}

.nateevo-mono .mono--col.mono--col-4:last-of-type {
    height: auto;
}

.nateevo-mono .mono--clausula {
    display: block;
    color: #50535a;
    text-align: center;
    margin-top: 40px;
    margin-bottom: 40px;
    width: 100%;
    max-width: 584px;
    margin-left: auto;
    margin-right: auto;
}

.nateevo-mono .mono--clausula p {
    font-size: 12px;
    line-height: 15px;
    font-weight: 300;
    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-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 .mono--col.mono--col-4:nth-child(6) .form--group-box::before {
    content: "\e313";
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #00A9E0;
    font-size: 30px;
    position: absolute;
    z-index: 1;
    right: 13px;
    top: 10px;
}

.nateevo-mono .form--group-box label {
    position: absolute;
    z-index: 1;
    top: 16px;
    left: 16px;
}

.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: #4D555F;
    font-weight: 300;
    height: 48px;
}

.nateevo-mono .form--group-box .form--control:-ms-input-placeholder {
    color: #B6B7B7;
    opacity: 1;
}

.nateevo-mono .form--group-box .form--control::placeholder {
    color: #B6B7B7;
    opacity: 1;
}

.nateevo-mono .form--control {
    display: block;
    width: 100%;
    height: 48px;
    padding: .375rem 20px .375rem 48px;
    font-size: 16px;
    font-weight: 300;
    line-height: 33px;
    color: #4D555F;
    background: #FFFFFF;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);
    border-radius: 50px;
    border: 0;
    outline: 0;
}

.nateevo-mono .form--control.input--selection {
    border-color: #50535a;
    background-color: #fff;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
}

.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;
    text-align: right;
}

.nateevo-mono .form--anuncio a {
    font-size: 14px;
    line-height: 17px;
    text-decoration: underline;
    color: #50535A;
    cursor: pointer;
}

.nateevo-mono .form--anuncio .popup--info {
    opacity: 0;
    visibility: hidden;
    transition: all 0.20s ease-out;
    background: #FFFFFF;
    border-radius: 4px;
    z-index: 3;
    padding: 40px 0;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);
    position: fixed;
    top: 50%;
    transform: translate(0, -50%);
    width: 98%;
    max-width: 322px;
    margin: auto;
    left: 0;
    right: 0;
}

.nateevo-mono .form--anuncio .popup--info .closed {
    width: 33px;
    display: block;
    position: absolute;
    right: 10px;
    top: 10px;
    font-size: 33px;
    cursor: pointer;
    color: #50535A;
}

.nateevo-mono .form--anuncio .popup--info img {
    display: block;
    width: 100%;
    max-width: 240px;
    margin: auto;
}

.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: #4D555F;
    font-size: 16px;
    line-height: 20px;
}

.nateevo-mono .form--checkbox .checkbox--label>a {
    color: #4D555F;
    font-weight: normal;
    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 {
    background-color: #019BF2;
    border-color: #019BF2;
}

.nateevo-mono .form--checkbox .checkbox--input:checked~.checkbox--checked::after {
    border-right: 2px solid #ffffff;
    border-bottom: 2px solid #ffffff;
}

.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: 1px solid #B6B7B7;
}

.nateevo-mono .form--checkbox .checkbox--checked::after {
    top: 3px;
    left: 3px;
    width: 6px;
    height: 12px;
    border-top: 2px solid transparent;
    border-left: 2px solid transparent;
    border-right: 2px solid #B6B7B7;
    border-bottom: 2px solid #B6B7B7;
    -webkit-transform: rotateZ(37deg);
    transform: rotateZ(37deg);
    -webkit-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
    border-radius: 0;
}

.nateevo-mono .form--submit {
    display: block;
    margin-top: 40px;
}

.nateevo-mono .form--submit .button--send {
    border: none;
    border-radius: 50px;
    padding: 0 2rem;
    font-size: 18px;
    outline: 0;
    text-decoration: none;
    color: #fff;
    background-color: #019BF2;
    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: rgba(1, 155, 242, 0.5);
    border-color: rgba(1, 155, 242, 0.5);
}

.nateevo-mono .invalid--msg {
    position: relative;
    color: #DA0000;
    margin-top: 5px;
    line-height: 1.2;
    -ms-flex: 1 1 0%;
    flex: 1 1 0%;
    min-width: 100%;
    margin-bottom: 0;
    text-align: right;
}

.nateevo-mono .invalid--msg .invalid--msg-image {
    width: 15px;
    float: left;
    margin-top: 2px;
    margin-right: .3rem;
    display: none;
}

.nateevo-mono .invalid--msg .invalid--msg-text {
    display: block;
    font-size: 14px;
    line-height: 17px;
    font-style: italic;
}

.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 15px 2.5rem;
}

.nateevo-modal--body .icon--movistar {
    display: block;
    width: 100%;
    max-width: 50px !important;
    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;
}

.modal-overlay {
    background: rgba(0, 0, 0, 0.5);
}

.modal-overlay {
    position: fixed;
    z-index: 999;
    top: -100px;
    left: 0;
    bottom: 0;
    right: 0;
    height: 125%;
    width: 100%;
    display: none;
    will-change: opacity;
}

@media (min-width:576px) {
    .nateevo-modal--dialog {
        max-width: 500px;
        margin: 3rem auto 1.75rem;
    }
}

@media (min-width:993px) {
    .modal-overlay {
        display: none !important;
    }
    .nateevo-mono .form--anuncio .popup--info {
        border-radius: 20px;
    }
    .nateevo-mono .form--anuncio .popup--info .closed {
        display: none;
    }
    .nateevo-mono .form--anuncio .popup--info {
        padding: 7px 0;
        width: 100%;
        position: absolute;
        top: -200px;
        transform: inherit;
        left: 0;
    }
    .nateevo-mono .form--submit {
        margin-top: 45px;
    }
    .nateevo-mono .form--checkbox .checkbox--label {
        font-size: 18px;
        line-height: 22px;
    }
    .nateevo-mono .mono--clausula {
        margin-top: 50px;
        margin-bottom: 50px;
    }
    .nateevo-mono .form--anuncio a {
        position: relative;
    }
    .nateevo-mono .form--anuncio a:before {
        content: '';
        position: absolute;
        z-index: 1;
        width: 100%;
    }
    .nateevo-mono .form--anuncio a:hover+.popup--info {
        opacity: 1;
        visibility: visible;
        transition: all 0.20s ease-in;
    }
    .nateevo-mono .mono--col.mono--col-4:nth-child(2),
    .nateevo-mono .mono--col.mono--col-4:nth-child(3) {
        margin-bottom: 0;
        height: 115px;
    }
    .nateevo-mono .mono--col.mono--col-4:nth-child(-n+3) {
        height: 115px;
    }
    .nateevo-mono {
        padding-top: 60px;
        padding-bottom: 60px;
    }
    .nateevo-mono .mono--titulo {
        font-size: 40px;
        margin-bottom: 60px;
    }
    .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--offset-4 {
        margin-left: 33.333333%
    }
    .nateevo-mono .mono--clausula p {
        font-size: 14px;
        line-height: 17px;
    }
    .nateevo-modal--body .title--movistar {
        font-size: 32px;
    }
    .nateevo-modal--body .description--movistar {
        font-size: 20px;
    }
    .nateevo-modal--body .button--link {
        margin-top: 50px;
    }
}