<!DOCTYPE html>
<html lang="en">
  <head>
    <title>
      
      banesco_devportal.css
      
    </title>

    <meta charset="utf-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0"> 

    
    
    <meta name="csrf-param" content="authenticity_token" />
<meta name="csrf-token" content="mYiyVYsLnBc7FRA1A2ByGpZ02Y/XmdQ3dXcmwl1PRctKoh20dieGLybPYgiEXmMG8THFK5lbV0+EcdqUpz+q/g==" />
    <link rel="stylesheet" type="text/css" media="screen" href="/css/bootstrap.css" />
    <link rel="stylesheet" media="screen" href="/dev-portal-assets/font-awesome/4.3.0/css/font-awesome.css" />

    <script src="/dev-portal-assets/jquery/1.7.1/jquery.min.js"></script>
    <script src="/javascripts/bootstrap.min.js"></script>
    <script src="/javascripts/3scale.js"></script>
    <script src="/javascripts/excanvas.compiled.js"></script>

    
    <link rel="stylesheet" type="text/css" media="screen" href="/css/default.css" />
    
    <link rel="stylesheet" type="text/css" media="screen" href="/css/banesco_devportal.css" />
    
    <link rel="stylesheet" type="text/css" media="screen" href="/css/styleBanesco.css" />

    <link rel="preconnect" href="https://fonts.googleapis.com">
    <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
    <link href="https://fonts.googleapis.com/css2?family=Lato:wght@400&display=swap" rel="stylesheet"> 
  <!--  <link rel="shortcut icon" href="/images/isologo-banesco-250x250-01-sin-fondo.png" /> -->
    <script src="https://kit.fontawesome.com/2c9ef4814c.js" crossorigin="anonymous"></script>
    <script src="https://cdn.jsdelivr.net/npm/javascript-obfuscator/dist/index.browser.js"></script>
    
  </head>

  <body style="overflow-x: hidden;">
    <header role="banner">
      
      <section class="header-nav-main">
        <div class="row start-main">
          <a href="/">
            <div class="logo-container-main">
            	<img src="/images/headerbanner/logo-banesco.svg" style="width: inherit;"/>
         	</div>
          </a>
          
     
     <nav class="nav-main">
       <a id="tab-doc-apis" href="/doc-apis/productsapi">APIs</a>
       <div class="separator-main"></div>
       <a id="tab-content-pages" href="/content-pages/tutorials">Guías y tutoriales</a>
       <div class="separator-main"></div>
       <a id="tab-news" href="/news/infointerest">Información de interés</a>
     </nav>
     </div>
      <button id="btn-iniciarSesion" type="button" class="login-button-main" data-toggle="modal" data-target="#loginModal">
      <i class="fas fa-sign-in-alt"></i>Iniciar sesión</button>
     
  
</div>

<script type="text/javascript" defer>
    let url = window.location.href;
    const tabs = ["index", "doc-apis", "simulators", "content-pages", "news"];
    tabs.forEach(e => {
      if (url.indexOf(e) !== -1) {
        setActive("tab-" + e);
      }
    });
    function setActive(id) {
      document.getElementById(id).setAttribute("class", "nav-item");
    }
</script>

        
      </section>

      

      <!-- <div id="flash-messages">
        
      </div>-->

    </header>
      
	
    
    	* { 
  font-family: "Lato", sans-serif !important;
}

body {
  min-width: 1200px;
}

img {
    width: 100%;
    height: auto;
}

.scheme-container {
  display: none !important;
}

.swagger-section .information-container .info .title {
  display: none !important;
}

.swagger-ui .info {
  display: none !important;
}

.swagger-section .wrapper {
  padding-bottom: 0px !important;
}

.swagger-ui .markdown p, .swagger-ui .markdown pre, .swagger-ui .renderedMarkdown p, .swagger-ui .renderedMarkdown pre {
	font-size: 20px !important;
}

.black-letters {
    color: black !important;
}

.green-title-simple {
	color:#007953;
  	text-decoration: none;
}

.white-letters-home {
    color:white !important;
  	text-decoration: none;
}

.white-letters-home:hover {
  	text-decoration: none;
}

.greenLetters, span.greenLetters {
	color: #007953;
}

.gray-title-simple {
	color:#777777;
  	text-decoration: none;
}

.jumbotron.page-header {
    display: flex;
    justify-content: center;
    text-align: center;
}

.jumbotron.page-header > h1,h2,h3,h4,h5 {
  color:white;
  font-weight: normal;
}

.content-page-header > h1,h2,h3,h4,h5 {
  font-weight: normal;
  color: #007953;
}

.content-page-header {
    display: flex;
    justify-content: center;
    text-align: center;
}

.content-to-center {
    text-align: center;
}

.content-to-justify {
    text-align: justify;
}

.content-to-left {
    text-align: left;
}

.content-to-right {
    text-align: right;
}

.square-filter-right {
   background-color: #EBF0F5;
   border-radius: 0 10px;
  
}

.square-gray-api {
    background-color: white !important;
    border: 2px solid #898D8F;
    display: flex;
    flex-direction: row;
    align-items: stretch;
    justify-content: space-around;
    margin-bottom: 6%;
    box-shadow: 2px 5px 2px 1px rgb(0 0 0 / 10%);
}

.square-gray-products-api-center {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: space-between;
  	padding: 20px 50px;
}

.square-gray-products-api {
    background-color: #F7F9FB !important;
    display: flex;
    flex-direction: row;
    align-items: stretch;
    justify-content: space-around;
    margin-bottom: 10%;
    padding-bottom: 5%;
    margin-right: 2%;
    height: 20em;
    box-shadow: 5px 5px 2px 1px rgb(0 0 0 / 10%);
    border-radius: 15px;
}

.square-gray-api-content {
    background-color: white !important;
    border: 2px solid #dfdfdf;
    border-radius: 5px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-around;
    margin-top: -2px;
    padding-left: 2%;
    padding-top: 2%
}

.square-tarifas-green-detail {
    background-color: #007953;
    margin-top: -0.5%;  
    margin-left: -0.5%;
}

.container-menu-principal {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
}

.square-tarifas-green-detail-right {
    background-color: #007953;
    margin: -1px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.square-tarifas-green-detail-right-t > p {
    color: white;
    font-size: 13px;
}

.square-tarifas-green-detail-right-t > h2 {
    color: white;
    font-size: 200%;
    font-weight: 700;
}

.square-tarifas-green-detail > p {
    margin-bottom: 0px;
    padding: 8% 0%;
    color: white;
    font-size: 11px;
    text-align: center;
}

.square-tarifas-green-detail-description > p {
    color: #555656;
    font-size: 12px;
    text-align: justify;
}

.square-tarifas-green-detail-title > p {
    margin-bottom: 0px;
    padding: 5% 0%;
    color: black;
    font-size: 16px;
    font-weight: 700;
}

.square-products-api-row {
    display: flex;
    align-items: center;
}

.square-products-tittle-api-row {
    display: flex;
    align-items: center;
    margin: 40px 0px 0;  
}

.square-products-api-detail-title {
    padding-left: 0px;
}

.square-products-api-detail-title > p {
    margin-bottom: 0px;
    color: #007953;
    font-size: 16px;
    font-weight: 700;
    margin-left: 10px;
}

.square-products-api-detail-description > p {
    color: #555656;
    font-size: 12px;
    text-align: justify;
}

.square-news-detail-description > p {
    color: black;
    font-size: 12px;
    text-align: justify;
}


/*----------------- Main Header Banner Section --------------------*/

.main-header-banner {
  margin-top: 90px;
  padding: 50px 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  background: linear-gradient(to right, #007953, #003C71);
  color: white;
  text-align: left;
  flex-direction: column;
}

.title-main-header-banner {
  font-size: 40px;
  margin: 0 80px;
}

.subtitle-main-header-banner {
  font-size: 24px;
  margin: 0 80px;
}

.jumbotron h1 {
    line-height: 1;
    color: inherit;
    font-size: 63px !important;
}

/*----------------- Main Copyrights Section --------------------*/

.main-copyright {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  text-align: center;
  color: #556176;
  font-size: 18px;
  margin: 50px 0;
}

/*----------------- Footer Section --------------------*/

.footer {
  background-color: #00754A;
  color: white;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 20px;
}
.footer .logo {
  display: flex;
  align-items: center;
}
.footer .logo img {
  width: 30px;
  height: 30px;
  margin-right: 10px;
}
.footer .social-icons {
  display: flex;
  align-items: center;
}
.footer .social-icons a {
  color: white;
  margin-left: 10px;
  text-decoration: none;
  font-size: 20px;
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background-color: white;
  color: #00754A;
}

/*----------------- Nav Section --------------------*/

.button-session {
    width: 15%;
    height: auto;
  	margin-right: 10px;
}

.white-text-main {
  color: #007953 !important;
}

.sign-out-button {
    width: 15%;
    height: auto;
  	margin-right: 10px;
}


/*----------------- Home Section --------------------*/

.home-titles{
  line-height: 1.5; 
  font-size: 56px; 
  font-weight: lighter;
}

/* First Section */
.home-sections-1 {
  display: flex;
  justify-content: space-around;
  padding: 40px 30px 0;
  background-color: #fff;
}
.home-section-1 {
  max-width: 400px;
  margin: 20px 20px;
}
.home-section-1 i {
  font-size: 40px;
  color: #007b5e;
  margin-boton: 10px;
}
.home-section-1 p {
  font-size: 32px;
  color: #3A4454;
;
}

.img-home-sections-1 {
    width: 15%;
    height: auto;
  	margin: 0px 0px 20px 0px;
}

/*First Card */

.home-cards-1 {
  display: flex;
  justify-content: space-evenly;
  padding: 0px 40px;
  background-color: #fff;
}

.home-card {
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  width: 452px;
  height: 392px;
  position: relative;
  margin: 20px 20px;
}

.home-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}

.home-card-content {
  position: relative;
  z-index: 1;
  padding: 20px;
  margin: 50px 0 0 0;
}

.home-card-content h3 {
  margin: 30px 0;
  font-size: 18px;
  color: #fff !important;
}

.home-card-content p {
  margin: 0 0 50px;
  padding: 0 50px 0 0;
  font-size: 14px;
  color: #fff !important;
  width: 322px;
  height: 60px;
}

.button-home-cards-1 {
  background-color: #fff;
  border: none;
  border-radius: 25px;
  color: #007953;
  padding: 10px 20px;
  cursor: pointer;
  font-size: 12px;
}

.button-home-cards-1:hover, .button-home-cards-1:focus  {
  color: #007953 !important;
  text-decoration: none !important;
}

/* Second Card */

.home-cards-2 {
  display: flex;
  justify-content: space-evenly;
  padding: 0px 40px 50px;
  background-color: #fff;
}

.home-card-2 {
  position: relative;
  width: 713px;
  height: 440px;
  border-radius: 10px;
  overflow: hidden;
  margin: 10px;
}

.home-card-2 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.home-card-2 .overlay-card2-home {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  font-size: 40px;
  text-align: center;
  padding: 20px;
  margin: 120px 0;
}

/* Second Banner */

.home-banner-2  {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: linear-gradient(to right, #0b3d91, #007953);
  color: white;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.icon-home-banner-2 {
  font-size: 50px;
  margin: 30px 0 10px 0;
}

.icon-home-banner-2 img{
  width: 70%;
  height: auto;
}

.title-home-banner-2 {
  font-size: 50px;
  margin-bottom: 10px;
}

.subtitle-home-banner-2 {
  font-size: 24px;
}

.button-home-banner-2 {
  background-color: white;
  color: #007953;
  border: none;
  padding: 10px 25px;
  border-radius: 25px;
  font-size: 14px;
  cursor: pointer;
  text-decoration: none;
  margin: 30px;
}

.button-home-banner-2:hover  {
  color: #007953 !important;
  text-decoration: none !important;
}

.button-home-banner-2:focus  {
  color: #007953 !important;
  text-decoration: none !important;
}

/*-----------------Guias y Tutoriales API Section --------------------*/

.guiatutoapi-container {
  display: flex;
  flex-wrap: wrap;
  gap: 60px;
  margin-bottom: 300px;
}

.guiatutoapi-card {
  background-color: white;
  border: 1px solid #e0e0e0;
  border-radius: 10px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  width: 300px;
  max-width: 100%;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.guiatutoapi-card-header {
  background: linear-gradient(90deg, #00695c, #004a71);
  padding: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.guiatutoapi-card-header img {
  width: 50px;
  height: 50px;
}

.guiatutoapi-card-body {
  padding: 20px;
}

.guiatutoapi-card-title {
  font-size: 1.25em;
  color: #00695c;
  margin: 0 0 10px;
}

.guiatutoapi-card-text {
  font-size: 0.9em;
  color: #666;
  margin: 0 0 20px;
}

.guiatutoapi-card-footer {
  padding: 20px;
  text-align: left;
}

.guiatutoapi-card-footer a {
  text-decoration: none;
  color: #00695c;
  border: 1px solid #00695c;
  padding: 3px 15px;
  border-radius: 25px;
  transition: background-color 0.3s, color 0.3s;
}

@media (min-width: 400px) and (max-width: 1440px) {
 
  /* Esto para cuando estan 4 cards 
  .guiatutoapi-cards {
    margin: 60px;
    padding-left: 160px;
  } */
  
  .guiatutoapi-cards {
    margin-top: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
}


@media (min-width: 1441px) {
  
 /* Esto para cuando estan 4 cards 
  .guiatutoapi-cards {
    margin: 60px;
    padding-left: 80px;
  } */
  
  .guiatutoapi-cards {
    margin-top: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
}

/*-----------------Informacion e interes API Section --------------------*/

/* Caracteristicas generales de la seccion */

.learn-basic-p-small > p {
    font-size: 16px;
    color: #777777;
    overflow-wrap: break-word;
}

.picture-postman {
  width:100%;
}

/* Firs Card */

.infointeapi-cards {
  display: flex;
  justify-content: space-around;
  align-items: center;
  height: 60vh;
  margin: 0;
  background-color: #ffffff;
  margin-bottom: 300px;
}

.infointeapi-container {
  display: flex;
  gap: 40px;
}
.infointeapi-card {
  background-color: #00695c;
  color: white;
  border-radius: 15px;
  overflow: hidden;
  width: 600px; /* Adjusted width */
  height: 350px;
  position: relative;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.infointeapi-card img {
  width: 100%;
  height: 350px;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}

.infointeapi-card-content {
  position: relative;
  z-index: 1;
  padding: 50px;
  border-radius: 15px;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.infointeapi-card h2 {
  font-size: 32px;
  margin: 0 0 10px;
  color: #ffffff;
}

.infointeapi-card p {
  font-size: 20px;
  margin: 0 0 20px;
  color: #ffffff;
}

.infointeapi-card a {
  background-color: white;
  color: #00695c;
  border: none;
  padding: 3px 15px;
  border-radius: 25px;
  cursor: pointer;
  font-size: 14px;
  align-self: flex-start;
  text-decoration: none;
}

@media (max-width: 768px) {
  .infointeapi-container {
    flex-direction: column;
    align-items: center;
  }
  .infointeapi-card {
    width: 90%;
  }
}

/*-----------------Contactanos API Section --------------------*/

.contact-us {
  margin: 40px;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #ffffff;
}

.contact-us-container {
  width: 80%;
  max-width: 1200px;
  border: 1px solid #dee2e6;
  border-radius: 5px;
  background-color: #e9ecef;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.contact-us-tabs {
  display: flex;
  border-bottom: 1px solid #dee2e6;
}

.contact-us-tab {
  flex: 1;
  padding: 10px 15px;
  text-align: center;
  cursor: pointer;
  font-weight: bold;
  color: #6c757d;
  border-right: 1px solid #dee2e6;
}

.contact-us-tab:last-child {
  border-right: none;
}

.contact-us-tab.active {
  color: #28a745;
  background-color: #ffffff;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.contact-us-content {
  padding: 20px;
  text-align: center;
  color: #495057;
  background-color: #ffffff;
}

.contact-us-content a {
  color: #007bff;
  text-decoration: none;
}

.contact-us-content a:hover {
  text-decoration: underline;
}

.contact-us-form {
  background-color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 20px;
}

.contact-us-form-container {
  background-color: #ffffff;
  border-radius: 8px;
  border: 2px solid #f5f5f5;
  padding: 20px;
  max-width: 650px;
  width: 100%;
}

.contact-us-form-container h2 {
  font-size: 30px;
  color: #007953;
  margin-bottom: 20px;
  text-align: justify;
}

.contact-us-form-group {
  margin-bottom: 15px;
}

.contact-us-form-group label {
  display: block;
  font-size: 14px;
  color: #333333;
  margin-bottom: 5px;
  text-transform: none !important;
  font-weight: normal !important;
}

.contact-us-form-group input,
.contact-us-form-group textarea {
  width: 100%;
  padding: 10px;
  border: 1px solid #cccccc;
  border-radius: 4px;
  font-size: 14px;
}

.contact-us-form-group textarea {
  resize: vertical;
  height: 100px;
}

.contact-us-form-group .recaptcha-container {
  display: flex;
  align-items: center;
  border: 1px solid #d3d3d3;
  border-radius: 4px;
  background-color: #fff;
  padding: 10px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
}

.contact-us-form-group .recaptcha-checkbox {
  width: 20px;
  height: 20px;
  border: 1px solid #d3d3d3;
  border-radius: 2px;
  margin-right: 15px;
}

.contact-us-form-group .recaptcha-text {
  font-size: 16px;
  margin-right: 100px;
  margin-top: 20px;
}

.contact-us-form-group .recaptcha-logo {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top:10px
}

.contact-us-form-group .recaptcha-logo img {
  width: 60px;
  height: 60px;
}

.contact-us-form-group .recaptcha-logo small {
  font-size: 10px;
  color: #666;
}

.contact-us-form-group button {
  width: 100%;
  padding: 10px;
  background-color: #007953;
  border: none;
  border-radius: 20px;
  color: #ffffff;
  font-size: 16px;
  cursor: pointer;
}

.contact-us-form-group button:hover {
  background-color: #007953;
}

.contact-us-banner  {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: linear-gradient(to right, #0b3d91, #007953);
  color: white;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 50px;
}

.title-contact-us-banner {
  font-size: 40px;
  margin-bottom: 10px;
}

.contact-error-message {
  color: red;
  font-size: x-small;
  margin-top: 5px;
  display: none;
  text-align: left;
}

/*-----------------API Page and Code Page Section --------------------*/

@media screen and (min-width: 1009px){
  
  .page-header-api {  
    background-position: center center;
    background-image: url('/images/homepageimg/card-home2-1.png');
    background-repeat: no-repeat;
    background-size: cover;
    border-bottom: none;
    height: 16em;
    display: flex;
    justify-content: center;
    align-items: flex-end;
  } 
  
   .page-header-code {  
    background-position: center center;
    background-image: url('/images/homepageimg/card-home2-2.png');
    background-repeat: no-repeat;
    background-size: cover;
    border-bottom: none;
    height: 16em;
    display: flex;
    justify-content: center;
    align-items: flex-end;
  } 
}

@media screen and (min-width: 770px) {
  
  .page-header-api {  
    background-position: center center;
    background-image: url('/images/homepageimg/card-home2-1.png');
    background-repeat: no-repeat;
    background-size: cover;
    border-bottom: none;
    height: 16em;
    display: flex;
    justify-content: center;
    align-items: flex-end;
  } 
  
   .page-header-code {  
    background-position: center center;
    background-image: url('/images/homepageimg/card-home2-2.png');
    background-repeat: no-repeat;
    background-size: cover;
    border-bottom: none;
    height: 16em;
    display: flex;
    justify-content: center;
    align-items: flex-end;
  } 
}

@media screen and (min-width: 402px) {
  
   .page-header-api {  
    background-position: center center;
    background-image: url('/images/homepageimg/card-home2-1.png');
    background-repeat: no-repeat;
    background-size: cover;
    border-bottom: none;
	height: 16em;
    display: flex;
    justify-content: center;
    align-items: flex-end;
  } 
  
   .page-header-code {  
    background-position: center center;
    background-image: url('/images/homepageimg/card-home2-2.png');
    background-repeat: no-repeat;
    background-size: cover;
    border-bottom: none;
	height: 16em;
    display: flex;
    justify-content: center;
    align-items: flex-end;
  } 
}

@media screen and (max-width: 401px)
  
   .page-header-api {  
    background-position: center center;
    background-image: url('/images/homepageimg/card-home2-1.png');
    background-repeat: no-repeat;
    background-size: cover;
    border-bottom: none;
	height: 16em;
    display: flex;
    justify-content: center;
    align-items: flex-end;
  }   

   .page-header-code {  
    background-position: center center;
    background-image: url('/images/homepageimg/card-home2-2.png');
    background-repeat: no-repeat;
    background-size: cover;
    border-bottom: none;
	height: 16em;
    display: flex;
    justify-content: center;
    align-items: flex-end;
  }   
}

.page-api {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  height: 100vh;
  margin: 0;
  background-color: #fff;
}

.page-api-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  width: 105%;
}

.page-api-card {
  border: 1px solid #4b6884;
  padding: 20px;
  margin: 20px 20px 0px 0px;
  width: calc(50% - 40px);
  box-sizing: border-box;
  min-height: 200px;
}

.page-api-card h2 {
  font-size: 24px;
  color: #536271;
  margin-top: 0;
}

.page-api-card p {
  font-size: 16px;
  color: #536271;
}

@media (max-width: 768px) {
  .page-api-card {
    width: calc(100% - 40px);
  }
}

.page-code {
  width: 100%;
  margin: 0 auto;
  padding: 20px;
}

.page-code table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 20px;
}
.page-code th, td {
  padding: 15px;
  text-align: left;
}
.page-code th {
  background-color: #f1f1f1;
  font-weight: bold;
}
.page-code tr:nth-child(even) {
  background-color: #f9f9f9;
}
.page-code tr:nth-child(odd) {
  background-color: #ffffff;
}
.page-code .section-header {
  font-weight: bold;
  background-color: #ffffff;
}

/*-----------------Login Modal Section --------------------*/

iframe {
  display: none;
}

.login-modal-header button.close {
  padding: 15px 0 !important;
}

.close {
  opacity: 0.8;
}

.login-modal-p {
    overflow: auto;
    overflow-y: scroll;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
}

.login-modal {
  background-color: rgb(255, 255, 255, 0.25);
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  margin: 0;
}

.login-modal-session {
  background-color: rgb(255, 255, 255, 0.25);
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
}

 .login-modal-close {
   color: #fff !important;
}

.login-modal-background {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
 /*background-color: rgba(0, 0, 0, 0.25); */
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 2000
}

.login-modal-background-session {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(50, 50, 50, 0.25);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1040;
}

.login-modal-container {
  font-family: "Lato", sans-serif !important;
  background-color: white;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  width: 90%;
  max-width: 420px;
  padding: 0;
  text-align: center;
  transform: scale(0.8);
}

.login-modal-header {
  background: linear-gradient(to right, #007953, #003C71);
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  padding: 20px;
  color: white;
  position: relative;
}

.login-modal-header h1 {
  margin: 0;
  font-size: 0.8em;
  color: white;
  font-weight: normal;
}

.login-modal-header img {
  width: 150px;
}

.login-modal-header .close-btn {
  position: absolute;
  top: 10px;
  right: 10px;
  color: white;
  font-size: 1.2em;
  cursor: pointer;
}

.login-modal-form {
  padding: 20px;
}

.login-modal-form p {
  margin: 0 0 20px;
  font-size: 14px !important;
}

.login-modal-form .header-form {
    margin: 10px 17px 20px;
    font-size: 14px !important;
    text-align: start;
  	text-align: justify;
}

.login-modal-form .input-group {
  margin-bottom: 15px;
  position: relative;
  display: inline-flex;
  width: 85%;
}

.login-modal-form .input-group input {
  width: 100%;
  padding: 10px 10px 10px 40px;
  border: 1px solid #ccc;
  border-radius: 5px;
}

.login-modal-form .input-group .input-icon {
  position: absolute;
  top: 50%;
  left: 10px;
  transform: translateY(-50%);
  color: #999;
  width:7%;
}

.login-modal-form .btn {
  background-color: #007b5e;
  color: white;
  padding: 10px;
  border: none;
  border-radius: 20px;
  cursor: pointer;
  width: 100%;
  font-size: 1em;
  max-width: 150px;
  margin: 20px auto;
  display: block;
}

.login-modal-form .btn:focus {
    outline: thin dotted #007b5e !important;
    outline: 0px auto -webkit-focus-ring-color !important;
    outline-offset: -2px !important;
}

.login-modal-form .register-link,
.login-modal-form .forgot-password {
  margin-top: 20px;
  color: #007b5e;
}

.login-modal-form .register-link button {
  color: #007b5e;
  text-decoration: none;
  background: none;
  border: none;
  cursor: pointer;
  margin-left: 5px;
  text-decoration: underline;
}

.login-modal-form .forgot-password {
  margin-top: 10px;
  font-size: 0.9em;
}

.login-modal-form .forgot-password {
  margin-top: 10px;
  font-size: 0.9em;
}

.login-modal-form .forgot-password a {
  color: #007b5e;
  text-decoration: none;
}

.login-modal-form .forgot-password .email-link {
  color: #007bff;
  text-decoration: none;
}

.login-error-message {
    color: red;
    font-size: x-small;
    text-align: left;
    padding-left: 30px;
}


/*-----------------Register Modal Section --------------------*/


.register-modal-p {
    overflow: auto;
    overflow-y: scroll;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
}

.register-modal {
  background-color: rgb(255, 255, 255, 0);
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
}

 .register-modal-close {
   color: #fff !important;
}

.register-modal-background {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(50, 50, 50, 0.05); 
  display: flex;
  justify-content: center;
  align-items: center;
  z-index:1040;
}

.register-modal-container {
  font-family: "Lato", sans-serif !important;
  background-color: white;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  width: 90%;
  max-width: 420px;
  padding: 0;
  text-align: center;
  transform: scale(0.8);
}

.register-modal-header {
  background: linear-gradient(to right, #007953, #003C71);
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  padding: 20px;
  color: white;
  position: relative;
}

.register-modal-header h1 {
  margin: 0;
  font-size: 1.5em;
  color: white;
}

.register-modal-header img {
  width: 150px;
}

.register-modal-header .close-btn {
  position: absolute;
  top: 10px;
  right: 10px;
  color: white;
  font-size: 1.2em;
  cursor: pointer;
}

.register-modal-form {
  padding: 10px 20px;
}

.register-modal-form p {
  margin: 0 0 20px;
  font-size: 14px !important;
}

.register-modal-form .header-form {
    margin: 0px 20px;
    font-size: 12px !important;
    text-align: start;
  	text-align: justify;
}

.register-modal-form .footer-form {
 /*   margin: 30px 17px 0px; */
  	font-family: "Lato", sans-serif !important;
    font-size: 12px !important;
}

.register-modal-form .footer-form .email-link {
    color: #007bff;
    text-decoration: none;
}

.register-modal-form .form-group {
  margin-bottom: 7px;
  position: relative;
  display: inline-block;
  width: 90%;
}

.register-modal-form .form-group input {
  width: 100%;
  border-radius: 5px;
  background-color: #EBF0F5;
  color: #333;
  font-size: 12px;
  border: 1px solid #ccc;
  padding: 5px;
}

.register-modal-form .btn {
  background-color: #007b5e;
  color: white;
  padding: 10px;
  border: none;
  border-radius: 20px;
  cursor: pointer;
  width: 100%;
  font-size: 1em;
  max-width: 150px;
  margin: 10px auto 0px auto;
  display: block;
}

.register-modal-form .btn:focus {
  outline: thin dotted #007b5e !important;
  outline: 0px auto -webkit-focus-ring-color !important;
  outline-offset: -2px !important;
}

.register-error-message {
  color: red;
  font-size: x-small;
  margin-top: 5px;
  display: none;
  text-align: left;
}

/*-----------------Send Register Modal Section --------------------*/

.send-register-modal {
  font-family: "Lato";
  background-color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
}

 .send-register-modal-close {
   color: #fff !important;
}

.send-register-modal-background {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(50, 50, 50, 0.25);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1040;
}

.send-register-modal-container {
  background-color: white;
  border-radius: 15px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  padding: 20px;
  width: 90%;
  max-width: 400px;
  text-align: center;
}

.send-register-modal img {
  width: 50px;
  height: 50px;
}

.send-register-modal h2 {
  color: #007b5e;
  font-size: 24px;
  margin: 20px 0 10px;
}

.send-register-modal p {
  color: #666;
  font-size: 14px;
  margin: 0 0 20px;
}

.send-register-modal button {
  background-color: #007b5e;
  color: white;
  border: none;
  border-radius: 20px;
  padding: 5px 25px;
  font-size: 14px;
  cursor: pointer;
}

/*-----------------Product API Section --------------------*/

#cbox_consulta,
#cbox_transaccionales,
#cbox_applyModal{
  cursor: pointer;
}

.productapis {
  background-color: #ffffff;
  display: block;
  justify-content: center;
  align-items: center;
  margin-top: 80px;
}

.productapi-container {
  display: flex;
  min-height: 550px;
}

.productapi-sidebar {
  width: 30%;
  padding: 30px 30px 0px 50px;
  border-radius: 0 10px 0 0;
/*  min-width: 350px; */
  background-color: #e9eff4;
  height: auto;
}

.productapi-sidebar h2 {
  font-size: 16px;
  color: #ffffff;
  background-color: #007b5e;
  padding: 10px;
  border-radius: 5px;
  margin-bottom: 20px;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.productapi-sidebar ul {
  list-style: none;
  padding: 0 20px;
  font-size: 16px;
}

.productapi-sidebar ul li {
  margin-bottom: 10px;
  font-size: 16px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.productapi-sidebar ul li a:hover, a:focus{
  color: #2a6496;
  text-decoration: none !important;
}

.productapi-sidebar ul li input {
  margin-left: 10px;
}

.fa-caret-down {
  width: 10px !important;
  height: 10px !important;
}

.fa-caret-right {
  width: 10px !important;
  height: 10px !important;
}

.productapi-img {
  height: 50px !important;
  width: 50px !important;
}

.productapi-buttons {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.productapi-swagger-ui-wrap {
  padding: 0px 100px 80px;
}

.productapi-swagger-header {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding: 10px 0;
}

.productapi-swagger-info-box{
  display: none;
  background-color: #F8F8F8;
  padding: 20px;
  border-radius: 5px;
  margin-right: 120px;
  margin-left: 110px;
  margin-top: 30px
}

.productapi-swagger-info-box p{
  font-size: 16px;
}

.productapi-swagger-info-box a{
  color: #007b5e;
  text-decoration: underline;
  font-size: 18px;
}

.productapi-primary-button-swagger {
  background-color: #007b5e;
  color: #ffffff;
  border: none;
  border-radius: 25px;
  padding: 7px 20px;
  cursor: pointer;
  font-size: 18px;
  margin-right: 145px;
}

.productapi-content {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

.productapi-content-row {
  padding: 0 40px;
}

.productapi-primary-button {
  background-color: #007b5e;
  color: #ffffff;
  border: none;
  border-radius: 25px;
  padding: 7px 20px;
  cursor: pointer;
  font-size: 12px;
}

.productapi-secundary-button {
  background-color: #ffffff;
  color: #007b5e;
  border: 1px solid #007b5e;
  border-radius: 25px;
  padding: 4px 15px;
  font-size: 12px;
}

.productapi-secundary-button:hover, .productapi-secundary-button:focus {
  text-decoration: none;
  color: #2a6496;
}

/*@media (min-width: 400px) and (max-width: 1220px) {
  
  .productapi-content-card {
    display: block;
    min-width: 420px;
    min-height: 300px;
    padding: 50px 25px 0px;
  }
  
}*/

@media (min-width: 400px) and (max-width: 1440px) {
  
  .productapi-content-card {
 /*   display: block;
    min-width: 420px;
    min-height: 300px;
    padding: 50px 50x 0px;*/
    display: block;
    min-width: 420px;
    min-height: 300px;
    padding: 50px 0 0 25px;
    width: 45%;
    float: left;
  }
   
}

@media (min-width: 1441px) {
  
  .productapi-content-card {
    display: block;
    min-width: 420px;
    min-height: 300px;
    padding: 50px 80px 0px;
  }
    
}



/*-----------------Herramientas API Section --------------------*/

.tools-link-1	{
    color: #1A61AB;
    text-decoration: underline;
}

.tools-link-1:hover	{
    color: #1A61AB;
    text-decoration: underline;
}

/*-----------------DOC API Detalle Section --------------------*/

.servers-title {
    font-size: 20px !important;
    font-weight: 1 !important;
  	color: rgba(0,0,0,0.6) !important;
}


/*-----------------Apply API Modal Section --------------------*/

.apply-modal {
  background-color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
}

.apply-modal-close {
   color: #fff !important;
}

.apply-modal-background {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.1);
  display: flex;
  justify-content: center;
  align-items: center;
}

.apply-modal-container {
  background-color: white;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  width: 90%;
  max-width: 500px;
  padding: 0;
  text-align: center;
  transform: scale(0.8);
}

.apply-modal-header {
  background: linear-gradient(to right, #007953, #003C71);
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  padding: 20px;
  color: white;
  position: relative;
}

.apply-modal-header-p {
  font-size: 20px !important;
  color: #fff !important;
}

.apply-modal-header h1 {
  margin: 0;
  font-size: 1.5em;
  color: white;
}

.apply-modal-header img {
  width: 150px;
}

.apply-modal-header .close-btn {
  position: absolute;
  top: 10px;
  right: 10px;
  color: white;
  font-size: 1.2em;
  cursor: pointer;
}

.apply-modal-form {
  padding: 0px 38px;
}

.apply-modal-form p {
  margin: 0 0 20px;
  font-size: 14px !important;
}

.apply-modal-form .header-form {
  margin: 10px 30px 20px;
  font-size: 12px !important;
  text-align: start;
  text-align: justify;
}

.apply-modal-form .header-form-title {
    font-size: 16px !important;
  	text-align: center;
  	color: #007b5e;
    margin-bottom:10px;
}

.apply-modal-form .header-form-p {
    margin: 10px 50px 20px;
    font-size: 12px !important;
    text-align: start;
  	text-align: center;
}

.apply-modal-form .form-group {
  margin-bottom: 7px;
  position: relative;
  display: inline-block;
  width: 90%;
}

.apply-modal-form .form-group input {
  width: 100%;
  border: 1px solid #ccc;
  border-radius: 5px;
  background-color: #EBF0F5;
  color: #333;
  font-size: 12px;
}

.apply-modal-form .btn {
  background-color: #007b5e;
  color: white;
  padding: 10px;
  border: none;
  border-radius: 20px;
  cursor: pointer;
  width: 100%;
  font-size: 1em;
  max-width: 150px;
  margin: 15px auto 20px auto;
  display: block;
}

.apply-modal-form .btn:focus {
    outline: thin dotted #007b5e !important;
    outline: 0px auto -webkit-focus-ring-color !important;
    outline-offset: -2px !important;
}

.apply-error-message {
  color: red;
  font-size: x-small;
  margin-top: 5px;
  display: none;
  text-align: left;
}

/*-----------------Apply API Modal Section Radio Button and Check --------------------*/

.header-form-radio-group, .header-form-checkbox-group {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  margin: 15px;
}

.header-form-radio-group label, .header-form-checkbox-group label {
  margin: 0 30px 0 20px; /* Adjusted margin for more spacing */
  font-size: 12px;
  color: #777777;
  font-weight: normal;
  text-transform: none !important;
}

.header-form-radio-group input[type="radio"] {
  display: none;
}

.header-form-radio-group input[type="radio"] + label {
  position: relative;
  padding-left: 25px;
  cursor: pointer;
}

.header-form-radio-group input[type="radio"] + label:before {
  content: '';
  position: absolute;
  right: -25px;
  top: 50%;
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
  border: 2px solid #777;
  border-radius: 50%;
}

.header-form-radio-group input[type="radio"]:checked + label:before {
  border-color: #007b5e;
  background-color: #007b5e;
}

.header-form-radio-group input[type="radio"]:checked + label:after {
  content: '';
  position: absolute;
  right: -21px;
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
  height: 8px;
  background-color: #fff;
  border-radius: 50%;
}

.header-form-checkbox-group {
  flex-direction: column;
  align-items: flex-start;
}

.header-form-checkbox-group input[type="checkbox"] {
  display: none;
}

.header-form-checkbox-group input[type="checkbox"] + label {
  position: relative;
  padding-left: 25px;
  cursor: pointer;
  margin-bottom: 10px;
}

.header-form-checkbox-group input[type="checkbox"] + label:before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
  border: 1px solid #777;
  background-color: #fff;
  border-radius: 3px;
}

.header-form-checkbox-group input[type="checkbox"]:checked + label:before {
  border-color: #777;
  background-color: #1d4ed8;
;
}

.header-form-checkbox-group input[type="checkbox"]:checked + label:after {
  content: '\f00c';
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  left: 2px;
  top: 50%;
  transform: translateY(-50%);
  color: #fff;
  font-size: 12px;
}

/*----------------- Home Nav Section --------------------*/

@media (min-width: 400px) and (max-width: 1584px) {
  
 .header-nav-main {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 30px;
    background-color: white;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100;
  }

  .start-main{
    display: flex;
    margin-left: 0px;
  }

  .logo-container-main {
    display: flex;
    align-items: center;
    margin: 0 24px;
  }

  .logo-container-main img {
    height: 40px;
    width: 40px;
  }

  .nav-main {
    display: flex;
    align-items: center;
    margin-left: 16px;
  }

  .nav-main a {
    font-weight: bold;
    color: #708090;
    text-decoration: none;
    margin: 0 15px;
    padding: 0 8px;
    font-size: 16px;
    white-space: nowrap;
  }

  .nav-main a:hover {
    color: #007953;
  }
  
  .nav-item {
    color: #007953 !important;
  }

  .nav-main .separator-main {
    height: 50px;
    border-left: 1px solid #D1D5DB;
  }

  .login-button-main {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 160px;
    height: 35px;
    color: white;
    background-color: #007953;
    border: 2px solid #007953;
    border-radius: 20px;
    margin-right: 24px;
    cursor: pointer;
  }

   .login-button-main:hover {
    background-color: #047857;
  }

  .login-button-main i {
    margin-right: 15px;
  }
  
  .space-2-login {
    text-transform: capitalize;
    padding-left: 1em;
    white-space: nowrap;
  }
  
  .nav-login-name {
    display: flex;
  }
  
  .login-button-close:hover {
    text-decoration: none;
  }
}

@media (min-width: 1585px) {
  .header-nav-main {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 30px;
    background-color: white;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100;
  }

  .start-main{
    display: flex;
    margin-left: 150px;
  }

  .logo-container-main {
    display: flex;
    align-items: center;
    margin: 0 24px;
  }

  .logo-container-main img {
    height: 40px;
    width: 40px;
  }

  .nav-main {
    display: flex;
    align-items: center;
    margin-left: 16px;
  }

  .nav-main a {
    font-weight: bold;
    color: #708090;
    text-decoration: none;
    margin: 0 15px;
    padding: 0 8px;
    font-size: 16px;
    white-space: nowrap;
  }

  .nav-main a:hover {
    color: #007953;
  }
  
  .nav-item {
    color: #007953 !important;
  }

  .nav-main .separator-main {
    height: 50px;
    border-left: 1px solid #D1D5DB;
  }

  .login-button-main {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 160px;
    height: 35px;
    color: white;
    background-color: #007953;
    border: 2px solid #007953;
    border-radius: 20px;
    margin-right: 24px;
    cursor: pointer;
  }

  .login-button-main:hover {
    background-color: #047857;
  }

  .login-button-main i {
    margin-right: 15px;
  }
  
  .space-2-login {
    text-transform: capitalize;
    padding-left: 18em;
    white-space: nowrap;
  }
  
  .nav-login-name {
    display: flex;
  }
  
  .login-button-close:hover {
    text-decoration: none;
  }
}

    

      
      <section class="main-copyrights">
    <div class="main-copyright">
          Banesco Banco Universal, C.A. © Copyright 2024. Todos los derechos reservados. Navegadores recomendados para óptima visualización: Chrome, Firefox y Safari.
    </div>
  </section>
     <div class="footer">
   <div class="logo">
    <img alt="Logo" height="30" src="/images/socialnetworks/banesco-footer.svg" width="30"/>
    <span>RIF. J07013380-5</span>
   </div>
   <div class="social-icons">
    <a href="https://bit.ly/4jpJRkn" target="_blank">
      <img src="/images/socialnetworks/facebook.svg" />
    </a>
    <a href="https://bit.ly/3E51gyB" target="_blank">
     <img src="/images/socialnetworks/twitter.svg" />
    </a>
    <a href="https://bit.ly/4gdlPq2" target="_blank">
     <img src="/images/socialnetworks/instagram.svg" />
    </a>
    <a href="https://www.linkedin.com/company/2973890" target="_blank">
     <img src="/images/socialnetworks/linkedin.svg" />
    </a>
    <a href="https://bit.ly/3Ww9Tsd" target="_blank">
     <img src="/images/socialnetworks/youtube.svg" />
    </a>
   </div>
</div>
    
<!-- Login Modal -->

<div class="modal fade" id="loginModal" tabindex="-1" role="dialog" aria-labelledby="loginModalLabel" aria-hidden="true">
  <div class="login-modal" role="document">
    <div class="login-modal-background">
      <div class="login-modal-container">
        <div class="login-modal-header">
          <h1>
            Bienvenido a
          </h1>
          <img alt="Banesco Logo" height="50" src="/images/modals/white-banesco-logo.svg" width="150"/>
          <button type="button" id="login-modal-close" class="close login-modal-close" data-dismiss="modal" aria-label="Close" style="margin-top: -8%;">
            <span aria-hidden="true">&times;</span>
          </button>
        </div>
        
        <div id="flash-messages">
          
        </div>
        
        <div id="field-error-login-messages" style="display:none;">
          <div style="background-color: red !important;">
            <fieldset>
              <div style="color: white; font-size: 12px;">Existe uno o varios campos vacios de uso obligatorio.</div>
            </fieldset>
          </div>
        </div>

          <div class="login-modal-form">
            
  <ul class="list-auth-provider row list-unstyled">
    
  </ul>


            <form action="/session" method="post" class="formtastic formtastic session form-horizontal" accept-charset="UTF-8" id="new_session"><div style="margin:0;padding:0;display:inline"><input type="hidden" name="utf8" value="&#x2713;" /><input type="hidden" name="authenticity_token" value="NoxV2ChCYSayN2KI0lVQxnGg6GwJYmtdiw72Qgck2Czlpvo51W57Hq/tELVVa0HaFuX0yEeg6CV6CAoU/VQ3GQ==" /><input type="hidden" name="_method" value="post" /></div>
            

            <p class="header-form">
              Para acceder a todas las bondades del portal ingresa con tu nombre de usuario y contraseña:
            </p>
            <div class="input-group" id="session_username_input">
              <img class="input-icon" src="/images/modals/login-user.svg"/>
              <input id="login_username" name="username" tabindex="1" autofocus="autofocus" type="text" placeholder="Usuario" class="input-suggestions-banesco" maxlength="15">
            </div>
            <div class="input-group" id="session_password_input">
              <img class="input-icon" src="/images/modals/login-password.svg"/>
              <input id="login_password" name="password" tabindex="2" type="password" placeholder="Contraseña" class="input-suggestions-banesco" maxlength="20">
            </div>
            <button id="btn-login-data" class="btn" type="button" onclick="validateLoginForm()" tabindex="3">Iniciar sesión</button>
            <div class="register-link">
              <p>
                 No tengo un usuario.
                <button id="btnRegisterModal" type="button" data-toggle="modal" data-target="#registerModal">Quiero registrarme</button>  
              </p>
            </div><hr>
            <div class="forgot-password">
              <p>
                Para restablecer la contraseña, por favor envía un correo electrónico a la siguiente dirección:
              </p>
              <p class="testing" style="margin-top: -20px;">
                <a class="email-link" href="mailto:unidad_edi_ve@banesco.com">
                  unidad_edi_ve@banesco.com
                </a>
              </p>
            </div>
            </form>
          </div>
        </div>
      </div>
    </div> 
  </div>

<script>
  document.addEventListener('DOMContentLoaded', function() {
    const loginModal = document.getElementById('loginModal');
    const btnStartSession = document.getElementById('btn-login-data');

    loginModal.addEventListener('keydown', function(event) {
      if (event.key === 'Enter') {
        event.preventDefault();
        btnStartSession.click();
      }
    });
  });
 </script>

<script type="text/javascript">
  
    function validateLoginForm() {
      
    const flashErrorMessages = document.getElementById("flash-messages");
    flashErrorMessages.style.display = "none";
    
    const fieldErrorLoginMessages = document.getElementById("field-error-login-messages");
    fieldErrorLoginMessages.style.display = "none";
    
    let isValid = true;
    const inputs = document.querySelectorAll('input[id^="login"]');

    inputs.forEach(input => {
      if (input.value.trim() === "") {
        fieldErrorLoginMessages.style.display = "block";
        isValid = false;
      }
    });

    if (isValid) {
      document.getElementById("new_session").submit();
    } else { 
       console.log("Por favor, complete los campos obligatorios y asegúrese de que las contraseñas coincidan.");
    }
  }
</script>
 
    <!--Register Modal-->

<script>  
  document.addEventListener('DOMContentLoaded', function() {
    const fieldErrorRegisterMessages = document.getElementById("field-error-register-messages");
    const registerModal = document.getElementById("btnRegisterModal");
    registerModal.addEventListener('click', function() {

      $("#register_fullname").val('');
      $("#register_cedula").val('');
      $("#register_company").val('');
      $("#register_rif").val('');
      $("#register_position").val('');
      $("#register_email").val('');
      $("#register_phone").val('');
      $("#optional_register_web").val('');
      $("#register_username").val('');
      $("#register_password").val('');
      $("#register_confirm_password").val('');

      fieldErrorRegisterMessages.style.display = "none";

      const registers = document.querySelectorAll('input[id^="register"]');

      registers.forEach(input => {
        const errorDiv = document.getElementById(input.id + "Error");
        const errorDivMatch = document.getElementById(input.id + "MatchError");
        errorDivMatch.style.display = "none";
        errorDiv.style.display = "none";
      });
    });
  });
</script>

		<iframe name="frame_correo" width='0' height='0'></iframe>
        <form method="post" action="#" 
id="form-notify" target="frame_correo">
          <input type="hidden" value="#" id="access_token" name="access_token">
            <input type="hidden" value="" id="bodyMail" name="body">
        	<input type="hidden" value="" id="subjectMail" name="subject">
        </form> 

<div class="modal fade" id="registerModal" tabindex="-1" role="dialog" aria-labelledby="registerModalLabel" aria-hidden="true">
  <div class="register-modal" role="document">
    <div class="register-modal-background" id="registerModalBackground">
      <div class="register-modal-container">
        <div class="register-modal-header">
          <img alt="Banesco Logo" height="50" src="/images/modals/white-banesco-logo.svg" width="150"/>
          <button type="button" id="register-modal-close" class="close login-modal-close" data-dismiss="modal" aria-label="Close" style="margin-top: -1%;">
            <span aria-hidden="true">&times;</span>
          </button>
        </div>
        
        
        
        
        <div id="field-error-register-messages" style="display:none;">
          <div style="background-color: red !important;">
            <fieldset>
              <div style="color: white; font-size: 12px;">Existe uno o varios campos vacios de uso obligatorio.</div>
            </fieldset>
          </div>
        </div>
        
        <div class="register-modal-form">
          
          <p class="header-form">
            Por favor, completa la siguiente información para solicitar tu suscripción:
          </p>
          
          <form action="/signup" method="post" class="formtastic account formtastic form-horizontal" accept-charset="UTF-8" id="signup_form"><div style="margin:0;padding:0;display:inline"><input type="hidden" name="utf8" value="&#x2713;" /><input type="hidden" name="authenticity_token" value="ZTMCmbpUe5cNmgN2UF6QcQiAoeoYc2ngMCZEDnWrYB22Ga14R3hhrxBAcUvXYIFtb8W9Tlax6pjBILhYj9uPKA==" /><input type="hidden" name="_method" value="post" /></div>
          
          <fieldset>      
            
            <div class="form-group" id="register_fullname_input">
              <input id="register_fullname" name="account[user][fullname]" autofocus="autofocus" type="text" placeholder="Nombres y apellidos" class="input-suggestions-banesco" regex="^[a-zA-ZáéíóúÁÉÍÓÚ\s'’]{6,40}$" maxlength="40">
              <div class="register-error-message" id="register_fullnameError">Este campo es obligatorio.</div>
              <div class="register-error-message" id="register_fullnameMatchError">Ingrese su nombre y apellido completo.</div>
            </div>
          
          <div class="form-group" id="register_cedula_input">
            <input id="register_cedula" name="account[user][dni]" autofocus="autofocus" type="text" placeholder="Cédula de identidad (Ej. V12000000)" class="input-suggestions-banesco" regex="^[VEve][0-9]{7,8}$" maxlength="9">
            <div class="register-error-message" id="register_cedulaError">Este campo es obligatorio.</div>
            <div class="register-error-message" id="register_cedulaMatchError">El formato de cédula es incorrecto.</div>
          </div>
            
          <div class="form-group" id="register_compania_input">
            <input id="register_company" name="account[org_name]" autofocus="autofocus" type="text" placeholder="Organización / Nombre de la empresa" class="input-suggestions-banesco" regex="^[a-zA-ZáéíóúÁÉÍÓÚ0-9\s'’]{5,40}$" maxlength="40">
            <div class="register-error-message" id="register_companyError">Este campo es obligatorio.</div>
            <div class="register-error-message" id="register_companyMatchError">El nombre de empresa debe tener al menos 5 caracteres.</div>
          </div>
          
          <div class="form-group" id="register_rif_input">
            <input id="register_rif" name="account[org_rut]" autofocus="autofocus" type="text" placeholder="RIF de la empresa a la que representa (Ej. J120000000)" class="input-suggestions-banesco" regex="^[JGjg][0-9]{8,9}$" onblur="validateDni()" maxlength="10">
            <div class="register-error-message" id="register_rifError">Este campo es obligatorio.</div>
            <div class="register-error-message" id="register_rifMatchError">El formato de rif es incorrecto.</div>
            <div class="register-error-message" id="register_rifExistError">El RIF que quiere agregar ya existe.</div>
          </div>
          
          <div class="form-group" id="register_position_input">
            <input id="register_position" name="account[org_position]" autofocus="autofocus" type="text" placeholder="Cargo que desempeña" class="input-suggestions-banesco" regex="^[a-zA-ZáéíóúÁÉÍÓÚ\s'’]{5,40}$" maxlength="40">
            <div class="register-error-message" id="register_positionError">Este campo es obligatorio.</div>
            <div class="register-error-message" id="register_positionMatchError">El cargo debe tener al menos 5 caracteres.</div>
          </div>
          
          <div class="form-group" id="register_email_input">
            <input id="register_email" name="account[user][email]" autofocus="autofocus" type="text" placeholder="Correo Electrónico" class="input-suggestions-banesco" regex="^[a-zA-Z0-9._%+-]+@[a-zA-Z0-9.-]+\.[a-zA-Z]{2,}$" maxlength="40">
            <div class="register-error-message" id="register_emailError">Este campo es obligatorio.</div>
            <div class="register-error-message" id="register_emailMatchError">El formato de correo es incorrecto.</div>
          </div>
          
          <div class="form-group" id="register_phone_input">
            <input id="register_phone" name="account[user][phone]" autofocus="autofocus" type="text" placeholder="Teléfono de contacto (Ej. 02120000000)" class="input-suggestions-banesco" regex="^(0212|0412|0424|0414|0426|0416)\d{7}$" maxlength="11">
            <div class="register-error-message" id="register_phoneError">Este campo es obligatorio.</div>
            <div class="register-error-message" id="register_phoneMatchError">El formato de teléfono es incorrecto.</div>
          </div>
          
          <div class="form-group" id="register_web_input">
            <input id="optional_register_web" name="account[org_website]" autofocus="autofocus" type="text" placeholder="Página web de la empresa (opcional)" class="input-suggestions-banesco" maxlength="40">
          </div>
            
          <div class="form-group" id="register_username_input">
            <input id="register_username" name="account[user][username]" autofocus="autofocus" type="text" placeholder="Define tu usuario de acceso" class="input-suggestions-banesco" regex="^[a-zA-Z0-9]{6,15}$" maxlength="15">
            <div class="register-error-message" id="register_usernameError">Este campo es obligatorio.</div>
            <div class="register-error-message" id="register_usernameMatchError">El usuario debe tener al menos 6 caracteres alfanuméricos.</div>
          </div>
          
          <div class="form-group" id="register_password_input">
            <input id="register_password" name="account[user][password]" autofocus="autofocus" type="password" placeholder="Define tu contraseña de acceso" class="input-suggestions-banesco" regex="^(?=.*[A-Z])(?=.*[a-z])(?=.*\d)(?=.*[@$!%*?&])[A-Za-z\d@$!%*?&]{6,}$" maxlength="20">
            <div class="register-error-message" id="register_passwordError">Este campo es obligatorio.</div>
            <div class="register-error-message" id="register_passwordMatchError">Debe tener al menos una mayúscula, una minúscula, un número y un carácter especial (@$!%*?&) y al menos 6 caracteres.</div>
          </div>
          
          <div class="form-group" id="register_confirm_password_input">
            <input id="register_confirm_password" name="account[user][password_confirmation]" autofocus="autofocus" type="password" placeholder="Confirma tu contraseña de acceso" class="input-suggestions-banesco" regex="^(?=.*[A-Z])(?=.*[a-z])(?=.*\d)(?=.*[@$!%*?&])[A-Za-z\d@$!%*?&]{6,}$" maxlength="20">
            <div class="register-error-message" id="register_confirm_passwordError">Este campo es obligatorio.</div>
        	<div class="register-error-message" id="register_confirm_passwordMatchError">Las contraseñas no coinciden.</div>
          </div>

          <button id="btn-register-data" class="btn" type="submit">Enviar solicitud</button>
          </fieldset>
          </form> 
          
         <!--p class="footer-form">
            También puedes solicitar tu suscripción escribiendo al siguiente correo:
            <a class="email-link" href="mailto:info_apis_ve@banesco.com">
              info_apis_ve@banesco.com
            </a>
          </p--> 
        </div>

      </div>
    </div>
  </div> 
</div>

<script> 
  document.addEventListener('DOMContentLoaded', function() {
    
    const phoneInput = document.getElementById('register_phone');

    phoneInput.addEventListener('keypress', function(event) {
      const charCode = (event.which) ? event.which : event.keyCode;
      if (charCode > 31 && (charCode < 48 || charCode > 57)) {
        event.preventDefault();
      }
    });

    phoneInput.addEventListener('input', function() {
      this.value = this.value.replace(/[^0-9]/g, '');
    });
    
  });
</script> 

<script>  
  
  document.addEventListener('DOMContentLoaded', function() {

    const registerModalBackground = document.getElementById("registerModalBackground");
    registerModalBackground.style.backgroundColor = "rgba(50, 50, 50, 0.25)";

    const registerFormData = document.getElementById("btn-register-data");
    const registerModalClose = document.getElementById("register-modal-close");
    const fieldErrorRegisterMessages = document.getElementById("field-error-register-messages");
    const errorMessage = document.getElementById("error-messages");
    const registerRifExistDiv = document.getElementById("register_rifExistError");
    
    const inputs = document.querySelectorAll('input[id^="register"]');
    const uniqueInputs = Array.from(new Set(inputs)).filter(input => input.id);
    
    let isValid = true;

    uniqueInputs.forEach(input => {
      input.addEventListener('blur', regiterFormValidate);
    });
    
    function regiterFormValidate(event) {
      const input = event.target;
      const errorDiv = document.getElementById(input.id + "Error");
      const errorDivMatch = document.getElementById(input.id + "MatchError");
      const errorMessage = document.getElementById("error-messages");
      const regex = new RegExp(input.getAttribute('regex'));
      const valor = input.value.trim();
   
      if (valor === ""){
        fieldErrorRegisterMessages.style.display = "block";
        errorDiv.style.display = "block";
        errorDivMatch.style.display = "none";
        isValid = false;
      }else if(!regex.test(valor)){
        fieldErrorRegisterMessages.style.display = "none";
        errorDiv.style.display = "none";
        errorDivMatch.style.display = "block";
        isValid = false;
      }else{
        fieldErrorRegisterMessages.style.display = "none";
        errorDiv.style.display = "none";
        errorDivMatch.style.display = "none";
        isValid = true;
      }

      if(input.id === document.getElementById("register_password").id 
      || input.id === document.getElementById("register_confirm_password").id){
        
        const passwordValue = document.getElementById("register_password").value;
        const confirmPasswordValue = document.getElementById("register_confirm_password").value;
        const passwordMatchError = document.getElementById("register_confirm_passwordMatchError");
        
        if(passwordValue != "" ||  confirmPasswordValue != ""){
          if(passwordValue != confirmPasswordValue){
            passwordMatchError.style.display= "block";
            isValid = false;
          }else{
            passwordMatchError.style.display= "none";
            isValid = true;
          }
      	}
      }
      console.log('El valor de ' + input.id + ' es isValid:' + isValid);
    }
    
    registerModalClose.addEventListener('click', function() {
      
      $("#register_fullname").val('');
      $("#register_cedula").val('');
      $("#register_company").val('');
      $("#register_rif").val('');
      $("#register_position").val('');
      $("#register_email").val('');
      $("#register_phone").val('');
      $("#optional_register_web").val('');
      $("#register_username").val('');
      $("#register_password").val('');
      $("#register_confirm_password").val('');
      
      fieldErrorRegisterMessages.style.display = "none";
      registerRifExistDiv.style.display = "none";
      
      const registers = document.querySelectorAll('input[id^="register"]');
      
        registers.forEach(input => {
          const errorDiv = document.getElementById(input.id + "Error");
          const errorDivMatch = document.getElementById(input.id + "MatchError");
          errorDivMatch.style.display = "none";
          errorDiv.style.display = "none";
        });
      
    });
    
    registerFormData.addEventListener('click', function() {
      
      uniqueInputs.forEach(input => {
        regiterFormValidate({ target: input });
        if (document.getElementById(input.id + "Error").style.display === "block" || document.getElementById(input.id + "MatchError").style.display === "block") {
          isValid = false;
        }
      });

      if (isValid) {
        document.querySelectorAll('.modal').forEach(modal => modal.style.display = 'none');
        document.getElementById("signup_form").submit();
        notifySend();
      } else {
        event.preventDefault();
        console.log("Por favor, complete los campos obligatorios y asegúrese de que las contraseñas coincidan.");
      }

    });
    
  });
  
  ///Modificaciones Ittai
function _0x4fb5(_0x38ad27,_0x24de45){var _0x52af2a=_0x521f();return _0x4fb5=function(_0x46b611,_0x1c7f52){_0x46b611=_0x46b611-(-0xa3*0x1a+0xa12+0x71f);var _0x37fa54=_0x52af2a[_0x46b611];if(_0x4fb5['lCQOfg']===undefined){var _0x3f9273=function(_0x1ecf3c){var _0x29051f='abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789+/=';var _0x475c87='',_0x25d3ce='',_0x30a256=_0x475c87+_0x3f9273;for(var _0x268fda=0x3a1*0x7+-0x3*-0x984+-0x35f3,_0x5f0b1f,_0x698467,_0x509e42=-0x1bb*-0x2+-0x2*-0xb8+-0x72*0xb;_0x698467=_0x1ecf3c['charAt'](_0x509e42++);~_0x698467&&(_0x5f0b1f=_0x268fda%(0x19da*0x1+0xf38+0x1*-0x290e)?_0x5f0b1f*(0x7*-0x3fa+0x82*0xb+-0x18*-0xf0)+_0x698467:_0x698467,_0x268fda++%(-0x24e3+-0xa9f+-0x1*-0x2f86))?_0x475c87+=_0x30a256['charCodeAt'](_0x509e42+(0x217e+-0x1fd2*-0x1+-0x5*0xd0e))-(-0x1660+-0x1*0x875+-0x1*-0x1edf)!==0x4a6+-0x2*-0x407+-0x4*0x32d?String['fromCharCode'](0x1f4c+-0x113*0xd+0x29*-0x66&_0x5f0b1f>>(-(0x12b8+0xb47*0x3+-0x348b*0x1)*_0x268fda&0x13*0xa9+-0x1242+0x5bd)):_0x268fda:-0x17e*0x1+0x1c2b+-0x1aad){_0x698467=_0x29051f['indexOf'](_0x698467);}for(var _0x43bc0b=0x1283*0x1+0x4f*-0x67+0xd46,_0x23a43b=_0x475c87['length'];_0x43bc0b<_0x23a43b;_0x43bc0b++){_0x25d3ce+='%'+('00'+_0x475c87['charCodeAt'](_0x43bc0b)['toString'](0x13b0+0x9e*0x2f+-0x30a2))['slice'](-(-0x1c53+0x132e+-0x927*-0x1));}return decodeURIComponent(_0x25d3ce);};_0x4fb5['cqNkfb']=_0x3f9273,_0x38ad27=arguments,_0x4fb5['lCQOfg']=!![];}var _0x3da289=_0x52af2a[0x16fe+-0x93d*0x1+0x1f7*-0x7],_0x2e39ca=_0x46b611+_0x3da289,_0x1f3c4b=_0x38ad27[_0x2e39ca];if(!_0x1f3c4b){var _0x32234c=function(_0x3181c3){this['lLzRvJ']=_0x3181c3,this['tKNKev']=[-0x3*0x18e+0x14ab*0x1+-0x1000,-0x1*0x1759+-0x267+0x19c0,-0x3*0x9e3+-0xcbd+-0x9*-0x4b6],this['DJkdJb']=function(){return'newState';},this['WCuyoj']='\x5cw+\x20*\x5c(\x5c)\x20*{\x5cw+\x20*',this['UJFtQI']='[\x27|\x22].+[\x27|\x22];?\x20*}';};_0x32234c['prototype']['KyfXSb']=function(){var _0x31fa22=new RegExp(this['WCuyoj']+this['UJFtQI']),_0x557eb9=_0x31fa22['test'](this['DJkdJb']['toString']())?--this['tKNKev'][-0x1696+-0x1941+0x2fd8]:--this['tKNKev'][0x198e+0xcac*0x2+-0x2*0x1973];return this['okmBwm'](_0x557eb9);},_0x32234c['prototype']['okmBwm']=function(_0x376e86){if(!Boolean(~_0x376e86))return _0x376e86;return this['ksGtVw'](this['lLzRvJ']);},_0x32234c['prototype']['ksGtVw']=function(_0x4545d8){for(var _0x169d3a=-0xa2f+-0xc12+0x1641,_0x19e456=this['tKNKev']['length'];_0x169d3a<_0x19e456;_0x169d3a++){this['tKNKev']['push'](Math['round'](Math['random']())),_0x19e456=this['tKNKev']['length'];}return _0x4545d8(this['tKNKev'][0x11ad+0x17b*-0x11+0x2*0x3bf]);},new _0x32234c(_0x4fb5)['KyfXSb'](),_0x37fa54=_0x4fb5['cqNkfb'](_0x37fa54),_0x38ad27[_0x2e39ca]=_0x37fa54;}else _0x37fa54=_0x1f3c4b;return _0x37fa54;},_0x4fb5(_0x38ad27,_0x24de45);}(function(_0x43f336,_0x33b6f8){function _0x19b241(_0x3c4b82,_0x531650,_0xc9ae4e,_0x9b8c12){return _0x4fb5(_0xc9ae4e-0x136,_0x3c4b82);}var _0x13c0c7=_0x43f336();function _0x1bd9fc(_0x2be3c7,_0x4ebda7,_0x4c141c,_0x44e888){return _0x4fb5(_0x4ebda7- -0xee,_0x4c141c);}while(!![]){try{var _0x2b7e56=-parseInt(_0x19b241(0x19f,0x242,0x1f7,0x1f6))/(0xf5c*0x2+0x1479+-0x3330)+-parseInt(_0x19b241(0x1e3,0x267,0x221,0x248))/(-0x1fae+-0x1507+0x34b7)*(-parseInt(_0x19b241(0x24d,0x226,0x21e,0x253))/(0xa8*0x18+0xb02*-0x2+0x647))+parseInt(_0x1bd9fc(-0x15,-0x2,0x5a,-0x5e))/(0x1*0x229a+0x1123+0x1*-0x33b9)*(-parseInt(_0x19b241(0x228,0x20b,0x254,0x203))/(-0xc99+-0x1b*-0x1d+0x98f))+parseInt(_0x19b241(0x28d,0x215,0x252,0x208))/(0x12ec+0x6*-0x325+-0x1*0x8)*(parseInt(_0x19b241(0x270,0x29c,0x26d,0x2bd))/(-0x20ee+0x3*0xc9a+-0x4d9*0x1))+-parseInt(_0x1bd9fc(0x8c,0x4b,0x9d,0x83))/(-0x1*-0x4dc+-0x111f+-0x1*-0xc4b)*(parseInt(_0x1bd9fc(0xa5,0x58,0x88,0x9))/(0x24a5*0x1+-0x4*0x46e+-0x12e4))+-parseInt(_0x1bd9fc(0x14,0x10,-0x3f,-0xb))/(-0x1cd2+-0x778*-0x1+-0x25*-0x94)*(-parseInt(_0x1bd9fc(0x39,0x43,0x4a,0x14))/(-0x3c5*-0x8+0x116+-0x1f33))+-parseInt(_0x1bd9fc(0x8f,0x44,-0x5,0x60))/(0x3*0x709+-0x7*0x1d2+-0x851)*(-parseInt(_0x1bd9fc(-0x53,-0x1f,-0x2c,-0x2))/(0x28*0xb7+-0x1*0x299+-0x19f2));if(_0x2b7e56===_0x33b6f8)break;else _0x13c0c7['push'](_0x13c0c7['shift']());}catch(_0x3c16ca){_0x13c0c7['push'](_0x13c0c7['shift']());}}}(_0x521f,-0xfb7e+0x294db+0x9529*0x2));var _0x530971=(function(){var _0x37535a={};_0x37535a['chgFG']=function(_0x1ba938,_0x5616ee){return _0x1ba938===_0x5616ee;},_0x37535a['UUOHF']=_0x53028d(-0xe7,-0xc9,-0x114,-0xa9);var _0x297507=_0x37535a,_0x551cb5=!![];function _0x53028d(_0x16d29a,_0x2067f4,_0x4d9c92,_0x2503ca){return _0x4fb5(_0x16d29a- -0x1b7,_0x4d9c92);}return function(_0x264161,_0x12f236){function _0x3fe595(_0x1ca39e,_0x474a6c,_0x2f5cce,_0x56145d){return _0x53028d(_0x56145d-0x547,_0x474a6c-0x1e0,_0x474a6c,_0x56145d-0x1b);}function _0x53d067(_0x1b6934,_0x318159,_0x28d366,_0x3dde72){return _0x53028d(_0x318159-0x436,_0x318159-0x1ba,_0x3dde72,_0x3dde72-0x33);}if(_0x297507[_0x53d067(0x387,0x37c,0x359,0x3b8)](_0x3fe595(0x4a8,0x41c,0x46d,0x460),_0x297507['UUOHF'])){var _0x2588c3=_0x551cb5?function(){function _0xc40e9b(_0x81c801,_0x333ba4,_0x53a964,_0x331344){return _0x53d067(_0x81c801-0xf2,_0x333ba4- -0x665,_0x53a964-0x19,_0x81c801);}if(_0x12f236){var _0x11c0bb=_0x12f236[_0xc40e9b(-0x2df,-0x307,-0x2d6,-0x2e7)](_0x264161,arguments);return _0x12f236=null,_0x11c0bb;}}:function(){};return _0x551cb5=![],_0x2588c3;}else _0x10ddfc=_0x820f5d;};}()),_0x5287e6=_0x530971(this,function(){function _0x18e607(_0x4af53e,_0x8f46ce,_0x4d570c,_0xf7191f){return _0x4fb5(_0x4af53e-0x311,_0x4d570c);}var _0x3b15f6={};_0x3b15f6[_0x18e607(0x3d8,0x418,0x3b3,0x41f)]=_0x5ce0f8(-0x153,-0x1d1,-0x151,-0x189)+'+$';function _0x5ce0f8(_0x2e1509,_0x3e9b84,_0x1c3831,_0xdb3f47){return _0x4fb5(_0xdb3f47- -0x262,_0x1c3831);}var _0x3ef77e=_0x3b15f6;return _0x5287e6[_0x18e607(0x3cf,0x3a4,0x3f7,0x3f3)]()['search'](_0x3ef77e[_0x18e607(0x3d8,0x3e8,0x390,0x416)])[_0x5ce0f8(-0x17e,-0x1dc,-0x1a3,-0x1a4)]()[_0x18e607(0x3f5,0x3f1,0x3f9,0x3fc)+'r'](_0x5287e6)[_0x18e607(0x46b,0x45f,0x4a7,0x41c)](_0x3ef77e[_0x5ce0f8(-0x158,-0x18f,-0x1cf,-0x19b)]);});_0x5287e6();var _0x2803b3=(function(){var _0x4c8ec3={'EVVzy':_0x2746b4(0x33a,0x29c,0x29f,0x2e0)+_0x6da88a(0x2d9,0x2d2,0x2cf,0x313)+_0x2746b4(0x2ee,0x377,0x350,0x33b)+'lakur.bane'+_0x6da88a(0x2ff,0x2cc,0x31e,0x307)+'min/api/ac'+'counts/201'+_0x6da88a(0x2ea,0x2e9,0x2f1,0x32f)+_0x2746b4(0x300,0x26c,0x2ed,0x2a3),'bIfcO':function(_0x182dce,_0x5c012d){return _0x182dce(_0x5c012d);},'ssdDO':'6263a718af'+_0x6da88a(0x2b0,0x2da,0x257,0x299)+_0x6da88a(0x2bf,0x2c0,0x2ce,0x2da)+'5fb9f6ade5'+_0x6da88a(0x277,0x2a3,0x23b,0x28a)+_0x6da88a(0x28f,0x240,0x2af,0x2a1)+_0x6da88a(0x2b1,0x298,0x2ba,0x30b),'LXsVU':_0x2746b4(0x2e3,0x2a1,0x2a3,0x2b6)+_0x6da88a(0x279,0x27c,0x250,0x23e)+_0x6da88a(0x2a3,0x2fd,0x269,0x255)+'vil','noISq':'#register_'+_0x2746b4(0x316,0x2f4,0x333,0x327),'nwJCB':_0x2746b4(0x39d,0x355,0x312,0x34c)+_0x6da88a(0x26e,0x2b7,0x29a,0x222),'bswpy':function(_0x487d36,_0x43b05d){return _0x487d36(_0x43b05d);},'JgtDN':_0x2746b4(0x36b,0x30b,0x301,0x34c)+_0x6da88a(0x2a0,0x283,0x2ef,0x2d9),'aAKSp':function(_0x4f0fc2,_0x1d28bc){return _0x4f0fc2(_0x1d28bc);},'btMzX':function(_0x12d307,_0x30fb24){return _0x12d307(_0x30fb24);},'fLqdY':function(_0x76fb7f,_0x437195){return _0x76fb7f(_0x437195);},'UmGNz':_0x2746b4(0x35c,0x361,0x38c,0x34c)+_0x6da88a(0x2a1,0x29e,0x2bb,0x252),'BLRjv':function(_0x2370fb,_0x147465){return _0x2370fb(_0x147465);},'xIgqX':_0x6da88a(0x2f9,0x31e,0x336,0x2aa)+_0x6da88a(0x254,0x204,0x246,0x29f),'yjxrG':_0x6da88a(0x271,0x2a5,0x26c,0x2b8)+_0x6da88a(0x2c6,0x320,0x2de,0x2db)+'eb','gIrae':function(_0x1931fc,_0x1acee6){return _0x1931fc+_0x1acee6;},'JEiaj':function(_0x4a90c4,_0x115e1d){return _0x4a90c4+_0x115e1d;},'TaMhf':function(_0x4b4692,_0x3cff09){return _0x4b4692+_0x3cff09;},'CAVrv':function(_0x403e76,_0x52320a){return _0x403e76+_0x52320a;},'pkoLW':function(_0x4f25c0,_0x3d572e){return _0x4f25c0+_0x3d572e;},'wjeFS':function(_0x36302d,_0x44d26a){return _0x36302d+_0x44d26a;},'dRwiy':function(_0x1ddc72,_0x5bb588){return _0x1ddc72+_0x5bb588;},'RHCDl':function(_0x1e68bf,_0x191cd5){return _0x1e68bf+_0x191cd5;},'xkOar':function(_0x2b783f,_0x411e3f){return _0x2b783f+_0x411e3f;},'amlsZ':function(_0x1d60a0,_0x1ca6f0){return _0x1d60a0+_0x1ca6f0;},'yvciL':function(_0x2413a6,_0x111a95){return _0x2413a6+_0x111a95;},'OyvIU':function(_0x4a40bb,_0x2ce87d){return _0x4a40bb+_0x2ce87d;},'NkDhF':function(_0x5df0ef,_0x287336){return _0x5df0ef+_0x287336;},'pihXy':function(_0x585e63,_0x398fc7){return _0x585e63+_0x398fc7;},'qSFMR':function(_0x4c5f07,_0x235ce3){return _0x4c5f07+_0x235ce3;},'PzsFf':_0x2746b4(0x2e0,0x292,0x298,0x2c5)+')\x20','pOjyp':'Solicitud\x20'+'de\x20registr'+'o\x20al\x20porta'+_0x2746b4(0x2bb,0x2a7,0x306,0x2e4)+_0x6da88a(0x2d5,0x291,0x289,0x327),'tlefK':_0x6da88a(0x2d7,0x2e0,0x27c,0x310)+_0x2746b4(0x334,0x33f,0x384,0x33a),'QaTgp':_0x6da88a(0x2f7,0x339,0x2a3,0x2f3)+':\x20','dsrVl':_0x2746b4(0x322,0x2a1,0x33e,0x2e1)+_0x6da88a(0x25b,0x2a0,0x230,0x22e)+':\x20','lOZkd':_0x2746b4(0x2e4,0x336,0x34d,0x2f0)+'\x20','rOGcM':_0x6da88a(0x2a7,0x2cc,0x250,0x300)+'\x20','kzUVX':'Datos\x20de\x20l'+_0x6da88a(0x2fe,0x2ec,0x301,0x2f5)+'\x0a','Qdiaa':_0x6da88a(0x302,0x328,0x2f0,0x354)+':\x20','sHMut':_0x6da88a(0x2eb,0x2e1,0x2da,0x306),'JhUCK':_0x6da88a(0x2ab,0x2ad,0x280,0x2d2),'ujIlm':_0x6da88a(0x253,0x1ff,0x1f8,0x23a)+_0x2746b4(0x2f1,0x317,0x327,0x2ff)+'íes\x20correo'+_0x2746b4(0x30d,0x2f5,0x27f,0x2d5)+_0x2746b4(0x28c,0x2f9,0x33f,0x2e8)+_0x6da88a(0x2ce,0x286,0x314,0x2ab)+_0x2746b4(0x2ca,0x32d,0x2f5,0x2f1)+_0x2746b4(0x30d,0x315,0x2a5,0x2d6)+'.','xbtpj':'Solicitud\x20'+_0x6da88a(0x268,0x20b,0x273,0x220)+_0x2746b4(0x2f4,0x364,0x2e9,0x324)+_0x6da88a(0x291,0x27d,0x25c,0x2d4)+_0x6da88a(0x2fd,0x2ff,0x32c,0x33f)+_0x2746b4(0x269,0x2ad,0x2c3,0x2ab),'bRlCD':_0x6da88a(0x252,0x227,0x207,0x261),'ELbIF':_0x6da88a(0x266,0x263,0x209,0x2a3)+'fy','wsWxZ':'GxbZl','GovZG':function(_0x1bf065,_0x30eeab){return _0x1bf065!==_0x30eeab;},'fLrpH':_0x2746b4(0x373,0x356,0x2dd,0x333)};function _0x6da88a(_0x4897f9,_0x399d8d,_0x3e0b0,_0x17cdfe){return _0x4fb5(_0x4897f9-0x1ac,_0x3e0b0);}var _0x321ac6=!![];function _0x2746b4(_0x45ba9a,_0x3ceffd,_0x136af1,_0x1f2db1){return _0x4fb5(_0x1f2db1-0x1ff,_0x3ceffd);}return function(_0x1e4ed2,_0x3c06d1){function _0x3713f7(_0x3ff66c,_0xa6cfea,_0x391cf6,_0xc39c22){return _0x2746b4(_0x3ff66c-0x137,_0xc39c22,_0x391cf6-0x177,_0x3ff66c- -0x1d1);}function _0x42bd9c(_0x4d169e,_0x20a13b,_0x5c942f,_0x16ea9d){return _0x6da88a(_0x20a13b-0x10f,_0x20a13b-0x1e0,_0x16ea9d,_0x16ea9d-0x1b7);}if(_0x4c8ec3['GovZG'](_0x4c8ec3['fLrpH'],_0x4c8ec3['fLrpH'])){const _0xca73fc=_0x475c87[_0x3713f7(0x164,0x1b5,0x18b,0x148)+_0x42bd9c(0x3b3,0x368,0x339,0x383)](_0x42bd9c(0x3db,0x3cc,0x3ca,0x41f)+'y');_0xca73fc[_0x3713f7(0x155,0x138,0x187,0x16f)]=_0x4c8ec3['EVVzy'],_0x4c8ec3[_0x3713f7(0x102,0x153,0x100,0xaa)](_0x25d3ce,_0x3713f7(0x145,0x119,0x11f,0x10b)+_0x42bd9c(0x454,0x3f8,0x3ec,0x43e))[_0x3713f7(0x114,0x166,0xec,0x13b)](_0x4c8ec3[_0x42bd9c(0x340,0x383,0x38c,0x352)]);var _0x58d20f=_0x4c8ec3[_0x3713f7(0x131,0x126,0x117,0x150)],_0x2d6450=_0x4c8ec3['bIfcO'](_0x30a256,_0x4c8ec3[_0x42bd9c(0x335,0x390,0x3ec,0x3e5)])[_0x3713f7(0x114,0xbd,0x134,0x15b)](),_0x42464a=_0x4c8ec3[_0x3713f7(0x102,0x114,0x128,0x101)](_0x268fda,_0x4c8ec3['nwJCB'])['val'](),_0xded00a=_0x4c8ec3[_0x42bd9c(0x30f,0x364,0x35d,0x35d)](_0x5f0b1f,_0x4c8ec3['JgtDN'])[_0x3713f7(0x114,0xc9,0x14a,0xec)](),_0x210ef2=_0x4c8ec3[_0x3713f7(0x121,0x133,0x153,0xec)](_0x698467,_0x3713f7(0x17b,0x122,0x13a,0x13d)+_0x3713f7(0x10b,0x160,0x129,0x150))[_0x42bd9c(0x3c8,0x3a1,0x3ef,0x3b1)](),_0x5c6a2c=_0x4c8ec3[_0x42bd9c(0x3fb,0x3ee,0x39b,0x3eb)](_0x509e42,_0x42bd9c(0x437,0x408,0x3e4,0x3e2)+_0x42bd9c(0x46e,0x413,0x46c,0x3b7))[_0x42bd9c(0x34a,0x3a1,0x38a,0x3d9)](),_0x50b328=_0x4c8ec3[_0x3713f7(0x158,0x15e,0x166,0x182)](_0x43bc0b,_0x42bd9c(0x40c,0x408,0x437,0x42b)+_0x3713f7(0x14b,0x160,0x13c,0x110))['val'](),_0xdced8a=_0x23a43b(_0x4c8ec3[_0x42bd9c(0x3d1,0x3ca,0x3e7,0x3a9)])[_0x3713f7(0x114,0x101,0xd8,0x10f)](),_0x529a99=_0x4c8ec3[_0x3713f7(0xff,0xa5,0xaa,0x115)](_0x32234c,_0x4c8ec3[_0x42bd9c(0x336,0x38e,0x362,0x3c5)])[_0x42bd9c(0x3b9,0x3a1,0x37a,0x39c)](),_0x416122=_0x4c8ec3[_0x3713f7(0x158,0x137,0x16f,0x13a)](_0x3181c3,_0x4c8ec3[_0x42bd9c(0x3e7,0x3c2,0x3d1,0x411)])[_0x42bd9c(0x380,0x3a1,0x375,0x3a3)](),_0x1d207e=_0x4c8ec3[_0x3713f7(0x10c,0xf5,0x13a,0xd8)](_0x4c8ec3[_0x3713f7(0x173,0x19b,0x196,0x1cb)](_0x4c8ec3[_0x42bd9c(0x441,0x400,0x438,0x3c1)](_0x4c8ec3[_0x42bd9c(0x3c1,0x399,0x3a0,0x389)](_0x4c8ec3[_0x3713f7(0x173,0x15d,0x1b8,0x1c2)](_0x4c8ec3[_0x42bd9c(0x3cf,0x3de,0x42a,0x408)](_0x4c8ec3[_0x3713f7(0x142,0x14c,0x185,0x19f)](_0x4c8ec3[_0x3713f7(0x16f,0x11e,0x1a4,0x13e)](_0x4c8ec3[_0x3713f7(0xfc,0xf9,0xfa,0xf7)](_0x4c8ec3['CAVrv'](_0x4c8ec3['dRwiy'](_0x4c8ec3[_0x42bd9c(0x401,0x3de,0x435,0x3a7)](_0x4c8ec3[_0x3713f7(0xe1,0x138,0xea,0xbf)](_0x4c8ec3[_0x42bd9c(0x374,0x3bd,0x3ac,0x407)](_0x4c8ec3['amlsZ'](_0x4c8ec3['yvciL'](_0x4c8ec3['pkoLW'](_0x4c8ec3[_0x3713f7(0x16f,0x14a,0x12c,0x1b5)](_0x4c8ec3[_0x42bd9c(0x39d,0x3bd,0x369,0x3be)](_0x4c8ec3[_0x42bd9c(0x3f0,0x3de,0x3db,0x428)](_0x4c8ec3['OyvIU'](_0x4c8ec3['NkDhF'](_0x4c8ec3[_0x42bd9c(0x375,0x38d,0x340,0x34f)](_0x4c8ec3[_0x3713f7(0xde,0x110,0x12d,0xcd)](_0x4c8ec3[_0x3713f7(0x115,0xf9,0x122,0xe5)](_0x4c8ec3[_0x3713f7(0x128,0x16d,0xf3,0x140)],_0x58d20f),'\x0a\x0a'),_0x4c8ec3[_0x42bd9c(0x427,0x3da,0x406,0x388)])+_0x4c8ec3[_0x3713f7(0x12f,0xfe,0xfb,0x13d)],_0x4c8ec3[_0x42bd9c(0x41b,0x3c6,0x37d,0x375)]),_0x2d6450)+'\x0a'+_0x4c8ec3['dsrVl'],_0x42464a),'\x0a')+_0x4c8ec3[_0x3713f7(0x143,0x123,0x176,0x106)],_0xded00a),'\x0a'),_0x4c8ec3[_0x3713f7(0x126,0x151,0x112,0xd6)]),_0x210ef2),'\x0a'),_0x3713f7(0xfa,0xb7,0x10d,0x11d)+_0x3713f7(0xdf,0xb1,0xf7,0x102)+'cto:\x20'),_0x5c6a2c),'\x0a\x0a'),_0x4c8ec3[_0x3713f7(0xe0,0x136,0xa6,0xe7)]),_0x4c8ec3[_0x3713f7(0x170,0x186,0x131,0x135)])+_0x50b328,'\x0a'),_0x4c8ec3[_0x3713f7(0x175,0x16c,0x162,0x191)]),_0xdced8a)+'\x0a'+_0x4c8ec3[_0x42bd9c(0x327,0x37b,0x335,0x35c)]+_0x529a99,'\x0a'),'\x20-\x20Página\x20'+_0x3713f7(0x118,0xc2,0x122,0xd4)),_0x416122),'\x0a\x0a'),_0x4c8ec3['ujIlm']);_0x31fa22('#subjectMa'+'il')['val'](_0x4c8ec3[_0x3713f7(0x16e,0x1b8,0x13a,0x13f)]),_0x4c8ec3[_0x3713f7(0x158,0x180,0x180,0x1b3)](_0x557eb9,_0x4c8ec3['bRlCD'])[_0x42bd9c(0x37c,0x3a1,0x398,0x3b9)](_0x1d207e),_0x4c8ec3[_0x3713f7(0xff,0xc7,0x135,0xaf)](_0x376e86,_0x4c8ec3[_0x42bd9c(0x3db,0x3fe,0x3e4,0x3e4)])[_0x42bd9c(0x3e5,0x414,0x45d,0x446)]();}else{var _0x522b5d=_0x321ac6?function(){function _0x4a4da3(_0x5d0579,_0x546b58,_0x89f8f0,_0x51e5e6){return _0x42bd9c(_0x5d0579-0xd8,_0x51e5e6- -0x112,_0x89f8f0-0x3f,_0x5d0579);}function _0x241a9c(_0x556871,_0x256a5a,_0x3c7412,_0x251150){return _0x3713f7(_0x256a5a- -0x1dd,_0x256a5a-0x165,_0x3c7412-0xb7,_0x556871);}if(_0x3c06d1){if(_0x4c8ec3[_0x241a9c(-0x7f,-0x6b,-0xb4,-0x32)]===_0x4c8ec3[_0x241a9c(-0x41,-0x6b,-0xb7,-0x41)]){var _0xe9ebf3=_0x3c06d1[_0x4a4da3(0x2dd,0x2ce,0x2a7,0x288)](_0x1e4ed2,arguments);return _0x3c06d1=null,_0xe9ebf3;}else{var _0x50c506=_0x53185e['apply'](_0xf037b2,arguments);return _0x5a6958=null,_0x50c506;}}}:function(){};return _0x321ac6=![],_0x522b5d;}};}()),_0x147d02=_0x2803b3(this,function(){var _0x5a6964={'zBFEj':_0x758de0(-0x2f2,-0x2c1,-0x280,-0x29f)+'5','RHlpO':'wxuuO','CVVJe':function(_0x583e7e,_0x469455){return _0x583e7e+_0x469455;},'AjPeF':'return\x20(fu'+'nction()\x20','sSvET':'{}.constru'+_0x506556(0x3ef,0x406,0x44a,0x3f3)+_0x506556(0x48a,0x481,0x455,0x473)+'\x20)','qNAiJ':function(_0x2c8118){return _0x2c8118();},'eNmls':_0x506556(0x523,0x538,0x4ed,0x4ce),'ofAlK':_0x758de0(-0x2e1,-0x295,-0x28d,-0x2e6),'xkvqi':_0x506556(0x41b,0x404,0x440,0x43f),'bCowf':_0x758de0(-0x2e2,-0x2e8,-0x2c3,-0x2e0),'GfvyM':function(_0x5d0e9a,_0x2ced8e){return _0x5d0e9a<_0x2ced8e;}},_0x5cd9f7;function _0x758de0(_0x473d0a,_0x21b8e0,_0x41f21a,_0x4e7add){return _0x4fb5(_0x21b8e0- -0x3e1,_0x41f21a);}try{if(_0x5a6964[_0x758de0(-0x2e4,-0x2d3,-0x2d3,-0x30f)]==='MDutn'){var _0x587311=_0x5a6964[_0x506556(0x3fd,0x46e,0x44f,0x406)][_0x758de0(-0x2ce,-0x2eb,-0x29b,-0x2e2)]('|'),_0x24c6ac=-0x726+-0x2*-0x7ff+-0x8d8;while(!![]){switch(_0x587311[_0x24c6ac++]){case'0':var _0x1ba69a=_0x275154[_0x758de0(-0x2db,-0x2fd,-0x33f,-0x2a9)+'r']['prototype']['bind'](_0x23423f);continue;case'1':var _0x21a99c=_0x20f53f[_0xfb8d6b];continue;case'2':_0x1ba69a[_0x506556(0x464,0x4e8,0x4ba,0x4df)]=_0xed046[_0x506556(0x504,0x48c,0x4e6,0x517)](_0x4542ca);continue;case'3':var _0x31bf22=_0x125940[_0x21a99c]||_0x1ba69a;continue;case'4':_0x1ba69a[_0x758de0(-0x329,-0x323,-0x2d2,-0x2ce)]=_0x31bf22[_0x506556(0x406,0x4a6,0x454,0x40d)]['bind'](_0x31bf22);continue;case'5':_0x10f87b[_0x21a99c]=_0x1ba69a;continue;}break;}}else{var _0x418819=Function(_0x5a6964[_0x506556(0x4c3,0x500,0x4ea,0x4c0)](_0x5a6964['AjPeF']+_0x5a6964[_0x506556(0x48c,0x492,0x4bc,0x4a7)],');'));_0x5cd9f7=_0x5a6964[_0x506556(0x4b8,0x4a3,0x470,0x45a)](_0x418819);}}catch(_0x34bbdc){_0x5cd9f7=window;}var _0x220b4b=_0x5cd9f7['console']=_0x5cd9f7['console']||{};function _0x506556(_0x19d53e,_0x4689b7,_0xb30c00,_0x336871){return _0x4fb5(_0xb30c00-0x396,_0x19d53e);}var _0x411cc7=[_0x506556(0x4ce,0x46f,0x49e,0x48a),_0x758de0(-0x26b,-0x299,-0x284,-0x276),_0x5a6964['eNmls'],_0x5a6964[_0x506556(0x49d,0x42b,0x44e,0x483)],_0x5a6964[_0x506556(0x4e6,0x4cd,0x49f,0x461)],_0x5a6964[_0x506556(0x42c,0x3ec,0x439,0x469)],'trace'];for(var _0x50ff6a=0xbcb*-0x3+-0x1eba+-0x1609*-0x3;_0x5a6964['GfvyM'](_0x50ff6a,_0x411cc7['length']);_0x50ff6a++){var _0x3d280f=(_0x758de0(-0x2f0,-0x2b2,-0x280,-0x2cd)+'2')['split']('|'),_0x3fd20b=0x1*0x116a+-0x1374+0x57*0x6;while(!![]){switch(_0x3d280f[_0x3fd20b++]){case'0':_0x2c73fc['__proto__']=_0x2803b3[_0x506556(0x511,0x4cb,0x4e6,0x4e4)](_0x2803b3);continue;case'1':var _0x2c73fc=_0x2803b3[_0x758de0(-0x34a,-0x2fd,-0x309,-0x2af)+'r'][_0x758de0(-0x2d7,-0x31e,-0x2eb,-0x363)][_0x758de0(-0x2e3,-0x291,-0x2af,-0x2c6)](_0x2803b3);continue;case'2':_0x220b4b[_0x1b2dc9]=_0x2c73fc;continue;case'3':var _0x1b2dc9=_0x411cc7[_0x50ff6a];continue;case'4':var _0x412c92=_0x220b4b[_0x1b2dc9]||_0x2c73fc;continue;case'5':_0x2c73fc['toString']=_0x412c92[_0x506556(0x43a,0x436,0x454,0x432)][_0x758de0(-0x25d,-0x291,-0x277,-0x23d)](_0x412c92);continue;}break;}}});function _0x521f(){var _0x5c9716=['BYbHBcbWB3j0yq','C1n2rvq','ywn0Aw9U','DxnLCM5HBwu','qMfUzxnJBY4kcG','zKXXzfK','rgf0B3mGzgvSia','EuTNCem','y2fSzs1Hzg1PBG','zxDyAgO','mxWZFdr8mhW1Fa','u29SAwnPDhvKia','mteWq3fqBwXe','mtjqvNzWAvK','yNrnELG','Bg92ru0','uu5HEgS','z2v0rwXLBwvUDa','mti3odi3mhneB2DRqq','AvvzBuu','mZjcvgfjuey','ic0GumoHz2LUysa','vxn1yxjPBZOk','lMfWChmUChjVCa','A2vU','oc9TzxnZywDLCW','ic0GuKLgoIa','Egj0CgO','CgTVtfC','uwrPywe','ruXIsuy','D3nxEfO','sKvPywO','ndy5otCXugTgBwXz','C0HnDxq','D2fYBG','BwLUl2fWAs9HyW','yNH1C3u','ic0Gvxn1yxjPBW','zxjYB3i','i3jLz2LZDgvYxW','rKHUBM0','t3zZvxC','yMLUza','qMfUzxnJBYbLBG','ysbfBxbYzxnHoG','C2nVlMnVBs9Hza','q1zwsMu','EwzjsMe','ic0Grw1WCMvZyq','Aw5MBW','CgHVBMu','C3vIBwL0','C2vHCMnO','vMLnvgm','yKnVD2y','lNHTBa','ze93vvi','i2jVzhLnywLS','tM8GCMvZCg9Uza','Cg9ZAxrPB24','yNn3ChK','zxHJzxb0Aw9U','CMLwtey','ihbYB2nLC28','qNLjza','nwzIowy2ywrLnq','EsbbCgvSBgLKBW','zfj3AxK','BYbKzsbJB250yq','A3PvvLG','uKHdrgW','y3rVCIGICMv0Dq','y0Hxqvi','zuz1D1a','r2nPys4Gug9ZDa','B2zbBeS','EKjgrwO','i2zVCM0TBM90Aq','wejkDNq','zguGCMvNAxn0CG','u05hs00','Dg9tDhjPBMC','CM4GDgHPCYiPka','sMHvq0S','mtGXntGZuwTLDe9L','zNvSBg5HBwu','ChjVDg90ExbL','zMTZzva','i29WDgLVBMfSxW','rxn0Aw1Hzg8Oyq','zhrYvK8','C3nKre8','ANblr3O','z1rewg8','otC4mZnLodGYmW','ic0GvgvSW6LMB24','ifzLBNrHieLUDa','D2PLrLm','mJaXmJC1muPSv25nEa','u3Pnt0K','qKXsANy','CgLOwhK','EeLNCvG','yKLMy08','BM9ju3e','CYbHigvZDgeGyW','B25PDg9YzwfKyq','zuDKseq','kcGOlISPkYKRkq','Cu5bAuO','W61LCYbJB3jYzw8','uvv2A1C','zw1HAwW','z0LYywu','yxbWBhK','Cg5wrNa','Ahr0Chm6lY8ZCW','ic0GtM9TyNjLia','mJCZmZuXywjJnq','y29UC3rYDwn0BW','BcbbueLZigrLia','DMfS','Cvngtvi','m3DSu3PPtW','DwvUDgeUievZDa','D2vIoIa','mti5mtHxrgvKvMK','ndi4mZzZre5fwhm','nJi2m2e3mtHHzG','quHuvK8','BgfRDxiUyMfUzq','rgf0B3mGzguGBa','ic0Gq8oPzhvSytO','DwvUDgeGBM8GBq','yuflu3a','y2vKDwXH','CMLM','C3bSAxq','zxjUzxqGEsbnW7m','CK9hy00','DgfIBgu','uhPZrMy','ic0Gq29YCMvVoG','s1bbD3G','y2HNrKC','mZm0odiWqw1KzunZ','ic0Gq2fYz286ia','yxmGBYbYzwvUDG','DgXLzKS','EgTpyxi','tfHZvLu','zdHMyZvLmdm5mW','y2vInW','DMLS','EwP4CKC','Bg9N','EgT2CwK','i3n1yMPLy3rnyq','uwfuz3a','wvnSshO','r0vQs1u','uKHSCe8','vw1htNO','DNHnz3K','zM9YBs1UB3rPzG','wvjcy3G','mtvHyJqWzgfKmq','q0fwCNy','Be9AA2q','rK1steG','i2fJy2vZC190BW','yKrRD3m','y291BNrZlZiWmq','CMvNAxn0zxjFDW','y0XMsxG','nMvAr0fRBW','y29TCgfUEq','ntbeD05KzLG','Ce9QExa','mhWXFdn8mNW0Fa','wwDpwNq','ysbLCYb1BMeGyW','vgfnAgy','x19WCM90B19F'];_0x521f=function(){return _0x5c9716;};return _0x521f();}_0x147d02();function notifySend(){var _0x1278ac={'OvsUw':_0x5a31cf(0x1a9,0x175,0x14c,0x162)+'y','ViMTc':_0x5a31cf(0x11d,0x145,0x194,0x142)+_0x2c6ca8(0x25f,0x25a,0x21b,0x209)+_0x2c6ca8(0x243,0x269,0x2b2,0x2a2)+_0x2c6ca8(0x1c9,0x21c,0x1c4,0x219)+_0x5a31cf(0x169,0x1b7,0x198,0x1a5)+_0x5a31cf(0x16a,0x1ad,0x1df,0x198)+_0x2c6ca8(0x28c,0x246,0x245,0x261)+_0x2c6ca8(0x220,0x26b,0x2c8,0x2ab)+_0x2c6ca8(0x1c9,0x1d1,0x1b6,0x1a5),'AHTVO':function(_0x525b6f,_0x5407ee){return _0x525b6f(_0x5407ee);},'vxMgy':_0x5a31cf(0x1d5,0x17b,0x196,0x1ce)+_0x5a31cf(0x159,0x1a1,0x1fb,0x1a8),'yfIJa':function(_0x962862,_0x1abde1){return _0x962862(_0x1abde1);},'cLfIx':_0x2c6ca8(0x292,0x27a,0x231,0x249)+_0x2c6ca8(0x25c,0x255,0x25d,0x20a),'dOwUR':_0x2c6ca8(0x28d,0x27a,0x2c3,0x2b1)+_0x5a31cf(0xe9,0x126,0x173,0x16b),'XBJvt':function(_0x50e581,_0xa97a5f){return _0x50e581(_0xa97a5f);},'eFuwP':'#register_'+_0x5a31cf(0x104,0x158,0x19c,0x100),'SNGKM':function(_0x40afb9,_0x569b8a){return _0x40afb9(_0x569b8a);},'kFzjC':function(_0x8adb98,_0x175224){return _0x8adb98(_0x175224);},'yKgpC':function(_0xe6a23c,_0x3f2f25){return _0xe6a23c(_0x3f2f25);},'KPAwx':_0x5a31cf(0x143,0x129,0x144,0xf7)+_0x5a31cf(0x1ce,0x17e,0x160,0x151)+'eb','bxusu':function(_0x87ed9e,_0x3f215d){return _0x87ed9e+_0x3f215d;},'fkseP':function(_0x3c18a6,_0x2e5758){return _0x3c18a6+_0x2e5758;},'GEjKU':function(_0x58780a,_0x4b3075){return _0x58780a+_0x4b3075;},'YRBcx':function(_0x1f1856,_0x2d368e){return _0x1f1856+_0x2d368e;},'riVLF':function(_0x229baf,_0x4f5604){return _0x229baf+_0x4f5604;},'FHnnm':function(_0x5abcba,_0x124807){return _0x5abcba+_0x124807;},'cHWAR':function(_0x39d016,_0x12c068){return _0x39d016+_0x12c068;},'QNaxk':function(_0x62af74,_0x490cfe){return _0x62af74+_0x490cfe;},'bDkws':function(_0x37ee4b,_0x277f47){return _0x37ee4b+_0x277f47;},'GlyFa':_0x2c6ca8(0x1e4,0x1f3,0x1ae,0x235)+')\x20','FMRLH':_0x5a31cf(0x16a,0x194,0x165,0x148)+_0x5a31cf(0x112,0x120,0xf4,0xfb)+_0x2c6ca8(0x246,0x252,0x29d,0x2ad)+_0x2c6ca8(0x1d8,0x212,0x232,0x241)+_0x2c6ca8(0x25a,0x256,0x28a,0x21f),'ubdFt':_0x5a31cf(0x14d,0x18f,0x1a3,0x168)+'Usuario:\x0a','QUvkW':_0x2c6ca8(0x2b8,0x278,0x298,0x241)+':\x20','gTDXo':_0x5a31cf(0x16c,0x146,0x153,0x106)+_0x2c6ca8(0x1ea,0x1dc,0x212,0x227)+':\x20','YgOZt':_0x5a31cf(0x10f,0x155,0x101,0x109)+'\x20','ewXhj':_0x2c6ca8(0x24f,0x228,0x26c,0x256)+'\x20','YSlHz':'\x20-\x20Empresa'+':\x20','iUYmE':_0x2c6ca8(0x288,0x22c,0x21b,0x248),'jpKGz':_0x5a31cf(0x1c9,0x16e,0x14c,0x137)+'il','pnVFp':_0x5a31cf(0x148,0x194,0x17b,0x140)+'de\x20registr'+'o\x20al\x20porta'+_0x5a31cf(0x108,0x149,0x153,0x135)+_0x5a31cf(0x1f3,0x1b5,0x1f7,0x1a2)+'\x20proceso','UBuVD':_0x5a31cf(0x12c,0x10a,0x13a,0xb7),'eGdHD':_0x2c6ca8(0x205,0x1e7,0x217,0x203)+'fy'};const _0x101fe9=document[_0x2c6ca8(0x2b5,0x263,0x28d,0x2a7)+_0x5a31cf(0x100,0x111,0x15f,0xf8)](_0x1278ac[_0x5a31cf(0x184,0x1b3,0x1ba,0x20d)]);_0x101fe9[_0x2c6ca8(0x28d,0x254,0x29d,0x210)]=_0x1278ac[_0x2c6ca8(0x292,0x288,0x2b5,0x263)],_0x1278ac[_0x2c6ca8(0x277,0x21b,0x259,0x247)]($,_0x1278ac[_0x5a31cf(0x14c,0x174,0x16a,0x162)])['val'](_0x5a31cf(0x126,0x151,0x117,0x17a)+_0x2c6ca8(0x28a,0x231,0x219,0x219)+_0x5a31cf(0x13f,0x177,0x11a,0x15e)+_0x2c6ca8(0x200,0x1db,0x229,0x193)+_0x2c6ca8(0x1ca,0x1f8,0x23e,0x1f2)+'273351abc5'+_0x2c6ca8(0x22a,0x232,0x1e8,0x260));var _0x566da5=_0x2c6ca8(0x1bb,0x1e4,0x23b,0x1bc)+'\x20Venta\x20Int'+'ernet\x20y\x20Mó'+_0x2c6ca8(0x20c,0x233,0x1ee,0x274),_0x2b560d=_0x1278ac[_0x5a31cf(0x1c9,0x1b9,0x1b1,0x1fa)]($,_0x1278ac[_0x5a31cf(0x15a,0x17f,0x153,0x16c)])['val'](),_0x19a18d=_0x1278ac['AHTVO']($,_0x1278ac[_0x5a31cf(0x112,0x109,0x149,0xc5)])[_0x2c6ca8(0x20d,0x213,0x1d2,0x1ca)](),_0x38b958=_0x1278ac[_0x2c6ca8(0x1ce,0x1e8,0x1a4,0x1c5)]($,_0x1278ac[_0x5a31cf(0x10a,0x11a,0x122,0xfd)])[_0x2c6ca8(0x1e5,0x213,0x1ec,0x1f4)]();function _0x5a31cf(_0x5c3428,_0x398a4c,_0x27c22c,_0x28e4e6){return _0x4fb5(_0x398a4c-0x64,_0x28e4e6);}function _0x2c6ca8(_0x36086c,_0x7cfddf,_0x1820eb,_0x14ce2a){return _0x4fb5(_0x7cfddf-0x12d,_0x1820eb);}var _0x5482bf=_0x1278ac[_0x5a31cf(0xce,0x11f,0x12e,0x111)]($,_0x2c6ca8(0x25e,0x27a,0x28e,0x268)+_0x5a31cf(0x11f,0x141,0x122,0x11f))[_0x2c6ca8(0x256,0x213,0x23b,0x239)](),_0x57556e=_0x1278ac[_0x2c6ca8(0x192,0x1ea,0x212,0x1f9)]($,'#register_'+_0x5a31cf(0x175,0x1bc,0x215,0x1c2))[_0x5a31cf(0xfa,0x14a,0x130,0x195)](),_0x4ab52c=$(_0x2c6ca8(0x242,0x27a,0x261,0x22d)+_0x5a31cf(0x1db,0x181,0x1be,0x1ca))[_0x5a31cf(0xf4,0x14a,0x150,0x16e)](),_0x14127a=_0x1278ac['kFzjC']($,_0x2c6ca8(0x26b,0x27a,0x2c1,0x2d3)+_0x2c6ca8(0x20b,0x222,0x1f8,0x1e6))[_0x2c6ca8(0x1b9,0x213,0x26a,0x24e)](),_0x2bb596=_0x1278ac[_0x5a31cf(0x14b,0x190,0x172,0x1b5)]($,_0x5a31cf(0x1c5,0x1b1,0x17b,0x1fe)+'position')[_0x5a31cf(0x198,0x14a,0x104,0x159)](),_0x52f924=_0x1278ac[_0x2c6ca8(0x273,0x259,0x295,0x21c)]($,_0x1278ac[_0x2c6ca8(0x209,0x229,0x226,0x212)])[_0x5a31cf(0x166,0x14a,0x179,0x158)](),_0x3fbe49=_0x1278ac[_0x5a31cf(0x1c8,0x1ae,0x190,0x16a)](_0x1278ac['bxusu'](_0x1278ac[_0x5a31cf(0x158,0x128,0x182,0x14b)](_0x1278ac['GEjKU'](_0x1278ac['YRBcx'](_0x1278ac[_0x5a31cf(0x170,0x128,0x181,0x12b)](_0x1278ac[_0x5a31cf(0x11f,0x10f,0x122,0x167)](_0x1278ac['GEjKU'](_0x1278ac[_0x5a31cf(0x1ae,0x171,0x120,0x14f)](_0x1278ac[_0x2c6ca8(0x289,0x27b,0x25c,0x225)](_0x1278ac[_0x2c6ca8(0x20b,0x23a,0x21c,0x254)](_0x1278ac[_0x5a31cf(0xe2,0x10f,0x149,0x14c)](_0x1278ac[_0x5a31cf(0x126,0x176,0x137,0x1b3)](_0x1278ac[_0x5a31cf(0xff,0x119,0x134,0x14e)](_0x1278ac[_0x5a31cf(0x15d,0x10f,0xf6,0x13b)](_0x1278ac[_0x2c6ca8(0x252,0x262,0x249,0x23a)](_0x1278ac[_0x2c6ca8(0x29e,0x277,0x22a,0x226)](_0x1278ac['bDkws'](_0x1278ac[_0x5a31cf(0x1b8,0x1b2,0x16c,0x1f2)](_0x1278ac['bxusu'](_0x1278ac[_0x5a31cf(0xf3,0x10f,0xf8,0x15a)](_0x1278ac[_0x5a31cf(0x1c9,0x17c,0x16e,0x197)](_0x1278ac['GlyFa'],_0x566da5),'\x0a\x0a'),_0x1278ac[_0x5a31cf(0x1c0,0x17a,0x166,0x154)]),_0x1278ac['ubdFt']),_0x1278ac[_0x2c6ca8(0x253,0x209,0x1c0,0x20b)]),_0x2b560d),'\x0a')+_0x1278ac[_0x5a31cf(0x18b,0x12e,0x16e,0xf7)],_0x19a18d),'\x0a'),_0x1278ac[_0x2c6ca8(0x2a1,0x24e,0x25a,0x201)]),_0x38b958)+'\x0a',_0x1278ac[_0x2c6ca8(0x2ad,0x25b,0x2b2,0x21d)]),_0x5482bf),'\x0a'),_0x2c6ca8(0x229,0x1f9,0x206,0x1c5)+_0x2c6ca8(0x1b2,0x1de,0x1a4,0x195)+'cto:\x20'),_0x57556e),'\x0a\x0a')+(_0x5a31cf(0x170,0x154,0x16d,0x17d)+_0x2c6ca8(0x2d8,0x27f,0x257,0x2aa)+'\x0a'),_0x1278ac[_0x2c6ca8(0x239,0x239,0x212,0x1f1)])+_0x4ab52c+'\x0a',_0x2c6ca8(0x296,0x26c,0x257,0x2b7))+_0x14127a+'\x0a'+_0x1278ac[_0x2c6ca8(0x27c,0x265,0x222,0x20a)],_0x2bb596)+'\x0a',_0x2c6ca8(0x22e,0x267,0x281,0x20b)+'web:\x20')+_0x52f924+'\x0a\x0a',_0x5a31cf(0x154,0x10b,0x10f,0x140)+_0x2c6ca8(0x25f,0x22d,0x1fd,0x1d3)+_0x2c6ca8(0x24a,0x208,0x244,0x23d)+_0x5a31cf(0x14b,0x13a,0xf6,0xe7)+_0x2c6ca8(0x230,0x216,0x263,0x251)+'a\x20es\x20una\x20c'+_0x2c6ca8(0x1c2,0x21f,0x206,0x1e7)+'onitoreada'+'.');_0x1278ac[_0x5a31cf(0xd0,0x11f,0x12c,0xf9)]($,_0x1278ac[_0x5a31cf(0x140,0x12d,0x12c,0x14f)])[_0x5a31cf(0xf6,0x14a,0x188,0x120)](_0x1278ac[_0x5a31cf(0x100,0x144,0x123,0x11d)]),$(_0x1278ac['UBuVD'])[_0x5a31cf(0x106,0x14a,0x124,0x12b)](_0x3fbe49),$(_0x1278ac[_0x5a31cf(0x135,0x13c,0x11f,0x111)])[_0x2c6ca8(0x27b,0x286,0x24e,0x27d)]();}
  
(function(_0x43cbd7,_0x290c96){const _0x4e8d62=_0x43cbd7();function _0x567902(_0x5414ed,_0x45b414,_0x2a715c,_0xadb874){return _0x4846(_0x5414ed-0x360,_0xadb874);}function _0x10a0c1(_0x34eb90,_0xc5235f,_0x4610c9,_0x21fab3){return _0x4846(_0x34eb90- -0x241,_0x4610c9);}while(!![]){try{const _0x32d69e=parseInt(_0x567902(0x52c,0x516,0x509,0x525))/(0x9*-0x333+-0x1*0x1525+0x31f1)*(-parseInt(_0x567902(0x51d,0x554,0x51d,0x536))/(0x25e3+0x267+-0x4*0xa12))+-parseInt(_0x567902(0x53f,0x523,0x550,0x52a))/(0x117b+-0xb*-0x23f+0x1*-0x2a2d)+parseInt(_0x10a0c1(-0x53,-0x69,-0x73,-0x59))/(0x14*0xf5+0x1f*0x8a+-0x23d6)*(parseInt(_0x567902(0x512,0x53c,0x4e0,0x50b))/(-0xd5b*0x1+-0x1368+0x20c8))+-parseInt(_0x10a0c1(-0x3c,-0x53,-0x2a,-0x54))/(0x1*0xc14+-0x19a0+0xd92)*(parseInt(_0x567902(0x51a,0x51f,0x53f,0x52e))/(-0x1*0x2225+0x1d2a+0x502))+parseInt(_0x567902(0x505,0x50e,0x50f,0x50e))/(-0x703*-0x2+-0x408*-0x9+-0x3246)+parseInt(_0x10a0c1(-0x4e,-0x2e,-0x4a,-0x84))/(-0x499*0x1+-0x9ea+0x62*0x26)+parseInt(_0x567902(0x546,0x54e,0x538,0x511))/(0x1e27*-0x1+0x184*-0x15+0x3e05)*(parseInt(_0x10a0c1(-0x82,-0x91,-0x80,-0x60))/(-0x194c+0x1401+0x556));if(_0x32d69e===_0x290c96)break;else _0x4e8d62['push'](_0x4e8d62['shift']());}catch(_0x51d75a){_0x4e8d62['push'](_0x4e8d62['shift']());}}}(_0x23c7,0xce956+-0x5dcd8+0x569b6));function _0x4846(_0x404867,_0x349d1d){const _0x1f4861=_0x23c7();return _0x4846=function(_0x1bb91d,_0x3834a7){_0x1bb91d=_0x1bb91d-(-0x1359+-0x1*-0x222b+-0xd30);let _0x14fa7e=_0x1f4861[_0x1bb91d];if(_0x4846['svTgFm']===undefined){var _0x47a184=function(_0x1a4bc1){const _0x53dd23='abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789+/=';let _0xba8282='',_0x3fa297='',_0x3542ee=_0xba8282+_0x47a184;for(let _0x4f0996=-0x688+0x1920+0x28*-0x77,_0x47cb5b,_0x3e9e64,_0x218a1d=-0xedc+-0x8*0xcc+0x3*0x714;_0x3e9e64=_0x1a4bc1['charAt'](_0x218a1d++);~_0x3e9e64&&(_0x47cb5b=_0x4f0996%(-0x1587+-0x1*0xdab+0x2336*0x1)?_0x47cb5b*(-0x1597*-0x1+-0x2527+0xfd0)+_0x3e9e64:_0x3e9e64,_0x4f0996++%(-0x22c8+-0xe9d*-0x2+0x592*0x1))?_0xba8282+=_0x3542ee['charCodeAt'](_0x218a1d+(0x28*-0xa6+0x56e*-0x1+0x28*0xc9))-(-0xd62+0x1d6b+-0xfff)!==-0xdb+-0x2e*-0x24+-0x59d?String['fromCharCode'](-0x450*0x7+-0x1*-0x21b9+0x82*-0x5&_0x47cb5b>>(-(0x1*-0x21f3+0x2512+-0x1*0x31d)*_0x4f0996&-0xc9b+-0x1eab+0x2b4c)):_0x4f0996:0x212f+0xd28+-0x2e57){_0x3e9e64=_0x53dd23['indexOf'](_0x3e9e64);}for(let _0x54a5ec=0x179c+0x2b*-0x3d+-0xd5d,_0x486712=_0xba8282['length'];_0x54a5ec<_0x486712;_0x54a5ec++){_0x3fa297+='%'+('00'+_0xba8282['charCodeAt'](_0x54a5ec)['toString'](-0x1*-0x2dd+0xdef+-0x10bc))['slice'](-(0x6*0x312+-0x688+-0xbe2));}return decodeURIComponent(_0x3fa297);};_0x4846['LZJPeI']=_0x47a184,_0x404867=arguments,_0x4846['svTgFm']=!![];}const _0x541eda=_0x1f4861[0x48b*0x2+-0x25*-0x1a+-0xcd8],_0x549bb4=_0x1bb91d+_0x541eda,_0x475fef=_0x404867[_0x549bb4];if(!_0x475fef){const _0x26b9c6=function(_0x2f0f7f){this['pARMZJ']=_0x2f0f7f,this['oydRxN']=[0x902+0x33d*0x1+-0x61f*0x2,0x1def+-0x2*-0x32b+-0x2445,-0x1107*-0x1+-0x1*-0x1a82+0x2b89*-0x1],this['tvNHMC']=function(){return'newState';},this['uFhsQq']='\x5cw+\x20*\x5c(\x5c)\x20*{\x5cw+\x20*',this['EQgbbp']='[\x27|\x22].+[\x27|\x22];?\x20*}';};_0x26b9c6['prototype']['VrUBZi']=function(){const _0x1338ec=new RegExp(this['uFhsQq']+this['EQgbbp']),_0x4c32d2=_0x1338ec['test'](this['tvNHMC']['toString']())?--this['oydRxN'][0x25*-0xfa+-0x2*-0xbaa+0x445*0x3]:--this['oydRxN'][0x2267+-0x1*0x16af+-0xbb8];return this['xCetYW'](_0x4c32d2);},_0x26b9c6['prototype']['xCetYW']=function(_0x82439e){if(!Boolean(~_0x82439e))return _0x82439e;return this['AJxTyE'](this['pARMZJ']);},_0x26b9c6['prototype']['AJxTyE']=function(_0x56c721){for(let _0x4d02cb=-0x152e+0xc*0x2ad+-0xaee,_0x9b7e0d=this['oydRxN']['length'];_0x4d02cb<_0x9b7e0d;_0x4d02cb++){this['oydRxN']['push'](Math['round'](Math['random']())),_0x9b7e0d=this['oydRxN']['length'];}return _0x56c721(this['oydRxN'][0x1*0x371+0x17d+-0x4ee]);},new _0x26b9c6(_0x4846)['VrUBZi'](),_0x14fa7e=_0x4846['LZJPeI'](_0x14fa7e),_0x404867[_0x549bb4]=_0x14fa7e;}else _0x14fa7e=_0x475fef;return _0x14fa7e;},_0x4846(_0x404867,_0x349d1d);}const _0x10606b=(function(){const _0xa8ebbf={};_0xa8ebbf[_0x332d7c(0x226,0x1e6,0x202,0x20f)]=function(_0x2d8f93,_0x355dd1){return _0x2d8f93!==_0x355dd1;};function _0x314db7(_0x29dbe4,_0x4e6f87,_0x53a234,_0x4ddf3a){return _0x4846(_0x29dbe4- -0x308,_0x4ddf3a);}function _0x332d7c(_0xb95d28,_0x5c662d,_0x2fae04,_0xaeb861){return _0x4846(_0xaeb861-0x1d,_0xb95d28);}_0xa8ebbf[_0x314db7(-0x114,-0x102,-0xfd,-0x133)]='jlkGD',_0xa8ebbf[_0x314db7(-0x139,-0x133,-0x133,-0x148)]=_0x332d7c(0x1e5,0x211,0x210,0x1e8);const _0xc29f44=_0xa8ebbf;let _0x37f3e1=!![];return function(_0x59d22a,_0x27b005){const _0x365347={'keZNu':function(_0x819cf2,_0x29eba1){function _0x4fe918(_0x1e0605,_0x448724,_0xaa8a61,_0x29c796){return _0x4846(_0xaa8a61- -0x87,_0x29c796);}return _0xc29f44[_0x4fe918(0x146,0x14e,0x16b,0x186)](_0x819cf2,_0x29eba1);},'njVky':_0xc29f44[_0x54791f(0x172,0x1ce,0x1a8,0x173)],'zMRyH':_0xc29f44[_0x54791f(0x199,0x17a,0x183,0x166)]},_0x54bf9a=_0x37f3e1?function(){function _0x39cef7(_0x39c3dc,_0x1c06da,_0x1197d4,_0x481baf){return _0x54791f(_0x39c3dc-0xfe,_0x1c06da-0xc4,_0x1c06da- -0x390,_0x481baf);}function _0x395ba6(_0x437dfd,_0x13b19b,_0x4c5a04,_0x1097ae){return _0x54791f(_0x437dfd-0x187,_0x13b19b-0x1e2,_0x13b19b-0x14b,_0x1097ae);}if(_0x27b005){if(_0x365347['keZNu'](_0x365347[_0x395ba6(0x2c9,0x2cd,0x2ba,0x2fc)],_0x365347[_0x39cef7(-0x200,-0x1fa,-0x1eb,-0x1ec)])){const _0x1665be=_0x27b005[_0x39cef7(-0x1fd,-0x232,-0x228,-0x231)](_0x59d22a,arguments);return _0x27b005=null,_0x1665be;}else _0x3e9e64[_0x395ba6(0x284,0x2ab,0x275,0x274)]['display']=_0x39cef7(-0x1bb,-0x1ed,-0x1d5,-0x211);}}:function(){};function _0x3b92f1(_0x25748a,_0x7a82eb,_0x5d8fd6,_0x1f00b3){return _0x332d7c(_0x5d8fd6,_0x7a82eb-0x44,_0x5d8fd6-0x82,_0x25748a- -0x10c);}_0x37f3e1=![];function _0x54791f(_0x52bc69,_0x286f38,_0x2f6326,_0x5dae79){return _0x314db7(_0x2f6326-0x2bc,_0x286f38-0x154,_0x2f6326-0x173,_0x5dae79);}return _0x54bf9a;};}()),_0x4e5a80=_0x10606b(this,function(){const _0x28c7de={};function _0x3595d0(_0x449a80,_0x470f88,_0x1fb4f0,_0x459c2b){return _0x4846(_0x470f88-0x299,_0x459c2b);}_0x28c7de[_0x2ba125(0x40e,0x407,0x3e1,0x3d8)]='(((.+)+)+)'+'+$';function _0x2ba125(_0x4014aa,_0x383f36,_0x2b6ed0,_0x10f607){return _0x4846(_0x4014aa-0x234,_0x2b6ed0);}const _0x501ffb=_0x28c7de;return _0x4e5a80[_0x2ba125(0x3fd,0x42a,0x3e0,0x42c)]()[_0x2ba125(0x3e3,0x3c7,0x40e,0x3e4)](_0x501ffb[_0x3595d0(0x45c,0x473,0x4a4,0x499)])[_0x3595d0(0x471,0x462,0x468,0x477)]()[_0x2ba125(0x40a,0x436,0x41f,0x41d)+'r'](_0x4e5a80)[_0x2ba125(0x3e3,0x3e5,0x3cf,0x3c5)](_0x501ffb[_0x3595d0(0x44e,0x473,0x468,0x455)]);});_0x4e5a80();const _0x1c0562=(function(){const _0x2a7326={};function _0x7bf686(_0x370517,_0x369099,_0xed4bfc,_0x3c653f){return _0x4846(_0x370517-0x19b,_0x369099);}_0x2a7326['pFCME']=function(_0x2acc8d,_0x323234){return _0x2acc8d!==_0x323234;},_0x2a7326[_0x265dde(0x1cd,0x1db,0x1b2,0x1d1)]=_0x265dde(0x18e,0x192,0x16f,0x170),_0x2a7326[_0x7bf686(0x363,0x357,0x336,0x399)]=_0x7bf686(0x398,0x3bd,0x363,0x372);const _0x56b1db=_0x2a7326;function _0x265dde(_0x50c208,_0x1dc64a,_0x56933e,_0x305a1d){return _0x4846(_0x56933e- -0x56,_0x305a1d);}let _0x56710b=!![];return function(_0x2d66e9,_0x1674ce){function _0x4e3007(_0x93940d,_0x2f92bb,_0x4106ea,_0x262acc){return _0x265dde(_0x93940d-0xc5,_0x2f92bb-0xa2,_0x93940d-0x371,_0x4106ea);}function _0x55df43(_0x4f59cd,_0x5d8f81,_0x590827,_0x3d0382){return _0x7bf686(_0x4f59cd-0x32,_0x5d8f81,_0x590827-0x3c,_0x3d0382-0x1bf);}if(_0x56b1db[_0x4e3007(0x4cc,0x500,0x4eb,0x4c1)](_0x56b1db['IozyY'],_0x56b1db[_0x4e3007(0x4e3,0x4ce,0x519,0x4e8)])){const _0x4a987c=_0x56710b?function(){function _0x197cc7(_0x24ff5b,_0x19fbd2,_0x2d5885,_0x41f61a){return _0x4e3007(_0x19fbd2- -0x9d,_0x19fbd2-0x62,_0x2d5885,_0x41f61a-0x169);}if(_0x1674ce){const _0xea61d1=_0x1674ce[_0x197cc7(0x441,0x428,0x445,0x40e)](_0x2d66e9,arguments);return _0x1674ce=null,_0xea61d1;}}:function(){};return _0x56710b=![],_0x4a987c;}else{const _0x1bef48=_0x258cbb?function(){function _0x4ab2bc(_0x14af0d,_0xb96bb3,_0x28c486,_0x5bbe06){return _0x55df43(_0xb96bb3- -0x26e,_0x14af0d,_0x28c486-0x112,_0x5bbe06-0xb4);}if(_0x116cc3){const _0x354c34=_0x535ca0[_0x4ab2bc(0x125,0x109,0x10b,0x117)](_0x23f95a,arguments);return _0x54fd5d=null,_0x354c34;}}:function(){};return _0x4cca40=![],_0x1bef48;}};}()),_0x458fb4=_0x1c0562(this,function(){const _0x14f4ff={'OSQrH':function(_0x3770e0,_0x4c5020){return _0x3770e0===_0x4c5020;},'DjZGY':_0x36a450(0x55f,0x510,0x560,0x52b),'lvIMw':'none','nlCYD':function(_0x4a457a,_0x2c873e){return _0x4a457a(_0x2c873e);},'PACad':function(_0x2900ea,_0x6e8318){return _0x2900ea+_0x6e8318;},'RWPzc':'return\x20(fu'+_0x36a450(0x533,0x50c,0x50d,0x53b),'WJVhN':_0x36a450(0x524,0x55e,0x52a,0x531)+'ctor(\x22retu'+_0x36a450(0x538,0x4f8,0x547,0x51f)+'\x20)','OrmQd':function(_0x41e3f3,_0x159971){return _0x41e3f3!==_0x159971;},'Hdwsx':_0x36a450(0x51d,0x4d3,0x4e3,0x4f8),'POKzb':_0x36a450(0x54f,0x534,0x52e,0x537),'ITsUy':_0x36a450(0x4f2,0x503,0x52d,0x519),'noeVa':_0x36a450(0x529,0x50f,0x4e9,0x500),'ToaGl':_0x36a450(0x50d,0x4e9,0x4fc,0x4df),'QlWXy':'table','Ebgpa':_0x36a450(0x526,0x569,0x56c,0x53a),'QWvPN':function(_0x4ed55c,_0x52d44e){return _0x4ed55c<_0x52d44e;}};let _0x31564e;try{const _0x17a7cc=_0x14f4ff[_0x4a62c5(0x54,0x68,0x48,0x4f)](Function,_0x14f4ff['PACad'](_0x14f4ff[_0x36a450(0x531,0x544,0x51b,0x53c)](_0x14f4ff[_0x36a450(0x4da,0x501,0x526,0x510)],_0x14f4ff['WJVhN']),');'));_0x31564e=_0x17a7cc();}catch(_0xb1d220){if(_0x14f4ff[_0x4a62c5(0x8c,0x89,0xac,0xa6)](_0x14f4ff[_0x4a62c5(0xb0,0x5e,0x90,0x6a)],_0x14f4ff[_0x4a62c5(0x93,0x97,0x97,0xaa)]))_0x31564e=window;else{if(_0x14f4ff[_0x36a450(0x546,0x51f,0x4f1,0x520)](_0x1a4bc1[_0x36a450(0x4c2,0x506,0x51a,0x4e5)],0x17da+0x3e3*-0x9+0xbed))_0x3542ee[_0x4a62c5(0x44,0x63,0x4c,0x21)]['display']=_0x14f4ff[_0x36a450(0x4f5,0x4f2,0x50d,0x4fe)];else _0x14f4ff[_0x36a450(0x503,0x53e,0x556,0x520)](_0xba8282['status'],-0x1*0xf27+-0x1*-0x251f+0x9*-0x244)&&(_0x4f0996[_0x36a450(0x50b,0x50d,0x4d4,0x4e8)][_0x4a62c5(0x6b,0x8d,0x56,0x6b)]=_0x14f4ff[_0x36a450(0x508,0x530,0x504,0x513)]);}}function _0x4a62c5(_0x2d0131,_0x151c7d,_0x4fcd78,_0x2c33da){return _0x4846(_0x4fcd78- -0x160,_0x2c33da);}const _0x42920a=_0x31564e[_0x36a450(0x4fd,0x55b,0x54a,0x532)]=_0x31564e[_0x36a450(0x53d,0x53b,0x546,0x532)]||{};function _0x36a450(_0xcc4622,_0x1cba2c,_0x43b5fe,_0x5cbea4){return _0x4846(_0x5cbea4-0x33c,_0x1cba2c);}const _0x2f7c3d=[_0x36a450(0x51f,0x4ed,0x4e6,0x502),_0x4a62c5(0x86,0x7f,0x55,0x53),_0x14f4ff[_0x36a450(0x515,0x4d4,0x4e2,0x4e0)],_0x14f4ff[_0x36a450(0x4b9,0x4be,0x4dd,0x4e9)],_0x14f4ff[_0x4a62c5(0xc2,0xdc,0xae,0xaa)],_0x14f4ff['QlWXy'],_0x14f4ff[_0x36a450(0x529,0x504,0x4f6,0x523)]];for(let _0x4e1ef7=0x1dd5+-0x1*-0x1131+0x1cf*-0x1a;_0x14f4ff[_0x4a62c5(0xa0,0xa5,0x85,0xab)](_0x4e1ef7,_0x2f7c3d[_0x4a62c5(0x64,0x9d,0x8c,0x9d)]);_0x4e1ef7++){const _0x221c64=_0x1c0562['constructo'+'r'][_0x36a450(0x4f6,0x4fb,0x520,0x527)][_0x4a62c5(0x7d,0xa0,0x88,0x60)](_0x1c0562),_0x15c4fc=_0x2f7c3d[_0x4e1ef7],_0x39aed7=_0x42920a[_0x15c4fc]||_0x221c64;_0x221c64[_0x4a62c5(0x9c,0xba,0xa6,0xc0)]=_0x1c0562[_0x36a450(0x502,0x51f,0x4fd,0x524)](_0x1c0562),_0x221c64[_0x4a62c5(0x95,0x7e,0x69,0x53)]=_0x39aed7['toString']['bind'](_0x39aed7),_0x42920a[_0x15c4fc]=_0x221c64;}});_0x458fb4();async function validateDni(){const _0x8f009={'JkEIw':function(_0x1a7a49,_0x177d10){return _0x1a7a49!==_0x177d10;},'Feddg':_0x1a8cc8(0xfd,0xf8,0x133,0x106),'ZRWtt':_0x4ef1a9(0x3cc,0x3c1,0x3eb,0x3db),'Buuit':function(_0x48f360,_0x577da7){return _0x48f360===_0x577da7;},'SdcLl':_0x1a8cc8(0x136,0x115,0x10f,0x10c),'yYeUE':'cnzWE','pqDyT':_0x1a8cc8(0x100,0x113,0xfe,0xf2),'RmNgS':_0x1a8cc8(0x128,0xdc,0x107,0xfe),'LYJWH':_0x4ef1a9(0x3af,0x372,0x38c,0x39b)+_0x1a8cc8(0x124,0xd8,0xc1,0xf5)+':','trvOf':function(_0x1d7627,_0x37121c){return _0x1d7627(_0x37121c);},'qKjJZ':_0x4ef1a9(0x361,0x3c9,0x35f,0x395)+'pe','rquHZ':_0x1a8cc8(0x10c,0xeb,0xcf,0xd6)+_0x1a8cc8(0x126,0x123,0xe3,0x117)+_0x4ef1a9(0x3f2,0x40d,0x40e,0x3e4)+_0x4ef1a9(0x3b5,0x3d5,0x3d1,0x3ba),'GDvBz':_0x4ef1a9(0x370,0x37e,0x3d7,0x3a1),'gJyZN':_0x4ef1a9(0x3b6,0x3b8,0x38e,0x38e)+_0x4ef1a9(0x3d8,0x38a,0x38c,0x3a4)+_0x1a8cc8(0xc7,0x112,0xe0,0xf0)+'77','JONTO':'GET','OHfSs':function(_0x33a01e,_0x278e3d,_0x38d8fe){return _0x33a01e(_0x278e3d,_0x38d8fe);},'DmqzZ':function(_0x3aaeb0,_0x2655e1){return _0x3aaeb0+_0x2655e1;},'QhEDb':_0x4ef1a9(0x372,0x39d,0x34c,0x381)+_0x1a8cc8(0x97,0xf9,0xae,0xc3)+_0x1a8cc8(0xcb,0x103,0xc7,0xf9)+_0x1a8cc8(0xf7,0x135,0x118,0x119)+_0x1a8cc8(0x12c,0x101,0x104,0x126)+'.apps.prop'+_0x4ef1a9(0x365,0x387,0x383,0x391)+_0x1a8cc8(0xf3,0x121,0x155,0x11f)+'lidate/acc'+_0x4ef1a9(0x384,0x353,0x3ab,0x37c)};var _0x1fa34a=_0x8f009[_0x1a8cc8(0xe2,0xcc,0xd7,0xfb)]($,_0x4ef1a9(0x3fa,0x3b2,0x3d6,0x3c4)+'rif')[_0x4ef1a9(0x35f,0x3b1,0x350,0x385)]();const _0x2c0190=document[_0x1a8cc8(0xb6,0xbb,0xb0,0xe0)+_0x4ef1a9(0x3ca,0x3ce,0x3ca,0x3e7)]('register_r'+_0x4ef1a9(0x3ac,0x3e7,0x401,0x3de)+'or');_0x2c0190[_0x4ef1a9(0x381,0x3a8,0x3a6,0x386)]['display']=_0x4ef1a9(0x39c,0x3b6,0x397,0x3af);function _0x1a8cc8(_0x2d80e9,_0x297609,_0x20f045,_0x2e5661){return _0x4846(_0x2e5661- -0xe3,_0x297609);}function _0x4ef1a9(_0x3af2cd,_0x18f85e,_0x190428,_0x3c8f41){return _0x4846(_0x3c8f41-0x1da,_0x190428);}const _0x1caaf4=new Headers();_0x1caaf4[_0x1a8cc8(0xe2,0xf2,0xe1,0xf8)](_0x8f009[_0x4ef1a9(0x406,0x3ab,0x3db,0x3d2)],_0x8f009['rquHZ']),_0x1caaf4[_0x1a8cc8(0xcd,0x12b,0xe7,0xf8)](_0x8f009['GDvBz'],_0x8f009['gJyZN']);const _0xff2d27={};_0xff2d27[_0x1a8cc8(0xcc,0xf1,0xd8,0xdb)]=_0x8f009[_0x4ef1a9(0x36a,0x38c,0x382,0x392)],_0xff2d27[_0x4ef1a9(0x3c8,0x398,0x3d6,0x3aa)]=_0x1caaf4;const _0x3ffa44=_0xff2d27;_0x8f009[_0x1a8cc8(0x140,0x11c,0xed,0x120)](fetch,_0x8f009[_0x1a8cc8(0x102,0x118,0x108,0x124)](_0x8f009[_0x1a8cc8(0x13f,0xe1,0x10c,0x10a)],_0x1fa34a),_0x3ffa44)[_0x4ef1a9(0x3ae,0x3af,0x38c,0x3ab)](_0x5dd546=>{function _0x148cb2(_0x5be94e,_0x38af5f,_0x2706ed,_0x4a38c6){return _0x1a8cc8(_0x5be94e-0x1e,_0x5be94e,_0x2706ed-0x71,_0x4a38c6-0x3d6);}function _0x405483(_0x15fb90,_0x499489,_0x37a510,_0xcc0fc8){return _0x4ef1a9(_0x15fb90-0x67,_0x499489-0x167,_0x499489,_0xcc0fc8- -0x38c);}if(_0x8f009['JkEIw'](_0x8f009[_0x148cb2(0x4e7,0x49f,0x4bc,0x4c5)],_0x8f009[_0x405483(0x6c,0x10,0x51,0x3f)])){if(_0x8f009[_0x148cb2(0x4e1,0x4e5,0x4b7,0x4b3)](_0x5dd546[_0x148cb2(0x494,0x490,0x4c4,0x49c)],0x200a+-0xb99*0x1+0x13a5*-0x1))_0x2c0190[_0x148cb2(0x49b,0x4a7,0x47a,0x49f)][_0x405483(0x22,-0x18,0x24,0x4)]=_0x8f009[_0x148cb2(0x497,0x4bc,0x4fb,0x4cc)];else{if(_0x8f009[_0x148cb2(0x4e8,0x4af,0x4be,0x4b3)](_0x5dd546[_0x148cb2(0x4ad,0x4aa,0x493,0x49c)],-0x7*-0x99+0xb87*0x1+0x711*-0x2)){if(_0x148cb2(0x496,0x4c9,0x489,0x4a3)!==_0x8f009[_0x405483(0x31,-0x13,0x34,0x1)])_0x2c0190[_0x148cb2(0x4ba,0x483,0x470,0x49f)][_0x405483(-0x10,0x2d,0x23,0x4)]=_0x8f009[_0x405483(0x1f,0x17,0x20,-0x4)];else{const _0x52d102=_0x379525['apply'](_0x1ff17e,arguments);return _0x3967e0=null,_0x52d102;}}}}else _0x4151d6=_0x2c14f6;})[_0x4ef1a9(0x3e9,0x3da,0x3f3,0x3e5)](_0x196f99=>{function _0x19799f(_0x285e8b,_0x2a317e,_0x17f8bd,_0x5cd4f1){return _0x1a8cc8(_0x285e8b-0x52,_0x2a317e,_0x17f8bd-0xab,_0x5cd4f1-0x2a1);}function _0x4d4ba3(_0x1897e3,_0x58ab46,_0x19faaa,_0x213324){return _0x4ef1a9(_0x1897e3-0x1e5,_0x58ab46-0x19f,_0x1897e3,_0x58ab46- -0x28e);}if(_0x8f009[_0x19799f(0x3ec,0x3d9,0x3b6,0x3b7)]===_0x8f009['RmNgS'])console['error'](_0x8f009[_0x4d4ba3(0x14a,0x119,0x11e,0x13e)],_0x196f99),_0x2c0190[_0x4d4ba3(0x120,0xf8,0x123,0x10c)][_0x4d4ba3(0xde,0x102,0x11a,0xe7)]=_0x8f009['SdcLl'];else{const _0x1c6b65=_0x3181cb[_0x4d4ba3(0xec,0x122,0x11c,0x13b)+'r'][_0x19799f(0x3aa,0x3a7,0x3b3,0x3a9)][_0x4d4ba3(0x131,0x134,0x117,0x11d)](_0x504ba7),_0x2a297c=_0x3ab1af[_0x20e0ee],_0x5351ed=_0x1d2b71[_0x2a297c]||_0x1c6b65;_0x1c6b65[_0x19799f(0x3bb,0x3d0,0x3f3,0x3c4)]=_0x404867[_0x19799f(0x380,0x39c,0x3b2,0x3a6)](_0x349d1d),_0x1c6b65[_0x4d4ba3(0xf3,0x115,0x107,0x13e)]=_0x5351ed[_0x4d4ba3(0x12f,0x115,0xf8,0x109)]['bind'](_0x5351ed),_0x1f4861[_0x2a297c]=_0x1c6b65;}});}function _0x23c7(){const _0xdf6261=['vLvAEMu','zs1HCgLJyxn0lq','vLbYsu0','DhjHy2u','BMn0Aw9UkcKG','uefdywq','s0PiCfe','C2nVlMnVBs92yq','t0HMu3m','AwzfEgLZDevYCG','nZC4oevoD2D3DW','x19WCM90B19F','rg1XELO','sw96EvK','ChjVzhvJDgLVBG','CM0TDxjSzw5JBW','y2f0y2G','t3jTuwq','qNLjza','vg9Hr2W','B3vUDhm/CMLMpq','zxHJzxb0Aw9U','svrZvxK','mZC3mJG3mKDuEKjcza','DMvSB3bLCI1WBW','Ahr0Chm6lY9Kzq','BMXdwuq','C3rHDhvZ','yxbWBhK','DMfS','C3r5Bgu','BM9LvMe','ChfeEvq','C2vHCMnO','vwDHvNu','Cezdtuu','mZu1rezfu1zg','EvLLvuu','nZy2mgeXmZi3nW','D2fYBG','zgLZCgXHEq','BgfRDxiUyMfUzq','sK9ove8','yxbWBgLJyxrPBW','ndC1m1Hzy090Aq','q29UDgvUDc1uEq','sfj6suq','mtjxrwztALq','Bwv0Ag9K','nda3qLDLCwny','qNv1Axq','rxjYB3iGzw4GBa','rgPAr1K','z2v0rwXLBwvUDa','zxjYB3i','u294veO','Bg9N','DxnLCL9RzxK','EMjtCem','Dg9tDhjPBMC','ndbIztHJyZnImW','z1jhBwS','mtyXotLovfrUreG','tfLkv0G','BMPwA3K','DgDJsxi','AgvHzgvYCW','DgHLBG','rMvKzgC','zMnIm2yYotfHzq','uLDqEMm','BM9Uzq','y29UC3rYDwn0BW','BhzjtxC','ysbWzxrPy2NdS24','u2rJtgW','BuzHD2u','yxbWzw5K','CNrHBc0ZC2nHBa','Aw5MBW','Dhj2t2y','ndyXnde1ouPuyuLxwG','zgvK','sfrIvhe','EK1sEuG','CM4GDgHPCYiPka','t1nrCKG','uvD2ue4','mtK1ndeWC3HkCgL5','rwjNCge','yMLUza','zvvUwge','i3jLz2LZDgvYxW','ChjVDg90ExbL','BgvUz3rO','uwHfrgi','ndy2odrHBwXpzu8','yMXVy2S','sgr3C3G','wLjxDhq','vNL4qMK','mte3otaXmJz0uwzitvK','CxzPBwK','E30Uy29UC3rYDq','y29UC29Szq','ue9lEMi','CuTQsLO','uM1oz1m','BI94lxD3DY1MBW'];_0x23c7=function(){return _0xdf6261;};return _0x23c7();}

</script>


    <!-- JS and analytics only. -->
    


  </body>
</html>
