/* GANTRY5 DEVELOPMENT MODE ENABLED.

   WARNING: This file is automatically generated by Gantry5. Any modifications to this file will be lost!

   For more information on modifying CSS, please read:

   http://docs.gantry.org/gantry5/configure/styles
   http://docs.gantry.org/gantry5/tutorials/adding-a-custom-style-sheet
 */

/* line 2, media/gantry5/engines/nucleus/scss/nucleus/mixins/_nav.scss */
/* line 12, media/gantry5/engines/nucleus/scss/nucleus/mixins/_nav.scss */
/* line 2, media/gantry5/engines/nucleus/scss/nucleus/mixins/_utilities.scss */
/* line 9, media/gantry5/engines/nucleus/scss/nucleus/mixins/_utilities.scss */
/* line 3, templates/g5_helium/custom/scss/puppet.scss */
/* line 4, templates/g5_helium/custom/scss/puppet.scss */
/* line 6, templates/g5_helium/custom/scss/puppet.scss */
html .moduletable.in-tran-abajo {
  -ms-transform: translate(0, 50%);
  /* IE 9 */
  -webkit-transform: translate(0, 50%);
  /* Chrome, Safari, Opera */
  transform: translate(0, 50%);
  -o-transition: translate(0, 50%);
  -moz-transition: translate(0, 50%);
  opacity: 0;
}
@media only all and (max-width: 47.938rem) {
  html .moduletable.in-tran-abajo {
    -ms-transform: translate(0, 0) !important;
    /* IE 9 */
    -webkit-transform: translate(0, 0) !important;
    /* Chrome, Safari, Opera */
    transform: translate(0, 0) !important;
    -o-transition: translate(0, 0) !important;
    -moz-transition: translate(0, 0) !important;
    opacity: 1 !important;
  }
}
/* line 23, templates/g5_helium/custom/scss/puppet.scss */
html .moduletable.in-tran-arriba {
  -ms-transform: translate(0, -50px);
  /* IE 9 */
  -webkit-transform: translate(0, -50px);
  /* Chrome, Safari, Opera */
  transform: translate(0, -50px);
  -o-transition: translate(0, -50px);
  -moz-transition: translate(0, -50px);
  opacity: 0;
}
@media only all and (max-width: 47.938rem) {
  html .moduletable.in-tran-arriba {
    -ms-transform: translate(0, 0) !important;
    /* IE 9 */
    -webkit-transform: translate(0, 0) !important;
    /* Chrome, Safari, Opera */
    transform: translate(0, 0) !important;
    -o-transition: translate(0, 0) !important;
    -moz-transition: translate(0, 0) !important;
    opacity: 1 !important;
  }
}
/* line 39, templates/g5_helium/custom/scss/puppet.scss */
html .moduletable.in-tran-izq {
  -ms-transform: translate(-50px, 0px);
  /* IE 9 */
  -webkit-transform: translate(-50px, 0px);
  /* Chrome, Safari, Opera */
  transform: translate(-50px, 0px);
  -o-transition: translate(-50px, 0px);
  -moz-transition: translate(-50px, 0px);
  opacity: 0;
}
@media only all and (max-width: 47.938rem) {
  html .moduletable.in-tran-izq {
    -ms-transform: translate(0, 0) !important;
    /* IE 9 */
    -webkit-transform: translate(0, 0) !important;
    /* Chrome, Safari, Opera */
    transform: translate(0, 0) !important;
    -o-transition: translate(0, 0) !important;
    -moz-transition: translate(0, 0) !important;
    opacity: 1 !important;
  }
}
/* line 55, templates/g5_helium/custom/scss/puppet.scss */
html .moduletable.in-tran-dr {
  -ms-transform: translate(50px, 0px);
  /* IE 9 */
  -webkit-transform: translate(50px, 0px);
  /* Chrome, Safari, Opera */
  transform: translate(50px, 0px);
  -o-transition: translate(50px, 0px);
  -moz-transition: translate(50px, 0px);
  opacity: 0;
}
@media only all and (max-width: 47.938rem) {
  html .moduletable.in-tran-dr {
    -ms-transform: translate(0, 0) !important;
    /* IE 9 */
    -webkit-transform: translate(0, 0) !important;
    /* Chrome, Safari, Opera */
    transform: translate(0, 0) !important;
    -o-transition: translate(0, 0) !important;
    -moz-transition: translate(0, 0) !important;
    opacity: 1 !important;
  }
}
/* line 73, templates/g5_helium/custom/scss/puppet.scss */
html .moduletable.in-scale {
  -ms-transform: scale(0);
  /* IE 9 */
  -webkit-transform: scale(0);
  /* Chrome, Safari, Opera */
  transform: scale(0);
  -o-transition: scale(0);
  -moz-transition: scale(0);
  opacity: 0;
}
@media only all and (max-width: 47.938rem) {
  html .moduletable.in-scale {
    -ms-transform: translate(0, 0) !important;
    /* IE 9 */
    -webkit-transform: translate(0, 0) !important;
    /* Chrome, Safari, Opera */
    transform: translate(0, 0) !important;
    -o-transition: translate(0, 0) !important;
    -moz-transition: translate(0, 0) !important;
    opacity: 1 !important;
  }
}
/* line 92, templates/g5_helium/custom/scss/puppet.scss */
/* line 94, templates/g5_helium/custom/scss/puppet.scss */
/* line 96, templates/g5_helium/custom/scss/puppet.scss */
html.loaded .moduletable.in-tran-dr, html.loaded .moduletable.in-tran-izq, html.loaded .moduletable.in-tran-arriba, html.loaded .moduletable.in-tran-abajo {
  -ms-transform: translate(0px, 0px);
  /* IE 9 */
  -webkit-transform: translate(0px, 0px);
  /* Chrome, Safari, Opera */
  transform: translate(0px, 0px);
  -o-transition: translate(0px, 0px);
  -moz-transition: translate(0px, 0px);
  opacity: 1;
}
/* line 105, templates/g5_helium/custom/scss/puppet.scss */
html.loaded .moduletable.in-scale {
  -ms-transform: scale(1);
  /* IE 9 */
  -webkit-transform: scale(1);
  /* Chrome, Safari, Opera */
  transform: scale(1);
  -o-transition: scale(1);
  -moz-transition: scale(1);
  opacity: 1;
}
/* line 119, templates/g5_helium/custom/scss/puppet.scss */
/* line 122, templates/g5_helium/custom/scss/puppet.scss */
.moduletable.sc-tran-abajo {
  -ms-transform: translate(0, 50px);
  /* IE 9 */
  -webkit-transform: translate(0, 50px);
  /* Chrome, Safari, Opera */
  transform: translate(0, 50px);
  -o-transition: translate(0, 50px);
  -moz-transition: translate(0, 50px);
  opacity: 0;
}
@media only all and (max-width: 47.938rem) {
  .moduletable.sc-tran-abajo {
    -ms-transform: translate(0, 0) !important;
    /* IE 9 */
    -webkit-transform: translate(0, 0) !important;
    /* Chrome, Safari, Opera */
    transform: translate(0, 0) !important;
    -o-transition: translate(0, 0) !important;
    -moz-transition: translate(0, 0) !important;
    opacity: 1 !important;
  }
}
/* line 138, templates/g5_helium/custom/scss/puppet.scss */
.moduletable.sc-tran-arriba {
  -ms-transform: translate(0, -50px);
  /* IE 9 */
  -webkit-transform: translate(0, -50px);
  /* Chrome, Safari, Opera */
  transform: translate(0, -50px);
  -o-transition: translate(0, -50px);
  -moz-transition: translate(0, -50px);
  opacity: 0;
}
@media only all and (max-width: 47.938rem) {
  .moduletable.sc-tran-arriba {
    -ms-transform: translate(0, 0) !important;
    /* IE 9 */
    -webkit-transform: translate(0, 0) !important;
    /* Chrome, Safari, Opera */
    transform: translate(0, 0) !important;
    -o-transition: translate(0, 0) !important;
    -moz-transition: translate(0, 0) !important;
    opacity: 1 !important;
  }
}
/* line 154, templates/g5_helium/custom/scss/puppet.scss */
.moduletable.sc-tran-izq {
  -ms-transform: translate(-50px, 0px);
  /* IE 9 */
  -webkit-transform: translate(-50px, 0px);
  /* Chrome, Safari, Opera */
  transform: translate(-50px, 0px);
  -o-transition: translate(-50px, 0px);
  -moz-transition: translate(-50px, 0px);
  opacity: 0;
}
@media only all and (max-width: 47.938rem) {
  .moduletable.sc-tran-izq {
    -ms-transform: translate(0, 0) !important;
    /* IE 9 */
    -webkit-transform: translate(0, 0) !important;
    /* Chrome, Safari, Opera */
    transform: translate(0, 0) !important;
    -o-transition: translate(0, 0) !important;
    -moz-transition: translate(0, 0) !important;
    opacity: 1 !important;
  }
}
/* line 170, templates/g5_helium/custom/scss/puppet.scss */
.moduletable.sc-tran-dr {
  -ms-transform: translate(50px, 0px);
  /* IE 9 */
  -webkit-transform: translate(50px, 0px);
  /* Chrome, Safari, Opera */
  transform: translate(50px, 0px);
  -o-transition: translate(50px, 0px);
  -moz-transition: translate(50px, 0px);
  opacity: 0;
}
@media only all and (max-width: 47.938rem) {
  .moduletable.sc-tran-dr {
    -ms-transform: translate(0, 0) !important;
    /* IE 9 */
    -webkit-transform: translate(0, 0) !important;
    /* Chrome, Safari, Opera */
    transform: translate(0, 0) !important;
    -o-transition: translate(0, 0) !important;
    -moz-transition: translate(0, 0) !important;
    opacity: 1 !important;
  }
}
/* line 188, templates/g5_helium/custom/scss/puppet.scss */
.moduletable.sc-scale {
  -ms-transform: scale(0);
  /* IE 9 */
  -webkit-transform: scale(0);
  /* Chrome, Safari, Opera */
  transform: scale(0);
  -o-transition: scale(0);
  -moz-transition: scale(0);
  opacity: 0;
}
@media only all and (max-width: 47.938rem) {
  .moduletable.sc-scale {
    -ms-transform: scale(1) !important;
    /* IE 9 */
    -webkit-transform: scale(1) !important;
    /* Chrome, Safari, Opera */
    transform: scale(1) !important;
    -o-transition: scale(1) !important;
    -moz-transition: scale(1) !important;
    opacity: 1 !important;
  }
}
/* line 207, templates/g5_helium/custom/scss/puppet.scss */
/* line 210, templates/g5_helium/custom/scss/puppet.scss */
.moduletable.loaded.sc-tran-dr, .moduletable.loaded.sc-tran-izq, .moduletable.loaded.sc-tran-arriba, .moduletable.loaded.sc-tran-abajo {
  -ms-transform: translate(0px, 0px);
  /* IE 9 */
  -webkit-transform: translate(0px, 0px);
  /* Chrome, Safari, Opera */
  transform: translate(0px, 0px);
  -o-transition: translate(0px, 0px);
  -moz-transition: translate(0px, 0px);
  opacity: 1;
}
/* line 219, templates/g5_helium/custom/scss/puppet.scss */
.moduletable.loaded.sc-scale {
  -ms-transform: scale(1);
  /* IE 9 */
  -webkit-transform: scale(1);
  /* Chrome, Safari, Opera */
  transform: scale(1);
  -o-transition: scale(1);
  -moz-transition: scale(1);
  opacity: 1;
}
/* line 235, templates/g5_helium/custom/scss/puppet.scss */
/* line 236, templates/g5_helium/custom/scss/puppet.scss */
.moduletable.animate .sc-int-tran-abajo {
  -ms-transform: translate(0, 50px);
  /* IE 9 */
  -webkit-transform: translate(0, 50px);
  /* Chrome, Safari, Opera */
  transform: translate(0, 50px);
  -o-transition: translate(0, 50px);
  -moz-transition: translate(0, 50px);
  opacity: 0;
}
@media only all and (max-width: 47.938rem) {
  .moduletable.animate .sc-int-tran-abajo {
    -ms-transform: translate(0, 0) !important;
    /* IE 9 */
    -webkit-transform: translate(0, 0) !important;
    /* Chrome, Safari, Opera */
    transform: translate(0, 0) !important;
    -o-transition: translate(0, 0) !important;
    -moz-transition: translate(0, 0) !important;
    opacity: 1 !important;
  }
}
/* line 252, templates/g5_helium/custom/scss/puppet.scss */
.moduletable.animate .sc-int-tran-arriba {
  -ms-transform: translate(0, -50px);
  /* IE 9 */
  -webkit-transform: translate(0, -50px);
  /* Chrome, Safari, Opera */
  transform: translate(0, -50px);
  -o-transition: translate(0, -50px);
  -moz-transition: translate(0, -50px);
  opacity: 0;
}
@media only all and (max-width: 47.938rem) {
  .moduletable.animate .sc-int-tran-arriba {
    -ms-transform: translate(0, 0) !important;
    /* IE 9 */
    -webkit-transform: translate(0, 0) !important;
    /* Chrome, Safari, Opera */
    transform: translate(0, 0) !important;
    -o-transition: translate(0, 0) !important;
    -moz-transition: translate(0, 0) !important;
    opacity: 1 !important;
  }
}
/* line 268, templates/g5_helium/custom/scss/puppet.scss */
.moduletable.animate .sc-int-tran-izq {
  -ms-transform: translate(-50px, 0px);
  /* IE 9 */
  -webkit-transform: translate(-50px, 0px);
  /* Chrome, Safari, Opera */
  transform: translate(-50px, 0px);
  -o-transition: translate(-50px, 0px);
  -moz-transition: translate(-50px, 0px);
  opacity: 0;
}
@media only all and (max-width: 47.938rem) {
  .moduletable.animate .sc-int-tran-izq {
    -ms-transform: translate(0, 0) !important;
    /* IE 9 */
    -webkit-transform: translate(0, 0) !important;
    /* Chrome, Safari, Opera */
    transform: translate(0, 0) !important;
    -o-transition: translate(0, 0) !important;
    -moz-transition: translate(0, 0) !important;
    opacity: 1 !important;
  }
}
/* line 284, templates/g5_helium/custom/scss/puppet.scss */
.moduletable.animate .sc-int-tran-dr {
  -ms-transform: translate(50px, 0px);
  /* IE 9 */
  -webkit-transform: translate(50px, 0px);
  /* Chrome, Safari, Opera */
  transform: translate(50px, 0px);
  -o-transition: translate(50px, 0px);
  -moz-transition: translate(50px, 0px);
  opacity: 0;
}
@media only all and (max-width: 47.938rem) {
  .moduletable.animate .sc-int-tran-dr {
    -ms-transform: translate(0, 0) !important;
    /* IE 9 */
    -webkit-transform: translate(0, 0) !important;
    /* Chrome, Safari, Opera */
    transform: translate(0, 0) !important;
    -o-transition: translate(0, 0) !important;
    -moz-transition: translate(0, 0) !important;
    opacity: 1 !important;
  }
}
/* line 300, templates/g5_helium/custom/scss/puppet.scss */
.moduletable.animate .sc-int-scale {
  -ms-transform: scale(0);
  -webkit-transform: scale(0);
  transform: scale(0);
  -o-transition: scale(0);
  -moz-transition: scale(0);
  opacity: 0;
}
@media only all and (max-width: 47.938rem) {
  .moduletable.animate .sc-int-scale {
    -ms-transform: scale(1) !important;
    /* IE 9 */
    -webkit-transform: scale(1) !important;
    /* Chrome, Safari, Opera */
    transform: scale(1) !important;
    -o-transition: scale(1) !important;
    -moz-transition: scale(1) !important;
    opacity: 1 !important;
  }
}
/* line 317, templates/g5_helium/custom/scss/puppet.scss */
/* line 318, templates/g5_helium/custom/scss/puppet.scss */
.moduletable.animate.loaded .sc-int-scale {
  -ms-transform: scale(1);
  /* IE 9 */
  -webkit-transform: scale(1);
  /* Chrome, Safari, Opera */
  transform: scale(1);
  -o-transition: scale(1);
  -moz-transition: scale(1);
  opacity: 1;
}
/* line 326, templates/g5_helium/custom/scss/puppet.scss */
.moduletable.animate.loaded .sc-int-tran-abajo, .moduletable.animate.loaded .sc-int-tran-arriba, .moduletable.animate.loaded .sc-int-tran-izq, .moduletable.animate.loaded .sc-int-tran-dr {
  -ms-transform: translate(0px, 0px);
  /* IE 9 */
  -webkit-transform: translate(0px, 0px);
  /* Chrome, Safari, Opera */
  transform: translate(0px, 0px);
  -o-transition: translate(0px, 0px);
  -moz-transition: translate(0px, 0px);
  opacity: 1;
}
/* line 341, templates/g5_helium/custom/scss/puppet.scss */
/* line 342, templates/g5_helium/custom/scss/puppet.scss */
html .in-int-tran-abajo {
  -ms-transform: translate(0, 50px);
  /* IE 9 */
  -webkit-transform: translate(0, 50px);
  /* Chrome, Safari, Opera */
  transform: translate(0, 50px);
  -o-transition: translate(0, 50px);
  -moz-transition: translate(0, 50px);
  opacity: 0;
}
@media only all and (max-width: 47.938rem) {
  html .in-int-tran-abajo {
    -ms-transform: translate(0, 0) !important;
    /* IE 9 */
    -webkit-transform: translate(0, 0) !important;
    /* Chrome, Safari, Opera */
    transform: translate(0, 0) !important;
    -o-transition: translate(0, 0) !important;
    -moz-transition: translate(0, 0) !important;
    opacity: 1 !important;
  }
}
/* line 358, templates/g5_helium/custom/scss/puppet.scss */
html .in-int-tran-arriba {
  -ms-transform: translate(0, -50px);
  /* IE 9 */
  -webkit-transform: translate(0, -50px);
  /* Chrome, Safari, Opera */
  transform: translate(0, -50px);
  -o-transition: translate(0, -50px);
  -moz-transition: translate(0, -50px);
  opacity: 0;
}
@media only all and (max-width: 47.938rem) {
  html .in-int-tran-arriba {
    -ms-transform: translate(0, 0) !important;
    /* IE 9 */
    -webkit-transform: translate(0, 0) !important;
    /* Chrome, Safari, Opera */
    transform: translate(0, 0) !important;
    -o-transition: translate(0, 0) !important;
    -moz-transition: translate(0, 0) !important;
    opacity: 1 !important;
  }
}
/* line 376, templates/g5_helium/custom/scss/puppet.scss */
html .in-int-tran-izq {
  -ms-transform: translate(-50px, 0px);
  /* IE 9 */
  -webkit-transform: translate(-50px, 0px);
  /* Chrome, Safari, Opera */
  transform: translate(-50px, 0px);
  -o-transition: translate(-50px, 0px);
  -moz-transition: translate(-50px, 0px);
  opacity: 0;
}
@media only all and (max-width: 47.938rem) {
  html .in-int-tran-izq {
    -ms-transform: translate(0, 0) !important;
    /* IE 9 */
    -webkit-transform: translate(0, 0) !important;
    /* Chrome, Safari, Opera */
    transform: translate(0, 0) !important;
    -o-transition: translate(0, 0) !important;
    -moz-transition: translate(0, 0) !important;
    opacity: 1 !important;
  }
}
/* line 394, templates/g5_helium/custom/scss/puppet.scss */
html .in-int-tran-dr {
  -ms-transform: translate(50px, 0px);
  /* IE 9 */
  -webkit-transform: translate(50px, 0px);
  /* Chrome, Safari, Opera */
  transform: translate(50px, 0px);
  -o-transition: translate(50px, 0px);
  -moz-transition: translate(50px, 0px);
  opacity: 0;
}
@media only all and (max-width: 47.938rem) {
  html .in-int-tran-dr {
    -ms-transform: translate(0, 0) !important;
    /* IE 9 */
    -webkit-transform: translate(0, 0) !important;
    /* Chrome, Safari, Opera */
    transform: translate(0, 0) !important;
    -o-transition: translate(0, 0) !important;
    -moz-transition: translate(0, 0) !important;
    opacity: 1 !important;
  }
}
/* line 414, templates/g5_helium/custom/scss/puppet.scss */
html .in-int-scale {
  -ms-transform: scale(0);
  /* IE 9 */
  -webkit-transform: scale(0);
  /* Chrome, Safari, Opera */
  transform: scale(0);
  -o-transition: scale(0);
  -moz-transition: scale(0);
  opacity: 0;
}
@media only all and (max-width: 47.938rem) {
  html .in-int-scale {
    opacity: 1 !important;
    -ms-transform: scale(1) !important;
    /* IE 9 */
    -webkit-transform: scale(1) !important;
    /* Chrome, Safari, Opera */
    transform: scale(1) !important;
    -o-transition: scale(1) !important;
    -moz-transition: scale(1) !important;
  }
}
/* line 431, templates/g5_helium/custom/scss/puppet.scss */
/* line 432, templates/g5_helium/custom/scss/puppet.scss */
html.loaded .in-int-tran-abajo, html.loaded .in-int-tran-arriba, html.loaded .in-int-tran-izq, html.loaded .in-int-tran-dr {
  -ms-transform: translate(0px, 0px);
  /* IE 9 */
  -webkit-transform: translate(0px, 0px);
  /* Chrome, Safari, Opera */
  transform: translate(0px, 0px);
  -o-transition: translate(0px, 0px);
  -moz-transition: translate(0px, 0px);
  opacity: 1;
}
/* line 440, templates/g5_helium/custom/scss/puppet.scss */
html.loaded .in-int-scale {
  -ms-transform: scale(1);
  /* IE 9 */
  -webkit-transform: scale(1);
  /* Chrome, Safari, Opera */
  transform: scale(1);
  -o-transition: scale(1);
  -moz-transition: scale(1);
  opacity: 1;
}
/* line 617, templates/g5_helium/custom/scss/puppet.scss */
.o-tran-centro {
  transform-origin: 50% 50%;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
}
/* line 624, templates/g5_helium/custom/scss/puppet.scss */
.o-tran-iz {
  transform-origin: 0% 50%;
  -webkit-transform-origin: 0% 50%;
  -ms-transform-origin: 0% 50%;
  -o-transform-origin: 0% 50%;
  -moz-transform-origin: 0% 50%;
}
/* line 632, templates/g5_helium/custom/scss/puppet.scss */
.o-tran-dr {
  transform-origin: 100% 50%;
  -webkit-transform-origin: 100% 50%;
  -ms-transform-origin: 100% 50%;
  -o-transform-origin: 100% 50%;
  -moz-transform-origin: 100% 50%;
}
/* line 639, templates/g5_helium/custom/scss/puppet.scss */
.o-tran-arriba {
  transform-origin: 50% 0%;
  -webkit-transform-origin: 50% 0%;
  -ms-transform-origin: 50% 0%;
  -o-transform-origin: 50% 0%;
  -moz-transform-origin: 50% 0%;
}
/* line 646, templates/g5_helium/custom/scss/puppet.scss */
.o-tran-arriba-iz {
  transform-origin: 0% 0%;
  -webkit-transform-origin: 0% 0%;
  -ms-transform-origin: 0% 0%;
  -o-transform-origin: 0% 0%;
  -moz-transform-origin: 0% 0%;
}
/* line 713, templates/g5_helium/custom/scss/puppet.scss */
.t-2-04 {
  transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0.4s;
  -webkit-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0.4s;
  -o-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0.4s;
  -moz-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0.4s;
  -ms-transition: transform all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0.4s;
}
/* line 716, templates/g5_helium/custom/scss/puppet.scss */
.t-3-04 {
  transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0.8s;
  -webkit-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0.8s;
  -o-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0.8s;
  -moz-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0.8s;
  -ms-transition: transform all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0.8s;
}
/* line 719, templates/g5_helium/custom/scss/puppet.scss */
.t-4-04 {
  transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 1.2s;
  -webkit-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 1.2s;
  -o-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 1.2s;
  -moz-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 1.2s;
  -ms-transition: transform all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 1.2s;
}
/* line 722, templates/g5_helium/custom/scss/puppet.scss */
.t-5-04 {
  transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 1.6s;
  -webkit-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 1.6s;
  -o-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 1.6s;
  -moz-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 1.6s;
  -ms-transition: transform all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 1.6s;
}
/* line 725, templates/g5_helium/custom/scss/puppet.scss */
.t-6-04 {
  transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 2s;
  -webkit-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 2s;
  -o-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 2s;
  -moz-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 2s;
  -ms-transition: transform all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 2s;
}
/* line 733, templates/g5_helium/custom/scss/puppet.scss */
.t-uno-delta-03 {
  transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
  -webkit-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
  -o-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
  -moz-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
  -ms-transition: transform all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
}
/* line 740, templates/g5_helium/custom/scss/puppet.scss */
.t-dos-delta-03 {
  transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0.3s;
  -webkit-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0.3s;
  -o-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0.3s;
  -moz-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0.3s;
  -ms-transition: transform all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0.3s;
}
/* line 747, templates/g5_helium/custom/scss/puppet.scss */
.t-tres-delta-03 {
  transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0.6s;
  -webkit-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0.6s;
  -o-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0.6s;
  -moz-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0.6s;
  -ms-transition: transform all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0.6s;
}
/* line 754, templates/g5_helium/custom/scss/puppet.scss */
.t-cuatro-delta-03 {
  transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0.9s;
  -webkit-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0.9s;
  -o-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0.9s;
  -moz-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0.9s;
  -ms-transition: transform all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0.9s;
}
/* line 761, templates/g5_helium/custom/scss/puppet.scss */
.t-cinco-delta-03 {
  transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 1.2s;
  -webkit-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 1.2s;
  -o-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 1.2s;
  -moz-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 1.2s;
  -ms-transition: transform all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 1.2s;
}
/* line 768, templates/g5_helium/custom/scss/puppet.scss */
.t-seis-delta-03 {
  transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 1.5s;
  -webkit-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 1.5s;
  -o-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 1.5s;
  -moz-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 1.5s;
  -ms-transition: transform all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 1.5s;
}
@-webkit-keyframes bombita {
  /* line 156, templates/g5_helium/custom/scss/_var-gen.scss */
  0% {
    -webkit-transform: translate(0, -10px);
  }
  /* line 157, templates/g5_helium/custom/scss/_var-gen.scss */
  50% {
    -webkit-transform: translate(0, 0px);
  }
  /* line 158, templates/g5_helium/custom/scss/_var-gen.scss */
  100% {
    -webkit-transform: translate(0, -10px);
  }
}
@-moz-keyframes bombita {
  /* line 161, templates/g5_helium/custom/scss/_var-gen.scss */
  0% {
    -moz-transition: translate(0, -10px);
  }
  /* line 162, templates/g5_helium/custom/scss/_var-gen.scss */
  50% {
    -moz-transition: translate(0, 0px);
  }
  /* line 163, templates/g5_helium/custom/scss/_var-gen.scss */
  100% {
    -moz-transition: translate(0, -10px);
  }
}
@-o-keyframes bombita {
  /* line 166, templates/g5_helium/custom/scss/_var-gen.scss */
  0% {
    -o-transition: translate(0, -10px);
  }
  /* line 167, templates/g5_helium/custom/scss/_var-gen.scss */
  50% {
    -o-transition: translate(0, 0px);
  }
  /* line 168, templates/g5_helium/custom/scss/_var-gen.scss */
  100% {
    -o-transition: translate(0, -10px);
  }
}
@keyframes bombita {
  /* line 171, templates/g5_helium/custom/scss/_var-gen.scss */
  0% {
    transform: translate(0, -10px);
  }
  /* line 172, templates/g5_helium/custom/scss/_var-gen.scss */
  50% {
    transform: translate(0, 0px);
  }
  /* line 173, templates/g5_helium/custom/scss/_var-gen.scss */
  100% {
    transform: translate(0, -10px);
  }
}
/* line 176, templates/g5_helium/custom/scss/_var-gen.scss */
.inner-tran-abajo {
  -ms-transform: translate(0, 50px);
  /* IE 9 */
  -webkit-transform: translate(0, 50px);
  /* Chrome, Safari, Opera */
  transform: translate(0, 50px);
  -o-transition: translate(0, 50px);
  -moz-transition: translate(0, 50px);
  opacity: 0;
}
@media only all and (max-width: 47.938rem) {
  .inner-tran-abajo {
    -ms-transform: translate(0, 0px) !important;
    /* IE 9 */
    -webkit-transform: translate(0, 0px) !important;
    /* Chrome, Safari, Opera */
    transform: translate(0, 0px) !important;
    -o-transition: translate(0, 0px) !important;
    -moz-transition: translate(0, 0px) !important;
    opacity: 1;
  }
}
/* line 179, templates/g5_helium/custom/scss/_var-gen.scss */
.inner-tran-arriba {
  -ms-transform: translate(0, -50px);
  /* IE 9 */
  -webkit-transform: translate(0, -50px);
  /* Chrome, Safari, Opera */
  transform: translate(0, -50px);
  -o-transition: translate(0, -50px);
  -moz-transition: translate(0, -50px);
  opacity: 0;
}
@media only all and (max-width: 47.938rem) {
  .inner-tran-arriba {
    -ms-transform: translate(0, 0px) !important;
    /* IE 9 */
    -webkit-transform: translate(0, 0px) !important;
    /* Chrome, Safari, Opera */
    transform: translate(0, 0px) !important;
    -o-transition: translate(0, 0px) !important;
    -moz-transition: translate(0, 0px);
    opacity: 1;
  }
}
/* line 182, templates/g5_helium/custom/scss/_var-gen.scss */
.inner-tran-izq {
  -ms-transform: translate(-50px, 0px);
  /* IE 9 */
  -webkit-transform: translate(-50px, 0px);
  /* Chrome, Safari, Opera */
  transform: translate(-50px, 0px);
  -o-transition: translate(-50px, 0px);
  -moz-transition: translate(-50px, 0px);
  opacity: 0;
}
@media only all and (max-width: 47.938rem) {
  .inner-tran-izq {
    -ms-transform: translate(0, 0px) !important;
    /* IE 9 */
    -webkit-transform: translate(0, 0px) !important;
    /* Chrome, Safari, Opera */
    transform: translate(0, 0px) !important;
    -o-transition: translate(0, 0px) !important;
    -moz-transition: translate(0, 0px) !important;
    opacity: 1;
  }
}
/* line 185, templates/g5_helium/custom/scss/_var-gen.scss */
.inner-tran-dr {
  -ms-transform: translate(50px, 0px);
  /* IE 9 */
  -webkit-transform: translate(50px, 0px);
  /* Chrome, Safari, Opera */
  transform: translate(50px, 0px);
  -o-transition: translate(50px, 0px);
  -moz-transition: translate(50px, 0px);
  opacity: 0;
}
@media only all and (max-width: 47.938rem) {
  .inner-tran-dr {
    -ms-transform: translate(0, 0px) !important;
    /* IE 9 */
    -webkit-transform: translate(0, 0px) !important;
    /* Chrome, Safari, Opera */
    transform: translate(0, 0px) !important;
    -o-transition: translate(0, 0px) !important;
    -moz-transition: translate(0, 0px) !important;
    opacity: 1;
  }
}
/* line 188, templates/g5_helium/custom/scss/_var-gen.scss */
.inner-scale-cen {
  -ms-transform: scale(0);
  /* IE 9 */
  -webkit-transform: scale(0);
  /* Chrome, Safari, Opera */
  transform: scale(0);
  -o-transition: scale(0);
  -moz-transition: scale(0);
  opacity: 0;
}
@media only all and (max-width: 47.938rem) {
  .inner-scale-cen {
    -ms-transform: scale(1) !important;
    /* IE 9 */
    -webkit-transform: scale(1) !important;
    /* Chrome, Safari, Opera */
    transform: scale(1) !important;
    -o-transition: scale(1) !important;
    -moz-transition: scale(1) !important;
    opacity: 1;
  }
}
/* line 191, templates/g5_helium/custom/scss/_var-gen.scss */
.inner-scale-dr {
  -ms-transform: scale(0, 1);
  /* IE 9 */
  -webkit-transform: scale(0, 1);
  /* Chrome, Safari, Opera */
  transform: scale(0, 1);
  -o-transition: scale(0, 1);
  -moz-transition: scale(0, 1);
  opacity: 0;
}
@media only all and (max-width: 47.938rem) {
  .inner-scale-dr {
    -ms-transform: scale(1) !important;
    /* IE 9 */
    -webkit-transform: scale(1) !important;
    /* Chrome, Safari, Opera */
    transform: scale(1) !important;
    -o-transition: scale(1) !important;
    -moz-transition: scale(1) !important;
    opacity: 1;
  }
}
/* line 194, templates/g5_helium/custom/scss/_var-gen.scss */
.inner-scale-dr-arriba {
  -ms-transform: scale(0, 0);
  /* IE 9 */
  -webkit-transform: scale(0, 0);
  /* Chrome, Safari, Opera */
  transform: scale(0, 0);
  -o-transition: scale(0, 0);
  -moz-transition: scale(0, 0);
  opacity: 0;
}
@media only all and (max-width: 47.938rem) {
  .inner-scale-dr-arriba {
    -ms-transform: scale(1) !important;
    /* IE 9 */
    -webkit-transform: scale(1) !important;
    /* Chrome, Safari, Opera */
    transform: scale(1) !important;
    -o-transition: scale(1) !important;
    -moz-transition: scale(1) !important;
    opacity: 1;
  }
}
/* line 197, templates/g5_helium/custom/scss/_var-gen.scss */
.inner-scale-fin {
  -ms-transform: scale(1) !important;
  /* IE 9 */
  -webkit-transform: scale(1) !important;
  /* Chrome, Safari, Opera */
  transform: scale(1) !important;
  -o-transition: scale(1) !important;
  -moz-transition: scale(1) !important;
  opacity: 1 !important;
}
/* line 201, templates/g5_helium/custom/scss/_var-gen.scss */
.inner-tran-fin {
  opacity: 1;
  -ms-transform: translate(0, 0px);
  /* IE 9 */
  -webkit-transform: translate(0, 0px);
  /* Chrome, Safari, Opera */
  transform: translate(0, 0px);
  -o-transition: translate(0, 0px);
  -moz-transition: translate(0, 0px);
}
/* line 206, templates/g5_helium/custom/scss/_var-gen.scss */
.t-i-1-06 {
  transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
  -webkit-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
  -o-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
  -moz-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
  -ms-transition: transform all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
}
/* line 209, templates/g5_helium/custom/scss/_var-gen.scss */
.t-i-2-06 {
  transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0.3s;
  -webkit-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0.3s;
  -o-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0.3s;
  -moz-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0.3s;
  -ms-transition: transform all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0.3s;
}
/* line 212, templates/g5_helium/custom/scss/_var-gen.scss */
.t-i-3-06 {
  transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0.6s;
  -webkit-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0.6s;
  -o-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0.6s;
  -moz-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0.6s;
  -ms-transition: transform all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0.6s;
}
/* line 215, templates/g5_helium/custom/scss/_var-gen.scss */
.t-i-4-06 {
  transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0.9s;
  -webkit-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0.9s;
  -o-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0.9s;
  -moz-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0.9s;
  -ms-transition: transform all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0.9s;
}
/* line 218, templates/g5_helium/custom/scss/_var-gen.scss */
.t-i-5-06 {
  transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 1.2s;
  -webkit-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 1.2s;
  -o-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 1.2s;
  -moz-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 1.2s;
  -ms-transition: transform all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 1.3s;
}
/* line 221, templates/g5_helium/custom/scss/_var-gen.scss */
.t-i-6-06 {
  transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 1.5s;
  -webkit-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 1.5s;
  -o-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 1.5s;
  -moz-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 1.5s;
  -ms-transition: transform all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 1.5s;
}
@font-face {
  font-family: 'Conv_Poppins-Bold';
  src: url('../fonts/poppins/Poppins-Bold.eot');
  src: local('ÃƒÂ¢Ã‹Å“Ã‚Âº'), url('../fonts/poppins/Poppins-Bold.woff') format('woff'), url('../fonts/poppins/Poppins-Bold.ttf') format('truetype'), url('../fonts/poppins/Poppins-Bold.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Conv_Poppins-Light';
  src: url('../fonts/poppins/Poppins-Light.eot');
  src: local('ÃƒÂ¢Ã‹Å“Ã‚Âº'), url('../fonts/poppins/Poppins-Light.woff') format('woff'), url('../fonts/poppins/Poppins-Light.ttf') format('truetype'), url('../fonts/poppins/Poppins-Light.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Conv_Poppins-Medium';
  src: url('../fonts/poppins/Poppins-Medium.eot');
  src: local('ÃƒÂ¢Ã‹Å“Ã‚Âº'), url('../fonts/poppins/Poppins-Medium.woff') format('woff'), url('../fonts/poppins/Poppins-Medium.ttf') format('truetype'), url('../fonts/poppins/Poppins-Medium.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Conv_Poppins-Regular';
  src: url('../fonts/poppins/Poppins-Regular.eot');
  src: local('ÃƒÂ¢Ã‹Å“Ã‚Âº'), url('../fonts/poppins/Poppins-Regular.woff') format('woff'), url('../fonts/poppins/Poppins-Regular.ttf') format('truetype'), url('../fonts/poppins/Poppins-Regular.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Conv_Poppins-SemiBold';
  src: url('../fonts/poppins/Poppins-SemiBold.eot');
  src: local('ÃƒÂ¢Ã‹Å“Ã‚Âº'), url('../fonts/poppins/Poppins-SemiBold.woff') format('woff'), url('../fonts/poppins/Poppins-SemiBold.ttf') format('truetype'), url('../fonts/poppins/Poppins-SemiBold.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'robotoblack';
  src: url('../fonts/roboto/roboto-black-webfont.eot');
  src: url('../fonts/roboto/roboto-black-webfont.eot#iefix') format('embedded-opentype'), url('../fonts/roboto/roboto-black-webfont.woff') format('woff'), url('../fonts/roboto/roboto-black-webfont.ttf') format('truetype'), url('../fonts/roboto/roboto-black-webfont.svg#robotoblack') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'robotobold';
  src: url('../fonts/roboto/roboto-bold-webfont.eot');
  src: url('../fonts/roboto/roboto-bold-webfont.eot#iefix') format('embedded-opentype'), url('../fonts/roboto/roboto-bold-webfont.woff') format('woff'), url('../fonts/roboto/roboto-bold-webfont.ttf') format('truetype'), url('../fonts/roboto/roboto-bold-webfont.svg#robotobold') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'robotocondensed';
  src: url('../fonts/roboto/roboto-condensed-webfont.eot');
  src: url('../fonts/roboto/roboto-condensed-webfont.eot#iefix') format('embedded-opentype'), url('../fonts/roboto/roboto-condensed-webfont.woff') format('woff'), url('../fonts/roboto/roboto-condensed-webfont.ttf') format('truetype'), url('../fonts/roboto/roboto-condensed-webfont.svg#robotocondensed') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Conv_Roboto-Medium';
  src: url('../../../../fonts/Roboto-Medium.eot');
  src: local('Ã¢ËœÂº'), url('../fonts/roboto/Roboto-Medium.woff') format('woff'), url('../fonts/roboto/Roboto-Medium.ttf') format('truetype'), url('../fonts/roboto/Roboto-Medium.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Conv_Roboto-MediumItalic';
  src: url('../fonts/roboto/Roboto-MediumItalic.eot');
  src: local('Ã¢ËœÂº'), url('../fonts/roboto/Roboto-MediumItalic.woff') format('woff'), url('../fonts/roboto/Roboto-MediumItalic.ttf') format('truetype'), url('../fonts/roboto/Roboto-MediumItalic.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Conv_Roboto-Thin';
  src: url('../fonts/roboto/Roboto-Thin.eot');
  src: local('Ã¢ËœÂº'), url('../fonts/roboto/Roboto-Thin.woff') format('woff'), url('../fonts/roboto/Roboto-Thin.ttf') format('truetype'), url('../fonts/roboto/Roboto-Thin.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'robotoitalic';
  src: url('../fonts/roboto/roboto-italic-webfont.eot');
  src: url('../fonts/roboto/roboto-italic-webfont.eot#iefix') format('embedded-opentype'), url('../fonts/roboto/roboto-italic-webfont.woff') format('woff'), url('../fonts/roboto/roboto-italic-webfont.ttf') format('truetype'), url('../fonts/roboto/roboto-italic-webfont.svg#robotoitalic') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'robotolight';
  src: url('../fonts/roboto/roboto-light-webfont.eot');
  src: url('../fonts/roboto/roboto-light-webfont.eot#iefix') format('embedded-opentype'), url('../fonts/roboto/roboto-light-webfont.woff') format('woff'), url('../fonts/roboto/roboto-light-webfont.ttf') format('truetype'), url('../fonts/roboto/roboto-light-webfont.svg#robotolight') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'robotoregular';
  src: url('../fonts/roboto/roboto-regular-webfont.eot');
  src: url('../fonts/roboto/roboto-regular-webfont.eot#iefix') format('embedded-opentype'), url('../fonts/roboto/roboto-regular-webfont.woff') format('woff'), url('../fonts/roboto/roboto-regular-webfont.ttf') format('truetype'), url('../fonts/roboto/roboto-regular-webfont.svg#robotoregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'robotolight_italic';
  src: url('../fonts/roboto/roboto-lightitalic-webfont.eot');
  src: url('../fonts/roboto/roboto-lightitalic-webfont.eot#iefix') format('embedded-opentype'), url('../fonts/roboto/roboto-lightitalic-webfont.woff2') format('woff2'), url('../fonts/roboto/roboto-lightitalic-webfont.woff') format('woff'), url('../fonts/roboto/roboto-lightitalic-webfont.ttf') format('truetype'), url('../fonts/roboto/roboto-lightitalic-webfont.svg#robotolight_italic') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'ralewaybold';
  src: url('../fonts/raleway/raleway-bold-webfont.eot');
  src: url('../fonts/raleway/raleway-bold-webfont.eot#iefix') format('embedded-opentype'), url('../fonts/raleway/raleway-bold-webfont.woff') format('woff'), url('../fonts/raleway/raleway-bold-webfont.ttf') format('truetype'), url('../fonts/raleway/raleway-bold-webfont.svg#ralewaybold') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Conv_Raleway-Bold';
  src: url('../fonts/raleway/Raleway-Bold.eot');
  src: local('ÃƒÂ¢Ã‹Å“Ã‚Âº'), url('../fonts/raleway/Raleway-Bold.woff') format('woff'), url('../fonts/raleway/Raleway-Bold.ttf') format('truetype'), url('../fonts/raleway/Raleway-Bold.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'ralewayextrabold';
  src: url('../fonts/raleway/raleway-extrabold-webfont.eot');
  src: url('../fonts/raleway/raleway-extrabold-webfont.eot#iefix') format('embedded-opentype'), url('../fonts/raleway/raleway-extrabold-webfont.woff') format('woff'), url('../fonts/raleway/raleway-extrabold-webfont.ttf') format('truetype'), url('../fonts/raleway/raleway-extrabold-webfont.svg#ralewayextrabold') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'ralewayextralight';
  src: url('../fonts/raleway/raleway-extralight-webfont.eot');
  src: url('../fonts/raleway/raleway-extralight-webfont.eot#iefix') format('embedded-opentype'), url('../fonts/raleway/raleway-extralight-webfont.woff') format('woff'), url('../fonts/raleway/raleway-extralight-webfont.ttf') format('truetype'), url('../fonts/raleway/raleway-extralight-webfont.svg#ralewayextralight') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'ralewayheavy';
  src: url('../fonts/raleway/raleway-heavy-webfont.eot');
  src: url('../fonts/raleway/raleway-heavy-webfont.eot#iefix') format('embedded-opentype'), url('../fonts/raleway/raleway-heavy-webfont.woff') format('woff'), url('../fonts/raleway/raleway-heavy-webfont.ttf') format('truetype'), url('../fonts/raleway/raleway-heavy-webfont.svg#ralewayheavy') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'ralewaylight';
  src: url('../fonts/raleway/raleway-light-webfont.eot');
  src: url('../fonts/raleway/raleway-light-webfont.eot#iefix') format('embedded-opentype'), url('../fonts/raleway/raleway-light-webfont.woff') format('woff'), url('../fonts/raleway/raleway-light-webfont.ttf') format('truetype'), url('../fonts/raleway/raleway-light-webfont.svg#ralewaylight') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'ralewaymedium';
  src: url('../fonts/raleway/raleway-medium-webfont.eot');
  src: url('../fonts/raleway/raleway-medium-webfont.eot#iefix') format('embedded-opentype'), url('../fonts/raleway/raleway-medium-webfont.woff') format('woff'), url('../fonts/raleway/raleway-medium-webfont.ttf') format('truetype'), url('../fonts/raleway/raleway-medium-webfont.svg#ralewaymedium') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'ralewayregular';
  src: url('../fonts/raleway/raleway-regular-webfont.eot');
  src: url('../fonts/raleway/raleway-regular-webfont.eot#iefix') format('embedded-opentype'), url('../fonts/raleway/raleway-regular-webfont.woff') format('woff'), url('../fonts/raleway/raleway-regular-webfont.ttf') format('truetype'), url('../fonts/raleway/raleway-regular-webfont.svg#ralewayregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'ralewaysemibold';
  src: url('../fonts/raleway/raleway-semibold-webfont.eot');
  src: url('../fonts/raleway/raleway-semibold-webfont.eot#iefix') format('embedded-opentype'), url('../fonts/raleway/raleway-semibold-webfont.woff') format('woff'), url('../fonts/raleway/raleway-semibold-webfont.ttf') format('truetype'), url('../fonts/raleway/raleway-semibold-webfont.svg#ralewaysemibold') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'ralewaythin';
  src: url('../fonts/raleway/raleway-thin-webfont.eot');
  src: url('../fonts/raleway/raleway-thin-webfont.eot#iefix') format('embedded-opentype'), url('../fonts/raleway/raleway-thin-webfont.woff') format('woff'), url('../fonts/raleway/raleway-thin-webfont.ttf') format('truetype'), url('../fonts/raleway/raleway-thin-webfont.svg#ralewaythin') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'oswaldbold';
  src: url('../fonts/oswald/oswald-bold-webfont.eot');
  src: url('../fonts/oswald/oswald-bold-webfont.eot#iefix') format('embedded-opentype'), url('../fonts/oswald/oswald-bold-webfont.woff2') format('woff2'), url('../fonts/oswald/oswald-bold-webfont.woff') format('woff'), url('../fonts/oswald/oswald-bold-webfont.ttf') format('truetype'), url('../fonts/oswald/oswald-bold-webfont.svg#oswaldbold') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'oswaldboldi';
  src: url('../fonts/oswald/oswald-bolditalic-webfont.eot');
  src: url('../fonts/oswald/oswald-bolditalic-webfont.eot#iefix') format('embedded-opentype'), url('../fonts/oswald/oswald-bolditalic-webfont.woff2') format('woff2'), url('../fonts/oswald/oswald-bolditalic-webfont.woff') format('woff'), url('../fonts/oswald/oswald-bolditalic-webfont.ttf') format('truetype'), url('../fonts/oswald/oswald-bolditalic-webfont.svg#oswaldbold') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'oswalddemibold';
  src: url('../fonts/oswald/oswald-demibold-webfont.eot');
  src: url('../fonts/oswald/oswald-demibold-webfont.eot#iefix') format('embedded-opentype'), url('../fonts/oswald/oswald-demibold-webfont.woff2') format('woff2'), url('../fonts/oswald/oswald-demibold-webfont.woff') format('woff'), url('../fonts/oswald/oswald-demibold-webfont.ttf') format('truetype'), url('../fonts/oswald/oswald-demibold-webfont.svg#oswalddemibold') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'oswalddemi-boldi';
  src: url('../fonts/oswald/oswald-demi-bolditalic-webfont.eot');
  src: url('../fonts/oswald/oswald-demi-bolditalic-webfont.eot#iefix') format('embedded-opentype'), url('../fonts/oswald/oswald-demi-bolditalic-webfont.woff2') format('woff2'), url('../fonts/oswald/oswald-demi-bolditalic-webfont.woff') format('woff'), url('../fonts/oswald/oswald-demi-bolditalic-webfont.ttf') format('truetype'), url('../fonts/oswald/oswald-demi-bolditalic-webfont.svg#oswalddemi-bold') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'oswaldextralight';
  src: url('../fonts/oswald/oswald-extralight-webfont.eot');
  src: url('../fonts/oswald/oswald-extralight-webfont.eot#iefix') format('embedded-opentype'), url('../fonts/oswald/oswald-extralight-webfont.woff2') format('woff2'), url('../fonts/oswald/oswald-extralight-webfont.woff') format('woff'), url('../fonts/oswald/oswald-extralight-webfont.ttf') format('truetype'), url('../fonts/oswald/oswald-extralight-webfont.svg#oswaldextralight') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'oswaldextra-light-i';
  src: url('../fonts/oswald/oswald-extra-lightitalic-webfont.eot');
  src: url('../fonts/oswald/oswald-extra-lightitalic-webfont.eot#iefix') format('embedded-opentype'), url('../fonts/oswald/oswald-extra-lightitalic-webfont.woff2') format('woff2'), url('../fonts/oswald/oswald-extra-lightitalic-webfont.woff') format('woff'), url('../fonts/oswald/oswald-extra-lightitalic-webfont.ttf') format('truetype'), url('../fonts/oswald/oswald-extra-lightitalic-webfont.svg#oswaldextra-light') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'oswaldheavy';
  src: url('../fonts/oswald/oswald-heavy-webfont.eot');
  src: url('../fonts/oswald/oswald-heavy-webfont.eot#iefix') format('embedded-opentype'), url('../fonts/oswald/oswald-heavy-webfont.woff2') format('woff2'), url('../fonts/oswald/oswald-heavy-webfont.woff') format('woff'), url('../fonts/oswald/oswald-heavy-webfont.ttf') format('truetype'), url('../fonts/oswald/oswald-heavy-webfont.svg#oswaldheavy') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'oswaldheavy-i';
  src: url('../fonts/oswald/oswald-heavyitalic-webfont.eot');
  src: url('../fonts/oswald/oswald-heavyitalic-webfont.eot#iefix') format('embedded-opentype'), url('../fonts/oswald/oswald-heavyitalic-webfont.woff2') format('woff2'), url('../fonts/oswald/oswald-heavyitalic-webfont.woff') format('woff'), url('../fonts/oswald/oswald-heavyitalic-webfont.ttf') format('truetype'), url('../fonts/oswald/oswald-heavyitalic-webfont.svg#oswaldheavy') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'oswaldlight';
  src: url('../fonts/oswald/oswald-light-webfont.eot');
  src: url('../fonts/oswald/oswald-light-webfont.eot#iefix') format('embedded-opentype'), url('../fonts/oswald/oswald-light-webfont.woff2') format('woff2'), url('../fonts/oswald/oswald-light-webfont.woff') format('woff'), url('../fonts/oswald/oswald-light-webfont.ttf') format('truetype'), url('../fonts/oswald/oswald-light-webfont.svg#oswaldlight') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'oswaldlight-i';
  src: url('../fonts/oswald/oswald-lightitalic-webfont.eot');
  src: url('../fonts/oswald/oswald-lightitalic-webfont.eot#iefix') format('embedded-opentype'), url('../fonts/oswald/oswald-lightitalic-webfont.woff2') format('woff2'), url('../fonts/oswald/oswald-lightitalic-webfont.woff') format('woff'), url('../fonts/oswald/oswald-lightitalic-webfont.ttf') format('truetype'), url('../fonts/oswald/oswald-lightitalic-webfont.svg#oswaldlight') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'oswaldmedium';
  src: url('../fonts/oswald/oswald-medium-webfont.eot');
  src: url('../fonts/oswald/oswald-medium-webfont.eot#iefix') format('embedded-opentype'), url('../fonts/oswald/oswald-medium-webfont.woff2') format('woff2'), url('../fonts/oswald/oswald-medium-webfont.woff') format('woff'), url('../fonts/oswald/oswald-medium-webfont.ttf') format('truetype'), url('../fonts/oswald/oswald-medium-webfont.svg#oswaldmedium') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'oswaldmedium-i';
  src: url('../fonts/oswald/oswald-mediumitalic-webfont.eot');
  src: url('../fonts/oswald/oswald-mediumitalic-webfont.eot#iefix') format('embedded-opentype'), url('../fonts/oswald/oswald-mediumitalic-webfont.woff2') format('woff2'), url('../fonts/oswald/oswald-mediumitalic-webfont.woff') format('woff'), url('../fonts/oswald/oswald-mediumitalic-webfont.ttf') format('truetype'), url('../fonts/oswald/oswald-mediumitalic-webfont.svg#oswaldmedium') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'oswald_regularregular';
  src: url('../fonts/oswald/oswald-regular-webfont.eot');
  src: url('../fonts/oswald/oswald-regular-webfont.eot#iefix') format('embedded-opentype'), url('../fonts/oswald/oswald-regular-webfont.woff2') format('woff2'), url('../fonts/oswald/oswald-regular-webfont.woff') format('woff'), url('../fonts/oswald/oswald-regular-webfont.ttf') format('truetype'), url('../fonts/oswald/oswald-regular-webfont.svg#oswald_regularregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'oswaldregular-i';
  src: url('../fonts/oswald/oswald-regularitalic-webfont.eot');
  src: url('../fonts/oswald/oswald-regularitalic-webfont.eot#iefix') format('embedded-opentype'), url('../fonts/oswald/oswald-regularitalic-webfont.woff2') format('woff2'), url('../fonts/oswald/oswald-regularitalic-webfont.woff') format('woff'), url('../fonts/oswald/oswald-regularitalic-webfont.ttf') format('truetype'), url('../fonts/oswald/oswald-regularitalic-webfont.svg#oswaldregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'oswald_stencilbold';
  src: url('../fonts/oswald/oswald-stencil-webfont.eot');
  src: url('../fonts/oswald/oswald-stencil-webfont.eot#iefix') format('embedded-opentype'), url('../fonts/oswald/oswald-stencil-webfont.woff2') format('woff2'), url('../fonts/oswald/oswald-stencil-webfont.woff') format('woff'), url('../fonts/oswald/oswald-stencil-webfont.ttf') format('truetype'), url('../fonts/oswald/oswald-stencil-webfont.svg#oswald_stencilbold') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'open_sansbold';
  src: url('../fonts/opensans/opensans-bold-webfont.eot');
  src: url('../fonts/opensans/opensans-bold-webfont.eot#iefix') format('embedded-opentype'), url('../fonts/opensans/opensans-bold-webfont.woff') format('woff'), url('../fonts/opensans/opensans-bold-webfont.ttf') format('truetype'), url('../fonts/opensans/opensans-bold-webfont.svg#open_sansbold') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'open_sans_lightregular';
  src: url('../fonts/opensans/opensans-light-webfont.eot');
  src: url('../fonts/opensans/opensans-light-webfont.eot#iefix') format('embedded-opentype'), url('../fonts/opensans/opensans-light-webfont.woff') format('woff'), url('../fonts/opensans/opensans-light-webfont.ttf') format('truetype'), url('../fonts/opensans/opensans-light-webfont.svg#open_sans_lightregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'open_sanscondensed_light';
  src: url('../fonts/opensans/opensans-condlight-webfont.eot');
  src: url('../fonts/opensans/opensans-condlight-webfont.eot#iefix') format('embedded-opentype'), url('../fonts/opensans/opensans-condlight-webfont.woff') format('woff'), url('../fonts/opensans/opensans-condlight-webfont.ttf') format('truetype'), url('../fonts/opensans/opensans-condlight-webfont.svg#open_sanscondensed_light') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'open_sanslight_italic';
  src: url('../fonts/opensans/opensans-lightitalic-webfont.eot');
  src: url('../fonts/opensans/opensans-lightitalic-webfont.eot#iefix') format('embedded-opentype'), url('../fonts/opensans/opensans-lightitalic-webfont.woff') format('woff'), url('../fonts/opensans/opensans-lightitalic-webfont.ttf') format('truetype'), url('../fonts/opensans/opensans-lightitalic-webfont.svg#open_sanslight_italic') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'open_sansregular';
  src: url('../fonts/opensans/opensans-regular-webfont.eot');
  src: url('../fonts/opensans/opensans-regular-webfont.eot#iefix') format('embedded-opentype'), url('../fonts/opensans/opensans-regular-webfont.woff') format('woff'), url('../fonts/opensans/opensans-regular-webfont.ttf') format('truetype'), url('../fonts/opensans/opensans-regular-webfont.svg#open_sansregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'open_sanssemibold';
  src: url('../fonts/opensans/opensans-semibold-webfont.eot');
  src: url('../fonts/opensans/opensans-semibold-webfont.eot#iefix') format('embedded-opentype'), url('../fonts/opensans/opensans-semibold-webfont.woff') format('woff'), url('../fonts/opensans/opensans-semibold-webfont.ttf') format('truetype'), url('../fonts/opensans/opensans-semibold-webfont.svg#open_sanssemibold') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'open_sansitalic';
  src: url('../fonts/opensans/opensans-italic-webfont.eot');
  src: url('../fonts/opensans/opensans-italic-webfont.eot#iefix') format('embedded-opentype'), url('../fonts/opensans/opensans-italic-webfont.woff2') format('woff2'), url('../fonts/opensans/opensans-italic-webfont.woff') format('woff'), url('../fonts/opensans/opensans-italic-webfont.ttf') format('truetype'), url('../fonts/opensans/opensans-italic-webfont.svg#open_sansitalic') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Conv_Catamaran-Black';
  src: url('../fonts/catamaran/Catamaran-Black.eot');
  src: local('?'), url('../fonts/catamaran/Catamaran-Black.woff') format('woff'), url('../fonts/Catamaran-Black.ttf') format('truetype'), url('../fonts/Catamaran-Black.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Conv_Catamaran-Bold';
  src: url('../fonts/catamaran/Catamaran-Bold.eot');
  src: local('?'), url('../fonts/catamaran/Catamaran-Bold.woff') format('woff'), url('../fonts/catamaran/Catamaran-Bold.ttf') format('truetype'), url('../fonts/catamaran/Catamaran-Bold.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Conv_Catamaran-ExtraBold';
  src: url('../fonts/catamaran/Catamaran-ExtraBold.eot');
  src: local('?'), url('../fonts/catamaran/Catamaran-ExtraBold.woff') format('woff'), url('../fonts/catamaran/Catamaran-ExtraBold.ttf') format('truetype'), url('../fonts/catamaran/Catamaran-ExtraBold.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Conv_Catamaran-ExtraLight';
  src: url('../fonts/catamaran/Catamaran-ExtraLight.eot');
  src: local('?'), url('../fonts/catamaran/Catamaran-ExtraLight.woff') format('woff'), url('../fonts/catamaran/Catamaran-ExtraLight.ttf') format('truetype'), url('../fonts/catamaran/Catamaran-ExtraLight.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Conv_Catamaran-Light';
  src: url('../fonts/catamaran/Catamaran-Light.eot');
  src: local('?'), url('../fonts/catamaran/Catamaran-Light.woff') format('woff'), url('../fonts/catamaran/Catamaran-Light.ttf') format('truetype'), url('../fonts/catamaran/Catamaran-Light.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Conv_Catamaran-Medium';
  src: url('../fonts/catamaran/Catamaran-Medium.eot');
  src: local('?'), url('../fonts/catamaran/Catamaran-Medium.woff') format('woff'), url('../fonts/catamaran/Catamaran-Medium.ttf') format('truetype'), url('../fonts/catamaran/Catamaran-Medium.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Conv_Catamaran-Regular';
  src: url('../fonts/catamaran/Catamaran-Regular.eot');
  src: local('?'), url('../fonts/catamaran/Catamaran-Regular.woff') format('woff'), url('../fonts/catamaran/Catamaran-Regular.ttf') format('truetype'), url('../fonts/catamaran/Catamaran-Regular.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Conv_Catamaran-SemiBold';
  src: url('../fonts/catamaran/Catamaran-SemiBold.eot');
  src: local('?'), url('../fonts/catamaran/Catamaran-SemiBold.woff') format('woff'), url('../fonts/catamaran/Catamaran-SemiBold.ttf') format('truetype'), url('../fonts/catamaran/Catamaran-SemiBold.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Conv_Catamaran-Thin';
  src: url('../fonts/catamaran/Catamaran-Thin.eot');
  src: local('?'), url('../fonts/catamaran/Catamaran-Thin.woff') format('woff'), url('../fonts/catamaran/Catamaran-Thin.ttf') format('truetype'), url('../fonts/catamaran/Catamaran-Thin.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Conv_librefranklin-black';
  src: url('../fonts/librefranklin/librefranklin-black.eot');
  src: local('☺'), url('../fonts/librefranklin/librefranklin-black.woff') format('woff'), url('../fonts/librefranklin/librefranklin-black.ttf') format('truetype'), url('../fonts/librefranklin/librefranklin-black.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Conv_librefranklin-bold';
  src: url('../fonts/librefranklin/librefranklin-bold.eot');
  src: local('☺'), url('../fonts/librefranklin/librefranklin-bold.woff') format('woff'), url('../fonts/librefranklin/librefranklin-bold.ttf') format('truetype'), url('../fonts/librefranklin/librefranklin-bold.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Conv_librefranklin-extrabold';
  src: url('../fonts/librefranklin/librefranklin-extrabold.eot');
  src: local('☺'), url('../fonts/librefranklin/librefranklin-extrabold.woff') format('woff'), url('../fonts/librefranklin/librefranklin-extrabold.ttf') format('truetype'), url('../fonts/librefranklin/librefranklin-extrabold.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Conv_librefranklin-extralight';
  src: url('../fonts/librefranklin/librefranklin-extralight.eot');
  src: local('☺'), url('../fonts/librefranklin/librefranklin-extralight.woff') format('woff'), url('../fonts/librefranklin/librefranklin-extralight.ttf') format('truetype'), url('../fonts/librefranklin/librefranklin-extralight.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Conv_librefranklin-light';
  src: url('../fonts/librefranklin/librefranklin-light.eot');
  src: local('☺'), url('../fonts/librefranklin/librefranklin-light.woff') format('woff'), url('../fonts/librefranklin/librefranklin-light.ttf') format('truetype'), url('../fonts/librefranklin/librefranklin-light.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Conv_librefranklin-medium';
  src: url('../fonts/librefranklin/librefranklin-medium.eot');
  src: local('☺'), url('../fonts/librefranklin/librefranklin-medium.woff') format('woff'), url('../fonts/librefranklin/librefranklin-medium.ttf') format('truetype'), url('../fonts/librefranklin/librefranklin-medium.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Conv_librefranklin-regular';
  src: url('../fonts/librefranklin/librefranklin-regular.eot');
  src: local('☺'), url('../fonts/librefranklin/librefranklin-regular.woff') format('woff'), url('../fonts/librefranklin/librefranklin-regular.ttf') format('truetype'), url('../fonts/librefranklin/librefranklin-regular.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Conv_librefranklin-semibold';
  src: url('../fonts/librefranklin/librefranklin-semibold.eot');
  src: local('☺'), url('../fonts/librefranklin/librefranklin-semibold.woff') format('woff'), url('../fonts/librefranklin/librefranklin-semibold.ttf') format('truetype'), url('../fonts/librefranklin/librefranklin-semibold.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Conv_librefranklin-thin';
  src: url('../fonts/librefranklin/librefranklin-thin.eot');
  src: local('☺'), url('../fonts/librefranklin/librefranklin-thin.woff') format('woff'), url('../fonts/librefranklin/librefranklin-thin.ttf') format('truetype'), url('../fonts/librefranklin/librefranklin-thin.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* line 3, templates/g5_helium/custom/scss/puppet.scss */
/* line 4, templates/g5_helium/custom/scss/puppet.scss */
/* line 6, templates/g5_helium/custom/scss/puppet.scss */
html .moduletable.in-tran-abajo {
  -ms-transform: translate(0, 50%);
  /* IE 9 */
  -webkit-transform: translate(0, 50%);
  /* Chrome, Safari, Opera */
  transform: translate(0, 50%);
  -o-transition: translate(0, 50%);
  -moz-transition: translate(0, 50%);
  opacity: 0;
}
@media only all and (max-width: 47.938rem) {
  html .moduletable.in-tran-abajo {
    -ms-transform: translate(0, 0) !important;
    /* IE 9 */
    -webkit-transform: translate(0, 0) !important;
    /* Chrome, Safari, Opera */
    transform: translate(0, 0) !important;
    -o-transition: translate(0, 0) !important;
    -moz-transition: translate(0, 0) !important;
    opacity: 1 !important;
  }
}
/* line 23, templates/g5_helium/custom/scss/puppet.scss */
html .moduletable.in-tran-arriba {
  -ms-transform: translate(0, -50px);
  /* IE 9 */
  -webkit-transform: translate(0, -50px);
  /* Chrome, Safari, Opera */
  transform: translate(0, -50px);
  -o-transition: translate(0, -50px);
  -moz-transition: translate(0, -50px);
  opacity: 0;
}
@media only all and (max-width: 47.938rem) {
  html .moduletable.in-tran-arriba {
    -ms-transform: translate(0, 0) !important;
    /* IE 9 */
    -webkit-transform: translate(0, 0) !important;
    /* Chrome, Safari, Opera */
    transform: translate(0, 0) !important;
    -o-transition: translate(0, 0) !important;
    -moz-transition: translate(0, 0) !important;
    opacity: 1 !important;
  }
}
/* line 39, templates/g5_helium/custom/scss/puppet.scss */
html .moduletable.in-tran-izq {
  -ms-transform: translate(-50px, 0px);
  /* IE 9 */
  -webkit-transform: translate(-50px, 0px);
  /* Chrome, Safari, Opera */
  transform: translate(-50px, 0px);
  -o-transition: translate(-50px, 0px);
  -moz-transition: translate(-50px, 0px);
  opacity: 0;
}
@media only all and (max-width: 47.938rem) {
  html .moduletable.in-tran-izq {
    -ms-transform: translate(0, 0) !important;
    /* IE 9 */
    -webkit-transform: translate(0, 0) !important;
    /* Chrome, Safari, Opera */
    transform: translate(0, 0) !important;
    -o-transition: translate(0, 0) !important;
    -moz-transition: translate(0, 0) !important;
    opacity: 1 !important;
  }
}
/* line 55, templates/g5_helium/custom/scss/puppet.scss */
html .moduletable.in-tran-dr {
  -ms-transform: translate(50px, 0px);
  /* IE 9 */
  -webkit-transform: translate(50px, 0px);
  /* Chrome, Safari, Opera */
  transform: translate(50px, 0px);
  -o-transition: translate(50px, 0px);
  -moz-transition: translate(50px, 0px);
  opacity: 0;
}
@media only all and (max-width: 47.938rem) {
  html .moduletable.in-tran-dr {
    -ms-transform: translate(0, 0) !important;
    /* IE 9 */
    -webkit-transform: translate(0, 0) !important;
    /* Chrome, Safari, Opera */
    transform: translate(0, 0) !important;
    -o-transition: translate(0, 0) !important;
    -moz-transition: translate(0, 0) !important;
    opacity: 1 !important;
  }
}
/* line 73, templates/g5_helium/custom/scss/puppet.scss */
html .moduletable.in-scale {
  -ms-transform: scale(0);
  /* IE 9 */
  -webkit-transform: scale(0);
  /* Chrome, Safari, Opera */
  transform: scale(0);
  -o-transition: scale(0);
  -moz-transition: scale(0);
  opacity: 0;
}
@media only all and (max-width: 47.938rem) {
  html .moduletable.in-scale {
    -ms-transform: translate(0, 0) !important;
    /* IE 9 */
    -webkit-transform: translate(0, 0) !important;
    /* Chrome, Safari, Opera */
    transform: translate(0, 0) !important;
    -o-transition: translate(0, 0) !important;
    -moz-transition: translate(0, 0) !important;
    opacity: 1 !important;
  }
}
/* line 92, templates/g5_helium/custom/scss/puppet.scss */
/* line 94, templates/g5_helium/custom/scss/puppet.scss */
/* line 96, templates/g5_helium/custom/scss/puppet.scss */
html.loaded .moduletable.in-tran-dr, html.loaded .moduletable.in-tran-izq, html.loaded .moduletable.in-tran-arriba, html.loaded .moduletable.in-tran-abajo {
  -ms-transform: translate(0px, 0px);
  /* IE 9 */
  -webkit-transform: translate(0px, 0px);
  /* Chrome, Safari, Opera */
  transform: translate(0px, 0px);
  -o-transition: translate(0px, 0px);
  -moz-transition: translate(0px, 0px);
  opacity: 1;
}
/* line 105, templates/g5_helium/custom/scss/puppet.scss */
html.loaded .moduletable.in-scale {
  -ms-transform: scale(1);
  /* IE 9 */
  -webkit-transform: scale(1);
  /* Chrome, Safari, Opera */
  transform: scale(1);
  -o-transition: scale(1);
  -moz-transition: scale(1);
  opacity: 1;
}
/* line 119, templates/g5_helium/custom/scss/puppet.scss */
/* line 122, templates/g5_helium/custom/scss/puppet.scss */
.moduletable.sc-tran-abajo {
  -ms-transform: translate(0, 50px);
  /* IE 9 */
  -webkit-transform: translate(0, 50px);
  /* Chrome, Safari, Opera */
  transform: translate(0, 50px);
  -o-transition: translate(0, 50px);
  -moz-transition: translate(0, 50px);
  opacity: 0;
}
@media only all and (max-width: 47.938rem) {
  .moduletable.sc-tran-abajo {
    -ms-transform: translate(0, 0) !important;
    /* IE 9 */
    -webkit-transform: translate(0, 0) !important;
    /* Chrome, Safari, Opera */
    transform: translate(0, 0) !important;
    -o-transition: translate(0, 0) !important;
    -moz-transition: translate(0, 0) !important;
    opacity: 1 !important;
  }
}
/* line 138, templates/g5_helium/custom/scss/puppet.scss */
.moduletable.sc-tran-arriba {
  -ms-transform: translate(0, -50px);
  /* IE 9 */
  -webkit-transform: translate(0, -50px);
  /* Chrome, Safari, Opera */
  transform: translate(0, -50px);
  -o-transition: translate(0, -50px);
  -moz-transition: translate(0, -50px);
  opacity: 0;
}
@media only all and (max-width: 47.938rem) {
  .moduletable.sc-tran-arriba {
    -ms-transform: translate(0, 0) !important;
    /* IE 9 */
    -webkit-transform: translate(0, 0) !important;
    /* Chrome, Safari, Opera */
    transform: translate(0, 0) !important;
    -o-transition: translate(0, 0) !important;
    -moz-transition: translate(0, 0) !important;
    opacity: 1 !important;
  }
}
/* line 154, templates/g5_helium/custom/scss/puppet.scss */
.moduletable.sc-tran-izq {
  -ms-transform: translate(-50px, 0px);
  /* IE 9 */
  -webkit-transform: translate(-50px, 0px);
  /* Chrome, Safari, Opera */
  transform: translate(-50px, 0px);
  -o-transition: translate(-50px, 0px);
  -moz-transition: translate(-50px, 0px);
  opacity: 0;
}
@media only all and (max-width: 47.938rem) {
  .moduletable.sc-tran-izq {
    -ms-transform: translate(0, 0) !important;
    /* IE 9 */
    -webkit-transform: translate(0, 0) !important;
    /* Chrome, Safari, Opera */
    transform: translate(0, 0) !important;
    -o-transition: translate(0, 0) !important;
    -moz-transition: translate(0, 0) !important;
    opacity: 1 !important;
  }
}
/* line 170, templates/g5_helium/custom/scss/puppet.scss */
.moduletable.sc-tran-dr {
  -ms-transform: translate(50px, 0px);
  /* IE 9 */
  -webkit-transform: translate(50px, 0px);
  /* Chrome, Safari, Opera */
  transform: translate(50px, 0px);
  -o-transition: translate(50px, 0px);
  -moz-transition: translate(50px, 0px);
  opacity: 0;
}
@media only all and (max-width: 47.938rem) {
  .moduletable.sc-tran-dr {
    -ms-transform: translate(0, 0) !important;
    /* IE 9 */
    -webkit-transform: translate(0, 0) !important;
    /* Chrome, Safari, Opera */
    transform: translate(0, 0) !important;
    -o-transition: translate(0, 0) !important;
    -moz-transition: translate(0, 0) !important;
    opacity: 1 !important;
  }
}
/* line 188, templates/g5_helium/custom/scss/puppet.scss */
.moduletable.sc-scale {
  -ms-transform: scale(0);
  /* IE 9 */
  -webkit-transform: scale(0);
  /* Chrome, Safari, Opera */
  transform: scale(0);
  -o-transition: scale(0);
  -moz-transition: scale(0);
  opacity: 0;
}
@media only all and (max-width: 47.938rem) {
  .moduletable.sc-scale {
    -ms-transform: scale(1) !important;
    /* IE 9 */
    -webkit-transform: scale(1) !important;
    /* Chrome, Safari, Opera */
    transform: scale(1) !important;
    -o-transition: scale(1) !important;
    -moz-transition: scale(1) !important;
    opacity: 1 !important;
  }
}
/* line 207, templates/g5_helium/custom/scss/puppet.scss */
/* line 210, templates/g5_helium/custom/scss/puppet.scss */
.moduletable.loaded.sc-tran-dr, .moduletable.loaded.sc-tran-izq, .moduletable.loaded.sc-tran-arriba, .moduletable.loaded.sc-tran-abajo {
  -ms-transform: translate(0px, 0px);
  /* IE 9 */
  -webkit-transform: translate(0px, 0px);
  /* Chrome, Safari, Opera */
  transform: translate(0px, 0px);
  -o-transition: translate(0px, 0px);
  -moz-transition: translate(0px, 0px);
  opacity: 1;
}
/* line 219, templates/g5_helium/custom/scss/puppet.scss */
.moduletable.loaded.sc-scale {
  -ms-transform: scale(1);
  /* IE 9 */
  -webkit-transform: scale(1);
  /* Chrome, Safari, Opera */
  transform: scale(1);
  -o-transition: scale(1);
  -moz-transition: scale(1);
  opacity: 1;
}
/* line 235, templates/g5_helium/custom/scss/puppet.scss */
/* line 236, templates/g5_helium/custom/scss/puppet.scss */
.moduletable.animate .sc-int-tran-abajo {
  -ms-transform: translate(0, 50px);
  /* IE 9 */
  -webkit-transform: translate(0, 50px);
  /* Chrome, Safari, Opera */
  transform: translate(0, 50px);
  -o-transition: translate(0, 50px);
  -moz-transition: translate(0, 50px);
  opacity: 0;
}
@media only all and (max-width: 47.938rem) {
  .moduletable.animate .sc-int-tran-abajo {
    -ms-transform: translate(0, 0) !important;
    /* IE 9 */
    -webkit-transform: translate(0, 0) !important;
    /* Chrome, Safari, Opera */
    transform: translate(0, 0) !important;
    -o-transition: translate(0, 0) !important;
    -moz-transition: translate(0, 0) !important;
    opacity: 1 !important;
  }
}
/* line 252, templates/g5_helium/custom/scss/puppet.scss */
.moduletable.animate .sc-int-tran-arriba {
  -ms-transform: translate(0, -50px);
  /* IE 9 */
  -webkit-transform: translate(0, -50px);
  /* Chrome, Safari, Opera */
  transform: translate(0, -50px);
  -o-transition: translate(0, -50px);
  -moz-transition: translate(0, -50px);
  opacity: 0;
}
@media only all and (max-width: 47.938rem) {
  .moduletable.animate .sc-int-tran-arriba {
    -ms-transform: translate(0, 0) !important;
    /* IE 9 */
    -webkit-transform: translate(0, 0) !important;
    /* Chrome, Safari, Opera */
    transform: translate(0, 0) !important;
    -o-transition: translate(0, 0) !important;
    -moz-transition: translate(0, 0) !important;
    opacity: 1 !important;
  }
}
/* line 268, templates/g5_helium/custom/scss/puppet.scss */
.moduletable.animate .sc-int-tran-izq {
  -ms-transform: translate(-50px, 0px);
  /* IE 9 */
  -webkit-transform: translate(-50px, 0px);
  /* Chrome, Safari, Opera */
  transform: translate(-50px, 0px);
  -o-transition: translate(-50px, 0px);
  -moz-transition: translate(-50px, 0px);
  opacity: 0;
}
@media only all and (max-width: 47.938rem) {
  .moduletable.animate .sc-int-tran-izq {
    -ms-transform: translate(0, 0) !important;
    /* IE 9 */
    -webkit-transform: translate(0, 0) !important;
    /* Chrome, Safari, Opera */
    transform: translate(0, 0) !important;
    -o-transition: translate(0, 0) !important;
    -moz-transition: translate(0, 0) !important;
    opacity: 1 !important;
  }
}
/* line 284, templates/g5_helium/custom/scss/puppet.scss */
.moduletable.animate .sc-int-tran-dr {
  -ms-transform: translate(50px, 0px);
  /* IE 9 */
  -webkit-transform: translate(50px, 0px);
  /* Chrome, Safari, Opera */
  transform: translate(50px, 0px);
  -o-transition: translate(50px, 0px);
  -moz-transition: translate(50px, 0px);
  opacity: 0;
}
@media only all and (max-width: 47.938rem) {
  .moduletable.animate .sc-int-tran-dr {
    -ms-transform: translate(0, 0) !important;
    /* IE 9 */
    -webkit-transform: translate(0, 0) !important;
    /* Chrome, Safari, Opera */
    transform: translate(0, 0) !important;
    -o-transition: translate(0, 0) !important;
    -moz-transition: translate(0, 0) !important;
    opacity: 1 !important;
  }
}
/* line 300, templates/g5_helium/custom/scss/puppet.scss */
.moduletable.animate .sc-int-scale {
  -ms-transform: scale(0);
  -webkit-transform: scale(0);
  transform: scale(0);
  -o-transition: scale(0);
  -moz-transition: scale(0);
  opacity: 0;
}
@media only all and (max-width: 47.938rem) {
  .moduletable.animate .sc-int-scale {
    -ms-transform: scale(1) !important;
    /* IE 9 */
    -webkit-transform: scale(1) !important;
    /* Chrome, Safari, Opera */
    transform: scale(1) !important;
    -o-transition: scale(1) !important;
    -moz-transition: scale(1) !important;
    opacity: 1 !important;
  }
}
/* line 317, templates/g5_helium/custom/scss/puppet.scss */
/* line 318, templates/g5_helium/custom/scss/puppet.scss */
.moduletable.animate.loaded .sc-int-scale {
  -ms-transform: scale(1);
  /* IE 9 */
  -webkit-transform: scale(1);
  /* Chrome, Safari, Opera */
  transform: scale(1);
  -o-transition: scale(1);
  -moz-transition: scale(1);
  opacity: 1;
}
/* line 326, templates/g5_helium/custom/scss/puppet.scss */
.moduletable.animate.loaded .sc-int-tran-abajo, .moduletable.animate.loaded .sc-int-tran-arriba, .moduletable.animate.loaded .sc-int-tran-izq, .moduletable.animate.loaded .sc-int-tran-dr {
  -ms-transform: translate(0px, 0px);
  /* IE 9 */
  -webkit-transform: translate(0px, 0px);
  /* Chrome, Safari, Opera */
  transform: translate(0px, 0px);
  -o-transition: translate(0px, 0px);
  -moz-transition: translate(0px, 0px);
  opacity: 1;
}
/* line 341, templates/g5_helium/custom/scss/puppet.scss */
/* line 342, templates/g5_helium/custom/scss/puppet.scss */
html .in-int-tran-abajo {
  -ms-transform: translate(0, 50px);
  /* IE 9 */
  -webkit-transform: translate(0, 50px);
  /* Chrome, Safari, Opera */
  transform: translate(0, 50px);
  -o-transition: translate(0, 50px);
  -moz-transition: translate(0, 50px);
  opacity: 0;
}
@media only all and (max-width: 47.938rem) {
  html .in-int-tran-abajo {
    -ms-transform: translate(0, 0) !important;
    /* IE 9 */
    -webkit-transform: translate(0, 0) !important;
    /* Chrome, Safari, Opera */
    transform: translate(0, 0) !important;
    -o-transition: translate(0, 0) !important;
    -moz-transition: translate(0, 0) !important;
    opacity: 1 !important;
  }
}
/* line 358, templates/g5_helium/custom/scss/puppet.scss */
html .in-int-tran-arriba {
  -ms-transform: translate(0, -50px);
  /* IE 9 */
  -webkit-transform: translate(0, -50px);
  /* Chrome, Safari, Opera */
  transform: translate(0, -50px);
  -o-transition: translate(0, -50px);
  -moz-transition: translate(0, -50px);
  opacity: 0;
}
@media only all and (max-width: 47.938rem) {
  html .in-int-tran-arriba {
    -ms-transform: translate(0, 0) !important;
    /* IE 9 */
    -webkit-transform: translate(0, 0) !important;
    /* Chrome, Safari, Opera */
    transform: translate(0, 0) !important;
    -o-transition: translate(0, 0) !important;
    -moz-transition: translate(0, 0) !important;
    opacity: 1 !important;
  }
}
/* line 376, templates/g5_helium/custom/scss/puppet.scss */
html .in-int-tran-izq {
  -ms-transform: translate(-50px, 0px);
  /* IE 9 */
  -webkit-transform: translate(-50px, 0px);
  /* Chrome, Safari, Opera */
  transform: translate(-50px, 0px);
  -o-transition: translate(-50px, 0px);
  -moz-transition: translate(-50px, 0px);
  opacity: 0;
}
@media only all and (max-width: 47.938rem) {
  html .in-int-tran-izq {
    -ms-transform: translate(0, 0) !important;
    /* IE 9 */
    -webkit-transform: translate(0, 0) !important;
    /* Chrome, Safari, Opera */
    transform: translate(0, 0) !important;
    -o-transition: translate(0, 0) !important;
    -moz-transition: translate(0, 0) !important;
    opacity: 1 !important;
  }
}
/* line 394, templates/g5_helium/custom/scss/puppet.scss */
html .in-int-tran-dr {
  -ms-transform: translate(50px, 0px);
  /* IE 9 */
  -webkit-transform: translate(50px, 0px);
  /* Chrome, Safari, Opera */
  transform: translate(50px, 0px);
  -o-transition: translate(50px, 0px);
  -moz-transition: translate(50px, 0px);
  opacity: 0;
}
@media only all and (max-width: 47.938rem) {
  html .in-int-tran-dr {
    -ms-transform: translate(0, 0) !important;
    /* IE 9 */
    -webkit-transform: translate(0, 0) !important;
    /* Chrome, Safari, Opera */
    transform: translate(0, 0) !important;
    -o-transition: translate(0, 0) !important;
    -moz-transition: translate(0, 0) !important;
    opacity: 1 !important;
  }
}
/* line 414, templates/g5_helium/custom/scss/puppet.scss */
html .in-int-scale {
  -ms-transform: scale(0);
  /* IE 9 */
  -webkit-transform: scale(0);
  /* Chrome, Safari, Opera */
  transform: scale(0);
  -o-transition: scale(0);
  -moz-transition: scale(0);
  opacity: 0;
}
@media only all and (max-width: 47.938rem) {
  html .in-int-scale {
    opacity: 1 !important;
    -ms-transform: scale(1) !important;
    /* IE 9 */
    -webkit-transform: scale(1) !important;
    /* Chrome, Safari, Opera */
    transform: scale(1) !important;
    -o-transition: scale(1) !important;
    -moz-transition: scale(1) !important;
  }
}
/* line 431, templates/g5_helium/custom/scss/puppet.scss */
/* line 432, templates/g5_helium/custom/scss/puppet.scss */
html.loaded .in-int-tran-abajo, html.loaded .in-int-tran-arriba, html.loaded .in-int-tran-izq, html.loaded .in-int-tran-dr {
  -ms-transform: translate(0px, 0px);
  /* IE 9 */
  -webkit-transform: translate(0px, 0px);
  /* Chrome, Safari, Opera */
  transform: translate(0px, 0px);
  -o-transition: translate(0px, 0px);
  -moz-transition: translate(0px, 0px);
  opacity: 1;
}
/* line 440, templates/g5_helium/custom/scss/puppet.scss */
html.loaded .in-int-scale {
  -ms-transform: scale(1);
  /* IE 9 */
  -webkit-transform: scale(1);
  /* Chrome, Safari, Opera */
  transform: scale(1);
  -o-transition: scale(1);
  -moz-transition: scale(1);
  opacity: 1;
}
/* line 617, templates/g5_helium/custom/scss/puppet.scss */
.o-tran-centro {
  transform-origin: 50% 50%;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
}
/* line 624, templates/g5_helium/custom/scss/puppet.scss */
.o-tran-iz {
  transform-origin: 0% 50%;
  -webkit-transform-origin: 0% 50%;
  -ms-transform-origin: 0% 50%;
  -o-transform-origin: 0% 50%;
  -moz-transform-origin: 0% 50%;
}
/* line 632, templates/g5_helium/custom/scss/puppet.scss */
.o-tran-dr {
  transform-origin: 100% 50%;
  -webkit-transform-origin: 100% 50%;
  -ms-transform-origin: 100% 50%;
  -o-transform-origin: 100% 50%;
  -moz-transform-origin: 100% 50%;
}
/* line 639, templates/g5_helium/custom/scss/puppet.scss */
.o-tran-arriba {
  transform-origin: 50% 0%;
  -webkit-transform-origin: 50% 0%;
  -ms-transform-origin: 50% 0%;
  -o-transform-origin: 50% 0%;
  -moz-transform-origin: 50% 0%;
}
/* line 646, templates/g5_helium/custom/scss/puppet.scss */
.o-tran-arriba-iz {
  transform-origin: 0% 0%;
  -webkit-transform-origin: 0% 0%;
  -ms-transform-origin: 0% 0%;
  -o-transform-origin: 0% 0%;
  -moz-transform-origin: 0% 0%;
}
/* line 713, templates/g5_helium/custom/scss/puppet.scss */
.t-2-04 {
  transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0.4s;
  -webkit-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0.4s;
  -o-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0.4s;
  -moz-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0.4s;
  -ms-transition: transform all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0.4s;
}
/* line 716, templates/g5_helium/custom/scss/puppet.scss */
.t-3-04 {
  transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0.8s;
  -webkit-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0.8s;
  -o-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0.8s;
  -moz-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0.8s;
  -ms-transition: transform all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0.8s;
}
/* line 719, templates/g5_helium/custom/scss/puppet.scss */
.t-4-04 {
  transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 1.2s;
  -webkit-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 1.2s;
  -o-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 1.2s;
  -moz-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 1.2s;
  -ms-transition: transform all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 1.2s;
}
/* line 722, templates/g5_helium/custom/scss/puppet.scss */
.t-5-04 {
  transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 1.6s;
  -webkit-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 1.6s;
  -o-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 1.6s;
  -moz-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 1.6s;
  -ms-transition: transform all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 1.6s;
}
/* line 725, templates/g5_helium/custom/scss/puppet.scss */
.t-6-04 {
  transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 2s;
  -webkit-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 2s;
  -o-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 2s;
  -moz-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 2s;
  -ms-transition: transform all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 2s;
}
/* line 733, templates/g5_helium/custom/scss/puppet.scss */
.t-uno-delta-03 {
  transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
  -webkit-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
  -o-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
  -moz-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
  -ms-transition: transform all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
}
/* line 740, templates/g5_helium/custom/scss/puppet.scss */
.t-dos-delta-03 {
  transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0.3s;
  -webkit-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0.3s;
  -o-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0.3s;
  -moz-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0.3s;
  -ms-transition: transform all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0.3s;
}
/* line 747, templates/g5_helium/custom/scss/puppet.scss */
.t-tres-delta-03 {
  transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0.6s;
  -webkit-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0.6s;
  -o-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0.6s;
  -moz-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0.6s;
  -ms-transition: transform all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0.6s;
}
/* line 754, templates/g5_helium/custom/scss/puppet.scss */
.t-cuatro-delta-03 {
  transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0.9s;
  -webkit-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0.9s;
  -o-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0.9s;
  -moz-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0.9s;
  -ms-transition: transform all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0.9s;
}
/* line 761, templates/g5_helium/custom/scss/puppet.scss */
.t-cinco-delta-03 {
  transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 1.2s;
  -webkit-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 1.2s;
  -o-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 1.2s;
  -moz-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 1.2s;
  -ms-transition: transform all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 1.2s;
}
/* line 768, templates/g5_helium/custom/scss/puppet.scss */
.t-seis-delta-03 {
  transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 1.5s;
  -webkit-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 1.5s;
  -o-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 1.5s;
  -moz-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 1.5s;
  -ms-transition: transform all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 1.5s;
}
@-webkit-keyframes bombita {
  /* line 156, templates/g5_helium/custom/scss/_var-gen.scss */
  0% {
    -webkit-transform: translate(0, -10px);
  }
  /* line 157, templates/g5_helium/custom/scss/_var-gen.scss */
  50% {
    -webkit-transform: translate(0, 0px);
  }
  /* line 158, templates/g5_helium/custom/scss/_var-gen.scss */
  100% {
    -webkit-transform: translate(0, -10px);
  }
}
@-moz-keyframes bombita {
  /* line 161, templates/g5_helium/custom/scss/_var-gen.scss */
  0% {
    -moz-transition: translate(0, -10px);
  }
  /* line 162, templates/g5_helium/custom/scss/_var-gen.scss */
  50% {
    -moz-transition: translate(0, 0px);
  }
  /* line 163, templates/g5_helium/custom/scss/_var-gen.scss */
  100% {
    -moz-transition: translate(0, -10px);
  }
}
@-o-keyframes bombita {
  /* line 166, templates/g5_helium/custom/scss/_var-gen.scss */
  0% {
    -o-transition: translate(0, -10px);
  }
  /* line 167, templates/g5_helium/custom/scss/_var-gen.scss */
  50% {
    -o-transition: translate(0, 0px);
  }
  /* line 168, templates/g5_helium/custom/scss/_var-gen.scss */
  100% {
    -o-transition: translate(0, -10px);
  }
}
@keyframes bombita {
  /* line 171, templates/g5_helium/custom/scss/_var-gen.scss */
  0% {
    transform: translate(0, -10px);
  }
  /* line 172, templates/g5_helium/custom/scss/_var-gen.scss */
  50% {
    transform: translate(0, 0px);
  }
  /* line 173, templates/g5_helium/custom/scss/_var-gen.scss */
  100% {
    transform: translate(0, -10px);
  }
}
/* line 176, templates/g5_helium/custom/scss/_var-gen.scss */
.inner-tran-abajo {
  -ms-transform: translate(0, 50px);
  /* IE 9 */
  -webkit-transform: translate(0, 50px);
  /* Chrome, Safari, Opera */
  transform: translate(0, 50px);
  -o-transition: translate(0, 50px);
  -moz-transition: translate(0, 50px);
  opacity: 0;
}
@media only all and (max-width: 47.938rem) {
  .inner-tran-abajo {
    -ms-transform: translate(0, 0px) !important;
    /* IE 9 */
    -webkit-transform: translate(0, 0px) !important;
    /* Chrome, Safari, Opera */
    transform: translate(0, 0px) !important;
    -o-transition: translate(0, 0px) !important;
    -moz-transition: translate(0, 0px) !important;
    opacity: 1;
  }
}
/* line 179, templates/g5_helium/custom/scss/_var-gen.scss */
.inner-tran-arriba {
  -ms-transform: translate(0, -50px);
  /* IE 9 */
  -webkit-transform: translate(0, -50px);
  /* Chrome, Safari, Opera */
  transform: translate(0, -50px);
  -o-transition: translate(0, -50px);
  -moz-transition: translate(0, -50px);
  opacity: 0;
}
@media only all and (max-width: 47.938rem) {
  .inner-tran-arriba {
    -ms-transform: translate(0, 0px) !important;
    /* IE 9 */
    -webkit-transform: translate(0, 0px) !important;
    /* Chrome, Safari, Opera */
    transform: translate(0, 0px) !important;
    -o-transition: translate(0, 0px) !important;
    -moz-transition: translate(0, 0px);
    opacity: 1;
  }
}
/* line 182, templates/g5_helium/custom/scss/_var-gen.scss */
.inner-tran-izq {
  -ms-transform: translate(-50px, 0px);
  /* IE 9 */
  -webkit-transform: translate(-50px, 0px);
  /* Chrome, Safari, Opera */
  transform: translate(-50px, 0px);
  -o-transition: translate(-50px, 0px);
  -moz-transition: translate(-50px, 0px);
  opacity: 0;
}
@media only all and (max-width: 47.938rem) {
  .inner-tran-izq {
    -ms-transform: translate(0, 0px) !important;
    /* IE 9 */
    -webkit-transform: translate(0, 0px) !important;
    /* Chrome, Safari, Opera */
    transform: translate(0, 0px) !important;
    -o-transition: translate(0, 0px) !important;
    -moz-transition: translate(0, 0px) !important;
    opacity: 1;
  }
}
/* line 185, templates/g5_helium/custom/scss/_var-gen.scss */
.inner-tran-dr {
  -ms-transform: translate(50px, 0px);
  /* IE 9 */
  -webkit-transform: translate(50px, 0px);
  /* Chrome, Safari, Opera */
  transform: translate(50px, 0px);
  -o-transition: translate(50px, 0px);
  -moz-transition: translate(50px, 0px);
  opacity: 0;
}
@media only all and (max-width: 47.938rem) {
  .inner-tran-dr {
    -ms-transform: translate(0, 0px) !important;
    /* IE 9 */
    -webkit-transform: translate(0, 0px) !important;
    /* Chrome, Safari, Opera */
    transform: translate(0, 0px) !important;
    -o-transition: translate(0, 0px) !important;
    -moz-transition: translate(0, 0px) !important;
    opacity: 1;
  }
}
/* line 188, templates/g5_helium/custom/scss/_var-gen.scss */
.inner-scale-cen {
  -ms-transform: scale(0);
  /* IE 9 */
  -webkit-transform: scale(0);
  /* Chrome, Safari, Opera */
  transform: scale(0);
  -o-transition: scale(0);
  -moz-transition: scale(0);
  opacity: 0;
}
@media only all and (max-width: 47.938rem) {
  .inner-scale-cen {
    -ms-transform: scale(1) !important;
    /* IE 9 */
    -webkit-transform: scale(1) !important;
    /* Chrome, Safari, Opera */
    transform: scale(1) !important;
    -o-transition: scale(1) !important;
    -moz-transition: scale(1) !important;
    opacity: 1;
  }
}
/* line 191, templates/g5_helium/custom/scss/_var-gen.scss */
.inner-scale-dr {
  -ms-transform: scale(0, 1);
  /* IE 9 */
  -webkit-transform: scale(0, 1);
  /* Chrome, Safari, Opera */
  transform: scale(0, 1);
  -o-transition: scale(0, 1);
  -moz-transition: scale(0, 1);
  opacity: 0;
}
@media only all and (max-width: 47.938rem) {
  .inner-scale-dr {
    -ms-transform: scale(1) !important;
    /* IE 9 */
    -webkit-transform: scale(1) !important;
    /* Chrome, Safari, Opera */
    transform: scale(1) !important;
    -o-transition: scale(1) !important;
    -moz-transition: scale(1) !important;
    opacity: 1;
  }
}
/* line 194, templates/g5_helium/custom/scss/_var-gen.scss */
.inner-scale-dr-arriba {
  -ms-transform: scale(0, 0);
  /* IE 9 */
  -webkit-transform: scale(0, 0);
  /* Chrome, Safari, Opera */
  transform: scale(0, 0);
  -o-transition: scale(0, 0);
  -moz-transition: scale(0, 0);
  opacity: 0;
}
@media only all and (max-width: 47.938rem) {
  .inner-scale-dr-arriba {
    -ms-transform: scale(1) !important;
    /* IE 9 */
    -webkit-transform: scale(1) !important;
    /* Chrome, Safari, Opera */
    transform: scale(1) !important;
    -o-transition: scale(1) !important;
    -moz-transition: scale(1) !important;
    opacity: 1;
  }
}
/* line 197, templates/g5_helium/custom/scss/_var-gen.scss */
.inner-scale-fin {
  -ms-transform: scale(1) !important;
  /* IE 9 */
  -webkit-transform: scale(1) !important;
  /* Chrome, Safari, Opera */
  transform: scale(1) !important;
  -o-transition: scale(1) !important;
  -moz-transition: scale(1) !important;
  opacity: 1 !important;
}
/* line 201, templates/g5_helium/custom/scss/_var-gen.scss */
.inner-tran-fin {
  opacity: 1;
  -ms-transform: translate(0, 0px);
  /* IE 9 */
  -webkit-transform: translate(0, 0px);
  /* Chrome, Safari, Opera */
  transform: translate(0, 0px);
  -o-transition: translate(0, 0px);
  -moz-transition: translate(0, 0px);
}
/* line 206, templates/g5_helium/custom/scss/_var-gen.scss */
.t-i-1-06 {
  transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
  -webkit-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
  -o-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
  -moz-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
  -ms-transition: transform all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
}
/* line 209, templates/g5_helium/custom/scss/_var-gen.scss */
.t-i-2-06 {
  transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0.3s;
  -webkit-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0.3s;
  -o-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0.3s;
  -moz-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0.3s;
  -ms-transition: transform all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0.3s;
}
/* line 212, templates/g5_helium/custom/scss/_var-gen.scss */
.t-i-3-06 {
  transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0.6s;
  -webkit-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0.6s;
  -o-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0.6s;
  -moz-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0.6s;
  -ms-transition: transform all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0.6s;
}
/* line 215, templates/g5_helium/custom/scss/_var-gen.scss */
.t-i-4-06 {
  transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0.9s;
  -webkit-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0.9s;
  -o-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0.9s;
  -moz-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0.9s;
  -ms-transition: transform all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0.9s;
}
/* line 218, templates/g5_helium/custom/scss/_var-gen.scss */
.t-i-5-06 {
  transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 1.2s;
  -webkit-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 1.2s;
  -o-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 1.2s;
  -moz-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 1.2s;
  -ms-transition: transform all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 1.3s;
}
/* line 221, templates/g5_helium/custom/scss/_var-gen.scss */
.t-i-6-06 {
  transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 1.5s;
  -webkit-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 1.5s;
  -o-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 1.5s;
  -moz-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 1.5s;
  -ms-transition: transform all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 1.5s;
}
/* line 3, templates/g5_helium/custom/scss/puppet.scss */
/* line 4, templates/g5_helium/custom/scss/puppet.scss */
/* line 6, templates/g5_helium/custom/scss/puppet.scss */
html .moduletable.in-tran-abajo {
  -ms-transform: translate(0, 50%);
  /* IE 9 */
  -webkit-transform: translate(0, 50%);
  /* Chrome, Safari, Opera */
  transform: translate(0, 50%);
  -o-transition: translate(0, 50%);
  -moz-transition: translate(0, 50%);
  opacity: 0;
}
@media only all and (max-width: 47.938rem) {
  html .moduletable.in-tran-abajo {
    -ms-transform: translate(0, 0) !important;
    /* IE 9 */
    -webkit-transform: translate(0, 0) !important;
    /* Chrome, Safari, Opera */
    transform: translate(0, 0) !important;
    -o-transition: translate(0, 0) !important;
    -moz-transition: translate(0, 0) !important;
    opacity: 1 !important;
  }
}
/* line 23, templates/g5_helium/custom/scss/puppet.scss */
html .moduletable.in-tran-arriba {
  -ms-transform: translate(0, -50px);
  /* IE 9 */
  -webkit-transform: translate(0, -50px);
  /* Chrome, Safari, Opera */
  transform: translate(0, -50px);
  -o-transition: translate(0, -50px);
  -moz-transition: translate(0, -50px);
  opacity: 0;
}
@media only all and (max-width: 47.938rem) {
  html .moduletable.in-tran-arriba {
    -ms-transform: translate(0, 0) !important;
    /* IE 9 */
    -webkit-transform: translate(0, 0) !important;
    /* Chrome, Safari, Opera */
    transform: translate(0, 0) !important;
    -o-transition: translate(0, 0) !important;
    -moz-transition: translate(0, 0) !important;
    opacity: 1 !important;
  }
}
/* line 39, templates/g5_helium/custom/scss/puppet.scss */
html .moduletable.in-tran-izq {
  -ms-transform: translate(-50px, 0px);
  /* IE 9 */
  -webkit-transform: translate(-50px, 0px);
  /* Chrome, Safari, Opera */
  transform: translate(-50px, 0px);
  -o-transition: translate(-50px, 0px);
  -moz-transition: translate(-50px, 0px);
  opacity: 0;
}
@media only all and (max-width: 47.938rem) {
  html .moduletable.in-tran-izq {
    -ms-transform: translate(0, 0) !important;
    /* IE 9 */
    -webkit-transform: translate(0, 0) !important;
    /* Chrome, Safari, Opera */
    transform: translate(0, 0) !important;
    -o-transition: translate(0, 0) !important;
    -moz-transition: translate(0, 0) !important;
    opacity: 1 !important;
  }
}
/* line 55, templates/g5_helium/custom/scss/puppet.scss */
html .moduletable.in-tran-dr {
  -ms-transform: translate(50px, 0px);
  /* IE 9 */
  -webkit-transform: translate(50px, 0px);
  /* Chrome, Safari, Opera */
  transform: translate(50px, 0px);
  -o-transition: translate(50px, 0px);
  -moz-transition: translate(50px, 0px);
  opacity: 0;
}
@media only all and (max-width: 47.938rem) {
  html .moduletable.in-tran-dr {
    -ms-transform: translate(0, 0) !important;
    /* IE 9 */
    -webkit-transform: translate(0, 0) !important;
    /* Chrome, Safari, Opera */
    transform: translate(0, 0) !important;
    -o-transition: translate(0, 0) !important;
    -moz-transition: translate(0, 0) !important;
    opacity: 1 !important;
  }
}
/* line 73, templates/g5_helium/custom/scss/puppet.scss */
html .moduletable.in-scale {
  -ms-transform: scale(0);
  /* IE 9 */
  -webkit-transform: scale(0);
  /* Chrome, Safari, Opera */
  transform: scale(0);
  -o-transition: scale(0);
  -moz-transition: scale(0);
  opacity: 0;
}
@media only all and (max-width: 47.938rem) {
  html .moduletable.in-scale {
    -ms-transform: translate(0, 0) !important;
    /* IE 9 */
    -webkit-transform: translate(0, 0) !important;
    /* Chrome, Safari, Opera */
    transform: translate(0, 0) !important;
    -o-transition: translate(0, 0) !important;
    -moz-transition: translate(0, 0) !important;
    opacity: 1 !important;
  }
}
/* line 92, templates/g5_helium/custom/scss/puppet.scss */
/* line 94, templates/g5_helium/custom/scss/puppet.scss */
/* line 96, templates/g5_helium/custom/scss/puppet.scss */
html.loaded .moduletable.in-tran-dr, html.loaded .moduletable.in-tran-izq, html.loaded .moduletable.in-tran-arriba, html.loaded .moduletable.in-tran-abajo {
  -ms-transform: translate(0px, 0px);
  /* IE 9 */
  -webkit-transform: translate(0px, 0px);
  /* Chrome, Safari, Opera */
  transform: translate(0px, 0px);
  -o-transition: translate(0px, 0px);
  -moz-transition: translate(0px, 0px);
  opacity: 1;
}
/* line 105, templates/g5_helium/custom/scss/puppet.scss */
html.loaded .moduletable.in-scale {
  -ms-transform: scale(1);
  /* IE 9 */
  -webkit-transform: scale(1);
  /* Chrome, Safari, Opera */
  transform: scale(1);
  -o-transition: scale(1);
  -moz-transition: scale(1);
  opacity: 1;
}
/* line 119, templates/g5_helium/custom/scss/puppet.scss */
/* line 122, templates/g5_helium/custom/scss/puppet.scss */
.moduletable.sc-tran-abajo {
  -ms-transform: translate(0, 50px);
  /* IE 9 */
  -webkit-transform: translate(0, 50px);
  /* Chrome, Safari, Opera */
  transform: translate(0, 50px);
  -o-transition: translate(0, 50px);
  -moz-transition: translate(0, 50px);
  opacity: 0;
}
@media only all and (max-width: 47.938rem) {
  .moduletable.sc-tran-abajo {
    -ms-transform: translate(0, 0) !important;
    /* IE 9 */
    -webkit-transform: translate(0, 0) !important;
    /* Chrome, Safari, Opera */
    transform: translate(0, 0) !important;
    -o-transition: translate(0, 0) !important;
    -moz-transition: translate(0, 0) !important;
    opacity: 1 !important;
  }
}
/* line 138, templates/g5_helium/custom/scss/puppet.scss */
.moduletable.sc-tran-arriba {
  -ms-transform: translate(0, -50px);
  /* IE 9 */
  -webkit-transform: translate(0, -50px);
  /* Chrome, Safari, Opera */
  transform: translate(0, -50px);
  -o-transition: translate(0, -50px);
  -moz-transition: translate(0, -50px);
  opacity: 0;
}
@media only all and (max-width: 47.938rem) {
  .moduletable.sc-tran-arriba {
    -ms-transform: translate(0, 0) !important;
    /* IE 9 */
    -webkit-transform: translate(0, 0) !important;
    /* Chrome, Safari, Opera */
    transform: translate(0, 0) !important;
    -o-transition: translate(0, 0) !important;
    -moz-transition: translate(0, 0) !important;
    opacity: 1 !important;
  }
}
/* line 154, templates/g5_helium/custom/scss/puppet.scss */
.moduletable.sc-tran-izq {
  -ms-transform: translate(-50px, 0px);
  /* IE 9 */
  -webkit-transform: translate(-50px, 0px);
  /* Chrome, Safari, Opera */
  transform: translate(-50px, 0px);
  -o-transition: translate(-50px, 0px);
  -moz-transition: translate(-50px, 0px);
  opacity: 0;
}
@media only all and (max-width: 47.938rem) {
  .moduletable.sc-tran-izq {
    -ms-transform: translate(0, 0) !important;
    /* IE 9 */
    -webkit-transform: translate(0, 0) !important;
    /* Chrome, Safari, Opera */
    transform: translate(0, 0) !important;
    -o-transition: translate(0, 0) !important;
    -moz-transition: translate(0, 0) !important;
    opacity: 1 !important;
  }
}
/* line 170, templates/g5_helium/custom/scss/puppet.scss */
.moduletable.sc-tran-dr {
  -ms-transform: translate(50px, 0px);
  /* IE 9 */
  -webkit-transform: translate(50px, 0px);
  /* Chrome, Safari, Opera */
  transform: translate(50px, 0px);
  -o-transition: translate(50px, 0px);
  -moz-transition: translate(50px, 0px);
  opacity: 0;
}
@media only all and (max-width: 47.938rem) {
  .moduletable.sc-tran-dr {
    -ms-transform: translate(0, 0) !important;
    /* IE 9 */
    -webkit-transform: translate(0, 0) !important;
    /* Chrome, Safari, Opera */
    transform: translate(0, 0) !important;
    -o-transition: translate(0, 0) !important;
    -moz-transition: translate(0, 0) !important;
    opacity: 1 !important;
  }
}
/* line 188, templates/g5_helium/custom/scss/puppet.scss */
.moduletable.sc-scale {
  -ms-transform: scale(0);
  /* IE 9 */
  -webkit-transform: scale(0);
  /* Chrome, Safari, Opera */
  transform: scale(0);
  -o-transition: scale(0);
  -moz-transition: scale(0);
  opacity: 0;
}
@media only all and (max-width: 47.938rem) {
  .moduletable.sc-scale {
    -ms-transform: scale(1) !important;
    /* IE 9 */
    -webkit-transform: scale(1) !important;
    /* Chrome, Safari, Opera */
    transform: scale(1) !important;
    -o-transition: scale(1) !important;
    -moz-transition: scale(1) !important;
    opacity: 1 !important;
  }
}
/* line 207, templates/g5_helium/custom/scss/puppet.scss */
/* line 210, templates/g5_helium/custom/scss/puppet.scss */
.moduletable.loaded.sc-tran-dr, .moduletable.loaded.sc-tran-izq, .moduletable.loaded.sc-tran-arriba, .moduletable.loaded.sc-tran-abajo {
  -ms-transform: translate(0px, 0px);
  /* IE 9 */
  -webkit-transform: translate(0px, 0px);
  /* Chrome, Safari, Opera */
  transform: translate(0px, 0px);
  -o-transition: translate(0px, 0px);
  -moz-transition: translate(0px, 0px);
  opacity: 1;
}
/* line 219, templates/g5_helium/custom/scss/puppet.scss */
.moduletable.loaded.sc-scale {
  -ms-transform: scale(1);
  /* IE 9 */
  -webkit-transform: scale(1);
  /* Chrome, Safari, Opera */
  transform: scale(1);
  -o-transition: scale(1);
  -moz-transition: scale(1);
  opacity: 1;
}
/* line 235, templates/g5_helium/custom/scss/puppet.scss */
/* line 236, templates/g5_helium/custom/scss/puppet.scss */
.moduletable.animate .sc-int-tran-abajo {
  -ms-transform: translate(0, 50px);
  /* IE 9 */
  -webkit-transform: translate(0, 50px);
  /* Chrome, Safari, Opera */
  transform: translate(0, 50px);
  -o-transition: translate(0, 50px);
  -moz-transition: translate(0, 50px);
  opacity: 0;
}
@media only all and (max-width: 47.938rem) {
  .moduletable.animate .sc-int-tran-abajo {
    -ms-transform: translate(0, 0) !important;
    /* IE 9 */
    -webkit-transform: translate(0, 0) !important;
    /* Chrome, Safari, Opera */
    transform: translate(0, 0) !important;
    -o-transition: translate(0, 0) !important;
    -moz-transition: translate(0, 0) !important;
    opacity: 1 !important;
  }
}
/* line 252, templates/g5_helium/custom/scss/puppet.scss */
.moduletable.animate .sc-int-tran-arriba {
  -ms-transform: translate(0, -50px);
  /* IE 9 */
  -webkit-transform: translate(0, -50px);
  /* Chrome, Safari, Opera */
  transform: translate(0, -50px);
  -o-transition: translate(0, -50px);
  -moz-transition: translate(0, -50px);
  opacity: 0;
}
@media only all and (max-width: 47.938rem) {
  .moduletable.animate .sc-int-tran-arriba {
    -ms-transform: translate(0, 0) !important;
    /* IE 9 */
    -webkit-transform: translate(0, 0) !important;
    /* Chrome, Safari, Opera */
    transform: translate(0, 0) !important;
    -o-transition: translate(0, 0) !important;
    -moz-transition: translate(0, 0) !important;
    opacity: 1 !important;
  }
}
/* line 268, templates/g5_helium/custom/scss/puppet.scss */
.moduletable.animate .sc-int-tran-izq {
  -ms-transform: translate(-50px, 0px);
  /* IE 9 */
  -webkit-transform: translate(-50px, 0px);
  /* Chrome, Safari, Opera */
  transform: translate(-50px, 0px);
  -o-transition: translate(-50px, 0px);
  -moz-transition: translate(-50px, 0px);
  opacity: 0;
}
@media only all and (max-width: 47.938rem) {
  .moduletable.animate .sc-int-tran-izq {
    -ms-transform: translate(0, 0) !important;
    /* IE 9 */
    -webkit-transform: translate(0, 0) !important;
    /* Chrome, Safari, Opera */
    transform: translate(0, 0) !important;
    -o-transition: translate(0, 0) !important;
    -moz-transition: translate(0, 0) !important;
    opacity: 1 !important;
  }
}
/* line 284, templates/g5_helium/custom/scss/puppet.scss */
.moduletable.animate .sc-int-tran-dr {
  -ms-transform: translate(50px, 0px);
  /* IE 9 */
  -webkit-transform: translate(50px, 0px);
  /* Chrome, Safari, Opera */
  transform: translate(50px, 0px);
  -o-transition: translate(50px, 0px);
  -moz-transition: translate(50px, 0px);
  opacity: 0;
}
@media only all and (max-width: 47.938rem) {
  .moduletable.animate .sc-int-tran-dr {
    -ms-transform: translate(0, 0) !important;
    /* IE 9 */
    -webkit-transform: translate(0, 0) !important;
    /* Chrome, Safari, Opera */
    transform: translate(0, 0) !important;
    -o-transition: translate(0, 0) !important;
    -moz-transition: translate(0, 0) !important;
    opacity: 1 !important;
  }
}
/* line 300, templates/g5_helium/custom/scss/puppet.scss */
.moduletable.animate .sc-int-scale {
  -ms-transform: scale(0);
  -webkit-transform: scale(0);
  transform: scale(0);
  -o-transition: scale(0);
  -moz-transition: scale(0);
  opacity: 0;
}
@media only all and (max-width: 47.938rem) {
  .moduletable.animate .sc-int-scale {
    -ms-transform: scale(1) !important;
    /* IE 9 */
    -webkit-transform: scale(1) !important;
    /* Chrome, Safari, Opera */
    transform: scale(1) !important;
    -o-transition: scale(1) !important;
    -moz-transition: scale(1) !important;
    opacity: 1 !important;
  }
}
/* line 317, templates/g5_helium/custom/scss/puppet.scss */
/* line 318, templates/g5_helium/custom/scss/puppet.scss */
.moduletable.animate.loaded .sc-int-scale {
  -ms-transform: scale(1);
  /* IE 9 */
  -webkit-transform: scale(1);
  /* Chrome, Safari, Opera */
  transform: scale(1);
  -o-transition: scale(1);
  -moz-transition: scale(1);
  opacity: 1;
}
/* line 326, templates/g5_helium/custom/scss/puppet.scss */
.moduletable.animate.loaded .sc-int-tran-abajo, .moduletable.animate.loaded .sc-int-tran-arriba, .moduletable.animate.loaded .sc-int-tran-izq, .moduletable.animate.loaded .sc-int-tran-dr {
  -ms-transform: translate(0px, 0px);
  /* IE 9 */
  -webkit-transform: translate(0px, 0px);
  /* Chrome, Safari, Opera */
  transform: translate(0px, 0px);
  -o-transition: translate(0px, 0px);
  -moz-transition: translate(0px, 0px);
  opacity: 1;
}
/* line 341, templates/g5_helium/custom/scss/puppet.scss */
/* line 342, templates/g5_helium/custom/scss/puppet.scss */
html .in-int-tran-abajo {
  -ms-transform: translate(0, 50px);
  /* IE 9 */
  -webkit-transform: translate(0, 50px);
  /* Chrome, Safari, Opera */
  transform: translate(0, 50px);
  -o-transition: translate(0, 50px);
  -moz-transition: translate(0, 50px);
  opacity: 0;
}
@media only all and (max-width: 47.938rem) {
  html .in-int-tran-abajo {
    -ms-transform: translate(0, 0) !important;
    /* IE 9 */
    -webkit-transform: translate(0, 0) !important;
    /* Chrome, Safari, Opera */
    transform: translate(0, 0) !important;
    -o-transition: translate(0, 0) !important;
    -moz-transition: translate(0, 0) !important;
    opacity: 1 !important;
  }
}
/* line 358, templates/g5_helium/custom/scss/puppet.scss */
html .in-int-tran-arriba {
  -ms-transform: translate(0, -50px);
  /* IE 9 */
  -webkit-transform: translate(0, -50px);
  /* Chrome, Safari, Opera */
  transform: translate(0, -50px);
  -o-transition: translate(0, -50px);
  -moz-transition: translate(0, -50px);
  opacity: 0;
}
@media only all and (max-width: 47.938rem) {
  html .in-int-tran-arriba {
    -ms-transform: translate(0, 0) !important;
    /* IE 9 */
    -webkit-transform: translate(0, 0) !important;
    /* Chrome, Safari, Opera */
    transform: translate(0, 0) !important;
    -o-transition: translate(0, 0) !important;
    -moz-transition: translate(0, 0) !important;
    opacity: 1 !important;
  }
}
/* line 376, templates/g5_helium/custom/scss/puppet.scss */
html .in-int-tran-izq {
  -ms-transform: translate(-50px, 0px);
  /* IE 9 */
  -webkit-transform: translate(-50px, 0px);
  /* Chrome, Safari, Opera */
  transform: translate(-50px, 0px);
  -o-transition: translate(-50px, 0px);
  -moz-transition: translate(-50px, 0px);
  opacity: 0;
}
@media only all and (max-width: 47.938rem) {
  html .in-int-tran-izq {
    -ms-transform: translate(0, 0) !important;
    /* IE 9 */
    -webkit-transform: translate(0, 0) !important;
    /* Chrome, Safari, Opera */
    transform: translate(0, 0) !important;
    -o-transition: translate(0, 0) !important;
    -moz-transition: translate(0, 0) !important;
    opacity: 1 !important;
  }
}
/* line 394, templates/g5_helium/custom/scss/puppet.scss */
html .in-int-tran-dr {
  -ms-transform: translate(50px, 0px);
  /* IE 9 */
  -webkit-transform: translate(50px, 0px);
  /* Chrome, Safari, Opera */
  transform: translate(50px, 0px);
  -o-transition: translate(50px, 0px);
  -moz-transition: translate(50px, 0px);
  opacity: 0;
}
@media only all and (max-width: 47.938rem) {
  html .in-int-tran-dr {
    -ms-transform: translate(0, 0) !important;
    /* IE 9 */
    -webkit-transform: translate(0, 0) !important;
    /* Chrome, Safari, Opera */
    transform: translate(0, 0) !important;
    -o-transition: translate(0, 0) !important;
    -moz-transition: translate(0, 0) !important;
    opacity: 1 !important;
  }
}
/* line 414, templates/g5_helium/custom/scss/puppet.scss */
html .in-int-scale {
  -ms-transform: scale(0);
  /* IE 9 */
  -webkit-transform: scale(0);
  /* Chrome, Safari, Opera */
  transform: scale(0);
  -o-transition: scale(0);
  -moz-transition: scale(0);
  opacity: 0;
}
@media only all and (max-width: 47.938rem) {
  html .in-int-scale {
    opacity: 1 !important;
    -ms-transform: scale(1) !important;
    /* IE 9 */
    -webkit-transform: scale(1) !important;
    /* Chrome, Safari, Opera */
    transform: scale(1) !important;
    -o-transition: scale(1) !important;
    -moz-transition: scale(1) !important;
  }
}
/* line 431, templates/g5_helium/custom/scss/puppet.scss */
/* line 432, templates/g5_helium/custom/scss/puppet.scss */
html.loaded .in-int-tran-abajo, html.loaded .in-int-tran-arriba, html.loaded .in-int-tran-izq, html.loaded .in-int-tran-dr {
  -ms-transform: translate(0px, 0px);
  /* IE 9 */
  -webkit-transform: translate(0px, 0px);
  /* Chrome, Safari, Opera */
  transform: translate(0px, 0px);
  -o-transition: translate(0px, 0px);
  -moz-transition: translate(0px, 0px);
  opacity: 1;
}
/* line 440, templates/g5_helium/custom/scss/puppet.scss */
html.loaded .in-int-scale {
  -ms-transform: scale(1);
  /* IE 9 */
  -webkit-transform: scale(1);
  /* Chrome, Safari, Opera */
  transform: scale(1);
  -o-transition: scale(1);
  -moz-transition: scale(1);
  opacity: 1;
}
/* line 617, templates/g5_helium/custom/scss/puppet.scss */
.o-tran-centro {
  transform-origin: 50% 50%;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
}
/* line 624, templates/g5_helium/custom/scss/puppet.scss */
.o-tran-iz {
  transform-origin: 0% 50%;
  -webkit-transform-origin: 0% 50%;
  -ms-transform-origin: 0% 50%;
  -o-transform-origin: 0% 50%;
  -moz-transform-origin: 0% 50%;
}
/* line 632, templates/g5_helium/custom/scss/puppet.scss */
.o-tran-dr {
  transform-origin: 100% 50%;
  -webkit-transform-origin: 100% 50%;
  -ms-transform-origin: 100% 50%;
  -o-transform-origin: 100% 50%;
  -moz-transform-origin: 100% 50%;
}
/* line 639, templates/g5_helium/custom/scss/puppet.scss */
.o-tran-arriba {
  transform-origin: 50% 0%;
  -webkit-transform-origin: 50% 0%;
  -ms-transform-origin: 50% 0%;
  -o-transform-origin: 50% 0%;
  -moz-transform-origin: 50% 0%;
}
/* line 646, templates/g5_helium/custom/scss/puppet.scss */
.o-tran-arriba-iz {
  transform-origin: 0% 0%;
  -webkit-transform-origin: 0% 0%;
  -ms-transform-origin: 0% 0%;
  -o-transform-origin: 0% 0%;
  -moz-transform-origin: 0% 0%;
}
/* line 713, templates/g5_helium/custom/scss/puppet.scss */
.t-2-04 {
  transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0.4s;
  -webkit-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0.4s;
  -o-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0.4s;
  -moz-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0.4s;
  -ms-transition: transform all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0.4s;
}
/* line 716, templates/g5_helium/custom/scss/puppet.scss */
.t-3-04 {
  transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0.8s;
  -webkit-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0.8s;
  -o-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0.8s;
  -moz-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0.8s;
  -ms-transition: transform all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0.8s;
}
/* line 719, templates/g5_helium/custom/scss/puppet.scss */
.t-4-04 {
  transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 1.2s;
  -webkit-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 1.2s;
  -o-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 1.2s;
  -moz-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 1.2s;
  -ms-transition: transform all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 1.2s;
}
/* line 722, templates/g5_helium/custom/scss/puppet.scss */
.t-5-04 {
  transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 1.6s;
  -webkit-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 1.6s;
  -o-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 1.6s;
  -moz-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 1.6s;
  -ms-transition: transform all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 1.6s;
}
/* line 725, templates/g5_helium/custom/scss/puppet.scss */
.t-6-04 {
  transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 2s;
  -webkit-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 2s;
  -o-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 2s;
  -moz-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 2s;
  -ms-transition: transform all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 2s;
}
/* line 733, templates/g5_helium/custom/scss/puppet.scss */
.t-uno-delta-03 {
  transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
  -webkit-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
  -o-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
  -moz-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
  -ms-transition: transform all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
}
/* line 740, templates/g5_helium/custom/scss/puppet.scss */
.t-dos-delta-03 {
  transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0.3s;
  -webkit-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0.3s;
  -o-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0.3s;
  -moz-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0.3s;
  -ms-transition: transform all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0.3s;
}
/* line 747, templates/g5_helium/custom/scss/puppet.scss */
.t-tres-delta-03 {
  transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0.6s;
  -webkit-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0.6s;
  -o-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0.6s;
  -moz-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0.6s;
  -ms-transition: transform all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0.6s;
}
/* line 754, templates/g5_helium/custom/scss/puppet.scss */
.t-cuatro-delta-03 {
  transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0.9s;
  -webkit-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0.9s;
  -o-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0.9s;
  -moz-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0.9s;
  -ms-transition: transform all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0.9s;
}
/* line 761, templates/g5_helium/custom/scss/puppet.scss */
.t-cinco-delta-03 {
  transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 1.2s;
  -webkit-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 1.2s;
  -o-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 1.2s;
  -moz-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 1.2s;
  -ms-transition: transform all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 1.2s;
}
/* line 768, templates/g5_helium/custom/scss/puppet.scss */
.t-seis-delta-03 {
  transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 1.5s;
  -webkit-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 1.5s;
  -o-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 1.5s;
  -moz-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 1.5s;
  -ms-transition: transform all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 1.5s;
}
/* line 3, templates/g5_helium/custom/scss/puppet.scss */
/* line 4, templates/g5_helium/custom/scss/puppet.scss */
/* line 6, templates/g5_helium/custom/scss/puppet.scss */
html .moduletable.in-tran-abajo {
  -ms-transform: translate(0, 50%);
  /* IE 9 */
  -webkit-transform: translate(0, 50%);
  /* Chrome, Safari, Opera */
  transform: translate(0, 50%);
  -o-transition: translate(0, 50%);
  -moz-transition: translate(0, 50%);
  opacity: 0;
}
@media only all and (max-width: 47.938rem) {
  html .moduletable.in-tran-abajo {
    -ms-transform: translate(0, 0) !important;
    /* IE 9 */
    -webkit-transform: translate(0, 0) !important;
    /* Chrome, Safari, Opera */
    transform: translate(0, 0) !important;
    -o-transition: translate(0, 0) !important;
    -moz-transition: translate(0, 0) !important;
    opacity: 1 !important;
  }
}
/* line 23, templates/g5_helium/custom/scss/puppet.scss */
html .moduletable.in-tran-arriba {
  -ms-transform: translate(0, -50px);
  /* IE 9 */
  -webkit-transform: translate(0, -50px);
  /* Chrome, Safari, Opera */
  transform: translate(0, -50px);
  -o-transition: translate(0, -50px);
  -moz-transition: translate(0, -50px);
  opacity: 0;
}
@media only all and (max-width: 47.938rem) {
  html .moduletable.in-tran-arriba {
    -ms-transform: translate(0, 0) !important;
    /* IE 9 */
    -webkit-transform: translate(0, 0) !important;
    /* Chrome, Safari, Opera */
    transform: translate(0, 0) !important;
    -o-transition: translate(0, 0) !important;
    -moz-transition: translate(0, 0) !important;
    opacity: 1 !important;
  }
}
/* line 39, templates/g5_helium/custom/scss/puppet.scss */
html .moduletable.in-tran-izq {
  -ms-transform: translate(-50px, 0px);
  /* IE 9 */
  -webkit-transform: translate(-50px, 0px);
  /* Chrome, Safari, Opera */
  transform: translate(-50px, 0px);
  -o-transition: translate(-50px, 0px);
  -moz-transition: translate(-50px, 0px);
  opacity: 0;
}
@media only all and (max-width: 47.938rem) {
  html .moduletable.in-tran-izq {
    -ms-transform: translate(0, 0) !important;
    /* IE 9 */
    -webkit-transform: translate(0, 0) !important;
    /* Chrome, Safari, Opera */
    transform: translate(0, 0) !important;
    -o-transition: translate(0, 0) !important;
    -moz-transition: translate(0, 0) !important;
    opacity: 1 !important;
  }
}
/* line 55, templates/g5_helium/custom/scss/puppet.scss */
html .moduletable.in-tran-dr {
  -ms-transform: translate(50px, 0px);
  /* IE 9 */
  -webkit-transform: translate(50px, 0px);
  /* Chrome, Safari, Opera */
  transform: translate(50px, 0px);
  -o-transition: translate(50px, 0px);
  -moz-transition: translate(50px, 0px);
  opacity: 0;
}
@media only all and (max-width: 47.938rem) {
  html .moduletable.in-tran-dr {
    -ms-transform: translate(0, 0) !important;
    /* IE 9 */
    -webkit-transform: translate(0, 0) !important;
    /* Chrome, Safari, Opera */
    transform: translate(0, 0) !important;
    -o-transition: translate(0, 0) !important;
    -moz-transition: translate(0, 0) !important;
    opacity: 1 !important;
  }
}
/* line 73, templates/g5_helium/custom/scss/puppet.scss */
html .moduletable.in-scale {
  -ms-transform: scale(0);
  /* IE 9 */
  -webkit-transform: scale(0);
  /* Chrome, Safari, Opera */
  transform: scale(0);
  -o-transition: scale(0);
  -moz-transition: scale(0);
  opacity: 0;
}
@media only all and (max-width: 47.938rem) {
  html .moduletable.in-scale {
    -ms-transform: translate(0, 0) !important;
    /* IE 9 */
    -webkit-transform: translate(0, 0) !important;
    /* Chrome, Safari, Opera */
    transform: translate(0, 0) !important;
    -o-transition: translate(0, 0) !important;
    -moz-transition: translate(0, 0) !important;
    opacity: 1 !important;
  }
}
/* line 92, templates/g5_helium/custom/scss/puppet.scss */
/* line 94, templates/g5_helium/custom/scss/puppet.scss */
/* line 96, templates/g5_helium/custom/scss/puppet.scss */
html.loaded .moduletable.in-tran-dr, html.loaded .moduletable.in-tran-izq, html.loaded .moduletable.in-tran-arriba, html.loaded .moduletable.in-tran-abajo {
  -ms-transform: translate(0px, 0px);
  /* IE 9 */
  -webkit-transform: translate(0px, 0px);
  /* Chrome, Safari, Opera */
  transform: translate(0px, 0px);
  -o-transition: translate(0px, 0px);
  -moz-transition: translate(0px, 0px);
  opacity: 1;
}
/* line 105, templates/g5_helium/custom/scss/puppet.scss */
html.loaded .moduletable.in-scale {
  -ms-transform: scale(1);
  /* IE 9 */
  -webkit-transform: scale(1);
  /* Chrome, Safari, Opera */
  transform: scale(1);
  -o-transition: scale(1);
  -moz-transition: scale(1);
  opacity: 1;
}
/* line 119, templates/g5_helium/custom/scss/puppet.scss */
/* line 122, templates/g5_helium/custom/scss/puppet.scss */
.moduletable.sc-tran-abajo {
  -ms-transform: translate(0, 50px);
  /* IE 9 */
  -webkit-transform: translate(0, 50px);
  /* Chrome, Safari, Opera */
  transform: translate(0, 50px);
  -o-transition: translate(0, 50px);
  -moz-transition: translate(0, 50px);
  opacity: 0;
}
@media only all and (max-width: 47.938rem) {
  .moduletable.sc-tran-abajo {
    -ms-transform: translate(0, 0) !important;
    /* IE 9 */
    -webkit-transform: translate(0, 0) !important;
    /* Chrome, Safari, Opera */
    transform: translate(0, 0) !important;
    -o-transition: translate(0, 0) !important;
    -moz-transition: translate(0, 0) !important;
    opacity: 1 !important;
  }
}
/* line 138, templates/g5_helium/custom/scss/puppet.scss */
.moduletable.sc-tran-arriba {
  -ms-transform: translate(0, -50px);
  /* IE 9 */
  -webkit-transform: translate(0, -50px);
  /* Chrome, Safari, Opera */
  transform: translate(0, -50px);
  -o-transition: translate(0, -50px);
  -moz-transition: translate(0, -50px);
  opacity: 0;
}
@media only all and (max-width: 47.938rem) {
  .moduletable.sc-tran-arriba {
    -ms-transform: translate(0, 0) !important;
    /* IE 9 */
    -webkit-transform: translate(0, 0) !important;
    /* Chrome, Safari, Opera */
    transform: translate(0, 0) !important;
    -o-transition: translate(0, 0) !important;
    -moz-transition: translate(0, 0) !important;
    opacity: 1 !important;
  }
}
/* line 154, templates/g5_helium/custom/scss/puppet.scss */
.moduletable.sc-tran-izq {
  -ms-transform: translate(-50px, 0px);
  /* IE 9 */
  -webkit-transform: translate(-50px, 0px);
  /* Chrome, Safari, Opera */
  transform: translate(-50px, 0px);
  -o-transition: translate(-50px, 0px);
  -moz-transition: translate(-50px, 0px);
  opacity: 0;
}
@media only all and (max-width: 47.938rem) {
  .moduletable.sc-tran-izq {
    -ms-transform: translate(0, 0) !important;
    /* IE 9 */
    -webkit-transform: translate(0, 0) !important;
    /* Chrome, Safari, Opera */
    transform: translate(0, 0) !important;
    -o-transition: translate(0, 0) !important;
    -moz-transition: translate(0, 0) !important;
    opacity: 1 !important;
  }
}
/* line 170, templates/g5_helium/custom/scss/puppet.scss */
.moduletable.sc-tran-dr {
  -ms-transform: translate(50px, 0px);
  /* IE 9 */
  -webkit-transform: translate(50px, 0px);
  /* Chrome, Safari, Opera */
  transform: translate(50px, 0px);
  -o-transition: translate(50px, 0px);
  -moz-transition: translate(50px, 0px);
  opacity: 0;
}
@media only all and (max-width: 47.938rem) {
  .moduletable.sc-tran-dr {
    -ms-transform: translate(0, 0) !important;
    /* IE 9 */
    -webkit-transform: translate(0, 0) !important;
    /* Chrome, Safari, Opera */
    transform: translate(0, 0) !important;
    -o-transition: translate(0, 0) !important;
    -moz-transition: translate(0, 0) !important;
    opacity: 1 !important;
  }
}
/* line 188, templates/g5_helium/custom/scss/puppet.scss */
.moduletable.sc-scale {
  -ms-transform: scale(0);
  /* IE 9 */
  -webkit-transform: scale(0);
  /* Chrome, Safari, Opera */
  transform: scale(0);
  -o-transition: scale(0);
  -moz-transition: scale(0);
  opacity: 0;
}
@media only all and (max-width: 47.938rem) {
  .moduletable.sc-scale {
    -ms-transform: scale(1) !important;
    /* IE 9 */
    -webkit-transform: scale(1) !important;
    /* Chrome, Safari, Opera */
    transform: scale(1) !important;
    -o-transition: scale(1) !important;
    -moz-transition: scale(1) !important;
    opacity: 1 !important;
  }
}
/* line 207, templates/g5_helium/custom/scss/puppet.scss */
/* line 210, templates/g5_helium/custom/scss/puppet.scss */
.moduletable.loaded.sc-tran-dr, .moduletable.loaded.sc-tran-izq, .moduletable.loaded.sc-tran-arriba, .moduletable.loaded.sc-tran-abajo {
  -ms-transform: translate(0px, 0px);
  /* IE 9 */
  -webkit-transform: translate(0px, 0px);
  /* Chrome, Safari, Opera */
  transform: translate(0px, 0px);
  -o-transition: translate(0px, 0px);
  -moz-transition: translate(0px, 0px);
  opacity: 1;
}
/* line 219, templates/g5_helium/custom/scss/puppet.scss */
.moduletable.loaded.sc-scale {
  -ms-transform: scale(1);
  /* IE 9 */
  -webkit-transform: scale(1);
  /* Chrome, Safari, Opera */
  transform: scale(1);
  -o-transition: scale(1);
  -moz-transition: scale(1);
  opacity: 1;
}
/* line 235, templates/g5_helium/custom/scss/puppet.scss */
/* line 236, templates/g5_helium/custom/scss/puppet.scss */
.moduletable.animate .sc-int-tran-abajo {
  -ms-transform: translate(0, 50px);
  /* IE 9 */
  -webkit-transform: translate(0, 50px);
  /* Chrome, Safari, Opera */
  transform: translate(0, 50px);
  -o-transition: translate(0, 50px);
  -moz-transition: translate(0, 50px);
  opacity: 0;
}
@media only all and (max-width: 47.938rem) {
  .moduletable.animate .sc-int-tran-abajo {
    -ms-transform: translate(0, 0) !important;
    /* IE 9 */
    -webkit-transform: translate(0, 0) !important;
    /* Chrome, Safari, Opera */
    transform: translate(0, 0) !important;
    -o-transition: translate(0, 0) !important;
    -moz-transition: translate(0, 0) !important;
    opacity: 1 !important;
  }
}
/* line 252, templates/g5_helium/custom/scss/puppet.scss */
.moduletable.animate .sc-int-tran-arriba {
  -ms-transform: translate(0, -50px);
  /* IE 9 */
  -webkit-transform: translate(0, -50px);
  /* Chrome, Safari, Opera */
  transform: translate(0, -50px);
  -o-transition: translate(0, -50px);
  -moz-transition: translate(0, -50px);
  opacity: 0;
}
@media only all and (max-width: 47.938rem) {
  .moduletable.animate .sc-int-tran-arriba {
    -ms-transform: translate(0, 0) !important;
    /* IE 9 */
    -webkit-transform: translate(0, 0) !important;
    /* Chrome, Safari, Opera */
    transform: translate(0, 0) !important;
    -o-transition: translate(0, 0) !important;
    -moz-transition: translate(0, 0) !important;
    opacity: 1 !important;
  }
}
/* line 268, templates/g5_helium/custom/scss/puppet.scss */
.moduletable.animate .sc-int-tran-izq {
  -ms-transform: translate(-50px, 0px);
  /* IE 9 */
  -webkit-transform: translate(-50px, 0px);
  /* Chrome, Safari, Opera */
  transform: translate(-50px, 0px);
  -o-transition: translate(-50px, 0px);
  -moz-transition: translate(-50px, 0px);
  opacity: 0;
}
@media only all and (max-width: 47.938rem) {
  .moduletable.animate .sc-int-tran-izq {
    -ms-transform: translate(0, 0) !important;
    /* IE 9 */
    -webkit-transform: translate(0, 0) !important;
    /* Chrome, Safari, Opera */
    transform: translate(0, 0) !important;
    -o-transition: translate(0, 0) !important;
    -moz-transition: translate(0, 0) !important;
    opacity: 1 !important;
  }
}
/* line 284, templates/g5_helium/custom/scss/puppet.scss */
.moduletable.animate .sc-int-tran-dr {
  -ms-transform: translate(50px, 0px);
  /* IE 9 */
  -webkit-transform: translate(50px, 0px);
  /* Chrome, Safari, Opera */
  transform: translate(50px, 0px);
  -o-transition: translate(50px, 0px);
  -moz-transition: translate(50px, 0px);
  opacity: 0;
}
@media only all and (max-width: 47.938rem) {
  .moduletable.animate .sc-int-tran-dr {
    -ms-transform: translate(0, 0) !important;
    /* IE 9 */
    -webkit-transform: translate(0, 0) !important;
    /* Chrome, Safari, Opera */
    transform: translate(0, 0) !important;
    -o-transition: translate(0, 0) !important;
    -moz-transition: translate(0, 0) !important;
    opacity: 1 !important;
  }
}
/* line 300, templates/g5_helium/custom/scss/puppet.scss */
.moduletable.animate .sc-int-scale {
  -ms-transform: scale(0);
  -webkit-transform: scale(0);
  transform: scale(0);
  -o-transition: scale(0);
  -moz-transition: scale(0);
  opacity: 0;
}
@media only all and (max-width: 47.938rem) {
  .moduletable.animate .sc-int-scale {
    -ms-transform: scale(1) !important;
    /* IE 9 */
    -webkit-transform: scale(1) !important;
    /* Chrome, Safari, Opera */
    transform: scale(1) !important;
    -o-transition: scale(1) !important;
    -moz-transition: scale(1) !important;
    opacity: 1 !important;
  }
}
/* line 317, templates/g5_helium/custom/scss/puppet.scss */
/* line 318, templates/g5_helium/custom/scss/puppet.scss */
.moduletable.animate.loaded .sc-int-scale {
  -ms-transform: scale(1);
  /* IE 9 */
  -webkit-transform: scale(1);
  /* Chrome, Safari, Opera */
  transform: scale(1);
  -o-transition: scale(1);
  -moz-transition: scale(1);
  opacity: 1;
}
/* line 326, templates/g5_helium/custom/scss/puppet.scss */
.moduletable.animate.loaded .sc-int-tran-abajo, .moduletable.animate.loaded .sc-int-tran-arriba, .moduletable.animate.loaded .sc-int-tran-izq, .moduletable.animate.loaded .sc-int-tran-dr {
  -ms-transform: translate(0px, 0px);
  /* IE 9 */
  -webkit-transform: translate(0px, 0px);
  /* Chrome, Safari, Opera */
  transform: translate(0px, 0px);
  -o-transition: translate(0px, 0px);
  -moz-transition: translate(0px, 0px);
  opacity: 1;
}
/* line 341, templates/g5_helium/custom/scss/puppet.scss */
/* line 342, templates/g5_helium/custom/scss/puppet.scss */
html .in-int-tran-abajo {
  -ms-transform: translate(0, 50px);
  /* IE 9 */
  -webkit-transform: translate(0, 50px);
  /* Chrome, Safari, Opera */
  transform: translate(0, 50px);
  -o-transition: translate(0, 50px);
  -moz-transition: translate(0, 50px);
  opacity: 0;
}
@media only all and (max-width: 47.938rem) {
  html .in-int-tran-abajo {
    -ms-transform: translate(0, 0) !important;
    /* IE 9 */
    -webkit-transform: translate(0, 0) !important;
    /* Chrome, Safari, Opera */
    transform: translate(0, 0) !important;
    -o-transition: translate(0, 0) !important;
    -moz-transition: translate(0, 0) !important;
    opacity: 1 !important;
  }
}
/* line 358, templates/g5_helium/custom/scss/puppet.scss */
html .in-int-tran-arriba {
  -ms-transform: translate(0, -50px);
  /* IE 9 */
  -webkit-transform: translate(0, -50px);
  /* Chrome, Safari, Opera */
  transform: translate(0, -50px);
  -o-transition: translate(0, -50px);
  -moz-transition: translate(0, -50px);
  opacity: 0;
}
@media only all and (max-width: 47.938rem) {
  html .in-int-tran-arriba {
    -ms-transform: translate(0, 0) !important;
    /* IE 9 */
    -webkit-transform: translate(0, 0) !important;
    /* Chrome, Safari, Opera */
    transform: translate(0, 0) !important;
    -o-transition: translate(0, 0) !important;
    -moz-transition: translate(0, 0) !important;
    opacity: 1 !important;
  }
}
/* line 376, templates/g5_helium/custom/scss/puppet.scss */
html .in-int-tran-izq {
  -ms-transform: translate(-50px, 0px);
  /* IE 9 */
  -webkit-transform: translate(-50px, 0px);
  /* Chrome, Safari, Opera */
  transform: translate(-50px, 0px);
  -o-transition: translate(-50px, 0px);
  -moz-transition: translate(-50px, 0px);
  opacity: 0;
}
@media only all and (max-width: 47.938rem) {
  html .in-int-tran-izq {
    -ms-transform: translate(0, 0) !important;
    /* IE 9 */
    -webkit-transform: translate(0, 0) !important;
    /* Chrome, Safari, Opera */
    transform: translate(0, 0) !important;
    -o-transition: translate(0, 0) !important;
    -moz-transition: translate(0, 0) !important;
    opacity: 1 !important;
  }
}
/* line 394, templates/g5_helium/custom/scss/puppet.scss */
html .in-int-tran-dr {
  -ms-transform: translate(50px, 0px);
  /* IE 9 */
  -webkit-transform: translate(50px, 0px);
  /* Chrome, Safari, Opera */
  transform: translate(50px, 0px);
  -o-transition: translate(50px, 0px);
  -moz-transition: translate(50px, 0px);
  opacity: 0;
}
@media only all and (max-width: 47.938rem) {
  html .in-int-tran-dr {
    -ms-transform: translate(0, 0) !important;
    /* IE 9 */
    -webkit-transform: translate(0, 0) !important;
    /* Chrome, Safari, Opera */
    transform: translate(0, 0) !important;
    -o-transition: translate(0, 0) !important;
    -moz-transition: translate(0, 0) !important;
    opacity: 1 !important;
  }
}
/* line 414, templates/g5_helium/custom/scss/puppet.scss */
html .in-int-scale {
  -ms-transform: scale(0);
  /* IE 9 */
  -webkit-transform: scale(0);
  /* Chrome, Safari, Opera */
  transform: scale(0);
  -o-transition: scale(0);
  -moz-transition: scale(0);
  opacity: 0;
}
@media only all and (max-width: 47.938rem) {
  html .in-int-scale {
    opacity: 1 !important;
    -ms-transform: scale(1) !important;
    /* IE 9 */
    -webkit-transform: scale(1) !important;
    /* Chrome, Safari, Opera */
    transform: scale(1) !important;
    -o-transition: scale(1) !important;
    -moz-transition: scale(1) !important;
  }
}
/* line 431, templates/g5_helium/custom/scss/puppet.scss */
/* line 432, templates/g5_helium/custom/scss/puppet.scss */
html.loaded .in-int-tran-abajo, html.loaded .in-int-tran-arriba, html.loaded .in-int-tran-izq, html.loaded .in-int-tran-dr {
  -ms-transform: translate(0px, 0px);
  /* IE 9 */
  -webkit-transform: translate(0px, 0px);
  /* Chrome, Safari, Opera */
  transform: translate(0px, 0px);
  -o-transition: translate(0px, 0px);
  -moz-transition: translate(0px, 0px);
  opacity: 1;
}
/* line 440, templates/g5_helium/custom/scss/puppet.scss */
html.loaded .in-int-scale {
  -ms-transform: scale(1);
  /* IE 9 */
  -webkit-transform: scale(1);
  /* Chrome, Safari, Opera */
  transform: scale(1);
  -o-transition: scale(1);
  -moz-transition: scale(1);
  opacity: 1;
}
/* line 617, templates/g5_helium/custom/scss/puppet.scss */
.o-tran-centro {
  transform-origin: 50% 50%;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
}
/* line 624, templates/g5_helium/custom/scss/puppet.scss */
.o-tran-iz {
  transform-origin: 0% 50%;
  -webkit-transform-origin: 0% 50%;
  -ms-transform-origin: 0% 50%;
  -o-transform-origin: 0% 50%;
  -moz-transform-origin: 0% 50%;
}
/* line 632, templates/g5_helium/custom/scss/puppet.scss */
.o-tran-dr {
  transform-origin: 100% 50%;
  -webkit-transform-origin: 100% 50%;
  -ms-transform-origin: 100% 50%;
  -o-transform-origin: 100% 50%;
  -moz-transform-origin: 100% 50%;
}
/* line 639, templates/g5_helium/custom/scss/puppet.scss */
.o-tran-arriba {
  transform-origin: 50% 0%;
  -webkit-transform-origin: 50% 0%;
  -ms-transform-origin: 50% 0%;
  -o-transform-origin: 50% 0%;
  -moz-transform-origin: 50% 0%;
}
/* line 646, templates/g5_helium/custom/scss/puppet.scss */
.o-tran-arriba-iz {
  transform-origin: 0% 0%;
  -webkit-transform-origin: 0% 0%;
  -ms-transform-origin: 0% 0%;
  -o-transform-origin: 0% 0%;
  -moz-transform-origin: 0% 0%;
}
/* line 713, templates/g5_helium/custom/scss/puppet.scss */
.t-2-04 {
  transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0.4s;
  -webkit-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0.4s;
  -o-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0.4s;
  -moz-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0.4s;
  -ms-transition: transform all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0.4s;
}
/* line 716, templates/g5_helium/custom/scss/puppet.scss */
.t-3-04 {
  transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0.8s;
  -webkit-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0.8s;
  -o-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0.8s;
  -moz-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0.8s;
  -ms-transition: transform all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0.8s;
}
/* line 719, templates/g5_helium/custom/scss/puppet.scss */
.t-4-04 {
  transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 1.2s;
  -webkit-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 1.2s;
  -o-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 1.2s;
  -moz-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 1.2s;
  -ms-transition: transform all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 1.2s;
}
/* line 722, templates/g5_helium/custom/scss/puppet.scss */
.t-5-04 {
  transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 1.6s;
  -webkit-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 1.6s;
  -o-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 1.6s;
  -moz-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 1.6s;
  -ms-transition: transform all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 1.6s;
}
/* line 725, templates/g5_helium/custom/scss/puppet.scss */
.t-6-04 {
  transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 2s;
  -webkit-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 2s;
  -o-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 2s;
  -moz-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 2s;
  -ms-transition: transform all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 2s;
}
/* line 733, templates/g5_helium/custom/scss/puppet.scss */
.t-uno-delta-03 {
  transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
  -webkit-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
  -o-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
  -moz-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
  -ms-transition: transform all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
}
/* line 740, templates/g5_helium/custom/scss/puppet.scss */
.t-dos-delta-03 {
  transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0.3s;
  -webkit-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0.3s;
  -o-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0.3s;
  -moz-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0.3s;
  -ms-transition: transform all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0.3s;
}
/* line 747, templates/g5_helium/custom/scss/puppet.scss */
.t-tres-delta-03 {
  transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0.6s;
  -webkit-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0.6s;
  -o-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0.6s;
  -moz-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0.6s;
  -ms-transition: transform all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0.6s;
}
/* line 754, templates/g5_helium/custom/scss/puppet.scss */
.t-cuatro-delta-03 {
  transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0.9s;
  -webkit-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0.9s;
  -o-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0.9s;
  -moz-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0.9s;
  -ms-transition: transform all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0.9s;
}
/* line 761, templates/g5_helium/custom/scss/puppet.scss */
.t-cinco-delta-03 {
  transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 1.2s;
  -webkit-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 1.2s;
  -o-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 1.2s;
  -moz-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 1.2s;
  -ms-transition: transform all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 1.2s;
}
/* line 768, templates/g5_helium/custom/scss/puppet.scss */
.t-seis-delta-03 {
  transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 1.5s;
  -webkit-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 1.5s;
  -o-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 1.5s;
  -moz-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 1.5s;
  -ms-transition: transform all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 1.5s;
}
@-webkit-keyframes bombita {
  /* line 156, templates/g5_helium/custom/scss/_var-gen.scss */
  0% {
    -webkit-transform: translate(0, -10px);
  }
  /* line 157, templates/g5_helium/custom/scss/_var-gen.scss */
  50% {
    -webkit-transform: translate(0, 0px);
  }
  /* line 158, templates/g5_helium/custom/scss/_var-gen.scss */
  100% {
    -webkit-transform: translate(0, -10px);
  }
}
@-moz-keyframes bombita {
  /* line 161, templates/g5_helium/custom/scss/_var-gen.scss */
  0% {
    -moz-transition: translate(0, -10px);
  }
  /* line 162, templates/g5_helium/custom/scss/_var-gen.scss */
  50% {
    -moz-transition: translate(0, 0px);
  }
  /* line 163, templates/g5_helium/custom/scss/_var-gen.scss */
  100% {
    -moz-transition: translate(0, -10px);
  }
}
@-o-keyframes bombita {
  /* line 166, templates/g5_helium/custom/scss/_var-gen.scss */
  0% {
    -o-transition: translate(0, -10px);
  }
  /* line 167, templates/g5_helium/custom/scss/_var-gen.scss */
  50% {
    -o-transition: translate(0, 0px);
  }
  /* line 168, templates/g5_helium/custom/scss/_var-gen.scss */
  100% {
    -o-transition: translate(0, -10px);
  }
}
@keyframes bombita {
  /* line 171, templates/g5_helium/custom/scss/_var-gen.scss */
  0% {
    transform: translate(0, -10px);
  }
  /* line 172, templates/g5_helium/custom/scss/_var-gen.scss */
  50% {
    transform: translate(0, 0px);
  }
  /* line 173, templates/g5_helium/custom/scss/_var-gen.scss */
  100% {
    transform: translate(0, -10px);
  }
}
/* line 176, templates/g5_helium/custom/scss/_var-gen.scss */
.inner-tran-abajo {
  -ms-transform: translate(0, 50px);
  /* IE 9 */
  -webkit-transform: translate(0, 50px);
  /* Chrome, Safari, Opera */
  transform: translate(0, 50px);
  -o-transition: translate(0, 50px);
  -moz-transition: translate(0, 50px);
  opacity: 0;
}
@media only all and (max-width: 47.938rem) {
  .inner-tran-abajo {
    -ms-transform: translate(0, 0px) !important;
    /* IE 9 */
    -webkit-transform: translate(0, 0px) !important;
    /* Chrome, Safari, Opera */
    transform: translate(0, 0px) !important;
    -o-transition: translate(0, 0px) !important;
    -moz-transition: translate(0, 0px) !important;
    opacity: 1;
  }
}
/* line 179, templates/g5_helium/custom/scss/_var-gen.scss */
.inner-tran-arriba {
  -ms-transform: translate(0, -50px);
  /* IE 9 */
  -webkit-transform: translate(0, -50px);
  /* Chrome, Safari, Opera */
  transform: translate(0, -50px);
  -o-transition: translate(0, -50px);
  -moz-transition: translate(0, -50px);
  opacity: 0;
}
@media only all and (max-width: 47.938rem) {
  .inner-tran-arriba {
    -ms-transform: translate(0, 0px) !important;
    /* IE 9 */
    -webkit-transform: translate(0, 0px) !important;
    /* Chrome, Safari, Opera */
    transform: translate(0, 0px) !important;
    -o-transition: translate(0, 0px) !important;
    -moz-transition: translate(0, 0px);
    opacity: 1;
  }
}
/* line 182, templates/g5_helium/custom/scss/_var-gen.scss */
.inner-tran-izq {
  -ms-transform: translate(-50px, 0px);
  /* IE 9 */
  -webkit-transform: translate(-50px, 0px);
  /* Chrome, Safari, Opera */
  transform: translate(-50px, 0px);
  -o-transition: translate(-50px, 0px);
  -moz-transition: translate(-50px, 0px);
  opacity: 0;
}
@media only all and (max-width: 47.938rem) {
  .inner-tran-izq {
    -ms-transform: translate(0, 0px) !important;
    /* IE 9 */
    -webkit-transform: translate(0, 0px) !important;
    /* Chrome, Safari, Opera */
    transform: translate(0, 0px) !important;
    -o-transition: translate(0, 0px) !important;
    -moz-transition: translate(0, 0px) !important;
    opacity: 1;
  }
}
/* line 185, templates/g5_helium/custom/scss/_var-gen.scss */
.inner-tran-dr {
  -ms-transform: translate(50px, 0px);
  /* IE 9 */
  -webkit-transform: translate(50px, 0px);
  /* Chrome, Safari, Opera */
  transform: translate(50px, 0px);
  -o-transition: translate(50px, 0px);
  -moz-transition: translate(50px, 0px);
  opacity: 0;
}
@media only all and (max-width: 47.938rem) {
  .inner-tran-dr {
    -ms-transform: translate(0, 0px) !important;
    /* IE 9 */
    -webkit-transform: translate(0, 0px) !important;
    /* Chrome, Safari, Opera */
    transform: translate(0, 0px) !important;
    -o-transition: translate(0, 0px) !important;
    -moz-transition: translate(0, 0px) !important;
    opacity: 1;
  }
}
/* line 188, templates/g5_helium/custom/scss/_var-gen.scss */
.inner-scale-cen {
  -ms-transform: scale(0);
  /* IE 9 */
  -webkit-transform: scale(0);
  /* Chrome, Safari, Opera */
  transform: scale(0);
  -o-transition: scale(0);
  -moz-transition: scale(0);
  opacity: 0;
}
@media only all and (max-width: 47.938rem) {
  .inner-scale-cen {
    -ms-transform: scale(1) !important;
    /* IE 9 */
    -webkit-transform: scale(1) !important;
    /* Chrome, Safari, Opera */
    transform: scale(1) !important;
    -o-transition: scale(1) !important;
    -moz-transition: scale(1) !important;
    opacity: 1;
  }
}
/* line 191, templates/g5_helium/custom/scss/_var-gen.scss */
.inner-scale-dr {
  -ms-transform: scale(0, 1);
  /* IE 9 */
  -webkit-transform: scale(0, 1);
  /* Chrome, Safari, Opera */
  transform: scale(0, 1);
  -o-transition: scale(0, 1);
  -moz-transition: scale(0, 1);
  opacity: 0;
}
@media only all and (max-width: 47.938rem) {
  .inner-scale-dr {
    -ms-transform: scale(1) !important;
    /* IE 9 */
    -webkit-transform: scale(1) !important;
    /* Chrome, Safari, Opera */
    transform: scale(1) !important;
    -o-transition: scale(1) !important;
    -moz-transition: scale(1) !important;
    opacity: 1;
  }
}
/* line 194, templates/g5_helium/custom/scss/_var-gen.scss */
.inner-scale-dr-arriba {
  -ms-transform: scale(0, 0);
  /* IE 9 */
  -webkit-transform: scale(0, 0);
  /* Chrome, Safari, Opera */
  transform: scale(0, 0);
  -o-transition: scale(0, 0);
  -moz-transition: scale(0, 0);
  opacity: 0;
}
@media only all and (max-width: 47.938rem) {
  .inner-scale-dr-arriba {
    -ms-transform: scale(1) !important;
    /* IE 9 */
    -webkit-transform: scale(1) !important;
    /* Chrome, Safari, Opera */
    transform: scale(1) !important;
    -o-transition: scale(1) !important;
    -moz-transition: scale(1) !important;
    opacity: 1;
  }
}
/* line 197, templates/g5_helium/custom/scss/_var-gen.scss */
.inner-scale-fin {
  -ms-transform: scale(1) !important;
  /* IE 9 */
  -webkit-transform: scale(1) !important;
  /* Chrome, Safari, Opera */
  transform: scale(1) !important;
  -o-transition: scale(1) !important;
  -moz-transition: scale(1) !important;
  opacity: 1 !important;
}
/* line 201, templates/g5_helium/custom/scss/_var-gen.scss */
.inner-tran-fin {
  opacity: 1;
  -ms-transform: translate(0, 0px);
  /* IE 9 */
  -webkit-transform: translate(0, 0px);
  /* Chrome, Safari, Opera */
  transform: translate(0, 0px);
  -o-transition: translate(0, 0px);
  -moz-transition: translate(0, 0px);
}
/* line 206, templates/g5_helium/custom/scss/_var-gen.scss */
.t-i-1-06 {
  transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
  -webkit-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
  -o-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
  -moz-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
  -ms-transition: transform all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
}
/* line 209, templates/g5_helium/custom/scss/_var-gen.scss */
.t-i-2-06 {
  transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0.3s;
  -webkit-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0.3s;
  -o-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0.3s;
  -moz-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0.3s;
  -ms-transition: transform all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0.3s;
}
/* line 212, templates/g5_helium/custom/scss/_var-gen.scss */
.t-i-3-06 {
  transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0.6s;
  -webkit-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0.6s;
  -o-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0.6s;
  -moz-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0.6s;
  -ms-transition: transform all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0.6s;
}
/* line 215, templates/g5_helium/custom/scss/_var-gen.scss */
.t-i-4-06 {
  transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0.9s;
  -webkit-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0.9s;
  -o-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0.9s;
  -moz-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0.9s;
  -ms-transition: transform all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0.9s;
}
/* line 218, templates/g5_helium/custom/scss/_var-gen.scss */
.t-i-5-06 {
  transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 1.2s;
  -webkit-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 1.2s;
  -o-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 1.2s;
  -moz-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 1.2s;
  -ms-transition: transform all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 1.3s;
}
/* line 221, templates/g5_helium/custom/scss/_var-gen.scss */
.t-i-6-06 {
  transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 1.5s;
  -webkit-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 1.5s;
  -o-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 1.5s;
  -moz-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 1.5s;
  -ms-transition: transform all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 1.5s;
}
/* line 15, templates/g5_helium/custom/scss/_posiciones.scss */
#g-top {
  position: relative;
  background: #354d59;
  color: #fff;
  z-index: 1;
  padding-top: 0rem;
  padding-bottom: 0rem;
}
/* line 33, templates/g5_helium/custom/scss/_posiciones.scss */
/* line 34, templates/g5_helium/custom/scss/_posiciones.scss */
html #g-alerta {
  transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
  -webkit-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
  -o-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
  -moz-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
  -ms-transition: transform all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
  position: relative;
}
/* line 37, templates/g5_helium/custom/scss/_posiciones.scss */
html #g-alerta.closed {
  top: 0px;
  bottom: auto;
  -ms-transform: translate(0, -100%);
  -webkit-transform: translate(0, -100%);
  transform: translate(0, -100%);
  -o-transition: translate(0, -100%);
  -moz-transition: translate(0, -100%);
}
/* line 45, templates/g5_helium/custom/scss/_posiciones.scss */
html #g-alerta.closed .g-container {
  max-height: 0px;
  overflow: hidden;
  opacity: 1;
}
/* line 50, templates/g5_helium/custom/scss/_posiciones.scss */
html #g-alerta.closed .alert-iniciator {
  background: #354d59;
}
/* line 52, templates/g5_helium/custom/scss/_posiciones.scss */
html #g-alerta.closed .alert-iniciator #alert-inner {
  cursor: pointer;
  padding: 10px 10px 5px;
}
/* line 55, templates/g5_helium/custom/scss/_posiciones.scss */
html #g-alerta.closed .alert-iniciator #alert-inner i {
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  -o-transition: rotate(180deg);
  -moz-transition: rotate(180deg);
}
/* line 65, templates/g5_helium/custom/scss/_posiciones.scss */
html #g-alerta .alert-iniciator {
  position: absolute;
  right: 250px;
  bottom: -45px;
  top: auto;
  display: inline-block;
  background: #354d59;
  border-radius: 0px 0px 0rem 0rem;
}
/* line 73, templates/g5_helium/custom/scss/_posiciones.scss */
html #g-alerta .alert-iniciator #alert-inner {
  -webkit-animation: bombita 1s infinite;
  -moz-animation: bombita 1s infinite;
  -o-animation: bombita 1s infinite;
  animation: bombita 1s infinite;
  display: inline-block;
  cursor: pointer;
  padding: 10px 10px 5px;
}
/* line 81, templates/g5_helium/custom/scss/_posiciones.scss */
html #g-alerta .alert-iniciator #alert-inner i {
  transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
  -webkit-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
  -o-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
  -moz-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
  -ms-transition: transform all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
}
/* line 86, templates/g5_helium/custom/scss/_posiciones.scss */
html #g-alerta .g-container {
  position: relative;
  max-height: 0px;
  overflow: hidden;
  opacity: 0;
  transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
  -webkit-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
  -o-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
  -moz-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
  -ms-transition: transform all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
}
/* line 95, templates/g5_helium/custom/scss/_posiciones.scss */
/* line 96, templates/g5_helium/custom/scss/_posiciones.scss */
.loaded #g-alerta {
  -ms-transform: translate(0, 0%);
  -webkit-transform: translate(0, 0%);
  transform: translate(0, 0%);
  -o-transition: translate(0, 0%);
  -moz-transition: translate(0, 0%);
  top: 0px;
  bottom: auto;
}
/* line 104, templates/g5_helium/custom/scss/_posiciones.scss */
.loaded #g-alerta .g-container {
  max-height: none;
  overflow: visible;
  opacity: 1;
}
/* line 126, templates/g5_helium/custom/scss/_posiciones.scss */
#g-alerta {
  background: #354d59;
  color: #fff;
  padding-top: 0rem;
  padding-bottom: 0rem;
  z-index: 1;
}
/* line 176, templates/g5_helium/custom/scss/_posiciones.scss */
#g-header {
  position: relative;
  background: #fff;
  color: #333;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  border-bottom: 5px solid #005a96;
}
/* line 188, templates/g5_helium/custom/scss/_posiciones.scss */
#g-header .g-container {
  position: relative;
}
/* line 212, templates/g5_helium/custom/scss/_posiciones.scss */
#g-intro {
  position: relative;
  background: #f4f5f7;
  color: #424753;
  padding-top: 0rem;
  padding-bottom: 0rem;
}
/* line 268, templates/g5_helium/custom/scss/_posiciones.scss */
#g-showcase {
  position: relative;
  background: #354d59;
  color: #fff;
  padding-top: 0rem;
  padding-bottom: 0rem;
}
/* line 323, templates/g5_helium/custom/scss/_posiciones.scss */
#g-feature {
  position: relative;
  background: #fff;
  color: #666;
  padding-top: 2rem;
  padding-bottom: 2rem;
}
/* line 377, templates/g5_helium/custom/scss/_posiciones.scss */
#g-utility {
  position: relative;
  background: #354d59;
  color: #fff;
  padding-top: 2rem;
  padding-bottom: 2rem;
}
/* line 432, templates/g5_helium/custom/scss/_posiciones.scss */
#g-maintop {
  position: relative;
  background: #f2f2f2;
  color: #333;
  padding-top: 2rem;
  padding-bottom: 2rem;
  border-bottom: 1px solid #efefef;
}
/* line 485, templates/g5_helium/custom/scss/_posiciones.scss */
#g-superior {
  position: relative;
  background: #354d59;
  color: #fff;
  padding-top: 2rem;
  padding-bottom: 2rem;
}
/* line 537, templates/g5_helium/custom/scss/_posiciones.scss */
#g-inferior {
  position: relative;
  background: #fff;
  color: #000;
  padding-top: 2rem;
  padding-bottom: 2rem;
}
/* line 591, templates/g5_helium/custom/scss/_posiciones.scss */
#g-mainbottom {
  position: relative;
  background: #354d59;
  color: #fff;
  padding-top: 2rem;
  padding-bottom: 2rem;
}
/* line 646, templates/g5_helium/custom/scss/_posiciones.scss */
#g-extension {
  position: relative;
  background: #354d59;
  color: #fff;
  padding-top: 2rem;
  padding-bottom: 2rem;
}
/* line 700, templates/g5_helium/custom/scss/_posiciones.scss */
#g-subfeature {
  position: relative;
  background: #f0f0f0;
  color: #666;
  padding-top: 2rem;
  padding-bottom: 2rem;
}
/* line 736, templates/g5_helium/custom/scss/_posiciones.scss */
#g-subfeature.flush .g-container {
  margin: 0 auto !important;
}
/* line 754, templates/g5_helium/custom/scss/_posiciones.scss */
#g-footer {
  position: relative;
  background: #fff;
  color: #666;
  padding-top: 2rem;
  padding-bottom: 2rem;
}
/* line 806, templates/g5_helium/custom/scss/_posiciones.scss */
#g-bottom {
  position: relative;
  background: #354d59;
  color: #fff;
  padding-top: 2rem;
  padding-bottom: 2rem;
}
/* line 861, templates/g5_helium/custom/scss/_posiciones.scss */
#g-copyright {
  position: relative;
  background: #0074c4;
  color: #fff;
  padding-top: 2rem;
  padding-bottom: 2rem;
}
/* line 914, templates/g5_helium/custom/scss/_posiciones.scss */
#g-testimonials {
  background: #8f4dae;
  color: #eceeef;
  position: relative;
  z-index: 10;
  padding-top: 2rem;
  padding-bottom: 2rem;
}
/* line 975, templates/g5_helium/custom/scss/_posiciones.scss */
#g-hidden {
  position: relative;
  background: #63666a;
  color: #fff;
  padding-top: 0rem;
  padding-bottom: 0rem;
}
/* line 981, templates/g5_helium/custom/scss/_posiciones.scss */
#g-hidden p {
  margin: 0rem;
}
/* line 983, templates/g5_helium/custom/scss/_posiciones.scss */
#g-hidden p a {
  color: #fff !important;
}
/* line 1035, templates/g5_helium/custom/scss/_posiciones.scss */
#g-under {
  position: relative;
  background: #e3a611;
  color: #fff;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
/* line 3, templates/g5_helium/custom/scss/puppet.scss */
/* line 4, templates/g5_helium/custom/scss/puppet.scss */
/* line 6, templates/g5_helium/custom/scss/puppet.scss */
html .moduletable.in-tran-abajo {
  -ms-transform: translate(0, 50%);
  /* IE 9 */
  -webkit-transform: translate(0, 50%);
  /* Chrome, Safari, Opera */
  transform: translate(0, 50%);
  -o-transition: translate(0, 50%);
  -moz-transition: translate(0, 50%);
  opacity: 0;
}
@media only all and (max-width: 47.938rem) {
  html .moduletable.in-tran-abajo {
    -ms-transform: translate(0, 0) !important;
    /* IE 9 */
    -webkit-transform: translate(0, 0) !important;
    /* Chrome, Safari, Opera */
    transform: translate(0, 0) !important;
    -o-transition: translate(0, 0) !important;
    -moz-transition: translate(0, 0) !important;
    opacity: 1 !important;
  }
}
/* line 23, templates/g5_helium/custom/scss/puppet.scss */
html .moduletable.in-tran-arriba {
  -ms-transform: translate(0, -50px);
  /* IE 9 */
  -webkit-transform: translate(0, -50px);
  /* Chrome, Safari, Opera */
  transform: translate(0, -50px);
  -o-transition: translate(0, -50px);
  -moz-transition: translate(0, -50px);
  opacity: 0;
}
@media only all and (max-width: 47.938rem) {
  html .moduletable.in-tran-arriba {
    -ms-transform: translate(0, 0) !important;
    /* IE 9 */
    -webkit-transform: translate(0, 0) !important;
    /* Chrome, Safari, Opera */
    transform: translate(0, 0) !important;
    -o-transition: translate(0, 0) !important;
    -moz-transition: translate(0, 0) !important;
    opacity: 1 !important;
  }
}
/* line 39, templates/g5_helium/custom/scss/puppet.scss */
html .moduletable.in-tran-izq {
  -ms-transform: translate(-50px, 0px);
  /* IE 9 */
  -webkit-transform: translate(-50px, 0px);
  /* Chrome, Safari, Opera */
  transform: translate(-50px, 0px);
  -o-transition: translate(-50px, 0px);
  -moz-transition: translate(-50px, 0px);
  opacity: 0;
}
@media only all and (max-width: 47.938rem) {
  html .moduletable.in-tran-izq {
    -ms-transform: translate(0, 0) !important;
    /* IE 9 */
    -webkit-transform: translate(0, 0) !important;
    /* Chrome, Safari, Opera */
    transform: translate(0, 0) !important;
    -o-transition: translate(0, 0) !important;
    -moz-transition: translate(0, 0) !important;
    opacity: 1 !important;
  }
}
/* line 55, templates/g5_helium/custom/scss/puppet.scss */
html .moduletable.in-tran-dr {
  -ms-transform: translate(50px, 0px);
  /* IE 9 */
  -webkit-transform: translate(50px, 0px);
  /* Chrome, Safari, Opera */
  transform: translate(50px, 0px);
  -o-transition: translate(50px, 0px);
  -moz-transition: translate(50px, 0px);
  opacity: 0;
}
@media only all and (max-width: 47.938rem) {
  html .moduletable.in-tran-dr {
    -ms-transform: translate(0, 0) !important;
    /* IE 9 */
    -webkit-transform: translate(0, 0) !important;
    /* Chrome, Safari, Opera */
    transform: translate(0, 0) !important;
    -o-transition: translate(0, 0) !important;
    -moz-transition: translate(0, 0) !important;
    opacity: 1 !important;
  }
}
/* line 73, templates/g5_helium/custom/scss/puppet.scss */
html .moduletable.in-scale {
  -ms-transform: scale(0);
  /* IE 9 */
  -webkit-transform: scale(0);
  /* Chrome, Safari, Opera */
  transform: scale(0);
  -o-transition: scale(0);
  -moz-transition: scale(0);
  opacity: 0;
}
@media only all and (max-width: 47.938rem) {
  html .moduletable.in-scale {
    -ms-transform: translate(0, 0) !important;
    /* IE 9 */
    -webkit-transform: translate(0, 0) !important;
    /* Chrome, Safari, Opera */
    transform: translate(0, 0) !important;
    -o-transition: translate(0, 0) !important;
    -moz-transition: translate(0, 0) !important;
    opacity: 1 !important;
  }
}
/* line 92, templates/g5_helium/custom/scss/puppet.scss */
/* line 94, templates/g5_helium/custom/scss/puppet.scss */
/* line 96, templates/g5_helium/custom/scss/puppet.scss */
html.loaded .moduletable.in-tran-dr, html.loaded .moduletable.in-tran-izq, html.loaded .moduletable.in-tran-arriba, html.loaded .moduletable.in-tran-abajo {
  -ms-transform: translate(0px, 0px);
  /* IE 9 */
  -webkit-transform: translate(0px, 0px);
  /* Chrome, Safari, Opera */
  transform: translate(0px, 0px);
  -o-transition: translate(0px, 0px);
  -moz-transition: translate(0px, 0px);
  opacity: 1;
}
/* line 105, templates/g5_helium/custom/scss/puppet.scss */
html.loaded .moduletable.in-scale {
  -ms-transform: scale(1);
  /* IE 9 */
  -webkit-transform: scale(1);
  /* Chrome, Safari, Opera */
  transform: scale(1);
  -o-transition: scale(1);
  -moz-transition: scale(1);
  opacity: 1;
}
/* line 119, templates/g5_helium/custom/scss/puppet.scss */
/* line 122, templates/g5_helium/custom/scss/puppet.scss */
.moduletable.sc-tran-abajo {
  -ms-transform: translate(0, 50px);
  /* IE 9 */
  -webkit-transform: translate(0, 50px);
  /* Chrome, Safari, Opera */
  transform: translate(0, 50px);
  -o-transition: translate(0, 50px);
  -moz-transition: translate(0, 50px);
  opacity: 0;
}
@media only all and (max-width: 47.938rem) {
  .moduletable.sc-tran-abajo {
    -ms-transform: translate(0, 0) !important;
    /* IE 9 */
    -webkit-transform: translate(0, 0) !important;
    /* Chrome, Safari, Opera */
    transform: translate(0, 0) !important;
    -o-transition: translate(0, 0) !important;
    -moz-transition: translate(0, 0) !important;
    opacity: 1 !important;
  }
}
/* line 138, templates/g5_helium/custom/scss/puppet.scss */
.moduletable.sc-tran-arriba {
  -ms-transform: translate(0, -50px);
  /* IE 9 */
  -webkit-transform: translate(0, -50px);
  /* Chrome, Safari, Opera */
  transform: translate(0, -50px);
  -o-transition: translate(0, -50px);
  -moz-transition: translate(0, -50px);
  opacity: 0;
}
@media only all and (max-width: 47.938rem) {
  .moduletable.sc-tran-arriba {
    -ms-transform: translate(0, 0) !important;
    /* IE 9 */
    -webkit-transform: translate(0, 0) !important;
    /* Chrome, Safari, Opera */
    transform: translate(0, 0) !important;
    -o-transition: translate(0, 0) !important;
    -moz-transition: translate(0, 0) !important;
    opacity: 1 !important;
  }
}
/* line 154, templates/g5_helium/custom/scss/puppet.scss */
.moduletable.sc-tran-izq {
  -ms-transform: translate(-50px, 0px);
  /* IE 9 */
  -webkit-transform: translate(-50px, 0px);
  /* Chrome, Safari, Opera */
  transform: translate(-50px, 0px);
  -o-transition: translate(-50px, 0px);
  -moz-transition: translate(-50px, 0px);
  opacity: 0;
}
@media only all and (max-width: 47.938rem) {
  .moduletable.sc-tran-izq {
    -ms-transform: translate(0, 0) !important;
    /* IE 9 */
    -webkit-transform: translate(0, 0) !important;
    /* Chrome, Safari, Opera */
    transform: translate(0, 0) !important;
    -o-transition: translate(0, 0) !important;
    -moz-transition: translate(0, 0) !important;
    opacity: 1 !important;
  }
}
/* line 170, templates/g5_helium/custom/scss/puppet.scss */
.moduletable.sc-tran-dr {
  -ms-transform: translate(50px, 0px);
  /* IE 9 */
  -webkit-transform: translate(50px, 0px);
  /* Chrome, Safari, Opera */
  transform: translate(50px, 0px);
  -o-transition: translate(50px, 0px);
  -moz-transition: translate(50px, 0px);
  opacity: 0;
}
@media only all and (max-width: 47.938rem) {
  .moduletable.sc-tran-dr {
    -ms-transform: translate(0, 0) !important;
    /* IE 9 */
    -webkit-transform: translate(0, 0) !important;
    /* Chrome, Safari, Opera */
    transform: translate(0, 0) !important;
    -o-transition: translate(0, 0) !important;
    -moz-transition: translate(0, 0) !important;
    opacity: 1 !important;
  }
}
/* line 188, templates/g5_helium/custom/scss/puppet.scss */
.moduletable.sc-scale {
  -ms-transform: scale(0);
  /* IE 9 */
  -webkit-transform: scale(0);
  /* Chrome, Safari, Opera */
  transform: scale(0);
  -o-transition: scale(0);
  -moz-transition: scale(0);
  opacity: 0;
}
@media only all and (max-width: 47.938rem) {
  .moduletable.sc-scale {
    -ms-transform: scale(1) !important;
    /* IE 9 */
    -webkit-transform: scale(1) !important;
    /* Chrome, Safari, Opera */
    transform: scale(1) !important;
    -o-transition: scale(1) !important;
    -moz-transition: scale(1) !important;
    opacity: 1 !important;
  }
}
/* line 207, templates/g5_helium/custom/scss/puppet.scss */
/* line 210, templates/g5_helium/custom/scss/puppet.scss */
.moduletable.loaded.sc-tran-dr, .moduletable.loaded.sc-tran-izq, .moduletable.loaded.sc-tran-arriba, .moduletable.loaded.sc-tran-abajo {
  -ms-transform: translate(0px, 0px);
  /* IE 9 */
  -webkit-transform: translate(0px, 0px);
  /* Chrome, Safari, Opera */
  transform: translate(0px, 0px);
  -o-transition: translate(0px, 0px);
  -moz-transition: translate(0px, 0px);
  opacity: 1;
}
/* line 219, templates/g5_helium/custom/scss/puppet.scss */
.moduletable.loaded.sc-scale {
  -ms-transform: scale(1);
  /* IE 9 */
  -webkit-transform: scale(1);
  /* Chrome, Safari, Opera */
  transform: scale(1);
  -o-transition: scale(1);
  -moz-transition: scale(1);
  opacity: 1;
}
/* line 235, templates/g5_helium/custom/scss/puppet.scss */
/* line 236, templates/g5_helium/custom/scss/puppet.scss */
.moduletable.animate .sc-int-tran-abajo {
  -ms-transform: translate(0, 50px);
  /* IE 9 */
  -webkit-transform: translate(0, 50px);
  /* Chrome, Safari, Opera */
  transform: translate(0, 50px);
  -o-transition: translate(0, 50px);
  -moz-transition: translate(0, 50px);
  opacity: 0;
}
@media only all and (max-width: 47.938rem) {
  .moduletable.animate .sc-int-tran-abajo {
    -ms-transform: translate(0, 0) !important;
    /* IE 9 */
    -webkit-transform: translate(0, 0) !important;
    /* Chrome, Safari, Opera */
    transform: translate(0, 0) !important;
    -o-transition: translate(0, 0) !important;
    -moz-transition: translate(0, 0) !important;
    opacity: 1 !important;
  }
}
/* line 252, templates/g5_helium/custom/scss/puppet.scss */
.moduletable.animate .sc-int-tran-arriba {
  -ms-transform: translate(0, -50px);
  /* IE 9 */
  -webkit-transform: translate(0, -50px);
  /* Chrome, Safari, Opera */
  transform: translate(0, -50px);
  -o-transition: translate(0, -50px);
  -moz-transition: translate(0, -50px);
  opacity: 0;
}
@media only all and (max-width: 47.938rem) {
  .moduletable.animate .sc-int-tran-arriba {
    -ms-transform: translate(0, 0) !important;
    /* IE 9 */
    -webkit-transform: translate(0, 0) !important;
    /* Chrome, Safari, Opera */
    transform: translate(0, 0) !important;
    -o-transition: translate(0, 0) !important;
    -moz-transition: translate(0, 0) !important;
    opacity: 1 !important;
  }
}
/* line 268, templates/g5_helium/custom/scss/puppet.scss */
.moduletable.animate .sc-int-tran-izq {
  -ms-transform: translate(-50px, 0px);
  /* IE 9 */
  -webkit-transform: translate(-50px, 0px);
  /* Chrome, Safari, Opera */
  transform: translate(-50px, 0px);
  -o-transition: translate(-50px, 0px);
  -moz-transition: translate(-50px, 0px);
  opacity: 0;
}
@media only all and (max-width: 47.938rem) {
  .moduletable.animate .sc-int-tran-izq {
    -ms-transform: translate(0, 0) !important;
    /* IE 9 */
    -webkit-transform: translate(0, 0) !important;
    /* Chrome, Safari, Opera */
    transform: translate(0, 0) !important;
    -o-transition: translate(0, 0) !important;
    -moz-transition: translate(0, 0) !important;
    opacity: 1 !important;
  }
}
/* line 284, templates/g5_helium/custom/scss/puppet.scss */
.moduletable.animate .sc-int-tran-dr {
  -ms-transform: translate(50px, 0px);
  /* IE 9 */
  -webkit-transform: translate(50px, 0px);
  /* Chrome, Safari, Opera */
  transform: translate(50px, 0px);
  -o-transition: translate(50px, 0px);
  -moz-transition: translate(50px, 0px);
  opacity: 0;
}
@media only all and (max-width: 47.938rem) {
  .moduletable.animate .sc-int-tran-dr {
    -ms-transform: translate(0, 0) !important;
    /* IE 9 */
    -webkit-transform: translate(0, 0) !important;
    /* Chrome, Safari, Opera */
    transform: translate(0, 0) !important;
    -o-transition: translate(0, 0) !important;
    -moz-transition: translate(0, 0) !important;
    opacity: 1 !important;
  }
}
/* line 300, templates/g5_helium/custom/scss/puppet.scss */
.moduletable.animate .sc-int-scale {
  -ms-transform: scale(0);
  -webkit-transform: scale(0);
  transform: scale(0);
  -o-transition: scale(0);
  -moz-transition: scale(0);
  opacity: 0;
}
@media only all and (max-width: 47.938rem) {
  .moduletable.animate .sc-int-scale {
    -ms-transform: scale(1) !important;
    /* IE 9 */
    -webkit-transform: scale(1) !important;
    /* Chrome, Safari, Opera */
    transform: scale(1) !important;
    -o-transition: scale(1) !important;
    -moz-transition: scale(1) !important;
    opacity: 1 !important;
  }
}
/* line 317, templates/g5_helium/custom/scss/puppet.scss */
/* line 318, templates/g5_helium/custom/scss/puppet.scss */
.moduletable.animate.loaded .sc-int-scale {
  -ms-transform: scale(1);
  /* IE 9 */
  -webkit-transform: scale(1);
  /* Chrome, Safari, Opera */
  transform: scale(1);
  -o-transition: scale(1);
  -moz-transition: scale(1);
  opacity: 1;
}
/* line 326, templates/g5_helium/custom/scss/puppet.scss */
.moduletable.animate.loaded .sc-int-tran-abajo, .moduletable.animate.loaded .sc-int-tran-arriba, .moduletable.animate.loaded .sc-int-tran-izq, .moduletable.animate.loaded .sc-int-tran-dr {
  -ms-transform: translate(0px, 0px);
  /* IE 9 */
  -webkit-transform: translate(0px, 0px);
  /* Chrome, Safari, Opera */
  transform: translate(0px, 0px);
  -o-transition: translate(0px, 0px);
  -moz-transition: translate(0px, 0px);
  opacity: 1;
}
/* line 341, templates/g5_helium/custom/scss/puppet.scss */
/* line 342, templates/g5_helium/custom/scss/puppet.scss */
html .in-int-tran-abajo {
  -ms-transform: translate(0, 50px);
  /* IE 9 */
  -webkit-transform: translate(0, 50px);
  /* Chrome, Safari, Opera */
  transform: translate(0, 50px);
  -o-transition: translate(0, 50px);
  -moz-transition: translate(0, 50px);
  opacity: 0;
}
@media only all and (max-width: 47.938rem) {
  html .in-int-tran-abajo {
    -ms-transform: translate(0, 0) !important;
    /* IE 9 */
    -webkit-transform: translate(0, 0) !important;
    /* Chrome, Safari, Opera */
    transform: translate(0, 0) !important;
    -o-transition: translate(0, 0) !important;
    -moz-transition: translate(0, 0) !important;
    opacity: 1 !important;
  }
}
/* line 358, templates/g5_helium/custom/scss/puppet.scss */
html .in-int-tran-arriba {
  -ms-transform: translate(0, -50px);
  /* IE 9 */
  -webkit-transform: translate(0, -50px);
  /* Chrome, Safari, Opera */
  transform: translate(0, -50px);
  -o-transition: translate(0, -50px);
  -moz-transition: translate(0, -50px);
  opacity: 0;
}
@media only all and (max-width: 47.938rem) {
  html .in-int-tran-arriba {
    -ms-transform: translate(0, 0) !important;
    /* IE 9 */
    -webkit-transform: translate(0, 0) !important;
    /* Chrome, Safari, Opera */
    transform: translate(0, 0) !important;
    -o-transition: translate(0, 0) !important;
    -moz-transition: translate(0, 0) !important;
    opacity: 1 !important;
  }
}
/* line 376, templates/g5_helium/custom/scss/puppet.scss */
html .in-int-tran-izq {
  -ms-transform: translate(-50px, 0px);
  /* IE 9 */
  -webkit-transform: translate(-50px, 0px);
  /* Chrome, Safari, Opera */
  transform: translate(-50px, 0px);
  -o-transition: translate(-50px, 0px);
  -moz-transition: translate(-50px, 0px);
  opacity: 0;
}
@media only all and (max-width: 47.938rem) {
  html .in-int-tran-izq {
    -ms-transform: translate(0, 0) !important;
    /* IE 9 */
    -webkit-transform: translate(0, 0) !important;
    /* Chrome, Safari, Opera */
    transform: translate(0, 0) !important;
    -o-transition: translate(0, 0) !important;
    -moz-transition: translate(0, 0) !important;
    opacity: 1 !important;
  }
}
/* line 394, templates/g5_helium/custom/scss/puppet.scss */
html .in-int-tran-dr {
  -ms-transform: translate(50px, 0px);
  /* IE 9 */
  -webkit-transform: translate(50px, 0px);
  /* Chrome, Safari, Opera */
  transform: translate(50px, 0px);
  -o-transition: translate(50px, 0px);
  -moz-transition: translate(50px, 0px);
  opacity: 0;
}
@media only all and (max-width: 47.938rem) {
  html .in-int-tran-dr {
    -ms-transform: translate(0, 0) !important;
    /* IE 9 */
    -webkit-transform: translate(0, 0) !important;
    /* Chrome, Safari, Opera */
    transform: translate(0, 0) !important;
    -o-transition: translate(0, 0) !important;
    -moz-transition: translate(0, 0) !important;
    opacity: 1 !important;
  }
}
/* line 414, templates/g5_helium/custom/scss/puppet.scss */
html .in-int-scale {
  -ms-transform: scale(0);
  /* IE 9 */
  -webkit-transform: scale(0);
  /* Chrome, Safari, Opera */
  transform: scale(0);
  -o-transition: scale(0);
  -moz-transition: scale(0);
  opacity: 0;
}
@media only all and (max-width: 47.938rem) {
  html .in-int-scale {
    opacity: 1 !important;
    -ms-transform: scale(1) !important;
    /* IE 9 */
    -webkit-transform: scale(1) !important;
    /* Chrome, Safari, Opera */
    transform: scale(1) !important;
    -o-transition: scale(1) !important;
    -moz-transition: scale(1) !important;
  }
}
/* line 431, templates/g5_helium/custom/scss/puppet.scss */
/* line 432, templates/g5_helium/custom/scss/puppet.scss */
html.loaded .in-int-tran-abajo, html.loaded .in-int-tran-arriba, html.loaded .in-int-tran-izq, html.loaded .in-int-tran-dr {
  -ms-transform: translate(0px, 0px);
  /* IE 9 */
  -webkit-transform: translate(0px, 0px);
  /* Chrome, Safari, Opera */
  transform: translate(0px, 0px);
  -o-transition: translate(0px, 0px);
  -moz-transition: translate(0px, 0px);
  opacity: 1;
}
/* line 440, templates/g5_helium/custom/scss/puppet.scss */
html.loaded .in-int-scale {
  -ms-transform: scale(1);
  /* IE 9 */
  -webkit-transform: scale(1);
  /* Chrome, Safari, Opera */
  transform: scale(1);
  -o-transition: scale(1);
  -moz-transition: scale(1);
  opacity: 1;
}
/* line 617, templates/g5_helium/custom/scss/puppet.scss */
.o-tran-centro {
  transform-origin: 50% 50%;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
}
/* line 624, templates/g5_helium/custom/scss/puppet.scss */
.o-tran-iz {
  transform-origin: 0% 50%;
  -webkit-transform-origin: 0% 50%;
  -ms-transform-origin: 0% 50%;
  -o-transform-origin: 0% 50%;
  -moz-transform-origin: 0% 50%;
}
/* line 632, templates/g5_helium/custom/scss/puppet.scss */
.o-tran-dr {
  transform-origin: 100% 50%;
  -webkit-transform-origin: 100% 50%;
  -ms-transform-origin: 100% 50%;
  -o-transform-origin: 100% 50%;
  -moz-transform-origin: 100% 50%;
}
/* line 639, templates/g5_helium/custom/scss/puppet.scss */
.o-tran-arriba {
  transform-origin: 50% 0%;
  -webkit-transform-origin: 50% 0%;
  -ms-transform-origin: 50% 0%;
  -o-transform-origin: 50% 0%;
  -moz-transform-origin: 50% 0%;
}
/* line 646, templates/g5_helium/custom/scss/puppet.scss */
.o-tran-arriba-iz {
  transform-origin: 0% 0%;
  -webkit-transform-origin: 0% 0%;
  -ms-transform-origin: 0% 0%;
  -o-transform-origin: 0% 0%;
  -moz-transform-origin: 0% 0%;
}
/* line 713, templates/g5_helium/custom/scss/puppet.scss */
.t-2-04 {
  transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0.4s;
  -webkit-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0.4s;
  -o-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0.4s;
  -moz-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0.4s;
  -ms-transition: transform all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0.4s;
}
/* line 716, templates/g5_helium/custom/scss/puppet.scss */
.t-3-04 {
  transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0.8s;
  -webkit-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0.8s;
  -o-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0.8s;
  -moz-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0.8s;
  -ms-transition: transform all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0.8s;
}
/* line 719, templates/g5_helium/custom/scss/puppet.scss */
.t-4-04 {
  transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 1.2s;
  -webkit-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 1.2s;
  -o-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 1.2s;
  -moz-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 1.2s;
  -ms-transition: transform all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 1.2s;
}
/* line 722, templates/g5_helium/custom/scss/puppet.scss */
.t-5-04 {
  transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 1.6s;
  -webkit-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 1.6s;
  -o-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 1.6s;
  -moz-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 1.6s;
  -ms-transition: transform all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 1.6s;
}
/* line 725, templates/g5_helium/custom/scss/puppet.scss */
.t-6-04 {
  transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 2s;
  -webkit-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 2s;
  -o-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 2s;
  -moz-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 2s;
  -ms-transition: transform all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 2s;
}
/* line 733, templates/g5_helium/custom/scss/puppet.scss */
.t-uno-delta-03 {
  transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
  -webkit-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
  -o-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
  -moz-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
  -ms-transition: transform all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
}
/* line 740, templates/g5_helium/custom/scss/puppet.scss */
.t-dos-delta-03 {
  transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0.3s;
  -webkit-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0.3s;
  -o-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0.3s;
  -moz-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0.3s;
  -ms-transition: transform all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0.3s;
}
/* line 747, templates/g5_helium/custom/scss/puppet.scss */
.t-tres-delta-03 {
  transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0.6s;
  -webkit-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0.6s;
  -o-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0.6s;
  -moz-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0.6s;
  -ms-transition: transform all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0.6s;
}
/* line 754, templates/g5_helium/custom/scss/puppet.scss */
.t-cuatro-delta-03 {
  transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0.9s;
  -webkit-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0.9s;
  -o-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0.9s;
  -moz-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0.9s;
  -ms-transition: transform all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0.9s;
}
/* line 761, templates/g5_helium/custom/scss/puppet.scss */
.t-cinco-delta-03 {
  transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 1.2s;
  -webkit-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 1.2s;
  -o-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 1.2s;
  -moz-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 1.2s;
  -ms-transition: transform all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 1.2s;
}
/* line 768, templates/g5_helium/custom/scss/puppet.scss */
.t-seis-delta-03 {
  transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 1.5s;
  -webkit-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 1.5s;
  -o-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 1.5s;
  -moz-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 1.5s;
  -ms-transition: transform all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 1.5s;
}
@-webkit-keyframes bombita {
  /* line 156, templates/g5_helium/custom/scss/_var-gen.scss */
  0% {
    -webkit-transform: translate(0, -10px);
  }
  /* line 157, templates/g5_helium/custom/scss/_var-gen.scss */
  50% {
    -webkit-transform: translate(0, 0px);
  }
  /* line 158, templates/g5_helium/custom/scss/_var-gen.scss */
  100% {
    -webkit-transform: translate(0, -10px);
  }
}
@-moz-keyframes bombita {
  /* line 161, templates/g5_helium/custom/scss/_var-gen.scss */
  0% {
    -moz-transition: translate(0, -10px);
  }
  /* line 162, templates/g5_helium/custom/scss/_var-gen.scss */
  50% {
    -moz-transition: translate(0, 0px);
  }
  /* line 163, templates/g5_helium/custom/scss/_var-gen.scss */
  100% {
    -moz-transition: translate(0, -10px);
  }
}
@-o-keyframes bombita {
  /* line 166, templates/g5_helium/custom/scss/_var-gen.scss */
  0% {
    -o-transition: translate(0, -10px);
  }
  /* line 167, templates/g5_helium/custom/scss/_var-gen.scss */
  50% {
    -o-transition: translate(0, 0px);
  }
  /* line 168, templates/g5_helium/custom/scss/_var-gen.scss */
  100% {
    -o-transition: translate(0, -10px);
  }
}
@keyframes bombita {
  /* line 171, templates/g5_helium/custom/scss/_var-gen.scss */
  0% {
    transform: translate(0, -10px);
  }
  /* line 172, templates/g5_helium/custom/scss/_var-gen.scss */
  50% {
    transform: translate(0, 0px);
  }
  /* line 173, templates/g5_helium/custom/scss/_var-gen.scss */
  100% {
    transform: translate(0, -10px);
  }
}
/* line 176, templates/g5_helium/custom/scss/_var-gen.scss */
.inner-tran-abajo {
  -ms-transform: translate(0, 50px);
  /* IE 9 */
  -webkit-transform: translate(0, 50px);
  /* Chrome, Safari, Opera */
  transform: translate(0, 50px);
  -o-transition: translate(0, 50px);
  -moz-transition: translate(0, 50px);
  opacity: 0;
}
@media only all and (max-width: 47.938rem) {
  .inner-tran-abajo {
    -ms-transform: translate(0, 0px) !important;
    /* IE 9 */
    -webkit-transform: translate(0, 0px) !important;
    /* Chrome, Safari, Opera */
    transform: translate(0, 0px) !important;
    -o-transition: translate(0, 0px) !important;
    -moz-transition: translate(0, 0px) !important;
    opacity: 1;
  }
}
/* line 179, templates/g5_helium/custom/scss/_var-gen.scss */
.inner-tran-arriba {
  -ms-transform: translate(0, -50px);
  /* IE 9 */
  -webkit-transform: translate(0, -50px);
  /* Chrome, Safari, Opera */
  transform: translate(0, -50px);
  -o-transition: translate(0, -50px);
  -moz-transition: translate(0, -50px);
  opacity: 0;
}
@media only all and (max-width: 47.938rem) {
  .inner-tran-arriba {
    -ms-transform: translate(0, 0px) !important;
    /* IE 9 */
    -webkit-transform: translate(0, 0px) !important;
    /* Chrome, Safari, Opera */
    transform: translate(0, 0px) !important;
    -o-transition: translate(0, 0px) !important;
    -moz-transition: translate(0, 0px);
    opacity: 1;
  }
}
/* line 182, templates/g5_helium/custom/scss/_var-gen.scss */
.inner-tran-izq {
  -ms-transform: translate(-50px, 0px);
  /* IE 9 */
  -webkit-transform: translate(-50px, 0px);
  /* Chrome, Safari, Opera */
  transform: translate(-50px, 0px);
  -o-transition: translate(-50px, 0px);
  -moz-transition: translate(-50px, 0px);
  opacity: 0;
}
@media only all and (max-width: 47.938rem) {
  .inner-tran-izq {
    -ms-transform: translate(0, 0px) !important;
    /* IE 9 */
    -webkit-transform: translate(0, 0px) !important;
    /* Chrome, Safari, Opera */
    transform: translate(0, 0px) !important;
    -o-transition: translate(0, 0px) !important;
    -moz-transition: translate(0, 0px) !important;
    opacity: 1;
  }
}
/* line 185, templates/g5_helium/custom/scss/_var-gen.scss */
.inner-tran-dr {
  -ms-transform: translate(50px, 0px);
  /* IE 9 */
  -webkit-transform: translate(50px, 0px);
  /* Chrome, Safari, Opera */
  transform: translate(50px, 0px);
  -o-transition: translate(50px, 0px);
  -moz-transition: translate(50px, 0px);
  opacity: 0;
}
@media only all and (max-width: 47.938rem) {
  .inner-tran-dr {
    -ms-transform: translate(0, 0px) !important;
    /* IE 9 */
    -webkit-transform: translate(0, 0px) !important;
    /* Chrome, Safari, Opera */
    transform: translate(0, 0px) !important;
    -o-transition: translate(0, 0px) !important;
    -moz-transition: translate(0, 0px) !important;
    opacity: 1;
  }
}
/* line 188, templates/g5_helium/custom/scss/_var-gen.scss */
.inner-scale-cen {
  -ms-transform: scale(0);
  /* IE 9 */
  -webkit-transform: scale(0);
  /* Chrome, Safari, Opera */
  transform: scale(0);
  -o-transition: scale(0);
  -moz-transition: scale(0);
  opacity: 0;
}
@media only all and (max-width: 47.938rem) {
  .inner-scale-cen {
    -ms-transform: scale(1) !important;
    /* IE 9 */
    -webkit-transform: scale(1) !important;
    /* Chrome, Safari, Opera */
    transform: scale(1) !important;
    -o-transition: scale(1) !important;
    -moz-transition: scale(1) !important;
    opacity: 1;
  }
}
/* line 191, templates/g5_helium/custom/scss/_var-gen.scss */
.inner-scale-dr {
  -ms-transform: scale(0, 1);
  /* IE 9 */
  -webkit-transform: scale(0, 1);
  /* Chrome, Safari, Opera */
  transform: scale(0, 1);
  -o-transition: scale(0, 1);
  -moz-transition: scale(0, 1);
  opacity: 0;
}
@media only all and (max-width: 47.938rem) {
  .inner-scale-dr {
    -ms-transform: scale(1) !important;
    /* IE 9 */
    -webkit-transform: scale(1) !important;
    /* Chrome, Safari, Opera */
    transform: scale(1) !important;
    -o-transition: scale(1) !important;
    -moz-transition: scale(1) !important;
    opacity: 1;
  }
}
/* line 194, templates/g5_helium/custom/scss/_var-gen.scss */
.inner-scale-dr-arriba {
  -ms-transform: scale(0, 0);
  /* IE 9 */
  -webkit-transform: scale(0, 0);
  /* Chrome, Safari, Opera */
  transform: scale(0, 0);
  -o-transition: scale(0, 0);
  -moz-transition: scale(0, 0);
  opacity: 0;
}
@media only all and (max-width: 47.938rem) {
  .inner-scale-dr-arriba {
    -ms-transform: scale(1) !important;
    /* IE 9 */
    -webkit-transform: scale(1) !important;
    /* Chrome, Safari, Opera */
    transform: scale(1) !important;
    -o-transition: scale(1) !important;
    -moz-transition: scale(1) !important;
    opacity: 1;
  }
}
/* line 197, templates/g5_helium/custom/scss/_var-gen.scss */
.inner-scale-fin {
  -ms-transform: scale(1) !important;
  /* IE 9 */
  -webkit-transform: scale(1) !important;
  /* Chrome, Safari, Opera */
  transform: scale(1) !important;
  -o-transition: scale(1) !important;
  -moz-transition: scale(1) !important;
  opacity: 1 !important;
}
/* line 201, templates/g5_helium/custom/scss/_var-gen.scss */
.inner-tran-fin {
  opacity: 1;
  -ms-transform: translate(0, 0px);
  /* IE 9 */
  -webkit-transform: translate(0, 0px);
  /* Chrome, Safari, Opera */
  transform: translate(0, 0px);
  -o-transition: translate(0, 0px);
  -moz-transition: translate(0, 0px);
}
/* line 206, templates/g5_helium/custom/scss/_var-gen.scss */
.t-i-1-06 {
  transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
  -webkit-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
  -o-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
  -moz-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
  -ms-transition: transform all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
}
/* line 209, templates/g5_helium/custom/scss/_var-gen.scss */
.t-i-2-06 {
  transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0.3s;
  -webkit-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0.3s;
  -o-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0.3s;
  -moz-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0.3s;
  -ms-transition: transform all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0.3s;
}
/* line 212, templates/g5_helium/custom/scss/_var-gen.scss */
.t-i-3-06 {
  transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0.6s;
  -webkit-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0.6s;
  -o-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0.6s;
  -moz-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0.6s;
  -ms-transition: transform all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0.6s;
}
/* line 215, templates/g5_helium/custom/scss/_var-gen.scss */
.t-i-4-06 {
  transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0.9s;
  -webkit-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0.9s;
  -o-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0.9s;
  -moz-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0.9s;
  -ms-transition: transform all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0.9s;
}
/* line 218, templates/g5_helium/custom/scss/_var-gen.scss */
.t-i-5-06 {
  transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 1.2s;
  -webkit-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 1.2s;
  -o-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 1.2s;
  -moz-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 1.2s;
  -ms-transition: transform all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 1.3s;
}
/* line 221, templates/g5_helium/custom/scss/_var-gen.scss */
.t-i-6-06 {
  transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 1.5s;
  -webkit-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 1.5s;
  -o-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 1.5s;
  -moz-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 1.5s;
  -ms-transition: transform all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 1.5s;
}
/* line 3, templates/g5_helium/custom/scss/puppet.scss */
/* line 4, templates/g5_helium/custom/scss/puppet.scss */
/* line 6, templates/g5_helium/custom/scss/puppet.scss */
html .moduletable.in-tran-abajo {
  -ms-transform: translate(0, 50%);
  /* IE 9 */
  -webkit-transform: translate(0, 50%);
  /* Chrome, Safari, Opera */
  transform: translate(0, 50%);
  -o-transition: translate(0, 50%);
  -moz-transition: translate(0, 50%);
  opacity: 0;
}
@media only all and (max-width: 47.938rem) {
  html .moduletable.in-tran-abajo {
    -ms-transform: translate(0, 0) !important;
    /* IE 9 */
    -webkit-transform: translate(0, 0) !important;
    /* Chrome, Safari, Opera */
    transform: translate(0, 0) !important;
    -o-transition: translate(0, 0) !important;
    -moz-transition: translate(0, 0) !important;
    opacity: 1 !important;
  }
}
/* line 23, templates/g5_helium/custom/scss/puppet.scss */
html .moduletable.in-tran-arriba {
  -ms-transform: translate(0, -50px);
  /* IE 9 */
  -webkit-transform: translate(0, -50px);
  /* Chrome, Safari, Opera */
  transform: translate(0, -50px);
  -o-transition: translate(0, -50px);
  -moz-transition: translate(0, -50px);
  opacity: 0;
}
@media only all and (max-width: 47.938rem) {
  html .moduletable.in-tran-arriba {
    -ms-transform: translate(0, 0) !important;
    /* IE 9 */
    -webkit-transform: translate(0, 0) !important;
    /* Chrome, Safari, Opera */
    transform: translate(0, 0) !important;
    -o-transition: translate(0, 0) !important;
    -moz-transition: translate(0, 0) !important;
    opacity: 1 !important;
  }
}
/* line 39, templates/g5_helium/custom/scss/puppet.scss */
html .moduletable.in-tran-izq {
  -ms-transform: translate(-50px, 0px);
  /* IE 9 */
  -webkit-transform: translate(-50px, 0px);
  /* Chrome, Safari, Opera */
  transform: translate(-50px, 0px);
  -o-transition: translate(-50px, 0px);
  -moz-transition: translate(-50px, 0px);
  opacity: 0;
}
@media only all and (max-width: 47.938rem) {
  html .moduletable.in-tran-izq {
    -ms-transform: translate(0, 0) !important;
    /* IE 9 */
    -webkit-transform: translate(0, 0) !important;
    /* Chrome, Safari, Opera */
    transform: translate(0, 0) !important;
    -o-transition: translate(0, 0) !important;
    -moz-transition: translate(0, 0) !important;
    opacity: 1 !important;
  }
}
/* line 55, templates/g5_helium/custom/scss/puppet.scss */
html .moduletable.in-tran-dr {
  -ms-transform: translate(50px, 0px);
  /* IE 9 */
  -webkit-transform: translate(50px, 0px);
  /* Chrome, Safari, Opera */
  transform: translate(50px, 0px);
  -o-transition: translate(50px, 0px);
  -moz-transition: translate(50px, 0px);
  opacity: 0;
}
@media only all and (max-width: 47.938rem) {
  html .moduletable.in-tran-dr {
    -ms-transform: translate(0, 0) !important;
    /* IE 9 */
    -webkit-transform: translate(0, 0) !important;
    /* Chrome, Safari, Opera */
    transform: translate(0, 0) !important;
    -o-transition: translate(0, 0) !important;
    -moz-transition: translate(0, 0) !important;
    opacity: 1 !important;
  }
}
/* line 73, templates/g5_helium/custom/scss/puppet.scss */
html .moduletable.in-scale {
  -ms-transform: scale(0);
  /* IE 9 */
  -webkit-transform: scale(0);
  /* Chrome, Safari, Opera */
  transform: scale(0);
  -o-transition: scale(0);
  -moz-transition: scale(0);
  opacity: 0;
}
@media only all and (max-width: 47.938rem) {
  html .moduletable.in-scale {
    -ms-transform: translate(0, 0) !important;
    /* IE 9 */
    -webkit-transform: translate(0, 0) !important;
    /* Chrome, Safari, Opera */
    transform: translate(0, 0) !important;
    -o-transition: translate(0, 0) !important;
    -moz-transition: translate(0, 0) !important;
    opacity: 1 !important;
  }
}
/* line 92, templates/g5_helium/custom/scss/puppet.scss */
/* line 94, templates/g5_helium/custom/scss/puppet.scss */
/* line 96, templates/g5_helium/custom/scss/puppet.scss */
html.loaded .moduletable.in-tran-dr, html.loaded .moduletable.in-tran-izq, html.loaded .moduletable.in-tran-arriba, html.loaded .moduletable.in-tran-abajo {
  -ms-transform: translate(0px, 0px);
  /* IE 9 */
  -webkit-transform: translate(0px, 0px);
  /* Chrome, Safari, Opera */
  transform: translate(0px, 0px);
  -o-transition: translate(0px, 0px);
  -moz-transition: translate(0px, 0px);
  opacity: 1;
}
/* line 105, templates/g5_helium/custom/scss/puppet.scss */
html.loaded .moduletable.in-scale {
  -ms-transform: scale(1);
  /* IE 9 */
  -webkit-transform: scale(1);
  /* Chrome, Safari, Opera */
  transform: scale(1);
  -o-transition: scale(1);
  -moz-transition: scale(1);
  opacity: 1;
}
/* line 119, templates/g5_helium/custom/scss/puppet.scss */
/* line 122, templates/g5_helium/custom/scss/puppet.scss */
.moduletable.sc-tran-abajo {
  -ms-transform: translate(0, 50px);
  /* IE 9 */
  -webkit-transform: translate(0, 50px);
  /* Chrome, Safari, Opera */
  transform: translate(0, 50px);
  -o-transition: translate(0, 50px);
  -moz-transition: translate(0, 50px);
  opacity: 0;
}
@media only all and (max-width: 47.938rem) {
  .moduletable.sc-tran-abajo {
    -ms-transform: translate(0, 0) !important;
    /* IE 9 */
    -webkit-transform: translate(0, 0) !important;
    /* Chrome, Safari, Opera */
    transform: translate(0, 0) !important;
    -o-transition: translate(0, 0) !important;
    -moz-transition: translate(0, 0) !important;
    opacity: 1 !important;
  }
}
/* line 138, templates/g5_helium/custom/scss/puppet.scss */
.moduletable.sc-tran-arriba {
  -ms-transform: translate(0, -50px);
  /* IE 9 */
  -webkit-transform: translate(0, -50px);
  /* Chrome, Safari, Opera */
  transform: translate(0, -50px);
  -o-transition: translate(0, -50px);
  -moz-transition: translate(0, -50px);
  opacity: 0;
}
@media only all and (max-width: 47.938rem) {
  .moduletable.sc-tran-arriba {
    -ms-transform: translate(0, 0) !important;
    /* IE 9 */
    -webkit-transform: translate(0, 0) !important;
    /* Chrome, Safari, Opera */
    transform: translate(0, 0) !important;
    -o-transition: translate(0, 0) !important;
    -moz-transition: translate(0, 0) !important;
    opacity: 1 !important;
  }
}
/* line 154, templates/g5_helium/custom/scss/puppet.scss */
.moduletable.sc-tran-izq {
  -ms-transform: translate(-50px, 0px);
  /* IE 9 */
  -webkit-transform: translate(-50px, 0px);
  /* Chrome, Safari, Opera */
  transform: translate(-50px, 0px);
  -o-transition: translate(-50px, 0px);
  -moz-transition: translate(-50px, 0px);
  opacity: 0;
}
@media only all and (max-width: 47.938rem) {
  .moduletable.sc-tran-izq {
    -ms-transform: translate(0, 0) !important;
    /* IE 9 */
    -webkit-transform: translate(0, 0) !important;
    /* Chrome, Safari, Opera */
    transform: translate(0, 0) !important;
    -o-transition: translate(0, 0) !important;
    -moz-transition: translate(0, 0) !important;
    opacity: 1 !important;
  }
}
/* line 170, templates/g5_helium/custom/scss/puppet.scss */
.moduletable.sc-tran-dr {
  -ms-transform: translate(50px, 0px);
  /* IE 9 */
  -webkit-transform: translate(50px, 0px);
  /* Chrome, Safari, Opera */
  transform: translate(50px, 0px);
  -o-transition: translate(50px, 0px);
  -moz-transition: translate(50px, 0px);
  opacity: 0;
}
@media only all and (max-width: 47.938rem) {
  .moduletable.sc-tran-dr {
    -ms-transform: translate(0, 0) !important;
    /* IE 9 */
    -webkit-transform: translate(0, 0) !important;
    /* Chrome, Safari, Opera */
    transform: translate(0, 0) !important;
    -o-transition: translate(0, 0) !important;
    -moz-transition: translate(0, 0) !important;
    opacity: 1 !important;
  }
}
/* line 188, templates/g5_helium/custom/scss/puppet.scss */
.moduletable.sc-scale {
  -ms-transform: scale(0);
  /* IE 9 */
  -webkit-transform: scale(0);
  /* Chrome, Safari, Opera */
  transform: scale(0);
  -o-transition: scale(0);
  -moz-transition: scale(0);
  opacity: 0;
}
@media only all and (max-width: 47.938rem) {
  .moduletable.sc-scale {
    -ms-transform: scale(1) !important;
    /* IE 9 */
    -webkit-transform: scale(1) !important;
    /* Chrome, Safari, Opera */
    transform: scale(1) !important;
    -o-transition: scale(1) !important;
    -moz-transition: scale(1) !important;
    opacity: 1 !important;
  }
}
/* line 207, templates/g5_helium/custom/scss/puppet.scss */
/* line 210, templates/g5_helium/custom/scss/puppet.scss */
.moduletable.loaded.sc-tran-dr, .moduletable.loaded.sc-tran-izq, .moduletable.loaded.sc-tran-arriba, .moduletable.loaded.sc-tran-abajo {
  -ms-transform: translate(0px, 0px);
  /* IE 9 */
  -webkit-transform: translate(0px, 0px);
  /* Chrome, Safari, Opera */
  transform: translate(0px, 0px);
  -o-transition: translate(0px, 0px);
  -moz-transition: translate(0px, 0px);
  opacity: 1;
}
/* line 219, templates/g5_helium/custom/scss/puppet.scss */
.moduletable.loaded.sc-scale {
  -ms-transform: scale(1);
  /* IE 9 */
  -webkit-transform: scale(1);
  /* Chrome, Safari, Opera */
  transform: scale(1);
  -o-transition: scale(1);
  -moz-transition: scale(1);
  opacity: 1;
}
/* line 235, templates/g5_helium/custom/scss/puppet.scss */
/* line 236, templates/g5_helium/custom/scss/puppet.scss */
.moduletable.animate .sc-int-tran-abajo {
  -ms-transform: translate(0, 50px);
  /* IE 9 */
  -webkit-transform: translate(0, 50px);
  /* Chrome, Safari, Opera */
  transform: translate(0, 50px);
  -o-transition: translate(0, 50px);
  -moz-transition: translate(0, 50px);
  opacity: 0;
}
@media only all and (max-width: 47.938rem) {
  .moduletable.animate .sc-int-tran-abajo {
    -ms-transform: translate(0, 0) !important;
    /* IE 9 */
    -webkit-transform: translate(0, 0) !important;
    /* Chrome, Safari, Opera */
    transform: translate(0, 0) !important;
    -o-transition: translate(0, 0) !important;
    -moz-transition: translate(0, 0) !important;
    opacity: 1 !important;
  }
}
/* line 252, templates/g5_helium/custom/scss/puppet.scss */
.moduletable.animate .sc-int-tran-arriba {
  -ms-transform: translate(0, -50px);
  /* IE 9 */
  -webkit-transform: translate(0, -50px);
  /* Chrome, Safari, Opera */
  transform: translate(0, -50px);
  -o-transition: translate(0, -50px);
  -moz-transition: translate(0, -50px);
  opacity: 0;
}
@media only all and (max-width: 47.938rem) {
  .moduletable.animate .sc-int-tran-arriba {
    -ms-transform: translate(0, 0) !important;
    /* IE 9 */
    -webkit-transform: translate(0, 0) !important;
    /* Chrome, Safari, Opera */
    transform: translate(0, 0) !important;
    -o-transition: translate(0, 0) !important;
    -moz-transition: translate(0, 0) !important;
    opacity: 1 !important;
  }
}
/* line 268, templates/g5_helium/custom/scss/puppet.scss */
.moduletable.animate .sc-int-tran-izq {
  -ms-transform: translate(-50px, 0px);
  /* IE 9 */
  -webkit-transform: translate(-50px, 0px);
  /* Chrome, Safari, Opera */
  transform: translate(-50px, 0px);
  -o-transition: translate(-50px, 0px);
  -moz-transition: translate(-50px, 0px);
  opacity: 0;
}
@media only all and (max-width: 47.938rem) {
  .moduletable.animate .sc-int-tran-izq {
    -ms-transform: translate(0, 0) !important;
    /* IE 9 */
    -webkit-transform: translate(0, 0) !important;
    /* Chrome, Safari, Opera */
    transform: translate(0, 0) !important;
    -o-transition: translate(0, 0) !important;
    -moz-transition: translate(0, 0) !important;
    opacity: 1 !important;
  }
}
/* line 284, templates/g5_helium/custom/scss/puppet.scss */
.moduletable.animate .sc-int-tran-dr {
  -ms-transform: translate(50px, 0px);
  /* IE 9 */
  -webkit-transform: translate(50px, 0px);
  /* Chrome, Safari, Opera */
  transform: translate(50px, 0px);
  -o-transition: translate(50px, 0px);
  -moz-transition: translate(50px, 0px);
  opacity: 0;
}
@media only all and (max-width: 47.938rem) {
  .moduletable.animate .sc-int-tran-dr {
    -ms-transform: translate(0, 0) !important;
    /* IE 9 */
    -webkit-transform: translate(0, 0) !important;
    /* Chrome, Safari, Opera */
    transform: translate(0, 0) !important;
    -o-transition: translate(0, 0) !important;
    -moz-transition: translate(0, 0) !important;
    opacity: 1 !important;
  }
}
/* line 300, templates/g5_helium/custom/scss/puppet.scss */
.moduletable.animate .sc-int-scale {
  -ms-transform: scale(0);
  -webkit-transform: scale(0);
  transform: scale(0);
  -o-transition: scale(0);
  -moz-transition: scale(0);
  opacity: 0;
}
@media only all and (max-width: 47.938rem) {
  .moduletable.animate .sc-int-scale {
    -ms-transform: scale(1) !important;
    /* IE 9 */
    -webkit-transform: scale(1) !important;
    /* Chrome, Safari, Opera */
    transform: scale(1) !important;
    -o-transition: scale(1) !important;
    -moz-transition: scale(1) !important;
    opacity: 1 !important;
  }
}
/* line 317, templates/g5_helium/custom/scss/puppet.scss */
/* line 318, templates/g5_helium/custom/scss/puppet.scss */
.moduletable.animate.loaded .sc-int-scale {
  -ms-transform: scale(1);
  /* IE 9 */
  -webkit-transform: scale(1);
  /* Chrome, Safari, Opera */
  transform: scale(1);
  -o-transition: scale(1);
  -moz-transition: scale(1);
  opacity: 1;
}
/* line 326, templates/g5_helium/custom/scss/puppet.scss */
.moduletable.animate.loaded .sc-int-tran-abajo, .moduletable.animate.loaded .sc-int-tran-arriba, .moduletable.animate.loaded .sc-int-tran-izq, .moduletable.animate.loaded .sc-int-tran-dr {
  -ms-transform: translate(0px, 0px);
  /* IE 9 */
  -webkit-transform: translate(0px, 0px);
  /* Chrome, Safari, Opera */
  transform: translate(0px, 0px);
  -o-transition: translate(0px, 0px);
  -moz-transition: translate(0px, 0px);
  opacity: 1;
}
/* line 341, templates/g5_helium/custom/scss/puppet.scss */
/* line 342, templates/g5_helium/custom/scss/puppet.scss */
html .in-int-tran-abajo {
  -ms-transform: translate(0, 50px);
  /* IE 9 */
  -webkit-transform: translate(0, 50px);
  /* Chrome, Safari, Opera */
  transform: translate(0, 50px);
  -o-transition: translate(0, 50px);
  -moz-transition: translate(0, 50px);
  opacity: 0;
}
@media only all and (max-width: 47.938rem) {
  html .in-int-tran-abajo {
    -ms-transform: translate(0, 0) !important;
    /* IE 9 */
    -webkit-transform: translate(0, 0) !important;
    /* Chrome, Safari, Opera */
    transform: translate(0, 0) !important;
    -o-transition: translate(0, 0) !important;
    -moz-transition: translate(0, 0) !important;
    opacity: 1 !important;
  }
}
/* line 358, templates/g5_helium/custom/scss/puppet.scss */
html .in-int-tran-arriba {
  -ms-transform: translate(0, -50px);
  /* IE 9 */
  -webkit-transform: translate(0, -50px);
  /* Chrome, Safari, Opera */
  transform: translate(0, -50px);
  -o-transition: translate(0, -50px);
  -moz-transition: translate(0, -50px);
  opacity: 0;
}
@media only all and (max-width: 47.938rem) {
  html .in-int-tran-arriba {
    -ms-transform: translate(0, 0) !important;
    /* IE 9 */
    -webkit-transform: translate(0, 0) !important;
    /* Chrome, Safari, Opera */
    transform: translate(0, 0) !important;
    -o-transition: translate(0, 0) !important;
    -moz-transition: translate(0, 0) !important;
    opacity: 1 !important;
  }
}
/* line 376, templates/g5_helium/custom/scss/puppet.scss */
html .in-int-tran-izq {
  -ms-transform: translate(-50px, 0px);
  /* IE 9 */
  -webkit-transform: translate(-50px, 0px);
  /* Chrome, Safari, Opera */
  transform: translate(-50px, 0px);
  -o-transition: translate(-50px, 0px);
  -moz-transition: translate(-50px, 0px);
  opacity: 0;
}
@media only all and (max-width: 47.938rem) {
  html .in-int-tran-izq {
    -ms-transform: translate(0, 0) !important;
    /* IE 9 */
    -webkit-transform: translate(0, 0) !important;
    /* Chrome, Safari, Opera */
    transform: translate(0, 0) !important;
    -o-transition: translate(0, 0) !important;
    -moz-transition: translate(0, 0) !important;
    opacity: 1 !important;
  }
}
/* line 394, templates/g5_helium/custom/scss/puppet.scss */
html .in-int-tran-dr {
  -ms-transform: translate(50px, 0px);
  /* IE 9 */
  -webkit-transform: translate(50px, 0px);
  /* Chrome, Safari, Opera */
  transform: translate(50px, 0px);
  -o-transition: translate(50px, 0px);
  -moz-transition: translate(50px, 0px);
  opacity: 0;
}
@media only all and (max-width: 47.938rem) {
  html .in-int-tran-dr {
    -ms-transform: translate(0, 0) !important;
    /* IE 9 */
    -webkit-transform: translate(0, 0) !important;
    /* Chrome, Safari, Opera */
    transform: translate(0, 0) !important;
    -o-transition: translate(0, 0) !important;
    -moz-transition: translate(0, 0) !important;
    opacity: 1 !important;
  }
}
/* line 414, templates/g5_helium/custom/scss/puppet.scss */
html .in-int-scale {
  -ms-transform: scale(0);
  /* IE 9 */
  -webkit-transform: scale(0);
  /* Chrome, Safari, Opera */
  transform: scale(0);
  -o-transition: scale(0);
  -moz-transition: scale(0);
  opacity: 0;
}
@media only all and (max-width: 47.938rem) {
  html .in-int-scale {
    opacity: 1 !important;
    -ms-transform: scale(1) !important;
    /* IE 9 */
    -webkit-transform: scale(1) !important;
    /* Chrome, Safari, Opera */
    transform: scale(1) !important;
    -o-transition: scale(1) !important;
    -moz-transition: scale(1) !important;
  }
}
/* line 431, templates/g5_helium/custom/scss/puppet.scss */
/* line 432, templates/g5_helium/custom/scss/puppet.scss */
html.loaded .in-int-tran-abajo, html.loaded .in-int-tran-arriba, html.loaded .in-int-tran-izq, html.loaded .in-int-tran-dr {
  -ms-transform: translate(0px, 0px);
  /* IE 9 */
  -webkit-transform: translate(0px, 0px);
  /* Chrome, Safari, Opera */
  transform: translate(0px, 0px);
  -o-transition: translate(0px, 0px);
  -moz-transition: translate(0px, 0px);
  opacity: 1;
}
/* line 440, templates/g5_helium/custom/scss/puppet.scss */
html.loaded .in-int-scale {
  -ms-transform: scale(1);
  /* IE 9 */
  -webkit-transform: scale(1);
  /* Chrome, Safari, Opera */
  transform: scale(1);
  -o-transition: scale(1);
  -moz-transition: scale(1);
  opacity: 1;
}
/* line 617, templates/g5_helium/custom/scss/puppet.scss */
.o-tran-centro {
  transform-origin: 50% 50%;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
}
/* line 624, templates/g5_helium/custom/scss/puppet.scss */
.o-tran-iz {
  transform-origin: 0% 50%;
  -webkit-transform-origin: 0% 50%;
  -ms-transform-origin: 0% 50%;
  -o-transform-origin: 0% 50%;
  -moz-transform-origin: 0% 50%;
}
/* line 632, templates/g5_helium/custom/scss/puppet.scss */
.o-tran-dr {
  transform-origin: 100% 50%;
  -webkit-transform-origin: 100% 50%;
  -ms-transform-origin: 100% 50%;
  -o-transform-origin: 100% 50%;
  -moz-transform-origin: 100% 50%;
}
/* line 639, templates/g5_helium/custom/scss/puppet.scss */
.o-tran-arriba {
  transform-origin: 50% 0%;
  -webkit-transform-origin: 50% 0%;
  -ms-transform-origin: 50% 0%;
  -o-transform-origin: 50% 0%;
  -moz-transform-origin: 50% 0%;
}
/* line 646, templates/g5_helium/custom/scss/puppet.scss */
.o-tran-arriba-iz {
  transform-origin: 0% 0%;
  -webkit-transform-origin: 0% 0%;
  -ms-transform-origin: 0% 0%;
  -o-transform-origin: 0% 0%;
  -moz-transform-origin: 0% 0%;
}
/* line 713, templates/g5_helium/custom/scss/puppet.scss */
.t-2-04 {
  transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0.4s;
  -webkit-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0.4s;
  -o-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0.4s;
  -moz-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0.4s;
  -ms-transition: transform all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0.4s;
}
/* line 716, templates/g5_helium/custom/scss/puppet.scss */
.t-3-04 {
  transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0.8s;
  -webkit-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0.8s;
  -o-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0.8s;
  -moz-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0.8s;
  -ms-transition: transform all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0.8s;
}
/* line 719, templates/g5_helium/custom/scss/puppet.scss */
.t-4-04 {
  transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 1.2s;
  -webkit-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 1.2s;
  -o-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 1.2s;
  -moz-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 1.2s;
  -ms-transition: transform all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 1.2s;
}
/* line 722, templates/g5_helium/custom/scss/puppet.scss */
.t-5-04 {
  transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 1.6s;
  -webkit-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 1.6s;
  -o-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 1.6s;
  -moz-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 1.6s;
  -ms-transition: transform all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 1.6s;
}
/* line 725, templates/g5_helium/custom/scss/puppet.scss */
.t-6-04 {
  transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 2s;
  -webkit-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 2s;
  -o-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 2s;
  -moz-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 2s;
  -ms-transition: transform all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 2s;
}
/* line 733, templates/g5_helium/custom/scss/puppet.scss */
.t-uno-delta-03 {
  transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
  -webkit-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
  -o-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
  -moz-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
  -ms-transition: transform all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
}
/* line 740, templates/g5_helium/custom/scss/puppet.scss */
.t-dos-delta-03 {
  transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0.3s;
  -webkit-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0.3s;
  -o-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0.3s;
  -moz-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0.3s;
  -ms-transition: transform all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0.3s;
}
/* line 747, templates/g5_helium/custom/scss/puppet.scss */
.t-tres-delta-03 {
  transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0.6s;
  -webkit-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0.6s;
  -o-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0.6s;
  -moz-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0.6s;
  -ms-transition: transform all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0.6s;
}
/* line 754, templates/g5_helium/custom/scss/puppet.scss */
.t-cuatro-delta-03 {
  transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0.9s;
  -webkit-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0.9s;
  -o-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0.9s;
  -moz-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0.9s;
  -ms-transition: transform all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0.9s;
}
/* line 761, templates/g5_helium/custom/scss/puppet.scss */
.t-cinco-delta-03 {
  transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 1.2s;
  -webkit-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 1.2s;
  -o-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 1.2s;
  -moz-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 1.2s;
  -ms-transition: transform all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 1.2s;
}
/* line 768, templates/g5_helium/custom/scss/puppet.scss */
.t-seis-delta-03 {
  transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 1.5s;
  -webkit-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 1.5s;
  -o-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 1.5s;
  -moz-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 1.5s;
  -ms-transition: transform all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 1.5s;
}
@-webkit-keyframes bombita {
  /* line 156, templates/g5_helium/custom/scss/_var-gen.scss */
  0% {
    -webkit-transform: translate(0, -10px);
  }
  /* line 157, templates/g5_helium/custom/scss/_var-gen.scss */
  50% {
    -webkit-transform: translate(0, 0px);
  }
  /* line 158, templates/g5_helium/custom/scss/_var-gen.scss */
  100% {
    -webkit-transform: translate(0, -10px);
  }
}
@-moz-keyframes bombita {
  /* line 161, templates/g5_helium/custom/scss/_var-gen.scss */
  0% {
    -moz-transition: translate(0, -10px);
  }
  /* line 162, templates/g5_helium/custom/scss/_var-gen.scss */
  50% {
    -moz-transition: translate(0, 0px);
  }
  /* line 163, templates/g5_helium/custom/scss/_var-gen.scss */
  100% {
    -moz-transition: translate(0, -10px);
  }
}
@-o-keyframes bombita {
  /* line 166, templates/g5_helium/custom/scss/_var-gen.scss */
  0% {
    -o-transition: translate(0, -10px);
  }
  /* line 167, templates/g5_helium/custom/scss/_var-gen.scss */
  50% {
    -o-transition: translate(0, 0px);
  }
  /* line 168, templates/g5_helium/custom/scss/_var-gen.scss */
  100% {
    -o-transition: translate(0, -10px);
  }
}
@keyframes bombita {
  /* line 171, templates/g5_helium/custom/scss/_var-gen.scss */
  0% {
    transform: translate(0, -10px);
  }
  /* line 172, templates/g5_helium/custom/scss/_var-gen.scss */
  50% {
    transform: translate(0, 0px);
  }
  /* line 173, templates/g5_helium/custom/scss/_var-gen.scss */
  100% {
    transform: translate(0, -10px);
  }
}
/* line 176, templates/g5_helium/custom/scss/_var-gen.scss */
.inner-tran-abajo {
  -ms-transform: translate(0, 50px);
  /* IE 9 */
  -webkit-transform: translate(0, 50px);
  /* Chrome, Safari, Opera */
  transform: translate(0, 50px);
  -o-transition: translate(0, 50px);
  -moz-transition: translate(0, 50px);
  opacity: 0;
}
@media only all and (max-width: 47.938rem) {
  .inner-tran-abajo {
    -ms-transform: translate(0, 0px) !important;
    /* IE 9 */
    -webkit-transform: translate(0, 0px) !important;
    /* Chrome, Safari, Opera */
    transform: translate(0, 0px) !important;
    -o-transition: translate(0, 0px) !important;
    -moz-transition: translate(0, 0px) !important;
    opacity: 1;
  }
}
/* line 179, templates/g5_helium/custom/scss/_var-gen.scss */
.inner-tran-arriba {
  -ms-transform: translate(0, -50px);
  /* IE 9 */
  -webkit-transform: translate(0, -50px);
  /* Chrome, Safari, Opera */
  transform: translate(0, -50px);
  -o-transition: translate(0, -50px);
  -moz-transition: translate(0, -50px);
  opacity: 0;
}
@media only all and (max-width: 47.938rem) {
  .inner-tran-arriba {
    -ms-transform: translate(0, 0px) !important;
    /* IE 9 */
    -webkit-transform: translate(0, 0px) !important;
    /* Chrome, Safari, Opera */
    transform: translate(0, 0px) !important;
    -o-transition: translate(0, 0px) !important;
    -moz-transition: translate(0, 0px);
    opacity: 1;
  }
}
/* line 182, templates/g5_helium/custom/scss/_var-gen.scss */
.inner-tran-izq {
  -ms-transform: translate(-50px, 0px);
  /* IE 9 */
  -webkit-transform: translate(-50px, 0px);
  /* Chrome, Safari, Opera */
  transform: translate(-50px, 0px);
  -o-transition: translate(-50px, 0px);
  -moz-transition: translate(-50px, 0px);
  opacity: 0;
}
@media only all and (max-width: 47.938rem) {
  .inner-tran-izq {
    -ms-transform: translate(0, 0px) !important;
    /* IE 9 */
    -webkit-transform: translate(0, 0px) !important;
    /* Chrome, Safari, Opera */
    transform: translate(0, 0px) !important;
    -o-transition: translate(0, 0px) !important;
    -moz-transition: translate(0, 0px) !important;
    opacity: 1;
  }
}
/* line 185, templates/g5_helium/custom/scss/_var-gen.scss */
.inner-tran-dr {
  -ms-transform: translate(50px, 0px);
  /* IE 9 */
  -webkit-transform: translate(50px, 0px);
  /* Chrome, Safari, Opera */
  transform: translate(50px, 0px);
  -o-transition: translate(50px, 0px);
  -moz-transition: translate(50px, 0px);
  opacity: 0;
}
@media only all and (max-width: 47.938rem) {
  .inner-tran-dr {
    -ms-transform: translate(0, 0px) !important;
    /* IE 9 */
    -webkit-transform: translate(0, 0px) !important;
    /* Chrome, Safari, Opera */
    transform: translate(0, 0px) !important;
    -o-transition: translate(0, 0px) !important;
    -moz-transition: translate(0, 0px) !important;
    opacity: 1;
  }
}
/* line 188, templates/g5_helium/custom/scss/_var-gen.scss */
.inner-scale-cen {
  -ms-transform: scale(0);
  /* IE 9 */
  -webkit-transform: scale(0);
  /* Chrome, Safari, Opera */
  transform: scale(0);
  -o-transition: scale(0);
  -moz-transition: scale(0);
  opacity: 0;
}
@media only all and (max-width: 47.938rem) {
  .inner-scale-cen {
    -ms-transform: scale(1) !important;
    /* IE 9 */
    -webkit-transform: scale(1) !important;
    /* Chrome, Safari, Opera */
    transform: scale(1) !important;
    -o-transition: scale(1) !important;
    -moz-transition: scale(1) !important;
    opacity: 1;
  }
}
/* line 191, templates/g5_helium/custom/scss/_var-gen.scss */
.inner-scale-dr {
  -ms-transform: scale(0, 1);
  /* IE 9 */
  -webkit-transform: scale(0, 1);
  /* Chrome, Safari, Opera */
  transform: scale(0, 1);
  -o-transition: scale(0, 1);
  -moz-transition: scale(0, 1);
  opacity: 0;
}
@media only all and (max-width: 47.938rem) {
  .inner-scale-dr {
    -ms-transform: scale(1) !important;
    /* IE 9 */
    -webkit-transform: scale(1) !important;
    /* Chrome, Safari, Opera */
    transform: scale(1) !important;
    -o-transition: scale(1) !important;
    -moz-transition: scale(1) !important;
    opacity: 1;
  }
}
/* line 194, templates/g5_helium/custom/scss/_var-gen.scss */
.inner-scale-dr-arriba {
  -ms-transform: scale(0, 0);
  /* IE 9 */
  -webkit-transform: scale(0, 0);
  /* Chrome, Safari, Opera */
  transform: scale(0, 0);
  -o-transition: scale(0, 0);
  -moz-transition: scale(0, 0);
  opacity: 0;
}
@media only all and (max-width: 47.938rem) {
  .inner-scale-dr-arriba {
    -ms-transform: scale(1) !important;
    /* IE 9 */
    -webkit-transform: scale(1) !important;
    /* Chrome, Safari, Opera */
    transform: scale(1) !important;
    -o-transition: scale(1) !important;
    -moz-transition: scale(1) !important;
    opacity: 1;
  }
}
/* line 197, templates/g5_helium/custom/scss/_var-gen.scss */
.inner-scale-fin {
  -ms-transform: scale(1) !important;
  /* IE 9 */
  -webkit-transform: scale(1) !important;
  /* Chrome, Safari, Opera */
  transform: scale(1) !important;
  -o-transition: scale(1) !important;
  -moz-transition: scale(1) !important;
  opacity: 1 !important;
}
/* line 201, templates/g5_helium/custom/scss/_var-gen.scss */
.inner-tran-fin {
  opacity: 1;
  -ms-transform: translate(0, 0px);
  /* IE 9 */
  -webkit-transform: translate(0, 0px);
  /* Chrome, Safari, Opera */
  transform: translate(0, 0px);
  -o-transition: translate(0, 0px);
  -moz-transition: translate(0, 0px);
}
/* line 206, templates/g5_helium/custom/scss/_var-gen.scss */
.t-i-1-06 {
  transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
  -webkit-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
  -o-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
  -moz-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
  -ms-transition: transform all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
}
/* line 209, templates/g5_helium/custom/scss/_var-gen.scss */
.t-i-2-06 {
  transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0.3s;
  -webkit-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0.3s;
  -o-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0.3s;
  -moz-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0.3s;
  -ms-transition: transform all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0.3s;
}
/* line 212, templates/g5_helium/custom/scss/_var-gen.scss */
.t-i-3-06 {
  transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0.6s;
  -webkit-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0.6s;
  -o-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0.6s;
  -moz-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0.6s;
  -ms-transition: transform all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0.6s;
}
/* line 215, templates/g5_helium/custom/scss/_var-gen.scss */
.t-i-4-06 {
  transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0.9s;
  -webkit-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0.9s;
  -o-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0.9s;
  -moz-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0.9s;
  -ms-transition: transform all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0.9s;
}
/* line 218, templates/g5_helium/custom/scss/_var-gen.scss */
.t-i-5-06 {
  transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 1.2s;
  -webkit-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 1.2s;
  -o-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 1.2s;
  -moz-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 1.2s;
  -ms-transition: transform all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 1.3s;
}
/* line 221, templates/g5_helium/custom/scss/_var-gen.scss */
.t-i-6-06 {
  transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 1.5s;
  -webkit-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 1.5s;
  -o-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 1.5s;
  -moz-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 1.5s;
  -ms-transition: transform all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 1.5s;
}
/* line 3, templates/g5_helium/custom/scss/_form.scss */
.input-prepend > .add-on, .input-append > .add-on {
  line-height: 1.45 !important;
}
/* line 7, templates/g5_helium/custom/scss/_form.scss */
.fabrikForm {
  padding: 0rem 2rem 0rem 2rem !important;
}
/* line 9, templates/g5_helium/custom/scss/_form.scss */
/* line 10, templates/g5_helium/custom/scss/_form.scss */
.fabrikForm .groupintro h1 {
  background: #005a96;
  padding: 1rem 2rem;
  font-size: 1.56rem;
  line-height: 2.06rem !important;
  font-family: 'Conv_librefranklin-semibold' !important;
  border: none;
  border-left: 3px solid #efac06;
  color: #fff;
}
@media only all and (max-width: 47.938rem) {
  .fabrikForm .groupintro h1 {
    font-size: 1.2rem;
    line-height: 1.7rem !important;
  }
}
/* line 17, templates/g5_helium/custom/scss/_form.scss */
.fabrikForm .groupintro p {
  margin-top: 0px;
}
/* line 21, templates/g5_helium/custom/scss/_form.scss */
/* line 22, templates/g5_helium/custom/scss/_form.scss */
.fabrikForm .row-fluid .fabrikElement {
  padding: 0rem 0.5rem;
}
/* line 24, templates/g5_helium/custom/scss/_form.scss */
.fabrikForm .row-fluid .fabrikElement input, .fabrikForm .row-fluid .fabrikElement select {
  border-radius: 0rem !important;
}
/* line 29, templates/g5_helium/custom/scss/_form.scss */
/* line 30, templates/g5_helium/custom/scss/_form.scss */
.fabrikForm .row-fluid.nav .span6 {
  min-height: auto !important;
}
/* line 34, templates/g5_helium/custom/scss/_form.scss */
.fabrikForm legend.legend {
  margin: 2rem 0rem;
  font-family: 'Conv_librefranklin-regular';
  font-weight: normal !important;
  background: #005a96;
  border-left: 7px solid #efac06;
  padding: 1rem 1rem;
  color: #fff;
  font-size: 1.1rem !important;
  letter-spacing: 0.02rem;
  line-height: 1.5rem !important;
  font-family: 'Conv_librefranklin-medium' !important;
}
/* line 67, templates/g5_helium/custom/scss/_var-gen.scss */
.fabrikForm legend.legend a {
  line-height: 1.5rem;
}
/* line 43, templates/g5_helium/custom/scss/_form.scss */
.fabrikForm legend.legend:before {
  display: none;
  font-family: FontAwesome;
  content: "\f101";
  margin-right: 0.5rem;
}
/* line 50, templates/g5_helium/custom/scss/_form.scss */
.fabrikForm table.table {
  border: 1px solid #e6e6e6 !important;
  border-radius: 0rem;
  width: 100%;
}
/* line 55, templates/g5_helium/custom/scss/_form.scss */
.fabrikForm table.table thead {
  background-color: #999;
  color: #fff;
}
/* line 59, templates/g5_helium/custom/scss/_form.scss */
.fabrikForm table.table thead tr {
  width: 100%;
}
/* line 61, templates/g5_helium/custom/scss/_form.scss */
.fabrikForm table.table thead tr th {
  vertical-align: middle;
  color: #fff;
  font-weight: normal;
  padding: 8px 15px;
  color: #fff;
  font-size: 1rem;
}
/* line 68, templates/g5_helium/custom/scss/_form.scss */
.fabrikForm table.table thead tr th > a {
  color: #fff;
}
/* line 70, templates/g5_helium/custom/scss/_form.scss */
.fabrikForm table.table thead tr th > a:hover {
  text-decoration: underline;
}
/* line 77, templates/g5_helium/custom/scss/_form.scss */
/* line 79, templates/g5_helium/custom/scss/_form.scss */
.fabrikForm table.table tbody td {
  padding: 8px 15px !important;
}
/* line 83, templates/g5_helium/custom/scss/_form.scss */
/* line 85, templates/g5_helium/custom/scss/_form.scss */
.fabrikForm table.table tfoot td {
  padding: 8px 15px !important;
}
/* line 90, templates/g5_helium/custom/scss/_form.scss */
.fabrikForm label.fabrikLabel {
  margin: 0 !important;
  padding-bottom: 1rem !important;
  font-family: 'Conv_librefranklin-medium';
}
/* line 97, templates/g5_helium/custom/scss/_form.scss */
.fabrikForm .fabrikActions {
  border: none !important;
  background: none !important;
  margin: 0px;
  padding: 20px 0px !important;
}
/* line 103, templates/g5_helium/custom/scss/_form.scss */
.fabrikForm .fabrikSubElementContainer {
  display: block !important;
}
/* line 106, templates/g5_helium/custom/scss/_form.scss */
/* line 107, templates/g5_helium/custom/scss/_form.scss */
/* line 108, templates/g5_helium/custom/scss/_form.scss */
/* line 109, templates/g5_helium/custom/scss/_form.scss */
/* line 110, templates/g5_helium/custom/scss/_form.scss */
.fabrikForm .fabrikButtonsContainer ul.nav li a.addbutton.addRecord {
  color: #fff !important;
  border: 1px solid #db9907 !important;
  border-radius: 0rem !important;
  padding: 10px 20px !important;
  background: #db9907 !important;
  transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
  -webkit-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
  -o-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
  -moz-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
  -ms-transition: transform all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
  box-shadow: none !important;
  text-shadow: none !important;
  line-height: 14px !important;
  font-family: 'Conv_librefranklin-regular';
  font-size: 1rem;
}
/* line 107, templates/g5_helium/custom/scss/_botones.scss */
.fabrikForm .fabrikButtonsContainer ul.nav li a.addbutton.addRecord i {
  text-shadow: none !important;
}
/* line 110, templates/g5_helium/custom/scss/_botones.scss */
.fabrikForm .fabrikButtonsContainer ul.nav li a.addbutton.addRecord:hover {
  border: 1px solid #e6e6e6 !important;
  color: #666 !important;
  background: #fff !important;
}
/* line 113, templates/g5_helium/custom/scss/_form.scss */
.fabrikForm .fabrikButtonsContainer ul.nav li a.dropdown-toggle, .fabrikForm .fabrikButtonsContainer ul.nav li a.doempty {
  border: 1px solid #e6e6e6 !important;
  color: #666 !important;
  background: #fff !important;
  border-radius: 0rem !important;
  padding: 10px 20px !important;
  transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
  -webkit-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
  -o-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
  -moz-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
  -ms-transition: transform all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
  font-family: 'Conv_librefranklin-regular';
  box-shadow: none !important;
}
/* line 85, templates/g5_helium/custom/scss/_botones.scss */
.fabrikForm .fabrikButtonsContainer ul.nav li a.dropdown-toggle i, .fabrikForm .fabrikButtonsContainer ul.nav li a.doempty i {
  text-shadow: none !important;
}
/* line 88, templates/g5_helium/custom/scss/_botones.scss */
.fabrikForm .fabrikButtonsContainer ul.nav li a.dropdown-toggle:hover, .fabrikForm .fabrikButtonsContainer ul.nav li a.doempty:hover {
  color: #fff !important;
  border: 1px solid #db9907 !important;
  background: #db9907 !important;
}
/* line 115, templates/g5_helium/custom/scss/_form.scss */
.fabrikForm .fabrikButtonsContainer ul.nav li a.dropdown-toggle .caret, .fabrikForm .fabrikButtonsContainer ul.nav li a.doempty .caret {
  border-bottom-color: #666 !important;
  border-top-color: #666 !important;
}
/* line 119, templates/g5_helium/custom/scss/_form.scss */
/* line 120, templates/g5_helium/custom/scss/_form.scss */
.fabrikForm .fabrikButtonsContainer ul.nav li a.dropdown-toggle:hover .caret, .fabrikForm .fabrikButtonsContainer ul.nav li a.doempty:hover .caret {
  border-bottom-color: #fff !important;
  border-top-color: #fff !important;
}
/* line 128, templates/g5_helium/custom/scss/_form.scss */
.fabrikForm .fabrikButtonsContainer ul.nav li ul.dropdown-menu {
  border: 1px solid #e6e6e6 !important;
  border-radius: 0rem !important;
  box-shadow: none !important;
}
/* line 132, templates/g5_helium/custom/scss/_form.scss */
/* line 133, templates/g5_helium/custom/scss/_form.scss */
.fabrikForm .fabrikButtonsContainer ul.nav li ul.dropdown-menu li a {
  padding: 8px 20px !important;
}
/* line 135, templates/g5_helium/custom/scss/_form.scss */
.fabrikForm .fabrikButtonsContainer ul.nav li ul.dropdown-menu li a:hover {
  background: #f8f8f8 !important;
  color: #333 !important;
}
/* line 147, templates/g5_helium/custom/scss/_form.scss */
.related_data, .addbutton a {
  border: 1px solid #e6e6e6 !important;
  color: #666 !important;
  background: #fff !important;
  border-radius: 0rem !important;
  padding: 10px 20px !important;
  transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
  -webkit-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
  -o-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
  -moz-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
  -ms-transition: transform all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
  font-family: 'Conv_librefranklin-regular';
  box-shadow: none !important;
  margin-bottom: 5px !important;
  display: inline-block;
}
/* line 85, templates/g5_helium/custom/scss/_botones.scss */
.related_data i, .addbutton a i {
  text-shadow: none !important;
}
/* line 88, templates/g5_helium/custom/scss/_botones.scss */
.related_data:hover, .addbutton a:hover {
  color: #fff !important;
  border: 1px solid #db9907 !important;
  background: #db9907 !important;
}
/* line 153, templates/g5_helium/custom/scss/_form.scss */
.bt-postular a {
  color: #fff !important;
  border: 1px solid #db9907 !important;
  border-radius: 0rem !important;
  padding: 10px 20px !important;
  background: #db9907 !important;
  transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
  -webkit-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
  -o-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
  -moz-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
  -ms-transition: transform all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
  box-shadow: none !important;
  text-shadow: none !important;
  line-height: 14px !important;
  font-family: 'Conv_librefranklin-regular';
  font-size: 1rem;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
/* line 107, templates/g5_helium/custom/scss/_botones.scss */
.bt-postular a i {
  text-shadow: none !important;
}
/* line 110, templates/g5_helium/custom/scss/_botones.scss */
.bt-postular a:hover {
  border: 1px solid #e6e6e6 !important;
  color: #666 !important;
  background: #fff !important;
}
/* line 158, templates/g5_helium/custom/scss/_form.scss */
.button {
  color: #fff !important;
  border: 1px solid #db9907 !important;
  border-radius: 0rem !important;
  padding: 10px 20px !important;
  background: #db9907 !important;
  transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
  -webkit-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
  -o-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
  -moz-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
  -ms-transition: transform all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
  box-shadow: none !important;
  text-shadow: none !important;
  line-height: 14px !important;
  font-family: 'Conv_librefranklin-regular';
  font-size: 1rem;
}
/* line 107, templates/g5_helium/custom/scss/_botones.scss */
.button i {
  text-shadow: none !important;
}
/* line 110, templates/g5_helium/custom/scss/_botones.scss */
.button:hover {
  border: 1px solid #e6e6e6 !important;
  color: #666 !important;
  background: #fff !important;
}
/* line 161, templates/g5_helium/custom/scss/_form.scss */
button.btn.calendarbutton {
  padding: 0.65rem 0.9rem !important;
}
/* line 164, templates/g5_helium/custom/scss/_form.scss */
/* line 165, templates/g5_helium/custom/scss/_form.scss */
.btn-group a.btn {
  border: 1px solid #e6e6e6 !important;
  color: #666 !important;
  background: #fff !important;
  border-radius: 0rem !important;
  padding: 10px 20px !important;
  transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
  -webkit-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
  -o-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
  -moz-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
  -ms-transition: transform all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
  font-family: 'Conv_librefranklin-regular';
  box-shadow: none !important;
  padding: 5px 7px 4px 10px !important;
  margin-right: 5px !important;
  font-size: 12px;
}
/* line 85, templates/g5_helium/custom/scss/_botones.scss */
.btn-group a.btn i {
  text-shadow: none !important;
}
/* line 88, templates/g5_helium/custom/scss/_botones.scss */
.btn-group a.btn:hover {
  color: #fff !important;
  border: 1px solid #db9907 !important;
  background: #db9907 !important;
}
/* line 172, templates/g5_helium/custom/scss/_form.scss */
@media only all and (max-width: 30rem) {
  .plupload_container {
    width: 100% !important;
  }
}
/* line 177, templates/g5_helium/custom/scss/_form.scss */
select.fabrikinput {
  padding: 0.5rem 0.1rem;
  min-height: 40px !important;
}
/* line 181, templates/g5_helium/custom/scss/_form.scss */
.plg-fileupload label.fabrikLabel.control-label {
  text-align: left;
  margin-left: 0.6rem !important;
}
/* line 184, templates/g5_helium/custom/scss/_form.scss */
.plg-fileupload label.fabrikLabel.control-label i {
  display: none;
}
/* line 3, templates/g5_helium/custom/scss/puppet.scss */
/* line 4, templates/g5_helium/custom/scss/puppet.scss */
/* line 6, templates/g5_helium/custom/scss/puppet.scss */
html .moduletable.in-tran-abajo {
  -ms-transform: translate(0, 50%);
  /* IE 9 */
  -webkit-transform: translate(0, 50%);
  /* Chrome, Safari, Opera */
  transform: translate(0, 50%);
  -o-transition: translate(0, 50%);
  -moz-transition: translate(0, 50%);
  opacity: 0;
}
@media only all and (max-width: 47.938rem) {
  html .moduletable.in-tran-abajo {
    -ms-transform: translate(0, 0) !important;
    /* IE 9 */
    -webkit-transform: translate(0, 0) !important;
    /* Chrome, Safari, Opera */
    transform: translate(0, 0) !important;
    -o-transition: translate(0, 0) !important;
    -moz-transition: translate(0, 0) !important;
    opacity: 1 !important;
  }
}
/* line 23, templates/g5_helium/custom/scss/puppet.scss */
html .moduletable.in-tran-arriba {
  -ms-transform: translate(0, -50px);
  /* IE 9 */
  -webkit-transform: translate(0, -50px);
  /* Chrome, Safari, Opera */
  transform: translate(0, -50px);
  -o-transition: translate(0, -50px);
  -moz-transition: translate(0, -50px);
  opacity: 0;
}
@media only all and (max-width: 47.938rem) {
  html .moduletable.in-tran-arriba {
    -ms-transform: translate(0, 0) !important;
    /* IE 9 */
    -webkit-transform: translate(0, 0) !important;
    /* Chrome, Safari, Opera */
    transform: translate(0, 0) !important;
    -o-transition: translate(0, 0) !important;
    -moz-transition: translate(0, 0) !important;
    opacity: 1 !important;
  }
}
/* line 39, templates/g5_helium/custom/scss/puppet.scss */
html .moduletable.in-tran-izq {
  -ms-transform: translate(-50px, 0px);
  /* IE 9 */
  -webkit-transform: translate(-50px, 0px);
  /* Chrome, Safari, Opera */
  transform: translate(-50px, 0px);
  -o-transition: translate(-50px, 0px);
  -moz-transition: translate(-50px, 0px);
  opacity: 0;
}
@media only all and (max-width: 47.938rem) {
  html .moduletable.in-tran-izq {
    -ms-transform: translate(0, 0) !important;
    /* IE 9 */
    -webkit-transform: translate(0, 0) !important;
    /* Chrome, Safari, Opera */
    transform: translate(0, 0) !important;
    -o-transition: translate(0, 0) !important;
    -moz-transition: translate(0, 0) !important;
    opacity: 1 !important;
  }
}
/* line 55, templates/g5_helium/custom/scss/puppet.scss */
html .moduletable.in-tran-dr {
  -ms-transform: translate(50px, 0px);
  /* IE 9 */
  -webkit-transform: translate(50px, 0px);
  /* Chrome, Safari, Opera */
  transform: translate(50px, 0px);
  -o-transition: translate(50px, 0px);
  -moz-transition: translate(50px, 0px);
  opacity: 0;
}
@media only all and (max-width: 47.938rem) {
  html .moduletable.in-tran-dr {
    -ms-transform: translate(0, 0) !important;
    /* IE 9 */
    -webkit-transform: translate(0, 0) !important;
    /* Chrome, Safari, Opera */
    transform: translate(0, 0) !important;
    -o-transition: translate(0, 0) !important;
    -moz-transition: translate(0, 0) !important;
    opacity: 1 !important;
  }
}
/* line 73, templates/g5_helium/custom/scss/puppet.scss */
html .moduletable.in-scale {
  -ms-transform: scale(0);
  /* IE 9 */
  -webkit-transform: scale(0);
  /* Chrome, Safari, Opera */
  transform: scale(0);
  -o-transition: scale(0);
  -moz-transition: scale(0);
  opacity: 0;
}
@media only all and (max-width: 47.938rem) {
  html .moduletable.in-scale {
    -ms-transform: translate(0, 0) !important;
    /* IE 9 */
    -webkit-transform: translate(0, 0) !important;
    /* Chrome, Safari, Opera */
    transform: translate(0, 0) !important;
    -o-transition: translate(0, 0) !important;
    -moz-transition: translate(0, 0) !important;
    opacity: 1 !important;
  }
}
/* line 92, templates/g5_helium/custom/scss/puppet.scss */
/* line 94, templates/g5_helium/custom/scss/puppet.scss */
/* line 96, templates/g5_helium/custom/scss/puppet.scss */
html.loaded .moduletable.in-tran-dr, html.loaded .moduletable.in-tran-izq, html.loaded .moduletable.in-tran-arriba, html.loaded .moduletable.in-tran-abajo {
  -ms-transform: translate(0px, 0px);
  /* IE 9 */
  -webkit-transform: translate(0px, 0px);
  /* Chrome, Safari, Opera */
  transform: translate(0px, 0px);
  -o-transition: translate(0px, 0px);
  -moz-transition: translate(0px, 0px);
  opacity: 1;
}
/* line 105, templates/g5_helium/custom/scss/puppet.scss */
html.loaded .moduletable.in-scale {
  -ms-transform: scale(1);
  /* IE 9 */
  -webkit-transform: scale(1);
  /* Chrome, Safari, Opera */
  transform: scale(1);
  -o-transition: scale(1);
  -moz-transition: scale(1);
  opacity: 1;
}
/* line 119, templates/g5_helium/custom/scss/puppet.scss */
/* line 122, templates/g5_helium/custom/scss/puppet.scss */
.moduletable.sc-tran-abajo {
  -ms-transform: translate(0, 50px);
  /* IE 9 */
  -webkit-transform: translate(0, 50px);
  /* Chrome, Safari, Opera */
  transform: translate(0, 50px);
  -o-transition: translate(0, 50px);
  -moz-transition: translate(0, 50px);
  opacity: 0;
}
@media only all and (max-width: 47.938rem) {
  .moduletable.sc-tran-abajo {
    -ms-transform: translate(0, 0) !important;
    /* IE 9 */
    -webkit-transform: translate(0, 0) !important;
    /* Chrome, Safari, Opera */
    transform: translate(0, 0) !important;
    -o-transition: translate(0, 0) !important;
    -moz-transition: translate(0, 0) !important;
    opacity: 1 !important;
  }
}
/* line 138, templates/g5_helium/custom/scss/puppet.scss */
.moduletable.sc-tran-arriba {
  -ms-transform: translate(0, -50px);
  /* IE 9 */
  -webkit-transform: translate(0, -50px);
  /* Chrome, Safari, Opera */
  transform: translate(0, -50px);
  -o-transition: translate(0, -50px);
  -moz-transition: translate(0, -50px);
  opacity: 0;
}
@media only all and (max-width: 47.938rem) {
  .moduletable.sc-tran-arriba {
    -ms-transform: translate(0, 0) !important;
    /* IE 9 */
    -webkit-transform: translate(0, 0) !important;
    /* Chrome, Safari, Opera */
    transform: translate(0, 0) !important;
    -o-transition: translate(0, 0) !important;
    -moz-transition: translate(0, 0) !important;
    opacity: 1 !important;
  }
}
/* line 154, templates/g5_helium/custom/scss/puppet.scss */
.moduletable.sc-tran-izq {
  -ms-transform: translate(-50px, 0px);
  /* IE 9 */
  -webkit-transform: translate(-50px, 0px);
  /* Chrome, Safari, Opera */
  transform: translate(-50px, 0px);
  -o-transition: translate(-50px, 0px);
  -moz-transition: translate(-50px, 0px);
  opacity: 0;
}
@media only all and (max-width: 47.938rem) {
  .moduletable.sc-tran-izq {
    -ms-transform: translate(0, 0) !important;
    /* IE 9 */
    -webkit-transform: translate(0, 0) !important;
    /* Chrome, Safari, Opera */
    transform: translate(0, 0) !important;
    -o-transition: translate(0, 0) !important;
    -moz-transition: translate(0, 0) !important;
    opacity: 1 !important;
  }
}
/* line 170, templates/g5_helium/custom/scss/puppet.scss */
.moduletable.sc-tran-dr {
  -ms-transform: translate(50px, 0px);
  /* IE 9 */
  -webkit-transform: translate(50px, 0px);
  /* Chrome, Safari, Opera */
  transform: translate(50px, 0px);
  -o-transition: translate(50px, 0px);
  -moz-transition: translate(50px, 0px);
  opacity: 0;
}
@media only all and (max-width: 47.938rem) {
  .moduletable.sc-tran-dr {
    -ms-transform: translate(0, 0) !important;
    /* IE 9 */
    -webkit-transform: translate(0, 0) !important;
    /* Chrome, Safari, Opera */
    transform: translate(0, 0) !important;
    -o-transition: translate(0, 0) !important;
    -moz-transition: translate(0, 0) !important;
    opacity: 1 !important;
  }
}
/* line 188, templates/g5_helium/custom/scss/puppet.scss */
.moduletable.sc-scale {
  -ms-transform: scale(0);
  /* IE 9 */
  -webkit-transform: scale(0);
  /* Chrome, Safari, Opera */
  transform: scale(0);
  -o-transition: scale(0);
  -moz-transition: scale(0);
  opacity: 0;
}
@media only all and (max-width: 47.938rem) {
  .moduletable.sc-scale {
    -ms-transform: scale(1) !important;
    /* IE 9 */
    -webkit-transform: scale(1) !important;
    /* Chrome, Safari, Opera */
    transform: scale(1) !important;
    -o-transition: scale(1) !important;
    -moz-transition: scale(1) !important;
    opacity: 1 !important;
  }
}
/* line 207, templates/g5_helium/custom/scss/puppet.scss */
/* line 210, templates/g5_helium/custom/scss/puppet.scss */
.moduletable.loaded.sc-tran-dr, .moduletable.loaded.sc-tran-izq, .moduletable.loaded.sc-tran-arriba, .moduletable.loaded.sc-tran-abajo {
  -ms-transform: translate(0px, 0px);
  /* IE 9 */
  -webkit-transform: translate(0px, 0px);
  /* Chrome, Safari, Opera */
  transform: translate(0px, 0px);
  -o-transition: translate(0px, 0px);
  -moz-transition: translate(0px, 0px);
  opacity: 1;
}
/* line 219, templates/g5_helium/custom/scss/puppet.scss */
.moduletable.loaded.sc-scale {
  -ms-transform: scale(1);
  /* IE 9 */
  -webkit-transform: scale(1);
  /* Chrome, Safari, Opera */
  transform: scale(1);
  -o-transition: scale(1);
  -moz-transition: scale(1);
  opacity: 1;
}
/* line 235, templates/g5_helium/custom/scss/puppet.scss */
/* line 236, templates/g5_helium/custom/scss/puppet.scss */
.moduletable.animate .sc-int-tran-abajo {
  -ms-transform: translate(0, 50px);
  /* IE 9 */
  -webkit-transform: translate(0, 50px);
  /* Chrome, Safari, Opera */
  transform: translate(0, 50px);
  -o-transition: translate(0, 50px);
  -moz-transition: translate(0, 50px);
  opacity: 0;
}
@media only all and (max-width: 47.938rem) {
  .moduletable.animate .sc-int-tran-abajo {
    -ms-transform: translate(0, 0) !important;
    /* IE 9 */
    -webkit-transform: translate(0, 0) !important;
    /* Chrome, Safari, Opera */
    transform: translate(0, 0) !important;
    -o-transition: translate(0, 0) !important;
    -moz-transition: translate(0, 0) !important;
    opacity: 1 !important;
  }
}
/* line 252, templates/g5_helium/custom/scss/puppet.scss */
.moduletable.animate .sc-int-tran-arriba {
  -ms-transform: translate(0, -50px);
  /* IE 9 */
  -webkit-transform: translate(0, -50px);
  /* Chrome, Safari, Opera */
  transform: translate(0, -50px);
  -o-transition: translate(0, -50px);
  -moz-transition: translate(0, -50px);
  opacity: 0;
}
@media only all and (max-width: 47.938rem) {
  .moduletable.animate .sc-int-tran-arriba {
    -ms-transform: translate(0, 0) !important;
    /* IE 9 */
    -webkit-transform: translate(0, 0) !important;
    /* Chrome, Safari, Opera */
    transform: translate(0, 0) !important;
    -o-transition: translate(0, 0) !important;
    -moz-transition: translate(0, 0) !important;
    opacity: 1 !important;
  }
}
/* line 268, templates/g5_helium/custom/scss/puppet.scss */
.moduletable.animate .sc-int-tran-izq {
  -ms-transform: translate(-50px, 0px);
  /* IE 9 */
  -webkit-transform: translate(-50px, 0px);
  /* Chrome, Safari, Opera */
  transform: translate(-50px, 0px);
  -o-transition: translate(-50px, 0px);
  -moz-transition: translate(-50px, 0px);
  opacity: 0;
}
@media only all and (max-width: 47.938rem) {
  .moduletable.animate .sc-int-tran-izq {
    -ms-transform: translate(0, 0) !important;
    /* IE 9 */
    -webkit-transform: translate(0, 0) !important;
    /* Chrome, Safari, Opera */
    transform: translate(0, 0) !important;
    -o-transition: translate(0, 0) !important;
    -moz-transition: translate(0, 0) !important;
    opacity: 1 !important;
  }
}
/* line 284, templates/g5_helium/custom/scss/puppet.scss */
.moduletable.animate .sc-int-tran-dr {
  -ms-transform: translate(50px, 0px);
  /* IE 9 */
  -webkit-transform: translate(50px, 0px);
  /* Chrome, Safari, Opera */
  transform: translate(50px, 0px);
  -o-transition: translate(50px, 0px);
  -moz-transition: translate(50px, 0px);
  opacity: 0;
}
@media only all and (max-width: 47.938rem) {
  .moduletable.animate .sc-int-tran-dr {
    -ms-transform: translate(0, 0) !important;
    /* IE 9 */
    -webkit-transform: translate(0, 0) !important;
    /* Chrome, Safari, Opera */
    transform: translate(0, 0) !important;
    -o-transition: translate(0, 0) !important;
    -moz-transition: translate(0, 0) !important;
    opacity: 1 !important;
  }
}
/* line 300, templates/g5_helium/custom/scss/puppet.scss */
.moduletable.animate .sc-int-scale {
  -ms-transform: scale(0);
  -webkit-transform: scale(0);
  transform: scale(0);
  -o-transition: scale(0);
  -moz-transition: scale(0);
  opacity: 0;
}
@media only all and (max-width: 47.938rem) {
  .moduletable.animate .sc-int-scale {
    -ms-transform: scale(1) !important;
    /* IE 9 */
    -webkit-transform: scale(1) !important;
    /* Chrome, Safari, Opera */
    transform: scale(1) !important;
    -o-transition: scale(1) !important;
    -moz-transition: scale(1) !important;
    opacity: 1 !important;
  }
}
/* line 317, templates/g5_helium/custom/scss/puppet.scss */
/* line 318, templates/g5_helium/custom/scss/puppet.scss */
.moduletable.animate.loaded .sc-int-scale {
  -ms-transform: scale(1);
  /* IE 9 */
  -webkit-transform: scale(1);
  /* Chrome, Safari, Opera */
  transform: scale(1);
  -o-transition: scale(1);
  -moz-transition: scale(1);
  opacity: 1;
}
/* line 326, templates/g5_helium/custom/scss/puppet.scss */
.moduletable.animate.loaded .sc-int-tran-abajo, .moduletable.animate.loaded .sc-int-tran-arriba, .moduletable.animate.loaded .sc-int-tran-izq, .moduletable.animate.loaded .sc-int-tran-dr {
  -ms-transform: translate(0px, 0px);
  /* IE 9 */
  -webkit-transform: translate(0px, 0px);
  /* Chrome, Safari, Opera */
  transform: translate(0px, 0px);
  -o-transition: translate(0px, 0px);
  -moz-transition: translate(0px, 0px);
  opacity: 1;
}
/* line 341, templates/g5_helium/custom/scss/puppet.scss */
/* line 342, templates/g5_helium/custom/scss/puppet.scss */
html .in-int-tran-abajo {
  -ms-transform: translate(0, 50px);
  /* IE 9 */
  -webkit-transform: translate(0, 50px);
  /* Chrome, Safari, Opera */
  transform: translate(0, 50px);
  -o-transition: translate(0, 50px);
  -moz-transition: translate(0, 50px);
  opacity: 0;
}
@media only all and (max-width: 47.938rem) {
  html .in-int-tran-abajo {
    -ms-transform: translate(0, 0) !important;
    /* IE 9 */
    -webkit-transform: translate(0, 0) !important;
    /* Chrome, Safari, Opera */
    transform: translate(0, 0) !important;
    -o-transition: translate(0, 0) !important;
    -moz-transition: translate(0, 0) !important;
    opacity: 1 !important;
  }
}
/* line 358, templates/g5_helium/custom/scss/puppet.scss */
html .in-int-tran-arriba {
  -ms-transform: translate(0, -50px);
  /* IE 9 */
  -webkit-transform: translate(0, -50px);
  /* Chrome, Safari, Opera */
  transform: translate(0, -50px);
  -o-transition: translate(0, -50px);
  -moz-transition: translate(0, -50px);
  opacity: 0;
}
@media only all and (max-width: 47.938rem) {
  html .in-int-tran-arriba {
    -ms-transform: translate(0, 0) !important;
    /* IE 9 */
    -webkit-transform: translate(0, 0) !important;
    /* Chrome, Safari, Opera */
    transform: translate(0, 0) !important;
    -o-transition: translate(0, 0) !important;
    -moz-transition: translate(0, 0) !important;
    opacity: 1 !important;
  }
}
/* line 376, templates/g5_helium/custom/scss/puppet.scss */
html .in-int-tran-izq {
  -ms-transform: translate(-50px, 0px);
  /* IE 9 */
  -webkit-transform: translate(-50px, 0px);
  /* Chrome, Safari, Opera */
  transform: translate(-50px, 0px);
  -o-transition: translate(-50px, 0px);
  -moz-transition: translate(-50px, 0px);
  opacity: 0;
}
@media only all and (max-width: 47.938rem) {
  html .in-int-tran-izq {
    -ms-transform: translate(0, 0) !important;
    /* IE 9 */
    -webkit-transform: translate(0, 0) !important;
    /* Chrome, Safari, Opera */
    transform: translate(0, 0) !important;
    -o-transition: translate(0, 0) !important;
    -moz-transition: translate(0, 0) !important;
    opacity: 1 !important;
  }
}
/* line 394, templates/g5_helium/custom/scss/puppet.scss */
html .in-int-tran-dr {
  -ms-transform: translate(50px, 0px);
  /* IE 9 */
  -webkit-transform: translate(50px, 0px);
  /* Chrome, Safari, Opera */
  transform: translate(50px, 0px);
  -o-transition: translate(50px, 0px);
  -moz-transition: translate(50px, 0px);
  opacity: 0;
}
@media only all and (max-width: 47.938rem) {
  html .in-int-tran-dr {
    -ms-transform: translate(0, 0) !important;
    /* IE 9 */
    -webkit-transform: translate(0, 0) !important;
    /* Chrome, Safari, Opera */
    transform: translate(0, 0) !important;
    -o-transition: translate(0, 0) !important;
    -moz-transition: translate(0, 0) !important;
    opacity: 1 !important;
  }
}
/* line 414, templates/g5_helium/custom/scss/puppet.scss */
html .in-int-scale {
  -ms-transform: scale(0);
  /* IE 9 */
  -webkit-transform: scale(0);
  /* Chrome, Safari, Opera */
  transform: scale(0);
  -o-transition: scale(0);
  -moz-transition: scale(0);
  opacity: 0;
}
@media only all and (max-width: 47.938rem) {
  html .in-int-scale {
    opacity: 1 !important;
    -ms-transform: scale(1) !important;
    /* IE 9 */
    -webkit-transform: scale(1) !important;
    /* Chrome, Safari, Opera */
    transform: scale(1) !important;
    -o-transition: scale(1) !important;
    -moz-transition: scale(1) !important;
  }
}
/* line 431, templates/g5_helium/custom/scss/puppet.scss */
/* line 432, templates/g5_helium/custom/scss/puppet.scss */
html.loaded .in-int-tran-abajo, html.loaded .in-int-tran-arriba, html.loaded .in-int-tran-izq, html.loaded .in-int-tran-dr {
  -ms-transform: translate(0px, 0px);
  /* IE 9 */
  -webkit-transform: translate(0px, 0px);
  /* Chrome, Safari, Opera */
  transform: translate(0px, 0px);
  -o-transition: translate(0px, 0px);
  -moz-transition: translate(0px, 0px);
  opacity: 1;
}
/* line 440, templates/g5_helium/custom/scss/puppet.scss */
html.loaded .in-int-scale {
  -ms-transform: scale(1);
  /* IE 9 */
  -webkit-transform: scale(1);
  /* Chrome, Safari, Opera */
  transform: scale(1);
  -o-transition: scale(1);
  -moz-transition: scale(1);
  opacity: 1;
}
/* line 617, templates/g5_helium/custom/scss/puppet.scss */
.o-tran-centro {
  transform-origin: 50% 50%;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
}
/* line 624, templates/g5_helium/custom/scss/puppet.scss */
.o-tran-iz {
  transform-origin: 0% 50%;
  -webkit-transform-origin: 0% 50%;
  -ms-transform-origin: 0% 50%;
  -o-transform-origin: 0% 50%;
  -moz-transform-origin: 0% 50%;
}
/* line 632, templates/g5_helium/custom/scss/puppet.scss */
.o-tran-dr {
  transform-origin: 100% 50%;
  -webkit-transform-origin: 100% 50%;
  -ms-transform-origin: 100% 50%;
  -o-transform-origin: 100% 50%;
  -moz-transform-origin: 100% 50%;
}
/* line 639, templates/g5_helium/custom/scss/puppet.scss */
.o-tran-arriba {
  transform-origin: 50% 0%;
  -webkit-transform-origin: 50% 0%;
  -ms-transform-origin: 50% 0%;
  -o-transform-origin: 50% 0%;
  -moz-transform-origin: 50% 0%;
}
/* line 646, templates/g5_helium/custom/scss/puppet.scss */
.o-tran-arriba-iz {
  transform-origin: 0% 0%;
  -webkit-transform-origin: 0% 0%;
  -ms-transform-origin: 0% 0%;
  -o-transform-origin: 0% 0%;
  -moz-transform-origin: 0% 0%;
}
/* line 713, templates/g5_helium/custom/scss/puppet.scss */
.t-2-04 {
  transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0.4s;
  -webkit-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0.4s;
  -o-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0.4s;
  -moz-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0.4s;
  -ms-transition: transform all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0.4s;
}
/* line 716, templates/g5_helium/custom/scss/puppet.scss */
.t-3-04 {
  transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0.8s;
  -webkit-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0.8s;
  -o-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0.8s;
  -moz-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0.8s;
  -ms-transition: transform all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0.8s;
}
/* line 719, templates/g5_helium/custom/scss/puppet.scss */
.t-4-04 {
  transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 1.2s;
  -webkit-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 1.2s;
  -o-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 1.2s;
  -moz-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 1.2s;
  -ms-transition: transform all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 1.2s;
}
/* line 722, templates/g5_helium/custom/scss/puppet.scss */
.t-5-04 {
  transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 1.6s;
  -webkit-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 1.6s;
  -o-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 1.6s;
  -moz-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 1.6s;
  -ms-transition: transform all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 1.6s;
}
/* line 725, templates/g5_helium/custom/scss/puppet.scss */
.t-6-04 {
  transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 2s;
  -webkit-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 2s;
  -o-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 2s;
  -moz-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 2s;
  -ms-transition: transform all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 2s;
}
/* line 733, templates/g5_helium/custom/scss/puppet.scss */
.t-uno-delta-03 {
  transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
  -webkit-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
  -o-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
  -moz-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
  -ms-transition: transform all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
}
/* line 740, templates/g5_helium/custom/scss/puppet.scss */
.t-dos-delta-03 {
  transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0.3s;
  -webkit-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0.3s;
  -o-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0.3s;
  -moz-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0.3s;
  -ms-transition: transform all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0.3s;
}
/* line 747, templates/g5_helium/custom/scss/puppet.scss */
.t-tres-delta-03 {
  transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0.6s;
  -webkit-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0.6s;
  -o-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0.6s;
  -moz-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0.6s;
  -ms-transition: transform all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0.6s;
}
/* line 754, templates/g5_helium/custom/scss/puppet.scss */
.t-cuatro-delta-03 {
  transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0.9s;
  -webkit-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0.9s;
  -o-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0.9s;
  -moz-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0.9s;
  -ms-transition: transform all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0.9s;
}
/* line 761, templates/g5_helium/custom/scss/puppet.scss */
.t-cinco-delta-03 {
  transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 1.2s;
  -webkit-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 1.2s;
  -o-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 1.2s;
  -moz-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 1.2s;
  -ms-transition: transform all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 1.2s;
}
/* line 768, templates/g5_helium/custom/scss/puppet.scss */
.t-seis-delta-03 {
  transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 1.5s;
  -webkit-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 1.5s;
  -o-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 1.5s;
  -moz-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 1.5s;
  -ms-transition: transform all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 1.5s;
}
@-webkit-keyframes bombita {
  /* line 156, templates/g5_helium/custom/scss/_var-gen.scss */
  0% {
    -webkit-transform: translate(0, -10px);
  }
  /* line 157, templates/g5_helium/custom/scss/_var-gen.scss */
  50% {
    -webkit-transform: translate(0, 0px);
  }
  /* line 158, templates/g5_helium/custom/scss/_var-gen.scss */
  100% {
    -webkit-transform: translate(0, -10px);
  }
}
@-moz-keyframes bombita {
  /* line 161, templates/g5_helium/custom/scss/_var-gen.scss */
  0% {
    -moz-transition: translate(0, -10px);
  }
  /* line 162, templates/g5_helium/custom/scss/_var-gen.scss */
  50% {
    -moz-transition: translate(0, 0px);
  }
  /* line 163, templates/g5_helium/custom/scss/_var-gen.scss */
  100% {
    -moz-transition: translate(0, -10px);
  }
}
@-o-keyframes bombita {
  /* line 166, templates/g5_helium/custom/scss/_var-gen.scss */
  0% {
    -o-transition: translate(0, -10px);
  }
  /* line 167, templates/g5_helium/custom/scss/_var-gen.scss */
  50% {
    -o-transition: translate(0, 0px);
  }
  /* line 168, templates/g5_helium/custom/scss/_var-gen.scss */
  100% {
    -o-transition: translate(0, -10px);
  }
}
@keyframes bombita {
  /* line 171, templates/g5_helium/custom/scss/_var-gen.scss */
  0% {
    transform: translate(0, -10px);
  }
  /* line 172, templates/g5_helium/custom/scss/_var-gen.scss */
  50% {
    transform: translate(0, 0px);
  }
  /* line 173, templates/g5_helium/custom/scss/_var-gen.scss */
  100% {
    transform: translate(0, -10px);
  }
}
/* line 176, templates/g5_helium/custom/scss/_var-gen.scss */
.inner-tran-abajo {
  -ms-transform: translate(0, 50px);
  /* IE 9 */
  -webkit-transform: translate(0, 50px);
  /* Chrome, Safari, Opera */
  transform: translate(0, 50px);
  -o-transition: translate(0, 50px);
  -moz-transition: translate(0, 50px);
  opacity: 0;
}
@media only all and (max-width: 47.938rem) {
  .inner-tran-abajo {
    -ms-transform: translate(0, 0px) !important;
    /* IE 9 */
    -webkit-transform: translate(0, 0px) !important;
    /* Chrome, Safari, Opera */
    transform: translate(0, 0px) !important;
    -o-transition: translate(0, 0px) !important;
    -moz-transition: translate(0, 0px) !important;
    opacity: 1;
  }
}
/* line 179, templates/g5_helium/custom/scss/_var-gen.scss */
.inner-tran-arriba {
  -ms-transform: translate(0, -50px);
  /* IE 9 */
  -webkit-transform: translate(0, -50px);
  /* Chrome, Safari, Opera */
  transform: translate(0, -50px);
  -o-transition: translate(0, -50px);
  -moz-transition: translate(0, -50px);
  opacity: 0;
}
@media only all and (max-width: 47.938rem) {
  .inner-tran-arriba {
    -ms-transform: translate(0, 0px) !important;
    /* IE 9 */
    -webkit-transform: translate(0, 0px) !important;
    /* Chrome, Safari, Opera */
    transform: translate(0, 0px) !important;
    -o-transition: translate(0, 0px) !important;
    -moz-transition: translate(0, 0px);
    opacity: 1;
  }
}
/* line 182, templates/g5_helium/custom/scss/_var-gen.scss */
.inner-tran-izq {
  -ms-transform: translate(-50px, 0px);
  /* IE 9 */
  -webkit-transform: translate(-50px, 0px);
  /* Chrome, Safari, Opera */
  transform: translate(-50px, 0px);
  -o-transition: translate(-50px, 0px);
  -moz-transition: translate(-50px, 0px);
  opacity: 0;
}
@media only all and (max-width: 47.938rem) {
  .inner-tran-izq {
    -ms-transform: translate(0, 0px) !important;
    /* IE 9 */
    -webkit-transform: translate(0, 0px) !important;
    /* Chrome, Safari, Opera */
    transform: translate(0, 0px) !important;
    -o-transition: translate(0, 0px) !important;
    -moz-transition: translate(0, 0px) !important;
    opacity: 1;
  }
}
/* line 185, templates/g5_helium/custom/scss/_var-gen.scss */
.inner-tran-dr {
  -ms-transform: translate(50px, 0px);
  /* IE 9 */
  -webkit-transform: translate(50px, 0px);
  /* Chrome, Safari, Opera */
  transform: translate(50px, 0px);
  -o-transition: translate(50px, 0px);
  -moz-transition: translate(50px, 0px);
  opacity: 0;
}
@media only all and (max-width: 47.938rem) {
  .inner-tran-dr {
    -ms-transform: translate(0, 0px) !important;
    /* IE 9 */
    -webkit-transform: translate(0, 0px) !important;
    /* Chrome, Safari, Opera */
    transform: translate(0, 0px) !important;
    -o-transition: translate(0, 0px) !important;
    -moz-transition: translate(0, 0px) !important;
    opacity: 1;
  }
}
/* line 188, templates/g5_helium/custom/scss/_var-gen.scss */
.inner-scale-cen {
  -ms-transform: scale(0);
  /* IE 9 */
  -webkit-transform: scale(0);
  /* Chrome, Safari, Opera */
  transform: scale(0);
  -o-transition: scale(0);
  -moz-transition: scale(0);
  opacity: 0;
}
@media only all and (max-width: 47.938rem) {
  .inner-scale-cen {
    -ms-transform: scale(1) !important;
    /* IE 9 */
    -webkit-transform: scale(1) !important;
    /* Chrome, Safari, Opera */
    transform: scale(1) !important;
    -o-transition: scale(1) !important;
    -moz-transition: scale(1) !important;
    opacity: 1;
  }
}
/* line 191, templates/g5_helium/custom/scss/_var-gen.scss */
.inner-scale-dr {
  -ms-transform: scale(0, 1);
  /* IE 9 */
  -webkit-transform: scale(0, 1);
  /* Chrome, Safari, Opera */
  transform: scale(0, 1);
  -o-transition: scale(0, 1);
  -moz-transition: scale(0, 1);
  opacity: 0;
}
@media only all and (max-width: 47.938rem) {
  .inner-scale-dr {
    -ms-transform: scale(1) !important;
    /* IE 9 */
    -webkit-transform: scale(1) !important;
    /* Chrome, Safari, Opera */
    transform: scale(1) !important;
    -o-transition: scale(1) !important;
    -moz-transition: scale(1) !important;
    opacity: 1;
  }
}
/* line 194, templates/g5_helium/custom/scss/_var-gen.scss */
.inner-scale-dr-arriba {
  -ms-transform: scale(0, 0);
  /* IE 9 */
  -webkit-transform: scale(0, 0);
  /* Chrome, Safari, Opera */
  transform: scale(0, 0);
  -o-transition: scale(0, 0);
  -moz-transition: scale(0, 0);
  opacity: 0;
}
@media only all and (max-width: 47.938rem) {
  .inner-scale-dr-arriba {
    -ms-transform: scale(1) !important;
    /* IE 9 */
    -webkit-transform: scale(1) !important;
    /* Chrome, Safari, Opera */
    transform: scale(1) !important;
    -o-transition: scale(1) !important;
    -moz-transition: scale(1) !important;
    opacity: 1;
  }
}
/* line 197, templates/g5_helium/custom/scss/_var-gen.scss */
.inner-scale-fin {
  -ms-transform: scale(1) !important;
  /* IE 9 */
  -webkit-transform: scale(1) !important;
  /* Chrome, Safari, Opera */
  transform: scale(1) !important;
  -o-transition: scale(1) !important;
  -moz-transition: scale(1) !important;
  opacity: 1 !important;
}
/* line 201, templates/g5_helium/custom/scss/_var-gen.scss */
.inner-tran-fin {
  opacity: 1;
  -ms-transform: translate(0, 0px);
  /* IE 9 */
  -webkit-transform: translate(0, 0px);
  /* Chrome, Safari, Opera */
  transform: translate(0, 0px);
  -o-transition: translate(0, 0px);
  -moz-transition: translate(0, 0px);
}
/* line 206, templates/g5_helium/custom/scss/_var-gen.scss */
.t-i-1-06 {
  transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
  -webkit-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
  -o-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
  -moz-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
  -ms-transition: transform all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
}
/* line 209, templates/g5_helium/custom/scss/_var-gen.scss */
.t-i-2-06 {
  transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0.3s;
  -webkit-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0.3s;
  -o-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0.3s;
  -moz-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0.3s;
  -ms-transition: transform all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0.3s;
}
/* line 212, templates/g5_helium/custom/scss/_var-gen.scss */
.t-i-3-06 {
  transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0.6s;
  -webkit-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0.6s;
  -o-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0.6s;
  -moz-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0.6s;
  -ms-transition: transform all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0.6s;
}
/* line 215, templates/g5_helium/custom/scss/_var-gen.scss */
.t-i-4-06 {
  transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0.9s;
  -webkit-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0.9s;
  -o-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0.9s;
  -moz-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0.9s;
  -ms-transition: transform all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0.9s;
}
/* line 218, templates/g5_helium/custom/scss/_var-gen.scss */
.t-i-5-06 {
  transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 1.2s;
  -webkit-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 1.2s;
  -o-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 1.2s;
  -moz-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 1.2s;
  -ms-transition: transform all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 1.3s;
}
/* line 221, templates/g5_helium/custom/scss/_var-gen.scss */
.t-i-6-06 {
  transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 1.5s;
  -webkit-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 1.5s;
  -o-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 1.5s;
  -moz-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 1.5s;
  -ms-transition: transform all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 1.5s;
}
/* line 3, templates/g5_helium/custom/scss/menu.scss */
/* line 4, templates/g5_helium/custom/scss/menu.scss */
@media only all and (min-width: 48rem) and (max-width: 59.938rem) {
  #g-header .g-container {
    padding: 0rem !important;
  }
}
@media only all and (min-width: 30.062rem) and (max-width: 47.938rem) {
  #g-header .g-container {
    padding: 0rem !important;
  }
}
@media only all and (max-width: 30rem) {
  #g-header .g-container {
    padding: 0rem !important;
  }
}
/* line 14, templates/g5_helium/custom/scss/menu.scss */
/* line 15, templates/g5_helium/custom/scss/menu.scss */
/* line 16, templates/g5_helium/custom/scss/menu.scss */
@media only all and (min-width: 48rem) and (max-width: 59.938rem) {
  #g-header .g-container .g-grid .g-block.size-5 {
    -webkit-flex-basis: 10%;
    -moz-flex-basis: 10%;
    flex-basis: 10%;
    -ms-flex-preferred-size: 10%;
    max-width: 10%;
  }
}
@media only all and (min-width: 30.062rem) and (max-width: 47.938rem) {
  #g-header .g-container .g-grid .g-block.size-5 {
    -webkit-flex-basis: 10%;
    -moz-flex-basis: 10%;
    flex-basis: 10%;
    -ms-flex-preferred-size: 10%;
    max-width: 10%;
  }
}
@media only all and (max-width: 30rem) {
  #g-header .g-container .g-grid .g-block.size-5 {
    -webkit-flex-basis: 10%;
    -moz-flex-basis: 10%;
    flex-basis: 10%;
    -ms-flex-preferred-size: 10%;
    max-width: 10%;
  }
}
/* line 40, templates/g5_helium/custom/scss/menu.scss */
@media only all and (min-width: 48rem) and (max-width: 59.938rem) {
  #g-header .g-container .g-grid .g-block.size-20 {
    -webkit-flex-basis: 80%;
    -moz-flex-basis: 80%;
    flex-basis: 80%;
    -ms-flex-preferred-size: 80%;
    max-width: 80%;
  }
}
@media only all and (min-width: 30.062rem) and (max-width: 47.938rem) {
  #g-header .g-container .g-grid .g-block.size-20 {
    -webkit-flex-basis: 80%;
    -moz-flex-basis: 80%;
    flex-basis: 80%;
    -ms-flex-preferred-size: 80%;
    max-width: 80%;
  }
}
@media only all and (max-width: 30rem) {
  #g-header .g-container .g-grid .g-block.size-20 {
    -webkit-flex-basis: 80%;
    -moz-flex-basis: 80%;
    flex-basis: 80%;
    -ms-flex-preferred-size: 80%;
    max-width: 80%;
  }
}
/* line 69, templates/g5_helium/custom/scss/menu.scss */
.g-offcanvas-toggle {
  z-index: 99999;
  position: relative;
  top: 0.5rem !important;
  transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
  -webkit-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
  -o-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
  -moz-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
  -ms-transition: transform all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
}
/* line 74, templates/g5_helium/custom/scss/menu.scss */
.g-offcanvas-toggle i {
  color: #000 !important;
}
/* line 77, templates/g5_helium/custom/scss/menu.scss */
.g-offcanvas-toggle.master-inicial {
  top: 1.7rem !important;
}
/* line 80, templates/g5_helium/custom/scss/menu.scss */
.g-offcanvas-toggle.master-final {
  top: 1.4rem !important;
}
/* line 85, templates/g5_helium/custom/scss/menu.scss */
/* line 86, templates/g5_helium/custom/scss/menu.scss */
#g-page-surround > .g-offcanvas-toggle {
  display: none !important;
}
/* line 91, templates/g5_helium/custom/scss/menu.scss */
#g-mobilemenu-container {
  margin: 0px !important;
}
/* line 96, templates/g5_helium/custom/scss/menu.scss */
/* line 97, templates/g5_helium/custom/scss/menu.scss */
/* line 98, templates/g5_helium/custom/scss/menu.scss */
.moduletable.menu-inf-c ul.nav.menu {
  font-family: 'Conv_librefranklin-bold';
  border: none !important;
  text-align: center;
  margin: 0rem;
  padding: 0rem;
}
/* line 104, templates/g5_helium/custom/scss/menu.scss */
.moduletable.menu-inf-c ul.nav.menu li {
  display: inline-block;
  border: none !important;
}
/* line 107, templates/g5_helium/custom/scss/menu.scss */
.moduletable.menu-inf-c ul.nav.menu li a, .moduletable.menu-inf-c ul.nav.menu li span {
  border: none !important;
  color: #fff;
  text-transform: uppercase;
}
/* line 111, templates/g5_helium/custom/scss/menu.scss */
.moduletable.menu-inf-c ul.nav.menu li a:before, .moduletable.menu-inf-c ul.nav.menu li span:before {
  display: none;
}
/* line 122, templates/g5_helium/custom/scss/menu.scss */
ul.nav.menu {
  border: 1px solid #e6e6e6;
  padding: 20px;
  border-radius: 0rem;
}
/* line 126, templates/g5_helium/custom/scss/menu.scss */
ul.nav.menu li {
  font-family: 'Conv_librefranklin-medium';
  margin: 0rem !important;
  border: none !important;
  padding: 0rem !important;
}
/* line 131, templates/g5_helium/custom/scss/menu.scss */
ul.nav.menu li a, ul.nav.menu li span {
  display: block;
  color: #efac06;
  border-bottom: 1px solid #e6e6e6;
  padding: 10px;
}
/* line 136, templates/g5_helium/custom/scss/menu.scss */
ul.nav.menu li a:hover, ul.nav.menu li span:hover {
  color: #000;
}
/* line 219, templates/g5_helium/custom/scss/_botones.scss */
ul.nav.menu li a:before, ul.nav.menu li span:before {
  font-family: FontAwesome;
  margin-right: 0.5rem;
  content: "\f105";
  color: #efac06;
}
/* line 141, templates/g5_helium/custom/scss/menu.scss */
ul.nav.menu li ul {
  display: block;
  margin: 0rem;
}
/* line 144, templates/g5_helium/custom/scss/menu.scss */
ul.nav.menu li ul li {
  /*&:last-child{
   a, span {
   border-bottom:1px solid transparent;
   }
   }*/
}
/* line 157, templates/g5_helium/custom/scss/menu.scss */
/* line 158, templates/g5_helium/custom/scss/menu.scss */
.tipo-uno ul.nav.menu {
  border: 1px solid #e6e6e6;
  padding: 20px;
  border-radius: 0rem;
}
/* line 162, templates/g5_helium/custom/scss/menu.scss */
.tipo-uno ul.nav.menu li {
  font-family: 'Conv_librefranklin-medium';
}
/* line 164, templates/g5_helium/custom/scss/menu.scss */
.tipo-uno ul.nav.menu li a, .tipo-uno ul.nav.menu li span {
  display: block;
  color: #efac06;
  border-bottom: 1px solid #fff;
  padding: 10px;
  border-radius: 0rem;
}
/* line 170, templates/g5_helium/custom/scss/menu.scss */
.tipo-uno ul.nav.menu li a:hover, .tipo-uno ul.nav.menu li span:hover {
  color: #fff;
  background: #efac06;
}
/* line 173, templates/g5_helium/custom/scss/menu.scss */
.tipo-uno ul.nav.menu li a:hover:before, .tipo-uno ul.nav.menu li span:hover:before {
  color: #fff;
}
/* line 219, templates/g5_helium/custom/scss/_botones.scss */
.tipo-uno ul.nav.menu li a:before, .tipo-uno ul.nav.menu li span:before {
  font-family: FontAwesome;
  margin-right: 0.5rem;
  content: "\f105";
  color: #efac06;
}
/* line 179, templates/g5_helium/custom/scss/menu.scss */
/* line 180, templates/g5_helium/custom/scss/menu.scss */
/* line 181, templates/g5_helium/custom/scss/menu.scss */
/* line 182, templates/g5_helium/custom/scss/menu.scss */
.tipo-uno ul.nav.menu li ul li:last-child a, .tipo-uno ul.nav.menu li ul li:last-child span {
  border-bottom: 1px solid transparent;
}
/* line 192, templates/g5_helium/custom/scss/menu.scss */
/* line 193, templates/g5_helium/custom/scss/menu.scss */
.tipo-dos ul.nav.menu {
  border: 1px solid transparent;
  padding: 20px;
  border-radius: 0rem;
}
/* line 197, templates/g5_helium/custom/scss/menu.scss */
.tipo-dos ul.nav.menu li {
  font-family: 'Conv_librefranklin-medium';
}
/* line 199, templates/g5_helium/custom/scss/menu.scss */
.tipo-dos ul.nav.menu li a, .tipo-dos ul.nav.menu li span {
  display: block;
  color: #efac06;
  border-bottom: 1px solid transparent;
  padding: 10px;
}
/* line 204, templates/g5_helium/custom/scss/menu.scss */
.tipo-dos ul.nav.menu li a:hover, .tipo-dos ul.nav.menu li span:hover {
  color: #000;
}
/* line 219, templates/g5_helium/custom/scss/_botones.scss */
.tipo-dos ul.nav.menu li a:before, .tipo-dos ul.nav.menu li span:before {
  font-family: FontAwesome;
  margin-right: 0.5rem;
  content: "\f105";
  color: #efac06;
}
/* line 209, templates/g5_helium/custom/scss/menu.scss */
/* line 210, templates/g5_helium/custom/scss/menu.scss */
/* line 211, templates/g5_helium/custom/scss/menu.scss */
/* line 212, templates/g5_helium/custom/scss/menu.scss */
.tipo-dos ul.nav.menu li ul li:last-child a, .tipo-dos ul.nav.menu li ul li:last-child span {
  border-bottom: 1px solid transparent;
}
/* line 224, templates/g5_helium/custom/scss/menu.scss */
.moduletable.menu-superior {
  padding: 0rem 0.938rem;
  margin: 0px 0.625rem;
  text-align: right;
  border-radius: 1px;
  font-family: 'Conv_librefranklin-regular';
}
@media only all and (max-width: 47.938rem) {
  .moduletable.menu-superior {
    display: none;
  }
}
/* line 233, templates/g5_helium/custom/scss/menu.scss */
.moduletable.menu-superior ul {
  display: inline-block;
  border: none !important;
  background: none;
  margin: 0px;
  padding: 0rem !important;
  text-align: right;
  border-radius: 1px;
}
/* line 241, templates/g5_helium/custom/scss/menu.scss */
.moduletable.menu-superior ul li {
  display: inline-block;
  vertical-align: top;
  list-style: none;
  position: relative;
  letter-spacing: 0.011rem;
  margin: 0rem !important;
  border: none !important;
  padding: 0rem !important;
  font-family: 'Conv_librefranklin-regular' !important;
  border-right: 1px solid #e6e6e6 !important;
}
/* line 252, templates/g5_helium/custom/scss/menu.scss */
.moduletable.menu-superior ul li:last-child {
  border-right: none !important;
}
/* line 255, templates/g5_helium/custom/scss/menu.scss */
.moduletable.menu-superior ul li a, .moduletable.menu-superior ul li span {
  display: inline-block;
  padding: 0px 5px;
  border-bottom: none !important;
  border-right: 1px solid transparent;
  color: #808080;
  font-size: 12px;
  transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
  -webkit-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
  -o-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
  -moz-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
  -ms-transition: transform all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
}
/* line 263, templates/g5_helium/custom/scss/menu.scss */
.moduletable.menu-superior ul li a:before, .moduletable.menu-superior ul li span:before {
  display: none;
}
/* line 266, templates/g5_helium/custom/scss/menu.scss */
.moduletable.menu-superior ul li a i, .moduletable.menu-superior ul li span i, .moduletable.menu-superior ul li a em, .moduletable.menu-superior ul li span em {
  font-size: 14px !important;
}
/* line 269, templates/g5_helium/custom/scss/menu.scss */
.moduletable.menu-superior ul li a:hover, .moduletable.menu-superior ul li span:hover {
  color: #000 !important;
}
/* line 273, templates/g5_helium/custom/scss/menu.scss */
.moduletable.menu-superior ul li ul {
  text-align: left;
  margin: 0px;
  position: absolute;
  display: block;
  right: 0px;
  border: 1px solid #e6e6e6;
  background: #fff;
  border-radius: 0rem;
  opacity: 0;
  height: 0;
  min-width: 140px;
  padding: 0rem;
  overflow: hidden;
  transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
  -webkit-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
  -o-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
  -moz-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
  -ms-transition: transform all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
}
/* line 288, templates/g5_helium/custom/scss/menu.scss */
.moduletable.menu-superior ul li ul li {
  display: block;
}
/* line 290, templates/g5_helium/custom/scss/menu.scss */
.moduletable.menu-superior ul li ul li a, .moduletable.menu-superior ul li ul li span {
  display: block;
  padding: 5px;
  color: #000 !important;
}
/* line 295, templates/g5_helium/custom/scss/menu.scss */
.moduletable.menu-superior ul li ul li a:hover, .moduletable.menu-superior ul li ul li span:hover {
  color: #db9907 !important;
}
/* line 297, templates/g5_helium/custom/scss/menu.scss */
.moduletable.menu-superior ul li ul li a:hover:before, .moduletable.menu-superior ul li ul li span:hover:before {
  color: #000 !important;
}
/* line 305, templates/g5_helium/custom/scss/menu.scss */
.moduletable.menu-superior ul li:hover {
  text-decoration: underline;
}
/* line 307, templates/g5_helium/custom/scss/menu.scss */
.moduletable.menu-superior ul li:hover ul {
  height: auto;
  margin: 0px;
  opacity: 1;
  padding: 3px 5px;
}
/* line 312, templates/g5_helium/custom/scss/menu.scss */
.moduletable.menu-superior ul li:hover ul li {
  display: block;
}
/* line 324, templates/g5_helium/custom/scss/menu.scss */
/* line 325, templates/g5_helium/custom/scss/menu.scss */
/* line 326, templates/g5_helium/custom/scss/menu.scss */
/* line 327, templates/g5_helium/custom/scss/menu.scss */
#g-offcanvas .sm-parent .sm-menu h3.sm-head {
  background: #efac06 !important;
}
/* line 330, templates/g5_helium/custom/scss/menu.scss */
/* line 339, templates/g5_helium/custom/scss/menu.scss */
/* line 340, templates/g5_helium/custom/scss/menu.scss */
.moduletable ul.accordion {
  margin: 0rem !important;
}
/* line 342, templates/g5_helium/custom/scss/menu.scss */
.moduletable ul.accordion li {
  line-height: 1.35rem !important;
  font-size: 0.85rem !important;
  margin: 0rem !important;
  padding: 0rem !important;
}
/* line 346, templates/g5_helium/custom/scss/menu.scss */
.moduletable ul.accordion li a {
  color: #000 !important;
  display: block !important;
}
/* line 349, templates/g5_helium/custom/scss/menu.scss */
.moduletable ul.accordion li a:before {
  font-family: FontAwesome;
  margin-right: 0.5rem;
  content: "\f101";
}
/* line 355, templates/g5_helium/custom/scss/menu.scss */
.moduletable ul.accordion li ul.nav-child {
  padding: 0rem 0 0 1rem !important;
  border-right: none !important;
  border-left: none !important;
  border-bottom: none !important;
  boder-top: 1px solid #e6e6e6 !important;
  width: 100% !important;
}
/* line 362, templates/g5_helium/custom/scss/menu.scss */
/* line 363, templates/g5_helium/custom/scss/menu.scss */
.moduletable ul.accordion li ul.nav-child > li a {
  padding-left: 1rem !important;
}
/* line 366, templates/g5_helium/custom/scss/menu.scss */
/* line 367, templates/g5_helium/custom/scss/menu.scss */
.moduletable ul.accordion li ul.nav-child > li.current a {
  color: #efac06 !important;
}
/* line 369, templates/g5_helium/custom/scss/menu.scss */
.moduletable ul.accordion li ul.nav-child > li.current a:before {
  color: #000 !important;
}
/* line 374, templates/g5_helium/custom/scss/menu.scss */
/* line 375, templates/g5_helium/custom/scss/menu.scss */
.moduletable ul.accordion li ul.nav-child > li:hover > a {
  color: #efac06 !important;
}
/* line 382, templates/g5_helium/custom/scss/menu.scss */
.moduletable ul.accordion > li {
  border-bottom: 1px solid #e6e6e6 !important;
}
/* line 384, templates/g5_helium/custom/scss/menu.scss */
.moduletable ul.accordion > li a {
  color: #000 !important;
  padding: 0.7rem !important;
}
/* line 388, templates/g5_helium/custom/scss/menu.scss */
/* line 389, templates/g5_helium/custom/scss/menu.scss */
.moduletable ul.accordion > li.current a {
  color: #efac06 !important;
}
/* line 391, templates/g5_helium/custom/scss/menu.scss */
.moduletable ul.accordion > li.current a:before {
  color: #000 !important;
}
/* line 396, templates/g5_helium/custom/scss/menu.scss */
/* line 397, templates/g5_helium/custom/scss/menu.scss */
.moduletable ul.accordion > li:hover > a {
  color: #efac06 !important;
}
/* line 399, templates/g5_helium/custom/scss/menu.scss */
.moduletable ul.accordion > li:hover > a:before {
  color: #000 !important;
}
/* line 3, templates/g5_helium/custom/scss/puppet.scss */
/* line 4, templates/g5_helium/custom/scss/puppet.scss */
/* line 6, templates/g5_helium/custom/scss/puppet.scss */
html .moduletable.in-tran-abajo {
  -ms-transform: translate(0, 50%);
  /* IE 9 */
  -webkit-transform: translate(0, 50%);
  /* Chrome, Safari, Opera */
  transform: translate(0, 50%);
  -o-transition: translate(0, 50%);
  -moz-transition: translate(0, 50%);
  opacity: 0;
}
@media only all and (max-width: 47.938rem) {
  html .moduletable.in-tran-abajo {
    -ms-transform: translate(0, 0) !important;
    /* IE 9 */
    -webkit-transform: translate(0, 0) !important;
    /* Chrome, Safari, Opera */
    transform: translate(0, 0) !important;
    -o-transition: translate(0, 0) !important;
    -moz-transition: translate(0, 0) !important;
    opacity: 1 !important;
  }
}
/* line 23, templates/g5_helium/custom/scss/puppet.scss */
html .moduletable.in-tran-arriba {
  -ms-transform: translate(0, -50px);
  /* IE 9 */
  -webkit-transform: translate(0, -50px);
  /* Chrome, Safari, Opera */
  transform: translate(0, -50px);
  -o-transition: translate(0, -50px);
  -moz-transition: translate(0, -50px);
  opacity: 0;
}
@media only all and (max-width: 47.938rem) {
  html .moduletable.in-tran-arriba {
    -ms-transform: translate(0, 0) !important;
    /* IE 9 */
    -webkit-transform: translate(0, 0) !important;
    /* Chrome, Safari, Opera */
    transform: translate(0, 0) !important;
    -o-transition: translate(0, 0) !important;
    -moz-transition: translate(0, 0) !important;
    opacity: 1 !important;
  }
}
/* line 39, templates/g5_helium/custom/scss/puppet.scss */
html .moduletable.in-tran-izq {
  -ms-transform: translate(-50px, 0px);
  /* IE 9 */
  -webkit-transform: translate(-50px, 0px);
  /* Chrome, Safari, Opera */
  transform: translate(-50px, 0px);
  -o-transition: translate(-50px, 0px);
  -moz-transition: translate(-50px, 0px);
  opacity: 0;
}
@media only all and (max-width: 47.938rem) {
  html .moduletable.in-tran-izq {
    -ms-transform: translate(0, 0) !important;
    /* IE 9 */
    -webkit-transform: translate(0, 0) !important;
    /* Chrome, Safari, Opera */
    transform: translate(0, 0) !important;
    -o-transition: translate(0, 0) !important;
    -moz-transition: translate(0, 0) !important;
    opacity: 1 !important;
  }
}
/* line 55, templates/g5_helium/custom/scss/puppet.scss */
html .moduletable.in-tran-dr {
  -ms-transform: translate(50px, 0px);
  /* IE 9 */
  -webkit-transform: translate(50px, 0px);
  /* Chrome, Safari, Opera */
  transform: translate(50px, 0px);
  -o-transition: translate(50px, 0px);
  -moz-transition: translate(50px, 0px);
  opacity: 0;
}
@media only all and (max-width: 47.938rem) {
  html .moduletable.in-tran-dr {
    -ms-transform: translate(0, 0) !important;
    /* IE 9 */
    -webkit-transform: translate(0, 0) !important;
    /* Chrome, Safari, Opera */
    transform: translate(0, 0) !important;
    -o-transition: translate(0, 0) !important;
    -moz-transition: translate(0, 0) !important;
    opacity: 1 !important;
  }
}
/* line 73, templates/g5_helium/custom/scss/puppet.scss */
html .moduletable.in-scale {
  -ms-transform: scale(0);
  /* IE 9 */
  -webkit-transform: scale(0);
  /* Chrome, Safari, Opera */
  transform: scale(0);
  -o-transition: scale(0);
  -moz-transition: scale(0);
  opacity: 0;
}
@media only all and (max-width: 47.938rem) {
  html .moduletable.in-scale {
    -ms-transform: translate(0, 0) !important;
    /* IE 9 */
    -webkit-transform: translate(0, 0) !important;
    /* Chrome, Safari, Opera */
    transform: translate(0, 0) !important;
    -o-transition: translate(0, 0) !important;
    -moz-transition: translate(0, 0) !important;
    opacity: 1 !important;
  }
}
/* line 92, templates/g5_helium/custom/scss/puppet.scss */
/* line 94, templates/g5_helium/custom/scss/puppet.scss */
/* line 96, templates/g5_helium/custom/scss/puppet.scss */
html.loaded .moduletable.in-tran-dr, html.loaded .moduletable.in-tran-izq, html.loaded .moduletable.in-tran-arriba, html.loaded .moduletable.in-tran-abajo {
  -ms-transform: translate(0px, 0px);
  /* IE 9 */
  -webkit-transform: translate(0px, 0px);
  /* Chrome, Safari, Opera */
  transform: translate(0px, 0px);
  -o-transition: translate(0px, 0px);
  -moz-transition: translate(0px, 0px);
  opacity: 1;
}
/* line 105, templates/g5_helium/custom/scss/puppet.scss */
html.loaded .moduletable.in-scale {
  -ms-transform: scale(1);
  /* IE 9 */
  -webkit-transform: scale(1);
  /* Chrome, Safari, Opera */
  transform: scale(1);
  -o-transition: scale(1);
  -moz-transition: scale(1);
  opacity: 1;
}
/* line 119, templates/g5_helium/custom/scss/puppet.scss */
/* line 122, templates/g5_helium/custom/scss/puppet.scss */
.moduletable.sc-tran-abajo {
  -ms-transform: translate(0, 50px);
  /* IE 9 */
  -webkit-transform: translate(0, 50px);
  /* Chrome, Safari, Opera */
  transform: translate(0, 50px);
  -o-transition: translate(0, 50px);
  -moz-transition: translate(0, 50px);
  opacity: 0;
}
@media only all and (max-width: 47.938rem) {
  .moduletable.sc-tran-abajo {
    -ms-transform: translate(0, 0) !important;
    /* IE 9 */
    -webkit-transform: translate(0, 0) !important;
    /* Chrome, Safari, Opera */
    transform: translate(0, 0) !important;
    -o-transition: translate(0, 0) !important;
    -moz-transition: translate(0, 0) !important;
    opacity: 1 !important;
  }
}
/* line 138, templates/g5_helium/custom/scss/puppet.scss */
.moduletable.sc-tran-arriba {
  -ms-transform: translate(0, -50px);
  /* IE 9 */
  -webkit-transform: translate(0, -50px);
  /* Chrome, Safari, Opera */
  transform: translate(0, -50px);
  -o-transition: translate(0, -50px);
  -moz-transition: translate(0, -50px);
  opacity: 0;
}
@media only all and (max-width: 47.938rem) {
  .moduletable.sc-tran-arriba {
    -ms-transform: translate(0, 0) !important;
    /* IE 9 */
    -webkit-transform: translate(0, 0) !important;
    /* Chrome, Safari, Opera */
    transform: translate(0, 0) !important;
    -o-transition: translate(0, 0) !important;
    -moz-transition: translate(0, 0) !important;
    opacity: 1 !important;
  }
}
/* line 154, templates/g5_helium/custom/scss/puppet.scss */
.moduletable.sc-tran-izq {
  -ms-transform: translate(-50px, 0px);
  /* IE 9 */
  -webkit-transform: translate(-50px, 0px);
  /* Chrome, Safari, Opera */
  transform: translate(-50px, 0px);
  -o-transition: translate(-50px, 0px);
  -moz-transition: translate(-50px, 0px);
  opacity: 0;
}
@media only all and (max-width: 47.938rem) {
  .moduletable.sc-tran-izq {
    -ms-transform: translate(0, 0) !important;
    /* IE 9 */
    -webkit-transform: translate(0, 0) !important;
    /* Chrome, Safari, Opera */
    transform: translate(0, 0) !important;
    -o-transition: translate(0, 0) !important;
    -moz-transition: translate(0, 0) !important;
    opacity: 1 !important;
  }
}
/* line 170, templates/g5_helium/custom/scss/puppet.scss */
.moduletable.sc-tran-dr {
  -ms-transform: translate(50px, 0px);
  /* IE 9 */
  -webkit-transform: translate(50px, 0px);
  /* Chrome, Safari, Opera */
  transform: translate(50px, 0px);
  -o-transition: translate(50px, 0px);
  -moz-transition: translate(50px, 0px);
  opacity: 0;
}
@media only all and (max-width: 47.938rem) {
  .moduletable.sc-tran-dr {
    -ms-transform: translate(0, 0) !important;
    /* IE 9 */
    -webkit-transform: translate(0, 0) !important;
    /* Chrome, Safari, Opera */
    transform: translate(0, 0) !important;
    -o-transition: translate(0, 0) !important;
    -moz-transition: translate(0, 0) !important;
    opacity: 1 !important;
  }
}
/* line 188, templates/g5_helium/custom/scss/puppet.scss */
.moduletable.sc-scale {
  -ms-transform: scale(0);
  /* IE 9 */
  -webkit-transform: scale(0);
  /* Chrome, Safari, Opera */
  transform: scale(0);
  -o-transition: scale(0);
  -moz-transition: scale(0);
  opacity: 0;
}
@media only all and (max-width: 47.938rem) {
  .moduletable.sc-scale {
    -ms-transform: scale(1) !important;
    /* IE 9 */
    -webkit-transform: scale(1) !important;
    /* Chrome, Safari, Opera */
    transform: scale(1) !important;
    -o-transition: scale(1) !important;
    -moz-transition: scale(1) !important;
    opacity: 1 !important;
  }
}
/* line 207, templates/g5_helium/custom/scss/puppet.scss */
/* line 210, templates/g5_helium/custom/scss/puppet.scss */
.moduletable.loaded.sc-tran-dr, .moduletable.loaded.sc-tran-izq, .moduletable.loaded.sc-tran-arriba, .moduletable.loaded.sc-tran-abajo {
  -ms-transform: translate(0px, 0px);
  /* IE 9 */
  -webkit-transform: translate(0px, 0px);
  /* Chrome, Safari, Opera */
  transform: translate(0px, 0px);
  -o-transition: translate(0px, 0px);
  -moz-transition: translate(0px, 0px);
  opacity: 1;
}
/* line 219, templates/g5_helium/custom/scss/puppet.scss */
.moduletable.loaded.sc-scale {
  -ms-transform: scale(1);
  /* IE 9 */
  -webkit-transform: scale(1);
  /* Chrome, Safari, Opera */
  transform: scale(1);
  -o-transition: scale(1);
  -moz-transition: scale(1);
  opacity: 1;
}
/* line 235, templates/g5_helium/custom/scss/puppet.scss */
/* line 236, templates/g5_helium/custom/scss/puppet.scss */
.moduletable.animate .sc-int-tran-abajo {
  -ms-transform: translate(0, 50px);
  /* IE 9 */
  -webkit-transform: translate(0, 50px);
  /* Chrome, Safari, Opera */
  transform: translate(0, 50px);
  -o-transition: translate(0, 50px);
  -moz-transition: translate(0, 50px);
  opacity: 0;
}
@media only all and (max-width: 47.938rem) {
  .moduletable.animate .sc-int-tran-abajo {
    -ms-transform: translate(0, 0) !important;
    /* IE 9 */
    -webkit-transform: translate(0, 0) !important;
    /* Chrome, Safari, Opera */
    transform: translate(0, 0) !important;
    -o-transition: translate(0, 0) !important;
    -moz-transition: translate(0, 0) !important;
    opacity: 1 !important;
  }
}
/* line 252, templates/g5_helium/custom/scss/puppet.scss */
.moduletable.animate .sc-int-tran-arriba {
  -ms-transform: translate(0, -50px);
  /* IE 9 */
  -webkit-transform: translate(0, -50px);
  /* Chrome, Safari, Opera */
  transform: translate(0, -50px);
  -o-transition: translate(0, -50px);
  -moz-transition: translate(0, -50px);
  opacity: 0;
}
@media only all and (max-width: 47.938rem) {
  .moduletable.animate .sc-int-tran-arriba {
    -ms-transform: translate(0, 0) !important;
    /* IE 9 */
    -webkit-transform: translate(0, 0) !important;
    /* Chrome, Safari, Opera */
    transform: translate(0, 0) !important;
    -o-transition: translate(0, 0) !important;
    -moz-transition: translate(0, 0) !important;
    opacity: 1 !important;
  }
}
/* line 268, templates/g5_helium/custom/scss/puppet.scss */
.moduletable.animate .sc-int-tran-izq {
  -ms-transform: translate(-50px, 0px);
  /* IE 9 */
  -webkit-transform: translate(-50px, 0px);
  /* Chrome, Safari, Opera */
  transform: translate(-50px, 0px);
  -o-transition: translate(-50px, 0px);
  -moz-transition: translate(-50px, 0px);
  opacity: 0;
}
@media only all and (max-width: 47.938rem) {
  .moduletable.animate .sc-int-tran-izq {
    -ms-transform: translate(0, 0) !important;
    /* IE 9 */
    -webkit-transform: translate(0, 0) !important;
    /* Chrome, Safari, Opera */
    transform: translate(0, 0) !important;
    -o-transition: translate(0, 0) !important;
    -moz-transition: translate(0, 0) !important;
    opacity: 1 !important;
  }
}
/* line 284, templates/g5_helium/custom/scss/puppet.scss */
.moduletable.animate .sc-int-tran-dr {
  -ms-transform: translate(50px, 0px);
  /* IE 9 */
  -webkit-transform: translate(50px, 0px);
  /* Chrome, Safari, Opera */
  transform: translate(50px, 0px);
  -o-transition: translate(50px, 0px);
  -moz-transition: translate(50px, 0px);
  opacity: 0;
}
@media only all and (max-width: 47.938rem) {
  .moduletable.animate .sc-int-tran-dr {
    -ms-transform: translate(0, 0) !important;
    /* IE 9 */
    -webkit-transform: translate(0, 0) !important;
    /* Chrome, Safari, Opera */
    transform: translate(0, 0) !important;
    -o-transition: translate(0, 0) !important;
    -moz-transition: translate(0, 0) !important;
    opacity: 1 !important;
  }
}
/* line 300, templates/g5_helium/custom/scss/puppet.scss */
.moduletable.animate .sc-int-scale {
  -ms-transform: scale(0);
  -webkit-transform: scale(0);
  transform: scale(0);
  -o-transition: scale(0);
  -moz-transition: scale(0);
  opacity: 0;
}
@media only all and (max-width: 47.938rem) {
  .moduletable.animate .sc-int-scale {
    -ms-transform: scale(1) !important;
    /* IE 9 */
    -webkit-transform: scale(1) !important;
    /* Chrome, Safari, Opera */
    transform: scale(1) !important;
    -o-transition: scale(1) !important;
    -moz-transition: scale(1) !important;
    opacity: 1 !important;
  }
}
/* line 317, templates/g5_helium/custom/scss/puppet.scss */
/* line 318, templates/g5_helium/custom/scss/puppet.scss */
.moduletable.animate.loaded .sc-int-scale {
  -ms-transform: scale(1);
  /* IE 9 */
  -webkit-transform: scale(1);
  /* Chrome, Safari, Opera */
  transform: scale(1);
  -o-transition: scale(1);
  -moz-transition: scale(1);
  opacity: 1;
}
/* line 326, templates/g5_helium/custom/scss/puppet.scss */
.moduletable.animate.loaded .sc-int-tran-abajo, .moduletable.animate.loaded .sc-int-tran-arriba, .moduletable.animate.loaded .sc-int-tran-izq, .moduletable.animate.loaded .sc-int-tran-dr {
  -ms-transform: translate(0px, 0px);
  /* IE 9 */
  -webkit-transform: translate(0px, 0px);
  /* Chrome, Safari, Opera */
  transform: translate(0px, 0px);
  -o-transition: translate(0px, 0px);
  -moz-transition: translate(0px, 0px);
  opacity: 1;
}
/* line 341, templates/g5_helium/custom/scss/puppet.scss */
/* line 342, templates/g5_helium/custom/scss/puppet.scss */
html .in-int-tran-abajo {
  -ms-transform: translate(0, 50px);
  /* IE 9 */
  -webkit-transform: translate(0, 50px);
  /* Chrome, Safari, Opera */
  transform: translate(0, 50px);
  -o-transition: translate(0, 50px);
  -moz-transition: translate(0, 50px);
  opacity: 0;
}
@media only all and (max-width: 47.938rem) {
  html .in-int-tran-abajo {
    -ms-transform: translate(0, 0) !important;
    /* IE 9 */
    -webkit-transform: translate(0, 0) !important;
    /* Chrome, Safari, Opera */
    transform: translate(0, 0) !important;
    -o-transition: translate(0, 0) !important;
    -moz-transition: translate(0, 0) !important;
    opacity: 1 !important;
  }
}
/* line 358, templates/g5_helium/custom/scss/puppet.scss */
html .in-int-tran-arriba {
  -ms-transform: translate(0, -50px);
  /* IE 9 */
  -webkit-transform: translate(0, -50px);
  /* Chrome, Safari, Opera */
  transform: translate(0, -50px);
  -o-transition: translate(0, -50px);
  -moz-transition: translate(0, -50px);
  opacity: 0;
}
@media only all and (max-width: 47.938rem) {
  html .in-int-tran-arriba {
    -ms-transform: translate(0, 0) !important;
    /* IE 9 */
    -webkit-transform: translate(0, 0) !important;
    /* Chrome, Safari, Opera */
    transform: translate(0, 0) !important;
    -o-transition: translate(0, 0) !important;
    -moz-transition: translate(0, 0) !important;
    opacity: 1 !important;
  }
}
/* line 376, templates/g5_helium/custom/scss/puppet.scss */
html .in-int-tran-izq {
  -ms-transform: translate(-50px, 0px);
  /* IE 9 */
  -webkit-transform: translate(-50px, 0px);
  /* Chrome, Safari, Opera */
  transform: translate(-50px, 0px);
  -o-transition: translate(-50px, 0px);
  -moz-transition: translate(-50px, 0px);
  opacity: 0;
}
@media only all and (max-width: 47.938rem) {
  html .in-int-tran-izq {
    -ms-transform: translate(0, 0) !important;
    /* IE 9 */
    -webkit-transform: translate(0, 0) !important;
    /* Chrome, Safari, Opera */
    transform: translate(0, 0) !important;
    -o-transition: translate(0, 0) !important;
    -moz-transition: translate(0, 0) !important;
    opacity: 1 !important;
  }
}
/* line 394, templates/g5_helium/custom/scss/puppet.scss */
html .in-int-tran-dr {
  -ms-transform: translate(50px, 0px);
  /* IE 9 */
  -webkit-transform: translate(50px, 0px);
  /* Chrome, Safari, Opera */
  transform: translate(50px, 0px);
  -o-transition: translate(50px, 0px);
  -moz-transition: translate(50px, 0px);
  opacity: 0;
}
@media only all and (max-width: 47.938rem) {
  html .in-int-tran-dr {
    -ms-transform: translate(0, 0) !important;
    /* IE 9 */
    -webkit-transform: translate(0, 0) !important;
    /* Chrome, Safari, Opera */
    transform: translate(0, 0) !important;
    -o-transition: translate(0, 0) !important;
    -moz-transition: translate(0, 0) !important;
    opacity: 1 !important;
  }
}
/* line 414, templates/g5_helium/custom/scss/puppet.scss */
html .in-int-scale {
  -ms-transform: scale(0);
  /* IE 9 */
  -webkit-transform: scale(0);
  /* Chrome, Safari, Opera */
  transform: scale(0);
  -o-transition: scale(0);
  -moz-transition: scale(0);
  opacity: 0;
}
@media only all and (max-width: 47.938rem) {
  html .in-int-scale {
    opacity: 1 !important;
    -ms-transform: scale(1) !important;
    /* IE 9 */
    -webkit-transform: scale(1) !important;
    /* Chrome, Safari, Opera */
    transform: scale(1) !important;
    -o-transition: scale(1) !important;
    -moz-transition: scale(1) !important;
  }
}
/* line 431, templates/g5_helium/custom/scss/puppet.scss */
/* line 432, templates/g5_helium/custom/scss/puppet.scss */
html.loaded .in-int-tran-abajo, html.loaded .in-int-tran-arriba, html.loaded .in-int-tran-izq, html.loaded .in-int-tran-dr {
  -ms-transform: translate(0px, 0px);
  /* IE 9 */
  -webkit-transform: translate(0px, 0px);
  /* Chrome, Safari, Opera */
  transform: translate(0px, 0px);
  -o-transition: translate(0px, 0px);
  -moz-transition: translate(0px, 0px);
  opacity: 1;
}
/* line 440, templates/g5_helium/custom/scss/puppet.scss */
html.loaded .in-int-scale {
  -ms-transform: scale(1);
  /* IE 9 */
  -webkit-transform: scale(1);
  /* Chrome, Safari, Opera */
  transform: scale(1);
  -o-transition: scale(1);
  -moz-transition: scale(1);
  opacity: 1;
}
/* line 617, templates/g5_helium/custom/scss/puppet.scss */
.o-tran-centro {
  transform-origin: 50% 50%;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
}
/* line 624, templates/g5_helium/custom/scss/puppet.scss */
.o-tran-iz {
  transform-origin: 0% 50%;
  -webkit-transform-origin: 0% 50%;
  -ms-transform-origin: 0% 50%;
  -o-transform-origin: 0% 50%;
  -moz-transform-origin: 0% 50%;
}
/* line 632, templates/g5_helium/custom/scss/puppet.scss */
.o-tran-dr {
  transform-origin: 100% 50%;
  -webkit-transform-origin: 100% 50%;
  -ms-transform-origin: 100% 50%;
  -o-transform-origin: 100% 50%;
  -moz-transform-origin: 100% 50%;
}
/* line 639, templates/g5_helium/custom/scss/puppet.scss */
.o-tran-arriba {
  transform-origin: 50% 0%;
  -webkit-transform-origin: 50% 0%;
  -ms-transform-origin: 50% 0%;
  -o-transform-origin: 50% 0%;
  -moz-transform-origin: 50% 0%;
}
/* line 646, templates/g5_helium/custom/scss/puppet.scss */
.o-tran-arriba-iz {
  transform-origin: 0% 0%;
  -webkit-transform-origin: 0% 0%;
  -ms-transform-origin: 0% 0%;
  -o-transform-origin: 0% 0%;
  -moz-transform-origin: 0% 0%;
}
/* line 713, templates/g5_helium/custom/scss/puppet.scss */
.t-2-04 {
  transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0.4s;
  -webkit-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0.4s;
  -o-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0.4s;
  -moz-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0.4s;
  -ms-transition: transform all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0.4s;
}
/* line 716, templates/g5_helium/custom/scss/puppet.scss */
.t-3-04 {
  transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0.8s;
  -webkit-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0.8s;
  -o-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0.8s;
  -moz-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0.8s;
  -ms-transition: transform all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0.8s;
}
/* line 719, templates/g5_helium/custom/scss/puppet.scss */
.t-4-04 {
  transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 1.2s;
  -webkit-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 1.2s;
  -o-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 1.2s;
  -moz-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 1.2s;
  -ms-transition: transform all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 1.2s;
}
/* line 722, templates/g5_helium/custom/scss/puppet.scss */
.t-5-04 {
  transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 1.6s;
  -webkit-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 1.6s;
  -o-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 1.6s;
  -moz-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 1.6s;
  -ms-transition: transform all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 1.6s;
}
/* line 725, templates/g5_helium/custom/scss/puppet.scss */
.t-6-04 {
  transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 2s;
  -webkit-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 2s;
  -o-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 2s;
  -moz-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 2s;
  -ms-transition: transform all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 2s;
}
/* line 733, templates/g5_helium/custom/scss/puppet.scss */
.t-uno-delta-03 {
  transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
  -webkit-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
  -o-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
  -moz-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
  -ms-transition: transform all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
}
/* line 740, templates/g5_helium/custom/scss/puppet.scss */
.t-dos-delta-03 {
  transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0.3s;
  -webkit-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0.3s;
  -o-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0.3s;
  -moz-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0.3s;
  -ms-transition: transform all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0.3s;
}
/* line 747, templates/g5_helium/custom/scss/puppet.scss */
.t-tres-delta-03 {
  transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0.6s;
  -webkit-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0.6s;
  -o-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0.6s;
  -moz-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0.6s;
  -ms-transition: transform all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0.6s;
}
/* line 754, templates/g5_helium/custom/scss/puppet.scss */
.t-cuatro-delta-03 {
  transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0.9s;
  -webkit-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0.9s;
  -o-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0.9s;
  -moz-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0.9s;
  -ms-transition: transform all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0.9s;
}
/* line 761, templates/g5_helium/custom/scss/puppet.scss */
.t-cinco-delta-03 {
  transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 1.2s;
  -webkit-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 1.2s;
  -o-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 1.2s;
  -moz-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 1.2s;
  -ms-transition: transform all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 1.2s;
}
/* line 768, templates/g5_helium/custom/scss/puppet.scss */
.t-seis-delta-03 {
  transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 1.5s;
  -webkit-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 1.5s;
  -o-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 1.5s;
  -moz-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 1.5s;
  -ms-transition: transform all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 1.5s;
}
@-webkit-keyframes bombita {
  /* line 156, templates/g5_helium/custom/scss/_var-gen.scss */
  0% {
    -webkit-transform: translate(0, -10px);
  }
  /* line 157, templates/g5_helium/custom/scss/_var-gen.scss */
  50% {
    -webkit-transform: translate(0, 0px);
  }
  /* line 158, templates/g5_helium/custom/scss/_var-gen.scss */
  100% {
    -webkit-transform: translate(0, -10px);
  }
}
@-moz-keyframes bombita {
  /* line 161, templates/g5_helium/custom/scss/_var-gen.scss */
  0% {
    -moz-transition: translate(0, -10px);
  }
  /* line 162, templates/g5_helium/custom/scss/_var-gen.scss */
  50% {
    -moz-transition: translate(0, 0px);
  }
  /* line 163, templates/g5_helium/custom/scss/_var-gen.scss */
  100% {
    -moz-transition: translate(0, -10px);
  }
}
@-o-keyframes bombita {
  /* line 166, templates/g5_helium/custom/scss/_var-gen.scss */
  0% {
    -o-transition: translate(0, -10px);
  }
  /* line 167, templates/g5_helium/custom/scss/_var-gen.scss */
  50% {
    -o-transition: translate(0, 0px);
  }
  /* line 168, templates/g5_helium/custom/scss/_var-gen.scss */
  100% {
    -o-transition: translate(0, -10px);
  }
}
@keyframes bombita {
  /* line 171, templates/g5_helium/custom/scss/_var-gen.scss */
  0% {
    transform: translate(0, -10px);
  }
  /* line 172, templates/g5_helium/custom/scss/_var-gen.scss */
  50% {
    transform: translate(0, 0px);
  }
  /* line 173, templates/g5_helium/custom/scss/_var-gen.scss */
  100% {
    transform: translate(0, -10px);
  }
}
/* line 176, templates/g5_helium/custom/scss/_var-gen.scss */
.inner-tran-abajo {
  -ms-transform: translate(0, 50px);
  /* IE 9 */
  -webkit-transform: translate(0, 50px);
  /* Chrome, Safari, Opera */
  transform: translate(0, 50px);
  -o-transition: translate(0, 50px);
  -moz-transition: translate(0, 50px);
  opacity: 0;
}
@media only all and (max-width: 47.938rem) {
  .inner-tran-abajo {
    -ms-transform: translate(0, 0px) !important;
    /* IE 9 */
    -webkit-transform: translate(0, 0px) !important;
    /* Chrome, Safari, Opera */
    transform: translate(0, 0px) !important;
    -o-transition: translate(0, 0px) !important;
    -moz-transition: translate(0, 0px) !important;
    opacity: 1;
  }
}
/* line 179, templates/g5_helium/custom/scss/_var-gen.scss */
.inner-tran-arriba {
  -ms-transform: translate(0, -50px);
  /* IE 9 */
  -webkit-transform: translate(0, -50px);
  /* Chrome, Safari, Opera */
  transform: translate(0, -50px);
  -o-transition: translate(0, -50px);
  -moz-transition: translate(0, -50px);
  opacity: 0;
}
@media only all and (max-width: 47.938rem) {
  .inner-tran-arriba {
    -ms-transform: translate(0, 0px) !important;
    /* IE 9 */
    -webkit-transform: translate(0, 0px) !important;
    /* Chrome, Safari, Opera */
    transform: translate(0, 0px) !important;
    -o-transition: translate(0, 0px) !important;
    -moz-transition: translate(0, 0px);
    opacity: 1;
  }
}
/* line 182, templates/g5_helium/custom/scss/_var-gen.scss */
.inner-tran-izq {
  -ms-transform: translate(-50px, 0px);
  /* IE 9 */
  -webkit-transform: translate(-50px, 0px);
  /* Chrome, Safari, Opera */
  transform: translate(-50px, 0px);
  -o-transition: translate(-50px, 0px);
  -moz-transition: translate(-50px, 0px);
  opacity: 0;
}
@media only all and (max-width: 47.938rem) {
  .inner-tran-izq {
    -ms-transform: translate(0, 0px) !important;
    /* IE 9 */
    -webkit-transform: translate(0, 0px) !important;
    /* Chrome, Safari, Opera */
    transform: translate(0, 0px) !important;
    -o-transition: translate(0, 0px) !important;
    -moz-transition: translate(0, 0px) !important;
    opacity: 1;
  }
}
/* line 185, templates/g5_helium/custom/scss/_var-gen.scss */
.inner-tran-dr {
  -ms-transform: translate(50px, 0px);
  /* IE 9 */
  -webkit-transform: translate(50px, 0px);
  /* Chrome, Safari, Opera */
  transform: translate(50px, 0px);
  -o-transition: translate(50px, 0px);
  -moz-transition: translate(50px, 0px);
  opacity: 0;
}
@media only all and (max-width: 47.938rem) {
  .inner-tran-dr {
    -ms-transform: translate(0, 0px) !important;
    /* IE 9 */
    -webkit-transform: translate(0, 0px) !important;
    /* Chrome, Safari, Opera */
    transform: translate(0, 0px) !important;
    -o-transition: translate(0, 0px) !important;
    -moz-transition: translate(0, 0px) !important;
    opacity: 1;
  }
}
/* line 188, templates/g5_helium/custom/scss/_var-gen.scss */
.inner-scale-cen {
  -ms-transform: scale(0);
  /* IE 9 */
  -webkit-transform: scale(0);
  /* Chrome, Safari, Opera */
  transform: scale(0);
  -o-transition: scale(0);
  -moz-transition: scale(0);
  opacity: 0;
}
@media only all and (max-width: 47.938rem) {
  .inner-scale-cen {
    -ms-transform: scale(1) !important;
    /* IE 9 */
    -webkit-transform: scale(1) !important;
    /* Chrome, Safari, Opera */
    transform: scale(1) !important;
    -o-transition: scale(1) !important;
    -moz-transition: scale(1) !important;
    opacity: 1;
  }
}
/* line 191, templates/g5_helium/custom/scss/_var-gen.scss */
.inner-scale-dr {
  -ms-transform: scale(0, 1);
  /* IE 9 */
  -webkit-transform: scale(0, 1);
  /* Chrome, Safari, Opera */
  transform: scale(0, 1);
  -o-transition: scale(0, 1);
  -moz-transition: scale(0, 1);
  opacity: 0;
}
@media only all and (max-width: 47.938rem) {
  .inner-scale-dr {
    -ms-transform: scale(1) !important;
    /* IE 9 */
    -webkit-transform: scale(1) !important;
    /* Chrome, Safari, Opera */
    transform: scale(1) !important;
    -o-transition: scale(1) !important;
    -moz-transition: scale(1) !important;
    opacity: 1;
  }
}
/* line 194, templates/g5_helium/custom/scss/_var-gen.scss */
.inner-scale-dr-arriba {
  -ms-transform: scale(0, 0);
  /* IE 9 */
  -webkit-transform: scale(0, 0);
  /* Chrome, Safari, Opera */
  transform: scale(0, 0);
  -o-transition: scale(0, 0);
  -moz-transition: scale(0, 0);
  opacity: 0;
}
@media only all and (max-width: 47.938rem) {
  .inner-scale-dr-arriba {
    -ms-transform: scale(1) !important;
    /* IE 9 */
    -webkit-transform: scale(1) !important;
    /* Chrome, Safari, Opera */
    transform: scale(1) !important;
    -o-transition: scale(1) !important;
    -moz-transition: scale(1) !important;
    opacity: 1;
  }
}
/* line 197, templates/g5_helium/custom/scss/_var-gen.scss */
.inner-scale-fin {
  -ms-transform: scale(1) !important;
  /* IE 9 */
  -webkit-transform: scale(1) !important;
  /* Chrome, Safari, Opera */
  transform: scale(1) !important;
  -o-transition: scale(1) !important;
  -moz-transition: scale(1) !important;
  opacity: 1 !important;
}
/* line 201, templates/g5_helium/custom/scss/_var-gen.scss */
.inner-tran-fin {
  opacity: 1;
  -ms-transform: translate(0, 0px);
  /* IE 9 */
  -webkit-transform: translate(0, 0px);
  /* Chrome, Safari, Opera */
  transform: translate(0, 0px);
  -o-transition: translate(0, 0px);
  -moz-transition: translate(0, 0px);
}
/* line 206, templates/g5_helium/custom/scss/_var-gen.scss */
.t-i-1-06 {
  transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
  -webkit-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
  -o-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
  -moz-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
  -ms-transition: transform all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
}
/* line 209, templates/g5_helium/custom/scss/_var-gen.scss */
.t-i-2-06 {
  transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0.3s;
  -webkit-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0.3s;
  -o-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0.3s;
  -moz-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0.3s;
  -ms-transition: transform all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0.3s;
}
/* line 212, templates/g5_helium/custom/scss/_var-gen.scss */
.t-i-3-06 {
  transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0.6s;
  -webkit-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0.6s;
  -o-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0.6s;
  -moz-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0.6s;
  -ms-transition: transform all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0.6s;
}
/* line 215, templates/g5_helium/custom/scss/_var-gen.scss */
.t-i-4-06 {
  transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0.9s;
  -webkit-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0.9s;
  -o-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0.9s;
  -moz-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0.9s;
  -ms-transition: transform all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0.9s;
}
/* line 218, templates/g5_helium/custom/scss/_var-gen.scss */
.t-i-5-06 {
  transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 1.2s;
  -webkit-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 1.2s;
  -o-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 1.2s;
  -moz-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 1.2s;
  -ms-transition: transform all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 1.3s;
}
/* line 221, templates/g5_helium/custom/scss/_var-gen.scss */
.t-i-6-06 {
  transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 1.5s;
  -webkit-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 1.5s;
  -o-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 1.5s;
  -moz-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 1.5s;
  -ms-transition: transform all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 1.5s;
}
/* line 16, templates/g5_helium/custom/scss/_mainmenu.scss */
/* line 17, templates/g5_helium/custom/scss/_mainmenu.scss */
.g-main-nav .g-toplevel > li.active, .g-main-nav .g-toplevel > li:hover {
  background: transparent !important;
}
/* line 19, templates/g5_helium/custom/scss/_mainmenu.scss */
.g-main-nav .g-toplevel > li.active > .g-menu-item-container, .g-main-nav .g-toplevel > li:hover > .g-menu-item-container {
  border-top: none;
  border-bottom: none;
  color: #db9907 !important;
}
/* line 23, templates/g5_helium/custom/scss/_mainmenu.scss */
/* line 24, templates/g5_helium/custom/scss/_mainmenu.scss */
/* line 25, templates/g5_helium/custom/scss/_mainmenu.scss */
.g-main-nav .g-toplevel > li.active > .g-menu-item-container > .g-menu-item-content > .g-menu-item-title:after, .g-main-nav .g-toplevel > li:hover > .g-menu-item-container > .g-menu-item-content > .g-menu-item-title:after {
  display: none;
}
/* line 32, templates/g5_helium/custom/scss/_mainmenu.scss */
/* line 33, templates/g5_helium/custom/scss/_mainmenu.scss */
/* line 34, templates/g5_helium/custom/scss/_mainmenu.scss */
.g-main-nav .g-toplevel > li .g-dropdown .g-menu-item-type-particle .g-menu-item-container {
  border: none !important;
}
/* line 38, templates/g5_helium/custom/scss/_mainmenu.scss */
.g-main-nav .g-toplevel > li .g-dropdown .moduletable {
  padding: 0rem 0.7rem !important;
  margin: 0rem !important;
}
/* line 41, templates/g5_helium/custom/scss/_mainmenu.scss */
.g-main-nav .g-toplevel > li .g-dropdown .moduletable p {
  color: #333 !important;
  font-family: 'Conv_librefranklin-light';
  word-break: normal;
  overflow-wrap: normal;
  font-weight: normal !important;
}
/* line 48, templates/g5_helium/custom/scss/_mainmenu.scss */
.g-main-nav .g-toplevel > li .g-dropdown .moduletable a.btn {
  color: #005a96 !important;
  border: 1px solid #005a96 !important;
  border-radius: 0px !important;
  padding: 10px 20px !important;
  display: inline-block;
  font-size: 1rem !important;
  line-height: 1rem !important;
  background-color: #fff !important;
  background-repeat: no-repeat;
  transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
  -webkit-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
  -o-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
  -moz-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
  -ms-transition: transform all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
  font-family: 'Conv_librefranklin-regular';
  box-shadow: none !important;
  text-transform: none !important;
  letter-spacing: unset !important;
}
/* line 20, templates/g5_helium/custom/scss/_botones.scss */
.g-main-nav .g-toplevel > li .g-dropdown .moduletable a.btn:hover {
  border: 1px solid #005a96 !important;
  color: #fff !important;
  background-color: #005a96 !important;
}
/* line 53, templates/g5_helium/custom/scss/_mainmenu.scss */
.g-main-nav .g-toplevel > li > .g-menu-item-container {
  padding: 0.7rem 0.938rem;
  border-top: none;
  font-family: 'Conv_librefranklin-regular';
  border-bottom: none;
  text-transform: none !important;
}
/* line 59, templates/g5_helium/custom/scss/_mainmenu.scss */
.g-main-nav .g-toplevel > li > .g-menu-item-container .g-menu-item-content {
  box-shadow: none !important;
  padding: 0rem;
}
/* line 62, templates/g5_helium/custom/scss/_mainmenu.scss */
.g-main-nav .g-toplevel > li > .g-menu-item-container .g-menu-item-content > .g-menu-item-title {
  font-weight: normal !important;
  font-family: 'Conv_librefranklin-regular';
}
@media only all and (min-width: 60rem) and (max-width: 74.938rem) {
  .g-main-nav .g-toplevel > li > .g-menu-item-container {
    letter-spacing: 0.01rem;
    font-size: 0.9rem;
  }
}
@media only all and (min-width: 48rem) and (max-width: 59.938rem) {
  .g-main-nav .g-toplevel > li > .g-menu-item-container {
    padding: 0.7rem 0.938rem 0.7rem 0rem;
    text-transform: none;
    letter-spacing: 0rem;
    font-size: 0.87rem;
  }
}
/* line 82, templates/g5_helium/custom/scss/_mainmenu.scss */
/* line 83, templates/g5_helium/custom/scss/_mainmenu.scss */
#g-navigation .g-content, #g-header .g-content {
  padding: 0rem;
  margin: 0rem;
}
/* line 87, templates/g5_helium/custom/scss/_mainmenu.scss */
#g-navigation nav.g-main-nav, #g-header nav.g-main-nav {
  margin: 0rem 0rem 0rem;
  transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
  -webkit-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
  -o-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
  -moz-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
  -ms-transition: transform all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
  font-size: 1rem;
}
/* line 91, templates/g5_helium/custom/scss/_mainmenu.scss */
#g-navigation nav.g-main-nav ul.g-toplevel, #g-header nav.g-main-nav ul.g-toplevel {
  justify-content: left !important;
}
/* line 94, templates/g5_helium/custom/scss/_mainmenu.scss */
#g-navigation nav.g-main-nav .g-menu-parent-indicator, #g-header nav.g-main-nav .g-menu-parent-indicator {
  /*display:none !important;*/
}
/* line 97, templates/g5_helium/custom/scss/_mainmenu.scss */
#g-navigation nav.g-main-nav .g-dropdown, #g-header nav.g-main-nav .g-dropdown {
  padding: 0.4rem;
  border: 1px solid #e6e6e6;
  border-radius: 0rem !important;
  font-family: 'Conv_librefranklin-regular';
}
/* line 103, templates/g5_helium/custom/scss/_mainmenu.scss */
#g-navigation nav.g-main-nav .g-dropdown .g-menu-item, #g-header nav.g-main-nav .g-dropdown .g-menu-item {
  margin: 0.2rem;
  padding: 0rem;
}
/* line 106, templates/g5_helium/custom/scss/_mainmenu.scss */
#g-navigation nav.g-main-nav .g-dropdown .g-menu-item .g-menu-item-container, #g-header nav.g-main-nav .g-dropdown .g-menu-item .g-menu-item-container {
  border-bottom: 1px solid #e6e6e6;
  padding: 0.469rem;
}
/* line 109, templates/g5_helium/custom/scss/_mainmenu.scss */
#g-navigation nav.g-main-nav .g-dropdown .g-menu-item .g-menu-item-container .g-menu-item-title, #g-header nav.g-main-nav .g-dropdown .g-menu-item .g-menu-item-container .g-menu-item-title {
  font-weight: normal !important;
}
/* line 113, templates/g5_helium/custom/scss/_mainmenu.scss */
#g-navigation nav.g-main-nav .g-dropdown .g-menu-item:hover, #g-header nav.g-main-nav .g-dropdown .g-menu-item:hover, #g-navigation nav.g-main-nav .g-dropdown .g-menu-item.g-selected, #g-header nav.g-main-nav .g-dropdown .g-menu-item.g-selected, #g-navigation nav.g-main-nav .g-dropdown .g-menu-item.active, #g-header nav.g-main-nav .g-dropdown .g-menu-item.active {
  background-color: #0074c4;
}
/* line 116, templates/g5_helium/custom/scss/_mainmenu.scss */
/* line 122, templates/g5_helium/custom/scss/_mainmenu.scss */
#g-navigation nav.g-main-nav .g-selected .g-dropdown.g-dropdown-center, #g-header nav.g-main-nav .g-selected .g-dropdown.g-dropdown-center {
  position: relative;
  padding: 10px;
  visibility: visible !important;
  opacity: 1;
}
/* line 127, templates/g5_helium/custom/scss/_mainmenu.scss */
#g-navigation nav.g-main-nav .g-selected .g-dropdown.g-dropdown-center.g-fade.g-dropdown, #g-header nav.g-main-nav .g-selected .g-dropdown.g-dropdown-center.g-fade.g-dropdown {
  opacity: 1 !important;
}
/* line 136, templates/g5_helium/custom/scss/_mainmenu.scss */
#g-navigation {
  /*z-index:999;*/
}
/* line 145, templates/g5_helium/custom/scss/_mainmenu.scss */
#g-header {
  z-index: 100;
}
/* line 147, templates/g5_helium/custom/scss/_mainmenu.scss */
#g-header nav.g-main-nav {
  padding: 0.38rem 0rem;
}
@media only all and (min-width: 30.062rem) and (max-width: 47.938rem) {
  #g-header nav.g-main-nav {
    display: none;
  }
}
@media only all and (max-width: 30rem) {
  #g-header nav.g-main-nav {
    display: none;
  }
}
/* line 155, templates/g5_helium/custom/scss/_mainmenu.scss */
#g-header nav.g-main-nav .g-dropdown {
  margin-top: -4px;
  background-color: #fff;
  border-top: 5px solid #db9907 !important;
}
/* line 159, templates/g5_helium/custom/scss/_mainmenu.scss */
/* line 160, templates/g5_helium/custom/scss/_mainmenu.scss */
#g-header nav.g-main-nav .g-dropdown .g-menu-item .g-menu-item-container {
  color: #333;
}
/* line 163, templates/g5_helium/custom/scss/_mainmenu.scss */
#g-header nav.g-main-nav .g-dropdown .g-menu-item:hover, #g-header nav.g-main-nav .g-dropdown .g-menu-item.g-selected, #g-header nav.g-main-nav .g-dropdown .g-menu-item.active {
  background-color: transparent;
}
/* line 165, templates/g5_helium/custom/scss/_mainmenu.scss */
#g-header nav.g-main-nav .g-dropdown .g-menu-item:hover .g-menu-item-container, #g-header nav.g-main-nav .g-dropdown .g-menu-item.g-selected .g-menu-item-container, #g-header nav.g-main-nav .g-dropdown .g-menu-item.active .g-menu-item-container {
  color: #db9907;
}
/* line 169, templates/g5_helium/custom/scss/_mainmenu.scss */
/* line 170, templates/g5_helium/custom/scss/_mainmenu.scss */
/* line 172, templates/g5_helium/custom/scss/_mainmenu.scss */
#g-header nav.g-main-nav .g-dropdown .g-menu-item.g-parent .g-dropdown .g-menu-item-container {
  color: #333 !important;
}
/* line 174, templates/g5_helium/custom/scss/_mainmenu.scss */
#g-header nav.g-main-nav .g-dropdown .g-menu-item.g-parent .g-dropdown .g-menu-item-container:hover, #g-header nav.g-main-nav .g-dropdown .g-menu-item.g-parent .g-dropdown .g-menu-item-container.g-selected {
  color: #db9907 !important;
}
/* line 183, templates/g5_helium/custom/scss/_mainmenu.scss */
/* line 184, templates/g5_helium/custom/scss/_mainmenu.scss */
#g-header .g-main-nav .g-toplevel > li.active {
  background: transparent !important;
}
/* line 186, templates/g5_helium/custom/scss/_mainmenu.scss */
#g-header .g-main-nav .g-toplevel > li.active > .g-menu-item-container {
  color: #333 !important;
  border: 1px solid #333 !important;
}
/* line 189, templates/g5_helium/custom/scss/_mainmenu.scss */
/* line 190, templates/g5_helium/custom/scss/_mainmenu.scss */
#g-header .g-main-nav .g-toplevel > li.active > .g-menu-item-container > .g-menu-item-content > .g-menu-item-title {
  color: #333 !important;
}
/* line 197, templates/g5_helium/custom/scss/_mainmenu.scss */
#g-header .g-main-nav .g-toplevel > li:hover {
  background: transparent !important;
}
/* line 199, templates/g5_helium/custom/scss/_mainmenu.scss */
#g-header .g-main-nav .g-toplevel > li:hover > .g-menu-item-container {
  color: #333 !important;
}
/* line 201, templates/g5_helium/custom/scss/_mainmenu.scss */
/* line 202, templates/g5_helium/custom/scss/_mainmenu.scss */
#g-header .g-main-nav .g-toplevel > li:hover > .g-menu-item-container > .g-menu-item-content > .g-menu-item-title {
  color: #333 !important;
}
/* line 209, templates/g5_helium/custom/scss/_mainmenu.scss */
/* line 210, templates/g5_helium/custom/scss/_mainmenu.scss */
#g-header .g-main-nav .g-toplevel > li > .g-menu-item-container .g-menu-item-content {
  position: relative;
}
/* line 212, templates/g5_helium/custom/scss/_mainmenu.scss */
#g-header .g-main-nav .g-toplevel > li > .g-menu-item-container .g-menu-item-content > .g-menu-item-title {
  color: #333;
}
/* line 217, templates/g5_helium/custom/scss/_mainmenu.scss */
#g-header .g-main-nav .g-toplevel > li > .g-menu-item-container .g-menu-parent-indicator {
  position: relative;
}
/* line 219, templates/g5_helium/custom/scss/_mainmenu.scss */
#g-header .g-main-nav .g-toplevel > li > .g-menu-item-container .g-menu-parent-indicator:after {
  content: "\f107" !important;
  color: #333 !important;
  opacity: 1;
}
/* line 233, templates/g5_helium/custom/scss/_mainmenu.scss */
/* line 234, templates/g5_helium/custom/scss/_mainmenu.scss */
@media only all and (min-width: 30.062rem) and (max-width: 47.938rem) {
  #g-navigation nav.g-main-nav {
    display: none;
  }
}
@media only all and (max-width: 30rem) {
  #g-navigation nav.g-main-nav {
    display: none;
  }
}
/* line 241, templates/g5_helium/custom/scss/_mainmenu.scss */
#g-navigation nav.g-main-nav .g-dropdown {
  background-color: #fff;
  border-top: 5px solid #005a96 !important;
  margin-top: -1px;
}
/* line 245, templates/g5_helium/custom/scss/_mainmenu.scss */
/* line 246, templates/g5_helium/custom/scss/_mainmenu.scss */
#g-navigation nav.g-main-nav .g-dropdown .g-menu-item .g-menu-item-container {
  color: #333;
}
/* line 249, templates/g5_helium/custom/scss/_mainmenu.scss */
#g-navigation nav.g-main-nav .g-dropdown .g-menu-item:hover, #g-navigation nav.g-main-nav .g-dropdown .g-menu-item.g-selected, #g-navigation nav.g-main-nav .g-dropdown .g-menu-item.active {
  background-color: transparent;
}
/* line 251, templates/g5_helium/custom/scss/_mainmenu.scss */
#g-navigation nav.g-main-nav .g-dropdown .g-menu-item:hover .g-menu-item-container, #g-navigation nav.g-main-nav .g-dropdown .g-menu-item.g-selected .g-menu-item-container, #g-navigation nav.g-main-nav .g-dropdown .g-menu-item.active .g-menu-item-container {
  color: #db9907;
}
/* line 255, templates/g5_helium/custom/scss/_mainmenu.scss */
/* line 256, templates/g5_helium/custom/scss/_mainmenu.scss */
/* line 257, templates/g5_helium/custom/scss/_mainmenu.scss */
#g-navigation nav.g-main-nav .g-dropdown .g-menu-item.g-parent .g-dropdown .g-menu-item-container {
  color: #db9907 !important;
}
/* line 259, templates/g5_helium/custom/scss/_mainmenu.scss */
#g-navigation nav.g-main-nav .g-dropdown .g-menu-item.g-parent .g-dropdown .g-menu-item-container:hover, #g-navigation nav.g-main-nav .g-dropdown .g-menu-item.g-parent .g-dropdown .g-menu-item-container.g-selected {
  color: #db9907 !important;
}
/* line 268, templates/g5_helium/custom/scss/_mainmenu.scss */
#g-navigation .g-main-nav .g-toplevel {
  line-height: 2 !important;
}
/* line 270, templates/g5_helium/custom/scss/_mainmenu.scss */
#g-navigation .g-main-nav .g-toplevel > li {
  margin: 0rem 0px 0rem -4px !important;
  border-right: 1px solid #309dcc;
}
/* line 273, templates/g5_helium/custom/scss/_mainmenu.scss */
#g-navigation .g-main-nav .g-toplevel > li:first-child {
  border-left: 1px solid #309dcc;
}
/* line 276, templates/g5_helium/custom/scss/_mainmenu.scss */
#g-navigation .g-main-nav .g-toplevel > li.active, #g-navigation .g-main-nav .g-toplevel > li:hover {
  background: #db9907 !important;
}
/* line 278, templates/g5_helium/custom/scss/_mainmenu.scss */
#g-navigation .g-main-nav .g-toplevel > li.active > .g-menu-item-container, #g-navigation .g-main-nav .g-toplevel > li:hover > .g-menu-item-container {
  color: #fff !important;
}
/* line 281, templates/g5_helium/custom/scss/_mainmenu.scss */
/* line 282, templates/g5_helium/custom/scss/_mainmenu.scss */
#g-navigation .g-main-nav .g-toplevel > li.active > .g-menu-item-container > .g-menu-item-content > .g-menu-item-title, #g-navigation .g-main-nav .g-toplevel > li:hover > .g-menu-item-container > .g-menu-item-content > .g-menu-item-title {
  color: #fff !important;
}
/* line 288, templates/g5_helium/custom/scss/_mainmenu.scss */
#g-navigation .g-main-nav .g-toplevel > li > .g-menu-item-container {
  padding: 1rem !important;
}
/* line 290, templates/g5_helium/custom/scss/_mainmenu.scss */
#g-navigation .g-main-nav .g-toplevel > li > .g-menu-item-container .g-menu-item-content {
  padding: 0rem !important;
  position: relative;
}
/* line 293, templates/g5_helium/custom/scss/_mainmenu.scss */
#g-navigation .g-main-nav .g-toplevel > li > .g-menu-item-container .g-menu-item-content > .g-menu-item-title {
  color: #fff;
}
/* line 295, templates/g5_helium/custom/scss/_mainmenu.scss */
#g-navigation .g-main-nav .g-toplevel > li > .g-menu-item-container .g-menu-item-content > .g-menu-item-title:after {
  display: none;
}
/* line 300, templates/g5_helium/custom/scss/_mainmenu.scss */
#g-navigation .g-main-nav .g-toplevel > li > .g-menu-item-container .g-menu-parent-indicator {
  display: none;
}
/* line 313, templates/g5_helium/custom/scss/_mainmenu.scss */
#g-navigation {
  position: relative;
  transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
  -webkit-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
  -o-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
  -moz-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
  -ms-transition: transform all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
  /*min-height:54px;
   .menu-aux{*/
  /*}
   &.master-final{
   min-height:54px;
   .menu-aux{
   top:0%;
   width:100%;
   position:fixed;
   #menu-sup{
   i{
   @include inner-scale-fin;
   }
   }
   }
   }*/
}
/* line 319, templates/g5_helium/custom/scss/_mainmenu.scss */
#g-navigation #menu-sup {
  text-align: right;
  padding-top: 0.65rem;
  margin-right: 0.8rem;
  display: block;
}
/* line 324, templates/g5_helium/custom/scss/_mainmenu.scss */
#g-navigation #menu-sup i {
  cursor: pointer;
  color: #000;
  font-size: 1.8rem;
  -ms-transform: scale(0);
  /* IE 9 */
  -webkit-transform: scale(0);
  /* Chrome, Safari, Opera */
  transform: scale(0);
  -o-transition: scale(0);
  -moz-transition: scale(0);
  opacity: 0;
  transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
  -webkit-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
  -o-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
  -moz-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
  -ms-transition: transform all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
}
@media only all and (max-width: 47.938rem) {
  #g-navigation #menu-sup i {
    -ms-transform: scale(1) !important;
    /* IE 9 */
    -webkit-transform: scale(1) !important;
    /* Chrome, Safari, Opera */
    transform: scale(1) !important;
    -o-transition: scale(1) !important;
    -moz-transition: scale(1) !important;
    opacity: 1;
  }
}
/* line 350, templates/g5_helium/custom/scss/_mainmenu.scss */
#g-header {
  position: relative;
}
/* line 354, templates/g5_helium/custom/scss/_mainmenu.scss */
/* line 355, templates/g5_helium/custom/scss/_mainmenu.scss */
/* line 356, templates/g5_helium/custom/scss/_mainmenu.scss */
/* line 357, templates/g5_helium/custom/scss/_mainmenu.scss */
/* line 358, templates/g5_helium/custom/scss/_mainmenu.scss */
/* line 359, templates/g5_helium/custom/scss/_mainmenu.scss */
#g-header .g-main-nav .g-toplevel .g-fullwidth .g-sublevel .g-dropdown.g-dropdown-center, #g-navigation .g-main-nav .g-toplevel .g-fullwidth .g-sublevel .g-dropdown.g-dropdown-center {
  top: 5px !important;
  border-top: none !important;
  border: none !important;
  padding: 0rem 3px !important;
  -webkit-transform: translateX(0%) !important;
  -moz-transform: translateX(0%) !important;
  -ms-transform: translateX(0%) !important;
  -o-transform: translateX(0%) !important;
  transform: translateX(0%) !important;
  left: 0 !important;
}
/* line 370, templates/g5_helium/custom/scss/_mainmenu.scss */
#g-header .g-main-nav .g-toplevel .g-fullwidth .g-sublevel .g-dropdown.g-dropdown-center .g-level-2.g-go-back, #g-navigation .g-main-nav .g-toplevel .g-fullwidth .g-sublevel .g-dropdown.g-dropdown-center .g-level-2.g-go-back {
  display: none !important;
}
/* line 374, templates/g5_helium/custom/scss/_mainmenu.scss */
/* line 375, templates/g5_helium/custom/scss/_mainmenu.scss */
#g-header .g-main-nav .g-toplevel .g-fullwidth .g-sublevel > .g-menu-item.mia-padre > .g-menu-item-container, #g-navigation .g-main-nav .g-toplevel .g-fullwidth .g-sublevel > .g-menu-item.mia-padre > .g-menu-item-container {
  background: #f8f8f8 !important;
}
/* line 377, templates/g5_helium/custom/scss/_mainmenu.scss */
/* line 378, templates/g5_helium/custom/scss/_mainmenu.scss */
#g-header .g-main-nav .g-toplevel .g-fullwidth .g-sublevel > .g-menu-item.mia-padre > .g-menu-item-container span.g-menu-parent-indicator:after, #g-navigation .g-main-nav .g-toplevel .g-fullwidth .g-sublevel > .g-menu-item.mia-padre > .g-menu-item-container span.g-menu-parent-indicator:after {
  content: "\f107" !important;
}
/* line 384, templates/g5_helium/custom/scss/_mainmenu.scss */
/* line 385, templates/g5_helium/custom/scss/_mainmenu.scss */
/* line 387, templates/g5_helium/custom/scss/_mainmenu.scss */
#g-header .g-main-nav .g-toplevel .g-fullwidth .g-sublevel.g-slide-out > .g-menu-item.mia-padre > .g-menu-item-container, #g-navigation .g-main-nav .g-toplevel .g-fullwidth .g-sublevel.g-slide-out > .g-menu-item.mia-padre > .g-menu-item-container {
  -webkit-transform: translateX(0%) !important;
  -moz-transform: translateX(0%) !important;
  -ms-transform: translateX(0%) !important;
  -o-transform: translateX(0%) !important;
  transform: translateX(0%) !important;
}
/* line 403, templates/g5_helium/custom/scss/_mainmenu.scss */
/* line 404, templates/g5_helium/custom/scss/_mainmenu.scss */
.g-offcanvas-open .g-nav-overlay {
  background: rgba(0, 0, 0, 0.5);
}
/* line 3, templates/g5_helium/custom/scss/puppet.scss */
/* line 4, templates/g5_helium/custom/scss/puppet.scss */
/* line 6, templates/g5_helium/custom/scss/puppet.scss */
html .moduletable.in-tran-abajo {
  -ms-transform: translate(0, 50%);
  /* IE 9 */
  -webkit-transform: translate(0, 50%);
  /* Chrome, Safari, Opera */
  transform: translate(0, 50%);
  -o-transition: translate(0, 50%);
  -moz-transition: translate(0, 50%);
  opacity: 0;
}
@media only all and (max-width: 47.938rem) {
  html .moduletable.in-tran-abajo {
    -ms-transform: translate(0, 0) !important;
    /* IE 9 */
    -webkit-transform: translate(0, 0) !important;
    /* Chrome, Safari, Opera */
    transform: translate(0, 0) !important;
    -o-transition: translate(0, 0) !important;
    -moz-transition: translate(0, 0) !important;
    opacity: 1 !important;
  }
}
/* line 23, templates/g5_helium/custom/scss/puppet.scss */
html .moduletable.in-tran-arriba {
  -ms-transform: translate(0, -50px);
  /* IE 9 */
  -webkit-transform: translate(0, -50px);
  /* Chrome, Safari, Opera */
  transform: translate(0, -50px);
  -o-transition: translate(0, -50px);
  -moz-transition: translate(0, -50px);
  opacity: 0;
}
@media only all and (max-width: 47.938rem) {
  html .moduletable.in-tran-arriba {
    -ms-transform: translate(0, 0) !important;
    /* IE 9 */
    -webkit-transform: translate(0, 0) !important;
    /* Chrome, Safari, Opera */
    transform: translate(0, 0) !important;
    -o-transition: translate(0, 0) !important;
    -moz-transition: translate(0, 0) !important;
    opacity: 1 !important;
  }
}
/* line 39, templates/g5_helium/custom/scss/puppet.scss */
html .moduletable.in-tran-izq {
  -ms-transform: translate(-50px, 0px);
  /* IE 9 */
  -webkit-transform: translate(-50px, 0px);
  /* Chrome, Safari, Opera */
  transform: translate(-50px, 0px);
  -o-transition: translate(-50px, 0px);
  -moz-transition: translate(-50px, 0px);
  opacity: 0;
}
@media only all and (max-width: 47.938rem) {
  html .moduletable.in-tran-izq {
    -ms-transform: translate(0, 0) !important;
    /* IE 9 */
    -webkit-transform: translate(0, 0) !important;
    /* Chrome, Safari, Opera */
    transform: translate(0, 0) !important;
    -o-transition: translate(0, 0) !important;
    -moz-transition: translate(0, 0) !important;
    opacity: 1 !important;
  }
}
/* line 55, templates/g5_helium/custom/scss/puppet.scss */
html .moduletable.in-tran-dr {
  -ms-transform: translate(50px, 0px);
  /* IE 9 */
  -webkit-transform: translate(50px, 0px);
  /* Chrome, Safari, Opera */
  transform: translate(50px, 0px);
  -o-transition: translate(50px, 0px);
  -moz-transition: translate(50px, 0px);
  opacity: 0;
}
@media only all and (max-width: 47.938rem) {
  html .moduletable.in-tran-dr {
    -ms-transform: translate(0, 0) !important;
    /* IE 9 */
    -webkit-transform: translate(0, 0) !important;
    /* Chrome, Safari, Opera */
    transform: translate(0, 0) !important;
    -o-transition: translate(0, 0) !important;
    -moz-transition: translate(0, 0) !important;
    opacity: 1 !important;
  }
}
/* line 73, templates/g5_helium/custom/scss/puppet.scss */
html .moduletable.in-scale {
  -ms-transform: scale(0);
  /* IE 9 */
  -webkit-transform: scale(0);
  /* Chrome, Safari, Opera */
  transform: scale(0);
  -o-transition: scale(0);
  -moz-transition: scale(0);
  opacity: 0;
}
@media only all and (max-width: 47.938rem) {
  html .moduletable.in-scale {
    -ms-transform: translate(0, 0) !important;
    /* IE 9 */
    -webkit-transform: translate(0, 0) !important;
    /* Chrome, Safari, Opera */
    transform: translate(0, 0) !important;
    -o-transition: translate(0, 0) !important;
    -moz-transition: translate(0, 0) !important;
    opacity: 1 !important;
  }
}
/* line 92, templates/g5_helium/custom/scss/puppet.scss */
/* line 94, templates/g5_helium/custom/scss/puppet.scss */
/* line 96, templates/g5_helium/custom/scss/puppet.scss */
html.loaded .moduletable.in-tran-dr, html.loaded .moduletable.in-tran-izq, html.loaded .moduletable.in-tran-arriba, html.loaded .moduletable.in-tran-abajo {
  -ms-transform: translate(0px, 0px);
  /* IE 9 */
  -webkit-transform: translate(0px, 0px);
  /* Chrome, Safari, Opera */
  transform: translate(0px, 0px);
  -o-transition: translate(0px, 0px);
  -moz-transition: translate(0px, 0px);
  opacity: 1;
}
/* line 105, templates/g5_helium/custom/scss/puppet.scss */
html.loaded .moduletable.in-scale {
  -ms-transform: scale(1);
  /* IE 9 */
  -webkit-transform: scale(1);
  /* Chrome, Safari, Opera */
  transform: scale(1);
  -o-transition: scale(1);
  -moz-transition: scale(1);
  opacity: 1;
}
/* line 119, templates/g5_helium/custom/scss/puppet.scss */
/* line 122, templates/g5_helium/custom/scss/puppet.scss */
.moduletable.sc-tran-abajo {
  -ms-transform: translate(0, 50px);
  /* IE 9 */
  -webkit-transform: translate(0, 50px);
  /* Chrome, Safari, Opera */
  transform: translate(0, 50px);
  -o-transition: translate(0, 50px);
  -moz-transition: translate(0, 50px);
  opacity: 0;
}
@media only all and (max-width: 47.938rem) {
  .moduletable.sc-tran-abajo {
    -ms-transform: translate(0, 0) !important;
    /* IE 9 */
    -webkit-transform: translate(0, 0) !important;
    /* Chrome, Safari, Opera */
    transform: translate(0, 0) !important;
    -o-transition: translate(0, 0) !important;
    -moz-transition: translate(0, 0) !important;
    opacity: 1 !important;
  }
}
/* line 138, templates/g5_helium/custom/scss/puppet.scss */
.moduletable.sc-tran-arriba {
  -ms-transform: translate(0, -50px);
  /* IE 9 */
  -webkit-transform: translate(0, -50px);
  /* Chrome, Safari, Opera */
  transform: translate(0, -50px);
  -o-transition: translate(0, -50px);
  -moz-transition: translate(0, -50px);
  opacity: 0;
}
@media only all and (max-width: 47.938rem) {
  .moduletable.sc-tran-arriba {
    -ms-transform: translate(0, 0) !important;
    /* IE 9 */
    -webkit-transform: translate(0, 0) !important;
    /* Chrome, Safari, Opera */
    transform: translate(0, 0) !important;
    -o-transition: translate(0, 0) !important;
    -moz-transition: translate(0, 0) !important;
    opacity: 1 !important;
  }
}
/* line 154, templates/g5_helium/custom/scss/puppet.scss */
.moduletable.sc-tran-izq {
  -ms-transform: translate(-50px, 0px);
  /* IE 9 */
  -webkit-transform: translate(-50px, 0px);
  /* Chrome, Safari, Opera */
  transform: translate(-50px, 0px);
  -o-transition: translate(-50px, 0px);
  -moz-transition: translate(-50px, 0px);
  opacity: 0;
}
@media only all and (max-width: 47.938rem) {
  .moduletable.sc-tran-izq {
    -ms-transform: translate(0, 0) !important;
    /* IE 9 */
    -webkit-transform: translate(0, 0) !important;
    /* Chrome, Safari, Opera */
    transform: translate(0, 0) !important;
    -o-transition: translate(0, 0) !important;
    -moz-transition: translate(0, 0) !important;
    opacity: 1 !important;
  }
}
/* line 170, templates/g5_helium/custom/scss/puppet.scss */
.moduletable.sc-tran-dr {
  -ms-transform: translate(50px, 0px);
  /* IE 9 */
  -webkit-transform: translate(50px, 0px);
  /* Chrome, Safari, Opera */
  transform: translate(50px, 0px);
  -o-transition: translate(50px, 0px);
  -moz-transition: translate(50px, 0px);
  opacity: 0;
}
@media only all and (max-width: 47.938rem) {
  .moduletable.sc-tran-dr {
    -ms-transform: translate(0, 0) !important;
    /* IE 9 */
    -webkit-transform: translate(0, 0) !important;
    /* Chrome, Safari, Opera */
    transform: translate(0, 0) !important;
    -o-transition: translate(0, 0) !important;
    -moz-transition: translate(0, 0) !important;
    opacity: 1 !important;
  }
}
/* line 188, templates/g5_helium/custom/scss/puppet.scss */
.moduletable.sc-scale {
  -ms-transform: scale(0);
  /* IE 9 */
  -webkit-transform: scale(0);
  /* Chrome, Safari, Opera */
  transform: scale(0);
  -o-transition: scale(0);
  -moz-transition: scale(0);
  opacity: 0;
}
@media only all and (max-width: 47.938rem) {
  .moduletable.sc-scale {
    -ms-transform: scale(1) !important;
    /* IE 9 */
    -webkit-transform: scale(1) !important;
    /* Chrome, Safari, Opera */
    transform: scale(1) !important;
    -o-transition: scale(1) !important;
    -moz-transition: scale(1) !important;
    opacity: 1 !important;
  }
}
/* line 207, templates/g5_helium/custom/scss/puppet.scss */
/* line 210, templates/g5_helium/custom/scss/puppet.scss */
.moduletable.loaded.sc-tran-dr, .moduletable.loaded.sc-tran-izq, .moduletable.loaded.sc-tran-arriba, .moduletable.loaded.sc-tran-abajo {
  -ms-transform: translate(0px, 0px);
  /* IE 9 */
  -webkit-transform: translate(0px, 0px);
  /* Chrome, Safari, Opera */
  transform: translate(0px, 0px);
  -o-transition: translate(0px, 0px);
  -moz-transition: translate(0px, 0px);
  opacity: 1;
}
/* line 219, templates/g5_helium/custom/scss/puppet.scss */
.moduletable.loaded.sc-scale {
  -ms-transform: scale(1);
  /* IE 9 */
  -webkit-transform: scale(1);
  /* Chrome, Safari, Opera */
  transform: scale(1);
  -o-transition: scale(1);
  -moz-transition: scale(1);
  opacity: 1;
}
/* line 235, templates/g5_helium/custom/scss/puppet.scss */
/* line 236, templates/g5_helium/custom/scss/puppet.scss */
.moduletable.animate .sc-int-tran-abajo {
  -ms-transform: translate(0, 50px);
  /* IE 9 */
  -webkit-transform: translate(0, 50px);
  /* Chrome, Safari, Opera */
  transform: translate(0, 50px);
  -o-transition: translate(0, 50px);
  -moz-transition: translate(0, 50px);
  opacity: 0;
}
@media only all and (max-width: 47.938rem) {
  .moduletable.animate .sc-int-tran-abajo {
    -ms-transform: translate(0, 0) !important;
    /* IE 9 */
    -webkit-transform: translate(0, 0) !important;
    /* Chrome, Safari, Opera */
    transform: translate(0, 0) !important;
    -o-transition: translate(0, 0) !important;
    -moz-transition: translate(0, 0) !important;
    opacity: 1 !important;
  }
}
/* line 252, templates/g5_helium/custom/scss/puppet.scss */
.moduletable.animate .sc-int-tran-arriba {
  -ms-transform: translate(0, -50px);
  /* IE 9 */
  -webkit-transform: translate(0, -50px);
  /* Chrome, Safari, Opera */
  transform: translate(0, -50px);
  -o-transition: translate(0, -50px);
  -moz-transition: translate(0, -50px);
  opacity: 0;
}
@media only all and (max-width: 47.938rem) {
  .moduletable.animate .sc-int-tran-arriba {
    -ms-transform: translate(0, 0) !important;
    /* IE 9 */
    -webkit-transform: translate(0, 0) !important;
    /* Chrome, Safari, Opera */
    transform: translate(0, 0) !important;
    -o-transition: translate(0, 0) !important;
    -moz-transition: translate(0, 0) !important;
    opacity: 1 !important;
  }
}
/* line 268, templates/g5_helium/custom/scss/puppet.scss */
.moduletable.animate .sc-int-tran-izq {
  -ms-transform: translate(-50px, 0px);
  /* IE 9 */
  -webkit-transform: translate(-50px, 0px);
  /* Chrome, Safari, Opera */
  transform: translate(-50px, 0px);
  -o-transition: translate(-50px, 0px);
  -moz-transition: translate(-50px, 0px);
  opacity: 0;
}
@media only all and (max-width: 47.938rem) {
  .moduletable.animate .sc-int-tran-izq {
    -ms-transform: translate(0, 0) !important;
    /* IE 9 */
    -webkit-transform: translate(0, 0) !important;
    /* Chrome, Safari, Opera */
    transform: translate(0, 0) !important;
    -o-transition: translate(0, 0) !important;
    -moz-transition: translate(0, 0) !important;
    opacity: 1 !important;
  }
}
/* line 284, templates/g5_helium/custom/scss/puppet.scss */
.moduletable.animate .sc-int-tran-dr {
  -ms-transform: translate(50px, 0px);
  /* IE 9 */
  -webkit-transform: translate(50px, 0px);
  /* Chrome, Safari, Opera */
  transform: translate(50px, 0px);
  -o-transition: translate(50px, 0px);
  -moz-transition: translate(50px, 0px);
  opacity: 0;
}
@media only all and (max-width: 47.938rem) {
  .moduletable.animate .sc-int-tran-dr {
    -ms-transform: translate(0, 0) !important;
    /* IE 9 */
    -webkit-transform: translate(0, 0) !important;
    /* Chrome, Safari, Opera */
    transform: translate(0, 0) !important;
    -o-transition: translate(0, 0) !important;
    -moz-transition: translate(0, 0) !important;
    opacity: 1 !important;
  }
}
/* line 300, templates/g5_helium/custom/scss/puppet.scss */
.moduletable.animate .sc-int-scale {
  -ms-transform: scale(0);
  -webkit-transform: scale(0);
  transform: scale(0);
  -o-transition: scale(0);
  -moz-transition: scale(0);
  opacity: 0;
}
@media only all and (max-width: 47.938rem) {
  .moduletable.animate .sc-int-scale {
    -ms-transform: scale(1) !important;
    /* IE 9 */
    -webkit-transform: scale(1) !important;
    /* Chrome, Safari, Opera */
    transform: scale(1) !important;
    -o-transition: scale(1) !important;
    -moz-transition: scale(1) !important;
    opacity: 1 !important;
  }
}
/* line 317, templates/g5_helium/custom/scss/puppet.scss */
/* line 318, templates/g5_helium/custom/scss/puppet.scss */
.moduletable.animate.loaded .sc-int-scale {
  -ms-transform: scale(1);
  /* IE 9 */
  -webkit-transform: scale(1);
  /* Chrome, Safari, Opera */
  transform: scale(1);
  -o-transition: scale(1);
  -moz-transition: scale(1);
  opacity: 1;
}
/* line 326, templates/g5_helium/custom/scss/puppet.scss */
.moduletable.animate.loaded .sc-int-tran-abajo, .moduletable.animate.loaded .sc-int-tran-arriba, .moduletable.animate.loaded .sc-int-tran-izq, .moduletable.animate.loaded .sc-int-tran-dr {
  -ms-transform: translate(0px, 0px);
  /* IE 9 */
  -webkit-transform: translate(0px, 0px);
  /* Chrome, Safari, Opera */
  transform: translate(0px, 0px);
  -o-transition: translate(0px, 0px);
  -moz-transition: translate(0px, 0px);
  opacity: 1;
}
/* line 341, templates/g5_helium/custom/scss/puppet.scss */
/* line 342, templates/g5_helium/custom/scss/puppet.scss */
html .in-int-tran-abajo {
  -ms-transform: translate(0, 50px);
  /* IE 9 */
  -webkit-transform: translate(0, 50px);
  /* Chrome, Safari, Opera */
  transform: translate(0, 50px);
  -o-transition: translate(0, 50px);
  -moz-transition: translate(0, 50px);
  opacity: 0;
}
@media only all and (max-width: 47.938rem) {
  html .in-int-tran-abajo {
    -ms-transform: translate(0, 0) !important;
    /* IE 9 */
    -webkit-transform: translate(0, 0) !important;
    /* Chrome, Safari, Opera */
    transform: translate(0, 0) !important;
    -o-transition: translate(0, 0) !important;
    -moz-transition: translate(0, 0) !important;
    opacity: 1 !important;
  }
}
/* line 358, templates/g5_helium/custom/scss/puppet.scss */
html .in-int-tran-arriba {
  -ms-transform: translate(0, -50px);
  /* IE 9 */
  -webkit-transform: translate(0, -50px);
  /* Chrome, Safari, Opera */
  transform: translate(0, -50px);
  -o-transition: translate(0, -50px);
  -moz-transition: translate(0, -50px);
  opacity: 0;
}
@media only all and (max-width: 47.938rem) {
  html .in-int-tran-arriba {
    -ms-transform: translate(0, 0) !important;
    /* IE 9 */
    -webkit-transform: translate(0, 0) !important;
    /* Chrome, Safari, Opera */
    transform: translate(0, 0) !important;
    -o-transition: translate(0, 0) !important;
    -moz-transition: translate(0, 0) !important;
    opacity: 1 !important;
  }
}
/* line 376, templates/g5_helium/custom/scss/puppet.scss */
html .in-int-tran-izq {
  -ms-transform: translate(-50px, 0px);
  /* IE 9 */
  -webkit-transform: translate(-50px, 0px);
  /* Chrome, Safari, Opera */
  transform: translate(-50px, 0px);
  -o-transition: translate(-50px, 0px);
  -moz-transition: translate(-50px, 0px);
  opacity: 0;
}
@media only all and (max-width: 47.938rem) {
  html .in-int-tran-izq {
    -ms-transform: translate(0, 0) !important;
    /* IE 9 */
    -webkit-transform: translate(0, 0) !important;
    /* Chrome, Safari, Opera */
    transform: translate(0, 0) !important;
    -o-transition: translate(0, 0) !important;
    -moz-transition: translate(0, 0) !important;
    opacity: 1 !important;
  }
}
/* line 394, templates/g5_helium/custom/scss/puppet.scss */
html .in-int-tran-dr {
  -ms-transform: translate(50px, 0px);
  /* IE 9 */
  -webkit-transform: translate(50px, 0px);
  /* Chrome, Safari, Opera */
  transform: translate(50px, 0px);
  -o-transition: translate(50px, 0px);
  -moz-transition: translate(50px, 0px);
  opacity: 0;
}
@media only all and (max-width: 47.938rem) {
  html .in-int-tran-dr {
    -ms-transform: translate(0, 0) !important;
    /* IE 9 */
    -webkit-transform: translate(0, 0) !important;
    /* Chrome, Safari, Opera */
    transform: translate(0, 0) !important;
    -o-transition: translate(0, 0) !important;
    -moz-transition: translate(0, 0) !important;
    opacity: 1 !important;
  }
}
/* line 414, templates/g5_helium/custom/scss/puppet.scss */
html .in-int-scale {
  -ms-transform: scale(0);
  /* IE 9 */
  -webkit-transform: scale(0);
  /* Chrome, Safari, Opera */
  transform: scale(0);
  -o-transition: scale(0);
  -moz-transition: scale(0);
  opacity: 0;
}
@media only all and (max-width: 47.938rem) {
  html .in-int-scale {
    opacity: 1 !important;
    -ms-transform: scale(1) !important;
    /* IE 9 */
    -webkit-transform: scale(1) !important;
    /* Chrome, Safari, Opera */
    transform: scale(1) !important;
    -o-transition: scale(1) !important;
    -moz-transition: scale(1) !important;
  }
}
/* line 431, templates/g5_helium/custom/scss/puppet.scss */
/* line 432, templates/g5_helium/custom/scss/puppet.scss */
html.loaded .in-int-tran-abajo, html.loaded .in-int-tran-arriba, html.loaded .in-int-tran-izq, html.loaded .in-int-tran-dr {
  -ms-transform: translate(0px, 0px);
  /* IE 9 */
  -webkit-transform: translate(0px, 0px);
  /* Chrome, Safari, Opera */
  transform: translate(0px, 0px);
  -o-transition: translate(0px, 0px);
  -moz-transition: translate(0px, 0px);
  opacity: 1;
}
/* line 440, templates/g5_helium/custom/scss/puppet.scss */
html.loaded .in-int-scale {
  -ms-transform: scale(1);
  /* IE 9 */
  -webkit-transform: scale(1);
  /* Chrome, Safari, Opera */
  transform: scale(1);
  -o-transition: scale(1);
  -moz-transition: scale(1);
  opacity: 1;
}
/* line 617, templates/g5_helium/custom/scss/puppet.scss */
.o-tran-centro {
  transform-origin: 50% 50%;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
}
/* line 624, templates/g5_helium/custom/scss/puppet.scss */
.o-tran-iz {
  transform-origin: 0% 50%;
  -webkit-transform-origin: 0% 50%;
  -ms-transform-origin: 0% 50%;
  -o-transform-origin: 0% 50%;
  -moz-transform-origin: 0% 50%;
}
/* line 632, templates/g5_helium/custom/scss/puppet.scss */
.o-tran-dr {
  transform-origin: 100% 50%;
  -webkit-transform-origin: 100% 50%;
  -ms-transform-origin: 100% 50%;
  -o-transform-origin: 100% 50%;
  -moz-transform-origin: 100% 50%;
}
/* line 639, templates/g5_helium/custom/scss/puppet.scss */
.o-tran-arriba {
  transform-origin: 50% 0%;
  -webkit-transform-origin: 50% 0%;
  -ms-transform-origin: 50% 0%;
  -o-transform-origin: 50% 0%;
  -moz-transform-origin: 50% 0%;
}
/* line 646, templates/g5_helium/custom/scss/puppet.scss */
.o-tran-arriba-iz {
  transform-origin: 0% 0%;
  -webkit-transform-origin: 0% 0%;
  -ms-transform-origin: 0% 0%;
  -o-transform-origin: 0% 0%;
  -moz-transform-origin: 0% 0%;
}
/* line 713, templates/g5_helium/custom/scss/puppet.scss */
.t-2-04 {
  transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0.4s;
  -webkit-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0.4s;
  -o-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0.4s;
  -moz-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0.4s;
  -ms-transition: transform all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0.4s;
}
/* line 716, templates/g5_helium/custom/scss/puppet.scss */
.t-3-04 {
  transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0.8s;
  -webkit-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0.8s;
  -o-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0.8s;
  -moz-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0.8s;
  -ms-transition: transform all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0.8s;
}
/* line 719, templates/g5_helium/custom/scss/puppet.scss */
.t-4-04 {
  transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 1.2s;
  -webkit-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 1.2s;
  -o-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 1.2s;
  -moz-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 1.2s;
  -ms-transition: transform all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 1.2s;
}
/* line 722, templates/g5_helium/custom/scss/puppet.scss */
.t-5-04 {
  transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 1.6s;
  -webkit-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 1.6s;
  -o-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 1.6s;
  -moz-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 1.6s;
  -ms-transition: transform all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 1.6s;
}
/* line 725, templates/g5_helium/custom/scss/puppet.scss */
.t-6-04 {
  transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 2s;
  -webkit-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 2s;
  -o-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 2s;
  -moz-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 2s;
  -ms-transition: transform all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 2s;
}
/* line 733, templates/g5_helium/custom/scss/puppet.scss */
.t-uno-delta-03 {
  transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
  -webkit-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
  -o-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
  -moz-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
  -ms-transition: transform all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
}
/* line 740, templates/g5_helium/custom/scss/puppet.scss */
.t-dos-delta-03 {
  transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0.3s;
  -webkit-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0.3s;
  -o-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0.3s;
  -moz-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0.3s;
  -ms-transition: transform all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0.3s;
}
/* line 747, templates/g5_helium/custom/scss/puppet.scss */
.t-tres-delta-03 {
  transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0.6s;
  -webkit-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0.6s;
  -o-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0.6s;
  -moz-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0.6s;
  -ms-transition: transform all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0.6s;
}
/* line 754, templates/g5_helium/custom/scss/puppet.scss */
.t-cuatro-delta-03 {
  transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0.9s;
  -webkit-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0.9s;
  -o-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0.9s;
  -moz-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0.9s;
  -ms-transition: transform all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0.9s;
}
/* line 761, templates/g5_helium/custom/scss/puppet.scss */
.t-cinco-delta-03 {
  transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 1.2s;
  -webkit-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 1.2s;
  -o-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 1.2s;
  -moz-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 1.2s;
  -ms-transition: transform all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 1.2s;
}
/* line 768, templates/g5_helium/custom/scss/puppet.scss */
.t-seis-delta-03 {
  transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 1.5s;
  -webkit-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 1.5s;
  -o-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 1.5s;
  -moz-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 1.5s;
  -ms-transition: transform all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 1.5s;
}
@-webkit-keyframes bombita {
  /* line 156, templates/g5_helium/custom/scss/_var-gen.scss */
  0% {
    -webkit-transform: translate(0, -10px);
  }
  /* line 157, templates/g5_helium/custom/scss/_var-gen.scss */
  50% {
    -webkit-transform: translate(0, 0px);
  }
  /* line 158, templates/g5_helium/custom/scss/_var-gen.scss */
  100% {
    -webkit-transform: translate(0, -10px);
  }
}
@-moz-keyframes bombita {
  /* line 161, templates/g5_helium/custom/scss/_var-gen.scss */
  0% {
    -moz-transition: translate(0, -10px);
  }
  /* line 162, templates/g5_helium/custom/scss/_var-gen.scss */
  50% {
    -moz-transition: translate(0, 0px);
  }
  /* line 163, templates/g5_helium/custom/scss/_var-gen.scss */
  100% {
    -moz-transition: translate(0, -10px);
  }
}
@-o-keyframes bombita {
  /* line 166, templates/g5_helium/custom/scss/_var-gen.scss */
  0% {
    -o-transition: translate(0, -10px);
  }
  /* line 167, templates/g5_helium/custom/scss/_var-gen.scss */
  50% {
    -o-transition: translate(0, 0px);
  }
  /* line 168, templates/g5_helium/custom/scss/_var-gen.scss */
  100% {
    -o-transition: translate(0, -10px);
  }
}
@keyframes bombita {
  /* line 171, templates/g5_helium/custom/scss/_var-gen.scss */
  0% {
    transform: translate(0, -10px);
  }
  /* line 172, templates/g5_helium/custom/scss/_var-gen.scss */
  50% {
    transform: translate(0, 0px);
  }
  /* line 173, templates/g5_helium/custom/scss/_var-gen.scss */
  100% {
    transform: translate(0, -10px);
  }
}
/* line 176, templates/g5_helium/custom/scss/_var-gen.scss */
.inner-tran-abajo {
  -ms-transform: translate(0, 50px);
  /* IE 9 */
  -webkit-transform: translate(0, 50px);
  /* Chrome, Safari, Opera */
  transform: translate(0, 50px);
  -o-transition: translate(0, 50px);
  -moz-transition: translate(0, 50px);
  opacity: 0;
}
@media only all and (max-width: 47.938rem) {
  .inner-tran-abajo {
    -ms-transform: translate(0, 0px) !important;
    /* IE 9 */
    -webkit-transform: translate(0, 0px) !important;
    /* Chrome, Safari, Opera */
    transform: translate(0, 0px) !important;
    -o-transition: translate(0, 0px) !important;
    -moz-transition: translate(0, 0px) !important;
    opacity: 1;
  }
}
/* line 179, templates/g5_helium/custom/scss/_var-gen.scss */
.inner-tran-arriba {
  -ms-transform: translate(0, -50px);
  /* IE 9 */
  -webkit-transform: translate(0, -50px);
  /* Chrome, Safari, Opera */
  transform: translate(0, -50px);
  -o-transition: translate(0, -50px);
  -moz-transition: translate(0, -50px);
  opacity: 0;
}
@media only all and (max-width: 47.938rem) {
  .inner-tran-arriba {
    -ms-transform: translate(0, 0px) !important;
    /* IE 9 */
    -webkit-transform: translate(0, 0px) !important;
    /* Chrome, Safari, Opera */
    transform: translate(0, 0px) !important;
    -o-transition: translate(0, 0px) !important;
    -moz-transition: translate(0, 0px);
    opacity: 1;
  }
}
/* line 182, templates/g5_helium/custom/scss/_var-gen.scss */
.inner-tran-izq {
  -ms-transform: translate(-50px, 0px);
  /* IE 9 */
  -webkit-transform: translate(-50px, 0px);
  /* Chrome, Safari, Opera */
  transform: translate(-50px, 0px);
  -o-transition: translate(-50px, 0px);
  -moz-transition: translate(-50px, 0px);
  opacity: 0;
}
@media only all and (max-width: 47.938rem) {
  .inner-tran-izq {
    -ms-transform: translate(0, 0px) !important;
    /* IE 9 */
    -webkit-transform: translate(0, 0px) !important;
    /* Chrome, Safari, Opera */
    transform: translate(0, 0px) !important;
    -o-transition: translate(0, 0px) !important;
    -moz-transition: translate(0, 0px) !important;
    opacity: 1;
  }
}
/* line 185, templates/g5_helium/custom/scss/_var-gen.scss */
.inner-tran-dr {
  -ms-transform: translate(50px, 0px);
  /* IE 9 */
  -webkit-transform: translate(50px, 0px);
  /* Chrome, Safari, Opera */
  transform: translate(50px, 0px);
  -o-transition: translate(50px, 0px);
  -moz-transition: translate(50px, 0px);
  opacity: 0;
}
@media only all and (max-width: 47.938rem) {
  .inner-tran-dr {
    -ms-transform: translate(0, 0px) !important;
    /* IE 9 */
    -webkit-transform: translate(0, 0px) !important;
    /* Chrome, Safari, Opera */
    transform: translate(0, 0px) !important;
    -o-transition: translate(0, 0px) !important;
    -moz-transition: translate(0, 0px) !important;
    opacity: 1;
  }
}
/* line 188, templates/g5_helium/custom/scss/_var-gen.scss */
.inner-scale-cen {
  -ms-transform: scale(0);
  /* IE 9 */
  -webkit-transform: scale(0);
  /* Chrome, Safari, Opera */
  transform: scale(0);
  -o-transition: scale(0);
  -moz-transition: scale(0);
  opacity: 0;
}
@media only all and (max-width: 47.938rem) {
  .inner-scale-cen {
    -ms-transform: scale(1) !important;
    /* IE 9 */
    -webkit-transform: scale(1) !important;
    /* Chrome, Safari, Opera */
    transform: scale(1) !important;
    -o-transition: scale(1) !important;
    -moz-transition: scale(1) !important;
    opacity: 1;
  }
}
/* line 191, templates/g5_helium/custom/scss/_var-gen.scss */
.inner-scale-dr {
  -ms-transform: scale(0, 1);
  /* IE 9 */
  -webkit-transform: scale(0, 1);
  /* Chrome, Safari, Opera */
  transform: scale(0, 1);
  -o-transition: scale(0, 1);
  -moz-transition: scale(0, 1);
  opacity: 0;
}
@media only all and (max-width: 47.938rem) {
  .inner-scale-dr {
    -ms-transform: scale(1) !important;
    /* IE 9 */
    -webkit-transform: scale(1) !important;
    /* Chrome, Safari, Opera */
    transform: scale(1) !important;
    -o-transition: scale(1) !important;
    -moz-transition: scale(1) !important;
    opacity: 1;
  }
}
/* line 194, templates/g5_helium/custom/scss/_var-gen.scss */
.inner-scale-dr-arriba {
  -ms-transform: scale(0, 0);
  /* IE 9 */
  -webkit-transform: scale(0, 0);
  /* Chrome, Safari, Opera */
  transform: scale(0, 0);
  -o-transition: scale(0, 0);
  -moz-transition: scale(0, 0);
  opacity: 0;
}
@media only all and (max-width: 47.938rem) {
  .inner-scale-dr-arriba {
    -ms-transform: scale(1) !important;
    /* IE 9 */
    -webkit-transform: scale(1) !important;
    /* Chrome, Safari, Opera */
    transform: scale(1) !important;
    -o-transition: scale(1) !important;
    -moz-transition: scale(1) !important;
    opacity: 1;
  }
}
/* line 197, templates/g5_helium/custom/scss/_var-gen.scss */
.inner-scale-fin {
  -ms-transform: scale(1) !important;
  /* IE 9 */
  -webkit-transform: scale(1) !important;
  /* Chrome, Safari, Opera */
  transform: scale(1) !important;
  -o-transition: scale(1) !important;
  -moz-transition: scale(1) !important;
  opacity: 1 !important;
}
/* line 201, templates/g5_helium/custom/scss/_var-gen.scss */
.inner-tran-fin {
  opacity: 1;
  -ms-transform: translate(0, 0px);
  /* IE 9 */
  -webkit-transform: translate(0, 0px);
  /* Chrome, Safari, Opera */
  transform: translate(0, 0px);
  -o-transition: translate(0, 0px);
  -moz-transition: translate(0, 0px);
}
/* line 206, templates/g5_helium/custom/scss/_var-gen.scss */
.t-i-1-06 {
  transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
  -webkit-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
  -o-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
  -moz-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
  -ms-transition: transform all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
}
/* line 209, templates/g5_helium/custom/scss/_var-gen.scss */
.t-i-2-06 {
  transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0.3s;
  -webkit-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0.3s;
  -o-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0.3s;
  -moz-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0.3s;
  -ms-transition: transform all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0.3s;
}
/* line 212, templates/g5_helium/custom/scss/_var-gen.scss */
.t-i-3-06 {
  transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0.6s;
  -webkit-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0.6s;
  -o-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0.6s;
  -moz-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0.6s;
  -ms-transition: transform all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0.6s;
}
/* line 215, templates/g5_helium/custom/scss/_var-gen.scss */
.t-i-4-06 {
  transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0.9s;
  -webkit-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0.9s;
  -o-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0.9s;
  -moz-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0.9s;
  -ms-transition: transform all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0.9s;
}
/* line 218, templates/g5_helium/custom/scss/_var-gen.scss */
.t-i-5-06 {
  transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 1.2s;
  -webkit-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 1.2s;
  -o-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 1.2s;
  -moz-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 1.2s;
  -ms-transition: transform all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 1.3s;
}
/* line 221, templates/g5_helium/custom/scss/_var-gen.scss */
.t-i-6-06 {
  transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 1.5s;
  -webkit-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 1.5s;
  -o-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 1.5s;
  -moz-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 1.5s;
  -ms-transition: transform all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 1.5s;
}
/* line 3, templates/g5_helium/custom/scss/content.scss */
body {
  font-family: 'Conv_librefranklin-light' !important;
  font-size: 1rem !important;
  line-height: 1.5rem;
  height: 100%;
}
/* line 8, templates/g5_helium/custom/scss/content.scss */
body h1, body h2, body h3, body h4, body h5, body h6 {
  font-family: 'Conv_librefranklin-regular' !important;
  font-weight: normal !important;
}
/* line 12, templates/g5_helium/custom/scss/content.scss */
body #g-page-surround.open {
  height: 100%;
}
/* line 18, templates/g5_helium/custom/scss/content.scss */
/* line 19, templates/g5_helium/custom/scss/content.scss */
/* line 20, templates/g5_helium/custom/scss/content.scss */
body #k2Container .itemToolbar, body .item-page .itemToolbar, body .mia-descripcion .itemToolbar {
  border-radius: 0rem;
  background: #f8f8f8;
  padding: 8px 8px 2px 8px !important;
}
/* line 24, templates/g5_helium/custom/scss/content.scss */
body #k2Container .itemToolbar .itemDateCreated, body .item-page .itemToolbar .itemDateCreated, body .mia-descripcion .itemToolbar .itemDateCreated {
  float: left;
}
/* line 27, templates/g5_helium/custom/scss/content.scss */
body #k2Container .itemToolbar ul, body .item-page .itemToolbar ul, body .mia-descripcion .itemToolbar ul {
  margin: 0.4rem 0rem 0rem !important;
}
/* line 30, templates/g5_helium/custom/scss/content.scss */
body #k2Container .itemToolbar ul li, body .item-page .itemToolbar ul li, body .mia-descripcion .itemToolbar ul li {
  vertical-align: top;
  display: inline-block;
  line-height: 0.8rem;
}
/* line 34, templates/g5_helium/custom/scss/content.scss */
/* line 35, templates/g5_helium/custom/scss/content.scss */
body #k2Container .itemToolbar ul li a#fontDecrease:before, body .item-page .itemToolbar ul li a#fontDecrease:before, body .mia-descripcion .itemToolbar ul li a#fontDecrease:before, body #k2Container .itemToolbar ul li a#fontIncrease:before, body .item-page .itemToolbar ul li a#fontIncrease:before, body .mia-descripcion .itemToolbar ul li a#fontIncrease:before {
  display: none !important;
}
/* line 39, templates/g5_helium/custom/scss/content.scss */
body #k2Container .itemToolbar ul li .itemGooglePlusOneButton, body .item-page .itemToolbar ul li .itemGooglePlusOneButton, body .mia-descripcion .itemToolbar ul li .itemGooglePlusOneButton {
  display: inline-block;
}
/* line 41, templates/g5_helium/custom/scss/content.scss */
body #k2Container .itemToolbar ul li .itemGooglePlusOneButton > div, body .item-page .itemToolbar ul li .itemGooglePlusOneButton > div, body .mia-descripcion .itemToolbar ul li .itemGooglePlusOneButton > div, body #k2Container .itemToolbar ul li .itemGooglePlusOneButton > div iframe, body .item-page .itemToolbar ul li .itemGooglePlusOneButton > div iframe, body .mia-descripcion .itemToolbar ul li .itemGooglePlusOneButton > div iframe {
  width: 49px !important;
}
/* line 45, templates/g5_helium/custom/scss/content.scss */
body #k2Container .itemToolbar ul li .itemFacebookButton, body .item-page .itemToolbar ul li .itemFacebookButton, body .mia-descripcion .itemToolbar ul li .itemFacebookButton {
  display: inline-block;
  float: none;
  margin: 0rem;
  width: auto;
}
/* line 51, templates/g5_helium/custom/scss/content.scss */
body #k2Container .itemToolbar ul li .itemTwitterButton, body .item-page .itemToolbar ul li .itemTwitterButton, body .mia-descripcion .itemToolbar ul li .itemTwitterButton {
  display: inline-block;
  float: none;
  margin: 0rem;
}
/* line 56, templates/g5_helium/custom/scss/content.scss */
body #k2Container .itemToolbar ul li i, body .item-page .itemToolbar ul li i, body .mia-descripcion .itemToolbar ul li i {
  cursor: pointer;
  font-size: 1.1rem !important;
}
/* line 63, templates/g5_helium/custom/scss/content.scss */
body #k2Container h1, body .item-page h1, body .mia-descripcion h1 {
  font-size: 31px;
  line-height: 36px;
  font-family: 'Conv_librefranklin-regular' !important;
}
/* line 68, templates/g5_helium/custom/scss/content.scss */
body #k2Container h2, body .item-page h2, body .mia-descripcion h2 {
  color: #efac06;
  font-size: 25px;
  line-height: 30px;
  margin: 10px 0px;
  padding: 15px 0px;
}
/* line 75, templates/g5_helium/custom/scss/content.scss */
body #k2Container h3, body .item-page h3, body .mia-descripcion h3 {
  font-size: 20px;
  line-height: 25px;
  border-bottom: 1px solid #e6e6e6;
  padding: 10px 0px;
  font: 'Conv_librefranklin-semibold';
  margin: 10px 0px;
  padding: 15px 0px;
}
/* line 84, templates/g5_helium/custom/scss/content.scss */
body #k2Container h4, body .item-page h4, body .mia-descripcion h4 {
  color: #005a96;
  font: 'Conv_librefranklin-semibold';
  font-size: 18px;
  line-height: 23px;
  margin: 10px 0px;
  padding: 15px 0px;
}
/* line 92, templates/g5_helium/custom/scss/content.scss */
body #k2Container h5, body .item-page h5, body .mia-descripcion h5 {
  margin: 10px 0px;
  padding: 15px 0px;
  font: 'Conv_librefranklin-semibold';
  font-size: 16px;
  line-height: 21px;
}
/* line 99, templates/g5_helium/custom/scss/content.scss */
body #k2Container h6, body .item-page h6, body .mia-descripcion h6 {
  font: 'Conv_librefranklin-semibold';
  font-size: 14px;
  margin: 10px 0px;
  padding: 15px 0px;
  line-height: 19px;
}
/* line 106, templates/g5_helium/custom/scss/content.scss */
/* line 107, templates/g5_helium/custom/scss/content.scss */
/* line 108, templates/g5_helium/custom/scss/content.scss */
body #k2Container .itemFullText ul li, body .item-page .itemFullText ul li, body .mia-descripcion .itemFullText ul li, body #k2Container .itemListCategory ul li, body .item-page .itemListCategory ul li, body .mia-descripcion .itemListCategory ul li {
  list-style: none;
}
/* line 219, templates/g5_helium/custom/scss/_botones.scss */
body #k2Container .itemFullText ul li:before, body .item-page .itemFullText ul li:before, body .mia-descripcion .itemFullText ul li:before, body #k2Container .itemListCategory ul li:before, body .item-page .itemListCategory ul li:before, body .mia-descripcion .itemListCategory ul li:before {
  font-family: FontAwesome;
  margin-right: 0.5rem;
  content: "\f105";
  color: #efac06;
}
/* line 113, templates/g5_helium/custom/scss/content.scss */
body #k2Container table, body .item-page table, body .mia-descripcion table {
  margin: 10px auto;
  border: 1px solid #e6e6e6;
  border-radius: 0rem;
  /*width:auto !important;*/
  overflow: hidden;
}
/* line 119, templates/g5_helium/custom/scss/content.scss */
body #k2Container table thead, body .item-page table thead, body .mia-descripcion table thead {
  background: #f2f2f2;
}
/* line 121, templates/g5_helium/custom/scss/content.scss */
body #k2Container table thead tr, body .item-page table thead tr, body .mia-descripcion table thead tr {
  border: none;
  border-bottom: 1px solid #e6e6e6;
}
/* line 124, templates/g5_helium/custom/scss/content.scss */
body #k2Container table thead tr td, body .item-page table thead tr td, body .mia-descripcion table thead tr td {
  border: none;
  font-size: 20px;
  line-height: 25px;
  padding: 18px;
}
/* line 132, templates/g5_helium/custom/scss/content.scss */
/* line 133, templates/g5_helium/custom/scss/content.scss */
body #k2Container table tbody tr, body .item-page table tbody tr, body .mia-descripcion table tbody tr {
  border: none;
  border-bottom: 1px solid #e6e6e6;
}
/* line 136, templates/g5_helium/custom/scss/content.scss */
body #k2Container table tbody tr td, body .item-page table tbody tr td, body .mia-descripcion table tbody tr td {
  border: none;
}
/* line 141, templates/g5_helium/custom/scss/content.scss */
/* line 142, templates/g5_helium/custom/scss/content.scss */
body #k2Container table tr td, body .item-page table tr td, body .mia-descripcion table tr td {
  padding: 10px;
}
/* line 147, templates/g5_helium/custom/scss/content.scss */
/* line 148, templates/g5_helium/custom/scss/content.scss */
body #k2Container table.tipo1 thead, body .item-page table.tipo1 thead, body .mia-descripcion table.tipo1 thead {
  background: #fff;
}
/* line 150, templates/g5_helium/custom/scss/content.scss */
body #k2Container table.tipo1 thead tr, body .item-page table.tipo1 thead tr, body .mia-descripcion table.tipo1 thead tr {
  border: none;
  border-bottom: 1px solid transparent;
}
/* line 153, templates/g5_helium/custom/scss/content.scss */
body #k2Container table.tipo1 thead tr td, body .item-page table.tipo1 thead tr td, body .mia-descripcion table.tipo1 thead tr td {
  border: none;
  font-size: 20px;
  line-height: 25px;
  padding: 18px;
}
/* line 161, templates/g5_helium/custom/scss/content.scss */
/* line 162, templates/g5_helium/custom/scss/content.scss */
body #k2Container table.tipo1 tbody tr, body .item-page table.tipo1 tbody tr, body .mia-descripcion table.tipo1 tbody tr {
  border: none;
  border-bottom: 1px solid transparent;
}
/* line 165, templates/g5_helium/custom/scss/content.scss */
body #k2Container table.tipo1 tbody tr td, body .item-page table.tipo1 tbody tr td, body .mia-descripcion table.tipo1 tbody tr td {
  border: none;
}
/* line 168, templates/g5_helium/custom/scss/content.scss */
body #k2Container table.tipo1 tbody tr:nth-child(odd), body .item-page table.tipo1 tbody tr:nth-child(odd), body .mia-descripcion table.tipo1 tbody tr:nth-child(odd) {
  background: #f2f2f2;
}
/* line 171, templates/g5_helium/custom/scss/content.scss */
body #k2Container table.tipo1 tbody tr:last-child, body .item-page table.tipo1 tbody tr:last-child, body .mia-descripcion table.tipo1 tbody tr:last-child {
  border-bottom: 1px solid #e6e6e6;
}
/* line 176, templates/g5_helium/custom/scss/content.scss */
/* line 177, templates/g5_helium/custom/scss/content.scss */
body #k2Container table.tipo1 tr td, body .item-page table.tipo1 tr td, body .mia-descripcion table.tipo1 tr td {
  padding: 10px;
}
/* line 182, templates/g5_helium/custom/scss/content.scss */
/* line 183, templates/g5_helium/custom/scss/content.scss */
body #k2Container table.tipo2 thead, body .item-page table.tipo2 thead, body .mia-descripcion table.tipo2 thead {
  background: #fff;
}
/* line 185, templates/g5_helium/custom/scss/content.scss */
body #k2Container table.tipo2 thead tr, body .item-page table.tipo2 thead tr, body .mia-descripcion table.tipo2 thead tr {
  border: 1px solid transparent;
}
/* line 187, templates/g5_helium/custom/scss/content.scss */
body #k2Container table.tipo2 thead tr td, body .item-page table.tipo2 thead tr td, body .mia-descripcion table.tipo2 thead tr td {
  color: #efac06;
  border: 1px solid #e6e6e6;
  font-size: 20px;
  line-height: 25px;
  padding: 18px;
}
/* line 196, templates/g5_helium/custom/scss/content.scss */
/* line 197, templates/g5_helium/custom/scss/content.scss */
/* line 198, templates/g5_helium/custom/scss/content.scss */
body #k2Container table.tipo2 tbody tr td, body .item-page table.tipo2 tbody tr td, body .mia-descripcion table.tipo2 tbody tr td {
  border: 1px solid #e6e6e6;
}
/* line 203, templates/g5_helium/custom/scss/content.scss */
/* line 204, templates/g5_helium/custom/scss/content.scss */
body #k2Container table.tipo2 tr td, body .item-page table.tipo2 tr td, body .mia-descripcion table.tipo2 tr td {
  padding: 10px;
}
/* line 209, templates/g5_helium/custom/scss/content.scss */
/* line 210, templates/g5_helium/custom/scss/content.scss */
body #k2Container table.tipo3 thead, body .item-page table.tipo3 thead, body .mia-descripcion table.tipo3 thead {
  background: #efac06;
}
/* line 212, templates/g5_helium/custom/scss/content.scss */
body #k2Container table.tipo3 thead tr, body .item-page table.tipo3 thead tr, body .mia-descripcion table.tipo3 thead tr {
  border: 1px solid transparent;
}
/* line 214, templates/g5_helium/custom/scss/content.scss */
body #k2Container table.tipo3 thead tr td, body .item-page table.tipo3 thead tr td, body .mia-descripcion table.tipo3 thead tr td {
  color: #fff;
  font-size: 20px;
  line-height: 25px;
  padding: 18px;
}
/* line 223, templates/g5_helium/custom/scss/content.scss */
/* line 224, templates/g5_helium/custom/scss/content.scss */
/* line 225, templates/g5_helium/custom/scss/content.scss */
body #k2Container table.tipo3 tbody tr td, body .item-page table.tipo3 tbody tr td, body .mia-descripcion table.tipo3 tbody tr td {
  border: 1px solid transparent;
}
/* line 230, templates/g5_helium/custom/scss/content.scss */
/* line 231, templates/g5_helium/custom/scss/content.scss */
body #k2Container table.tipo3 tr td, body .item-page table.tipo3 tr td, body .mia-descripcion table.tipo3 tr td {
  padding: 10px;
}
/* line 234, templates/g5_helium/custom/scss/content.scss */
body #k2Container table.tipo3 tr:nth-child(even), body .item-page table.tipo3 tr:nth-child(even), body .mia-descripcion table.tipo3 tr:nth-child(even) {
  background: rgba(239, 172, 6, 0.2);
}
/* line 241, templates/g5_helium/custom/scss/content.scss */
body #k2Container .itemRelated, body .item-page .itemRelated, body .mia-descripcion .itemRelated {
  border-bottom: none;
  border-left: none;
  border-right: none;
  border-top: 1px solid #e6e6e6;
  padding: 20px 0px;
}
/* line 247, templates/g5_helium/custom/scss/content.scss */
body #k2Container .itemRelated h3, body .item-page .itemRelated h3, body .mia-descripcion .itemRelated h3 {
  font-size: 1rem !important;
  line-height: 1.5rem !important;
  border-bottom: none !important;
  color: #db9907;
  margin: 0px 0px 15px 0px;
  border: none;
}
/* line 253, templates/g5_helium/custom/scss/content.scss */
body #k2Container .itemRelated ul, body .item-page .itemRelated ul, body .mia-descripcion .itemRelated ul {
  display: block;
  margin: 0px;
}
/* line 256, templates/g5_helium/custom/scss/content.scss */
body #k2Container .itemRelated ul > li, body .item-page .itemRelated ul > li, body .mia-descripcion .itemRelated ul > li {
  display: block;
  background: #f2f2f2;
  text-align: left;
  padding: 10px 20px;
  font-family: 'Conv_librefranklin-medium';
}
/* line 262, templates/g5_helium/custom/scss/content.scss */
body #k2Container .itemRelated ul > li:nth-child(2n), body .item-page .itemRelated ul > li:nth-child(2n), body .mia-descripcion .itemRelated ul > li:nth-child(2n) {
  background: #f8f9f9;
}
/* line 265, templates/g5_helium/custom/scss/content.scss */
body #k2Container .itemRelated ul > li a, body .item-page .itemRelated ul > li a, body .mia-descripcion .itemRelated ul > li a {
  color: #000;
}
/* line 267, templates/g5_helium/custom/scss/content.scss */
body #k2Container .itemRelated ul > li a:hover, body .item-page .itemRelated ul > li a:hover, body .mia-descripcion .itemRelated ul > li a:hover {
  color: #efac06;
}
/* line 237, templates/g5_helium/custom/scss/_botones.scss */
body #k2Container .itemRelated ul > li a:before, body .item-page .itemRelated ul > li a:before, body .mia-descripcion .itemRelated ul > li a:before {
  font-family: FontAwesome;
  margin-right: 0.7rem;
  content: "\f107";
  color: #efac06;
}
/* line 273, templates/g5_helium/custom/scss/content.scss */
body #k2Container .itemRelated ul > li:last-child, body .item-page .itemRelated ul > li:last-child, body .mia-descripcion .itemRelated ul > li:last-child {
  background: transparent !important;
  padding: 0px;
}
/* line 280, templates/g5_helium/custom/scss/content.scss */
/* line 281, templates/g5_helium/custom/scss/content.scss */
/* line 282, templates/g5_helium/custom/scss/content.scss */
/* line 283, templates/g5_helium/custom/scss/content.scss */
body #k2Container .itemExtraFields > ul > li .itemExtraFieldsLabel, body .item-page .itemExtraFields > ul > li .itemExtraFieldsLabel, body .mia-descripcion .itemExtraFields > ul > li .itemExtraFieldsLabel, body #k2Container .catItemExtraFields > ul > li .itemExtraFieldsLabel, body .item-page .catItemExtraFields > ul > li .itemExtraFieldsLabel, body .mia-descripcion .catItemExtraFields > ul > li .itemExtraFieldsLabel, body #k2Container .tagItemExtraFields > ul > li .itemExtraFieldsLabel, body .item-page .tagItemExtraFields > ul > li .itemExtraFieldsLabel, body .mia-descripcion .tagItemExtraFields > ul > li .itemExtraFieldsLabel {
  width: auto !important;
}
/* line 286, templates/g5_helium/custom/scss/content.scss */
body #k2Container .itemExtraFields > ul > li .itemExtraFieldsValue, body .item-page .itemExtraFields > ul > li .itemExtraFieldsValue, body .mia-descripcion .itemExtraFields > ul > li .itemExtraFieldsValue, body #k2Container .catItemExtraFields > ul > li .itemExtraFieldsValue, body .item-page .catItemExtraFields > ul > li .itemExtraFieldsValue, body .mia-descripcion .catItemExtraFields > ul > li .itemExtraFieldsValue, body #k2Container .tagItemExtraFields > ul > li .itemExtraFieldsValue, body .item-page .tagItemExtraFields > ul > li .itemExtraFieldsValue, body .mia-descripcion .tagItemExtraFields > ul > li .itemExtraFieldsValue {
  width: auto !important;
}
/* line 292, templates/g5_helium/custom/scss/content.scss */
body #k2Container .itemAttachmentsBlock, body .item-page .itemAttachmentsBlock, body .mia-descripcion .itemAttachmentsBlock {
  border-bottom: none;
  border-left: none;
  border-right: none;
  border-top: 1px solid #e6e6e6;
  padding: 25px 0px;
}
/* line 298, templates/g5_helium/custom/scss/content.scss */
body #k2Container .itemAttachmentsBlock > h3, body .item-page .itemAttachmentsBlock > h3, body .mia-descripcion .itemAttachmentsBlock > h3 {
  font-size: 1rem !important;
  line-height: 1.5rem !important;
  border-bottom: none !important;
  color: #db9907;
  margin: 0px 0px 15px 0px;
  padding: 15px 0;
}
/* line 303, templates/g5_helium/custom/scss/content.scss */
body #k2Container .itemAttachmentsBlock ul.itemAttachments, body .item-page .itemAttachmentsBlock ul.itemAttachments, body .mia-descripcion .itemAttachmentsBlock ul.itemAttachments {
  display: block;
}
/* line 305, templates/g5_helium/custom/scss/content.scss */
body #k2Container .itemAttachmentsBlock ul.itemAttachments > li, body .item-page .itemAttachmentsBlock ul.itemAttachments > li, body .mia-descripcion .itemAttachmentsBlock ul.itemAttachments > li {
  display: block;
  background: #f2f2f2;
  text-align: left;
  padding: 10px 20px;
  font-family: 'Conv_librefranklin-medium';
}
/* line 311, templates/g5_helium/custom/scss/content.scss */
body #k2Container .itemAttachmentsBlock ul.itemAttachments > li:nth-child(2n), body .item-page .itemAttachmentsBlock ul.itemAttachments > li:nth-child(2n), body .mia-descripcion .itemAttachmentsBlock ul.itemAttachments > li:nth-child(2n) {
  background: #f8f9f9;
}
/* line 314, templates/g5_helium/custom/scss/content.scss */
body #k2Container .itemAttachmentsBlock ul.itemAttachments > li a, body .item-page .itemAttachmentsBlock ul.itemAttachments > li a, body .mia-descripcion .itemAttachmentsBlock ul.itemAttachments > li a {
  color: #000;
}
/* line 316, templates/g5_helium/custom/scss/content.scss */
body #k2Container .itemAttachmentsBlock ul.itemAttachments > li a:hover, body .item-page .itemAttachmentsBlock ul.itemAttachments > li a:hover, body .mia-descripcion .itemAttachmentsBlock ul.itemAttachments > li a:hover {
  color: #efac06;
}
/* line 237, templates/g5_helium/custom/scss/_botones.scss */
body #k2Container .itemAttachmentsBlock ul.itemAttachments > li a:before, body .item-page .itemAttachmentsBlock ul.itemAttachments > li a:before, body .mia-descripcion .itemAttachmentsBlock ul.itemAttachments > li a:before {
  font-family: FontAwesome;
  margin-right: 0.7rem;
  content: "\f107";
  color: #efac06;
}
/* line 326, templates/g5_helium/custom/scss/content.scss */
body #k2Container .itemAuthorLatest, body .item-page .itemAuthorLatest, body .mia-descripcion .itemAuthorLatest {
  border-bottom: none;
  border-left: none;
  border-right: none;
  border-top: 1px solid #e6e6e6;
  padding: 25px 0px;
}
/* line 332, templates/g5_helium/custom/scss/content.scss */
body #k2Container .itemAuthorLatest h3, body .item-page .itemAuthorLatest h3, body .mia-descripcion .itemAuthorLatest h3 {
  font-size: 1rem !important;
  line-height: 1.5rem !important;
  border-bottom: none !important;
  color: #db9907;
  margin: 0px 0px 15px 0px;
}
/* line 336, templates/g5_helium/custom/scss/content.scss */
body #k2Container .itemAuthorLatest ul, body .item-page .itemAuthorLatest ul, body .mia-descripcion .itemAuthorLatest ul {
  margin: 0px;
  display: block;
}
/* line 339, templates/g5_helium/custom/scss/content.scss */
body #k2Container .itemAuthorLatest ul > li, body .item-page .itemAuthorLatest ul > li, body .mia-descripcion .itemAuthorLatest ul > li {
  display: block;
  background: #f2f2f2;
  text-align: left;
  padding: 10px 20px;
  font-family: 'Conv_librefranklin-medium';
}
/* line 345, templates/g5_helium/custom/scss/content.scss */
body #k2Container .itemAuthorLatest ul > li:nth-child(2n), body .item-page .itemAuthorLatest ul > li:nth-child(2n), body .mia-descripcion .itemAuthorLatest ul > li:nth-child(2n) {
  background: #f8f9f9;
}
/* line 348, templates/g5_helium/custom/scss/content.scss */
body #k2Container .itemAuthorLatest ul > li a, body .item-page .itemAuthorLatest ul > li a, body .mia-descripcion .itemAuthorLatest ul > li a {
  color: #000;
}
/* line 350, templates/g5_helium/custom/scss/content.scss */
body #k2Container .itemAuthorLatest ul > li a:hover, body .item-page .itemAuthorLatest ul > li a:hover, body .mia-descripcion .itemAuthorLatest ul > li a:hover {
  color: #efac06;
}
/* line 237, templates/g5_helium/custom/scss/_botones.scss */
body #k2Container .itemAuthorLatest ul > li a:before, body .item-page .itemAuthorLatest ul > li a:before, body .mia-descripcion .itemAuthorLatest ul > li a:before {
  font-family: FontAwesome;
  margin-right: 0.7rem;
  content: "\f107";
  color: #efac06;
}
/* line 360, templates/g5_helium/custom/scss/content.scss */
/* line 361, templates/g5_helium/custom/scss/content.scss */
body #k2Container .genericItemList .genericItemView, body .item-page .genericItemList .genericItemView, body .mia-descripcion .genericItemList .genericItemView {
  height: auto !important;
  margin: 10px;
  padding: 12px 20px;
  border-top: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
  border-left: 5px solid #efac06;
}
/* line 369, templates/g5_helium/custom/scss/content.scss */
body #k2Container .genericItemList .genericItemView h2, body .item-page .genericItemList .genericItemView h2, body .mia-descripcion .genericItemList .genericItemView h2 {
  padding: 5px 0px;
  margin: 5px 0px;
  font-size: 16px;
  font-family: 'Conv_librefranklin-semibold' !important;
}
/* line 381, templates/g5_helium/custom/scss/content.scss */
/* line 382, templates/g5_helium/custom/scss/content.scss */
/* line 384, templates/g5_helium/custom/scss/content.scss */
body #k2Container .tagItemList .tagItemView .tagItemHeader, body .item-page .tagItemList .tagItemView .tagItemHeader, body .mia-descripcion .tagItemList .tagItemView .tagItemHeader {
  height: auto !important;
  margin: 10px;
}
/* line 392, templates/g5_helium/custom/scss/content.scss */
/* line 393, templates/g5_helium/custom/scss/content.scss */
@media only all and (min-width: 30.062rem) and (max-width: 47.938rem) {
  body #k2Container .itemListSubCategories .subCategoryContainer, body .item-page .itemListSubCategories .subCategoryContainer, body .mia-descripcion .itemListSubCategories .subCategoryContainer {
    width: 100% !important;
  }
}
@media only all and (max-width: 30rem) {
  body #k2Container .itemListSubCategories .subCategoryContainer, body .item-page .itemListSubCategories .subCategoryContainer, body .mia-descripcion .itemListSubCategories .subCategoryContainer {
    width: 100% !important;
  }
}
/* line 400, templates/g5_helium/custom/scss/content.scss */
body #k2Container .itemListSubCategories .subCategoryContainer .subCategory, body .item-page .itemListSubCategories .subCategoryContainer .subCategory, body .mia-descripcion .itemListSubCategories .subCategoryContainer .subCategory {
  height: auto !important;
  margin: 10px;
  padding: 12px 20px;
  border-top: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
  border-left: 5px solid #efac06;
}
/* line 408, templates/g5_helium/custom/scss/content.scss */
body #k2Container .itemListSubCategories .subCategoryContainer .subCategory h2, body .item-page .itemListSubCategories .subCategoryContainer .subCategory h2, body .mia-descripcion .itemListSubCategories .subCategoryContainer .subCategory h2 {
  padding: 5px 0px;
  margin: 5px 0px;
  font-size: 16px;
  font-family: 'Conv_librefranklin-semibold' !important;
}
/* line 419, templates/g5_helium/custom/scss/content.scss */
/* line 420, templates/g5_helium/custom/scss/content.scss */
body #k2Container .itemListSubCategories .subCategoryContainer:nth-child(2n) .subCategory, body .item-page .itemListSubCategories .subCategoryContainer:nth-child(2n) .subCategory, body .mia-descripcion .itemListSubCategories .subCategoryContainer:nth-child(2n) .subCategory {
  border-left: 5px solid #005a96;
}
/* line 426, templates/g5_helium/custom/scss/content.scss */
body #k2Container .itemComments, body .item-page .itemComments, body .mia-descripcion .itemComments {
  border-radius: 0rem;
  border: none;
}
/* line 429, templates/g5_helium/custom/scss/content.scss */
body #k2Container .itemComments .itemCommentsLoginFirst, body .item-page .itemComments .itemCommentsLoginFirst, body .mia-descripcion .itemComments .itemCommentsLoginFirst {
  border-radius: 0rem;
}
/* line 433, templates/g5_helium/custom/scss/content.scss */
body #k2Container .k2Pagination, body .item-page .k2Pagination, body .mia-descripcion .k2Pagination {
  text-align: center;
}
/* line 435, templates/g5_helium/custom/scss/content.scss */
body #k2Container .k2Pagination ul, body .item-page .k2Pagination ul, body .mia-descripcion .k2Pagination ul {
  display: inline-block;
  border-radius: 0rem;
  border: 1px solid #e6e6e6;
}
/* line 439, templates/g5_helium/custom/scss/content.scss */
body #k2Container .k2Pagination ul li, body .item-page .k2Pagination ul li, body .mia-descripcion .k2Pagination ul li {
  border-right: 1px solid #e6e6e6;
}
/* line 441, templates/g5_helium/custom/scss/content.scss */
body #k2Container .k2Pagination ul li a, body .item-page .k2Pagination ul li a, body .mia-descripcion .k2Pagination ul li a, body #k2Container .k2Pagination ul li span, body .item-page .k2Pagination ul li span, body .mia-descripcion .k2Pagination ul li span {
  margin: 0px;
  padding: 5px 10px;
  display: block;
  border: none;
  border-radius: 0rem;
}
/* line 448, templates/g5_helium/custom/scss/content.scss */
body #k2Container .k2Pagination ul li:last-child, body .item-page .k2Pagination ul li:last-child, body .mia-descripcion .k2Pagination ul li:last-child {
  border-right: none;
}
/* line 454, templates/g5_helium/custom/scss/content.scss */
body #k2Container .itemListCategory, body .item-page .itemListCategory, body .mia-descripcion .itemListCategory {
  border: none;
  border-radius: 0rem;
  background: none !important;
}
/* line 458, templates/g5_helium/custom/scss/content.scss */
body #k2Container .itemListCategory h1, body .item-page .itemListCategory h1, body .mia-descripcion .itemListCategory h1 {
  border-bottom: 1px solid #e6e6e6 !important;
  font-size: 1.56rem;
  line-height: 2.06rem !important;
  font-family: 'Conv_librefranklin-semibold' !important;
  border: none;
  text-shadow: none !important;
  color: #1a1a1a !important;
  padding-bottom: 1rem;
}
@media only all and (max-width: 47.938rem) {
  body #k2Container .itemListCategory h1, body .item-page .itemListCategory h1, body .mia-descripcion .itemListCategory h1 {
    font-size: 1.2rem;
    line-height: 1.7rem !important;
  }
}
/* line 467, templates/g5_helium/custom/scss/content.scss */
body #k2Container .catItemImageBlock, body .item-page .catItemImageBlock, body .mia-descripcion .catItemImageBlock, body #k2Container .tagItemImageBlock, body .item-page .tagItemImageBlock, body .mia-descripcion .tagItemImageBlock {
  width: 100%;
  max-width: 30%;
  float: left;
  margin-right: 1.5rem;
}
@media only all and (max-width: 30rem) {
  body #k2Container .catItemImageBlock, body .item-page .catItemImageBlock, body .mia-descripcion .catItemImageBlock, body #k2Container .tagItemImageBlock, body .item-page .tagItemImageBlock, body .mia-descripcion .tagItemImageBlock {
    max-width: 100%;
    float: none;
  }
}
/* line 476, templates/g5_helium/custom/scss/content.scss */
body #k2Container .catItemImageBlock .tagItemImage, body .item-page .catItemImageBlock .tagItemImage, body .mia-descripcion .catItemImageBlock .tagItemImage, body #k2Container .tagItemImageBlock .tagItemImage, body .item-page .tagItemImageBlock .tagItemImage, body .mia-descripcion .tagItemImageBlock .tagItemImage, body #k2Container .catItemImageBlock .catItemImage, body .item-page .catItemImageBlock .catItemImage, body .mia-descripcion .catItemImageBlock .catItemImage, body #k2Container .tagItemImageBlock .catItemImage, body .item-page .tagItemImageBlock .catItemImage, body .mia-descripcion .tagItemImageBlock .catItemImage {
  margin: 0rem;
  padding: 0rem;
}
/* line 479, templates/g5_helium/custom/scss/content.scss */
body #k2Container .catItemImageBlock .tagItemImage img, body .item-page .catItemImageBlock .tagItemImage img, body .mia-descripcion .catItemImageBlock .tagItemImage img, body #k2Container .tagItemImageBlock .tagItemImage img, body .item-page .tagItemImageBlock .tagItemImage img, body .mia-descripcion .tagItemImageBlock .tagItemImage img, body #k2Container .catItemImageBlock .catItemImage img, body .item-page .catItemImageBlock .catItemImage img, body .mia-descripcion .catItemImageBlock .catItemImage img, body #k2Container .tagItemImageBlock .catItemImage img, body .item-page .tagItemImageBlock .catItemImage img, body .mia-descripcion .tagItemImageBlock .catItemImage img {
  width: 100%;
}
/* line 485, templates/g5_helium/custom/scss/content.scss */
/* line 486, templates/g5_helium/custom/scss/content.scss */
body #k2Container .catItemIntroText p, body .item-page .catItemIntroText p, body .mia-descripcion .catItemIntroText p, body #k2Container .tagItemIntroText p, body .item-page .tagItemIntroText p, body .mia-descripcion .tagItemIntroText p {
  margin-top: 0rem !important;
}
/* line 491, templates/g5_helium/custom/scss/content.scss */
/* line 492, templates/g5_helium/custom/scss/content.scss */
body #k2Container .itemContainer .catItemView, body .item-page .itemContainer .catItemView, body .mia-descripcion .itemContainer .catItemView, body #k2Container .tagItemList .catItemView, body .item-page .tagItemList .catItemView, body .mia-descripcion .tagItemList .catItemView, body #k2Container .itemContainer .tagItemView, body .item-page .itemContainer .tagItemView, body .mia-descripcion .itemContainer .tagItemView, body #k2Container .tagItemList .tagItemView, body .item-page .tagItemList .tagItemView, body .mia-descripcion .tagItemList .tagItemView {
  background: transparent;
  margin: 0px !important;
  border-bottom: 1px solid #e6e6e6;
  padding: 1.8rem;
  transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
  -webkit-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
  -o-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
  -moz-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
  -ms-transition: transform all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
}
/* line 498, templates/g5_helium/custom/scss/content.scss */
body #k2Container .itemContainer .catItemView:hover, body .item-page .itemContainer .catItemView:hover, body .mia-descripcion .itemContainer .catItemView:hover, body #k2Container .tagItemList .catItemView:hover, body .item-page .tagItemList .catItemView:hover, body .mia-descripcion .tagItemList .catItemView:hover, body #k2Container .itemContainer .tagItemView:hover, body .item-page .itemContainer .tagItemView:hover, body .mia-descripcion .itemContainer .tagItemView:hover, body #k2Container .tagItemList .tagItemView:hover, body .item-page .tagItemList .tagItemView:hover, body .mia-descripcion .tagItemList .tagItemView:hover {
  background: #f9f8f8;
}
/* line 501, templates/g5_helium/custom/scss/content.scss */
body #k2Container .itemContainer .catItemView h2.catItemTitle, body .item-page .itemContainer .catItemView h2.catItemTitle, body .mia-descripcion .itemContainer .catItemView h2.catItemTitle, body #k2Container .tagItemList .catItemView h2.catItemTitle, body .item-page .tagItemList .catItemView h2.catItemTitle, body .mia-descripcion .tagItemList .catItemView h2.catItemTitle, body #k2Container .itemContainer .tagItemView h2.catItemTitle, body .item-page .itemContainer .tagItemView h2.catItemTitle, body .mia-descripcion .itemContainer .tagItemView h2.catItemTitle, body #k2Container .tagItemList .tagItemView h2.catItemTitle, body .item-page .tagItemList .tagItemView h2.catItemTitle, body .mia-descripcion .tagItemList .tagItemView h2.catItemTitle, body #k2Container .itemContainer .catItemView h2.tagItemTitle, body .item-page .itemContainer .catItemView h2.tagItemTitle, body .mia-descripcion .itemContainer .catItemView h2.tagItemTitle, body #k2Container .tagItemList .catItemView h2.tagItemTitle, body .item-page .tagItemList .catItemView h2.tagItemTitle, body .mia-descripcion .tagItemList .catItemView h2.tagItemTitle, body #k2Container .itemContainer .tagItemView h2.tagItemTitle, body .item-page .itemContainer .tagItemView h2.tagItemTitle, body .mia-descripcion .itemContainer .tagItemView h2.tagItemTitle, body #k2Container .tagItemList .tagItemView h2.tagItemTitle, body .item-page .tagItemList .tagItemView h2.tagItemTitle, body .mia-descripcion .tagItemList .tagItemView h2.tagItemTitle {
  margin-top: 0rem;
  padding-top: 0rem;
  font-size: 1.1rem !important;
  letter-spacing: 0.02rem;
  line-height: 1.5rem !important;
  font-family: 'Conv_librefranklin-medium' !important;
}
/* line 67, templates/g5_helium/custom/scss/_var-gen.scss */
body #k2Container .itemContainer .catItemView h2.catItemTitle a, body .item-page .itemContainer .catItemView h2.catItemTitle a, body .mia-descripcion .itemContainer .catItemView h2.catItemTitle a, body #k2Container .tagItemList .catItemView h2.catItemTitle a, body .item-page .tagItemList .catItemView h2.catItemTitle a, body .mia-descripcion .tagItemList .catItemView h2.catItemTitle a, body #k2Container .itemContainer .tagItemView h2.catItemTitle a, body .item-page .itemContainer .tagItemView h2.catItemTitle a, body .mia-descripcion .itemContainer .tagItemView h2.catItemTitle a, body #k2Container .tagItemList .tagItemView h2.catItemTitle a, body .item-page .tagItemList .tagItemView h2.catItemTitle a, body .mia-descripcion .tagItemList .tagItemView h2.catItemTitle a, body #k2Container .itemContainer .catItemView h2.tagItemTitle a, body .item-page .itemContainer .catItemView h2.tagItemTitle a, body .mia-descripcion .itemContainer .catItemView h2.tagItemTitle a, body #k2Container .tagItemList .catItemView h2.tagItemTitle a, body .item-page .tagItemList .catItemView h2.tagItemTitle a, body .mia-descripcion .tagItemList .catItemView h2.tagItemTitle a, body #k2Container .itemContainer .tagItemView h2.tagItemTitle a, body .item-page .itemContainer .tagItemView h2.tagItemTitle a, body .mia-descripcion .itemContainer .tagItemView h2.tagItemTitle a, body #k2Container .tagItemList .tagItemView h2.tagItemTitle a, body .item-page .tagItemList .tagItemView h2.tagItemTitle a, body .mia-descripcion .tagItemList .tagItemView h2.tagItemTitle a {
  line-height: 1.5rem;
}
/* line 506, templates/g5_helium/custom/scss/content.scss */
body #k2Container .itemContainer .catItemView .catItemHeader, body .item-page .itemContainer .catItemView .catItemHeader, body .mia-descripcion .itemContainer .catItemView .catItemHeader, body #k2Container .tagItemList .catItemView .catItemHeader, body .item-page .tagItemList .catItemView .catItemHeader, body .mia-descripcion .tagItemList .catItemView .catItemHeader, body #k2Container .itemContainer .tagItemView .catItemHeader, body .item-page .itemContainer .tagItemView .catItemHeader, body .mia-descripcion .itemContainer .tagItemView .catItemHeader, body #k2Container .tagItemList .tagItemView .catItemHeader, body .item-page .tagItemList .tagItemView .catItemHeader, body .mia-descripcion .tagItemList .tagItemView .catItemHeader, body #k2Container .itemContainer .catItemView .tagItemHeader, body .item-page .itemContainer .catItemView .tagItemHeader, body .mia-descripcion .itemContainer .catItemView .tagItemHeader, body #k2Container .tagItemList .catItemView .tagItemHeader, body .item-page .tagItemList .catItemView .tagItemHeader, body .mia-descripcion .tagItemList .catItemView .tagItemHeader, body #k2Container .itemContainer .tagItemView .tagItemHeader, body .item-page .itemContainer .tagItemView .tagItemHeader, body .mia-descripcion .itemContainer .tagItemView .tagItemHeader, body #k2Container .tagItemList .tagItemView .tagItemHeader, body .item-page .tagItemList .tagItemView .tagItemHeader, body .mia-descripcion .tagItemList .tagItemView .tagItemHeader {
  margin: 0rem;
}
/* line 511, templates/g5_helium/custom/scss/content.scss */
body #k2Container h2.catItemTitle, body .item-page h2.catItemTitle, body .mia-descripcion h2.catItemTitle {
  font-size: 1.1rem !important;
  letter-spacing: 0.02rem;
  line-height: 1.5rem !important;
  font-family: 'Conv_librefranklin-medium' !important;
}
/* line 67, templates/g5_helium/custom/scss/_var-gen.scss */
body #k2Container h2.catItemTitle a, body .item-page h2.catItemTitle a, body .mia-descripcion h2.catItemTitle a {
  line-height: 1.5rem;
}
/* line 513, templates/g5_helium/custom/scss/content.scss */
body #k2Container h2.catItemTitle a, body .item-page h2.catItemTitle a, body .mia-descripcion h2.catItemTitle a {
  color: #1a1a1a;
}
/* line 517, templates/g5_helium/custom/scss/content.scss */
/* line 518, templates/g5_helium/custom/scss/content.scss */
body #k2Container .catItemReadMore .k2ReadMore, body .item-page .catItemReadMore .k2ReadMore, body .mia-descripcion .catItemReadMore .k2ReadMore, body #k2Container .tagItemReadMore .k2ReadMore, body .item-page .tagItemReadMore .k2ReadMore, body .mia-descripcion .tagItemReadMore .k2ReadMore {
  color: #005a96 !important;
  border: 1px solid #005a96 !important;
  border-radius: 0px !important;
  padding: 10px 20px !important;
  display: inline-block;
  font-size: 1rem !important;
  line-height: 1rem !important;
  background-color: #fff !important;
  background-repeat: no-repeat;
  transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
  -webkit-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
  -o-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
  -moz-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
  -ms-transition: transform all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
  font-family: 'Conv_librefranklin-regular';
  box-shadow: none !important;
  text-transform: none !important;
  letter-spacing: unset !important;
}
/* line 20, templates/g5_helium/custom/scss/_botones.scss */
body #k2Container .catItemReadMore .k2ReadMore:hover, body .item-page .catItemReadMore .k2ReadMore:hover, body .mia-descripcion .catItemReadMore .k2ReadMore:hover, body #k2Container .tagItemReadMore .k2ReadMore:hover, body .item-page .tagItemReadMore .k2ReadMore:hover, body .mia-descripcion .tagItemReadMore .k2ReadMore:hover {
  border: 1px solid #005a96 !important;
  color: #fff !important;
  background-color: #005a96 !important;
}
/* line 526, templates/g5_helium/custom/scss/content.scss */
/* line 527, templates/g5_helium/custom/scss/content.scss */
body #k2Container dl.article-info.muted dd, body .item-page dl.article-info.muted dd, body .mia-descripcion dl.article-info.muted dd {
  font-family: 'Conv_librefranklin-regular';
}
/* line 536, templates/g5_helium/custom/scss/content.scss */
.bloque-tipo1 {
  font-family: 'Conv_librefranklin-regular';
  border-left: 4px solid #4d4d4d;
  padding: 30px;
  margin: 20px 0px;
}
/* line 542, templates/g5_helium/custom/scss/content.scss */
.bloque-tipo2 {
  font-family: 'Conv_librefranklin-regular';
  padding: 30px;
  margin: 20px 0px;
  border-top: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
}
/* line 549, templates/g5_helium/custom/scss/content.scss */
.bloque-tipo3 {
  border-radius: 0rem;
  font-family: 'Conv_librefranklin-regular';
  padding: 30px;
  border: 1px solid #e6e6e6;
  margin: 20px 0px;
  background: #f2f2f2;
}
/* line 557, templates/g5_helium/custom/scss/content.scss */
.bloque-tipo4 {
  border-radius: 0rem;
  font-family: 'Conv_librefranklin-regular';
  padding: 30px;
  color: #fff;
  border: none;
  margin: 20px 0px;
  background: #efac06;
}
/* line 568, templates/g5_helium/custom/scss/content.scss */
/* line 569, templates/g5_helium/custom/scss/content.scss */
#g-main .platform-content {
  padding: 1.5rem !important;
}
/* line 575, templates/g5_helium/custom/scss/content.scss */
#flexicontent {
  padding-bottom: 2rem;
}
/* line 578, templates/g5_helium/custom/scss/content.scss */
#flexicontent .noitems.group, #flexicontent .fc_return_msg {
  display: none;
}
/* line 581, templates/g5_helium/custom/scss/content.scss */
#flexicontent h2.contentheading {
  font-family: 'Conv_librefranklin-light' !important;
  margin: 0rem 0rem 1rem 0rem !important;
  font-size: 1.56rem;
  line-height: 2.06rem !important;
  font-family: 'Conv_librefranklin-semibold' !important;
  border: none;
}
@media only all and (max-width: 47.938rem) {
  #flexicontent h2.contentheading {
    font-size: 1.2rem;
    line-height: 1.7rem !important;
  }
}
/* line 585, templates/g5_helium/custom/scss/content.scss */
#flexicontent h2.contentheading span.fc_item_title {
  font-size: 1.56rem;
  line-height: 2.06rem !important;
  font-family: 'Conv_librefranklin-semibold' !important;
  border: none;
  font-family: 'Conv_librefranklin-light' !important;
  margin: 0rem !important;
  display: block !important;
}
@media only all and (max-width: 47.938rem) {
  #flexicontent h2.contentheading span.fc_item_title {
    font-size: 1.2rem;
    line-height: 1.7rem !important;
  }
}
/* line 592, templates/g5_helium/custom/scss/content.scss */
#flexicontent h2.cattitle {
  margin: 0rem 0rem 1rem 0rem !important;
  font-size: 1.56rem;
  line-height: 2.06rem !important;
  font-family: 'Conv_librefranklin-semibold' !important;
  border: none;
  position: relative;
}
@media only all and (max-width: 47.938rem) {
  #flexicontent h2.cattitle {
    font-size: 1.2rem;
    line-height: 1.7rem !important;
  }
}
/* line 597, templates/g5_helium/custom/scss/content.scss */
/* line 598, templates/g5_helium/custom/scss/content.scss */
#flexicontent .desc-content.field_text ul {
  list-style: none;
}
/* line 600, templates/g5_helium/custom/scss/content.scss */
#flexicontent .desc-content.field_text ul li {
  list-style: none;
}
/* line 602, templates/g5_helium/custom/scss/content.scss */
#flexicontent .desc-content.field_text ul li:before {
  font-family: FontAwesome;
  margin-right: 0.5rem;
  content: "\f105";
  color: #efac06;
}
/* line 611, templates/g5_helium/custom/scss/content.scss */
#flexicontent ul.group, #flexicontent .fc_search_results_list.page {
  margin: 0rem !important;
}
/* line 614, templates/g5_helium/custom/scss/content.scss */
#flexicontent ul.group > li, #flexicontent .fc_search_results_list.page > li, #flexicontent ul.group fieldset.fc_search_result, #flexicontent .fc_search_results_list.page fieldset.fc_search_result {
  padding: 1.5rem !important;
  border: 1px solid #e6e6e6;
  background: #fff !important;
  margin-bottom: 1rem;
  transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
  -webkit-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
  -o-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
  -moz-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
  -ms-transition: transform all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
}
/* line 620, templates/g5_helium/custom/scss/content.scss */
#flexicontent ul.group > li:hover, #flexicontent .fc_search_results_list.page > li:hover, #flexicontent ul.group fieldset.fc_search_result:hover, #flexicontent .fc_search_results_list.page fieldset.fc_search_result:hover {
  background: #f8f8f8 !important;
}
/* line 624, templates/g5_helium/custom/scss/content.scss */
#flexicontent ul.group > li h2.contentheading, #flexicontent .fc_search_results_list.page > li h2.contentheading, #flexicontent ul.group fieldset.fc_search_result h2.contentheading, #flexicontent .fc_search_results_list.page fieldset.fc_search_result h2.contentheading, #flexicontent ul.group > li h2.fc_search_result_title, #flexicontent .fc_search_results_list.page > li h2.fc_search_result_title, #flexicontent ul.group fieldset.fc_search_result h2.fc_search_result_title, #flexicontent .fc_search_results_list.page fieldset.fc_search_result h2.fc_search_result_title {
  display: block;
  margin: 1rem 0rem !important;
  clear: both;
  font-size: 1.1rem !important;
  letter-spacing: 0.02rem;
  line-height: 1.5rem !important;
  font-family: 'Conv_librefranklin-medium' !important;
  font-weight: normal !important;
}
/* line 67, templates/g5_helium/custom/scss/_var-gen.scss */
#flexicontent ul.group > li h2.contentheading a, #flexicontent .fc_search_results_list.page > li h2.contentheading a, #flexicontent ul.group fieldset.fc_search_result h2.contentheading a, #flexicontent .fc_search_results_list.page fieldset.fc_search_result h2.contentheading a, #flexicontent ul.group > li h2.fc_search_result_title a, #flexicontent .fc_search_results_list.page > li h2.fc_search_result_title a, #flexicontent ul.group fieldset.fc_search_result h2.fc_search_result_title a, #flexicontent .fc_search_results_list.page fieldset.fc_search_result h2.fc_search_result_title a {
  line-height: 1.5rem;
}
/* line 630, templates/g5_helium/custom/scss/content.scss */
#flexicontent ul.group > li h2.contentheading .fc_item_title, #flexicontent .fc_search_results_list.page > li h2.contentheading .fc_item_title, #flexicontent ul.group fieldset.fc_search_result h2.contentheading .fc_item_title, #flexicontent .fc_search_results_list.page fieldset.fc_search_result h2.contentheading .fc_item_title, #flexicontent ul.group > li h2.fc_search_result_title .fc_item_title, #flexicontent .fc_search_results_list.page > li h2.fc_search_result_title .fc_item_title, #flexicontent ul.group fieldset.fc_search_result h2.fc_search_result_title .fc_item_title, #flexicontent .fc_search_results_list.page fieldset.fc_search_result h2.fc_search_result_title .fc_item_title {
  display: block;
  font-size: 1.1rem !important;
  letter-spacing: 0.02rem;
  line-height: 1.5rem !important;
  font-family: 'Conv_librefranklin-medium' !important;
  font-family: 'Conv_librefranklin-medium' !important;
}
/* line 67, templates/g5_helium/custom/scss/_var-gen.scss */
#flexicontent ul.group > li h2.contentheading .fc_item_title a, #flexicontent .fc_search_results_list.page > li h2.contentheading .fc_item_title a, #flexicontent ul.group fieldset.fc_search_result h2.contentheading .fc_item_title a, #flexicontent .fc_search_results_list.page fieldset.fc_search_result h2.contentheading .fc_item_title a, #flexicontent ul.group > li h2.fc_search_result_title .fc_item_title a, #flexicontent .fc_search_results_list.page > li h2.fc_search_result_title .fc_item_title a, #flexicontent ul.group fieldset.fc_search_result h2.fc_search_result_title .fc_item_title a, #flexicontent .fc_search_results_list.page fieldset.fc_search_result h2.fc_search_result_title .fc_item_title a {
  line-height: 1.5rem;
}
/* line 634, templates/g5_helium/custom/scss/content.scss */
#flexicontent ul.group > li h2.contentheading .fc_item_title a, #flexicontent .fc_search_results_list.page > li h2.contentheading .fc_item_title a, #flexicontent ul.group fieldset.fc_search_result h2.contentheading .fc_item_title a, #flexicontent .fc_search_results_list.page fieldset.fc_search_result h2.contentheading .fc_item_title a, #flexicontent ul.group > li h2.fc_search_result_title .fc_item_title a, #flexicontent .fc_search_results_list.page > li h2.fc_search_result_title .fc_item_title a, #flexicontent ul.group fieldset.fc_search_result h2.fc_search_result_title .fc_item_title a, #flexicontent .fc_search_results_list.page fieldset.fc_search_result h2.fc_search_result_title .fc_item_title a {
  margin: 0rem !important;
  display: block;
  float: none !important;
  font-size: unset !important;
  font-weight: normal !important;
  color: #000 !important;
}
/* line 645, templates/g5_helium/custom/scss/content.scss */
#flexicontent ul.group > li .mia-cat-img-destacada, #flexicontent .fc_search_results_list.page > li .mia-cat-img-destacada, #flexicontent ul.group fieldset.fc_search_result .mia-cat-img-destacada, #flexicontent .fc_search_results_list.page fieldset.fc_search_result .mia-cat-img-destacada, #flexicontent ul.group > li .field_imagen-destacada, #flexicontent .fc_search_results_list.page > li .field_imagen-destacada, #flexicontent ul.group fieldset.fc_search_result .field_imagen-destacada, #flexicontent .fc_search_results_list.page fieldset.fc_search_result .field_imagen-destacada {
  float: left;
  display: block;
  margin: 0rem 1rem 1rem 0rem;
}
/* line 649, templates/g5_helium/custom/scss/content.scss */
#flexicontent ul.group > li .mia-cat-img-destacada img.fc_field_image, #flexicontent .fc_search_results_list.page > li .mia-cat-img-destacada img.fc_field_image, #flexicontent ul.group fieldset.fc_search_result .mia-cat-img-destacada img.fc_field_image, #flexicontent .fc_search_results_list.page fieldset.fc_search_result .mia-cat-img-destacada img.fc_field_image, #flexicontent ul.group > li .field_imagen-destacada img.fc_field_image, #flexicontent .fc_search_results_list.page > li .field_imagen-destacada img.fc_field_image, #flexicontent ul.group fieldset.fc_search_result .field_imagen-destacada img.fc_field_image, #flexicontent .fc_search_results_list.page fieldset.fc_search_result .field_imagen-destacada img.fc_field_image {
  border-radius: 0rem !important;
  border: none !important;
  margin: 0rem !important;
}
/* line 655, templates/g5_helium/custom/scss/content.scss */
#flexicontent ul.group > li .readmore, #flexicontent .fc_search_results_list.page > li .readmore, #flexicontent ul.group fieldset.fc_search_result .readmore, #flexicontent .fc_search_results_list.page fieldset.fc_search_result .readmore {
  clear: both;
  display: block;
  margin-top: 1rem;
}
/* line 659, templates/g5_helium/custom/scss/content.scss */
/* line 660, templates/g5_helium/custom/scss/content.scss */
#flexicontent ul.group > li .readmore a span, #flexicontent .fc_search_results_list.page > li .readmore a span, #flexicontent ul.group fieldset.fc_search_result .readmore a span, #flexicontent .fc_search_results_list.page fieldset.fc_search_result .readmore a span {
  display: none;
}
/* line 668, templates/g5_helium/custom/scss/content.scss */
/* line 669, templates/g5_helium/custom/scss/content.scss */
#flexicontent .mia-fancy-container img {
  border-radius: 0rem !important;
  border: none !important;
}
/* line 674, templates/g5_helium/custom/scss/content.scss */
#flexicontent .fc_img_tooltip_data {
  display: block;
  border-radius: 0rem !important;
  border: 1px solid #e6e6e6 !important;
  background: #fff;
  color: #1a1a1a !important;
}
/* line 680, templates/g5_helium/custom/scss/content.scss */
#flexicontent .fc_img_tooltip_data .fc_img_tooltip_title {
  font-weight: normal !important;
  margin-bottom: 0.5rem;
  font-size: 1.1rem !important;
  letter-spacing: 0.02rem;
  line-height: 1.5rem !important;
  font-family: 'Conv_librefranklin-medium' !important;
  font-family: 'Conv_librefranklin-medium';
}
/* line 67, templates/g5_helium/custom/scss/_var-gen.scss */
#flexicontent .fc_img_tooltip_data .fc_img_tooltip_title a {
  line-height: 1.5rem;
}
/* line 686, templates/g5_helium/custom/scss/content.scss */
#flexicontent .fc_img_tooltip_data .fc_img_tooltip_desc {
  line-height: 1.5rem !important;
}
/* line 693, templates/g5_helium/custom/scss/content.scss */
/* line 694, templates/g5_helium/custom/scss/content.scss */
#flexicontent.fctype3 .flexi.lineinfo {
  clear: both;
}
/* line 697, templates/g5_helium/custom/scss/content.scss */
#flexicontent.fctype3 .element.field_imagen-destacada {
  width: 100%;
  max-width: 25% !important;
}
/* line 701, templates/g5_helium/custom/scss/content.scss */
#flexicontent.fctype3 .image.field_presis-coordi {
  width: 100%;
  float: none;
  clear: both;
}
/* line 705, templates/g5_helium/custom/scss/content.scss */
#flexicontent.fctype3 .image.field_presis-coordi .mia-fancy-container {
  float: left;
  width: 50%;
}
/* line 715, templates/g5_helium/custom/scss/content.scss */
/* line 720, templates/g5_helium/custom/scss/content.scss */
.flexi.group.mia-fechas {
  border: 1px solid #e6e6e6;
  padding: 1rem;
  font-size: 1.25rem !important;
  line-height: 1.75rem !important;
}
/* line 725, templates/g5_helium/custom/scss/content.scss */
/* line 726, templates/g5_helium/custom/scss/content.scss */
.flexi.group.mia-fechas .field_created .label.field_created, .flexi.group.mia-fechas .field_modified .label.field_created, .flexi.group.mia-fechas .field_created .label.field_modified, .flexi.group.mia-fechas .field_modified .label.field_modified {
  margin: 0 0.2rem 0 0;
  background: transparent !important;
  font-weight: normal !important;
  color: #000 !important;
  text-shadow: none !important;
  font-family: 'Conv_librefranklin-bold';
  padding: 0rem !important;
  line-height: 1.44rem;
  display: inline-block;
}
/* line 738, templates/g5_helium/custom/scss/content.scss */
.flexi.group.mia-fechas .element.field_modified {
  float: right;
}
/* line 744, templates/g5_helium/custom/scss/content.scss */
.btn {
  color: #fff !important;
  border: 1px solid #db9907 !important;
  border-radius: 0rem !important;
  padding: 10px 20px !important;
  background: #db9907 !important;
  transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
  -webkit-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
  -o-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
  -moz-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
  -ms-transition: transform all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
  box-shadow: none !important;
  text-shadow: none !important;
  line-height: 14px !important;
  font-family: 'Conv_librefranklin-regular';
  font-size: 1rem;
}
/* line 107, templates/g5_helium/custom/scss/_botones.scss */
.btn i {
  text-shadow: none !important;
}
/* line 110, templates/g5_helium/custom/scss/_botones.scss */
.btn:hover {
  border: 1px solid #e6e6e6 !important;
  color: #666 !important;
  background: #fff !important;
}
/* line 748, templates/g5_helium/custom/scss/content.scss */
/* line 749, templates/g5_helium/custom/scss/content.scss */
/* line 753, templates/g5_helium/custom/scss/content.scss */
/* line 754, templates/g5_helium/custom/scss/content.scss */
/* line 755, templates/g5_helium/custom/scss/content.scss */
#searchForm fieldset.fc_search_set table.fc_search_tbl .fc_search_option_cell input.fc_index_complete_simple {
  max-width: 200px !important;
  width: 100% !important;
  height: 37px;
}
/* line 760, templates/g5_helium/custom/scss/content.scss */
/* line 761, templates/g5_helium/custom/scss/content.scss */
#searchForm fieldset.fc_search_set table.fc_search_tbl .fc_search_option_cell .btn span {
  margin-right: 0.5rem !important;
}
/* line 770, templates/g5_helium/custom/scss/content.scss */
/* line 771, templates/g5_helium/custom/scss/content.scss */
fieldset.fc_search_result .fc_search_result_date {
  vertical-align: top;
}
/* line 774, templates/g5_helium/custom/scss/content.scss */
fieldset.fc_search_result .fc_search_result_date .fc-mssg-inline {
  border: none !important;
  background: none !important;
  margin: 0rem 0.5rem 0.5rem 0rem !important;
  padding-left: 0rem;
}
/* line 779, templates/g5_helium/custom/scss/content.scss */
fieldset.fc_search_result .fc_search_result_date .fc-mssg-inline:before {
  content: "\f073";
  font-family: FontAwesome;
  margin-right: 0.5rem;
}
/* line 786, templates/g5_helium/custom/scss/content.scss */
fieldset.fc_search_result .fc_search_result_category {
  vertical-align: top;
}
/* line 789, templates/g5_helium/custom/scss/content.scss */
fieldset.fc_search_result .fc_search_result_category .fc-mssg-inline {
  border: none !important;
  background: none !important;
  margin: 0rem 0.5rem 0.5rem 0rem !important;
  padding-left: 0rem;
  width: auto !important;
  max-width: unset !important;
}
/* line 796, templates/g5_helium/custom/scss/content.scss */
fieldset.fc_search_result .fc_search_result_category .fc-mssg-inline:before {
  content: "\f0f6";
  font-family: FontAwesome;
  margin-right: 0.5rem;
}
/* line 808, templates/g5_helium/custom/scss/content.scss */
.mia-epigrafe {
  color: #efac06;
  font-size: 1.1rem !important;
  letter-spacing: 0.02rem;
  line-height: 1.5rem !important;
  font-family: 'Conv_librefranklin-medium' !important;
  font-family: 'Conv_librefranklin-regular' !important;
}
/* line 67, templates/g5_helium/custom/scss/_var-gen.scss */
.mia-epigrafe a {
  line-height: 1.5rem;
}
/* line 812, templates/g5_helium/custom/scss/content.scss */
.mia-epigrafe.cat {
  font-size: 1rem !important;
  line-height: 1.5rem !important;
  border-bottom: none !important;
  color: #db9907;
}
/* line 816, templates/g5_helium/custom/scss/content.scss */
/* line 817, templates/g5_helium/custom/scss/content.scss */
.mia-titulo h1.mia-title {
  line-height: 2.37rem !important;
  font-size: 1.87rem !important;
  margin: 0rem !important;
  font-weight: normal !important;
  font-family: 'Conv_Catamaran-Medium' !important;
  color: #1f2d3e !important;
}
/* line 825, templates/g5_helium/custom/scss/content.scss */
.mia-fechadecreacionyredes {
  border-bottom: 1px solid #e6e6e6;
  padding-bottom: 0.7rem !important;
}
/* line 828, templates/g5_helium/custom/scss/content.scss */
/* line 829, templates/g5_helium/custom/scss/content.scss */
.mia-fechadecreacionyredes .element.field_created .value, .mia-fechadecreacionyredes .element.field_dia-del-evento .value {
  display: none;
  line-height: 1.5rem !important;
  font-size: 0.75rem !important;
  color: #666;
}
/* line 833, templates/g5_helium/custom/scss/content.scss */
.mia-fechadecreacionyredes .element.field_created .value:before, .mia-fechadecreacionyredes .element.field_dia-del-evento .value:before {
  content: "\f133";
  font-family: FontAwesome;
  margin-right: 0.5rem;
}
/* line 840, templates/g5_helium/custom/scss/content.scss */
.mia-fechadecreacionyredes .font-id {
  float: right;
}
/* line 842, templates/g5_helium/custom/scss/content.scss */
.mia-fechadecreacionyredes .font-id ul {
  margin: 0rem;
}
/* line 844, templates/g5_helium/custom/scss/content.scss */
.mia-fechadecreacionyredes .font-id ul li {
  list-style: none;
  display: inline-block;
  vertical-align: top;
  line-height: 0.5;
  margin-left: 0.4rem;
}
/* line 850, templates/g5_helium/custom/scss/content.scss */
.mia-fechadecreacionyredes .font-id ul li i {
  font-size: 1.2rem;
}
/* line 852, templates/g5_helium/custom/scss/content.scss */
.mia-fechadecreacionyredes .font-id ul li i:hover {
  cursor: pointer;
}
/* line 856, templates/g5_helium/custom/scss/content.scss */
.mia-fechadecreacionyredes .font-id ul li i.fa.fa-facebook-f, .mia-fechadecreacionyredes .font-id ul li i.fa.fa-whatsapp {
  color: #fff !important;
  background: #4d4d4d;
  border-radius: 100%;
  height: 21px;
  width: 21px;
  text-align: center;
  padding: 0.15rem;
  font-size: 15px;
  line-height: 18px;
}
/* line 869, templates/g5_helium/custom/scss/content.scss */
.mia-fechadecreacionyredes .font-id ul li > a {
  display: inline-block;
}
/* line 872, templates/g5_helium/custom/scss/content.scss */
/* line 873, templates/g5_helium/custom/scss/content.scss */
.mia-fechadecreacionyredes .font-id ul li a.fc_mailbutton.btn.btn-small {
  padding: 0rem !important;
  background: none !important;
  font-size: 0 !important;
  border: none !important;
}
/* line 878, templates/g5_helium/custom/scss/content.scss */
.mia-fechadecreacionyredes .font-id ul li a.fc_mailbutton.btn.btn-small i {
  font-size: 1rem !important;
  opacity: 1 !important;
  color: #efac06 !important;
}
/* line 882, templates/g5_helium/custom/scss/content.scss */
.mia-fechadecreacionyredes .font-id ul li a.fc_mailbutton.btn.btn-small i:before {
  content: "\f0e0" !important;
  font-family: FontAwesome;
}
/* line 888, templates/g5_helium/custom/scss/content.scss */
.mia-fechadecreacionyredes .font-id ul li a.btn.btn-small.fc_printbutton {
  padding: 0rem !important;
  background: none !important;
  font-size: 0 !important;
  border: none !important;
}
/* line 893, templates/g5_helium/custom/scss/content.scss */
.mia-fechadecreacionyredes .font-id ul li a.btn.btn-small.fc_printbutton i {
  font-size: 1rem !important;
  opacity: 1 !important;
  color: #efac06 !important;
}
/* line 897, templates/g5_helium/custom/scss/content.scss */
.mia-fechadecreacionyredes .font-id ul li a.btn.btn-small.fc_printbutton i:before {
  content: "\f02f" !important;
  font-family: FontAwesome;
}
/* line 907, templates/g5_helium/custom/scss/content.scss */
/* line 908, templates/g5_helium/custom/scss/content.scss */
.mia-fechadecreacionyredes.tpl-noticias .element.field_created .value, .mia-fechadecreacionyredes.tpl-noticias .element.field_dia-del-evento .value {
  display: inline-block;
}
/* line 913, templates/g5_helium/custom/scss/content.scss */
.mia-descripcion {
  border-bottom: 1px solid #e6e6e6;
  padding-bottom: 0.5rem;
  margin-bottom: 0.5rem;
}
/* line 917, templates/g5_helium/custom/scss/content.scss */
/* line 918, templates/g5_helium/custom/scss/content.scss */
.mia-descripcion ul li {
  list-style: none;
}
/* line 219, templates/g5_helium/custom/scss/_botones.scss */
.mia-descripcion ul li:before {
  font-family: FontAwesome;
  margin-right: 0.5rem;
  content: "\f105";
  color: #efac06;
}
/* line 924, templates/g5_helium/custom/scss/content.scss */
/* line 925, templates/g5_helium/custom/scss/content.scss */
/* line 926, templates/g5_helium/custom/scss/content.scss */
.catdescription ul li {
  list-style: none;
}
/* line 219, templates/g5_helium/custom/scss/_botones.scss */
.catdescription ul li:before {
  font-family: FontAwesome;
  margin-right: 0.5rem;
  content: "\f105";
  color: #efac06;
}
/* line 932, templates/g5_helium/custom/scss/content.scss */
/* line 933, templates/g5_helium/custom/scss/content.scss */
.mia-imagen .value {
  float: none !important;
}
/* line 935, templates/g5_helium/custom/scss/content.scss */
.mia-imagen .value .fc_image_thumb {
  display: block !important;
  float: none !important;
}
/* line 938, templates/g5_helium/custom/scss/content.scss */
.mia-imagen .value .fc_image_thumb img {
  border: none !important;
  border-radius: 0rem !important;
  width: 100%;
}
/* line 946, templates/g5_helium/custom/scss/content.scss */
.mia-imagen .fc_img_tooltip_data {
  border-radius: 0rem !important;
  display: block !important;
  padding: 0.5rem 0rem !important;
  border-bottom: 1px solid #e6e6e6;
  padding-bottom: 0.7rem !important;
  border-left: none !important;
  border-right: none !important;
  border-top: none !important;
  background: transparent !important;
  line-height: 1.5rem !important;
  font-size: 0.75rem !important;
}
/* line 957, templates/g5_helium/custom/scss/content.scss */
.mia-imagen .fc_img_tooltip_data .fc_img_tooltip_desc {
  color: #333;
  font-family: 'Conv_librefranklin-light';
  font-weight: normal !important;
  line-height: unset !important;
}
/* line 963, templates/g5_helium/custom/scss/content.scss */
.mia-imagen .fc_img_tooltip_data .fc_img_tooltip_title {
  color: #000;
  line-height: unset !important;
  font-family: 'Conv_librefranklin-regular' !important;
  font-weight: normal !important;
}
/* line 970, templates/g5_helium/custom/scss/content.scss */
.mia-imagen.cat {
  float: left;
  margin: 1rem 1rem 0.5rem 0rem;
  width: 100%;
  max-width: 30%;
}
@media only all and (min-width: 30.062rem) and (max-width: 47.938rem) {
  .mia-imagen.cat {
    max-width: 100%;
    margin: 0rem 0rem 1rem 0rem;
    width: 100%;
  }
}
@media only all and (max-width: 30rem) {
  .mia-imagen.cat {
    max-width: 100%;
    margin: 0rem 0rem 1rem 0rem;
    width: 100%;
  }
}
/* line 985, templates/g5_helium/custom/scss/content.scss */
.mia-imagen.cat .value {
  margin: 0rem;
}
/* line 990, templates/g5_helium/custom/scss/content.scss */
.mia-visualizacionesyfechademodificacion {
  line-height: 1.5rem !important;
  font-size: 0.75rem !important;
  color: #666;
}
/* line 996, templates/g5_helium/custom/scss/content.scss */
.mia-visualizacionesyfechademodificacion .field_modified {
  float: right;
}
/* line 998, templates/g5_helium/custom/scss/content.scss */
.mia-visualizacionesyfechademodificacion .field_modified .label.field_modified {
  float: none;
  max-width: unset;
  background: none !important;
  text-shadow: none !important;
  display: inline-block;
  color: #666 !important;
  line-height: 1.9;
  margin: 0rem;
  padding: 0rem;
  vertical-align: top;
}
/* line 1010, templates/g5_helium/custom/scss/content.scss */
.mia-visualizacionesyfechademodificacion .field_modified .value.field_modified {
  float: none;
  max-width: unset;
  background: none !important;
  text-shadow: none !important;
  display: inline-block;
  color: #666;
  vertical-align: top;
  line-height: 2;
}
/* line 1022, templates/g5_helium/custom/scss/content.scss */
/* line 1024, templates/g5_helium/custom/scss/content.scss */
.mia-videos h4, .mia-adjuntos h4, .mia-relacionados h4, .mia-multimedia h4, .mia-etiquetas h4, .mia-presidentecoordinadores h4, .mia-tipo h4, .mia-estado h4 {
  color: #1f2d3e !important;
  font-size: 1.25rem !important;
  line-height: 1.75rem !important;
  font-family: 'Conv_librefranklin-medium';
  border-bottom: 1px solid #e6e6e6 !important;
  padding-bottom: 0.4rem !important;
  margin-bottom: 1rem !important;
}
/* line 1031, templates/g5_helium/custom/scss/content.scss */
.mia-videos h4 i, .mia-adjuntos h4 i, .mia-relacionados h4 i, .mia-multimedia h4 i, .mia-etiquetas h4 i, .mia-presidentecoordinadores h4 i, .mia-tipo h4 i, .mia-estado h4 i {
  margin-right: 0.5rem;
}
/* line 1037, templates/g5_helium/custom/scss/content.scss */
.mia-tipo, .mia-estado {
  padding: 0.5rem 0rem !important;
}
/* line 1039, templates/g5_helium/custom/scss/content.scss */
.mia-tipo .label, .mia-estado .label {
  display: none !important;
}
/* line 1042, templates/g5_helium/custom/scss/content.scss */
/* line 1043, templates/g5_helium/custom/scss/content.scss */
.mia-tipo.cat .label, .mia-estado.cat .label {
  display: inline-block !important;
  color: #000 !important;
  background: none !important;
  max-width: unset !important;
  min-width: unset !important;
  font-size: 1rem !important;
}
/* line 1054, templates/g5_helium/custom/scss/content.scss */
/* line 1055, templates/g5_helium/custom/scss/content.scss */
.mia-multimedia .value.field_galeria-de-imagenes {
  float: none !important;
  width: 100%;
}
/* line 1058, templates/g5_helium/custom/scss/content.scss */
.mia-multimedia .value.field_galeria-de-imagenes a {
  float: none !important;
  vertical-align: top !important;
}
/* line 1061, templates/g5_helium/custom/scss/content.scss */
.mia-multimedia .value.field_galeria-de-imagenes a img {
  border: none !important;
  border-radius: 0rem !important;
}
/* line 1069, templates/g5_helium/custom/scss/content.scss */
/* line 1071, templates/g5_helium/custom/scss/content.scss */
.mia-videos .value.field_Video {
  float: none !important;
  width: 100%;
}
/* line 1076, templates/g5_helium/custom/scss/content.scss */
.mia-videos .fc_sharedmedia_player_outer {
  padding-bottom: 56.25%;
  height: 0;
  position: relative;
}
/* line 1080, templates/g5_helium/custom/scss/content.scss */
.mia-videos .fc_sharedmedia_player_outer iframe {
  width: 100% !important;
  height: 100% !important;
  position: absolute;
}
/* line 1086, templates/g5_helium/custom/scss/content.scss */
.mia-videos h3 {
  font-size: 1rem !important;
  font-weight: normal !important;
}
/* line 1091, templates/g5_helium/custom/scss/content.scss */
/* line 1092, templates/g5_helium/custom/scss/content.scss */
.mia-adjuntos .element {
  /*border:1px solid $border;*/
  padding: 0.8rem;
}
/* line 1096, templates/g5_helium/custom/scss/content.scss */
.mia-adjuntos .fcfile_actions {
  margin: 0rem !important;
}
/* line 1100, templates/g5_helium/custom/scss/content.scss */
.mia-adjuntos .value.field_Adjuntos {
  float: none !important;
}
/* line 1102, templates/g5_helium/custom/scss/content.scss */
.mia-adjuntos .value.field_Adjuntos .fcfile_actions {
  position: relative;
  padding: 0rem 0rem 1rem 1.8rem !important;
}
/* line 1105, templates/g5_helium/custom/scss/content.scss */
.mia-adjuntos .value.field_Adjuntos .fcfile_actions a {
  display: block;
  vertical-align: top;
  line-height: 2.5rem;
  margin: 0rem 0rem 0rem 1.5rem !important;
  padding: 0 0 0.5rem 1rem;
  border-left: 1px solid #e6e6e6;
  background: transparent;
  position: relative;
  color: #333 !important;
}
/* line 1115, templates/g5_helium/custom/scss/content.scss */
.mia-adjuntos .value.field_Adjuntos .fcfile_actions a:before {
  background: url('../images/ico-download.svg') no-repeat 50% 50%;
  position: absolute;
  left: -2.7rem;
  top: 5px;
  display: block;
  content: "";
  height: 25px;
  width: 25px;
}
/* line 1129, templates/g5_helium/custom/scss/content.scss */
.mia-adjuntos hr.fcclearline {
  display: none !important;
}
/* line 1133, templates/g5_helium/custom/scss/content.scss */
/* line 1134, templates/g5_helium/custom/scss/content.scss */
.mia-relacionados .flexi.value {
  float: none !important;
  padding: 0.8rem !important;
  border: 1px solid #e6e6e6;
}
/* line 1138, templates/g5_helium/custom/scss/content.scss */
.mia-relacionados .flexi.value a.relateditem {
  display: block;
  padding: 0.5rem;
  border-bottom: 1px solid #e6e6e6;
}
/* line 1143, templates/g5_helium/custom/scss/content.scss */
.mia-relacionados .flexi.value a.relateditem:before {
  content: "\f101";
  font-family: FontAwesome;
  margin-right: 0.5rem;
}
/* line 1148, templates/g5_helium/custom/scss/content.scss */
.mia-relacionados .flexi.value a.relateditem:last-child {
  border: none !important;
}
/* line 1154, templates/g5_helium/custom/scss/content.scss */
/* line 1155, templates/g5_helium/custom/scss/content.scss */
/* line 1156, templates/g5_helium/custom/scss/content.scss */
.mia-etiquetas .element.field_tags .value.field_tags {
  float: none !important;
}
/* line 1158, templates/g5_helium/custom/scss/content.scss */
.mia-etiquetas .element.field_tags .value.field_tags > a {
  display: inline-block;
  vertical-align: top;
  padding: 0.2rem 0.5rem;
  border: 1px solid #e6e6e6;
  color: #808080 !important;
  background: #f8f8f8 !important;
  margin: 0rem 0.5rem 0.5rem 0rem;
}
/* line 1166, templates/g5_helium/custom/scss/content.scss */
.mia-etiquetas .element.field_tags .value.field_tags > a:before {
  content: "#";
  font-family: FontAwesome;
  margin-right: 0rem;
  color: #808080;
}
/* line 1172, templates/g5_helium/custom/scss/content.scss */
.mia-etiquetas .element.field_tags .value.field_tags > a:hover {
  color: #efac06 !important;
}
/* line 1174, templates/g5_helium/custom/scss/content.scss */
.mia-etiquetas .element.field_tags .value.field_tags > a:hover:before {
  color: #efac06 !important;
}
/* line 1182, templates/g5_helium/custom/scss/content.scss */
.mia-bajada {
  color: #000 !important;
  margin: 0rem 0rem 1rem 0rem !important;
}
/* line 1185, templates/g5_helium/custom/scss/content.scss */
.mia-bajada.cat {
  margin: 1rem 0rem 1rem 0rem !important;
  font-family: 'Conv_librefranklin-regular';
}
/* line 1190, templates/g5_helium/custom/scss/content.scss */
.mia-bandera {
  margin-bottom: 0rem !important;
}
/* line 1192, templates/g5_helium/custom/scss/content.scss */
.mia-bandera img.fc_field_image {
  border-radius: 0rem !important;
  border: none !important;
}
/* line 1198, templates/g5_helium/custom/scss/content.scss */
/* line 1199, templates/g5_helium/custom/scss/content.scss */
.readmore a.btn {
  color: #005a96 !important;
  border: 1px solid #005a96 !important;
  border-radius: 0px !important;
  padding: 10px 20px !important;
  display: inline-block;
  font-size: 1rem !important;
  line-height: 1rem !important;
  background-color: #fff !important;
  background-repeat: no-repeat;
  transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
  -webkit-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
  -o-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
  -moz-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
  -ms-transition: transform all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
  font-family: 'Conv_librefranklin-regular';
  box-shadow: none !important;
  text-transform: none !important;
  letter-spacing: unset !important;
}
/* line 20, templates/g5_helium/custom/scss/_botones.scss */
.readmore a.btn:hover {
  border: 1px solid #005a96 !important;
  color: #fff !important;
  background-color: #005a96 !important;
}
/* line 1203, templates/g5_helium/custom/scss/content.scss */
.subcategorieslist.group {
  clear: both;
  font-size: 0;
}
/* line 1206, templates/g5_helium/custom/scss/content.scss */
.subcategorieslist.group .subcategorieslabel {
  display: none !important;
}
/* line 1210, templates/g5_helium/custom/scss/content.scss */
.subcategorieslist.group span.subcat.floattext {
  float: left !important;
  clear: none !important;
  width: 25% !important;
  padding: 0rem;
  display: block !important;
  font-size: 1rem !important;
}
@media only all and (min-width: 30.062rem) and (max-width: 47.938rem) {
  .subcategorieslist.group span.subcat.floattext {
    width: 49.6% !important;
  }
}
@media only all and (max-width: 30rem) {
  .subcategorieslist.group span.subcat.floattext {
    width: 100% !important;
  }
}
/* line 1223, templates/g5_helium/custom/scss/content.scss */
.subcategorieslist.group span.subcat.floattext .catinfo.fc_inline {
  display: block !important;
  text-align: center;
  /*@include titulo-interno7;*/
  padding: 0.5rem;
}
/* line 1228, templates/g5_helium/custom/scss/content.scss */
.subcategorieslist.group span.subcat.floattext .catinfo.fc_inline a.catlink {
  /*color:#000000;*/
  padding: 1.5rem 1rem;
  border: 1px solid #e6e6e6 !important;
  display: block !important;
  background: #fff;
}
/* line 1234, templates/g5_helium/custom/scss/content.scss */
.subcategorieslist.group span.subcat.floattext .catinfo.fc_inline a.catlink:hover {
  background: #f8f8f8;
}
/* line 1242, templates/g5_helium/custom/scss/content.scss */
#searchForm {
  display: none;
}
/* line 1245, templates/g5_helium/custom/scss/content.scss */
/* line 1246, templates/g5_helium/custom/scss/content.scss */
/* line 1247, templates/g5_helium/custom/scss/content.scss */
#flexicontent.fcitems > .buttons, #flexicontent.fccategory > .buttons {
  display: none !important;
}
/* line 1253, templates/g5_helium/custom/scss/content.scss */
/* line 1254, templates/g5_helium/custom/scss/content.scss */
.mia-extra.art {
  padding-bottom: 1rem;
  border-bottom: 1px solid #e6e6e6;
  margin-bottom: 1rem;
}
/* line 1259, templates/g5_helium/custom/scss/content.scss */
/* line 1260, templates/g5_helium/custom/scss/content.scss */
.mia-extra .element .flexi.label {
  background: none !important;
  color: #000 !important;
  box-shadow: none !important;
  font-size: 1.1rem !important;
  letter-spacing: 0.02rem;
  line-height: 1.5rem !important;
  font-family: 'Conv_librefranklin-medium' !important;
  font-family: 'Conv_librefranklin-bold' !important;
  display: inline-block;
  float: none !important;
  width: unset !important;
  max-width: unset !important;
  min-width: unset !important;
  vertical-align: middle;
  border-radius: 0 !important;
  padding: 0rem 0rem 0.3rem !important;
  margin: 0rem 0.5rem 0rem 0rem !important;
  text-shadow: none !important;
}
/* line 67, templates/g5_helium/custom/scss/_var-gen.scss */
.mia-extra .element .flexi.label a {
  line-height: 1.5rem;
}
/* line 1277, templates/g5_helium/custom/scss/content.scss */
.mia-extra .element .value {
  display: inline-block;
  vertical-align: middle;
  float: none;
}
/* line 1285, templates/g5_helium/custom/scss/content.scss */
/* line 1286, templates/g5_helium/custom/scss/content.scss */
/* line 1287, templates/g5_helium/custom/scss/content.scss */
#adminForm legend span {
  border-radius: 0 !important;
}
/* line 1291, templates/g5_helium/custom/scss/content.scss */
/* line 1292, templates/g5_helium/custom/scss/content.scss */
#adminForm .fc_filter_line .fc_filter_label {
  width: auto !important;
  background: transparent !important;
  color: #000 !important;
  text-shadow: none !important;
  font-family: 'Conv_librefranklin-bold' !important;
  font-size: 1.1rem !important;
  letter-spacing: 0.02rem;
  line-height: 1.5rem !important;
  font-family: 'Conv_librefranklin-medium' !important;
}
/* line 67, templates/g5_helium/custom/scss/_var-gen.scss */
#adminForm .fc_filter_line .fc_filter_label a {
  line-height: 1.5rem;
}
/* line 1300, templates/g5_helium/custom/scss/content.scss */
/* line 1301, templates/g5_helium/custom/scss/content.scss */
#adminForm .fc_filter_line .fc_buttons.btn-group button {
  margin: 0rem 0.5rem 0.5rem 0rem !important;
}
/* line 1307, templates/g5_helium/custom/scss/content.scss */
/* line 1308, templates/g5_helium/custom/scss/content.scss */
/* line 1309, templates/g5_helium/custom/scss/content.scss */
#item_total .fc_pages_counter .label {
  width: auto !important;
  background: transparent !important;
  color: #000 !important;
  text-shadow: none !important;
}
/* line 1317, templates/g5_helium/custom/scss/content.scss */
ul.mod_flexitagcloud {
  text-align: left !important;
}
/* line 1319, templates/g5_helium/custom/scss/content.scss */
ul.mod_flexitagcloud li {
  display: inline-block;
}
/* line 1321, templates/g5_helium/custom/scss/content.scss */
ul.mod_flexitagcloud li a {
  display: inline-block;
  padding: 0.2rem 0.5rem !important;
  border: 1px solid #e6e6e6;
  line-height: 1.5rem !important;
  font-size: 0.75rem !important;
  margin: 0rem 0.3rem 0.3rem 0rem;
  color: #000;
}
/* line 1328, templates/g5_helium/custom/scss/content.scss */
ul.mod_flexitagcloud li a:hover {
  color: #efac06;
}
/* line 1337, templates/g5_helium/custom/scss/content.scss */
/* line 1338, templates/g5_helium/custom/scss/content.scss */
.outline-16 #g-utility {
  background: #fff !important;
}
/* line 1340, templates/g5_helium/custom/scss/content.scss */
/* line 1341, templates/g5_helium/custom/scss/content.scss */
.outline-16 #g-utility .size-31 .moduletable {
  width: 70%;
}
/* line 1344, templates/g5_helium/custom/scss/content.scss */
.outline-16 #g-utility .size-31 .accordion {
  font-weight: bold;
}
/* line 1346, templates/g5_helium/custom/scss/content.scss */
/* line 1347, templates/g5_helium/custom/scss/content.scss */
.outline-16 #g-utility .size-31 .accordion .current a {
  color: #000 !important;
}
/* line 1349, templates/g5_helium/custom/scss/content.scss */
.outline-16 #g-utility .size-31 .accordion .current a:before {
  content: " ";
  display: block;
  background: #efac06;
  height: 2px;
  width: 25%;
  position: absolute;
  left: 0;
  bottom: -1.5px;
}
/* line 1359, templates/g5_helium/custom/scss/content.scss */
.outline-16 #g-utility .size-31 .accordion .current a:hover {
  color: #000 !important;
}
/* line 1361, templates/g5_helium/custom/scss/content.scss */
.outline-16 #g-utility .size-31 .accordion .current a:hover:before {
  content: " ";
  display: block;
  background: #efac06;
  height: 2px;
  width: 25%;
  position: absolute;
  left: 0;
  bottom: -1.5px;
}
/* line 1374, templates/g5_helium/custom/scss/content.scss */
/* line 1375, templates/g5_helium/custom/scss/content.scss */
.outline-16 #g-utility .size-31 .accordion li a {
  position: relative;
}
/* line 1377, templates/g5_helium/custom/scss/content.scss */
.outline-16 #g-utility .size-31 .accordion li a:before {
  content: " ";
  display: block;
  background: #efac06;
  height: 2px;
  width: 0%;
  position: absolute;
  left: 0;
  bottom: -1.5px;
  -webkit-transition: all 0.4s ease 0s !important;
  transition: all 0.4s ease 0s;
}
/* line 1391, templates/g5_helium/custom/scss/content.scss */
/* line 1392, templates/g5_helium/custom/scss/content.scss */
.outline-16 #g-utility .size-31 .accordion li a {
  position: relative;
}
/* line 1394, templates/g5_helium/custom/scss/content.scss */
.outline-16 #g-utility .size-31 .accordion li a:hover {
  color: #000 !important;
}
/* line 1396, templates/g5_helium/custom/scss/content.scss */
.outline-16 #g-utility .size-31 .accordion li a:hover:before {
  content: " ";
  display: block;
  background: #efac06;
  height: 2px;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: -1.5px;
}
/* line 1411, templates/g5_helium/custom/scss/content.scss */
/* line 1412, templates/g5_helium/custom/scss/content.scss */
.outline-16 #g-utility .size-24 .moduletable {
  margin-top: 4rem !important;
}
/* line 1416, templates/g5_helium/custom/scss/content.scss */
/* line 1417, templates/g5_helium/custom/scss/content.scss */
.outline-16 #g-utility .size-37 img {
  width: 70%;
}
/* line 1421, templates/g5_helium/custom/scss/content.scss */
.outline-16 #g-utility .custom {
  padding-left: 4rem;
}
@media only all and (max-width: 30rem) {
  .outline-16 #g-utility .custom {
    padding: 0rem 0rem !important;
  }
}
@media only all and (min-width: 30.062rem) and (max-width: 47.938rem) {
  .outline-16 #g-utility .custom {
    padding: 0rem 0rem !important;
  }
}
/* line 1429, templates/g5_helium/custom/scss/content.scss */
.outline-16 #g-utility .custom .g-title {
  line-height: 2.5rem !important;
  font-size: 2rem !important;
}
@media only all and (min-width: 30.062rem) and (max-width: 47.938rem) {
  .outline-16 #g-utility .custom .g-title {
    line-height: 2rem !important;
    font-size: 1.5rem !important;
  }
}
@media only all and (max-width: 30rem) {
  .outline-16 #g-utility .custom .g-title {
    line-height: 2rem !important;
    font-size: 1.5rem !important;
  }
}
/* line 1431, templates/g5_helium/custom/scss/content.scss */
.outline-16 #g-utility .custom .g-title .tit-nar {
  color: #efac06;
}
/* line 1435, templates/g5_helium/custom/scss/content.scss */
.outline-16 #g-utility .custom p {
  line-height: 38px;
  color: black;
}
@media only all and (min-width: 30.062rem) and (max-width: 47.938rem) {
  .outline-16 #g-utility .custom p {
    line-height: 30px !important;
  }
}
@media only all and (max-width: 30rem) {
  .outline-16 #g-utility .custom p {
    line-height: 30px !important;
  }
}
/* line 1445, templates/g5_helium/custom/scss/content.scss */
.outline-16 #g-utility .custom .tex-d {
  margin-bottom: 2rem;
}
/* line 1448, templates/g5_helium/custom/scss/content.scss */
.outline-16 #g-utility .custom .a-btn {
  color: #005a96 !important;
  border: 1px solid #005a96 !important;
  border-radius: 0 !important;
  padding: 10px 20px !important;
  background-color: #fff !important;
  font-weight: normal !important;
  box-shadow: none !important;
  /*background-image:url('../images/arrow-b-r.svg') !important;
   background-repeat:no-repeat !important;*/
  text-shadow: none !important;
  background-position: right 5px top 50% !important;
  text-transform: none !important;
  letter-spacing: unset !important;
  font-family: 'Conv_librefranklin-medium' !important;
}
/* line 177, templates/g5_helium/custom/scss/_botones.scss */
.outline-16 #g-utility .custom .a-btn:hover {
  border: 1px solid #005a96 !important;
  background-color: #005a96 !important;
  color: #fff !important;
}
/* line 1453, templates/g5_helium/custom/scss/content.scss */
.outline-16 #g-feature {
  background: #f2f2f2 !important;
  padding-top: 0rem !important;
}
/* line 1456, templates/g5_helium/custom/scss/content.scss */
/* line 1457, templates/g5_helium/custom/scss/content.scss */
.outline-16 #g-feature .g-block.size-55 {
  margin-top: 0rem !important;
}
/* line 1460, templates/g5_helium/custom/scss/content.scss */
.outline-16 #g-feature .g-block .moduletable {
  padding: 0.938rem !important;
  margin: 0.625rem !important;
}
/* line 1465, templates/g5_helium/custom/scss/content.scss */
/* line 1466, templates/g5_helium/custom/scss/content.scss */
.outline-16 #g-feature .pasiva-a .custompasiva-a {
  padding-left: 4rem;
}
@media only all and (max-width: 30rem) {
  .outline-16 #g-feature .pasiva-a .custompasiva-a {
    padding: 0rem 0rem !important;
  }
}
@media only all and (min-width: 30.062rem) and (max-width: 47.938rem) {
  .outline-16 #g-feature .pasiva-a .custompasiva-a {
    padding: 0rem 0rem !important;
  }
}
/* line 1474, templates/g5_helium/custom/scss/content.scss */
.outline-16 #g-feature .pasiva-a .custompasiva-a .g-title {
  line-height: 2.5rem !important;
  font-size: 2rem !important;
}
@media only all and (min-width: 30.062rem) and (max-width: 47.938rem) {
  .outline-16 #g-feature .pasiva-a .custompasiva-a .g-title {
    line-height: 2rem !important;
    font-size: 1.5rem !important;
  }
}
@media only all and (max-width: 30rem) {
  .outline-16 #g-feature .pasiva-a .custompasiva-a .g-title {
    line-height: 2rem !important;
    font-size: 1.5rem !important;
  }
}
/* line 1476, templates/g5_helium/custom/scss/content.scss */
.outline-16 #g-feature .pasiva-a .custompasiva-a .g-title .tit-nar {
  color: #efac06;
}
/* line 1480, templates/g5_helium/custom/scss/content.scss */
.outline-16 #g-feature .pasiva-a .custompasiva-a p {
  line-height: 38px;
  color: black;
}
@media only all and (min-width: 30.062rem) and (max-width: 47.938rem) {
  .outline-16 #g-feature .pasiva-a .custompasiva-a p {
    line-height: 30px !important;
  }
}
@media only all and (max-width: 30rem) {
  .outline-16 #g-feature .pasiva-a .custompasiva-a p {
    line-height: 30px !important;
  }
}
/* line 1490, templates/g5_helium/custom/scss/content.scss */
.outline-16 #g-feature .pasiva-a .custompasiva-a .tex-d {
  margin-bottom: 2rem;
}
/* line 1493, templates/g5_helium/custom/scss/content.scss */
.outline-16 #g-feature .pasiva-a .custompasiva-a a {
  color: #005a96 !important;
  border: 1px solid #005a96 !important;
  border-radius: 0 !important;
  padding: 10px 20px !important;
  background-color: #fff !important;
  font-weight: normal !important;
  box-shadow: none !important;
  /*background-image:url('../images/arrow-b-r.svg') !important;
   background-repeat:no-repeat !important;*/
  text-shadow: none !important;
  background-position: right 5px top 50% !important;
  text-transform: none !important;
  letter-spacing: unset !important;
  font-family: 'Conv_librefranklin-medium' !important;
}
/* line 177, templates/g5_helium/custom/scss/_botones.scss */
.outline-16 #g-feature .pasiva-a .custompasiva-a a:hover {
  border: 1px solid #005a96 !important;
  background-color: #005a96 !important;
  color: #fff !important;
}
/* line 1503, templates/g5_helium/custom/scss/content.scss */
/* line 1504, templates/g5_helium/custom/scss/content.scss */
/* line 1505, templates/g5_helium/custom/scss/content.scss */
.mia-cat .mia-bajada .fcclearline {
  display: none;
}
/* line 1508, templates/g5_helium/custom/scss/content.scss */
/* line 1509, templates/g5_helium/custom/scss/content.scss */
.mia-cat .mia-bajada .fcfile_actions a {
  display: flex;
}
/* line 1511, templates/g5_helium/custom/scss/content.scss */
.mia-cat .mia-bajada .fcfile_actions a:before {
  background: url('../images/ico-download.svg') no-repeat 50% 50%;
  left: -2.7rem;
  top: 5px;
  display: block;
  content: "";
  height: 25px;
  width: 25px;
  margin-right: 1rem !important;
  border-right: 1px solid #e6e6e6;
  margin-left: 1rem !important;
  padding-left: 3rem;
}
/* line 1530, templates/g5_helium/custom/scss/content.scss */
/* line 1531, templates/g5_helium/custom/scss/content.scss */
#g-sidebar .menu-trans, #g-utility .menu-trans {
  width: 100%;
}
@media only all and (max-width: 30rem) {
  #g-sidebar .menu-trans, #g-utility .menu-trans {
    padding: 0rem 1rem !important;
  }
}
@media only all and (min-width: 30.062rem) and (max-width: 47.938rem) {
  #g-sidebar .menu-trans, #g-utility .menu-trans {
    padding: 0rem 1rem !important;
  }
}
/* line 1539, templates/g5_helium/custom/scss/content.scss */
#g-sidebar .menu-trans .accordion, #g-utility .menu-trans .accordion {
  font-weight: bold;
}
/* line 1541, templates/g5_helium/custom/scss/content.scss */
/* line 1542, templates/g5_helium/custom/scss/content.scss */
#g-sidebar .menu-trans .accordion .current a, #g-utility .menu-trans .accordion .current a {
  color: #000 !important;
}
/* line 1544, templates/g5_helium/custom/scss/content.scss */
#g-sidebar .menu-trans .accordion .current a:before, #g-utility .menu-trans .accordion .current a:before {
  content: " ";
  display: block;
  background: #efac06;
  height: 2px;
  width: 25%;
  position: absolute;
  left: 0;
  bottom: -1.5px;
}
/* line 1554, templates/g5_helium/custom/scss/content.scss */
#g-sidebar .menu-trans .accordion .current a:hover, #g-utility .menu-trans .accordion .current a:hover {
  color: #000 !important;
}
/* line 1556, templates/g5_helium/custom/scss/content.scss */
#g-sidebar .menu-trans .accordion .current a:hover:before, #g-utility .menu-trans .accordion .current a:hover:before {
  content: " ";
  display: block;
  background: #efac06;
  height: 2px;
  width: 25%;
  position: absolute;
  left: 0;
  bottom: -1.5px;
}
/* line 1569, templates/g5_helium/custom/scss/content.scss */
/* line 1570, templates/g5_helium/custom/scss/content.scss */
#g-sidebar .menu-trans .accordion li a, #g-utility .menu-trans .accordion li a {
  position: relative;
}
/* line 1572, templates/g5_helium/custom/scss/content.scss */
#g-sidebar .menu-trans .accordion li a:before, #g-utility .menu-trans .accordion li a:before {
  content: " ";
  display: block;
  background: #efac06;
  height: 2px;
  width: 0%;
  position: absolute;
  left: 0;
  bottom: -1.5px;
  -webkit-transition: all 0.4s ease 0s !important;
  transition: all 0.4s ease 0s;
}
/* line 1586, templates/g5_helium/custom/scss/content.scss */
/* line 1587, templates/g5_helium/custom/scss/content.scss */
#g-sidebar .menu-trans .accordion li a, #g-utility .menu-trans .accordion li a {
  position: relative;
}
/* line 1589, templates/g5_helium/custom/scss/content.scss */
#g-sidebar .menu-trans .accordion li a:hover, #g-utility .menu-trans .accordion li a:hover {
  color: #000 !important;
}
/* line 1591, templates/g5_helium/custom/scss/content.scss */
#g-sidebar .menu-trans .accordion li a:hover:before, #g-utility .menu-trans .accordion li a:hover:before {
  content: " ";
  display: block;
  background: #efac06;
  height: 2px;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: -1.5px;
}
/* line 1608, templates/g5_helium/custom/scss/content.scss */
/* line 1609, templates/g5_helium/custom/scss/content.scss */
.mia-autoridades .mia-descripcion {
  display: flex;
  width: 100%;
}
@media only all and (min-width: 48rem) and (max-width: 59.938rem) {
  .mia-autoridades .mia-descripcion {
    flex-direction: column;
  }
}
@media only all and (min-width: 30.062rem) and (max-width: 47.938rem) {
  .mia-autoridades .mia-descripcion {
    flex-direction: column;
  }
}
@media only all and (max-width: 30rem) {
  .mia-autoridades .mia-descripcion {
    flex-direction: column;
  }
}
/* line 1621, templates/g5_helium/custom/scss/content.scss */
/* line 1622, templates/g5_helium/custom/scss/content.scss */
.mia-autoridades .mia-descripcion .flexi.element.field_presidente, .mia-autoridades .mia-descripcion .flexi.element.field_vicepresidente, .mia-autoridades .mia-descripcion .flexi.element.field_director, .mia-autoridades .mia-descripcion .flexi.element.field_director_2 {
  width: 30%;
}
@media only all and (min-width: 48rem) and (max-width: 59.938rem) {
  .mia-autoridades .mia-descripcion .flexi.element.field_presidente, .mia-autoridades .mia-descripcion .flexi.element.field_vicepresidente, .mia-autoridades .mia-descripcion .flexi.element.field_director, .mia-autoridades .mia-descripcion .flexi.element.field_director_2 {
    width: 100%;
  }
}
@media only all and (min-width: 30.062rem) and (max-width: 47.938rem) {
  .mia-autoridades .mia-descripcion .flexi.element.field_presidente, .mia-autoridades .mia-descripcion .flexi.element.field_vicepresidente, .mia-autoridades .mia-descripcion .flexi.element.field_director, .mia-autoridades .mia-descripcion .flexi.element.field_director_2 {
    width: 100%;
  }
}
@media only all and (max-width: 30rem) {
  .mia-autoridades .mia-descripcion .flexi.element.field_presidente, .mia-autoridades .mia-descripcion .flexi.element.field_vicepresidente, .mia-autoridades .mia-descripcion .flexi.element.field_director, .mia-autoridades .mia-descripcion .flexi.element.field_director_2 {
    width: 100%;
  }
}
/* line 1635, templates/g5_helium/custom/scss/content.scss */
.mia-autoridades .mia-descripcion .flexi.element .field_presidente, .mia-autoridades .mia-descripcion .flexi.element .field_vicepresidente, .mia-autoridades .mia-descripcion .flexi.element .field_director {
  /*float:left;
   width:30% !important;*/
}
@media only all and (min-width: 48rem) and (max-width: 59.938rem) {
  .mia-autoridades .mia-descripcion .flexi.element .field_presidente, .mia-autoridades .mia-descripcion .flexi.element .field_vicepresidente, .mia-autoridades .mia-descripcion .flexi.element .field_director {
    float: none !important;
    width: 100% !important;
    padding-bottom: 2rem;
  }
}
@media only all and (min-width: 30.062rem) and (max-width: 47.938rem) {
  .mia-autoridades .mia-descripcion .flexi.element .field_presidente, .mia-autoridades .mia-descripcion .flexi.element .field_vicepresidente, .mia-autoridades .mia-descripcion .flexi.element .field_director {
    float: none !important;
    width: 100% !important;
    padding-bottom: 2rem;
  }
}
@media only all and (max-width: 30rem) {
  .mia-autoridades .mia-descripcion .flexi.element .field_presidente, .mia-autoridades .mia-descripcion .flexi.element .field_vicepresidente, .mia-autoridades .mia-descripcion .flexi.element .field_director {
    float: none !important;
    width: 100% !important;
    padding-bottom: 2rem;
  }
}
/* line 1653, templates/g5_helium/custom/scss/content.scss */
.mia-autoridades .mia-descripcion .flexi.element .field_presidente .flexi.value, .mia-autoridades .mia-descripcion .flexi.element .field_vicepresidente .flexi.value, .mia-autoridades .mia-descripcion .flexi.element .field_director .flexi.value {
  float: none !important;
}
/* line 1655, templates/g5_helium/custom/scss/content.scss */
.mia-autoridades .mia-descripcion .flexi.element .field_presidente .flexi.value img, .mia-autoridades .mia-descripcion .flexi.element .field_vicepresidente .flexi.value img, .mia-autoridades .mia-descripcion .flexi.element .field_director .flexi.value img {
  width: 100% !important;
}
/* line 1660, templates/g5_helium/custom/scss/content.scss */
.mia-autoridades .mia-descripcion .flexi.element.field_descripcion-de-la-imagen-presidente, .mia-autoridades .mia-descripcion .flexi.element.field_descripcion-de-la-imagen-vicepresidente, .mia-autoridades .mia-descripcion .flexi.element.field_descripcion-de-la-imagen-director, .mia-autoridades .mia-descripcion .flexi.element.field_descripcion-de-la-imagen-director-2 {
  width: 70%;
}
@media only all and (min-width: 48rem) and (max-width: 59.938rem) {
  .mia-autoridades .mia-descripcion .flexi.element.field_descripcion-de-la-imagen-presidente, .mia-autoridades .mia-descripcion .flexi.element.field_descripcion-de-la-imagen-vicepresidente, .mia-autoridades .mia-descripcion .flexi.element.field_descripcion-de-la-imagen-director, .mia-autoridades .mia-descripcion .flexi.element.field_descripcion-de-la-imagen-director-2 {
    width: 100%;
  }
}
@media only all and (min-width: 30.062rem) and (max-width: 47.938rem) {
  .mia-autoridades .mia-descripcion .flexi.element.field_descripcion-de-la-imagen-presidente, .mia-autoridades .mia-descripcion .flexi.element.field_descripcion-de-la-imagen-vicepresidente, .mia-autoridades .mia-descripcion .flexi.element.field_descripcion-de-la-imagen-director, .mia-autoridades .mia-descripcion .flexi.element.field_descripcion-de-la-imagen-director-2 {
    width: 100%;
  }
}
@media only all and (max-width: 30rem) {
  .mia-autoridades .mia-descripcion .flexi.element.field_descripcion-de-la-imagen-presidente, .mia-autoridades .mia-descripcion .flexi.element.field_descripcion-de-la-imagen-vicepresidente, .mia-autoridades .mia-descripcion .flexi.element.field_descripcion-de-la-imagen-director, .mia-autoridades .mia-descripcion .flexi.element.field_descripcion-de-la-imagen-director-2 {
    width: 100%;
  }
}
/* line 1676, templates/g5_helium/custom/scss/content.scss */
.mia-autoridades .mia-descripcion .flexi.element .field_descripcion-de-la-imagen-presidente, .mia-autoridades .mia-descripcion .flexi.element .field_descripcion-de-la-imagen-vicepresidente, .mia-autoridades .mia-descripcion .flexi.element .field_descripcion-de-la-imagen-director {
  width: 100% !important;
}
@media only all and (min-width: 48rem) and (max-width: 59.938rem) {
  .mia-autoridades .mia-descripcion .flexi.element .field_descripcion-de-la-imagen-presidente, .mia-autoridades .mia-descripcion .flexi.element .field_descripcion-de-la-imagen-vicepresidente, .mia-autoridades .mia-descripcion .flexi.element .field_descripcion-de-la-imagen-director {
    float: none !important;
    width: 100% !important;
  }
}
@media only all and (min-width: 30.062rem) and (max-width: 47.938rem) {
  .mia-autoridades .mia-descripcion .flexi.element .field_descripcion-de-la-imagen-presidente, .mia-autoridades .mia-descripcion .flexi.element .field_descripcion-de-la-imagen-vicepresidente, .mia-autoridades .mia-descripcion .flexi.element .field_descripcion-de-la-imagen-director {
    float: none !important;
    width: 100% !important;
  }
}
@media only all and (max-width: 30rem) {
  .mia-autoridades .mia-descripcion .flexi.element .field_descripcion-de-la-imagen-presidente, .mia-autoridades .mia-descripcion .flexi.element .field_descripcion-de-la-imagen-vicepresidente, .mia-autoridades .mia-descripcion .flexi.element .field_descripcion-de-la-imagen-director {
    float: none !important;
    width: 100% !important;
  }
}
/* line 1697, templates/g5_helium/custom/scss/content.scss */
/* line 1698, templates/g5_helium/custom/scss/content.scss */
/* line 1699, templates/g5_helium/custom/scss/content.scss */
.itemid-439 #group21 #origenes___fecha_nacimiento_cal_cal_img {
  padding: 10px 20px !important;
}
/* line 1701, templates/g5_helium/custom/scss/content.scss */
.itemid-439 #group21 #origenes___fecha_nacimiento_cal_cal_img .icon-calendar {
  height: 18px !important;
}
/* line 1708, templates/g5_helium/custom/scss/content.scss */
#origenes___t1, #origenes___t2 {
  line-height: 1.35rem !important;
  font-size: 0.85rem !important;
}
/* line 3, templates/g5_helium/custom/scss/puppet.scss */
/* line 4, templates/g5_helium/custom/scss/puppet.scss */
/* line 6, templates/g5_helium/custom/scss/puppet.scss */
html .moduletable.in-tran-abajo {
  -ms-transform: translate(0, 50%);
  /* IE 9 */
  -webkit-transform: translate(0, 50%);
  /* Chrome, Safari, Opera */
  transform: translate(0, 50%);
  -o-transition: translate(0, 50%);
  -moz-transition: translate(0, 50%);
  opacity: 0;
}
@media only all and (max-width: 47.938rem) {
  html .moduletable.in-tran-abajo {
    -ms-transform: translate(0, 0) !important;
    /* IE 9 */
    -webkit-transform: translate(0, 0) !important;
    /* Chrome, Safari, Opera */
    transform: translate(0, 0) !important;
    -o-transition: translate(0, 0) !important;
    -moz-transition: translate(0, 0) !important;
    opacity: 1 !important;
  }
}
/* line 23, templates/g5_helium/custom/scss/puppet.scss */
html .moduletable.in-tran-arriba {
  -ms-transform: translate(0, -50px);
  /* IE 9 */
  -webkit-transform: translate(0, -50px);
  /* Chrome, Safari, Opera */
  transform: translate(0, -50px);
  -o-transition: translate(0, -50px);
  -moz-transition: translate(0, -50px);
  opacity: 0;
}
@media only all and (max-width: 47.938rem) {
  html .moduletable.in-tran-arriba {
    -ms-transform: translate(0, 0) !important;
    /* IE 9 */
    -webkit-transform: translate(0, 0) !important;
    /* Chrome, Safari, Opera */
    transform: translate(0, 0) !important;
    -o-transition: translate(0, 0) !important;
    -moz-transition: translate(0, 0) !important;
    opacity: 1 !important;
  }
}
/* line 39, templates/g5_helium/custom/scss/puppet.scss */
html .moduletable.in-tran-izq {
  -ms-transform: translate(-50px, 0px);
  /* IE 9 */
  -webkit-transform: translate(-50px, 0px);
  /* Chrome, Safari, Opera */
  transform: translate(-50px, 0px);
  -o-transition: translate(-50px, 0px);
  -moz-transition: translate(-50px, 0px);
  opacity: 0;
}
@media only all and (max-width: 47.938rem) {
  html .moduletable.in-tran-izq {
    -ms-transform: translate(0, 0) !important;
    /* IE 9 */
    -webkit-transform: translate(0, 0) !important;
    /* Chrome, Safari, Opera */
    transform: translate(0, 0) !important;
    -o-transition: translate(0, 0) !important;
    -moz-transition: translate(0, 0) !important;
    opacity: 1 !important;
  }
}
/* line 55, templates/g5_helium/custom/scss/puppet.scss */
html .moduletable.in-tran-dr {
  -ms-transform: translate(50px, 0px);
  /* IE 9 */
  -webkit-transform: translate(50px, 0px);
  /* Chrome, Safari, Opera */
  transform: translate(50px, 0px);
  -o-transition: translate(50px, 0px);
  -moz-transition: translate(50px, 0px);
  opacity: 0;
}
@media only all and (max-width: 47.938rem) {
  html .moduletable.in-tran-dr {
    -ms-transform: translate(0, 0) !important;
    /* IE 9 */
    -webkit-transform: translate(0, 0) !important;
    /* Chrome, Safari, Opera */
    transform: translate(0, 0) !important;
    -o-transition: translate(0, 0) !important;
    -moz-transition: translate(0, 0) !important;
    opacity: 1 !important;
  }
}
/* line 73, templates/g5_helium/custom/scss/puppet.scss */
html .moduletable.in-scale {
  -ms-transform: scale(0);
  /* IE 9 */
  -webkit-transform: scale(0);
  /* Chrome, Safari, Opera */
  transform: scale(0);
  -o-transition: scale(0);
  -moz-transition: scale(0);
  opacity: 0;
}
@media only all and (max-width: 47.938rem) {
  html .moduletable.in-scale {
    -ms-transform: translate(0, 0) !important;
    /* IE 9 */
    -webkit-transform: translate(0, 0) !important;
    /* Chrome, Safari, Opera */
    transform: translate(0, 0) !important;
    -o-transition: translate(0, 0) !important;
    -moz-transition: translate(0, 0) !important;
    opacity: 1 !important;
  }
}
/* line 92, templates/g5_helium/custom/scss/puppet.scss */
/* line 94, templates/g5_helium/custom/scss/puppet.scss */
/* line 96, templates/g5_helium/custom/scss/puppet.scss */
html.loaded .moduletable.in-tran-dr, html.loaded .moduletable.in-tran-izq, html.loaded .moduletable.in-tran-arriba, html.loaded .moduletable.in-tran-abajo {
  -ms-transform: translate(0px, 0px);
  /* IE 9 */
  -webkit-transform: translate(0px, 0px);
  /* Chrome, Safari, Opera */
  transform: translate(0px, 0px);
  -o-transition: translate(0px, 0px);
  -moz-transition: translate(0px, 0px);
  opacity: 1;
}
/* line 105, templates/g5_helium/custom/scss/puppet.scss */
html.loaded .moduletable.in-scale {
  -ms-transform: scale(1);
  /* IE 9 */
  -webkit-transform: scale(1);
  /* Chrome, Safari, Opera */
  transform: scale(1);
  -o-transition: scale(1);
  -moz-transition: scale(1);
  opacity: 1;
}
/* line 119, templates/g5_helium/custom/scss/puppet.scss */
/* line 122, templates/g5_helium/custom/scss/puppet.scss */
.moduletable.sc-tran-abajo {
  -ms-transform: translate(0, 50px);
  /* IE 9 */
  -webkit-transform: translate(0, 50px);
  /* Chrome, Safari, Opera */
  transform: translate(0, 50px);
  -o-transition: translate(0, 50px);
  -moz-transition: translate(0, 50px);
  opacity: 0;
}
@media only all and (max-width: 47.938rem) {
  .moduletable.sc-tran-abajo {
    -ms-transform: translate(0, 0) !important;
    /* IE 9 */
    -webkit-transform: translate(0, 0) !important;
    /* Chrome, Safari, Opera */
    transform: translate(0, 0) !important;
    -o-transition: translate(0, 0) !important;
    -moz-transition: translate(0, 0) !important;
    opacity: 1 !important;
  }
}
/* line 138, templates/g5_helium/custom/scss/puppet.scss */
.moduletable.sc-tran-arriba {
  -ms-transform: translate(0, -50px);
  /* IE 9 */
  -webkit-transform: translate(0, -50px);
  /* Chrome, Safari, Opera */
  transform: translate(0, -50px);
  -o-transition: translate(0, -50px);
  -moz-transition: translate(0, -50px);
  opacity: 0;
}
@media only all and (max-width: 47.938rem) {
  .moduletable.sc-tran-arriba {
    -ms-transform: translate(0, 0) !important;
    /* IE 9 */
    -webkit-transform: translate(0, 0) !important;
    /* Chrome, Safari, Opera */
    transform: translate(0, 0) !important;
    -o-transition: translate(0, 0) !important;
    -moz-transition: translate(0, 0) !important;
    opacity: 1 !important;
  }
}
/* line 154, templates/g5_helium/custom/scss/puppet.scss */
.moduletable.sc-tran-izq {
  -ms-transform: translate(-50px, 0px);
  /* IE 9 */
  -webkit-transform: translate(-50px, 0px);
  /* Chrome, Safari, Opera */
  transform: translate(-50px, 0px);
  -o-transition: translate(-50px, 0px);
  -moz-transition: translate(-50px, 0px);
  opacity: 0;
}
@media only all and (max-width: 47.938rem) {
  .moduletable.sc-tran-izq {
    -ms-transform: translate(0, 0) !important;
    /* IE 9 */
    -webkit-transform: translate(0, 0) !important;
    /* Chrome, Safari, Opera */
    transform: translate(0, 0) !important;
    -o-transition: translate(0, 0) !important;
    -moz-transition: translate(0, 0) !important;
    opacity: 1 !important;
  }
}
/* line 170, templates/g5_helium/custom/scss/puppet.scss */
.moduletable.sc-tran-dr {
  -ms-transform: translate(50px, 0px);
  /* IE 9 */
  -webkit-transform: translate(50px, 0px);
  /* Chrome, Safari, Opera */
  transform: translate(50px, 0px);
  -o-transition: translate(50px, 0px);
  -moz-transition: translate(50px, 0px);
  opacity: 0;
}
@media only all and (max-width: 47.938rem) {
  .moduletable.sc-tran-dr {
    -ms-transform: translate(0, 0) !important;
    /* IE 9 */
    -webkit-transform: translate(0, 0) !important;
    /* Chrome, Safari, Opera */
    transform: translate(0, 0) !important;
    -o-transition: translate(0, 0) !important;
    -moz-transition: translate(0, 0) !important;
    opacity: 1 !important;
  }
}
/* line 188, templates/g5_helium/custom/scss/puppet.scss */
.moduletable.sc-scale {
  -ms-transform: scale(0);
  /* IE 9 */
  -webkit-transform: scale(0);
  /* Chrome, Safari, Opera */
  transform: scale(0);
  -o-transition: scale(0);
  -moz-transition: scale(0);
  opacity: 0;
}
@media only all and (max-width: 47.938rem) {
  .moduletable.sc-scale {
    -ms-transform: scale(1) !important;
    /* IE 9 */
    -webkit-transform: scale(1) !important;
    /* Chrome, Safari, Opera */
    transform: scale(1) !important;
    -o-transition: scale(1) !important;
    -moz-transition: scale(1) !important;
    opacity: 1 !important;
  }
}
/* line 207, templates/g5_helium/custom/scss/puppet.scss */
/* line 210, templates/g5_helium/custom/scss/puppet.scss */
.moduletable.loaded.sc-tran-dr, .moduletable.loaded.sc-tran-izq, .moduletable.loaded.sc-tran-arriba, .moduletable.loaded.sc-tran-abajo {
  -ms-transform: translate(0px, 0px);
  /* IE 9 */
  -webkit-transform: translate(0px, 0px);
  /* Chrome, Safari, Opera */
  transform: translate(0px, 0px);
  -o-transition: translate(0px, 0px);
  -moz-transition: translate(0px, 0px);
  opacity: 1;
}
/* line 219, templates/g5_helium/custom/scss/puppet.scss */
.moduletable.loaded.sc-scale {
  -ms-transform: scale(1);
  /* IE 9 */
  -webkit-transform: scale(1);
  /* Chrome, Safari, Opera */
  transform: scale(1);
  -o-transition: scale(1);
  -moz-transition: scale(1);
  opacity: 1;
}
/* line 235, templates/g5_helium/custom/scss/puppet.scss */
/* line 236, templates/g5_helium/custom/scss/puppet.scss */
.moduletable.animate .sc-int-tran-abajo {
  -ms-transform: translate(0, 50px);
  /* IE 9 */
  -webkit-transform: translate(0, 50px);
  /* Chrome, Safari, Opera */
  transform: translate(0, 50px);
  -o-transition: translate(0, 50px);
  -moz-transition: translate(0, 50px);
  opacity: 0;
}
@media only all and (max-width: 47.938rem) {
  .moduletable.animate .sc-int-tran-abajo {
    -ms-transform: translate(0, 0) !important;
    /* IE 9 */
    -webkit-transform: translate(0, 0) !important;
    /* Chrome, Safari, Opera */
    transform: translate(0, 0) !important;
    -o-transition: translate(0, 0) !important;
    -moz-transition: translate(0, 0) !important;
    opacity: 1 !important;
  }
}
/* line 252, templates/g5_helium/custom/scss/puppet.scss */
.moduletable.animate .sc-int-tran-arriba {
  -ms-transform: translate(0, -50px);
  /* IE 9 */
  -webkit-transform: translate(0, -50px);
  /* Chrome, Safari, Opera */
  transform: translate(0, -50px);
  -o-transition: translate(0, -50px);
  -moz-transition: translate(0, -50px);
  opacity: 0;
}
@media only all and (max-width: 47.938rem) {
  .moduletable.animate .sc-int-tran-arriba {
    -ms-transform: translate(0, 0) !important;
    /* IE 9 */
    -webkit-transform: translate(0, 0) !important;
    /* Chrome, Safari, Opera */
    transform: translate(0, 0) !important;
    -o-transition: translate(0, 0) !important;
    -moz-transition: translate(0, 0) !important;
    opacity: 1 !important;
  }
}
/* line 268, templates/g5_helium/custom/scss/puppet.scss */
.moduletable.animate .sc-int-tran-izq {
  -ms-transform: translate(-50px, 0px);
  /* IE 9 */
  -webkit-transform: translate(-50px, 0px);
  /* Chrome, Safari, Opera */
  transform: translate(-50px, 0px);
  -o-transition: translate(-50px, 0px);
  -moz-transition: translate(-50px, 0px);
  opacity: 0;
}
@media only all and (max-width: 47.938rem) {
  .moduletable.animate .sc-int-tran-izq {
    -ms-transform: translate(0, 0) !important;
    /* IE 9 */
    -webkit-transform: translate(0, 0) !important;
    /* Chrome, Safari, Opera */
    transform: translate(0, 0) !important;
    -o-transition: translate(0, 0) !important;
    -moz-transition: translate(0, 0) !important;
    opacity: 1 !important;
  }
}
/* line 284, templates/g5_helium/custom/scss/puppet.scss */
.moduletable.animate .sc-int-tran-dr {
  -ms-transform: translate(50px, 0px);
  /* IE 9 */
  -webkit-transform: translate(50px, 0px);
  /* Chrome, Safari, Opera */
  transform: translate(50px, 0px);
  -o-transition: translate(50px, 0px);
  -moz-transition: translate(50px, 0px);
  opacity: 0;
}
@media only all and (max-width: 47.938rem) {
  .moduletable.animate .sc-int-tran-dr {
    -ms-transform: translate(0, 0) !important;
    /* IE 9 */
    -webkit-transform: translate(0, 0) !important;
    /* Chrome, Safari, Opera */
    transform: translate(0, 0) !important;
    -o-transition: translate(0, 0) !important;
    -moz-transition: translate(0, 0) !important;
    opacity: 1 !important;
  }
}
/* line 300, templates/g5_helium/custom/scss/puppet.scss */
.moduletable.animate .sc-int-scale {
  -ms-transform: scale(0);
  -webkit-transform: scale(0);
  transform: scale(0);
  -o-transition: scale(0);
  -moz-transition: scale(0);
  opacity: 0;
}
@media only all and (max-width: 47.938rem) {
  .moduletable.animate .sc-int-scale {
    -ms-transform: scale(1) !important;
    /* IE 9 */
    -webkit-transform: scale(1) !important;
    /* Chrome, Safari, Opera */
    transform: scale(1) !important;
    -o-transition: scale(1) !important;
    -moz-transition: scale(1) !important;
    opacity: 1 !important;
  }
}
/* line 317, templates/g5_helium/custom/scss/puppet.scss */
/* line 318, templates/g5_helium/custom/scss/puppet.scss */
.moduletable.animate.loaded .sc-int-scale {
  -ms-transform: scale(1);
  /* IE 9 */
  -webkit-transform: scale(1);
  /* Chrome, Safari, Opera */
  transform: scale(1);
  -o-transition: scale(1);
  -moz-transition: scale(1);
  opacity: 1;
}
/* line 326, templates/g5_helium/custom/scss/puppet.scss */
.moduletable.animate.loaded .sc-int-tran-abajo, .moduletable.animate.loaded .sc-int-tran-arriba, .moduletable.animate.loaded .sc-int-tran-izq, .moduletable.animate.loaded .sc-int-tran-dr {
  -ms-transform: translate(0px, 0px);
  /* IE 9 */
  -webkit-transform: translate(0px, 0px);
  /* Chrome, Safari, Opera */
  transform: translate(0px, 0px);
  -o-transition: translate(0px, 0px);
  -moz-transition: translate(0px, 0px);
  opacity: 1;
}
/* line 341, templates/g5_helium/custom/scss/puppet.scss */
/* line 342, templates/g5_helium/custom/scss/puppet.scss */
html .in-int-tran-abajo {
  -ms-transform: translate(0, 50px);
  /* IE 9 */
  -webkit-transform: translate(0, 50px);
  /* Chrome, Safari, Opera */
  transform: translate(0, 50px);
  -o-transition: translate(0, 50px);
  -moz-transition: translate(0, 50px);
  opacity: 0;
}
@media only all and (max-width: 47.938rem) {
  html .in-int-tran-abajo {
    -ms-transform: translate(0, 0) !important;
    /* IE 9 */
    -webkit-transform: translate(0, 0) !important;
    /* Chrome, Safari, Opera */
    transform: translate(0, 0) !important;
    -o-transition: translate(0, 0) !important;
    -moz-transition: translate(0, 0) !important;
    opacity: 1 !important;
  }
}
/* line 358, templates/g5_helium/custom/scss/puppet.scss */
html .in-int-tran-arriba {
  -ms-transform: translate(0, -50px);
  /* IE 9 */
  -webkit-transform: translate(0, -50px);
  /* Chrome, Safari, Opera */
  transform: translate(0, -50px);
  -o-transition: translate(0, -50px);
  -moz-transition: translate(0, -50px);
  opacity: 0;
}
@media only all and (max-width: 47.938rem) {
  html .in-int-tran-arriba {
    -ms-transform: translate(0, 0) !important;
    /* IE 9 */
    -webkit-transform: translate(0, 0) !important;
    /* Chrome, Safari, Opera */
    transform: translate(0, 0) !important;
    -o-transition: translate(0, 0) !important;
    -moz-transition: translate(0, 0) !important;
    opacity: 1 !important;
  }
}
/* line 376, templates/g5_helium/custom/scss/puppet.scss */
html .in-int-tran-izq {
  -ms-transform: translate(-50px, 0px);
  /* IE 9 */
  -webkit-transform: translate(-50px, 0px);
  /* Chrome, Safari, Opera */
  transform: translate(-50px, 0px);
  -o-transition: translate(-50px, 0px);
  -moz-transition: translate(-50px, 0px);
  opacity: 0;
}
@media only all and (max-width: 47.938rem) {
  html .in-int-tran-izq {
    -ms-transform: translate(0, 0) !important;
    /* IE 9 */
    -webkit-transform: translate(0, 0) !important;
    /* Chrome, Safari, Opera */
    transform: translate(0, 0) !important;
    -o-transition: translate(0, 0) !important;
    -moz-transition: translate(0, 0) !important;
    opacity: 1 !important;
  }
}
/* line 394, templates/g5_helium/custom/scss/puppet.scss */
html .in-int-tran-dr {
  -ms-transform: translate(50px, 0px);
  /* IE 9 */
  -webkit-transform: translate(50px, 0px);
  /* Chrome, Safari, Opera */
  transform: translate(50px, 0px);
  -o-transition: translate(50px, 0px);
  -moz-transition: translate(50px, 0px);
  opacity: 0;
}
@media only all and (max-width: 47.938rem) {
  html .in-int-tran-dr {
    -ms-transform: translate(0, 0) !important;
    /* IE 9 */
    -webkit-transform: translate(0, 0) !important;
    /* Chrome, Safari, Opera */
    transform: translate(0, 0) !important;
    -o-transition: translate(0, 0) !important;
    -moz-transition: translate(0, 0) !important;
    opacity: 1 !important;
  }
}
/* line 414, templates/g5_helium/custom/scss/puppet.scss */
html .in-int-scale {
  -ms-transform: scale(0);
  /* IE 9 */
  -webkit-transform: scale(0);
  /* Chrome, Safari, Opera */
  transform: scale(0);
  -o-transition: scale(0);
  -moz-transition: scale(0);
  opacity: 0;
}
@media only all and (max-width: 47.938rem) {
  html .in-int-scale {
    opacity: 1 !important;
    -ms-transform: scale(1) !important;
    /* IE 9 */
    -webkit-transform: scale(1) !important;
    /* Chrome, Safari, Opera */
    transform: scale(1) !important;
    -o-transition: scale(1) !important;
    -moz-transition: scale(1) !important;
  }
}
/* line 431, templates/g5_helium/custom/scss/puppet.scss */
/* line 432, templates/g5_helium/custom/scss/puppet.scss */
html.loaded .in-int-tran-abajo, html.loaded .in-int-tran-arriba, html.loaded .in-int-tran-izq, html.loaded .in-int-tran-dr {
  -ms-transform: translate(0px, 0px);
  /* IE 9 */
  -webkit-transform: translate(0px, 0px);
  /* Chrome, Safari, Opera */
  transform: translate(0px, 0px);
  -o-transition: translate(0px, 0px);
  -moz-transition: translate(0px, 0px);
  opacity: 1;
}
/* line 440, templates/g5_helium/custom/scss/puppet.scss */
html.loaded .in-int-scale {
  -ms-transform: scale(1);
  /* IE 9 */
  -webkit-transform: scale(1);
  /* Chrome, Safari, Opera */
  transform: scale(1);
  -o-transition: scale(1);
  -moz-transition: scale(1);
  opacity: 1;
}
/* line 617, templates/g5_helium/custom/scss/puppet.scss */
.o-tran-centro {
  transform-origin: 50% 50%;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
}
/* line 624, templates/g5_helium/custom/scss/puppet.scss */
.o-tran-iz {
  transform-origin: 0% 50%;
  -webkit-transform-origin: 0% 50%;
  -ms-transform-origin: 0% 50%;
  -o-transform-origin: 0% 50%;
  -moz-transform-origin: 0% 50%;
}
/* line 632, templates/g5_helium/custom/scss/puppet.scss */
.o-tran-dr {
  transform-origin: 100% 50%;
  -webkit-transform-origin: 100% 50%;
  -ms-transform-origin: 100% 50%;
  -o-transform-origin: 100% 50%;
  -moz-transform-origin: 100% 50%;
}
/* line 639, templates/g5_helium/custom/scss/puppet.scss */
.o-tran-arriba {
  transform-origin: 50% 0%;
  -webkit-transform-origin: 50% 0%;
  -ms-transform-origin: 50% 0%;
  -o-transform-origin: 50% 0%;
  -moz-transform-origin: 50% 0%;
}
/* line 646, templates/g5_helium/custom/scss/puppet.scss */
.o-tran-arriba-iz {
  transform-origin: 0% 0%;
  -webkit-transform-origin: 0% 0%;
  -ms-transform-origin: 0% 0%;
  -o-transform-origin: 0% 0%;
  -moz-transform-origin: 0% 0%;
}
/* line 713, templates/g5_helium/custom/scss/puppet.scss */
.t-2-04 {
  transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0.4s;
  -webkit-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0.4s;
  -o-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0.4s;
  -moz-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0.4s;
  -ms-transition: transform all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0.4s;
}
/* line 716, templates/g5_helium/custom/scss/puppet.scss */
.t-3-04 {
  transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0.8s;
  -webkit-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0.8s;
  -o-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0.8s;
  -moz-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0.8s;
  -ms-transition: transform all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0.8s;
}
/* line 719, templates/g5_helium/custom/scss/puppet.scss */
.t-4-04 {
  transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 1.2s;
  -webkit-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 1.2s;
  -o-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 1.2s;
  -moz-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 1.2s;
  -ms-transition: transform all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 1.2s;
}
/* line 722, templates/g5_helium/custom/scss/puppet.scss */
.t-5-04 {
  transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 1.6s;
  -webkit-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 1.6s;
  -o-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 1.6s;
  -moz-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 1.6s;
  -ms-transition: transform all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 1.6s;
}
/* line 725, templates/g5_helium/custom/scss/puppet.scss */
.t-6-04 {
  transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 2s;
  -webkit-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 2s;
  -o-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 2s;
  -moz-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 2s;
  -ms-transition: transform all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 2s;
}
/* line 733, templates/g5_helium/custom/scss/puppet.scss */
.t-uno-delta-03 {
  transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
  -webkit-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
  -o-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
  -moz-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
  -ms-transition: transform all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
}
/* line 740, templates/g5_helium/custom/scss/puppet.scss */
.t-dos-delta-03 {
  transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0.3s;
  -webkit-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0.3s;
  -o-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0.3s;
  -moz-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0.3s;
  -ms-transition: transform all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0.3s;
}
/* line 747, templates/g5_helium/custom/scss/puppet.scss */
.t-tres-delta-03 {
  transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0.6s;
  -webkit-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0.6s;
  -o-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0.6s;
  -moz-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0.6s;
  -ms-transition: transform all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0.6s;
}
/* line 754, templates/g5_helium/custom/scss/puppet.scss */
.t-cuatro-delta-03 {
  transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0.9s;
  -webkit-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0.9s;
  -o-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0.9s;
  -moz-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0.9s;
  -ms-transition: transform all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0.9s;
}
/* line 761, templates/g5_helium/custom/scss/puppet.scss */
.t-cinco-delta-03 {
  transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 1.2s;
  -webkit-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 1.2s;
  -o-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 1.2s;
  -moz-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 1.2s;
  -ms-transition: transform all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 1.2s;
}
/* line 768, templates/g5_helium/custom/scss/puppet.scss */
.t-seis-delta-03 {
  transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 1.5s;
  -webkit-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 1.5s;
  -o-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 1.5s;
  -moz-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 1.5s;
  -ms-transition: transform all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 1.5s;
}
@-webkit-keyframes bombita {
  /* line 156, templates/g5_helium/custom/scss/_var-gen.scss */
  0% {
    -webkit-transform: translate(0, -10px);
  }
  /* line 157, templates/g5_helium/custom/scss/_var-gen.scss */
  50% {
    -webkit-transform: translate(0, 0px);
  }
  /* line 158, templates/g5_helium/custom/scss/_var-gen.scss */
  100% {
    -webkit-transform: translate(0, -10px);
  }
}
@-moz-keyframes bombita {
  /* line 161, templates/g5_helium/custom/scss/_var-gen.scss */
  0% {
    -moz-transition: translate(0, -10px);
  }
  /* line 162, templates/g5_helium/custom/scss/_var-gen.scss */
  50% {
    -moz-transition: translate(0, 0px);
  }
  /* line 163, templates/g5_helium/custom/scss/_var-gen.scss */
  100% {
    -moz-transition: translate(0, -10px);
  }
}
@-o-keyframes bombita {
  /* line 166, templates/g5_helium/custom/scss/_var-gen.scss */
  0% {
    -o-transition: translate(0, -10px);
  }
  /* line 167, templates/g5_helium/custom/scss/_var-gen.scss */
  50% {
    -o-transition: translate(0, 0px);
  }
  /* line 168, templates/g5_helium/custom/scss/_var-gen.scss */
  100% {
    -o-transition: translate(0, -10px);
  }
}
@keyframes bombita {
  /* line 171, templates/g5_helium/custom/scss/_var-gen.scss */
  0% {
    transform: translate(0, -10px);
  }
  /* line 172, templates/g5_helium/custom/scss/_var-gen.scss */
  50% {
    transform: translate(0, 0px);
  }
  /* line 173, templates/g5_helium/custom/scss/_var-gen.scss */
  100% {
    transform: translate(0, -10px);
  }
}
/* line 176, templates/g5_helium/custom/scss/_var-gen.scss */
.inner-tran-abajo {
  -ms-transform: translate(0, 50px);
  /* IE 9 */
  -webkit-transform: translate(0, 50px);
  /* Chrome, Safari, Opera */
  transform: translate(0, 50px);
  -o-transition: translate(0, 50px);
  -moz-transition: translate(0, 50px);
  opacity: 0;
}
@media only all and (max-width: 47.938rem) {
  .inner-tran-abajo {
    -ms-transform: translate(0, 0px) !important;
    /* IE 9 */
    -webkit-transform: translate(0, 0px) !important;
    /* Chrome, Safari, Opera */
    transform: translate(0, 0px) !important;
    -o-transition: translate(0, 0px) !important;
    -moz-transition: translate(0, 0px) !important;
    opacity: 1;
  }
}
/* line 179, templates/g5_helium/custom/scss/_var-gen.scss */
.inner-tran-arriba {
  -ms-transform: translate(0, -50px);
  /* IE 9 */
  -webkit-transform: translate(0, -50px);
  /* Chrome, Safari, Opera */
  transform: translate(0, -50px);
  -o-transition: translate(0, -50px);
  -moz-transition: translate(0, -50px);
  opacity: 0;
}
@media only all and (max-width: 47.938rem) {
  .inner-tran-arriba {
    -ms-transform: translate(0, 0px) !important;
    /* IE 9 */
    -webkit-transform: translate(0, 0px) !important;
    /* Chrome, Safari, Opera */
    transform: translate(0, 0px) !important;
    -o-transition: translate(0, 0px) !important;
    -moz-transition: translate(0, 0px);
    opacity: 1;
  }
}
/* line 182, templates/g5_helium/custom/scss/_var-gen.scss */
.inner-tran-izq {
  -ms-transform: translate(-50px, 0px);
  /* IE 9 */
  -webkit-transform: translate(-50px, 0px);
  /* Chrome, Safari, Opera */
  transform: translate(-50px, 0px);
  -o-transition: translate(-50px, 0px);
  -moz-transition: translate(-50px, 0px);
  opacity: 0;
}
@media only all and (max-width: 47.938rem) {
  .inner-tran-izq {
    -ms-transform: translate(0, 0px) !important;
    /* IE 9 */
    -webkit-transform: translate(0, 0px) !important;
    /* Chrome, Safari, Opera */
    transform: translate(0, 0px) !important;
    -o-transition: translate(0, 0px) !important;
    -moz-transition: translate(0, 0px) !important;
    opacity: 1;
  }
}
/* line 185, templates/g5_helium/custom/scss/_var-gen.scss */
.inner-tran-dr {
  -ms-transform: translate(50px, 0px);
  /* IE 9 */
  -webkit-transform: translate(50px, 0px);
  /* Chrome, Safari, Opera */
  transform: translate(50px, 0px);
  -o-transition: translate(50px, 0px);
  -moz-transition: translate(50px, 0px);
  opacity: 0;
}
@media only all and (max-width: 47.938rem) {
  .inner-tran-dr {
    -ms-transform: translate(0, 0px) !important;
    /* IE 9 */
    -webkit-transform: translate(0, 0px) !important;
    /* Chrome, Safari, Opera */
    transform: translate(0, 0px) !important;
    -o-transition: translate(0, 0px) !important;
    -moz-transition: translate(0, 0px) !important;
    opacity: 1;
  }
}
/* line 188, templates/g5_helium/custom/scss/_var-gen.scss */
.inner-scale-cen {
  -ms-transform: scale(0);
  /* IE 9 */
  -webkit-transform: scale(0);
  /* Chrome, Safari, Opera */
  transform: scale(0);
  -o-transition: scale(0);
  -moz-transition: scale(0);
  opacity: 0;
}
@media only all and (max-width: 47.938rem) {
  .inner-scale-cen {
    -ms-transform: scale(1) !important;
    /* IE 9 */
    -webkit-transform: scale(1) !important;
    /* Chrome, Safari, Opera */
    transform: scale(1) !important;
    -o-transition: scale(1) !important;
    -moz-transition: scale(1) !important;
    opacity: 1;
  }
}
/* line 191, templates/g5_helium/custom/scss/_var-gen.scss */
.inner-scale-dr {
  -ms-transform: scale(0, 1);
  /* IE 9 */
  -webkit-transform: scale(0, 1);
  /* Chrome, Safari, Opera */
  transform: scale(0, 1);
  -o-transition: scale(0, 1);
  -moz-transition: scale(0, 1);
  opacity: 0;
}
@media only all and (max-width: 47.938rem) {
  .inner-scale-dr {
    -ms-transform: scale(1) !important;
    /* IE 9 */
    -webkit-transform: scale(1) !important;
    /* Chrome, Safari, Opera */
    transform: scale(1) !important;
    -o-transition: scale(1) !important;
    -moz-transition: scale(1) !important;
    opacity: 1;
  }
}
/* line 194, templates/g5_helium/custom/scss/_var-gen.scss */
.inner-scale-dr-arriba {
  -ms-transform: scale(0, 0);
  /* IE 9 */
  -webkit-transform: scale(0, 0);
  /* Chrome, Safari, Opera */
  transform: scale(0, 0);
  -o-transition: scale(0, 0);
  -moz-transition: scale(0, 0);
  opacity: 0;
}
@media only all and (max-width: 47.938rem) {
  .inner-scale-dr-arriba {
    -ms-transform: scale(1) !important;
    /* IE 9 */
    -webkit-transform: scale(1) !important;
    /* Chrome, Safari, Opera */
    transform: scale(1) !important;
    -o-transition: scale(1) !important;
    -moz-transition: scale(1) !important;
    opacity: 1;
  }
}
/* line 197, templates/g5_helium/custom/scss/_var-gen.scss */
.inner-scale-fin {
  -ms-transform: scale(1) !important;
  /* IE 9 */
  -webkit-transform: scale(1) !important;
  /* Chrome, Safari, Opera */
  transform: scale(1) !important;
  -o-transition: scale(1) !important;
  -moz-transition: scale(1) !important;
  opacity: 1 !important;
}
/* line 201, templates/g5_helium/custom/scss/_var-gen.scss */
.inner-tran-fin {
  opacity: 1;
  -ms-transform: translate(0, 0px);
  /* IE 9 */
  -webkit-transform: translate(0, 0px);
  /* Chrome, Safari, Opera */
  transform: translate(0, 0px);
  -o-transition: translate(0, 0px);
  -moz-transition: translate(0, 0px);
}
/* line 206, templates/g5_helium/custom/scss/_var-gen.scss */
.t-i-1-06 {
  transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
  -webkit-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
  -o-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
  -moz-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
  -ms-transition: transform all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
}
/* line 209, templates/g5_helium/custom/scss/_var-gen.scss */
.t-i-2-06 {
  transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0.3s;
  -webkit-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0.3s;
  -o-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0.3s;
  -moz-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0.3s;
  -ms-transition: transform all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0.3s;
}
/* line 212, templates/g5_helium/custom/scss/_var-gen.scss */
.t-i-3-06 {
  transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0.6s;
  -webkit-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0.6s;
  -o-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0.6s;
  -moz-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0.6s;
  -ms-transition: transform all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0.6s;
}
/* line 215, templates/g5_helium/custom/scss/_var-gen.scss */
.t-i-4-06 {
  transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0.9s;
  -webkit-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0.9s;
  -o-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0.9s;
  -moz-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0.9s;
  -ms-transition: transform all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0.9s;
}
/* line 218, templates/g5_helium/custom/scss/_var-gen.scss */
.t-i-5-06 {
  transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 1.2s;
  -webkit-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 1.2s;
  -o-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 1.2s;
  -moz-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 1.2s;
  -ms-transition: transform all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 1.3s;
}
/* line 221, templates/g5_helium/custom/scss/_var-gen.scss */
.t-i-6-06 {
  transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 1.5s;
  -webkit-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 1.5s;
  -o-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 1.5s;
  -moz-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 1.5s;
  -ms-transition: transform all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 1.5s;
}
/* line 3, templates/g5_helium/custom/scss/sidebar.scss */
#g-sidebar {
  padding: 1rem 0rem;
}
/* line 5, templates/g5_helium/custom/scss/sidebar.scss */
#g-sidebar .moduletable {
  background: #f9f9f9;
  padding: 1rem;
  /*border:1px solid $border;
   background:#f8f8f8;*/
}
/* line 10, templates/g5_helium/custom/scss/sidebar.scss */
#g-sidebar .moduletable ul.nav.menu {
  margin: 0rem;
  padding: 0rem;
  border: none;
}
/* line 14, templates/g5_helium/custom/scss/sidebar.scss */
/* line 15, templates/g5_helium/custom/scss/sidebar.scss */
#g-sidebar .moduletable ul.nav.menu li a, #g-sidebar .moduletable ul.nav.menu li span {
  color: #333 !important;
  font-family: 'Conv_librefranklin-regular' !important;
  background: transparent;
  transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
  -webkit-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
  -o-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
  -moz-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
  -ms-transition: transform all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
  display: block;
  padding: 0.8rem;
  line-height: 1.35rem !important;
  font-size: 0.85rem !important;
}
/* line 23, templates/g5_helium/custom/scss/sidebar.scss */
#g-sidebar .moduletable ul.nav.menu li a:before, #g-sidebar .moduletable ul.nav.menu li span:before {
  content: "\f101" !important;
  color: #333 !important;
}
/* line 27, templates/g5_helium/custom/scss/sidebar.scss */
#g-sidebar .moduletable ul.nav.menu li a:hover, #g-sidebar .moduletable ul.nav.menu li span:hover {
  background: transparent !important;
  color: #efac06 !important;
}
/* line 30, templates/g5_helium/custom/scss/sidebar.scss */
#g-sidebar .moduletable ul.nav.menu li a:hover:before, #g-sidebar .moduletable ul.nav.menu li span:hover:before {
  color: #333 !important;
}
/* line 38, templates/g5_helium/custom/scss/sidebar.scss */
#g-sidebar .moduletable ul.nav.menu ul {
  padding: 0rem 0rem 0rem 1rem !important;
  border: none !important;
}
/* line 43, templates/g5_helium/custom/scss/sidebar.scss */
#g-sidebar .moduletable h3.g-title {
  padding: 0rem 0rem 0.5rem;
  margin: 0rem 0rem 0.5rem;
  color: #005a96;
  font-size: 1rem !important;
  line-height: 1.5rem !important;
  border-bottom: none !important;
  color: #db9907;
  font-family: 'Conv_librefranklin-medium' !important;
}
/* line 51, templates/g5_helium/custom/scss/sidebar.scss */
/* line 52, templates/g5_helium/custom/scss/sidebar.scss */
/* line 53, templates/g5_helium/custom/scss/sidebar.scss */
/* line 54, templates/g5_helium/custom/scss/sidebar.scss */
#g-sidebar .mod_flexifilter_wrapper .fcfilter_form_outer form fieldset {
  margin: 0rem !important;
  padding: 0rem !important;
}
/* line 57, templates/g5_helium/custom/scss/sidebar.scss */
#g-sidebar .mod_flexifilter_wrapper .fcfilter_form_outer form fieldset .fc_filter_label {
  display: block !important;
  width: 100% !important;
  max-width: 100% !important;
  background: none !important;
  color: #000 !important;
  text-shadow: none !important;
  font-family: 'Conv_librefranklin-medium' !important;
  margin: 0rem !important;
  padding: 0.5rem 0rem 0.8rem !important;
  font-size: 1rem !important;
  line-height: 1.5rem !important;
  border-bottom: none !important;
  color: #db9907;
  text-align: left;
}
/* line 70, templates/g5_helium/custom/scss/sidebar.scss */
#g-sidebar .mod_flexifilter_wrapper .fcfilter_form_outer form fieldset .fc_cid_selector {
  display: block !important;
  width: 100% !important;
}
/* line 73, templates/g5_helium/custom/scss/sidebar.scss */
#g-sidebar .mod_flexifilter_wrapper .fcfilter_form_outer form fieldset .fc_cid_selector .cid_loading {
  margin: 0rem !important;
}
/* line 76, templates/g5_helium/custom/scss/sidebar.scss */
#g-sidebar .mod_flexifilter_wrapper .fcfilter_form_outer form fieldset .fc_cid_selector .select2-container {
  margin: 0rem !important;
  width: 100% !important;
}
/* line 79, templates/g5_helium/custom/scss/sidebar.scss */
#g-sidebar .mod_flexifilter_wrapper .fcfilter_form_outer form fieldset .fc_cid_selector .select2-container ul.select2-choices {
  width: 100% !important;
  margin: 0rem !important;
  padding: 0rem !important;
}
/* line 83, templates/g5_helium/custom/scss/sidebar.scss */
#g-sidebar .mod_flexifilter_wrapper .fcfilter_form_outer form fieldset .fc_cid_selector .select2-container ul.select2-choices li.select2-search-choice {
  height: unset !important;
}
/* line 86, templates/g5_helium/custom/scss/sidebar.scss */
#g-sidebar .mod_flexifilter_wrapper .fcfilter_form_outer form fieldset .fc_cid_selector .select2-container ul.select2-choices li.select2-search-field {
  width: 100% !important;
  padding: 0rem !important;
  margin: 0rem !important;
}
/* line 90, templates/g5_helium/custom/scss/sidebar.scss */
#g-sidebar .mod_flexifilter_wrapper .fcfilter_form_outer form fieldset .fc_cid_selector .select2-container ul.select2-choices li.select2-search-field .select2-input {
  width: 100% !important;
  border-radius: 0rem !important;
}
/* line 99, templates/g5_helium/custom/scss/sidebar.scss */
#g-sidebar .mod_flexifilter_wrapper .fcfilter_form_outer form fieldset .select2-choices {
  border: none !important;
  background: none !important;
}
/* line 102, templates/g5_helium/custom/scss/sidebar.scss */
#g-sidebar .mod_flexifilter_wrapper .fcfilter_form_outer form fieldset .select2-choices .select2-container {
  width: 100% !important;
}
/* line 106, templates/g5_helium/custom/scss/sidebar.scss */
/* line 107, templates/g5_helium/custom/scss/sidebar.scss */
#g-sidebar .mod_flexifilter_wrapper .fcfilter_form_outer form fieldset .fc_filter_line .fc_filter_html {
  width: 100% !important;
}
/* line 109, templates/g5_helium/custom/scss/sidebar.scss */
#g-sidebar .mod_flexifilter_wrapper .fcfilter_form_outer form fieldset .fc_filter_line .fc_filter_html .fc_text_filter {
  width: 100% !important;
  border-radius: 0rem !important;
  margin-bottom: 0.5rem !important;
}
/* line 114, templates/g5_helium/custom/scss/sidebar.scss */
#g-sidebar .mod_flexifilter_wrapper .fcfilter_form_outer form fieldset .fc_filter_line .fc_filter_html .select2-container {
  margin-bottom: 0.5rem !important;
}
/* line 119, templates/g5_helium/custom/scss/sidebar.scss */
#g-sidebar .mod_flexifilter_wrapper .fcfilter_form_outer form fieldset .fc-mssg.fc-note {
  border-radius: 0rem !important;
  background-image: none !important;
  background-color: #005a96 !important;
  border: none !important;
  padding: 0.5rem !important;
  color: #fff !important;
  margin: 0.5rem 0rem !important;
  display: none !important;
}
/* line 136, templates/g5_helium/custom/scss/sidebar.scss */
/* line 137, templates/g5_helium/custom/scss/sidebar.scss */
.k2ItemsBlock > ul {
  border: 1px solid #e6e6e6;
  padding: 20px !important;
  margin: 0rem !important;
  border-radius: 0rem;
  display: block;
}
/* line 143, templates/g5_helium/custom/scss/sidebar.scss */
/* line 144, templates/g5_helium/custom/scss/sidebar.scss */
.k2ItemsBlock > ul > li a, .k2ItemsBlock > ul > li span {
  display: block;
  border-bottom: 1px solid #e6e6e6;
  padding: 10px;
  color: #333 !important;
  font-family: 'Conv_librefranklin-regular' !important;
  background: transparent;
  transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
  -webkit-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
  -o-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
  -moz-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
  -ms-transition: transform all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
}
/* line 152, templates/g5_helium/custom/scss/sidebar.scss */
.k2ItemsBlock > ul > li a:before, .k2ItemsBlock > ul > li span:before {
  content: "\f105";
  font-family: FontAwesome;
  color: #efac06;
  margin-right: 10px;
}
/* line 158, templates/g5_helium/custom/scss/sidebar.scss */
.k2ItemsBlock > ul > li a:hover, .k2ItemsBlock > ul > li span:hover {
  background: #efac06 !important;
  color: #fff !important;
}
/* line 161, templates/g5_helium/custom/scss/sidebar.scss */
.k2ItemsBlock > ul > li a:hover:before, .k2ItemsBlock > ul > li span:hover:before {
  color: #fff;
}
/* line 3, templates/g5_helium/custom/scss/puppet.scss */
/* line 4, templates/g5_helium/custom/scss/puppet.scss */
/* line 6, templates/g5_helium/custom/scss/puppet.scss */
html .moduletable.in-tran-abajo {
  -ms-transform: translate(0, 50%);
  /* IE 9 */
  -webkit-transform: translate(0, 50%);
  /* Chrome, Safari, Opera */
  transform: translate(0, 50%);
  -o-transition: translate(0, 50%);
  -moz-transition: translate(0, 50%);
  opacity: 0;
}
@media only all and (max-width: 47.938rem) {
  html .moduletable.in-tran-abajo {
    -ms-transform: translate(0, 0) !important;
    /* IE 9 */
    -webkit-transform: translate(0, 0) !important;
    /* Chrome, Safari, Opera */
    transform: translate(0, 0) !important;
    -o-transition: translate(0, 0) !important;
    -moz-transition: translate(0, 0) !important;
    opacity: 1 !important;
  }
}
/* line 23, templates/g5_helium/custom/scss/puppet.scss */
html .moduletable.in-tran-arriba {
  -ms-transform: translate(0, -50px);
  /* IE 9 */
  -webkit-transform: translate(0, -50px);
  /* Chrome, Safari, Opera */
  transform: translate(0, -50px);
  -o-transition: translate(0, -50px);
  -moz-transition: translate(0, -50px);
  opacity: 0;
}
@media only all and (max-width: 47.938rem) {
  html .moduletable.in-tran-arriba {
    -ms-transform: translate(0, 0) !important;
    /* IE 9 */
    -webkit-transform: translate(0, 0) !important;
    /* Chrome, Safari, Opera */
    transform: translate(0, 0) !important;
    -o-transition: translate(0, 0) !important;
    -moz-transition: translate(0, 0) !important;
    opacity: 1 !important;
  }
}
/* line 39, templates/g5_helium/custom/scss/puppet.scss */
html .moduletable.in-tran-izq {
  -ms-transform: translate(-50px, 0px);
  /* IE 9 */
  -webkit-transform: translate(-50px, 0px);
  /* Chrome, Safari, Opera */
  transform: translate(-50px, 0px);
  -o-transition: translate(-50px, 0px);
  -moz-transition: translate(-50px, 0px);
  opacity: 0;
}
@media only all and (max-width: 47.938rem) {
  html .moduletable.in-tran-izq {
    -ms-transform: translate(0, 0) !important;
    /* IE 9 */
    -webkit-transform: translate(0, 0) !important;
    /* Chrome, Safari, Opera */
    transform: translate(0, 0) !important;
    -o-transition: translate(0, 0) !important;
    -moz-transition: translate(0, 0) !important;
    opacity: 1 !important;
  }
}
/* line 55, templates/g5_helium/custom/scss/puppet.scss */
html .moduletable.in-tran-dr {
  -ms-transform: translate(50px, 0px);
  /* IE 9 */
  -webkit-transform: translate(50px, 0px);
  /* Chrome, Safari, Opera */
  transform: translate(50px, 0px);
  -o-transition: translate(50px, 0px);
  -moz-transition: translate(50px, 0px);
  opacity: 0;
}
@media only all and (max-width: 47.938rem) {
  html .moduletable.in-tran-dr {
    -ms-transform: translate(0, 0) !important;
    /* IE 9 */
    -webkit-transform: translate(0, 0) !important;
    /* Chrome, Safari, Opera */
    transform: translate(0, 0) !important;
    -o-transition: translate(0, 0) !important;
    -moz-transition: translate(0, 0) !important;
    opacity: 1 !important;
  }
}
/* line 73, templates/g5_helium/custom/scss/puppet.scss */
html .moduletable.in-scale {
  -ms-transform: scale(0);
  /* IE 9 */
  -webkit-transform: scale(0);
  /* Chrome, Safari, Opera */
  transform: scale(0);
  -o-transition: scale(0);
  -moz-transition: scale(0);
  opacity: 0;
}
@media only all and (max-width: 47.938rem) {
  html .moduletable.in-scale {
    -ms-transform: translate(0, 0) !important;
    /* IE 9 */
    -webkit-transform: translate(0, 0) !important;
    /* Chrome, Safari, Opera */
    transform: translate(0, 0) !important;
    -o-transition: translate(0, 0) !important;
    -moz-transition: translate(0, 0) !important;
    opacity: 1 !important;
  }
}
/* line 92, templates/g5_helium/custom/scss/puppet.scss */
/* line 94, templates/g5_helium/custom/scss/puppet.scss */
/* line 96, templates/g5_helium/custom/scss/puppet.scss */
html.loaded .moduletable.in-tran-dr, html.loaded .moduletable.in-tran-izq, html.loaded .moduletable.in-tran-arriba, html.loaded .moduletable.in-tran-abajo {
  -ms-transform: translate(0px, 0px);
  /* IE 9 */
  -webkit-transform: translate(0px, 0px);
  /* Chrome, Safari, Opera */
  transform: translate(0px, 0px);
  -o-transition: translate(0px, 0px);
  -moz-transition: translate(0px, 0px);
  opacity: 1;
}
/* line 105, templates/g5_helium/custom/scss/puppet.scss */
html.loaded .moduletable.in-scale {
  -ms-transform: scale(1);
  /* IE 9 */
  -webkit-transform: scale(1);
  /* Chrome, Safari, Opera */
  transform: scale(1);
  -o-transition: scale(1);
  -moz-transition: scale(1);
  opacity: 1;
}
/* line 119, templates/g5_helium/custom/scss/puppet.scss */
/* line 122, templates/g5_helium/custom/scss/puppet.scss */
.moduletable.sc-tran-abajo {
  -ms-transform: translate(0, 50px);
  /* IE 9 */
  -webkit-transform: translate(0, 50px);
  /* Chrome, Safari, Opera */
  transform: translate(0, 50px);
  -o-transition: translate(0, 50px);
  -moz-transition: translate(0, 50px);
  opacity: 0;
}
@media only all and (max-width: 47.938rem) {
  .moduletable.sc-tran-abajo {
    -ms-transform: translate(0, 0) !important;
    /* IE 9 */
    -webkit-transform: translate(0, 0) !important;
    /* Chrome, Safari, Opera */
    transform: translate(0, 0) !important;
    -o-transition: translate(0, 0) !important;
    -moz-transition: translate(0, 0) !important;
    opacity: 1 !important;
  }
}
/* line 138, templates/g5_helium/custom/scss/puppet.scss */
.moduletable.sc-tran-arriba {
  -ms-transform: translate(0, -50px);
  /* IE 9 */
  -webkit-transform: translate(0, -50px);
  /* Chrome, Safari, Opera */
  transform: translate(0, -50px);
  -o-transition: translate(0, -50px);
  -moz-transition: translate(0, -50px);
  opacity: 0;
}
@media only all and (max-width: 47.938rem) {
  .moduletable.sc-tran-arriba {
    -ms-transform: translate(0, 0) !important;
    /* IE 9 */
    -webkit-transform: translate(0, 0) !important;
    /* Chrome, Safari, Opera */
    transform: translate(0, 0) !important;
    -o-transition: translate(0, 0) !important;
    -moz-transition: translate(0, 0) !important;
    opacity: 1 !important;
  }
}
/* line 154, templates/g5_helium/custom/scss/puppet.scss */
.moduletable.sc-tran-izq {
  -ms-transform: translate(-50px, 0px);
  /* IE 9 */
  -webkit-transform: translate(-50px, 0px);
  /* Chrome, Safari, Opera */
  transform: translate(-50px, 0px);
  -o-transition: translate(-50px, 0px);
  -moz-transition: translate(-50px, 0px);
  opacity: 0;
}
@media only all and (max-width: 47.938rem) {
  .moduletable.sc-tran-izq {
    -ms-transform: translate(0, 0) !important;
    /* IE 9 */
    -webkit-transform: translate(0, 0) !important;
    /* Chrome, Safari, Opera */
    transform: translate(0, 0) !important;
    -o-transition: translate(0, 0) !important;
    -moz-transition: translate(0, 0) !important;
    opacity: 1 !important;
  }
}
/* line 170, templates/g5_helium/custom/scss/puppet.scss */
.moduletable.sc-tran-dr {
  -ms-transform: translate(50px, 0px);
  /* IE 9 */
  -webkit-transform: translate(50px, 0px);
  /* Chrome, Safari, Opera */
  transform: translate(50px, 0px);
  -o-transition: translate(50px, 0px);
  -moz-transition: translate(50px, 0px);
  opacity: 0;
}
@media only all and (max-width: 47.938rem) {
  .moduletable.sc-tran-dr {
    -ms-transform: translate(0, 0) !important;
    /* IE 9 */
    -webkit-transform: translate(0, 0) !important;
    /* Chrome, Safari, Opera */
    transform: translate(0, 0) !important;
    -o-transition: translate(0, 0) !important;
    -moz-transition: translate(0, 0) !important;
    opacity: 1 !important;
  }
}
/* line 188, templates/g5_helium/custom/scss/puppet.scss */
.moduletable.sc-scale {
  -ms-transform: scale(0);
  /* IE 9 */
  -webkit-transform: scale(0);
  /* Chrome, Safari, Opera */
  transform: scale(0);
  -o-transition: scale(0);
  -moz-transition: scale(0);
  opacity: 0;
}
@media only all and (max-width: 47.938rem) {
  .moduletable.sc-scale {
    -ms-transform: scale(1) !important;
    /* IE 9 */
    -webkit-transform: scale(1) !important;
    /* Chrome, Safari, Opera */
    transform: scale(1) !important;
    -o-transition: scale(1) !important;
    -moz-transition: scale(1) !important;
    opacity: 1 !important;
  }
}
/* line 207, templates/g5_helium/custom/scss/puppet.scss */
/* line 210, templates/g5_helium/custom/scss/puppet.scss */
.moduletable.loaded.sc-tran-dr, .moduletable.loaded.sc-tran-izq, .moduletable.loaded.sc-tran-arriba, .moduletable.loaded.sc-tran-abajo {
  -ms-transform: translate(0px, 0px);
  /* IE 9 */
  -webkit-transform: translate(0px, 0px);
  /* Chrome, Safari, Opera */
  transform: translate(0px, 0px);
  -o-transition: translate(0px, 0px);
  -moz-transition: translate(0px, 0px);
  opacity: 1;
}
/* line 219, templates/g5_helium/custom/scss/puppet.scss */
.moduletable.loaded.sc-scale {
  -ms-transform: scale(1);
  /* IE 9 */
  -webkit-transform: scale(1);
  /* Chrome, Safari, Opera */
  transform: scale(1);
  -o-transition: scale(1);
  -moz-transition: scale(1);
  opacity: 1;
}
/* line 235, templates/g5_helium/custom/scss/puppet.scss */
/* line 236, templates/g5_helium/custom/scss/puppet.scss */
.moduletable.animate .sc-int-tran-abajo {
  -ms-transform: translate(0, 50px);
  /* IE 9 */
  -webkit-transform: translate(0, 50px);
  /* Chrome, Safari, Opera */
  transform: translate(0, 50px);
  -o-transition: translate(0, 50px);
  -moz-transition: translate(0, 50px);
  opacity: 0;
}
@media only all and (max-width: 47.938rem) {
  .moduletable.animate .sc-int-tran-abajo {
    -ms-transform: translate(0, 0) !important;
    /* IE 9 */
    -webkit-transform: translate(0, 0) !important;
    /* Chrome, Safari, Opera */
    transform: translate(0, 0) !important;
    -o-transition: translate(0, 0) !important;
    -moz-transition: translate(0, 0) !important;
    opacity: 1 !important;
  }
}
/* line 252, templates/g5_helium/custom/scss/puppet.scss */
.moduletable.animate .sc-int-tran-arriba {
  -ms-transform: translate(0, -50px);
  /* IE 9 */
  -webkit-transform: translate(0, -50px);
  /* Chrome, Safari, Opera */
  transform: translate(0, -50px);
  -o-transition: translate(0, -50px);
  -moz-transition: translate(0, -50px);
  opacity: 0;
}
@media only all and (max-width: 47.938rem) {
  .moduletable.animate .sc-int-tran-arriba {
    -ms-transform: translate(0, 0) !important;
    /* IE 9 */
    -webkit-transform: translate(0, 0) !important;
    /* Chrome, Safari, Opera */
    transform: translate(0, 0) !important;
    -o-transition: translate(0, 0) !important;
    -moz-transition: translate(0, 0) !important;
    opacity: 1 !important;
  }
}
/* line 268, templates/g5_helium/custom/scss/puppet.scss */
.moduletable.animate .sc-int-tran-izq {
  -ms-transform: translate(-50px, 0px);
  /* IE 9 */
  -webkit-transform: translate(-50px, 0px);
  /* Chrome, Safari, Opera */
  transform: translate(-50px, 0px);
  -o-transition: translate(-50px, 0px);
  -moz-transition: translate(-50px, 0px);
  opacity: 0;
}
@media only all and (max-width: 47.938rem) {
  .moduletable.animate .sc-int-tran-izq {
    -ms-transform: translate(0, 0) !important;
    /* IE 9 */
    -webkit-transform: translate(0, 0) !important;
    /* Chrome, Safari, Opera */
    transform: translate(0, 0) !important;
    -o-transition: translate(0, 0) !important;
    -moz-transition: translate(0, 0) !important;
    opacity: 1 !important;
  }
}
/* line 284, templates/g5_helium/custom/scss/puppet.scss */
.moduletable.animate .sc-int-tran-dr {
  -ms-transform: translate(50px, 0px);
  /* IE 9 */
  -webkit-transform: translate(50px, 0px);
  /* Chrome, Safari, Opera */
  transform: translate(50px, 0px);
  -o-transition: translate(50px, 0px);
  -moz-transition: translate(50px, 0px);
  opacity: 0;
}
@media only all and (max-width: 47.938rem) {
  .moduletable.animate .sc-int-tran-dr {
    -ms-transform: translate(0, 0) !important;
    /* IE 9 */
    -webkit-transform: translate(0, 0) !important;
    /* Chrome, Safari, Opera */
    transform: translate(0, 0) !important;
    -o-transition: translate(0, 0) !important;
    -moz-transition: translate(0, 0) !important;
    opacity: 1 !important;
  }
}
/* line 300, templates/g5_helium/custom/scss/puppet.scss */
.moduletable.animate .sc-int-scale {
  -ms-transform: scale(0);
  -webkit-transform: scale(0);
  transform: scale(0);
  -o-transition: scale(0);
  -moz-transition: scale(0);
  opacity: 0;
}
@media only all and (max-width: 47.938rem) {
  .moduletable.animate .sc-int-scale {
    -ms-transform: scale(1) !important;
    /* IE 9 */
    -webkit-transform: scale(1) !important;
    /* Chrome, Safari, Opera */
    transform: scale(1) !important;
    -o-transition: scale(1) !important;
    -moz-transition: scale(1) !important;
    opacity: 1 !important;
  }
}
/* line 317, templates/g5_helium/custom/scss/puppet.scss */
/* line 318, templates/g5_helium/custom/scss/puppet.scss */
.moduletable.animate.loaded .sc-int-scale {
  -ms-transform: scale(1);
  /* IE 9 */
  -webkit-transform: scale(1);
  /* Chrome, Safari, Opera */
  transform: scale(1);
  -o-transition: scale(1);
  -moz-transition: scale(1);
  opacity: 1;
}
/* line 326, templates/g5_helium/custom/scss/puppet.scss */
.moduletable.animate.loaded .sc-int-tran-abajo, .moduletable.animate.loaded .sc-int-tran-arriba, .moduletable.animate.loaded .sc-int-tran-izq, .moduletable.animate.loaded .sc-int-tran-dr {
  -ms-transform: translate(0px, 0px);
  /* IE 9 */
  -webkit-transform: translate(0px, 0px);
  /* Chrome, Safari, Opera */
  transform: translate(0px, 0px);
  -o-transition: translate(0px, 0px);
  -moz-transition: translate(0px, 0px);
  opacity: 1;
}
/* line 341, templates/g5_helium/custom/scss/puppet.scss */
/* line 342, templates/g5_helium/custom/scss/puppet.scss */
html .in-int-tran-abajo {
  -ms-transform: translate(0, 50px);
  /* IE 9 */
  -webkit-transform: translate(0, 50px);
  /* Chrome, Safari, Opera */
  transform: translate(0, 50px);
  -o-transition: translate(0, 50px);
  -moz-transition: translate(0, 50px);
  opacity: 0;
}
@media only all and (max-width: 47.938rem) {
  html .in-int-tran-abajo {
    -ms-transform: translate(0, 0) !important;
    /* IE 9 */
    -webkit-transform: translate(0, 0) !important;
    /* Chrome, Safari, Opera */
    transform: translate(0, 0) !important;
    -o-transition: translate(0, 0) !important;
    -moz-transition: translate(0, 0) !important;
    opacity: 1 !important;
  }
}
/* line 358, templates/g5_helium/custom/scss/puppet.scss */
html .in-int-tran-arriba {
  -ms-transform: translate(0, -50px);
  /* IE 9 */
  -webkit-transform: translate(0, -50px);
  /* Chrome, Safari, Opera */
  transform: translate(0, -50px);
  -o-transition: translate(0, -50px);
  -moz-transition: translate(0, -50px);
  opacity: 0;
}
@media only all and (max-width: 47.938rem) {
  html .in-int-tran-arriba {
    -ms-transform: translate(0, 0) !important;
    /* IE 9 */
    -webkit-transform: translate(0, 0) !important;
    /* Chrome, Safari, Opera */
    transform: translate(0, 0) !important;
    -o-transition: translate(0, 0) !important;
    -moz-transition: translate(0, 0) !important;
    opacity: 1 !important;
  }
}
/* line 376, templates/g5_helium/custom/scss/puppet.scss */
html .in-int-tran-izq {
  -ms-transform: translate(-50px, 0px);
  /* IE 9 */
  -webkit-transform: translate(-50px, 0px);
  /* Chrome, Safari, Opera */
  transform: translate(-50px, 0px);
  -o-transition: translate(-50px, 0px);
  -moz-transition: translate(-50px, 0px);
  opacity: 0;
}
@media only all and (max-width: 47.938rem) {
  html .in-int-tran-izq {
    -ms-transform: translate(0, 0) !important;
    /* IE 9 */
    -webkit-transform: translate(0, 0) !important;
    /* Chrome, Safari, Opera */
    transform: translate(0, 0) !important;
    -o-transition: translate(0, 0) !important;
    -moz-transition: translate(0, 0) !important;
    opacity: 1 !important;
  }
}
/* line 394, templates/g5_helium/custom/scss/puppet.scss */
html .in-int-tran-dr {
  -ms-transform: translate(50px, 0px);
  /* IE 9 */
  -webkit-transform: translate(50px, 0px);
  /* Chrome, Safari, Opera */
  transform: translate(50px, 0px);
  -o-transition: translate(50px, 0px);
  -moz-transition: translate(50px, 0px);
  opacity: 0;
}
@media only all and (max-width: 47.938rem) {
  html .in-int-tran-dr {
    -ms-transform: translate(0, 0) !important;
    /* IE 9 */
    -webkit-transform: translate(0, 0) !important;
    /* Chrome, Safari, Opera */
    transform: translate(0, 0) !important;
    -o-transition: translate(0, 0) !important;
    -moz-transition: translate(0, 0) !important;
    opacity: 1 !important;
  }
}
/* line 414, templates/g5_helium/custom/scss/puppet.scss */
html .in-int-scale {
  -ms-transform: scale(0);
  /* IE 9 */
  -webkit-transform: scale(0);
  /* Chrome, Safari, Opera */
  transform: scale(0);
  -o-transition: scale(0);
  -moz-transition: scale(0);
  opacity: 0;
}
@media only all and (max-width: 47.938rem) {
  html .in-int-scale {
    opacity: 1 !important;
    -ms-transform: scale(1) !important;
    /* IE 9 */
    -webkit-transform: scale(1) !important;
    /* Chrome, Safari, Opera */
    transform: scale(1) !important;
    -o-transition: scale(1) !important;
    -moz-transition: scale(1) !important;
  }
}
/* line 431, templates/g5_helium/custom/scss/puppet.scss */
/* line 432, templates/g5_helium/custom/scss/puppet.scss */
html.loaded .in-int-tran-abajo, html.loaded .in-int-tran-arriba, html.loaded .in-int-tran-izq, html.loaded .in-int-tran-dr {
  -ms-transform: translate(0px, 0px);
  /* IE 9 */
  -webkit-transform: translate(0px, 0px);
  /* Chrome, Safari, Opera */
  transform: translate(0px, 0px);
  -o-transition: translate(0px, 0px);
  -moz-transition: translate(0px, 0px);
  opacity: 1;
}
/* line 440, templates/g5_helium/custom/scss/puppet.scss */
html.loaded .in-int-scale {
  -ms-transform: scale(1);
  /* IE 9 */
  -webkit-transform: scale(1);
  /* Chrome, Safari, Opera */
  transform: scale(1);
  -o-transition: scale(1);
  -moz-transition: scale(1);
  opacity: 1;
}
/* line 617, templates/g5_helium/custom/scss/puppet.scss */
.o-tran-centro {
  transform-origin: 50% 50%;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
}
/* line 624, templates/g5_helium/custom/scss/puppet.scss */
.o-tran-iz {
  transform-origin: 0% 50%;
  -webkit-transform-origin: 0% 50%;
  -ms-transform-origin: 0% 50%;
  -o-transform-origin: 0% 50%;
  -moz-transform-origin: 0% 50%;
}
/* line 632, templates/g5_helium/custom/scss/puppet.scss */
.o-tran-dr {
  transform-origin: 100% 50%;
  -webkit-transform-origin: 100% 50%;
  -ms-transform-origin: 100% 50%;
  -o-transform-origin: 100% 50%;
  -moz-transform-origin: 100% 50%;
}
/* line 639, templates/g5_helium/custom/scss/puppet.scss */
.o-tran-arriba {
  transform-origin: 50% 0%;
  -webkit-transform-origin: 50% 0%;
  -ms-transform-origin: 50% 0%;
  -o-transform-origin: 50% 0%;
  -moz-transform-origin: 50% 0%;
}
/* line 646, templates/g5_helium/custom/scss/puppet.scss */
.o-tran-arriba-iz {
  transform-origin: 0% 0%;
  -webkit-transform-origin: 0% 0%;
  -ms-transform-origin: 0% 0%;
  -o-transform-origin: 0% 0%;
  -moz-transform-origin: 0% 0%;
}
/* line 713, templates/g5_helium/custom/scss/puppet.scss */
.t-2-04 {
  transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0.4s;
  -webkit-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0.4s;
  -o-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0.4s;
  -moz-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0.4s;
  -ms-transition: transform all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0.4s;
}
/* line 716, templates/g5_helium/custom/scss/puppet.scss */
.t-3-04 {
  transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0.8s;
  -webkit-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0.8s;
  -o-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0.8s;
  -moz-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0.8s;
  -ms-transition: transform all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0.8s;
}
/* line 719, templates/g5_helium/custom/scss/puppet.scss */
.t-4-04 {
  transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 1.2s;
  -webkit-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 1.2s;
  -o-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 1.2s;
  -moz-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 1.2s;
  -ms-transition: transform all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 1.2s;
}
/* line 722, templates/g5_helium/custom/scss/puppet.scss */
.t-5-04 {
  transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 1.6s;
  -webkit-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 1.6s;
  -o-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 1.6s;
  -moz-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 1.6s;
  -ms-transition: transform all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 1.6s;
}
/* line 725, templates/g5_helium/custom/scss/puppet.scss */
.t-6-04 {
  transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 2s;
  -webkit-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 2s;
  -o-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 2s;
  -moz-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 2s;
  -ms-transition: transform all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 2s;
}
/* line 733, templates/g5_helium/custom/scss/puppet.scss */
.t-uno-delta-03 {
  transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
  -webkit-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
  -o-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
  -moz-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
  -ms-transition: transform all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
}
/* line 740, templates/g5_helium/custom/scss/puppet.scss */
.t-dos-delta-03 {
  transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0.3s;
  -webkit-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0.3s;
  -o-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0.3s;
  -moz-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0.3s;
  -ms-transition: transform all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0.3s;
}
/* line 747, templates/g5_helium/custom/scss/puppet.scss */
.t-tres-delta-03 {
  transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0.6s;
  -webkit-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0.6s;
  -o-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0.6s;
  -moz-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0.6s;
  -ms-transition: transform all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0.6s;
}
/* line 754, templates/g5_helium/custom/scss/puppet.scss */
.t-cuatro-delta-03 {
  transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0.9s;
  -webkit-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0.9s;
  -o-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0.9s;
  -moz-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0.9s;
  -ms-transition: transform all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0.9s;
}
/* line 761, templates/g5_helium/custom/scss/puppet.scss */
.t-cinco-delta-03 {
  transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 1.2s;
  -webkit-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 1.2s;
  -o-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 1.2s;
  -moz-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 1.2s;
  -ms-transition: transform all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 1.2s;
}
/* line 768, templates/g5_helium/custom/scss/puppet.scss */
.t-seis-delta-03 {
  transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 1.5s;
  -webkit-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 1.5s;
  -o-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 1.5s;
  -moz-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 1.5s;
  -ms-transition: transform all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 1.5s;
}
@-webkit-keyframes bombita {
  /* line 156, templates/g5_helium/custom/scss/_var-gen.scss */
  0% {
    -webkit-transform: translate(0, -10px);
  }
  /* line 157, templates/g5_helium/custom/scss/_var-gen.scss */
  50% {
    -webkit-transform: translate(0, 0px);
  }
  /* line 158, templates/g5_helium/custom/scss/_var-gen.scss */
  100% {
    -webkit-transform: translate(0, -10px);
  }
}
@-moz-keyframes bombita {
  /* line 161, templates/g5_helium/custom/scss/_var-gen.scss */
  0% {
    -moz-transition: translate(0, -10px);
  }
  /* line 162, templates/g5_helium/custom/scss/_var-gen.scss */
  50% {
    -moz-transition: translate(0, 0px);
  }
  /* line 163, templates/g5_helium/custom/scss/_var-gen.scss */
  100% {
    -moz-transition: translate(0, -10px);
  }
}
@-o-keyframes bombita {
  /* line 166, templates/g5_helium/custom/scss/_var-gen.scss */
  0% {
    -o-transition: translate(0, -10px);
  }
  /* line 167, templates/g5_helium/custom/scss/_var-gen.scss */
  50% {
    -o-transition: translate(0, 0px);
  }
  /* line 168, templates/g5_helium/custom/scss/_var-gen.scss */
  100% {
    -o-transition: translate(0, -10px);
  }
}
@keyframes bombita {
  /* line 171, templates/g5_helium/custom/scss/_var-gen.scss */
  0% {
    transform: translate(0, -10px);
  }
  /* line 172, templates/g5_helium/custom/scss/_var-gen.scss */
  50% {
    transform: translate(0, 0px);
  }
  /* line 173, templates/g5_helium/custom/scss/_var-gen.scss */
  100% {
    transform: translate(0, -10px);
  }
}
/* line 176, templates/g5_helium/custom/scss/_var-gen.scss */
.inner-tran-abajo {
  -ms-transform: translate(0, 50px);
  /* IE 9 */
  -webkit-transform: translate(0, 50px);
  /* Chrome, Safari, Opera */
  transform: translate(0, 50px);
  -o-transition: translate(0, 50px);
  -moz-transition: translate(0, 50px);
  opacity: 0;
}
@media only all and (max-width: 47.938rem) {
  .inner-tran-abajo {
    -ms-transform: translate(0, 0px) !important;
    /* IE 9 */
    -webkit-transform: translate(0, 0px) !important;
    /* Chrome, Safari, Opera */
    transform: translate(0, 0px) !important;
    -o-transition: translate(0, 0px) !important;
    -moz-transition: translate(0, 0px) !important;
    opacity: 1;
  }
}
/* line 179, templates/g5_helium/custom/scss/_var-gen.scss */
.inner-tran-arriba {
  -ms-transform: translate(0, -50px);
  /* IE 9 */
  -webkit-transform: translate(0, -50px);
  /* Chrome, Safari, Opera */
  transform: translate(0, -50px);
  -o-transition: translate(0, -50px);
  -moz-transition: translate(0, -50px);
  opacity: 0;
}
@media only all and (max-width: 47.938rem) {
  .inner-tran-arriba {
    -ms-transform: translate(0, 0px) !important;
    /* IE 9 */
    -webkit-transform: translate(0, 0px) !important;
    /* Chrome, Safari, Opera */
    transform: translate(0, 0px) !important;
    -o-transition: translate(0, 0px) !important;
    -moz-transition: translate(0, 0px);
    opacity: 1;
  }
}
/* line 182, templates/g5_helium/custom/scss/_var-gen.scss */
.inner-tran-izq {
  -ms-transform: translate(-50px, 0px);
  /* IE 9 */
  -webkit-transform: translate(-50px, 0px);
  /* Chrome, Safari, Opera */
  transform: translate(-50px, 0px);
  -o-transition: translate(-50px, 0px);
  -moz-transition: translate(-50px, 0px);
  opacity: 0;
}
@media only all and (max-width: 47.938rem) {
  .inner-tran-izq {
    -ms-transform: translate(0, 0px) !important;
    /* IE 9 */
    -webkit-transform: translate(0, 0px) !important;
    /* Chrome, Safari, Opera */
    transform: translate(0, 0px) !important;
    -o-transition: translate(0, 0px) !important;
    -moz-transition: translate(0, 0px) !important;
    opacity: 1;
  }
}
/* line 185, templates/g5_helium/custom/scss/_var-gen.scss */
.inner-tran-dr {
  -ms-transform: translate(50px, 0px);
  /* IE 9 */
  -webkit-transform: translate(50px, 0px);
  /* Chrome, Safari, Opera */
  transform: translate(50px, 0px);
  -o-transition: translate(50px, 0px);
  -moz-transition: translate(50px, 0px);
  opacity: 0;
}
@media only all and (max-width: 47.938rem) {
  .inner-tran-dr {
    -ms-transform: translate(0, 0px) !important;
    /* IE 9 */
    -webkit-transform: translate(0, 0px) !important;
    /* Chrome, Safari, Opera */
    transform: translate(0, 0px) !important;
    -o-transition: translate(0, 0px) !important;
    -moz-transition: translate(0, 0px) !important;
    opacity: 1;
  }
}
/* line 188, templates/g5_helium/custom/scss/_var-gen.scss */
.inner-scale-cen {
  -ms-transform: scale(0);
  /* IE 9 */
  -webkit-transform: scale(0);
  /* Chrome, Safari, Opera */
  transform: scale(0);
  -o-transition: scale(0);
  -moz-transition: scale(0);
  opacity: 0;
}
@media only all and (max-width: 47.938rem) {
  .inner-scale-cen {
    -ms-transform: scale(1) !important;
    /* IE 9 */
    -webkit-transform: scale(1) !important;
    /* Chrome, Safari, Opera */
    transform: scale(1) !important;
    -o-transition: scale(1) !important;
    -moz-transition: scale(1) !important;
    opacity: 1;
  }
}
/* line 191, templates/g5_helium/custom/scss/_var-gen.scss */
.inner-scale-dr {
  -ms-transform: scale(0, 1);
  /* IE 9 */
  -webkit-transform: scale(0, 1);
  /* Chrome, Safari, Opera */
  transform: scale(0, 1);
  -o-transition: scale(0, 1);
  -moz-transition: scale(0, 1);
  opacity: 0;
}
@media only all and (max-width: 47.938rem) {
  .inner-scale-dr {
    -ms-transform: scale(1) !important;
    /* IE 9 */
    -webkit-transform: scale(1) !important;
    /* Chrome, Safari, Opera */
    transform: scale(1) !important;
    -o-transition: scale(1) !important;
    -moz-transition: scale(1) !important;
    opacity: 1;
  }
}
/* line 194, templates/g5_helium/custom/scss/_var-gen.scss */
.inner-scale-dr-arriba {
  -ms-transform: scale(0, 0);
  /* IE 9 */
  -webkit-transform: scale(0, 0);
  /* Chrome, Safari, Opera */
  transform: scale(0, 0);
  -o-transition: scale(0, 0);
  -moz-transition: scale(0, 0);
  opacity: 0;
}
@media only all and (max-width: 47.938rem) {
  .inner-scale-dr-arriba {
    -ms-transform: scale(1) !important;
    /* IE 9 */
    -webkit-transform: scale(1) !important;
    /* Chrome, Safari, Opera */
    transform: scale(1) !important;
    -o-transition: scale(1) !important;
    -moz-transition: scale(1) !important;
    opacity: 1;
  }
}
/* line 197, templates/g5_helium/custom/scss/_var-gen.scss */
.inner-scale-fin {
  -ms-transform: scale(1) !important;
  /* IE 9 */
  -webkit-transform: scale(1) !important;
  /* Chrome, Safari, Opera */
  transform: scale(1) !important;
  -o-transition: scale(1) !important;
  -moz-transition: scale(1) !important;
  opacity: 1 !important;
}
/* line 201, templates/g5_helium/custom/scss/_var-gen.scss */
.inner-tran-fin {
  opacity: 1;
  -ms-transform: translate(0, 0px);
  /* IE 9 */
  -webkit-transform: translate(0, 0px);
  /* Chrome, Safari, Opera */
  transform: translate(0, 0px);
  -o-transition: translate(0, 0px);
  -moz-transition: translate(0, 0px);
}
/* line 206, templates/g5_helium/custom/scss/_var-gen.scss */
.t-i-1-06 {
  transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
  -webkit-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
  -o-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
  -moz-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
  -ms-transition: transform all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
}
/* line 209, templates/g5_helium/custom/scss/_var-gen.scss */
.t-i-2-06 {
  transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0.3s;
  -webkit-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0.3s;
  -o-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0.3s;
  -moz-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0.3s;
  -ms-transition: transform all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0.3s;
}
/* line 212, templates/g5_helium/custom/scss/_var-gen.scss */
.t-i-3-06 {
  transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0.6s;
  -webkit-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0.6s;
  -o-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0.6s;
  -moz-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0.6s;
  -ms-transition: transform all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0.6s;
}
/* line 215, templates/g5_helium/custom/scss/_var-gen.scss */
.t-i-4-06 {
  transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0.9s;
  -webkit-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0.9s;
  -o-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0.9s;
  -moz-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0.9s;
  -ms-transition: transform all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0.9s;
}
/* line 218, templates/g5_helium/custom/scss/_var-gen.scss */
.t-i-5-06 {
  transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 1.2s;
  -webkit-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 1.2s;
  -o-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 1.2s;
  -moz-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 1.2s;
  -ms-transition: transform all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 1.3s;
}
/* line 221, templates/g5_helium/custom/scss/_var-gen.scss */
.t-i-6-06 {
  transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 1.5s;
  -webkit-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 1.5s;
  -o-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 1.5s;
  -moz-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 1.5s;
  -ms-transition: transform all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 1.5s;
}
/* line 5, templates/g5_helium/custom/scss/sprocket.scss */
.sprocket-strips-nav, .sprocket-strips-s-nav, .sprocket-strips-p-nav, .sprocket-strips-c-nav, .sprocket-headlines, .sprocket-quotes-nav, .sprocket-lists-nav, .sprocket-lists-modern-nav, .sprocket-lists-portrait-nav {
  padding: 0px 5px 20px;
  display: block !important;
  text-align: center;
}
/* line 11, templates/g5_helium/custom/scss/sprocket.scss */
.sprocket-strips-nav .sprocket-strips-pagination, .sprocket-strips-s-nav .sprocket-strips-pagination, .sprocket-strips-p-nav .sprocket-strips-pagination, .sprocket-strips-c-nav .sprocket-strips-pagination, .sprocket-headlines .sprocket-strips-pagination, .sprocket-quotes-nav .sprocket-strips-pagination, .sprocket-lists-nav .sprocket-strips-pagination, .sprocket-lists-modern-nav .sprocket-strips-pagination, .sprocket-lists-portrait-nav .sprocket-strips-pagination, .sprocket-strips-nav .sprocket-strips-s-pagination, .sprocket-strips-s-nav .sprocket-strips-s-pagination, .sprocket-strips-p-nav .sprocket-strips-s-pagination, .sprocket-strips-c-nav .sprocket-strips-s-pagination, .sprocket-headlines .sprocket-strips-s-pagination, .sprocket-quotes-nav .sprocket-strips-s-pagination, .sprocket-lists-nav .sprocket-strips-s-pagination, .sprocket-lists-modern-nav .sprocket-strips-s-pagination, .sprocket-lists-portrait-nav .sprocket-strips-s-pagination, .sprocket-strips-nav .sprocket-strips-p-pagination, .sprocket-strips-s-nav .sprocket-strips-p-pagination, .sprocket-strips-p-nav .sprocket-strips-p-pagination, .sprocket-strips-c-nav .sprocket-strips-p-pagination, .sprocket-headlines .sprocket-strips-p-pagination, .sprocket-quotes-nav .sprocket-strips-p-pagination, .sprocket-lists-nav .sprocket-strips-p-pagination, .sprocket-lists-modern-nav .sprocket-strips-p-pagination, .sprocket-lists-portrait-nav .sprocket-strips-p-pagination, .sprocket-strips-nav .sprocket-strips-c-pagination, .sprocket-strips-s-nav .sprocket-strips-c-pagination, .sprocket-strips-p-nav .sprocket-strips-c-pagination, .sprocket-strips-c-nav .sprocket-strips-c-pagination, .sprocket-headlines .sprocket-strips-c-pagination, .sprocket-quotes-nav .sprocket-strips-c-pagination, .sprocket-lists-nav .sprocket-strips-c-pagination, .sprocket-lists-modern-nav .sprocket-strips-c-pagination, .sprocket-lists-portrait-nav .sprocket-strips-c-pagination, .sprocket-strips-nav .sprocket-quotes-pagination, .sprocket-strips-s-nav .sprocket-quotes-pagination, .sprocket-strips-p-nav .sprocket-quotes-pagination, .sprocket-strips-c-nav .sprocket-quotes-pagination, .sprocket-headlines .sprocket-quotes-pagination, .sprocket-quotes-nav .sprocket-quotes-pagination, .sprocket-lists-nav .sprocket-quotes-pagination, .sprocket-lists-modern-nav .sprocket-quotes-pagination, .sprocket-lists-portrait-nav .sprocket-quotes-pagination, .sprocket-strips-nav .sprocket-lists-pagination, .sprocket-strips-s-nav .sprocket-lists-pagination, .sprocket-strips-p-nav .sprocket-lists-pagination, .sprocket-strips-c-nav .sprocket-lists-pagination, .sprocket-headlines .sprocket-lists-pagination, .sprocket-quotes-nav .sprocket-lists-pagination, .sprocket-lists-nav .sprocket-lists-pagination, .sprocket-lists-modern-nav .sprocket-lists-pagination, .sprocket-lists-portrait-nav .sprocket-lists-pagination, .sprocket-strips-nav .sprocket-lists-modern-pagination, .sprocket-strips-s-nav .sprocket-lists-modern-pagination, .sprocket-strips-p-nav .sprocket-lists-modern-pagination, .sprocket-strips-c-nav .sprocket-lists-modern-pagination, .sprocket-headlines .sprocket-lists-modern-pagination, .sprocket-quotes-nav .sprocket-lists-modern-pagination, .sprocket-lists-nav .sprocket-lists-modern-pagination, .sprocket-lists-modern-nav .sprocket-lists-modern-pagination, .sprocket-lists-portrait-nav .sprocket-lists-modern-pagination, .sprocket-strips-nav .sprocket-lists-portrait-pagination, .sprocket-strips-s-nav .sprocket-lists-portrait-pagination, .sprocket-strips-p-nav .sprocket-lists-portrait-pagination, .sprocket-strips-c-nav .sprocket-lists-portrait-pagination, .sprocket-headlines .sprocket-lists-portrait-pagination, .sprocket-quotes-nav .sprocket-lists-portrait-pagination, .sprocket-lists-nav .sprocket-lists-portrait-pagination, .sprocket-lists-modern-nav .sprocket-lists-portrait-pagination, .sprocket-lists-portrait-nav .sprocket-lists-portrait-pagination {
  display: inline-block !important;
}
/* line 16, templates/g5_helium/custom/scss/sprocket.scss */
.sprocket-strips-nav .sprocket-strips-pagination ul, .sprocket-strips-s-nav .sprocket-strips-pagination ul, .sprocket-strips-p-nav .sprocket-strips-pagination ul, .sprocket-strips-c-nav .sprocket-strips-pagination ul, .sprocket-headlines .sprocket-strips-pagination ul, .sprocket-quotes-nav .sprocket-strips-pagination ul, .sprocket-lists-nav .sprocket-strips-pagination ul, .sprocket-lists-modern-nav .sprocket-strips-pagination ul, .sprocket-lists-portrait-nav .sprocket-strips-pagination ul, .sprocket-strips-nav .sprocket-strips-s-pagination ul, .sprocket-strips-s-nav .sprocket-strips-s-pagination ul, .sprocket-strips-p-nav .sprocket-strips-s-pagination ul, .sprocket-strips-c-nav .sprocket-strips-s-pagination ul, .sprocket-headlines .sprocket-strips-s-pagination ul, .sprocket-quotes-nav .sprocket-strips-s-pagination ul, .sprocket-lists-nav .sprocket-strips-s-pagination ul, .sprocket-lists-modern-nav .sprocket-strips-s-pagination ul, .sprocket-lists-portrait-nav .sprocket-strips-s-pagination ul, .sprocket-strips-nav .sprocket-strips-p-pagination ul, .sprocket-strips-s-nav .sprocket-strips-p-pagination ul, .sprocket-strips-p-nav .sprocket-strips-p-pagination ul, .sprocket-strips-c-nav .sprocket-strips-p-pagination ul, .sprocket-headlines .sprocket-strips-p-pagination ul, .sprocket-quotes-nav .sprocket-strips-p-pagination ul, .sprocket-lists-nav .sprocket-strips-p-pagination ul, .sprocket-lists-modern-nav .sprocket-strips-p-pagination ul, .sprocket-lists-portrait-nav .sprocket-strips-p-pagination ul, .sprocket-strips-nav .sprocket-strips-c-pagination ul, .sprocket-strips-s-nav .sprocket-strips-c-pagination ul, .sprocket-strips-p-nav .sprocket-strips-c-pagination ul, .sprocket-strips-c-nav .sprocket-strips-c-pagination ul, .sprocket-headlines .sprocket-strips-c-pagination ul, .sprocket-quotes-nav .sprocket-strips-c-pagination ul, .sprocket-lists-nav .sprocket-strips-c-pagination ul, .sprocket-lists-modern-nav .sprocket-strips-c-pagination ul, .sprocket-lists-portrait-nav .sprocket-strips-c-pagination ul, .sprocket-strips-nav .sprocket-quotes-pagination ul, .sprocket-strips-s-nav .sprocket-quotes-pagination ul, .sprocket-strips-p-nav .sprocket-quotes-pagination ul, .sprocket-strips-c-nav .sprocket-quotes-pagination ul, .sprocket-headlines .sprocket-quotes-pagination ul, .sprocket-quotes-nav .sprocket-quotes-pagination ul, .sprocket-lists-nav .sprocket-quotes-pagination ul, .sprocket-lists-modern-nav .sprocket-quotes-pagination ul, .sprocket-lists-portrait-nav .sprocket-quotes-pagination ul, .sprocket-strips-nav .sprocket-lists-pagination ul, .sprocket-strips-s-nav .sprocket-lists-pagination ul, .sprocket-strips-p-nav .sprocket-lists-pagination ul, .sprocket-strips-c-nav .sprocket-lists-pagination ul, .sprocket-headlines .sprocket-lists-pagination ul, .sprocket-quotes-nav .sprocket-lists-pagination ul, .sprocket-lists-nav .sprocket-lists-pagination ul, .sprocket-lists-modern-nav .sprocket-lists-pagination ul, .sprocket-lists-portrait-nav .sprocket-lists-pagination ul, .sprocket-strips-nav .sprocket-lists-modern-pagination ul, .sprocket-strips-s-nav .sprocket-lists-modern-pagination ul, .sprocket-strips-p-nav .sprocket-lists-modern-pagination ul, .sprocket-strips-c-nav .sprocket-lists-modern-pagination ul, .sprocket-headlines .sprocket-lists-modern-pagination ul, .sprocket-quotes-nav .sprocket-lists-modern-pagination ul, .sprocket-lists-nav .sprocket-lists-modern-pagination ul, .sprocket-lists-modern-nav .sprocket-lists-modern-pagination ul, .sprocket-lists-portrait-nav .sprocket-lists-modern-pagination ul, .sprocket-strips-nav .sprocket-lists-portrait-pagination ul, .sprocket-strips-s-nav .sprocket-lists-portrait-pagination ul, .sprocket-strips-p-nav .sprocket-lists-portrait-pagination ul, .sprocket-strips-c-nav .sprocket-lists-portrait-pagination ul, .sprocket-headlines .sprocket-lists-portrait-pagination ul, .sprocket-quotes-nav .sprocket-lists-portrait-pagination ul, .sprocket-lists-nav .sprocket-lists-portrait-pagination ul, .sprocket-lists-modern-nav .sprocket-lists-portrait-pagination ul, .sprocket-lists-portrait-nav .sprocket-lists-portrait-pagination ul {
  text-align: center;
  float: none;
}
/* line 19, templates/g5_helium/custom/scss/sprocket.scss */
.sprocket-strips-nav .sprocket-strips-pagination ul li, .sprocket-strips-s-nav .sprocket-strips-pagination ul li, .sprocket-strips-p-nav .sprocket-strips-pagination ul li, .sprocket-strips-c-nav .sprocket-strips-pagination ul li, .sprocket-headlines .sprocket-strips-pagination ul li, .sprocket-quotes-nav .sprocket-strips-pagination ul li, .sprocket-lists-nav .sprocket-strips-pagination ul li, .sprocket-lists-modern-nav .sprocket-strips-pagination ul li, .sprocket-lists-portrait-nav .sprocket-strips-pagination ul li, .sprocket-strips-nav .sprocket-strips-s-pagination ul li, .sprocket-strips-s-nav .sprocket-strips-s-pagination ul li, .sprocket-strips-p-nav .sprocket-strips-s-pagination ul li, .sprocket-strips-c-nav .sprocket-strips-s-pagination ul li, .sprocket-headlines .sprocket-strips-s-pagination ul li, .sprocket-quotes-nav .sprocket-strips-s-pagination ul li, .sprocket-lists-nav .sprocket-strips-s-pagination ul li, .sprocket-lists-modern-nav .sprocket-strips-s-pagination ul li, .sprocket-lists-portrait-nav .sprocket-strips-s-pagination ul li, .sprocket-strips-nav .sprocket-strips-p-pagination ul li, .sprocket-strips-s-nav .sprocket-strips-p-pagination ul li, .sprocket-strips-p-nav .sprocket-strips-p-pagination ul li, .sprocket-strips-c-nav .sprocket-strips-p-pagination ul li, .sprocket-headlines .sprocket-strips-p-pagination ul li, .sprocket-quotes-nav .sprocket-strips-p-pagination ul li, .sprocket-lists-nav .sprocket-strips-p-pagination ul li, .sprocket-lists-modern-nav .sprocket-strips-p-pagination ul li, .sprocket-lists-portrait-nav .sprocket-strips-p-pagination ul li, .sprocket-strips-nav .sprocket-strips-c-pagination ul li, .sprocket-strips-s-nav .sprocket-strips-c-pagination ul li, .sprocket-strips-p-nav .sprocket-strips-c-pagination ul li, .sprocket-strips-c-nav .sprocket-strips-c-pagination ul li, .sprocket-headlines .sprocket-strips-c-pagination ul li, .sprocket-quotes-nav .sprocket-strips-c-pagination ul li, .sprocket-lists-nav .sprocket-strips-c-pagination ul li, .sprocket-lists-modern-nav .sprocket-strips-c-pagination ul li, .sprocket-lists-portrait-nav .sprocket-strips-c-pagination ul li, .sprocket-strips-nav .sprocket-quotes-pagination ul li, .sprocket-strips-s-nav .sprocket-quotes-pagination ul li, .sprocket-strips-p-nav .sprocket-quotes-pagination ul li, .sprocket-strips-c-nav .sprocket-quotes-pagination ul li, .sprocket-headlines .sprocket-quotes-pagination ul li, .sprocket-quotes-nav .sprocket-quotes-pagination ul li, .sprocket-lists-nav .sprocket-quotes-pagination ul li, .sprocket-lists-modern-nav .sprocket-quotes-pagination ul li, .sprocket-lists-portrait-nav .sprocket-quotes-pagination ul li, .sprocket-strips-nav .sprocket-lists-pagination ul li, .sprocket-strips-s-nav .sprocket-lists-pagination ul li, .sprocket-strips-p-nav .sprocket-lists-pagination ul li, .sprocket-strips-c-nav .sprocket-lists-pagination ul li, .sprocket-headlines .sprocket-lists-pagination ul li, .sprocket-quotes-nav .sprocket-lists-pagination ul li, .sprocket-lists-nav .sprocket-lists-pagination ul li, .sprocket-lists-modern-nav .sprocket-lists-pagination ul li, .sprocket-lists-portrait-nav .sprocket-lists-pagination ul li, .sprocket-strips-nav .sprocket-lists-modern-pagination ul li, .sprocket-strips-s-nav .sprocket-lists-modern-pagination ul li, .sprocket-strips-p-nav .sprocket-lists-modern-pagination ul li, .sprocket-strips-c-nav .sprocket-lists-modern-pagination ul li, .sprocket-headlines .sprocket-lists-modern-pagination ul li, .sprocket-quotes-nav .sprocket-lists-modern-pagination ul li, .sprocket-lists-nav .sprocket-lists-modern-pagination ul li, .sprocket-lists-modern-nav .sprocket-lists-modern-pagination ul li, .sprocket-lists-portrait-nav .sprocket-lists-modern-pagination ul li, .sprocket-strips-nav .sprocket-lists-portrait-pagination ul li, .sprocket-strips-s-nav .sprocket-lists-portrait-pagination ul li, .sprocket-strips-p-nav .sprocket-lists-portrait-pagination ul li, .sprocket-strips-c-nav .sprocket-lists-portrait-pagination ul li, .sprocket-headlines .sprocket-lists-portrait-pagination ul li, .sprocket-quotes-nav .sprocket-lists-portrait-pagination ul li, .sprocket-lists-nav .sprocket-lists-portrait-pagination ul li, .sprocket-lists-modern-nav .sprocket-lists-portrait-pagination ul li, .sprocket-lists-portrait-nav .sprocket-lists-portrait-pagination ul li {
  opacity: 1 !important;
  background: transparent !important;
  box-shadow: none;
  padding: 10px 0px !important;
  height: auto;
  width: 20px;
  display: inline-block !important;
}
/* line 27, templates/g5_helium/custom/scss/sprocket.scss */
.sprocket-strips-nav .sprocket-strips-pagination ul li span, .sprocket-strips-s-nav .sprocket-strips-pagination ul li span, .sprocket-strips-p-nav .sprocket-strips-pagination ul li span, .sprocket-strips-c-nav .sprocket-strips-pagination ul li span, .sprocket-headlines .sprocket-strips-pagination ul li span, .sprocket-quotes-nav .sprocket-strips-pagination ul li span, .sprocket-lists-nav .sprocket-strips-pagination ul li span, .sprocket-lists-modern-nav .sprocket-strips-pagination ul li span, .sprocket-lists-portrait-nav .sprocket-strips-pagination ul li span, .sprocket-strips-nav .sprocket-strips-s-pagination ul li span, .sprocket-strips-s-nav .sprocket-strips-s-pagination ul li span, .sprocket-strips-p-nav .sprocket-strips-s-pagination ul li span, .sprocket-strips-c-nav .sprocket-strips-s-pagination ul li span, .sprocket-headlines .sprocket-strips-s-pagination ul li span, .sprocket-quotes-nav .sprocket-strips-s-pagination ul li span, .sprocket-lists-nav .sprocket-strips-s-pagination ul li span, .sprocket-lists-modern-nav .sprocket-strips-s-pagination ul li span, .sprocket-lists-portrait-nav .sprocket-strips-s-pagination ul li span, .sprocket-strips-nav .sprocket-strips-p-pagination ul li span, .sprocket-strips-s-nav .sprocket-strips-p-pagination ul li span, .sprocket-strips-p-nav .sprocket-strips-p-pagination ul li span, .sprocket-strips-c-nav .sprocket-strips-p-pagination ul li span, .sprocket-headlines .sprocket-strips-p-pagination ul li span, .sprocket-quotes-nav .sprocket-strips-p-pagination ul li span, .sprocket-lists-nav .sprocket-strips-p-pagination ul li span, .sprocket-lists-modern-nav .sprocket-strips-p-pagination ul li span, .sprocket-lists-portrait-nav .sprocket-strips-p-pagination ul li span, .sprocket-strips-nav .sprocket-strips-c-pagination ul li span, .sprocket-strips-s-nav .sprocket-strips-c-pagination ul li span, .sprocket-strips-p-nav .sprocket-strips-c-pagination ul li span, .sprocket-strips-c-nav .sprocket-strips-c-pagination ul li span, .sprocket-headlines .sprocket-strips-c-pagination ul li span, .sprocket-quotes-nav .sprocket-strips-c-pagination ul li span, .sprocket-lists-nav .sprocket-strips-c-pagination ul li span, .sprocket-lists-modern-nav .sprocket-strips-c-pagination ul li span, .sprocket-lists-portrait-nav .sprocket-strips-c-pagination ul li span, .sprocket-strips-nav .sprocket-quotes-pagination ul li span, .sprocket-strips-s-nav .sprocket-quotes-pagination ul li span, .sprocket-strips-p-nav .sprocket-quotes-pagination ul li span, .sprocket-strips-c-nav .sprocket-quotes-pagination ul li span, .sprocket-headlines .sprocket-quotes-pagination ul li span, .sprocket-quotes-nav .sprocket-quotes-pagination ul li span, .sprocket-lists-nav .sprocket-quotes-pagination ul li span, .sprocket-lists-modern-nav .sprocket-quotes-pagination ul li span, .sprocket-lists-portrait-nav .sprocket-quotes-pagination ul li span, .sprocket-strips-nav .sprocket-lists-pagination ul li span, .sprocket-strips-s-nav .sprocket-lists-pagination ul li span, .sprocket-strips-p-nav .sprocket-lists-pagination ul li span, .sprocket-strips-c-nav .sprocket-lists-pagination ul li span, .sprocket-headlines .sprocket-lists-pagination ul li span, .sprocket-quotes-nav .sprocket-lists-pagination ul li span, .sprocket-lists-nav .sprocket-lists-pagination ul li span, .sprocket-lists-modern-nav .sprocket-lists-pagination ul li span, .sprocket-lists-portrait-nav .sprocket-lists-pagination ul li span, .sprocket-strips-nav .sprocket-lists-modern-pagination ul li span, .sprocket-strips-s-nav .sprocket-lists-modern-pagination ul li span, .sprocket-strips-p-nav .sprocket-lists-modern-pagination ul li span, .sprocket-strips-c-nav .sprocket-lists-modern-pagination ul li span, .sprocket-headlines .sprocket-lists-modern-pagination ul li span, .sprocket-quotes-nav .sprocket-lists-modern-pagination ul li span, .sprocket-lists-nav .sprocket-lists-modern-pagination ul li span, .sprocket-lists-modern-nav .sprocket-lists-modern-pagination ul li span, .sprocket-lists-portrait-nav .sprocket-lists-modern-pagination ul li span, .sprocket-strips-nav .sprocket-lists-portrait-pagination ul li span, .sprocket-strips-s-nav .sprocket-lists-portrait-pagination ul li span, .sprocket-strips-p-nav .sprocket-lists-portrait-pagination ul li span, .sprocket-strips-c-nav .sprocket-lists-portrait-pagination ul li span, .sprocket-headlines .sprocket-lists-portrait-pagination ul li span, .sprocket-quotes-nav .sprocket-lists-portrait-pagination ul li span, .sprocket-lists-nav .sprocket-lists-portrait-pagination ul li span, .sprocket-lists-modern-nav .sprocket-lists-portrait-pagination ul li span, .sprocket-lists-portrait-nav .sprocket-lists-portrait-pagination ul li span {
  height: 16px;
  width: 16px;
  display: block !important;
  font-size: 0px !important;
  line-height: 0px;
  border-radius: 100%;
  color: transparent !important;
  background-color: rgba(0, 90, 150, 0.3);
}
/* line 38, templates/g5_helium/custom/scss/sprocket.scss */
.sprocket-strips-nav .sprocket-strips-pagination ul li.active, .sprocket-strips-s-nav .sprocket-strips-pagination ul li.active, .sprocket-strips-p-nav .sprocket-strips-pagination ul li.active, .sprocket-strips-c-nav .sprocket-strips-pagination ul li.active, .sprocket-headlines .sprocket-strips-pagination ul li.active, .sprocket-quotes-nav .sprocket-strips-pagination ul li.active, .sprocket-lists-nav .sprocket-strips-pagination ul li.active, .sprocket-lists-modern-nav .sprocket-strips-pagination ul li.active, .sprocket-lists-portrait-nav .sprocket-strips-pagination ul li.active, .sprocket-strips-nav .sprocket-strips-s-pagination ul li.active, .sprocket-strips-s-nav .sprocket-strips-s-pagination ul li.active, .sprocket-strips-p-nav .sprocket-strips-s-pagination ul li.active, .sprocket-strips-c-nav .sprocket-strips-s-pagination ul li.active, .sprocket-headlines .sprocket-strips-s-pagination ul li.active, .sprocket-quotes-nav .sprocket-strips-s-pagination ul li.active, .sprocket-lists-nav .sprocket-strips-s-pagination ul li.active, .sprocket-lists-modern-nav .sprocket-strips-s-pagination ul li.active, .sprocket-lists-portrait-nav .sprocket-strips-s-pagination ul li.active, .sprocket-strips-nav .sprocket-strips-p-pagination ul li.active, .sprocket-strips-s-nav .sprocket-strips-p-pagination ul li.active, .sprocket-strips-p-nav .sprocket-strips-p-pagination ul li.active, .sprocket-strips-c-nav .sprocket-strips-p-pagination ul li.active, .sprocket-headlines .sprocket-strips-p-pagination ul li.active, .sprocket-quotes-nav .sprocket-strips-p-pagination ul li.active, .sprocket-lists-nav .sprocket-strips-p-pagination ul li.active, .sprocket-lists-modern-nav .sprocket-strips-p-pagination ul li.active, .sprocket-lists-portrait-nav .sprocket-strips-p-pagination ul li.active, .sprocket-strips-nav .sprocket-strips-c-pagination ul li.active, .sprocket-strips-s-nav .sprocket-strips-c-pagination ul li.active, .sprocket-strips-p-nav .sprocket-strips-c-pagination ul li.active, .sprocket-strips-c-nav .sprocket-strips-c-pagination ul li.active, .sprocket-headlines .sprocket-strips-c-pagination ul li.active, .sprocket-quotes-nav .sprocket-strips-c-pagination ul li.active, .sprocket-lists-nav .sprocket-strips-c-pagination ul li.active, .sprocket-lists-modern-nav .sprocket-strips-c-pagination ul li.active, .sprocket-lists-portrait-nav .sprocket-strips-c-pagination ul li.active, .sprocket-strips-nav .sprocket-quotes-pagination ul li.active, .sprocket-strips-s-nav .sprocket-quotes-pagination ul li.active, .sprocket-strips-p-nav .sprocket-quotes-pagination ul li.active, .sprocket-strips-c-nav .sprocket-quotes-pagination ul li.active, .sprocket-headlines .sprocket-quotes-pagination ul li.active, .sprocket-quotes-nav .sprocket-quotes-pagination ul li.active, .sprocket-lists-nav .sprocket-quotes-pagination ul li.active, .sprocket-lists-modern-nav .sprocket-quotes-pagination ul li.active, .sprocket-lists-portrait-nav .sprocket-quotes-pagination ul li.active, .sprocket-strips-nav .sprocket-lists-pagination ul li.active, .sprocket-strips-s-nav .sprocket-lists-pagination ul li.active, .sprocket-strips-p-nav .sprocket-lists-pagination ul li.active, .sprocket-strips-c-nav .sprocket-lists-pagination ul li.active, .sprocket-headlines .sprocket-lists-pagination ul li.active, .sprocket-quotes-nav .sprocket-lists-pagination ul li.active, .sprocket-lists-nav .sprocket-lists-pagination ul li.active, .sprocket-lists-modern-nav .sprocket-lists-pagination ul li.active, .sprocket-lists-portrait-nav .sprocket-lists-pagination ul li.active, .sprocket-strips-nav .sprocket-lists-modern-pagination ul li.active, .sprocket-strips-s-nav .sprocket-lists-modern-pagination ul li.active, .sprocket-strips-p-nav .sprocket-lists-modern-pagination ul li.active, .sprocket-strips-c-nav .sprocket-lists-modern-pagination ul li.active, .sprocket-headlines .sprocket-lists-modern-pagination ul li.active, .sprocket-quotes-nav .sprocket-lists-modern-pagination ul li.active, .sprocket-lists-nav .sprocket-lists-modern-pagination ul li.active, .sprocket-lists-modern-nav .sprocket-lists-modern-pagination ul li.active, .sprocket-lists-portrait-nav .sprocket-lists-modern-pagination ul li.active, .sprocket-strips-nav .sprocket-lists-portrait-pagination ul li.active, .sprocket-strips-s-nav .sprocket-lists-portrait-pagination ul li.active, .sprocket-strips-p-nav .sprocket-lists-portrait-pagination ul li.active, .sprocket-strips-c-nav .sprocket-lists-portrait-pagination ul li.active, .sprocket-headlines .sprocket-lists-portrait-pagination ul li.active, .sprocket-quotes-nav .sprocket-lists-portrait-pagination ul li.active, .sprocket-lists-nav .sprocket-lists-portrait-pagination ul li.active, .sprocket-lists-modern-nav .sprocket-lists-portrait-pagination ul li.active, .sprocket-lists-portrait-nav .sprocket-lists-portrait-pagination ul li.active, .sprocket-strips-nav .sprocket-strips-pagination ul li:hover, .sprocket-strips-s-nav .sprocket-strips-pagination ul li:hover, .sprocket-strips-p-nav .sprocket-strips-pagination ul li:hover, .sprocket-strips-c-nav .sprocket-strips-pagination ul li:hover, .sprocket-headlines .sprocket-strips-pagination ul li:hover, .sprocket-quotes-nav .sprocket-strips-pagination ul li:hover, .sprocket-lists-nav .sprocket-strips-pagination ul li:hover, .sprocket-lists-modern-nav .sprocket-strips-pagination ul li:hover, .sprocket-lists-portrait-nav .sprocket-strips-pagination ul li:hover, .sprocket-strips-nav .sprocket-strips-s-pagination ul li:hover, .sprocket-strips-s-nav .sprocket-strips-s-pagination ul li:hover, .sprocket-strips-p-nav .sprocket-strips-s-pagination ul li:hover, .sprocket-strips-c-nav .sprocket-strips-s-pagination ul li:hover, .sprocket-headlines .sprocket-strips-s-pagination ul li:hover, .sprocket-quotes-nav .sprocket-strips-s-pagination ul li:hover, .sprocket-lists-nav .sprocket-strips-s-pagination ul li:hover, .sprocket-lists-modern-nav .sprocket-strips-s-pagination ul li:hover, .sprocket-lists-portrait-nav .sprocket-strips-s-pagination ul li:hover, .sprocket-strips-nav .sprocket-strips-p-pagination ul li:hover, .sprocket-strips-s-nav .sprocket-strips-p-pagination ul li:hover, .sprocket-strips-p-nav .sprocket-strips-p-pagination ul li:hover, .sprocket-strips-c-nav .sprocket-strips-p-pagination ul li:hover, .sprocket-headlines .sprocket-strips-p-pagination ul li:hover, .sprocket-quotes-nav .sprocket-strips-p-pagination ul li:hover, .sprocket-lists-nav .sprocket-strips-p-pagination ul li:hover, .sprocket-lists-modern-nav .sprocket-strips-p-pagination ul li:hover, .sprocket-lists-portrait-nav .sprocket-strips-p-pagination ul li:hover, .sprocket-strips-nav .sprocket-strips-c-pagination ul li:hover, .sprocket-strips-s-nav .sprocket-strips-c-pagination ul li:hover, .sprocket-strips-p-nav .sprocket-strips-c-pagination ul li:hover, .sprocket-strips-c-nav .sprocket-strips-c-pagination ul li:hover, .sprocket-headlines .sprocket-strips-c-pagination ul li:hover, .sprocket-quotes-nav .sprocket-strips-c-pagination ul li:hover, .sprocket-lists-nav .sprocket-strips-c-pagination ul li:hover, .sprocket-lists-modern-nav .sprocket-strips-c-pagination ul li:hover, .sprocket-lists-portrait-nav .sprocket-strips-c-pagination ul li:hover, .sprocket-strips-nav .sprocket-quotes-pagination ul li:hover, .sprocket-strips-s-nav .sprocket-quotes-pagination ul li:hover, .sprocket-strips-p-nav .sprocket-quotes-pagination ul li:hover, .sprocket-strips-c-nav .sprocket-quotes-pagination ul li:hover, .sprocket-headlines .sprocket-quotes-pagination ul li:hover, .sprocket-quotes-nav .sprocket-quotes-pagination ul li:hover, .sprocket-lists-nav .sprocket-quotes-pagination ul li:hover, .sprocket-lists-modern-nav .sprocket-quotes-pagination ul li:hover, .sprocket-lists-portrait-nav .sprocket-quotes-pagination ul li:hover, .sprocket-strips-nav .sprocket-lists-pagination ul li:hover, .sprocket-strips-s-nav .sprocket-lists-pagination ul li:hover, .sprocket-strips-p-nav .sprocket-lists-pagination ul li:hover, .sprocket-strips-c-nav .sprocket-lists-pagination ul li:hover, .sprocket-headlines .sprocket-lists-pagination ul li:hover, .sprocket-quotes-nav .sprocket-lists-pagination ul li:hover, .sprocket-lists-nav .sprocket-lists-pagination ul li:hover, .sprocket-lists-modern-nav .sprocket-lists-pagination ul li:hover, .sprocket-lists-portrait-nav .sprocket-lists-pagination ul li:hover, .sprocket-strips-nav .sprocket-lists-modern-pagination ul li:hover, .sprocket-strips-s-nav .sprocket-lists-modern-pagination ul li:hover, .sprocket-strips-p-nav .sprocket-lists-modern-pagination ul li:hover, .sprocket-strips-c-nav .sprocket-lists-modern-pagination ul li:hover, .sprocket-headlines .sprocket-lists-modern-pagination ul li:hover, .sprocket-quotes-nav .sprocket-lists-modern-pagination ul li:hover, .sprocket-lists-nav .sprocket-lists-modern-pagination ul li:hover, .sprocket-lists-modern-nav .sprocket-lists-modern-pagination ul li:hover, .sprocket-lists-portrait-nav .sprocket-lists-modern-pagination ul li:hover, .sprocket-strips-nav .sprocket-lists-portrait-pagination ul li:hover, .sprocket-strips-s-nav .sprocket-lists-portrait-pagination ul li:hover, .sprocket-strips-p-nav .sprocket-lists-portrait-pagination ul li:hover, .sprocket-strips-c-nav .sprocket-lists-portrait-pagination ul li:hover, .sprocket-headlines .sprocket-lists-portrait-pagination ul li:hover, .sprocket-quotes-nav .sprocket-lists-portrait-pagination ul li:hover, .sprocket-lists-nav .sprocket-lists-portrait-pagination ul li:hover, .sprocket-lists-modern-nav .sprocket-lists-portrait-pagination ul li:hover, .sprocket-lists-portrait-nav .sprocket-lists-portrait-pagination ul li:hover {
  position: relative;
}
/* line 41, templates/g5_helium/custom/scss/sprocket.scss */
.sprocket-strips-nav .sprocket-strips-pagination ul li.active span, .sprocket-strips-s-nav .sprocket-strips-pagination ul li.active span, .sprocket-strips-p-nav .sprocket-strips-pagination ul li.active span, .sprocket-strips-c-nav .sprocket-strips-pagination ul li.active span, .sprocket-headlines .sprocket-strips-pagination ul li.active span, .sprocket-quotes-nav .sprocket-strips-pagination ul li.active span, .sprocket-lists-nav .sprocket-strips-pagination ul li.active span, .sprocket-lists-modern-nav .sprocket-strips-pagination ul li.active span, .sprocket-lists-portrait-nav .sprocket-strips-pagination ul li.active span, .sprocket-strips-nav .sprocket-strips-s-pagination ul li.active span, .sprocket-strips-s-nav .sprocket-strips-s-pagination ul li.active span, .sprocket-strips-p-nav .sprocket-strips-s-pagination ul li.active span, .sprocket-strips-c-nav .sprocket-strips-s-pagination ul li.active span, .sprocket-headlines .sprocket-strips-s-pagination ul li.active span, .sprocket-quotes-nav .sprocket-strips-s-pagination ul li.active span, .sprocket-lists-nav .sprocket-strips-s-pagination ul li.active span, .sprocket-lists-modern-nav .sprocket-strips-s-pagination ul li.active span, .sprocket-lists-portrait-nav .sprocket-strips-s-pagination ul li.active span, .sprocket-strips-nav .sprocket-strips-p-pagination ul li.active span, .sprocket-strips-s-nav .sprocket-strips-p-pagination ul li.active span, .sprocket-strips-p-nav .sprocket-strips-p-pagination ul li.active span, .sprocket-strips-c-nav .sprocket-strips-p-pagination ul li.active span, .sprocket-headlines .sprocket-strips-p-pagination ul li.active span, .sprocket-quotes-nav .sprocket-strips-p-pagination ul li.active span, .sprocket-lists-nav .sprocket-strips-p-pagination ul li.active span, .sprocket-lists-modern-nav .sprocket-strips-p-pagination ul li.active span, .sprocket-lists-portrait-nav .sprocket-strips-p-pagination ul li.active span, .sprocket-strips-nav .sprocket-strips-c-pagination ul li.active span, .sprocket-strips-s-nav .sprocket-strips-c-pagination ul li.active span, .sprocket-strips-p-nav .sprocket-strips-c-pagination ul li.active span, .sprocket-strips-c-nav .sprocket-strips-c-pagination ul li.active span, .sprocket-headlines .sprocket-strips-c-pagination ul li.active span, .sprocket-quotes-nav .sprocket-strips-c-pagination ul li.active span, .sprocket-lists-nav .sprocket-strips-c-pagination ul li.active span, .sprocket-lists-modern-nav .sprocket-strips-c-pagination ul li.active span, .sprocket-lists-portrait-nav .sprocket-strips-c-pagination ul li.active span, .sprocket-strips-nav .sprocket-quotes-pagination ul li.active span, .sprocket-strips-s-nav .sprocket-quotes-pagination ul li.active span, .sprocket-strips-p-nav .sprocket-quotes-pagination ul li.active span, .sprocket-strips-c-nav .sprocket-quotes-pagination ul li.active span, .sprocket-headlines .sprocket-quotes-pagination ul li.active span, .sprocket-quotes-nav .sprocket-quotes-pagination ul li.active span, .sprocket-lists-nav .sprocket-quotes-pagination ul li.active span, .sprocket-lists-modern-nav .sprocket-quotes-pagination ul li.active span, .sprocket-lists-portrait-nav .sprocket-quotes-pagination ul li.active span, .sprocket-strips-nav .sprocket-lists-pagination ul li.active span, .sprocket-strips-s-nav .sprocket-lists-pagination ul li.active span, .sprocket-strips-p-nav .sprocket-lists-pagination ul li.active span, .sprocket-strips-c-nav .sprocket-lists-pagination ul li.active span, .sprocket-headlines .sprocket-lists-pagination ul li.active span, .sprocket-quotes-nav .sprocket-lists-pagination ul li.active span, .sprocket-lists-nav .sprocket-lists-pagination ul li.active span, .sprocket-lists-modern-nav .sprocket-lists-pagination ul li.active span, .sprocket-lists-portrait-nav .sprocket-lists-pagination ul li.active span, .sprocket-strips-nav .sprocket-lists-modern-pagination ul li.active span, .sprocket-strips-s-nav .sprocket-lists-modern-pagination ul li.active span, .sprocket-strips-p-nav .sprocket-lists-modern-pagination ul li.active span, .sprocket-strips-c-nav .sprocket-lists-modern-pagination ul li.active span, .sprocket-headlines .sprocket-lists-modern-pagination ul li.active span, .sprocket-quotes-nav .sprocket-lists-modern-pagination ul li.active span, .sprocket-lists-nav .sprocket-lists-modern-pagination ul li.active span, .sprocket-lists-modern-nav .sprocket-lists-modern-pagination ul li.active span, .sprocket-lists-portrait-nav .sprocket-lists-modern-pagination ul li.active span, .sprocket-strips-nav .sprocket-lists-portrait-pagination ul li.active span, .sprocket-strips-s-nav .sprocket-lists-portrait-pagination ul li.active span, .sprocket-strips-p-nav .sprocket-lists-portrait-pagination ul li.active span, .sprocket-strips-c-nav .sprocket-lists-portrait-pagination ul li.active span, .sprocket-headlines .sprocket-lists-portrait-pagination ul li.active span, .sprocket-quotes-nav .sprocket-lists-portrait-pagination ul li.active span, .sprocket-lists-nav .sprocket-lists-portrait-pagination ul li.active span, .sprocket-lists-modern-nav .sprocket-lists-portrait-pagination ul li.active span, .sprocket-lists-portrait-nav .sprocket-lists-portrait-pagination ul li.active span, .sprocket-strips-nav .sprocket-strips-pagination ul li:hover span, .sprocket-strips-s-nav .sprocket-strips-pagination ul li:hover span, .sprocket-strips-p-nav .sprocket-strips-pagination ul li:hover span, .sprocket-strips-c-nav .sprocket-strips-pagination ul li:hover span, .sprocket-headlines .sprocket-strips-pagination ul li:hover span, .sprocket-quotes-nav .sprocket-strips-pagination ul li:hover span, .sprocket-lists-nav .sprocket-strips-pagination ul li:hover span, .sprocket-lists-modern-nav .sprocket-strips-pagination ul li:hover span, .sprocket-lists-portrait-nav .sprocket-strips-pagination ul li:hover span, .sprocket-strips-nav .sprocket-strips-s-pagination ul li:hover span, .sprocket-strips-s-nav .sprocket-strips-s-pagination ul li:hover span, .sprocket-strips-p-nav .sprocket-strips-s-pagination ul li:hover span, .sprocket-strips-c-nav .sprocket-strips-s-pagination ul li:hover span, .sprocket-headlines .sprocket-strips-s-pagination ul li:hover span, .sprocket-quotes-nav .sprocket-strips-s-pagination ul li:hover span, .sprocket-lists-nav .sprocket-strips-s-pagination ul li:hover span, .sprocket-lists-modern-nav .sprocket-strips-s-pagination ul li:hover span, .sprocket-lists-portrait-nav .sprocket-strips-s-pagination ul li:hover span, .sprocket-strips-nav .sprocket-strips-p-pagination ul li:hover span, .sprocket-strips-s-nav .sprocket-strips-p-pagination ul li:hover span, .sprocket-strips-p-nav .sprocket-strips-p-pagination ul li:hover span, .sprocket-strips-c-nav .sprocket-strips-p-pagination ul li:hover span, .sprocket-headlines .sprocket-strips-p-pagination ul li:hover span, .sprocket-quotes-nav .sprocket-strips-p-pagination ul li:hover span, .sprocket-lists-nav .sprocket-strips-p-pagination ul li:hover span, .sprocket-lists-modern-nav .sprocket-strips-p-pagination ul li:hover span, .sprocket-lists-portrait-nav .sprocket-strips-p-pagination ul li:hover span, .sprocket-strips-nav .sprocket-strips-c-pagination ul li:hover span, .sprocket-strips-s-nav .sprocket-strips-c-pagination ul li:hover span, .sprocket-strips-p-nav .sprocket-strips-c-pagination ul li:hover span, .sprocket-strips-c-nav .sprocket-strips-c-pagination ul li:hover span, .sprocket-headlines .sprocket-strips-c-pagination ul li:hover span, .sprocket-quotes-nav .sprocket-strips-c-pagination ul li:hover span, .sprocket-lists-nav .sprocket-strips-c-pagination ul li:hover span, .sprocket-lists-modern-nav .sprocket-strips-c-pagination ul li:hover span, .sprocket-lists-portrait-nav .sprocket-strips-c-pagination ul li:hover span, .sprocket-strips-nav .sprocket-quotes-pagination ul li:hover span, .sprocket-strips-s-nav .sprocket-quotes-pagination ul li:hover span, .sprocket-strips-p-nav .sprocket-quotes-pagination ul li:hover span, .sprocket-strips-c-nav .sprocket-quotes-pagination ul li:hover span, .sprocket-headlines .sprocket-quotes-pagination ul li:hover span, .sprocket-quotes-nav .sprocket-quotes-pagination ul li:hover span, .sprocket-lists-nav .sprocket-quotes-pagination ul li:hover span, .sprocket-lists-modern-nav .sprocket-quotes-pagination ul li:hover span, .sprocket-lists-portrait-nav .sprocket-quotes-pagination ul li:hover span, .sprocket-strips-nav .sprocket-lists-pagination ul li:hover span, .sprocket-strips-s-nav .sprocket-lists-pagination ul li:hover span, .sprocket-strips-p-nav .sprocket-lists-pagination ul li:hover span, .sprocket-strips-c-nav .sprocket-lists-pagination ul li:hover span, .sprocket-headlines .sprocket-lists-pagination ul li:hover span, .sprocket-quotes-nav .sprocket-lists-pagination ul li:hover span, .sprocket-lists-nav .sprocket-lists-pagination ul li:hover span, .sprocket-lists-modern-nav .sprocket-lists-pagination ul li:hover span, .sprocket-lists-portrait-nav .sprocket-lists-pagination ul li:hover span, .sprocket-strips-nav .sprocket-lists-modern-pagination ul li:hover span, .sprocket-strips-s-nav .sprocket-lists-modern-pagination ul li:hover span, .sprocket-strips-p-nav .sprocket-lists-modern-pagination ul li:hover span, .sprocket-strips-c-nav .sprocket-lists-modern-pagination ul li:hover span, .sprocket-headlines .sprocket-lists-modern-pagination ul li:hover span, .sprocket-quotes-nav .sprocket-lists-modern-pagination ul li:hover span, .sprocket-lists-nav .sprocket-lists-modern-pagination ul li:hover span, .sprocket-lists-modern-nav .sprocket-lists-modern-pagination ul li:hover span, .sprocket-lists-portrait-nav .sprocket-lists-modern-pagination ul li:hover span, .sprocket-strips-nav .sprocket-lists-portrait-pagination ul li:hover span, .sprocket-strips-s-nav .sprocket-lists-portrait-pagination ul li:hover span, .sprocket-strips-p-nav .sprocket-lists-portrait-pagination ul li:hover span, .sprocket-strips-c-nav .sprocket-lists-portrait-pagination ul li:hover span, .sprocket-headlines .sprocket-lists-portrait-pagination ul li:hover span, .sprocket-quotes-nav .sprocket-lists-portrait-pagination ul li:hover span, .sprocket-lists-nav .sprocket-lists-portrait-pagination ul li:hover span, .sprocket-lists-modern-nav .sprocket-lists-portrait-pagination ul li:hover span, .sprocket-lists-portrait-nav .sprocket-lists-portrait-pagination ul li:hover span {
  background-color: #005a96 !important;
  display: block !important;
}
/* line 51, templates/g5_helium/custom/scss/sprocket.scss */
.sprocket-strips-nav .sprocket-strips-arrows, .sprocket-strips-s-nav .sprocket-strips-arrows, .sprocket-strips-p-nav .sprocket-strips-arrows, .sprocket-strips-c-nav .sprocket-strips-arrows, .sprocket-headlines .sprocket-strips-arrows, .sprocket-quotes-nav .sprocket-strips-arrows, .sprocket-lists-nav .sprocket-strips-arrows, .sprocket-lists-modern-nav .sprocket-strips-arrows, .sprocket-lists-portrait-nav .sprocket-strips-arrows, .sprocket-strips-nav .sprocket-strips-s-arrows, .sprocket-strips-s-nav .sprocket-strips-s-arrows, .sprocket-strips-p-nav .sprocket-strips-s-arrows, .sprocket-strips-c-nav .sprocket-strips-s-arrows, .sprocket-headlines .sprocket-strips-s-arrows, .sprocket-quotes-nav .sprocket-strips-s-arrows, .sprocket-lists-nav .sprocket-strips-s-arrows, .sprocket-lists-modern-nav .sprocket-strips-s-arrows, .sprocket-lists-portrait-nav .sprocket-strips-s-arrows, .sprocket-strips-nav .sprocket-strips-p-arrows, .sprocket-strips-s-nav .sprocket-strips-p-arrows, .sprocket-strips-p-nav .sprocket-strips-p-arrows, .sprocket-strips-c-nav .sprocket-strips-p-arrows, .sprocket-headlines .sprocket-strips-p-arrows, .sprocket-quotes-nav .sprocket-strips-p-arrows, .sprocket-lists-nav .sprocket-strips-p-arrows, .sprocket-lists-modern-nav .sprocket-strips-p-arrows, .sprocket-lists-portrait-nav .sprocket-strips-p-arrows, .sprocket-strips-nav .sprocket-strips-c-arrows, .sprocket-strips-s-nav .sprocket-strips-c-arrows, .sprocket-strips-p-nav .sprocket-strips-c-arrows, .sprocket-strips-c-nav .sprocket-strips-c-arrows, .sprocket-headlines .sprocket-strips-c-arrows, .sprocket-quotes-nav .sprocket-strips-c-arrows, .sprocket-lists-nav .sprocket-strips-c-arrows, .sprocket-lists-modern-nav .sprocket-strips-c-arrows, .sprocket-lists-portrait-nav .sprocket-strips-c-arrows, .sprocket-strips-nav .sprocket-headlines-navigation, .sprocket-strips-s-nav .sprocket-headlines-navigation, .sprocket-strips-p-nav .sprocket-headlines-navigation, .sprocket-strips-c-nav .sprocket-headlines-navigation, .sprocket-headlines .sprocket-headlines-navigation, .sprocket-quotes-nav .sprocket-headlines-navigation, .sprocket-lists-nav .sprocket-headlines-navigation, .sprocket-lists-modern-nav .sprocket-headlines-navigation, .sprocket-lists-portrait-nav .sprocket-headlines-navigation, .sprocket-strips-nav .sprocket-quotes-arrows, .sprocket-strips-s-nav .sprocket-quotes-arrows, .sprocket-strips-p-nav .sprocket-quotes-arrows, .sprocket-strips-c-nav .sprocket-quotes-arrows, .sprocket-headlines .sprocket-quotes-arrows, .sprocket-quotes-nav .sprocket-quotes-arrows, .sprocket-lists-nav .sprocket-quotes-arrows, .sprocket-lists-modern-nav .sprocket-quotes-arrows, .sprocket-lists-portrait-nav .sprocket-quotes-arrows, .sprocket-strips-nav .sprocket-lists-arrows, .sprocket-strips-s-nav .sprocket-lists-arrows, .sprocket-strips-p-nav .sprocket-lists-arrows, .sprocket-strips-c-nav .sprocket-lists-arrows, .sprocket-headlines .sprocket-lists-arrows, .sprocket-quotes-nav .sprocket-lists-arrows, .sprocket-lists-nav .sprocket-lists-arrows, .sprocket-lists-modern-nav .sprocket-lists-arrows, .sprocket-lists-portrait-nav .sprocket-lists-arrows, .sprocket-strips-nav .sprocket-lists-modern-arrows, .sprocket-strips-s-nav .sprocket-lists-modern-arrows, .sprocket-strips-p-nav .sprocket-lists-modern-arrows, .sprocket-strips-c-nav .sprocket-lists-modern-arrows, .sprocket-headlines .sprocket-lists-modern-arrows, .sprocket-quotes-nav .sprocket-lists-modern-arrows, .sprocket-lists-nav .sprocket-lists-modern-arrows, .sprocket-lists-modern-nav .sprocket-lists-modern-arrows, .sprocket-lists-portrait-nav .sprocket-lists-modern-arrows, .sprocket-strips-nav .sprocket-lists-portrait-arrows, .sprocket-strips-s-nav .sprocket-lists-portrait-arrows, .sprocket-strips-p-nav .sprocket-lists-portrait-arrows, .sprocket-strips-c-nav .sprocket-lists-portrait-arrows, .sprocket-headlines .sprocket-lists-portrait-arrows, .sprocket-quotes-nav .sprocket-lists-portrait-arrows, .sprocket-lists-nav .sprocket-lists-portrait-arrows, .sprocket-lists-modern-nav .sprocket-lists-portrait-arrows, .sprocket-lists-portrait-nav .sprocket-lists-portrait-arrows {
  position: relative;
  display: block !important;
}
/* line 58, templates/g5_helium/custom/scss/sprocket.scss */
.sprocket-strips-nav .sprocket-strips-arrows .arrow, .sprocket-strips-s-nav .sprocket-strips-arrows .arrow, .sprocket-strips-p-nav .sprocket-strips-arrows .arrow, .sprocket-strips-c-nav .sprocket-strips-arrows .arrow, .sprocket-headlines .sprocket-strips-arrows .arrow, .sprocket-quotes-nav .sprocket-strips-arrows .arrow, .sprocket-lists-nav .sprocket-strips-arrows .arrow, .sprocket-lists-modern-nav .sprocket-strips-arrows .arrow, .sprocket-lists-portrait-nav .sprocket-strips-arrows .arrow, .sprocket-strips-nav .sprocket-strips-s-arrows .arrow, .sprocket-strips-s-nav .sprocket-strips-s-arrows .arrow, .sprocket-strips-p-nav .sprocket-strips-s-arrows .arrow, .sprocket-strips-c-nav .sprocket-strips-s-arrows .arrow, .sprocket-headlines .sprocket-strips-s-arrows .arrow, .sprocket-quotes-nav .sprocket-strips-s-arrows .arrow, .sprocket-lists-nav .sprocket-strips-s-arrows .arrow, .sprocket-lists-modern-nav .sprocket-strips-s-arrows .arrow, .sprocket-lists-portrait-nav .sprocket-strips-s-arrows .arrow, .sprocket-strips-nav .sprocket-strips-p-arrows .arrow, .sprocket-strips-s-nav .sprocket-strips-p-arrows .arrow, .sprocket-strips-p-nav .sprocket-strips-p-arrows .arrow, .sprocket-strips-c-nav .sprocket-strips-p-arrows .arrow, .sprocket-headlines .sprocket-strips-p-arrows .arrow, .sprocket-quotes-nav .sprocket-strips-p-arrows .arrow, .sprocket-lists-nav .sprocket-strips-p-arrows .arrow, .sprocket-lists-modern-nav .sprocket-strips-p-arrows .arrow, .sprocket-lists-portrait-nav .sprocket-strips-p-arrows .arrow, .sprocket-strips-nav .sprocket-strips-c-arrows .arrow, .sprocket-strips-s-nav .sprocket-strips-c-arrows .arrow, .sprocket-strips-p-nav .sprocket-strips-c-arrows .arrow, .sprocket-strips-c-nav .sprocket-strips-c-arrows .arrow, .sprocket-headlines .sprocket-strips-c-arrows .arrow, .sprocket-quotes-nav .sprocket-strips-c-arrows .arrow, .sprocket-lists-nav .sprocket-strips-c-arrows .arrow, .sprocket-lists-modern-nav .sprocket-strips-c-arrows .arrow, .sprocket-lists-portrait-nav .sprocket-strips-c-arrows .arrow, .sprocket-strips-nav .sprocket-headlines-navigation .arrow, .sprocket-strips-s-nav .sprocket-headlines-navigation .arrow, .sprocket-strips-p-nav .sprocket-headlines-navigation .arrow, .sprocket-strips-c-nav .sprocket-headlines-navigation .arrow, .sprocket-headlines .sprocket-headlines-navigation .arrow, .sprocket-quotes-nav .sprocket-headlines-navigation .arrow, .sprocket-lists-nav .sprocket-headlines-navigation .arrow, .sprocket-lists-modern-nav .sprocket-headlines-navigation .arrow, .sprocket-lists-portrait-nav .sprocket-headlines-navigation .arrow, .sprocket-strips-nav .sprocket-quotes-arrows .arrow, .sprocket-strips-s-nav .sprocket-quotes-arrows .arrow, .sprocket-strips-p-nav .sprocket-quotes-arrows .arrow, .sprocket-strips-c-nav .sprocket-quotes-arrows .arrow, .sprocket-headlines .sprocket-quotes-arrows .arrow, .sprocket-quotes-nav .sprocket-quotes-arrows .arrow, .sprocket-lists-nav .sprocket-quotes-arrows .arrow, .sprocket-lists-modern-nav .sprocket-quotes-arrows .arrow, .sprocket-lists-portrait-nav .sprocket-quotes-arrows .arrow, .sprocket-strips-nav .sprocket-lists-arrows .arrow, .sprocket-strips-s-nav .sprocket-lists-arrows .arrow, .sprocket-strips-p-nav .sprocket-lists-arrows .arrow, .sprocket-strips-c-nav .sprocket-lists-arrows .arrow, .sprocket-headlines .sprocket-lists-arrows .arrow, .sprocket-quotes-nav .sprocket-lists-arrows .arrow, .sprocket-lists-nav .sprocket-lists-arrows .arrow, .sprocket-lists-modern-nav .sprocket-lists-arrows .arrow, .sprocket-lists-portrait-nav .sprocket-lists-arrows .arrow, .sprocket-strips-nav .sprocket-lists-modern-arrows .arrow, .sprocket-strips-s-nav .sprocket-lists-modern-arrows .arrow, .sprocket-strips-p-nav .sprocket-lists-modern-arrows .arrow, .sprocket-strips-c-nav .sprocket-lists-modern-arrows .arrow, .sprocket-headlines .sprocket-lists-modern-arrows .arrow, .sprocket-quotes-nav .sprocket-lists-modern-arrows .arrow, .sprocket-lists-nav .sprocket-lists-modern-arrows .arrow, .sprocket-lists-modern-nav .sprocket-lists-modern-arrows .arrow, .sprocket-lists-portrait-nav .sprocket-lists-modern-arrows .arrow, .sprocket-strips-nav .sprocket-lists-portrait-arrows .arrow, .sprocket-strips-s-nav .sprocket-lists-portrait-arrows .arrow, .sprocket-strips-p-nav .sprocket-lists-portrait-arrows .arrow, .sprocket-strips-c-nav .sprocket-lists-portrait-arrows .arrow, .sprocket-headlines .sprocket-lists-portrait-arrows .arrow, .sprocket-quotes-nav .sprocket-lists-portrait-arrows .arrow, .sprocket-lists-nav .sprocket-lists-portrait-arrows .arrow, .sprocket-lists-modern-nav .sprocket-lists-portrait-arrows .arrow, .sprocket-lists-portrait-nav .sprocket-lists-portrait-arrows .arrow {
  display: inline-block;
  border-radius: 3px;
  cursor: pointer;
  box-shadow: none;
  background: none;
  margin-right: 2px;
  text-align: center;
  font-size: 1.3rem !important;
  color: #efac06;
  height: 42px;
  width: 42px;
  background-position: 50% 50% !important;
  background-repeat: no-repeat !important;
  background-color: #005a96 !important;
  position: relative !important;
}
/* line 74, templates/g5_helium/custom/scss/sprocket.scss */
.sprocket-strips-nav .sprocket-strips-arrows .arrow i, .sprocket-strips-s-nav .sprocket-strips-arrows .arrow i, .sprocket-strips-p-nav .sprocket-strips-arrows .arrow i, .sprocket-strips-c-nav .sprocket-strips-arrows .arrow i, .sprocket-headlines .sprocket-strips-arrows .arrow i, .sprocket-quotes-nav .sprocket-strips-arrows .arrow i, .sprocket-lists-nav .sprocket-strips-arrows .arrow i, .sprocket-lists-modern-nav .sprocket-strips-arrows .arrow i, .sprocket-lists-portrait-nav .sprocket-strips-arrows .arrow i, .sprocket-strips-nav .sprocket-strips-s-arrows .arrow i, .sprocket-strips-s-nav .sprocket-strips-s-arrows .arrow i, .sprocket-strips-p-nav .sprocket-strips-s-arrows .arrow i, .sprocket-strips-c-nav .sprocket-strips-s-arrows .arrow i, .sprocket-headlines .sprocket-strips-s-arrows .arrow i, .sprocket-quotes-nav .sprocket-strips-s-arrows .arrow i, .sprocket-lists-nav .sprocket-strips-s-arrows .arrow i, .sprocket-lists-modern-nav .sprocket-strips-s-arrows .arrow i, .sprocket-lists-portrait-nav .sprocket-strips-s-arrows .arrow i, .sprocket-strips-nav .sprocket-strips-p-arrows .arrow i, .sprocket-strips-s-nav .sprocket-strips-p-arrows .arrow i, .sprocket-strips-p-nav .sprocket-strips-p-arrows .arrow i, .sprocket-strips-c-nav .sprocket-strips-p-arrows .arrow i, .sprocket-headlines .sprocket-strips-p-arrows .arrow i, .sprocket-quotes-nav .sprocket-strips-p-arrows .arrow i, .sprocket-lists-nav .sprocket-strips-p-arrows .arrow i, .sprocket-lists-modern-nav .sprocket-strips-p-arrows .arrow i, .sprocket-lists-portrait-nav .sprocket-strips-p-arrows .arrow i, .sprocket-strips-nav .sprocket-strips-c-arrows .arrow i, .sprocket-strips-s-nav .sprocket-strips-c-arrows .arrow i, .sprocket-strips-p-nav .sprocket-strips-c-arrows .arrow i, .sprocket-strips-c-nav .sprocket-strips-c-arrows .arrow i, .sprocket-headlines .sprocket-strips-c-arrows .arrow i, .sprocket-quotes-nav .sprocket-strips-c-arrows .arrow i, .sprocket-lists-nav .sprocket-strips-c-arrows .arrow i, .sprocket-lists-modern-nav .sprocket-strips-c-arrows .arrow i, .sprocket-lists-portrait-nav .sprocket-strips-c-arrows .arrow i, .sprocket-strips-nav .sprocket-headlines-navigation .arrow i, .sprocket-strips-s-nav .sprocket-headlines-navigation .arrow i, .sprocket-strips-p-nav .sprocket-headlines-navigation .arrow i, .sprocket-strips-c-nav .sprocket-headlines-navigation .arrow i, .sprocket-headlines .sprocket-headlines-navigation .arrow i, .sprocket-quotes-nav .sprocket-headlines-navigation .arrow i, .sprocket-lists-nav .sprocket-headlines-navigation .arrow i, .sprocket-lists-modern-nav .sprocket-headlines-navigation .arrow i, .sprocket-lists-portrait-nav .sprocket-headlines-navigation .arrow i, .sprocket-strips-nav .sprocket-quotes-arrows .arrow i, .sprocket-strips-s-nav .sprocket-quotes-arrows .arrow i, .sprocket-strips-p-nav .sprocket-quotes-arrows .arrow i, .sprocket-strips-c-nav .sprocket-quotes-arrows .arrow i, .sprocket-headlines .sprocket-quotes-arrows .arrow i, .sprocket-quotes-nav .sprocket-quotes-arrows .arrow i, .sprocket-lists-nav .sprocket-quotes-arrows .arrow i, .sprocket-lists-modern-nav .sprocket-quotes-arrows .arrow i, .sprocket-lists-portrait-nav .sprocket-quotes-arrows .arrow i, .sprocket-strips-nav .sprocket-lists-arrows .arrow i, .sprocket-strips-s-nav .sprocket-lists-arrows .arrow i, .sprocket-strips-p-nav .sprocket-lists-arrows .arrow i, .sprocket-strips-c-nav .sprocket-lists-arrows .arrow i, .sprocket-headlines .sprocket-lists-arrows .arrow i, .sprocket-quotes-nav .sprocket-lists-arrows .arrow i, .sprocket-lists-nav .sprocket-lists-arrows .arrow i, .sprocket-lists-modern-nav .sprocket-lists-arrows .arrow i, .sprocket-lists-portrait-nav .sprocket-lists-arrows .arrow i, .sprocket-strips-nav .sprocket-lists-modern-arrows .arrow i, .sprocket-strips-s-nav .sprocket-lists-modern-arrows .arrow i, .sprocket-strips-p-nav .sprocket-lists-modern-arrows .arrow i, .sprocket-strips-c-nav .sprocket-lists-modern-arrows .arrow i, .sprocket-headlines .sprocket-lists-modern-arrows .arrow i, .sprocket-quotes-nav .sprocket-lists-modern-arrows .arrow i, .sprocket-lists-nav .sprocket-lists-modern-arrows .arrow i, .sprocket-lists-modern-nav .sprocket-lists-modern-arrows .arrow i, .sprocket-lists-portrait-nav .sprocket-lists-modern-arrows .arrow i, .sprocket-strips-nav .sprocket-lists-portrait-arrows .arrow i, .sprocket-strips-s-nav .sprocket-lists-portrait-arrows .arrow i, .sprocket-strips-p-nav .sprocket-lists-portrait-arrows .arrow i, .sprocket-strips-c-nav .sprocket-lists-portrait-arrows .arrow i, .sprocket-headlines .sprocket-lists-portrait-arrows .arrow i, .sprocket-quotes-nav .sprocket-lists-portrait-arrows .arrow i, .sprocket-lists-nav .sprocket-lists-portrait-arrows .arrow i, .sprocket-lists-modern-nav .sprocket-lists-portrait-arrows .arrow i, .sprocket-lists-portrait-nav .sprocket-lists-portrait-arrows .arrow i {
  display: none;
}
/* line 77, templates/g5_helium/custom/scss/sprocket.scss */
.sprocket-strips-nav .sprocket-strips-arrows .arrow:before, .sprocket-strips-s-nav .sprocket-strips-arrows .arrow:before, .sprocket-strips-p-nav .sprocket-strips-arrows .arrow:before, .sprocket-strips-c-nav .sprocket-strips-arrows .arrow:before, .sprocket-headlines .sprocket-strips-arrows .arrow:before, .sprocket-quotes-nav .sprocket-strips-arrows .arrow:before, .sprocket-lists-nav .sprocket-strips-arrows .arrow:before, .sprocket-lists-modern-nav .sprocket-strips-arrows .arrow:before, .sprocket-lists-portrait-nav .sprocket-strips-arrows .arrow:before, .sprocket-strips-nav .sprocket-strips-s-arrows .arrow:before, .sprocket-strips-s-nav .sprocket-strips-s-arrows .arrow:before, .sprocket-strips-p-nav .sprocket-strips-s-arrows .arrow:before, .sprocket-strips-c-nav .sprocket-strips-s-arrows .arrow:before, .sprocket-headlines .sprocket-strips-s-arrows .arrow:before, .sprocket-quotes-nav .sprocket-strips-s-arrows .arrow:before, .sprocket-lists-nav .sprocket-strips-s-arrows .arrow:before, .sprocket-lists-modern-nav .sprocket-strips-s-arrows .arrow:before, .sprocket-lists-portrait-nav .sprocket-strips-s-arrows .arrow:before, .sprocket-strips-nav .sprocket-strips-p-arrows .arrow:before, .sprocket-strips-s-nav .sprocket-strips-p-arrows .arrow:before, .sprocket-strips-p-nav .sprocket-strips-p-arrows .arrow:before, .sprocket-strips-c-nav .sprocket-strips-p-arrows .arrow:before, .sprocket-headlines .sprocket-strips-p-arrows .arrow:before, .sprocket-quotes-nav .sprocket-strips-p-arrows .arrow:before, .sprocket-lists-nav .sprocket-strips-p-arrows .arrow:before, .sprocket-lists-modern-nav .sprocket-strips-p-arrows .arrow:before, .sprocket-lists-portrait-nav .sprocket-strips-p-arrows .arrow:before, .sprocket-strips-nav .sprocket-strips-c-arrows .arrow:before, .sprocket-strips-s-nav .sprocket-strips-c-arrows .arrow:before, .sprocket-strips-p-nav .sprocket-strips-c-arrows .arrow:before, .sprocket-strips-c-nav .sprocket-strips-c-arrows .arrow:before, .sprocket-headlines .sprocket-strips-c-arrows .arrow:before, .sprocket-quotes-nav .sprocket-strips-c-arrows .arrow:before, .sprocket-lists-nav .sprocket-strips-c-arrows .arrow:before, .sprocket-lists-modern-nav .sprocket-strips-c-arrows .arrow:before, .sprocket-lists-portrait-nav .sprocket-strips-c-arrows .arrow:before, .sprocket-strips-nav .sprocket-headlines-navigation .arrow:before, .sprocket-strips-s-nav .sprocket-headlines-navigation .arrow:before, .sprocket-strips-p-nav .sprocket-headlines-navigation .arrow:before, .sprocket-strips-c-nav .sprocket-headlines-navigation .arrow:before, .sprocket-headlines .sprocket-headlines-navigation .arrow:before, .sprocket-quotes-nav .sprocket-headlines-navigation .arrow:before, .sprocket-lists-nav .sprocket-headlines-navigation .arrow:before, .sprocket-lists-modern-nav .sprocket-headlines-navigation .arrow:before, .sprocket-lists-portrait-nav .sprocket-headlines-navigation .arrow:before, .sprocket-strips-nav .sprocket-quotes-arrows .arrow:before, .sprocket-strips-s-nav .sprocket-quotes-arrows .arrow:before, .sprocket-strips-p-nav .sprocket-quotes-arrows .arrow:before, .sprocket-strips-c-nav .sprocket-quotes-arrows .arrow:before, .sprocket-headlines .sprocket-quotes-arrows .arrow:before, .sprocket-quotes-nav .sprocket-quotes-arrows .arrow:before, .sprocket-lists-nav .sprocket-quotes-arrows .arrow:before, .sprocket-lists-modern-nav .sprocket-quotes-arrows .arrow:before, .sprocket-lists-portrait-nav .sprocket-quotes-arrows .arrow:before, .sprocket-strips-nav .sprocket-lists-arrows .arrow:before, .sprocket-strips-s-nav .sprocket-lists-arrows .arrow:before, .sprocket-strips-p-nav .sprocket-lists-arrows .arrow:before, .sprocket-strips-c-nav .sprocket-lists-arrows .arrow:before, .sprocket-headlines .sprocket-lists-arrows .arrow:before, .sprocket-quotes-nav .sprocket-lists-arrows .arrow:before, .sprocket-lists-nav .sprocket-lists-arrows .arrow:before, .sprocket-lists-modern-nav .sprocket-lists-arrows .arrow:before, .sprocket-lists-portrait-nav .sprocket-lists-arrows .arrow:before, .sprocket-strips-nav .sprocket-lists-modern-arrows .arrow:before, .sprocket-strips-s-nav .sprocket-lists-modern-arrows .arrow:before, .sprocket-strips-p-nav .sprocket-lists-modern-arrows .arrow:before, .sprocket-strips-c-nav .sprocket-lists-modern-arrows .arrow:before, .sprocket-headlines .sprocket-lists-modern-arrows .arrow:before, .sprocket-quotes-nav .sprocket-lists-modern-arrows .arrow:before, .sprocket-lists-nav .sprocket-lists-modern-arrows .arrow:before, .sprocket-lists-modern-nav .sprocket-lists-modern-arrows .arrow:before, .sprocket-lists-portrait-nav .sprocket-lists-modern-arrows .arrow:before, .sprocket-strips-nav .sprocket-lists-portrait-arrows .arrow:before, .sprocket-strips-s-nav .sprocket-lists-portrait-arrows .arrow:before, .sprocket-strips-p-nav .sprocket-lists-portrait-arrows .arrow:before, .sprocket-strips-c-nav .sprocket-lists-portrait-arrows .arrow:before, .sprocket-headlines .sprocket-lists-portrait-arrows .arrow:before, .sprocket-quotes-nav .sprocket-lists-portrait-arrows .arrow:before, .sprocket-lists-nav .sprocket-lists-portrait-arrows .arrow:before, .sprocket-lists-modern-nav .sprocket-lists-portrait-arrows .arrow:before, .sprocket-lists-portrait-nav .sprocket-lists-portrait-arrows .arrow:before {
  display: none !important;
}
/* line 80, templates/g5_helium/custom/scss/sprocket.scss */
.sprocket-strips-nav .sprocket-strips-arrows .arrow.next, .sprocket-strips-s-nav .sprocket-strips-arrows .arrow.next, .sprocket-strips-p-nav .sprocket-strips-arrows .arrow.next, .sprocket-strips-c-nav .sprocket-strips-arrows .arrow.next, .sprocket-headlines .sprocket-strips-arrows .arrow.next, .sprocket-quotes-nav .sprocket-strips-arrows .arrow.next, .sprocket-lists-nav .sprocket-strips-arrows .arrow.next, .sprocket-lists-modern-nav .sprocket-strips-arrows .arrow.next, .sprocket-lists-portrait-nav .sprocket-strips-arrows .arrow.next, .sprocket-strips-nav .sprocket-strips-s-arrows .arrow.next, .sprocket-strips-s-nav .sprocket-strips-s-arrows .arrow.next, .sprocket-strips-p-nav .sprocket-strips-s-arrows .arrow.next, .sprocket-strips-c-nav .sprocket-strips-s-arrows .arrow.next, .sprocket-headlines .sprocket-strips-s-arrows .arrow.next, .sprocket-quotes-nav .sprocket-strips-s-arrows .arrow.next, .sprocket-lists-nav .sprocket-strips-s-arrows .arrow.next, .sprocket-lists-modern-nav .sprocket-strips-s-arrows .arrow.next, .sprocket-lists-portrait-nav .sprocket-strips-s-arrows .arrow.next, .sprocket-strips-nav .sprocket-strips-p-arrows .arrow.next, .sprocket-strips-s-nav .sprocket-strips-p-arrows .arrow.next, .sprocket-strips-p-nav .sprocket-strips-p-arrows .arrow.next, .sprocket-strips-c-nav .sprocket-strips-p-arrows .arrow.next, .sprocket-headlines .sprocket-strips-p-arrows .arrow.next, .sprocket-quotes-nav .sprocket-strips-p-arrows .arrow.next, .sprocket-lists-nav .sprocket-strips-p-arrows .arrow.next, .sprocket-lists-modern-nav .sprocket-strips-p-arrows .arrow.next, .sprocket-lists-portrait-nav .sprocket-strips-p-arrows .arrow.next, .sprocket-strips-nav .sprocket-strips-c-arrows .arrow.next, .sprocket-strips-s-nav .sprocket-strips-c-arrows .arrow.next, .sprocket-strips-p-nav .sprocket-strips-c-arrows .arrow.next, .sprocket-strips-c-nav .sprocket-strips-c-arrows .arrow.next, .sprocket-headlines .sprocket-strips-c-arrows .arrow.next, .sprocket-quotes-nav .sprocket-strips-c-arrows .arrow.next, .sprocket-lists-nav .sprocket-strips-c-arrows .arrow.next, .sprocket-lists-modern-nav .sprocket-strips-c-arrows .arrow.next, .sprocket-lists-portrait-nav .sprocket-strips-c-arrows .arrow.next, .sprocket-strips-nav .sprocket-headlines-navigation .arrow.next, .sprocket-strips-s-nav .sprocket-headlines-navigation .arrow.next, .sprocket-strips-p-nav .sprocket-headlines-navigation .arrow.next, .sprocket-strips-c-nav .sprocket-headlines-navigation .arrow.next, .sprocket-headlines .sprocket-headlines-navigation .arrow.next, .sprocket-quotes-nav .sprocket-headlines-navigation .arrow.next, .sprocket-lists-nav .sprocket-headlines-navigation .arrow.next, .sprocket-lists-modern-nav .sprocket-headlines-navigation .arrow.next, .sprocket-lists-portrait-nav .sprocket-headlines-navigation .arrow.next, .sprocket-strips-nav .sprocket-quotes-arrows .arrow.next, .sprocket-strips-s-nav .sprocket-quotes-arrows .arrow.next, .sprocket-strips-p-nav .sprocket-quotes-arrows .arrow.next, .sprocket-strips-c-nav .sprocket-quotes-arrows .arrow.next, .sprocket-headlines .sprocket-quotes-arrows .arrow.next, .sprocket-quotes-nav .sprocket-quotes-arrows .arrow.next, .sprocket-lists-nav .sprocket-quotes-arrows .arrow.next, .sprocket-lists-modern-nav .sprocket-quotes-arrows .arrow.next, .sprocket-lists-portrait-nav .sprocket-quotes-arrows .arrow.next, .sprocket-strips-nav .sprocket-lists-arrows .arrow.next, .sprocket-strips-s-nav .sprocket-lists-arrows .arrow.next, .sprocket-strips-p-nav .sprocket-lists-arrows .arrow.next, .sprocket-strips-c-nav .sprocket-lists-arrows .arrow.next, .sprocket-headlines .sprocket-lists-arrows .arrow.next, .sprocket-quotes-nav .sprocket-lists-arrows .arrow.next, .sprocket-lists-nav .sprocket-lists-arrows .arrow.next, .sprocket-lists-modern-nav .sprocket-lists-arrows .arrow.next, .sprocket-lists-portrait-nav .sprocket-lists-arrows .arrow.next, .sprocket-strips-nav .sprocket-lists-modern-arrows .arrow.next, .sprocket-strips-s-nav .sprocket-lists-modern-arrows .arrow.next, .sprocket-strips-p-nav .sprocket-lists-modern-arrows .arrow.next, .sprocket-strips-c-nav .sprocket-lists-modern-arrows .arrow.next, .sprocket-headlines .sprocket-lists-modern-arrows .arrow.next, .sprocket-quotes-nav .sprocket-lists-modern-arrows .arrow.next, .sprocket-lists-nav .sprocket-lists-modern-arrows .arrow.next, .sprocket-lists-modern-nav .sprocket-lists-modern-arrows .arrow.next, .sprocket-lists-portrait-nav .sprocket-lists-modern-arrows .arrow.next, .sprocket-strips-nav .sprocket-lists-portrait-arrows .arrow.next, .sprocket-strips-s-nav .sprocket-lists-portrait-arrows .arrow.next, .sprocket-strips-p-nav .sprocket-lists-portrait-arrows .arrow.next, .sprocket-strips-c-nav .sprocket-lists-portrait-arrows .arrow.next, .sprocket-headlines .sprocket-lists-portrait-arrows .arrow.next, .sprocket-quotes-nav .sprocket-lists-portrait-arrows .arrow.next, .sprocket-lists-nav .sprocket-lists-portrait-arrows .arrow.next, .sprocket-lists-modern-nav .sprocket-lists-portrait-arrows .arrow.next, .sprocket-lists-portrait-nav .sprocket-lists-portrait-arrows .arrow.next {
  right: 0;
  top: 0px;
  background-image: url('../images/arrow-b-r.svg') !important;
}
/* line 87, templates/g5_helium/custom/scss/sprocket.scss */
.sprocket-strips-nav .sprocket-strips-arrows .arrow.prev, .sprocket-strips-s-nav .sprocket-strips-arrows .arrow.prev, .sprocket-strips-p-nav .sprocket-strips-arrows .arrow.prev, .sprocket-strips-c-nav .sprocket-strips-arrows .arrow.prev, .sprocket-headlines .sprocket-strips-arrows .arrow.prev, .sprocket-quotes-nav .sprocket-strips-arrows .arrow.prev, .sprocket-lists-nav .sprocket-strips-arrows .arrow.prev, .sprocket-lists-modern-nav .sprocket-strips-arrows .arrow.prev, .sprocket-lists-portrait-nav .sprocket-strips-arrows .arrow.prev, .sprocket-strips-nav .sprocket-strips-s-arrows .arrow.prev, .sprocket-strips-s-nav .sprocket-strips-s-arrows .arrow.prev, .sprocket-strips-p-nav .sprocket-strips-s-arrows .arrow.prev, .sprocket-strips-c-nav .sprocket-strips-s-arrows .arrow.prev, .sprocket-headlines .sprocket-strips-s-arrows .arrow.prev, .sprocket-quotes-nav .sprocket-strips-s-arrows .arrow.prev, .sprocket-lists-nav .sprocket-strips-s-arrows .arrow.prev, .sprocket-lists-modern-nav .sprocket-strips-s-arrows .arrow.prev, .sprocket-lists-portrait-nav .sprocket-strips-s-arrows .arrow.prev, .sprocket-strips-nav .sprocket-strips-p-arrows .arrow.prev, .sprocket-strips-s-nav .sprocket-strips-p-arrows .arrow.prev, .sprocket-strips-p-nav .sprocket-strips-p-arrows .arrow.prev, .sprocket-strips-c-nav .sprocket-strips-p-arrows .arrow.prev, .sprocket-headlines .sprocket-strips-p-arrows .arrow.prev, .sprocket-quotes-nav .sprocket-strips-p-arrows .arrow.prev, .sprocket-lists-nav .sprocket-strips-p-arrows .arrow.prev, .sprocket-lists-modern-nav .sprocket-strips-p-arrows .arrow.prev, .sprocket-lists-portrait-nav .sprocket-strips-p-arrows .arrow.prev, .sprocket-strips-nav .sprocket-strips-c-arrows .arrow.prev, .sprocket-strips-s-nav .sprocket-strips-c-arrows .arrow.prev, .sprocket-strips-p-nav .sprocket-strips-c-arrows .arrow.prev, .sprocket-strips-c-nav .sprocket-strips-c-arrows .arrow.prev, .sprocket-headlines .sprocket-strips-c-arrows .arrow.prev, .sprocket-quotes-nav .sprocket-strips-c-arrows .arrow.prev, .sprocket-lists-nav .sprocket-strips-c-arrows .arrow.prev, .sprocket-lists-modern-nav .sprocket-strips-c-arrows .arrow.prev, .sprocket-lists-portrait-nav .sprocket-strips-c-arrows .arrow.prev, .sprocket-strips-nav .sprocket-headlines-navigation .arrow.prev, .sprocket-strips-s-nav .sprocket-headlines-navigation .arrow.prev, .sprocket-strips-p-nav .sprocket-headlines-navigation .arrow.prev, .sprocket-strips-c-nav .sprocket-headlines-navigation .arrow.prev, .sprocket-headlines .sprocket-headlines-navigation .arrow.prev, .sprocket-quotes-nav .sprocket-headlines-navigation .arrow.prev, .sprocket-lists-nav .sprocket-headlines-navigation .arrow.prev, .sprocket-lists-modern-nav .sprocket-headlines-navigation .arrow.prev, .sprocket-lists-portrait-nav .sprocket-headlines-navigation .arrow.prev, .sprocket-strips-nav .sprocket-quotes-arrows .arrow.prev, .sprocket-strips-s-nav .sprocket-quotes-arrows .arrow.prev, .sprocket-strips-p-nav .sprocket-quotes-arrows .arrow.prev, .sprocket-strips-c-nav .sprocket-quotes-arrows .arrow.prev, .sprocket-headlines .sprocket-quotes-arrows .arrow.prev, .sprocket-quotes-nav .sprocket-quotes-arrows .arrow.prev, .sprocket-lists-nav .sprocket-quotes-arrows .arrow.prev, .sprocket-lists-modern-nav .sprocket-quotes-arrows .arrow.prev, .sprocket-lists-portrait-nav .sprocket-quotes-arrows .arrow.prev, .sprocket-strips-nav .sprocket-lists-arrows .arrow.prev, .sprocket-strips-s-nav .sprocket-lists-arrows .arrow.prev, .sprocket-strips-p-nav .sprocket-lists-arrows .arrow.prev, .sprocket-strips-c-nav .sprocket-lists-arrows .arrow.prev, .sprocket-headlines .sprocket-lists-arrows .arrow.prev, .sprocket-quotes-nav .sprocket-lists-arrows .arrow.prev, .sprocket-lists-nav .sprocket-lists-arrows .arrow.prev, .sprocket-lists-modern-nav .sprocket-lists-arrows .arrow.prev, .sprocket-lists-portrait-nav .sprocket-lists-arrows .arrow.prev, .sprocket-strips-nav .sprocket-lists-modern-arrows .arrow.prev, .sprocket-strips-s-nav .sprocket-lists-modern-arrows .arrow.prev, .sprocket-strips-p-nav .sprocket-lists-modern-arrows .arrow.prev, .sprocket-strips-c-nav .sprocket-lists-modern-arrows .arrow.prev, .sprocket-headlines .sprocket-lists-modern-arrows .arrow.prev, .sprocket-quotes-nav .sprocket-lists-modern-arrows .arrow.prev, .sprocket-lists-nav .sprocket-lists-modern-arrows .arrow.prev, .sprocket-lists-modern-nav .sprocket-lists-modern-arrows .arrow.prev, .sprocket-lists-portrait-nav .sprocket-lists-modern-arrows .arrow.prev, .sprocket-strips-nav .sprocket-lists-portrait-arrows .arrow.prev, .sprocket-strips-s-nav .sprocket-lists-portrait-arrows .arrow.prev, .sprocket-strips-p-nav .sprocket-lists-portrait-arrows .arrow.prev, .sprocket-strips-c-nav .sprocket-lists-portrait-arrows .arrow.prev, .sprocket-headlines .sprocket-lists-portrait-arrows .arrow.prev, .sprocket-quotes-nav .sprocket-lists-portrait-arrows .arrow.prev, .sprocket-lists-nav .sprocket-lists-portrait-arrows .arrow.prev, .sprocket-lists-modern-nav .sprocket-lists-portrait-arrows .arrow.prev, .sprocket-lists-portrait-nav .sprocket-lists-portrait-arrows .arrow.prev {
  left: 0;
  top: 0px;
  background-image: url('../images/arrow-b-l.svg') !important;
}
/* line 92, templates/g5_helium/custom/scss/sprocket.scss */
/* line 93, templates/g5_helium/custom/scss/sprocket.scss */
.sprocket-strips-nav .sprocket-strips-arrows .arrow:hover:before, .sprocket-strips-s-nav .sprocket-strips-arrows .arrow:hover:before, .sprocket-strips-p-nav .sprocket-strips-arrows .arrow:hover:before, .sprocket-strips-c-nav .sprocket-strips-arrows .arrow:hover:before, .sprocket-headlines .sprocket-strips-arrows .arrow:hover:before, .sprocket-quotes-nav .sprocket-strips-arrows .arrow:hover:before, .sprocket-lists-nav .sprocket-strips-arrows .arrow:hover:before, .sprocket-lists-modern-nav .sprocket-strips-arrows .arrow:hover:before, .sprocket-lists-portrait-nav .sprocket-strips-arrows .arrow:hover:before, .sprocket-strips-nav .sprocket-strips-s-arrows .arrow:hover:before, .sprocket-strips-s-nav .sprocket-strips-s-arrows .arrow:hover:before, .sprocket-strips-p-nav .sprocket-strips-s-arrows .arrow:hover:before, .sprocket-strips-c-nav .sprocket-strips-s-arrows .arrow:hover:before, .sprocket-headlines .sprocket-strips-s-arrows .arrow:hover:before, .sprocket-quotes-nav .sprocket-strips-s-arrows .arrow:hover:before, .sprocket-lists-nav .sprocket-strips-s-arrows .arrow:hover:before, .sprocket-lists-modern-nav .sprocket-strips-s-arrows .arrow:hover:before, .sprocket-lists-portrait-nav .sprocket-strips-s-arrows .arrow:hover:before, .sprocket-strips-nav .sprocket-strips-p-arrows .arrow:hover:before, .sprocket-strips-s-nav .sprocket-strips-p-arrows .arrow:hover:before, .sprocket-strips-p-nav .sprocket-strips-p-arrows .arrow:hover:before, .sprocket-strips-c-nav .sprocket-strips-p-arrows .arrow:hover:before, .sprocket-headlines .sprocket-strips-p-arrows .arrow:hover:before, .sprocket-quotes-nav .sprocket-strips-p-arrows .arrow:hover:before, .sprocket-lists-nav .sprocket-strips-p-arrows .arrow:hover:before, .sprocket-lists-modern-nav .sprocket-strips-p-arrows .arrow:hover:before, .sprocket-lists-portrait-nav .sprocket-strips-p-arrows .arrow:hover:before, .sprocket-strips-nav .sprocket-strips-c-arrows .arrow:hover:before, .sprocket-strips-s-nav .sprocket-strips-c-arrows .arrow:hover:before, .sprocket-strips-p-nav .sprocket-strips-c-arrows .arrow:hover:before, .sprocket-strips-c-nav .sprocket-strips-c-arrows .arrow:hover:before, .sprocket-headlines .sprocket-strips-c-arrows .arrow:hover:before, .sprocket-quotes-nav .sprocket-strips-c-arrows .arrow:hover:before, .sprocket-lists-nav .sprocket-strips-c-arrows .arrow:hover:before, .sprocket-lists-modern-nav .sprocket-strips-c-arrows .arrow:hover:before, .sprocket-lists-portrait-nav .sprocket-strips-c-arrows .arrow:hover:before, .sprocket-strips-nav .sprocket-headlines-navigation .arrow:hover:before, .sprocket-strips-s-nav .sprocket-headlines-navigation .arrow:hover:before, .sprocket-strips-p-nav .sprocket-headlines-navigation .arrow:hover:before, .sprocket-strips-c-nav .sprocket-headlines-navigation .arrow:hover:before, .sprocket-headlines .sprocket-headlines-navigation .arrow:hover:before, .sprocket-quotes-nav .sprocket-headlines-navigation .arrow:hover:before, .sprocket-lists-nav .sprocket-headlines-navigation .arrow:hover:before, .sprocket-lists-modern-nav .sprocket-headlines-navigation .arrow:hover:before, .sprocket-lists-portrait-nav .sprocket-headlines-navigation .arrow:hover:before, .sprocket-strips-nav .sprocket-quotes-arrows .arrow:hover:before, .sprocket-strips-s-nav .sprocket-quotes-arrows .arrow:hover:before, .sprocket-strips-p-nav .sprocket-quotes-arrows .arrow:hover:before, .sprocket-strips-c-nav .sprocket-quotes-arrows .arrow:hover:before, .sprocket-headlines .sprocket-quotes-arrows .arrow:hover:before, .sprocket-quotes-nav .sprocket-quotes-arrows .arrow:hover:before, .sprocket-lists-nav .sprocket-quotes-arrows .arrow:hover:before, .sprocket-lists-modern-nav .sprocket-quotes-arrows .arrow:hover:before, .sprocket-lists-portrait-nav .sprocket-quotes-arrows .arrow:hover:before, .sprocket-strips-nav .sprocket-lists-arrows .arrow:hover:before, .sprocket-strips-s-nav .sprocket-lists-arrows .arrow:hover:before, .sprocket-strips-p-nav .sprocket-lists-arrows .arrow:hover:before, .sprocket-strips-c-nav .sprocket-lists-arrows .arrow:hover:before, .sprocket-headlines .sprocket-lists-arrows .arrow:hover:before, .sprocket-quotes-nav .sprocket-lists-arrows .arrow:hover:before, .sprocket-lists-nav .sprocket-lists-arrows .arrow:hover:before, .sprocket-lists-modern-nav .sprocket-lists-arrows .arrow:hover:before, .sprocket-lists-portrait-nav .sprocket-lists-arrows .arrow:hover:before, .sprocket-strips-nav .sprocket-lists-modern-arrows .arrow:hover:before, .sprocket-strips-s-nav .sprocket-lists-modern-arrows .arrow:hover:before, .sprocket-strips-p-nav .sprocket-lists-modern-arrows .arrow:hover:before, .sprocket-strips-c-nav .sprocket-lists-modern-arrows .arrow:hover:before, .sprocket-headlines .sprocket-lists-modern-arrows .arrow:hover:before, .sprocket-quotes-nav .sprocket-lists-modern-arrows .arrow:hover:before, .sprocket-lists-nav .sprocket-lists-modern-arrows .arrow:hover:before, .sprocket-lists-modern-nav .sprocket-lists-modern-arrows .arrow:hover:before, .sprocket-lists-portrait-nav .sprocket-lists-modern-arrows .arrow:hover:before, .sprocket-strips-nav .sprocket-lists-portrait-arrows .arrow:hover:before, .sprocket-strips-s-nav .sprocket-lists-portrait-arrows .arrow:hover:before, .sprocket-strips-p-nav .sprocket-lists-portrait-arrows .arrow:hover:before, .sprocket-strips-c-nav .sprocket-lists-portrait-arrows .arrow:hover:before, .sprocket-headlines .sprocket-lists-portrait-arrows .arrow:hover:before, .sprocket-quotes-nav .sprocket-lists-portrait-arrows .arrow:hover:before, .sprocket-lists-nav .sprocket-lists-portrait-arrows .arrow:hover:before, .sprocket-lists-modern-nav .sprocket-lists-portrait-arrows .arrow:hover:before, .sprocket-lists-portrait-nav .sprocket-lists-portrait-arrows .arrow:hover:before {
  background-color: #efac06 !important;
}
/* line 99, templates/g5_helium/custom/scss/sprocket.scss */
.sprocket-strips-nav.sup, .sprocket-strips-s-nav.sup, .sprocket-strips-p-nav.sup, .sprocket-strips-c-nav.sup, .sprocket-headlines.sup, .sprocket-quotes-nav.sup, .sprocket-lists-nav.sup, .sprocket-lists-modern-nav.sup, .sprocket-lists-portrait-nav.sup {
  margin-top: -5.9rem;
  padding-bottom: 3rem;
}
/* line 105, templates/g5_helium/custom/scss/sprocket.scss */
.sprocket-strips-overlay, .sprocket-strips-c-overlay, .sprocket-strips-s-overlay, .sprocket-strips-p-overlay, .sprocket-quotes-overlay, .sprocket-mosaic-g-overlay, .sprocket-mosaic-overlay, .sprocket-list-overlay {
  display: none;
  position: absolute;
  margin-top: -66px;
  top: 50%;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: transparent;
  z-index: 5;
}
/* line 118, templates/g5_helium/custom/scss/sprocket.scss */
.sprocket-strips-overlay .css-loader-wrapper, .sprocket-strips-c-overlay .css-loader-wrapper, .sprocket-strips-s-overlay .css-loader-wrapper, .sprocket-strips-p-overlay .css-loader-wrapper, .sprocket-quotes-overlay .css-loader-wrapper, .sprocket-mosaic-g-overlay .css-loader-wrapper, .sprocket-mosaic-overlay .css-loader-wrapper, .sprocket-list-overlay .css-loader-wrapper {
  width: 44px;
  height: 44px;
  margin: 0 auto;
}
/* line 122, templates/g5_helium/custom/scss/sprocket.scss */
.sprocket-strips-overlay .css-loader-wrapper .css-loader, .sprocket-strips-c-overlay .css-loader-wrapper .css-loader, .sprocket-strips-s-overlay .css-loader-wrapper .css-loader, .sprocket-strips-p-overlay .css-loader-wrapper .css-loader, .sprocket-quotes-overlay .css-loader-wrapper .css-loader, .sprocket-mosaic-g-overlay .css-loader-wrapper .css-loader, .sprocket-mosaic-overlay .css-loader-wrapper .css-loader, .sprocket-list-overlay .css-loader-wrapper .css-loader {
  border: none;
  padding: 35px;
  border-radius: 50%;
  background-color: #e5e5e5;
  background-color: rgba(0, 0, 0, 0.7);
  border-radius: 100%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8CAYAAAA6/NlyAAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEgAACxIB0t1+/AAAABx0RVh0U29mdHdhcmUAQWRvYmUgRmlyZXdvcmtzIENTNui8sowAAAY5SURBVGiB7Zo7rBVFGMd/314eAopBMEJIQBQSkRjRgkpDY9TYGG2wIVpATCw0sdGCQm19xM7KWFuZYEEsJBhiAUrEECVIggEElYTwRu69556/xexy5s6Zmd09ewLxyj+ZzD7Ozny/881+81qTxP9Jxe024FbrDvBc1x3gua55qRtm1rlwSQuAZ4DngPXAQ8AGYAI4AxwCPjGz7zpXNlx3+kYsdahomaRtkr6UdF7SlKRpSTNK692RK0zbEecaF7CkRZLelvSnpOuS/pF0Q9KkpF4GVuX9rf8JYEkTkrZLOi7piqSrkq4FwP0aYEnafyuAk+9ww0LXAZ8DTwIGqMwpjynPmwSEx7rY0lQjR2lJzwP7gM04uArQPyY47qR+v2+Sin6/P3JEHQlY0nbgC2AxA0A/QXvoI7mbPqSZFZJGsr31Q5JeBj4sn43BxqB7NcXOALvq6jbXV1ZpYhToVg9I2gx8RD1g7P5Mpuhdub643+9bAFt5e17b5m2piBwOPCStBL4GVpUVFl7lhZeHx/75hPfMX8BBagYeCdjKOCttmyqKYhZIiqtRlJY0AXwGPMDAi30GLSQWsHzv/gLsBr4FbgCHzSzn8ZuqgbXyJwvLcmvVtFvaiYvGfQbeggF0lSs4/gr4wMyON6xnlrzmWgddSJpvZtN1ZdY2aUn3A3uBJZFKi0heAGeBHWZ2sC1kpaAp+69PClqSrldNO8XVJGjtAO7Cec5PipwL+B7Y2gUWwHsnU7DhHzFRNu2ssh6WdC9ucLGkuhypyPfuAWBbk6bVVJLmk4cOA9jloig0qodfYuBdPwiF3u4DJ4Gd44QFkNRjOOr70X/Wn17n5TrgFxgGm0mcv2Vm50eiyhnomvYU6SYdxpEscDJKS1oFbGQQmf2mU00Sqkr2mNkPo0LVycz6kvrAfDLNubKpjO7RNp3rlqpuKCzQTxX4xyORtNMkzns5WKjpl3PAm0gD+8c/mtnvba1vq4iXQ3t8OxcwAvAaBsBh4X4+1ol7jXrM9nKl0K4kVw54NcPAsQoON7F0TOrhxuMpeyrNTxWQA74PF4HDwsKKTuRtHKt6DAKlr7rzm8oBLyTtYV9XM2WMVZJkZhPB5SRcTDngSTJN4zYqBG6lHPA1YGl5nFqiEW7YebGLEU1lZtWcum7JKDn1zAFfYjCGrhRbp1rDLQLGdTf+6DAGHi4izlJuaHma2cPHmeB4BhdENrYyuZsW4zw8wWAFJbaykvRwDvgUw2PnmUh6vCNEGy1lGDaELoDkBCYHfIzhSUIsbZK0uiNIrSQtZAAcg/RTcrknB3yE4Wbsw/fKNAO80ommmVYzgPVTDPhaqpAksJmdA34j7WUffIukDV2JUpJ0D7CCtEd98MncAmHdfHgf6YAVBq/XS8PGqnLFo9pTbtKcL+XKqwPeC1wnH7yq8xXAG5I6bdD5KncWHsV1j2GgioEDXMiVmQU2s8vAN8RXOGL5euBNSYtb0wUqPfsEsJw0YHWt6o7Om1l2W6fJquVuBl6OLfeEnn4YeEfSg20AfUlaBjxF/L1NNWkB5+rKbrTVIulFXCT2l2fDxbzwPe/hpo57mq51Sbobt/CwkuE/Mlwe9nMBp8zsrFdWJ+B5wHvA2gRwrHn3vPw0cBQ3lZwuewAkVc11Ja7bWcpwQPTr8Ov07bgi6Yi/v9QJuCxgGfB+aZRfYWhU6OUwT6XwmdgfGfPwJPCTmU0F9ka5Gm+XmtkF4FPcKCa1A5HajYhtrd4sOkixpdfYeLnyyK8hbE6t9ofN7ARu5z8G1hYUz+jcNkpqAb4AjpnZlTYMrftMMzsg98FZNZysCyapbz/qYOXlsXtHzezvtvaPNEgws/2SLgGv4lZFYpAx6KGiGqSwFU4DP1eBr7XtTYNWTOVW6mu4rwJiWzGxfjqVUpMU/1W5CBwys+TkwLMtztUFuCy4ALYAz+KGgDHg3CJC7F4IfB04Kulk+GlDxq44V1dgr4IFuNHR07hXJdU/5yBDj07i+u/jdUPGiD1xrnEBexUtAh4p0zrce1g3BvfzadyXtqeAP9p0OYEd0etjBw4qnYf7ZHgtsAy317yc2YDncE32Ag70TNMPXmrqjl5PAs9VtRp4zAXdAZ7rugM81/UvFqRNaj0E8YoAAAAASUVORK5CYII=);
}
/* line 134, templates/g5_helium/custom/scss/sprocket.scss */
.sprocket-strips-overlay .css-loader, .sprocket-strips-c-overlay .css-loader, .sprocket-strips-s-overlay .css-loader, .sprocket-strips-p-overlay .css-loader, .sprocket-quotes-overlay .css-loader, .sprocket-mosaic-g-overlay .css-loader, .sprocket-mosaic-overlay .css-loader, .sprocket-list-overlay .css-loader {
  width: 100%;
  height: 100%;
}
/* line 140, templates/g5_helium/custom/scss/sprocket.scss */
/* line 144, templates/g5_helium/custom/scss/sprocket.scss */
/* line 145, templates/g5_helium/custom/scss/sprocket.scss */
.sprocket-strips.loading .sprocket-strips-overlay, .sprocket-strips-c.loading .sprocket-strips-overlay, .sprocket-strips-s.loading .sprocket-strips-overlay, .sprocket-strips-p.loading .sprocket-strips-overlay, .sprocket-quotes.loading .sprocket-strips-overlay, .sprocket-mosaic.loading .sprocket-strips-overlay, .sprocket-lists-modern.loading .sprocket-strips-overlay, .sprocket-strips.loading .sprocket-strips-c-overlay, .sprocket-strips-c.loading .sprocket-strips-c-overlay, .sprocket-strips-s.loading .sprocket-strips-c-overlay, .sprocket-strips-p.loading .sprocket-strips-c-overlay, .sprocket-quotes.loading .sprocket-strips-c-overlay, .sprocket-mosaic.loading .sprocket-strips-c-overlay, .sprocket-lists-modern.loading .sprocket-strips-c-overlay, .sprocket-strips.loading .sprocket-strips-s-overlay, .sprocket-strips-c.loading .sprocket-strips-s-overlay, .sprocket-strips-s.loading .sprocket-strips-s-overlay, .sprocket-strips-p.loading .sprocket-strips-s-overlay, .sprocket-quotes.loading .sprocket-strips-s-overlay, .sprocket-mosaic.loading .sprocket-strips-s-overlay, .sprocket-lists-modern.loading .sprocket-strips-s-overlay, .sprocket-strips.loading .sprocket-strips-p-overlay, .sprocket-strips-c.loading .sprocket-strips-p-overlay, .sprocket-strips-s.loading .sprocket-strips-p-overlay, .sprocket-strips-p.loading .sprocket-strips-p-overlay, .sprocket-quotes.loading .sprocket-strips-p-overlay, .sprocket-mosaic.loading .sprocket-strips-p-overlay, .sprocket-lists-modern.loading .sprocket-strips-p-overlay, .sprocket-strips.loading .sprocket-quotes-overlay, .sprocket-strips-c.loading .sprocket-quotes-overlay, .sprocket-strips-s.loading .sprocket-quotes-overlay, .sprocket-strips-p.loading .sprocket-quotes-overlay, .sprocket-quotes.loading .sprocket-quotes-overlay, .sprocket-mosaic.loading .sprocket-quotes-overlay, .sprocket-lists-modern.loading .sprocket-quotes-overlay, .sprocket-strips.loading .sprocket-mosaic-g-overlay, .sprocket-strips-c.loading .sprocket-mosaic-g-overlay, .sprocket-strips-s.loading .sprocket-mosaic-g-overlay, .sprocket-strips-p.loading .sprocket-mosaic-g-overlay, .sprocket-quotes.loading .sprocket-mosaic-g-overlay, .sprocket-mosaic.loading .sprocket-mosaic-g-overlay, .sprocket-lists-modern.loading .sprocket-mosaic-g-overlay, .sprocket-strips.loading .sprocket-mosaic-overlay, .sprocket-strips-c.loading .sprocket-mosaic-overlay, .sprocket-strips-s.loading .sprocket-mosaic-overlay, .sprocket-strips-p.loading .sprocket-mosaic-overlay, .sprocket-quotes.loading .sprocket-mosaic-overlay, .sprocket-mosaic.loading .sprocket-mosaic-overlay, .sprocket-lists-modern.loading .sprocket-mosaic-overlay, .sprocket-strips.loading .sprocket-list-overlay, .sprocket-strips-c.loading .sprocket-list-overlay, .sprocket-strips-s.loading .sprocket-list-overlay, .sprocket-strips-p.loading .sprocket-list-overlay, .sprocket-quotes.loading .sprocket-list-overlay, .sprocket-mosaic.loading .sprocket-list-overlay, .sprocket-lists-modern.loading .sprocket-list-overlay {
  display: block;
}
/* line 151, templates/g5_helium/custom/scss/sprocket.scss */
.sprocket-strips.loading .css-loader-wrapper, .sprocket-strips-c.loading .css-loader-wrapper, .sprocket-strips-s.loading .css-loader-wrapper, .sprocket-strips-p.loading .css-loader-wrapper, .sprocket-quotes.loading .css-loader-wrapper, .sprocket-mosaic.loading .css-loader-wrapper, .sprocket-lists-modern.loading .css-loader-wrapper {
  width: 85px;
  height: 85px;
  padding: 0px;
  box-shadow: none;
  background: none;
  border-color: transparent;
}
/* line 158, templates/g5_helium/custom/scss/sprocket.scss */
.sprocket-strips.loading .css-loader-wrapper .css-loader, .sprocket-strips-c.loading .css-loader-wrapper .css-loader, .sprocket-strips-s.loading .css-loader-wrapper .css-loader, .sprocket-strips-p.loading .css-loader-wrapper .css-loader, .sprocket-quotes.loading .css-loader-wrapper .css-loader, .sprocket-mosaic.loading .css-loader-wrapper .css-loader, .sprocket-lists-modern.loading .css-loader-wrapper .css-loader {
  width: 44px;
  height: 44px;
  -webkit-animation: rotate 0.7s linear infinite;
  -moz-animation: rotate 0.7s linear infinite;
  -ms-animation: rotate 0.7s linear infinite;
  -o-animation: rotate 0.7s linear infinite;
  animation: rotate 0.7s linear infinite;
}
/* line 175, templates/g5_helium/custom/scss/sprocket.scss */
.sprocket-headlines {
  background: none;
  border-top: 1px solid rgba(219, 153, 7, 0.2);
  border-bottom: 1px solid rgba(219, 153, 7, 0.2);
  border-right: none;
  border-left: none;
  border-radius: 0px !important;
}
/* line 182, templates/g5_helium/custom/scss/sprocket.scss */
/* line 183, templates/g5_helium/custom/scss/sprocket.scss */
/* line 184, templates/g5_helium/custom/scss/sprocket.scss */
/* line 185, templates/g5_helium/custom/scss/sprocket.scss */
/* line 186, templates/g5_helium/custom/scss/sprocket.scss */
.sprocket-headlines .sprocket-headlines-container ul.sprocket-headlines-list > li .sprocket-headlines-item .sprocket-headlines-image {
  margin-right: 20px;
}
/* line 189, templates/g5_helium/custom/scss/sprocket.scss */
.sprocket-headlines .sprocket-headlines-container ul.sprocket-headlines-list > li .sprocket-headlines-item .sprocket-headlines-text {
  display: block;
  padding: 25px;
  font-size: 14px;
  line-height: 25px;
  color: rgba(219, 153, 7, 0.2);
}
/* line 200, templates/g5_helium/custom/scss/sprocket.scss */
.sprocket-headlines .sprocket-headlines-navigation {
  width: 74px;
}
/* line 202, templates/g5_helium/custom/scss/sprocket.scss */
/* line 203, templates/g5_helium/custom/scss/sprocket.scss */
/* line 204, templates/g5_helium/custom/scss/sprocket.scss */
.sprocket-headlines .sprocket-headlines-navigation .arrow.next:before {
  right: 100%;
}
/* line 208, templates/g5_helium/custom/scss/sprocket.scss */
/* line 209, templates/g5_helium/custom/scss/sprocket.scss */
.sprocket-headlines .sprocket-headlines-navigation .arrow.prev:before {
  left: 0%;
}
/* line 220, templates/g5_helium/custom/scss/sprocket.scss */
/* line 224, templates/g5_helium/custom/scss/sprocket.scss */
/* line 225, templates/g5_helium/custom/scss/sprocket.scss */
/* line 226, templates/g5_helium/custom/scss/sprocket.scss */
/* line 230, templates/g5_helium/custom/scss/sprocket.scss */
.sprocket-mosaic ul.sprocket-mosaic-g-container > li .sprocket-mosaic-g-item .sprocket-mosaic-g-content {
  opacity: 1;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}
/* line 240, templates/g5_helium/custom/scss/sprocket.scss */
/* line 249, templates/g5_helium/custom/scss/sprocket.scss */
.sprocket-mosaic .sprocket-mosaic-g-loadmore {
  margin-top: 30px;
  border-radius: 0rem;
  background: #efac06;
  font-family: 'Conv_librefranklin-light';
}
/* line 254, templates/g5_helium/custom/scss/sprocket.scss */
.sprocket-mosaic .sprocket-mosaic-g-loadmore .loadmore-more {
  display: block;
}
/* line 256, templates/g5_helium/custom/scss/sprocket.scss */
.sprocket-mosaic .sprocket-mosaic-g-loadmore .loadmore-more .loadmore-text {
  display: block !important;
}
/* line 259, templates/g5_helium/custom/scss/sprocket.scss */
.sprocket-mosaic .sprocket-mosaic-g-loadmore .loadmore-more .loadmore-info {
  display: none !important;
}
/* line 264, templates/g5_helium/custom/scss/sprocket.scss */
.sprocket-mosaic .sprocket-mosaic-g-loadmore .loadmore-all {
  display: none !important;
}
/* line 267, templates/g5_helium/custom/scss/sprocket.scss */
/* line 268, templates/g5_helium/custom/scss/sprocket.scss */
.sprocket-mosaic .sprocket-mosaic-g-loadmore.loader .loadmore-more {
  display: block;
}
/* line 270, templates/g5_helium/custom/scss/sprocket.scss */
.sprocket-mosaic .sprocket-mosaic-g-loadmore.loader .loadmore-more .loadmore-text {
  display: none !important;
}
/* line 273, templates/g5_helium/custom/scss/sprocket.scss */
.sprocket-mosaic .sprocket-mosaic-g-loadmore.loader .loadmore-more .loadmore-info {
  display: none !important;
}
/* line 285, templates/g5_helium/custom/scss/sprocket.scss */
.sprocket-lists {
  padding: 0px;
  border: 1px solid #e6e6e6;
  border-radius: 0rem;
  padding: 0px;
  font-size: 1rem;
}
/* line 291, templates/g5_helium/custom/scss/sprocket.scss */
.sprocket-lists .sprocket-lists-nav {
  padding: 0rem !important;
}
/* line 294, templates/g5_helium/custom/scss/sprocket.scss */
.sprocket-lists ul.sprocket-lists-container {
  border-radius: 0px !important;
  margin: 0px;
}
/* line 297, templates/g5_helium/custom/scss/sprocket.scss */
.sprocket-lists ul.sprocket-lists-container > li {
  border-radius: 0px;
}
/* line 300, templates/g5_helium/custom/scss/sprocket.scss */
.sprocket-lists ul.sprocket-lists-container > li h4.sprocket-lists-title.padding {
  background: #8ebef8;
  border-radius: 0px;
  padding: 8px 15px !important;
  margin: 0px !important;
  font-family: 'Conv_librefranklin-light';
  font-size: 1rem;
  color: #e6e6e6 !important;
  border-bottom: 1px solid #e6e6e6;
  border-top: none;
  border-left: none;
  border-right: none;
}
/* line 312, templates/g5_helium/custom/scss/sprocket.scss */
.sprocket-lists ul.sprocket-lists-container > li h4.sprocket-lists-title.padding a {
  color: #000 !important;
}
/* line 315, templates/g5_helium/custom/scss/sprocket.scss */
.sprocket-lists ul.sprocket-lists-container > li h4.sprocket-lists-title.padding:after {
  margin-right: 10px;
  content: "\f103";
  font-family: FontAwesome;
  color: #e6e6e6;
  float: right;
  transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
  -webkit-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
  -o-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
  -moz-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
  -ms-transition: transform all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
  -ms-transform: rotate(0);
  -webkit-transform: rotate(0);
  transform: rotate(0);
  -o-transition: rotate(0);
  -moz-transition: rotate(0);
}
/* line 332, templates/g5_helium/custom/scss/sprocket.scss */
.sprocket-lists ul.sprocket-lists-container > li h4.sprocket-lists-title.padding .indicator {
  display: none;
}
/* line 336, templates/g5_helium/custom/scss/sprocket.scss */
/* line 337, templates/g5_helium/custom/scss/sprocket.scss */
.sprocket-lists ul.sprocket-lists-container > li .sprocket-lists-item .sprocket-padding {
  color: #333;
  padding: 1rem;
}
/* line 340, templates/g5_helium/custom/scss/sprocket.scss */
/* line 341, templates/g5_helium/custom/scss/sprocket.scss */
/* line 342, templates/g5_helium/custom/scss/sprocket.scss */
.sprocket-lists ul.sprocket-lists-container > li .sprocket-lists-item .sprocket-padding ul li:before {
  content: "\f111";
  font-family: FontAwesome;
  margin-right: 0.5rem;
  font-size: 0.4rem;
}
/* line 354, templates/g5_helium/custom/scss/sprocket.scss */
/* line 355, templates/g5_helium/custom/scss/sprocket.scss */
.sprocket-lists ul.sprocket-lists-container > li.active h4.sprocket-lists-title.padding, .sprocket-lists ul.sprocket-lists-container > li:hover h4.sprocket-lists-title.padding {
  color: #e6e6e6 !important;
  background: #005a96 !important;
}
/* line 358, templates/g5_helium/custom/scss/sprocket.scss */
.sprocket-lists ul.sprocket-lists-container > li.active h4.sprocket-lists-title.padding a, .sprocket-lists ul.sprocket-lists-container > li:hover h4.sprocket-lists-title.padding a {
  color: #e6e6e6 !important;
}
/* line 362, templates/g5_helium/custom/scss/sprocket.scss */
.sprocket-lists ul.sprocket-lists-container > li.active h4.sprocket-lists-title.padding:after, .sprocket-lists ul.sprocket-lists-container > li:hover h4.sprocket-lists-title.padding:after {
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  -o-transition: rotate(180deg);
  -moz-transition: rotate(180deg);
}
/* line 370, templates/g5_helium/custom/scss/sprocket.scss */
.sprocket-lists ul.sprocket-lists-container > li.active .sprocket-lists-item, .sprocket-lists ul.sprocket-lists-container > li:hover .sprocket-lists-item {
  background: #005a96 !important;
}
/* line 373, templates/g5_helium/custom/scss/sprocket.scss */
.sprocket-lists ul.sprocket-lists-container > li.active .sprocket-lists-item .sprocket-padding, .sprocket-lists ul.sprocket-lists-container > li:hover .sprocket-lists-item .sprocket-padding {
  color: #e6e6e6 !important;
  border-bottom: 1px solid #e6e6e6;
}
/* line 381, templates/g5_helium/custom/scss/sprocket.scss */
/* line 382, templates/g5_helium/custom/scss/sprocket.scss */
.sprocket-lists .sprocket-lists-nav .sprocket-lists-arrows {
  padding: 0 9px 0 0;
}
/* line 393, templates/g5_helium/custom/scss/sprocket.scss */
/* line 394, templates/g5_helium/custom/scss/sprocket.scss */
/* line 395, templates/g5_helium/custom/scss/sprocket.scss */
/* line 396, templates/g5_helium/custom/scss/sprocket.scss */
.sprocket-strips ul.sprocket-strips-container > li .sprocket-strips-item {
  box-shadow: none;
  border-radius: 0rem;
  overflow: hidden;
}
/* line 400, templates/g5_helium/custom/scss/sprocket.scss */
.sprocket-strips ul.sprocket-strips-container > li .sprocket-strips-item .sprocket-strips-content {
  padding: 30px 40px;
  background: rgba(0, 0, 0, 0.5);
}
/* line 403, templates/g5_helium/custom/scss/sprocket.scss */
.sprocket-strips ul.sprocket-strips-container > li .sprocket-strips-item .sprocket-strips-content h4.sprocket-strips-title {
  font-size: 1rem !important;
  line-height: 1.5rem !important;
  border-bottom: none !important;
  color: #db9907;
}
/* line 405, templates/g5_helium/custom/scss/sprocket.scss */
.sprocket-strips ul.sprocket-strips-container > li .sprocket-strips-item .sprocket-strips-content h4.sprocket-strips-title a {
  color: #fff;
}
/* line 416, templates/g5_helium/custom/scss/sprocket.scss */
.sprocket-strips ul.sprocket-strips-container > li .sprocket-strips-item .sprocket-strips-content a.readon {
  color: #efac06 !important;
  font-family: 'Conv_librefranklin-semibold';
}
/* line 427, templates/g5_helium/custom/scss/sprocket.scss */
/* line 428, templates/g5_helium/custom/scss/sprocket.scss */
/* line 429, templates/g5_helium/custom/scss/sprocket.scss */
.sprocket-strips-s ul.sprocket-strips-s-container > li {
  background-color: transparent;
  padding: 0% !important;
}
/* line 433, templates/g5_helium/custom/scss/sprocket.scss */
.sprocket-strips-s ul.sprocket-strips-s-container > li .sprocket-strips-s-item {
  box-shadow: none;
  border-radius: 0rem;
  overflow: hidden;
  padding: 0.5rem !important;
  background-color: transparent !important;
}
/* line 439, templates/g5_helium/custom/scss/sprocket.scss */
.sprocket-strips-s ul.sprocket-strips-s-container > li .sprocket-strips-s-item .sprocket-strips-s-image-aux {
  background-position: 50% 50%;
  background-size: cover;
  min-height: 150px;
  border-radius: 0px;
}
/* line 446, templates/g5_helium/custom/scss/sprocket.scss */
.sprocket-strips-s ul.sprocket-strips-s-container > li .sprocket-strips-s-item .sprocket-strips-s-content {
  padding: 15px 0px 0;
  margin: 15px 0px 0;
}
/* line 450, templates/g5_helium/custom/scss/sprocket.scss */
.sprocket-strips-s ul.sprocket-strips-s-container > li .sprocket-strips-s-item .sprocket-strips-s-content h4.sprocket-strips-s-title {
  line-height: 1.5rem !important;
  font-size: 0.75rem !important;
  font-family: 'Conv_librefranklin-light' !important;
  margin-bottom: 15px;
}
/* line 454, templates/g5_helium/custom/scss/sprocket.scss */
.sprocket-strips-s ul.sprocket-strips-s-container > li .sprocket-strips-s-item .sprocket-strips-s-content h4.sprocket-strips-s-title a {
  color: #000;
}
/* line 458, templates/g5_helium/custom/scss/sprocket.scss */
.sprocket-strips-s ul.sprocket-strips-s-container > li .sprocket-strips-s-item .sprocket-strips-s-content .date {
  font-size: 1.37rem !important;
  line-height: 1.87rem !important;
  color: #9a9a9e;
  margin-bottom: 15px;
  border-top: 1px solid #e6e6e6;
  padding: 0.5rem 0rem;
}
/* line 464, templates/g5_helium/custom/scss/sprocket.scss */
.sprocket-strips-s ul.sprocket-strips-s-container > li .sprocket-strips-s-item .sprocket-strips-s-content .date:before {
  font-family: FontAwesome;
  content: "\f073";
  margin-right: 7px;
}
/* line 470, templates/g5_helium/custom/scss/sprocket.scss */
.sprocket-strips-s ul.sprocket-strips-s-container > li .sprocket-strips-s-item .sprocket-strips-s-content .sprocket-strips-s-text {
  margin-bottom: 15px;
  display: block;
}
/* line 473, templates/g5_helium/custom/scss/sprocket.scss */
.sprocket-strips-s ul.sprocket-strips-s-container > li .sprocket-strips-s-item .sprocket-strips-s-content .sprocket-strips-s-text a {
  color: #333;
}
/* line 477, templates/g5_helium/custom/scss/sprocket.scss */
.sprocket-strips-s ul.sprocket-strips-s-container > li .sprocket-strips-s-item .sprocket-strips-s-content a.readon {
  color: #efac06 !important;
  font-family: 'Conv_librefranklin-semibold';
}
/* line 482, templates/g5_helium/custom/scss/sprocket.scss */
.sprocket-strips-s ul.sprocket-strips-s-container > li .sprocket-strips-s-item:hover {
  background-color: #f8f9f9 !important;
}
/* line 484, templates/g5_helium/custom/scss/sprocket.scss */
/* line 485, templates/g5_helium/custom/scss/sprocket.scss */
/* line 486, templates/g5_helium/custom/scss/sprocket.scss */
.sprocket-strips-s ul.sprocket-strips-s-container > li .sprocket-strips-s-item:hover .sprocket-strips-s-content h4.sprocket-strips-s-title a {
  color: #efac06 !important;
}
/* line 501, templates/g5_helium/custom/scss/sprocket.scss */
/* line 502, templates/g5_helium/custom/scss/sprocket.scss */
.sprocket-mosaic .sprocket-mosaic-header {
  display: none;
}
/* line 508, templates/g5_helium/custom/scss/sprocket.scss */
.sprocket-mosaic ul.sprocket-mosaic-container {
  margin: 10px 0px;
  position: relative !important;
  height: auto !important;
}
/* line 512, templates/g5_helium/custom/scss/sprocket.scss */
.sprocket-mosaic ul.sprocket-mosaic-container > li {
  display: inline-block;
  position: relative !important;
  top: auto !important;
  vertical-align: top;
  left: auto !important;
  bottom: auto !important;
  right: auto !important;
}
/* line 521, templates/g5_helium/custom/scss/sprocket.scss */
.sprocket-mosaic ul.sprocket-mosaic-container > li .sprocket-mosaic-item {
  border: none;
  border-radius: 0rem;
  overflow: hidden;
  margin: 0px 0px 10px 10px;
}
/* line 526, templates/g5_helium/custom/scss/sprocket.scss */
.sprocket-mosaic ul.sprocket-mosaic-container > li .sprocket-mosaic-item .sprocket-padding {
  min-height: 294px;
  background-size: cover;
  background-position: 50% 50%;
  padding: 20px 30px;
}
/* line 531, templates/g5_helium/custom/scss/sprocket.scss */
.sprocket-mosaic ul.sprocket-mosaic-container > li .sprocket-mosaic-item .sprocket-padding:before {
  background: rgba(0, 0, 0, 0.5);
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
  left: 0px;
}
/* line 542, templates/g5_helium/custom/scss/sprocket.scss */
/* line 543, templates/g5_helium/custom/scss/sprocket.scss */
.sprocket-mosaic ul.sprocket-mosaic-container > li .sprocket-mosaic-item .sprocket-padding:hover:before {
  background: rgba(0, 0, 0, 0.8);
  transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
  -webkit-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
  -o-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
  -moz-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
  -ms-transition: transform all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
}
/* line 552, templates/g5_helium/custom/scss/sprocket.scss */
.sprocket-mosaic ul.sprocket-mosaic-container > li .sprocket-mosaic-item .sprocket-padding > * {
  z-index: 2;
  position: relative;
  display: block;
}
/* line 557, templates/g5_helium/custom/scss/sprocket.scss */
.sprocket-mosaic ul.sprocket-mosaic-container > li .sprocket-mosaic-item .sprocket-padding ul.sprocket-mosaic-tags {
  background: transparent;
  margin: 0px 0px 20px 0px;
}
/* line 560, templates/g5_helium/custom/scss/sprocket.scss */
.sprocket-mosaic ul.sprocket-mosaic-container > li .sprocket-mosaic-item .sprocket-padding ul.sprocket-mosaic-tags li {
  margin: 0px 5px 5px 0px;
  padding: 2px 8px;
  border-radius: 0rem;
  display: inline-block;
  background: #efac06;
  font-family: 'Conv_librefranklin-light';
  width: auto;
  font-size: 0rem;
}
/* line 586, templates/g5_helium/custom/scss/sprocket.scss */
/* line 587, templates/g5_helium/custom/scss/sprocket.scss */
.sprocket-mosaic ul.sprocket-mosaic-container > li .sprocket-mosaic-item .sprocket-padding .sprocket-mosaic-head h2.sprocket-mosaic-title {
  font-size: 1rem !important;
  line-height: 1.5rem !important;
  border-bottom: none !important;
  color: #db9907;
  color: #fff !important;
}
/* line 590, templates/g5_helium/custom/scss/sprocket.scss */
.sprocket-mosaic ul.sprocket-mosaic-container > li .sprocket-mosaic-item .sprocket-padding .sprocket-mosaic-head h2.sprocket-mosaic-title a {
  color: #fff !important;
  display: block;
}
/* line 596, templates/g5_helium/custom/scss/sprocket.scss */
.sprocket-mosaic ul.sprocket-mosaic-container > li .sprocket-mosaic-item .sprocket-padding .sprocket-mosaic-text {
  color: #fff !important;
}
/* line 598, templates/g5_helium/custom/scss/sprocket.scss */
.sprocket-mosaic ul.sprocket-mosaic-container > li .sprocket-mosaic-item .sprocket-padding .sprocket-mosaic-text a {
  display: block;
  color: #fff !important;
}
/* line 603, templates/g5_helium/custom/scss/sprocket.scss */
.sprocket-mosaic ul.sprocket-mosaic-container > li .sprocket-mosaic-item .sprocket-padding a.sprocket-readmore {
  color: #efac06 !important;
  font-family: 'Conv_librefranklin-semibold';
}
/* line 610, templates/g5_helium/custom/scss/sprocket.scss */
/* line 630, templates/g5_helium/custom/scss/sprocket.scss */
/* line 631, templates/g5_helium/custom/scss/sprocket.scss */
.sprocket-lists-modern ul.sprocket-lists-modern-container {
  clear: both;
}
/* line 633, templates/g5_helium/custom/scss/sprocket.scss */
.sprocket-lists-modern ul.sprocket-lists-modern-container > li {
  padding: 0px;
  margin: 0px;
  width: calc(100%/3);
  float: left;
  vertical-align: top;
  border-bottom: none !important;
}
@media only all and (max-width: 47.938rem) {
  .sprocket-lists-modern ul.sprocket-lists-modern-container > li {
    width: 100%;
  }
}
/* line 643, templates/g5_helium/custom/scss/sprocket.scss */
.sprocket-lists-modern ul.sprocket-lists-modern-container > li .master-container {
  padding: 15px;
  display: table;
}
/* line 646, templates/g5_helium/custom/scss/sprocket.scss */
.sprocket-lists-modern ul.sprocket-lists-modern-container > li .master-container .date {
  padding: 15px 30px;
  display: table-cell;
  vertical-align: top;
  background: #efac06;
  color: #fff;
  text-align: center;
}
/* line 653, templates/g5_helium/custom/scss/sprocket.scss */
.sprocket-lists-modern ul.sprocket-lists-modern-container > li .master-container .date .mes {
  font-family: 'Conv_librefranklin-light';
  font-size: 16px;
  line-height: 21px;
}
/* line 658, templates/g5_helium/custom/scss/sprocket.scss */
.sprocket-lists-modern ul.sprocket-lists-modern-container > li .master-container .date .dia {
  font-family: 'Conv_librefranklin-bold';
  font-size: 20px;
  line-height: 25px;
}
/* line 664, templates/g5_helium/custom/scss/sprocket.scss */
.sprocket-lists-modern ul.sprocket-lists-modern-container > li .master-container .aux-aligner {
  display: table-cell;
  vertical-align: top;
}
/* line 667, templates/g5_helium/custom/scss/sprocket.scss */
.sprocket-lists-modern ul.sprocket-lists-modern-container > li .master-container .aux-aligner .sprocket-lists-modern-title {
  font-size: 1.1rem !important;
  letter-spacing: 0.02rem;
  line-height: 1.5rem !important;
  font-family: 'Conv_librefranklin-medium' !important;
  font-family: 'Conv_librefranklin-light' !important;
  padding: 0rem 0rem 0.7rem 1rem !important;
}
/* line 67, templates/g5_helium/custom/scss/_var-gen.scss */
.sprocket-lists-modern ul.sprocket-lists-modern-container > li .master-container .aux-aligner .sprocket-lists-modern-title a {
  line-height: 1.5rem;
}
/* line 672, templates/g5_helium/custom/scss/sprocket.scss */
.sprocket-lists-modern ul.sprocket-lists-modern-container > li .master-container .aux-aligner .sprocket-lists-modern-item {
  padding: 0rem 0rem 0.7rem 1rem;
}
/* line 675, templates/g5_helium/custom/scss/sprocket.scss */
.sprocket-lists-modern ul.sprocket-lists-modern-container > li .master-container .aux-aligner .sprocket-padding {
  padding: 0 !important;
}
/* line 678, templates/g5_helium/custom/scss/sprocket.scss */
.sprocket-lists-modern ul.sprocket-lists-modern-container > li .master-container .aux-aligner .hr {
  color: #333;
}
/* line 689, templates/g5_helium/custom/scss/sprocket.scss */
/* line 690, templates/g5_helium/custom/scss/sprocket.scss */
/* line 692, templates/g5_helium/custom/scss/sprocket.scss */
.moduletable.animate .sprocket-strips-s-container > li, .moduletable.animate .sprocket-lists-modern-container > li, .moduletable.animate .sprocket-lists-container > li {
  -ms-transform: translate(0, 50px);
  /* IE 9 */
  -webkit-transform: translate(0, 50px);
  /* Chrome, Safari, Opera */
  transform: translate(0, 50px);
  -o-transition: translate(0, 50px);
  -moz-transition: translate(0, 50px);
  opacity: 0;
}
@media only all and (max-width: 47.938rem) {
  .moduletable.animate .sprocket-strips-s-container > li, .moduletable.animate .sprocket-lists-modern-container > li, .moduletable.animate .sprocket-lists-container > li {
    -ms-transform: translate(0, 0px) !important;
    /* IE 9 */
    -webkit-transform: translate(0, 0px) !important;
    /* Chrome, Safari, Opera */
    transform: translate(0, 0px) !important;
    -o-transition: translate(0, 0px) !important;
    -moz-transition: translate(0, 0px) !important;
    opacity: 1;
  }
}
/* line 694, templates/g5_helium/custom/scss/sprocket.scss */
.moduletable.animate .sprocket-strips-s-container > li:nth-child(1), .moduletable.animate .sprocket-lists-modern-container > li:nth-child(1), .moduletable.animate .sprocket-lists-container > li:nth-child(1) {
  transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
  -webkit-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
  -o-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
  -moz-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
  -ms-transition: transform all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
}
/* line 697, templates/g5_helium/custom/scss/sprocket.scss */
.moduletable.animate .sprocket-strips-s-container > li:nth-child(2), .moduletable.animate .sprocket-lists-modern-container > li:nth-child(2), .moduletable.animate .sprocket-lists-container > li:nth-child(2) {
  transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0.3s;
  -webkit-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0.3s;
  -o-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0.3s;
  -moz-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0.3s;
  -ms-transition: transform all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0.3s;
}
/* line 700, templates/g5_helium/custom/scss/sprocket.scss */
.moduletable.animate .sprocket-strips-s-container > li:nth-child(3), .moduletable.animate .sprocket-lists-modern-container > li:nth-child(3), .moduletable.animate .sprocket-lists-container > li:nth-child(3) {
  transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0.6s;
  -webkit-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0.6s;
  -o-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0.6s;
  -moz-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0.6s;
  -ms-transition: transform all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0.6s;
}
/* line 703, templates/g5_helium/custom/scss/sprocket.scss */
.moduletable.animate .sprocket-strips-s-container > li:nth-child(4), .moduletable.animate .sprocket-lists-modern-container > li:nth-child(4), .moduletable.animate .sprocket-lists-container > li:nth-child(4) {
  transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0.9s;
  -webkit-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0.9s;
  -o-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0.9s;
  -moz-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0.9s;
  -ms-transition: transform all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0.9s;
}
/* line 706, templates/g5_helium/custom/scss/sprocket.scss */
.moduletable.animate .sprocket-strips-s-container > li:nth-child(5), .moduletable.animate .sprocket-lists-modern-container > li:nth-child(5), .moduletable.animate .sprocket-lists-container > li:nth-child(5) {
  transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 1.2s;
  -webkit-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 1.2s;
  -o-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 1.2s;
  -moz-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 1.2s;
  -ms-transition: transform all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 1.3s;
}
/* line 709, templates/g5_helium/custom/scss/sprocket.scss */
.moduletable.animate .sprocket-strips-s-container > li:nth-child(6), .moduletable.animate .sprocket-lists-modern-container > li:nth-child(6), .moduletable.animate .sprocket-lists-container > li:nth-child(6) {
  transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 1.5s;
  -webkit-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 1.5s;
  -o-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 1.5s;
  -moz-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 1.5s;
  -ms-transition: transform all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 1.5s;
}
/* line 714, templates/g5_helium/custom/scss/sprocket.scss */
/* line 715, templates/g5_helium/custom/scss/sprocket.scss */
/* line 717, templates/g5_helium/custom/scss/sprocket.scss */
.moduletable.animate.loaded .sprocket-strips-s-container > li, .moduletable.animate.loaded .sprocket-lists-modern-container > li, .moduletable.animate.loaded .sprocket-lists-container > li {
  opacity: 1;
  -ms-transform: translate(0, 0px);
  /* IE 9 */
  -webkit-transform: translate(0, 0px);
  /* Chrome, Safari, Opera */
  transform: translate(0, 0px);
  -o-transition: translate(0, 0px);
  -moz-transition: translate(0, 0px);
}
/* line 724, templates/g5_helium/custom/scss/sprocket.scss */
/* line 725, templates/g5_helium/custom/scss/sprocket.scss */
.sprocket-strips-p .sprocket-strips-p-container {
  margin: 0rem;
  overflow: visible;
}
/* line 728, templates/g5_helium/custom/scss/sprocket.scss */
.sprocket-strips-p .sprocket-strips-p-container .sprocket-strips-p-block {
  text-align: center;
  margin: 0rem -0.2rem !important;
  padding: 0rem !important;
}
/* line 732, templates/g5_helium/custom/scss/sprocket.scss */
.sprocket-strips-p .sprocket-strips-p-container .sprocket-strips-p-block .sprocket-strips-p-item {
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0);
  padding: 2rem 0.62533rem;
  transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
  -webkit-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
  -o-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
  -moz-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
  -ms-transition: transform all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
}
/* line 737, templates/g5_helium/custom/scss/sprocket.scss */
.sprocket-strips-p .sprocket-strips-p-container .sprocket-strips-p-block .sprocket-strips-p-item:hover {
  background: rgba(33, 65, 106, 0.2);
  border: 1px solid rgba(255, 255, 255, 0.2);
}
/* line 744, templates/g5_helium/custom/scss/sprocket.scss */
/* line 745, templates/g5_helium/custom/scss/sprocket.scss */
.sprocket-strips-p .sprocket-strips-p-container .sprocket-strips-p-block .sprocket-strips-p-item .sprocket-strips-p-content h4.sprocket-strips-p-title {
  font-family: 'Conv_librefranklin-bold' !important;
  text-transform: uppercase;
  font-size: 1.3rem;
  line-height: 1.8rem;
  margin-bottom: 1rem;
  color: #fff !important;
}
/* line 752, templates/g5_helium/custom/scss/sprocket.scss */
.sprocket-strips-p .sprocket-strips-p-container .sprocket-strips-p-block .sprocket-strips-p-item .sprocket-strips-p-content h4.sprocket-strips-p-title a {
  color: #fff !important;
}
@media only all and (min-width: 30.062rem) and (max-width: 47.938rem) {
  .sprocket-strips-p .sprocket-strips-p-container .sprocket-strips-p-block .sprocket-strips-p-item .sprocket-strips-p-content h4.sprocket-strips-p-title {
    font-size: 1.1rem !important;
  }
}
@media only all and (max-width: 30rem) {
  .sprocket-strips-p .sprocket-strips-p-container .sprocket-strips-p-block .sprocket-strips-p-item .sprocket-strips-p-content h4.sprocket-strips-p-title {
    font-size: 1rem !important;
    text-transform: none !important;
  }
}
/* line 763, templates/g5_helium/custom/scss/sprocket.scss */
.sprocket-strips-p .sprocket-strips-p-container .sprocket-strips-p-block .sprocket-strips-p-item .sprocket-strips-p-content a {
  color: #fff !important;
}
/* line 766, templates/g5_helium/custom/scss/sprocket.scss */
.sprocket-strips-p .sprocket-strips-p-container .sprocket-strips-p-block .sprocket-strips-p-item .sprocket-strips-p-content .sprocket-strips-p-text {
  padding: 0rem 1.3rem 1.407rem;
}
/* line 773, templates/g5_helium/custom/scss/sprocket.scss */
/* line 774, templates/g5_helium/custom/scss/sprocket.scss */
.sprocket-strips-p .sprocket-strips-p-nav .sprocket-strips-p-pagination {
  display: block !important;
}
/* line 776, templates/g5_helium/custom/scss/sprocket.scss */
/* line 777, templates/g5_helium/custom/scss/sprocket.scss */
/* line 778, templates/g5_helium/custom/scss/sprocket.scss */
.sprocket-strips-p .sprocket-strips-p-nav .sprocket-strips-p-pagination ul li span {
  background: rgba(255, 255, 255, 0.3) !important;
}
/* line 781, templates/g5_helium/custom/scss/sprocket.scss */
/* line 782, templates/g5_helium/custom/scss/sprocket.scss */
.sprocket-strips-p .sprocket-strips-p-nav .sprocket-strips-p-pagination ul li.active span {
  background: #fff !important;
}
/* line 789, templates/g5_helium/custom/scss/sprocket.scss */
/* line 790, templates/g5_helium/custom/scss/sprocket.scss */
.sprocket-strips-p .sprocket-strips-p-nav .sprocket-strips-p-arrows .arrow {
  position: absolute !important;
  top: 50%;
  -ms-transform: translate(0, -50%);
  /* IE 9 */
  -webkit-transform: translate(0, -50%);
  /* Chrome, Safari, Opera */
  transform: translate(0, -50%);
  -o-transition: translate(0, -50%);
  -moz-transition: translate(0, -50%);
}
/* line 798, templates/g5_helium/custom/scss/sprocket.scss */
.sprocket-strips-p .sprocket-strips-p-nav .sprocket-strips-p-arrows .arrow.next {
  right: -1rem;
}
/* line 801, templates/g5_helium/custom/scss/sprocket.scss */
.sprocket-strips-p .sprocket-strips-p-nav .sprocket-strips-p-arrows .arrow.prev {
  left: -2.5rem;
}
/* line 804, templates/g5_helium/custom/scss/sprocket.scss */
.sprocket-strips-p .sprocket-strips-p-nav .sprocket-strips-p-arrows .arrow i {
  background: rgba(255, 255, 255, 0.3) !important;
  border: none !important;
}
/* line 808, templates/g5_helium/custom/scss/sprocket.scss */
/* line 809, templates/g5_helium/custom/scss/sprocket.scss */
.sprocket-strips-p .sprocket-strips-p-nav .sprocket-strips-p-arrows .arrow:hover i {
  color: #efac06 !important;
}
/* line 818, templates/g5_helium/custom/scss/sprocket.scss */
.date {
  font-size: 1.37rem !important;
  line-height: 1.87rem !important;
}
/* line 822, templates/g5_helium/custom/scss/sprocket.scss */
/* line 823, templates/g5_helium/custom/scss/sprocket.scss */
/* line 824, templates/g5_helium/custom/scss/sprocket.scss */
/* line 825, templates/g5_helium/custom/scss/sprocket.scss */
.sprocket-strips-p ul.sprocket-strips-p-container li.sprocket-strips-p-block .sprocket-strips-p-item {
  box-shadow: none;
  border-radius: 0rem;
  overflow: hidden;
  border: 1px solid transparent;
  transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
  -webkit-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
  -o-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
  -moz-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
  -ms-transition: transform all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
}
/* line 831, templates/g5_helium/custom/scss/sprocket.scss */
.sprocket-strips-p ul.sprocket-strips-p-container li.sprocket-strips-p-block .sprocket-strips-p-item .sprocket-strips-p-content {
  padding: 15px 0px;
}
/* line 834, templates/g5_helium/custom/scss/sprocket.scss */
.sprocket-strips-p ul.sprocket-strips-p-container li.sprocket-strips-p-block .sprocket-strips-p-item .sprocket-strips-p-content h4.sprocket-strips-p-title {
  font-size: 1rem !important;
  line-height: 1.5rem !important;
  border-bottom: none !important;
  color: #db9907;
  margin-bottom: 15px;
  text-transform: none !important;
}
/* line 838, templates/g5_helium/custom/scss/sprocket.scss */
.sprocket-strips-p ul.sprocket-strips-p-container li.sprocket-strips-p-block .sprocket-strips-p-item .sprocket-strips-p-content h4.sprocket-strips-p-title a {
  color: #000 !important;
}
/* line 842, templates/g5_helium/custom/scss/sprocket.scss */
.sprocket-strips-p ul.sprocket-strips-p-container li.sprocket-strips-p-block .sprocket-strips-p-item .sprocket-strips-p-content .date {
  font-size: -1rem;
  color: #efac06;
  padding: 2px 5px;
  display: inline-block;
  margin-bottom: 15px;
}
/* line 848, templates/g5_helium/custom/scss/sprocket.scss */
.sprocket-strips-p ul.sprocket-strips-p-container li.sprocket-strips-p-block .sprocket-strips-p-item .sprocket-strips-p-content .date:before {
  font-family: FontAwesome;
  content: "\f073";
  margin-right: 7px;
}
/* line 854, templates/g5_helium/custom/scss/sprocket.scss */
.sprocket-strips-p ul.sprocket-strips-p-container li.sprocket-strips-p-block .sprocket-strips-p-item .sprocket-strips-p-content .sprocket-strips-p-text {
  margin-bottom: 15px;
  display: block;
}
/* line 857, templates/g5_helium/custom/scss/sprocket.scss */
.sprocket-strips-p ul.sprocket-strips-p-container li.sprocket-strips-p-block .sprocket-strips-p-item .sprocket-strips-p-content .sprocket-strips-p-text a {
  color: #333;
}
/* line 861, templates/g5_helium/custom/scss/sprocket.scss */
.sprocket-strips-p ul.sprocket-strips-p-container li.sprocket-strips-p-block .sprocket-strips-p-item .sprocket-strips-p-content a.readon {
  color: #efac06 !important;
  font-family: 'Conv_librefranklin-semibold';
}
/* line 866, templates/g5_helium/custom/scss/sprocket.scss */
.sprocket-strips-p ul.sprocket-strips-p-container li.sprocket-strips-p-block .sprocket-strips-p-item:hover {
  background: none !important;
  border: 1px solid #e6e6e6;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
}
/* line 879, templates/g5_helium/custom/scss/sprocket.scss */
/* line 880, templates/g5_helium/custom/scss/sprocket.scss */
.sprocket-lists-portrait ul.sprocket-lists-portrait-container {
  border: 1px solid #e6e6e6;
}
/* line 882, templates/g5_helium/custom/scss/sprocket.scss */
.sprocket-lists-portrait ul.sprocket-lists-portrait-container > li {
  border-bottom: 1px solid #e6e6e6;
  display: table;
  width: 100%;
  background: #fff;
}
@media only all and (min-width: 48rem) and (max-width: 59.938rem) {
  .sprocket-lists-portrait ul.sprocket-lists-portrait-container > li {
    display: block;
  }
}
/* line 889, templates/g5_helium/custom/scss/sprocket.scss */
.sprocket-lists-portrait ul.sprocket-lists-portrait-container > li:last-child {
  border-bottom: none !important;
}
/* line 892, templates/g5_helium/custom/scss/sprocket.scss */
.sprocket-lists-portrait ul.sprocket-lists-portrait-container > li .date {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  padding: 0.5rem;
  width: 25%;
}
@media only all and (min-width: 48rem) and (max-width: 59.938rem) {
  .sprocket-lists-portrait ul.sprocket-lists-portrait-container > li .date {
    display: block !important;
    width: 100% !important;
  }
}
/* line 902, templates/g5_helium/custom/scss/sprocket.scss */
.sprocket-lists-portrait ul.sprocket-lists-portrait-container > li .date .p-dia {
  line-height: 2.37rem !important;
  font-size: 1.87rem !important;
  color: #efac06 !important;
  font-family: 'Conv_librefranklin-bold';
  display: block;
  padding: 0.3rem 0rem 0rem;
}
@media only all and (min-width: 48rem) and (max-width: 59.938rem) {
  .sprocket-lists-portrait ul.sprocket-lists-portrait-container > li .date .p-dia {
    display: inline-block;
  }
}
/* line 912, templates/g5_helium/custom/scss/sprocket.scss */
.sprocket-lists-portrait ul.sprocket-lists-portrait-container > li .date .p-mes {
  text-transform: uppercase;
  font-size: 1.25rem !important;
  line-height: 1.75rem !important;
  color: #686666;
  display: block;
  padding: 0rem 0rem 0.3rem;
  font-family: 'Conv_librefranklin-medium';
}
@media only all and (min-width: 48rem) and (max-width: 59.938rem) {
  .sprocket-lists-portrait ul.sprocket-lists-portrait-container > li .date .p-mes {
    display: inline-block;
  }
}
/* line 924, templates/g5_helium/custom/scss/sprocket.scss */
.sprocket-lists-portrait ul.sprocket-lists-portrait-container > li .tx-aux {
  display: table-cell;
  padding: 0.5rem;
  vertical-align: middle;
}
@media only all and (min-width: 48rem) and (max-width: 59.938rem) {
  .sprocket-lists-portrait ul.sprocket-lists-portrait-container > li .tx-aux {
    display: block !important;
    padding: 0rem 1rem;
  }
}
/* line 932, templates/g5_helium/custom/scss/sprocket.scss */
.sprocket-lists-portrait ul.sprocket-lists-portrait-container > li .tx-aux h4.sprocket-lists-portrait-title {
  font-size: 1rem !important;
  line-height: 1.5rem !important;
  border-bottom: none !important;
  color: #db9907;
  font-family: 'Conv_librefranklin-light' !important;
}
@media only all and (min-width: 48rem) and (max-width: 59.938rem) {
  .sprocket-lists-portrait ul.sprocket-lists-portrait-container > li .tx-aux h4.sprocket-lists-portrait-title {
    margin-top: 0rem !important;
  }
}
/* line 938, templates/g5_helium/custom/scss/sprocket.scss */
.sprocket-lists-portrait ul.sprocket-lists-portrait-container > li .tx-aux h4.sprocket-lists-portrait-title a {
  color: #000 !important;
}
/* line 943, templates/g5_helium/custom/scss/sprocket.scss */
.sprocket-lists-portrait ul.sprocket-lists-portrait-container > li:nth-child(even) {
  background: #f8f9f9;
}
/* line 947, templates/g5_helium/custom/scss/sprocket.scss */
/* line 948, templates/g5_helium/custom/scss/sprocket.scss */
/* line 949, templates/g5_helium/custom/scss/sprocket.scss */
/* line 950, templates/g5_helium/custom/scss/sprocket.scss */
.sprocket-lists-portrait ul.sprocket-lists-portrait-container > li:hover .tx-aux h4.sprocket-lists-portrait-title a {
  color: #efac06 !important;
}
/* line 963, templates/g5_helium/custom/scss/sprocket.scss */
.sprocket-tabs.layout-left {
  background: #005a96;
  border: 1px solid #8ebef8 !important;
}
/* line 966, templates/g5_helium/custom/scss/sprocket.scss */
.sprocket-tabs.layout-left ul.sprocket-tabs-nav {
  background: #0074c4 !important;
  padding: 0rem !important;
  border-right: 1px solid #8ebef8 !important;
  margin-right: 2rem !important;
}
@media only all and (min-width: 30.062rem) and (max-width: 47.938rem) {
  .sprocket-tabs.layout-left ul.sprocket-tabs-nav {
    margin-right: 0rem !important;
    width: 100% !important;
    float: none;
  }
}
@media only all and (max-width: 30rem) {
  .sprocket-tabs.layout-left ul.sprocket-tabs-nav {
    margin-right: 0rem !important;
    width: 100% !important;
    float: none;
  }
}
/* line 982, templates/g5_helium/custom/scss/sprocket.scss */
.sprocket-tabs.layout-left ul.sprocket-tabs-nav > li {
  border-bottom: 1px solid #8ebef8 !important;
  border-left: none !important;
  border-right: none !important;
  border-top: none !important;
  margin-bottom: 0 !important;
  font-family: 'Conv_librefranklin-medium';
}
/* line 989, templates/g5_helium/custom/scss/sprocket.scss */
.sprocket-tabs.layout-left ul.sprocket-tabs-nav > li .sprocket-tabs-inner {
  border-radius: 0rem !important;
  border-left: 7px solid #0074c4 !important;
  padding: 23px 15px;
}
/* line 993, templates/g5_helium/custom/scss/sprocket.scss */
/* line 994, templates/g5_helium/custom/scss/sprocket.scss */
.sprocket-tabs.layout-left ul.sprocket-tabs-nav > li .sprocket-tabs-inner .sprocket-tabs-text:before {
  content: "\f101";
  font-family: FontAwesome;
  margin-right: 0.5rem;
}
/* line 1001, templates/g5_helium/custom/scss/sprocket.scss */
/* line 1002, templates/g5_helium/custom/scss/sprocket.scss */
.sprocket-tabs.layout-left ul.sprocket-tabs-nav > li.active .sprocket-tabs-inner {
  background: #005a96 !important;
  border: none !important;
  border-left: 7px solid #efac06 !important;
}
/* line 1006, templates/g5_helium/custom/scss/sprocket.scss */
/* line 1007, templates/g5_helium/custom/scss/sprocket.scss */
.sprocket-tabs.layout-left ul.sprocket-tabs-nav > li.active .sprocket-tabs-inner .sprocket-tabs-text:before {
  color: #efac06 !important;
}
/* line 1013, templates/g5_helium/custom/scss/sprocket.scss */
.sprocket-tabs.layout-left ul.sprocket-tabs-nav > li:last-child {
  border-bottom: none !important;
}
@media only all and (min-width: 30.062rem) and (max-width: 47.938rem) {
  .sprocket-tabs.layout-left ul.sprocket-tabs-nav > li:last-child {
    border-bottom: 1px solid #8ebef8 !important;
  }
}
@media only all and (max-width: 30rem) {
  .sprocket-tabs.layout-left ul.sprocket-tabs-nav > li:last-child {
    border-bottom: 1px solid #8ebef8 !important;
  }
}
/* line 1024, templates/g5_helium/custom/scss/sprocket.scss */
.sprocket-tabs.layout-left .sprocket-tabs-panels {
  padding: 2rem 2rem 2rem 0rem;
  line-height: 2rem;
}
@media only all and (min-width: 30.062rem) and (max-width: 47.938rem) {
  .sprocket-tabs.layout-left .sprocket-tabs-panels {
    padding: 2rem !important;
  }
}
@media only all and (max-width: 30rem) {
  .sprocket-tabs.layout-left .sprocket-tabs-panels {
    padding: 2rem !important;
  }
}
/* line 1033, templates/g5_helium/custom/scss/sprocket.scss */
.sprocket-tabs.layout-left .sprocket-tabs-panels ul {
  margin: 0rem !important;
}
/* line 1035, templates/g5_helium/custom/scss/sprocket.scss */
.sprocket-tabs.layout-left .sprocket-tabs-panels ul li {
  list-style: none;
}
/* line 1037, templates/g5_helium/custom/scss/sprocket.scss */
.sprocket-tabs.layout-left .sprocket-tabs-panels ul li:before {
  content: "\f111";
  font-family: FontAwesome;
  color: #8ebef8 !important;
  font-size: 0.4rem !important;
  margin-right: 0.5rem;
}
/* line 3, templates/g5_helium/custom/scss/puppet.scss */
/* line 4, templates/g5_helium/custom/scss/puppet.scss */
/* line 6, templates/g5_helium/custom/scss/puppet.scss */
html .moduletable.in-tran-abajo {
  -ms-transform: translate(0, 50%);
  /* IE 9 */
  -webkit-transform: translate(0, 50%);
  /* Chrome, Safari, Opera */
  transform: translate(0, 50%);
  -o-transition: translate(0, 50%);
  -moz-transition: translate(0, 50%);
  opacity: 0;
}
@media only all and (max-width: 47.938rem) {
  html .moduletable.in-tran-abajo {
    -ms-transform: translate(0, 0) !important;
    /* IE 9 */
    -webkit-transform: translate(0, 0) !important;
    /* Chrome, Safari, Opera */
    transform: translate(0, 0) !important;
    -o-transition: translate(0, 0) !important;
    -moz-transition: translate(0, 0) !important;
    opacity: 1 !important;
  }
}
/* line 23, templates/g5_helium/custom/scss/puppet.scss */
html .moduletable.in-tran-arriba {
  -ms-transform: translate(0, -50px);
  /* IE 9 */
  -webkit-transform: translate(0, -50px);
  /* Chrome, Safari, Opera */
  transform: translate(0, -50px);
  -o-transition: translate(0, -50px);
  -moz-transition: translate(0, -50px);
  opacity: 0;
}
@media only all and (max-width: 47.938rem) {
  html .moduletable.in-tran-arriba {
    -ms-transform: translate(0, 0) !important;
    /* IE 9 */
    -webkit-transform: translate(0, 0) !important;
    /* Chrome, Safari, Opera */
    transform: translate(0, 0) !important;
    -o-transition: translate(0, 0) !important;
    -moz-transition: translate(0, 0) !important;
    opacity: 1 !important;
  }
}
/* line 39, templates/g5_helium/custom/scss/puppet.scss */
html .moduletable.in-tran-izq {
  -ms-transform: translate(-50px, 0px);
  /* IE 9 */
  -webkit-transform: translate(-50px, 0px);
  /* Chrome, Safari, Opera */
  transform: translate(-50px, 0px);
  -o-transition: translate(-50px, 0px);
  -moz-transition: translate(-50px, 0px);
  opacity: 0;
}
@media only all and (max-width: 47.938rem) {
  html .moduletable.in-tran-izq {
    -ms-transform: translate(0, 0) !important;
    /* IE 9 */
    -webkit-transform: translate(0, 0) !important;
    /* Chrome, Safari, Opera */
    transform: translate(0, 0) !important;
    -o-transition: translate(0, 0) !important;
    -moz-transition: translate(0, 0) !important;
    opacity: 1 !important;
  }
}
/* line 55, templates/g5_helium/custom/scss/puppet.scss */
html .moduletable.in-tran-dr {
  -ms-transform: translate(50px, 0px);
  /* IE 9 */
  -webkit-transform: translate(50px, 0px);
  /* Chrome, Safari, Opera */
  transform: translate(50px, 0px);
  -o-transition: translate(50px, 0px);
  -moz-transition: translate(50px, 0px);
  opacity: 0;
}
@media only all and (max-width: 47.938rem) {
  html .moduletable.in-tran-dr {
    -ms-transform: translate(0, 0) !important;
    /* IE 9 */
    -webkit-transform: translate(0, 0) !important;
    /* Chrome, Safari, Opera */
    transform: translate(0, 0) !important;
    -o-transition: translate(0, 0) !important;
    -moz-transition: translate(0, 0) !important;
    opacity: 1 !important;
  }
}
/* line 73, templates/g5_helium/custom/scss/puppet.scss */
html .moduletable.in-scale {
  -ms-transform: scale(0);
  /* IE 9 */
  -webkit-transform: scale(0);
  /* Chrome, Safari, Opera */
  transform: scale(0);
  -o-transition: scale(0);
  -moz-transition: scale(0);
  opacity: 0;
}
@media only all and (max-width: 47.938rem) {
  html .moduletable.in-scale {
    -ms-transform: translate(0, 0) !important;
    /* IE 9 */
    -webkit-transform: translate(0, 0) !important;
    /* Chrome, Safari, Opera */
    transform: translate(0, 0) !important;
    -o-transition: translate(0, 0) !important;
    -moz-transition: translate(0, 0) !important;
    opacity: 1 !important;
  }
}
/* line 92, templates/g5_helium/custom/scss/puppet.scss */
/* line 94, templates/g5_helium/custom/scss/puppet.scss */
/* line 96, templates/g5_helium/custom/scss/puppet.scss */
html.loaded .moduletable.in-tran-dr, html.loaded .moduletable.in-tran-izq, html.loaded .moduletable.in-tran-arriba, html.loaded .moduletable.in-tran-abajo {
  -ms-transform: translate(0px, 0px);
  /* IE 9 */
  -webkit-transform: translate(0px, 0px);
  /* Chrome, Safari, Opera */
  transform: translate(0px, 0px);
  -o-transition: translate(0px, 0px);
  -moz-transition: translate(0px, 0px);
  opacity: 1;
}
/* line 105, templates/g5_helium/custom/scss/puppet.scss */
html.loaded .moduletable.in-scale {
  -ms-transform: scale(1);
  /* IE 9 */
  -webkit-transform: scale(1);
  /* Chrome, Safari, Opera */
  transform: scale(1);
  -o-transition: scale(1);
  -moz-transition: scale(1);
  opacity: 1;
}
/* line 119, templates/g5_helium/custom/scss/puppet.scss */
/* line 122, templates/g5_helium/custom/scss/puppet.scss */
.moduletable.sc-tran-abajo {
  -ms-transform: translate(0, 50px);
  /* IE 9 */
  -webkit-transform: translate(0, 50px);
  /* Chrome, Safari, Opera */
  transform: translate(0, 50px);
  -o-transition: translate(0, 50px);
  -moz-transition: translate(0, 50px);
  opacity: 0;
}
@media only all and (max-width: 47.938rem) {
  .moduletable.sc-tran-abajo {
    -ms-transform: translate(0, 0) !important;
    /* IE 9 */
    -webkit-transform: translate(0, 0) !important;
    /* Chrome, Safari, Opera */
    transform: translate(0, 0) !important;
    -o-transition: translate(0, 0) !important;
    -moz-transition: translate(0, 0) !important;
    opacity: 1 !important;
  }
}
/* line 138, templates/g5_helium/custom/scss/puppet.scss */
.moduletable.sc-tran-arriba {
  -ms-transform: translate(0, -50px);
  /* IE 9 */
  -webkit-transform: translate(0, -50px);
  /* Chrome, Safari, Opera */
  transform: translate(0, -50px);
  -o-transition: translate(0, -50px);
  -moz-transition: translate(0, -50px);
  opacity: 0;
}
@media only all and (max-width: 47.938rem) {
  .moduletable.sc-tran-arriba {
    -ms-transform: translate(0, 0) !important;
    /* IE 9 */
    -webkit-transform: translate(0, 0) !important;
    /* Chrome, Safari, Opera */
    transform: translate(0, 0) !important;
    -o-transition: translate(0, 0) !important;
    -moz-transition: translate(0, 0) !important;
    opacity: 1 !important;
  }
}
/* line 154, templates/g5_helium/custom/scss/puppet.scss */
.moduletable.sc-tran-izq {
  -ms-transform: translate(-50px, 0px);
  /* IE 9 */
  -webkit-transform: translate(-50px, 0px);
  /* Chrome, Safari, Opera */
  transform: translate(-50px, 0px);
  -o-transition: translate(-50px, 0px);
  -moz-transition: translate(-50px, 0px);
  opacity: 0;
}
@media only all and (max-width: 47.938rem) {
  .moduletable.sc-tran-izq {
    -ms-transform: translate(0, 0) !important;
    /* IE 9 */
    -webkit-transform: translate(0, 0) !important;
    /* Chrome, Safari, Opera */
    transform: translate(0, 0) !important;
    -o-transition: translate(0, 0) !important;
    -moz-transition: translate(0, 0) !important;
    opacity: 1 !important;
  }
}
/* line 170, templates/g5_helium/custom/scss/puppet.scss */
.moduletable.sc-tran-dr {
  -ms-transform: translate(50px, 0px);
  /* IE 9 */
  -webkit-transform: translate(50px, 0px);
  /* Chrome, Safari, Opera */
  transform: translate(50px, 0px);
  -o-transition: translate(50px, 0px);
  -moz-transition: translate(50px, 0px);
  opacity: 0;
}
@media only all and (max-width: 47.938rem) {
  .moduletable.sc-tran-dr {
    -ms-transform: translate(0, 0) !important;
    /* IE 9 */
    -webkit-transform: translate(0, 0) !important;
    /* Chrome, Safari, Opera */
    transform: translate(0, 0) !important;
    -o-transition: translate(0, 0) !important;
    -moz-transition: translate(0, 0) !important;
    opacity: 1 !important;
  }
}
/* line 188, templates/g5_helium/custom/scss/puppet.scss */
.moduletable.sc-scale {
  -ms-transform: scale(0);
  /* IE 9 */
  -webkit-transform: scale(0);
  /* Chrome, Safari, Opera */
  transform: scale(0);
  -o-transition: scale(0);
  -moz-transition: scale(0);
  opacity: 0;
}
@media only all and (max-width: 47.938rem) {
  .moduletable.sc-scale {
    -ms-transform: scale(1) !important;
    /* IE 9 */
    -webkit-transform: scale(1) !important;
    /* Chrome, Safari, Opera */
    transform: scale(1) !important;
    -o-transition: scale(1) !important;
    -moz-transition: scale(1) !important;
    opacity: 1 !important;
  }
}
/* line 207, templates/g5_helium/custom/scss/puppet.scss */
/* line 210, templates/g5_helium/custom/scss/puppet.scss */
.moduletable.loaded.sc-tran-dr, .moduletable.loaded.sc-tran-izq, .moduletable.loaded.sc-tran-arriba, .moduletable.loaded.sc-tran-abajo {
  -ms-transform: translate(0px, 0px);
  /* IE 9 */
  -webkit-transform: translate(0px, 0px);
  /* Chrome, Safari, Opera */
  transform: translate(0px, 0px);
  -o-transition: translate(0px, 0px);
  -moz-transition: translate(0px, 0px);
  opacity: 1;
}
/* line 219, templates/g5_helium/custom/scss/puppet.scss */
.moduletable.loaded.sc-scale {
  -ms-transform: scale(1);
  /* IE 9 */
  -webkit-transform: scale(1);
  /* Chrome, Safari, Opera */
  transform: scale(1);
  -o-transition: scale(1);
  -moz-transition: scale(1);
  opacity: 1;
}
/* line 235, templates/g5_helium/custom/scss/puppet.scss */
/* line 236, templates/g5_helium/custom/scss/puppet.scss */
.moduletable.animate .sc-int-tran-abajo {
  -ms-transform: translate(0, 50px);
  /* IE 9 */
  -webkit-transform: translate(0, 50px);
  /* Chrome, Safari, Opera */
  transform: translate(0, 50px);
  -o-transition: translate(0, 50px);
  -moz-transition: translate(0, 50px);
  opacity: 0;
}
@media only all and (max-width: 47.938rem) {
  .moduletable.animate .sc-int-tran-abajo {
    -ms-transform: translate(0, 0) !important;
    /* IE 9 */
    -webkit-transform: translate(0, 0) !important;
    /* Chrome, Safari, Opera */
    transform: translate(0, 0) !important;
    -o-transition: translate(0, 0) !important;
    -moz-transition: translate(0, 0) !important;
    opacity: 1 !important;
  }
}
/* line 252, templates/g5_helium/custom/scss/puppet.scss */
.moduletable.animate .sc-int-tran-arriba {
  -ms-transform: translate(0, -50px);
  /* IE 9 */
  -webkit-transform: translate(0, -50px);
  /* Chrome, Safari, Opera */
  transform: translate(0, -50px);
  -o-transition: translate(0, -50px);
  -moz-transition: translate(0, -50px);
  opacity: 0;
}
@media only all and (max-width: 47.938rem) {
  .moduletable.animate .sc-int-tran-arriba {
    -ms-transform: translate(0, 0) !important;
    /* IE 9 */
    -webkit-transform: translate(0, 0) !important;
    /* Chrome, Safari, Opera */
    transform: translate(0, 0) !important;
    -o-transition: translate(0, 0) !important;
    -moz-transition: translate(0, 0) !important;
    opacity: 1 !important;
  }
}
/* line 268, templates/g5_helium/custom/scss/puppet.scss */
.moduletable.animate .sc-int-tran-izq {
  -ms-transform: translate(-50px, 0px);
  /* IE 9 */
  -webkit-transform: translate(-50px, 0px);
  /* Chrome, Safari, Opera */
  transform: translate(-50px, 0px);
  -o-transition: translate(-50px, 0px);
  -moz-transition: translate(-50px, 0px);
  opacity: 0;
}
@media only all and (max-width: 47.938rem) {
  .moduletable.animate .sc-int-tran-izq {
    -ms-transform: translate(0, 0) !important;
    /* IE 9 */
    -webkit-transform: translate(0, 0) !important;
    /* Chrome, Safari, Opera */
    transform: translate(0, 0) !important;
    -o-transition: translate(0, 0) !important;
    -moz-transition: translate(0, 0) !important;
    opacity: 1 !important;
  }
}
/* line 284, templates/g5_helium/custom/scss/puppet.scss */
.moduletable.animate .sc-int-tran-dr {
  -ms-transform: translate(50px, 0px);
  /* IE 9 */
  -webkit-transform: translate(50px, 0px);
  /* Chrome, Safari, Opera */
  transform: translate(50px, 0px);
  -o-transition: translate(50px, 0px);
  -moz-transition: translate(50px, 0px);
  opacity: 0;
}
@media only all and (max-width: 47.938rem) {
  .moduletable.animate .sc-int-tran-dr {
    -ms-transform: translate(0, 0) !important;
    /* IE 9 */
    -webkit-transform: translate(0, 0) !important;
    /* Chrome, Safari, Opera */
    transform: translate(0, 0) !important;
    -o-transition: translate(0, 0) !important;
    -moz-transition: translate(0, 0) !important;
    opacity: 1 !important;
  }
}
/* line 300, templates/g5_helium/custom/scss/puppet.scss */
.moduletable.animate .sc-int-scale {
  -ms-transform: scale(0);
  -webkit-transform: scale(0);
  transform: scale(0);
  -o-transition: scale(0);
  -moz-transition: scale(0);
  opacity: 0;
}
@media only all and (max-width: 47.938rem) {
  .moduletable.animate .sc-int-scale {
    -ms-transform: scale(1) !important;
    /* IE 9 */
    -webkit-transform: scale(1) !important;
    /* Chrome, Safari, Opera */
    transform: scale(1) !important;
    -o-transition: scale(1) !important;
    -moz-transition: scale(1) !important;
    opacity: 1 !important;
  }
}
/* line 317, templates/g5_helium/custom/scss/puppet.scss */
/* line 318, templates/g5_helium/custom/scss/puppet.scss */
.moduletable.animate.loaded .sc-int-scale {
  -ms-transform: scale(1);
  /* IE 9 */
  -webkit-transform: scale(1);
  /* Chrome, Safari, Opera */
  transform: scale(1);
  -o-transition: scale(1);
  -moz-transition: scale(1);
  opacity: 1;
}
/* line 326, templates/g5_helium/custom/scss/puppet.scss */
.moduletable.animate.loaded .sc-int-tran-abajo, .moduletable.animate.loaded .sc-int-tran-arriba, .moduletable.animate.loaded .sc-int-tran-izq, .moduletable.animate.loaded .sc-int-tran-dr {
  -ms-transform: translate(0px, 0px);
  /* IE 9 */
  -webkit-transform: translate(0px, 0px);
  /* Chrome, Safari, Opera */
  transform: translate(0px, 0px);
  -o-transition: translate(0px, 0px);
  -moz-transition: translate(0px, 0px);
  opacity: 1;
}
/* line 341, templates/g5_helium/custom/scss/puppet.scss */
/* line 342, templates/g5_helium/custom/scss/puppet.scss */
html .in-int-tran-abajo {
  -ms-transform: translate(0, 50px);
  /* IE 9 */
  -webkit-transform: translate(0, 50px);
  /* Chrome, Safari, Opera */
  transform: translate(0, 50px);
  -o-transition: translate(0, 50px);
  -moz-transition: translate(0, 50px);
  opacity: 0;
}
@media only all and (max-width: 47.938rem) {
  html .in-int-tran-abajo {
    -ms-transform: translate(0, 0) !important;
    /* IE 9 */
    -webkit-transform: translate(0, 0) !important;
    /* Chrome, Safari, Opera */
    transform: translate(0, 0) !important;
    -o-transition: translate(0, 0) !important;
    -moz-transition: translate(0, 0) !important;
    opacity: 1 !important;
  }
}
/* line 358, templates/g5_helium/custom/scss/puppet.scss */
html .in-int-tran-arriba {
  -ms-transform: translate(0, -50px);
  /* IE 9 */
  -webkit-transform: translate(0, -50px);
  /* Chrome, Safari, Opera */
  transform: translate(0, -50px);
  -o-transition: translate(0, -50px);
  -moz-transition: translate(0, -50px);
  opacity: 0;
}
@media only all and (max-width: 47.938rem) {
  html .in-int-tran-arriba {
    -ms-transform: translate(0, 0) !important;
    /* IE 9 */
    -webkit-transform: translate(0, 0) !important;
    /* Chrome, Safari, Opera */
    transform: translate(0, 0) !important;
    -o-transition: translate(0, 0) !important;
    -moz-transition: translate(0, 0) !important;
    opacity: 1 !important;
  }
}
/* line 376, templates/g5_helium/custom/scss/puppet.scss */
html .in-int-tran-izq {
  -ms-transform: translate(-50px, 0px);
  /* IE 9 */
  -webkit-transform: translate(-50px, 0px);
  /* Chrome, Safari, Opera */
  transform: translate(-50px, 0px);
  -o-transition: translate(-50px, 0px);
  -moz-transition: translate(-50px, 0px);
  opacity: 0;
}
@media only all and (max-width: 47.938rem) {
  html .in-int-tran-izq {
    -ms-transform: translate(0, 0) !important;
    /* IE 9 */
    -webkit-transform: translate(0, 0) !important;
    /* Chrome, Safari, Opera */
    transform: translate(0, 0) !important;
    -o-transition: translate(0, 0) !important;
    -moz-transition: translate(0, 0) !important;
    opacity: 1 !important;
  }
}
/* line 394, templates/g5_helium/custom/scss/puppet.scss */
html .in-int-tran-dr {
  -ms-transform: translate(50px, 0px);
  /* IE 9 */
  -webkit-transform: translate(50px, 0px);
  /* Chrome, Safari, Opera */
  transform: translate(50px, 0px);
  -o-transition: translate(50px, 0px);
  -moz-transition: translate(50px, 0px);
  opacity: 0;
}
@media only all and (max-width: 47.938rem) {
  html .in-int-tran-dr {
    -ms-transform: translate(0, 0) !important;
    /* IE 9 */
    -webkit-transform: translate(0, 0) !important;
    /* Chrome, Safari, Opera */
    transform: translate(0, 0) !important;
    -o-transition: translate(0, 0) !important;
    -moz-transition: translate(0, 0) !important;
    opacity: 1 !important;
  }
}
/* line 414, templates/g5_helium/custom/scss/puppet.scss */
html .in-int-scale {
  -ms-transform: scale(0);
  /* IE 9 */
  -webkit-transform: scale(0);
  /* Chrome, Safari, Opera */
  transform: scale(0);
  -o-transition: scale(0);
  -moz-transition: scale(0);
  opacity: 0;
}
@media only all and (max-width: 47.938rem) {
  html .in-int-scale {
    opacity: 1 !important;
    -ms-transform: scale(1) !important;
    /* IE 9 */
    -webkit-transform: scale(1) !important;
    /* Chrome, Safari, Opera */
    transform: scale(1) !important;
    -o-transition: scale(1) !important;
    -moz-transition: scale(1) !important;
  }
}
/* line 431, templates/g5_helium/custom/scss/puppet.scss */
/* line 432, templates/g5_helium/custom/scss/puppet.scss */
html.loaded .in-int-tran-abajo, html.loaded .in-int-tran-arriba, html.loaded .in-int-tran-izq, html.loaded .in-int-tran-dr {
  -ms-transform: translate(0px, 0px);
  /* IE 9 */
  -webkit-transform: translate(0px, 0px);
  /* Chrome, Safari, Opera */
  transform: translate(0px, 0px);
  -o-transition: translate(0px, 0px);
  -moz-transition: translate(0px, 0px);
  opacity: 1;
}
/* line 440, templates/g5_helium/custom/scss/puppet.scss */
html.loaded .in-int-scale {
  -ms-transform: scale(1);
  /* IE 9 */
  -webkit-transform: scale(1);
  /* Chrome, Safari, Opera */
  transform: scale(1);
  -o-transition: scale(1);
  -moz-transition: scale(1);
  opacity: 1;
}
/* line 617, templates/g5_helium/custom/scss/puppet.scss */
.o-tran-centro {
  transform-origin: 50% 50%;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
}
/* line 624, templates/g5_helium/custom/scss/puppet.scss */
.o-tran-iz {
  transform-origin: 0% 50%;
  -webkit-transform-origin: 0% 50%;
  -ms-transform-origin: 0% 50%;
  -o-transform-origin: 0% 50%;
  -moz-transform-origin: 0% 50%;
}
/* line 632, templates/g5_helium/custom/scss/puppet.scss */
.o-tran-dr {
  transform-origin: 100% 50%;
  -webkit-transform-origin: 100% 50%;
  -ms-transform-origin: 100% 50%;
  -o-transform-origin: 100% 50%;
  -moz-transform-origin: 100% 50%;
}
/* line 639, templates/g5_helium/custom/scss/puppet.scss */
.o-tran-arriba {
  transform-origin: 50% 0%;
  -webkit-transform-origin: 50% 0%;
  -ms-transform-origin: 50% 0%;
  -o-transform-origin: 50% 0%;
  -moz-transform-origin: 50% 0%;
}
/* line 646, templates/g5_helium/custom/scss/puppet.scss */
.o-tran-arriba-iz {
  transform-origin: 0% 0%;
  -webkit-transform-origin: 0% 0%;
  -ms-transform-origin: 0% 0%;
  -o-transform-origin: 0% 0%;
  -moz-transform-origin: 0% 0%;
}
/* line 713, templates/g5_helium/custom/scss/puppet.scss */
.t-2-04 {
  transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0.4s;
  -webkit-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0.4s;
  -o-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0.4s;
  -moz-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0.4s;
  -ms-transition: transform all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0.4s;
}
/* line 716, templates/g5_helium/custom/scss/puppet.scss */
.t-3-04 {
  transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0.8s;
  -webkit-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0.8s;
  -o-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0.8s;
  -moz-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0.8s;
  -ms-transition: transform all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0.8s;
}
/* line 719, templates/g5_helium/custom/scss/puppet.scss */
.t-4-04 {
  transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 1.2s;
  -webkit-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 1.2s;
  -o-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 1.2s;
  -moz-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 1.2s;
  -ms-transition: transform all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 1.2s;
}
/* line 722, templates/g5_helium/custom/scss/puppet.scss */
.t-5-04 {
  transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 1.6s;
  -webkit-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 1.6s;
  -o-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 1.6s;
  -moz-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 1.6s;
  -ms-transition: transform all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 1.6s;
}
/* line 725, templates/g5_helium/custom/scss/puppet.scss */
.t-6-04 {
  transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 2s;
  -webkit-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 2s;
  -o-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 2s;
  -moz-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 2s;
  -ms-transition: transform all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 2s;
}
/* line 733, templates/g5_helium/custom/scss/puppet.scss */
.t-uno-delta-03 {
  transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
  -webkit-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
  -o-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
  -moz-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
  -ms-transition: transform all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
}
/* line 740, templates/g5_helium/custom/scss/puppet.scss */
.t-dos-delta-03 {
  transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0.3s;
  -webkit-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0.3s;
  -o-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0.3s;
  -moz-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0.3s;
  -ms-transition: transform all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0.3s;
}
/* line 747, templates/g5_helium/custom/scss/puppet.scss */
.t-tres-delta-03 {
  transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0.6s;
  -webkit-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0.6s;
  -o-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0.6s;
  -moz-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0.6s;
  -ms-transition: transform all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0.6s;
}
/* line 754, templates/g5_helium/custom/scss/puppet.scss */
.t-cuatro-delta-03 {
  transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0.9s;
  -webkit-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0.9s;
  -o-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0.9s;
  -moz-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0.9s;
  -ms-transition: transform all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0.9s;
}
/* line 761, templates/g5_helium/custom/scss/puppet.scss */
.t-cinco-delta-03 {
  transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 1.2s;
  -webkit-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 1.2s;
  -o-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 1.2s;
  -moz-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 1.2s;
  -ms-transition: transform all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 1.2s;
}
/* line 768, templates/g5_helium/custom/scss/puppet.scss */
.t-seis-delta-03 {
  transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 1.5s;
  -webkit-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 1.5s;
  -o-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 1.5s;
  -moz-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 1.5s;
  -ms-transition: transform all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 1.5s;
}
@-webkit-keyframes bombita {
  /* line 156, templates/g5_helium/custom/scss/_var-gen.scss */
  0% {
    -webkit-transform: translate(0, -10px);
  }
  /* line 157, templates/g5_helium/custom/scss/_var-gen.scss */
  50% {
    -webkit-transform: translate(0, 0px);
  }
  /* line 158, templates/g5_helium/custom/scss/_var-gen.scss */
  100% {
    -webkit-transform: translate(0, -10px);
  }
}
@-moz-keyframes bombita {
  /* line 161, templates/g5_helium/custom/scss/_var-gen.scss */
  0% {
    -moz-transition: translate(0, -10px);
  }
  /* line 162, templates/g5_helium/custom/scss/_var-gen.scss */
  50% {
    -moz-transition: translate(0, 0px);
  }
  /* line 163, templates/g5_helium/custom/scss/_var-gen.scss */
  100% {
    -moz-transition: translate(0, -10px);
  }
}
@-o-keyframes bombita {
  /* line 166, templates/g5_helium/custom/scss/_var-gen.scss */
  0% {
    -o-transition: translate(0, -10px);
  }
  /* line 167, templates/g5_helium/custom/scss/_var-gen.scss */
  50% {
    -o-transition: translate(0, 0px);
  }
  /* line 168, templates/g5_helium/custom/scss/_var-gen.scss */
  100% {
    -o-transition: translate(0, -10px);
  }
}
@keyframes bombita {
  /* line 171, templates/g5_helium/custom/scss/_var-gen.scss */
  0% {
    transform: translate(0, -10px);
  }
  /* line 172, templates/g5_helium/custom/scss/_var-gen.scss */
  50% {
    transform: translate(0, 0px);
  }
  /* line 173, templates/g5_helium/custom/scss/_var-gen.scss */
  100% {
    transform: translate(0, -10px);
  }
}
/* line 176, templates/g5_helium/custom/scss/_var-gen.scss */
.inner-tran-abajo {
  -ms-transform: translate(0, 50px);
  /* IE 9 */
  -webkit-transform: translate(0, 50px);
  /* Chrome, Safari, Opera */
  transform: translate(0, 50px);
  -o-transition: translate(0, 50px);
  -moz-transition: translate(0, 50px);
  opacity: 0;
}
@media only all and (max-width: 47.938rem) {
  .inner-tran-abajo {
    -ms-transform: translate(0, 0px) !important;
    /* IE 9 */
    -webkit-transform: translate(0, 0px) !important;
    /* Chrome, Safari, Opera */
    transform: translate(0, 0px) !important;
    -o-transition: translate(0, 0px) !important;
    -moz-transition: translate(0, 0px) !important;
    opacity: 1;
  }
}
/* line 179, templates/g5_helium/custom/scss/_var-gen.scss */
.inner-tran-arriba {
  -ms-transform: translate(0, -50px);
  /* IE 9 */
  -webkit-transform: translate(0, -50px);
  /* Chrome, Safari, Opera */
  transform: translate(0, -50px);
  -o-transition: translate(0, -50px);
  -moz-transition: translate(0, -50px);
  opacity: 0;
}
@media only all and (max-width: 47.938rem) {
  .inner-tran-arriba {
    -ms-transform: translate(0, 0px) !important;
    /* IE 9 */
    -webkit-transform: translate(0, 0px) !important;
    /* Chrome, Safari, Opera */
    transform: translate(0, 0px) !important;
    -o-transition: translate(0, 0px) !important;
    -moz-transition: translate(0, 0px);
    opacity: 1;
  }
}
/* line 182, templates/g5_helium/custom/scss/_var-gen.scss */
.inner-tran-izq {
  -ms-transform: translate(-50px, 0px);
  /* IE 9 */
  -webkit-transform: translate(-50px, 0px);
  /* Chrome, Safari, Opera */
  transform: translate(-50px, 0px);
  -o-transition: translate(-50px, 0px);
  -moz-transition: translate(-50px, 0px);
  opacity: 0;
}
@media only all and (max-width: 47.938rem) {
  .inner-tran-izq {
    -ms-transform: translate(0, 0px) !important;
    /* IE 9 */
    -webkit-transform: translate(0, 0px) !important;
    /* Chrome, Safari, Opera */
    transform: translate(0, 0px) !important;
    -o-transition: translate(0, 0px) !important;
    -moz-transition: translate(0, 0px) !important;
    opacity: 1;
  }
}
/* line 185, templates/g5_helium/custom/scss/_var-gen.scss */
.inner-tran-dr {
  -ms-transform: translate(50px, 0px);
  /* IE 9 */
  -webkit-transform: translate(50px, 0px);
  /* Chrome, Safari, Opera */
  transform: translate(50px, 0px);
  -o-transition: translate(50px, 0px);
  -moz-transition: translate(50px, 0px);
  opacity: 0;
}
@media only all and (max-width: 47.938rem) {
  .inner-tran-dr {
    -ms-transform: translate(0, 0px) !important;
    /* IE 9 */
    -webkit-transform: translate(0, 0px) !important;
    /* Chrome, Safari, Opera */
    transform: translate(0, 0px) !important;
    -o-transition: translate(0, 0px) !important;
    -moz-transition: translate(0, 0px) !important;
    opacity: 1;
  }
}
/* line 188, templates/g5_helium/custom/scss/_var-gen.scss */
.inner-scale-cen {
  -ms-transform: scale(0);
  /* IE 9 */
  -webkit-transform: scale(0);
  /* Chrome, Safari, Opera */
  transform: scale(0);
  -o-transition: scale(0);
  -moz-transition: scale(0);
  opacity: 0;
}
@media only all and (max-width: 47.938rem) {
  .inner-scale-cen {
    -ms-transform: scale(1) !important;
    /* IE 9 */
    -webkit-transform: scale(1) !important;
    /* Chrome, Safari, Opera */
    transform: scale(1) !important;
    -o-transition: scale(1) !important;
    -moz-transition: scale(1) !important;
    opacity: 1;
  }
}
/* line 191, templates/g5_helium/custom/scss/_var-gen.scss */
.inner-scale-dr {
  -ms-transform: scale(0, 1);
  /* IE 9 */
  -webkit-transform: scale(0, 1);
  /* Chrome, Safari, Opera */
  transform: scale(0, 1);
  -o-transition: scale(0, 1);
  -moz-transition: scale(0, 1);
  opacity: 0;
}
@media only all and (max-width: 47.938rem) {
  .inner-scale-dr {
    -ms-transform: scale(1) !important;
    /* IE 9 */
    -webkit-transform: scale(1) !important;
    /* Chrome, Safari, Opera */
    transform: scale(1) !important;
    -o-transition: scale(1) !important;
    -moz-transition: scale(1) !important;
    opacity: 1;
  }
}
/* line 194, templates/g5_helium/custom/scss/_var-gen.scss */
.inner-scale-dr-arriba {
  -ms-transform: scale(0, 0);
  /* IE 9 */
  -webkit-transform: scale(0, 0);
  /* Chrome, Safari, Opera */
  transform: scale(0, 0);
  -o-transition: scale(0, 0);
  -moz-transition: scale(0, 0);
  opacity: 0;
}
@media only all and (max-width: 47.938rem) {
  .inner-scale-dr-arriba {
    -ms-transform: scale(1) !important;
    /* IE 9 */
    -webkit-transform: scale(1) !important;
    /* Chrome, Safari, Opera */
    transform: scale(1) !important;
    -o-transition: scale(1) !important;
    -moz-transition: scale(1) !important;
    opacity: 1;
  }
}
/* line 197, templates/g5_helium/custom/scss/_var-gen.scss */
.inner-scale-fin {
  -ms-transform: scale(1) !important;
  /* IE 9 */
  -webkit-transform: scale(1) !important;
  /* Chrome, Safari, Opera */
  transform: scale(1) !important;
  -o-transition: scale(1) !important;
  -moz-transition: scale(1) !important;
  opacity: 1 !important;
}
/* line 201, templates/g5_helium/custom/scss/_var-gen.scss */
.inner-tran-fin {
  opacity: 1;
  -ms-transform: translate(0, 0px);
  /* IE 9 */
  -webkit-transform: translate(0, 0px);
  /* Chrome, Safari, Opera */
  transform: translate(0, 0px);
  -o-transition: translate(0, 0px);
  -moz-transition: translate(0, 0px);
}
/* line 206, templates/g5_helium/custom/scss/_var-gen.scss */
.t-i-1-06 {
  transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
  -webkit-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
  -o-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
  -moz-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
  -ms-transition: transform all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
}
/* line 209, templates/g5_helium/custom/scss/_var-gen.scss */
.t-i-2-06 {
  transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0.3s;
  -webkit-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0.3s;
  -o-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0.3s;
  -moz-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0.3s;
  -ms-transition: transform all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0.3s;
}
/* line 212, templates/g5_helium/custom/scss/_var-gen.scss */
.t-i-3-06 {
  transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0.6s;
  -webkit-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0.6s;
  -o-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0.6s;
  -moz-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0.6s;
  -ms-transition: transform all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0.6s;
}
/* line 215, templates/g5_helium/custom/scss/_var-gen.scss */
.t-i-4-06 {
  transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0.9s;
  -webkit-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0.9s;
  -o-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0.9s;
  -moz-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0.9s;
  -ms-transition: transform all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0.9s;
}
/* line 218, templates/g5_helium/custom/scss/_var-gen.scss */
.t-i-5-06 {
  transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 1.2s;
  -webkit-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 1.2s;
  -o-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 1.2s;
  -moz-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 1.2s;
  -ms-transition: transform all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 1.3s;
}
/* line 221, templates/g5_helium/custom/scss/_var-gen.scss */
.t-i-6-06 {
  transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 1.5s;
  -webkit-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 1.5s;
  -o-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 1.5s;
  -moz-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 1.5s;
  -ms-transition: transform all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 1.5s;
}
/* line 7, templates/g5_helium/custom/scss/_search.scss */
#g-search {
  height: 100%;
  color: #fff;
  overflow-y: scroll;
}
/* line 11, templates/g5_helium/custom/scss/_search.scss */
#g-search .search-aux {
  height: 100%;
}
/* line 17, templates/g5_helium/custom/scss/_search.scss */
/* line 18, templates/g5_helium/custom/scss/_search.scss */
#g-search .k2TagCloudBlock a {
  color: #fff;
  float: none;
  display: inline-block;
  background: transparent !important;
  transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
  -webkit-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
  -o-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
  -moz-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
  -ms-transition: transform all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
}
/* line 24, templates/g5_helium/custom/scss/_search.scss */
#g-search .k2TagCloudBlock a:hover {
  background: #efac06 !important;
}
/* line 32, templates/g5_helium/custom/scss/_search.scss */
#g-search {
  background: rgba(0, 0, 0, 0.7);
  position: absolute;
  height: 0%;
  width: 100%;
  z-index: -50;
  top: 0;
  left: 0;
  overflow: hidden;
}
/* line 42, templates/g5_helium/custom/scss/_search.scss */
#g-search .search-closer {
  position: absolute;
  top: 1rem;
  right: 1rem;
}
/* line 46, templates/g5_helium/custom/scss/_search.scss */
/* line 47, templates/g5_helium/custom/scss/_search.scss */
#g-search .search-closer #search-inner i {
  cursor: pointer;
}
/* line 52, templates/g5_helium/custom/scss/_search.scss */
#g-search .search-aux {
  position: relative;
  background: rgba(0, 0, 0, 0);
  transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
  -webkit-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
  -o-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
  -moz-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
  -ms-transition: transform all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
}
/* line 56, templates/g5_helium/custom/scss/_search.scss */
@media only all and (min-width: 75rem) {
  #g-search .search-aux .g-content {
    top: 50%;
    width: 100%;
    -ms-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    -o-transition: translate(0, -50%);
    -moz-transition: translate(0, -50%);
    position: absolute;
  }
}
@media only all and (min-width: 60rem) and (max-width: 74.938rem) {
  #g-search .search-aux .g-content {
    top: 50%;
    width: 100%;
    -ms-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    -o-transition: translate(0, -50%);
    -moz-transition: translate(0, -50%);
    position: absolute;
  }
}
/* line 90, templates/g5_helium/custom/scss/_search.scss */
/* line 91, templates/g5_helium/custom/scss/_search.scss */
#g-search .g-container .moduletable {
  height: 0px;
  opacity: 0;
  overflow: hidden;
  padding: 1rem;
  margin: 1rem;
}
/* line 98, templates/g5_helium/custom/scss/_search.scss */
#g-search .g-container .g-grid {
  transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
  -webkit-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
  -o-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
  -moz-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
  -ms-transition: transform all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
}
/* line 101, templates/g5_helium/custom/scss/_search.scss */
#g-search .g-container .g-grid:nth-child(1) {
  -ms-transform: translate(0, -100%);
  -webkit-transform: translate(0, -100%);
  transform: translate(0, -100%);
  -o-transition: translate(0, -100%);
  -moz-transition: translate(0, -100%);
  /*background:$search-background-top;*/
}
/* line 110, templates/g5_helium/custom/scss/_search.scss */
#g-search .g-container .g-grid:nth-child(2) {
  -ms-transform: translate(0, 100%);
  -webkit-transform: translate(0, 100%);
  transform: translate(0, 100%);
  -o-transition: translate(0, 100%);
  -moz-transition: translate(0, 100%);
  /* background:$search-background-bottom;	*/
}
/* line 121, templates/g5_helium/custom/scss/_search.scss */
#g-search.open {
  z-index: 99999;
  height: 100%;
  /*background:rgba(0,0,0,0.8);*/
}
/* line 124, templates/g5_helium/custom/scss/_search.scss */
#g-search.open .search-aux {
  height: 100%;
}
/* line 128, templates/g5_helium/custom/scss/_search.scss */
#g-search.open .g-container {
  height: 100%;
}
/* line 130, templates/g5_helium/custom/scss/_search.scss */
#g-search.open .g-container .moduletable {
  height: auto;
  opacity: 1;
}
/* line 131, templates/g5_helium/custom/scss/_search.scss */
/* line 133, templates/g5_helium/custom/scss/_search.scss */
#g-search.open .g-container .g-grid:nth-child(1) {
  -ms-transform: translate(0, 0%);
  -webkit-transform: translate(0, 0%);
  transform: translate(0, 0%);
  -o-transition: translate(0, 0%);
  -moz-transition: translate(0, 0%);
}
/* line 140, templates/g5_helium/custom/scss/_search.scss */
#g-search.open .g-container .g-grid:nth-child(2) {
  -ms-transform: translate(0, 0%);
  -webkit-transform: translate(0, 0%);
  transform: translate(0, 0%);
  -o-transition: translate(0, 0%);
  -moz-transition: translate(0, 0%);
}
/* line 150, templates/g5_helium/custom/scss/_search.scss */
#g-search .g-container {
  flex-direction: column !important;
  flex-wrap: wrap !important;
}
/* line 153, templates/g5_helium/custom/scss/_search.scss */
/* line 154, templates/g5_helium/custom/scss/_search.scss */
#g-search .g-container .g-grid:nth-child(1) {
  height: 50%;
}
/* line 157, templates/g5_helium/custom/scss/_search.scss */
#g-search .g-container .g-grid:nth-child(2) {
  height: 50%;
}
/*#h-search{
 i{
 cursor:pointer;
 }	
 }*/
/* line 169, templates/g5_helium/custom/scss/_search.scss */
@media only all and (min-width: 30.062rem) and (max-width: 47.938rem) {
  #social-media {
    position: absolute !important;
    right: 0.2rem;
    top: 0.4rem;
  }
}
@media only all and (max-width: 30rem) {
  #social-media {
    position: absolute !important;
    right: 0.2rem;
    top: 0.4rem;
  }
}
/* line 182, templates/g5_helium/custom/scss/_search.scss */
/* line 183, templates/g5_helium/custom/scss/_search.scss */
/* line 184, templates/g5_helium/custom/scss/_search.scss */
#g-search .moduletable h3.g-title {
  color: #fff !important;
  border-left: none !important;
}
/* line 187, templates/g5_helium/custom/scss/_search.scss */
#g-search .moduletable h3.g-title:before {
  display: none !important;
}
/* line 194, templates/g5_helium/custom/scss/_search.scss */
.moduletable.search-sup {
  text-align: center;
  padding: 1rem 7rem !important;
}
@media only all and (min-width: 30.062rem) and (max-width: 47.938rem) {
  .moduletable.search-sup {
    padding: 1rem !important;
  }
}
@media only all and (max-width: 30rem) {
  .moduletable.search-sup {
    padding: 1rem !important;
  }
}
/* line 205, templates/g5_helium/custom/scss/_search.scss */
/* line 206, templates/g5_helium/custom/scss/_search.scss */
.k2SearchBlock .k2SearchBlockForm {
  margin: 0rem !important;
  border-bottom: 3px solid #efac06 !important;
}
/* line 209, templates/g5_helium/custom/scss/_search.scss */
.k2SearchBlock .k2SearchBlockForm input {
  margin: 0rem !important;
}
/* line 211, templates/g5_helium/custom/scss/_search.scss */
.k2SearchBlock .k2SearchBlockForm input.inputbox {
  width: 100% !important;
  max-width: 90%;
  border-radius: 0rem !important;
  height: auto;
  line-height: 3rem;
  border: 1px solid #e6e6e6 !important;
  font-size: 2.25rem;
  color: #fff;
  box-shadow: none !important;
  background: transparent !important;
  border-right: none !important;
  border-left: none !important;
  border-top: none !important;
  border-bottom: none !important;
}
@media only all and (min-width: 30.062rem) and (max-width: 47.938rem) {
  .k2SearchBlock .k2SearchBlockForm input.inputbox {
    max-width: 70%;
  }
}
@media only all and (max-width: 30rem) {
  .k2SearchBlock .k2SearchBlockForm input.inputbox {
    max-width: 65%;
  }
}
/* line 232, templates/g5_helium/custom/scss/_search.scss */
.k2SearchBlock .k2SearchBlockForm input.inputbox:focus, .k2SearchBlock .k2SearchBlockForm input.inputbox:hover {
  background: transparent !important;
}
/* line 236, templates/g5_helium/custom/scss/_search.scss */
.k2SearchBlock .k2SearchBlockForm input.button {
  border: none !important;
}
/* line 238, templates/g5_helium/custom/scss/_search.scss */
.k2SearchBlock .k2SearchBlockForm input.button:hover {
  background: transparent !important;
  border: none !important;
}
/* line 247, templates/g5_helium/custom/scss/_search.scss */
.moduletable.search-tags {
  text-align: center;
  padding: 1rem 5rem;
}
/* line 3, templates/g5_helium/custom/scss/puppet.scss */
/* line 4, templates/g5_helium/custom/scss/puppet.scss */
/* line 6, templates/g5_helium/custom/scss/puppet.scss */
html .moduletable.in-tran-abajo {
  -ms-transform: translate(0, 50%);
  /* IE 9 */
  -webkit-transform: translate(0, 50%);
  /* Chrome, Safari, Opera */
  transform: translate(0, 50%);
  -o-transition: translate(0, 50%);
  -moz-transition: translate(0, 50%);
  opacity: 0;
}
@media only all and (max-width: 47.938rem) {
  html .moduletable.in-tran-abajo {
    -ms-transform: translate(0, 0) !important;
    /* IE 9 */
    -webkit-transform: translate(0, 0) !important;
    /* Chrome, Safari, Opera */
    transform: translate(0, 0) !important;
    -o-transition: translate(0, 0) !important;
    -moz-transition: translate(0, 0) !important;
    opacity: 1 !important;
  }
}
/* line 23, templates/g5_helium/custom/scss/puppet.scss */
html .moduletable.in-tran-arriba {
  -ms-transform: translate(0, -50px);
  /* IE 9 */
  -webkit-transform: translate(0, -50px);
  /* Chrome, Safari, Opera */
  transform: translate(0, -50px);
  -o-transition: translate(0, -50px);
  -moz-transition: translate(0, -50px);
  opacity: 0;
}
@media only all and (max-width: 47.938rem) {
  html .moduletable.in-tran-arriba {
    -ms-transform: translate(0, 0) !important;
    /* IE 9 */
    -webkit-transform: translate(0, 0) !important;
    /* Chrome, Safari, Opera */
    transform: translate(0, 0) !important;
    -o-transition: translate(0, 0) !important;
    -moz-transition: translate(0, 0) !important;
    opacity: 1 !important;
  }
}
/* line 39, templates/g5_helium/custom/scss/puppet.scss */
html .moduletable.in-tran-izq {
  -ms-transform: translate(-50px, 0px);
  /* IE 9 */
  -webkit-transform: translate(-50px, 0px);
  /* Chrome, Safari, Opera */
  transform: translate(-50px, 0px);
  -o-transition: translate(-50px, 0px);
  -moz-transition: translate(-50px, 0px);
  opacity: 0;
}
@media only all and (max-width: 47.938rem) {
  html .moduletable.in-tran-izq {
    -ms-transform: translate(0, 0) !important;
    /* IE 9 */
    -webkit-transform: translate(0, 0) !important;
    /* Chrome, Safari, Opera */
    transform: translate(0, 0) !important;
    -o-transition: translate(0, 0) !important;
    -moz-transition: translate(0, 0) !important;
    opacity: 1 !important;
  }
}
/* line 55, templates/g5_helium/custom/scss/puppet.scss */
html .moduletable.in-tran-dr {
  -ms-transform: translate(50px, 0px);
  /* IE 9 */
  -webkit-transform: translate(50px, 0px);
  /* Chrome, Safari, Opera */
  transform: translate(50px, 0px);
  -o-transition: translate(50px, 0px);
  -moz-transition: translate(50px, 0px);
  opacity: 0;
}
@media only all and (max-width: 47.938rem) {
  html .moduletable.in-tran-dr {
    -ms-transform: translate(0, 0) !important;
    /* IE 9 */
    -webkit-transform: translate(0, 0) !important;
    /* Chrome, Safari, Opera */
    transform: translate(0, 0) !important;
    -o-transition: translate(0, 0) !important;
    -moz-transition: translate(0, 0) !important;
    opacity: 1 !important;
  }
}
/* line 73, templates/g5_helium/custom/scss/puppet.scss */
html .moduletable.in-scale {
  -ms-transform: scale(0);
  /* IE 9 */
  -webkit-transform: scale(0);
  /* Chrome, Safari, Opera */
  transform: scale(0);
  -o-transition: scale(0);
  -moz-transition: scale(0);
  opacity: 0;
}
@media only all and (max-width: 47.938rem) {
  html .moduletable.in-scale {
    -ms-transform: translate(0, 0) !important;
    /* IE 9 */
    -webkit-transform: translate(0, 0) !important;
    /* Chrome, Safari, Opera */
    transform: translate(0, 0) !important;
    -o-transition: translate(0, 0) !important;
    -moz-transition: translate(0, 0) !important;
    opacity: 1 !important;
  }
}
/* line 92, templates/g5_helium/custom/scss/puppet.scss */
/* line 94, templates/g5_helium/custom/scss/puppet.scss */
/* line 96, templates/g5_helium/custom/scss/puppet.scss */
html.loaded .moduletable.in-tran-dr, html.loaded .moduletable.in-tran-izq, html.loaded .moduletable.in-tran-arriba, html.loaded .moduletable.in-tran-abajo {
  -ms-transform: translate(0px, 0px);
  /* IE 9 */
  -webkit-transform: translate(0px, 0px);
  /* Chrome, Safari, Opera */
  transform: translate(0px, 0px);
  -o-transition: translate(0px, 0px);
  -moz-transition: translate(0px, 0px);
  opacity: 1;
}
/* line 105, templates/g5_helium/custom/scss/puppet.scss */
html.loaded .moduletable.in-scale {
  -ms-transform: scale(1);
  /* IE 9 */
  -webkit-transform: scale(1);
  /* Chrome, Safari, Opera */
  transform: scale(1);
  -o-transition: scale(1);
  -moz-transition: scale(1);
  opacity: 1;
}
/* line 119, templates/g5_helium/custom/scss/puppet.scss */
/* line 122, templates/g5_helium/custom/scss/puppet.scss */
.moduletable.sc-tran-abajo {
  -ms-transform: translate(0, 50px);
  /* IE 9 */
  -webkit-transform: translate(0, 50px);
  /* Chrome, Safari, Opera */
  transform: translate(0, 50px);
  -o-transition: translate(0, 50px);
  -moz-transition: translate(0, 50px);
  opacity: 0;
}
@media only all and (max-width: 47.938rem) {
  .moduletable.sc-tran-abajo {
    -ms-transform: translate(0, 0) !important;
    /* IE 9 */
    -webkit-transform: translate(0, 0) !important;
    /* Chrome, Safari, Opera */
    transform: translate(0, 0) !important;
    -o-transition: translate(0, 0) !important;
    -moz-transition: translate(0, 0) !important;
    opacity: 1 !important;
  }
}
/* line 138, templates/g5_helium/custom/scss/puppet.scss */
.moduletable.sc-tran-arriba {
  -ms-transform: translate(0, -50px);
  /* IE 9 */
  -webkit-transform: translate(0, -50px);
  /* Chrome, Safari, Opera */
  transform: translate(0, -50px);
  -o-transition: translate(0, -50px);
  -moz-transition: translate(0, -50px);
  opacity: 0;
}
@media only all and (max-width: 47.938rem) {
  .moduletable.sc-tran-arriba {
    -ms-transform: translate(0, 0) !important;
    /* IE 9 */
    -webkit-transform: translate(0, 0) !important;
    /* Chrome, Safari, Opera */
    transform: translate(0, 0) !important;
    -o-transition: translate(0, 0) !important;
    -moz-transition: translate(0, 0) !important;
    opacity: 1 !important;
  }
}
/* line 154, templates/g5_helium/custom/scss/puppet.scss */
.moduletable.sc-tran-izq {
  -ms-transform: translate(-50px, 0px);
  /* IE 9 */
  -webkit-transform: translate(-50px, 0px);
  /* Chrome, Safari, Opera */
  transform: translate(-50px, 0px);
  -o-transition: translate(-50px, 0px);
  -moz-transition: translate(-50px, 0px);
  opacity: 0;
}
@media only all and (max-width: 47.938rem) {
  .moduletable.sc-tran-izq {
    -ms-transform: translate(0, 0) !important;
    /* IE 9 */
    -webkit-transform: translate(0, 0) !important;
    /* Chrome, Safari, Opera */
    transform: translate(0, 0) !important;
    -o-transition: translate(0, 0) !important;
    -moz-transition: translate(0, 0) !important;
    opacity: 1 !important;
  }
}
/* line 170, templates/g5_helium/custom/scss/puppet.scss */
.moduletable.sc-tran-dr {
  -ms-transform: translate(50px, 0px);
  /* IE 9 */
  -webkit-transform: translate(50px, 0px);
  /* Chrome, Safari, Opera */
  transform: translate(50px, 0px);
  -o-transition: translate(50px, 0px);
  -moz-transition: translate(50px, 0px);
  opacity: 0;
}
@media only all and (max-width: 47.938rem) {
  .moduletable.sc-tran-dr {
    -ms-transform: translate(0, 0) !important;
    /* IE 9 */
    -webkit-transform: translate(0, 0) !important;
    /* Chrome, Safari, Opera */
    transform: translate(0, 0) !important;
    -o-transition: translate(0, 0) !important;
    -moz-transition: translate(0, 0) !important;
    opacity: 1 !important;
  }
}
/* line 188, templates/g5_helium/custom/scss/puppet.scss */
.moduletable.sc-scale {
  -ms-transform: scale(0);
  /* IE 9 */
  -webkit-transform: scale(0);
  /* Chrome, Safari, Opera */
  transform: scale(0);
  -o-transition: scale(0);
  -moz-transition: scale(0);
  opacity: 0;
}
@media only all and (max-width: 47.938rem) {
  .moduletable.sc-scale {
    -ms-transform: scale(1) !important;
    /* IE 9 */
    -webkit-transform: scale(1) !important;
    /* Chrome, Safari, Opera */
    transform: scale(1) !important;
    -o-transition: scale(1) !important;
    -moz-transition: scale(1) !important;
    opacity: 1 !important;
  }
}
/* line 207, templates/g5_helium/custom/scss/puppet.scss */
/* line 210, templates/g5_helium/custom/scss/puppet.scss */
.moduletable.loaded.sc-tran-dr, .moduletable.loaded.sc-tran-izq, .moduletable.loaded.sc-tran-arriba, .moduletable.loaded.sc-tran-abajo {
  -ms-transform: translate(0px, 0px);
  /* IE 9 */
  -webkit-transform: translate(0px, 0px);
  /* Chrome, Safari, Opera */
  transform: translate(0px, 0px);
  -o-transition: translate(0px, 0px);
  -moz-transition: translate(0px, 0px);
  opacity: 1;
}
/* line 219, templates/g5_helium/custom/scss/puppet.scss */
.moduletable.loaded.sc-scale {
  -ms-transform: scale(1);
  /* IE 9 */
  -webkit-transform: scale(1);
  /* Chrome, Safari, Opera */
  transform: scale(1);
  -o-transition: scale(1);
  -moz-transition: scale(1);
  opacity: 1;
}
/* line 235, templates/g5_helium/custom/scss/puppet.scss */
/* line 236, templates/g5_helium/custom/scss/puppet.scss */
.moduletable.animate .sc-int-tran-abajo {
  -ms-transform: translate(0, 50px);
  /* IE 9 */
  -webkit-transform: translate(0, 50px);
  /* Chrome, Safari, Opera */
  transform: translate(0, 50px);
  -o-transition: translate(0, 50px);
  -moz-transition: translate(0, 50px);
  opacity: 0;
}
@media only all and (max-width: 47.938rem) {
  .moduletable.animate .sc-int-tran-abajo {
    -ms-transform: translate(0, 0) !important;
    /* IE 9 */
    -webkit-transform: translate(0, 0) !important;
    /* Chrome, Safari, Opera */
    transform: translate(0, 0) !important;
    -o-transition: translate(0, 0) !important;
    -moz-transition: translate(0, 0) !important;
    opacity: 1 !important;
  }
}
/* line 252, templates/g5_helium/custom/scss/puppet.scss */
.moduletable.animate .sc-int-tran-arriba {
  -ms-transform: translate(0, -50px);
  /* IE 9 */
  -webkit-transform: translate(0, -50px);
  /* Chrome, Safari, Opera */
  transform: translate(0, -50px);
  -o-transition: translate(0, -50px);
  -moz-transition: translate(0, -50px);
  opacity: 0;
}
@media only all and (max-width: 47.938rem) {
  .moduletable.animate .sc-int-tran-arriba {
    -ms-transform: translate(0, 0) !important;
    /* IE 9 */
    -webkit-transform: translate(0, 0) !important;
    /* Chrome, Safari, Opera */
    transform: translate(0, 0) !important;
    -o-transition: translate(0, 0) !important;
    -moz-transition: translate(0, 0) !important;
    opacity: 1 !important;
  }
}
/* line 268, templates/g5_helium/custom/scss/puppet.scss */
.moduletable.animate .sc-int-tran-izq {
  -ms-transform: translate(-50px, 0px);
  /* IE 9 */
  -webkit-transform: translate(-50px, 0px);
  /* Chrome, Safari, Opera */
  transform: translate(-50px, 0px);
  -o-transition: translate(-50px, 0px);
  -moz-transition: translate(-50px, 0px);
  opacity: 0;
}
@media only all and (max-width: 47.938rem) {
  .moduletable.animate .sc-int-tran-izq {
    -ms-transform: translate(0, 0) !important;
    /* IE 9 */
    -webkit-transform: translate(0, 0) !important;
    /* Chrome, Safari, Opera */
    transform: translate(0, 0) !important;
    -o-transition: translate(0, 0) !important;
    -moz-transition: translate(0, 0) !important;
    opacity: 1 !important;
  }
}
/* line 284, templates/g5_helium/custom/scss/puppet.scss */
.moduletable.animate .sc-int-tran-dr {
  -ms-transform: translate(50px, 0px);
  /* IE 9 */
  -webkit-transform: translate(50px, 0px);
  /* Chrome, Safari, Opera */
  transform: translate(50px, 0px);
  -o-transition: translate(50px, 0px);
  -moz-transition: translate(50px, 0px);
  opacity: 0;
}
@media only all and (max-width: 47.938rem) {
  .moduletable.animate .sc-int-tran-dr {
    -ms-transform: translate(0, 0) !important;
    /* IE 9 */
    -webkit-transform: translate(0, 0) !important;
    /* Chrome, Safari, Opera */
    transform: translate(0, 0) !important;
    -o-transition: translate(0, 0) !important;
    -moz-transition: translate(0, 0) !important;
    opacity: 1 !important;
  }
}
/* line 300, templates/g5_helium/custom/scss/puppet.scss */
.moduletable.animate .sc-int-scale {
  -ms-transform: scale(0);
  -webkit-transform: scale(0);
  transform: scale(0);
  -o-transition: scale(0);
  -moz-transition: scale(0);
  opacity: 0;
}
@media only all and (max-width: 47.938rem) {
  .moduletable.animate .sc-int-scale {
    -ms-transform: scale(1) !important;
    /* IE 9 */
    -webkit-transform: scale(1) !important;
    /* Chrome, Safari, Opera */
    transform: scale(1) !important;
    -o-transition: scale(1) !important;
    -moz-transition: scale(1) !important;
    opacity: 1 !important;
  }
}
/* line 317, templates/g5_helium/custom/scss/puppet.scss */
/* line 318, templates/g5_helium/custom/scss/puppet.scss */
.moduletable.animate.loaded .sc-int-scale {
  -ms-transform: scale(1);
  /* IE 9 */
  -webkit-transform: scale(1);
  /* Chrome, Safari, Opera */
  transform: scale(1);
  -o-transition: scale(1);
  -moz-transition: scale(1);
  opacity: 1;
}
/* line 326, templates/g5_helium/custom/scss/puppet.scss */
.moduletable.animate.loaded .sc-int-tran-abajo, .moduletable.animate.loaded .sc-int-tran-arriba, .moduletable.animate.loaded .sc-int-tran-izq, .moduletable.animate.loaded .sc-int-tran-dr {
  -ms-transform: translate(0px, 0px);
  /* IE 9 */
  -webkit-transform: translate(0px, 0px);
  /* Chrome, Safari, Opera */
  transform: translate(0px, 0px);
  -o-transition: translate(0px, 0px);
  -moz-transition: translate(0px, 0px);
  opacity: 1;
}
/* line 341, templates/g5_helium/custom/scss/puppet.scss */
/* line 342, templates/g5_helium/custom/scss/puppet.scss */
html .in-int-tran-abajo {
  -ms-transform: translate(0, 50px);
  /* IE 9 */
  -webkit-transform: translate(0, 50px);
  /* Chrome, Safari, Opera */
  transform: translate(0, 50px);
  -o-transition: translate(0, 50px);
  -moz-transition: translate(0, 50px);
  opacity: 0;
}
@media only all and (max-width: 47.938rem) {
  html .in-int-tran-abajo {
    -ms-transform: translate(0, 0) !important;
    /* IE 9 */
    -webkit-transform: translate(0, 0) !important;
    /* Chrome, Safari, Opera */
    transform: translate(0, 0) !important;
    -o-transition: translate(0, 0) !important;
    -moz-transition: translate(0, 0) !important;
    opacity: 1 !important;
  }
}
/* line 358, templates/g5_helium/custom/scss/puppet.scss */
html .in-int-tran-arriba {
  -ms-transform: translate(0, -50px);
  /* IE 9 */
  -webkit-transform: translate(0, -50px);
  /* Chrome, Safari, Opera */
  transform: translate(0, -50px);
  -o-transition: translate(0, -50px);
  -moz-transition: translate(0, -50px);
  opacity: 0;
}
@media only all and (max-width: 47.938rem) {
  html .in-int-tran-arriba {
    -ms-transform: translate(0, 0) !important;
    /* IE 9 */
    -webkit-transform: translate(0, 0) !important;
    /* Chrome, Safari, Opera */
    transform: translate(0, 0) !important;
    -o-transition: translate(0, 0) !important;
    -moz-transition: translate(0, 0) !important;
    opacity: 1 !important;
  }
}
/* line 376, templates/g5_helium/custom/scss/puppet.scss */
html .in-int-tran-izq {
  -ms-transform: translate(-50px, 0px);
  /* IE 9 */
  -webkit-transform: translate(-50px, 0px);
  /* Chrome, Safari, Opera */
  transform: translate(-50px, 0px);
  -o-transition: translate(-50px, 0px);
  -moz-transition: translate(-50px, 0px);
  opacity: 0;
}
@media only all and (max-width: 47.938rem) {
  html .in-int-tran-izq {
    -ms-transform: translate(0, 0) !important;
    /* IE 9 */
    -webkit-transform: translate(0, 0) !important;
    /* Chrome, Safari, Opera */
    transform: translate(0, 0) !important;
    -o-transition: translate(0, 0) !important;
    -moz-transition: translate(0, 0) !important;
    opacity: 1 !important;
  }
}
/* line 394, templates/g5_helium/custom/scss/puppet.scss */
html .in-int-tran-dr {
  -ms-transform: translate(50px, 0px);
  /* IE 9 */
  -webkit-transform: translate(50px, 0px);
  /* Chrome, Safari, Opera */
  transform: translate(50px, 0px);
  -o-transition: translate(50px, 0px);
  -moz-transition: translate(50px, 0px);
  opacity: 0;
}
@media only all and (max-width: 47.938rem) {
  html .in-int-tran-dr {
    -ms-transform: translate(0, 0) !important;
    /* IE 9 */
    -webkit-transform: translate(0, 0) !important;
    /* Chrome, Safari, Opera */
    transform: translate(0, 0) !important;
    -o-transition: translate(0, 0) !important;
    -moz-transition: translate(0, 0) !important;
    opacity: 1 !important;
  }
}
/* line 414, templates/g5_helium/custom/scss/puppet.scss */
html .in-int-scale {
  -ms-transform: scale(0);
  /* IE 9 */
  -webkit-transform: scale(0);
  /* Chrome, Safari, Opera */
  transform: scale(0);
  -o-transition: scale(0);
  -moz-transition: scale(0);
  opacity: 0;
}
@media only all and (max-width: 47.938rem) {
  html .in-int-scale {
    opacity: 1 !important;
    -ms-transform: scale(1) !important;
    /* IE 9 */
    -webkit-transform: scale(1) !important;
    /* Chrome, Safari, Opera */
    transform: scale(1) !important;
    -o-transition: scale(1) !important;
    -moz-transition: scale(1) !important;
  }
}
/* line 431, templates/g5_helium/custom/scss/puppet.scss */
/* line 432, templates/g5_helium/custom/scss/puppet.scss */
html.loaded .in-int-tran-abajo, html.loaded .in-int-tran-arriba, html.loaded .in-int-tran-izq, html.loaded .in-int-tran-dr {
  -ms-transform: translate(0px, 0px);
  /* IE 9 */
  -webkit-transform: translate(0px, 0px);
  /* Chrome, Safari, Opera */
  transform: translate(0px, 0px);
  -o-transition: translate(0px, 0px);
  -moz-transition: translate(0px, 0px);
  opacity: 1;
}
/* line 440, templates/g5_helium/custom/scss/puppet.scss */
html.loaded .in-int-scale {
  -ms-transform: scale(1);
  /* IE 9 */
  -webkit-transform: scale(1);
  /* Chrome, Safari, Opera */
  transform: scale(1);
  -o-transition: scale(1);
  -moz-transition: scale(1);
  opacity: 1;
}
/* line 617, templates/g5_helium/custom/scss/puppet.scss */
.o-tran-centro {
  transform-origin: 50% 50%;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
}
/* line 624, templates/g5_helium/custom/scss/puppet.scss */
.o-tran-iz {
  transform-origin: 0% 50%;
  -webkit-transform-origin: 0% 50%;
  -ms-transform-origin: 0% 50%;
  -o-transform-origin: 0% 50%;
  -moz-transform-origin: 0% 50%;
}
/* line 632, templates/g5_helium/custom/scss/puppet.scss */
.o-tran-dr {
  transform-origin: 100% 50%;
  -webkit-transform-origin: 100% 50%;
  -ms-transform-origin: 100% 50%;
  -o-transform-origin: 100% 50%;
  -moz-transform-origin: 100% 50%;
}
/* line 639, templates/g5_helium/custom/scss/puppet.scss */
.o-tran-arriba {
  transform-origin: 50% 0%;
  -webkit-transform-origin: 50% 0%;
  -ms-transform-origin: 50% 0%;
  -o-transform-origin: 50% 0%;
  -moz-transform-origin: 50% 0%;
}
/* line 646, templates/g5_helium/custom/scss/puppet.scss */
.o-tran-arriba-iz {
  transform-origin: 0% 0%;
  -webkit-transform-origin: 0% 0%;
  -ms-transform-origin: 0% 0%;
  -o-transform-origin: 0% 0%;
  -moz-transform-origin: 0% 0%;
}
/* line 713, templates/g5_helium/custom/scss/puppet.scss */
.t-2-04 {
  transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0.4s;
  -webkit-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0.4s;
  -o-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0.4s;
  -moz-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0.4s;
  -ms-transition: transform all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0.4s;
}
/* line 716, templates/g5_helium/custom/scss/puppet.scss */
.t-3-04 {
  transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0.8s;
  -webkit-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0.8s;
  -o-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0.8s;
  -moz-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0.8s;
  -ms-transition: transform all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0.8s;
}
/* line 719, templates/g5_helium/custom/scss/puppet.scss */
.t-4-04 {
  transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 1.2s;
  -webkit-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 1.2s;
  -o-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 1.2s;
  -moz-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 1.2s;
  -ms-transition: transform all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 1.2s;
}
/* line 722, templates/g5_helium/custom/scss/puppet.scss */
.t-5-04 {
  transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 1.6s;
  -webkit-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 1.6s;
  -o-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 1.6s;
  -moz-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 1.6s;
  -ms-transition: transform all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 1.6s;
}
/* line 725, templates/g5_helium/custom/scss/puppet.scss */
.t-6-04 {
  transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 2s;
  -webkit-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 2s;
  -o-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 2s;
  -moz-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 2s;
  -ms-transition: transform all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 2s;
}
/* line 733, templates/g5_helium/custom/scss/puppet.scss */
.t-uno-delta-03 {
  transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
  -webkit-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
  -o-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
  -moz-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
  -ms-transition: transform all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
}
/* line 740, templates/g5_helium/custom/scss/puppet.scss */
.t-dos-delta-03 {
  transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0.3s;
  -webkit-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0.3s;
  -o-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0.3s;
  -moz-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0.3s;
  -ms-transition: transform all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0.3s;
}
/* line 747, templates/g5_helium/custom/scss/puppet.scss */
.t-tres-delta-03 {
  transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0.6s;
  -webkit-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0.6s;
  -o-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0.6s;
  -moz-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0.6s;
  -ms-transition: transform all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0.6s;
}
/* line 754, templates/g5_helium/custom/scss/puppet.scss */
.t-cuatro-delta-03 {
  transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0.9s;
  -webkit-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0.9s;
  -o-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0.9s;
  -moz-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0.9s;
  -ms-transition: transform all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0.9s;
}
/* line 761, templates/g5_helium/custom/scss/puppet.scss */
.t-cinco-delta-03 {
  transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 1.2s;
  -webkit-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 1.2s;
  -o-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 1.2s;
  -moz-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 1.2s;
  -ms-transition: transform all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 1.2s;
}
/* line 768, templates/g5_helium/custom/scss/puppet.scss */
.t-seis-delta-03 {
  transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 1.5s;
  -webkit-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 1.5s;
  -o-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 1.5s;
  -moz-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 1.5s;
  -ms-transition: transform all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 1.5s;
}
@-webkit-keyframes bombita {
  /* line 156, templates/g5_helium/custom/scss/_var-gen.scss */
  0% {
    -webkit-transform: translate(0, -10px);
  }
  /* line 157, templates/g5_helium/custom/scss/_var-gen.scss */
  50% {
    -webkit-transform: translate(0, 0px);
  }
  /* line 158, templates/g5_helium/custom/scss/_var-gen.scss */
  100% {
    -webkit-transform: translate(0, -10px);
  }
}
@-moz-keyframes bombita {
  /* line 161, templates/g5_helium/custom/scss/_var-gen.scss */
  0% {
    -moz-transition: translate(0, -10px);
  }
  /* line 162, templates/g5_helium/custom/scss/_var-gen.scss */
  50% {
    -moz-transition: translate(0, 0px);
  }
  /* line 163, templates/g5_helium/custom/scss/_var-gen.scss */
  100% {
    -moz-transition: translate(0, -10px);
  }
}
@-o-keyframes bombita {
  /* line 166, templates/g5_helium/custom/scss/_var-gen.scss */
  0% {
    -o-transition: translate(0, -10px);
  }
  /* line 167, templates/g5_helium/custom/scss/_var-gen.scss */
  50% {
    -o-transition: translate(0, 0px);
  }
  /* line 168, templates/g5_helium/custom/scss/_var-gen.scss */
  100% {
    -o-transition: translate(0, -10px);
  }
}
@keyframes bombita {
  /* line 171, templates/g5_helium/custom/scss/_var-gen.scss */
  0% {
    transform: translate(0, -10px);
  }
  /* line 172, templates/g5_helium/custom/scss/_var-gen.scss */
  50% {
    transform: translate(0, 0px);
  }
  /* line 173, templates/g5_helium/custom/scss/_var-gen.scss */
  100% {
    transform: translate(0, -10px);
  }
}
/* line 176, templates/g5_helium/custom/scss/_var-gen.scss */
.inner-tran-abajo {
  -ms-transform: translate(0, 50px);
  /* IE 9 */
  -webkit-transform: translate(0, 50px);
  /* Chrome, Safari, Opera */
  transform: translate(0, 50px);
  -o-transition: translate(0, 50px);
  -moz-transition: translate(0, 50px);
  opacity: 0;
}
@media only all and (max-width: 47.938rem) {
  .inner-tran-abajo {
    -ms-transform: translate(0, 0px) !important;
    /* IE 9 */
    -webkit-transform: translate(0, 0px) !important;
    /* Chrome, Safari, Opera */
    transform: translate(0, 0px) !important;
    -o-transition: translate(0, 0px) !important;
    -moz-transition: translate(0, 0px) !important;
    opacity: 1;
  }
}
/* line 179, templates/g5_helium/custom/scss/_var-gen.scss */
.inner-tran-arriba {
  -ms-transform: translate(0, -50px);
  /* IE 9 */
  -webkit-transform: translate(0, -50px);
  /* Chrome, Safari, Opera */
  transform: translate(0, -50px);
  -o-transition: translate(0, -50px);
  -moz-transition: translate(0, -50px);
  opacity: 0;
}
@media only all and (max-width: 47.938rem) {
  .inner-tran-arriba {
    -ms-transform: translate(0, 0px) !important;
    /* IE 9 */
    -webkit-transform: translate(0, 0px) !important;
    /* Chrome, Safari, Opera */
    transform: translate(0, 0px) !important;
    -o-transition: translate(0, 0px) !important;
    -moz-transition: translate(0, 0px);
    opacity: 1;
  }
}
/* line 182, templates/g5_helium/custom/scss/_var-gen.scss */
.inner-tran-izq {
  -ms-transform: translate(-50px, 0px);
  /* IE 9 */
  -webkit-transform: translate(-50px, 0px);
  /* Chrome, Safari, Opera */
  transform: translate(-50px, 0px);
  -o-transition: translate(-50px, 0px);
  -moz-transition: translate(-50px, 0px);
  opacity: 0;
}
@media only all and (max-width: 47.938rem) {
  .inner-tran-izq {
    -ms-transform: translate(0, 0px) !important;
    /* IE 9 */
    -webkit-transform: translate(0, 0px) !important;
    /* Chrome, Safari, Opera */
    transform: translate(0, 0px) !important;
    -o-transition: translate(0, 0px) !important;
    -moz-transition: translate(0, 0px) !important;
    opacity: 1;
  }
}
/* line 185, templates/g5_helium/custom/scss/_var-gen.scss */
.inner-tran-dr {
  -ms-transform: translate(50px, 0px);
  /* IE 9 */
  -webkit-transform: translate(50px, 0px);
  /* Chrome, Safari, Opera */
  transform: translate(50px, 0px);
  -o-transition: translate(50px, 0px);
  -moz-transition: translate(50px, 0px);
  opacity: 0;
}
@media only all and (max-width: 47.938rem) {
  .inner-tran-dr {
    -ms-transform: translate(0, 0px) !important;
    /* IE 9 */
    -webkit-transform: translate(0, 0px) !important;
    /* Chrome, Safari, Opera */
    transform: translate(0, 0px) !important;
    -o-transition: translate(0, 0px) !important;
    -moz-transition: translate(0, 0px) !important;
    opacity: 1;
  }
}
/* line 188, templates/g5_helium/custom/scss/_var-gen.scss */
.inner-scale-cen {
  -ms-transform: scale(0);
  /* IE 9 */
  -webkit-transform: scale(0);
  /* Chrome, Safari, Opera */
  transform: scale(0);
  -o-transition: scale(0);
  -moz-transition: scale(0);
  opacity: 0;
}
@media only all and (max-width: 47.938rem) {
  .inner-scale-cen {
    -ms-transform: scale(1) !important;
    /* IE 9 */
    -webkit-transform: scale(1) !important;
    /* Chrome, Safari, Opera */
    transform: scale(1) !important;
    -o-transition: scale(1) !important;
    -moz-transition: scale(1) !important;
    opacity: 1;
  }
}
/* line 191, templates/g5_helium/custom/scss/_var-gen.scss */
.inner-scale-dr {
  -ms-transform: scale(0, 1);
  /* IE 9 */
  -webkit-transform: scale(0, 1);
  /* Chrome, Safari, Opera */
  transform: scale(0, 1);
  -o-transition: scale(0, 1);
  -moz-transition: scale(0, 1);
  opacity: 0;
}
@media only all and (max-width: 47.938rem) {
  .inner-scale-dr {
    -ms-transform: scale(1) !important;
    /* IE 9 */
    -webkit-transform: scale(1) !important;
    /* Chrome, Safari, Opera */
    transform: scale(1) !important;
    -o-transition: scale(1) !important;
    -moz-transition: scale(1) !important;
    opacity: 1;
  }
}
/* line 194, templates/g5_helium/custom/scss/_var-gen.scss */
.inner-scale-dr-arriba {
  -ms-transform: scale(0, 0);
  /* IE 9 */
  -webkit-transform: scale(0, 0);
  /* Chrome, Safari, Opera */
  transform: scale(0, 0);
  -o-transition: scale(0, 0);
  -moz-transition: scale(0, 0);
  opacity: 0;
}
@media only all and (max-width: 47.938rem) {
  .inner-scale-dr-arriba {
    -ms-transform: scale(1) !important;
    /* IE 9 */
    -webkit-transform: scale(1) !important;
    /* Chrome, Safari, Opera */
    transform: scale(1) !important;
    -o-transition: scale(1) !important;
    -moz-transition: scale(1) !important;
    opacity: 1;
  }
}
/* line 197, templates/g5_helium/custom/scss/_var-gen.scss */
.inner-scale-fin {
  -ms-transform: scale(1) !important;
  /* IE 9 */
  -webkit-transform: scale(1) !important;
  /* Chrome, Safari, Opera */
  transform: scale(1) !important;
  -o-transition: scale(1) !important;
  -moz-transition: scale(1) !important;
  opacity: 1 !important;
}
/* line 201, templates/g5_helium/custom/scss/_var-gen.scss */
.inner-tran-fin {
  opacity: 1;
  -ms-transform: translate(0, 0px);
  /* IE 9 */
  -webkit-transform: translate(0, 0px);
  /* Chrome, Safari, Opera */
  transform: translate(0, 0px);
  -o-transition: translate(0, 0px);
  -moz-transition: translate(0, 0px);
}
/* line 206, templates/g5_helium/custom/scss/_var-gen.scss */
.t-i-1-06 {
  transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
  -webkit-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
  -o-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
  -moz-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
  -ms-transition: transform all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
}
/* line 209, templates/g5_helium/custom/scss/_var-gen.scss */
.t-i-2-06 {
  transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0.3s;
  -webkit-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0.3s;
  -o-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0.3s;
  -moz-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0.3s;
  -ms-transition: transform all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0.3s;
}
/* line 212, templates/g5_helium/custom/scss/_var-gen.scss */
.t-i-3-06 {
  transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0.6s;
  -webkit-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0.6s;
  -o-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0.6s;
  -moz-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0.6s;
  -ms-transition: transform all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0.6s;
}
/* line 215, templates/g5_helium/custom/scss/_var-gen.scss */
.t-i-4-06 {
  transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0.9s;
  -webkit-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0.9s;
  -o-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0.9s;
  -moz-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0.9s;
  -ms-transition: transform all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0.9s;
}
/* line 218, templates/g5_helium/custom/scss/_var-gen.scss */
.t-i-5-06 {
  transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 1.2s;
  -webkit-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 1.2s;
  -o-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 1.2s;
  -moz-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 1.2s;
  -ms-transition: transform all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 1.3s;
}
/* line 221, templates/g5_helium/custom/scss/_var-gen.scss */
.t-i-6-06 {
  transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 1.5s;
  -webkit-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 1.5s;
  -o-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 1.5s;
  -moz-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 1.5s;
  -ms-transition: transform all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 1.5s;
}
/* line 2, templates/g5_helium/custom/scss/_styles.scss */
/* line 3, templates/g5_helium/custom/scss/_styles.scss */
/* line 4, templates/g5_helium/custom/scss/_styles.scss */
.moduletable.list-yt-mod ul li {
  display: block;
  background: #f2f1f1;
  border: 1px solid #e6e6e5;
  padding: 1rem;
  margin-bottom: 1rem;
}
/* line 10, templates/g5_helium/custom/scss/_styles.scss */
.moduletable.list-yt-mod ul li a {
  display: table;
  color: #000 !important;
}
/* line 14, templates/g5_helium/custom/scss/_styles.scss */
.moduletable.list-yt-mod ul li a img {
  display: table-cell;
  vertical-align: middle;
  padding-right: 15px;
  border-right: 1px solid #e6e6e6;
}
/* line 20, templates/g5_helium/custom/scss/_styles.scss */
.moduletable.list-yt-mod ul li a span {
  padding-left: 15px;
  display: table-cell;
  vertical-align: middle;
}
/* line 24, templates/g5_helium/custom/scss/_styles.scss */
.moduletable.list-yt-mod ul li a span strong {
  font-weight: normal !important;
  font-family: 'Conv_librefranklin-bold';
}
/* line 33, templates/g5_helium/custom/scss/_styles.scss */
/* line 34, templates/g5_helium/custom/scss/_styles.scss */
.moduletable.bloques-ini-inf ul {
  display: block;
  margin: 0rem;
  padding: 0rem;
}
/* line 37, templates/g5_helium/custom/scss/_styles.scss */
.moduletable.bloques-ini-inf ul li {
  display: inline-block;
  width: 32%;
  text-align: center;
  vertical-align: top;
  font-family: 'Conv_librefranklin-bold' !important;
  text-transform: uppercase;
  font-size: 1.3rem;
  line-height: 1.8rem;
  margin-bottom: 1rem;
}
@media only all and (min-width: 30.062rem) and (max-width: 47.938rem) {
  .moduletable.bloques-ini-inf ul li {
    width: 100%;
  }
}
@media only all and (max-width: 30rem) {
  .moduletable.bloques-ini-inf ul li {
    width: 100%;
  }
}
/* line 41, templates/g5_helium/custom/scss/_styles.scss */
.moduletable.bloques-ini-inf ul li img {
  display: block;
  margin: 0rem auto;
}
@media only all and (min-width: 30.062rem) and (max-width: 47.938rem) {
  .moduletable.bloques-ini-inf ul li {
    font-size: 1.1rem !important;
  }
}
@media only all and (max-width: 30rem) {
  .moduletable.bloques-ini-inf ul li {
    font-size: 1rem !important;
    text-transform: none !important;
  }
}
/* line 60, templates/g5_helium/custom/scss/_styles.scss */
/* line 61, templates/g5_helium/custom/scss/_styles.scss */
/* line 62, templates/g5_helium/custom/scss/_styles.scss */
/* line 63, templates/g5_helium/custom/scss/_styles.scss */
.moduletable.yt-list .wrap .slider ul {
  margin: 0rem;
}
/* line 65, templates/g5_helium/custom/scss/_styles.scss */
/* line 66, templates/g5_helium/custom/scss/_styles.scss */
.moduletable.yt-list .wrap .slider ul li a.mia-yt-img {
  display: block;
  border: 1px solid #e6e6e6;
  padding: 0.5rem;
}
/* line 70, templates/g5_helium/custom/scss/_styles.scss */
.moduletable.yt-list .wrap .slider ul li a.mia-yt-img .img-inner-yt {
  background-size: cover;
  background-position: 50% 50%;
  min-height: 259px;
  position: relative;
}
/* line 75, templates/g5_helium/custom/scss/_styles.scss */
.moduletable.yt-list .wrap .slider ul li a.mia-yt-img .img-inner-yt h2 {
  font-family: 'Conv_librefranklin-bold' !important;
  color: #fff;
  font-size: 1rem !important;
  background: rgba(59, 89, 152, 0.8);
  display: inline-block;
  padding: 10px 20px !important;
  position: absolute;
  bottom: 10px;
  left: 10px;
  margin: 0rem 1rem 0rem 0rem !important;
}
/* line 94, templates/g5_helium/custom/scss/_styles.scss */
@media only all and (min-width: 30.062rem) and (max-width: 47.938rem) {
  .moduletable.pie {
    text-align: center;
  }
}
@media only all and (max-width: 30rem) {
  .moduletable.pie {
    text-align: center;
  }
}
/* line 101, templates/g5_helium/custom/scss/_styles.scss */
.moduletable.pie ul {
  margin: 0rem !important;
}
/* line 103, templates/g5_helium/custom/scss/_styles.scss */
.moduletable.pie ul li {
  margin-right: 2rem;
  display: inline-block;
}
@media only all and (min-width: 60rem) and (max-width: 74.938rem) {
  .moduletable.pie ul li {
    margin-right: 0.5rem;
  }
}
@media only all and (min-width: 48rem) and (max-width: 59.938rem) {
  .moduletable.pie ul li {
    margin-bottom: 1rem;
  }
}
@media only all and (min-width: 30.062rem) and (max-width: 47.938rem) {
  .moduletable.pie ul li {
    margin-bottom: 1rem;
  }
}
@media only all and (max-width: 30rem) {
  .moduletable.pie ul li {
    margin-bottom: 1rem;
  }
}
/* line 118, templates/g5_helium/custom/scss/_styles.scss */
.moduletable.pie ul li.twitter a {
  color: #fff;
}
/* line 120, templates/g5_helium/custom/scss/_styles.scss */
.moduletable.pie ul li.twitter a:before {
  content: "\f099";
  font-family: FontAwesome;
  border-radius: 50rem;
  background: #55acee;
  height: 32px;
  width: 32px;
  margin-right: 1.2rem;
  display: inline-block;
  line-height: 32px;
  text-align: center;
  font-size: 1.3rem;
}
@media only all and (min-width: 60rem) and (max-width: 74.938rem) {
  .moduletable.pie ul li.twitter a:before {
    margin-right: 0.8rem;
  }
}
/* line 137, templates/g5_helium/custom/scss/_styles.scss */
.moduletable.pie ul li.facebook a {
  color: #fff;
}
/* line 139, templates/g5_helium/custom/scss/_styles.scss */
.moduletable.pie ul li.facebook a:before {
  content: "\f09a";
  font-family: FontAwesome;
  border-radius: 50rem;
  background: #3b5998;
  height: 32px;
  width: 32px;
  margin-right: 1.2rem;
  display: inline-block;
  line-height: 32px;
  text-align: center;
  font-size: 1.3rem;
}
@media only all and (min-width: 60rem) and (max-width: 74.938rem) {
  .moduletable.pie ul li.facebook a:before {
    margin-right: 0.8rem;
  }
}
/* line 156, templates/g5_helium/custom/scss/_styles.scss */
.moduletable.pie ul li.telefono {
  color: #fff;
}
/* line 158, templates/g5_helium/custom/scss/_styles.scss */
.moduletable.pie ul li.telefono strong {
  font-family: 'Conv_librefranklin-bold';
  font-weight: normal;
}
/* line 162, templates/g5_helium/custom/scss/_styles.scss */
.moduletable.pie ul li.telefono:before {
  content: "\f095";
  font-family: FontAwesome;
  margin-right: 1.2rem;
  display: inline-block;
  text-align: center;
  font-size: 28px;
  vertical-align: middle;
}
/* line 172, templates/g5_helium/custom/scss/_styles.scss */
.moduletable.pie ul li.correo {
  color: #e3a611;
}
/* line 174, templates/g5_helium/custom/scss/_styles.scss */
.moduletable.pie ul li.correo:before {
  content: "\f003";
  color: #fff;
  font-family: FontAwesome;
  margin-right: 1.2rem;
  display: inline-block;
  text-align: center;
  font-size: 28px;
  vertical-align: middle;
}
/* line 185, templates/g5_helium/custom/scss/_styles.scss */
.moduletable.pie ul li.logo {
  color: #fff;
  border-right: 1px solid #29abe2;
  padding-right: 2rem;
}
@media only all and (min-width: 60rem) and (max-width: 74.938rem) {
  .moduletable.pie ul li.logo {
    padding-right: 0.5rem;
  }
}
/* line 196, templates/g5_helium/custom/scss/_styles.scss */
.moduletable.formacion {
  background: #fff;
  border: 1px solid #e6e6e6;
}
/* line 199, templates/g5_helium/custom/scss/_styles.scss */
.moduletable.formacion h2 {
  color: #1f2d3e;
  text-transform: uppercase !important;
  font-size: 25px !important;
  font-family: 'Conv_Catamaran-Thin' !important;
  font-weight: normal !important;
  margin-bottom: 0.2rem;
}
/* line 206, templates/g5_helium/custom/scss/_styles.scss */
.moduletable.formacion h2 strong {
  font-family: 'Conv_Catamaran-Bold' !important;
  font-weight: normal !important;
}
/* line 211, templates/g5_helium/custom/scss/_styles.scss */
.moduletable.formacion h3 {
  color: #0074c4;
  font-family: 'Conv_librefranklin-bold' !important;
  font-weight: normal !important;
  font-size: 24px !important;
}
/* line 218, templates/g5_helium/custom/scss/_styles.scss */
/* line 219, templates/g5_helium/custom/scss/_styles.scss */
.moduletable.academicas h3 {
  color: #1f2d3e;
  font-size: 1.56rem;
  line-height: 2.06rem !important;
  font-family: 'Conv_librefranklin-semibold' !important;
  border: none;
  background: url('../images/iconos-actividades-02.svg') no-repeat 0 50%;
  padding: 1rem 0 1rem 4rem;
}
@media only all and (max-width: 47.938rem) {
  .moduletable.academicas h3 {
    font-size: 1.2rem;
    line-height: 1.7rem !important;
  }
}
/* line 226, templates/g5_helium/custom/scss/_styles.scss */
/* line 227, templates/g5_helium/custom/scss/_styles.scss */
.moduletable.comienzos h3 {
  color: #1f2d3e;
  font-size: 1.56rem;
  line-height: 2.06rem !important;
  font-family: 'Conv_librefranklin-semibold' !important;
  border: none;
  background: url('../images/icono-nuevos-comienzos-03.svg') no-repeat 0 50%;
  padding: 1rem 0 1rem 4rem;
}
@media only all and (max-width: 47.938rem) {
  .moduletable.comienzos h3 {
    font-size: 1.2rem;
    line-height: 1.7rem !important;
  }
}
/* line 236, templates/g5_helium/custom/scss/_styles.scss */
.moduletable.conversemos {
  text-align: center;
  font-size: 1.25rem !important;
  line-height: 1.75rem !important;
}
/* line 239, templates/g5_helium/custom/scss/_styles.scss */
.moduletable.conversemos h3.g-title {
  font-size: 1.56rem;
  line-height: 2.06rem !important;
  font-family: 'Conv_librefranklin-semibold' !important;
  border: none;
  transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
  -webkit-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
  -o-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
  -moz-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
  -ms-transition: transform all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
  -ms-transform: translate(0, 50px);
  /* IE 9 */
  -webkit-transform: translate(0, 50px);
  /* Chrome, Safari, Opera */
  transform: translate(0, 50px);
  -o-transition: translate(0, 50px);
  -moz-transition: translate(0, 50px);
  opacity: 0;
}
@media only all and (max-width: 47.938rem) {
  .moduletable.conversemos h3.g-title {
    font-size: 1.2rem;
    line-height: 1.7rem !important;
  }
}
@media only all and (max-width: 47.938rem) {
  .moduletable.conversemos h3.g-title {
    -ms-transform: translate(0, 0px) !important;
    /* IE 9 */
    -webkit-transform: translate(0, 0px) !important;
    /* Chrome, Safari, Opera */
    transform: translate(0, 0px) !important;
    -o-transition: translate(0, 0px) !important;
    -moz-transition: translate(0, 0px) !important;
    opacity: 1;
  }
}
/* line 244, templates/g5_helium/custom/scss/_styles.scss */
.moduletable.conversemos p {
  transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0.3s;
  -webkit-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0.3s;
  -o-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0.3s;
  -moz-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0.3s;
  -ms-transition: transform all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0.3s;
  -ms-transform: translate(0, 50px);
  /* IE 9 */
  -webkit-transform: translate(0, 50px);
  /* Chrome, Safari, Opera */
  transform: translate(0, 50px);
  -o-transition: translate(0, 50px);
  -moz-transition: translate(0, 50px);
  opacity: 0;
}
@media only all and (max-width: 47.938rem) {
  .moduletable.conversemos p {
    -ms-transform: translate(0, 0px) !important;
    /* IE 9 */
    -webkit-transform: translate(0, 0px) !important;
    /* Chrome, Safari, Opera */
    transform: translate(0, 0px) !important;
    -o-transition: translate(0, 0px) !important;
    -moz-transition: translate(0, 0px) !important;
    opacity: 1;
  }
}
/* line 248, templates/g5_helium/custom/scss/_styles.scss */
.moduletable.conversemos ul {
  margin: 5rem 0rem;
  display: block;
}
/* line 252, templates/g5_helium/custom/scss/_styles.scss */
.moduletable.conversemos ul li {
  list-style: none;
  display: inline-block;
  vertical-align: middle;
  width: calc(100%/4.1);
  text-shadow: none !important;
}
@media only all and (min-width: 30.062rem) and (max-width: 47.938rem) {
  .moduletable.conversemos ul li {
    width: 50%;
  }
}
@media only all and (max-width: 30rem) {
  .moduletable.conversemos ul li {
    width: 100%;
  }
}
/* line 264, templates/g5_helium/custom/scss/_styles.scss */
.moduletable.conversemos ul li a {
  color: #fff !important;
  display: inline-block;
  padding-top: 19px;
  width: 90px;
  height: 90px;
  text-align: center;
  border-radius: 100%;
  border: 3px solid #fff !important;
  background: transparent;
  transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
  -webkit-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
  -o-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
  -moz-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
  -ms-transition: transform all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
}
/* line 276, templates/g5_helium/custom/scss/_styles.scss */
.moduletable.conversemos ul li:nth-child(1) {
  background: transparent;
  transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0.6s;
  -webkit-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0.6s;
  -o-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0.6s;
  -moz-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0.6s;
  -ms-transition: transform all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0.6s;
  -ms-transform: scale(0);
  /* IE 9 */
  -webkit-transform: scale(0);
  /* Chrome, Safari, Opera */
  transform: scale(0);
  -o-transition: scale(0);
  -moz-transition: scale(0);
  opacity: 0;
}
@media only all and (max-width: 47.938rem) {
  .moduletable.conversemos ul li:nth-child(1) {
    -ms-transform: scale(1) !important;
    /* IE 9 */
    -webkit-transform: scale(1) !important;
    /* Chrome, Safari, Opera */
    transform: scale(1) !important;
    -o-transition: scale(1) !important;
    -moz-transition: scale(1) !important;
    opacity: 1;
  }
}
/* line 280, templates/g5_helium/custom/scss/_styles.scss */
.moduletable.conversemos ul li:nth-child(1) a:hover {
  background: rgba(59, 89, 152, 0.8);
}
/* line 284, templates/g5_helium/custom/scss/_styles.scss */
.moduletable.conversemos ul li:nth-child(2) {
  background: transparent;
  transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0.9s;
  -webkit-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0.9s;
  -o-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0.9s;
  -moz-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0.9s;
  -ms-transition: transform all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0.9s;
  -ms-transform: scale(0);
  /* IE 9 */
  -webkit-transform: scale(0);
  /* Chrome, Safari, Opera */
  transform: scale(0);
  -o-transition: scale(0);
  -moz-transition: scale(0);
  opacity: 0;
}
@media only all and (max-width: 47.938rem) {
  .moduletable.conversemos ul li:nth-child(2) {
    -ms-transform: scale(1) !important;
    /* IE 9 */
    -webkit-transform: scale(1) !important;
    /* Chrome, Safari, Opera */
    transform: scale(1) !important;
    -o-transition: scale(1) !important;
    -moz-transition: scale(1) !important;
    opacity: 1;
  }
}
/* line 288, templates/g5_helium/custom/scss/_styles.scss */
.moduletable.conversemos ul li:nth-child(2) a:hover {
  background: rgba(85, 172, 238, 0.8);
}
/* line 292, templates/g5_helium/custom/scss/_styles.scss */
.moduletable.conversemos ul li:nth-child(3) {
  background: transparent;
  transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 1.2s;
  -webkit-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 1.2s;
  -o-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 1.2s;
  -moz-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 1.2s;
  -ms-transition: transform all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 1.3s;
  -ms-transform: scale(0);
  /* IE 9 */
  -webkit-transform: scale(0);
  /* Chrome, Safari, Opera */
  transform: scale(0);
  -o-transition: scale(0);
  -moz-transition: scale(0);
  opacity: 0;
}
@media only all and (max-width: 47.938rem) {
  .moduletable.conversemos ul li:nth-child(3) {
    -ms-transform: scale(1) !important;
    /* IE 9 */
    -webkit-transform: scale(1) !important;
    /* Chrome, Safari, Opera */
    transform: scale(1) !important;
    -o-transition: scale(1) !important;
    -moz-transition: scale(1) !important;
    opacity: 1;
  }
}
/* line 296, templates/g5_helium/custom/scss/_styles.scss */
.moduletable.conversemos ul li:nth-child(3) a:hover {
  background: rgba(191, 36, 35, 0.8);
}
/* line 300, templates/g5_helium/custom/scss/_styles.scss */
.moduletable.conversemos ul li:nth-child(4) {
  background: transparent;
  transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 1.5s;
  -webkit-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 1.5s;
  -o-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 1.5s;
  -moz-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 1.5s;
  -ms-transition: transform all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 1.5s;
  -ms-transform: scale(0);
  /* IE 9 */
  -webkit-transform: scale(0);
  /* Chrome, Safari, Opera */
  transform: scale(0);
  -o-transition: scale(0);
  -moz-transition: scale(0);
  opacity: 0;
}
@media only all and (max-width: 47.938rem) {
  .moduletable.conversemos ul li:nth-child(4) {
    -ms-transform: scale(1) !important;
    /* IE 9 */
    -webkit-transform: scale(1) !important;
    /* Chrome, Safari, Opera */
    transform: scale(1) !important;
    -o-transition: scale(1) !important;
    -moz-transition: scale(1) !important;
    opacity: 1;
  }
}
/* line 304, templates/g5_helium/custom/scss/_styles.scss */
.moduletable.conversemos ul li:nth-child(4) a {
  padding-top: 16px;
}
/* line 305, templates/g5_helium/custom/scss/_styles.scss */
.moduletable.conversemos ul li:nth-child(4) a:hover {
  background: rgba(252, 238, 33, 0.8);
}
/* line 311, templates/g5_helium/custom/scss/_styles.scss */
/* line 312, templates/g5_helium/custom/scss/_styles.scss */
.moduletable.conversemos.loaded h3.g-title, .moduletable.conversemos.loaded p {
  opacity: 1;
  -ms-transform: translate(0, 0px);
  /* IE 9 */
  -webkit-transform: translate(0, 0px);
  /* Chrome, Safari, Opera */
  transform: translate(0, 0px);
  -o-transition: translate(0, 0px);
  -moz-transition: translate(0, 0px);
}
/* line 315, templates/g5_helium/custom/scss/_styles.scss */
.moduletable.conversemos.loaded ul li {
  -ms-transform: scale(1) !important;
  /* IE 9 */
  -webkit-transform: scale(1) !important;
  /* Chrome, Safari, Opera */
  transform: scale(1) !important;
  -o-transition: scale(1) !important;
  -moz-transition: scale(1) !important;
  opacity: 1 !important;
}
/* line 321, templates/g5_helium/custom/scss/_styles.scss */
.moduletable.slide-inicio {
  padding-top: 3rem;
}
@media only all and (min-width: 48rem) and (max-width: 59.938rem) {
  .moduletable.slide-inicio {
    padding-top: 1.8rem !important;
  }
}
@media only all and (min-width: 30.062rem) and (max-width: 47.938rem) {
  .moduletable.slide-inicio {
    padding-top: 1.8rem !important;
  }
}
@media only all and (max-width: 30rem) {
  .moduletable.slide-inicio {
    padding-top: 1.8rem !important;
  }
}
/* line 334, templates/g5_helium/custom/scss/_styles.scss */
.moduletable.buscador {
  text-align: center;
}
/* line 336, templates/g5_helium/custom/scss/_styles.scss */
.moduletable.buscador .mod_flexiadvsearch_wrapper form {
  margin: 0rem !important;
}
/* line 338, templates/g5_helium/custom/scss/_styles.scss */
.moduletable.buscador .mod_flexiadvsearch_wrapper form .fc_text_search {
  display: block !important;
}
/* line 340, templates/g5_helium/custom/scss/_styles.scss */
.moduletable.buscador .mod_flexiadvsearch_wrapper form .fc_text_search .btn-wrapper {
  margin: 0rem !important;
  border-bottom: 3px solid #069;
  display: block !important;
}
/* line 344, templates/g5_helium/custom/scss/_styles.scss */
.moduletable.buscador .mod_flexiadvsearch_wrapper form .fc_text_search .btn-wrapper input {
  border-radius: 0rem !important;
  line-height: 33px !important;
  width: 90% !important;
  background: transparent !important;
}
/* line 350, templates/g5_helium/custom/scss/_styles.scss */
.moduletable.buscador .mod_flexiadvsearch_wrapper form .fc_text_search .btn-wrapper input.fc_index_complete_simple {
  border-bottom: none !important;
  border-right: none !important;
  border-left: none !important;
  border-top: none !important;
  color: #fff !important;
  font-size: 2.25rem !important;
  line-height: 3rem !important;
  height: unset !important;
}
/* line 359, templates/g5_helium/custom/scss/_styles.scss */
.moduletable.buscador .mod_flexiadvsearch_wrapper form .fc_text_search .btn-wrapper input.fc_index_complete_simple:focus, .moduletable.buscador .mod_flexiadvsearch_wrapper form .fc_text_search .btn-wrapper input.fc_index_complete_simple:hover {
  box-shadow: none !important;
}
/* line 363, templates/g5_helium/custom/scss/_styles.scss */
.moduletable.buscador .mod_flexiadvsearch_wrapper form .fc_text_search .btn-wrapper .btn.btn-success {
  margin-left: 0.3rem !important;
  padding: 12px 30px !important;
  width: auto !important;
  background: url('../images/lupa.svg') no-repeat 50% 50% transparent !important;
  border: none !important;
  font-size: 0rem !important;
  position: absolute;
  right: 0;
}
/* line 379, templates/g5_helium/custom/scss/_styles.scss */
.moduletable.iconospie {
  font-size: 0.9rem;
}
/* line 381, templates/g5_helium/custom/scss/_styles.scss */
.moduletable.iconospie p a {
  color: #db9907;
}
/* line 384, templates/g5_helium/custom/scss/_styles.scss */
.moduletable.iconospie ul {
  margin: 0px;
}
/* line 386, templates/g5_helium/custom/scss/_styles.scss */
.moduletable.iconospie ul li {
  list-style: none;
  display: inline-block;
  vertical-align: middle;
  font-size: 0.9rem;
}
/* line 391, templates/g5_helium/custom/scss/_styles.scss */
.moduletable.iconospie ul li i, .moduletable.iconospie ul li em {
  color: #fff !important;
}
/* line 394, templates/g5_helium/custom/scss/_styles.scss */
.moduletable.iconospie ul li strong {
  font-weight: normal !important;
  display: block;
  height: 23px;
  width: 23px;
  text-align: center;
  border-radius: 100%;
  padding-top: 1px;
}
/* line 403, templates/g5_helium/custom/scss/_styles.scss */
.moduletable.iconospie ul li.fb strong {
  background: #3b5998;
}
/* line 406, templates/g5_helium/custom/scss/_styles.scss */
.moduletable.iconospie ul li.tw strong {
  background: #55acee;
}
/* line 409, templates/g5_helium/custom/scss/_styles.scss */
.moduletable.iconospie ul li.yt strong {
  background: #d22215;
}
/* line 412, templates/g5_helium/custom/scss/_styles.scss */
.moduletable.iconospie ul li.gp strong {
  background: #dc4e41;
}
/* line 415, templates/g5_helium/custom/scss/_styles.scss */
.moduletable.iconospie ul li.fk strong {
  background: #ff0084;
}
/* line 418, templates/g5_helium/custom/scss/_styles.scss */
.moduletable.iconospie ul li.sc strong {
  background: #ff6a22;
}
/* line 421, templates/g5_helium/custom/scss/_styles.scss */
.moduletable.iconospie ul li.is strong {
  padding-top: 0.15rem;
  background: #f56c58;
}
/* line 429, templates/g5_helium/custom/scss/_styles.scss */
.moduletable.mod-sup-dr {
  padding-left: 0rem !important;
  margin-left: -0.2rem !important;
}
@media only all and (min-width: 30.062rem) and (max-width: 47.938rem) {
  .moduletable.mod-sup-dr {
    padding: 0.938rem !important;
    margin: 0.625rem !important;
  }
}
@media only all and (max-width: 30rem) {
  .moduletable.mod-sup-dr {
    padding: 0.938rem !important;
    margin: 0.625rem !important;
  }
}
/* line 441, templates/g5_helium/custom/scss/_styles.scss */
.moduletable.mod-bloq-sup-ini {
  padding: 0 0.38rem !important;
  margin-top: 0rem !important;
}
/* line 446, templates/g5_helium/custom/scss/_styles.scss */
/* line 447, templates/g5_helium/custom/scss/_styles.scss */
.outline-10 #g-utility {
  /*background: linear-gradient(to right,#FFFFFF 50%, transparentize(#079AEE, 90%) 50%) !important;
   @include breakpoint(large-mobile-range) {
   background:#FFF !important;
   }
   @include breakpoint(small-mobile-range){
   background:#FFF !important;
   }*/
}
/* line 455, templates/g5_helium/custom/scss/_styles.scss */
/* line 456, templates/g5_helium/custom/scss/_styles.scss */
.outline-10 #g-utility .g-block.size-70 {
  background: #fff;
}
/* line 462, templates/g5_helium/custom/scss/_styles.scss */
/* line 463, templates/g5_helium/custom/scss/_styles.scss */
.outline-13 #g-showcase {
  background: -webkit-linear-gradient(#e6e6e6, #fff) !important;
  background: -o-linear-gradient(#e6e6e6, #fff) !important;
  background: -moz-linear-gradient(#e6e6e6, #fff) !important;
  background: linear-gradient(#e6e6e6, #fff) !important;
}
/* line 469, templates/g5_helium/custom/scss/_styles.scss */
.outline-13 #g-maintop {
  z-index: 0;
  overflow: hidden;
}
/* line 473, templates/g5_helium/custom/scss/_styles.scss */
.outline-13 #g-superior {
  z-index: 999;
  position: relative;
}
/* line 476, templates/g5_helium/custom/scss/_styles.scss */
.outline-13 #g-superior .g-container {
  -ms-transform: translate(0, -120px);
  /* IE 9 */
  -webkit-transform: translate(0, -120px);
  /* Chrome, Safari, Opera */
  transform: translate(0, -120px);
  -o-transition: translate(0, -120px);
  -moz-transition: translate(0, -120px);
  background: #fff;
  padding: 2rem 2rem 0rem 2rem;
  position: relative;
  z-index: 9999;
}
@media only all and (min-width: 30.062rem) and (max-width: 47.938rem) {
  .outline-13 #g-superior .g-container {
    -ms-transform: translate(0, 0px);
    /* IE 9 */
    -webkit-transform: translate(0, 0px);
    /* Chrome, Safari, Opera */
    transform: translate(0, 0px);
    -o-transition: translate(0, 0px);
    -moz-transition: translate(0, 0px);
    padding: 0rem;
  }
}
@media only all and (max-width: 30rem) {
  .outline-13 #g-superior .g-container {
    -ms-transform: translate(0, 0px);
    /* IE 9 */
    -webkit-transform: translate(0, 0px);
    /* Chrome, Safari, Opera */
    transform: translate(0, 0px);
    -o-transition: translate(0, 0px);
    -moz-transition: translate(0, 0px);
    padding: 0rem;
  }
}
/* line 505, templates/g5_helium/custom/scss/_styles.scss */
/* line 506, templates/g5_helium/custom/scss/_styles.scss */
/* line 507, templates/g5_helium/custom/scss/_styles.scss */
/* line 508, templates/g5_helium/custom/scss/_styles.scss */
@media only all and (min-width: 75rem) {
  #g-header .g-grid .g-block.size-70 {
    flex: 0 75%;
    width: 75%;
  }
}
@media only all and (min-width: 60rem) and (max-width: 74.938rem) {
  #g-header .g-grid .g-block.size-70 {
    flex: 0 75%;
    width: 75%;
  }
}
@media only all and (min-width: 48rem) and (max-width: 59.938rem) {
  #g-header .g-grid .g-block.size-70 {
    flex: 0 75%;
    width: 75%;
  }
}
/* line 525, templates/g5_helium/custom/scss/_styles.scss */
/* line 526, templates/g5_helium/custom/scss/_styles.scss */
.moduletable.destacado-iz {
  padding: 0.938rem 0.75rem 0.5rem 0.938rem !important;
}
/* line 530, templates/g5_helium/custom/scss/_styles.scss */
/* line 531, templates/g5_helium/custom/scss/_styles.scss */
#g-header > .g-container, #g-navigation > .g-container {
  padding: 0 1.7rem;
}
/* line 535, templates/g5_helium/custom/scss/_styles.scss */
/* line 536, templates/g5_helium/custom/scss/_styles.scss */
/* line 537, templates/g5_helium/custom/scss/_styles.scss */
.moduletable .default.mod_flexicontent_wrapper ul.mod_flexicontent_standard {
  margin: 0rem !important;
}
/* line 539, templates/g5_helium/custom/scss/_styles.scss */
.moduletable .default.mod_flexicontent_wrapper ul.mod_flexicontent_standard > li {
  list-style: none !important;
  border-bottom: 1px solid #e6e6e6;
  line-height: 1.35rem !important;
  font-size: 0.85rem !important;
}
/* line 543, templates/g5_helium/custom/scss/_styles.scss */
.moduletable .default.mod_flexicontent_wrapper ul.mod_flexicontent_standard > li a {
  color: #333 !important;
  padding: 0.8rem !important;
  display: block !important;
}
/* line 547, templates/g5_helium/custom/scss/_styles.scss */
.moduletable .default.mod_flexicontent_wrapper ul.mod_flexicontent_standard > li a:before {
  font-family: FontAwesome;
  margin-right: 0.5rem;
  content: "\f101";
}
/* line 553, templates/g5_helium/custom/scss/_styles.scss */
.moduletable .default.mod_flexicontent_wrapper ul.mod_flexicontent_standard > li:hover, .moduletable .default.mod_flexicontent_wrapper ul.mod_flexicontent_standard > li.fcitem_active {
  background: none !important;
}
/* line 555, templates/g5_helium/custom/scss/_styles.scss */
.moduletable .default.mod_flexicontent_wrapper ul.mod_flexicontent_standard > li:hover a, .moduletable .default.mod_flexicontent_wrapper ul.mod_flexicontent_standard > li.fcitem_active a {
  background: none !important;
  display: block !important;
  color: #efac06 !important;
}
/* line 559, templates/g5_helium/custom/scss/_styles.scss */
.moduletable .default.mod_flexicontent_wrapper ul.mod_flexicontent_standard > li:hover a:before, .moduletable .default.mod_flexicontent_wrapper ul.mod_flexicontent_standard > li.fcitem_active a:before {
  color: #333 !important;
}
/* line 568, templates/g5_helium/custom/scss/_styles.scss */
/* line 569, templates/g5_helium/custom/scss/_styles.scss */
.moduletable.ocho-ini {
  text-align: center;
}
/* line 574, templates/g5_helium/custom/scss/_styles.scss */
/* line 575, templates/g5_helium/custom/scss/_styles.scss */
@media only all and (min-width: 30.062rem) and (max-width: 47.938rem) {
  .outline-10 #g-mainbottom {
    padding: 2rem 0rem !important;
  }
}
@media only all and (max-width: 30rem) {
  .outline-10 #g-mainbottom {
    padding: 2rem 0rem !important;
  }
}
/* line 586, templates/g5_helium/custom/scss/_styles.scss */
/* line 587, templates/g5_helium/custom/scss/_styles.scss */
.moduletable.pie-social ul {
  margin: 0rem !important;
}
/* line 589, templates/g5_helium/custom/scss/_styles.scss */
.moduletable.pie-social ul li {
  list-style: none;
  padding: 0.3rem 0rem !important;
  display: block;
}
/* line 593, templates/g5_helium/custom/scss/_styles.scss */
.moduletable.pie-social ul li a {
  color: #fff !important;
  display: block;
}
/* line 598, templates/g5_helium/custom/scss/_styles.scss */
/* line 599, templates/g5_helium/custom/scss/_styles.scss */
.moduletable.pie-social ul li.dir:before {
  content: "";
  display: inline-block;
  margin-right: 0.5rem;
  height: 15px;
  width: 15px;
  background: url('../images/ico-dir.svg') no-repeat 50% 50%;
}
/* line 608, templates/g5_helium/custom/scss/_styles.scss */
/* line 609, templates/g5_helium/custom/scss/_styles.scss */
.moduletable.pie-social ul li.tel:before {
  content: "";
  display: inline-block;
  margin-right: 0.5rem;
  height: 15px;
  width: 15px;
  background: url('../images/ico-tel.svg') no-repeat 50% 50%;
}
/* line 618, templates/g5_helium/custom/scss/_styles.scss */
/* line 619, templates/g5_helium/custom/scss/_styles.scss */
/* line 620, templates/g5_helium/custom/scss/_styles.scss */
.moduletable.pie-social ul li.fb a:before {
  content: "";
  display: inline-block;
  margin-right: 0.5rem;
  height: 15px;
  width: 15px;
  background: url('../images/ico-fb.svg') no-repeat 50% 50%;
}
/* line 630, templates/g5_helium/custom/scss/_styles.scss */
/* line 631, templates/g5_helium/custom/scss/_styles.scss */
/* line 632, templates/g5_helium/custom/scss/_styles.scss */
.moduletable.pie-social ul li.tw a:before {
  content: "";
  display: inline-block;
  margin-right: 0.5rem;
  height: 15px;
  width: 15px;
  background: url('../images/ico-tw.svg') no-repeat 50% 50%;
}
/* line 642, templates/g5_helium/custom/scss/_styles.scss */
/* line 643, templates/g5_helium/custom/scss/_styles.scss */
/* line 644, templates/g5_helium/custom/scss/_styles.scss */
.moduletable.pie-social ul li.yt a:before {
  content: "";
  display: inline-block;
  margin-right: 0.5rem;
  height: 15px;
  width: 15px;
  background: url('../images/ico-yt.svg') no-repeat 50% 50%;
}
/* line 654, templates/g5_helium/custom/scss/_styles.scss */
/* line 655, templates/g5_helium/custom/scss/_styles.scss */
/* line 656, templates/g5_helium/custom/scss/_styles.scss */
.moduletable.pie-social ul li.ig a:before {
  content: "";
  display: inline-block;
  margin-right: 0.5rem;
  height: 15px;
  width: 15px;
  background: url('../images/ico-ig.svg') no-repeat 50% 50%;
}
/* line 670, templates/g5_helium/custom/scss/_styles.scss */
.moduletable.acc-dir {
  padding: 0rem !important;
}
/* line 672, templates/g5_helium/custom/scss/_styles.scss */
.moduletable.acc-dir ul.nav.menu {
  margin: 0rem !important;
  padding: 0rem !important;
  border: none !important;
  width: 100% !important;
  display: block !important;
  text-align: center;
}
/* line 679, templates/g5_helium/custom/scss/_styles.scss */
.moduletable.acc-dir ul.nav.menu li {
  display: inline-block !important;
  vertial-align: top !important;
  border: none !important;
  font-family: 'Conv_librefranklin-regular' !important;
}
/* line 684, templates/g5_helium/custom/scss/_styles.scss */
.moduletable.acc-dir ul.nav.menu li a {
  color: #fff !important;
  border: none !important;
}
/* line 687, templates/g5_helium/custom/scss/_styles.scss */
.moduletable.acc-dir ul.nav.menu li a:before {
  display: none !important;
}
/* line 694, templates/g5_helium/custom/scss/_styles.scss */
/* line 695, templates/g5_helium/custom/scss/_styles.scss */
.moduletable.mod-contingencia {
  text-align: center;
  margin: 0rem !important;
  padding: 0rem !important;
}
/* line 699, templates/g5_helium/custom/scss/_styles.scss */
.moduletable.mod-contingencia p {
  margin: 0rem !important;
}
/* line 704, templates/g5_helium/custom/scss/_styles.scss */
/* line 705, templates/g5_helium/custom/scss/_styles.scss */
.moduletable.fam-ami h3.g-title {
  text-align: center;
}
/* line 708, templates/g5_helium/custom/scss/_styles.scss */
.moduletable.fam-ami p {
  line-height: 2rem;
}
/* line 710, templates/g5_helium/custom/scss/_styles.scss */
.moduletable.fam-ami p img {
  margin: 0rem auto;
}
/* line 715, templates/g5_helium/custom/scss/_styles.scss */
.moduletable.fa-video {
  padding: 0rem !important;
  margin: 0rem !important;
  max-height: 500px;
  z-index: 0;
}
/* line 720, templates/g5_helium/custom/scss/_styles.scss */
.moduletable.fa-video video {
  z-index: 0;
}
/* line 723, templates/g5_helium/custom/scss/_styles.scss */
.moduletable.fa-video p {
  margin: 0rem;
}
/* line 726, templates/g5_helium/custom/scss/_styles.scss */
.moduletable.fa-video a {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  background: rgba(0, 0, 0, 0.6);
}
/* line 734, templates/g5_helium/custom/scss/_styles.scss */
.moduletable.fa-video a strong {
  display: none;
}
/* line 737, templates/g5_helium/custom/scss/_styles.scss */
.moduletable.fa-video a:before {
  transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
  -webkit-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
  -o-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
  -moz-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
  -ms-transition: transform all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
  content: "\f144";
  font-family: FontAwesome;
  position: absolute;
  left: 50%;
  top: 40%;
  color: #fff;
  font-size: 6rem;
  -ms-transform: translate(-50%, -50%);
  /* IE 9 */
  -webkit-transform: translate(-50%, -50%);
  /* Chrome, Safari, Opera */
  transform: translate(-50%, -50%);
  -o-transition: translate(-50%, -50%);
  -moz-transition: translate(-50%, -50%);
}
/* line 752, templates/g5_helium/custom/scss/_styles.scss */
/* line 753, templates/g5_helium/custom/scss/_styles.scss */
.moduletable.fa-video a:hover:before {
  color: #005a96 !important;
}
/* line 759, templates/g5_helium/custom/scss/_styles.scss */
.moduletable.lugar {
  padding: 0.938rem !important;
}
/* line 761, templates/g5_helium/custom/scss/_styles.scss */
.moduletable.lugar h3.g-title {
  margin: 0rem !important;
  padding: 1rem 0rem 1rem 1rem !important;
  border-left: 7px solid #efac06;
}
/* line 767, templates/g5_helium/custom/scss/_styles.scss */
/* line 768, templates/g5_helium/custom/scss/_styles.scss */
/* line 769, templates/g5_helium/custom/scss/_styles.scss */
.moduletable.p-frecuentes h3.g-title {
  background: url('../../images/pregfreq.svg') no-repeat 0 50%;
  color: #fff !important;
  padding-bottom: 1rem !important;
  padding-left: 5.5rem !important;
  padding-top: 1.5rem !important;
}
/* line 779, templates/g5_helium/custom/scss/_styles.scss */
/* line 780, templates/g5_helium/custom/scss/_styles.scss */
/* line 781, templates/g5_helium/custom/scss/_styles.scss */
#g-navigation .logo-sec .g-content.g-particle {
  padding-right: 0.3rem !important;
}
/* line 785, templates/g5_helium/custom/scss/_styles.scss */
@media only all and (min-width: 75rem) {
  #g-navigation .g-logo {
    width: 100%;
  }
}
@media only all and (min-width: 60rem) and (max-width: 74.938rem) {
  #g-navigation .g-logo {
    width: 100%;
  }
}
@media only all and (min-width: 48rem) and (max-width: 59.938rem) {
  #g-navigation .g-logo {
    width: 100%;
  }
}
/* line 797, templates/g5_helium/custom/scss/_styles.scss */
/* line 798, templates/g5_helium/custom/scss/_styles.scss */
.moduletable.consejos-intro {
  background: #fff;
}
/* line 803, templates/g5_helium/custom/scss/_styles.scss */
/* line 804, templates/g5_helium/custom/scss/_styles.scss */
/* line 805, templates/g5_helium/custom/scss/_styles.scss */
/* line 806, templates/g5_helium/custom/scss/_styles.scss */
#g-sidebar .moduletable.buscador-lateral legend {
  display: none;
}
/* line 809, templates/g5_helium/custom/scss/_styles.scss */
#g-sidebar .moduletable.buscador-lateral .mod_flexifilter_wrapper .fcfilter_form_outer form fieldset .fc_filter_label {
  display: none !important;
}
/* line 812, templates/g5_helium/custom/scss/_styles.scss */
#g-sidebar .moduletable.buscador-lateral .fc_filter_set {
  display: table;
  width: 100%;
}
/* line 815, templates/g5_helium/custom/scss/_styles.scss */
#g-sidebar .moduletable.buscador-lateral .fc_filter_set .fc_filter_line {
  display: table-cell !important;
  vertical-align: top !important;
}
/* line 818, templates/g5_helium/custom/scss/_styles.scss */
#g-sidebar .moduletable.buscador-lateral .fc_filter_set .fc_filter_line .fc_text_filter {
  margin: 0rem !important;
}
/* line 830, templates/g5_helium/custom/scss/_styles.scss */
/* line 831, templates/g5_helium/custom/scss/_styles.scss */
/* line 832, templates/g5_helium/custom/scss/_styles.scss */
#g-navigation.cenfores .g-logo.g-logo-helium {
  padding: 0.4rem 0.5rem !important;
}
/* line 841, templates/g5_helium/custom/scss/_styles.scss */
/* line 842, templates/g5_helium/custom/scss/_styles.scss */
/* line 843, templates/g5_helium/custom/scss/_styles.scss */
/* line 844, templates/g5_helium/custom/scss/_styles.scss */
.outline-9 #form_9 #group33 .fabrikLabel {
  padding: 0 !important;
}
/* line 846, templates/g5_helium/custom/scss/_styles.scss */
.outline-9 #form_9 #group33 .fabrikLabel i {
  display: none;
}
/* line 850, templates/g5_helium/custom/scss/_styles.scss */
.outline-9 #form_9 #group33 input {
  text-transform: uppercase;
}
/* line 854, templates/g5_helium/custom/scss/_styles.scss */
/* line 855, templates/g5_helium/custom/scss/_styles.scss */
.outline-9 #form_9 #group36 #solicitud_de_transformacin_de_cargos_administrativo___correo_electronico1 {
  text-transform: none !important;
}
/* line 858, templates/g5_helium/custom/scss/_styles.scss */
.outline-9 #form_9 #group36 .fabrikLabel {
  padding: 0 !important;
}
/* line 860, templates/g5_helium/custom/scss/_styles.scss */
.outline-9 #form_9 #group36 .fabrikLabel i {
  display: none;
}
/* line 864, templates/g5_helium/custom/scss/_styles.scss */
.outline-9 #form_9 #group36 input {
  text-transform: uppercase;
}
/* line 868, templates/g5_helium/custom/scss/_styles.scss */
/* line 869, templates/g5_helium/custom/scss/_styles.scss */
.outline-9 #form_9 #group34 .fabrikLabel {
  width: 50%;
  margin-right: 4rem !important;
}
/* line 874, templates/g5_helium/custom/scss/_styles.scss */
/* line 875, templates/g5_helium/custom/scss/_styles.scss */
.outline-9 #form_9 #group30 input {
  text-transform: uppercase;
}
/* line 879, templates/g5_helium/custom/scss/_styles.scss */
/* line 880, templates/g5_helium/custom/scss/_styles.scss */
.outline-9 #form_9 #group35 .fb_el_solicitud_de_transformacin_de_cargos_administrativo___formulario1 {
  border-top: 1px solid #e0e0e5;
  margin-top: 1rem;
  padding-top: 0.5rem;
}
/* line 885, templates/g5_helium/custom/scss/_styles.scss */
.outline-9 #form_9 #group35 .fb_el_solicitud_de_transformacin_de_cargos_administrativo___formulario_escaneado {
  border-bottom: 1px solid #e0e0e5;
  padding: 1rem;
}
/* line 889, templates/g5_helium/custom/scss/_styles.scss */
.outline-9 #form_9 #group35 .fb_el_solicitud_de_transformacin_de_cargos_administrativo___formulario_escaneado2 {
  border-bottom: 1px solid #e0e0e5;
  padding: 1rem;
}
/* line 893, templates/g5_helium/custom/scss/_styles.scss */
.outline-9 #form_9 #group35 .fb_el_solicitud_de_transformacin_de_cargos_administrativo___certificado_educacion {
  border-bottom: 1px solid #e0e0e5;
  padding: 1rem;
}
/* line 897, templates/g5_helium/custom/scss/_styles.scss */
/* line 898, templates/g5_helium/custom/scss/_styles.scss */
.outline-9 #form_9 #group35 .fb_el_solicitud_de_transformacin_de_cargos_administrativo___formulario_jerarquia label {
  display: none;
}
/* line 902, templates/g5_helium/custom/scss/_styles.scss */
/* line 903, templates/g5_helium/custom/scss/_styles.scss */
.outline-9 #form_9 #group35 .fb_el_solicitud_de_transformacin_de_cargos_administrativo___formulario1 label {
  display: none;
}
/* line 911, templates/g5_helium/custom/scss/_styles.scss */
/* line 912, templates/g5_helium/custom/scss/_styles.scss */
.moduletable.socioeducativos-banner {
  text-align: center;
}
/* line 914, templates/g5_helium/custom/scss/_styles.scss */
.moduletable.socioeducativos-banner h2 {
  color: #005a96;
  font-family: 'Conv_Catamaran-Medium' !important;
  padding-top: 1.5rem;
}
/* line 920, templates/g5_helium/custom/scss/_styles.scss */
/* line 921, templates/g5_helium/custom/scss/_styles.scss */
/* line 922, templates/g5_helium/custom/scss/_styles.scss */
.moduletable.socioeducativos-doc.titulo-variante-1 h3.g-title {
  text-align: left !important;
}
/* line 926, templates/g5_helium/custom/scss/_styles.scss */
/* line 927, templates/g5_helium/custom/scss/_styles.scss */
/* line 928, templates/g5_helium/custom/scss/_styles.scss */
/* line 929, templates/g5_helium/custom/scss/_styles.scss */
/* line 931, templates/g5_helium/custom/scss/_styles.scss */
/* line 932, templates/g5_helium/custom/scss/_styles.scss */
/* line 933, templates/g5_helium/custom/scss/_styles.scss */
/* line 934, templates/g5_helium/custom/scss/_styles.scss */
.moduletable.socioeducativos-doc .mod_flexicontent_standard .mod_flexicontent_standard_wrapper .mod_flexicontent_standard_wrapper_innerbox .content_standard .fc_block.fcitem_fields .field_block .field_value {
  float: none !important;
}
/* line 937, templates/g5_helium/custom/scss/_styles.scss */
.moduletable.socioeducativos-doc .mod_flexicontent_standard .mod_flexicontent_standard_wrapper .mod_flexicontent_standard_wrapper_innerbox .content_standard .fc_block.fcitem_fields .field_block hr {
  display: none !important;
}
/* line 940, templates/g5_helium/custom/scss/_styles.scss */
.moduletable.socioeducativos-doc .mod_flexicontent_standard .mod_flexicontent_standard_wrapper .mod_flexicontent_standard_wrapper_innerbox .content_standard .fc_block.fcitem_fields .field_block.field_title {
  font-family: 'Conv_librefranklin-medium' !important;
  color: #005a96;
  padding-bottom: 1rem;
}
/* line 945, templates/g5_helium/custom/scss/_styles.scss */
/* line 947, templates/g5_helium/custom/scss/_styles.scss */
/* line 948, templates/g5_helium/custom/scss/_styles.scss */
/* line 949, templates/g5_helium/custom/scss/_styles.scss */
.moduletable.socioeducativos-doc .mod_flexicontent_standard .mod_flexicontent_standard_wrapper .mod_flexicontent_standard_wrapper_innerbox .content_standard .fc_block.fcitem_fields .field_block.field_Adjuntos .field_value .fcfile_actions a.fcfile_downloadFile {
  line-height: 1.35rem !important;
  font-size: 0.85rem !important;
  color: #333 !important;
  display: block !important;
  padding-bottom: 0.8rem !important;
  transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
  -webkit-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
  -o-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
  -moz-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
  -ms-transition: transform all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
}
/* line 955, templates/g5_helium/custom/scss/_styles.scss */
.moduletable.socioeducativos-doc .mod_flexicontent_standard .mod_flexicontent_standard_wrapper .mod_flexicontent_standard_wrapper_innerbox .content_standard .fc_block.fcitem_fields .field_block.field_Adjuntos .field_value .fcfile_actions a.fcfile_downloadFile:hover {
  color: #005a96 !important;
}
/* line 957, templates/g5_helium/custom/scss/_styles.scss */
.moduletable.socioeducativos-doc .mod_flexicontent_standard .mod_flexicontent_standard_wrapper .mod_flexicontent_standard_wrapper_innerbox .content_standard .fc_block.fcitem_fields .field_block.field_Adjuntos .field_value .fcfile_actions a.fcfile_downloadFile:hover:before {
  color: #efac06;
}
/* line 962, templates/g5_helium/custom/scss/_styles.scss */
.moduletable.socioeducativos-doc .mod_flexicontent_standard .mod_flexicontent_standard_wrapper .mod_flexicontent_standard_wrapper_innerbox .content_standard .fc_block.fcitem_fields .field_block.field_Adjuntos .field_value .fcfile_actions a.fcfile_downloadFile:before {
  content: "\f101";
  font-family: FontAwesome;
  margin-right: 0.5rem;
  display: inline-block;
  color: #005a96;
}
/* line 982, templates/g5_helium/custom/scss/_styles.scss */
.moduletable.socioeducativos-notapie {
  border-left: 5px solid #efac06 !important;
  border-top: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
  background: #f2f2f2;
}
/* line 991, templates/g5_helium/custom/scss/_styles.scss */
/* line 992, templates/g5_helium/custom/scss/_styles.scss */
/* line 993, templates/g5_helium/custom/scss/_styles.scss */
/* line 994, templates/g5_helium/custom/scss/_styles.scss */
.sprocket-grids-b .sprocket-grids-b-container > li:before {
  display: none !important;
}
/* line 997, templates/g5_helium/custom/scss/_styles.scss */
/* line 998, templates/g5_helium/custom/scss/_styles.scss */
.sprocket-grids-b .sprocket-grids-b-container > li .sprocket-grids-b-item .sprocket-grids-b-content.overlay-mode {
  height: 100%;
  width: 100%;
  text-align: center;
}
/* line 1003, templates/g5_helium/custom/scss/_styles.scss */
.sprocket-grids-b .sprocket-grids-b-container > li .sprocket-grids-b-item .sprocket-grids-b-content.overlay-mode .sprocket-grids-b-tx-aux {
  display: flex;
  text-align: center;
  height: 100%;
  width: 100%;
  background: rgba(0, 90, 150, 0);
  transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
  -webkit-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
  -o-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
  -moz-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
  -ms-transition: transform all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
}
/* line 1010, templates/g5_helium/custom/scss/_styles.scss */
.sprocket-grids-b .sprocket-grids-b-container > li .sprocket-grids-b-item .sprocket-grids-b-content.overlay-mode .sprocket-grids-b-tx-aux:hover {
  background: rgba(0, 90, 150, 0.8);
}
/* line 1013, templates/g5_helium/custom/scss/_styles.scss */
.sprocket-grids-b .sprocket-grids-b-container > li .sprocket-grids-b-item .sprocket-grids-b-content.overlay-mode .sprocket-grids-b-tx-aux h2.sprocket-grids-b-title {
  align-items: center;
  display: inline-grid;
  width: 100%;
  color: #fff !important;
  font-size: 1.25rem !important;
  line-height: 1.75rem !important;
}
/* line 1019, templates/g5_helium/custom/scss/_styles.scss */
.sprocket-grids-b .sprocket-grids-b-container > li .sprocket-grids-b-item .sprocket-grids-b-content.overlay-mode .sprocket-grids-b-tx-aux h2.sprocket-grids-b-title a {
  color: #fff !important;
}
/* line 1021, templates/g5_helium/custom/scss/_styles.scss */
.sprocket-grids-b .sprocket-grids-b-container > li .sprocket-grids-b-item .sprocket-grids-b-content.overlay-mode .sprocket-grids-b-tx-aux h2.sprocket-grids-b-title a:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  top: 0;
  left: 0;
}
/* line 1039, templates/g5_helium/custom/scss/_styles.scss */
.flexi.mia-titulo {
  margin-bottom: 1rem !important;
}
/* line 1043, templates/g5_helium/custom/scss/_styles.scss */
.tpl-noticias.mia-fechadecreacionyredes {
  margin-bottom: 1rem;
}
/* line 1045, templates/g5_helium/custom/scss/_styles.scss */
.tpl-noticias.mia-fechadecreacionyredes .flexi.element.field_created {
  display: inline-block;
}
/* line 1049, templates/g5_helium/custom/scss/_styles.scss */
div.flexi.value, .flexi.value {
  float: none !important;
}
/* line 1053, templates/g5_helium/custom/scss/_styles.scss */
.fc_search_result_text {
  display: none;
}
/* line 3, templates/g5_helium/custom/scss/_ckmenu.scss */
.clr {
  clear: both;
  visibility: hidden;
}
/*---------------------------------------------
 ---	 	menu container						---
 ----------------------------------------------*/
/* menu */
/* line 11, templates/g5_helium/custom/scss/_ckmenu.scss */
div#maximenuck126 {
  font-size: 14px;
  line-height: 21px;
  text-align: left;
  zoom: 1;
}
/* container style */
/* line 19, templates/g5_helium/custom/scss/_ckmenu.scss */
div#maximenuck126 ul.maximenuck {
  clear: both;
  position: relative;
  z-index: 999;
  overflow: visible !important;
  display: block !important;
  float: none !important;
  visibility: visible !important;
  opacity: 1 !important;
  list-style: none;
  margin: 0 auto;
  padding: 1px 0 0 0;
  zoom: 1;
  filter: none;
  background: #222;
  border-top: 4px solid #bfa69a;
  font-family: 'Segoe UI';
}
/* vertical menu */
/* line 43, templates/g5_helium/custom/scss/_ckmenu.scss */
div#maximenuck126 ul.maximenuck:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  font-size: 0;
}
/*---------------------------------------------
 ---	 	Root items - level 1				---
 ----------------------------------------------*/
/* line 56, templates/g5_helium/custom/scss/_ckmenu.scss */
div#maximenuck126 ul.maximenuck li.maximenuck.level1 {
  display: inline-block !important;
  float: none;
  position: static;
  padding: 0;
  margin: 0;
  list-style: none;
  display: block;
  text-align: center;
  cursor: pointer;
  filter: none;
  border-bottom: 4px solid transparent;
}
/** IE 7 only **/
/* line 71, templates/g5_helium/custom/scss/_ckmenu.scss */
* + html div#maximenuck126 ul.maximenuck li.maximenuck.level1 {
  display: inline !important;
}
/* vertical menu */
/* line 76, templates/g5_helium/custom/scss/_ckmenu.scss */
div#maximenuck126.maximenuckv ul.maximenuck li.maximenuck.level1 {
  display: block !important;
  margin: 0;
  padding: 4px 0px 2px 8px;
  text-align: left;
}
/* line 83, templates/g5_helium/custom/scss/_ckmenu.scss */
div#maximenuck126 ul.maximenuck li.maximenuck.level1:hover, div#maximenuck126 ul.maximenuck li.maximenuck.level1.active, div#maximenuck126 ul.maximenuck li.maximenuck.level1.clickedck {
  background: #372d2a;
  border-bottom: 4px solid #fff;
}
/* line 90, templates/g5_helium/custom/scss/_ckmenu.scss */
div#maximenuck126 ul.maximenuck li.maximenuck.level1 > a, div#maximenuck126 ul.maximenuck li.maximenuck.level1 > span.separator {
  display: block;
  float: none !important;
  float: left;
  position: relative;
  text-decoration: none;
  outline: none;
  border: none;
  white-space: nowrap;
  filter: none;
  color: #fff;
  text-shadow: none;
  text-transform: none;
  padding: 12px 15px;
  text-shadow: none;
}
/* parent item on mouseover (if subemnus exists) */
/* item color on mouseover */
/* line 122, templates/g5_helium/custom/scss/_ckmenu.scss */
div#maximenuck126.maximenuckh ul.maximenuck li.level1.parent > a, div#maximenuck126.maximenuckh ul.maximenuck li.level1.parent > span.separator {
  padding-right: 20px;
}
/* arrow image for parent item */
/* line 128, templates/g5_helium/custom/scss/_ckmenu.scss */
div#maximenuck126.maximenuckh ul.maximenuck li.level1.parent > a:after, div#maximenuck126.maximenuckh ul.maximenuck li.level1.parent > span.separator:after {
  content: " ";
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  border-top: 5px solid #fff;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  right: 3px;
  top: 50%;
}
/* arrow image for submenu parent item */
/* vertical menu */
/* line 151, templates/g5_helium/custom/scss/_ckmenu.scss */
div#maximenuck126.maximenuckv ul.maximenuck li.level1.parent > a:after, div#maximenuck126.maximenuckv ul.maximenuck li.level1.parent > span.separator:after {
  display: inline-block;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  border-color: transparent transparent transparent #fff;
  margin: 5px 10px 3px 0;
  position: absolute;
  right: 3px;
}
/* line 165, templates/g5_helium/custom/scss/_ckmenu.scss */
div#maximenuck126 ul.maximenuck2 li.parent > a:after, div#maximenuck126 ul.maximenuck2 li.parent > span:after {
  content: " ";
  display: block;
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 5px solid #bfa69a;
  margin: 3px;
  position: absolute;
  right: 3px;
  top: 13px;
}
/* styles for right position */
/* line 181, templates/g5_helium/custom/scss/_ckmenu.scss */
div#maximenuck126 ul.maximenuck li.level1.align_right, div#maximenuck126 ul.maximenuck li.level1.menu_right {
  float: right !important;
  margin-right: 0px !important;
}
/* line 187, templates/g5_helium/custom/scss/_ckmenu.scss */
div#maximenuck126 ul.maximenuck li.align_right:not(.fullwidth) div.floatck, div#maximenuck126 ul.maximenuck li:not(.fullwidth) div.floatck.fixRight {
  left: auto;
  right: 0px;
  top: auto;
}
/* arrow image for submenu parent item to open left */
/* line 196, templates/g5_helium/custom/scss/_ckmenu.scss */
div#maximenuck126 ul.maximenuck li.level1.parent div.floatck.fixRight li.parent > a:after, div#maximenuck126 ul.maximenuck li.level1.parent div.floatck.fixRight li.parent > span.separator:after, div#maximenuck126 ul.maximenuck li.level1.parent.menu_right li.parent > a:after, div#maximenuck126 ul.maximenuck li.level1.parent.menu_right li.parent > span.separator:after {
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-right: 5px solid #9a9a9a;
}
/* margin for right elements that rolls to the left */
/* line 206, templates/g5_helium/custom/scss/_ckmenu.scss */
div#maximenuck126 ul.maximenuck li.maximenuck div.floatck div.floatck.fixRight, div#maximenuck126 ul.maximenuck li.level1.parent.menu_right div.floatck div.floatck {
  margin-right: 93%;
}
/*---------------------------------------------
 ---	 	Sublevel items - level 2 to n		---
 ----------------------------------------------*/
/* line 220, templates/g5_helium/custom/scss/_ckmenu.scss */
div#maximenuck126 ul.maximenuck li div.floatck ul.maximenuck2, div#maximenuck126 ul.maximenuck2 {
  z-index: 11000;
  clear: left;
  text-align: left;
  background: transparent;
  margin: 0 !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  width: 100%;
  position: static !important;
  /* important for Chrome and Safari compatibility */
  overflow: visible !important;
  display: block !important;
  float: none !important;
  visibility: visible !important;
}
/* line 238, templates/g5_helium/custom/scss/_ckmenu.scss */
div#maximenuck126 ul.maximenuck li ul.maximenuck2 li.maximenuck, div#maximenuck126 ul.maximenuck2 li.maximenuck {
  text-align: left;
  z-index: 11001;
  padding: 0;
  position: static;
  float: none !important;
  list-style: none;
  display: block !important;
  background: none;
  border: none;
  margin: 0 0 0 10px;
}
/* line 252, templates/g5_helium/custom/scss/_ckmenu.scss */
div#maximenuck126 ul.maximenuck li ul.maximenuck2 li.maximenuck:hover, div#maximenuck126 ul.maximenuck2 li.maximenuck:hover, div#maximenuck126 ul.maximenuck li ul.maximenuck2 li.maximenuck.openck, div#maximenuck126 ul.maximenuck li ul.maximenuck2 li.maximenuck.clickedck {
  background: none;
}
/* all links styles */
/* line 260, templates/g5_helium/custom/scss/_ckmenu.scss */
div#maximenuck126 ul.maximenuck li.maximenuck a, div#maximenuck126 ul.maximenuck li.maximenuck span.separator, div#maximenuck126 ul.maximenuck2 a, div#maximenuck126 ul.maximenuck2 li.maximenuck span.separator {
  display: block;
  padding: 0;
  margin: 0;
  float: none !important;
  float: left;
  position: relative;
  text-decoration: none;
  outline: none;
  white-space: normal;
  filter: none;
  background: none;
  border: none;
  text-transform: none;
  padding: 12px 16px;
  color: #000;
  text-shadow: none;
  font-weight: normal;
}
/* line 283, templates/g5_helium/custom/scss/_ckmenu.scss */
div#maximenuck126 ul.maximenuck2 li.maximenuck li.maximenuck a, div#maximenuck126 ul.maximenuck2 li.maximenuck li.maximenuck span.separator, div#maximenuck126 ul.maximenuck2 ul.maximenuck2 a, div#maximenuck126 ul.maximenuck2 ul.maximenuck2 li.maximenuck span.separator {
  color: #372d2a;
}
/* submenu link */
/* line 296, templates/g5_helium/custom/scss/_ckmenu.scss */
div#maximenuck126 ul.maximenuck li.maximenuck ul.maximenuck2 a, div#maximenuck126 ul.maximenuck2 a {
  display: block;
}
/* line 301, templates/g5_helium/custom/scss/_ckmenu.scss */
div#maximenuck126 ul.maximenuck li ul.maximenuck2 li.maximenuck:hover, div#maximenuck126 ul.maximenuck li ul.maximenuck2 li.maximenuck.openck, div#maximenuck126 ul.maximenuck li ul.maximenuck2 li.maximenuck.clickedck {
  background: #fff;
}
/* line 307, templates/g5_helium/custom/scss/_ckmenu.scss */
div#maximenuck126 ul.maximenuck li.maximenuck ul.maximenuck2 li:hover > a, div#maximenuck126 ul.maximenuck li.maximenuck ul.maximenuck2 li:hover > h2 a, div#maximenuck126 ul.maximenuck li.maximenuck ul.maximenuck2 li:hover > h3 a, div#maximenuck126 ul.maximenuck li.maximenuck ul.maximenuck2 li.active > a, div#maximenuck126 ul.maximenuck2 li:hover > a, div#maximenuck126 ul.maximenuck2 li:hover > h2 a, div#maximenuck126 ul.maximenuck2 li:hover > h3 a, div#maximenuck126 ul.maximenuck2 li.active > a {
  color: #fff;
}
/* line 318, templates/g5_helium/custom/scss/_ckmenu.scss */
div#maximenuck126 ul.maximenuck li ul.maximenuck2 li.maximenuck:hover > a, div#maximenuck126 ul.maximenuck li ul.maximenuck2 li.maximenuck:hover > span, div#maximenuck126 ul.maximenuck li ul.maximenuck2 li.maximenuck.openck > a, div#maximenuck126 ul.maximenuck li ul.maximenuck2 li.maximenuck.clickedck > a, div#maximenuck126 ul.maximenuck li ul.maximenuck2 li.maximenuck.openck > span, div#maximenuck126 ul.maximenuck li ul.maximenuck2 li.maximenuck.clickedck > span {
  color: #372d2a;
}
/* line 327, templates/g5_helium/custom/scss/_ckmenu.scss */
div#maximenuck126 ul.maximenuck li.maximenuck ul.maximenuck2 li.maximenuck li:hover > a, div#maximenuck126 ul.maximenuck2 li.maximenuck li.maximenuck:hover > a, div#maximenuck126 ul.maximenuck2 li.maximenuck li.maximenuck:hover > span.separator, div#maximenuck126 ul.maximenuck2 ul.maximenuck2:hover > a, div#maximenuck126 ul.maximenuck2 ul.maximenuck2 li.maximenuck:hover > span.separator, div#maximenuck126 ul.maximenuck li ul.maximenuck2 li.maximenuck li.maximenuck.openck > a, div#maximenuck126 ul.maximenuck li ul.maximenuck2 li.maximenuck li.maximenuck.clickedck > a {
  color: #bfa69a;
}
/* line 337, templates/g5_helium/custom/scss/_ckmenu.scss */
div#maximenuck126 ul.maximenuck li.level1.parent ul.maximenuck2 li.maximenuck.nodropdown li.maximenuck > a, div#maximenuck126 ul.maximenuck li.level1.parent ul.maximenuck2 li.maximenuck.maximenuflatlistck.level3 > a, div#maximenuck126 .maxipushdownck ul.maximenuck2 li.maximenuck.nodropdown li.maximenuck > a {
  text-indent: 5px;
  padding: 5px 16px;
  font-size: 0.9em;
}
/* link image style */
/* line 346, templates/g5_helium/custom/scss/_ckmenu.scss */
div#maximenuck126 li.maximenuck > a img {
  margin: 3px;
  border: none;
}
/* img style without link (in separator) */
/* line 352, templates/g5_helium/custom/scss/_ckmenu.scss */
div#maximenuck126 li.maximenuck img {
  border: none;
}
/* item title */
/* line 357, templates/g5_helium/custom/scss/_ckmenu.scss */
div#maximenuck126 span.titreck {
  text-decoration: none;
  float: none !important;
  /*min-height : 17px;*/
  float: left;
  margin: 0;
}
/* item description */
/* line 366, templates/g5_helium/custom/scss/_ckmenu.scss */
div#maximenuck126 span.descck {
  display: block;
  text-transform: none;
  font-size: 10px;
  text-decoration: none;
  height: 12px;
  line-height: 12px;
  float: none !important;
  float: left;
}
/*--------------------------------------------
 ---		Submenus						------
 ---------------------------------------------*/
/* submenus container */
/* line 382, templates/g5_helium/custom/scss/_ckmenu.scss */
div#maximenuck126 div.floatck {
  position: absolute;
  display: none;
  filter: none;
  border: 0px solid transparent;
  /* needed for IE */
  padding: 0;
  margin: 0;
  filter: none;
  background: #372d2a;
  text-align: left;
  /*width : 180px;*/
  /* default width */
  box-shadow: none;
  cursor: auto;
}
/* line 397, templates/g5_helium/custom/scss/_ckmenu.scss */
div#maximenuck126 div.maxidrop-main {
  width: 180px;
}
/* default width */
/* vertical menu */
/* line 402, templates/g5_helium/custom/scss/_ckmenu.scss */
div#maximenuck126.maximenuckv div.floatck {
  /*margin : -39px 0 0 90%;*/
}
/* line 406, templates/g5_helium/custom/scss/_ckmenu.scss */
div#maximenuck126 .maxipushdownck div.floatck {
  margin: 0;
}
/* child blocks position (from level2 to n) */
/* line 411, templates/g5_helium/custom/scss/_ckmenu.scss */
div#maximenuck126 ul.maximenuck li.maximenuck div.floatck div.floatck {
  margin: -46px 0 0 180px;
  background: #fff;
  box-shadow: none;
}
/**
 ** Show/hide sub menu if mootools is off - horizontal style
 **/
/* line 420, templates/g5_helium/custom/scss/_ckmenu.scss */
div#maximenuck126 ul.maximenuck li:hover:not(.maximenuckanimation) div.floatck div.floatck, div#maximenuck126 ul.maximenuck li:hover:not(.maximenuckanimation) div.floatck:hover div.floatck div.floatck, div#maximenuck126 ul.maximenuck li:hover:not(.maximenuckanimation) div.floatck:hover div.floatck:hover div.floatck div.floatck, div#maximenuck126 ul.maximenuck li.sfhover:not(.maximenuckanimation) div.floatck div.floatck, div#maximenuck126 ul.maximenuck li.sfhover:not(.maximenuckanimation) div.floatck.sfhover div.floatck div.floatck, div#maximenuck126 ul.maximenuck li.sfhover:not(.maximenuckanimation) div.floatck.sfhover div.floatck.sfhover div.floatck div.floatck {
  display: none;
}
/* line 425, templates/g5_helium/custom/scss/_ckmenu.scss */
div#maximenuck126 ul.maximenuck li.maximenuck:hover > div.floatck, div#maximenuck126 ul.maximenuck li.maximenuck:hover > div.floatck li.maximenuck:hover > div.floatck, div#maximenuck126 ul.maximenuck li.maximenuck:hover > div.floatck li.maximenuck:hover > div.floatck li.maximenuck:hover > div.floatck, div#maximenuck126 ul.maximenuck li.maximenuck:hover > div.floatck li.maximenuck:hover > div.floatck li.maximenuck:hover > div.floatck li.maximenuck:hover > div.floatck, div#maximenuck126 ul.maximenuck li.sfhover > div.floatck, div#maximenuck126 ul.maximenuck li.sfhover > div.floatck li.sfhover > div.floatck, div#maximenuck126 ul.maximenuck li.sfhover > div.floatck li.sfhover > div.floatck li.sfhover > div.floatck, div#maximenuck126 ul.maximenuck li.sfhover > div.floatck li.sfhover > div.floatck li.sfhover > div.floatck li.sfhover > div.floatck {
  display: block;
}
/* line 430, templates/g5_helium/custom/scss/_ckmenu.scss */
div#maximenuck126 div.maximenuck_mod ul {
  display: block;
}
/*---------------------------------------------
 ---	 	Columns management					---
 ----------------------------------------------*/
/* line 438, templates/g5_helium/custom/scss/_ckmenu.scss */
div#maximenuck126 ul.maximenuck li div.floatck div.maximenuck2 {
  /*width : 180px;*/
  /* default width */
  margin: 0;
  padding: 0;
}
/* h2 title */
/* line 446, templates/g5_helium/custom/scss/_ckmenu.scss */
div#maximenuck126 ul.maximenuck li.maximenuck ul.maximenuck2 h2 a, div#maximenuck126 ul.maximenuck li.maximenuck ul.maximenuck2 h2 span.separator, div#maximenuck126 ul.maximenuck2 h2 a, div#maximenuck126 ul.maximenuck2 h2 span.separator {
  font-size: 21px;
  font-weight: 400;
  letter-spacing: -1px;
  margin: 7px 0 14px 0;
  padding-bottom: 14px;
  line-height: 21px;
  text-align: left;
}
/* h3 title */
/* line 460, templates/g5_helium/custom/scss/_ckmenu.scss */
div#maximenuck126 ul.maximenuck li.maximenuck ul.maximenuck2 h3 a, div#maximenuck126 ul.maximenuck li.maximenuck ul.maximenuck2 h3 span.separator, div#maximenuck126 ul.maximenuck2 h3 a, div#maximenuck126 ul.maximenuck2 h3 span.separator {
  font-size: 14px;
  margin: 7px 0 14px 0;
  padding-bottom: 7px;
  line-height: 21px;
  text-align: left;
}
/* paragraph */
/* line 472, templates/g5_helium/custom/scss/_ckmenu.scss */
div#maximenuck126 ul.maximenuck li ul.maximenuck2 li p, div#maximenuck126 ul.maximenuck2 li p {
  line-height: 18px;
  margin: 0 0 10px 0;
  font-size: 12px;
  text-align: left;
}
/* image shadow with specific class */
/* line 484, templates/g5_helium/custom/scss/_ckmenu.scss */
div#maximenuck126 .imgshadow {
  /* Better style on light background */
  background: #fff !important;
  padding: 4px;
  border: 1px solid #777;
  margin-top: 5px;
  -moz-box-shadow: 0px 0px 5px #666;
  -webkit-box-shadow: 0px 0px 5px #666;
  box-shadow: 0px 0px 5px #666;
}
/* blackbox style */
/* line 495, templates/g5_helium/custom/scss/_ckmenu.scss */
div#maximenuck126 ul.maximenuck li ul.maximenuck2 li.blackbox, div#maximenuck126 ul.maximenuck2 li.blackbox {
  background-color: #333 !important;
  color: #eee;
  text-shadow: 1px 1px 1px #000;
  padding: 4px 6px 4px 6px !important;
  margin: 0px 4px 4px 4px !important;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: inset 0 0 3px #000;
  -moz-box-shadow: inset 0 0 3px #000;
  box-shadow: inset 0 0 3px #000;
}
/* line 510, templates/g5_helium/custom/scss/_ckmenu.scss */
div#maximenuck126 ul.maximenuck li ul.maximenuck2 li.blackbox:hover, div#maximenuck126 ul.maximenuck2 li.blackbox:hover {
  background-color: #333 !important;
}
/* line 515, templates/g5_helium/custom/scss/_ckmenu.scss */
div#maximenuck126 ul.maximenuck li ul.maximenuck2 li.blackbox a, div#maximenuck126 ul.maximenuck2 li.blackbox a {
  color: #fff;
  text-shadow: 1px 1px 1px #000;
  display: inline !important;
}
/* line 522, templates/g5_helium/custom/scss/_ckmenu.scss */
div#maximenuck126 ul.maximenuck li ul.maximenuck2 li.blackbox:hover > a, div#maximenuck126 ul.maximenuck2 li.blackbox:hover > a {
  text-decoration: underline;
}
/* greybox style */
/* line 528, templates/g5_helium/custom/scss/_ckmenu.scss */
div#maximenuck126 ul.maximenuck li ul.maximenuck2 li.greybox, div#maximenuck126 ul.maximenuck2 li.greybox {
  background: #f0f0f0 !important;
  border: 1px solid #bbb;
  padding: 4px 6px 4px 6px !important;
  margin: 0px 4px 4px 4px !important;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  border-radius: 5px;
}
/* line 540, templates/g5_helium/custom/scss/_ckmenu.scss */
div#maximenuck126 ul.maximenuck li ul.maximenuck2 li.greybox:hover, div#maximenuck126 ul.maximenuck2 li.greybox:hover {
  background: #fff !important;
  border: 1px solid #aaa;
}
/*---------------------------------------------
 ---	 	Module in submenus					---
 ----------------------------------------------*/
/* module title */
/* line 552, templates/g5_helium/custom/scss/_ckmenu.scss */
div#maximenuck126 ul.maximenuck div.maximenuck_mod > div > h3, div#maximenuck126 ul.maximenuck2 div.maximenuck_mod > div > h3 {
  width: 100%;
  font-weight: bold;
  font-size: 16px;
}
/* line 559, templates/g5_helium/custom/scss/_ckmenu.scss */
div#maximenuck126 div.maximenuck_mod {
  /*width : 100%;*/
  padding: 0;
  white-space: normal;
}
/* line 565, templates/g5_helium/custom/scss/_ckmenu.scss */
div#maximenuck126 div.maximenuck_mod div.moduletable {
  border: none;
  background: none;
}
/* line 570, templates/g5_helium/custom/scss/_ckmenu.scss */
div#maximenuck126 div.maximenuck_mod fieldset {
  width: 100%;
  padding: 0;
  margin: 0 auto;
  overflow: hidden;
  background: transparent;
  border: none;
}
/* line 579, templates/g5_helium/custom/scss/_ckmenu.scss */
div#maximenuck126 ul.maximenuck2 div.maximenuck_mod a {
  border: none;
  margin: 0;
  padding: 0;
  display: inline;
  background: transparent;
  font-weight: normal;
}
/* line 592, templates/g5_helium/custom/scss/_ckmenu.scss */
div#maximenuck126 ul.maximenuck2 div.maximenuck_mod ul {
  margin: 0;
  padding: 0;
  width: 100%;
  background: none;
  border: none;
  text-align: left;
}
/* line 601, templates/g5_helium/custom/scss/_ckmenu.scss */
div#maximenuck126 ul.maximenuck2 div.maximenuck_mod li {
  margin: 0 0 0 15px;
  padding: 0;
  background: none;
  border: none;
  text-align: left;
  font-size: 11px;
  float: none;
  display: block;
  line-height: 20px;
  white-space: normal;
}
/* login module */
/* line 615, templates/g5_helium/custom/scss/_ckmenu.scss */
div#maximenuck126 ul.maximenuck2 div.maximenuck_mod #form-login ul {
  left: 0;
  margin: 0;
  padding: 0;
  width: 100%;
}
/* line 622, templates/g5_helium/custom/scss/_ckmenu.scss */
div#maximenuck126 ul.maximenuck2 div.maximenuck_mod #form-login ul li {
  margin: 2px 0;
  padding: 0 5px;
  height: 20px;
  background: transparent;
}
/* line 629, templates/g5_helium/custom/scss/_ckmenu.scss */
div#maximenuck126 form {
  margin: 0 0 5px;
}
/*---------------------------------------------
 ---	 	Fancy styles (floating cursor)		---
 ----------------------------------------------*/
/* line 637, templates/g5_helium/custom/scss/_ckmenu.scss */
div#maximenuck126 .maxiFancybackground {
  position: absolute;
  top: 0;
  list-style: none;
  padding: 0 !important;
  margin: 0 !important;
  border: none !important;
  z-index: -1;
}
/* line 647, templates/g5_helium/custom/scss/_ckmenu.scss */
div#maximenuck126 .maxiFancybackground .maxiFancycenter {
  border-top: 1px solid #fff;
}
/*---------------------------------------------
 ---	 	Button to close on click			---
 ----------------------------------------------*/
/* line 657, templates/g5_helium/custom/scss/_ckmenu.scss */
div#maximenuck126 span.maxiclose {
  color: #fff;
}
/*---------------------------------------------
 ---	 Stop the dropdown                  ---
 ----------------------------------------------*/
/* line 665, templates/g5_helium/custom/scss/_ckmenu.scss */
div#maximenuck126 ul.maximenuck li.maximenuck.nodropdown div.floatck, div#maximenuck126 ul.maximenuck li.maximenuck div.floatck li.maximenuck.nodropdown div.floatck, div#maximenuck126 .maxipushdownck div.floatck div.floatck {
  position: static !important;
  background: none;
  border: none;
  left: auto;
  margin: 3px;
  moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  display: block !important;
}
/* line 679, templates/g5_helium/custom/scss/_ckmenu.scss */
div#maximenuck126 ul.maximenuck li.level1.parent ul.maximenuck2 li.maximenuck.nodropdown li.maximenuck, div#maximenuck126 .maxipushdownck ul.maximenuck2 li.maximenuck.nodropdown li.maximenuck {
  background: none;
  text-indent: 5px;
}
/* line 685, templates/g5_helium/custom/scss/_ckmenu.scss */
div#maximenuck126 ul.maximenuck li.maximenuck.level1.parent ul.maximenuck2 li.maximenuck.parent.nodropdown > a, div#maximenuck126 ul.maximenuck li.maximenuck.level1.parent ul.maximenuck2 li.maximenuck.parent.nodropdown > span.separator, div#maximenuck126 .maxipushdownck ul.maximenuck2 li.maximenuck.parent.nodropdown > a, div#maximenuck126 .maxipushdownck ul.maximenuck2 li.maximenuck.parent.nodropdown > span.separator {
  background: none;
}
/* remove the arrow image for parent item */
/* line 693, templates/g5_helium/custom/scss/_ckmenu.scss */
div#maximenuck126 ul.maximenuck li.maximenuck.level1.parent ul.maximenuck2 li.parent.nodropdown > *:after, div#maximenuck126 .maxipushdownck ul.maximenuck2 li.parent > *:after {
  display: none;
}
/* line 698, templates/g5_helium/custom/scss/_ckmenu.scss */
div#maximenuck126 li.maximenuck.nodropdown > div.floatck > div.maxidrop-main {
  width: auto;
}
/*---------------------------------------------
 ---	 Full width				                ---
 ----------------------------------------------*/
/* line 706, templates/g5_helium/custom/scss/_ckmenu.scss */
div#maximenuck126.maximenuckh li.fullwidth > div.floatck {
  margin: 0;
  padding: 0;
  width: auto !important;
  left: 0;
  right: 0;
}
/* line 714, templates/g5_helium/custom/scss/_ckmenu.scss */
div#maximenuck126.maximenuckv li.fullwidth > div.floatck {
  margin: 0 0 0 -5px;
  padding: 0;
  top: 0;
  bottom: 0;
  left: 100%;
}
/* line 722, templates/g5_helium/custom/scss/_ckmenu.scss */
div#maximenuck126 li.fullwidth > div.floatck > div.maxidrop-main {
  width: auto;
}
/* line 726, templates/g5_helium/custom/scss/_ckmenu.scss */
.moduletable.ck-menu-institucional {
  padding: 0.6rem 0rem !important;
  margin: 0rem !important;
}
/* line 729, templates/g5_helium/custom/scss/_ckmenu.scss */
.moduletable.ck-menu-institucional .maximenuckh {
  text-align: right !important;
}
/* line 731, templates/g5_helium/custom/scss/_ckmenu.scss */
/* line 732, templates/g5_helium/custom/scss/_ckmenu.scss */
/* line 733, templates/g5_helium/custom/scss/_ckmenu.scss */
.moduletable.ck-menu-institucional .maximenuckh .maxiroundedcenter ul.maximenuck > li.maximenuck {
  margin-right: 0.3rem !important;
  padding: 0rem !important;
}
@media only all and (min-width: 60rem) and (max-width: 74.938rem) {
  .moduletable.ck-menu-institucional .maximenuckh .maxiroundedcenter ul.maximenuck > li.maximenuck {
    margin-right: 0rem !important;
  }
}
/* line 739, templates/g5_helium/custom/scss/_ckmenu.scss */
.moduletable.ck-menu-institucional .maximenuckh .maxiroundedcenter ul.maximenuck > li.maximenuck .maximenuck, .moduletable.ck-menu-institucional .maximenuckh .maxiroundedcenter ul.maximenuck > li.maximenuck .separator {
  font-family: 'Conv_librefranklin-regular' !important;
  border: 1px solid transparent !important;
  padding: 8px 15px !important;
}
/* line 744, templates/g5_helium/custom/scss/_ckmenu.scss */
.moduletable.ck-menu-institucional .maximenuckh .maxiroundedcenter ul.maximenuck > li.maximenuck .separator {
  color: #000 !important;
}
/* line 747, templates/g5_helium/custom/scss/_ckmenu.scss */
/* line 748, templates/g5_helium/custom/scss/_ckmenu.scss */
.moduletable.ck-menu-institucional .maximenuckh .maxiroundedcenter ul.maximenuck > li.maximenuck.parent > .maximenuck, .moduletable.ck-menu-institucional .maximenuckh .maxiroundedcenter ul.maximenuck > li.maximenuck.parent > .separator {
  padding: 8px 25px 8px 15px !important;
}
/* line 750, templates/g5_helium/custom/scss/_ckmenu.scss */
.moduletable.ck-menu-institucional .maximenuckh .maxiroundedcenter ul.maximenuck > li.maximenuck.parent > .maximenuck:after, .moduletable.ck-menu-institucional .maximenuckh .maxiroundedcenter ul.maximenuck > li.maximenuck.parent > .separator:after {
  content: "\f078" !important;
  font-family: FontAwesome;
  font-size: 0.7rem !important;
  border: none !important;
  color: #000 !important;
  top: 8px !important;
  right: 18px !important;
}
/* line 759, templates/g5_helium/custom/scss/_ckmenu.scss */
.moduletable.ck-menu-institucional .maximenuckh .maxiroundedcenter ul.maximenuck > li.maximenuck.parent > .maximenuck:hover, .moduletable.ck-menu-institucional .maximenuckh .maxiroundedcenter ul.maximenuck > li.maximenuck.parent > .separator:hover {
  color: #efac06 !important;
}
/* line 761, templates/g5_helium/custom/scss/_ckmenu.scss */
.moduletable.ck-menu-institucional .maximenuckh .maxiroundedcenter ul.maximenuck > li.maximenuck.parent > .maximenuck:hover:after, .moduletable.ck-menu-institucional .maximenuckh .maxiroundedcenter ul.maximenuck > li.maximenuck.parent > .separator:hover:after {
  color: #fff !important;
}
/* line 768, templates/g5_helium/custom/scss/_ckmenu.scss */
/* line 769, templates/g5_helium/custom/scss/_ckmenu.scss */
.moduletable.ck-menu-institucional .maximenuckh .maxiroundedcenter ul.maximenuck > li.maximenuck.clickedck > .maximenuck, .moduletable.ck-menu-institucional .maximenuckh .maxiroundedcenter ul.maximenuck > li.maximenuck.active > .maximenuck, .moduletable.ck-menu-institucional .maximenuckh .maxiroundedcenter ul.maximenuck > li.maximenuck.current > .maximenuck, .moduletable.ck-menu-institucional .maximenuckh .maxiroundedcenter ul.maximenuck > li.maximenuck:hover > .maximenuck, .moduletable.ck-menu-institucional .maximenuckh .maxiroundedcenter ul.maximenuck > li.maximenuck.clickedck > .separator, .moduletable.ck-menu-institucional .maximenuckh .maxiroundedcenter ul.maximenuck > li.maximenuck.active > .separator, .moduletable.ck-menu-institucional .maximenuckh .maxiroundedcenter ul.maximenuck > li.maximenuck.current > .separator, .moduletable.ck-menu-institucional .maximenuckh .maxiroundedcenter ul.maximenuck > li.maximenuck:hover > .separator {
  background: #efac06 !important;
  border: 1px solid transparent !important;
}
/* line 772, templates/g5_helium/custom/scss/_ckmenu.scss */
.moduletable.ck-menu-institucional .maximenuckh .maxiroundedcenter ul.maximenuck > li.maximenuck.clickedck > .maximenuck .titreck, .moduletable.ck-menu-institucional .maximenuckh .maxiroundedcenter ul.maximenuck > li.maximenuck.active > .maximenuck .titreck, .moduletable.ck-menu-institucional .maximenuckh .maxiroundedcenter ul.maximenuck > li.maximenuck.current > .maximenuck .titreck, .moduletable.ck-menu-institucional .maximenuckh .maxiroundedcenter ul.maximenuck > li.maximenuck:hover > .maximenuck .titreck, .moduletable.ck-menu-institucional .maximenuckh .maxiroundedcenter ul.maximenuck > li.maximenuck.clickedck > .separator .titreck, .moduletable.ck-menu-institucional .maximenuckh .maxiroundedcenter ul.maximenuck > li.maximenuck.active > .separator .titreck, .moduletable.ck-menu-institucional .maximenuckh .maxiroundedcenter ul.maximenuck > li.maximenuck.current > .separator .titreck, .moduletable.ck-menu-institucional .maximenuckh .maxiroundedcenter ul.maximenuck > li.maximenuck:hover > .separator .titreck {
  color: #fff !important;
}
/* line 775, templates/g5_helium/custom/scss/_ckmenu.scss */
.moduletable.ck-menu-institucional .maximenuckh .maxiroundedcenter ul.maximenuck > li.maximenuck.clickedck > .maximenuck:after, .moduletable.ck-menu-institucional .maximenuckh .maxiroundedcenter ul.maximenuck > li.maximenuck.active > .maximenuck:after, .moduletable.ck-menu-institucional .maximenuckh .maxiroundedcenter ul.maximenuck > li.maximenuck.current > .maximenuck:after, .moduletable.ck-menu-institucional .maximenuckh .maxiroundedcenter ul.maximenuck > li.maximenuck:hover > .maximenuck:after, .moduletable.ck-menu-institucional .maximenuckh .maxiroundedcenter ul.maximenuck > li.maximenuck.clickedck > .separator:after, .moduletable.ck-menu-institucional .maximenuckh .maxiroundedcenter ul.maximenuck > li.maximenuck.active > .separator:after, .moduletable.ck-menu-institucional .maximenuckh .maxiroundedcenter ul.maximenuck > li.maximenuck.current > .separator:after, .moduletable.ck-menu-institucional .maximenuckh .maxiroundedcenter ul.maximenuck > li.maximenuck:hover > .separator:after {
  color: #fff !important;
}
/* line 780, templates/g5_helium/custom/scss/_ckmenu.scss */
.moduletable.ck-menu-institucional .maximenuckh .maxiroundedcenter ul.maximenuck > li.maximenuck .floatck {
  background: #fff !important;
  border: 1px solid #e6e6e6 !important;
}
/* line 783, templates/g5_helium/custom/scss/_ckmenu.scss */
/* line 784, templates/g5_helium/custom/scss/_ckmenu.scss */
.moduletable.ck-menu-institucional .maximenuckh .maxiroundedcenter ul.maximenuck > li.maximenuck .floatck ul li {
  background: transparent !important;
  border-bottom: 1px solid #e6e6e6 !important;
  margin: 0rem 0.2rem !important;
  padding: 0rem !important;
}
/* line 789, templates/g5_helium/custom/scss/_ckmenu.scss */
.moduletable.ck-menu-institucional .maximenuckh .maxiroundedcenter ul.maximenuck > li.maximenuck .floatck ul li .maximenuck {
  color: #000 !important;
}
/* line 791, templates/g5_helium/custom/scss/_ckmenu.scss */
.moduletable.ck-menu-institucional .maximenuckh .maxiroundedcenter ul.maximenuck > li.maximenuck .floatck ul li .maximenuck:hover {
  background: #fff !important;
  color: #efac06 !important;
}
/* line 796, templates/g5_helium/custom/scss/_ckmenu.scss */
/* line 797, templates/g5_helium/custom/scss/_ckmenu.scss */
.moduletable.ck-menu-institucional .maximenuckh .maxiroundedcenter ul.maximenuck > li.maximenuck .floatck ul li.active > .maximenuck {
  background: #fff !important;
  color: #efac06 !important;
}
/* line 804, templates/g5_helium/custom/scss/_ckmenu.scss */
.moduletable.ck-menu-institucional .maximenuckh .maxiroundedcenter ul.maximenuck > li.maximenuck .floatck .floatck {
  background: #fff !important;
}
/* line 807, templates/g5_helium/custom/scss/_ckmenu.scss */
/* line 808, templates/g5_helium/custom/scss/_ckmenu.scss */
/* line 809, templates/g5_helium/custom/scss/_ckmenu.scss */
/* line 810, templates/g5_helium/custom/scss/_ckmenu.scss */
.moduletable.ck-menu-institucional .maximenuckh .maxiroundedcenter ul.maximenuck > li.maximenuck .floatck .floatck .maxidrop-main ul li a, .moduletable.ck-menu-institucional .maximenuckh .maxiroundedcenter ul.maximenuck > li.maximenuck .floatck .floatck .maxidrop-main ul li > span {
  color: #000 !important;
  font-size: 0.8rem !important;
  line-height: 1.3rem !important;
  padding: 5px 16px !important;
}
/* line 816, templates/g5_helium/custom/scss/_ckmenu.scss */
/* line 817, templates/g5_helium/custom/scss/_ckmenu.scss */
.moduletable.ck-menu-institucional .maximenuckh .maxiroundedcenter ul.maximenuck > li.maximenuck .floatck .floatck .maxidrop-main ul li.active a, .moduletable.ck-menu-institucional .maximenuckh .maxiroundedcenter ul.maximenuck > li.maximenuck .floatck .floatck .maxidrop-main ul li:hover a, .moduletable.ck-menu-institucional .maximenuckh .maxiroundedcenter ul.maximenuck > li.maximenuck .floatck .floatck .maxidrop-main ul li.active span, .moduletable.ck-menu-institucional .maximenuckh .maxiroundedcenter ul.maximenuck > li.maximenuck .floatck .floatck .maxidrop-main ul li:hover span {
  color: #efac06 !important;
}
/* line 832, templates/g5_helium/custom/scss/_ckmenu.scss */
.moduletable.ck-menu-tematico {
  padding: 0rem !important;
  margin: 0rem !important;
}
/* line 835, templates/g5_helium/custom/scss/_ckmenu.scss */
.moduletable.ck-menu-tematico ul.maximenuck {
  text-align: right;
}
/* line 840, templates/g5_helium/custom/scss/_ckmenu.scss */
/* line 841, templates/g5_helium/custom/scss/_ckmenu.scss */
/* line 842, templates/g5_helium/custom/scss/_ckmenu.scss */
.maximenuckh .maxiroundedcenter ul.maximenuck {
  border: none !important;
  background: transparent !important;
}
/* line 845, templates/g5_helium/custom/scss/_ckmenu.scss */
.maximenuckh .maxiroundedcenter ul.maximenuck > li {
  border-bottom: none !important;
}
/* line 847, templates/g5_helium/custom/scss/_ckmenu.scss */
/* line 848, templates/g5_helium/custom/scss/_ckmenu.scss */
/* line 849, templates/g5_helium/custom/scss/_ckmenu.scss */
/* line 850, templates/g5_helium/custom/scss/_ckmenu.scss */
.maximenuckh .maxiroundedcenter ul.maximenuck > li.maximenuck > a.maximenuck .titreck, .maximenuckh .maxiroundedcenter ul.maximenuck > li.maximenuck > span.maximenuck .titreck, .maximenuckh .maxiroundedcenter ul.maximenuck > li.maximenuck > a.separator .titreck, .maximenuckh .maxiroundedcenter ul.maximenuck > li.maximenuck > span.separator .titreck {
  color: #000 !important;
}
/* line 855, templates/g5_helium/custom/scss/_ckmenu.scss */
/* line 856, templates/g5_helium/custom/scss/_ckmenu.scss */
/* line 857, templates/g5_helium/custom/scss/_ckmenu.scss */
/* line 858, templates/g5_helium/custom/scss/_ckmenu.scss */
.maximenuckh .maxiroundedcenter ul.maximenuck > li.maximenuck.active > a.maximenuck .titreck, .maximenuckh .maxiroundedcenter ul.maximenuck > li.maximenuck:hover > a.maximenuck .titreck, .maximenuckh .maxiroundedcenter ul.maximenuck > li.maximenuck.clickedck > a.maximenuck .titreck, .maximenuckh .maxiroundedcenter ul.maximenuck > li.maximenuck.active span.maximenuck .titreck, .maximenuckh .maxiroundedcenter ul.maximenuck > li.maximenuck:hover span.maximenuck .titreck, .maximenuckh .maxiroundedcenter ul.maximenuck > li.maximenuck.clickedck span.maximenuck .titreck {
  color: #fff !important;
}
/* line 865, templates/g5_helium/custom/scss/_ckmenu.scss */
/* line 866, templates/g5_helium/custom/scss/_ckmenu.scss */
.maximenuckh .maxiroundedcenter ul.maximenuck > li .floatck .maxiclose {
  color: #000 !important;
  cursor: pointer;
  display: block;
  text-align: right;
  padding: 0.2rem 0.5rem 0 0;
  font-size: 0rem;
}
/* line 873, templates/g5_helium/custom/scss/_ckmenu.scss */
.maximenuckh .maxiroundedcenter ul.maximenuck > li .floatck .maxiclose:before {
  font-family: FontAwesome;
  content: "\f057";
  margin-right: 0.5rem;
  font-size: 0.9rem;
}
/* line 879, templates/g5_helium/custom/scss/_ckmenu.scss */
.maximenuckh .maxiroundedcenter ul.maximenuck > li .floatck .maxiclose:after {
  content: "Cerrar";
  font-size: 0.9rem;
}
/* line 885, templates/g5_helium/custom/scss/_ckmenu.scss */
/* line 886, templates/g5_helium/custom/scss/_ckmenu.scss */
/* line 887, templates/g5_helium/custom/scss/_ckmenu.scss */
.maximenuckh .maxiroundedcenter ul.maximenuck > li .floatck .maxidrop-main ul li {
  margin: 0rem !important;
}
/* line 1, templates/g5_helium/custom/scss/particles/_mosaicgrid.scss */
.g-mosaicgrid {
  margin: 0px;
}
/* line 4, templates/g5_helium/custom/scss/particles/_mosaicgrid.scss */
.g-mosaicgrid-sizer {
  display: none !important;
}
/* line 7, templates/g5_helium/custom/scss/particles/_mosaicgrid.scss */
.g-mosaicgrid-desc {
  padding: 1rem 0rem 3.8rem;
  text-align: center;
  font-family: 'Conv_librefranklin-light';
}
/* line 12, templates/g5_helium/custom/scss/particles/_mosaicgrid.scss */
.g-mosaicgrid-sizer, .g-mosaicgrid-item-container {
  padding: 0rem 0.5rem 0.5rem;
  display: inline-block;
  vertical-align: top;
  margin: 0px;
}
/* line 20, templates/g5_helium/custom/scss/particles/_mosaicgrid.scss */
.g-mosaicgrid-sizer .g-mosaicgrid-item, .g-mosaicgrid-item-container .g-mosaicgrid-item {
  position: relative;
  overflow: visible;
  /*border-top:1px solid $border;
   border-left:1px solid $border;
   border-right:1px solid $border;
   border-bottom:5px solid $accent-color-2;*/
  /*padding:2rem 1rem;*/
  padding: 0rem;
  background: #fff;
}
/* line 33, templates/g5_helium/custom/scss/particles/_mosaicgrid.scss */
.g-mosaicgrid-1-col .g-mosaicgrid-sizer, .g-mosaicgrid-1-col .g-mosaicgrid-item-container {
  width: 100%;
}
/* line 37, templates/g5_helium/custom/scss/particles/_mosaicgrid.scss */
.g-mosaicgrid-2-col .g-mosaicgrid-sizer, .g-mosaicgrid-2-col .g-mosaicgrid-item-container {
  width: 49.9%;
}
@media only all and (max-width: 30rem) {
  .g-mosaicgrid-2-col .g-mosaicgrid-sizer, .g-mosaicgrid-2-col .g-mosaicgrid-item-container {
    width: 100%;
  }
}
/* line 43, templates/g5_helium/custom/scss/particles/_mosaicgrid.scss */
.g-mosaicgrid-3-col .g-mosaicgrid-sizer, .g-mosaicgrid-3-col .g-mosaicgrid-item-container {
  width: 33%;
}
@media only all and (min-width: 30.062rem) and (max-width: 47.938rem) {
  .g-mosaicgrid-3-col .g-mosaicgrid-sizer, .g-mosaicgrid-3-col .g-mosaicgrid-item-container {
    width: 49%;
  }
}
@media only all and (max-width: 30rem) {
  .g-mosaicgrid-3-col .g-mosaicgrid-sizer, .g-mosaicgrid-3-col .g-mosaicgrid-item-container {
    width: 100%;
  }
}
/* line 52, templates/g5_helium/custom/scss/particles/_mosaicgrid.scss */
.g-mosaicgrid-4-col .g-mosaicgrid-sizer, .g-mosaicgrid-4-col .g-mosaicgrid-item-container {
  width: 24.5%;
}
@media only all and (min-width: 30.062rem) and (max-width: 47.938rem) {
  .g-mosaicgrid-4-col .g-mosaicgrid-sizer, .g-mosaicgrid-4-col .g-mosaicgrid-item-container {
    width: 49.5%;
  }
}
@media only all and (max-width: 30rem) {
  .g-mosaicgrid-4-col .g-mosaicgrid-sizer, .g-mosaicgrid-4-col .g-mosaicgrid-item-container {
    width: 100%;
  }
}
/* line 61, templates/g5_helium/custom/scss/particles/_mosaicgrid.scss */
.g-mosaicgrid-5-col .g-mosaicgrid-sizer, .g-mosaicgrid-5-col .g-mosaicgrid-item-container {
  width: 19.9%;
}
@media only all and (min-width: 48rem) and (max-width: 59.938rem) {
  .g-mosaicgrid-5-col .g-mosaicgrid-sizer, .g-mosaicgrid-5-col .g-mosaicgrid-item-container {
    width: 33.33333%;
  }
}
@media only all and (min-width: 30.062rem) and (max-width: 47.938rem) {
  .g-mosaicgrid-5-col .g-mosaicgrid-sizer, .g-mosaicgrid-5-col .g-mosaicgrid-item-container {
    width: 49.9%;
  }
}
@media only all and (max-width: 30rem) {
  .g-mosaicgrid-5-col .g-mosaicgrid-sizer, .g-mosaicgrid-5-col .g-mosaicgrid-item-container {
    width: 100%;
  }
}
/* line 73, templates/g5_helium/custom/scss/particles/_mosaicgrid.scss */
.g-mosaicgrid-6-col .g-mosaicgrid-sizer, .g-mosaicgrid-6-col .g-mosaicgrid-item-container {
  width: 16.66667%;
}
@media only all and (min-width: 48rem) and (max-width: 59.938rem) {
  .g-mosaicgrid-6-col .g-mosaicgrid-sizer, .g-mosaicgrid-6-col .g-mosaicgrid-item-container {
    width: 33.33333%;
  }
}
@media only all and (min-width: 30.062rem) and (max-width: 47.938rem) {
  .g-mosaicgrid-6-col .g-mosaicgrid-sizer, .g-mosaicgrid-6-col .g-mosaicgrid-item-container {
    width: 50%;
  }
}
@media only all and (max-width: 30rem) {
  .g-mosaicgrid-6-col .g-mosaicgrid-sizer, .g-mosaicgrid-6-col .g-mosaicgrid-item-container {
    width: 100%;
  }
}
/* line 86, templates/g5_helium/custom/scss/particles/_mosaicgrid.scss */
/* line 87, templates/g5_helium/custom/scss/particles/_mosaicgrid.scss */
/* line 88, templates/g5_helium/custom/scss/particles/_mosaicgrid.scss */
/* line 96, templates/g5_helium/custom/scss/particles/_mosaicgrid.scss */
/* line 101, templates/g5_helium/custom/scss/particles/_mosaicgrid.scss */
.g-mosaicgrid-item:hover, .g-mosaicgrid-item:focus {
  /*opacity: 0.15;*/
}
/* line 105, templates/g5_helium/custom/scss/particles/_mosaicgrid.scss */
.g-mosaicgrid-item:hover .g-mosaicgrid-zoom img, .g-mosaicgrid-item:focus .g-mosaicgrid-zoom img {
  /*@include transform(scale(1.25));*/
}
/* line 109, templates/g5_helium/custom/scss/particles/_mosaicgrid.scss */
.g-mosaicgrid-rotate .g-mosaicgrid-item:hover, .g-mosaicgrid-rotate .g-mosaicgrid-item:focus {
  -webkit-transform: rotate(5deg) scale(1.25);
  -moz-transform: rotate(5deg) scale(1.25);
  -ms-transform: rotate(5deg) scale(1.25);
  -o-transform: rotate(5deg) scale(1.25);
  transform: rotate(5deg) scale(1.25);
}
/* line 112, templates/g5_helium/custom/scss/particles/_mosaicgrid.scss */
.g-mosaicgrid-blur .g-mosaicgrid-item:hover, .g-mosaicgrid-blur .g-mosaicgrid-item:focus {
  -webkit-filter: blur(3px);
  filter: blur(3px);
}
/* line 115, templates/g5_helium/custom/scss/particles/_mosaicgrid.scss */
.g-mosaicgrid-grayscale .g-mosaicgrid-item:hover, .g-mosaicgrid-grayscale .g-mosaicgrid-item:focus {
  opacity: 1;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}
/* line 119, templates/g5_helium/custom/scss/particles/_mosaicgrid.scss */
.g-mosaicgrid-blur.g-mosaicgrid-grayscale .g-mosaicgrid-item:hover, .g-mosaicgrid-blur.g-mosaicgrid-grayscale .g-mosaicgrid-item:focus {
  -webkit-filter: blur(3px) grayscale(100%);
  filter: blur(3px) grayscale(100%);
}
/* line 123, templates/g5_helium/custom/scss/particles/_mosaicgrid.scss */
/* line 124, templates/g5_helium/custom/scss/particles/_mosaicgrid.scss */
.g-mosaicgrid-style2 .g-mosaicgrid-item:hover .g-mosaicgrid-item-desc, .g-mosaicgrid-style2 .g-mosaicgrid-item:focus .g-mosaicgrid-item-desc {
  opacity: 1;
  font-size: 14px;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
/* line 133, templates/g5_helium/custom/scss/particles/_mosaicgrid.scss */
.g-mosaicgrid-image {
  /*background: darken($accent-color-1, 10%);*/
  overflow: visible;
}
/* line 136, templates/g5_helium/custom/scss/particles/_mosaicgrid.scss */
.g-mosaicgrid-image a {
  position: relative !important;
}
/* line 139, templates/g5_helium/custom/scss/particles/_mosaicgrid.scss */
.g-mosaicgrid-image img {
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  transition: all 0.25s;
  min-width: 100%;
}
/* line 144, templates/g5_helium/custom/scss/particles/_mosaicgrid.scss */
/* line 145, templates/g5_helium/custom/scss/particles/_mosaicgrid.scss */
/* line 146, templates/g5_helium/custom/scss/particles/_mosaicgrid.scss */
.g-mosaicgrid-item:hover .g-mosaicgrid-content {
  -ms-transform: scale(1) !important;
  /* IE 9 */
  -webkit-transform: scale(1) !important;
  /* Chrome, Safari, Opera */
  transform: scale(1) !important;
  -o-transition: scale(1) !important;
  -moz-transition: scale(1) !important;
  opacity: 1 !important;
}
/* line 150, templates/g5_helium/custom/scss/particles/_mosaicgrid.scss */
.g-mosaicgrid-item a {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
/* line 158, templates/g5_helium/custom/scss/particles/_mosaicgrid.scss */
.g-mosaicgrid-content {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  text-align: center;
  -ms-transform: scale(0);
  /* IE 9 */
  -webkit-transform: scale(0);
  /* Chrome, Safari, Opera */
  transform: scale(0);
  -o-transition: scale(0);
  -moz-transition: scale(0);
  opacity: 0;
  transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
  -webkit-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
  -o-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
  -moz-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
  -ms-transition: transform all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
  background: rgba(0, 116, 196, 0.8);
}
@media only all and (max-width: 47.938rem) {
  .g-mosaicgrid-content {
    -ms-transform: scale(1) !important;
    /* IE 9 */
    -webkit-transform: scale(1) !important;
    /* Chrome, Safari, Opera */
    transform: scale(1) !important;
    -o-transition: scale(1) !important;
    -moz-transition: scale(1) !important;
    opacity: 1;
  }
}
@media only all and (min-width: 30.062rem) and (max-width: 47.938rem) {
  .g-mosaicgrid-content {
    -ms-transform: scale(0) !important;
    /* IE 9 */
    -webkit-transform: scale(0) !important;
    /* Chrome, Safari, Opera */
    transform: scale(0) !important;
    -o-transition: scale(0) !important;
    -moz-transition: scale(0) !important;
  }
}
@media only all and (max-width: 30rem) {
  .g-mosaicgrid-content {
    -ms-transform: scale(0) !important;
    /* IE 9 */
    -webkit-transform: scale(0) !important;
    /* Chrome, Safari, Opera */
    transform: scale(0) !important;
    -o-transition: scale(0) !important;
    -moz-transition: scale(0) !important;
  }
}
/* line 182, templates/g5_helium/custom/scss/particles/_mosaicgrid.scss */
.g-mosaicgrid-content .g-mosaicgrid-content-aux {
  top: 50%;
  -ms-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  -o-transition: translate(0, -50%);
  -moz-transition: translate(0, -50%);
  position: absolute;
  width: 100%;
}
/* line 196, templates/g5_helium/custom/scss/particles/_mosaicgrid.scss */
.g-mosaicgrid-item-title {
  color: #fff !important;
  padding: 1rem 1rem 1rem;
  font-family: 'Conv_librefranklin-bold';
}
/* line 203, templates/g5_helium/custom/scss/particles/_mosaicgrid.scss */
.g-mosaicgrid-item-desc {
  color: #fff !important;
  padding: 0rem 1rem 1rem;
}
/* line 208, templates/g5_helium/custom/scss/particles/_mosaicgrid.scss */
.g-mosaicgrid-item-tag-wrapper {
  margin: 0.625rem 0;
  font-size: 0.9rem;
}
/* line 211, templates/g5_helium/custom/scss/particles/_mosaicgrid.scss */
.g-mosaicgrid-style1 .g-mosaicgrid-item-tag-wrapper {
  opacity: 0.5;
  margin-top: 1.25rem;
  padding-top: 0.938rem;
  margin-bottom: 0;
  border-top: 1px solid #e0e0e5;
}
/* line 218, templates/g5_helium/custom/scss/particles/_mosaicgrid.scss */
.g-mosaicgrid-style2 .g-mosaicgrid-item-tag-wrapper {
  position: absolute;
  top: 0.938rem;
  left: 0.938rem;
  right: 0.938rem;
}
/* line 226, templates/g5_helium/custom/scss/particles/_mosaicgrid.scss */
.g-mosaicgrid-item-tag {
  float: left;
}
/* line 228, templates/g5_helium/custom/scss/particles/_mosaicgrid.scss */
.g-mosaicgrid-style2 .g-mosaicgrid-item-tag {
  background: rgba(0, 0, 0, 0.25);
  padding: 0.25rem 0.5rem;
}
/* line 235, templates/g5_helium/custom/scss/particles/_mosaicgrid.scss */
.g-mosaicgrid-item-tagicons-container {
  float: right;
  white-space: nowrap;
}
/* line 240, templates/g5_helium/custom/scss/particles/_mosaicgrid.scss */
.g-mosaicgrid-item-tagicons {
  display: inline-block;
  margin: 0 2%;
}
/* line 243, templates/g5_helium/custom/scss/particles/_mosaicgrid.scss */
.g-mosaicgrid-style2 .g-mosaicgrid-item-tagicons {
  padding: 0.25rem 0;
}
/* line 248, templates/g5_helium/custom/scss/particles/_mosaicgrid.scss */
/* line 249, templates/g5_helium/custom/scss/particles/_mosaicgrid.scss */
/* line 250, templates/g5_helium/custom/scss/particles/_mosaicgrid.scss */
.moduletable.animate .g-mosaicgrid .g-mosaicgrid-item-container {
  -ms-transform: translate(0, 50px);
  /* IE 9 */
  -webkit-transform: translate(0, 50px);
  /* Chrome, Safari, Opera */
  transform: translate(0, 50px);
  -o-transition: translate(0, 50px);
  -moz-transition: translate(0, 50px);
  opacity: 0;
}
@media only all and (max-width: 47.938rem) {
  .moduletable.animate .g-mosaicgrid .g-mosaicgrid-item-container {
    -ms-transform: translate(0, 0px) !important;
    /* IE 9 */
    -webkit-transform: translate(0, 0px) !important;
    /* Chrome, Safari, Opera */
    transform: translate(0, 0px) !important;
    -o-transition: translate(0, 0px) !important;
    -moz-transition: translate(0, 0px) !important;
    opacity: 1;
  }
}
/* line 252, templates/g5_helium/custom/scss/particles/_mosaicgrid.scss */
.moduletable.animate .g-mosaicgrid .g-mosaicgrid-item-container:nth-child(1) {
  transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
  -webkit-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
  -o-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
  -moz-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
  -ms-transition: transform all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
}
/* line 255, templates/g5_helium/custom/scss/particles/_mosaicgrid.scss */
.moduletable.animate .g-mosaicgrid .g-mosaicgrid-item-container:nth-child(2) {
  transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0.3s;
  -webkit-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0.3s;
  -o-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0.3s;
  -moz-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0.3s;
  -ms-transition: transform all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0.3s;
}
/* line 258, templates/g5_helium/custom/scss/particles/_mosaicgrid.scss */
.moduletable.animate .g-mosaicgrid .g-mosaicgrid-item-container:nth-child(3) {
  transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0.6s;
  -webkit-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0.6s;
  -o-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0.6s;
  -moz-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0.6s;
  -ms-transition: transform all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0.6s;
}
/* line 261, templates/g5_helium/custom/scss/particles/_mosaicgrid.scss */
.moduletable.animate .g-mosaicgrid .g-mosaicgrid-item-container:nth-child(4) {
  transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0.9s;
  -webkit-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0.9s;
  -o-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0.9s;
  -moz-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0.9s;
  -ms-transition: transform all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0.9s;
}
/* line 264, templates/g5_helium/custom/scss/particles/_mosaicgrid.scss */
.moduletable.animate .g-mosaicgrid .g-mosaicgrid-item-container:nth-child(5) {
  transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 1.2s;
  -webkit-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 1.2s;
  -o-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 1.2s;
  -moz-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 1.2s;
  -ms-transition: transform all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 1.3s;
}
/* line 267, templates/g5_helium/custom/scss/particles/_mosaicgrid.scss */
.moduletable.animate .g-mosaicgrid .g-mosaicgrid-item-container:nth-child(6) {
  transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 1.5s;
  -webkit-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 1.5s;
  -o-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 1.5s;
  -moz-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 1.5s;
  -ms-transition: transform all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 1.5s;
}
/* line 276, templates/g5_helium/custom/scss/particles/_mosaicgrid.scss */
/* line 277, templates/g5_helium/custom/scss/particles/_mosaicgrid.scss */
/* line 278, templates/g5_helium/custom/scss/particles/_mosaicgrid.scss */
.moduletable.animate.loaded .g-mosaicgrid .g-mosaicgrid-item-container {
  opacity: 1;
  -ms-transform: translate(0, 0px);
  /* IE 9 */
  -webkit-transform: translate(0, 0px);
  /* Chrome, Safari, Opera */
  transform: translate(0, 0px);
  -o-transition: translate(0, 0px);
  -moz-transition: translate(0, 0px);
}
/* line 286, templates/g5_helium/custom/scss/particles/_mosaicgrid.scss */
/* line 287, templates/g5_helium/custom/scss/particles/_mosaicgrid.scss */
.g-mosaicgrid-1-col .g-mosaicgrid-item-container {
  padding: 0rem 0rem 0.95rem !important;
}
@media only all and (min-width: 60rem) and (max-width: 74.938rem) {
  .g-mosaicgrid-1-col .g-mosaicgrid-item-container {
    padding: 0rem 0rem 0.8rem !important;
  }
}
@media only all and (min-width: 48rem) and (max-width: 59.938rem) {
  .g-mosaicgrid-1-col .g-mosaicgrid-item-container {
    padding: 0rem 0rem 0.7rem !important;
  }
}
/* line 1, templates/g5_helium/custom/scss/_fleximod.scss */
/* line 2, templates/g5_helium/custom/scss/_fleximod.scss */
/* line 3, templates/g5_helium/custom/scss/_fleximod.scss */
.moduletable.noticias .carousel {
  /*overflow:visible;*/
}
/* line 5, templates/g5_helium/custom/scss/_fleximod.scss */
/* line 6, templates/g5_helium/custom/scss/_fleximod.scss */
/* line 7, templates/g5_helium/custom/scss/_fleximod.scss */
.moduletable.noticias .carousel .mod_fc_carousel .fc_horizontal.mod_fc_carousel_mask {
  padding-bottom: 4rem !important;
}
/* line 10, templates/g5_helium/custom/scss/_fleximod.scss */
/* line 11, templates/g5_helium/custom/scss/_fleximod.scss */
/* line 12, templates/g5_helium/custom/scss/_fleximod.scss */
.moduletable.noticias .carousel .mod_fc_carousel .fc_horizontal .mod_flexicontent_standard .mod_flexicontent_standard_wrapper .mod_flexicontent_standard_wrapper_innerbox {
  margin: 0 0.3rem;
}
/* line 14, templates/g5_helium/custom/scss/_fleximod.scss */
/* line 15, templates/g5_helium/custom/scss/_fleximod.scss */
/* line 16, templates/g5_helium/custom/scss/_fleximod.scss */
.moduletable.noticias .carousel .mod_fc_carousel .fc_horizontal .mod_flexicontent_standard .mod_flexicontent_standard_wrapper .mod_flexicontent_standard_wrapper_innerbox .image_standard a:before {
  position: absolute;
  height: 100%;
  width: 100%;
  content: "";
  display: block;
}
/* line 29, templates/g5_helium/custom/scss/_fleximod.scss */
.moduletable.noticias .carousel .mod_fc_carousel .fc_horizontal .mod_flexicontent_standard .mod_flexicontent_standard_wrapper .mod_flexicontent_standard_wrapper_innerbox .content_standard {
  padding: 1rem 0.5rem !important;
}
/* line 31, templates/g5_helium/custom/scss/_fleximod.scss */
/* line 32, templates/g5_helium/custom/scss/_fleximod.scss */
/* line 33, templates/g5_helium/custom/scss/_fleximod.scss */
.moduletable.noticias .carousel .mod_fc_carousel .fc_horizontal .mod_flexicontent_standard .mod_flexicontent_standard_wrapper .mod_flexicontent_standard_wrapper_innerbox .content_standard .fc_block.fcitem_fields .field_block.field_created {
  margin-bottom: 1rem;
  line-height: 1.5rem !important;
  font-size: 0.75rem !important;
  color: #9e9e9e;
  font-family: 'Conv_librefranklin-light' !important;
}
/* line 38, templates/g5_helium/custom/scss/_fleximod.scss */
.moduletable.noticias .carousel .mod_fc_carousel .fc_horizontal .mod_flexicontent_standard .mod_flexicontent_standard_wrapper .mod_flexicontent_standard_wrapper_innerbox .content_standard .fc_block.fcitem_fields .field_block.field_created:before {
  font-family: FontAwesome;
  content: "\f133";
  margin-right: 0.5rem;
}
/* line 43, templates/g5_helium/custom/scss/_fleximod.scss */
.moduletable.noticias .carousel .mod_fc_carousel .fc_horizontal .mod_flexicontent_standard .mod_flexicontent_standard_wrapper .mod_flexicontent_standard_wrapper_innerbox .content_standard .fc_block.fcitem_fields .field_block.field_created .field_value {
  display: inline-block;
}
/* line 47, templates/g5_helium/custom/scss/_fleximod.scss */
.moduletable.noticias .carousel .mod_fc_carousel .fc_horizontal .mod_flexicontent_standard .mod_flexicontent_standard_wrapper .mod_flexicontent_standard_wrapper_innerbox .content_standard .fc_block.fcitem_fields .field_block.field_title {
  font-size: 1rem !important;
  line-height: 1.5rem !important;
  border-bottom: none !important;
  color: #db9907;
  font-family: 'Conv_librefranklin-medium' !important;
  margin-bottom: 1rem;
  color: #1f2d3e;
}
/* line 53, templates/g5_helium/custom/scss/_fleximod.scss */
.moduletable.noticias .carousel .mod_fc_carousel .fc_horizontal .mod_flexicontent_standard .mod_flexicontent_standard_wrapper .mod_flexicontent_standard_wrapper_innerbox .content_standard .fc_block.fcitem_fields .field_block.field_Bajada {
  padding-bottom: 1rem;
}
/* line 56, templates/g5_helium/custom/scss/_fleximod.scss */
.moduletable.noticias .carousel .mod_fc_carousel .fc_horizontal .mod_flexicontent_standard .mod_flexicontent_standard_wrapper .mod_flexicontent_standard_wrapper_innerbox .content_standard .fc_block.fcitem_fields .field_block .field_value {
  float: none !important;
}
/* line 61, templates/g5_helium/custom/scss/_fleximod.scss */
.moduletable.noticias .carousel .mod_fc_carousel .fc_horizontal .mod_flexicontent_standard .mod_flexicontent_standard_wrapper .mod_flexicontent_standard_wrapper_innerbox .content_standard .fcitem_readon {
  background: none !important;
  padding: 0 !important;
  margin: 0 !important;
}
/* line 65, templates/g5_helium/custom/scss/_fleximod.scss */
.moduletable.noticias .carousel .mod_fc_carousel .fc_horizontal .mod_flexicontent_standard .mod_flexicontent_standard_wrapper .mod_flexicontent_standard_wrapper_innerbox .content_standard .fcitem_readon a.readon {
  display: none !important;
  color: #005a96 !important;
  border: 1px solid #005a96 !important;
  border-radius: 0px !important;
  padding: 10px 20px !important;
  display: inline-block;
  font-size: 1rem !important;
  line-height: 1rem !important;
  background-color: #fff !important;
  background-repeat: no-repeat;
  transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
  -webkit-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
  -o-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
  -moz-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
  -ms-transition: transform all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
  font-family: 'Conv_librefranklin-regular';
  box-shadow: none !important;
  text-transform: none !important;
  letter-spacing: unset !important;
}
/* line 20, templates/g5_helium/custom/scss/_botones.scss */
.moduletable.noticias .carousel .mod_fc_carousel .fc_horizontal .mod_flexicontent_standard .mod_flexicontent_standard_wrapper .mod_flexicontent_standard_wrapper_innerbox .content_standard .fcitem_readon a.readon:hover {
  border: 1px solid #005a96 !important;
  color: #fff !important;
  background-color: #005a96 !important;
}
/* line 68, templates/g5_helium/custom/scss/_fleximod.scss */
.moduletable.noticias .carousel .mod_fc_carousel .fc_horizontal .mod_flexicontent_standard .mod_flexicontent_standard_wrapper .mod_flexicontent_standard_wrapper_innerbox .content_standard .fcitem_readon a.readon span {
  line-height: unset !important;
}
/* line 75, templates/g5_helium/custom/scss/_fleximod.scss */
/* line 76, templates/g5_helium/custom/scss/_fleximod.scss */
/* line 77, templates/g5_helium/custom/scss/_fleximod.scss */
.moduletable.noticias .carousel .mod_fc_carousel .fc_horizontal .mod_flexicontent_standard .mod_flexicontent_standard_wrapper .mod_fc_pages_outer .mod_fc_page_handles span.mod_fc_page_handle {
  background: #efac06 !important;
  box-shadow: none !important;
}
/* line 80, templates/g5_helium/custom/scss/_fleximod.scss */
.moduletable.noticias .carousel .mod_fc_carousel .fc_horizontal .mod_flexicontent_standard .mod_flexicontent_standard_wrapper .mod_fc_pages_outer .mod_fc_page_handles span.mod_fc_page_handle.active, .moduletable.noticias .carousel .mod_fc_carousel .fc_horizontal .mod_flexicontent_standard .mod_flexicontent_standard_wrapper .mod_fc_pages_outer .mod_fc_page_handles span.mod_fc_page_handle :hover {
  background: #005a96 !important;
}
/* line 89, templates/g5_helium/custom/scss/_fleximod.scss */
.moduletable.noticias .carousel .mod_fc_carousel .mod_fc_nav {
  /*height:30px !important;*/
  /*height:30px !important;*/
}
/* line 90, templates/g5_helium/custom/scss/_fleximod.scss */
.moduletable.noticias .carousel .mod_fc_carousel .mod_fc_nav.fc_previous {
  left: 0px !important;
  bottom: 10px !important;
  top: auto !important;
}
/* line 96, templates/g5_helium/custom/scss/_fleximod.scss */
.moduletable.noticias .carousel .mod_fc_carousel .mod_fc_nav.fc_next {
  right: auto !important;
  bottom: 10px !important;
  top: auto !important;
  left: 3rem !important;
}
/* line 106, templates/g5_helium/custom/scss/_fleximod.scss */
.moduletable.noticias.sup-dr {
  margin-left: 0rem !important;
  padding-left: 0rem !important;
}
/* line 109, templates/g5_helium/custom/scss/_fleximod.scss */
.moduletable.noticias.sup-dr .carousel {
  background: #f2f2f2;
  padding: 0 0 20px 0;
}
/* line 112, templates/g5_helium/custom/scss/_fleximod.scss */
.moduletable.noticias.sup-dr .carousel .mod_fc_carousel_mask {
  margin: 0rem !important;
}
/* line 115, templates/g5_helium/custom/scss/_fleximod.scss */
/* line 116, templates/g5_helium/custom/scss/_fleximod.scss */
/* line 117, templates/g5_helium/custom/scss/_fleximod.scss */
/* line 118, templates/g5_helium/custom/scss/_fleximod.scss */
/* line 119, templates/g5_helium/custom/scss/_fleximod.scss */
/* line 120, templates/g5_helium/custom/scss/_fleximod.scss */
.moduletable.noticias.sup-dr .carousel .mod_fc_carousel .fc_horizontal .mod_flexicontent_standard .mod_flexicontent_standard_wrapper .mod_flexicontent_standard_wrapper_innerbox .image_standard {
  border-bottom: 5px solid #efac06 !important;
}
/* line 131, templates/g5_helium/custom/scss/_fleximod.scss */
/* line 132, templates/g5_helium/custom/scss/_fleximod.scss */
.moduletable.noticias .mod_fc_pages_outer .mod_fc_page_handle.active {
  background-color: #efac06 !important;
}
/* line 134, templates/g5_helium/custom/scss/_fleximod.scss */
.moduletable.noticias .mod_fc_pages_outer .mod_fc_page_handle.active .mod_fc_page_handle_ico {
  background-color: #efac06 !important;
}
/* line 138, templates/g5_helium/custom/scss/_fleximod.scss */
.moduletable.noticias .mod_fc_pages_outer .mod_fc_page_handle {
  box-shadow: none !important;
  background-color: #fff !important;
  border-radius: 15px;
  height: 15px;
  width: 15px;
}
/* line 139, templates/g5_helium/custom/scss/_fleximod.scss */
.moduletable.noticias .mod_fc_pages_outer .mod_fc_page_handle:hover {
  border: none !important;
}
/* line 147, templates/g5_helium/custom/scss/_fleximod.scss */
.moduletable.noticias .mod_fc_pages_outer .mod_fc_page_handle .mod_fc_page_handle_ico {
  background-color: #fff !important;
}
/* line 155, templates/g5_helium/custom/scss/_fleximod.scss */
/* line 156, templates/g5_helium/custom/scss/_fleximod.scss */
/* line 157, templates/g5_helium/custom/scss/_fleximod.scss */
/* line 158, templates/g5_helium/custom/scss/_fleximod.scss */
.carousel.mod_flexicontent_wrapper .mod_flexicontent .mod_fc_carousel span.mod_fc_nav {
  height: 42px !important;
  width: 30px !important;
  border-radius: 3px;
  background-color: none !important;
  box-shadow: none !important;
  background-color: transparent !important;
  text-indent: 0 !important;
}
/* line 166, templates/g5_helium/custom/scss/_fleximod.scss */
.carousel.mod_flexicontent_wrapper .mod_flexicontent .mod_fc_carousel span.mod_fc_nav:hover {
  background-color: transparent !important;
}
/* line 169, templates/g5_helium/custom/scss/_fleximod.scss */
.carousel.mod_flexicontent_wrapper .mod_flexicontent .mod_fc_carousel span.mod_fc_nav.fc_previous {
  /*background-image:url(../images/arrow-b-l.svg) !important;
   background-position:50% 50% !important;*/
  border-radius: 3px !important;
  position: relative;
  background-image: none !important;
  background-color: transparent !important;
}
/* line 176, templates/g5_helium/custom/scss/_fleximod.scss */
.carousel.mod_flexicontent_wrapper .mod_flexicontent .mod_fc_carousel span.mod_fc_nav.fc_previous:before {
  font-family: FontAwesome;
  content: "\f104";
  font-size: 2.5rem;
  width: 100%;
  display: block;
  text-align: center;
  color: #005a96 !important;
}
/* line 185, templates/g5_helium/custom/scss/_fleximod.scss */
.carousel.mod_flexicontent_wrapper .mod_flexicontent .mod_fc_carousel span.mod_fc_nav.fc_previous:hover {
  background-color: transparent !important;
  opacity: 1 !important;
}
/* line 188, templates/g5_helium/custom/scss/_fleximod.scss */
.carousel.mod_flexicontent_wrapper .mod_flexicontent .mod_fc_carousel span.mod_fc_nav.fc_previous:hover:before {
  color: #efac06 !important;
  background: none !important;
}
/* line 193, templates/g5_helium/custom/scss/_fleximod.scss */
.carousel.mod_flexicontent_wrapper .mod_flexicontent .mod_fc_carousel span.mod_fc_nav.fc_previous.fc_vertical {
  position: absolute !important;
  left: 0 !important;
  top: auto !important;
  bottom: 0 !important;
  margin: 0rem !important;
}
/* line 201, templates/g5_helium/custom/scss/_fleximod.scss */
.carousel.mod_flexicontent_wrapper .mod_flexicontent .mod_fc_carousel span.mod_fc_nav.fc_next {
  /*background-image:url(../images/arrow-b-r.svg) !important;
   background-position:50% 50% !important;*/
  border-radius: 3px !important;
  background-image: none !important;
  background-color: transparent !important;
}
/* line 207, templates/g5_helium/custom/scss/_fleximod.scss */
.carousel.mod_flexicontent_wrapper .mod_flexicontent .mod_fc_carousel span.mod_fc_nav.fc_next:before {
  font-family: FontAwesome;
  content: "\f105";
  font-size: 2.5rem;
  width: 100%;
  display: block;
  text-align: center;
  color: #005a96 !important;
}
/* line 216, templates/g5_helium/custom/scss/_fleximod.scss */
.carousel.mod_flexicontent_wrapper .mod_flexicontent .mod_fc_carousel span.mod_fc_nav.fc_next:hover {
  background-color: transparent !important;
  opacity: 1 !important;
}
/* line 219, templates/g5_helium/custom/scss/_fleximod.scss */
.carousel.mod_flexicontent_wrapper .mod_flexicontent .mod_fc_carousel span.mod_fc_nav.fc_next:hover:before {
  color: #efac06 !important;
  background: none !important;
}
/* line 224, templates/g5_helium/custom/scss/_fleximod.scss */
.carousel.mod_flexicontent_wrapper .mod_flexicontent .mod_fc_carousel span.mod_fc_nav.fc_next.fc_vertical {
  position: absolute !important;
  left: 3rem !important;
  top: auto !important;
  bottom: 0 !important;
  margin: 0rem !important;
}
/* line 237, templates/g5_helium/custom/scss/_fleximod.scss */
/* line 238, templates/g5_helium/custom/scss/_fleximod.scss */
/* line 239, templates/g5_helium/custom/scss/_fleximod.scss */
.moduletable.agenda .mod_flexicontent .mod_fc_carousel {
  padding-bottom: 4rem !important;
}
/* line 241, templates/g5_helium/custom/scss/_fleximod.scss */
.moduletable.agenda .mod_flexicontent .mod_fc_carousel .mod_fc_carousel_mask.fc_has_nav.fc_vertical {
  margin: 0rem !important;
  border: 1px solid #e6e6e6;
}
/* line 244, templates/g5_helium/custom/scss/_fleximod.scss */
/* line 245, templates/g5_helium/custom/scss/_fleximod.scss */
.moduletable.agenda .mod_flexicontent .mod_fc_carousel .mod_fc_carousel_mask.fc_has_nav.fc_vertical .mod_flexicontent_standard .mod_flexicontent_standard_wrapper {
  border-bottom: 1px solid #e6e6e6;
}
/* line 247, templates/g5_helium/custom/scss/_fleximod.scss */
.moduletable.agenda .mod_flexicontent .mod_fc_carousel .mod_fc_carousel_mask.fc_has_nav.fc_vertical .mod_flexicontent_standard .mod_flexicontent_standard_wrapper:last-child {
  border-bottom: none;
}
/* line 250, templates/g5_helium/custom/scss/_fleximod.scss */
.moduletable.agenda .mod_flexicontent .mod_fc_carousel .mod_fc_carousel_mask.fc_has_nav.fc_vertical .mod_flexicontent_standard .mod_flexicontent_standard_wrapper.even {
  background: #f8f9f9;
}
/* line 253, templates/g5_helium/custom/scss/_fleximod.scss */
.moduletable.agenda .mod_flexicontent .mod_fc_carousel .mod_fc_carousel_mask.fc_has_nav.fc_vertical .mod_flexicontent_standard .mod_flexicontent_standard_wrapper .mod_flexicontent_standard_wrapper_innerbox {
  position: relative;
}
/* line 255, templates/g5_helium/custom/scss/_fleximod.scss */
.moduletable.agenda .mod_flexicontent .mod_fc_carousel .mod_fc_carousel_mask.fc_has_nav.fc_vertical .mod_flexicontent_standard .mod_flexicontent_standard_wrapper .mod_flexicontent_standard_wrapper_innerbox .content_standard {
  padding: 0.5rem !important;
}
/* line 265, templates/g5_helium/custom/scss/_fleximod.scss */
.moduletable.agenda .mod_flexicontent .mod_fc_carousel .mod_fc_carousel_mask.fc_has_nav.fc_vertical .mod_flexicontent_standard .mod_flexicontent_standard_wrapper .mod_flexicontent_standard_wrapper_innerbox .content_standard .fc_block {
  /*position:absolute;
   top:50%;
   width:100%;
   -ms-transform: translate(0,-50%);
   -webkit-transform: translate(0,-50%);
   transform: translate(0,-50%);
   -o-transition: translate(0,-50%);
   -moz-transition: translate(0,-50%);*/
}
/* line 266, templates/g5_helium/custom/scss/_fleximod.scss */
/* line 267, templates/g5_helium/custom/scss/_fleximod.scss */
.moduletable.agenda .mod_flexicontent .mod_fc_carousel .mod_fc_carousel_mask.fc_has_nav.fc_vertical .mod_flexicontent_standard .mod_flexicontent_standard_wrapper .mod_flexicontent_standard_wrapper_innerbox .content_standard .fc_block .field_block.field_dia-de-creacion {
  float: left;
  width: 35%;
  text-align: center;
}
/* line 272, templates/g5_helium/custom/scss/_fleximod.scss */
.moduletable.agenda .mod_flexicontent .mod_fc_carousel .mod_fc_carousel_mask.fc_has_nav.fc_vertical .mod_flexicontent_standard .mod_flexicontent_standard_wrapper .mod_flexicontent_standard_wrapper_innerbox .content_standard .fc_block .field_block.field_dia-de-creacion .field_value {
  float: none !important;
  text-align: center;
  line-height: 2.37rem !important;
  font-size: 1.87rem !important;
  font-family: 'Conv_librefranklin-bold' !important;
  color: #efac06 !important;
}
/* line 280, templates/g5_helium/custom/scss/_fleximod.scss */
.moduletable.agenda .mod_flexicontent .mod_fc_carousel .mod_fc_carousel_mask.fc_has_nav.fc_vertical .mod_flexicontent_standard .mod_flexicontent_standard_wrapper .mod_flexicontent_standard_wrapper_innerbox .content_standard .fc_block .field_block.field_mes-de-creacion {
  float: left;
  width: 35%;
  line-height: 1.5rem !important;
  font-size: 0.75rem !important;
  text-align: center;
}
/* line 285, templates/g5_helium/custom/scss/_fleximod.scss */
.moduletable.agenda .mod_flexicontent .mod_fc_carousel .mod_fc_carousel_mask.fc_has_nav.fc_vertical .mod_flexicontent_standard .mod_flexicontent_standard_wrapper .mod_flexicontent_standard_wrapper_innerbox .content_standard .fc_block .field_block.field_mes-de-creacion .field_value {
  float: none !important;
  text-align: center;
  color: #005a96 !important;
}
/* line 291, templates/g5_helium/custom/scss/_fleximod.scss */
.moduletable.agenda .mod_flexicontent .mod_fc_carousel .mod_fc_carousel_mask.fc_has_nav.fc_vertical .mod_flexicontent_standard .mod_flexicontent_standard_wrapper .mod_flexicontent_standard_wrapper_innerbox .content_standard .fc_block .field_block.field_title {
  float: right;
  width: 65%;
  right: 0;
  top: 0;
  font-size: 1rem !important;
  line-height: 1.5rem !important;
  border-bottom: none !important;
  color: #db9907;
  font-family: 'Conv_librefranklin-light' !important;
  color: #000 !important;
}
/* line 301, templates/g5_helium/custom/scss/_fleximod.scss */
.moduletable.agenda .mod_flexicontent .mod_fc_carousel .mod_fc_carousel_mask.fc_has_nav.fc_vertical .mod_flexicontent_standard .mod_flexicontent_standard_wrapper .mod_flexicontent_standard_wrapper_innerbox .content_standard .fc_block .field_block .field_value {
  padding: 0.3rem;
}
/* line 305, templates/g5_helium/custom/scss/_fleximod.scss */
/* line 306, templates/g5_helium/custom/scss/_fleximod.scss */
/* line 307, templates/g5_helium/custom/scss/_fleximod.scss */
.moduletable.agenda .mod_flexicontent .mod_fc_carousel .mod_fc_carousel_mask.fc_has_nav.fc_vertical .mod_flexicontent_standard .mod_flexicontent_standard_wrapper .mod_flexicontent_standard_wrapper_innerbox .content_standard .fc_block .fcitem_readon a:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
/* line 327, templates/g5_helium/custom/scss/_fleximod.scss */
.module_readon {
  display: inline-block;
  float: right;
  position: relative;
  z-index: 99;
  text-align: right;
  margin-top: -63px;
}
/* line 334, templates/g5_helium/custom/scss/_fleximod.scss */
.module_readon .readon {
  color: #005a96 !important;
  border: 1px solid #005a96 !important;
  border-radius: 0 !important;
  padding: 10px 20px !important;
  background-color: #fff !important;
  font-weight: normal !important;
  box-shadow: none !important;
  /*background-image:url('../images/arrow-b-r.svg') !important;
   background-repeat:no-repeat !important;*/
  text-shadow: none !important;
  background-position: right 5px top 50% !important;
  text-transform: none !important;
  letter-spacing: unset !important;
  font-family: 'Conv_librefranklin-medium' !important;
}
/* line 177, templates/g5_helium/custom/scss/_botones.scss */
.module_readon .readon:hover {
  border: 1px solid #005a96 !important;
  background-color: #005a96 !important;
  color: #fff !important;
}
/* line 1, templates/g5_helium/custom/scss/particles/_videogrid.scss */
/* line 2, templates/g5_helium/custom/scss/particles/_videogrid.scss */
.g-videogrid *, .g-videogrid *:before, .g-videogrid *:after {
  box-sizing: border-box !important;
}
/* line 5, templates/g5_helium/custom/scss/particles/_videogrid.scss */
.g-videogrid .g-videogrid-wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
  -moz-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
/* line 9, templates/g5_helium/custom/scss/particles/_videogrid.scss */
.g-videogrid .g-videogrid-wrapper.g-videogrid-captions {
  margin: 0;
}
/* line 13, templates/g5_helium/custom/scss/particles/_videogrid.scss */
.g-videogrid .g-videogrid-item {
  -webkit-box-flex: 0;
  -moz-box-flex: 0;
  box-flex: 0;
  -webkit-flex: 0 0 auto;
  -moz-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 100%;
  display: inline-block;
  vertical-align: middle;
  position: relative;
}
/* line 20, templates/g5_helium/custom/scss/particles/_videogrid.scss */
.g-videogrid .g-videogrid-item .g-videogrid-title {
  font-size: 1rem !important;
  line-height: 1.5rem !important;
  border-bottom: none !important;
  color: #db9907;
  font-family: 'Conv_librefranklin-medium';
  padding: 1rem 0rem;
  color: #000 !important;
}
/* line 25, templates/g5_helium/custom/scss/particles/_videogrid.scss */
.g-videogrid .g-videogrid-item .g-videogrid-title .g-videogrid-duration {
  font-size: 1.4rem;
  font-size: 1.3vw;
  font-weight: 400;
  line-height: 2;
  float: right;
}
@media (max-width: 84.6153846154rem) {
  .g-videogrid .g-videogrid-item .g-videogrid-title .g-videogrid-duration {
    font-size: 1.1rem;
  }
}
@media only all and (max-width: 74.938rem) and (min-width: 48rem) {
  .g-videogrid .g-videogrid-item .g-videogrid-title .g-videogrid-duration {
    font-size: 1.2rem;
  }
}
@media only all and (max-width: 47.938rem) {
  .g-videogrid .g-videogrid-item .g-videogrid-title .g-videogrid-duration {
    font-size: 1.2rem;
  }
}
@media only all and (min-width: 48rem) and (max-width: 59.938rem) {
  .g-videogrid .g-videogrid-item .g-videogrid-title .g-videogrid-duration {
    font-size: 1.2rem;
  }
}
/* line 39, templates/g5_helium/custom/scss/particles/_videogrid.scss */
.dir-rtl .g-videogrid .g-videogrid-item .g-videogrid-title .g-videogrid-duration {
  float: left;
}
/* line 45, templates/g5_helium/custom/scss/particles/_videogrid.scss */
.g-videogrid .g-videogrid-item .g-videogrid-description {
  font-size: 1.3rem;
  line-height: 1.8;
}
/* line 50, templates/g5_helium/custom/scss/particles/_videogrid.scss */
.g-videogrid .g-videogrid-item img {
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  transition: all 0.35s;
  width: 100%;
  height: 100%;
  border-radius: 0px;
}
/* line 56, templates/g5_helium/custom/scss/particles/_videogrid.scss */
.g-videogrid .g-videogrid-item .g-videogrid-caption {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  box-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  font-size: 1.1rem;
  text-transform: uppercase;
  color: #fff;
  font-style: normal;
  position: absolute;
  z-index: 1;
  left: 0;
  bottom: 15%;
  right: 0;
}
/* line 69, templates/g5_helium/custom/scss/particles/_videogrid.scss */
.g-videogrid .g-videogrid-item .indicator {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  box-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  color: #fff;
  font-style: normal;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
/* line 81, templates/g5_helium/custom/scss/particles/_videogrid.scss */
.g-videogrid .g-videogrid-item .indicator div {
  font-size: 1.5rem;
  flex: none;
  -webkit-flex: none;
  opacity: 0;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  transition: all 0.35s;
}
/* line 85, templates/g5_helium/custom/scss/particles/_videogrid.scss */
.dir-rtl .g-videogrid .g-videogrid-item .indicator div {
  margin-right: 0;
}
/* line 92, templates/g5_helium/custom/scss/particles/_videogrid.scss */
.g-videogrid .g-videogrid-item .indicator div .fa {
  font-size: 3rem;
}
/* line 97, templates/g5_helium/custom/scss/particles/_videogrid.scss */
.g-videogrid .g-videogrid-item:hover {
  z-index: 10;
}
/* line 99, templates/g5_helium/custom/scss/particles/_videogrid.scss */
.g-videogrid .g-videogrid-item:hover .g-videogrid-link:before {
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
/* line 103, templates/g5_helium/custom/scss/particles/_videogrid.scss */
.g-videogrid .g-videogrid-item:hover .indicator div {
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
/* line 109, templates/g5_helium/custom/scss/particles/_videogrid.scss */
.g-videogrid .g-videogrid-desc {
  margin: 1.5rem 0;
}
/* line 112, templates/g5_helium/custom/scss/particles/_videogrid.scss */
.g-videogrid .g-videogrid-link {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  transition: all 0.35s;
}
/* line 118, templates/g5_helium/custom/scss/particles/_videogrid.scss */
.g-videogrid .g-videogrid-link:before {
  color: #fff;
  background-image: -webkit-linear-gradient(top, rgba(239, 172, 6, 0.1) 0%, #efac06 100%);
  background-image: linear-gradient(to bottom, rgba(239, 172, 6, 0.1) 0%, #efac06 100%);
  content: "";
  position: absolute;
  z-index: 1;
  opacity: 0.5;
  width: 100%;
  height: 100%;
  border-radius: 0px;
  text-align: center;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  transition: all 0.35s;
}
/* line 134, templates/g5_helium/custom/scss/particles/_videogrid.scss */
/* line 135, templates/g5_helium/custom/scss/particles/_videogrid.scss */
.g-videogrid .g-videogrid-captions .g-videogrid-item {
  padding: 1.025rem;
}
/* line 140, templates/g5_helium/custom/scss/particles/_videogrid.scss */
/* line 141, templates/g5_helium/custom/scss/particles/_videogrid.scss */
.g-videogrid .g-videogrid-2cols .g-videogrid-item {
  width: 50%;
}
@media only all and (max-width: 47.938rem) {
  .g-videogrid .g-videogrid-2cols .g-videogrid-item {
    width: 100%;
  }
}
/* line 149, templates/g5_helium/custom/scss/particles/_videogrid.scss */
/* line 150, templates/g5_helium/custom/scss/particles/_videogrid.scss */
.g-videogrid .g-videogrid-3cols .g-videogrid-item {
  width: 33.33333%;
}
@media only all and (min-width: 48rem) and (max-width: 59.938rem) {
  .g-videogrid .g-videogrid-3cols .g-videogrid-item {
    width: 50%;
  }
}
@media only all and (max-width: 47.938rem) {
  .g-videogrid .g-videogrid-3cols .g-videogrid-item {
    width: 100%;
  }
}
/* line 162, templates/g5_helium/custom/scss/particles/_videogrid.scss */
/* line 163, templates/g5_helium/custom/scss/particles/_videogrid.scss */
.g-videogrid .g-videogrid-4cols .g-videogrid-item {
  width: 25%;
}
@media only all and (max-width: 74.938rem) and (min-width: 48rem) {
  .g-videogrid .g-videogrid-4cols .g-videogrid-item {
    width: 50%;
  }
}
@media only all and (min-width: 48rem) and (max-width: 59.938rem) {
  .g-videogrid .g-videogrid-4cols .g-videogrid-item {
    width: 50%;
  }
}
@media only all and (max-width: 47.938rem) {
  .g-videogrid .g-videogrid-4cols .g-videogrid-item {
    width: 100%;
  }
}
/* line 178, templates/g5_helium/custom/scss/particles/_videogrid.scss */
/* line 179, templates/g5_helium/custom/scss/particles/_videogrid.scss */
.g-videogrid .g-videogrid-5cols .g-videogrid-item {
  width: 20%;
}
@media only all and (min-width: 48rem) and (max-width: 59.938rem) {
  .g-videogrid .g-videogrid-5cols .g-videogrid-item {
    width: 33.33333%;
  }
}
@media only all and (max-width: 47.938rem) {
  .g-videogrid .g-videogrid-5cols .g-videogrid-item {
    width: 50%;
  }
}
/* line 1, templates/g5_helium/custom/scss/particles/_miniplayer.scss */
.g-miniplayer {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media only all and (max-width: 47.938rem) {
  .g-miniplayer {
    display: block;
  }
}
/* line 7, templates/g5_helium/custom/scss/particles/_miniplayer.scss */
.g-miniplayer .g-miniplayer-item-wrapper {
  margin-bottom: 1.876rem;
  text-align: center;
}
/* line 10, templates/g5_helium/custom/scss/particles/_miniplayer.scss */
.g-miniplayer .g-miniplayer-item-wrapper .g-miniplayer-item {
  transition: all 500ms ease;
  position: relative;
  margin: 0 auto;
  height: 250px;
}
/* line 15, templates/g5_helium/custom/scss/particles/_miniplayer.scss */
.g-miniplayer .g-miniplayer-item-wrapper .g-miniplayer-item .g-miniplayer-cover {
  position: absolute;
  left: 0;
  top: 0;
  overflow: hidden;
  /*box-shadow: 0px 0px 30px 0px rgba(black, 0.5);*/
  transform-style: preserve-3d;
}
/* line 23, templates/g5_helium/custom/scss/particles/_miniplayer.scss */
.g-miniplayer .g-miniplayer-item-wrapper .g-miniplayer-item .g-miniplayer-cover:after {
  content: ' ';
  position: absolute;
  top: 0;
  left: 0;
  width: 80%;
  height: 50%;
  background-image: linear-gradient(-180deg, rgba(255, 255, 255, 0.5), transparent 90%);
  transform: skewX(-45deg);
  transform-origin: top left;
}
/* line 34, templates/g5_helium/custom/scss/particles/_miniplayer.scss */
.g-miniplayer .g-miniplayer-item-wrapper .g-miniplayer-item .g-miniplayer-cover img {
  display: block;
  width: 250px;
  height: 250px;
}
/* line 40, templates/g5_helium/custom/scss/particles/_miniplayer.scss */
.g-miniplayer .g-miniplayer-item-wrapper .g-miniplayer-item .g-miniplayer-record {
  border-radius: 50%;
  position: absolute;
  top: 0;
  right: 0;
  width: 250px;
  height: 250px;
  /*box-shadow: 0px 0px 5px 0px rgba(black, 0.5);*/
}
/* line 49, templates/g5_helium/custom/scss/particles/_miniplayer.scss */
.g-miniplayer .g-miniplayer-item-wrapper .g-miniplayer-item .g-miniplayer-trackinfos {
  transition: all 500ms ease;
  box-sizing: border-box;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 1rem;
  background-color: rgba(0, 0, 0, 0.8);
  color: white;
  opacity: 0;
}
/* line 63, templates/g5_helium/custom/scss/particles/_miniplayer.scss */
.g-miniplayer .g-miniplayer-item-wrapper .g-miniplayer-item .g-miniplayer-trackinfos:hover {
  opacity: 1;
}
/* line 66, templates/g5_helium/custom/scss/particles/_miniplayer.scss */
.g-miniplayer .g-miniplayer-item-wrapper .g-miniplayer-item .g-miniplayer-trackinfos .now {
  font-size: 0.8rem;
  color: #7f8c8d;
  margin-bottom: 0.5rem;
}
/* line 71, templates/g5_helium/custom/scss/particles/_miniplayer.scss */
.g-miniplayer .g-miniplayer-item-wrapper .g-miniplayer-item .g-miniplayer-trackinfos .g-miniplayer-band {
  text-transform: uppercase;
}
/* line 74, templates/g5_helium/custom/scss/particles/_miniplayer.scss */
.g-miniplayer .g-miniplayer-item-wrapper .g-miniplayer-item .g-miniplayer-trackinfos .g-miniplayer-track {
  font-weight: 300;
  color: #bdc3c7;
}
/* line 78, templates/g5_helium/custom/scss/particles/_miniplayer.scss */
.g-miniplayer .g-miniplayer-item-wrapper .g-miniplayer-item .g-miniplayer-trackinfos .g-miniplayer-play {
  position: absolute;
  top: calc(50% - 2.5rem);
  left: 0;
  display: block;
  width: 100%;
  height: 5rem;
  line-height: 5rem;
  text-align: center;
  font-size: 5rem;
  color: rgba(255, 255, 255, 0.5);
}
/* line 92, templates/g5_helium/custom/scss/particles/_miniplayer.scss */
.g-miniplayer .g-miniplayer-item-wrapper .g-miniplayer-trackinfos2 {
  font-size: 1rem !important;
  line-height: 1.5rem !important;
  border-bottom: none !important;
  color: #db9907;
  text-align: center;
  padding: 0.938rem 0;
  padding-bottom: 0;
  color: #000 !important;
}
/* line 98, templates/g5_helium/custom/scss/particles/_miniplayer.scss */
/* line 99, templates/g5_helium/custom/scss/particles/_miniplayer.scss */
.g-miniplayer .g-miniplayer-item-wrapper .g-miniplayer-trackinfos2 a:before {
  margin-right: 0, 5rem;
  font-family: FontAwesome;
  content: "\f019";
}
/* line 105, templates/g5_helium/custom/scss/particles/_miniplayer.scss */
.g-miniplayer .g-miniplayer-item-wrapper .g-miniplayer-trackinfos2 .g-miniplayer-releasedate {
  font-weight: 400;
}
/* line 111, templates/g5_helium/custom/scss/particles/_miniplayer.scss */
/* line 112, templates/g5_helium/custom/scss/particles/_miniplayer.scss */
.g-miniplayergrid-2cols .g-miniplayer-item-wrapper {
  width: 50%;
}
@media only all and (max-width: 47.938rem) {
  .g-miniplayergrid-2cols .g-miniplayer-item-wrapper {
    width: 100%;
  }
}
/* line 120, templates/g5_helium/custom/scss/particles/_miniplayer.scss */
/* line 121, templates/g5_helium/custom/scss/particles/_miniplayer.scss */
.g-miniplayergrid-3cols .g-miniplayer-item-wrapper {
  width: 33.33333%;
}
@media only all and (max-width: 74.938rem) and (min-width: 48rem) {
  .g-miniplayergrid-3cols .g-miniplayer-item-wrapper {
    width: 50%;
  }
}
@media only all and (min-width: 48rem) and (max-width: 59.938rem) {
  .g-miniplayergrid-3cols .g-miniplayer-item-wrapper {
    width: 50%;
  }
}
@media only all and (max-width: 47.938rem) {
  .g-miniplayergrid-3cols .g-miniplayer-item-wrapper {
    width: 100%;
  }
}
/* line 137, templates/g5_helium/custom/scss/particles/_miniplayer.scss */
/* line 138, templates/g5_helium/custom/scss/particles/_miniplayer.scss */
.g-miniplayergrid-4cols .g-miniplayer-item-wrapper {
  width: 25%;
}
@media only all and (max-width: 95rem) and (min-width: 60rem) {
  .g-miniplayergrid-4cols .g-miniplayer-item-wrapper {
    width: 33.33333%;
  }
}
@media only all and (max-width: 74.938rem) and (min-width: 48rem) {
  .g-miniplayergrid-4cols .g-miniplayer-item-wrapper {
    width: 50%;
  }
}
@media only all and (min-width: 48rem) and (max-width: 59.938rem) {
  .g-miniplayergrid-4cols .g-miniplayer-item-wrapper {
    width: 50%;
  }
}
@media only all and (max-width: 47.938rem) {
  .g-miniplayergrid-4cols .g-miniplayer-item-wrapper {
    width: 100%;
  }
}
/* line 158, templates/g5_helium/custom/scss/particles/_miniplayer.scss */
.closed {
  width: 250px;
}
/* line 161, templates/g5_helium/custom/scss/particles/_miniplayer.scss */
.open {
  width: 350px;
}
/* line 164, templates/g5_helium/custom/scss/particles/_miniplayer.scss */
.spinning {
  -webkit-animation: turntable 4s linear infinite;
  -moz-animation: turntable 4s linear infinite;
  animation: turntable 4s linear infinite;
}
@keyframes turntable {
  /* line 169, templates/g5_helium/custom/scss/particles/_miniplayer.scss */
  0% {
    transform: rotateZ(0);
  }
  /* line 170, templates/g5_helium/custom/scss/particles/_miniplayer.scss */
  100% {
    transform: rotateZ(360deg);
  }
}
@-webkit-keyframes turntable {
  /* line 173, templates/g5_helium/custom/scss/particles/_miniplayer.scss */
  0% {
    transform: rotateZ(0);
  }
  /* line 174, templates/g5_helium/custom/scss/particles/_miniplayer.scss */
  100% {
    transform: rotateZ(360deg);
  }
}
@-moz-keyframes turntable {
  /* line 177, templates/g5_helium/custom/scss/particles/_miniplayer.scss */
  0% {
    transform: rotateZ(0);
  }
  /* line 178, templates/g5_helium/custom/scss/particles/_miniplayer.scss */
  100% {
    transform: rotateZ(360deg);
  }
}
@-o-keyframes turntable {
  /* line 181, templates/g5_helium/custom/scss/particles/_miniplayer.scss */
  0% {
    transform: rotateZ(0);
  }
  /* line 182, templates/g5_helium/custom/scss/particles/_miniplayer.scss */
  100% {
    transform: rotateZ(360deg);
  }
}
/* line 185, templates/g5_helium/custom/scss/particles/_miniplayer.scss */
.streamew {
  text-align: center;
  margin-top: 5rem;
  color: #7f8c8d;
}
/* line 190, templates/g5_helium/custom/scss/particles/_miniplayer.scss */
.streamew a {
  color: #3498db;
  text-decoration: none;
}
/* line 1, templates/g5_helium/custom/scss/particles/_buttonparadise.scss */
/* line 2, templates/g5_helium/custom/scss/particles/_buttonparadise.scss */
/* line 4, templates/g5_helium/custom/scss/particles/_buttonparadise.scss */
.g-buttonparadise .g-buttonparadise-button-start .g-buttonparadise-item-container {
  padding: 0.4rem;
  margin: 0.3rem 0rem;
}
/* line 7, templates/g5_helium/custom/scss/particles/_buttonparadise.scss */
.g-buttonparadise .g-buttonparadise-button-start .g-buttonparadise-item-container.g-buttonparadise-style1 {
  background: #efac06;
}
/* line 10, templates/g5_helium/custom/scss/particles/_buttonparadise.scss */
.g-buttonparadise .g-buttonparadise-button-start .g-buttonparadise-item-container.g-buttonparadise-style2 {
  bakground: transparent;
}
/* line 13, templates/g5_helium/custom/scss/particles/_buttonparadise.scss */
/* line 14, templates/g5_helium/custom/scss/particles/_buttonparadise.scss */
.g-buttonparadise .g-buttonparadise-button-start .g-buttonparadise-item-container .g-buttonparadise-item .buttonparadiseimage {
  border: 2px solid #fff;
  border-radius: 3px;
  padding: 0.3rem 0rem;
}
/* line 18, templates/g5_helium/custom/scss/particles/_buttonparadise.scss */
/* line 19, templates/g5_helium/custom/scss/particles/_buttonparadise.scss */
.g-buttonparadise .g-buttonparadise-button-start .g-buttonparadise-item-container .g-buttonparadise-item .buttonparadiseimage.has-image > a {
  display: table;
  width: 100%;
  color: #fff;
}
/* line 23, templates/g5_helium/custom/scss/particles/_buttonparadise.scss */
.g-buttonparadise .g-buttonparadise-button-start .g-buttonparadise-item-container .g-buttonparadise-item .buttonparadiseimage.has-image > a .g-buttonparadise-img {
  display: table-cell;
  width: 30%;
  vertical-align: middle;
}
/* line 27, templates/g5_helium/custom/scss/particles/_buttonparadise.scss */
.g-buttonparadise .g-buttonparadise-button-start .g-buttonparadise-item-container .g-buttonparadise-item .buttonparadiseimage.has-image > a .g-buttonparadise-img .g-buttonparadise-img-inner {
  padding: 0.5rem;
  display: block;
}
/* line 30, templates/g5_helium/custom/scss/particles/_buttonparadise.scss */
.g-buttonparadise .g-buttonparadise-button-start .g-buttonparadise-item-container .g-buttonparadise-item .buttonparadiseimage.has-image > a .g-buttonparadise-img .g-buttonparadise-img-inner img {
  width: 100%;
}
/* line 35, templates/g5_helium/custom/scss/particles/_buttonparadise.scss */
.g-buttonparadise .g-buttonparadise-button-start .g-buttonparadise-item-container .g-buttonparadise-item .buttonparadiseimage.has-image > a .g-buttonparadise-item-text {
  display: table-cell;
  vertical-align: middle;
}
/* line 38, templates/g5_helium/custom/scss/particles/_buttonparadise.scss */
.g-buttonparadise .g-buttonparadise-button-start .g-buttonparadise-item-container .g-buttonparadise-item .buttonparadiseimage.has-image > a .g-buttonparadise-item-text .g-buttonparadise-item-text-inner {
  padding: 0.5rem;
  display: block;
  font-size: 1.25rem !important;
  line-height: 1.75rem !important;
}
/* line 42, templates/g5_helium/custom/scss/particles/_buttonparadise.scss */
.g-buttonparadise .g-buttonparadise-button-start .g-buttonparadise-item-container .g-buttonparadise-item .buttonparadiseimage.has-image > a .g-buttonparadise-item-text .g-buttonparadise-item-text-inner i {
  magin-left: 0.5rem;
  font-size: 1.25rem !important;
  line-height: 1.75rem !important;
}
/* line 50, templates/g5_helium/custom/scss/particles/_buttonparadise.scss */
.g-buttonparadise .g-buttonparadise-button-start .g-buttonparadise-item-container .g-buttonparadise-item .buttonparadiseimage .g-buttonparadise-item-text {
  display: block;
  vertical-align: middle;
}
/* line 53, templates/g5_helium/custom/scss/particles/_buttonparadise.scss */
.g-buttonparadise .g-buttonparadise-button-start .g-buttonparadise-item-container .g-buttonparadise-item .buttonparadiseimage .g-buttonparadise-item-text .g-buttonparadise-item-text-inner {
  padding: 0.5rem;
  display: block;
  line-height: 2.37rem !important;
  font-size: 1.87rem !important;
}
/* line 57, templates/g5_helium/custom/scss/particles/_buttonparadise.scss */
.g-buttonparadise .g-buttonparadise-button-start .g-buttonparadise-item-container .g-buttonparadise-item .buttonparadiseimage .g-buttonparadise-item-text .g-buttonparadise-item-text-inner i {
  magin-left: 1rem;
}
/* line 1, templates/g5_helium/custom/scss/particles/_gridcontent.scss */
/* line 2, templates/g5_helium/custom/scss/particles/_gridcontent.scss */
.g-gridcontent .g-gridcontent-wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
  -moz-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: -0.625rem;
}
/* line 8, templates/g5_helium/custom/scss/particles/_gridcontent.scss */
.g-gridcontent .g-gridcontent-item {
  -webkit-box-flex: 0;
  -moz-box-flex: 0;
  box-flex: 0;
  -webkit-flex: 0 0 auto;
  -moz-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin: 0px;
  width: 100%;
  display: inline-block;
}
/* line 13, templates/g5_helium/custom/scss/particles/_gridcontent.scss */
/* line 14, templates/g5_helium/custom/scss/particles/_gridcontent.scss */
.g-gridcontent .g-gridcontent-item.g-gridcontent-accent1 .g-gridcontent-item-superior {
  background: #efac06;
}
/* line 18, templates/g5_helium/custom/scss/particles/_gridcontent.scss */
/* line 19, templates/g5_helium/custom/scss/particles/_gridcontent.scss */
.g-gridcontent .g-gridcontent-item.g-gridcontent-accent2 .g-gridcontent-item-superior {
  background: #005a96;
}
/* line 23, templates/g5_helium/custom/scss/particles/_gridcontent.scss */
/* line 24, templates/g5_helium/custom/scss/particles/_gridcontent.scss */
.g-gridcontent .g-gridcontent-item.g-gridcontent-gris .g-gridcontent-item-superior {
  background: #616168;
}
/* line 28, templates/g5_helium/custom/scss/particles/_gridcontent.scss */
.g-gridcontent .g-gridcontent-item .g-gridcontent-aux {
  padding: 0.5rem;
}
/* line 31, templates/g5_helium/custom/scss/particles/_gridcontent.scss */
/* line 32, templates/g5_helium/custom/scss/particles/_gridcontent.scss */
.g-gridcontent .g-gridcontent-item .g-gridcontent-item-superior .g-gridcontent-item-superior-aux {
  padding: 1.5rem;
}
/* line 34, templates/g5_helium/custom/scss/particles/_gridcontent.scss */
.g-gridcontent .g-gridcontent-item .g-gridcontent-item-superior .g-gridcontent-item-superior-aux .g-gridcontent-item-superior-head {
  display: table;
  width: 100%;
}
/* line 37, templates/g5_helium/custom/scss/particles/_gridcontent.scss */
.g-gridcontent .g-gridcontent-item .g-gridcontent-item-superior .g-gridcontent-item-superior-aux .g-gridcontent-item-superior-head .g-gridcontent-item-superior-head-img {
  display: table-cell;
  width: 15%;
  vertical-align: middle;
  padding-right: 1rem;
}
/* line 43, templates/g5_helium/custom/scss/particles/_gridcontent.scss */
.g-gridcontent .g-gridcontent-item .g-gridcontent-item-superior .g-gridcontent-item-superior-aux .g-gridcontent-item-superior-head .g-gridcontent-item-superior-head-tx {
  display: table-cell;
  vertical-align: middle;
}
/* line 46, templates/g5_helium/custom/scss/particles/_gridcontent.scss */
.g-gridcontent .g-gridcontent-item .g-gridcontent-item-superior .g-gridcontent-item-superior-aux .g-gridcontent-item-superior-head .g-gridcontent-item-superior-head-tx h2 {
  font-family: 'Conv_librefranklin-bold' !important;
  color: #fff;
  line-height: 2.5rem !important;
  font-size: 2rem !important;
  margin: 0.5rem 0rem;
  padding-left: 0rem;
}
@media only all and (min-width: 30.062rem) and (max-width: 47.938rem) {
  .g-gridcontent .g-gridcontent-item .g-gridcontent-item-superior .g-gridcontent-item-superior-aux .g-gridcontent-item-superior-head .g-gridcontent-item-superior-head-tx h2 {
    line-height: 2rem !important;
    font-size: 1.5rem !important;
  }
}
@media only all and (max-width: 30rem) {
  .g-gridcontent .g-gridcontent-item .g-gridcontent-item-superior .g-gridcontent-item-superior-aux .g-gridcontent-item-superior-head .g-gridcontent-item-superior-head-tx h2 {
    line-height: 2rem !important;
    font-size: 1.5rem !important;
  }
}
/* line 55, templates/g5_helium/custom/scss/particles/_gridcontent.scss */
.g-gridcontent .g-gridcontent-item .g-gridcontent-item-superior .g-gridcontent-item-superior-aux h3 {
  color: #fff;
  font-size: 1.25rem !important;
  line-height: 1.75rem !important;
}
/* line 62, templates/g5_helium/custom/scss/particles/_gridcontent.scss */
.g-gridcontent .g-gridcontent-item .g-gridcontent-item-inferior {
  background: #fff;
}
/* line 64, templates/g5_helium/custom/scss/particles/_gridcontent.scss */
.g-gridcontent .g-gridcontent-item .g-gridcontent-item-inferior .g-gridcontent-item-inferior-aux {
  padding: 2rem 3.5rem;
}
/* line 66, templates/g5_helium/custom/scss/particles/_gridcontent.scss */
.g-gridcontent .g-gridcontent-item .g-gridcontent-item-inferior .g-gridcontent-item-inferior-aux h4 {
  font-family: 'Conv_librefranklin-bold' !important;
  color: #000 !important;
  margin: 0rem 0rem 1rem !important;
  font-size: 1rem !important;
  line-height: 1.5rem !important;
  border-bottom: none !important;
  color: #db9907;
}
/* line 72, templates/g5_helium/custom/scss/particles/_gridcontent.scss */
/* line 73, templates/g5_helium/custom/scss/particles/_gridcontent.scss */
.g-gridcontent .g-gridcontent-item .g-gridcontent-item-inferior .g-gridcontent-item-inferior-aux .g-gridcontent-item-inferior-padder .g-gridcontent-item-inferior-outter {
  padding-bottom: 0.3rem;
}
/* line 75, templates/g5_helium/custom/scss/particles/_gridcontent.scss */
.g-gridcontent .g-gridcontent-item .g-gridcontent-item-inferior .g-gridcontent-item-inferior-aux .g-gridcontent-item-inferior-padder .g-gridcontent-item-inferior-outter .g-gridcontent-item-inferior-inner {
  color: #575756;
}
/* line 219, templates/g5_helium/custom/scss/_botones.scss */
.g-gridcontent .g-gridcontent-item .g-gridcontent-item-inferior .g-gridcontent-item-inferior-aux .g-gridcontent-item-inferior-padder .g-gridcontent-item-inferior-outter .g-gridcontent-item-inferior-inner:before {
  font-family: FontAwesome;
  margin-right: 0.5rem;
  content: "\f105";
  color: #efac06;
}
/* line 83, templates/g5_helium/custom/scss/particles/_gridcontent.scss */
.g-gridcontent .g-gridcontent-item .g-gridcontent-item-inferior-padder-link {
  border-top: 1px solid #e6e6e6;
  text-align: center;
  background: #fff;
}
/* line 88, templates/g5_helium/custom/scss/particles/_gridcontent.scss */
.g-gridcontent .g-gridcontent-item .g-gridcontent-item-inferior-padder-link .g-gridcontent-item-inferior-button {
  color: #005a96;
  display: block;
  padding: 1rem;
}
/* line 98, templates/g5_helium/custom/scss/particles/_gridcontent.scss */
/* line 99, templates/g5_helium/custom/scss/particles/_gridcontent.scss */
.g-gridcontent .g-gridcontent-2cols .g-gridcontent-item {
  width: 50%;
}
/* line 103, templates/g5_helium/custom/scss/particles/_gridcontent.scss */
/* line 104, templates/g5_helium/custom/scss/particles/_gridcontent.scss */
.g-gridcontent .g-gridcontent-3cols .g-gridcontent-item {
  width: 33.33333%;
}
/* line 108, templates/g5_helium/custom/scss/particles/_gridcontent.scss */
/* line 109, templates/g5_helium/custom/scss/particles/_gridcontent.scss */
.g-gridcontent .g-gridcontent-4cols .g-gridcontent-item {
  width: 25%;
}
/* line 113, templates/g5_helium/custom/scss/particles/_gridcontent.scss */
/* line 114, templates/g5_helium/custom/scss/particles/_gridcontent.scss */
.g-gridcontent .g-gridcontent-5cols .g-gridcontent-item {
  width: 20%;
}
/* line 118, templates/g5_helium/custom/scss/particles/_gridcontent.scss */
/* line 119, templates/g5_helium/custom/scss/particles/_gridcontent.scss */
.g-gridcontent .g-gridcontent-6cols .g-gridcontent-item {
  width: 16.66667%;
}
@media only all and (min-width: 60rem) and (max-width: 74.938rem) {
  .g-gridcontent .g-gridcontent-6cols .g-gridcontent-item {
    width: 33.33333%;
  }
}
@media only all and (min-width: 48rem) and (max-width: 59.938rem) {
  .g-gridcontent .g-gridcontent-6cols .g-gridcontent-item {
    width: 33.33333%;
  }
}
/* line 131, templates/g5_helium/custom/scss/particles/_gridcontent.scss */
/* line 132, templates/g5_helium/custom/scss/particles/_gridcontent.scss */
@media only all and (max-width: 47.938rem) {
  .g-gridcontent .g-gridcontent-3cols .g-gridcontent-item, .g-gridcontent .g-gridcontent-5cols .g-gridcontent-item {
    width: 100%;
  }
}
/* line 138, templates/g5_helium/custom/scss/particles/_gridcontent.scss */
/* line 139, templates/g5_helium/custom/scss/particles/_gridcontent.scss */
@media only all and (max-width: 47.938rem) {
  .g-gridcontent .g-gridcontent-4cols .g-gridcontent-item, .g-gridcontent .g-gridcontent-6cols .g-gridcontent-item {
    width: 50%;
  }
}
/*@import "_inicio.scss";
 @import "particles/_videogrid.scss";
 @import "particles/_video.scss";*/
/* line 1, templates/g5_helium/custom/scss/particles/_searchtoggler.scss */
#h-search {
  text-align: right;
}
/* line 3, templates/g5_helium/custom/scss/particles/_searchtoggler.scss */
#h-search i {
  cursor: pointer;
  float: right;
  margin: 0.6rem 0 0rem 0;
  padding: 0.7rem;
  color: #fff;
  background: #efac06;
  border-radius: 0rem;
  font-size: 0.7rem !imporant;
}
@media only all and (min-width: 30.062rem) and (max-width: 47.938rem) {
  #h-search i {
    top: 0;
    right: 0.3rem;
    position: absolute;
  }
}
@media only all and (max-width: 30rem) {
  #h-search i {
    top: 0;
    right: 0.3rem;
    position: absolute;
  }
}
/*@import "particles/_accordion.scss";
 @import "particles/_blockcontent.scss";
 @import "particles/_contentarray.scss";
 @import "particles/_contenttabs.scss";*/
/* line 1, templates/g5_helium/custom/scss/particles/_flexslider.scss */
.flex-container a:hover, .flex-slider a:hover, .flex-container a:focus, .flex-slider a:focus {
  outline: none;
}
/* line 5, templates/g5_helium/custom/scss/particles/_flexslider.scss */
.g-flexslider {
  position: relative;
  margin: 0;
  padding: 0;
  list-style: none;
}
/* line 10, templates/g5_helium/custom/scss/particles/_flexslider.scss */
.g-flexslider > .g-flexslider-item-container {
  margin: 0;
  padding: 0;
  float: left;
}
/* line 17, templates/g5_helium/custom/scss/particles/_flexslider.scss */
.g-flexslider-item-container:not(:first-child) {
  display: none;
}
/* line 21, templates/g5_helium/custom/scss/particles/_flexslider.scss */
.g-flexslider-carousel-item-container {
  display: none;
}
/* line 25, templates/g5_helium/custom/scss/particles/_flexslider.scss */
.flex-control-nav, .flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}
/* line 31, templates/g5_helium/custom/scss/particles/_flexslider.scss */
.flex-pauseplay span {
  text-transform: capitalize;
}
/* line 35, templates/g5_helium/custom/scss/particles/_flexslider.scss */
.g-flexslider {
  margin: 0;
  padding: 0;
}
/* line 38, templates/g5_helium/custom/scss/particles/_flexslider.scss */
/* line 39, templates/g5_helium/custom/scss/particles/_flexslider.scss */
.g-flexslider .g-flexslider-slideshow-slides > .g-flexslider-item-container {
  display: none;
  -webkit-backface-visibility: hidden;
}
/* line 43, templates/g5_helium/custom/scss/particles/_flexslider.scss */
.g-flexslider .g-flexslider-slideshow-slides img {
  width: 100%;
  display: block;
}
/* line 47, templates/g5_helium/custom/scss/particles/_flexslider.scss */
.g-flexslider .g-flexslider-slideshow-slides:after {
  content: "\0020";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
/* line 58, templates/g5_helium/custom/scss/particles/_flexslider.scss */
html[xmlns] .flexslider .g-flexslider-slideshow-slides {
  display: block;
}
/* line 62, templates/g5_helium/custom/scss/particles/_flexslider.scss */
* html .flexslider .g-flexslider-slideshow-slides {
  height: 1%;
}
/* line 66, templates/g5_helium/custom/scss/particles/_flexslider.scss */
.no-js .flexslider .g-flexslider-slideshow-slides > .g-flexslider-slideshow-item-container:first-child {
  display: block;
}
/* line 70, templates/g5_helium/custom/scss/particles/_flexslider.scss */
.flexslider {
  position: relative;
  zoom: 1;
}
/* line 73, templates/g5_helium/custom/scss/particles/_flexslider.scss */
.flexslider .g-flexslider-slideshow-slides {
  zoom: 1;
}
/* line 75, templates/g5_helium/custom/scss/particles/_flexslider.scss */
.flexslider .g-flexslider-slideshow-slides img {
  height: auto;
}
/* line 81, templates/g5_helium/custom/scss/particles/_flexslider.scss */
.flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  transition: all 1s ease;
}
/* line 86, templates/g5_helium/custom/scss/particles/_flexslider.scss */
.loading .flex-viewport {
  max-height: 300px;
}
/* line 90, templates/g5_helium/custom/scss/particles/_flexslider.scss */
.carousel li {
  margin-right: 5px;
}
/* line 94, templates/g5_helium/custom/scss/particles/_flexslider.scss */
.flex-direction-nav {
  *height: 0;
  position: relative;
  z-index: 10;
}
/* line 98, templates/g5_helium/custom/scss/particles/_flexslider.scss */
.flex-direction-nav .flex-nav-prev, .flex-direction-nav .flex-nav-next {
  position: absolute;
  opacity: 0.75;
  margin-top: 10px;
  -webkit-transition: opacity 0.25s;
  -moz-transition: opacity 0.25s;
  transition: opacity 0.25s;
}
/* line 104, templates/g5_helium/custom/scss/particles/_flexslider.scss */
.flex-direction-nav .flex-nav-prev:hover, .flex-direction-nav .flex-nav-next:hover {
  opacity: 1;
}
/* line 108, templates/g5_helium/custom/scss/particles/_flexslider.scss */
/* line 109, templates/g5_helium/custom/scss/particles/_flexslider.scss */
.dir-ltr .flex-direction-nav .flex-nav-prev {
  left: 50%;
  margin-left: 1.5rem;
}
@media only all and (min-width: 48rem) and (max-width: 59.938rem) {
  .dir-ltr .flex-direction-nav .flex-nav-prev {
    margin-left: -20rem;
  }
}
@media only all and (min-width: 30.062rem) and (max-width: 47.938rem) {
  .dir-ltr .flex-direction-nav .flex-nav-prev {
    left: 75px;
    margin-left: 0;
  }
}
@media only all and (max-width: 30rem) {
  .dir-ltr .flex-direction-nav .flex-nav-prev {
    left: 25px;
    margin-left: 0;
  }
}
/* line 124, templates/g5_helium/custom/scss/particles/_flexslider.scss */
.dir-rtl .flex-direction-nav .flex-nav-prev {
  right: 50%;
  margin-right: 1.5rem;
}
@media only all and (min-width: 48rem) and (max-width: 59.938rem) {
  .dir-rtl .flex-direction-nav .flex-nav-prev {
    margin-right: -20rem;
  }
}
@media only all and (min-width: 30.062rem) and (max-width: 47.938rem) {
  .dir-rtl .flex-direction-nav .flex-nav-prev {
    right: 75px;
    margin-right: 0;
  }
}
@media only all and (max-width: 30rem) {
  .dir-rtl .flex-direction-nav .flex-nav-prev {
    right: 25px;
    margin-right: 0;
  }
}
/* line 140, templates/g5_helium/custom/scss/particles/_flexslider.scss */
/* line 141, templates/g5_helium/custom/scss/particles/_flexslider.scss */
.dir-ltr .flex-direction-nav .flex-nav-next {
  right: 40%;
  margin-right: -20rem;
}
@media only all and (min-width: 48rem) and (max-width: 59.938rem) {
  .dir-ltr .flex-direction-nav .flex-nav-next {
    margin-right: -10rem;
  }
}
@media only all and (min-width: 30.062rem) and (max-width: 47.938rem) {
  .dir-ltr .flex-direction-nav .flex-nav-next {
    right: 120px;
    margin-right: 0;
  }
}
@media only all and (max-width: 30rem) {
  .dir-ltr .flex-direction-nav .flex-nav-next {
    right: 65px;
    margin-right: 0;
  }
}
/* line 156, templates/g5_helium/custom/scss/particles/_flexslider.scss */
.dir-rtl .flex-direction-nav .flex-nav-next {
  left: 40%;
  margin-left: -20rem;
}
@media only all and (min-width: 48rem) and (max-width: 59.938rem) {
  .dir-rtl .flex-direction-nav .flex-nav-next {
    margin-left: -10rem;
  }
}
@media only all and (min-width: 30.062rem) and (max-width: 47.938rem) {
  .dir-rtl .flex-direction-nav .flex-nav-next {
    left: 120px;
    margin-left: 0;
  }
}
@media only all and (max-width: 30rem) {
  .dir-rtl .flex-direction-nav .flex-nav-next {
    left: 65px;
    margin-left: 0;
  }
}
/* line 172, templates/g5_helium/custom/scss/particles/_flexslider.scss */
.flex-direction-nav a {
  text-decoration: none;
  display: block;
  margin: -45px 0 0;
  position: absolute;
  bottom: 7.5rem;
  z-index: 10;
  overflow: hidden;
  opacity: 1;
  cursor: pointer;
  width: auto;
  height: 50px;
  line-height: 50px;
  color: #fff;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
/* line 187, templates/g5_helium/custom/scss/particles/_flexslider.scss */
.flex-direction-nav a:before, .flex-direction-nav a:after {
  font-family: FontAwesome;
  font-size: 1.5rem;
  margin: 0 6px;
  vertical-align: top;
}
/* line 194, templates/g5_helium/custom/scss/particles/_flexslider.scss */
/* line 195, templates/g5_helium/custom/scss/particles/_flexslider.scss */
.flex-direction-nav .flex-prev:before {
  content: "\f177";
}
/* line 197, templates/g5_helium/custom/scss/particles/_flexslider.scss */
.dir-rtl .flex-direction-nav .flex-prev:before {
  content: "\f178";
}
/* line 202, templates/g5_helium/custom/scss/particles/_flexslider.scss */
/* line 203, templates/g5_helium/custom/scss/particles/_flexslider.scss */
.flex-direction-nav .flex-next:after {
  content: "\f178";
}
/* line 205, templates/g5_helium/custom/scss/particles/_flexslider.scss */
.dir-rtl .flex-direction-nav .flex-next:after {
  content: "\f177";
}
/* line 212, templates/g5_helium/custom/scss/particles/_flexslider.scss */
/* line 213, templates/g5_helium/custom/scss/particles/_flexslider.scss */
.flexslider:hover .flex-direction-nav .flex-prev {
  opacity: 0.7;
  left: 1rem;
}
/* line 216, templates/g5_helium/custom/scss/particles/_flexslider.scss */
.flexslider:hover .flex-direction-nav .flex-prev:hover {
  opacity: 1;
}
/* line 220, templates/g5_helium/custom/scss/particles/_flexslider.scss */
.flexslider:hover .flex-direction-nav .flex-next {
  opacity: 0.7;
  right: 1rem;
}
/* line 223, templates/g5_helium/custom/scss/particles/_flexslider.scss */
.flexslider:hover .flex-direction-nav .flex-next:hover {
  opacity: 1;
}
/* line 229, templates/g5_helium/custom/scss/particles/_flexslider.scss */
.flex-direction-nav .flex-disabled {
  opacity: 0 !important;
  filter: alpha(opacity=0);
  cursor: default;
}
/* line 235, templates/g5_helium/custom/scss/particles/_flexslider.scss */
.flex-pauseplay a {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 5px;
  left: 10px;
  opacity: 0.8;
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
  color: #000;
}
/* line 247, templates/g5_helium/custom/scss/particles/_flexslider.scss */
.flex-pauseplay a:before {
  font-size: 20px;
  display: inline-block;
  content: '\f004';
}
/* line 252, templates/g5_helium/custom/scss/particles/_flexslider.scss */
.flex-pauseplay a:hover {
  opacity: 1;
}
/* line 255, templates/g5_helium/custom/scss/particles/_flexslider.scss */
.flex-pauseplay a.flex-play:before {
  content: '\f003';
}
/* line 260, templates/g5_helium/custom/scss/particles/_flexslider.scss */
.flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: 7.65rem;
  text-align: center;
}
/* line 265, templates/g5_helium/custom/scss/particles/_flexslider.scss */
.flex-control-nav li {
  margin: 0 15px;
  display: inline-block;
  zoom: 1;
  *display: inline;
  position: relative;
}
/* line 274, templates/g5_helium/custom/scss/particles/_flexslider.scss */
/* line 276, templates/g5_helium/custom/scss/particles/_flexslider.scss */
/* line 277, templates/g5_helium/custom/scss/particles/_flexslider.scss */
/* line 278, templates/g5_helium/custom/scss/particles/_flexslider.scss */
.flex-control-nav > li a:before, .flex-control-paging > li a:before {
  content: "";
  border: 2px solid;
  border-radius: 100%;
  width: 16px;
  height: 16px;
  display: block;
  position: absolute;
  left: -4px;
  top: -4px;
  z-index: 1;
}
/* line 290, templates/g5_helium/custom/scss/particles/_flexslider.scss */
.flex-control-nav > li a.flex-active, .flex-control-paging > li a.flex-active {
  background: #efac06 !important;
  width: 5px;
  height: 5px;
}
/* line 294, templates/g5_helium/custom/scss/particles/_flexslider.scss */
.flex-control-nav > li a.flex-active:before, .flex-control-paging > li a.flex-active:before {
  color: #efac06;
  width: 30px;
  height: 30px;
  left: -12px;
  top: -12px;
}
/* line 306, templates/g5_helium/custom/scss/particles/_flexslider.scss */
.flex-control-paging li a {
  width: 8px;
  height: 8px;
  margin: 2px;
  display: block;
  background: transparent;
  cursor: pointer;
  text-indent: 999999px;
  border-radius: 100%;
  position: relative;
  z-index: 2;
}
/* line 317, templates/g5_helium/custom/scss/particles/_flexslider.scss */
.flex-control-paging li a:hover {
  background: #efac06;
}
/* line 320, templates/g5_helium/custom/scss/particles/_flexslider.scss */
.flex-control-paging li a.flex-active {
  background: #efac06;
  cursor: default;
}
/* line 326, templates/g5_helium/custom/scss/particles/_flexslider.scss */
.flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden;
}
/* line 330, templates/g5_helium/custom/scss/particles/_flexslider.scss */
.flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0;
}
/* line 335, templates/g5_helium/custom/scss/particles/_flexslider.scss */
.flex-control-thumbs img {
  width: 100%;
  height: auto;
  display: block;
  opacity: 0.7;
  cursor: pointer;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  transition: all 1s ease;
}
/* line 342, templates/g5_helium/custom/scss/particles/_flexslider.scss */
.flex-control-thumbs img:hover {
  opacity: 1;
}
/* line 346, templates/g5_helium/custom/scss/particles/_flexslider.scss */
.flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default;
}
/* line 352, templates/g5_helium/custom/scss/particles/_flexslider.scss */
.g-flexslider-slideshow {
  position: relative;
}
/* line 354, templates/g5_helium/custom/scss/particles/_flexslider.scss */
.g-flexslider-slideshow .g-flexslider-slideshow-item {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
}
/* line 359, templates/g5_helium/custom/scss/particles/_flexslider.scss */
.g-flexslider-slideshow .g-flexslider-slideshow-item-content {
  text-align: center;
  margin: auto;
  padding: 13rem 2rem 10rem 2rem;
}
@media only all and (min-width: 60rem) and (max-width: 74.938rem) {
  .g-flexslider-slideshow .g-flexslider-slideshow-item-content {
    padding: 9.5rem 2rem;
  }
}
@media only all and (min-width: 48rem) and (max-width: 59.938rem) {
  .g-flexslider-slideshow .g-flexslider-slideshow-item-content {
    padding: 8.5rem 1.5rem;
  }
}
@media only all and (max-width: 47.938rem) {
  .g-flexslider-slideshow .g-flexslider-slideshow-item-content {
    padding: 8rem 1rem;
  }
}
/* line 373, templates/g5_helium/custom/scss/particles/_flexslider.scss */
.g-flexslider-slideshow .g-flexslider-slideshow-item-subtitle {
  text-transform: uppercase;
  font-size: 1.5rem;
  letter-spacing: 0.5rem;
}
@media only all and (min-width: 60rem) and (max-width: 74.938rem) {
  .g-flexslider-slideshow .g-flexslider-slideshow-item-subtitle {
    font-size: 1.4rem;
    letter-spacing: 0.4rem;
  }
}
@media only all and (min-width: 48rem) and (max-width: 59.938rem) {
  .g-flexslider-slideshow .g-flexslider-slideshow-item-subtitle {
    font-size: 1.3rem;
    letter-spacing: 0.3rem;
  }
}
@media only all and (min-width: 30.062rem) and (max-width: 47.938rem) {
  .g-flexslider-slideshow .g-flexslider-slideshow-item-subtitle {
    font-size: 1.2rem;
    letter-spacing: 0.2rem;
  }
}
@media only all and (max-width: 30rem) {
  .g-flexslider-slideshow .g-flexslider-slideshow-item-subtitle {
    font-size: 0.9rem;
    letter-spacing: 0.1rem;
  }
}
/* line 395, templates/g5_helium/custom/scss/particles/_flexslider.scss */
.g-flexslider-slideshow .g-flexslider-slideshow-item-title {
  font-size: 5rem;
  line-height: 1.5;
  margin: 1rem auto;
}
/* line 401, templates/g5_helium/custom/scss/particles/_flexslider.scss */
.g-flexslider-slideshow .g-flexslider-slideshow-item-title span {
  font-weight: bold;
  color: #efac06;
}
@media only all and (max-width: 30rem) {
  .g-flexslider-slideshow .g-flexslider-slideshow-item-title span {
    display: block;
  }
}
@media only all and (min-width: 60rem) and (max-width: 74.938rem) {
  .g-flexslider-slideshow .g-flexslider-slideshow-item-title {
    font-size: 5rem;
  }
}
@media only all and (min-width: 48rem) and (max-width: 59.938rem) {
  .g-flexslider-slideshow .g-flexslider-slideshow-item-title {
    font-size: 4rem;
  }
}
@media only all and (min-width: 30.062rem) and (max-width: 47.938rem) {
  .g-flexslider-slideshow .g-flexslider-slideshow-item-title {
    font-size: 3rem;
  }
}
@media only all and (max-width: 30rem) {
  .g-flexslider-slideshow .g-flexslider-slideshow-item-title {
    font-size: 2rem;
    line-height: 1.65;
  }
}
/* line 422, templates/g5_helium/custom/scss/particles/_flexslider.scss */
.g-flexslider-slideshow .g-flexslider-slideshow-item-desc {
  margin-bottom: 1.5rem;
}
@media only all and (max-width: 47.938rem) {
  .g-flexslider-slideshow .g-flexslider-slideshow-item-desc {
    font-size: 0.9rem;
  }
}
/* line 428, templates/g5_helium/custom/scss/particles/_flexslider.scss */
@media only all and (max-width: 47.938rem) {
  .g-flexslider-slideshow .g-flexslider-slideshow-item-overlay {
    background-position: top center !important;
  }
}
/* line 432, templates/g5_helium/custom/scss/particles/_flexslider.scss */
html.touch .g-flexslider-slideshow .g-flexslider-slideshow-item-overlay {
  background-position: top center !important;
}
/* line 436, templates/g5_helium/custom/scss/particles/_flexslider.scss */
.g-flexslider-slideshow .g-flexslider-slideshow-item-link {
  margin: 3rem auto;
}
/* line 440, templates/g5_helium/custom/scss/particles/_flexslider.scss */
.g-flexslider-slideshow .flex-direction-nav a {
  color: #fff;
  opacity: 0.75;
}
/* line 443, templates/g5_helium/custom/scss/particles/_flexslider.scss */
.g-flexslider-slideshow .flex-direction-nav a:hover {
  opacity: 1;
}
/* line 447, templates/g5_helium/custom/scss/particles/_flexslider.scss */
.g-flexslider-slideshow .flex-control-paging li a.flex-active {
  background: #fff;
}
/* line 452, templates/g5_helium/custom/scss/particles/_flexslider.scss */
.g-flexslider-testimonial {
  position: relative;
}
/* line 454, templates/g5_helium/custom/scss/particles/_flexslider.scss */
.g-flexslider-testimonial .g-flexslider-testimonial-item {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
}
/* line 459, templates/g5_helium/custom/scss/particles/_flexslider.scss */
.g-flexslider-testimonial .g-flexslider-testimonial-item-content {
  text-align: center;
  margin: auto;
  padding: 13rem 2rem 10rem 2rem;
}
@media only all and (min-width: 60rem) and (max-width: 74.938rem) {
  .g-flexslider-testimonial .g-flexslider-testimonial-item-content {
    padding: 9.5rem 2rem;
  }
}
@media only all and (min-width: 48rem) and (max-width: 59.938rem) {
  .g-flexslider-testimonial .g-flexslider-testimonial-item-content {
    padding: 8.5rem 1.5rem;
  }
}
@media only all and (max-width: 47.938rem) {
  .g-flexslider-testimonial .g-flexslider-testimonial-item-content {
    padding: 8rem 1rem;
  }
}
/* line 473, templates/g5_helium/custom/scss/particles/_flexslider.scss */
.g-flexslider-testimonial .g-flexslider-testimonial-item-title {
  font-size: 3rem;
  line-height: 1.5;
  margin: 1rem auto;
}
/* line 479, templates/g5_helium/custom/scss/particles/_flexslider.scss */
.g-flexslider-testimonial .g-flexslider-testimonial-item-title span {
  font-weight: bold;
  color: #efac06;
}
@media only all and (max-width: 30rem) {
  .g-flexslider-testimonial .g-flexslider-testimonial-item-title span {
    display: block;
  }
}
@media only all and (min-width: 60rem) and (max-width: 74.938rem) {
  .g-flexslider-testimonial .g-flexslider-testimonial-item-title {
    font-size: 5rem;
  }
}
@media only all and (min-width: 48rem) and (max-width: 59.938rem) {
  .g-flexslider-testimonial .g-flexslider-testimonial-item-title {
    font-size: 4rem;
  }
}
@media only all and (min-width: 30.062rem) and (max-width: 47.938rem) {
  .g-flexslider-testimonial .g-flexslider-testimonial-item-title {
    font-size: 3rem;
  }
}
@media only all and (max-width: 30rem) {
  .g-flexslider-testimonial .g-flexslider-testimonial-item-title {
    font-size: 2rem;
    line-height: 1.65;
  }
}
/* line 500, templates/g5_helium/custom/scss/particles/_flexslider.scss */
.g-flexslider-testimonial .g-flexslider-testimonial-item {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
}
/* line 505, templates/g5_helium/custom/scss/particles/_flexslider.scss */
.g-flexslider-testimonial .g-flexslider-testimonial-item-testimonial-image img {
  border-radius: 100%;
  margin-bottom: 1rem;
}
/* line 509, templates/g5_helium/custom/scss/particles/_flexslider.scss */
.g-flexslider-testimonial .g-flexslider-testimonial-item-testimonial-name {
  font-weight: 700;
}
/* line 512, templates/g5_helium/custom/scss/particles/_flexslider.scss */
.g-flexslider-testimonial .g-flexslider-testimonial-item-testimonial-position {
  font-style: italic;
  font-size: 0.9rem;
  opacity: 0.7;
}
/* line 519, templates/g5_helium/custom/scss/particles/_flexslider.scss */
.g-flexslider-showcase {
  position: relative;
}
/* line 521, templates/g5_helium/custom/scss/particles/_flexslider.scss */
.g-flexslider-showcase .g-flexslider-showcase-item-content {
  padding: 0 2rem 0 2rem;
}
@media only all and (min-width: 60rem) and (max-width: 74.938rem) {
  .g-flexslider-showcase .g-flexslider-showcase-item-content {
    padding: 9.5rem 2rem;
  }
}
@media only all and (min-width: 48rem) and (max-width: 59.938rem) {
  .g-flexslider-showcase .g-flexslider-showcase-item-content {
    padding: 8.5rem 1.5rem;
  }
}
@media only all and (max-width: 47.938rem) {
  .g-flexslider-showcase .g-flexslider-showcase-item-content {
    padding: 8rem 1rem;
  }
}
/* line 533, templates/g5_helium/custom/scss/particles/_flexslider.scss */
.g-flexslider-showcase .g-flexslider-showcase-item-content-container {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
  -moz-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  box-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
}
/* line 540, templates/g5_helium/custom/scss/particles/_flexslider.scss */
.g-flexslider-showcase .g-flexslider-showcase-item-image, .g-flexslider-showcase .g-flexslider-showcase-item-content {
  -webkit-box-flex: 0;
  -moz-box-flex: 0;
  box-flex: 0;
  -webkit-flex: 0 0 auto;
  -moz-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 50%;
}
@media only all and (max-width: 47.938rem) {
  .g-flexslider-showcase .g-flexslider-showcase-item-image, .g-flexslider-showcase .g-flexslider-showcase-item-content {
    width: 100%;
  }
}
/* line 547, templates/g5_helium/custom/scss/particles/_flexslider.scss */
.g-flexslider-showcase .g-flexslider-showcase-item-image {
  overflow: hidden;
}
/* line 549, templates/g5_helium/custom/scss/particles/_flexslider.scss */
.g-flexslider-showcase .g-flexslider-showcase-item-image img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition: -webkit-transform 0.3s;
  -moz-transition: -moz-transform 0.3s;
  transition: transform 0.3s;
}
/* line 553, templates/g5_helium/custom/scss/particles/_flexslider.scss */
/* line 554, templates/g5_helium/custom/scss/particles/_flexslider.scss */
.g-flexslider-showcase .g-flexslider-showcase-item-image:hover img {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
/* line 559, templates/g5_helium/custom/scss/particles/_flexslider.scss */
.g-flexslider-showcase .g-flexslider-showcase-item-title {
  font-size: 5rem;
  line-height: 1.5;
  margin: 1rem auto;
}
/* line 565, templates/g5_helium/custom/scss/particles/_flexslider.scss */
.g-flexslider-showcase .g-flexslider-showcase-item-title span {
  font-weight: bold;
  color: #efac06;
}
@media only all and (max-width: 30rem) {
  .g-flexslider-showcase .g-flexslider-showcase-item-title span {
    display: block;
  }
}
@media only all and (min-width: 60rem) and (max-width: 74.938rem) {
  .g-flexslider-showcase .g-flexslider-showcase-item-title {
    font-size: 4rem;
  }
}
@media only all and (min-width: 48rem) and (max-width: 59.938rem) {
  .g-flexslider-showcase .g-flexslider-showcase-item-title {
    font-size: 3rem;
  }
}
@media only all and (min-width: 30.062rem) and (max-width: 47.938rem) {
  .g-flexslider-showcase .g-flexslider-showcase-item-title {
    font-size: 2rem;
  }
}
@media only all and (max-width: 30rem) {
  .g-flexslider-showcase .g-flexslider-showcase-item-title {
    font-size: 1.75rem;
    line-height: 1.65;
  }
}
/* line 586, templates/g5_helium/custom/scss/particles/_flexslider.scss */
.g-flexslider-showcase .g-flexslider-showcase-item-desc {
  font-size: 1.25rem;
  margin-bottom: 1.5rem;
}
@media only all and (min-width: 60rem) and (max-width: 74.938rem) {
  .g-flexslider-showcase .g-flexslider-showcase-item-desc {
    font-size: 1.2rem;
  }
}
@media only all and (min-width: 48rem) and (max-width: 59.938rem) {
  .g-flexslider-showcase .g-flexslider-showcase-item-desc {
    font-size: 1.15rem;
  }
}
@media only all and (max-width: 47.938rem) {
  .g-flexslider-showcase .g-flexslider-showcase-item-desc {
    font-size: 1.1rem;
  }
}
/* line 601, templates/g5_helium/custom/scss/particles/_flexslider.scss */
.g-flexslider-carousel-container {
  position: relative;
}
/* line 603, templates/g5_helium/custom/scss/particles/_flexslider.scss */
.g-flexslider-carousel-container .g-flexslider-carousel-item-image {
  background: #fff;
  position: relative;
  cursor: pointer;
  -webkit-transition: background 0.3s;
  -moz-transition: background 0.3s;
  transition: background 0.3s;
}
/* line 608, templates/g5_helium/custom/scss/particles/_flexslider.scss */
.g-flexslider-carousel-container .g-flexslider-carousel-item-image * {
  -moz-user-select: -moz-none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
/* line 615, templates/g5_helium/custom/scss/particles/_flexslider.scss */
.g-flexslider-carousel-container .g-flexslider-carousel-item-image img {
  cursor: pointer;
  opacity: 0.35;
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
/* line 620, templates/g5_helium/custom/scss/particles/_flexslider.scss */
.g-flexslider-carousel-container .g-flexslider-carousel-item-image:hover {
  background: #efac06;
}
/* line 622, templates/g5_helium/custom/scss/particles/_flexslider.scss */
.g-flexslider-carousel-container .g-flexslider-carousel-item-image:hover .g-flexslider-carousel-item-image-preview-icon {
  opacity: 1;
}
/* line 627, templates/g5_helium/custom/scss/particles/_flexslider.scss */
/* line 628, templates/g5_helium/custom/scss/particles/_flexslider.scss */
.g-flexslider-carousel-container .flex-active-slide img {
  opacity: 1;
}
/* line 631, templates/g5_helium/custom/scss/particles/_flexslider.scss */
.g-flexslider-carousel-container .flex-active-slide .g-flexslider-carousel-item-image {
  cursor: default;
}
/* line 633, templates/g5_helium/custom/scss/particles/_flexslider.scss */
/* line 634, templates/g5_helium/custom/scss/particles/_flexslider.scss */
.g-flexslider-carousel-container .flex-active-slide .g-flexslider-carousel-item-image:hover .g-flexslider-carousel-item-image-preview-icon {
  display: none;
}
/* line 640, templates/g5_helium/custom/scss/particles/_flexslider.scss */
.g-flexslider-carousel-container .g-flexslider-carousel-item-image-preview-icon {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  opacity: 0;
  z-index: 10;
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
/* line 649, templates/g5_helium/custom/scss/particles/_flexslider.scss */
.g-flexslider-carousel-container .g-flexslider-carousel-item-image-preview-icon span {
  color: #fff;
  font-size: 2rem;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0px);
  -moz-transform: translate3d(-50%, -50%, 0px);
  -ms-transform: translate3d(-50%, -50%, 0px);
  -o-transform: translate3d(-50%, -50%, 0px);
  transform: translate3d(-50%, -50%, 0px);
}
/* line 660, templates/g5_helium/custom/scss/particles/_flexslider.scss */
/* line 661, templates/g5_helium/custom/scss/particles/_flexslider.scss */
.dir-rtl .flexslider {
  direction: rtl;
}
/* line 665, templates/g5_helium/custom/scss/particles/_flexslider.scss */
.dir-rtl .carousel li {
  margin-right: 0;
  margin-left: 5px;
}
/* line 669, templates/g5_helium/custom/scss/particles/_flexslider.scss */
.dir-rtl .flex-direction-nav {
  *height: 0;
}
/* line 673, templates/g5_helium/custom/scss/particles/_flexslider.scss */
.dir-rtl .flex-pauseplay a {
  left: auto;
  right: 10px;
}
/* line 678, templates/g5_helium/custom/scss/particles/_flexslider.scss */
.dir-rtl .flex-control-thumbs li {
  float: right;
}
/* line 1, templates/g5_helium/custom/scss/particles/_carousel.scss */
/* line 3, templates/g5_helium/custom/scss/particles/_carousel.scss */
.g-owlcarousel-carousel .owl-stage {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0 0;
}
/* line 8, templates/g5_helium/custom/scss/particles/_carousel.scss */
.g-owlcarousel-carousel .owl-stage .owl-item {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
}
/* line 15, templates/g5_helium/custom/scss/particles/_carousel.scss */
.g-owlcarousel-carousel .g-owlcarousel-carousel-header {
  display: block !important;
  position: relative;
}
@media only all and (max-width: 47.938rem) {
  .g-owlcarousel-carousel .g-owlcarousel-carousel-header {
    display: block;
  }
}
/* line 25, templates/g5_helium/custom/scss/particles/_carousel.scss */
.g-owlcarousel-carousel .g-owlcarousel-carousel-header .g-owlcarousel-carousel-title-container {
  text-align: center;
  font-weight: 700;
  color: #000;
}
@media only all and (max-width: 47.938rem) {
  .g-owlcarousel-carousel .g-owlcarousel-carousel-header .g-owlcarousel-carousel-title-container {
    flex: 0;
  }
}
/* line 36, templates/g5_helium/custom/scss/particles/_carousel.scss */
.g-owlcarousel-carousel .g-owlcarousel-carousel-header .g-owlcarousel-carousel-title-container .g-owlcarousel-carousel-title {
  display: block;
  line-height: 2.21rem !important;
  font-size: 1.71rem !important;
  font-family: 'Conv_librefranklin-bold' !important;
  margin-bottom: 1.5rem !important;
  color: #005a96 !important;
}
/* line 43, templates/g5_helium/custom/scss/particles/_carousel.scss */
.g-owlcarousel-carousel .g-owlcarousel-carousel-header .g-owlcarousel-carousel-title-container .g-owlcarousel-carousel-title span {
  color: #efac06 !important;
}
/* line 48, templates/g5_helium/custom/scss/particles/_carousel.scss */
.g-owlcarousel-carousel .g-owlcarousel-carousel-header .g-owlcarousel-carousel-title-container #g-owlcarousel-carousel-controls {
  display: inline-block;
  margin-left: 2rem;
  font-weight: 400;
}
/* line 53, templates/g5_helium/custom/scss/particles/_carousel.scss */
.dir-rtl .g-owlcarousel-carousel .g-owlcarousel-carousel-header .g-owlcarousel-carousel-title-container #g-owlcarousel-carousel-controls {
  margin-right: 2rem;
  margin-left: 0;
}
/* line 57, templates/g5_helium/custom/scss/particles/_carousel.scss */
/* line 58, templates/g5_helium/custom/scss/particles/_carousel.scss */
/* line 59, templates/g5_helium/custom/scss/particles/_carousel.scss */
.dir-rtl .g-owlcarousel-carousel .g-owlcarousel-carousel-header .g-owlcarousel-carousel-title-container #g-owlcarousel-carousel-controls .owl-prev .fa-chevron-left:before {
  content: "\f054";
}
/* line 65, templates/g5_helium/custom/scss/particles/_carousel.scss */
/* line 66, templates/g5_helium/custom/scss/particles/_carousel.scss */
/* line 67, templates/g5_helium/custom/scss/particles/_carousel.scss */
.dir-rtl .g-owlcarousel-carousel .g-owlcarousel-carousel-header .g-owlcarousel-carousel-title-container #g-owlcarousel-carousel-controls .owl-next .fa-chevron-right:before {
  content: "\f053";
}
/* line 74, templates/g5_helium/custom/scss/particles/_carousel.scss */
.g-owlcarousel-carousel .g-owlcarousel-carousel-header .g-owlcarousel-carousel-title-container #g-owlcarousel-carousel-controls > div {
  display: inline-block;
  margin: 0 0.75rem;
}
/* line 78, templates/g5_helium/custom/scss/particles/_carousel.scss */
.g-owlcarousel-carousel .g-owlcarousel-carousel-header .g-owlcarousel-carousel-title-container #g-owlcarousel-carousel-controls > div .fa {
  font-size: 1vw;
}
@media (max-width: 100rem) {
  .g-owlcarousel-carousel .g-owlcarousel-carousel-header .g-owlcarousel-carousel-title-container #g-owlcarousel-carousel-controls > div .fa {
    font-size: 1rem;
  }
}
/* line 81, templates/g5_helium/custom/scss/particles/_carousel.scss */
.g-owlcarousel-carousel .g-owlcarousel-carousel-header .g-owlcarousel-carousel-title-container #g-owlcarousel-carousel-controls > div .fa:hover {
  cursor: pointer;
}
/* line 90, templates/g5_helium/custom/scss/particles/_carousel.scss */
.g-owlcarousel-carousel .g-owlcarousel-carousel-header .g-owlcarousel-carousel-description {
  padding: 0rem 1rem 2rem;
  font-size: 1rem !important;
  line-height: 1.5rem !important;
  border-bottom: none !important;
  color: #db9907;
  text-align: center;
  line-height: 2.1rem !important;
  font-family: 'Conv_librefranklin-regular' !important;
}
/* line 97, templates/g5_helium/custom/scss/particles/_carousel.scss */
.g-owlcarousel-carousel .g-owlcarousel-carousel-header .g-owlcarousel-carousel-description b {
  color: #000;
}
@media only all and (max-width: 47.938rem) {
  .g-owlcarousel-carousel .g-owlcarousel-carousel-header .g-owlcarousel-carousel-description {
    flex: 0;
  }
}
/* line 107, templates/g5_helium/custom/scss/particles/_carousel.scss */
.g-owlcarousel-carousel .g-carousel {
  margin: 0;
  padding: 0;
}
/* line 111, templates/g5_helium/custom/scss/particles/_carousel.scss */
/* line 113, templates/g5_helium/custom/scss/particles/_carousel.scss */
/* line 114, templates/g5_helium/custom/scss/particles/_carousel.scss */
.g-owlcarousel-carousel .g-carousel .owl-item:nth-child(odd) .g-carousel-item {
  background: #ccebfc;
  border-radius: 3px;
  margin: 0rem 0.8rem;
}
/* line 118, templates/g5_helium/custom/scss/particles/_carousel.scss */
.g-owlcarousel-carousel .g-carousel .owl-item:nth-child(odd) .g-carousel-item, .g-owlcarousel-carousel .g-carousel .owl-item:nth-child(odd) .g-carousel-item a, .g-owlcarousel-carousel .g-carousel .owl-item:nth-child(odd) .g-carousel-item .g-carousel-image-icon {
  color: #ccebfc;
}
/* line 123, templates/g5_helium/custom/scss/particles/_carousel.scss */
/* line 124, templates/g5_helium/custom/scss/particles/_carousel.scss */
.g-owlcarousel-carousel .g-carousel .owl-item:nth-child(even) .g-carousel-item {
  background: #e5f5fe;
}
/* line 127, templates/g5_helium/custom/scss/particles/_carousel.scss */
.g-owlcarousel-carousel .g-carousel .owl-item:nth-child(even) .g-carousel-item, .g-owlcarousel-carousel .g-carousel .owl-item:nth-child(even) .g-carousel-item a, .g-owlcarousel-carousel .g-carousel .owl-item:nth-child(even) .g-carousel-item .g-carousel-image-icon {
  color: #e5f5fe;
}
/* line 134, templates/g5_helium/custom/scss/particles/_carousel.scss */
.g-owlcarousel-carousel .g-carousel .owl-item .g-carousel-item {
  width: 100%;
  position: relative;
  margin: 0;
  padding: 1.876rem 1.3rem;
  border-radius: 0rem;
  /* @include transition(transform 0.35s ease-in-out, box-shadow 0.35s ease-in-out);
   @include transform-origin(center bottom);
   @include transform(translateY(0));*/
}
/* line 144, templates/g5_helium/custom/scss/particles/_carousel.scss */
.g-owlcarousel-carousel .g-carousel .owl-item .g-carousel-item:hover {
  /*@include transform(translateY(5%));*/
}
/* line 149, templates/g5_helium/custom/scss/particles/_carousel.scss */
.g-owlcarousel-carousel .g-carousel .owl-item .g-carousel-item .g-carousel-link {
  position: absolute;
  display: block;
  content: '';
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
/* line 163, templates/g5_helium/custom/scss/particles/_carousel.scss */
.g-owlcarousel-carousel .g-carousel .owl-item .g-carousel-item .g-carousel-image-icon {
  display: block;
  padding-bottom: 0.938rem;
  text-align: left;
}
/* line 168, templates/g5_helium/custom/scss/particles/_carousel.scss */
.dir-rtl .g-owlcarousel-carousel .g-carousel .owl-item .g-carousel-item .g-carousel-image-icon {
  text-align: right;
}
/* line 172, templates/g5_helium/custom/scss/particles/_carousel.scss */
.g-owlcarousel-carousel .g-carousel .owl-item .g-carousel-item .g-carousel-image-icon .fa {
  font-size: 1.5vw;
}
@media (max-width: 133.3333333333rem) {
  .g-owlcarousel-carousel .g-carousel .owl-item .g-carousel-item .g-carousel-image-icon .fa {
    font-size: 2rem;
  }
}
/* line 178, templates/g5_helium/custom/scss/particles/_carousel.scss */
.g-owlcarousel-carousel .g-carousel .owl-item .g-carousel-item .g-carousel-title {
  display: block;
  text-align: left;
  font-size: 1rem;
  font-family: 'Conv_librefranklin-medium';
  text-align: center;
  font-size: 1rem !important;
  line-height: 1.5rem !important;
  border-bottom: none !important;
  color: #db9907;
  padding-bottom: 0.5rem;
  margin-bottom: 0.5rem;
  color: #005a96 !important;
}
/* line 189, templates/g5_helium/custom/scss/particles/_carousel.scss */
.dir-rtl .g-owlcarousel-carousel .g-carousel .owl-item .g-carousel-item .g-carousel-title {
  text-align: right;
}
@media only all and (max-width: 47.938rem) {
  .g-owlcarousel-carousel .g-carousel .owl-item .g-carousel-item .g-carousel-title {
    text-align: center;
  }
}
/* line 197, templates/g5_helium/custom/scss/particles/_carousel.scss */
.g-owlcarousel-carousel .g-carousel .owl-item .g-carousel-item .g-carousel-subtitle {
  font-size: 1rem !important;
  line-height: 1.5rem !important;
  border-bottom: none !important;
  color: #db9907;
  margin-bottom: 1.3rem;
  color: #005a96 !important;
  text-align: center;
}
/* line 204, templates/g5_helium/custom/scss/particles/_carousel.scss */
.g-owlcarousel-carousel .g-carousel .owl-item .g-carousel-item .g-carousel-description {
  display: block;
  font-size: 1rem !important;
  text-align: left;
  color: #333 !important;
  text-align: center;
}
/* line 210, templates/g5_helium/custom/scss/particles/_carousel.scss */
.dir-rtl .g-owlcarousel-carousel .g-carousel .owl-item .g-carousel-item .g-carousel-description {
  text-align: right;
}
@media only all and (max-width: 47.938rem) {
  .g-owlcarousel-carousel .g-carousel .owl-item .g-carousel-item .g-carousel-description {
    text-align: center;
  }
}
/* line 222, templates/g5_helium/custom/scss/particles/_carousel.scss */
.g-owlcarousel-particle-link {
  text-align: right;
  padding: 1.1rem 0rem 1rem;
}
/* line 225, templates/g5_helium/custom/scss/particles/_carousel.scss */
.g-owlcarousel-particle-link .g-owlcarousel-particle-button {
  color: #fff !important;
  border: 1px solid #efac06 !important;
  border-radius: 0rem !important;
  padding: 10px 20px !important;
  background-color: #efac06 !important;
  transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
  -webkit-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
  -o-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
  -moz-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
  -ms-transition: transform all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
  font-family: 'Conv_librefranklin-regular';
  box-shadow: none !important;
  text-transform: uppercase;
  display: inline-block;
}
/* line 37, templates/g5_helium/custom/scss/_botones.scss */
.g-owlcarousel-particle-link .g-owlcarousel-particle-button:hover {
  border: 1px solid #efac06 !important;
  color: #efac06 !important;
  background-color: #fff !important;
}
/* line 231, templates/g5_helium/custom/scss/particles/_carousel.scss */
.departamento {
  text-align: left !important;
  margin-bottom: 1rem;
  /*@include titulo-interno8;*/
}
/* line 234, templates/g5_helium/custom/scss/particles/_carousel.scss */
.departamento span {
  border-radius: 3px;
  display: inline-block;
  padding: 0.3rem 0.5rem !important;
  color: #fff;
  background: #005a96;
  font-size: 1.37rem !important;
  line-height: 1.87rem !important;
}
/* line 243, templates/g5_helium/custom/scss/particles/_carousel.scss */
.departamento img {
  display: inline-block !important;
  width: auto !important;
  margin-right: 0.5em;
  vertical-align: middle;
}
/* line 250, templates/g5_helium/custom/scss/particles/_carousel.scss */
.g-owlcarousel-image-img {
  padding: 0rem 0rem 1rem;
}
/* line 252, templates/g5_helium/custom/scss/particles/_carousel.scss */
.g-owlcarousel-image-img img {
  border-radius: 100%;
  margin: 0rem auto;
  /*border:3px solid $border;*/
  width: 150px !important;
}
/* line 261, templates/g5_helium/custom/scss/particles/_carousel.scss */
.g-carousel.owl-carousel {
  border-bottom: 1px solid #e6e6e6;
}
/* line 263, templates/g5_helium/custom/scss/particles/_carousel.scss */
.g-carousel.owl-carousel .owl-nav.disabled {
  display: inline-block !important;
  position: relative;
  width: 100%;
  max-width: 86px;
  text-align: left;
}
/* line 269, templates/g5_helium/custom/scss/particles/_carousel.scss */
.g-carousel.owl-carousel .owl-nav.disabled > div {
  height: unset !important;
  width: unset !important;
  margin-top: 1.5rem;
}
/* line 274, templates/g5_helium/custom/scss/particles/_carousel.scss */
.g-carousel.owl-carousel .owl-nav.disabled .owl-prev {
  left: 0rem !important;
  font-size: 0rem !important;
  line-height: 0rem !important;
  padding: 0rem !important;
  border-radius: 0rem !important;
  border: none !important;
  background: none !important;
}
@media only all and (min-width: 75rem) {
  .g-carousel.owl-carousel .owl-nav.disabled .owl-prev {
    left: 0rem !important;
  }
}
@media only all and (min-width: 60rem) and (max-width: 74.938rem) {
  .g-carousel.owl-carousel .owl-nav.disabled .owl-prev {
    left: 0rem !important;
  }
}
@media only all and (min-width: 48rem) and (max-width: 59.938rem) {
  .g-carousel.owl-carousel .owl-nav.disabled .owl-prev {
    left: 0rem !important;
  }
}
/* line 291, templates/g5_helium/custom/scss/particles/_carousel.scss */
.g-carousel.owl-carousel .owl-nav.disabled .owl-prev:before {
  content: "";
  color: #efac06 !important;
  font-size: 2rem !important;
  line-height: 2;
  background-image: url('../images/arrow-b-l.svg') !important;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  border-radius: 3px;
  background-color: #005a96 !important;
  display: inline-block;
  width: 42px;
  height: 42px;
  text-align: center;
}
/* line 306, templates/g5_helium/custom/scss/particles/_carousel.scss */
/* line 307, templates/g5_helium/custom/scss/particles/_carousel.scss */
.g-carousel.owl-carousel .owl-nav.disabled .owl-prev:hover:before {
  background-color: #efac06 !important;
}
/* line 312, templates/g5_helium/custom/scss/particles/_carousel.scss */
.g-carousel.owl-carousel .owl-nav.disabled .owl-next {
  right: 0rem !important;
  font-size: 0rem !important;
  line-height: 0rem !important;
  padding: 0rem !important;
  border-radius: 0rem !important;
  border: none !important;
  background: none !important;
}
@media only all and (min-width: 75rem) {
  .g-carousel.owl-carousel .owl-nav.disabled .owl-next {
    right: 0rem !important;
  }
}
@media only all and (min-width: 60rem) and (max-width: 74.938rem) {
  .g-carousel.owl-carousel .owl-nav.disabled .owl-next {
    right: 0rem !important;
  }
}
@media only all and (min-width: 48rem) and (max-width: 59.938rem) {
  .g-carousel.owl-carousel .owl-nav.disabled .owl-next {
    right: 0rem !important;
  }
}
/* line 329, templates/g5_helium/custom/scss/particles/_carousel.scss */
.g-carousel.owl-carousel .owl-nav.disabled .owl-next:before {
  content: "";
  color: #efac06 !important;
  font-size: 2rem !important;
  line-height: 2;
  background-image: url('../images/arrow-b-r.svg') !important;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  border-radius: 3px;
  background-color: #005a96 !important;
  display: inline-block;
  width: 42px;
  height: 42px;
  text-align: center;
}
/* line 344, templates/g5_helium/custom/scss/particles/_carousel.scss */
/* line 345, templates/g5_helium/custom/scss/particles/_carousel.scss */
.g-carousel.owl-carousel .owl-nav.disabled .owl-next:hover:before {
  background-color: #efac06 !important;
}
/* line 3, templates/g5_helium/custom/scss/puppet.scss */
/* line 4, templates/g5_helium/custom/scss/puppet.scss */
/* line 6, templates/g5_helium/custom/scss/puppet.scss */
html .moduletable.in-tran-abajo {
  -ms-transform: translate(0, 50%);
  /* IE 9 */
  -webkit-transform: translate(0, 50%);
  /* Chrome, Safari, Opera */
  transform: translate(0, 50%);
  -o-transition: translate(0, 50%);
  -moz-transition: translate(0, 50%);
  opacity: 0;
}
@media only all and (max-width: 47.938rem) {
  html .moduletable.in-tran-abajo {
    -ms-transform: translate(0, 0) !important;
    /* IE 9 */
    -webkit-transform: translate(0, 0) !important;
    /* Chrome, Safari, Opera */
    transform: translate(0, 0) !important;
    -o-transition: translate(0, 0) !important;
    -moz-transition: translate(0, 0) !important;
    opacity: 1 !important;
  }
}
/* line 23, templates/g5_helium/custom/scss/puppet.scss */
html .moduletable.in-tran-arriba {
  -ms-transform: translate(0, -50px);
  /* IE 9 */
  -webkit-transform: translate(0, -50px);
  /* Chrome, Safari, Opera */
  transform: translate(0, -50px);
  -o-transition: translate(0, -50px);
  -moz-transition: translate(0, -50px);
  opacity: 0;
}
@media only all and (max-width: 47.938rem) {
  html .moduletable.in-tran-arriba {
    -ms-transform: translate(0, 0) !important;
    /* IE 9 */
    -webkit-transform: translate(0, 0) !important;
    /* Chrome, Safari, Opera */
    transform: translate(0, 0) !important;
    -o-transition: translate(0, 0) !important;
    -moz-transition: translate(0, 0) !important;
    opacity: 1 !important;
  }
}
/* line 39, templates/g5_helium/custom/scss/puppet.scss */
html .moduletable.in-tran-izq {
  -ms-transform: translate(-50px, 0px);
  /* IE 9 */
  -webkit-transform: translate(-50px, 0px);
  /* Chrome, Safari, Opera */
  transform: translate(-50px, 0px);
  -o-transition: translate(-50px, 0px);
  -moz-transition: translate(-50px, 0px);
  opacity: 0;
}
@media only all and (max-width: 47.938rem) {
  html .moduletable.in-tran-izq {
    -ms-transform: translate(0, 0) !important;
    /* IE 9 */
    -webkit-transform: translate(0, 0) !important;
    /* Chrome, Safari, Opera */
    transform: translate(0, 0) !important;
    -o-transition: translate(0, 0) !important;
    -moz-transition: translate(0, 0) !important;
    opacity: 1 !important;
  }
}
/* line 55, templates/g5_helium/custom/scss/puppet.scss */
html .moduletable.in-tran-dr {
  -ms-transform: translate(50px, 0px);
  /* IE 9 */
  -webkit-transform: translate(50px, 0px);
  /* Chrome, Safari, Opera */
  transform: translate(50px, 0px);
  -o-transition: translate(50px, 0px);
  -moz-transition: translate(50px, 0px);
  opacity: 0;
}
@media only all and (max-width: 47.938rem) {
  html .moduletable.in-tran-dr {
    -ms-transform: translate(0, 0) !important;
    /* IE 9 */
    -webkit-transform: translate(0, 0) !important;
    /* Chrome, Safari, Opera */
    transform: translate(0, 0) !important;
    -o-transition: translate(0, 0) !important;
    -moz-transition: translate(0, 0) !important;
    opacity: 1 !important;
  }
}
/* line 73, templates/g5_helium/custom/scss/puppet.scss */
html .moduletable.in-scale {
  -ms-transform: scale(0);
  /* IE 9 */
  -webkit-transform: scale(0);
  /* Chrome, Safari, Opera */
  transform: scale(0);
  -o-transition: scale(0);
  -moz-transition: scale(0);
  opacity: 0;
}
@media only all and (max-width: 47.938rem) {
  html .moduletable.in-scale {
    -ms-transform: translate(0, 0) !important;
    /* IE 9 */
    -webkit-transform: translate(0, 0) !important;
    /* Chrome, Safari, Opera */
    transform: translate(0, 0) !important;
    -o-transition: translate(0, 0) !important;
    -moz-transition: translate(0, 0) !important;
    opacity: 1 !important;
  }
}
/* line 92, templates/g5_helium/custom/scss/puppet.scss */
/* line 94, templates/g5_helium/custom/scss/puppet.scss */
/* line 96, templates/g5_helium/custom/scss/puppet.scss */
html.loaded .moduletable.in-tran-dr, html.loaded .moduletable.in-tran-izq, html.loaded .moduletable.in-tran-arriba, html.loaded .moduletable.in-tran-abajo {
  -ms-transform: translate(0px, 0px);
  /* IE 9 */
  -webkit-transform: translate(0px, 0px);
  /* Chrome, Safari, Opera */
  transform: translate(0px, 0px);
  -o-transition: translate(0px, 0px);
  -moz-transition: translate(0px, 0px);
  opacity: 1;
}
/* line 105, templates/g5_helium/custom/scss/puppet.scss */
html.loaded .moduletable.in-scale {
  -ms-transform: scale(1);
  /* IE 9 */
  -webkit-transform: scale(1);
  /* Chrome, Safari, Opera */
  transform: scale(1);
  -o-transition: scale(1);
  -moz-transition: scale(1);
  opacity: 1;
}
/* line 119, templates/g5_helium/custom/scss/puppet.scss */
/* line 122, templates/g5_helium/custom/scss/puppet.scss */
.moduletable.sc-tran-abajo {
  -ms-transform: translate(0, 50px);
  /* IE 9 */
  -webkit-transform: translate(0, 50px);
  /* Chrome, Safari, Opera */
  transform: translate(0, 50px);
  -o-transition: translate(0, 50px);
  -moz-transition: translate(0, 50px);
  opacity: 0;
}
@media only all and (max-width: 47.938rem) {
  .moduletable.sc-tran-abajo {
    -ms-transform: translate(0, 0) !important;
    /* IE 9 */
    -webkit-transform: translate(0, 0) !important;
    /* Chrome, Safari, Opera */
    transform: translate(0, 0) !important;
    -o-transition: translate(0, 0) !important;
    -moz-transition: translate(0, 0) !important;
    opacity: 1 !important;
  }
}
/* line 138, templates/g5_helium/custom/scss/puppet.scss */
.moduletable.sc-tran-arriba {
  -ms-transform: translate(0, -50px);
  /* IE 9 */
  -webkit-transform: translate(0, -50px);
  /* Chrome, Safari, Opera */
  transform: translate(0, -50px);
  -o-transition: translate(0, -50px);
  -moz-transition: translate(0, -50px);
  opacity: 0;
}
@media only all and (max-width: 47.938rem) {
  .moduletable.sc-tran-arriba {
    -ms-transform: translate(0, 0) !important;
    /* IE 9 */
    -webkit-transform: translate(0, 0) !important;
    /* Chrome, Safari, Opera */
    transform: translate(0, 0) !important;
    -o-transition: translate(0, 0) !important;
    -moz-transition: translate(0, 0) !important;
    opacity: 1 !important;
  }
}
/* line 154, templates/g5_helium/custom/scss/puppet.scss */
.moduletable.sc-tran-izq {
  -ms-transform: translate(-50px, 0px);
  /* IE 9 */
  -webkit-transform: translate(-50px, 0px);
  /* Chrome, Safari, Opera */
  transform: translate(-50px, 0px);
  -o-transition: translate(-50px, 0px);
  -moz-transition: translate(-50px, 0px);
  opacity: 0;
}
@media only all and (max-width: 47.938rem) {
  .moduletable.sc-tran-izq {
    -ms-transform: translate(0, 0) !important;
    /* IE 9 */
    -webkit-transform: translate(0, 0) !important;
    /* Chrome, Safari, Opera */
    transform: translate(0, 0) !important;
    -o-transition: translate(0, 0) !important;
    -moz-transition: translate(0, 0) !important;
    opacity: 1 !important;
  }
}
/* line 170, templates/g5_helium/custom/scss/puppet.scss */
.moduletable.sc-tran-dr {
  -ms-transform: translate(50px, 0px);
  /* IE 9 */
  -webkit-transform: translate(50px, 0px);
  /* Chrome, Safari, Opera */
  transform: translate(50px, 0px);
  -o-transition: translate(50px, 0px);
  -moz-transition: translate(50px, 0px);
  opacity: 0;
}
@media only all and (max-width: 47.938rem) {
  .moduletable.sc-tran-dr {
    -ms-transform: translate(0, 0) !important;
    /* IE 9 */
    -webkit-transform: translate(0, 0) !important;
    /* Chrome, Safari, Opera */
    transform: translate(0, 0) !important;
    -o-transition: translate(0, 0) !important;
    -moz-transition: translate(0, 0) !important;
    opacity: 1 !important;
  }
}
/* line 188, templates/g5_helium/custom/scss/puppet.scss */
.moduletable.sc-scale {
  -ms-transform: scale(0);
  /* IE 9 */
  -webkit-transform: scale(0);
  /* Chrome, Safari, Opera */
  transform: scale(0);
  -o-transition: scale(0);
  -moz-transition: scale(0);
  opacity: 0;
}
@media only all and (max-width: 47.938rem) {
  .moduletable.sc-scale {
    -ms-transform: scale(1) !important;
    /* IE 9 */
    -webkit-transform: scale(1) !important;
    /* Chrome, Safari, Opera */
    transform: scale(1) !important;
    -o-transition: scale(1) !important;
    -moz-transition: scale(1) !important;
    opacity: 1 !important;
  }
}
/* line 207, templates/g5_helium/custom/scss/puppet.scss */
/* line 210, templates/g5_helium/custom/scss/puppet.scss */
.moduletable.loaded.sc-tran-dr, .moduletable.loaded.sc-tran-izq, .moduletable.loaded.sc-tran-arriba, .moduletable.loaded.sc-tran-abajo {
  -ms-transform: translate(0px, 0px);
  /* IE 9 */
  -webkit-transform: translate(0px, 0px);
  /* Chrome, Safari, Opera */
  transform: translate(0px, 0px);
  -o-transition: translate(0px, 0px);
  -moz-transition: translate(0px, 0px);
  opacity: 1;
}
/* line 219, templates/g5_helium/custom/scss/puppet.scss */
.moduletable.loaded.sc-scale {
  -ms-transform: scale(1);
  /* IE 9 */
  -webkit-transform: scale(1);
  /* Chrome, Safari, Opera */
  transform: scale(1);
  -o-transition: scale(1);
  -moz-transition: scale(1);
  opacity: 1;
}
/* line 235, templates/g5_helium/custom/scss/puppet.scss */
/* line 236, templates/g5_helium/custom/scss/puppet.scss */
.moduletable.animate .sc-int-tran-abajo {
  -ms-transform: translate(0, 50px);
  /* IE 9 */
  -webkit-transform: translate(0, 50px);
  /* Chrome, Safari, Opera */
  transform: translate(0, 50px);
  -o-transition: translate(0, 50px);
  -moz-transition: translate(0, 50px);
  opacity: 0;
}
@media only all and (max-width: 47.938rem) {
  .moduletable.animate .sc-int-tran-abajo {
    -ms-transform: translate(0, 0) !important;
    /* IE 9 */
    -webkit-transform: translate(0, 0) !important;
    /* Chrome, Safari, Opera */
    transform: translate(0, 0) !important;
    -o-transition: translate(0, 0) !important;
    -moz-transition: translate(0, 0) !important;
    opacity: 1 !important;
  }
}
/* line 252, templates/g5_helium/custom/scss/puppet.scss */
.moduletable.animate .sc-int-tran-arriba {
  -ms-transform: translate(0, -50px);
  /* IE 9 */
  -webkit-transform: translate(0, -50px);
  /* Chrome, Safari, Opera */
  transform: translate(0, -50px);
  -o-transition: translate(0, -50px);
  -moz-transition: translate(0, -50px);
  opacity: 0;
}
@media only all and (max-width: 47.938rem) {
  .moduletable.animate .sc-int-tran-arriba {
    -ms-transform: translate(0, 0) !important;
    /* IE 9 */
    -webkit-transform: translate(0, 0) !important;
    /* Chrome, Safari, Opera */
    transform: translate(0, 0) !important;
    -o-transition: translate(0, 0) !important;
    -moz-transition: translate(0, 0) !important;
    opacity: 1 !important;
  }
}
/* line 268, templates/g5_helium/custom/scss/puppet.scss */
.moduletable.animate .sc-int-tran-izq {
  -ms-transform: translate(-50px, 0px);
  /* IE 9 */
  -webkit-transform: translate(-50px, 0px);
  /* Chrome, Safari, Opera */
  transform: translate(-50px, 0px);
  -o-transition: translate(-50px, 0px);
  -moz-transition: translate(-50px, 0px);
  opacity: 0;
}
@media only all and (max-width: 47.938rem) {
  .moduletable.animate .sc-int-tran-izq {
    -ms-transform: translate(0, 0) !important;
    /* IE 9 */
    -webkit-transform: translate(0, 0) !important;
    /* Chrome, Safari, Opera */
    transform: translate(0, 0) !important;
    -o-transition: translate(0, 0) !important;
    -moz-transition: translate(0, 0) !important;
    opacity: 1 !important;
  }
}
/* line 284, templates/g5_helium/custom/scss/puppet.scss */
.moduletable.animate .sc-int-tran-dr {
  -ms-transform: translate(50px, 0px);
  /* IE 9 */
  -webkit-transform: translate(50px, 0px);
  /* Chrome, Safari, Opera */
  transform: translate(50px, 0px);
  -o-transition: translate(50px, 0px);
  -moz-transition: translate(50px, 0px);
  opacity: 0;
}
@media only all and (max-width: 47.938rem) {
  .moduletable.animate .sc-int-tran-dr {
    -ms-transform: translate(0, 0) !important;
    /* IE 9 */
    -webkit-transform: translate(0, 0) !important;
    /* Chrome, Safari, Opera */
    transform: translate(0, 0) !important;
    -o-transition: translate(0, 0) !important;
    -moz-transition: translate(0, 0) !important;
    opacity: 1 !important;
  }
}
/* line 300, templates/g5_helium/custom/scss/puppet.scss */
.moduletable.animate .sc-int-scale {
  -ms-transform: scale(0);
  -webkit-transform: scale(0);
  transform: scale(0);
  -o-transition: scale(0);
  -moz-transition: scale(0);
  opacity: 0;
}
@media only all and (max-width: 47.938rem) {
  .moduletable.animate .sc-int-scale {
    -ms-transform: scale(1) !important;
    /* IE 9 */
    -webkit-transform: scale(1) !important;
    /* Chrome, Safari, Opera */
    transform: scale(1) !important;
    -o-transition: scale(1) !important;
    -moz-transition: scale(1) !important;
    opacity: 1 !important;
  }
}
/* line 317, templates/g5_helium/custom/scss/puppet.scss */
/* line 318, templates/g5_helium/custom/scss/puppet.scss */
.moduletable.animate.loaded .sc-int-scale {
  -ms-transform: scale(1);
  /* IE 9 */
  -webkit-transform: scale(1);
  /* Chrome, Safari, Opera */
  transform: scale(1);
  -o-transition: scale(1);
  -moz-transition: scale(1);
  opacity: 1;
}
/* line 326, templates/g5_helium/custom/scss/puppet.scss */
.moduletable.animate.loaded .sc-int-tran-abajo, .moduletable.animate.loaded .sc-int-tran-arriba, .moduletable.animate.loaded .sc-int-tran-izq, .moduletable.animate.loaded .sc-int-tran-dr {
  -ms-transform: translate(0px, 0px);
  /* IE 9 */
  -webkit-transform: translate(0px, 0px);
  /* Chrome, Safari, Opera */
  transform: translate(0px, 0px);
  -o-transition: translate(0px, 0px);
  -moz-transition: translate(0px, 0px);
  opacity: 1;
}
/* line 341, templates/g5_helium/custom/scss/puppet.scss */
/* line 342, templates/g5_helium/custom/scss/puppet.scss */
html .in-int-tran-abajo {
  -ms-transform: translate(0, 50px);
  /* IE 9 */
  -webkit-transform: translate(0, 50px);
  /* Chrome, Safari, Opera */
  transform: translate(0, 50px);
  -o-transition: translate(0, 50px);
  -moz-transition: translate(0, 50px);
  opacity: 0;
}
@media only all and (max-width: 47.938rem) {
  html .in-int-tran-abajo {
    -ms-transform: translate(0, 0) !important;
    /* IE 9 */
    -webkit-transform: translate(0, 0) !important;
    /* Chrome, Safari, Opera */
    transform: translate(0, 0) !important;
    -o-transition: translate(0, 0) !important;
    -moz-transition: translate(0, 0) !important;
    opacity: 1 !important;
  }
}
/* line 358, templates/g5_helium/custom/scss/puppet.scss */
html .in-int-tran-arriba {
  -ms-transform: translate(0, -50px);
  /* IE 9 */
  -webkit-transform: translate(0, -50px);
  /* Chrome, Safari, Opera */
  transform: translate(0, -50px);
  -o-transition: translate(0, -50px);
  -moz-transition: translate(0, -50px);
  opacity: 0;
}
@media only all and (max-width: 47.938rem) {
  html .in-int-tran-arriba {
    -ms-transform: translate(0, 0) !important;
    /* IE 9 */
    -webkit-transform: translate(0, 0) !important;
    /* Chrome, Safari, Opera */
    transform: translate(0, 0) !important;
    -o-transition: translate(0, 0) !important;
    -moz-transition: translate(0, 0) !important;
    opacity: 1 !important;
  }
}
/* line 376, templates/g5_helium/custom/scss/puppet.scss */
html .in-int-tran-izq {
  -ms-transform: translate(-50px, 0px);
  /* IE 9 */
  -webkit-transform: translate(-50px, 0px);
  /* Chrome, Safari, Opera */
  transform: translate(-50px, 0px);
  -o-transition: translate(-50px, 0px);
  -moz-transition: translate(-50px, 0px);
  opacity: 0;
}
@media only all and (max-width: 47.938rem) {
  html .in-int-tran-izq {
    -ms-transform: translate(0, 0) !important;
    /* IE 9 */
    -webkit-transform: translate(0, 0) !important;
    /* Chrome, Safari, Opera */
    transform: translate(0, 0) !important;
    -o-transition: translate(0, 0) !important;
    -moz-transition: translate(0, 0) !important;
    opacity: 1 !important;
  }
}
/* line 394, templates/g5_helium/custom/scss/puppet.scss */
html .in-int-tran-dr {
  -ms-transform: translate(50px, 0px);
  /* IE 9 */
  -webkit-transform: translate(50px, 0px);
  /* Chrome, Safari, Opera */
  transform: translate(50px, 0px);
  -o-transition: translate(50px, 0px);
  -moz-transition: translate(50px, 0px);
  opacity: 0;
}
@media only all and (max-width: 47.938rem) {
  html .in-int-tran-dr {
    -ms-transform: translate(0, 0) !important;
    /* IE 9 */
    -webkit-transform: translate(0, 0) !important;
    /* Chrome, Safari, Opera */
    transform: translate(0, 0) !important;
    -o-transition: translate(0, 0) !important;
    -moz-transition: translate(0, 0) !important;
    opacity: 1 !important;
  }
}
/* line 414, templates/g5_helium/custom/scss/puppet.scss */
html .in-int-scale {
  -ms-transform: scale(0);
  /* IE 9 */
  -webkit-transform: scale(0);
  /* Chrome, Safari, Opera */
  transform: scale(0);
  -o-transition: scale(0);
  -moz-transition: scale(0);
  opacity: 0;
}
@media only all and (max-width: 47.938rem) {
  html .in-int-scale {
    opacity: 1 !important;
    -ms-transform: scale(1) !important;
    /* IE 9 */
    -webkit-transform: scale(1) !important;
    /* Chrome, Safari, Opera */
    transform: scale(1) !important;
    -o-transition: scale(1) !important;
    -moz-transition: scale(1) !important;
  }
}
/* line 431, templates/g5_helium/custom/scss/puppet.scss */
/* line 432, templates/g5_helium/custom/scss/puppet.scss */
html.loaded .in-int-tran-abajo, html.loaded .in-int-tran-arriba, html.loaded .in-int-tran-izq, html.loaded .in-int-tran-dr {
  -ms-transform: translate(0px, 0px);
  /* IE 9 */
  -webkit-transform: translate(0px, 0px);
  /* Chrome, Safari, Opera */
  transform: translate(0px, 0px);
  -o-transition: translate(0px, 0px);
  -moz-transition: translate(0px, 0px);
  opacity: 1;
}
/* line 440, templates/g5_helium/custom/scss/puppet.scss */
html.loaded .in-int-scale {
  -ms-transform: scale(1);
  /* IE 9 */
  -webkit-transform: scale(1);
  /* Chrome, Safari, Opera */
  transform: scale(1);
  -o-transition: scale(1);
  -moz-transition: scale(1);
  opacity: 1;
}
/* line 617, templates/g5_helium/custom/scss/puppet.scss */
.o-tran-centro {
  transform-origin: 50% 50%;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
}
/* line 624, templates/g5_helium/custom/scss/puppet.scss */
.o-tran-iz {
  transform-origin: 0% 50%;
  -webkit-transform-origin: 0% 50%;
  -ms-transform-origin: 0% 50%;
  -o-transform-origin: 0% 50%;
  -moz-transform-origin: 0% 50%;
}
/* line 632, templates/g5_helium/custom/scss/puppet.scss */
.o-tran-dr {
  transform-origin: 100% 50%;
  -webkit-transform-origin: 100% 50%;
  -ms-transform-origin: 100% 50%;
  -o-transform-origin: 100% 50%;
  -moz-transform-origin: 100% 50%;
}
/* line 639, templates/g5_helium/custom/scss/puppet.scss */
.o-tran-arriba {
  transform-origin: 50% 0%;
  -webkit-transform-origin: 50% 0%;
  -ms-transform-origin: 50% 0%;
  -o-transform-origin: 50% 0%;
  -moz-transform-origin: 50% 0%;
}
/* line 646, templates/g5_helium/custom/scss/puppet.scss */
.o-tran-arriba-iz {
  transform-origin: 0% 0%;
  -webkit-transform-origin: 0% 0%;
  -ms-transform-origin: 0% 0%;
  -o-transform-origin: 0% 0%;
  -moz-transform-origin: 0% 0%;
}
/* line 713, templates/g5_helium/custom/scss/puppet.scss */
.t-2-04 {
  transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0.4s;
  -webkit-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0.4s;
  -o-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0.4s;
  -moz-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0.4s;
  -ms-transition: transform all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0.4s;
}
/* line 716, templates/g5_helium/custom/scss/puppet.scss */
.t-3-04 {
  transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0.8s;
  -webkit-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0.8s;
  -o-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0.8s;
  -moz-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0.8s;
  -ms-transition: transform all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0.8s;
}
/* line 719, templates/g5_helium/custom/scss/puppet.scss */
.t-4-04 {
  transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 1.2s;
  -webkit-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 1.2s;
  -o-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 1.2s;
  -moz-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 1.2s;
  -ms-transition: transform all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 1.2s;
}
/* line 722, templates/g5_helium/custom/scss/puppet.scss */
.t-5-04 {
  transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 1.6s;
  -webkit-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 1.6s;
  -o-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 1.6s;
  -moz-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 1.6s;
  -ms-transition: transform all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 1.6s;
}
/* line 725, templates/g5_helium/custom/scss/puppet.scss */
.t-6-04 {
  transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 2s;
  -webkit-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 2s;
  -o-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 2s;
  -moz-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 2s;
  -ms-transition: transform all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 2s;
}
/* line 733, templates/g5_helium/custom/scss/puppet.scss */
.t-uno-delta-03 {
  transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
  -webkit-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
  -o-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
  -moz-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
  -ms-transition: transform all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
}
/* line 740, templates/g5_helium/custom/scss/puppet.scss */
.t-dos-delta-03 {
  transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0.3s;
  -webkit-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0.3s;
  -o-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0.3s;
  -moz-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0.3s;
  -ms-transition: transform all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0.3s;
}
/* line 747, templates/g5_helium/custom/scss/puppet.scss */
.t-tres-delta-03 {
  transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0.6s;
  -webkit-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0.6s;
  -o-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0.6s;
  -moz-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0.6s;
  -ms-transition: transform all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0.6s;
}
/* line 754, templates/g5_helium/custom/scss/puppet.scss */
.t-cuatro-delta-03 {
  transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0.9s;
  -webkit-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0.9s;
  -o-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0.9s;
  -moz-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0.9s;
  -ms-transition: transform all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0.9s;
}
/* line 761, templates/g5_helium/custom/scss/puppet.scss */
.t-cinco-delta-03 {
  transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 1.2s;
  -webkit-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 1.2s;
  -o-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 1.2s;
  -moz-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 1.2s;
  -ms-transition: transform all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 1.2s;
}
/* line 768, templates/g5_helium/custom/scss/puppet.scss */
.t-seis-delta-03 {
  transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 1.5s;
  -webkit-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 1.5s;
  -o-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 1.5s;
  -moz-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 1.5s;
  -ms-transition: transform all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 1.5s;
}
@-webkit-keyframes bombita {
  /* line 156, templates/g5_helium/custom/scss/_var-gen.scss */
  0% {
    -webkit-transform: translate(0, -10px);
  }
  /* line 157, templates/g5_helium/custom/scss/_var-gen.scss */
  50% {
    -webkit-transform: translate(0, 0px);
  }
  /* line 158, templates/g5_helium/custom/scss/_var-gen.scss */
  100% {
    -webkit-transform: translate(0, -10px);
  }
}
@-moz-keyframes bombita {
  /* line 161, templates/g5_helium/custom/scss/_var-gen.scss */
  0% {
    -moz-transition: translate(0, -10px);
  }
  /* line 162, templates/g5_helium/custom/scss/_var-gen.scss */
  50% {
    -moz-transition: translate(0, 0px);
  }
  /* line 163, templates/g5_helium/custom/scss/_var-gen.scss */
  100% {
    -moz-transition: translate(0, -10px);
  }
}
@-o-keyframes bombita {
  /* line 166, templates/g5_helium/custom/scss/_var-gen.scss */
  0% {
    -o-transition: translate(0, -10px);
  }
  /* line 167, templates/g5_helium/custom/scss/_var-gen.scss */
  50% {
    -o-transition: translate(0, 0px);
  }
  /* line 168, templates/g5_helium/custom/scss/_var-gen.scss */
  100% {
    -o-transition: translate(0, -10px);
  }
}
@keyframes bombita {
  /* line 171, templates/g5_helium/custom/scss/_var-gen.scss */
  0% {
    transform: translate(0, -10px);
  }
  /* line 172, templates/g5_helium/custom/scss/_var-gen.scss */
  50% {
    transform: translate(0, 0px);
  }
  /* line 173, templates/g5_helium/custom/scss/_var-gen.scss */
  100% {
    transform: translate(0, -10px);
  }
}
/* line 176, templates/g5_helium/custom/scss/_var-gen.scss */
.inner-tran-abajo {
  -ms-transform: translate(0, 50px);
  /* IE 9 */
  -webkit-transform: translate(0, 50px);
  /* Chrome, Safari, Opera */
  transform: translate(0, 50px);
  -o-transition: translate(0, 50px);
  -moz-transition: translate(0, 50px);
  opacity: 0;
}
@media only all and (max-width: 47.938rem) {
  .inner-tran-abajo {
    -ms-transform: translate(0, 0px) !important;
    /* IE 9 */
    -webkit-transform: translate(0, 0px) !important;
    /* Chrome, Safari, Opera */
    transform: translate(0, 0px) !important;
    -o-transition: translate(0, 0px) !important;
    -moz-transition: translate(0, 0px) !important;
    opacity: 1;
  }
}
/* line 179, templates/g5_helium/custom/scss/_var-gen.scss */
.inner-tran-arriba {
  -ms-transform: translate(0, -50px);
  /* IE 9 */
  -webkit-transform: translate(0, -50px);
  /* Chrome, Safari, Opera */
  transform: translate(0, -50px);
  -o-transition: translate(0, -50px);
  -moz-transition: translate(0, -50px);
  opacity: 0;
}
@media only all and (max-width: 47.938rem) {
  .inner-tran-arriba {
    -ms-transform: translate(0, 0px) !important;
    /* IE 9 */
    -webkit-transform: translate(0, 0px) !important;
    /* Chrome, Safari, Opera */
    transform: translate(0, 0px) !important;
    -o-transition: translate(0, 0px) !important;
    -moz-transition: translate(0, 0px);
    opacity: 1;
  }
}
/* line 182, templates/g5_helium/custom/scss/_var-gen.scss */
.inner-tran-izq {
  -ms-transform: translate(-50px, 0px);
  /* IE 9 */
  -webkit-transform: translate(-50px, 0px);
  /* Chrome, Safari, Opera */
  transform: translate(-50px, 0px);
  -o-transition: translate(-50px, 0px);
  -moz-transition: translate(-50px, 0px);
  opacity: 0;
}
@media only all and (max-width: 47.938rem) {
  .inner-tran-izq {
    -ms-transform: translate(0, 0px) !important;
    /* IE 9 */
    -webkit-transform: translate(0, 0px) !important;
    /* Chrome, Safari, Opera */
    transform: translate(0, 0px) !important;
    -o-transition: translate(0, 0px) !important;
    -moz-transition: translate(0, 0px) !important;
    opacity: 1;
  }
}
/* line 185, templates/g5_helium/custom/scss/_var-gen.scss */
.inner-tran-dr {
  -ms-transform: translate(50px, 0px);
  /* IE 9 */
  -webkit-transform: translate(50px, 0px);
  /* Chrome, Safari, Opera */
  transform: translate(50px, 0px);
  -o-transition: translate(50px, 0px);
  -moz-transition: translate(50px, 0px);
  opacity: 0;
}
@media only all and (max-width: 47.938rem) {
  .inner-tran-dr {
    -ms-transform: translate(0, 0px) !important;
    /* IE 9 */
    -webkit-transform: translate(0, 0px) !important;
    /* Chrome, Safari, Opera */
    transform: translate(0, 0px) !important;
    -o-transition: translate(0, 0px) !important;
    -moz-transition: translate(0, 0px) !important;
    opacity: 1;
  }
}
/* line 188, templates/g5_helium/custom/scss/_var-gen.scss */
.inner-scale-cen {
  -ms-transform: scale(0);
  /* IE 9 */
  -webkit-transform: scale(0);
  /* Chrome, Safari, Opera */
  transform: scale(0);
  -o-transition: scale(0);
  -moz-transition: scale(0);
  opacity: 0;
}
@media only all and (max-width: 47.938rem) {
  .inner-scale-cen {
    -ms-transform: scale(1) !important;
    /* IE 9 */
    -webkit-transform: scale(1) !important;
    /* Chrome, Safari, Opera */
    transform: scale(1) !important;
    -o-transition: scale(1) !important;
    -moz-transition: scale(1) !important;
    opacity: 1;
  }
}
/* line 191, templates/g5_helium/custom/scss/_var-gen.scss */
.inner-scale-dr {
  -ms-transform: scale(0, 1);
  /* IE 9 */
  -webkit-transform: scale(0, 1);
  /* Chrome, Safari, Opera */
  transform: scale(0, 1);
  -o-transition: scale(0, 1);
  -moz-transition: scale(0, 1);
  opacity: 0;
}
@media only all and (max-width: 47.938rem) {
  .inner-scale-dr {
    -ms-transform: scale(1) !important;
    /* IE 9 */
    -webkit-transform: scale(1) !important;
    /* Chrome, Safari, Opera */
    transform: scale(1) !important;
    -o-transition: scale(1) !important;
    -moz-transition: scale(1) !important;
    opacity: 1;
  }
}
/* line 194, templates/g5_helium/custom/scss/_var-gen.scss */
.inner-scale-dr-arriba {
  -ms-transform: scale(0, 0);
  /* IE 9 */
  -webkit-transform: scale(0, 0);
  /* Chrome, Safari, Opera */
  transform: scale(0, 0);
  -o-transition: scale(0, 0);
  -moz-transition: scale(0, 0);
  opacity: 0;
}
@media only all and (max-width: 47.938rem) {
  .inner-scale-dr-arriba {
    -ms-transform: scale(1) !important;
    /* IE 9 */
    -webkit-transform: scale(1) !important;
    /* Chrome, Safari, Opera */
    transform: scale(1) !important;
    -o-transition: scale(1) !important;
    -moz-transition: scale(1) !important;
    opacity: 1;
  }
}
/* line 197, templates/g5_helium/custom/scss/_var-gen.scss */
.inner-scale-fin {
  -ms-transform: scale(1) !important;
  /* IE 9 */
  -webkit-transform: scale(1) !important;
  /* Chrome, Safari, Opera */
  transform: scale(1) !important;
  -o-transition: scale(1) !important;
  -moz-transition: scale(1) !important;
  opacity: 1 !important;
}
/* line 201, templates/g5_helium/custom/scss/_var-gen.scss */
.inner-tran-fin {
  opacity: 1;
  -ms-transform: translate(0, 0px);
  /* IE 9 */
  -webkit-transform: translate(0, 0px);
  /* Chrome, Safari, Opera */
  transform: translate(0, 0px);
  -o-transition: translate(0, 0px);
  -moz-transition: translate(0, 0px);
}
/* line 206, templates/g5_helium/custom/scss/_var-gen.scss */
.t-i-1-06 {
  transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
  -webkit-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
  -o-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
  -moz-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
  -ms-transition: transform all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
}
/* line 209, templates/g5_helium/custom/scss/_var-gen.scss */
.t-i-2-06 {
  transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0.3s;
  -webkit-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0.3s;
  -o-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0.3s;
  -moz-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0.3s;
  -ms-transition: transform all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0.3s;
}
/* line 212, templates/g5_helium/custom/scss/_var-gen.scss */
.t-i-3-06 {
  transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0.6s;
  -webkit-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0.6s;
  -o-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0.6s;
  -moz-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0.6s;
  -ms-transition: transform all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0.6s;
}
/* line 215, templates/g5_helium/custom/scss/_var-gen.scss */
.t-i-4-06 {
  transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0.9s;
  -webkit-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0.9s;
  -o-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0.9s;
  -moz-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0.9s;
  -ms-transition: transform all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0.9s;
}
/* line 218, templates/g5_helium/custom/scss/_var-gen.scss */
.t-i-5-06 {
  transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 1.2s;
  -webkit-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 1.2s;
  -o-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 1.2s;
  -moz-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 1.2s;
  -ms-transition: transform all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 1.3s;
}
/* line 221, templates/g5_helium/custom/scss/_var-gen.scss */
.t-i-6-06 {
  transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 1.5s;
  -webkit-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 1.5s;
  -o-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 1.5s;
  -moz-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 1.5s;
  -ms-transition: transform all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 1.5s;
}
/*
 *  Owl Carousel - Animate Plugin
 */
/* line 9, templates/g5_helium/custom/scss/particles/_owlcarousel.scss */
.g-owlcarousel-layout-standard {
  border-radius: 0rem;
  overflow: hidden;
}
/* line 15, templates/g5_helium/custom/scss/particles/_owlcarousel.scss */
.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
/* line 22, templates/g5_helium/custom/scss/particles/_owlcarousel.scss */
.owl-carousel .owl-animated-in {
  z-index: 0;
}
/* line 26, templates/g5_helium/custom/scss/particles/_owlcarousel.scss */
.owl-carousel .owl-animated-out {
  z-index: 1;
}
/* line 30, templates/g5_helium/custom/scss/particles/_owlcarousel.scss */
.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}
@-webkit-keyframes fadeOut {
  /* line 36, templates/g5_helium/custom/scss/particles/_owlcarousel.scss */
  0% {
    opacity: 1;
  }
  /* line 40, templates/g5_helium/custom/scss/particles/_owlcarousel.scss */
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  /* line 46, templates/g5_helium/custom/scss/particles/_owlcarousel.scss */
  0% {
    opacity: 1;
  }
  /* line 50, templates/g5_helium/custom/scss/particles/_owlcarousel.scss */
  100% {
    opacity: 0;
  }
}
/*
 *  Owl Carousel - Auto Height Plugin
 */
/* line 58, templates/g5_helium/custom/scss/particles/_owlcarousel.scss */
.owl-height {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}
/*
 *  Core Owl Carousel CSS File
 */
/* line 69, templates/g5_helium/custom/scss/particles/_owlcarousel.scss */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  position: relative;
  z-index: 1;
}
/* line 77, templates/g5_helium/custom/scss/particles/_owlcarousel.scss */
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
}
/* line 82, templates/g5_helium/custom/scss/particles/_owlcarousel.scss */
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
/* line 91, templates/g5_helium/custom/scss/particles/_owlcarousel.scss */
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0px, 0px, 0px);
}
/* line 97, templates/g5_helium/custom/scss/particles/_owlcarousel.scss */
.owl-carousel .owl-controls .owl-nav .owl-prev, .owl-carousel .owl-controls .owl-nav .owl-next, .owl-carousel .owl-controls .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
/* line 109, templates/g5_helium/custom/scss/particles/_owlcarousel.scss */
.owl-carousel.owl-loaded {
  display: block;
}
/* line 113, templates/g5_helium/custom/scss/particles/_owlcarousel.scss */
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
/* line 118, templates/g5_helium/custom/scss/particles/_owlcarousel.scss */
.owl-carousel.owl-hidden {
  opacity: 0;
}
/* line 122, templates/g5_helium/custom/scss/particles/_owlcarousel.scss */
.owl-carousel .owl-refresh .owl-item {
  display: none;
}
/* line 126, templates/g5_helium/custom/scss/particles/_owlcarousel.scss */
.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  width: 100%;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  transform: translate3d(0, 0, 0) !important;
}
/* line 141, templates/g5_helium/custom/scss/particles/_owlcarousel.scss */
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
  -webkit-transform-style: preserve-3d;
}
/* line 147, templates/g5_helium/custom/scss/particles/_owlcarousel.scss */
.owl-carousel.owl-text-select-on .owl-item {
  -webkit-user-select: auto;
  -moz-user-select: auto;
  -ms-user-select: auto;
  user-select: auto;
}
/* line 154, templates/g5_helium/custom/scss/particles/_owlcarousel.scss */
.owl-carousel .owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}
/* line 162, templates/g5_helium/custom/scss/particles/_owlcarousel.scss */
.owl-carousel.owl-rtl {
  direction: rtl;
}
/* line 166, templates/g5_helium/custom/scss/particles/_owlcarousel.scss */
.owl-carousel.owl-rtl .owl-item {
  float: right;
}
/* No Js */
/* line 171, templates/g5_helium/custom/scss/particles/_owlcarousel.scss */
.no-js .owl-carousel {
  display: block;
}
/*
 *  Owl Carousel - Lazy Load Plugin
 */
/* line 178, templates/g5_helium/custom/scss/particles/_owlcarousel.scss */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
/* line 187, templates/g5_helium/custom/scss/particles/_owlcarousel.scss */
.owl-carousel .owl-item img {
  transform-style: preserve-3d;
}
/*
 *  Owl Carousel - Video Plugin
 */
/* line 194, templates/g5_helium/custom/scss/particles/_owlcarousel.scss */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}
/* line 200, templates/g5_helium/custom/scss/particles/_owlcarousel.scss */
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url('../../../../owl.video.play.png') no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: scale 100ms ease;
  -moz-transition: scale 100ms ease;
  -ms-transition: scale 100ms ease;
  -o-transition: scale 100ms ease;
  transition: scale 100ms ease;
}
/* line 219, templates/g5_helium/custom/scss/particles/_owlcarousel.scss */
.owl-carousel .owl-video-play-icon:hover {
  -webkit-transition: scale(1.3, 1.3);
  -moz-transition: scale(1.3, 1.3);
  -ms-transition: scale(1.3, 1.3);
  -o-transition: scale(1.3, 1.3);
  transition: scale(1.3, 1.3);
}
/* line 227, templates/g5_helium/custom/scss/particles/_owlcarousel.scss */
.owl-carousel .owl-video-playing .owl-video-tn, .owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}
/* line 232, templates/g5_helium/custom/scss/particles/_owlcarousel.scss */
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
/* line 248, templates/g5_helium/custom/scss/particles/_owlcarousel.scss */
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
}
/*
 *  Owl Carousel - Nav & Dots
 */
/* line 256, templates/g5_helium/custom/scss/particles/_owlcarousel.scss */
.owl-nav {
  opacity: 1;
  -webkit-transition: opacity 0.25s;
  -moz-transition: opacity 0.25s;
  transition: opacity 0.25s;
}
@media only all and (max-width: 30rem) {
  .owl-nav {
    padding-bottom: 0.938rem;
  }
}
/* line 262, templates/g5_helium/custom/scss/particles/_owlcarousel.scss */
.owl-nav > div {
  padding: 0.2rem 0 !important;
}
/* line 265, templates/g5_helium/custom/scss/particles/_owlcarousel.scss */
.owl-nav div {
  position: absolute;
  bottom: 30px !important;
  right: 0;
  top: auto !important;
  width: 35px;
  height: 35px;
  display: inline-block;
  opacity: 1;
  color: #efac06 !important;
  border: 1px solid #f2f2f2;
  border-radius: 3px !important;
  background: rgba(255, 255, 255, 0.2) !important;
  line-height: 21px !important;
  font-size: 1.7rem;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  transition: all 0.25s;
}
/* line 281, templates/g5_helium/custom/scss/particles/_owlcarousel.scss */
.owl-nav div i {
  line-height: 0.9;
  color: #fff !important;
}
/* line 285, templates/g5_helium/custom/scss/particles/_owlcarousel.scss */
.owl-nav div:hover {
  color: #fff !important;
  background: #efac06 !important;
}
@media only all and (max-width: 30rem) {
  .owl-nav div {
    position: relative;
  }
}
/* line 292, templates/g5_helium/custom/scss/particles/_owlcarousel.scss */
.owl-nav div.owl-prev {
  margin-right: 1rem;
  left: 1rem !important;
}
/* line 297, templates/g5_helium/custom/scss/particles/_owlcarousel.scss */
.owl-nav div.owl-next {
  margin-left: 1rem;
  right: auto !important;
  left: 3rem !important;
}
/* line 302, templates/g5_helium/custom/scss/particles/_owlcarousel.scss */
.dir-rtl .owl-nav div {
  left: 0;
  right: auto;
}
/* line 310, templates/g5_helium/custom/scss/particles/_owlcarousel.scss */
@media only all and (max-width: 30rem) {
  .owl-controls {
    text-align: center;
  }
}
/* line 316, templates/g5_helium/custom/scss/particles/_owlcarousel.scss */
.owl-dots {
  bottom: 1.5rem !important;
  text-align: left !important;
  margin-left: 0rem;
  padding-left: 0rem;
  left: 50%;
  width: auto;
  -ms-transform: translate(-50%, 0);
  /* IE 9 */
  -webkit-transform: translate(-50%, 0);
  /* Chrome, Safari, Opera */
  transform: translate(-50%, 0);
  -o-transition: translate(-50%, 0);
  -moz-transition: translate(-50%, 0);
}
@media only all and (max-width: 47.938rem) {
  .owl-dots {
    display: none;
  }
}
/* line 331, templates/g5_helium/custom/scss/particles/_owlcarousel.scss */
.owl-dots .owl-dot {
  display: inline-block;
  opacity: 0.3;
  width: 15px;
  height: 15px;
  border-radius: 100%;
  margin: 0 0.3rem;
  background: #efac06;
  border: 2px solid #efac06;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
/* line 341, templates/g5_helium/custom/scss/particles/_owlcarousel.scss */
.owl-dots .owl-dot.active, .owl-dots .owl-dot:hover {
  border: 2px solid #efac06;
  opacity: 1;
  background: #efac06;
}
/* line 349, templates/g5_helium/custom/scss/particles/_owlcarousel.scss */
.owlcarousel-offset {
  margin-right: -45px !important;
  margin-bottom: -45px !important;
  margin-left: -45px !important;
  position: relative;
  z-index: 2;
}
@media only all and (max-width: 47.938rem) {
  .owlcarousel-offset {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
}
/* line 359, templates/g5_helium/custom/scss/particles/_owlcarousel.scss */
.owlcarousel-offset.size-100 {
  flex-basis: auto;
  width: auto;
}
/* line 366, templates/g5_helium/custom/scss/particles/_owlcarousel.scss */
/* line 367, templates/g5_helium/custom/scss/particles/_owlcarousel.scss */
/* line 368, templates/g5_helium/custom/scss/particles/_owlcarousel.scss */
/* line 369, templates/g5_helium/custom/scss/particles/_owlcarousel.scss */
.g-owlcarousel-layout-standard .owl-item .image:before {
  position: absolute;
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  z-index: 1;
  top: 0;
  /*@include linear-gradient(left, $accent-color-1 2%, rgba(0, 0, 0, 0));*/
  background: rgba(0, 0, 0, 0.5);
  transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
  -webkit-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
  -o-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
  -moz-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
  -ms-transition: transform all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
}
/* line 386, templates/g5_helium/custom/scss/particles/_owlcarousel.scss */
/* line 387, templates/g5_helium/custom/scss/particles/_owlcarousel.scss */
/* line 388, templates/g5_helium/custom/scss/particles/_owlcarousel.scss */
.g-owlcarousel-layout-standard .owl-item:hover .image:before {
  background: rgba(0, 0, 0, 0.8);
}
/* line 394, templates/g5_helium/custom/scss/particles/_owlcarousel.scss */
.g-owlcarousel-layout-standard .owl-dots {
  position: absolute;
  bottom: 0;
  margin: 1.563rem;
}
/* line 399, templates/g5_helium/custom/scss/particles/_owlcarousel.scss */
.g-owlcarousel-layout-standard .owl-nav {
  position: absolute;
  top: 0;
  left: 0;
  margin: 1.563rem;
}
/* line 405, templates/g5_helium/custom/scss/particles/_owlcarousel.scss */
.g-owlcarousel-layout-standard .owl-nav div {
  position: relative;
  border-radius: 100%;
}
/* line 408, templates/g5_helium/custom/scss/particles/_owlcarousel.scss */
.g-owlcarousel-layout-standard .owl-nav div.owl-prev {
  margin-right: 0.625rem;
}
/* line 416, templates/g5_helium/custom/scss/particles/_owlcarousel.scss */
.g-owlcarousel {
  position: relative;
}
/* line 418, templates/g5_helium/custom/scss/particles/_owlcarousel.scss */
.g-owlcarousel:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 5px;
  background: #efac06;
  z-index: 9;
}
/* line 428, templates/g5_helium/custom/scss/particles/_owlcarousel.scss */
/* line 429, templates/g5_helium/custom/scss/particles/_owlcarousel.scss */
.g-owlcarousel:hover .owl-nav {
  opacity: 1;
}
/* line 435, templates/g5_helium/custom/scss/particles/_owlcarousel.scss */
.g-owlcarousel-item-wrapper {
  position: relative;
}
/* line 439, templates/g5_helium/custom/scss/particles/_owlcarousel.scss */
.g-owlcarousel-item-img {
  position: relative;
}
/* line 441, templates/g5_helium/custom/scss/particles/_owlcarousel.scss */
.g-owlcarousel-item-img:after {
  display: none !important;
  position: absolute;
  content: "";
  height: 100%;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.4) !important;
}
/* line 453, templates/g5_helium/custom/scss/particles/_owlcarousel.scss */
.g-owlcarousel-item-content-container {
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100% !important;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
@media only all and (min-width: 75rem) {
  .g-owlcarousel-item-content-container {
    width: 75rem;
  }
}
@media only all and (min-width: 60rem) and (max-width: 74.938rem) {
  .g-owlcarousel-item-content-container {
    width: 60rem;
  }
}
@media only all and (min-width: 48rem) and (max-width: 59.938rem) {
  .g-owlcarousel-item-content-container {
    width: 48rem;
  }
}
@media only all and (min-width: 30.062rem) and (max-width: 47.938rem) {
  .g-owlcarousel-item-content-container {
    width: 30rem;
    position: relative;
  }
}
@media only all and (max-width: 30rem) {
  .g-owlcarousel-item-content-container {
    width: 100%;
    position: relative;
  }
}
/* line 482, templates/g5_helium/custom/scss/particles/_owlcarousel.scss */
.g-owlcarousel-item-content-wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -moz-box-align: start;
  box-align: start;
  -webkit-align-items: start;
  -moz-align-items: start;
  -ms-align-items: start;
  -o-align-items: start;
  align-items: start;
  -ms-flex-align: start;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  box-pack: start;
  -webkit-justify-content: start;
  -moz-justify-content: start;
  -ms-justify-content: start;
  -o-justify-content: start;
  justify-content: start;
  -ms-flex-pack: start;
  height: 100%;
}
/* line 489, templates/g5_helium/custom/scss/particles/_owlcarousel.scss */
.g-owlcarousel-item-content {
  position: absolute;
  bottom: 0rem;
  padding: 0rem;
  width: 45%;
  height: 100%;
  margin: 0rem !important;
  text-align: left !important;
  background: rgba(0, 0, 0, 0.6);
}
@media only all and (min-width: 30.062rem) and (max-width: 47.938rem) {
  .g-owlcarousel-item-content {
    position: relative;
  }
}
@media only all and (max-width: 30rem) {
  .g-owlcarousel-item-content {
    position: relative;
  }
}
/* line 504, templates/g5_helium/custom/scss/particles/_owlcarousel.scss */
.g-owlcarousel-item-content .g-owlcarousel-item-content-aux {
  margin: 0.625rem;
  padding: 1.5rem 1rem;
}
/* line 510, templates/g5_helium/custom/scss/particles/_owlcarousel.scss */
.g-owlcarousel-fullwidth .g-owlcarousel-item-content {
  width: 100%;
}
/* line 513, templates/g5_helium/custom/scss/particles/_owlcarousel.scss */
.g-owlcarousel-compact .g-owlcarousel-item-content {
  width: 50%;
}
/* line 515, templates/g5_helium/custom/scss/particles/_owlcarousel.scss */
.center-block .g-owlcarousel-compact .g-owlcarousel-item-content {
  margin: auto;
}
@media only all and (min-width: 60rem) and (max-width: 74.938rem) {
  .g-owlcarousel-compact .g-owlcarousel-item-content {
    width: 65%;
  }
}
@media only all and (min-width: 48rem) and (max-width: 59.938rem) {
  .g-owlcarousel-compact .g-owlcarousel-item-content {
    width: 75%;
  }
}
@media only all and (max-width: 47.938rem) {
  .g-owlcarousel-compact .g-owlcarousel-item-content {
    width: 100%;
  }
}
/* line 530, templates/g5_helium/custom/scss/particles/_owlcarousel.scss */
.g-owlcarousel-item-title {
  font-size: 1.56rem;
  line-height: 2.06rem !important;
  font-family: 'Conv_librefranklin-semibold' !important;
  border: none;
  padding-bottom: 0px;
  z-index: 2;
  margin: 0rem 0rem 1rem 0rem;
  display: block;
}
@media only all and (max-width: 47.938rem) {
  .g-owlcarousel-item-title {
    font-size: 1.2rem;
    line-height: 1.7rem !important;
  }
}
/* line 537, templates/g5_helium/custom/scss/particles/_owlcarousel.scss */
.owl-tx-container {
  position: absolute;
  top: 0%;
  z-index: 1;
  margin: 100px 60px 0px;
}
/* line 543, templates/g5_helium/custom/scss/particles/_owlcarousel.scss */
.g-owlcarousel-item-desc {
  font-size: 1rem !important;
  line-height: 1.5rem !important;
  border-bottom: none !important;
  color: #db9907;
  line-height: 1.5rem !important;
  padding-bottom: 1rem;
  margin-bottom: 0.625rem;
  font-size: 1rem !important;
  color: #fff !important;
}
@media only all and (max-width: 47.938rem) {
  .g-owlcarousel-item-desc {
    display: block;
  }
}
/* line 555, templates/g5_helium/custom/scss/particles/_owlcarousel.scss */
.g-owlcarousel-item-button {
  color: #fff !important;
  border: 1px solid #efac06 !important;
  border-radius: 0px !important;
  padding: 10px 20px !important;
  background: #efac06 !important;
  font-weight: normal !important;
  box-shadow: none !important;
  text-shadow: none !important;
  text-transform: none !important;
  letter-spacing: unset !important;
}
/* line 195, templates/g5_helium/custom/scss/_botones.scss */
.g-owlcarousel-item-button:hover {
  border: 1px solid #efac06 !important;
  background-color: #fff !important;
  color: #efac06 !important;
}
@media only all and (min-width: 30.062rem) and (max-width: 47.938rem) {
  .g-owlcarousel-item-button {
    display: inline-block;
  }
}
@media only all and (max-width: 30rem) {
  .g-owlcarousel-item-button {
    display: inline-block;
  }
}
/* line 566, templates/g5_helium/custom/scss/particles/_owlcarousel.scss */
/* line 567, templates/g5_helium/custom/scss/particles/_owlcarousel.scss */
.g-owlcarousel-layout-testimonial .owl-stage-outer {
  overflow: visible;
}
/* line 569, templates/g5_helium/custom/scss/particles/_owlcarousel.scss */
.g-owlcarousel-layout-testimonial .owl-stage-outer:before, .g-owlcarousel-layout-testimonial .owl-stage-outer:after {
  position: absolute;
  display: block;
  content: "";
  width: 1000px;
  height: 100%;
  z-index: 10;
  top: 0;
}
/* line 578, templates/g5_helium/custom/scss/particles/_owlcarousel.scss */
.g-owlcarousel-layout-testimonial .owl-stage-outer:before {
  left: -1000px;
  background-color: rgba(0, 0, 0, 1);
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 1) 70%, rgba(0, 0, 0, 0));
  background-image: linear-gradient(to right,rgba(0, 0, 0, 1) 70%, rgba(0, 0, 0, 0));
  background-color: transparent;
}
/* line 583, templates/g5_helium/custom/scss/particles/_owlcarousel.scss */
.g-owlcarousel-layout-testimonial .owl-stage-outer:after {
  right: -1000px;
  background-color: rgba(0, 0, 0, 1);
  background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 1) 70%, rgba(0, 0, 0, 0));
  background-image: linear-gradient(to left,rgba(0, 0, 0, 1) 70%, rgba(0, 0, 0, 0));
  background-color: transparent;
}
/* line 589, templates/g5_helium/custom/scss/particles/_owlcarousel.scss */
.g-owlcarousel-layout-testimonial .g-title {
  text-align: center;
  font-size: 0.66rem;
  opacity: 0.5;
  letter-spacing: 1px;
  text-transform: uppercase;
}
/* line 598, templates/g5_helium/custom/scss/particles/_owlcarousel.scss */
.g-owlcarousel-layout-testimonial .g-owlcarousel-item-desc {
  text-align: center;
  -webkit-transform: translate3d(0, 0, 0);
  padding: 0.938rem;
  margin: 0.625rem;
  font-size: 2rem;
  line-height: 1.5;
  font-weight: 400;
  font-style: italic;
}
@media only all and (max-width: 47.938rem) {
  .g-owlcarousel-layout-testimonial .g-owlcarousel-item-desc {
    display: block;
    padding-top: 2rem;
  }
}
/* line 613, templates/g5_helium/custom/scss/particles/_owlcarousel.scss */
.g-owlcarousel-layout-testimonial .g-owlcarousel-item-desc i {
  display: block;
  font-size: 2rem;
  padding: 0.938rem;
  margin: 0.625rem;
}
/* line 620, templates/g5_helium/custom/scss/particles/_owlcarousel.scss */
.g-owlcarousel-layout-testimonial .g-owlcarousel-item-desc .g-owlcarousel-item-title {
  font-style: normal;
  position: relative;
  text-transform: none;
  font-size: 60px;
  margin-top: 0.625rem;
}
/* line 629, templates/g5_helium/custom/scss/particles/_owlcarousel.scss */
.g-owlcarousel-layout-testimonial .owl-dots {
  margin: 0.625rem 0;
  text-align: left;
  vertical-align: middle;
  bottom: 5%;
}
/* line 634, templates/g5_helium/custom/scss/particles/_owlcarousel.scss */
.g-owlcarousel-layout-testimonial .owl-dots .owl-dot {
  vertical-align: middle;
  border-radius: 100%;
  margin: 0 0.1rem;
  background: transparent;
  border: 2px solid #efac06;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
/* line 641, templates/g5_helium/custom/scss/particles/_owlcarousel.scss */
.g-owlcarousel-layout-testimonial .owl-dots .owl-dot.active {
  border: 2px solid rgba(239, 172, 6, 0.3);
}
/* line 646, templates/g5_helium/custom/scss/particles/_owlcarousel.scss */
.g-owlcarousel-layout-testimonial .owl-nav {
  margin: 0.625rem 0;
  text-align: center;
}
/* line 649, templates/g5_helium/custom/scss/particles/_owlcarousel.scss */
.g-owlcarousel-layout-testimonial .owl-nav div {
  position: relative;
}
/* line 652, templates/g5_helium/custom/scss/particles/_owlcarousel.scss */
.g-owlcarousel-layout-testimonial .owl-nav div.owl-prev {
  margin-right: 0.938rem;
}
/* line 658, templates/g5_helium/custom/scss/particles/_owlcarousel.scss */
.owl-controls {
  position: absolute;
  width: 100%;
  top: 50%;
}
/* line 662, templates/g5_helium/custom/scss/particles/_owlcarousel.scss */
.owl-controls .owl-nav {
  width: 100%;
  margin: 0px !important;
}
/* line 665, templates/g5_helium/custom/scss/particles/_owlcarousel.scss */
.owl-controls .owl-nav .owl-prev {
  text-align: center;
  left: 0%;
  position: absolute;
}
/* line 670, templates/g5_helium/custom/scss/particles/_owlcarousel.scss */
.owl-controls .owl-nav .owl-next {
  text-align: center;
  right: 0%;
  position: absolute;
}
/* line 678, templates/g5_helium/custom/scss/particles/_owlcarousel.scss */
.g-owlcarousel-layout-showcase {
  position: relative;
}
/* line 681, templates/g5_helium/custom/scss/particles/_owlcarousel.scss */
.g-owlcarousel-layout-showcase .owl-controls {
  position: absolute;
}
@media only all and (min-width: 48rem) and (max-width: 59.938rem) {
  .g-owlcarousel-layout-showcase .owl-controls {
    margin-top: 1.563rem;
  }
}
/* line 686, templates/g5_helium/custom/scss/particles/_owlcarousel.scss */
.g-owlcarousel-layout-showcase .owl-controls .owl-next {
  margin-right: 1rem;
}
/* line 691, templates/g5_helium/custom/scss/particles/_owlcarousel.scss */
.g-owlcarousel-layout-showcase .g-owlcarousel-item-title {
  font-size: 6rem;
  position: relative;
  text-transform: none;
  margin-left: 0;
  line-height: 1.6;
  margin-top: 6.563rem;
  padding-bottom: 0;
}
@media only all and (min-width: 60rem) and (max-width: 74.938rem) {
  .g-owlcarousel-layout-showcase .g-owlcarousel-item-title {
    font-size: 5rem;
  }
}
@media only all and (min-width: 48rem) and (max-width: 59.938rem) {
  .g-owlcarousel-layout-showcase .g-owlcarousel-item-title {
    font-size: 3.8rem;
  }
}
@media only all and (max-width: 47.938rem) {
  .g-owlcarousel-layout-showcase .g-owlcarousel-item-title {
    font-size: 3rem;
  }
}
/* line 710, templates/g5_helium/custom/scss/particles/_owlcarousel.scss */
.g-owlcarousel-layout-showcase .g-owlcarousel-item-desc {
  font-size: 2.5rem;
  line-height: 1.7;
  opacity: 0.8;
}
@media only all and (min-width: 48rem) and (max-width: 59.938rem) {
}
@media only all and (max-width: 47.938rem) {
  .g-owlcarousel-layout-showcase .g-owlcarousel-item-desc {
    display: block;
  }
}
/* line 724, templates/g5_helium/custom/scss/particles/_owlcarousel.scss */
.g-owlcarousel-layout-showcase .item {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
  -moz-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
}
/* line 730, templates/g5_helium/custom/scss/particles/_owlcarousel.scss */
.g-owlcarousel-layout-showcase .g-owlcarousel-content-left {
  -webkit-box-flex: 0;
  -moz-box-flex: 0;
  box-flex: 0;
  -webkit-flex: 0 1 60%;
  -moz-flex: 0 1 60%;
  -ms-flex: 0 1 60%;
  flex: 0 1 60%;
  width: 60%;
}
@media only all and (max-width: 47.938rem) {
  .g-owlcarousel-layout-showcase .g-owlcarousel-content-left {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 1 100%;
    -moz-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    width: 100%;
  }
}
/* line 737, templates/g5_helium/custom/scss/particles/_owlcarousel.scss */
.g-owlcarousel-layout-showcase .g-owlcarousel-content-left .g-owlcarousel-content-padding {
  padding-right: 2.188rem;
}
@media only all and (max-width: 47.938rem) {
  .g-owlcarousel-layout-showcase .g-owlcarousel-content-left .g-owlcarousel-content-padding {
    padding: 0;
  }
}
/* line 744, templates/g5_helium/custom/scss/particles/_owlcarousel.scss */
.g-owlcarousel-layout-showcase .g-owlcarousel-content-right {
  -webkit-box-flex: 0;
  -moz-box-flex: 0;
  box-flex: 0;
  -webkit-flex: 0 1 40%;
  -moz-flex: 0 1 40%;
  -ms-flex: 0 1 40%;
  flex: 0 1 40%;
  width: 40%;
  -webkit-align-items: center;
  display: -webkit-flex;
  -webkit-align-items: center;
  display: flex;
  align-items: center;
  white-space: nowrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
/* line 745, templates/g5_helium/custom/scss/particles/_owlcarousel.scss */
.g-owlcarousel-layout-showcase .g-owlcarousel-content-right .g-owlcarousel-content-padding {
  padding-right: 2.188rem;
}
@media only all and (max-width: 47.938rem) {
  .g-owlcarousel-layout-showcase .g-owlcarousel-content-right .g-owlcarousel-content-padding {
    padding: 0;
  }
}
@media only all and (max-width: 47.938rem) {
  .g-owlcarousel-layout-showcase .g-owlcarousel-content-right {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 1 100%;
    -moz-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    width: 100%;
  }
}
@media only all and (max-width: 47.938rem) {
  .g-owlcarousel-layout-showcase .g-owlcarousel-content-right {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
/* line 769, templates/g5_helium/custom/scss/particles/_owlcarousel.scss */
.g-owlcarousel-layout-showcase .g-owlcarousel-content-right i {
  font-size: 11rem;
  color: rgba(0, 0, 0, 0.2);
  flex: 1;
  text-align: center;
  padding-right: 1rem;
}
@media only all and (min-width: 48rem) and (max-width: 59.938rem) {
  .g-owlcarousel-layout-showcase .g-owlcarousel-content-right i {
    font-size: 8rem;
  }
}
@media only all and (max-width: 47.938rem) {
  .g-owlcarousel-layout-showcase .g-owlcarousel-content-right i {
    font-size: 8rem;
  }
}
/* line 786, templates/g5_helium/custom/scss/particles/_owlcarousel.scss */
.g-container-wrapper-panel {
  background: #fff;
}
/* line 790, templates/g5_helium/custom/scss/particles/_owlcarousel.scss */
.g-container-wrapper {
  position: relative;
}
/* line 794, templates/g5_helium/custom/scss/particles/_owlcarousel.scss */
.g-container.carousel {
  position: relative;
  width: 75rem;
  padding: 1.563rem;
}
@media only all and (min-width: 60rem) and (max-width: 74.938rem) {
  .g-container.carousel {
    width: 60rem;
  }
}
@media only all and (min-width: 48rem) and (max-width: 59.938rem) {
  .g-container.carousel {
    width: 48rem;
  }
}
@media only all and (min-width: 30.062rem) and (max-width: 47.938rem) {
  .g-container.carousel {
    width: 30rem;
  }
}
@media only all and (max-width: 30rem) {
  .g-container.carousel {
    width: 100%;
  }
}
/* line 811, templates/g5_helium/custom/scss/particles/_owlcarousel.scss */
.g-container.carousel h2.g-title {
  font-size: 0.7rem;
  color: #666;
  letter-spacing: 1px;
  text-transform: uppercase;
}
/* line 821, templates/g5_helium/custom/scss/particles/_owlcarousel.scss */
.g-owlcarousel-panel-container {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
  -moz-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
}
/* line 827, templates/g5_helium/custom/scss/particles/_owlcarousel.scss */
.g-owlcarousel-panel-container .g-owlcarousel-panel {
  -webkit-box-flex: 0;
  -moz-box-flex: 0;
  box-flex: 0;
  -webkit-flex: 0 0 auto;
  -moz-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin: 0px;
  width: 25%;
  display: inline-block;
  cursor: pointer;
  margin-bottom: 40px;
}
@media only all and (min-width: 48rem) and (max-width: 59.938rem) {
  .g-owlcarousel-panel-container .g-owlcarousel-panel {
    width: 50%;
  }
}
@media only all and (max-width: 47.938rem) {
  .g-owlcarousel-panel-container .g-owlcarousel-panel {
    width: 50%;
  }
}
/* line 840, templates/g5_helium/custom/scss/particles/_owlcarousel.scss */
.g-owlcarousel-panel-container .g-owlcarousel-panel:after {
  content: '';
  background: #f2f2f2;
  display: block;
  margin-top: 0.625rem;
  height: 3px;
  width: 45px;
}
/* line 848, templates/g5_helium/custom/scss/particles/_owlcarousel.scss */
.g-owlcarousel-panel-container .g-owlcarousel-panel span {
  display: block;
  margin-right: 1rem;
}
/* line 852, templates/g5_helium/custom/scss/particles/_owlcarousel.scss */
.dir-rtl .g-owlcarousel-panel-container .g-owlcarousel-panel span {
  margin-left: 1rem;
  margin-right: 0;
}
/* line 857, templates/g5_helium/custom/scss/particles/_owlcarousel.scss */
.g-owlcarousel-panel-container .g-owlcarousel-panel a {
  display: block;
  width: 100%;
  height: 100%;
}
/* line 862, templates/g5_helium/custom/scss/particles/_owlcarousel.scss */
.g-owlcarousel-panel-container .g-owlcarousel-panel .g-owlcarousel-panel-title {
  color: #efac06;
  font-size: 1.1rem;
  line-height: 1.7;
}
/* line 869, templates/g5_helium/custom/scss/particles/_owlcarousel.scss */
.g-owlcarousel-panel-container .g-owlcarousel-panel .g-owlcarousel-panel-subtitle {
  color: #333;
  font-size: 1rem;
}
/* line 878, templates/g5_helium/custom/scss/particles/_owlcarousel.scss */
.g-owlcarousel-panel-indicator {
  width: 96px;
  height: 50px;
  position: absolute;
  left: 0;
  z-index: 2;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  top: -2.513rem;
}
/* line 884, templates/g5_helium/custom/scss/particles/_owlcarousel.scss */
.dir-rtl .g-owlcarousel-panel-indicator {
  left: 200px;
}
/* line 893, templates/g5_helium/custom/scss/particles/_owlcarousel.scss */
/* line 894, templates/g5_helium/custom/scss/particles/_owlcarousel.scss */
.owl-btns .g-owlcarousel-item-link {
  display: inline-block;
  padding: 0rem 1rem 0rem 0rem;
}
/* line 900, templates/g5_helium/custom/scss/particles/_owlcarousel.scss */
.g-owlcarousel-item-content-wrapper {
  display: block !important;
}
@media only all and (min-width: 60rem) and (max-width: 74.938rem) {
  .g-owlcarousel-item-content-wrapper {
    padding-top: 0rem !important;
  }
}
/* line 907, templates/g5_helium/custom/scss/particles/_owlcarousel.scss */
.showcase {
  background: #f2f2f2;
}
/* line 909, templates/g5_helium/custom/scss/particles/_owlcarousel.scss */
.showcase .g-owlcarousel {
  background: transparent;
  padding-bottom: 1rem;
}
/* line 912, templates/g5_helium/custom/scss/particles/_owlcarousel.scss */
.showcase .g-owlcarousel:before {
  display: none !important;
}
/* line 916, templates/g5_helium/custom/scss/particles/_owlcarousel.scss */
.showcase .g-owlcarousel-item-img {
  border-bottom: 5px solid #efac06 !important;
}
/* line 919, templates/g5_helium/custom/scss/particles/_owlcarousel.scss */
.showcase .g-owlcarousel-item-content-container {
  position: relative !important;
  top: auto;
  left: auto;
  right: auto;
  bottom: auto;
}
/* line 926, templates/g5_helium/custom/scss/particles/_owlcarousel.scss */
.showcase .g-owlcarousel-item-content-container .g-owlcarousel-item-content {
  width: 100%;
  position: relative;
  height: auto;
  padding: 0rem !important;
  background: transparent !important;
}
/* line 932, templates/g5_helium/custom/scss/particles/_owlcarousel.scss */
.showcase .g-owlcarousel-item-content-container .g-owlcarousel-item-content .g-owlcarousel-item-content-aux {
  margin: 0rem !important;
  background: transparent !important;
  padding: 1.5rem !important;
}
/* line 936, templates/g5_helium/custom/scss/particles/_owlcarousel.scss */
.showcase .g-owlcarousel-item-content-container .g-owlcarousel-item-content .g-owlcarousel-item-content-aux h1.g-owlcarousel-item-title {
  color: #000 !important;
  font-size: 1.1rem !important;
  letter-spacing: 0.02rem;
  line-height: 1.5rem !important;
  font-family: 'Conv_librefranklin-medium' !important;
  margin: 0rem 0rem 1rem 0rem !important;
}
/* line 67, templates/g5_helium/custom/scss/_var-gen.scss */
.showcase .g-owlcarousel-item-content-container .g-owlcarousel-item-content .g-owlcarousel-item-content-aux h1.g-owlcarousel-item-title a {
  line-height: 1.5rem;
}
/* line 941, templates/g5_helium/custom/scss/particles/_owlcarousel.scss */
.showcase .g-owlcarousel-item-content-container .g-owlcarousel-item-content .g-owlcarousel-item-content-aux h2.g-owlcarousel-item-desc {
  font-size: 1rem !important;
  line-height: 1.5rem !important;
  border-bottom: none !important;
  color: #db9907;
  font-family: 'Conv_librefranklin-light' !important;
  color: #000 !important;
}
@media only all and (min-width: 48rem) and (max-width: 59.938rem) {
  .showcase .g-owlcarousel-item-content-container .g-owlcarousel-item-content .g-owlcarousel-item-content-aux h2.g-owlcarousel-item-desc {
    display: block !important;
  }
}
@media only all and (min-width: 30.062rem) and (max-width: 47.938rem) {
  .showcase .g-owlcarousel-item-content-container .g-owlcarousel-item-content .g-owlcarousel-item-content-aux h2.g-owlcarousel-item-desc {
    display: block !important;
  }
}
@media only all and (max-width: 30rem) {
  .showcase .g-owlcarousel-item-content-container .g-owlcarousel-item-content .g-owlcarousel-item-content-aux h2.g-owlcarousel-item-desc {
    display: block !important;
  }
}
/* line 955, templates/g5_helium/custom/scss/particles/_owlcarousel.scss */
/* line 956, templates/g5_helium/custom/scss/particles/_owlcarousel.scss */
/* line 957, templates/g5_helium/custom/scss/particles/_owlcarousel.scss */
/* line 958, templates/g5_helium/custom/scss/particles/_owlcarousel.scss */
.showcase .g-owlcarousel-item-content-container .g-owlcarousel-item-content .g-owlcarousel-item-content-aux .owl-btns .g-owlcarousel-item-link a.g-owlcarousel-item-l:before {
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  position: absolute;
}
/* line 972, templates/g5_helium/custom/scss/particles/_owlcarousel.scss */
.showcase .owl-nav {
  border-top: 1px solid #e6e6e6;
  clear: both;
  padding: 0.6rem 0rem 0.4rem !important;
  background: none !important;
  margin: 0.1rem 1.9rem;
}
/* line 979, templates/g5_helium/custom/scss/particles/_owlcarousel.scss */
/* line 980, templates/g5_helium/custom/scss/particles/_owlcarousel.scss */
.showcase .owl-nav:hover .owl-prev, .showcase .owl-nav:hover .owl-next {
  background: none !important;
}
/* line 986, templates/g5_helium/custom/scss/particles/_owlcarousel.scss */
.showcase .owl-nav .owl-prev, .showcase .owl-nav .owl-next {
  bottom: 0 !important;
  position: relative !important;
  border: none !important;
  backgorund: none;
  height: auto !important;
}
/* line 992, templates/g5_helium/custom/scss/particles/_owlcarousel.scss */
.showcase .owl-nav .owl-prev i, .showcase .owl-nav .owl-next i {
  color: #efac06 !important;
  font-size: 1.3rem !important;
  transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
  -webkit-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
  -o-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
  -moz-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
  -ms-transition: transform all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
}
/* line 997, templates/g5_helium/custom/scss/particles/_owlcarousel.scss */
/* line 998, templates/g5_helium/custom/scss/particles/_owlcarousel.scss */
.showcase .owl-nav .owl-prev:hover i, .showcase .owl-nav .owl-next:hover i {
  color: #000 !important;
}
/* line 1003, templates/g5_helium/custom/scss/particles/_owlcarousel.scss */
.showcase .owl-nav .owl-prev {
  left: 0rem !important;
}
/* line 1006, templates/g5_helium/custom/scss/particles/_owlcarousel.scss */
.showcase .owl-nav .owl-next {
  float: right !important;
  right: 1rem !important;
  left: 0rem !important;
}
/* line 1015, templates/g5_helium/custom/scss/particles/_owlcarousel.scss */
/* line 1016, templates/g5_helium/custom/scss/particles/_owlcarousel.scss */
.slideshow .g-owlcarousel {
  background: transparent;
  padding-bottom: 1rem;
}
/* line 1019, templates/g5_helium/custom/scss/particles/_owlcarousel.scss */
.slideshow .g-owlcarousel:before {
  display: none !important;
}
/* line 1023, templates/g5_helium/custom/scss/particles/_owlcarousel.scss */
.slideshow .g-owlcarousel-item-content-container {
  position: absolute !important;
  top: 50%;
  left: 4rem;
  right: auto;
  background: rgba(255, 255, 255, 0.95) !important;
  width: 100%;
  max-width: 400px;
  bottom: auto;
  -ms-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  -o-transition: translate(0, -50%);
  -moz-transition: translate(0, -50%);
}
@media only all and (min-width: 30.062rem) and (max-width: 47.938rem) {
  .slideshow .g-owlcarousel-item-content-container {
    max-width: 100%;
    left: 0;
    position: relative !important;
    -ms-transform: translate(0, 0%);
    -webkit-transform: translate(0, 0%);
    transform: translate(0, 0%);
    -o-transition: translate(0, 0%);
    -moz-transition: translate(0, 0%);
  }
}
@media only all and (max-width: 30rem) {
  .slideshow .g-owlcarousel-item-content-container {
    max-width: 100%;
    left: 0;
    left: 0;
    position: relative !important;
    -ms-transform: translate(0, 0%);
    -webkit-transform: translate(0, 0%);
    transform: translate(0, 0%);
    -o-transition: translate(0, 0%);
    -moz-transition: translate(0, 0%);
  }
}
/* line 1058, templates/g5_helium/custom/scss/particles/_owlcarousel.scss */
.slideshow .g-owlcarousel-item-content-container .g-owlcarousel-item-content {
  width: 100%;
  max-width: 400px;
  position: relative;
  height: auto;
  margin: 2rem;
  background: transparent !important;
}
/* line 1065, templates/g5_helium/custom/scss/particles/_owlcarousel.scss */
.slideshow .g-owlcarousel-item-content-container .g-owlcarousel-item-content .g-owlcarousel-item-content-aux {
  margin: 0rem !important;
  padding: 1.5rem 2rem !important;
  /*background:#FFFFFF !important;*/
}
/* line 1069, templates/g5_helium/custom/scss/particles/_owlcarousel.scss */
.slideshow .g-owlcarousel-item-content-container .g-owlcarousel-item-content .g-owlcarousel-item-content-aux h1.g-owlcarousel-item-title {
  color: #000 !important;
  font-family: 'Conv_librefranklin-bold' !important;
}
/* line 1073, templates/g5_helium/custom/scss/particles/_owlcarousel.scss */
.slideshow .g-owlcarousel-item-content-container .g-owlcarousel-item-content .g-owlcarousel-item-content-aux h2.g-owlcarousel-item-desc {
  color: #000 !important;
}
/* line 1076, templates/g5_helium/custom/scss/particles/_owlcarousel.scss */
/* line 1077, templates/g5_helium/custom/scss/particles/_owlcarousel.scss */
/* line 1078, templates/g5_helium/custom/scss/particles/_owlcarousel.scss */
.slideshow .g-owlcarousel-item-content-container .g-owlcarousel-item-content .g-owlcarousel-item-content-aux .owl-btns .g-owlcarousel-item-link a.g-owlcarousel-item-button {
  color: #005a96 !important;
  border: 1px solid #005a96 !important;
  border-radius: 0 !important;
  padding: 10px 20px !important;
  background-color: #fff !important;
  font-weight: normal !important;
  box-shadow: none !important;
  /*background-image:url('../images/arrow-b-r.svg') !important;
   background-repeat:no-repeat !important;*/
  text-shadow: none !important;
  background-position: right 5px top 50% !important;
  text-transform: none !important;
  letter-spacing: unset !important;
  font-family: 'Conv_librefranklin-medium' !important;
}
/* line 177, templates/g5_helium/custom/scss/_botones.scss */
.slideshow .g-owlcarousel-item-content-container .g-owlcarousel-item-content .g-owlcarousel-item-content-aux .owl-btns .g-owlcarousel-item-link a.g-owlcarousel-item-button:hover {
  border: 1px solid #005a96 !important;
  background-color: #005a96 !important;
  color: #fff !important;
}
/* line 1086, templates/g5_helium/custom/scss/particles/_owlcarousel.scss */
.slideshow .owl-nav {
  border-top: 1px solid #e6e6e6;
  clear: both;
  padding: 0.6rem 0rem 0.4rem !important;
  background: none !important;
  margin: 0.1rem 1.9rem;
}
/* line 1093, templates/g5_helium/custom/scss/particles/_owlcarousel.scss */
/* line 1094, templates/g5_helium/custom/scss/particles/_owlcarousel.scss */
.slideshow .owl-nav:hover .owl-prev, .slideshow .owl-nav:hover .owl-next {
  background: none !important;
}
/* line 1100, templates/g5_helium/custom/scss/particles/_owlcarousel.scss */
.slideshow .owl-nav .owl-prev, .slideshow .owl-nav .owl-next {
  bottom: 50% !important;
  position: absolute !important;
  border: none !important;
  background: none !important;
  height: auto !important;
}
@media only all and (min-width: 30.062rem) and (max-width: 47.938rem) {
}
@media only all and (max-width: 30rem) {
}
/* line 1112, templates/g5_helium/custom/scss/particles/_owlcarousel.scss */
.slideshow .owl-nav .owl-prev i, .slideshow .owl-nav .owl-next i {
  color: #fff !important;
  font-size: 2rem !important;
  transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
  -webkit-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
  -o-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
  -moz-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
  -ms-transition: transform all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
}
@media only all and (min-width: 30.062rem) and (max-width: 47.938rem) {
  .slideshow .owl-nav .owl-prev i, .slideshow .owl-nav .owl-next i {
    color: #000 !important;
    font-size: 1.1rem !important;
  }
}
@media only all and (max-width: 30rem) {
  .slideshow .owl-nav .owl-prev i, .slideshow .owl-nav .owl-next i {
    color: #000 !important;
    font-size: 1.1rem !important;
  }
}
/* line 1125, templates/g5_helium/custom/scss/particles/_owlcarousel.scss */
/* line 1126, templates/g5_helium/custom/scss/particles/_owlcarousel.scss */
.slideshow .owl-nav .owl-prev:hover i, .slideshow .owl-nav .owl-next:hover i {
  color: #000 !important;
}
/* line 1131, templates/g5_helium/custom/scss/particles/_owlcarousel.scss */
.slideshow .owl-nav .owl-prev {
  left: 1rem !important;
}
@media only all and (min-width: 30.062rem) and (max-width: 47.938rem) {
  .slideshow .owl-nav .owl-prev {
    left: 0 !important;
    text-align: left !important;
  }
}
@media only all and (max-width: 30rem) {
  .slideshow .owl-nav .owl-prev {
    left: 0 !important;
    text-align: left !important;
  }
}
/* line 1142, templates/g5_helium/custom/scss/particles/_owlcarousel.scss */
.slideshow .owl-nav .owl-next {
  float: right !important;
  right: 1rem !important;
  left: auto !important;
}
@media only all and (min-width: 30.062rem) and (max-width: 47.938rem) {
  .slideshow .owl-nav .owl-next {
    right: 0 !important;
    text-align: right !important;
  }
}
@media only all and (max-width: 30rem) {
  .slideshow .owl-nav .owl-next {
    right: 0 !important;
    text-align: right !important;
  }
}
/* line 1157, templates/g5_helium/custom/scss/particles/_owlcarousel.scss */
.slideshow .owl-dots {
  bottom: 0rem !important;
}
/* line 1161, templates/g5_helium/custom/scss/particles/_owlcarousel.scss */
/* line 1163, templates/g5_helium/custom/scss/particles/_owlcarousel.scss */
/* line 1164, templates/g5_helium/custom/scss/particles/_owlcarousel.scss */
.inferior .g-owlcarousel:before {
  display: none !important;
}
/* line 1167, templates/g5_helium/custom/scss/particles/_owlcarousel.scss */
/* line 1168, templates/g5_helium/custom/scss/particles/_owlcarousel.scss */
/* line 1169, templates/g5_helium/custom/scss/particles/_owlcarousel.scss */
/* line 1170, templates/g5_helium/custom/scss/particles/_owlcarousel.scss */
/* line 1171, templates/g5_helium/custom/scss/particles/_owlcarousel.scss */
/* line 1172, templates/g5_helium/custom/scss/particles/_owlcarousel.scss */
.inferior .g-owlcarousel .owl-stage-outer .owl-stage .owl-item .g-owlcarousel-item .g-owlcarousel-item-wrapper .g-owlcarousel-item-content-container {
  /*position:relative !important;*/
}
@media only all and (min-width: 48rem) and (max-width: 59.938rem) {
  .inferior .g-owlcarousel .owl-stage-outer .owl-stage .owl-item .g-owlcarousel-item .g-owlcarousel-item-wrapper .g-owlcarousel-item-content-container {
    position: relative !important;
  }
}
@media only all and (min-width: 30.062rem) and (max-width: 47.938rem) {
  .inferior .g-owlcarousel .owl-stage-outer .owl-stage .owl-item .g-owlcarousel-item .g-owlcarousel-item-wrapper .g-owlcarousel-item-content-container {
    position: relative !important;
  }
}
@media only all and (max-width: 30rem) {
  .inferior .g-owlcarousel .owl-stage-outer .owl-stage .owl-item .g-owlcarousel-item .g-owlcarousel-item-wrapper .g-owlcarousel-item-content-container {
    position: relative !important;
  }
}
/* line 1183, templates/g5_helium/custom/scss/particles/_owlcarousel.scss */
/* line 1184, templates/g5_helium/custom/scss/particles/_owlcarousel.scss */
.inferior .g-owlcarousel .owl-stage-outer .owl-stage .owl-item .g-owlcarousel-item .g-owlcarousel-item-wrapper .g-owlcarousel-item-content-container .g-owlcarousel-item-content-wrapper .g-owlcarousel-item-content {
  /*position:relative !important;*/
  padding: 0rem !important;
  width: 100%;
  bottom: 0;
  height: auto;
  top: auto;
  left: 0;
  right: 0;
  background: #005a96 !important;
  /*background: linear-gradient(transparent 10%, transparentize($accent-color-2, 10%) 40%) !important;*/
}
@media only all and (max-width: 30rem) {
  .inferior .g-owlcarousel .owl-stage-outer .owl-stage .owl-item .g-owlcarousel-item .g-owlcarousel-item-wrapper .g-owlcarousel-item-content-container .g-owlcarousel-item-content-wrapper .g-owlcarousel-item-content {
    background: #005a96 !important;
    position: relative !important;
  }
}
@media only all and (min-width: 30.062rem) and (max-width: 47.938rem) {
  .inferior .g-owlcarousel .owl-stage-outer .owl-stage .owl-item .g-owlcarousel-item .g-owlcarousel-item-wrapper .g-owlcarousel-item-content-container .g-owlcarousel-item-content-wrapper .g-owlcarousel-item-content {
    background: #005a96 !important;
    position: relative !important;
  }
}
/* line 1203, templates/g5_helium/custom/scss/particles/_owlcarousel.scss */
.inferior .g-owlcarousel .owl-stage-outer .owl-stage .owl-item .g-owlcarousel-item .g-owlcarousel-item-wrapper .g-owlcarousel-item-content-container .g-owlcarousel-item-content-wrapper .g-owlcarousel-item-content .g-owlcarousel-item-content-aux {
  padding: 0rem 1rem 1.5rem;
}
@media only all and (min-width: 48rem) and (max-width: 59.938rem) {
  .inferior .g-owlcarousel .owl-stage-outer .owl-stage .owl-item .g-owlcarousel-item .g-owlcarousel-item-wrapper .g-owlcarousel-item-content-container .g-owlcarousel-item-content-wrapper .g-owlcarousel-item-content .g-owlcarousel-item-content-aux {
    /*margin:0rem !important*/
    margin: 0rem !important;
  }
}
@media only all and (min-width: 30.062rem) and (max-width: 47.938rem) {
  .inferior .g-owlcarousel .owl-stage-outer .owl-stage .owl-item .g-owlcarousel-item .g-owlcarousel-item-wrapper .g-owlcarousel-item-content-container .g-owlcarousel-item-content-wrapper .g-owlcarousel-item-content .g-owlcarousel-item-content-aux {
    margin: 0rem !important;
  }
}
@media only all and (max-width: 30rem) {
  .inferior .g-owlcarousel .owl-stage-outer .owl-stage .owl-item .g-owlcarousel-item .g-owlcarousel-item-wrapper .g-owlcarousel-item-content-container .g-owlcarousel-item-content-wrapper .g-owlcarousel-item-content .g-owlcarousel-item-content-aux {
    margin: 0rem !important;
  }
}
/* line 1215, templates/g5_helium/custom/scss/particles/_owlcarousel.scss */
.inferior .g-owlcarousel .owl-stage-outer .owl-stage .owl-item .g-owlcarousel-item .g-owlcarousel-item-wrapper .g-owlcarousel-item-content-container .g-owlcarousel-item-content-wrapper .g-owlcarousel-item-content .g-owlcarousel-item-content-aux .g-owlcarousel-item-title {
  line-height: 2.5rem !important;
  font-size: 2rem !important;
  color: #fff !important;
  margin-bottom: 0.5rem !important;
  margin-left: 0rem !important;
  margin-right: 0rem !important;
}
@media only all and (min-width: 30.062rem) and (max-width: 47.938rem) {
  .inferior .g-owlcarousel .owl-stage-outer .owl-stage .owl-item .g-owlcarousel-item .g-owlcarousel-item-wrapper .g-owlcarousel-item-content-container .g-owlcarousel-item-content-wrapper .g-owlcarousel-item-content .g-owlcarousel-item-content-aux .g-owlcarousel-item-title {
    line-height: 2rem !important;
    font-size: 1.5rem !important;
  }
}
@media only all and (max-width: 30rem) {
  .inferior .g-owlcarousel .owl-stage-outer .owl-stage .owl-item .g-owlcarousel-item .g-owlcarousel-item-wrapper .g-owlcarousel-item-content-container .g-owlcarousel-item-content-wrapper .g-owlcarousel-item-content .g-owlcarousel-item-content-aux .g-owlcarousel-item-title {
    line-height: 2rem !important;
    font-size: 1.5rem !important;
  }
}
@media only all and (min-width: 48rem) and (max-width: 59.938rem) {
  .inferior .g-owlcarousel .owl-stage-outer .owl-stage .owl-item .g-owlcarousel-item .g-owlcarousel-item-wrapper .g-owlcarousel-item-content-container .g-owlcarousel-item-content-wrapper .g-owlcarousel-item-content .g-owlcarousel-item-content-aux .g-owlcarousel-item-title {
    margin-top: 0rem !important;
  }
}
@media only all and (min-width: 30.062rem) and (max-width: 47.938rem) {
  .inferior .g-owlcarousel .owl-stage-outer .owl-stage .owl-item .g-owlcarousel-item .g-owlcarousel-item-wrapper .g-owlcarousel-item-content-container .g-owlcarousel-item-content-wrapper .g-owlcarousel-item-content .g-owlcarousel-item-content-aux .g-owlcarousel-item-title {
    margin-top: 0rem !important;
  }
}
@media only all and (max-width: 30rem) {
  .inferior .g-owlcarousel .owl-stage-outer .owl-stage .owl-item .g-owlcarousel-item .g-owlcarousel-item-wrapper .g-owlcarousel-item-content-container .g-owlcarousel-item-content-wrapper .g-owlcarousel-item-content .g-owlcarousel-item-content-aux .g-owlcarousel-item-title {
    margin-top: 0rem !important;
  }
}
/* line 1231, templates/g5_helium/custom/scss/particles/_owlcarousel.scss */
.inferior .g-owlcarousel .owl-stage-outer .owl-stage .owl-item .g-owlcarousel-item .g-owlcarousel-item-wrapper .g-owlcarousel-item-content-container .g-owlcarousel-item-content-wrapper .g-owlcarousel-item-content .g-owlcarousel-item-content-aux .g-owlcarousel-item-desc {
  font-size: 1.56rem;
  line-height: 2.06rem !important;
  font-family: 'Conv_librefranklin-semibold' !important;
  border: none;
  font-family: 'Conv_librefranklin-light' !important;
  color: #fff !important;
  margin-bottom: 0.1rem !important;
}
@media only all and (max-width: 47.938rem) {
  .inferior .g-owlcarousel .owl-stage-outer .owl-stage .owl-item .g-owlcarousel-item .g-owlcarousel-item-wrapper .g-owlcarousel-item-content-container .g-owlcarousel-item-content-wrapper .g-owlcarousel-item-content .g-owlcarousel-item-content-aux .g-owlcarousel-item-desc {
    font-size: 1.2rem;
    line-height: 1.7rem !important;
  }
}
@media only all and (min-width: 48rem) and (max-width: 59.938rem) {
  .inferior .g-owlcarousel .owl-stage-outer .owl-stage .owl-item .g-owlcarousel-item .g-owlcarousel-item-wrapper .g-owlcarousel-item-content-container .g-owlcarousel-item-content-wrapper .g-owlcarousel-item-content .g-owlcarousel-item-content-aux .g-owlcarousel-item-desc {
    display: block !important;
  }
}
@media only all and (min-width: 30.062rem) and (max-width: 47.938rem) {
  .inferior .g-owlcarousel .owl-stage-outer .owl-stage .owl-item .g-owlcarousel-item .g-owlcarousel-item-wrapper .g-owlcarousel-item-content-container .g-owlcarousel-item-content-wrapper .g-owlcarousel-item-content .g-owlcarousel-item-content-aux .g-owlcarousel-item-desc {
    display: block !important;
  }
}
@media only all and (max-width: 30rem) {
  .inferior .g-owlcarousel .owl-stage-outer .owl-stage .owl-item .g-owlcarousel-item .g-owlcarousel-item-wrapper .g-owlcarousel-item-content-container .g-owlcarousel-item-content-wrapper .g-owlcarousel-item-content .g-owlcarousel-item-content-aux .g-owlcarousel-item-desc {
    display: block !important;
  }
}
/* line 1246, templates/g5_helium/custom/scss/particles/_owlcarousel.scss */
.inferior .g-owlcarousel .owl-stage-outer .owl-stage .owl-item .g-owlcarousel-item .g-owlcarousel-item-wrapper .g-owlcarousel-item-content-container .g-owlcarousel-item-content-wrapper .g-owlcarousel-item-content .g-owlcarousel-item-content-aux .g-owlcarousel-item-button-aux {
  position: absolute !important;
  left: 0 !important;
  top: 0 !important;
  width: 100% !important;
  height: 100% !important;
}
/* line 1263, templates/g5_helium/custom/scss/particles/_owlcarousel.scss */
@media only all and (min-width: 48rem) and (max-width: 59.938rem) {
  .inferior .g-owlcarousel .owl-nav {
    display: block !important;
  }
}
@media only all and (min-width: 30.062rem) and (max-width: 47.938rem) {
  .inferior .g-owlcarousel .owl-nav {
    display: block !important;
  }
}
@media only all and (max-width: 30rem) {
  .inferior .g-owlcarousel .owl-nav {
    display: block !important;
  }
}
/* line 1273, templates/g5_helium/custom/scss/particles/_owlcarousel.scss */
.inferior .g-owlcarousel .owl-nav > div {
  border: none !important;
  background-color: rgba(239, 172, 6, 0.6) !important;
  background-repeat: no-repeat !important;
  background-position: 50% 50% !important;
  bottom: auto !important;
  top: 50% !important;
  left: auto !important;
  -ms-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  -o-transition: translate(0, -50%);
  -moz-transition: translate(0, -50%);
}
/* line 1286, templates/g5_helium/custom/scss/particles/_owlcarousel.scss */
.inferior .g-owlcarousel .owl-nav > div i {
  line-height: 28px !important;
  font-size: 2.2rem !important;
}
/* line 1290, templates/g5_helium/custom/scss/particles/_owlcarousel.scss */
.inferior .g-owlcarousel .owl-nav > div:hover {
  background-color: #efac06 !important;
}
/* line 1293, templates/g5_helium/custom/scss/particles/_owlcarousel.scss */
.inferior .g-owlcarousel .owl-nav > div.owl-prev {
  /*background-image:url('../images/arrow-b-l.svg') !important;*/
  right: auto !important;
  left: 1rem !important;
}
/* line 1298, templates/g5_helium/custom/scss/particles/_owlcarousel.scss */
.inferior .g-owlcarousel .owl-nav > div.owl-next {
  /*background-image:url('../images/arrow-b-r.svg') !important;*/
  right: 1rem !important;
  left: auto !important;
}
/* line 1305, templates/g5_helium/custom/scss/particles/_owlcarousel.scss */
.inferior .g-owlcarousel .owl-dots {
  bottom: 0.7rem !important;
  text-align: center !important;
}
/* line 1308, templates/g5_helium/custom/scss/particles/_owlcarousel.scss */
.inferior .g-owlcarousel .owl-dots .owl-dot {
  background: #e6e6e6 !important;
  border: 2px solid #e6e6e6 !important;
}
/* line 1311, templates/g5_helium/custom/scss/particles/_owlcarousel.scss */
.inferior .g-owlcarousel .owl-dots .owl-dot.active, .inferior .g-owlcarousel .owl-dots .owl-dot:hover {
  background: #efac06 !important;
  border: 2px solid #efac06 !important;
}
/* line 1323, templates/g5_helium/custom/scss/particles/_owlcarousel.scss */
/* line 1325, templates/g5_helium/custom/scss/particles/_owlcarousel.scss */
/* line 1326, templates/g5_helium/custom/scss/particles/_owlcarousel.scss */
.interior .g-owlcarousel:before {
  display: none !important;
}
/* line 1329, templates/g5_helium/custom/scss/particles/_owlcarousel.scss */
/* line 1330, templates/g5_helium/custom/scss/particles/_owlcarousel.scss */
/* line 1331, templates/g5_helium/custom/scss/particles/_owlcarousel.scss */
/* line 1332, templates/g5_helium/custom/scss/particles/_owlcarousel.scss */
/* line 1333, templates/g5_helium/custom/scss/particles/_owlcarousel.scss */
/* line 1334, templates/g5_helium/custom/scss/particles/_owlcarousel.scss */
/* line 1335, templates/g5_helium/custom/scss/particles/_owlcarousel.scss */
.interior .g-owlcarousel .owl-stage-outer .owl-stage .owl-item .g-owlcarousel-item .g-owlcarousel-item-wrapper .g-owlcarousel-item-img .g-owlcarousel-item-img-aux {
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}
@media only all and (min-width: 75rem) {
  .interior .g-owlcarousel .owl-stage-outer .owl-stage .owl-item .g-owlcarousel-item .g-owlcarousel-item-wrapper .g-owlcarousel-item-img .g-owlcarousel-item-img-aux {
    min-height: 400px;
  }
}
@media only all and (min-width: 60rem) and (max-width: 74.938rem) {
  .interior .g-owlcarousel .owl-stage-outer .owl-stage .owl-item .g-owlcarousel-item .g-owlcarousel-item-wrapper .g-owlcarousel-item-img .g-owlcarousel-item-img-aux {
    min-height: 400px;
  }
}
@media only all and (min-width: 48rem) and (max-width: 59.938rem) {
  .interior .g-owlcarousel .owl-stage-outer .owl-stage .owl-item .g-owlcarousel-item .g-owlcarousel-item-wrapper .g-owlcarousel-item-img .g-owlcarousel-item-img-aux {
    min-height: 400px;
  }
}
@media only all and (min-width: 30.062rem) and (max-width: 47.938rem) {
  .interior .g-owlcarousel .owl-stage-outer .owl-stage .owl-item .g-owlcarousel-item .g-owlcarousel-item-wrapper .g-owlcarousel-item-img .g-owlcarousel-item-img-aux {
    padding: 3rem 0rem;
  }
}
@media only all and (max-width: 30rem) {
  .interior .g-owlcarousel .owl-stage-outer .owl-stage .owl-item .g-owlcarousel-item .g-owlcarousel-item-wrapper .g-owlcarousel-item-img .g-owlcarousel-item-img-aux {
    padding: 3rem 0rem;
  }
}
/* line 1356, templates/g5_helium/custom/scss/particles/_owlcarousel.scss */
.interior .g-owlcarousel .owl-stage-outer .owl-stage .owl-item .g-owlcarousel-item .g-owlcarousel-item-wrapper .g-owlcarousel-item-img .g-owlcarousel-item-img-aux .g-owlcarousel-item-content-container {
  position: relative !important;
}
@media only all and (min-width: 75rem) {
  .interior .g-owlcarousel .owl-stage-outer .owl-stage .owl-item .g-owlcarousel-item .g-owlcarousel-item-wrapper .g-owlcarousel-item-img .g-owlcarousel-item-img-aux .g-owlcarousel-item-content-container {
    width: 75rem !important;
  }
}
@media only all and (min-width: 60rem) and (max-width: 74.938rem) {
  .interior .g-owlcarousel .owl-stage-outer .owl-stage .owl-item .g-owlcarousel-item .g-owlcarousel-item-wrapper .g-owlcarousel-item-img .g-owlcarousel-item-img-aux .g-owlcarousel-item-content-container {
    width: 60rem !important;
  }
}
@media only all and (min-width: 48rem) and (max-width: 59.938rem) {
  .interior .g-owlcarousel .owl-stage-outer .owl-stage .owl-item .g-owlcarousel-item .g-owlcarousel-item-wrapper .g-owlcarousel-item-img .g-owlcarousel-item-img-aux .g-owlcarousel-item-content-container {
    width: 48rem !important;
  }
}
@media only all and (min-width: 30.062rem) and (max-width: 47.938rem) {
  .interior .g-owlcarousel .owl-stage-outer .owl-stage .owl-item .g-owlcarousel-item .g-owlcarousel-item-wrapper .g-owlcarousel-item-img .g-owlcarousel-item-img-aux .g-owlcarousel-item-content-container {
    width: 30rem !important;
  }
}
/* line 1370, templates/g5_helium/custom/scss/particles/_owlcarousel.scss */
/* line 1371, templates/g5_helium/custom/scss/particles/_owlcarousel.scss */
.interior .g-owlcarousel .owl-stage-outer .owl-stage .owl-item .g-owlcarousel-item .g-owlcarousel-item-wrapper .g-owlcarousel-item-img .g-owlcarousel-item-img-aux .g-owlcarousel-item-content-container .g-owlcarousel-item-content-wrapper .g-owlcarousel-item-content {
  position: relative !important;
}
@media only all and (min-width: 75rem) {
  .interior .g-owlcarousel .owl-stage-outer .owl-stage .owl-item .g-owlcarousel-item .g-owlcarousel-item-wrapper .g-owlcarousel-item-img .g-owlcarousel-item-img-aux .g-owlcarousel-item-content-container .g-owlcarousel-item-content-wrapper .g-owlcarousel-item-content {
    min-height: 400px;
  }
}
@media only all and (min-width: 60rem) and (max-width: 74.938rem) {
  .interior .g-owlcarousel .owl-stage-outer .owl-stage .owl-item .g-owlcarousel-item .g-owlcarousel-item-wrapper .g-owlcarousel-item-img .g-owlcarousel-item-img-aux .g-owlcarousel-item-content-container .g-owlcarousel-item-content-wrapper .g-owlcarousel-item-content {
    min-height: 400px;
  }
}
@media only all and (min-width: 48rem) and (max-width: 59.938rem) {
  .interior .g-owlcarousel .owl-stage-outer .owl-stage .owl-item .g-owlcarousel-item .g-owlcarousel-item-wrapper .g-owlcarousel-item-img .g-owlcarousel-item-img-aux .g-owlcarousel-item-content-container .g-owlcarousel-item-content-wrapper .g-owlcarousel-item-content {
    min-height: 400px;
  }
}
/* line 1382, templates/g5_helium/custom/scss/particles/_owlcarousel.scss */
.interior .g-owlcarousel .owl-stage-outer .owl-stage .owl-item .g-owlcarousel-item .g-owlcarousel-item-wrapper .g-owlcarousel-item-img .g-owlcarousel-item-img-aux .g-owlcarousel-item-content-container .g-owlcarousel-item-content-wrapper .g-owlcarousel-item-content .g-owlcarousel-item-content-aux {
  padding: 0rem !important;
  margin: 0rem !important;
  text-align: center;
}
@media only all and (min-width: 75rem) {
  .interior .g-owlcarousel .owl-stage-outer .owl-stage .owl-item .g-owlcarousel-item .g-owlcarousel-item-wrapper .g-owlcarousel-item-img .g-owlcarousel-item-img-aux .g-owlcarousel-item-content-container .g-owlcarousel-item-content-wrapper .g-owlcarousel-item-content .g-owlcarousel-item-content-aux {
    position: absolute;
    top: 50%;
    -ms-transform: translate(0%, -50%);
    -webkit-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
    -o-transition: translate(0%, -50%);
    -moz-transition: translate(0%, -50%);
  }
}
@media only all and (min-width: 60rem) and (max-width: 74.938rem) {
  .interior .g-owlcarousel .owl-stage-outer .owl-stage .owl-item .g-owlcarousel-item .g-owlcarousel-item-wrapper .g-owlcarousel-item-img .g-owlcarousel-item-img-aux .g-owlcarousel-item-content-container .g-owlcarousel-item-content-wrapper .g-owlcarousel-item-content .g-owlcarousel-item-content-aux {
    position: absolute;
    top: 50%;
    -ms-transform: translate(0%, -50%);
    -webkit-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
    -o-transition: translate(0%, -50%);
    -moz-transition: translate(0%, -50%);
  }
}
@media only all and (min-width: 48rem) and (max-width: 59.938rem) {
  .interior .g-owlcarousel .owl-stage-outer .owl-stage .owl-item .g-owlcarousel-item .g-owlcarousel-item-wrapper .g-owlcarousel-item-img .g-owlcarousel-item-img-aux .g-owlcarousel-item-content-container .g-owlcarousel-item-content-wrapper .g-owlcarousel-item-content .g-owlcarousel-item-content-aux {
    position: absolute;
    top: 50%;
    -ms-transform: translate(0%, -50%);
    -webkit-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
    -o-transition: translate(0%, -50%);
    -moz-transition: translate(0%, -50%);
  }
}
/* line 1415, templates/g5_helium/custom/scss/particles/_owlcarousel.scss */
.interior .g-owlcarousel .owl-stage-outer .owl-stage .owl-item .g-owlcarousel-item .g-owlcarousel-item-wrapper .g-owlcarousel-item-img .g-owlcarousel-item-img-aux .g-owlcarousel-item-content-container .g-owlcarousel-item-content-wrapper .g-owlcarousel-item-content .g-owlcarousel-item-content-aux .g-owlcarousel-item-title {
  font-size: 60px !important;
  letter-spacing: 8px;
  color: #fff !important;
  margin: 0rem !important;
}
@media only all and (min-width: 48rem) and (max-width: 59.938rem) {
  .interior .g-owlcarousel .owl-stage-outer .owl-stage .owl-item .g-owlcarousel-item .g-owlcarousel-item-wrapper .g-owlcarousel-item-img .g-owlcarousel-item-img-aux .g-owlcarousel-item-content-container .g-owlcarousel-item-content-wrapper .g-owlcarousel-item-content .g-owlcarousel-item-content-aux .g-owlcarousel-item-title {
    margin-top: 0rem !important;
  }
}
@media only all and (min-width: 30.062rem) and (max-width: 47.938rem) {
  .interior .g-owlcarousel .owl-stage-outer .owl-stage .owl-item .g-owlcarousel-item .g-owlcarousel-item-wrapper .g-owlcarousel-item-img .g-owlcarousel-item-img-aux .g-owlcarousel-item-content-container .g-owlcarousel-item-content-wrapper .g-owlcarousel-item-content .g-owlcarousel-item-content-aux .g-owlcarousel-item-title {
    margin-top: 0rem !important;
    line-height: 2.37rem !important;
    font-size: 1.87rem !important;
  }
}
@media only all and (max-width: 30rem) {
  .interior .g-owlcarousel .owl-stage-outer .owl-stage .owl-item .g-owlcarousel-item .g-owlcarousel-item-wrapper .g-owlcarousel-item-img .g-owlcarousel-item-img-aux .g-owlcarousel-item-content-container .g-owlcarousel-item-content-wrapper .g-owlcarousel-item-content .g-owlcarousel-item-content-aux .g-owlcarousel-item-title {
    margin-top: 0rem !important;
    font-size: 29px !important;
  }
}
/* line 1432, templates/g5_helium/custom/scss/particles/_owlcarousel.scss */
.interior .g-owlcarousel .owl-stage-outer .owl-stage .owl-item .g-owlcarousel-item .g-owlcarousel-item-wrapper .g-owlcarousel-item-img .g-owlcarousel-item-img-aux .g-owlcarousel-item-content-container .g-owlcarousel-item-content-wrapper .g-owlcarousel-item-content .g-owlcarousel-item-content-aux .g-owlcarousel-item-desc {
  font-size: 23px !important;
  padding-top: 2rem;
  font-size: 1.56rem;
  line-height: 2.06rem !important;
  font-family: 'Conv_librefranklin-semibold' !important;
  border: none;
  font-family: 'Conv_librefranklin-light' !important;
  color: #fff !important;
  margin-bottom: 0.1rem !important;
}
@media only all and (max-width: 47.938rem) {
  .interior .g-owlcarousel .owl-stage-outer .owl-stage .owl-item .g-owlcarousel-item .g-owlcarousel-item-wrapper .g-owlcarousel-item-img .g-owlcarousel-item-img-aux .g-owlcarousel-item-content-container .g-owlcarousel-item-content-wrapper .g-owlcarousel-item-content .g-owlcarousel-item-content-aux .g-owlcarousel-item-desc {
    font-size: 1.2rem;
    line-height: 1.7rem !important;
  }
}
@media only all and (min-width: 60rem) and (max-width: 74.938rem) {
  .interior .g-owlcarousel .owl-stage-outer .owl-stage .owl-item .g-owlcarousel-item .g-owlcarousel-item-wrapper .g-owlcarousel-item-img .g-owlcarousel-item-img-aux .g-owlcarousel-item-content-container .g-owlcarousel-item-content-wrapper .g-owlcarousel-item-content .g-owlcarousel-item-content-aux .g-owlcarousel-item-desc {
    font-size: 19px !important;
  }
}
@media only all and (min-width: 48rem) and (max-width: 59.938rem) {
  .interior .g-owlcarousel .owl-stage-outer .owl-stage .owl-item .g-owlcarousel-item .g-owlcarousel-item-wrapper .g-owlcarousel-item-img .g-owlcarousel-item-img-aux .g-owlcarousel-item-content-container .g-owlcarousel-item-content-wrapper .g-owlcarousel-item-content .g-owlcarousel-item-content-aux .g-owlcarousel-item-desc {
    display: block !important;
  }
}
@media only all and (min-width: 30.062rem) and (max-width: 47.938rem) {
  .interior .g-owlcarousel .owl-stage-outer .owl-stage .owl-item .g-owlcarousel-item .g-owlcarousel-item-wrapper .g-owlcarousel-item-img .g-owlcarousel-item-img-aux .g-owlcarousel-item-content-container .g-owlcarousel-item-content-wrapper .g-owlcarousel-item-content .g-owlcarousel-item-content-aux .g-owlcarousel-item-desc {
    display: block !important;
    font-size: 1.2rem !important;
  }
}
@media only all and (max-width: 30rem) {
  .interior .g-owlcarousel .owl-stage-outer .owl-stage .owl-item .g-owlcarousel-item .g-owlcarousel-item-wrapper .g-owlcarousel-item-img .g-owlcarousel-item-img-aux .g-owlcarousel-item-content-container .g-owlcarousel-item-content-wrapper .g-owlcarousel-item-content .g-owlcarousel-item-content-aux .g-owlcarousel-item-desc {
    display: block !important;
    font-size: 1rem !important;
  }
}
/* line 1454, templates/g5_helium/custom/scss/particles/_owlcarousel.scss */
.interior .g-owlcarousel .owl-stage-outer .owl-stage .owl-item .g-owlcarousel-item .g-owlcarousel-item-wrapper .g-owlcarousel-item-img .g-owlcarousel-item-img-aux .g-owlcarousel-item-content-container .g-owlcarousel-item-content-wrapper .g-owlcarousel-item-content .g-owlcarousel-item-content-aux .g-owlcarousel-item-button-aux {
  position: absolute !important;
  left: 0 !important;
  top: 0 !important;
  width: 100% !important;
  height: 100% !important;
}
/* line 1474, templates/g5_helium/custom/scss/particles/_owlcarousel.scss */
.interior .g-owlcarousel .owl-stage-outer .owl-stage .owl-item .g-owlcarousel-item .g-owlcarousel-item-wrapper .g-owlcarousel-item-content-container {
  /*position:relative !important;*/
}
@media only all and (min-width: 48rem) and (max-width: 59.938rem) {
  .interior .g-owlcarousel .owl-stage-outer .owl-stage .owl-item .g-owlcarousel-item .g-owlcarousel-item-wrapper .g-owlcarousel-item-content-container {
    position: relative !important;
  }
}
@media only all and (min-width: 30.062rem) and (max-width: 47.938rem) {
  .interior .g-owlcarousel .owl-stage-outer .owl-stage .owl-item .g-owlcarousel-item .g-owlcarousel-item-wrapper .g-owlcarousel-item-content-container {
    position: relative !important;
  }
}
@media only all and (max-width: 30rem) {
  .interior .g-owlcarousel .owl-stage-outer .owl-stage .owl-item .g-owlcarousel-item .g-owlcarousel-item-wrapper .g-owlcarousel-item-content-container {
    position: relative !important;
  }
}
/* line 1485, templates/g5_helium/custom/scss/particles/_owlcarousel.scss */
/* line 1486, templates/g5_helium/custom/scss/particles/_owlcarousel.scss */
.interior .g-owlcarousel .owl-stage-outer .owl-stage .owl-item .g-owlcarousel-item .g-owlcarousel-item-wrapper .g-owlcarousel-item-content-container .g-owlcarousel-item-content-wrapper .g-owlcarousel-item-content {
  /*position:relative !important;*/
  padding: 0rem !important;
  width: 100%;
  bottom: 0;
  height: auto;
  top: auto;
  left: 0;
  right: 0;
  background: none !important;
  /*background: linear-gradient(transparent 10%, transparentize($accent-color-2, 10%) 40%) !important;*/
}
@media only all and (max-width: 30rem) {
  .interior .g-owlcarousel .owl-stage-outer .owl-stage .owl-item .g-owlcarousel-item .g-owlcarousel-item-wrapper .g-owlcarousel-item-content-container .g-owlcarousel-item-content-wrapper .g-owlcarousel-item-content {
    position: relative !important;
  }
}
@media only all and (min-width: 30.062rem) and (max-width: 47.938rem) {
  .interior .g-owlcarousel .owl-stage-outer .owl-stage .owl-item .g-owlcarousel-item .g-owlcarousel-item-wrapper .g-owlcarousel-item-content-container .g-owlcarousel-item-content-wrapper .g-owlcarousel-item-content {
    position: relative !important;
  }
}
/* line 1518, templates/g5_helium/custom/scss/particles/_owlcarousel.scss */
/* line 1520, templates/g5_helium/custom/scss/particles/_owlcarousel.scss */
.interior .g-owlcarousel .owl-nav > div {
  border: none !important;
  background-color: rgba(239, 172, 6, 0.6) !important;
  background-repeat: no-repeat !important;
  background-position: 50% 50% !important;
  bottom: auto !important;
  top: 50% !important;
  left: auto !important;
  -ms-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  -o-transition: translate(0, -50%);
  -moz-transition: translate(0, -50%);
}
/* line 1533, templates/g5_helium/custom/scss/particles/_owlcarousel.scss */
.interior .g-owlcarousel .owl-nav > div i {
  line-height: 28px !important;
  font-size: 2.2rem !important;
}
/* line 1537, templates/g5_helium/custom/scss/particles/_owlcarousel.scss */
.interior .g-owlcarousel .owl-nav > div:hover {
  background-color: #efac06 !important;
}
/* line 1540, templates/g5_helium/custom/scss/particles/_owlcarousel.scss */
.interior .g-owlcarousel .owl-nav > div.owl-prev {
  /*background-image:url('../images/arrow-b-l.svg') !important;*/
  right: auto !important;
  left: 1rem !important;
}
/* line 1545, templates/g5_helium/custom/scss/particles/_owlcarousel.scss */
.interior .g-owlcarousel .owl-nav > div.owl-next {
  /*background-image:url('../images/arrow-b-r.svg') !important;*/
  right: 1rem !important;
  left: auto !important;
}
/* line 1552, templates/g5_helium/custom/scss/particles/_owlcarousel.scss */
.interior .g-owlcarousel .owl-dots {
  bottom: 0.7rem !important;
  text-align: center !important;
}
/* line 1555, templates/g5_helium/custom/scss/particles/_owlcarousel.scss */
.interior .g-owlcarousel .owl-dots .owl-dot {
  background: #e6e6e6 !important;
  border: 2px solid #e6e6e6 !important;
}
/* line 1558, templates/g5_helium/custom/scss/particles/_owlcarousel.scss */
.interior .g-owlcarousel .owl-dots .owl-dot.active, .interior .g-owlcarousel .owl-dots .owl-dot:hover {
  background: #efac06 !important;
  border: 2px solid #efac06 !important;
}
/* line 1571, templates/g5_helium/custom/scss/particles/_owlcarousel.scss */
/* line 1572, templates/g5_helium/custom/scss/particles/_owlcarousel.scss */
/* line 1573, templates/g5_helium/custom/scss/particles/_owlcarousel.scss */
.lateral .g-owlcarousel:before {
  display: none !important;
}
/* line 1576, templates/g5_helium/custom/scss/particles/_owlcarousel.scss */
/* line 1577, templates/g5_helium/custom/scss/particles/_owlcarousel.scss */
/* line 1578, templates/g5_helium/custom/scss/particles/_owlcarousel.scss */
/* line 1579, templates/g5_helium/custom/scss/particles/_owlcarousel.scss */
/* line 1580, templates/g5_helium/custom/scss/particles/_owlcarousel.scss */
.lateral .g-owlcarousel .owl-stage-outer .owl-stage .owl-item .g-owlcarousel-item .g-owlcarousel-item-wrapper {
  display: table;
  width: 100%;
}
@media only all and (min-width: 48rem) and (max-width: 59.938rem) {
  .lateral .g-owlcarousel .owl-stage-outer .owl-stage .owl-item .g-owlcarousel-item .g-owlcarousel-item-wrapper {
    display: block !important;
  }
}
@media only all and (min-width: 30.062rem) and (max-width: 47.938rem) {
  .lateral .g-owlcarousel .owl-stage-outer .owl-stage .owl-item .g-owlcarousel-item .g-owlcarousel-item-wrapper {
    display: block !important;
  }
}
@media only all and (max-width: 30rem) {
  .lateral .g-owlcarousel .owl-stage-outer .owl-stage .owl-item .g-owlcarousel-item .g-owlcarousel-item-wrapper {
    display: block !important;
  }
}
/* line 1592, templates/g5_helium/custom/scss/particles/_owlcarousel.scss */
.lateral .g-owlcarousel .owl-stage-outer .owl-stage .owl-item .g-owlcarousel-item .g-owlcarousel-item-wrapper .g-owlcarousel-item-img {
  position: relative;
}
/* line 1594, templates/g5_helium/custom/scss/particles/_owlcarousel.scss */
.lateral .g-owlcarousel .owl-stage-outer .owl-stage .owl-item .g-owlcarousel-item .g-owlcarousel-item-wrapper .g-owlcarousel-item-img:after, .lateral .g-owlcarousel .owl-stage-outer .owl-stage .owl-item .g-owlcarousel-item .g-owlcarousel-item-wrapper .g-owlcarousel-item-img:before {
  display: none !important;
}
/* line 1597, templates/g5_helium/custom/scss/particles/_owlcarousel.scss */
.lateral .g-owlcarousel .owl-stage-outer .owl-stage .owl-item .g-owlcarousel-item .g-owlcarousel-item-wrapper .g-owlcarousel-item-img .g-owlcarousel-item-img-inner {
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
/* line 1602, templates/g5_helium/custom/scss/particles/_owlcarousel.scss */
@media only all and (min-width: 75rem) {
  .lateral .g-owlcarousel .owl-stage-outer .owl-stage .owl-item .g-owlcarousel-item .g-owlcarousel-item-wrapper .g-owlcarousel-item-img.mobile {
    display: none;
  }
}
@media only all and (min-width: 60rem) and (max-width: 74.938rem) {
  .lateral .g-owlcarousel .owl-stage-outer .owl-stage .owl-item .g-owlcarousel-item .g-owlcarousel-item-wrapper .g-owlcarousel-item-img.mobile {
    display: none;
  }
}
@media only all and (min-width: 48rem) and (max-width: 59.938rem) {
  .lateral .g-owlcarousel .owl-stage-outer .owl-stage .owl-item .g-owlcarousel-item .g-owlcarousel-item-wrapper .g-owlcarousel-item-img.mobile {
    display: none;
  }
}
@media only all and (min-width: 30.062rem) and (max-width: 47.938rem) {
  .lateral .g-owlcarousel .owl-stage-outer .owl-stage .owl-item .g-owlcarousel-item .g-owlcarousel-item-wrapper .g-owlcarousel-item-img.mobile {
    display: block !important;
    width: 100%;
  }
}
@media only all and (max-width: 30rem) {
  .lateral .g-owlcarousel .owl-stage-outer .owl-stage .owl-item .g-owlcarousel-item .g-owlcarousel-item-wrapper .g-owlcarousel-item-img.mobile {
    display: block !important;
    width: 100%;
  }
}
/* line 1620, templates/g5_helium/custom/scss/particles/_owlcarousel.scss */
.lateral .g-owlcarousel .owl-stage-outer .owl-stage .owl-item .g-owlcarousel-item .g-owlcarousel-item-wrapper .g-owlcarousel-item-img.mobile .g-owlcarousel-item-img-inner {
  height: 300px;
}
/* line 1624, templates/g5_helium/custom/scss/particles/_owlcarousel.scss */
@media only all and (min-width: 75rem) {
  .lateral .g-owlcarousel .owl-stage-outer .owl-stage .owl-item .g-owlcarousel-item .g-owlcarousel-item-wrapper .g-owlcarousel-item-img.desktop {
    display: table-cell;
    width: 50%;
  }
}
@media only all and (min-width: 60rem) and (max-width: 74.938rem) {
  .lateral .g-owlcarousel .owl-stage-outer .owl-stage .owl-item .g-owlcarousel-item .g-owlcarousel-item-wrapper .g-owlcarousel-item-img.desktop {
    display: table-cell;
    width: 50%;
  }
}
@media only all and (min-width: 48rem) and (max-width: 59.938rem) {
  .lateral .g-owlcarousel .owl-stage-outer .owl-stage .owl-item .g-owlcarousel-item .g-owlcarousel-item-wrapper .g-owlcarousel-item-img.desktop {
    display: none;
  }
}
@media only all and (min-width: 30.062rem) and (max-width: 47.938rem) {
  .lateral .g-owlcarousel .owl-stage-outer .owl-stage .owl-item .g-owlcarousel-item .g-owlcarousel-item-wrapper .g-owlcarousel-item-img.desktop {
    display: none;
  }
}
@media only all and (max-width: 30rem) {
  .lateral .g-owlcarousel .owl-stage-outer .owl-stage .owl-item .g-owlcarousel-item .g-owlcarousel-item-wrapper .g-owlcarousel-item-img.desktop {
    display: none;
  }
}
/* line 1642, templates/g5_helium/custom/scss/particles/_owlcarousel.scss */
.lateral .g-owlcarousel .owl-stage-outer .owl-stage .owl-item .g-owlcarousel-item .g-owlcarousel-item-wrapper .g-owlcarousel-item-img.desktop .g-owlcarousel-item-img-inner {
  height: 600px;
}
/* line 1646, templates/g5_helium/custom/scss/particles/_owlcarousel.scss */
.lateral .g-owlcarousel .owl-stage-outer .owl-stage .owl-item .g-owlcarousel-item .g-owlcarousel-item-wrapper .g-owlcarousel-item-img .g-owlcarousel-item-img-tx {
  position: absolute;
  right: 0rem;
  bottom: 1rem;
  padding: 0.5rem;
  display: block;
  background: #efac06;
  max-width: 250px;
  text-align: right;
}
/* line 1655, templates/g5_helium/custom/scss/particles/_owlcarousel.scss */
.lateral .g-owlcarousel .owl-stage-outer .owl-stage .owl-item .g-owlcarousel-item .g-owlcarousel-item-wrapper .g-owlcarousel-item-img .g-owlcarousel-item-img-tx > span {
  display: block;
  border-right: 4px solid #1f2d3e;
  padding: 0.5rem 0.9rem;
}
/* line 1661, templates/g5_helium/custom/scss/particles/_owlcarousel.scss */
.lateral .g-owlcarousel .owl-stage-outer .owl-stage .owl-item .g-owlcarousel-item .g-owlcarousel-item-wrapper .g-owlcarousel-item-img.video {
  position: relative;
}
/* line 1663, templates/g5_helium/custom/scss/particles/_owlcarousel.scss */
/* line 1664, templates/g5_helium/custom/scss/particles/_owlcarousel.scss */
.lateral .g-owlcarousel .owl-stage-outer .owl-stage .owl-item .g-owlcarousel-item .g-owlcarousel-item-wrapper .g-owlcarousel-item-img.video a:before {
  display: block !important;
  height: 100%;
  width: 100% !important;
  left: 0rem;
  position: absolute;
  top: 0;
  content: "";
  background-image: none !important;
  background-color: rgba(0, 0, 0, 0.5) !important;
}
/* line 1675, templates/g5_helium/custom/scss/particles/_owlcarousel.scss */
.lateral .g-owlcarousel .owl-stage-outer .owl-stage .owl-item .g-owlcarousel-item .g-owlcarousel-item-wrapper .g-owlcarousel-item-img.video a:after {
  content: "\f04b";
  position: absolute;
  font-family: FontAwesome;
  top: 50%;
  font-size: 3rem;
  left: 50%;
  background: none !important;
  background-image: none !important;
  background-color: none !important;
  -ms-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  -o-transition: translate(0, -50%);
  -moz-transition: translate(0, -50%);
}
/* line 1694, templates/g5_helium/custom/scss/particles/_owlcarousel.scss */
.lateral .g-owlcarousel .owl-stage-outer .owl-stage .owl-item .g-owlcarousel-item .g-owlcarousel-item-wrapper .g-owlcarousel-item-content-container {
  display: table-cell;
  width: 50% !important;
  position: relative !important;
  margin: 0rem !important;
}
@media only all and (min-width: 48rem) and (max-width: 59.938rem) {
  .lateral .g-owlcarousel .owl-stage-outer .owl-stage .owl-item .g-owlcarousel-item .g-owlcarousel-item-wrapper .g-owlcarousel-item-content-container {
    width: 100% !important;
    display: block !important;
  }
}
@media only all and (min-width: 30.062rem) and (max-width: 47.938rem) {
  .lateral .g-owlcarousel .owl-stage-outer .owl-stage .owl-item .g-owlcarousel-item .g-owlcarousel-item-wrapper .g-owlcarousel-item-content-container {
    width: 100% !important;
    display: block !important;
  }
}
@media only all and (max-width: 30rem) {
  .lateral .g-owlcarousel .owl-stage-outer .owl-stage .owl-item .g-owlcarousel-item .g-owlcarousel-item-wrapper .g-owlcarousel-item-content-container {
    width: 100% !important;
    display: block !important;
  }
}
/* line 1711, templates/g5_helium/custom/scss/particles/_owlcarousel.scss */
/* line 1712, templates/g5_helium/custom/scss/particles/_owlcarousel.scss */
.lateral .g-owlcarousel .owl-stage-outer .owl-stage .owl-item .g-owlcarousel-item .g-owlcarousel-item-wrapper .g-owlcarousel-item-content-container .g-owlcarousel-item-content-wrapper .g-owlcarousel-item-content {
  padding: 0rem !important;
  width: auto !important;
  background: transparent !important;
  bottom: auto !important;
  top: 50%;
  height: auto !important;
  -ms-transform: translate(0, -50%) !important;
  /* IE 9 */
  -webkit-transform: translate(0, -50%) !important;
  /* Chrome, Safari, Opera */
  transform: translate(0, -50%) !important;
  -o-transition: translate(0, -50%) !important;
  -moz-transition: translate(0, -50%) !important;
}
@media only all and (min-width: 48rem) and (max-width: 59.938rem) {
  .lateral .g-owlcarousel .owl-stage-outer .owl-stage .owl-item .g-owlcarousel-item .g-owlcarousel-item-wrapper .g-owlcarousel-item-content-container .g-owlcarousel-item-content-wrapper .g-owlcarousel-item-content {
    position: relative !important;
    top: auto !important;
    -ms-transform: translate(0, 0) !important;
    /* IE 9 */
    -webkit-transform: translate(0, 0) !important;
    /* Chrome, Safari, Opera */
    transform: translate(0, 0) !important;
    -o-transition: translate(0, 0) !important;
    -moz-transition: translate(0, 0) !important;
  }
}
@media only all and (min-width: 30.062rem) and (max-width: 47.938rem) {
  .lateral .g-owlcarousel .owl-stage-outer .owl-stage .owl-item .g-owlcarousel-item .g-owlcarousel-item-wrapper .g-owlcarousel-item-content-container .g-owlcarousel-item-content-wrapper .g-owlcarousel-item-content {
    position: relative !important;
    top: auto !important;
    -ms-transform: translate(0, 0) !important;
    /* IE 9 */
    -webkit-transform: translate(0, 0) !important;
    /* Chrome, Safari, Opera */
    transform: translate(0, 0) !important;
    -o-transition: translate(0, 0) !important;
    -moz-transition: translate(0, 0) !important;
  }
}
@media only all and (max-width: 30rem) {
  .lateral .g-owlcarousel .owl-stage-outer .owl-stage .owl-item .g-owlcarousel-item .g-owlcarousel-item-wrapper .g-owlcarousel-item-content-container .g-owlcarousel-item-content-wrapper .g-owlcarousel-item-content {
    position: relative !important;
    top: auto !important;
    -ms-transform: translate(0, 0) !important;
    /* IE 9 */
    -webkit-transform: translate(0, 0) !important;
    /* Chrome, Safari, Opera */
    transform: translate(0, 0) !important;
    -o-transition: translate(0, 0) !important;
    -moz-transition: translate(0, 0) !important;
  }
}
/* line 1751, templates/g5_helium/custom/scss/particles/_owlcarousel.scss */
.lateral .g-owlcarousel .owl-stage-outer .owl-stage .owl-item .g-owlcarousel-item .g-owlcarousel-item-wrapper .g-owlcarousel-item-content-container .g-owlcarousel-item-content-wrapper .g-owlcarousel-item-content .g-owlcarousel-item-content-aux {
  position: relative;
  padding: 0rem 4rem 0rem 0.5rem !important;
}
@media only all and (min-width: 48rem) and (max-width: 59.938rem) {
  .lateral .g-owlcarousel .owl-stage-outer .owl-stage .owl-item .g-owlcarousel-item .g-owlcarousel-item-wrapper .g-owlcarousel-item-content-container .g-owlcarousel-item-content-wrapper .g-owlcarousel-item-content .g-owlcarousel-item-content-aux {
    padding: 2rem !important;
  }
}
@media only all and (min-width: 30.062rem) and (max-width: 47.938rem) {
  .lateral .g-owlcarousel .owl-stage-outer .owl-stage .owl-item .g-owlcarousel-item .g-owlcarousel-item-wrapper .g-owlcarousel-item-content-container .g-owlcarousel-item-content-wrapper .g-owlcarousel-item-content .g-owlcarousel-item-content-aux {
    padding: 2rem !important;
  }
}
@media only all and (max-width: 30rem) {
  .lateral .g-owlcarousel .owl-stage-outer .owl-stage .owl-item .g-owlcarousel-item .g-owlcarousel-item-wrapper .g-owlcarousel-item-content-container .g-owlcarousel-item-content-wrapper .g-owlcarousel-item-content .g-owlcarousel-item-content-aux {
    padding: 2rem !important;
  }
}
/* line 1763, templates/g5_helium/custom/scss/particles/_owlcarousel.scss */
.lateral .g-owlcarousel .owl-stage-outer .owl-stage .owl-item .g-owlcarousel-item .g-owlcarousel-item-wrapper .g-owlcarousel-item-content-container .g-owlcarousel-item-content-wrapper .g-owlcarousel-item-content .g-owlcarousel-item-content-aux .g-owlcarousel-item-tag-outter {
  padding-bottom: 1.5rem;
  display: inline-block;
  margin: 0rem 0.5rem 0.5rem 0rem;
  letter-spacing: 0.03rem;
}
/* line 1770, templates/g5_helium/custom/scss/particles/_owlcarousel.scss */
.lateral .g-owlcarousel .owl-stage-outer .owl-stage .owl-item .g-owlcarousel-item .g-owlcarousel-item-wrapper .g-owlcarousel-item-content-container .g-owlcarousel-item-content-wrapper .g-owlcarousel-item-content .g-owlcarousel-item-content-aux .g-owlcarousel-item-tag-outter .g-owlcarousel-item-tag-name-inner {
  color: #fff;
  padding: 0rem 0.5rem;
  display: inline-block;
  line-height: 1.5rem !important;
  font-size: 0.75rem !important;
}
/* line 1776, templates/g5_helium/custom/scss/particles/_owlcarousel.scss */
.lateral .g-owlcarousel .owl-stage-outer .owl-stage .owl-item .g-owlcarousel-item .g-owlcarousel-item-wrapper .g-owlcarousel-item-content-container .g-owlcarousel-item-content-wrapper .g-owlcarousel-item-content .g-owlcarousel-item-content-aux .g-owlcarousel-item-tag-outter .g-owlcarousel-item-tag-name-inner.naranja {
  background-color: #efac06;
}
/* line 1779, templates/g5_helium/custom/scss/particles/_owlcarousel.scss */
.lateral .g-owlcarousel .owl-stage-outer .owl-stage .owl-item .g-owlcarousel-item .g-owlcarousel-item-wrapper .g-owlcarousel-item-content-container .g-owlcarousel-item-content-wrapper .g-owlcarousel-item-content .g-owlcarousel-item-content-aux .g-owlcarousel-item-tag-outter .g-owlcarousel-item-tag-name-inner.azul {
  background-color: #005a96;
}
/* line 1782, templates/g5_helium/custom/scss/particles/_owlcarousel.scss */
.lateral .g-owlcarousel .owl-stage-outer .owl-stage .owl-item .g-owlcarousel-item .g-owlcarousel-item-wrapper .g-owlcarousel-item-content-container .g-owlcarousel-item-content-wrapper .g-owlcarousel-item-content .g-owlcarousel-item-content-aux .g-owlcarousel-item-tag-outter .g-owlcarousel-item-tag-name-inner.blanco {
  background-color: #fff;
  color: #005a96 !important;
}
/* line 1786, templates/g5_helium/custom/scss/particles/_owlcarousel.scss */
.lateral .g-owlcarousel .owl-stage-outer .owl-stage .owl-item .g-owlcarousel-item .g-owlcarousel-item-wrapper .g-owlcarousel-item-content-container .g-owlcarousel-item-content-wrapper .g-owlcarousel-item-content .g-owlcarousel-item-content-aux .g-owlcarousel-item-tag-outter .g-owlcarousel-item-tag-name-inner.gris {
  background-color: #f2f2f2;
  color: #005a96 !important;
}
/* line 1794, templates/g5_helium/custom/scss/particles/_owlcarousel.scss */
.lateral .g-owlcarousel .owl-stage-outer .owl-stage .owl-item .g-owlcarousel-item .g-owlcarousel-item-wrapper .g-owlcarousel-item-content-container .g-owlcarousel-item-content-wrapper .g-owlcarousel-item-content .g-owlcarousel-item-content-aux .g-owlcarousel-item-fecha {
  line-height: 1.35rem !important;
  font-size: 0.85rem !important;
  color: #5b5b5e;
  display: block;
  padding-bottom: 1.5rem;
  letter-spacing: 0.04rem;
}
/* line 1801, templates/g5_helium/custom/scss/particles/_owlcarousel.scss */
.lateral .g-owlcarousel .owl-stage-outer .owl-stage .owl-item .g-owlcarousel-item .g-owlcarousel-item-wrapper .g-owlcarousel-item-content-container .g-owlcarousel-item-content-wrapper .g-owlcarousel-item-content .g-owlcarousel-item-content-aux .g-owlcarousel-item-title {
  line-height: 2.5rem !important;
  font-size: 2rem !important;
  margin: 0rem 0rem 1.5rem 0rem !important;
  color: #000 !important;
  font-family: 'Conv_Catamaran-Bold' !important;
  letter-spacing: 0.08rem;
  transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
  -webkit-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
  -o-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
  -moz-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
  -ms-transition: transform all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
}
@media only all and (min-width: 30.062rem) and (max-width: 47.938rem) {
  .lateral .g-owlcarousel .owl-stage-outer .owl-stage .owl-item .g-owlcarousel-item .g-owlcarousel-item-wrapper .g-owlcarousel-item-content-container .g-owlcarousel-item-content-wrapper .g-owlcarousel-item-content .g-owlcarousel-item-content-aux .g-owlcarousel-item-title {
    line-height: 2rem !important;
    font-size: 1.5rem !important;
  }
}
@media only all and (max-width: 30rem) {
  .lateral .g-owlcarousel .owl-stage-outer .owl-stage .owl-item .g-owlcarousel-item .g-owlcarousel-item-wrapper .g-owlcarousel-item-content-container .g-owlcarousel-item-content-wrapper .g-owlcarousel-item-content .g-owlcarousel-item-content-aux .g-owlcarousel-item-title {
    line-height: 2rem !important;
    font-size: 1.5rem !important;
  }
}
/* line 1809, templates/g5_helium/custom/scss/particles/_owlcarousel.scss */
.lateral .g-owlcarousel .owl-stage-outer .owl-stage .owl-item .g-owlcarousel-item .g-owlcarousel-item-wrapper .g-owlcarousel-item-content-container .g-owlcarousel-item-content-wrapper .g-owlcarousel-item-content .g-owlcarousel-item-content-aux .g-owlcarousel-item-desc {
  color: #434041 !important;
  border-bottom: 1px solid #e6e6e6;
  margin-bottom: 1.5rem !important;
  padding-bottom: 1.5rem !important;
  font-size: 1.1rem !important;
  letter-spacing: 0.02rem;
  line-height: 1.5rem !important;
  font-family: 'Conv_librefranklin-medium' !important;
  letter-spacing: 0.04rem;
  line-height: 1.9rem !important;
  display: block !important;
}
/* line 67, templates/g5_helium/custom/scss/_var-gen.scss */
.lateral .g-owlcarousel .owl-stage-outer .owl-stage .owl-item .g-owlcarousel-item .g-owlcarousel-item-wrapper .g-owlcarousel-item-content-container .g-owlcarousel-item-content-wrapper .g-owlcarousel-item-content .g-owlcarousel-item-content-aux .g-owlcarousel-item-desc a {
  line-height: 1.5rem;
}
/* line 1820, templates/g5_helium/custom/scss/particles/_owlcarousel.scss */
/* line 1821, templates/g5_helium/custom/scss/particles/_owlcarousel.scss */
.lateral .g-owlcarousel .owl-stage-outer .owl-stage .owl-item .g-owlcarousel-item .g-owlcarousel-item-wrapper .g-owlcarousel-item-content-container .g-owlcarousel-item-content-wrapper .g-owlcarousel-item-content .g-owlcarousel-item-content-aux a:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 5;
}
/* line 1833, templates/g5_helium/custom/scss/particles/_owlcarousel.scss */
/* line 1834, templates/g5_helium/custom/scss/particles/_owlcarousel.scss */
/* line 1835, templates/g5_helium/custom/scss/particles/_owlcarousel.scss */
.lateral .g-owlcarousel .owl-stage-outer .owl-stage .owl-item .g-owlcarousel-item .g-owlcarousel-item-wrapper .g-owlcarousel-item-content-container .g-owlcarousel-item-content-wrapper .g-owlcarousel-item-content:hover .g-owlcarousel-item-content-aux .g-owlcarousel-item-title {
  color: #005a96 !important;
}
/* line 1, templates/g5_helium/custom/scss/particles/_social.scss */
.g-social {
  margin-top: 3px;
}
/* line 3, templates/g5_helium/custom/scss/particles/_social.scss */
.g-social a {
  color: #fff !important;
  background: transparent;
  display: inline-block;
  font-size: 1.2rem;
  text-align: center;
  line-height: 20px;
  margin: 0 2px;
  border-radius: 2px;
  padding: 0.1875rem !important;
}
/* line 13, templates/g5_helium/custom/scss/particles/_social.scss */
.g-social a:hover {
  color: #fff !important;
  background: transparent;
}
/* line 17, templates/g5_helium/custom/scss/particles/_social.scss */
/* line 18, templates/g5_helium/custom/scss/particles/_social.scss */
.g-social a.mia-lineaa img {
  margin-top: -0.4rem;
}
/*
 @import "particles/_gridstatistic.scss";
 @import "particles/_imagegrid.scss";
 @import "particles/_infolist.scss";
 @import "particles/_mosaicgrid.scss";
 @import "particles/_newsletter.scss";
 @import "particles/_newsslider.scss";
 @import "particles/_owlcarousel.scss";
 @import "particles/_popupmodule.scss";
 @import "particles/_pricingtable.scss";
 @import "particles/_simplecontent.scss";
 @import "particles/_simplecounter.scss";
 @import "particles/_bookblock.scss";
 @import "particles/_bookingform.scss";*/
/* line 54, templates/g5_helium/custom/scss/custom.scss */
.g-logo {
  margin: 0rem !important;
}
/* line 57, templates/g5_helium/custom/scss/custom.scss */
.gantry-logo {
  transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
  -webkit-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
  -o-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
  -moz-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
  -ms-transition: transform all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
  display: inline-block;
  padding: 0.58rem 0.938rem 0.2rem;
  margin: 0.625rem 0.625rem 0.2rem;
}
/* line 62, templates/g5_helium/custom/scss/custom.scss */
.gantry-logo img {
  width: auto !important;
}
/* line 68, templates/g5_helium/custom/scss/custom.scss */
.g-logo.g-logo-helium img, .g-logo.g-logo-helium svg {
  max-height: unset !important;
}
/* line 71, templates/g5_helium/custom/scss/custom.scss */
#g-navigation .g-logo.g-logo-helium {
  background: #005a96;
  display: inline-block;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
/* line 86, templates/g5_helium/custom/scss/custom.scss */
.g-content, .platform-content {
  margin: 0px !important;
  padding: 0px !important;
}
/* line 91, templates/g5_helium/custom/scss/custom.scss */
.moduletable {
  padding: 0.938rem !important;
  margin: 0.625rem !important;
}
/* line 94, templates/g5_helium/custom/scss/custom.scss */
.moduletable h3.g-title {
  font-size: 1.56rem;
  line-height: 2.06rem !important;
  font-family: 'Conv_librefranklin-semibold' !important;
  border: none;
  color: #005a96 !important;
}
@media only all and (max-width: 47.938rem) {
  .moduletable h3.g-title {
    font-size: 1.2rem;
    line-height: 1.7rem !important;
  }
}
/* line 98, templates/g5_helium/custom/scss/custom.scss */
/* line 99, templates/g5_helium/custom/scss/custom.scss */
.moduletable.titulo-variante-1 h3.g-title {
  text-align: center;
  color: #efac06 !important;
}
/* line 102, templates/g5_helium/custom/scss/custom.scss */
.moduletable.titulo-variante-1 h3.g-title span {
  color: #005a96 !important;
}
/* line 116, templates/g5_helium/custom/scss/custom.scss */
.accordion.panel-group {
  border: 1px solid #e6e6e6;
  border-radius: 0rem;
  padding: 5px;
  font-size: 1rem;
}
/* line 121, templates/g5_helium/custom/scss/custom.scss */
.accordion.panel-group .accordion-group {
  border-radius: 0px !important;
  margin: 0px;
}
/* line 124, templates/g5_helium/custom/scss/custom.scss */
/* line 125, templates/g5_helium/custom/scss/custom.scss */
.accordion.panel-group .accordion-group .accordion-heading a.accordion-toggle {
  color: #000;
  background: transparent;
  box-shadow: none !important;
}
/* line 129, templates/g5_helium/custom/scss/custom.scss */
.accordion.panel-group .accordion-group .accordion-heading a.accordion-toggle:hover {
  background: transparent;
  color: #efac06;
}
/* line 133, templates/g5_helium/custom/scss/custom.scss */
.accordion.panel-group .accordion-group .accordion-heading a.accordion-toggle:after {
  content: "\f107";
  font-family: FontAwesome;
  color: #efac06;
  float: right;
  transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
  -webkit-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
  -o-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
  -moz-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
  -ms-transition: transform all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
  -ms-transform: rotate(0);
  -webkit-transform: rotate(0);
  transform: rotate(0);
  -o-transition: rotate(0);
  -moz-transition: rotate(0);
}
/* line 151, templates/g5_helium/custom/scss/custom.scss */
/* line 152, templates/g5_helium/custom/scss/custom.scss */
.accordion.panel-group .accordion-group .accordion-body p {
  margin: 1.5rem 0 !important;
}
/* line 156, templates/g5_helium/custom/scss/custom.scss */
/* line 157, templates/g5_helium/custom/scss/custom.scss */
/* line 158, templates/g5_helium/custom/scss/custom.scss */
.accordion.panel-group .accordion-group.active .accordion-heading a.accordion-toggle {
  color: #efac06;
  background: transparent;
  box-shadow: none !important;
}
/* line 162, templates/g5_helium/custom/scss/custom.scss */
.accordion.panel-group .accordion-group.active .accordion-heading a.accordion-toggle:after {
  -ms-transform: rotate(180deg);
  /* IE 9 */
  -webkit-transform: rotate(180deg);
  /* Chrome, Safari, Opera */
  transform: rotate(180deg);
  -o-transition: rotate(180deg);
  -moz-transition: rotate(180deg);
}
/* line 172, templates/g5_helium/custom/scss/custom.scss */
/* line 173, templates/g5_helium/custom/scss/custom.scss */
.accordion.panel-group .accordion-group:nth-child(odd) .accordion-heading {
  background: #f8f9f9;
}
/* line 183, templates/g5_helium/custom/scss/custom.scss */
/* line 184, templates/g5_helium/custom/scss/custom.scss */
.no-fecha .date {
  display: none !important;
}
/* line 189, templates/g5_helium/custom/scss/custom.scss */
.moduletable.conjunto {
  padding-right: 0px;
  padding-left: 0px;
  margin-right: 0px;
  margin-left: 0px;
}
/* line 203, templates/g5_helium/custom/scss/custom.scss */
/* line 204, templates/g5_helium/custom/scss/custom.scss */
.g-error #g-main {
  padding: 80px 0px !important;
}
/* line 206, templates/g5_helium/custom/scss/custom.scss */
.g-error #g-main h1 {
  font-family: 'Conv_librefranklin-light' !important;
}
/* line 210, templates/g5_helium/custom/scss/custom.scss */
.g-error table.acymailing_form {
  border: none !important;
}
/* line 212, templates/g5_helium/custom/scss/custom.scss */
.g-error table.acymailing_form tr, .g-error table.acymailing_form td {
  border: none !important;
}
/* line 223, templates/g5_helium/custom/scss/custom.scss */
/* line 224, templates/g5_helium/custom/scss/custom.scss */
#g-superior .moduletable {
  position: relative;
}
/* line 230, templates/g5_helium/custom/scss/custom.scss */
@media only all and (min-width: 48rem) and (max-width: 59.938rem) {
  .no-mobile {
    display: none !important;
  }
}
@media only all and (max-width: 47.938rem) {
  .no-mobile {
    display: none !important;
  }
}
/* line 238, templates/g5_helium/custom/scss/custom.scss */
.solo-mobile {
  display: none;
}
@media only all and (min-width: 48rem) and (max-width: 59.938rem) {
  .solo-mobile {
    display: block !important;
  }
}
@media only all and (max-width: 47.938rem) {
  .solo-mobile {
    display: block !important;
  }
}
/* line 248, templates/g5_helium/custom/scss/custom.scss */
/* line 249, templates/g5_helium/custom/scss/custom.scss */
.k2SearchBlock input.button {
  color: #fff !important;
  border: 1px solid #efac06 !important;
  border-radius: 0rem !important;
  padding: 10px 20px !important;
  background-color: #efac06 !important;
  transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
  -webkit-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
  -o-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
  -moz-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
  -ms-transition: transform all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
  font-family: 'Conv_librefranklin-regular';
  box-shadow: none !important;
  text-transform: uppercase;
}
/* line 37, templates/g5_helium/custom/scss/_botones.scss */
.k2SearchBlock input.button:hover {
  border: 1px solid #efac06 !important;
  color: #efac06 !important;
  background-color: #fff !important;
}
/* line 255, templates/g5_helium/custom/scss/custom.scss */
.moduletable.ver-mas-mod {
  padding-top: 0rem !important;
  margin-top: 0rem !important;
  text-align: right;
}
/* line 259, templates/g5_helium/custom/scss/custom.scss */
.moduletable.ver-mas-mod a {
  color: #005a96 !important;
  border: 1px solid #005a96 !important;
  border-radius: 0 !important;
  padding: 10px 20px !important;
  background-color: #fff !important;
  font-weight: normal !important;
  box-shadow: none !important;
  /*background-image:url('../images/arrow-b-r.svg') !important;
   background-repeat:no-repeat !important;*/
  text-shadow: none !important;
  background-position: right 5px top 50% !important;
  text-transform: none !important;
  letter-spacing: unset !important;
  font-family: 'Conv_librefranklin-medium' !important;
}
/* line 177, templates/g5_helium/custom/scss/_botones.scss */
.moduletable.ver-mas-mod a:hover {
  border: 1px solid #005a96 !important;
  background-color: #005a96 !important;
  color: #fff !important;
}
/* line 266, templates/g5_helium/custom/scss/custom.scss */
/* line 268, templates/g5_helium/custom/scss/custom.scss */
@media only all and (min-width: 30.062rem) and (max-width: 47.938rem) {
  .moduletable.brand-dr {
    text-align: center;
  }
}
@media only all and (max-width: 30rem) {
  .moduletable.brand-dr {
    text-align: center;
  }
}
/* line 276, templates/g5_helium/custom/scss/custom.scss */
.moduletable.brand-dr {
  text-align: right;
}
@media only all and (min-width: 30.062rem) and (max-width: 47.938rem) {
  .moduletable.brand-dr {
    text-align: center;
  }
}
@media only all and (max-width: 30rem) {
  .moduletable.brand-dr {
    text-align: center;
  }
}
/* line 284, templates/g5_helium/custom/scss/custom.scss */
.moduletable.brand-dr img {
  margin-top: -10px;
}
/* line 289, templates/g5_helium/custom/scss/custom.scss */
/* line 290, templates/g5_helium/custom/scss/custom.scss */
.jumi .slider {
  border: 1px solid #e8e8e8;
  border-radius: 4px;
  padding: 0px;
  max-height: 400px;
  min-height: 400px;
  overflow-x: hidden;
  overflow-y: scroll;
}
/* line 298, templates/g5_helium/custom/scss/custom.scss */
.jumi .slider ul {
  margin: 0px;
}
/* line 300, templates/g5_helium/custom/scss/custom.scss */
.jumi .slider ul li {
  padding: 15px;
  list-style: none;
  border-bottom: 1px solid #e8e8e8;
}
/* line 304, templates/g5_helium/custom/scss/custom.scss */
.jumi .slider ul li .date {
  margin-bottom: 1rem;
  line-height: 1.5rem !important;
  font-size: 0.75rem !important;
  color: #9e9e9e;
  font-family: 'Conv_librefranklin-light' important;
  padding-bottom: 0.5rem;
}
/* line 312, templates/g5_helium/custom/scss/custom.scss */
.jumi .slider ul li .img-inner-yt {
  background-size: cover;
  background-position: 50% 50%;
  min-height: 130px;
}
/* line 317, templates/g5_helium/custom/scss/custom.scss */
.jumi .slider ul li .inner {
  font-size: 1rem !important;
  line-height: 1.5rem !important;
  border-bottom: none !important;
  color: #db9907;
  border-bottom: none !important;
  color: #db9907;
  font-family: 'Conv_librefranklin-medium' important;
  padding-top: 0.5rem;
  color: #1f2d3e;
}
/* line 330, templates/g5_helium/custom/scss/custom.scss */
/* line 331, templates/g5_helium/custom/scss/custom.scss */
.moduletable.mod-tit-fb, .moduletable.mod-tit-tw, .moduletable.mod-tit-yt {
  text-align: center;
}
/* line 333, templates/g5_helium/custom/scss/custom.scss */
.moduletable.mod-tit-fb p, .moduletable.mod-tit-tw p, .moduletable.mod-tit-yt p {
  margin: 0rem;
}
/* line 337, templates/g5_helium/custom/scss/custom.scss */
.moduletable.mod-tit-fb {
  background: #009ee2;
}
/* line 340, templates/g5_helium/custom/scss/custom.scss */
.moduletable.mod-tit-tw {
  background: #6ccdef;
}
/* line 343, templates/g5_helium/custom/scss/custom.scss */
.moduletable.mod-tit-yt {
  background: #ef2e3c;
}
/* line 347, templates/g5_helium/custom/scss/custom.scss */
/* line 348, templates/g5_helium/custom/scss/custom.scss */
.moduletable.sin_espacio.sin_espacio {
  padding: 0 !important;
  margin: 0 !important;
}
/* line 354, templates/g5_helium/custom/scss/custom.scss */
#form_3 {
  border: 1px solid #e6e6e6 !important;
}
/* line 356, templates/g5_helium/custom/scss/custom.scss */
/* line 357, templates/g5_helium/custom/scss/custom.scss */
/* line 358, templates/g5_helium/custom/scss/custom.scss */
#form_3 #group7 .fb_el_tuiniciativa___motivo .fabrikLabel, #form_3 #group7 .fb_el_tuiniciativa___porque_que .fabrikLabel, #form_3 #group7 .fb_el_tuiniciativa___a_quienes .fabrikLabel {
  margin: 2rem 0rem;
  font-family: 'Conv_librefranklin-regular';
  font-weight: normal !important;
  background: #f8f9f9;
  padding: 1rem 2rem;
  color: #1f2d3e;
  font-size: 1.1rem !important;
  letter-spacing: 0.02rem;
  line-height: 2rem !important;
  font-family: 'Conv_librefranklin-medium' !important;
  margin-bottom: 1rem !important;
}
/* line 370, templates/g5_helium/custom/scss/custom.scss */
#form_3 #group7 .fb_el_tuiniciativa___motivo .fabrikLabel:before, #form_3 #group7 .fb_el_tuiniciativa___porque_que .fabrikLabel:before, #form_3 #group7 .fb_el_tuiniciativa___a_quienes .fabrikLabel:before {
  font-family: FontAwesome;
  content: "\f101";
  margin-right: 0.5rem;
  box-sizing: inherit;
}
/* line 379, templates/g5_helium/custom/scss/custom.scss */
/* line 380, templates/g5_helium/custom/scss/custom.scss */
#form_3 #group13 .fb_el_tuiniciativa___nombre2 {
  margin-left: 0rem !important;
}
/* line 384, templates/g5_helium/custom/scss/custom.scss */
/* line 385, templates/g5_helium/custom/scss/custom.scss */
#form_3 #group14 .fb_el_tuiniciativa___telefono2 {
  margin-left: 0rem !important;
}
/* line 389, templates/g5_helium/custom/scss/custom.scss */
/* line 390, templates/g5_helium/custom/scss/custom.scss */
#form_3 #group6 .fabrikLabel {
  display: none;
}
/* line 394, templates/g5_helium/custom/scss/custom.scss */
#form_3 .fabrikElement {
  padding-left: 0rem !important;
}
/* line 397, templates/g5_helium/custom/scss/custom.scss */
/* line 398, templates/g5_helium/custom/scss/custom.scss */
#form_3 .icon-plus:before {
  content: "AGREGAR" !important;
  font-family: Arial;
}
/* line 403, templates/g5_helium/custom/scss/custom.scss */
/* line 404, templates/g5_helium/custom/scss/custom.scss */
#form_3 .icon-minus:before {
  content: "QUITAR" !important;
  font-family: Arial;
}
/* line 409, templates/g5_helium/custom/scss/custom.scss */
#form_3 .fabrikGroupRepeater {
  padding-right: 2rem !important;
}
/* line 411, templates/g5_helium/custom/scss/custom.scss */
#form_3 .fabrikGroupRepeater .pull-right {
  float: none !important;
  display: grid;
}
/* line 416, templates/g5_helium/custom/scss/custom.scss */
#form_3 .fabrikRepeatGroup___tuiniciativa_8_repeat___fecha_realiza {
  width: 25%;
}
/* line 420, templates/g5_helium/custom/scss/custom.scss */
/* line 421, templates/g5_helium/custom/scss/custom.scss */
.itemid-120 .field_title {
  /*display: none !important;*/
}
/* line 426, templates/g5_helium/custom/scss/custom.scss */
/* line 427, templates/g5_helium/custom/scss/custom.scss */
/* line 428, templates/g5_helium/custom/scss/custom.scss */
.itemid-434 .cat-a:before, .itemid-434 .cat-b:before {
  font-family: FontAwesome;
  margin-right: 0.5rem;
  content: "\f105";
  color: #efac06;
}
/* line 435, templates/g5_helium/custom/scss/custom.scss */
/* line 436, templates/g5_helium/custom/scss/custom.scss */
.itemid-434 #group20 .control-label {
  width: 100%;
  text-align: left;
}
/*# sourceMappingURL=custom_16.css.map */