.sorteo_subtitulo,.sorteo_titulo {
    line-height: 1.3;
    text-align: center
}

.banner-promociones .banner-promociones__body .banner-promociones__content .banner-promociones__personajes img,.nateevo-suscribete--modal .modal--body .error--show {
    display: block
}

.stefa--banner--navideno {
    position: relative;
    width: 100%;
    height: 340px;
    color: #fff
}

.nateevo-suscribete--modal,.nateevo-suscribete--modal-backdrop,.nateevo-suscribete--modal-backdrop-2 {
    position: fixed;
    right: 0;
    visibility: hidden;
    bottom: 0;
    left: 0
}

.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
    }
}

.modal--promociones {
    display: flex;
    flex-direction: column;
    align-items: center
}

.modal--promociones .modal--promociones__logo {
    margin-bottom: 90px
}

.modal--promociones .modal--promociones__check {
    margin-bottom: 40px
}

.modal--promociones .modal--promociones__titulo {
    font-size: 40px;
    line-height: 48px;
    color: #019df4;
    font-weight: 300;
    margin: 0 0 8px
}

.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) {
    .modal--promociones .modal--promociones__botones {
        flex-direction:column
    }

    .modal--promociones .modal--promociones__titulo {
        font-size: 33px
    }

    .modal--promociones .modal--promociones__subtitulo {
        font-size: 13px
    }
}

.modal--promociones .modal--promociones__botones a {
    width: 245px;
    height: 48px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
    background: #019df4;
    border-radius: 40px;
    color: #fff
}

.nateevo-suscribete--modal {
    top: 0;
    z-index: 1000;
    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 {
    top: 0;
    z-index: 999;
    background-color: #000;
    opacity: 0
}

.nateevo-suscribete--modal-open .nateevo-suscribete--modal-backdrop {
    visibility: visible;
    opacity: .8;
    transition: opacity,.5s
}

.nateevo-suscribete--modal-backdrop-2 {
    top: 0;
    z-index: 1003;
    background-color: #000;
    opacity: 0
}

.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
}

.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 .not--error {
    display: none
}

@media (min-width: 576px) {
    .nateevo-suscribete--modal.nateevo-suscribete--modal-clausula .modal--dialog {
        max-width:814px
    }

    .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;
    width: 100%;
    margin: 0 auto 15px;
    -webkit-transition: .2s;
    transition: .2s;
    position: relative
}

.buscador--input .buscador--input-container {
    position: relative;
    width: 100%
}

.buscador--input .buscador--input-container .buscador--input-buscador {
    height: 40px;
    width: 100%;
    border-radius: 8px;
    border: 1px solid #b6b7b7;
    padding-left: 44px;
    color: #50535a;
    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: 8px;
    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: 44px;
    color: #b6b7b7;
    font-size: 14px;
    line-height: 1;
    cursor: auto;
    -webkit-transition: .3s;
    transition: .3s;
    letter-spacing: -.045px;
    z-index: -1
}

.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: 40px;
    margin-bottom: 15px
}

.ordenar-content .button-ordenar {
    position: relative;
    width: 100%;
    height: 40px;
    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 {
    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;
    color: #019df4;
    font-weight: 300;
    max-width: 697px;
    margin: 40px auto 10px
}

.sorteo_subtitulo {
    font-style: italic;
    font-size: 16px;
    color: #50535a;
    text-align: left;
    line-height: 24px
}

.sorteo_titulo p,.titulo-datos {
    font-size: 24px;
    line-height: 28px;
    letter-spacing: .0036em
}

.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_titulo p {
    font-style: normal;
    font-weight: 300;
    margin: 0 auto
}

.sorteo_titulo span {
    font-weight: 400
}

.sorteo-form__texts {
    padding-left: 1.2rem
}

.sorteo-form .sorteo-form_content {
    padding-bottom: 20px;
    padding-top: 5px;
    position: relative;
    z-index: 1
}

.promociones__img2 {
    width: auto;
    height: auto
}

.sorteo-form .sorteo-form_content .checkbox--label .checkbox--terms {
    color: #8f8787
}

.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;
    flex-direction: column
}

.sorteo-form .sorteo-form_content .sorteo-form_content--row .sorteo-form_content--button {
    width: 132px;
    height: 40px;
    border-radius: 40px;
    border: none;
    line-height: 24px;
    font-size: 18px;
    margin-top: 10px
}

.sorteo-form .sorteo-form_content .sorteo-form_content--row .sorteo-form_content--button.active {
    background: #e63780;
    color: #fff;
    cursor: pointer;
    margin-left: 22px
}

.sorteo-form .sorteo-form_content .sorteo-form_input {
    width: 360px;
    margin: 0 20px
}

.sorteo-form.box-promociones {
    background: #fff;
    border-radius: 12px;
    width: 408px;
    padding: 18px 5px;
    margin: 0 55px;
    position: relative;
    z-index: 1
}

.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__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
}

.item-picture-promociones {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: -1
}

.item-picture-promociones .fondo-promociones {
    width: 100%;
    background-size: cover
}

.titulo-promociones {
    width: auto;
    height: auto;
    position: relative;
    left: 7%
}

.titulo-datos {
    color: #0b2739;
    margin: 8px auto
}

.terminos-condiciones {
    position: relative;
    right: 14px
}

.section-formulario-promociones {
    position: relative;
    top: 10px
}

.promociones__img {
    width: auto;
    height: auto;
    display: block;
    margin: auto
}

@media (max-width: 768px) {
    .terminos-condiciones {
        margin:0 auto .8rem;
        right: 0
    }

    .sorteo_titulo {
        font-size: 32px;
        max-width: 330px;
        margin: 40px auto 10px
    }

    .sorteo_titulo span {
        display: block
    }

    .sorteo_subtitulo {
        font-style: normal;
        font-size: 16px;
        line-height: 24px;
        font-weight: 400;
        color: #86888c
    }

    .sorteo_titulo p {
        width: 223px
    }

    .sorteo-form .sorteo-form_content {
        padding-left: 16px;
        padding-right: 16px;
        padding-bottom: 0;
        width: 100%
    }

    .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.active {
        width: 140px;
        margin: auto
    }

    .sorteo-form .sorteo-form_content .checkbox--label .checkbox--terms {
        color: #6c6f74;
        font-size: 12px
    }

    .sorteo-form .sorteo-form_content .checkbox--label .checkbox--terms .terminos-condiciones__link {
        color: #019df4;
        font-weight: 700;
        text-decoration: underline
    }

    .sorteo-form .sorteo-form_content .sorteo-form_input {
        width: 100%;
        margin: auto
    }

    .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%
    }

    .sorteo-form.box-promociones {
        width: 100%;
        max-width: 320px;
        margin: auto
    }

    .titulo-promociones {
        text-align: center;
        left: 0;
        margin: 0 auto
    }

    .section-formulario-promociones {
        margin: 0 auto 2rem;
        text-align: center;
        margin-top: 23em
    }

    .titulo-datos {
        font-size: 18px;
        text-align: left;
        margin-bottom: 0;
        margin-top: 0
    }

    .buscador--input .buscador--input-container {
        background: #fff;
        border-radius: 8px;
        z-index: 1
    }

    .ordenar-content .button-ordenar {
        background: #fff;
        border: 1px solid #b6b7b7;
        border-radius: 8px;
        height: 100%
    }
}

.row.promociones-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100dvh;
    position: relative;
}

.promociones-wrap__img {
    width: auto;
    height: auto
}

.promociones-wrap__recargas {
    color: #fff;
    text-align: center;
    position: relative;
    bottom: 9em
}

.promociones-wrap__contenedores {
    flex-direction: column;
    text-align: center
}

.promociones-wrap__img.contenedor1 {
    margin-bottom: 10px
}

.promociones-wrap__todo {
    font-size: 24px;
    line-height: 30px
}

.promociones-wrap__clases {
    font-size: 24px;
    line-height: 30px;
    font-weight: 700
}

.promociones-wrap__fondo{
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 0;
    object-position: center;
    object-fit: cover;
    left: 0;
    top: 0;
}

body {
    overflow: hidden
}

@media(max-width: 600px) {

    .row.promociones-wrap {
        height: 100%;
        justify-content: center;
        right: 0;
    }

    body {
        overflow: inherit
    }

    .promociones-wrap__todo {
        font-size: 18px;
        line-height: 22.5px;
        margin: 0
    }

    .promociones-wrap__clases {
        font-size: 18px;
        line-height: 22.5px
    }

    .promociones-wrap__recargas {
        position: absolute;
        bottom: 44em
    }

    .promociones-wrap__contenedores {
        position: relative;
        right: 5em;
        bottom: 2px
    }
}

@media (min-width: 768px) and (max-width:991px) {

    .promociones-wrap__recargas {
        bottom: 0;
        right: 3em
    }
}

@media (min-width: 992px) and (max-width:1270px) {

    .promociones-wrap__recargas {
        bottom: 11em
    }
}
