.elementor-9064 .elementor-element.elementor-element-183587c8{text-align:center;}.elementor-9064 .elementor-element.elementor-element-183587c8 img{max-width:130px;}.elementor-9064 .elementor-element.elementor-element-462e26fe .elementor-spacer-inner{height:50px;}#elementor-popup-modal-9064 .dialog-message{width:450px;height:auto;padding:0px 0px 0px 0px;}#elementor-popup-modal-9064{justify-content:flex-start;align-items:flex-start;pointer-events:all;background-color:rgba(0,0,0,.8);}#elementor-popup-modal-9064 .dialog-close-button{display:block;font-size:18px;}#elementor-popup-modal-9064 .dialog-widget-content{animation-duration:0.5s;box-shadow:2px 8px 23px 3px rgba(0,0,0,0.2);}@media(max-width:1024px){#elementor-popup-modal-9064 .dialog-message{width:426px;}}@media(max-width:767px){#elementor-popup-modal-9064 .dialog-message{width:85vw;}}/* Start custom CSS for html, class: .elementor-element-7696458f */#myInput {
  background-image: url('https://subweb.novagro-ag.com/wp-content/uploads/2020/08/buscar.png'); /* Add a search icon to input */
  background-position: 10px 12px; /* Position the search icon */
  background-repeat: no-repeat; /* Do not repeat the icon image */
  width: 100%; /* Full-width */
  font-size: 16px; /* Increase font-size */
  padding: 12px 20px 12px 40px; /* Add some padding */
  border: 2px solid black; /* Add a grey border */
  border-radius: 5px;
  margin-bottom: 12px; /* Add some space below the input */
}

#myTable {
  border-collapse: collapse; /* Collapse borders */
  width: 100%; /* Full-width */
  border: 1px solid #ddd; /* Add a grey border */
  font-size: 16px; /* Increase font-size */
}

#myTable th, #myTable td {
  text-align: left; /* Left-align text */
  padding: 10px; /* Add padding */
}

#myTable tr {
  /* Add a bottom border to all table rows */
  border-bottom: 1px solid #ddd;
}

#myTable tr.header, #myTable tr:hover {
  /* Add a grey background color to the table header and on hover */
  background-color: #f1f1f1;
}/* End custom CSS */