/* ---- stats.js ---- */

.count-particles{
  background: #cccccc;
  position: absolute;
  top: 48px;
  left: 0;
  width: 80px;
  color: #FFFFFF;
  font-size: .8em;
  text-align: left;
  text-indent: 4px;
  line-height: 14px;
  padding-bottom: 2px;
  font-family: Helvetica, Arial, sans-serif;
  font-weight: bold;
}

.js-count-particles{
  font-size: 1.1em;
}
.negro{color:#373f51;}
.blanco{color:#ffffff;}
.bg-rojo{background-color: #e20613;}
.bg-amarillo{background-color: #fabc05;}
.bg-verde{background-color: #00a94b;}
.bg-verde-oca{background-color: #00A79D ;}
.bg-azul{background-color: #0e397c;}
.bg-negro{background-color: #373f51;}
.count-particles{
  border-radius: 0 0 3px 3px;
}


/* ---- particles.js container ---- */
#particles-js.sub-header{ height: 270px!important;}
#particles-js{
  width: 100%;
  height: 450px;
  background-color: #ffffff;
  /*background-image: url('');*/
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  /*asier*/
  display: flex;
  justify-content: center;
  align-items: center;
  border-bottom: 1px solid #fff;
  margin-bottom: 50px;
}
#particles-js.bg-color{background-color: #274193;}
.box-particles{display: flex;align-items: center;position: absolute;min-height:450px;}
.box-txt-particles{
	display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;}


@media (max-width: 768px){
#particles-js.sub-header {height: 450px!important;}
}