/* Oxygen */
html {
  box-sizing: border-box;
}

body {
  font-size: 16px;
  color: rgba(64, 64, 64, 1);
	overflow-x: hidden;
}

body.oxygen-aos-enabled {
  overflow-x: hidden;
}

*,
::after,
::before {
  box-sizing: inherit;
}

img {
	border-radius: 20px;
}

b , strong { font-weight: 600 !important; }

.wp-block-list {
	color: #737373;
	font-size: 18px;
	font-family: 'Roboto';
	line-height: 30px;
	list-style: initial;
	margin: 0 0 18px;
	padding: 0 0 0 25px;
}

.ct-section-inner-wrap {
  margin-left: auto;
  margin-right: auto;
  height: 100%;
  min-height: inherit;
}

.ct-section-with-shape-divider {
  position: relative !important;
}

.oxygen-unslider-container:not(.unslider-fade)>ul {
  list-style: none;
  width: 0px;
}

.oxygen-unslider-container:not(.unslider-fade):not(.unslider-horizontal)>ul>li {
  opacity: 0;
}

.oxygen-unslider-container.unslider-fade>ul>li:not(.unslider-active) {
  opacity: 0;
}

mark:not([class*="background"]):not([style*="background"]) {
  background-color: transparent;
}

div.ct-svg-icon>svg,
svg.ct-svg-icon {
  height: 1em !important;
  fill: currentColor;
}

.ct-columns-inner-wrap {
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.ct-column {
  float: left !important;
  word-break: break-word;
}

svg.ct-svg-icon {
  display: inline-block;
  width: 1em !important;
}

div.ct-svg-icon {
  display: inline-block;
  box-sizing: content-box;
  border-radius: 50%;
  width: auto;
}

div.ct-svg-icon>svg {
  width: 1em !important;
  display: block;
}

div.ct-fancy-icon {
  display: inline-flex;
  border-radius: 50%;
}

.ct-fancy-icon>svg {
  fill: currentColor;
}

.ct-columns-inner-wrap>.ct-column:first-child {
  margin-left: 0 !important;
}

.ct-columns-inner-wrap>.ct-column:last-child {
  margin-right: 0 !important;
}

.ct-video {
  width: 100%;
}

.ct-video>.oxygen-vsb-responsive-video-wrapper {
  position: relative;
}

.ct-video>.oxygen-vsb-responsive-video-wrapper>iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.oxy-nav-menu-list {
  display: flex;
  padding: 0;
  margin: 0;
}

.oxy-nav-menu .oxy-nav-menu-list li.menu-item {
  list-style-type: none;
  display: flex;
  flex-direction: column;
}

.oxy-nav-menu .oxy-nav-menu-list li.menu-item a {
  text-decoration: none;
  border-style: solid;
  border-width: 0;
  transition-timing-function: ease-in-out;
  transition-property: background-color, color, border-color;
  border-color: transparent;
}

.oxy-nav-menu .oxy-nav-menu-list li.current-menu-item>a,
.oxy-nav-menu .oxy-nav-menu-list li.menu-item:focus-within>a,
.oxy-nav-menu .oxy-nav-menu-list li.menu-item:hover>a {
  border-color: currentColor;
}

.oxy-nav-menu .menu-item,
.oxy-nav-menu .sub-menu {
  position: relative;
}

.oxy-nav-menu .menu-item .sub-menu {
  padding: 0;
  flex-direction: column;
  white-space: nowrap;
  transition-timing-function: ease-in-out;
  transition-property: visibility, opacity;
  visibility: hidden;
  opacity: 0;
  display: flex;
  position: absolute;
  top: 100%;
  background-color: white;
}

.oxy-nav-menu .sub-menu .sub-menu,
.oxy-nav-menu.oxy-nav-menu-vertical .sub-menu {
  left: 100%;
  top: 0;
}

.oxy-nav-menu .menu-item:hover>.sub-menu,
.oxy-nav-menu .menu-item:focus-within>.sub-menu {
  visibility: visible;
  opacity: 1;
}

.oxy-nav-menu .sub-menu li.menu-item {
  flex-direction: column;
}

@keyframes oxy_sticky_header_fadein {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.oxy-sticky-header-fade-in {
  animation-name: oxy_sticky_header_fadein;
  animation-duration: 0.5s;
  animation-iteration-count: 1;
}

.oxy-sticky-header .oxygen-show-in-sticky-only {
  display: none;
}

.oxy-sticky-header.oxy-sticky-header-active .oxygen-show-in-sticky-only {
  display: block;
}

.oxy-header-wrapper {
  position: relative;
}

.oxy-header-row {
  width: 100%;
  display: block;
}

.oxy-header-container {
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: stretch;
}

.oxy-header-center,
.oxy-header-left,
.oxy-header-right {
  display: flex;
  align-items: center;
}

.oxy-header .oxygen-only-show-in-overlay,
.oxy-video-container {
  display: none;
}

.oxy-header-left {
  justify-content: flex-start;
}

.oxy-header-center {
  flex-grow: 1;
  justify-content: center;
}

.oxy-header-right {
  justify-content: flex-end;
}

.admin-bar .oxy-sticky-header-active {
  top: 32px !important;
}

@media screen and (max-width: 782px) {
  .admin-bar .oxy-sticky-header-active {
    top: 46px !important;
  }
}

@media screen and (max-width: 600px) {
  .admin-bar .oxy-sticky-header-active {
    top: 0 !important;
  }
}

.oxy-video-background {
  position: relative;
  z-index: 1;
}

.oxy-video-background .oxy-video-container {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  z-index: -1;
}

.oxy-video-background .oxy-video-container video {
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  top: 50%;
  left: 50%;
  position: absolute;
  transform: translate(-50%, -50%);
}

.oxy-video-overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.oxy-map iframe {
  width: 100%;
  height: 100%;
  display: block;
}

.unslider .unslider-fade ul li.unslider-active {
  position: relative;
}

.oxy-menu-toggle {
  cursor: pointer;
  display: none;
}

.oxy-nav-menu.oxy-nav-menu-open {
  width: 100%;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  overflow: auto;
  z-index: 2147483642 !important;
  background-color: #fff;
}

.oxy-nav-menu.oxy-nav-menu-open>div:last-child {
  max-height: 100%;
  overflow: auto;
  padding-top: 2em;
  padding-bottom: 2em;
  width: 100%;
}

.oxy-nav-menu-prevent-overflow {
  overflow: hidden;
  height: 100%;
}

.oxy-nav-menu.oxy-nav-menu-open .oxy-menu-toggle {
  display: initial;
}

.oxy-nav-menu.oxy-nav-menu-open .oxy-nav-menu-list {
  flex-direction: column !important;
  width: 100%;
}

.oxy-nav-menu.oxy-nav-menu-open .oxy-nav-menu-list .menu-item a {
  text-align: center;
  border: 0 !important;
  background-color: transparent !important;
  justify-content: center;
}

.oxy-nav-menu.oxy-nav-menu-open .oxy-nav-menu-hamburger-wrap {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 1;
}

.oxy-nav-menu:not(.oxy-nav-menu-open) .sub-menu {
  background-color: #fff;
  z-index: 2147483641;
}

.oxy-nav-menu.oxy-nav-menu-open .menu-item .sub-menu,
.oxy-nav-menu.oxy-nav-menu-open .menu-item-has-children>a::after {
  display: none;
}

.oxy-nav-menu.oxy-nav-menu-open.oxy-nav-menu-responsive-dropdowns .menu-item .sub-menu {
  display: flex;
  position: static;
  animation-name: none;
  visibility: visible;
  opacity: 1;
  transition-duration: 0s !important;
}

.oxy-nav-menu.oxy-nav-menu-open a:not([href]) {
  display: none;
}

.oxy-nav-menu-hamburger-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}

.oxy-nav-menu-hamburger {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}

.oxy-nav-menu-hamburger-line {
  border-radius: 2px;
}

.oxy-nav-menu-open .oxy-nav-menu-hamburger {
  transform: rotate(45deg);
}

.oxy-nav-menu-open .oxy-nav-menu-hamburger .oxy-nav-menu-hamburger-line {
  display: none;
}

.oxy-nav-menu-open .oxy-nav-menu-hamburger .oxy-nav-menu-hamburger-line:first-child {
  display: initial;
  position: relative;
}

.oxy-nav-menu-open .oxy-nav-menu-hamburger .oxy-nav-menu-hamburger-line:last-child {
  display: initial;
  position: relative;
  transform: rotate(90deg);
}

.oxy-nav-menu .menu-item a {
  display: flex;
  align-items: center;
}

.oxy-nav-menu.oxy-nav-menu-vertical .menu-item a {
  flex-direction: row;
}

.oxy-nav-menu-dropdowns.oxy-nav-menu-dropdown-arrow .menu-item-has-children>a::after {
  width: 0.35em;
  height: 0.35em;
  margin-left: 0.5em;
  border-right: 0.1em solid;
  border-top: 0.1em solid;
  transform: rotate(135deg);
  content: '';
}

.oxy-nav-menu-dropdowns.oxy-nav-menu-dropdown-arrow .sub-menu .menu-item-has-children>a::after,
.oxy-nav-menu-dropdowns.oxy-nav-menu-dropdown-arrow.oxy-nav-menu-vertical .menu-item-has-children>a::after {
  transform: rotate(45deg);
}

.oxy-social-icons {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: flex-start;
}

.oxy-social-icons a {
  line-height: 1;
  width: 1em;
  height: 1em;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}

.oxy-social-icons a svg {
  stroke-width: 0;
  stroke: currentColor;
  fill: currentColor;
}

.oxy-soundcloud {
  min-width: 300px;
  min-height: 120px;
}

.oxy-soundcloud iframe {
  width: 100%;
  height: 100%;
}

.comment-body .alignleft,
.oxy-stock-content-styles .alignleft {
  margin-right: 1em;
  float: left;
}

.comment-body .alignright,
.oxy-stock-content-styles .alignright {
  margin-left: 1em;
  float: right;
}

.comment-body .aligncenter,
.oxy-stock-content-styles .aligncenter {
  margin-left: auto;
  margin-right: auto;
}

.comment-body img,
.oxy-stock-content-styles img {
  max-width: 100%;
}

.oxy-comment-form .comment-reply-title {
  margin-bottom: 0.5em;
}

.oxy-comment-form .logged-in-as {
  margin-bottom: 1em;
  font-size: 0.75em;
}

.oxy-comment-form #submit {
  padding: 1em 2em;
  background-color: #000;
  color: #fff;
  cursor: pointer;
  margin-top: 0.5em;
  border: none;
  font-weight: 700;
}

.oxy-comment-form input,
.oxy-comment-form textarea {
  padding: 0.5em;
  border-radius: 0;
  border: 1px solid #000;
  color: gray;
  width: 100%;
}

.oxy-comment-form label {
  font-weight: 700;
}

.oxy-comment-form .comment-form>p {
  margin-top: 0;
  margin-bottom: 1em;
}

.oxy-comments h3.comments-title {
  margin-bottom: 1em;
}

.oxy-comments ol.children,
.oxy-comments ol.comments-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.oxy-comments ol.children {
  margin-left: 50px;
}

.oxy-comments li.comment .comment-body {
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 50px;
}

.oxy-comments li.comment .comment-body .comment-content {
  margin-bottom: 1em;
}

.oxy-comments .comment-meta .comment-author {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.oxy-comments .comment-meta .comment-author .avatar {
  max-width: 64px;
  max-height: 64px;
  margin-right: 0.5em;
}

.oxy-comments .comment-meta .comment-author span.says::before {
  content: ' ';
  white-space: pre;
}

.oxy-progress-bar-overlay-percent,
.oxy-progress-bar-overlay-text {
  line-height: 1;
  white-space: nowrap;
  color: #fff;
}

.oxy-comments .comment-meta .comment-metadata {
  font-size: 0.75em;
  margin-top: 0.75em;
}

.oxy-comments .comment-meta .edit-link {
  margin-left: 0.5em;
}

.oxy-comments .reply {
  display: flex;
}

.oxy-comments .reply .comment-reply-link {
  font-size: 0.75em;
}

.oxy-comments .comment-meta {
  flex-wrap: wrap;
}

.oxy-comments .comment-awaiting-moderation {
  flex-basis: 100%;
}

.oxy-login-form p {
  display: flex;
  flex-direction: column;
}

.oxy-login-form input {
  padding: 0.5em;
  border-radius: 0;
  border: 1px solid #000;
}

.oxy-login-form input[type='submit'] {
  padding: 1em 2em;
  background-color: #000;
  color: #fff;
  cursor: pointer;
  border: none;
  font-weight: 700;
}

.oxy-search-form input {
  padding: 0.5em;
  border-radius: 0;
  border: 1px solid #000;
}

.oxy-search-form input[type='submit'] {
  padding: calc(0.5em + 1px) 1em;
  background-color: #000;
  color: #fff;
  cursor: pointer;
  border: none;
}

.oxy-search-form label.screen-reader-text {
  display: none;
}

.oxy-icon-box-icon {
  display: flex;
  flex-shrink: 0;
  flex-grow: 0;
}

.oxy-icon-box-content {
  flex-grow: 1;
  width: 100%;
}

.oxy-icon-box-heading,
.oxy-icon-box-text {
  margin: 0;
}

.oxy-icon-box {
  display: flex;
  align-items: flex-start;
}

.oxy-pricing-box {
  display: flex;
  flex-direction: column;
  position: relative;
  overflow: hidden;
}

.oxy-pricing-box .oxy-pricing-box-section.oxy-pricing-box-graphic {
  order: 10;
  display: flex;
  flex-direction: row;
}

.oxy-pricing-box-graphic>img {
  max-width: 100%;
  display: block;
}

.oxy-pricing-box .oxy-pricing-box-section.oxy-pricing-box-title {
  order: 20;
}

.oxy-pricing-box .oxy-pricing-box-section.oxy-pricing-box-price {
  order: 30;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: baseline;
  justify-content: center;
}

.oxy-pricing-box-amount {
  display: flex;
  align-items: baseline;
  flex-direction: row;
}

.oxy-pricing-box-currency {
  align-self: flex-start;
}

.oxy-pricing-box-amount-decimal {
  align-self: baseline;
}

.oxy-pricing-box-term {
  margin-left: 0.4em;
}

.oxy-pricing-box-sale-price {
  width: 100%;
  flex-grow: 0;
  flex-shrink: 0;
}

.oxy-pricing-box .oxy-pricing-box-section.oxy-pricing-box-content {
  order: 40;
}

.oxy-pricing-box .oxy-pricing-box-section.oxy-pricing-box-cta {
  order: 60;
}

@keyframes oxy_progress_bar_width {
  0% {
    width: 0%;
  }

  100% {
    width: 100%;
  }
}

@keyframes oxy_progress_bar_stripes {
  from {
    background-position: 44px 0;
  }

  to {
    background-position: 0 0;
  }
}

.oxy-progress-bar-background,
.oxy-progress-bar-progress {
  background-position: top left;
  background-attachment: fixed;
  background-size: 44px 44px;
}

.oxy-progress-bar {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}

.oxy-progress-bar-background {
  background-color: #d3d3d3;
  width: 100%;
}

.oxy-progress-bar-progress {
  padding: 20px;
  display: flex;
  background-color: #a9a9a9;
  align-items: center;
}

.oxy-progress-bar-overlay-percent {
  margin-left: auto;
  padding-left: 1em;
  font-size: 0.8em;
}

.oxy-tab,
.oxy-tab-content {
  padding: 20px;
}

.oxy-progress-bar-overlay-percent:empty {
  display: none;
}

.oxy-superbox {
  display: inline-flex;
}

.oxy-superbox-primary,
.oxy-superbox-secondary,
.oxy-tabs-wrapper {
  display: flex;
}

.oxy-superbox-wrap {
  position: relative;
  overflow: hidden;
  display: flex;
  width: 100%;
}

.oxy-superbox-primary {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
}

.oxy-superbox-secondary {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.oxy-tab {
  cursor: pointer;
}

.oxy-tabs-contents-content-hidden {
  display: none !important;
}

.oxy-testimonial {
  display: flex;
  width: 100%;
}

.oxy-testimonial .oxy-testimonial-photo-wrap {
  display: flex;
  flex-direction: column;
}

.oxy-testimonial .oxy-testimonial-photo {
  border-radius: 50%;
}

.oxy-testimonial .oxy-testimonial-content-wrap {
  display: flex;
  flex-direction: column;
  order: 2;
}

.oxy-testimonial .oxy-testimonial-author-wrap {
  display: flex;
  flex-direction: column;
}

.oxy-testimonial .oxy-testimonial-author,
.oxy-testimonial .oxy-testimonial-author-info {
  display: flex;
}

.oxy-toggle {
  display: flex;
  flex-direction: row;
  cursor: pointer;
}

.oxy-toggle-content {
  align-self: stretch;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.oxy-expand-collapse-icon {
  align-self: center;
  flex-shrink: 0;
  flex-grow: 0;
  margin-right: 0.4em;
  text-align: initial;
  width: 1em;
  height: 1em;
  position: relative;
  display: inline-block;
}

.oxy-expand-collapse-icon::after,
.oxy-expand-collapse-icon::before {
  content: '';
  background-color: #000;
  position: absolute;
  width: 1em;
  height: 0.16em;
  top: calc((1em / 2) - 0.08em);
  transition: 0.3s ease-in-out all;
  border-radius: 0.03em;
}

.oxy-expand-collapse-icon::after {
  transform: rotate(-90deg) scale(0);
}

.oxy-eci-collapsed.oxy-expand-collapse-icon::after {
  transform: rotate(-180deg);
}

.oxy-eci-collapsed.oxy-expand-collapse-icon::before {
  transform: rotate(-90deg);
}

[data-aos][data-aos=''] {
  transition-duration: 0s !important;
}

body.oxy-modal-active {
  height: 100vh;
  overflow-y: hidden;
  position: fixed;
  right: 0;
  left: 0;
}

.oxy-modal-backdrop {
  display: flex;
  align-items: center;
  justify-content: center;
}

body:not(.oxygen-builder-body) .oxy-modal-backdrop {
  display: none;
}

body.oxygen-builder-body .oxy-modal-backdrop {
  height: 100vh;
}

.oxy-modal-backdrop.live {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 1400;
}

.oxy-modal-backdrop.hidden {
  display: none;
}

.oxy-modal-backdrop.left {
  flex-direction: column;
  align-items: flex-start;
}

.oxy-modal-backdrop.right {
  flex-direction: column;
  align-items: flex-end;
}

.oxy-modal-backdrop.top {
  flex-direction: row;
  align-items: flex-start;
}

.oxy-modal-backdrop.bottom {
  flex-direction: row;
  align-items: flex-end;
}

.oxy-modal-backdrop.upper_left {
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
}

.oxy-modal-backdrop.upper_right {
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-end;
}

.oxy-modal-backdrop.bottom_left {
  flex-direction: row;
  align-items: flex-end;
  justify-content: flex-start;
}

.oxy-modal-backdrop.bottom_right {
  flex-direction: row;
  align-items: flex-end;
  justify-content: flex-end;
}

.oxy-modal-backdrop .ct-modal {
  background-color: white;
  max-height: 100vh;
  overflow-y: auto;
}

div.oxy-dynamic-list div.oxy-product-images.oxy-woo-element {
  align-self: stretch;
}

div.oxy-repeater-pages,
div.oxy-repeater-pages-wrap {
  display: flex;
}

.oxy-rich-text p:first-child {
  margin-block-start: 0;
}

.oxy-rich-text p:last-child {
  margin-block-end: 0;
}

/* Custom HTML tag support */
:-webkit-any(li, div._important),
:is(li, div._important) {
  display: list-item;
}

:-webkit-any(table, div._important),
:is(table, div._important) {
  display: table;
}

:is(thead, div._important),
:-webkit-any(thead, div._important) {
  display: table-header-group;
}

:is(tr, div._important),
:-webkit-any(tr, div._important) {
  display: table-row;
}

:is(tbody, div._important),
:-webkit-any(tbody, div._important) {
  display: table-row-group;
}

:is(th, td, div._important),
:-webkit-any(th, td, div._important) {
  display: table-cell;
}

:is(caption, div._important),
:-webkit-any(caption, div._important) {
  display: table-caption;
}

:is(colgroup, div._important),
:-webkit-any(colgroup, div._important) {
  display: table-column-group;
}

:is(col, div._important),
:-webkit-any(col, div._important) {
  display: table-column;
}

:is(tfoot, div._important),
:-webkit-any(tfoot, div._important) {
  display: table-footer-group;
}

/* End custom HTML tag support */

.slide-clientes .slide-item-clientes .home-clientes-card {
  transform: scale(0.9);
  transition: 0.3s;
}

.slide-clientes .is-selected .home-clientes-card {
  transform: scale(1);
}

/* IMAGEM FIXA NO SCROLL - SERVIÇOS */
.imagem-fixo-scroll {
  max-width: 100%;
  height: auto;
  position: absolute;
  top: 0;
  left: 0;
}

.imagem-fixo-scroll.fixa-na-tela {
  position: fixed;
  top: 120px;
}

.imagem-fixo-scroll.parada-no-final {
  position: absolute;
  top: auto;
  bottom: 0;
}

:where(.editor-styles-wrapper) .imagem-fixo-scroll.fixa-na-tela {
  left: auto;
  right: 20%;
  top: 20%;
}

.wp-admin :where(.editor-styles-wrapper) .hexagono-case-view::before {
	display: none
}

#banner>.ct-section-inner-wrap {
  padding-top: 60px;
  padding-bottom: 0;
}

#banner {
  position: relative;
}
@media (max-width: 580px) {
	#banner {
		overflow: hidden;
		background: url('assets/grafismo-hero-mobile.svg') no-repeat center right;
	}
}

.single-post article nav a ,
.single-post article p a {
	color: #F3BE1E !important;
}
.single-post .wp-site-blocks {
	position: relative;
}
body:not(.wp-admin) #conteudo-case::before ,
.single-post .wp-site-blocks::before ,
.banner-cursos::before ,
body:not(.home) #banner::before {
	content: '';
	display: block;
	width: 122px;
	height: 309px;
	position: absolute;
	top: -90px;
	left: 0;
	background: url('assets/grafismo-hero-internas-1.svg') no-repeat bottom right;
}
body:not(.wp-admin) #conteudo-case::before {
	top: -110px;
}
@media (max-width: 1500px) {
	body:not(.wp-admin) #conteudo-case::before ,
	.single-post .wp-site-blocks::before ,
	.banner-cursos::before ,
	body:not(.home) #banner::before {
		background-position: right 70px bottom;
	}
}
@media (max-width: 1200px) {
	body:not(.wp-admin) #conteudo-case::before ,
	.single-post .wp-site-blocks::before ,
	.banner-cursos::before ,
	body:not(.home) #banner::before {
		background-position: right 100px bottom;
	}
}
@media (max-width: 850px) {
	body:not(.wp-admin) #conteudo-case::before ,
	.single-post .wp-site-blocks::before ,
	.banner-cursos::before ,
	body:not(.home) #banner::before {
		display: none;
	}
}
body:not(.wp-admin) #conteudo-case::after ,
.single-post .wp-site-blocks::after ,
.banner-cursos::after ,
body:not(.home) #banner::after {
	content: '';
	display: block;
	width: 1068px;
	height: 1331px;
	position: absolute;
	top: -90px;
	right: 0;
	background: url('assets/grafismo-hero-internas-2.svg') no-repeat bottom right;
}
/* body.page-id-16685 #banner::after {
	top: -120px;
} */
.single-post .wp-site-blocks::after {
	width: 1000px;
	background-position: bottom left;
}
body:not(.wp-admin) #conteudo-case::after {
	top: -110px;
}
@media (max-width: 1800px) {
	.single-post .wp-site-blocks::after ,
	.banner-cursos::after ,
	body:not(.home) #banner::after {
		background-position: left 150px bottom;
	}
}
@media (max-width: 1500px) {
	.single-post .wp-site-blocks::after ,
	.banner-cursos::after ,
	body:not(.home) #banner::after {
		background-position: left 280px bottom;
	}
}
@media (max-width: 1200px) {
	.single-post .wp-site-blocks::after ,
	.banner-cursos::after ,
	body:not(.home) #banner::after {
		background-position: left 400px bottom;
	}
}
@media (max-width: 850px) {
	.single-post .wp-site-blocks::after ,
	.banner-cursos::after ,
	body:not(.home) #banner::after {
		display: none;
	}
}

body:not(.wp-admin) #conteudo-case::after ,
.page-id-17714 #banner::after ,
.page-id-16847 #banner::after ,
.page-id-17725 #banner::after {
	width: 912px !important;
	height: 1150px !important;
	background: url('assets/grafismo-hero-qualidade.svg') no-repeat bottom right !important;
}
@media (max-width: 1800px) {
	body:not(.wp-admin) #conteudo-case::after ,
	.page-id-17714 #banner::after ,
	.page-id-16847 #banner::after ,
	.page-id-17725 #banner::after {
		background-position: left 150px bottom !important;
	}
}
@media (max-width: 1500px) {
	body:not(.wp-admin) #conteudo-case::after ,
	.page-id-17714 #banner::after ,
	.page-id-16847 #banner::after ,
	.page-id-17725 #banner::after {
		background-position: left 280px bottom !important;
	}
}
@media (max-width: 1200px) {
	body:not(.wp-admin) #conteudo-case::after ,
	.page-id-17714 #banner::after ,
	.page-id-16847 #banner::after ,
	.page-id-17725 #banner::after {
		background-position: left 400px bottom !important;
	}
}
@media (max-width: 850px) {
	body:not(.wp-admin) #conteudo-case::after ,
	.page-id-17714 #banner::after ,
	.page-id-16847 #banner::after ,
	.page-id-17725 #banner::after {
		display: none !important;
	}
}

.page-id-83814 #banner::after ,
.page-id-17813 #banner::after ,
.page-id-16685 #banner::after ,
.page-id-84324 #banner::after ,
.page-id-16240 #banner::after {
	width: 1068px !important;
	height: 1331px !important;
	background: url('assets/grafismo-hero-servicos.svg') no-repeat bottom right !important;
}
@media (max-width: 1800px) {
	.page-id-83814 #banner::after ,
	.page-id-17813 #banner::after ,
	.page-id-16685 #banner::after ,
	.page-id-84324 #banner::after ,
	.page-id-16240 #banner::after {
		background-position: left 150px bottom !important;
	}
}
@media (max-width: 1500px) {
	.page-id-83814 #banner::after ,
	.page-id-17813 #banner::after ,
	.page-id-16685 #banner::after ,
	.page-id-84324 #banner::after ,
	.page-id-16240 #banner::after {
		background-position: left 280px bottom !important;
	}
}
@media (max-width: 1200px) {
	.page-id-83814 #banner::after ,
	.page-id-17813 #banner::after ,
	.page-id-16685 #banner::after ,
	.page-id-84324 #banner::after ,
	.page-id-16240 #banner::after {
		background-position: left 400px bottom !important;
	}
}
@media (max-width: 850px) {
	.page-id-83814 #banner::after ,
	.page-id-17813 #banner::after ,
	.page-id-16685 #banner::after ,
	.page-id-84324 #banner::after ,
	.page-id-16240 #banner::after {
		display: none !important;
	}
}

body.page-id-17813 #banner::after {
	background-image: url('assets/capa-grafismo-software.svg') !important;
}

.page-id-17725 #banner .texto-destaque {
	color: #0B3B7D;
}
.page-id-17725 #banner .texto-destaque {
	color: #001D40;
}
#banner .imagem-lista {
	max-width: 100%;
	margin: 0 0 40px;
}

#marcas>.ct-section-inner-wrap {
  max-width: 100%;
  padding-top: 20px;
  padding-right: 0;
  padding-bottom: 20px;
  padding-left: 0;
}

#marcas {
  background-color: #ffffff;
  z-index: 2;
  position: relative;
  max-height: 100px;
  min-height: 100px;
  overflow: hidden;
}
#marcas.servicos-view {
	margin: 0;
}

#marcas .slide-item {
	max-width: 120px;
}

#marcas .slide-marca-imagem {
	min-width: auto;
	max-width: 100%;
	max-height: 100%;
	transition: .3s;
	filter: grayscale(1);
	opacity: .7;
	object-fit: contain;
	border-radius: 0;
}
#marcas .slide-marca-imagem:hover {
	opacity: 1;
	filter: initial;
}

:where(.editor-styles-wrapper) #marcas .slide-marca-imagem,
:where(.editor-styles-wrapper) #marcas .slide-item {
  min-width: max-content;
}

#servicos>.ct-section-inner-wrap {
  padding-top: 100px;
  padding-bottom: 0;
}

#servicos {
  position: relative;
  z-index: 2;
}

#resultados {
  z-index: 2;
  position: relative;
  text-align: left;
}
.page-id-17671 #resultados::after {
	content: '';
	display: block;
	width: 294px;
	height: 1116px;
	position: absolute;
	top: 320px;
	right: 0;
	background: url('assets/sobre-grafismo-1.svg') no-repeat top right;
}
@media (max-width: 580px) {
	.page-id-17671 #resultados::after {
		display: none;
	}
}

#resultados>.ct-section-inner-wrap {
  max-width: 100%;
  padding-top: 100px;
  padding-bottom: 0;
  align-items: center;
	position: relative;
	z-index: 1;
}

#clientes {
  position: relative;
}
#clientes>.ct-section-inner-wrap {
  padding-top: 65px;
  padding-bottom: 0;
}
#clientes .icone-afixcode {
	display: none;
}
.page-id-17671 #clientes::before {
	content: '';
	display: block;
	width: 250px;
	height: 1116px;
	position: absolute;
	top: -900px;
	left: 0;
	background: url('assets/sobre-grafismo-2.svg') no-repeat top right;
}
@media (max-width: 1700px) {
	.page-id-17671 #clientes::before {
		width: 100px;
	}
}
@media (max-width: 1500px) {
	.page-id-17671 #clientes::before {
		display: none;
	}
}
.page-id-16240 #clientes::before {
	content: '';
	display: block;
	width: 377px;
	height: 1042px;
	position: absolute;
	top: -230px;
	right: 0;
	background: url('assets/grafismo-servicos-1.svg') no-repeat top left;
}
@media (max-width: 580px) {
	.page-id-16240 #clientes::before {
		display: none;
	}
}

@media (max-width: 580px) {
	#clientes .flickity-page-dots .dot {
		background: #fff;
	}
}

#historia>.ct-section-inner-wrap {
  max-width: 100%;
  padding-top: 120px;
  padding-bottom: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}

#historia {
  display: block;
}

#historia {
  z-index: 2;
  position: relative;
  text-align: left;
}

#video>.ct-section-inner-wrap {
  max-width: 100%;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}

#video {
  display: block;
}

#video {
  z-index: 3;
  position: relative;
  text-align: left;
  margin: -40px 0 0;
}

#artigos>.ct-section-inner-wrap {
  padding-top: 85px;
  padding-bottom: 0;
}
#artigos .ct-new-columns {
	gap: 24px;
	flex-wrap: nowrap;
}
@media (max-width: 580px) {
	#artigos .ct-new-columns {
		flex-direction: column;
	}
}

#contato>.ct-section-inner-wrap {
  max-width: 100%;
  padding-top: 60px;
  padding-bottom: 0;
  align-items: center;
}
.page-id-17702 #contato>.ct-section-inner-wrap {
	padding-bottom: 120px;
}

#contato {
  text-align: left;
}

.blog .afix-blog-archive .preview-post-titulo { margin: 0 !important; }
.blog .afix-blog-archive .preview-post-rodape { margin: 0 !important; }

.blog #duvidas { margin-top: 0; }
#duvidas>.ct-section-inner-wrap {
  padding-top: 60px;
  padding-bottom: 90px;
}
.blog #duvidas>.ct-section-inner-wrap { padding-top: 0 !important; }
@media (max-width: 580px) {
	#duvidas>.ct-section-inner-wrap {
		padding-top: 40px;
	}
}

#duvidas .ct-new-columns {
	display: grid;
	gap: 10px 24px;
	grid-template-columns: repeat(2,1fr);
}
@media (max-width: 850px) {
	#duvidas .ct-new-columns {
		grid-template-columns: 1fr;
	}
}

.wp-block-afixcode-faq .ct-new-columns {
	display: grid;
	gap: 24px 10px;
	align-items: initial;
	justify-content: initial;
	grid-template-columns: repeat(2, 1fr);
}

#duvidas .icone-afixcode {
	display: none;
}

#section-8-20>.ct-section-inner-wrap {
  max-width: 100%;
  padding-top: 0;
  padding-bottom: 30px;
  align-items: center;
}

#section-8-20 {
  background-image: linear-gradient(-90deg, #0a3167, #03295e);
  position: relative;
  text-align: left;
}

@media (max-width: 767px) {
  #banner>.ct-section-inner-wrap {
    padding-top: 20px;
  }
}

@media (max-width: 767px) {
  #servicos>.ct-section-inner-wrap {
    padding-top: 60px;
  }
}

@media (max-width: 767px) {
  #resultados>.ct-section-inner-wrap {
    padding-top: 40px;
  }
}

@media (max-width: 767px) {
  #historia>.ct-section-inner-wrap {
    padding-top: 60px;
  }
}

@media (max-width: 767px) {
  #contato>.ct-section-inner-wrap {
    padding-top: 30px;
  }
}

footer .oxy-nav-menu a {
  margin-bottom: 20px;
  font-size: 14px;
  color: #ffffff;
  text-transform: none;
  text-decoration: none;
  -webkit-font-smoothing: initial;
  -moz-osx-font-smoothing: unset;
  transition-duration: 0.3s;
  display: block;
}

footer .oxy-nav-menu a:hover {
  color: #f3be1e;
}

#div_block-13-13 {
  width: 50%;
	margin: 0 0 15px;
  justify-content: center;
}
@media (max-width: 580px) {
	#div_block-13-13 > div {
		grid-template-columns: 1fr !important;
	}
	#div_block-13-13 > div > div > img {
		margin-bottom: 0;
	}
}

#div_block-14-13 {
  width: 50%;
  text-align: left;
  align-items: center;
}

#div_block-24-13 {
  width: 100%;
  display: block;
}

#div_block-108-13 {
  width: 50%;
}

#div_block-143-13 {
  margin-bottom: 0px;
}

#div_block-109-13 {
  width: 50%;
  position: relative;
}

#div_block-151-13 {
  background-color: #01002a;
  border-radius: 20px;
  overflow: hidden;
  position: relative;
  padding-top: 90px;
  padding-bottom: 90px;
  gap: 50px;
}

#div_block-156-13 {
  align-items: stretch;
  grid-template-columns: repeat(2, minmax(200px, 1fr));
  grid-column-gap: 25px;
  grid-row-gap: 20px;
  display: grid;
  width: 100%;
  max-width: 600px;
  position: relative;
  z-index: 2;
}

#div_block-247-13 {
  width: 100%;
  gap: 8px;
}

#div_block-256-13 {
  width: 100%;
  gap: 8px;
}

#div_block-265-13 {
  width: 100%;
  gap: 8px;
}

#div_block-274-13 {
  width: 100%;
  gap: 8px;
}

#div_block-278-13 {
  background-color: #ffffff;
  padding-top: 65px;
  padding-bottom: 105px;
  border-radius: 20px;
	border-top: solid 2px #F3BE1E;
}

#div_block-281-13 {
  width: 50%;
  padding-left: 0;
}

#div_block-282-13 {
  width: 50%;
}

#div_block-295-13 {
  border-radius: 20px;
  padding-top: 50px;
  padding-bottom: 1px;
  flex-direction: row;
  display: flex;
  justify-content: center;
	background: #051E41;
	background: linear-gradient(-45deg, rgba(5, 30, 65, 1) 0%, rgba(13, 66, 140, 1) 100%);
}

#div_block-305-13 {
  width: 33.33%;
}

.wrapper-posts a,
.wrapper-posts img {
  width: 100%;
}
#artigos .wrapper-posts img {
	height: 270px;
	object-fit: cover;
}

#div_block-317-13 {
  width: 100%;
	height: 100%;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0px 4px 27px 0px rgba(0, 0, 0, 0.14);
	background: #fff;
}

#div_block-308-13 {
  width: 100%;
}

#div_block-313-13 {
  width: 100%;
  background-color: #ffffff;
  padding-top: 20px;
  padding-right: 40px;
  padding-bottom: 20px;
  padding-left: 40px;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  gap: 20px;
}

#div_block-329-13 {
  width: 100%;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0px 4px 27px 0px rgba(0, 0, 0, 0.14);
}

#div_block-330-13 {
  width: 100%;
}

#div_block-333-13 {
  width: 100%;
  background-color: #ffffff;
  padding-top: 20px;
  padding-right: 40px;
  padding-bottom: 20px;
  padding-left: 40px;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  gap: 20px;
}

#div_block-307-13 {
  width: 33.34%;
}

#div_block-321-13 {
  width: 100%;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0px 4px 27px 0px rgba(0, 0, 0, 0.14);
}

#div_block-322-13 {
  width: 100%;
}

#div_block-325-13 {
  width: 100%;
  background-color: #ffffff;
  padding-top: 20px;
  padding-right: 40px;
  padding-bottom: 20px;
  padding-left: 40px;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  gap: 20px;
}

#div_block-339-13 {
  background-color: #01002a;
  border-radius: 20px;
  padding-top: 90px;
  padding-bottom: 90px;
  position: relative;
  overflow: hidden;
}

#div_block-341-13 {
  width: 50%;
}

#div_block-342-13 {
  width: 50%;
}

#div_block-343-13 {
  width: 100%;
  border-radius: 15px;
  background-color: #001d40;
  padding-top: 28px;
  padding-right: 22px;
  padding-bottom: 28px;
  padding-left: 22px;
}
@media (max-width: 580px) {
	#div_block-343-13 {
		padding: 10px;
	}
}

#div_block-11-20 {
  background-image: linear-gradient(-90deg, #051e41, #0d428c);
  padding-top: 50px;
  padding-bottom: 35px;
  margin-bottom: 45px;
  border-radius: 20px;
  margin-top: -45px;
  position: relative;
  overflow: hidden;
  top: auto;
  bottom: auto;
  box-shadow: 0px 14px 24px 0px rgba(0, 0, 0, 0.25);
}

footer #div_block-11-20::before {
	content: '';
	display: block;
	width: 165px;
	height: 159px;
	position: absolute;
	top: 75px;
	left: 30px;
	z-index: 1;
	background: url('assets/rodape-1.webp') no-repeat center center;
}
@media (max-width: 1500px) {
	footer #div_block-11-20::before {
		top: -50px;
		left: -70px;
	}
}
@media (max-width: 850px) {
	footer #div_block-11-20::before {
		display: none;
	}
}
footer #div_block-11-20::after {
	content: '';
	display: block;
	width: 580px;
	height: 558px;
	position: absolute;
	top: 15px;
	right: 120px;
	z-index: 1;
	background: url('assets/rodape-2.webp') no-repeat center center;
}
@media (max-width: 1500px) {
	footer #div_block-11-20::after {
		right: -20px;
	}
}
@media (max-width: 1200px) {
	footer #div_block-11-20::after {
		right: -150px;
	}
}
@media (max-width: 850px) {
	footer #div_block-11-20::after {
		display: none;
	}
}

#div_block-18-20 {
  width: 22%;
  padding-left: 0px;
}

#div_block-19-20 {
  width: 22%;
}

#div_block-20-20 {
  width: 22%;
}

#div_block-21-20 {
  width: 34%;
  padding-right: 0px;
  padding-left: 130px;
}
@media (max-width: 1700px) {
	#div_block-21-20 {
		padding-left: 100px;
	}
}

#div_block-10-20 {
  align-items: center;
  grid-template-columns: repeat(2, minmax(200px, 1fr));
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  text-align: left;
  width: 100%;
  max-width: 1300px;
  display: grid;
}

@media (max-width: 767px) {
  #div_block-13-13 {
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    margin-bottom: 40px;
  }
}

@media (max-width: 767px) {
  #div_block-14-13 {
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
  }
}

@media (max-width: 767px) {
  #div_block-108-13 {
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    margin-bottom: 50px;
  }
}

@media (max-width: 767px) {
  #div_block-143-13 {
    margin-bottom: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-left: 0px;
  }
}

@media (max-width: 767px) {
  #div_block-109-13 {
    display: none;
  }
}

@media (max-width: 767px) {
  #div_block-151-13 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

@media (max-width: 767px) {
  #div_block-156-13 {
    flex-direction: column;
    display: flex;
    text-align: left;
  }
}

@media (max-width: 767px) {
  #div_block-278-13 {
    padding-top: 40px;
    padding-bottom: 80px;
  }
}

@media (max-width: 767px) {
  #div_block-281-13 {
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
  }
}

@media (max-width: 767px) {
  #div_block-282-13 {
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    margin-top: 25px;
    margin-bottom: 40px;
  }
}

@media (max-width: 767px) {
  #div_block-295-13 {
    padding-top: 40px;
  }
}

@media (max-width: 767px) {
  #div_block-305-13 {
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    margin-bottom: 30px;
  }
}

@media (max-width: 767px) {
  #div_block-307-13 {
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
  }
}

@media (max-width: 767px) {
  #div_block-339-13 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

@media (max-width: 767px) {
  #div_block-341-13 {
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    margin-bottom: 40px;
  }
}

@media (max-width: 767px) {
  #div_block-342-13 {
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
  }
}

@media (max-width: 767px) {
  #div_block-365-13 {
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
  }
}

@media (max-width: 767px) {
  #div_block-366-13 {
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
  }
}

@media (max-width: 767px) {
  #div_block-11-20 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

@media (max-width: 767px) {
  #div_block-18-20 {
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    margin-bottom: 40px;
  }
}

@media (max-width: 767px) {
  #div_block-19-20 {
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    margin-bottom: 40px;
  }
}

@media (max-width: 767px) {
  #div_block-20-20 {
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    margin-bottom: 40px;
  }
}

@media (max-width: 767px) {
  #div_block-21-20 {
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
  }
}

@media (max-width: 767px) {
  #div_block-10-20 {
    flex-direction: column;
    display: flex;
    text-align: left;
    align-items: center;
  }
}

@media (max-width: 991px) {
  #new_columns-12-13>.ct-div-block {
    width: 100% !important;
		padding: 0 10px 0 0;
  }
}

#new_columns-12-13 {
  z-index: 2;
  position: relative;
}

@media (max-width: 991px) {
  #new_columns-107-13>.ct-div-block {
    width: 100% !important;
  }
}

#new_columns-107-13 {
  position: relative;
  z-index: 2;
}

@media (max-width: 991px) {
  #new_columns-280-13>.ct-div-block {
    width: 100% !important;
  }
}

@media (max-width: 991px) {
  #new_columns-304-13>.ct-div-block {
    width: 100% !important;
  }
}

@media (max-width: 991px) {
  #new_columns-340-13>.ct-div-block {
    width: 100% !important;
  }
}

#contato #new_columns-340-13 {
	gap: 130px;
	flex-wrap: nowrap;
  position: relative;
  z-index: 2;
}
@media (max-width: 1200px) {
	#contato #new_columns-340-13 {
		gap: 80px;
	}
}
@media (max-width: 850px) {
	#contato #new_columns-340-13 {
		gap: 40px;
		flex-wrap: wrap;
	}
}

@media (max-width: 991px) {
  #new_columns-364-13>.ct-div-block {
    width: 100% !important;
  }
}

@media (max-width: 991px) {
  #new_columns-17-20>.ct-div-block {
    width: 100% !important;
  }
}

#new_columns-17-20 {
  position: relative;
  z-index: 2;
}

#headline-112-13 {
  margin-bottom: 50px;
}

#headline-152-13 {
  color: #ffffff;
	font-size: 28px;
  margin-bottom: 0px;
  position: relative;
  z-index: 2;
}

#headline-175-13 {
	color: #001D40;
	font-size: 28px;
	font-weight: bold;
	font-family: 'Montserrat';
	text-align: left;
	width: 100%;
	max-width: 1248px;
	margin: 0 auto 60px;
  position: relative;
  z-index: 2;
}

#headline-279-13 {
  font-size: 32px;
  color: #001D40;
  font-weight: 700;
  margin-bottom: 30px;
}

#headline-283-13 {
  color: #01002a;
  font-family: 'Roboto';
  font-size: 20px;
  font-weight: 600;
	line-height: 24px;
  margin-bottom: 30px;
}

#headline-298-13 {
  margin-bottom: 35px;
}
#headline-298-13 mark {
	color: #F3BE1E !important;
}

#headline-315-13 {
  color: #001D40;
  font-size: 20px !important;
	font-family: 'Roboto';
  font-weight: 600;
  line-height: 24px !important;
}

#headline-335-13 {
  color: #01002a;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.2;
}

#headline-327-13 {
  color: #01002a;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.2;
}

#headline-345-13 {
  color: #ffffff;
}

#headline-363-13 {
  margin-bottom: 30px;
}

@media (max-width: 767px) {
  #headline-152-13 {
    text-align: center;
  }
}

@media (max-width: 767px) {
  #headline-279-13 {
    width: 100%;
    font-size: 28px;
    margin-bottom: 25px;
  }
}

#text_block-249-13 {
  font-family: 'Montserrat';
  color: #01002a;
  font-size: 16px;
  font-weight: 600;
  text-align: left;
  width: 100%;
  line-height: 1.2;
}

#text_block-258-13 {
  font-family: 'Montserrat';
  color: #01002a;
  font-size: 16px;
  font-weight: 600;
  text-align: left;
  width: 100%;
  line-height: 1.2;
}

#text_block-267-13 {
  font-family: 'Montserrat';
  color: #01002a;
  font-size: 16px;
  font-weight: 600;
  text-align: left;
  width: 100%;
  line-height: 1.2;
}

#text_block-276-13 {
  font-family: 'Montserrat';
  color: #01002a;
  font-size: 16px;
  font-weight: 600;
  text-align: left;
  width: 100%;
  line-height: 1.2;
}

#text_block-290-13 {
  color: #01002a !important;
	font-family: 'Roboto';
	font-weight: 600;
	font-size: 20px;
	line-height: 24px;
  margin-bottom: 20px;
}

#text_block-292-13 {
  color: #01002a !important;
	font-family: 'Roboto';
	font-weight: 600;
	font-size: 20px;
	line-height: 24px;
	margin-top: 20px;
  margin-bottom: 20px;
}

#text_block-314-13 {
  font-family: 'Roboto';
  color: #01002a;
  font-size: 12px;
}

#text_block-334-13 {
  font-family: 'Roboto';
  color: #01002a;
  font-size: 12px;
}

#text_block-326-13 {
  font-family: 'Roboto';
  color: #01002a;
  font-size: 12px;
}

#text_block-352-13 {
  width: 100%;
  margin-top: 30px;
  color: #ffffff;
}

#text_block-353-13 {
  width: 100%;
  margin-top: 30px;
  color: #ffffff;
}

#text_block-355-13 {
  width: 100%;
  margin-top: 30px;
  color: #ffffff;
}

#text_block-36-20 {
  font-family: 'Roboto';
  color: #ffffff;
  font-size: 14px;
  margin-bottom: 10px;
}

#text_block-37-20 {
  font-family: 'Roboto';
  color: #ffffff;
  font-size: 14px;
  margin-bottom: 70px;
}

#text_block-13-20 {
  color: #ffffff;
  font-size: 12px;
  font-family: 'Roboto';
}

@media (max-width: 767px) {
  #text_block-13-20 {
    text-align: center;
  }
}

#link_text-316-13 {
  color: #01002a;
  font-size: 14px;
  font-family: 'Roboto';
  text-decoration: underline;
}

#link_text-316-13:hover {
  color: #001d40;
}

#link_text-336-13 {
  color: #01002a;
  font-size: 14px;
  font-family: 'Roboto';
  text-decoration: underline;
}

#link_text-336-13:hover {
  color: #001d40;
}

#link_text-328-13 {
  color: #01002a;
  font-size: 14px;
  font-family: 'Roboto';
  text-decoration: underline;
}

#link_text-328-13:hover {
  color: #001d40;
}

#link_text-354-13 {
  color: #ffffff;
}

#link_text-354-13:hover {
  color: #f3be1e;
}

#link_text-357-13 {
  color: #ffffff;
}

#link_text-357-13:hover {
  color: #f3be1e;
}

#link_text-14-20 {
  font-family: 'Roboto';
  color: #ffffff;
  font-size: 12px;
  text-align: right;
  text-decoration: none;
  transition-duration: 0.3s;
}

#link_text-14-20:hover {
  color: #f3be1e;
}

@media (max-width: 767px) {
  #link-310-13 {
    width: 100%;
  }
}

@media (max-width: 767px) {
  #link-331-13 {
    width: 100%;
  }
}

@media (max-width: 767px) {
  #link-323-13 {
    width: 100%;
  }
}

#link_button-43-20 {
  /* box-shadow: 0px 12px 14px 0px rgba(0, 0, 0, 0.25); */
}

#link_button-294-13 {
  margin-top: 40px;
}

#link_button-294-14 {
  margin-top: 40px;
  display: none;
}

@media (max-width: 767px) {
  #link_button-294-13 {
    display: none;
  }

  #link_button-294-14 {
    display: block;
  }
}

#link_button-359-13 {
  background-image: url(/wp-content/themes/afixcode/assets/whatsapp.svg);
  background-size: auto;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-color: #60d669;
  border-right-color: #60d669;
  border-bottom-color: #60d669;
  border-left-color: #60d669;
  border-radius: 5px;
  background-color: rgba(0, 0, 0, 0);
  width: 210px;
  max-width: 100%;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 12px;
  padding-right: 2px;
  background-repeat: no-repeat;
  margin-top: 35px;
  transition-duration: 0.3s;
  background-position: center left 17px;
  color: white;
}

#link_button-359-13:hover {
  background-color: #60d669;
}

@media (max-width: 767px) {
  #link_button-43-20 {
    display: none;
  }
}

#image-42-20 {
  height: 40px;
}

#image-21-13 {
  position: absolute;
  top: -100px;
  left: -50px;
  z-index: 1;
}
body:not(.home) #image-21-13 {
	display: none;
}

#image-22-13 {
  position: absolute;
  top: -100px;
  z-index: 1;
  right: -4vw;
  width: 900px;
}
body:not(.home) #image-22-13 {
	display: none;
}

#image-111-13 {
  object-fit: contain;
}

#image-149-13 {
  position: absolute;
  top: 50%;
  left: 0px;
  z-index: 1;
  transform: translateY(-50%);
}

#image-150-13 {
  position: absolute;
  right: 0px;
  bottom: -600px;
}

#image-173-13 {
	/*
  position: absolute;
  top: 0px;
  right: -5px;
  height: 100%;
	*/
}

.resultado-hex-mask {
	width: 680px; 
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
}
.resultado-hex-mak-container {
	width: 100%;
	height: 100%;
	mask: url("data:image/svg+xml;utf8,<svg width='671' height='637' viewBox='0 0 671 637' fill='none' xmlns='http://www.w3.org/2000/svg'><path d='M610.61 -62.5006C627.075 -62.5006 642.401 -53.2854 650.634 -38.4342L839.075 301.492C847.093 315.956 847.167 333.579 839.269 347.825L650.038 689.178C642.14 703.424 627.449 712.169 611.412 712.169H234.531C218.065 712.169 202.74 702.954 194.507 688.103L6.06618 348.177C-1.95205 333.713 -2.02605 316.089 5.87155 301.843L195.103 -39.5093C203 -53.7557 217.692 -62.5006 233.728 -62.5006H610.61Z' fill='black'/></svg>");
	mask-size: cover;
	mask-position: left center;
	mask-repeat: no-repeat;
}
.resultado-hex-mak-container img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

#image-246-13 {
  width: 72px;
  height: auto;
}

#image-255-13 {
  width: 72px;
  height: auto;
}

#image-264-13 {
  width: 72px;
  height: auto;
}

#image-273-13 {
  width: 72px;
  height: auto;
}

#image-277-13 {
  z-index: 1;
  position: absolute;
  top: 300px;
  left: 0px;
}
.page-id-17813 #image-277-13 ,
.page-id-16685 #image-277-13 {
	display: none;
}

#image-309-13 {
  width: 100%;
  height: 270px;
  object-fit: cover;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}

#image-332-13 {
  width: 100%;
  height: 270px;
  object-fit: cover;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}

#image-324-13 {
  width: 100%;
  height: 270px;
  object-fit: cover;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}

#image-360-13 {
  position: absolute;
  top: -25px;
  left: -120px;
  z-index: 1;
}
@media (max-width: 580px) {
	#image-360-13 {
		display: none;
	}
}

#image-361-13 {
  position: absolute;
  z-index: 1;
  bottom: -140px;
  right: -70px;
}

#image-16-20 {
  position: absolute;
  z-index: 1;
  max-width: 95%;
  top: 50%;
  left: calc(50% - 60px);
  transform: translate(-50%, -50%);
}

#image-15-20 {
  width: 190px;
  margin-bottom: 15px;
  position: relative;
  z-index: 2;
  filter: brightness(0) invert(1);
}
@media (max-width: 580px) {
	#image-15-20 {
		margin-bottom: 20px;
	}
}

@media (max-width: 991px) {
  #image-42-20 {
    object-fit: contain;
  }
}

@media (max-width: 767px) {
  #image-173-13 {
    display: none;
  }
}

#video-296-13>.oxygen-vsb-responsive-video-wrapper {
  padding-bottom: 56.25%;
}

#video-296-13 {
  width: 100%;
  max-width: 1015px;
  border-radius: 20px;
  margin-bottom: -30px;
  overflow: hidden;
}

#code_block-344-13 {
  width: 100%;
}

#inner_content-7-20 {
  margin-top: -80px;
  padding-top: 80px;
}

#_nav_menu-44-20 .oxy-nav-menu-hamburger-line {
  background-color: #666666;
}

@media (max-width: 991px) {
  #_nav_menu-44-20 .oxy-nav-menu-list {
    display: none;
  }

  #_nav_menu-44-20 .oxy-menu-toggle {
    display: initial;
  }

  #_nav_menu-44-20.oxy-nav-menu.oxy-nav-menu-open .oxy-nav-menu-list {
    display: initial;
  }
}

#_nav_menu-44-20.oxy-nav-menu.oxy-nav-menu-open {
  margin-top: 0 !important;
  margin-right: 0 !important;
  margin-left: 0 !important;
  margin-bottom: 0 !important;
}

#_nav_menu-44-20 .oxy-nav-menu-hamburger-wrap {
  width: 40px;
  height: 40px;
  margin-top: 10px;
  margin-bottom: 10px;
}

#_nav_menu-44-20 .oxy-nav-menu-hamburger {
  width: 40px;
  height: 32px;
}

#_nav_menu-44-20 .oxy-nav-menu-hamburger-line {
  height: 6px;
}

#_nav_menu-44-20.oxy-nav-menu-open .oxy-nav-menu-hamburger .oxy-nav-menu-hamburger-line:first-child {
  top: 13px;
}

#_nav_menu-44-20.oxy-nav-menu-open .oxy-nav-menu-hamburger .oxy-nav-menu-hamburger-line:last-child {
  top: -13px;
}

#_nav_menu-44-20 .menu-item>.sub-menu {
  transition-duration: 0.3s;
	padding: 16px 20px;
	border-radius: 20px;

	display: none !important;
}

#_nav_menu-44-20 {
  font-family: 'Roboto';
  font-size: 16px;
}

#_nav_menu-44-20 .oxy-nav-menu-list {
  flex-direction: row;
}

#_nav_menu-44-20 .menu-item a {
  font-size: 14px;
  color: #666666;
  margin-left: 17px;
  margin-right: 17px;
  transition-duration: 0.3s;
}

#_nav_menu-44-20.oxy-nav-menu:not(.oxy-nav-menu-open) .sub-menu .menu-item a {
  border: 0;
  border-bottom: 1px solid #f0f0f0;
}

#_nav_menu-44-20.oxy-nav-menu:not(.oxy-nav-menu-open) .sub-menu .menu-item a:hover {
  border-bottom: 1px solid #f0f0f0;
}

#_nav_menu-44-20 .menu-item:focus-within a,
#_nav_menu-44-20 .menu-item:hover a {
  color: #f3be1e;
}

#_nav_menu-44-20 .sub-menu .menu-item a,
#_nav_menu-44-20 .sub-menu .menu-item a {
  color: #666;
}

#_nav_menu-44-20 .sub-menu .menu-item:focus-within a,
#_nav_menu-44-20 .sub-menu .menu-item:hover a {
  color: #0063C1;
}

.oxy-nav-menu .sub-menu {
  background-color: #fff;
  border-radius: 0.5rem;
  padding: 0.5rem 1rem;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
  margin-top: 0.5rem;
  position: absolute;
  z-index: 999;
  display: none;
}

.oxy-nav-menu li:hover>.sub-menu {
  display: block;
}

#_nav_menu-44-20.oxy-nav-menu .sub-menu li a {
  color: #001d40;
	font-size: 14px;
	font-family: 'Roboto';
	line-height: 24px;
  display: block;
  margin: 0;
  padding: initial;
  transition: .3s;
	border: none !important;
}
.oxy-nav-menu .sub-menu:hover > li > a {
	color: #BFBFBF !important;
}
.oxy-nav-menu .sub-menu li a:hover {
	color: #001d40 !important;
  background: transparent;
}

@media (max-width: 991px) {
  #_nav_menu-45-20 .oxy-nav-menu-list {
    display: none;
  }

  #_nav_menu-45-20 .oxy-menu-toggle {
    display: initial;
  }

  #_nav_menu-45-20.oxy-nav-menu.oxy-nav-menu-open .oxy-nav-menu-list {
    display: initial;
  }
}

#_nav_menu-45-20.oxy-nav-menu.oxy-nav-menu-open {
  background-color: #ffffff;
  margin-top: 0 !important;
  margin-right: 0 !important;
  margin-left: 0 !important;
  margin-bottom: 0 !important;
}

#_nav_menu-45-20.oxy-nav-menu.oxy-nav-menu-open .menu-item a {
  color: #01002a;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 15px;
  padding-right: 15px;
}

#_nav_menu-45-20.oxy-nav-menu.oxy-nav-menu-open .menu-item a:hover {
  color: #f3be1e;
}

#_nav_menu-45-20 .oxy-nav-menu-hamburger-wrap {
  width: 30px;
  height: 30px;
  margin-top: 10px;
  margin-bottom: 10px;
}

#_nav_menu-45-20 .oxy-nav-menu-hamburger {
  width: 30px;
  height: 24px;
}

#_nav_menu-45-20 .oxy-nav-menu-hamburger-line {
  height: 4px;
  background-color: #f3be1e;
}

#_nav_menu-45-20.oxy-nav-menu-open .oxy-nav-menu-hamburger .oxy-nav-menu-hamburger-line:first-child {
  top: 10px;
}

#_nav_menu-45-20.oxy-nav-menu-open .oxy-nav-menu-hamburger .oxy-nav-menu-hamburger-line:last-child {
  top: -10px;
}

#_nav_menu-45-20 .menu-item>.sub-menu {
  transition-duration: 0.3s;
}

#_nav_menu-45-20 {
  font-family: 'Roboto';
  font-size: 16px;
  display: none;
}

#_nav_menu-45-20 .oxy-nav-menu-list {
  flex-direction: column;
}

#_nav_menu-45-20 .menu-item a {
  font-size: 25px;
  color: #666666;
  margin-left: 17px;
  margin-right: 17px;
  transition-duration: 0.3s;
}

#_nav_menu-45-20.oxy-nav-menu:not(.oxy-nav-menu-open) .sub-menu .menu-item a {
  border: 0;
}

#_nav_menu-45-20 .menu-item:focus-within a,
#_nav_menu-45-20 .menu-item:hover a {
  color: #f3be1e;
}

#_nav_menu-45-20.oxy-nav-menu:not(.oxy-nav-menu-open) .sub-menu .menu-item a:hover {
  border: 0;
}

#_nav_menu-25-20 .oxy-nav-menu-hamburger-line {
  background-color: #ffffff;
}

#_nav_menu-25-20.oxy-nav-menu.oxy-nav-menu-open {
  margin-top: 0 !important;
  margin-right: 0 !important;
  margin-left: 0 !important;
  margin-bottom: 0 !important;
}

#_nav_menu-25-20.oxy-nav-menu .menu-item a:hover {
  text-decoration: none;
}

#_nav_menu-25-20 .oxy-nav-menu-hamburger-wrap {
  width: 40px;
  height: 40px;
  margin-top: 10px;
  margin-bottom: 10px;
}

#_nav_menu-25-20 .oxy-nav-menu-hamburger {
  width: 40px;
  height: 32px;
}

#_nav_menu-25-20 .oxy-nav-menu-hamburger-line {
  height: 6px;
}

#_nav_menu-25-20.oxy-nav-menu-open .oxy-nav-menu-hamburger .oxy-nav-menu-hamburger-line:first-child {
  top: 13px;
}

#_nav_menu-25-20.oxy-nav-menu-open .oxy-nav-menu-hamburger .oxy-nav-menu-hamburger-line:last-child {
  top: -13px;
}

#_nav_menu-25-20 .menu-item>.sub-menu {
  transition-duration: 0.3s;
}

#_nav_menu-25-20 {
  font-family: 'Roboto';
}

#_nav_menu-25-20 .oxy-nav-menu-list {
  flex-direction: column;
}

#_nav_menu-25-20 .menu-item a {
  margin-bottom: 5px;
  font-size: 14px;
	line-height: 28px;
  color: #ffffff;
  text-transform: none;
  text-decoration: none;
  -webkit-font-smoothing: initial;
  -moz-osx-font-smoothing: unset;
  transition-duration: 0.3s;
}

#_nav_menu-25-20.oxy-nav-menu:not(.oxy-nav-menu-open) .sub-menu .menu-item a {
  border: 0;
}

#_nav_menu-25-20 .menu-item:focus-within a,
#_nav_menu-25-20 .menu-item:hover a {
  color: #f3be1e;
}

#_nav_menu-25-20.oxy-nav-menu:not(.oxy-nav-menu-open) .sub-menu .menu-item a:hover {
  border: 0;
}

#_nav_menu-32-20 .oxy-nav-menu-hamburger-line {
  background-color: #ffffff;
}

#_nav_menu-32-20.oxy-nav-menu.oxy-nav-menu-open {
  margin-top: 0 !important;
  margin-right: 0 !important;
  margin-left: 0 !important;
  margin-bottom: 0 !important;
}

#_nav_menu-32-20.oxy-nav-menu .menu-item a:hover {
  text-decoration: none;
}

#_nav_menu-32-20 .oxy-nav-menu-hamburger-wrap {
  width: 40px;
  height: 40px;
  margin-top: 10px;
  margin-bottom: 10px;
}

#_nav_menu-32-20 .oxy-nav-menu-hamburger {
  width: 40px;
  height: 32px;
}

#_nav_menu-32-20 .oxy-nav-menu-hamburger-line {
  height: 6px;
}

#_nav_menu-32-20.oxy-nav-menu-open .oxy-nav-menu-hamburger .oxy-nav-menu-hamburger-line:first-child {
  top: 13px;
}

#_nav_menu-32-20.oxy-nav-menu-open .oxy-nav-menu-hamburger .oxy-nav-menu-hamburger-line:last-child {
  top: -13px;
}

#_nav_menu-32-20 .menu-item>.sub-menu {
  transition-duration: 0.3s;
}

#_nav_menu-32-20 {
  font-family: 'Roboto';
}

#_nav_menu-32-20 .oxy-nav-menu-list {
  flex-direction: column;
}

#_nav_menu-32-20 .menu-item a {
  margin-bottom: 5px;
  font-size: 14px;
	line-height: 28px;
  color: #ffffff;
  text-transform: none;
  text-decoration: none;
  -webkit-font-smoothing: initial;
  -moz-osx-font-smoothing: unset;
  transition-duration: 0.3s;
}

#_nav_menu-32-20.oxy-nav-menu:not(.oxy-nav-menu-open) .sub-menu .menu-item a {
  border: 0;
}

#_nav_menu-32-20 .menu-item:focus-within a,
#_nav_menu-32-20 .menu-item:hover a {
  color: #f3be1e;
}

#_nav_menu-32-20.oxy-nav-menu:not(.oxy-nav-menu-open) .sub-menu .menu-item a:hover {
  border: 0;
}

#_nav_menu-34-20 .oxy-nav-menu-hamburger-line {
  background-color: #ffffff;
}

#_nav_menu-34-20.oxy-nav-menu.oxy-nav-menu-open {
  margin-top: 0 !important;
  margin-right: 0 !important;
  margin-left: 0 !important;
  margin-bottom: 0 !important;
}

#_nav_menu-34-20.oxy-nav-menu .menu-item a:hover {
  text-decoration: none;
}

#_nav_menu-34-20 .oxy-nav-menu-hamburger-wrap {
  width: 40px;
  height: 40px;
  margin-top: 10px;
  margin-bottom: 10px;
}

#_nav_menu-34-20 .oxy-nav-menu-hamburger {
  width: 40px;
  height: 32px;
}

#_nav_menu-34-20 .oxy-nav-menu-hamburger-line {
  height: 6px;
}

#_nav_menu-34-20.oxy-nav-menu-open .oxy-nav-menu-hamburger .oxy-nav-menu-hamburger-line:first-child {
  top: 13px;
}

#_nav_menu-34-20.oxy-nav-menu-open .oxy-nav-menu-hamburger .oxy-nav-menu-hamburger-line:last-child {
  top: -13px;
}

#_nav_menu-34-20 .menu-item>.sub-menu {
  transition-duration: 0.3s;
}

#_nav_menu-34-20 {
  font-family: 'Roboto';
}

#_nav_menu-34-20 .oxy-nav-menu-list {
  flex-direction: column;
}

#_nav_menu-34-20 .menu-item a {
  margin-bottom: 5px;
  font-size: 14px;
	line-height: 28px;
  color: #ffffff;
  text-transform: none;
  text-decoration: none;
  -webkit-font-smoothing: initial;
  -moz-osx-font-smoothing: unset;
  transition-duration: 0.3s;
}

#_nav_menu-34-20.oxy-nav-menu:not(.oxy-nav-menu-open) .sub-menu .menu-item a {
  border: 0;
}

#_nav_menu-34-20 .menu-item:focus-within a,
#_nav_menu-34-20 .menu-item:hover a {
  color: #f3be1e;
}

#_nav_menu-34-20.oxy-nav-menu:not(.oxy-nav-menu-open) .sub-menu .menu-item a:hover {
  border: 0;
}

@media (max-width: 991px) {
  #_nav_menu-44-20 {
    display: none;
  }

  #_nav_menu-44-20.oxy-nav-menu:not(.oxy-nav-menu-open) .sub-menu .menu-item a {
    border: 0;
  }
}

@media (max-width: 991px) {
  #_nav_menu-45-20 {
    display: block;
    margin-left: 30px;
    font-family: 'Roboto';
  }

  #_nav_menu-45-20.oxy-nav-menu:not(.oxy-nav-menu-open) .sub-menu .menu-item a {
    border: 0;
  }
}

@media (max-width: 767px) {
  #_nav_menu-45-20 {
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
  }

  #_nav_menu-45-20.oxy-nav-menu:not(.oxy-nav-menu-open) .sub-menu .menu-item a {
    border: 0;
  }
}

#_header-2-20 .oxy-nav-menu-open {
  background-color: rgba(0, 0, 0, 0);
}

header.wp-block-template-part,
#_header-2-20 {
  position: sticky;
	top: 0;
  z-index: 9999;
	transition: .3s;
  background-color: rgba(0, 0, 0, 0);
}
#_header-2-20.menu_mobile ,
header.wp-block-template-part.ativo {
	backdrop-filter: blur(10px);
	background: #fff;
}

header.wp-block-template-part+div, header.wp-block-template-part+main {
  margin-top: -160px;
  padding-top: 160px;
  /* overflow-x: hidden; */
  position: relative;
}
body.home header.wp-block-template-part+div,
body.home header.wp-block-template-part+main {
	overflow: visible;
}

.oxy-header.oxy-sticky-header-active>#_header_row-3-20.oxygen-show-in-sticky-only {
  display: block;
}

#_header_row-3-20 {
  padding-top: 15px;
  padding-bottom: 15px;
}

#_social_icons-40-20.oxy-social-icons {
  flex-direction: row;
  margin-right: -25px;
  margin-bottom: -25px;
}

#_social_icons-40-20.oxy-social-icons a {
  font-size: 26px;
  margin-right: 25px;
  margin-bottom: 25px;
}

#_social_icons-40-20.oxy-social-icons a svg {
  width: 1em;
  height: 1em;
  color: #ffffff;
}

#_social_icons-40-20.oxy-social-icons a:hover svg {
  color: #f3be1e;
}

#_social_icons-40-20 {
  transition-duration: 0.3s;
}

#span-18-13 {
  color: #f3be1e;
}

#span-113-13 {
  color: #f3be1e;
}

#span-153-13 {
  color: #f3be1e;
}

#span-176-13 {
  color: #f3be1e;
}

#span-299-13 {
  color: #f3be1e;
}

#span-346-13 {
  color: #f3be1e;
}

#span-349-13 {
  color: #f3be1e;
}

.ct-section {
  width: 100%;
  background-size: cover;
  background-repeat: repeat;
}

.ct-section>.ct-section-inner-wrap {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.ct-div-block {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  align-items: flex-start;
}

.ct-new-columns {
  display: flex;
  width: 100%;
  flex-direction: row;
  align-items: stretch;
  justify-content: center;
  flex-wrap: wrap;
}

.ct-link-text {
  display: inline-block;
}

.ct-link {
  display: flex;
  flex-wrap: wrap;
  text-align: center;
  text-decoration: none;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.ct-link-button {
  display: inline-block;
  text-align: center;
  text-decoration: none;
}

@media (max-width: 580px) {
	#banner .ct-link-button ,
	#banner .botao-azul-borda {
		text-align: center;
		width: 280px;
		max-width: 100%;
		padding-left: 10px;
		padding-right: 10px;
	}
}

.ct-link-button {
  background-color: #1e73be;
  border: 1px solid #1e73be;
  color: #ffffff;
  padding: 10px 16px;
}

.ct-image {
  max-width: 100%;
}

.ct-fancy-icon>svg {
  width: 55px;
  height: 55px;
}

.ct-inner-content {
  width: 100%;
}

.ct-slide {
  display: flex;
  flex-wrap: wrap;
  text-align: center;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.ct-nestable-shortcode {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  align-items: flex-start;
}

.oxy-comments {
  width: 100%;
  text-align: left;
}

.oxy-comment-form {
  width: 100%;
}

.oxy-login-form {
  width: 100%;
}

.oxy-search-form {
  width: 100%;
}

.oxy-tabs-contents {
  display: flex;
  width: 100%;
  flex-wrap: nowrap;
  flex-direction: column;
  align-items: flex-start;
}

.oxy-tab {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  align-items: flex-start;
}

.oxy-tab-content {
  display: flex;
  width: 100%;
  flex-wrap: nowrap;
  flex-direction: column;
  align-items: flex-start;
}

.oxy-testimonial {
  width: 100%;
}

.oxy-icon-box {
  width: 100%;
}

.oxy-pricing-box {
  width: 100%;
}

.oxy-posts-grid {
  width: 100%;
}

.oxy-gallery {
  width: 100%;
}

.ct-slider {
  width: 100%;
}

.oxy-tabs {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  align-items: stretch;
}

.ct-modal {
  flex-direction: column;
  align-items: flex-start;
}

.ct-span {
  display: inline-block;
  text-decoration: inherit;
}

.ct-widget {
  width: 100%;
}

.oxy-dynamic-list {
  width: 100%;
}

@media screen and (-ms-high-contrast: active),
(-ms-high-contrast: none) {

  .ct-div-block,
  .oxy-post-content,
  .ct-text-block,
  .ct-headline,
  .oxy-rich-text,
  .ct-link-text {
    max-width: 100%;
  }

  img {
    flex-shrink: 0;
  }

  body * {
    min-height: 1px;
  }
}

.oxy-testimonial {
  flex-direction: row;
  align-items: center;
}

.oxy-testimonial .oxy-testimonial-photo-wrap {
  order: 1;
}

.oxy-testimonial .oxy-testimonial-photo {
  width: 125px;
  height: 125px;
  margin-right: 20px;
}

.oxy-testimonial .oxy-testimonial-photo-wrap,
.oxy-testimonial .oxy-testimonial-author-wrap,
.oxy-testimonial .oxy-testimonial-content-wrap {
  align-items: flex-start;
  text-align: left;
}

.oxy-testimonial .oxy-testimonial-text {
  margin-bottom: 8px;
  font-size: 21px;
  line-height: 1.4;
  -webkit-font-smoothing: subpixel-antialiased;
}

.oxy-testimonial .oxy-testimonial-author {
  font-size: 18px;
  -webkit-font-smoothing: subpixel-antialiased;
}

.oxy-testimonial .oxy-testimonial-author-info {
  font-size: 12px;
  -webkit-font-smoothing: subpixel-antialiased;
}

.oxy-icon-box {
  text-align: left;
  flex-direction: column;
}

.oxy-icon-box .oxy-icon-box-icon {
  margin-bottom: 12px;
  align-self: flex-start;
}

.oxy-icon-box .oxy-icon-box-heading {
  font-size: 21px;
  margin-bottom: 12px;
}

.oxy-icon-box .oxy-icon-box-text {
  font-size: 16px;
  margin-bottom: 12px;
  align-self: flex-start;
}

.oxy-icon-box .oxy-icon-box-link {
  margin-top: 20px;
}

.oxy-pricing-box .oxy-pricing-box-section {
  padding-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 20px;
  text-align: center;
}

.oxy-pricing-box .oxy-pricing-box-section.oxy-pricing-box-price {
  justify-content: center;
}

.oxy-pricing-box .oxy-pricing-box-section.oxy-pricing-box-graphic {
  justify-content: center;
}

.oxy-pricing-box .oxy-pricing-box-title-title {
  font-size: 48px;
}

.oxy-pricing-box .oxy-pricing-box-title-subtitle {
  font-size: 24px;
}

.oxy-pricing-box .oxy-pricing-box-section.oxy-pricing-box-price {
  flex-direction: row;
}

.oxy-pricing-box .oxy-pricing-box-currency {
  font-size: 28px;
}

.oxy-pricing-box .oxy-pricing-box-amount-main {
  font-size: 80px;
  line-height: 0.7;
}

.oxy-pricing-box .oxy-pricing-box-amount-decimal {
  font-size: 13px;
}

.oxy-pricing-box .oxy-pricing-box-term {
  font-size: 16px;
}

.oxy-pricing-box .oxy-pricing-box-sale-price {
  font-size: 12px;
  color: rgba(0, 0, 0, 0.5);
  margin-bottom: 20px;
}

.oxy-pricing-box .oxy-pricing-box-section.oxy-pricing-box-content {
  font-size: 16px;
  color: rgba(0, 0, 0, 0.5);
}

.oxy-pricing-box .oxy-pricing-box-section.oxy-pricing-box-cta {
  justify-content: center;
}

.oxy-progress-bar .oxy-progress-bar-background {
  background-color: #000000;
  background-image: linear-gradient(-45deg,
      rgba(255, 255, 255, 0.12) 25%,
      transparent 25%,
      transparent 50%,
      rgba(255, 255, 255, 0.12) 50%,
      rgba(255, 255, 255, 0.12) 75%,
      transparent 75%,
      transparent);
  animation: none 0s paused;
}

.oxy-progress-bar .oxy-progress-bar-progress-wrap {
  width: 85%;
}

.oxy-progress-bar .oxy-progress-bar-progress {
  background-color: #66aaff;
  padding: 40px;
  animation:
    none 0s paused,
    none 0s paused;
  background-image: linear-gradient(-45deg,
      rgba(255, 255, 255, 0.12) 25%,
      transparent 25%,
      transparent 50%,
      rgba(255, 255, 255, 0.12) 50%,
      rgba(255, 255, 255, 0.12) 75%,
      transparent 75%,
      transparent);
}

.oxy-progress-bar .oxy-progress-bar-overlay-text {
  font-size: 30px;
  font-weight: 900;
  -webkit-font-smoothing: subpixel-antialiased;
}

.oxy-progress-bar .oxy-progress-bar-overlay-percent {
  font-size: 12px;
}

.ct-slider .unslider-nav ol li {
  border-color: #ffffff;
}

.ct-slider .unslider-nav ol li.unslider-active {
  background-color: #ffffff;
}

.ct-slider .ct-slide {
  padding: 0px;
}

.oxy-superbox .oxy-superbox-secondary,
.oxy-superbox .oxy-superbox-primary {
  transition-duration: 0.5s;
}

.oxy-shape-divider {
  width: 0px;
  height: 0px;
}

.oxy_shape_divider svg {
  width: 100%;
}

.oxy-pro-menu .oxy-pro-menu-show-dropdown .oxy-pro-menu-list .menu-item-has-children>a svg {
  transition-duration: 0.4s;
}

.oxy-pro-menu .oxy-pro-menu-show-dropdown .oxy-pro-menu-list .menu-item-has-children>a div {
  margin-left: 0px;
}

.oxy-pro-menu .oxy-pro-menu-mobile-open-icon svg {
  width: 30px;
  height: 30px;
}

.oxy-pro-menu .oxy-pro-menu-mobile-open-icon {
  padding-top: 15px;
  padding-right: 15px;
  padding-bottom: 15px;
  padding-left: 15px;
}

.oxy-pro-menu .oxy-pro-menu-mobile-open-icon,
.oxy-pro-menu .oxy-pro-menu-mobile-open-icon svg {
  transition-duration: 0.4s;
}

.oxy-pro-menu .oxy-pro-menu-mobile-close-icon {
  top: 20px;
  left: 20px;
}

.oxy-pro-menu .oxy-pro-menu-mobile-close-icon svg {
  width: 24px;
  height: 24px;
}

.oxy-pro-menu .oxy-pro-menu-mobile-close-icon,
.oxy-pro-menu .oxy-pro-menu-mobile-close-icon svg {
  transition-duration: 0.4s;
}

.oxy-pro-menu .oxy-pro-menu-container.oxy-pro-menu-off-canvas-container,
.oxy-pro-menu .oxy-pro-menu-container.oxy-pro-menu-open-container {
  background-color: #ffffff;
}

.oxy-pro-menu .oxy-pro-menu-off-canvas-container .oxy-pro-menu-list .menu-item-has-children>a svg,
.oxy-pro-menu .oxy-pro-menu-open-container .oxy-pro-menu-list .menu-item-has-children>a svg {
  font-size: 24px;
}

.oxy-pro-menu .oxy-pro-menu-dropdown-links-toggle.oxy-pro-menu-open-container .menu-item-has-children ul,
.oxy-pro-menu .oxy-pro-menu-dropdown-links-toggle.oxy-pro-menu-off-canvas-container .menu-item-has-children ul {
  background-color: rgba(0, 0, 0, 0.2);
  border-top-style: solid;
}

.oxy-pro-menu .oxy-pro-menu-container:not(.oxy-pro-menu-open-container):not(.oxy-pro-menu-off-canvas-container) .oxy-pro-menu-list {
  flex-direction: row;
}

.oxy-pro-menu .oxy-pro-menu-container .menu-item a {
  text-align: left;
  justify-content: flex-start;
}

.oxy-pro-menu .oxy-pro-menu-container.oxy-pro-menu-open-container .menu-item,
.oxy-pro-menu .oxy-pro-menu-container.oxy-pro-menu-off-canvas-container .menu-item {
  align-items: flex-start;
}

.oxy-pro-menu .oxy-pro-menu-off-canvas-container {
  top: 0;
  bottom: 0;
  right: auto;
  left: 0;
}

.oxy-pro-menu .oxy-pro-menu-container.oxy-pro-menu-open-container .oxy-pro-menu-list .menu-item a,
.oxy-pro-menu .oxy-pro-menu-container.oxy-pro-menu-off-canvas-container .oxy-pro-menu-list .menu-item a {
  text-align: left;
  justify-content: flex-start;
}

.oxy-site-navigation {
  --oxynav-brand-color: #4831b0;
  --oxynav-neutral-color: #ffffff;
  --oxynav-activehover-color: #efedf4;
  --oxynav-background-color: #4831b0;
  --oxynav-border-radius: 0px;
  --oxynav-other-spacing: 8px;
  --oxynav-transition-duration: 0.3s;
  --oxynav-transition-timing-function: cubic-bezier(0.84, 0.05, 0.31, 0.93);
}

.oxy-site-navigation .oxy-site-navigation__mobile-close-wrapper {
  text-align: left;
}

.oxy-site-navigation>ul {
  left: 0;
}

.oxy-site-navigation {
  --oxynav-animation-name: none;
}

.oxy-site-navigation>ul:not(.open)>li[data-cta='true']:nth-last-child(1) {
  background-color: var(--oxynav-brand-color);
  transition: var(--oxynav-transition-duration);
  margin-left: var(--oxynav-other-spacing);
  border: none;
}

.oxy-site-navigation>ul:not(.open)>li[data-cta='true']:nth-last-child(2) {
  background: transparent;
  border: 1px solid currentColor;
  transition: var(--oxynav-transition-duration);
  margin-left: var(--oxynav-other-spacing);
}

.oxy-site-navigation>ul:not(.open)>li[data-cta='true']:nth-last-child(2):not(:hover)>img {
  filter: invert(0) !important;
}

.oxy-site-navigation>ul:not(.open)>li[data-cta='true']:hover {
  background-color: var(--oxynav-activehover-color);
}

.oxy-site-navigation>ul:not(.open)>li[data-cta='true']:nth-last-child(1)>a {
  color: var(--oxynav-neutral-color);
}

.oxy-site-navigation>ul:not(.open)>li[data-cta='true']:nth-last-child(2)>a {
  color: var(--oxynav-brand-color);
}

.oxy-site-navigation>ul:not(.open)>li[data-cta='true']:hover>a {
  color: var(--oxynav-brand-color);
}

.oxy-site-navigation>ul:not(.open)>li[data-cta='true']:nth-last-child(1)>a::after {
  color: var(--oxynav-neutral-color);
}

.oxy-site-navigation>ul:not(.open)>li[data-cta='true']:nth-last-child(2)>a::after {
  color: var(--oxynav-brand-color);
}

.oxy-site-navigation>ul:not(.open)>li[data-cta='true']:hover>a::after {
  color: var(--oxynav-brand-color);
}

.oxy-site-navigation>ul:not(.open)>li[data-cta='true']>ul {
  display: none;
}

.oxy-site-navigation>ul:not(.open)>li[data-cta='true']>button,
.oxy-site-navigation>ul:not(.open)>li[data-cta='true']>ul {
  display: none;
}

div.ct-section-inner-wrap,
div.oxy-header-container {
  max-width: 1300px;
}
#clientes div.ct-section-inner-wrap ,
#clienetes div.oxy-header-container {
	max-width: 1450px;
}

.ct-section-inner-wrap,
.oxy-header-container {
  max-width: 1120px;
}

body {
  font-family: 'Roboto';
}

body {
  line-height: 1.5;
  font-size: 18px;
  font-weight: 400;
  color: #666666;
}

.oxy-nav-menu-hamburger-line {
  background-color: #666666;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Montserrat';
  font-size: 36px;
  font-weight: 700;
}

h1.font-extrabold,
h2.font-extrabold,
h3.font-extrabold {
  --tw-font-weight: var(--font-weight-extrabold);
  font-weight: var(--font-weight-extrabold);
}

h2,
h3,
h4,
h5,
h6 {
  font-size: 30px;
}

h3,
h4,
h5,
h6 {
  font-size: 24px;
}

h4,
h5,
h6 {
  font-size: 20px;
}

h5,
h6 {
  font-size: 18px;
}

h6 {
  font-size: 16px;
}

/* a:not([class^="text-[#"]) {
  color: #0074db;
} */

a {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

.ct-link-button {
  border-radius: 3px;
}

.ct-section-inner-wrap {
  padding-top: 75px;
  padding-right: 20px;
  padding-bottom: 75px;
  padding-left: 20px;
}

.ct-new-columns>.ct-div-block {
  padding-top: 20px;
  padding-right: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
}
#duvidas .ct-new-columns>.ct-div-block {
	padding-left: 0;
}

.oxy-header-container {
  padding-right: 20px;
  padding-left: 20px;
}

@media (max-width: 992px) {
  .ct-columns-inner-wrap {
    display: block !important;
  }

  .ct-columns-inner-wrap:after {
    display: table;
    clear: both;
    content: '';
  }

  .ct-column {
    width: 100% !important;
    margin: 0 !important;
  }

  .ct-columns-inner-wrap {
    margin: 0 !important;
  }
}

.container {
  width: 100%;
  max-width: 1700px;
  padding-left: 250px;
  padding-right: 250px;
}

#toggle-certificacoes details > summary {
	color: #001D40;
	transition: .3s;
}
#toggle-certificacoes details[open] > summary {
	color: #0063C1;
}

.titulo-rodape {
  font-family: 'Montserrat';
  color: #f3be1e;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 15px;
}

.link-sidebar {
	color: #001D40;
	transition: .3s;
}
.link-sidebar.ativo ,
.link-sidebar:hover {
	color: #F3BE1E;
}

.link-sidebar > svg {
	fill: #001D40;
	transition: .3s;
}
.link-sidebar.ativo > svg ,
.link-sidebar:hover > svg {
	fill: #F3BE1E;
}

.botao-azul-borda {
  color: #001D40;
  font-size: 14px;
  font-weight: bold;
  font-family: 'Roboto';
	display: inline-block;
	padding: 12px 40px;
  transition: 0.3s;
  border: solid 1px #001D40;
  border-radius: 7px;
  background: transparent;
}
#banner .botao-azul-borda {
	font-weight: normal;
}
.botao-azul-borda:hover {
  color: #F1F1F1;
  background: #001D40;
}
@media (max-width: 580px) {
	#banner .botao-azul-borda {
		margin: 10px 0 0;
	}
}


.botao-amarelo-borda {
  color: #001D40;
  font-size: 14px;
  font-weight: bold;
  font-family: 'Roboto';
	display: inline-block;
	padding: 12px 40px;
  transition: 0.3s;
  border: solid 1px #F3BE1E;
  border-radius: 7px;
  background: transparent;
}
#banner .botao-amarelo-borda {
	font-weight: normal;
}
.botao-amarelo-borda:hover {
  color: #F3BE1E !important;
	border-color: #001D40;
  background: #001D40;
}


.botao-amarelo {
  color: #001D40;
  font-size: 14px;
  font-weight: 600;
  font-family: 'Roboto';
	display: inline-block;
	padding: 12px 40px;
  transition: 0.3s;
  border: solid 1px #F3BE1E;
  border-radius: 7px;
  background: #F3BE1E;
}
#banner .botao-amarelo {
	font-weight: normal;
}
.botao-amarelo:hover {
  color: #F1F1F1;
	border: solid 1px #001D40;
  background: #001D40;
}
.botao-amarelo.seta:hover {
	color: #001D40;
	border-color: #fff;
	background: #fff;
}

.botao-amarelo.seta svg {
	display: inline-block;
	margin-top: -3px;
	margin-left: 8px;
	transition: .3s;
}

.botao-azul {
  color: #FFFFFF;
  font-size: 14px;
  font-weight: 600;
  font-family: 'Roboto';
	display: inline-block;
	padding: 12px 40px;
  transition: 0.3s;
  border: solid 1px #001D40;
  border-radius: 7px;
  background: #001D40;
}
#banner .botao-azul {
	font-weight: normal;
}
.botao-azul:hover {
  color: #001D40;
	border: solid 1px #F3BE1E;
  background: #F3BE1E;
}
.botao-azul svg {
	display: inline-block;
	margin: -2px 0 0 16px;
	transition: .3s;
}
.botao-azul:hover svg {
	margin-left: 22px;
}


.section-no-margin {
	margin: 0;
}

.titulo-destaque {
  font-family: 'Montserrat';
  font-size: 44px;
  font-weight: 600;
  line-height: 1.2;
  color: #001D40;
	margin: 0 0 15px;
}
.titulo-destaque strong ,
.titulo-destaque b {
	font-weight: 600;
}

@media (max-width: 767px) {
  .titulo-destaque {
    font-size: 26px;
  }
}

.texto-destaque {
  color: #666;
  font-size: 18px;
  font-family: Roboto;
  line-height: 28px;
	margin: 0 0 40px;
}
@media (max-width: 580px) {
	.banner-servicos-view .texto-destaque {
		font-size: 16px;
		line-height: 26px;
	}
}
.page-id-16685 #banner .texto-destaque {
	/* font-size: 24px;
	line-height: 36px; */
	margin: 0 0 70px;
}
@media (max-width: 767px) {
  .texto-destaque ,
	.page-id-16240 #banner .texto-destaque ,
	.page-id-16685 #banner .texto-destaque {
    font-size: 18px;
    line-height: 1.6;
		margin: 0 0 40px;
  }
}
@media (max-width: 580px) {
  .texto-destaque ,
	.page-id-16240 #banner .texto-destaque ,
	.page-id-16685 #banner .texto-destaque {
    font-size: 16px;
  }
}



.ct-lista-destaque {
	color: #666;
	font-size: 16px;
	list-style: initial;
	max-width: 500px;
	margin: 0 0 40px;
	padding: 0 0 0 30px;
}
.ct-lista-destaque li {
	margin: 0 0 14px;
}
.ct-lista-destaque li:last-child {
	margin: 0;
}

.hero-imagem {
	width: calc(100% + 100px);
	max-width: 95vw;
	margin-right: -150px;
}
@media (max-width: 580px) {
	.hero-imagem {
		width: 100%;
		max-width: initial;
		margin: 0;
	}
}

.slide-marcas:not(.ct-section):not(.oxy-easy-posts),
.slide-marcas.oxy-easy-posts .oxy-posts,
.slide-marcas.ct-section .ct-section-inner-wrap {
  display: block;
}

.slide-item {
  padding-left: 20px;
  padding-right: 20px;
  height: 60px;
}

.slide-item:not(.ct-section):not(.oxy-easy-posts),
.slide-item.oxy-easy-posts .oxy-posts,
.slide-item.ct-section .ct-section-inner-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.icone-afixcode {
  width: 40px;
  height: 40px;
  margin-bottom: 20px;
  position: relative;
  z-index: 2;
}

.titulo {
  font-family: Montserrat;
  color: #001d40;
  font-size: 32px;
  line-height: 1.2;
}

@media (max-width: 767px) {
  .titulo {
    font-size: 26px;
    line-height: 1.3;
  }
}

.home-card-gestao {
  width: 100%;
  margin-bottom: 75px;
  gap: 30px;
}

.home-card-gestao:not(.ct-section):not(.oxy-easy-posts),
.home-card-gestao.oxy-easy-posts .oxy-posts,
.home-card-gestao.ct-section .ct-section-inner-wrap {
  gap: 30px;
}

.home-card-gestao-titulo {
  width: 100%;
  gap: 20px;
}

.home-card-gestao-titulo:not(.ct-section):not(.oxy-easy-posts),
.home-card-gestao-titulo.oxy-easy-posts .oxy-posts,
.home-card-gestao-titulo.ct-section .ct-section-inner-wrap {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  gap: 20px;
}

.home-card-gestao-titulo-texto {
  font-family: Roboto;
  color: #001d40;
  font-size: 28px;
  line-height: 1.3;
}

@media (max-width: 767px) {
  .home-card-gestao-titulo-texto {
    font-size: 24px;
  }
}

.home-card-gestao-titulo-icone {
  object-fit: contain;
}

.texto {
  font-family: 'Roboto';
  color: #666666;
  font-size: 18px;
  line-height: 1.7;
}
#historia .texto {
	color: #404040;
}

@media (max-width: 767px) {
  .texto {
    font-size: 16px;
    line-height: 1.5;
  }
}

.home-resultado-card {
  background-color: #ffffff;
  padding-top: 15px;
  padding-right: 30px;
  padding-bottom: 15px;
  padding-left: 30px;
  border-radius: 20px;
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
  gap: 12px;
}

.home-resultado-card:not(.ct-section):not(.oxy-easy-posts),
.home-resultado-card.oxy-easy-posts .oxy-posts,
.home-resultado-card.ct-section .ct-section-inner-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
}

@media (max-width: 767px) {
  .home-resultado-card {
    width: 100%;
  }
}

.home-resultado-card-titulo {
  font-family: Roboto;
  font-size: 22px;
  color: #001d40;
  line-height: 1.2;
}

@media (max-width: 767px) {
  .home-resultado-card-titulo {
    width: 100%;
    text-align: center;
    font-size: 20px;
  }
}

.home-resultado-card-numero {
  font-family: Roboto;
  color: #001d40;
  font-size: 44px;
  font-weight: 700;
  line-height: 1.2;
}

.home-resultado-card-info {
  font-family: Roboto;
  color: #666666;
  font-size: 16px;
  font-weight: 300;
  text-align: center;
  font-style: italic;
  line-height: 1.2;
}

.home-clientes-card {
  background-color: #ffffff;
  padding-top: 30px;
  padding-right: 35px;
  padding-bottom: 30px;
  padding-left: 35px;
  width: 100%;
  border-radius: 20px;
  box-shadow: 0px 4px 27px 0px rgba(0, 0, 0, 0.14);
}

.home-clientes-card-texto {
  font-family: 'Montserrat';
  color: #001D40;
  font-weight: 600;
  font-size: 21px;
	line-height: 31px;
}
@media (max-width: 580px) {
	.home-clientes-card-texto {
		font-size: 18px;
		line-height: 28px;
	}
}
.home-clientes-card-texto::before {
	content: '“';
	color: #001D40;
	font-size: 65px;
	font-weight: 600;
	display: inline-block;
	margin: 0 5px 0 0;
	transform: translateY(15px);
}
@media (max-width: 580px) {
	.home-clientes-card-texto::before {
		font-size: 50px;
	}
}
.home-clientes-card-texto::after {
	content: '”';
	color: #001D40;
	font-size: 65px;
	font-weight: 600;
	line-height: 31px;
	display: inline-block;
	margin: -15px 0 0 5px;
	transform: translateY(25px);
}
@media (max-width: 580px) {
	.home-clientes-card-texto::after {
		font-size: 50px;
	}
}

.slide-clientes {
  width: 100%;
  position: relative;
  z-index: 2;
}

.slide-clientes:not(.ct-section):not(.oxy-easy-posts),
.slide-clientes.oxy-easy-posts .oxy-posts,
.slide-clientes.ct-section .ct-section-inner-wrap {
  display: block;
}

.slide-item-clientes {
  width: 33.3%;
  padding: 0 10px 24px;
}

.slide-item-clientes:not(.ct-section):not(.oxy-easy-posts),
.slide-item-clientes.oxy-easy-posts .oxy-posts,
.slide-item-clientes.ct-section .ct-section-inner-wrap {
  display: block;
}

@media (max-width: 767px) {
  .slide-item-clientes {
    width: 100%;
    padding-top: 18px;
    padding-right: 18px;
    padding-bottom: 18px;
    padding-left: 18px;
  }
}

.home-clientes-card-linha {
  width: 100%;
  margin-top: 45px;
  margin-bottom: 25px;
  border-bottom-color: #dbdbdb;
  border-bottom-width: 1px;
  border-bottom-style: solid;
}

.home-clientes-card-autor {
  width: 100%;
  gap: 13px;
  text-align: center;
}

.home-clientes-card-autor .hexagon ,
.home-clientes-card-autor img {
  max-width: 75px;
}

.home-clientes-card-autor:not(.ct-section):not(.oxy-easy-posts),
.home-clientes-card-autor.oxy-easy-posts .oxy-posts,
.home-clientes-card-autor.ct-section .ct-section-inner-wrap {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 13px;
}

.home-clientes-card-nome {
  font-family: 'Montserrat';
  color: #001D40;
  font-size: 20px;
  font-weight: 700;
  width: 100%;
  text-align: left;
  line-height: 1.2;
	margin: 0 0 8px;
}
.home-clientes-card-cargo {
	color: #001D40;
	font-size: 16px;
	font-weight: 600;
	font-family: 'Montserrat';
}

.card-faq {
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-radius: 20px;
  overflow: hidden;
  width: 100%;
  background-color: #ffffff;
  margin-bottom: 10px;
  border-top-color: #d2d2d2;
  border-right-color: #d2d2d2;
  border-bottom-color: #d2d2d2;
  border-left-color: #d2d2d2;
}

@media (max-width: 767px) {
  .card-faq {
    border-radius: 10px;
  }
}

.card-faq-pergunta {
  width: 100%;
  padding-top: 25px;
  padding-right: 25px;
  padding-bottom: 25px;
  padding-left: 25px;
	position: relative;
}

.card-faq-pergunta .oxy-expand-collapse-icon {
	position: absolute;
	right: 15px;
}
@media (max-width: 580px) {
	.card-faq-pergunta .oxy-expand-collapse-icon {
		right: 0;
	}
}
.card-faq-pergunta .oxy-expand-collapse-icon svg {
	width: 16px;
}

.card-faq-pergunta .oxy-expand-collapse-icon::before,
.card-faq-pergunta .oxy-expand-collapse-icon::after {
  display: none;
}

@media (max-width: 767px) {
  .card-faq-pergunta {
    padding-top: 18px;
    padding-right: 18px;
    padding-bottom: 18px;
    padding-left: 18px;
  }
}
@media (max-width: 580px) {
  .card-faq-pergunta {
    padding: 18px 35px 18px 18px;
  }
}


.card-faq-pergunta-texto {
  font-family: Roboto;
  color: #01002a;
  font-size: 16px;
  line-height: 1.2;
  font-weight: 400;
  width: 100%;
  margin-left: 10px;
}
@media (max-width: 580px) {
	.card-faq-pergunta-texto {
		margin-left: 0;
	}
}

.card-faq-resposta {
  font-family: Roboto;
  padding-right: 25px;
  padding-bottom: 25px;
  padding-left: 25px;
  font-size: 16px;
  color: #666666;
  font-weight: 400;
  line-height: 1.2;
  width: 100%;
}

@media (max-width: 767px) {
  .card-faq-resposta {
    padding-right: 18px;
    padding-bottom: 18px;
    padding-left: 18px;
  }
}

.contato-form-item-icone {
  width: 26px;
  height: 26px;
  object-fit: contain;
}

.contato-form-item-texto {
  color: #666;
  font-size: 18px;
  font-weight: 400;
	font-family: 'Roboto';
}

.contato-funciona-card {
  width: 100%;
  max-width: 490px;
  gap: 37px;
}

.contato-funciona-card:not(.ct-section):not(.oxy-easy-posts),
.contato-funciona-card.oxy-easy-posts .oxy-posts,
.contato-funciona-card.ct-section .ct-section-inner-wrap {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 37px;
}

.contato-funciona-card-numero {
  font-family: Montserrat;
  font-size: 24px;
  color: #001d40;
  font-weight: 400;
  line-height: 1.2;
}

.contato-funciona-card-informacoes {
  width: 100%;
}

.contato-funciona-card-info-titulo {
  font-family: Montserrat;
  margin-bottom: 2px;
  font-size: 24px;
  color: #01002a;
  font-weight: 600;
  width: 100%;
  line-height: 1.2;
}

@media (max-width: 767px) {
  .contato-funciona-card-info-titulo {
    font-size: 20px;
  }
}

.contato-funciona-card-info-texto {
  font-family: Montserrat;
  font-size: 20px;
  color: #01002a;
  font-weight: 400;
  line-height: 1.2;
}

@media (max-width: 767px) {
  .contato-funciona-card-info-texto {
    font-size: 16px;
    line-height: 1.4;
  }
}

.contato-localizacao-card {
  width: 100%;
}

@media (max-width: 767px) {
  .contato-localizacao-card {
    margin-top: 40px;
  }
}

.contato-localizacao-titulo {
  font-family: Montserrat;
  color: #f3be1e;
  font-weight: 600;
  font-size: 24px;
  line-height: 1.2;
  margin-bottom: 30px;
  width: 100%;
}

.contato-localizacao-grid {
  gap: 24px;
  width: 100%;
}

.contato-localizacao-grid:not(.ct-section):not(.oxy-easy-posts),
.contato-localizacao-grid.oxy-easy-posts .oxy-posts,
.contato-localizacao-grid.ct-section .ct-section-inner-wrap {
  display: flex;
  flex-direction: row;
  gap: 24px;
}

.contato-localizacao-grid-titulo {
  font-family: Montserrat;
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
}

.contato-localizacao-coluna-1 {
  width: 240px;
}

.contato-localizacao-coluna-2 {
  width: 100%;
}

.contato-localizacao-linha {
  min-height: 80px;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: rgba(217, 217, 217, 0.2);
  width: 100%;
  margin-bottom: 15px;
}

body {
  background: #f7fbff;
}

.oxy-nav-menu.oxy-nav-menu-open>div:last-child {
  padding: 100px 20px;
}

.ct-inner-content {
  overflow: hidden;
}

#introducao>.ct-section-inner-wrap {
  padding-top: 140px;
  padding-bottom: 24px;
	position: relative;
	z-index: 2;
}

#introducao {
  margin: -80px 0 0;
	position: relative;
  background-position: top left -30px;
  background-size: auto;
  background-image: url(/wp-content/themes/afixcode/assets/fundo-topo-contato.svg);
  background-repeat: no-repeat;
}
.page-id-17504 #introducao {
	margin: -80px 0 0 !important;
}
#introducao::before {
	content: '';
	display: block;
	width: 285px;
	height: 363px;
	position: absolute;
	top: 0;
	right: 0;
	background: url('assets/grafismo-contato-1.svg') no-repeat bottom left;
}
@media (max-width: 580px) {
	#introducao::before {
		display: none;
	}
}

.como-funciona>.ct-section-inner-wrap {
  padding-top: 130px;
  padding-bottom: 130px;
}

.como-funciona h2 {
	color: #404040;
  font-size: 42px;
	line-height: initial;
	text-align: center;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
	margin-bottom: 127px;
}

.como-funciona .passos {
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
}

.como-funciona .passos .items-start {
  border-left: 1px solid rgba(0, 29, 64, 0.2);
}

.como-funciona .bola-amarela {
  margin-left: -9px;
}

@media screen and (min-width: 768px) {
  .como-funciona .passos .items-start:nth-child(2) {
    border-top: 1px solid rgba(0, 29, 64, 0.2);
  }

  .como-funciona .passos .items-start:nth-child(3) {
    border-bottom: 1px solid rgba(0, 29, 64, 0.2);
  }
}

#aviso {
	padding-left: 20px;
	padding-right: 20px;
}

#aviso>.ct-section-inner-wrap {
  padding-top: 100px;
  padding-bottom: 100px;
  align-items: center;
  justify-content: center;
}

@media (max-width: 580px) {
	#aviso div.ct-section-inner-wrap {
		padding: 40px 0;
	}
}

#localizacao .container>.ct-section-inner-wrap {
  padding-top: 120px;
  padding-bottom: 120px;
}

#localizacao {
  overflow: hidden;
  position: relative;
}

#localizacao>.container {
  border-radius: 20px;
	background: linear-gradient(-45deg, #051E41 0%, #0D428C 100%);
}

@media (max-width: 580px) {
	#localizacao>.container {
		padding: 0;
	}
}

@media (max-width: 767px) {
  #introducao>.ct-section-inner-wrap {
    padding-top: 80px;
  }
}

@media (max-width: 767px) {
  .como-funciona>.ct-section-inner-wrap {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .como-funciona h2 {
    font-size: 32px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
		margin-bottom: 40px;
  }
}

@media (max-width: 580px) {
	.como-funciona h2 {
		font-size: 25px;
		line-height: 35px;
	}
}

@media (max-width: 767px) {
  #aviso>.ct-section-inner-wrap {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

@media (max-width: 767px) {
  #localizacao .container>.ct-section-inner-wrap {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

.text-\[\#666666\] a {
  color: #666666;
}

.text-\[\#0b3a7d\] a {
  color: #0b3a7d;
}

#div_block-13-80 {
  width: 50%;
}

#div_block-17-80 {
  text-align: left;
  flex-direction: row;
  display: flex;
  gap: 8px;
  align-items: center;
  margin-bottom: 90px;
}
@media (max-width: 580px) {
	#div_block-17-80 {
		margin: 0 0 30px;
	}
}
.blog #div_block-17-80 ,
.post-type-archive-material #div_block-17-80 {
	margin-bottom: 0;
}

#div_block-26-80 {
  width: 100%;
  flex-direction: column;
  display: flex;
  text-align: left;
  gap: 28px;
  margin-bottom: 90px;
}

#div_block-26-80>div {
  text-align: left;
  flex-direction: row;
  display: flex;
  width: 100%;
  gap: 16px;
  align-items: center;
}

#div_block-40-80 {
  width: 100%;
}

#div_block-42-80 {
  width: 100%;
  max-width: 330px;
  background-color: #ffffff;
  border-radius: 10px;
  box-shadow: 0px 10px 14px 0px rgba(0, 0, 0, 0.25);
}

#div_block-45-80 {
  padding-right: 23px;
  border-right-color: rgba(0, 29, 64, 0.1);
  border-right-width: 1px;
  border-right-style: solid;
  height: 98%;
  justify-content: center;
}

#div_block-14-80 {
  width: 50%;
}

#div_block-15-80 {
  width: 100%;
  padding-top: 40px;
  padding-right: 30px;
  padding-bottom: 40px;
  padding-left: 30px;
  border-radius: 20px;
  background-color: #ffffff;
  box-shadow: 0px 14px 54px 0px rgba(0, 0, 0, 0.1);
}

#div_block-51-80 {
  width: 50%;
  text-align: left;
  align-items: center;
}

#div_block-52-80 {
  width: 50%;
  text-align: left;
  align-items: center;
  gap: 60px;
}

#div_block-77-80 {
  width: 50%;
}

#div_block-78-80 {
  width: 50%;
}

#new_columns-76-80 {
  position: relative;
  z-index: 2;
}

#headline-25-80 {
  font-weight: normal;
  margin-bottom: 40px;
}
#headline-25-80 b ,
#headline-25-80 strong {
	font-weight: bold;
}

#headline-53-80 {
  max-width: 380px;
  width: 100%;
}

#text_block-18-80 {
  color: #666;
  font-size: 14px;
  font-weight: 400;
  font-family: 'Roboto';
}
@media (max-width: 580px) {
	#text_block-18-80 {
		font-size: 13px;
	}
}

#text_block-21-80 {
  color: #666666;
  font-size: 14px;
  font-weight: 700;
  font-family: 'Roboto';
}
@media (max-width: 580px) {
	#text_block-21-80 {
		font-size: 13px;
	}
}

#text_block-41-80 {
  color: #01002a;
  font-family: 'Montserrat';
  font-size: 20px;
  font-weight: 500;
  font-style: italic;
  margin-bottom: 10px;
}

#text_block-46-80 {
  color: #01002a;
  font-family: 'Montserrat';
  font-size: 16px;
  font-weight: 700;
  line-height: 1.2;
}

#text_block-47-80 {
  color: #01002a;
  font-family: 'Montserrat';
  font-size: 14px;
  font-weight: 400;
  line-height: 1.2;
}

#text_block-49-80 {
  margin-top: 135px;
  width: 100%;
  text-align: center;
  font-size: 24px;
  color: #001d40;
  font-family: 'Montserrat';
}

#text_block-75-80 {
	color: #01002a;
  font-family: 'Montserrat';
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
  text-align: center;
  width: 1000px;
}

#text_block-138-80 {
  background-image: url(/wp-content/themes/afixcode/assets/icone.svg);
  background-size: auto;
  margin-top: 60px;
  margin-bottom: 60px;
  padding-left: 45px;
  background-repeat: no-repeat;
  line-height: 1;
  display: none;
  background-position: bottom left;
}

#text_block-95-80 {
  color: #ffffff;
  font-family: 'Montserrat';
  font-size: 14px;
  font-weight: 400;
  max-width: 270px;
}

#text_block-103-80 {
  font-family: 'Montserrat';
  color: #ffffff;
  font-size: 14px;
}

#text_block-106-80 {
  font-family: 'Montserrat';
  color: #ffffff;
  font-size: 14px;
}

#text_block-109-80 {
  font-family: 'Montserrat';
  color: #ffffff;
  font-size: 14px;
}

#text_block-133-80 {
  background-image: url(/wp-content/themes/afixcode/assets/icone.svg);
  background-size: auto;
  margin-top: 60px;
  margin-bottom: 60px;
  padding-left: 45px;
  background-repeat: no-repeat;
  line-height: 1;
  background-position: bottom left;
}

#text_block-121-80 {
  color: #ffffff;
  font-family: 'Montserrat';
  font-size: 14px;
  font-weight: 400;
  max-width: 270px;
}

#text_block-124-80 {
  font-family: 'Montserrat';
  color: #ffffff;
  font-size: 14px;
}

#text_block-130-80 {
  font-family: 'Montserrat';
  color: #ffffff;
  font-size: 14px;
}

@media (max-width: 767px) {
  #text_block-49-80 {
    margin-top: 80px;
    font-size: 18px;
  }
}

@media (max-width: 767px) {
  #text_block-75-80 {
    max-width: 100%;
    font-size: 16px;
    line-height: 1.4;
  }
}

@media (max-width: 767px) {
  #text_block-138-80 {
    display: block;
    margin-top: 0px;
  }
}

@media (max-width: 767px) {
  #text_block-133-80 {
    display: none;
  }
}

#link_text-23-80, a.breadcrumb-text {
  font-size: 14px;
  color: #666666;
  font-weight: 400;
  font-family: 'Roboto';
}
@media (max-width: 580px) {
	#link_text-23-80, a.breadcrumb-text {
		font-size: 13px;
	}
}

#link_text-23-80:hover, a.breadcrumb-text:hover {
  color: #f3be1e;
}

#link-43-80 {
  width: 100%;
  height: 100%;
  text-align: center;
  flex-direction: row;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 16px;
  gap: 23px;
}

#link-100-80 {
  text-align: center;
  flex-direction: row;
  display: flex;
  width: 100%;
  justify-content: flex-start;
  align-items: center;
  gap: 14px;
  margin-bottom: 10px;
}

#link-104-80 {
  text-align: center;
  flex-direction: row;
  display: flex;
  width: 100%;
  justify-content: flex-start;
  align-items: center;
  gap: 14px;
  margin-bottom: 10px;
}

#link-107-80 {
  text-align: center;
  flex-direction: row;
  display: flex;
  width: 100%;
  justify-content: flex-start;
  align-items: center;
  gap: 14px;
}

#link-122-80 {
  text-align: center;
  flex-direction: row;
  display: flex;
  width: 100%;
  justify-content: flex-start;
  align-items: center;
  gap: 14px;
  margin-bottom: 10px;
}

#link-128-80 {
  text-align: center;
  flex-direction: row;
  display: flex;
  width: 100%;
  justify-content: flex-start;
  align-items: center;
  gap: 14px;
}

#image-44-80 {
  width: 64px;
  height: 64px;
  object-fit: contain;
  border-radius: 65px;
}

#image-135-80 {
  position: absolute;
  z-index: 1;
  bottom: -310px;
  left: 0;
}
@media (max-width: 580px) {
	#image-135-80 {
		display: none;
	}
}

#image-136-80 {
	width: 380px;
  position: absolute;
  z-index: 1;
  top: 15px;
  right: -30px;
}
@media (max-width: 580px) {
	#image-136-80 {
		display: none;
	}
}

#image-137-80 {
  position: absolute;
  z-index: 1;
  right: 0;
  bottom: -160px;
}

@media (max-width: 767px) {
  #image-137-80 {
    display: none;
  }
  .single #image-22-13.banner-fundo-direito {
    width: 200px;
    right: -100px;
  }
}

#code_block-16-80 {
  width: 100%;
}

@media (max-width: 1550px) {
  .container {
    padding-left: 80px;
    padding-right: 80px;
  }
}

@media (max-width: 1200px) {
  .container {
    padding-left: 40px;
    padding-right: 40px;
  }
}

@media (max-width: 1550px) {
  footer #image-16-20 {
    top: calc(50% + 30px);
    left: calc(50% - 20px);
  }
}

@media (max-width: 1200px) {
  footer #image-16-20 {
    display: none;
  }
}

@media (max-width: 1700px) {
  #image-22-13.banner-fundo-direito {
    right: -140px;
  }
}
@media (max-width: 1550px) {
  #image-22-13.banner-fundo-direito {
    right: -350px;
  }
}
@media (max-width: 580px) {
  #image-22-13.banner-fundo-direito {
    display: none;
  }
}

@media (max-width: 1550px) {
  #image-21-13.banner-fundo-esquerdo {
    top: -150px;
    left: -100px;
  }
}

@media (max-width: 1200px) {
  #image-21-13.banner-fundo-esquerdo {
    top: -200px;
    left: -100px;
    transform: scale(0.75);
  }
}

@media (max-width: 992px) {
  .home #image-21-13.banner-fundo-esquerdo {
    top: 0;
    transform: scale(0.5);
  }
}
@media (max-width: 580px) {
  .home #image-21-13.banner-fundo-esquerdo {
    display: none;
  }
}

@media (max-width: 1550px) {
  .home #image-149-13 {
    left: -100px;
  }
}

@media (max-width: 1200px) {
  .home #image-149-13 {
    left: -120px;
    transform: scale(0.8);
  }
}

@media (max-width: 1550px) {
  #contato #image-360-13 {
    left: -220px;
  }
}

@media (max-width: 1200px) {
  #contato #image-360-13 {
    left: -230px;
    transform: scale(0.8);
  }
}

@media (max-width: 992px) {
  #contato #image-360-13 {
    transform: scale(0.7);
  }
}

@media (max-width: 1200px) {
  .home #image-173-13 {
    width: 540px;
    object-fit: cover;
    object-position: left center;
  }
}

@media (max-width: 1550px) {
  #introducao {
    background-position: left -80px top;
  }
}

@media (max-width: 1200px) {
  #introducao {
    background-position: left -110px top -60px;
  }
}

@media (max-width: 1550px) {
  .page-id-80 #image-135-80 {
    bottom: -450px;
  }
}

@media (max-width: 1550px) {
  .page-id-80 #image-137-80 {
    bottom: -260px;
    right: -100px;
  }
}

@media (max-width: 767px) {
  #div_block-13-80 {
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    margin-bottom: 50px;
  }
}

@media (max-width: 767px) {
  #div_block-26-80 {
    margin-bottom: 80px;
  }
}

@media (max-width: 767px) {
  #div_block-14-80 {
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
  }
}

@media (max-width: 767px) {
  #div_block-51-80 {
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    margin-bottom: 50px;
  }
}

@media (max-width: 767px) {
  #div_block-52-80 {
    gap: 40px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
  }
}

@media (max-width: 767px) {
  #div_block-77-80 {
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
  }
}

@media (max-width: 767px) {
  #div_block-78-80 {
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    margin-top: 80px;
  }
}

@media (max-width: 991px) {
  #new_columns-12-80>.ct-div-block {
    width: 100% !important;
  }
}

@media (max-width: 991px) {
  #new_columns-50-80>.ct-div-block {
    width: 100% !important;
  }
}

@media (max-width: 991px) {
  #new_columns-76-80>.ct-div-block {
    width: 100% !important;
  }
}


/* bloco equipe */

#equipe-secao .flickity-page-dots {
  bottom: -100px;
}

/* Bolinha inativa */
#equipe-secao .flickity-page-dots .dot {
  background: transparent;
  border: 1px solid #F3BE1E;
  opacity: 1;
  width: 8px;
  height: 8px;
  margin: 0 4px;
}

/* Bolinha ativa */
#equipe-secao .flickity-page-dots .dot.is-selected {
  background: #F3BE1E;
}

/* Oculta as setas nativas do Flickity */
#equipe-secao .flickity-prev-next-button {
    display: none;
}

/* Layout de 4 slides no desktop com espaçamento de 80px */
#equipe-secao .flickity-enabled .carousel-cell {
    width: 25% !important;
    padding: 0 40px !important;
}

/* Ajustes para a responsividade em telas menores */
@media (max-width: 1024px) {
    #equipe-secao .flickity-enabled .carousel-cell {
        width: 33.33% !important;
    }
}
@media (max-width: 768px) {
    #equipe-secao .flickity-enabled .carousel-cell {
        width: 50% !important;
    }
}
@media (max-width: 640px) {
    #equipe-secao .flickity-enabled .carousel-cell {
        width: 100% !important;
        padding: 0 !important;
    }
}

/* temporario */

#contato , #newsletter {
	max-width: initial;
	z-index: 2;
	position: relative;
}
.single-post #newsletter {
	padding-top: 60px;
	padding-bottom: 0;
}
.page-id-17725 #newsletter ,
.page-id-26144 #newsletter ,
.page-id-25774 #newsletter ,
.page-id-16847 #newsletter {
	padding-top: 0;
	padding-bottom: 0;
}
.page-id-16685 #newsletter ,
.post-type-archive-material #newsletter {
	padding-bottom: 0;
}
#equipe-secao {
	padding-left: 20px;
	padding-right: 20px;
	background: #fff;
}
@media (max-width: 580px) {
	#equipe-secao {
		padding-left: 0;
		padding-right: 0;
	}
}
.page-id-17671 #equipe-secao {
	position: relative;
	background: transparent;
}
.page-id-17671 #equipe-secao::before {
	content: '';
	display: block;
	width: 458px;
	height: 1116px;
	position: absolute;
	top: -400px;
	right: 0;
	background: url('assets/sobre-grafismo-3.svg') no-repeat left top;
}

#equipe-secao .text-white {
	color: #fff !important;
}

.page-id-17702 .botoes-navegacao ,
.page-id-23504 .botoes-navegacao ,
.page-id-17695 .botoes-navegacao {
	margin-top: 120px;
}
@media (max-width: 580px) {
	.page-id-17702 .botoes-navegacao ,
	.page-id-23504 .botoes-navegacao ,
	.page-id-17695 .botoes-navegacao {
		margin-top: 60px;
	}
}

.page-id-17671 .botoes-navegacao {
	position: relative;
	z-index: 3;
}
.page-id-17671 #contato>.ct-section-inner-wrap {
	padding-top: 0;
	padding-bottom: 150px;
}
.page-id-17671 #clientes #image-277-13 ,
.page-id-16240 #clientes #image-277-13 {
	display: none;
}

/* formulários da rd */

body.page-id-17504 #rd-button-lefztg9z .bricks--component-button {
	color: #01002A;
	font-size: 14px;
	display: inline-block;
	min-width: initial;
	width: initial;
	min-height: initial;
	height: initial;
	padding: 12px 37px;
	border-radius: 7px;
	background: #F3BE1E;
}


body:not(.page-id-17504) #rd-column-lefztg9t > div {
	background: #001d40 !important;
}
body:not(.page-id-17504) #rd-form-lefztg9u .bricks-form__label ,
body:not(.page-id-17504) #rd-form-lefztg9u .bricks-form__static a ,
body:not(.page-id-17504) #rd-form-lefztg9u .bricks-form__static {
	color: #fff !important;
	font-size: 16px !important;
	line-height: 24px !important;
}
body:not(.page-id-17504) #rd-form-lefztg9u .bricks--component-button {
	color: #001D40 !important;
	font-size: 18px !important;
	display: inline-block !important;
	min-width: initial !important;
	width: initial !important;
	margin: 10px 0 0 !important;
	padding: 10px 20px !important;
	border: none !important;
	background: #F3BE1E !important;
}

.filtro-azul-fundo {
	mix-blend-mode: luminosity;
	transition: .3s;
}
article:hover .filtro-azul-fundo {
	mix-blend-mode: initial;
}

.page-id-26144 #casos-de-sucesso::before {
	content: '';
	display: block;
	width: 346px;
	height: 1224px;
	position: absolute;
	top: -600px;
	left: 0;
	z-index: 1;
	transform: initial;
	background: url('assets/grafismo-clientes-1.svg') no-repeat top right;
}

.page-id-84324 #casos-de-sucesso::before ,
.page-id-25774 #casos-de-sucesso::before {
	content: '';
	display: block;
	width: 317px;
	height: 1224px;
	position: absolute;
	top: -600px;
	left: 0;
	background: url('assets/grafismo-case-1.svg') no-repeat top right;
}
@media (max-width: 1700px) {
	.page-id-84324 #casos-de-sucesso::before ,
	.page-id-25774 #casos-de-sucesso::before {
		width: 180px;
	}
}
@media (max-width: 1500px) {
	.page-id-84324 #casos-de-sucesso::before ,
	.page-id-25774 #casos-de-sucesso::before {
		width: 80px;
	}
}
@media (max-width: 1200px) {
	.page-id-84324 #casos-de-sucesso::before ,
	.page-id-25774 #casos-de-sucesso::before {
		display: none;
	}
}

body.blog {
	position: relative;
}
body.blog::before ,
body.post-type-archive-material::before {
	content: '';
	display: block;
	width: 122px;
	height: 309px;
	position: absolute;
	top: 0;
	left: 0;
	background: url('assets/grafismo-blog-1.svg') no-repeat center right;
}
@media (max-width: 1500px) {
	body.blog::before ,
	body.post-type-archive-material::before {
		width: 50px;
		height: 200px;
	}
}
@media (max-width: 1400px) {
	body.blog::before ,
	body.post-type-archive-material::before {
		width: 30px;
	}
}
@media (max-width: 1200px) {
	body.blog::before ,
	body.post-type-archive-material::before {
		display: none;
	}
}
body.blog::after ,
body.post-type-archive-material::after {
	content: '';
	display: block;
	width: 285px;
	height: 363px;
	position: absolute;
	top: 0;
	right: 0;
	background: url('assets/grafismo-blog-2.svg') no-repeat bottom left;
}
@media (max-width: 1700px) {
	body.blog::after ,
	body.post-type-archive-material::after {
		width: 170px;
	}
}
@media (max-width: 1500px) {
	body.blog::after ,
	body.post-type-archive-material::after {
		height: 280px;
	}
}
@media (max-width: 1200px) {
	body.blog::after ,
	body.post-type-archive-material::after {
		display: none;
	}
}


#blog-archive > div {
	position: relative;
	z-index: 2;
}
#blog-archive::before {
	content: '';
	display: block;
	width: 300px;
	height: 710px;
	position: absolute;
	top: 1000px;
	left: 0;
	background: url('assets/grafismo-materiais-1.svg') no-repeat center right;
}
#blog-archive::after {
	content: '';
	display: block;
	width: 280px;
	height: 940px;
	position: absolute;
	top: calc(50% + 180px);
	right: 0;
	transform: translateY(-50%);
	background: url('assets/grafismo-materiais-2.svg') no-repeat center left;
}
@media (max-width: 1200px) {
	#blog-archive::before ,
	#blog-archive::after {
		display: none;
	}
}

.page-id-17725 #cta-posts > img {
	display: none;
}
.page-id-17725 #cta-posts::before {
	content: '';
	display: block;
	width: 346px;
	height: 1224px;
	position: absolute;
	top: -460px;
	left: 0;
	background: url('assets/grafismo-certificaoes.svg') no-repeat center right;
}
@media (max-width: 1500px) {
	.page-id-17725 #cta-posts::before {
		top: -350px;
	}
}
@media (max-width: 1200px) {
	.page-id-17725 #cta-posts::before {
		top: -250px;
	}
}
@media (max-width: 580px) {
	.page-id-17725 #cta-posts::before {
		width: 200px;
		height: 800px;
		top: -100px;
	}
}

#afix-blog-category ,
#afix-blog-search::placeholder ,
#searchInput ,
#searchInput::placeholder {
	color: #001D40;
}
#afix-blog-category ,
#afix-blog-category::picker(select) ,
.select-filtro-capacitacoes ,
.select-filtro-capacitacoes::picker(select) ,
#filterServico ,
#filterServico::picker(select) ,
#filterCliente ,
#filterCliente::picker(select) ,
select#segmento ,
select#segmento::picker(select) {
   appearance: base-select;
}
#afix-blog-category::picker(select) ,
#filterServico::picker(select) ,
.select-filtro-capacitacoes::picker(select) ,
#filterCliente::picker(select) ,
select#segmento::picker(select) {
	padding: 13px 38px 26px 13px;
	border: none;
	border-radius: 7px 0 7px 7px;
	box-shadow: 0 14px 24px 0 rgba(0,0,0,.35);
}
#afix-blog-category option ,
#filterServico option ,
.select-filtro-capacitacoes option ,
#filterCliente option ,
select#segmento option {
	color: #0B3B7D;
	font-size: 14px;
	font-weight: 500;
	font-family: 'Roboto';
	transition: .3s;
}
#afix-blog-category option:hover ,
#filterServico option:hover ,
.select-filtro-capacitacoes option:hover ,
#filterCliente option:hover ,
select#segmento option:hover {
	color: #f3be1e;
	background: transparent;
}
#afix-blog-category option::before ,
#filterServico option::before ,
.select-filtro-capacitacoes option::before ,
#filterCliente option::before ,
select#segmento option::before {
	content: '・';
	color: #F3BE1E;
	font-weight: 900;
	display: inline-block;
}
#afix-blog-category option::checkmark ,
#filterServico option::checkmark ,
.select-filtro-capacitacoes option::checkmark ,
#filterCliente option::checkmark ,
select#segmento option::checkmark {
	display: none;
}


nav .page-numbers {
	color: #666;
	font-size: 22px;
	font-weight: 600;
	font-family: 'Montserrat';
	margin: 0 27px 0 0;
	transform: translateY(2px);
	opacity: 1;
}
nav .current {
	color: #0B3B7D;
}
nav .next ,
nav .prev {
	color: #01002A;
	font-size: 14px;
	font-weight: normal;
	font-family: 'Roboto';
	display: inline-block;
	margin: 0;
	padding: 12px 37px;
	float: right;
	transition: .3s;
	transform: initial;
	border-radius: 7px;
	background: #F3BE1E;
}
nav .prev {
	margin: 0 20px 0 0;
	float: initial;
}
@media (max-width: 580px) {
	nav .next ,
	nav .prev {
		text-align: center;
		display: block;
		margin: 10px 0 0;
	}
}
nav .next:hover {
	color: #fff;
	background: #01002A;
}


.grafismo-posts-relacionados {
	top: -620px;
}

.page-id-17671 .destaque-secao {
	background: transparent !important;
}
@media (max-width: 580px) {
	.page-id-17671 .destaque-secao {
		text-align: center;
	}
}

@media (max-width: 580px) {
	#cta-posts .botao-amarelo-borda {
		text-align: center;
	}
}

@media (max-width: 580px) {
	#titulo-texto-botao {
		padding: 50px 20px !important;
	}
}

.page-id-17813 .titulo-texto-botao-contain {
	max-width: 785px;
	margin: 0 auto;
}
.page-id-17813 .titulo-texto-botao-title {
	color: #001D40;
	font-size: 32px;
	font-weight: 700;
	line-height: initial;
}
@media (max-width: 580px) {
	.page-id-17813 .titulo-texto-botao-title {
		font-size: 26px;
		line-height: 36px;
	}
}
.page-id-17813 .titulo-texto-botao-info {
	color: #000;
	font-size: 20px;
	line-height: 36px;
}
@media (max-width: 580px) {
	.page-id-17813 .titulo-texto-botao-info {
		font-size: 16px;
		line-height: 26px;
	}
}

#listagem-cases::before {
	content: '';
	display: block;
	width: 310px;
	height: 710px;
	position: absolute;
	top: 550px;
	left: 0;
	z-index: 1;
	background: url('assets/grafismo-case-listagem-1.svg') no-repeat center right;
}
@media (max-width: 1750px) {
	#listagem-cases::before {
		width: 200px;
	}
}
@media (max-width: 1500px) {
	#listagem-cases::before {
		width: 70px;
	}
}
@media (max-width: 850px) {
	#listagem-cases::before {
		display: none;
	}
}

#listagem-cases::after {
	content: '';
	display: block;
	width: 294px;
	height: 710px;
	position: absolute;
	bottom: -100px;
	right: 0;
	z-index: 1;
	background: url('assets/grafismo-case-listagem-2.svg') no-repeat center left;
}
@media (max-width: 1750px) {
	#listagem-cases::after {
		width: 200px;
	}
}
@media (max-width: 1500px) {
	#listagem-cases::after {
		width: 100px;
	}
}
@media (max-width: 1400px) {
	#listagem-cases::after {
		width: 80px;
	}
}
@media (max-width: 850px) {
	#listagem-cases::after {
		display: none;
	}
}


.carousel-pagination {
	margin-top: 60px;
}
.carousel-pagination button {
	color: transparent;
	width: 14px;
	height: 14px;
	margin-right: 10px;
	padding: 0;
	transition: .3s;
	cursor: pointer;
	border: none;
	border-radius: 50%;
	background: #001D40;
}
.carousel-pagination button:last-child {
	margin-right: 0;
}
.carousel-pagination button.is-active {
	background: #F3BE1E;
}

@media (max-width: 580px) {
	.catalogo-de-capacitacoes select {
		width: 100%;
		margin: 0 0 10px;
	}
}

.catalogo-de-capacitacoes::before {
	content: '';
	display: block;
	width: 270px;
	height: 1161px;
	position: absolute;
	top: 100px;
	left: 0;
	background: url('assets/grafismo-listagem-cursos-1.svg') no-repeat center right;
}
@media (max-width: 1700px) {
	.catalogo-de-capacitacoes::before {
		width: 160px;
	}
}
@media (max-width: 1500px) {
	.catalogo-de-capacitacoes::before {
		width: 40px;
	}
}
@media (max-width: 1200px) {
	.catalogo-de-capacitacoes::before {
		display: none;
	}
}

.catalogo-de-capacitacoes::after {
	content: '';
	display: block;
	width: 260px;
	height: 1161px;
	position: absolute;
	bottom: -330px;
	right: 0;
	background: url('assets/grafismo-listagem-cursos-2.svg') no-repeat center left;
}
@media (max-width: 1700px) {
	.catalogo-de-capacitacoes::after {
		width: 160px;
	}
}
@media (max-width: 1500px) {
	.catalogo-de-capacitacoes::after {
		width: 30px;
	}
}
@media (max-width: 1200px) {
	.catalogo-de-capacitacoes::after {
		display: none;
	}
}


.page-id-17813 #titulo-texto-botao::before {
	content: '';
	display: block;
	width: 275px;
	height: 1161px;
	position: absolute;
	top: 440px;
	left: 0;
	background: url('assets/grafismo-software-lista-1.svg') no-repeat center right;
}
@media (max-width: 1700px) {
	.page-id-17813 #titulo-texto-botao::before {
		width: 150px;
	}
}
@media (max-width: 1500px) {
	.page-id-17813 #titulo-texto-botao::before {
		width: 40px;
	}
}
@media (max-width: 1200px) {
	.page-id-17813 #titulo-texto-botao::before {
		display: none;
	}
}

@media (max-width: 580px) {
	#motivacao h2 {
		font-size: 34px !important;
		line-height: initial;
	}
}

.page-id-17813 #motivacao::before {
	content: '';
	display: block;
	width: 277px;
	height: 1161px;
	position: absolute;
	top: -1165px;
	left: 0;
	background: url('assets/grafismo-software-lista-3.svg') no-repeat center right;
}
@media (max-width: 1700px) {
	.page-id-17813 #motivacao::before {
		width: 150px;
	}
}
@media (max-width: 1500px) {
	.page-id-17813 #motivacao::before {
		width: 40px;
	}
}
@media (max-width: 1200px) {
	.page-id-17813 #motivacao::before {
		display: none;
	}
}

.page-id-17813 #motivacao::after {
	content: '';
	display: block;
	width: 297px;
	height: 1161px;
	position: absolute;
	top: -1920px;
	right: 0;
	background: url('assets/grafismo-software-lista-2.svg') no-repeat center left;
}
@media (max-width: 1700px) {
	.page-id-17813 #motivacao::after {
		width: 150px;
	}
}
@media (max-width: 1500px) {
	.page-id-17813 #motivacao::after {
		width: 40px;
	}
}
@media (max-width: 1200px) {
	.page-id-17813 #motivacao::after {
		display: none;
	}
}

#conteudo-case p {
	color: #666;
	font-size: 18px;
	line-height: 32px;
	margin: 0 0 30px;
}
#conteudo-case :is(h1, h2, h3, h4, h5, h6) {
	color: #001D40 !important;
	margin: 0 0 10px;
}
#conteudo-case img {
	margin: 0 0 20px;
	border-radius: 30px;
}
#conteudo-case #div_block-17-80 img {
	margin: 0;
}
#conteudo-case ul ,
#conteudo-case ol {
	color: #666;
	font-size: 16px;
	line-height: 30px;
	margin: 0 0 30px;
}
@media (max-width: 580px) {
	#conteudo-case .conteudo-case-grid {
		grid-template-columns: 1fr !important;
	}
}

@media (max-width: 580px) {
	#continue-lendo .grid {
		grid-template-columns: 1fr !important;
	}
}

.page-id-84324 .casos-de-sucesso-head ,
.page-id-84324 .casos-de-sucesso-head ,
body.page-child .casos-de-sucesso-head {
	display: block;
}
.page-id-84324 .casos-de-sucesso-head > div ,
.page-id-84324 .casos-de-sucesso-head > div ,
body.page-child .casos-de-sucesso-head > div {
	width: 100%;
	max-width: 100%;
}
.page-id-84324 .casos-de-sucesso-head a ,
.page-id-84324 .casos-de-sucesso-head a ,
body.page-child .casos-de-sucesso-head a ,
.casos-de-sucesso-link {
	display: none;
}
.page-id-84324 .casos-de-sucesso-link ,
.page-id-84324 .casos-de-sucesso-link ,
body.page-child .casos-de-sucesso-link {
	text-align: right;
	display: block;
	margin-top: 30px;
}

#texto-toggle summary {
	font-size: 22px;
	padding-right: 45px;
	position: relative;
}
#texto-toggle.servicos-view summary {
	font-size: 28px;
	font-weight: bold;
}
@media (max-width: 580px) {
	#texto-toggle.servicos-view summary {
		font-size: 20px;
	}
}
#texto-toggle summary::marker {
	font-size: 0;
}
#texto-toggle summary svg {
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	transition: .3s;
}
#texto-toggle details[open] summary svg {
	transform: translateY(-50%) rotate(180deg);
}

.page-id-84324 #bloco-lista-imagem {
	position: relative;
}
.page-id-84324 #bloco-lista-imagem::after {
	content: '';
	display: block;
	width: 303px;
	height: 710px;
	position: absolute;
	top: -400px;
	right: 0;
	background: url('assets/grafismo-software-1.svg') no-repeat center left;
}
@media (max-width: 1700px) {
	.page-id-84324 #bloco-lista-imagem::after {
		width: 200px;
	}
}
@media (max-width: 1500px) {
	.page-id-84324 #bloco-lista-imagem::after {
		width: 50px;
	}
}
@media (max-width: 1200px) {
	.page-id-84324 #bloco-lista-imagem::after {
		display: none;
	}
}


@media (max-width: 580px) {
	#texto-completo h2 {
		font-size: 30px !important;
		line-height: initial !important;
		text-align: left;
	}
	#texto-completo h3 {
		font-size: 26px !important;
		line-height: initial !important;
	}

	#texto-cards h2 {
		font-size: 30px !important;
		line-height: initial !important;
		/* text-align: left; */
	}

	#texto-logo {
		padding: 50px 20px !important;
	}

	#texto-logo h2 {
		font-size: 30px !important;
		line-height: initial !important;
		/* text-align: left; */
	}

	#bloco-lista-imagem h2 {
		font-size: 30px !important;
		line-height: initial !important;
		text-align: left;
	}
}


.card-software-aplicativo .grid {
	grid-template-columns: 1fr 1.3fr !important;
}
@media (max-width: 580px) {
	.card-software-aplicativo .grid {
		grid-template-columns: 1fr !important;
	}
}

.page-id-17695 .grafismo-grupo-1::before {
	content: '';
	display: block;
	width: 276px;
	height: 1116px;
	position: absolute;
	top: 100px;
	left: 0;
	background: url('assets/grafismo-grupo-1.svg') no-repeat center right;
}
@media (max-width: 1700px) {
	.page-id-17695 .grafismo-grupo-1::before {
		width: 150px;
	}
}
@media (max-width: 1500px) {
	.page-id-17695 .grafismo-grupo-1::before {
		width: 50px;
	}
}
@media (max-width: 1200px) {
	.page-id-17695 .grafismo-grupo-1::before {
		display: none;
	}
}
.page-id-17695 .grafismo-grupo-2::before {
	content: '';
	display: block;
	width: 272px;
	height: 1116px;
	position: absolute;
	top: -80px;
	right: 0;
	background: url('assets/grafismo-grupo-2.svg') no-repeat center left;
}
@media (max-width: 1700px) {
	.page-id-17695 .grafismo-grupo-2::before {
		width: 150px;
	}
}
@media (max-width: 1500px) {
	.page-id-17695 .grafismo-grupo-2::before {
		width: 50px;
	}
}
@media (max-width: 1200px) {
	.page-id-17695 .grafismo-grupo-2::before {
		display: none;
	}
}

#video-grande {
	padding-left: 20px;
	padding-right: 20px;
}

#video-grande.video-cursos {
	padding-top: 0 !important;
	padding-bottom: 15px !important;
}

.page-id-23504 #video-grande {
	position: relative;
}
.page-id-23504 #video-grande::before {
	content: '';
	display: block;
	width: 308px;
	height: 1116px;
	position: absolute;
	top: -230px;
	right: 0;
	background: url('assets/grafismo-trabalho-1.svg') no-repeat left center;
}
@media (max-width: 1200px) {
	.page-id-23504 #video-grande::before {
		display: none;
	}
}

.page-id-23504 #beneficios::before {
	content: '';
	display: block;
	width: 310px;
	height: 1116px;
	position: absolute;
	top: 380px;
	left: 0;
	background: url('assets/grafismo-trabalho-2.svg') no-repeat right center;
}
@media (max-width: 1200px) {
	.page-id-23504 #beneficios::before {
		display: none;
	}
}

.page-id-23504 #diferencial-trabalhe-conosco::before {
	content: '';
	display: block;
	width: 278px;
	height: 1116px;
	position: absolute;
	top: 335px;
	right: 0;
	background: url('assets/grafismo-trabalho-3.svg') no-repeat left center;
}
@media (max-width: 1700px) {
	.page-id-23504 #diferencial-trabalhe-conosco::before {
		width: 120px;
	}
}
@media (max-width: 1500px) {
	.page-id-23504 #diferencial-trabalhe-conosco::before {
		width: 80px;
	}
}
@media (max-width: 1200px) {
	.page-id-23504 #diferencial-trabalhe-conosco::before {
		display: none;
	}
}

.page-id-23504 #slide-historias::before {
	content: '';
	display: block;
	width: 323px;
	height: 1116px;
	position: absolute;
	top: 648px;
	left: 0;
	background: url('assets/grafismo-trabalho-4.svg') no-repeat right center;
}
@media (max-width: 1200px) {
	.page-id-23504 #slide-historias::before {
		display: none;
	}
}

/* card-parceiros */

.card-parceiros {
	padding: 33px;
	border: solid 1px #00214215;
	border-radius: 20px;
	background: #fff;
}

.card-parceiros-head {
	display: grid;
	grid-template-columns: repeat(2,1fr);
	gap: 20px;
	margin-bottom: 36px;
}
@media (max-width: 580px) {
	.card-parceiros-head {
		grid-template-columns: 1fr;
	}
}

.card-parceiros-head-info h2 {
	color: #002142;
	font-weight: bold;
	font-size: 23px;
	font-family: 'Montserrat' !important;
	line-height: 32px;
	margin-bottom: 8px;
}
.card-parceiros-head-info p {
	font-weight: bold;
	font-family: 'Montserrat' !important;
	font-size: 14px;
	line-height: 20px;
	margin: 0;
	color: #F3BE1E;
}

.card-parceiros-head-tag {
	text-align: right;
	display: inline-block;
}
@media (max-width: 580px) {
	.card-parceiros-head-tag {
		text-align: left;
	}
}
.card-parceiros-head-tag span {
	color: #F3BE1E;
	font-family: 'Montserrat';
	font-weight: bold;
	font-size: 12px;
	display: inline-block;
	padding: 3px 12px;
	border-radius: 7px;
	background: #F3BE1E20;
}

.card-parceiros-content {
	margin-bottom: 24px;
}
.card-parceiros-content img {
	width: 100%;
	height: 195px;
	margin-bottom: 24px;
	object-fit: cover;
	border-radius: 20px;
}
.card-parceiros-content p {
	color: #4C647B;
	font-size: 15px;
	font-family: 'Montserrat';
	line-height: 26px;
	margin: 0;
}

.card-parceiros-link {
	display: grid;
	gap: 20px;
	grid-template-columns: repeat(2,1fr);
}

.card-parceiros-link-endereco span {
	color: #4C647B;
	font-size: 14px;
	font-family: 'Montserrat';
	line-height: 20px;
	display: grid;
	gap: 8px;
	align-items: center;
	grid-template-columns: 16px 1fr;
}

.card-parceiros-link-botao {
	text-align: right;
}
.card-parceiros-link-botao a {
	color: #F3BE1E;
	font-size: 14px;
	font-weight: bold;
	font-family: 'Montserrat';
	align-items: center;
	display: grid;
	gap: 8px;
	grid-template-columns: 1fr 16px;
}

.page-id-82858 #numeros-parceiros::after {
	content: '';
	display: block;
	width: 231px;
	height: 1124px;
	position: absolute;
	top: -640px;
	right: 0;
	background: url('assets/grafismo-parceiro-1.svg') no-repeat left center;
}
@media (max-width: 1200px) {
	.page-id-82858 #numeros-parceiros::after {
		display: none;
	}
}

.page-id-82858 #metodologia::after {
	content: '';
	display: block;
	width: 310px;
	height: 1116px;
	position: absolute;
	top: -100px;
	left: 0;
	background: url('assets/grafismo-parceiro-2.svg') no-repeat right center;
}
@media (max-width: 1200px) {
	.page-id-82858 #metodologia::after {
		display: none;
	}
}

.linha-tempo {
	background: url('assets/linha-tracada.svg') no-repeat top 142px center;
}
@media (max-width: 850px) {
	.linha-tempo {
		background: transparent;
	}
}

.page-id-17702 #trajetoria::after {
	content: '';
	display: block;
	width: 342px;
	height: 1116px;
	position: absolute;
	top: 750px;
	right: 0;
	background: url('assets/grafismo-historico-1.svg') left center;
}
@media (max-width: 1200px) {
	.page-id-17702 #trajetoria::after {
		display: none;
	}
}

.page-id-17702 #nossa-evolucao::before {
	content: '';
	display: block;
	width: 312px;
	height: 1116px;
	position: absolute;
	top: 1000px;
	left: 0;
	background: url('assets/grafismo-historico-2.svg') right center;
}
@media (max-width: 1200px) {
	.page-id-17702 #nossa-evolucao::before {
		display: none;
	}
}

.page-id-17702 #nossa-evolucao::after {
	content: '';
	display: block;
	width: 388px;
	height: 1116px;
	position: absolute;
	bottom: -345px;
	right: 0;
	background: url('assets/grafismo-historico-3.svg') left center;
}
@media (max-width: 1200px) {
	.page-id-17702 #nossa-evolucao::after {
		display: none;
	}
}

/* ### MEGA MENU ### */

#mega-menu {
	display: none;
	width: 95vw;
	max-width: 1260px;
	min-height: 430px;
	padding: 30px 50px 50px;
	position: fixed;
	top: 77px;
	left: 50%;
	z-index: 9999;
	transform: translateX(-50%);
	border-radius: 0 0 20px 20px;
	background: linear-gradient(-45deg,rgba(0, 29, 64, 1) 0%, rgba(14, 70, 147, 1) 100%);
}

/* mega menu : sobre */

#mega-menu.sobre .box-grid {
	display: flex;
	flex-direction: row;
	gap: 30px;
}

#mega-menu.sobre .box-coluna {
	min-width: 220px;
	width: 225px;
	max-width: 100%;
}
#mega-menu.sobre .box-coluna:last-child {
	width: 100%;
}

#mega-menu.sobre .box-titulo {
	padding-bottom: 20px;
	border-bottom: solid 1px #F1F1F133;
}
#mega-menu.sobre .box-titulo span {
	color: #F3BE1E;
	font-size: 20px;
	font-weight: bold;
	font-family: 'Montserrat';
	display: block;
}

#mega-menu.sobre .box-links {
	padding-top: 5px;
}
#mega-menu.sobre .box-links p {
	margin: 0;
}
#mega-menu.sobre .box-links a {
	color: #F0F0F0;
	font-size: 14px;
	font-weight: medium;
	font-family: 'Montserrat';
	line-height: 32px;
	transition: .3s;
}
#mega-menu.sobre .box-links a:hover {
	color: #F3BE1E;
}

/* servicos */

#mega-menu.servicos {
	padding: 20px 20px 20px 50px;
}

#mega-menu.servicos .box-grid {
	align-items: center;
	display: grid;
	gap: 40px;
	grid-template-columns: 1fr 720px;
}

#mega-menu.servicos .box-titulo {
	margin-bottom: 20px;
}
#mega-menu.servicos .box-titulo span {
	color: #F3BE1E;
	font-size: 24px;
	font-weight: bold;
	font-family: 'Montserrat';
	display: block;
}

#mega-menu.servicos .box-links p {
	margin: 0;
}
#mega-menu.servicos .box-links a {
	color: #F0F0F0;
	font-size: 14px;
	font-weight: medium;
	font-family: 'Montserrat';
	line-height: 32px;
	transition: .3s;
}
#mega-menu.servicos .box-links a:hover {
	color: #F3BE1E;
}

#mega-menu.servicos .box-cta {
	display: grid;
	gap: 0;
	grid-template-columns: 1fr 333px;
	border-radius: 20px;
	background: #001D40;
}

#mega-menu.servicos .box-cta-info {
	padding: 30px 40px;
}
#mega-menu.servicos .box-cta-info span {
	color: #F3BE1E;
	font-size: 22px;
	font-weight: bold;
	font-family: 'Montserrat';
	line-height: 33px;
	margin-bottom: 9px;
}
#mega-menu.servicos .box-cta-info p {
	color: #fff;
	font-size: 16px;
	font-weight: medium;
	font-family: 'Montserrat';
	line-height: 32px;
	margin: 0 0 50px;
}
#mega-menu.servicos .box-cta-info a:hover {
	color: #001D40;
	background: #fff;
}

#mega-menu.servicos .box-cta-image img {
	width: 100%;
	border-radius: 20px;
}

/* software e cases */

#mega-menu.software ,
#mega-menu.cases {
	padding: 20px 20px 20px 50px;
}

#mega-menu.software .box-grid ,
#mega-menu.cases .box-grid {
	align-items: center;
	display: grid;
	gap: 40px;
	grid-template-columns: 1fr 625px;
}

#mega-menu.software .box-titulo ,
#mega-menu.cases .box-titulo {
	margin-bottom: 20px;
}
#mega-menu.software .box-titulo span ,
#mega-menu.cases .box-titulo span {
	color: #F3BE1E;
	font-size: 24px;
	font-weight: bold;
	font-family: 'Montserrat';
	display: block;
}

#mega-menu.software .box-links p ,
#mega-menu.cases .box-links p {
	margin: 0;
}
#mega-menu.software .box-links a ,
#mega-menu.cases .box-links a {
	color: #F0F0F0;
	font-size: 14px;
	font-weight: medium;
	font-family: 'Montserrat';
	line-height: 32px;
	transition: .3s;
}
#mega-menu.software .box-links a:hover ,
#mega-menu.cases .box-links a:hover {
	color: #F3BE1E;
}
#mega-menu.software .box-links svg ,
#mega-menu.cases .box-links svg {
	fill: #fff;
	width: 10px;
	display: inline-block;
	margin-left: 5px;
	transition: .3s;
}
#mega-menu.software .box-links a:hover svg ,
#mega-menu.cases .box-links a:hover svg {
	fill: #f3be1e;
}

#mega-menu.software .box-depoimento ,
#mega-menu.cases .box-depoimento {
	padding: 25px 35px;
	border-radius: 20px;
	background: #fff;
}

#mega-menu.software .box-depoimento-head ,
#mega-menu.cases .box-depoimento-head {
	align-items: center;
	display: grid;
	gap: 20px;
	grid-template-columns: repeat(2,1fr);
	margin-bottom: 30px;
}

#mega-menu.software .box-depoimento-logo img ,
#mega-menu.cases .box-depoimento-logo img {
	border-radius: 0 !important;
}

#mega-menu.software .box-depoimento-avaliacao ,
#mega-menu.cases .box-depoimento-avaliacao {
	text-align: right;
}
#mega-menu.software .box-depoimento-avaliacao img ,
#mega-menu.cases .box-depoimento-avaliacao img {
	display: inline-block;
	border-radius: 0 !important;
}

#mega-menu.software .box-depoimento-autor ,
#mega-menu.cases .box-depoimento-autor {
	align-items: center;
	display: grid;
	gap: 20px;
	grid-template-columns: 85px 1fr;
	margin-bottom: 25px;
}

#mega-menu.software .box-depoimento-foto img ,
#mega-menu.cases .box-depoimento-foto img {
	width: 85px;
	height: 85px;
	object-fit: cover;
	border-radius: 0 !important;
}

#mega-menu.software .box-depoimento-autor span ,
#mega-menu.cases .box-depoimento-autor span {
	color: #001D40;
	font-size: 20px;
	font-weight: 600;
	font-family: 'Montserrat';
	display: block;
	margin-bottom: 4px;
}
#mega-menu.software .box-depoimento-autor p ,
#mega-menu.cases .box-depoimento-autor p {
	color: #737373;
	font-size: 16px;
	font-weight: medium;
	font-family: 'Montserrat';
	margin: 0;
}

#mega-menu.software .box-depoimento-texto p ,
#mega-menu.cases .box-depoimento-texto p {
	color: #737373;
	font-size: 16px;
	line-height: 32px;
	margin: 0;
}
#mega-menu.software .box-depoimento-texto a ,
#mega-menu.cases .box-depoimento-texto a {
	margin-top: 30px;
}

/* ### MENU MOBILE ### */

.btn-menu-mobile {
	display: none;
}
.btn-menu-mobile.ativo {
	filter: grayscale(1);
}
@media (max-width: 991px) {
	.btn-menu-mobile {
		display: block;
	}
}

#menu-mobile {
	width: 100%;
	height: 100vh;
	padding: 85px 20px 20px;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999;
	transition: .3s;
	overflow-y: auto;
	background: #fff;
}

#menu-mobile .links {
	margin-bottom: 22px;
}
#menu-mobile .links span {
	color: #001D40;
	font-size: 22px;
	font-weight: bold;
	font-family: 'Montserrat';
	display: block;
	margin: 0 0 12px;
}
#menu-mobile .links p {
	margin-bottom: 5px;
}
#menu-mobile .links p:last-child {
	margin-bottom: 0;
}
#menu-mobile .links a {
	color: #737373;
	font-size: 16px;
	line-height: 28px;
}

#menu-mobile .link-gerais {
	margin-top: 100px;
	margin-bottom: 32px;
}
#menu-mobile .link-gerais p {
	margin-bottom: 15px;
}
#menu-mobile .link-gerais p:last-child {
	margin-bottom: 0;
}
#menu-mobile .link-gerais a {
	color: #001D40;
	font-size: 18px;
	font-weight: bold;
	font-family: 'Montserrat';
}

#menu-mobile .link-social {
	align-items: center;
	display: flex;
	gap: 15px;
}
#menu-mobile .link-social a {
	display: block;
}

.page-id-84324 #texto-cards {
	position: relative;
}
.page-id-84324 #texto-cards::before {
	content: '';
	display: block;
	width: 273px;
	height: 710px;
	position: absolute;
	top: 400px;
	left: 0;
	background: url('assets/grafismo-servicos-view-1.svg') no-repeat right center;
}
@media (max-width: 1850px) {
	.page-id-84324 #texto-cards::before {
		width: 200px;
	}
}
@media (max-width: 1700px) {
	.page-id-84324 #texto-cards::before {
		width: 150px;
	}
}
@media (max-width: 1500px) {
	.page-id-84324 #texto-cards::before {
		width: 40px;
	}
}
@media (max-width: 1500px) {
	.page-id-84324 #texto-cards::before {
		display: none;
	}
}

.page-id-84324 #video-grande {
	position: relative;
}
.page-id-84324 #video-grande::before {
	content: '';
	display: block;
	width: 226px;
	height: 710px;
	position: absolute;
	top: 720px;
	right: 0;
	background: url('assets/grafismo-servicos-view-2.svg') no-repeat left center;
}
@media (max-width: 1500px) {
	.page-id-84324 #video-grande::before {
		width: 60px;
		top: 600px;
	}
}
@media (max-width: 1500px) {
	.page-id-84324 #video-grande::before {
		display: none;
	}
}

.page-id-84324 .image-hover-points {
	position: relative;
}
.page-id-84324 .image-hover-points::before {
	content: '';
	display: block;
	width: 245px;
	height: 710px;
	position: absolute;
	bottom: -350px;
	left: 0;
	background: url('assets/grafismo-servicos-view-3.svg') no-repeat right center;
}
@media (max-width: 1500px) {
	.page-id-84324 .image-hover-points::before {
		width: 150px;
	}
}
@media (max-width: 1500px) {
	.page-id-84324 .image-hover-points::before {
		display: none;
	}
}

/*
.page-id-84324 .grafismo-item-4 {
	position: relative;
}
.page-id-84324 .grafismo-item-4::before {
	content: '';
	display: block;
	width: 303px;
	height: 710px;
	position: absolute;
	bottom: 0;
	right: 0;
	background: url('assets/grafismo-servicos-view-4.svg') no-repeat left center;
}
*/

.page-id-84324 .setores-atendidos {
	position: relative;
}
.page-id-84324 .setores-atendidos::before {
	content: '';
	display: block;
	width: 218px;
	height: 710px;
	position: absolute;
	bottom: -300px;
	left: 0;
	background: url('assets/grafismo-servicos-view-5.svg') no-repeat right center;
}
@media (max-width: 1500px) {
	.page-id-84324 .setores-atendidos::before {
		width: 150px;
		bottom: -200px;
	}
}
@media (max-width: 1200px) {
	.page-id-84324 .setores-atendidos::before {
		display: none;
	}
}

.page-id-84324 .grafismo-item-6 {
	position: relative;
}
.page-id-84324 .grafismo-item-6::before {
	content: '';
	display: block;
	width: 220px;
	height: 710px;
	position: absolute;
	top: -300px;
	right: 0;
	background: url('assets/grafismo-servicos-view-6.svg') no-repeat left center;
}
@media (max-width: 1500px) {
	.page-id-84324 .grafismo-item-6::before {
		width: 120px;
	}
}
@media (max-width: 1200px) {
	.page-id-84324 .grafismo-item-6::before {
		display: none;
	}
}

.page-id-84324 .grafismo-item-6 a {
	float: right;
	transform: translateX(-50%);
}
@media (max-width:1200px) {
	.page-id-84324 .grafismo-item-6 a {
		float: initial;
		transform: initial;
	}
}

.page-id-84324 .grafismo-item-7 {
	position: relative;
}
.page-id-84324 .grafismo-item-7::before {
	content: '';
	display: block;
	width: 227px;
	height: 710px;
	position: absolute;
	top: -500px;
	left: 0;
	background: url('assets/grafismo-servicos-view-7.svg') no-repeat right center;
}
@media (max-width: 1700px) {
	.page-id-84324 .grafismo-item-7::before {
		width: 150px;
	}
}
@media (max-width: 1500px) {
	.page-id-84324 .grafismo-item-7::before {
		width: 50px;
	}
}
@media (max-width: 1200px) {
	.page-id-84324 .grafismo-item-7::before {
		display: none;
	}
}

.page-id-84324 .grafismo-item-8 {
	position: relative;
}
.page-id-84324 .grafismo-item-8::before {
	content: '';
	display: block;
	width: 228px;
	height: 710px;
	position: absolute;
	bottom: initial;
	top: -280px;
	left: initial;
	right: 0;
	background: url('assets/grafismo-servicos-view-8.svg') no-repeat left center;
}
@media (max-width: 1700px) {
	.page-id-84324 .grafismo-item-8::before {
		width: 110px;
	}
}
@media (max-width: 1700px) {
	.page-id-84324 .grafismo-item-8::before {
		width: 70px;
		top: -220px;
	}
}
@media (max-width: 1200px) {
	.page-id-84324 .grafismo-item-8::before {
		display: none;
	}
}

#lista-do-software h3 {
	font-size: 24px !important;
	margin: 10px 0 13px;
}

#lista-do-software.servicos-view .titulo-do-block {
	font-size: 32px !important;
	font-weight: bold !important;
	line-height: 42px !important;
	margin-bottom: 14px !important;
}
#lista-do-software.servicos-view .titulo-do-block b ,
#lista-do-software.servicos-view .titulo-do-block strong {
	font-weight: bold !important;
}
#lista-do-software.servicos-view .subtitulo-do-bloco {
	color: #404040 !important;
	font-size: 24px !important;
	line-height: 34px !important;
	margin-bottom: 14px !important;
}
#lista-do-software.servicos-view .texto-do-bloco {
	font-size: 18px !important;
	line-height: 30px !important;
}

.page-id-83814 .setores-atendidos.porque-servico .container {
	position: relative;
	z-index: 2;
	border-top: solid 1px #F3BE1E;
	background: #fff !important;
}
.page-id-83814 .setores-atendidos.porque-servico .max-w-2xl {
	max-width: 1016px;
}
.page-id-83814 .setores-atendidos.porque-servico .max-w-2xl p {
	color: #001D40;
}
.page-id-83814 .setores-atendidos.porque-servico .botao-azul ,
.page-id-83814 .setores-atendidos-colorido .botao-azul {
	background: transparent;
}
.page-id-83814 .setores-atendidos .bg-white {
	background: transparent !important;
}


.page-id-83814 .bloco-informacao-botoes .grid-cols-1 {
	grid-template-columns: 500px 1fr;
}
.page-id-83814 .bloco-informacao-botoes .grid-cols-1 div {
	width: 100%;
}


.page-id-83814 .setores-atendidos-colorido .setores-atendidos-bloco-icone {
	background: transparent;
}
.page-id-83814 .setores-atendidos-colorido .setores-atendidos-card {
	background-color: #F1F1F1;
}


.lista-assinatura {
	display: none;
}
.lista-assinatura.ativo {
	flex-wrap: wrap;
	display: flex;
	gap: 20px;
	justify-content: center;
}
.btn-assinatura-lista {
	color: #001D40;
	font-size: 18px;
	font-family: 'Roboto';
	display: inline-block;
	padding: 10px 20px;
	cursor: pointer;
	border: none;
	border-radius: 7px;
	background: #F0F0F0;
}
.btn-assinatura-lista.ativo {
	color: #fff;
	cursor: initial;
	background: #700F0E;
}


.page-id-83814 #image-277-13 {
	display: none;
}

.page-id-83814 .grafismo-1 {
	position: relative;
}
.page-id-83814 .grafismo-1::before {
	content: '';
	display: block;
	width: 275px;
	height: 1161px;
	position: absolute;
	bottom: -550px;
	left: 0;
	background: url('assets/grafismo-software-view-1.svg') center right;
}
@media (max-width: 1850px) {
	.page-id-83814 .grafismo-1::before {
		width: 200px;
	}
}
@media (max-width: 1700px) {
	.page-id-83814 .grafismo-1::before {
		width: 130px;
	}
}
@media (max-width: 1500px) {
	.page-id-83814 .grafismo-1::before {
		width: 60px;
	}
}
@media (max-width: 1200px) {
	.page-id-83814 .grafismo-1::before {
		display: none;
	}
}

.page-id-83814 #clientes-software {
	position: relative;
}
.page-id-83814 #clientes-software::before {
	content: '';
	display: block;
	width: 289px;
	height: 729px;
	position: absolute;
	right: 0;
	bottom: -500px;
	background: url('assets/grafismo-software-view-2.svg') center left;
}
@media (max-width: 1850px) {
	.page-id-83814 #clientes-software::before {
		width: 230px;
	}
}
@media (max-width: 1700px) {
	.page-id-83814 #clientes-software::before {
		width: 130px;
	}
}
@media (max-width: 1500px) {
	.page-id-83814 #clientes-software::before {
		width: 60px;
	}
}
@media (max-width: 1200px) {
	.page-id-83814 #clientes-software::before {
		display: none;
	}
}

.page-id-83814 .grafismo-3 {
	position: relative;
}
.page-id-83814 .grafismo-3::before {
	content: '';
	display: block;
	width: 256px;
	height: 1161px;
	position: absolute;
	left: 0;
	top: -150px;
	background: url('assets/grafismo-software-view-3.svg') center right;
}
@media (max-width: 1850px) {
	.page-id-83814 .grafismo-3::before {
		width: 190px;
	}
}
@media (max-width: 1700px) {
	.page-id-83814 .grafismo-3::before {
		width: 100px;
	}
}
@media (max-width: 1500px) {
	.page-id-83814 .grafismo-3::before {
		width: 40px;
	}
}
@media (max-width: 1200px) {
	.page-id-83814 .grafismo-3::before {
		display: none;
	}
}

.page-id-83814 .grafismo-4 {
	position: relative;
}
.page-id-83814 .grafismo-4::before {
	content: '';
	display: block;
	width: 273px;
	height: 748px;
	position: absolute;
	right: -20px;
	top: 30px;
	transform: scale(.85);
	background: url('assets/grafismo-software-view-4.svg') center left;
}
@media (max-width: 1850px) {
	.page-id-83814 .grafismo-4::before {
		width: 200px;
	}
}
@media (max-width: 1700px) {
	.page-id-83814 .grafismo-4::before {
		width: 130px;
		right: 0;
		transform: initial;
	}
}
@media (max-width: 1700px) {
	.page-id-83814 .grafismo-4::before {
		display: none
	}
}

.page-id-83814 .grafismo-5 {
	position: relative;
}
.page-id-83814 .grafismo-5::before {
	content: '';
	display: block;
	width: 223px;
	height: 722px;
	position: absolute;
	left: 0;
	top: -100px;
	background: url('assets/grafismo-software-view-5.svg') center right;
}
@media (max-width: 1850px) {
	.page-id-83814 .grafismo-5::before {
		width: 180px;
	}
}
@media (max-width: 1700px) {
	.page-id-83814 .grafismo-5::before {
		width: 100px;
	}
}
@media (max-width: 1500px) {
	.page-id-83814 .grafismo-5::before {
		display: none;
	}
}

.page-id-83814 .grafismo-6 {
	position: relative;
}
.page-id-83814 .grafismo-6::before {
	content: '';
	display: block;
	width: 230px;
	height: 1161px;
	position: absolute;
	right: 0;
	top: -250px;
	background: url('assets/grafismo-software-view-6.svg') center left;
}
@media (max-width: 1850px) {
	.page-id-83814 .grafismo-6::before {
		width: 180px;
	}
}
@media (max-width: 1700px) {
	.page-id-83814 .grafismo-6::before {
		width: 100px;
	}
}
@media (max-width: 1500px) {
	.page-id-83814 .grafismo-6::before {
		display: none
	}
}

.page-id-83814 .porque-servico {
	position: relative;
}
.page-id-83814 .porque-servico::before {
	content: '';
	display: block;
	width: 283px;
	height: 1161px;
	position: absolute;
	left: 0;
	top: -150px;
	background: url('assets/grafismo-software-view-7.svg') center left;
}
@media (max-width: 1500px) {
	.page-id-83814 .porque-servico::before {
		display: none;
	}
}

.page-id-83814 #passo-a-passo {
	position: relative;
}
.page-id-83814 #passo-a-passo::before {
	content: '';
	display: block;
	width: 262px;
	height: 1161px;
	position: absolute;
	right: 0;
	top: -150px;
	background: url('assets/grafismo-software-view-8.svg') center left;
}
@media (max-width: 1500px) {
	.page-id-83814 #passo-a-passo::before {
		display: none;
	}
}

.page-id-83814 #motivacao {
	position: relative;
}
.page-id-83814 #motivacao::before {
	content: '';
	display: block;
	width: 192px;
	height: 559px;
	position: absolute;
	left: 0;
	top: 30px;
	background: url('assets/grafismo-software-view-9.svg') center right;
}
@media (max-width: 1200px) {
	.page-id-83814 #motivacao::before {
		display: none;
	}
}

.page-id-83814 .grafismo-10 {
	position: relative;
}
.page-id-83814 .grafismo-10::before {
	content: '';
	display: block;
	width: 215px;
	height: 559px;
	position: absolute;
	right: 0;
	top: 460px;
	background: url('assets/grafismo-software-view-10.svg') center left;
}
@media (max-width: 1850px) {
	.page-id-83814 .grafismo-10::before {
		width: 180px;
	}
}
@media (max-width: 1700px) {
	.page-id-83814 .grafismo-10::before {
		width: 100px;
	}
}
@media (max-width: 1500px) {
	.page-id-83814 .grafismo-10::before {
		display: none;
	}
}

.page-id-83814 #planos-precos {
	position: relative;
}
.page-id-83814 #planos-precos::before {
	content: '';
	display: block;
	width: 257px;
	height: 559px;
	position: absolute;
	left: 0;
	top: 1000px;
	background: url('assets/grafismo-software-view-11.svg') center right;
}
@media (max-width: 1200px) {
	.page-id-83814 #planos-precos::before {
		display: none;
	}
}
.page-id-83814 #planos-precos::after {
	content: '';
	display: block;
	width: 249px;
	height: 559px;
	position: absolute;
	right: 0;
	bottom: 150px;
	background: url('assets/grafismo-software-view-12.svg') center right;
}
@media (max-width: 1200px) {
	.page-id-83814 #planos-precos::after {
		display: none;
	}
}

.page-id-83814 .grafismo-13 {
	position: relative;
}
.page-id-83814 .grafismo-13::before {
	content: '';
	display: block;
	width: 199px;
	height: 559px;
	position: absolute;
	left: 0;
	top: -300px;
	background: url('assets/grafismo-software-view-13.svg') center right;
}
@media (max-width: 1500px) {
	.page-id-83814 .grafismo-13::before {
		display: none;
	}
}


.secao-conteudo-servicos-view {
	display: flex;
	gap: 35px;
	flex-direction: column;
  width: 100%;
}
.secao-conteudo-servicos-view :is(h1, h2, h3, h4, h5, h6) {
	color: #001D40;
	font-size: 36px !important;
	font-weight: 500 !important;
	font-family: 'Montserrat' !important;
	line-height: 42px !important;
	margin: 0;
}
@media (max-width:580px) {
	.secao-conteudo-servicos-view :is(h1, h2, h3, h4, h5, h6) {
		font-size: 26px !important;
		line-height: 36px !important;
	}
}
.secao-conteudo-servicos-view p {
	color: #737373;
	font-size: 18px;
	line-height: 30px;
	width: 100%;
	margin: 0 0 15px;
}
.secao-conteudo-servicos-view p:last-child {
	margin: 0;
}
.secao-conteudo-servicos-view figure {
	width: 95%;
	max-width: 1280px;
	margin: 0 auto;
}
.secao-conteudo-servicos-view figure img {
	width: 100%;
}

/* serviços view */
.page-id-84324 section {
	margin: 0;
}

.espaco-informacoes-servicos-view {
	padding: 75px 20px !important;
}
.sem-espaco-informacoes-servicos-view {
	padding: 0 20px !important;
}

.banner-servicos-view .info-items-list {
	margin: 0 0 15px;
}

#banner #div_block-14-13 {
	padding: 0 0 0 20px;
}
@media (max-width: 580px) {
	#banner #div_block-14-13 {
		padding: 0;
	}
}
/*
.banner-servicos-view #div_block-14-13 img {
	width: 782px;
	max-width: initial;
	height: initial;
	transform: translateX(100px);
}
@media (max-width: 1500px) {
	.banner-servicos-view #div_block-14-13 img {
		width: 680px;
		transform: translateX(40px);
	}
}
@media (max-width: 1200px) {
	.banner-servicos-view #div_block-14-13 img {
		width: 100%;
		transform: initial;
	}
}
	*/


/* START Máscara para hexágono */
.hexagon {
	width: 100%;
	aspect-ratio: 693 / 694;
}
#banner .hexagon {
	width: 720px;
	transform: translateX(131px);
}
@media (max-width: 850px) {
	#banner .hexagon {
		width: 100%;
		transform: initial;
	}
}
.hexagon-shadow {
	width: 100%;
	aspect-ratio: 693 / 694;
	filter: drop-shadow(0 10px 54px rgba(0,0,0,0.25));
}
#banner .hexagon-shadow ,
.banner-cursos .hexagon-shadow {
	width: 720px;
	transform: translateX(131px);
}
@media (max-width: 850px) {
	#banner .hexagon-shadow ,
	.banner-cursos .hexagon-shadow {
		width: 100%;
		transform: initial;
	}
}
.hexagon-mask {
	width: 100%;
	height: 100%;
	clip-path: url(#precise-hexagon-mask);
	overflow: hidden; 
}
.hexagon-mask img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 0;
}
.svg-hexagon-mask { position: absolute; width: 0; height: 0; overflow: hidden; }
/* END Máscara para hexágono */


@media (max-width: 580px) {
	#historia .ct-new-columns {
		flex-direction: column;
	}
}

/* Serviços lista */

#motivacao > div > div.gap-12 .grid > div { padding: 5em 2.3em !important; }
#motivacao > div > div.gap-12 .grid > div img { border-radius: 0 !important; }
#motivacao > div > div.gap-12 .grid > div h3 { margin-bottom: 16px !important; }

@media (max-width: 580px) {
	#motivacao > div > div.gap-12 .grid > div { padding: 50px 20px !important; }
}

/* históticos */

#trajetoria .card-trajetoria { transition: .3s;}
#trajetoria .card-trajetoria:hover { background: #F3BE1E; }
#trajetoria .card-trajetoria .card-trajetoria-icone { transition: .3s; }
#trajetoria .card-trajetoria:hover .card-trajetoria-icone { transform: rotate(12deg); }
#trajetoria .card-trajetoria .card-trajetoria-numero { transition: .3s; }
#trajetoria .card-trajetoria:hover .card-trajetoria-numero { transform: scale(1.1); }

/* certificações */

.toggle-certificacoes-icone-lupa { position: relative; }
.toggle-certificacoes-icone-lupa svg {
	fill: #001d40;
	display: block;
	width: 18px;
	height: 18px;
	position: absolute;
	bottom: -28px;
	left: 0;
	z-index: 1;
}

/* Blog view - Autor e comentários */

.box-autor {
	align-items: center;
	display: grid;
	gap: 32px;
	grid-template-columns: 120px 1fr;
	margin-bottom: 62px;
	padding: 24px 44px 24px 30px;
	box-shadow: 0 14px 24px 0 rgba(0,0,0,.1);
	border-radius: 20px;
	background: #fff;
}
@media (max-width: 580px) {
	.box-autor {
		grid-template-columns: 1fr;
	}
}

.box-autor .hexagon {
	max-width: 120px;
}

.box-autor .box-autor-info span {
	color: #8C8C8C;
	font-size: 14px;
	font-family: 'Montserrat';
	line-height: 18px;
	display: block;
}
.box-autor .box-autor-info h3 {
	color: #0E4693;
	font-size: 18px;
	font-weight: 600;
	font-family: 'Montserrat';
	line-height: 22px;
	margin: 3px 0 7px;
}
.box-autor .box-autor-info p {
	color: #666;
	font-size: 14px;
	line-height: 24px;
	margin: 0 0 17px;
}
.box-autor .box-autor-info a {
	display: inline-block;
}
.box-autor .box-autor-info svg {
	height: 20px;
}

.box-comentarios h3 {
	color: #090751;
	font-size: 20px;
	font-family: 'Montserrat';
	line-height: 30px;
	margin-bottom: 27px;
}

.box-comentarios .box-comentarios-campo {
	margin-bottom: 36px;
	padding: 24px;
	border-radius: 20px;
	background: #F8F8F8;
}
.box-comentarios .box-comentarios-campo-legenda {
	color: #7A7A7A;
	font-size: 20px;
	font-weight: 600;
	font-family: 'Montserrat';
	margin-bottom: 10px;
}
.box-comentarios .box-comentarios-campo textarea {
	color: #6B7280;
	font-size: 14px;
	font-family: 'Roboto';
	line-height: 24px;
	width: 100%;
	max-width: 570px;
	height: 98px;
	padding: 9px 13px;
	border: none;
	border-radius: 7px;
	background: #fff;
}

.box-comentarios .box-comentarios-card {
	padding: 46px 24px 24px;
	border-radius: 20px;
	background: #fff;
}

.box-comentarios .box-comentarios-card-head {
	align-items: center;
	display: grid;
	gap: 16px;
	grid-template-columns: 80px 1fr;
	margin-bottom: 28px;
}
.box-comentarios .box-comentarios-card-head h4 {
	color: #001D40;
	font-size: 20px;
	font-weight: 600;
	font-family: 'Montserrat';
	margin: 0 0 5px;
}
.box-comentarios .box-comentarios-card-head p {
	color: #7A7A7A;
	font-size: 16px;
	font-weight: 600;
	line-height: 26px;
	margin: 0;
}

.box-comentarios .box-comentarios-card-text p {
	color: #737373;
	font-size: 16px;
	line-height: 32px;
	margin: 0;
}
@media (max-width: 580px) {
	.box-comentarios .box-comentarios-card-text p {
		line-height: 26px;
	}
}

/* case view */

.hexagono-case-view { position: relative; }
.hexagono-case-view::before {
	content: '';
	display: block;
	width: 317px;
	height: 1224px;
	position: absolute;
	top: -580px;
	left: 0;
	z-index: 1;
	background: url('assets/grafismo-case-view.svg') no-repeat right center;
}
.wp-admin .hexagono-case-view::before {
	display: none;
}
@media (max-width: 1700px) {
	.hexagono-case-view::before {
		width: 200px;
	}
}
@media (max-width: 1500px) {
	.hexagono-case-view::before {
		width: 100px;
	}
}
@media (max-width: 1400px) {
	.hexagono-case-view::before {
		display: none;
	}
}

/* Qualidade - fancybox icon */

.preview-image-zoom {
	position: relative;
}
.preview-image-zoom svg {
	fill: #001d40;
	display: block;
	width: 25px;
	height: 25px;
	position: absolute;
	bottom: 0;
	left: 5px;
	z-index: 1;
}
@media (max-width: 580px) {
	.preview-image-zoom svg {
		width: 20px;
		height: 20px;
	}
}


/* Cursos Hero */

.banner-cursos {
	position: relative;
}

.banner-cursos-grid {
	display: grid;
	grid-template-columns: repeat(3,1fr);
	gap: 25px;
	width: 100%;
	margin-bottom: 30px;
}

.banner-cursos-card {
	text-align: center;
	padding: 20px 15px;
	border-radius: 13px;
	background: #F1F1F1;
}
@media (max-width: 580px) {
	.banner-cursos-card {
		margin-bottom: 10px;
	}
}

.banner-cursos-card-numero {
	color: #001D40;
	font-size: 48px;
	font-weight: bold;
	font-family: 'Montserrat';
	display: block;
}
.banner-cursos-card-numero-nota {
	font-size: 24px;
}

.banner-cursos-card-info {
	color: #001D40;
	font-size: 16px;
	line-height: 32px;
	display: block;
}

.banner-cursos-alunos {
	align-items: center;
	display: grid;
	grid-template-columns: 90px 1fr;
	gap: 12px;
	margin-bottom: 35px;
}
.banner-cursos-alunos img {
	object-fit: contain;
	border-radius: 0;
}
.banner-cursos-alunos p {
	color: #001D40;
	font-size: 16px;
	margin: 0;
}

/* Seção instrutor */

.secao-instrutor {
	padding: 50px 20px 0;
}

.instrutor-container {
	max-width: 1000px;
	margin: 0 auto;
}

.instrutor-titulo {
	text-align: center;
	margin: 0 0 50px;
}
@media (max-width:580px) {
	.instrutor-titulo {
		margin: 0 0 30px;
	}
}
.instrutor-titulo h2 {
	color: #001D40;
	font-size: 48px;
	font-weight: bold;
	font-family: 'Montserrat';
	line-height: 58px;
	margin: 0;
}
@media (max-width: 580px) {
	.instrutor-titulo h2 {
		font-size: 32px;
		line-height: 42px;
	}
}

.instrutor-grid {
	align-items: center;
	display: grid;
	gap: 50px;
	grid-template-columns: repeat(2,1fr);
}
@media (max-width: 580px) {
	.instrutor-grid {
		grid-template-columns: 1fr;
	}
}

.instrutor-content {
	max-width: 365px;
	margin: 0 auto;
}
.instrutor-content h3 {
	color: #666;
	font-size: 24px;
	line-height: 34px;
	margin: 0 0 10px;
}
@media (max-width: 580px) {
	.instrutor-content h3 {
		font-size: 20px;
		line-height: 30px;
	}
}
.instrutor-content p {
	color: #666;
	font-size: 16px;
	line-height: 24px;
	margin: 0 0 20px;
}
.instrutor-content p:last-child {
	margin: 0;
}

.instrutor-image {
	text-align: center;
}

.instrutor-link {
	text-align: center;
	margin: 40px 0 0;
}

/* CTA de cursos */

.cta-cursos {
	padding: 20px;
}

.cta-cursos-container {
	width: 1700px;
	max-width: 100%;
	margin: 0 auto;
	padding: 170px 24px;
	border-radius: 20px;
	background: #01002A;
}
@media (max-width: 580px) {
	.cta-cursos-container {
		padding: 60px 30px;
	}
}

.cta-cursos-content {
	text-align: center;
	width: 850px;
	max-width: 100%;
	margin: 0 auto;
}
.cta-cursos-content h2 {
	color: #F3BE1E;
	font-size: 36px;
	font-weight: 600;
	font-family: 'Montserrat';
	margin-bottom: 30px;
}
@media (max-width: 580px) {
	.cta-cursos-content h2 {
		font-size: 26px;
		line-height: 36px;
	}
}
.cta-cursos-content p {
	color: #fff;
	font-size: 18px;
	line-height: 28px;
	margin: 0;
}
@media (max-width: 580px) {
	.cta-cursos-content p {
		font-size: 16px;
		line-height: 26px;
	}
}
.cta-cursos-content a {
	color: #fff;
	font-weight: 600;
	transition: .3s;
}
.cta-cursos-content a:hover {
	color: #F3BE1E;
}

/* Módulos dos cursos */

#modulos-curso summary {
	padding-right: 36px;
	position: relative;
}
#modulos-curso summary::marker {
	font-size: 0;
}
#modulos-curso summary svg {
	width: 26px;
	height: 16px;
	position: absolute;
	top: 50%;
	right: 0;
	transition: .3s;
	transform: translateY(-50%);
}
@media (max-width: 580px) {
	#modulos-curso summary svg {
		width: 18px;
	}
}
#modulos-curso details[open] summary svg {
	transform: translateY(-50%) rotate(180deg);
}

/* Avaliação dos alunos */

.secao-avaliacao-alunos {
	padding: 50px 20px 13px;
}

.avaliacao-container {
	max-width: 1200px;
	margin: 0 auto;
}

.avaliacao-titulo {
	align-items: center;
	display: flex;
	gap: 10px;
	margin-bottom: 20px;
}
@media (max-width: 580px) {
	.avaliacao-titulo {
		gap: 15px;
	}
}
.avaliacao-titulo h2 {
	color: #0B3B7D;
	font-size: 32px;
	font-weight: 600;
	font-family: 'Montserrat';
	line-height: 42px;
	margin: 0;
}
@media (max-width: 580px) {
	.avaliacao-titulo h2 {
		font-size: 26px;
		line-height: 36px;
	}
}

.avaliacao-dados {
	display: grid;
	gap: 40px;
	grid-template-columns: repeat(2,1fr);
	padding: 24px;
	border-radius: 20px;
	background: #fff;
}
@media (max-width: 850px) {
	.avaliacao-dados {
		grid-template-columns: 1fr;
	}
}

.avaliacao-media {
	align-items: center;
	display: flex;
	gap: 15px;
	margin: 0 0 30px;
}
.avaliacao-media span {
	color: #0B3B7D;
	font-size: 54px;
	font-weight: 600;
	font-family: 'Montserrat';
	line-height: 64px;
}

.avaliacao-media-base svg {
	width: 125px;
	max-width: 100%;
}
.avaliacao-media-base p {
	color: #0B3B7D;
	font-size: 16px;
	line-height: 18px;
	margin: 2px 0 0;
}

.avaliacao-estrelas-quantidade {
	align-items: center;
	display: flex;
	gap: 6px;
}
.avaliacao-estrelas-quantidade p {
	color: #0B3B7D;
	font-size: 20px;
	font-weight: 500;
	margin: 0;
}
.avaliacao-estrelas-quantidade svg {
	width: 24px;
}

.avaliacao-estrelas-quantidade-linha {
	display: block;
	width: 100%;
	height: 4px;
	margin-right: 10px;
	position: relative;
	background: #D9D9D9;
}
.avaliacao-estrelas-quantidade-linha span {
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	background: #001D40;
}

.avaliacao-detalhes > p {
	color: #0B3B7D;
	font-size: 16px;
	font-weight: bold;
	margin: 0 0 40px;
}
@media (max-width: 580px) {
	.avaliacao-detalhes > p {
		margin: 0 0 20px;
	}
}

.avaliacao-detalhes-grid {
	display: grid;
	gap: 24px;
	grid-template-columns: repeat(2,1fr);
	margin: 0 0 24px;
}
@media (max-width: 580px) {
	.avaliacao-detalhes-grid {
		gap: 15px;
	}
}

.avaliacao-detalhes-card-azul {
	align-items: center;
	display: grid;
	gap: 17px;
	grid-template-columns: 34px 1fr;
	padding: 24px 20px;
	border-radius: 20px;
	background: #DCECFD;
}
@media (max-width: 580px) {
	.avaliacao-detalhes-card-azul {
		text-align: center;
		align-items: initial;
		gap: 10px;
		grid-template-columns: 1fr;
		padding: 20px 8px;
		border-radius: 7px;
	}
}
.avaliacao-detalhes-card-azul svg {
	width: 100%;
}

.avaliacao-detalhes-card-azul-info span {
	color: #0E4693;
	font-size: 24px;
	font-weight: bold;
	font-family: 'Montserrat';
	line-height: 20px;
	display: block;
}
.avaliacao-detalhes-card-azul-info p {
	color: #0063C1;
	font-size: 12px;
	line-height: 18px;
	margin: 0;
}

.avaliacao-detalhes-card-laranja {
	align-items: center;
	display: grid;
	gap: 17px;
	grid-template-columns: 34px 1fr;
	padding: 24px 20px;
	border-radius: 20px;
	background: #FFF7EB;
}
@media (max-width: 580px) {
	.avaliacao-detalhes-card-laranja {
		border-radius: 7px;
	}
}
.avaliacao-detalhes-card-laranja svg {
	width: 100%;
}

.avaliacao-detalhes-card-laranja-info span {
	color: #C66C00;
	font-size: 15px;
	font-weight: bold;
	font-family: 'Montserrat';
	line-height: 18px;
	display: block;
}
.avaliacao-detalhes-card-laranja-info p {
	color: #C66C00;
	font-size: 14px;
	line-height: 18px;
	margin: 3px 0 0;
}

.avaliacao-lista {
	margin: 50px 0 0;
}
.avaliacao-lista > h3 {
	color: #0B3B7D;
	font-size: 20px;
	font-weight: bold;
	font-family: 'Montserrat';
	margin: 0 0 27px;
}

.avaliacao-card {
	margin: 0 0 35px;
	padding: 35px 24px;
	border-radius: 20px;
	background: #fff;
}
.avaliacao-card:last-child {
	margin: 0;
}

.avaliacao-card-head {
	align-items: center;
	display: grid;
	gap: 40px;
	grid-template-columns: 1fr 75px;
	width: 100%;
	margin: 0 0 40px;
}
@media (max-width: 580px) {
	.avaliacao-card-head {
		grid-template-columns: 1fr;
	}
}

.avaliacao-card-autor {
	align-items: center;
	display: grid;
	gap: 20px;
	grid-template-columns: 85px 1fr;
}

.avaliacao-card-autor-info h4 {
	color: #001D40;
	font-size: 20px;
	font-weight: bold;
	font-family: 'Montserrat';
	line-height: 30px;
	margin: 0;
}
.avaliacao-card-autor-info p {
	color: #001D40;
	font-size: 16px;
	line-height: 26px;
	margin: 0;
}

.avaliacao-card-nota {
	align-items: center;
	justify-content: center;
	display: flex;
	gap: 7px;
	width: 100%;
	height: 47px;
	border: solid 1px #D9D9D9;
	border-radius: 7px;
	background: #F1F1F1;
}
@media (max-width: 580px) {
	.avaliacao-card-nota {
		display: none;
	}
}
.avaliacao-card-nota svg {
	width: 24px;
}
.avaliacao-card-nota p {
	color: #001D40;
	font-size: 14px;
	font-weight: bold;
	margin: 0;
}

.avaliacao-card-titulo {
	align-items: center;
	display: grid;
	gap: 30px;
	grid-template-columns: 125px 1fr;
	margin: 0 0 25px;
}
@media (max-width: 580px) {
	.avaliacao-card-titulo {
		gap: 10px;
		grid-template-columns: 1fr;
	}
}
.avaliacao-card-titulo svg {
	max-width: 100%;
}
.avaliacao-card-titulo h5 {
	color: #0B3B7D;
	font-size: 16px;
	font-weight: bold;
	font-family: 'Montserrat';
	line-height: 26px;
	margin: 0;
}

.avaliacao-card-texto {
	color: #737373;
	font-size: 16px;
	line-height: 32px;
	margin: 0;
}


@media (max-width: 580px) {
	.banner-servicos-view #div_block-14-13 .hexagon-shadow {
		width: 100% !important;
		margin: 0 !important;
		transform: initial !important;
	}
}

@media (max-width: 580px) {
	#texto-completo > div {
		padding: 40px 20px 0 !important;
	}
}

@media (max-width: 580px) {
	#cta > div > div {
		gap: 40px !important;
	}
}

@media (max-width: 580px) {
	.setores-atendidos .setores-atendidos-card {
		padding: 0 !important;
	}
}

@media (max-width: 580px) {
	#modulos-curso > div {
		padding: 40px 20px !important;
	}
}

@media (max-width: 580px) {
	#lista-do-software .grid {
		grid-template-columns: 1fr !important;
	}
}

@media (max-width: 580px) {
	.wp-block-group {
		padding: 0 20px;
	}
	.wp-block-group :is(h1,h2,h3,h4,h5,h6) {
		font-size: 26px;
		line-height: 36px;
	}
}

@media (max-width: 580px) {
	#historia #div_block-278-13 {
		padding-top: 40px !important;
		padding-bottom: 40px !important;
	}
}

@media (max-width: 580px) {
	.wp-block-heading {
		font-size: 26px !important;
		line-height: 36px !important;
		text-align: left !important;
		padding: 0 20px;
	}
}

@media (max-width: 580px) {
	#bloco-informacao-imagem > div > div {
		gap: 40px !important;
	}
}

/* bloco recomendamos */

.bloco-recomendamos {
	padding: 20px 30px;
	border-left: solid 7px #F3BE1E;
	background: #fff;
}
.bloco-recomendamos span {
	color: #666;
	font-weight: bold;
	display: block;
	margin: 0 0 10px;
}
.bloco-recomendamos p {
	margin: 0 0 2px;
}
.bloco-recomendamos a {
	color: #F3BE1E;
	display: inline-block;
	text-decoration: none;
	transition: .3s;
}
.bloco-recomendamos a:hover {
	color: #001D40;
}