.ficha ul li::before{
    content: "\2022";  /* Add content: \2022 is the CSS Code/unicode for a bullet */
    color: #95C11F!important; /* Change the color */
    font-weight: bold; /* If you want it to be bold */
    display: inline-block; /* Needed to add space between the bullet and the text */
    width: 1em; /* Also needed for space (tweak if needed) */
    margin-left: -1em;
  }
.ficha-banner{
    padding: 5%;
    text-align: center;
    color: white;
    background: #95C11F url(../images/infra-texture-fondo.png) no-repeat center center;
}
h2{
    color:#114071;
}
li{
    color: #114071;
}