.slider {
  position: relative;
  z-index: 0;
  width: 100%;
  min-width: 320px;
  height: auto;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow-x: hidden;
}
.slider--testimonios {
  padding-top: 30px;
  overflow: hidden;
}
.slider__wrapper {
  width: 100%;
  min-width: 320px;
  max-width: 320px;
  height: auto;
  margin: 0 auto;
  padding: 0 25px;
  padding-bottom: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 25px;
  -webkit-transition: -webkit-transform 0.5s ease-in-out;
  transition: -webkit-transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
}
.slider__wrapper article {
  min-width: 288px;
  height: auto;
  min-height: 200px;
  border-radius: 10px;
  padding: 60px 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: #F9F0D8;
}
.slider__wrapper article picture {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.slider__wrapper article picture img {
  width: 130px;
  height: 130px;
  -o-object-fit: contain;
     object-fit: contain;
}
.slider__wrapper article h3 {
  width: 100%;
  height: auto;
  margin: 0 auto;
  margin-top: 20px;
  font-family: "Poppins", sans-serif;
  font-size: clamp(15px, 2vw, 40px);
  line-height: clamp(20px, 2.1vw, 45px);
  font-weight: 600;
  color: #000000;
  text-align: center;
}
.slider__wrapper article div {
  width: 100%;
  height: auto;
  margin: 0 auto;
  margin-top: 20px;
  text-align: center;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: clamp(14px, 1vw, 23px);
  color: #000000;
}
.slider__wrapper--testimonios {
  overflow-x: visible;
}
.slider__wrapper--testimonios article {
  position: relative;
  z-index: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  scroll-snap-align: center;
  background-color: #ECFAF1;
}
.slider__wrapper--testimonios article img {
  position: absolute;
  z-index: 1;
  top: -8%;
  width: 80px;
  height: 80px;
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
}
.slider__wrapper--testimonios article h3 {
  font-size: clamp(15px, 1.1vw, 25px);
  line-height: clamp(20px, 1.8vw, 30px);
}
.slider__wrapper--testimonios article div[class=slider__wrapper--testimonios-q] {
  width: 100%;
  height: auto;
  margin: 0 auto;
  margin-top: 20px;
  text-align: center;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: clamp(12px, 1vw, 24px);
  line-height: clamp(15px, 1.3vw, 29px);
  color: #000000;
}
.slider__wrapper--testimonios article div[class=slider__wrapper--testimonios-rating] {
  width: 100%;
  height: auto;
  margin: 0 auto;
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5.5px;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: clamp(15px, 1.2vw, 25px);
  line-height: clamp(20px, 1.9vw, 30px);
  color: #000000;
}
.slider__wrapper--testimonios article div[class=slider__wrapper--testimonios-rating] img {
  position: relative;
  width: 20px;
  height: 20px;
  -o-object-fit: contain;
     object-fit: contain;
}
.slider__wrapper--testimonios article div[class=slider__wrapper--testimonios-rating] span {
  font-weight: 600;
  display: inline-block;
}
.slider__button {
  position: absolute;
  z-index: 1;
  width: 40px;
  height: 40px;
  border: solid 2px #ece5ce;
  border-radius: 50%;
  padding: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 20px;
  font-weight: 500;
  font-family: "Poppins", sans-serif;
  background-color: #FBF5EE;
}
.slider__button:hover, .slider__button:active {
  outline: none;
}
.slider__button--left {
  left: 5%;
  top: 40%;
}
.slider__button--right {
  right: 5%;
  top: 40%;
}
.slider__dots {
  position: absolute;
  z-index: 1;
  bottom: 2.5%;
  left: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 15px;
}
.slider__dots .dot, .slider__dots .dot--testimonios {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  display: inline-block;
  background-color: #d4cfb9;
  -webkit-transition: all ease-in-out 0.5s;
  transition: all ease-in-out 0.5s;
}
.slider__dots .active, .slider__dots .active-testimonios {
  width: 30px;
  height: 10px;
  border-radius: 25px;
  display: inline-block;
  background-color: #d4cfb9;
}

@media (min-width: 1200px) {
  .slider--testimonios {
    padding-top: 2vw;
  }
  .slider__wrapper {
    max-width: 100%;
    margin: 0 auto;
    padding: 0;
    padding-bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 2vw;
  }
  .slider__wrapper article {
    width: 24vw;
    border-radius: 1vw;
    padding: 3.5vw 2vw;
  }
  .slider__wrapper article picture img {
    width: 10vw;
    height: 10vw;
  }
  .slider__wrapper article h3 {
    margin-top: 2vw;
  }
  .slider__wrapper article div {
    margin-top: 2vw;
    text-align: left;
  }
  .slider__wrapper--testimonios {
    overflow-x: visible;
    gap: 2vw;
  }
  .slider__wrapper--testimonios article {
    width: 27vw;
    position: relative;
    z-index: 0;
    padding: 2vw 1vw;
    padding-top: 4vw;
    display: -ms-grid;
    display: grid;
    grid-auto-flow: row;
    -ms-grid-rows: 1fr 2fr 1fr;
    grid-template-rows: 1fr 2fr 1fr;
    justify-items: center;
    height: auto;
    scroll-snap-align: center;
    background-color: #ECFAF1;
  }
  .slider__wrapper--testimonios article img {
    position: absolute;
    z-index: 1;
    top: -8%;
    width: 6vw;
    height: 6vw;
    display: block;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .slider__wrapper--testimonios article h3 {
    width: 80%;
    text-align: left;
  }
  .slider__wrapper--testimonios article div[class=slider__wrapper--testimonios-q] {
    width: 80%;
    margin-top: 0vw;
    text-align: left;
    font-weight: 400;
  }
  .slider__wrapper--testimonios article div[class=slider__wrapper--testimonios-rating] {
    width: 80%;
    height: auto;
    margin: 0 auto;
    margin-top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 0.5vw;
  }
  .slider__wrapper--testimonios article div[class=slider__wrapper--testimonios-rating] img {
    position: relative;
    width: 1.5vw;
    height: 1.5vw;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .slider__wrapper--testimonios article div[class=slider__wrapper--testimonios-rating] span {
    font-weight: 600;
    display: inline-block;
  }
  .slider__button {
    display: none;
  }
  .slider__dots {
    display: none;
  }
}
@media (min-width: 1660px) {
  .slider--testimonios {
    padding-top: 2vw;
  }
  .slider__wrapper {
    max-width: 100%;
    margin: 0 auto;
    padding: 0;
    padding-bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 100px;
  }
  .slider__wrapper article {
    width: 500px;
    min-height: 650px;
    border-radius: 30px;
    padding: 50px 40px;
    display: -ms-grid;
    display: grid;
    grid-auto-flow: row;
    -ms-grid-rows: 5fr 3fr 4fr;
    grid-template-rows: 5fr 3fr 4fr;
  }
  .slider__wrapper article picture img {
    width: 150px;
    height: 150px;
  }
  .slider__wrapper article h3 {
    margin-top: 0px;
  }
  .slider__wrapper article div {
    margin-top: 0px;
    -ms-flex-item-align: start;
        -ms-grid-row-align: start;
        align-self: start;
    text-align: left;
  }
  .slider__wrapper--testimonios {
    overflow-x: visible;
    gap: 50px;
  }
  .slider__wrapper--testimonios article {
    position: relative;
    z-index: 0;
    width: 550px;
    min-height: 300px;
    padding: 30px;
    padding-top: 97.5px;
    display: -ms-grid;
    display: grid;
    grid-auto-flow: row;
    -ms-grid-rows: 1fr 2fr 1fr;
    grid-template-rows: 1fr 2fr 1fr;
    justify-items: center;
    height: auto;
    scroll-snap-align: center;
    background-color: #ECFAF1;
  }
  .slider__wrapper--testimonios article img {
    position: absolute;
    z-index: 1;
    top: -15%;
    width: 150px;
    height: 150px;
    display: block;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .slider__wrapper--testimonios article h3 {
    width: 80%;
    text-align: left;
  }
  .slider__wrapper--testimonios article div[class=slider__wrapper--testimonios-q] {
    width: 80%;
    margin-top: 1vw;
    text-align: left;
    font-weight: 400;
    -ms-flex-item-align: start;
        -ms-grid-row-align: start;
        align-self: start;
  }
  .slider__wrapper--testimonios article div[class=slider__wrapper--testimonios-rating] {
    width: 80%;
    height: auto;
    margin: 0 auto;
    margin-top: 1vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 15px;
  }
  .slider__wrapper--testimonios article div[class=slider__wrapper--testimonios-rating] img {
    position: relative;
    width: 25px;
    height: 25px;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .slider__wrapper--testimonios article div[class=slider__wrapper--testimonios-rating] span {
    font-weight: 600;
    display: inline-block;
  }
  .slider__button {
    display: none;
  }
  .slider__dots {
    display: none;
  }
}