:root {
  --color-blue-buk: #2F4DAA;
  --color-blue-buk-2: #203b9c;
  --color-yellow-buk: #FBBF3D;
  --color-orange-buk: #F59121;
  --color-dark-blue: #2B3C6A;
  --color-middle-blue-1: #2F6FC2;
  --color-middle-blue-2: #73A0DB;
  --color-light-blue: #D9E3FC;
  --color-grey-buk: #7D7D7D;
  --color-white: #fff;
  --color-error: #F54721;
  
  --wb-font-color-1: #1A2441;
  --wb-font-color-2: #A1A2AA;
  --wb-bg-modules: #E7EEFF;
  
  --font-family-body: 'Inter', sans-serif;
  --font-family-title: 'Source Sans 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%);
	--bg-gradient-modules-to-white: linear-gradient(180deg, #E7EEFF 0%, #FFF 100%);
	--bg-gradient-blue-light: linear-gradient(180deg, #2F4DAA 31.84%, #2E6DC8 169.73%); /*nuevo 2024 gradient para cambio pilares azul | normal -> azul claro*/
	--bg-gradient-blight-to-white: linear-gradient(180deg, #D9E3FC 0%, #FFF 100%);
  --bg-gradient-white-to-blight:  linear-gradient(180deg, #FFF 6.57%, #D9E3FC 115.62%);
	
  --radius-btn: 69px;
  --radius-16: 16px;
  --radius-32: 32px;
  
  --box-shadow-1: 0px 2px 9px 0px rgba(0, 0, 0, 0.10);
  --box-shadow-2: 0px 0px 18px 4px rgba(43, 60, 106, 0.24);
  --box-shadow-3: 1px 2px 9.1px 2px rgba(43, 60, 106, 0.12);
  --box-shadow-responsive: 0px 0px 14px 0px rgba(43, 60, 106, 0.09);
} 

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

html { scroll-behavior: smooth; }

body { font-family: var(--font-family-body); color: var(--wb-font-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, h5, h6 {
  font-family: var(--font-family-title);
  line-height: 1;
}
h1, h2, h3, h5 {
  color: var(--color-blue-buk);
}
h4, h6 {
  color: var(--wb-font-color-1)
}
h1 { font-size: 3rem; font-weight: 900; }
h2 { font-size: 2rem; }
h3 { font-size: 1.5rem; }
h4 { font-size: 1.375rem; font-weight: 400; }
h5 { font-size: 1.375rem; }
h6 { font-size: 1.25rem; }

.h1 { font-size: 3rem; }
.h1-a { font-size: 2.5rem; }
.h2 { font-size: 2rem; }
.h2-reg{ font-size: 2rem; font-weight: 400; }
.h3 { font-size: 1.5rem !important; }
.h4 { font-size: 1.375rem; font-weight: 400;  color: var(--wb-font-color-1)} /*Nueva actualización Diseño*/
.h5 { font-size: 1.375rem; }
.h6 { font-size: 1.25rem; }

p {
  font-size: 1.125rem;
  line-height: 1.3;
}

p a, span a { color: var(--color-blue-buk); font-weight: 400; /* text-decoration: underline;*/ }
.p {
  font-size: 1.125rem;
  line-height: 1.3;
  font-weight: 400;
  color: inherit;
}
.p1 {
  font-size: 1.125rem;
  line-height: 1.3;
  font-weight: 400;
  color: var(--wb-font-color-1)
}
.p2 {
  font-size: 1.125rem;
  line-height: 1.3;
  font-weight: 600;
}
.p3 {
  font-size: 1rem;
}
.p4{
  font-size: 0.875rem;
  line-height: 1.3;
}
.p5{
  font-size: 0.75rem;
} /*12px*/

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


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

.fz-12 {font-size:0.75rem;} /* 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:1.25rem;} /* 20px */
.fz-22 {font-size:1.375rem;} /* 22px */
.fz-24 {font-size:1.5rem;}/* 24px */
.fz-32 {font-size:2rem;} /* 32px */

.fw-light { font-weight: 300!important; }
.fw-regular { font-weight: 400; }
.fw-medium { font-weight: 500; }
.fw-bold { font-weight: 600; } /* es el 700 de mon en figma*/
.fw-semi-bold {font-weight: 600!important;}
.fw-extra-bold { font-weight: 900; }

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

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; }
.wi-fit {width: fit-content;}
.hi-100 { height: 100% !important; }
.vh-100 {height:100vh;}
.hi-auto { height: auto !important; }
.vertical-a-middle { vertical-align: middle; }

.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: 100%;}

.btn--1 { background: var(--bg-cta-1); border-color: var(--bg-cta-1); color: var(--color-white); font-size: 1.25rem; border-width: 0; border-style: none; }
.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--2b.disabled, .btn--2b.disabled:focus{ background: #E1E2E4; color: var(--color-grey-buk); border: 2px solid #E1E2E4; cursor: not-allowed;}

.btn--2c { 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--2c:hover, .btn--2b:focus { background: var(--color-white); color: var(--color-blue-buk); border: 2px solid var(--color-blue-buk);}

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

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

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

.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--3b { background: var(--color-light-blue); color: var(--color-blue-buk); font-size: 1.125rem; font-weight: 400; border: none; }
.btn--3b:hover { background: var(--color-blue-buk); color: var(--color-white); font-weight: 400;}

.btn--4 { font-weight: 700!important; background: white; color: var(--color-blue-buk); font-size: 1.25rem; border-radius: var(--radius-btn);}
.btn--4:hover, .btn--4:focus {background: var(--bg-cta-1-hover); color: var(--color-white);}

.btn--5 { font-weight: 700!important; background: white; color: var(--color-blue-buk); font-size: 1rem; border-radius: var(--radius-btn); border: none;}
.btn--5:hover, .btn--5:focus {background: var(--color-light-blue); color: var(--color-blue-buk);}




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

.btn.btn--txt-2 { border: none; font-weight: 400!important; font-size: 1.125rem; padding: 0.25rem; background: transparent; text-decoration: underline!important; color: var(--color-blue-buk); }
.btn.btn--txt-2:hover, .btn.btn--txt-2:focus { text-decoration: underline!important; font-weight: 600!important;}  

.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); }
.shadow-responsive { box-shadow: var(--box-shadow-responsive); }

.of-x { overflow: hidden;}
.rounded-0 { border-radius: 0px; }
.rounded-8 { border-radius: 8px; }
.rounded-12 {border-radius: 12px; }
.rounded-16 { border-radius: var(--radius-16); }
.rounded-24 { border-radius: 24px; }
.rounded-23 { border-radius: 23px; }
.rounded-32 { border-radius: 32px; }
.rounded-49 { border-radius: 49px; }
.rounded-56 { border-radius: 56px; }
.rounded-85 { border-radius: 85px; }
.rounded-16-top { border-radius: 16px 16px 0px 0px; }
.rounded-16-bottom { border-radius: 0px 0px 16px 16px; }
.rounded-50p{border-radius: 50%;} /*Esta en porcentaje*/

.border-1-light { border: 1px solid var(--color-light-blue); }
.border-1-blue-buk { border: 1px solid var(--color-blue-buk); }
.border-1-white { border: 1px solid var(--color-white); }
.border-2-white { border: 2px solid var(--color-white); }
.outline-light-blue { border: 1px solid var(--color-light-blue)}


.gap--0 { gap: 0 !important; }
.gap--4 { gap: 0.25rem !important; }
.gap--8 { gap: .5rem !important; }
.gap--12 { gap: 0.75rem !important; }
.gap--16 { gap: 1rem !important; }
.gap--24 { gap: 1.5rem !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 !important; }
.d-flex {display:flex;} /* solo flex*/
.ds-flex { display: flex; flex-wrap: wrap; gap: .5rem;}
.flex-dir-column { flex-direction: column; }
.flex-dir-column-rv { flex-direction: column-reverse; }
.flex-dir-row { flex-direction: row; }
.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-cont-start { align-content: flex-start; }
.ai-cont-end {  align-content: flex-end; }
.ai-cont-center { align-content: center; }
.ai-cont-between { align-content: space-between; }
.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; }
.ac-start { align-content: flex-start; }
.ac-end {  align-content: flex-end; }
.ac-center { align-content: center; }
.flex-basis-50 { flex-basis:calc(50% - 0.5rem); }
.flex-1 {flex: 1;}
.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-gradient-modules-white { background:linear-gradient(180deg, #F6F8FE 0%, #FFF 100%);}
.bg-light-blue-white {background: linear-gradient(180deg, #D9E3FC 0%, #FFF 46.66%);}
.bg-gradient-blue { background: var(--bg-cta-2-hover); }
.bg-naranja-buk{ background: var(--color-orange-buk);}
.bg-amarillo-buk {background: var(--color-yellow-buk)}
.bg-light-modules { background: var(--wb-bg-modules); }
.bg-light-modules-new {background: #E7EEFF;}
.bg-middle-blue-1 {background: var(--color-middle-blue-1);}
.bg-middle-blue-2 {background: var(--color-middle-blue-2);}
.bg-blue-buk { background: var(--color-blue-buk); }
.bg-blue-buk-2 { background: var(--color-blue-buk-2); }
.bg-white { background: var(--color-white)!important; }
.bg-light-blue { background: var(--color-light-blue); }
.bg-light-modules-mobile {background: var(--wb-bg-modules);}
.bg-gradiente-blue-light {background: var(--bg-gradient-blue-light);} /* azul normal a azul más claro*/
.bg-gradiente-blue-dark {background: linear-gradient(180deg, rgba(47, 77, 170, 0.71) 0%, rgba(46, 65, 118, 0.71) 100%);}
.bg-gradiente-blue-celeste {background: linear-gradient(180deg, #2F6FC2 22.5%, #2E47A7 100%);}
.bg-productSh {background: var(--bg-cta-2-hover);}
.bg-blue-buk-gradient { background: var(--bg-cta-2-hover); }
.bg-gradient-modules-to-white {background: var(--bg-gradient-modules-to-white);} /*degradado de celeste modules a blanco*/
.bg-gradient-blight-to-white {background: var(--bg-gradient-blight-to-white);} /* degrade de celeste claro a blanco */
.bg-gradient-white-to-blight {background: var(--bg-gradient-white-to-blight)} /* degrade de blanco a celeste claro*/
.txt-light-modules { color: var(--wb-bg-modules); }
.txt-blue-buk { color: var(--color-blue-buk) !important; }
.txt-white {color: var(--color-white);}
.txt-black-buk {color: var(--wb-font-color-1) !important;}
.txt-dark-blue {color:var(--color-dark-blue)}
.txt-grey { color: var(--wb-font-color-2); }
.txt-middle-blue {color: var(--color-middle-blue-2);}
.txt-yellow-buk {color:var(--color-yellow-buk)}
.txt-grey-2 { color: var(--color-grey-buk);}

/* estas clases estan parchando el bg-modules antiguo en los banners  */
.bg-light-modules-old { background: #F6F8FE; } 
.bg-gradient-white-to-blight-old {background: linear-gradient(180deg, #FFF 6.57%, #D9E3FC 115.62%)} /* degrade de blanco a celeste claro antiguo banners*/


.bg-blue-buk h1, .bg-blue-buk .h1, .bg-blue-buk .h1-a,
.bg-blue-buk h2, .bg-blue-buk .h2,
.bg-blue-buk h3, .bg-blue-buk .h3,
.bg-blue-buk h4, .bg-blue-buk .h4,
.bg-blue-buk h5, .bg-blue-buk .h5,
.bg-blue-buk h6, .bg-blue-buk .h6,
.bg-blue-buk p, .bg-blue-buk .p,
.bg-blue-buk-gradient h1, .bg-blue-buk-gradient .h1, .bg-blue-buk-gradient .h1-a,
.bg-blue-buk-gradient h2, .bg-blue-buk-gradient .h2,
.bg-blue-buk-gradient h3, .bg-blue-buk-gradient .h3,
.bg-blue-buk-gradient h4, .bg-blue-buk-gradient .h4,
.bg-blue-buk-gradient p, .bg-blue-buk-gradient .p,
.bg-gradiente-blue-light h1, .bg-gradiente-blue-light .h1, .bg-gradiente-blue-light .h1-a,
.bg-gradiente-blue-light h2, .bg-gradiente-blue-light .h2,
.bg-gradiente-blue-light h3, .bg-gradiente-blue-light .h3,
.bg-gradiente-blue-light h4, .bg-gradiente-blue-light .h4,
.bg-gradiente-blue-light h5, .bg-gradiente-blue-light .h5,
.bg-gradiente-blue-light h6, .bg-gradiente-blue-light .h6,
.bg-gradiente-blue-light p, .bg-gradiente-blue-light .p,
.bg-blue-buk-2 h1, .bg-blue-buk-2 .h1, .bg-blue-buk-2 .h1-a,
.bg-blue-buk-2 h2, .bg-blue-buk-2 .h2,
.bg-blue-buk-2 h3, .bg-blue-buk-2 .h3,
.bg-blue-buk-2 h4, .bg-blue-buk-2 .h4,
.bg-blue-buk-2 h5, .bg-blue-buk-2 .h5,
.bg-blue-buk-2 h6, .bg-blue-buk-2 .h6,
.bg-blue-buk-2 p, .bg-blue-buk-2 .p{
  color: var(--color-white);
}
/* este css hace que el boton CTA cambie de color con fondos azules*/
.bg-blue-buk .btn--2,
.bg-blue-buk-gradient .btn--2,
.bg-gradiente-blue-light .btn--2,
.bg-blue-buk-2 .btn--2
{ font-weight: 700!important; background: transparent; border: 2px solid white; padding: .563rem 1.75rem !important; color: white; font-size: 1.25rem; border-radius: var(--radius-btn);}

.bg-blue-buk-2 .btn--2:hover,
.bg-blue-buk .btn--2:hover,
.bg-blue-buk-gradient .btn--2:hover,
.bg-gradiente-blue-light .btn--2:hover,
.bg-blue-buk-2 .btn--2:focus,
.bg-blue-buk .btn--2:focus,
.bg-blue-buk-gradient .btn--2:focus, 
.bg-gradiente-blue-light .btn--2:focus { background: white; color: var(--color-blue-buk); }




.pre-footer h2 {font-size: 32px!important; 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: 35px; margin-bottom: -7px;}
footer .carita:after {width: 23px; height: 23px; margin-bottom: -3px;}

@media only screen and (min-width: 767px) {
	.btn { width: auto!important;}
  .pre-footer h2 {font-size: 64px!important; max-width: 540px;}
  .pre-footer .carita:after { width: 50px; height: 50px;margin-bottom: -13px;}
  
  .pst-md-relative { position: relative; }
  .pst-md-absolute { position: absolute; }
  
  .none-md-wrap { flex-wrap: nowrap !important; }
  
  .txt-md-center { text-align: center; }
  .txt-md-left{ text-align: left; }
  .txt-md-right { text-align: right; }
  
  .wi-md-auto { width: auto !important; }
  .wi-md-100 { width: 100% !important; }
  .wi-md-75 { width: 75% !important; }
  .hi-md-100 { height: 100% !important; }
  .hi-md-auto { height: auto !important; }
  
  .shadow-box-fluid-md { box-shadow: var(--box-shadow-2); }
  .shadow-md-1 { box-shadow: var(--box-shadow-1);  }
  .shadow-md-2 { box-shadow: var(--box-shadow-2); }
  .shadow-md-3 { box-shadow: var(--box-shadow-3); }
  
  .bg-light-modules-md { background: var(--wb-bg-modules); }
  .bg-white--md { background: var(--color-white); }
  
  .rounded-md-16 { border-radius: var(--radius-16); }
  .rounded-md-49 { border-radius: 49px; }
  
  .gap-md--0 { gap: 0 !important; }
  .gap-md--8 { gap: .5rem !important; }
	.gap-md--12 { gap: 0.75rem !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; }
  .none-md-wrap { flex-wrap: nowrap !important; }
  .ds-md-block {display:block!important;}
  .ds-md-none { display: none !important; }
  .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; }
  .flex-md-1 {flex: 1;}
  .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) {
  
  .pre-footer h2 { max-width: 570px;}
  .pre-footer .carita:after {width: 60px; height: 60px; margin-bottom: -15px;}
  
  h1 { font-size: 4rem; }
  h2 { font-size: 2.875rem; }
  h3 { font-size: 2rem; }
  h4 { font-size: 1.5rem; }
  h5 { font-size: 1.5rem; }
  h6 { font-size: 1.25rem; }
  
  .h1 { font-size: 4rem; }
  .h1-a { font-size: 4rem; }
  .h2 { font-size: 3rem; }
  .h2-reg { font-size: 3rem; font-weight: 400; }
  .h3 { font-size: 2rem !important; }
  .h4 { font-size: 1.5rem; } /*nueva actualización Diseño*/ 
  .h5 { font-size: 1.5rem; }
  .h6 { font-size: 1.25rem; }
  
  .none-lg-wrap { flex-wrap: nowrap !important; }
  
  .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; }
  .txt-lg-blue-buk { color: var(--color-blue-buk) !important; }
  .txt-lg-grey { color: var(--wb-font-color-2); }
  .txt-lg-white { color: #ffffff; }
  
  .wi-lg-75 { width: 75% !important; }
  .wi-lg-100 { width: 100% !important; }
  .wi-lg-auto { width: auto !important; }
  .hi-lg-100 { height: 100% !important; }
  .hi-lg-auto { height: auto !important; }
  .hi-lg-fit-cont { height: fit-content; }
  
  .bg-light-modules-lg { background: var(--wb-bg-modules); }
  .bg-light-modules-mobile {background: white;}
  .bg-white-lg { background: var(--color-white); }
  
	.rounded-lg-0-top {border-radius: 0px;}
  .rounded-lg-16 { border-radius: var(--radius-16); }
  .shadow-lg-1 { box-shadow: var(--box-shadow-1);  }
  .shadow-lg-2 { box-shadow: var(--box-shadow-2); }
  .shadow-lg-3 { box-shadow: var(--box-shadow-3); }
   
  .border-1-light-lg { border: 1px solid var(--color-light-blue); }
  
  .gap-lg--0 { gap: 0 !important; }
  .gap-lg--8 { gap: .5rem !important; }
	.gap-lg--12 { gap: 0.75rem !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; }
  .none-lg-wrap { flex-wrap: nowrap !important; }
  .ds-lg-block {display:block!important;}
  .ds-lg-none { display: none !important; }
  .ds-lg-flex { display: flex !important; flex-wrap: wrap; gap: 0.8rem;}
  .flex-dir-lg-row { flex-direction: row; }
  .flex-dir-lg-row-reverse { flex-direction: row-reverse; }
  .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-lg-evenly { justify-content: space-evenly; }
  .jc-self-lg-center { justify-self: center; }
  .ac-lg-start { align-content: flex-start; }
  .ac-lg-end { align-content: flex-end; }
  .ac-lg-center { align-content: 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; }
  .flex-lg-1 {flex: 1;}
  .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; }

  .v-mobile { display: none; }
  .v-mobile.v-tablet { display: none !important; }
  .v-tablet { display: block; }
  .v-desktop { display: block; }
}
header {
  background: #fff;
  position: sticky;
  top: 0;
  z-index: 20;
}
header.shadow {
  box-shadow: var(--box-shadow-2);
}

header nav { height: 78px; }
@media only screen and (min-width: 1115px) {
  header nav { height: initial; }
}

.nav__logo {
  width: 112px;
  margin-right: auto;
}
@media only screen and (min-width: 1115px) {
  .nav__logo { margin-right: 16px; }
}
@media only screen and (min-width: 1200px) {
  .nav__logo { margin-right: 56px; }
}

.nav__collapse {
  background: var(--wb-bg-modules);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: 80vh;
    left: 0;
    opacity: 0;
  /*  padding: 0 5%; */
    position: fixed;
    top: -100%;
    -webkit-transition: all .65s ease;
    -o-transition: all .65s ease;
    transition: all .65s ease;
    width: 100%;
}
@media only screen and (min-width: 1115px) {
  .nav__collapse {
    background: var(--color-white);
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    opacity: initial;
    padding: initial;
    position: initial;
    transition: initial;
    height: 109px;
    width: calc(100% - 112px - 8px - 16px);
  }
}
@media only screen and (min-width: 1200px) {
  .nav__collapse {
    width: calc(100% - 112px - 8px - 56px);
  }
}


.nav__navigation {
  font-family: var(--font-family-title);
  padding: 0 5%;
}
@media only screen and (min-width: 1115px) {
  .nav__navigation {
    display: flex;
    align-items: center;
    gap: 24px;
    padding: 0;
  }
}
@media only screen and (min-width: 1200px) {
  .nav__navigation { gap: 32px; }
}

  .nav_submenu-item .item-disabled a {color: var(--wb-font-color-2)!important;}
  .nav_submenu-item .item-disabled a { text-decoration: none!important; cursor: auto;}


.nav__item a,
.nav__item button {
  color: var(--color-blue-buk);
  cursor: pointer;
  font-family: inherit;
  font-size: 1.125rem;
  font-weight: 400;
}
.nav__item button {
  appearance: none;
  border: none;
  background: inherit;
}
@media only screen and (min-width: 1115px) {
  .nav__item { height: 100%; display: flex; justify-content: center; flex-direction: column; }
}

@media only screen and (min-width: 1300px) {
  .nav__actions { gap: 32px; }
}

/* BUTTON COUNTRIES AND SUBMENU */
.buk-countries--mobile { 
  margin-right: 30px;
}
@media only screen and (min-width: 1115px) {
  .buk-countries--mobile { display: none; }
}

.buk-countries--desktop { display: none; }
@media only screen and (min-width: 1115px) {
  .buk-countries--desktop { display: inline-block; }
}

.buk-countries {
  appearance: none;
  border: none;
  background: transparent;
  cursor: pointer;
  position: relative;
}
.buk-countries svg {
  transition: transform .4s ease;
}
.buk-countries.show svg {
  transform: rotate(180deg);
}

.buk-countries__submenu {
  position: absolute;
  top: 40px;
  right: 0;
  width: 180px;
  background-color: #fff;
  border-radius: 16px;
  box-shadow: 0px 0px 14px 0px rgba(43, 60, 106, 0.09);
  /* padding: 4px; */
  z-index: 5;
  transition: height .5s;
  height: 0;
  overflow: hidden;
}
.buk-countries.show .buk-countries__submenu {
  height: 205px;
}

@media only screen and (min-width: 767px) {
  .buk-countries__submenu {
    width: 200px;
  }
}

.buk-countries__wrap {
  border-radius: 16px;
  padding: 4px;
}

.buk-countries__link {
  display: flex;
  align-items: center;
  gap: 8px;
}
.buk-countries__link span {
  color: var(--color-blue-buk);
  font-size: 1.125rem;
  font-family: var(--font-family-title);
}

.buk-countries__item {
  border-radius: 14px;
  text-align: initial;
  padding: 8px 12px;
}
.buk-countries__item:hover {
  background-color: var(--wb-bg-modules);
}

.buk-countries__submenu .buk-flag__xs {
  width: 20px;
  height: 20px;
}

/* Button collapse */
.nav__toggle {
  width: 40px;
  height: 45px;
  background: transparent;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  outline: none;
  position: relative;
  transition: all 1s ease-in-out;
  z-index: 15;
}
@media only screen and (min-width: 1115px) {
  .nav__toggle { display: none; }
}

.nav__hamburger {
  height: 3px;
  width: 80%;
  border-radius: 5px;
  background-color: var(--color-dark-blue);
  transition: all .5s ease-in-out;
}

.nav__hamburger::before,
.nav__hamburger::after {
  content: '';
  position: absolute;
  height: 3px;
  width: 80%;
  background-color: var(--color-dark-blue);
  border-radius: 5px;
  transition: all .5s ease-in-out;
}

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

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

.nav__toggle.open-collapse .nav__hamburger {
  transform: translateX(-20px);
  background: transparent;
  z-index: 4;
  transition: all .5s ease-in-out;
}

.nav__toggle.open-collapse .nav__hamburger::before {
  transform: rotate(45deg) translate(6px, -6px);
}

.nav__toggle.open-collapse .nav__hamburger::after {
  transform: rotate(-45deg) translate(5.5px, 5.5px);
}

/* Menu Mobile */

.nav__toggle.open-collapse ~ .nav__collapse {
  box-shadow: 0px 6px 5px -1px rgba(43, 60, 106, 0.12);
  top: 78px;
  overflow-y: auto;
  opacity: 1;
}
@media only screen and (min-width: 1115px) {
  .nav__toggle.open-collapse ~ .nav__collapse {
    box-shadow: initial;
    flex-direction: initial;
    position: initial;
    padding: 0;
    overflow: initial;
    width: calc(100% - 112px - 8px - 56px);
  }
}

.nav__item:not(:last-of-type) {
  border-bottom: 2px solid var(--color-light-blue);
}
.nav__item.item-selected {
  border-bottom: none;
}
@media only screen and (min-width: 1115px) {
  .nav__item:not(:last-of-type) {
    border-bottom: none;
  }
  .nav__item.item-selected {
    border-bottom: none;
  }
}


.nav__item button {
  justify-content: space-between;
  width: 100%;
  padding: 20px 0;
}
.nav__item button svg {
  transition: transform .4s ease;
  margin-right: .8rem;
}
.nav__item button.active {
  background: var(--color-blue-buk);
  color: var(--color-white);
  margin: 0 -5.5%;
  width: 111%;
  padding: 20px 5.5%;
}
.nav__item button.active svg {
  transform: rotate(180deg);
}
.nav__item button.active svg path {
  fill: #fff;
}
.nav__item > a {
  display: inline-block;
  width: 100%;
  padding: 20px 0;
}
@media only screen and (min-width: 1115px) {
  .nav__item button {
    width: initial;
    padding: initial;
  }
  .nav__item button.active {
    background: initial;
    color: var(--color-blue-buk);
  }
  .nav__item button svg {
    margin-right: initial;
  }
  .nav__item button.active svg path {
    fill: var(--color-blue-buk);
  }
  .nav__item > a {
    width: initial;
    padding: initial;
  }
}

.nav__submenu {
  background: var(--color-white);
  margin: 0 -5.5%;
  height: 0;
  overflow: hidden;
  transition: height .5s ease-in-out;
  
}
.nav__submenu-wrap {
  padding: 32px 5.5%;
}

.nav__submenu-wrap-row {
  padding: 0px 5.5%;
}

.nav_submenu-item {
  display: flex;
  flex-direction: column;
}
.nav__submenu-item-header {
  display: flex;
  align-items: center;
}
.nav__submenu-item-header img {
  width: 43px;
  height: 43px;
}
.nav__submenu-item-header a, .nav__submenu-item-header p {
  margin-left: 1rem;
}
.nav__submenu-item-header a:hover, .nav__submenu-label a:hover {
  text-decoration: underline;
}
.nav__submenu-item-header .txt--desktop {
  display: none;
}
.nav_submenu-item--mobile {
  flex-direction: initial;
  padding-top: 2rem;
  margin-top: 1rem;
  border-top: 2px solid var(--color-light-blue);
}
.nav__submenu-label--desktop {
  display: none;
}

@media only screen and (min-width: 1115px) {
  .nav__submenu {
    /* display: none; */
    position: fixed;
    left: 0;
    right: 0;
    top: 109px;
    border-radius: 0 0 16px 16px;
    margin: initial;
  }
  .nav__submenu.open {
    box-shadow: 0px 10px 7px 0px rgba(43, 60, 106, 0.12);
    
/*     box-shadow: var(--box-shadow-1); */
  }
    .nav__submenu-wrap-row {
    width: 90%;
    border-radius: 0 0 16px 16px;
    padding: 0px 0% 24px 0%;
    margin: 0 auto;
    max-width: 1200px;
    display: flex;
    align-items: baseline;
    /*justify-content: center;*/
    gap: 1.5rem;
  }
  .nav__submenu-wrap {
    width: 90%;
    border-radius: 0 0 16px 16px;
    padding: 56px 0;
    margin: 0 auto;
    max-width: 1200px;
    display: flex;
    align-items: baseline;
    justify-content: center;
    gap: 1.5rem;
  }
  .nav_submenu-item {
    width: calc(25% - 1.5rem);
  }
  
  .nav__submenu-item-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
  }
  .nav__submenu-item-header img {
    width: 45px;
    height: 45px;
  }
  .nav__submenu-item-header a, .nav__submenu-item-header p {
    margin-left: 0;
  }
  .nav__submenu-item-header .txt--desktop {
    display: block;
    font-family: var(--font-family-body);
    font-size: 14px;
    color: #A1A2AA;
  }

  .nav_submenu-item--mobile {
    display: none;
  }
  .nav__submenu-label--desktop {
    display: block;
    margin-top: 2.5rem;
  }

}

.nav__submenu-label > a {
  display: inline-block;
}
.nav__submenu-label:not(:last-of-type) > a {
  padding-bottom: 16px;
}

.nav__actions {
  background: var(--color-white);
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 1.5rem;
  /*  margin: 0 -5.5%; */
  padding: 32px 5.5%;
  height: 100%;
}
.nav__actions .hs-cta-wrapper {
  order: 2;
}
.nav__actions .btn.btn--txt {
  color: var(--wb-font-color-2);
}
@media only screen and (min-width: 1115px) {
  .nav__actions {
    flex-direction: row;
    align-items: center;
    gap: 1rem;
    height: initial;
    padding: initial;
    margin: initial;
  }
  .nav__actions .hs-cta-wrapper {
    order: initial;
  }
}
@media only screen and (min-width: 1300px) {
  .nav__actions {
    gap: 2rem;
  }
}

nav .btn--1.version-b:hover { zoom: 106%;
    background: var(--bg-cta-1);
    border-color: var(--bg-cta-1);
    margin-right: -3%;
    display: flex; transition: width 0.8s linear 0.4s;
}
nav .btn--1.version-b: { zoom: 100%;
    margin-right: 0%;
    display: flex; transition: width 1s linear 0.5s;
}

@media only screen and (max-width: 1115px) {
  /* btn-principales */
#btn-principales .primerNivel {width:100%;}
#btn-principales .segundoNivel {width:100%;}
}
footer {
  background: var(--color-white);
  color: var(--color-blue-buk);
  font-size: 1rem;
}
/* @media only screen and (min-width:767px) {
  footer {
    font-size: 1.125rem;
  }
} */

footer h3 {
  font-size: 1.125rem;
  color: var(--color-orange-buk);
  margin-bottom: 10px;
}
footer h4 {
  font-size: 1.125rem;
  font-weight: 600;
  color: var(--color-blue-buk);
  margin-bottom: 5px;
}

.footer {
  border-bottom: 3px solid var(--color-light-blue);
}

.footer__menu h3 {
  margin-bottom: 12px;
}

.footer__solutions .buk-grid [class*="buk-col"] {
  padding-top: 0;
  /* padding-bottom: 0; */
}
/* .footer__solutions .ds-flex [class*="footer__"] {
  width: calc(50% - 8px);
} */

.footer__list li:not(:last-of-type) {
  margin-bottom: 6px;
}
.footer__list a:hover { text-decoration: underline; }

footer .brand {
  padding: 63px 0;
}

.brand__logo {
  width: 70%;
}
.brand__logo p {
  margin-top: 1rem;
  font-family: var(--font-family-title);
  font-size: 1.5rem;
}
@media only screen and (min-width: 767px) {
  .brand__logo {
    width: auto;
  }
  .brand__logo p {
    margin-top: 0;
    padding-left: .25rem;
  }
}

.brand__rrss {
  display: flex;
  align-items: center;
  gap: 8px;
}

.brand__rrss a {
  display: inline-block;
}
.brand__rrss a .fill-rrss {
  transition: fill .3s ease-in;
}
.brand__rrss a:hover .fill-rrss {
  fill: var(--color-orange-buk);
}