@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: "Montserrat", sans-serif !important;
}

.btn {
  font-family: "Montserrat", sans-serif !important;
}

li, span, a, p, select, .txt {
  font-family: "Montserrat", 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 .fs-18 {
  color: #333333 !important;
}

.btn {
  display: inline-block;
  line-height: 1.1;
  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: 16px;
  border-radius: 0px;
}

.btn-primary {
  color: #060D27;
  background-color: #6EDEEC !important;
  border-color: #6EDEEC !important;
  padding: 12px 2rem;
  opacity: 1 !important;
  border-radius: 23px;
  font-weight: 700;
}
.btn-primary:hover {
  color: #6EDEEC !important;
  background-color: transparent !important;
  border-color: #6EDEEC !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-link {
  font-weight: 400;
  color: #333333 !important;
  text-decoration: none;
}
.btn-link:hover {
  color: #1EC46B !important;
}
.btn-link:hover path {
  fill: #FFFFFF !important;
}

.btn-secundary {
  color: #FFFFFF !important;
  background-color: #5B6F55 !important;
  border-color: #5B6F55 !important;
  padding: 12px 2rem;
  text-transform: uppercase;
}
.btn-secundary:hover {
  color: #434343 !important;
}
.btn-secundary img {
  width: 20px;
  margin-right: 7px;
  margin-top: -7px;
}

.btn-dashed {
  color: #434343 !important;
  background-color: transparent !important;
  border-style: dashed;
  border-color: #5B6F55 !important;
  padding: 12px 2rem;
  text-transform: uppercase;
  -webkit-user-select: inherit;
     -moz-user-select: inherit;
          user-select: inherit;
}
.btn-dashed:hover {
  color: #434343 !important;
  background-color: transparent !important;
  border-color: #5B6F55 !important;
}

.text-btn {
  color: #FFFFFF !important;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
}
.text-btn:hover {
  color: #6EDEEC !important;
  text-decoration: none;
}

footer .text-muted {
  color: #FFFFFF !important;
  font-size: 14px;
}
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: #FFFFFF !important;
}
footer .btn-link {
  font-weight: 400;
  color: #5D5D5D !important;
  text-decoration: none;
}
footer .btn-link:hover {
  color: #FFFFFF !important;
}

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

.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 {
  background-color: #060D27 !important;
}

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

.bg-gren {
  background-color: #5B6F55 !important;
}

.bg-blue {
  background-color: #6EDEEC !important;
}

.bg-footer {
  background-color: #F8F8F8 !important;
}

.bg-white {
  background-color: #FFFFFF !important;
}

.bg-orange {
  background-color: #FF9900 !important;
  margin-right: -15px;
}

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

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

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

.title {
  color: #6EDEEC !important;
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 0px;
}

.lead {
  color: #FFFFFF !important;
  font-size: 18px;
}

.lead-bold {
  color: #FFFFFF !important;
  font-size: 18px;
  font-weight: 700;
}

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

.text-black {
  color: #434343 !important;
}

.text-orange {
  color: #FF9900 !important;
}

.text-blue {
  color: #6EDEEC !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: rgb(30, 196, 107);
  background: linear-gradient(45deg, rgb(30, 196, 107) 0%, rgb(7, 221, 135) 100%);
  border-radius: 1.375rem;
  padding: 1.25rem;
  width: 6rem;
}
.icon svg {
  width: 3.5rem;
  fill: #FFFFFF !important;
}

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

.pl-7 {
  padding-left: 7rem;
}

.fs-60 {
  font-size: 60px;
}

.fs-50 {
  font-size: 45px;
}

.fs-40 {
  font-size: 40px;
}

.fs-32 {
  font-size: 32px;
}

.fs-30 {
  font-size: 30px;
  font-weight: 500;
}

.fs-25 {
  font-size: 25px !important;
}

.fs-20 {
  font-size: 20px !important;
}

.fs-18 {
  font-size: 18px !important;
}

.py-40 {
  padding-top: 40px !important;
  padding-bottom: 40px !important;
}

.m-orange {
  margin-left: -112px;
  margin-right: -48px;
}

.m-header {
  margin-left: 112px;
}

.fw-bold {
  font-weight: 700;
}

b, strong {
  font-weight: 700;
}

.my-35 {
  margin-left: 35px;
  margin-right: 35px;
}

.hr-color {
  border-color: #b9b9b9;
}

.px-28 {
  padding: 28px 0px;
}

.lh-23 {
  line-height: 23px;
}

.cover {
  background-position: center center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
}

.logo-header {
  max-width: 430px;
  min-width: 300px;
}

.pe-20 {
  padding-right: 20px;
}

label {
  font-family: "Montserrat", sans-serif !important;
  font-size: 14px;
  font-weight: 700;
}
label.form-check-label {
  font-size: 16px !important;
  color: #434343 !important;
  font-weight: 400 !important;
}

.form-check-input:checked {
  background-color: #5B6F55 !important;
  border-color: #5B6F55 !important;
}

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

.form-control, .form-select {
  border-radius: 0.625rem;
  font-family: "Montserrat", sans-serif !important;
  border: 1px solid #707070 !important;
  color: #707070 !important;
  padding: 12px 0.75rem;
}

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

.form-label {
  color: #FFFFFF !important;
}

.form-control {
  background-color: #FFFFFF !important;
  padding: 20px 0.75rem;
}

.intro .card {
  border-radius: 0.375rem;
}
.intro .card .card-title {
  font-size: 1.25rem;
  color: #1C232F !important;
}
.intro .card .card-text {
  color: #333333 !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: 0px;
  background-color: #060D27 !important;
  border: none;
}
.collaterals .card .card-title {
  font-size: 25px;
  color: #5B6F55 !important;
  font-weight: 700;
  text-transform: uppercase;
}
.collaterals .card .card-title.text-black {
  color: #434343 !important;
}
.collaterals .card .card-text {
  color: #434343 !important;
  font-size: 16px;
  line-height: 26px;
}
.collaterals .card .card-text.text-black {
  color: #434343 !important;
}
.collaterals .card .card-text.text-black b {
  color: #5B6F55 !important;
}
.collaterals .card hr {
  background-color: #FFFFFF !important;
  opacity: 1;
}
.collaterals .card hr.color-gren {
  background-color: #5B6F55 !important;
}
.collaterals .card span {
  position: relative;
  left: 45px;
  top: -19px;
  font-size: 14px;
  border-radius: 0px;
  padding: 12px 20px;
  color: #5B6F55 !important;
}
.collaterals .card span.text-white {
  color: #FFFFFF !important;
}
.collaterals .card .text-price {
  font-size: 44px;
  font-weight: 700;
  color: #FFFFFF !important;
}
.collaterals .card.opa-60 {
  opacity: 0.6;
}
.collaterals .card .bg-gray {
  background-color: #060D27 !important;
}
.collaterals .card .color-gren {
  color: #5B6F55 !important;
}
.collaterals .card.text-white {
  color: #FFFFFF !important;
}
.collaterals .btn-collateral {
  border-radius: 0 0 0.375rem 0.375rem;
  padding: 0.84rem 2rem;
}
.collaterals.six .card {
  background-color: #060D27 !important;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.collaterals.six .card .card-title {
  color: #FFFFFF !important;
}
.collaterals.six .card .card-text {
  color: #FFFFFF !important;
}
.collaterals .text-url {
  color: #5B6F55 !important;
  font-weight: 700;
}

.badge {
  font-size: 22px;
  line-height: 22px;
  font-weight: 700;
  color: #FFFFFF !important;
  vertical-align: text-bottom;
  border-radius: 50%;
  padding: 7px 12px 3px 12px;
}

.modal-dialog {
  max-width: 600px;
}
.modal-dialog .modal-content {
  height: 325px;
  border-radius: 0px;
}
.modal-dialog .modal-header {
  border-bottom: 0px;
}
.modal-dialog .modal-body {
  padding: 2rem 4rem;
}
.modal-dialog .modal-body h1 {
  font-size: 32px;
  font-weight: 700;
  color: #000546;
}

.modal-backdrop {
  background-color: #1D1D1D !important;
  opacity: 0.7 !important;
}

@media (max-width: 680px) {
  .navbar .nav-link {
    padding-right: 0 !important;
    padding-left: 0 !important;
    padding-top: 1rem;
  }
  .logo-header {
    width: 400px;
  }
  .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;
  }
  .p-sm-60 {
    padding-top: 60px;
    padding-bottom: 60px;
    padding-left: 30px;
  }
  .display-sm-none {
    display: none !important;
  }
  .bg-orange {
    margin-right: inherit !important;
  }
  .fs-50 {
    font-size: 36px;
  }
  .fs-32 {
    font-size: 24px;
  }
  .fs-30 {
    font-size: 24px;
  }
  .title {
    font-size: 35px;
  }
}
@media (min-width: 1440px) {
  .container {
    max-width: 1220px;
  }
}
@media (min-width: 768px) {
  .px-md-5 {
    padding-left: 7rem !important;
  }
  .pt-md-5 {
    padding-top: 4rem !important;
  }
  .pb-sm-4 {
    margin-bottom: 1.5rem !important;
  }
}
@media (max-width: 767px) {
  #invitationOnlySection .container-fluid, .header .container-fluid {
    background-image: none !important;
  }
  .logo-header {
    width: 360px;
  }
}
@media (max-width: 576px) {
  .pb-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .img-header {
    background-image: url("../images/image-header-sm.png") !important;
  }
  .logo-header {
    width: 300px;
  }
}