footer *{font-family:Nunito Sans}footer{color:#fff;display:flex;flex-direction:column}.footer-container{background:#000;display:flex;gap:2rem;height:300px;justify-content:space-around;margin:0 auto;padding-bottom:2rem;padding-top:3rem;width:100%}.footer-col-1{flex-direction:column;max-width:20%}.footer-col-1,.footer-col-1 .logo{align-items:center;display:flex;justify-content:center}.footer-col-1 .logo,.footer-col-1 .logo img{margin:0 auto;width:100%}.footer-col-2{align-items:start;display:flex;flex-direction:column;max-width:25%}.footer-col-2 p{margin:0}.footer-col-2 p img{margin-right:10px}.footer-col-3{align-items:start;display:flex;flex-direction:column;max-width:25%}.footer-col-3 a{margin:10px}.footer-col-4{align-items:start;display:flex;flex-direction:column;max-width:25%}.footer-col-4 .iconos{display:flex;gap:.8rem;height:30px}.footer-col-4 .iconos img{height:100%;width:100%}footer h5{color:#fff;font-size:20px;font-weight:700}.divisor{background:#ff4848;height:2px;margin-bottom:1.5rem;width:50px}.rich{line-height:1.8}.footer-inferior{background:gray;color:#fff;font-size:12px;height:4rem;padding:1rem 3rem;width:100%}@media only screen and (max-width:767px){.footer-container{flex-direction:column;gap:1rem;height:fit-content;padding-top:2rem}.footer-col-1{margin:0 auto 1rem;max-width:530px;width:95%}.footer-col-2,.footer-col-3,.footer-col-4{margin:0 auto;max-width:530px;width:95%}}