#form_msg {
    display: none;
}

.etiqueta.en-blanco {
  background-color: #ffffff !important;
  color: #393939 !important;
}
.etiqueta.en-verde {
  background-color: #8BB777 !important;
  color: white !important;
}

.nota-contenido .etiqueta {
  color: #fff !important;
  background: grey !important;
}

.nota-contenido .etiqueta.experiencia{
  background: #AB77CE !important;
}
.nota-contenido .etiqueta.calidad{
  background: #FC4848 !important;
}
.nota-contenido .etiqueta.otros{
  background: #565251 !important;
}
.nota-contenido .etiqueta.innovacion{
  background: #7093FF !important;
}
.nota-contenido .etiqueta.habitar{
  background: #F98363 !important;
}
.nota-contenido .etiqueta.sostenibilidad{
  background: #67B68F !important;
}