.g-theme-bg-blue-mio-v1-opacity-0_7 {
  background-color: rgba(26, 117, 255, 0.7) !important;
}

.g-theme-bg-white-mio-v1-opacity-0_7 {
  background-color: rgba(255, 255, 255, 0.7) !important;
}

.g-absolute-un-tercio {
  position: absolute !important;
  top: 25% !important;
  left: 50% !important;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-backface-visibility: hidden;
}

.g-absolute-dos-tercios {
  position: absolute !important;
  top: 70% !important;
  left: 50% !important;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-backface-visibility: hidden;
}