@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swap");

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    font-family: "Roboto", sans-serif;
}

.header {
    background: #fff;
}

.menu__btn > span,
.menu__btn > span::before,
.menu__btn > span::after {
    background-color: #5d5fef;
}

.main {
    background-color: #5d00f0;
    padding: 0;
}
/* sorteo style start */
strong {
    color: #000;
}

.no_resp {
    background-color: #BDBDBD!important;
    color: #fff!important;
}



/* progressbar styles start*/

.content__progress {
    overflow: hidden;
    background-color: #f5f5f5;
    border: 1px solid #5d5fef;
    border-radius: 30px;
    -webkit-box-shadow: inset 0 1px 2px rgb(0 0 0 / 10%);
    box-shadow: inset 0 1px 2px rgb(0 0 0 / 10%);
}

@-webkit-keyframes progress-bar-stripes {
    0% {
        background-position: 40px 0;
    }
    100% {
        background-position: 0 0;
    }
}
@-o-keyframes progress-bar-stripes {
    0% {
        background-position: 40px 0;
    }
    100% {
        background-position: 0 0;
    }
}
@keyframes progress-bar-stripes {
    0% {
        background-position: 40px 0;
    }
    100% {
        background-position: 0 0;
    }
}

.content__progress-bar {
    float: left;
    width: 0;
    height: 100%;
    font-size: 20px;
    line-height: 28px;
    color: #000;
    text-align: end;
    background-color: #ffe500;
    -webkit-box-shadow: inset 0 -1px 0 rgb(0 0 0 / 15%);
    box-shadow: inset 0 -1px 0 rgb(0 0 0 / 15%);
    -webkit-transition: width 0.6s ease;
    -o-transition: width 0.6s ease;
    transition: width 0.6s ease;
    animation: progress-bar-stripes 2s linear infinite;
}

.progress-striped .content__progress-bar {
    background-image: -webkit-linear-gradient(
        45deg,
        rgba(255, 255, 255, 0.15) 25%,
        transparent 25%,
        transparent 50%,
        rgba(255, 255, 255, 0.15) 50%,
        rgba(255, 255, 255, 0.15) 75%,
        transparent 75%,
        transparent
    );
    background-image: -o-linear-gradient(
        45deg,
        rgba(255, 255, 255, 0.15) 25%,
        transparent 25%,
        transparent 50%,
        rgba(255, 255, 255, 0.15) 50%,
        rgba(255, 255, 255, 0.15) 75%,
        transparent 75%,
        transparent
    );
    background-image: linear-gradient(
        45deg,
        rgba(255, 255, 255, 0.15) 25%,
        transparent 25%,
        transparent 50%,
        rgba(255, 255, 255, 0.15) 50%,
        rgba(255, 255, 255, 0.15) 75%,
        transparent 75%,
        transparent
    );
    -webkit-background-size: 40px 40px;
    background-size: 40px 40px;
}

/* progressbar styles end */

/* sorteo style end */
.main__wrapper,
.main__wrapper-step2 {
    background: #ffffff;
    box-shadow: 5px 5px 19px rgba(93, 95, 239, 0.25);
    border: 1px solid #fff;
}

.main__wrapper-step2 {
    padding: 0;
}

/* sorteo header start*/
.header__logo {
    grid-column: span 2;
}
.header__nav__wrapper {
    grid-column: span 3;
    display: flex;
    justify-content: space-between;
}
.header__nav__title {
    font-size: 24px;
    color: #fff;
    justify-self: end;
}
/* sorteo header end*/

/* sorteo content start */
.content__description-title_desk {
    font-size: 30px;
    color: #fff;
    margin-left: 90px;
    font-weight: 600;
    margin-bottom: 40px;
    margin-top: 30px;
}

.content__description-text_desk {
    font-size: 24px;
    line-height: 28px;
    color: #fff;
    margin-left: 90px;
    margin-bottom: 85px;
}

.content__form-title_1 {
    font-size: 42px;
    margin-top: 60px;
    margin-bottom: 30px;
    display: none;
}

.content__form-title_1 strong,
.content__description-title_resp strong {
    color: #fff;
}

.content__form-product {
    color: #000;
    font-weight: normal;
    font-size: 27px;
    line-height: 32px;
}

#formulario .form-label {
    top: 16px;
    color: #245e7b;
}

.form__2_colums {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 70px;
    float: left;
    width: 100%;
}

#formulario .form-input:focus,
#formulario-2 .form-input:focus,.select2-container:focus {
    border: solid 2px #245e7b !important;
}

#formulario .form-group + .form-group {
    margin-top: 0;
}

.address-calle {
    grid-column: span 18;
}

.legal label {
    top: -3px;
}

#legal-check,#legal-check3 {
    float: left;
}

.content__form-description-step2 {
    border-radius: 0px 0px 30px 30px;
}

.content-step2 {
    margin-bottom: 0;
}

/* sorteo content end */

/* Sorteo ventajas start */

.ventajas__description {
    grid-column: span 3;
}

.ventajas__title {
    font-size: 30px;
    color: #e94873;
    font-weight: 600;
    text-align: center;
    margin-top: 30px;
    margin-bottom: 25px;
}

.ventajas__text {
    font-size: 20px;
    color: #66CCFF;
    text-align: center;
    font-weight: 600;
    margin-bottom: 50px;
}

.ventajas__ventaja {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}

.bottom_info:hover {
    color: #ffe600;
}

/* Sorteo ventajas end */

.thk__smile-pic {
    display: block;
    margin: 0 auto 30px auto;
}

/* sorteo thankyuopage start */

.owl-stage-outer {
    border-radius: 10px;
}

.form-group {
    position: relative;
    margin-bottom: 3%;
    font-size: 14px;
}

.form-input,
#formulario .form-input,
#formulario-2 .form-input,.select2-container--below,#pais__wrap .select2  {
    position: relative;
    width: 100%;
    border: solid 2px #66CCFF !important;
    color: #245e7b;
    height: 50px;
    outline: none;
    background: #fff;
    font-size: 16px;
    box-shadow: none;
    line-height: 18px;
    padding: 5px 15px;
    border-radius: 100px;
    display: inline-block;
    vertical-align: middle;
    box-sizing: border-box;
    transition: box-shadow 150ms ease-out;
}

option:hover,
option:focus,
option:active,
option:checked {
    color: #5d5fef;
}

.category__btn {
    font-size: 25px;
    background-color: #e94873;
    color: #fff;
    padding: 10px 28px;
    box-shadow: 0px 2px 9px rgba(55, 5, 94, 0.25);
    border-radius: 38px;
    font-weight: 800;
    text-align: center;
    border: 0;
}

.benefits_card-text::before {
    background: url(../img/svg/tick.svg) no-repeat;
}

.content__form-title {
    background-color: #fff;
    border-radius: 30px 30px 0px 0px;
}

.content__list,
.thk__list {
    list-style: auto;
    counter-reset: item;
    margin-left: 0;
    padding-left: 0;
    font-weight: 600;
    margin-bottom: 15px;
}

.content__step {
    color: #000;
    display: block;
    margin-bottom: 0.5em;
    margin-left: 2em;
}

.content__step:before {
    display: inline-block;
    content: counter(item) ".";
    counter-increment: item;
    width: 2em;
    margin-left: -2em;
}

.content__step strong {
    color: #000;
    font-weight: 400;
}

.form-description__p2 {
    color: #000;
}

.accordion {
    background-color: #a5a6f6;
    border-radius: 35px;
}

.ventajas {
    background-color: #fff;
    padding: 30px 60px 30px 60px;
}

.content__wrapper_desk {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 20px;
}

.footer {
    background-color: #66CCFF;
}

.important__pic {
    display: block;
    margin: 0 auto;
    margin-bottom: 25px;
}

.important__title {
    font-size: 22px;
    color: #000;
    font-weight: 600;
    margin-bottom: 10px;
    text-align: center;
}

.important__text {
    font-size: 16px;
    line-height: 19px;
    color: #000;
    text-align: center;
}

.main__gift-pic {
    display: block;
    margin: 5px auto;
}

.main__gift-pic-resp {
    display: block;
    margin: 0 auto 20px auto;
}

#formulario button:focus,
#formulario-2 button:focus {
    background-color: #ffe600 !important;
    outline-color: #5d5fef;
    outline: 0px;
    border: solid 1px #5d5fef !important;
}

.thk__title {
    background-color: #5d5fef;
    border-radius: 10px 10px 0px 0px;
    padding: 30px 0;
    color: #fff;
    font-size: 30px;
    line-height: 45px;
}

.thk__codigo,
.thk__codigo_resp {
    color: #5d5fef;
    font-weight: 600;
    margin-bottom: 15px;
}

.thk__text_bandeja,
.thk__text_bandeja2 {
    color: #000;
}

.thk__text_bandeja strong {
    font-weight: 600;
    color: #000;
}

.thk__pic {
    margin: 40px auto;
}

.e_codigo__wrapper-codigo {
    padding: 45px 20px;
    display: none;
}

.e_codigo__codigo {
    font-size: 20px;
    color: #5d5fef;
    padding: 12px 24px;
    border: 2px solid #a5a6f6;
    border-radius: 35px;
    text-align: center;
    font-weight: 600;
    width: fit-content;
    margin: 0 auto;
}

.thk__email-wrapper > #cpid {
    margin-bottom: 20px;
}

#canjear {
    display: none;
}

.accordion__text a {
    color: #a5a6f6;
}

.form-category_btn {
    width: 100%;
}

.formulario__bday-title h3 {
    color: #999;
    font-size: 14px;
    text-align: left;
    margin-bottom: 10px;
    padding: 0;
    font-weight: 600;
}

.hijos {
    border: 2px solid #a5a6f6 !important;
}

.incorrecto {
    position: relative;
    width: 100%;
    border: solid 2px red !important;
    color: red;
    height: 40px;
    outline: none;
    background: #fff;
    font-size: 16px;
    box-shadow: none;
    line-height: 18px;
    padding: 5px 15px;
    border-radius: 100px;
    display: inline-block;
    vertical-align: middle;
    box-sizing: border-box;
    transition: box-shadow 150ms ease-out;
}

.close {
    color: #fff;
    float: right;
    font-size: 40px;
    opacity: 1;
    margin-right: 15px;
    margin-top: 10px;
    cursor: pointer;
}

.thk__title strong {
    color: #fff;
}

.thk__codigo_sorteo {
    color: #5d5fef;
    font-size: 24px;
    line-height: 29px;
    text-align: center;
    background-color: #fff;
    border-radius: 10px;
    padding: 20px 40px;
    margin-top: 10px;
    display: inline-block;
    font-weight: 600;
}

.thk__text_bandeja,.thk__group-btn_wrapper {
    display: none!important;
}

.select2-container--default .select2-selection--single {
    border: none;
    background: transparent;
}

#pais__wrap .select2 {
    height: auto;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: normal;
    padding-left: 4px;
    padding-top: 4px;
    color: #245e7b;
    font-family: "Roboto", sans-serif;
    font-size: 16px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 37px;
}

.select2-results__option--selectable {
    color: #245e7b;
}

.sorteo_resp-pic {
    display: block;
    margin: 10px 0 0 10px;
}

.capa_basica-pic {
    width: 14px;
    cursor: pointer
}

.capa_basica {
    display: none;
    position: fixed;
    z-index: 989;
    padding: 1% 10px 0 10px;
    left: 10px;
    top: 10px;
    width: 30%;
    height: 97%;
    background-color: white;
    overflow: auto;
    border: 1px solid #000;
}

.capa_low {
    position: relative;
    height: 93%;
    overflow: auto;
}

.close2 {
    color: #fff;
    font-size: 28px;
    font-weight: 700;
    position: absolute;
    right: 15px;
    cursor: pointer;
}

.close3,
.close4 {
    color: #fff;
    font-size: 28px;
    font-weight: 700;
    position: absolute;
    right: 45px;
    cursor: pointer
}

.close3 {
    right: 15px;
    top: 7px;
}

.close4 {
    color: var(--orange)
}

.close4 {
    right: 25px;
    top: 10px;
}

.thank__popup-title {
    color: var(--dark-blue);
    text-align: center;
    font-size: 24px;
    line-height: 28px;
    font-weight: 700;
    margin-bottom: 15px;
}

#thank__popup-pic {
    display: block;
    margin: 0 auto 15px auto;
}

.cb__title-wrap {
    background-color: #3b69b0;
    padding: 10px 20px
}

.cb-title {
    font-size: 13px;
    text-align: center;
    color: #fff;
    font-weight: 600
}

.cb__wrap {
    display: grid;
    grid-template-columns: repeat(12, 1fr)
}

.cb__left-side {
    background-color: #d9e2f3;
    grid-column: span 4;
    padding: 10px 15px;
    border-bottom: 1px solid #000
}

.left-side__text {
    font-weight: 700
}

.left-side__text,
.right-side__text {
    font-size: 13px;
    line-height: 18px;
    color: #000;
}

.cb__right-side {
    background-color: #fff;
    grid-column: span 8;
    padding: 10px 10px 10px 15px;
    border-bottom: 1px solid #000;
    border-right: 1px solid #000;
}

/*  Movil styles start */
@media (max-width: 767px) {
    /* sorteo header start*/
    .header__nav__wrapper,
    .sorteo_desc-pic,
    .content__description-title_desk,
    .content__description-text_desk,
    .content__form-title_1,
    .content__form-title,
    .ventajas__desc,
    .ventajas__description,
    .thk__codigo,
    .progressbar_desk {
        display: none;
    }

    .header {
        margin-bottom: 0;
        height: 60px;
    }

    .content_resp_wrapper {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        margin-bottom: 20px;
    }

    .content__description-title_resp {
        font-size: 30px;
        line-height: 35px;
        color: #fff;
        margin-left: -40px;
        margin-top: 30px;
        text-align: center;
    }

    .content_ventajas_title {
        font-size: 18px;
        color: #ffe600;
        font-weight: 600;
        text-align: center;
        margin-bottom: 20px;
        grid-column: span 3;
    }

    .content__ventajas_resp {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
    }

    .content__ventajas__pic {
        display: block;
        margin: 0 auto;
        margin-bottom: 5px;
    }

    .content__ventajas_text {
        font-size: 15px;
        line-height: 18px;
        text-align: center;
        font-weight: 600;
        margin-bottom: 15px;
    }

    .content__form_resp {
        grid-column: span 3;
        background-color: #ffe600;
        padding: 10px 0;
    }

    .content__form-title-resp {
        font-size: 18px;
        line-height: 21px;
        color: #5d5fef;
        text-align: center;
        font-weight: 600;
    }

    .address-calle {
        grid-column: span 6;
        margin-top: 5px;
    }

    #formulario .form-label {
        left: 22px;
    }

    #formulario .form-group {
        margin-bottom: 20px;
    }

    .content__form-description-step2 {
        border-radius: 0;
    }

    .ventajas {
        padding: 0px 22px 40px 22px;
        grid-template-rows: repeat(3, 1fr);
        grid-row-gap: 0px;
    }

    .ventajas__description_resp {
        padding: 20px 22px 0px 22px;
    }

    .ventajas__title {
        font-size: 18px;
        line-height: 21px;
        color: #000;
        margin: 15px 0;
    }

    .ventajas__text {
        font-size: 14px;
        line-height: 16px;
        color: #000;
        font-weight: 400;
        margin-bottom: 20px;
    }

    .ventajas__pic {
        display: block;
        width: 100%;
    }

    .ventajas__desc {
        line-height: 24px;
        color: #5d5fef;
        font-weight: 600;
    }

    .ventajas__resp {
        font-size: 24px;
        line-height: 28px;
        color: #5d5fef;
        align-self: center;
        grid-column: span 2;
    }

    .ventajas__ventaja {
        grid-template-columns: repeat(3, 1fr);
        grid-column-gap: 20px;
    }

    /* sorteo header end*/

    .wrapper {
        padding: 14px 25px 0 25px;
    }

    #formulario-2 {
        margin-top:12px;
    }

    .wrapper__ong {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-column-gap: 10px;
    }

    .btn-ong {
        text-align: center;
        background: #fff;
        padding: 10px;
        font-size: 16px;
        font-weight: bold;
        color: #666;
        border-radius: 4px;
        line-height: 1.42857143;
        border: 2px solid #a5a6f6 !important;
    }


     /* formulario-3 start */

     #formulario-3 {
        display: grid;
        margin-top: 12px;
    }

    .formulario-3__title,
    #nom3,
    .formulario-3__title2 {
        font-size: 16px;
        color: #000;
        font-weight: 600;
        line-height: 17px;
    }

    .formulario-3__title2 {
        margin-bottom: 10px;
    }

    .anuncia__block {
        padding: 0 15px;
        display: grid;
        grid-row-gap: 30px;
    }

    .anuncia__pic {
        display: block;
        width: 100%;
        margin-bottom: 10px;
    }

    .anuncia__btn-wrapper {
        display: flex;
        gap: 40px;
    }

    .anuncia__btn1 {
        font-size: 25px;
        color: #5D5FEF;
        background-color: #ffe600;
        box-shadow: 0px 2px 9px rgba(55, 5, 94, 0.25);
        border-radius: 38px;
        padding: 10px 0;
        text-align: center;
        width: 100%;
        font-weight: 600;
        border:none;
    }

    .anuncia__btn2 {
        font-size: 25px;
        color: #ffe600;
        background: #5D5FEF;
        box-shadow: 0px 2px 9px rgba(55, 5, 94, 0.25);
        border-radius: 38px;
        padding: 10px 0;
        text-align: center;
        width: 100%;
        font-weight: 600;
        border:none;
    }

     /* formulario-3 end */

     /* section description styles start */

     .information2-step2-movil {
        padding: 0px 22px 40px 22px;
     }
      /* section description styles end */

    .main__gift-pic {
        display: none;
    }

    .header__block-movil {
        background-color: #ffe600;
    }
    .header__title-movil,
    .header__title-movil > strong {
        color: #5d5fef;
    }

    .time-info {
        margin-bottom: 20px;
        border: 1px solid #fff;
    }

    .time-info_exp {
        font-size: 16px;
    }

    .category {
        padding: 0 25px;
        margin-bottom: 35px;
        text-align: center;
    }

    .content__category > .form-input {
        margin-bottom: 20px;
    }

    .content__form-movil > .category__btn {
        width: 100%;
    }

    #categorys1 {
        margin-bottom: 30px;
    }

    .benefits {
        margin-bottom: 35px;
    }

    .content__step {
        font-size: 14px;
        line-height: 20px;
    }

    .ventaja-cesta::before {
        background: url(../img/gif/guarantee.gif) no-repeat;
    }

    .ventaja-marca::before {
        background: url(../img/gif/diamond.gif) no-repeat;
    }

    .ventaja-premio::before {
        background: url(../img/gif/gift.gif) no-repeat;
    }

    .ventajas__desc strong {
        top: 5px;
        margin-bottom: -3px;
        display: block;
    }

    .time-info_exp::before {
        width: 20px;
        height: 20px;
    }

    .time-info_exp::after {
        width: 20px;
        height: 20px;
    }

    .time-info_exp {
        line-height: 22px;
    }

    .content-movil_wrepper {
        position: relative;
    }

    .badge-img {
        width: 80px;
    }

    .important__pic {
        margin-bottom: 15px;
    }

    .thk__title {
        font-size: 18px;
        line-height: 22px;
        padding: 18px 0;
    }

    .thk__codigo_resp {
        font-size: 18px;
        line-height: 22px;
        margin-bottom: 10px;
        text-align: center;
    }

    .main-thk {
        padding: 40px 20px;
    }

    .thk__wrapper-codigo {
        padding: 12px 20px;
    }

    .thk__email-wrapper {
        padding: 0 20px;
        margin-bottom: 70px;
    }

    .thk__alert-text-movil {
        font-size: 22px !important;
        line-height: 26px !important;
    }

    .thk__alert-text-movil:before {
        content: "";
        display: block;
        background: url(../img/gif/alert.gif) no-repeat;
        width: 40px;
        height: 40px;
        margin: 0 auto 15px auto;
        background-size: cover;
    }

    .thk-enviar_btn {
        font-size: 17px;
        width: 100%;
        margin-top: 30px;
    }

    .thk__instructions-wrapper {
        padding: 0 20px;
        margin-bottom: 20px;
    }

    /* sorteo thankyuopage start */

    .thk__smile-pic {
        width: 50px;
        height: 50px;
        margin: 0 auto 20px auto;
    }

    .thk__text_bandeja,
    .thk__text_bandeja2 {
        font-size: 14px;
        line-height: 16px;
        text-align: center;
    }

    .thk__group-btn_wrapper {
        display: grid;
        grid-template-rows: repeat(3, 1fr);
        grid-row-gap: 30px;
        padding: 0 20px;
        margin-bottom: 35px;
    }

    .thk__energia-btn {
        justify-self: end;
    }

    .thk__decesos-btn {
        background-color: #5d5fef;
        color: #ffd600;
        margin: 0 auto;
        border: 1px solid #5d5fef;
    }

    .thk__energia-btn,
    .thk__fibra-btn,
    .thk__decesos-btn {
        width: 100%;
        font-size: 25px;
        padding: 10px 0;
        font-weight: 600;
        text-align: center;
        box-shadow: 0px 2px 9px rgba(55, 5, 94, 0.25);
        border-radius: 38px;
    }

    .thk__energia-btn,
    .thk__fibra-btn {
        background-color: #ffd600;
        color: #5d5fef;
        border: 1px solid #ffd600;
    }

    .thk__codigo {
        font-size: 30px;
        line-height: 35px;
    }

    /* sorteoEmail thankyuopage start */

    .thk__importante-pic {
        display: none;
    }

    .sorteo_email_resp {
        margin-top: 10px;
    }

    .sorteo_email_resp2 {
        margin-bottom: 0 !important;
    }

    .focused > .form-label {
        top: 12px!important;
    }

    #user_email {
        font-weight: 600;
        color: #000;
        line-height: 30px;
    }

    .sorte_email_bandeja {
        margin: 30px 0;
    }

    .sorte_email_bandeja2 {
        margin: 15px 0 0px 0;
        line-height: 16px;
    }

    .sorte_email_bandeja2 strong {
        display: none;
    }

    .sorte_email_bandeja3_resp {
        font-size: 14px;
        font-weight: 600;
        text-align: center;
        margin-top: 20px;
        color: #000;
    }

    .sorteo_email-btn-confirm,
    .sorteo_email-input {
        width: 100%;
    }

    .soerteo_email-btn_wrapper {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        margin-bottom: 30px;
        padding: 0 20px;
    }

    .sorteo_email-btn-confirm {
        background-color: #ffe500;
        box-shadow: 0px 2px 9px rgb(55 5 94 / 25%);
        border-radius: 38px;
        border: 1px solid #ffe500;
        font-size: 25px;
        text-align: center;
        padding: 10px 0;
        color: #5d5fef;
        font-weight: 600;
        grid-column: span 2;
        margin-top: 25px;
    }

    /* sorteoEmail thankyuopage end */

    /* sorteo thankyuopage end */

    .edit_content__form > .content__form-description-step2 {
        margin-bottom: 30px;
    }

    .edit_content__form .content__form-product {
        padding: 0 5px;
    }

    .legal-exp2 {
        margin-bottom: 30px !important;
    }

    /*  deseño de header hasta que aparece Menu  start*/

    .header__back-link,
    .hamburger-menu {
        display: none;
    }

    .header_logo-link {
        margin-left: 33%;
    }

    /* _________________end_____________________________ */

    /*  sorteo step3 start */

    .content_step3__recomendacion,
    .progress__pic,
    .puntos_encuestas__wrapper {
        display: none;
    }

    .progressbar_resp {
        width: 100%;
        margin: 35px 0;
    }

    .content_step3 {
        padding: 0 20px 55px 20px;
    }

    .progressbar_desk {
        width: 100%;
        margin-top: 85px;
    }

    .content_step3__wrapper {
        box-shadow: 0px -5px 19px rgba(93, 95, 239, 0.25),
            5px 5px 19px rgba(93, 95, 239, 0.25);
        border-radius: 10px;
        padding: 20px 20px 35px 20px;
    }

    .content_step3__title {
        font-size: 18px;
        line-height: 21px;
        color: #5d5fef;
        font-weight: 600;
        text-align: center;
        margin-bottom: 15px;
    }

    .content_step3__recomendacion {
        font-size: 21px;
        line-height: 30px;
        text-align: center;
        color: #000;
        margin-bottom: 35px;
    }

    .content__progress-wrapper {
        margin-bottom: 45px;
    }

    .content__progress {
        height: 12px;
        margin-bottom: 10px;
    }

    .progress__pic_resp {
        grid-column: span 1;
        display: block;
        justify-self: end;
        width: 30px;
    }

    .wrapper__resp_encuestas {
        grid-column: span 4;
    }

    .puntos_encuestas__wrapper_resp {
        display: grid;
        grid-template-columns: repeat(5, 1fr);
        padding: 0 20px;
        grid-column-gap: 15px;
    }

    .content__puntos {
        justify-self: end;
        color: #5d5fef;
        font-size: 14px;
    }

    .content__encuestas {
        margin-bottom: 5px;
    }

    .content__puntos span,
    .content__encuestas,
    .content__encuestas span,
    .content__puntos strong,
    .content__encuestas strong {
        color: #5d5fef;
    }

    .recomendaciones {
        display: grid;
        grid-row-gap: 20px;
        margin-bottom: 35px;
    }
    .recomedaciones__tarjetas:nth-child(1) {
        background-image: url("../img/png/energia_background.png");
        background-size: cover;
    }

    .recomedaciones__tarjetas:nth-child(2) {
        background-image: url("../img/png/fibra_background.png");
        background-size: cover;
    }

    .recomedaciones__tarjetas:nth-child(3) {
        background-image: url("../img/png/decesos_background.png");
        background-size: cover;
    }

    .recomedaciones__tarjetas:nth-child(4) {
        background-image: url("../img/png/alarma_background.png");
        background-size: cover;
    }

    .recomedaciones__tarjetas {
        width: 100%;
        padding-top: 15px;
        border-radius: 10px;
        display: grid;
    }

    .recomendacion__descripcion-title {
        font-size: 20px;
        line-height: 23px;
        font-weight: 600;
        text-align: center;
        margin-bottom: 10px;
    }

    .recomendacion__descripcion-text {
        font-size: 15px;
        line-height: 18px;
        text-align: center;
        margin-bottom: 10px;
    }

    .recomendacion__puntos {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        background: #5d5fef;
        border-bottom-left-radius: 10px;
        border-bottom-right-radius: 10px;
        padding: 8px 20px;
    }

    .puntos_gift,
    .segundos_tiempo {
        color: #ffe500;
        font-size: 16px;
    }

    .segundos_tiempo {
        justify-self: end;
    }

    .puntos_gift::before {
        content: "";
        display: block;
        background: url(../img/png/regalo.png) no-repeat;
        width: 20px;
        height: 20px;
        margin: -4px 5px 0 0;
        float: left;
        background-size: cover;
    }

    .segundos_tiempo::before {
        content: "";
        display: block;
        background: url(../img/png/hora.png) no-repeat;
        width: 20px;
        height: 20px;
        margin: -4px 5px 0 0;
        float: left;
        background-size: cover;
    }

    .avanzar-btn {
        background: #bdbdbd;
        border: 1px solid #bdbdbd;
        box-shadow: 0px 2px 9px rgba(55, 5, 94, 0.25);
        border-radius: 38px;
        padding: 10px 40px;
        font-size: 25px;
        line-height: 29px;
        text-align: center;
        color: #fff;
        display: block;
        margin: 0 auto 20px auto;
    }

    .avanzar-btn:active,
    .avanzar-btn:hover,
    .avanzar-btn:focus {
        border: 2px solid #5d5fef;
    }

    .content_step3__recomendacion_resp {
        font-size: 14px;
        line-height: 16px;
        color: #000;
        text-align: center;
        margin-bottom: 10px;
    }

    .content_step3__recomendacion2_resp {
        font-size: 18px;
        line-height: 16px;
        color: #000;
        text-align: center;
        font-weight: 600;
    }

    .recomendacion__hecho-pic {
        display: block;
        margin: 0 auto 15px auto;
        width: 40px;
    }

    .recomendacion__hecho-title {
        font-size: 16px;
        font-weight: 600;
        text-align: center;
        margin-bottom: 15px;
    }

    .puntos-hecho-text {
        font-size: 16px;
        color: #ffe500;
        text-align: center;
        grid-column: span 2;
    }

    #recomendacion__hecho1,
    #recomendacion__hecho2,
    #recomendacion__hecho3,
    #recomendacion__hecho4,
    .puntos-hecho-text {
        display: none;
    }

    #energia,
    #fibra,
    #deceso,
    #alarma {
        cursor: pointer;
    }

    /* Resumen popup start */
    #resumen {
        display: block;
        position: fixed;
        z-index: 1;
        padding-top: 5%;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        overflow: auto;
        background-color: rgb(0, 0, 0);
        background-color: rgba(0, 0, 0, 0.4);
    }

    #resumen > .content__header {
        padding: 0 10px;
    }

    #resumen {
        display: none;
    }

    .close {
        font-size: 17px;
        margin-right: 5px;
        margin-top: 5px;
    }

    .resumen__title {
        font-weight: 600;
        font-size: 18px;
        line-height: 21px;
        text-align: center;
        color: #ffffff;
        padding: 15px 0;
    }

    .content__resumen {
        padding: 20px 20px 10px 20px;
        box-shadow: 0px -5px 19px rgb(93 95 239 / 25%),
            5px 5px 19px rgb(93 95 239 / 25%);
        border-bottom-left-radius: 5px;
        border-bottom-right-radius: 5px;
        background-color: #fff;
    }

    .resumen-wrapper {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        grid-row-gap: 15px;
        margin-bottom: 20px;
    }

    .resumen-wrapper > .resumen-text:nth-child(4),
    .resumen-wrapper > .resumen-text:nth-child(5) {
        grid-column: span 3;
    }

    .resumen-text,
    .resumen-text2,
    .resumen-text1 {
        font-size: 16px;
        color: #000;
        font-weight: 600;
    }

    .resumen-text {
        grid-column: span 4;
    }

    .resumen-text2 {
        grid-column: span 2;
    }

    .resumen-text1 {
        grid-column: span 1;
    }

    .resumen__edit {
        font-size: 16px;
        justify-self: end;
        color: #5d5fef;
        grid-column: span 2;
    }

    .resumen__edit::before {
        content: "";
        display: block;
        background: url(../img/png/edit_pic.png) no-repeat;
        width: 16px;
        height: 16px;
        margin: -2px 10px 0 0;
        float: left;
        background-size: cover;
    }

    .resumen__datos {
        font-weight: 400;
        color: #000;
    }

    .resumen__puntos-wrapper {
        border: 2px solid #5d5fef;
        box-shadow: 0px -5px 19px rgba(93, 95, 239, 0.25),
            5px 5px 19px rgba(93, 95, 239, 0.25);
        border-radius: 100px;
        padding: 8px 20px;
        display: grid;
        grid-template-columns: repeat(6, 1fr);
        margin-bottom: 20px;
    }

    #puntos__energia,
    #puntos__fibra,
    #puntos__decesos,
    #puntos__alarma {
        display: none;
    }

    .legal__text {
        font-size: 10px;
    }

    #resumen__btns {
        clear: both;
    }

    #resumen__btns .recomendacion__btn-aceptar,
    #resumen__btns .recomendacion__btn-no-aceptar {
        font-size: 18px;
    }

    #resumen__revision-text {
        grid-column: span 3;
    }

    #resumen__revision-edit {
        grid-column: span 1;
    }

    .resumen__btn-aceptar {
        display: block;
        margin: 0 auto;
    }

    #resumen__btns,
    .resumen__btn-aceptar {
        display: none;
    }
    .resumen__btn-aceptar {
        width: 100%;
        box-shadow: 0px 2px 9px rgba(93, 95, 239, 0.25);
        border-radius: 38px;
        padding: 15px 0;
        font-size: 25px;
        font-weight: 600;
        margin-bottom: 20px;
    }

    /* Resumen popup end */

    /*  sorteo step3 end */

    /* SorteoCodigo start */

    .sorteo_codigo-importante-resp {
        color: #5d5fef;
        text-align: center;
        font-weight: 600;
        font-size: 18px;
        margin-bottom: 25px;
    }

    .sorteo_codigo-btn {
        background-color: #ffd600;
        box-shadow: 0px 2px 9px rgba(55, 5, 94, 0.25);
        border-radius: 38px;
        border: 1px solid #ffd600;
        font-size: 20px;
        text-align: center;
        font-weight: 600;
        padding: 15px 0;
        color: #5d5fef;
        grid-column: span 2;
        width: 100%;
    }

    .sorteo_codigo-aviso {
        color: red;
        font-size: 16px;
        text-align: center;
        margin-top: 15px;
        display: none;
    }

    .sorteo_codigo-btn-confirm {
        background-color: #ffe500;
        box-shadow: 0px 2px 9px rgba(55, 5, 94, 0.25);
        border-radius: 38px;
        border: 1px solid #ffe500;
        font-size: 25px;
        text-align: center;
        padding: 10px 0;
        color: #5d5fef;
        font-weight: 600;
        margin-bottom: 30px;
    }

    .thk__text_bandeja2 {
        margin-bottom: 25px;
    }

    .soerteo_codigo-btn_wrapper {
        display: grid;
        grid-row-gap: 30px;
    }

    /* SorteoCodigo end */

    /* sorteo steps_preguntas start */

    .content__header {
        padding: 15px 20px;
        background: #5d5fef;
        border-top-left-radius: 5px;
        border-top-right-radius: 5px;
        box-shadow: 0px -5px 19px rgb(93 95 239 / 25%),
            5px 5px 19px rgb(93 95 239 / 25%);
    }

    .content-preguntas__wrapper {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-row-gap: 15px;
    }

    .content__header-text,
    #title-compania-desk,
    #title-preguntas-desk {
        display: none;
    }

    .puntos_gift_32,
    .segundos_tiempo_32 {
        font-size: 16px;
        color: #ffe500;
    }

    .puntos_gift_32::before {
        content: "";
        display: block;
        background: url(../img/png/regalo.png) no-repeat;
        width: 20px;
        height: 20px;
        margin: -4px 5px 0 0;
        float: left;
        background-size: cover;
    }

    .segundos_tiempo_32::before {
        content: "";
        display: block;
        background: url(../img/png/hora.png) no-repeat;
        width: 20px;
        height: 20px;
        margin: -4px 5px 0 0;
        float: left;
        background-size: cover;
    }

    .segundos_tiempo_32 {
        justify-self: end;
    }

    .content__header-title {
        font-weight: 600;
        font-size: 18px;
        line-height: 21px;
        text-align: center;
        color: #ffe500;
        order: 1;
        grid-column: span 2;
    }

    .puntos_gift_32 {
        order: 2;
    }

    .segundos_tiempo_32 {
        order: 3;
    }

    .content__header-text {
        font-size: 20px;
        line-height: 30px;
        text-align: center;
        margin-bottom: 30px;
    }

    .content__header-text strong {
        color: #fff;
    }

    .content__preguntas {
        padding: 25px 20px;
        border-bottom-left-radius: 5px;
        border-bottom-right-radius: 5px;
        box-shadow: 0px -5px 19px rgb(93 95 239 / 25%),
            5px 5px 19px rgb(93 95 239 / 25%);
    }

    .preguntas__titles {
        font-size: 18px;
        line-height: 21px;
        color: #5d5fef;
        text-align: center;
        margin-bottom: 15px;
    }

    .preguntas__wrapper-uso_vivienda,
    .preguntas__wrapper-alarma,
    .preguntas__wrapper-compania,
    .preguntas__wrapper-personas,
    .preguntas__wrapper-contracto,
    .preguntas__wrapper-fib_servicio {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-row-gap: 10px;
        margin-bottom: 30px;
    }

    .preguntas__wrapper-contracto {
        margin-bottom: 40px;
    }

    .preguntas__btn-uso_viv:nth-child(2n),
    .preguntas__btn-alarma:nth-child(2n),
    .preguntas__btn-compania:nth-child(2n),
    .preguntas__btn-compania-f:nth-child(2n),
    .preguntas__btn-situacion:nth-child(2n),
    .preguntas__btn-personas:nth-child(2n),
    .preguntas__btn-fib_servicio:nth-child(2n),
    .preguntas__btn-contracto:nth-child(2n),
    .preguntas__btn-recom_personas:nth-child(2n),
    .preguntas__btn-propietario:nth-child(2n),
    .preguntas__btn-f_venc:nth-child(2n) {
        justify-self: end;
    }

    .preguntas__btn-compania-f:last-child,
    .preguntas__btn-f_venc:last-child,
    .preguntas__btn-alarma:last-child,
    .preguntas__btn-uso_viv:last-child {
        justify-self: center;
        grid-column: span 2;
    }

    .preguntas__btn-uso_viv,
    .preguntas__btn-alarma,
    .preguntas__btn-compania,
    .preguntas__btn-compania-f,
    .preguntas__btn-situacion,
    .preguntas__btn-personas,
    .preguntas__btn-fib_servicio,
    .preguntas__btn-contracto,
    .preguntas__btn-recom_personas,
    .preguntas__btn-propietario,
    .preguntas__btn-f_venc {
        font-size: 14px;
        padding: 10px 0;
        text-align: center;
        color: #5d5fef;
        border-radius: 37px;
        border: 2px solid #a5a6f6;
        width: 120px;
        background-color: #fff;
    }

    .preguntas__wrapper-recom_personas,
    .preguntas__wrapper-propietario {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        margin-bottom: 30px;
    }

    .preguntas__btn-submit {
        display: block;
        color: #5d5fef;
        width: 100%;
        font-size: 25px;
        padding: 10px 15px;
        text-align: center;
        font-weight: 600;
        background-color: #ffe500;
        border: 1px solid #ffe500;
        box-shadow: 0px 2px 9px rgba(55, 5, 94, 0.25);
        border-radius: 38px;
        margin: 0 auto 40px auto;
    }

    .preguntas__wrapper-f_venc {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        margin-bottom: 30px;
        grid-row-gap: 10px;
    }

    .preguntas__btn-submit:hover,
    .preguntas__btn-submit:active,
    .preguntas__btn-submit:focus {
        border: 2px solid #a5a6f6;
    }

    .btn-active {
        background-color: #ffe500;
    }

    .btn-alert {
        border: 2px solid red;
    }

    .content__footer-text {
        font-size: 14px;
        line-height: 16px;
        color: #000;
        text-align: center;
        margin-bottom: 25px;
    }

    .content__footer-text-p {
        font-size: 18px;
        line-height: 21px;
        color: #000;
        text-align: center;
        font-weight: 600;
    }

    /* sorteo steps_preguntas end */

    /*  recomendacion page start */

    .content__recomendacion {
        padding: 20px 20px 60px 20px;
        box-shadow: 0px -5px 19px rgb(93 95 239 / 25%),
            5px 5px 19px rgb(93 95 239 / 25%);
        border-bottom-left-radius: 5px;
        border-bottom-right-radius: 5px;
    }

    .recomendacion__pic {
        display: block;
        margin: 20px auto 20px auto;
        width: 50px;
    }

    .recomendacion__text-puntos {
        font-size: 18px;
        font-weight: 600;
        text-align: center;
        color: #ffe500;
        margin-bottom: 20px;
    }

    .recomendacion__text_subtitulo {
        font-size: 16px;
        text-align: center;
        color: #5d5fef;
        margin-bottom: 20px;
    }

    #recomendacion_compania {
        font-weight: 600;
        font-size: 40px;
        text-align: center;
        color: #5d5fef;
        margin-bottom: 20px;
    }

    .recomendacion__btn-wrapper {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-column-gap: 40px;
        margin-bottom: 35px;
    }

    .recomendacion__btn-no-aceptar,
    .recomendacion__btn-aceptar {
        box-shadow: 0px 2px 9px rgba(55, 5, 94, 0.25);
        border-radius: 38px;
        width: 120px;
        font-size: 25px;
        text-align: center;
        font-weight: 600;
        padding: 10px 0;
    }

    .recomendacion__btn-no-aceptar {
        background: #5d5fef;
        border: 1px solid #5d5fef;
        color: #ffe500;
        justify-self: end;
    }

    .recomendacion__btn-aceptar,
    .resumen__btn-aceptar {
        background-color: #ffe500;
        border: 1px solid #ffe500;
        color: #5d5fef;
    }

    /*  recomendacion page end */

    .capa_basica {
        padding: 2% 15px 0 15px;
        width: 100%;
        left: 0;
    }

    .capa_low {
        height: 90%;
    }

    .cb__title-wrap {
        padding: 10px 45px
    }

    .cb-title {
        line-height: 18px
    }

    .close2 {
        right: 30px
    }

    .cb__wrap {
        grid-template-columns: repeat(6, 1fr)
    }

    .cb__left-side {
        grid-column: span 2;
    }

    .cb__right-side {
        grid-column: span 4
    }
}
/*  Movil styles end */

/*  Desktop styles start */
@media (min-width: 768px) {
    .category,
    .main__gift-pic-resp,
    .content_resp_wrapper,
    .content__ventajas_resp,
    .ventajas__resp,
    .ventajas__description_resp,
    .thk__codigo_resp,
    .progressbar_resp,
    .puntos_encuestas__wrapper_resp,
    .content_step3__recomendacion_resp,
    .content_step3__recomendacion2_resp,
    #title-compania-resp,
    #title-preguntas-resp,
    .content__footer-text,
    .content__footer-text-p,
    .sorte_email_bandeja3_resp {
        display: none;
    }

    /*  deseño de header hasta que aparece Menu  start*/

    .header__back-link,
    .hamburger-menu {
        display: none;
    }

    .wrapper {
        padding: 15px 0 15px 130px;
    }

    .header__wrapper {
        display: grid;
        grid-template-columns: repeat(5, 1fr);
        align-items: center;
    }

    .header__title {
        grid-column: span 2;
        text-align: center;
    }
    /* _________________end_____________________________ */

    .content__form-description {
        padding: 50px 0 0 20px;
    }

    .content__description {
        grid-column: span 10;
    }

    .content__form {
        grid-column: span 12;
        box-shadow: 0px -5px 19px rgba(93, 95, 239, 0.25),
            5px 5px 19px rgba(93, 95, 239, 0.25);
        border-radius: 30px;
    }

    .ventajas__pic {
        margin-bottom: 20px;
    }

    .ventajas__desc {
        font-size: 22px;
        line-height: 35px;
        color: #000;
        font-weight: 600;
        text-align: left;
        align-self: center;
        margin: 0 auto;
    }

    .content__form-category {
        padding: 50px 20px 0 0;
    }

    #categorys2 {
        height: 49px;
    }

    .content__category {
        margin-bottom: 30px;
    }

    .form-category_btn {
        height: 60px;
        font-size: 30px;
        padding: 1px;
    }

    .form-description__p2 {
        font-size: 12px !important;
        line-height: 16px !important;
    }

    .content__description-title {
        flex-wrap: nowrap;
    }

    .badge-img {
        width: 100px;
    }

    .content__form_exp2 {
        grid-column: span 10;
        margin-bottom: 50px;
        margin-top: 25px;
    }

    .content__form_exp2 > .content__form {
        grid-column: none;
        box-shadow: none;
        width: 540px;
    }

    .content__form_exp2 .content__form-description-step2 {
        padding: 10px 40px 20px 40px;
    }

    .edit_content {
        margin-bottom: 36px;
    }

    .legal__text {
        font-size: 10px;
    }

    .formulario__address {
        margin-bottom: 10px;
    }

    .formulario__bday-title {
        margin-top: 30px !important;
    }

    .form-group {
        margin-bottom: 18px !important;
    }

    .thk__instructions-wrapper {
        margin: 0 auto 40px auto;
    }

    .thk__email-wrapper {
        display: grid;
        margin: 0 auto;
    }

    .thk-enviar_btn {
        margin: 30px 0;
    }

    .thk__alert-text:before {
        background: url(../img/gif/alert.gif) no-repeat;
        width: 32px;
        height: 32px;
        background-size: cover;
    }

    .thk__alert-text {
        margin-top: 20px;
    }

    /* sorteo thankyuopage start */

    .main-thk {
        padding: 50px 120px 70px 120px;
    }

    .thk__text_bandeja,
    .thk__text_bandeja2 {
        font-size: 24px;
        text-align: center;
    }

    .thk__group-btn_wrapper {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-column-gap: 160px;
        grid-row-gap: 30px;
    }

    .thk__energia-btn {
        justify-self: end;
    }

    .thk__decesos-btn {
        grid-column: span 2;
        background-color: #5d5fef;
        color: #ffd600;
        margin: 0 auto;
        border: 1px solid #5d5fef;
        margin-bottom: 40px;
    }

    .thk__energia-btn,
    .thk__fibra-btn,
    .thk__decesos-btn {
        width: 375px;
        padding: 25px 0;
        font-size: 30px;
        font-weight: 600;
        text-align: center;
        box-shadow: 0px 2px 9px rgba(55, 5, 94, 0.25);
        border-radius: 38px;
    }

    .thk__energia-btn,
    .thk__fibra-btn {
        background-color: #ffd600;
        color: #5d5fef;
        border: 1px solid #ffd600;
    }

    .thk__codigo {
        font-size: 30px;
        line-height: 35px;
    }


    /* sorteo_all_forms styles start */

    .wrapper__ong {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        grid-column-gap: 10px;
    }

    .btn-ong {
        text-align: center;
        background: #fff;
        padding: 10px;
        font-size: 16px;
        font-weight: bold;
        color: #666;
        border-radius: 4px;
        line-height: 1.42857143;
        border: 2px solid #a5a6f6 !important;
    }

    /* formulario-3 start */

    #formulario-3 {
        display: grid;
    }

    .formulario-3__title,
    #nom3,
    .formulario-3__title2 {
        font-size: 14px;
        color: #000;
        font-weight: 600;
        line-height: 20px;
    }

    .formulario-3__title2 {
        margin-bottom: 10px;
    }

    .anuncia__block {
        padding: 0;
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-column-gap: 50px;
        grid-row-gap: 20px;
    }

    .anuncia__pic {
        display: block;
        width: 100%;
        margin-bottom: 10px;
    }

    .anuncia__btn-wrapper {
        display: flex;
        gap: 20px;
    }

    .anuncia__btn1 {
        font-size: 25px;
        color: #5D5FEF;
        background-color: #ffe600;
        box-shadow: 0px 2px 9px rgba(55, 5, 94, 0.25);
        border-radius: 38px;
        padding: 10px 0;
        text-align: center;
        width: 100%;
        font-weight: 600;
        border:none;
    }

    .anuncia__btn2 {
        font-size: 25px;
        color: #ffe600;
        background: #5D5FEF;
        box-shadow: 0px 2px 9px rgba(55, 5, 94, 0.25);
        border-radius: 38px;
        padding: 10px 0;
        text-align: center;
        width: 100%;
        font-weight: 600;
        border:none;
    }

     /* formulario-3 end */

    /* section description styles start */

    .information2-step2-movil {
        padding: 30px 60px 30px 60px;
     }
      /* section description styles end */ 

    /* sorteo_all_forms styles end */

    /* sorteoEmail thankyuopage start */

    .thk__importante-pic {
        display: block;
        margin: 20px auto 50px auto;
    }

    #user_email {
        font-weight: 600;
        color: #000;
        line-height: 30px;
    }

    .sorte_email_bandeja {
        margin: 30px 0;
        line-height: 32px;
    }

    .sorte_email_bandeja2 {
        margin: 25px 0 15px 0;
        line-height: 30px;
    }

    .sorteo_email-btn-confirm,
    .sorteo_email-input {
        width: 80%;
    }

    .sorteo_email-input {
        justify-self: end;
    }

    .soerteo_email-btn_wrapper {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-column-gap: 80px;
        margin-bottom: 45px;
    }

    /* sorteoEmail thankyuopage end */

    /* sorteo thankyuopage end */

    /* SorteoCodigo start */

    .sorteo_codigo-input {
        width: 66%;
    }

    .sorteo_codigo-input:first-child {
        justify-self: end;
    }

    .sorteo_codigo-btn {
        background-color: #ffd600;
        box-shadow: 0px 2px 9px rgba(55, 5, 94, 0.25);
        border-radius: 38px;
        border: 1px solid #ffd600;
        font-size: 30px;
        text-align: center;
        font-weight: 600;
        padding: 15px 75px;
        color: #5d5fef;
        grid-column: span 2;
        margin: 0 auto 40px auto;
    }

    .sorteo_codigo-aviso {
        color: red;
        font-size: 16px;
        text-align: center;
        margin-top: 15px;
        display: none;
    }

    .sorteo_codigo-btn-confirm,
    .sorteo_email-btn-confirm {
        background-color: #ffe500;
        box-shadow: 0px 2px 9px rgba(55, 5, 94, 0.25);
        border-radius: 38px;
        border: 1px solid #ffe500;
        font-size: 25px;
        text-align: center;
        padding: 10px 0;
        color: #5d5fef;
        font-weight: 600;
    }

    .thk__text_bandeja2 {
        margin-bottom: 50px;
    }

    .soerteo_codigo-btn_wrapper {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-column-gap: 80px;
    }

    #tc2,
    #sorteo_codigo-confirm {
        width: 90%;
    }
    /* SorteoCodigo end */

    /*  sorteo step3 start */

    .content_step3 {
        padding: 80px 90px 100px 90px;
    }

    .progressbar_desk {
        width: 100%;
        margin-top: 85px;
    }

    .content_step3__wrapper {
        box-shadow: 0px -5px 19px rgba(93, 95, 239, 0.25),
            5px 5px 19px rgba(93, 95, 239, 0.25);
        border-radius: 5px;
        padding: 45px 130px 55px 130px;
    }

    .content_step3__title {
        font-size: 30px;
        line-height: 35px;
        color: #5d5fef;
        font-weight: 600;
        text-align: center;
        margin-bottom: 20px;
    }

    .content_step3__recomendacion {
        font-size: 21px;
        line-height: 30px;
        text-align: center;
        color: #000;
        margin-bottom: 35px;
    }

    .content__progress-wrapper {
        display: grid;
        grid-template-columns: repeat(20, 1fr);
        margin-bottom: 45px;
    }

    .content__progress-wrapper-2 {
        grid-column: span 17;
        display: grid;
        grid-row: span 2;
    }

    .content__progress {
        height: 25px;
        margin-bottom: 10px;
    }

    .progress__pic {
        grid-column: span 3;
        display: block;
        justify-self: end;
        width: 80px;
        margin-top: -20px;
    }

    .puntos_encuestas__wrapper {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        padding: 0 60px;
    }

    .content__puntos {
        justify-self: end;
        color: #000;
    }

    .content__puntos span,
    .content__encuestas,
    .content__encuestas span {
        color: #000;
    }

    .recomendaciones {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: repeat(2, 1fr);
        grid-row-gap: 30px;
        margin-bottom: 35px;
    }
    .recomedaciones__tarjetas:nth-child(1) {
        background-image: url("../img/png/energia_background.png");
        background-size: cover;
    }

    .recomedaciones__tarjetas:nth-child(2) {
        background-image: url("../img/png/fibra_background.png");
        background-size: cover;
    }

    .recomedaciones__tarjetas:nth-child(3) {
        background-image: url("../img/png/decesos_background.png");
        background-size: cover;
    }

    .recomedaciones__tarjetas:nth-child(4) {
        background-image: url("../img/png/alarma_background.png");
        background-size: cover;
    }

    .recomedaciones__tarjetas:nth-child(2n) {
        justify-self: end;
    }

    .recomedaciones__tarjetas {
        width: 87%;
        padding-top: 20px;
        border-radius: 10px;
        display: grid;
    }

    .recomendacion__descripcion-title {
        font-size: 28px;
        font-weight: 600;
        text-align: center;
        margin-bottom: 20px;
    }

    .recomendacion__descripcion-text {
        font-size: 18px;
        line-height: 21px;
        text-align: center;
        margin-bottom: 10px;
    }

    .recomendacion__puntos {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        background: #5d5fef;
        border-bottom-left-radius: 10px;
        border-bottom-right-radius: 10px;
        padding: 10px 40px;
    }

    .puntos_gift,
    .segundos_tiempo {
        color: #ffe500;
        font-size: 16px;
    }

    .segundos_tiempo {
        justify-self: end;
    }

    .puntos_gift::before {
        content: "";
        display: block;
        background: url(../img/png/regalo.png) no-repeat;
        width: 20px;
        height: 20px;
        margin: -4px 5px 0 0;
        float: left;
        background-size: cover;
    }

    .segundos_tiempo::before {
        content: "";
        display: block;
        background: url(../img/png/hora.png) no-repeat;
        width: 20px;
        height: 20px;
        margin: -4px 5px 0 0;
        float: left;
        background-size: cover;
    }

    .avanzar-btn {
        background: #bdbdbd;
        border: 1px solid #bdbdbd;
        box-shadow: 0px 2px 9px rgba(55, 5, 94, 0.25);
        border-radius: 38px;
        padding: 15px 66px;
        font-size: 30px;
        text-align: center;
        color: #fff;
        display: block;
        margin: 0 auto;
    }

    .avanzar-btn:active,
    .avanzar-btn:hover,
    .avanzar-btn:focus {
        border: 2px solid #5d5fef;
    }

    .recomendacion__hecho-pic {
        display: block;
        margin: 0 auto;
        width: 55px;
        margin-bottom: 10px;
    }

    .recomendacion__hecho-title {
        font-size: 20px;
        font-weight: 600;
        text-align: center;
        margin-bottom: 15px;
    }

    .puntos-hecho-text {
        font-size: 16px;
        color: #ffe500;
        text-align: center;
        grid-column: span 2;
    }

    #recomendacion__hecho1,
    #recomendacion__hecho2,
    #recomendacion__hecho3,
    #recomendacion__hecho4,
    .puntos-hecho-text {
        display: none;
    }

    #energia,
    #fibra,
    #deceso,
    #alarma {
        cursor: pointer;
    }

    /* Resumen popup start */
    #resumen {
        display: block;
        position: fixed;
        z-index: 1;
        padding-top: 5%;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        overflow: auto;
        background-color: rgb(0, 0, 0);
        background-color: rgba(0, 0, 0, 0.4);
    }

    #resumen {
        display: none;
    }

    .resumen__title {
        font-weight: 600;
        font-size: 30px;
        text-align: center;
        color: #ffffff;
        padding: 50px 0;
    }

    .content__resumen {
        padding: 35px 120px 60px 120px;
        box-shadow: 0px -5px 19px rgb(93 95 239 / 25%),
            5px 5px 19px rgb(93 95 239 / 25%);
        border-bottom-left-radius: 5px;
        border-bottom-right-radius: 5px;
        background-color: #fff;
    }

    .resumen-wrapper {
        display: grid;
        grid-template-columns: repeat(6, 1fr);
        grid-row-gap: 20px;
        margin-bottom: 20px;
    }

    .resumen-text,
    .resumen-text2,
    .resumen-text1 {
        font-size: 25px;
        color: #000;
        font-weight: 600;
    }

    .resumen-text {
        grid-column: span 3;
    }

    .resumen-text2 {
        grid-column: span 2;
    }

    .resumen-text1 {
        grid-column: span 1;
    }

    #resumen__revision-text {
        grid-column: span 6;
    }

    .resumen__edit {
        font-size: 25px;
        justify-self: end;
        color: #5d5fef;
        grid-column: span 3;
    }

    .resumen__edit::before {
        content: "";
        display: block;
        background: url(../img/png/edit_pic.png) no-repeat;
        width: 25px;
        height: 25px;
        margin: -2px 10px 0 0;
        float: left;
        background-size: cover;
    }

    .resumen__datos {
        font-weight: 400;
        color: #000;
    }

    .resumen__puntos-wrapper {
        border: 2px solid #5d5fef;
        box-shadow: 0px -5px 19px rgba(93, 95, 239, 0.25),
            5px 5px 19px rgba(93, 95, 239, 0.25);
        border-radius: 100px;
        padding: 18px 40px;
        display: grid;
        grid-template-columns: repeat(6, 1fr);
        margin-bottom: 20px;
    }

    #puntos__energia,
    #puntos__fibra,
    #puntos__decesos,
    #puntos__alarma {
        display: none;
    }

    #puntos__fibra > .resumen-text {
        grid-column: span 4;
    }

    #puntos__fibra > .resumen__edit {
        grid-column: span 2;
    }

    .resumen__btn-aceptar {
        display: block;
        margin: 0 auto;
    }

    #resumen__btns,
    .resumen__btn-aceptar {
        display: none;
    }

    /* Resumen popup end */

    /*  sorteo step3 end */

    /* sorteo steps_preguntas start */

    .content__header {
        padding: 0 40px;
        background: #5d5fef;
        border-top-left-radius: 5px;
        border-top-right-radius: 5px;
        box-shadow: 0px -5px 19px rgb(93 95 239 / 25%),
            5px 5px 19px rgb(93 95 239 / 25%);
    }

    .content-preguntas__wrapper {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        grid-row-gap: 25px;
    }

    .content__header-text {
        grid-column: span 3;
    }

    .puntos_gift_32,
    .segundos_tiempo_32 {
        font-size: 20px;
        color: #ffe500;
        margin-top: 35px;
    }

    .puntos_gift_32::before {
        content: "";
        display: block;
        background: url(../img/png/regalo_32x32.png) no-repeat;
        width: 32px;
        height: 32px;
        margin: -8px 5px 0 0;
        float: left;
        background-size: cover;
    }

    .segundos_tiempo_32::before {
        content: "";
        display: block;
        background: url(../img/png/hora_32x32.png) no-repeat;
        width: 32px;
        height: 32px;
        margin: -8px 5px 0 0;
        float: left;
        background-size: cover;
    }

    .segundos_tiempo_32 {
        justify-self: end;
    }

    .content__header-title {
        font-weight: 600;
        font-size: 30px;
        text-align: center;
        margin-top: 35px;
        color: #ffe500;
    }

    .content__header-text {
        font-size: 20px;
        line-height: 30px;
        text-align: center;
        margin-bottom: 30px;
    }

    .content__header-text strong {
        color: #fff;
    }

    .content__preguntas {
        padding: 40px 140px 60px 140px;
        border-bottom-left-radius: 5px;
        border-bottom-right-radius: 5px;
        box-shadow: 0px -5px 19px rgb(93 95 239 / 25%),
            5px 5px 19px rgb(93 95 239 / 25%);
    }

    .preguntas__titles {
        font-size: 25px;
        color: #5d5fef;
        text-align: center;
        margin-bottom: 15px;
    }

    .preguntas__wrapper-compania,
    .preguntas__wrapper-personas,
    .preguntas__wrapper-contracto,
    .preguntas__wrapper-fib_servicio {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        grid-row-gap: 20px;
        margin-bottom: 30px;
    }

    .preguntas__wrapper-alarma {
        display: grid;
        grid-template-columns: repeat(12, 1fr);
        grid-row-gap: 20px;
        margin-bottom: 30px;
    }

    .preguntas__wrapper-uso_vivienda {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        margin-bottom: 30px;
    }

    .preguntas__btn-alarma {
        grid-column: span 3;
    }

    .preguntas__wrapper-contracto {
        margin-bottom: 40px;
    }

    .preguntas__btn-compania:nth-last-child(-n + 2),
    .preguntas__btn-situacion:nth-last-child(-n + 2) {
        grid-column: span 2;
        margin: 0 auto;
    }

    .preguntas__btn-uso_viv,
    .preguntas__btn-alarma:nth-child(2),
    .preguntas__btn-alarma:nth-child(3),
    .preguntas__btn-compania:nth-child(3),
    .preguntas__btn-compania:nth-child(2),
    .preguntas__btn-compania:nth-child(6),
    .preguntas__btn-compania:nth-child(7),
    .preguntas__btn-compania-f:nth-child(3),
    .preguntas__btn-compania-f:nth-child(2),
    .preguntas__btn-compania-f:nth-child(6),
    .preguntas__btn-compania-f:nth-child(7),
    .preguntas__btn-compania-f:nth-child(10),
    .preguntas__btn-compania-f:nth-child(11),
    .preguntas__btn-situacion:nth-child(3),
    .preguntas__btn-situacion:nth-child(2),
    .preguntas__btn-situacion:nth-child(6),
    .preguntas__btn-situacion:nth-child(7),
    .preguntas__btn-personas:nth-child(2),
    .preguntas__btn-personas:nth-child(3),
    .preguntas__btn-contracto:nth-child(2),
    .preguntas__btn-contracto:nth-child(3),
    .preguntas__btn-fib_servicio:nth-child(2),
    .preguntas__btn-fib_servicio:nth-child(3) {
        margin: 0 auto;
    }

    .preguntas__btn-alarma:nth-child(4),
    .preguntas__btn-compania:nth-child(4),
    .preguntas__btn-compania:nth-child(8),
    .preguntas__btn-compania-f:nth-child(4),
    .preguntas__btn-compania-f:nth-child(8),
    .preguntas__btn-compania-f:nth-child(12),
    .preguntas__btn-situacion:nth-child(4),
    .preguntas__btn-personas:nth-child(4),
    .preguntas__btn-fib_servicio:nth-child(4),
    .preguntas__btn-contracto:nth-child(4) {
        justify-self: end;
    }

    .preguntas__btn-compania-f:last-child,
    .preguntas__btn-alarma:nth-child(5),
    .preguntas__btn-alarma:nth-child(6),
    .preguntas__btn-alarma:nth-child(7) {
        justify-self: center;
        grid-column: span 4;
    }
    .preguntas__btn-uso_viv,
    .preguntas__btn-alarma,
    .preguntas__btn-compania,
    .preguntas__btn-compania-f,
    .preguntas__btn-contracto,
    .preguntas__btn-situacion,
    .preguntas__btn-personas,
    .preguntas__btn-fib_servicio,
    .preguntas__btn-f_venc {
        font-size: 20px;
        padding: 15px 0;
        text-align: center;
        color: #5d5fef;
        border-radius: 37px;
        border: 2px solid #a5a6f6;
        width: 200px;
        background-color: #fff;
    }

    .preguntas__wrapper-recom_personas,
    .preguntas__wrapper-propietario {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        margin-bottom: 30px;
    }

    .preguntas__btn-recom_personas,
    .preguntas__btn-propietario {
        width: 290px;
        font-size: 20px;
        padding: 15px 0;
        text-align: center;
        color: #5d5fef;
        border-radius: 37px;
        border: 2px solid #a5a6f6;
        background-color: #fff;
        justify-self: center;
    }

    .preguntas__btn-submit {
        display: block;
        color: #5d5fef;
        font-size: 35px;
        padding: 15px 66px;
        text-align: center;
        font-weight: 600;
        background-color: #ffe500;
        border: 1px solid #ffe500;
        box-shadow: 0px 2px 9px rgba(55, 5, 94, 0.25);
        border-radius: 38px;
        margin: 0 auto;
    }

    .preguntas__wrapper-f_venc {
        display: grid;
        grid-template-columns: repeat(6, 1fr);
        margin-bottom: 30px;
        grid-row-gap: 20px;
    }

    .preguntas__btn-f_venc {
        grid-column: span 2;
        margin: 0 auto;
    }

    .preguntas__btn-f_venc:nth-last-child(-n + 2) {
        grid-column: span 3;
    }

    .preguntas__btn-submit:hover,
    .preguntas__btn-submit:active,
    .preguntas__btn-submit:focus {
        border: 2px solid #a5a6f6;
    }

    .btn-active {
        background-color: #ffe500;
    }

    .btn-alert {
        border: 2px solid red;
    }

    /* sorteo steps_preguntas end */

    /*  recomendacion page start */

    .content__recomendacion {
        padding: 20px 0 60px 0;
        box-shadow: 0px -5px 19px rgb(93 95 239 / 25%),
            5px 5px 19px rgb(93 95 239 / 25%);
        border-bottom-left-radius: 5px;
        border-bottom-right-radius: 5px;
    }

    .recomendacion__pic {
        display: block;
        margin: 20px auto 20px auto;
        width: 85px;
    }

    .recomendacion__text-puntos {
        font-size: 30px;
        font-weight: 600;
        text-align: center;
        color: #ffe500;
        margin-bottom: 35px;
    }

    .recomendacion__text_subtitulo {
        font-size: 25px;
        text-align: center;
        color: #5d5fef;
        margin-bottom: 30px;
    }

    #recomendacion_compania {
        font-weight: 600;
        font-size: 50px;
        text-align: center;
        color: #5d5fef;
        margin-bottom: 30px;
    }

    .recomendacion__btn-wrapper {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-column-gap: 100px;
        clear: both;
    }

    .recomendacion__btn-no-aceptar,
    .recomendacion__btn-aceptar,
    .resumen__btn-aceptar {
        box-shadow: 0px 2px 9px rgba(55, 5, 94, 0.25);
        border-radius: 38px;
        width: 380px;
        font-size: 30px;
        text-align: center;
        font-weight: 600;
        padding: 15px 0;
    }

    .recomendacion__btn-no-aceptar {
        background: #5d5fef;
        border: 1px solid #5d5fef;
        color: #ffe500;
        justify-self: end;
    }

    .recomendacion__btn-aceptar,
    .resumen__btn-aceptar {
        background-color: #ffe500;
        border: 1px solid #ffe500;
        color: #5d5fef;
    }

    /*  recomendacion page end */

    #year {
        padding: 5px 3px !important;
    }

    #month {
        padding: 5px 10px !important;
    }

    .edit_content__form .category__btn {
        margin-top: 12px;
    }

    .edit_content__form > .content__form-description-step2 {
        margin-bottom: 50px;
        box-shadow: 0px -5px 19px rgb(93 95 239 / 25%),
            5px 5px 19px rgb(93 95 239 / 25%);
    }
}
/*  Desktop styles end */
