/**
 * # Bloque producto
 * ---------------------------------------------------------------------------------------------------- */
 .wpblock-testimonios .item {
	box-shadow: 0px 0px 5px rgb(0 0 0 / 25%);
	display: grid;
	grid-template-columns: 70% 30%;
	margin: 3em;
	padding: 20px;
	border-radius: 20px;
	column-gap: 5px;
}

.wpblock-testimonios .item .excerpt {
	color: #00265f;
	font-weight: 500;
	font-size: 16px;
	margin-bottom: 2em;
	text-align: left;
}

.wpblock-testimonios .item .content {
	position: relative;
}

.wpblock-testimonios .item .name {
	position: absolute;
	bottom: 0;
	right: 20px;
	margin-bottom: 0px;
	font-size: 16px;
	color: #AFB2B2;
	font-weight: bold;
}

.wpblock-testimonios .owl-carousel .owl-nav .owl-next {
	top: 35%;
	right: 4%;
}

.wpblock-testimonios .owl-carousel .owl-nav .owl-prev {
	top: 35%;
	left: 0%;
}

.wpblock-testimonios .owl-carousel .owl-nav i {
	background: transparent;
	font-size: 60px;
}

.wpblock-testimonios .item .star-rating {
	text-align: left;
}

.wpblock-testimonios .item .image {
	align-self: center;
	padding: 30px;
}

.wpblock-testimonios .owl-carousel button.owl-dot {
	background: #AFB2B2;
	padding: 8px !important;
	border-radius: 50px;
	margin-left: 5px;
	margin-right: 5px;
}

.wpblock-testimonios .owl-carousel button.owl-dot.active {
	background: #03265E;
}

.wpblock-testimonios .owl-dots {
	text-align: center;
	margin-top: -1em;
}

@media only screen and (max-width: 767px) {
	div .wpblock-testimonios .item {
		grid-template-columns: auto;
	}
	
	div .wpblock-testimonios .item .excerpt {
		margin-bottom: 4em;
	}
	
	div .wpblock-testimonios .owl-dots {
		margin-bottom: 2em;
		margin-top: -2em;
	}
	
	div .wpblock-testimonios .owl-carousel .owl-nav .owl-next {
   		right: 9%;
	}
}

.wpblock-testimonios .item .valoracion {
	text-align: left;
}

.wpblock-testimonios .item .star {
	color: #FFD700; 
	font-size: 20px;
	margin-right: 2px;
}

.wpblock-testimonios .item .star.filled {
	color: #FFD700; 
}

.wpblock-testimonios .item .star {
	color: #d3d3d3; 
}
