/*Colores corporativos*/
/* * {
    border-radius: 0 !important;
}

html {
    font-size: 16px;
    font-family: "Montserrat";
    color: #120C29;
}

@media (min-width: 992px) {
    html {
        font-size: 16px;
    }
} */
/*
body {
    font-size: 1rem;
    font-family: "Nunito";
    overflow-x: hidden;
    background: linear-gradient(90deg, #FFFFFF 0%, #ECECEC 72.92%);
    color: #120C29;
}

.body-dark {
    background: linear-gradient(90deg, #120C29 0%, #28314F 100%);
    color: #fff;
}

footer {
    font-weight: 300;
} */

.container-2 {
    max-width: 920px;
}
/*
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-family: "Montserrat";
}

.h3 {
    line-height: 2rem;
}

.h1 {
    line-height: 3rem;
} */

.font-size-1 {
    font-size: 0.68rem;
    line-height: 1rem;
}

.font-size-1-2 {
    font-size: 0.86rem;
    line-height: 1rem;
}

.font-size-2 {
    font-size: 1rem;
}

.font-size-2-2 {
    font-size: 1.2rem;
}

.font-size-3 {
    font-size: 1.5rem;
    line-height: 1.875rem;
}

.font-size-4 {
    font-size: 2rem;
    line-height: 2.1rem;
}

.color-1 {
    color: #57BFE3;
}

.color-1--important {
    color: #57BFE3 !important;
}

.bg-color-1 {
    background-color: #57BFE3 !important;
}

.border-color-1 {
    border: 1px solid #57BFE3 !important;
}

.color-2 {
    color: #120C29;
}

.color-2--important {
    color: #120C29 !important;
}

.bg-color-2 {
    background-color: #120C29;
}

.border-color-2 {
    border: 1px solid #120C29 !important;
}

.color-3 {
    color: #0077E4;
}

.bg-color-3 {
    background-color: #0077E4;
}

.color-4 {
    color: #29ABE2;
}

.bg-color-4 {
    background-color: #29ABE2;
}

.color-5 {
    color: #0055A3;
}

.bg-color-5 {
    background-color: #0055A3;
}

.color-6 {
    color: #B0B1FF;
}

.bg-color-6 {
    background-color: #B0B1FF;
}

.color-7 {
    color: #5458EA;
}

.bg-color-7 {
    background-color: #5458EA;
}

.color-8 {
    color: #463196;
}

.bg-color-8 {
    background-color: #463196;
}

.color-9 {
    color: #797AF3;
}

.bg-color-9 {
    background-color: #797AF3;
}

.color-10 {
    color: #6A52C7;
}

.bg-color-10 {
    background-color: #6A52C7;
}

.color-11 {
    color: #00BD9C;
}

.bg-color-11 {
    background-color: #00BD9C;
}

.color-12 {
    color: #E5E5E5;
}

.bg-color-12 {
    background-color: #E5E5E5;
}

.bg-color-w {
    background-color: #fff;
}

.color-w {
    color: #fff;
}

.flex-basis-0 {
    flex-basis: 0;
}

.px-10,
.pl-10 {
    padding-left: 6rem !important;
}

.px-10,
.pr-10 {
    padding-right: 6rem !important;
}

.py-10,
.pt-10 {
    padding-top: 6rem !important;
}

.py-10,
.pb-10 {
    padding-bottom: 6rem !important;
}

.img-bg-cover {
    object-fit: cover;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.z-index-1 {
    z-index: 10;
}

.z-index-2 {
    z-index: 20;
}

.bg-cover-center {
    background-size: cover;
    background-position: center;
}

.two-columns {
    columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2;
}

.line-height-4 {
    line-height: 1.5em;
}

.modal-dialog {
    margin: 20px auto !important;
}

@font-face {
    font-family: "Montserrat";
    font-weight: 400;
    font-style: normal;
    src: url("../fonts/montserrat-extrabold-webfont.woff") format("woff"), url("../fonts/montserrat-extrabold-webfont.woff2") format("woff2");
}

/*Colores corporativos*/
.tab {
    width: 100%;
    border: 1px solid #B0B1FF;
    border-radius: 10px !important;
    background: rgba(252, 252, 252, 0.52);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    padding: 1rem;
    margin-bottom: 2rem;
    font-size: 1.125rem;
}

.tab .tabs__opt-1 {
    display: inline;
}

.tab .tabs__opt-2 {
    display: none;
}

.tab.active .tabs__opt-1 {
    display: none;
}

.tab.active .tabs__opt-2 {
    display: inline;
}

.tabs__top {
    position: relative;
    padding-bottom: 1rem;
}

.tabs__top:after {
    content: "";
    position: absolute;
    width: calc(100% - 10px);
    border-bottom: 1px solid #B0B1FF;
    left: 5px;
    bottom: 0;
}

.tabs__top-title {
    font-weight: 900;
    font-size: 1.5rem;
}

.tabs__top-desc {
    padding: .25rem 0;
}

.tabs__top-price-number {
    font-size: 1.8rem;
    font-weight: 700;
    font-family: "Montserrat";
    position: relative;
}

.tabs__top-price-number small {
    font-size: 40%;
    font-weight: 800;
    position: absolute;
    top: 0;
}

.tabs__top-price-desc {
    display: inline-block;
    margin-left: 16px;
}

.tabs__middle {
    position: relative;
    display: none;
    padding: 1rem 0;
}

.tabs__middle-list {
    display: block !important;
    list-style: none;
    padding-left: 2rem;
}

.tabs__middle-list li {
    padding: .8rem 0;
}

.tabs__middle-list li:before {
    content: "\2022";
    color: #5458EA;
    font-weight: bold;
    display: inline-block;
    width: 1em;
    margin-left: -1em;
}

.tabs__bottom {
    cursor: pointer;
    position: relative;
    padding-top: 1rem;
    font-weight: bold;
}

.tabs__bottom:before {
    content: "";
    position: absolute;
    width: calc(100% - 10px);
    border-top: 1px solid #B0B1FF;
    left: 5px;
    top: 0;
}

.tabs-1 .tabs__middle {
    display: block;
}

/*Colores corporativos*/
.btn-1 {
    background-color: #0077E4;
    color: #fff;
    font-weight: bold;
    font-size: 1.125rem;
    line-height: 1.25rem;
    padding: 0.725rem 2rem;
    border-radius: 40px !important;
    box-shadow: 0px 8px 20px rgba(0, 119, 228, 0.2);
}

.btn-1:hover {
    color: #fff;
    background-color: #29ABE2;
}

.btn-1:active {
    color: #fff;
    background-color: #0055A3;
}

.btn-1:focus,
.btn-1 .focus {
    outline: 0;
    box-shadow: none;
}

.btn-2 {
    border: 1px solid #B0B1FF;
    background-color: #fff;
    font-weight: bold;
    padding: .5rem 2.5rem;
    font-size: 1rem;
    margin-right: .5rem;
    border-radius: 40px !important;
}

.btn-2.active {
    background-color: #B0B1FF;
    color: #fff;
}

.btn-2:hover {
    background-color: #797AF3;
    color: #fff;
}

.btn-2:focus,
.btn-2 .focus {
    outline: 0;
    box-shadow: none;
}

/*Colores corporativos*/
.font-weight-semi-bold {
    font-weight: 600;
}

.line-height-banner {
    line-height: 1.56em;
}

.line-height-noticias {
    line-height: 1.32em;
}

.btn-box-shador-hover:hover {
    box-shadow: 0px 2px 10px 2px rgba(253, 161, 0, 0.3);
}

.modal-dialog {
    max-width: 800px;
    margin: 30px auto;
}

.modal-body {
    position: relative;
    padding: 0px;
}

.close {
    position: absolute;
    right: -30px;
    top: 0;
    z-index: 999;
    font-size: 2rem;
    font-weight: normal;
    color: #fff;
    opacity: 1;
}

.close:focus {
    outline: 0 !important;
}

.img-border-radius {
    border-radius: 20px !important;
}

@media (min-width: 576px) {
    .position-sm-static {
        position: static !important;
    }

    .position-sm-relative {
        position: relative !important;
    }

    .position-sm-absolute {
        position: absolute !important;
    }

    .position-sm-fixed {
        position: fixed !important;
    }

    .position-sm-sticky {
        position: sticky !important;
    }

    .overflow-sm-visible {
        overflow: visible !important;
    }

    .overflow-sm-hidden {
        overflow: hidden !important;
    }

    .overflow-sm-scroll {
        overflow: scroll !important;
    }

    .overflow-sm-auto {
        overflow: auto !important;
    }
}

@media (min-width: 768px) {
    .position-md-static {
        position: static !important;
    }

    .position-md-relative {
        position: relative !important;
    }

    .position-md-absolute {
        position: absolute !important;
    }

    .position-md-fixed {
        position: fixed !important;
    }

    .position-md-sticky {
        position: sticky !important;
    }

    .overflow-md-visible {
        overflow: visible !important;
    }

    .overflow-md-hidden {
        overflow: hidden !important;
    }

    .overflow-md-scroll {
        overflow: scroll !important;
    }

    .overflow-md-auto {
        overflow: auto !important;
    }
}

@media (min-width: 992px) {
    .position-lg-static {
        position: static !important;
    }

    .position-lg-relative {
        position: relative !important;
    }

    .position-lg-absolute {
        position: absolute !important;
    }

    .position-lg-fixed {
        position: fixed !important;
    }

    .position-lg-sticky {
        position: sticky !important;
    }

    .overflow-lg-visible {
        overflow: visible !important;
    }

    .overflow-lg-hidden {
        overflow: hidden !important;
    }

    .overflow-lg-scroll {
        overflow: scroll !important;
    }

    .overflow-lg-auto {
        overflow: auto !important;
    }
}

@media (min-width: 1200px) {
    .position-xl-static {
        position: static !important;
    }

    .position-xl-relative {
        position: relative !important;
    }

    .position-xl-absolute {
        position: absolute !important;
    }

    .position-xl-fixed {
        position: fixed !important;
    }

    .position-xl-sticky {
        position: sticky !important;
    }

    .overflow-xl-visible {
        overflow: visible !important;
    }

    .overflow-xl-hidden {
        overflow: hidden !important;
    }

    .overflow-xl-scroll {
        overflow: scroll !important;
    }

    .overflow-xl-auto {
        overflow: auto !important;
    }
}

@keyframes enter {
    from {
        transform: translate(100%);
        opacity: 0;
    }

    75% {
        opacity: 1;
    }

    to {
        transform: translate(0);
        opacity: 1;
    }
}

@keyframes leavermove {
    from {
        transform: translateY(0);
        opacity: 1;
    }

    75% {
        opacity: 1;
    }

    to {
        transform: translateY(4px);
        opacity: 0;
    }
}

@keyframes leave {
    from {
        transform: translate(0);
        opacity: 1;
    }

    to {
        transform: translate(100%);
        opacity: 0;
    }
}

@keyframes enter-2 {
    from {
        transform: translate(-200%);
        opacity: 0;
    }

    to {
        transform: translate(0);
        opacity: 1;
    }
}

@keyframes leave-2 {
    from {
        transform: translate(0);
        opacity: 1;
    }

    75% {
        opacity: 0;
    }

    to {
        transform: translate(-200%);
        opacity: 0;
    }
}

@media (min-width: 992px) {
    .animated {
        animation-duration: 1s;
        animation-fill-mode: both;
    }
}

.animated.infinite {
    animation-iteration-count: infinite;
}

.animated.hinge {
    animation-duration: 2s;
}

.animated.hinge-2 {
    animation-duration: 2s;
}

.animated.hinge-3 {
    animation-duration: 3s;
}

.animated.hinge-4 {
    animation-duration: 4s;
}

.animated.delay {
    animation-delay: 1s;
}

.animated.delay-2 {
    animation-delay: 2s;
}

.animated.delay-3 {
    animation-delay: 3s;
}

.animated.delay-4 {
    animation-delay: 4s;
}

.animated.flipOutX,
.animated.flipOutY,
.animated.bounceIn,
.animated.bounceOut {
    animation-duration: .75s;
}

@media (min-width: 992px) {

    .u-animated-hidden,
    .c-animated {
        opacity: 0;
    }
}

@media (min-width: 992px) {
    .u-animated-visible {
        opacity: 1;
    }
}

section.horizontal {
    width: 100%;
    height: 100%;
    position: relative;
    min-height: 100vh;
}

section.horizontal .item {
    position: relative;
    flex: 0 0 60vw;
    margin: 0 16px;
    display: flex;
    align-items: start;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
}

section.horizontal .item:last-child {
    flex: 0 0 20vw;
}

section.horizontal .item:last-child:before {
    content: "" !important;
}

@media (min-width: 992px) {
    section.horizontal {
        font-size: 1.21vw;
    }

    section.horizontal .h1 {
        font-size: calc(2.5 * 1.21vw);
    }

    section.horizontal .font-size-3 {
        font-size: calc(1.5 * 1.21vw);
        line-height: calc(1.875 * 1.21vw);
    }

    section.horizontal .pt-5,
    section.horizontal .py-5 {
        padding-top: calc(3 * 1.21vw) !important;
    }

    section.horizontal .pb-5,
    section.horizontal .py-5 {
        padding-bottom: calc(3 * 1.21vw) !important;
    }

    section.horizontal .pt-3,
    section.horizontal .py-3 {
        padding-top: calc(1 * 1.21vw) !important;
    }

    section.horizontal .pb-4,
    section.horizontal .py-4 {
        padding-bottom: calc(1.5 * 1.21vw) !important;
    }

    section.horizontal .pt-2,
    section.horizontal .py-2 {
        padding-top: calc(.5 * 1.21vw) !important;
    }

    section.horizontal .pt-1,
    section.horizontal .py-1 {
        padding-top: calc(.25 * 1.21vw) !important;
    }

    section.horizontal .item {
        margin: 0 1.21vw;
    }

    section.horizontal .beneficios__slick-el {
        padding: calc(1.25 * 1.21vw) calc(2 * 1.21vw);
        border-radius: calc(1.5 * 1.21vw) !important;
    }

    section.horizontal .beneficios__slick-el-img-2,
    section.horizontal .beneficios__slick-el-img-1,
    section.horizontal .beneficios__slick-el-img-3 {
        height: calc(11.18 * 1.21vw);
    }

    section.horizontal .beneficios__slick-el-desc {
        padding: calc(3 * 1.21vw) 0;
    }

    section.horizontal .h3,
    section.horizontal h3 {
        font-size: calc(1.75 * 1.21vw);
        line-height: calc(2 * 1.21vw);
    }

    section.horizontal .font-size-2-2 {
        font-size: calc(1.2 * 1.21vw);
    }

    section.horizontal .btn-1 {
        font-size: calc(1.125 * 1.21vw);
        line-height: calc(1.25 * 1.21vw);
        padding: calc(0.725 * 1.21vw) calc(2 * 1.21vw);
        border-radius: calc(2.5 * 1.21vw) !important;
        box-shadow: 0px calc(0.5 * 1.21vw) calc(1.5 * 1.21vw) rgba(0, 119, 228, 0.2);
    }
}

@media (min-width: 1200px) {

    section.horizontal .beneficios__slick-el-img-2,
    section.horizontal .beneficios__slick-el-img-1,
    section.horizontal .beneficios__slick-el-img-3 {
        height: calc(13.75 * 1.21vw);
    }
}

section.horizontal .pin-wrap {
    position: relative;
    z-index: 1;
    min-height: 100vh;
}

section.horizontal .animation-wrap {
    display: flex;
    position: relative;
    z-index: 1;
}

section.horizontal .animation-wrap.to-right {
    counter-reset: item;
    float: left;
}

section.horizontal .animation-wrap.to-left {
    counter-reset: item 11;
    float: right;
}

section.horizontal .animation-wrap .item:nth-child(2n+2) {
    align-items: flex-start;
}

section.horizontal .animation-wrap .item:nth-child(4n+4) {
    align-items: flex-end;
}

/*Colores corporativos*/
.switch-checkbox {
    position: relative;
    display: inline-block;
    width: 48px;
    height: 18px;
    margin-bottom: 0;
    display: inline-block;
    vertical-align: middle;
}

.switch-checkbox input {
    opacity: 0;
    width: 0;
    height: 0;
}

.switch-checkbox__slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #D1D1FF;
    -webkit-transition: .4s;
    transition: .4s;
    border-radius: 18px !important;
}

.switch-checkbox__slider:before {
    position: absolute;
    content: "";
    height: 14px;
    width: 14px;
    left: 2px;
    bottom: 2px;
    background-color: #797AF3;
    -webkit-transition: .4s;
    transition: .4s;
    border-radius: 50% !important;
}

input:checked+.switch-checkbox__slider {
    background-color: #fff;
}

input:focus+.switch-checkbox__slider {
    box-shadow: 0 0 1px #fff;
}

input:checked+.switch-checkbox__slider:before {
    -webkit-transform: translateX(30px);
    -ms-transform: translateX(30px);
    transform: translateX(30px);
}

.switcher-wrapper {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: center;
}

.switcher-wrapper * {
    cursor: pointer;
}

.switcher-wrapper span.switcher {
    position: relative;
    max-width: 380px;
    width: 100%;
    height: 50px;
    border-radius: 25px !important;
    margin: 0;
    overflow: hidden;
    cursor: pointer;
}

.switcher-wrapper span.switcher input {
    appearance: none;
    -webkit-appearance: none;
    position: relative;
    width: 100%;
    height: 50px;
    border-radius: 25px !important;
    background-color: #B0B1FF;
    outline: none;
}

.switcher-wrapper span.switcher input:before,
.switcher-wrapper span.switcher input:after {
    z-index: 2;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    color: #FFFFFF;
}

.switcher-wrapper span.switcher input:before {
    content: attr(data-before);
    left: 4.2%;
    font-weight: bold;
}

.switcher-wrapper span.switcher input:after {
    content: attr(data-after);
    right: 16.9%;
    font-weight: bold;
}

.switcher-wrapper span.switcher label {
    z-index: 1;
    position: absolute;
    top: 3px;
    height: 44px;
    bottom: 10px;
    width: 48%;
    border-radius: 44px !important;
}

.switcher-wrapper span.switcher.switcher-1 input {
    transition: .25s -.1s;
}

.switcher-wrapper span.switcher.switcher-1 input:checked {
    background-color: #B0B1FF;
}

.switcher-wrapper span.switcher.switcher-1 input:checked:before {
    color: #FFFFFF;
    transition: color .5s .2s;
}

.switcher-wrapper span.switcher.switcher-1 input:checked:after {
    color: #120C29;
    transition: color .5s;
}

.switcher-wrapper span.switcher.switcher-1 input:checked+label {
    left: 3px;
    width: 48%;
    background: #5458EA;
    margin: 0;
    transition: left .5s, right .4s .2s;
}

.switcher-wrapper span.switcher.switcher-1 input:not(:checked) {
    background: #B0B1FF;
    transition: background .5s -.1s;
}

.switcher-wrapper span.switcher.switcher-1 input:not(:checked):before {
    color: #120C29;
    transition: color .5s;
}

.switcher-wrapper span.switcher.switcher-1 input:not(:checked):after {
    color: #fff;
    transition: color .5s .2s;
}

.switcher-wrapper span.switcher.switcher-1 input:not(:checked)+label {
    left: calc(52% - 3px);
    right: 10px;
    background: #5458EA;
    margin: 0;
    transition: left .4s .2s, right .5s, background .35s -.1s;
}

.custom-select-el {
    position: relative;
    font-family: Arial;
    margin-bottom: 1.125rem;
}

.custom-select-el--colab {
    width: 300px;
}

.custom-select-el--colab .select-items {
    width: initial;
}

.custom-select-el select {
    display: none;
    /*hide original SELECT element:*/
}

.select-selected {
    background-color: #ffffff;
    border-radius: 4px !important;
    color: #666666;
    clear: both;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    max-width: 100%;
    width: 100%;
}

/*style the arrow inside the select element:*/
.select-selected:after {
    position: absolute;
    content: "";
    top: 17px;
    right: 10px;
    width: 0;
    height: 0;
    border: 4px solid transparent;
    border-color: #120C29 transparent transparent transparent;
}

/*point the arrow upwards when the select box is open (active):*/
.select-selected.select-arrow-active:after {
    transform: scaleY(-1);
    top: 12px;
    transform-origin: 0 50%;
}

/*style the items (options), including the selected item:*/
.select-selected {
    color: #495057;
    padding: 6px 16px;
    border: 1px solid transparent;
    cursor: pointer;
    user-select: none;
}

.select-selected.select-arrow-active {
    border: 1px solid #B0B1FF;
}

.select-items div {
    color: #495057;
    padding: 10px 16px;
    cursor: pointer;
    user-select: none;
    white-space: nowrap;
    text-overflow: ellipsis;
}

/*style items (options):*/
.select-items {
    position: absolute;
    background-color: #FFFFFF;
    top: calc(100% + 4px);
    left: 0;
    right: 0;
    z-index: 99;
    width: 248px;
    border: 1px solid #B0B1FF;
    border-radius: 4px !important;
    overflow: hidden;
    max-height: 230px;
    overflow: auto;
}

/*hide the items when the select box is closed:*/
.select-hide {
    display: none;
}

.select-items div:hover {
    background-color: #E1E4FF;
}

.same-as-selected {
    background-color: #B0B1FF;
}

.custom-radio-btn [type="radio"]:checked,
.custom-radio-btn [type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}

.custom-radio-btn [type="radio"]:checked+label,
.custom-radio-btn [type="radio"]:not(:checked)+label {
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: #666;
}

.custom-radio-btn [type="radio"]:checked+label:before,
.custom-radio-btn [type="radio"]:not(:checked)+label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 18px;
    height: 18px;
    border: 1px solid #ddd;
    border-radius: 2px;
    background: #fff;
    border: 1px solid #B0B1FF;
}

.custom-radio-btn [type="radio"]:checked+label:after,
.custom-radio-btn [type="radio"]:not(:checked)+label:after {
    content: '';
    width: 10px;
    height: 10px;
    background: #0077E4;
    position: absolute;
    top: 4px;
    left: 4px;
    border-radius: 2px;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.custom-radio-btn [type="radio"]:not(:checked)+label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}

.custom-radio-btn [type="radio"]:checked+label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

/*Colores corporativos*/
.contact-form__content {
    background: rgba(252, 252, 252, 0.52);
    backdrop-filter: blur(59px);
    -webkit-backdrop-filter: blur(59px);
    border: 1px solid #B0B1FF;
    padding: 2rem;
    width: 100%;
    border-radius: 12px !important;
}

.contact-form__input-section {
    padding-top: 2rem;
}

.contact-form__input-section input,
.contact-form__input-section select {
    width: 100%;
    margin-bottom: 1.125rem;
    font-size: 1rem;
    border-radius: 4px !important;
    border: 1px solid transparent;
}

.contact-form__input-section input:focus,
.contact-form__input-section select:focus {
    border: 1px solid #B0B1FF;
    box-shadow: none;
}

/*Colores corporativos*/
.rTable {
    display: table;
}

.rTableRow {
    display: flex;
}

.rTableHeading {
    display: table-header-group;
}

.rTableBody {
    display: table-row-group;
}

.rTableFoot {
    display: table-footer-group;
}

.rTableCell,
.rTableHead {
    display: flex;
}

.pricing-table b,
.pricing-table strong {
    font-weight: 800;
}

.pricing-table article {
    width: 100%;
    margin: 0 auto;
    position: relative;
}

.pricing-table ul {
    display: flex;
    top: 0px;
    z-index: 10;
    padding-bottom: 14px;
}

.pricing-table li {
    list-style: none;
    flex: 1;
}

.pricing-table li:last-child {
    border-right: 1px solid #B0B1FF;
}

.pricing-table button {
    width: 100%;
    border: 1px solid #B0B1FF;
    border-right: 0;
    border-top: 0;
    padding: 10px;
    background: #FFF;
    font-size: 14px;
    font-weight: bold;
    height: 60px;
    color: #999;
}

.pricing-table li.active button {
    background: #F5F5F5;
    color: #000;
}

.pricing-table__price {
    transition: all .25s ease;
}

.pricing-table__price-title {
    font-weight: 800;
    font-size: 1.25rem;
}

.pricing-table__price-title-desc {
    transition: all .25s ease;
}

.pricing-table__price-divisa {
    font-size: 1.25rem;
    font-weight: 400;
}

.pricing-table__price-amount {
    font-size: 1.75rem;
    font-weight: 900;
    position: relative;
    display: inline-block;
}

.pricing-table__price-amount small {
    font-size: 40%;
    font-weight: 800;
    position: absolute !important;
    top: 4px;
}

.pricing-table__price-desc {
    padding-left: .85rem;
}

.pricing-table-table__itm {
    position: relative;
}

.pricing-table-table__itm-img {
    width: 15px;
    height: 15px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 10px;
}

.pricing-table__table-wrapper {
    border: 1px solid #B0B1FF;
    border-radius: 10px !important;
}

.pricing-table .rTable {
    font-size: .85rem;
    border-collapse: collapse;
    table-layout: fixed;
    width: 100%;
    border-radius: 10px !important;
}

.pricing-table .rTableHead {
    display: none;
    border-top: 0 !important;
}

.pricing-table .rTableHead:first-child {
    border-left: 0 !important;
    vertical-align: middle;
}

.pricing-table .rTableHead:last-child {
    border-right: 0 !important;
}

.pricing-table .rTableCell,
.pricing-table .rTableHead {
    height: 53px;
    position: relative;
    vertical-align: middle;
}

.pricing-table .rTableCell,
.pricing-table .rTableHead {
    border: 1px solid #B0B1FF;
    padding: 10px;
    empty-cells: show;
}

.pricing-table .rTableCell,
.pricing-table .rTableHead {
    text-align: left;
}

.pricing-table .rTableCell+.rTableCell,
.pricing-table .rTableHead+.rTableHead {
    text-align: center;
    display: none;
}

.pricing-table .rTableCell.default {
    display: table-cell;
}

.pricing-table .sep {
    font-weight: bold;
}

.pricing-table .txt-l {
    font-size: 28px;
    font-weight: bold;
}

.pricing-table .txt-top {
    position: relative;
    top: -9px;
    left: -2px;
}

.pricing-table .tick {
    font-size: 18px;
    color: #2CA01C;
}

.pricing-table .hide {
    border: 0;
    background: none;
}

@media (min-width: 640px) {
    .pricing-table ul {
        display: none;
    }

    .pricing-table .rTableCell,
    .pricing-table .rTableHead {
        display: flex !important;
        flex-direction: column;
        height: auto;
        justify-content: center;
        width: 360px;
    }

    .pricing-table .rTableCell+.rTableCell,
    .pricing-table .rTableHead+.rTableHead {
        width: calc((100% - 360px)/3);
    }
}

.pricing-table__table-wrapper .rTableHeading .rTableRow {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 2;
}

.pricing-table__table-wrapper .rTableBody .rTableRow:last-child .rTableCell {
    background-color: #B0B1FF;
    border-bottom: 0 !important;
}

.pricing-table__table-wrapper .rTableBody .rTableRow:last-child .rTableCell:first-child {
    border-left: 0 !important;
    border-bottom-left-radius: 10px !important;
}

.pricing-table__table-wrapper .rTableBody .rTableRow:last-child .rTableCell:last-child {
    border-right: 0 !important;
    border-bottom-right-radius: 10px !important;
}

.pricing-table__table-wrapper .rTableBody .rTableRow:hover {
    background: rgba(252, 252, 252, 0.72);
}

.nav-container-sticky .pricing-table__price-title-desc {
    display: none;
}

.nav-container-sticky .rTableHeading {
    z-index: 999;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.25);
    position: sticky;
    top: 0;
}

.nav-container-sticky .rTableHeading .rTableHead {
    border-left: 1px solid #B0B1FF;
}

.nav-container-sticky .rTableHeading .rTableHead:first-child {
    border-left: none;
}

.nav-container-sticky .rTableHeading .rTableHead * {
    z-index: 10;
    position: relative;
}

.nav-container-sticky .rTableHeading .rTableHead .back-bluur {
    background-color: rgba(255, 255, 255, 0.12);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
}

.nav-container-sticky .rTableHeading .rTableRow {
    border: 1px solid #B0B1FF;
}

.nav-container-sticky .rTableHeading .rTableRow .rTableCell {
    border: 1px solid #B0B1FF;
}

.nav-container-sticky .pricing-table__price {
    transform: scale(0.8);
}

#nav-container-top {
    height: 1px;
    visibility: hidden;
}

/*Colores corporativos*/
.main-wrapper {
    overflow-x: hidden;
}

.presentation {
    width: 100%;
}

.presentation__img {
    transform: translateX(-24%);
}

.beneficios {
    min-height: 100vh;
}

.beneficios__slick-el {
    display: inline-block;
    border-radius: 20px !important;
    padding: 1.25rem 2rem;
}

.beneficios__slick-el-desc {
    padding: 3rem 0;
}

.beneficios__slick-el-wrapper {
    text-align: center;
}

.beneficios__slick-el-img-wrapper {
    position: relative;
}

.beneficios__slick-el-img-wrapper:before {
    content: "";
    width: 0;
    height: 100%;
    vertical-align: middle;
    display: inline-block;
}

.beneficios__slick-el-img-wrapper img {
    display: inline-block;
    vertical-align: middle;
}

.beneficios__slick-el-img-1 {
    width: 100%;
    max-width: 286px;
}

@media (min-width: 992px) {
    .beneficios__slick-el-img-1 {
        width: auto;
        max-width: initial;
        height: 179px;
    }
}

@media (min-width: 1200px) {
    .beneficios__slick-el-img-1 {
        height: 220px;
    }
}

.beneficios__slick-el-img-2 {
    width: 100%;
    max-width: 291px;
}

@media (min-width: 992px) {
    .beneficios__slick-el-img-2 {
        width: auto;
        max-width: initial;
        height: 179px;
    }
}

@media (min-width: 1200px) {
    .beneficios__slick-el-img-2 {
        height: 220px;
    }
}

.beneficios__slick-el-img-3 {
    width: 100%;
    max-width: 291px;
}

@media (min-width: 992px) {
    .beneficios__slick-el-img-3 {
        width: auto;
        max-width: initial;
        height: 179px;
    }
}

@media (min-width: 1200px) {
    .beneficios__slick-el-img-3 {
        height: 220px;
    }
}

.funcionalidades {
    overflow-x: hidden;
}

.funcionalidades__img img {
    position: relative;
    z-index: 99;
}

.funcionalidades__el {
    display: none;
}

.funcionalidades__el:first-child {
    display: block;
}

.funcionalidades__select .select-selected {
    background-color: #B0B1FF;
    color: #fff;
    padding: 16px;
}

.funcionalidades__select .select-selected:after {
    top: 20px;
    border-color: #ffffff transparent transparent transparent;
}

.funcionalidades__select .select-selected.select-arrow-active:after {
    top: 15px;
}

.funcionalidades__select .select-items {
    width: 100%;
    top: calc(100% + -2px);
}

.funcionalidades__select .select-items div:hover,
.funcionalidades__select .same-as-selected {
    color: #fff;
}

.logos__el {
    width: calc(20% - 25px);
    cursor: pointer;
    text-align: center;
    position: relative;
    border-radius: 10px !important;
}

.logos__el:hover {
    border: 1px solid #B0B1FF;
}

.logos__el.active {
    background-color: #fff;
    border: 1px solid #B0B1FF;
    box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.2);
}

.logos__el img {
    position: absolute;
    max-width: 90%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.logos__el:before {
    content: "";
    width: 100%;
    padding-top: 100%;
    display: block;
}

.logos__el-wrapper {
    display: flex;
    justify-content: space-between;
}

.logos__el2 {
    width: calc(20% - 25px);
    cursor: pointer;
    text-align: center;
    position: relative;
    border-radius: 10px !important;
}

.logos__el2:hover {
    border: 1px solid #B0B1FF;
}

.logos__el2.active {
    background-color: #fff;
    border: 1px solid #B0B1FF;
    box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.2);
}

.logos__el2 img {
    position: absolute;
    max-width: 90%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.logos__el2:before {
    content: "";
    width: 100%;
    padding-top: 100%;
    display: block;
}

.logos__desc {
    display: none;
}

.logos__desc2 {
    display: none;
}

.logos__desc-title {
    font-size: 1.25rem;
}

.metricas__cuadro {
    border: 1px solid #B0B1FF;
    border-radius: 10px !important;
    background: rgba(252, 252, 252, 0.6);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

.metricas__cuadro-title {
    font-weight: 900;
    line-height: 1.5rem;
    font-size: 1.25rem;
    padding-bottom: .35rem;
    font-family: "Montserrat";
}

.metricas__cuadro-number {
    font-weight: 900;
    line-height: 1.25rem;
    font-size: 2rem;
    padding-bottom: .35rem;
    font-family: "Montserrat";
}

.metricas .col-lg-3 {
    position: relative;
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    line-height: 1.25rem;
}

.metricas .col-lg-3:after {
    content: "";
    position: absolute;
    border-right: 1px solid #B0B1FF;
    height: calc(100% - 8px);
    top: 4px;
    right: 0;
}

.metricas .col-lg-3:last-child:after {
    content: none;
}

.logos__desc-wrapper {
    padding-top: 2rem;
}

.logos__desc-text {
    padding-top: 1rem;
}

.mancha-1 {
    position: absolute;
    top: -200px;
    left: -200px;
}

.mancha-1-wrapper {
    position: relative;
}

.mancha-2 {
    position: absolute;
    right: -280px;
    top: -40px;
}

.mancha-2-wrapper {
    position: relative;
}

.mancha-3 {
    position: absolute;
    right: -380px;
    top: 40px;
    pointer-events: none;
}

.mancha-3-wrapper {
    position: relative;
}

.mancha-4 {
    position: absolute;
    max-width: 840px;
    top: 260%;
    left: 50%;
    transform: translate(-50%, -50%);
    pointer-events: none;
}

.mancha-4-wrapper {
    position: relative;
}

.mancha-5 {
    position: absolute;
    max-width: 720px;
    top: 0;
    right: -370px;
    pointer-events: none;
}

.mancha-5-wrapper {
    position: absolute;
    left: 0;
    right: 0;
    overflow-x: hidden;
    height: 630px;
    transform: translateY(-300px);
    pointer-events: none;
}

.mancha-6 {
    position: absolute;
    top: 0;
    left: -50%;
}

.mancha-6-wrapper {
    position: relative;
}

.respuesta-form .btn-whatsapp {
    background-color: #1BD741;
    display: inline-block;
    width: 120px;
    padding: 10px;
    border-radius: 40px !important;
}

.respuesta-form-divider {
    position: relative;
    padding-top: 2rem;
}

.respuesta-form-divider img {
    display: inline-block;
    margin: 0 10px;
}

.respuesta-form-divider:before {
    content: "";
    top: 0;
    width: calc(100% + 4rem);
    height: 0;
    position: absolute;
    left: -2rem;
    border-top: 1px solid #B0B1FF;
}

.form-socials a {
    text-decoration: none;
    display: inline-block;
}

.form-socials a img {
    transition: all .2s ease;
}

.form-socials a:hover,
.form-socials a:focus {
    text-decoration: none;
}

.form-socials a:hover img,
.form-socials a:focus img {
    transform: translateY(-4px);
}

.moddd .modal-content {
    background-color: #fff;
    padding-top: 3rem;
    padding-bottom: 3rem;
    border-radius: 20px !important;
    border: 1px solid #B0B1FF;
    color: #120C29;
}

.moddd .modal-content .close {
    color: #120C29;
    font-weight: bold;
    right: 18px;
    top: -30px;
    font-size: 2.2rem;
}

.moddd-2 .modal-content {
    background-color: #fff;
    padding: 2rem 4rem;
    border-radius: 10px !important;
    border: 1px solid #B0B1FF;
    max-width: 600px;
    margin: 0 auto;
    font-weight: 300;
    color: #120C29;
}

.moddd-2 .modal-content .close {
    color: #120C29;
    font-weight: bold;
    right: -36px;
    top: -16px;
    font-size: 2.2rem;
}

.moddd-2 strong {
    font-weight: 900;
}

.moddd-2 .row {
    margin: auto;
    max-width: 390px;
}

.moddd-2 input {
    border-radius: 5px !important;
}

.beneficio-bg-1 {
    background: rgba(0, 189, 156, 0.8);
    border: 1px solid #A0E3FF;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border-radius: 20px;
}

.beneficio-bg-2 {
    background: rgba(18, 12, 41, 0.7);
    border: 1px solid #463196;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border-radius: 20px;
}

.beneficio-bg-3 {
    background: rgba(253, 121, 0, 0.8);
    border: 1px solid #FFC086;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border-radius: 20px;
}

.tooltip-custom .tooltip-inner {
    background-color: #120C29 !important;
    border-radius: 10px !important;
    padding: 16px 8px !important;
}

/* the slides */
.slick-slide {
    margin: 0 16px;
}

/* the parent */
.slick-list {
    margin: 0 -16px;
    overflow: visible;
}

@media (max-width: 992px) {
    html {
        font-size: 14px;
        overflow-x: hidden;
    }

    .h1 {
        font-size: 28px;
    }

    .presentation__img img {
        width: 140%;
    }

    .font-size-2-2 {
        font-size: 1.5rem;
    }

    .beneficios__slick-el br {
        display: block;
    }

    .beneficios__slick-el-desc {
        padding: 2rem 0;
    }

    .beneficios__slick-el-img-wrapper {
        padding-top: 2rem;
        text-align: center;
    }

    .beneficios__slick-el-img-wrapper img {
        max-width: 90%;
        height: 233px;
        width: auto;
    }

    .beneficios__slick-el-img-wrapper:before {
        content: none;
    }

    .mancha-1 {
        display: none;
    }

    .mancha-3 {
        right: initial;
        left: -500px;
    }

    .mancha-5-wrapper {
        transform: translateY(-500px);
    }

    .switcher-wrapper {
        justify-content: flex-start;
        align-items: flex-start;
    }

    .custom-select-el--colab {
        max-width: 380px;
        width: 100%;
        margin-top: 10px;
        margin-bottom: 10px !important;
    }

    .custom-select-el--colab .select-selected {
        border: 1px solid #B0B1FF;
        padding: 16px;
    }

    .mancha-6 {
        left: -600px;
    }

    .logos__el {
        width: calc(33% - 25px);
    }

    .logos__el-wrapper {
        flex-wrap: wrap;
        justify-content: center;
    }

    .logos__el2 {
        width: calc(33% - 25px);
    }

    .logos__desc-text,
    .logos__desc-title {
        font-size: 1.5rem;
    }

    .metricas__cuadro {
        position: relative;
        padding: 1rem;
    }

    .metricas__cuadro-title {
        font-size: 1.2rem;
    }

    .metricas__cuadro-title+div {
        font-size: 1.1rem;
        line-height: 1.37rem;
    }

    .metricas__cuadro-number {
        font-size: 1.42rem;
    }

    .metricas__cuadro:after {
        content: "";
        position: absolute;
        height: calc(100% - 20px);
        top: 10px;
        left: 50%;
        border-right: 1px solid #B0B1FF;
    }

    .metricas__cuadro:before {
        content: "";
        position: absolute;
        width: calc(100% - 20px);
        left: 10px;
        top: 50%;
        border-top: 1px solid #B0B1FF;
    }

    .metricas__cuadro .col-6 {
        padding: 3.64rem 0;
    }

    .metricas__cuadro-title,
    .metricas__cuadro-number {
        margin-bottom: .8rem;
    }

    .metricas__cuadro .col-lg-3:after,
    .metricas__cuadro .col-lg-3:before {
        content: none;
    }

    .planes br {
        display: none;
    }

    .funcionalidades__img img {
        max-width: 120%;
    }

    br {
        display: none;
    }

    footer {
        font-size: 1rem !important;
    }

    footer div {
        line-height: 1.25rem;
    }

    .mancha-4 {
        max-width: 850px;
        top: 500px;
        left: 40%;
    }

    .select-items div {
        font-size: 1.12rem;
    }

    .contact-form__input-section input,
    .contact-form__input-section select,
    .select-selected {
        height: calc(1.5em + 1.5rem + 2px) !important;
        padding: 0.75rem 0.75rem !important;
    }

    .pricing-table li:last-child {
        border-right: 0;
    }

    .switcher-wrapper span.switcher input:before {
        left: 6.2%;
    }
}

@media (max-width: 720px) {
    .beneficios__slick-el-img-wrapper img {
        height: 160px;
    }

    .h3 {
        font-size: 1.5rem;
    }

    .beneficios__slick-el .font-size-2-2 {
        font-size: 1.125rem;
    }
}

@media (max-width: 580px) {
    .mancha-5-wrapper {
        transform: translateY(-400px);
    }

    .mancha-5 {
        right: -450px;
    }
}

@media (max-width: 420px) {

    .switcher-wrapper span.switcher input:before,
    .switcher-wrapper span.switcher input:after {
        font-size: .8rem;
    }

    .switcher-wrapper span.switcher input:before {
        left: 9%;
    }
}

.body-dark .funcionalidades__select .select-selected {
    background-color: #463196;
    color: #fff;
}

.body-dark .custom-radio-btn label {
    color: #ffffff !important;
}

.body-dark .contact-form__content {
    background: rgba(18, 12, 41, 0.6);
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
    border: 1px solid #463196;
}

.body-dark .contact-form .select-selected {
    border-color: #463196;
}

.body-dark .contact-form__input-section input,
.body-dark .contact-form__input-section select {
    background-color: #120C29;
    color: #ffffff;
    border-color: #463196;
}

.body-dark .contact-form__input-section input:focus {
    border-color: #ffffff;
}

.body-dark .contact-form__input-section input:focus::placeholder {
    color: #ffffff;
}

.body-dark .btn-2 {
    color: #ffffff;
    background-color: #120C29;
    border-color: #26289C;
}

.body-dark .btn-2:hover {
    background-color: #6A52C7;
}

.body-dark .btn-2.active {
    background-color: #463196;
}

.body-dark .pricing-table__table-wrapper {
    background: rgba(18, 12, 41, 0.7);
    border: 1px solid #463196;
    color: #ffffff;
}

.body-dark .pricing-table__table-wrapper .rTableHead,
.body-dark .pricing-table__table-wrapper .rTableCell {
    border: 1px solid #463196;
}

.body-dark .pricing-table__table-wrapper .rTableBody .rTableRow:hover {
    background: rgba(18, 12, 41, 0.7);
}

.body-dark .pricing-table__table-wrapper .rTableBody .rTableRow:last-child .rTableCell {
    background-color: transparent;
}

.body-dark .pricing-table__table-wrapper .tick img {
    filter: invert(1);
}

.body-dark .logos__el:hover {
    border: 1px solid #463196;
}

.body-dark .logos__el.active {
    background-color: #140E2B;
    border: 1px solid #463196;
}

.body-dark .logos__el2:hover {
    border: 1px solid #463196;
}

.body-dark .logos__el2.active {
    background-color: #140E2B;
    border: 1px solid #463196;
}

.body-dark .switcher-wrapper span.switcher.switcher-1 input:checked,
.body-dark .switcher-wrapper span.switcher.switcher-1 input:not(:checked) {
    background-color: #120C29;
}

.body-dark .switcher-wrapper span.switcher.switcher-1 input:not(:checked):before,
.body-dark .switcher-wrapper span.switcher.switcher-1 input:checked:after {
    color: #ffffff;
}

.body-dark .select-selected {
    background-color: #120C29;
    color: #666666;
}

.body-dark .select-selected:after {
    border-color: #ffffff transparent transparent transparent;
}

.body-dark .select-selected.select-arrow-active {
    color: #ffffff;
}

.body-dark .custom-select-el--colab .select-selected {
    border: 1px solid #463196;
}

.body-dark .select-items {
    background-color: #120C29;
    border: 1px solid #463196;
}

.body-dark .select-items div {
    color: #ffffff;
}

.body-dark .select-items div:hover {
    background-color: #5458EA;
}

.body-dark .same-as-selected {
    background-color: #463196;
}

.body-dark .select-selected.selected {
    color: #ffffff;
}

.body-dark .metricas__cuadro {
    background: rgba(18, 12, 41, 0.7);
    border-color: #463196;
}

.body-dark .metricas__cuadro .col-lg-3:after {
    border-color: #463196;
}

@media (max-width: 992px) {

    .body-dark .metricas__cuadro:after,
    .body-dark .metricas__cuadro:before {
        border-color: #463196;
    }
}

.body-dark .respuesta-form-divider:before {
    border-color: #463196;
}

.body-dark .form-socials a img {
    filter: invert(100%);
}

.body-dark .nav-container-sticky .rTableHeading .rTableRow {
    background: rgba(18, 12, 41, 0.7);
    border: none;
}

.body-dark .nav-container-sticky .rTableHeading {
    box-shadow: 0 4px 2px 0 rgba(70, 49, 150, 0.6);
}

.body-dark .nav-container-sticky .rTableHeading .back-bluur {
    background-color: transparent;
}

.body-dark .tab {
    background: rgba(18, 12, 41, 0.6);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border: 1px solid #463196;
}

.body-dark .tabs__top:after,
.body-dark .tabs__bottom:before {
    border-color: #463196;
}

.body-dark .moddd .modal-content {
    background-color: #120C29;
    border: 1px solid #463196;
    color: #fff;
}

.body-dark .moddd .modal-content .close {
    color: #fff;
}

.body-dark .moddd-2 .modal-content {
    border: 1px solid #463196;
    background-color: #120C29;
    color: #fff;
}

.body-dark .moddd-2 .modal-content .close {
    color: #fff;
}