/*
  AQUI INGRESAREMOS TODOS LOS CSS PERSONALIZADOS

 */
input#SearchTxt.sin-margen-bottom{
  margin-bottom: 0;
}
ul#finalResult{
  background-color: dimgrey;
}
ul#finalResult.off-canvas-list li a{
    padding: 3px;
}
.strtoupper{
  text-transform: uppercase;
}

.typography h1, .typography h2, .typography h3, .typography h4, .typography h5, .typography h6 {
    display: inline;
}