/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: May 15 2026 | 10:29:32 */
.btn-chat {     
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.9rem 1.4rem;
    border-radius: 30px;
    font-weight: 600;
    text-decoration: none;
    background: #1E46E5 !important;
    color: #fff !important;
    border: none !important;
    cursor: pointer;
    transition: all .25s ease;
    box-shadow: 0 4px 12px rgba(0,0,0,0.25);
    opacity: 1;
  }

  .btn-chat.show {
    opacity: 1;
    pointer-events: auto;
  }

  .btn-chat:hover {
    background: #000 !important;
    color: #fff !important;
    transform: translateY(-2px);
  }

  /* Estilos móviles */
  @media (max-width: 768px){
    .btn-chat {
      font-size: 13px;
      padding: 0.6rem 1rem;
      border-radius: 24px;
      bottom: 15px;
      right: 15px;
      max-width: 70%;   /* evita que ocupe todo el ancho */
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
    }
    .btn-chat svg {
      width: 16px;
      height: 16px;
      margin-right: 6px !important;
    }
  }

.site-footer li[id*="ohio_widget_socialbar_subscribe"] {
	margin-bottom: 0;