h1{
    font-size: 26px;
}

h2{
    font-size: 24px;
    color: #343434;
    font-weight: 400;
}

.oculto{
    visibility: hidden;
}


.cargando{
    position: relative;
    top: -24px;
}
.cargando p{
    font-size: 14px !important;
    color: #888888;
}

.fraserror p{
    font-size: 14px !important;
    color: darkred !important;
}

.contenido_gpt{
    border: solid 1px #dddddd;
    border-radius: 8px;
    padding: 20px;
    min-height: 500px;
    position: relative;
    overflow: hidden;
}


.circulo-logo{
    width: 90px;
    height: 90px;
    border-radius: 50%;
    border:none;
    position: relative;
    left: 50%;
    transform: translate(-50%, 10%);
    margin-bottom: 20px;
}

.circulo-logo img{
    width: 80px; /* La imagen ocupa el 100% del contenedor */
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
}

#input-question{
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    border:solid 2px #546646;
    font-size: 20px;
    padding: 15px;
    height: 62px;
    overflow: auto;
    resize: none;
}

#submit-button{
    background-color: #546646;
    border-color: #546646;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

.barra_pregunta{
    position: absolute;
    bottom: 0px;
    left: 50%;
    transform: translate(-50%, 0%);
    width: 736px;
    background-color: #ffffff;
    padding: 6px 10px 20px;
}

#chat-container{
    margin-bottom: 150px;
}


#chat-container p{
    font-size: 1rem;
    padding: 0px 0 20px 50px;
}

#chat-container .img_respuesta{
    float: left;
    width: 40px;
    margin-right: 10px;
}

.min_height_100{
    min-height: 100px;
}

.lista_sugerencias{
    display: flex;
    column-count: 2;
    column-gap: 20px;
    flex-wrap: wrap;
}
.segurecia{
    border: solid 1px #dddddd;
    border-radius: 8px;
    padding: 8px 10px 8px 15px;
    flex: 45%;
    margin: 10px 0px;
    color: #888888;
    cursor: pointer;
    display: flex;
    align-items: center; /* Centrar verticalmente */
    justify-content: space-between;
}

.texto_sugerencias{
    font-size: 12px;
    padding: 0px;
    color: #888888;
}


.menu-gpt {
    width: 0%;
    position: absolute;
    background: #fff;
    z-index: 99999;
    top: 0;
    height: 100vh;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    left: 0;
    margin-left: -300px;
    padding: 15px 15px 30px;
    overflow-y: auto;
    box-shadow: 5px 0 15px rgba(0, 0, 0, 0.1);
}
.menu-gpt.active {
    width: 360px;
    margin-left: 0;
    transition: margin-left 0.5s cubic-bezier(0.22, 0.61, 0.36, 1);

}

.menu-gpt .canvas_close_gpt {
    position: absolute;
    top: 20px;
    right: 30px;
    cursor: pointer;
}

.menu-gpt .canvas_close_gpt i{
    font-size: 30px;
}

.navbar-toggler-gpt{
    cursor: pointer;
    border: 1px solid #626161;
    border-radius: 8px;
    padding: 7px;
    color: #626161;
    font-size: 32px;
}

.navbar-nuevo-gpt{
    cursor: pointer;
    padding: 7px;
    color: #626161;
    font-size: 32px;
}

ul.menu-gpt-historico{
    padding: 10px 5px;
}
ul.menu-gpt-historico li{
    padding: 10px 0px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    border-bottom: 1px solid #DBDBDB;
    font-family: "Jost", sans-serif;
    letter-spacing: 0;
    font-size: 14px;
    cursor: pointer;
}

ul.menu-gpt-historico li a{
    color: #2d2d2d;
    text-decoration: none;
}
ul.menu-gpt-historico li span{
    color: #afadad;
}

ul.menu-gpt-historico a:not([href]):not([class]), a:not([href]):not([class]):hover {
    color: #2d2d2d;
    text-decoration: none;
}

.texto_mision{
    font-size: 15px;
    text-align: center;
}
.negrita{
    font-weight: bold;
}

@media only screen and (max-width: 990px){

    .section_doble{
        padding-top: 90px;
    }

    .barra_pregunta{
        width: 560px;
    }
    .texto_mision{
        font-size: 13px;
    }

}

@media only screen and (max-width: 767px){
    h1{
        font-size: 20px;
    }

    h2{
        font-size: 22px;
    }

    .contenido_gpt{
        padding: 10px 10px 20px 10px;
        min-height: 400px;
    }

    .lista_sugerencias{
        column-count: 1;
    }
    .segurecia{
        border: solid 1px #dddddd;
        padding: 10px;
        flex: 100%;
        margin: 5px 0px;
    }

    .menu-gpt.active {
        width: 320px;
    }

    .barra_pregunta{
        width: 310px;
        left: 50%;
        transform: translate(-50%, 0%); 
    }

    .navbar-toggler-gpt {
        border: none;
        padding: 3px;
        font-size: 20px;
    }
    .navbar-nuevo-gpt {
        border-radius: 4px;
        padding: 3px;
        font-size: 20px;
    }

    .border_bottom{
        border-bottom: solid 1px #dddddd;
        margin-bottom: 10px;
    }
    .texto_mision{
        font-size: 11px;
    }

    #input-question{ 
        font-size: 18px;
        padding: 12px;  
        overflow-y: hidden; /* Oculta la barra de desplazamiento vertical */
        min-height: 60px; /* Altura mínima del textarea */ 
        height: auto;
    }

}
