:root {
  --header-search-height: 86px;
}
.header-search {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: var(--header-search-height);
  background: white;
  border-radius: 0px;
  margin: 0;
  padding: 0;
  z-index: 99;
  align-items: center;
  justify-content: space-evenly;
  display: none;
  /* border-bottom: 1px solid #bcc1ca; */
}
.header-search-mobile {
  padding-top: 4px;
  display: flex;
}
.header-search-mobile-image {
  height: 46px;
  width: auto;
  /* cursor: pointer; */
}
.header-search-image {
  position: relative;
  left: 18px;
  width: auto;
  height: 78px;
  border-radius: 0px;
  /* cursor: pointer; */
  margin-top: 4px;
}
.header-title {
  font-family: Inter;
  font-size: 50px;
  font-weight: 900;
  line-height: 50px;
  color: black;
  /* cursor: pointer; */
}
.header-title-mobile {
  font-family: Inter;
  font-size: 20px;
  font-weight: 900;
  line-height: 16px;
  color: black;
  /* cursor: pointer; */
}
.section-container {
  padding: 0px 30px;
}
.application-section {
  background-color: #004f7a;
  position: relative;
  margin-top: var(--header-search-height);
  padding-bottom: 80px;
  width: 100%;
}
.application-section-title {
  font-family: Inter;
  font-size: 30px;
  font-weight: 700;
  line-height: 40px;
  color: white;
  padding-top: 40px;
  padding-bottom: 20px;
}
.application-image {
  width: auto;
  height: 404px;
  margin-top: 10px;
  border-radius: 8px;
}
.application-subtitle {
  font-family: Inter;
  font-size: 18px;
  font-weight: 700;
  color: white;
  padding-top: 30px;
  line-height: 28px;
}
.application-argument {
  font-family: Inter;
  font-size: 18px;
  font-weight: 400;
  line-height: 25px;
  color: white;
  padding-top: 30px;
}
.menu-connection-btn-connection {
  text-transform: uppercase;
  /* margin-top: 21px; */
  width: 100%;
}
.header-search-dropdown-lg {
  padding-left: 0px;
}
.btn-application {
  margin-top: 10px;
  width: 100%;
}
.btn-blue {
  text-transform: uppercase;
  height: 58px;
  padding: 12px 62px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: Inter;
  font-size: 24px;
  font-weight: 400;
  line-height: 22px;
  color: white;
  background: #0070ba;
  opacity: 1;
  border: none;
  /* border-radius: 10px; */
  gap: 6px;
}
.assistant-section {
  background-color: white;
  position: relative;
  padding-bottom: 80px;
  width: 100%;
}
.assistant-ul {
  list-style-type: none;
  padding: 0;
}
.assistant2-li {
  padding-bottom: 10px;
}
.assistant-image {
  width: auto;
  height: 515px;
  margin-top: 20px;
  border-radius: 8px;
}
.assistant-image2 {
  width: auto;
  height: 230px;
  margin-top: 20px;
  border-radius: 8px;
}
.assistant-section-title {
  font-family: Inter;
  font-size: 30px;
  font-weight: 700;
  line-height: 40px;
  color: black;
  padding-top: 40px;
  padding-bottom: 20px;
}
.assistant-subtitle {
  font-family: Inter;
  font-size: 20px;
  font-weight: 700;
  line-height: 22px;
  color: #6c6d6d;
  padding-top: 40px;
}
.assistant-argument {
  font-family: Inter;
  font-size: 18px;
  font-weight: 400;
  line-height: 22px;
  color: #6c6d6d;
  padding-top: 10px;
}
.assistant-argument2 {
  font-family: Inter;
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
  color: #6c6d6d;
}
.assistant-argument2-text {
  text-transform: uppercase;
}
.tool-section {
  background-color: #004f7a;
  position: relative;
  padding-bottom: 80px;
  width: 100%;
}
.tool-image {
  width: auto;
  height: 320px;
  margin-top: 20px;
}
.tool-section-title {
  font-family: Inter;
  font-size: 30px;
  font-weight: 700;
  line-height: 40px;
  color: white;
  padding-top: 40px;
  padding-bottom: 20px;
}
.tool-argument-title {
  font-family: Inter;
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
  color: white;
  padding-top: 40px;
}
.tool-argument-text {
  font-family: Inter;
  font-size: 18px;
  font-weight: 400;
  line-height: 22px;
  color: white;
  padding-top: 10px;
  padding-bottom: 0px;
}
.tool-image {
  width: auto;
  height: 470px;
  margin-top: 20px;
  border-radius: 8px;
}
.last-section {
  background-color: white;
  position: relative;
  padding-bottom: 80px;
  width: 100%;
}
.last-section-title {
  font-family: Inter;
  font-size: 30px;
  font-weight: 700;
  line-height: 34px;
  color: black;
  padding-top: 40px;
  padding-bottom: 20px;
}
.last-subtitle {
  font-family: Inter;
  font-size: 20px;
  font-weight: 700;
  line-height: 22px;
  color: #6c6d6d;
  padding-top: 10px;
}
.last-argument {
  font-family: Inter;
  font-size: 18px;
  font-weight: 400;
  line-height: 22px;
  color: #6c6d6d;
  padding-top: 20px;
}
.contact-section {
  background-color: #004f7a;
  position: relative;
  padding-bottom: 80px;
  width: 100%;
}
.contact-section-title {
  font-family: Inter;
  font-size: 30px;
  font-weight: 700;
  line-height: 40px;
  color: white;
  padding-top: 40px;
  padding-bottom: 20px;
}
.contact-subtitle {
  font-family: Inter;
  font-size: 20px;
  font-weight: 700;
  line-height: 22px;
  color: white;
  padding-top: 0px;
}
.contact-center-header {
  background: url(./assets/img/pages/header.png);
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 300px !important;
}
.contact-label {
  font-size: 1rem;
  color: white;
  margin-bottom: 0.5rem;
}
.footer-section {
  background-color: white;
  position: relative;
  padding-bottom: 20px;
  width: 100%;
}
.footer-section-title {
  padding-top: 20px;
}
.footer-title {
  font-family: Inter;
  font-size: 40px;
  font-weight: 900;
  line-height: 40px;
  color: black;
}
.footer-subtitle {
  cursor: pointer;
  text-decoration: underline;
  font-family: Inter;
  font-size: 1rem;
  font-weight: 600;
  color: black;
  margin-top: 20px;
}
.footer-year {
  text-decoration: none !important;
}

@media (min-width: 992px) {
  .header-search {
    display: flex;
  }
  .header-search-mobile {
    display: none;
  }
  .section-container {
    padding: 0px 0px;
  }
  .application-section-title {
    padding-top: 80px;
    font-size: 40px;
    line-height: 50px;
  }
  .application-image {
    margin-top: 40px;
  }
  .application-subtitle {
    font-size: 24px;
    line-height: 32px;
  }
  .application-argument {
    font-size: 24px;
    line-height: 28px;
  }
  .assistant-section-title {
    font-size: 40px;
    line-height: 50px;
    padding-top: 80px;
  }
  .assistant-subtitle {
    font-size: 24px;
    line-height: 22px;
    padding-top: 100px;
  }
  .assistant-argument {
    font-size: 24px;
    line-height: 28px;
    padding-top: 20px;
  }
  .assistant-argument2 {
    font-size: 24px;
    line-height: 32px;
  }
  .assistant-image {
    margin-top: 40px;
  }
  .assistant-image2 {
    margin-top: 0px;
  }
  .tool-section-title {
    font-size: 40px;
    line-height: 50px;
    padding-top: 80px;
    padding-bottom: 40px;
  }
  .tool-argument-title {
    font-size: 30px;
    line-height: 30px;
    padding-top: 40px;
  }
  .tool-argument-text {
    font-size: 24px;
    line-height: 30px;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .tool-image {
    width: auto;
    height: 515px;
    margin-top: 20px;
    border-radius: 8px;
  }
  .last-section-title {
    font-size: 40px;
    line-height: 50px;
    padding-top: 80px;
    padding-bottom: 20px;
  }
  .last-subtitle {
    font-size: 24px;
    line-height: 22px;
    padding-top: 30px;
  }
  .last-argument {
    font-size: 24px;
    line-height: 28px;
    padding-top: 20px;
  }
  .contact-section-title {
    font-size: 40px;
    line-height: 50px;
    padding-top: 40px;
    padding-bottom: 20px;
  }
  .contact-subtitle {
    font-size: 24px;
    line-height: 22px;
    padding-top: 30px;
  }
  .footer-section-title {
    padding-top: 60px;
  }
  .footer-title {
    font-size: 50px;
    line-height: 50px;
  }
  .footer-subtitle {
    margin-top: 40px;
  }
}
@media (min-width: 1200px) {
}
@media (min-width: 1400px) {
  .application-image {
    height: 450px;
  }
}
