锘.bg-soft-primary {
  background-color: #f7f7f7 !important;
}

.offcanvas,
.offcanvas-xxl,
.offcanvas-xl,
.offcanvas-lg,
.offcanvas-md,
.offcanvas-sm {
  --bs-offcanvas-bg:rgba(206, 16, 52);
}

.ellipsis {
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.ellipsis-2 {
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.ellipsis-3 {
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.navbar-brand img {
  height: 70px;
}

.text-shadow {
  text-shadow: 0 0 8px #000;
}

.link-dark:hover, a.text-reset:hover, .text-reset a:hover {
  color: #fefefe !important;
}

.mainproduct .bg1 {
  background-color: #948a54;
}
.mainproduct .bg2 {
  background-color: #706840;
}
.mainproduct .bg3 {
  background: linear-gradient(to bottom right, #d60000, #e46b0a);
}
.mainproduct .lineal-stroke {
  fill: #ffffff;
}
.mainproduct .box {
  padding: 15px;
  color: #ffffff;
  width: 100%;
}

.homeAbout .box {
  padding: 40px;
  color: #ffffff;
  width: 100%;
  background: #ce1034;
}

.swiper-fixedheight {
  height: 763px;
}

.swiper-fixedheight .swiper:not(.swiper-thumbs) .swiper-slide {
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  height: 763px;
  background-size: cover;
  background-position: center center;
  overflow: hidden;
}

.swiper-fixedheight.swiper-container .swiper img {
  position: absolute;
  height: 100%;
  width: auto;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.nav-links .nav-link {
  background: #fff;
  transition: all 0.2s ease-in-out;
  font-size: 0.85rem;
  padding: 0.6rem 1.3rem;
}

.nav-links .nav-link i {
  font-size: 1rem;
}

.nav-links.nav-links-basic {
  border-color: transparent;
}

.nav-links.nav-links-basic .nav-link {
  border: 0;
  border-radius: 0;
  border-color: transparent;
  background: transparent;
  font-size: 0.85rem;
  padding: 0.6rem 0;
  margin-right: 1rem;
  border-bottom: 2px solid rgba(164, 174, 198, 0.25);
}

.nav-links.nav-links-basic .nav-link:hover,
.nav-links.nav-links-basic .nav-link:focus {
  border-color: #3f78e0;
}

.nav-links.nav-links-basic .nav-link.active,
.nav-links.nav-links-basic .nav-item.show .nav-link {
  color: #3f78e0;
  border-color: #3f78e0;
}

.image-wrapper:not(.mobile) {
  background-attachment: initial !important;
}

.image-wrapper.text-white h3 {
  color: #ffffff;
}

.post-content img, .tab-pane img {
  max-width: 100%;
}

.news-list figure a {
  aspect-ratio: 4/3;
}
.news-list figure a img {
  object-fit: cover;
  width: 100%;
  height: 100% !important;
}

.album .swiper-slide {
  aspect-ratio: 4/3;
}
.album .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

@media screen and (max-width: 1400px) {
  .swiper-fixedheight {
    height: 650px;
  }
  .swiper-fixedheight .swiper:not(.swiper-thumbs) .swiper-slide {
    height: 650px;
  }
}
@media screen and (max-width: 1200px) {
  .swiper-fixedheight {
    height: 550px;
  }
  .swiper-fixedheight .swiper:not(.swiper-thumbs) .swiper-slide {
    height: 550px;
  }
}
@media screen and (max-width: 992px) {
  .swiper-fixedheight {
    height: 450px;
  }
  .swiper-fixedheight .swiper:not(.swiper-thumbs) .swiper-slide {
    height: 450px;
  }
}
@media screen and (max-width: 768px) {
  .nav-links.nav-links-basic {
    overflow-x: auto;
    white-space: nowrap;
  }
  .nav-links.nav-links-basic .nav-item:first-child {
    margin-left: auto;
  }
  .nav-links.nav-links-basic .nav-item:last-child {
    margin-right: auto;
  }
  .swiper-fixedheight {
    height: 350px;
  }
  .swiper-fixedheight .swiper:not(.swiper-thumbs) .swiper-slide {
    height: 350px;
  }
}
@media screen and (max-width: 576px) {
  .navbar-expand-lg .navbar-brand {
    padding-top: 0.3rem;
    padding-bottom: 0.3rem;
  }
  .navbar-brand img {
    height: 50px;
  }
  .homeAbout .box {
    padding: 30px 20px;
  }
  .swiper-fixedheight {
    height: 280px;
  }
  .swiper-fixedheight .swiper:not(.swiper-thumbs) .swiper-slide {
    height: 280px;
  }
}
<!--0.00018811225891113-->