@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Nunito:ital,wght@0,200..1000;1,200..1000&display=swap");
@import url("https://static-files-intelbras.s3.us-east-2.amazonaws.com/Fontes/Intelbras+Sans/stylesheet.css");
@import url("https://static-files-intelbras.s3.us-east-2.amazonaws.com/Fontes/Museo+Sans/stylesheet.css");
html {
  scroll-behavior: smooth;
  font-family: "Intelbras Sans" !important;
  font-weight: 300;
  font-style: normal;
  font-size: 14px;
  line-height: 1;
}

p,
h1,
h2,
h3,
h4 {
  font-family: "Intelbras Sans" !important;
}

div {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.btn {
  text-decoration: none;
  border-radius: 4px;
  border: 1px solid var(--verde-padrao, #06cb3f);
  color: var(--verde-padrao, #06cb3f);
  text-align: center;
  background-color: #fff;
  /* Corpo 03 Bold */
  font-family: "Nunito", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  padding: 8px 14px;
}

.container {
  max-width: 1220px;
  margin: 0 auto;
  padding: 0 20px;
}
@media screen and (max-width: 767px) {
  .container {
    padding: 0 10px;
  }
}

header {
  padding: 30px 0;
}
header .logo-intelbras {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 767px) {
  header .logo-intelbras {
    margin: 0 auto;
  }
}
header .logo-intelbras img {
  width: 150px;
}

section.banner {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
  padding-top: 200px;
  padding-bottom: 150px;
}
@media screen and (max-height: 600px) {
  section.banner {
    padding-top: 100px;
  }
}
@media screen and (max-width: 900px) {
  section.banner {
    background-position: right top;
    background-color: rgba(0, 0, 0, 0.5019607843);
    background-blend-mode: multiply;
  }
}
@media screen and (max-width: 767px) {
  section.banner {
    padding-top: 300px;
    padding-bottom: 40px;
    background-position: center top;
    background-color: initial;
    background-blend-mode: initial;
  }
}
section.banner .content {
  max-width: 700px;
}
section.banner h1 {
  color: #fff;
  font-family: "Intelbras Sans";
  font-size: 64px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  margin-bottom: 20px;
}
@media screen and (max-width: 1100px) {
  section.banner h1 {
    max-width: 580px;
  }
}
@media screen and (max-width: 767px) {
  section.banner h1 {
    font-size: 45px;
    text-align: center;
  }
}
section.banner p {
  color: #fff;
  font-family: "Intelbras Sans";
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  max-width: 500px;
}
@media screen and (max-width: 767px) {
  section.banner p {
    font-size: 16px;
    text-align: center;
  }
}

.section-search-softwares .title {
  background: rgba(6, 203, 63, 0.1);
  padding: 120px 0px 150px;
}
@media screen and (max-width: 767px) {
  .section-search-softwares .title {
    padding: 40px 0px 150px;
  }
}
.section-search-softwares .title h2 {
  color: #06cb3f;
  text-align: center;
  font-family: "Intelbras Sans";
  font-size: 36px;
  font-style: normal;
  font-weight: 800;
  line-height: 44px; /* 122.222% */
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .section-search-softwares .title h2 {
    font-size: 30px;
    line-height: normal;
  }
}
.section-search-softwares .title p {
  color: #035144;
  text-align: center;
  font-family: "Intelbras Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px; /* 137.5% */
}
.section-search-softwares .block-search {
  width: 100%;
  border-radius: 14px;
  border: 1px solid var(--primria-verde-padro, #00b26b);
  background: var(--Sistema-Neutros-Branco, #fff);
  margin-top: -100px;
  padding-left: 100px;
  padding-right: 100px;
  padding-top: 50px;
  padding-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .section-search-softwares .block-search {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 20px;
    padding-bottom: 10px;
  }
}
.section-search-softwares .block-search .tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 2px solid #ddd;
  padding-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .section-search-softwares .block-search .tabs {
    padding-bottom: 10px;
    gap: 30px;
  }
}
.section-search-softwares .block-search .tab {
  color: #035144;
  font-family: "Intelbras Sans";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  text-align: left;
  padding: 10px 0px;
  border: none;
  background: none;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 767px) {
  .section-search-softwares .block-search .tab {
    font-size: 15px;
    -webkit-box-flex: inherit;
        -ms-flex: inherit;
            flex: inherit;
  }
}
.section-search-softwares .block-search .tab span {
  border-bottom: 5px solid transparent;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  display: inline-block;
  padding-bottom: 8px;
}
.section-search-softwares .block-search .tab.active {
  color: green;
}
.section-search-softwares .block-search .tab.active span {
  color: #035144;
  border-bottom: 3px solid green;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .section-search-softwares .block-search button[data-tab=software] {
    width: 130px;
  }
}
@media screen and (max-width: 767px) {
  .section-search-softwares .block-search button[data-tab=produto] {
    width: 130px;
  }
}
.section-search-softwares .block-search .tab-content {
  display: none;
  padding: 20px 0;
  position: relative;
}
.section-search-softwares .block-search .tab-content.active {
  display: block;
}
.section-search-softwares .block-search .search-input {
  position: relative;
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .section-search-softwares .block-search .search-input {
    margin-top: 10px;
  }
}
.section-search-softwares .block-search .search-input input {
  width: 100%;
  padding: 10px 0 10px 10px;
  border: 1px solid #ddd;
  border-radius: 5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 50px;
  color: var(--verde-escuro, #035144);
  font-family: "Museo Sans 300";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.section-search-softwares .block-search .search-input select {
  width: 100%;
  padding: 10px 0 10px 10px;
  border: 1px solid #ddd;
  border-radius: 5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 50px;
  color: var(--verde-escuro, #035144);
  font-family: "Museo Sans 300";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.section-search-softwares .block-search .search-input i.search-icon {
  cursor: pointer;
  padding: 5px;
  position: absolute;
  right: 15px;
  top: 9px;
  width: 24px;
  height: 24px;
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M17.6132 15.5158C18.7994 13.901 19.5 11.9073 19.5 9.75C19.5 4.36522 15.1348 0 9.75 0C4.36522 0 0 4.36522 0 9.75C0 15.1348 4.36522 19.5 9.75 19.5C11.9079 19.5 13.902 18.799 15.5171 17.6123L15.5158 17.6132C15.5601 17.6732 15.6093 17.7307 15.6636 17.785L21.4393 23.5607C22.0251 24.1465 22.9749 24.1465 23.5607 23.5607C24.1465 22.9749 24.1465 22.0251 23.5607 21.4393L17.785 15.6636C17.7307 15.6093 17.6732 15.5601 17.6132 15.5158ZM18 9.75C18 14.3063 14.3063 18 9.75 18C5.19365 18 1.5 14.3063 1.5 9.75C1.5 5.19365 5.19365 1.5 9.75 1.5C14.3063 1.5 18 5.19365 18 9.75Z' fill='%2306CB3F'/%3E%3C/svg%3E%0A");
  background-position: center;
  background-repeat: no-repeat;
  background-size: auto;
}
.section-search-softwares .block-search .search-input i.arrow-icon {
  padding: 5px;
  position: absolute;
  right: 15px;
  top: 9px;
  width: 24px;
  height: 24px;
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_2436_4039)'%3E%3Cpath d='M7.41 8.59L12 13.17L16.59 8.59L18 10L12 16L6 10L7.41 8.59Z' fill='%2306CB3F'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_2436_4039'%3E%3Crect width='24' height='24' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
  background-position: center;
  background-repeat: no-repeat;
  background-size: auto;
}
.section-search-softwares .block-search .search-results {
  list-style: none;
  padding: 0;
  margin-top: 10px;
  max-height: 150px;
  overflow-y: auto;
  display: none;
  border-radius: 8px;
  border: 1px solid var(--apoio-verde-claro-subtom-escuro, #cee5db);
  background: var(--intelbras-white, #fff);
  -webkit-box-shadow: 0px 8px 15px 0px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 8px 15px 0px rgba(0, 0, 0, 0.15);
}
.section-search-softwares .block-search .search-input input:focus + .search-results {
  display: block;
}
.section-search-softwares .block-search .search-results li {
  padding: 10px;
  cursor: pointer;
}
.section-search-softwares .block-search .search-results li:hover {
  background: #f0f0f0;
}
.section-search-softwares .block-search .autocomplete-results {
  position: absolute;
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
  width: 100%;
  max-height: 200px;
  padding: 10px 0;
  overflow-y: auto;
  display: none;
  border-radius: 8px;
  border: 1px solid var(--apoio-verde-claro-subtom-escuro, #cee5db);
  background: var(--intelbras-white, #fff);
  -webkit-box-shadow: 0px 8px 15px 0px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 8px 15px 0px rgba(0, 0, 0, 0.15);
  z-index: 99;
}
.section-search-softwares .block-search .autocomplete-results li {
  padding: 8px;
  cursor: pointer;
  color: var(--verde-escuro, #035144);
  font-family: "Museo Sans 300";
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}
.section-search-softwares .block-search .autocomplete-results li:hover {
  background: #f0f0f0;
}
.section-search-softwares .block-search #segmento {
  width: 100%;
  max-width: 575px;
  margin-left: auto;
  margin-right: auto;
}
.section-search-softwares .block-search #segmento .search-input {
  margin-top: 30px;
  margin-bottom: 0;
}
.section-search-softwares .block-search #segmento .search-input input {
  cursor: pointer;
  width: 100%;
  padding: 10px 0 10px 10px;
  border: 1px solid #ddd;
  border-radius: 5px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 50px;
  color: var(--verde-escuro, #035144);
  font-family: "Museo Sans 300";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.section-search-softwares .block-search #segmento #segmento-dropdown {
  position: absolute;
  -webkit-transform: translateY(10px);
  transform: translateY(10px);
  width: 100%;
  padding: 10px 0 0;
  overflow-y: auto;
  display: none;
  border-radius: 8px;
  border: 1px solid var(--apoio-verde-claro-subtom-escuro, #cee5db);
  background: var(--intelbras-white, #fff);
  -webkit-box-shadow: 0px 8px 15px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 8px 15px 0px rgba(0, 0, 0, 0.15);
  z-index: 99;
}
.section-search-softwares .block-search #segmento #segmento-dropdown #segmento-options li {
  padding: 10px 15px;
  color: var(--verde-escuro, #035144);
  /* Text sm/Regular */
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 142.857% */
}
.section-search-softwares .block-search #segmento #segmento-dropdown #btn-buscar-por-segmento {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 16px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  -ms-flex-item-align: stretch;
      align-self: stretch;
  background: var(--verde-padrao, #06cb3f);
  color: var(--Sistema-Neutros-Branco, #fff);
  text-align: center;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px; /* 142.857% */
  border: none;
  width: 100%;
  cursor: pointer;
}
.section-search-softwares #results h3 {
  color: var(--verde-escuro, #035144);
  font-family: "Museo Sans 300";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 23px; /* 127.778% */
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 0 16px;
}
.section-search-softwares #results .table-results {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow: hidden;
}
.section-search-softwares #results .table-results thead tr {
  text-align: left;
  color: var(--verde-escuro, #035144);
  /* Text xs/Medium */
  font-family: "Inter", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 18px; /* 150% */
}
.section-search-softwares #results .table-results tr {
  display: table;
  padding: 0 16px;
  border-bottom: 1px solid var(--cinza, #efefed);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 72px;
  width: 100%;
}
.section-search-softwares #results .table-results tr td {
  -ms-flex-line-pack: center;
      align-content: center;
  text-align: left;
  color: var(--verde-escuro, #035144);
  /* Text sm/Regular */
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 142.857% */
  padding: 0 15px;
}
.section-search-softwares #results .table-results tr th {
  -ms-flex-line-pack: center;
      align-content: center;
  padding: 0 15px;
}
.section-search-softwares #results .table-results thead {
  background: #eaf8ea;
  font-weight: bold;
}
.section-search-softwares #results .table-results tr:last-child {
  border-bottom: none;
}
.section-search-softwares #results .table-results td:first-child,
.section-search-softwares #results .table-results thead th:first-child {
  width: 15%;
}
.section-search-softwares #results .table-results td:nth-child(2),
.section-search-softwares #results .table-results thead th:nth-child(2) {
  width: 20%;
}
.section-search-softwares #results .table-results td:nth-child(3),
.section-search-softwares #results .table-results thead th:nth-child(3) {
  width: 45%;
}
.section-search-softwares #results .table-results td:nth-child(4),
.section-search-softwares #results .table-results thead th:nth-child(4) {
  width: 20%;
}
.section-search-softwares #results .table-results .tag {
  display: inline-block;
  padding: 6px 10px;
  border-radius: 15px;
  background: #e0f3e0;
  color: #268c26;
  font-size: 14px;
  margin-right: 5px;
}
.section-search-softwares #results .table-results .btn {
  padding: 8px 14px;
  border: 1px solid #268c26;
  background: none;
  color: #268c26;
  border-radius: 5px;
  cursor: pointer;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  float: right;
}
.section-search-softwares #results .table-results .btn:hover {
  background: #268c26;
  color: white;
}

.subrow-softwares {
  background-color: #fff;
}
.subrow-softwares table.table-subsoftwares tr {
  background-color: #fff;
}

.results-section {
  position: relative;
  min-height: 30px;
  margin-top: 70px;
}
.results-section .loader {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 2rem 0;
  position: absolute;
  top: 0px;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 200;
}
.results-section .spinner {
  width: 40px;
  height: 40px;
  border: 4px solid #ccc;
  border-top: 4px solid #00795f;
  border-radius: 50%;
  -webkit-animation: spin 0.8s linear infinite;
          animation: spin 0.8s linear infinite;
  margin-top: 5px;
}
@-webkit-keyframes spin {
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes spin {
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

#modal-products.modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#modal-products.modal-overlay .modal-content {
  margin-top: 20px;
  margin-left: 20px;
  margin-right: 20px;
  border-radius: 14px;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(60%, #fff), color-stop(60%, #efefed));
  background: linear-gradient(0deg, #fff 60%, #efefed 60%);
  padding: 0 100px 10px 100px;
  width: 100%;
  max-width: 1108px;
  height: 100%;
  max-height: 90vh;
  border-radius: 8px;
  position: relative;
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
  opacity: 0;
  -webkit-animation: modalFadeIn 0.4s ease-out forwards;
          animation: modalFadeIn 0.4s ease-out forwards;
}
@media screen and (max-width: 767px) {
  #modal-products.modal-overlay .modal-content {
    padding: 0 10px 10px 10px;
    margin-top: 0;
    margin-left: 10px;
    margin-right: 10px;
    max-height: 95vh;
  }
}
#modal-products.modal-overlay .modal-close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  background: transparent;
  border: none;
  font-size: 2rem;
  cursor: pointer;
  line-height: 1;
  color: #333;
  width: 44px;
  height: 44px;
  background-color: #fff;
  border-radius: 99px;
}
@media screen and (max-width: 767px) {
  #modal-products.modal-overlay .modal-close {
    top: 5px;
    right: 5px;
  }
}
#modal-products.modal-overlay #compatible-products .software-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
  margin-bottom: 2rem;
}
@media screen and (max-width: 767px) {
  #modal-products.modal-overlay #compatible-products .software-info {
    gap: 15px;
  }
}
#modal-products.modal-overlay #compatible-products .software-info figure {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 0px 0px 14px 14px;
  background: var(--Sistema-Neutros-Branco, #fff);
  -webkit-box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.1);
  width: 200px;
  height: 200px;
  padding: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  #modal-products.modal-overlay #compatible-products .software-info figure {
    width: 120px;
    height: 116px;
  }
}
#modal-products.modal-overlay #compatible-products .software-info figure .software-img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
#modal-products.modal-overlay #compatible-products .software-info figure .product-img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
#modal-products.modal-overlay #compatible-products .software-info .software-meta {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
#modal-products.modal-overlay #compatible-products .software-info .software-meta h3 {
  margin-top: 40px;
  margin-bottom: 10px;
  color: var(--verde-escuro, #035144);
  font-family: "Intelbras Sans";
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
@media screen and (max-width: 767px) {
  #modal-products.modal-overlay #compatible-products .software-info .software-meta h3 {
    font-size: 27px;
  }
}
#modal-products.modal-overlay #compatible-products .software-info .software-meta .description {
  margin-bottom: 10px;
  color: var(--verde-escuro, #035144);
  font-family: "Intelbras Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
#modal-products.modal-overlay #compatible-products .software-info .software-meta p.segmento {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 2px 8px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 16px;
  background: rgba(6, 203, 63, 0.2);
  color: var(--verde-escuro, #035144);
  text-align: center;
  /* Text xs/Medium */
  font-family: "Inter", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 18px; /* 150% */
}
#modal-products.modal-overlay #compatible-products .product-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
  margin-bottom: 2rem;
}
@media screen and (max-width: 767px) {
  #modal-products.modal-overlay #compatible-products .product-info {
    gap: 15px;
  }
}
#modal-products.modal-overlay #compatible-products .product-info figure {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 0px 0px 14px 14px;
  background: var(--Sistema-Neutros-Branco, #fff);
  -webkit-box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.1);
  width: 200px;
  height: 200px;
  padding: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  #modal-products.modal-overlay #compatible-products .product-info figure {
    width: 120px;
    height: 116px;
  }
}
#modal-products.modal-overlay #compatible-products .product-info figure .software-img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
#modal-products.modal-overlay #compatible-products .product-info figure .product-img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
#modal-products.modal-overlay #compatible-products .product-info .software-meta {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
#modal-products.modal-overlay #compatible-products .product-info .software-meta h3 {
  margin-top: 40px;
  margin-bottom: 10px;
  color: var(--verde-escuro, #035144);
  font-family: "Intelbras Sans";
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
@media screen and (max-width: 767px) {
  #modal-products.modal-overlay #compatible-products .product-info .software-meta h3 {
    font-size: 27px;
  }
}
#modal-products.modal-overlay #compatible-products .product-info .software-meta .description {
  margin-bottom: 10px;
  color: var(--verde-escuro, #035144);
  font-family: "Intelbras Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
#modal-products.modal-overlay #compatible-products .product-info .software-meta p.segmento {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 2px 8px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 16px;
  background: rgba(6, 203, 63, 0.2);
  color: var(--verde-escuro, #035144);
  text-align: center;
  /* Text xs/Medium */
  font-family: "Inter", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 18px; /* 150% */
}
#modal-products.modal-overlay #compatible-products .produtos-compativeis {
  height: 500px;
  overflow-y: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  margin-top: 2rem;
}
@media screen and (max-width: 767px) {
  #modal-products.modal-overlay #compatible-products .produtos-compativeis {
    height: 70vh;
  }
}
#modal-products.modal-overlay #compatible-products .produtos-compativeis .product-item {
  width: 100%;
  max-width: 32%;
  min-height: -webkit-fit-content;
  min-height: -moz-fit-content;
  min-height: fit-content;
  margin: 10px;
  padding: 1rem;
  border-radius: 6px;
  text-align: center;
  border-radius: 8px;
  background: var(--Branco, #fff);
  -webkit-box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.1);
  -webkit-box-flex: 1;
      -ms-flex: 1 1 270px;
          flex: 1 1 270px;
}
@media screen and (max-width: 767px) {
  #modal-products.modal-overlay #compatible-products .produtos-compativeis .product-item {
    max-width: 100%;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
    margin: 10px 0;
  }
}
#modal-products.modal-overlay #compatible-products .produtos-compativeis .product-item img {
  max-width: 100%;
  height: 210px;
  margin-bottom: 1rem;
  -o-object-fit: cover;
     object-fit: cover;
}
#modal-products.modal-overlay #compatible-products .produtos-compativeis .product-item h4 {
  color: var(--verde-escuro, #035144);
  /* Corpo 01 Bold */
  font-family: "Nunito", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 30px;
  text-align: left;
}
#modal-products.modal-overlay #compatible-products .produtos-compativeis .product-item p {
  margin-bottom: 1rem;
  color: var(--verde-escuro, #035144);
  font-family: "Nunito", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-align: left;
}
#modal-products.modal-overlay #compatible-products .produtos-compativeis .product-item .types {
  width: 100%;
  padding-top: 15px;
  border-top: 1px solid #efefed;
}
#modal-products.modal-overlay #compatible-products .produtos-compativeis .product-item .types p {
  color: var(--cinzas-gray-03, #acb8bd);
  font-family: "Nunito", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
#modal-products.modal-overlay #compatible-products .produtos-compativeis .product-item .btn-saiba-mais {
  width: 100%;
  display: block;
  padding: 10px 0;
  text-decoration: none;
  color: var(--verde-padrao, #06cb3f);
  text-align: center;
  /* Corpo 03 Bold */
  font-family: "Nunito", sans-serif;
  font-optical-sizing: auto;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  border-radius: 4px;
  border: 1px solid var(--verde-padrao, #06cb3f);
}
#modal-products.modal-overlay #compatible-products .product-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
  margin-bottom: 2rem;
}
@media screen and (max-width: 767px) {
  #modal-products.modal-overlay #compatible-products .product-info {
    gap: 15px;
  }
}
#modal-products.modal-overlay #compatible-products .product-info figure {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 0px 0px 14px 14px;
  background: var(--Sistema-Neutros-Branco, #fff);
  -webkit-box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.1);
  width: 200px;
  height: 200px;
  padding: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  #modal-products.modal-overlay #compatible-products .product-info figure {
    width: 120px;
    height: 116px;
  }
}
#modal-products.modal-overlay #compatible-products .product-info figure .software-img,
#modal-products.modal-overlay #compatible-products .product-info figure .product-img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
#modal-products.modal-overlay #compatible-products .product-info .product-meta {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
#modal-products.modal-overlay #compatible-products .product-info .product-meta h3 {
  margin-top: 40px;
  margin-bottom: 10px;
  color: var(--verde-escuro, #035144);
  font-family: "Intelbras Sans";
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
@media screen and (max-width: 767px) {
  #modal-products.modal-overlay #compatible-products .product-info .product-meta h3 {
    font-size: 27px;
  }
}
#modal-products.modal-overlay #compatible-products .product-info .product-meta .description {
  margin-bottom: 10px;
  color: var(--verde-escuro, #035144);
  font-family: "Intelbras Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
#modal-products.modal-overlay #compatible-products .product-info .product-meta p.segmento {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 2px 8px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 16px;
  background: rgba(6, 203, 63, 0.2);
  color: var(--verde-escuro, #035144);
  text-align: center;
  /* Text xs/Medium */
  font-family: "Inter", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 18px; /* 150% */
}
#modal-products.modal-overlay #compatible-products .softwares-compativeis {
  height: 500px;
  overflow-y: scroll;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  margin-top: 2rem;
}
@media screen and (max-width: 767px) {
  #modal-products.modal-overlay #compatible-products .softwares-compativeis {
    height: 70vh;
  }
}
#modal-products.modal-overlay #compatible-products .softwares-compativeis .software-item {
  width: 100%;
  max-width: 32%;
  min-height: -webkit-fit-content;
  min-height: -moz-fit-content;
  min-height: fit-content;
  margin: 10px;
  padding: 1rem;
  border-radius: 6px;
  text-align: center;
  border-radius: 8px;
  background: var(--Branco, #fff);
  -webkit-box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.1);
  -webkit-box-flex: 1;
      -ms-flex: 1 1 270px;
          flex: 1 1 270px;
}
@media screen and (max-width: 767px) {
  #modal-products.modal-overlay #compatible-products .softwares-compativeis .software-item {
    max-width: 100%;
  }
}
#modal-products.modal-overlay #compatible-products .softwares-compativeis .software-item img {
  max-width: 100%;
  height: 210px;
  margin-bottom: 1rem;
  -o-object-fit: cover;
     object-fit: cover;
}
#modal-products.modal-overlay #compatible-products .softwares-compativeis .software-item h4 {
  font-size: 1.1rem;
  margin-bottom: 0.5rem;
  text-align: left;
}
#modal-products.modal-overlay #compatible-products .softwares-compativeis .software-item p {
  text-align: left;
  font-size: 0.95rem;
  margin-bottom: 1rem;
}
#modal-products.modal-overlay #compatible-products .softwares-compativeis .software-item .segmentos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#modal-products.modal-overlay #compatible-products .softwares-compativeis .software-item .segmentos .tag {
  display: inline-block;
  padding: 6px 10px;
  border-radius: 15px;
  background: #e0f3e0;
  color: #268c26;
  font-size: 14px;
  margin-right: 5px;
}
#modal-products.modal-overlay #compatible-products .softwares-compativeis .software-item .btn-saiba-mais {
  width: 100%;
  display: block;
  padding: 10px 0;
  text-decoration: none;
  color: var(--verde-padrao, #06cb3f);
  text-align: center;
  /* Corpo 03 Bold */
  font-family: "Nunito", sans-serif;
  font-optical-sizing: auto;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  border-radius: 4px;
  border: 1px solid var(--verde-padrao, #06cb3f);
  margin-top: 10px;
}

@-webkit-keyframes modalFadeIn {
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes modalFadeIn {
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.modal-loading {
  text-align: center;
  padding: 4rem 1rem;
}
.modal-loading p {
  margin-top: 1rem;
  color: #444;
  font-size: 1.1rem;
  font-weight: 500;
  -webkit-animation: fadeIn 0.3s ease-in-out;
          animation: fadeIn 0.3s ease-in-out;
}
.modal-loading .spinner {
  width: 40px;
  height: 40px;
  margin: 0 auto;
  border: 4px solid #ccc;
  border-top: 4px solid #00b050;
  border-radius: 50%;
  -webkit-animation: spin 1s linear infinite;
          animation: spin 1s linear infinite;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
    -webkit-transform: translateY(6px);
            transform: translateY(6px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
    -webkit-transform: translateY(6px);
            transform: translateY(6px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.subrow-loading {
  text-align: center;
  font-weight: 500;
  font-size: 0.95rem;
  color: #444;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
}
.subrow-loading .spinner {
  width: 20px;
  height: 20px;
  border: 3px solid #ccc;
  border-top: 3px solid #00b050;
  border-radius: 50%;
  -webkit-animation: spin 0.8s linear infinite;
          animation: spin 0.8s linear infinite;
}

.table-subsoftwares {
  width: 100%;
  border-collapse: collapse;
  margin-top: 1rem;
}
.table-subsoftwares th,
.table-subsoftwares td {
  text-align: left;
  padding: 0.5rem;
  border-bottom: 1px solid #eaeaea;
}
.table-subsoftwares .btn-sm {
  font-size: 0.85rem;
  padding: 0.3rem 0.6rem;
  border: 1px solid #00b050;
  color: #00b050;
  border-radius: 4px;
  background: transparent;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.table-subsoftwares .btn-sm:hover {
  background: #00b050;
  color: #fff;
}

@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.soft-card {
  background: #fff;
  padding: 1.2rem;
  margin-bottom: 1.5rem;
  border-radius: 6px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.soft-card .soft-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 20px;
  font-size: 0.95rem;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 50%;
          flex: 1 1 50%;
}
.soft-card .soft-column strong {
  color: var(--verde-escuro, #035144);
  /* Text xs/Medium */
  font-family: "Inter", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 18px; /* 150% */
  margin-bottom: 5px;
}
.soft-card .soft-column span {
  color: var(--verde-escuro, #035144);
  /* Text sm/Regular */
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 142.857% */
}
.soft-card .soft-column .tags {
  background: #cdf5d9;
  color: #00b050;
  padding: 0.3rem 0.6rem;
  border-radius: 4px;
  display: inline-block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: var(--verde-escuro, #035144);
  text-align: center;
  /* Text xs/Medium */
  font-family: "Inter", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 18px; /* 150% */
}
.soft-card .btn {
  margin-top: 1rem;
  width: 100%;
  font-size: 0.9rem;
}

hr {
  opacity: 0.4;
}

.product-card {
  padding: 1.2rem;
  border-radius: 6px;
  background: #fff;
  margin-bottom: 1.5rem;
}
.product-card .product-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 20px;
}
.product-card .product-content .product-thumb {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.product-card .product-content .product-thumb img {
  width: 100%;
  height: auto;
}
.product-card .product-content .product-info {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.product-card .product-content .product-info h4 {
  font-size: 1rem;
  margin: 0 0 0.5rem;
  color: #333;
}
.product-card .product-content .product-info .tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 6px;
  margin-bottom: 0.8rem;
}
.product-card .product-content .product-info .tags .seg {
  display: block;
  width: 100%;
  margin-top: 20px;
}
.product-card .product-content .product-info .tag {
  background: #e8f6ee;
  padding: 0.3rem 0.6rem;
  border-radius: 4px;
  display: inline-block;
  color: var(--verde-escuro, #035144);
  text-align: center;
  /* Text xs/Medium */
  font-family: "Inter", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 18px; /* 150% */
}
.product-card .btn {
  width: 100%;
  font-size: 0.9rem;
}

section.solutions {
  padding-top: 50px;
  padding-bottom: 100px;
}
section.solutions .content {
  position: relative;
  overflow: hidden;
  border-radius: 14px;
  background: #efefed;
  padding: 50px 70px;
}
@media screen and (max-width: 767px) {
  section.solutions .content {
    padding: 35px 15px;
    overflow: visible;
  }
}
section.solutions .content h2 {
  color: #06cb3f;
  font-family: "Intelbras Sans";
  font-size: 36px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
}
@media screen and (max-width: 767px) {
  section.solutions .content h2 {
    max-width: 170px;
    font-size: 33px;
  }
}
section.solutions .content p {
  color: #035144;
  font-family: "Intelbras Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 150% */
  margin-top: 20px;
  max-width: 429px;
}
section.solutions .content .links-to-forms {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  section.solutions .content .links-to-forms {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
section.solutions .content .links-to-forms a.box-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  border-radius: 15px;
  border: 2px solid #06cb3f;
  background: #fff;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
  padding: 25px;
  max-width: 300px;
}
section.solutions .content .links-to-forms a.box-link:hover {
  background-color: #eaf8ea;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
@media screen and (max-width: 767px) {
  section.solutions .content .links-to-forms a.box-link {
    padding: 10px;
  }
}
section.solutions .content .links-to-forms a.box-link figure img {
  width: 75px;
  height: 75px;
}
section.solutions .content .links-to-forms a.box-link .info p strong {
  color: #06cb3f;
  leading-trim: both;
  text-edge: cap;
  font-family: "Intelbras Sans";
  font-size: 20px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
}
section.solutions .content .links-to-forms a.box-link .info p {
  color: #035144;
  leading-trim: both;
  text-edge: cap;
  font-family: "Intelbras Sans";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
@media screen and (max-width: 767px) {
  section.solutions .content .links-to-forms a.box-link .info p {
    margin-top: 15px;
  }
}
section.solutions .content .backg-solutions img {
  position: absolute;
  right: -15px;
  top: 0px;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  section.solutions .content .backg-solutions img {
    width: 75vw;
    max-width: 300px;
    top: -92px;
    right: -20px;
  }
}

#footer .footer-text {
  padding: 60px 0;
  background-color: #ebeff6;
}
@media only screen and (max-width: 767px) {
  #footer .footer-text {
    padding: 30px 0;
  }
}
#footer .footer-text p {
  font-size: 1rem;
  color: #5e6573;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  #footer .footer-text p {
    font-size: 0.786rem;
    max-width: 253px;
    margin: 0 auto;
    line-height: 1.2;
  }
}