footer{width:100%;background-color:var(--colorBgFooter);display:flex;justify-content:center;align-items:center}footer .footer-top{padding:10px;display:flex;justify-content:space-evenly;align-items:start;background-color:var(--colorBgFooter)}footer .footer-top .footer-columns{display:flex;flex-direction:column;gap:10px;align-items:flex-start;justify-content:center;list-style:none;padding:0}footer .footer-top .footer-columns li{display:flex;justify-content:center;align-items:center;gap:5px}footer .footer-top .social .footer-columns{flex-direction:row}footer .footer-top .treatment .footer-columns li{padding:14px;padding-left:0;border-bottom:1px solid #0000000f}footer .footer-top .footer-columns li .title-int{font-size:14px;font-weight:600;color:var(--colorTextAlt)}footer .footer-top .footer-columns li .material-symbols-outlined{font-size:28px;font-weight:600;color:var(--iconHeader)}footer .footer-top .footer-columns li a{text-decoration:none;color:var(--colorBody);display:flex;flex-direction:column;gap:5px;font-size:12px}footer .footer-top .footer-columns li a span{font-size:14px;font-weight:600}footer .footer-top .title-columns{text-align:center;color:var(--colorTextAlt);font-size:16px}footer .footer-middle{padding:10px;display:flex;flex-direction:column;justify-content:space-between;align-items:center;background-color:var(--colorBgFooter)}footer .footer-middle .payment-methods{display:flex;flex-direction:column;gap:1rem;padding:20px;align-items:center;justify-content:center;width:100%}footer .footer-middle .payment-methods .title{background-color:var(--colorBgSection);font-size:16px;font-weight:700;margin:0 10px;text-transform:capitalize;color:var(--colorTextAlt);display:flex}footer .footer-middle .payment-methods .payments-list{display:flex;gap:1rem;align-items:center;justify-content:center;width:100%;list-style:none}footer .footer-middle .dv-history{text-align:justify;box-shadow:0 0 4px 2px rgb(0 0 0 / .5);padding:20px}footer .footer-bottom{padding:10px;display:flex;justify-content:space-between;align-items:center}footer .footer-bottom a img{width:auto;height:64px}footer .footer-bottom .company{display:flex;flex:1;margin-left:20px;gap:10px;align-items:center;justify-content:center}footer .footer-bottom .company span{text-transform:capitalize}footer .footer-bottom .company span:after{margin-left:10px;content:'|'}footer .footer-bottom .company span:last-child:after{content:''}footer .footer-bottom .footer-copyright{display:flex;justify-content:center;align-items:center}footer .footer-bottom .footer-copyright a{text-decoration:none;color:var(--colorBody);display:flex;justify-content:center;align-items:center}footer .footer-bottom .footer-copyright a img{width:32px;height:auto}