/*===================================== 

YOU CAN WRIGHT CUSTOME CSS 

======================================*/

/* Estilos para el botón flotante */
.whatsapp-btn {
  position: fixed;
  background-color: #25D366; /* Color verde de WhatsApp */
  border-radius: 50%;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  text-align: center;
  color: white;
  font-size: 3pc;
  transition: all 0.3s ease;
  z-index: 1000;
}

.whatsapp-btn-home {
  bottom: 10%;
  right: 4%;
  padding: 0px 15px;
}

.whatsapp-btn-blog {
  padding: 6px 12px 0px 14px;
  bottom: 50%;
  right: 4%;
}

.whatsapp-btn:hover {
  background-color: #128C7E; /* Color más oscuro de WhatsApp al pasar el mouse */
  transform: scale(1.1);
}

.whatsapp-btn i {
  margin: 0;
}

.signature-n {
  padding-top: 3%;
  max-width: 21%;
}

/* Scrollbar forzar vista */
.scrollbar-inner {
  overflow: auto !important;
}

