/* Minification failed. Returning unminified contents.
(1026,35): run-time error CSS1046: Expect comma, found '0'
(1026,39): run-time error CSS1046: Expect comma, found '/'
 */
/*
    diferencias con relación a "BlueBox_v4.4.less":
    
    [001]   
    se añade el mostrar si pantalla de móvil o de Pc:
    * .mostrar-si-pc    
    * .mostrar-si-movil 

    [002]
    se anula "@media (max-width: 1200px)" para poder usar "ratchet.css"     
    
    [003]
    se añade: toast obtenido de materialize.css

   // a partir de aquí nuevos para v4.4.1-pc => habrá que subir versión 4.4.2
    [004]
    difiere con "BlueBox_v4.4-pc.css" 
    se añade a "nav" la opción de quedar el menú flotante  "position: fixed !important;"

    [005]
    se adapta más aún "navCab" y "nav" para que puede convivir con materialize.css
    
    [006]
    se añade toastBlueBox obtenido de bootstrap

    [007]
    .bar & .bar-tab => para posicionar el menú en la parte inferior de la pantalla


*/
/* Azul 10% - R235 G248 B252 */
/*.hola{
    color: aqua;
}*/
body {
  position: absolute;
  margin: 0px;
  padding: 0px;
  padding-top: 0em;
  padding-bottom: 2em;
  font-size: 20px;
  font-family: Tahoma, Verdana, sans-serif;
  width: 100%;
  height: 100%;
  /*background: -webkit-linear-gradient(top, white, @azul_Claro);
    background: -moz-linear-gradient(top, white, @azul_Claro);
    background: -ms-linear-gradient(top, white, @azul_Claro);
    background: -o-linear-gradient(top, white, @azul_Claro);
    background: linear-gradient(top, white, @azul_Claro);*/
  /*background: -webkit-linear-gradient(top, white, @azul_Claro);
    background: -moz-linear-gradient(top, white, @azul_Claro);
    background: -ms-linear-gradient(top, white, @azul_Claro);
    background: -o-linear-gradient(top, white, @azul_Claro);
    background: linear-gradient(top, white, @azul_Claro);*/
  background-color: white;
  background-repeat: no-repeat;
}
#Page,
#Pagina {
  position: relative;
  background-color: white;
  /* radial-gradient(circle, white, #0d4871); */
  margin-left: 2em;
  margin-right: 2em;
  margin-bottom: 2em;
  margin-top: 0em;
  display: block;
}
header,
#cabecera {
  color: #0D4871;
  border-radius: 4px;
  text-align: center;
  vertical-align: text-bottom;
  padding: 0.3em;
  /*clear: both;*/
  height: 90px;
  font-weight: bold;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  -o-flex-direction: row;
  -ms-flex-direction: row;
  -moz-flex-direction: row;
  -webkit-flex-direction: row;
  background: -webkit-linear-gradient(right, #D2F5FF, #39B5E4);
  background: -moz-linear-gradient(right, #D2F5FF, #39B5E4);
  background: -ms-linear-gradient(right, #D2F5FF, #39B5E4);
  background: -o-linear-gradient(right, #D2F5FF, #39B5E4);
  background: linear-gradient(right, #D2F5FF, #39B5E4);
}
header > div,
#cabecera > div {
  color: #0D4871;
  text-shadow: 2px 2px 2px #FFFFFF;
  font-size: 1.3em;
  font-weight: bold;
  padding-top: 1em;
}
header > img,
#cabecera > img {
  float: left;
  margin-left: 1em;
  margin-top: 1em;
}
header > #idTitulo,
#cabecera > #idTitulo {
  float: left;
  font-size: 0.93em;
  margin-top: 1em;
}
  header > #navCab,
  #cabecera > #navCab {
    /*Usando este valor, el elemento actúa como si estuviera 
        posicionado con el valor relative hasta que se alcanza 
        un umbral de desplazamiento (en el propio elemento o 
        en el elemento padre), con el cual el elemento pasa a 
        posicionarse como si estuviera posicionado con el 
        valor fixed.*/
    /*    position: sticky;*/
    position: fixed !important;
    font-family: Tahoma;
    font-size: 13px;
    /* font-size: 1.3em;*/
    color: #D2F5FF;
    text-shadow: 2px 2px 2px #0D4871;
    background-color: transparent !important;
    font-weight: bold;
    float: right;
    /*margin-top: 1em;*/
    line-height: 56px !important;
    font-family: Tahoma;
    margin-left: 7em !important;
    box-shadow: none !important;
    z-index: 5 !important;
    width: 40%;
  }
header > #navCab > a,
#cabecera > #navCab > a {
  /*background-color: red;*/
    text-decoration: none;
    /*height: 40em;*/
    text-align: center;
    vertical-align: central;
    /*border-style: solid;
        border-color: white;
        border-spacing: 10px;*/
    margin-right: 1em;
    text-transform: uppercase;
 /*   font-size: 0.5em;*/
    color: white;
    /*background-position: 95%;*/
  }
header > #navCab > a:hover,
#cabecera > #navCab > a:hover {
  color: #0D4871;
  text-shadow: 4px 3px 4px white;
}
header:hover,
#cabecera:hover {
  color: #f07700;
}
header > div:hover,
#cabecera > div:hover {
  color: #f07700;
}
#pie,
footer {
  color: white;
  border-radius: 7px;
  padding: 1px !important;
  clear: both;
  height: 3.3em;
  font-size: 0.7em;
  text-align: left;
  vertical-align: text-bottom;
  text-transform: capitalize;
  background-position: 97%;
  background-repeat: no-repeat;
  background-image: url('../DIB/key_right.png');
  background-color: #0D4871;
}
#pie > p,
footer > p {
  color: white;
  margin-top: 10px !important;
  padding-left: 1em;
  /*padding-top: 1em;*/
}
ul {
  list-style: none;
}
#MostrarMenu {
  margin-top: 0em;
  display: none;
}
#NoMostrarMenu {
  display: block;
}
a,
a:visited {
  text-decoration: none;
  color: #39B5E4;
}
@media (max-width: 576px) {
  a,
  a:visited {
    text-decoration: none;
    color: #f07700;
  }
}
@media screen and (min-width: 576px) and (max-width: 992px) {
  a,
  a:visited {
    text-decoration: none;
    color: #f07700;
  }
}

/*nav {
  background-color: #0000cd;
  position: fixed !important;
  margin-top: 0.8em;
  margin-left: 7em;
  width: 30%;
}*/


nav {
  position: fixed !important;
  font-family: Tahoma;
  font-size: 13px;
  color: #FFFFFF;
  padding-left: -10px;
  margin-bottom: 0px;
  background-color: #D2F5FF !important;
  background-color: white !important;
  background-color: radial-gradient(circle, white, #5AB433) !important;
  /*width: 200px;*/
  width: 100%;
  z-index: 5;
}

nav:before,
nav:after {
  display: table;
  content: "";
}
nav:after {
  clear: both;
}
nav:before,
nav:after {
  display: table;
  content: "";
}
nav:after {
  clear: both;
}
nav > BUTTON {
  float: left;
  /*z-index: 1;*/
  /*padding-left: 1.3em;*/
}
nav > ul {
  padding-left: 0.3em;
  border-radius: 4px;
  border-style: solid;
  border-color: transparent !important;
  /*background-color: @azulOscuro;*/
  /*background: -webkit-linear-gradient(right, @azul_Claro, @azulOscuro);
        background: -moz-linear-gradient(right, @azul_Claro, @azulOscuro);
        background: -ms-linear-gradient(right, @azul_Claro, @azulOscuro);
        background: -o-linear-gradient(right, @azul_Claro, @azulOscuro);
        background: linear-gradient(right, @azul_Claro, @azulOscuro);*/
}
nav > ul > .horizontal {
  margin: 0em;
  float: right;
  color: white;
}
nav > ul > li {
  z-index: 1;
  position: relative;
  /*position: absolute;*/
  display: block;
  cursor: pointer;
  border-style: solid;
  border: 1px solid #FFFFFF;
  border-radius: 4px;
  margin: 0.3em;
  background: -webkit-linear-gradient(right, #39B5E4, #0D4871);
  background: -moz-linear-gradient(right, #39B5E4, #0D4871);
  background: -ms-linear-gradient(right, #39B5E4, #0D4871);
  background: -o-linear-gradient(right, #39B5E4, #0D4871);
  background: linear-gradient(right, #39B5E4, #0D4871);
}
nav > ul > li > a {
  color: white !important;
}
nav > ul > li > a:hover,
nav > ul > li > a:focus {
  font-weight: bold;
  color: #f07700 !important;
  /*background-color: @naranja;*/
}
.situar_usuario_derecha {
  float: right;
  color: #0D4871;
  margin-top: 0.3em;
  font-size: 0.7em !important;
}
.situar_usuario_derecha:hover {
  color: #5AB433;
}
hr {
  height: 0.1em;
  background-color: #0D4871;
  clear: both;
}
#msjBox {
  display: none;
  font-family: Calibri;
  font-weight: bold;
  background-color: #f07700;
  text-align: center;
  border: 5px solid #0D4871;
}
/* The Modal (background) */
.modalEsperaPorFavor,
.modal2 {
  display: none;
  /* Hidden by default */
  position: fixed;
  /* Stay in place */
  z-index: 1;
  /* Sit on top */
  padding-top: 100px;
  /* Location of the box */
  left: 0;
  top: 0;
  width: 100%;
  /* Full width */
  height: 100%;
  /* Full height */
  overflow: auto;
  /* Enable scroll if needed */
  background-color: #000000;
  /* Fallback color */
  background-color: rgba(0, 0, 0, 0.4);
  /* Black w/ opacity */
}
.modal_mostrar {
  display: block;
  /* Hidden by default */
  position: fixed;
  /* Stay in place */
  z-index: 1;
  /* Sit on top */
  padding-top: 100px;
  /* Location of the box */
  left: 0;
  top: 0;
  width: 100%;
  /* Full width */
  height: 100%;
  /* Full height */
  overflow: auto;
  /* Enable scroll if needed */
  background-color: #000000;
  /* Fallback color */
  background-color: rgba(0, 0, 0, 0.4);
  /* Black w/ opacity */
}
/* Modal Content */
.modal-content2 {
  background-color: #fefefe;
  margin: auto;
  padding: 20px;
  border: 1px solid #888;
  width: 30%;
  border-radius: 4px;
  border-color: #357ebd;
  border-style: solid;
  -webkit-box-shadow: inset 0 2px 2px rgba(255, 0, 0, 0.075), 0 0 8px rgba(255, 0, 0, 0.6);
  box-shadow: inset 0 2px 2px rgba(255, 0, 0, 0.075), 0 0 8px rgba(255, 0, 0, 0.6);
}

.sub-modal-content2 {
  display: flex;
  flex-direction: row;
  flex-grow: 1;
  justify-content: center;
}
#div_msj {
  margin: 23px;
  color: darkblue;
  font-size: 16px;
}
/* The Close Button */
.close {
  color: #cccccc;
  float: right;
  font-size: 28px;
  font-weight: bold;
}
.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}
section {
  background-color: white;
  height: 100%;
  margin-top: 0.2em;
  margin-left: 0.13em;
  margin-right: 0.13em;
  margin-bottom: 2em;
  padding-bottom: 1em;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  -o-flex-direction: row;
  -ms-flex-direction: row;
  -moz-flex-direction: row;
  -webkit-flex-direction: row;
}
section > div {
  flex-grow: 1;
}
.SubSection {
  background-color: white;
  margin-top: 0.2em;
  margin-left: 0.13em;
  margin-right: 0.13em;
  padding-bottom: 0.1em;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  -o-flex-direction: row;
  -ms-flex-direction: row;
  -moz-flex-direction: row;
  -webkit-flex-direction: row;
}
.SubSection > div {
  flex-grow: 1;
}
.sectiontarjeta {
  background-color: white;
  height: 100%;
  margin-top: 0.2em;
  margin-left: 0.13em;
  margin-right: 0.13em;
  margin-bottom: 0.2em;
  padding: 1em;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  -o-flex-direction: row;
  -ms-flex-direction: row;
  -moz-flex-direction: row;
  -webkit-flex-direction: row;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.sectiontarjeta > div {
  flex-grow: 1;
}
.sectiontarjeta:hover {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(240, 128, 0, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(240, 128, 0, 0.6);
}
.SubSectionSinJustificaciOn {
  background-color: white;
  margin-top: 0.2em;
  margin-left: 0.13em;
  margin-right: 0.13em;
  padding-bottom: 0.1em;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  /*justify-content: space-between;*/
  flex-direction: row;
  -o-flex-direction: row;
  -ms-flex-direction: row;
  -moz-flex-direction: row;
  -webkit-flex-direction: row;
}
.SubSectionSinJustificaciOn > .flexGrowZero {
  flex-grow: 0;
}
.fila2 {
  /*float: left;*/
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.columnado {
  background-color: white;
  height: 100%;
  margin-top: 0.2em;
  margin-left: 0.13em;
  margin-right: 1em;
  margin-bottom: 2em;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: stretch;
  -o-align-items: stretch;
  -ms-align-items: stretch;
  -moz-align-items: stretch;
  -webkit-align-items: stretch;
  flex-wrap: wrap;
  justify-content: space-around;
  /*flex-flow: row wrap;*/
  flex-flow: column wrap;
  flex-direction: column;
  -o-flex-direction: column;
  -ms-flex-direction: column;
  -moz-flex-direction: column;
  -webkit-flex-direction: column;
}
.columnadoSinSeparaciOn {
  background-color: white;
  height: 100%;
  margin-top: 0.2em;
  margin-left: 0.13em;
  margin-right: 1em;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-direction: column;
  -o-flex-direction: column;
  -ms-flex-direction: column;
  -moz-flex-direction: column;
  -webkit-flex-direction: column;
}
#idNotificaciones {
  padding-right: 0;
  margin-bottom: 0;
  /*float: right;*/
  width: 195px;
  background-color: #D2F5FF !important;
}
.row,
.fila {
  margin-right: -1px;
  margin-left: -1px;
}
.row::before,
.fila::before,
.row::after,
.fila::after {
  display: table;
  content: " ";
}
.row::after,
.fila::after {
  clear: both;
}
.columna {
  position: relative;
  /*display:block;*/
  min-height: 1px;
  padding-right: 1px;
  padding-left: 1px;
}
/*.@{color13}(@colorin) {
    background-color: @colorin;
}*/
.color1 {
  background-color: #D2F5FF;
}
.color2 {
  background-color: #CCCBBB;
}
label {
  color: darkblue;
  font-size: 18px;
}

input,
.txt_entrada_datos {
  display: inline;
  height: 19px;
  padding: 6px 12px;
  padding: 3px 9px;
  padding-right: 0em;
  margin-right: 1px;
  font-size: 13px;
  font-size: 0.9em;
  line-height: 1.42857143;
  color: black;
  font-family: Tahoma;
  vertical-align: middle;
  background-color: lightcyan !important;
  
  border: 1px solid #39B5E4;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  width: 100%;
}
  input:focus,
  .txt_entrada_datos:focus {
    color: white !important;
/*    font-weight: bold;*/
    /*  background-color: @azul_claro;*/
    background-color: darkblue !important;
    border-color: #5ab433 !important;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  }
  input:hover,
  .txt_entrada_datos:hover {
/*    font-weight: bold;*/
    border-color: #5ab433 !important;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  }
textarea {
  overflow: hidden;
  display: inline;
  width: 100%;
  padding: 3px 9px;
  padding-right: 0em;
  margin-right: 0px;
  font-size: 0.9em;
  line-height: 1.42857143;
  color: black;
  font-family: Tahoma;
  vertical-align: middle;
  background-color: white;
  border: 1px solid #39B5E4;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
textarea:focus {
  color: white;
  background-color: darkblue;
  border-color: #5ab433;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
textarea:hover {
  /*font-weight: bold;*/
  border-color: #5ab433;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.cbo_1 {
  display: inline;
  height: 27px;
  padding-left: 3px;
  font-size: 1.2em;
  line-height: 1.42857143;
  color: black;
  font-family: Tahoma;
  vertical-align: middle;
  background-color: white;
  border: 1px solid #39B5E4;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -webkit-appearance: listbox;
}
.cbo_1:focus {
  color: white;
  /*font-weight: bold;*/
  /*background-color: @azul_claro;*/
  background-color: darkblue;
  border-color: #5ab433;
  /* #66afe9;*/
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.cbo_1:hover {
  /*font-weight: bold;*/
  border-color: #5ab433;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.contador {
  COLOR: RED;
  font-size: 13px;
}
.collection {
  display: grid;
  grid-template-columns: repeat(auto-fit, 250px);
  grid-auto-rows: 300px;
  grid-gap: 1rem;
  justify-content: center;
}
/*para poner circulo en etiqueta*/
.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 30px;
  font-weight: bold;
  line-height: 1;
  color: #D2F5FF;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  background-color: #0D4871;
  border-radius: 10px;
}
.badge_2 {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 30px;
  font-weight: bold;
  line-height: 1;
  color: #0D4871;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  background-color: #ebf8fc;
  border-radius: 10px;
}
.badge_3 {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 30px;
  font-weight: bold;
  line-height: 1;
  color: #ebf8fc;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  background-color: #0D4871;
  border-radius: 10px;
}
.badge_rojo {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 30px;
  font-weight: bold;
  line-height: 1;
  color: white;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  background-color: red;
  border-radius: 10px;
}
@media screen and (min-width: 0px) and (max-width: 992px) {
  .badge {
    font-size: 0.7em;
  }
  .badge_2 {
    font-size: 0.7em;
  }
  .badge_3 {
    font-size: 0.7em;
  }
  .badge_rojo {
    font-size: 0.7em;
  }
  .table-view-cell {
    font-size: 0.9em;
  }
}
.badge_xl {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 16px;
  float: right;
  /*font-size: 0.8rem;*/
  font-weight: bold;
  line-height: 1;
  color: white;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  background-color: red;
  border-radius: 10px;
}
.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}
.alert h4 {
  margin-top: 0;
  color: inherit;
}
.alert .alert-link {
  font-weight: bold;
}
.alert-success {
  color: black;
  background-color: #00ff21;
  border-color: #f07700;
}
.alert-success hr {
  border-top-color: #c9e2b3;
}
.alert-success .alert-link {
  color: #2b542c;
}
/*
 (inicio) para mostrar si la pantalla es móvil o pc
*/
ocultar,
.hidden,
.d-none {
  display: none !important;
}
.mostrar,
.show,
.d-block {
  display: block !important;
}
@media (max-width: 576px) {
  .show-if-pc,
  .mostrar-si-pc {
    display: none !important;
  }
}
@media screen and (min-width: 576px) and (max-width: 992px) {
  .show-if-pc,
  .mostrar-si-pc {
    display: none !important;
  }
}
@media screen and (min-width: 992px) and (max-width: 1200px) {
  .show-if-pc,
  .mostrar-si-pc {
    display: block !important;
  }
}
@media (max-width: 576px) {
  .show-if-mobile,
  .mostrar-si-movil {
    display: block !important;
  }
}
@media screen and (min-width: 576px) and (max-width: 992px) {
  .show-if-mobile,
  .mostrar-si-movil {
    display: block !important;
  }
}
@media screen and (min-width: 992px) and (max-width: 1200px) {
  .show-if-mobile,
  .mostrar-si-movil {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .show-if-mobile,
  .mostrar-si-movil {
    display: none !important;
  }
}
/*
 (fin) para mostrar si la pantalla es móvil o pc
*/
/*
 (inicio) toast obtenido de materialize.css
*/
#toast-container {
  display: block;
  position: fixed;
  z-index: 10000;
}
@media only screen and (max-width: 600px) {
  #toast-container {
    min-width: 100%;
    bottom: 0%;
  }
}
@media only screen and (min-width: 601px) and (max-width: 992px) {
  #toast-container {
    left: 5%;
    bottom: 7%;
    max-width: 90%;
  }
}
@media only screen and (min-width: 993px) {
  #toast-container {
    top: 10%;
    right: 7%;
    max-width: 86%;
  }
}
.toast {
  border-radius: 2px;
  top: 35px;
  width: auto;
  margin-top: 10px;
  position: relative;
  max-width: 100%;
  height: auto;
  min-height: 48px;
  line-height: 1.5em;
  background-color: #357ebd;
  padding: 10px 25px;
  font-size: 1.1rem;
  font-weight: 300;
  color: white;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  cursor: default;
}
.toast .toast-action {
  color: #eeff41;
  font-weight: 500;
  margin-right: -25px;
  margin-left: 3rem;
}
.toast.rounded {
  border-radius: 24px;
}
@media only screen and (max-width: 600px) {
  .toast {
    width: 100%;
    border-radius: 0;
  }
}
/*
 (fin) toast obtenido de materialize.css
*/
.cuadrado {
  text-align: center;
  background-color: darkblue;
  color: white;
  font-size: medium;
  border-radius: 7px;
  border-color: darkred;
  border-style: solid;
  height: 5.7em;
  width: 20em;
  /*padding-top: 1em;*/
  padding-bottom: 1em;
  margin-left: 1.2em;
  margin-bottom: 1.3em;
}
.cuadrado > .nombre {
  padding-top: 1em;
}
/*# sourceMappingURL=./BlueBox_v4.4-pc.css.map */


/* [006] */
/*toastBlueBox*/


.position-fixed {
  position: fixed !important;
}

.bottom-0 {
  bottom: 0rem !important;
}

.end-0 {
  right: 0 !important;
}

.p-3 {
  padding: 1rem !important;
}

.toast2 {
  width: 350px;
  max-width: 100%;
  font-size: .875rem;
  pointer-events: auto;
  background-color: rgba(255,255,255,.85);
  background-clip: padding-box;
  border: 1px solid rgba(0,0,0,.1);
  box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 15%);
  border-radius: .25rem;
}

.toast2-header {
  display: flex;
  align-items: center;
  padding: .5rem .75rem;
  color: #6c757d;
  background-color: rgba(255,255,255,.85);
  background-clip: padding-box;
  border-bottom: 1px solid rgba(0,0,0,.05);
  border-top-left-radius: calc(.25rem - 1px);
  border-top-right-radius: calc(.25rem - 1px);
}

.toast2-body {
  padding: .75rem;
}

.fade2 {
  transition: opacity .15s linear;
}

  .fade2:not(.show) {
    opacity: 0;
  }

.title-toast {
  padding-left: 1em;
  color: blue;
}

.btn-close2 {
  margin-right: -.375rem;
  margin-left: .75rem;
}

.bar {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 10;
  height: 44px;
  padding-right: 10px;
  padding-left: 10px;
  background-color: white;
  border-bottom: 1px solid #ddd;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.bar-tab {
  bottom: 0;
  display: table;
  width: 100%;
  height: 50px;
  padding: 0;
  table-layout: fixed;
  border-top: 1px solid #ddd;
  border-bottom: 0;
}



/*@azul:    #39B5E4; 
@naranja: #f08000;*/

.btn {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.428571429;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
       -o-user-select: none;
          user-select: none;
}

.btn2 {
  display: inline-block;
  padding: 6px 12px;
  margin-left: 39px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.428571429;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
       -o-user-select: none;
          user-select: none;
}

.btn3 {
  display: inline-block;
  padding: 6px 12px;
  margin-left: 39px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.428571429;
  text-align: left;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  border: 1px solid orange;
  border-radius: 4px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
       -o-user-select: none;
          user-select: none;
  width: 144px;        
}

.btn2:focus,
.btn:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.btn2:hover,
.btn2:focus,
.btn:hover,
.btn:focus {
  color: #333333;
  text-decoration: none;
}

.btn2:active,
.btn2.active,
.btn:active,
.btn.active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
          box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}


.btn2.disabled,
.btn2[disabled],
fieldset[disabled] .btn2,
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  pointer-events: none;
  cursor: not-allowed;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
          box-shadow: none;
}

.btn-default {
  color: #333333;
  background-color: #ffffff;
  border-color: #cccccc;
}

.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
  color: #333333;
  background-color: #ebebeb;
  border-color: #adadad;
}

.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
  background-image: none;
}

.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  background-color: #ffffff;
  border-color: #cccccc;
}

.btn-primary {
  color: white; /* #ffffff; */
  background-color:  #39B5E4; /* #428bca; */
  border-color: #f08000; /*#357ebd; */
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  color: #ffffff;
  background-color: #3276b1;
  border-color: #285e8e;
}

.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  background-image: none;
}

.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  /*background-color: #428bca;
  border-color: #357ebd;*/
  background-color: #f08000;
  border-color:#39B5E4;
}

.btn-warning {
  color: #ffffff;
  background-color: #f08000;
  border-color: #39B5E4;
}

.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
  color: #ffffff;
  background-color: #ed9c28;
  /*border-color: #d58512;*/
  border-color: #39B5E4;
}

.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
  background-image: none;
}

.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
  background-color: #f0ad4e;
  border-color: #eea236;
}

.btn-danger {
  color: #ffffff;
  background-color: #d9534f;
  /*border-color: #d43f3a;*/
  border-color: #39B5E4;
}

.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
  color: #ffffff;
  background-color: #d2322d;
  border-color: #ac2925;
}

.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
  background-image: none;
}

.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
  background-color: #d9534f;
  border-color: #d43f3a;
}

.btn-success {
  color: #ffffff;
  background-color: #5cb85c;
  /*border-color: #4cae4c;*/
  border-color: #f08000; 
}

.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
  color: #ffffff;
  background-color: #47a447;
  border-color: #398439;
}

.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
  background-image: none;
}

.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
  background-color: #5cb85c;
  border-color: #4cae4c;
}

.btn-info {
  color: #ffffff;
  background-color: #5bc0de;
  border-color: #46b8da;
}

.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
  color: #ffffff;
  background-color: #39b3d7;
  border-color: #269abc;
}

.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
  background-image: none;
}

.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
  background-color: #5bc0de;
  border-color: #46b8da;
}

.btn-link {
  font-weight: normal;
  color: #428bca;
  cursor: pointer;
  border-radius: 0;
}

.btn-link,
.btn-link:active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}

.btn-link:hover,
.btn-link:focus {
  color: #2a6496;
  text-decoration: underline;
  background-color: transparent;
}

.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #999999;
  text-decoration: none;
}

