.elementor-127 .elementor-element.elementor-element-1df3c51c{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-127 .elementor-element.elementor-element-25ea63ed{--spacer-size:5px;width:100%;max-width:100%;}.elementor-127 .elementor-element.elementor-element-25ea63ed > .elementor-widget-container{background-color:var( --e-global-color-713687b );margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}.elementor-127 .elementor-element.elementor-element-52e22ce6{--display:flex;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-127 .elementor-element.elementor-element-6b693e28{width:100%;max-width:100%;}.elementor-127 .elementor-element.elementor-element-6b693e28 > .elementor-widget-container{margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}@media(min-width:768px){.elementor-127 .elementor-element.elementor-element-1df3c51c{--width:100%;}}/* Start custom CSS for html, class: .elementor-element-6b693e28 */:root {
  --iesgo-blue-top: #00005E;
  --iesgo-blue-bottom: #000020;
  --iesgo-red: #D60000;
  --white: #ffffff;
}

/* ===== FOOTER ===== */
.iesgo-footer {
  background: radial-gradient(circle at 20% -10%, var(--iesgo-blue-top) 0%, var(--iesgo-blue-bottom) 85%);
  color: var(--white);
  padding: 56px 20px 0;
  font-size: 16px;
}

/* ===== CONTAINER ===== */
.footer-container {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px;
  align-items: start;
}

/* ===== COLUNAS ===== */
.footer-col h3 {
  font-size: 20px;
  font-weight: 800;
  text-transform: uppercase;
  margin-bottom: 14px;
}

.footer-col p {
  margin: 8px 0;
  line-height: 1.55;
}

.footer-col a {
  color: var(--iesgo-red);
  font-weight: 700;
  text-decoration: none;
}

.footer-col a:hover {
  text-decoration: underline;
}

/* ===== REDES SOCIAIS ===== */
.social-icons {
  display: flex;
  gap: 12px;
  margin-top: 6px;
}

.social-icons a {
  width: 40px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--white);
  border-radius: 50%;
  box-shadow: 0 6px 16px rgba(0, 0, 0, .25);
  transition: transform .25s ease, background-color .25s ease, box-shadow .25s ease;
}

.social-icons a:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 22px rgba(0, 0, 0, .35);
  background: #ffe9ea;
}

.social-icons img {
  width: 22px;
  height: 22px;
  display: block;
}

/* ===== QR MEC ===== */
.qr-mec {
  width: 100%;
  max-width: 200px;
  border-radius: 12px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.3);
  margin-bottom: 12px;
}

.footer-col:last-child p {
  font-size: 16px;
  font-weight: 600;
  color: #9ec5ff;
}

/* ===== RESPONSIVO ===== */
@media (max-width: 980px) {
  .footer-container {
    grid-template-columns: repeat(2, 1fr);
    gap: 28px;
    text-align: center;
  }

  .social-icons {
    justify-content: center;
  }

  .qr-mec {
    margin: 0 auto 12px;
  }
}

@media (max-width: 640px) {
  .footer-container {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .social-icons {
    justify-content: center;
  }

  .qr-mec {
    margin: 0 auto 12px;
  }
}

/* ===== BASE INFERIOR ===== */
.iesgo-footer-bottom {
  background: #000033;
  color: var(--white);
  text-align: center;
  padding: 18px 12px;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: .5px;
  border-top: 1px solid rgba(255, 255, 255, .12);
  margin-top: 28px;
}/* End custom CSS */