@-webkit-keyframes bounceOut {
    20% {
        -webkit-transform: scale3d(.9, .9, .9);
        transform: scale3d(.9, .9, .9)
    }

    50%,
    55% {
        opacity: 1;
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1)
    }

    to {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }
}

@keyframes bounceOut {
    20% {
        -webkit-transform: scale3d(.9, .9, .9);
        transform: scale3d(.9, .9, .9)
    }

    50%,
    55% {
        opacity: 1;
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1)
    }

    to {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }
}

.bounceOut {
    -webkit-animation-duration: .75s;
    animation-duration: .75s;
    -webkit-animation-name: bounceOut;
    animation-name: bounceOut
}

@-webkit-keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.fadeInRight {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight
}

.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.animated.infinite {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite
}

.animated.delay-1s {
    -webkit-animation-delay: 1s;
    animation-delay: 1s
}

.animated.delay-2s {
    -webkit-animation-delay: 2s;
    animation-delay: 2s
}

.animated.delay-3s {
    -webkit-animation-delay: 3s;
    animation-delay: 3s
}

.animated.delay-4s {
    -webkit-animation-delay: 4s;
    animation-delay: 4s
}

.animated.delay-5s {
    -webkit-animation-delay: 5s;
    animation-delay: 5s
}

.animated.fast {
    -webkit-animation-duration: .8s;
    animation-duration: .8s
}

.animated.faster {
    -webkit-animation-duration: .5s;
    animation-duration: .5s
}

.animated.slow {
    -webkit-animation-duration: 2s;
    animation-duration: 2s
}

.animated.slower {
    -webkit-animation-duration: 3s;
    animation-duration: 3s
}

@media (prefers-reduced-motion:reduce),
(print) {
    .animated {
        -webkit-animation-duration: 1ms !important;
        animation-duration: 1ms !important;
        -webkit-transition-duration: 1ms !important;
        transition-duration: 1ms !important;
        -webkit-animation-iteration-count: 1 !important;
        animation-iteration-count: 1 !important
    }
}

.nat-averias--titular {
    max-width: 1360px;
    margin: 0 auto;
    text-align: left;
    padding-top: 31px
}

.nat-averias--titular .averias--titulo {
    max-width: 324px;
    font-weight: 300;
    font-size: 28px;
    line-height: 35px;
    color: #50535a;
    text-align: left;
    margin: 24px auto 16px
}

.nat-averias--titular .averias--descripcion {
    max-width: 328px;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #50535a;
    margin: 0 auto 30px
}

.nat-averias--titular .averias--descripcion-span {
    font-weight: 700
}

.nat-averias--titular .averias--descripcion em {
    color: #019af1;
    font-style: normal
}

.nat-averias--titular .averias--atencion {
    width: 328px;
    height: 147px;
    background: #e6f7ff;
    border: 1px solid #019af1;
    box-sizing: border-box;
    border-radius: 4px;
    text-align: left;
    padding: 22px 15px 21px;
    margin: 0 auto 24px
}

.nat-averias--titular .averias--atencion .averias--admiracion {
    display: inline-block;
    padding: 0 6px;
    border-radius: 50%;
    border: 2px solid #019df4;
    color: #019df4;
    font-size: 18px;
    line-height: 1
}

.nat-averias--titular .averias--atencion h3 {
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    color: #019af1;
    margin: 0 auto 16px 13px;
    display: inline-block
}

.nat-averias--titular .averias--atencion p {
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: rgba(0, 0, 0, .65);
    margin: 0 auto 0 35px
}

.nat-averias--titular .averias--subtitulo {
    max-width: 315px;
    font-weight: 300;
    font-size: 23px;
    line-height: 28px;
    color: #50535a;
    margin: 0 auto 24px
}

.nat-averias--titular .averias--ct-button {
    margin: 0 auto;
    text-align: left;
    max-width: 324px
}

.nat-averias--titular .averias--btn-descarga {
    width: 181px;
    height: 48px;
    background: #019df4;
    border-radius: 24px;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    color: #fff;
    margin: 0 auto 40px 0
}

@media (min-width:993px) {
    .nat-averias--titular .averias--titulo {
        max-width: 809px;
        font-size: 40px;
        line-height: 50px;
        margin: 31px auto 20px 80px
    }

    .nat-averias--titular .averias--descripcion {
        margin: 0 auto 20px 80px;
        max-width: 728px;
        font-size: 18px;
        line-height: 22px
    }

    .nat-averias--titular .averias--atencion {
        width: 838px;
        height: 104px;
        margin: 0 auto 24px 80px
    }

    .nat-averias--titular .averias--subtitulo {
        max-width: 477px;
        font-size: 23px;
        line-height: 28px;
        margin: 0 auto 20px 80px
    }

    .nat-averias--titular .averias--btn-descarga {
        width: 200px;
        height: 52px;
        font-size: 18px;
        line-height: 22px;
        margin: 0 auto 80px 0
    }

    .nat-averias--titular .averias--ct-button {
        margin: 0 auto 0 80px;
        max-width: 728px
    }
}

.nat-averias-pulse {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0
}

.nat-averias-pulse.vista-1 {
    bottom: 68px;
    left: 177px
}

.nat-averias-pulse.vista-2,
.nat-averias-pulse.vista-3,
.nat-averias-pulse.vista-4 {
    bottom: 38px;
    right: 0;
    left: 73px
}

.pulse-button {
    position: relative;
    top: 50%;
    left: 50%;
    margin-left: -50px;
    margin-top: -50px;
    display: block;
    width: 31px;
    height: 31px;
    font-size: 1.3em;
    font-weight: light;
    font-family: "Trebuchet MS", sans-serif;
    text-transform: uppercase;
    text-align: center;
    line-height: 100px;
    letter-spacing: -1px;
    color: #fff;
    border: none;
    border-radius: 50%;
    background: #f28d15;
    cursor: pointer;
    box-shadow: 0 0 0 0 rgba(242, 141, 21, .5);
    -webkit-animation: 1.5s infinite pulse;
    opacity: .35
}

.pulse-button:hover {
    -webkit-animation: none
}

.nateevo-carrucel-plan .swiper-button-next,
.nateevo-carrucel-plan .swiper-button-prev {
    color: #019bf2 !important
}

.btn-box .btn-plan-carruecel {
    color: #fff;
    background: #0b2739;
    padding: 15px 45px;
    border-radius: 100px;
    font-weight: 700;
    font-size: 16px;
    text-transform: uppercase
}

.btn-box {
    text-align: center;
    margin-top: 70px;
    margin-bottom: 40px;
    position: relative;
    left: -1%
}

.nateevo-carrucel-plan .header-plan-carrucel {
    text-align: center
}

.nateevo-carrucel-plan .header-plan-carrucel .title {
    font-size: 24px;
    line-height: 30px;
    max-width: 717px;
    margin: auto auto 30px;
    color: #50535a;
    font-weight: 400
}

.nateevo-carrucel-plan .box-number h3 {
    font-size: 16px;
    line-height: 20px;
    color: #50535a;
    width: 100%;
    max-width: 280px;
    text-align: center;
    position: absolute;
    left: 4%;
    margin-top: 15px
}

.nateevo-carrucel-plan .header-plan-carrucel .subtitle {
    font-weight: 300;
    font-size: 20px;
    margin-bottom: 60px
}

.nateevo-carrucel-plan {
    position: relative;
    background: #f5f5f5;
    padding: 60px
}

.nateevo-carrucel-plan .box--device {
    position: relative;
    margin-top: 90px
}

.nateevo-carrucel-plan .box-number {
    position: relative;
    top: -80px;
    text-align: center;
    color: #fff
}

.nateevo-carrucel-plan .box--device .image__device {
    display: block;
    margin: 0 auto;
    max-width: 100%
}

.nateevo-carrucel-plan .numero {
    background: #019af1;
    color: #fff;
    width: 30px;
    height: 30px;
    margin: auto;
    border-radius: 100px;
    line-height: 30px;
    position: relative
}

.nateevo-carrucel-plan .device__promo {
    position: absolute;
    height: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 -10px;
    transform: inherit;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    opacity: 0;
    visibility: hidden
}

.nateevo-carrucel-plan .device__promo .promo__list {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 50px 0
}

.nateevo-carrucel-plan .device__promo .promo__item {
    width: 62px;
    height: 62px;
    border-radius: 6px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0;
    margin-right: 3px;
    box-sizing: border-box
}

.nateevo-carrucel-plan .device__promo .promo__item:last-child {
    margin-right: 0
}

.nateevo-carrucel-plan .device__promo .promo__item.promo__item--lg {
    width: 74px;
    height: 70px
}

.nateevo-carrucel-plan .device__promo .promo__item.promo__item--lg .description {
    font-size: 12px
}

.nateevo-carrucel-plan .device__promo .promo__item.promo__item--lg .delivery__icon {
    margin-top: 5px;
    font-size: 30px;
    color: #fff
}

.nateevo-carrucel-plan .device__promo .promo__item .promo__box {
    width: 100%;
    text-align: center
}

.nateevo-carrucel-plan .device__promo .promo__item .description {
    font-weight: 300;
    font-size: 10px;
    line-height: 1.2;
    margin: 0
}

.nateevo-carrucel-plan .device__promo .promo__item .description b,
.nateevo-carrucel-plan .device__promo .promo__item .description strong {
    font-size: 12px;
    font-weight: 700;
    margin: 5px 0 0;
    display: block
}

.nateevo-carrucel-plan .device__promo--vertical .promo__list {
    width: 62px
}

.nateevo-carrucel-plan .device__promo--vertical .promo__item {
    margin-right: 0;
    margin-bottom: 3px
}

.nateevo-carrucel-plan .device__promo--vertical .promo__item:last-child {
    margin-bottom: 0;
    margin-left: 0
}

.nateevo-carrucel-plan .device__header .title {
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    width: 100%;
    max-height: 86px;
    overflow: hidden;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.2;
    color: #484848;
    margin: 0
}

.nateevo-carrucel-plan .device__content {
    margin-top: 12px
}

.nateevo-carrucel-plan .device__content .price__cash .description,
.nateevo-carrucel-plan .device__content .price__mounth .description {
    margin: 0;
    font-size: 16px;
    line-height: 1.2
}

.nateevo-carrucel-plan .device__content .price__cash .price,
.nateevo-carrucel-plan .device__content .price__mounth .price {
    margin: 0;
    font-size: 24px;
    line-height: 1.2
}

.nateevo-carrucel-plan .device__delivery.device__delivery--icon .delivery__icon,
.nateevo-carrucel-plan .device__plan.device__plan--icon .plan__icon {
    margin-right: 5px
}

.nateevo-carrucel-plan .device__content .price__cash .description.description__uppercase {
    font-size: 14px;
    text-transform: uppercase
}

.nateevo-carrucel-plan .device__content .price__mounth {
    margin-top: 5px
}

.nateevo-carrucel-plan .device__content .price__mounth .description.description__uppercase {
    font-size: 14px;
    text-transform: uppercase
}

.nateevo-carrucel-plan .device__plan {
    margin: 12px 0 0
}

.nateevo-carrucel-plan .device__plan .description__quota {
    font-size: 14px;
    line-height: 1.3;
    margin: 0 0 5px
}

.nateevo-carrucel-plan .device__delivery .description,
.nateevo-carrucel-plan .device__plan .description {
    line-height: 1.3;
    margin: 0;
    font-size: 16px
}

.nateevo-carrucel-plan .device__plan.device__plan--icon .description {
    font-size: 14px
}

.nateevo-carrucel-plan .device__delivery {
    margin: 5px 0 0
}

.nateevo-carrucel-plan .device__footer,
.nateevo-carrucel-plan .plan--carousel .swiper-wrapper .swiper-slide-active .box--info {
    margin-top: 30px
}

.nateevo-carrucel-plan .device__delivery.device__delivery--icon .description {
    font-size: 14px
}

.nateevo-carrucel-plan .device__footer .button__action {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    max-width: 176px;
    height: 48px;
    margin: 0 auto;
    border: 0;
    border-radius: 70px;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.2;
    box-shadow: inherit;
    padding: 0;
    cursor: pointer
}

.nat-averias--carrusel .slick-next:before,
.nat-averias--carrusel .slick-prev:before,
.nat-averias--form .averias--input label,
.nat-averias--form .averias--input-icon label {
    font-size: 0
}

.nateevo-carrucel-plan .plan--carousel .swiper-wrapper .swiper-slide-active .box--device,
.nateevo-carrucel-plan .plan--carousel .swiper-wrapper .swiper-slide-active .box--info,
.nateevo-carrucel-plan .plan--carousel .swiper-wrapper .swiper-slide-active .device__promo {
    opacity: 1;
    visibility: visible
}

.nateevo-carrucel-plan .plan--carousel .swiper-button-next,
.nateevo-carrucel-plan .plan--carousel .swiper-button-prev {
    display: none
}

.nateevo-carrucel-plan .plan--carousel .plan__gallery {
    width: 100%;
    max-width: 380px;
    margin: 0 auto
}

.nateevo-carrucel-plan .plan--carousel .plan__gallery .equipment__item {
    width: 220px
}

.nateevo-carrucel-plan .plan--carousel .plan__gallery .box--device .device {
    position: relative;
    height: 440px
}

.nateevo-carrucel-plan .plan--carousel .plan__gallery .box--device .device .image__device {
    height: 445px;
    object-fit: cover;
    width: 100%
}

.nateevo-carrucel-plan .plan--carousel .equipment__thumbs {
    width: 100%;
    margin: 0 auto
}

.nateevo-carrucel-plan .plan--carousel .box--device {
    opacity: .4
}

.nateevo-carrucel-plan .plan--carousel .box--info {
    visibility: hidden;
    opacity: 0;
    margin-left: -20%;
    margin-right: -20%;
    text-align: center
}

.nat-averias--carrusel .slick-next {
    height: 0;
    width: 0;
    line-height: 0;
    font-size: 0;
    right: 0
}

.swiper-pagination-bullet-active {
    background: #50535a !important
}

.swiper-pagination-bullet {
    width: 10px !important;
    height: 10px !important;
    display: inline-block;
    border-radius: 100%;
    opacity: 1.2 !important;
    border: 2px solid #50535a;
    background: #fff;
    cursor: pointer
}

.averias--mostrar,
.nat-averias--form #msform fieldset:not(:first-of-type) {
    display: none
}

.swiper-pagination {
    position: initial !important;
    margin-top: 40px !important
}

@media only screen and (min-width:576px) {
    .nateevo-carrucel-plan .device__header .title {
        max-height: 58px;
        -webkit-line-clamp: 2
    }
}

@media only screen and (min-width:992px) {
    .nateevo-carrucel-plan .device__promo .promo__item {
        width: 70px;
        height: 70px;
        margin-right: 5px
    }

    .nateevo-carrucel-plan .device__promo .promo__item.promo__item--lg {
        width: 94px;
        height: 90px
    }

    .nateevo-carrucel-plan .device__promo .promo__item .description b,
    .nateevo-carrucel-plan .device__promo .promo__item .description strong,
    .nateevo-carrucel-plan .device__promo .promo__item.promo__item--lg .description {
        font-size: 14px
    }

    .nateevo-carrucel-plan .device__promo--vertical .promo__list {
        width: 70px
    }

    .nateevo-carrucel-plan .device__promo--vertical .promo__item {
        margin-bottom: 5px
    }

    .nateevo-carrucel-plan .device__content .price__cash .description,
    .nateevo-carrucel-plan .device__content .price__mounth .description,
    .nateevo-carrucel-plan .device__footer .button__action {
        font-size: 18px
    }

    .nateevo-carrucel-plan .device__content .price__cash .price,
    .nateevo-carrucel-plan .device__content .price__mounth .price {
        font-size: 32px
    }

    .nateevo-carrucel-plan .device__content .price__mounth {
        margin-top: 10px
    }

    .nateevo-carrucel-plan .plan--carousel .swiper-button-next,
    .nateevo-carrucel-plan .plan--carousel .swiper-button-prev {
        display: block
    }
}

.nat-averias--form input[type=radio] {
    background-color: transparent !important;
    border: none !important;
    outline: 0 !important;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    appearance: none !important
}

.nat-averias--form {
    background: #f5f5f5;
    overflow: hidden;
    padding-bottom: 30px
}

.nat-averias--form #msform {
    width: 100%;
    text-align: center;
    position: relative;
    margin: 0 auto
}

.nat-averias--form #msform fieldset {
    background: 0 0;
    border: 1px solid #c4c4c4;
    border-radius: 4px;
    padding: 24px 16px;
    box-sizing: border-box;
    width: 328px;
    margin: 0 auto
}

.nat-averias--form .averias--d-flex {
    display: flex;
    justify-content: center;
    padding-right: 0
}

.nat-averias--form .averias--input-icon {
    position: relative;
    width: 92px;
    height: 48px;
    background: #fff;
    border: 1px solid #019df4;
    box-sizing: border-box;
    border-radius: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #019df4;
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    margin: 0 8px
}

.nat-averias--form .averias--input {
    position: relative;
    width: 257px;
    height: 40px;
    margin: 0 auto 11px;
    border: 2px solid #019df4;
    box-sizing: border-box;
    border-radius: 200px;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    letter-spacing: .0125em;
    color: #019df4
}

.nat-averias--form .averias--input.active,
.nat-averias--form .averias--input:focus,
.nat-averias--form .averias--input:hover {
    background: #019df4;
    color: #fff
}

.nat-averias--form .averias--input input {
    position: absolute;
    width: 257px;
    height: 40px;
    appearance: none;
    cursor: pointer;
    outline: transparent
}

.nat-averias--form .averias--input-icon img {
    margin-right: 6px
}

.nateevo-landing-section-instrucciones .slick-dots li,
.stefa--app--movistar--banner h2,
.stefa--app--movistar--banner p {
    margin: 0
}

.nat-averias--form .averias--input-icon input {
    position: absolute;
    width: 92px;
    height: 48px;
    appearance: none;
    cursor: pointer;
    outline: transparent
}

.nat-averias--form #progressbar {
    margin: 0;
    display: none
}

.nat-averias--form #vista-1 .averias-titulo {
    font-weight: 300;
    font-size: 32px;
    line-height: 40px;
    text-align: center;
    color: #50535a;
    max-width: 236px;
    margin: 0 auto 20px
}

.stefa--app--movistar--banner .badge--rosa {
    background-color: #e63780;
    border-radius: 2px;
    max-width: 123px;
    color: #fff;
    font-size: 13px;
    text-align: center
}

.stefa--app--movistar--banner .title {
    color: #019df4;
    font-size: 24px;
    line-height: 28px;
    font-weight: 300;
    max-width: 265px;
    padding-top: 10px;
    padding-bottom: 10px
}

.stefa--app--movistar--banner .title b,
.stefa--app--movistar--banner p b {
    font-weight: 700
}

.stefa--app--movistar--banner .subtitle {
    color: #50535a;
    font-size: 14px;
    line-height: 17px;
    max-width: 267px;
    margin-bottom: 25px;
    font-weight: 300
}

.banner--app--movistar .item__picture .picture__image {
    object-position: right top
}

.stefa--app--movistar--banner .btn--app--movistar {
    color: #fff !important;
    background-color: #019df4;
    border-radius: 200px;
    font-size: 16px;
    outline: 0;
    text-decoration: none;
    padding: 12px 27px
}

@media(min-width:600px) {
    .stefa--app--movistar--banner .badge--rosa {
        max-width: 134px;
        font-size: 14px
    }

    .stefa--app--movistar--banner .title {
        max-width: 440px;
        font-size: 40px;
        line-height: 48px
    }

    .stefa--app--movistar--banner .subtitle {
        font-size: 24px;
        max-width: 490px;
        line-height: 30px;
        margin-bottom: 35px
    }

    .stefa--app--movistar--banner .btn--app--movistar {
        padding: 13px 30px
    }
}

.nat-averias--form #si-ok .averias-titulo {
    max-width: 294px;
    font-weight: 300;
    font-size: 32px;
    line-height: 38px;
    text-align: center;
    letter-spacing: .0036em;
    color: #5cb615;
    margin: 24px auto 0
}

.nat-averias--form #no-ayuda .averias-titulo {
    max-width: 275px;
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    text-align: center;
    letter-spacing: .0036em;
    color: #50535a;
    margin: 0 auto 24px
}

.nat-averias--form .averias--button-wsp {
    width: 200px;
    height: 40px;
    background: #5cb615;
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: start;
    position: relative;
    margin: 0 auto;
    padding-left: 44px
}

.nat-averias--form .averias--whatsApp {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: .0125em;
    color: #fff;
    padding-top: 8px;
    padding-left: 15px
}

.nat-averias--form .averias--text-whatsApp {
    max-width: 269px;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    color: #50535a;
    margin: 0 auto 12px
}

.nat-averias--form .averias--textarea {
    width: 245px;
    height: 106px;
    background: #fff;
    border: 1px solid #b6b7b7;
    box-sizing: border-box;
    border-radius: 8px;
    outline: 0;
    font-style: italic;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    padding: 12px;
    resize: none;
    margin: 13px auto 16px
}

.nat-averias--form .averias--btn-enviar {
    width: 200px;
    height: 40px;
    background: #019df4;
    border-radius: 200px;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    letter-spacing: .0125em;
    color: #fff;
    margin: 0 auto 28px;
    border: 0
}

.nat-averias--form .averias--btn-enviar:disabled {
    color: #fff;
    background-color: rgba(1, 157, 244, .5);
    border-color: rgba(1, 157, 244, .5);
    cursor: no-drop
}

.nat-averias--form .averias--texto-gracias {
    font-weight: 300;
    font-size: 24px;
    line-height: 28px;
    text-align: center;
    color: #5cb615;
    margin: 0 auto 20px
}

@media (min-width:993px) {
    .nat-averias--form {
        padding-bottom: 80px
    }

    .nat-averias--form #msform fieldset {
        width: 100%;
        margin: 0 auto;
        border: 0
    }

    .nat-averias--form .averias--input-icon {
        width: 120px;
        height: 62px;
        margin: 0 20px;
        border-radius: 45px
    }

    .nat-averias--form .averias--input-icon input {
        width: 120px;
        height: 62px
    }

    .nat-averias--form #vista-1 .averias-titulo {
        font-size: 40px;
        line-height: 22px;
        max-width: 100%;
        margin: 0 auto 40px
    }

    .nat-averias--form #si-ok .averias-titulo {
        max-width: 100%;
        margin: 20x auto 0
    }

    .nat-averias--form #no-ayuda .averias-titulo {
        max-width: 275px;
        font-weight: 400;
        font-size: 20px;
        line-height: 24px;
        text-align: center;
        letter-spacing: .0036em;
        color: #50535a;
        margin: 0 auto 24px
    }

    .nat-averias--form .averias-titulo__general {
        font-size: 40px !important;
        font-weight: 300 !important;
        margin-bottom: 50px !important;
        color: #50535a !important;
        max-width: 440px !important
    }

    .nat-averias--form .averias--button-wsp {
        width: 200px;
        height: 40px;
        background: #5cb615;
        border-radius: 100px;
        display: flex;
        align-items: center;
        justify-content: start;
        position: relative;
        margin: 0 auto;
        padding-left: 44px
    }

    .nat-averias--form .averias--whatsApp {
        position: absolute;
        top: 0;
        right: 0;
        left: 0;
        font-weight: 700;
        font-size: 16px;
        line-height: 24px;
        letter-spacing: .0125em;
        color: #fff;
        padding-top: 8px;
        padding-left: 15px
    }

    .nat-averias--form .averias--text-whatsApp {
        max-width: 400px;
        font-weight: 400;
        font-size: 16px;
        line-height: 24px;
        text-align: center;
        color: #50535a;
        margin: 35px auto 24px
    }

    .nat-averias--form .averias--textarea {
        width: 653px;
        height: 140px;
        background: #fff;
        border: 1px solid #b6b7b7;
        box-sizing: border-box;
        border-radius: 8px;
        outline: 0;
        font-style: italic;
        font-weight: 400;
        font-size: 14px;
        line-height: 17px;
        padding: 12px;
        resize: none;
        margin: 13px auto 16px
    }

    .nat-averias--form .averias--btn-enviar {
        width: 200px;
        height: 40px;
        background: #019df4;
        border-radius: 200px;
        font-weight: 700;
        font-size: 16px;
        line-height: 24px;
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
        letter-spacing: .0125em;
        color: #fff;
        margin: 0 auto 28px;
        border: 0
    }

    .nat-averias--form .averias--texto-gracias {
        font-weight: 300;
        font-size: 36px;
        line-height: 36px;
        width: 416px;
        text-align: center;
        color: #5cb615;
        margin: 0 auto 20px
    }

    .averias--mostrar {
        display: none
    }

    .averias--input-content {
        display: flex;
        justify-content: center
    }

    .averias--input-content .averias--input {
        margin: 10px
    }
}

.contenedor-radio--caja {
    display: flex;
    width: 653px;
    justify-content: space-between
}

@media (max-width:993px) {
    .contenedor-radio--caja {
        flex-direction: column;
        width: 100%
    }
}

.contenedor-radio--caja_left {
    display: flex;
    flex-direction: column
}

.contenedor-radio {
    display: block;
    position: relative;
    padding-left: 24px;
    margin-bottom: 22px;
    cursor: pointer;
    font-size: 14px;
    line-height: 20px;
    color: #50535a;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-align: left;
    font-weight: 400
}

.contenedor-radio .input-radio {
    position: absolute;
    opacity: 0;
    cursor: pointer
}

.checkmark {
    position: absolute;
    top: 3px;
    left: 0;
    height: 16px;
    width: 16px;
    background-color: #f5f5f5;
    border: 1px solid #b6b7b7;
    border-radius: 50%
}

.contenedor-radio:hover .input-radio~.checkmark {
    background-color: #ccc
}

.contenedor-radio .input-radio:checked~.checkmark {
    background-color: #fff;
    border: 1px solid #5cb615
}

.checkmark:after {
    content: "";
    position: absolute;
    display: none
}

.contenedor-radio .input-radio:checked~.checkmark:after {
    display: block
}

.contenedor-radio .checkmark:after {
    top: 1px;
    left: 1px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #5cb615
}

.portlet-celulares-app-movistar__fondo .nateevo-carrucel-plan {
    background: #f5f5f5
}

.nateevo-banner-pago {
    position: relative;
    height: 500px
}

.nateevo-banner-pago .banner__info {
    padding: 40px 0
}

.nateevo-banner-pago .banner__info .info__badge {
    background-color: #e63780;
    font-weight: 400;
    font-size: 18px;
    color: #fff;
    max-width: 171px;
    height: 23px;
    line-height: 22px;
    text-align: center
}

.nateevo-banner-pago .item__picture,
.nateevo-banner-pago .item__picture .picture__image {
    position: absolute;
    height: 100%;
    right: 0;
    top: 0;
    left: 0;
    z-index: -1
}

.nateevo-banner-pago .banner__info .info__box {
    display: block;
    width: 100%;
    color: #019df4
}

.nateevo-banner-pago .banner__info .info__box .title--participa {
    font-size: 56px;
    font-weight: 400;
    margin: 0 0 20px
}

.nateevo-banner-pago .banner__info .info__box .title--participa .title__sub {
    display: flex;
    align-items: flex-start;
    font-size: 144px;
    font-weight: 400;
    line-height: .8
}

.nateevo-banner-pago .banner__info .info__box .title--participa .title__sub span {
    position: relative;
    font-size: 56px;
    margin-top: 5px
}

.nateevo-banner-pago .banner__info .info__box .description {
    font-size: 24px;
    font-weight: 400;
    color: #63666d
}

.nateevo-banner-pago .banner__info .info__box .container--btn {
    display: block;
    margin-top: 30px;
    text-align: left
}

.nateevo-banner-pago .banner__info .info__box .container--btn .box__btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    text-decoration: none;
    height: 50px;
    padding: 0 35px;
    font-size: 20px;
    font-weight: 400;
    border-radius: 200px;
    background-color: #019df4;
    text-transform: uppercase
}

.nateevo-banner-pago .item__picture .picture__image {
    display: block;
    width: 100%;
    max-width: 100%;
    object-fit: cover;
    object-position: right
}

.nat-averias--enlaces {
    margin-top: 30px;
    margin-bottom: 7px;
    padding-left: 15px
}

.nat-averias--enlaces .averias--titulo {
    max-width: 306px;
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    color: #50535a;
    margin-bottom: 23px
}

.averias--d-flex {
    display: block;
    padding-right: 30px
}

.nat-averias--enlaces .averias--links {
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #019df4;
    margin-bottom: 23px;
    text-decoration: underline;
    display: block
}

@media (min-width:993px) {
    .nat-averias--enlaces {
        margin-top: 80px;
        margin-bottom: 57px;
        text-align: center
    }

    .nat-averias--enlaces .averias--titulo {
        font-size: 32px;
        line-height: 40px;
        margin: 0 auto 20px
    }

    .averias--d-flex {
        display: flex;
        align-items: center;
        justify-content: space-between;
        max-width: 1120px;
        margin: 0 auto;
        padding-right: 0
    }
}

.n-content-subtitle {
    font-style: normal;
    font-weight: 300 !important;
    font-size: 20px !important;
    line-height: 25px
}

.nateevo--como--participar {
    background-color: #f4f4f3;
    padding-top: 55px !important;
    padding-bottom: 20px !important
}

.bloque_basico_pe.bloque_basico--blue .btn_container_pe .btn_pe {
    background: #0b2739;
    border-radius: 25px;
    font-weight: 400;
    max-width: 220px;
    font-size: 18px;
    line-height: 22px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center
}

.banner-hero .slider__item[data-slick-index="1"] .container__body .btn--primary {
    border-radius: 45px
}

.banner-hero .slider__item[data-slick-index="1"] .container__body .title {
    width: 70%
}

.nateevo--doble__opcion .bloque_basico_pe.azul {
    background-color: #019df4 !important
}

.benefit--section,
.nateevo--recibos__banco {
    background-color: #f4f4f3
}

.nateevo--recibos__banco .collapsible-header {
    background-color: #f4f4f3 !important
}

.slider-videos-title {
    display: none !important
}

.nateevo-porlet-white {
    background-color: #fff !important
}

.nateevo-landing-section-instrucciones {
    padding-top: 20px;
    font-style: normal;
    max-width: 1360px;
    margin: 0 auto
}

.nateevo-appMiMovistar--bannerDestacado .bannerDestacado--button .button--link {
    background-color: #019df4 !important;
    border-radius: 26px
}

.nateevo-appMiMovistar--bannerDestacado .bannerDestacado--image {
    margin-top: 80px
}

@media (max-width:480px) {
    .nateevo-carrucel-plan .header-plan-carrucel .title {
        font-size: 18px;
        line-height: 22px;
        max-width: 247px
    }

    .nateevo-carrucel-plan .plan--carousel .box--device {
        opacity: .2
    }

    .nateevo-carrucel-plan {
        padding-top: 50px !important;
        padding-bottom: 30px !important;
        padding: 0
    }

    .nateevo-carrucel-plan .box-number h3 {
        max-width: 195px
    }

    .nateevo-carrucel-plan .box-number {
        top: -115px
    }

    .nateevo-carrucel-plan .box--device {
        margin-top: 115px
    }

    .device-one {
        position: relative;
        right: -3%
    }

    .n-content-title-dom p {
        font-size: 16px !important
    }

    .comision1 {
        background-color: #fff
    }

    .nateevo-appMiMovistar--bannerDestacado .bannerDestacado--image {
        margin-top: 50px
    }

    .bloque_basico_pe .col_title_pe {
        font-size: 25px;
        max-width: 276px
    }

    .nateevo--doble__opcion .bloque_basico_pe.azul .btn_container_pe .btn_pe {
        max-width: 100%;
        font-size: 16px
    }

    .nateevo--doble__opcion .btn_container_pe a.btn_pe.big {
        height: 50px
    }

    .banner-hero .slider__item[data-slick-index="1"] .container__body .title {
        width: 100%
    }
}

@media (min-width:1200px) {
    .nateevo-carrucel-plan .device__promo .promo__item:last-child {
        margin-right: -25px
    }

    .nateevo-carrucel-plan .device__promo .promo__list {
        margin: 50px -14px
    }

    .nateevo-appMiMovistar--bannerDestacado .bannerDestacado--titulo {
        font-size: 40px
    }

    .nateevo-appMiMovistar--bannerDestacado .bannerDestacado--descripcion {
        font-size: 24px
    }
}

.nateevo-como-pagar a.btn-descarga,
.services-links-wrapper.ct-servicios .services-links__link.fix.btn-descarga {
    align-items: center;
    width: 176px;
    height: 48px;
    padding: 0;
    color: #fff;
    display: flex;
    background: #019df4;
    font-size: 18px;
    line-height: 22px;
    text-align: center
}

.n-content-title-dom {
    position: relative;
    left: 0;
    right: 0;
    text-align: center
}

.n-content-title-dom p {
    color: #50535a;
    font-weight: 300;
    font-size: 24px
}

.n-content-title-dom .n-content-title-dom__title {
    font-weight: 300;
    font-size: 40px;
    color: #50535a;
    margin: 20px auto;
    max-width: 759px
}

.services-links-wrapper.ct-servicios {
    margin-bottom: 40px
}

.services-links-wrapper.ct-servicios .services-links__link.fix.btn-descarga {
    font-weight: 400;
    justify-content: center;
    border-radius: 4px;
    margin: 30px auto
}

.nateevo-como-pagar .bloque_comodin_pe {
    padding: 70px 20px 20px;
    max-width: 656px
}

.nateevo-como-pagar a.btn-descarga {
    font-weight: 400;
    justify-content: center;
    border-radius: 36px
}

.nateevo-landing-section-instrucciones .ct-app-slider,
.nateevo-landing-section-instrucciones .ct-tres-slider {
    margin-top: 40px
}

.nateevo-landing-section-instrucciones .item .item-body {
    padding: 0 15px
}

.nateevo-landing-section-instrucciones .item .item-body .section__header p.numero {
    width: 30px;
    height: 30px;
    border-radius: 13px;
    font-weight: 700;
    font-size: 16px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    background-color: #019bf2;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto
}

.nateevo-landing-section-instrucciones .item .item-body .section__header h3 {
    width: 230px;
    margin: 18px auto;
    height: 50px;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    color: #50535a
}

.nateevo-landing-section-instrucciones .slick-dots li button:before {
    font-size: 40px;
    color: #b6b7b7;
    opacity: .75
}

.slick-dots li.slick-active button:before {
    color: #0b2739
}

.nateevo-como-pagar a.btn-descarga {
    margin: 50px auto 60px
}

.layout_col_1.layout_transparent .faqs-accordion__question:hover,
.layout_transparent .faqs-accordion__item.active {
    background: 0 0
}

.nateevo-preguntas p {
    margin-bottom: 15px
}

@media only screen and (min-width:993px) {
    .services-links-wrapper.ct-servicios .services-links__title {
        height: auto
    }
}

@media only screen and (min-width:890px) {
    .nateevo-como-pagar .bloque_comodin_pe {
        padding: 30px 0
    }
}

@media only screen and (max-width:600px) {
    .nateevo-banner-pago .banner__info .info__badge {
        font-size: 16px;
        max-width: 159px
    }

    .n-content-title-dom .n-content-title-dom__title,
    .nateevo-banner-pago .banner__info .info__box .title--participa {
        font-size: 32px
    }

    .nateevo-banner-pago .banner__info .info__box .title--participa .title__sub {
        font-size: 72px
    }

    .nateevo-banner-pago .banner__info .info__box .title--participa .title__sub span {
        font-size: 32px;
        font-weight: 700
    }

    .nateevo-banner-pago .banner__info .info__box .description {
        font-size: 16px;
        max-width: 235px;
        text-align: left
    }

    .nateevo-banner-pago .banner__info .info__box .container--btn {
        margin-top: 20px
    }

    .nateevo-banner-pago .banner__info .info__box .container--btn .box__btn {
        font-size: 14px;
        height: 42px
    }

    .layout_col_1 .mobile-scroll-adapter .quick-links-container {
        flex-flow: inherit !important;
        overflow-x: scroll !important
    }

    .n-content-title-dom p {
        font-size: 16px
    }

    .n-content-title-dom {
        max-width: 320px;
        margin: 0 auto
    }

    .nateevo-como-pagar a.btn-descarga {
        margin: 60px auto
    }

    .category-tabs-container .category-tabs.tabs {
        justify-content: center;
        margin: 10px auto;
        width: 100%
    }
}

.hunter-atc {
    top: 350px !important;
    z-index: 996;
    position: fixed;
    right: 0;
    width: 100%;
    max-width: 182px
}

.movistar--blue .navigation__logo-text {
    color: #019df4
}

.carrucel-equipos-nateevo .device-carousel__brand {
    font-size: 24px
}

.movistar--blue .navigation__logo--svg {
    color: #019df4
}

.movistar--blue .mlnavigation {
    background: #019df4
}

.portlet--recharge .recharge--online .recharge__sidebar {
    padding-left: 0 !important;
    padding-top: 20px !important;
    background-color: #019df4 !important;
    height: 411px
}

.recharge__sidebar .sidebar__container {
    position: relative;
    width: 148px
}

.recharge__sidebar .sidebar__container .title.white {
    font-size: 24px !important;
    text-align: center;
    font-weight: 300 !important;
    max-width: 250px;
    margin: auto
}

.recharge__sidebar .sidebar__container .title.white .gb {
    font-size: 40px;
    position: relative;
    top: -10px
}

.recharge__sidebar .sidebar__container .subtitle.white {
    text-align: center
}

@media only screen and (min-width:601px) {
    .recharge__sidebar .sidebar__container {
        width: 100% !important;
        margin: auto !important
    }
}

.hunter-atc .hunter-atc__content .content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.hunter-atc .hunter-atc__content .content .content-left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    max-width: 38px;
    height: 38px;
    margin: 0 2px 0 0;
    border-radius: 10px 0 0 10px;
    background-color: #0b2739;
    cursor: pointer;
    -webkit-animation: 1.5s infinite pulse;
    animation: 1.5s infinite pulse
}

.hunter-atc .hunter-atc__content .content .content-left .content-left__icon {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-transition: .2s linear;
    transition: .2s linear
}

.hunter-atc .hunter-atc__content .content .content-right {
    overflow: hidden;
    width: 100%;
    min-width: 142px;
    max-width: 142px;
    height: 164px;
    border-radius: 0 0 0 10px;
    background-image: url("/documents/37905/58615/PNG_JUL_Background.png/dd961e52-91e7-defb-e4f4-6353f9f1649e?t=1627402505787");
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
    -webkit-transition: .2s linear;
    transition: .2s linear
}

.hunter-atc .hunter-atc__content .content .content-right .content-right__header .header-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 38px;
    font-size: 16px;
    color: #019df4
}

.hunter-atc .hunter-atc__content .content .content-right .content-right__header .header-text--active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.hunter-atc .hunter-atc__content .content .content-right .content-right__header .header-text--inactive {
    display: none
}

.hunter-atc .hunter-atc__content .content .content-right .content-right__qr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.hunter-atc .hunter-atc__content .content .content-right .content-right__qr .qr-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    max-width: 108px;
    height: 108px;
    background-color: #fff;
    border-radius: 5px
}

.hunter-atc .hunter-atc__content .content .content-right .content-right__qr .qr-content .qr-content__image {
    width: 100%;
    max-width: 100px;
    height: 100px
}

.hunter-atc--toggle .hunter-atc__content .content .content-left .content-left__icon {
    -webkit-transform: rotate(0);
    transform: rotate(0)
}

.hunter-atc--toggle .hunter-atc__content .content .content-right {
    height: 38px;
    border-radius: 0
}

.hunter-atc--toggle .hunter-atc__content .content .content-right .content-right__header .header-text--active {
    display: none
}

.hunter-atc--toggle .hunter-atc__content .content .content-right .content-right__header .header-text--inactive {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scale(.9);
        -moz-transform: scale(.9);
        -ms-transform: scale(.9);
        -o-transform: scale(.9);
        transform: scale(.9)
    }

    70% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
        box-shadow: 0 0 0 7px rgba(242, 141, 21, 0)
    }

    100% {
        -webkit-transform: scale(.9);
        -moz-transform: scale(.9);
        -ms-transform: scale(.9);
        -o-transform: scale(.9);
        transform: scale(.9);
        box-shadow: 0 0 0 0 rgba(242, 141, 21, 0)
    }

    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(1, 155, 242, .8);
        box-shadow: 0 0 0 0 rgba(1, 155, 242, .8)
    }

    70% {
        -webkit-box-shadow: 0 0 0 6px rgba(1, 155, 242, 0);
        box-shadow: 0 0 0 6px rgba(1, 155, 242, 0)
    }

    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(1, 155, 242, 0);
        box-shadow: 0 0 0 0 rgba(1, 155, 242, 0)
    }
}

@keyframes pulse {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(1, 155, 242, .8);
        box-shadow: 0 0 0 0 rgba(1, 155, 242, .8)
    }

    70% {
        -webkit-box-shadow: 0 0 0 6px rgba(1, 155, 242, 0);
        box-shadow: 0 0 0 6px rgba(1, 155, 242, 0)
    }

    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(1, 155, 242, 0);
        box-shadow: 0 0 0 0 rgba(1, 155, 242, 0)
    }
}

@media only screen and (max-width:1024px) {
    .hunter-atc {
        display: none
    }
}

.icon-navigate_previo:before {
    content: "e408"
}

#hunter-nav2 p.texto-vertical-2 {
    writing-mode: vertical-lr;
    transform: rotate(180deg);
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
    text-align: right;
    color: #019df4;
    z-index: 99999
}

#hunter-nav2 p.texto-vertical-2 span {
    font-weight: 300;
    font-size: 28px;
    padding: 0;
    line-height: 0;
    margin: 0;
    display: inline;
    color: #fff;
    text-align-last: center
}

#hunter-nav2 #texto-animado span {
    max-width: 158px;
    margin: 0 auto;
    display: inline-block;
    font-weight: 400;
    font-size: 12px;
    line-height: 15px;
    text-align: center;
    color: #019df4
}

@-webkit-keyframes pulse {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(149, 75, 151, .8)
    }

    70% {
        -webkit-box-shadow: 0 0 0 10px rgba(149, 75, 151, 0)
    }

    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(149, 75, 151, 0)
    }
}

@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(149, 75, 151, .8)
    }

    70% {
        box-shadow: 0 0 0 10px rgba(149, 75, 151, 0)
    }

    100% {
        box-shadow: 0 0 0 0 rgba(149, 75, 151, 0)
    }
}

@-webkit-keyframes myAnimation {
    0% {
        -webkit-transform: scale(0);
        opacity: 0
    }

    25% {
        -webkit-transform: scale(.25);
        opacity: 1
    }

    50% {
        -webkit-transform: scale(.5);
        opacity: 1
    }

    75% {
        -webkit-transform: scale(1.35);
        opacity: 1
    }

    100% {
        -webkit-transform: scale(1);
        opacity: 1
    }
}

@-moz-keyframes myAnimation {
    0% {
        -moz-transform: scale(0);
        opacity: 0
    }

    25% {
        -moz-transform: scale(.25);
        opacity: 1
    }

    50% {
        -moz-transform: scale(.5);
        opacity: 1
    }

    75% {
        -moz-transform: scale(1.35);
        opacity: 1
    }

    100% {
        -moz-transform: scale(1);
        opacity: 1
    }
}

@keyframes myAnimation {
    0% {
        transform: scale(0);
        opacity: 0
    }

    25% {
        transform: scale(.25);
        opacity: 1
    }

    50% {
        transform: scale(.5);
        opacity: 1
    }

    75% {
        transform: scale(1.35);
        opacity: 1
    }

    100% {
        transform: scale(1);
        opacity: 1
    }
}

#icon {
    -webkit-animation: 2s linear forwards myAnimation;
    -moz-animation: 2s linear forwards myAnimation;
    animation: 2s linear forwards myAnimation
}

#texto-animado {
    position: relative
}

#hunter-nav2:hover #texto-animado {
    right: 0
}

#hunter-overlay {
    display: none;
    position: fixed;
    z-index: 3;
    height: 100vh;
    width: 100vw;
    background-color: transparent
}

#hunter-nav2 {
    position: fixed;
    overflow: hidden;
    height: 180px;
    bottom: 50px;
    right: -120px;
    z-index: 4;
    display: flex;
    background: #0b2739;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    cursor: pointer;
    min-width: 200px;
    -webkit-animation: 1.5s infinite pulse;
    animation: 1.5s infinite pulse;
    box-shadow: 0 0 10px 2px rgba(0, 0, 0, .4)
}

@media only screen and (min-width:768px) {
    .nateevo-carrucel-plan .device__promo {
        margin: 0 15px
    }

    .nateevo-carrucel-plan .plan--carousel .equipment__thumbs,
    .nateevo-carrucel-plan .plan--carousel .plan__gallery {
        max-width: 850px
    }

    .nateevo-carrucel-plan .plan--carousel .plan__gallery .equipment__item {
        width: 300px
    }

    .nateevo-carrucel-plan .plan--carousel .plan__gallery .box--device .device {
        height: 450px
    }

    #hunter-nav2 {
        bottom: 320px;
        right: -150px
    }
}

#hunter-nav2 .text-hand {
    font-family: Telefonica-Hand
}

#hunter-nav2 img {
    max-width: 102px;
    display: block;
    margin: 20px auto 15px
}

#hunter-nav2 p {
    max-width: 125px;
    margin: 10px auto;
    font-size: 14px;
    text-align: center
}

#hunter-nav2 p a {
    color: #fff;
    text-decoration: none
}

#hunter-nav2 p a span {
    display: block;
    line-height: 1.3em
}

.portlet-content__banners .portlet-column {
    padding: 0
}

.banner--destacado--samsung {
    height: 500px
}

.banner--destacado--samsung .picture .image {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: bottom center
}

.banner--destacado--samsung .row--destacado--samsung {
    width: 91.5%;
    max-width: 1280px;
    margin: 0 auto;
    padding: 30px 16px;
    height: 100%
}

.banner--destacado--samsung .row .col {
    padding: 0;
    color: #fff
}

.banner--destacado--samsung .col--txt--samsung .badge--samsung {
    background-color: #e63780;
    max-width: 120px;
    height: 18px;
    font-size: 13px;
    text-transform: uppercase;
    text-align: center;
    margin: 0
}

.banner--destacado--samsung .col--txt--samsung .title {
    font-size: 24px;
    line-height: 30px;
    max-width: 299px;
    margin: 0;
    padding-top: 12px;
    padding-bottom: 10px;
    font-weight: 300
}

.banner--destacado--samsung .row .col .subtitle {
    margin: 0;
    font-weight: 300;
    font-size: 16px;
    padding-bottom: 13px
}

.banner--destacado--samsung .col--txt--samsung .btn--destacado--samsung {
    background-color: #019df4;
    border-radius: 200px;
    font-size: 16px;
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    outline: 0;
    padding: 12px 30px;
    display: inline-block
}

.samsung__premio {
    position: relative;
    text-align: center;
    padding: 26px 0 16px;
    width: 100%
}

.samsung__premio .picture .image {
    position: relative;
    width: auto;
    height: 143px
}

.banner--destacado--samsung .col--img--equipo .content--equipo .sticker--content {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-around
}

.banner--destacado--samsung .col--img--equipo .content--equipo .sticker--content .item__sticker {
    position: relative;
    order: 2
}

.banner--destacado--samsung .col--img--equipo .content--equipo .sticker--content .terminos {
    font-size: 10px;
    position: relative;
    order: 1;
    margin: 0
}

@media (min-width:1250px) {
    .samsung__premio .picture .image {
        height: auto
    }
}

@media (max-width:1250px) and (min-width:992px) {
    .samsung__premio .picture .image {
        height: 220px
    }
}

@media (min-width:992px) {
    .banner--destacado--samsung .row--destacado--samsung {
        padding: 40px 0 0
    }

    .nateevo-carrucel-plan .plan--carousel .plan__gallery .box--device .device .image__device {
        width: auto
    }

    .banner--destacado--samsung .col--txt--samsung .badge--samsung {
        max-width: 165px;
        height: 25px;
        font-size: 18px
    }

    .banner--destacado--samsung .col--txt--samsung .title {
        font-size: 40px;
        line-height: 50px;
        max-width: 606px
    }

    .banner--destacado--samsung .row .col .subtitle {
        font-size: 24px
    }

    .samsung__premio {
        position: absolute;
        left: 0;
        right: 0;
        bottom: 18px;
        max-width: 583px;
        margin: 0 auto;
        padding: 0;
        text-align: right
    }

    .col--img--equipo {
        position: absolute;
        bottom: 26px
    }

    .banner--destacado--samsung .col--img--equipo .content--equipo .sticker--content {
        display: block
    }

    .banner--destacado--samsung .col--img--equipo .content--equipo .sticker--content .terminos {
        margin: 10px 0 0
    }
}

.debito-automatico--content {
    position: relative;
    padding-top: 30px;
    height: 500px
}

.debito-automatico--content .debito-automatico {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.debito-automatico--content .debito-automatico .debito-automatico_subtitulo {
    font-size: 20px;
    line-height: 24px;
    color: #fff;
    margin: 0 0 10px
}

.debito-automatico--content .debito-automatico .debito-automatico_logo {
    margin-bottom: 10px;
    display: block
}

@media (min-width:1023px) {
    .debito-automatico--content .debito-automatico {
        padding-left: 40px;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }

    .debito-automatico--content .debito-automatico .debito-automatico_subtitulo {
        font-size: 24px;
        line-height: 28px
    }

    .debito-automatico--content .debito-automatico .debito-automatico_logo {
        height: 96px;
        width: auto
    }
}

.debito-automatico--content .debito-automatico .debito-automatico_info1 {
    font-size: 20px;
    line-height: 24px;
    color: #fff;
    margin: 0 0 20px
}

@media (min-width:1023px) {
    .debito-automatico--content .debito-automatico .debito-automatico_info1 {
        font-size: 24px;
        line-height: 32px
    }
}

.debito-automatico--content .debito-automatico .debito-automatico_atender {
    position: relative;
    width: 100px;
    height: 57px;
    background: #e63780;
    border-radius: 6px;
    margin-bottom: 20px
}

.debito-automatico--content .debito-automatico .debito-automatico_atender p {
    margin: 0;
    width: 100%;
    height: 100%
}

.debito-automatico--content .debito-automatico .debito-automatico_atender p span {
    position: absolute
}

.debito-automatico--content .debito-automatico .debito-automatico_atender p span.span_1 {
    color: #fff;
    font-size: 14px;
    line-height: 20px;
    top: 7px;
    left: 9px
}

.debito-automatico--content .debito-automatico .debito-automatico_atender p span.span_2 {
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    line-height: 24px;
    bottom: 7px;
    right: 9px
}

.debito-automatico--content .debito-automatico .debito-automatico_atender img {
    position: absolute;
    bottom: 11px;
    left: 13px;
    display: block
}

.debito-automatico--content .debito-automatico .debito-automatico_button {
    font-size: 16px;
    line-height: 24px;
    padding: 8px 30px;
    background: #019df4;
    color: #fff;
    border-radius: 200px;
    text-decoration: none
}

.debito-automatico--content .debito-automatico_fondo {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 1005
}

.debito-automatico--content .debito-automatico_fondo picture img {
    width: 100%;
    height: 500px;
    -o-object-position: center;
    object-position: center;
    -o-object-fit: cover;
    object-fit: cover
}

@media (min-width:1023px) {
    .debito-automatico--content .debito-automatico .debito-automatico_button {
        padding: 12px 40px
    }

    .debito-automatico--content .debito-automatico_fondo picture img {
        -o-object-position: right;
        object-position: right
    }
}

.banner--destacado--whatsapp {
    position: relative;
    color: #fff;
    width: 100%;
    height: 500px;
    padding-top: 35px;
    padding-left: 30px
}

.banner--destacado--whatsapp .banner__destacado--body {
    position: relative;
    z-index: 10
}

.banner--destacado--whatsapp .box__background--destacado,
.content--caja--padre .picture--catalogo--background {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    bottom: 0
}

.banner--destacado--whatsapp h2,
.banner--destacado--whatsapp p {
    margin: 0
}

.banner--destacado--whatsapp .banner__destacado--body .consulta {
    font-size: 24px;
    font-weight: 300
}

.banner--destacado--whatsapp .banner__destacado--body .recibo--wsp {
    font-size: 24px;
    font-weight: 300;
    margin-top: -10px
}

.banner--destacado--whatsapp .banner__destacado--body .btn--wsp--destacado {
    background-color: #0b2739;
    border-radius: 200px;
    padding: 12px 32px;
    font-size: 16px;
    text-transform: uppercase;
    color: #fff;
    text-decoration: none;
    outline: 0
}

.banner--destacado--whatsapp .banner__destacado--body .atencion {
    font-size: 18px;
    font-weight: 300;
    margin-bottom: 20px
}

.banner--destacado--whatsapp .box__background--destacado {
    right: 0
}

.banner--destacado--whatsapp .box__background--destacado .picture__destacado {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: right top;
    top: 0;
    bottom: 0
}

.content--caja--padre {
    position: relative;
    width: 100%;
    height: 500px;
    margin: 0
}

.content--caja--padre h2,
.content--caja--padre p {
    margin: 0
}

.content--caja--padre .picture--catalogo--background .img--catalogo {
    width: 100%;
    height: auto;
    object-fit: cover;
    object-position: center
}

.content--caja--padre .content--body {
    position: relative;
    padding: 15px;
    margin-left: 5%
}

.content--caja--padre .content--body .catalogo {
    background-color: #e63780;
    padding: 0 2px;
    outline: 0;
    text-decoration: none;
    color: #fff;
    margin-left: 46%;
    margin-right: 830px;
    font-size: 13px;
    margin-top: 50px
}

.content--caja--padre .content--body .btn--catalogo {
    background-color: #019df4;
    padding: 12px 30px;
    border-radius: 200px;
    outline: 0;
    text-decoration: none;
    color: #fff;
    margin-left: 45%
}

.content--caja--padre .picture--1000 .img--1000 {
    width: 545px;
    height: 140px;
    margin-left: 35%
}

.content--caja--padre .box__background--destacado {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%
}

.content--caja--padre .picture__destacado {
    width: 100%;
    height: 500px;
    -o-object-position: right;
    object-position: right;
    -o-object-fit: cover;
    object-fit: cover
}

@media only screen and (min-width:361px) and (max-width:2800px) {
    .content--caja--padre .content--body .catalogo {
        margin-left: 30%;
        margin-right: 59%;
        margin-top: 20px
    }

    .content--caja--padre .picture--1000 .img--1000 {
        margin-left: 18%;
        width: 440px;
        height: 125px
    }

    .content--caja--padre .content--body .btn--catalogo {
        margin-left: 28%
    }
}

@media (max-width:480px) {
    .recharge__sidebar .sidebar__container .title.white {
        font-size: 14px !important;
        text-align: left;
        max-width: 105px;
        font-weight: 700 !important;
        margin: inherit
    }

    .recharge__sidebar .sidebar__container .subtitle.white {
        text-align: left;
        font-size: 12px;
        font-weight: 300
    }

    .portlet--recharge .recharge--online .recharge__sidebar {
        padding-left: 20px !important;
        padding-top: 8px !important;
        background-image: url(/documents/37905/58615/PNG_JUL_Insumo-mobile1.png/143c4b66-23c3-097e-0244-74fe59f059c9?t=1627318099208);
        background-repeat: no-repeat
    }

    .recharge__sidebar .sidebar__container {
        width: 155px
    }

    .content--caja--padre .content--body .catalogo {
        margin-left: 6px;
        margin-right: 173px;
        margin-top: 0
    }

    .content--caja--padre .picture--1000 .img--1000 {
        width: 226px;
        height: 75px;
        margin-left: 0
    }

    .content--caja--padre .content--body .btn--catalogo {
        margin-left: 3px
    }

    .content--caja--padre .picture__destacado {
        object-position: right
    }
}

@media (min-width:600px) {
    .banner--destacado--whatsapp {
        padding-top: 40px;
        padding-left: 40px
    }

    .banner--destacado--whatsapp .banner__destacado--body .consulta {
        font-size: 32px
    }

    .banner--destacado--whatsapp .banner__destacado--body .title .picture--codigo .picture__codigo--pago {
        width: 332px;
        height: auto
    }

    .banner--destacado--whatsapp .banner__destacado--body .atencion {
        font-size: 24px;
        margin-bottom: 40px
    }

    .content--caja--padre {
        width: 100%
    }
}

.home--interest__col-full {
    position: relative;
    max-width: 100%;
    height: auto
}

.home--interest__col-full .box--content {
    position: absolute;
    top: 4px;
    z-index: 2;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    font-weight: 400;
    max-width: 750px;
    left: 0;
    right: 0;
    margin: 0 auto
}

.box--col-1.col {
    margin-left: 40px
}

.home--interest__col-full .box--content .box--col-2 .info--cintillo .info--text .txt-cinti-left .sub-texto {
    font-size: 14px
}

.home--interest__col-full .box--content .box--col-3 .box--button p {
    font-size: 10px;
    color: #fff;
    margin: -1px auto 8px -17px
}

.home--interest__col-full .box--content .box--col-3 .box--button .conten-button {
    width: 205px;
    height: 32px;
    border-radius: 100px;
    border: none;
    background-color: #019df4;
    color: #fff;
    padding: 6px 26px;
    margin-right: 14px
}

.home--interest__col-full .box--content .box--col-3 .box--button .conten-button .btn-cint-M {
    text-decoration: none;
    text-transform: uppercase;
    font-size: 14px;
    color: #fff
}

.home--interest__col-full .box--content .box--col-3 {
    max-width: 100%;
    margin: 0 auto;
    padding-top: 7px
}

.box--col-2 .info--cintillo .info--text {
    padding-top: 10px
}

@media (max-width:600px) {
    #hunter-nav2 {
        display: none
    }

    .bg-cintillo--picture .cintillo-2-movistar {
        width: 340px;
        height: 139px
    }

    .home--interest__col-full .box--content .box--col-2 {
        width: 100%
    }

    .box--col-2 .info--cintillo .info--text {
        text-align: center;
        font-size: 8px;
        max-width: 250px;
        margin: 0 auto;
        line-height: 15px
    }

    .box--col-3.col-auto.text-center .box--button .app-web {
        color: #000
    }

    .home--interest__col-full .box--content .box--col-2 .info--cintillo .info--text .txt-cinti-left .sub-texto {
        font-size: 10px
    }

    .box--col-1.col {
        margin-left: 0;
        position: absolute;
        right: 0;
        bottom: -16px;
        padding-left: 35px
    }

    .txt-cinti-left {
        margin-bottom: 0;
        padding-top: 6px
    }

    .home--interest__col-full .box--content .box--col-2 .info--cintillo .info--text .txt-cinti-left .sub-texto-3 {
        font-size: 13px
    }

    .box--col-1 .box-imagen-celular img {
        height: 110px;
        width: 19%;
        margin-bottom: -6px
    }

    .box--col-3 .box--button {
        margin-right: -16px
    }

    .box--col-2 .info--cintillo {
        margin-right: -15px
    }
}

.flecha-next,
.flecha-prev {
    width: 40px;
    height: 40px;
    filter: invert(51%) sepia(81%) saturate(3888%) hue-rotate(175deg) brightness(101%) contrast(99%)
}

#popup_impulsoApp_relanzamiento {
    max-width: 479px;
    width: 100%;
    border-radius: 20px;
    max-height: 544px;
    height: 100%;
    top: 0;
    bottom: 0;
    z-index: 1020 !important;
    overflow-y: hidden;
    left: 0;
    right: 0;
    margin: 0 auto;
    opacity: 0;
    visibility: hidden;
    transition: transform .3s ease-out;
    transform: translate(0, -150%)
}

.is-visible {
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: auto;
    top: 50% !important;
    transform: translate(0, -50%) !important
}

.modal-overlay {
    background: rgba(0, 0, 0, .5);
    position: fixed;
    z-index: 999;
    top: -100px;
    left: 0;
    bottom: 0;
    right: 0;
    height: 125%;
    width: 100%;
    opacity: 0;
    visibility: hidden
}

#popup_impulsoApp_relanzamiento .modal-content {
    padding: 0;
    height: 544px;
    border-radius: 1.5rem
}

.modal-despreocupate-content_relanzamiento {
    margin: 0 auto;
    height: 100%;
    overflow-y: hidden;
    display: block;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-box-align: start;
    padding: 25px 24px 24px;
    overflow-x: hidden
}

.modal-despreocupate-content_relanzamiento .picture img {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 0
}

.modal-despreocupate-content_relanzamiento .modal-despreocupate_img {
    margin-top: 30px;
    margin-bottom: 2px
}

.modal-despreocupate-content_relanzamiento .modal-despreocupate_img img {
    width: 224px
}

.modal-despreocupate-content_relanzamiento .modal-despreocupate_subtitulo {
    text-align: center;
    color: #fff;
    margin-bottom: 10px;
    font-weight: 300;
    font-size: 32px;
    line-height: 40px;
    letter-spacing: .25px
}

.modal-despreocupate-content_relanzamiento .modal-despreocupate_subtitulo_bottom {
    font-weight: 300;
    text-align: center;
    color: #fff;
    font-size: 14px;
    line-height: 18px;
    max-width: 274px;
    margin: 0 auto
}

.modal-despreocupate-content_relanzamiento .modal-despreocupate_subtitulo_bottom--2 {
    font-weight: 300;
    text-align: center;
    color: #fff;
    font-size: 14px;
    line-height: 18px;
    max-width: 265px;
    margin: 18px auto 0;
    display: block
}

.modal-despreocupate-content_relanzamiento .modal-despreocupate_app_movistar img {
    width: 200px;
    height: auto;
    align-items: center;
    justify-content: center;
    display: inline-grid;
    text-align: center;
    margin: 10px auto
}

.modal-despreocupate-content_relanzamiento .modal-despreocupate_app_movistar {
    display: grid;
    max-width: 370px;
    text-align: center;
    position: relative
}

.modal-despreocupate-content_relanzamiento .modal-despreocupate_app_movistar .modal-despreocupate_app_movistar-logo {
    margin-right: 8px
}

.modal-despreocupate-content_relanzamiento .modal-despreocupate_app_movistar .modal-despreocupate_app_movistar-logo img {
    width: 54px;
    height: 54px
}

.modal-despreocupate-content_relanzamiento .modal-despreocupate_app_movistar .modal-despreocupate_app_movistar-info {
    font-size: 16px;
    color: #fff;
    margin: 15px 0
}

.modal-despreocupate-content_relanzamiento .modal-despreocupate_enlace {
    margin-top: 15px;
    margin-bottom: 0
}

.modal-despreocupate-content_relanzamiento .modal-despreocupate_enlace a {
    background: #e63780;
    border-radius: 50px;
    color: #fff;
    display: -webkit-box;
    width: 194px;
    height: 40px;
    display: -ms-flexbox;
    display: flex;
    line-height: 24px;
    padding: 8px 30px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 300;
    font-size: 16px;
    letter-spacing: .0125em;
    margin: 0 auto
}

.modal-despreocupate_app_movistar .imagen-QR {
    width: 128px !important;
    height: 128px !important;
    display: block !important
}

.button-descargala-aqui-popup {
    padding: 8px 30px;
    width: 194px;
    height: 40px;
    background: #e63780;
    border-radius: 200px;
    margin: 22px auto 0;
    display: none
}

.button-descargala-aqui-popup a {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    letter-spacing: .0125em;
    text-transform: uppercase;
    color: #fff
}

@media (max-width:768px) {
    #popup_impulsoApp_relanzamiento {
        width: 327px;
        height: 480px
    }

    .modal-despreocupate_enlace {
        display: inherit
    }

    .btn--modal {
        text-align: center;
        position: relative;
        top: 15px;
        display: flex;
        margin: auto
    }

    #popup_impulsoApp_relanzamiento .modal-content {
        height: 480px
    }

    .modal-despreocupate-content_relanzamiento {
        padding-top: 50px
    }

    .modal-despreocupate-content_relanzamiento .modal-despreocupate_subtitulo {
        max-width: 327px;
        font-size: 22px;
        line-height: 27px
    }

    .modal-despreocupate-content_relanzamiento .modal-despreocupate_subtitulo_bottom {
        width: 274px;
        margin: auto;
        font-size: 14px;
        line-height: 18px
    }

    .modal-despreocupate-content_relanzamiento .modal-despreocupate_subtitulo_bottom--2 {
        width: 274px;
        margin: auto;
        font-size: 14px;
        line-height: 18px;
        display: none
    }

    .modal-despreocupate_app_movistar .imagen-QR {
        width: 128px !important;
        height: 128px !important;
        display: none !important
    }

    .img-movistar {
        margin-top: 15px
    }

    .modal-despreocupate-none {
        display: none
    }

    .modal-despreocupate-content_relanzamiento .modal-despreocupate_enlace {
        margin-top: 0
    }

    .modal-despreocupate-content_relanzamiento .modal-despreocupate_enlace a {
        font-size: 16px;
        width: 194px;
        height: 40px;
        line-height: 24px;
        letter-spacing: .0125em
    }

    .modal-despreocupate-content_relanzamiento .modal-despreocupate_app_movistar {
        max-width: 100%
    }

    .modal-despreocupate-content_relanzamiento .modal-despreocupate_app_movistar img {
        width: auto;
        height: auto;
        align-items: center;
        justify-content: center;
        display: inline-grid;
        text-align: center;
        margin: 10px auto
    }

    .button-descargala-aqui-popup {
        padding: 8px 30px;
        width: 194px;
        height: 40px;
        background: #e63780;
        border-radius: 200px;
        margin: 22px auto 0;
        display: block
    }
}

.modal-despreocupate-content_relanzamiento .modal-despreocupate_close {
    position: absolute;
    top: 15px;
    right: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 16px;
    height: 16px
}

.modal-despreocupate-content_relanzamiento .modal-despreocupate_close img {
    width: 14px;
    height: 14px;
    cursor: pointer
}