/*!*****************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./assets/scss/style.scss ***!
  \*****************************************************************************************************************/
.cmsmasters_counters.counters_type_vertical .cmsmasters_counter_wrap .cmsmasters_counter_subtitle {
  text-align: inherit;
}

.content_wrap.r_sidebar .sidebar {
  display: none;
}

.share_posts {
  display: none;
}

aside.cmsmasters_pings_list {
  display: none;
}

aside.post_comments {
  display: none;
}

div.comment-respond {
  display: none;
}

.product-page__section {
  margin-top: 5rem;
}
.product-page__header {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 2rem;
}
.product-page__image {
  justify-self: end;
}
.product-page__image img {
  max-width: 100%;
  width: 400px;
  height: 300px;
  object-fit: cover;
}
.product-page__product-description {
  margin-bottom: 2rem;
}
.product-page__benefits-section {
  text-align: center;
}
.product-page__benefits-title {
  margin-bottom: 4rem;
}
.product-page__benefits {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 2rem;
}
.product-page__benefit {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2rem;
}
.product-page__benefit-title {
  margin: 0;
}
.product-page__benefit-description {
  text-align: center;
}
.product-page__advantages-section {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
}
.product-page__advantages-subtitle {
  text-transform: uppercase;
}
.product-page__advantage {
  margin-bottom: 3rem;
}
.product-page__advantage-title-decor {
  color: #013a82;
}
.product-page__archive-section {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 2rem;
}
.product-page__archive-subtitle {
  text-transform: uppercase;
}
.product-page__archive {
  place-self: end;
}
.product-page__archive-card {
  max-width: 300px;
  background: rgb(238, 238, 34);
  padding: 2rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  color: #000;
}
.product-page__archive-card img {
  width: 30px;
  height: auto;
  max-width: 100%;
}
.product-page__archive-link {
  color: #000;
}
.product-page__archive-link:hover {
  color: #000;
}

@media (max-width: 1024px) {
  .product-page__section {
    margin-top: 5rem;
  }
  .product-page__header {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 2rem;
  }
  .product-page__image {
    justify-self: start;
  }
  .product-page__benefits {
    grid-template-columns: 1fr;
  }
  .product-page__advantages-section {
    grid-template-columns: 1fr;
  }
  .product-page__archive-section {
    grid-template-columns: 1fr;
  }
}
.system-page--legacy {
  margin-top: 5rem;
  margin-bottom: 5rem;
}
.system-page__section {
  margin-top: 5rem;
}
.system-page__section h2:first-child {
  margin-bottom: 4rem;
  text-align: center;
}
.system-page__section:last-child {
  margin-bottom: 5rem;
}
.system-page .intro-section {
  display: grid;
  grid-template-columns: 4fr 3fr;
  gap: 4rem;
  align-items: center;
}
.system-page .intro-section h2 {
  margin-bottom: 2rem !important;
  text-align: left !important;
}
.system-page .intro-section__image {
  max-width: 100%;
  height: auto;
  border-radius: 1rem;
}
.system-page .details-section .cmsmasters_tabs_list_item.current_tab a:after {
  background-color: rgb(238, 238, 34) !important;
}
.system-page .details-section .cmsmasters_tabs_list_item a:after {
  background-color: rgb(238, 238, 34) !important;
}
.system-page .details-section .cmsmasters_tabs_list_item:hover a:after {
  background-color: rgb(238, 238, 34) !important;
}
.system-page .applications-section__items-container {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 2rem;
}
.system-page .applications-section .application-item {
  display: flex;
  gap: 2rem;
}
.system-page .applications-section .application-item__image {
  width: 36px;
  height: 36px;
  object-fit: cover;
}
.system-page .advantages-section__items-container {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 2rem;
}
.system-page .advantages-section .advantage-card {
  background: #fff;
  box-shadow: 0px 2px 24px rgba(0, 0, 0, 0.06);
}
.system-page .advantages-section .advantage-card__image {
  width: 100%;
  height: auto;
  aspect-ratio: 10/6;
}
.system-page .advantages-section .advantage-card__body {
  padding: 2rem;
}
.system-page .advantages-section .advantage-card__title {
  padding-bottom: 2rem;
  margin-bottom: 2rem;
  border-bottom: #d8d8d8 solid 1px;
}
.system-page .catalog-section {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 2rem;
}
.system-page .catalog-section__title {
  text-align: left !important;
}
.system-page .catalog-section__subtitle {
  text-transform: uppercase;
}
.system-page .catalog-section__card {
  max-width: 300px;
  background: rgb(238, 238, 34);
  padding: 2rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  color: #000;
}
.system-page .catalog-section__card img {
  width: 30px;
  height: auto;
  max-width: 100%;
}
.system-page .catalog-section__link {
  color: #000;
}
.system-page .catalog-section__link:hover {
  color: #000;
}
.system-page .catalog-section__item {
  place-self: end;
}
.system-page .gallery-section__items-container {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 2rem;
}
.system-page .gallery-section .gallery-section-item {
  grid-column: span 2;
}
.system-page .gallery-section .gallery-section-item img {
  max-width: 100%;
  height: auto;
}
.system-page .gallery-section .gallery-section-item:nth-child(1) {
  grid-column: span 3;
}
.system-page .gallery-section .gallery-section-item:nth-child(2) {
  grid-column: span 3;
}
.system-page .cta-section {
  position: relative;
  background-image: url("https://sulmodulos.marke.com.br/wp-content/uploads/2019/01/WhatsApp-Image-2023-07-03-at-11.41.54-1-e1692456949497.jpg");
  background-position: center;
}
.system-page .cta-section__overlay {
  background-color: rgba(32, 63, 132, 0.76);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.system-page .cta-section__content {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
  padding: 3rem;
}
.system-page .cta-section h2 {
  text-align: left !important;
  margin-bottom: 0;
  color: #fff;
}
.system-page .cta-section__btn-container {
  justify-self: end;
  align-self: center;
}
.system-page .cta-section .cmsmasters_button {
  border-style: solid;
  background-color: rgb(238, 238, 34);
  color: rgb(10, 10, 10);
  border-color: #eeee22;
}
.system-page .cta-section .cmsmasters_button:hover {
  background-color: rgb(7, 60, 128);
  color: rgb(255, 255, 255);
  border-color: rgb(7, 60, 128);
}
.system-page .contact-section {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
}
.system-page .contact-section h2 {
  font-size: 32px;
  line-height: 38px;
  text-align: left !important;
  font-weight: 600;
}
.system-page .contact-section__info-container {
  display: flex;
  align-items: center;
}
.system-page .contact-section__card {
  background: #fff;
  box-shadow: 0px 2px 24px rgba(0, 0, 0, 0.06);
  padding: 3rem;
}
.system-page .contact-section__card input {
  background: inherit !important;
}

@media (max-width: 1024px) {
  .system-page .intro-section {
    gap: 2rem;
    grid-template-columns: 1fr;
  }
  .system-page .applications-section__items-container {
    grid-template-columns: 1fr;
  }
  .system-page .advantages-section__items-container {
    grid-template-columns: 1fr;
  }
  .system-page .gallery-section__items-container {
    grid-template-columns: 1fr 1fr;
  }
  .system-page .gallery-section .gallery-section-item:nth-child(1) {
    grid-column: span 2;
  }
  .system-page .gallery-section .gallery-section-item:nth-child(2) {
    grid-column: span 2;
  }
  .system-page .cta-section__content {
    grid-template-columns: 1fr;
    padding: 2rem;
  }
  .system-page .cta-section__btn-container {
    justify-self: center;
  }
  .system-page .catalog-section {
    grid-template-columns: 1fr;
  }
  .system-page .catalog-section__item {
    place-self: center;
  }
  .system-page .contact-section {
    grid-template-columns: 1fr;
  }
}
.line-page h3 {
  font-size: 28px !important;
}
.line-page__section {
  margin-top: 5rem;
}
.line-page__section h2:first-child {
  margin-bottom: 4rem;
  text-align: center;
}
.line-page__section:last-child {
  margin-bottom: 5rem;
}
.line-page .intro-section__items {
  display: grid;
  gap: 2rem;
  grid-template-columns: 1fr 1fr 1fr;
}
.line-page .intro-section .system-card {
  display: flex;
  flex-direction: column;
  background: #fff;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}
.line-page .intro-section .system-card__title {
  padding: 2rem;
  margin: 0;
  transition: all 0.3s ease-in-out;
}
.line-page .intro-section .system-card__image {
  max-width: 100%;
  height: 380px;
  object-fit: cover;
}
.line-page .intro-section .system-card:hover {
  box-shadow: 0px 2px 24px rgba(0, 0, 0, 0.08);
  transform: translateY(-12px);
}
.line-page .intro-section .system-card:hover .system-card__title {
  transform: translate(8px, -8px);
}
.line-page .leader-section__items-container {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 2rem;
}
.line-page .leader-section__item h3 {
  font-size: 21px;
  line-height: 27px;
}
.line-page .leader-section__item hr {
  margin-top: 20px;
  margin-bottom: 20px;
}
.line-page .leader-section__item img {
  margin-bottom: 30px;
}
.line-page .contact-section {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.line-page .contact-section h2 {
  font-size: 32px;
  line-height: 38px;
  text-align: left !important;
  font-weight: 600;
}
.line-page .contact-section__info-container {
  display: flex;
  align-items: center;
}
.line-page .contact-section__card {
  background: #fff;
  box-shadow: 0px 2px 24px rgba(0, 0, 0, 0.06);
  padding: 3rem;
}
.line-page .contact-section__card input {
  background: inherit !important;
}

@media (max-width: 1024px) {
  .line-page .intro-section__items {
    grid-template-columns: 1fr;
  }
  .line-page .leader-section__items-container {
    grid-template-columns: 1fr;
  }
  .line-page .contact-section {
    grid-template-columns: 1fr;
  }
}
.header_mid .mid_nav_wrap {
  float: unset !important;
}
.header_mid .mid_nav_wrap .mid_nav > li > a {
  padding: 0px 10px 0px !important;
}
.header_mid .mid_nav_wrap .navigation {
  display: flex;
  flex-wrap: wrap;
  height: 100%;
}
.header_mid .mid_nav_wrap .navigation .menu-item {
  height: auto;
}
.header_mid .mid_nav_wrap .navigation .nav_title {
  font-size: 16px;
  line-height: 22px;
}

.header_mid_inner {
  display: flex !important;
}

#slide_top {
  background: rgb(238, 238, 34);
  color: #000;
}
#slide_top:hover {
  background: rgba(238, 238, 34, 0.62);
}

.dotted-decorator {
  position: relative;
  padding-bottom: 50px;
  margin-top: 5rem;
}

.dotted-decorator::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 50px;
  background: radial-gradient(circle, #000 15%, transparent 15%);
  background-size: 5px 5px;
  opacity: 0.6;
}

.bottom_inner > aside {
  width: 100% !important;
}
.bottom_inner > aside figure {
  margin-bottom: 0 !important;
}

aside#block-13 {
  padding-bottom: 0 !important;
}

.systems-list {
  column-count: 4;
  column-gap: 6rem;
}
.systems-list__item a {
  text-decoration: none !important;
  font-size: 14px;
}
@media (max-width: 1024px) {
  .systems-list {
    column-count: 1;
    column-gap: 0;
  }
}

.breadcrumbs {
  margin-top: 5rem;
}

/*# sourceMappingURL=style.css.map*/