.logo-buk-ai{width: 110px; height:auto; margin-bottom:4px}
.bg-gris-ai{background: #F7F7F7;}
.txt-loop { display: none; }
.button-large { background: var(--color-white); border: 1px solid #E1E2E4; cursor: pointer; color: #2B3C6A; display: flex;
  align-items: center; justify-content: space-between; font-weight: 400; padding: 20px 24px; position: relative; width: 100%;}

.button-large::after {content: ""; transition: .6s ease-in-out;
  background-image: url("https://3790458.fs1.hubspotusercontent-na1.net/hubfs/3790458/buk-ai/arrow-faq.svg");
  background-repeat: no-repeat; background-position-y: center; width: 20px; height: 13px;}
.button-large.active::after { transform: rotate(180deg); }
.button-large.active {border-radius: 16px 16px 0px 0px; border-bottom: none;}

.button-large .text-questions { width: 90%; }
@media only screen and (min-width: 767px) {
  .button-large .text-questions { width: 97%; }
  .logo-buk-ai{width: 156px; height:auto; margin-bottom:9px}
	.button-large {padding: 20px 32px;}
}

.panel-info { border: 1px solid #E1E2E4; transition: .6s ease-in-out; max-height: 0px; overflow: hidden; opacity: 0; color: #2B3C6A !important;  border-top: none; background:white; border-radius: 0px 0px 16px 16px;}
.panel-info.show { max-height: 1300px; overflow: visible; opacity: 1; padding-bottom:24px }
.panel-info li::before{content: url(https://www.buk.cl/hubfs/2023/Buk-ui-kit/encuestas/Flecha.svg); left: -30px; position: absolute; width: 22px;}
.panel-info li {font-size: 1.125rem; /*padding-left: 30px;*/ position: relative; margin-left: 30px;}
.panel-info li:not(:last-of-type){margin-bottom: 1.125rem;  margin-left: 30px;}
.text-questions { font-family: var(--font-family-title);}

{# esto dibuja los numeros del texto enriquecido  #}
.panel-info ol { list-style: none; counter-reset: lista-contador;  padding-left: 0; }
.panel-info ol li { counter-increment: lista-contador; display: flex; align-items: start; margin-bottom: 10px; font-size: 16px;/* Color del texto */ }
.panel-info ol li::before { content: counter(lista-contador); background-color: #73A0DB; color: white; font-weight: 600; font-size: 14px;
        min-width: 22px; min-height: 22px; display: flex; align-items: center; justify-content: center;
        border-radius: 50%;margin-right: 16px; white-space: nowrap; }
