/* 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
 */

@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;600&display=swap');
/* 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 1, templates/g5_hydrogen/scss/mixins/_nav.scss */
/*
 *  Owl Carousel - Animate Plugin
 */
/* line 8, templates/g5_hydrogen/custom/scss/_owlcarousel-neo.scss */
/* line 9, templates/g5_hydrogen/custom/scss/_owlcarousel-neo.scss */
.owl-carousel .animated {
  animation-duration: 1000ms;
  animation-fill-mode: both;
}
/* line 14, templates/g5_hydrogen/custom/scss/_owlcarousel-neo.scss */
.owl-carousel .owl-animated-in {
  z-index: 0;
}
/* line 18, templates/g5_hydrogen/custom/scss/_owlcarousel-neo.scss */
.owl-carousel .owl-animated-out {
  z-index: 1;
}
/* line 22, templates/g5_hydrogen/custom/scss/_owlcarousel-neo.scss */
.owl-carousel .fadeOut {
  animation-name: fadeOut;
}
@keyframes fadeOut {
  /* line 28, templates/g5_hydrogen/custom/scss/_owlcarousel-neo.scss */
  0% {
    opacity: 1;
  }
  /* line 32, templates/g5_hydrogen/custom/scss/_owlcarousel-neo.scss */
  100% {
    opacity: 0;
  }
}
/*
 *     Owl Carousel - Auto Height Plugin
 */
/* line 41, templates/g5_hydrogen/custom/scss/_owlcarousel-neo.scss */
.owl-height {
  transition: height 500ms ease-in-out;
}
/*
 *  Owl Carousel - Core
 */
/* line 48, templates/g5_hydrogen/custom/scss/_owlcarousel-neo.scss */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}
/* line 56, templates/g5_hydrogen/custom/scss/_owlcarousel-neo.scss */
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
  -moz-backface-visibility: hidden;
  /* fix firefox animation glitch */
}
/* line 63, templates/g5_hydrogen/custom/scss/_owlcarousel-neo.scss */
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
/* line 72, templates/g5_hydrogen/custom/scss/_owlcarousel-neo.scss */
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}
/* line 79, templates/g5_hydrogen/custom/scss/_owlcarousel-neo.scss */
.owl-carousel .owl-wrapper, .owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}
/* line 89, templates/g5_hydrogen/custom/scss/_owlcarousel-neo.scss */
.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}
/* line 98, templates/g5_hydrogen/custom/scss/_owlcarousel-neo.scss */
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}
/* line 103, templates/g5_hydrogen/custom/scss/_owlcarousel-neo.scss */
.owl-carousel .owl-nav.disabled, .owl-carousel .owl-dots.disabled {
  display: none;
}
/* line 108, templates/g5_hydrogen/custom/scss/_owlcarousel-neo.scss */
.owl-carousel .owl-nav .owl-prev, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-dot {
  cursor: pointer;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
/* line 119, templates/g5_hydrogen/custom/scss/_owlcarousel-neo.scss */
.owl-carousel .owl-nav button.owl-prev, .owl-carousel .owl-nav button.owl-next, .owl-carousel button.owl-dot {
  background: none;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
}
/* line 129, templates/g5_hydrogen/custom/scss/_owlcarousel-neo.scss */
.owl-carousel.owl-loaded {
  display: block;
}
/* line 133, templates/g5_hydrogen/custom/scss/_owlcarousel-neo.scss */
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
/* line 138, templates/g5_hydrogen/custom/scss/_owlcarousel-neo.scss */
.owl-carousel.owl-hidden {
  opacity: 0;
}
/* line 142, templates/g5_hydrogen/custom/scss/_owlcarousel-neo.scss */
.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}
/* line 146, templates/g5_hydrogen/custom/scss/_owlcarousel-neo.scss */
.owl-carousel.owl-drag .owl-item {
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
/* line 154, templates/g5_hydrogen/custom/scss/_owlcarousel-neo.scss */
.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab;
}
/* line 159, templates/g5_hydrogen/custom/scss/_owlcarousel-neo.scss */
.owl-carousel.owl-rtl {
  direction: rtl;
}
/* line 163, templates/g5_hydrogen/custom/scss/_owlcarousel-neo.scss */
.owl-carousel.owl-rtl .owl-item {
  float: right;
}
/* No Js */
/* line 169, templates/g5_hydrogen/custom/scss/_owlcarousel-neo.scss */
.no-js .owl-carousel {
  display: block;
}
/*
 *     Owl Carousel - Lazy Load Plugin
 */
/* line 177, templates/g5_hydrogen/custom/scss/_owlcarousel-neo.scss */
/* line 178, templates/g5_hydrogen/custom/scss/_owlcarousel-neo.scss */
.owl-carousel .owl-item {
  /**
   This is introduced due to a bug in IE11 where lazy loading combined with autoheight plugin causes a wrong
   calculation of the height of the owl-item that breaks page layouts
   */
}
/* line 179, templates/g5_hydrogen/custom/scss/_owlcarousel-neo.scss */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 400ms ease;
}
/* line 188, templates/g5_hydrogen/custom/scss/_owlcarousel-neo.scss */
.owl-carousel .owl-item .owl-lazy[src^=""], .owl-carousel .owl-item .owl-lazy:not([src]) {
  max-height: 0;
}
/* line 192, templates/g5_hydrogen/custom/scss/_owlcarousel-neo.scss */
.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d;
}
/*
 *     Owl Carousel - Video Plugin
 */
/* line 202, templates/g5_hydrogen/custom/scss/_owlcarousel-neo.scss */
/* line 203, templates/g5_hydrogen/custom/scss/_owlcarousel-neo.scss */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}
/* line 209, templates/g5_hydrogen/custom/scss/_owlcarousel-neo.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('../../images/owlcarousel/owl.video.play.png') no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 100ms ease;
}
/* line 224, templates/g5_hydrogen/custom/scss/_owlcarousel-neo.scss */
.owl-carousel .owl-video-play-icon:hover {
  transform: scale(1.3, 1.3);
}
/* line 228, templates/g5_hydrogen/custom/scss/_owlcarousel-neo.scss */
.owl-carousel .owl-video-playing .owl-video-tn, .owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}
/* line 233, templates/g5_hydrogen/custom/scss/_owlcarousel-neo.scss */
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease;
}
/* line 242, templates/g5_hydrogen/custom/scss/_owlcarousel-neo.scss */
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}
/*
 *  Owl Carousel - Nav & Dots
 */
/* line 254, templates/g5_hydrogen/custom/scss/_owlcarousel-neo.scss */
.owl-nav {
  margin-top: 10px;
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}
/* line 259, templates/g5_hydrogen/custom/scss/_owlcarousel-neo.scss */
.owl-nav [class*='owl-'] {
  display: inline-block;
  margin: auto;
  padding: 0.9rem 0;
  color: #fff;
  font-size: 1rem;
  text-align: center;
  cursor: pointer;
  border-radius: 50%;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  transition: all 0.25s;
}
/* line 270, templates/g5_hydrogen/custom/scss/_owlcarousel-neo.scss */
.owl-nav [class*='owl-']:hover {
  text-decoration: none;
}
/* line 275, templates/g5_hydrogen/custom/scss/_owlcarousel-neo.scss */
.owl-nav.disabled {
  opacity: 0.5;
  cursor: default;
}
/* line 281, templates/g5_hydrogen/custom/scss/_owlcarousel-neo.scss */
.owl-nav .owl-nav.disabled + .owl-dots {
  margin-top: 10px;
}
/* line 285, templates/g5_hydrogen/custom/scss/_owlcarousel-neo.scss */
.owl-nav .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}
/* line 289, templates/g5_hydrogen/custom/scss/_owlcarousel-neo.scss */
.owl-nav .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
  *display: inline;
}
/* line 294, templates/g5_hydrogen/custom/scss/_owlcarousel-neo.scss */
.owl-nav .owl-dots .owl-dot span {
  width: 15px;
  height: 15px;
  margin: 0 0.3125rem;
  background: #333;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity 200ms ease;
  border-radius: 15px;
}
/* line 305, templates/g5_hydrogen/custom/scss/_owlcarousel-neo.scss */
/* line 307, templates/g5_hydrogen/custom/scss/_owlcarousel-neo.scss */
.owl-nav .owl-dots .owl-dot.active span, .owl-nav .owl-dots .owl-dot:hover span {
  background: #fff;
}
/* line 319, templates/g5_hydrogen/custom/scss/_owlcarousel-neo.scss */
.g-owlcarousel {
  color: #eceeef;
}
/* line 322, templates/g5_hydrogen/custom/scss/_owlcarousel-neo.scss */
.g-owlcarousel .g-owlcarousel-item-wrapper {
  position: relative;
}
/* line 325, templates/g5_hydrogen/custom/scss/_owlcarousel-neo.scss */
.g-owlcarousel .g-owlcarousel-item-wrapper .g-owlcarousel-item-img {
  position: relative;
}
/* line 328, templates/g5_hydrogen/custom/scss/_owlcarousel-neo.scss */
.g-owlcarousel .g-owlcarousel-item-wrapper .g-owlcarousel-item-img:after {
  position: absolute;
  content: "";
  height: 100%;
  left: 0;
  right: 0;
  bottom: 0;
}
/* line 338, templates/g5_hydrogen/custom/scss/_owlcarousel-neo.scss */
.g-owlcarousel .g-owlcarousel-item-wrapper .g-owlcarousel-item-content-container {
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  -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 .g-owlcarousel-item-wrapper .g-owlcarousel-item-content-container {
    width: 75rem;
  }
}
@media only all and (min-width: 60rem) and (max-width: 74.938rem) {
  .g-owlcarousel .g-owlcarousel-item-wrapper .g-owlcarousel-item-content-container {
    width: 60rem;
  }
}
@media only all and (min-width: 48rem) and (max-width: 59.938rem) {
  .g-owlcarousel .g-owlcarousel-item-wrapper .g-owlcarousel-item-content-container {
    width: 40rem;
  }
}
@media only all and (min-width: 30.062rem) and (max-width: 47.938rem) {
  .g-owlcarousel .g-owlcarousel-item-wrapper .g-owlcarousel-item-content-container {
    width: 30rem;
  }
}
@media only all and (max-width: 30rem) {
  .g-owlcarousel .g-owlcarousel-item-wrapper .g-owlcarousel-item-content-container {
    width: 100%;
  }
}
/* line 371, templates/g5_hydrogen/custom/scss/_owlcarousel-neo.scss */
.g-owlcarousel .g-owlcarousel-item-wrapper .g-owlcarousel-item-content-container .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: 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;
  height: 100%;
}
@media only all and (min-width: 60rem) and (max-width: 74.938rem) {
  .g-owlcarousel .g-owlcarousel-item-wrapper .g-owlcarousel-item-content-container .g-owlcarousel-item-content-wrapper {
    padding-top: 2.5rem;
  }
}
/* line 381, templates/g5_hydrogen/custom/scss/_owlcarousel-neo.scss */
.g-owlcarousel .g-owlcarousel-item-wrapper .g-owlcarousel-item-content-container .g-owlcarousel-item-content-wrapper .g-owlcarousel-item-content {
  margin: 1.25rem 0.625rem 0.625rem;
  padding: 0.938rem;
  text-align: center;
}
@media only all and (min-width: 48rem) and (max-width: 59.938rem) {
  .g-owlcarousel .g-owlcarousel-item-wrapper .g-owlcarousel-item-content-container .g-owlcarousel-item-content-wrapper .g-owlcarousel-item-content {
    padding-top: 2.5rem;
  }
}
/* line 390, templates/g5_hydrogen/custom/scss/_owlcarousel-neo.scss */
.g-owlcarousel .g-owlcarousel-item-wrapper .g-owlcarousel-item-content-container .g-owlcarousel-item-content-wrapper .g-owlcarousel-item-content .g-owlcarousel-item-title {
  font-size: 3.5rem;
  line-height: 4rem;
  margin: 1.25rem 1.25rem 0.625rem;
}
@media only all and (min-width: 60rem) and (max-width: 74.938rem) {
  .g-owlcarousel .g-owlcarousel-item-wrapper .g-owlcarousel-item-content-container .g-owlcarousel-item-content-wrapper .g-owlcarousel-item-content .g-owlcarousel-item-title {
    font-size: 3rem;
    line-height: 3.875rem;
  }
}
@media only all and (min-width: 48rem) and (max-width: 59.938rem) {
  .g-owlcarousel .g-owlcarousel-item-wrapper .g-owlcarousel-item-content-container .g-owlcarousel-item-content-wrapper .g-owlcarousel-item-content .g-owlcarousel-item-title {
    font-size: 2rem;
    line-height: 2.875rem;
    margin-top: 3.125rem;
  }
}
@media only all and (min-width: 30.062rem) and (max-width: 47.938rem) {
  .g-owlcarousel .g-owlcarousel-item-wrapper .g-owlcarousel-item-content-container .g-owlcarousel-item-content-wrapper .g-owlcarousel-item-content .g-owlcarousel-item-title {
    margin-top: 0;
    font-size: 2rem;
    line-height: 2.875rem;
  }
}
@media only all and (max-width: 30rem) {
  .g-owlcarousel .g-owlcarousel-item-wrapper .g-owlcarousel-item-content-container .g-owlcarousel-item-content-wrapper .g-owlcarousel-item-content .g-owlcarousel-item-title {
    margin-top: 0;
    font-size: 1.5rem;
    line-height: 2rem;
  }
}
/* line 419, templates/g5_hydrogen/custom/scss/_owlcarousel-neo.scss */
.g-owlcarousel .g-owlcarousel-item-wrapper .g-owlcarousel-item-content-container .g-owlcarousel-item-content-wrapper .g-owlcarousel-item-content .g-owlcarousel-item-desc {
  font-size: 1.5rem;
  line-height: 1;
  padding-bottom: 1.407rem;
  margin-top: 0;
  margin-bottom: 0.625rem;
}
@media only all and (min-width: 60rem) and (max-width: 74.938rem) {
  .g-owlcarousel .g-owlcarousel-item-wrapper .g-owlcarousel-item-content-container .g-owlcarousel-item-content-wrapper .g-owlcarousel-item-content .g-owlcarousel-item-desc {
    font-size: 1rem;
    line-height: 1.875rem;
  }
}
@media only all and (min-width: 48rem) and (max-width: 59.938rem) {
  .g-owlcarousel .g-owlcarousel-item-wrapper .g-owlcarousel-item-content-container .g-owlcarousel-item-content-wrapper .g-owlcarousel-item-content .g-owlcarousel-item-desc {
    font-size: 1rem;
    line-height: 1.875rem;
    padding-bottom: 0;
  }
}
@media only all and (max-width: 47.938rem) {
  .g-owlcarousel .g-owlcarousel-item-wrapper .g-owlcarousel-item-content-container .g-owlcarousel-item-content-wrapper .g-owlcarousel-item-content .g-owlcarousel-item-desc {
    display: none;
  }
}
/* line 442, templates/g5_hydrogen/custom/scss/_owlcarousel-neo.scss */
@media only all and (min-width: 48rem) and (max-width: 59.938rem) {
  .g-owlcarousel .g-owlcarousel-item-wrapper .g-owlcarousel-item-content-container .g-owlcarousel-item-content-wrapper .g-owlcarousel-item-content .g-owlcarousel-item-button {
    padding: 1rem 2.625rem;
    font-size: 0.6rem;
  }
}
@media only all and (max-width: 47.938rem) {
  .g-owlcarousel .g-owlcarousel-item-wrapper .g-owlcarousel-item-content-container .g-owlcarousel-item-content-wrapper .g-owlcarousel-item-content .g-owlcarousel-item-button {
    display: none;
  }
}
/* line 458, templates/g5_hydrogen/custom/scss/_owlcarousel-neo.scss */
.g-owlcarousel .owl-nav {
  margin: 0;
}
/* line 461, templates/g5_hydrogen/custom/scss/_owlcarousel-neo.scss */
.g-owlcarousel .owl-nav button.owl-prev, .g-owlcarousel .owl-nav button.owl-next {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 42px;
  height: 42px;
  color: #fff;
  border: 1px solid #fff;
  border-radius: 50%;
  text-align: center;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
/* line 474, templates/g5_hydrogen/custom/scss/_owlcarousel-neo.scss */
.g-owlcarousel .owl-nav button.owl-prev .fa, .g-owlcarousel .owl-nav button.owl-next .fa {
  position: relative;
}
/* line 478, templates/g5_hydrogen/custom/scss/_owlcarousel-neo.scss */
.g-owlcarousel .owl-nav button.owl-prev:hover, .g-owlcarousel .owl-nav button.owl-next:hover {
  background: rgba(255, 255, 255, 0.2);
  border-color: transparent;
}
/* line 484, templates/g5_hydrogen/custom/scss/_owlcarousel-neo.scss */
.g-owlcarousel .owl-nav .owl-prev {
  left: 3rem;
}
@media only all and (max-width: 47.938rem) {
  .g-owlcarousel .owl-nav .owl-prev {
    left: 2rem;
  }
}
/* line 491, templates/g5_hydrogen/custom/scss/_owlcarousel-neo.scss */
.g-owlcarousel .owl-nav .owl-prev .fa {
  left: -1px;
  top: 1px;
}
/* line 497, templates/g5_hydrogen/custom/scss/_owlcarousel-neo.scss */
.g-owlcarousel .owl-nav .owl-next {
  right: 3rem;
}
@media only all and (max-width: 47.938rem) {
  .g-owlcarousel .owl-nav .owl-next {
    right: 2rem;
  }
}
/* line 504, templates/g5_hydrogen/custom/scss/_owlcarousel-neo.scss */
.g-owlcarousel .owl-nav .owl-next .fa {
  left: 1px;
  top: 1px;
}
/* line 512, templates/g5_hydrogen/custom/scss/_owlcarousel-neo.scss */
.g-owlcarousel .owl-dots {
  position: absolute;
  bottom: 12%;
  width: 100%;
  text-align: center;
}
@media only all and (min-width: 60rem) and (max-width: 74.938rem) {
  .g-owlcarousel .owl-dots {
    bottom: 5%;
  }
}
@media only all and (min-width: 48rem) and (max-width: 59.938rem) {
  .g-owlcarousel .owl-dots {
    bottom: 1rem;
  }
}
@media only all and (max-width: 47.938rem) {
  .g-owlcarousel .owl-dots {
    bottom: 0.5rem;
  }
}
/* line 530, templates/g5_hydrogen/custom/scss/_owlcarousel-neo.scss */
.g-owlcarousel .owl-dots .owl-dot {
  display: inline-block;
  background: #333;
  margin: 0 0.3125rem;
  width: 15px;
  height: 15px;
  border-radius: 15px;
  opacity: 0.75;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
}
/* line 540, templates/g5_hydrogen/custom/scss/_owlcarousel-neo.scss */
.g-owlcarousel .owl-dots .owl-dot.active, .g-owlcarousel .owl-dots .owl-dot:hover {
  opacity: 1;
  background: #fff;
}
/* line 549, templates/g5_hydrogen/custom/scss/_owlcarousel-neo.scss */
/* line 550, templates/g5_hydrogen/custom/scss/_owlcarousel-neo.scss */
/* line 551, templates/g5_hydrogen/custom/scss/_owlcarousel-neo.scss */
.g-owlcarousel.has-color-overlay .owl-stage > .owl-item:nth-child(even) .g-owlcarousel-item-img:after {
  background-color: #0053a1;
  background-color: #0053a1;
  background-image: -webkit-linear-gradient(-310deg, #0053a1, #00a551);
  background-image: linear-gradient(40deg,#0053a1, #00a551);
  opacity: 0.9;
}
/* line 558, templates/g5_hydrogen/custom/scss/_owlcarousel-neo.scss */
/* line 559, templates/g5_hydrogen/custom/scss/_owlcarousel-neo.scss */
.g-owlcarousel.has-color-overlay .owl-stage > .owl-item:nth-child(odd) .g-owlcarousel-item-img:after {
  background-color: #00a551;
  background-color: #00a551;
  background-image: -webkit-linear-gradient(-410deg, #00a551, #0053a1);
  background-image: linear-gradient(140deg,#00a551, #0053a1);
  opacity: 0.9;
}
/* line 569, templates/g5_hydrogen/custom/scss/_owlcarousel-neo.scss */
/* line 571, templates/g5_hydrogen/custom/scss/_owlcarousel-neo.scss */
/* line 572, templates/g5_hydrogen/custom/scss/_owlcarousel-neo.scss */
.g-owlcarousel.style-neo .g-owlcarousel-item-wrapper .g-owlcarousel-item-img {
  z-index: 0;
}
/* line 576, templates/g5_hydrogen/custom/scss/_owlcarousel-neo.scss */
/* line 577, templates/g5_hydrogen/custom/scss/_owlcarousel-neo.scss */
/* line 578, templates/g5_hydrogen/custom/scss/_owlcarousel-neo.scss */
.g-owlcarousel.style-neo .g-owlcarousel-item-wrapper .g-owlcarousel-item-content-container .g-owlcarousel-item-content-wrapper .g-owlcarousel-item-content .g-owlcarousel-item-title {
  font-weight: 400;
  position: absolute;
  width: 100%;
  left: 0;
  margin: 0;
  padding: 0.5rem 1.5rem;
  font-size: 1rem;
  line-height: 1.2;
  text-align: center;
  -webkit-box-shadow: 4px -2px 6px -4px #000;
  -moz-box-shadow: 4px -2px 6px -4px #000;
  box-shadow: 4px -2px 6px -4px #000;
}
/* line 593, templates/g5_hydrogen/custom/scss/_owlcarousel-neo.scss */
.g-owlcarousel.style-neo .g-owlcarousel-item-wrapper .g-owlcarousel-item-content-container .g-owlcarousel-item-content-wrapper .g-owlcarousel-item-content .g-owlcarousel-item-desc {
  font-weight: 400;
  font-size: 0.9rem;
  left: 0;
  position: absolute;
  width: 100%;
  padding: 0.375rem 1rem;
  line-height: 1.5;
}
/* line 603, templates/g5_hydrogen/custom/scss/_owlcarousel-neo.scss */
.g-owlcarousel.style-neo .g-owlcarousel-item-wrapper .g-owlcarousel-item-content-container .g-owlcarousel-item-content-wrapper .g-owlcarousel-item-content .g-owlcarousel-item-button.button {
  padding: 0.5rem 1.25rem;
  font-size: 0.9rem;
  font-weight: 400;
  border-radius: 0;
}
@media only all and (min-width: 75rem) {
  .g-owlcarousel.style-neo .g-owlcarousel-item-wrapper .g-owlcarousel-item-content-container {
    width: 100%;
  }
}
@media only all and (min-width: 60rem) and (max-width: 74.938rem) {
  .g-owlcarousel.style-neo .g-owlcarousel-item-wrapper .g-owlcarousel-item-content-container {
    width: 100%;
  }
}
@media only all and (min-width: 48rem) and (max-width: 59.938rem) {
  .g-owlcarousel.style-neo .g-owlcarousel-item-wrapper .g-owlcarousel-item-content-container {
    width: 100%;
  }
}
@media only all and (min-width: 30.062rem) and (max-width: 47.938rem) {
  .g-owlcarousel.style-neo .g-owlcarousel-item-wrapper .g-owlcarousel-item-content-container {
    width: 100%;
  }
}
@media only all and (max-width: 30rem) {
  .g-owlcarousel.style-neo .g-owlcarousel-item-wrapper .g-owlcarousel-item-content-container {
    width: 100%;
  }
}
/* line 637, templates/g5_hydrogen/custom/scss/_owlcarousel-neo.scss */
.g-owlcarousel.style-neo .owl-dots {
  height: 1.875rem;
  padding-top: 0.1875rem;
  -webkit-box-shadow: 0 2px 6px -4px #000;
  -moz-box-shadow: 0 2px 6px -4px #000;
  box-shadow: 0 2px 6px -4px #000;
}
/* line 644, templates/g5_hydrogen/custom/scss/_owlcarousel-neo.scss */
.g-owlcarousel.style-neo .owl-dots .owl-dot {
  margin: 0 0.25rem;
  opacity: 0.8;
  width: 14px;
  height: 14px;
  -webkit-box-shadow: inset 0px 0px 5px -3px #000;
  -moz-box-shadow: inset 0px 0px 5px -3px #000;
  box-shadow: inset 0px 0px 5px -3px #000;
}
/* line 655, templates/g5_hydrogen/custom/scss/_owlcarousel-neo.scss */
/* line 656, templates/g5_hydrogen/custom/scss/_owlcarousel-neo.scss */
.g-owlcarousel.style-neo .owl-nav .owl-prev {
  left: 0.5rem;
}
/* line 657, templates/g5_hydrogen/custom/scss/_owlcarousel-neo.scss */
.g-owlcarousel.style-neo .owl-nav .owl-next {
  right: 0.5rem;
}
/* line 659, templates/g5_hydrogen/custom/scss/_owlcarousel-neo.scss */
.g-owlcarousel.style-neo .owl-nav .owl-prev, .g-owlcarousel.style-neo .owl-nav .owl-next {
  z-index: 2;
}
/* line 661, templates/g5_hydrogen/custom/scss/_owlcarousel-neo.scss */
.g-owlcarousel.style-neo .owl-nav button.owl-prev, .g-owlcarousel.style-neo .owl-nav button.owl-next {
  width: 20px;
  height: 20px;
  top: inherit;
  font-size: 1rem;
  border-radius: 0;
  border: 0;
  color: #eee;
}
/* line 672, templates/g5_hydrogen/custom/scss/_owlcarousel-neo.scss */
.g-owlcarousel.style-neo .owl-nav button.owl-prev:hover, .g-owlcarousel.style-neo .owl-nav button.owl-next:hover {
  background: inherit;
  border-color: inherit;
}
/* line 678, templates/g5_hydrogen/custom/scss/_owlcarousel-neo.scss */
.g-owlcarousel.style-neo .owl-nav button.owl-prev .fa, .g-owlcarousel.style-neo .owl-nav button.owl-next .fa {
  position: relative;
  text-shadow: 1px 1px 1px #000;
}
/* line 685, templates/g5_hydrogen/custom/scss/_owlcarousel-neo.scss */
.g-owlcarousel.style-neo .owl-item img {
  font-size: 0;
}
@media only all and (max-width: 30rem) {
  /* line 690, templates/g5_hydrogen/custom/scss/_owlcarousel-neo.scss */
  .g-owlcarousel.style-neo .owl-dots {
    height: 1.8125rem;
  }
  /* line 692, templates/g5_hydrogen/custom/scss/_owlcarousel-neo.scss */
  .g-owlcarousel.style-neo .owl-dots .owl-dot {
    margin: 0 0.1875rem;
    width: 12px;
    height: 12px;
  }
}
@media only all and (min-width: 30.062rem) and (max-width: 47.938rem) {
  /* line 701, templates/g5_hydrogen/custom/scss/_owlcarousel-neo.scss */
  .g-owlcarousel.style-neo .owl-dots {
    height: 1.8125rem;
  }
  /* line 703, templates/g5_hydrogen/custom/scss/_owlcarousel-neo.scss */
  .g-owlcarousel.style-neo .owl-dots .owl-dot {
    margin: 0 0.1875rem;
    width: 12px;
    height: 12px;
  }
}
/* line 712, templates/g5_hydrogen/custom/scss/_owlcarousel-neo.scss */
/* line 713, templates/g5_hydrogen/custom/scss/_owlcarousel-neo.scss */
/* line 714, templates/g5_hydrogen/custom/scss/_owlcarousel-neo.scss */
/* line 715, templates/g5_hydrogen/custom/scss/_owlcarousel-neo.scss */
/* line 716, templates/g5_hydrogen/custom/scss/_owlcarousel-neo.scss */
.g-owlcarousel.style-neo1 .g-owlcarousel-item-wrapper .g-owlcarousel-item-content-container .g-owlcarousel-item-content-wrapper .g-owlcarousel-item-content .g-owlcarousel-item-title {
  bottom: 0;
}
/* line 719, templates/g5_hydrogen/custom/scss/_owlcarousel-neo.scss */
.g-owlcarousel.style-neo1 .g-owlcarousel-item-wrapper .g-owlcarousel-item-content-container .g-owlcarousel-item-content-wrapper .g-owlcarousel-item-content .g-owlcarousel-item-desc {
  margin-bottom: 35px;
  bottom: 0;
}
/* line 727, templates/g5_hydrogen/custom/scss/_owlcarousel-neo.scss */
.g-owlcarousel.style-neo1 .owl-dots {
  top: 0;
  padding-top: 0.1875rem;
}
/* line 732, templates/g5_hydrogen/custom/scss/_owlcarousel-neo.scss */
/* line 733, templates/g5_hydrogen/custom/scss/_owlcarousel-neo.scss */
.g-owlcarousel.style-neo1 .owl-nav button.owl-prev, .g-owlcarousel.style-neo1 .owl-nav button.owl-next {
  bottom: 0;
}
/* line 740, templates/g5_hydrogen/custom/scss/_owlcarousel-neo.scss */
/* line 741, templates/g5_hydrogen/custom/scss/_owlcarousel-neo.scss */
/* line 742, templates/g5_hydrogen/custom/scss/_owlcarousel-neo.scss */
/* line 743, templates/g5_hydrogen/custom/scss/_owlcarousel-neo.scss */
/* line 744, templates/g5_hydrogen/custom/scss/_owlcarousel-neo.scss */
.g-owlcarousel.style-neo2 .g-owlcarousel-item-wrapper .g-owlcarousel-item-content-container .g-owlcarousel-item-content-wrapper .g-owlcarousel-item-content .g-owlcarousel-item-title {
  top: 0;
}
/* line 747, templates/g5_hydrogen/custom/scss/_owlcarousel-neo.scss */
.g-owlcarousel.style-neo2 .g-owlcarousel-item-wrapper .g-owlcarousel-item-content-container .g-owlcarousel-item-content-wrapper .g-owlcarousel-item-content .g-owlcarousel-item-desc {
  margin-top: 35px;
  top: 0;
}
/* line 755, templates/g5_hydrogen/custom/scss/_owlcarousel-neo.scss */
.g-owlcarousel.style-neo2 .owl-dots {
  bottom: 0;
  padding-top: 0.125rem;
}
/* line 760, templates/g5_hydrogen/custom/scss/_owlcarousel-neo.scss */
/* line 761, templates/g5_hydrogen/custom/scss/_owlcarousel-neo.scss */
.g-owlcarousel.style-neo2 .owl-nav button.owl-prev, .g-owlcarousel.style-neo2 .owl-nav button.owl-next {
  top: 0.9375rem;
}
/* line 768, templates/g5_hydrogen/custom/scss/_owlcarousel-neo.scss */
/* line 769, templates/g5_hydrogen/custom/scss/_owlcarousel-neo.scss */
/* line 770, templates/g5_hydrogen/custom/scss/_owlcarousel-neo.scss */
/* line 771, templates/g5_hydrogen/custom/scss/_owlcarousel-neo.scss */
/* line 772, templates/g5_hydrogen/custom/scss/_owlcarousel-neo.scss */
.g-owlcarousel.style-neo3 .g-owlcarousel-item-wrapper .g-owlcarousel-item-content-container .g-owlcarousel-item-content-wrapper .g-owlcarousel-item-content .g-owlcarousel-item-title {
  bottom: 0;
}
/* line 775, templates/g5_hydrogen/custom/scss/_owlcarousel-neo.scss */
.g-owlcarousel.style-neo3 .g-owlcarousel-item-wrapper .g-owlcarousel-item-content-container .g-owlcarousel-item-content-wrapper .g-owlcarousel-item-content .g-owlcarousel-item-desc {
  margin-bottom: 35px;
  bottom: 0;
}
/* line 783, templates/g5_hydrogen/custom/scss/_owlcarousel-neo.scss */
.g-owlcarousel.style-neo3 .owl-dots {
  top: 0;
  padding-top: 0.1875rem;
}
/* line 788, templates/g5_hydrogen/custom/scss/_owlcarousel-neo.scss */
/* line 789, templates/g5_hydrogen/custom/scss/_owlcarousel-neo.scss */
.g-owlcarousel.style-neo3 .owl-nav button.owl-prev, .g-owlcarousel.style-neo3 .owl-nav button.owl-next {
  top: 0.8125rem;
}
/* line 796, templates/g5_hydrogen/custom/scss/_owlcarousel-neo.scss */
/* line 797, templates/g5_hydrogen/custom/scss/_owlcarousel-neo.scss */
/* line 798, templates/g5_hydrogen/custom/scss/_owlcarousel-neo.scss */
/* line 799, templates/g5_hydrogen/custom/scss/_owlcarousel-neo.scss */
/* line 800, templates/g5_hydrogen/custom/scss/_owlcarousel-neo.scss */
.g-owlcarousel.style-neo4 .g-owlcarousel-item-wrapper .g-owlcarousel-item-content-container .g-owlcarousel-item-content-wrapper .g-owlcarousel-item-content .g-owlcarousel-item-title {
  top: 0;
}
/* line 803, templates/g5_hydrogen/custom/scss/_owlcarousel-neo.scss */
.g-owlcarousel.style-neo4 .g-owlcarousel-item-wrapper .g-owlcarousel-item-content-container .g-owlcarousel-item-content-wrapper .g-owlcarousel-item-content .g-owlcarousel-item-desc {
  margin-top: 35px;
  top: 0;
}
/* line 811, templates/g5_hydrogen/custom/scss/_owlcarousel-neo.scss */
.g-owlcarousel.style-neo4 .owl-dots {
  bottom: 0;
  padding-top: 0.1875rem;
}
/* line 816, templates/g5_hydrogen/custom/scss/_owlcarousel-neo.scss */
/* line 817, templates/g5_hydrogen/custom/scss/_owlcarousel-neo.scss */
.g-owlcarousel.style-neo4 .owl-nav button.owl-prev, .g-owlcarousel.style-neo4 .owl-nav button.owl-next {
  bottom: -0.125rem;
}
/* line 824, templates/g5_hydrogen/custom/scss/_owlcarousel-neo.scss */
/* line 825, templates/g5_hydrogen/custom/scss/_owlcarousel-neo.scss */
.g-owlcarousel.style-neo.sn-round .owl-stage-outer {
  border-radius: 15px;
}
/* line 830, templates/g5_hydrogen/custom/scss/_owlcarousel-neo.scss */
/* line 832, templates/g5_hydrogen/custom/scss/_owlcarousel-neo.scss */
.g-owlcarousel.style-neo1.sn-round .owl-dots, .g-owlcarousel.style-neo3.sn-round .owl-dots {
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
}
/* line 838, templates/g5_hydrogen/custom/scss/_owlcarousel-neo.scss */
/* line 840, templates/g5_hydrogen/custom/scss/_owlcarousel-neo.scss */
.g-owlcarousel.style-neo2.sn-round .owl-dots, .g-owlcarousel.style-neo4.sn-round .owl-dots {
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
}
/* line 846, templates/g5_hydrogen/custom/scss/_owlcarousel-neo.scss */
/* line 847, templates/g5_hydrogen/custom/scss/_owlcarousel-neo.scss */
.g-owlcarousel.style-neo.sn-dots-c .owl-dots {
  text-align: center;
}
/* line 852, templates/g5_hydrogen/custom/scss/_owlcarousel-neo.scss */
/* line 853, templates/g5_hydrogen/custom/scss/_owlcarousel-neo.scss */
.g-owlcarousel.style-neo.sn-dots-l .owl-dots {
  text-align: left;
  padding-left: 0.5rem;
}
/* line 859, templates/g5_hydrogen/custom/scss/_owlcarousel-neo.scss */
/* line 860, templates/g5_hydrogen/custom/scss/_owlcarousel-neo.scss */
.g-owlcarousel.style-neo.sn-dots-r .owl-dots {
  text-align: right;
  padding-right: 0.5rem;
}
/* line 866, templates/g5_hydrogen/custom/scss/_owlcarousel-neo.scss */
/* line 868, templates/g5_hydrogen/custom/scss/_owlcarousel-neo.scss */
.g-owlcarousel.style-neo.sn-theme-b .button {
  text-shadow: 1px 1px 1px #000;
  background: rgba(0, 0, 0, 0.5);
  border: 1px solid #fff;
}
/* line 874, templates/g5_hydrogen/custom/scss/_owlcarousel-neo.scss */
.g-owlcarousel.style-neo.sn-theme-b .button:hover, .g-owlcarousel.style-neo.sn-theme-b .button:focus {
  background: rgba(0, 0, 0, 0.6);
}
/* line 879, templates/g5_hydrogen/custom/scss/_owlcarousel-neo.scss */
.g-owlcarousel.style-neo.sn-theme-b .owl-dots {
  background: rgba(0, 0, 0, 0.7);
}
/* line 881, templates/g5_hydrogen/custom/scss/_owlcarousel-neo.scss */
.g-owlcarousel.style-neo.sn-theme-b .owl-dots .owl-dot {
  background: #fff;
}
/* line 886, templates/g5_hydrogen/custom/scss/_owlcarousel-neo.scss */
/* line 887, templates/g5_hydrogen/custom/scss/_owlcarousel-neo.scss */
.g-owlcarousel.style-neo.sn-theme-b .g-owlcarousel-item-wrapper .g-owlcarousel-item-img {
  background: rgba(0, 0, 0, 0.8);
}
/* line 891, templates/g5_hydrogen/custom/scss/_owlcarousel-neo.scss */
/* line 892, templates/g5_hydrogen/custom/scss/_owlcarousel-neo.scss */
/* line 893, templates/g5_hydrogen/custom/scss/_owlcarousel-neo.scss */
.g-owlcarousel.style-neo.sn-theme-b .g-owlcarousel-item-wrapper .g-owlcarousel-item-content-container .g-owlcarousel-item-content-wrapper .g-owlcarousel-item-content .g-owlcarousel-item-title {
  color: #eee;
  text-shadow: 1px 1px 1px #000;
  background: rgba(0, 0, 0, 0.7);
}
/* line 899, templates/g5_hydrogen/custom/scss/_owlcarousel-neo.scss */
.g-owlcarousel.style-neo.sn-theme-b .g-owlcarousel-item-wrapper .g-owlcarousel-item-content-container .g-owlcarousel-item-content-wrapper .g-owlcarousel-item-content .g-owlcarousel-item-desc {
  color: #eee;
  text-shadow: 1px 1px 1px #000;
  background: rgba(0, 0, 0, 0.4);
}
/* line 908, templates/g5_hydrogen/custom/scss/_owlcarousel-neo.scss */
/* line 909, templates/g5_hydrogen/custom/scss/_owlcarousel-neo.scss */
.g-owlcarousel.style-neo.sn-theme-b .owl-nav button.owl-prev, .g-owlcarousel.style-neo.sn-theme-b .owl-nav button.owl-next {
  color: #eee;
}
/* line 914, templates/g5_hydrogen/custom/scss/_owlcarousel-neo.scss */
.g-owlcarousel.style-neo.sn-theme-b .owl-nav button.owl-prev .fa, .g-owlcarousel.style-neo.sn-theme-b .owl-nav button.owl-next .fa {
  text-shadow: 1px 1px 1px #000;
}
/* line 921, templates/g5_hydrogen/custom/scss/_owlcarousel-neo.scss */
/* line 923, templates/g5_hydrogen/custom/scss/_owlcarousel-neo.scss */
.g-owlcarousel.style-neo.sn-theme-w .button {
  text-shadow: 1px 1px 1px #000;
  background: rgba(193, 192, 192, 0.7);
  border: 1px solid #fff;
  color: #fff;
}
/* line 930, templates/g5_hydrogen/custom/scss/_owlcarousel-neo.scss */
.g-owlcarousel.style-neo.sn-theme-w .button:hover, .g-owlcarousel.style-neo.sn-theme-w .button:focus {
  background: rgba(193, 192, 192, 0.5);
}
/* line 935, templates/g5_hydrogen/custom/scss/_owlcarousel-neo.scss */
.g-owlcarousel.style-neo.sn-theme-w .owl-dots {
  background: rgba(255, 255, 255, 0.9);
}
/* line 937, templates/g5_hydrogen/custom/scss/_owlcarousel-neo.scss */
.g-owlcarousel.style-neo.sn-theme-w .owl-dots .owl-dot {
  background: #393939;
}
/* line 942, templates/g5_hydrogen/custom/scss/_owlcarousel-neo.scss */
/* line 943, templates/g5_hydrogen/custom/scss/_owlcarousel-neo.scss */
.g-owlcarousel.style-neo.sn-theme-w .g-owlcarousel-item-wrapper .g-owlcarousel-item-img {
  background: rgba(255, 255, 255, 0.85);
}
/* line 947, templates/g5_hydrogen/custom/scss/_owlcarousel-neo.scss */
/* line 948, templates/g5_hydrogen/custom/scss/_owlcarousel-neo.scss */
/* line 949, templates/g5_hydrogen/custom/scss/_owlcarousel-neo.scss */
.g-owlcarousel.style-neo.sn-theme-w .g-owlcarousel-item-wrapper .g-owlcarousel-item-content-container .g-owlcarousel-item-content-wrapper .g-owlcarousel-item-content .g-owlcarousel-item-title {
  color: #393939;
  text-shadow: 1px 1px 1px #aaa;
  background: rgba(255, 255, 255, 0.9);
}
/* line 955, templates/g5_hydrogen/custom/scss/_owlcarousel-neo.scss */
.g-owlcarousel.style-neo.sn-theme-w .g-owlcarousel-item-wrapper .g-owlcarousel-item-content-container .g-owlcarousel-item-content-wrapper .g-owlcarousel-item-content .g-owlcarousel-item-desc {
  color: #393939;
  text-shadow: 1px 1px 1px #aaa;
  background: rgba(255, 255, 255, 0.75);
}
/* line 964, templates/g5_hydrogen/custom/scss/_owlcarousel-neo.scss */
/* line 965, templates/g5_hydrogen/custom/scss/_owlcarousel-neo.scss */
.g-owlcarousel.style-neo.sn-theme-w .owl-nav button.owl-prev, .g-owlcarousel.style-neo.sn-theme-w .owl-nav button.owl-next {
  color: #393939;
}
/* line 970, templates/g5_hydrogen/custom/scss/_owlcarousel-neo.scss */
.g-owlcarousel.style-neo.sn-theme-w .owl-nav button.owl-prev .fa, .g-owlcarousel.style-neo.sn-theme-w .owl-nav button.owl-next .fa {
  text-shadow: 1px 1px 1px #aaa;
}
/* line 977, templates/g5_hydrogen/custom/scss/_owlcarousel-neo.scss */
/* line 978, templates/g5_hydrogen/custom/scss/_owlcarousel-neo.scss */
/* line 979, templates/g5_hydrogen/custom/scss/_owlcarousel-neo.scss */
.g-owlcarousel.style-neo.sn-control-gr .owl-dots .owl-dot.active, .g-owlcarousel.style-neo.sn-control-gr .owl-dots .owl-dot:hover {
  background: #32be8a;
}
/* line 984, templates/g5_hydrogen/custom/scss/_owlcarousel-neo.scss */
.g-owlcarousel.style-neo.sn-control-gr .owl-dots .owl-dot.active:hover {
  background: #66fbbd;
}
/* line 989, templates/g5_hydrogen/custom/scss/_owlcarousel-neo.scss */
/* line 990, templates/g5_hydrogen/custom/scss/_owlcarousel-neo.scss */
.g-owlcarousel.style-neo.sn-control-gr .owl-nav button.owl-prev:hover, .g-owlcarousel.style-neo.sn-control-gr .owl-nav button.owl-next:hover {
  color: #32be8a;
}
/* line 996, templates/g5_hydrogen/custom/scss/_owlcarousel-neo.scss */
.g-owlcarousel.style-neo.sn-control-gr .g-owlcarousel-item-content a:hover h1 {
  color: #32be8a !important;
}
/* line 1001, templates/g5_hydrogen/custom/scss/_owlcarousel-neo.scss */
/* line 1002, templates/g5_hydrogen/custom/scss/_owlcarousel-neo.scss */
/* line 1003, templates/g5_hydrogen/custom/scss/_owlcarousel-neo.scss */
.g-owlcarousel.style-neo.sn-control-re .owl-dots .owl-dot.active, .g-owlcarousel.style-neo.sn-control-re .owl-dots .owl-dot:hover {
  background: #be3232;
}
/* line 1008, templates/g5_hydrogen/custom/scss/_owlcarousel-neo.scss */
.g-owlcarousel.style-neo.sn-control-re .owl-dots .owl-dot.active:hover {
  background: #e16262;
}
/* line 1013, templates/g5_hydrogen/custom/scss/_owlcarousel-neo.scss */
/* line 1014, templates/g5_hydrogen/custom/scss/_owlcarousel-neo.scss */
.g-owlcarousel.style-neo.sn-control-re .owl-nav button.owl-prev:hover, .g-owlcarousel.style-neo.sn-control-re .owl-nav button.owl-next:hover {
  color: #be3232;
}
/* line 1020, templates/g5_hydrogen/custom/scss/_owlcarousel-neo.scss */
.g-owlcarousel.style-neo.sn-control-re .g-owlcarousel-item-content a:hover h1 {
  color: #be3232 !important;
}
/* line 1025, templates/g5_hydrogen/custom/scss/_owlcarousel-neo.scss */
/* line 1026, templates/g5_hydrogen/custom/scss/_owlcarousel-neo.scss */
/* line 1027, templates/g5_hydrogen/custom/scss/_owlcarousel-neo.scss */
.g-owlcarousel.style-neo.sn-control-bl .owl-dots .owl-dot.active, .g-owlcarousel.style-neo.sn-control-bl .owl-dots .owl-dot:hover {
  background: #326abe;
}
/* line 1032, templates/g5_hydrogen/custom/scss/_owlcarousel-neo.scss */
.g-owlcarousel.style-neo.sn-control-bl .owl-dots .owl-dot.active:hover {
  background: #5f96ea;
}
/* line 1037, templates/g5_hydrogen/custom/scss/_owlcarousel-neo.scss */
/* line 1038, templates/g5_hydrogen/custom/scss/_owlcarousel-neo.scss */
.g-owlcarousel.style-neo.sn-control-bl .owl-nav button.owl-prev:hover, .g-owlcarousel.style-neo.sn-control-bl .owl-nav button.owl-next:hover {
  color: #326abe;
}
/* line 1044, templates/g5_hydrogen/custom/scss/_owlcarousel-neo.scss */
.g-owlcarousel.style-neo.sn-control-bl .g-owlcarousel-item-content a:hover h1 {
  color: #326abe !important;
}
/* line 1050, templates/g5_hydrogen/custom/scss/_owlcarousel-neo.scss */
/* line 1051, templates/g5_hydrogen/custom/scss/_owlcarousel-neo.scss */
/* line 1052, templates/g5_hydrogen/custom/scss/_owlcarousel-neo.scss */
.g-owlcarousel.style-neo.sn-control-vi .owl-dots .owl-dot.active, .g-owlcarousel.style-neo.sn-control-vi .owl-dots .owl-dot:hover {
  background: #9932be;
}
/* line 1057, templates/g5_hydrogen/custom/scss/_owlcarousel-neo.scss */
.g-owlcarousel.style-neo.sn-control-vi .owl-dots .owl-dot.active:hover {
  background: #bb4be3;
}
/* line 1062, templates/g5_hydrogen/custom/scss/_owlcarousel-neo.scss */
/* line 1063, templates/g5_hydrogen/custom/scss/_owlcarousel-neo.scss */
.g-owlcarousel.style-neo.sn-control-vi .owl-nav button.owl-prev:hover, .g-owlcarousel.style-neo.sn-control-vi .owl-nav button.owl-next:hover {
  color: #9932be;
}
/* line 1069, templates/g5_hydrogen/custom/scss/_owlcarousel-neo.scss */
.g-owlcarousel.style-neo.sn-control-vi .g-owlcarousel-item-content a:hover h1 {
  color: #9932be !important;
}
/* line 1074, templates/g5_hydrogen/custom/scss/_owlcarousel-neo.scss */
/* line 1075, templates/g5_hydrogen/custom/scss/_owlcarousel-neo.scss */
/* line 1076, templates/g5_hydrogen/custom/scss/_owlcarousel-neo.scss */
.g-owlcarousel.style-neo.sn-control-or .owl-dots .owl-dot.active, .g-owlcarousel.style-neo.sn-control-or .owl-dots .owl-dot:hover {
  background: #fd931d;
}
/* line 1081, templates/g5_hydrogen/custom/scss/_owlcarousel-neo.scss */
.g-owlcarousel.style-neo.sn-control-or .owl-dots .owl-dot.active:hover {
  background: #fbb566;
}
/* line 1086, templates/g5_hydrogen/custom/scss/_owlcarousel-neo.scss */
/* line 1087, templates/g5_hydrogen/custom/scss/_owlcarousel-neo.scss */
.g-owlcarousel.style-neo.sn-control-or .owl-nav button.owl-prev:hover, .g-owlcarousel.style-neo.sn-control-or .owl-nav button.owl-next:hover {
  color: #fd931d;
}
/* line 1093, templates/g5_hydrogen/custom/scss/_owlcarousel-neo.scss */
.g-owlcarousel.style-neo.sn-control-or .g-owlcarousel-item-content a:hover h1 {
  color: #fd931d !important;
}
/* line 1098, templates/g5_hydrogen/custom/scss/_owlcarousel-neo.scss */
/* line 1099, templates/g5_hydrogen/custom/scss/_owlcarousel-neo.scss */
/* line 1100, templates/g5_hydrogen/custom/scss/_owlcarousel-neo.scss */
.g-owlcarousel.style-neo.sn-control-g1 .owl-dots .owl-dot.active, .g-owlcarousel.style-neo.sn-control-g1 .owl-dots .owl-dot:hover {
  background: #aaa;
}
/* line 1105, templates/g5_hydrogen/custom/scss/_owlcarousel-neo.scss */
.g-owlcarousel.style-neo.sn-control-g1 .owl-dots .owl-dot.active:hover {
  background: #ccc;
}
/* line 1110, templates/g5_hydrogen/custom/scss/_owlcarousel-neo.scss */
/* line 1111, templates/g5_hydrogen/custom/scss/_owlcarousel-neo.scss */
.g-owlcarousel.style-neo.sn-control-g1 .owl-nav button.owl-prev:hover, .g-owlcarousel.style-neo.sn-control-g1 .owl-nav button.owl-next:hover {
  color: #aaa;
}
/* line 1117, templates/g5_hydrogen/custom/scss/_owlcarousel-neo.scss */
.g-owlcarousel.style-neo.sn-control-g1 .g-owlcarousel-item-content a:hover h1 {
  color: #aaa !important;
}
/* line 1122, templates/g5_hydrogen/custom/scss/_owlcarousel-neo.scss */
/* line 1123, templates/g5_hydrogen/custom/scss/_owlcarousel-neo.scss */
/* line 1124, templates/g5_hydrogen/custom/scss/_owlcarousel-neo.scss */
.g-owlcarousel.style-neo.sn-control-g2 .owl-dots .owl-dot.active, .g-owlcarousel.style-neo.sn-control-g2 .owl-dots .owl-dot:hover {
  background: #ccc;
}
/* line 1129, templates/g5_hydrogen/custom/scss/_owlcarousel-neo.scss */
.g-owlcarousel.style-neo.sn-control-g2 .owl-dots .owl-dot.active:hover {
  background: #aaa;
}
/* line 1134, templates/g5_hydrogen/custom/scss/_owlcarousel-neo.scss */
/* line 1135, templates/g5_hydrogen/custom/scss/_owlcarousel-neo.scss */
.g-owlcarousel.style-neo.sn-control-g2 .owl-nav button.owl-prev:hover, .g-owlcarousel.style-neo.sn-control-g2 .owl-nav button.owl-next:hover {
  color: #ccc;
}
/* line 1141, templates/g5_hydrogen/custom/scss/_owlcarousel-neo.scss */
.g-owlcarousel.style-neo.sn-control-g2 .g-owlcarousel-item-content a:hover h1 {
  color: #ccc !important;
}
/* line 1146, templates/g5_hydrogen/custom/scss/_owlcarousel-neo.scss */
/* line 1147, templates/g5_hydrogen/custom/scss/_owlcarousel-neo.scss */
/* line 1148, templates/g5_hydrogen/custom/scss/_owlcarousel-neo.scss */
/* line 1150, templates/g5_hydrogen/custom/scss/_owlcarousel-neo.scss */
.g-owlcarousel.sn-overlay-h1.has-color-overlay .owl-stage > .owl-item:nth-child(even) .g-owlcarousel-item-img:after, .g-owlcarousel.sn-overlay-h1.has-color-overlay .owl-stage > .owl-item:nth-child(odd) .g-owlcarousel-item-img:after {
  background-color: #8f4dae;
  background-color: #8f4dae;
  background-image: -webkit-linear-gradient(-410deg, #8f4dae, #4db2b3);
  background-image: linear-gradient(140deg, #8f4dae, #4db2b3);
  opacity: 0.9;
}
/* line 1161, templates/g5_hydrogen/custom/scss/_owlcarousel-neo.scss */
/* line 1162, templates/g5_hydrogen/custom/scss/_owlcarousel-neo.scss */
/* line 1163, templates/g5_hydrogen/custom/scss/_owlcarousel-neo.scss */
/* line 1165, templates/g5_hydrogen/custom/scss/_owlcarousel-neo.scss */
.g-owlcarousel.sn-overlay-h2.has-color-overlay .owl-stage > .owl-item:nth-child(even) .g-owlcarousel-item-img:after, .g-owlcarousel.sn-overlay-h2.has-color-overlay .owl-stage > .owl-item:nth-child(odd) .g-owlcarousel-item-img:after {
  background-color: #4cad9e;
  background-color: #4cad9e;
  background-image: -webkit-linear-gradient(-410deg, #4cad9e, #b34b4b);
  background-image: linear-gradient(140deg, #4cad9e, #b34b4b);
  opacity: 0.9;
}
/* line 1176, templates/g5_hydrogen/custom/scss/_owlcarousel-neo.scss */
/* line 1177, templates/g5_hydrogen/custom/scss/_owlcarousel-neo.scss */
/* line 1178, templates/g5_hydrogen/custom/scss/_owlcarousel-neo.scss */
/* line 1180, templates/g5_hydrogen/custom/scss/_owlcarousel-neo.scss */
.g-owlcarousel.sn-overlay-h3.has-color-overlay .owl-stage > .owl-item:nth-child(even) .g-owlcarousel-item-img:after, .g-owlcarousel.sn-overlay-h3.has-color-overlay .owl-stage > .owl-item:nth-child(odd) .g-owlcarousel-item-img:after {
  background-color: #355c7d;
  background-color: #355c7d;
  background-image: -webkit-linear-gradient(-410deg, #355c7d, #c06c84);
  background-image: linear-gradient(140deg, #355c7d, #c06c84);
  opacity: 0.9;
}
/* line 1191, templates/g5_hydrogen/custom/scss/_owlcarousel-neo.scss */
/* line 1192, templates/g5_hydrogen/custom/scss/_owlcarousel-neo.scss */
/* line 1193, templates/g5_hydrogen/custom/scss/_owlcarousel-neo.scss */
/* line 1195, templates/g5_hydrogen/custom/scss/_owlcarousel-neo.scss */
.g-owlcarousel.sn-overlay-h4.has-color-overlay .owl-stage > .owl-item:nth-child(even) .g-owlcarousel-item-img:after, .g-owlcarousel.sn-overlay-h4.has-color-overlay .owl-stage > .owl-item:nth-child(odd) .g-owlcarousel-item-img:after {
  background-color: #2a363b;
  background-color: #2a363b;
  background-image: -webkit-linear-gradient(-410deg, #2a363b, #e84a5f);
  background-image: linear-gradient(140deg, #2a363b, #e84a5f);
  opacity: 0.9;
}
/* line 1206, templates/g5_hydrogen/custom/scss/_owlcarousel-neo.scss */
/* line 1207, templates/g5_hydrogen/custom/scss/_owlcarousel-neo.scss */
/* line 1208, templates/g5_hydrogen/custom/scss/_owlcarousel-neo.scss */
/* line 1210, templates/g5_hydrogen/custom/scss/_owlcarousel-neo.scss */
.g-owlcarousel.sn-overlay-h5.has-color-overlay .owl-stage > .owl-item:nth-child(even) .g-owlcarousel-item-img:after, .g-owlcarousel.sn-overlay-h5.has-color-overlay .owl-stage > .owl-item:nth-child(odd) .g-owlcarousel-item-img:after {
  background-color: #474747;
  background-color: #474747;
  background-image: -webkit-linear-gradient(-410deg, #474747, #a8a7a7);
  background-image: linear-gradient(140deg, #474747, #a8a7a7);
  opacity: 0.9;
}
/* line 1221, templates/g5_hydrogen/custom/scss/_owlcarousel-neo.scss */
/* line 1222, templates/g5_hydrogen/custom/scss/_owlcarousel-neo.scss */
/* line 1223, templates/g5_hydrogen/custom/scss/_owlcarousel-neo.scss */
/* line 1225, templates/g5_hydrogen/custom/scss/_owlcarousel-neo.scss */
.g-owlcarousel.sn-overlay-h6.has-color-overlay .owl-stage > .owl-item:nth-child(even) .g-owlcarousel-item-img:after, .g-owlcarousel.sn-overlay-h6.has-color-overlay .owl-stage > .owl-item:nth-child(odd) .g-owlcarousel-item-img:after {
  background-color: #474747;
  background-color: #474747;
  background-image: -webkit-linear-gradient(-410deg, #474747, #a8a7a7);
  background-image: linear-gradient(140deg, #474747, #a8a7a7);
  opacity: 0.9;
}
/* line 1236, templates/g5_hydrogen/custom/scss/_owlcarousel-neo.scss */
/* line 1237, templates/g5_hydrogen/custom/scss/_owlcarousel-neo.scss */
/* line 1238, templates/g5_hydrogen/custom/scss/_owlcarousel-neo.scss */
/* line 1240, templates/g5_hydrogen/custom/scss/_owlcarousel-neo.scss */
.g-owlcarousel.sn-overlay-gr.has-color-overlay .owl-stage > .owl-item:nth-child(even) .g-owlcarousel-item-img:after, .g-owlcarousel.sn-overlay-gr.has-color-overlay .owl-stage > .owl-item:nth-child(odd) .g-owlcarousel-item-img:after {
  background-color: 4cdb9c;
  background-color: 4cdb9c;
  background-image: -webkit-linear-gradient(-410deg, #4cdb9c, #212624);
  background-image: linear-gradient(140deg, #4cdb9c, #212624);
  opacity: 0.9;
}
/* line 1251, templates/g5_hydrogen/custom/scss/_owlcarousel-neo.scss */
/* line 1252, templates/g5_hydrogen/custom/scss/_owlcarousel-neo.scss */
/* line 1253, templates/g5_hydrogen/custom/scss/_owlcarousel-neo.scss */
/* line 1255, templates/g5_hydrogen/custom/scss/_owlcarousel-neo.scss */
.g-owlcarousel.sn-overlay-or.has-color-overlay .owl-stage > .owl-item:nth-child(even) .g-owlcarousel-item-img:after, .g-owlcarousel.sn-overlay-or.has-color-overlay .owl-stage > .owl-item:nth-child(odd) .g-owlcarousel-item-img:after {
  background-color: db974c;
  background-color: db974c;
  background-image: -webkit-linear-gradient(-410deg, #db974c, #212624);
  background-image: linear-gradient(140deg, #db974c, #212624);
  opacity: 0.9;
}
/* line 1266, templates/g5_hydrogen/custom/scss/_owlcarousel-neo.scss */
/* line 1267, templates/g5_hydrogen/custom/scss/_owlcarousel-neo.scss */
/* line 1268, templates/g5_hydrogen/custom/scss/_owlcarousel-neo.scss */
/* line 1270, templates/g5_hydrogen/custom/scss/_owlcarousel-neo.scss */
.g-owlcarousel.sn-overlay-bl.has-color-overlay .owl-stage > .owl-item:nth-child(even) .g-owlcarousel-item-img:after, .g-owlcarousel.sn-overlay-bl.has-color-overlay .owl-stage > .owl-item:nth-child(odd) .g-owlcarousel-item-img:after {
  background-color: 4c93db;
  background-color: 4c93db;
  background-image: -webkit-linear-gradient(-410deg, #4c93db, #212624);
  background-image: linear-gradient(140deg, #4c93db, #212624);
  opacity: 0.9;
}
/* line 1281, templates/g5_hydrogen/custom/scss/_owlcarousel-neo.scss */
/* line 1282, templates/g5_hydrogen/custom/scss/_owlcarousel-neo.scss */
/* line 1283, templates/g5_hydrogen/custom/scss/_owlcarousel-neo.scss */
/* line 1285, templates/g5_hydrogen/custom/scss/_owlcarousel-neo.scss */
.g-owlcarousel.sn-overlay-vi.has-color-overlay .owl-stage > .owl-item:nth-child(even) .g-owlcarousel-item-img:after, .g-owlcarousel.sn-overlay-vi.has-color-overlay .owl-stage > .owl-item:nth-child(odd) .g-owlcarousel-item-img:after {
  background-color: b54cdb;
  background-color: b54cdb;
  background-image: -webkit-linear-gradient(-410deg, #b54cdb, #212624);
  background-image: linear-gradient(140deg, #b54cdb, #212624);
  opacity: 0.9;
}
/* line 1296, templates/g5_hydrogen/custom/scss/_owlcarousel-neo.scss */
/* line 1297, templates/g5_hydrogen/custom/scss/_owlcarousel-neo.scss */
/* line 1298, templates/g5_hydrogen/custom/scss/_owlcarousel-neo.scss */
/* line 1300, templates/g5_hydrogen/custom/scss/_owlcarousel-neo.scss */
.g-owlcarousel.sn-overlay-tu.has-color-overlay .owl-stage > .owl-item:nth-child(even) .g-owlcarousel-item-img:after, .g-owlcarousel.sn-overlay-tu.has-color-overlay .owl-stage > .owl-item:nth-child(odd) .g-owlcarousel-item-img:after {
  background-color: 4cd0db;
  background-color: 4cd0db;
  background-image: -webkit-linear-gradient(-410deg, #4cd0db, #212624);
  background-image: linear-gradient(140deg, #4cd0db, #212624);
  opacity: 0.9;
}
/* line 1, templates/g5_hydrogen/custom/scss/_jlparticles.scss */
/* line 9, templates/g5_hydrogen/custom/scss/_jlparticles.scss */
#jl-login-form input, .tm-newsletter-form input, .tm-form-reset input, .tm-form-remind input, .tm-form-login input, .tm-form-registration input, .tm-form-profile-edit input, .tm-datatables-wrapper input {
  box-sizing: inherit;
  box-shadow: none;
  border-radius: 0;
  height: 40px;
}
/* line 15, templates/g5_hydrogen/custom/scss/_jlparticles.scss */
#jl-login-form .jl-form-icon, .tm-newsletter-form .jl-form-icon, .tm-form-reset .jl-form-icon, .tm-form-remind .jl-form-icon, .tm-form-login .jl-form-icon, .tm-form-registration .jl-form-icon, .tm-form-profile-edit .jl-form-icon, .tm-datatables-wrapper .jl-form-icon {
  height: 40px;
}
/* line 18, templates/g5_hydrogen/custom/scss/_jlparticles.scss */
#jl-login-form .jl-checkbox, .tm-newsletter-form .jl-checkbox, .tm-form-reset .jl-checkbox, .tm-form-remind .jl-checkbox, .tm-form-login .jl-checkbox, .tm-form-registration .jl-checkbox, .tm-form-profile-edit .jl-checkbox, .tm-datatables-wrapper .jl-checkbox {
  display: inline-block;
  height: 16px;
  width: 16px;
  margin: 0;
}
/* line 25, templates/g5_hydrogen/custom/scss/_jlparticles.scss */
/* line 26, templates/g5_hydrogen/custom/scss/_jlparticles.scss */
.tm-newsletter-form button.jl-icon:not(:disabled) {
  outline: none;
}
/* line 29, templates/g5_hydrogen/custom/scss/_jlparticles.scss */
.tm-newsletter-form .jl-spinner.jl-icon svg {
  width: 20px;
}
/* line 34, templates/g5_hydrogen/custom/scss/_jlparticles.scss */
/* line 39, templates/g5_hydrogen/custom/scss/_jlparticles.scss */
.tm-form-reset input, .tm-form-remind input, .tm-form-login input, .tm-form-registration input, .tm-form-profile-edit input {
  width: 100%;
}
/* line 43, templates/g5_hydrogen/custom/scss/_jlparticles.scss */
/* line 44, templates/g5_hydrogen/custom/scss/_jlparticles.scss */
/* line 46, templates/g5_hydrogen/custom/scss/_jlparticles.scss */
/* line 47, templates/g5_hydrogen/custom/scss/_jlparticles.scss */
.profile #users-profile-core .jl-description-list dd, .profile #users-profile-custom .jl-description-list dd {
  margin-left: 0;
}
/* line 54, templates/g5_hydrogen/custom/scss/_jlparticles.scss */
/* line 55, templates/g5_hydrogen/custom/scss/_jlparticles.scss */
/* line 56, templates/g5_hydrogen/custom/scss/_jlparticles.scss */
.view-search .tm-search-result-form input {
  box-sizing: inherit;
  box-shadow: none;
  border-radius: 0;
  height: 40px;
  margin: 0;
  padding: 0 6px;
}
/* line 67, templates/g5_hydrogen/custom/scss/_jlparticles.scss */
/* line 68, templates/g5_hydrogen/custom/scss/_jlparticles.scss */
.tm-tags a {
  text-transform: none;
}
/* line 70, templates/g5_hydrogen/custom/scss/_jlparticles.scss */
.tm-tags a:hover, .tm-tags a:focus {
  color: #fff;
}
/* line 77, templates/g5_hydrogen/custom/scss/_jlparticles.scss */
/* line 78, templates/g5_hydrogen/custom/scss/_jlparticles.scss */
.tm-custom-icon .tm-share-icon a {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  color: #fff;
}
/* line 83, templates/g5_hydrogen/custom/scss/_jlparticles.scss */
.tm-custom-icon .tm-share-icon a:hover {
  -webkit-filter: saturate(1.2) brightness(1.2);
  filter: saturate(1.2) brightness(1.2);
  color: #fff;
}
/* line 89, templates/g5_hydrogen/custom/scss/_jlparticles.scss */
.tm-custom-icon .tm-share-icon .twitter {
  background-color: #1da1f2;
}
/* line 92, templates/g5_hydrogen/custom/scss/_jlparticles.scss */
.tm-custom-icon .tm-share-icon .facebook {
  background-color: #3b5998;
}
/* line 95, templates/g5_hydrogen/custom/scss/_jlparticles.scss */
.tm-custom-icon .tm-share-icon .googleplus {
  background-color: #dd4b39;
}
/* line 98, templates/g5_hydrogen/custom/scss/_jlparticles.scss */
.tm-custom-icon .tm-share-icon .linkedin {
  background-color: #0077b5;
}
/* line 101, templates/g5_hydrogen/custom/scss/_jlparticles.scss */
.tm-custom-icon .tm-share-icon .whatsapp {
  background-color: #25d366;
}
/* line 104, templates/g5_hydrogen/custom/scss/_jlparticles.scss */
.tm-custom-icon .tm-share-icon .telegram {
  background-color: #2ca5e0;
}
/* line 107, templates/g5_hydrogen/custom/scss/_jlparticles.scss */
.tm-custom-icon .tm-share-icon .mail {
  background-color: #ea4335;
}
/* line 110, templates/g5_hydrogen/custom/scss/_jlparticles.scss */
.tm-custom-icon .tm-share-icon .digg {
  background-color: #005be2;
}
/* line 113, templates/g5_hydrogen/custom/scss/_jlparticles.scss */
.tm-custom-icon .tm-share-icon .pinterest {
  background-color: #bd081c;
}
/* line 116, templates/g5_hydrogen/custom/scss/_jlparticles.scss */
.tm-custom-icon .tm-share-icon .tumblr {
  background-color: #eb4924;
}
/* line 119, templates/g5_hydrogen/custom/scss/_jlparticles.scss */
.tm-custom-icon .tm-share-icon .reddit {
  background-color: #ff4500;
}
/* line 122, templates/g5_hydrogen/custom/scss/_jlparticles.scss */
.tm-custom-icon .tm-share-icon .vk {
  background-color: #4c75a3;
}
/* line 125, templates/g5_hydrogen/custom/scss/_jlparticles.scss */
.tm-custom-icon .tm-share-icon .xing {
  background-color: #026466;
}
/* line 131, templates/g5_hydrogen/custom/scss/_jlparticles.scss */
/* line 132, templates/g5_hydrogen/custom/scss/_jlparticles.scss */
.tm-search .jl-form-blank {
  background: none !important;
  border-color: transparent !important;
}
/* line 136, templates/g5_hydrogen/custom/scss/_jlparticles.scss */
.tm-search .jl-form-blank:focus {
  border-color: #e5e5e5 !important;
  border-style: dashed !important;
}
/* line 141, templates/g5_hydrogen/custom/scss/_jlparticles.scss */
/* line 142, templates/g5_hydrogen/custom/scss/_jlparticles.scss */
/* line 143, templates/g5_hydrogen/custom/scss/_jlparticles.scss */
.jl-modal-dialog .jl-search input[type="search"] {
  border: none;
  box-shadow: none;
}
/* line 151, templates/g5_hydrogen/custom/scss/_jlparticles.scss */
/* line 152, templates/g5_hydrogen/custom/scss/_jlparticles.scss */
.tm-quotation-wrapper blockquote {
  margin: 0 0 20px 0 !important;
  font-size: 1rem;
  border-left: none;
  font-style: normal;
}
/* line 157, templates/g5_hydrogen/custom/scss/_jlparticles.scss */
.tm-quotation-wrapper blockquote cite {
  display: inline-block;
  font-size: 1rem;
}
/* line 164, templates/g5_hydrogen/custom/scss/_jlparticles.scss */
/* line 165, templates/g5_hydrogen/custom/scss/_jlparticles.scss */
.tm-code-wrapper pre {
  color: #666;
  border: none;
  padding: 0;
  border-radius: 0;
  font-size: 1rem;
}
/* line 175, templates/g5_hydrogen/custom/scss/_jlparticles.scss */
ul.jl-list {
  margin: 0 0 20px 0;
}
/* line 179, templates/g5_hydrogen/custom/scss/_jlparticles.scss */
audio, canvas, iframe, img, svg, video {
  vertical-align: middle;
}
/* line 182, templates/g5_hydrogen/custom/scss/_jlparticles.scss */
/* line 183, templates/g5_hydrogen/custom/scss/_jlparticles.scss */
.jl-table td {
  border: none;
}
/* line 184, templates/g5_hydrogen/custom/scss/_jlparticles.scss */
.jl-table th {
  background: none;
}
/* line 188, templates/g5_hydrogen/custom/scss/_jlparticles.scss */
table.jl-table, .jl-table-striped tbody tr:nth-of-type(odd), .jl-table-striped > tr:nth-of-type(odd) {
  border: none;
}
/* line 193, templates/g5_hydrogen/custom/scss/_jlparticles.scss */
/* line 194, templates/g5_hydrogen/custom/scss/_jlparticles.scss */
.jl-link:hover, a:hover {
  text-decoration: none;
}
/* line 200, templates/g5_hydrogen/custom/scss/_jlparticles.scss */
.jl-overlay-primary {
  background: rgba(0, 83, 161, 0.8);
}
/* line 203, templates/g5_hydrogen/custom/scss/_jlparticles.scss */
.jl-card-secondary {
  background: #00a551;
}
/* line 206, templates/g5_hydrogen/custom/scss/_jlparticles.scss */
.jl-button-secondary {
  background-color: #00a551;
}
/* line 208, templates/g5_hydrogen/custom/scss/_jlparticles.scss */
.jl-button-secondary:hover, .jl-button-secondary:focus, .jl-button-secondary:active {
  background-color: #007238;
}
/* line 212, templates/g5_hydrogen/custom/scss/_jlparticles.scss */
.jl-heading-line > ::after, .jl-heading-line > ::before {
  top: calc(50% - (2px / 2));
  width: 150px;
}
/* line 216, templates/g5_hydrogen/custom/scss/_jlparticles.scss */
.jl-text-primary, .jl-alert-primary {
  color: #0053a1 !important;
}
/* line 221, templates/g5_hydrogen/custom/scss/_jlparticles.scss */
.jl-button-primary {
  background-color: #0053a1;
}
/* line 223, templates/g5_hydrogen/custom/scss/_jlparticles.scss */
.jl-button-primary:focus, .jl-button-primary:hover {
  background-color: #00396e;
}
/* line 228, templates/g5_hydrogen/custom/scss/_jlparticles.scss */
.jl-card-primary {
  background: #0053a1;
}
/* line 230, templates/g5_hydrogen/custom/scss/_jlparticles.scss */
.jl-card-primary.jl-card-hover:hover {
  background-color: #00396e;
}
/* line 234, templates/g5_hydrogen/custom/scss/_jlparticles.scss */
.jl-tile-primary, .jl-section-primary {
  background: #0053a1;
}
/* Hover + Focus */
/* line 239, templates/g5_hydrogen/custom/scss/_jlparticles.scss */
.jl-nav-default > li > a:hover, .jl-nav-default > li > a:focus, .jl-nav-default > li.jl-active > a, .jl-article-meta a {
  color: #0053a1;
}
/* line 245, templates/g5_hydrogen/custom/scss/_jlparticles.scss */
.jl-subnav-pill > .jl-active > a, .jl-dotnav > .jl-active > * {
  background-color: #0053a1;
}
/* Hover + Active + Focus */
/* line 250, templates/g5_hydrogen/custom/scss/_jlparticles.scss */
.jl-tab > .jl-active > a, .jl-tab > * > a:hover, .jl-tab > * > a:focus {
  border-color: #0053a1;
}
/* Hover + Focus */
/* line 256, templates/g5_hydrogen/custom/scss/_jlparticles.scss */
.jl-accordion-title:hover, .jl-accordion-title:focus {
  color: #0053a1;
}
/* line 260, templates/g5_hydrogen/custom/scss/_jlparticles.scss */
.jl-button-default {
  background-color: rgba(255, 255, 255, 0);
  color: #0053a1;
  border: 1px solid #0053a1;
}
/* line 266, templates/g5_hydrogen/custom/scss/_jlparticles.scss */
.jl-tab > * > a, .jl-nav-default {
  font-size: 1rem;
}
/* line 270, templates/g5_hydrogen/custom/scss/_jlparticles.scss */
.jl-button:focus {
  outline: 0;
}
/* line 273, templates/g5_hydrogen/custom/scss/_jlparticles.scss */
.jl-button, .jl-tab > * > a {
  text-transform: none;
  font-size: 1rem;
}
/* line 278, templates/g5_hydrogen/custom/scss/_jlparticles.scss */
.jl-button-default {
  color: #0053a1;
  border: 1px solid #0053a1;
}
/* line 283, templates/g5_hydrogen/custom/scss/_jlparticles.scss */
.jl-button-default:focus, .jl-button-default:hover {
  color: #404042;
  border-color: #404042;
}
/* line 289, templates/g5_hydrogen/custom/scss/_jlparticles.scss */
.jl-button-default.jl-active, .jl-button-default:active {
  color: #404042;
  border-color: #404042;
}
/* line 295, templates/g5_hydrogen/custom/scss/_jlparticles.scss */
.jl-button-primary {
  border: 1px solid transparent;
}
/* line 299, templates/g5_hydrogen/custom/scss/_jlparticles.scss */
.jl-button-primary:focus, .jl-button-primary:hover {
  border-color: transparent;
}
/* line 304, templates/g5_hydrogen/custom/scss/_jlparticles.scss */
.jl-button-primary.jl-active, .jl-button-primary:active {
  border-color: transparent;
}
/* line 309, templates/g5_hydrogen/custom/scss/_jlparticles.scss */
.jl-button-secondary {
  border: 1px solid transparent;
}
/* line 313, templates/g5_hydrogen/custom/scss/_jlparticles.scss */
.jl-button-secondary:focus, .jl-button-secondary:hover {
  border-color: transparent;
}
/* line 318, templates/g5_hydrogen/custom/scss/_jlparticles.scss */
.jl-button-secondary.jl-active, .jl-button-secondary:active {
  border-color: transparent;
}
/* line 323, templates/g5_hydrogen/custom/scss/_jlparticles.scss */
.jl-button-danger {
  border: 1px solid transparent;
}
/* line 327, templates/g5_hydrogen/custom/scss/_jlparticles.scss */
.jl-button-danger:focus, .jl-button-danger:hover {
  border-color: transparent;
}
/* line 332, templates/g5_hydrogen/custom/scss/_jlparticles.scss */
.jl-button-danger.jl-active, .jl-button-danger:active {
  border-color: transparent;
}
/* line 337, templates/g5_hydrogen/custom/scss/_jlparticles.scss */
.jl-button-danger:disabled, .jl-button-default:disabled, .jl-button-primary:disabled, .jl-button-secondary:disabled {
  border: 1px solid transparent;
}
/* line 345, templates/g5_hydrogen/custom/scss/_jlparticles.scss */
.jl-text-secondary {
  color: #00a551 !important;
}
/* line 349, templates/g5_hydrogen/custom/scss/_jlparticles.scss */
.jl-container {
  max-width: 75rem;
}
@media only all and (min-width: 60rem) and (max-width: 74.938rem) {
  .jl-container {
    width: 60rem;
  }
}
@media only all and (min-width: 48rem) and (max-width: 59.938rem) {
  .jl-container {
    width: 48rem;
  }
}
@media only all and (min-width: 30.062rem) and (max-width: 47.938rem) {
  .jl-container {
    width: 30rem;
  }
}
@media only all and (max-width: 30rem) {
  .jl-container {
    width: 100%;
  }
}
/* line 363, templates/g5_hydrogen/custom/scss/_jlparticles.scss */
.jl-container .g5-content {
  margin: 0.625rem;
  padding: 0.938rem;
}
/* line 370, templates/g5_hydrogen/custom/scss/_jlparticles.scss */
/* line 371, templates/g5_hydrogen/custom/scss/_jlparticles.scss */
.tm-paypal-wrapper .jl-form-success, .tm-search .jl-form-success, .tm-paypal-wrapper .jl-form-success:focus, .tm-search .jl-form-success:focus {
  color: #32d296;
  border-color: #32d296 !important;
}
/* line 375, templates/g5_hydrogen/custom/scss/_jlparticles.scss */
.tm-paypal-wrapper .jl-form-danger, .tm-search .jl-form-danger, .tm-paypal-wrapper .jl-form-danger:focus, .tm-search .jl-form-danger:focus {
  color: #f0506e;
  border-color: #f0506e !important;
}
/* line 379, templates/g5_hydrogen/custom/scss/_jlparticles.scss */
.tm-paypal-wrapper .jl-form-controls input, .tm-search .jl-form-controls input {
  box-shadow: none;
  border-radius: 0;
  padding: 0 10px;
}
/* line 380, templates/g5_hydrogen/custom/scss/_jlparticles.scss */
.tm-paypal-wrapper .jl-search input, .tm-search .jl-search input {
  box-shadow: none;
  border-radius: 0;
}
/* line 384, templates/g5_hydrogen/custom/scss/_jlparticles.scss */
/* line 385, templates/g5_hydrogen/custom/scss/_jlparticles.scss */
#g-navigation .tm-search {
  margin: -1.563rem;
}
/* line 388, templates/g5_hydrogen/custom/scss/_jlparticles.scss */
#g-navigation .tm-search-inner {
  padding: 1.2rem 0.938rem;
}
/* line 392, templates/g5_hydrogen/custom/scss/_jlparticles.scss */
#g-navigation .jl-navbar-center:only-child, #g-navigation .jl-navbar-left, #g-navigation .jl-navbar-right {
  flex-wrap: wrap;
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: #0053a1;
}
/* line 402, templates/g5_hydrogen/custom/scss/_jlparticles.scss */
/* line 403, templates/g5_hydrogen/custom/scss/_jlparticles.scss */
#g-navigation .jl-search-navbar .jl-search-input {
  font-size: 1rem;
}
/* line 408, templates/g5_hydrogen/custom/scss/_jlparticles.scss */
/* line 409, templates/g5_hydrogen/custom/scss/_jlparticles.scss */
.jl-search-navbar .jl-search-input {
  font-size: 1rem;
}
/* line 414, templates/g5_hydrogen/custom/scss/_jlparticles.scss */
/* line 415, templates/g5_hydrogen/custom/scss/_jlparticles.scss */
.tm-button-wrapper .jl-button-danger:disabled, .tm-button-wrapper .jl-button-default:disabled, .tm-button-wrapper .jl-button-primary:disabled, .tm-button-wrapper .jl-button-secondary:disabled {
  cursor: not-allowed;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
  opacity: 0.65;
  border: 1px solid #e5e5e5 !important;
}
/* line 425, templates/g5_hydrogen/custom/scss/_jlparticles.scss */
.back-to-top {
  position: fixed;
  bottom: 40px;
  right: 20px;
  z-index: 9999;
  font-size: 16px;
  width: 38px;
  height: 35px;
  text-align: center;
  line-height: 35px;
  cursor: pointer;
  border: 0;
  border-radius: 0px;
  text-decoration: none;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
@-webkit-keyframes fadeInRight {
  /* line 447, templates/g5_hydrogen/custom/scss/_jlparticles.scss */
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  /* line 453, templates/g5_hydrogen/custom/scss/_jlparticles.scss */
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInRight {
  /* line 461, templates/g5_hydrogen/custom/scss/_jlparticles.scss */
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  /* line 467, templates/g5_hydrogen/custom/scss/_jlparticles.scss */
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@-webkit-keyframes fadeOutRight {
  /* line 475, templates/g5_hydrogen/custom/scss/_jlparticles.scss */
  from {
    opacity: 1;
  }
  /* line 479, templates/g5_hydrogen/custom/scss/_jlparticles.scss */
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes fadeOutRight {
  /* line 487, templates/g5_hydrogen/custom/scss/_jlparticles.scss */
  from {
    opacity: 1;
  }
  /* line 491, templates/g5_hydrogen/custom/scss/_jlparticles.scss */
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
/* line 498, templates/g5_hydrogen/custom/scss/_jlparticles.scss */
.back-to-top {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}
/* line 507, templates/g5_hydrogen/custom/scss/_jlparticles.scss */
.backHide {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}
/* line 511, templates/g5_hydrogen/custom/scss/_jlparticles.scss */
a.back-to-top:hover {
  background: #0053a1;
}
/* line 513, templates/g5_hydrogen/custom/scss/_jlparticles.scss */
a.back-to-top:hover span {
  color: #fff;
}
/* line 519, templates/g5_hydrogen/custom/scss/_jlparticles.scss */
.jl-notification-message {
  font-size: 1rem;
}
/*
 * Primary bordered
 */
/* line 525, templates/g5_hydrogen/custom/scss/_jlparticles.scss */
.jl-notification-message-primary-border {
  color: #1e87f0;
  border: 1px solid #1e87f0;
}
/*
 * Success bordered
 */
/* line 532, templates/g5_hydrogen/custom/scss/_jlparticles.scss */
.jl-notification-message-success-border {
  color: #32d296;
  border: 1px solid #32d296;
}
/*
 * Warning bordered
 */
/* line 539, templates/g5_hydrogen/custom/scss/_jlparticles.scss */
.jl-notification-message-warning-border {
  color: #faa05a;
  border: 1px solid #faa05a;
}
/*
 * Danger bordered
 */
/* line 546, templates/g5_hydrogen/custom/scss/_jlparticles.scss */
.jl-notification-message-danger-border {
  color: #f0506e;
  border: 1px solid #f0506e;
}
/*
 * Primary bg
 */
/* line 554, templates/g5_hydrogen/custom/scss/_jlparticles.scss */
.jl-notification-message-primary-hivis {
  color: #fff;
  background-color: #0053a1;
}
/* line 555, templates/g5_hydrogen/custom/scss/_jlparticles.scss */
.jl-notification-message-primary-hivis .jl-notification-close, .jl-notification-message-primary-hivis a {
  color: #fff;
}
/*
 * Success bg
 */
/* line 565, templates/g5_hydrogen/custom/scss/_jlparticles.scss */
.jl-notification-message-success-hivis {
  color: #fff;
  background-color: #32d296;
}
/* line 566, templates/g5_hydrogen/custom/scss/_jlparticles.scss */
.jl-notification-message-success-hivis .jl-notification-close, .jl-notification-message-success-hivis a {
  color: #fff;
}
/*
 * Warning bg
 */
/* line 576, templates/g5_hydrogen/custom/scss/_jlparticles.scss */
.jl-notification-message-warning-hivis {
  color: #fff;
  background-color: #faa05a;
}
/* line 577, templates/g5_hydrogen/custom/scss/_jlparticles.scss */
.jl-notification-message-warning-hivis .jl-notification-close, .jl-notification-message-warning-hivis a {
  color: #fff;
}
/*
 * Danger bg
 */
/* line 587, templates/g5_hydrogen/custom/scss/_jlparticles.scss */
.jl-notification-message-danger-hivis {
  color: #fff;
  background-color: #f0506e;
}
/* line 588, templates/g5_hydrogen/custom/scss/_jlparticles.scss */
.jl-notification-message-danger-hivis .jl-notification-close, .jl-notification-message-danger-hivis a {
  color: #fff;
}
/* line 597, templates/g5_hydrogen/custom/scss/_jlparticles.scss */
:-webkit-full-screen-ancestor:not(iframe) {
  animation-fill-mode: none;
  -webkit-animation-fill-mode: none;
}
/* line 603, templates/g5_hydrogen/custom/scss/_jlparticles.scss */
.block-revealer__element {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  pointer-events: none;
  opacity: 0;
}
/* line 614, templates/g5_hydrogen/custom/scss/_jlparticles.scss */
/* line 615, templates/g5_hydrogen/custom/scss/_jlparticles.scss */
.moduletable .jl-breadcrumb > :nth-child(n+2):not(.jl-first-column)::before {
  margin: 0 5px;
}
/* line 621, templates/g5_hydrogen/custom/scss/_jlparticles.scss */
/* line 622, templates/g5_hydrogen/custom/scss/_jlparticles.scss */
.tm-price-list .jl-icon-button {
  border-radius: 0;
  background-color: #fff;
  color: #3d3d3d;
}
/* line 630, templates/g5_hydrogen/custom/scss/_jlparticles.scss */
.jl-background-default {
  background-color: #fff !important;
}
/* line 633, templates/g5_hydrogen/custom/scss/_jlparticles.scss */
.jl-background-muted {
  background-color: #f8f8f8 !important;
}
/* line 636, templates/g5_hydrogen/custom/scss/_jlparticles.scss */
.jl-background-primary {
  background-color: #0053a1 !important;
}
/* line 639, templates/g5_hydrogen/custom/scss/_jlparticles.scss */
.jl-background-secondary {
  background-color: #222 !important;
}
/* line 643, templates/g5_hydrogen/custom/scss/_jlparticles.scss */
.jl-tooltip {
  text-shadow: none;
  font-size: 0.875em;
  font-weight: 400;
  color: #fff;
  background-color: #002b45;
  -webkit-box-shadow: 0 0 -3px 8px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0 -3px 8px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 -3px 8px rgba(0, 0, 0, 0.3);
}
@media (max-width: 960px) {
  /* line 655, templates/g5_hydrogen/custom/scss/_jlparticles.scss */
  /* line 656, templates/g5_hydrogen/custom/scss/_jlparticles.scss */
  .g-news-ticker .tm-heading, .g-news-ticker .tm-heading-right {
    margin: 0 !important;
  }
  /* line 659, templates/g5_hydrogen/custom/scss/_jlparticles.scss */
  .g-news-ticker .tm-heading:after, .g-news-ticker .tm-heading-right:after {
    display: none;
  }
}
/* line 665, templates/g5_hydrogen/custom/scss/_jlparticles.scss */
.g-news-ticker .jl-label {
  text-transform: none;
}
/* line 666, templates/g5_hydrogen/custom/scss/_jlparticles.scss */
/* line 667, templates/g5_hydrogen/custom/scss/_jlparticles.scss */
.g-post-gallery .jl-subnav-divider > * {
  text-transform: uppercase;
  font-size: 12px;
}
/* line 668, templates/g5_hydrogen/custom/scss/_jlparticles.scss */
.g-post-gallery .jl-label {
  text-transform: none;
  border-radius: 0;
}
/* line 669, templates/g5_hydrogen/custom/scss/_jlparticles.scss */
.g-post-gallery .jl-subnav > * > :first-child {
  font-size: 12px;
}
/* line 674, templates/g5_hydrogen/custom/scss/_jlparticles.scss */
@media (min-width: 1200px) {
  /* line 676, templates/g5_hydrogen/custom/scss/_jlparticles.scss */
  .dataTables_wrapper * + .jl-grid-margin, .dataTables_wrapper .jl-grid + .jl-grid, .dataTables_wrapper .jl-grid > .jl-grid-margin {
    margin-top: 10px;
  }
}
/* line 680, templates/g5_hydrogen/custom/scss/_jlparticles.scss */
.dataTables_wrapper * + .jl-grid-margin, .dataTables_wrapper .jl-grid + .jl-grid, .dataTables_wrapper .jl-grid > .jl-grid-margin {
  margin-top: 10px;
}
/* line 685, templates/g5_hydrogen/custom/scss/_jlparticles.scss */
/* line 686, templates/g5_hydrogen/custom/scss/_jlparticles.scss */
.entry-meta .meta-date, .entry-meta .meta-author, .entry-meta .meta-comments-count, .entry-meta .meta-categories {
  display: inline-block;
  margin-right: 5px;
}
/* line 694, templates/g5_hydrogen/custom/scss/_jlparticles.scss */
.custom-offcanvas {
  line-height: 40px;
}
/* line 696, templates/g5_hydrogen/custom/scss/_jlparticles.scss */
/* line 697, templates/g5_hydrogen/custom/scss/_jlparticles.scss */
.tm-description .jl-list {
  padding: 0;
  list-style: none;
}
/* line 702, templates/g5_hydrogen/custom/scss/_jlparticles.scss */
/* line 703, templates/g5_hydrogen/custom/scss/_jlparticles.scss */
.jl-popup-login .jl-list {
  width: 300px;
  margin: 0 auto;
}
/* line 707, templates/g5_hydrogen/custom/scss/_jlparticles.scss */
.jl-popup-login li {
  display: inline-block;
}
/* line 711, templates/g5_hydrogen/custom/scss/_jlparticles.scss */
ul.tm-meta {
  margin-bottom: 0;
}
/* line 714, templates/g5_hydrogen/custom/scss/_jlparticles.scss */
.device-promo {
  z-index: 1;
}
/*Estilos  Partícula Menu Footer*/
/* line 2, templates/g5_hydrogen/custom/scss/_menusecundario.scss */
.g-menu-footer {
  /*----Orientación Items----*/
  /*----Orientación Horizontal Items----*/
  /*----Texto en negrita----*/
  /*Color de enlaces*/
  /*Color de bordes vertical */
  /*Color de bordes Horizontal */
  /*Efecto 1*/
  /*Efecto 2*/
  /*Efecto 3*/
  /*Efecto 4*/
  /*Item de menu Activo*/
}
/* line 3, templates/g5_hydrogen/custom/scss/_menusecundario.scss */
.g-menu-footer ul, .g-menu-footer li {
  padding: 0;
  margin: 0;
  list-style: none;
  position: relative;
}
/* line 11, templates/g5_hydrogen/custom/scss/_menusecundario.scss */
.g-menu-footer.g-menu-dis-vertical ul li {
  display: block;
}
/* line 13, templates/g5_hydrogen/custom/scss/_menusecundario.scss */
.g-menu-footer.g-menu-dis-vertical ul li a {
  padding: 0.5rem 0;
}
/* line 16, templates/g5_hydrogen/custom/scss/_menusecundario.scss */
.g-menu-footer.g-menu-dis-vertical ul li:first-child a {
  padding-top: 0 !important;
}
/* line 21, templates/g5_hydrogen/custom/scss/_menusecundario.scss */
.g-menu-footer.g-menu-dis-horizontal ul li {
  display: inline-block;
}
/* line 23, templates/g5_hydrogen/custom/scss/_menusecundario.scss */
.g-menu-footer.g-menu-dis-horizontal ul li a {
  padding: 0.5rem;
}
/* line 29, templates/g5_hydrogen/custom/scss/_menusecundario.scss */
.g-menu-footer.g-menu-align-left {
  text-align: left;
}
/* line 32, templates/g5_hydrogen/custom/scss/_menusecundario.scss */
.g-menu-footer.g-menu-align-center {
  text-align: center;
}
/* line 35, templates/g5_hydrogen/custom/scss/_menusecundario.scss */
.g-menu-footer.g-menu-align-right {
  text-align: right;
}
/* line 39, templates/g5_hydrogen/custom/scss/_menusecundario.scss */
.g-menu-footer.g-menu-enlacenegrita ul li a {
  font-weight: bold;
}
/* line 43, templates/g5_hydrogen/custom/scss/_menusecundario.scss */
.g-menu-footer a {
  display: -webkit-inline-box;
  display: -moz-inline-box;
  display: inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-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;
  text-decoration: none;
  line-height: 1;
  position: relative;
  top: -0.15rem;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
/* line 51, templates/g5_hydrogen/custom/scss/_menusecundario.scss */
.g-menu-footer a i {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  margin-right: 0.6rem;
  border: none;
  text-decoration: none;
  border-radius: 0;
  text-shadow: none;
  position: relative;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
/* line 65, templates/g5_hydrogen/custom/scss/_menusecundario.scss */
.g-menu-footer.g-menu-oscuro ul li a {
  color: #d8d8d8;
}
/* line 66, templates/g5_hydrogen/custom/scss/_menusecundario.scss */
.g-menu-footer.g-menu-oscuro ul li a:hover, .g-menu-footer.g-menu-oscuro ul li.active a {
  color: #fff;
}
/* line 67, templates/g5_hydrogen/custom/scss/_menusecundario.scss */
.g-menu-footer.g-menu-claro ul li a {
  color: #373838;
}
/* line 68, templates/g5_hydrogen/custom/scss/_menusecundario.scss */
.g-menu-footer.g-menu-claro ul li a:hover, .g-menu-footer.g-menu-claro ul li.active a {
  color: #1f1f1f;
}
/* line 71, templates/g5_hydrogen/custom/scss/_menusecundario.scss */
.g-menu-footer.g-menu-oscuro.gmenu-conborder.g-menu-dis-vertical ul li {
  border-bottom: 1px solid rgba(0, 0, 0, 0.31);
  box-shadow: 0 -1px rgba(255, 255, 255, 0.15) inset;
}
/* line 76, templates/g5_hydrogen/custom/scss/_menusecundario.scss */
.g-menu-footer.g-menu-claro.gmenu-conborder.g-menu-dis-vertical ul li {
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}
/* line 81, templates/g5_hydrogen/custom/scss/_menusecundario.scss */
.g-menu-footer.g-menu-oscuro.gmenu-conborder.g-menu-dis-horizontal ul li {
  border-right: 1px solid rgba(0, 0, 0, 0.31);
  box-shadow: 1px 0 rgba(255, 255, 255, 0.15);
}
/* line 85, templates/g5_hydrogen/custom/scss/_menusecundario.scss */
.g-menu-footer.g-menu-oscuro.gmenu-conborder.g-menu-dis-horizontal ul li:last-child {
  border-right: 0;
  box-shadow: none;
}
/* line 91, templates/g5_hydrogen/custom/scss/_menusecundario.scss */
.g-menu-footer.g-menu-efecto1 ul li a .fa {
  position: relative;
  left: 0;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
/* line 96, templates/g5_hydrogen/custom/scss/_menusecundario.scss */
.g-menu-footer.g-menu-efecto1 ul li:hover a .fa {
  left: 0.2rem;
}
/* line 100, templates/g5_hydrogen/custom/scss/_menusecundario.scss */
.g-menu-footer.g-menu-efecto2 ul li:hover a .fa {
  margin-right: 1rem;
}
/* line 105, templates/g5_hydrogen/custom/scss/_menusecundario.scss */
.g-menu-footer.g-menu-efecto3 ul li a .fa {
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
/* line 109, templates/g5_hydrogen/custom/scss/_menusecundario.scss */
.g-menu-footer.g-menu-efecto3 ul li:hover a .fa {
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  transform: rotateY(180deg);
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -ms-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
  left: 2px;
}
/* line 116, templates/g5_hydrogen/custom/scss/_menusecundario.scss */
.g-menu-footer.g-menu-efecto4.g-menu-dis-horizontal ul li a {
  margin: 0 0.2rem;
}
/* line 119, templates/g5_hydrogen/custom/scss/_menusecundario.scss */
.g-menu-footer.g-menu-efecto4.g-menu-dis-horizontal ul li:first-child a {
  margin-left: 0;
}
/* line 122, templates/g5_hydrogen/custom/scss/_menusecundario.scss */
.g-menu-footer.g-menu-efecto4.g-menu-dis-horizontal ul li:last-child a {
  margin-right: 0;
}
/* line 125, templates/g5_hydrogen/custom/scss/_menusecundario.scss */
.g-menu-footer.g-menu-efecto4 ul li a {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: relative;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
/* line 131, templates/g5_hydrogen/custom/scss/_menusecundario.scss */
.g-menu-footer.g-menu-efecto4 ul li {
  border-right: none !important;
  box-shadow: none !important;
  border-bottom: none !important;
  box-shadow: none !important;
}
/* line 139, templates/g5_hydrogen/custom/scss/_menusecundario.scss */
.g-menu-footer.g-menu-efecto4 ul li a:after {
  content: "";
  position: absolute;
  bottom: -0.3rem;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 0;
  height: 1px;
  background: #d8d8d8;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
}
/* line 151, templates/g5_hydrogen/custom/scss/_menusecundario.scss */
.g-menu-footer.g-menu-efecto4.g-menu-claro ul li a:after {
  background: #373838;
}
/* line 155, templates/g5_hydrogen/custom/scss/_menusecundario.scss */
.g-menu-footer.g-menu-efecto4 ul li:hover a:after {
  width: 100%;
}
/* line 161, templates/g5_hydrogen/custom/scss/_menusecundario.scss */
.g-menu-footer nav[class*="g-menu-efecto"] ul li.active a .fa {
  left: 0.3rem !important;
}
@media only all and (max-width: 47.938rem) {
  /* line 168, templates/g5_hydrogen/custom/scss/_menusecundario.scss */
  /* line 169, templates/g5_hydrogen/custom/scss/_menusecundario.scss */
  .g-menu-footer ul li {
    border-right: 0 !important;
    box-shadow: none !important;
    display: block !important;
  }
  /* line 173, templates/g5_hydrogen/custom/scss/_menusecundario.scss */
  .g-menu-footer ul li a {
    padding: 0.7rem 0 !important;
  }
}
/*---------------------------
 ESTILOS PARTICULA ITEMS CONTACTOS
 ---------------------------*/
/* line 4, templates/g5_hydrogen/custom/scss/_items-contactos.scss */
.g-items-contactos {
  padding: 0;
  margin: 0;
  display: -webkit-inline-box;
  display: -moz-inline-box;
  display: inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  box-orient: horizontal;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  box-direction: normal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
  -ms-flex-direction: row;
  /*Orientación Items*/
  /*Alineación horizontal*/
  /*Alineación del ícono*/
  /*Espaciado del ícono*/
}
/* line 11, templates/g5_hydrogen/custom/scss/_items-contactos.scss */
/* line 12, templates/g5_hydrogen/custom/scss/_items-contactos.scss */
.g-items-contactos.g-item-dis-horizontal .g-items-contactos-opcion {
  margin-right: 1rem;
}
/* line 14, templates/g5_hydrogen/custom/scss/_items-contactos.scss */
.g-items-contactos.g-item-dis-horizontal .g-items-contactos-opcion:last-child {
  margin-right: 0 !important;
}
/* line 17, templates/g5_hydrogen/custom/scss/_items-contactos.scss */
.g-items-contactos.g-item-dis-horizontal .g-items-contactos-opcion i {
  color: #0053a1;
}
/* line 23, templates/g5_hydrogen/custom/scss/_items-contactos.scss */
.g-items-contactos.g-item-dis-vertical {
  flex-direction: column;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}
/* line 27, templates/g5_hydrogen/custom/scss/_items-contactos.scss */
.g-items-contactos.g-item-dis-vertical .g-items-contactos-opcion {
  margin-bottom: 1rem;
}
/* line 29, templates/g5_hydrogen/custom/scss/_items-contactos.scss */
.g-items-contactos.g-item-dis-vertical .g-items-contactos-opcion:last-child {
  margin-bottom: 0 !important;
}
/* line 37, templates/g5_hydrogen/custom/scss/_items-contactos.scss */
.g-items-contactos.g-item-cont-izq .g-items-contactos-opcion {
  -webkit-box-pack: start;
  -moz-box-pack: start;
  box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  -o-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-pack: start;
  text-align: left;
}
/* line 41, templates/g5_hydrogen/custom/scss/_items-contactos.scss */
.g-items-contactos.g-item-cont-cen .g-items-contactos-opcion {
  -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;
  text-align: center;
}
/* line 45, templates/g5_hydrogen/custom/scss/_items-contactos.scss */
.g-items-contactos.g-item-cont-der .g-items-contactos-opcion {
  -webkit-box-pack: end;
  -moz-box-pack: end;
  box-pack: end;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  -o-justify-content: flex-end;
  justify-content: flex-end;
  -ms-flex-pack: end;
  text-align: right;
}
/* line 50, templates/g5_hydrogen/custom/scss/_items-contactos.scss */
.g-items-contactos .g-items-contactos-opcion, .g-items-contactos .g-items-contactos-opcion a {
  list-style: none;
  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;
  text-decoration: none;
}
/* line 59, templates/g5_hydrogen/custom/scss/_items-contactos.scss */
.g-items-contactos.g-item-ico-arri .g-items-contactos-opcion, .g-items-contactos.g-item-ico-arri .g-items-contactos-opcion a, .g-items-contactos.g-item-ico-abaj .g-items-contactos-opcion, .g-items-contactos.g-item-ico-abaj .g-items-contactos-opcion a {
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  box-orient: vertical;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  box-direction: normal;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -ms-flex-direction: column;
}
/* line 66, templates/g5_hydrogen/custom/scss/_items-contactos.scss */
.g-items-contactos.g-item-ico-abaj .g-items-contactos-opcion .g-items-contactos-icono {
  order: 1;
  -webkit-box-ordinal-group: 1;
  -moz-box-ordinal-group: 1;
  box-ordinal-group: 1;
  -webkit-order: 1;
  -moz-order: 1;
  order: 1;
  -ms-flex-order: 1;
}
/* line 72, templates/g5_hydrogen/custom/scss/_items-contactos.scss */
.g-items-contactos.g-item-ico-arri .g-items-contactos-opcion .g-items-contactos-icono {
  margin-bottom: 0.4rem;
}
/* line 75, templates/g5_hydrogen/custom/scss/_items-contactos.scss */
.g-items-contactos.g-item-ico-izqu .g-items-contactos-opcion .g-items-contactos-icono {
  margin-right: 0.4rem;
}
/* line 78, templates/g5_hydrogen/custom/scss/_items-contactos.scss */
.g-items-contactos.g-item-ico-abaj .g-items-contactos-opcion .g-items-contactos-icono {
  margin-top: 0.4rem;
}
/* line 82, templates/g5_hydrogen/custom/scss/_items-contactos.scss */
.g-items-contactos .g-items-contactos-opcion .g-items-contactos-valor p {
  margin: 0;
}
/* line 85, templates/g5_hydrogen/custom/scss/_items-contactos.scss */
.g-items-contactos .g-items-contactos-opcion .g-items-contactos-valor strong {
  color: inherit;
}
/*-------------------------------------------
 MEDIAS QUERIES
 ------------------------------------------*/
@media (max-width: 30rem) {
  /* line 97, templates/g5_hydrogen/custom/scss/_items-contactos.scss */
  .g-items-contactos {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    box-direction: normal;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    -ms-flex-direction: column;
  }
  /* line 101, templates/g5_hydrogen/custom/scss/_items-contactos.scss */
  .g-items-contactos .g-items-contactos-opcion {
    margin-right: 0;
    margin-bottom: 1rem;
  }
}
/*Fin Media Queries*/
/*@import "Items-cualidades";*/
/* Fuente moderna */
/* line 12, templates/g5_hydrogen/custom/scss/custom.scss */
body, p, a, h1, h2, h3, h4, h5, h6 {
  font-family: 'Poppins', sans-serif;
}
/* Contenedor principal */
/* line 17, templates/g5_hydrogen/custom/scss/custom.scss */
.rounded.moduletable, .rounded.widget, .rounded.g-outer-box, .rounded > .g-content {
  border-radius: 8px;
  background: #fdfefe;
}
/* Párrafos */
/* line 23, templates/g5_hydrogen/custom/scss/custom.scss */
p {
  margin: 0 0 1rem 0;
}
/* Menú principal */
/* line 28, templates/g5_hydrogen/custom/scss/custom.scss */
#g-navigation {
  background: #0053a1;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  position: sticky;
  top: 0;
  z-index: 100;
  transition: background 0.3s ease;
  height: 50px;
  display: flex;
  align-items: center;
}
/* line 40, templates/g5_hydrogen/custom/scss/custom.scss */
#g-navigation .g-main-nav .g-toplevel > li > .g-menu-item-container {
  color: #fdfefe;
  padding: 0.6rem 0.5rem;
  font-weight: 500;
  white-space: nowrap;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  height: 100%;
}
/* line 51, templates/g5_hydrogen/custom/scss/custom.scss */
#g-navigation .g-main-nav .g-toplevel > li.active, #g-navigation .g-main-nav .g-toplevel > li:hover {
  background: #0053a1;
  box-shadow: 0 5px 0 #00a551 inset;
}
/* line 57, templates/g5_hydrogen/custom/scss/custom.scss */
#g-navigation .g-main-nav .g-toplevel > li.active > .g-menu-item-container {
  color: #fff !important;
  background-color: #0053a1;
  font-weight: 600;
}
/* Banner */
/* line 64, templates/g5_hydrogen/custom/scss/custom.scss */
.n2-section-smartslider {
  position: relative;
  width: 100%;
  margin-top: -2px;
  margin-bottom: -2px;
  align-items: center;
}
/* line 72, templates/g5_hydrogen/custom/scss/custom.scss */
.fondofecha {
  background: #d5d8dc;
  box-shadow: 0 2px 3px 0 #f2f3f4;
}
/* line 77, templates/g5_hydrogen/custom/scss/custom.scss */
.fondobanner .g-grid {
  display: flex;
  align-items: center;
}
/* line 82, templates/g5_hydrogen/custom/scss/custom.scss */
#g-header {
  background: #f4f7fb;
  color: #212f3d;
  position: relative;
  z-index: 2;
}
/* line 89, templates/g5_hydrogen/custom/scss/custom.scss */
#g-showcase {
  background-color: #ebeff5;
  padding: 0;
}
/* Encabezados */
/* line 95, templates/g5_hydrogen/custom/scss/custom.scss */
#g-subfeature h1, h2, h3, h4 {
  padding: 0;
  margin: auto;
}
/* line 100, templates/g5_hydrogen/custom/scss/custom.scss */
h4 {
  top: 0.5rem;
  position: relative;
  font-size: 1.15rem;
  text-align: center;
  margin: 0;
  padding: 0;
  display: block;
}
/* Iconos sistema de información */
/* line 111, templates/g5_hydrogen/custom/scss/custom.scss */
.sistemainformacion {
  display: flex;
  flex-wrap: wrap;
  /* ← permite saltos de línea */
  justify-content: center;
  gap: 1rem;
}
/* line 119, templates/g5_hydrogen/custom/scss/custom.scss */
div[id^="favglyph-box"], div[id*="favglyph-box"] {
  position: relative;
  overflow: hidden;
  margin: 15px 0 -9px;
}
/* Noticias */
/* line 126, templates/g5_hydrogen/custom/scss/custom.scss */
.g-grid {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  text-rendering: optimizespeed;
  justify-content: space-evenly;
  align-items: stretch;
  margin: 0;
  padding: 0;
}
/* Tarjetas */
/* line 138, templates/g5_hydrogen/custom/scss/custom.scss */
.item {
  background: #fff;
  border: 1px solid #dcdcdc;
  border-radius: 12px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.08);
  padding: 20px;
  margin-bottom: 30px;
  transition: transform 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
}
/* line 148, templates/g5_hydrogen/custom/scss/custom.scss */
.item:hover {
  transform: scale(1.01);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
}
/* Noticias destacadas */
/* line 154, templates/g5_hydrogen/custom/scss/custom.scss */
.noticia-card .g-content {
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 12px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.05);
  margin: 1rem;
  padding: 1.5rem;
  text-align: center;
  transition: all 0.2s ease-in-out;
}
/* line 164, templates/g5_hydrogen/custom/scss/custom.scss */
.noticia-card .g-content:hover {
  transform: scale(1.01);
}
/* line 168, templates/g5_hydrogen/custom/scss/custom.scss */
.noticia-card .g-content h2, .noticia-card .g-content h3, .noticia-card .g-content h4 {
  font-size: 1.2rem;
  margin-bottom: 0.75rem;
  font-weight: 600;
  color: #0053a1;
  text-align: center;
  border-bottom: 2px solid #00a551;
  padding-bottom: 0.3rem;
  display: inline-block;
}
/* line 182, templates/g5_hydrogen/custom/scss/custom.scss */
.noticia-card .g-content a {
  display: inline-block;
  margin-top: 1rem;
  padding: 0.5rem;
  color: #0d4274;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 500;
  transition: background-color 0.2s ease;
}
/* line 193, templates/g5_hydrogen/custom/scss/custom.scss */
.noticia-card .g-content a:hover {
  background-color: #e1e7e7;
}
/* line 197, templates/g5_hydrogen/custom/scss/custom.scss */
.noticia-card .g-grid {
  gap: 2rem;
  justify-content: center;
}
/* Fecha */
/* line 203, templates/g5_hydrogen/custom/scss/custom.scss */
.g-date {
  font-family: 'Segoe UI', 'Roboto', sans-serif;
  font-size: 0.95rem;
  color: #fff;
  background: #0053a1;
  padding: 0.35rem 0.75rem;
  border-radius: 8px;
  display: inline-block;
  font-weight: 500;
  margin: 0;
  position: relative;
  top: -5px;
}
/* Footer */
/* line 218, templates/g5_hydrogen/custom/scss/custom.scss */
#g-footer {
  background: #0053a1;
  color: #fff;
  box-shadow: 0 5px 0 #00a551 inset;
  padding: 0;
  border-top: 0 solid rgba(0, 0, 0, 0.05);
  border-bottom: 0 solid rgba(0, 0, 0, 0.05);
}
/* line 227, templates/g5_hydrogen/custom/scss/custom.scss */
#g-footer a {
  color: #fff;
  text-decoration: underline;
}
/*======================*/
/* para celular          */
/*===================== */
@media (max-width: 768px) {
  /* line 237, templates/g5_hydrogen/custom/scss/custom.scss */
  /* Ajustes generales */
  /* Menú principal */
  /* Mostrar íconos del sistema en columna */
  /* Tarjetas y noticias en stack vertical */
  /* Footer reorganizado */
  /* Encabezados */
  /* line 239, templates/g5_hydrogen/custom/scss/custom.scss */
  body {
    font-size: 0.95rem;
    line-height: 1.5;
  }
  /* line 245, templates/g5_hydrogen/custom/scss/custom.scss */
  #g-navigation {
    flex-direction: column;
    height: auto;
    padding: 0.5rem 1rem;
  }
  /* line 251, templates/g5_hydrogen/custom/scss/custom.scss */
  #g-navigation .g-main-nav .g-toplevel > li > .g-menu-item-container {
    padding: 0.4rem 0.3rem;
    font-size: 0.9rem;
  }
  /* line 257, templates/g5_hydrogen/custom/scss/custom.scss */
  .sistemainformacion {
    flex-direction: column;
    gap: 1rem;
  }
  /* line 263, templates/g5_hydrogen/custom/scss/custom.scss */
  .g-grid {
    flex-direction: column;
    align-items: center;
  }
  /* line 268, templates/g5_hydrogen/custom/scss/custom.scss */
  .item, .noticia-card .g-content {
    width: 90%;
    margin: 1rem 0;
    align-items: center;
  }
  /* line 275, templates/g5_hydrogen/custom/scss/custom.scss */
  #g-footer .g-grid, #g-footer .g-block {
    flex-direction: column !important;
    text-align: center;
    align-items: center;
  }
  /* line 282, templates/g5_hydrogen/custom/scss/custom.scss */
  #g-footer .g-block {
    width: 100% !important;
    max-width: 90%;
    margin-bottom: 1rem;
  }
  /* line 289, templates/g5_hydrogen/custom/scss/custom.scss */
  h4 {
    font-size: 1rem;
  }
  /* line 293, templates/g5_hydrogen/custom/scss/custom.scss */
  .g-date {
    font-size: 0.85rem;
    padding: 0.25rem 0.6rem;
  }
  /* line 298, templates/g5_hydrogen/custom/scss/custom.scss */
  .noticia-card .g-content {
    margin: 1rem auto;
    /* ← centra horizontalmente */
    width: 90%;
    /* ← ancho adecuado en móvil */
    max-width: 500px;
    /* ← evita que se haga muy grande */
  }
  /* line 304, templates/g5_hydrogen/custom/scss/custom.scss */
  .noticia-card .g-grid {
    justify-content: center;
    /* centra el contenido dentro del grid */
  }
}
/*CALENDARIO ACADÉMICO FEATURE*/
/* line 310, templates/g5_hydrogen/custom/scss/custom.scss */
.tarjeta-feature {
  background: #fff;
  border: 1px solid #dcdcdc;
  border-radius: 12px;
  padding: 1.5rem;
  text-align: center;
  width: 100%;
  max-width: 380px;
  margin: 2rem auto;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
  transition: transform 0.2s ease;
}
/* line 323, templates/g5_hydrogen/custom/scss/custom.scss */
.tarjeta-feature:hover {
  transform: scale(1.01);
}
/* line 327, templates/g5_hydrogen/custom/scss/custom.scss */
.tarjeta-feature i {
  font-size: 2.5rem;
  color: #0053a1;
  margin-bottom: 1rem;
}
/* line 333, templates/g5_hydrogen/custom/scss/custom.scss */
.tarjeta-feature h3 {
  font-size: 1.4rem;
  margin-bottom: 1rem;
  color: #0053a1;
}
/* line 339, templates/g5_hydrogen/custom/scss/custom.scss */
.tarjeta-feature ul {
  text-align: left;
  margin-bottom: 1.5rem;
  padding-left: 1.2rem;
  font-size: 0.95rem;
  line-height: 1.5;
}
/* line 347, templates/g5_hydrogen/custom/scss/custom.scss */
.tarjeta-feature .btn-feature {
  background: #0053a1;
  color: #fff;
  text-decoration: none;
  padding: 0.6rem 1.2rem;
  border-radius: 8px;
  display: inline-block;
  font-weight: 500;
  transition: background 0.2s ease;
}
/* line 358, templates/g5_hydrogen/custom/scss/custom.scss */
.tarjeta-feature .btn-feature:hover {
  background: #003f7a;
}
/* line 362, templates/g5_hydrogen/custom/scss/custom.scss */
.btn-feature {
  background-color: #0053a1;
  /* Azul institucional */
  color: #fff;
  padding: 0.6rem 1.2rem;
  border-radius: 8px;
  font-weight: 500;
  font-size: 1rem;
  display: inline-block;
  text-decoration: none;
  transition: background-color 0.3s ease, transform 0.2s ease;
}
/* line 374, templates/g5_hydrogen/custom/scss/custom.scss */
.btn-feature:hover {
  background-color: #003f7a;
  transform: translateY(-2px);
}
/* ==========PQRS============ */
/* line 379, templates/g5_hydrogen/custom/scss/custom.scss */
.cta-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 2rem;
  margin: 2rem auto;
  max-width: 1100px;
}
/* line 388, templates/g5_hydrogen/custom/scss/custom.scss */
.cta-box {
  flex: 1 1 320px;
  background: #fff;
  border: 1px solid #dcdcdc;
  border-radius: 12px;
  padding: 1.5rem;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.04);
  text-align: center;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
/* line 399, templates/g5_hydrogen/custom/scss/custom.scss */
.cta-box:hover {
  transform: translateY(-4px);
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.1);
}
/* line 404, templates/g5_hydrogen/custom/scss/custom.scss */
.cta-box h3 {
  font-size: 1.25rem;
  color: #0053a1;
  margin-bottom: 0.75rem;
}
/* line 410, templates/g5_hydrogen/custom/scss/custom.scss */
.cta-box p {
  font-size: 1rem;
  color: #444;
  margin-bottom: 1.2rem;
}
/* line 416, templates/g5_hydrogen/custom/scss/custom.scss */
.btn-cta {
  background: #00a551;
  color: #fff;
  padding: 0.5rem 1.2rem;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 500;
  transition: background-color 0.2s ease;
}
/* line 426, templates/g5_hydrogen/custom/scss/custom.scss */
.btn-cta:hover {
  background: #007f3a;
}
/*==========SECRETARIO========*/
/* line 431, templates/g5_hydrogen/custom/scss/custom.scss */
.perfil-funcionario {
  background: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
  padding: 2rem;
  margin: 2rem auto;
  max-width: 1000px;
  font-family: 'Poppins', sans-serif;
}
/* line 442, templates/g5_hydrogen/custom/scss/custom.scss */
.perfil-funcionario h2 {
  color: #0053a1;
  font-size: 1.6rem;
  margin-bottom: 0.25rem;
  text-align: center;
}
/* line 449, templates/g5_hydrogen/custom/scss/custom.scss */
.perfil-funcionario h3 {
  color: #00a551;
  font-size: 1.1rem;
  text-align: center;
  margin-bottom: 2rem;
  text-transform: uppercase;
}
/* line 457, templates/g5_hydrogen/custom/scss/custom.scss */
.perfil-funcionario .contenido {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 2rem;
}
/* line 464, templates/g5_hydrogen/custom/scss/custom.scss */
.perfil-funcionario img {
  max-width: 300px;
  border-radius: 10px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
}
/* line 470, templates/g5_hydrogen/custom/scss/custom.scss */
.perfil-funcionario .texto {
  flex: 1;
  font-size: 1rem;
  color: #333;
  line-height: 1.6;
}
/* line 477, templates/g5_hydrogen/custom/scss/custom.scss */
.perfil-funcionario .firma {
  margin-top: 2rem;
  text-align: center;
  font-size: 0.95rem;
  color: #555;
}
/* line 484, templates/g5_hydrogen/custom/scss/custom.scss */
.perfil-funcionario .firma hr {
  margin-bottom: 0.5rem;
  width: 80px;
  border: 1px solid #00a551;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 768px) {
  /* line 493, templates/g5_hydrogen/custom/scss/custom.scss */
  .perfil-funcionario .contenido {
    flex-direction: column;
    align-items: center;
    text-align: justify;
  }
  /* line 499, templates/g5_hydrogen/custom/scss/custom.scss */
  .perfil-funcionario img {
    max-width: 100%;
  }
  /* line 503, templates/g5_hydrogen/custom/scss/custom.scss */
  .perfil-funcionario .texto {
    text-align: left;
  }
}
/*==========FIN SECRETARIO==========*/
/*# sourceMappingURL=custom_43.css.map */