header {
  background-color: black;
  position: relative;
  top: 0px;
  z-index: 0;
}

.header-content {
  max-width: 1847px !important;
  margin-left: 185px !important;
  height: 75vh;
}
.header-text {
  height: 365px;
  justify-content: space-between;
  flex-direction: column;
}

.img-header {
  height: 70vh;
  margin-left: 30px;
  z-index: 1;
  overflow: hidden;
  position: relative;
}

.bg-navbar {
  background-color: #3072e5;
  border-radius: 30px;
}
body {
  overflow-x: hidden;
}

.logo {
  display: flex;
  align-items: center;
  margin-left: 41px;
  margin-right: 32px;
}

.logo-main {
  font-size: 28px;
  font-weight: bold;
  color: white;
  padding-bottom: 0% !important;
  margin-bottom: 0% !important;
  line-height: 30px;
}

.nav-contact-info {
  font-size: 12px;
  line-height: 14px;
  width: auto !important;
  text-align: center;
  color: white;
  font-weight: 500;
  padding-left: 10px;
  margin-left: 0px;
  padding-right: 0px;
  margin-right: 0px;
  padding-bottom: 0% !important;
  margin-bottom: 0% !important;
  padding-left: 0px !important;
  padding-right: 0px !important;
}

/* .nav-contact-info:hover {
  color: white !important;
} */

.logo-secundary {
  font-size: 12px;
  line-height: 14px;
  color: white;
  border-left: white solid 1px;
  font-weight: 500;
  padding-left: 20px;
  margin-left: 20px;
  padding-bottom: 0% !important;
  margin-bottom: 0% !important;
}

.nav-item-padding {
  padding-left: 20px;
  padding-right: 20px;
  white-space: nowrap;
}

.nav-item-style {
  color: whitesmoke;
  font-size: 14px;
  font-weight: bold;
  text-decoration: none;
  cursor: pointer;
  letter-spacing: 1px !important;
  line-height: 20px;
  padding: 8px !important;
  list-style: none;
  font-family: "Inter Tight", sans-serif;
}

.nav-info {
  color: whitesmoke;
  font-family: "Inter Tight", sans-serif;
}

.nav-item-style:hover {
  color: rgb(202, 199, 199);
}

.main-title {
  font-size: 50px;

  color: white;
  font-weight: 500;
}

.sidebar {
  align-self: self-end;
  height: 100vh;
  width: 100vw;
  padding: 0;

  margin: 0;
  position: fixed;
  right: -100vw;
  background-color: #0f0f0f;
  z-index: 999;
  right: -100vw;
  transition: transform 0.3s ease;
}

.sidebar-active {
  right: -50vw;
  width: 100vw;
  transform: translateX(-50vw);
  transition: right 0.3s ease;
  display: block;
}

.sidebar-element {
  border-bottom: #979797 solid 1px;
  padding-top: 25px;
  padding-bottom: 25px;
  padding-left: 10px;
}

.body-decoration {
  margin: 0;
  height: 100vh;
  overflow: hidden;
}

button {
  padding-top: 18px;
  padding-bottom: 18px;
  padding-left: 30px;
  padding-right: 30px;
  font-size: 16px;
  color: white;
  border-radius: 10px;
  background-color: #006aff;
  border: none;
  max-height: 50px;
  display: flex;
  align-items: center;
  justify-items: center;
}

.secundary {
  border: #006aff solid 2px;
  background-color: transparent;
  color: #006aff;
  padding-top: 16px;
  padding-bottom: 16px;
  padding-left: 30px;
  padding-right: 30px;
}

.btn-container {
  align-items: center;
  display: flex;
  position: relative;
  align-self: flex-start;
  padding-bottom: 16px;
  justify-content: start;
}

.btn-container > .secundary {
  margin-right: 10px;
}

button:hover {
  background-color: #05c;
}

.secundary:hover {
  background-color: transparent;
  border: #05c solid 2px;
  color: #05c;
}

@media (max-width: 1200px) {
}
@media (max-width: 990px) {
  .img-header {
    max-width: 210px;
    display: none;
  }
}

@media (max-width: 400px) {
  #logo-secundary {
    display: none;
  }
}
@media (max-width: 991px) {
  .menu-icon {
    display: flex !important;
  }
}

.info-module-block-margin {
}

@media (max-width: 768px) {
  .info-module-block-margin {
    margin-top: 16px;
  }
  .info-module {
    margin-right: 0px !important;
    padding-left: 45px !important;
  }
  .header-content {
    margin-left: 38px !important;
    margin-right: 38px !important;
    max-height: 482px;
  }
  .page-padding {
    padding-left: 38px !important;
    padding-right: 38px !important;
  }
  #header-image-container {
    display: none;
  }
  .erp-img {
    max-width: 300px !important;
  }
  .btn-container {
    width: 90vw;
  }

  .main-title {
    font-size: 36px;
  }
  .btn-container > button {
    align-items: center;
    text-align: center;
    position: relative;
    display: flex;
    justify-content: center;
    width: 100%;
    height: 40px;
  }
}

.banner {
  padding-left: 60px;
  padding-right: 60px;
  padding-top: 60px;
  padding-bottom: 60px;
  margin-top: 80px;
  margin-bottom: 80px;
  background-color: #1a4c37;
  border-radius: 30px;
  color: whitesmoke;
  font-size: 45px;
}

@media (max-width: 425px) {
  .title {
    font-size: 35px !important;
  }
  .subtitle {
    font-size: 16px;
  }

  .page-padding {
    padding: 0%;
  }

  .main-title {
    font-size: 33px;
  }
  .product-picker-item {
    margin-right: 10px !important;
  }

  .info-module {
    margin-right: 16px;
  }
  .erp-img {
    max-width: 150px !important;
  }
  .btn-container {
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding-left: 0%;
    align-self: self-start;
    max-width: 80vw;
    padding-left: 0%;
  }

  .header-text {
    margin-top: 62px;
    height: 85%;
    justify-content: space-between;
  }

  .btn-container > button {
    width: 80vw;
    height: 40px;
    margin: 0px;
  }
  .btn-container > .secundary {
    margin-right: 0px;
    margin-bottom: 10px;
  }
  .btn-main {
    margin-right: 0px;
  }

  .subtitle-header {
    font-size: 16px;
  }

  .btn-secundary {
    margin-right: 0px;
  }
}

p,
h1,
h2,
h3,
h4,
li,
a {
  font-family: "Inter", sans-serif;
}

.title {
  font-size: 48px;
  font-weight: bolder;
  line-height: 50px;
  padding-top: 60px;
  padding-bottom: 4px;
  color: rgb(0, 0, 0);
}

.subtitle {
  font-size: 20px;
  font-weight: 400;
  line-height: 35px;
  padding-bottom: 17px;

  color: #292929;
}

.row-title {
  font-size: 25px;
  font-weight: 700;
  margin-left: 50px;
  margin-right: 50px;
  margin-top: 20px;
  color: rgb(19, 19, 19);
  line-height: 30px;
}

.row-content {
  font-size: 20px;
  margin-left: 50px;
  margin-right: 50px;
  font-weight: 400;
  align-self: center;
  color: rgb(19, 19, 19);
  line-height: 30px;
}

.column-element {
  background-color: whitesmoke;
  width: 28%;
  border-radius: 30px;
  align-items: center;
  min-height: 200px;
  margin-left: 30px;
  margin-right: 30px;
}

.subtitle-header {
  color: #ababab;
  font-size: 16;
}

.menu-icon {
  width: 30px;
  height: 20px;
  position: relative;
  margin-right: 30px;
  display: none;
  flex-direction: column;
  justify-content: space-between;
  cursor: pointer;
}

.bar1,
.bar2,
.bar3 {
  width: 100%;
  height: 4px;
  background-color: #ababab;
  transition: transform 0.3s ease;
}

.change .bar1 {
  transform: rotate(-45deg) translate(-5.5px, 5.5px);
}

.change .bar2 {
  opacity: 0;
}

.change .bar3 {
  transform: rotate(45deg) translate(-5.5px, -5.5px);
}

@keyframes slide {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}

.logos {
  overflow: hidden;
  padding: 40px 60px;

  background: transparent;
  z-index: 2;
  white-space: nowrap;
  position: relative;
}

.logo-item {
  height: auto;
  width: 100px;
  object-fit: scale-down;
}

.logos-slide {
  display: inline-block;
  animation: 35s slide infinite linear;
}

.logos-slide img {
  height: 50px;
  margin: 0 40px;
}
.product-picker {
  max-width: 90vw;
  overflow-x: clip;
}

.product-picker-container {
  background-color: #f0f0f0;
  border-radius: 30px;
  word-break: keep-all;
  white-space: nowrap;
  min-width: 760px;
  transform: translate(0px);
  position: sticky;
  max-width: 1847px;
  transition: transform 0.3s ease;
}

.product-picker-item {
  border-radius: 30px;
  padding-left: 26px;
  padding-right: 26px;
  margin-right: 100px;
  list-style: none;
  display: flex;
  text-align: center;
  justify-content: center;
  font-size: 18px;
  margin: 4px;
  padding-bottom: 10px;
  padding-top: 10px;
  font-weight: 500;
  cursor: pointer;
}
.product-picker-container .active {
  box-shadow: 1px 2px 2px rgba(44, 44, 44, 0.4);
  color: black;
  font-weight: bold;
  background-color: #fafafa;
}

.erp-container {
  background-color: #f0f0f0;
  border-radius: 30px;
  min-height: 393px;
}

.erp-img {
  flex-grow: 1;
  object-fit: fill;
}

p,
li {
  font-size: 18px;
}
h6 {
  font-weight: 500;
  font-size: 24px;
}
.content-padding {
  position: relative;
  padding-top: 35px;
  padding-left: 45px;
  padding-right: 25px;
  padding-bottom: 10px;
}

.content-padding-item {
  height: 100%;
  width: 100%;
}

.page-padding {
  max-width: 1847px !important;
  padding-left: 185px;
  padding-right: 185px;
  display: flex;
  margin: auto;
  align-items: center;
  justify-content: center;
}
.module-paragraph {
  padding-bottom: 35px;
}

.info-module {
  background-color: #f0f0f0;
  border-radius: 30px;
  margin-right: 12px;
  margin-top: 16px;
  position: relative;
  height: 100%;
}
.module-link {
  position: absolute;
  bottom: 0;
  margin-bottom: 14px;
}
.content-padding > p {
  font: "inter";
  font-weight: 400;
}

.content-padding > h4 {
  font-weight: bold;
}
.icon-background {
  background-color: #f0f0f0;
  border-radius: 10px;
  padding: 10px;
  height: 60px;
  width: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
}
.product-icon {
  background-color: #f0f0f0;
  border-radius: 30px !important;
}
.nav-info-border-style {
  border-left: #f0f0f0 solid 1px;
  max-height: 32px;
  min-height: 32px !important;
  align-self: center;

  margin-bottom: auto;
}
.service-container h4 {
  font-size: 23px;
}

@media (max-width: 414px) {
  .hidden-on-mobile {
    display: none;
  }
  .logo {
    margin-left: 30px !important;
    margin-right: 0px !important;
  }
  nav {
    display: flex !important;
    justify-content: space-between !important;
  }
  .header-text {
    margin-top: 0px;
  }
}
.hidden-on-mobile {
}
