.object-contain{object-fit:contain;object-position:center;width:100%;height:100%}
.buscador-component{position:relative}
.buscador-component__overlay{display:none;position:fixed;inset:0;background:rgba(0,0,0,0.4);z-index:9999;cursor:pointer}
.buscador-component__panel{display:none;position:fixed;top:0;right:0;left:auto;width:90vw;height:100vh;border-radius:16px 0 0 16px;overflow-y:auto;z-index:9999;background:#fff;padding:16px;box-shadow:-4px 0 24px rgba(0,0,0,0.18)}
@media(min-width:480px) and (max-width:991px){.buscador-component__panel{top:10vh;left:50%;right:auto;bottom:auto;transform:translateX(-50%);width:90vw;max-width:462px;height:auto;max-height:80vh;border-radius:16px;overflow-y:auto;box-shadow:0 4px 24px rgba(0,0,0,0.18)}
}
@media(min-width:992px){.buscador-component__panel{top:auto;left:auto;right:0;bottom:auto;transform:none;width:462px;height:auto;border-radius:16px;overflow-y:visible;box-shadow:0 4px 24px rgba(0,0,0,0.18)}
}
.buscador-component.is-open .buscador-component__panel{display:block}
.buscador-component.is-open>.buscador-component__overlay{display:block}
.buscador-component__header{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px;margin:8px 16px 16px;align-items:flex-start}
.buscador-component__heading{font-family:"FSEmeric Regular",Arial,sans-serif;font-size:14px;color:#004571;margin:0;flex:1;padding-right:12px;font-weight:400;line-height:18px}
.buscador-component__close{display:flex;align-items:center;justify-content:center;background:0;border:0;cursor:pointer;padding:0}
.buscador-component__close-icon{display:block;width:10.5px;height:10.5px;position:relative;color:#004571;font-size:12px}
.buscador-component__search-area{display:flex;flex-wrap:wrap;gap:8px;align-items:center}
@media(min-width:720px){.buscador-component__search-area{flex-wrap:nowrap}
}
.buscador-component__input-wrapper{flex:1 1 100%;min-width:0;display:flex;align-items:center;border:1px solid #004571;border-radius:24px;padding:0 6px 0 16px;background:#fff;transition:border-color .2s ease}
.buscador-component__input-wrapper:focus-within{border-color:#004571}
@media(min-width:720px){.buscador-component__input-wrapper{flex:1 1 auto;padding:0 6px 0 24px}
}
.buscador-component__search-icon{width:20px;height:20px;flex-shrink:0;background-image:url("data:image/svg+xml,%3Csvgxmlns='http://www.w3.org/2000/svg'viewBox='002424'fill='none'stroke='%23707070'stroke-width='2'%3E%3Ccirclecx='11'cy='11'r='8'/%3E%3Clinex1='21'y1='21'x2='16.65'y2='16.65'/%3E%3C/svg%3E");background-repeat:no-repeat;background-size:contain;margin-right:8px}
.buscador-component__input{flex:1;border:0;outline:0;font-family:"FSEmeric",Arial,Helvetica,sans-serif;font-size:16px;color:#004571;background:transparent;padding:12px 0;min-height:44px}
.buscador-component__input::placeholder{color:#6a91ab}
.buscador-component__input::-webkit-search-cancel-button{display:none}
.buscador-component__clear{display:none;background:0;border:0;cursor:pointer;padding:0 16px 0 0;flex-shrink:0;color:#004571}
.buscador-component__clear.is-visible{display:flex}
.buscador-component__clear-icon{display:block;width:10.5px;height:10.5px;position:relative;color:#004571;font-size:12px}
.buscador-component__submit{justify-content:center;display:inline-flex;align-items:center;gap:8px;background:#fff;color:#004571;border:2px solid #004571;border-radius:120px;padding:8px 10px 6px;height:36px;font-family:"FSEmeric",Arial,Helvetica,sans-serif;font-size:16px;font-weight:600;cursor:pointer;transition:background .2s ease;white-space:nowrap}
@media(min-width:720px){.buscador-component__submit{flex:0 0 auto;justify-content:flex-start;padding:8px 16px 6px}
}
.buscador-component__submit:hover:not(:disabled){background:#004571;color:#fff}
.buscador-component__submit:disabled{cursor:not-allowed}
.buscador-component__submit-label{display:none}
@media(min-width:720px){.buscador-component__submit-label{display:inline}
}
.buscador-component__submit .icon-buscar{font-size:11px}
.buscador-component__popular{margin-top:16px;margin-bottom:8px}
.buscador-component__popular-title{font-family:"FSEmeric Regular",Arial,sans-serif;font-size:14px;color:#004571;margin:0 0 8px 16px;font-weight:400;line-height:18px}
.buscador-component__popular-list{list-style:none;margin:0;padding:0;display:flex;flex-wrap:wrap;gap:8px}
.buscador-component__popular-item{margin:0}
.buscador-component__popular-link{display:inline-block;padding:4px 16px;background:#f2f6f8;border-radius:40px;font-family:"FSEmeric Regular",Arial,sans-serif;font-size:16px;line-height:22px;color:#004571;text-decoration:none;transition:background .2s ease,border-color .2s ease;border:0;cursor:pointer}
.buscador-component__popular-link:hover,.buscador-component__popular-link:focus{background:#004571;color:#fff}
.buscador-component__categories-title{font-family:"FSEmeric",Arial,Helvetica,sans-serif;font-size:14px;color:#004571;margin:0 0 12px;text-transform:uppercase;letter-spacing:.5px}
.buscador-component__categories-list{list-style:none;margin:0;padding:0;display:flex;flex-wrap:wrap;gap:8px}
.buscador-component__categories-item{margin:0}
.buscador-component__category-tag{display:inline-block;padding:6px 14px;background:#eaeff3;border:1px solid transparent;border-radius:6px;font-family:"FSEmeric",Arial,Helvetica,sans-serif;font-size:14px;color:#004571;text-decoration:none;transition:background .2s ease,border-color .2s ease}
.buscador-component__category-tag:hover,.buscador-component__category-tag:focus{background:#fff;border-color:#004571;outline:0}