.container-products__text{display:none;height:40px;align-items:"center"}@media(min-width:992px){.container-products__text{display:flex}.container-products{padding:16px;width:100%;box-sizing:border-box}}.banner-angolia{height:305px;display:flex;justify-content:center}.open-filter-button{display:flex;height:40px;align-items:center;justify-content:center;cursor:pointer}@media(min-width:992px){.open-filter-button{display:none}}.accordion-filter-producto{display:flex;flex-direction:column;cursor:pointer;width:100%}.accordion-filter-producto__header{font-size:14px;width:100%;display:flex;justify-content:space-between;align-items:center;margin-bottom:1px;background-color:#efefef;padding:0 15px;height:37px;box-sizing:border-box}.accordion-filter-producto__header__icon--open{animation:rotate .2s linear forwards}.accordion-filter-producto__header__icon--close{animation:rotate-back .2s linear forwards}@media(min-width:992px){.accordion-filter-producto__header{background-color:#fff;padding-top:0;height:21px}}.accordion-filter-producto__content{width:100%;display:flex;flex-direction:column;max-height:0;overflow:auto;box-sizing:border-box;transition:max-height .3s ease}.accordion-filter-producto__content--open{max-height:300px}.accordion-filter-producto__content--open--prime{height:30px}@media(min-width:992px){.accordion-filter-producto__content{margin-top:3px;box-sizing:border-box}}@keyframes rotate{0%{transform:rotate(0deg)}to{transform:rotate(180deg)}}@keyframes rotate-back{0%{transform:rotate(180deg)}to{transform:rotate(0deg)}}