@charset "UTF-8";
.font-inter {
  font-family: Inter;
}

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

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

.img-fluid_px {
  width: 100%;
  height: 100%;
}

* {
  box-sizing: border-box;
}

.center {
  width: 100%;
  max-width: 100vw;
  min-height: 100vh;
}
.center .background_work {
  display: flex;
  flex-direction: column;
  background: url("../img/background_consultoria_consultoria.png") no-repeat;
  background-size: cover;
  background-position: center;
  min-height: 100vh;
}
.center .background_work .content-column {
  display: flex;
  flex: 1;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  padding: 50px 100px 100px 40px;
  gap: 28px;
}
.center .background_work .content-column > .title {
  display: flex;
  gap: 11px;
}
.center .background_work .content-column > .title > img {
  height: auto;
}
.center .background_work .content-column > .title > div > .page-subtitle {
  font-style: normal;
  font-weight: 400;
  font-size: 32px;
  line-height: 39px;
  color: #1f442b;
}
.center .background_work .content-column > .title > div > .page-title {
  color: #ffffff;
  text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.5);
  font-style: normal;
  font-weight: 700;
  font-size: 64px;
  line-height: 77px;
  margin: 0;
}
.center .background_work .content-column > .container-cards {
  display: flex;
  gap: 29px;
  margin: 0 auto;
  width: 100%;
  max-width: 700px;
  overflow-x: auto;
}
.center .background_work .content-column > .container-cards > .card {
  display: flex;
  flex-direction: column;
  gap: 8px;
  min-width: 330px;
}
.center .background_work .content-column > .container-cards > .card > header, .center .background_work .content-column > .container-cards > .card > main {
  border: 1px solid #ffffff;
  padding: 27px;
}
.center .background_work .content-column > .container-cards > .card > header {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 143px;
  background-color: rgba(5, 23, 12, 0.7);
  color: #ffffff;
  font-size: 20px;
  font-weight: 500;
  border-radius: 24px 24px 0 0;
}
.center .background_work .content-column > .container-cards > .card > main {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  min-height: 249px;
  background-color: rgba(255, 255, 255, 0.65);
  border-radius: 0 0 24px 24px;
  padding-bottom: 0;
}
.center .background_work .content-column > .container-cards > .card > main > p {
  font-size: 16px;
  color: black;
}
.center .background_work .content-column > .container-cards > .card > main > .brands {
  display: flex;
  align-items: center;
  gap: 22px;
}
.center .background_work .content-column > .container-cards > .card > main > .go-to {
  background-color: #23b70b;
  padding: 11px 29px;
}

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: auto;
  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: 0;
       column-gap: 0;
  position: relative;
  top: 48px;
  width: 100%;
  height: 33px;
}
section.home header nav ul.Nav .dNav {
  display: inline-flex;
  gap: 4px;
  position: relative;
  color: #000000;
  text-decoration: none;
  align-items: left;
  cursor: pointer;
  background: #fff;
}
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: -8px;
}
section.home header nav ul.Nav .dNav:nth-child(4) {
  /* Cases */
}
section.home header nav ul.Nav .dNav:nth-child(4):hover:before {
  left: 5px;
}
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: -2px;
}
section.home header nav ul.Nav li.Nav {
  display: grid;
  grid-template-columns: 1fr;
  place-content: center;
  place-items: center;
  position: relative;
  min-width: 100px;
  height: 100%;
  font-family: Inter-Regular;
  font-size: 18px;
}
section.home header nav ul.Nav li.Nav.procurar {
  background: #fff;
}
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: 33px;
  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: 33px;
  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 {
  display: flex;
  position: relative;
  width: calc(100% - 10px);
  height: 30px;
  background: #355540;
  line-height: 30px;
  font-weight: lighter !important;
  padding: 0 10px;
  align-items: center;
}
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 screen and (max-width: 576px) {
  .gridbtn {
    justify-content: center;
  }
  .gridbtn > .grid-job-btn {
    cursor: pointer;
    box-sizing: border-box;
  }
  .gridbtn > .grid-job-btn .gButton:nth-child(1) {
    width: 320px;
    grid-template-columns: 42px 1fr;
  }
  .gridbtn > .grid-job-btn .gButton:nth-child(1) .icon:before {
    content: url("../img/ArrowRight.svg");
  }
  .gridbtn > .grid-job-btn .gButton:nth-child(1) a.linkcmais {
    color: white;
    font-size: 22px;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.6);
  }
  .gridbtn > .grid-job-btn:nth-child(2) .gButton {
    background: white;
    width: 215px;
  }
  .gridbtn > .grid-job-btn:nth-child(2) .gButton a.linkcmais {
    color: #264612;
  }
  .gridbtn > .grid-job-btn:nth-child(2) .gButton:hover {
    background: #7bab11;
  }
  .gridbtn > .grid-job-btn:nth-child(2) .gButton:hover .icon:before {
    content: url("../img/ArrowFormwhite.png");
  }
  .gridbtn > .grid-job-btn:nth-child(2) .gButton:hover .linkcmais {
    color: white;
  }
  .background_work {
    background-size: cover;
  }
  .title {
    align-items: flex-start;
  }
  .page-subtitle {
    font-size: 24px !important;
    line-height: 29px !important;
    color: #e4f1c8 !important;
  }
  .page-title {
    font-size: 38px !important;
    line-height: 58px !important;
    color: white !important;
  }
  .content-column {
    padding: 50px 30px 100px 30px !important;
    gap: 16px !important;
  }
  .container-cards {
    max-width: 350px !important;
    gap: 12px !important;
  }
}
@media only screen and (min-width: 576px) and (max-width: 768px) {
  .gridbtn {
    justify-content: center;
  }
  .gridbtn > .grid-job-btn {
    cursor: pointer;
    box-sizing: border-box;
  }
  .gridbtn > .grid-job-btn .gButton:nth-child(1) {
    width: 320px;
    grid-template-columns: 42px 1fr;
  }
  .gridbtn > .grid-job-btn .gButton:nth-child(1) .icon:before {
    content: url("../img/ArrowRight.svg");
  }
  .gridbtn > .grid-job-btn .gButton:nth-child(1) a.linkcmais {
    color: white;
    font-size: 22px;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.6);
  }
  .gridbtn > .grid-job-btn:nth-child(2) .gButton {
    background: white;
    width: 215px;
  }
  .gridbtn > .grid-job-btn:nth-child(2) .gButton a.linkcmais {
    color: #264612;
  }
  .gridbtn > .grid-job-btn:nth-child(2) .gButton:hover {
    background: #7bab11;
  }
  .gridbtn > .grid-job-btn:nth-child(2) .gButton:hover .icon:before {
    content: url("../img/ArrowFormwhite.png");
  }
  .gridbtn > .grid-job-btn:nth-child(2) .gButton:hover .linkcmais {
    color: white;
  }
  section.home header nav ul.Nav {
    -moz-column-gap: 0 !important;
         column-gap: 0 !important;
  }
}
@media only screen and (min-width: 769px) and (max-width: 991px) {
  .gridbtn {
    justify-content: center;
  }
  .gridbtn > .grid-job-btn {
    cursor: pointer;
    box-sizing: border-box;
  }
  .gridbtn > .grid-job-btn .gButton:nth-child(1) {
    width: 320px;
    grid-template-columns: 42px 1fr;
  }
  .gridbtn > .grid-job-btn .gButton:nth-child(1) .icon:before {
    content: url("../img/ArrowRight.svg");
  }
  .gridbtn > .grid-job-btn .gButton:nth-child(1) a.linkcmais {
    color: white;
    font-size: 22px;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.6);
  }
  .gridbtn > .grid-job-btn:nth-child(2) .gButton {
    background: white;
    width: 215px;
  }
  .gridbtn > .grid-job-btn:nth-child(2) .gButton a.linkcmais {
    color: #264612;
  }
  .gridbtn > .grid-job-btn:nth-child(2) .gButton:hover {
    background: #7bab11;
  }
  .gridbtn > .grid-job-btn:nth-child(2) .gButton:hover .icon:before {
    content: url("../img/ArrowFormwhite.png");
  }
  .gridbtn > .grid-job-btn:nth-child(2) .gButton:hover .linkcmais {
    color: white;
  }
  section.home header nav ul.Nav {
    -moz-column-gap: 0 !important;
         column-gap: 0 !important;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1023px) {
  .gridbtn {
    justify-content: center;
  }
  .gridbtn > .grid-job-btn {
    cursor: pointer;
    box-sizing: border-box;
  }
  .gridbtn > .grid-job-btn .gButton:nth-child(1) {
    width: 320px;
    grid-template-columns: 42px 1fr;
  }
  .gridbtn > .grid-job-btn .gButton:nth-child(1) .icon:before {
    content: url("../img/ArrowRight.svg");
  }
  .gridbtn > .grid-job-btn .gButton:nth-child(1) a.linkcmais {
    color: white;
    font-size: 22px;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.6);
  }
  .gridbtn > .grid-job-btn:nth-child(2) .gButton {
    background: white;
    width: 215px;
  }
  .gridbtn > .grid-job-btn:nth-child(2) .gButton a.linkcmais {
    color: #264612;
  }
  .gridbtn > .grid-job-btn:nth-child(2) .gButton:hover {
    background: #7bab11;
  }
  .gridbtn > .grid-job-btn:nth-child(2) .gButton:hover .icon:before {
    content: url("../img/ArrowFormwhite.png");
  }
  .gridbtn > .grid-job-btn:nth-child(2) .gButton:hover .linkcmais {
    color: white;
  }
  section.home header nav ul.Nav {
    -moz-column-gap: 0 !important;
         column-gap: 0 !important;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1199px) {
  section.home header nav ul.Nav {
    -moz-column-gap: 0 !important;
         column-gap: 0 !important;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1400px) {
  section.home header nav ul.Nav {
    -moz-column-gap: 0 !important;
         column-gap: 0 !important;
  }
}/*# sourceMappingURL=consultoria.css.map */