/*---------------------------------------------------------  -------------------CONFIGURACIONES GENERALES */
* {
    @media screen {
        max-width: 100%;
        height: auto;
    
        
         }
       
}



:root {
    --theme-color: #8AC392;
}
meta [name="theme-color"] {
    content: var(--theme-color);
}

::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}
::-webkit-scrollbar-track {
    background: transparent;
    border-radius: 10px;
}
::-webkit-scrollbar-thumb {
    background: #ffffff;
    background-size: auto;
    border-radius: 10px;
    width: 20px;
}
::-webkit-scrollbar-thumb:hover {
    background: #5AA0C2;
    background-size: auto;
    border-radius: 10px;
    
}

body {
    min-height:100vh;
    cursor: url('../Cursor/normal.cur'), pointer;
    -webkit-tap-highlight-color: transparent;
    -webkit-user-select: none;
    background-color:  rgb(152, 136, 167);
    
    
}

.menusuperior {
    
    display: flex;
    padding-top: 1%;
    z-index: +1;
    justify-content: space-between;
    background-color: transparent;
    min-height: 5vh;
    max-height: 8vh;
    
    
      
}

.botonsup {
    border: none;
    margin: 4px;
    padding: 1px;
    background-color: transparent;
    font-family: arial;
    font-size: 1.5rem;
    cursor: url('../Cursor/Mano.cur'), pointer;
    transition: .5s;
    transition-delay: 1s;
    color:  #fafafa;
    
    
    
    
    
}
#boton1:hover{
    color: #ce86aa;
   
    text-shadow:  0 0 20px   rgb(152, 136, 167);
}


#boton2:hover{
    color:rgb(37, 211, 102);
   
    text-shadow:  0 0 20px  rgb(152, 136, 167);
}

#boton3:hover{
    color:rgb(254, 48, 108);
    
    text-shadow:  0 0 20px  rgb(152, 136, 167);
}

#boton4:hover{
    color: #5AA0C2;
   
    text-shadow:  0 0 20px   rgb(152, 136, 167);
}

.botonsup:hover {
    
   
    text-shadow:  0 0 20px  rgb(152, 136, 167);
    font-size: 2.2rem;
    transition: .5s;  

}

.botonsup:active {
    transition: .2s;
    text-shadow: 0 0 80px  rgb(152, 136, 167);
    
    
}

.div1 {
    display: flex;
    background-color: transparent;
    margin: 3px;
    width: 20%;
    justify-content: left;
}

.div2 {
    display: flex;
    background-color: transparent;
    margin: 4px;
    padding: 4px;
    width: auto;
    justify-content: left;
    
}

.icon {
    object-fit: contain;
    transition: 0.5s ease-out;
    padding:4px;
}

.icon:hover {
    transform: translatey(+5px);
    transform: scale(1.1);
    transition: 0.5s ease-in;
    cursor: url('../Cursor/Mano.cur'), pointer;
    text-shadow:  0 0 20px rgb(255, 255, 255);
   
}

.menu {
    display: block;
     margin-top: 3%;
     
     width: 100%;
     height: 45px;
     border-radius: 10px;
     background-color: #ffffff2c;
     backdrop-filter: blur(10px);
     
}

.titulo {
    display: flex;
     margin-top: 2px;
     
     width: 100%;
     height: auto;
     border-radius: 10px;
     padding: auto;
     background-color: transparent;
     
}
h1 {
    font-size: 1rem;
    color: #fafafa;
}
    .chatbox { max-width: 600px; margin: 30px auto; padding: 20px; background: #fff; border-radius: 10px; box-shadow: 0 2px 10px rgba(0,0,0,0.1); overflow-y: auto; max-height: 80vh; }
   #chatbox { max-width: 600px; margin: 30px auto; padding: 20px; background: #fff; border-radius: 10px; box-shadow: 0 2px 10px rgba(0,0,0,0.1); overflow-y: auto; max-height: 600px; }
    .bot, .user { margin: 10px 0; padding: 12px 16px;  max-width: 75%; opacity: 0; transform: translateY(20px); animation: fadeInUp 0.5s forwards ease; }
    .bot { background-color: #e0e0ff; border-radius: 20px 20px 20px 0px;}
    .user { background-color: #d2ffd2; border-radius: 20px 20px 0px 20px; margin-left: auto; text-align: right; }
    #input-area { display: flex; max-width: 640px; margin: auto; margin-top: 20px; padding: 10px; }
    input[type="text"] { flex: 1; padding: 10px; border-radius: 20px; border: 1px solid #ccc; font-size: 16px; }
    .button3 { padding: 10px 20px; margin-left: 10px; background: #4CAF50; border: none; color: white; border-radius: 20px; cursor: pointer; transition: background 0.3s ease; }
    .button3:hover { background: #3e9440; box-shadow: 0 0 10px white;}
    .option-button { margin: 5px 5px 0 0; padding: 8px 14px; background:#29a629; color: white; border: none; border-radius: 16px; cursor: pointer; transition: background 0.3s ease; opacity: 0; transform: translateY(10px); animation: fadeInUp 0.5s forwards ease; }
    .option-button:hover { background: #107310; scale: 1.06; transition: 0.5s;}
    .message {
      margin-bottom: 20px;
      opacity: 1;
      animation: fadeIn 0.5s ease forwards;
    
    }

    @keyframes fadeInUp {
      to {
        opacity: 1;
        transform: translateY(0);
      }
    }

    @keyframes dots {
      0% { content: ""; }
      33% { content: "."; }
      66% { content: ".."; }
      100% { content: "..."; }
    }
    .typing-indicator::after {
      content: "";
      display: inline-block;
      width: 1em;
      animation: dots 1s steps(3, end) infinite;
    }

  

.barra {
    display: flex;
    position: fixed;
    background: rgb(37, 211, 102, 0.600);
    width: 150px;
    height: 8%;
    border-radius: 25px;
    transition: 1s;
    padding: 2px;
    cursor: url('../cursor/Mano.cur'), pointer;
    right: 5%;
    top: 25px;
    z-index: 2;
}

.barra:hover {
    width: 160px;
    transition: 1s;
    box-shadow: 0 0 20px rgb(255, 255, 255, 0.5);
    background: rgb(37, 211, 102, 0.800);
     height: 8%;
     
}


.btxt {
    display: flex;
    width: auto;
    font-size: 10px;
    color: white;
    background: transparent;
     backdrop-filter: blur(0px);
}



.bwz {
    border: none;
    margin: 4%;
    padding: 0.1%;
    max-height: 1vh;
    background-color: transparent;
    font-family: arial;
    font-size: 2.5rem;
    cursor:  url('../cursor/Mano.cur'), pointer;
    transition: .5s;
    transition-delay: 1.5s;
    color: #FAFAFA;    
}

.bwz:hover {
 animation: sig 1s infinite;
}

@keyframes sig {
    0% {scale: 1;}
     25% {scale: 1.2;}
      50% {scale: 1.0;}
       100% {scale: 0,9;}
}

strong {
    background-color: transparent;
}

