@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@200;300;400;500;600&display=swap");
/* line 4, ../sass/_globales.scss */
body ul, body li, body h1, body h2, body h3, body h4, body a, body p, body table, body input, body select, body button {
  list-style: none;
  padding: 0;
  margin: 0;
  font-family: 'Manrope', sans-serif;
}

/* line 11, ../sass/_globales.scss */
body .bootstrap-select > button {
  border: 1px solid lightgrey;
}

/* line 17, ../sass/_globales.scss */
.alert-messages {
  position: fixed;
  left: 50%;
  transform: translateX(-50%);
  top: 1%;
  width: 30%;
  z-index: 888;
  text-align: center;
  text-transform: uppercase;
  box-shadow: 0 0 12px black;
}

/* line 28, ../sass/_globales.scss */
.alert-messages a {
  cursor: pointer;
}

/* line 33, ../sass/_globales.scss */
#catalogo-table {
  font-size: 13px !important;
  table-layout: fixed;
}

/* line 38, ../sass/_globales.scss */
.dataTables_scrollBody {
  overflow-x: hidden !important;
  overflow-y: auto !important;
}

/* line 44, ../sass/_globales.scss */
.result-data li {
  padding-right: 10px;
}
