    [v-cloak] {
      display: none !important;
    }
    .fondologo{
      background-image: linear-gradient(
        to bottom,
        rgba(255, 255, 0, 0.5),
        rgba(0, 0, 255, 0.5)
      ),
      url("../img/banner-large.jpg");
    }