.hightlight-block h2,
.hightlight-block h3{
	border-bottom:none;
}
.hightlight-block__title {
	font-family: museo-sans-condensed, sans-serif;
}
.testimonios .view-content {
	display:flex;
	justify-content:space-between;
	margin-bottom:3rem;
  --bs-gutter-x: 5rem;
}

.testimonios .views-field-title {

}

.testimonios .testimonios-card__image img {
  aspect-ratio: 1;
  object-fit: cover;
  width: 100%;
  max-width:250px;
  transition: transform .25s ease;
}


.testimonios .views-row:hover .views-field-title {
  text-decoration: underline;
}

@media (min-width: 992px) {
.testimonios .views-row  .views-row:first-child {
    margin-right: 3rem;
  }
} 
.testimonios .views-row .testimonios-card{
justify-content: space-between;
}

.testimonios .more-link {
  text-align:center;
}

.hightlight-block .more-link a {
  border-radius: 999px;
  padding: .9rem 2rem;
  font-weight: 500;
  font-size: 1.125rem;
  border: 1px solid #004884;
	background: var(--Opacity-White-5, rgba(255, 255, 255, 0.05));
	backdrop-filter: blur(10px);
	transition: all 0.3s ease-in-out;
	text-decoration:none;
}
.hightlight-block .more-link a::after {
  content: "\F138";
  font-family: "bootstrap-icons";
  margin-left: .5rem;
  display: inline-block;
  transition: transform .2s ease;
} 
.hightlight-block .more-link a:hover {
  background: #004884;
	color: #fff;
}
.hightlight-block .more-link a:hover::after {
  transform: translateX(4px);
}

/* Móvil */
@media (max-width: 767.98px) {

.testimonios .view-content {
    flex-direction: column;
  }

.testimonios .testimonios-card__image img{
    max-width: 220px;
    margin: 0 auto;
  }

.views-element-container h3.testimonios-card__title {
    text-align: left;
    font-size: 1rem;
    }

}