/*
Theme Name: IA-365_CHILD
Theme URI: http://catinred.com
Template: Divi
Author: CATINRED
Author URI: http://catinred.com
Description: Tema hecho para Reqquality (IA-365)
Version: 4.27.2.1732654265
Updated: 2024-11-26 21:51:05

*/

.asistente-ia-365 {
    margin: 20px 0;
    padding: 15px;
    border: 1px solid #ddd;
    border-radius: 5px;
    background-color: #f9f9f9;
}

.asistente-ia-365 textarea {
    width: 100%;
    padding: 10px;
    margin-bottom: 10px;
}

.asistente-ia-365 button {
    padding: 10px 20px;
    background-color: #0073aa;
    color: #fff;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}

.asistente-ia-365 .respuesta {
    margin-top: 15px;
    font-size: 1rem;
    color: #333;
}