/* 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/custom/scss/custom.scss */
a {
  color: #fe8a00;
}
/* line 4, templates/g5_hydrogen/custom/scss/custom.scss */
a:hover {
  color: #db7903;
}
/* line 9, templates/g5_hydrogen/custom/scss/custom.scss */
h1, h2, h3, h4, h5, h6, strong {
  color: #fff;
}
/* line 13, templates/g5_hydrogen/custom/scss/custom.scss */
#g-main {
  min-height: calc(100vh - 128px - 122.3px);
  display: flex;
  align-items: center;
}
/* line 18, templates/g5_hydrogen/custom/scss/custom.scss */
#g-main .titulo {
  margin: 0 10px;
}
/* line 22, templates/g5_hydrogen/custom/scss/custom.scss */
#g-main .sites {
  margin: 0 10px;
}
/* line 24, templates/g5_hydrogen/custom/scss/custom.scss */
#g-main .sites .g-block {
  padding: 0 20px;
  margin: 0;
  border: 1px solid #fff;
  border-radius: 16px;
  transform: scale(0.9);
  background-color: #fff;
  color: #000;
  min-height: 50vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-out;
}
/* line 39, templates/g5_hydrogen/custom/scss/custom.scss */
#g-main .sites .g-block h2 {
  color: #000;
}
/* line 43, templates/g5_hydrogen/custom/scss/custom.scss */
#g-main .sites .g-block p {
  font-size: 18px;
}
/* line 47, templates/g5_hydrogen/custom/scss/custom.scss */
#g-main .sites .g-block .button {
  background-color: #fe8a00;
  margin: 1.5rem 0;
}
/* line 51, templates/g5_hydrogen/custom/scss/custom.scss */
#g-main .sites .g-block .button.desativado {
  pointer-events: none;
  background-color: lightgray !important;
}
/* line 55, templates/g5_hydrogen/custom/scss/custom.scss */
#g-main .sites .g-block .button:hover {
  background-color: #db7903;
}
/* line 60, templates/g5_hydrogen/custom/scss/custom.scss */
#g-main .sites .g-block:hover {
  transform: scale(1);
}
/* line 67, templates/g5_hydrogen/custom/scss/custom.scss */
#g-footer {
  padding: 0 10px;
  border: none;
}
@media only all and (max-width: 59.938rem) {
  /* line 74, templates/g5_hydrogen/custom/scss/custom.scss */
  #copyright .g-content {
    text-align: left;
    width: 410px;
    margin: 0 auto;
  }
}
/*# sourceMappingURL=custom_9.css.map */