.input-mobile {
    width: 100%;
    padding: 3%;
    font-size: 1.2em;
    border: 1px solid #cfcfcf;
    border-radius: 10px;
    margin-bottom: 3%;
}


.input-mobile:focus {
    outline: none;
    border: 2px solid #00BFFF;
}

.select-mobile {
    width: 100%;
    font-size: 1em;
    padding: 15px;
    border-radius: 10px;
    border: 1px solid #cfcfcf;
    margin-bottom: 3%;
}

.select-mobile:focus {
    outline: none;
    border: 2px solid #00BFFF;
}

.hamburguer-btn {
    display: none;
    background: #0587BD;
    border: none;
    color: white;
    padding: 5px 10px;
    font-size: 20px;
    cursor: pointer;
    position: fixed;
    top: 15px;
    left: 3%;
    z-index: 1000;
    border-radius: 5px;
}

/* Menu lateral escondido por padrão */
#menuHamburguer {
    position: fixed;
    top: 0;
    width: 15%;
    height: 100vh;
    background: #0587BD;
    padding: 0;
    display: none;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    transition: left 0.3s ease;
    z-index: 999;
    overflow-y: auto;
}

#menuHamburguer ul {
    gap: 15px;
    list-style: none;
    justify-content: left;
}

#menuHamburguer ul li {
    margin-bottom: 15px;
}

#menuHamburguer ul li a span img {
    width: 30px;
    margin-left: 60%;
}

.success {
    width: 100%;
    padding: 15px;
    border-radius: 10px;
    border: 1px solid #ccc;
    background: #33d155;
    color: white;
    font-size: 1.5em;
}

@media(max-width: 768px) {

    .ll-toast {
        position: fixed;
        top: 20px;
        left: 50%;
        transform: translateX(-50%);

        padding: 14px 18px;
        border-radius: 10px;

        color: #fff;
        font-size: 15px;

        display: flex;
        align-items: center;
        gap: 10px;

        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.25);
        z-index: 99999;
    }

    /* cores */

    .ll-toast-erro {
        background: #e74c3c;
    }

    .ll-toast-sucesso {
        background: #2ecc71;
    }

    .ll-toast-alerta {
        background: #f39c12;
    }

    .ll-toast button {
        border: none;
        background: none;
        color: #fff;
        font-size: 20px;
        cursor: pointer;
        margin-left: 10px;
    }

    @keyframes toastEntrada {
        from {
            transform: translate(-50%, -20px);
            opacity: 0;
        }

        to {
            transform: translate(-50%, 0);
            opacity: 1;
        }
    }

    #retornaTotalGeral {
        background: rgba(0, 0, 0, 0.5);
        /* fundo preto transparente */
        z-index: 9999;
        display: none;
    }

    #fechar-cli {
        border: none;
        background: none;
        float: right;
    }

    #modal-dados .modal-dialog {
        width: auto !important;
        max-width: 100vw;
        /* limite da tela */
    }

    .close {
        margin-right: 10%;
        margin-top: 5%;
        font-size: 2em;
        position: relative;
        z-index: 9999;
    }

    .gallery,
    .gallery2 {
        width: 100%;
        height: 30vh;
        align-items: center;
        display: flex;
        flex-flow: row nowrap;
        gap: 15px;
    }

    .item,
    .item2 {
        max-width: 90%;
        max-height: 90%;
        margin: auto;
        flex-shrink: 0;
        transition: all 600ms ease-in-out;
        opacity: 0.6;
    }

    .card-cliente {
        border: 1px solid #ddd;
        border-radius: 8px;
        padding: 15px;
        margin-bottom: 15px;
        background: #fff;
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    }

    .card-header {
        font-size: 16px;
        margin-bottom: 10px;
        border-bottom: 1px solid #eee;
        padding-bottom: 5px;
    }

    .card-body p {
        margin: 5px 0;
        font-size: 14px;
    }

    .box-visita {
        padding: 10px;
        height: auto;
    }

    .box-visita .col-xs-6 {
        width: 100% !important;
        float: none;
    }

    .visita-title {
        font-size: 18px;
        text-align: center;
        margin-bottom: 15px;
    }

    .line1-h3,
    .line2-h3 {
        font-size: 15px;
        line-height: 1.4;
        margin-top: 8px;
        margin-bottom: 8px;
    }

    .results {
        display: block;
        margin-top: 3px;
        word-break: break-word;
    }

    #txtMotivo {
        width: 100% !important;
        margin-top: 8px;
    }

    .close {
        font-size: 14px;
        padding: 4px 6px;
    }

    .desktopLog {
        display: none;
    }

    .mobileLog {
        display: block;
    }

    .container-menu {
        display: none;
    }

    .hamburguer-btn {
        display: block;
    }

    #menuHamburguer.ativo {
        display: block;
    }

    /*Pedido Listar Home*/

    .desktop {
        display: none;
    }

    .mobile {
        display: block;
    }
}

.container_home {
    position: absolute;
    top: 30%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    margin: 0;
}

.cTitulo {
    text-align: center;
}

.label-list {
    font-size: 1.5em;
}

h1 {
    border: 1px solid #ccc;
    border-radius: 5px;
    width: 100%;
    padding: 10px;
    text-align: center;
    margin-top: 40px;
}

nav.pedido {
    width: 100%;
    color: white;
    text-align: center;
    font-size: 1.5em;
}

nav.pedido ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

nav.pedido li.title {
    background: #0587BD;
    border: 1px solid #ccc;
    border-radius: 10px;
    box-shadow: 10px 1px 5px rgba(110, 110, 110, 0.548);
}

nav.pedido li.sub-title {
    background: #4B4FC2;
    width: 90%;
    margin: auto;
    border-radius: 10px;
    margin-top: 2%;
    box-shadow: 2px 2px 5px black;
}

nav.pedido li.result {
    background: white;
    color: black;
    font-weight: none;
    font-style: italic;
    width: 80%;
    margin: auto;
    border-radius: 10px;
    padding: 15px;
    margin-bottom: 2%;
}

nav.pedido li a {
    display: block;
    padding: 12px 20px;
    color: white;
    text-decoration: none;
    cursor: pointer;
}

/* Submenus ocultos por padrão */
nav.pedido ul.submenu {
    display: none;
}

/* Espaçamento para indicar nível */
nav.pedido ul.submenu li a {
    padding: 20px;
}

nav.pedido ul.submenu ul.submenu li a {
    padding-left: 60px;
}

/* Mostrar submenus abertos */
nav.pedido li.open>ul.submenu {
    display: block;
}

nav.pedido ul.botoes {
    display: flex;
    width: 80%;
    position: relative;
}

nav.pedido ul.botoes li {
    display: block;
    margin-bottom: 5px;
}

nav.pedido ul.botoes li .btn-xs {
    border-radius: 10px;
}

.info {
    display: flex;
    border-bottom: 1px solid white;
}

.info div {
    padding: 5px;
    margin: auto;
    font-weight: bolder;
}

.res {
    display: flex;
}

.res li {
    padding: 5px;
    margin: auto;
}

div.pedido {
    width: 100%;
    color: white;
    text-align: center;
    font-size: 1.5em;
}

div.pedido ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

div.pedido li.title {
    background: #0587BD;
    border: 1px solid #ccc;
    border-radius: 10px;
    box-shadow: 10px 1px 5px rgba(110, 110, 110, 0.548);
}

div.pedido li.sub-title {
    background: #4B4FC2;
    width: 90%;
    margin: auto;
    border-radius: 10px;
    margin-top: 2%;
    box-shadow: 2px 2px 5px black;
}

div.pedido li.result {
    background: white;
    color: black;
    font-weight: none;
    font-style: italic;
    width: 80%;
    margin: auto;
    border-radius: 10px;
    padding: 15px;
    margin-bottom: 2%;
}

div.pedido li a {
    display: block;
    padding: 12px 20px;
    color: white;
    text-decoration: none;
    cursor: pointer;
}

/* Submenus ocultos por padrão */
div.pedido ul.submenu {
    display: none;
}

/* Espaçamento para indicar nível */
div.pedido ul.submenu li a {
    padding: 20px;
}

div.pedido ul.submenu ul.submenu li a {
    padding-left: 60px;
}

/* Mostrar submenus abertos */
div.pedido li.open>ul.submenu {
    display: block;
}

div.pedido ul.botoes {
    display: flex;
    width: 100%;
    position: relative;
}

div.pedido ul.botoes li {
    display: block;
    margin: auto;

}

div.pedido ul.botoes li .btn-xs {
    border-radius: 10px;
}

.label-ped-cli {
    font-size: 1em;
}

/* btn form cadastro de pedido*/

.cad-ped {
    width: 100%;
    padding: 3%;
    border: 1px solid #0587BD;
    border-radius: 10px;
}

div.container {
    padding: 0;
}

div.container div.celular {
    width: 100%;
    padding: 5px;
    margin: 70% auto 0 auto;
}

form.form-signin .btn-mobile {
    padding: 5%;
    font-size: 2.5em;
    width: 300px;
    height: 100px;
    text-align: center;
    background: rgb(175, 175, 175);
}

form.form-signin button.btn-entrar {
    background: #0062B5;
    margin: 5% auto 5% auto;
    font-size: 2.5em;
    width: 50%;
    padding: 15px;
    border-radius: 10px;
    border: 1px solid #ccc;
    color: white;
}

ul.buttons {
    list-style: none;
    display: flex;
    padding: 0;
    margin: 0;
    gap: 10px;
}

ul.buttons li {
    display: inline-flex;
    align-items: center;
    font-size: 2em;
}

footer.footer-fin {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 3%;
    z-index: 9999;
    background: white;
    display: flex;
    justify-content: space-between;
}

footer.footer-fin p {
    font-size: 1.5em;
    font-weight: bold;
    width: 45%;
}

fieldset {
    border: 1px solid #a6a6a6;
    margin-left: 3%;
    border-radius: 10px;
}

fieldset legend {
    width: 40%;
    margin: auto;
    text-align: center;
}