.Testimonio{
            background-color: var(--blanco);
            /*box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;*/
            border-radius: 10px;
            padding: 30px 30px;
            cursor: pointer;
            height: auto;
            border: 1px solid #f1f1f6;
            display: flex;
            flex-direction: column;
            gap: 30px;
            margin: 30px 0px;
            margin-bottom: 40px;
            
        }
        .flex-arrows-star{
          color: orange;
          font-size: 18px;
        }

        .Testimonio p{
          font-size: 16px;
          font-family: var(--font-poppins);
          padding: 25px 0px;
          color: var(--Color-parrafo);
        }

        .Testimonio h3{
          color: var(--AzulFuerte);
          font-family: var(--font-poppins);
          font-size: 15px;
        }
       
        .swiper-slide{
          
            border-radius: 10px;
        }

        

        /* Personalización de Swiper */
        .swiper {
            width: 100%;
            padding: 10px 0 30px;
        }

        .swiper-slide {
            display: flex;
            justify-content: center;
        }

.swiper-pagination{
  padding-top: 300px;
}

/* En tu CSS de testimonios, agrega esto: */
.testimonioSwiper .swiper-slide {
  position: relative;
}

.testimonioSwiper .swiper-slide::after {
  content: none !important;
  background: transparent !important;
  display: none !important;
}

        /* Estilos responsivos */
        @media (max-width:1350px ) {
            .Testimonio {
                width: 90%;
            }
        }

        @media (max-width:900px ) {
            .Testimonio {
                width: 95%;
            }
        }