/* IEU Portal - Pie de pagina */

.ieu-footer {
    padding: 58px 0 0;
    background: linear-gradient(135deg, var(--ieu-blue-dark, #061d42), var(--ieu-blue, #0b2d5e));
    color: #dbe8ff;
}

.ieu-footer-grid { display: grid; grid-template-columns: 1.25fr .85fr 1.15fr .75fr; gap: 44px; }
.ieu-footer-brand { display: flex; align-items: center; gap: 15px; margin-bottom: 16px; color: #fff; font-weight: 900; text-transform: uppercase; }
.ieu-footer-brand img { width: 82px; padding: 5px; border-radius: 10px; background: #fff; }
.ieu-footer p { margin-top: 0; color: #c8d7ef; line-height: 1.65; }
.ieu-footer h4 { display: flex; align-items: center; gap: .25rem; margin: 0 0 17px; color: var(--ieu-gold, var(--gold, #d6a324)); font-size: 14px; letter-spacing: .8px; text-transform: uppercase; }
.ieu-footer a { display: block; margin: 9px 0; color: #dbe8ff; transition: color .18s ease, background .18s ease, transform .18s ease; }
.ieu-footer a:hover { color: var(--ieu-green, var(--green, #69b42e)); }

.ieu-footer-contact-item { display: grid; grid-template-columns: 30px minmax(0, 1fr); gap: 12px; align-items: start; margin-bottom: 16px; }
.ieu-contact-icon { display: grid; place-items: center; width: 26px; height: 26px; margin-top: 1px; color: var(--ieu-gold, var(--gold, #d6a324)); }
.ieu-contact-icon svg { width: 22px; height: 22px; }
.ieu-footer-contact-item strong { color: #fff; letter-spacing: .2px; }

.ieu-footer-social { display: flex; flex-wrap: wrap; align-items: center; gap: 12px; }
.ieu-social-icon { display: grid !important; place-items: center; width: 42px; height: 42px; margin: 0 !important; border: 1px solid rgba(255, 255, 255, .20); border-radius: 999px; color: #fff !important; }
.ieu-social-icon svg { width: 21px; height: 21px; }
.ieu-social-icon:hover { transform: translateY(-2px); background: rgba(255, 255, 255, .1); color: var(--ieu-gold, var(--gold, #d6a324)) !important; }

.ieu-footer-bottom { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-top: 42px; padding: 19px 4%; border-top: 1px solid rgba(255, 255, 255, .13); color: #b7c7e0; font-size: 13px; }

.ieu-back-top { position: fixed; right: 22px; bottom: 22px; z-index: 80; display: grid; place-items: center; width: 42px; height: 42px; border-radius: 999px; background: var(--ieu-green, var(--green, #69b42e)); color: #fff; box-shadow: var(--ieu-shadow, var(--shadow, 0 18px 45px rgba(15, 35, 70, .10))); font-weight: 900; }
