@charset "UTF-8";
.center {
  display: grid;
  grid-template-columns: 1fr;
  place-content: center;
  place-items: center;
  position: relative;
  width: 100%;
  height: 100%;
  gap: 5rem;
}
.center .grid-limit-cookie {
  display: grid;
  grid-template-columns: 1fr;
  place-content: flex-start;
  place-items: center;
  position: relative;
  max-width: 1920px;
  width: 100%;
  height: auto;
  min-height: 100vh;
}
.center .grid-limit-cookie .content-cookie {
  display: flex;
  flex-direction: column;
  gap: 30px;
  align-items: flex-start;
  justify-content: flex-start;
  padding: 2rem 10rem;
  outline: 1px solid red;
  width: 100%;
  height: 100%;
}
.center .grid-limit-cookie .content-cookie h1 {
  font-size: 3rem;
  font-weight: 600;
}
.center .grid-limit-cookie .content-cookie h3,
.center .grid-limit-cookie .content-cookie .sub-title {
  font-size: 1.25rem;
  font-weight: 600;
}
.center .grid-limit-cookie .content-cookie p {
  font-size: 18px;
  line-height: 35px;
}
.center .grid-limit-cookie .content-cookie .rules-privacidade {
  font-size: 14px;
}
.center footer {
  place-content: center;
  place-items: center;
  flex-direction: column;
}
.center footer .footer-grid {
  box-sizing: border-box;
}
.center footer .blog-notice {
  display: flex;
  position: relative;
  background-image: url("../img/blog-notice-email.svg");
  background-repeat: no-repeat;
  background-size: 100%;
  width: 100%;
  height: 172px;
  z-index: 1;
  padding: 0 80px;
  top: -80px;
  box-sizing: border-box;
}
.center footer .blog-notice .grid-blog {
  display: grid;
  grid-template-columns: 1fr;
  gap: 15px;
  place-content: center;
  place-items: flex-start;
  position: relative;
  width: 100%;
  height: 100%;
  padding: 0 5rem;
  margin-top: 1rem;
  box-sizing: border-box;
}
.center footer .blog-notice .grid-blog .blog-title {
  display: grid;
  grid-template-columns: 1fr;
  place-content: center;
  place-items: flex-start;
  width: 100%;
  height: 100%;
  font-family: Inter-Regular;
  font-style: normal;
  font-weight: 700;
  font-size: 28px;
  line-height: 34px;
  color: #fff;
}
.center footer .blog-notice .grid-blog .blog-title strong {
  color: black;
}
.center footer .blog-notice .grid-blog .form-input {
  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: 0;
  bottom: 0;
}
.center footer .blog-notice .grid-blog .form-input 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 .blog-notice .grid-blog .form-input input::-moz-placeholder {
  font-family: "Inter";
  font-style: italic;
  font-weight: 400;
  font-size: 20px;
  line-height: 24px;
  color: #595959;
}
.center footer .blog-notice .grid-blog .form-input input::placeholder {
  font-family: "Inter";
  font-style: italic;
  font-weight: 400;
  font-size: 20px;
  line-height: 24px;
  color: #595959;
}
.center footer .blog-notice .grid-blog .form-input .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: #363635;
  color: white;
  cursor: pointer;
  box-sizing: border-box;
  border-radius: 0 10px 10px 0;
}
.center footer .blog-notice .grid-blog .form-input .btn:hover {
  background-color: #D7F9C6;
  color: #7BAB11;
}

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;
  background: white;
  margin-bottom: 15px;
}
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%;
  bottom: 5px;
}
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: -13px;
}
section.home header nav ul.Nav .dNav:nth-child(3) {
  /* Solucoes */
}
section.home header nav ul.Nav .dNav:nth-child(3):hover:before {
  left: -13px;
}
section.home header nav ul.Nav .dNav:nth-child(4) {
  /* Cases */
}
section.home header nav ul.Nav .dNav:nth-child(4):hover:before {
  left: -13px;
}
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: -13px;
}
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 {
  display: block;
  color: #fff;
  text-decoration: none;
  width: 100%;
  height: auto;
}
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 (max-width: 480px) {
  section.home {
    margin: 0 !important;
  }
  .center .grid-limit-cookie .content-cookie {
    padding: 2rem 1.5rem;
  }
  .center .grid-limit-cookie .content-cookie h1 {
    font-size: 2rem;
    font-weight: 600;
  }
  .center .grid-limit-cookie .content-cookie p {
    font-size: 16px;
    line-height: 27px;
  }
}
@media (min-width: 481px) and (max-width: 767px) {
  section.home {
    margin: 0 !important;
  }
  .center .grid-limit-cookie .content-cookie {
    padding: 2rem 1.85rem;
  }
  .center .grid-limit-cookie .content-cookie h1 {
    font-size: 2rem;
    font-weight: 600;
  }
  .center .grid-limit-cookie .content-cookie p {
    font-size: 16px;
    line-height: 27px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  section.home {
    margin: 0 !important;
  }
  .center .grid-limit-cookie .content-cookie {
    padding: 2rem 2rem;
  }
  .center .grid-limit-cookie .content-cookie h1 {
    font-size: 2rem;
    font-weight: 600;
  }
  .center .grid-limit-cookie .content-cookie p {
    font-size: 16px;
    line-height: 27px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .center .grid-limit-cookie .content-cookie {
    padding: 2rem 3rem;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1919px) {
  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(6) {
    /* Contato */
  }
  section.home header nav ul.Nav .dNav:nth-child(6):hover:before {
    left: 0;
  }
}/*# sourceMappingURL=politicscookie.css.map */