.navbar-inner{
    font-family: "Ubuntu";
    font-size: 18px;
    font-weight: 700;
}
.navbar .btn-navbar .icon-bar {
    display: block;
    width: 18px;
    height: 2px;
    background color: #f5f5f5;
     moz border radius: 1px;
    border-radius: 0;
    box-shadow: 0px 2px 3px 0px black;
}
.h2, h3, h4 {
    font-family: "Ubuntu";
}
.control-label {
    font-family: "Ubuntu";
    font-size: 15px;
    font-weight: 400;
    line-height: 20px;
}
.checkbox {
    font-family: "Ubuntu";
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
}
.btn {
    font-family: "Ubuntu";
    font-size: 15px;
    font-weight: 400;
    line-height: 20px;
    text-align: center;
    color: #fff
}


strong[data-bind="i18nText:'pagina_snippets_front.compartir_en'"],
span[data-bind="text: $data"] {
  display: none;
}