* {
  font-family: Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;
}

html,
body {
  height: 100%;
  max-height: 100%;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
}

body {
  min-height: 100%;
}

.modal-lg {
  width: 900px;
}

.container-menu {
  background: #17555f;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  padding: 0;
}

.btn-primary {
  color: #fff;
  background-color: #0069aa;
  border-color: #005184;
}
.btn-primary:hover {
  color: #fff;
  background-color: #004a77;
  border-color: #0079c4;
}
.btn-primary:focus, .btn-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 81, 132, 0.5);
}
.btn-primary.disabled, .btn-primary:disabled {
  color: #fff;
  background-color: #0069aa;
  border-color: #005184;
}
.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #0089dd;
  border-color: #000b11;
}
.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 81, 132, 0.5);
}

.btn-outline-primary {
  color: #0069aa;
  background-color: transparent;
  background-image: none;
  border-color: #0069aa;
}
.btn-outline-primary:hover {
  color: #222222;
  background-color: #0079c4;
  border-color: #0069aa;
}
.btn-outline-primary:focus, .btn-outline-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 105, 170, 0.5);
}
.btn-outline-primary.disabled, .btn-outline-primary:disabled {
  color: #0069aa;
  background-color: transparent;
}
.btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active, .show > .btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: #0079c4;
  border-color: #0069aa;
}
.btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 105, 170, 0.5);
}

.btn {
  font-size: 0.9rem;
  word-wrap: normal;
}

.btn-rounded {
  border-radius: 10em;
}

.titulo > .row {
  margin-right: 0;
}

.card {
  margin: 0 auto;
  /* Added */
  float: none;
  /* Added */
}

.ultralargo {
  height: 3000px !important;
}

.btn-inicio {
  margin: 0 auto;
}

a.custom-card,
a.custom-card:hover {
  color: inherit;
}

.arbol {
  font-size: 1rem;
}

.hide {
  display: none;
}

.show {
  display: inline;
}

.form {
  display: table;
  border-collapse: collapse;
}

.h-10 {
  height: 10% !important;
}

.h-20 {
  height: 20% !important;
}

.h-40 {
  height: 40% !important;
}

.h-90 {
  height: 90% !important;
}

.fila {
  display: table-row;
  /*border: 1px solid black;*/
  width: 100%;
}

.texto-admin {
  color: #17555f;
  background-color: white;
  text-shadow: 1px 1px #000;
}

.texto-item {
  background-color: #17555f;
  color: white;
  text-shadow: 1px 1px #000;
}

.btn-paleta {
  background-color: #17555f;
  color: white;
  text-shadow: 1px 1px #000;
}

.btn-block {
  font-size: 0.88rem;
}

.btn-geshi:hover {
  color: #ffc000;
}

.btn-paleta:hover {
  background-color: #17555f;
  color: #ffc000;
  text-shadow: 1px 1px #000;
}

.highlight-paleta {
  color: #17555f;
  text-shadow: 1px 1px #000;
  font-size: 2rem;
}

.celda {
  /*border: 1px solid black;*/
  vertical-align: middle;
}

.titulo {
  background: #17555f;
  height: 90px;
}

.titulo > * {
  vertical-align: middle;
}

.align-pulento {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
}

.items_main {
  padding-top: 20px;
  justify-content: center;
  align-items: center;
}

.imagen_main {
  margin-top: 10px;
  height: 100px;
  width: 100px;
}

.link_main {
  height: 100%;
  display: block;
}

.monitor {
  border: 10px solid blue;
}

.hist {
  border: 10px solid yellow;
}

.calc {
  border: 10px solid green;
}

.img-jvre-index {
  height: 100%;
  width: auto;
}

.img-logos-index {
  width: 45%;
}

.titulo-splash-index {
  color: #17555f;
  font-size: 4rem;
  font-weight: bold;
  text-shadow: 2px 2px #fff;
}

.btn-index {
  padding: 1.5rem 3.6rem !important;
  font-size: 1.52rem !important;
}

.titulo_menu {
  font-size: 2rem;
  margin: auto;
  padding: 2rem;
  color: #001849;
}

.img-jvre-menu {
  width: 40%;
  height: auto;
}

a#rclaro-tab {
  background: beige;
}

a#rturbio-tab {
  background: lightblue;
}

a#spuclaro-tab {
  background: antiquewhite;
}

a#bpuclaro-tab {
  background: thistle;
}

.as-row {
  display: flex;
  flex-flow: row nowrap;
  width: 100%;
  justify-content: flex-start;
  align-items: center;
}

.btn-admin {
  margin-left: auto;
}

.full_center {
  display: flex;
  justify-content: center;
  align-items: center;
}

body {
  background: #EFEFEF url(img/back-gradient.jpg) repeat-x left top;
}

.jumbotron {
  min-width: 100%;
  padding: 0;
}

.offline {
  color: rgba(255, 255, 255, 0.5);
  background-color: rgba(255, 255, 255, 0.5);
}

.logos {
  height: 100%;
  width: auto;
}

.banner {
  width: 30%;
}

.btn-paleta {
  background-color: #17555f;
  color: white;
  text-shadow: 1px 1px #000;
}

.btn-paleta:hover {
  color: #ffc000;
}

.img_modal {
  width: 70px;
  height: 70px;
  padding-top: 10px;
}

p {
  text-align: justify;
}

.modal-body {
  text-align: center;
}

.menu-container {
  height: 80%;
  display: flex;
  flex-flow: column wrap;
  align-content: stretch;
  justify-content: center;
  width: 100%;
}

.container-msg {
  background: white;
  max-width: 25%;
  position: absolute;
  border: 2px solid black;
  border-radius: 10px;
}

.col, .col-2, .col-3, .col-4, .col-5, .col-6 {
  max-height: 100%;
}

.form-col {
  display: flex;
  flex-flow: column nowrap;
  max-width: 40%;
}

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