@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

@media (max-width: 1800px) {

    header {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
    }

    #menu {
        position: relative;
        margin-top: 36px;
        margin-left: 300px;
    }

    #menu_cel {
        display: none;
    }

    #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;
    }

    #bots_colaboradores{
        margin: 15px;
        margin-top: 30px;
        display: flex;
        flex-direction: column;
        align-items: normal;
        gap: 50px;
        background-color: #ffffff;
        padding: 10px;
        border-radius: 15px;
    }

    #bots_colaboradores_alimentacao{
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        gap: 10px;
    }

    #bots_colaboradores_servicos{
        display: flex;
        flex-direction: row;
        justify-content: space-between;
    }

    .face-bots{
        width: 60px;

    }

    .face-bots:hover{
        width: 65px;
        cursor: pointer;
    }

    .face-bots-back{
        background-color: #FFF;
        border-radius: 100%;
        width: 100px;
        height: 100px;
        text-align: center;
    }

    .bots{
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .face-bots-titulo{
        font-family: "Inter", serif;
        font-size: 12px;
        color: #474444;
    }

    .collapsible{
        display: none;
    }
}

/************************************/

@media (max-width: 1920px) {

    header {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
    }

    #menu {
        position: relative;
        margin-top: 46px;
        margin-left: 400px;
    }

    #menu_cel {
        display: none;
    }

    #titulo {
        position: relative;
        display: flex;
        flex-direction: row;
        margin-top: 46px;
        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: 250px;
        width: 170px;
        height: 160px;
    }

    #balao__2 {
        position: relative;
        margin-top: 5px;
        width: 120px;
        height: 90px;
    }

    #chamada {
        position: relative;
        margin-top: 150px;
        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 {
        margin-top: 70px;
        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;
    }

    #bots_colaboradores{
        margin: 15px;
        margin-top: 30px;
        display: flex;
        flex-direction: column;
        align-items: normal;
        gap: 50px;
        background-color: #ffffff;
        padding: 10px;
        border-radius: 15px;
    }

    #bots_colaboradores_alimentacao{
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        gap: 10px;
    }

    #bots_colaboradores_servicos{
        display: flex;
        flex-direction: row;
        justify-content: space-between;
    }

    .face-bots{
        width: 60px;

    }

    .face-bots:hover{
        width: 65px;
        cursor: pointer;
    }

    .face-bots-back{
        background-color: #FFF;
        border-radius: 100%;
        width: 100px;
        height: 100px;
        text-align: center;
    }

    .bots{
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .face-bots-titulo{
        font-family: "Inter", serif;
        font-size: 12px;
        color: #474444;
    }

    .collapsible{
        display: none;
    }
}



/*******************************************/

@media (min-width:1921px) and (max-width: 3840px) {

    header {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
    }

    #menu {
        position: relative;
        margin-top: 66px;
        margin-left: 1300px;
        font-size: 25px;
    }

    #menu_cel {
        display: none;
    }

    #titulo {
        position: relative;
        display: flex;
        flex-direction: row;
        margin-top: 66px;
        margin-left: 300px;
        width: 550px;
    }

    #titulo label {
        font-family: "Inter", serif;
        font-size: 68px;
        color: #605C5C;
        font-weight: 800;
    }

    #titulo__bot {
        width: 90px;
        height: 90px;
    }

    #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: 450px;
        width: 270px;
        height: 260px;
    }

    #balao__2 {
        position: relative;
        margin-top: 5px;
        width: 220px;
        height: 190px;
    }

    #chamada {
        position: relative;
        margin-top: 150px;
        margin-left: 10px;
        display: flex;
        gap: 250px;
        flex-direction: column;
        justify-content: space-between;
        font-size: 40px;
        font-weight: 400;
        font-family: "Inter", serif;
        line-height: 25px;
    }

    #chamada__gerente {
        position: absolute;
        margin-top: 0px;
        margin-left: 0px;
    }

    #chamada__descricao {
        position: absolute;
        margin-top: 150px;
        line-height: 35px;
    }

    #botprincipal {
        margin-top: 40px;
        width: 370px;
        height: 290px;
        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;
    }

    #bots_colaboradores{
        margin: 15px;
        margin-top: 30px;
        display: flex;
        flex-direction: column;
        align-items: normal;
        gap: 50px;
        background-color: #ffffff;
        padding: 10px;
        border-radius: 15px;
    }

    #bots_colaboradores_alimentacao{
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        gap: 10px;
    }

    #bots_colaboradores_servicos{
        display: flex;
        flex-direction: row;
        justify-content: space-between;
    }

    .face-bots{
        width: 60px;

    }

    .face-bots:hover{
        width: 65px;
        cursor: pointer;
    }

    .face-bots-back{
        background-color: #FFF;
        border-radius: 100%;
        width: 100px;
        height: 100px;
        text-align: center;
    }

    .bots{
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .face-bots-titulo{
        font-family: "Inter", serif;
        font-size: 12px;
        color: #474444;
    }

    .collapsible{
        display: none;
    }
}







