:root, [data-bs-theme=light] {
  --bs-primary: #017CFE;
  --bs-primary-rgb: 1,124,254;
  --bs-primary-text-emphasis: #003266;
  --bs-primary-bg-subtle: #CCE5FF;
  --bs-primary-border-subtle: #99CBFF;
  --bs-secondary: #545454;
  --bs-secondary-rgb: 84,84,84;
  --bs-secondary-text-emphasis: #222222;
  --bs-secondary-bg-subtle: #DDDDDD;
  --bs-secondary-border-subtle: #BBBBBB;
  --bs-dark: #2D2D2D;
  --bs-dark-rgb: 45,45,45;
  --bs-dark-text-emphasis: #121212;
  --bs-dark-bg-subtle: #D5D5D5;
  --bs-dark-border-subtle: #ABABAB;
  --bs-body-color: #000;
  --bs-body-color-rgb: 0,0,0;
  --bs-secondary-color: rgba(0,0,0,0.75);
  --bs-secondary-color-rgb: 0,0,0,0.75;
  --bs-tertiary-color: rgba(0,0,0,0.5);
  --bs-tertiary-color-rgb: 0,0,0,0.5;
  --bs-body-font-family: 'DM Sans', sans-serif;
  --bs-border-color: #c3c3c3;
}

.btn-primary {
  --bs-btn-color: #000000;
  --bs-btn-bg: #017CFE;
  --bs-btn-border-color: #017CFE;
  --bs-btn-hover-color: #000000;
  --bs-btn-hover-bg: #2790FE;
  --bs-btn-hover-border-color: #1A89FE;
  --bs-btn-focus-shadow-rgb: 0,19,38;
  --bs-btn-active-color: #000000;
  --bs-btn-active-bg: #3496FE;
  --bs-btn-active-border-color: #1A89FE;
  --bs-btn-disabled-color: #000000;
  --bs-btn-disabled-bg: #017CFE;
  --bs-btn-disabled-border-color: #017CFE;
}

.btn-outline-primary {
  --bs-btn-color: #017CFE;
  --bs-btn-border-color: #017CFE;
  --bs-btn-focus-shadow-rgb: 1,124,254;
  --bs-btn-hover-color: #000000;
  --bs-btn-hover-bg: #017CFE;
  --bs-btn-hover-border-color: #017CFE;
  --bs-btn-active-color: #000000;
  --bs-btn-active-bg: #017CFE;
  --bs-btn-active-border-color: #017CFE;
  --bs-btn-disabled-color: #017CFE;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #017CFE;
}

.btn-secondary {
  --bs-btn-color: #fff;
  --bs-btn-bg: #545454;
  --bs-btn-border-color: #545454;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #474747;
  --bs-btn-hover-border-color: #434343;
  --bs-btn-focus-shadow-rgb: 229,229,229;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #434343;
  --bs-btn-active-border-color: #3F3F3F;
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #545454;
  --bs-btn-disabled-border-color: #545454;
}

.btn-outline-secondary {
  --bs-btn-color: #545454;
  --bs-btn-border-color: #545454;
  --bs-btn-focus-shadow-rgb: 84,84,84;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #545454;
  --bs-btn-hover-border-color: #545454;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #545454;
  --bs-btn-active-border-color: #545454;
  --bs-btn-disabled-color: #545454;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #545454;
}

.btn-dark {
  --bs-btn-color: #fff;
  --bs-btn-bg: #2D2D2D;
  --bs-btn-border-color: #2D2D2D;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #262626;
  --bs-btn-hover-border-color: #242424;
  --bs-btn-focus-shadow-rgb: 224,224,224;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #242424;
  --bs-btn-active-border-color: #222222;
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #2D2D2D;
  --bs-btn-disabled-border-color: #2D2D2D;
}

.btn-outline-dark {
  --bs-btn-color: #2D2D2D;
  --bs-btn-border-color: #2D2D2D;
  --bs-btn-focus-shadow-rgb: 45,45,45;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #2D2D2D;
  --bs-btn-hover-border-color: #2D2D2D;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #2D2D2D;
  --bs-btn-active-border-color: #2D2D2D;
  --bs-btn-disabled-color: #2D2D2D;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #2D2D2D;
}

.fit-cover {
  object-fit: cover;
}

.text-services {
  font-family: 'Inter', sans-serif;
  color: #000;
}

@media (min-width: 768px) {
  .text-services {
    font-size: 2rem;
  }
}

@media (max-width: 767px) {
  .text-services {
    font-size: 1.5rem;
  }
}

.text-services-sub {
  font-size: 0.85rem;
  font-family: 'Inter', sans-serif;
  color: #545454;
}

.text-services-title {
  font-family: 'Inter', sans-serif;
  font-weight: 500;
  color: #000;
}

@media (max-width: 767px) {
  .text-services-title {
    font-size: 1rem;
  }
}

@media (min-width: 768px) {
  .text-services-title {
    font-size: 1.5rem;
  }
}

.pricing-title {
  font-size: 2rem;
  font-family: 'Inter', sans-serif;
}

.text-inter {
  font-family: 'Inter', sans-serif;
}

.accordion-body p {
  color: #545454;
  font-size: .85rem;
}

.accordion-button::after {
  background-image: none;
  display: none;
}

.accordion-button h4 {
  font-size: 1.25rem;
}

.accordion-button h5 {
  color: #545454;
  font-size: 0.85rem;
  font-weight: 600;
}

.accordion-button:active h4 {
  z-index: 3;
  color: #017CFE;
}

.bg-gradient .card-body {
  background: linear-gradient(110.7deg, #0A0A0B 11.42%, #017CFE 79.8%);
}

.bg-blue {
  background: linear-gradient(253.52deg, #F2F5FC 45.11%, #E1E9FF 103.79%);
}

.text-ready {
  background: linear-gradient(180deg, #0A0A0B -5.99%, #017CFE 135.68%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

@media (min-width: 768px) {
  .text-ready {
    font-size: 3rem;
  }
}

@media (max-width: 767px) {
  .text-ready {
    font-size: 2.25rem;
  }
}

@media (max-width: 767px) {
  footer .col-md-4 {
    border-bottom: 1px solid #c3c3c3;
  }
}

@media (min-width: 768px) {
  footer .col-md-4 {
    border-right: 1px solid #c3c3c3;
  }
}

@media (max-width: 767px) {
  footer .col-md-4:last-child {
    border-bottom: none;
  }
}

@media (min-width: 768px) {
  footer .col-md-4:last-child {
    border-right: none;
  }
}

footer .btn {
  font-size: 0.85rem;
}

.bs-icon {
  --bs-icon-size: .75rem;
  display: flex;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  font-size: var(--bs-icon-size);
  width: calc(var(--bs-icon-size) * 2);
  height: calc(var(--bs-icon-size) * 2);
  color: var(--bs-primary);
}

.bs-icon-xs {
  --bs-icon-size: 1rem;
  width: calc(var(--bs-icon-size) * 1.5);
  height: calc(var(--bs-icon-size) * 1.5);
}

.bs-icon-sm {
  --bs-icon-size: 1rem;
}

.bs-icon-md {
  --bs-icon-size: 1.5rem;
}

.bs-icon-lg {
  --bs-icon-size: 2rem;
}

.bs-icon-xl {
  --bs-icon-size: 2.5rem;
}

.bs-icon.bs-icon-primary {
  color: var(--bs-white);
  background: var(--bs-primary);
}

.bs-icon.bs-icon-dark {
  color: var(--bs-white);
  background: var(--bs-dark);
}

.bs-icon.bs-icon-primary-light {
  color: var(--bs-primary);
  background: rgba(var(--bs-primary-rgb), .2);
}

.bs-icon.bs-icon-semi-white {
  color: var(--bs-primary);
  background: rgba(255, 255, 255, .5);
}

.bs-icon.bs-icon-rounded {
  border-radius: .5rem;
}

.bs-icon.bs-icon-circle {
  border-radius: 50%;
}

.nav-link {
  font-family: 'Inter', sans-serif;
  text-transform: uppercase;
  color: #54545466;
  font-weight: 500;
}

@media (min-width: 992px) {
  .nav-link {
    font-size: 1rem !important;
  }
}

.nav-link {
  font-size: .85rem;
}

.nav-link.active {
  text-decoration: underline;
  color: #545454 !important;
  text-underline-offset: 3px;
}

.btn-consult {
  padding: 0;
  text-decoration: none;
  display: flex;
  flex-direction: row;
  gap: .5rem;
  align-items: center;
  background: linear-gradient(180deg, #254FA1 0%, #5186ED 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-transform: uppercase;
  font-weight: 700;
  font-family: 'Inter', sans-serif;
}

@media (min-width: 992px) {
  .btn-consult {
    font-size: 1rem !important;
  }
}

.btn-consult {
  font-size: .85rem;
}

.btn-consult svg {
  color: #5186ed;
}

.imglogo {
  width: 50px;
  height: 40px;
}

@media (min-width: 768px) {
  .imglogo {
    width: 100px !important;
    height: 80px !important;
  }
}

@media (min-width: 576px) {
  .text-gradient {
    font-size: 3rem;
  }
}

@media (max-width: 575px) {
  .text-gradient {
    font-size: 2rem;
  }
}

@media (min-width: 768px) {
  .text-gradient {
    font-size: 3.5rem;
  }
}

@media (min-width: 992px) {
  .text-gradient {
    font-size: 4.5rem !important;
  }
}

.text-gradient {
  background: linear-gradient(180deg, #0A0A0B -5.99%, #017CFE 135.68%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  letter-spacing: 1px;
}

.text-sub {
  color: #313131CC;
  font-size: 1rem;
}

@media (min-width: 992px) {
  .w-md-50 {
    width: 50% !important;
  }
}

.carousel-indicators [data-bs-target] {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  border-top: none;
  border-bottom: none;
  background: #fff;
  opacity: 1;
}

@media (max-width: 767px) {
  .carousel-indicators {
    justify-content: flex-end;
    margin-left: 0;
    margin-right: 2%;
    margin-bottom: .5rem;
  }
}

@media (min-width: 768px) {
  .carousel-caption {
    bottom: 0;
    left: 1rem;
    padding-top: 1.25rem;
    color: #fff;
    text-align: left;
    padding-bottom: 1.25rem;
  }
}

@media (max-width: 767px) {
  .carousel-caption {
    bottom: 0;
    left: 1rem;
    padding-top: 1.25rem;
    color: #fff;
    text-align: left;
    padding-bottom: .5rem;
  }
}

@media (min-width: 768px) {
  .text-caption {
    font-size: .85rem;
  }
}

@media (max-width: 767px) {
  .text-caption {
    font-size: .7rem;
  }
}

.text-caption {
  font-family: 'Inter', sans-serif;
  font-weight: 500;
}

.carousel-indicators .active {
  opacity: 1;
  background: #353434;
}

@media (min-width: 768px) {
  .carousel-indicators {
    margin-bottom: 1.7rem;
  }
}

.company img {
  width: 120px;
  height: 120px;
}

.scrollbar {
  -ms-overflow-style: none;
}

.scrollbar::-webkit-scrollbar {
  display: none;
}

.bg-vision {
  background: url("../../assets/img/bglight.png") bottom / cover;
}

@media (min-width: 992px) {
  .bg-vision {
    height: 600px;
  }
}

.sub1 {
  color: #545454;
  font-family: 'Inter', sans-serif;
  font-size: .85rem;
}

.text-title {
  background: linear-gradient(180deg, #0A0A0B -5.99%, #017CFE 135.68%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 600;
}

@media (min-width: 768px) {
  .text-title {
    font-size: 1.5rem;
  }
}

@media (max-width: 767px) {
  .text-title {
    font-size: 1rem;
  }
}

.text-title1 {
  color: #000;
  font-family: 'Inter', sans-serif;
}

@media (min-width: 768px) {
  .text-title1 {
    font-size: 2rem;
  }
}

.text-cardtitle {
  color: #000;
  font-family: 'Inter', sans-serif;
  font-weight: 500;
}

@media (min-width: 768px) {
  .text-cardtitle {
    font-size: 1.5rem;
  }
}

@media (max-width: 767px) {
  .text-cardtitle {
    font-size: 1.25rem;
  }
}

.text-cardsubtitle {
  font-size: .85rem;
  font-family: 'Inter', sans-serif;
  color: #545454;
}

.project-title1 {
  font-family: 'Inter', sans-serif;
  color: #000;
}

@media (min-width: 768px) {
  .project-title1 {
    font-size: 2rem;
  }
}

@media (max-width: 767px) {
  .project-title1 {
    font-size: 1.25rem;
  }
}

@media (min-width: 992px) {
  .state .col {
    border-right: 1px solid #C3C3C3;
  }
}

@media (max-width: 991px) {
  .state .col {
    border-bottom: 1px solid #C3C3C3;
    border-right: none;
  }
}

.state .col:last-child {
  border-right: none;
}

.text-state {
  background: linear-gradient(180deg, #254FA1 0%, #5186ED 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 500;
}

@media (max-width: 1199px) {
  .text-state {
    font-size: 6rem;
  }
}

@media (min-width: 1200px) {
  .text-state {
    font-size: 5.5rem;
  }
}

@media (min-width: 1400px) {
  .text-state {
    font-size: 7rem;
  }
}

.text-plus {
  background: linear-gradient(180deg, #254FA1 0%, #5186ED 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 500;
}

@media (max-width: 1199px) {
  .text-plus {
    font-size: 3rem;
  }
}

@media (min-width: 1200px) {
  .text-plus {
    font-size: 4rem;
  }
}

@media (min-width: 1400px) {
  .text-plus {
    font-size: 5rem;
  }
}

.text-state-sub {
  font-family: 'Inter', sans-serif;
  color: #000;
}

.img1 {
  width: 90%;
  object-fit: contain;
}

.accordion-button:not(.collapsed) {
  color: #017CFE;
  background-color: #fff;
  box-shadow: none;
}

.accordion-button:not(.collapsed) h4 {
  color: #017CFE;
}

.modal-body {
  border-radius: 4rem;
}

.modal-body .form-title {
  background: linear-gradient(180deg, #0A0A0B -5.99%, #017CFE 135.68%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 2rem;
}

.modal-body p {
  font-size: 1rem;
  color: #313131CC;
}

.modal-body .form-control {
  font-family: 'Inter', sans-serif;
  font-size: 1rem;
  color: #000;
  border: 1px solid #D8D8D8;
  border-radius: 5px;
}

.modal-body .form-control::placeholder {
  color: #000;
}

.card.card-project:hover .overlay {
  opacity: 1;
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #00000033;
  color: white;
  opacity: 0;
  transition: opacity 0.5s;
  display: flex;
  align-items: center;
  justify-content: center;
}

#swiperModal .modal-content {
  background-color: transparent;
}

.swiper {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: transparent;
  display: flex;
  justify-content: center;
  align-items: center;
}

.mySwiper2 .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.mySwiper2.swiper {
  width: 100%;
  height: 513px;
  margin-left: auto;
  margin-right: auto;
}

.swiper-slide {
  background-size: cover;
  background-position: center;
}

.mySwiper {
  height: 20%;
  box-sizing: border-box;
  padding: 10px 0;
}

.mySwiper .swiper-slide {
  border: 2px solid transparent;
}

.mySwiper .swiper-slide-thumb-active {
  border: 2px solid #017CFE
}

.mySwiper .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

@media (min-width: 768px) {
  .swiper p {
    font-size: .85rem;
  }
}

@media (max-width: 767px) {
  .swiper p {
    font-size: .7rem;
  }
}