@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700&display=swap");
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: "Roboto", sans-serif !important;
}

.btn {
  font-family: "Roboto", sans-serif;
}

li, span, a, p, select, .txt {
  font-family: "Roboto", sans-serif !important;
}

.navbar {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.navbar-light .navbar-nav .nav-link {
  color: #434343 !important;
  padding-right: 0.8rem;
  padding-left: 0.8rem;
}
.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
  color: #1EC46B !important;
  opacity: 0.8;
}
.navbar-light .navbar-nav .nav-link.disabled {
  color: #FFFFFF !important;
}
.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.55);
  border-color: transparent;
}

.header .cover {
  background-position: center center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
}
.header p.title {
  font-size: 20px;
  line-height: 26px;
  color: #141928 !important;
  font-weight: 700;
  font-family: "Roboto", sans-serif !important;
}
.header p.paragraph {
  font-size: 14px;
  line-height: 21px;
  color: #17355E;
  font-weight: 400;
  font-family: "Roboto", sans-serif !important;
}
.header p.text-red {
  font-size: 20px;
  line-height: 26px;
  color: #0d274d !important;
  font-weight: 700;
  font-family: "Roboto", sans-serif !important;
}
.header p.text-footer {
  font-size: 12px;
  line-height: 18px;
  color: #707070 !important;
  font-weight: 400;
  font-family: "Roboto", sans-serif !important;
}
.header .bg-dark h1 {
  font-size: 24px;
  line-height: 31px;
  color: #FFFFFF !important;
  font-weight: 700;
  font-family: "Roboto", sans-serif !important;
}
.header .bg-dark p {
  font-size: 18px;
  line-height: 14px;
  color: #FFFFFF !important;
  font-weight: 400;
}
.header .bg-dark p.text-blue {
  color: #0d274d !important;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.3rem;
  font-family: "Roboto", sans-serif !important;
}
.header .form-floating label {
  font-size: 14px;
  line-height: 14px !important;
  color: #333333 !important;
  font-weight: 400;
  font-family: "Roboto", sans-serif !important;
  display: flex;
  align-items: center;
  padding: 1rem 0.75rem 1rem 0px;
}
.header .form-floating label span {
  color: #00C6FF;
}
.header .form-control, .header .form-select {
  border-radius: 0px;
  border: 0px !important;
  border-bottom: 1px solid rgba(32, 35, 66, 0.25) !important;
}
.header .form-control:focus, .header .form-select:focus {
  color: #141928 !important;
  border-color: #141928 !important;
  box-shadow: 0 0 0 0rem rgba(20, 25, 40, 0.7);
}

.btn {
  display: inline-block;
  line-height: 1.5;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  border-radius: 0.375rem;
}

.btn-primary {
  color: #FFFFFF !important;
  background-color: #0d274d !important;
  border-color: #0d274d !important;
  padding: 0.5rem 2.5rem;
  border-radius: 21px;
}
.btn-primary:hover {
  color: #FFFFFF !important;
  background-color: transparent;
  border-color: #0d274d !important;
}

.btn-outline-primary {
  color: #434343 !important;
  background-color: #F5F5F5 !important;
  border-color: #434343 !important;
  padding: 0.625rem 2rem;
}
.btn-outline-primary:hover {
  color: #FFFFFF !important;
  background-color: #1EC46B !important;
  border-color: #07DD87 !important;
}

.btn-check:focus + .btn-outline-primary, .btn-outline-primary:focus {
  color: #FFFFFF !important;
  background-color: #1EC46B !important;
  border-color: #07DD87 !important;
  box-shadow: 0 0 0 0 rgba(13, 110, 253, 0);
}

.btn-outline-secundary {
  color: #434343 !important;
  background-color: #F5F5F5 !important;
  border-color: #434343 !important;
  padding: 0.625rem 2rem;
}
.btn-outline-secundary:hover {
  color: #FFFFFF !important;
  background-color: #1EC46B !important;
  border-color: #07DD87 !important;
}

.btn-check:focus + .btn-outline-secundary, .btn-outline-secundary:focus {
  color: #FFFFFF !important;
  background-color: #1EC46B !important;
  border-color: #07DD87 !important;
  box-shadow: 0 0 0 0 rgba(13, 110, 253, 0);
}

.btn-image {
  border: 0;
  background: none;
  padding: 0;
}

.submit-btn {
  margin-top: 20px;
  position: relative;
  display: inline-block;
  font-size: 14px;
  min-width: 100%;
  text-align: center;
  letter-spacing: 2.5px;
  line-height: 18px;
  font-weight: 700;
  padding: 15px 30px;
  border: 2px solid;
  cursor: pointer;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background: #00bbeb !important;
  color: #0d274d;
  border-color: #00bbeb !important;
  border-radius: 100px;
}

.button2 {
  margin-top: 20px;
  position: relative;
  display: inline-block;
  font-size: 14px;
  min-width: 40%;
  text-align: center;
  letter-spacing: 2.5px;
  line-height: 18px;
  font-weight: 700;
  padding: 15px 30px;
  border: 2px solid;
  cursor: pointer;
  text-transform: uppercase;
  background: #0d274d !important;
  color: #ffffff !important;
  border-color: #0d274d !important;
  text-decoration: none;
  margin-bottom: 10px;
  border-radius: 100px;
  font-family: "Roboto", sans-serif !important;
}

footer .text-muted {
  color: #5D5D5D !important;
  font-size: 0.75rem;
}
footer .btn {
  font-size: 0.875rem;
}
footer .fa-brands {
  font-size: 1.25rem;
  color: #AAAAAA;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
footer .fa-brands:hover {
  color: #1EC46B !important;
}
footer .btn-link {
  font-weight: 400;
  color: #5D5D5D !important;
  text-decoration: none;
}
footer .btn-link:hover {
  color: #07DD87 !important;
}

.modal .modal-title {
  font-size: 1.25rem;
  color: #434343 !important;
}

label {
  font-family: "Roboto", sans-serif !important;
}

.form-floating > label {
  color: #5D5D5D !important;
}

.form-control, .form-select {
  border-radius: 0.3125rem;
  font-family: "Roboto", sans-serif !important;
  border: 1px solid #5D5D5D !important;
  color: #5D5D5D !important;
}

.col-form-label {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  color: #5D5D5D !important;
}

.form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #202342 !important;
  background-color: #F3F5F9;
}
.form-control:focus {
  color: #212529;
  background-color: #F3F5F9;
}

.height-10 {
  height: 10vh;
}

.height-20 {
  height: 20vh;
}

.height-30 {
  height: 30vh;
}

.height-40 {
  height: 40vh;
}

.height-50 {
  height: 90vh;
}

.height-60 {
  height: 60vh;
}

.height-70 {
  height: 70vh;
}

.height-80 {
  height: 80vh;
}

.height-90 {
  height: 90vh;
}

.height-100 {
  height: 100vh;
}

.fs-20 {
  font-size: 1.25rem;
}

.bg-light {
  --bs-bg-opacity: 1;
  background-color: #F5F5F5 !important;
}

.bg-gray {
  --bs-bg-opacity: 1;
  background-color: #AAAAAA !important;
}

.py-6 {
  padding-top: 6rem !important;
  padding-bottom: 6rem !important;
}

.text-gray {
  color: #5D5D5D !important;
}

.title {
  font-family: "Nexa-Heavy" !important;
  color: #434343 !important;
  font-size: 2rem;
}

.lead {
  font-family: "Nexa-Regular";
  color: #5D5D5D !important;
  font-size: 1.125rem;
}

.text-white {
  color: white !important;
}

.fa-youtube {
  position: absolute;
  font-size: 40px;
  top: 41%;
  left: 43%;
}

.btn-video-thumbnail {
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  color: #D0D0D0;
}
.btn-video-thumbnail:hover {
  color: white !important;
}

.icon {
  background: #1ec46b;
  background: linear-gradient(45deg, #1ec46b 0%, #07dd87 100%);
  border-radius: 1.375rem;
  padding: 1.25rem;
  width: 6rem;
}
.icon svg {
  width: 3.5rem;
  fill: #FFFFFF !important;
}

.bg-dark {
  background-color: #141928 !important;
  overflow-x: hidden;
}

.form-floating > .form-control {
  padding: 1rem 0.1875rem;
}

.border-bottom {
  border-bottom: 10px solid #00C6FF !important;
}

.form-select {
  padding: 0.375rem 0 0.375rem 0.1875rem;
}

.intro .card {
  border-radius: 0.375rem;
}
.intro .card .card-title {
  font-size: 1.25rem;
  color: #434343 !important;
}
.intro .card .card-text {
  color: #5D5D5D !important;
  font-size: 0.875rem;
  line-height: 1.625rem;
}

.tab .nav-pills .nav-link {
  padding: 0.675rem 1.75rem;
  font-size: 1rem;
  border-radius: 0.375rem;
  color: #434343 !important;
}
.tab .nav-pills .nav-link:hover {
  color: #1EC46B !important;
}
.tab .nav-pills .nav-link.active, .tab .nav-pills .show > .nav-link {
  color: #FFFFFF !important;
  background-color: #A8A8A8 !important;
}
.tab .nav-pills .nav-link.active:hover, .tab .nav-pills .show > .nav-link:hover {
  color: #FFFFFF !important;
  background-color: #1EC46B !important;
  border-color: #07DD87 !important;
}

.testimonials blockquote {
  font-family: "Nexa-Regular";
  font-size: 1rem;
}
.testimonials blockquote .blockquote-footer {
  color: #FFFFFF !important;
}
.testimonials blockquote .btn-link {
  color: #FFFFFF !important;
}
.testimonials blockquote .btn-link:hover {
  color: #1EC46B !important;
}

.collaterals .card {
  border-radius: 0.375rem;
}
.collaterals .card .card-title {
  font-size: 1.25rem;
  color: #434343 !important;
}
.collaterals .card .card-text {
  color: #5D5D5D !important;
  font-size: 0.875rem;
  line-height: 1.625rem;
}
.collaterals .card hr {
  opacity: 0.1;
}
.collaterals .btn-collateral {
  border-radius: 0 0 0.375rem 0.375rem;
  padding: 0.84rem 2rem;
}

body {
  background-color: #F3F5F9 !important;
}

.accordion-button {
  background-color: #F3F5F9;
  font-weight: 700;
}

.accordion-body {
  background-color: #F3F5F9;
}

.accordion-button:not(.collapsed) {
  color: #202342;
  background-color: #F3F5F9;
}

@media (max-width: 680px) {
  .fixed-top {
    position: relative;
  }

  .navbar .nav-link {
    padding-right: 0 !important;
    padding-left: 0 !important;
    padding-top: 1rem;
  }

  .testimonials .media {
    width: 65%;
    text-align: center;
    margin: 0 auto;
  }

  .videos .accordion-button {
    padding: 1rem 0;
    color: .videos .accordion-button black;
  }
  .videos .accordion-button:focus {
    z-index: 3;
    border-color: transparent;
    outline: 0;
    box-shadow: 0 0 0 0 transparent;
  }
  .videos .accordion-button:not(.collapsed) {
    color: #1EC46B !important;
    background-color: white;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.13);
  }
  .videos .accordion-button:not(.collapsed)::after {
    background-image: url("../images/arrow-down.svg");
    transform: rotate(-180deg);
  }
  .videos .accordion-body {
    padding: 1rem 0;
  }
}
@media (max-width: 1440px) {
  .form-floating.mb-3 {
    margin-bottom: 0.5rem !important;
  }

  .header p.title {
    font-size: 18px;
    line-height: 18px;
  }

  .header p.paragraph {
    font-size: 12px;
    line-height: 12px;
  }

  .logo.mb-5 {
    margin-bottom: 1.8rem !important;
  }

  .d-block.mt-5 {
    margin-top: 1rem !important;
  }

  .header p.text-footer {
    margin-bottom: 0;
  }

  header.mb-4 {
    margin-bottom: 1rem !important;
  }
}
@media (min-width: 768px) {
  .px-md-5 {
    padding-right: 4.5rem !important;
    padding-left: 4.5rem !important;
  }
}

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