/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jun 12 2025 | 17:22:03 */
.depoimentos-new {
	max-width: 55rem !important;
	width: 100%;
	margin: 0 auto;
}

.depoimentos-new .single-item-wrapper {
	background: rgba(213, 213, 213, 0.20);
	padding: 4% 5% !important;
	border-radius: 4px;
	max-width: 735px;
    margin: 0 auto;
	flex-direction: column;
	height: inherit;
}

.depoimentos-new .tss-meta-info.tss-left {
	order: 1;
	
}

.depoimentos-new .tss-meta-info.tss-left .author-name {
	margin: 1rem 0 0 !important;
}

.depoimentos-new .item-content-wrapper.tss-right {
	background: transparent !important;
	padding: 0;
	padding-left: 1.875rem;
}

.depoimentos-new .item-content-wrapper:before {
	content: "" !important;
	background: transparent url(https://ip5.com.br/wp-content/uploads/2025/05/aspas.png) no-repeat center;
    width: 20px;
    aspect-ratio: 1 / 1;
	left: 0 !important;
    top: 0 !important;
}

.depoimentos-new .item-content-wrapper:after {
	display: none;
}

.depoimentos-new .profile-img-wrapper img {
	aspect-ratio: 1/1 !important;
}

.depoimentos-new .swiper-pagination  {
	background: #fff;
    padding: 8px 13px;
    border-radius: 30px;
	top: 100% !important;
	display: flex;
	gap: 5px;
}

.depoimentos-new .swiper-pagination-bullet {
	margin: 0 !important;
}


@media (min-width: 1024px) {
	.depoimentos-new .single-item-wrapper {
		padding: 4% 5% !important;
		padding-left: 14% !important;
	}
	
	.depoimentos-new .profile-img-wrapper {
		position: absolute !important;
		left: 6%;
		top: 50%;
		z-index: 10;
		transform: translateY(-50%);
	}
	
	.depoimentos-new .tss-meta-info.tss-left {
		padding-left: 1.875rem;
	}
	
	.depoimentos-new .swiper-slide {
		margin-bottom: 0 !important;
	}
	
	.swiper-button-next, .swiper-button-prev {
		top: 68% !important;
	}
	
	.depoimentos-new .swiper-pagination {
		position: absolute;
        right: 12%;
        left: unset !important;
        top: 83% !important;
        width: unset !important;
        height: 26px;
	}
}

@media (max-width: 1024px) { 
	.depoimentos-new .single-item-wrapper {
		align-items: center;
	}
	
	.depoimentos-new .swiper-button-prev,
	.depoimentos-new .swiper-button-next{
		display: none;
	}
	
	.depoimentos-new .tss-meta-info.tss-left {
		margin-top: 1rem;
	}
	
	.depoimentos-new .profile-img-wrapper img {
		margin: 0 auto;
		max-width: 90px;
	}
	
	.depoimentos-new .swiper-pagination {
		justify-content: center;
	}
}
