.byp-footer { background-color: #050505; background-image: linear-gradient(rgba(0, 0, 0, .62), rgba(0, 0, 0, .72)), url("assets/background-negro-3.jpg"); background-position: center center; background-repeat: repeat-x; background-size: 50% auto; box-sizing: border-box; color: #fff; margin: 24px auto 0; overflow: hidden; padding: 52px max(22px, calc((100vw - 1180px) / 2)) 54px; position: relative; width: calc(100vw - 80px); }
.byp-footer__grid { display: grid; gap: 32px; grid-template-columns: repeat(3, minmax(0, 1fr)); margin: 0 auto; max-width: 1180px; }
.byp-footer__column { min-width: 0; }
.byp-footer h2 { color: #fff; font-family: Georgia, "Times New Roman", serif; font-size: 24px; line-height: 1.15; margin: 0 0 12px; }
.byp-footer ul { list-style: none; margin: 0; padding: 0; }
.byp-footer li { color: #fff; font-size: 16px; line-height: 1.55; margin: 0; }
.byp-footer a { color: inherit; text-decoration: none; }
.byp-footer a:hover,
.byp-footer a:focus { color: #f2d7dc; }
