/* =========================================================
   Jóvenes con Talento - Footer público (única fuente)
   ========================================================= */

/* Espacio blanco entre contenido y footer */
main.wrap.page{
  padding-bottom: 28px;
}

/* Footer base */
.site-footer{
  background: #5a5d61;
  color: #ffffff;
  padding: 10px 14px;          /* compacto */
  margin-top: 35px;
}

/* Layout */
.footer-wrap{
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 10px;                   /* compacto */
  align-items: start;
}

.footer-col{
  min-width: 0;
}

/* Logo superior derecho */
.footer-top-right{
  position:absolute;
  top: -16px;
  right: 14px;
  height: 58px;                   /* compacto */
  width:auto;
  filter: drop-shadow(0 6px 14px rgba(0,0,0,.16));
}

/* Logos */
.footer-logos{
  display:flex;
  align-items:center;
  gap: 12px;
  margin-bottom: 8px;
}


.seed-logo{ height: 46px; margin-top:-5px; opacity:.98; }
.footer-educamos{
  text-align: right;
  margin-bottom: -20px;
}

.footer-educamos img{
  height: 60px;        /* Ajusta aquí */
  max-width: 180px;    /* Evita que se desborde */
  width: auto;
}
.footer-divider{ width:2px; height:34px; background:rgba(255,255,255,.38); }

.footer-title{ font-size: 14px; font-weight:700; margin-bottom:4px; }
.footer-sub{ font-size: 12px; opacity:.9; margin-bottom:6px; }

.footer-link{
  display:inline-block;
  font-size: 13px;
  opacity:.85;
  margin-bottom: 8px;
  color:#fff;
  text-decoration:none;
}

.footer-link:hover{ text-decoration: underline; }

.footer-label{ font-weight:800; font-size:11px; letter-spacing:.2px; }
.footer-block{ font-size:12px; line-height:1.3; margin-bottom:8px; }

.footer-phone{ color:#fff; text-decoration: underline; }

/* Social */
.footer-social{ display:flex; gap:8px; }
.footer-social-btn{
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 1px solid rgba(255,255,255,.40);
  display:flex;
  align-items:center;
  justify-content:center;
  color:#fff;
  text-decoration:none;
  font-weight:700;
}

/* Móvil */
@media (max-width: 768px){
  .site-footer{ padding: 12px 14px !important; margin-top: 22px !important; }

  .footer-top-right{
    position: static;
    display:block;
    margin: -10px 0 8px auto;
    height: 52px;
    filter:none;
  }

  .footer-wrap{ grid-template-columns: 1fr; gap: 12px; }
  .durango-logo{ height: 38px; }
  .seed-logo{ height: 42px; margin-top:-4px; }
  .footer-divider{ height: 30px; }
}

/* Títulos y texto 
.footer-title{
  font-weight: 700;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: .25px;
  margin-bottom: 6px;
}

.footer-link{
  opacity: .9;
  margin-bottom: 10px;
  font-size: 13px;
  line-height: 1.25;
}

/* Bloques (Dirección, horario, teléfono, etc.) 
.footer-block{
  margin-bottom: 10px;
  font-size: 13px;
  line-height: 1.25;
}

.footer-block strong{
  font-weight: 700;
}


/* Columna derecha */
.footer-right h3{
  font-size: 16px;
  font-weight: 700;
  margin: 50 0 10px 0;
}


/* Quitar cualquier línea/borde raro heredado */
.site-footer,
.site-footer *{
  outline: none !important;
}

hr{ display:none !important; }

