/* ============================================================
   PIN — Paquetes Informativos (nodo 247)
   Prefijo: .pin- 
   ============================================================ */

.pin-iframe-section {
  display: block !important;
  max-width: 1100px;
  margin: 0 auto !important;
  padding: 0 40px 200px !important; /* padding-bottom en vez de margin: no colapsa */
  box-sizing: border-box;
}

.pin-iframe-wrap {
  width: 100% !important;
  height: 900px !important; /* header + dropdown + tabla (~535px) completos */
  overflow: hidden !important;
  border: 1px solid #e0e0e0;
  border-radius: 6px;
}

.pin-iframe-wrap iframe {
  width: 100% !important;
  height: 100% !important;
  border: 0 !important;
  display: block !important;
}

@media (max-width: 991px) {
  .pin-iframe-section { padding: 0 20px 150px !important; }
  .pin-iframe-wrap { height: 800px !important; }
}

@media (max-width: 768px) {
  .pin-iframe-section { padding: 0 20px 120px !important; }
  .pin-iframe-wrap {
    height: 700px !important;
    overflow-y: auto !important;
    -webkit-overflow-scrolling: touch;
  }
}

/* ============================================================
   CER — Consulta de Certificados (nodo 178)
   Prefijo: .cer-
   ============================================================ */

.cer-iframe-section {
  display: block !important;
  max-width: 1100px;
  margin: 0 auto !important;
  padding: 0 40px 200px !important;
  box-sizing: border-box;
}

.cer-iframe-wrap {
  width: 100% !important;
  height: 900px !important;
  overflow: hidden !important;
  border: 1px solid #e0e0e0;
  border-radius: 6px;
}

.cer-iframe-wrap iframe {
  width: 100% !important;
  height: 100% !important;
  border: 0 !important;
  display: block !important;
}

@media (max-width: 991px) {
  .cer-iframe-section { padding: 0 20px 150px !important; }
  .cer-iframe-wrap { height: 800px !important; }
}

@media (max-width: 768px) {
  .cer-iframe-section { padding: 0 20px 120px !important; }
  .cer-iframe-wrap {
    height: 700px !important;
    overflow-y: auto !important;
    -webkit-overflow-scrolling: touch;
  }
}


/* ============================================================
   SEL — Servicios en Línea / Login (nodo 256)
   Prefijo: .sel-
   ============================================================ */

.sel-iframe-section {
  display: block !important;
  max-width: 700px; /* login angosto, no necesita 1100px */
  margin: 0 auto !important;
  padding: 0 40px 200px !important;
  box-sizing: border-box;
}

.sel-iframe-wrap {
  width: 100% !important;
  height: 750px !important; /* logo + campos + botón + links de ayuda */
  overflow: hidden !important;
  border: 1px solid #e0e0e0;
  border-radius: 6px;
}

.sel-iframe-wrap iframe {
  width: 100% !important;
  height: 100% !important;
  border: 0 !important;
  display: block !important;
}

@media (max-width: 991px) {
  .sel-iframe-section { max-width: 100%; padding: 0 20px 150px !important; }
  .sel-iframe-wrap { height: 700px !important; }
}

@media (max-width: 768px) {
  .sel-iframe-section { padding: 0 20px 120px !important; }
  .sel-iframe-wrap {
    height: 650px !important;
    overflow-y: auto !important;
    -webkit-overflow-scrolling: touch;
  }
}