/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Aug 06 2026 | 04:10:40 */
.agendar img {
  filter: drop-shadow(0px 0px 80px rgba(210, 180, 140, 0.6));
}

.calendly-custom-loader {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  /*background: #1c1a17;*/
  z-index: 5;
  transition: opacity 0.3s ease;
}

.calendly-custom-loader .spinner {
  width: 40px;
  height: 40px;
  border: 3px solid rgba(168, 144, 103, 0.2);
  border-top-color: #252120;
  border-radius: 50%;
  animation: calendly-spin 0.8s linear infinite;
}

.calendly-custom-loader p {
  margin-top: 16px;
  color: #000000;
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
}

@keyframes calendly-spin {
  to { transform: rotate(360deg); }
} 

@media (max-width: 840px) {
	.text-clamp-12 {
  		font-size: clamp(10px,1.5vw,12px) !important;
	}
}