/* GANTRY5 DEVELOPMENT MODE ENABLED.

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

   For more information on modifying CSS, please read:

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

/* line 1, templates/g5_hydrogen/scss/custom.scss */
#g-footer .moduletable {
  background: transparent;
  padding: 20px;
  border-radius: 8px;
  border: 2px solid #fff;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.15);
  transition: all 0.25s ease;
}
/* line 15, templates/g5_hydrogen/scss/custom.scss */
#g-footer .moduletable:hover {
  transform: translateY(-4px);
  box-shadow: 0 14px 35px rgba(0, 0, 0, 0.25);
}
/* titulo del modulo */
/* line 25, templates/g5_hydrogen/scss/custom.scss */
#g-footer .moduletable h3, #g-footer .moduletable .module-title {
  margin-bottom: 12px;
}
/* menu */
/* line 34, templates/g5_hydrogen/scss/custom.scss */
#g-footer .moduletable ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
/* line 42, templates/g5_hydrogen/scss/custom.scss */
#g-footer .moduletable li {
  margin: 6px 0;
}
/* line 49, templates/g5_hydrogen/scss/custom.scss */
#g-subfeature {
  background-color: #13273a;
}
/* line 53, templates/g5_hydrogen/scss/custom.scss */
#g-subfeature, #g-subfeature h1, #g-subfeature h2, #g-subfeature h3, #g-subfeature h4, #g-subfeature h5, #g-subfeature h6, #g-subfeature p, #g-subfeature span, #g-subfeature li, #g-subfeature a {
  color: #009678;
}
/* line 67, templates/g5_hydrogen/scss/custom.scss */
#g-subfeature a:hover {
  color: #009678;
}
/*# sourceMappingURL=custom_36.css.map */