/**
 * @neonmx
 * V1.0 202309240818
 * 
 */
.shortcodeFacturacionGigstack {
  /*
  .btnSearch:hover{
      background-color: #B2264A;
  }
  */
}
.shortcodeFacturacionGigstack .row-gs {
  display: flex;
}
@media screen and (max-width: 576px) {
  .shortcodeFacturacionGigstack .row-gs {
    display: block;
  }
}
.shortcodeFacturacionGigstack .col1-gs {
  width: 50%;
  padding: 10px;
}
@media screen and (max-width: 576px) {
  .shortcodeFacturacionGigstack .col1-gs {
    width: 100%;
  }
}
.shortcodeFacturacionGigstack .col2-gs {
  width: 50%;
  padding: 10px;
}
@media screen and (max-width: 576px) {
  .shortcodeFacturacionGigstack .col2-gs {
    width: 100%;
  }
}
.shortcodeFacturacionGigstack label {
  padding-left: 10px;
}
.shortcodeFacturacionGigstack .input {
  width: 100%;
}
.shortcodeFacturacionGigstack .divBtn {
  padding: 10px;
}
.shortcodeFacturacionGigstack .btnSearch {
  margin-top: 20px;
  padding: 20px 10px;
  text-align: center;
  color: white;
  font-size: 20px;
  cursor: pointer;
  width: 100%;
}
.shortcodeFacturacionGigstack .mensaje_error {
  width: 100%;
  padding: 20px;
  color: white;
  background-color: red;
  font-size: 20px;
  margin-bottom: 20px;
}
.shortcodeFacturacionGigstack .mensaje_success {
  width: 100%;
  padding: 20px;
  color: white;
  background-color: green;
  font-size: 20px;
  margin-bottom: 20px;
}

/*# sourceMappingURL=main.css.map */
