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

@charset "UTF-8";
.g-main-nav .g-standard .g-dropdown {
  width: 180px;
}
/* BOX SHADOW */
/* TRANSITION */
/* BORDER RADIUS */
/* MIXINS BUTTON */
.g-content {
  margin: 0.625rem;
  padding: 0.938rem;
}
.g-flushed .g-content {
  margin: 0;
  padding: 0;
}
body {
  font-size: 1rem;
  line-height: 1.5;
}
h1 {
  font-size: 2.25rem;
}
h2 {
  font-size: 1.9rem;
}
h3 {
  font-size: 1.5rem;
}
h4 {
  font-size: 1.15rem;
}
h5 {
  font-size: 1rem;
}
h6 {
  font-size: 0.85rem;
}
small {
  font-size: 0.875rem;
}
cite {
  font-size: 0.875rem;
}
sub, sup {
  font-size: 0.75rem;
}
code, kbd, pre, samp {
  font-size: 1rem;
  font-family: "Menlo", "Monaco", monospace;
}
textarea, select[multiple=multiple], input[type="color"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="email"], input[type="month"], input[type="number"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], input[type="time"], input[type="url"], input[type="week"], input:not([type]) {
  border-radius: 0.1875rem;
}
body {
  color: #3e3d3f;
  background: #ffffff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
#g-page-surround {
  background: #ffffff;
}
@media print {
  #g-page-surround {
    background: #fff !important;
    color: #000 !important;
  }
}
a {
  color: #069494;
}
a:hover {
  color: #252425;
}
h1, h2, h3, h4, h5, h6, strong {
  color: #252425;
}
.button {
  display: inline-block;
  padding: 0.5rem 1rem;
  border-radius: 0.1875rem;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
  background: #069494;
  color: #ffffff;
  border: 0;
  line-height: 1.5;
  font-size: 1rem;
  vertical-align: middle;
  text-shadow: none;
  transition: background 0.1s;
}
.button:hover {
  background: #07adad;
  color: #ffffff;
}
.button:active, .button:focus {
  background: #057b7b;
  box-shadow: inset -1px -1px 1px rgba(0, 0, 0, 0.15);
  color: #ffffff;
  outline: 0;
}
.button:disabled {
  opacity: 0.25;
  cursor: not-allowed;
}
.button:disabled:hover {
  background: #069494;
}
.gantry-logo {
  display: inline-block;
}
@media only all and (max-width: 47.99rem) {
  .gantry-logo {
    display: block;
    text-align: center;
  }
}
.gantry-logo img {
  width: 150px;
}
.logo-large {
  display: inline-block;
}
@font-face {
  font-family: "roboto";
  font-style: normal;
  font-weight: 400;
  src: url('../../fonts/roboto_regular_macroman/Roboto-Regular-webfont.eot#iefix') format("embedded-opentype"), url('../../fonts/roboto_regular_macroman/Roboto-Regular-webfont.woff2') format("woff2"), url('../../fonts/roboto_regular_macroman/Roboto-Regular-webfont.woff') format("woff"), url('../../fonts/roboto_regular_macroman/Roboto-Regular-webfont.ttf') format("truetype"), url('../../fonts/roboto_regular_macroman/Roboto-Regular-webfont.svg#roboto') format("svg");
}
@font-face {
  font-family: "roboto";
  font-style: normal;
  font-weight: 500;
  src: url('../../fonts/roboto_medium_macroman/Roboto-Medium-webfont.eot#iefix') format("embedded-opentype"), url('../../fonts/roboto_medium_macroman/Roboto-Medium-webfont.woff2') format("woff2"), url('../../fonts/roboto_medium_macroman/Roboto-Medium-webfont.woff') format("woff"), url('../../fonts/roboto_medium_macroman/Roboto-Medium-webfont.ttf') format("truetype"), url('../../fonts/roboto_medium_macroman/Roboto-Medium-webfont.svg#roboto') format("svg");
}
@font-face {
  font-family: "roboto";
  font-style: normal;
  font-weight: 700;
  src: url('../../fonts/roboto_bold_macroman/Roboto-Bold-webfont.eot#iefix') format("embedded-opentype"), url('../../fonts/roboto_bold_macroman/Roboto-Bold-webfont.woff2') format("woff2"), url('../../fonts/roboto_bold_macroman/Roboto-Bold-webfont.woff') format("woff"), url('../../fonts/roboto_bold_macroman/Roboto-Bold-webfont.ttf') format("truetype"), url('../../fonts/roboto_bold_macroman/Roboto-Bold-webfont.svg#roboto') format("svg");
}
body {
  font-family: "roboto", sans-serif;
  font-weight: 400;
}
h1, h2, h3, h4, h5 {
  font-family: "roboto", sans-serif;
  font-weight: 500;
}
bold, strong {
  font-weight: 700;
}
.button {
  font-weight: 500;
}
blockquote {
  border-left: 10px solid #F0F2F4;
}
blockquote p {
  font-size: 1.1rem;
  color: #716f73;
}
blockquote cite {
  display: block;
  text-align: right;
  color: #3e3d3f;
  font-size: 1.2rem;
}
code {
  background: #f9f2f4;
  color: #9c1d3d;
}
pre {
  padding: 1rem;
  margin: 2rem 0;
  background: #f6f6f6;
  border: 1px solid #dddddd;
  border-radius: 0.1875rem;
  line-height: 1.15;
  font-size: 0.9rem;
}
pre code {
  color: #237794;
  background: inherit;
  font-size: 0.9rem;
}
hr {
  border-bottom: 4px solid #F0F2F4;
}
#g-navigation {
  background: #439a86;
  color: #ffffff;
  text-align: center;
  position: relative;
  z-index: 2;
}
#g-navigation .g-container {
  position: relative;
}
#g-navigation a {
  color: #c4e5de;
}
#g-navigation a:hover {
  color: #ffffff;
}
#g-navigation .g-social a {
  background: #3a8573;
  border: none;
  text-decoration: none;
  color: #ffffff;
  transition: background 0.2s;
}
#g-navigation .g-social a:hover {
  background: #4caf99;
}
#g-navigation .g-main-nav {
  margin: -1.563rem;
}
#g-navigation .g-main-nav h1, #g-navigation .g-main-nav h2, #g-navigation .g-main-nav h3, #g-navigation .g-main-nav h4, #g-navigation .g-main-nav h5, #g-navigation .g-main-nav h6, #g-navigation .g-main-nav strong {
  color: #ffffff;
}
#g-navigation .g-main-nav .g-toplevel > li > .g-menu-item-container {
  color: #ffffff;
}
#g-navigation .g-main-nav .g-toplevel > li:not(.g-menu-item-type-particle):not(.g-menu-item-type-module):hover {
  background: #3a8573;
}
#g-navigation .g-main-nav .g-toplevel > li:not(.g-menu-item-type-particle):not(.g-menu-item-type-module).active {
  background: #EEF2F4;
}
#g-navigation .g-main-nav .g-toplevel > li:not(.g-menu-item-type-particle):not(.g-menu-item-type-module).active > .g-menu-item-container {
  color: #3e3d3f;
}
#g-navigation .g-main-nav .g-toplevel > li:not(.g-menu-item-type-particle):not(.g-menu-item-type-module).active.g-selected {
  background: #3a8573;
}
#g-navigation .g-main-nav .g-toplevel > li:not(.g-menu-item-type-particle):not(.g-menu-item-type-module).active.g-selected > .g-menu-item-container {
  color: #ffffff;
}
#g-navigation .g-main-nav .g-dropdown {
  background: #3a8573;
}
#g-navigation .g-main-nav .g-sublevel > li > .g-menu-item-container {
  color: #ffffff;
}
#g-navigation .g-main-nav .g-sublevel > li:not(.g-menu-item-type-particle):not(.g-menu-item-type-module):hover, #g-navigation .g-main-nav .g-sublevel > li:not(.g-menu-item-type-particle):not(.g-menu-item-type-module).active {
  background: #347667;
}
#g-navigation .g-main-nav .g-toplevel {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  -webkit-justify-content: center;
}
#g-navigation .g-menu-hastouch .g-toplevel > li.g-menu-item-link-parent > .g-menu-item-container > .g-menu-parent-indicator {
  border: 1px solid #4caf99;
  background: #3d8c7a;
  border-radius: 0.1875rem;
  margin: -0.2rem 0 -0.2rem 0.5rem;
  padding: 0.2rem;
}
#g-navigation .g-menu-hastouch .g-toplevel > li.g-menu-item-link-parent > .g-menu-item-container > .g-menu-parent-indicator:hover {
  background: #377e6d;
}
#g-navigation .g-menu-hastouch .g-toplevel > li.g-menu-item-link-parent > .g-menu-item-container > .g-menu-parent-indicator:after {
  text-align: center;
}
#g-navigation .g-menu-hastouch .g-toplevel > li.active.g-menu-item-link-parent > .g-menu-item-container > .g-menu-parent-indicator {
  color: #ffffff;
}
#g-navigation .g-menu-hastouch .g-standard .g-sublevel > li.g-menu-item-link-parent > .g-menu-item-container > .g-menu-parent-indicator, #g-navigation .g-fullwidth .g-sublevel > li.g-menu-item-link-parent > .g-menu-item-container > .g-menu-parent-indicator {
  border: 1px solid #4caf99;
  background: #3d8c7a;
  border-radius: 0.1875rem;
  padding: 0.1rem;
  margin-top: -0.1rem;
  margin-right: -0.1rem;
}
#g-navigation .g-menu-hastouch .g-standard .g-sublevel > li.g-menu-item-link-parent > .g-menu-item-container > .g-menu-parent-indicator:hover, #g-navigation .g-fullwidth .g-sublevel > li.g-menu-item-link-parent > .g-menu-item-container > .g-menu-parent-indicator:hover {
  background: #377e6d;
}
#g-navigation .g-menu-hastouch .g-standard .g-sublevel > li.g-menu-item-link-parent > .g-menu-item-container > .g-menu-parent-indicator:after, #g-navigation .g-fullwidth .g-sublevel > li.g-menu-item-link-parent > .g-menu-item-container > .g-menu-parent-indicator:after {
  text-align: center;
}
#g-navigation .search input {
  color: #3e3d3f;
}
.g-main-nav .g-toplevel {
  font-weight: 500;
}
.g-main-nav .g-toplevel > li > .g-menu-item-container {
  text-decoration: none;
  padding: 1.2rem 0.938rem;
}
.g-main-nav .g-toplevel > li > .g-menu-item-container > .g-menu-item-content {
  line-height: normal;
}
.g-main-nav .g-toplevel i {
  opacity: 0.6;
}
.g-main-nav .g-dropdown {
  text-align: left;
}
.dir-rtl .g-main-nav .g-dropdown {
  text-align: right;
}
.g-main-nav .g-sublevel > li > .g-menu-item-container {
  padding: 0.7815rem 1rem;
}
#g-navigation .align-left .g-toplevel, #g-header .align-left .g-toplevel {
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
}
#g-navigation .align-right .g-toplevel, #g-header .align-right .g-toplevel {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.g-menu-item-subtitle {
  opacity: 0.7;
}
.g-nav-overlay, .g-menu-overlay {
  background: rgba(0, 0, 0, 0.4);
}
@media print {
  #g-navigation {
    background: #fff !important;
    color: #000 !important;
  }
}
#g-offcanvas {
  background: #354d59;
  width: 17rem;
  color: #ffffff;
}
#g-offcanvas a {
  color: #b8cbd5;
}
#g-offcanvas a:hover {
  color: #ffffff;
}
#g-offcanvas h1, #g-offcanvas h2, #g-offcanvas h3, #g-offcanvas h4, #g-offcanvas h5, #g-offcanvas h6, #g-offcanvas strong {
  color: #ffffff;
}
#g-offcanvas .button {
  background: #3e3d3f;
  color: #ffffff;
}
#g-offcanvas .button:hover {
  background: #4b4a4c;
}
#g-offcanvas .button:active {
  background: #313032;
}
.g-offcanvas-toggle {
  font-size: 1.5rem;
  color: #ffffff;
  display: none;
}
@media only all and (max-width: 48rem) {
  .g-offcanvas-toggle {
    display: block;
  }
}
#g-offcanvas #g-mobilemenu-container ul {
  background: #354d59;
}
#g-offcanvas #g-mobilemenu-container ul > li > .g-menu-item-container {
  color: #ffffff;
}
#g-offcanvas #g-mobilemenu-container ul > li:not(.g-menu-item-type-particle):not(.g-menu-item-type-module):hover, #g-offcanvas #g-mobilemenu-container ul > li:not(.g-menu-item-type-particle):not(.g-menu-item-type-module).active {
  background: #058080;
}
#g-offcanvas #g-mobilemenu-container ul > li:not(.g-menu-item-type-particle):not(.g-menu-item-type-module):hover > .g-menu-item-container, #g-offcanvas #g-mobilemenu-container ul > li:not(.g-menu-item-type-particle):not(.g-menu-item-type-module).active > .g-menu-item-container {
  color: #ffffff;
}
#g-offcanvas #g-mobilemenu-container ul > li.g-menu-item-link-parent > .g-menu-item-container > .g-menu-parent-indicator {
  border: 1px solid #07b1b1;
  background: #058080;
  border-radius: 0.1875rem;
  margin: -0.2rem 0 -0.2rem 0.5rem;
  padding: 0.2rem;
}
#g-offcanvas #g-mobilemenu-container ul > li.g-menu-item-link-parent > .g-menu-item-container > .g-menu-parent-indicator:hover {
  background: #046d6d;
}
#g-offcanvas #g-mobilemenu-container ul .g-dropdown-column {
  width: 17rem;
}
#g-mobilemenu-container {
  margin: -1.563rem;
}
@media print {
  #g-offcanvas {
    background: #fff !important;
    color: #000 !important;
  }
}
.g-offcanvas-open .g-offcanvas-left #g-page-surround {
  left: 17rem;
}
.g-offcanvas-open .g-offcanvas-right #g-page-surround {
  right: 17rem;
}
#g-header {
  background: #ffffff;
  color: #3e3d3f;
  position: relative;
  z-index: 3;
}
#g-header a {
  color: white;
}
#g-header a:hover {
  color: #3e3d3f;
}
#g-header .g-main-nav h1, #g-header .g-main-nav h2, #g-header .g-main-nav h3, #g-header .g-main-nav h4, #g-header .g-main-nav h5, #g-header .g-main-nav h6, #g-header .g-main-nav strong {
  color: #3e3d3f;
}
#g-header .g-main-nav .g-toplevel > li > .g-menu-item-container {
  color: #3e3d3f;
}
#g-header .g-main-nav .g-toplevel > li:not(.g-menu-item-type-particle):not(.g-menu-item-type-module):hover {
  background: #f0f0f0;
}
#g-header .g-main-nav .g-toplevel > li:not(.g-menu-item-type-particle):not(.g-menu-item-type-module).active {
  background: #EEF2F4;
}
#g-header .g-main-nav .g-toplevel > li:not(.g-menu-item-type-particle):not(.g-menu-item-type-module).active > .g-menu-item-container {
  color: #3e3d3f;
}
#g-header .g-main-nav .g-toplevel > li:not(.g-menu-item-type-particle):not(.g-menu-item-type-module).active.g-selected {
  background: #f0f0f0;
}
#g-header .g-main-nav .g-toplevel > li:not(.g-menu-item-type-particle):not(.g-menu-item-type-module).active.g-selected > .g-menu-item-container {
  color: #3e3d3f;
}
#g-header .g-main-nav .g-dropdown {
  background: #f0f0f0;
}
#g-header .g-main-nav .g-sublevel > li > .g-menu-item-container {
  color: #3e3d3f;
}
#g-header .g-main-nav .g-sublevel > li:not(.g-menu-item-type-particle):not(.g-menu-item-type-module):hover, #g-header .g-main-nav .g-sublevel > li:not(.g-menu-item-type-particle):not(.g-menu-item-type-module).active {
  background: #e6e6e6;
}
#g-header .g-main-nav .g-toplevel {
  display: flex;
  flex-flow: row wrap;
}
#g-header .g-menu-hastouch .g-toplevel > li.g-menu-item-link-parent > .g-menu-item-container > .g-menu-parent-indicator {
  border: 1px solid white;
  background: whitesmoke;
  border-radius: 0.1875rem;
  margin: -0.2rem 0 -0.2rem 0.5rem;
  padding: 0.2rem;
}
#g-header .g-menu-hastouch .g-toplevel > li.g-menu-item-link-parent > .g-menu-item-container > .g-menu-parent-indicator:hover {
  background: #ebebeb;
}
#g-header .g-menu-hastouch .g-toplevel > li.g-menu-item-link-parent > .g-menu-item-container > .g-menu-parent-indicator:after {
  text-align: center;
}
#g-header .g-menu-hastouch .g-toplevel > li.active.g-menu-item-link-parent > .g-menu-item-container > .g-menu-parent-indicator {
  color: #3e3d3f;
}
#g-header .g-menu-hastouch .g-standard .g-sublevel > li.g-menu-item-link-parent > .g-menu-item-container > .g-menu-parent-indicator, #g-header .g-fullwidth .g-sublevel > li.g-menu-item-link-parent > .g-menu-item-container > .g-menu-parent-indicator {
  border: 1px solid white;
  background: whitesmoke;
  border-radius: 0.1875rem;
  padding: 0.1rem;
  margin-top: -0.1rem;
  margin-right: -0.1rem;
}
#g-header .g-menu-hastouch .g-standard .g-sublevel > li.g-menu-item-link-parent > .g-menu-item-container > .g-menu-parent-indicator:hover, #g-header .g-fullwidth .g-sublevel > li.g-menu-item-link-parent > .g-menu-item-container > .g-menu-parent-indicator:hover {
  background: #ebebeb;
}
#g-header .g-menu-hastouch .g-standard .g-sublevel > li.g-menu-item-link-parent > .g-menu-item-container > .g-menu-parent-indicator:after, #g-header .g-fullwidth .g-sublevel > li.g-menu-item-link-parent > .g-menu-item-container > .g-menu-parent-indicator:after {
  text-align: center;
}
#g-header .search input {
  color: #3e3d3f;
}
#g-header .g-content {
  margin: 0rem;
  padding: 0rem;
}
#g-header .menu-principal {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
#g-header .menu-principal .g-main-nav .g-toplevel li {
  border-bottom: 3px solid transparent;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  transition: all 0.3s linear;
  background: transparent !important;
}
#g-header .menu-principal .g-main-nav .g-toplevel li.active, #g-header .menu-principal .g-main-nav .g-toplevel li:hover {
  border-bottom: 3px solid #069494;
  background: transparent !important;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
#g-header .menu-principal .g-main-nav .g-toplevel li.active a, #g-header .menu-principal .g-main-nav .g-toplevel li:hover a {
  color: #069494 !important;
}
#g-header .menu-principal .g-main-nav .g-toplevel li a {
  padding: 36px;
}
#g-header .btn-anuncieaqui {
  display: flex;
  justify-content: center;
  align-items: center;
}
#g-header .btn-anuncieaqui a {
  color: #fff !important;
  background: #069494;
  text-shadow: none;
  font-weight: bold;
  font-size: 16px;
  font-family: "Ubuntu";
  border: 1px solid #046363;
  -moz-box-shadow: 0 0 3px #ccc;
  -o-box-shadow: 0 0 3px #ccc;
  -webkit-box-shadow: 0 0 3px #ccc;
  -ms-box-shadow: 0 0 3px #ccc;
  box-shadow: 0 0 3px #ccc;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  transition: all 0.3s linear;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
  border-top-right-radius: 30px;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
  border-bottom-left-radius: 30px;
  border-top-left-radius: 30px;
  padding: 1rem 2rem;
}
#g-header .btn-anuncieaqui a:hover {
  color: #fff !important;
  background: #046363;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
@media print {
  #g-header {
    background: #fff !important;
    color: #000 !important;
  }
}
/* START MEDIAQUERIES */
@media only all and (min-width: 60rem) and (max-width: 74.99rem) {
  #g-header .g-grid .logo-princ {
    flex: 0 0 100%;
  }
  #g-header .g-grid .logo-princ .g-content {
    text-align: center;
  }
  #g-header .g-grid .menu-principal {
    flex: 0 0 80%;
    justify-content: flex-start;
  }
  #g-header .g-grid .btn-anuncieaqui {
    flex: 0 0 20%;
  }
  #g-header .g-grid .btn-anuncieaqui a {
    padding: 1rem 12px;
  }
}
@media only all and (min-width: 48rem) and (max-width: 59.99rem) {
  #g-header .g-grid .logo-princ {
    flex: 0 0 100%;
  }
  #g-header .g-grid .logo-princ .g-content {
    text-align: center;
  }
  #g-header .g-grid .menu-principal {
    flex: 0 0 80%;
    justify-content: flex-start;
  }
  #g-header .g-grid .btn-anuncieaqui {
    flex: 0 0 20%;
  }
  #g-header .g-grid .btn-anuncieaqui a {
    padding: 1rem 12px;
  }
}
@media only all and (min-width: 30.01rem) and (max-width: 47.99rem) {
  .g-offcanvas-toggle {
    font-size: 2.5rem;
    color: #069494;
  }
  .gantry-logo img {
    width: 75% !important;
    margin-top: 20px;
  }
  .btn-anuncieaqui {
    margin: 30px 0;
  }
}
@media only all and (max-width: 30rem) {
  .g-offcanvas-toggle {
    font-size: 2.5rem;
    color: #069494;
  }
  .gantry-logo img {
    width: 75% !important;
    margin-top: 20px;
  }
  .btn-anuncieaqui {
    margin: 30px 0;
  }
}
@media (max-width: 359px) {
  .g-offcanvas-toggle {
    font-size: 2.5rem;
    color: #069494;
  }
  .gantry-logo img {
    width: 75% !important;
    margin-top: 20px;
  }
  .btn-anuncieaqui {
    margin: 30px 0;
  }
}
/* END MEDIAQUERIES */
.g-pginicio #g-showcase {
  padding: 200px 0;
  background: url('../../../../images/showcase.webp');
  background-attachment: fixed !important;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.g-quemsomos #g-showcase {
  padding: 0;
  background: url('../../../../images/showcase.webp');
  background-attachment: fixed !important;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.g-quemsomos h1 {
  font-size: 3.75rem;
  text-align: center;
}
.g-quemsomos h1 strong {
  font-weight: 900;
  color: #069494;
}
.g-quemsomos .g-title-separator {
  height: 5px;
  width: 100px;
  margin: 20px auto;
  background: #069494;
}
.g-empresasparceiras #g-showcase {
  padding: 0;
  background: url('../../../../images/showcase.webp');
  background-attachment: fixed !important;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.g-empresasparceiras h1 {
  font-size: 3.75rem;
  text-align: center;
}
.g-empresasparceiras h1 strong {
  font-weight: 900;
  color: #069494;
}
.g-empresasparceiras .g-title-separator {
  height: 5px;
  width: 100px;
  margin: 20px auto;
  background: #069494;
}
#g-showcase {
  color: #ffffff;
}
#g-showcase .title-showcase {
  text-align: center;
}
#g-showcase .title-showcase h1 {
  font-size: 3.75rem;
}
#g-showcase .title-showcase h1 strong {
  font-weight: 900;
  color: #069494;
}
#g-showcase .title-showcase h2 {
  font-size: 1.9375rem;
}
#g-showcase .breadcrumb {
  display: flex;
  justify-content: center;
}
#g-showcase .breadcrumb li {
  color: #fff;
}
#g-showcase .breadcrumb li a {
  color: #069494;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
#g-showcase .breadcrumb li a:hover {
  color: #08c5c5;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
#g-showcase .pesquisa-principal .form-search {
  display: flex;
  justify-content: center;
}
#g-showcase .pesquisa-principal .form-search .input-group {
  width: 70%;
}
#g-showcase .pesquisa-principal .form-search .input-group #mod-finder-searchword111 {
  height: 50px;
  border-radius: 30px 0px 0px 30px;
}
#g-showcase .pesquisa-principal .form-search .input-group #mod-finder-searchword111::placeholder {
  color: #3e3d3f;
  font-size: 1.125rem;
  padding: 17px;
}
#g-showcase .pesquisa-principal .awesomplete {
  width: 80%;
}
#g-showcase .pesquisa-principal .btn-primary {
  width: 20%;
  border-radius: 0px 30px 30px 0px;
}
#g-showcase a {
  color: #b8cbd5;
}
#g-showcase a:hover {
  color: #ffffff;
}
#g-showcase h1, #g-showcase h2, #g-showcase h3, #g-showcase h4, #g-showcase h5, #g-showcase h6, #g-showcase strong {
  color: #ffffff;
}
#g-showcase .button {
  background: #069494;
  color: #ffffff;
}
#g-showcase .button:hover {
  background: #07adad;
}
#g-showcase .button:active {
  background: #057b7b;
}
#g-showcase .g-social a {
  background: #2a3c46;
  border: none;
  color: #ffffff;
  transition: background 0.2s;
}
#g-showcase .g-social a:hover {
  background: #405e6c;
}
@media print {
  #g-showcase {
    background: #fff !important;
    color: #000 !important;
  }
}
/* START MEDIAQUERIES */
@media only all and (min-width: 48rem) and (max-width: 59.99rem) {
  #g-showcase {
    padding: 0 !important;
  }
  #g-showcase .pesquisa-principal .form-search .input-group {
    width: 70%;
  }
  #g-showcase .pesquisa-principal .awesomplete {
    width: 70%;
  }
  #g-showcase .pesquisa-principal .btn-primary {
    width: 30%;
    border-radius: 0px 30px 30px 0px;
  }
}
@media only all and (min-width: 30.01rem) and (max-width: 47.99rem) {
  #g-showcase {
    padding: 0 !important;
  }
  #g-showcase .pesquisa-principal .form-search .input-group {
    width: 100%;
  }
  #g-showcase .pesquisa-principal .awesomplete {
    width: 60%;
  }
  #g-showcase .pesquisa-principal .btn-primary {
    width: 40%;
    border-radius: 0px 30px 30px 0px;
  }
}
@media only all and (max-width: 30rem) {
  #g-showcase {
    padding: 0 !important;
  }
  #g-showcase .pesquisa-principal .form-search .input-group {
    width: 100%;
  }
  #g-showcase .pesquisa-principal .awesomplete {
    width: 60%;
  }
  #g-showcase .pesquisa-principal .btn-primary {
    width: 40%;
    border-radius: 0px 30px 30px 0px;
  }
}
@media (max-width: 359px) {
  #g-showcase {
    padding: 0 !important;
  }
  #g-showcase .pesquisa-principal .form-search .input-group {
    width: 100%;
  }
  #g-showcase .pesquisa-principal .awesomplete {
    width: 60%;
  }
  #g-showcase .pesquisa-principal .btn-primary {
    width: 40%;
    border-radius: 0px 30px 30px 0px;
  }
}
/* END MEDIAQUERIES */
.g-news-pro .g-news-pro-item .g-news-pro-image, .g-news-pro .g-news-pro-link .g-news-pro-image {
  max-width: 100%;
  background-position: center;
  background-size: cover;
  -moz-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  -webkit-transition: opacity 0.3s;
  -ms-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media only all and (max-width: 30rem) {
  .g-news-pro .g-news-pro-item .g-news-pro-image, .g-news-pro .g-news-pro-link .g-news-pro-image {
    width: 100% !important;
  }
}
.g-news-pro .g-news-pro-item .g-news-pro-image > a, .g-news-pro .g-news-pro-link .g-news-pro-image > a {
  display: block;
  width: 100%;
  height: 100%;
}
.g-news-pro .g-news-pro-item .g-news-pro-image.image-fullwidth, .g-news-pro .g-news-pro-link .g-news-pro-image.image-fullwidth {
  width: 100%;
}
.g-news-pro .g-news-pro-item .g-news-pro-image.image-link:hover, .g-news-pro .g-news-pro-link .g-news-pro-image.image-link:hover {
  opacity: 0.8;
}
.g-news-pro .g-news-pro-item.vertical .g-news-pro-image, .g-news-pro .g-news-pro-link.vertical .g-news-pro-image {
  margin-bottom: 15px;
}
.g-news-pro .g-news-pro-item.horizontal .g-news-pro-image, .g-news-pro .g-news-pro-link.horizontal .g-news-pro-image {
  float: left;
  margin-right: 20px;
}
@media only all and (max-width: 30rem) {
  .g-news-pro .g-news-pro-item.horizontal .g-news-pro-image, .g-news-pro .g-news-pro-link.horizontal .g-news-pro-image {
    float: none;
    margin-right: 0;
    margin-bottom: 15px;
  }
}
.g-news-pro .g-news-pro-item .g-news-pro-title, .g-news-pro .g-news-pro-link .g-news-pro-title {
  margin: 0;
}
.g-news-pro .g-news-pro-item .g-news-pro-title a, .g-news-pro .g-news-pro-link .g-news-pro-title a {
  color: #4d4d4d;
}
.g-news-pro .g-news-pro-item .g-news-pro-title a:hover, .g-news-pro .g-news-pro-link .g-news-pro-title a:hover {
  color: #069494;
}
.g-news-pro .g-news-pro-item .g-article-details, .g-news-pro .g-news-pro-link .g-article-details {
  margin-top: 10px;
  font-size: 90%;
  color: #716f73;
}
.g-news-pro .g-news-pro-item .g-article-details > span, .g-news-pro .g-news-pro-link .g-article-details > span {
  margin-right: 10px;
}
.g-news-pro .g-news-pro-item .g-article-details > span:last-child, .g-news-pro .g-news-pro-link .g-article-details > span:last-child {
  margin-right: 0;
}
.g-news-pro .g-news-pro-item .g-article-details > span i, .g-news-pro .g-news-pro-link .g-article-details > span i {
  margin-right: 5px;
}
.g-news-pro .g-news-pro-item .g-article-read-more, .g-news-pro .g-news-pro-link .g-article-read-more {
  margin-top: 20px;
}
.g-news-pro .g-news-pro-item .g-news-pro-desc, .g-news-pro .g-news-pro-link .g-news-pro-desc {
  margin-top: 10px;
}
@media only all and (max-width: 47.99rem) {
  .g-news-pro .g-news-pro-item {
    width: 100%;
    margin-bottom: 30px;
  }
  .g-news-pro .g-news-pro-item:last-child {
    margin-bottom: 0;
  }
}
.g-news-pro .uk-slidenav-position .g-news-pro-nav {
  display: inline-block;
  position: absolute;
  top: -55px;
  right: 0;
  width: auto;
  padding-left: 0;
}
.g-news-pro .uk-slidenav-position .g-news-pro-nav .g-news-pro-arrows {
  display: inline-block;
}
.g-news-pro .uk-slidenav-position .g-news-pro-nav .uk-slidenav {
  opacity: 1;
  position: relative;
  margin-top: 0;
  display: inline-block;
  font-size: 11px;
  font-weight: normal;
  width: 25px;
  height: 25px;
  line-height: 25px;
}
.g-news-pro .uk-slidenav-position .g-news-pro-nav .uk-slidenav.uk-slidenav-previous {
  left: auto;
}
.g-news-pro .uk-slidenav-position .g-news-pro-nav .uk-slidenav.uk-slidenav-previous:before {
  content: "";
}
.g-news-pro .uk-slidenav-position .g-news-pro-nav .uk-slidenav.uk-slidenav-next {
  right: auto;
}
.g-news-pro .uk-slidenav-position .g-news-pro-nav .uk-slidenav.uk-slidenav-next:before {
  content: "";
}
.g-news-pro .uk-slidenav-position .g-news-pro-nav .uk-slidenav:hover {
  background: #069494;
}
.g-news-pro .uk-slidenav-position .g-news-pro-nav .uk-dotnav {
  margin: 5px 20px 0 0;
  display: inline-block;
  float: left;
}
.g-news-pro .uk-slidenav-position .g-news-pro-nav .uk-dotnav > * {
  padding-left: 5px;
}
.g-news-pro .uk-slidenav-position .g-news-pro-nav .uk-dotnav > * > * {
  width: 13px;
  height: 13px;
}
@media only all and (max-width: 47.99rem) {
  .g-news-pro .uk-slidenav-position.uk-grid-width-1-2 > * {
    width: 100%;
  }
}
@media only all and (min-width: 48rem) and (max-width: 59.99rem) {
  .g-news-pro .uk-slidenav-position.uk-grid-width-1-2 > * {
    width: 100%;
  }
}
@media only all and (max-width: 47.99rem) {
  .g-news-pro .uk-slidenav-position.uk-grid-width-1-2 .g-news-pro-link-block {
    margin-top: 30px;
  }
}
@media only all and (min-width: 48rem) and (max-width: 59.99rem) {
  .g-news-pro .uk-slidenav-position.uk-grid-width-1-2 .g-news-pro-link-block {
    margin-top: 30px;
  }
}
.g-news-pro .uk-grid + .uk-grid {
  padding-top: 15px;
  margin-top: 15px;
}
.g-news-pro .g-news-pro-link-block > .uk-grid + .uk-grid {
  padding-top: 0;
  margin-top: 0;
}
.g-news-pro .g-news-pro-link-block > .uk-grid + .uk-grid .g-news-pro-link {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #dddddd;
}
.g-news-pro .g-news-pro-link-block.bottom {
  padding-top: 20px;
  margin-top: 20px;
  border-top: 1px solid #dddddd;
}
.g-news-pro .g-news-pro-link-block .g-news-pro-link .g-news-pro-title {
  font-size: 0.9rem;
}
.g-news-pro .g-news-pro-link-block .g-news-pro-image .uk-overlay-area:empty::before, .g-news-pro .g-news-pro-link-block .g-news-pro-image .uk-overlay-icon::before {
  font-size: 20px;
  height: 20px;
  width: 20px;
  margin-left: -10px;
  margin-top: -10px;
}
#g-empresasdestaques {
  background: #EEF2F4;
}
#g-empresasdestaques .g-container {
  padding: 50px 0;
}
#g-empresasdestaques .g-container .g-info-container, #g-empresasdestaques .g-container h2 {
  text-align: center;
}
#g-empresasdestaques .g-container .g-title-separator {
  height: 5px;
  width: 100px;
  margin: 20px auto;
  background: #069494;
}
#g-empresasdestaques .g-container .g-news-pro-image {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
  -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}
#g-empresasdestaques .btn-all-business {
  text-align: center;
  padding: 50px 0;
}
#g-empresasdestaques .btn-all-business a {
  color: #fff !important;
  background: #069494;
  text-shadow: none;
  font-weight: bold;
  font-size: 16px;
  font-family: "Ubuntu";
  border: 1px solid #046363;
  -moz-box-shadow: 0 0 3px #ccc;
  -o-box-shadow: 0 0 3px #ccc;
  -webkit-box-shadow: 0 0 3px #ccc;
  -ms-box-shadow: 0 0 3px #ccc;
  box-shadow: 0 0 3px #ccc;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  transition: all 0.3s linear;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
  border-top-right-radius: 30px;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
  border-bottom-left-radius: 30px;
  border-top-left-radius: 30px;
  padding: 1rem 2rem;
}
#g-empresasdestaques .btn-all-business a:hover {
  color: #fff !important;
  background: #046363;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
#g-empresasdestaques .cta-empresas-profissionais .g-cta-title {
  text-align: center;
}
#g-empresasdestaques .cta-empresas-profissionais .g-cta-title strong {
  color: #069494;
}
#g-empresasdestaques .cta-empresas-profissionais .g-title-separator {
  height: 5px;
  width: 100px;
  margin: 20px auto;
  background: #069494;
}
#g-empresasdestaques .cta-empresas-profissionais .g-cta-content {
  display: flex;
  flex-wrap: wrap;
  text-align: center;
  justify-content: center;
}
#g-empresasdestaques .cta-empresas-profissionais .g-cta-content .cat-img img {
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
  border-top-right-radius: 30px;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
  border-bottom-left-radius: 30px;
  border-top-left-radius: 30px;
  -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}
#g-empresasdestaques .cta-empresas-profissionais .g-cta-content .cta-a-links {
  color: #fff !important;
  background: #069494;
  text-shadow: none;
  font-weight: bold;
  font-size: 16px;
  font-family: "Ubuntu";
  border: 1px solid #046363;
  -moz-box-shadow: 0 0 3px #ccc;
  -o-box-shadow: 0 0 3px #ccc;
  -webkit-box-shadow: 0 0 3px #ccc;
  -ms-box-shadow: 0 0 3px #ccc;
  box-shadow: 0 0 3px #ccc;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  transition: all 0.3s linear;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
  border-top-right-radius: 30px;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
  border-bottom-left-radius: 30px;
  border-top-left-radius: 30px;
  padding: 1rem 2rem;
}
#g-empresasdestaques .cta-empresas-profissionais .g-cta-content .cta-a-links:hover {
  color: #fff !important;
  background: #046363;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
/* START MEDIAQUERIES */
@media only all and (min-width: 48rem) and (max-width: 59.99rem) {
  #g-empresasdestaques .list-empresas ul li {
    width: 50% !important;
    margin-bottom: 20px;
  }
  #g-empresasdestaques .list-empresas ul li img {
    width: 100%;
    height: auto;
  }
}
@media only all and (min-width: 30.01rem) and (max-width: 47.99rem) {
  #g-empresasdestaques .list-empresas ul li {
    width: 50%;
    margin-bottom: 20px;
  }
  #g-empresasdestaques .list-empresas ul li img {
    width: 100%;
    height: auto;
  }
}
@media only all and (max-width: 30rem) {
  #g-empresasdestaques .list-empresas ul li {
    width: 100%;
    margin-bottom: 20px;
  }
  #g-empresasdestaques .list-empresas ul li img {
    width: 100%;
    height: auto;
  }
}
@media (max-width: 359px) {
  #g-empresasdestaques .list-empresas ul li {
    width: 100%;
    margin-bottom: 20px;
  }
  #g-empresasdestaques .list-empresas ul li img {
    width: 100%;
    height: auto;
  }
  .cta-empresas-profissionais .cta-a-links {
    padding: 1rem !important;
  }
}
/* END MEDIAQUERIES */
#g-quemsomos {
  background: #FFFFFF;
}
#g-quemsomos .g-container {
  padding: 50px 0;
}
#g-quemsomos .g-container .quem-somos-content {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
#g-quemsomos .g-container .quem-somos-content .quem-somos-image {
  width: 50%;
}
#g-quemsomos .g-container .quem-somos-content .quem-somos-image img {
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
  border-top-right-radius: 30px;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
  border-bottom-left-radius: 30px;
  border-top-left-radius: 30px;
  -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}
#g-quemsomos .g-container .quem-somos-content .quem-somos-text {
  width: 50%;
  padding-left: 40px;
}
#g-quemsomos .g-container .quem-somos-content .g-title-separator {
  height: 5px;
  width: 100px;
  margin: 20px 0;
  background: #069494;
}
/* START MEDIAQUERIES */
@media only all and (min-width: 30.01rem) and (max-width: 47.99rem) {
  #g-quemsomos .g-title-separator {
    width: 100px !important;
    margin: 20px auto !important;
  }
  #g-quemsomos .quem-somos-content .quem-somos-image {
    width: 100% !important;
    margin-bottom: 20px;
  }
  #g-quemsomos .quem-somos-content .quem-somos-text {
    width: 100% !important;
    padding-left: 0px !important;
  }
  #g-quemsomos .quem-somos-content .quem-somos-text h2 {
    text-align: center !important;
  }
}
@media only all and (max-width: 30rem) {
  #g-quemsomos .g-title-separator {
    width: 100px !important;
    margin: 20px auto !important;
  }
  #g-quemsomos .quem-somos-content .quem-somos-image {
    width: 100% !important;
    margin-bottom: 20px;
  }
  #g-quemsomos .quem-somos-content .quem-somos-text {
    width: 100% !important;
    padding-left: 0px !important;
  }
  #g-quemsomos .quem-somos-content .quem-somos-text h2 {
    text-align: center !important;
  }
}
@media (max-width: 359px) {
  #g-quemsomos .g-title-separator {
    width: 100px !important;
    margin: 20px auto !important;
  }
  #g-quemsomos .quem-somos-content .quem-somos-image {
    width: 100% !important;
    margin-bottom: 20px;
  }
  #g-quemsomos .quem-somos-content .quem-somos-text {
    width: 100% !important;
    padding-left: 0px !important;
  }
  #g-quemsomos .quem-somos-content .quem-somos-text h2 {
    text-align: center !important;
  }
}
/* END MEDIAQUERIES */
#g-perguntasfrequentes .g-accordion .g-title-separator {
  height: 5px;
  width: 100px;
  margin: 20px auto;
  background: #069494;
}
#g-perguntasfrequentes .g-accordion .uk-accordion .g-accordion-item h3 {
  padding: 15px;
  background: #EEF2F4;
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
  border-top-right-radius: 30px;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
  border-bottom-left-radius: 30px;
  border-top-left-radius: 30px;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#g-perguntasfrequentes .g-accordion .uk-accordion .g-accordion-item h3.uk-active {
  background: #069494;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  color: #fff;
}
#g-feature {
  padding: 1.5rem 0;
  background: #ffffff;
  color: #666666;
}
@media print {
  #g-feature {
    background: #fff !important;
    color: #000 !important;
  }
}
#g-subfeature {
  padding: 1.5rem 0;
  background: #f0f0f0;
  color: #666666;
  border-top: 1px solid rgba(0, 0, 0, 0.05);
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
@media print {
  #g-subfeature {
    background: #fff !important;
    color: #000 !important;
  }
}
h1, h2, h3, h4, h5 {
  font-weight: bold;
}
span.italic {
  font-style: italic;
}
#g-page-surround {
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.4);
}
.mod-articles-category-item h2, .com-content-category-blog__item.blog-item h2 {
  font-size: 1.5rem;
  font-weight: bold;
}
#search-results .result__title-text {
  font-size: 1.5rem;
  font-weight: normal;
}
#search-results .g-rating-svg .g-rating-count {
  display: none;
}
#g-main {
  padding: 50px 0;
  background: #EEF2F4;
  color: #3e3d3f;
}
#g-main .blog .blog-item {
  text-align: center;
  background: #fff;
  padding: 20px;
  margin-bottom: 30px;
  -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
}
#g-main .blog .blog-item .item-content .page-header h2 {
  display: block;
}
#g-main .com-content-category-blog__navigation {
  margin-top: 50px;
}
#g-main .com-content-category-blog__navigation ul li a, #g-main .com-content-category-blog__navigation ul li span {
  background: #069494;
  color: #fff;
  padding: 10px 20px;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
#g-main .com-content-category-blog__navigation ul li a:hover, #g-main .com-content-category-blog__navigation ul li span:hover {
  background: #046363;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
#g-main .com-content-category-blog__navigation ul li a span, #g-main .com-content-category-blog__navigation ul li span span {
  padding: 0;
}
#g-main .com-content-category-blog__navigation ul li.active a {
  background: #046363;
  border-color: #EEF2F4 !important;
}
.view-article .kt-form-submit .o-btn--primary {
  background: #069494 !important;
  border: 1px solid #069494 !important;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.view-article .kt-form-submit .o-btn--primary:hover {
  background: #046363;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.view-article .item-page {
  background: #fff;
  padding: 30px;
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
  border-top-right-radius: 30px;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
  border-bottom-left-radius: 30px;
  border-top-left-radius: 30px;
  -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}
.view-article .item-page .pagenavigation {
  display: none;
}
.view-article .item-page .com-content-article__body {
  margin-bottom: 50px;
}
.view-article .item-page .content_rating {
  position: relative;
  width: 50%;
  float: right;
  padding-top: 10px;
}
.view-article .item-page .content_rating ul {
  margin: 0;
}
.view-article .item-page .content_rating li {
  margin-right: 5px;
  font-size: 20px;
}
.view-article .item-page .content-article {
  display: flex;
  flex-wrap: wrap;
}
.view-article .item-page .content-article .content-text-article {
  width: 70%;
  padding-right: 30px;
}
.view-article .item-page .content-article .content-phone-article {
  width: 30%;
}
.view-article .item-page .content-article .content-phone-article .g-title-separator {
  width: 100% !important;
  margin: 20px auto !important;
}
.view-article .item-page .content-article .content-phone-article ul {
  margin-left: 0;
}
.view-article .item-page .content-article .content-phone-article ul li {
  margin-bottom: 10px;
}
.view-article .item-page .content-article .content-phone-article ul li a {
  font-size: 18px;
  color: #3e3d3f;
}
.view-article .item-page .content-article .content-phone-article ul li a:hover {
  color: #046363;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.view-article .item-page .content-article .content-phone-article ul li a i {
  margin-right: 15px;
}
.view-article .item-page .com-content-article__link::marker {
  color: #fff;
}
.view-article .item-page .mb-2 {
  margin-bottom: 0 !important;
}
.view-article .item-page .content_vote .visually-hidden {
  position: relative !important;
  font-weight: bold;
}
.view-article .item-page .content_vote .form-select {
  padding: 10px 40px;
  margin-left: 15px;
}
.view-article .item-page .content_vote input.btn.btn-sm.btn-primary.align-baseline {
  padding: 10px 40px;
  background: #069494;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.view-article .item-page .content_vote input.btn.btn-sm.btn-primary.align-baseline:hover {
  background: #046363;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.view-search #search-form {
  display: none;
}
.view-search #search-result-list {
  display: flex;
  flex-wrap: wrap;
}
.view-search #search-result-list .result__item {
  width: 31%;
  border: none;
  padding: 20px;
  margin: 10px;
  background: #fff;
  -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
  text-align: center;
}
.view-search #search-result-list .result__item figure {
  margin: 0;
}
.view-search #search-result-list .result__item .result__title-text mark {
  background: #069494;
  color: #fff;
  padding: 2px 5px;
}
.list-empresas-inicio .g-content {
  margin: 0;
  padding: 0;
}
.mod-articlescategory.mod-list {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
}
.mod-articlescategory.mod-list li {
  width: 31%;
  margin: 1%;
  background: #fff;
  padding: 20px;
  -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
  text-align: center;
}
.mod-articlescategory.mod-list li figure {
  margin: 0;
}
@media print {
  #g-main {
    background: #fff !important;
    color: #000 !important;
  }
}
.gantry-logo img {
  width: 100%;
}
/* START MEDIAQUERIES */
@media only all and (min-width: 30.01rem) and (max-width: 47.99rem) {
  h1 {
    font-size: 1.875rem !important;
  }
  .view-article .item-page figure {
    margin: 0em 0px;
  }
  .view-article .item-page .content_rating {
    width: 100%;
  }
  .view-article .item-page .content_vote .form-select {
    padding: 10px 60px;
    margin-left: 0;
  }
}
@media only all and (max-width: 30rem) {
  h1 {
    font-size: 1.875rem !important;
  }
  .view-article .item-page figure {
    margin: 0em 0px;
  }
  .view-article .item-page .content_rating {
    width: 100%;
  }
  .view-article .item-page .content_vote .form-select {
    padding: 10px 60px;
    margin-left: 0;
  }
}
@media (max-width: 359px) {
  h1 {
    font-size: 1.875rem !important;
  }
  .view-article .item-page figure {
    margin: 0em 0px;
  }
  .view-article .item-page .content_rating {
    width: 100%;
  }
  .view-article .item-page .content_vote .form-select {
    padding: 10px 60px;
    margin-left: 0;
  }
}
/* END MEDIAQUERIES */
#g-sidebar, #g-aside {
  padding: 1.5rem 0;
  color: #3e3d3f;
}
@media print {
  #g-sidebar {
    background: #fff !important;
    color: #000 !important;
  }
}
#g-footer {
  background-color: #3e3d3f;
  padding: 50px 0;
  color: #a4a3a5;
}
#g-footer .footer-content .g-particle {
  display: flex;
  flex-wrap: wrap;
}
#g-footer .footer-content .g-particle h3 {
  color: #fff;
}
#g-footer .footer-content .g-particle .g-grid p {
  margin: 10px 0;
  width: 100%;
}
#g-footer .footer-content .g-particle a {
  color: #a4a3a5;
  text-decoration: none;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#g-footer .footer-content .g-particle a:hover {
  color: #069494;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#g-footer .footer-content .g-particle .g-title-separator {
  height: 5px;
  width: 100px;
  margin: 20px 0;
  background: #069494;
}
#g-footer .footer-content .g-particle .sobre-content {
  width: 30%;
  text-align: center;
}
#g-footer .footer-content .g-particle .menu-content {
  width: 22%;
}
#g-footer .footer-content .g-particle .categoria-content {
  width: 18%;
}
#g-footer .footer-content .g-particle .contato-content {
  width: 30%;
}
#g-footer .g-branding.branding {
  text-align: end;
}
@media only all and (max-width: 47.99rem) {
  #g-footer {
    text-align: center;
  }
}
@media print {
  #g-footer {
    background: #fff !important;
    color: #000 !important;
  }
}
/* START MEDIAQUERIES */
@media only all and (min-width: 48rem) and (max-width: 59.99rem) {
  #g-footer .g-title-separator {
    width: 100px !important;
    margin: 20px auto !important;
  }
  #g-footer .sobre-content {
    width: 50% !important;
  }
  #g-footer .menu-content {
    width: 50% !important;
  }
  #g-footer .categoria-content {
    width: 50% !important;
  }
  #g-footer .contato-content {
    width: 50% !important;
  }
  #g-footer .branding {
    text-align: center !important;
  }
}
@media only all and (min-width: 30.01rem) and (max-width: 47.99rem) {
  #g-footer .g-title-separator {
    width: 100px !important;
    margin: 20px auto !important;
  }
  #g-footer .sobre-content {
    width: 100% !important;
  }
  #g-footer .menu-content {
    width: 100% !important;
  }
  #g-footer .categoria-content {
    width: 100% !important;
  }
  #g-footer .contato-content {
    width: 100% !important;
  }
  #g-footer .branding {
    text-align: center !important;
  }
}
@media only all and (max-width: 30rem) {
  #g-footer .g-title-separator {
    width: 100px !important;
    margin: 20px auto !important;
  }
  #g-footer .sobre-content {
    width: 100% !important;
  }
  #g-footer .menu-content {
    width: 100% !important;
  }
  #g-footer .categoria-content {
    width: 100% !important;
  }
  #g-footer .contato-content {
    width: 100% !important;
  }
  #g-footer .branding {
    text-align: center !important;
  }
}
@media (max-width: 359px) {
  #g-footer .g-title-separator {
    width: 100px !important;
    margin: 20px auto !important;
  }
  #g-footer .sobre-content {
    width: 100% !important;
  }
  #g-footer .menu-content {
    width: 100% !important;
  }
  #g-footer .categoria-content {
    width: 100% !important;
  }
  #g-footer .contato-content {
    width: 100% !important;
  }
  #g-footer .branding {
    text-align: center !important;
  }
}
/* END MEDIAQUERIES */
.flush .g-container > .g-grid > .g-block > .g-content {
  margin: 0;
  padding: 0;
}
.moduletable[class*="box"], .moduletable[class*="shadow"], .widget[class*="box"], .widget[class*="shadow"] {
  padding: 0.938rem;
  margin: 0.625rem;
}
.box1.moduletable, .box1.widget, .box1.g-outer-box, .box1 > .g-content {
  background: #ffffff;
}
.box1.moduletable, .box1.moduletable h1, .box1.moduletable h2, .box1.moduletable h3, .box1.moduletable h4, .box1.moduletable h5, .box1.moduletable h6, .box1.moduletable strong, .box1.moduletable i, .box1.widget, .box1.widget h1, .box1.widget h2, .box1.widget h3, .box1.widget h4, .box1.widget h5, .box1.widget h6, .box1.widget strong, .box1.widget i, .box1 > .g-content, .box1 > .g-content h1, .box1 > .g-content h2, .box1 > .g-content h3, .box1 > .g-content h4, .box1 > .g-content h5, .box1 > .g-content h6, .box1 > .g-content strong, .box1 > .g-content i {
  color: #595959;
}
.box2.moduletable, .box2.widget, .box2.g-outer-box, .box2 > .g-content {
  background: #e0e0e0;
}
.box2.moduletable, .box2.moduletable h1, .box2.moduletable h2, .box2.moduletable h3, .box2.moduletable h4, .box2.moduletable h5, .box2.moduletable h6, .box2.moduletable strong, .box2.moduletable i, .box2.widget, .box2.widget h1, .box2.widget h2, .box2.widget h3, .box2.widget h4, .box2.widget h5, .box2.widget h6, .box2.widget strong, .box2.widget i, .box2 > .g-content, .box2 > .g-content h1, .box2 > .g-content h2, .box2 > .g-content h3, .box2 > .g-content h4, .box2 > .g-content h5, .box2 > .g-content h6, .box2 > .g-content strong, .box2 > .g-content i {
  color: #6d6d6d;
}
.box3.moduletable, .box3.widget, .box3.g-outer-box, .box3 > .g-content {
  background: #069494;
}
.box3.moduletable, .box3.moduletable h1, .box3.moduletable h2, .box3.moduletable h3, .box3.moduletable h4, .box3.moduletable h5, .box3.moduletable h6, .box3.moduletable strong, .box3.moduletable i, .box3.widget, .box3.widget h1, .box3.widget h2, .box3.widget h3, .box3.widget h4, .box3.widget h5, .box3.widget h6, .box3.widget strong, .box3.widget i, .box3 > .g-content, .box3 > .g-content h1, .box3 > .g-content h2, .box3 > .g-content h3, .box3 > .g-content h4, .box3 > .g-content h5, .box3 > .g-content h6, .box3 > .g-content strong, .box3 > .g-content i {
  color: #ffffff;
}
.box3.moduletable a, .box3.widget a, .box3 > .g-content a {
  color: #54f8f8;
}
.box3.moduletable a:hover, .box3.widget a:hover, .box3 > .g-content a:hover {
  color: #ffffff;
}
.box3.moduletable .button, .box3.widget .button, .box3 > .g-content .button {
  color: #e7fefe;
  background: #08c5c5;
}
.box3.moduletable .button:hover, .box3.widget .button:hover, .box3 > .g-content .button:hover {
  background: #09dede;
}
.box4.moduletable, .box4.widget, .box4.g-outer-box, .box4 > .g-content {
  background: #3e3d3f;
}
.box4.moduletable, .box4.moduletable h1, .box4.moduletable h2, .box4.moduletable h3, .box4.moduletable h4, .box4.moduletable h5, .box4.moduletable h6, .box4.moduletable strong, .box4.moduletable i, .box4.widget, .box4.widget h1, .box4.widget h2, .box4.widget h3, .box4.widget h4, .box4.widget h5, .box4.widget h6, .box4.widget strong, .box4.widget i, .box4 > .g-content, .box4 > .g-content h1, .box4 > .g-content h2, .box4 > .g-content h3, .box4 > .g-content h4, .box4 > .g-content h5, .box4 > .g-content h6, .box4 > .g-content strong, .box4 > .g-content i {
  color: #ffffff;
}
.box4.moduletable a, .box4.widget a, .box4 > .g-content a {
  color: #979699;
}
.box4.moduletable a:hover, .box4.widget a:hover, .box4 > .g-content a:hover {
  color: #ffffff;
}
.box4.moduletable .button, .box4.widget .button, .box4 > .g-content .button {
  color: #b1afb2;
  background: #646366;
}
.box4.moduletable .button:hover, .box4.widget .button:hover, .box4 > .g-content .button:hover {
  background: #585659;
}
.shadow.moduletable, .shadow.widget, .shadow.g-outer-box, .shadow > .g-content {
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
}
.shadow2.moduletable, .shadow2.widget, .shadow2.g-outer-box, .shadow2 > .g-content {
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.15);
}
.disabled.moduletable, .disabled.widget, .disabled.g-outer-box, .disabled > .g-content {
  opacity: 0.4;
}
.square.moduletable, .square.widget, .square.g-outer-box, .square > .g-content {
  border-radius: none;
}
.rounded.moduletable, .rounded.widget, .rounded.g-outer-box, .rounded > .g-content {
  border-radius: 0.1875rem;
}
table {
  border: 1px solid #eaeaea;
}
th {
  background: #f7f7f7;
  padding: 0.5rem;
}
td {
  padding: 0.5rem;
  border: 1px solid #eaeaea;
}
textarea, select[multiple=multiple] {
  background-color: white;
  border: 1px solid #dddddd;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06);
}
textarea:hover, select[multiple=multiple]:hover {
  border-color: #c4c4c4;
}
textarea:focus, select[multiple=multiple]:focus {
  border-color: #069494;
}
input[type="color"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="email"], input[type="month"], input[type="number"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], input[type="time"], input[type="url"], input[type="week"], input:not([type]), textarea {
  background-color: white;
  border: 1px solid #dddddd;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06);
}
input[type="color"]:hover, input[type="date"]:hover, input[type="datetime"]:hover, input[type="datetime-local"]:hover, input[type="email"]:hover, input[type="month"]:hover, input[type="number"]:hover, input[type="password"]:hover, input[type="search"]:hover, input[type="tel"]:hover, input[type="text"]:hover, input[type="time"]:hover, input[type="url"]:hover, input[type="week"]:hover, input:not([type]):hover, textarea:hover {
  border-color: #c4c4c4;
}
input[type="color"]:focus, input[type="date"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="email"]:focus, input[type="month"]:focus, input[type="number"]:focus, input[type="password"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="text"]:focus, input[type="time"]:focus, input[type="url"]:focus, input[type="week"]:focus, input:not([type]):focus, textarea:focus {
  border-color: #069494;
}
.g-social a {
  display: inline-block;
  padding: 0.1rem 0.4rem;
  background: #fafafa;
  border: 1px solid #dddddd;
  border-radius: 0.1875rem;
  margin-bottom: 4px;
  text-decoration: none;
}
.sample-content {
  text-align: center;
}
.sample-content .subtitle {
  text-transform: uppercase;
  font-size: 0.8rem;
  display: block;
  margin-top: -1.3rem;
}
.sample-content .sample-icons {
  font-size: 5rem;
  color: #069494;
  opacity: 0.6;
}
.sample-content .sample-description {
  font-size: 1.2rem;
}
@media only all and (min-width: 48rem) {
  .sample-content .device-promo {
    width: 356px;
    height: 203px;
    position: relative;
    float: right;
    margin-left: 3rem;
    margin-bottom: 1rem;
  }
  .sample-content .device-promo .macbook {
    width: 356px;
    height: 203px;
    position: absolute;
    z-index: 1;
    background: url('../../images/macbook.png');
  }
  .sample-content .device-promo .macbook .macbook-color {
    position: absolute;
    width: 206px;
    height: 118px;
    left: 37px;
    top: 56px;
    background: #ccc;
  }
  .sample-content .device-promo .ipad {
    width: 356px;
    height: 203px;
    position: absolute;
    z-index: 2;
    background: url('../../images/ipad.png');
  }
  .sample-content .device-promo .ipad .ipad-color {
    position: absolute;
    width: 111px;
    height: 163px;
    right: 27px;
    top: 20px;
    background: #069494;
  }
  .sample-content .device-promo .iphone {
    width: 356px;
    height: 203px;
    position: absolute;
    z-index: 3;
    background: url('../../images/iphone.png');
  }
  .sample-content .device-promo .iphone .iphone-color {
    position: absolute;
    width: 46px;
    height: 75px;
    right: 4px;
    top: 112px;
    background: #3e3d3f;
  }
}
.sample-content .middle {
  text-align: center;
}
.sample-content .fa-github-square {
  color: #ddd;
  margin-top: 1.5rem;
  font-size: 10rem;
}
@media only all and (min-width: 48rem) and (max-width: 59.99rem) {
  .sample-content .fa-github-square {
    font-size: 8rem;
  }
}
@media only all and (max-width: 47.99rem) {
  .sample-content .fa-github-square {
    float: none !important;
    margin-right: 0;
  }
}
.sample-content .info-box {
  background: #e2e9ec;
  border: 1px solid #cfdae0;
  padding: 0.938rem;
  border-radius: 0.1875rem;
  margin-bottom: 4rem;
}
.sample-content .fa-graduation-cap {
  color: #c0ced6;
  margin: 1rem 2rem 1rem 1rem;
  font-size: 6rem;
}
@media only all and (min-width: 60rem) {
  #g-showcase .sample-description {
    padding: 0 6rem;
  }
}
@media only all and (min-width: 60rem) {
  #g-subfeature .sample-content .g-content {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media only all and (min-width: 48rem) {
  #g-main .sample-content {
    text-align: inherit;
  }
}
.g-content-array {
  margin-left: -0.938rem;
  margin-right: -0.938rem;
}
.g-content-array .g-grid {
  margin-bottom: 2.3445rem;
}
.g-content-array .g-grid:last-child {
  margin-bottom: 0;
}
@media only all and (max-width: 47.99rem) {
  .g-content-array .g-grid:last-child .g-block:last-child .g-array-item {
    margin-bottom: 0;
  }
}
@media only all and (max-width: 47.99rem) {
  .g-content-array .g-grid {
    margin-bottom: 0;
  }
}
.g-content-array .g-content {
  margin: 0;
  padding-top: 0;
  padding-bottom: 0;
}
@media only all and (max-width: 47.99rem) {
  .g-content-array .g-array-item {
    margin-bottom: 2.3445rem;
  }
}
.g-content-array .g-array-item-image {
  margin: 0 0 15px 0;
}
.g-content-array .g-item-title {
  margin: 0;
}
.g-content-array .g-array-item-details, .g-content-array .g-array-item-text, .g-content-array .g-array-item-read-more {
  margin: 15px 0 0;
}
.g-content-array .g-array-item-details {
  font-size: 90%;
}
.g-content-array .g-array-item-details > span {
  margin-right: 10px;
}
.g-content-array .g-array-item-details i {
  margin-right: 5px;
}
.g-main-nav .g-standard .g-dropdown {
  transition: none;
}
.g-main-nav .g-standard .g-fade.g-dropdown {
  transition: opacity 0.3s ease-out, transform 0.3s ease-out;
}
.g-main-nav .g-standard .g-zoom.g-active {
  animation-duration: 0.3s;
  animation-name: g-dropdown-zoom;
}
.g-main-nav .g-standard .g-fade-in-up.g-active {
  animation-duration: 0.3s;
  animation-name: g-dropdown-fade-in-up;
}
.g-main-nav .g-fullwidth > .g-dropdown {
  transition: none;
}
.g-main-nav .g-fullwidth > .g-fade.g-dropdown {
  transition: opacity 0.3s ease-out, transform 0.3s ease-out;
}
.g-main-nav .g-fullwidth > .g-zoom.g-active {
  animation-duration: 0.3s;
  animation-name: g-dropdown-zoom;
}
.g-main-nav .g-fullwidth > .g-fade-in-up.g-active {
  animation-duration: 0.3s;
  animation-name: g-dropdown-fade-in-up;
}
@keyframes g-dropdown-zoom {
  0% {
    opacity: 0;
    transform: scale3d(0.8, 0.8, 0.8);
  }
  100% {
    opacity: 1;
  }
}
@keyframes g-dropdown-fade-in-up {
  0% {
    opacity: 0;
    transform: translate3d(0, 30px, 0);
  }
  100% {
    opacity: 1;
  }
}
.g-offline #grav-login {
  max-width: 36rem;
}
.g-offline #grav-login .form-actions {
  margin-top: 0.625rem;
}
@media only all and (max-width: 47.99rem) {
  .g-offline #grav-login .form-actions {
    text-align: center;
  }
}
.g-offline #grav-login .button {
  text-transform: capitalize;
}
@media only all and (max-width: 47.99rem) {
  .g-offline #grav-login .rememberme {
    float: none;
    display: block;
  }
}
.g-container {
  width: 75rem;
}
@media only all and (min-width: 60rem) and (max-width: 74.99rem) {
  .g-container {
    width: 60rem;
  }
}
@media only all and (min-width: 48rem) and (max-width: 59.99rem) {
  .g-container {
    width: 48rem;
  }
}
@media only all and (min-width: 30.01rem) and (max-width: 47.99rem) {
  .g-container {
    width: 30rem;
  }
}
@media only all and (max-width: 30rem) {
  .g-container {
    width: 100%;
  }
}
.g-container.g-flushed {
  width: 100%;
}
@media only all and (max-width: 47.99rem) {
  .g-block {
    flex-grow: 0;
    flex-basis: 100%;
  }
}
@media only all and (max-width: 47.99rem) {
  body [class*="size-"] {
    flex-grow: 0;
    flex-basis: 100%;
    max-width: 100%;
  }
}
@media only all and (max-width: 47.99rem) {
  @supports not (flex-wrap: wrap) {
    .g-grid {
      display: block;
      flex-wrap: inherit;
    }
    .g-block {
      display: block;
      flex: inherit;
    }
  }
}
.visible-large, .visible-desktop, .visible-tablet, .visible-phone, .g-block.visible-large, .g-block.visible-desktop, .g-block.visible-tablet, .g-block.visible-phone {
  display: none !important;
}
@media only all and (max-width: 47.99rem) {
  .visible-phone {
    display: block !important;
  }
  .g-block.visible-phone {
    display: block !important;
  }
}
@media only all and (min-width: 48rem) and (max-width: 59.99rem) {
  .visible-tablet {
    display: block !important;
  }
  .g-block.visible-tablet {
    display: block !important;
  }
}
@media only all and (min-width: 60rem) and (max-width: 74.99rem) {
  .visible-desktop {
    display: block !important;
  }
  .g-block.visible-desktop {
    display: block !important;
  }
}
@media only all and (min-width: 75rem) {
  .visible-large {
    display: block !important;
  }
  .g-block.visible-large {
    display: block !important;
  }
  .visible-desktop {
    display: block !important;
  }
  .g-block.visible-desktop {
    display: block !important;
  }
}
@media only all and (max-width: 47.99rem) {
  .hidden-phone {
    display: none !important;
  }
}
@media only all and (min-width: 48rem) and (max-width: 59.99rem) {
  .hidden-tablet {
    display: none !important;
  }
}
@media only all and (min-width: 60rem) and (max-width: 74.99rem) {
  .hidden-desktop {
    display: none !important;
  }
}
@media only all and (min-width: 75rem) {
  .hidden-large {
    display: none !important;
  }
  .hidden-desktop {
    display: none !important;
  }
}
@media only all and (max-width: 47.99rem) {
  .align-right {
    text-align: inherit !important;
  }
  .align-left {
    text-align: inherit !important;
  }
}
/*# sourceMappingURL=hydrogen_13.css.map */