/* visual styles */
.container-fluid{
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
	background-color: #004a98;
}
.banner-rrss{
	    background-color: #c5cfed;
	    margin: 0 0;
	    text-align: center;
}
.no-gutters {
    margin-right: 0;
    margin-left: 0;
}
.mt-5, .my-5 {
    margin-top: 3rem !important;
	margin-bottom: 3rem !important;
}
.mb-2, .my-2 {
    margin-bottom: .5rem !important;
}
.mt-3, .my-3 {
    margin-top: 1rem !important;
}
.col-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

.no-gutters h4{
        font-size: 1.5rem;
		margin-bottom: .5rem;
		font-weight: 500;
		line-height: 1.2;
}
.no-gutters p{
        margin-top: 0;
        margin-bottom: 1rem;
}
.index-link {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin: 0;
    gap: 10px;
    list-style: none;
	margin-bottom: 50px;
}
.index-link li{margin: 10px 20px;}
.index-link a{
	    transition: all .5s;
		border-radius: 50%;
		    text-align: center;
		    width: 120px;
		    height: 120px;
		    background-color: #fff;
		    color: #0c0c0c;
		    padding: .0625rem;
		    font-size: 60px;
		    line-height: 120px;
		    display: block;
}
.redes-sociales{
	    display: block;
	    text-align: center;
	    justify-items: center;
}
@media (min-width: 768px) {
    .d-md-block {
        display: block !important;
    }
}
.contact-index .contact {

    color: #fff;
    font-family: Montserrat Bold;
    padding-top: 50px;
    padding-bottom: 30px;
    text-align: center;
}
.contact-index .contact {
    background-color: #004a98;
    color: #fff;
    font-family: Montserrat Bold;
    padding-top: 50px;
    padding-bottom: 30px;
    text-align: center;
}
.contact-index .contact p:nth-child(1) {
    font-size: 15px;
}
.contact-index .contact p:nth-child(2) {
    font-size: 41px;
}
.contact-index .contact a {
    color: #585858;
    font-size: 18px;
    background-color: #fff;
    border-radius: 35px;
    padding: 15px 30px;
    display: inline-block;
}
.relevanssi-live-search-results {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  background: #fff;
  -webkit-box-shadow: 0 0 2px 0 rgba(30, 30, 30, 0.4);
  box-shadow: 0 0 2px 0 rgba(30, 30, 30, 0.4);
  border-radius: 3px;
  width: 315px;
  min-height: 175px;
  max-height: 300px;
}

.relevanssi-live-search-result p,
.relevanssi-live-search-result-status p {
  font-size: 0.9em;
  padding: 1em;
  margin: 0;
  border-bottom: 1px solid rgba(30, 30, 30, 0.1);
}

.relevanssi-live-search-result-status p {
  font-size: 0.8em;
  padding: 0 1em;
}

.relevanssi-live-search-result--focused {
  background: #ddd;
}

.relevanssi-live-search-result--focused a {
  color: #000;
}

.relevanssi-live-search-result:last-of-type p {
  border-bottom: 0;
}

.relevanssi-live-search-result a {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* Bullet proof Screen Reader Only text */
.relevanssi-live-search-instructions {
  border: 0 !important;
  clip: rect(1px, 1px, 1px, 1px) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important;
}

.rlv-has-spinner {
  width: 56px;
  height: 56px;
  border: 8px solid #0052ec;
  border-right-color: transparent;
  border-radius: 50%;
  position: relative;
  animation: loader-rotate 1s linear infinite;
  margin: 1em auto;
}
.rlv-has-spinner::after {
  content: "";
  width: 8px;
  height: 8px;
  background: #0052ec;
  border-radius: 50%;
  position: absolute;
  top: -1px;
  left: 33px;
}
@keyframes loader-rotate {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}


  .product-carousel {
            position: relative;
            max-width: 100%;
            overflow: hidden;
            margin: 20px 0;
            border-radius: 8px;
        }
        .carousel-slides {
            display: flex;
            transition: transform 0.5s ease;
            width: 100%;
        }
        .carousel-slide {
            flex: 0 0 100%;
            width: 100%;
        }
        .carousel-slide img {
            width: 100%;
            height: auto;
            display: block;
            object-fit: cover;
        }
        .carousel-btn {
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            background: rgba(0,0,0,0.5);
            color: #fff;
            border: none;
            width: 40px;
            height: 40px;
            border-radius: 50%;
            cursor: pointer;
            z-index: 10;
            font-size: 18px;
            display: flex;
            align-items: center;
            justify-content: center;
        }
        .carousel-btn:hover {
            background: rgba(0,0,0,0.7);
        }
        .carousel-prev {
            left: 10px;
        }
        .carousel-next {
            right: 10px;
        }
        .carousel-indicators {
            position: absolute;
            bottom: 15px;
            left: 50%;
            transform: translateX(-50%);
            display: flex;
            gap: 8px;
            z-index: 10;
        }
        .indicator-dot {
            width: 10px;
            height: 10px;
            border-radius: 50%;
            background: rgba(255,255,255,0.5);
            cursor: pointer;
        }
        .indicator-dot.active {
            background: #fff;
        }
        .product-carousel-no-img {
            margin: 20px 0;
        }


/* 主导航栏 */

.nav-menu {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: nowrap;
}
.nav-item {
  position: relative;
  border-right: 1px solid rgba(255,255,255,0.2); /* 分隔线 */
}
.nav-item:last-child {
  border-right: none;
}
.nav-item a {
  display: block;
  padding: 16px 20px;
  color: #fff;
  text-decoration: none;
  font-family: Arial, sans-serif;
  font-size: 16px;
  white-space: nowrap;
}
/* 当前高亮菜单项 */
.nav-item.current-menu-item {
  background-color: #33b054; /* 亮绿色背景 */
}
.nav-item.current-menu-item > a {
  color: #fff;
}
/* 下拉箭头 */
.dropdown-toggle::after {
  content: "";
  display: inline-block;
  margin-left: 8px;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #fff;
  vertical-align: middle;
}
/* 下拉内容容器 */
.dropdown-content {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background-color: #fff;
  box-shadow: 0 4px 8px rgba(0,0,0,0.1);
  display: none;
  z-index: 999;
}
.nav-item.dropdown:hover .dropdown-content {
  display: block;
}
/* 下拉网格布局 */
.dropdown-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr); /* 4列网格 */
  gap: 30px;
  padding: 30px;
}
.grid-item {
  text-align: left;
}
.grid-item img {
  max-width: 80px;
  height: auto;
  margin-bottom: 10px;
}
.grid-item h3 {
  color: #b61e36;
  font-size: 16px;
  margin: 0 0 8px 0;
}
.grid-item p {
  color: #555;
  font-size: 13px;
  line-height: 1.5;
  margin-bottom: 0;
}
.grid-item p a{
  color: #555;
  font-size: 13px;
  line-height: 1.5;
  margin: 0;
}
.grid-item p.more{
    text-align:right ;
}