/* TEST */

:root {

  /* Colors: */
  --chatbot-input-outine: #77C36B;
  --chatbot-input-bg: #FCFFFE;
  --chatbot-placeholder: #4A4747;
  --chatbot-visitante-bg: #D5FCCF;
  --chatbot-visitante-text: #10120F;
  --chatbot-input-outline: #9BC6B3;
  --footer-bg: #100F0F;
  --chatbot-solid-button-text-hover: #F2F8F3;
  --chatbot-solid-button-bg-hover: #48B591;
  --text-button-hover: #FFDD50;
  --text-button-bg-hover: #3B3B3B;
  --modelo-menu-hover: #eeeeee;
  --modelo-menu-bg-hover: #000;
  --modelo-menu-bg: rgba(0,0,0,0.8);
  --solid-button-bg-hover: #d59b00;
  --solid-button-text-hover: #000;
  --solid-button-texto-hover: #000;
  --chatbot-inicio-text: #F4F0F0;
  --chatbot-inicio-bg: #49565D;
  --chatbot-seleccion-text: #fff;
  --chatbot-asesor-text: #EDEEF4;
  --chatbot-asesor-bg: #353F45;
  --chatbot-solid-button-text: #F5FAF6;
  --chatbot-solid-button-bg: #2F775F;
  --chatbot-header-text: #F5FCFC;
  --chatbot-header-bg: #333F46;
  --footer-texto: #F8F8F4;
  --descripcion-texto: #F8F5F5;
  --img2-texto: #F7F6F2;
  --img1-texto: #F5F4EC;
  --llamador2-texto: #F0EFE9;
  --llamador1-texto: #0D0D0D;
  --text-button: #FCCA02;
  --solid-button-texto: #000;
  --solid-button-bg: #ffba00;
  --precio-bg: #FCCA05;
  --precio-texto: #101010;
  --llamador2-bg: #2C2C2C;
  --llamador1-bg: #FFCC00;
  --body-bg: #0D0C0C;
  --header-text: #F4F5ED;
  --header-bg: #0F0E0E;
  --box-bg2: #0D0C0C;

  --chatbot-sombra: #0000004F;

  --chatbot-bg: url("atticchat/imagenes/trama-chat-dark.webp");
}