/***/

@media (max-width: 1400px) {
    header {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
    }

    #menu {
        position: relative;
        margin-top: 36px;
        margin-left: 100px;
    }

    #titulo {
        position: relative;
        display: flex;
        flex-direction: row;
        margin-top: 36px;
        margin-left: 67px;
        width: 350px;
    }

    #titulo label {
        font-family: "Inter", serif;
        font-size: 48px;
        color: #605C5C;
        font-weight: 800;
    }

    #titulo__bot {
        width: 50px;
        height: 50px;
    }

    #titulo__slogan {
        font-family: "Inter", serif;
        font-size: 12px;
        float: right;
        margin-right: 0px;
    }

    ul {
        list-style-type: none;
        margin: 0;
        padding: 10px;
        overflow: hidden;
        background-color: #FFF;
    }

    li {
        float: left;
    }

    li a {
        display: block;
        color: #474444;
        text-align: center;
        padding: 14px 16px;
        text-decoration: none;
        font-family: "Inter", serif;
    }

    li a:hover {
        color: #000;
        cursor: pointer;
    }

    #conteudo {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
    }

    #main {}

    #central {
        display: flex;
        flex-direction: row;
        justify-content: space-around;
    }

    #balao {
        display: flex;
        flex-direction: column;
    }

    #balao__1 {
        position: relative;
        margin-top: 150px;
        width: 170px;
        height: 160px;
    }

    #balao__2 {
        position: relative;
        margin-top: 5px;
        width: 120px;
        height: 90px;
    }

    #chamada {
        position: relative;
        margin-top: 100px;
        margin-left: 10px;
        display: flex;
        gap: 250px;
        flex-direction: column;
        justify-content: space-between;
        font-size: 20px;
        font-weight: 400;
        font-family: "Inter", serif;
    }

    #chamada__gerente {
        position: absolute;
        margin-top: 0px;
        margin-left: 0px;
    }

    #chamada__descricao {
        position: absolute;
        margin-top: 100px;
        line-height: 25px;
    }

    #botprincipal {
        width: 250px;
        height: 190px;
        margin-left: 30px;
    }

    #chatbot {
        display: flex;
        position: relative;
        flex-direction: column;
        background-color: #474444;
        width: 20%;
        height: 100vh;
    }

    #chatbot__titulo {
        margin: 0 auto;
        margin-top: 36px;
        font-family: "Inter", serif;
        font-size: 32px;
        color: #FFF;
        font-weight: 800;
    }

    #chatbot__bot {
        width: 100px;
        height: 100px;
        margin: 0 auto;
        margin-top: 36px;
    }

    #chatbot__conversa {
        margin-top: 36px;
        font-family: "Inter", serif;
        font-size: 16px;
        color: #FFF;
        text-align: center;
        line-height: 25px;
    }

    #chatbot__pergunta {
        margin: 0 auto;
        margin-top: 36px;
        text-align: center;
        font-family: "Inter", serif;
        color: #10E830;
        font-size: 16px;
        font-weight: 800;
    }

    #chatbot__opcao {
        margin: 0 auto;
        margin-top: 36px;
        width: 230px;
        font-size: 16px;
        padding: 15px;
        font-weight: 700;
        cursor: pointer;
    }

    .collapsible{
        display: none;
    }
}
