:root{--maroon: #751113;--yellow: #efcc18;--header-text-color: var(--maroon);--header-bg-color: var(--yellow);--sub-header-bg-color: #fff;--sub-header-text-color: var(--maroon)}.header{display:flex;width:100%;justify-content:space-between;background-color:var(--header-bg-color);padding:8px 5px;box-shadow:inset 3px 3px 5px #ffffff0a,inset -3px -3px 5px #00000021,0 4px 6px #0000004d}.header-icon{font-size:18px;color:var(--header-text-color)}.header-text{font-size:14px;font-weight:500;color:var(--header-text-color)}.header-brand-text{font-size:18px;font-weight:500;color:var(--header-text-color);text-decoration:none}@media (min-width: 1372px){.header{padding-left:100px;padding-right:100px}}.title{color:var(--maroon)}.category-card-home{display:flex;flex-direction:column;align-items:center;justify-content:center;overflow:hidden;border-radius:10px;padding:10px}.menu-container{position:fixed;z-index:-1;background-color:var(--bs-dark);left:-100%;top:0;bottom:0;right:0;opacity:0;max-height:100vh;transition:left .5s,opacity .5s}.menu-container .menu-header{display:flex;width:100%;justify-content:end}.menu-container.active{z-index:29;left:0;opacity:1;transition-delay:opacity 1s}.menu{width:100%;background-color:var(--bs-dark);height:100%;padding:0}.menu-list{list-style:none;display:flex;flex-direction:column;margin:0}.mobile-nav-item{padding:5px 10px;width:90%;margin-top:20px;border-bottom:1px solid#fff}.mobile-nav-link{text-decoration:none;color:#fff;font-weight:700}.sub-header{background-color:var(--sub-header-bg-color);box-shadow:0 4px 6px #00000060;transition:.3s ease-in-out;display:flex;align-items:center;justify-content:center;position:relative}.sub-header .sub-header-list{display:flex;list-style:none;align-items:center;justify-content:center;height:100%;padding-top:10px}.sub-header .sub-header-list .sub-header-item{margin:0 20px}.sub-header .sub-header-list .sub-header-item .sub-header-link{text-decoration:none;color:var(--sub-header-text-color);font-weight:700;position:relative}.sub-header .sub-header-list .sub-header-item .sub-header-link:after{content:"";position:absolute;bottom:-1px;left:0;width:0%;background-color:var(--maroon);height:1px;border-radius:50px;transition:.5s}.sub-header .sub-header-list .sub-header-item .sub-header-link:hover:after{width:100%;height:3px}.sub-header .sub-header-scrolled-brand{display:none}@media (min-width: 972px){.sub-header.scrolled{position:fixed;top:0;background-color:#fffffff6;z-index:20;padding:4px;box-shadow:0 4px 6px #00000054;display:flex;justify-content:space-around}.sub-header.scrolled .sub-header-list{width:-moz-fit-content;width:fit-content;margin:0;height:40px;padding-top:0}.sub-header.scrolled .sub-header-list .sub-header-item{margin:0 30px}.sub-header.scrolled .sub-header-list .sub-header-item .sub-header-link{color:#000}.sub-header.scrolled .sub-header-list .sub-header-item .sub-header-link:after{background-color:#000}.sub-header.scrolled .sub-header-scrolled-brand{display:flex}.sub-header.scrolled .sub-header-scrolled-brand img{height:40px}}
