@charset "UTF-8";

.loanding::after{
  content: '';
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background-image: url('./assets/img/spinner.gif');
  background-repeat: no-repeat;
  background-position: center center;
  background-color: rgba(255,255,255,0).5;
  backdrop-filter: blur(2px);
}
.loanding >div{
  opacity: 0.1;
}
.pricing-table__table-wrapper .rTableBody .rTableRow:last-child .rTableCell{
  background: #E1E4FF;
}
.pricing-table .rTableBody .rTableCell:first-child{
  padding-right: 35px;
}

.body-dark .pricing-table__table-wrapper .rTableBody .rTableRow:last-child .rTableCell{
  background: #5E5D79;
}

.custom-control-input.is-invalid~.custom-control-label, .custom-control-input.is-invalid~.form-check-label{
  color: #dc3545!important;
}

.custom-control-input.is-invalid~.custom-control-label::before, .custom-control-input.is-invalid~.form-check-label::before{
  border: 1px solid #dc3545!important;
  background-color: #efa2a9!important;
}

.mask-1-jc{
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  overflow-x: hidden;
  height: 500px;
  pointer-events: none;
}
.mask-1{
  position: absolute;
  max-width: 720px;
  height: 100%;
  top: 0;
  right: 0;
  pointer-events: none;
}
.mask-2-jc{
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  overflow-x: hidden;
  height: 500px;
  pointer-events: none;
}

.mask-2{
  position: absolute;
  max-width: 720px;
  height: 100%;
  top: 0;
  left: 0;
  pointer-events: none;
}

.mask-3-jc{
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  overflow-x: hidden;
  height: 630px;
  transform: translateY(-70px);
  pointer-events: none;
}
.mask-3{
  position: absolute;
  max-width: 720px;
  top: 0;
  right: 0;
  pointer-events: none;
}

.body-dark .mask-1-jc,.body-dark .mask-2-jc,.body-dark .mask-3-jc{
  opacity: .5;
}

.logos__desc-logo-wrapper{
    width:100%;
}
.logos__desc-logo-wrapper img{
    position: relative;
    max-width:20%;
}
@media(max-width:992px){
  .mask-2-jc{
    position: absolute;
    left: 0;
    right: 0;
    top: initial;
    bottom: 0;
    overflow-x: hidden;
    height: 500px;
    pointer-events: none;
  }
  .logos__desc-logo-wrapper img{
    position: relative;
    max-width:22.5%;
  }
}
.switcher-wrapper span.switcher input:before,
.switcher-wrapper span.switcher.switcher-1 input:checked:before{
  left: 16.9%;
}

.form-select.is-invalid,
.was-validated .form-select:invalid {
    border-color: #dc3545;
}

.form-select.is-invalid + .select-selected,
.was-validated .form-select:invalid + .select-selected {
    border-color: #dc3545;
}

.form-select.is-valid + .select-selected,
.was-validated .form-select:valid + .select-selected {
	border-color: #198754;
}

.form-select.is-invalid:not([multiple]):not([size]) + .select-selected,
.form-select.is-invalid:not([multiple])[size="1"] + .select-selected,
.was-validated .form-select:invalid:not([multiple]):not([size]) + .select-selected,
.was-validated .form-select:invalid:not([multiple])[size="1"] + .select-selected{
    padding-right: 4.125rem;
	background-repeat: no-repeat;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e"),url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
    background-position: right .75rem center,center right 2.25rem;
    background-size: 16px 12px,calc(.75em + .375rem) calc(.75em + .375rem);
}

.form-select.is-valid:not([multiple]):not([size]) + .select-selected,
.form-select.is-valid:not([multiple])[size="1"] + .select-selected,
.was-validated .form-select:valid:not([multiple]):not([size]) + .select-selected,
.was-validated .form-select:valid:not([multiple])[size="1"] + .select-selected {
	padding-right: 4.125rem;
	background-repeat: no-repeat;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e"),url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
    background-position: right 0.75rem center,center right 2.25rem;
    background-size: 16px 12px,calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.form-select.is-invalid:not([multiple]):not([size]) + .select-selected:after,
.form-select.is-invalid:not([multiple])[size="1"] + .select-selected:after,
.was-validated .form-select:invalid:not([multiple]):not([size]) + .select-selected:after,
.was-validated .form-select:invalid:not([multiple])[size="1"] + .select-selected:after,
.form-select.is-valid:not([multiple]):not([size]) + .select-selected:after,
.form-select.is-valid:not([multiple])[size="1"] + .select-selected:after,
.was-validated .form-select:valid:not([multiple]):not([size]) + .select-selected:after,
.was-validated .form-select:valid:not([multiple])[size="1"] + .select-selected:after{
	display : none;
}

body {
  background: none;
  font-family: "Nunito",sans-serif;
}
.h1, .h2, .h3, .h4, .h5, .h6, p {
  font-family: "Nunito",sans-serif !important;
}
.bg_gris {
  background: rgba(238, 239, 253, 0.5);
}
.logos__el-wrapper {
  justify-content: center;
}
.logos__el {
  border-radius: initial !important;
  border-bottom: 4px solid transparent;
}
.logos__el:before {
  padding-top: 90%;
}
.logos__el.active {
  border: none;
  border-bottom: 4px solid #CE98FE;
  box-shadow: none;
  outline: none;
}
.logos__el:hover {
  border: none;
  border-bottom: 4px solid #B0B1FF;
}
.logos__el2 {
  border-radius: initial !important;
  border-bottom: 4px solid transparent;
}
.logos__el2:before {
  padding-top: 90%;
}
.logos__el2.active {
  border: none;
  border-bottom: 4px solid #CE98FE;
  box-shadow: none;
  outline: none;
}
.logos__el2:hover {
  border: none;
  border-bottom: 4px solid #B0B1FF;
}
.logos__desc-wrapper {
  box-shadow: 0 10px 20px #EEEFFD;
  padding: 50px 80px;
}
.logos__desc-title {
  font-weight: 700;
  color: #5457E7;
  font-size: 25px;
  line-height: 1;
}
.logos__desc-puesto {
  font-weight: 400;
  color: #5457E7;
  font-size: 20px;
}
.logos__desc-logo-wrapper {
  width: 100%;
  display: flex;
  justify-content: center;
  column-gap: 20px;
  align-items: center;
}
.logos__desc-logo-wrapper img {
  max-width: 100px !important;
}
.logos__el img {
  max-width: 90% !important;
}
.logos__el2 img {
  max-width: 90% !important;
}
.box_ben_imgs .bx_ben div {
  background-color: #fff;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 30px 10px;
  border-radius: 10px !important;
  border: 1px solid transparent;
  cursor: default;
}
.box_ben_imgs .bx_ben div:hover {
  border-color: #b0b1ff;
  background-color: #fff;
  box-shadow: 0 10px 20px rgba(176,177,255,.5);
  transition: .35s ease-in-out;
  transform: translateY(-10px);
  border: 1px solid #b0b1ff;
}
.box_ben_imgs .bx_ben div p {
    min-height: 50px;
    margin-bottom: 0;
    line-height: 1.2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

h1 b,
h2 b,
h3 b,
h4 b,
h5 b {
  color: #57BFE3;
  font-weight: 700;
}
.fw-700 {
  font-weight: 700 !important;
}
.form-el h2.h3 b {
  color: #5457E7;
  font-weight: inherit;
}
.contact-form__content {
    background: #fff;
    box-shadow: 0 10px 20px #EEEFFD;
    border: none;
    padding-left: 20px;
    padding-right: 20px;
}
.btn-1, .btn-2, .btn-3 {
  border-radius: 10px !important;
}
.btn-1 {
  background-color: #2E36CE;
}
section.funcionalidades .btn-2 {
  border: 1px solid #CE98FE;
  font-weight: 400;
  overflow: initial;
}
section.funcionalidades .btn-2.active {
  background-color: #5457E7;
  border: 1px solid #5457E7;
  font-weight: 700;
}

.menu_btns_re {
  position: relative;
  max-width: calc(100% - 100px);
  height: 60px;
  margin: 1em auto;
  overflow-x: hidden;
  overflow-y: hidden;
}

.menu_btns_re_ch  {
/*  height: 80px;*/
  box-sizing: border-box;
  white-space: nowrap;
  overflow-x: hidden;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
    flex-wrap: nowrap;
}

.menu_btns_re_it {
/*    height: 100%;*/
    padding: 0 1em;
    box-sizing: border-box;
    display: inline-flex;
/*    margin: 0;*/
}

.rr_left,
.rr_right {
    position: absolute;
    top: 0;
    bottom: 0;
    background: none;
    border: initial;
    outline: none !important;
    color: #2e36ce;
    font-size: 25px;
    letter-spacing: 0;
    line-height: 1;
    padding-top: 10px;
}
.rr_left {
  left: 0;
}
.rr_right {
  right: 0;
}
.rr_left.hidden ,
.rr_right.hidden {
  display: none;
}
.title_banner_landing {
  position: relative;
  font-weight: 800;
}
.title_banner_landing:after {
  content: '';
  border-bottom: 4px solid #57BFE3;
  position: absolute;
  left: 0;
  bottom: -15px;
  right: 0;
}
.title_banner_landing:before {
  content: '';
  border-bottom: 4px solid #000000;
  position: absolute;
  left: 0;
  bottom: -15px;
  width: 150px;
  z-index: 2;
}

.box_beneficios {
    overflow: hidden;
    position: relative;
    padding-left: 60px;
    padding-right: 60px;
}
.beneficios_mobile .beneficios__slick {
    padding-left: 40px;
    padding-right: 40px;
}
.box_beneficios > button,
.beneficios_mobile .beneficios__slick > button {
    position: absolute;
    top: 50%;
    background: none;
    border: none;
    margin: 0;
    padding: 0;
    z-index: 99999;
    outline: none;
}
.box_beneficios > button img {
    height: 30px;
    width: 30px;
}
.box_beneficios > button svg {
    height: 90px;
    width: 90px;
    color: #000;
}
.beneficios_mobile button svg {
    height: 50px;
    width: 50px;
    color: #000;
}
.body-dark .box_beneficios > button svg,
.body-dark .beneficios_mobile  button svg  {
    color: #fff;
}
.box_beneficios button.ben-next,
.beneficios_mobile button.ben-next_mob {
    right: -10px;
}
.box_beneficios button.ben-prev,
.beneficios_mobile button.ben-prev_mob {
    left: -10px;
}
.box_beneficios .slick-dots {
    display: flex;
    justify-content: center;
    margin: 0;
    padding: 1rem 0;
    list-style-type: none;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}
.box_beneficios .slick-dots li {
    margin: 0 0.25rem;
}
.box_beneficios .slick-dots button {
    display: block;
    width: 1rem;
    height: 1rem;
    padding: 0;
    border: none;
    border-radius: 100% !important;
    background-color: #c5c5c5;
    text-indent: -9999px;
}
.box_beneficios .slick-dots li.slick-active button {
    background-color: #8a8c8d;
}
section.horizontal.ben_bot {
    min-height: inherit;
    margin-bottom: 30px;
}
.box_beneficios .slick-list.draggable,
.beneficios_mobile .slick-list.draggable  {
    overflow: hidden;
}
/* 22-05-06 */

.box_imgs_mejores {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.box_imgs_mejores > div {
    width: calc(20% - 25px);
    text-align: center;
    position: relative;
    border-radius: 10px!important;
    margin: 0 15px;
}
.box_imgs_mejores > div img {
    max-width: 100%;
}
/* fin 22-05-06 */
@media screen and (min-width:  992px){
    .box_beneficios .beneficios__slick-el-desc {
      min-height: 270px;
    }
}
@media screen and (min-width:  1250px){
    .box_beneficios .beneficios__slick-el-desc {
        min-height: 370px;
    }
}

@media screen and (min-width:  1400px){
    section.horizontal .beneficios__slick-el-img-2,
    section.horizontal .beneficios__slick-el-img-1,
    section.horizontal .beneficios__slick-el-img-3 {
        height: auto;
    }
}

@media screen and (max-width:  992px){
    .logos__desc-logo-wrapper {
      flex-wrap: wrap;
    }
    .logos__desc-text, .logos__desc-title {
      font-size: 1rem;
    }
    .font-size-2-2 {
      font-size: 1.2rem;
    }
    .logos__el {
      width: calc(28% - 25px);
    }
    .logos__el2 {
      width: calc(28% - 25px);
    }
}
.row_reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.box_ben_imgs p {
    font-family: "Montserrat";
    text-align: center;
    line-height: 2rem;
    font-size: 1.1rem;
}

.box_ben_imgs br {
    display: inherit !important;
}

.box_slick_logos {
    overflow: hidden;
}

.img-fluid {
    max-width: 100% !important;
    height: auto;
}
.box_ben_imgs .bx_ben{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
-webkit-box-pack:center;
    -ms-flex-pack:center;
        justify-content:center;
-webkit-box-align:center;
    -ms-flex-align:center;
        align-items:center;
-webkit-box-orient:vertical;
-webkit-box-direction:normal;
    -ms-flex-direction:column;
        flex-direction:column;
}
.sl_item {
    padding: 0 15px;
}
@media screen and (max-width:  600px){
.sl_item {
    padding: 0 10px;
}
}
.sl_item img {
    max-width: 200px !important;
    width: 100%;
}

.logo_light_mode img,
.logo_dark_mode img {
    max-width: 150px;
    max-height: 80px;
}

.logo_dark_mode {
    display: none;
}

.body-dark .logo_dark_mode {
    display: block;
}

.body-dark .logo_light_mode {
    display: none;
}

/* Country Header */
.box_head_country {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.dropdown.box_country {
  margin-left: 10px;
}
.dropdown.box_country button {
  outline: none !important;
  box-shadow: none !important;
}
.dropdown.box_country .dropdown-menu {
  min-width: 110px;
  padding: 0;
}
.dropdown.box_country .sel_country {
  padding: 0 15px;
  text-align: right;
  margin: 5px 0;
  cursor: pointer;
}
.dropdown.box_country .sel_country span {
  color: #222529;
  font-size: 12px;
  font-family: "Nunito", sans-serif;
  font-weight: 600;
}
.dropdown.box_country .dropdown-menu.show {
    left: inherit !important;
    right: 0 !important;
}
.dropdown.box_country .dropdown-toggle:after {
    position: relative;
    top: 2px;
}
.body-dark .dropdown.box_country .dropdown-toggle:after {
    color: #fff;
}
.bx_flag{
    display: inline-block;
    max-width: 25px;
}
.bx_flag img {
    max-width: 100%;
    height: auto;
}
.privacy_policies_landing{
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-left: 0;
}
.privacy_policies_landing label{
  /* max-width: 320px; */
}
.privacy_policies_landing .form-check-input {
  float: none !important;
}
.privacy_policies_landing span {
  display: flex;
  min-width: 34px;
  justify-content: space-between;
}
.privacy_policies_landing p {
    margin: 0;
}
.privacy_policies_landing a span {
    display: inline;
}
.max_height{
  min-height: calc(100vh - 84px);
}
.box_logo_marca {
    position: absolute;
    top: -30px;
    left: -110px;
}
.box_logos_clientes {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    row-gap: 20px;
    column-gap: 10px;
}
.show_desktop {
    display: block;
}
.hide_desktop {
    display: none;
}
@media screen and (max-width:  992px){
    .show_desktop {
        display: none;
    }
    .hide_desktop {
        display: block;
    }
}
