@import url(/CSS/guideStyle.css);

.lgpd {
  height: 100%;
  background-color: #f2f2f2;
}

.lgpd-content {
  margin: auto;
  width: 70%;

  @media (max-width: 1500px) {
    width: 95%;
  }
}

.lgpd-texto {
  padding-top: 80px;
  color: #333333;
  font-size: 16px;
  text-align: justify;
  line-height: 35px;
}

.lgpd-donload-box {
  padding: 60px 0px;

  display: flex;
  justify-content: center;
  align-items: center;

  flex-wrap: wrap;
}

.lgpd-card {
  border: #e4e2e2 solid 1px;
  border-bottom: var(--verde) solid 1px;
  border-radius: 5px;

  margin: 10px;

  height: 80px;
  width: 47%;

  display: flex;

  align-items: center;
  justify-content: start;

  @media (max-width: 900px) {
    width: 90%;
  }
}

.lgpd-card:last-child {
  border: none;
  @media (max-width: 900px) {
    display: hidden;
  }
}
.lgpd-card:last-child:hover {
  border: none;
  background-color: #f2f2f2;
}

.lgpd-card:hover {
  background-color: #e6e6e6;
}

.lgpd-card p {
  color: #333333;
  font-size: 14px;
  line-height: 30px;

  padding: 5px 10px 5px 0px;
}

.lgpd-card img {
  padding: 0px 30px;
  height: 30px;
}
