footer{width:100%;background-color:#F9F9F9}footer .up{padding:4rem 0;gap:2rem}footer .up,footer .up .left{display:flex;align-items:center}footer .up .left{width:100%;justify-content:center}footer .up .right{width:100%}footer .up .footer-socials{display:flex;align-items:center}footer .down{background-color:#DECCBF;padding:1.5rem}footer .down .container{display:flex;flex-direction:column;gap:10;align-items:center;justify-content:center}footer .down p{font-size:var(--font-size-body)}footer .footer-logo-wrapper{margin-right:2rem}footer .logo-footer{width:200px}footer .footer-socials{margin-top:1rem}footer .footer-socials a{margin-right:2rem}footer .footer-socials .social{font-size:24px;opacity:1;transition:all .5s ease;color:#333}footer .footer-text{line-height:22px}footer .footer-socials a:hover .social{opacity:.7}footer .right{display:flex;gap:5rem}footer .right ul{line-height:30px}footer .right li a{color:#333;opacity:1;transition:all .5s ease}footer .right li a:hover{opacity:.7}.toast{position:fixed;bottom:20px;left:20px;max-width:300px;padding:10px;overflow-wrap:break-word;word-break:break-all;border-radius:5px;box-shadow:0 4px 6px rgba(0,0,0,.5);font-size:1rem;z-index:1e+27;transition:opacity .3s ease-in-out;display:flex;flex-direction:row;justify-content:space-between;align-items:flex-start;gap:15}.toast.success{background-color:#4caf50;color:white}.toast.alert{background-color:#f44336;color:white}.toast,.toast.idle{background-color:#ff9800;color:white}.toast-close-btn{display:flex;justify-content:center;align-items:center;padding:5;transform:translate(5px,-5px);background:transparent;border-radius:99999;border:none;color:white;cursor:pointer;transition:opacity .3s}.toast-close-btn:hover{background-color:rgba(0,0,0,.1)}