.btn-blue {
  font-size: 15px;
  font-weight: 500;
  color: #fff;
  background: #216a93;
  padding: 8px 15px;
  border-radius: 5px;
  transition: all 0.3s ease;
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 10px;
}
.btn-blue:hover {
  background-color: #1a73e9;
}

.btn-verde {
  font-size: 15px;
  font-weight: bold;
  line-height: 20px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  padding: 8px 15px;
  border-radius: 5px;
  width: -moz-fit-content;
  width: fit-content;
  color: #216a93;
  text-decoration: none;
  background-color: #40f99b;
  transition: all 0.3s ease;
}
.btn-verde:hover {
  background-color: #b9fddb;
}

.btn-blanco {
  font-size: 15px;
  font-weight: bold;
  line-height: 20px;
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  gap: 10px;
  padding: 8px 15px;
  border-radius: 5px;
  width: -moz-fit-content;
  width: fit-content;
  color: #216a93;
  text-decoration: none;
  background-color: #fff;
  transition: all 0.3s ease;
}
.btn-blanco:hover {
  background-color: #e6eaed;
}

.testimonios {
  min-height: auto;
  height: auto;
  padding: 80px 0;
  background-color: #e6eaed;
}
.testimonios .contenedor .titulo-testimonios {
  text-align: center;
  margin-bottom: 30px;
  color: #216a93;
  font-size: 30px;
  font-weight: bold;
  line-height: 35px;
}
.testimonios .contenedor .testimonios-slider .splide__track .splide__list .splide__slide .testimonios__item {
  padding: 20px 30px;
  background-color: #fff;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
}
.testimonios .contenedor .testimonios-slider .splide__track .splide__list .splide__slide .testimonios__item .fondo-svg {
  position: absolute;
  z-index: 1;
  top: 17px;
  right: 17px;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
}
.testimonios .contenedor .testimonios-slider .splide__track .splide__list .splide__slide .testimonios__item .testimonios__contenido {
  position: relative;
  z-index: 1;
}
.testimonios .contenedor .testimonios-slider .splide__track .splide__list .splide__slide .testimonios__item .testimonios__contenido .testimonios__parrafo {
  font-size: 15px;
  line-height: 20px;
  margin-bottom: 20px;
}
.testimonios .contenedor .testimonios-slider .splide__track .splide__list .splide__slide .testimonios__item .testimonios__contenido .datos {
  display: flex;
  gap: 15px;
  align-items: center;
}
.testimonios .contenedor .testimonios-slider .splide__track .splide__list .splide__slide .testimonios__item .testimonios__contenido .datos .testimonios__logo {
  padding: 5.36px 4.67px;
  border-radius: 10px;
  border: 1px solid #e6eaed;
}
.testimonios .contenedor .testimonios-slider .splide__track .splide__list .splide__slide .testimonios__item .testimonios__contenido .datos .testimonios__logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.testimonios .contenedor .testimonios-slider .splide__track .splide__list .splide__slide .testimonios__item .testimonios__contenido .datos .datos__contenido .testimonios__nombre {
  color: #216a93;
  font-size: 16px;
  font-weight: bold;
  line-height: 21px;
  margin-bottom: 3px;
}
.testimonios .contenedor .testimonios-slider .splide__track .splide__list .splide__slide .testimonios__item .testimonios__contenido .datos .datos__contenido .testimonios__cargo {
  font-size: 15px;
  color: #216a93;
}
.testimonios .contenedor .testimonios-slider .splide__arrows button {
  background-color: transparent;
  outline: none;
  border: none;
  width: 25px;
  height: 25px;
  aspect-ratio: 1/1;
}
.testimonios .contenedor .testimonios-slider .splide__arrows button svg {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.testimonios .contenedor .testimonios-slider .splide__arrows button.splide__arrow--prev {
  left: 0;
}
.testimonios .contenedor .testimonios-slider .splide__arrows button.splide__arrow--next {
  right: 0;
}
.testimonios .contenedor .testimonios-slider .splide__pagination {
  bottom: auto;
  top: calc(100% + 20px);
}
.testimonios .contenedor .testimonios-slider .splide__pagination li button {
  background-color: #216a93;
  opacity: 0.3;
  outline: none;
  border: none;
}
.testimonios .contenedor .testimonios-slider .splide__pagination li button.is-active {
  transform: scale(1);
  opacity: 1;
}/*# sourceMappingURL=index.css.map */