<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.elementor-2318 .elementor-element.elementor-element-8ecb201{--display:flex;}.elementor-2318 .elementor-element.elementor-element-7046123{--display:flex;}.elementor-2318 .elementor-element.elementor-element-451d6b3 &gt; .elementor-widget-container{margin:80px 0px 0px 0px;}/* Start custom CSS for shortcode, class: .elementor-element-451d6b3 */#popup-login {
  position: fixed;
  top: 0; left: 0;
  width: 100vw; height: 100vh;
  background-color: rgba(0,0,0,0.6);
  z-index: 9999;
  display: flex;
  justify-content: center;
  align-items: center;
}

#popup-login .login-box {
  background: white;
  padding: 30px;
  border-radius: 10px;
  max-width: 400px;
  width: 90%;
  box-shadow: 0 0 15px rgba(0,0,0,0.3);
  text-align: center;
}

#popup-login input {
  width: 100%;
  padding: 10px;
  margin: 10px 0;
  border-radius: 6px;
  border: 1px solid #ccc;
}

#popup-login button {
  background-color: #154977;
  color: white;
  padding: 10px 20px;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  font-weight: bold;
  width: 100%;
}

#error-msg {
  color: red;
  display: none;
  margin-top: 10px;
}

#boton-descarga {
  display: none;
  margin-top: 40px;
  text-align: center;
}

#boton-descarga a {
  background-color: #198754;
  color: white;
  padding: 12px 24px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  display: inline-block;
}/* End custom CSS */</pre></body></html>