#banner img {
  width: 100%;
  padding-top: 3em;
}

ul.dropdown-menu {
  left: -95px !important;
}

footer {
  width: 100%;
  bottom: 0;
  background: #333;
  color: white;
  position: fixed;
  padding: 20px 0;
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  background: red;
}

div#principal {
  margin-bottom: 150px;
}

table tbody tr:hover {
  background: #d3d3d3;
}

fieldset {
  border: 1px solid black !important;
  margin-bottom: 2rem !important;
}

legend {
  background-color: #005485;
  width: 100%;
  text-align: center;
  color: #FFF;
  text-transform: capitalize;
  font-weight: 900;
  padding: 1rem;
  margin-bottom: 2rem;
}

.legend2 {
  background-color: #d3d3d3;
  color: black;
}

form#infoGeneral, form#infoMedidor {
  padding-top: 101px;
}

form#infoGeneral legend, form#infoMedidor legend {
  grid-column: 1 /3;
}

form#infoGeneral fieldset, form#infoMedidor fieldset {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 25px;
  padding: 0 25px 25px;
}

form#infoGeneral fieldset div, form#infoMedidor fieldset div {
  display: flex;
  justify-content: space-between;
}

form#infoGeneral fieldset div:last-child, form#infoMedidor fieldset div:last-child {
  justify-content: flex-end;
}

.padding-100 {
  padding-top: 100px;
}

/* The Modal (background) */
.modal2 {
  display: none;
  /* Hidden by default */
  position: fixed;
  /* Stay in place */
  z-index: 1;
  /* Sit on top */
  left: 0;
  top: 0;
  width: 100%;
  /* Full width */
  height: 100%;
  /* Full height */
  overflow: auto;
  /* Enable scroll if needed */
  background-color: black;
  /* Fallback color */
  background-color: rgba(0, 0, 0, 0.4);
  /* Black w/ opacity */
}

/* Modal Content/Box */
.modal2-content {
  background-color: #fefefe;
  margin: 4% auto;
  /* 15% from the top and centered */
  padding: 20px;
  border: 1px solid #888;
  width: 80%;
  /* Could be more or less, depending on screen size */
}

/* The Close Button */
.close2 {
  color: #aaa;
  float: right;
  font-weight: bold;
  margin-right: 5px;
}

.close2:hover,
.close2:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}
/*# sourceMappingURL=style.css.map */