* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@font-face {
  font-family: "Noto Sans";
  src: local("NotoSansVariable"), url("NotoSans-VariableFont_wdth,wght.ttf") format("truetype");
  font-weight: 100 900;
  font-style: normal italic;
  font-stretch: ultra-condensed to extra-expanded;
}
html, body {
  margin: 0;
  padding: 0;
  font-family: "Noto Sans", sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
}

body {
  height: 100%;
  height: 100dvh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: stretch;
      -ms-flex-pack: stretch;
          justify-content: stretch;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
@media (max-width: 860px) {
  body {
    background-color: whitesmoke;
  }
}

ul, li {
  list-style: none;
}

a {
  color: black;
  text-decoration: none;
}

p {
  margin: 0;
}

.page {
  height: 100%;
  padding: 0;
  background: url(img/bg-curve.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top;
  display: grid;
  gap: 40px;
  grid-template-columns: 1fr 1fr;
}
@media (max-width: 840px) {
  .page {
    padding: 0;
    height: auto;
    grid-template-columns: 1fr;
    background-size: auto 1000px;
  }
}
@media (max-width: 860px) {
  .page {
    background-position: 0 650px;
    background-size: 100%;
  }
}
.page .col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.page .col--first {
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
  position: relative;
}
@media (max-width: 840px) {
  .page .col--first {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
.page .col--first::after {
  content: "";
  width: 100%;
  height: 100%;
  background: url(img/bg-1.png);
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: 100%;
  z-index: -1;
  position: absolute;
  top: 0;
  right: 0;
}
@media (max-width: 1000px) {
  .page .col--first::after {
    background-size: cover;
    background-position: 80%;
  }
}
@media (max-width: 980px) {
  .page .col--first::after {
    right: -100%;
    width: 200%;
  }
}
@media (max-width: 600px) {
  .page .col--first::after {
    right: 0;
    background-size: cover;
    background-position: top;
  }
}
.page .col--second {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  padding: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 840px) {
  .page .col--second {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
}
@media (max-width: 530px) {
  .page .col--second {
    padding: 0;
  }
}

.maininfo {
  padding: 40px 0 0 40px;
}
.maininfo p {
  max-width: 600px;
  font-size: 3.5rem;
  line-height: 120%;
  margin-bottom: 40px;
}
@media (max-width: 1080px) {
  .maininfo p {
    font-size: 3rem;
  }
}
@media (max-width: 980px) {
  .maininfo p {
    font-size: 2.6rem;
  }
}
@media (max-width: 840px) {
  .maininfo p {
    padding: 20px;
    text-align: center;
  }
}
@media (max-width: 400px) {
  .maininfo p {
    font-size: 2rem;
  }
}
@media (max-width: 840px) {
  .maininfo {
    padding: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.maininfo a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 82px;
  height: 82px;
  border-radius: 100px;
  background-color: black;
}
@media (max-width: 530px) {
  .maininfo a {
    text-align: center;
  }
}

.datas {
  padding: 40px;
}
.datas a {
  text-align: center;
  position: relative;
}
.datas a::after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: gray;
  position: absolute;
  left: 0;
  bottom: -2px;
}
@media (max-width: 840px) {
  .datas {
    text-align: center;
  }
}

@media (max-width: 840px) {
  .logo {
    padding: 10px;
  }
}
@media (max-width: 380px) {
  .logo {
    padding: 20px;
  }
}
.logo img {
  width: 100%;
  max-width: 300px;
  display: block;
  margin: 0 auto;
  margin-bottom: 40px;
}
@media (max-width: 380px) {
  .logo img {
    max-width: 240px;
  }
}
.logo h1 {
  text-align: center;
  font-size: 1.2rem;
  font-weight: 400;
  max-width: 300px;
  text-align: center;
  font-size: 1.25rem;
  line-height: 150%;
  margin: 0 auto;
}

.menu {
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 1300px) {
  .menu {
    gap: 10px;
  }
}
@media (max-width: 1140px) {
  .menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    flex-direction: row;
  }
}
@media (max-width: 840px) {
  .menu {
    margin: 40px 0;
  }
}
@media (max-width: 530px) {
  .menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 20px;
  }
}
.menu__item {
  text-align: center;
}
.menu__item a {
  padding: 6px 20px;
  border-radius: 100px;
  background: #E8E8E8;
  display: block;
  margin-bottom: 10px;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}
.menu__item a:hover {
  -webkit-transition: 0.25s ease-in;
  transition: 0.25s ease-in;
  color: white;
  background-color: black;
}
.menu__item span {
  color: #AEAEAE;
}

.logos-brands {
  padding: 12px 40px 2px 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: white;
  border: 1px solid #E2E1E1;
  border-radius: 200px;
}
@media (max-width: 460px) {
  .logos-brands {
    padding: 20px 20px 10px 20px;
  }
  .logos-brands img {
    max-width: 100px;
  }
}/*# sourceMappingURL=styles.css.map */