.text-700-12-16 {
  font-weight: 700;
  font-size: 12px;
  line-height: 16px;
}

.text-700-14-22 {
  font-weight: 700;
  font-size: 14px;
  line-height: 22px;
}

.text-500-60-60 {
  font-weight: 500;
  font-size: 60px;
  line-height: 60px;
}

.text-400-20-28, .last-section-container .card-container .description {
  font-weight: 400;
  font-size: 20px;
  line-height: 28px;
}

.text-500-56-56 {
  font-weight: 500;
  font-size: 56px;
  line-height: 56px;
}

.text-500-44-44 {
  font-weight: 500;
  font-size: 44px;
  line-height: 44px;
}

.text-500-15-22 {
  font-weight: 500;
  font-size: 15px;
  line-height: 22px;
}

.text-400-16-24 {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}

.text-400-12-16 {
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
}

.text-400-24-32 {
  font-weight: 400;
  font-size: 24px;
  line-height: 32px;
}

.text-500-32-100 {
  font-weight: 500;
  font-size: 32px;
  line-height: 100%;
}

.text-400-24-100 {
  font-weight: 400;
  font-size: 24px;
  line-height: 100%;
}

.text-500-40-40 {
  font-weight: 500;
  font-size: 40px;
  line-height: 40px;
}

.text-400-14-22 {
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
}

.text-500-24-32, .last-section-container .card-container .title {
  font-weight: 500;
  font-size: 24px;
  line-height: 32px;
}

* {
  box-sizing: border-box;
}

.header {
  width: 100%;
  min-height: 50vh;
  background-color: #013344;
  position: relative;
}

.max-width-80 {
  max-width: 80%;
}

.max-width-60 {
  max-width: 60%;
}

.image-header {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 20%;
}

.header-body {
  position: relative;
  padding-bottom: 120px;
  z-index: 1;
}

body {
  margin: 0;
  background-color: #013344;
}

a,
p,
span,
h1,
h2,
h3,
h4,
div,
li,
td,
th,
button,
h5 {
  font-family: Satoshi !important;
}

p {
  margin-bottom: 0;
  margin-top: 0;
}

button {
  margin: 0px !important;
  border: none !important;
  outline: none;
  cursor: pointer;
  padding: 8px 12px;
  border-radius: 12px !important;
  background-color: #ffd15a;
  transition: background-color 0.1s linear;
}

button:hover {
  background-color: red;
}

button:focus-visible {
  outline: none !important;
}

button:focus {
  outline: none !important;
}

.header-title {
  max-width: 80%;
  text-align: center;
  margin: 0 auto;
}

.header-description {
  max-width: 60%;
  margin: 0 auto;
  text-align: center;
}

.color-white {
  color: #f6f6f6;
}

.color-surface-2 {
  color: #f0f0f0;
}

.preview-container {
  width: 100%;
  border-radius: 16px;
  margin: 0 auto;
  top: -100px;
  position: relative;
  padding: 0;
  display: flex;
  flex-direction: row;
  border: 4px solid #e8e8e8;
  overflow: hidden;
  max-width: 850px;
}

.preview-container-left-image {
  height: 600px;
  object-fit: contain;
}

.preview-container-right {
  flex: 1;
  height: 600px;
  overflow-y: auto;
}

.preview-container-right-image {
  width: 100%;
  object-fit: contain;
}

.buttons-footer-container {
  position: absolute;
  bottom: 12px;
  left: 0px;
  display: flex;
  justify-content: center;
  touch-action: none;
  pointer-events: none;
  width: 100%;
}
.buttons-footer-container .content {
  height: 40px;
  background-color: #f6f6f6;
  display: flex;
  align-items: center;
  padding: 8px;
  gap: 8px;
  border-radius: 16px;
  box-shadow: 0px 10px 10px 0px rgba(180, 180, 180, 0.2509803922);
}
.features-container {
  width: 100%;
  position: relative;
}

.tt {
  height: 100%;
}

.feature-image-container {
  width: 100%;
  position: sticky;
  top: 150px;
  padding: 24px;
}
.feature-image-container .tt2 {
  width: 100%;
  position: relative;
}
.feature-image-container .tt3 {
  position: absolute;
  right: 0px;
  top: 50%;
  transform: translateX(80%) translateY(-50%);
  width: 300px;
}

.classeTarget {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.right-feature-column {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

#image-description-2 {
  top: 68%;
  display: none;
  right: 22px;
}

.demo-container {
  width: 90%;
  margin: 0px auto;
  margin-top: 60px;
  background-color: #013344;
  border-radius: 24px;
  position: relative;
}
.demo-container .body {
  padding: 60px 200px;
  z-index: 1;
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  gap: 12px;
}
.demo-container .body .title {
  max-width: 80%;
}
.demo-container .body .description {
  max-width: 60%;
  text-align: center;
  color: #f6f6f6;
}

.internal-search-container {
  width: 95%;
}
.internal-search-container .image-container {
  width: 100%;
  position: relative;
}
.internal-search-container .image-container .image {
  width: 100%;
}
.internal-search-container .image-container .comment-container {
  background-color: #ffd15a;
  border-radius: 16px;
  padding: 16px;
  position: absolute;
  bottom: 22%;
  right: 3%;
  width: 36%;
  box-shadow: 0px 8px 10px -6px rgba(0, 0, 0, 0.1019607843);
}
.internal-search-container .right-container {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.slider-container {
  margin: 0px auto;
  background-color: #013344;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  padding: 116px 0px 90px 116px;
}
.slider-container .image-header {
  width: 100%;
  pointer-events: none;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 20%;
}
.slider-container .body {
  z-index: 1;
}

#slider {
  overflow: hidden;
  width: 100%;
}

.slides {
  display: flex;
  transition: transform 0.5s ease-in-out;
}

.slides img {
  width: 100%;
  flex-shrink: 0;
}

.swiper-container {
  width: 100%;
}

.cards-container {
  width: 100%;
  margin-top: 64px;
  overflow-x: auto;
  scrollbar-width: none; /* Firefox */
  display: flex;
  flex-direction: row;
  gap: 24px;
}
.cards-container .card-container {
  flex-shrink: 0;
  border-radius: 24px;
  min-width: 33%;
  max-width: 35%;
  padding: 16px 16px 32px 16px;
  border: 4px solid rgba(255, 255, 255, 0.2);
  background-color: #013344;
  z-index: 1;
  height: 420px;
}
.cards-container .card-container .head-container {
  width: 80px;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #ffd15a;
  border-radius: 20px;
}

.last-section-container {
  padding: 90px;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}
.last-section-container .description {
  color: #4d4d4d;
}
.last-section-container .card-container {
  background-color: white;
  width: 100%;
  height: 100%;
  border-radius: 24px;
  border: 1px solid red;
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 16px;
}
.last-section-container .card-container .head-container {
  width: 48px;
  height: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #ffd15a;
  border-radius: 16px;
}
.last-section-container .card-container .title {
  margin-top: 12px;
}
.last-section-container .card-container .description {
  margin-top: 12px;
  color: #4d4d4d;
}

.form-section-container {
  position: sticky;
  bottom: 0;
  left: 0;
  z-index: 1;
  background-color: #f6f6f6;
  overflow: hidden;
}
.form-section-container .top__container {
  border-top-right-radius: 24px;
  border-top-left-radius: 24px;
  width: 100%;
  background-color: #013344;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 90px;
}
.form-section-container .top__container .form__container p,
.form-section-container .top__container .form__container span,
.form-section-container .top__container .form__container label {
  color: white;
}
.form-section-container .top__container .form__container {
  width: 100%;
  min-height: 400px;
  background-color: #013344;
  z-index: 1;
  border: 4px solid rgba(255, 255, 255, 0.1450980392);
  border-radius: 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 56px;
}
.form-section-container .top__container .form__container input,
.form-section-container .top__container .form__container textarea {
  border: 1px solid #e7e7e7;
  background-color: #f0f0f0;
  border-radius: 8px;
  padding: 7px 12px;
}
.form-section-container .top__container .form__container input::placeholder,
.form-section-container .top__container .form__container textarea::placeholder {
  color: #b5b5b5;
  opacity: 1;
  font-weight: 500;
  font-size: 12px;
  line-height: 16px;
}
.form-section-container .top__container .form__container .form__container_content {
  width: 641px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
}
.form-section-container .top__container .form__container .input_container {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.form-section-container .top__container .image-header {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 20%;
}
.form-section-container .footer_container {
  width: 100%;
  background-color: #013344;
  padding: 28px 147px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.form-section-container .footer_container p,
.form-section-container .footer_container span {
  color: #f6f6f6;
}

/* Tablet: da 768px a 1024px */
@media (min-width: 768px) and (max-width: 1024px) {
  .max-width-80 {
    max-width: 100%;
  }
  .header-title {
    font-size: 44px;
    font-weight: 500;
    line-height: 44px;
  }
  .header-description {
    font-size: 20px;
    font-weight: 400;
    line-height: 28px;
  }
  .demo-container .body {
    padding: 40px;
  }
  .demo-container .body .title {
    font-size: 40px;
    font-weight: 500;
    line-height: 40px;
  }
  .demo-container .body .description {
    max-width: 100%;
    font-size: 24px;
    font-weight: 400;
    line-height: 32px;
  }
  .features-head-container .title {
    font-size: 40px;
    font-weight: 500;
    line-height: 40px;
  }
  .features-head-container .description {
    font-size: 20px;
    font-weight: 400;
    line-height: 28px;
  }
  .features-head-container .features-container .title {
    font-size: 44px;
    font-weight: 500;
    line-height: 44px;
  }
  .features-head-container .features-container .description {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
  }
  .internal-search-container .row {
    flex-direction: column-reverse;
  }
  .internal-search-container .right-container {
    padding-left: 5%;
    padding-right: 5%;
  }
  .internal-search-container .right-container .title {
    font-size: 44px;
    font-weight: 400;
    line-height: 44px;
  }
  .slider-container {
    padding: 72px 24px;
  }
  .slider-container .title {
    font-size: 40px;
    font-weight: 500;
    line-height: 40px;
    max-width: 100%;
  }
  .slider-container .description {
    font-size: 20px;
    font-weight: 400;
    line-height: 28px;
    max-width: 100%;
  }
  .slider-container .card-container {
    min-width: 70%;
    max-width: 70%;
  }
}

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