.checkbox-contenedor {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.checkbox-contenedor .checkbox-contenedor__item {
    margin-right: 15px;
    margin-bottom: 17px
}

.checkbox-contenedor .checkbox-contenedor__item:nth-child(2n) {
    margin-right: 0
}

@media (min-width:900px) {
    .checkbox-contenedor .checkbox-contenedor__item {
        margin-right: 20px
    }

    .checkbox-contenedor .checkbox-contenedor__item:nth-child(2n) {
        margin-right: 20px
    }
}

.checkbox-container {
    display: block;
    position: relative;
    padding-left: 24px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin-bottom: 0
}

.checkbox-container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0
}

.checkbox-container input:checked~.checkmark {
    background-color: transparent;
    border: 1px solid #fff
}

.checkbox-container input:checked~.checkmark:after {
    display: block
}

.checkbox-container .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 18px;
    width: 18px;
    border-radius: 0;
    border: 1px solid #fff
}

.checkbox-container .checkmark:after {
    content: "";
    position: absolute;
    display: none;
    left: 5px;
    top: 0;
    width: 6px;
    height: 14px;
    border: solid #fff;
    border-radius: 2px;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(42deg);
    transform: rotate(42deg)
}

.checkbox-container .checkbox-container_palabra {
    font-size: 16px;
    line-height: 18px;
    font-weight: 400;
    color: #fff;
    display: block
}


.form__contenido--logo_img {
    display: flex;
    justify-content: center
}

@media (min-width:900px) {
    .form__contenido {
        display: flex;
        flex-direction: row-reverse;
        justify-content: start
    }

    .form__contenido--logo_img img {
        width: auto;
        height: auto
    }
}

@media (min-width:1365px) {
    .form__contenido--logo {
        margin-top: -77px;
        margin-left: 56px;
        margin-right: -80px
    }
}

.nat-banner-form {
    position: relative
}

.nat-banner-form .banner-form__item {
    position: relative;
    height: auto;
    text-align: left
}

.nat-banner-form .banner-form__item .item__info {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    height: 100%;
    z-index: 1
}

.nat-banner-form .banner-form__item .item__info.item__info--center {
    -ms-flex-align: center;
    align-items: center
}

.nat-banner-form .banner-form__item .item__info .info__container {
    width: 100%;
    max-width: 1140px;
    margin: 0 auto;
    padding: 30px 15px;
    box-sizing: border-box
}

.nat-banner-form .banner-form__item .item__info .info__box {
    display: block;
    width: 100%
}

.nat-banner-form .banner-form__item .item__info .info__box .box__title {
    display: block;
    width: 100%;
    max-width: 300px;
    font-size: 32px;
    font-weight: 300;
    line-height: 40px;
    color: #fff;
    margin: 0;
    margin-left: auto;
    margin-right: auto;
    text-align: center
}

.nat-banner-form .banner-form__item .item__info .info__box .box__title b,
.nat-banner-form .banner-form__item .item__info .info__box .box__title strong {
    font-weight: 700
}

.nat-banner-form .banner-form__item .item__info .info__box .box__subtitle {
    display: block;
    width: 100%;
    font-size: 18px;
    font-weight: 300;
    line-height: 22px;
    color: #fff;
    margin: 0;
    margin-top: 10px;
    text-align: start;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 18px
}

.nat-banner-form .banner-form__item .item__info .info__box .box__subtitle b,
.nat-banner-form .banner-form__item .item__info .info__box .box__subtitle strong {
    font-weight: 700
}

.nat-banner-form .banner-form__item .item__info .info__box .box__form {
    width: 100%;
    max-width: 320px;
    margin: 0 auto;
    margin-top: 30px
}

.nat-banner-form .banner-form__item .item__info .info__box .box__form .form__title {
    font-size: 18px;
    font-weight: 300;
    line-height: 1.3;
    color: #fff;
    margin-bottom: 15px
}

.nat-banner-form .banner-form__item .item__info .info__box .box__form .form__row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -7.5px;
    margin-right: -7.5px
}

.nat-banner-form .banner-form__item .item__info .info__box .box__form .form__row>* {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: 7.5px;
    padding-left: 7.5px
}

.nat-banner-form .banner-form__item .item__info .info__box .box__form .form__col--12 {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%
}

.nat-banner-form .banner-form__item .item__info .info__box .box__form .form__valid .group__text {
    color: #5bc500
}

.nat-banner-form .banner-form__item .item__info .info__box .box__form .form__valid .form__control {
    color: #5bc500
}

.nat-banner-form .banner-form__item .item__info .info__box .box__form .form__valid .group__valid {
    display: block !important
}

.nat-banner-form .banner-form__item .item__info .info__box .box__form .form__invalid .group__text {
    color: #e63780
}

.nat-banner-form .banner-form__item .item__info .info__box .box__form .form__invalid .form__control {
    color: #e63780
}

.nat-banner-form .banner-form__item .item__info .info__box .box__form .form__invalid .group__error {
    display: block !important
}

.nat-banner-form .banner-form__item .item__info .info__box .box__form .form__invalid .form__control:-ms-input-placeholder {
    color: #e63780
}

.nat-banner-form .banner-form__item .item__info .info__box .box__form .form__invalid .form__control::placeholder {
    color: #e63780
}

.nat-banner-form .banner-form__item .item__info .info__box .box__form .form__group {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100%;
    margin-bottom: 15px
}

.nat-banner-form .banner-form__item .item__info .info__box .box__form .form__group .group__error,
.nat-banner-form .banner-form__item .item__info .info__box .box__form .form__group .group__valid {
    display: none;
    position: absolute;
    position: absolute;
    right: 10px;
    top: 10px
}

.nat-banner-form .banner-form__item .item__info .info__box .box__form .form__group>.form__control {
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 1%;
    min-width: 0
}

.nat-banner-form .banner-form__item .item__info .info__box .box__form .form__group .group__text {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.nat-banner-form .banner-form__item .item__info .info__box .box__form .form__group .form__control {
    margin-left: -1px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.nat-banner-form .banner-form__item .item__info .info__box .box__form .group__text {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: .375rem .3rem .375rem 1.1rem;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    color: #86888c;
    text-align: center;
    white-space: nowrap;
    background-color: #fff;
    border: 0;
    border-radius: 8px;
    width: 45px
}

.nat-banner-form .banner-form__item .item__info .info__box .box__form .form__control {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 16px;
    font-weight: 400;
    font-family: inherit;
    line-height: 1.5;
    color: #86888c;
    background-color: #fff;
    background-clip: padding-box;
    border: 0;
    appearance: none;
    border-radius: 8px;
    margin-bottom: 0;
    box-sizing: border-box;
    outline: 0;
    box-shadow: none;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out
}

.nat-banner-form .banner-form__item .item__info .info__box .box__form .form__control:-ms-input-placeholder {
    color: #86888c
}

.nat-banner-form .banner-form__item .item__info .info__box .box__form .form__control::placeholder {
    color: #86888c
}

.nat-banner-form .banner-form__item .item__info .info__box .box__form .form__control[type="email"],
.nat-banner-form .banner-form__item .item__info .info__box .box__form .form__control[type="tel"],
.nat-banner-form .banner-form__item .item__info .info__box .box__form .form__control[type="text"] {
    height: 48px
}

.nat-banner-form .banner-form__item .item__info .info__box .box__form .form__message {
    display: none;
    width: 100%;
    font-size: 14px;
    font-weight: 400;
    padding: 0;
    margin-top: 10px;
    color: #e63780
}

.nat-banner-form .banner-form__item .item__info .info__box .box__form .form__checkbox {
    position: relative;
    width: 100%;
    margin: 0;
    text-align: center
}

.nat-banner-form .banner-form__item .item__info .info__box .box__form .form__checkbox .checkbox--label {
    position: relative;
    display: inline-block;
    cursor: pointer;
    padding-left: 1.75rem;
    text-align: left;
    color: #fff;
    font-size: 14px
}

.nat-banner-form .banner-form__item .item__info .info__box .box__form .form__checkbox .checkbox--label>a {
    color: #fff;
    font-weight: 400;
    text-decoration: underline
}

.nat-banner-form .banner-form__item .item__info .info__box .box__form .form__checkbox .checkbox--label>a:active,
.nat-banner-form .banner-form__item .item__info .info__box .box__form .form__checkbox .checkbox--label>a:hover {
    text-decoration: none
}

.nat-banner-form .banner-form__item .item__info .info__box .box__form .form__checkbox .checkbox--input {
    width: auto;
    opacity: .00000001;
    position: absolute;
    left: 0
}

.nat-banner-form .banner-form__item .item__info .info__box .box__form .form__checkbox .checkbox--input:checked~.checkbox--checked::before {
    color: #fff
}

.nat-banner-form .banner-form__item .item__info .info__box .box__form .form__checkbox .checkbox--input:checked~.checkbox--checked::after {
    transform: scale(.6)
}

.nat-banner-form .banner-form__item .item__info .info__box .box__form .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: #fff
}

.nat-banner-form .banner-form__item .item__info .info__box .box__form .form__checkbox .checkbox--checked::after,
.nat-banner-form .banner-form__item .item__info .info__box .box__form .form__checkbox .checkbox--checked::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 20px;
    height: 20px;
    margin: 0;
    transform: none;
    transition: transform 0.28s ease;
    border-radius: 50%;
    border: 2px solid currentColor
}

.nat-banner-form .banner-form__item .item__info .info__box .box__form .form__checkbox .checkbox--checked::after {
    transform: scale(0);
    background-color: #fff;
    border-color: #fff
}

.nat-banner-form .banner-form__item .item__info .info__box .box__form .form__btn {
    display: block;
    width: 100%;
    margin: 0;
    margin-top: 20px;
    text-align: center
}

.nat-banner-form .banner-form__item .item__info .info__box .box__form .form__btn .btn--action {
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-weight: 400;
    line-height: 1;
    height: 40px;
    width: 100%;
    max-width: 114px;
    color: #fff;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -ms-user-select: none;
    user-select: none;
    border: 0;
    padding: 0 20px;
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
    border: 0;
    border-radius: 50px;
    background-color: #0f2739;
    margin: 0;
    text-decoration: none;
    transition: all ease 0.4s
}

.nat-banner-form .banner-form__item .item__info .info__box .box__form .form__btn .btn--action:disabled,
.nat-banner-form .banner-form__item .item__info .info__box .box__form .form__btn .btn--action[disabled] {
    cursor: no-drop;
    background-color: #d3d4d3
}

.nat-banner-form .banner-form__item .item__picture {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    z-index: -1
}

.nat-banner-form .banner-form__item .item__picture .picture__image {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center
}

.nat-banner-form #email-error {
    min-width: 100%;
    color: #fff;
    font-size: 12px;
    line-height: 20px;
    font-style: italic
}

@media only screen and (min-width:600px) {
    .nat-banner-form .banner-form__item .item__info .info__container {
        padding: 40px 15px
    }

    .nat-banner-form .banner-form__item .item__info .info__box .box__title {
        font-size: 36px;
        text-align: left;
        max-width: 400px;
        margin-left: 0;
        margin-right: 0
    }

    .nat-banner-form .banner-form__item .item__info .info__box .box__subtitle {
        max-width: 450px;
        text-align: left;
        margin-left: 0;
        margin-right: 0
    }

    .nat-banner-form .banner-form__item .item__info .info__box .box__form {
        max-width: 540px;
        margin-left: 0;
        margin-right: 0
    }

    .nat-banner-form .banner-form__item .item__info .info__box .box__form .form__col--6 {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 50%
    }

    .nat-banner-form .banner-form__item .item__info .info__box .box__form .form__checkbox {
        text-align: left
    }

    .nat-banner-form .banner-form__item .item__info .info__box .box__form .form__btn {
        text-align: left;
        margin-top: 30px
    }

    .nat-banner-form .banner-form__item .item__picture .picture__image {
        object-position: bottom right
    }
}

@media only screen and (min-width:1024px) {
    .nat-banner-form .banner-form__item .item__info .info__box .box__form .form__title {
        font-size: 20px
    }

    .nat-banner-form .banner-form__item .item__info .info__container {
        padding: 65px 15px
    }

    .nat-banner-form .banner-form__item .item__info .info__box .box__title {
        font-size: 40px;
        max-width: 645px
    }

    .nat-banner-form .banner-form__item .item__info .info__box .box__subtitle {
        font-size: 20px;
        max-width: 645px
    }

    .nat-banner-form .banner-form__item .item__info .info__box .box__form {
        max-width: 610px
    }
}


.regresar-inicio-top {
    margin-top: 20px
}

.regresar-inicio-top .regresar-inicio-top_content {
    padding-left: 10px;
    margin: 10px 0
}

.regresar-inicio-top .regresar-inicio-top_enlace {
    color: #019df4;
    font-size: 14px;
    line-height: 16px;
    font-weight: 400
}

@media (min-width:900px) {
    .regresar-inicio-top .regresar-inicio-top_enlace {
        font-size: 16px;
        line-height: 18px
    }
}

.regresar-inicio-top .regresar-inicio-top_enlace span {
    margin-right: 5px
}



.nateevo-suscribete--modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1000;
    visibility: hidden;
    overflow: hidden;
    outline: 0
}

.nateevo-suscribete--modal-open {
    overflow: hidden
}

.nateevo-suscribete--modal-open .nateevo-suscribete--modal {
    overflow-x: hidden;
    overflow-y: auto
}

.nateevo-suscribete--modal.nateevo-suscribete--modal-show {
    visibility: visible
}

.nateevo-suscribete--modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 999;
    background-color: #000;
    visibility: hidden;
    opacity: 0
}

.nateevo-suscribete--modal-open .nateevo-suscribete--modal-backdrop {
    visibility: visible;
    opacity: .8;
    transition: opacity, 0.5s
}

.nateevo-suscribete--modal-backdrop-2 {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1003;
    background-color: #000;
    visibility: hidden;
    opacity: 0
}

.nateevo-suscribete--modal-open .nateevo-suscribete--modal-backdrop-2 {
    visibility: visible;
    opacity: .3;
    transition: opacity, 0.5s
}

.nateevo-suscribete--modal .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;
    line-height: 45px;
    cursor: pointer;
    font-size: 3rem;
    font-weight: 300;
    color: #019bf2;
    text-shadow: 0 1px 0 #fff;
    opacity: 1;
    background-color: transparent;
    border: 0;
    padding: 0;
    margin: 0;
    top: 0;
    right: 0
}

.nateevo-suscribete--modal .modal--close span {
    font-weight: 700
}

.nateevo-suscribete--modal .modal--dialog {
    position: relative;
    width: auto;
    margin: 30px 25px 15px;
    pointer-events: none
}

.nateevo-suscribete--modal .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: 20px;
    outline: 0
}

.nateevo-suscribete--modal .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-suscribete--modal .modal--body {
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 2rem 20px 2.5rem
}

.nateevo-suscribete--modal .modal--body .icon--movistar {
    display: block;
    width: auto;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
    margin-bottom: 25px
}

.nateevo-suscribete--modal .modal--body .body--title {
    font-size: 30px;
    color: #50535a;
    text-align: center;
    font-weight: 300;
    margin-bottom: 10px
}

.nateevo-suscribete--modal .modal--body .body--title>span {
    display: block;
    font-weight: 700;
    font-size: 30px
}

.nateevo-suscribete--modal .modal--body .body--title-error,
.nateevo-suscribete--modal .modal--body .body--title-thanks {
    font-size: 24px;
    color: #019bf2;
    text-align: center;
    font-weight: 700;
    margin-bottom: 15px
}

.nateevo-suscribete--modal .modal--body .body--subtitle {
    font-size: 16px;
    color: #50535a;
    text-align: center;
    font-weight: 400;
    margin: 0;
    margin-bottom: 20px
}

.nateevo-suscribete--modal .modal--body .body--descripcion {
    font-size: 16px;
    color: #86888c;
    text-align: center
}

.nateevo-suscribete--modal .modal--body .body--descripcion>p {
    font-weight: 300;
    margin: 0
}

.nateevo-suscribete--modal .modal--body .body--descripcion a {
    color: #019bf2
}

.nateevo-suscribete--modal .modal--body .body--descripcion ul {
    list-style-type: disc;
    padding-left: 20px
}

.nateevo-suscribete--modal .modal--body .body--descripcion ul>li {
    margin-bottom: 10px
}

.nateevo-suscribete--modal .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: 25px;
    display: block;
    width: 100%;
    max-width: 200px;
    height: 48px;
    line-height: 48px;
    cursor: pointer
}

.nateevo-suscribete--modal .modal--body .form--group {
    margin-bottom: 10px
}

.nateevo-suscribete--modal .modal--body .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-suscribete--modal .modal--body .form--group-box .form--group-icon {
    display: -ms-flexbox;
    display: flex;
    margin-right: -1px
}

.nateevo-suscribete--modal .modal--body .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: 0;
    font-weight: 400;
    line-height: 1.5;
    color: #019bf2;
    text-align: center;
    white-space: nowrap;
    background-color: #f8f9f8;
    background-clip: padding-box;
    border: 1px solid #e2e3e2;
    border-right: 0;
    border-radius: 100px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.nateevo-suscribete--modal .modal--body .form--group-box .form--group-icon .form--group-text::before {
    font-size: 16px
}

.nateevo-suscribete--modal .modal--body .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-weight: 300;
    height: 48px;
    padding-left: 0
}

.nateevo-suscribete--modal .modal--body .form--group-box .form--control:not(:first-child) {
    border-left-color: #f8f9f8;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.nateevo-suscribete--modal .modal--body .form--group-box .form--control:-ms-input-placeholder {
    color: #50535a;
    opacity: 1
}

.nateevo-suscribete--modal .modal--body .form--group-box .form--control::placeholder {
    color: #50535a;
    opacity: 1
}

.nateevo-suscribete--modal .modal--body .form--control {
    display: block;
    width: 100%;
    height: 48px;
    padding: 12px 20px;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.2;
    color: #929292;
    background-color: #f8f9f8;
    background-clip: padding-box;
    border: 1px solid #e2e3e2;
    box-shadow: inherit;
    border-radius: 100px;
    outline: 0
}

.nateevo-suscribete--modal .modal--body .form--control.input--selection {
    border-color: #e2e3e2;
    background-color: #fff
}

.nateevo-suscribete--modal .modal--body .form--checkbox {
    position: relative;
    width: 100%;
    margin: 0;
    margin-top: 15px;
    text-align: center
}

.nateevo-suscribete--modal .modal--body .form--checkbox .checkbox--label {
    position: relative;
    display: inline-block;
    cursor: pointer;
    padding-left: 1.75rem;
    text-align: left;
    color: #86888c;
    font-size: 14px
}

.nateevo-suscribete--modal .modal--body .form--checkbox .checkbox--label>a {
    color: #019bf2;
    font-weight: 400;
    text-decoration: underline
}

.nateevo-suscribete--modal .modal--body .form--checkbox .checkbox--label>a:active,
.nateevo-suscribete--modal .modal--body .form--checkbox .checkbox--label>a:hover {
    text-decoration: none
}

.nateevo-suscribete--modal .modal--body .form--checkbox .checkbox--label.checkbox--error {
    color: #ff0042
}

.nateevo-suscribete--modal .modal--body .form--checkbox .checkbox--label.checkbox--error .checkbox--input:checked~.checkbox--checked::before {
    color: #ff0042
}

.nateevo-suscribete--modal .modal--body .form--checkbox .checkbox--label.checkbox--error .checkbox--checked {
    color: #ff0042
}

.nateevo-suscribete--modal .modal--body .form--checkbox .checkbox--label.checkbox--error .checkbox--checked::after {
    background-color: #ff0042;
    border-color: #ff0042
}

.nateevo-suscribete--modal .modal--body .form--checkbox .checkbox--label.checkbox--error .checkbox--error-image {
    display: inline-block;
    margin-left: 4px
}

.nateevo-suscribete--modal .modal--body .form--checkbox .checkbox--label .checkbox--error-image {
    position: relative;
    width: 15px;
    top: 0;
    display: none
}

.nateevo-suscribete--modal .modal--body .form--checkbox .checkbox--input {
    width: auto;
    opacity: .00000001;
    position: absolute;
    left: 0
}

.nateevo-suscribete--modal .modal--body .form--checkbox .checkbox--input:checked~.checkbox--checked::before {
    color: #d3d4d3
}

.nateevo-suscribete--modal .modal--body .form--checkbox .checkbox--input:checked~.checkbox--checked::after {
    transform: scale(.6)
}

.nateevo-suscribete--modal .modal--body .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: #d3d4d3
}

.nateevo-suscribete--modal .modal--body .form--checkbox .checkbox--checked::after,
.nateevo-suscribete--modal .modal--body .form--checkbox .checkbox--checked::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 20px;
    height: 20px;
    transition: transform 0.28s ease;
    border-radius: 50%;
    border: 2px solid currentColor
}

.nateevo-suscribete--modal .modal--body .form--checkbox .checkbox--checked::after {
    transform: scale(0);
    background-color: #019bf2;
    border-color: #019bf2
}

.nateevo-suscribete--modal .modal--body .form--submit {
    display: block;
    margin-top: 25px
}

.nateevo-suscribete--modal .modal--body .form--submit .button--send {
    border: none;
    border-radius: 100px;
    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
}

.nateevo-suscribete--modal .modal--body .form--submit .button--send:active,
.nateevo-suscribete--modal .modal--body .form--submit .button--send:hover {
    background-color: #019bf2
}

.nateevo-suscribete--modal .modal--body .form--submit .button--send:disabled,
.nateevo-suscribete--modal .modal--body .form--submit .button--send[disabled] {
    cursor: no-drop;
    background-color: #545454;
    border-color: #545454
}

.nateevo-suscribete--modal .modal--body .invalid--msg {
    position: relative;
    color: #ff0042;
    margin-top: 8px;
    line-height: 1.2;
    -ms-flex: 1 1 0%;
    flex: 1 1 0%;
    min-width: 100%;
    margin-bottom: 0
}

.nateevo-suscribete--modal .modal--body .invalid--msg .invalid--msg-image {
    width: 15px;
    float: left;
    margin-top: 0;
    margin-right: .3rem
}

.nateevo-suscribete--modal .modal--body .invalid--msg .invalid--msg-text {
    display: block;
    overflow: hidden;
    font-size: 14px;
    font-weight: 400
}

.nateevo-suscribete--modal .modal--body .error--show {
    display: block
}

.nateevo-suscribete--modal .modal--body .not--error {
    display: none
}

@media (min-width:576px) {
    .nateevo-suscribete--modal.nateevo-suscribete--modal-clausula .modal--dialog {
        max-width: 510px
    }

    .nateevo-suscribete--modal .modal--dialog {
        max-width: 360px;
        margin: 3rem auto 1.75rem
    }
}

.listado-azules {
    color: #019DF4;
    margin: 30px 3em !important;
}

.listado-otros {
    margin: 24px 10px !important;

}

.nota_image {
    margin-bottom: 24px;
    position: relative;
}

.nota_image img {
    width: 100%;
    height: 279px;
    -o-object-fit: cover;
    object-fit: cover;
    display: block;
    margin-bottom: 24px;
    border-radius: 16px;
}

.nat-note-page .note-page__box .box__description img {
    border-radius: 16px;
    height: auto;
}



.nota__apps {
    width: auto !important;
    height: auto;
}

.nota__gigas {
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    width: 271.241px;
}

.nota_image.notas {
    margin-bottom: 5em;
    margin-top: 2em;
}

.nota__solicitalo {
    border-radius: 60px;
    background: var(--realce-magenta-realce, #E63780);
    display: flex;
    padding: 8px 32px;
    justify-content: center;
    align-items: center;
    width: 166px;
    height: 40px;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    color: #fff !important;
    text-decoration: inherit !important;
}

.nota__backgroungimgItems {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: auto;
    z-index: -1;
}

.nota__ilimitado {
    display: flex;
    justify-content: space-between;
    position: relative;
    bottom: 5px;
}

.nota__backgroung {
    height: 100%;
    max-width: 100%;
    width: 100%;
}

.nota__boxes {
    position: relative;
    top: 2em;
    left: 2em;
    column-gap: 1em;
}

.nota__minibox {
    align-items: center;
    justify-content: space-between;
    position: relative;
    bottom: 5px;
}

.nat-note-page .note-page__box .box__image {
    display: none;
}

@media (min-width: 992px) {
    .nota_image img {
        height: 455px;
    }
}

@media(max-width:600px) {
    .listado-azules {
        margin: 22px 1em !important;
    }

    .nota_image.notas {
        margin-bottom: 2em;
    }

    .listado-otros {
        margin: 18px 4px !important;

    }

    .nota__boxes {
        flex-direction: column;
        top: 1em;
        left: 1em;
        column-gap: 0;
    }


    .nota__gigas {
        font-size: 18px;
    }

    .nota__minibox {
        bottom: 12px;
        column-gap: 5px;
        justify-content: center;
    }

    .nota__ilimitado {
        bottom: 2px;
        font-size: 12px;
    }

    .nota__bodyBoxes.app2 {
        position: relative;
        top: -40px;
        right: 57px;
    }

    .nota__solicitalo {
        position: relative;
        top: 80px;
        width: 137px;
        height: 32px;
        font-size: 14px;
        padding: 6px 24px;
    }
}