<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* globales */
/* Header */
header { background: #fff; position: sticky; top: 0; z-index: 20;}
header.shadow { box-shadow: var(--box-shadow-2);}
header nav { height: 78px; }

/* Logo */
.nav__logo { width: 112px; }

/* Menu hamburguesa */
.nav__toggle { width: 40px; height: 45px; background: transparent; border: none; cursor: pointer; outline: none; position: relative; transition: all 1s ease-in-out; z-index: 15;}
.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);}

/* collapse */
.nav__collapse { height: 0; position: fixed; transition: opacity .65s ease-in-out;  overflow: hidden; }
.nav__toggle.open-collapse ~ .nav__collapse { 
  background: #fff; box-shadow: 0 6px 5px -1px rgba(43, 60, 106, .12); height: 100%; left: 0; opacity: 1; 
  overflow-x: hidden; overflow-y: auto; top: 0; transition: all .65s ease; width: 100%; position: fixed;
}
.nav__collapse .go-back-menu { width: 100%; height: 78px; background: white;}
.nav__collapse .go-back-menu button {align-items: center; height: 100%; width: 30px; justify-content: center; margin-left: 1rem; appearance: none; border: 0; background: transparent; }
.nav__collapse .go-back-menu button svg {transform: rotate(90deg); zoom: 180%;} 
.nav__collapse .go-back-menu button svg path { fill: #2B3C6A; }

/* navigation */
.nav__navigation { font-family: var(--font-family-title); padding: 0 5%; width:100%; background: #f6f8fe;}

/* li (item de lista) */
.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; }
.nav__item:not(:last-of-type) { border-bottom: 1px solid var(--color-light-blue); }
.nav__item.item-selected { border-bottom: none;}
.nav__item button { justify-content: space-between; width: 100%;}
.nav__item button svg { transition: transform .4s ease; transform: rotate(-90deg);}
.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;}

/* submenu - Contenedor de 2do Nivel */
.nav__submenu {  background: white; margin: 0 -5.5%; overflow: hidden; position: absolute; }
.nav__submenu.open { width: 100%; z-index: 9; }
.nav__item .nav__item-level2 button svg { transform: rotate(0deg);}
.nav__item .nav__item-level2 button.active svg { transform: rotate(180deg);}
/* plataforma */
.plataforma {}
.plataforma .p3 {min-height: 38px;width: 100%;}
.recursos .p3 {min-height: 38px;width: 100%;}

.plataforma .bg-blue-buk.bg-white-lg .p3 {min-height: 0;}
.recursos .bg-blue-buk.bg-white-lg .p3 {min-height: 0;}
.plataforma .bg-gradiente-blue-light.bg-white-lg .p3 {min-height: 0;}
.recursos .bg-gradiente-blue-light.bg-white-lg .p3 {min-height: 0;}
.bg-blue-buk.bg-white-lg .p3 {font-size: 16px;}

/* nosotros */
.notas-blog .marco {display: flex; justify-content: center; align-items: center; overflow: hidden; border-radius: 16px; width: 220px; height: 114px; position: relative;}
.notas-blog img {position: absolute; max-width: max-content !important;}
.nav__submenu-level3 .p1 { font-size:16px; font-weight: 400; color: var(--color-blue-buk) ;}

/* recursos */
.nav__submenu-level4 .p1 { font-size:16px; font-weight: 400; color: var(--color-blue-buk) ;}

/* submenu - Contenedor de 3re Nivel */
.nav__submenu-level2 { height: 0; overflow: hidden; transition: height .5s ease-in-out;}
.nav__submenu-level2.open { height: auto;}
.nav__submenu-level2 .p1 { font-size:16px; font-weight: 400; color: var(--color-blue-buk) ; }
/* submenu - Contenedor de 2do Nivel - Nosotros */
.nav__submenu-level3 { height: auto; overflow: hidden; transition: height .5s ease-in-out;}

/* Buk countries */
.buk-countries { appearance: none; border: none; background: transparent; cursor: pointer; position: relative;min-width:50px;}
.buk-countries--mobile {  margin-right: 30px;}
.buk-countries svg { transition: transform .4s ease;}
.buk-countries.show svg { transform: rotate(180deg);}
.buk-countries__wrap { padding: 4px;}
.buk-countries__link span { color: var(--color-blue-buk); font-size: 1.125rem; font-family: var(--font-family-title);}
.buk-countries__item { 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;}
.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); z-index: 5; transition: height .5s; height: 0; overflow: hidden;}
.buk-countries.show .buk-countries__submenu { height: 205px; z-index: 9;}

/* Todos los productos */
.allProduct {position: relative; }
nav .a-allProduct {color: var(--color-blue-buk); cursor: pointer; font-family: inherit; font-size: 1.125rem; font-weight: 400; justify-content: space-between; width: 100%; display: flex; padding: 1rem 0; }
nav .a-allProduct:hover {text-decoration-line: underline;}
nav .svg-allProduct {transform: rotate(-90deg); margin-left: 10px;}  

/*@media only screen and (min-width: 1115px) { 
  p.plataforma:hover, 
	p.beneficios:hover, 
	p.admin:hover, 
	p.do:hover {text-decoration: underline;}
}*/

/* exclusivo para mobile */
@media only screen and (max-width: 1115px) {    
  /* btn-principales */
  #btn-principales {width:90%;margin:0 auto;}
  #btn-principales .primerNivel {width:100%;}
  #btn-principales .segundoNivel {width:100%;}

  .nav__logo { z-index:20; background:white;padding:17px 0;}
  .nav__logo.zi_cero { z-index:0; background:transparent;}
  .nav__submenu { height: calc(100% - 78px) !important; left: 107%; top: 78px !important; transition: left 0.5s ease-in-out;}
  .nav__submenu.open { height: calc( 100% - 78px ) !important; overflow: scroll; left: 20px;  } 
  .buk-countries { position: absolute; right: 60px; }
  .nav__item-level2 { padding: 0 5%; background: #f6f8fe; border-bottom: 1px solid var(--color-light-blue);}
  .plataforma .nav__item-level2:last-child {border-bottom: none;}
  .nosotros.item-selected .nav__submenu-level3, .recursos.item-selected .nav__submenu-level4 {padding: 0 5%;  padding-bottom: 16px; }
  .nav__item-level2.item-selected  {background: transparent; padding-bottom: 32px; border-bottom: none;}
  p.plataforma, 
	p.beneficios, 
	p.admin, 
	p.do {text-decoration: underline;line-height: 115%; text-underline-offset: 4px;}
	.flecha-link {transform: rotate(-90deg);margin-bottom: 2px;}
  .flecha-link path{fill: #FFFF;}
}  


/*********** Tablet ************/
/*******************************/
@media only screen and (min-width: 767px) {
  .buk-countries__submenu { width: 200px; z-index: 9;}
}

/*********** Desktop ************/
/*******************************/
@media only screen and (min-width: 1115px) {
   /* Todos los productos */
  .allProduct {position: absolute; bottom: 32px; right: calc(50% - 400px);}
  nav .a-allProduct {color: #2F4DAA; font-family: Inter; font-size: 16px; font-weight: 600; line-height: 115%; cursor: pointer;}
  nav .svg-allProduct {transform: rotate(-90deg); margin-left: 10px; position: relative; bottom: -5px;}
  /* header nav */  
  header nav { height: initial; }
  /* Menu hamburguesa */
  .nav__toggle { display: none; }
  /* collapse */
  .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__collapse { opacity: initial; position: initial; height: 109px; }
  /* navegaciÃ³n */
  .nav__navigation {  display: flex; align-items: center; gap: 16px; padding: 0; width: initial; background: #ffffff; }
  /* li (item de lista) */
  .nav__item { height: 100%; display: flex; justify-content: center; flex-direction: column; }
  .nav__item:not(:last-of-type) { border-bottom: none; }
  .nav__item.item-selected { border-bottom: none; height: auto; position: relative; width: auto; }
  .nav__item button { width: initial; text-align: left; }
  .nav__item button.active { background: initial; color: var(--color-blue-buk); padding: 2rem 5.5%; }
  .nav__navigation-level2 button {font-family: "Inter", sans-serif; font-size: 18px; font-weight: 600; opacity:0.7;}
  .nav__navigation-level2 button.active { padding-left: 80px; padding-right: 100px; left: calc(50% - 680px); margin-left:0; opacity:1; }
  .nav__item button svg { transform: rotate(0deg); }
  .nav__item button.active svg path { fill: var(--color-blue-buk); }
  /* submenu - Contenedor de 2do Nivel */
  .nav__submenu { position: fixed; left: 0; right: 0; top: 109px; margin: initial; transition: height .5s ease-in-out;  }
  .nav__submenu.open { box-shadow: 0px 10px 7px 0px rgba(43, 60, 106, 0.12); }
  .nav__navigation .nav__item .nav__item-level2.item-selected a:first-child p svg { transform: rotate(-90deg);  width: 17px; height: auto; margin-bottom: 2px; margin-left: 2px;}
  /* submenu - Contenedor de 3re Nivel */  
  .nav__navigation .nav__item .nav__submenu-level2 div:first-child a p svg { transform: rotate(-90deg);  width: 17px; height: auto; margin-bottom: 2px; margin-left: 2px;}
  .plataforma ul li:first-child .nav__submenu-level2 { align-items: start;}  
  .nav__submenu-level2 { position: absolute; left: calc(50% - 400px); top: 0; display: flex; z-index:1; transition: height 0s ease-in-out; }
  .nav__submenu-level2.open {padding:1.5rem 2rem; height:100% !important; z-index:2; width: calc(50% + 400px); box-shadow: inset 8px 0 16px -12px rgba(0, 0, 0, .1); }
  .nav__submenu-level2 .p3 { color: var(--Gris-buk, #959599); padding-right: 1rem; }
  .nav__submenu-level2 .width-lg-child1 { height: fit-content; max-width: 374px;}
  .nav__submenu-level2 .width-lg-child2 { max-width: 566px; }
  .nav__submenu-level2 .width-lg-child3 { max-width: 940px; }
  /* submenu - Contenedor de 2re Nivel - Nosotros */  
  .nav__submenu-level3 { position: absolute; left: calc(50% - 600px); top: 0; display: flex; z-index:1; transition: height 0s ease-in-out; }
  .nav__submenu-level3.open {padding:1.5rem 2rem; height:100% !important; z-index:2; }
  .nav__submenu-level3 .p3 { color: var(--Gris-buk, #959599); }
  .nav__submenu-level3 .width-lg-child3 { max-width: 646px ; padding-bottom: 1rem; }  
  .nav__submenu.bg-w-lg {background:#ffffff;}
  .nav__submenu-level3-2 { position: absolute; left: calc(50% + 80px); top: 0; display: flex; z-index:1; transition: height 0s ease-in-out; height:100%; width:50%; padding-left: 32px; background: #F6F8FE; }
  .nav__submenu-level3-2 .w-436 { width: 436px; }
  .nav__submenu-level3-2 .w-436 .p1 {font-family: Inter; font-size: 18px; font-weight: 600; color: #2F4DAA;}
  /* nuevos estilos agregados para que las notas de blog tengan el clickeable global y mantengan los estilos de antes */
  .nav__submenu-level3-2 .w-436 a:hover {text-decoration: underline;} 
  .notas-blog div a:hover { text-decoration: none!important;}
  .notas-blog div a .p3 { color: var(--wb-font-color-1);}
  .notas-blog div a:hover .p-btn { text-decoration: underline!important;}

  .nav__submenu-level3-2.v-desktop div div div:nth-child(2) {max-width: calc(100% - 170px);}
  /* submenu - Contenedor de 2re Nivel - Recursos */  
  .nav__submenu-level4 { position: absolute; left: calc(50% - 600px); top: 0; display: flex; z-index:1; transition: height 0s ease-in-out; }
  .nav__submenu-level4.open {padding:1.5rem 2rem; height:100% !important; z-index:2; }
  .nav__submenu-level4 .p3 { color: var(--Gris-buk, #959599);}
  .nav__submenu-level4 .width-lg-child3 { max-width: 1200px; padding-bottom: 1rem; }  
  .nav__submenu.bg-w-lg {background:#ffffff;}  
  /* li Nivel 2 (item de lista) */  
  .nav__item-level2.item-selected { background: #d9e3fc;}
  /* otros */
  .flex-basis-lg-50 { flex-basis:calc(50% - 0.5rem); }  
  .flex-basis-lg-33 { flex-basis:calc(33% - 0.5rem); }
  .flex-basis-lg-25 { flex-basis:calc(25% - 0.5rem); }
  .flex-basis-lg-24 { flex-basis:calc(24% - 0.5rem); }
  .flex-basis-lg-31 { flex-basis:calc(31.3% - 0.5rem); }
  .flex-basis-lg-36 { flex-basis:calc(36% - 0.5rem); }
  .flex-basis-lg-30 { flex-basis:calc(30% - 0.5rem); }
  .flex-basis-lg-38 { flex-basis:calc(38.5% - 0.5rem); }  
  a p.p:hover {
    text-decoration: underline;
  }

  .plataforma .nav__item-level2:first-child a:hover .h5.txt-lg-blue-buk, .plataforma .nav__item-level2 a:hover .h5.txt-lg-blue-buk, .flecha-recursos:hover {text-decoration: underline; text-underline-position: under;}

  

  #img-plataforma {transition: all 0.5s; }  
  #img-plataforma:hover {filter: contrast(70%) brightness(130%);transition: all 0.5s; }
  .nav__submenu-level3 a:hover .p1, .nav__submenu-level4 a:hover .p1,
  .nav__submenu-level2 a:hover .p1 {text-decoration: underline;}
  .nav__submenu-level2 .hi-lg-fit-cont .ds-flex { gap: 0; }
  .nav__submenu-level3 .hi-lg-fit-cont .ds-flex { gap: 0; }
  .nav__submenu-level4 .hi-lg-fit-cont .ds-flex { gap: 0; }
  .nav__submenu-level2 .hi-lg-fit-cont-88 .ds-flex { gap: 0; }
  .nav__submenu-level3 .hi-lg-fit-cont-88 .ds-flex { gap: 0; }
  .nav__submenu-level4 .hi-lg-fit-cont-88 .ds-flex { gap: 0; }
  .flecha-recursos {display: flex; align-items: center; gap: 8px;}
  .flecha-recursos svg { height: auto; margin-bottom: 2px; transform: rotate(-90deg); width: 17px;}
}

@media only screen and (min-width: 1115px) and (max-width: 1280px) {
  .nav__item button.btn-level2 {
    left: 0; margin-left: 0; padding-left: 10px;  padding-right: 10px;
  }
  .nav__submenu-level3-2 {
    left: 55%; margin-left: 2.5%; padding-left: 2.5%;
    width: calc(45% - 2.5%);
  }
  .nav__submenu-level3 {
    left: 0;
    width: 55%;
    padding-left: 5%;
  }
  .nav__submenu-level4 {
    left: calc(50% - 45%);
    width: 90%;
  }  
}
@media only screen and (min-width: 1281px) {
  .nav__item button.btn-level2 { 
    position: relative; 
    left: calc(50% - 680px); 
    padding-left: 80px; 
    padding-right: 100px; 
    min-height: 106px;
  }
  .width-lg {
      max-width: 988px!important;
    }
}

@media only screen and (min-width: 1280px) {
  /* collapse */
  .nav__collapse { width: calc(100% - 112px - 8px - 56px); }
  /* navegaciÃ³n */
  .nav__navigation { gap: 40px;  }
} 

  @media only screen and (min-width: 1115px) and (max-width: 1280px) {
    .nav__item button.btn-level2 {
        min-height: 106px;
    }
   .width-lg {
    max-width: 988px!important;
  }
}
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.5rem;
  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 h5 {
  font-size: 1.25rem;
  color: var(--color-orange-buk);
  margin-bottom: 10px;
}
.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.25rem;
}
p.copyright__txt {
  font-family: var(--font-family-title);
  font-size: 1rem;
}
@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);
}



#search {background-color: #fff; border: 1px solid #A1A2AA; border-radius: 47px;
    height: 43px; font-family: var(--font-family-body); padding: 0 16px 0 40px; font-size: 16px; appearance: none; outline:none;width: 100%; position: relative;}

form .btn-search {     height: 40px;
    position: absolute;
    width: 30px;
    font-family: var(--font-family-body);
    font-size: 1rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .33px;
    background-color: white;
    border: none;
    z-index: 5;
    border-radius: 61px 0px 0px 61px;
    margin: 1px 0px 1px 6px;}

.box-search {display:flex; margin-top: 0rem;}
.lupa { display: block; margin:auto; content: url("https://www.buk.cl/hubfs/2023/Buk-ui-kit/lupa-blog.svg");}

.search-suggestions { list-style: none; width: auto; padding: 24px; position: absolute; margin: 10px auto; display: none;}
.search-section.search-open .search-suggestions { border: 2px solid rgba(0,0,0,0.1); border-radius: 8px; display: block; background-color: var(--color-white);}
li#result0 { margin-top: 15px;}

@media screen and (min-width: 767px ) {
  .search-suggestions { z-index: 4; width: 100%;}
}
.search-section { width: 100%!important; }
.search-suggestions li { display: block;margin: 0 0 10px 0;}
.search-suggestions #results-for  position: absolute; top: 10px; font-weight: bold;}
.search-suggestions a,
.search-suggestions #results-for {  display: block;}
.search-suggestions a:hover,
.search-suggestions a:focus { background-color: rgba(0, 0, 0, 0.1); outline: none;}
li#result0 { margin-top: 15px;}

#siguenos p { font-size: 1.125rem; color: var(--color-blue-buk)}
#siguenos a {margin-right:8px}
#siguenos .logos-siguenos{fill:var(--color-blue-buk);}
#siguenos a:hover .logos-siguenos{fill:#73A0DB;}
/*#newsletter {padding: 32px 16px;}

#newsletter form input[type=email], 
#newsletter form input[type=text],
#newsletter form select{ display: block; font-size: 1.125rem; line-height: 22px; margin: 24px 0 0 0; padding: 0px 16px; border: none; width: 100% !important; border-radius: 21px !important; color: #2f4daacc; background-color: var(--color-white);box-shadow: 0px 0px 14px 0px rgba(43, 60, 106, 0.09); font-family: var(--font-family-body); font-weight: 400; height: 39px; }
#newsletter form .hs-error-msg { color: var(--color-error); }
#newsletter form input[type=email]:focus,form input[type=tel]:focus,form input[type=text]:focus,form select:focus,form textarea:focus {
     box-shadow: 0px 0px 14px 0px rgba(43, 60, 106, 0.09); outline: 0}
#newsletter form label span:first-child { color: var(--color-error)!important; font-size: 0.875rem; font-weight: 400; line-height: 20px; font-family: var(--font-family-body);}
#newsletter form .inputs-list{ margin: 0px; padding-left: 0px; list-style-type: none; margin-top:10px;}
#newsletter form.hs-form a.hs-button.primary, 
#newsletter form input[type=submit] { width: 100%; cursor: pointer; display: block; margin: 24px auto 0; font-family: var(--font-family-title); font-size: 20px; color: var(--color-blue-buk); border: 2px solid var(--color-blue-buk); line-height: 32px; font-weight: 700; background-color: var(--wb-bg-modules); -webkit-transition: all ease .3s; -moz-transition: all ease .3s; transition: all ease .3s; border-radius: var(--radius-btn);padding: 0.5rem 1.25rem!important; line-height: 26px;}
#newsletter form.hs-form a.hs-button.primary:hover, 
#newsletter form input[type=submit]:hover {  color: white;  border: 2px solid var(--color-blue-buk); background: linear-gradient(180deg, #2F4DAA 0%, #2E4176 100%);}
#newsletter form input::placeholder { color: #2f4daacc!important ;}
#newsletter form input[type="checkbox" i] {margin-right: 5px;}
#newsletter form select {
    appearance: none;
    background: url(https://info.buk.co/hubfs/2023/Landing/pago%20UI%20kit/Vector-abajo.svg),white;
    background-position-x: 93%;
    background-position-y: center;
    background-repeat: no-repeat;
}*/

#newsletter {padding: 32px 16px;}

#newsletter form input[type=email], 
#newsletter form input[type=text],
#newsletter form select{ display: block; font-size: 1rem; line-height: 22px; margin: 8px 0 0 0; padding: 10px 16px; border: none; width: 100% !important; border-radius: 21px !important; color: #2f4daa94; background-color: var(--color-white); /* border: 0px solid var(--color-white); */ box-shadow: 0px 0px 14px 0px rgba(43, 60, 106, 0.09); font-family: var(--font-family-body); font-weight: 400; height: 39px; }
#newsletter form .hs-error-msg { color: var(--color-error); }
#newsletter form input[type=email]:focus,form input[type=tel]:focus,form input[type=text]:focus,form select:focus,form textarea:focus {
     box-shadow: 0px 0px 14px 0px rgba(43, 60, 106, 0.09); outline: 0}

#newsletter form label span:first-child { color: var(--color-error)!important; font-size: 0.875rem; font-weight: 400; line-height: 20px; font-family: var(--font-family-body);}
#newsletter form .inputs-list{ margin: 0px; padding-left: 0px; list-style-type: none; margin-top:10px; color: white !important; font-size: 14px;}
#newsletter form.hs-form a.hs-button.primary, 
#newsletter form input[type=submit] { width: 100%!important; cursor: pointer; display: block; margin: 24px auto 0; font-family: var(--font-family-title); font-size: 20px; color: var(--color-white); border: 2px solid var(--color-white);font-weight: 600; background-color: transparent; -webkit-transition: all ease .3s; -moz-transition: all ease .3s; transition: all ease .3s;/* height: 39px;*/ border-radius: var(--radius-btn);padding: 0.5rem 1.25rem!important;}
#newsletter form.hs-form a.hs-button.primary:hover, 
#newsletter form input[type=submit]:hover {  color: var(--color-blue-buk);  border: 2px solid var(--color-white); background: var(--color-white)}
#newsletter form input::placeholder { color: #2f4daacc!important ;}
#newsletter form input[type="checkbox" i] {margin-right: 5px;}
#newsletter form select {
    appearance: none;
    background: url(https://info.buk.co/hubfs/2023/Landing/pago%20UI%20kit/Vector-abajo.svg),white;
    background-position-x: 93%;
    background-position-y: center;
    background-repeat: no-repeat;
}

#newsletter form .inputs-list .hs-form-booleancheckbox {color: #fff !important;}
#newsletter form label a, #newsletter form span a, #newsletter form .hs-form-booleancheckbox span a {color: #9ac6ff!important; }
#newsletter form label a:hover, #newsletter form span a:hover {color: var(--color-yellow-buk)!important; }

#categorias .accordion {background-color: var(--color-light-blue); color: var(--color-blue-buk); padding: 11px 32px;
    width: 100%; border: 0; text-align: left; outline: 0;font-size: 1.125rem; transition: .4s; font-weight: 400; line-height: 21px;
    font-family: var(--font-family-body); border-radius: 26px ; height:44px}
#categorias .accordion svg { float: right;  margin: 8px 0px; transition: 0.3s;}
#categorias .accordion.active svg { transform: rotate(180deg);}
#categorias .accordion.active {border-radius: 26px 26px 0px 0px;}
.panel {background-color: var(--wb-bg-modules); max-height: 0; overflow: hidden; transition: max-height 0.2s ease-out;border-radius: 0px 0px 26px 26px;}
/*.panel ul{ list-style-type: none; padding-left: 0px;}*/

#categorias .panel li{font-family: var(--font-family-body); font-size: 18px;font-weight: 400; line-height: 22px; letter-spacing: 0em; text-align: left; color:var(--color-blue-buk);}
#categorias .panel li:hover{ background-color: var(--color-blue-buk); color: white;}
#categorias .panel li {padding:11px 32px;}
#categorias .panel ul {padding:0px}

/*@media screen and (min-width: 767px) {
  #categorias .accordion {  border-radius: 69px;}
}*/

/*@media screen and (min-width: 1020px) {
  #categorias .accordion { margin-bottom: 26px; margin-top: 32px;}}
*/


#aside_post hr {border-top: 0.063rem solid var(--color-light-blue);}
#aside_post .box-categorias__desktop ul{display: flex; flex-wrap: wrap; gap: 0.75rem 0.5rem;}



.box-categorias__desktop {background-color: var(--color-white);}
.box-categorias__desktop ul {display:flex; flex-wrap: wrap; gap:1.19rem 0.7rem;}
.box-categorias__desktop li {font-size: 18px;font-weight: 400;font-family:var(--font-family-title); line-height: 26px;color: var(--color-blue-buk); background-color: var(--color-light-blue); padding: 11px 30px; border-radius:var(--radius-btn);}
.box-categorias__desktop li:hover {color:white; background-color: var(--color-blue-buk); }



#img_cta img{ width: 160px; height: auto; display: block; margin: 24px auto;}
.box-cta {padding: 32px 20px; flex-direction: column; }
#img_cta p{ font-family: var(--font-family-body); font-size: 1.25rem; font-weight: 400; line-height: 1.1; letter-spacing: 0px; margin: 0px;}
#img_cta p strong { font-weight: 700;}
form { color: var(--font-color-primary); padding-left:5%; padding-right:5%;}
  form input[type="submit"] { font-family:'Source Sans Pro',sans-serif;  background: #FFBC2F; 
    border-radius: var(--radius-btn);  border: 2px solid #FFBC2F;  font-size: 1.25rem;
    padding: .5rem 1.25rem; /*   line-height: 12px; */ text-transform: capitalize; font-weight: 900;
    color: #fff; cursor: pointer; transition: all ease .3s; margin: 16px auto 0; display: inline-block; width:100%;}

  form input[type=submit]:hover {background-color: #fff;color: #fdb92f;}
  form fieldset .field { padding: 0 10px 8px; }
  form .input { margin: 8px 0; margin-right: 0px !important; }
  form input[type=text], 
  form input[type=email], 
  form select, 
  form fielset.form-columns-1 select.hs-input { width: 100% !important;}
  form input[type=text], 
  form input[type=email],
  form textarea,
  form select, 
  form input[type=tel] { padding: .5rem; border: 2px solid #d3e3f0; border-radius: var(--radius-btn);
                         font-size: 0.875rem; transition: box-shadow .2s ease-in-out; cursor: pointer; }
  form input[type=text]:focus, 
  form input[type=email]:focus, 
  form select:focus,
  form textarea:focus,
  form input[type=tel]:focus { box-shadow: 0 0 0 .25rem rgba(211, 227, 240, .45); outline: 0;}
  form .hs-error-msg { color: var(--color-error); }

  form textarea.hs-fieldtype-textarea { width: 100% !important; }
  form textarea { font-family: var(--font-family-body); }  

  /* form fieldset label span { font-size: 0.875rem; } */

  @media only screen and (min-width: 576px) {
    form fieldset { max-width: initial !important; }
  }

  @media only screen and (min-width: 767px){
    form fieldset .field { padding: 0 10px 14px; }
		form input[type="submit"] {width:auto!important; margin: auto; display: block;}
  }

.bg-section__formulario {display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; height: auto; padding: 70px 0 70px; background: #dae5fa; background: -moz-linear-gradient(top,  #dae5fa 0%, #f6f9fe 50%); background: -webkit-linear-gradient(top,  #dae5fa 0%,#f6f9fe 50%);background: linear-gradient(to bottom,  #dae5fa 0%,#f6f9fe 50%);  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dae5fa', endColorstr='#f6f9fe',GradientType=0 );}
.bg-formulario {background-color: var(--color-white);}

span.hs-form__field__checkbox__label-text a {color: #9ac6ff !important;}


/* para etiquetas audio*/
.box-audio {background: var(--color-blue-buk); border: 3px solid var(--color-blue-buk); border-radius: 60px; display:inline-flex}

#search_categoria_movil {position:sticky; top: 77px; background-color: var(--color-white); padding: 24px 0px 24px 0px; box-shadow: 0px 0px 12px rgba(43, 60, 106, 0.25); z-index: 10;}
#content_post img{ max-width: 100%; height: auto;}
#content_post iframe,
#content_post video,
#content_post .hs-embed-wrapper { max-width: 100%!important; max-height: initial!important;}

.btn-volver { text-decoration:none; font-size: 1.125rem; font-weight: 400px; color: var(--color-blue-buk); display: block; font-family:var(--font-family-title);}
.btn-volver:hover { text-decoration: underline; }


#cabecera-articulo .post-categoria a {text-decoration: none; color: var(--color-middle-blue-2); font-size: 0.875rem; font-weight: 400; font-family:var(--font-family-body)}
#cabecera-articulo .post-categoria a:hover {color: var(--color-middle-blue-1);}

.autor-text__superior {color: var(--wb-font-color-2); font-weight: 400!important; font-size: 0.875rem!important;}
.autor-avatar__superior {width:36px; height:36px; border-radius: 50%; object-fit: cover;}
.author-link__superior { color: var(--wb-font-color-2); text-decoration: none; font-weight: 400; font-size: 0.875rem;}
.author-link__superior:hover { text-decoration: underline;}

.autor-text__inferior{color: var(--color-blue-buk); font-weight: 400!important; font-size: 1.125rem!important;}
.autor-avatar__inferior {width:48px; height:48px; border-radius: 50%; object-fit: cover;}
.author-link__inferior { color: var(--color-blue-buk); text-decoration: none; font-weight: 400; font-size: 1.125rem; }
.author-link__inferior:hover { text-decoration: underline;}

hr {border-top: 0.063rem solid var(--color-light-blue)!important;}


.img-post {max-width: 100%; width:100%;/*height: auto;*/border: 0;vertical-align: middle; box-shadow: rgb(0 0 0 / 12%) 0rem 0rem 0.938rem;}

#content_post h1,
#content_post h2,
#content_post h3,
#content_post h4,
#content_post h5,
#content_post h6,
#content_post h1 span,
#content_post h2 span,
#content_post h3 span,
#content_post h4 span,
#content_post h5 span,
#content_post h6 span,
#content_post h1 strong,
#content_post h2 strong,
#content_post h3 strong,
#content_post h4 strong,
#content_post h5 strong,
#content_post h6 strong{font-weight:700; font-family: var(--font-family-title);line-height: 1.3; color: var(--color-blue-buk)!important; margin-bottom: 24px; margin-top: 24px} 
#cabecera-articulo h1,
#cabecera-articulo h1 span {font-size: 3rem!important; text-align: left!important;} /*lo encuentro muy grande 64 pixeles*/
#content_post h2,
#content_post h2 span,
#content_post h2 strong{font-size: 2rem!important; text-align: left!important;} /* nuevo 2024 - 32 pixeles cambia a 46*/
#content_post h3,
#content_post h3 span,
#content_post h3 strong{font-size: 1.5rem!important; text-align: left!important;} /* nuevo 2024 - 24 pixeles*/
#content_post h4,
#content_post h4 span,
#content_post h4 strong{font-size: 1.25rem!important; text-align: left!important;} /* nuevo 2024 - 20 pixeles*/
#content_post h5,
#content_post h5 span,
#content_post h5 strong{font-size: 1.125rem!important; text-align: left!important;} /* nuevo 2024 - 18pixeles*/
#content_post h6,
#content_post h6 span,
#content_post h6 strong{font-size: 1rem!important; text-align: left!important;} /* nuevo 2024 -16 pixeles*/
#content_post li h1,
#content_post li h2,
#content_post li h3,
#content_post li h4,
#content_post li h5,
#content_post li h6 {margin:0;}

#content_post strong,
#content_post strong span,
#content_post b span {font-weight:600; color: var(--wb-font-color-1); font-family: var(--font-family-body);}
#content_post a, 
#content_post p a,
#content_post a span{color: var(--color-blue-buk)!important; text-decoration: underline!important; font-weight: 600; transition: .3s;}
#content_post a:hover,
#content_post p a:hover,
#content_post a span:hover{color: var(--color-middle-blue-2)!important;}

#content_post p,
#content_post span,
#content_post p span,
#content_post ul li p,
#content_post ol li p{ font-weight: 400; font-family: var(--font-family-body); font-size: 1rem!important; line-height: 1.3; color: var(--wb-font-color-1); }


#content_post ul li  { color: var(--wb-font-color-1); font-size: 1rem; font-weight: 400; line-height: 1.3; list-style: none; padding-bottom: 1rem;/* display: flex; align-items: baseline;*/}
#content_post ol li { color: var(--wb-font-color-1); font-size: 1rem; font-weight: 400; line-height: 1.3; list-style: none; padding-bottom: 1rem;/* display: flex; align-items: baseline;*/}

#content_post ol li strong,
#content_post ol li p strong,
#content_post ol li b,
#content_post ol li p b {font-weight:600; font-family: var(--font-family-body); font-size: 1rem;}

#content_post ul li::before { content: "\2022"; color: var(--color-blue-buk); font-weight: bolder; display: inline-block; width: 1rem;  margin-left: 1rem; color: var(--color-blue-buk);}
#content_post ol li::before { content: "\2022"; color: var(--color-blue-buk); display: inline-block; width: 1rem;  margin-left: 1rem;}

#content_post ol { counter-reset: item; /*padding-left: 1rem;*/}
#content_post li::before { content: counter(item) ". ";  counter-increment: item; color: var(--color-blue-buk); margin-left: 1rem; font-weight: 700;}

/*
#blog-post aside .cta .hs_cos_wrapper {position: relative;height:50%;}
*/

/*@media only screen and (min-width: 767px) {
 #cabecera-articulo h1,
#cabecera-articulo h1 span {font-size: 4rem!important;} 
}*/
/*
  #blog-post aside .cta {position: relative;height:56%;}
*/

.main-grow {display: flex; flex-direction: column;}
.div-grow {flex-grow: 1;}
.div-grow .hs_cos_wrapper {height:100%;}


@media only screen and (min-width: 1024px) {
/*
  #blog-post aside .cta {position: relative;height:96%;}
  #blog-post aside .cta .hs_cos_wrapper {position: relative;height:70%;} 
*/
  #blog-post aside #img_cta {position:sticky; top: 6.875rem;}
  #cabecera-articulo h1,
  #cabecera-articulo h1 span {font-size: 4rem!important;} 
}



.box-comentarios #comentarios form input[type="submit"] {
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;
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%;}

.box-comentarios #comentarios form input[type=submit]:hover {background: var(--bg-cta-1-hover); color: var(--color-white);}

.box-comentarios {width: 100%; /*padding: 20px 25px;*/}
.comment-form h4{color: #2f48a7;}
/*section .post-footer { padding: 30px;}*/
.comment-body p {font-size: 16px;}
.comment-reply-to {color: #3c75bdb5!important; margin-bottom: 15px;}
#comentarios form { background-color: white; border-radius: var(--radius-16); padding:32px; margin:auto; box-shadow: 0px 0px 16px 3px rgba(43, 60, 106, 0.12);}
#comentarios form textarea {padding: 0.5rem;
    border: 2px solid #d3e3f0; border-radius: var(--radius-btn); font-size: .875rem; transition: box-shadow .2s ease-in-out; width: 100%}
#comentarios form li {list-style: none;}
#comentarios .comment.depth-0 {border-top-color: #3c75bd4a;}

/*@media screen and (min-width: 767px) {
.box-comentarios { padding: 0px 55px 40px;}
}*/


.btn1-blog{ width: 100%;display: inline-block; font-family:var(--font-family-title); padding: 7.75px 21px; background-color: var(--color-white) ; color: var(--color-blue-buk); text-align: center; font-size: 1.125rem; font-weight: 700; border-radius: 3.038rem; border: 1.40909px solid var(--color-blue-buk); line-height: 26px;}
.btn1-blog:hover{ background: var(--bg-cta-2-hover); color: var(--color-white); text-align: center;border: 1.40909px solid var(--color-blue-buk);}

/*#relacionados {background-color: white; padding: 60px 0px 0px 0px}*/
#contenedor_articulos_relacionados {display: flex; flex-wrap: wrap; justify-content: center;}
/*#relacionados .title {padding-bottom: 30px; text-align:center;}*/
#contenedor_articulos_relacionados .card-articulo { width: 100%; min-height: 470px; margin-bottom: 20px; border-radius: 11px 11px 15px 15px;}
#contenedor_articulos_relacionados .img-articulo {width: 100%; border-radius: 11px 11px 0px 0px;}
#contenedor_articulos_relacionados .card-articulo .article-category a {color: var(--color-middle-blue-2)!important; }
#contenedor_articulos_relacionados .boxer-text h4 { font-size: 1.125rem; font-weight: 600; line-height: 25px; letter-spacing: 0px; color: var(--color-blue-buk); transition: .3s; }
/*#contenedor_articulos_relacionados .boxer-text .descripcion { font-size: 1rem; font-weight: 400; line-height: 1.3; color: #354256; margin: 0px 0px 25px 0px;}*/
@media only screen and (min-width: 767px) {
	.btn1-blog{width: auto;}
	.box-comentarios #comentarios form input[type="submit"] {width:auto!important; margin: auto; display: block;}
#contenedor_articulos_relacionados {display: flex; flex-wrap: wrap; justify-content: space-between;}
#contenedor_articulos_relacionados .card-articulo { width: 31%;}
}


.hs-form-7cac1fde-2969-407d-927c-2875a8bb696f .hs-form__field__label {color: #ffffff!important;}
.hs-form-7cac1fde-2969-407d-927c-2875a8bb696f a:link, 
.hs-form-7cac1fde-2969-407d-927c-2875a8bb696f a:active {color: #9ac6ff; }
.hs-form-7cac1fde-2969-407d-927c-2875a8bb696f a:hover, 
.hs-form-7cac1fde-2969-407d-927c-2875a8bb696f a:hover {color: var(--color-yellow-buk); }</pre></body></html>