.container-testimonios {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  overflow: hidden;
  transition: all 1s;
}
.activities {
  align-items: center;
  background-color: rgba(0, 0, 0, .7);
  bottom: 0;
  display: flex;
  justify-content: center;
  left: 0;
  top: 0;
  right: 0;
  position: fixed;
  z-index: -10000;
  opacity: 0;
}
.img-activities {
  width: auto;
  height: 60vh;
  align-content: center;
  opacity: 0;
  transform: translateY(75px);
  transition: all 0.6s;
}
.show-container-activities {
  opacity: 1;
  z-index: 10000;
}
.show-Activities {
  opacity: 1;
  transform: translateY(0);
  transition: all 1s;
}
.btn-close-activities {
  position: absolute;
  top: 20px;
  right: 20px;
  cursor: pointer;
}
.mostrar {
  height: 100%;
  transition: height 1s;
}
.ocultar {
  height: 2240px;
  transition: height 1s;
}
@media (min-width: 900px) {
  .container-testimonios {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 562px) {
  .img-activities {
    height: 90vh;
  }
}
@media (min-width: 1400px) {
  .container-testimonios {
    grid-template-columns: repeat(4, 1fr);
  }
  .ocultar {
    height: 560px;
  }
}
.container-testimonios iframe {
  margin: 1rem auto 0 auto;
  max-width: 350px;
  max-height: 560px;
}
.wpbutton img {
  /* position: absolute; */
  width: 100%;
}
.wpbutton {
  position: fixed;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 75px;
  height: 75px;
  bottom: 40px;
  right: 40px;
  background-color: #ee5007;
  border-radius: 50px;
  text-align: center;
  font-size: 30px;
  z-index: 100;
}
.showSlider {
  display: block;
}
.hiddenSlider {
  display: none;
}
.slider-item img {
  height: 250px;
  width: 250px;
  margin: 0 auto;
  margin-bottom: 5rem;
  border-radius: 50%;
}
@media (min-width: 300px) {
  .slider-item img {
    height: 280px;
    width: 280px;
  }
}
@media (min-width: 400px) {
  .slider-item img {
    height: 380px;
    width: 380px;
  }
}
@media (min-width: 500px) {
  .slider-item img {
    height: 480px;
    width: 480px;
  }
}
.spinner {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(0, 0, 0, .5);
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 100;
}
.sk-chase {
  width: 40px;
  height: 40px;
  position: relative;
  animation: sk-chase 2.5s infinite linear both;
}

.sk-chase-dot {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0; 
  animation: sk-chase-dot 2.0s infinite ease-in-out both; 
}

.sk-chase-dot:before {
  content: '';
  display: block;
  width: 25%;
  height: 25%;
  background-color: #fff;
  border-radius: 100%;
  animation: sk-chase-dot-before 2.0s infinite ease-in-out both; 
}

.sk-chase-dot:nth-child(1) { animation-delay: -1.1s; }
.sk-chase-dot:nth-child(2) { animation-delay: -1.0s; }
.sk-chase-dot:nth-child(3) { animation-delay: -0.9s; }
.sk-chase-dot:nth-child(4) { animation-delay: -0.8s; }
.sk-chase-dot:nth-child(5) { animation-delay: -0.7s; }
.sk-chase-dot:nth-child(6) { animation-delay: -0.6s; }
.sk-chase-dot:nth-child(1):before { animation-delay: -1.1s; }
.sk-chase-dot:nth-child(2):before { animation-delay: -1.0s; }
.sk-chase-dot:nth-child(3):before { animation-delay: -0.9s; }
.sk-chase-dot:nth-child(4):before { animation-delay: -0.8s; }
.sk-chase-dot:nth-child(5):before { animation-delay: -0.7s; }
.sk-chase-dot:nth-child(6):before { animation-delay: -0.6s; }

@keyframes sk-chase {
  100% { transform: rotate(360deg); } 
}

@keyframes sk-chase-dot {
  80%, 100% { transform: rotate(360deg); } 
}

@keyframes sk-chase-dot-before {
  50% {
    transform: scale(0.4); 
  } 100%, 0% {
    transform: scale(1.0); 
  } 
}
