body {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cg fill='%23e3a041' fill-opacity='0.4'%3E%3Cpolygon fill-rule='evenodd' points='8 4 12 6 8 8 6 12 4 8 0 6 4 4 6 0 8 4'/%3E%3C/g%3E%3C/svg%3E");

  /* background: radial-gradient(black 3px, transparent 4px),
    radial-gradient(black 3px, transparent 4px),
    linear-gradient(#fff 4px, transparent 0),
    linear-gradient(
      45deg,
      transparent 74px,
      transparent 75px,
      #a4a4a4 75px,
      #a4a4a4 76px,
      transparent 77px,
      transparent 109px
    ),
    linear-gradient(
      -45deg,
      transparent 75px,
      transparent 76px,
      #a4a4a4 76px,
      #a4a4a4 77px,
      transparent 78px,
      transparent 109px
    ),
    #fff;
  background-size: 109px 109px, 109px 109px, 100% 6px, 109px 109px, 109px 109px;
  background-position: 54px 55px, 0px 0px, 0px 0px, 0px 0px, 0px 0px; */
}
#pLogoG {
  position: relative;
  height: 150px;
  background-repeat: no-repeat;
  background-image: url(../../img/logoWebV2blue.png);
}

#pLogoP {
  position: relative;
  height: 150px;
  background-repeat: no-repeat;
  background-image: url(../../img/logoWebV2blue.png);
}

#banderaCatalan {
  display: inline-block;
  background: url(../../img/cat.png) no-repeat center top;
  width: 35px;
  height: 23px;
  /*margin: 2px;*/
}

#banderaIngles {
  display: inline-block;
  width: 35px;
  height: 23px;
  z-index: -1;
  background: url(../../img/eng.png) no-repeat center top;
  /*margin: 2px;*/
}

#banderaCastellano {
  display: inline-block;
  background: url(../../img/esp.png) no-repeat center top;
  width: 35px;
  height: 23px;
  /*margin: 2px;*/
}

#banderaValenciano {
  display: inline-block;
  background: url(../../img/val.png) no-repeat center top;
  width: 35px;
  height: 23px;
  /*margin: 2px;*/
}
