.detail .button-large{display:flex;display:-ms-flexbox;-ms-flex-pack:justify;-ms-flex-align:center;align-items:center;-webkit-appearance:none;-moz-appearance:none;appearance:none;border:0;border-radius:8px;cursor:pointer;padding:8px 24px;width:100%}.detail .button-large__color{background-color:var(--color-blue-buk);color:var(--color-white)}.detail .button-large:after{background:url(https://www.buk.cl/hubfs/2024/Chile/Recursos/arrow-white.svg);background-position:50%;background-repeat:no-repeat;border-radius:50%;color:#fff0;content:"\2212";height:30px;margin-left:auto;position:relative;-webkit-transition:.6s ease-in-out;-o-transition:.6s ease-in-out;transition:.6s ease-in-out;width:28px;width:30px}.detail .button-large.active:after{content:" \002B";transform:rotate(180deg)}.detail .button-large.active h3{font-weight:700!important}.detail .button-large h3{color:var(--color-white)!important;font-family:var(--font-family-title);font-size:24px;font-weight:400}.detail .panel-info{background-color:#fff;max-height:0;opacity:0;overflow:hidden;padding:0;-webkit-transition:.6s ease-in-out;-o-transition:.6s ease-in-out;transition:.6s ease-in-out;width:100%}.detail .panel-info.show{max-height:3000px;opacity:1;padding:12px 0 0}