@font-face { font-family: 'Sofia Pro Light'; src: url('/peapleDay-byBuk/Archivo/SofiaProLight.ttf') format('ttf'), url('/peapleDay-byBuk/Archivo/SofiaProLight.woff') format('woff'), url('/peapleDay-byBuk/Archivo/SofiaProLight.woff2') format('woff2');}
@font-face { font-family: 'SofiaPro Semi Bold'; src: url('/peapleDay-byBuk/Archivo/SofiaProSemiBold.ttf') format('ttf'), url('/peapleDay-byBuk/Archivo/SofiaProSemiBold.woff') format('woff'), url('/peapleDay-byBuk/Archivo/SofiaProSemiBold.woff2') format('woff2');}
@font-face { font-family: 'Sofia Pro'; src: url('/peapleDay-byBuk/Archivo/SofiaProRegular.ttf') format('ttf'), url('/peapleDay-byBuk/Archivo/SofiaProRegular.woff') format('woff'), url('/peapleDay-byBuk/Archivo/SofiaProRegular.woff2') format('woff2');}
@font-face { font-family: 'Sofia Pro Medium'; src: url('/peapleDay-byBuk/Archivo/SofiaProMedium.ttf') format('ttf'), url('/peapleDay-byBuk/Archivo/SofiaProMedium.woff') format('woff'), url('/peapleDay-byBuk/Archivo/SofiaProMedium.woff2') format('woff2');}
@font-face { font-family: 'Sofia Pro Bold'; src: url('/peapleDay-byBuk/Archivo/SofiaProBold.ttf') format('ttf'), url('/peapleDay-byBuk/Archivo/SofiaProBold.woff') format('woff'), url('/peapleDay-byBuk/Archivo/SofiaProBold.woff2') format('woff2');}

:root {
  --color-1: #3558C0;
  --color-2: #FFC023;
  --color-3: #52B5FF;
  --color-4: #F54937;
  --color-5: #1A2441;
  --color-light-blue: #D9E3FC;
  --color-white: #fff;
  --color-error: #F54721;
  
  --wb-bg-modules: #F6F8FE;
  --color-blue-buk: #3558C0; /*dejar de ocupar este*/
  
  --font-family-body: 'Inter', sans-serif;
  --font-family-title: 'Source Sans Pro', sans-serif;  
  --font-family-inter: 'Inter', sans-serif;
  --font-family-especial: 'Sofia Pro', sans-serif;
  
  --bg-cta-1: linear-gradient(0deg, #F8A12A 0%, #FBBF3D 100%);
  --bg-cta-1-hover: linear-gradient(178.56deg, #F59121 1.23%, #CE5816 151.61%);
  --bg-cta-2-hover: linear-gradient(180deg, #2F4DAA 0%, #2E4176 100%);
  
  --radius-btn: 69px;
  --radius-16: 16px; 
  --box-shadow-1:  0px 2px 9px 0px rgba(0, 0, 0, 0.10);/*sombra 2024*/
  --box-shadow-2: 0px 0px 18px 4px rgba(43, 60, 106, 0.24);

}

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

html { scroll-behavior: smooth; }

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

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

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

h1, h2, h3, h5 {
  color: var(--color-1);
}
h4, h6 {
  color: var(--color-2)
}

h1 { font-size: 48px ; font-weight: 900; }
h2 { font-size: 32px ; }
h3 { font-size: 24px ; }
h4 { font-size: 24px ; font-weight: 400; }


.h1 { font-size: 48px ; font-weight: 900; }
.h2 { font-size: 32px; }
.h3 { font-size: 24px ; }
.h4 { font-size: 24px ; font-weight: 400; }
.h5 { font-size: 24px ; font-weight: 700; }

p {
  font-size: 18px ;
  line-height: 1.3;
}

p a, span a { color: var(--color-1); font-weight: 400; text-decoration: underline; }

.p {
  font-size: 18px ;
  line-height: 1.3;
  font-weight: 400;
  color: var(--color-1)
}


.p2 {font-size: 18px;}
p b, p strong { color: inherit; font-weight:600}

.bg-special {background: #ffc023; font-family: var(--font-family-especial); display: inline; line-height: 1.3; padding: 0px;}
.bg-txt-white {background: #fff; display: inline; line-height: 1.4; padding: 0px 5px;}

ul {list-style: none; list-style-position: inside;}

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

.ff-title { font-family: var(--font-family-title)!important; }
.ff-body { font-family: var(--font-family-body)!important; }
.ff-inter{font-family:var(--font-family-inter)!important}
.ff-sofia{font-family: var(--font-family-especial)!important;}

.fz-14 {font-size: 14px;}
.fz-16 {font-size: 16px;}
.fz-18 {font-size: 18px;}
.fz-20 {font-size: 20px;}
.fz-22 {font-size: 22px;}
.fz-24 {font-size: 24px;}
.fz-28 {font-size: 28px;}

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

.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.v-tablet { display: block; }  
.v-tablet { display: none; }
.v-tablet.v-desktop { display: none; } 
.v-desktop { display: none; }

.btn { border-radius: var(--radius-btn); cursor: pointer; display: inline-block; font-family: var(--font-family-title);
       font-weight: 600; padding: 0.688rem 1.875rem; text-align: center; transition: .3s; width: auto;}

.btn--red { background: var(--color-4); /*border-color: var(--color-white);*/ color: var(--color-white); font-size: 1.25rem; }
.btn--red:hover, .btn--1:focus { background: var(--color-2); color: var(--color-white); }

.btn--red2 { background: var(--color-4); border: 2px solid var(--color-2); color: var(--color-white); font-size: 1.25rem; }
.btn--red2:hover, .btn--1:focus { background: var(--color-2); color: var(--color-white); border: 2px solid var(--color-2); }

.btn--1 { background: var(--bg-cta-1); border-color: var(--bg-cta-1); color: var(--color-white); font-size: 1.25rem; }
.btn--1:hover, .btn--1:focus { background: var(--bg-cta-1-hover); color: var(--color-white); }

.btn--2 { font-weight: 700!important; background: transparent; border: 2px solid var(--color-blue-buk); padding: .563rem 1.75rem !important; color: var(--color-blue-buk); font-size: 1.25rem; border-radius: var(--radius-btn);}
.btn--2:hover, .btn--2:focus { background: var(--bg-cta-2-hover); color: var(--color-white); }

.btn--2b { background: var(--color-blue-buk); border: 2px solid var(--color-white); padding: .563rem 1.75rem !important; color: var(--color-white); font-size: 1.25rem; border-radius: var(--radius-btn);}
.btn--2b:hover, .btn--2b:focus { background: var(--color-white); color: var(--color-blue-buk); border: 2px solid var(--color-blue-buk);}

.btn--3 { background: var(--color-light-blue); color: var(--color-blue-buk); font-size: 1.125rem; font-weight: 400; border: none; }
.btn--3:hover { background: var(--color-blue-buk); color: var(--color-white); font-weight: 700; }

.btn.btn--txt { border: none; font-weight: 400; font-size: 1.125rem; padding: 0.25rem; }
.btn.btn--txt:hover, .btn.btn--txt:focus { text-decoration: underline; }

.shadow-box-fluid { box-shadow: var(--box-shadow-1); border-radius: var(--radius-16); }
.shadow-1 { box-shadow: var(--box-shadow-1);  }
.shadow-2 { box-shadow: var(--box-shadow-2); }

.rounded-16 { border-radius: var(--radius-16); }
.rounded-32 { border-radius: 32px; }
.rounded-49 { border-radius: 49px; }
.rounded-56 { border-radius: 56px; }

.gap--0 { gap: 0 !important; }
.gap--8 { gap: .5rem !important; }
.gap--16 { gap: 1rem !important; }
.gap--32 { gap: 2rem !important; }
.none-wrap { flex-wrap: nowrap !important; }
.ds-block {display:block;}
.ds-none {display:none;}
.ds-flex { display: flex; flex-wrap: wrap; gap: .5rem;}
.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; }
.jc-self-center { justify-self: center; }
.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; }
.pi-center { place-items: center; }

.bg-light-modules { background: var(--wb-bg-modules); }
.bg-sky-blue { background: var(--color-3); }
.bg-blue { background: var(--color-1); }
.bg-white { background: var(--color-white); }
.txt-blue { color: var(--color-1) !important; }
.txt-white {color: var(--color-white);}
.txt-yellow { color: var(--color-2); }
.txt-light-blue{color: var(--color-3);}
.txt-red{color: var(--color-4);}
.txt-dark-blue{color: var(--color-5)!important;}
.bg-blue h1,
.bg-blue h2,
.bg-blue h3,
.bg-blue h4,
.bg-blue h5,
.bg-blue h6,
.bg-blue p {
  color: var(--color-white)
}

.pre-footer h2 {font-weight: 400; max-width: 280px; margin-right: auto; margin-left: auto; line-height: 1.3;} 
.pre-footer h2 strong { font-weight: 700; }
.carita:after {content: ""; background-image: url(https://3790458.fs1.hubspotusercontent-na1.net/hubfs/3790458/2023/Buk-ui-kit/Modulos-Genericos/Prefooter/carita-eslogan-trazada.svg);
  position: relative; display: inline-block; background-repeat: no-repeat; background-size: contain;
}
.pre-footer .carita:after { width: 46px; height: 46px; margin-bottom: -11px;}
footer .carita:after {width: 23px; height: 23px; margin-bottom: -3px;}

@media only screen and (min-width: 767px) {
  .gap--md-0 { gap: 0 !important; }
  .gap--md-8 { gap: .5rem !important; }
  .gap--md-16 { gap: 1rem !important; }
  .gap--md-32 { gap: 2rem !important; }
  .pre-footer h2 { max-width: 540px;}
  .pre-footer .carita:after { width: 50px; height: 50px;margin-bottom: -13px;}
  
  .pst-md-relative { position: relative; }
  .pst-md-absolute { position: absolute; }
  
  .txt-md-center { text-align: center; }
  .txt-md-left{ text-align: left; }
  .txt-md-right { text-align: right; }
  
  .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(--box-shadow-2); }
  
  .gap-md--0 { gap: 0 !important; }
  .gap-md--8 { gap: .5rem !important; }
  .gap-md--24 { gap: 1.5rem !important; }
  .gap-md--32 { gap: 2rem !important; }
  .gap-md--56 { gap: 3.5rem !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-dir-md-row { flex-direction: row; }
  .flex-dir-md-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; }
  .jc-self-md-center { justify-self: center; }
  .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; }
  .pi-md-center { place-items: center; }
  
  .v-mobile { display: none; }
  .v-mobile.v-tablet { display: block; }
  .v-tablet { display: block !important; }
  .v-tablet.v-desktop { display: block !important; }
  .v-desktop { display: none; }
  .bg-light-modules-mobile {background: white;}
}

@media only screen and (min-width: 1020px) {
  .gap--lg-0 { gap: 0 !important; }
  .gap--lg-8 { gap: .5rem !important; }
  .gap--lg-16 { gap: 1rem !important; }
  .gap--lg-32 { gap: 2rem !important; }
  
  .pre-footer h2 { max-width: 540px;}
  .pre-footer .carita:after {width: 60px; height: 60px; margin-bottom: -15px;}
  
  h1 { font-size: 50px ; font-weight: 900; }
  h2 { font-size: 40px ;  }
  h3 { font-size: 32px ; }
  h4 { font-size: 24px ; font-weight: 400; }



  .h1 { font-size: 54px ; font-weight: 900; }
  .h2 { font-size: 48px ; }
  .h2_b  { font-size:46px ; }  
  .h3 { font-size: 32px ; }
  .h4 { font-size: 24px ; font-weight: 400; }


p { font-size: 21px ;}
  
  .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--8 { gap: .5rem !important; }
  .gap-lg--24 { gap: 1.5rem !important; }
  .gap-lg--32 { gap: 2rem !important; }
  .gap-lg--56 { gap: 3.5rem !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-dir-lg-row { flex-direction: row; }
  .flex-dir-lg-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; }
  .jc-self-lg-center { justify-self: center; }
  .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; }
  .pi-lg-center { place-items: center; }
  
/*   .buk-modal__box-content { width: 75%; } */
  
  .v-mobile { display: none; }
  .v-mobile.v-tablet { display: none !important; }
  .v-tablet { display: block; }
  .v-desktop { display: block; }
  .bg-light-modules-mobile {background: white;}
}

/*
.formulario input[type=email], 
.formulario input[type=number], 
.formulario input[type=password], 
.formulario input[type=tel], 
.formulario input[type=text], 
.formulario textarea { background: #F6F8FE !important; border: 1px solid #F6F8FE !important;color: #2f4daacc;}
.formulario ::-webkit-input-placeholder {color: #2f4daacc; font-weight:400;}
.formulario :-ms-input-placeholder {color: #2f4daacc; font-weight:400;}
.formulario ::placeholder {color: #2f4daacc; font-weight:400;} 
.formulario .HFit-cont {height:fit-content;}
.formulario .hs-fieldtype-intl-phone.hs-input { width:100% !important;  }
.formulario fieldset .field {
  padding-bottom: 1rem;
}
.formulario input[type=email], 
.formulario input[type=number],
.formulario input[type=password], 
.formulario input[type=tel],
.formulario input[type=text],
.formulario select, 
.formulario textarea {display: block; outline: 0; font-size: 16px; line-height: 22px; cursor: pointer;
                padding: 8px 10px; width: 100% !important; border-radius: 30px !important;
                box-shadow: none; font-family: 'inter',sans-serif; }
.formulario form label span:first-child { 
  color: #33475b; 
  font-size: 16px; 
  font-weight: 500; 
  line-height: 20px; 
  margin-bottom: 4px;
}
.formulario .hs-fieldtype-intl-phone.hs-input select {
  background: url(https://info.buk.co/hubfs/2023/Landing/pago%20UI%20kit/Vector-abajo.svg), #F6F8FE; 
  background-repeat: no-repeat; 
  background-position-y: center; 
  background-position-x: 90%; 
  width: 39% !important;
}
.formulario .hs_phone select { background-position-x: 80%;}
.formulario .hs-fieldtype-intl-phone.hs-input input {  width: 59% !important;}
.formulario select { 
  height: 40px; 
  appearance: none; 
  border: 1px solid #F6F8FE !important;
  color: #2F4DAACC;
  background: url(https://info.buk.co/hubfs/2023/Landing/pago%20UI%20kit/Vector-abajo.svg), #F6F8FE;
  background-repeat: no-repeat; 
  background-position-y: center; 
  background-position-x: 97%;
}
.formulario input[value] { color:#2f4daa ;}
.formulario input[type=submit] {
    border-radius: var(--radius-btn);
    cursor: pointer;
    display: block;
    font-family: var(--font-family-title);
    font-weight: 600;
    padding: 0.688rem 1.875rem;
    text-align: center;
    width: auto;
    transition: all ease .3s;  
    margin: 1rem auto 0;
    background: var(--bg-cta-2-hover);
    color: var(--color-white);
    font-size: 1.25rem; 
    border: 2px solid var(--color-white);
}
.formulario input[type=submit]:hover {
  display: block; 
  background: var(--color-white);
  border: 2px solid var(--color-1);

  color: var(--color-1); 
  cursor:pointer;
}
.formulario .hs-fieldtype-intl-phone { width: 100%;}
.formulario li {list-style:none;}
.formulario fieldset { max-width: unset !important;}
.formulario label.hs-error-msg {
    color: var(--color-error);
    font-size: 0.938rem;
    margin-top: .5rem;
    display: block;
    margin-left: 1rem;}
.formulario fieldset [class*="acepto_de_terminos_y_condiciones"] label a { color: var(--color-middle-blue-1); }
.formulario fieldset ul.inputs-list.multi-container { margin-top: 10px; }
.formulario fieldset li.hs-form-checkbox label span { margin-left: 8px; }
.formulario fieldset li.hs-form-checkbox:not(:last-of-type) {
  margin-bottom: 8px;
}
#}