/* Inicio */
.banner_home_v1 h2::before {
	content: "";
	background-image: url(/wp-content/uploads/2024/07/cursor.svg);
	width: 38px;
	height: 38px;
	background-position: center center;
	background-repeat: no-repeat;
	margin-bottom: 10px;
	display: block;
}
.banners_h .banner-content {
	justify-content: center;
}
.banners_h .banner-content mark {
	padding: 10px 15px;
	color: #fff;
	line-height: 50px;
	border-radius: 10px;
}
.banners_h .banner-content .banner-desc {
	margin-bottom: 0;
}
.banners_h .banner-content .banner-icon {
	padding-top: 10px;
}
.banners_h .banner-content .banner-brand {
	padding-top: 20px;
}
.banners_h .banner-content .banner-desc mark {
	background-color: #fcaf05;
}
.mf-brand-images-carousel {
	border: 1px solid #D9D9D9;
}
.marcas_h .brands-header {
	display: none;
}
.marcas_h .mf-brand-images-carousel .images-list {
	margin-top: 0;
}
.marcas_h img {
	width: 175px;
}
.banners_h .banner-icon {

}
.mf-products-carousel .slick-dots {
	margin-top: -10px !important;
}
/* Carousel noticias */
.owl-carousel .item {
	text-align: left;
	padding: 15px;
	box-sizing: border-box;
}
.owl-carousel .item .image-container {
	width: 100%;
	position: relative;
	overflow: hidden;
	padding-bottom: 60%; /* Proporción 1.5 (100% / 1.5 = 66.66%) */
}
.owl-carousel .item .image-container img {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	object-fit: cover;
	transition: transform 0.3s ease;
}
.owl-carousel .item .image-container:hover img {
	transform: scale(1.2);
}
.owl-carousel .item .category {
	color: #094784;
	margin-bottom: 5px;
	font-size: 16px;
	padding-top: 15px;
}
.owl-carousel .item .category a {
	color: #094784;
	text-decoration: none;
}
.owl-carousel .item .category a:hover {
	color: #fcaf05;
}
.owl-carousel .item h2 {
	font-size: 20px;
	margin: 0 0 10px;
	line-height: 22px;
	font-weight: 600;
	color: #444;
}
.owl-carousel .item h2 a {
	color: #444;
}
.owl-carousel .item h2 a:hover {
	color: #094784;
}
.owl-carousel .item .excerpt p {
	font-size: 14px;
	line-height: normal;
	color: var( --e-global-color-text );
}
.owl-carousel .owl-nav button {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	background: none;
	border: none;
	z-index: 1000;
}
.owl-carousel .owl-nav button i {
	line-height: 28px;
	font-family: fontawesome;
	font-size: 30px;
	color: #D9D9D9;
}
.owl-carousel .owl-nav button i:hover {
	color: #000;
}
.owl-carousel .owl-nav button.owl-prev .fa-angle-left::before {
	content: "\f104";
}
.owl-carousel .owl-nav button.owl-next .fa-angle-right::before {
	content: "\f105";
}
.owl-carousel .owl-nav button.owl-prev {
	left: -20px; /* Ajusta según sea necesario */
}
.owl-carousel .owl-nav button.owl-next {
	right: -20px; /* Ajusta según sea necesario */
}
@media(max-width: 767px) {
	.marcas_h img {
		width: 120px;
		max-height: 50px;
	}
	.category_h .thumbnail {
		display: flex;
		align-items: center;
	}
	.category_h .thumbnail img {
		width: 120px;
		height: auto;
	}
	.banners_h .banner-icon {
		width: 40px;
	}
	.banners_h .banner-brand {
		width: 120px;
	}
}