.u-section-1 .u-sheet-1 {
  min-height: 72px;
}

.u-section-1 .u-image-1 {
  width: 247px;
  height: 62px;
  margin: 5px auto;
} .u-section-2 {
  background-image: none;
  min-height: 1052px;
}

.u-section-2 .u-group-1 {
  width: 442px;
  background-image: none;
  --animation-custom_in-translate_x: 0px;
  --animation-custom_in-translate_y: 300px;
  --animation-custom_in-opacity: 0;
  --animation-custom_in-rotate: 0deg;
  --animation-custom_in-scale: 1;
  height: auto;
  min-height: 1011px;
  margin: 0 calc(((100% - 1140px) / 2)  + 272px) 0 auto;
}

.u-section-2 .u-container-layout-1 {
  padding: 30px;
}

.u-section-2 .u-image-1 {
  height: 874px;
  box-shadow: 5px 5px 35px 0 rgba(0,0,0,0.15);
  object-position: 50% 21.26%;
  margin-top: -991px;
  margin-bottom: 0;
}

.u-section-2 .u-group-2 {
  min-height: 442px;
  width: 509px;
  height: auto;
  --animation-custom_in-translate_x: 0px;
  --animation-custom_in-translate_y: 300px;
  --animation-custom_in-opacity: 0;
  --animation-custom_in-rotate: 0deg;
  --animation-custom_in-scale: 0.3;
  margin: -298px calc(((100% - 1140px) / 2)) 14px auto;
}

.u-section-2 .u-container-layout-2 {
  padding: 16px 25px 0;
}

.u-section-2 .u-text-1 {
  font-weight: 700;
  margin: 1px 0 0;
}

.u-section-2 .u-text-2 {
  font-size: 1rem;
  margin: 20px 0 0;
}

.u-section-2 .u-btn-1 {
  border-style: none;
  letter-spacing: 1px;
  font-weight: 600;
  background-image: none;
  align-self: center;
  --radius: 24px;
  font-size: 1rem;
  margin: 34px 82px 0 60px;
  padding: 19px 46px 20px;
}

@media (max-width: 1199px) {
  .u-section-2 .u-group-1 {
    margin-top: 409px;
    margin-right: calc(((100% - 940px) / 2)  + 272px);
    height: auto;
  }

  .u-section-2 .u-group-2 {
    margin-right: calc(((100% - 940px) / 2));
    margin-bottom: -411px;
    height: auto;
  }
}

@media (max-width: 991px) {
  .u-section-2 .u-group-1 {
    margin-top: 503px;
    margin-right: calc(((100% - 720px) / 2)  + 272px);
  }

  .u-section-2 .u-group-2 {
    margin-right: calc(((100% - 720px) / 2));
    margin-bottom: -489px;
  }
}

@media (max-width: 767px) {
  .u-section-2 .u-group-1 {
    margin-top: 409px;
    margin-right: calc(((100% - 540px) / 2)  + 98px);
  }

  .u-section-2 .u-container-layout-1 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .u-section-2 .u-group-2 {
    margin-right: calc(((100% - 540px) / 2));
    margin-bottom: -411px;
  }

  .u-section-2 .u-container-layout-2 {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media (max-width: 575px) {
  .u-section-2 .u-group-1 {
    width: 340px;
    margin-right: calc(((100% - 340px) / 2));
  }

  .u-section-2 .u-group-2 {
    width: 340px;
    margin-right: calc(((100% - 340px) / 2));
  }

  .u-section-2 .u-container-layout-2 {
    padding: 9px 11px;
  }

  .u-section-2 .u-text-2 {
    font-size: 0.75rem;
  }

  .u-section-2 .u-btn-1 {
    font-size: 0.75rem;
    margin-right: 0;
    margin-left: 0;
    padding: 5px 24px 7px 23px;
  }
}.u-section-3 .u-sheet-1 {
  min-height: 16px;
}/* Fondo semi-transparente oscuro */
.np-modal {
  display: none;
  position: fixed;
  z-index: 9999;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
}
/* Caja principal del modal */
.np-modal-content {
  background: #ffffff; /* blanco para claridad */
  max-width: 380px;
  margin: 12% auto;
  padding: 24px 30px;
  border-radius: 8px;
  text-align: center;
  font-family: inherit;
  box-shadow: 0px 4px 14px rgba(0, 0, 0, 0.2);
  border-top: 4px solid #8E3AAB; /* borde púrpura destacado */
}
/* Cerrar (X) */
.np-close {
  position: absolute;
  right: 16px;
  top: 10px;
  font-size: 22px;
  font-weight: bold;
  cursor: pointer;
  color: #8E3AAB; /* color de símbolo */
}
/* Título del modal */
#pdfModal h3 {
  color: #8E3AAB; /* púrpura corporativo */
  margin-bottom: 12px;
}
/* Campo de contraseña */
#pdfPassword {
  width: 100%;
  padding: 10px;
  margin: 16px 0;
  border: 2px solid #ccc;
  border-radius: 6px;
  font-size: 15px;
}
/* Botón de acceso */
#pdfModal button {
  background: #8E3AAB; /* púrpura corporativo */
  color: #ffffff;
  border: none;
  padding: 10px 18px;
  border-radius: 6px;
  font-size: 15px;
  cursor: pointer;
  transition: background 0.3s ease;
}
#pdfModal button:hover {
  background: #6b2a86; /* tono más oscuro al pasar */
}
/* Mensaje de error */
#pdfError {
  color: #c00;
  font-size: 14px;
  margin-top: 8px;
}
const PDF_PASSWORD = "NOSOTROS2026";
const PDF_URL = "documento.pdf";
function abrirModal() {
  document.getElementById("pdfModal").style.display = "block";
  document.getElementById("pdfPassword").value = "";
  document.getElementById("pdfError").style.display = "none";
}
function cerrarModal() {
  document.getElementById("pdfModal").style.display = "none";
}
function validarPassword() {
  const input = document.getElementById("pdfPassword").value;
  if (input === PDF_PASSWORD) {
    window.location.href = PDF_URL;
  } else {
    document.getElementById("pdfError").style.display = "block";
  }
} 