/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Apr 15 2026 | 18:00:38 */
.card-mat_md .jet-listing-dynamic-field__inline-wrap p {
    color: white;
}

.hover-morph-dark {
	box-shadow: 0 2px 0 0 rgba(75, 90, 104, 0.30) inset, 0 30px 42px 0 rgba(0, 0, 0, 0.30);
}

.card-cat_md .content-mat {
	flex: 1 1 auto;
	min-width: 0;
}
.card-mat_md {
    display: flex;
    align-items: stretch;
    gap: 16px;
}


.shadow-orange {
	background: radial-gradient(36.39% 44.06% at 50% 58.47%, var(--Background-primary, #FF6C0C) 0%, rgba(88, 89, 91, 0.00) 100%), var(--Background-cinza-principal, #1E212C);
}

@media (min-width:1025px) {
	


}

@media (max-width:1024px) {
	
	.card-mat_md {
        display: flex !important;
        flex-direction: row !important;
        align-items: center !important;
        justify-content: flex-start !important;
        flex-wrap: nowrap !important;
        gap: 16px;
    }

	.card-mat_md .box-image{
		min-width:140px;
		max-width:140px;
		width:140px;
		min-height:140px;
		max-height:140px;
		height:140px;
		transition: background-size 300ms ease !important;
		background-size:200% !important;

	}
}


@media (min-width:1025px) {

	.card-mat_md .box-image{
		min-width:240px;
		max-width:240px;
		width:240px;
		min-height:240px;
		max-height:240px;
		height:240px;
		transition: background-size 300ms ease !important;
		background-size:200% !important;

	}

	.card-mat_md:hover .box-image {
		background-size:220% !important;
	}

	.card-mat_md:hover .box-image:after {
		content: '';
		width: 240px;
		height: 240px;
		background: #f6b18152;
		border-radius: 50%;
		position: absolute;
		left: 0;
		top: 0;
	}
	.card-mat_md .title-mat p{
		transition:300ms ease color;
	}

	.card-mat_md:hover .title-mat p {
		color: #FF6C0C !important;

	}
	.card-mat_md:hover {
		box-shadow: 0 2px 0 0 rgba(75, 90, 104, 0.30) inset, 0 30px 42px 0 rgba(0, 0, 0, 0.30);

	}

}



.card-mat_md .jet-listing-dynamic-field__inline-wrap {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}