.textAlignRight {
  text-align: right;
}

html {
  height: max-content;
  background: linear-gradient(to right bottom, rgb(21, 30, 45), rgb(131, 201, 90) 70%);
  font-family: Poppins, sans-serif;
  font-size: 13px;
  line-height: 1.5;
  overflow-x: hidden;
}

.buttonIcon {
  width: 100%;
  min-width: 40px;
  max-width: 60px;
  aspect-ratio: 1/1;
  cursor: pointer;
}

.filterInvertColor {
  transition: filter 0.5s;
  filter: invert(1);
}
.filterInvertColor:hover {
  filter: invert(0);
}

.sectionLegalNoticesTitle {
  padding: 2% 10%;
  min-height: 450px;
  transition: all 0.3s;
  min-height: unset;
  background-color: transparent;
  color: rgb(236, 235, 228);
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 1150px) {
  .sectionLegalNoticesTitle {
    padding: 5% 5%;
  }
}
@media screen and (max-width: 850px) {
  .sectionLegalNoticesTitle {
    padding: 8% 5%;
  }
}
@media screen and (max-width: 300px) {
  .sectionLegalNoticesTitle {
    padding: 15% 10%;
  }
}
.sectionLegalNoticesTitle:hover {
  color: rgb(131, 201, 90);
}
.sectionLegalNoticesTitle > span {
  justify-self: center;
  padding: 2%;
  z-index: 1;
  letter-spacing: 0;
  font-weight: bold;
  font-size: 40px;
  text-shadow: 0 10px 5px rgba(0, 0, 0, 0.2);
}
@media screen and (min-width: 1150px) {
  .sectionLegalNoticesTitle > span {
    width: 80%;
  }
}

.sectionLegalNoticesContent {
  padding: 2% 10%;
  min-height: 450px;
  transition: all 0.3s;
  background-color: rgb(229, 229, 223);
  color: rgb(12, 1, 22);
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto;
}
@media screen and (max-width: 1150px) {
  .sectionLegalNoticesContent {
    padding: 5% 5%;
  }
}
@media screen and (max-width: 850px) {
  .sectionLegalNoticesContent {
    padding: 8% 5%;
  }
}
@media screen and (max-width: 300px) {
  .sectionLegalNoticesContent {
    padding: 15% 10%;
  }
}
.sectionLegalNoticesContent > div {
  padding: 0 10%;
}

.legalTitle {
  letter-spacing: 0;
  font-size: 3rem;
  font-weight: 600;
  line-height: 1.1;
}

.legalText {
  font-size: 14px;
  font-weight: 500;
  line-height: 155%;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto;
}
.legalText > span {
  margin: 1%;
}

@media screen and (min-width: 850px) {
  .legalTitle {
    margin-bottom: 1%;
  }
  .legalText {
    margin: 0 0 3% 3%;
  }
}
@media screen and (max-width: 850px) {
  .legalTitle {
    margin-bottom: 5%;
  }
  .legalText {
    margin: 0 0 7% 7%;
  }
}

/*# sourceMappingURL=legalNotices.css.map */
