.maggi-testimonios{
  position:relative;
  width:100%;
  padding:0 48px;
  box-sizing:border-box;
  overflow:hidden;
}
.maggi-testimonios *{box-sizing:border-box}
.maggi-testimonios__swiper{
  overflow:hidden !important;
  width:100%;
}
.maggi-testimonios__slide{
  height:auto;
}
.maggi-testimonios__card{
  min-height:var(--maggi-card-height);
  height:100%;
  width:100%;
  border-radius:var(--maggi-radius);
  background:var(--maggi-bg);
  color:var(--maggi-text);
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  text-align:center;
  padding:72px 9% 76px;
}
.maggi-testimonios__avatar{
  width:84px;
  height:84px;
  border-radius:50%;
  object-fit:cover;
  object-position:center;
  display:block;
  margin:0 auto 12px;
}
.maggi-testimonios__name{
  color:var(--maggi-text);
  text-align:center;
  font-family:"Grandis Extended", Manrope, Arial, sans-serif;
  font-size:var(--maggi-name-size);
  font-style:normal;
  font-weight:700;
  line-height:normal;
  margin:0 0 4px;
}
.maggi-testimonios__role{
  color:var(--maggi-text);
  text-align:center;
  font-family:Manrope, Arial, sans-serif;
  font-size:var(--maggi-role-size);
  font-weight:400;
  line-height:1.25;
  margin:0 0 18px;
}
.maggi-testimonios__stars{
  display:flex;
  justify-content:center;
  align-items:center;
  gap:12px;
  margin:0 0 24px;
}
.maggi-testimonios__stars img{
  width:20px;
  height:19px;
  display:block;
}
.maggi-testimonios__text{
  width:100%;
  max-width:760px;
  color:var(--maggi-text);
  text-align:center;
  font-family:"Grandis Extended", Manrope, Arial, sans-serif;
  font-size:var(--maggi-text-size);
  font-weight:400;
  line-height:1.72;
  letter-spacing:.01em;
}
.maggi-testimonios__text p{
  margin:0;
}
.maggi-testimonios__arrow{
  appearance:none;
  border:0;
  background:transparent;
  color:var(--maggi-arrow);
  width:44px;
  height:44px;
  padding:6px;
  position:absolute;
  top:50%;
  transform:translateY(-50%);
  z-index:10;
  cursor:pointer;
  display:flex;
  align-items:center;
  justify-content:center;
}
.maggi-testimonios__arrow--prev{left:0}
.maggi-testimonios__arrow--next{right:0}
.maggi-testimonios__arrow svg{display:block}
.maggi-testimonios__pagination{
  position:static;
  margin-top:18px;
}
.maggi-testimonios .swiper-pagination-bullet-active{
  background:var(--maggi-arrow);
}
@media (max-width:1024px){
  .maggi-testimonios{padding:0 34px}
  .maggi-testimonios__card{min-height:460px;padding:60px 8%}
  .maggi-testimonios__text{line-height:1.65}
}
@media (max-width:767px){
  .maggi-testimonios{padding:0 22px}
  .maggi-testimonios__card{
    min-height:var(--maggi-card-mobile-height);
    border-radius:40px;
    padding:46px 24px;
  }
  .maggi-testimonios__text{
    font-size:var(--maggi-text-mobile-size);
    line-height:1.45;
  }
  .maggi-testimonios__stars{gap:8px;margin-bottom:20px}
  .maggi-testimonios__arrow{width:34px;height:34px}
}
