.mono--col,
.nateevo-mono--container {
    padding-right: 15px;
    padding-left: 15px;
    width: 100%
}

.mono--clausula p,
.mono--titulo {
    line-height: 1.3;
    font-weight: 300;
    text-align: center
}

.form--checkbox .checkbox--label>a:active,
.form--checkbox .checkbox--label>a:hover,
.mono--clausula a:hover {
    text-decoration: none
}

.form--anuncio,
.invalid--msg {
    position: relative;
    min-width: 100%
}

.nateevo-modal,
.nateevo-modal--open {
    overflow: hidden
}

.banner-hero .glide__slide--0 .slider__item .container__body .title--large {
    font-size: 55px;
    position: absolute;
    left: -55px
}

.banner-hero .glide__slide--0 .slider__item .container__body .subtitle {
    position: absolute;
    top: 234px;
    left: -47px;
    max-width: 399px !important
}

.nateevo-mono--container {
    max-width: 1280px;
    margin: auto
}

.mono--titulo {
    font-size: 32px;
    margin: 0 0 50px;
    color: #50535a
}

.mono--content {
    display: block;
    width: 100%;
    max-width: 992px;
    margin: auto
}

.mono--row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px
}

.mono--col {
    position: relative
}

.mono--clausula {
    display: block;
    color: #50535a;
    text-align: center;
    margin-top: 15px;
    margin-bottom: 25px
}

.mono--clausula p {
    font-size: 18px;
    margin: 0
}

.mono--clausula b {
    font-weight: 700
}

.mono--clausula a {
    color: #00a9e0;
    font-weight: 700;
    text-decoration: underline
}

.form--group {
    margin-bottom: 1rem
}

.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%
}

.form--group-box .form--group-icon {
    display: -ms-flexbox;
    display: flex;
    margin-right: -1px
}

.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 0 0 5px
}

.form--group-box .form--control {
    position: relative;
    -ms-flex: 1 1 0%;
    flex: 1 1 0%;
    min-width: 0;
    margin-bottom: 0;
    background-color: #fff;
    color: #50535a;
    font-size: 14px;
    font-weight: 400;
    height: 48px
}

.form--group-box .form--control:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.form--group-box .form--control:-ms-input-placeholder {
    color: #50535a;
    opacity: 1
}

.form--group-box .form--control::placeholder {
    color: #50535a;
    opacity: 1
}

.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 #b6b7b7;
    border-radius: 8px;
    outline: 0
}

.form--control.input--selection {
    border-color: #50535a;
    background-color: #fff
}

.form--anuncio {
    color: #a5a5a5;
    margin-top: 5px;
    line-height: 1.3;
    -ms-flex: 1 1 0%;
    flex: 1 1 0%;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 300;
    font-style: italic
}

.form--checkbox .checkbox--label.checkbox--error,
.form--checkbox .checkbox--label.checkbox--error .checkbox--checked,
.form--checkbox .checkbox--label.checkbox--error .checkbox--input:checked~.checkbox--checked::before,
.invalid--msg {
    color: #ff0042
}

.form--checkbox {
    position: relative;
    width: 100%;
    margin: 15px 0 0;
    text-align: center
}

.form--checkbox .checkbox--label {
    position: relative;
    display: inline-block;
    cursor: pointer;
    padding-left: 1.75rem;
    text-align: left;
    color: #50535a;
    font-size: 18px
}

.form--checkbox .checkbox--label>a {
    color: #00a9e0;
    font-weight: 700;
    text-decoration: underline
}

.form--checkbox .checkbox--label.checkbox--error .checkbox--checked::after {
    background-color: #ff0042;
    border-color: #ff0042
}

.form--checkbox .checkbox--label.checkbox--error .checkbox--error-image {
    display: inline-block;
    margin-left: 4px
}

.form--checkbox .checkbox--label .checkbox--error-image {
    position: relative;
    width: 15px;
    top: 0;
    display: none
}

.form--checkbox .checkbox--input {
    width: auto;
    opacity: .00000001;
    position: absolute;
    left: 0
}

.form--checkbox .checkbox--input:checked~.checkbox--checked::before {
    color: #50535a
}

.form--checkbox .checkbox--input:checked~.checkbox--checked::after {
    transform: scale(.6)
}

.form--checkbox .checkbox--checked {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0, -50%);
    width: 16px;
    height: 16px;
    cursor: pointer;
    display: block;
    font-size: 1rem;
    -ms-user-select: none;
    user-select: none;
    color: #50535a
}

.form--submit .button--send,
.nateevo-modal--body .button--link {
    padding: 0 2rem;
    text-align: center;
    height: 48px;
    line-height: 48px;
    cursor: pointer;
    outline: 0;
    text-decoration: none
}

span.checkbox--terms {
    font-size: 15px
}

.form--checkbox .checkbox--checked::after,
.form--checkbox .checkbox--checked::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 16px;
    height: 16px;
    transition: transform .28s;
    border: 1px solid #50535a;
    box-sizing: border-box
}

.form--checkbox .checkbox--checked::after {
    transform: scale(0);
    background-color: #50535a;
    border-color: #50535a
}

.form--submit {
    display: block;
    width: 100%;
    margin: 25px auto auto
}

.form--submit .button--send {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    position: static;
    width: 167px;
    left: 292.5px;
    top: 160px;
    background: #e63780;
    border-radius: 200px;
    border: none;
    font-size: 18px;
    color: #fff;
    margin: auto;
    display: block;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

.form--submit .button--send:disabled,
.form--submit .button--send[disabled] {
    cursor: no-drop;
    background-color: #545454;
    border-color: #545454
}

.invalid--msg {
    margin-top: 5px;
    line-height: 1.2;
    -ms-flex: 1 1 0%;
    flex: 1 1 0%;
    margin-bottom: 0
}

.nateevo-modal,
.nateevo-modal--backdrop {
    position: fixed;
    visibility: hidden;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0
}

.invalid--msg .invalid--msg-image {
    width: 15px;
    float: left;
    margin-top: 0;
    margin-right: .3rem
}

.invalid--msg .invalid--msg-text {
    display: block;
    overflow: hidden;
    font-size: 14px;
    font-weight: 400
}

.error--show {
    display: block
}

.fomurlario--renueva-uno .label--celular-renueva,
.not--error,
.starweb-phantasia-viewer .nat-equipment-carousel-1 .device__footer {
    display: none
}

.nateevo-modal {
    z-index: 1072;
    outline: 0
}

.nateevo-modal--open .nateevo-modal {
    overflow-x: hidden;
    overflow-y: auto
}

.nateevo-modal.nateevo-modal--show {
    visibility: visible
}

.nateevo-modal--backdrop {
    z-index: 1071;
    background-color: #000;
    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: .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: 100px;
    max-width: 50px;
    margin: 10px auto 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;
    font-size: 18px;
    color: #fff;
    background-color: #0093e6;
    margin: 30px auto auto;
    display: block;
    width: 100%;
    max-width: 200px
}

.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:993px) {
    .mono--titulo {
        font-size: 40px
    }

    .mono--col.mono--col-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .mono--col.mono--col-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .mono--col.mono--offset-4 {
        margin-left: 33.333333%
    }

    .mono--clausula p {
        font-size: 18px
    }

    .invalid--msg .invalid--msg-image {
        margin-top: 2px
    }

    .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
    }
}

.registra-datos,
.registra-datos-2 {
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: -.004em;
    font-style: normal;
    text-align: center;
    color: #86888c
}

.banner-hero .glide__slide--0 .slider__item .container__body .subtitle,
.banner-hero .slider__item .container__body .description {
    max-width: 460px
}

.requestVisit--section .bloque_basico_pe .container {
    width: 100%
}

.requestVisit--section .bloque_basico_pe .btn_container_pe {
    max-width: 170px
}

@media only screen and (min-width:992px) {
    .requestVisit--section .bloque_basico_pe .btn_container_pe {
        max-width: 260px
    }
}

.requestVisit--section .bloque_basico_pe.bloque_basico--transparent .btn_container_pe .btn_pe {
    background: #019df4;
    border-radius: 100px
}

.wifiExpert--section {
    background: #019df4
}

.wifiExpert--section .services-links-wrapper .services-links-title,
.wifiExpert--section .services-links-wrapper .services-links__box .box__text,
.wifiExpert--section .services-links-wrapper .services-links__box .box__title {
    color: #fff
}

.registra-datos-2 {
    margin-top: 58px;
    margin-bottom: 50px
}

picture.picture-modem {
    position: absolute;
    top: 86px;
    right: 280px
}

.price-regular {
    font-style: normal;
    font-weight: 300;
    font-size: 18px;
    line-height: 32px;
    align-items: center;
    text-align: center;
    letter-spacing: .0036em;
    text-decoration-line: line-through;
    color: #86888c
}

.section-uno-renueva {
    padding: 40px 0;
    text-align: center
}

.section-uno-renueva .picture img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    object-fit: cover;
    object-position: center;
    z-index: -1
}

.section-uno-renueva .titulo--renueva {
    font-weight: 300;
    font-size: 40px;
    line-height: 48px;
    letter-spacing: .12px;
    color: #50535a;
    margin: 0 auto 8px;
    text-align: center
}

.section-uno-renueva .subtitulo--renueva {
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    text-align: center;
    letter-spacing: .12px;
    color: #50535a;
    margin: 0 auto 24px;
    max-width: 280px
}

.fomurlario--renueva-uno .group--input .input--icon {
    width: 14px;
    height: 20px;
    position: absolute;
    top: 14px;
    left: 20px
}

.fomurlario--renueva-uno .group--input .input--icon img,
.modal-padre.modal-form-show {
    display: block
}

.fomurlario--renueva-uno .text--form-uno {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    letter-spacing: -.0032em;
    color: #50535a;
    max-width: 328px;
    margin: 0 auto 8px
}

.fomurlario--renueva-uno .text--form-uno .text--celeste {
    color: #50535a
}

.fomurlario--renueva-uno .group--input {
    width: 328px;
    margin: 0 auto;
    position: relative
}

.fomurlario--renueva-uno .input--celular-renueva {
    width: 100%;
    border: 1px solid #b6b7b7;
    box-sizing: border-box;
    border-radius: 8px;
    height: 48px !important;
    padding-left: 50px;
    margin-bottom: 8px
}

.fomurlario--renueva-uno .box-check-renueva {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 auto 16px;
    width: 193px
}

.fomurlario--renueva-uno .button--renueva-form {
    background: #019df4;
    border-radius: 50px;
    width: 170px;
    height: 48px;
    border: 0;
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: .12px;
    color: #fff
}

.fomurlario--renueva-uno .box-check-renueva label {
    font-size: 11.2px;
    margin: 0
}

.servicios {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    letter-spacing: -.0015em;
    color: #86888c
}

.select-tipo,
.tipo-vivienda {
    font-size: 18px;
    letter-spacing: .12px
}

.tipo-vivienda {
    text-align: center;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    color: #86888c
}

.select-tipo,
p.datos-personales,
p.datos-personales-2,
p.datos-personales-3 {
    line-height: 24px;
    color: #50535a;
    font-style: normal;
    font-weight: 400
}

.select-tipo {
    margin-right: 30px
}

@media(min-width:993px) {
    span.line-tipo {
        position: absolute;
        width: 328px;
        height: 0;
        right: 0;
        margin: 0 auto;
        left: 0;
        bottom: 575px;
        border: .5px solid #d3d4d3
    }

    .section-uno-renueva .titulo--renueva {
        font-size: 40px;
        line-height: 48px
    }

    .section-uno-renueva .subtitulo--renueva {
        font-size: 24px;
        font-weight: 300;
        line-height: 32px;
        margin: 30px auto 40px;
        max-width: 652px
    }

    .fomurlario--renueva-uno .text--form-uno {
        font-size: 18px;
        line-height: 24px;
        max-width: 700px;
        margin: 0 auto 24px
    }

    .fomurlario--renueva-uno .box-check-renueva {
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin: 0 auto 16px;
        width: 246px
    }

    .fomurlario--renueva-uno .box-check-renueva label {
        font-size: 14px
    }
}

[type=radio]:checked,
[type=radio]:not(:checked) {
    position: absolute;
    left: -9999px
}

[type=radio]:checked+label,
[type=radio]:not(:checked)+label {
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: #666
}

[type=radio]:checked+label:before,
[type=radio]:not(:checked)+label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 22px;
    height: 22px;
    border: 1px solid #ddd;
    border-radius: 100%;
    background: #fff
}

[type=radio]:checked+label:after,
[type=radio]:not(:checked)+label:after {
    content: '';
    width: 14px;
    height: 14px;
    background: #019df4;
    position: absolute;
    top: 4px;
    left: 4px;
    border-radius: 100%;
    -webkit-transition: .2s;
    transition: .2s
}

[type=radio]:not(:checked)+label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0)
}

[type=radio]:checked+label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1)
}

form.form-circle {
    display: flex;
    justify-content: center
}

.stefa--banner--navideno {
    position: relative;
    width: 100%;
    height: 340px;
    color: #fff
}

.stefa--banner--navideno .box--background {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0
}

.stefa--banner--navideno h2,
.stefa--banner--navideno p {
    margin: 0
}

.stefa--banner--navideno .box--background .img-navideno {
    width: 100%;
    height: 100%;
    position: absolute;
    object-fit: cover;
    object-position: center;
    top: 0;
    bottom: 0
}

.stefa--banner--navideno .navideno--body {
    position: relative;
    z-index: 10;
    text-align: center;
    top: 40px
}

.stefa--banner--navideno .navideno--body .picture--logo--movistar .img-movistar {
    width: 40px;
    height: auto
}

.stefa--banner--navideno .navideno--body .title .picture--title--sorteo .img-sorteo {
    width: 251px;
    height: auto;
    margin-top: 15px;
    margin-bottom: 10px
}

.stefa--banner--navideno .navideno--body .subtitle {
    font-size: 14px;
    line-height: 20px;
    max-width: 271px;
    margin: auto
}

@media(min-width:600px) {
    .stefa--banner--navideno {
        height: 400px
    }

    .stefa--banner--navideno .navideno--body .title .picture--title--sorteo .img-sorteo {
        width: 903px
    }

    .stefa--banner--navideno .navideno--body .picture--logo--movistar .img-movistar {
        width: 70px
    }

    .stefa--banner--navideno .navideno--body .subtitle {
        font-size: 20px;
        max-width: 100%
    }

    .stefa--banner--navideno .navideno--body {
        top: 70px
    }
}

.buscador--input .buscador--input-container .buscador--input-placeholder .buscador-check {
    position: absolute;
    top: -20px;
    left: 19px;
    color: #b6b7b7;
    font-size: 14px;
    line-height: 24px;
    cursor: auto;
    -webkit-transition: .3s;
    transition: .3s;
    z-index: -1
}

.modal-padre {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    align-items: center;
    left: 0;
    z-index: 1000;
    background: rgba(0, 0, 0, .2);
    display: none;
    outline: 0
}

.modal--promociones .modal--promociones__logo-2 {
    margin-bottom: 10px;
    text-align: center
}

.modal--promociones .modal--promociones__check-1 {
    overflow: hidden;
    height: 300px;
    overflow-y: scroll
}

p.datos-personales-2 {
    text-align: center;
    font-size: 16px;
    letter-spacing: -.0032em
}

@media(max-width:480px) {
    span.checkbox--terms {
        font-size: 13px
    }

    .registra-datos-2 {
        font-style: normal;
        font-weight: 400;
        font-size: 12px;
        max-width: 237px;
        line-height: 16px;
        margin: 27px auto 39px;
        letter-spacing: -.004em;
        color: #86888c
    }

    .select-tipo,
    .tipo-vivienda {
        font-style: normal;
        line-height: 24px;
        letter-spacing: .12px;
        font-weight: 400
    }

    .registra-datos {
        font-size: 12px
    }

    .mono--col {
        position: relative;
        width: 100%;
        padding-right: 98px;
        padding-left: 31px
    }

    picture.picture-modem {
        position: absolute;
        top: 326px;
        right: -5px
    }

    .section-uno-renueva {
        padding: 40px 0 0
    }

    span.line-tipo {
        width: 328px;
        height: 0;
        left: 16px;
        position: absolute;
        border: .1px solid #d3d4d3
    }

    .select-tipo {
        font-size: 16px;
        color: #50535a;
        margin-right: 30px
    }

    .tipo-vivienda {
        text-align: center;
        margin-top: 21px;
        font-size: 16px;
        color: #86888c
    }

    .section-uno-renueva .titulo--renueva {
        font-size: 32px;
        line-height: 48px
    }

    .fomurlario--renueva-uno .text--form-uno {
        font-weight: 400;
        font-size: 14px;
        line-height: 24px;
        text-align: center;
        letter-spacing: -.0032em;
        color: #50535a;
        max-width: 328px;
        margin: 0 auto 8px
    }

    .modal--promociones .modal--promociones__botones {
        flex-direction: column
    }

    .modal--promociones .modal--promociones__titulo {
        font-size: 23px;
        line-height: 28px
    }

    .modal--promociones .modal--promociones__subtitulo {
        font-size: 13px
    }

    .sorteo-form_input-1 {
        width: 100%;
        margin: 0
    }

    .sorteo-form .sorteo-form_content .sorteo-form_content--row .sorteo-form_content--button {
        width: 121px;
        font-size: 16px;
        margin: 8px auto;
        height: 40px
    }

    input[type=checkbox] {
        margin-top: -2px;
        margin-left: -19px
    }

    .terminos-360 {
        margin: auto;
        max-width: 241px;
        text-align: left
    }
}

.modal--promociones .modal--promociones__botones a {
    display: flex;
    font-size: 16px;
    justify-content: center;
    align-items: center
}

.nateevo-suscribete--modal-open .nateevo-suscribete--modal-backdrop {
    opacity: .3;
    visibility: visible;
    opacity: .8;
    transition: opacity, .5s
}

.modal--promociones__logo-2 {
    text-align: center
}

.modal--promociones .modal--promociones__logo-3 {
    margin-bottom: 10px;
    text-align: center
}

p.datos-personales-3 {
    text-align: center;
    max-width: 319px;
    font-size: 16px;
    letter-spacing: -.0032em
}

@media(max-width:480px) {
    .banner-hero .glide__slide--0 .slider__item .container__body .title--large {
        font-size: 29px;
        position: absolute;
        top: 14px;
        left: 0
    }

    .banner-hero .glide__slide--0 .slider__item .container__body .subtitle {
        font-size: 16px;
        position: absolute;
        top: 89px;
        left: 0
    }

    .modal--promociones .modal--promociones__check-1 {
        margin-bottom: 11px;
        overflow: hidden;
        height: 400px;
        overflow-y: scroll
    }

    .modal--promociones .modal--promociones__botones {
        flex-direction: column
    }

    .modal--promociones .modal--promociones__titulo {
        font-size: 33px
    }

    .modal--promociones .modal--promociones__subtitulo {
        font-size: 13px
    }

    .sorteo-form_input-1 {
        width: 100%;
        margin: 0
    }

    .sorteo-form .sorteo-form_content .sorteo-form_content--row .sorteo-form_content--button {
        width: 121px;
        font-size: 16px;
        margin: 8px auto;
        height: 40px
    }

    input[type=checkbox] {
        margin-top: -2px;
        margin-left: -19px
    }

    .terminos-360 {
        margin: auto;
        max-width: 241px;
        text-align: left
    }
}

.atm-c2c-exp-havas .atm-c2c-lb-close {
    background-color: transparent
}

.atm-c2c-frm-close-proteccion-datos,
.atm-c2c-lb-close {
    width: 30px;
    height: 30px;
    z-index: 1;
    left: 411px;
    position: absolute;
    cursor: pointer;
    border-radius: 15px
}

.atm-c2c-exp-havas .atm-c2c-lb-close:after {
    content: "";
    background: url(https://crossattachmedia.serviciosmovistar.com/developers/files/resources/experimentos/exp_marzo_c2c/close.png);
    width: 22px;
    height: 23px
}

.atm-c2c-frm-close-proteccion-datos:after,
.atm-c2c-lb-close:after {
    content: "x";
    font-size: 38px;
    font-weight: 300;
    display: inline-block;
    color: #019df4
}

.modal--promociones {
    display: flex;
    flex-direction: column;
    align-items: center
}

.modal--promociones .modal--promociones__logo {
    margin-bottom: 10px
}

.modal--promociones .modal--promociones__check-1 {
    margin-bottom: 11px
}

p.datos-personales {
    font-size: 16px;
    letter-spacing: -.0032em
}

.modal--promociones .modal--promociones__titulo {
    font-size: 32px;
    line-height: 48px;
    color: #019df4;
    font-weight: 300;
    margin: 0 0 8px;
    text-align: center
}

.modal--promociones .modal--promociones__subtitulo {
    font-size: 18px;
    line-height: 24px;
    color: #50535a;
    margin: 0 0 90px
}

.modal--promociones .modal--promociones__botones {
    display: flex
}

@media(max-width:480px) {

    .atm-c2c-frm-close-proteccion-datos:after,
    .atm-c2c-lb-close:after {
        content: "x";
        font-size: 30px;
        font-weight: 300;
        display: inline-block;
        color: #019df4
    }

    .atm-c2c-frm-close-proteccion-datos,
    .atm-c2c-lb-close {
        right: 0;
        width: 30px;
        height: 30px;
        z-index: 1;
        left: unset;
        position: absolute;
        cursor: pointer
    }

    .modal--promociones .modal--promociones__botones {
        flex-direction: column
    }

    .modal--promociones .modal--promociones__titulo {
        font-size: 23px;
        line-height: 28px
    }

    .modal--promociones .modal--promociones__subtitulo {
        font-size: 13px
    }

    .sorteo-form_input-1 {
        width: 100%;
        margin: 0
    }

    .sorteo-form .sorteo-form_content .sorteo-form_content--row .sorteo-form_content--button {
        width: 121px;
        font-size: 16px;
        margin: 8px auto;
        height: 40px
    }

    input[type=checkbox] {
        margin-top: -2px;
        margin-left: -19px
    }

    .terminos-360 {
        margin: auto;
        max-width: 241px;
        text-align: left
    }
}

.nateevo-suscribete--modal-backdrop,
.nateevo-suscribete--modal-backdrop-2 {
    position: fixed;
    right: 0;
    background-color: #000;
    visibility: hidden;
    opacity: 0;
    bottom: 0;
    top: 0;
    left: 0
}

.modal--promociones .modal--promociones__botones a {
    width: 145px;
    height: 48px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
    background: #019df4;
    border-radius: 40px;
    color: #fff
}

.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 {
    z-index: 999
}

.nateevo-suscribete--modal-backdrop-2 {
    z-index: 1003
}

.nateevo-suscribete--modal-open .nateevo-suscribete--modal-backdrop-2 {
    visibility: visible;
    opacity: .3;
    transition: opacity, .5s
}

.nateevo-suscribete--modal .modal--dialog {
    position: relative;
    width: auto;
    margin: 30px 25px 15px;
    pointer-events: none
}

.buscador--input,
.buscador--input .buscador--input-container {
    width: 100%;
    position: relative
}

.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--body {
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 2rem 20px 2.5rem
}

.nateevo-suscribete--modal .modal--body .error--show {
    display: block
}

.nateevo-suscribete--modal .modal--body .not--error {
    display: none
}

@media (min-width:576px) {
    .nateevo-modal--dialog {
        max-width: 500px;
        margin: 3rem auto 1.75rem
    }

    .nateevo-suscribete--modal.nateevo-suscribete--modal-clausula .modal--dialog {
        max-width: 452px
    }

    .nateevo-suscribete--modal .modal--dialog {
        max-width: 360px;
        margin: 3rem auto 1.75rem
    }
}

.buscador--input {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 auto 15px;
    -webkit-transition: .2s;
    transition: .2s
}

.buscador--input .buscador--input-container .buscador--input-buscador {
    height: 40px;
    width: 240px;
    border-radius: 8px;
    border: 1px solid #b6b7b7;
    padding-left: 44px;
    color: #b6b7b7;
    font-size: 16px;
    margin-bottom: 0;
    background: 0 0
}

.buscador--input .buscador--input-container .buscador--input-buscador:focus {
    -webkit-box-shadow: none;
    box-shadow: none
}

.buscador--input .buscador--input-container .buscador--input--icon-left {
    position: absolute;
    left: 16px;
    top: 14px;
    z-index: -1
}

.buscador--input .buscador--input-container .buscador--input--icon-left svg {
    width: 20px;
    height: 20px
}

.buscador--input .buscador--input-container .buscador--input-placeholder {
    position: absolute;
    top: 12px;
    left: 19px;
    color: #b6b7b7;
    font-size: 16px;
    line-height: 24px;
    cursor: auto;
    -webkit-transition: .3s;
    transition: .3s;
    z-index: -1
}

.buscador--input.active-focus .buscador--input-container .buscador--input-buscador {
    background: #fff;
    border: 1px solid #019df4 !important;
    color: #50535a
}

.buscador--input.active-focus .buscador--input-container .buscador--input-buscador:focus-visible {
    outline: 0
}

.buscador--input.active-focus .buscador--input-container .buscador--input--icon-left {
    z-index: 1
}

.buscador--input.active-focus .buscador--input-container .buscador--input--icon-left svg path {
    fill: #019DF4
}

.buscador--input.active-focus .buscador--input-container .buscador--input-placeholder {
    color: #019df4;
    font-size: 12px;
    line-height: 16px;
    padding-left: 5px;
    padding-right: 5px;
    left: 14px;
    top: -8px;
    background: #fff;
    z-index: 1
}

.buscador--input_mensaje .buscador--input-container .buscador--input-buscador {
    height: 104px;
    resize: none
}

.buscador--input_mensaje .buscador--input-container .buscador--input-placeholder {
    left: 16px
}

.ordenar-content {
    width: 100%;
    position: relative;
    height: 48px;
    margin-bottom: 15px
}

.ordenar-content .button-ordenar {
    position: relative;
    width: 100%;
    height: 48px;
    border-radius: 8px;
    border: 1px solid #b6b7b7;
    background: 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 16px;
    padding-right: 14px;
    cursor: pointer;
    color: #b6b7b7
}

.ordenar-content .button-ordenar .button-ordenar__palabra {
    font-size: 14px;
    color: #b6b7b7;
    -webkit-transition: .3s;
    transition: .3s
}

.ordenar-content .button-ordenar .button-ordenar__icon svg {
    -webkit-transition: .2s;
    transition: .2s
}

.ordenar-content .button-ordenar .button-ordenar__icon svg path {
    fill: #B6B7B7
}

.ordenar-content .ordenar-desplegable {
    height: 0;
    max-height: 0;
    overflow-x: hidden;
    opacity: 0;
    -webkit-transition: .2s;
    transition: .2s
}

.ordenar-content.active .button-ordenar {
    color: #019df4;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    border: 1px solid #019df4
}

.ordenar-content.active .button-ordenar .button-ordenar__palabra {
    position: absolute;
    font-size: 12px;
    color: #019df4;
    padding-left: 3px;
    padding-right: 3px;
    top: -7px;
    left: 10px;
    background: #fff
}

.ordenar-content.active .button-ordenar:after {
    content: "";
    width: calc(100% - 32px);
    height: 1px;
    background: #019df4;
    position: absolute;
    bottom: 0;
    left: 16px;
    z-index: 300
}

.ordenar-content.active .button-ordenar__icon svg {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.ordenar-content.active .button-ordenar__icon svg path {
    fill: #019DF4
}

.ordenar-content.active .ordenar-desplegable {
    max-height: 90px;
    height: 170px;
    opacity: 1;
    overflow-x: initial;
    width: 100%;
    position: absolute;
    background: #fff;
    z-index: 300;
    border-bottom: 1px solid #019df4;
    border-right: 1px solid #019df4;
    border-left: 1px solid #019df4;
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px
}

.ordenar-content.active .ordenar-desplegable ul {
    list-style: none;
    padding: 0;
    margin: 0
}

.ordenar-content.active .ordenar-desplegable ul li .ordenar-desplegable--opcion {
    height: 40px;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 14px;
    color: #50535a;
    padding-left: 16px;
    cursor: pointer
}

.ordenar-content.active .ordenar-desplegable ul li .ordenar-desplegable--opcion:hover {
    background: rgba(1, 157, 244, .08)
}

.sorteo_titulo {
    font-size: 34px;
    line-height: 1.3;
    color: #019df4;
    font-weight: 300;
    margin: 40px 0 10px;
    text-align: center
}

.sorteo-form_input-1 {
    width: 242px;
    margin: 0 10px
}

.banner-promociones,
.banner-promociones .banner-promociones__fondo picture,
.banner-promociones .banner-promociones__fondo picture img,
.footer-promociones .footer-promociones-content .footer-promociones__3 .footer-promociones-redes .footer-promociones-redes_iconos a svg {
    width: 100%
}

.sorteo_subtitulo {
    font-size: 16px;
    line-height: 1.3;
    color: #50535a;
    margin: 0 0 40px;
    text-align: center
}

.sorteo-form .sorteo-form_content {
    padding-bottom: 60px;
    padding-top: 20px
}

.sorteo-form .sorteo-form_content .checkbox--label .checkbox--terms {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: -.0015em;
    color: #50535a
}

.sorteo-form .sorteo-form_content .sorteo-form_content--row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.sorteo-form .sorteo-form_content .sorteo-form_content--row .sorteo-form_content--button {
    width: 180px;
    height: 48px;
    border-radius: 40px;
    border: none;
    font-size: 18px;
    margin-top: 10px;
    background: #019df4;
    color: #fff;
    cursor: pointer
}

.sorteo-form .sorteo-form_content .sorteo-form_content--row .sorteo-form_content--button:disabled {
    background: #ededed;
    color: #86888c
}

.sorteo-form .sorteo-form_content .sorteo-form_input {
    margin: 0 20px
}

.banner-promociones {
    position: relative;
    height: 400px
}

.banner-promociones .banner-promociones__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%
}

.banner-promociones .banner-promociones__body .banner-promociones__content {
    padding-top: 40px;
    width: 458px;
    position: relative
}

.banner-promociones .banner-promociones__body .banner-promociones__content .banner-promociones__logo {
    margin-bottom: 40px;
    text-align: center
}

.banner-promociones .banner-promociones__body .banner-promociones__content .banner-promociones__vamos {
    margin-bottom: 10px;
    text-align: center
}

.banner-promociones .banner-promociones__body .banner-promociones__content .banner-promociones__subtitulo {
    font-size: 20px;
    line-height: 24px;
    color: #fff;
    text-align: center
}

.banner-promociones .banner-promociones__body .banner-promociones__content .banner-promociones__personajes {
    position: absolute;
    bottom: 0;
    right: calc(-100% + 116px)
}

.banner-promociones .banner-promociones__body .banner-promociones__content .banner-promociones__personajes img {
    display: block
}

.banner-promociones .banner-promociones__fondo {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1
}

.footer-promociones {
    background: #f2f4ff;
    height: 120px
}

.footer-promociones .footer-promociones-content {
    max-width: 1280px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%
}

.footer-promociones .footer-promociones-content .footer-promociones__1 .footer-promociones-logo svg {
    height: 28px;
    width: auto
}

.footer-promociones .footer-promociones-content .footer-promociones__2 .footer-promociones-derechos .footer-promociones-derechos-parrafo {
    margin: 0;
    font-size: 12px;
    color: #86888c;
    line-height: 18px
}

.footer-promociones .footer-promociones-content .footer-promociones__3 .footer-promociones-redes .footer-promociones-redes_parrafo {
    color: #50535a;
    font-size: 12px;
    margin: 0 0 7px;
    line-height: 18px;
    text-align: right
}

.footer-promociones .footer-promociones-content .footer-promociones__3 .footer-promociones-redes .footer-promociones-redes_iconos {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.footer-promociones .footer-promociones-content .footer-promociones__3 .footer-promociones-redes .footer-promociones-redes_iconos a {
    margin-left: 6px;
    text-decoration: none;
    width: 34px;
    display: block
}

@media (max-width:768px) {
    .sorteo_titulo {
        font-size: 32px
    }

    .sorteo-form .sorteo-form_content .sorteo-form_input,
    .sorteo-form_input-1 {
        width: 100%;
        margin: 0
    }

    .sorteo_subtitulo {
        font-size: 16px;
        margin-bottom: 32px
    }

    .sorteo-form .sorteo-form_content {
        padding-left: 16px;
        padding-right: 16px;
        padding-bottom: 40px
    }

    .sorteo-form .sorteo-form_content .sorteo-form_content--row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .sorteo-form .sorteo-form_content .sorteo-form_content--row .sorteo-form_content--button {
        width: 120px;
        font-size: 14px;
        height: 40px
    }

    .banner-promociones .banner-promociones__body .banner-promociones__content {
        width: 271px
    }

    .banner-promociones .banner-promociones__body .banner-promociones__content .banner-promociones__logo {
        margin-bottom: 20px
    }

    .banner-promociones .banner-promociones__body .banner-promociones__content .banner-promociones__logo svg {
        width: 40px;
        height: 30px
    }

    .banner-promociones .banner-promociones__body .banner-promociones__content .banner-promociones__vamos svg {
        width: 185px;
        height: 61px
    }

    .banner-promociones .banner-promociones__body .banner-promociones__content .banner-promociones__subtitulo {
        font-size: 14px;
        line-height: 20px
    }

    .banner-promociones .banner-promociones__body .banner-promociones__content .banner-promociones__personajes {
        right: 0;
        left: 0
    }

    .banner-promociones .banner-promociones__body .banner-promociones__content .banner-promociones__personajes img {
        width: 200px;
        height: auto;
        margin: 0 auto
    }

    .footer-promociones {
        height: 88px;
        padding-left: 15px;
        padding-right: 15px
    }

    .footer-promociones .footer-promociones-content {
        max-width: 100%;
        width: 100%;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .footer-promociones .footer-promociones-content .footer-promociones__1 .footer-promociones-logo svg {
        height: 22px
    }

    .footer-promociones .footer-promociones-content .footer-promociones__2 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
        width: 100%;
        text-align: center
    }

    .footer-promociones .footer-promociones-content .footer-promociones__3 .footer-promociones-redes .footer-promociones-redes_parrafo {
        margin-bottom: 2px
    }

    .footer-promociones .footer-promociones-content .footer-promociones__3 .footer-promociones-redes .footer-promociones-redes_iconos a {
        width: 19px;
        height: 19px;
        margin-left: 10px
    }

    .footer-promociones .footer-promociones-content .footer-promociones__3 .footer-promociones-redes .footer-promociones-redes_iconos a svg {
        height: 100%
    }

    .nateevo-suscribete--modal .modal--content {
        overflow: scroll;
        height: auto
    }
}

.checkbox--terms a {
    text-decoration: underline
}

@media(max-width:1300px) and (min-width:767px) {

    .banner-hero .glide__slide--0 .slider__item .container__body .subtitle,
    .banner-hero .glide__slide--0 .slider__item .container__body .title--large {
        left: 15px
    }
}