.container-fluid {
  font-family: "Noto Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen-Sans", "Ubuntu", "Cantarell", "Helvetica Neue", sans-serif;
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

#splash-display,
#splash-block {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 999;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgb(253, 253, 253, 0.5) !important;
}

.sk-chase {
  width: 40px;
  height: 40px;
  position: relative;
  animation: sk-chase 2.5s infinite linear both;
}

.sk-chase-dot {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  animation: sk-chase-dot 2s infinite ease-in-out both;
}

.sk-chase-dot:before {
  content: "";
  display: block;
  width: 25%;
  height: 25%;
  background-color: #000;
  border-radius: 100%;
  animation: sk-chase-dot-before 2s infinite ease-in-out both;
}

.sk-chase-dot:nth-child(1) {
  animation-delay: -1.1s;
}
.sk-chase-dot:nth-child(2) {
  animation-delay: -1s;
}
.sk-chase-dot:nth-child(3) {
  animation-delay: -0.9s;
}
.sk-chase-dot:nth-child(4) {
  animation-delay: -0.8s;
}
.sk-chase-dot:nth-child(5) {
  animation-delay: -0.7s;
}
.sk-chase-dot:nth-child(6) {
  animation-delay: -0.6s;
}
.sk-chase-dot:nth-child(1):before {
  animation-delay: -1.1s;
}
.sk-chase-dot:nth-child(2):before {
  animation-delay: -1s;
}
.sk-chase-dot:nth-child(3):before {
  animation-delay: -0.9s;
}
.sk-chase-dot:nth-child(4):before {
  animation-delay: -0.8s;
}
.sk-chase-dot:nth-child(5):before {
  animation-delay: -0.7s;
}
.sk-chase-dot:nth-child(6):before {
  animation-delay: -0.6s;
}

@keyframes sk-chase {
  100% {
    transform: rotate(360deg);
  }
}

@keyframes sk-chase-dot {
  80%,
  100% {
    transform: rotate(360deg);
  }
}

@keyframes sk-chase-dot-before {
  50% {
    transform: scale(0.4);
  }
  100%,
  0% {
    transform: scale(1);
  }
}

.ocultar {
  display: none !important;
}

.bg_color {
  background-color: rgba(170, 61, 23, 1);
  color: #fff;
}

.bg_tabs {
  background-color: #d7d7d7 !important;
  color: #000 !important;
}

.bg_tabs.active {
  background-color: #fff !important;
  color: #000 !important;
}

.btn_plugin_default {
  background-color: #fff;
  color: #000;
}

.btn_plugin_info {
  background-color: rgba(102, 130, 45, 1);
  color: #fff;
}

.nav-item {
  margin-left: 8px !important;
}

.encabezadoFiltro h1,
.encabezadoFiltro h2,
.encabezadoFiltro h3,
.encabezadoFiltro h4,
.encabezadoFiltro h5,
.encabezadoFiltro h6,
.encabezadoFiltro span,
.encabezadoFiltro p {
  margin: 1rem !important;
}

#textoGrafica h1,
#textoGrafica h2,
#textoGrafica h3,
#textoGrafica h4,
#textoGrafica h5,
#textoGrafica h6,
#textoGrafica span,
#textoGrafica p {
  font-weight: 700;
  color: rgba(0, 0, 0, 0.54);
}

.chart-wrapper-jg-bar-block {
  min-height: 400px;
  max-height: 500px;
}

.chart-wrapper-jg-bar,
.chart-wrapper-jg-pie {
  width: 100%;
  max-width: 100%;
  min-height: 520px; /* más alto = más separación entre barras */
}

/* .chart-wrapper-jg-pie {
  width: 595px;
  padding: 10px;
  margin: 0 auto;
  background: white;
} */

#regions_div {
  width: 100%;
  height: 100%;
}

section#country {
  padding-top: 15px;
}

section#country .section-title {
  text-align: center;
  margin: 1.4rem 0 1.4rem !important;
  text-transform: uppercase;
}
#country {
  color: #fff;
}
#country h4.section-title {
  color: #fff;
}

#country .nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  color: #000 !important;
  background-color: #fff !important;
  border-bottom: 4px solid #fff !important;
  font-size: 20px;
  font-weight: bold;
}
#country .nav-tabs .nav-link {
  border: 1px solid transparent;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
  color: #fff;
  font-size: 14px;
}

.counter-box {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 100%;
  text-align: center;
  align-items: center;
  background: #f6f6f6;
  padding: 40px 20px 37px;
  text-align: center;
}

.counter-box p {
  margin: 5px 0 0;
  padding: 0;
  color: #909090;
  font-size: 18px;
  font-weight: 500;
  text-align: center;
}

.counter {
  display: block;
  font-size: 32px;
  font-weight: 700;
  color: #666;
  line-height: 28px;
}

.counter-box.colored p,
.counter-box.colored .counter {
  color: #fff;
}

/* 
  ##Device = Desktops
  ##Screen = 1281px to higher resolution desktops
*/

@media (min-width: 1281px) {
  /* CSS */
  .chart-wrapper-jg-bar {
    min-width: 500px;
    max-width: 770px;
    min-height: 400px;
  }
  .chart-wrapper-jg-pie {
    min-width: 500px;
    max-width: 1000px;
    margin: 0 auto;
  }
  .chart-wrapper-jg-bar-block {
    min-width: 300px;
    max-width: 400px;
  }
}

/* 
  ##Device = Laptops, Desktops
  ##Screen = B/w 1025px to 1280px
*/

@media (min-width: 1025px) and (max-width: 1280px) {
  /* CSS */
  .chart-wrapper-jg-bar {
    min-width: 500px;
    max-width: 770px;
    min-height: 400px;
  }
  .chart-wrapper-jg-pie {
    min-width: 500px;
    max-width: 770px;
  }
  .chart-wrapper-jg-bar-block {
    min-width: 300px;
    max-width: 400px;
  }
}

/* 
  ##Device = Tablets, Ipads (portrait)
  ##Screen = B/w 768px to 1024px
*/

@media (min-width: 768px) and (max-width: 1024px) {
  /* CSS */
  .chart-wrapper-jg-bar {
    min-width: 300px;
    max-width: 646px;
    min-height: 400px;
  }
  .chart-wrapper-jg-pie {
    min-width: 300px;
    max-width: 600px;
  }
  .chart-wrapper-jg-bar-block {
    min-width: 300px;
    max-width: 400px;
    min-height: 400px;
  }
}

/* 
  ##Device = Tablets, Ipads (landscape)
  ##Screen = B/w 768px to 1024px
*/

@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  /* CSS */
  .chart-wrapper-jg-bar {
    min-width: 300px;
    max-width: 646px;
    min-height: 400px;
  }
  .chart-wrapper-jg-pie {
    min-width: 300px;
    max-width: 600px;
  }
  .chart-wrapper-jg-bar-block {
    min-width: 300px;
    max-width: 400px;
    min-height: 400px;
  }
}

/* 
  ##Device = Low Resolution Tablets, Mobiles (Landscape)
  ##Screen = B/w 481px to 767px
*/

@media (min-width: 481px) and (max-width: 767px) {
  /* CSS */
  .chart-wrapper-jg-bar {
    min-width: 300px;
    max-width: 400px;
  }
  .chart-wrapper-jg-pie {
    min-width: 300px;
    max-width: 400px;
  }
  .chart-wrapper-jg-bar-block {
    min-width: 300px;
    max-width: 400px;
  }
}

/* 
  ##Device = Most of the Smartphones Mobiles (Portrait)
  ##Screen = B/w 320px to 479px
*/

@media (min-width: 320px) and (max-width: 480px) {
  /* CSS */
  .chart-wrapper-jg-bar {
    min-width: 300px;
    max-width: 360px;
  }
  .chart-wrapper-jg-pie {
    min-width: 300px;
    max-width: 360px;
  }
  .chart-wrapper-jg-bar-block {
    min-width: 300px;
    max-width: 360px;
  }
}
.text-center {
    text-align: center !important;
}
.pb-3, .py-3 {
    padding-bottom: 1rem !important;
}
.pl-3, .px-3 {
    padding-left: 1rem !important;
}
.col-12 {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}
.nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}
.nav-fill .nav-item, .nav-fill>.nav-link {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    text-align: center;
}

.nav-item {
    margin-left: 8px !important;
}
.nav-pills .nav-link {
    border-radius: .25rem;
}
.nav-link {
    display: block;
    padding: .5rem 1rem;
    text-decoration: none;
}
.col-4 {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
}
.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}
.table {
    width: 100%;
    margin-bottom: 1rem;
    color: #212529;
    border-collapse: collapse;
}
.table td, .table th {
    padding: .75rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6;
}
.mt-3, .my-3 {
    margin-top: 1rem !important;
}
.table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    padding-right: 15px;
    padding-left: 15px;
}
.tab-content>.tab-pane {
    display: none;
}
.tab-content>.active {
    display: block;
}
.fade {
    transition: opacity .15s linear;
}
.mt-2, .my-2 {
    margin-top: .5rem !important;
}
.description_graph {
  position: relative;
  padding: .75rem 1.25rem;
  margin-bottom: 1rem !important;
  border: 1px solid transparent;
  border-radius: .25rem;
  color: #383d41;
  background-color: #f6f6f6;
  border-color: #f6f6f6;
  text-align: justify;
}