.list--disc {
    list-style: disc;
    padding-left: 20px;
}

/*PRINCIPAL*/
.principal--section {
    position: relative;
    padding-top: 45px;
    padding-bottom: 40px
}

.principal--section .principal--titulo {
    display: block;
    width: 100%;
    font-size: 32px;
    font-weight: 300;
    text-align: center;
    margin: 0;
    margin-bottom: 10px;
    color: #50535a;
    line-height: 1.2
}

.principal--section .principal--subtitulo {
    font-size: 24px;
    font-weight: 700;
    text-align: center;
    margin: 0;
    margin-bottom: 10px;
    color: #50535a;
    line-height: 1.2
}

.principal--section .principal--descripcion {
    width: 100%;
    margin: auto
}

.principal--section .principal--descripcion p {
    font-size: 20px;
    font-weight: 300;
    text-align: center;
    margin: 0;
    color: #50535a;
    line-height: 1.3
}

.principal--section .principal--descripcion b {
    font-size: 20px;
    font-weight: 700
}

.principal--section .principal--button {
    display: block;
    margin-top: 36px;
    text-align: center
}

.principal--section .principal--button .button--planes {
    display: block;
    font-weight: 400;
    color: #fff;
    text-align: center;
    -ms-user-select: none;
    user-select: none;
    background-color: #954b96;
    border: 0 solid transparent;
    padding: 0 15px;
    margin: auto;
    margin-top: 10px;
    font-size: 18px;
    height: 48px;
    line-height: 48px;
    border-radius: 4px;
    text-decoration: none;
    width: auto;
    width: 100%;
    max-width: 175px;
    cursor: pointer
}

.principal--section .principal--button .button--link {
    display: block;
    font-weight: 400;
    color: #fff;
    text-align: center;
    -ms-user-select: none;
    user-select: none;
    background-color: #954B97;
    border: 0 solid transparent;
    padding: 0 15px;
    margin: auto;
    margin-top: 10px;
    font-size: 18px;
    height: 48px;
    line-height: 48px;
    border-radius: 4px;
    text-decoration: none;
    width: auto;
    width: 100%;
    max-width: 175px;
    cursor: pointer
}

.principal--section .principal--imagen {
    display: block;
    width: 100%;
    max-width: 490px;
    margin: auto;
    margin-top: 30px;
}

.principal--section .principal--imagen>img {
    width: auto;
    max-width: 100%;
    display: block;
    margin: auto;
}

.principal--section .principal--video {
    display: block;
    width: 100%;
    max-width: 490px;
    margin: auto;
    margin-top: 30px
}

.principal--section .principal--embed {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden
}

.principal--section .principal--embed::before {
    display: block;
    content: "";
    padding-top: 56.25%
}

.principal--section .principal--embed iframe {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0
}

@media (min-width: 992px) {
    .principal--section {
        padding-top: 90px;
        padding-bottom: 90px
    }

    .principal--section .principal--titulo {
        text-align: left;
        font-size: 40px;
        max-width: 430px
    }

    .principal--section .principal--subtitulo {
        text-align: left
    }

    .principal--section .principal--descripcion {
        margin: 0;
        max-width: 325px
    }

    .principal--section .principal--descripcion p {
        text-align: left
    }

    .principal--section .principal--descripcion b {
        font-size: 24px
    }

    .principal--section .principal--button {
        text-align: left
    }

    .principal--section .principal--button .button--planes {
        margin-left: 0;
        margin-right: 0
    }

    .principal--section .principal--button .button--link {
        margin-left: 0;
        margin-right: 0
    }

    .principal--section .principal--imagen {
        margin-top: 0;
        margin-right: 0;
    }

    .principal--section .principal--video {
        margin-top: 0;
        margin-right: 0
    }
}

/* NECESITA */
.need--section {
    position: relative;
    background-color: #f1f1f1
}

.need--section .need__info {
    padding-top: 30px;
    padding-bottom: 35px
}

.need--section .need__info .info--titulo {
    font-size: 28px;
    font-weight: 300;
    text-align: center;
    margin: 0;
    margin-bottom: 25px;
    color: #50535a;
    line-height: 1.2
}

.need--section .need__info .info--descripcion {
    display: block;
    width: 100%;
    max-width: 405px;
    margin: auto;
    font-size: 16px;
    font-weight: 400;
    text-align: center;
    margin: 0;
    color: #50535a;
    line-height: 1.3
}

.need--section .need__info .info--descripcion * {
    font-size: 16px;
    font-weight: 400;
    color: #50535a;
    line-height: 1.3
}

.need--section .need__info .info--descripcion b {
    font-size: 20px;
    font-weight: 700
}

.need--section .need__image {
    position: relative;
    width: 100%;
    height: auto
}

.need--section .need__image>img {
    display: block;
    width: 100%;
    max-width: 690px;
    margin: auto
}

@media (min-width: 992px) {
    .need--section {
        min-height: 372px;
        overflow: hidden
    }

    .need--section .need--row {
        -ms-flex-align: center;
        align-items: center
    }

    .need--section .need__info {
        padding-top: 85px;
        padding-bottom: 70px
    }

    .need--section .need__info .info--titulo {
        text-align: left;
        font-size: 40px
    }

    .need--section .need__info .info--descripcion {
        margin: 0;
        font-size: 18px;
        text-align: left
    }

    .need--section .need__info .info--descripcion * {
        font-size: 18px
    }

    .need--section .need__info .info--descripcion b {
        font-size: 24px
    }

    .need--section .need__image {
        position: absolute;
        width: 50%;
        top: 0;
        right: 0;
        bottom: 0;
        min-height: 300px
    }

    .need--section .need__image>img {
        max-width: none;
        margin: 0;
        object-fit: cover;
        object-position: right;
        height: 372px
    }
}

/* PLANES CARRUSEL */
.plan--section {
    position: relative;
    padding-top: 40px;
    padding-bottom: 40px
}

.plan--section .plan--titulo {
    font-size: 32px;
    font-weight: 300;
    margin: 0;
    margin-bottom: 40px;
    color: #50535a;
    text-align: center
}

.plan--section .plan--content {
    width: 100%;
    max-width: 700px;
    margin: auto
}

.plan--section .plan-carousel {
    position: relative;
}

.plan--section .plan-carousel .swiper-pagination {
    position: relative;
    bottom: inherit;
    margin-top: 20px;
}

.plan--section .plan-carousel .swiper-button-prev,
.plan--section .plan-carousel .swiper-button-next {
    color: #019DF4
}

.plan--section .plan-carousel .swiper-button-prev {
    left: auto;
    right: 100%;
}

.plan--section .plan-carousel .swiper-button-next {
    right: auto;
    left: 100%;
}

.plan--section .plan-carousel .swiper-button-prev::after {
    content: "\e314";
    font-family: "icomoon";
}

.plan--section .plan-carousel .swiper-button-next::after {
    content: "\e409";
    font-family: "icomoon";
}

.plan--section .plan-carousel .swiper-button-prev::after,
.plan--section .plan-carousel .swiper-button-next::after {
    font-size: 36px;
}

.plan--section .plan-carousel .swiper-pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background: #9f9f9f;
    opacity: .4;
}

.plan--section .plan-carousel .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #019DF4;
    opacity: 1;
}

.plan--section .plan--box {
    width: 100%;
    max-width: 290px;
    margin: 5px auto;
    overflow: hidden;
    border-radius: 10px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15)
}

.plan--section .plan--box.plan--box-destacado .box--header {
    background-color: #aa4a9b
}

.plan--section .plan--box.plan--box-destacado .box--header .box--header-adicional {
    background-color: #983f8a
}

.plan--section .plan--box .box--header {
    position: relative;
    background-color: #019DF4;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px
}

.plan--section .plan--box .box--header.box--header-descuento .box--header-titulo {
    height: 97px
}

.plan--section .plan--box .box--header .box--header-titulo {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 120px;
    padding: 0 15px
}

.plan--section .plan--box .box--header .box--header-titulo .titulo--text {
    font-size: 28px;
    font-weight: 300;
    line-height: 1.3;
    color: #fff;
    text-align: center;
    margin: 0
}

.plan--section .plan--box .box--header .box--header-titulo .titulo--text.titulo--text-lg {
    font-size: 42px;
}

.plan--section .plan--box .box--header .box--header-adicional {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    height: 60px;
    background-color: #0087d2;
    padding: 0 5px
}

.plan--section .plan--box .box--header .box--header-adicional .descuento--porcentaje {
    display: block;
    width: 100%;
    margin: 0;
    text-align: center
}

.plan--section .plan--box .box--header .box--header-adicional .descuento--porcentaje .porcentaje--numero {
    display: block;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.2;
    color: #fff;
    margin: 0
}

.plan--section .plan--box .box--header .box--header-adicional .descuento--porcentaje .porcentaje--numero>.img--icon {
    display: inline-block;
    width: 13px;
    vertical-align: baseline;
    margin-right: 4px
}

.plan--section .plan--box .box--header .box--header-adicional .descuento--porcentaje .porcentaje--text {
    display: block;
    font-size: 18px;
    font-weight: 300;
    line-height: 1.3;
    color: #fff;
    margin: 0
}

.plan--section .plan--box .box--body {
    position: relative;
    background-color: #fff;
    border: 1px solid #e9eae8;
    border-top: 0;
    border-bottom: 0;
    padding: 0
}

.plan--section .plan--box .box--body .box--body-item {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    flex-direction: column;
    min-height: 80px;
    padding: 20px 25px;
    border-bottom: 1px solid #e9eae8
}

.plan--section .plan--box .box--body .box--body-item.item--medium {
    min-height: 250px;
}

.plan--section .plan--box .box--body .box--body-item:last-child {
    border-bottom: 1px solid transparent;
}

.plan--section .plan--box .box--body .box--body-item .info--text {
    display: block;
    width: 100%;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.2;
    text-align: center;
    color: #50535a;
    margin: 0
}

.plan--section .plan--box .box--body .box--body-item .info--text b {
    font-weight: 700
}

.plan--section .plan--box .box--body .box--body-item .info--text small {
    display: block;
    font-size: 14px;
    font-weight: 300;
    color: #50535a
}

.plan--section .plan--box .box--body .box--body-item .info--text .info--text-titulo {
    font-weight: 400
}

.plan--section .plan--box .box--body .box--body-item .info--text .info--text-small {
    font-size: 12px;
    font-weight: 300
}

.plan--section .plan--box .box--body .box--body-item .info--planes {
    text-align: center;
    list-style: none;
    padding: 0;
    margin: 0;
    margin-top: 20px;
    margin-bottom: 35px;
    color: #50535a
}

.plan--section .plan--box .box--body .box--body-item .info--planes li {
    list-style: none;
    padding: 0;
    line-height: 1.3;
    margin-bottom: 30px;
    color: #50535a
}

.plan--section .plan--box .box--body .box--body-item .info--costo {
    display: block;
    width: 100%;
    text-align: center;
    color: #50535a;
    margin: 0
}

.plan--section .plan--box .box--body .box--body-item .info--costo .info--costo-text {
    display: block;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.2;
    margin: 0
}

.plan--section .plan--box .box--body .box--body-item .info--costo .info--costo-xmes {
    display: block;
    font-size: 24px;
    font-weight: 400;
    line-height: 1.2;
    margin: 0
}

.plan--section .plan--box .box--body .box--body-precio .info--costo .info--costo-xmes.text--lg {
    font-size: 30px;
}

.plan--section .plan--box .box--body .box--body-item .info--paquete .info--paquete-titulo {
    font-size: 16px;
    font-weight: 700;
    line-height: 1.3;
    color: #50535a;
    margin: 0;
    margin-bottom: 10px
}

.plan--section .plan--box .box--body .box--body-item.box--item-precio {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0;
}

.plan--section .plan--box .box--body .box--body-item.box--item-precio .info--costo {
    display: block;
    width: 100%;
    text-align: center;
    color: #50535a;
    margin: 0;
    padding: 34px 15px
}

.plan--section .plan--box .box--body .box--body-item.box--item-precio .info--costo .info--costo-text {
    display: block;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    margin: 0
}

.plan--section .plan--box .box--body .box--body-item.box--item-precio .info--costo .info--costo-xmes {
    display: block;
    font-size: 22px;
    font-weight: 400;
    line-height: 1.3;
    margin: 0;
    margin-bottom: 15px
}

.plan--section .plan--box .box--body .box--body-item.box--item-precio .info--costo .info--costo-xmes.text--lg {
    font-size: 30px;
}

.plan--section .plan--box .box--footer {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    height: auto;
    padding: 0 25px 30px 25px;
    border: 1px solid #e9eae8;
    border-top: 0;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px
}

.plan--section .plan--box .box--footer .button--agregar {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    font-weight: 300;
    color: #fff;
    text-align: center;
    cursor: pointer;
    -ms-user-select: none;
    user-select: none;
    background-color: #019DF4;
    border: 0;
    padding: 0 5px;
    font-size: 18px;
    height: 48px;
    line-height: 1.3;
    margin: 0;
    border-radius: 4px;
    text-decoration: none
}

.plan--section .plan--box .box--footer .button--comprar {
    display: block;
    width: 100%;
    font-weight: 300;
    color: #fff;
    text-align: center;
    cursor: pointer;
    -ms-user-select: none;
    user-select: none;
    background-color: #aa4a9b;
    border: 0;
    padding: 0 5px;
    font-size: 18px;
    height: 48px;
    line-height: 48px;
    margin: 0;
    margin-top: 10px;
    border-radius: 4px;
    text-decoration: none
}

@media (min-width: 768px) {
    .plan--section .plan--content {
        padding-left: 15px;
        padding-right: 15px
    }
}

@media (min-width: 992px) {
    .plan--section {
        padding-top: 52px;
        padding-bottom: 52px
    }

    .plan--section .plan--titulo {
        font-size: 40px;
        margin-bottom: 55px
    }

    .plan--section .plan--box .box--body .box--body-item .info--planes {
        margin-bottom: 31px
    }
}

@media (max-width: 1199.98px) {

    .plan--section .plan-carousel .swiper-button-prev,
    .plan--section .plan-carousel .swiper-button-next {
        display: none;
    }
}

/* CONOCE MAS */
.known--section {
    position: relative;
    padding-top: 40px;
    padding-bottom: 40px;
    background-color: #A13EA1;
}

.known--section .known--titulo {
    font-size: 32px;
    font-weight: 300;
    margin: 0;
    margin-bottom: 40px;
    color: #fff;
    text-align: center
}

.known--section .known--content {
    width: 100%;
    max-width: 1140px;
    margin: auto
}

.known--section .known-carousel {
    position: relative;
}

.known--section .known-carousel .swiper-pagination {
    position: relative;
    bottom: inherit;
    margin-top: 20px;
}

.known--section .known-carousel .swiper-button-prev,
.known--section .known-carousel .swiper-button-next {
    color: #019DF4
}

.known--section .known-carousel .swiper-button-prev {
    left: auto;
    right: 100%;
}

.known--section .known-carousel .swiper-button-next {
    right: auto;
    left: 100%;
}

.known--section .known-carousel .swiper-button-prev::after {
    content: "\e314";
    font-family: "icomoon";
}

.known--section .known-carousel .swiper-button-next::after {
    content: "\e409";
    font-family: "icomoon";
}

.known--section .known-carousel .swiper-button-prev::after,
.known--section .known-carousel .swiper-button-next::after {
    font-size: 36px;
}

.known--section .known-carousel .swiper-pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background: #fff;
    opacity: .4;
}

.known--section .known-carousel .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #fff;
    opacity: 1;
}

.known--section .box--item {
    padding: 0 15px;
}

.known--section .box--info {
    width: 100%;
    max-width: 320px;
    margin: 5px auto;
    overflow: hidden;
    border-radius: 16px;
    box-shadow: 0px 8px 16px rgb(0 0 0 / 16%);
}

.known--section .box--info .box__header {
    text-align: center;
    color: #fff;
    padding: 30px 30px 0 30px;
}

.known--section .box--info .box__header .title {
    font-size: 18px;
    font-weight: 700;
    line-height: 1.2;
    margin: 0;
    margin-bottom: 15px;
}

.known--section .box--info .box__header .description {
    display: block;
    max-width: 200px;
    margin: 0 auto;
}

.known--section .box--info .box__header .description,
.known--section .box--info .box__header .description * {
    font-size: 16px;
    line-height: 1.2;
}

.known--section .box--info .box__header .sticker--image {
    margin-top: 30px;
}

@media (min-width: 768px) {
    .known--section .known--content {
        padding-left: 15px;
        padding-right: 15px
    }
}

@media (min-width: 992px) {
    .known--section {
        padding-top: 52px;
        padding-bottom: 52px
    }

    .known--section .known--titulo {
        font-size: 40px;
        margin-bottom: 55px
    }
}

/* BANNER REVIVE EL WEBINAR */
.nateevo-market--titanpush {
    position: relative;
    overflow: hidden;
    padding: 32px 0 40px;
}

.nateevo-market--container {
    width: 100%;
    max-width: 1178px;
    padding: 0 20px;
    margin: auto;
}

.nateevo-market--titanpush .webinar--wrap {
    display: block;
    width: 100%;
    max-width: 234px;
    margin: 0;
}

.nateevo-market--titanpush .webinar--titulo {
    font-size: 28px;
    font-weight: 300;
    line-height: 1.2;
    color: #fff;
    margin: 0;
    margin-bottom: 10px;

}

.nateevo-market--titanpush .webinar--subtitulo {
    display: block;
    width: 100%;
    max-width: 200px;
    font-size: 18px;
    font-weight: 300;
    line-height: 1.2;
    color: #fff;
    margin: 0;
}

.nateevo-market--titanpush .picture__background {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
}

.nateevo-market--titanpush .picture__background img {
    object-fit: cover;
    object-position: right bottom;
    height: 100%;
    max-width: 100%;
    width: 100%;
}

.nateevo-market--titanpush .webinar--button {
    display: block;
    width: 100%;
    max-width: 175px;
    height: 48px;
    line-height: 48px;
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    text-align: center;
    margin: 0;
    margin-top: 18px;
    padding: 0 5px;
    background: #019df4;
    border-radius: 4px;
    text-decoration: none;
    transition: all ease 0.4s;
}

.nateevo-market--titanpush .webinar--button:active,
.nateevo-market--titanpush .webinar--button:hover {
    background-color: #018cda;
}

.nateevo-market--titanpush .webinar--fecha {
    display: block;
    width: 100%;
    max-width: 168px;
    margin: 0;
    margin-top: 18px;
}

.nateevo-market--titanpush .webinar--fecha img {
    display: block;
    width: auto;
    max-width: 100%;
    margin: 0;
}

.nateevo-market--titanpush .webinar--marcas {
    display: block;
    width: 100%;
    max-width: 192px;
    margin: 0;
    margin-top: 58px;
}

.nateevo-market--titanpush .webinar--marcas img {
    display: block;
    width: auto;
    max-width: 100%;
    margin: 0;
}

@media (min-width: 993px) {
    .nateevo-market--titanpush {
        padding: 110px 0;
    }

    .nateevo-market--titanpush .webinar--wrap {
        max-width: 590px;
    }

    .nateevo-market--titanpush .webinar--titulo {
        font-size: 50px;
    }

    .nateevo-market--titanpush .webinar--subtitulo {
        font-size: 30px;
        max-width: 400px;
    }

    .nateevo-market--titanpush .webinar--button {
        font-size: 18px;
        margin-top: 25px;
        max-width: 182px;
    }

    .nateevo-market--titanpush .webinar--fecha {
        max-width: 271px;
        margin-top: 25px;
    }

    .nateevo-market--titanpush .webinar--marcas {
        margin-top: 37px;
        max-width: 403px;
    }
}

@media (min-width: 1199px) {
    .nateevo-market--titanpush .webinar--titulo {
        font-size: 60px;
    }
}

@media (max-width: 414px) {
    .nateevo-market--titanpush .webinar--titulo {
        width: 105px;
    }
}

/* NIVEL GLOBAL */
.global--section .global__description {
    text-align: center;
}

.global__description {
    text-align: center;
}

@media (min-width: 992px) {
    .global--section .global__description {
        font-size: 24px;
    }

    .global--section .basic-block--section .title {
        font-size: 50px;
    }
}

/* PREGUNTAS FRECUENTES */
@media (min-width: 992px) {
    .faq--section .faqs-accordion .faqs-accordion__question .question__btn {
        font-size: 24px;
        font-weight: 300;
        padding-top: 42px;
        padding-bottom: 42px;
    }

    .faq--section .faqs-accordion .faqs-accordion__answer {
        font-size: 20px;
        font-weight: 300;
    }
}

/* MODAL PLANES */
.modal-plan {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1000;
    visibility: hidden;
    overflow: hidden;
    outline: 0
}

.modal-plan-open {
    overflow: hidden
}

.modal-plan-open .modal-plan {
    overflow-x: hidden;
    overflow-y: auto
}

.modal-plan.modal-plan-show {
    visibility: visible
}

.modal-plan.modal-plan-clausula {
    z-index: 1005
}

.modal-plan-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 999;
    background-color: #000;
    visibility: hidden;
    opacity: 0
}

.modal-plan-open .modal-plan-backdrop {
    visibility: visible;
    opacity: 0.8;
    transition: opacity, 0.5s
}

.modal-plan-backdrop-2 {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1003;
    background-color: #000;
    visibility: hidden;
    opacity: 0
}

.modal-plan-open .modal-plan-backdrop-2 {
    visibility: visible;
    opacity: 0.3;
    transition: opacity, 0.5s
}

.modal-plan .modal--close {
    position: absolute;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 45px;
    height: 45px;
    line-height: 45px;
    cursor: pointer;
    font-size: 3rem;
    font-weight: 300;
    color: #019bf2;
    text-shadow: 0 1px 0 #fff;
    opacity: 1;
    background-color: transparent;
    border: 0;
    padding: 0;
    margin: 0;
    top: 0;
    right: 0;
    outline: none;
}

.modal-plan .modal--close span {
    font-weight: 700
}

.modal-plan .modal--dialog {
    position: relative;
    width: auto;
    margin: 30px 25px 15px;
    pointer-events: none
}

.modal-plan .modal--content {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid transparent;
    border-radius: 20px;
    outline: 0
}

.modal-plan .modal--header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 1rem;
    border-bottom: 1px solid #e9ecef;
    border-top-left-radius: 0.3rem;
    border-top-right-radius: 0.3rem
}

.modal-plan .modal--body {
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 2rem 20px 2.5rem
}

.modal-plan .modal--body .icon--movistar {
    display: block;
    width: auto;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
    margin-bottom: 25px
}

.modal-plan .modal--body .body--title {
    font-size: 30px;
    color: #50535a;
    text-align: center;
    font-weight: 300;
    margin-bottom: 10px
}

.modal-plan .modal--body .body--title>span {
    display: block;
    font-weight: 700;
    font-size: 30px
}

.modal-plan .modal--body .body--title-error,
.modal-plan .modal--body .body--title-thanks {
    font-size: 24px;
    color: #019bf2;
    text-align: center;
    font-weight: 700;
    margin-bottom: 15px
}

.modal-plan .modal--body .body--subtitle {
    font-size: 16px;
    color: #50535a;
    text-align: center;
    font-weight: 400;
    margin: 0;
    margin-bottom: 20px
}

.modal-plan .modal--body .body--descripcion {
    font-size: 16px;
    color: #86888c;
    text-align: center
}

.modal-plan .modal--body .body--descripcion>p {
    font-weight: 300;
    margin: 0
}

.modal-plan .modal--body .body--descripcion a {
    color: #019bf2
}

.modal-plan .modal--body .body--descripcion ul {
    list-style-type: disc;
    padding-left: 20px
}

.modal-plan .modal--body .body--descripcion ul>li {
    margin-bottom: 10px
}

.modal-plan .modal--body .button--link {
    border: none;
    border-radius: 50px;
    padding: 0 2rem;
    font-size: 18px;
    outline: 0;
    text-decoration: none;
    color: #fff;
    background-color: #0093e6;
    text-align: center;
    margin: auto;
    margin-top: 25px;
    display: block;
    width: 100%;
    max-width: 200px;
    height: 48px;
    line-height: 48px;
    cursor: pointer
}

.modal-plan .modal--body .form--group {
    margin-bottom: 10px
}

.modal-plan .modal--body .form--group-box {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100%
}

.modal-plan .modal--body .form--group-box .form--group-icon {
    display: -ms-flexbox;
    display: flex;
    margin-right: -1px
}

.modal-plan .modal--body .form--group-box .form--group-icon .form--group-text {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 40px;
    padding: 0.375rem 5px;
    margin-bottom: 0;
    font-size: 0;
    font-weight: 400;
    line-height: 1.5;
    color: #019bf2;
    text-align: center;
    white-space: nowrap;
    background-color: #f8f9f8;
    background-clip: padding-box;
    border: 1px solid #e2e3e2;
    border-right: 0;
    border-radius: 100px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.modal-plan .modal--body .form--group-box .form--group-icon .form--group-text::before {
    font-size: 16px
}

.modal-plan .modal--body .form--group-box .form--control {
    position: relative;
    -ms-flex: 1 1 0%;
    flex: 1 1 0%;
    min-width: 0;
    margin-bottom: 0;
    color: #50535a;
    font-weight: 300;
    height: 48px;
    padding-left: 0
}

.modal-plan .modal--body .form--group-box .form--control:not(:first-child) {
    border-left-color: #f8f9f8;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.modal-plan .modal--body .form--group-box .form--control:-ms-input-placeholder {
    color: #50535a;
    opacity: 1
}

.modal-plan .modal--body .form--group-box .form--control::placeholder {
    color: #50535a;
    opacity: 1
}

.modal-plan .modal--body .form--control {
    display: block;
    width: 100%;
    height: 48px;
    padding: 12px 20px;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.2;
    color: #929292;
    background-color: #f8f9f8;
    background-clip: padding-box;
    border: 1px solid #e2e3e2;
    box-shadow: inherit;
    border-radius: 100px;
    outline: 0
}

.modal-plan .modal--body .form--control.input--selection {
    border-color: #e2e3e2;
    background-color: #fff
}

.modal-plan .modal--body .form--checkbox {
    position: relative;
    width: 100%;
    margin: 0;
    margin-top: 15px;
    text-align: center
}

.modal-plan .modal--body .form--checkbox .checkbox--label {
    position: relative;
    display: inline-block;
    cursor: pointer;
    padding-left: 1.75rem;
    text-align: left;
    color: #86888c;
    font-size: 14px
}

.modal-plan .modal--body .form--checkbox .checkbox--label>a {
    color: #019bf2;
    font-weight: 400;
    text-decoration: underline
}

.modal-plan .modal--body .form--checkbox .checkbox--label>a:active,
.modal-plan .modal--body .form--checkbox .checkbox--label>a:hover {
    text-decoration: none
}

.modal-plan .modal--body .form--checkbox .checkbox--label.checkbox--error {
    color: #ff0042
}

.modal-plan .modal--body .form--checkbox .checkbox--label.checkbox--error .checkbox--input:checked~.checkbox--checked::before {
    color: #ff0042
}

.modal-plan .modal--body .form--checkbox .checkbox--label.checkbox--error .checkbox--checked {
    color: #ff0042
}

.modal-plan .modal--body .form--checkbox .checkbox--label.checkbox--error .checkbox--checked::after {
    background-color: #ff0042;
    border-color: #ff0042
}

.modal-plan .modal--body .form--checkbox .checkbox--label.checkbox--error .checkbox--error-image {
    display: inline-block;
    margin-left: 4px
}

.modal-plan .modal--body .form--checkbox .checkbox--label .checkbox--error-image {
    position: relative;
    width: 15px;
    top: 0;
    display: none
}

.modal-plan .modal--body .form--checkbox .checkbox--input {
    width: auto;
    opacity: 0.00000001;
    position: absolute;
    left: 0
}

.modal-plan .modal--body .form--checkbox .checkbox--input:checked~.checkbox--checked::before {
    color: #d3d4d3
}

.modal-plan .modal--body .form--checkbox .checkbox--input:checked~.checkbox--checked::after {
    transform: scale(0.6)
}

.modal-plan .modal--body .form--checkbox .checkbox--checked {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0, -50%);
    width: 20px;
    height: 20px;
    cursor: pointer;
    display: block;
    font-size: 1rem;
    -ms-user-select: none;
    user-select: none;
    color: #d3d4d3
}

.modal-plan .modal--body .form--checkbox .checkbox--checked::after,
.modal-plan .modal--body .form--checkbox .checkbox--checked::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 20px;
    height: 20px;
    transition: transform 0.28s ease;
    border-radius: 50%;
    border: 2px solid currentColor
}

.modal-plan .modal--body .form--checkbox .checkbox--checked::after {
    transform: scale(0);
    background-color: #019bf2;
    border-color: #019bf2
}

.modal-plan .modal--body .form--submit {
    display: block;
    margin-top: 25px
}

.modal-plan .modal--body .form--submit .button--send {
    border: none;
    border-radius: 100px;
    padding: 0 2rem;
    font-size: 18px;
    outline: 0;
    text-decoration: none;
    color: #fff;
    background-color: #019bf2;
    text-align: center;
    margin: auto;
    display: block;
    width: 100%;
    height: 48px;
    line-height: 48px;
    cursor: pointer
}

.modal-plan .modal--body .form--submit .button--send:active,
.modal-plan .modal--body .form--submit .button--send:hover {
    background-color: #019bf2
}

.modal-plan .modal--body .form--submit .button--send:disabled,
.modal-plan .modal--body .form--submit .button--send[disabled] {
    cursor: no-drop;
    background-color: #545454;
    border-color: #545454
}

.modal-plan .modal--body .invalid--msg {
    position: relative;
    color: #ff0042;
    margin-top: 8px;
    line-height: 1.2;
    -ms-flex: 1 1 0%;
    flex: 1 1 0%;
    min-width: 100%;
    margin-bottom: 0
}

.modal-plan .modal--body .invalid--msg .invalid--msg-image {
    width: 15px;
    float: left;
    margin-top: 0;
    margin-right: 0.3rem
}

.modal-plan .modal--body .invalid--msg .invalid--msg-text {
    display: block;
    overflow: hidden;
    font-size: 14px;
    font-weight: 400
}

.modal-plan .modal--body .error--show {
    display: block
}

.modal-plan .modal--body .not--error {
    display: none
}

@media (min-width: 600px) {
    .modal-plan.modal-plan-clausula .modal--dialog {
        max-width: 510px
    }

    .modal-plan .modal--dialog {
        max-width: 360px;
        margin: 3rem auto 1.75rem
    }
}

/* HUNTER LATERAL */
.hunter--box {
    position: fixed;
    z-index: 99;
    bottom: 140px;
    right: -106px;
    display: flex;
    align-items: center;
    width: 100%;
    max-width: 170px;
    padding: 10px 15px 10px 20px;
    border-radius: 40px 0 0 40px;
    background-color: #954b97;
    color: #fff;
    box-shadow: 1px 1px 10px 2px rgb(0 0 0 / 40%);
    cursor: pointer;
    animation: pulse 1.5s infinite;
    transition: 0.3s;
}

.hunter--box:hover {
    right: 0;
}

.hunter--box .box__image {
    width: 100%;
    max-width: 32px!important;
    margin: 0;
    margin-right: 10px;
}

.hunter--box .box__body {
    flex: 1;
}

.hunter--box .box__body .info--text,
.hunter--box .box__body .info--text * {
    font-size: 14px;
    text-align: center;
    line-height: 1.2;
    margin: 0;
}

.hunter--box .box__body .info--text a {
    color: #fff;
    text-decoration: underline;
}

.hunter--box .box__body .info--text .link--hunter::after {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

@media (min-width: 600px) {
    .hunter--box {
        right: -110px;
        width: 100%;
        max-width: 190px;
        padding: 15px 15px 15px 20px;
    }
    .hunter--box .box__body .info--text,
    .hunter--box .box__body .info--text * {
        font-size: 16px;
    }

    .hunter--box .box__image {
        max-width: 50px!important;
    }
}

@-webkit-keyframes pulse {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(149, 75, 151, 0.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, 0.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);
    }
}

/* toggle */

.toggle-container {
    transition: height 0.35s ease-in-out;
    overflow: hidden;
    display: none;
}

.toggle-container.toggleactive {
    display: block;
}

.lt-accordion-content {
    transition: height 0.34s ease-in-out;
    overflow: hidden;
    display: none;
}

.lt-accordion-content.toggleactive {
    display: block;
}

.lt-accordion-title {
    cursor: pointer;
}

[lt-accordion]>li {
    list-style: none;
}

[lt-accordion]>*>* {
    margin: 0px;
}


.lt-toggle-icon {
    width: 13px;
    height: 13px;
    display: inline-block;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23019bf2' viewBox='0 0 512 512'%3E%3Cpath d='M255.5 115.2a28 28 0 0 0-19.1 8.3L9.2 350.7a28.3 28.3 0 1 0 40 40l206.3-206.3 206.3 206.3a28.3 28.3 0 1 0 40-40L274.6 123.5c-5.3-5.3-12.2-8-19.1-8.3z'/%3E%3C/svg%3E");
    background-size: cover;
    transform: rotate(180deg);
    transition: all 0.5s;
}

.link__toggleactive>.lt-toggle-icon {
    transform: rotate(0deg);
}

.ltfaqs__section {
    padding: 32px 0px;
    display: flex;
    justify-content: center;
}

.ltfaqs__section .ltfaqs__title {
    font-size: 32px;
    font-weight: 300;
    text-align: center;
    color: #50535A;
    margin-bottom: 36px;
}

.ltfaqs__section .ltfaqs__list {
    list-style: none;
    padding: 0px;
}




.ltfaqs__section .ltfaqs__inner {
    width: 100%;
    max-width: 100%;
}

.ltfaqs__section .lt-accordion-title {
    padding: 16px 20px;
    display: flex;
    align-items: center;
    position: relative;
}

.ltfaqs__section .ltfaqs__list>li {
    border-bottom: 1px solid #D3D4D3;
}

.ltfaqs__section .lt-accordion-number {
    border-radius: 100px;
    background: #D3D4D3;
    width: 32px;
    height: 32px;
    color: #50535A;
    font-size: 16px;
    font-weight: 700;
    display: flex;
    justify-content: center;
    align-items: center;
}

.ltfaqs__section .lt-accordion-titlelabel {
    color: #50535A;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.2;
    max-width: 70%;
    margin-left: 10px;
    margin-bottom: 0px;
}

.ltfaqs__section .lt-toggle-icon {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%) rotate(180deg);
}


.ltfaqs__section .lt-accordion-content {
    padding: 0px 30px 0px;
    font-size: 16px;
    color: #50535A;
}



.ltfaqs__section .accordion_link_active .lt-accordion-number {
    background: #019DF4;
    color: #fff;
}

.ltfaqs__section .accordion_link_active .lt-accordion-titlelabel {
    font-weight: 300;
}


@media (min-width: 768px) {

    .ltfaqs__section .ltfaqs__inner {
        max-width: 100%;
    }

    .ltfaqs__section {
        padding: 32px 0px;
    }

    .ltfaqs__section .ltfaqs__title {
        font-size: 38px;
        margin-bottom: 12px;
        padding: 24px 0px;
    }

    .ltfaqs__section .lt-accordion-titlelabel {
        max-width: 80%;
        font-size: 18px;
        font-weight: 400;
    }

    .ltfaqs__section .lt-accordion-content p{
        font-size: 16px;
        font-weight: 400;
    }

}

@media (min-width: 1280px) {

    .ltfaqs__section .lt-accordion-titlelabel {
        max-width: 80%;
        font-size: 24px;
        font-weight: 300;
    }

    .ltfaqs__section .lt-accordion-content p{
        font-size: 20px;
        font-weight: 300;
    }

}


.ltfaqs__section .ltfaqs__viewmore {
    font-size: 18px;
    font-weight: 700;
    margin-top: 12px;
    color: #019DF4;
    text-align: center;
    text-decoration: underline;
    cursor: pointer;
}

.ltfaqs__section .ltfaqs__viewmore:hover {
    color: #019DF4;
}

.ltfaqs__section .ltfaqs__morebtn .ltfaqs__viewmore.minus {
    display: none;
}

.ltfaqs__section .ltfaqs__morebtn.link__toggleactive .ltfaqs__viewmore.minus {
    display: block;
}

.ltfaqs__section .ltfaqs__morebtn.link__toggleactive .ltfaqs__viewmore.more {
    display: none;
}

@media (min-width: 1280px) {

    .ltfaqs__section .ltfaqs__inner {
        max-width: 1024px;
    }

    .ltfaqs__section .lt-accordion-title {
        margin-top: 12px;
        font-size: 24px;
        line-height: 300;
    }

}

[lt-toggle] .minus {
    display: none
}

[lt-toggle].link__toggleactive .minus {
    display: inline
}

[lt-toggle].link__toggleactive .more {
    display: none
}

.stefa-preguntas-frecuentes{
    background-color: #f4f4f3;
}

.starweb-tab-nested-portlet .tab-nested-wrapper .tabs-wrapper .nav.nav-tabs{
    background-color: #954b97;
}

.starweb-tab-nested-portlet .tab-nested-wrapper .tabs-wrapper .nav.nav-tabs .nav-item .nav-link{
    color: #fff;
}

.starweb-tab-nested-portlet .tab-nested-wrapper .tabs-wrapper .nav.nav-tabs .nav-item .nav-link:hover{
    color: #fff;
    
}

.movistar--purple .starweb-tab-nested-portlet .tab-nested-wrapper .tabs-wrapper .nav.nav-tabs .nav-item .nav-link.active{
    background-color: #fff;
    color: #954b97;
}

img{
    max-width: 100%;
}

.lt-accordion-title.accordion_link_active,
.lt-accordion-content.toggleactive{
    background: #fff;
}

.lt-accordion-title:hover .lt-accordion-titlelabel {
    color: #019df4;
}

.ltfaqs__section .lt-accordion-content ul {
    font-size: 16px;
    margin-bottom: 1rem;
    font-weight: 300;
}

.ltfaqs__section .lt-accordion-title {
    padding: 15px 20px 20px;
    display: flex;
    align-items: center;
    position: relative;
}

.ltfaqs__section .lt-accordion-content {
    padding: .75rem 32px;
}

@media(min-width: 1280px) {
    .ltfaqs__section .lt-accordion-content ul {
        font-size: 20px;
        margin-bottom: 1rem;
        font-weight: 300;
    }

    .ltfaqs__section .lt-accordion-title {
        padding: 42px 20px;
        display: flex;
        align-items: center;
        position: relative;
    }

    .ltfaqs__section .lt-accordion-content {
        padding: 15px 30px 25px;
    }

    .ltfaqs__section .accordion_link_active .lt-accordion-titlelabel{
        font-weight: 300;
    }

    .ltfaqs__section .lt-accordion-content {
        font-size: 20px;
        font-weight: 300;
        color: #50535A;
    }

}