/* stylelint-disable selector-list-comma-newline-after */

.coronavirus-header {
  line-height: 1;
  //border-bottom: 1px solid #e5e5e5;
}

.coronavirus-header-logo {
  font-family: 'Raleway', sans-serif;
  font-size: 34px;
  color:rgb(0, 42, 105);
}

.coronavirus-header-logo:hover {
  text-decoration: none;
}

.linea-gradiente{
  width: 100%;
  overflow: auto;
  height: 2px;
  background: rgb(0,18,170);
background: linear-gradient(90deg, rgba(0,18,170,1) 0%, rgba(30,71,182,1) 48%, rgba(0,240,221,1) 100%);
}

.coronavirus-widget{
  font-family: 'Raleway', sans-serif;
}

.coronavirus-titulo-big{
  font-size: 20px;
}

.coronavirus-encuadre-verde{
  background-color: rgb(13, 98, 24);
  border-radius: 5px;
  color: #fff;
}

.coronavirus-encuadre-amarillo{
  background-color: rgb(238, 236, 0);
  border-radius: 5px;
  color: #fff;
}

.coronavirus-encuadre-rojo{
  background-color: rgb(201, 18, 18);
  border-radius: 5px;
  color: #fff;
}


.coronavirus-encuadre-negro{
  background-color:#222;
  border-radius: 5px;
  color: #fff;
}
