html {
    scroll-behavior: smooth;
}
body #ini {
    margin: 0;
}
#sys {
  background: url("../img/fnd1.webp") center center no-repeat;
  background-color: black;
  background-size: cover;
}
.preloader-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .4s ease;
    z-index: 10;
}
.fade-out-animation {
    opacity: 0;
    visibility: hidden;
}
.inicio{
  width: 100%;
  min-height: 100vh;
  position: relative;
  padding: 1px 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.inicio::before {
    content: "";
    background: #000910aa;
    position: absolute;
    inset: 0;
    z-index: 2;
}
.fndini {
    position: absolute;
    inset: 0;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
}
.cini {
    position: relative;
    /* z-index: 2; */
}
.titulo h2 {
  color: #273d4e;
  font-size: 14px;
  font-weight: 500;
  padding: 0;
  line-height: 1px;
  margin: 0;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}
.titulo h2::after {
    content: "";
    width: 120px;
    height: 1px;
    display: inline-block;
    background: #7fcc1a;
    margin: 4px 10px;
}
.titulo p{
  color: #273d4e;
  margin: 0;
  font-size: 36px;
  font-weight: 800;
  text-transform: uppercase;
}




.testimonials {
  position: relative;
}

.testimonials:before {
  content: "";
  background: color-mix(in srgb, var(--background-color), transparent 30%);
  /* position: absolute; */
  inset: 0;
  /* z-index: 2; */
}

.testimonials .testimonials-bg {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  /* z-index: 1; */
}

.testimonials .container {
  position: relative;
  /* z-index: 3; */
}

.testimonials .testimonials-carousel,
.testimonials .testimonials-slider {
  overflow: hidden;
}

.testimonials .testimonial-item {
  text-align: center;
}

.testimonials .testimonial-item .testimonial-img {
  width: 100px;
  border-radius: 5%;
  /* border: 6px solid color-mix(in srgb, var(--default-color), transparent 85%); */
  /* margin: 0 auto; */
  padding: 5px;
  background-color: #fff;
}

.testimonials .testimonial-item h3 {
  font-size: 20px;
  font-weight: bold;
  margin: 10px 0 5px 0;
}

.testimonials .testimonial-item h4 {
  font-size: 14px;
  margin: 0 0 15px 0;
  color: color-mix(in srgb, var(--default-color), transparent 40%);
}

.testimonials .testimonial-item .stars {
  margin-bottom: 15px;
}

.testimonials .testimonial-item .stars i {
  color: #ffc107;
  margin: 0 1px;
}

.testimonials .testimonial-item .quote-icon-left,
.testimonials .testimonial-item .quote-icon-right {
  color: color-mix(in srgb, var(--default-color), transparent 40%);
  font-size: 26px;
  line-height: 0;
}

.testimonials .testimonial-item .quote-icon-left {
  display: inline-block;
  left: -5px;
  position: relative;
}

.testimonials .testimonial-item .quote-icon-right {
  display: inline-block;
  right: -5px;
  position: relative;
  top: 10px;
  transform: scale(-1, -1);
}

.testimonials .testimonial-item p {
  font-style: italic;
  margin: 0 auto 15px auto;
}

.testimonials .swiper-wrapper {
  height: auto;
}

.testimonials .swiper-pagination {
  margin-top: 20px;
  position: relative;
}

.testimonials .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: color-mix(in srgb, var(--default-color), transparent 50%);
  opacity: 0.5;
}

.testimonials .swiper-pagination .swiper-pagination-bullet-active {
  background-color: var(--default-color);
  opacity: 1;
}

@media (min-width: 992px) {
  .testimonials .testimonial-item p {
    width: 80%;
  }
}
.card {
    --bs-card-bg: rgb(255 255 255 / 80%);
}