.section-uno-renueva {
    padding: 40px 0;
}

.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: 0.12px;
    color: #019DF4;
    margin: 0 auto 8px;
    text-align: center;
}

.section-uno-renueva .subtitulo--renueva {
    font-weight: normal;
    font-size: 18px;
    line-height: 24px;
    text-align: center;
    letter-spacing: 0.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 {
    display: block;
}

.fomurlario--renueva-uno .text--form-uno {
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    letter-spacing: -0.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 .label--celular-renueva {
    display: none;
}

.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: normal;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0.12px;
    color: #FFFFFF;
}

.fomurlario--renueva-uno .box-check-renueva label {
    font-size: 11.2px;
    margin: 0;
}

.servicios{
    font-style: normal;
font-weight: normal;
font-size: 14px;
line-height: 20px;
/* identical to box height, or 143% */

text-align: center;
letter-spacing: -0.0015em;

/* 5. Text/Primary/Paragraph Light Grey */

color: #86888C;
}

.tipo-vivienda{
    text-align: center;
    font-style: normal;
font-weight: normal;
font-size: 18px;
line-height: 24px;
/* identical to box height, or 133% */
letter-spacing: 0.12px;

/* 5. Text/Primary/Paragraph Light Grey */

color: #86888C;
}

.select-tipo{
    font-style: normal;
font-weight: normal;
font-size: 18px;
line-height: 24px;
/* identical to box height, or 133% */

letter-spacing: 0.12px;

/* 5. Text/Primary/Paragraph Dark Grey */

color: #50535A;

    margin-right: 30px;
}
@media(min-width:993px) {
    span.line-tipo {
        position: absolute;
        width: 328px;
        height: 0px;
        right: 0px;
        margin: 0 auto;
        left: 0px;
        bottom: 575px;
        /* top: -153px; */
        border: 0.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;
    }
}

.starweb-phantasia-viewer .nat-equipment-carousel-1 .device__footer {
    display: none;
}


/*********************************************************/

[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: all 0.2s ease;
    transition: all 0.2s ease;
}
[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;
}
/*CSS de formulario*/
/*BANNER NAVIDAD*/
.stefa--banner--navideno {
    position: relative;
    width: 100%;
    height: 340px;
    color: #ffffff;
}

.stefa--banner--navideno .box--background {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.stefa--banner--navideno p,
.stefa--banner--navideno h2 {
    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;
    }
}
/*nuevos cambios*/
.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: all 0.3s;
    transition: all 0.3s;
    z-index: -1;
}
/*fin de cambios*/
/*modal-2*/
.modal-padre{
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    align-items: center;
    left: 0;
    z-index: 1000;
    background: rgba(0, 0, 0, 0.2);
    display: none;
 
    outline: 0;
}
 .modal--promociones {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.modal--promociones .modal--promociones__logo-2 {
    margin-bottom: 10px;
    text-align: center;
}

 .modal--promociones .modal--promociones__check-1 {
    margin-bottom: 11px;
    overflow: hidden;
    height: 300px;
    overflow-y: scroll;
}
 p.datos-personales-2{
    text-align: center;
    font-style: normal;
font-weight: normal;
font-size: 16px;
line-height: 24px;
/* or 150% */
letter-spacing: -0.0032em;
/* 5. Text/Primary/Paragraph Dark Grey */
color: #50535A;
}

 .modal--promociones .modal--promociones__titulo {
    font-size: 32px;
    line-height: 48px;
    color: #019df4;
    font-weight: 300;
    margin: 0;
    text-align: center;
    margin-bottom: 8px;
}

 .modal--promociones .modal--promociones__subtitulo {
    font-size: 18px;
    line-height: 24px;
    color: #50535a;
    margin: 0;
    margin-bottom: 90px;
}

.modal--promociones .modal--promociones__botones {
    display: flex;
}


@media(max-width: 480px) {
    .section-uno-renueva{
        padding: 0px;
    }
    span.line-tipo {
        width: 328px;
        height: 0px;
        left: 16px;
        /* font-weight: 300; */
        position: absolute;
        /* top: 403px; */
        border: 0.1px solid #D3D4D3;
    }
    .section-uno-renueva {
        padding-top: 40px;

        }
    .select-tipo {
        font-style: normal;
        font-weight: normal;
        font-size: 16px;
        line-height: 24px;
        letter-spacing: 0.12px;
        color: #50535A;
        margin-right: 30px;
    }
    .tipo-vivienda {
        text-align: center;
        margin-top: 21px;
        font-style: normal;
        font-weight: normal;
        font-size: 16px;
        line-height: 24px;
        letter-spacing: 0.12px;
        color: #86888C;
    }
    .section-uno-renueva .titulo--renueva {
        font-size: 32px;
    line-height: 48px;
    }
    .fomurlario--renueva-uno .text--form-uno {
        font-weight: normal;
        font-size: 14px;
        line-height: 24px;
        text-align: center;
        letter-spacing: -0.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;
    /* text-align: center; */
    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 {
    width: 145px;
    height: 48px;
    display: flex;
    font-size: 16px;
    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 {
    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: 0.8;
    transition: opacity, 0.5s;
}

 .nateevo-suscribete--modal-backdrop {
    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 {
    visibility: visible;
    opacity: 0.3;
    transition: opacity, 0.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 .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: 452px;
    }
    .nateevo-suscribete--modal .modal--dialog {
        max-width: 360px;
        margin: 3rem auto 1.75rem;
    }
}
/*fin modal 2*/
.modal--promociones__logo-2{
    text-align: center;
}
/*modal 3*/
.modal--promociones {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.modal--promociones .modal--promociones__logo-3 {
    margin-bottom: 10px;
    text-align: center;
}

.modal--promociones .modal--promociones__check-1 {
    margin-bottom: 11px;
}
p.datos-personales-3{
    text-align: center;
    max-width: 319px;
    font-style: normal;
font-weight: normal;
font-size: 16px;
line-height: 24px;
/* or 150% */
letter-spacing: -0.0032em;
/* 5. Text/Primary/Paragraph Dark Grey */
color: #50535A;
}

.modal--promociones .modal--promociones__titulo {
    font-size: 32px;
    line-height: 48px;
    color: #019df4;
    font-weight: 300;
    margin: 0;
    text-align: center;
    margin-bottom: 8px;
}

.modal--promociones .modal--promociones__subtitulo {
    font-size: 18px;
    line-height: 24px;
    color: #50535a;
    margin: 0;
    margin-bottom: 90px;
}

.modal--promociones .modal--promociones__botones {
    display: flex;
}

@media(max-width: 480px) {
    .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;
    /* text-align: center; */
    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 {
    width: 145px;
    height: 48px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
    background: #019df4;
    border-radius: 40px;
    color: #fff;
}
/*
.nateevo-suscribete--modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 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 {
    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: 0.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: 0.3;
    transition: opacity, 0.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 .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: 452px;
    }
    .nateevo-suscribete--modal .modal--dialog {
        max-width: 360px;
        margin: 3rem auto 1.75rem;
    }
}
/* fin modal 3 */
.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;
}
/*FIN BANNER NAVIDAD*/
.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-style: normal;
font-weight: normal;
font-size: 16px;
line-height: 24px;
/* or 150% */
letter-spacing: -0.0032em;
/* 5. Text/Primary/Paragraph Dark Grey */
color: #50535A;
}

.modal--promociones .modal--promociones__titulo {
    font-size: 32px;
    line-height: 48px;
    color: #019df4;
    font-weight: 300;
    margin: 0;
    text-align: center;
    margin-bottom: 8px;
}

.modal--promociones .modal--promociones__subtitulo {
    font-size: 18px;
    line-height: 24px;
    color: #50535a;
    margin: 0;
    margin-bottom: 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: 0px;
    width: 30px;
    height: 30px;
    /* margin: 0 auto; */
   
    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;
    /* text-align: center; */
    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 {
    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 {
    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: 0.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: 0.3;
    transition: opacity, 0.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 .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: 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;
    width: 100%;
    margin: 0 auto;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    position: relative;
    margin-bottom: 15px
}

.buscador--input .buscador--input-container {
    position: relative;
    width: 100%
}

.buscador--input .buscador--input-container .buscador--input-buscador {
    height: 48px;
    width: 100%;
    border-radius: 8px;
    border: 1px solid #B6B7B7;
    padding-left: 44px;
    color: #50535A;
    font-size: 16px;
    margin-bottom: 0px;
    background: transparent
}

.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: all 0.3s;
    transition: all 0.3s;
    z-index: -1
}

.buscador--input.active-focus .buscador--input-container .buscador--input-buscador {
    background: #FFFFFF;
    border: 1px solid #019DF4 !important;
    color: #50535A
}

.buscador--input.active-focus .buscador--input-container .buscador--input-buscador:focus-visible {
    outline: none
}

.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: #FFFFFF;
    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: transparent;
    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: all 0.3s;
    transition: all 0.3s
}

.ordenar-content .button-ordenar .button-ordenar__icon svg {
    -webkit-transition: all 0.2s;
    transition: all 0.2s
}

.ordenar-content .button-ordenar .button-ordenar__icon svg path {
    fill: #B6B7B7
}

.ordenar-content .ordenar-desplegable {
    height: 0px;
    max-height: 0px;
    overflow-x: hidden;
    opacity: 0;
    -webkit-transition: all 0.2s;
    transition: all 0.2s
}

.ordenar-content.active .button-ordenar {
    color: #019DF4;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    border-bottom: none;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    border: 1px solid #019DF4;
    border-bottom: none
}

.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: #FFFFFF
}

.ordenar-content.active .button-ordenar:after {
    content: "";
    width: calc(100% - 32px);
    height: 1px;
    background: #019DF4;
    position: absolute;
    bottom: 0px;
    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: #FFFFFF;
    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: 0px;
    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, 0.08)
}

.sorteo_titulo {
    font-size: 34px;
    line-height: 1.3;
    color: #019DF4;
    font-weight: 300;
    margin: 0;
    text-align: center;
    margin-top: 40px;
    margin-bottom: 10px;
}
.sorteo-form_input-1{
    width: 242px;
    margin: 0px 10px;
}

@media (max-width:768px) {
    .sorteo_titulo {
        font-size: 32px;
        
    }
    .sorteo-form_input-1 {
        width: 100%;
        margin: 0;
    }
}

.sorteo_subtitulo {
    font-size: 16px;
    line-height: 1.3;
    color: #50535A;
    margin: 0;
    margin-bottom: 40px;
    text-align: center
}

@media (max-width:768px) {
    .sorteo_subtitulo {
        font-size: 16px;
        margin-bottom: 32px
    }
}

.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: normal;
font-size: 14px;
line-height: 20px;
/* identical to box height, or 143% */

letter-spacing: -0.0015em;

/* 5. Text/Primary/Paragraph Dark Grey */

color: #50535A;
}

@media (max-width:768px) {
    .sorteo-form .sorteo-form_content {
        padding-left: 16px;
        padding-right: 16px;
        padding-bottom: 40px
    }
}

.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
}

@media (max-width:768px) {
    .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: 180px;
   
    height: 48px;
    border-radius: 40px;
    border: none;
    cursor: auto;
    font-size: 18px;
    margin-top: 10px;
    background: #019DF4;
    color: #ffffff;
    cursor: pointer
}
.sorteo-form .sorteo-form_content .sorteo-form_content--row .sorteo-form_content--button:disabled{
    background: #EDEDED;
    color: #86888C;
}

@media (max-width:768px) {
    .sorteo-form .sorteo-form_content .sorteo-form_content--row .sorteo-form_content--button {
        width: 120px;
        font-size: 14px;
        height: 40px;
    }
}



.sorteo-form .sorteo-form_content .sorteo-form_input {
    width: 400px;
    margin: 0 20px
}

@media (max-width:768px) {
    .sorteo-form .sorteo-form_content .sorteo-form_input {
        width: 100%;
        margin: 0px
    }
}

.banner-promociones {
    position: relative;
    height: 400px;
    width: 100%
}

.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
}

@media (max-width:768px) {
    .banner-promociones .banner-promociones__body .banner-promociones__content {
        width: 271px
    }
}

.banner-promociones .banner-promociones__body .banner-promociones__content .banner-promociones__logo {
    margin-bottom: 40px;
    text-align: center
}

@media (max-width:768px) {
    .banner-promociones .banner-promociones__body .banner-promociones__content .banner-promociones__logo {
        margin-bottom: 20px
    }
}

@media (max-width:768px) {
    .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 {
    margin-bottom: 10px;
    text-align: center
}

@media (max-width:768px) {
    .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: 20px;
    line-height: 24px;
    color: #ffffff;
    text-align: center
}

@media (max-width:768px) {
    .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 {
    position: absolute;
    bottom: 0px;
    right: calc(-100% + 116px)
}

@media (max-width:768px) {
    .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 {
    display: block
}

@media (max-width:768px) {
    .banner-promociones .banner-promociones__body .banner-promociones__content .banner-promociones__personajes img {
        width: 200px;
        height: auto;
        margin: 0 auto
    }
}

.banner-promociones .banner-promociones__fondo {
    width: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: -1
}

.banner-promociones .banner-promociones__fondo picture {
    width: 100%
}

.banner-promociones .banner-promociones__fondo picture img {
    width: 100%
}

.footer-promociones {
    background: #F2F4FF;
    height: 120px
}

@media (max-width:768px) {
    .footer-promociones {
        height: 88px;
        padding-left: 15px;
        padding-right: 15px
    }
}

.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%
}

@media (max-width:768px) {
    .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: 28px;
    width: auto
}

@media (max-width:768px) {
    .footer-promociones .footer-promociones-content .footer-promociones__1 .footer-promociones-logo svg {
        height: 22px
    }
}

@media (max-width:768px) {
    .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__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;
    margin-bottom: 7px;
    line-height: 18px;
    text-align: right
}

@media (max-width:768px) {
    .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 {
    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) {
    .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 {
    width: 100%
}

@media (max-width:768px) {
    .footer-promociones .footer-promociones-content .footer-promociones__3 .footer-promociones-redes .footer-promociones-redes_iconos a svg {
        height: 100%
    }
}

