@media only screen and (max-width: 320px) {
    .responseChatBot {
        height: 600px !important;
    }

    #close {
        display: none !important;
    }

    #cierreSesionMenu {
        display: block !important;
    }
}

@media only screen and (max-width: 700px) {
    #informativeNavigate {
        display: none;
    }
}

@media only screen and (max-width: 480px) {
    .responseChatBot {
        height: 600px !important;
    }

    #tituloPlataforma, #welcome {
        display: none;
    }

    .inline > #resultEval {
        margin-top: 5px;
    }
}


@media only screen and (max-width: 768px) {
    #segmentos .stackable.grid .ui.vertical.divider {
        display: none;
    }  
    .btnBuscar{
        margin-top: 20px !important;
        float: none !important; 
    }
    .separar{
        margin-top: 15px !important;
    }
    .ajustaTabla{
        display: block;
        overflow-x: auto;
    }

    #tituloPlataforma, #welcome {
        display: none;
    }

    .responseChatBot {
        height: 700px !important;
    }
}


/* portrait tablets, portrait iPad, landscape e-readers, landscape 800x480 or 854x480 phones */ 
@media only screen and (max-width: 961px)  { 
    .responseChatBot {
        height: 800px !important;
    }

    #tituloPlataforma {
        display: none;
    }
}

@media (min-width: 600px) and (max-width: 992px) {
    .etiqueta{ 
        width: 100%;
        margin-top: 5px;
    }  

}
