.list--decimal {
    list-style: decimal;
    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: 410px
    }

    .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 */
.necesita--section {
    position: relative;
    background-color: #f1f1f1
}

.necesita--section .necesita--info {
    padding-top: 30px;
    padding-bottom: 35px
}

.necesita--section .necesita--info .info--titulo {
    font-size: 28px;
    font-weight: 300;
    text-align: center;
    margin: 0;
    margin-bottom: 25px;
    color: #50535a;
    line-height: 1.2
}

.necesita--section .necesita--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
}

.necesita--section .necesita--info .info--descripcion * {
    font-size: 16px;
    font-weight: 400;
    color: #50535a;
    line-height: 1.3
}

.necesita--section .necesita--info .info--descripcion b {
    font-size: 20px;
    font-weight: 700
}

.necesita--section .necesita--image {
    position: relative;
    width: 100%;
    height: auto
}

.necesita--section .necesita--image>img {
    display: block;
    width: 100%;
    max-width: 690px;
    margin: auto
}

@media (min-width: 992px) {
    .necesita--section {
        min-height: 372px;
        overflow: hidden
    }

    .necesita--section .necesita--row {
        -ms-flex-align: center;
        align-items: center
    }

    .necesita--section .necesita--info {
        padding-top: 85px;
        padding-bottom: 70px
    }

    .necesita--section .necesita--info .info--titulo {
        text-align: left;
        font-size: 40px
    }

    .necesita--section .necesita--info .info--descripcion {
        margin: 0;
        text-align: left;
        font-size: 18px
    }

    .necesita--section .necesita--info .info--descripcion * {
        font-size: 18px
    }

    .necesita--section .necesita--info .info--descripcion b {
        font-size: 24px
    }

    .necesita--section .necesita--image {
        position: absolute;
        width: 50%;
        top: 0;
        right: 0;
        bottom: 0;
        min-height: 300px
    }

    .necesita--section .necesita--image>img {
        max-width: none;
        margin: 0;
        object-fit: cover;
        object-position: bottom center;
        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: 980px;
    margin: auto
}

.plan--section .plan-carousel .swiper-pagination {
    position: relative;
    bottom: inherit;
    margin-top: 20px;
}

.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%;
    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;
    min-height: 80px;
    padding: 20px 25px;
    border-bottom: 1px solid #e9eae8
}

.plan--section .plan--box .box--body .box--body-item .info--text {
    display: block;
    width: 100%;
    font-size: 16px;
    font-weight: 300;
    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: 24px;
    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: 36px;
    font-weight: 400;
    line-height: 1.2;
    margin: 0
}

.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-precio {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-bottom: 0 solid #e9eae8
}

.plan--section .plan--box .box--body .box--body-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-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-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-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: block;
    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: 48px;
    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
    }
}

/* 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;
    }
}

/* MARKETPLACE */
.market--section {
    position: relative;
    background-color: #f4f4f3;
    padding: 40px 0;
}

.market--section .market-carousel .swiper-pagination {
    position: relative;
    bottom: inherit;
}

.market--section .market-carousel .swiper-pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background: #9f9f9f;
    opacity: .4;
}

.market--section .market-carousel .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #019DF4;
    opacity: 1;
}

.market--section .market--titulo {
    font-size: 32px;
    font-weight: 300;
    color: #50535a;
    text-align: center;
    margin-bottom: 40px;
}

.market--section .market--link {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    max-width: 300px;
    margin: auto;
    font-size: 20px;
    text-align: center;
    color: #019bf2;
    text-decoration: none;
    margin-top: 45px;
    height: 40px;
}

.market--section .market--link img {
    margin-left: 5px;
    display: -ms-inline-flexbox;
    display: inline-flex;
}

.market--section .market--portafolio {
    position: relative;
    width: 100%;
    margin: auto;
}

.market--section .market--portafolio .portafolio--box {
    position: relative;
    display: block;
    width: 100%;
    max-width: 288px;
    border: 1px solid #d3d4d3;
    background-color: #fff;
    border-radius: 10px;
    overflow: hidden;
    margin: auto;
    margin-bottom: 30px;
}

.market--section .market--portafolio .portafolio--box.portafolio--box-purple .box--header .header--promocion {
    background-color: #954b97;
}

.market--section .market--portafolio .portafolio--box .box--header {
    background-color: #f5f5f5;
}

.market--section .market--portafolio .portafolio--box .box--header.box--header-promo .header--producto {
    padding: 0 15px;
}

.market--section .market--portafolio .portafolio--box .box--header .header--producto {
    padding: 45px 5px;
}

.market--section .market--portafolio .portafolio--box .box--header .header--producto .producto--image {
    display: -ms-flexbox;
    display: flex;
    height: 70px;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.market--section .market--portafolio .portafolio--box .box--header .header--producto .producto--image img {
    width: auto;
    max-width: 100%;
}

.market--section .market--portafolio .portafolio--box .box--header .header--promocion {
    display: block;
    width: 100%;
    height: 40px;
    line-height: 40px;
    background-color: #019bf2;
    font-size: 13px;
    font-weight: 400;
    text-align: center;
    color: #fff;
    padding: 0 1px;
    margin: 0;
}

.market--section .market--portafolio .portafolio--box .box--body {
    min-height: 160px;
    padding: 12px 8px;
}

.market--section .market--portafolio .portafolio--box .box--body .body--titulo {
    font-size: 18px;
    font-weight: 700;
    line-height: 1.2;
    color: #50535a;
    text-align: center;
    margin: 0;
    margin-bottom: 5px;
}

.market--section .market--portafolio .portafolio--box .box--body .body--subtitulo {
    font-size: 12px;
    font-weight: 400;
    color: #86888c;
    text-align: center;
    margin: 0;
    margin-bottom: 10px;
}

.market--section .market--portafolio .portafolio--box .box--body .body--descripcion {
    text-align: center;
    color: #50535a;
}

.market--section .market--portafolio .portafolio--box .box--body .body--descripcion p {
    font-weight: 300;
    font-size: 12px;
    line-height: 1.3;
    margin: 0;
}

.market--section .market--portafolio .portafolio--box .box--footer {
    border-top: 1px solid #d3d4d3;
}

.market--section .market--portafolio .portafolio--box .box--footer .button--more {
    display: block;
    width: 100%;
    height: 50px;
    line-height: 50px;
    font-size: 18px;
    font-weight: 400;
    text-align: center;
    color: #a13ea1;
    background-color: #fff;
    text-decoration: none;
    transition: all ease 0.3s;
}

.market--section .market--portafolio .portafolio--box .box--footer .button--more:active,
.market--section .market--portafolio .portafolio--box .box--footer .button--more:hover {
    background-color: #efefef;
}

@media (min-width: 768px) {
    .market--section .market--portafolio .portafolio--box .box--header.box--header-promo .header--producto {
        padding: 25px 15px;
    }

    .market--section .market--portafolio .portafolio--box .box--header .header--promocion {
        font-size: 16px;
    }

    .market--section .market--portafolio .portafolio--box .box--body {
        padding: 20px 12px;
        min-height: 176px;
    }

    .market--section .market--portafolio .portafolio--box .box--body .body--titulo {
        font-size: 24px;
    }

    .market--section .market--portafolio .portafolio--box .box--body .body--subtitulo {
        font-size: 14px;
        margin-bottom: 15px;
    }

    .market--section .market--portafolio .portafolio--box .box--body .body--descripcion p {
        font-size: 16px;
    }
}

@media (min-width: 992px) {
    .market--section {
        padding: 60px 0;
    }

    .market--section .market--titulo {
        font-size: 40px;
        margin-bottom: 60px;
    }

    .market--section .market--portafolio {
        max-width: 944px;
    }

    .market--section .market--portafolio .portafolio--box .box--body {
        min-height: 195px;
    }
}

/* 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
    }
}