/* 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('//fonts.googleapis.com/css?family=Ubuntu:300');
/* 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_mcustom/scss/mixins/_nav.scss */
.g-main-nav .g-standard .g-dropdown {
  width: 180px;
}
/* line 5, templates/g5_mcustom/scss/mixins/_nav.scss */
span.g-menu-item-title {
  color: #1d1d1d;
}
/* BOX SHADOW */
/* TRANSITION */
/* BORDER RADIUS */
/* MIXINS BUTTON */
/* MIXINS BUTTON */
/* MIXINS BUTTON */
/* line 2, media/gantry5/engines/nucleus/scss/nucleus/theme/_flex.scss */
.g-content {
  margin: 0.625rem;
  padding: 0.938rem;
}
/* line 6, media/gantry5/engines/nucleus/scss/nucleus/theme/_flex.scss */
.g-flushed .g-content {
  margin: 0;
  padding: 0;
}
/* line 2, media/gantry5/engines/nucleus/scss/nucleus/theme/_typography.scss */
body {
  font-size: 1rem;
  line-height: 1.5;
}
/* line 8, media/gantry5/engines/nucleus/scss/nucleus/theme/_typography.scss */
h1 {
  font-size: 2.25rem;
}
/* line 12, media/gantry5/engines/nucleus/scss/nucleus/theme/_typography.scss */
h2 {
  font-size: 1.9rem;
}
/* line 16, media/gantry5/engines/nucleus/scss/nucleus/theme/_typography.scss */
h3 {
  font-size: 1.5rem;
}
/* line 20, media/gantry5/engines/nucleus/scss/nucleus/theme/_typography.scss */
h4 {
  font-size: 1.15rem;
}
/* line 24, media/gantry5/engines/nucleus/scss/nucleus/theme/_typography.scss */
h5 {
  font-size: 1rem;
}
/* line 28, media/gantry5/engines/nucleus/scss/nucleus/theme/_typography.scss */
h6 {
  font-size: 0.85rem;
}
/* line 33, media/gantry5/engines/nucleus/scss/nucleus/theme/_typography.scss */
small {
  font-size: 0.875rem;
}
/* line 37, media/gantry5/engines/nucleus/scss/nucleus/theme/_typography.scss */
cite {
  font-size: 0.875rem;
}
/* line 41, media/gantry5/engines/nucleus/scss/nucleus/theme/_typography.scss */
sub, sup {
  font-size: 0.75rem;
}
/* line 46, media/gantry5/engines/nucleus/scss/nucleus/theme/_typography.scss */
code, kbd, pre, samp {
  font-size: 1rem;
  font-family: "Menlo", "Monaco", monospace;
}
/* line 1, media/gantry5/engines/nucleus/scss/nucleus/theme/_forms.scss */
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;
}
/* line 1, templates/g5_mcustom/scss/mcustom/_core.scss */
body {
  color: #515151;
  background: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* line 8, templates/g5_mcustom/scss/mcustom/_core.scss */
#g-page-surround {
  background: #fff;
}
@media print {
  /* line 13, templates/g5_mcustom/scss/mcustom/_core.scss */
  #g-page-surround {
    background: #fff !important;
    color: #000 !important;
  }
}
/* line 19, templates/g5_mcustom/scss/mcustom/_core.scss */
a {
  color: #2f80ed;
}
/* line 21, templates/g5_mcustom/scss/mcustom/_core.scss */
a:hover {
  color: #383838;
}
/* line 26, templates/g5_mcustom/scss/mcustom/_core.scss */
h1, h2, h3, h4, h5, h6, strong {
  color: #383838;
}
/* line 30, templates/g5_mcustom/scss/mcustom/_core.scss */
.button {
  display: inline-block;
  padding: 0.5rem 1rem;
  border-radius: 0.1875rem;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
  background: #2f80ed;
  color: #fff;
  border: 0;
  line-height: 1.5;
  font-size: 1rem;
  vertical-align: middle;
  text-shadow: none;
  -moz-transition: background 0.1s;
  -o-transition: background 0.1s;
  -webkit-transition: background 0.1s;
  -ms-transition: background 0.1s;
  transition: background 0.1s;
}
/* line 44, templates/g5_mcustom/scss/mcustom/_core.scss */
.button:hover {
  background: #468eef;
  color: #fff;
}
/* line 49, templates/g5_mcustom/scss/mcustom/_core.scss */
.button:active, .button:focus {
  background: #1872eb;
  box-shadow: inset -1px -1px 1px rgba(0, 0, 0, 0.15);
  color: #fff;
  outline: 0;
}
/* line 56, templates/g5_mcustom/scss/mcustom/_core.scss */
.button:disabled {
  opacity: 0.25;
  cursor: not-allowed;
}
/* line 60, templates/g5_mcustom/scss/mcustom/_core.scss */
.button:disabled:hover {
  background: #2f80ed;
}
/* line 66, templates/g5_mcustom/scss/mcustom/_core.scss */
.gantry-logo {
  display: inline-block;
}
@media only all and (max-width: 47.99rem) {
  /* line 25, media/gantry5/engines/nucleus/scss/nucleus/mixins/_breakpoints.scss */
  .gantry-logo {
    display: block;
    text-align: center;
  }
}
/* line 72, templates/g5_mcustom/scss/mcustom/_core.scss */
.gantry-logo img {
  width: 150px;
}
/* line 77, templates/g5_mcustom/scss/mcustom/_core.scss */
.logo-large {
  display: inline-block;
}
/* line 5, templates/g5_mcustom/scss/mcustom/_typography.scss */
body {
  font-family: "Ubuntu";
  font-weight: 400;
}
/* line 12, templates/g5_mcustom/scss/mcustom/_typography.scss */
h1, h2, h3, h4, h5 {
  font-family: "Ubuntu";
  font-weight: 500;
}
/* line 21, templates/g5_mcustom/scss/mcustom/_typography.scss */
bold, strong {
  font-weight: 700;
}
/* line 26, templates/g5_mcustom/scss/mcustom/_typography.scss */
.button {
  font-weight: 500;
}
/* line 31, templates/g5_mcustom/scss/mcustom/_typography.scss */
blockquote {
  border-left: 10px solid #f0f2f4;
}
/* line 34, templates/g5_mcustom/scss/mcustom/_typography.scss */
blockquote p {
  font-size: 1.1rem;
  color: #848484;
}
/* line 39, templates/g5_mcustom/scss/mcustom/_typography.scss */
blockquote cite {
  display: block;
  text-align: right;
  color: #515151;
  font-size: 1.2rem;
}
/* line 48, templates/g5_mcustom/scss/mcustom/_typography.scss */
code {
  background: #f9f2f4;
  color: #9c1d3d;
}
/* line 53, templates/g5_mcustom/scss/mcustom/_typography.scss */
pre {
  padding: 1rem;
  margin: 2rem 0;
  background: #f6f6f6;
  border: 1px solid #ddd;
  border-radius: 0.1875rem;
  line-height: 1.15;
  font-size: 0.9rem;
}
/* line 62, templates/g5_mcustom/scss/mcustom/_typography.scss */
pre code {
  color: #237794;
  background: inherit;
  font-size: 0.9rem;
}
/* line 70, templates/g5_mcustom/scss/mcustom/_typography.scss */
hr {
  border-bottom: 4px solid #f0f2f4;
}
/* line 1, templates/g5_mcustom/scss/mcustom/_nav.scss */
#g-navigation {
  background: #fff;
  color: #1d1d1d;
  text-align: center;
  position: relative;
  z-index: 2;
}
/* line 8, templates/g5_mcustom/scss/mcustom/_nav.scss */
#g-navigation .g-container {
  position: relative;
}
/* line 12, templates/g5_mcustom/scss/mcustom/_nav.scss */
#g-navigation a {
  color: #fff;
}
/* line 15, templates/g5_mcustom/scss/mcustom/_nav.scss */
#g-navigation a:hover {
  color: #1d1d1d;
}
/* line 20, templates/g5_mcustom/scss/mcustom/_nav.scss */
/* line 21, templates/g5_mcustom/scss/mcustom/_nav.scss */
#g-navigation .g-social a {
  background: #f0f0f0;
  border: none;
  text-decoration: none;
  color: #1d1d1d;
  -moz-transition: background 0.2s;
  -o-transition: background 0.2s;
  -webkit-transition: background 0.2s;
  -ms-transition: background 0.2s;
  transition: background 0.2s;
}
/* line 28, templates/g5_mcustom/scss/mcustom/_nav.scss */
#g-navigation .g-social a:hover {
  background: #fff;
}
/* line 34, templates/g5_mcustom/scss/mcustom/_nav.scss */
#g-navigation .g-main-nav {
  margin: -1.563rem;
}
/* line 38, templates/g5_mcustom/scss/mcustom/_nav.scss */
#g-navigation .g-main-nav .g-toplevel {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
  -moz-flex-flow: row wrap;
  flex-flow: row wrap;
  justify-content: center;
  -webkit-justify-content: center;
}
/* line 76, templates/g5_mcustom/scss/mixins/_nav.scss */
/* line 77, templates/g5_mcustom/scss/mixins/_nav.scss */
/* line 78, templates/g5_mcustom/scss/mixins/_nav.scss */
/* line 79, templates/g5_mcustom/scss/mixins/_nav.scss */
/* line 80, templates/g5_mcustom/scss/mixins/_nav.scss */
/* line 81, templates/g5_mcustom/scss/mixins/_nav.scss */
#g-navigation .g-menu-hastouch .g-toplevel > li.g-menu-item-link-parent > .g-menu-item-container > .g-menu-parent-indicator {
  border: 1px solid #fff;
  background: #f5f5f5;
  border-radius: 0.1875rem;
  margin: -0.2rem 0 -0.2rem 0.5rem;
  padding: 0.2rem;
}
/* line 84, templates/g5_mcustom/scss/mixins/_nav.scss */
#g-navigation .g-menu-hastouch .g-toplevel > li.g-menu-item-link-parent > .g-menu-item-container > .g-menu-parent-indicator:hover {
  background: #ebebeb;
}
/* line 90, templates/g5_mcustom/scss/mixins/_nav.scss */
#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;
}
/* line 96, templates/g5_mcustom/scss/mixins/_nav.scss */
/* line 97, templates/g5_mcustom/scss/mixins/_nav.scss */
/* line 98, templates/g5_mcustom/scss/mixins/_nav.scss */
/* line 99, templates/g5_mcustom/scss/mixins/_nav.scss */
#g-navigation .g-menu-hastouch .g-toplevel > li.active.g-menu-item-link-parent > .g-menu-item-container > .g-menu-parent-indicator {
  color: #1d1d1d;
}
/* line 108, templates/g5_mcustom/scss/mixins/_nav.scss */
/* line 110, templates/g5_mcustom/scss/mixins/_nav.scss */
/* line 111, templates/g5_mcustom/scss/mixins/_nav.scss */
/* line 112, templates/g5_mcustom/scss/mixins/_nav.scss */
/* line 113, templates/g5_mcustom/scss/mixins/_nav.scss */
/* line 114, templates/g5_mcustom/scss/mixins/_nav.scss */
#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 #fff;
  background: #f5f5f5;
  border-radius: 0.1875rem;
  padding: 0.1rem;
  margin-top: -0.1rem;
  margin-right: -0.1rem;
}
/* line 117, templates/g5_mcustom/scss/mixins/_nav.scss */
#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: #ebebeb;
}
/* line 124, templates/g5_mcustom/scss/mixins/_nav.scss */
#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;
}
/* line 48, templates/g5_mcustom/scss/mcustom/_nav.scss */
/* line 49, templates/g5_mcustom/scss/mcustom/_nav.scss */
#g-navigation .search input {
  color: #333c44;
}
/* line 55, templates/g5_mcustom/scss/mcustom/_nav.scss */
/* line 56, templates/g5_mcustom/scss/mcustom/_nav.scss */
/* line 57, templates/g5_mcustom/scss/mcustom/_nav.scss */
/* line 62, templates/g5_mcustom/scss/mcustom/_nav.scss */
.g-main-nav .g-toplevel {
  font-weight: 500;
}
/* line 65, templates/g5_mcustom/scss/mcustom/_nav.scss */
/* line 67, templates/g5_mcustom/scss/mcustom/_nav.scss */
.g-main-nav .g-toplevel > li > .g-menu-item-container {
  text-decoration: none;
  padding: 1.2rem 0.938rem;
}
/* line 72, templates/g5_mcustom/scss/mcustom/_nav.scss */
/* line 73, templates/g5_mcustom/scss/mcustom/_nav.scss */
.g-main-nav .g-toplevel > li > .g-menu-item-container > .g-menu-item-content {
  line-height: normal;
}
/* line 79, templates/g5_mcustom/scss/mcustom/_nav.scss */
.g-main-nav .g-toplevel i {
  opacity: 0.6;
}
/* line 84, templates/g5_mcustom/scss/mcustom/_nav.scss */
.g-main-nav .g-dropdown {
  text-align: left;
}
/* line 87, templates/g5_mcustom/scss/mcustom/_nav.scss */
.dir-rtl .g-main-nav .g-dropdown {
  text-align: right;
}
/* line 92, templates/g5_mcustom/scss/mcustom/_nav.scss */
/* line 93, templates/g5_mcustom/scss/mcustom/_nav.scss */
/* line 94, templates/g5_mcustom/scss/mcustom/_nav.scss */
.g-main-nav .g-sublevel > li > .g-menu-item-container {
  padding: 0.7815rem 1rem;
}
/* line 112, templates/g5_mcustom/scss/mcustom/_nav.scss */
/* line 113, templates/g5_mcustom/scss/mcustom/_nav.scss */
/* line 114, templates/g5_mcustom/scss/mcustom/_nav.scss */
#g-navigation .align-left .g-toplevel, #g-header .align-left .g-toplevel {
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
}
/* line 120, templates/g5_mcustom/scss/mcustom/_nav.scss */
/* line 121, templates/g5_mcustom/scss/mcustom/_nav.scss */
#g-navigation .align-right .g-toplevel, #g-header .align-right .g-toplevel {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
/* line 129, templates/g5_mcustom/scss/mcustom/_nav.scss */
.g-menu-item-subtitle {
  opacity: 0.7;
}
/* line 134, templates/g5_mcustom/scss/mcustom/_nav.scss */
.g-nav-overlay, .g-menu-overlay {
  background: rgba(0, 0, 0, 0.4);
}
@media print {
  /* line 139, templates/g5_mcustom/scss/mcustom/_nav.scss */
  #g-navigation {
    background: #fff !important;
    color: #000 !important;
  }
}
/* line 1, templates/g5_mcustom/scss/mcustom/_offcanvas.scss */
#g-offcanvas {
  background: #f5f5f5;
  width: 17rem;
  color: #fff;
}
/* line 5, templates/g5_mcustom/scss/mcustom/_offcanvas.scss */
#g-offcanvas a {
  color: #fff;
}
/* line 7, templates/g5_mcustom/scss/mcustom/_offcanvas.scss */
#g-offcanvas a:hover {
  color: #fff;
}
/* line 12, templates/g5_mcustom/scss/mcustom/_offcanvas.scss */
#g-offcanvas h1, #g-offcanvas h2, #g-offcanvas h3, #g-offcanvas h4, #g-offcanvas h5, #g-offcanvas h6, #g-offcanvas strong {
  color: #fff;
}
/* line 16, templates/g5_mcustom/scss/mcustom/_offcanvas.scss */
#g-offcanvas .button {
  background: #ff8c00;
  color: #fff;
}
/* line 19, templates/g5_mcustom/scss/mcustom/_offcanvas.scss */
#g-offcanvas .button:hover {
  background: #ff981a;
}
/* line 22, templates/g5_mcustom/scss/mcustom/_offcanvas.scss */
#g-offcanvas .button:active {
  background: #e67e00;
}
/* line 28, templates/g5_mcustom/scss/mcustom/_offcanvas.scss */
.g-offcanvas-toggle {
  font-size: 1.5rem;
  color: #fff;
  display: none;
}
@media only all and (max-width: 48rem) {
  /* line 33, templates/g5_mcustom/scss/mcustom/_offcanvas.scss */
  .g-offcanvas-toggle {
    display: block;
  }
}
/* line 42, templates/g5_mcustom/scss/mcustom/_offcanvas.scss */
/* line 43, templates/g5_mcustom/scss/mcustom/_offcanvas.scss */
/* line 44, templates/g5_mcustom/scss/mcustom/_offcanvas.scss */
#g-offcanvas #g-mobilemenu-container ul {
  background: #f5f5f5;
}
/* line 46, templates/g5_mcustom/scss/mcustom/_offcanvas.scss */
/* line 47, templates/g5_mcustom/scss/mcustom/_offcanvas.scss */
#g-offcanvas #g-mobilemenu-container ul > li > .g-menu-item-container {
  color: #fff;
}
/* line 50, templates/g5_mcustom/scss/mcustom/_offcanvas.scss */
/* line 51, templates/g5_mcustom/scss/mcustom/_offcanvas.scss */
#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: #eb8100;
}
/* line 54, templates/g5_mcustom/scss/mcustom/_offcanvas.scss */
#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: #fff;
}
/* line 59, templates/g5_mcustom/scss/mcustom/_offcanvas.scss */
/* line 60, templates/g5_mcustom/scss/mcustom/_offcanvas.scss */
/* line 61, templates/g5_mcustom/scss/mcustom/_offcanvas.scss */
#g-offcanvas #g-mobilemenu-container ul > li.g-menu-item-link-parent > .g-menu-item-container > .g-menu-parent-indicator {
  border: 1px solid #4b91ef;
  background: #eb8100;
  border-radius: 0.1875rem;
  margin: -0.2rem 0 -0.2rem 0.5rem;
  padding: 0.2rem;
}
/* line 64, templates/g5_mcustom/scss/mcustom/_offcanvas.scss */
#g-offcanvas #g-mobilemenu-container ul > li.g-menu-item-link-parent > .g-menu-item-container > .g-menu-parent-indicator:hover {
  background: #136be0;
}
/* line 74, templates/g5_mcustom/scss/mcustom/_offcanvas.scss */
#g-offcanvas #g-mobilemenu-container ul .g-dropdown-column {
  width: 17rem;
}
/* line 81, templates/g5_mcustom/scss/mcustom/_offcanvas.scss */
#g-mobilemenu-container {
  margin: -1.563rem;
}
@media print {
  /* line 86, templates/g5_mcustom/scss/mcustom/_offcanvas.scss */
  #g-offcanvas {
    background: #fff !important;
    color: #000 !important;
  }
}
/* line 92, templates/g5_mcustom/scss/mcustom/_offcanvas.scss */
/* line 93, templates/g5_mcustom/scss/mcustom/_offcanvas.scss */
/* line 94, templates/g5_mcustom/scss/mcustom/_offcanvas.scss */
.g-offcanvas-open .g-offcanvas-left #g-page-surround {
  left: 17rem;
}
/* line 99, templates/g5_mcustom/scss/mcustom/_offcanvas.scss */
/* line 100, templates/g5_mcustom/scss/mcustom/_offcanvas.scss */
.g-offcanvas-open .g-offcanvas-right #g-page-surround {
  right: 17rem;
}
/* line 1, templates/g5_mcustom/scss/mcustom/_header.scss */
#g-header.g-fixed-active {
  background: #fff;
  -moz-box-shadow: 0 0 5px #ccc;
  -o-box-shadow: 0 0 5px #ccc;
  -webkit-box-shadow: 0 0 5px #ccc;
  -ms-box-shadow: 0 0 5px #ccc;
  box-shadow: 0 0 5px #ccc;
}
/* line 4, templates/g5_mcustom/scss/mcustom/_header.scss */
#g-header.g-fixed-active .logo-principal .g-particle {
  margin: 0 0.625rem;
  padding: 0 0.938rem;
}
/* line 8, templates/g5_mcustom/scss/mcustom/_header.scss */
#g-header.g-fixed-active .menu-principal .g-content {
  margin: 0 0.625rem;
  padding: 0 0.938rem;
}
/* line 11, templates/g5_mcustom/scss/mcustom/_header.scss */
/* line 12, templates/g5_mcustom/scss/mcustom/_header.scss */
/* line 13, templates/g5_mcustom/scss/mcustom/_header.scss */
#g-header.g-fixed-active .menu-principal .g-content .g-toplevel li:hover {
  background: transparent !important;
}
/* line 18, templates/g5_mcustom/scss/mcustom/_header.scss */
#g-header.g-fixed-active .menu-principal .g-content .btn-demonstracao {
  border: 1px solid #ff8c00;
  background: #ff8c00;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  border-top-left-radius: 10px;
  -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;
}
/* line 23, templates/g5_mcustom/scss/mcustom/_header.scss */
#g-header.g-fixed-active .menu-principal .g-content .btn-demonstracao .g-menu-item-title {
  color: #fff;
}
/* line 30, templates/g5_mcustom/scss/mcustom/_header.scss */
#g-header {
  position: relative;
  z-index: 3;
}
/* line 34, templates/g5_mcustom/scss/mcustom/_header.scss */
#g-header .logo-principal .g-particle {
  margin: 0 0.625rem;
  padding: 0 0.938rem;
}
/* line 38, templates/g5_mcustom/scss/mcustom/_header.scss */
#g-header .menu-principal .g-content {
  margin: 0 0.625rem;
  padding: 0 0.938rem;
}
/* line 43, templates/g5_mcustom/scss/mcustom/_header.scss */
/* line 44, templates/g5_mcustom/scss/mcustom/_header.scss */
#g-header .g-grid .g-block.size-75 {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
/* line 49, templates/g5_mcustom/scss/mcustom/_header.scss */
/* line 50, templates/g5_mcustom/scss/mcustom/_header.scss */
#g-header .g-grid .g-block.size-25 img {
  width: 100%;
}
/* line 56, templates/g5_mcustom/scss/mcustom/_header.scss */
#g-header a {
  color: #2f80ed;
  font-weight: bold;
  font-size: 1.125rem;
}
/* line 60, templates/g5_mcustom/scss/mcustom/_header.scss */
#g-header a:hover {
  color: #1d1d1d;
}
/* line 63, templates/g5_mcustom/scss/mcustom/_header.scss */
#g-header a .g-menu-item-title {
  color: #515151;
}
/* line 66, templates/g5_mcustom/scss/mcustom/_header.scss */
#g-header a .g-menu-parent-indicator {
  color: #515151;
}
/* line 70, templates/g5_mcustom/scss/mcustom/_header.scss */
#g-header li.active.g-menu-item a, #g-header li.active.g-menu-item a .g-menu-item-title {
  color: #ff8c00 !important;
}
/* line 75, templates/g5_mcustom/scss/mcustom/_header.scss */
/* line 15, templates/g5_mcustom/scss/mixins/_nav.scss */
#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: #1d1d1d;
}
/* line 25, templates/g5_mcustom/scss/mixins/_nav.scss */
/* line 26, templates/g5_mcustom/scss/mixins/_nav.scss */
/* line 27, templates/g5_mcustom/scss/mixins/_nav.scss */
/* line 28, templates/g5_mcustom/scss/mixins/_nav.scss */
#g-header .g-main-nav .g-toplevel > li:not(.g-menu-item-type-particle):not(.g-menu-item-type-module):hover {
  background: #f0f0f0;
}
/* line 32, templates/g5_mcustom/scss/mixins/_nav.scss */
#g-header .g-main-nav .g-toplevel > li:not(.g-menu-item-type-particle):not(.g-menu-item-type-module).active {
  background: #fff;
}
/* line 35, templates/g5_mcustom/scss/mixins/_nav.scss */
#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: #333c44;
}
/* line 39, templates/g5_mcustom/scss/mixins/_nav.scss */
#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;
}
/* line 42, templates/g5_mcustom/scss/mixins/_nav.scss */
#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: #1d1d1d;
}
/* line 51, templates/g5_mcustom/scss/mixins/_nav.scss */
#g-header .g-main-nav .g-dropdown {
  background: #f0f0f0;
}
/* line 55, templates/g5_mcustom/scss/mixins/_nav.scss */
/* line 56, templates/g5_mcustom/scss/mixins/_nav.scss */
/* line 57, templates/g5_mcustom/scss/mixins/_nav.scss */
#g-header .g-main-nav .g-sublevel > li > .g-menu-item-container {
  color: #1d1d1d;
}
/* line 61, templates/g5_mcustom/scss/mixins/_nav.scss */
/* line 62, templates/g5_mcustom/scss/mixins/_nav.scss */
#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;
}
/* line 83, templates/g5_mcustom/scss/mcustom/_header.scss */
#g-header .g-main-nav .g-toplevel {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
  -moz-flex-flow: row wrap;
  flex-flow: row wrap;
}
/* line 91, templates/g5_mcustom/scss/mcustom/_header.scss */
/* line 92, templates/g5_mcustom/scss/mcustom/_header.scss */
#g-header .search input {
  color: #333c44;
}
@media print {
  /* line 99, templates/g5_mcustom/scss/mcustom/_header.scss */
  #g-header {
    background: #fff !important;
    color: #000 !important;
  }
}
/* START MEDIAQUERIES */
@media only all and (min-width: 75rem) {
  /* line 4, media/gantry5/engines/nucleus/scss/nucleus/mixins/_breakpoints.scss */
}
@media only all and (min-width: 60rem) and (max-width: 74.99rem) {
  /* line 7, media/gantry5/engines/nucleus/scss/nucleus/mixins/_breakpoints.scss */
  /* line 110, templates/g5_mcustom/scss/mcustom/_header.scss */
  #g-header {
    background: #fff;
    -moz-box-shadow: 0 0 5px #ccc;
    -o-box-shadow: 0 0 5px #ccc;
    -webkit-box-shadow: 0 0 5px #ccc;
    -ms-box-shadow: 0 0 5px #ccc;
    box-shadow: 0 0 5px #ccc;
  }
  /* line 113, templates/g5_mcustom/scss/mcustom/_header.scss */
  #g-header .logo-principal .g-particle {
    margin: 0 0.625rem;
    padding: 0 0.938rem;
  }
  /* line 117, templates/g5_mcustom/scss/mcustom/_header.scss */
  #g-header .menu-principal .g-content {
    margin: 0 0.625rem;
    padding: 0 0.938rem;
  }
}
@media only all and (min-width: 48rem) and (max-width: 59.99rem) {
  /* line 13, media/gantry5/engines/nucleus/scss/nucleus/mixins/_breakpoints.scss */
  /* line 126, templates/g5_mcustom/scss/mcustom/_header.scss */
  #g-header {
    background: #fff;
    -moz-box-shadow: 0 0 5px #ccc;
    -o-box-shadow: 0 0 5px #ccc;
    -webkit-box-shadow: 0 0 5px #ccc;
    -ms-box-shadow: 0 0 5px #ccc;
    box-shadow: 0 0 5px #ccc;
  }
  /* line 129, templates/g5_mcustom/scss/mcustom/_header.scss */
  #g-header .logo-principal .g-particle {
    margin: 0 0.625rem;
    padding: 0 0.938rem;
  }
  /* line 133, templates/g5_mcustom/scss/mcustom/_header.scss */
  #g-header .menu-principal .g-content {
    margin: 0 0.625rem;
    padding: 0 0.938rem;
  }
}
@media only all and (min-width: 30.01rem) and (max-width: 47.99rem) {
  /* line 16, media/gantry5/engines/nucleus/scss/nucleus/mixins/_breakpoints.scss */
  /* line 141, templates/g5_mcustom/scss/mcustom/_header.scss */
  .g-offcanvas-toggle {
    background: #ff8c00;
    padding: 25px 15px;
    height: 80px;
    position: absolute;
    left: 0;
    top: 0;
  }
  /* line 148, templates/g5_mcustom/scss/mcustom/_header.scss */
  .g-offcanvas-toggle i.fa.fa-fw.fa-bars {
    font-size: 30px;
  }
  /* line 152, templates/g5_mcustom/scss/mcustom/_header.scss */
  #g-header {
    background: #fff;
    -moz-box-shadow: 0 0 5px #ccc;
    -o-box-shadow: 0 0 5px #ccc;
    -webkit-box-shadow: 0 0 5px #ccc;
    -ms-box-shadow: 0 0 5px #ccc;
    box-shadow: 0 0 5px #ccc;
  }
  /* line 155, templates/g5_mcustom/scss/mcustom/_header.scss */
  #g-header .logo-principal .g-particle {
    margin: 0 0.625rem;
    padding: 0 0.938rem;
  }
  /* line 158, templates/g5_mcustom/scss/mcustom/_header.scss */
  #g-header .logo-principal .g-particle img {
    width: 200px !important;
  }
  /* line 162, templates/g5_mcustom/scss/mcustom/_header.scss */
  #g-header .hidden.menu-principal {
    display: none !important;
  }
}
@media only all and (max-width: 30rem) {
  /* line 19, media/gantry5/engines/nucleus/scss/nucleus/mixins/_breakpoints.scss */
  /* line 169, templates/g5_mcustom/scss/mcustom/_header.scss */
  .g-offcanvas-toggle {
    background: #ff8c00;
    padding: 25px 15px;
    height: 80px;
    position: absolute;
    left: 0;
    top: 0;
  }
  /* line 176, templates/g5_mcustom/scss/mcustom/_header.scss */
  .g-offcanvas-toggle i.fa.fa-fw.fa-bars {
    font-size: 30px;
  }
  /* line 180, templates/g5_mcustom/scss/mcustom/_header.scss */
  #g-header {
    background: #fff;
    -moz-box-shadow: 0 0 5px #ccc;
    -o-box-shadow: 0 0 5px #ccc;
    -webkit-box-shadow: 0 0 5px #ccc;
    -ms-box-shadow: 0 0 5px #ccc;
    box-shadow: 0 0 5px #ccc;
  }
  /* line 183, templates/g5_mcustom/scss/mcustom/_header.scss */
  #g-header .logo-principal .g-particle {
    margin: 0 0.625rem;
    padding: 0 0.938rem;
  }
  /* line 186, templates/g5_mcustom/scss/mcustom/_header.scss */
  #g-header .logo-principal .g-particle img {
    width: 200px !important;
  }
  /* line 190, templates/g5_mcustom/scss/mcustom/_header.scss */
  #g-header .hidden.menu-principal {
    display: none !important;
  }
}
@media (max-width: 359px) {
  /* line 197, templates/g5_mcustom/scss/mcustom/_header.scss */
  .g-offcanvas-toggle {
    background: #ff8c00;
    padding: 25px 15px;
    height: 80px;
    position: absolute;
    left: 0;
    top: 0;
  }
  /* line 204, templates/g5_mcustom/scss/mcustom/_header.scss */
  .g-offcanvas-toggle i.fa.fa-fw.fa-bars {
    font-size: 30px;
  }
  /* line 208, templates/g5_mcustom/scss/mcustom/_header.scss */
  #g-header {
    background: #fff;
    -moz-box-shadow: 0 0 5px #ccc;
    -o-box-shadow: 0 0 5px #ccc;
    -webkit-box-shadow: 0 0 5px #ccc;
    -ms-box-shadow: 0 0 5px #ccc;
    box-shadow: 0 0 5px #ccc;
  }
  /* line 211, templates/g5_mcustom/scss/mcustom/_header.scss */
  #g-header .logo-principal .g-particle {
    margin: 0 0.625rem;
    padding: 0 0.938rem;
  }
  /* line 214, templates/g5_mcustom/scss/mcustom/_header.scss */
  #g-header .logo-principal .g-particle img {
    width: 200px !important;
  }
  /* line 218, templates/g5_mcustom/scss/mcustom/_header.scss */
  #g-header .hidden.menu-principal {
    display: none !important;
  }
}
/* END MEDIAQUERIES */
/* line 1, templates/g5_mcustom/scss/mcustom/_showcase.scss */
/* line 7, templates/g5_mcustom/scss/mcustom/_showcase.scss */
/* line 8, templates/g5_mcustom/scss/mcustom/_showcase.scss */
/* line 9, templates/g5_mcustom/scss/mcustom/_showcase.scss */
.g-pginicio #g-showcase .showcase .g-margem {
  display: block;
}
/* line 11, templates/g5_mcustom/scss/mcustom/_showcase.scss */
.g-pginicio #g-showcase .showcase .g-margem .content {
  width: 100%;
  text-align: center;
}
/* line 14, templates/g5_mcustom/scss/mcustom/_showcase.scss */
.g-pginicio #g-showcase .showcase .g-margem .content h1, .g-pginicio #g-showcase .showcase .g-margem .content h1 strong {
  color: #fff !important;
  text-transform: uppercase;
}
/* line 19, templates/g5_mcustom/scss/mcustom/_showcase.scss */
.g-pginicio #g-showcase .showcase .g-margem .content h3 {
  color: #fff !important;
}
/* line 22, templates/g5_mcustom/scss/mcustom/_showcase.scss */
.g-pginicio #g-showcase .showcase .g-margem .content .btns {
  justify-content: center;
}
/* line 25, templates/g5_mcustom/scss/mcustom/_showcase.scss */
.g-pginicio #g-showcase .showcase .g-margem .content p, .g-pginicio #g-showcase .showcase .g-margem .content p strong {
  color: #fff !important;
}
/* line 33, templates/g5_mcustom/scss/mcustom/_showcase.scss */
#g-showcase {
  color: #fff;
}
/* line 42, templates/g5_mcustom/scss/mcustom/_showcase.scss */
#g-showcase a {
  color: #9d9d9d;
}
/* line 44, templates/g5_mcustom/scss/mcustom/_showcase.scss */
#g-showcase a:hover {
  color: #fff;
}
/* line 59, templates/g5_mcustom/scss/mcustom/_showcase.scss */
#g-showcase .button {
  background: #ff8c00;
  color: #fff;
}
/* line 62, templates/g5_mcustom/scss/mcustom/_showcase.scss */
#g-showcase .button:hover {
  background: #ff981a;
}
/* line 65, templates/g5_mcustom/scss/mcustom/_showcase.scss */
#g-showcase .button:active {
  background: #e67e00;
}
/* line 70, templates/g5_mcustom/scss/mcustom/_showcase.scss */
/* line 71, templates/g5_mcustom/scss/mcustom/_showcase.scss */
#g-showcase .g-social a {
  background: #0e0e0e;
  border: none;
  color: #fff;
  -moz-transition: background 0.2s;
  -o-transition: background 0.2s;
  -webkit-transition: background 0.2s;
  -ms-transition: background 0.2s;
  transition: background 0.2s;
}
/* line 76, templates/g5_mcustom/scss/mcustom/_showcase.scss */
#g-showcase .g-social a:hover {
  background: #2c2c2c;
}
/* line 82, templates/g5_mcustom/scss/mcustom/_showcase.scss */
#g-showcase .showcase {
  overflow: hidden !important;
  position: relative;
  background-size: cover !important;
}
/* line 86, templates/g5_mcustom/scss/mcustom/_showcase.scss */
#g-showcase .showcase .g-margem {
  margin: 0 auto;
  padding: 0 0 80px 0;
  display: flex;
  align-items: center;
}
/* line 92, templates/g5_mcustom/scss/mcustom/_showcase.scss */
#g-showcase .showcase .content {
  z-index: 3;
  width: 50%;
}
/* line 96, templates/g5_mcustom/scss/mcustom/_showcase.scss */
#g-showcase .showcase .imgsystem {
  text-align: center;
}
/* line 99, templates/g5_mcustom/scss/mcustom/_showcase.scss */
#g-showcase .showcase .img {
  z-index: 3;
  width: 50%;
}
/* line 103, templates/g5_mcustom/scss/mcustom/_showcase.scss */
#g-showcase .showcase .bck-branco {
  display: none !important;
  background: #fff;
  height: 200%;
  position: absolute;
  width: 80%;
  -webkit-transform: skew(48deg);
  transform: skew(48deg);
  -webkit-transform-origin: 0;
  transform-origin: 0;
}
/* line 114, templates/g5_mcustom/scss/mcustom/_showcase.scss */
#g-showcase .showcase .btns {
  display: flex;
  width: 100%;
  margin-top: 50px;
}
/* line 118, templates/g5_mcustom/scss/mcustom/_showcase.scss */
#g-showcase .showcase .btns .more {
  margin-right: 30px;
}
/* line 120, templates/g5_mcustom/scss/mcustom/_showcase.scss */
#g-showcase .showcase .btns .more a {
  color: #fff !important;
  background: #3dad7d;
  text-shadow: none;
  font-weight: bold;
  padding: 12px;
  font-size: 16px;
  -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;
}
/* line 103, templates/g5_mcustom/scss/mixins/_mixin.scss */
#g-showcase .showcase .btns .more a:hover {
  color: #fff !important;
  background: #39a275;
  -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;
}
/* line 124, templates/g5_mcustom/scss/mcustom/_showcase.scss */
/* line 125, templates/g5_mcustom/scss/mcustom/_showcase.scss */
#g-showcase .showcase .btns .domonst .bnt-demosntracao {
  color: #ff8c00 !important;
  background: #fff;
  text-shadow: none;
  font-weight: bold;
  padding: 0.9375rem;
  font-size: 16px;
  border: 1px solid #cc7000;
  -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: 10px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  border-top-left-radius: 10px;
}
/* line 154, templates/g5_mcustom/scss/mixins/_mixin.scss */
#g-showcase .showcase .btns .domonst .bnt-demosntracao:hover {
  color: #fff !important;
  background: #cc7000 !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;
}
/* line 131, templates/g5_mcustom/scss/mcustom/_showcase.scss */
#g-showcase .showcase h1 {
  font-size: 41px;
  color: #2f80ed;
  color: #2f80ed;
}
/* line 135, templates/g5_mcustom/scss/mcustom/_showcase.scss */
#g-showcase .showcase h3 {
  font-size: 1.875rem;
}
/* line 138, templates/g5_mcustom/scss/mcustom/_showcase.scss */
#g-showcase .showcase p {
  font-size: 1.25rem;
  color: #515151;
}
/* line 142, templates/g5_mcustom/scss/mcustom/_showcase.scss */
#g-showcase .showcase #conversion-site-solicitar-demonstracao-5bb405db847625c2e956 {
  background-color: #efefef !important;
  border: 2px solid #e0e0e0 !important;
  box-shadow: 0 0 10px #ccc !important;
}
@media print {
  /* line 151, templates/g5_mcustom/scss/mcustom/_showcase.scss */
  #g-showcase {
    background: #fff !important;
    color: #000 !important;
  }
}
/* START MEDIAQUERIES */
@media only all and (min-width: 75rem) {
}
@media only all and (min-width: 60rem) and (max-width: 74.99rem) {
}
@media only all and (min-width: 48rem) and (max-width: 59.99rem) {
  /* line 166, templates/g5_mcustom/scss/mcustom/_showcase.scss */
  .g-pginicio #g-showcase .showcase .g-margem {
    display: block;
    margin-top: 100px;
  }
  /* line 170, templates/g5_mcustom/scss/mcustom/_showcase.scss */
  /* line 171, templates/g5_mcustom/scss/mcustom/_showcase.scss */
  /* line 173, templates/g5_mcustom/scss/mcustom/_showcase.scss */
  /* line 183, templates/g5_mcustom/scss/mcustom/_showcase.scss */
  #g-showcase .g-margem .content a {
    color: #3dad7d !important;
    background: #fff;
    text-shadow: none;
    font-weight: bold;
    padding: 0.9375rem;
    font-size: 16px;
    border: 1px solid #308762;
    -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: 10px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    border-top-left-radius: 10px;
  }
  /* line 154, templates/g5_mcustom/scss/mixins/_mixin.scss */
  #g-showcase .g-margem .content a:hover {
    color: #fff !important;
    background: #308762 !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;
  }
  /* line 187, templates/g5_mcustom/scss/mcustom/_showcase.scss */
  #g-showcase .g-margem .img {
    width: 50% !important;
  }
  /* line 191, templates/g5_mcustom/scss/mcustom/_showcase.scss */
  #g-showcase .bck-branco {
    display: none;
  }
  /* line 194, templates/g5_mcustom/scss/mcustom/_showcase.scss */
  #g-showcase .btns {
    display: block !important;
    width: 100%;
  }
  /* line 197, templates/g5_mcustom/scss/mcustom/_showcase.scss */
  #g-showcase .btns .more {
    margin-bottom: 40px !important;
    width: 100% !important;
  }
  /* line 200, templates/g5_mcustom/scss/mcustom/_showcase.scss */
  #g-showcase .btns .more a {
    color: #fff !important;
    background: #3dad7d;
    text-shadow: none;
    font-weight: bold;
    padding: 12px;
    font-size: 16px;
    -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;
  }
  /* line 103, templates/g5_mcustom/scss/mixins/_mixin.scss */
  #g-showcase .btns .more a:hover {
    color: #fff !important;
    background: #39a275;
    -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;
  }
  /* line 204, templates/g5_mcustom/scss/mcustom/_showcase.scss */
  #g-showcase .btns .domonst {
    width: 100% !important;
  }
  /* line 206, templates/g5_mcustom/scss/mcustom/_showcase.scss */
  #g-showcase .btns .domonst .bnt-demosntracao {
    color: #ff8c00 !important;
    background: #fff;
    text-shadow: none;
    font-weight: bold;
    padding: 0.9375rem;
    font-size: 16px;
    border: 1px solid #cc7000;
    -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: 10px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    border-top-left-radius: 10px;
  }
  /* line 154, templates/g5_mcustom/scss/mixins/_mixin.scss */
  #g-showcase .btns .domonst .bnt-demosntracao:hover {
    color: #fff !important;
    background: #cc7000 !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;
  }
}
@media only all and (min-width: 30.01rem) and (max-width: 47.99rem) {
  /* line 215, templates/g5_mcustom/scss/mcustom/_showcase.scss */
  .g-pginicio #g-showcase {
    background-image: linear-gradient(to right top, #e9453a, #f46c34, #fb8e33, #ffb03b, #ffd04d) !important;
  }
  /* line 224, templates/g5_mcustom/scss/mcustom/_showcase.scss */
  .g-pginicio #g-showcase .showcase {
    background: none !important;
  }
  /* line 227, templates/g5_mcustom/scss/mcustom/_showcase.scss */
  .g-pginicio #g-showcase .g-margem {
    display: block;
    margin-top: 80px;
  }
  /* line 233, templates/g5_mcustom/scss/mcustom/_showcase.scss */
  #g-showcase {
    background: #fff;
  }
  /* line 235, templates/g5_mcustom/scss/mcustom/_showcase.scss */
  #g-showcase .showcase {
    background: #fff !important;
  }
  /* line 238, templates/g5_mcustom/scss/mcustom/_showcase.scss */
  #g-showcase .g-margem {
    width: 90% !important;
    display: block !important;
    text-align: center;
  }
  /* line 243, templates/g5_mcustom/scss/mcustom/_showcase.scss */
  #g-showcase .bck-branco {
    display: none !important;
  }
  /* line 246, templates/g5_mcustom/scss/mcustom/_showcase.scss */
  #g-showcase .content {
    width: 100% !important;
  }
  /* line 249, templates/g5_mcustom/scss/mcustom/_showcase.scss */
  #g-showcase .img {
    width: 100% !important;
    padding-top: 50px;
  }
  /* line 253, templates/g5_mcustom/scss/mcustom/_showcase.scss */
  #g-showcase .imgsystem {
    display: block !important;
  }
  /* line 256, templates/g5_mcustom/scss/mcustom/_showcase.scss */
  #g-showcase .btns {
    display: block !important;
    width: 100%;
  }
  /* line 259, templates/g5_mcustom/scss/mcustom/_showcase.scss */
  #g-showcase .btns .more {
    margin-bottom: 40px !important;
    width: 100% !important;
  }
  /* line 262, templates/g5_mcustom/scss/mcustom/_showcase.scss */
  #g-showcase .btns .more a {
    width: 100% !important;
    color: #fff !important;
    background: #3dad7d;
    text-shadow: none;
    font-weight: bold;
    padding: 12px;
    font-size: 16px;
    -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;
    display: block !important;
  }
  /* line 103, templates/g5_mcustom/scss/mixins/_mixin.scss */
  #g-showcase .btns .more a:hover {
    color: #fff !important;
    background: #39a275;
    -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;
  }
  /* line 268, templates/g5_mcustom/scss/mcustom/_showcase.scss */
  #g-showcase .btns .domonst {
    width: 100% !important;
  }
  /* line 270, templates/g5_mcustom/scss/mcustom/_showcase.scss */
  #g-showcase .btns .domonst .bnt-demosntracao {
    display: block !important;
    width: 100% !important;
    color: #ff8c00 !important;
    background: #fff;
    text-shadow: none;
    font-weight: bold;
    padding: 0.9375rem;
    font-size: 16px;
    border: 1px solid #cc7000;
    -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: 10px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    border-top-left-radius: 10px;
  }
  /* line 154, templates/g5_mcustom/scss/mixins/_mixin.scss */
  #g-showcase .btns .domonst .bnt-demosntracao:hover {
    color: #fff !important;
    background: #cc7000 !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;
  }
}
@media only all and (max-width: 30rem) {
  /* line 281, templates/g5_mcustom/scss/mcustom/_showcase.scss */
  .g-pginicio #g-showcase {
    background-image: linear-gradient(to right top, #e9453a, #f46c34, #fb8e33, #ffb03b, #ffd04d) !important;
  }
  /* line 290, templates/g5_mcustom/scss/mcustom/_showcase.scss */
  .g-pginicio #g-showcase .showcase {
    background: none !important;
  }
  /* line 293, templates/g5_mcustom/scss/mcustom/_showcase.scss */
  .g-pginicio #g-showcase .g-margem {
    display: block;
    margin-top: 80px;
  }
  /* line 298, templates/g5_mcustom/scss/mcustom/_showcase.scss */
  #g-showcase {
    background: #fff;
  }
  /* line 300, templates/g5_mcustom/scss/mcustom/_showcase.scss */
  #g-showcase .showcase {
    background: #fff !important;
  }
  /* line 303, templates/g5_mcustom/scss/mcustom/_showcase.scss */
  #g-showcase .g-margem {
    width: 90% !important;
    display: block !important;
    text-align: center;
  }
  /* line 308, templates/g5_mcustom/scss/mcustom/_showcase.scss */
  #g-showcase .bck-branco {
    display: none !important;
  }
  /* line 311, templates/g5_mcustom/scss/mcustom/_showcase.scss */
  #g-showcase .content {
    width: 100% !important;
  }
  /* line 314, templates/g5_mcustom/scss/mcustom/_showcase.scss */
  #g-showcase .img {
    width: 100% !important;
  }
  /* line 319, templates/g5_mcustom/scss/mcustom/_showcase.scss */
  #g-showcase .btns {
    display: block !important;
    width: 100%;
  }
  /* line 322, templates/g5_mcustom/scss/mcustom/_showcase.scss */
  #g-showcase .btns .more {
    margin-bottom: 40px !important;
    width: 100% !important;
  }
  /* line 325, templates/g5_mcustom/scss/mcustom/_showcase.scss */
  #g-showcase .btns .more a {
    width: 100% !important;
    color: #fff !important;
    background: #3dad7d;
    text-shadow: none;
    font-weight: bold;
    padding: 12px;
    font-size: 16px;
    -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;
    display: block !important;
  }
  /* line 103, templates/g5_mcustom/scss/mixins/_mixin.scss */
  #g-showcase .btns .more a:hover {
    color: #fff !important;
    background: #39a275;
    -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;
  }
  /* line 331, templates/g5_mcustom/scss/mcustom/_showcase.scss */
  #g-showcase .btns .domonst {
    width: 100% !important;
  }
  /* line 333, templates/g5_mcustom/scss/mcustom/_showcase.scss */
  #g-showcase .btns .domonst .bnt-demosntracao {
    display: block !important;
    width: 100% !important;
    color: #ff8c00 !important;
    background: #fff;
    text-shadow: none;
    font-weight: bold;
    padding: 0.9375rem;
    font-size: 16px;
    border: 1px solid #cc7000;
    -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: 10px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    border-top-left-radius: 10px;
  }
  /* line 154, templates/g5_mcustom/scss/mixins/_mixin.scss */
  #g-showcase .btns .domonst .bnt-demosntracao:hover {
    color: #fff !important;
    background: #cc7000 !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;
  }
}
@media (max-width: 359px) {
  /* line 344, templates/g5_mcustom/scss/mcustom/_showcase.scss */
  .g-pginicio #g-showcase {
    background-image: linear-gradient(to right top, #e9453a, #f46c34, #fb8e33, #ffb03b, #ffd04d) !important;
  }
  /* line 353, templates/g5_mcustom/scss/mcustom/_showcase.scss */
  .g-pginicio #g-showcase .showcase {
    background: none !important;
  }
  /* line 356, templates/g5_mcustom/scss/mcustom/_showcase.scss */
  .g-pginicio #g-showcase .g-margem {
    display: block;
    margin-top: 80px;
  }
  /* line 361, templates/g5_mcustom/scss/mcustom/_showcase.scss */
  #g-showcase {
    background: #fff;
  }
  /* line 363, templates/g5_mcustom/scss/mcustom/_showcase.scss */
  #g-showcase .showcase {
    background: #fff !important;
  }
  /* line 366, templates/g5_mcustom/scss/mcustom/_showcase.scss */
  #g-showcase .g-margem {
    width: 90% !important;
    display: block !important;
    text-align: center;
  }
  /* line 371, templates/g5_mcustom/scss/mcustom/_showcase.scss */
  #g-showcase .bck-branco {
    display: none !important;
  }
  /* line 374, templates/g5_mcustom/scss/mcustom/_showcase.scss */
  #g-showcase .content {
    width: 100% !important;
  }
  /* line 377, templates/g5_mcustom/scss/mcustom/_showcase.scss */
  #g-showcase .img {
    width: 100% !important;
  }
  /* line 382, templates/g5_mcustom/scss/mcustom/_showcase.scss */
  #g-showcase .btns {
    display: block !important;
    width: 100%;
  }
  /* line 385, templates/g5_mcustom/scss/mcustom/_showcase.scss */
  #g-showcase .btns .more {
    margin-bottom: 40px !important;
    width: 100% !important;
  }
  /* line 388, templates/g5_mcustom/scss/mcustom/_showcase.scss */
  #g-showcase .btns .more a {
    width: 100% !important;
    color: #fff !important;
    background: #3dad7d;
    text-shadow: none;
    font-weight: bold;
    padding: 12px;
    font-size: 16px;
    -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;
    display: block !important;
  }
  /* line 103, templates/g5_mcustom/scss/mixins/_mixin.scss */
  #g-showcase .btns .more a:hover {
    color: #fff !important;
    background: #39a275;
    -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;
  }
  /* line 394, templates/g5_mcustom/scss/mcustom/_showcase.scss */
  #g-showcase .btns .domonst {
    width: 100% !important;
  }
  /* line 396, templates/g5_mcustom/scss/mcustom/_showcase.scss */
  #g-showcase .btns .domonst .bnt-demosntracao {
    display: block !important;
    width: 100% !important;
    color: #ff8c00 !important;
    background: #fff;
    text-shadow: none;
    font-weight: bold;
    padding: 0.9375rem;
    font-size: 16px;
    border: 1px solid #cc7000;
    -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: 10px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    border-top-left-radius: 10px;
  }
  /* line 154, templates/g5_mcustom/scss/mixins/_mixin.scss */
  #g-showcase .btns .domonst .bnt-demosntracao:hover {
    color: #fff !important;
    background: #cc7000 !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;
  }
}
/* END MEDIAQUERIES */
/* Magnific Popup CSS */
/* line 2, templates/g5_mcustom/scss/mcustom/_popupyoutube.scss */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 502;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
  filter: alpha(opacity=80);
}
/* line 14, templates/g5_mcustom/scss/mcustom/_popupyoutube.scss */
.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 503;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}
/* line 24, templates/g5_mcustom/scss/mcustom/_popupyoutube.scss */
.mfp-container {
  height: 100%;
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/* line 37, templates/g5_mcustom/scss/mcustom/_popupyoutube.scss */
.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
/* line 43, templates/g5_mcustom/scss/mcustom/_popupyoutube.scss */
.mfp-align-top .mfp-container:before {
  display: none;
}
/* line 46, templates/g5_mcustom/scss/mcustom/_popupyoutube.scss */
.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 505;
}
/* line 54, templates/g5_mcustom/scss/mcustom/_popupyoutube.scss */
.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}
/* line 59, templates/g5_mcustom/scss/mcustom/_popupyoutube.scss */
.mfp-ajax-cur {
  cursor: progress;
}
/* line 62, templates/g5_mcustom/scss/mcustom/_popupyoutube.scss */
.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}
/* line 68, templates/g5_mcustom/scss/mcustom/_popupyoutube.scss */
.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}
/* line 74, templates/g5_mcustom/scss/mcustom/_popupyoutube.scss */
.mfp-auto-cursor .mfp-content {
  cursor: auto;
}
/* line 77, templates/g5_mcustom/scss/mcustom/_popupyoutube.scss */
.mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
/* line 85, templates/g5_mcustom/scss/mcustom/_popupyoutube.scss */
.mfp-loading.mfp-figure {
  display: none;
}
/* line 88, templates/g5_mcustom/scss/mcustom/_popupyoutube.scss */
.mfp-hide {
  display: none !important;
}
/* line 91, templates/g5_mcustom/scss/mcustom/_popupyoutube.scss */
.mfp-preloader {
  color: #ccc;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 504;
}
/* line 102, templates/g5_mcustom/scss/mcustom/_popupyoutube.scss */
.mfp-preloader a {
  color: #ccc;
}
/* line 105, templates/g5_mcustom/scss/mcustom/_popupyoutube.scss */
.mfp-preloader a:hover {
  color: white;
}
/* line 108, templates/g5_mcustom/scss/mcustom/_popupyoutube.scss */
.mfp-s-ready .mfp-preloader {
  display: none;
}
/* line 111, templates/g5_mcustom/scss/mcustom/_popupyoutube.scss */
.mfp-s-error .mfp-content {
  display: none;
}
/* line 114, templates/g5_mcustom/scss/mcustom/_popupyoutube.scss */
button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  padding: 0;
  z-index: 506;
}
/* line 125, templates/g5_mcustom/scss/mcustom/_popupyoutube.scss */
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}
/* line 129, templates/g5_mcustom/scss/mcustom/_popupyoutube.scss */
.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: white;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}
/* line 144, templates/g5_mcustom/scss/mcustom/_popupyoutube.scss */
.mfp-close:hover, .mfp-close:focus {
  opacity: 1;
}
/* line 146, templates/g5_mcustom/scss/mcustom/_popupyoutube.scss */
.mfp-close:active {
  top: 1px;
}
/* line 149, templates/g5_mcustom/scss/mcustom/_popupyoutube.scss */
.mfp-close-btn-in .mfp-close {
  color: #333;
}
/* line 152, templates/g5_mcustom/scss/mcustom/_popupyoutube.scss */
.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
  color: white;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}
/* line 160, templates/g5_mcustom/scss/mcustom/_popupyoutube.scss */
.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #ccc;
  font-size: 12px;
  line-height: 18px;
}
/* line 168, templates/g5_mcustom/scss/mcustom/_popupyoutube.scss */
.mfp-arrow {
  position: absolute;
  top: 0;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
/* line 180, templates/g5_mcustom/scss/mcustom/_popupyoutube.scss */
.mfp-arrow:active {
  margin-top: -54px;
}
/* line 183, templates/g5_mcustom/scss/mcustom/_popupyoutube.scss */
.mfp-arrow:hover, .mfp-arrow:focus {
  opacity: 1;
}
/* line 187, templates/g5_mcustom/scss/mcustom/_popupyoutube.scss */
.mfp-arrow:before, .mfp-arrow:after, .mfp-arrow .mfp-b, .mfp-arrow .mfp-a {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: solid transparent;
}
/* line 200, templates/g5_mcustom/scss/mcustom/_popupyoutube.scss */
.mfp-arrow:after, .mfp-arrow .mfp-a {
  opacity: 0.8;
  border-top-width: 12px;
  border-bottom-width: 12px;
  top: 8px;
}
/* line 206, templates/g5_mcustom/scss/mcustom/_popupyoutube.scss */
.mfp-arrow:before, .mfp-arrow .mfp-b {
  border-top-width: 20px;
  border-bottom-width: 20px;
}
/* line 211, templates/g5_mcustom/scss/mcustom/_popupyoutube.scss */
.mfp-arrow-left {
  left: 0;
}
/* line 213, templates/g5_mcustom/scss/mcustom/_popupyoutube.scss */
.mfp-arrow-left:after, .mfp-arrow-left .mfp-a {
  border-right: 12px solid black;
  left: 5px;
}
/* line 217, templates/g5_mcustom/scss/mcustom/_popupyoutube.scss */
.mfp-arrow-left:before, .mfp-arrow-left .mfp-b {
  border-right: 20px solid white;
}
/* line 221, templates/g5_mcustom/scss/mcustom/_popupyoutube.scss */
.mfp-arrow-right {
  right: 0;
}
/* line 223, templates/g5_mcustom/scss/mcustom/_popupyoutube.scss */
.mfp-arrow-right:after, .mfp-arrow-right .mfp-a {
  border-left: 12px solid black;
  left: 3px;
}
/* line 227, templates/g5_mcustom/scss/mcustom/_popupyoutube.scss */
.mfp-arrow-right:before, .mfp-arrow-right .mfp-b {
  border-left: 20px solid white;
}
/* line 231, templates/g5_mcustom/scss/mcustom/_popupyoutube.scss */
.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}
/* line 235, templates/g5_mcustom/scss/mcustom/_popupyoutube.scss */
.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}
/* line 240, templates/g5_mcustom/scss/mcustom/_popupyoutube.scss */
.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}
/* line 246, templates/g5_mcustom/scss/mcustom/_popupyoutube.scss */
.mfp-iframe-scaler iframe {
  position: absolute;
  top: -3px;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: black;
}
/* line 255, templates/g5_mcustom/scss/mcustom/_popupyoutube.scss */
.mfp-iframe-holder .mfp-close {
  top: -43px;
}
/* Main image in popup */
/* line 259, templates/g5_mcustom/scss/mcustom/_popupyoutube.scss */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}
/* The shadow behind the image */
/* line 272, templates/g5_mcustom/scss/mcustom/_popupyoutube.scss */
.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
}
/* line 285, templates/g5_mcustom/scss/mcustom/_popupyoutube.scss */
.mfp-figure {
  line-height: 0;
}
/* line 288, templates/g5_mcustom/scss/mcustom/_popupyoutube.scss */
.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}
/* line 296, templates/g5_mcustom/scss/mcustom/_popupyoutube.scss */
.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #f3f3f3;
  word-break: break-word;
  padding-right: 36px;
}
/* line 303, templates/g5_mcustom/scss/mcustom/_popupyoutube.scss */
.mfp-figure small {
  color: #bdbdbd;
  display: block;
  font-size: 12px;
  line-height: 14px;
}
/* line 309, templates/g5_mcustom/scss/mcustom/_popupyoutube.scss */
.mfp-image-holder .mfp-content {
  max-width: 100%;
}
/* line 312, templates/g5_mcustom/scss/mcustom/_popupyoutube.scss */
.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}
@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /* line 315, templates/g5_mcustom/scss/mcustom/_popupyoutube.scss */
  /**
   * Remove all paddings around the image on small screen
   */
  /* The shadow behind the image */
  /* line 319, templates/g5_mcustom/scss/mcustom/_popupyoutube.scss */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  /* line 323, templates/g5_mcustom/scss/mcustom/_popupyoutube.scss */
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  /* line 327, templates/g5_mcustom/scss/mcustom/_popupyoutube.scss */
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  /* line 331, templates/g5_mcustom/scss/mcustom/_popupyoutube.scss */
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  /* line 342, templates/g5_mcustom/scss/mcustom/_popupyoutube.scss */
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  /* line 345, templates/g5_mcustom/scss/mcustom/_popupyoutube.scss */
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  /* line 349, templates/g5_mcustom/scss/mcustom/_popupyoutube.scss */
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
  /* line 360, templates/g5_mcustom/scss/mcustom/_popupyoutube.scss */
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
}
@media (max-width: 800px) {
  /* line 364, templates/g5_mcustom/scss/mcustom/_popupyoutube.scss */
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
  /* line 368, templates/g5_mcustom/scss/mcustom/_popupyoutube.scss */
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }
  /* line 372, templates/g5_mcustom/scss/mcustom/_popupyoutube.scss */
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }
  /* line 376, templates/g5_mcustom/scss/mcustom/_popupyoutube.scss */
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
/* line 379, templates/g5_mcustom/scss/mcustom/_popupyoutube.scss */
.mfp-ie7 .mfp-img {
  padding: 0;
}
/* line 381, templates/g5_mcustom/scss/mcustom/_popupyoutube.scss */
.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px;
}
/* line 387, templates/g5_mcustom/scss/mcustom/_popupyoutube.scss */
.mfp-ie7 .mfp-container {
  padding: 0;
}
/* line 389, templates/g5_mcustom/scss/mcustom/_popupyoutube.scss */
.mfp-ie7 .mfp-content {
  padding-top: 44px;
}
/* line 391, templates/g5_mcustom/scss/mcustom/_popupyoutube.scss */
.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0;
}
/* line 1, templates/g5_mcustom/scss/mcustom/_menurevendasoftware.scss */
/* line 9, templates/g5_mcustom/scss/mcustom/_menurevendasoftware.scss */
#revendasoftware-slideshow .margem-revendasoftware, #revendasoftware-sobre .margem-revendasoftware, #revendasoftware-fiscal .margem-revendasoftware, #revendasoftware-vantagem .margem-revendasoftware, #revendasoftware-prints .margem-revendasoftware, #revendasoftware-autonomia .margem-revendasoftware, #revendasoftware-passos .margem-revendasoftware, #revendasoftware-formulario .margem-revendasoftware {
  width: 75rem;
  margin: 0 auto;
  padding: 0.938rem;
  padding-top: 100px;
  padding-bottom: 100px;
}
/* line 16, templates/g5_mcustom/scss/mcustom/_menurevendasoftware.scss */
#revendasoftware-slideshow .margem-revendasoftware .g-content, #revendasoftware-sobre .margem-revendasoftware .g-content, #revendasoftware-fiscal .margem-revendasoftware .g-content, #revendasoftware-vantagem .margem-revendasoftware .g-content, #revendasoftware-prints .margem-revendasoftware .g-content, #revendasoftware-autonomia .margem-revendasoftware .g-content, #revendasoftware-passos .margem-revendasoftware .g-content, #revendasoftware-formulario .margem-revendasoftware .g-content {
  margin: 0 0.625rem;
  padding: 0 0.938rem;
}
/* line 21, templates/g5_mcustom/scss/mcustom/_menurevendasoftware.scss */
#revendasoftware-slideshow h2, #revendasoftware-sobre h2, #revendasoftware-fiscal h2, #revendasoftware-vantagem h2, #revendasoftware-prints h2, #revendasoftware-autonomia h2, #revendasoftware-passos h2, #revendasoftware-formulario h2 {
  font-size: 30px;
  color: #2f80ed;
  font-size: 41px !important;
}
/* line 26, templates/g5_mcustom/scss/mcustom/_menurevendasoftware.scss */
#revendasoftware-slideshow h3, #revendasoftware-sobre h3, #revendasoftware-fiscal h3, #revendasoftware-vantagem h3, #revendasoftware-prints h3, #revendasoftware-autonomia h3, #revendasoftware-passos h3, #revendasoftware-formulario h3 {
  font-size: 24px;
}
/* line 29, templates/g5_mcustom/scss/mcustom/_menurevendasoftware.scss */
#revendasoftware-slideshow h4, #revendasoftware-sobre h4, #revendasoftware-fiscal h4, #revendasoftware-vantagem h4, #revendasoftware-prints h4, #revendasoftware-autonomia h4, #revendasoftware-passos h4, #revendasoftware-formulario h4 {
  font-size: 17px;
}
/* line 32, templates/g5_mcustom/scss/mcustom/_menurevendasoftware.scss */
#revendasoftware-slideshow p, #revendasoftware-sobre p, #revendasoftware-fiscal p, #revendasoftware-vantagem p, #revendasoftware-prints p, #revendasoftware-autonomia p, #revendasoftware-passos p, #revendasoftware-formulario p {
  font-size: 16px;
  text-align: justify;
}
/* line 37, templates/g5_mcustom/scss/mcustom/_menurevendasoftware.scss */
#revendasoftware-slideshow .btn-demonstracao, #revendasoftware-sobre .btn-demonstracao, #revendasoftware-fiscal .btn-demonstracao, #revendasoftware-vantagem .btn-demonstracao, #revendasoftware-prints .btn-demonstracao, #revendasoftware-autonomia .btn-demonstracao, #revendasoftware-passos .btn-demonstracao, #revendasoftware-formulario .btn-demonstracao {
  margin: 50px 0;
}
/* line 39, templates/g5_mcustom/scss/mcustom/_menurevendasoftware.scss */
#revendasoftware-slideshow .btn-demonstracao .ademonstracao, #revendasoftware-sobre .btn-demonstracao .ademonstracao, #revendasoftware-fiscal .btn-demonstracao .ademonstracao, #revendasoftware-vantagem .btn-demonstracao .ademonstracao, #revendasoftware-prints .btn-demonstracao .ademonstracao, #revendasoftware-autonomia .btn-demonstracao .ademonstracao, #revendasoftware-passos .btn-demonstracao .ademonstracao, #revendasoftware-formulario .btn-demonstracao .ademonstracao {
  color: #fff !important;
  background: #2f80ed;
  text-shadow: none;
  font-weight: bold;
  padding: 12px;
  font-size: 16px;
  -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;
}
/* line 103, templates/g5_mcustom/scss/mixins/_mixin.scss */
#revendasoftware-slideshow .btn-demonstracao .ademonstracao:hover, #revendasoftware-sobre .btn-demonstracao .ademonstracao:hover, #revendasoftware-fiscal .btn-demonstracao .ademonstracao:hover, #revendasoftware-vantagem .btn-demonstracao .ademonstracao:hover, #revendasoftware-prints .btn-demonstracao .ademonstracao:hover, #revendasoftware-autonomia .btn-demonstracao .ademonstracao:hover, #revendasoftware-passos .btn-demonstracao .ademonstracao:hover, #revendasoftware-formulario .btn-demonstracao .ademonstracao:hover {
  color: #fff !important;
  background: #2177ec;
  -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;
}
/* line 44, templates/g5_mcustom/scss/mcustom/_menurevendasoftware.scss */
/* line 45, templates/g5_mcustom/scss/mcustom/_menurevendasoftware.scss */
#revendasoftware-slideshow .g-content {
  display: flex;
  width: 100%;
}
/* line 48, templates/g5_mcustom/scss/mcustom/_menurevendasoftware.scss */
#revendasoftware-slideshow .g-content .slideshow-content {
  width: 100%;
}
/* line 51, templates/g5_mcustom/scss/mcustom/_menurevendasoftware.scss */
#revendasoftware-slideshow .g-content .img {
  width: 100%;
}
/* line 56, templates/g5_mcustom/scss/mcustom/_menurevendasoftware.scss */
#revendasoftware-sobre {
  background: #f7f7f7;
  color: #000 !important;
}
/* line 59, templates/g5_mcustom/scss/mcustom/_menurevendasoftware.scss */
/* line 60, templates/g5_mcustom/scss/mcustom/_menurevendasoftware.scss */
#revendasoftware-sobre .sobre .g-content {
  display: flex;
  align-items: center;
}
/* line 64, templates/g5_mcustom/scss/mcustom/_menurevendasoftware.scss */
#revendasoftware-sobre .sobre .g-content .text {
  width: 52%;
  padding-right: 30px;
}
/* line 67, templates/g5_mcustom/scss/mcustom/_menurevendasoftware.scss */
#revendasoftware-sobre .sobre .g-content .text p {
  text-align: justify;
}
/* line 72, templates/g5_mcustom/scss/mcustom/_menurevendasoftware.scss */
#revendasoftware-sobre .sobre .g-content .imagevideo {
  width: 48%;
}
/* line 78, templates/g5_mcustom/scss/mcustom/_menurevendasoftware.scss */
#revendasoftware-fiscal {
  background: #fff;
}
/* line 80, templates/g5_mcustom/scss/mcustom/_menurevendasoftware.scss */
/* line 81, templates/g5_mcustom/scss/mcustom/_menurevendasoftware.scss */
#revendasoftware-fiscal .fiscal .title {
  text-align: center;
}
/* line 84, templates/g5_mcustom/scss/mcustom/_menurevendasoftware.scss */
#revendasoftware-fiscal .fiscal .textimage {
  display: flex;
  align-items: center;
}
/* line 88, templates/g5_mcustom/scss/mcustom/_menurevendasoftware.scss */
#revendasoftware-fiscal .fiscal .textimage .text {
  width: 52%;
  padding-right: 30px;
}
/* line 91, templates/g5_mcustom/scss/mcustom/_menurevendasoftware.scss */
#revendasoftware-fiscal .fiscal .textimage .text p {
  text-align: justify;
}
/* line 95, templates/g5_mcustom/scss/mcustom/_menurevendasoftware.scss */
#revendasoftware-fiscal .fiscal .textimage .image {
  width: 48%;
}
/* line 101, templates/g5_mcustom/scss/mcustom/_menurevendasoftware.scss */
#revendasoftware-prints {
  background: #f7f7f7;
}
/* line 103, templates/g5_mcustom/scss/mcustom/_menurevendasoftware.scss */
#revendasoftware-prints .prints {
  padding-top: 0 !important;
}
/* line 106, templates/g5_mcustom/scss/mcustom/_menurevendasoftware.scss */
#revendasoftware-prints .text {
  text-align: center;
}
/* line 109, templates/g5_mcustom/scss/mcustom/_menurevendasoftware.scss */
/* line 110, templates/g5_mcustom/scss/mcustom/_menurevendasoftware.scss */
#revendasoftware-prints .prints-itens .item {
  display: flex;
  align-items: center;
  padding: 30px 0;
  width: 100%;
}
/* line 115, templates/g5_mcustom/scss/mcustom/_menurevendasoftware.scss */
#revendasoftware-prints .prints-itens .item.divisible {
  flex-direction: row-reverse;
}
/* line 118, templates/g5_mcustom/scss/mcustom/_menurevendasoftware.scss */
#revendasoftware-prints .prints-itens .item .item-imagem {
  width: 50%;
}
/* line 121, templates/g5_mcustom/scss/mcustom/_menurevendasoftware.scss */
#revendasoftware-prints .prints-itens .item .content-text {
  width: 100%;
}
/* line 126, templates/g5_mcustom/scss/mcustom/_menurevendasoftware.scss */
#revendasoftware-prints .btn-demonstracao {
  text-align: center;
}
/* line 130, templates/g5_mcustom/scss/mcustom/_menurevendasoftware.scss */
#revendasoftware-autonomia {
  background-size: cover !important;
  background-attachment: fixed !important;
}
/* line 134, templates/g5_mcustom/scss/mcustom/_menurevendasoftware.scss */
/* line 135, templates/g5_mcustom/scss/mcustom/_menurevendasoftware.scss */
#revendasoftware-autonomia .autonomia .text {
  text-align: center;
}
/* line 137, templates/g5_mcustom/scss/mcustom/_menurevendasoftware.scss */
#revendasoftware-autonomia .autonomia .text h2, #revendasoftware-autonomia .autonomia .text h3 {
  color: #fff;
}
/* line 142, templates/g5_mcustom/scss/mcustom/_menurevendasoftware.scss */
#revendasoftware-autonomia .autonomia .autonomia-itens {
  display: flex;
  align-items: center;
}
/* line 145, templates/g5_mcustom/scss/mcustom/_menurevendasoftware.scss */
/* line 146, templates/g5_mcustom/scss/mcustom/_menurevendasoftware.scss */
#revendasoftware-autonomia .autonomia .autonomia-itens .itemesquerdo .item {
  margin-bottom: 30px;
}
/* line 148, templates/g5_mcustom/scss/mcustom/_menurevendasoftware.scss */
#revendasoftware-autonomia .autonomia .autonomia-itens .itemesquerdo .item .item-title {
  display: flex;
  align-items: center;
}
/* line 151, templates/g5_mcustom/scss/mcustom/_menurevendasoftware.scss */
#revendasoftware-autonomia .autonomia .autonomia-itens .itemesquerdo .item .item-title i {
  padding-right: 30px;
}
/* line 154, templates/g5_mcustom/scss/mcustom/_menurevendasoftware.scss */
#revendasoftware-autonomia .autonomia .autonomia-itens .itemesquerdo .item .item-title h4 {
  margin: 0;
  color: #fff;
}
/* line 161, templates/g5_mcustom/scss/mcustom/_menurevendasoftware.scss */
#revendasoftware-autonomia .autonomia .autonomia-itens .itemimagem {
  text-align: center;
}
/* line 167, templates/g5_mcustom/scss/mcustom/_menurevendasoftware.scss */
/* line 168, templates/g5_mcustom/scss/mcustom/_menurevendasoftware.scss */
#revendasoftware-autonomia .autonomia .autonomia-itens .itemdireito .item {
  margin-bottom: 30px;
}
/* line 170, templates/g5_mcustom/scss/mcustom/_menurevendasoftware.scss */
#revendasoftware-autonomia .autonomia .autonomia-itens .itemdireito .item .item-title {
  display: flex;
  align-items: center;
}
/* line 173, templates/g5_mcustom/scss/mcustom/_menurevendasoftware.scss */
#revendasoftware-autonomia .autonomia .autonomia-itens .itemdireito .item .item-title i {
  padding-right: 30px;
}
/* line 176, templates/g5_mcustom/scss/mcustom/_menurevendasoftware.scss */
#revendasoftware-autonomia .autonomia .autonomia-itens .itemdireito .item .item-title h4 {
  margin: 0;
  color: #fff;
}
/* line 186, templates/g5_mcustom/scss/mcustom/_menurevendasoftware.scss */
/* line 187, templates/g5_mcustom/scss/mcustom/_menurevendasoftware.scss */
/* line 188, templates/g5_mcustom/scss/mcustom/_menurevendasoftware.scss */
#revendasoftware-passos .passos .text {
  text-align: center;
}
/* line 191, templates/g5_mcustom/scss/mcustom/_menurevendasoftware.scss */
#revendasoftware-passos .passos .passos-content {
  display: flex;
  align-items: center;
  width: 100%;
  margin-top: 80px;
}
/* line 196, templates/g5_mcustom/scss/mcustom/_menurevendasoftware.scss */
#revendasoftware-passos .passos .passos-content .content-right {
  width: 100%;
}
/* line 198, templates/g5_mcustom/scss/mcustom/_menurevendasoftware.scss */
/* line 199, templates/g5_mcustom/scss/mcustom/_menurevendasoftware.scss */
#revendasoftware-passos .passos .passos-content .content-right h3 strong {
  text-transform: uppercase;
  color: #ff8c00;
}
/* line 204, templates/g5_mcustom/scss/mcustom/_menurevendasoftware.scss */
#revendasoftware-passos .passos .passos-content .content-right p {
  padding-right: 100px;
  text-align: justify;
}
/* line 209, templates/g5_mcustom/scss/mcustom/_menurevendasoftware.scss */
#revendasoftware-passos .passos .passos-content .content-left {
  width: 100%;
}
/* line 211, templates/g5_mcustom/scss/mcustom/_menurevendasoftware.scss */
#revendasoftware-passos .passos .passos-content .content-left .content-item {
  display: inline-block;
  position: relative;
  float: left;
  width: 50%;
  margin-bottom: 30px;
}
/* line 217, templates/g5_mcustom/scss/mcustom/_menurevendasoftware.scss */
/* line 218, templates/g5_mcustom/scss/mcustom/_menurevendasoftware.scss */
/* line 219, templates/g5_mcustom/scss/mcustom/_menurevendasoftware.scss */
#revendasoftware-passos .passos .passos-content .content-left .content-item:hover .content-left-top .content-top-number {
  background: #2f80ed;
  color: #fff;
  -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;
}
/* line 224, templates/g5_mcustom/scss/mcustom/_menurevendasoftware.scss */
/* line 225, templates/g5_mcustom/scss/mcustom/_menurevendasoftware.scss */
#revendasoftware-passos .passos .passos-content .content-left .content-item:hover .content-left-top .content-top-icon i {
  background: #ff8c00;
  color: #fff;
  -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;
}
/* line 233, templates/g5_mcustom/scss/mcustom/_menurevendasoftware.scss */
#revendasoftware-passos .passos .passos-content .content-left .content-item .content-left-top {
  text-align: center;
  position: relative;
}
/* line 236, templates/g5_mcustom/scss/mcustom/_menurevendasoftware.scss */
#revendasoftware-passos .passos .passos-content .content-left .content-item .content-left-top .content-top-number {
  position: absolute;
  background: #ff8c00;
  font-size: 18px;
  padding: 10px;
  width: 50px;
  height: 50px;
  left: 80px;
  border-radius: 50%;
  top: -20px;
  color: #fff;
  border: 3px solid #fff;
  -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;
}
/* line 250, templates/g5_mcustom/scss/mcustom/_menurevendasoftware.scss */
#revendasoftware-passos .passos .passos-content .content-left .content-item .content-left-top .content-top-icon {
  text-align: center;
  position: relative;
}
/* line 253, templates/g5_mcustom/scss/mcustom/_menurevendasoftware.scss */
#revendasoftware-passos .passos .passos-content .content-left .content-item .content-left-top .content-top-icon i {
  background: #2f80ed;
  color: #fff;
  font-size: 30px;
  padding: 20px;
  border-radius: 50%;
  -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;
}
/* line 263, templates/g5_mcustom/scss/mcustom/_menurevendasoftware.scss */
#revendasoftware-passos .passos .passos-content .content-left .content-item .content-left-bottom {
  text-align: center;
}
/* line 265, templates/g5_mcustom/scss/mcustom/_menurevendasoftware.scss */
#revendasoftware-passos .passos .passos-content .content-left .content-item .content-left-bottom .content-left-description {
  padding: 0 20px;
  text-align: justify;
  font-size: 16px;
}
/* line 276, templates/g5_mcustom/scss/mcustom/_menurevendasoftware.scss */
#revendasoftware-formulario {
  background-size: cover !important;
  background-attachment: fixed !important;
}
/* line 280, templates/g5_mcustom/scss/mcustom/_menurevendasoftware.scss */
/* line 281, templates/g5_mcustom/scss/mcustom/_menurevendasoftware.scss */
/* line 282, templates/g5_mcustom/scss/mcustom/_menurevendasoftware.scss */
#revendasoftware-formulario .formulario .g-content h2 {
  color: #fff;
}
/* line 286, templates/g5_mcustom/scss/mcustom/_menurevendasoftware.scss */
#revendasoftware-formulario .formulario .g-content .text {
  text-align: center;
}
/* line 289, templates/g5_mcustom/scss/mcustom/_menurevendasoftware.scss */
#revendasoftware-formulario .formulario .g-content .formulario-demonstracao {
  padding-top: 100px;
  display: flex;
  align-items: center;
}
/* line 293, templates/g5_mcustom/scss/mcustom/_menurevendasoftware.scss */
#revendasoftware-formulario .formulario .g-content .formulario-demonstracao .content-text {
  width: 52%;
}
/* line 296, templates/g5_mcustom/scss/mcustom/_menurevendasoftware.scss */
#revendasoftware-formulario .formulario .g-content .formulario-demonstracao .content-text h3 {
  font-weight: bold;
  color: #fff;
  padding-right: 30px;
}
/* line 301, templates/g5_mcustom/scss/mcustom/_menurevendasoftware.scss */
#revendasoftware-formulario .formulario .g-content .formulario-demonstracao .content-text p, #revendasoftware-formulario .formulario .g-content .formulario-demonstracao .content-text strong {
  padding-right: 30px;
  text-align: justify;
  color: #fff;
}
/* line 308, templates/g5_mcustom/scss/mcustom/_menurevendasoftware.scss */
#revendasoftware-formulario .formulario .g-content .formulario-demonstracao .formulario-form {
  width: 48%;
}
/* line 310, templates/g5_mcustom/scss/mcustom/_menurevendasoftware.scss */
#revendasoftware-formulario .formulario .g-content .formulario-demonstracao .formulario-form .call_button {
  background: #ff8c00 !important;
  border: 1px solid #b36200 !important;
}
/* START MEDIAQUERIES */
@media only all and (min-width: 75rem) {
}
@media only all and (min-width: 60rem) and (max-width: 74.99rem) {
  /* line 326, templates/g5_mcustom/scss/mcustom/_menurevendasoftware.scss */
  /* line 327, templates/g5_mcustom/scss/mcustom/_menurevendasoftware.scss */
  #g-revenda .margem-revendasoftware {
    width: 60rem !important;
  }
}
@media only all and (min-width: 48rem) and (max-width: 59.99rem) {
  /* line 336, templates/g5_mcustom/scss/mcustom/_menurevendasoftware.scss */
  /* line 337, templates/g5_mcustom/scss/mcustom/_menurevendasoftware.scss */
  #g-revenda .margem-revendasoftware {
    width: 48rem !important;
  }
  /* line 340, templates/g5_mcustom/scss/mcustom/_menurevendasoftware.scss */
  /* line 341, templates/g5_mcustom/scss/mcustom/_menurevendasoftware.scss */
  #g-revenda #revendasoftware-sobre .g-content {
    display: block;
  }
  /* line 343, templates/g5_mcustom/scss/mcustom/_menurevendasoftware.scss */
  #g-revenda #revendasoftware-sobre .g-content .imagevideo {
    width: 100%;
  }
  /* line 346, templates/g5_mcustom/scss/mcustom/_menurevendasoftware.scss */
  #g-revenda #revendasoftware-sobre .g-content .text {
    width: 100%;
    padding-right: 0;
  }
  /* line 349, templates/g5_mcustom/scss/mcustom/_menurevendasoftware.scss */
  #g-revenda #revendasoftware-sobre .g-content .text h2 {
    text-align: center;
  }
  /* line 352, templates/g5_mcustom/scss/mcustom/_menurevendasoftware.scss */
  #g-revenda #revendasoftware-sobre .g-content .text .btn-demonstracao {
    text-align: center;
    margin-bottom: 0;
  }
  /* line 359, templates/g5_mcustom/scss/mcustom/_menurevendasoftware.scss */
  /* line 360, templates/g5_mcustom/scss/mcustom/_menurevendasoftware.scss */
  /* line 361, templates/g5_mcustom/scss/mcustom/_menurevendasoftware.scss */
  #g-revenda #revendasoftware-vantagem .vantagem .item {
    width: 33%;
  }
  /* line 366, templates/g5_mcustom/scss/mcustom/_menurevendasoftware.scss */
  /* line 367, templates/g5_mcustom/scss/mcustom/_menurevendasoftware.scss */
  #g-revenda #revendasoftware-prints .btn-demonstracao {
    text-align: center;
    margin-bottom: 0;
  }
  /* line 372, templates/g5_mcustom/scss/mcustom/_menurevendasoftware.scss */
  /* line 373, templates/g5_mcustom/scss/mcustom/_menurevendasoftware.scss */
  #g-revenda #revendasoftware-autonomia .autonomia-itens {
    display: block;
    align-items: center;
    position: relative;
  }
  /* line 377, templates/g5_mcustom/scss/mcustom/_menurevendasoftware.scss */
  #g-revenda #revendasoftware-autonomia .autonomia-itens .item-title {
    justify-content: center;
  }
  /* line 382, templates/g5_mcustom/scss/mcustom/_menurevendasoftware.scss */
  /* line 383, templates/g5_mcustom/scss/mcustom/_menurevendasoftware.scss */
  #g-revenda #revendasoftware-passos .passos-content {
    display: block;
  }
  /* line 385, templates/g5_mcustom/scss/mcustom/_menurevendasoftware.scss */
  #g-revenda #revendasoftware-passos .passos-content .content-right {
    width: 100%;
    margin-bottom: 80px;
  }
  /* line 388, templates/g5_mcustom/scss/mcustom/_menurevendasoftware.scss */
  #g-revenda #revendasoftware-passos .passos-content .content-right h3 {
    text-align: center;
  }
  /* line 391, templates/g5_mcustom/scss/mcustom/_menurevendasoftware.scss */
  #g-revenda #revendasoftware-passos .passos-content .content-right p {
    padding-right: 0;
  }
  /* line 395, templates/g5_mcustom/scss/mcustom/_menurevendasoftware.scss */
  /* line 396, templates/g5_mcustom/scss/mcustom/_menurevendasoftware.scss */
  #g-revenda #revendasoftware-passos .passos-content .content-left .content-top-number {
    left: 35%;
  }
  /* line 402, templates/g5_mcustom/scss/mcustom/_menurevendasoftware.scss */
  /* line 403, templates/g5_mcustom/scss/mcustom/_menurevendasoftware.scss */
  #g-revenda #revendasoftware-formulario .formulario-demonstracao {
    display: block;
    padding-top: 0;
  }
  /* line 406, templates/g5_mcustom/scss/mcustom/_menurevendasoftware.scss */
  #g-revenda #revendasoftware-formulario .formulario-demonstracao .content-text {
    width: 100%;
    text-align: center;
  }
  /* line 409, templates/g5_mcustom/scss/mcustom/_menurevendasoftware.scss */
  #g-revenda #revendasoftware-formulario .formulario-demonstracao .content-text p {
    padding-right: 0;
  }
  /* line 413, templates/g5_mcustom/scss/mcustom/_menurevendasoftware.scss */
  #g-revenda #revendasoftware-formulario .formulario-demonstracao .formulario-form {
    width: 100%;
  }
}
@media only all and (min-width: 30.01rem) and (max-width: 47.99rem) {
  /* line 422, templates/g5_mcustom/scss/mcustom/_menurevendasoftware.scss */
  /* line 423, templates/g5_mcustom/scss/mcustom/_menurevendasoftware.scss */
  #g-revenda .margem-revendasoftware {
    width: 30rem !important;
  }
  /* line 426, templates/g5_mcustom/scss/mcustom/_menurevendasoftware.scss */
  /* line 427, templates/g5_mcustom/scss/mcustom/_menurevendasoftware.scss */
  #g-revenda #revendasoftware-sobre .g-content {
    display: block;
  }
  /* line 429, templates/g5_mcustom/scss/mcustom/_menurevendasoftware.scss */
  #g-revenda #revendasoftware-sobre .g-content .imagevideo {
    width: 100%;
  }
  /* line 432, templates/g5_mcustom/scss/mcustom/_menurevendasoftware.scss */
  #g-revenda #revendasoftware-sobre .g-content .text {
    width: 100%;
    padding-right: 0;
  }
  /* line 435, templates/g5_mcustom/scss/mcustom/_menurevendasoftware.scss */
  #g-revenda #revendasoftware-sobre .g-content .text h2 {
    text-align: center;
  }
  /* line 438, templates/g5_mcustom/scss/mcustom/_menurevendasoftware.scss */
  #g-revenda #revendasoftware-sobre .g-content .text .btn-demonstracao {
    text-align: center;
    margin-bottom: 0;
  }
  /* line 441, templates/g5_mcustom/scss/mcustom/_menurevendasoftware.scss */
  #g-revenda #revendasoftware-sobre .g-content .text .btn-demonstracao .ademonstracao {
    display: block;
  }
  /* line 448, templates/g5_mcustom/scss/mcustom/_menurevendasoftware.scss */
  /* line 449, templates/g5_mcustom/scss/mcustom/_menurevendasoftware.scss */
  #g-revenda #revendasoftware-fiscal .textimage {
    display: block;
  }
  /* line 451, templates/g5_mcustom/scss/mcustom/_menurevendasoftware.scss */
  #g-revenda #revendasoftware-fiscal .textimage .text {
    width: 100%;
    padding-right: 0px;
  }
  /* line 455, templates/g5_mcustom/scss/mcustom/_menurevendasoftware.scss */
  #g-revenda #revendasoftware-fiscal .textimage .image {
    width: 100%;
    padding-right: 0px;
  }
  /* line 461, templates/g5_mcustom/scss/mcustom/_menurevendasoftware.scss */
  /* line 462, templates/g5_mcustom/scss/mcustom/_menurevendasoftware.scss */
  /* line 463, templates/g5_mcustom/scss/mcustom/_menurevendasoftware.scss */
  #g-revenda #revendasoftware-vantagem .vantagem .item {
    width: 50%;
  }
  /* line 468, templates/g5_mcustom/scss/mcustom/_menurevendasoftware.scss */
  /* line 469, templates/g5_mcustom/scss/mcustom/_menurevendasoftware.scss */
  #g-revenda #revendasoftware-prints .item {
    display: block;
    border-bottom: 1px dashed #ccc;
  }
  /* line 472, templates/g5_mcustom/scss/mcustom/_menurevendasoftware.scss */
  #g-revenda #revendasoftware-prints .item .item-title h2 {
    text-align: center;
  }
  /* line 476, templates/g5_mcustom/scss/mcustom/_menurevendasoftware.scss */
  #g-revenda #revendasoftware-prints .btn-demonstracao {
    text-align: center;
    margin-bottom: 0;
  }
  /* line 479, templates/g5_mcustom/scss/mcustom/_menurevendasoftware.scss */
  #g-revenda #revendasoftware-prints .btn-demonstracao .ademonstracao {
    display: block;
  }
  /* line 484, templates/g5_mcustom/scss/mcustom/_menurevendasoftware.scss */
  /* line 485, templates/g5_mcustom/scss/mcustom/_menurevendasoftware.scss */
  #g-revenda #revendasoftware-autonomia .autonomia-itens {
    display: block;
    align-items: center;
    position: relative;
  }
  /* line 489, templates/g5_mcustom/scss/mcustom/_menurevendasoftware.scss */
  #g-revenda #revendasoftware-autonomia .autonomia-itens .item-title {
    justify-content: center;
  }
  /* line 494, templates/g5_mcustom/scss/mcustom/_menurevendasoftware.scss */
  /* line 495, templates/g5_mcustom/scss/mcustom/_menurevendasoftware.scss */
  #g-revenda #revendasoftware-passos .passos-content {
    display: block;
  }
  /* line 497, templates/g5_mcustom/scss/mcustom/_menurevendasoftware.scss */
  #g-revenda #revendasoftware-passos .passos-content .content-right {
    width: 100%;
    margin-bottom: 80px;
  }
  /* line 500, templates/g5_mcustom/scss/mcustom/_menurevendasoftware.scss */
  #g-revenda #revendasoftware-passos .passos-content .content-right h3 {
    text-align: center;
  }
  /* line 503, templates/g5_mcustom/scss/mcustom/_menurevendasoftware.scss */
  #g-revenda #revendasoftware-passos .passos-content .content-right p {
    padding-right: 0;
  }
  /* line 507, templates/g5_mcustom/scss/mcustom/_menurevendasoftware.scss */
  /* line 508, templates/g5_mcustom/scss/mcustom/_menurevendasoftware.scss */
  #g-revenda #revendasoftware-passos .passos-content .content-left .content-top-number {
    left: 35%;
  }
  /* line 514, templates/g5_mcustom/scss/mcustom/_menurevendasoftware.scss */
  /* line 515, templates/g5_mcustom/scss/mcustom/_menurevendasoftware.scss */
  #g-revenda #revendasoftware-formulario .formulario-demonstracao {
    display: block;
    padding-top: 0;
  }
  /* line 518, templates/g5_mcustom/scss/mcustom/_menurevendasoftware.scss */
  #g-revenda #revendasoftware-formulario .formulario-demonstracao .content-text {
    width: 100%;
    text-align: center;
  }
  /* line 521, templates/g5_mcustom/scss/mcustom/_menurevendasoftware.scss */
  #g-revenda #revendasoftware-formulario .formulario-demonstracao .content-text p {
    padding-right: 0;
  }
  /* line 525, templates/g5_mcustom/scss/mcustom/_menurevendasoftware.scss */
  #g-revenda #revendasoftware-formulario .formulario-demonstracao .formulario-form {
    width: 100%;
  }
}
@media only all and (max-width: 30rem) {
  /* line 534, templates/g5_mcustom/scss/mcustom/_menurevendasoftware.scss */
  /* line 535, templates/g5_mcustom/scss/mcustom/_menurevendasoftware.scss */
  #g-revenda .margem-revendasoftware {
    width: 22rem !important;
  }
  /* line 538, templates/g5_mcustom/scss/mcustom/_menurevendasoftware.scss */
  /* line 539, templates/g5_mcustom/scss/mcustom/_menurevendasoftware.scss */
  #g-revenda #revendasoftware-sobre .g-content {
    display: block;
  }
  /* line 541, templates/g5_mcustom/scss/mcustom/_menurevendasoftware.scss */
  #g-revenda #revendasoftware-sobre .g-content .imagevideo {
    width: 100%;
  }
  /* line 544, templates/g5_mcustom/scss/mcustom/_menurevendasoftware.scss */
  #g-revenda #revendasoftware-sobre .g-content .text {
    width: 100%;
    padding-right: 0;
  }
  /* line 547, templates/g5_mcustom/scss/mcustom/_menurevendasoftware.scss */
  #g-revenda #revendasoftware-sobre .g-content .text h2 {
    text-align: center;
  }
  /* line 550, templates/g5_mcustom/scss/mcustom/_menurevendasoftware.scss */
  #g-revenda #revendasoftware-sobre .g-content .text .btn-demonstracao {
    text-align: center;
    margin-bottom: 0;
  }
  /* line 553, templates/g5_mcustom/scss/mcustom/_menurevendasoftware.scss */
  #g-revenda #revendasoftware-sobre .g-content .text .btn-demonstracao .ademonstracao {
    display: block;
  }
  /* line 560, templates/g5_mcustom/scss/mcustom/_menurevendasoftware.scss */
  /* line 561, templates/g5_mcustom/scss/mcustom/_menurevendasoftware.scss */
  #g-revenda #revendasoftware-fiscal .textimage {
    display: block;
  }
  /* line 563, templates/g5_mcustom/scss/mcustom/_menurevendasoftware.scss */
  #g-revenda #revendasoftware-fiscal .textimage .text {
    width: 100%;
    padding-right: 0px;
  }
  /* line 567, templates/g5_mcustom/scss/mcustom/_menurevendasoftware.scss */
  #g-revenda #revendasoftware-fiscal .textimage .image {
    width: 100%;
    padding-right: 0px;
  }
  /* line 573, templates/g5_mcustom/scss/mcustom/_menurevendasoftware.scss */
  /* line 574, templates/g5_mcustom/scss/mcustom/_menurevendasoftware.scss */
  /* line 575, templates/g5_mcustom/scss/mcustom/_menurevendasoftware.scss */
  #g-revenda #revendasoftware-vantagem .vantagem .item {
    width: 50%;
  }
  /* line 580, templates/g5_mcustom/scss/mcustom/_menurevendasoftware.scss */
  /* line 581, templates/g5_mcustom/scss/mcustom/_menurevendasoftware.scss */
  #g-revenda #revendasoftware-prints .item {
    display: block;
    border-bottom: 1px dashed #ccc;
  }
  /* line 584, templates/g5_mcustom/scss/mcustom/_menurevendasoftware.scss */
  #g-revenda #revendasoftware-prints .item .item-title h2 {
    text-align: center;
  }
  /* line 588, templates/g5_mcustom/scss/mcustom/_menurevendasoftware.scss */
  #g-revenda #revendasoftware-prints .btn-demonstracao {
    text-align: center;
    margin-bottom: 0;
  }
  /* line 591, templates/g5_mcustom/scss/mcustom/_menurevendasoftware.scss */
  #g-revenda #revendasoftware-prints .btn-demonstracao .ademonstracao {
    display: block;
  }
  /* line 596, templates/g5_mcustom/scss/mcustom/_menurevendasoftware.scss */
  /* line 597, templates/g5_mcustom/scss/mcustom/_menurevendasoftware.scss */
  #g-revenda #revendasoftware-autonomia .autonomia-itens {
    display: block;
    align-items: center;
    position: relative;
  }
  /* line 601, templates/g5_mcustom/scss/mcustom/_menurevendasoftware.scss */
  #g-revenda #revendasoftware-autonomia .autonomia-itens .item-title {
    justify-content: center;
  }
  /* line 606, templates/g5_mcustom/scss/mcustom/_menurevendasoftware.scss */
  /* line 607, templates/g5_mcustom/scss/mcustom/_menurevendasoftware.scss */
  #g-revenda #revendasoftware-passos .passos-content {
    display: block;
  }
  /* line 609, templates/g5_mcustom/scss/mcustom/_menurevendasoftware.scss */
  #g-revenda #revendasoftware-passos .passos-content .content-right {
    width: 100%;
    margin-bottom: 80px;
  }
  /* line 612, templates/g5_mcustom/scss/mcustom/_menurevendasoftware.scss */
  #g-revenda #revendasoftware-passos .passos-content .content-right h3 {
    text-align: center;
  }
  /* line 615, templates/g5_mcustom/scss/mcustom/_menurevendasoftware.scss */
  #g-revenda #revendasoftware-passos .passos-content .content-right p {
    padding-right: 0;
  }
  /* line 619, templates/g5_mcustom/scss/mcustom/_menurevendasoftware.scss */
  /* line 620, templates/g5_mcustom/scss/mcustom/_menurevendasoftware.scss */
  #g-revenda #revendasoftware-passos .passos-content .content-left .content-item {
    width: 100%;
  }
  /* line 623, templates/g5_mcustom/scss/mcustom/_menurevendasoftware.scss */
  #g-revenda #revendasoftware-passos .passos-content .content-left .content-top-number {
    left: 35%;
  }
  /* line 629, templates/g5_mcustom/scss/mcustom/_menurevendasoftware.scss */
  /* line 630, templates/g5_mcustom/scss/mcustom/_menurevendasoftware.scss */
  #g-revenda #revendasoftware-formulario .formulario-demonstracao {
    display: block;
    padding-top: 0;
  }
  /* line 633, templates/g5_mcustom/scss/mcustom/_menurevendasoftware.scss */
  #g-revenda #revendasoftware-formulario .formulario-demonstracao .content-text {
    width: 100%;
    text-align: center;
  }
  /* line 636, templates/g5_mcustom/scss/mcustom/_menurevendasoftware.scss */
  #g-revenda #revendasoftware-formulario .formulario-demonstracao .content-text p {
    padding-right: 0;
  }
  /* line 640, templates/g5_mcustom/scss/mcustom/_menurevendasoftware.scss */
  #g-revenda #revendasoftware-formulario .formulario-demonstracao .formulario-form {
    width: 100%;
  }
}
@media (max-width: 359px) {
  /* line 649, templates/g5_mcustom/scss/mcustom/_menurevendasoftware.scss */
  /* line 650, templates/g5_mcustom/scss/mcustom/_menurevendasoftware.scss */
  #g-revenda .margem-revendasoftware {
    width: 19rem !important;
  }
  /* line 653, templates/g5_mcustom/scss/mcustom/_menurevendasoftware.scss */
  /* line 654, templates/g5_mcustom/scss/mcustom/_menurevendasoftware.scss */
  #g-revenda #revendasoftware-sobre .g-content {
    display: block;
  }
  /* line 656, templates/g5_mcustom/scss/mcustom/_menurevendasoftware.scss */
  #g-revenda #revendasoftware-sobre .g-content .imagevideo {
    width: 100%;
  }
  /* line 659, templates/g5_mcustom/scss/mcustom/_menurevendasoftware.scss */
  #g-revenda #revendasoftware-sobre .g-content .text {
    width: 100%;
    padding-right: 0;
  }
  /* line 662, templates/g5_mcustom/scss/mcustom/_menurevendasoftware.scss */
  #g-revenda #revendasoftware-sobre .g-content .text h2 {
    text-align: center;
  }
  /* line 665, templates/g5_mcustom/scss/mcustom/_menurevendasoftware.scss */
  #g-revenda #revendasoftware-sobre .g-content .text .btn-demonstracao {
    text-align: center;
    margin-bottom: 0;
  }
  /* line 668, templates/g5_mcustom/scss/mcustom/_menurevendasoftware.scss */
  #g-revenda #revendasoftware-sobre .g-content .text .btn-demonstracao .ademonstracao {
    display: block;
  }
  /* line 675, templates/g5_mcustom/scss/mcustom/_menurevendasoftware.scss */
  /* line 676, templates/g5_mcustom/scss/mcustom/_menurevendasoftware.scss */
  #g-revenda #revendasoftware-fiscal .textimage {
    display: block;
  }
  /* line 678, templates/g5_mcustom/scss/mcustom/_menurevendasoftware.scss */
  #g-revenda #revendasoftware-fiscal .textimage .text {
    width: 100%;
    padding-right: 0px;
  }
  /* line 682, templates/g5_mcustom/scss/mcustom/_menurevendasoftware.scss */
  #g-revenda #revendasoftware-fiscal .textimage .image {
    width: 100%;
    padding-right: 0px;
  }
  /* line 688, templates/g5_mcustom/scss/mcustom/_menurevendasoftware.scss */
  /* line 689, templates/g5_mcustom/scss/mcustom/_menurevendasoftware.scss */
  /* line 690, templates/g5_mcustom/scss/mcustom/_menurevendasoftware.scss */
  #g-revenda #revendasoftware-vantagem .vantagem .item {
    width: 50%;
  }
  /* line 695, templates/g5_mcustom/scss/mcustom/_menurevendasoftware.scss */
  /* line 696, templates/g5_mcustom/scss/mcustom/_menurevendasoftware.scss */
  #g-revenda #revendasoftware-prints .item {
    display: block;
    border-bottom: 1px dashed #ccc;
  }
  /* line 699, templates/g5_mcustom/scss/mcustom/_menurevendasoftware.scss */
  #g-revenda #revendasoftware-prints .item .item-title h2 {
    text-align: center;
  }
  /* line 703, templates/g5_mcustom/scss/mcustom/_menurevendasoftware.scss */
  #g-revenda #revendasoftware-prints .btn-demonstracao {
    text-align: center;
    margin-bottom: 0;
  }
  /* line 706, templates/g5_mcustom/scss/mcustom/_menurevendasoftware.scss */
  #g-revenda #revendasoftware-prints .btn-demonstracao .ademonstracao {
    display: block;
  }
  /* line 711, templates/g5_mcustom/scss/mcustom/_menurevendasoftware.scss */
  /* line 712, templates/g5_mcustom/scss/mcustom/_menurevendasoftware.scss */
  #g-revenda #revendasoftware-autonomia .autonomia-itens {
    display: block;
    align-items: center;
    position: relative;
  }
  /* line 716, templates/g5_mcustom/scss/mcustom/_menurevendasoftware.scss */
  #g-revenda #revendasoftware-autonomia .autonomia-itens .item-title {
    justify-content: center;
  }
  /* line 721, templates/g5_mcustom/scss/mcustom/_menurevendasoftware.scss */
  /* line 722, templates/g5_mcustom/scss/mcustom/_menurevendasoftware.scss */
  #g-revenda #revendasoftware-passos .passos-content {
    display: block;
  }
  /* line 724, templates/g5_mcustom/scss/mcustom/_menurevendasoftware.scss */
  #g-revenda #revendasoftware-passos .passos-content .content-right {
    width: 100%;
    margin-bottom: 80px;
  }
  /* line 727, templates/g5_mcustom/scss/mcustom/_menurevendasoftware.scss */
  #g-revenda #revendasoftware-passos .passos-content .content-right h3 {
    text-align: center;
  }
  /* line 730, templates/g5_mcustom/scss/mcustom/_menurevendasoftware.scss */
  #g-revenda #revendasoftware-passos .passos-content .content-right p {
    padding-right: 0;
  }
  /* line 734, templates/g5_mcustom/scss/mcustom/_menurevendasoftware.scss */
  /* line 735, templates/g5_mcustom/scss/mcustom/_menurevendasoftware.scss */
  #g-revenda #revendasoftware-passos .passos-content .content-left .content-item {
    width: 100%;
  }
  /* line 738, templates/g5_mcustom/scss/mcustom/_menurevendasoftware.scss */
  #g-revenda #revendasoftware-passos .passos-content .content-left .content-top-number {
    left: 35%;
  }
  /* line 744, templates/g5_mcustom/scss/mcustom/_menurevendasoftware.scss */
  /* line 745, templates/g5_mcustom/scss/mcustom/_menurevendasoftware.scss */
  #g-revenda #revendasoftware-formulario .formulario-demonstracao {
    display: block;
    padding-top: 0;
  }
  /* line 748, templates/g5_mcustom/scss/mcustom/_menurevendasoftware.scss */
  #g-revenda #revendasoftware-formulario .formulario-demonstracao .content-text {
    width: 100%;
    text-align: center;
  }
  /* line 751, templates/g5_mcustom/scss/mcustom/_menurevendasoftware.scss */
  #g-revenda #revendasoftware-formulario .formulario-demonstracao .content-text p {
    padding-right: 0;
  }
  /* line 755, templates/g5_mcustom/scss/mcustom/_menurevendasoftware.scss */
  #g-revenda #revendasoftware-formulario .formulario-demonstracao .formulario-form {
    width: 100%;
  }
}
/* END MEDIAQUERIES */
/* line 1, templates/g5_mcustom/scss/mcustom/_feature.scss */
#g-feature {
  padding: 1.5rem 0;
  background: #fff;
  color: #1d1d1d;
}
@media print {
  /* line 8, templates/g5_mcustom/scss/mcustom/_feature.scss */
  #g-feature {
    background: #fff !important;
    color: #000 !important;
  }
}
/* line 1, templates/g5_mcustom/scss/mcustom/_subfeature.scss */
#g-subfeature {
  padding: 1.5rem 0;
  background: #f0f0f0;
  color: #1d1d1d;
  border-top: 1px solid rgba(0, 0, 0, 0.05);
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
@media print {
  /* line 10, templates/g5_mcustom/scss/mcustom/_subfeature.scss */
  #g-subfeature {
    background: #fff !important;
    color: #000 !important;
  }
}
/* line 1, templates/g5_mcustom/scss/mcustom/_main.scss */
/* line 3, templates/g5_mcustom/scss/mcustom/_main.scss */
#g-page-surround h1 {
  font-size: 3.125rem;
  font-weight: bold;
}
/* line 5, templates/g5_mcustom/scss/mcustom/_main.scss */
#g-page-surround h1 strong {
  color: #ff8c00;
}
/* line 9, templates/g5_mcustom/scss/mcustom/_main.scss */
#g-page-surround h2 {
  font-size: 1.75rem;
  text-transform: uppercase;
  padding: 0 0 25px 0;
  margin: 0;
  color: #515151;
}
/* line 13, templates/g5_mcustom/scss/mcustom/_main.scss */
#g-page-surround h3 {
  font-size: 1.125rem;
  margin-top: 0;
}
/* line 17, templates/g5_mcustom/scss/mcustom/_main.scss */
#g-page-surround p {
  font-size: 1.1rem;
  color: #515151;
}
/* line 25, templates/g5_mcustom/scss/mcustom/_main.scss */
#g-main {
  padding: 1.5rem 0;
  background: #fff;
  color: #333c44;
}
@media print {
  /* line 32, templates/g5_mcustom/scss/mcustom/_main.scss */
  #g-main {
    background: #fff !important;
    color: #000 !important;
  }
}
/* line 1, templates/g5_mcustom/scss/mcustom/_sidebar.scss */
#g-sidebar, #g-aside {
  padding: 1.5rem 0;
  color: #333c44;
}
@media print {
  /* line 7, templates/g5_mcustom/scss/mcustom/_sidebar.scss */
  #g-sidebar {
    background: #fff !important;
    color: #000 !important;
  }
}
/* line 5, templates/g5_mcustom/scss/mcustom/_depoimentos.scss */
#g-depoimentos, #g-footer {
  background: #f5f5f5;
}
/* line 10, templates/g5_mcustom/scss/mcustom/_depoimentos.scss */
#g-depoimentos {
  padding: 50px 0;
}
/* line 12, templates/g5_mcustom/scss/mcustom/_depoimentos.scss */
/* line 13, templates/g5_mcustom/scss/mcustom/_depoimentos.scss */
#g-depoimentos .title-depoimentos .g-particle {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
/* line 17, templates/g5_mcustom/scss/mcustom/_depoimentos.scss */
#g-depoimentos .title-depoimentos .g-particle h2 {
  color: ;
  border-right: 1px solid #ccc;
  padding-right: 50px;
  width: 20%;
}
/* line 23, templates/g5_mcustom/scss/mcustom/_depoimentos.scss */
#g-depoimentos .title-depoimentos .g-particle p {
  padding: 0 50px;
  width: 80%;
}
/* line 29, templates/g5_mcustom/scss/mcustom/_depoimentos.scss */
/* line 30, templates/g5_mcustom/scss/mcustom/_depoimentos.scss */
#g-depoimentos .jf-depoimentos .g-content {
  margin: 0 0.625rem;
  padding: 0 0.938rem;
}
/* line 34, templates/g5_mcustom/scss/mcustom/_depoimentos.scss */
/* line 35, templates/g5_mcustom/scss/mcustom/_depoimentos.scss */
#g-depoimentos .jf-depoimentos .owl-item .item {
  background: #fff;
  padding: 20px;
  margin: 20px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.07), 0 2px 4px rgba(0, 0, 0, 0.07), 0 4px 8px rgba(0, 0, 0, 0.07), 0 8px 16px rgba(0, 0, 0, 0.07), 0 16px 32px rgba(0, 0, 0, 0.07), 0px 0px 0px 0px rgba(0, 0, 0, 0.07);
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  border-top-left-radius: 10px;
  transition: box-shadow 0.6s ease-in-out, transform 0.3s;
}
/* line 44, templates/g5_mcustom/scss/mcustom/_depoimentos.scss */
#g-depoimentos .jf-depoimentos .owl-item .item .jf_p_t_name {
  margin-top: 20px;
  font-weight: bold;
}
/* line 48, templates/g5_mcustom/scss/mcustom/_depoimentos.scss */
#g-depoimentos .jf-depoimentos .owl-item .item .jf_p_t_header img {
  border-radius: 50%;
}
/* line 51, templates/g5_mcustom/scss/mcustom/_depoimentos.scss */
#g-depoimentos .jf-depoimentos .owl-item .item .jf_p_t_job {
  margin-bottom: 20px;
}
/* line 54, templates/g5_mcustom/scss/mcustom/_depoimentos.scss */
#g-depoimentos .jf-depoimentos .owl-item .item:hover {
  transform: translateY(-10px);
}
/* line 59, templates/g5_mcustom/scss/mcustom/_depoimentos.scss */
#g-depoimentos .jf-depoimentos .owl-pagination {
  margin-bottom: 0 !important;
  margin-top: 30px !important;
}
/* START MEDIAQUERIES */
@media only all and (min-width: 75rem) {
}
@media only all and (min-width: 60rem) and (max-width: 74.99rem) {
  /* line 72, templates/g5_mcustom/scss/mcustom/_depoimentos.scss */
  /* line 73, templates/g5_mcustom/scss/mcustom/_depoimentos.scss */
  /* line 74, templates/g5_mcustom/scss/mcustom/_depoimentos.scss */
  #g-depoimentos .title-depoimentos h2 {
    width: 30% !important;
    padding: 0px !important;
  }
  /* line 78, templates/g5_mcustom/scss/mcustom/_depoimentos.scss */
  #g-depoimentos .title-depoimentos p {
    width: 70% !important;
    padding: 0 0 0 50px !important;
  }
}
@media only all and (min-width: 48rem) and (max-width: 59.99rem) {
  /* line 87, templates/g5_mcustom/scss/mcustom/_depoimentos.scss */
  /* line 88, templates/g5_mcustom/scss/mcustom/_depoimentos.scss */
  /* line 89, templates/g5_mcustom/scss/mcustom/_depoimentos.scss */
  #g-depoimentos .title-depoimentos h2 {
    width: 100% !important;
    padding: 0px !important;
    text-align: center;
  }
  /* line 94, templates/g5_mcustom/scss/mcustom/_depoimentos.scss */
  #g-depoimentos .title-depoimentos p {
    width: 100% !important;
    padding: 0px !important;
    text-align: center;
  }
}
@media only all and (min-width: 30.01rem) and (max-width: 47.99rem) {
  /* line 105, templates/g5_mcustom/scss/mcustom/_depoimentos.scss */
  /* line 106, templates/g5_mcustom/scss/mcustom/_depoimentos.scss */
  #g-depoimentos .g-content {
    margin: 0 !important;
    padding: 0 !important;
  }
  /* line 110, templates/g5_mcustom/scss/mcustom/_depoimentos.scss */
  /* line 111, templates/g5_mcustom/scss/mcustom/_depoimentos.scss */
  #g-depoimentos .title-depoimentos h2 {
    width: 100% !important;
    padding: 0px !important;
    text-align: center;
  }
  /* line 116, templates/g5_mcustom/scss/mcustom/_depoimentos.scss */
  #g-depoimentos .title-depoimentos p {
    width: 100% !important;
    padding: 0px !important;
    text-align: center;
  }
}
@media only all and (max-width: 30rem) {
  /* line 127, templates/g5_mcustom/scss/mcustom/_depoimentos.scss */
  /* line 128, templates/g5_mcustom/scss/mcustom/_depoimentos.scss */
  #g-depoimentos .g-content {
    margin: 0 !important;
    padding: 0 !important;
  }
  /* line 132, templates/g5_mcustom/scss/mcustom/_depoimentos.scss */
  /* line 133, templates/g5_mcustom/scss/mcustom/_depoimentos.scss */
  #g-depoimentos .title-depoimentos h2 {
    width: 100% !important;
    padding: 0px !important;
    text-align: center;
  }
  /* line 138, templates/g5_mcustom/scss/mcustom/_depoimentos.scss */
  #g-depoimentos .title-depoimentos p {
    width: 100% !important;
    padding: 0px !important;
    text-align: center;
  }
}
@media (max-width: 359px) {
  /* line 148, templates/g5_mcustom/scss/mcustom/_depoimentos.scss */
  /* line 149, templates/g5_mcustom/scss/mcustom/_depoimentos.scss */
  #g-depoimentos .g-content {
    margin: 0 !important;
    padding: 0 !important;
  }
  /* line 153, templates/g5_mcustom/scss/mcustom/_depoimentos.scss */
  /* line 154, templates/g5_mcustom/scss/mcustom/_depoimentos.scss */
  #g-depoimentos .title-depoimentos h2 {
    width: 100% !important;
    padding: 0px !important;
    text-align: center;
  }
  /* line 159, templates/g5_mcustom/scss/mcustom/_depoimentos.scss */
  #g-depoimentos .title-depoimentos p {
    width: 100% !important;
    padding: 0px !important;
    text-align: center;
  }
}
/* END MEDIAQUERIES */
/* line 1, templates/g5_mcustom/scss/mcustom/_footer.scss */
.float {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 40px;
  right: 40px;
  background-color: #25d366;
  color: #fff;
  border-radius: 50px;
  text-align: center;
  font-size: 30px;
  box-shadow: 2px 2px 3px #999;
  z-index: 100;
}
/* line 16, templates/g5_mcustom/scss/mcustom/_footer.scss */
.my-float {
  margin-top: 16px;
}
/* line 20, templates/g5_mcustom/scss/mcustom/_footer.scss */
/* line 22, templates/g5_mcustom/scss/mcustom/_footer.scss */
#g-footer .g-container {
  width: 80rem;
  margin: 0;
  background: #ff8c00;
  border-radius: 0 220px 0 0;
}
/* line 27, templates/g5_mcustom/scss/mcustom/_footer.scss */
#g-footer .g-container .g-grid {
  margin: 0 auto;
  width: 70rem;
}
/* line 32, templates/g5_mcustom/scss/mcustom/_footer.scss */
/* line 33, templates/g5_mcustom/scss/mcustom/_footer.scss */
/* line 34, templates/g5_mcustom/scss/mcustom/_footer.scss */
#g-footer .menu-principal li.active a {
  color: #663800;
  font-weight: bold;
}
/* line 38, templates/g5_mcustom/scss/mcustom/_footer.scss */
#g-footer .menu-principal li a {
  color: #fff;
}
@media only all and (max-width: 47.99rem) {
  #g-footer {
    text-align: center;
  }
}
/* line 48, templates/g5_mcustom/scss/mcustom/_footer.scss */
#g-footer h2, #g-footer p {
  color: white;
}
/* line 52, templates/g5_mcustom/scss/mcustom/_footer.scss */
#g-footer h3 {
  color: #fff;
}
/* line 56, templates/g5_mcustom/scss/mcustom/_footer.scss */
#g-footer .g-social-text {
  color: white;
}
/* line 59, templates/g5_mcustom/scss/mcustom/_footer.scss */
#g-footer .g-social.social {
  display: flex;
  flex-direction: column;
  background-color: none;
}
/* line 64, templates/g5_mcustom/scss/mcustom/_footer.scss */
#g-footer .g-block.size-100 {
  border-bottom: 1px solid #cc7000;
}
/* line 67, templates/g5_mcustom/scss/mcustom/_footer.scss */
#g-footer .footer-copyright {
  text-align: center;
  color: #fff;
}
/* line 70, templates/g5_mcustom/scss/mcustom/_footer.scss */
#g-footer #footer-cta-3884-particle {
  margin: 0 0.625rem;
  padding: 0 0.938rem;
}
/* line 74, templates/g5_mcustom/scss/mcustom/_footer.scss */
#g-footer #footer-cta {
  padding: 50px 0 50px 0;
  display: flex;
}
/* line 77, templates/g5_mcustom/scss/mcustom/_footer.scss */
#g-footer #footer-cta .particle-content {
  display: flex;
  margin: 0;
  padding: 0;
}
/* line 82, templates/g5_mcustom/scss/mcustom/_footer.scss */
#g-footer #footer-cta .particle-content .footer-cta-text {
  width: 60%;
}
/* line 84, templates/g5_mcustom/scss/mcustom/_footer.scss */
#g-footer #footer-cta .particle-content .footer-cta-text p {
  margin: 0;
}
/* line 86, templates/g5_mcustom/scss/mcustom/_footer.scss */
#g-footer #footer-cta .particle-content .footer-cta-text p strong {
  color: #663800;
}
/* line 91, templates/g5_mcustom/scss/mcustom/_footer.scss */
#g-footer #footer-cta .particle-content .footer-cta-btn {
  justify-content: center;
  align-items: center;
  display: flex;
  width: 40%;
}
/* line 96, templates/g5_mcustom/scss/mcustom/_footer.scss */
#g-footer #footer-cta .particle-content .footer-cta-btn a {
  color: #fff !important;
  background: #2f80ed;
  text-shadow: none;
  font-weight: bold;
  padding: 12px;
  font-size: 16px;
  -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: 10px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  border-top-left-radius: 10px;
}
/* line 103, templates/g5_mcustom/scss/mixins/_mixin.scss */
#g-footer #footer-cta .particle-content .footer-cta-btn a:hover {
  color: #fff !important;
  background: #2177ec;
  -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;
}
/* line 104, templates/g5_mcustom/scss/mcustom/_footer.scss */
/* line 105, templates/g5_mcustom/scss/mcustom/_footer.scss */
/* line 106, templates/g5_mcustom/scss/mcustom/_footer.scss */
#g-footer .logo-eagle a.logo-eagle-tecnologia img {
  width: 150px;
}
/* line 116, templates/g5_mcustom/scss/mcustom/_footer.scss */
#g-page-surround {
  background-color: ;
}
@media print {
  /* line 122, templates/g5_mcustom/scss/mcustom/_footer.scss */
  #g-footer {
    background: #fff !important;
    color: #000 !important;
  }
}
/* START MEDIAQUERIES */
@media only all and (min-width: 75rem) {
}
@media only all and (min-width: 60rem) and (max-width: 74.99rem) {
  /* line 134, templates/g5_mcustom/scss/mcustom/_footer.scss */
  #g-footer {
    background: #f5f5f5;
  }
  /* line 136, templates/g5_mcustom/scss/mcustom/_footer.scss */
  #g-footer .g-container {
    width: 60rem !important;
  }
  /* line 138, templates/g5_mcustom/scss/mcustom/_footer.scss */
  #g-footer .g-container .g-grid {
    width: 60rem !important;
  }
}
@media only all and (min-width: 48rem) and (max-width: 59.99rem) {
  /* line 147, templates/g5_mcustom/scss/mcustom/_footer.scss */
  /* line 148, templates/g5_mcustom/scss/mcustom/_footer.scss */
  #g-footer .g-container {
    width: 48rem !important;
  }
  /* line 150, templates/g5_mcustom/scss/mcustom/_footer.scss */
  #g-footer .g-container .g-grid {
    width: 48rem !important;
  }
  /* line 152, templates/g5_mcustom/scss/mcustom/_footer.scss */
  #g-footer .g-container .g-grid .particle-content {
    flex-wrap: wrap;
  }
  /* line 154, templates/g5_mcustom/scss/mcustom/_footer.scss */
  #g-footer .g-container .g-grid .particle-content .footer-cta-text {
    width: 100% !important;
    text-align: center !important;
  }
  /* line 158, templates/g5_mcustom/scss/mcustom/_footer.scss */
  #g-footer .g-container .g-grid .particle-content .footer-cta-btn {
    width: 100% !important;
    padding-top: 30px;
  }
}
@media only all and (min-width: 30.01rem) and (max-width: 47.99rem) {
  /* line 170, templates/g5_mcustom/scss/mcustom/_footer.scss */
  /* line 171, templates/g5_mcustom/scss/mcustom/_footer.scss */
  #g-footer .g-container {
    width: 30rem !important;
    border-radius: 0;
  }
  /* line 174, templates/g5_mcustom/scss/mcustom/_footer.scss */
  #g-footer .g-container .g-grid {
    width: 30rem !important;
  }
  /* line 176, templates/g5_mcustom/scss/mcustom/_footer.scss */
  #g-footer .g-container .g-grid .particle-content {
    flex-wrap: wrap;
  }
  /* line 178, templates/g5_mcustom/scss/mcustom/_footer.scss */
  #g-footer .g-container .g-grid .particle-content .footer-cta-text {
    width: 100% !important;
  }
  /* line 181, templates/g5_mcustom/scss/mcustom/_footer.scss */
  #g-footer .g-container .g-grid .particle-content .footer-cta-btn {
    width: 100% !important;
    padding-top: 30px;
  }
}
@media only all and (max-width: 30rem) {
  /* line 193, templates/g5_mcustom/scss/mcustom/_footer.scss */
  /* line 194, templates/g5_mcustom/scss/mcustom/_footer.scss */
  #g-footer .g-container {
    width: 22rem !important;
    border-radius: 0;
  }
  /* line 197, templates/g5_mcustom/scss/mcustom/_footer.scss */
  #g-footer .g-container .g-grid {
    width: 22rem !important;
  }
  /* line 199, templates/g5_mcustom/scss/mcustom/_footer.scss */
  #g-footer .g-container .g-grid .particle-content {
    flex-wrap: wrap;
  }
  /* line 201, templates/g5_mcustom/scss/mcustom/_footer.scss */
  #g-footer .g-container .g-grid .particle-content .footer-cta-text {
    width: 100% !important;
  }
  /* line 204, templates/g5_mcustom/scss/mcustom/_footer.scss */
  #g-footer .g-container .g-grid .particle-content .footer-cta-btn {
    width: 100% !important;
    padding-top: 30px;
  }
}
@media (max-width: 359px) {
  /* line 216, templates/g5_mcustom/scss/mcustom/_footer.scss */
  /* line 217, templates/g5_mcustom/scss/mcustom/_footer.scss */
  #g-footer .g-container {
    width: 19rem !important;
    border-radius: 0;
  }
  /* line 220, templates/g5_mcustom/scss/mcustom/_footer.scss */
  #g-footer .g-container .g-grid {
    width: 19rem !important;
  }
  /* line 222, templates/g5_mcustom/scss/mcustom/_footer.scss */
  #g-footer .g-container .g-grid .particle-content {
    flex-wrap: wrap;
  }
  /* line 224, templates/g5_mcustom/scss/mcustom/_footer.scss */
  #g-footer .g-container .g-grid .particle-content .footer-cta-text {
    width: 100% !important;
  }
  /* line 227, templates/g5_mcustom/scss/mcustom/_footer.scss */
  #g-footer .g-container .g-grid .particle-content .footer-cta-btn {
    width: 100% !important;
    padding-top: 30px;
  }
}
/* line 1, templates/g5_mcustom/scss/mcustom/_variations.scss */
/* line 2, templates/g5_mcustom/scss/mcustom/_variations.scss */
/* line 3, templates/g5_mcustom/scss/mcustom/_variations.scss */
/* line 4, templates/g5_mcustom/scss/mcustom/_variations.scss */
/* line 5, templates/g5_mcustom/scss/mcustom/_variations.scss */
.flush .g-container > .g-grid > .g-block > .g-content {
  margin: 0;
  padding: 0;
}
/* line 14, templates/g5_mcustom/scss/mcustom/_variations.scss */
/* line 15, templates/g5_mcustom/scss/mcustom/_variations.scss */
.moduletable[class*="box"], .widget[class*="box"], .moduletable[class*="shadow"], .widget[class*="shadow"] {
  padding: 0.938rem;
  margin: 0.625rem;
}
/* line 21, templates/g5_mcustom/scss/mcustom/_variations.scss */
/* line 22, templates/g5_mcustom/scss/mcustom/_variations.scss */
.box1.moduletable, .box1.widget, .box1.g-outer-box, .box1 > .g-content {
  background: #fff;
}
/* line 25, templates/g5_mcustom/scss/mcustom/_variations.scss */
/* line 26, templates/g5_mcustom/scss/mcustom/_variations.scss */
.box1.moduletable, .box1.widget, .box1 > .g-content, .box1.moduletable h1, .box1.widget h1, .box1 > .g-content h1, .box1.moduletable h2, .box1.widget h2, .box1 > .g-content h2, .box1.moduletable h3, .box1.widget h3, .box1 > .g-content h3, .box1.moduletable h4, .box1.widget h4, .box1 > .g-content h4, .box1.moduletable h5, .box1.widget h5, .box1 > .g-content h5, .box1.moduletable h6, .box1.widget h6, .box1 > .g-content h6, .box1.moduletable strong, .box1.widget strong, .box1 > .g-content strong, .box1.moduletable i, .box1.widget i, .box1 > .g-content i {
  color: #595959;
}
/* line 32, templates/g5_mcustom/scss/mcustom/_variations.scss */
/* line 33, templates/g5_mcustom/scss/mcustom/_variations.scss */
.box2.moduletable, .box2.widget, .box2.g-outer-box, .box2 > .g-content {
  background: #e0e0e0;
}
/* line 36, templates/g5_mcustom/scss/mcustom/_variations.scss */
/* line 37, templates/g5_mcustom/scss/mcustom/_variations.scss */
.box2.moduletable, .box2.widget, .box2 > .g-content, .box2.moduletable h1, .box2.widget h1, .box2 > .g-content h1, .box2.moduletable h2, .box2.widget h2, .box2 > .g-content h2, .box2.moduletable h3, .box2.widget h3, .box2 > .g-content h3, .box2.moduletable h4, .box2.widget h4, .box2 > .g-content h4, .box2.moduletable h5, .box2.widget h5, .box2 > .g-content h5, .box2.moduletable h6, .box2.widget h6, .box2 > .g-content h6, .box2.moduletable strong, .box2.widget strong, .box2 > .g-content strong, .box2.moduletable i, .box2.widget i, .box2 > .g-content i {
  color: #6d6d6d;
}
/* line 43, templates/g5_mcustom/scss/mcustom/_variations.scss */
/* line 44, templates/g5_mcustom/scss/mcustom/_variations.scss */
.box3.moduletable, .box3.widget, .box3.g-outer-box, .box3 > .g-content {
  background: #2f80ed;
}
/* line 48, templates/g5_mcustom/scss/mcustom/_variations.scss */
/* line 49, templates/g5_mcustom/scss/mcustom/_variations.scss */
.box3.moduletable, .box3.widget, .box3 > .g-content, .box3.moduletable h1, .box3.widget h1, .box3 > .g-content h1, .box3.moduletable h2, .box3.widget h2, .box3 > .g-content h2, .box3.moduletable h3, .box3.widget h3, .box3 > .g-content h3, .box3.moduletable h4, .box3.widget h4, .box3 > .g-content h4, .box3.moduletable h5, .box3.widget h5, .box3 > .g-content h5, .box3.moduletable h6, .box3.widget h6, .box3 > .g-content h6, .box3.moduletable strong, .box3.widget strong, .box3 > .g-content strong, .box3.moduletable i, .box3.widget i, .box3 > .g-content i {
  color: #fff;
}
/* line 52, templates/g5_mcustom/scss/mcustom/_variations.scss */
.box3.moduletable a, .box3.widget a, .box3 > .g-content a {
  color: #d3e4fb;
}
/* line 54, templates/g5_mcustom/scss/mcustom/_variations.scss */
.box3.moduletable a:hover, .box3.widget a:hover, .box3 > .g-content a:hover {
  color: #fff;
}
/* line 58, templates/g5_mcustom/scss/mcustom/_variations.scss */
.box3.moduletable .button, .box3.widget .button, .box3 > .g-content .button {
  color: #000;
  background: #1366d6;
}
/* line 61, templates/g5_mcustom/scss/mcustom/_variations.scss */
.box3.moduletable .button:hover, .box3.widget .button:hover, .box3 > .g-content .button:hover {
  background: #115bbf;
}
/* line 68, templates/g5_mcustom/scss/mcustom/_variations.scss */
/* line 69, templates/g5_mcustom/scss/mcustom/_variations.scss */
.box4.moduletable, .box4.widget, .box4.g-outer-box, .box4 > .g-content {
  background: #ff8c00;
}
/* line 72, templates/g5_mcustom/scss/mcustom/_variations.scss */
/* line 73, templates/g5_mcustom/scss/mcustom/_variations.scss */
.box4.moduletable, .box4.widget, .box4 > .g-content, .box4.moduletable h1, .box4.widget h1, .box4 > .g-content h1, .box4.moduletable h2, .box4.widget h2, .box4 > .g-content h2, .box4.moduletable h3, .box4.widget h3, .box4 > .g-content h3, .box4.moduletable h4, .box4.widget h4, .box4 > .g-content h4, .box4.moduletable h5, .box4.widget h5, .box4 > .g-content h5, .box4.moduletable h6, .box4.widget h6, .box4 > .g-content h6, .box4.moduletable strong, .box4.widget strong, .box4 > .g-content strong, .box4.moduletable i, .box4.widget i, .box4 > .g-content i {
  color: #fff;
}
/* line 76, templates/g5_mcustom/scss/mcustom/_variations.scss */
.box4.moduletable a, .box4.widget a, .box4 > .g-content a {
  color: #ffddb3;
}
/* line 78, templates/g5_mcustom/scss/mcustom/_variations.scss */
.box4.moduletable a:hover, .box4.widget a:hover, .box4 > .g-content a:hover {
  color: #fff;
}
/* line 82, templates/g5_mcustom/scss/mcustom/_variations.scss */
.box4.moduletable .button, .box4.widget .button, .box4 > .g-content .button {
  color: #fff4e6;
  background: #ffaf4d;
}
/* line 85, templates/g5_mcustom/scss/mcustom/_variations.scss */
.box4.moduletable .button:hover, .box4.widget .button:hover, .box4 > .g-content .button:hover {
  background: #ffa333;
}
/* line 92, templates/g5_mcustom/scss/mcustom/_variations.scss */
/* line 93, templates/g5_mcustom/scss/mcustom/_variations.scss */
.shadow.moduletable, .shadow.widget, .shadow.g-outer-box, .shadow > .g-content {
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
}
/* line 98, templates/g5_mcustom/scss/mcustom/_variations.scss */
/* line 99, templates/g5_mcustom/scss/mcustom/_variations.scss */
.shadow2.moduletable, .shadow2.widget, .shadow2.g-outer-box, .shadow2 > .g-content {
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.15);
}
/* line 104, templates/g5_mcustom/scss/mcustom/_variations.scss */
/* line 105, templates/g5_mcustom/scss/mcustom/_variations.scss */
.disabled.moduletable, .disabled.widget, .disabled.g-outer-box, .disabled > .g-content {
  opacity: 0.4;
}
/* line 110, templates/g5_mcustom/scss/mcustom/_variations.scss */
/* line 111, templates/g5_mcustom/scss/mcustom/_variations.scss */
.square.moduletable, .square.widget, .square.g-outer-box, .square > .g-content {
  border-radius: none;
}
/* line 116, templates/g5_mcustom/scss/mcustom/_variations.scss */
/* line 117, templates/g5_mcustom/scss/mcustom/_variations.scss */
.rounded.moduletable, .rounded.widget, .rounded.g-outer-box, .rounded > .g-content {
  border-radius: 0.1875rem;
}
/* line 1, templates/g5_mcustom/scss/mcustom/_tables.scss */
table {
  border: 1px solid #eaeaea;
}
/* line 5, templates/g5_mcustom/scss/mcustom/_tables.scss */
th {
  background: #f7f7f7;
  padding: 0.5rem;
}
/* line 10, templates/g5_mcustom/scss/mcustom/_tables.scss */
td {
  padding: 0.5rem;
  border: 1px solid #eaeaea;
}
/* line 1, templates/g5_mcustom/scss/mcustom/_forms.scss */
textarea, select[multiple=multiple] {
  background-color: white;
  border: 1px solid #ddd;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06);
}
/* line 6, templates/g5_mcustom/scss/mcustom/_forms.scss */
textarea:hover, select[multiple=multiple]:hover {
  border-color: #c4c4c4;
}
/* line 10, templates/g5_mcustom/scss/mcustom/_forms.scss */
textarea:focus, select[multiple=multiple]:focus {
  border-color: #2f80ed;
}
/* line 15, templates/g5_mcustom/scss/mcustom/_forms.scss */
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 #ddd;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06);
}
/* line 21, templates/g5_mcustom/scss/mcustom/_forms.scss */
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;
}
/* line 25, templates/g5_mcustom/scss/mcustom/_forms.scss */
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: #2f80ed;
}
/* line 1, templates/g5_mcustom/scss/mcustom/_social.scss */
/* line 2, templates/g5_mcustom/scss/mcustom/_social.scss */
.g-social a {
  display: inline-block;
  padding: 0.1rem 0.4rem;
  border-radius: 0.1875rem;
  margin-bottom: 4px;
  text-decoration: none;
}
/* line 1, templates/g5_mcustom/scss/mcustom/_sample.scss */
.sample-content {
  text-align: center;
}
/* line 3, templates/g5_mcustom/scss/mcustom/_sample.scss */
.sample-content .subtitle {
  text-transform: uppercase;
  font-size: 0.8rem;
  display: block;
  margin-top: -1.3rem;
}
/* line 9, templates/g5_mcustom/scss/mcustom/_sample.scss */
.sample-content .sample-icons {
  font-size: 5rem;
  color: #2f80ed;
  opacity: 0.6;
}
/* line 14, templates/g5_mcustom/scss/mcustom/_sample.scss */
.sample-content .sample-description {
  font-size: 1.2rem;
}
@media only all and (min-width: 48rem) {
  /* line 22, media/gantry5/engines/nucleus/scss/nucleus/mixins/_breakpoints.scss */
  /* line 18, templates/g5_mcustom/scss/mcustom/_sample.scss */
  .sample-content .device-promo {
    width: 356px;
    height: 203px;
    position: relative;
    float: right;
    margin-left: 3rem;
    margin-bottom: 1rem;
  }
  /* line 25, templates/g5_mcustom/scss/mcustom/_sample.scss */
  .sample-content .device-promo .macbook {
    width: 356px;
    height: 203px;
    position: absolute;
    z-index: 1;
    background: url('../images/macbook.png');
  }
  /* line 31, templates/g5_mcustom/scss/mcustom/_sample.scss */
  .sample-content .device-promo .macbook .macbook-color {
    position: absolute;
    width: 206px;
    height: 118px;
    left: 37px;
    top: 56px;
    background: #ccc;
  }
  /* line 40, templates/g5_mcustom/scss/mcustom/_sample.scss */
  .sample-content .device-promo .ipad {
    width: 356px;
    height: 203px;
    position: absolute;
    z-index: 2;
    background: url('../images/ipad.png');
  }
  /* line 46, templates/g5_mcustom/scss/mcustom/_sample.scss */
  .sample-content .device-promo .ipad .ipad-color {
    position: absolute;
    width: 111px;
    height: 163px;
    right: 27px;
    top: 20px;
    background: #2f80ed;
  }
  /* line 55, templates/g5_mcustom/scss/mcustom/_sample.scss */
  .sample-content .device-promo .iphone {
    width: 356px;
    height: 203px;
    position: absolute;
    z-index: 3;
    background: url('../images/iphone.png');
  }
  /* line 61, templates/g5_mcustom/scss/mcustom/_sample.scss */
  .sample-content .device-promo .iphone .iphone-color {
    position: absolute;
    width: 46px;
    height: 75px;
    right: 4px;
    top: 112px;
    background: #ff8c00;
  }
}
/* line 72, templates/g5_mcustom/scss/mcustom/_sample.scss */
.sample-content .middle {
  text-align: center;
}
/* line 75, templates/g5_mcustom/scss/mcustom/_sample.scss */
.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;
  }
}
/* line 87, templates/g5_mcustom/scss/mcustom/_sample.scss */
.sample-content .info-box {
  background: #f5f5f5;
  border: 1px solid #e6e6e6;
  padding: 0.938rem;
  border-radius: 0.1875rem;
  margin-bottom: 4rem;
}
/* line 94, templates/g5_mcustom/scss/mcustom/_sample.scss */
.sample-content .fa-graduation-cap {
  color: #d9d9d9;
  margin: 1rem 2rem 1rem 1rem;
  font-size: 6rem;
}
@media only all and (min-width: 60rem) {
  /* line 10, media/gantry5/engines/nucleus/scss/nucleus/mixins/_breakpoints.scss */
  /* line 102, templates/g5_mcustom/scss/mcustom/_sample.scss */
  /* line 103, templates/g5_mcustom/scss/mcustom/_sample.scss */
  #g-showcase .sample-description {
    padding: 0 6rem;
  }
}
@media only all and (min-width: 60rem) {
  /* line 110, templates/g5_mcustom/scss/mcustom/_sample.scss */
  /* line 111, templates/g5_mcustom/scss/mcustom/_sample.scss */
  /* line 112, templates/g5_mcustom/scss/mcustom/_sample.scss */
  #g-subfeature .sample-content .g-content {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media only all and (min-width: 48rem) {
  /* line 121, templates/g5_mcustom/scss/mcustom/_sample.scss */
  /* line 122, templates/g5_mcustom/scss/mcustom/_sample.scss */
  #g-main .sample-content {
    text-align: inherit;
  }
}
/* line 1, templates/g5_mcustom/scss/mcustom/_contentarray.scss */
.g-content-array {
  margin-left: -0.938rem;
  margin-right: -0.938rem;
}
/* line 5, templates/g5_mcustom/scss/mcustom/_contentarray.scss */
.g-content-array .g-grid {
  margin-bottom: 2.3445rem;
}
/* line 8, templates/g5_mcustom/scss/mcustom/_contentarray.scss */
.g-content-array .g-grid:last-child {
  margin-bottom: 0;
}
/* line 11, templates/g5_mcustom/scss/mcustom/_contentarray.scss */
/* line 12, templates/g5_mcustom/scss/mcustom/_contentarray.scss */
/* line 13, templates/g5_mcustom/scss/mcustom/_contentarray.scss */
@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;
  }
}
/* line 27, templates/g5_mcustom/scss/mcustom/_contentarray.scss */
.g-content-array .g-content {
  margin: 0;
  padding-top: 0;
  padding-bottom: 0;
}
/* line 33, templates/g5_mcustom/scss/mcustom/_contentarray.scss */
@media only all and (max-width: 47.99rem) {
  .g-content-array .g-array-item {
    margin-bottom: 2.3445rem;
  }
}
/* line 39, templates/g5_mcustom/scss/mcustom/_contentarray.scss */
.g-content-array .g-array-item-image {
  margin: 0 0 15px 0;
}
/* line 43, templates/g5_mcustom/scss/mcustom/_contentarray.scss */
.g-content-array .g-item-title {
  margin: 0;
}
/* line 47, templates/g5_mcustom/scss/mcustom/_contentarray.scss */
/* line 48, templates/g5_mcustom/scss/mcustom/_contentarray.scss */
.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;
}
/* line 53, templates/g5_mcustom/scss/mcustom/_contentarray.scss */
.g-content-array .g-array-item-details {
  font-size: 90%;
}
/* line 56, templates/g5_mcustom/scss/mcustom/_contentarray.scss */
.g-content-array .g-array-item-details > span {
  margin-right: 10px;
}
/* line 60, templates/g5_mcustom/scss/mcustom/_contentarray.scss */
.g-content-array .g-array-item-details i {
  margin-right: 5px;
}
/* line 1, templates/g5_mcustom/scss/mcustom/_dropdownanimations.scss */
/* line 2, templates/g5_mcustom/scss/mcustom/_dropdownanimations.scss */
/* line 3, templates/g5_mcustom/scss/mcustom/_dropdownanimations.scss */
.g-main-nav .g-standard .g-dropdown {
  -moz-transition: none;
  -o-transition: none;
  -webkit-transition: none;
  -ms-transition: none;
  transition: none;
}
/* line 7, templates/g5_mcustom/scss/mcustom/_dropdownanimations.scss */
.g-main-nav .g-standard .g-fade.g-dropdown {
  -moz-transition: opacity 0.3s ease-out;
  -o-transition: opacity 0.3s ease-out;
  -webkit-transition: opacity 0.3s ease-out;
  -ms-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}
/* line 11, templates/g5_mcustom/scss/mcustom/_dropdownanimations.scss */
.g-main-nav .g-standard .g-zoom.g-active {
  -webkit-animation-duration: 0.3s;
  -moz-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-name: g-dropdown-zoom;
  -moz-animation-name: g-dropdown-zoom;
  animation-name: g-dropdown-zoom;
}
/* line 16, templates/g5_mcustom/scss/mcustom/_dropdownanimations.scss */
.g-main-nav .g-standard .g-fade-in-up.g-active {
  -webkit-animation-duration: 0.3s;
  -moz-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-name: g-dropdown-fade-in-up;
  -moz-animation-name: g-dropdown-fade-in-up;
  animation-name: g-dropdown-fade-in-up;
}
/* line 22, templates/g5_mcustom/scss/mcustom/_dropdownanimations.scss */
/* line 23, templates/g5_mcustom/scss/mcustom/_dropdownanimations.scss */
.g-main-nav .g-fullwidth > .g-dropdown {
  -moz-transition: none;
  -o-transition: none;
  -webkit-transition: none;
  -ms-transition: none;
  transition: none;
}
/* line 27, templates/g5_mcustom/scss/mcustom/_dropdownanimations.scss */
.g-main-nav .g-fullwidth > .g-fade.g-dropdown {
  -moz-transition: opacity 0.3s ease-out;
  -o-transition: opacity 0.3s ease-out;
  -webkit-transition: opacity 0.3s ease-out;
  -ms-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}
/* line 31, templates/g5_mcustom/scss/mcustom/_dropdownanimations.scss */
.g-main-nav .g-fullwidth > .g-zoom.g-active {
  -webkit-animation-duration: 0.3s;
  -moz-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-name: g-dropdown-zoom;
  -moz-animation-name: g-dropdown-zoom;
  animation-name: g-dropdown-zoom;
}
/* line 36, templates/g5_mcustom/scss/mcustom/_dropdownanimations.scss */
.g-main-nav .g-fullwidth > .g-fade-in-up.g-active {
  -webkit-animation-duration: 0.3s;
  -moz-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-name: g-dropdown-fade-in-up;
  -moz-animation-name: g-dropdown-fade-in-up;
  animation-name: g-dropdown-fade-in-up;
}
@-webkit-keyframes g-dropdown-zoom {
  /* line 44, templates/g5_mcustom/scss/mcustom/_dropdownanimations.scss */
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.8, 0.8, 0.8);
  }
  /* line 48, templates/g5_mcustom/scss/mcustom/_dropdownanimations.scss */
  100% {
    opacity: 1;
  }
}
@-moz-keyframes g-dropdown-zoom {
  /* line 44, templates/g5_mcustom/scss/mcustom/_dropdownanimations.scss */
  0% {
    opacity: 0;
    -moz-transform: scale3d(0.8, 0.8, 0.8);
  }
  /* line 48, templates/g5_mcustom/scss/mcustom/_dropdownanimations.scss */
  100% {
    opacity: 1;
  }
}
@keyframes g-dropdown-zoom {
  /* line 44, templates/g5_mcustom/scss/mcustom/_dropdownanimations.scss */
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.8, 0.8, 0.8);
    -moz-transform: scale3d(0.8, 0.8, 0.8);
    -ms-transform: scale3d(0.8, 0.8, 0.8);
    -o-transform: scale3d(0.8, 0.8, 0.8);
    transform: scale3d(0.8, 0.8, 0.8);
  }
  /* line 48, templates/g5_mcustom/scss/mcustom/_dropdownanimations.scss */
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes g-dropdown-fade-in-up {
  /* line 54, templates/g5_mcustom/scss/mcustom/_dropdownanimations.scss */
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 30px, 0);
  }
  /* line 58, templates/g5_mcustom/scss/mcustom/_dropdownanimations.scss */
  100% {
    opacity: 1;
  }
}
@-moz-keyframes g-dropdown-fade-in-up {
  /* line 54, templates/g5_mcustom/scss/mcustom/_dropdownanimations.scss */
  0% {
    opacity: 0;
    -moz-transform: translate3d(0, 30px, 0);
  }
  /* line 58, templates/g5_mcustom/scss/mcustom/_dropdownanimations.scss */
  100% {
    opacity: 1;
  }
}
@keyframes g-dropdown-fade-in-up {
  /* line 54, templates/g5_mcustom/scss/mcustom/_dropdownanimations.scss */
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 30px, 0);
    -moz-transform: translate3d(0, 30px, 0);
    -ms-transform: translate3d(0, 30px, 0);
    -o-transform: translate3d(0, 30px, 0);
    transform: translate3d(0, 30px, 0);
  }
  /* line 58, templates/g5_mcustom/scss/mcustom/_dropdownanimations.scss */
  100% {
    opacity: 1;
  }
}
/* line 1, templates/g5_mcustom/scss/mcustom/_offline.scss */
/* line 2, templates/g5_mcustom/scss/mcustom/_offline.scss */
.g-offline h1 {
  display: none;
}
/* line 5, templates/g5_mcustom/scss/mcustom/_offline.scss */
.g-offline #grav-login {
  max-width: 36rem;
}
/* line 7, templates/g5_mcustom/scss/mcustom/_offline.scss */
.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;
  }
}
/* line 13, templates/g5_mcustom/scss/mcustom/_offline.scss */
.g-offline #grav-login .button {
  text-transform: capitalize;
}
/* line 16, templates/g5_mcustom/scss/mcustom/_offline.scss */
@media only all and (max-width: 47.99rem) {
  .g-offline #grav-login .rememberme {
    float: none;
    display: block;
  }
}
/* line 1, templates/g5_mcustom/scss/mcustom/_menu-top.scss */
#g-menutop {
  background-image: url('../images/menutop-background.svg');
  background-size: cover;
}
/* line 4, templates/g5_mcustom/scss/mcustom/_menu-top.scss */
#g-menutop .breadcrumb {
  text-align: center;
  background: transparent;
}
/* line 7, templates/g5_mcustom/scss/mcustom/_menu-top.scss */
#g-menutop .breadcrumb span {
  text-shadow: none;
}
/* line 10, templates/g5_mcustom/scss/mcustom/_menu-top.scss */
#g-menutop .breadcrumb .icon-location {
  color: #fff;
  text-transform: none;
}
/* line 14, templates/g5_mcustom/scss/mcustom/_menu-top.scss */
#g-menutop .breadcrumb .divider {
  color: #fff !important;
}
/* line 17, templates/g5_mcustom/scss/mcustom/_menu-top.scss */
#g-menutop .breadcrumb li {
  text-transform: uppercase;
}
/* line 19, templates/g5_mcustom/scss/mcustom/_menu-top.scss */
#g-menutop .breadcrumb li a {
  color: #fff;
}
/* line 22, templates/g5_mcustom/scss/mcustom/_menu-top.scss */
#g-menutop .breadcrumb li.active {
  color: #995400;
}
/* line 29, templates/g5_mcustom/scss/mcustom/_menu-top.scss */
/* line 32, templates/g5_mcustom/scss/mcustom/_menu-top.scss */
/* line 33, templates/g5_mcustom/scss/mcustom/_menu-top.scss */
#menu-top-1426-particle #menu-top .margem-content, #menu-top-5926-particle #menu-top .margem-content, #menu-top-2574-particle #menu-top .margem-content {
  margin: 0.625rem 0.625rem 0 0.625rem;
  padding: 0.938rem 0.938rem 0 0.938rem;
}
/* line 36, templates/g5_mcustom/scss/mcustom/_menu-top.scss */
#menu-top-1426-particle #menu-top .margem-content .particle-content, #menu-top-5926-particle #menu-top .margem-content .particle-content, #menu-top-2574-particle #menu-top .margem-content .particle-content {
  text-align: center;
}
/* line 38, templates/g5_mcustom/scss/mcustom/_menu-top.scss */
#menu-top-1426-particle #menu-top .margem-content .particle-content h1, #menu-top-5926-particle #menu-top .margem-content .particle-content h1, #menu-top-2574-particle #menu-top .margem-content .particle-content h1 {
  color: white;
  font-size: 2.125rem;
}
/* line 43, templates/g5_mcustom/scss/mcustom/_menu-top.scss */
#menu-top-1426-particle #menu-top .margem-content .particle-content h2, #menu-top-5926-particle #menu-top .margem-content .particle-content h2, #menu-top-2574-particle #menu-top .margem-content .particle-content h2 {
  color: white;
  font-size: 1.3rem;
}
/* line 1, templates/g5_mcustom/scss/mcustom/_pg-inicio.scss */
/* line 2, templates/g5_mcustom/scss/mcustom/_pg-inicio.scss */
#g-conteudo .margem-content {
  margin: 0 auto;
  width: 75rem;
}
/* line 6, templates/g5_mcustom/scss/mcustom/_pg-inicio.scss */
#g-conteudo #pg-showcase {
  padding: 50px 0;
}
/* line 8, templates/g5_mcustom/scss/mcustom/_pg-inicio.scss */
#g-conteudo #pg-showcase .particle-content {
  display: flex;
  align-items: center;
  gap: 40px;
}
/* line 10, templates/g5_mcustom/scss/mcustom/_pg-inicio.scss */
#g-conteudo #pg-showcase .particle-content .revenda-content {
  width: 49%;
}
/* line 12, templates/g5_mcustom/scss/mcustom/_pg-inicio.scss */
#g-conteudo #pg-showcase .particle-content .revenda-content h1 {
  color: #515151;
}
/* line 15, templates/g5_mcustom/scss/mcustom/_pg-inicio.scss */
#g-conteudo #pg-showcase .particle-content .revenda-content .description {
  margin: 50px 0;
}
/* line 17, templates/g5_mcustom/scss/mcustom/_pg-inicio.scss */
#g-conteudo #pg-showcase .particle-content .revenda-content .description p {
  margin: 0;
  color: #515151;
}
/* line 22, templates/g5_mcustom/scss/mcustom/_pg-inicio.scss */
#g-conteudo #pg-showcase .particle-content .revenda-content .revenda-btns {
  display: flex;
  margin: 0.75rem 0 1.5rem 0;
  align-items: center;
}
/* line 26, templates/g5_mcustom/scss/mcustom/_pg-inicio.scss */
#g-conteudo #pg-showcase .particle-content .revenda-content .revenda-btns .cta-btn {
  margin-right: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}
/* line 31, templates/g5_mcustom/scss/mcustom/_pg-inicio.scss */
#g-conteudo #pg-showcase .particle-content .revenda-content .revenda-btns .cta-btn a {
  color: #fff !important;
  background: #ff8c00;
  text-shadow: none;
  font-weight: bold;
  padding: 12px;
  font-size: 16px;
  -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: 10px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  border-top-left-radius: 10px;
}
/* line 103, templates/g5_mcustom/scss/mixins/_mixin.scss */
#g-conteudo #pg-showcase .particle-content .revenda-content .revenda-btns .cta-btn a:hover {
  color: #fff !important;
  background: #f08400;
  -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;
}
/* line 36, templates/g5_mcustom/scss/mcustom/_pg-inicio.scss */
#g-conteudo #pg-showcase .particle-content .revenda-content .revenda-btns .cta-btn-video {
  display: none !important;
  display: flex;
  justify-content: center;
  align-items: center;
  background: white;
  border-radius: 50%;
  height: 40px;
  width: 40px;
  margin: 0;
  box-shadow: 5px 5px 10px rgba(163, 177, 198, 0.6), -5px -5px 10px rgba(255, 255, 255, 0.5);
  animation: new 1500ms ease-out infinite;
}
/* line 38, templates/g5_mcustom/scss/mcustom/_pg-inicio.scss */
#g-conteudo #pg-showcase .particle-content .revenda-content .revenda-btns .cta-btn-video i {
  color: #ff8c00;
}
@keyframes new {
  /* line 53, templates/g5_mcustom/scss/mcustom/_pg-inicio.scss */
  0% {
    box-shadow: 0 0 0 0 rgba(163, 177, 198, 0.3), 0 0 0 1em rgba(163, 177, 198, 0.3), 0 0 0 3em rgba(163, 177, 198, 0.03), 0 0 0 5em rgba(163, 177, 198, 0.01);
  }
  /* line 59, templates/g5_mcustom/scss/mcustom/_pg-inicio.scss */
  100% {
    box-shadow: 0 0 0 1em rgba(163, 177, 198, 0.3), 0 0 0 3em rgba(163, 177, 198, 0.03), 0 0 0 5em rgba(163, 177, 198, 0.03), 0 0 0 8em rgba(163, 177, 198, 0.01);
  }
}
/* line 69, templates/g5_mcustom/scss/mcustom/_pg-inicio.scss */
#g-conteudo #pg-showcase .particle-content .revenda-imagem {
  width: 51%;
  display: flex;
  justify-content: flex-end;
}
#g-conteudo #pg-showcase .particle-content .revenda-imagem img {
  width: min(100%, 560px);
  max-height: 430px;
  object-fit: cover;
  clip-path: polygon(12% 0, 100% 0, 88% 100%, 0 100%);
  border-radius: 8px;
  box-shadow: 0 24px 50px rgba(31, 38, 51, 0.22);
  transform: rotate(-1.5deg);
}
/* line 74, templates/g5_mcustom/scss/mcustom/_pg-inicio.scss */
#g-conteudo #pg-sobe-eagle {
  background: url('../images/revenda.png');
  padding: 50px 0 50px 0;
  background-attachment: fixed;
  background-size: cover;
}
/* line 79, templates/g5_mcustom/scss/mcustom/_pg-inicio.scss */
#g-conteudo #pg-sobe-eagle h2 {
  text-align: center;
}
/* line 82, templates/g5_mcustom/scss/mcustom/_pg-inicio.scss */
#g-conteudo #pg-sobe-eagle .content {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
}
/* line 87, templates/g5_mcustom/scss/mcustom/_pg-inicio.scss */
#g-conteudo #pg-sobe-eagle .content .logo-eagle {
  width: 40%;
  text-align: center;
}
/* line 90, templates/g5_mcustom/scss/mcustom/_pg-inicio.scss */
#g-conteudo #pg-sobe-eagle .content .logo-eagle img {
  width: 260px;
}
/* line 94, templates/g5_mcustom/scss/mcustom/_pg-inicio.scss */
#g-conteudo #pg-sobe-eagle .content .content-eagle {
  width: 60%;
  color: #515151;
}
/* line 98, templates/g5_mcustom/scss/mcustom/_pg-inicio.scss */
#g-conteudo #pg-sobe-eagle .content .info-sobre {
  display: flex;
  width: 100%;
  padding-top: 30px;
  justify-content: space-between;
}
/* line 103, templates/g5_mcustom/scss/mcustom/_pg-inicio.scss */
#g-conteudo #pg-sobe-eagle .content .info-sobre .info-item {
  align-items: center;
  text-align: center;
  width: 33%;
}
/* line 107, templates/g5_mcustom/scss/mcustom/_pg-inicio.scss */
#g-conteudo #pg-sobe-eagle .content .info-sobre .info-item .item {
  font-size: 35px;
}
/* line 109, templates/g5_mcustom/scss/mcustom/_pg-inicio.scss */
#g-conteudo #pg-sobe-eagle .content .info-sobre .info-item .item i {
  color: #515151;
}
/* line 112, templates/g5_mcustom/scss/mcustom/_pg-inicio.scss */
#g-conteudo #pg-sobe-eagle .content .info-sobre .info-item .item h3 {
  color: #515151;
  font-weight: bold;
  font-size: 20px !important;
  text-transform: uppercase;
}
/* line 123, templates/g5_mcustom/scss/mcustom/_pg-inicio.scss */
#g-conteudo #pg-requisitos {
  padding: 50px 0 50px 0;
}
/* line 125, templates/g5_mcustom/scss/mcustom/_pg-inicio.scss */
/* line 126, templates/g5_mcustom/scss/mcustom/_pg-inicio.scss */
/* line 127, templates/g5_mcustom/scss/mcustom/_pg-inicio.scss */
#g-conteudo #pg-requisitos .margem-content .particle-content .title, #g-conteudo #pg-requisitos .margem-content .particle-content .description, #g-conteudo #pg-requisitos .margem-content .particle-content .cta_title {
  text-align: center;
  color: #515151;
}
/* line 133, templates/g5_mcustom/scss/mcustom/_pg-inicio.scss */
#g-conteudo #pg-requisitos .margem-content .particle-content .card {
  display: flex;
  justify-content: space-between;
  width: 100%;
  flex-wrap: wrap;
  align-items: stretch;
  padding-top: 50px;
}
/* line 140, templates/g5_mcustom/scss/mcustom/_pg-inicio.scss */
#g-conteudo #pg-requisitos .margem-content .particle-content .card-item {
  width: calc(25% - 18px);
  min-height: 190px;
  margin: 12px 0 24px;
  padding: 50px 20px 20px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.07), 0 2px 4px rgba(0, 0, 0, 0.07), 0 4px 8px rgba(0, 0, 0, 0.07), 0 8px 16px rgba(0, 0, 0, 0.07), 0 16px 32px rgba(0, 0, 0, 0.07), 0px 0px 0px 0px rgba(0, 0, 0, 0.07);
  border-radius: 6.48559px;
  transition: box-shadow 0.6s ease-in-out, transform 0.3s;
  position: relative;
}
/* line 150, templates/g5_mcustom/scss/mcustom/_pg-inicio.scss */
#g-conteudo #pg-requisitos .margem-content .particle-content .card-item .card-img {
  position: absolute;
  top: -40px;
  left: 50%;
  margin-left: -40px;
}
/* line 155, templates/g5_mcustom/scss/mcustom/_pg-inicio.scss */
#g-conteudo #pg-requisitos .margem-content .particle-content .card-item .card-img img {
  width: 80px;
  height: 80px;
}
#g-conteudo #pg-requisitos .margem-content .particle-content .card-item .card-img i {
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #ff8c00;
  color: #fff;
  font-size: 34px;
  box-shadow: 0 10px 24px rgba(255, 140, 0, 0.25);
}
#g-conteudo #pg-requisitos .margem-content .particle-content .card-item .card-title h4 {
  margin-top: 0;
  margin-bottom: 10px;
}
#g-conteudo #pg-requisitos .margem-content .particle-content .card-item .card-description p {
  margin: 0;
  color: #515151;
  line-height: 1.45;
}
/* line 160, templates/g5_mcustom/scss/mcustom/_pg-inicio.scss */
#g-conteudo #pg-requisitos .margem-content .particle-content .card-item:hover {
  transform: translateY(-10px);
}
/* line 171, templates/g5_mcustom/scss/mcustom/_pg-inicio.scss */
#g-conteudo #pg-requisitos .margem-content .particle-content .cta-content {
  margin-top: 30px;
  padding: 30px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  border-top-left-radius: 10px;
  background-color: #ffe8cc;
  display: flex;
  flex-wrap: wrap;
}
/* line 179, templates/g5_mcustom/scss/mcustom/_pg-inicio.scss */
#g-conteudo #pg-requisitos .margem-content .particle-content .cta-content .cta-text {
  width: 70%;
}
/* line 181, templates/g5_mcustom/scss/mcustom/_pg-inicio.scss */
#g-conteudo #pg-requisitos .margem-content .particle-content .cta-content .cta-text .cta-title {
  text-align: left;
}
/* line 183, templates/g5_mcustom/scss/mcustom/_pg-inicio.scss */
#g-conteudo #pg-requisitos .margem-content .particle-content .cta-content .cta-text .cta-title h3 {
  color: #ff8c00;
  margin: 0;
  font-weight: bolder;
}
/* line 187, templates/g5_mcustom/scss/mcustom/_pg-inicio.scss */
#g-conteudo #pg-requisitos .margem-content .particle-content .cta-content .cta-text .cta-title h3 strong {
  color: #663800;
}
/* line 193, templates/g5_mcustom/scss/mcustom/_pg-inicio.scss */
/* line 194, templates/g5_mcustom/scss/mcustom/_pg-inicio.scss */
#g-conteudo #pg-requisitos .margem-content .particle-content .cta-content .cta-description p {
  margin: 0;
}
/* line 199, templates/g5_mcustom/scss/mcustom/_pg-inicio.scss */
#g-conteudo #pg-requisitos .margem-content .particle-content .requisitos-btn {
  width: 30%;
  display: flex;
  justify-content: center;
  align-items: center;
}
/* line 205, templates/g5_mcustom/scss/mcustom/_pg-inicio.scss */
/* line 206, templates/g5_mcustom/scss/mcustom/_pg-inicio.scss */
#g-conteudo #pg-requisitos .margem-content .particle-content .requisitos-btn .cta-btn a {
  color: #fff !important;
  background: #ff8c00;
  text-shadow: none;
  font-weight: bold;
  padding: 12px;
  font-size: 16px;
  -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: 10px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  border-top-left-radius: 10px;
}
/* line 103, templates/g5_mcustom/scss/mixins/_mixin.scss */
#g-conteudo #pg-requisitos .margem-content .particle-content .requisitos-btn .cta-btn a:hover {
  color: #fff !important;
  background: #f08400;
  -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;
}
/* line 216, templates/g5_mcustom/scss/mcustom/_pg-inicio.scss */
#g-conteudo #pg-servidor-licenca {
  padding: 50px 0 50px 0;
}
/* line 218, templates/g5_mcustom/scss/mcustom/_pg-inicio.scss */
/* line 219, templates/g5_mcustom/scss/mcustom/_pg-inicio.scss */
/* line 220, templates/g5_mcustom/scss/mcustom/_pg-inicio.scss */
#g-conteudo #pg-servidor-licenca .margem-content .particle-content .content-item {
  display: flex;
  align-items: center;
  margin-top: 50px;
}
/* line 224, templates/g5_mcustom/scss/mcustom/_pg-inicio.scss */
#g-conteudo #pg-servidor-licenca .margem-content .particle-content .content-item .sobre-item-content {
  width: 40%;
  padding-right: 25px;
}
/* line 228, templates/g5_mcustom/scss/mcustom/_pg-inicio.scss */
/* line 229, templates/g5_mcustom/scss/mcustom/_pg-inicio.scss */
#g-conteudo #pg-servidor-licenca .margem-content .particle-content .content-item .sobre-item-content h4 strong {
  color: #515151;
}
/* line 233, templates/g5_mcustom/scss/mcustom/_pg-inicio.scss */
#g-conteudo #pg-servidor-licenca .margem-content .particle-content .content-item .sobre-item-content .sl-btn {
  padding-top: 30px;
}
/* line 235, templates/g5_mcustom/scss/mcustom/_pg-inicio.scss */
/* line 236, templates/g5_mcustom/scss/mcustom/_pg-inicio.scss */
#g-conteudo #pg-servidor-licenca .margem-content .particle-content .content-item .sobre-item-content .sl-btn .cta-btn a {
  color: #ff8c00 !important;
  background: #fff;
  text-shadow: none;
  font-weight: bold;
  padding: 12px;
  font-size: 16px;
  border: 1px solid #ff8c00;
  -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: 10px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  border-top-left-radius: 10px;
}
/* line 119, templates/g5_mcustom/scss/mixins/_mixin.scss */
#g-conteudo #pg-servidor-licenca .margem-content .particle-content .content-item .sobre-item-content .sl-btn .cta-btn a:hover {
  color: #fff !important;
  background: #ff8c00;
  -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;
}
/* line 243, templates/g5_mcustom/scss/mcustom/_pg-inicio.scss */
#g-conteudo #pg-servidor-licenca .margem-content .particle-content .content-item .sobre-img {
  width: 60%;
  text-align: center;
  padding-left: 25px;
}
/* line 249, templates/g5_mcustom/scss/mcustom/_pg-inicio.scss */
#g-conteudo #pg-servidor-licenca .margem-content .particle-content .sobre-content {
  text-align: center;
}
/* line 255, templates/g5_mcustom/scss/mcustom/_pg-inicio.scss */
#g-conteudo #pg-produtos {
  padding: 50px 0 50px 0;
}
/* line 257, templates/g5_mcustom/scss/mcustom/_pg-inicio.scss */
/* line 258, templates/g5_mcustom/scss/mcustom/_pg-inicio.scss */
/* line 259, templates/g5_mcustom/scss/mcustom/_pg-inicio.scss */
#g-conteudo #pg-produtos .margem-content .particle-content h3, #g-conteudo #pg-produtos .margem-content .particle-content h4 {
  color: #515151;
}
/* line 262, templates/g5_mcustom/scss/mcustom/_pg-inicio.scss */
#g-conteudo #pg-produtos .margem-content .particle-content .prodcontent {
  display: flex;
  flex-wrap: wrap;
  padding: 30px 0;
}
/* line 266, templates/g5_mcustom/scss/mcustom/_pg-inicio.scss */
#g-conteudo #pg-produtos .margem-content .particle-content .prodcontent .produtos-img {
  width: 50%;
}
/* line 269, templates/g5_mcustom/scss/mcustom/_pg-inicio.scss */
#g-conteudo #pg-produtos .margem-content .particle-content .prodcontent .produtos-card {
  width: 50%;
  display: flex;
  align-content: center;
  flex-wrap: wrap;
}
/* line 274, templates/g5_mcustom/scss/mcustom/_pg-inicio.scss */
#g-conteudo #pg-produtos .margem-content .particle-content .prodcontent .produtos-card .produtos-card-itens {
  width: 46%;
  transition: transform 0.2s;
  /* Animation */
  background: #fff;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.07), 0 2px 4px rgba(0, 0, 0, 0.07), 0 4px 8px rgba(0, 0, 0, 0.07), 0 8px 16px rgba(0, 0, 0, 0.07), 0 16px 32px rgba(0, 0, 0, 0.07), 0px 0px 0px 0px rgba(0, 0, 0, 0.07);
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  border-top-left-radius: 10px;
  margin: 10px;
}
/* line 281, templates/g5_mcustom/scss/mcustom/_pg-inicio.scss */
#g-conteudo #pg-produtos .margem-content .particle-content .prodcontent .produtos-card .produtos-card-itens .card-item-link, #g-conteudo #pg-produtos .margem-content .particle-content .prodcontent .produtos-card .produtos-card-itens .card-item-sem-link {
  width: 100%;
  display: flex;
  transition: transform 0.1s;
  /* Animation */
  align-content: center;
  align-items: center;
  flex-wrap: wrap;
  min-height: 72px;
  padding: 10px;
}
/* line 290, templates/g5_mcustom/scss/mcustom/_pg-inicio.scss */
#g-conteudo #pg-produtos .margem-content .particle-content .prodcontent .produtos-card .produtos-card-itens .card-item-link i, #g-conteudo #pg-produtos .margem-content .particle-content .prodcontent .produtos-card .produtos-card-itens .card-item-sem-link i {
  color: #515151;
  display: flex;
  align-items: center;
  padding: 0 10px;
}
/* line 297, templates/g5_mcustom/scss/mcustom/_pg-inicio.scss */
/* line 306, templates/g5_mcustom/scss/mcustom/_pg-inicio.scss */
#g-conteudo #pg-produtos .margem-content .particle-content .prodcontent .produtos-card .produtos-card-itens .produtos-card-img {
  width: 20%;
  display: flex;
  justify-content: center;
  align-items: center;
}
/* line 311, templates/g5_mcustom/scss/mcustom/_pg-inicio.scss */
#g-conteudo #pg-produtos .margem-content .particle-content .prodcontent .produtos-card .produtos-card-itens .produtos-card-img img {
  height: 37px;
  fill: black;
}
/* line 316, templates/g5_mcustom/scss/mcustom/_pg-inicio.scss */
#g-conteudo #pg-produtos .margem-content .particle-content .prodcontent .produtos-card .produtos-card-itens .card-text {
  width: calc(100% - 50px);
  display: flex;
  align-items: center;
}
/* line 320, templates/g5_mcustom/scss/mcustom/_pg-inicio.scss */
#g-conteudo #pg-produtos .margem-content .particle-content .prodcontent .produtos-card .produtos-card-itens .card-text .card-title {
  align-items: right;
}
/* line 322, templates/g5_mcustom/scss/mcustom/_pg-inicio.scss */
#g-conteudo #pg-produtos .margem-content .particle-content .prodcontent .produtos-card .produtos-card-itens .card-text .card-title h4 {
  margin: 0;
  font-size: 16px;
  line-height: 1.25;
}
/* line 327, templates/g5_mcustom/scss/mcustom/_pg-inicio.scss */
#g-conteudo #pg-produtos .margem-content .particle-content .prodcontent .produtos-card .produtos-card-itens .card-icon {
  width: 20%;
  padding-left: 10px;
  display: flex;
  align-items: center;
}
/* line 333, templates/g5_mcustom/scss/mcustom/_pg-inicio.scss */
#g-conteudo #pg-produtos .margem-content .particle-content .prodcontent .produtos-card .produtos-card-itens:hover {
  transform: scale(1.05);
}
/* line 342, templates/g5_mcustom/scss/mcustom/_pg-inicio.scss */
#g-conteudo #pg-produtos .margem-content .particle-content .produtos-content {
  width: 100%;
  text-align: center;
}
/* line 347, templates/g5_mcustom/scss/mcustom/_pg-inicio.scss */
#g-conteudo #pg-produtos .margem-content .particle-content .btns {
  display: flex;
  flex-wrap: wrap;
  width: 50%;
  margin: 0 auto;
}
/* line 352, templates/g5_mcustom/scss/mcustom/_pg-inicio.scss */
#g-conteudo #pg-produtos .margem-content .particle-content .btns .cta-btn {
  width: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  height: 100px;
}
/* line 359, templates/g5_mcustom/scss/mcustom/_pg-inicio.scss */
#g-conteudo #pg-produtos .margem-content .particle-content .btns .cta-btn a {
  color: #ff8c00 !important;
  background: #fff;
  text-shadow: none;
  font-weight: bold;
  padding: 12px;
  font-size: 16px;
  border: 1px solid #ff8c00;
  -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: 10px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  border-top-left-radius: 10px;
}
/* line 119, templates/g5_mcustom/scss/mixins/_mixin.scss */
#g-conteudo #pg-produtos .margem-content .particle-content .btns .cta-btn a:hover {
  color: #fff !important;
  background: #ff8c00;
  -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;
}
/* line 363, templates/g5_mcustom/scss/mcustom/_pg-inicio.scss */
/* line 364, templates/g5_mcustom/scss/mcustom/_pg-inicio.scss */
#g-conteudo #pg-produtos .margem-content .particle-content .btns .cta-btn.second a {
  color: #fff !important;
  background: #ff8c00;
  text-shadow: none;
  font-weight: bold;
  padding: 12px;
  font-size: 16px;
  -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: 10px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  border-top-left-radius: 10px;
}
/* line 103, templates/g5_mcustom/scss/mixins/_mixin.scss */
#g-conteudo #pg-produtos .margem-content .particle-content .btns .cta-btn.second a:hover {
  color: #fff !important;
  background: #f08400;
  -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: 75rem) {
  /* line 380, templates/g5_mcustom/scss/mcustom/_pg-inicio.scss */
  #g-conteudo #pg-showcase {
    background-size: 60% !important;
    background-position-x: 110% !important;
  }
}
@media only all and (min-width: 60rem) and (max-width: 74.99rem) {
  /* line 387, templates/g5_mcustom/scss/mcustom/_pg-inicio.scss */
  #g-conteudo #pg-showcase {
    background-size: 0% !important;
  }
  /* line 389, templates/g5_mcustom/scss/mcustom/_pg-inicio.scss */
  #g-conteudo #pg-showcase .revenda-content {
    width: 100% !important;
  }
  /* line 391, templates/g5_mcustom/scss/mcustom/_pg-inicio.scss */
  #g-conteudo #pg-showcase .revenda-content .title {
    text-align: center !important;
  }
  /* line 394, templates/g5_mcustom/scss/mcustom/_pg-inicio.scss */
  #g-conteudo #pg-showcase .revenda-content .description {
    text-align: center !important;
  }
  /* line 397, templates/g5_mcustom/scss/mcustom/_pg-inicio.scss */
  #g-conteudo #pg-showcase .revenda-content .revenda-btns {
    justify-content: center !important;
  }
  /* line 401, templates/g5_mcustom/scss/mcustom/_pg-inicio.scss */
  #g-conteudo #pg-showcase .revenda-imagem {
    display: none;
  }
  /* line 405, templates/g5_mcustom/scss/mcustom/_pg-inicio.scss */
  /* line 406, templates/g5_mcustom/scss/mcustom/_pg-inicio.scss */
  #g-conteudo .margem-content {
    width: 60rem;
    padding: 0 50px;
  }
  /* line 411, templates/g5_mcustom/scss/mcustom/_pg-inicio.scss */
  /* line 412, templates/g5_mcustom/scss/mcustom/_pg-inicio.scss */
  /* line 413, templates/g5_mcustom/scss/mcustom/_pg-inicio.scss */
  /* line 414, templates/g5_mcustom/scss/mcustom/_pg-inicio.scss */
  /* line 415, templates/g5_mcustom/scss/mcustom/_pg-inicio.scss */
  /* line 416, templates/g5_mcustom/scss/mcustom/_pg-inicio.scss */
  #pg-showcase .margem-content .particle-content .revenda-content .title h1 {
    text-align: start;
  }
  /* line 420, templates/g5_mcustom/scss/mcustom/_pg-inicio.scss */
  #pg-showcase .margem-content .particle-content .revenda-content .card {
    flex-wrap: wrap;
  }
  /* line 427, templates/g5_mcustom/scss/mcustom/_pg-inicio.scss */
  /* line 428, templates/g5_mcustom/scss/mcustom/_pg-inicio.scss */
  /* line 429, templates/g5_mcustom/scss/mcustom/_pg-inicio.scss */
  /* line 430, templates/g5_mcustom/scss/mcustom/_pg-inicio.scss */
  /* line 433, templates/g5_mcustom/scss/mcustom/_pg-inicio.scss */
  #pg-requisitos .margem-content .particle-content .card .card-item {
    width: 45% !important;
    margin: 30px 20px 70px !important;
  }
  /* line 438, templates/g5_mcustom/scss/mcustom/_pg-inicio.scss */
  #pg-requisitos .margem-content .particle-content .produtos-img {
    width: 100%;
    display: flex;
    justify-content: center;
  }
  /* line 443, templates/g5_mcustom/scss/mcustom/_pg-inicio.scss */
  #pg-requisitos .margem-content .particle-content .cta-content {
    margin: 12px 12px 24px 12px !important;
  }
  /* line 445, templates/g5_mcustom/scss/mcustom/_pg-inicio.scss */
  #pg-requisitos .margem-content .particle-content .cta-content .cta-text {
    width: 65% !important;
  }
  /* line 448, templates/g5_mcustom/scss/mcustom/_pg-inicio.scss */
  #pg-requisitos .margem-content .particle-content .cta-content .requisitos-btn {
    width: 35% !important;
  }
  /* line 456, templates/g5_mcustom/scss/mcustom/_pg-inicio.scss */
  /* line 457, templates/g5_mcustom/scss/mcustom/_pg-inicio.scss */
  /* line 458, templates/g5_mcustom/scss/mcustom/_pg-inicio.scss */
  /* line 459, templates/g5_mcustom/scss/mcustom/_pg-inicio.scss */
  #pg-produtos .margem-content .particle-content .produtos-img {
    width: 100% !important;
    text-align: center;
  }
  /* line 463, templates/g5_mcustom/scss/mcustom/_pg-inicio.scss */
  #pg-produtos .margem-content .particle-content .produtos-card {
    width: 100% !important;
  }
  /* line 466, templates/g5_mcustom/scss/mcustom/_pg-inicio.scss */
  #pg-produtos .margem-content .particle-content .btns {
    width: 75% !important;
  }
}
@media only all and (min-width: 48rem) and (max-width: 59.99rem) {
  /* line 475, templates/g5_mcustom/scss/mcustom/_pg-inicio.scss */
  /* line 476, templates/g5_mcustom/scss/mcustom/_pg-inicio.scss */
  #g-conteudo .margem-content {
    width: 48rem;
    padding: 0 50px;
  }
  /* line 481, templates/g5_mcustom/scss/mcustom/_pg-inicio.scss */
  #pg-showcase {
    background: none !important;
  }
  /* line 483, templates/g5_mcustom/scss/mcustom/_pg-inicio.scss */
  /* line 484, templates/g5_mcustom/scss/mcustom/_pg-inicio.scss */
  #pg-showcase .margem-content .particle-content {
    flex-wrap: wrap;
  }
  /* line 486, templates/g5_mcustom/scss/mcustom/_pg-inicio.scss */
  #pg-showcase .margem-content .particle-content .revenda-content {
    width: 100% !important;
  }
  /* line 488, templates/g5_mcustom/scss/mcustom/_pg-inicio.scss */
  /* line 489, templates/g5_mcustom/scss/mcustom/_pg-inicio.scss */
  #pg-showcase .margem-content .particle-content .revenda-content .title h1 {
    text-align: center;
  }
  /* line 493, templates/g5_mcustom/scss/mcustom/_pg-inicio.scss */
  #pg-showcase .margem-content .particle-content .revenda-content .card {
    flex-wrap: wrap;
  }
  /* line 496, templates/g5_mcustom/scss/mcustom/_pg-inicio.scss */
  #pg-showcase .margem-content .particle-content .revenda-content .revenda-btns {
    justify-content: center;
  }
  /* line 500, templates/g5_mcustom/scss/mcustom/_pg-inicio.scss */
  #pg-showcase .margem-content .particle-content .revenda-imagem {
    display: none;
  }
  /* line 506, templates/g5_mcustom/scss/mcustom/_pg-inicio.scss */
  #pg-sobe-eagle .content {
    display: block !important;
  }
  /* line 508, templates/g5_mcustom/scss/mcustom/_pg-inicio.scss */
  #pg-sobe-eagle .content .logo-eagle {
    width: 100% !important;
    text-align: center;
  }
  /* line 512, templates/g5_mcustom/scss/mcustom/_pg-inicio.scss */
  #pg-sobe-eagle .content .content-eagle {
    width: 100% !important;
  }
  /* line 516, templates/g5_mcustom/scss/mcustom/_pg-inicio.scss */
  /* line 517, templates/g5_mcustom/scss/mcustom/_pg-inicio.scss */
  /* line 518, templates/g5_mcustom/scss/mcustom/_pg-inicio.scss */
  /* line 519, templates/g5_mcustom/scss/mcustom/_pg-inicio.scss */
  /* line 521, templates/g5_mcustom/scss/mcustom/_pg-inicio.scss */
  #pg-requisitos .margem-content .particle-content .card .card-item {
    margin: 12px 0 70px !important;
  }
  /* line 525, templates/g5_mcustom/scss/mcustom/_pg-inicio.scss */
  #pg-requisitos .margem-content .particle-content .produtos-img {
    width: 100%;
    display: flex;
    justify-content: center;
  }
  /* line 530, templates/g5_mcustom/scss/mcustom/_pg-inicio.scss */
  #pg-requisitos .margem-content .particle-content .cta-content {
    display: block !important;
    margin: 12px 12px 24px 12px !important;
  }
  /* line 533, templates/g5_mcustom/scss/mcustom/_pg-inicio.scss */
  #pg-requisitos .margem-content .particle-content .cta-content .cta-text {
    width: 100% !important;
  }
  /* line 535, templates/g5_mcustom/scss/mcustom/_pg-inicio.scss */
  #pg-requisitos .margem-content .particle-content .cta-content .requisitos-btn {
    width: 100% !important;
    margin-top: 30px;
  }
  /* line 543, templates/g5_mcustom/scss/mcustom/_pg-inicio.scss */
  /* line 544, templates/g5_mcustom/scss/mcustom/_pg-inicio.scss */
  #pg-servidor-licenca .content-item {
    display: flex !important;
    flex-wrap: wrap;
    flex-direction: column-reverse;
  }
  /* line 548, templates/g5_mcustom/scss/mcustom/_pg-inicio.scss */
  #pg-servidor-licenca .content-item .sobre-item-content, #pg-servidor-licenca .content-item .sobre-img {
    width: 100% !important;
  }
  /* line 552, templates/g5_mcustom/scss/mcustom/_pg-inicio.scss */
  #pg-servidor-licenca .content-item .sl-btn {
    text-align: center;
  }
  /* line 561, templates/g5_mcustom/scss/mcustom/_pg-inicio.scss */
  /* line 562, templates/g5_mcustom/scss/mcustom/_pg-inicio.scss */
  /* line 563, templates/g5_mcustom/scss/mcustom/_pg-inicio.scss */
  /* line 564, templates/g5_mcustom/scss/mcustom/_pg-inicio.scss */
  #pg-produtos .margem-content .particle-content .produtos-img {
    width: 100% !important;
    text-align: center;
  }
  /* line 568, templates/g5_mcustom/scss/mcustom/_pg-inicio.scss */
  #pg-produtos .margem-content .particle-content .produtos-card {
    width: 100% !important;
    padding-top: 30px !important;
  }
  /* line 572, templates/g5_mcustom/scss/mcustom/_pg-inicio.scss */
  #pg-produtos .margem-content .particle-content .btns {
    width: 100% !important;
  }
}
@media only all and (min-width: 30.01rem) and (max-width: 47.99rem) {
  /* line 582, templates/g5_mcustom/scss/mcustom/_pg-inicio.scss */
  /* line 583, templates/g5_mcustom/scss/mcustom/_pg-inicio.scss */
  #g-conteudo .margem-content {
    width: 30rem;
    padding: 0 50px;
  }
  /* line 588, templates/g5_mcustom/scss/mcustom/_pg-inicio.scss */
  #pg-showcase {
    background: none !important;
  }
  /* line 590, templates/g5_mcustom/scss/mcustom/_pg-inicio.scss */
  /* line 591, templates/g5_mcustom/scss/mcustom/_pg-inicio.scss */
  #pg-showcase .margem-content .particle-content {
    flex-wrap: wrap;
  }
  /* line 593, templates/g5_mcustom/scss/mcustom/_pg-inicio.scss */
  #pg-showcase .margem-content .particle-content .revenda-content {
    width: 100% !important;
  }
  /* line 595, templates/g5_mcustom/scss/mcustom/_pg-inicio.scss */
  /* line 596, templates/g5_mcustom/scss/mcustom/_pg-inicio.scss */
  #pg-showcase .margem-content .particle-content .revenda-content .title h1 {
    text-align: center;
  }
  /* line 600, templates/g5_mcustom/scss/mcustom/_pg-inicio.scss */
  #pg-showcase .margem-content .particle-content .revenda-content .card {
    flex-wrap: wrap;
  }
  /* line 603, templates/g5_mcustom/scss/mcustom/_pg-inicio.scss */
  #pg-showcase .margem-content .particle-content .revenda-content .revenda-btns {
    justify-content: center;
  }
  /* line 607, templates/g5_mcustom/scss/mcustom/_pg-inicio.scss */
  #pg-showcase .margem-content .particle-content .revenda-imagem {
    display: none;
  }
  /* line 613, templates/g5_mcustom/scss/mcustom/_pg-inicio.scss */
  #pg-sobe-eagle .content {
    display: block !important;
  }
  /* line 615, templates/g5_mcustom/scss/mcustom/_pg-inicio.scss */
  #pg-sobe-eagle .content .logo-eagle {
    width: 100% !important;
    text-align: center;
  }
  /* line 619, templates/g5_mcustom/scss/mcustom/_pg-inicio.scss */
  #pg-sobe-eagle .content .content-eagle {
    width: 100% !important;
  }
  /* line 623, templates/g5_mcustom/scss/mcustom/_pg-inicio.scss */
  /* line 624, templates/g5_mcustom/scss/mcustom/_pg-inicio.scss */
  /* line 625, templates/g5_mcustom/scss/mcustom/_pg-inicio.scss */
  /* line 626, templates/g5_mcustom/scss/mcustom/_pg-inicio.scss */
  #pg-requisitos .margem-content .particle-content .card {
    justify-content: center !important;
  }
  /* line 629, templates/g5_mcustom/scss/mcustom/_pg-inicio.scss */
  #pg-requisitos .margem-content .particle-content .card .card-item {
    margin: 12px 0 70px !important;
  }
  /* line 633, templates/g5_mcustom/scss/mcustom/_pg-inicio.scss */
  #pg-requisitos .margem-content .particle-content .produtos-img {
    width: 100%;
    display: flex;
    justify-content: center;
  }
  /* line 638, templates/g5_mcustom/scss/mcustom/_pg-inicio.scss */
  #pg-requisitos .margem-content .particle-content .cta-content {
    display: block !important;
    margin: 12px 12px 24px 12px !important;
  }
  /* line 641, templates/g5_mcustom/scss/mcustom/_pg-inicio.scss */
  #pg-requisitos .margem-content .particle-content .cta-content .cta-text {
    width: 100% !important;
  }
  /* line 643, templates/g5_mcustom/scss/mcustom/_pg-inicio.scss */
  #pg-requisitos .margem-content .particle-content .cta-content .requisitos-btn {
    width: 100% !important;
    margin-top: 30px;
  }
  /* line 651, templates/g5_mcustom/scss/mcustom/_pg-inicio.scss */
  /* line 652, templates/g5_mcustom/scss/mcustom/_pg-inicio.scss */
  #pg-servidor-licenca .content-item {
    display: flex !important;
    flex-wrap: wrap;
    flex-direction: column-reverse;
  }
  /* line 656, templates/g5_mcustom/scss/mcustom/_pg-inicio.scss */
  #pg-servidor-licenca .content-item .sobre-item-content, #pg-servidor-licenca .content-item .sobre-img {
    width: 100% !important;
  }
  /* line 660, templates/g5_mcustom/scss/mcustom/_pg-inicio.scss */
  #pg-servidor-licenca .content-item .sl-btn {
    text-align: center;
  }
  /* line 669, templates/g5_mcustom/scss/mcustom/_pg-inicio.scss */
  /* line 670, templates/g5_mcustom/scss/mcustom/_pg-inicio.scss */
  /* line 671, templates/g5_mcustom/scss/mcustom/_pg-inicio.scss */
  /* line 672, templates/g5_mcustom/scss/mcustom/_pg-inicio.scss */
  #pg-produtos .margem-content .particle-content .produtos-img {
    width: 100% !important;
    text-align: center;
  }
  /* line 676, templates/g5_mcustom/scss/mcustom/_pg-inicio.scss */
  #pg-produtos .margem-content .particle-content .produtos-card {
    width: 100% !important;
    padding-top: 30px !important;
  }
  /* line 679, templates/g5_mcustom/scss/mcustom/_pg-inicio.scss */
  #pg-produtos .margem-content .particle-content .produtos-card .produtos-card-itens {
    width: 100% !important;
  }
  /* line 683, templates/g5_mcustom/scss/mcustom/_pg-inicio.scss */
  #pg-produtos .margem-content .particle-content .btns {
    width: 100% !important;
  }
  /* line 685, templates/g5_mcustom/scss/mcustom/_pg-inicio.scss */
  #pg-produtos .margem-content .particle-content .btns .cta-btn {
    display: block;
  }
}
@media only all and (max-width: 30rem) {
  /* line 699, templates/g5_mcustom/scss/mcustom/_pg-inicio.scss */
  /* line 700, templates/g5_mcustom/scss/mcustom/_pg-inicio.scss */
  #g-conteudo .margem-content {
    width: 23rem;
    padding: 0 20px;
  }
  /* line 705, templates/g5_mcustom/scss/mcustom/_pg-inicio.scss */
  #pg-showcase {
    background: none !important;
  }
  /* line 707, templates/g5_mcustom/scss/mcustom/_pg-inicio.scss */
  /* line 708, templates/g5_mcustom/scss/mcustom/_pg-inicio.scss */
  #pg-showcase .margem-content .particle-content {
    flex-wrap: wrap;
  }
  /* line 710, templates/g5_mcustom/scss/mcustom/_pg-inicio.scss */
  #pg-showcase .margem-content .particle-content .revenda-content {
    width: 100% !important;
  }
  /* line 712, templates/g5_mcustom/scss/mcustom/_pg-inicio.scss */
  /* line 713, templates/g5_mcustom/scss/mcustom/_pg-inicio.scss */
  #pg-showcase .margem-content .particle-content .revenda-content .title h1 {
    text-align: center;
  }
  /* line 717, templates/g5_mcustom/scss/mcustom/_pg-inicio.scss */
  #pg-showcase .margem-content .particle-content .revenda-content .card {
    flex-wrap: wrap;
  }
  /* line 720, templates/g5_mcustom/scss/mcustom/_pg-inicio.scss */
  #pg-showcase .margem-content .particle-content .revenda-content .revenda-btns {
    justify-content: center;
  }
  /* line 724, templates/g5_mcustom/scss/mcustom/_pg-inicio.scss */
  #pg-showcase .margem-content .particle-content .revenda-imagem {
    display: none;
  }
  /* line 730, templates/g5_mcustom/scss/mcustom/_pg-inicio.scss */
  #pg-sobe-eagle .content {
    display: block !important;
  }
  /* line 732, templates/g5_mcustom/scss/mcustom/_pg-inicio.scss */
  #pg-sobe-eagle .content .logo-eagle {
    width: 100% !important;
    text-align: center;
  }
  /* line 736, templates/g5_mcustom/scss/mcustom/_pg-inicio.scss */
  #pg-sobe-eagle .content .content-eagle {
    width: 100% !important;
  }
  /* line 740, templates/g5_mcustom/scss/mcustom/_pg-inicio.scss */
  /* line 741, templates/g5_mcustom/scss/mcustom/_pg-inicio.scss */
  /* line 742, templates/g5_mcustom/scss/mcustom/_pg-inicio.scss */
  /* line 743, templates/g5_mcustom/scss/mcustom/_pg-inicio.scss */
  #pg-requisitos .margem-content .particle-content .card {
    justify-content: center !important;
  }
  /* line 746, templates/g5_mcustom/scss/mcustom/_pg-inicio.scss */
  #pg-requisitos .margem-content .particle-content .card .card-item {
    margin: 12px 0 70px !important;
  }
  /* line 750, templates/g5_mcustom/scss/mcustom/_pg-inicio.scss */
  #pg-requisitos .margem-content .particle-content .produtos-img {
    width: 100%;
    display: flex;
    justify-content: center;
  }
  /* line 755, templates/g5_mcustom/scss/mcustom/_pg-inicio.scss */
  #pg-requisitos .margem-content .particle-content .cta-content {
    display: block !important;
    margin: 12px 12px 24px 12px !important;
  }
  /* line 758, templates/g5_mcustom/scss/mcustom/_pg-inicio.scss */
  #pg-requisitos .margem-content .particle-content .cta-content .cta-text {
    width: 100% !important;
  }
  /* line 761, templates/g5_mcustom/scss/mcustom/_pg-inicio.scss */
  #pg-requisitos .margem-content .particle-content .cta-content .requisitos-btn {
    width: 100% !important;
    margin-top: 30px !important;
    line-height: 40px !important;
    text-align: center !important;
  }
  /* line 766, templates/g5_mcustom/scss/mcustom/_pg-inicio.scss */
  #pg-requisitos .margem-content .particle-content .cta-content .requisitos-btn a {
    display: block !important;
  }
  /* line 774, templates/g5_mcustom/scss/mcustom/_pg-inicio.scss */
  /* line 775, templates/g5_mcustom/scss/mcustom/_pg-inicio.scss */
  #pg-servidor-licenca .content-item {
    display: flex !important;
    flex-wrap: wrap;
    flex-direction: column-reverse;
  }
  /* line 779, templates/g5_mcustom/scss/mcustom/_pg-inicio.scss */
  #pg-servidor-licenca .content-item .sobre-item-content, #pg-servidor-licenca .content-item .sobre-img {
    width: 100% !important;
  }
  /* line 783, templates/g5_mcustom/scss/mcustom/_pg-inicio.scss */
  #pg-servidor-licenca .content-item .sl-btn {
    text-align: center;
  }
  /* line 792, templates/g5_mcustom/scss/mcustom/_pg-inicio.scss */
  /* line 793, templates/g5_mcustom/scss/mcustom/_pg-inicio.scss */
  /* line 794, templates/g5_mcustom/scss/mcustom/_pg-inicio.scss */
  /* line 795, templates/g5_mcustom/scss/mcustom/_pg-inicio.scss */
  #pg-produtos .margem-content .particle-content .produtos-img {
    width: 100% !important;
    text-align: center;
  }
  /* line 799, templates/g5_mcustom/scss/mcustom/_pg-inicio.scss */
  #pg-produtos .margem-content .particle-content .produtos-card {
    width: 100% !important;
    padding-top: 30px !important;
  }
  /* line 802, templates/g5_mcustom/scss/mcustom/_pg-inicio.scss */
  #pg-produtos .margem-content .particle-content .produtos-card .produtos-card-itens {
    width: 100% !important;
  }
}
@media (max-width: 359px) {
  /* line 812, templates/g5_mcustom/scss/mcustom/_pg-inicio.scss */
  /* line 813, templates/g5_mcustom/scss/mcustom/_pg-inicio.scss */
  #g-conteudo .margem-content {
    width: 19rem;
    padding: 0px 15px;
  }
  /* line 818, templates/g5_mcustom/scss/mcustom/_pg-inicio.scss */
  #pg-showcase {
    background: none !important;
  }
  /* line 820, templates/g5_mcustom/scss/mcustom/_pg-inicio.scss */
  /* line 821, templates/g5_mcustom/scss/mcustom/_pg-inicio.scss */
  #pg-showcase .margem-content .particle-content {
    flex-wrap: wrap;
  }
  /* line 823, templates/g5_mcustom/scss/mcustom/_pg-inicio.scss */
  #pg-showcase .margem-content .particle-content .revenda-content {
    width: 100% !important;
  }
  /* line 825, templates/g5_mcustom/scss/mcustom/_pg-inicio.scss */
  /* line 826, templates/g5_mcustom/scss/mcustom/_pg-inicio.scss */
  #pg-showcase .margem-content .particle-content .revenda-content .title h1 {
    text-align: center;
  }
  /* line 830, templates/g5_mcustom/scss/mcustom/_pg-inicio.scss */
  #pg-showcase .margem-content .particle-content .revenda-content .card {
    flex-wrap: wrap;
  }
  /* line 833, templates/g5_mcustom/scss/mcustom/_pg-inicio.scss */
  #pg-showcase .margem-content .particle-content .revenda-content .revenda-btns {
    justify-content: center;
  }
  /* line 837, templates/g5_mcustom/scss/mcustom/_pg-inicio.scss */
  #pg-showcase .margem-content .particle-content .revenda-imagem {
    display: none;
  }
  /* line 843, templates/g5_mcustom/scss/mcustom/_pg-inicio.scss */
  #pg-sobe-eagle .content {
    display: block !important;
  }
  /* line 845, templates/g5_mcustom/scss/mcustom/_pg-inicio.scss */
  #pg-sobe-eagle .content .logo-eagle {
    width: 100% !important;
    text-align: center;
  }
  /* line 849, templates/g5_mcustom/scss/mcustom/_pg-inicio.scss */
  #pg-sobe-eagle .content .content-eagle {
    width: 100% !important;
  }
  /* line 853, templates/g5_mcustom/scss/mcustom/_pg-inicio.scss */
  /* line 854, templates/g5_mcustom/scss/mcustom/_pg-inicio.scss */
  /* line 855, templates/g5_mcustom/scss/mcustom/_pg-inicio.scss */
  /* line 856, templates/g5_mcustom/scss/mcustom/_pg-inicio.scss */
  #pg-requisitos .margem-content .particle-content .card {
    justify-content: center !important;
  }
  /* line 859, templates/g5_mcustom/scss/mcustom/_pg-inicio.scss */
  #pg-requisitos .margem-content .particle-content .card .card-item {
    margin: 12px 0 70px !important;
  }
  /* line 863, templates/g5_mcustom/scss/mcustom/_pg-inicio.scss */
  #pg-requisitos .margem-content .particle-content .produtos-img {
    width: 100%;
    display: flex;
    justify-content: center;
  }
  /* line 868, templates/g5_mcustom/scss/mcustom/_pg-inicio.scss */
  #pg-requisitos .margem-content .particle-content .cta-content {
    display: block !important;
    margin: 12px 12px 24px 12px !important;
  }
  /* line 871, templates/g5_mcustom/scss/mcustom/_pg-inicio.scss */
  #pg-requisitos .margem-content .particle-content .cta-content .cta-text {
    width: 100% !important;
  }
  /* line 873, templates/g5_mcustom/scss/mcustom/_pg-inicio.scss */
  #pg-requisitos .margem-content .particle-content .cta-content .requisitos-btn {
    width: 100% !important;
  }
  /* line 880, templates/g5_mcustom/scss/mcustom/_pg-inicio.scss */
  /* line 881, templates/g5_mcustom/scss/mcustom/_pg-inicio.scss */
  #pg-servidor-licenca .content-item {
    display: flex !important;
    flex-wrap: wrap;
    flex-direction: column-reverse;
  }
  /* line 885, templates/g5_mcustom/scss/mcustom/_pg-inicio.scss */
  #pg-servidor-licenca .content-item .sobre-item-content, #pg-servidor-licenca .content-item .sobre-img {
    width: 100% !important;
  }
  /* line 889, templates/g5_mcustom/scss/mcustom/_pg-inicio.scss */
  #pg-servidor-licenca .content-item .sl-btn {
    text-align: center;
  }
  /* line 898, templates/g5_mcustom/scss/mcustom/_pg-inicio.scss */
  /* line 899, templates/g5_mcustom/scss/mcustom/_pg-inicio.scss */
  /* line 900, templates/g5_mcustom/scss/mcustom/_pg-inicio.scss */
  /* line 901, templates/g5_mcustom/scss/mcustom/_pg-inicio.scss */
  #pg-produtos .margem-content .particle-content .produtos-img {
    width: 100% !important;
    text-align: center;
  }
  /* line 905, templates/g5_mcustom/scss/mcustom/_pg-inicio.scss */
  #pg-produtos .margem-content .particle-content .produtos-card {
    width: 100% !important;
    padding-top: 30px !important;
  }
  /* line 908, templates/g5_mcustom/scss/mcustom/_pg-inicio.scss */
  #pg-produtos .margem-content .particle-content .produtos-card .produtos-card-itens {
    width: 100% !important;
  }
}
/* END MEDIAQUERIES */
/* line 1, templates/g5_mcustom/scss/mcustom/_appmobile.scss */
#g-appmobile {
  background-color: #ffe8cc;
}
/* line 3, templates/g5_mcustom/scss/mcustom/_appmobile.scss */
#g-appmobile .g-container {
  margin: 0 auto;
  padding: 0;
  width: 75rem;
}
/* line 8, templates/g5_mcustom/scss/mcustom/_appmobile.scss */
#g-appmobile #apps-mobile {
  padding: 50px 0 50px 0;
}
/* line 10, templates/g5_mcustom/scss/mcustom/_appmobile.scss */
#g-appmobile #apps-mobile h2 {
  text-align: center;
  color: #515151;
}
/* line 14, templates/g5_mcustom/scss/mcustom/_appmobile.scss */
#g-appmobile #apps-mobile .apps {
  display: flex;
}
/* line 18, templates/g5_mcustom/scss/mcustom/_appmobile.scss */
/* line 19, templates/g5_mcustom/scss/mcustom/_appmobile.scss */
#g-appmobile .app-item.ealgeanalytics {
  width: 100%;
}
/* line 21, templates/g5_mcustom/scss/mcustom/_appmobile.scss */
#g-appmobile .app-item.ealgeanalytics .item {
  display: flex;
  flex-direction: row-reverse;
}
/* line 26, templates/g5_mcustom/scss/mcustom/_appmobile.scss */
#g-appmobile .app-item.forcavendas {
  width: 100%;
}
/* line 29, templates/g5_mcustom/scss/mcustom/_appmobile.scss */
#g-appmobile .app-item .item {
  display: flex;
  align-items: center;
}
/* line 32, templates/g5_mcustom/scss/mcustom/_appmobile.scss */
#g-appmobile .app-item .item .item-imagem {
  width: 40%;
  text-align: center;
}
/* line 40, templates/g5_mcustom/scss/mcustom/_appmobile.scss */
#g-appmobile .app-item .item .item-descricao {
  width: 60%;
  color: #515151;
}
/* line 44, templates/g5_mcustom/scss/mcustom/_appmobile.scss */
#g-appmobile .app-item .item .link {
  padding-top: 20px;
}
/* line 46, templates/g5_mcustom/scss/mcustom/_appmobile.scss */
#g-appmobile .app-item .item .link a {
  color: #fff !important;
  background: #ff8c00;
  text-shadow: none;
  font-weight: bold;
  padding: 12px;
  font-size: 16px;
  -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: 10px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  border-top-left-radius: 10px;
}
/* line 103, templates/g5_mcustom/scss/mixins/_mixin.scss */
#g-appmobile .app-item .item .link a:hover {
  color: #fff !important;
  background: #f08400;
  -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: 75rem) {
}
@media only all and (min-width: 60rem) and (max-width: 74.99rem) {
  /* line 61, templates/g5_mcustom/scss/mcustom/_appmobile.scss */
  /* line 62, templates/g5_mcustom/scss/mcustom/_appmobile.scss */
  #g-appmobile .g-container {
    width: 60rem !important;
  }
  /* line 64, templates/g5_mcustom/scss/mcustom/_appmobile.scss */
  #g-appmobile .g-container .margem-content {
    margin: 0.625rem;
    padding: 0.938rem;
  }
  /* line 67, templates/g5_mcustom/scss/mcustom/_appmobile.scss */
  #g-appmobile .g-container .margem-content .apps {
    display: flex;
    flex-wrap: wrap;
  }
  /* line 70, templates/g5_mcustom/scss/mcustom/_appmobile.scss */
  #g-appmobile .g-container .margem-content .apps .item {
    margin: 0.625rem;
    padding: 0.938rem;
  }
}
@media only all and (min-width: 48rem) and (max-width: 59.99rem) {
  /* line 82, templates/g5_mcustom/scss/mcustom/_appmobile.scss */
  /* line 83, templates/g5_mcustom/scss/mcustom/_appmobile.scss */
  #g-appmobile .g-container {
    width: 48rem !important;
  }
  /* line 85, templates/g5_mcustom/scss/mcustom/_appmobile.scss */
  #g-appmobile .g-container .margem-content {
    margin: 0.625rem;
    padding: 0.938rem;
  }
  /* line 88, templates/g5_mcustom/scss/mcustom/_appmobile.scss */
  #g-appmobile .g-container .margem-content .apps {
    display: flex;
    flex-wrap: wrap;
  }
  /* line 91, templates/g5_mcustom/scss/mcustom/_appmobile.scss */
  #g-appmobile .g-container .margem-content .apps .item {
    margin: 0.625rem;
    padding: 0.938rem;
  }
}
@media only all and (min-width: 30.01rem) and (max-width: 47.99rem) {
  /* line 103, templates/g5_mcustom/scss/mcustom/_appmobile.scss */
  /* line 104, templates/g5_mcustom/scss/mcustom/_appmobile.scss */
  #g-appmobile .g-container {
    width: 100% !important;
  }
  /* line 106, templates/g5_mcustom/scss/mcustom/_appmobile.scss */
  #g-appmobile .g-container .margem-content {
    margin: 0.625rem;
    padding: 0.938rem;
  }
  /* line 109, templates/g5_mcustom/scss/mcustom/_appmobile.scss */
  #g-appmobile .g-container .margem-content .apps {
    display: flex;
    flex-wrap: wrap;
  }
  /* line 112, templates/g5_mcustom/scss/mcustom/_appmobile.scss */
  #g-appmobile .g-container .margem-content .apps .item {
    flex-wrap: wrap;
  }
  /* line 114, templates/g5_mcustom/scss/mcustom/_appmobile.scss */
  #g-appmobile .g-container .margem-content .apps .item .item-descricao {
    width: 100%;
  }
  /* line 117, templates/g5_mcustom/scss/mcustom/_appmobile.scss */
  #g-appmobile .g-container .margem-content .apps .item .item-imagem {
    width: 100%;
    text-align: center;
  }
}
@media only all and (max-width: 30rem) {
  /* line 130, templates/g5_mcustom/scss/mcustom/_appmobile.scss */
  /* line 131, templates/g5_mcustom/scss/mcustom/_appmobile.scss */
  #g-appmobile .g-container {
    width: 100% !important;
  }
  /* line 133, templates/g5_mcustom/scss/mcustom/_appmobile.scss */
  #g-appmobile .g-container .margem-content {
    margin: 0.625rem;
    padding: 0.938rem;
  }
  /* line 136, templates/g5_mcustom/scss/mcustom/_appmobile.scss */
  #g-appmobile .g-container .margem-content .apps {
    display: flex;
    flex-wrap: wrap;
  }
  /* line 139, templates/g5_mcustom/scss/mcustom/_appmobile.scss */
  #g-appmobile .g-container .margem-content .apps .item {
    flex-wrap: wrap;
  }
  /* line 141, templates/g5_mcustom/scss/mcustom/_appmobile.scss */
  #g-appmobile .g-container .margem-content .apps .item .item-descricao {
    width: 100%;
  }
  /* line 144, templates/g5_mcustom/scss/mcustom/_appmobile.scss */
  #g-appmobile .g-container .margem-content .apps .item .item-imagem {
    width: 100%;
    text-align: center;
  }
}
@media (max-width: 359px) {
  /* line 157, templates/g5_mcustom/scss/mcustom/_appmobile.scss */
  /* line 158, templates/g5_mcustom/scss/mcustom/_appmobile.scss */
  #g-appmobile .g-container {
    width: 100% !important;
  }
  /* line 160, templates/g5_mcustom/scss/mcustom/_appmobile.scss */
  #g-appmobile .g-container .margem-content {
    margin: 0.625rem;
    padding: 0.938rem;
  }
  /* line 163, templates/g5_mcustom/scss/mcustom/_appmobile.scss */
  #g-appmobile .g-container .margem-content .apps {
    display: flex;
    flex-wrap: wrap;
  }
  /* line 166, templates/g5_mcustom/scss/mcustom/_appmobile.scss */
  #g-appmobile .g-container .margem-content .apps .item {
    flex-wrap: wrap;
  }
  /* line 168, templates/g5_mcustom/scss/mcustom/_appmobile.scss */
  #g-appmobile .g-container .margem-content .apps .item .item-descricao {
    width: 100%;
  }
  /* line 171, templates/g5_mcustom/scss/mcustom/_appmobile.scss */
  #g-appmobile .g-container .margem-content .apps .item .item-imagem {
    width: 100%;
    text-align: center;
  }
}
/* line 4, templates/g5_mcustom/scss/mcustom/_tabs.scss */
.g-tabs {
  background: #fff;
}
/* line 7, templates/g5_mcustom/scss/mcustom/_tabs.scss */
/* line 9, templates/g5_mcustom/scss/mcustom/_tabs.scss */
/* line 10, templates/g5_mcustom/scss/mcustom/_tabs.scss */
.g-tabs .uk-tab > li > a {
  border: none;
  border-radius: 0;
  margin: 0 !important;
  color: #515151;
  text-shadow: none;
  padding: 20px 25px !important;
  -moz-transition: background;
  -o-transition: background;
  -webkit-transition: background;
  -ms-transition: background;
  transition: background;
}
/* line 18, templates/g5_mcustom/scss/mcustom/_tabs.scss */
.g-tabs .uk-tab > li > a:hover {
  color: #515151;
}
@media only all and (min-width: 48rem) and (max-width: 59.99rem) {
  .g-tabs .uk-tab > li > a {
    padding: 20px 15px !important;
  }
}
/* line 25, templates/g5_mcustom/scss/mcustom/_tabs.scss */
/* line 30, templates/g5_mcustom/scss/mcustom/_tabs.scss */
.g-tabs .uk-tab > li .g-title-icon {
  margin-right: 10px;
}
/* line 34, templates/g5_mcustom/scss/mcustom/_tabs.scss */
.g-tabs .uk-tab .uk-tab-responsive {
  margin: 0;
}
/* line 36, templates/g5_mcustom/scss/mcustom/_tabs.scss */
.g-tabs .uk-tab .uk-tab-responsive > a {
  cursor: pointer;
}
/* line 39, templates/g5_mcustom/scss/mcustom/_tabs.scss */
.g-tabs .uk-tab .uk-tab-responsive .uk-dropdown {
  margin: 0;
  font-size: 0.9rem;
  border-color: #ddd;
  padding: 0;
  border-radius: 0;
}
/* line 45, templates/g5_mcustom/scss/mcustom/_tabs.scss */
.g-tabs .uk-tab .uk-tab-responsive .uk-dropdown .uk-nav {
  margin: 0;
}
/* line 47, templates/g5_mcustom/scss/mcustom/_tabs.scss */
/* line 48, templates/g5_mcustom/scss/mcustom/_tabs.scss */
.g-tabs .uk-tab .uk-tab-responsive .uk-dropdown .uk-nav li a {
  padding: 15px 25px;
  color: #515151;
}
/* line 51, templates/g5_mcustom/scss/mcustom/_tabs.scss */
.g-tabs .uk-tab .uk-tab-responsive .uk-dropdown .uk-nav li a:before {
  border: none;
}
/* line 54, templates/g5_mcustom/scss/mcustom/_tabs.scss */
.g-tabs .uk-tab .uk-tab-responsive .uk-dropdown .uk-nav li a:hover {
  background: #f8f8f8;
  box-shadow: none;
}
/* line 64, templates/g5_mcustom/scss/mcustom/_tabs.scss */
.g-tabs .uk-tab-grid {
  margin: 0;
}
/* line 65, templates/g5_mcustom/scss/mcustom/_tabs.scss */
.g-tabs .uk-tab-grid:before {
  border-color: #ddd;
}
/* line 69, templates/g5_mcustom/scss/mcustom/_tabs.scss */
/* line 70, templates/g5_mcustom/scss/mcustom/_tabs.scss */
@media only all and (max-width: 47.99rem) {
  .g-tabs .uk-tab-grid.uk-tab-top .g-tab-nav, .g-tabs .uk-tab-grid.uk-tab-bottom .g-tab-nav {
    width: auto;
  }
}
/* line 74, templates/g5_mcustom/scss/mcustom/_tabs.scss */
.g-tabs .uk-tab-grid.uk-tab-top .g-tab-nav > a, .g-tabs .uk-tab-grid.uk-tab-bottom .g-tab-nav > a {
  border-right: none;
}
/* line 78, templates/g5_mcustom/scss/mcustom/_tabs.scss */
/* line 79, templates/g5_mcustom/scss/mcustom/_tabs.scss */
.g-tabs .uk-tab-grid.uk-tab-top .g-tab-nav:first-child > a, .g-tabs .uk-tab-grid.uk-tab-bottom .g-tab-nav:first-child > a {
  border-left: none;
}
/* line 86, templates/g5_mcustom/scss/mcustom/_tabs.scss */
/* line 88, templates/g5_mcustom/scss/mcustom/_tabs.scss */
/* line 89, templates/g5_mcustom/scss/mcustom/_tabs.scss */
/* line 91, templates/g5_mcustom/scss/mcustom/_tabs.scss */
.g-tabs .uk-tab-top .g-tab-nav > a:before {
  border-top: 3px solid transparent;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
/* line 100, templates/g5_mcustom/scss/mcustom/_tabs.scss */
/* line 101, templates/g5_mcustom/scss/mcustom/_tabs.scss */
/* line 102, templates/g5_mcustom/scss/mcustom/_tabs.scss */
.g-tabs .uk-tab-top .g-tab-nav.uk-active > a:before {
  border-top-color: #ff8c00;
}
/* line 109, templates/g5_mcustom/scss/mcustom/_tabs.scss */
.g-tabs .uk-tab-bottom {
  border-top: 1px solid #ddd;
}
/* line 111, templates/g5_mcustom/scss/mcustom/_tabs.scss */
/* line 112, templates/g5_mcustom/scss/mcustom/_tabs.scss */
/* line 114, templates/g5_mcustom/scss/mcustom/_tabs.scss */
.g-tabs .uk-tab-bottom .g-tab-nav > a:before {
  border-bottom: 3px solid transparent;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
/* line 123, templates/g5_mcustom/scss/mcustom/_tabs.scss */
/* line 124, templates/g5_mcustom/scss/mcustom/_tabs.scss */
/* line 125, templates/g5_mcustom/scss/mcustom/_tabs.scss */
.g-tabs .uk-tab-bottom .g-tab-nav.uk-active > a:before {
  border-bottom-color: #2f80ed;
}
/* line 132, templates/g5_mcustom/scss/mcustom/_tabs.scss */
/* line 133, templates/g5_mcustom/scss/mcustom/_tabs.scss */
/* line 134, templates/g5_mcustom/scss/mcustom/_tabs.scss */
/* line 136, templates/g5_mcustom/scss/mcustom/_tabs.scss */
.g-tabs .uk-tab-left .g-tab-nav > a:before {
  border-left: 3px solid transparent;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
}
/* line 145, templates/g5_mcustom/scss/mcustom/_tabs.scss */
/* line 150, templates/g5_mcustom/scss/mcustom/_tabs.scss */
/* line 151, templates/g5_mcustom/scss/mcustom/_tabs.scss */
.g-tabs .uk-tab-left .g-tab-nav.uk-active > a {
  background: #ff8c00;
  color: #fff;
  -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;
}
/* line 163, templates/g5_mcustom/scss/mcustom/_tabs.scss */
/* line 164, templates/g5_mcustom/scss/mcustom/_tabs.scss */
/* line 165, templates/g5_mcustom/scss/mcustom/_tabs.scss */
/* line 167, templates/g5_mcustom/scss/mcustom/_tabs.scss */
.g-tabs .uk-tab-right .g-tab-nav > a:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
}
/* line 176, templates/g5_mcustom/scss/mcustom/_tabs.scss */
/* line 177, templates/g5_mcustom/scss/mcustom/_tabs.scss */
.g-tabs .uk-tab-right .g-tab-nav:first-child > a {
  border-top: none;
}
/* line 181, templates/g5_mcustom/scss/mcustom/_tabs.scss */
/* line 182, templates/g5_mcustom/scss/mcustom/_tabs.scss */
/* line 190, templates/g5_mcustom/scss/mcustom/_tabs.scss */
.g-tabs .tabs-content {
  overflow: hidden;
}
/* line 192, templates/g5_mcustom/scss/mcustom/_tabs.scss */
.g-tabs .tabs-content.uk-margin {
  margin-bottom: 0;
}
/* line 195, templates/g5_mcustom/scss/mcustom/_tabs.scss */
.g-tabs .tabs-content p {
  margin-bottom: 0;
}
/* line 198, templates/g5_mcustom/scss/mcustom/_tabs.scss */
.g-tabs .tabs-content .button {
  margin-top: 25px;
}
/* line 201, templates/g5_mcustom/scss/mcustom/_tabs.scss */
.g-tabs .tabs-content .tabtext {
  padding-right: 35px;
}
/* line 204, templates/g5_mcustom/scss/mcustom/_tabs.scss */
.g-tabs .tabs-content.left {
  padding-left: 35px;
  margin-left: -35px;
}
@media only all and (max-width: 47.99rem) {
  .g-tabs .tabs-content.left {
    margin-left: 0;
  }
}
/* line 210, templates/g5_mcustom/scss/mcustom/_tabs.scss */
/* line 211, templates/g5_mcustom/scss/mcustom/_tabs.scss */
.g-tabs .tabs-content.left p:first-child {
  margin-top: 0;
}
/* line 216, templates/g5_mcustom/scss/mcustom/_tabs.scss */
.g-tabs .tabs-content.right {
  padding: 35px;
  margin-right: -35px;
}
@media only all and (max-width: 47.99rem) {
  .g-tabs .tabs-content.right {
    margin-right: 0;
  }
}
/* line 222, templates/g5_mcustom/scss/mcustom/_tabs.scss */
/* line 223, templates/g5_mcustom/scss/mcustom/_tabs.scss */
.g-tabs .tabs-content.right p:first-child {
  margin-top: 0;
}
/* line 228, templates/g5_mcustom/scss/mcustom/_tabs.scss */
.g-tabs .tabs-content.top {
  padding: 35px;
  margin: 0;
}
/* line 231, templates/g5_mcustom/scss/mcustom/_tabs.scss */
.g-tabs .tabs-content.top > li {
  margin: 0;
}
/* line 235, templates/g5_mcustom/scss/mcustom/_tabs.scss */
.g-tabs .tabs-content.bottom {
  padding: 35px;
  margin: 0;
}
/* line 238, templates/g5_mcustom/scss/mcustom/_tabs.scss */
.g-tabs .tabs-content.bottom > li {
  margin: 0;
}
/* line 1, templates/g5_mcustom/scss/mcustom/_pg-comofunciona.scss */
#pg-comofunciona {
  padding: 50px 0 50px 0;
}
/* line 3, templates/g5_mcustom/scss/mcustom/_pg-comofunciona.scss */
/* line 4, templates/g5_mcustom/scss/mcustom/_pg-comofunciona.scss */
/* line 5, templates/g5_mcustom/scss/mcustom/_pg-comofunciona.scss */
/* line 6, templates/g5_mcustom/scss/mcustom/_pg-comofunciona.scss */
#pg-comofunciona .margem-content .particle-content .g-tabs-container.tabs .g-title-separator {
  display: none;
}
/* line 9, templates/g5_mcustom/scss/mcustom/_pg-comofunciona.scss */
/* line 10, templates/g5_mcustom/scss/mcustom/_pg-comofunciona.scss */
#pg-comofunciona .margem-content .particle-content .g-tabs-container.tabs .g-tabs .uk-tab-left {
  border-right: none;
}
/* line 13, templates/g5_mcustom/scss/mcustom/_pg-comofunciona.scss */
#pg-comofunciona .margem-content .particle-content .g-tabs-container.tabs .g-tabs ul {
  width: 100%;
}
/* line 15, templates/g5_mcustom/scss/mcustom/_pg-comofunciona.scss */
/* line 16, templates/g5_mcustom/scss/mcustom/_pg-comofunciona.scss */
/* line 17, templates/g5_mcustom/scss/mcustom/_pg-comofunciona.scss */
#pg-comofunciona .margem-content .particle-content .g-tabs-container.tabs .g-tabs ul li.uk-active a {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  border-top-left-radius: 10px;
}
/* line 21, templates/g5_mcustom/scss/mcustom/_pg-comofunciona.scss */
/* line 22, templates/g5_mcustom/scss/mcustom/_pg-comofunciona.scss */
#pg-comofunciona .margem-content .particle-content .g-tabs-container.tabs .g-tabs ul li:hover a {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  border-top-left-radius: 10px;
}
/* line 26, templates/g5_mcustom/scss/mcustom/_pg-comofunciona.scss */
#pg-comofunciona .margem-content .particle-content .g-tabs-container.tabs .g-tabs ul li .tabtext {
  position: relative;
  float: left;
  width: 50%;
}
/* line 31, templates/g5_mcustom/scss/mcustom/_pg-comofunciona.scss */
#pg-comofunciona .margem-content .particle-content .g-tabs-container.tabs .g-tabs ul li .tabimg {
  position: relative;
  float: right;
  width: 50%;
}
/* line 39, templates/g5_mcustom/scss/mcustom/_pg-comofunciona.scss */
#pg-comofunciona .margem-content .particle-content .g-tabs-container.tabs .g-particle-intro .g-title-separator.no-intro-text {
  margin: 0 auto;
}
/* line 47, templates/g5_mcustom/scss/mcustom/_pg-comofunciona.scss */
#pg-vantagens {
  padding: 50px 0 50px 0;
}
/* line 49, templates/g5_mcustom/scss/mcustom/_pg-comofunciona.scss */
/* line 50, templates/g5_mcustom/scss/mcustom/_pg-comofunciona.scss */
/* line 51, templates/g5_mcustom/scss/mcustom/_pg-comofunciona.scss */
#pg-vantagens .margem-content .particle-content .text-content {
  text-align: center;
}
/* line 54, templates/g5_mcustom/scss/mcustom/_pg-comofunciona.scss */
#pg-vantagens .margem-content .particle-content .vantagens-itens {
  display: flex;
  flex-wrap: wrap;
  margin-top: 70px;
  justify-content: space-around;
}
/* line 59, templates/g5_mcustom/scss/mcustom/_pg-comofunciona.scss */
#pg-vantagens .margem-content .particle-content .vantagens-itens .item {
  width: 25%;
  padding: 10px;
  margin: 30px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.07), 0 2px 4px rgba(0, 0, 0, 0.07), 0 4px 8px rgba(0, 0, 0, 0.07), 0 8px 16px rgba(0, 0, 0, 0.07), 0 16px 32px rgba(0, 0, 0, 0.07), 0px 0px 0px 0px rgba(0, 0, 0, 0.07);
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  border-top-left-radius: 10px;
  padding: 20px;
  transition: box-shadow 0.6s ease-in-out, transform 0.3s;
}
/* line 67, templates/g5_mcustom/scss/mcustom/_pg-comofunciona.scss */
#pg-vantagens .margem-content .particle-content .vantagens-itens .item.divisible__2, #pg-vantagens .margem-content .particle-content .vantagens-itens .item.divisible__5 {
  transform: translateY(-50px);
}
/* line 69, templates/g5_mcustom/scss/mcustom/_pg-comofunciona.scss */
#pg-vantagens .margem-content .particle-content .vantagens-itens .item.divisible__2:hover, #pg-vantagens .margem-content .particle-content .vantagens-itens .item.divisible__5:hover {
  transform: translateY(-60px);
}
/* line 75, templates/g5_mcustom/scss/mcustom/_pg-comofunciona.scss */
/* line 77, templates/g5_mcustom/scss/mcustom/_pg-comofunciona.scss */
#pg-vantagens .margem-content .particle-content .vantagens-itens .item .item-text .title {
  text-align: center;
}
/* line 80, templates/g5_mcustom/scss/mcustom/_pg-comofunciona.scss */
#pg-vantagens .margem-content .particle-content .vantagens-itens .item .item-text .description {
  text-align: justify;
}
/* line 84, templates/g5_mcustom/scss/mcustom/_pg-comofunciona.scss */
#pg-vantagens .margem-content .particle-content .vantagens-itens .item .img {
  display: flex;
  justify-content: center;
}
/* line 87, templates/g5_mcustom/scss/mcustom/_pg-comofunciona.scss */
#pg-vantagens .margem-content .particle-content .vantagens-itens .item .img img {
  width: 40%;
}
/* line 91, templates/g5_mcustom/scss/mcustom/_pg-comofunciona.scss */
#pg-vantagens .margem-content .particle-content .vantagens-itens .item:hover {
  transform: translateY(-10px);
}
/* line 96, templates/g5_mcustom/scss/mcustom/_pg-comofunciona.scss */
#pg-vantagens .margem-content .particle-content .ctabutton-content {
  margin-top: 30px;
  padding: 30px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  border-top-left-radius: 10px;
  background-color: #ffe8cc;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
/* line 105, templates/g5_mcustom/scss/mcustom/_pg-comofunciona.scss */
#pg-vantagens .margem-content .particle-content .ctabutton-content .ctabutton-text {
  width: 70%;
}
/* line 107, templates/g5_mcustom/scss/mcustom/_pg-comofunciona.scss */
/* line 108, templates/g5_mcustom/scss/mcustom/_pg-comofunciona.scss */
#pg-vantagens .margem-content .particle-content .ctabutton-content .ctabutton-text .ctabutton-description p {
  margin: 0;
}
/* line 114, templates/g5_mcustom/scss/mcustom/_pg-comofunciona.scss */
#pg-vantagens .margem-content .particle-content .ctabutton-btn {
  width: 30%;
}
/* line 116, templates/g5_mcustom/scss/mcustom/_pg-comofunciona.scss */
#pg-vantagens .margem-content .particle-content .ctabutton-btn .cta-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100px;
}
/* line 121, templates/g5_mcustom/scss/mcustom/_pg-comofunciona.scss */
#pg-vantagens .margem-content .particle-content .ctabutton-btn .cta-btn a {
  color: #fff !important;
  background: #ff8c00;
  text-shadow: none;
  font-weight: bold;
  padding: 12px;
  font-size: 16px;
  -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: 10px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  border-top-left-radius: 10px;
}
/* line 103, templates/g5_mcustom/scss/mixins/_mixin.scss */
#pg-vantagens .margem-content .particle-content .ctabutton-btn .cta-btn a:hover {
  color: #fff !important;
  background: #f08400;
  -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: 75rem) {
}
@media only all and (min-width: 60rem) and (max-width: 74.99rem) {
}
@media only all and (min-width: 48rem) and (max-width: 59.99rem) {
  /* line 140, templates/g5_mcustom/scss/mcustom/_pg-comofunciona.scss */
  /* line 141, templates/g5_mcustom/scss/mcustom/_pg-comofunciona.scss */
  /* line 142, templates/g5_mcustom/scss/mcustom/_pg-comofunciona.scss */
  /* line 143, templates/g5_mcustom/scss/mcustom/_pg-comofunciona.scss */
  #pg-comofunciona .g-tabs .tabs-content .left {
    padding-left: 50px;
    margin-left: 0px;
  }
  /* line 147, templates/g5_mcustom/scss/mcustom/_pg-comofunciona.scss */
  #pg-comofunciona .g-tabs .tabs-content .g-tab-content {
    flex-wrap: wrap;
  }
  /* line 150, templates/g5_mcustom/scss/mcustom/_pg-comofunciona.scss */
  #pg-comofunciona .g-tabs .tabs-content .g-tab-content .tabtext {
    float: none;
    width: 100% !important;
  }
  /* line 154, templates/g5_mcustom/scss/mcustom/_pg-comofunciona.scss */
  #pg-comofunciona .g-tabs .tabs-content .g-tab-content .tabimg {
    float: none;
    width: 100% !important;
  }
  /* line 162, templates/g5_mcustom/scss/mcustom/_pg-comofunciona.scss */
  /* line 163, templates/g5_mcustom/scss/mcustom/_pg-comofunciona.scss */
  #pg-vantagens .item {
    width: 40% !important;
    transform: translateY(0px) !important;
  }
}
@media only all and (min-width: 30.01rem) and (max-width: 47.99rem) {
  /* line 171, templates/g5_mcustom/scss/mcustom/_pg-comofunciona.scss */
  /* line 172, templates/g5_mcustom/scss/mcustom/_pg-comofunciona.scss */
  /* line 173, templates/g5_mcustom/scss/mcustom/_pg-comofunciona.scss */
  #pg-comofunciona .g-tabs li.uk-tab-responsive.uk-active a {
    background: orange !important;
  }
  /* line 179, templates/g5_mcustom/scss/mcustom/_pg-comofunciona.scss */
  /* line 180, templates/g5_mcustom/scss/mcustom/_pg-comofunciona.scss */
  #pg-comofunciona .g-tabs .tabs-content .left {
    padding-left: 50px;
    margin-left: 0px;
  }
  /* line 184, templates/g5_mcustom/scss/mcustom/_pg-comofunciona.scss */
  #pg-comofunciona .g-tabs .tabs-content .g-tab-content {
    flex-wrap: wrap;
  }
  /* line 187, templates/g5_mcustom/scss/mcustom/_pg-comofunciona.scss */
  #pg-comofunciona .g-tabs .tabs-content .g-tab-content .tabtext {
    float: none;
    width: 100% !important;
    margin-bottom: 20px;
  }
  /* line 192, templates/g5_mcustom/scss/mcustom/_pg-comofunciona.scss */
  #pg-comofunciona .g-tabs .tabs-content .g-tab-content .tabimg {
    float: none;
    width: 100% !important;
  }
  /* line 199, templates/g5_mcustom/scss/mcustom/_pg-comofunciona.scss */
  /* line 200, templates/g5_mcustom/scss/mcustom/_pg-comofunciona.scss */
  #pg-comofunciona .ctabutton-content .ctabutton-text {
    width: 100% !important;
  }
  /* line 203, templates/g5_mcustom/scss/mcustom/_pg-comofunciona.scss */
  #pg-comofunciona .ctabutton-content .ctabutton-btn {
    width: 100% !important;
  }
  /* line 208, templates/g5_mcustom/scss/mcustom/_pg-comofunciona.scss */
  /* line 209, templates/g5_mcustom/scss/mcustom/_pg-comofunciona.scss */
  #pg-vantagens .item {
    width: 100% !important;
    transform: translateY(0px) !important;
  }
}
@media only all and (max-width: 30rem) {
  /* line 217, templates/g5_mcustom/scss/mcustom/_pg-comofunciona.scss */
  /* line 218, templates/g5_mcustom/scss/mcustom/_pg-comofunciona.scss */
  /* line 219, templates/g5_mcustom/scss/mcustom/_pg-comofunciona.scss */
  #pg-comofunciona .g-tabs li.uk-tab-responsive.uk-active a {
    background: orange !important;
  }
  /* line 225, templates/g5_mcustom/scss/mcustom/_pg-comofunciona.scss */
  /* line 226, templates/g5_mcustom/scss/mcustom/_pg-comofunciona.scss */
  #pg-comofunciona .g-tabs .tabs-content .left {
    padding-left: 50px;
    margin-left: 0px;
  }
  /* line 230, templates/g5_mcustom/scss/mcustom/_pg-comofunciona.scss */
  #pg-comofunciona .g-tabs .tabs-content .g-tab-content {
    flex-wrap: wrap;
  }
  /* line 233, templates/g5_mcustom/scss/mcustom/_pg-comofunciona.scss */
  #pg-comofunciona .g-tabs .tabs-content .g-tab-content .tabtext {
    float: none;
    width: 100% !important;
    margin-bottom: 20px;
  }
  /* line 238, templates/g5_mcustom/scss/mcustom/_pg-comofunciona.scss */
  #pg-comofunciona .g-tabs .tabs-content .g-tab-content .tabimg {
    float: none;
    width: 100% !important;
  }
  /* line 245, templates/g5_mcustom/scss/mcustom/_pg-comofunciona.scss */
  /* line 246, templates/g5_mcustom/scss/mcustom/_pg-comofunciona.scss */
  #pg-comofunciona .ctabutton-content .ctabutton-text {
    width: 100% !important;
  }
  /* line 249, templates/g5_mcustom/scss/mcustom/_pg-comofunciona.scss */
  #pg-comofunciona .ctabutton-content .ctabutton-btn {
    width: 100% !important;
  }
  /* line 254, templates/g5_mcustom/scss/mcustom/_pg-comofunciona.scss */
  /* line 255, templates/g5_mcustom/scss/mcustom/_pg-comofunciona.scss */
  #pg-vantagens .item {
    width: 100% !important;
    transform: translateY(0px) !important;
  }
}
@media (max-width: 359px) {
  /* line 263, templates/g5_mcustom/scss/mcustom/_pg-comofunciona.scss */
  /* line 264, templates/g5_mcustom/scss/mcustom/_pg-comofunciona.scss */
  /* line 265, templates/g5_mcustom/scss/mcustom/_pg-comofunciona.scss */
  #pg-comofunciona .g-tabs li.uk-tab-responsive.uk-active a {
    background: orange !important;
  }
  /* line 271, templates/g5_mcustom/scss/mcustom/_pg-comofunciona.scss */
  /* line 272, templates/g5_mcustom/scss/mcustom/_pg-comofunciona.scss */
  #pg-comofunciona .g-tabs .tabs-content .left {
    padding-left: 50px;
    margin-left: 0px;
  }
  /* line 276, templates/g5_mcustom/scss/mcustom/_pg-comofunciona.scss */
  #pg-comofunciona .g-tabs .tabs-content .g-tab-content {
    flex-wrap: wrap;
  }
  /* line 279, templates/g5_mcustom/scss/mcustom/_pg-comofunciona.scss */
  #pg-comofunciona .g-tabs .tabs-content .g-tab-content .tabtext {
    float: none;
    width: 100% !important;
    margin-bottom: 20px;
  }
  /* line 284, templates/g5_mcustom/scss/mcustom/_pg-comofunciona.scss */
  #pg-comofunciona .g-tabs .tabs-content .g-tab-content .tabimg {
    float: none;
    width: 100% !important;
  }
  /* line 291, templates/g5_mcustom/scss/mcustom/_pg-comofunciona.scss */
  /* line 292, templates/g5_mcustom/scss/mcustom/_pg-comofunciona.scss */
  #pg-comofunciona .ctabutton-content .ctabutton-text {
    width: 100% !important;
  }
  /* line 295, templates/g5_mcustom/scss/mcustom/_pg-comofunciona.scss */
  #pg-comofunciona .ctabutton-content .ctabutton-btn {
    width: 100% !important;
  }
  /* line 300, templates/g5_mcustom/scss/mcustom/_pg-comofunciona.scss */
  /* line 301, templates/g5_mcustom/scss/mcustom/_pg-comofunciona.scss */
  #pg-vantagens .item {
    width: 100% !important;
    transform: translateY(0px) !important;
  }
}
/* END MEDIAQUERIES */
/* line 1, templates/g5_mcustom/scss/mcustom/_pg-produtos.scss */
/* line 2, templates/g5_mcustom/scss/mcustom/_pg-produtos.scss */
#pg-produtos .card-item {
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 50px;
}
/* line 6, templates/g5_mcustom/scss/mcustom/_pg-produtos.scss */
#pg-produtos .card-item .card-title-background {
  position: absolute;
  left: 80px;
}
/* line 10, templates/g5_mcustom/scss/mcustom/_pg-produtos.scss */
#pg-produtos .card-item .card-title-background h2 {
  font-size: 500%;
  color: #515151;
  opacity: 5%;
  position: relative;
  top: -25px;
  left: -13px;
  margin: 0;
  padding: 0;
  font-weight: bold;
}
/* line 23, templates/g5_mcustom/scss/mcustom/_pg-produtos.scss */
#pg-produtos .card-item .card-text {
  width: 50%;
}
/* line 25, templates/g5_mcustom/scss/mcustom/_pg-produtos.scss */
#pg-produtos .card-item .card-text .card-title {
  position: relative;
  top: 30px;
  display: flex;
}
/* line 29, templates/g5_mcustom/scss/mcustom/_pg-produtos.scss */
#pg-produtos .card-item .card-text .card-title h3 {
  font-weight: bolder;
  font-size: 300%;
}
/* line 35, templates/g5_mcustom/scss/mcustom/_pg-produtos.scss */
#pg-produtos .card-item .card-text .card-description {
  text-align: justify;
}
/* line 40, templates/g5_mcustom/scss/mcustom/_pg-produtos.scss */
#pg-produtos .card-item .card-img {
  display: flex;
  justify-content: center;
  align-items: center;
}
/* line 45, templates/g5_mcustom/scss/mcustom/_pg-produtos.scss */
#pg-produtos .card-item .cta-btn {
  justify-content: start !important;
}
/* line 47, templates/g5_mcustom/scss/mcustom/_pg-produtos.scss */
#pg-produtos .card-item .cta-btn a {
  color: #ff8c00 !important;
  background: #fff;
  text-shadow: none;
  font-weight: bold;
  padding: 12px;
  font-size: 16px;
  border: 1px solid #ff8c00;
  -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: 10px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  border-top-left-radius: 10px;
}
/* line 119, templates/g5_mcustom/scss/mixins/_mixin.scss */
#pg-produtos .card-item .cta-btn a:hover {
  color: #fff !important;
  background: #ff8c00;
  -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;
}
/* line 54, templates/g5_mcustom/scss/mcustom/_pg-produtos.scss */
#pg-produtos .card-item .card-img {
  width: 50%;
  padding: 40px;
}
/* line 58, templates/g5_mcustom/scss/mcustom/_pg-produtos.scss */
#pg-produtos .card-item.divisible {
  flex-direction: row-reverse;
}
/* line 60, templates/g5_mcustom/scss/mcustom/_pg-produtos.scss */
/* line 61, templates/g5_mcustom/scss/mcustom/_pg-produtos.scss */
#pg-produtos .card-item.divisible .card-text .card-title-background {
  position: absolute;
  right: 80px;
  left: unset;
}
/* line 66, templates/g5_mcustom/scss/mcustom/_pg-produtos.scss */
#pg-produtos .card-item.divisible .card-text .card-title {
  justify-content: flex-end;
}
/* line 70, templates/g5_mcustom/scss/mcustom/_pg-produtos.scss */
#pg-produtos .card-item.divisible .cta-btn {
  justify-content: flex-end !important;
}
/* START MEDIAQUERIES */
@media only all and (min-width: 75rem) {
}
@media only all and (min-width: 60rem) and (max-width: 74.99rem) {
  /* line 83, templates/g5_mcustom/scss/mcustom/_pg-produtos.scss */
  /* line 84, templates/g5_mcustom/scss/mcustom/_pg-produtos.scss */
  /* line 85, templates/g5_mcustom/scss/mcustom/_pg-produtos.scss */
  /* line 86, templates/g5_mcustom/scss/mcustom/_pg-produtos.scss */
  #pg-produtos .card-item .card-text .card-title-background {
    left: unset;
  }
  /* line 91, templates/g5_mcustom/scss/mcustom/_pg-produtos.scss */
  /* line 92, templates/g5_mcustom/scss/mcustom/_pg-produtos.scss */
  /* line 93, templates/g5_mcustom/scss/mcustom/_pg-produtos.scss */
  #pg-produtos .card-item.divisible .card-text .card-title-background {
    right: 0px;
  }
}
@media only all and (min-width: 48rem) and (max-width: 59.99rem) {
  /* line 104, templates/g5_mcustom/scss/mcustom/_pg-produtos.scss */
  /* line 105, templates/g5_mcustom/scss/mcustom/_pg-produtos.scss */
  /* line 106, templates/g5_mcustom/scss/mcustom/_pg-produtos.scss */
  /* line 107, templates/g5_mcustom/scss/mcustom/_pg-produtos.scss */
  #pg-produtos .card-item .card-text .card-title-background {
    left: unset;
  }
  /* line 112, templates/g5_mcustom/scss/mcustom/_pg-produtos.scss */
  /* line 113, templates/g5_mcustom/scss/mcustom/_pg-produtos.scss */
  /* line 114, templates/g5_mcustom/scss/mcustom/_pg-produtos.scss */
  #pg-produtos .card-item.divisible .card-text .card-title-background {
    right: 0px;
  }
}
@media only all and (min-width: 30.01rem) and (max-width: 47.99rem) {
  /* line 125, templates/g5_mcustom/scss/mcustom/_pg-produtos.scss */
  /* line 126, templates/g5_mcustom/scss/mcustom/_pg-produtos.scss */
  /* line 127, templates/g5_mcustom/scss/mcustom/_pg-produtos.scss */
  #pg-produtos .card-item .card-text {
    width: 100%;
  }
  /* line 129, templates/g5_mcustom/scss/mcustom/_pg-produtos.scss */
  #pg-produtos .card-item .card-text .card-title-background {
    left: unset;
  }
  /* line 131, templates/g5_mcustom/scss/mcustom/_pg-produtos.scss */
  #pg-produtos .card-item .card-text .card-title-background h1 {
    font-size: 400%;
  }
  /* line 137, templates/g5_mcustom/scss/mcustom/_pg-produtos.scss */
  #pg-produtos .card-item .card-img {
    width: 100%;
  }
  /* line 140, templates/g5_mcustom/scss/mcustom/_pg-produtos.scss */
  /* line 141, templates/g5_mcustom/scss/mcustom/_pg-produtos.scss */
  /* line 142, templates/g5_mcustom/scss/mcustom/_pg-produtos.scss */
  #pg-produtos .card-item.divisible .card-text .card-title-background {
    right: 0px;
  }
}
@media only all and (max-width: 30rem) {
  /* line 153, templates/g5_mcustom/scss/mcustom/_pg-produtos.scss */
  /* line 154, templates/g5_mcustom/scss/mcustom/_pg-produtos.scss */
  /* line 155, templates/g5_mcustom/scss/mcustom/_pg-produtos.scss */
  #pg-produtos .card-item .card-text {
    width: 100%;
  }
  /* line 157, templates/g5_mcustom/scss/mcustom/_pg-produtos.scss */
  #pg-produtos .card-item .card-text .card-title-background {
    left: unset;
  }
  /* line 159, templates/g5_mcustom/scss/mcustom/_pg-produtos.scss */
  #pg-produtos .card-item .card-text .card-title-background h1 {
    font-size: 300%;
    top: 0px;
    opacity: 10%;
  }
  /* line 167, templates/g5_mcustom/scss/mcustom/_pg-produtos.scss */
  #pg-produtos .card-item .card-img {
    width: 100%;
  }
  /* line 170, templates/g5_mcustom/scss/mcustom/_pg-produtos.scss */
  /* line 171, templates/g5_mcustom/scss/mcustom/_pg-produtos.scss */
  /* line 172, templates/g5_mcustom/scss/mcustom/_pg-produtos.scss */
  #pg-produtos .card-item.divisible .card-text .card-title-background {
    right: 0px;
  }
}
/* line 1, templates/g5_mcustom/scss/mcustom/_perguntas-frequentes.scss */
/* line 2, templates/g5_mcustom/scss/mcustom/_perguntas-frequentes.scss */
/* line 4, templates/g5_mcustom/scss/mcustom/_perguntas-frequentes.scss */
#g-perguntas .g-accordion-item h3 {
  -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;
  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;
  background: #fff;
  color: ;
}
/* line 1, templates/g5_mcustom/scss/mcustom/_produtos.scss */
.view-category.pdvexpresso #planos {
  display: none;
}
/* line 4, templates/g5_mcustom/scss/mcustom/_produtos.scss */
/* line 5, templates/g5_mcustom/scss/mcustom/_produtos.scss */
.view-category.pdvexpresso .funcionalidade .img {
  display: none;
}
/* line 6, templates/g5_mcustom/scss/mcustom/_produtos.scss */
.view-category.pdvexpresso .funcionalidade .text-content {
  width: 100% !important;
}
/* line 8, templates/g5_mcustom/scss/mcustom/_produtos.scss */
.view-category.pdvexpresso .funcionalidade .text-content .description {
  text-align: center !important;
}
/* line 13, templates/g5_mcustom/scss/mcustom/_produtos.scss */
#product-item, #product-funcionalidades, #product-segmentos, #planos, #modulos-adicionais, #product-cta {
  padding: 50px 0 50px 0;
}
/* line 18, templates/g5_mcustom/scss/mcustom/_produtos.scss */
#product-item {
  background-color: #ffe8cc;
}
/* line 22, templates/g5_mcustom/scss/mcustom/_produtos.scss */
/* line 23, templates/g5_mcustom/scss/mcustom/_produtos.scss */
#product-item .margem-content .particle-content {
  display: flex;
}
/* line 25, templates/g5_mcustom/scss/mcustom/_produtos.scss */
#product-item .margem-content .particle-content .product-text {
  width: 50%;
  padding-right: 50px;
}
/* line 30, templates/g5_mcustom/scss/mcustom/_produtos.scss */
/* line 31, templates/g5_mcustom/scss/mcustom/_produtos.scss */
#product-item .margem-content .particle-content .product-text .title-top h1 {
  font-size: 1rem;
  color: #515151;
}
/* line 36, templates/g5_mcustom/scss/mcustom/_produtos.scss */
/* line 37, templates/g5_mcustom/scss/mcustom/_produtos.scss */
#product-item .margem-content .particle-content .product-text .title h2 {
  font-size: 3.125rem;
  font-weight: bold;
  color: #515151;
  padding: 0;
}
/* line 44, templates/g5_mcustom/scss/mcustom/_produtos.scss */
/* line 45, templates/g5_mcustom/scss/mcustom/_produtos.scss */
#product-item .margem-content .particle-content .product-text .description p {
  text-align: justify;
}
/* line 50, templates/g5_mcustom/scss/mcustom/_produtos.scss */
#product-item .margem-content .particle-content .product-image {
  width: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
/* line 56, templates/g5_mcustom/scss/mcustom/_produtos.scss */
#product-item .margem-content .particle-content .product-btns {
  padding: 35px 0;
}
/* line 58, templates/g5_mcustom/scss/mcustom/_produtos.scss */
#product-item .margem-content .particle-content .product-btns a {
  color: #fff !important;
  background: #ff8c00;
  text-shadow: none;
  font-weight: bold;
  padding: 12px;
  font-size: 16px;
  -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: 10px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  border-top-left-radius: 10px;
}
/* line 103, templates/g5_mcustom/scss/mixins/_mixin.scss */
#product-item .margem-content .particle-content .product-btns a:hover {
  color: #fff !important;
  background: #f08400;
  -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;
}
/* line 68, templates/g5_mcustom/scss/mcustom/_produtos.scss */
/* line 69, templates/g5_mcustom/scss/mcustom/_produtos.scss */
/* line 70, templates/g5_mcustom/scss/mcustom/_produtos.scss */
/* line 71, templates/g5_mcustom/scss/mcustom/_produtos.scss */
#product-funcionalidades .margem-content .particle-content .titles {
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
/* line 76, templates/g5_mcustom/scss/mcustom/_produtos.scss */
#product-funcionalidades .margem-content .particle-content .titles .title-top {
  position: absolute;
}
/* line 78, templates/g5_mcustom/scss/mcustom/_produtos.scss */
#product-funcionalidades .margem-content .particle-content .titles .title-top h2 {
  font-size: 318%;
  margin: -14px;
  opacity: 10%;
}
/* line 85, templates/g5_mcustom/scss/mcustom/_produtos.scss */
#product-funcionalidades .margem-content .particle-content .titles .title {
  position: relative;
  top: 25px;
  width: 100%;
}
/* line 89, templates/g5_mcustom/scss/mcustom/_produtos.scss */
#product-funcionalidades .margem-content .particle-content .titles .title h3 {
  font-size: 150%;
  font-weight: bolder;
}
/* line 95, templates/g5_mcustom/scss/mcustom/_produtos.scss */
#product-funcionalidades .margem-content .particle-content .funcionalidade {
  display: flex;
}
/* line 97, templates/g5_mcustom/scss/mcustom/_produtos.scss */
#product-funcionalidades .margem-content .particle-content .funcionalidade .text-content {
  width: 50%;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
}
/* line 102, templates/g5_mcustom/scss/mcustom/_produtos.scss */
#product-funcionalidades .margem-content .particle-content .funcionalidade .text-content .title-content {
  display: flex;
  width: 100%;
}
/* line 105, templates/g5_mcustom/scss/mcustom/_produtos.scss */
#product-funcionalidades .margem-content .particle-content .funcionalidade .text-content .title-content .title {
  position: relative;
  top: 30px;
}
/* line 108, templates/g5_mcustom/scss/mcustom/_produtos.scss */
#product-funcionalidades .margem-content .particle-content .funcionalidade .text-content .title-content .title h3 {
  font-size: 150%;
  font-weight: bolder;
  color: #515151;
}
/* line 114, templates/g5_mcustom/scss/mcustom/_produtos.scss */
#product-funcionalidades .margem-content .particle-content .funcionalidade .text-content .title-content .title-background {
  position: absolute;
}
/* line 116, templates/g5_mcustom/scss/mcustom/_produtos.scss */
#product-funcionalidades .margem-content .particle-content .funcionalidade .text-content .title-content .title-background h2 {
  font-size: 250%;
  opacity: 5%;
}
/* line 123, templates/g5_mcustom/scss/mcustom/_produtos.scss */
#product-funcionalidades .margem-content .particle-content .funcionalidade .text-content .title, #product-funcionalidades .margem-content .particle-content .funcionalidade .text-content .description {
  text-align: left;
  width: 100%;
  height: auto;
}
/* line 127, templates/g5_mcustom/scss/mcustom/_produtos.scss */
#product-funcionalidades .margem-content .particle-content .funcionalidade .text-content .title h3, #product-funcionalidades .margem-content .particle-content .funcionalidade .text-content .description h3 {
  text-align: justify;
}
/* line 131, templates/g5_mcustom/scss/mcustom/_produtos.scss */
#product-funcionalidades .margem-content .particle-content .funcionalidade .text-content .description {
  text-align: justify;
}
/* line 135, templates/g5_mcustom/scss/mcustom/_produtos.scss */
#product-funcionalidades .margem-content .particle-content .funcionalidade .img {
  width: 50%;
  padding: 40px;
}
/* line 139, templates/g5_mcustom/scss/mcustom/_produtos.scss */
#product-funcionalidades .margem-content .particle-content .funcionalidade.divisible {
  flex-direction: row-reverse;
}
/* line 141, templates/g5_mcustom/scss/mcustom/_produtos.scss */
/* line 142, templates/g5_mcustom/scss/mcustom/_produtos.scss */
#product-funcionalidades .margem-content .particle-content .funcionalidade.divisible .text-content .title-content {
  justify-content: flex-end;
}
/* line 145, templates/g5_mcustom/scss/mcustom/_produtos.scss */
/* line 146, templates/g5_mcustom/scss/mcustom/_produtos.scss */
#product-funcionalidades .margem-content .particle-content .funcionalidade.divisible .text-content .title-content .title h3 {
  text-align: end;
}
/* line 157, templates/g5_mcustom/scss/mcustom/_produtos.scss */
#planos {
  display: none;
  background: #f5f5f5;
}
/* line 160, templates/g5_mcustom/scss/mcustom/_produtos.scss */
#planos .planos-text {
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
/* line 165, templates/g5_mcustom/scss/mcustom/_produtos.scss */
#planos .planos-text .title-top {
  position: absolute;
}
/* line 167, templates/g5_mcustom/scss/mcustom/_produtos.scss */
#planos .planos-text .title-top h2 {
  font-size: 250%;
  opacity: 10%;
}
/* line 173, templates/g5_mcustom/scss/mcustom/_produtos.scss */
#planos .planos-text .title {
  position: relative;
  top: 25px;
  width: 100%;
}
/* line 177, templates/g5_mcustom/scss/mcustom/_produtos.scss */
#planos .planos-text .title h3 {
  font-size: 150%;
  font-weight: bolder;
}
/* line 183, templates/g5_mcustom/scss/mcustom/_produtos.scss */
#planos .planos-itens {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
/* line 187, templates/g5_mcustom/scss/mcustom/_produtos.scss */
#planos .planos-itens .item {
  background: #fff;
  width: 40%;
  margin: 0 50px;
  padding: 20px;
  -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;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  border-top-left-radius: 10px;
}
/* line 194, templates/g5_mcustom/scss/mcustom/_produtos.scss */
#planos .planos-itens .item .icone-title {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
/* line 198, templates/g5_mcustom/scss/mcustom/_produtos.scss */
#planos .planos-itens .item .icone-title h4 {
  margin: 0;
  font-weight: bold;
}
/* line 202, templates/g5_mcustom/scss/mcustom/_produtos.scss */
#planos .planos-itens .item .icone-title i {
  font-size: 1.5625rem;
  margin-right: 1.25rem;
}
/* line 211, templates/g5_mcustom/scss/mcustom/_produtos.scss */
/* line 213, templates/g5_mcustom/scss/mcustom/_produtos.scss */
#modulos-adicionais .modulos-adicionais-text {
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
/* line 218, templates/g5_mcustom/scss/mcustom/_produtos.scss */
#modulos-adicionais .modulos-adicionais-text .title-top {
  position: absolute;
}
/* line 220, templates/g5_mcustom/scss/mcustom/_produtos.scss */
#modulos-adicionais .modulos-adicionais-text .title-top h2 {
  font-size: 250%;
  opacity: 10%;
}
/* line 226, templates/g5_mcustom/scss/mcustom/_produtos.scss */
#modulos-adicionais .modulos-adicionais-text .title {
  position: relative;
  top: 25px;
  width: 100%;
}
/* line 230, templates/g5_mcustom/scss/mcustom/_produtos.scss */
#modulos-adicionais .modulos-adicionais-text .title h3 {
  font-size: 150%;
  font-weight: bolder;
}
/* line 236, templates/g5_mcustom/scss/mcustom/_produtos.scss */
#modulos-adicionais .modulos-adicionais-itens {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
/* line 241, templates/g5_mcustom/scss/mcustom/_produtos.scss */
#modulos-adicionais .modulos-adicionais-itens .item {
  width: 25%;
  margin: 10px;
  text-align: justify;
  padding: 30px;
}
/* line 249, templates/g5_mcustom/scss/mcustom/_produtos.scss */
#modulos-adicionais .modulos-adicionais-itens .item .icone-title {
  display: flex;
  justify-content: center;
  align-items: center;
}
/* line 253, templates/g5_mcustom/scss/mcustom/_produtos.scss */
#modulos-adicionais .modulos-adicionais-itens .item .icone-title h4 {
  font-weight: bold;
  text-align: center;
}
/* line 257, templates/g5_mcustom/scss/mcustom/_produtos.scss */
#modulos-adicionais .modulos-adicionais-itens .item .icone-title i.fa.fa-plus-circle {
  font-size: 50px;
  position: absolute;
  opacity: 0.09;
}
/* line 263, templates/g5_mcustom/scss/mcustom/_produtos.scss */
#modulos-adicionais .modulos-adicionais-itens .item ul {
  margin: 0;
}
/* line 270, templates/g5_mcustom/scss/mcustom/_produtos.scss */
/* line 272, templates/g5_mcustom/scss/mcustom/_produtos.scss */
/* line 273, templates/g5_mcustom/scss/mcustom/_produtos.scss */
/* line 274, templates/g5_mcustom/scss/mcustom/_produtos.scss */
#product-segmentos .margem-content .particle-content .segmentos-text {
  display: flex;
  justify-content: center;
}
/* line 277, templates/g5_mcustom/scss/mcustom/_produtos.scss */
#product-segmentos .margem-content .particle-content .segmentos-text .title-top {
  position: absolute;
}
/* line 279, templates/g5_mcustom/scss/mcustom/_produtos.scss */
#product-segmentos .margem-content .particle-content .segmentos-text .title-top h2 {
  font-size: 250%;
  opacity: 10%;
}
/* line 285, templates/g5_mcustom/scss/mcustom/_produtos.scss */
#product-segmentos .margem-content .particle-content .segmentos-text .title-bottom {
  position: relative;
  top: 25px;
}
/* line 288, templates/g5_mcustom/scss/mcustom/_produtos.scss */
#product-segmentos .margem-content .particle-content .segmentos-text .title-bottom h3 {
  font-size: 150%;
  font-weight: bolder;
}
/* line 294, templates/g5_mcustom/scss/mcustom/_produtos.scss */
#product-segmentos .margem-content .particle-content .description {
  text-align: center;
}
/* line 297, templates/g5_mcustom/scss/mcustom/_produtos.scss */
#product-segmentos .margem-content .particle-content .card {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
/* line 301, templates/g5_mcustom/scss/mcustom/_produtos.scss */
#product-segmentos .margem-content .particle-content .card .card-item {
  background-color: #f5f5f5;
  width: 25%;
  display: flex;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  border-top-left-radius: 10px;
  padding: 20px;
  transition: box-shadow 0.6s ease-in-out, transform 0.3s;
  margin: 10px;
  flex-wrap: wrap;
}
/* line 310, templates/g5_mcustom/scss/mcustom/_produtos.scss */
#product-segmentos .margem-content .particle-content .card .card-item div {
  width: 100%;
}
/* line 313, templates/g5_mcustom/scss/mcustom/_produtos.scss */
#product-segmentos .margem-content .particle-content .card .card-item .card-text {
  text-align: center;
}
/* line 315, templates/g5_mcustom/scss/mcustom/_produtos.scss */
#product-segmentos .margem-content .particle-content .card .card-item .card-text .card-title {
  width: 100%;
}
/* line 318, templates/g5_mcustom/scss/mcustom/_produtos.scss */
#product-segmentos .margem-content .particle-content .card .card-item .card-text .card-description {
  width: 100%;
}
/* line 322, templates/g5_mcustom/scss/mcustom/_produtos.scss */
#product-segmentos .margem-content .particle-content .card .card-item .card-link {
  text-align: center;
}
/* line 325, templates/g5_mcustom/scss/mcustom/_produtos.scss */
#product-segmentos .margem-content .particle-content .card .card-item .card-img {
  display: flex;
  justify-content: center;
}
/* line 328, templates/g5_mcustom/scss/mcustom/_produtos.scss */
#product-segmentos .margem-content .particle-content .card .card-item .card-img img {
  height: 60px;
}
/* line 333, templates/g5_mcustom/scss/mcustom/_produtos.scss */
#product-segmentos .margem-content .particle-content .card .card-item:hover {
  transform: translateY(-10px);
}
/* line 341, templates/g5_mcustom/scss/mcustom/_produtos.scss */
#product-segmentos .margem-content .segmentos {
  text-align: center;
  padding-top: 50px;
}
/* line 344, templates/g5_mcustom/scss/mcustom/_produtos.scss */
#product-segmentos .margem-content .segmentos a {
  color: #fff !important;
  background: #ff8c00;
  text-shadow: none;
  font-weight: bold;
  padding: 12px;
  font-size: 16px;
  -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: 10px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  border-top-left-radius: 10px;
}
/* line 103, templates/g5_mcustom/scss/mixins/_mixin.scss */
#product-segmentos .margem-content .segmentos a:hover {
  color: #fff !important;
  background: #f08400;
  -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;
}
/* line 351, templates/g5_mcustom/scss/mcustom/_produtos.scss */
#product-cta {
  background: #ff8c00;
}
/* line 353, templates/g5_mcustom/scss/mcustom/_produtos.scss */
#product-cta .cta-text {
  display: flex;
  justify-content: center;
  margin-bottom: 30px;
}
/* line 357, templates/g5_mcustom/scss/mcustom/_produtos.scss */
#product-cta .cta-text .title-top {
  position: absolute;
}
/* line 359, templates/g5_mcustom/scss/mcustom/_produtos.scss */
#product-cta .cta-text .title-top h2 {
  font-size: 250%;
  opacity: 10%;
  color: #fff !important;
}
/* line 365, templates/g5_mcustom/scss/mcustom/_produtos.scss */
#product-cta .cta-text .title-bottom {
  position: relative;
  top: 25px;
}
/* line 368, templates/g5_mcustom/scss/mcustom/_produtos.scss */
#product-cta .cta-text .title-bottom h3 {
  font-size: 150%;
  font-weight: bolder;
  color: #fff !important;
}
/* line 375, templates/g5_mcustom/scss/mcustom/_produtos.scss */
#product-cta .cta-content {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
/* line 380, templates/g5_mcustom/scss/mcustom/_produtos.scss */
#product-cta .cta-content .cta_img {
  width: 25%;
  text-align: center;
}
/* line 384, templates/g5_mcustom/scss/mcustom/_produtos.scss */
#product-cta .cta-content .cta-description {
  width: 50%;
}
/* line 386, templates/g5_mcustom/scss/mcustom/_produtos.scss */
#product-cta .cta-content .cta-description p {
  color: #fff;
}
/* line 390, templates/g5_mcustom/scss/mcustom/_produtos.scss */
#product-cta .cta-content .cta-button {
  width: 25%;
  text-align: center;
}
/* line 393, templates/g5_mcustom/scss/mcustom/_produtos.scss */
#product-cta .cta-content .cta-button a {
  color: #fff !important;
  background: #2f80ed;
  text-shadow: none;
  font-weight: bold;
  padding: 12px;
  font-size: 16px;
  -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: 10px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  border-top-left-radius: 10px;
}
/* line 103, templates/g5_mcustom/scss/mixins/_mixin.scss */
#product-cta .cta-content .cta-button a:hover {
  color: #fff !important;
  background: #2177ec;
  -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: 75rem) {
}
@media only all and (min-width: 60rem) and (max-width: 74.99rem) {
  /* line 407, templates/g5_mcustom/scss/mcustom/_produtos.scss */
  #planos .planos-itens .item {
    width: 45%;
    margin: 0 15px;
  }
  /* line 411, templates/g5_mcustom/scss/mcustom/_produtos.scss */
  /* line 412, templates/g5_mcustom/scss/mcustom/_produtos.scss */
  /* line 413, templates/g5_mcustom/scss/mcustom/_produtos.scss */
  #product-cta .cta-content .cta_img {
    width: 25%;
    text-align: center;
  }
  /* line 417, templates/g5_mcustom/scss/mcustom/_produtos.scss */
  #product-cta .cta-content .cta-description {
    width: 60%;
  }
  /* line 421, templates/g5_mcustom/scss/mcustom/_produtos.scss */
  #product-cta .cta-content .cta-button {
    width: 100%;
  }
}
@media only all and (min-width: 48rem) and (max-width: 59.99rem) {
  /* line 430, templates/g5_mcustom/scss/mcustom/_produtos.scss */
  /* line 431, templates/g5_mcustom/scss/mcustom/_produtos.scss */
  /* line 432, templates/g5_mcustom/scss/mcustom/_produtos.scss */
  #product-item .margem-content .particle-content {
    flex-wrap: wrap;
  }
  /* line 434, templates/g5_mcustom/scss/mcustom/_produtos.scss */
  #product-item .margem-content .particle-content .title-top, #product-item .margem-content .particle-content .title {
    text-align: center;
  }
  /* line 437, templates/g5_mcustom/scss/mcustom/_produtos.scss */
  #product-item .margem-content .particle-content .product-text {
    width: 100% !important;
    padding-right: 0;
  }
  /* line 441, templates/g5_mcustom/scss/mcustom/_produtos.scss */
  #product-item .margem-content .particle-content .product-image {
    width: 100% !important;
    display: flex;
  }
  /* line 448, templates/g5_mcustom/scss/mcustom/_produtos.scss */
  /* line 449, templates/g5_mcustom/scss/mcustom/_produtos.scss */
  /* line 450, templates/g5_mcustom/scss/mcustom/_produtos.scss */
  /* line 451, templates/g5_mcustom/scss/mcustom/_produtos.scss */
  #product-funcionalidades .margem-content .particle-content .funcionalidade {
    flex-wrap: wrap;
    margin: 30px 0;
  }
  /* line 454, templates/g5_mcustom/scss/mcustom/_produtos.scss */
  #product-funcionalidades .margem-content .particle-content .funcionalidade .text-content {
    width: 100%;
  }
  /* line 456, templates/g5_mcustom/scss/mcustom/_produtos.scss */
  #product-funcionalidades .margem-content .particle-content .funcionalidade .text-content .title-content {
    justify-content: center !important;
  }
  /* line 459, templates/g5_mcustom/scss/mcustom/_produtos.scss */
  #product-funcionalidades .margem-content .particle-content .funcionalidade .text-content .title h3 {
    text-align: center !important;
  }
  /* line 463, templates/g5_mcustom/scss/mcustom/_produtos.scss */
  #product-funcionalidades .margem-content .particle-content .funcionalidade .img {
    width: 100%;
    padding: 0px;
  }
  /* line 471, templates/g5_mcustom/scss/mcustom/_produtos.scss */
  #planos .planos-itens .item {
    width: 100%;
    margin: 20px 0;
  }
  /* line 475, templates/g5_mcustom/scss/mcustom/_produtos.scss */
  /* line 476, templates/g5_mcustom/scss/mcustom/_produtos.scss */
  /* line 477, templates/g5_mcustom/scss/mcustom/_produtos.scss */
  #modulos-adicionais .modulos-adicionais-itens .item {
    width: 33%;
  }
  /* line 482, templates/g5_mcustom/scss/mcustom/_produtos.scss */
  /* line 483, templates/g5_mcustom/scss/mcustom/_produtos.scss */
  /* line 484, templates/g5_mcustom/scss/mcustom/_produtos.scss */
  #product-segmentos .card .card-item {
    width: 40% !important;
  }
  /* line 489, templates/g5_mcustom/scss/mcustom/_produtos.scss */
  /* line 490, templates/g5_mcustom/scss/mcustom/_produtos.scss */
  /* line 491, templates/g5_mcustom/scss/mcustom/_produtos.scss */
  #product-cta .cta-content .cta_img {
    width: 25%;
    text-align: center;
  }
  /* line 495, templates/g5_mcustom/scss/mcustom/_produtos.scss */
  #product-cta .cta-content .cta-description {
    width: 60%;
  }
  /* line 499, templates/g5_mcustom/scss/mcustom/_produtos.scss */
  #product-cta .cta-content .cta-button {
    width: 100%;
  }
}
@media only all and (min-width: 30.01rem) and (max-width: 47.99rem) {
  /* line 507, templates/g5_mcustom/scss/mcustom/_produtos.scss */
  /* line 508, templates/g5_mcustom/scss/mcustom/_produtos.scss */
  /* line 509, templates/g5_mcustom/scss/mcustom/_produtos.scss */
  #product-item .margem-content .particle-content {
    flex-wrap: wrap;
  }
  /* line 511, templates/g5_mcustom/scss/mcustom/_produtos.scss */
  #product-item .margem-content .particle-content .title-top, #product-item .margem-content .particle-content .title {
    text-align: center;
  }
  /* line 514, templates/g5_mcustom/scss/mcustom/_produtos.scss */
  #product-item .margem-content .particle-content .product-text {
    width: 100% !important;
    padding-right: 0;
  }
  /* line 518, templates/g5_mcustom/scss/mcustom/_produtos.scss */
  #product-item .margem-content .particle-content .product-image {
    width: 100% !important;
    display: flex;
  }
  /* line 525, templates/g5_mcustom/scss/mcustom/_produtos.scss */
  /* line 526, templates/g5_mcustom/scss/mcustom/_produtos.scss */
  /* line 527, templates/g5_mcustom/scss/mcustom/_produtos.scss */
  /* line 528, templates/g5_mcustom/scss/mcustom/_produtos.scss */
  #product-funcionalidades .margem-content .particle-content .funcionalidade {
    flex-wrap: wrap;
    margin: 30px 0;
  }
  /* line 531, templates/g5_mcustom/scss/mcustom/_produtos.scss */
  #product-funcionalidades .margem-content .particle-content .funcionalidade .text-content {
    width: 100%;
  }
  /* line 533, templates/g5_mcustom/scss/mcustom/_produtos.scss */
  #product-funcionalidades .margem-content .particle-content .funcionalidade .text-content .title-content {
    justify-content: center !important;
  }
  /* line 536, templates/g5_mcustom/scss/mcustom/_produtos.scss */
  #product-funcionalidades .margem-content .particle-content .funcionalidade .text-content .title h3 {
    text-align: center !important;
  }
  /* line 540, templates/g5_mcustom/scss/mcustom/_produtos.scss */
  #product-funcionalidades .margem-content .particle-content .funcionalidade .img {
    width: 100%;
    padding: 0px;
  }
  /* line 548, templates/g5_mcustom/scss/mcustom/_produtos.scss */
  #planos .planos-itens .item {
    width: 100%;
    margin: 20px 0;
  }
  /* line 552, templates/g5_mcustom/scss/mcustom/_produtos.scss */
  /* line 553, templates/g5_mcustom/scss/mcustom/_produtos.scss */
  /* line 554, templates/g5_mcustom/scss/mcustom/_produtos.scss */
  #modulos-adicionais .modulos-adicionais-itens .item {
    width: 100%;
  }
  /* line 559, templates/g5_mcustom/scss/mcustom/_produtos.scss */
  /* line 560, templates/g5_mcustom/scss/mcustom/_produtos.scss */
  /* line 561, templates/g5_mcustom/scss/mcustom/_produtos.scss */
  #product-segmentos .card .card-item {
    width: 100% !important;
  }
  /* line 566, templates/g5_mcustom/scss/mcustom/_produtos.scss */
  /* line 567, templates/g5_mcustom/scss/mcustom/_produtos.scss */
  /* line 568, templates/g5_mcustom/scss/mcustom/_produtos.scss */
  #product-cta .cta-content .cta_img {
    display: none;
  }
  /* line 571, templates/g5_mcustom/scss/mcustom/_produtos.scss */
  #product-cta .cta-content .cta-description {
    width: 100%;
  }
  /* line 575, templates/g5_mcustom/scss/mcustom/_produtos.scss */
  #product-cta .cta-content .cta-button {
    width: 100%;
  }
}
@media only all and (max-width: 30rem) {
  /* line 583, templates/g5_mcustom/scss/mcustom/_produtos.scss */
  /* line 584, templates/g5_mcustom/scss/mcustom/_produtos.scss */
  /* line 585, templates/g5_mcustom/scss/mcustom/_produtos.scss */
  #product-item .margem-content .particle-content {
    flex-wrap: wrap;
  }
  /* line 587, templates/g5_mcustom/scss/mcustom/_produtos.scss */
  #product-item .margem-content .particle-content .title-top, #product-item .margem-content .particle-content .title {
    text-align: center;
  }
  /* line 590, templates/g5_mcustom/scss/mcustom/_produtos.scss */
  #product-item .margem-content .particle-content .product-text {
    width: 100% !important;
    padding-right: 0;
  }
  /* line 594, templates/g5_mcustom/scss/mcustom/_produtos.scss */
  #product-item .margem-content .particle-content .product-image {
    width: 100% !important;
    display: flex;
  }
  /* line 601, templates/g5_mcustom/scss/mcustom/_produtos.scss */
  /* line 602, templates/g5_mcustom/scss/mcustom/_produtos.scss */
  /* line 603, templates/g5_mcustom/scss/mcustom/_produtos.scss */
  /* line 604, templates/g5_mcustom/scss/mcustom/_produtos.scss */
  #product-funcionalidades .margem-content .particle-content .funcionalidade {
    flex-wrap: wrap;
    margin: 30px 0;
  }
  /* line 607, templates/g5_mcustom/scss/mcustom/_produtos.scss */
  #product-funcionalidades .margem-content .particle-content .funcionalidade .text-content {
    width: 100%;
  }
  /* line 609, templates/g5_mcustom/scss/mcustom/_produtos.scss */
  #product-funcionalidades .margem-content .particle-content .funcionalidade .text-content .title-content {
    justify-content: center !important;
  }
  /* line 612, templates/g5_mcustom/scss/mcustom/_produtos.scss */
  #product-funcionalidades .margem-content .particle-content .funcionalidade .text-content .title h3 {
    text-align: center !important;
  }
  /* line 616, templates/g5_mcustom/scss/mcustom/_produtos.scss */
  #product-funcionalidades .margem-content .particle-content .funcionalidade .img {
    width: 100%;
    padding: 0px;
  }
  /* line 624, templates/g5_mcustom/scss/mcustom/_produtos.scss */
  #planos .planos-itens .item {
    width: 100%;
    margin: 20px 0;
  }
  /* line 628, templates/g5_mcustom/scss/mcustom/_produtos.scss */
  /* line 629, templates/g5_mcustom/scss/mcustom/_produtos.scss */
  /* line 630, templates/g5_mcustom/scss/mcustom/_produtos.scss */
  #modulos-adicionais .modulos-adicionais-itens .item {
    width: 100%;
  }
  /* line 635, templates/g5_mcustom/scss/mcustom/_produtos.scss */
  /* line 636, templates/g5_mcustom/scss/mcustom/_produtos.scss */
  /* line 637, templates/g5_mcustom/scss/mcustom/_produtos.scss */
  #product-segmentos .card .card-item {
    width: 100% !important;
  }
  /* line 642, templates/g5_mcustom/scss/mcustom/_produtos.scss */
  /* line 643, templates/g5_mcustom/scss/mcustom/_produtos.scss */
  /* line 644, templates/g5_mcustom/scss/mcustom/_produtos.scss */
  #product-cta .cta-content .cta_img {
    display: none;
  }
  /* line 647, templates/g5_mcustom/scss/mcustom/_produtos.scss */
  #product-cta .cta-content .cta-description {
    width: 100%;
  }
  /* line 651, templates/g5_mcustom/scss/mcustom/_produtos.scss */
  #product-cta .cta-content .cta-button {
    width: 100%;
  }
}
@media (max-width: 359px) {
  /* line 659, templates/g5_mcustom/scss/mcustom/_produtos.scss */
  /* line 660, templates/g5_mcustom/scss/mcustom/_produtos.scss */
  /* line 661, templates/g5_mcustom/scss/mcustom/_produtos.scss */
  #product-item .margem-content .particle-content {
    flex-wrap: wrap;
  }
  /* line 663, templates/g5_mcustom/scss/mcustom/_produtos.scss */
  #product-item .margem-content .particle-content .title-top, #product-item .margem-content .particle-content .title {
    text-align: center;
  }
  /* line 666, templates/g5_mcustom/scss/mcustom/_produtos.scss */
  #product-item .margem-content .particle-content .product-text {
    width: 100% !important;
    padding-right: 0;
  }
  /* line 670, templates/g5_mcustom/scss/mcustom/_produtos.scss */
  #product-item .margem-content .particle-content .product-image {
    width: 100% !important;
    display: flex;
  }
  /* line 677, templates/g5_mcustom/scss/mcustom/_produtos.scss */
  /* line 678, templates/g5_mcustom/scss/mcustom/_produtos.scss */
  /* line 679, templates/g5_mcustom/scss/mcustom/_produtos.scss */
  /* line 680, templates/g5_mcustom/scss/mcustom/_produtos.scss */
  #product-funcionalidades .margem-content .particle-content .funcionalidade {
    flex-wrap: wrap;
    margin: 30px 0;
  }
  /* line 683, templates/g5_mcustom/scss/mcustom/_produtos.scss */
  #product-funcionalidades .margem-content .particle-content .funcionalidade .text-content {
    width: 100%;
  }
  /* line 686, templates/g5_mcustom/scss/mcustom/_produtos.scss */
  #product-funcionalidades .margem-content .particle-content .funcionalidade .text-content .title-content {
    justify-content: center !important;
  }
  /* line 689, templates/g5_mcustom/scss/mcustom/_produtos.scss */
  #product-funcionalidades .margem-content .particle-content .funcionalidade .text-content h2 {
    opacity: 0;
  }
  /* line 692, templates/g5_mcustom/scss/mcustom/_produtos.scss */
  #product-funcionalidades .margem-content .particle-content .funcionalidade .text-content .title h3 {
    text-align: center !important;
  }
  /* line 696, templates/g5_mcustom/scss/mcustom/_produtos.scss */
  #product-funcionalidades .margem-content .particle-content .funcionalidade .img {
    width: 100%;
    padding: 0px;
  }
  /* line 704, templates/g5_mcustom/scss/mcustom/_produtos.scss */
  #planos .planos-itens .item {
    width: 100%;
    margin: 20px 0;
  }
  /* line 708, templates/g5_mcustom/scss/mcustom/_produtos.scss */
  /* line 709, templates/g5_mcustom/scss/mcustom/_produtos.scss */
  /* line 710, templates/g5_mcustom/scss/mcustom/_produtos.scss */
  #modulos-adicionais .modulos-adicionais-itens .item {
    width: 100%;
  }
  /* line 715, templates/g5_mcustom/scss/mcustom/_produtos.scss */
  /* line 716, templates/g5_mcustom/scss/mcustom/_produtos.scss */
  /* line 717, templates/g5_mcustom/scss/mcustom/_produtos.scss */
  #product-segmentos .card .card-item {
    width: 100% !important;
  }
  /* line 722, templates/g5_mcustom/scss/mcustom/_produtos.scss */
  /* line 723, templates/g5_mcustom/scss/mcustom/_produtos.scss */
  /* line 724, templates/g5_mcustom/scss/mcustom/_produtos.scss */
  #product-cta .cta-content .cta_img {
    display: none;
  }
  /* line 727, templates/g5_mcustom/scss/mcustom/_produtos.scss */
  #product-cta .cta-content .cta-description {
    width: 100%;
  }
  /* line 731, templates/g5_mcustom/scss/mcustom/_produtos.scss */
  #product-cta .cta-content .cta-button {
    width: 100%;
  }
}
/* END MEDIAQUERIES */
/* line 2, media/gantry5/engines/nucleus/scss/nucleus/theme/breakpoints/_flex.scss */
.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%;
  }
}
/* line 17, media/gantry5/engines/nucleus/scss/nucleus/theme/breakpoints/_flex.scss */
.g-container.g-flushed {
  width: 100%;
}
/* line 23, media/gantry5/engines/nucleus/scss/nucleus/theme/breakpoints/_flex.scss */
@media only all and (max-width: 47.99rem) {
  .g-block {
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    flex-grow: 0;
    -ms-flex-positive: 0;
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
  }
}
/* line 30, media/gantry5/engines/nucleus/scss/nucleus/theme/breakpoints/_flex.scss */
@media only all and (max-width: 47.99rem) {
  body [class*="size-"] {
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    flex-grow: 0;
    -ms-flex-positive: 0;
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    max-width: 100%;
  }
}
@media only all and (max-width: 47.99rem) {
  @supports not (flex-wrap: wrap) {
    /* line 41, media/gantry5/engines/nucleus/scss/nucleus/theme/breakpoints/_flex.scss */
    .g-grid {
      display: block;
      -webkit-box-lines: inherit;
      -moz-box-lines: inherit;
      box-lines: inherit;
      -webkit-flex-wrap: inherit;
      -moz-flex-wrap: inherit;
      -ms-flex-wrap: inherit;
      flex-wrap: inherit;
    }
    /* line 45, media/gantry5/engines/nucleus/scss/nucleus/theme/breakpoints/_flex.scss */
    .g-block {
      display: block;
      -webkit-box-flex: inherit;
      -moz-box-flex: inherit;
      box-flex: inherit;
      -webkit-flex: inherit;
      -moz-flex: inherit;
      -ms-flex: inherit;
      flex: inherit;
    }
  }
}
/* line 2, media/gantry5/engines/nucleus/scss/nucleus/theme/breakpoints/_utilities.scss */
.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) {
  /* line 14, media/gantry5/engines/nucleus/scss/nucleus/theme/breakpoints/_utilities.scss */
  .visible-phone {
    display: block !important;
  }
  /* line 17, media/gantry5/engines/nucleus/scss/nucleus/theme/breakpoints/_utilities.scss */
  .g-block.visible-phone {
    display: block !important;
  }
}
@media only all and (min-width: 48rem) and (max-width: 59.99rem) {
  /* line 23, media/gantry5/engines/nucleus/scss/nucleus/theme/breakpoints/_utilities.scss */
  .visible-tablet {
    display: block !important;
  }
  /* line 26, media/gantry5/engines/nucleus/scss/nucleus/theme/breakpoints/_utilities.scss */
  .g-block.visible-tablet {
    display: block !important;
  }
}
@media only all and (min-width: 60rem) and (max-width: 74.99rem) {
  /* line 32, media/gantry5/engines/nucleus/scss/nucleus/theme/breakpoints/_utilities.scss */
  .visible-desktop {
    display: block !important;
  }
  /* line 35, media/gantry5/engines/nucleus/scss/nucleus/theme/breakpoints/_utilities.scss */
  .g-block.visible-desktop {
    display: block !important;
  }
}
@media only all and (min-width: 75rem) {
  /* line 41, media/gantry5/engines/nucleus/scss/nucleus/theme/breakpoints/_utilities.scss */
  .visible-large {
    display: block !important;
  }
  /* line 44, media/gantry5/engines/nucleus/scss/nucleus/theme/breakpoints/_utilities.scss */
  .g-block.visible-large {
    display: block !important;
  }
  /* line 47, media/gantry5/engines/nucleus/scss/nucleus/theme/breakpoints/_utilities.scss */
  .visible-desktop {
    display: block !important;
  }
  /* line 50, media/gantry5/engines/nucleus/scss/nucleus/theme/breakpoints/_utilities.scss */
  .g-block.visible-desktop {
    display: block !important;
  }
}
@media only all and (max-width: 47.99rem) {
  /* line 57, media/gantry5/engines/nucleus/scss/nucleus/theme/breakpoints/_utilities.scss */
  .hidden-phone {
    display: none !important;
  }
}
@media only all and (min-width: 48rem) and (max-width: 59.99rem) {
  /* line 63, media/gantry5/engines/nucleus/scss/nucleus/theme/breakpoints/_utilities.scss */
  .hidden-tablet {
    display: none !important;
  }
}
@media only all and (min-width: 60rem) and (max-width: 74.99rem) {
  /* line 69, media/gantry5/engines/nucleus/scss/nucleus/theme/breakpoints/_utilities.scss */
  .hidden-desktop {
    display: none !important;
  }
}
@media only all and (min-width: 75rem) {
  /* line 75, media/gantry5/engines/nucleus/scss/nucleus/theme/breakpoints/_utilities.scss */
  .hidden-large {
    display: none !important;
  }
  /* line 78, media/gantry5/engines/nucleus/scss/nucleus/theme/breakpoints/_utilities.scss */
  .hidden-desktop {
    display: none !important;
  }
}
@media only all and (max-width: 47.99rem) {
  /* line 85, media/gantry5/engines/nucleus/scss/nucleus/theme/breakpoints/_utilities.scss */
  .align-right {
    text-align: inherit !important;
  }
  /* line 88, media/gantry5/engines/nucleus/scss/nucleus/theme/breakpoints/_utilities.scss */
  .align-left {
    text-align: inherit !important;
  }
}
@media only all and (max-width: 74.99rem) {
  #g-conteudo #pg-showcase .particle-content {
    flex-wrap: wrap;
    gap: 24px;
  }
  #g-conteudo #pg-showcase .particle-content .revenda-imagem {
    display: flex !important;
    width: 100% !important;
    justify-content: center;
  }
  #g-conteudo #pg-showcase .particle-content .revenda-imagem img {
    width: min(100%, 520px);
    max-height: 360px;
  }
}
@media only all and (min-width: 48rem) and (max-width: 74.99rem) {
  #g-conteudo #pg-requisitos .margem-content .particle-content .card .card-item {
    width: calc(50% - 24px) !important;
  }
}
@media only all and (max-width: 47.99rem) {
  #g-conteudo #pg-requisitos .margem-content .particle-content .card .card-item {
    width: 100% !important;
    min-height: 0;
  }
}
@keyframes kom-balance-soft {
  0%, 100% {
    transform: rotate(-1.2deg) translateY(0);
  }
  50% {
    transform: rotate(1deg) translateY(-8px);
  }
}
@keyframes kom-balance-wide {
  0%, 100% {
    transform: rotate(-0.6deg) translateY(0);
  }
  50% {
    transform: rotate(0.6deg) translateY(-6px);
  }
}
@keyframes kom-carousel-slide {
  0%, 26% {
    transform: translateX(0);
  }
  33%, 59% {
    transform: translateX(calc(-100% - 22px));
  }
  66%, 92% {
    transform: translateX(calc(-200% - 44px));
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes kom-carousel-balance {
  0%, 100% {
    transform: rotate(-0.35deg) scale(1);
  }
  50% {
    transform: rotate(0.35deg) scale(1.015);
  }
}
#g-conteudo #pg-showcase .particle-content .revenda-imagem {
  width: calc(58% - 16px) !important;
}
#g-conteudo #pg-showcase .particle-content .revenda-content {
  width: calc(42% - 16px) !important;
}
#g-conteudo #pg-showcase .particle-content .revenda-imagem img {
  width: min(100%, 760px) !important;
  max-height: 720px !important;
  object-fit: contain !important;
  clip-path: polygon(6% 0, 100% 0, 94% 100%, 0 100%) !important;
  animation: kom-balance-soft 7s ease-in-out infinite;
  transform-origin: center;
}
#g-conteudo #pg-servidor-licenca .margem-content .particle-content .content-item .sobre-img img {
  width: min(100%, 440px);
  max-height: 360px;
  object-fit: contain;
}
#g-conteudo #pg-produtos .margem-content .particle-content .prodcontent {
  display: block !important;
}
#g-conteudo #pg-produtos .margem-content .particle-content .prodcontent .produtos-img {
  width: 100% !important;
  text-align: center;
  margin-bottom: 34px;
}
#g-conteudo #pg-produtos .margem-content .particle-content .prodcontent .produtos-img img {
  width: min(100%, 1120px);
  max-height: 620px;
  object-fit: contain;
  border-radius: 10px;
  box-shadow: 0 22px 48px rgba(31, 38, 51, 0.16);
  animation: kom-balance-wide 8s ease-in-out infinite;
  transform-origin: center;
}
#g-conteudo #pg-produtos .margem-content .particle-content .prodcontent .produtos-card {
  width: 100% !important;
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  align-content: stretch;
}
#g-conteudo #pg-produtos .margem-content .particle-content .prodcontent .produtos-card .produtos-card-itens {
  width: auto !important;
  margin: 0 !important;
}
#g-appmobile #apps-mobile .apps.apps-imagens.app-carousel {
  overflow: hidden;
  margin-top: 30px;
  padding: 12px 0 28px;
}
#g-appmobile #apps-mobile .app-carousel-track {
  display: flex;
  gap: 22px;
  width: 100%;
  transition: transform 0.65s ease;
  will-change: transform;
}
#g-appmobile #apps-mobile .apps.apps-imagens.app-carousel:hover .app-carousel-track {
  cursor: zoom-in;
}
#g-appmobile #apps-mobile .apps-imagens .app-image-item {
  flex: 0 0 calc((100% - 44px) / 3);
  overflow: hidden;
  border-radius: 10px;
  box-shadow: 0 18px 40px rgba(31, 38, 51, 0.14);
  background: #fff;
  animation: kom-carousel-balance 6s ease-in-out infinite;
  transform-origin: center;
}
#g-appmobile #apps-mobile .apps-imagens .app-image-item img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
  object-position: center;
  transition: transform 0.45s ease, filter 0.45s ease;
}
#g-appmobile #apps-mobile .apps-imagens .app-image-item:hover img {
  transform: scale(1.045);
  filter: saturate(1.08) contrast(1.04);
}
#g-footer .logo-eagle {
  display: none !important;
}
#g-footer .footer-endereco {
  width: 60% !important;
}
#g-footer .menu-principal {
  width: 40% !important;
}
@media only all and (min-width: 60rem) and (max-width: 74.99rem) {
  #g-conteudo #pg-showcase .particle-content .revenda-content {
    width: calc(44% - 12px) !important;
  }
  #g-conteudo #pg-showcase .particle-content .revenda-imagem {
    width: calc(56% - 12px) !important;
  }
  #g-conteudo #pg-showcase .particle-content .revenda-imagem img {
    width: min(100%, 620px) !important;
    max-height: 500px !important;
  }
}
@media only all and (max-width: 74.99rem) {
  #g-conteudo #pg-produtos .margem-content .particle-content .prodcontent .produtos-card {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  #g-appmobile #apps-mobile .apps.apps-imagens.app-carousel {
    max-width: 640px;
    margin-left: auto;
    margin-right: auto;
  }
  #g-appmobile #apps-mobile .apps-imagens .app-image-item {
    flex-basis: calc((100% - 22px) / 2);
  }
  #g-appmobile #apps-mobile .apps-imagens .app-image-item img {
    height: auto;
  }
}
@media only all and (max-width: 47.99rem) {
  #g-conteudo #pg-showcase .particle-content .revenda-imagem {
    width: 100% !important;
  }
  #g-conteudo #pg-produtos .margem-content .particle-content .prodcontent .produtos-card {
    grid-template-columns: 1fr;
  }
  #g-appmobile #apps-mobile .apps-imagens .app-image-item {
    flex-basis: 100%;
  }
}
.g-videos-youtube .youtube-video-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 22px;
  width: 100%;
}
.g-videos-youtube .youtube-channel-grid {
  display: flex;
  justify-content: center;
}
.g-videos-youtube .youtube-channel-card {
  width: min(100%, 620px);
}
.g-videos-youtube .youtube-channel-link {
  display: flex;
  align-items: center;
  gap: 18px;
  padding: 26px;
  border-radius: 10px;
  background: linear-gradient(135deg, #211147, #ff8c00);
  color: #fff !important;
  text-decoration: none;
  box-shadow: 0 18px 42px rgba(31, 38, 51, 0.16);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.g-videos-youtube .youtube-channel-link:hover {
  transform: translateY(-6px);
  box-shadow: 0 24px 52px rgba(31, 38, 51, 0.22);
}
.g-videos-youtube .youtube-channel-icon {
  flex: 0 0 74px;
  width: 74px;
  height: 74px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.16);
  color: #fff;
  font-size: 42px;
}
.g-videos-youtube .youtube-channel-text {
  display: grid;
  gap: 6px;
}
.g-videos-youtube .youtube-channel-text strong {
  font-size: 24px;
  line-height: 1.2;
}
.g-videos-youtube .youtube-channel-text small {
  font-size: 15px;
  line-height: 1.35;
  color: rgba(255, 255, 255, 0.88);
}
.g-videos-youtube .youtube-video-card {
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 14px 34px rgba(31, 38, 51, 0.12);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.g-videos-youtube .youtube-video-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 42px rgba(31, 38, 51, 0.18);
}
.g-videos-youtube .youtube-video-frame {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
  background: linear-gradient(135deg, #211147, #ff8c00);
}
.g-videos-youtube .youtube-video-frame:before {
  content: "\f16a";
  font-family: FontAwesome;
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(255, 255, 255, 0.92);
  font-size: 42px;
  pointer-events: none;
}
.g-videos-youtube .youtube-video-frame iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.g-videos-youtube .youtube-video-frame iframe[src="about:blank"] {
  opacity: 0;
}
.g-videos-youtube .youtube-video-info {
  padding: 14px 16px 18px;
  text-align: left;
}
.g-videos-youtube .youtube-video-info h3 {
  margin: 0 0 6px;
  color: #2b174d;
  font-size: 18px;
}
.g-videos-youtube .youtube-video-info p {
  margin: 0;
  color: #515151;
  font-size: 14px;
  line-height: 1.35;
}
@media only all and (max-width: 74.99rem) {
  .g-videos-youtube .youtube-video-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media only all and (max-width: 47.99rem) {
  .g-videos-youtube .youtube-video-grid {
    grid-template-columns: 1fr;
  }
  .g-videos-youtube .youtube-channel-link {
    display: grid;
    justify-items: center;
    text-align: center;
    padding: 22px 18px;
  }
}
html {
  overflow-x: hidden;
}
*, *:before, *:after {
  box-sizing: border-box;
}
img, iframe {
  max-width: 100%;
}
#g-conteudo .margem-content,
#g-appmobile .g-container,
#g-depoimentos .g-container,
#g-footer .g-container,
#g-footer #footer-cta .margem-content {
  width: min(75rem, calc(100vw - 32px)) !important;
  max-width: 100%;
}
#g-conteudo #pg-showcase .particle-content,
#g-conteudo #pg-servidor-licenca .margem-content .particle-content .content-item,
#g-footer #footer-cta .particle-content {
  gap: 28px;
}
#g-conteudo #pg-requisitos .margem-content .particle-content .card {
  gap: 24px;
}
#g-conteudo #pg-requisitos .margem-content .particle-content .card-item {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
#g-conteudo #pg-produtos .margem-content .particle-content .btns {
  width: min(100%, 760px) !important;
  gap: 16px;
}
#g-conteudo #pg-produtos .margem-content .particle-content .btns .cta-btn {
  flex: 1 1 260px;
}
#g-conteudo #pg-produtos .margem-content .particle-content .btns .cta-btn a,
#g-conteudo #pg-requisitos .margem-content .particle-content .requisitos-btn .cta-btn a,
#g-footer #footer-cta .particle-content .footer-cta-btn a {
  white-space: normal;
  text-align: center;
}
#g-footer > .g-container > .g-grid {
  align-items: center;
}
#g-footer .footer-endereco,
#g-footer .menu-principal {
  float: none !important;
}
@media only all and (max-width: 74.99rem) {
  #g-conteudo #pg-showcase .particle-content {
    flex-direction: column;
  }
  #g-conteudo #pg-showcase .particle-content .revenda-content,
  #g-conteudo #pg-showcase .particle-content .revenda-imagem {
    width: 100% !important;
  }
  #g-conteudo #pg-showcase .particle-content .revenda-content {
    text-align: center;
  }
  #g-conteudo #pg-showcase .particle-content .revenda-content .revenda-btns {
    justify-content: center;
  }
  #g-conteudo #pg-servidor-licenca .margem-content .particle-content .content-item {
    flex-direction: column-reverse;
  }
  #g-conteudo #pg-servidor-licenca .margem-content .particle-content .content-item .sobre-item-content,
  #g-conteudo #pg-servidor-licenca .margem-content .particle-content .content-item .sobre-img {
    width: 100% !important;
    padding-left: 0 !important;
  }
  #g-footer .footer-endereco,
  #g-footer .menu-principal {
    width: 50% !important;
  }
}
@media only all and (max-width: 47.99rem) {
  #g-conteudo .margem-content,
  #g-appmobile .g-container,
  #g-depoimentos .g-container,
  #g-footer .g-container,
  #g-footer #footer-cta .margem-content {
    width: min(100%, calc(100vw - 24px)) !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  #g-conteudo #pg-showcase .particle-content .revenda-content h1 {
    font-size: 34px;
    line-height: 1.12;
  }
  #g-conteudo #pg-requisitos .margem-content .particle-content .card {
    justify-content: center !important;
  }
  #g-conteudo #pg-requisitos .margem-content .particle-content .card-item {
    width: 100% !important;
  }
  #g-conteudo #pg-produtos .margem-content .particle-content .btns {
    display: block !important;
  }
  #g-conteudo #pg-produtos .margem-content .particle-content .btns .cta-btn {
    width: 100% !important;
    height: auto !important;
    margin-bottom: 14px;
  }
  #g-footer #footer-cta .particle-content {
    display: block !important;
    text-align: center;
  }
  #g-footer #footer-cta .particle-content .footer-cta-text,
  #g-footer #footer-cta .particle-content .footer-cta-btn,
  #g-footer .footer-endereco,
  #g-footer .menu-principal {
    width: 100% !important;
    text-align: center;
  }
}
/*# sourceMappingURL=mcustom_19.css.map */
