.elementor-425 .elementor-element.elementor-element-ff175b0{--display:flex;}.elementor-425 .elementor-element.elementor-element-fde9fc8{--display:flex;}.elementor-425 .elementor-element.elementor-element-a2994dd{--display:flex;}.elementor-425 .elementor-element.elementor-element-8ca0b2c{width:100%;max-width:100%;}/* Start custom CSS for html, class: .elementor-element-b5ecc3f *//* Contenedor general */
.chatbot-wrapper-senatinos {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 40px 20px;
  box-sizing: border-box;
  font-family: 'Poppins', sans-serif;
  background-color: #f8fafd;
}

/* Cabecera del chatbot */
.chatbot-header {
  background-color: #ffffff;
  padding: 30px;
  border-radius: 16px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.05);
  margin-bottom: 30px;
  text-align: center;
}

.chatbot-header h1 {
  color: #2b61d1;
  font-size: 2.5rem;
  margin-bottom: 15px;
}

.chatbot-description {
  font-size: 1.1rem;
  color: #333;
  margin-bottom: 25px;
  line-height: 1.6;
}

.chatbot-examples {
  text-align: left;
  background-color: #eef3fb;
  border-left: 5px solid #2b61d1;
  padding: 20px;
  border-radius: 8px;
  font-size: 1rem;
  color: #444;
}

.chatbot-examples ul {
  list-style: none;
  padding: 0;
  margin-top: 10px;
}

.chatbot-examples li {
  margin-bottom: 8px;
}

/* Contenedor del chatbot */
.chatbot-box-container {
  background-color: #ffffff;
  padding: 20px;
  border-radius: 16px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.05);
}

/* Botón de envío */
.mwai-chat-send-button {
  background-color: #2b61d1 !important;
  color: #ffffff !important;
  font-weight: bold !important;
  border-radius: 8px !important;
}

/* Responsive */
@media (max-width: 768px) {
  .chatbot-header h1 {
    font-size: 1.8rem;
  }

  .chatbot-description {
    font-size: 1rem;
  }

  .chatbot-examples {
    font-size: 0.95rem;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-55bff64 */.chatbot-container-wrapper {
  position: relative;
  max-width: 100%;
  margin: 0 auto;
}

.chatbot-box-container {
  padding: 20px;
  border: 1px solid #ccc;
  border-radius: 12px;
  background: #fff;
  min-height: 500px;
  position: relative;
  transition: filter 0.3s ease;
}

/* Efecto visual de bloqueo */
.chatbot-box-container.blocked {
  filter: blur(4px) brightness(0.9);
  pointer-events: none;
}

/* Overlay del CAPTCHA */
.captcha-overlay {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
  background: rgba(255, 255, 255, 0.9);
  padding: 25px;
  border-radius: 12px;
  box-shadow: 0 0 20px rgba(0,0,0,0.2);
}/* End custom CSS */