:root {
 /* colors */
  --color-primary: #595EE9;
  --color-secondary: #FDC24E; 
  --color-tertiary: #FC6B6E;  
  --color-action: #00CFB3;  
  --color-white: #fff;
  --color-error: #e35d6a;
  --color-white-bh: #F9F9FF;
 /* Background */
  --bg-secondary: #D9F8F4;
  --bg-tertiary: #1A4570;
  --bg-blue-light: #F5F6FD;
  --bg-gradient-2: ;
 /* gradient */
  --gradient-1: linear-gradient(180deg, var(--bg-gradient-1) 0, var(--bg-gradient-2));
  --gradient-2: linear-gradient(180deg, var(--bg-gradient-1) 0, var(--bg-gradient-2) 50%); 
  --gradient-3: linear-gradient(180deg, var(--color-white) 45%, var(--bg-gradient-1) 80%);  
 /* gradient */
  --font-color-primary: #323884;
  --font-family-body: 'Inter', sans-serif;
  --font-family-title: 'Source Sans Pro', sans-serif;
 /* Shadow */
  --shadow-1: 2px 5px 12px rgba(0, 0, 0, 0.16);
  --shadow-2: 0 3px 6px rgb(0 0 0 / 16%);
  --shadow-3: 0 0 4px rgb(0 0 0 / 65%);
  --shadow-4: 0 0 16px 0 rgb(0, 0, 0, 0.14);
  --shadow-5: 0px 0px 16px 3px rgba(43, 60, 106, 0.12);
 /* gradient */  
  --radius-shadow-box: .938rem;
  --radius-btn: 5px;
}
:root {
 /* colors-font */
  --font-color-body: #323884;
  --font-color-title: #595EE9;
  --font-color-white: #ffffff;
  
  /* colors */
  --color-primary: #595EE9;
  --color-second-1: #3C47AA;
  --color-second-2:#313889;
  --amarillo-bh: #FDC24E;
  --verde-bh: #00CFB3;
  --rojo-bh: #FC6B6E;
 --color-error: #e35d6a;

 /* Background */
  --bg-bh: #F5F6FD;
  --bg-primary: #595EE9;  
  --bg-second-1:  #3C47AA;
  --bg-second-2:  #313889;
  --bg-second-3: #323884;
  --bg-second-4: #989ADF;
  --bg-white: #ffffff;  
  
  
  --degrade-btn-1: linear-gradient(195deg, #595EE9 10.81%, #2930EE 98.99%);
    
 /* Font-Family */
  --font-family-body: 'Inter', sans-serif;
  --font-family-title: 'Source Sans Pro', sans-serif;
  
 /* Shadow */
  --box-shadow-1: 0px 0px 16px 3px rgba(43, 60, 106, 0.12);
  --box-shadow-2: 0px 0px 18px 4px rgba(43, 60, 106, 0.24);
  
 /* border-radius */
  --radius-btn-cta: 50px;
  --radius-btn: 69px;
  --radius-16: 16px;
}

* { margin: 0; padding: 0; box-sizing: border-box;}

html { scroll-behavior: smooth; }

body { font-family:var(--font-family-body); color: var(--font-color-primary); min-width: 320px;}
body.non-scroll { overflow: hidden }
main.main--variant-2 {
  font-family: var(--font-family-body);
  color: var(--font-color-primary);
}

a { color: inherit; text-decoration: none; }
button {}
img { max-width: 100%; vertical-align: middle; }

h1, h2, h3, h4, h5, h6 {
  color: var(--color-primary);
  font-family: var(--font-family-title);
  line-height: 1.1;
}
h1.font-color-primary, h2.font-color-primary, h3.font-color-primary, h4.font-color-primary, h5.font-color-primary, h6.font-color-primary {
  color: var(--font-color-primary );
  font-family:var(--font-family-title);
}

h1, .h1 { font-size: 2.188rem; }
h2, .h2 { font-size: 1.625rem; }
h3, .h3 { font-size: 1.375rem; }
h4, .h4 { font-size: 1.25rem; }

p {
  font-size: 1.125rem;
  line-height: 1.5;
}
p b, p strong { color: var(--font-color-body); font-weight: 600;}
main.main--variant-2 p b, main.main--variant-2 p strong { color: inherit; }

.p2{font-size:18px;}
.p3{font-size:16px;}
.p4{font-size:14px;}

ul {list-style: none; list-style-position: inside;}
.ul {
    display: flex;
    flex-direction: column;
    gap: 24px;
}
.ul li {
    background: url(https://www.buk.cl/hubfs/2023/Landing/pago%20UI%20kit/Flecha-tab-2.svg);
    background-repeat: no-repeat; font-size: 1.063rem; line-height: 1.2;
    padding-left: 30px; color: var(--font-color-body);
}

.ff-title { font-family: var(--font-family-title); }
.ff-body { font-family: var(--font-family-body); }

.fw-regular { font-weight: 400; }
.fw-bold { font-weight: 700; }
.fw-semi-bold {font-weight: 600;}
.fw-extra-bold { font-weight: 900; }



.fz-12{font-size:12px}
.fz-14{font-size:0.875rem;} /* 14px */
.fz-16{font-size:1rem} /* 16px */
.fz-18{font-size:1.125rem;} /* 18px */
.fz-20{font-size:20px}
.fz-22{font-size:22px}
.fz-23{font-size:23px}


header.sticky { box-shadow: 0px 7px 7px 0px rgba(51,51,51,0.2) }

.boxer { width: 90%;margin: 0 auto;max-width: 1200px; } /* max-width: 1300px; Hasta que todo esté actualizado */
.txt-center { text-align: center; }
.txt-left { text-align: left; }
.txt-right { text-align: right; }
.pst-relative { position: relative; }
.pst-absolute { position: absolute; }
.wi-100 { width: 100% !important; }
.hi-100 { height: 100% !important; }
.hi-auto { height: auto !important; }

.v-mobile { display: block; }
.v-mobile-xl { display: block; } /* se ve en mobile y tablet*/
.v-mobile.v-tablet { display: block; }
.v-tablet { display: none; }
.v-tablet.v-desktop { display: none; }
.v-desktop { display: none; }

.shadow-box-fluid { box-shadow: var(--shadow-1); border-radius: var(--radius-shadow-box); }
.shadow-box { box-shadow: var(--shadow-1);border-radius: var(--radius-shadow-box); margin: 0 auto; max-width: 850px;}
.shadow-box-xs { box-shadow: var(--shadow-1);border-radius: var(--radius-shadow-box);max-width: 400px;margin: 0 auto;}
.shadow-box-lg { box-shadow: var(--shadow-1); border-radius: var(--radius-shadow-box); max-width: 1100px; margin: 0 auto; }
.shadow-box--bg-primary { background-color: var(--color-primary); color: var(--color-white); }
.shadow-box--font-color-primary { color: var(--color-primary); }
.shadow-5 { box-shadow: var(--shadow-5);  }

.rounded-16 { border-radius: 16px; }

.txt-white {color: var(--color-white);}
.txt-second-2{var(--color-second-2)!important}
.outstanding {color: var(--color-primary); }
.outstanding--yellow { color: var(--color-secondary); }
.outstanding--verde { color: var(--color-action); }
.outstanding--rojo { color: var(--color-tertiary); }
.outstanding--white { color: var(--color-white); }

.btn { border: 2px solid; border-radius: var(--radius-btn); cursor: pointer;display: inline-block;font-family: var(--font-family-title);
  font-size: 1.125rem; font-weight: 600; padding: .7rem 1rem !important; text-align: center; transition: .3s; min-width: 140px; width: auto;}


.btn--1 {background-color: var(--color-primary); border-color: var(--color-primary); color: var(--color-white); }
.btn--1:hover {background-color: var(--color-white); color: var(--color-primary); }

.btn--1b {background-color: var(--color-white); border-color: var(--color-primary); color: var(--color-primary); }
.btn--1b:hover {background-color: var(--color-primary); color: var(--color-white); }

.btn--1c {background-color: var(--color-primary); border-color: var(--color-primary); color: var(--color-white);font-weight: 500;}
.btn--1c:hover {background-color: #313889; border-color: #313889; color: var(--color-white); }

.btn--2 {background-color: var(--color-action); border-color: var(--color-action); color: var(--color-white); }
.btn--2:hover {background-color: var(--color-white); border-color: var(--color-action); color: var(--color-action); }

.btn--4 { background-color: var(--color-white); border-color: var(--color-primary); color: var(--color-primary); }
.btn--4:hover { background-color: var(--color-primary); color: var(--color-white); }

.gap--0 { gap: 0 !important; }
.gap--16 { gap: 1rem !important; }
.none-wrap { flex-wrap: nowrap !important; }
.ds-block {display:block;}
.ds-none {display:none!important;}
.ds-flex { display: flex; flex-wrap: wrap; gap: .5rem;}
.d-flex { display: flex;}
.flex-dir-column { flex-direction: column; }
.flex-dir-column-rv { flex-direction: column-reverse; }
.jc-center { justify-content: center; }
.jc-start { justify-content: flex-start; }
.jc-end { justify-content: flex-end; }
.jc-between { justify-content: space-between; }
.jc-around{ justify-content: space-around; }
.ai-start { align-items: flex-start; }
.ai-end {  align-items: flex-end; }
.ai-center { align-items: center; }
.ai-stretch { align-items: stretch; }
.ai-baseline {align-items: baseline;}
.ai-end {align-items: end;}
.ai-self-center { align-self: center; }
.ai-self-start { align-self: start; }
.ai-self-end { align-self: end; }
.order-1 { order: 1; }
.order-2 { order: 2; }
.order-3 { order: 3; }
.order-4 { order: 4; }
.order-5 { order: 5; }

.bg-grey {background: var(--bg-banner-static-solid);}
.bg-light-blue {background: var(--bg-blue-light);}
.bg-white {background: var(--color-white);}
.bg-bh { background: var(--color-primary); }

@media only screen and (min-width: 767px) {
  h1 { font-size: 4.37rem; }
  h2 { font-size: 3.13rem; }
  h3 { font-size: 1.5rem; }
  .pst-md-relative { position: relative; }
  .pst-md-absolute { position: absolute; }
  
  .txt-md-center { text-align: center; }
  .txt-md-left{ text-align: left; }
  
  .wi-md-100 { width: 100% !important; }
  .hi-md-100 { height: 100% !important; }
  .hi-md-auto { height: auto !important; }
  
  .shadow-box-fluid-md { box-shadow: var(--shadow-1); border-radius: var(--radius-shadow-box); }
  .shadow-md-1 { box-shadow: var(--box-shadow-1); }
  
  .rounded-md-16 { border-radius: var(--radius-16); }
  
  .gap-md--0 { gap: 0 !important; }
  .gap-md--24 { gap: 1.5rem !important; }
  .gap-md--30 { gap: 1.875rem !important; }
  .gap-md--32 { gap: 2rem !important; }
  .none-md-wrap { flex-wrap: nowrap !important; }
  .ds-md-block {display:block;}
  .ds-md-flex {display: flex !important; flex-wrap: wrap; gap: .5rem; }
  .flex-md-dir-row { flex-direction: row; }
  .flex-md-dir-column { flex-direction: column !important; }
  .jc-md-center { justify-content: center; }
  .jc-md-start { justify-content: flex-start; }
  .jc-md-end { justify-content: flex-end; }
  .jc-md-between { justify-content: space-between; }
  .jc-md-around{ justify-content: space-around; }
  .ai-md-start { align-items: flex-start; }
  .ai-md-end { align-items: flex-end; }
  .ai-md-center { align-items: center; }
  .ai-md-stretch { align-items: stretch; }
  .ai-md-baseline {align-items: baseline;}
  .ai-self-md-center { align-self: center !important; }
  .ai-self-md-start { align-self: start; }
  .ai-self-md-end { align-self: end; }
  .order-md-1 { order: 1; }
  .order-md-2 { order: 2; }
  .order-md-3 { order: 3; }
  .order-md-4 { order: 4; }
  .order-md-5 { order: 5; }
  
  .v-mobile { display: none; }
  .v-mobile-xl { display: block; } /* se ve en mobile y tablet*/
  .v-mobile.v-tablet { display: block; }
  .v-tablet { display: block; }
  .v-desktop { display: none; }
}

@media only screen and (min-width: 1020px) {
  
  .pst-lg-relative { position: relative; }
  .pst-lg-absolute { position: absolute; }
  
  .txt-lg-center { text-align: center; }
  .txt-lg-left{ text-align: left; }
  .txt-lg-right { text-align: right; }
  
  .wi-lg-100 { width: 100% !important; }
  .hi-lg-100 { height: 100% !important; }
  .hi-lg-auto { height: auto !important; }
  
  .gap-lg--0 { gap: 0 !important; }
  .gap-lg--24 { gap: 1.5rem !important; }
  .gap-lg--30 { gap: 1.875rem !important; }
  .gap-lg--32 { gap: 2rem !important; }
  .none-lg-wrap { flex-wrap: nowrap !important; }
  .ds-lg-block {display:block;}
  .ds-lg-flex { display: flex !important; flex-wrap: wrap; gap: 0.8rem;}
  .flex-lg-dir-row { flex-direction: row; }
  .flex-lg-dir-column { flex-direction: column !important; }
  .jc-lg-center { justify-content: center; }
  .jc-lg-start { justify-content: flex-start; }
  .jc-lg-end { justify-content: flex-end; }
  .jc-lg-between { justify-content: space-between; }
  .jc-lg-around{ justify-content: space-around; }
  .ai-lg-start { align-items: flex-start; }
  .ai-lg-end {  align-items: flex-end; }
  .ai-lg-center { align-items: center; }
  .ai-lg-stretch { align-items: stretch; }
  .ai-lg-baseline {align-items: baseline;}
  .ai-self-lg-center { align-self: center !important; }
  .ai-self-lg-start { align-self: start; }
  .ai-self-lg-end { align-self: end; }
  .order-lg-1 { order: 1; }
  .order-lg-2 { order: 2; }
  .order-lg-3 { order: 3; }
  .order-lg-4 { order: 4; }
  .order-lg-5 { order: 5; }
  
/*   .buk-modal__box-content { width: 75%; } */
  
  .v-mobile { display: none !important; }
  .v-mobile-xl { display: none !important; } /* se ve en mobile y tablet*/
  .v-mobile.v-tablet { display: none !important; }
  .v-tablet { display: none !important; }
  .v-desktop { display: block; }
}
header {box-shadow: 2px 5px 12px rgba(0, 0, 0, 0.16);}


.arrow-down {
  position: relative;
  width: 30px;
}

.arrow-down .arrow-down__left {
  position: absolute;
  background-color: transparent;
  top: -2px;
  left: 8.7px;
  width: 14px;
  height: 5px;
  display: block;
  transform: rotate(40deg);
  float: right;
  border-radius: 2px;
}

.arrow-down .arrow-down__left::after {
  content: "";
  background-color: #595ee9;
  width: 14px;
  height: 4px;
  display: block;
  float: right;
  border-radius: 8px;
  transition: all .9s cubic-bezier(.25, 1.7, .35, .8);
  z-index: -1;
}

.arrow-down .arrow-down__right {
  position: absolute;
  background-color: transparent;
  top: -2px;
  left: 18px;
  width: 14px;
  height: 5px;
  display: block;
  transform: rotate(-40deg);
  float: right;
  border-radius: 2px;
}

.arrow-down .arrow-down__right::after {
  content: "";
  background-color: #595ee9;
  width: 14px;
  height: 4px;
  display: block;
  float: right;
  border-radius: 8px;
  transition: all .9s cubic-bezier(.25, 1.7, .35, .8);
  z-index: -1;
}

.arrow-down.open .arrow-down__left::after {
  transform-origin: center center;
  transform: rotate(-70deg);
}

.arrow-down.open .arrow-down__right::after {
  transform-origin: center center;
  transform: rotate(70deg);
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

header a {
  color: inherit;
  text-decoration: none;
}
header {
  background-color: #fff;
/*   padding: 25px 0; */
}
header.sticky {
  box-shadow: 0 4px 10px -2px grey;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 50;
}

.bh-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.bh-logo a { display: inline-block; }

.bh-logo img {
  height: auto;
  width: 49px;
  object-fit: cover;
}

/* Button Mobile */
.bh-xs-menu {
  width: 40px;
  height: 45px;
  background: transparent;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  outline: none;
  position: absolute;
  right: 0;
  transition: all 1s ease-in-out;
}

.bh-xs-menu__hamburger {
  height: 4px;
  width: 80%;
  border-radius: 5px;
  background-color: #595ee9;
  transition: all .5s ease-in-out;
}

.bh-xs-menu__hamburger::before,
.bh-xs-menu__hamburger::after {
  content: '';
  position: absolute;
  height: 4px;
  width: 80%;
  background-color: #595ee9;
  border-radius: 5px;
  transition: all .5s ease-in-out;
}

.bh-xs-menu__hamburger::before {
  transform: translate(-50%, -10px);
}

.bh-xs-menu__hamburger::after {
  transform: translate(-50%, 10px);
}

.bh-xs-menu.show-menu .bh-xs-menu__hamburger {
  transform: translateX(-20px);
  background: transparent;
  z-index: 4;
  transition: all .5s ease-in-out;
}

.bh-xs-menu.show-menu .bh-xs-menu__hamburger::before {
  transform: rotate(45deg) translate(6px, -6px);
}

.bh-xs-menu.show-menu .bh-xs-menu__hamburger::after {
  transform: rotate(-45deg) translate(5.5px, 5.5px);
}
/* --- Fin Button Mobile --- */

.bh-menu {
  background-color: #fff;
  list-style: none;
}

.menu--mobile {
  border-top: 4px solid #595ee9;
  display: block;
  top: 160px;
  right: -100%;
  padding: 20px 5% 40px;
  position: fixed;
  opacity: 0;
  overflow: hidden;
  transition: all .6s ease;
  width: 100%;
}

.bh-xs-menu.show-menu ~ .menu--mobile {
  right: 0;
  opacity: 1;
  z-index: 30;
}



.bh-menu__item {
  color: #595ee9;
  font-family: Lato,sans-serif!important;
  font-size: 17px;
  margin: 4px 0;
}
.bh-menu__item a:hover { color: #595ee9; }

.bh-menu__link {
  display: flex;
  align-items: center;
  cursor: pointer;
  justify-content: space-between;
  padding: 5px 0;
  width: 100%;
}

.bh-submenu {
  display: none;
  list-style: none;
  padding: 0;
  transition: all .2s ease;
}

.show-submenu .bh-submenu { display: block; }

.bh-submenu__label a {
  display: inline-block;
  padding: 8px 0;
  width: 100%;
}

.menu--desktop { display: none; }


@media only screen and (min-width: 1020px) {
  
  .bh-xs-menu {
    display: none;
  }
  .menu--mobile {
    display: none;
  }
  .menu--desktop {
    display: flex;
    align-items: center;
    flex-grow: 1;
    justify-content: flex-end;
  }

  .bh-nav {
    justify-content: space-between;
  }

  .bh-logo {
    flex-grow: .3;
  }
  .bh-logo img {
    height: auto;
    width: 85px;
  }

  .bh-menu__item {
    margin: 0;
    padding: 6px 0;
    font-weight: bold;
    position: relative;
    letter-spacing: 1px;
  }
  .bh-menu__item::after {
    content: "";
    position: absolute;
    width: 0;
    height: 3px;
    display: block;
    transition: all .6s ease;
    bottom: 6px;
    left: 6px;
  }
  .bh-menu__item:hover::after {
    background-color: #595ee9;
    width: calc(100% - 9px);
  }
  .bh-menu__item:not(:last-of-type) {
    margin: 0 9px;
  }
  .bh-menu__link {
    padding: 6px; 
  }

  .menu--desktop .bh-menu__item:hover .arrow-down .arrow-down__left::after {
    transform-origin: center center;
    transform: rotate(-70deg);
  }
  
  .menu--desktop .bh-menu__item:hover .arrow-down .arrow-down__right::after {
    transform-origin: center center;
    transform: rotate(70deg);
  }
  .menu--desktop .bh-menu__item:hover .link--dropdown-desktop ~ .bh-submenu {
    animation: opacity .9s;
    display: block;
    background-color: #fff;
    position: absolute;
    bottom: -79px;
    border-radius: 0 0 7px 7px;
    border: 1px solid rgba(0, 0, 0, .15);
    border-width: 0 1px 1px 1px;
    box-shadow: 0px 4px 6px 0 rgb(0 0 0 / 16%);
    left: 6px;
    padding: 10px 0;
    width: calc(100% - 9px);
  }

  .bh-submenu__label a {
    padding: 5px 6px;
  }
  .bh-submenu__label a:hover {
    background-color: #e9ecef;
  }

  .item--cta {
    margin-left: 5px;
  }
  .bh-menu__cta {
    margin-top: 0;
  }

}

@media only screen and (min-width: 1100px) {
  .item--cta {
    margin-left: 25px;
  }
  .bh-menu__item:not(:last-of-type) {
    margin: 0 13px;
  }
}

@keyframes opacity {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}




footer { background: #f5f6fd; }
.bg-purple-dark-footer { background-color: #323884; }

.bh-footer{ background: #f5f6fd; padding: 40px 0; margin: 0; display: flex; align-items: center; }
.bh-footer .logo-bh-footer{ width:150px; margin: 0 auto;}
.bh-footer .boxer { display: flex; align-items: center;}
.bh-footer .copyright {background: #000;}
.copyright p{ color: #FFF;}
.copyright { color: #fff; font-size: 16px;}
.hs-menu-wrapper.hs-menu-flow-horizontal>ul li a { max-width: none;}
.bh-footer__list { display: flex; flex-wrap: wrap; list-style: none;gap:10px; flex-direction: column;}
.bh-footer__item {  color: #00cfb3; font-size: 17px; margin: 3px 0; width: 50%;}
footer a { color: inherit;  text-decoration: none;}
footer a:hover {opacity:0.5;}
.bh-footer__bottom { background-color: #323884; padding: 25px 0;}
.bh-footer__content { display: flex; flex-direction: column;}
.bh-footer__nav { margin-top: 30px;}
.bh-footer__nav ul li {color: #00cfb3;}
#Demo1 {max-height:0;overflow:hidden; transition:all .3s ease-in-out;position: absolute;}
#Demo1.show {max-height:62px; height:auto;display: flex; flex-direction: column; margin-top: 12px; gap: 8px; background: rgb(0 0 0 / 3%); padding: 6px; transition:all .3s ease-in-out;}
.btn-accodion {appearance: none; border: 0; background: none; color: #00cfb3; font-size: 17px;}
.btn-accodion span {color:#707070;}
.contacto {color: #00cfb3;}
.banderas-footer {width:19px; margin-right: 8px;}



@media screen and (max-width:767px) and (min-width:300px) {
  .bh-footer { padding: 50px 0 30px;}
  .bh-footer .boxer { flex-direction: column;}
  .bh-footer .logo-bh-footer{ margin: 0 auto 20px; }
  .bh-footer .span8 { width: 100%;}
  .bh-footer ul li a, .bh-footer ul li span.contacto { padding: 5px 10px !important;}
  .bh-footer__list { }
  .bh-footer__nav {display: flex; flex-direction: column; gap: 10px;}
}

@media only screen and (min-width: 767px) {
.bh-footer__content { align-items: center; flex-direction: row; gap:20px;}
  .bh-footer__nav {
    flex: 2 40%;
    margin-top: 0;    display: flex;
    flex-wrap: wrap;
    gap: 50px;
}
}
@media only screen and (min-width: 1020px) {
.bh-footer__nav { display: flex;justify-content: space-around;}
.bh-footer__content { gap: 150px;}  
.bh-footer__item { margin: 0 6px; width: auto;}
.bh-footer__item.item--push { margin-left: auto;}
.bh-footer__item { margin: 0 10px;}  
.bh-footer__nav {
    flex: 1;
}
}



