@font-face { font-family: 'Sofia Pro Light'; src: url('/peapleDay-byBuk/Fonts/SofiaPro/Web/SofiaProLight.woff') format('woff');}
@font-face { font-family: 'Sofia Pro SemiBold'; src: url('/peapleDay-byBuk/Fonts/SofiaPro/Web/SofiaProSemiBold.woff') format('woff');}
@font-face { font-family: 'Sofia Pro Regular'; src: url('https://www.peopleday.lat/hubfs/Fonts/sofiaPro/Sofia%20Pro%20Regular%20Az.woff') format('woff');} 
@font-face { font-family: 'Sofia Pro Medium'; src: url('/peapleDay-byBuk/Fonts/SofiaPro/Web/SofiaProMedium.woff') format('woff');}
@font-face { font-family: 'Sofia Pro Bold'; src: url('https://www.peopleday.lat/hubfs/Fonts/sofiaPro/Sofia%20Pro%20Bold%20Az.woff') format('woff');}
@font-face { font-family: 'Sofia Pro Black'; src: url(/peapleDay-byBuk/Fonts/SofiaPro/Web/Sofia%20Pro%20Black%20Az.woff%27) format('woff');}

:root {
 
  --color-1: #3558C0; /*azul peopleday*/
  --color-2: #FFC023; /*amarillo*/
  --color-3: #1FB0FF; /*#52B5FF; */ /* celeste*/
  --color-4: #F54937; /*rojo*/
  --color-5: #1A2441;
  --color-light-blue: #D9E3FC;
  --color-white: #fff;
  --color-error: #F54721;
	--color-dark-blue:#2B3C6A; /*nuevo2024*/
  
  --wb-bg-modules: #F6F8FE;
  --color-blue-buk: #2F4DAA; /* azul buk*/
  
  --font-family-body: 'Source Sans Pro', sans-serif; 
  --font-family-title: 'Sofia Pro Bold', sans-serif;
	--font-family-title-black: 'Sofia Pro Black', sans-serif;
  --font-family-title-regular: 'Sofia Pro Regular', sans-serif;
  --font-family-inter: 'Inter', 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%);
  
  --bg-gradient-blue: linear-gradient(180deg, #3558C0 0.29%, #0A236D 127.91%); /*nuevo2024*/
  --bg-gradient-red: linear-gradient(180deg, #F54937 0.29%, #A3180A 127.91%); /*nuevo2024*/
  --bg-gradient-yellow: linear-gradient(180deg, #FFC023 0.29%, #C08902 127.91%); /*nuevo2024*/
  --bg-gradient-light-blue: linear-gradient(180deg, #52B5FF 0.29%, #0E6DB4 127.91%); /*nuevo2024*/
  --bg-gradient-modules: linear-gradient(176deg, #FFF 10%, #B6C9FF 97.39%); /*nuevo2024*/
  --bg-light-gradient-blue: linear-gradient(176deg, #FFF 3.43%, rgba(182, 201, 255, 0.64) 97.39%);/*nuevo2025*/
  
  --radius-btn: 69px;
  --radius-16: 16px;
  --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);
  --box-shadow-3: 0px 0px 12px 0px rgba(43, 60, 106, 0.25); /* agregado en pd por pais*/
}

* { 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, h3, h4, .h1, .h2, .h3, .h4 {
  font-family: var(--font-family-title);
  line-height: 1.1;
}
h1.fw-regular, h2.fw-regular, h3.fw-regular, h4.fw-regular, .h1.fw-regular, .h2.fw-regular, .h3.fw-regular, .h4.fw-regular {
  font-family: var(--font-family-title-regular);
  line-height: 1.1;
}

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

.g1 { font-size: 48px;}

h1, .h1 { font-size: 48px;}
h2, .h2 { font-size: 32px;}
h3, .h3 { font-size: 24px;}
h4, .h4 { font-size: 20px;}
h5, .h5 {font-size: 20px;}

p/*, h5, .h5 */{font-family: var(--font-family-body); line-height: 1.3;}
p {font-size: 18px ;}
.p1 {font-size: 16px;}
.p2 {font-size: 18px;}
.p3 {}

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

p b, p strong { color: inherit; font-weight:600}

.bg-special {background: #ffc023; font-family: var(--font-family-title); 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!important;}
.fw-semi-bold {font-weight: 600!important;}
.fw-bold { font-weight: 700;}
.fw-extra-bold { font-weight: 900;}

.ff-title { font-family: var(--font-family-title)!important; } /*sofia bold*/
.ff-title-black { font-family: var(--font-family-title-black);}
.ff-body { font-family: var(--font-family-body)!important; } /*source sans pro*/
.ff-inter{font-family:var(--font-family-inter)!important}
.ff-sofia{font-family: var(--font-family-title-regular)!important;} /*sofia regular*/


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-body);
       font-weight: 600; padding: 0.625rem 1.5rem; 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--red:focus { background: var(--color-2); color: var(--color-white); /*box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25) inset; */}

/*boton rojo con borde peopleday2023 */
.btn--red2 { background: var(--color-4); border: 2px solid var(--color-2); color: var(--color-white); font-size: 1.25rem; }
.btn--red2:hover, .btn--red2:focus { background: var(--color-2); color: var(--color-white); border: 2px solid var(--color-2); }

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

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

.btn--outline-blue { background: transparent; color: var(--color-1); font-size: 1.25rem; border: 2px solid var(--color-1); min-height:49px }
.btn--outline-blue:hover, .btn--outline-blue:focus { background: var(--color-3); color: var(--color-white); border: none; box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25) inset; }

.btn--outline-white { background: transparent; color: var(--color-white); font-size: 1.25rem; border: 2px solid var(--color-white); min-height:49px }
.btn--outline-white:hover, .btn--outline-white:focus { background: var(--color-2); color: var(--color-white); border: none; box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25) inset; }


/*Evaluar que estos botones no existan para ver si podemos sacarlos */
.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 { background: transparent; 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--2:hover, .btn--2:focus { background: #52B5FF; color: var(--color-white); border: 2px solid #52B5FF;}

.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: 1rem; padding: 0rem;!important }
.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); }
.shadow-3 { box-shadow: var(--box-shadow-3);}
.txt-shadow-1 {text-shadow: var(--box-shadow-1); }

.rounded-8 { border-radius: 8px; }
.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;}
.gap--56 { gap: 3.5rem !important;}
.none-wrap { flex-wrap: nowrap !important; }
.ds-block {display:block;}
.ds-none {display:none;}
.ds-grid {display:grid;}
.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; }
.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; }


/*fondos degrade*/
.bg-gradient-blue {background: var(--bg-gradient-blue);}
.bg-gradient-red {background: var(--bg-gradient-red);}
.bg-gradient-yellow {background: var(--bg-gradient-yellow);}
.bg-gradient-light-blue {background: var(--bg-gradient-light-blue);}
.bg-lighter-gradient-blue{background: var(--bg-light-gradient-blue); }
.bg-gradient-modules {background: var(--bg-gradient-modules);}

.txt-gradient-blue {color: var(--bg-gradient-blue);}
  


.bg-light-modules { background: var(--wb-bg-modules); }
.bg-sky-blue { background: var(--color-3); }
.bg-blue { background: var(--color-1); }
.bg-yellow { background: var(--color-2); }
.bg-red { background: var(--color-4); }
.bg-white { background: var(--color-white); }
.txt-blue { color: var(--color-1) !important; }
.txt-blue-buk {color: var(--color-blue-buk);}
.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-dark-blue)!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) {
  .g1 { font-size: 62px;}
  .gap--md-0 { gap: 0 !important; }
  .gap--md-8 { gap: .5rem !important; }
  .gap--md-16 { gap: 1rem !important; }
  .gap--md-24 { gap: 1.5rem !important; }
  .gap--md-32 { gap: 2rem !important; }
  .gap--md-56 { gap: 3.5rem !important; }
  
  /*.gap-md--24 { gap: 1.5rem !important; }
  .gap--md-32 { gap: 2rem !important; }
  .gap-md--56 { gap: 3.5rem !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); }
  
  
  .none-md-wrap { flex-wrap: nowrap !important; }
  .ds-md-block {display:block;}
  .ds-md-none {display:none;}
  .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-24 { gap: 1.5rem !important; }
  .gap--lg-32 { gap: 2rem !important; }
  .gap--lg-56 { gap: 3.5rem !important; }

  .pre-footer h2 { max-width: 540px;}
  .pre-footer .carita:after {width: 60px; height: 60px; margin-bottom: -15px;} 

  h1, .h1 {font-size: 62px;}
  h2, .h2 {font-size: 46px;}
  h3, .h3 {font-size: 32px;}
  h4, .h4 {font-size: 24px;}
  h5, .h5 {font-size: 20px;}

  .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; }
  
  .none-lg-wrap { flex-wrap: nowrap !important; }
  .ds-lg-block {display:block;}
  .ds-lg-none {display:none;}
  .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;}
}