@import url(../libs/bootstrap/css/bootstrap.min.css);
@import url(../libs/bootstrap/themes/bootstrap-paper.min.css);
@import url(../libs/bootstrap/css/bootstrap.min.css);
@import url(../libs/bootstrap/themes/bootstrap-paper.css);
@import url(../libs/fontawesome/css/font-awesome.min.css);
@import url(flexboxgrid.css);
@import url(animate.css);
@import url("https://fonts.googleapis.com/css?family=Roboto:300,400,500,700,900");
span.err {
  display: inline;
}

.err {
  border: 1px solid red;
}

small {
  font-size: 0.80952rem;
  line-height: 1.04762rem;
}

small.sm {
  font-size: 0.71429rem;
  line-height: 0.95238rem;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  color: inherit;
}

h1, .h1 {
  font-size: 2.61905rem;
}

h2, .h2 {
  font-size: 1.71429rem;
}

h3, .h3 {
  font-size: 1.33333rem;
}

b.blk, span.blk, strong.blk {
  color: black;
}

b.fw-md, span.fw-md, strong.fw-md {
  font-weight: 500 !important;
}

.text-brand {
  color: #028688;
}

button:focus {
  outline: none !important;
}

.btn {
  text-transform: none;
}

.btn i {
  color: #028688;
}

.btn-brand {
  background-color: #028688;
  color: white !important;
}

.btn-brand i {
  color: white;
}

button.btn-blank {
  background: none;
  border: none;
}

.bk-xs-1 {
  max-width: 8.33333333%;
}

.bk-xs-2 {
  max-width: 16.66666667%;
}

.bk-xs-3 {
  max-width: 25%;
}

.bk-xs-4 {
  max-width: 33.33333333%;
}

.bk-xs-5 {
  max-width: 41.66666667%;
}

.bk-xs-6 {
  max-width: 50%;
}

.bk-xs-7 {
  max-width: 58.33333333%;
}

.bk-xs-8 {
  max-width: 66.66666667%;
}

.bk-xs-9 {
  max-width: 75%;
}

.bk-xs-10 {
  max-width: 83.33333333%;
}

.bk-xs-11 {
  max-width: 91.66666667%;
}

.bk-xs-12 {
  max-width: 100%;
}

@media only screen and (min-width: 75em) {
  .bk-lg-1 {
    max-width: 8.33333333%;
  }
  .bk-lg-2 {
    max-width: 16.66666667%;
  }
  .bk-lg-3 {
    max-width: 25%;
  }
  .bk-lg-4 {
    max-width: 33.33333333%;
  }
  .bk-lg-5 {
    max-width: 41.66666667%;
  }
  .bk-lg-6 {
    max-width: 50%;
  }
  .bk-lg-7 {
    max-width: 58.33333333%;
  }
  .bk-lg-8 {
    max-width: 66.66666667%;
  }
  .bk-lg-9 {
    max-width: 75%;
  }
  .bk-lg-10 {
    max-width: 83.33333333%;
  }
  .bk-lg-11 {
    max-width: 91.66666667%;
  }
  .bk-lg-12 {
    max-width: 100%;
  }
}

@media only screen and (min-width: 64em) {
  .bk-md-1 {
    max-width: 8.33333333%;
  }
  .bk-md-2 {
    max-width: 16.66666667%;
  }
  .bk-md-3 {
    max-width: 25%;
  }
  .bk-md-4 {
    max-width: 33.33333333%;
  }
  .bk-md-5 {
    max-width: 41.66666667%;
  }
  .bk-md-6 {
    max-width: 50%;
  }
  .bk-md-7 {
    max-width: 58.33333333%;
  }
  .bk-md-8 {
    max-width: 66.66666667%;
  }
  .bk-md-9 {
    max-width: 75%;
  }
  .bk-md-10 {
    max-width: 83.33333333%;
  }
  .bk-md-11 {
    max-width: 91.66666667%;
  }
  .bk-md-12 {
    max-width: 100%;
  }
}

@media only screen and (min-width: 48em) {
  .bk-sm-1 {
    max-width: 8.33333333%;
  }
  .bk-sm-2 {
    max-width: 16.66666667%;
  }
  .bk-sm-3 {
    max-width: 25%;
  }
  .bk-sm-4 {
    max-width: 33.33333333%;
  }
  .bk-sm-5 {
    max-width: 41.66666667%;
  }
  .bk-sm-6 {
    max-width: 50%;
  }
  .bk-sm-7 {
    max-width: 58.33333333%;
  }
  .bk-sm-8 {
    max-width: 66.66666667%;
  }
  .bk-sm-9 {
    max-width: 75%;
  }
  .bk-sm-10 {
    max-width: 83.33333333%;
  }
  .bk-sm-11 {
    max-width: 91.66666667%;
  }
  .bk-sm-12 {
    max-width: 100%;
  }
}

/*
 * Set de animaciones
 */
.anim, .anim:after, .anim:before,
.anim-nested *, .anim-nested *:after, .anim-nested *:before {
  -webkit-transition: all 500ms cubic-bezier(0.25, 0.1, 0.25, 1);
  transition: all 500ms cubic-bezier(0.25, 0.1, 0.25, 1);
  /* ease (default) */
  -webkit-transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
          transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
  /* ease (default) */
}

.anim1s, .anim1s:after, .anim1s:before,
.anim-nested1s *, .anim-nested1s *:after, .anim-nested1s *:before {
  -webkit-transition: all 1000ms cubic-bezier(0.25, 0.1, 0.25, 1);
  transition: all 1000ms cubic-bezier(0.25, 0.1, 0.25, 1);
  /* ease (default) */
  -webkit-transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
          transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
  /* ease (default) */
}

/* estilos para el elementos del Cubo y del mismo Cubo */
#floatBoxCube {
  display: none;
  width: auto;
  max-width: 320px;
  height: auto;
  padding: 5px 10px;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 3px;
  background-color: white;
  box-shadow: rgba(0, 0, 0, 0.5) 0 2px 5px;
}

#floatBoxCube button {
  display: none;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  font-size: 0.66667rem;
  position: absolute;
  top: 0;
  left: 100%;
  background-color: red;
  color: white;
  border: none;
}

#floatBoxCube .fle {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-width: 10px;
  border-style: solid;
  border-color: white transparent transparent transparent;
  position: absolute;
  top: 100%;
  left: calc(100% - 25px);
  -webkit-transform: translate(-100%, 0);
          transform: translate(-100%, 0);
}

/* Estilo para los contenedores de las graficas */
.graphContainer {
  display: block;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}

.graphContainer canvas {
  display: block;
  margin: 0 auto;
  background-color: transparent;
}

.graphContainer .canvasOverlay {
  display: none;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  margin: 0 auto;
}

.graphContainer .canvasOverlay > * {
  display: block;
  width: auto;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 1;
  text-align: center;
}

.graphContainer .canvasOverlay > *.load {
  color: rgba(0, 0, 0, 0.2);
  width: 100%;
}

.graphContainer .canvasOverlay > *.fail {
  color: yellow;
}

.graphContainer.failLoad .canvasOverlay:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  left: 0;
}

/* Estilos de tablas */
.tableBox {
  display: block;
  width: 97%;
  height: auto;
  padding: 30px 70px;
  font-weight: 500;
  box-shadow: rgba(0, 0, 0, 0.16) 0 2px 32px;
  font-size: 0.80952rem;
}

.tableBox.minimal {
  width: 100%;
  padding: 0;
  box-shadow: none;
}

.tableBox table tr td {
  border: none;
  cursor: default;
  line-height: 1.04762rem;
  padding-top: 15px;
  padding-bottom: 15px;
}

.tableBox.alt-1 table tr.active td {
  background-color: rgba(1, 22, 39, 0.04);
}

.tableBox .table {
  margin: 0;
}

.tableBox .table .tr-md {
  font-size: 1rem;
  line-height: 1.2381rem;
  color: rgba(0, 0, 0, 0.3);
  font-weight: normal;
}

@media (max-width: 767px) {
  .tableBox {
    width: 100%;
    box-shadow: none;
    padding: 10px 5px;
  }
}

/* Estilo de las orbes o Circulos con numero */
.circleNum {
  display: block;
  width: 175px;
  height: 175px;
  border-radius: 50%;
  margin: 0 auto;
  position: relative;
  background-color: #028688;
  color: white;
  font-size: 2.09524rem;
  font-weight: 500;
}

.circleNum:before {
  content: "";
  display: block;
  width: 83%;
  height: 83%;
  border: 1px solid white;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: false;
}

.circleNum span {
  display: block;
  width: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: false;
}

.circleNum + .fle {
  display: block;
  width: 0;
  height: 70px;
  margin: 20px auto 5px auto;
  position: relative;
  border-left: 1px solid black;
}

.circleNum + .fle:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-width: 8px;
  border-style: solid;
  border-color: black transparent transparent transparent;
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translate(-50%, 0%);
          transform: translate(-50%, 0%);
}

.circleNum + .fle.inv {
  border-color: white;
}

.circleNum + .fle.inv:after {
  border-color: white transparent transparent transparent;
}

/* Estilo para modal */
.modalBox {
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  background-color: rgba(0, 0, 0, 0.7);
}

.modalBox .wrap {
  display: block;
  width: 98%;
  max-width: 1028px;
  height: 90%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 1;
  overflow: hidden;
}

.modalBox .wrap:before {
  content: "";
  display: block;
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) scale(0);
          transform: translate(-50%, -50%) scale(0);
  background-color: white;
}

.modalBox .wrap.active:before {
  -webkit-transform: translate(-50%, -50%) scale(2);
          transform: translate(-50%, -50%) scale(2);
}

.modalBox .wrap > button {
  padding: 10px 15px;
  border-radius: 0 0 15px 0;
  font-size: 1.14286rem;
  position: absolute;
  top: 0%;
  left: 0%;
  z-index: 10;
  background-color: #028688;
  color: white;
  border: none;
}

.modalBox .wrap .content {
  display: none;
  width: calc(100% - 10px);
  height: calc(100% - 100px);
  padding: 0px 20px 20px 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  overflow-y: scroll;
  overflow-x: hidden;
  color: black;
}

.modalBox .wrap .content::-webkit-scrollbar {
  width: 10px;
}

.modalBox .wrap .content::-webkit-scrollbar-thumb {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
}

/* Estilo para cajas de sombra */
.shadowBox {
  display: block;
  width: 100%;
  height: auto;
  padding: 30px;
  margin: 32px 0;
  box-shadow: rgba(0, 0, 0, 0.16) 0 2px 32px;
  background-color: white;
}

.shadowBox ul {
  margin: 0;
}

@media (max-width: 767px) {
  .shadowBox {
    padding: 10px;
  }
}
