.footer{min-height:60px;justify-content:center;background:var(--white)}.footer,.footer__content{width:100%;position:relative;display:flex;align-items:center}.footer__content{height:100%;padding:0;justify-content:space-between;transition:.2s ease-in-out}.footer__logo{width:max-content;display:flex;gap:.25rem;justify-content:center;align-items:flex-end;flex-direction:column;transition:.2s ease-in-out}.footer__logo img{width:180px;height:25px;object-fit:contain;filter:saturate(0) brightness(0)}.footer__logo small,.footer__text p{color:var(--blue);font-weight:300}.footer__text p{font-size:.85rem;transition:.2s ease-in-out}.footer.home{background:var(--blue);border-radius:.5rem}.footer.home .footer_content{align-items:flex-end}.footer.home .footer__text p{color:var(--white)}.footer.home .footer__logo img{filter:saturate(0) brightness(10)}.footer.home .footer__logo small{color:var(--white)}@media(max-width:992px){.footer__content{padding:0;gap:.5rem;justify-content:space-around;text-align:center}.footer__text{padding:0 0 .75rem}.footer__logo{padding-top:.5rem;height:unset}}@media(max-width:575px){.footer{height:90px}.footer__content{flex-direction:column-reverse;align-items:center;gap:.25rem;padding-bottom:.25rem}.footer__text{padding:0}.footer__logo{align-items:center}.footer__logo img{height:16px}}.main-home{height:calc(100vh - 190px)}.main-home,.main-home__aside{width:100%;display:flex;align-items:flex-start;justify-content:flex-start;transition:.2s ease-in-out}.main-home__aside{max-width:200px;height:100vh;background:var(--white);border-right:.1rem solid var(--light)!important;flex-direction:column}.main-home__aside .ant-menu{height:100%;overflow-y:auto;border:0!important;border-right:.1rem solid var(--light)!important;-webkit-border-end:unset!important;border-inline-end:unset!important;transition:.2s ease-in-out}.main-home__aside .ant-menu-vertical{border-right:.1rem solid var(--light)!important}.main-home__aside .header{width:100%;height:100px;display:flex;justify-content:center;align-items:center;border-bottom:.1rem solid var(--light);transition:.2s ease-in-out}.main-home__aside .header img{width:150px;height:auto;object-fit:contain}.main-home__aside .footer{width:100%;padding:.5rem;border-top:.1rem solid var(--light)}.main-home__aside.collapsed{max-width:80px}.main-home__aside.collapsed .header img{width:60px;height:auto;object-fit:contain;border-radius:50px;padding:.5rem;background:var(--light);border:.2rem solid var(--white);box-shadow:0 0 1rem rgba(0,0,0,.1)}.main-home__section{width:100%;min-height:100svh;display:flex;flex-direction:column;padding:.5rem 1rem}