@charset "UTF-8";
.center {
  display: grid;
  grid-template-columns: 1fr;
  place-content: center;
  place-items: center;
  position: relative;
  overflow-y: scroll;
}
.center .grid-limit {
  display: grid;
  grid-template-columns: 1fr;
  place-content: center;
  place-items: center;
  position: relative;
  max-width: 1920px;
  width: 100%;
  min-height: 100vh;
}
.center .grid-limit .content-column {
  display: grid;
  grid-template-columns: 1fr 500px;
  grid-auto-flow: column;
  gap: 10px;
  place-content: flex-start;
  place-items: flex-start;
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 100vh;
  top: 0;
  left: 0;
  bottom: 0;
  padding: 0;
  padding-left: 110px;
  padding-right: 80px;
  margin: 2rem 0;
  background-color: #fff;
}
.center .grid-limit .content-column .grid-column {
  display: grid;
  position: relative;
  place-content: flex-start;
  place-items: flex-start;
  width: auto;
  height: 100%;
  top: 0;
  left: 0;
  bottom: 0;
}
.center .grid-limit .content-column .grid-column div.text {
  display: grid;
  gap: 10px;
  grid-template-columns: 1fr;
  position: relative;
  text-align: center;
  margin: 2em 0;
  padding: 0;
}
.center .grid-limit .content-column .grid-column div.text h1 {
  font-family: Inter;
  font-style: normal;
  font-weight: 700;
  font-size: 64px;
  line-height: 77px;
  color: #264612;
  margin-bottom: 0;
}
.center .grid-limit .content-column .grid-column div.text span {
  font-family: Inter;
  font-style: normal;
  font-weight: 300;
  font-size: 24px;
  line-height: 29px;
  color: #000000;
}
.center .grid-limit .content-column .grid-column div.text span b {
  font-weight: bold;
}
.center .grid-limit .content-column .grid-column .results {
  font-weight: 300;
  font-size: 17px;
  line-height: 35px;
  color: #696969;
  margin-bottom: 5px;
}
.center .grid-limit .content-column .grid-column .results b {
  font-weight: 600;
}
.center .grid-limit .content-column .grid-column .gridListSearch {
  display: grid;
  grid-template-columns: 1fr;
  position: relative;
  place-content: center;
  place-items: flex-start;
  width: 100%;
  max-width: 1280px;
  height: auto;
  top: 0;
  left: 0;
  bottom: 0;
  margin: 2em;
  margin-bottom: 50px;
}
.center .grid-limit .content-column .grid-column .gridListSearch .gridResult {
  display: grid;
  grid-template-columns: 1fr;
  gap: 50px;
  position: relative;
  place-content: center;
  place-items: flex-start;
  color: #1F442B;
  width: 100%;
  max-width: 800px;
}
.center .grid-limit .content-column .grid-column .gridListSearch .gridResult li a {
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 29px;
  text-decoration-line: underline;
  color: #1F442B;
}
.center .grid-limit .content-column .grid-column .gridListSearch .gridResult li a b {
  font-weight: 600;
}
.center .grid-limit .content-column .grid-column .gridListSearch .gridResult li div {
  margin: 10px 0;
}
.center .grid-limit .content-column .grid-column .gridListSearch .gridResult li div p {
  position: relative;
  margin-bottom: 0 !important;
  padding: 0;
  font-weight: 300;
  font-size: 17px;
  line-height: 25px;
  color: #000000;
}
.center .grid-limit .content-column .grid-column .gridListSearch .gridResult li div p b {
  font-weight: 600;
}
.center .grid-limit .content-column .grid-column .gridInputText {
  display: grid;
  grid-template-columns: 1fr;
  position: relative;
  place-content: center;
  place-items: flex-start;
  width: auto;
  height: auto;
  top: 0;
  bottom: 0;
  left: 0;
}
.center .grid-limit .content-column .grid-column .gridInputText input {
  box-sizing: border-box;
  position: relative;
  width: 604px;
  height: 45px;
  background: #ffffff;
  border-width: 0px 1px 1px 0px;
  border-style: solid;
  border-color: #000000;
  border-radius: 10px 0px 0px 10px;
  padding: 0 1.2em;
  outline: 0;
  outline-offset: 5px;
}
.center .grid-limit .content-column .grid-column .gridInputText input::-moz-placeholder {
  font-family: "Inter";
  font-style: italic;
  font-weight: 400;
  font-size: 20px;
  line-height: 24px;
  color: #9a9a9a;
}
.center .grid-limit .content-column .grid-column .gridInputText input::placeholder {
  font-family: "Inter";
  font-style: italic;
  font-weight: 400;
  font-size: 20px;
  line-height: 24px;
  color: #9a9a9a;
}
.center .grid-limit .content-column .grid-column .gridInputText a,
.center .grid-limit .content-column .grid-column .gridInputText img {
  display: grid;
  position: absolute;
  top: 5px;
  right: 0;
}
.center .grid-limit .content-column .grid-column .gridInputText a {
  cursor: pointer;
}
.center .grid-limit .content-column .grid-column .gridImg {
  display: grid;
  position: relative;
  grid-template-columns: 1fr;
  place-content: center;
  place-items: center;
  max-width: 391px;
  height: 797px;
  top: -50px;
  left: 0;
  bottom: 0;
  margin-left: 2.5em;
  margin-right: 2.5em;
  margin-top: 5em;
}
.center footer {
  display: flex;
  position: relative;
  max-width: 100%;
  width: 100%;
  min-height: 464px;
  background-color: #000000;
}
.center footer .footer-grid {
  display: grid;
  grid-template-columns: 1fr;
  place-content: center;
  position: relative;
  padding-left: 80px;
  padding-right: 80px;
  width: 100%;
  top: 0;
  left: 0;
  border: 0;
  height: auto;
}
.center footer .footer-grid .input-group {
  display: grid;
  grid-template-columns: 1fr 1fr;
  position: relative;
  place-content: flex-start;
  width: 100%;
  height: auto;
  max-width: 980px;
  gap: 20px;
  top: 0;
  left: 82px;
  bottom: 0;
  margin-bottom: 50px;
}
.center footer .footer-grid .input-group input {
  box-sizing: border-box;
  position: relative;
  width: 758px;
  height: 64px;
  background: #ffffff;
  border-width: 0px 1px 1px 0px;
  border-style: solid;
  border-color: #000000;
  border-radius: 10px 0px 0px 10px;
  padding: 0 1.2em;
  outline: 0;
  outline-offset: 5px;
  max-width: 100%;
}
.center footer .footer-grid .input-group input::-moz-placeholder {
  font-family: "Inter";
  font-style: italic;
  font-weight: 400;
  font-size: 20px;
  line-height: 24px;
  color: #595959;
}
.center footer .footer-grid .input-group input::placeholder {
  font-family: "Inter";
  font-style: italic;
  font-weight: 400;
  font-size: 20px;
  line-height: 24px;
  color: #595959;
}
.center footer .footer-grid .input-group .btn {
  width: 100%;
  max-width: 101px;
  height: 64px;
  font-family: Inter;
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 24px;
  background-color: #7BAB11;
  color: white;
  cursor: pointer;
  box-sizing: border-box;
  border-radius: 0 10px 10px 0;
}
.center footer .footer-grid .menu-border {
  display: grid;
  grid-template-columns: 1fr;
  position: relative;
  place-content: center;
  place-items: center;
  border-top: 2px solid #ffffff;
  border-bottom: 2px solid #ffffff;
  width: 100%;
  height: 172px;
  top: 0;
  left: 0;
  margin-bottom: 0;
}
.center footer .footer-grid .menu-border .grid-menu-footer {
  display: grid;
  grid-template-columns: 100px 3fr 1fr;
  gap: 20px;
  place-content: flex-start;
  place-items: flex-start;
  position: relative;
  width: 100%;
  height: auto;
  top: 0;
  left: 0;
  bottom: 0;
}
.center footer .footer-grid .menu-border .grid-menu-footer .icon {
  display: grid;
  grid-template-columns: 1fr;
  position: relative;
}
.center footer .footer-grid .menu-border .grid-menu-footer nav {
  position: relative;
  vertical-align: bottom;
  width: 100%;
  height: 100%;
}
.center footer .footer-grid .menu-border .grid-menu-footer nav ul.Nav {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  -moz-column-gap: 20px;
       column-gap: 20px;
  position: relative;
  place-content: center;
  place-items: center;
  top: 0;
  width: 100%;
  height: 100%;
  color: #fff;
  text-transform: uppercase;
}
.center footer .footer-grid .menu-border .grid-menu-footer nav ul.Nav .dNav {
  display: inline-flex;
  gap: 4px;
  position: relative;
  color: #fff;
  text-decoration: underline;
  text-underline-offset: 3px;
  align-items: left;
  font-family: Inter;
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 24px;
  cursor: pointer;
}
.center footer .footer-grid .menu-border .grid-menu-footer nav ul.Nav li.Nav {
  display: grid;
  grid-template-columns: 1fr;
  place-content: center;
  position: relative;
  min-width: 100px;
  height: 100%;
  font-family: Inter-Regular;
  font-size: 18px;
}
.center footer .footer-grid .menu-border .grid-menu-footer nav ul.Nav .dropdown {
  display: none;
  position: absolute;
  top: 40px;
  width: 180px;
  height: auto;
}
.center footer .footer-grid .menu-border .grid-menu-footer nav ul.Nav .dropdown ul.dpd {
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 3px;
  position: relative;
  width: 100%;
  height: auto;
}
.center footer .footer-grid .menu-border .grid-menu-footer nav ul.Nav .dropdown ul.dpd li.itemDpd {
  position: relative;
  width: calc(100% - 10px);
  height: 30px;
  background: #355540;
  line-height: 30px;
  font-weight: lighter !important;
  color: #fff;
  padding: 5px 10px;
}
.center footer .footer-grid .menu-border .grid-menu-footer nav ul.Nav .dropdown ul.dpd li.itemDpd:hover {
  background: #000000;
}
.center footer .footer-grid .menu-border .grid-menu-footer nav ul.nav-sociais {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 20px;
  position: relative;
  place-content: center;
  place-items: flex-end;
  top: 0;
  width: 100%;
  height: 100%;
  color: #fff;
  text-transform: uppercase;
}
.center footer .footer-grid .footer-description {
  display: grid;
  grid-template-columns: 1fr 1fr;
  position: relative;
  place-content: center;
  place-items: center;
  width: 100%;
  height: auto;
  margin-top: 50px;
  top: 0;
  left: 0;
  bottom: 0;
}
.center footer .footer-grid .footer-description nav {
  position: relative;
  width: 100%;
  height: 100%;
}
.center footer .footer-grid .footer-description nav ul.description {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-flow: column;
  -moz-column-gap: 20px;
       column-gap: 20px;
  position: relative;
  place-content: center;
  place-items: flex-start;
  top: 0;
  width: 100%;
  height: 100%;
  color: #fff;
}
.center footer .footer-grid .footer-description nav ul.description .item {
  display: inline-flex;
  gap: 4px;
  position: relative;
  text-decoration: underline;
  text-underline-offset: 3px;
  font-family: Inter;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  cursor: pointer;
}
.center footer .footer-grid .footer-description nav ul.description .item a {
  color: #fff;
}
.center footer .footer-grid .footer-description nav ul.description .item a:hover {
  color: #9a9a9a;
}
.center footer .footer-grid .footer-description .company {
  display: grid;
  grid-template-columns: 1fr;
  position: relative;
  place-content: flex-end;
  place-items: flex-end;
  width: 100%;
  height: auto;
  top: 0;
  left: 0;
  bottom: 0;
}
.center footer .footer-grid .footer-description .company span {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: #fff;
}

.font-inter {
  font-family: Inter;
}

.font-italic {
  font-style: italic;
}

.img-fluid {
  width: 100%;
  height: auto;
}

#btn-mobile {
  display: none;
}

#btn-close-mobile {
  display: none;
}

.input-search {
  display: none;
}

section {
  display: grid;
  grid-template-columns: 1fr;
  place-content: flex-start;
  place-items: flex-start;
  position: relative;
  max-width: 100%;
  width: 100%;
  max-height: 100%;
  height: 92px;
  padding: 0;
}
section.home header {
  display: grid;
  grid-template-columns: 193px 1fr;
  position: absolute;
  width: 100%;
  height: 92px;
  z-index: 4;
}
section.home header .logo {
  position: relative;
  width: 193px;
  height: 100%;
}
section.home header .logo img {
  position: absolute;
  right: 0;
  bottom: 0;
}
section.home header nav {
  position: relative;
  vertical-align: bottom;
  width: 100%;
  height: 100%;
}
section.home header nav ul.Nav {
  display: grid;
  grid-template-columns: 1fr 120px 120px 120px 120px 120px 205px 120px;
  -moz-column-gap: 5px;
       column-gap: 5px;
  position: relative;
  top: 48px;
  width: 100%;
  height: 40px;
}
section.home header nav ul.Nav .dNav {
  display: inline-flex;
  gap: 4px;
  position: relative;
  color: #000000;
  text-decoration: none;
  align-items: left;
  cursor: pointer;
}
section.home header nav ul.Nav .dNav:before {
  content: "▾";
  display: none;
  position: absolute;
}
section.home header nav ul.Nav .dNav:hover {
  font-weight: bold;
  color: #186B34;
  text-decoration: underline;
}
section.home header nav ul.Nav .dNav:hover:before {
  display: inline-block;
  text-decoration: none;
  bottom: 8px;
}
section.home header nav ul.Nav .dNav:nth-child(2) {
  /* Sobre */
}
section.home header nav ul.Nav .dNav:nth-child(2):hover:before {
  left: 8px;
}
section.home header nav ul.Nav .dNav:nth-child(3) {
  /* Solucoes */
}
section.home header nav ul.Nav .dNav:nth-child(3):hover:before {
  left: -5px;
}
section.home header nav ul.Nav .dNav:nth-child(4) {
  /* Cases */
}
section.home header nav ul.Nav .dNav:nth-child(4):hover:before {
  left: 8px;
}
section.home header nav ul.Nav .dNav:nth-child(5) {
  /* Blog */
}
section.home header nav ul.Nav .dNav:nth-child(5):hover:before {
  display: none;
}
section.home header nav ul.Nav .dNav:nth-child(6) {
  /* Contato */
}
section.home header nav ul.Nav .dNav:nth-child(6):hover:before {
  left: 0;
}
section.home header nav ul.Nav li.Nav {
  display: grid;
  grid-template-columns: 1fr;
  place-content: center;
  position: relative;
  min-width: 100px;
  height: 100%;
  font-family: Inter-Regular;
  font-size: 18px;
}
section.home header nav ul.Nav li.Nav.procurar form {
  display: grid;
  grid-template-columns: 165px 40px;
  position: relative;
  width: 205px;
  height: 100%;
}
section.home header nav ul.Nav li.Nav.procurar form input {
  position: relative;
  width: 155px;
  height: 29px;
  font-size: 1em;
  font-family: Inter-Regular;
  color: gray;
  background: transparent;
  border: none;
  border-right: 1px solid #000000;
  border-bottom: 1px solid #000000;
  padding-left: 10px;
}
section.home header nav ul.Nav li.Nav.procurar form input::-webkit-input-placeholder {
  font-style: italic;
}
section.home header nav ul.Nav li.Nav.procurar form input:-moz-placeholder {
  font-style: italic;
}
section.home header nav ul.Nav li.Nav.procurar form input::-moz-placeholder {
  font-style: italic;
}
section.home header nav ul.Nav li.Nav.procurar form input:-ms-input-placeholder {
  font-style: italic;
}
section.home header nav ul.Nav li.Nav.procurar form input:focus {
  outline: none;
  background: #fff;
  color: #000000;
}
section.home header nav ul.Nav li.Nav.procurar form button.search {
  position: relative;
  width: 40px;
  height: 30px;
  background-color: transparent;
  cursor: pointer;
}
section.home header nav ul.Nav li.Nav.procurar form button.search:before {
  position: absolute;
  top: 5px;
  left: 10px;
  content: url("../img"/buscar "-black.svg") !important;
  background-size: contain;
}
section.home header nav ul.Nav li.Nav.sociais ul.Sociais {
  display: grid;
  grid-template-columns: 1fr 30px 30px 30px 1fr;
  -moz-column-gap: 2px;
       column-gap: 2px;
  place-content: center;
  place-items: center;
  position: relative;
  width: 100%;
  height: 30px;
  background: #757474;
}
section.home header nav ul.Nav li.Nav.sociais ul.Sociais li.Sociais {
  position: relative;
  width: 20px;
  height: 20px;
  line-height: 20px;
  cursor: pointer;
}
section.home header nav ul.Nav li.Nav.sociais ul.Sociais li.Sociais.Facebook {
  background: url("../img/facebook.svg") center no-repeat;
  background-size: contain;
}
section.home header nav ul.Nav li.Nav.sociais ul.Sociais li.Sociais.Twitter {
  background: url("../img/twitter.svg") center no-repeat;
  background-size: contain;
}
section.home header nav ul.Nav li.Nav.sociais ul.Sociais li.Sociais.Instagram {
  background: url("../img/instagram.svg") center no-repeat;
  background-size: contain;
}
section.home header nav ul.Nav li.Nav a {
  color: currentColor;
  text-decoration: none;
}
section.home header nav ul.Nav .dropdown {
  display: none;
  position: absolute;
  top: 40px;
  width: 180px;
  height: auto;
}
section.home header nav ul.Nav .dropdown ul.dpd {
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 3px;
  position: relative;
  width: 100%;
  height: auto;
}
section.home header nav ul.Nav .dropdown ul.dpd li.itemDpd {
  position: relative;
  width: calc(100% - 10px);
  height: 30px;
  background: #355540;
  line-height: 30px;
  font-weight: lighter !important;
  padding: 0 10px;
}
section.home header nav ul.Nav .dropdown ul.dpd li.itemDpd:hover {
  background: #000000;
}
section.home header nav ul.Nav .dropdown ul.dpd li.itemDpd a {
  color: #fff;
  text-decoration: none;
}
section.home header nav ul.Nav .dNav:hover .dropdown {
  display: block;
  font-weight: lighter !important;
}
section.home .content {
  position: relative;
  width: 100%;
  height: 100%;
}

@media only screen and (min-width: 1024px) and (max-width: 1199px) {
  section.home header {
    padding-left: 2rem;
  }
  .center .grid-limit .content-column {
    grid-template-columns: 1fr 500px !important;
    width: 100% !important;
    padding-left: 10px !important;
    padding-right: 30px !important;
  }
  .center .grid-limit .content-column.search-column {
    grid-template-columns: 1fr 500px !important;
  }
  .center .grid-limit .content-column .grid-column {
    width: 100% !important;
  }
  .center .grid-limit .content-column .grid-column .gridInputText a {
    right: -25px;
  }
  .center .grid-limit .content-column .grid-column div.text {
    width: 40vw !important;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1400px) {
  .center .grid-limit .content-column {
    grid-template-columns: 1fr 500px !important;
  }
  .center .grid-limit .content-column.search-column {
    grid-template-columns: 1fr 500px !important;
  }
  .center .grid-limit .content-column .grid-column {
    width: 100% !important;
    place-content: flex-start !important;
  }
  .center .grid-limit .content-column .grid-column div.text {
    width: 40vw !important;
  }
}
@media only screen and (min-width: 1401px) and (max-width: 1800px) {
  .center .grid-limit .content-column {
    grid-template-columns: 1fr 500px !important;
  }
  .center .grid-limit .content-column.search-column {
    grid-template-columns: 1fr 500px !important;
  }
  .center .grid-limit .content-column .grid-column {
    width: 100% !important;
    place-content: flex-start !important;
  }
  .center .grid-limit .content-column .grid-column div.text {
    width: 40vw !important;
  }
}/*# sourceMappingURL=search.css.map */