@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,300;0,400;0,500;0,700;1,400&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;600;700;800&display=swap");
.page-index {
  width: 100%;
  position: relative;
  z-index: 99999999;
  background: #FFF;
  background-image: url("../images/BG.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 100%;
  height: 100vh;
}

.container {
  display: flex;
  align-items: center;
}
.container .container-wrapper {
  width: 100%;
}

.page {
  padding: 0 !important;
}

.bg-overlay {
  background-color: rgba(255, 255, 255, 0.8);
  padding: 10px;
  border-radius: 5px;
}

.box-title {
  color: #39B54A !important;
}

.button2 {
  width: fit-content;
  background-color: #21409A;
  border-radius: 5px;
  padding: 10px 24px;
  color: #fff !important;
  display: flex;
  align-items: center;
}
.button2 img {
  max-width: 22px;
  margin-left: 5px;
}
.button2:hover {
  background-color: #39B54A;
  text-decoration: none;
}

.section {
  padding: 0 !important;
}

.padding-index {
  padding-top: 80px !important;
}

.main-menu {
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 80px;
  z-index: 9999;
}
.main-menu ul {
  border: 1px solid rgba(33, 64, 154, 0.5);
  border-radius: 40px;
  background-color: rgba(255, 255, 255, 0.6);
  padding: 5px;
}
.main-menu .menu {
  width: 100%;
  height: 50px;
  position: relative;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
}
.main-menu .menu:last-child {
  margin-bottom: 0;
}
.main-menu .menu a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  font-size: 15px;
  background-color: rgba(218, 236, 255, 0.7);
  border-radius: 50%;
  padding: 5px;
  color: rgba(33, 64, 154, 0.6);
}
.main-menu .menu:hover a, .main-menu .menu.active a {
  width: 40px;
  height: 40px;
  font-size: 20px;
  background-color: #afcae7;
  color: #21409A;
}

.padding-top {
  padding-top: 80 !important;
}

@media only screen and (max-width: 1322px) {
  .padding-index {
    padding-left: 80px !important;
  }
}
@media only screen and (max-width: 1000px) {
  .padding-index {
    padding-top: 56px !important;
  }
}
@media only screen and (max-width: 600px) {
  .main-menu {
    display: none;
  }

  .padding-index {
    padding-left: 0px !important;
  }
}

/*# sourceMappingURL=page-index.css.map */
