

/*GREVIEWS */

.testimonios  .greviews{
    width: 100%;
    float: left;
    display: block;
    margin: 0;
}

.testimonios  .greviews .heading {
    background: #175FA7;
    border-radius: 25px 25px 0 0;
    color: #F8FDFE;
    float: left;
    display: flex;
    margin: 0;
    padding: 0 20px;
    justify-content: end;
    width: 100%;
	height: 50px;
}

.testimonios .greviews .body {
    background-color: rgb(250,250,250,70%);
    color: #175FA7;
    float: left;
    border-radius: 0 0 20px 20px;
    padding: 20px 30px;
    font-size: 14px;
    display: inline-flex;
    align-items: center;
	width: 100%;
}

.testimonios  .greviews .body .logo{
	width: 65px;
    height: 65px;
    border-radius: 50%;
    background: #5FC4E1;
    display: flex;
    align-items: center;
    justify-content: center;
}

.testimonios  .greviews .body .review{
    width: auto !important;
    padding: 0 20px;
    background: #fff;
    border-radius: 30px;
    margin: 0 30px;
}

.testimonios  .greviews .review .rate{
    font-size: 33px !important;
    line-height: 1em !important;
}

.testimonios  .greviews .review .rate.four.half::before {
	--percent: calc(4.5/5*100%);
    background: linear-gradient(90deg, #fdce87 var(--percent), rgba(0,0,0,0.2) var(--percent));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.testimonios  .greviews .body .nota{
    background: #0061A0;
    color: #fff;
    font-weight: 600;
    font-family: 'Poppins';
    padding: 5px 20px;
    border-radius: 30px;
}

.testimonios  .greviews .body .logo img{
width: 80%;
}

.testimonios  .greviews  .bookmark {
    position: absolute;
    top: 0;
    right: 20px;
    height: 50px;
    width: 50px;
    background-color: #fff;
    box-sizing: border-box;
    z-index: 999;
}

.testimonios .greviews .bookmark:before,
.testimonios .greviews .bookmark:after{
  content: '';
  display: block;
  position: absolute;
}

.testimonios .greviews .bookmark:before {
bottom: -35px;
    height: 100%;
    width: 100%;
    background-image: linear-gradient( -45deg, transparent 50%, white 50%), linear-gradient( 45deg, transparent 50%, white 50%);
    z-index: -1;
}

.testimonios .greviews .bookmark .first{
    color: #175fa7;
    font-weight: 600;
    font-size: 40px;
    font-family: 'Poppins';
    text-align: center;
    width: 100%;
    display: block;
    line-height: 1em;
}

.testimonios .greviews .bookmark .last{
    color: #175fa7;
    font-weight: 600;
    font-size: 8px;
    font-family: 'Poppins';
    text-align: center;
    width: 100%;
    display: block;
    line-height: 1em;
}



/*TESTIMONIOS */
.testimonios  .titulo h2{
	font-family: 'Poppins', sans-serif !important;
	margin: 0;
    color: #fff !important ;
	font-size: 40px !important;
	line-height: 1.4em;
    font-weight: 500 !important;
}

.testimonios  .subtitulo{
	font-family: 'Poppins',sans-serif !important;
    color: #fff;
    font-weight: 400;
    font-size: 30px;
    line-height: 1.4em;
    text-align: center;
}

.testimonios  .testimonio{
	display: block;
    float: left;
    width: 100%;
    margin: 0;
	font-family: 'Poppins', sans-serif;
}

.testimonios  .testimonio .heading{
    background: #175FA7;
    border-radius: 25px 25px 0 0;
    color: #F8FDFE;
    float: left;
    display: flex;
    margin: 0;
    padding: 10px 20px;
    justify-content: center;
    align-items: center;
    width:100%;
}

.testimonios  .testimonio .heading .photo{
    float: left;
    margin: 0;
    padding: 0 10px;
}
.testimonios  .testimonio .heading .photo img{
   max-width:65px;
}

.testimonios  .testimonio .heading .user{
	min-width: 50%;	
	width: 100%;
	padding: 0 10px;
}

.testimonios  .testimonio .heading .name{
    font-size: 20px;
    line-height: 1.3em;
    font-weight: 400;
}

.testimonios  .testimonio .heading .date{
    font-size: 13px;
    line-height: 1.3em;
    font-weight: 400;
}

.testimonios  .testimonio .body{
	background-color: rgb(250,250,250,70%);
    color: #175FA7;
    float: left;
    border-radius: 0 0 20px 20px;
    padding: 20px 30px;
    font-size: 14px;
}

.testimonios  .testimonio .body .read{
	color: #175fa7;
    font-weight: 500;
    width: 100%;
    float: left;
    display: block;
    margin: 10px 0;
}

.testimonios  .testimonio .body .read:hover{
	cursor:pointer;
}

.testimonios  .testimonio .body .final{
	display: none;
	transition: all 50ms linear;
}

.testimonios  .testimonio .body .contenido{
	min-height: 130px;
    transition-timing-function: linear;
    transition-duration: 250ms;
	padding-right: 20px;
}

.testimonios  .testimonio .body .contenido.show{
    overflow: scroll;
    height: 200px;
    overflow-x: initial;
}

.testimonios  .testimonio .body .final.show{
	display: contents;
}

.testimonios  .rate {
    position: relative;
    color: transparent;
    display: inline-block;
    vertical-align: baseline;
    font-size: 26px;
	padding: 0 10px;
}

.testimonios  .testimonio ::-webkit-scrollbar {
	width: 10px;
}

.testimonios  .testimonio ::-webkit-scrollbar-track {
	background: #ccc; 
	border-radius: 10px;
}
 
.testimonios  .testimonio ::-webkit-scrollbar-thumb {
	background: #175fa7; 
	border-radius: 10px;
}

.testimonios  .testimonio ::-webkit-scrollbar-thumb:hover {
	background: #175fa7; 
}	

.testimonios  .rate::before {
	content: '★★★★★';
	color: rgba(0,0,0,0.2);
}

.testimonios  .rate.one::before {
	--percent: calc(1/5*100%);
	background: linear-gradient(90deg, gold var(--percent), rgba(0,0,0,0.2) var(--percent));
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.testimonios  .rate.two::before {
	--percent: calc(2/5*100%);
	background: linear-gradient(90deg, gold var(--percent), rgba(0,0,0,0.2) var(--percent));
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.testimonios  .rate.three::before {
	--percent: calc(3/5*100%);
	background: linear-gradient(90deg, gold var(--percent), rgba(0,0,0,0.2) var(--percent));
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.testimonios  .rate.four::before {
	--percent: calc(4/5*100%);
	background: linear-gradient(90deg, gold var(--percent), rgba(0,0,0,0.2) var(--percent));
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.testimonios  .rate.four::before {
	--percent: calc(4/5*100%);
	background: linear-gradient(90deg, gold var(--percent), rgba(0,0,0,0.2) var(--percent));
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.testimonios  .rate.four.half::before {
	--percent: calc(4.5/5*100%);
	background: linear-gradient(90deg, gold var(--percent), rgba(0,0,0,0.2) var(--percent));
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.testimonios  .rate.five::before {
	--percent: calc(5/5*100%);
	background: linear-gradient(90deg, gold var(--percent), rgba(0,0,0,0.2) var(--percent));
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}




@media only screen and (max-width: 480px) {

	.testimonios  .testimonio .heading{
		flex-direction: column;
		align-items: flex-start;
	}

	.testimonios  .testimonio .heading .photo,
	.testimonios  .testimonio .heading .user,
	.testimonios  .testimonio .heading .rate{
		width: 100%;
	}

	.testimonios  .testimonio .heading .photo img {
		max-width: 65px;
		margin: 0 auto 10px auto;
		float: none;
		display: block;
	}

	.testimonios  .greviews .body .logo{
		display: none;
	}

	.testimonios  .greviews .body{
		flex-direction: column;
		flex-wrap: wrap;
		gap: 11px;
	}

	.testimonios  .testimonio .heading .photo{
		display: none;
	}

	.testimonios  .testimonio .rate {
		font-size: 26px;
		line-height: 1.3em;
	}

}
