: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; }
}