
/* Desktop (col-lg) 992px+ */
@media (min-width: 992px) {

}

/* Desktop e Tablets (col-md) 768px a 991px */
@media (min-width: 768px) and (max-width: 991px) {

}

/* Tablets (col-sm) 576px a 767px */
@media (min-width: 576px) and (max-width: 767px) {

}


/* Tablets e Celulares (col) 0px a 767px */
@media (max-width: 767px) {

    .icon-flutuant {
        display: none;
    }

    .no-mobile {
        display: none!important;
    }

    .col-one {
        padding-left: 35px!important;
        padding-right: 35px!important;
    }

    .navbar-toggler-icon {
        padding-top: 15px;
    }

    .navbar-collapse {
        background-color: var(--color-secondary);
        padding: 29px;
        text-align: center;
        border-radius: 40px;
    }

    .navbar-collapse .btn-white {
        margin-top: 20px;
    }

    .navbar-collapse .btn-icon {
        padding-right: 20px;
    }

    .navbar-collapse .btn-icon span.icon {
        display: none;
    }

    .banner {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .text-banner h1 {
        font-size: 36px;
    }

    .text-banner p {
        font-size: 18px;
    }

    .btn-yellow, .btn-white {
        padding: 13px 23px;
        font-size: 18px;
    }

    .btn-icon-left span.icon-left {
        width: 43px;
        height: 43px;
        margin-left: -56px;
    }

    .btn-icon-left {
        padding-left: 63px!important;
    }

    .title {
        font-size: 30px;
    }

    .servicos {
        padding-bottom: 50px;
    }

    .cardapio {
        padding-bottom: 50px;
    }

    .container-menu {
        overflow-x: auto;
        overflow-y: hidden;
        display: flex;
        padding-bottom: 15px;
    }

    .img-produto {
        position: absolute;
        left: 15px
    }

    .card-item {
        height: 110px;
        padding-left: 110px;
        justify-content: center;
        align-items: start;
    }

    .card-item .img-produto img {
        width: 80px;
    }

    .title-produto {
        margin-top: 0px!important;
        height: 30px!important;
        width: 100%;
        text-align: left!important;
    }

    .price-produto {
        margin-bottom: 0px!important;
        margin-top: 0px!important;
        font-size: 22px!important;
    }

    .card-item .add-carrinho {
        margin-top: 5px;
    }

    #itensCardapio .mb-5 {
        margin-bottom: 15px!important;
    }

    .depoimentos {
        padding-bottom: 50px;
    }

    .reserva {
        padding-bottom: 50px;
    }

    .card-secondary {
        padding: 45px;
        border-radius: 50px;
    }

    .container-logo-footer {
        justify-content: center;
    }

    .container-texto-footer p {
        text-align: center;
    }

    .container-redes-footer {
        margin-top: 40px;
        margin-bottom: 50px;
        justify-content: center;
    }

    .modal-full {
        padding: 40px;
    }

    .modal-full .item-carrinho {
        padding-left: 0;
        padding-right: 0;
    }

    .modal-full .img-produto {
        position: relative;
        left: 0;
    }

    .modal-full .img-produto img {
        width: 50px;
    }

    .modal-full .dados-produto {
        padding-left: 15px;
        padding-right: 15px;
        display: grid;
    }

    .modal-full .title-produto, .modal-full .price-produto {
        font-size: 16px!important;
    }

    .modal-full .add-numero-itens {
        padding: 2px 10px;
    }

    .modal-full .form-control {
        font-size: 16px;
    }
    

}



@media (max-width: 767px) {
    .container-cardapio {
        margin-top: 150px;
    }
}

@media (max-width: 767px) {
    .hidden {
        display: block!important;
    }
}

@media (min-width: 768px) {
    .mobile {
        display: none!important;
    }
}

.mobile-xs, .mobile-sm {
    display: none;
}

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

    .no-mobile-xs {
        display: none!important;
    }

    .mobile-xs {
        display: block!important;
    }

    .container-image-autor {
        width: 70px;
        height: 70px;
        background-size: 130%;
    }

    .card-contato .title-section {
        line-height: 40px;
        margin-top: 0px;
        font-size: 29px;
    }

    .alert {
        display: block;
        text-align: center;
    }

    .toasted {
        left: 30px;
    }

}


@media only screen and (min-width: 576px) {
    .container-sm {
        max-width: 540px;
    }
}

@media only screen and (min-width: 768px) {
    .container-sm {
        max-width: 640px;
    }
}

@media only screen and (min-width: 992px) {
    .container-sm {
        max-width: 820px;
    }
}

@media only screen and (min-width: 1200px) {
    .container-sm {
        max-width: 1000px;
    }
}



@media (max-width: 767px) {
    .col-one {
        padding-left: 35px !important;
        padding-right: 35px !important;
    }
}

                /* Primeiro Celular (Fundo) */
                .img-req-1 {
                    z-index: 1;
                    transform: scale(0.9) translateX(50px);
                }

                /* Segundo Celular (Meio) */
                .img-req-2 {
                    transform: scale(0.95) translateY(20px);
                }

                /* Terceiro Celular (Frente) */
                .img-req-3 {
                    z-index: 3;
                    transform: scale(1) translateY(40px);
                }

                /* 4. Efeito opcional: Ao passar o mouse, o celular sobe */
                .img-req-1:hover, .img-req-2:hover, .img-req-3:hover {
                    z-index: 10;
                    transform: scale(1.05) translateY(-20px);
                }


            @media (max-width: 768px) {
                .carousel-nav-btn { display: none; } /* No celular usa o dedo para arrastar */
                .plans-carousel { gap: 15px; }
                .plan-item { width: 300px; }
            }

            /* Ajustes visuais dos Cards (Trazidos do seu CSS) */
            .card-plan {
                border-top: 4px solid var(--color-primary);
                border-right: 2px solid var(--color-primary);
                border-radius: 20px;
                box-shadow: 0 10px 20px rgba(0,0,0,0.05);
                height: 100%; /* Garante altura igual */
                background: #fff;
            }
            .card-body { padding: 30px; }
            .card-title { font-weight: bold; margin-bottom: 15px; }
            .card-plan ul { padding-left: 20px; margin-bottom: 25px; }
            .card-plan li { margin-bottom: 8px; }

            /* ======================================================= */
            /* CSS DA CORREÇÃO DOS CELULARES (Sessão Anterior) */
            /* ======================================================= */
                @media (min-width: 992px) {
                    .mobile-container {
                        display: flex !important;
                        align-items: center !important;
                        justify-content: center !important;
                        min-height: 600px;
                        padding-right: 0 !important;
                    }
                    .mobile-container .img-req-1, 
                    .mobile-container .img-req-2, 
                    .mobile-container .img-req-3 {
                        position: relative !important;
                        top: auto !important;
                        left: auto !important;
                        margin: 0 !important;
                        width: 240px !important;
                        transition: transform 0.4s ease, margin 0.4s ease;
                    }
                    .mobile-container .img-req-1 { z-index: 1; transform: scale(0.9) translateX(40px); }
                    .mobile-container .img-req-2 { z-index: 2; margin-left: -130px !important; transform: scale(0.95) translateY(20px); }
                    .mobile-container .img-req-3 { z-index: 3; margin-left: -130px !important; transform: scale(1) translateY(40px); }
                    .mobile-container .img-req-1:hover, 
                    .mobile-container .img-req-2:hover, 
                    .mobile-container .img-req-3:hover {
                        z-index: 10; transform: scale(1.05) translateY(-20px); margin-right: 50px !important; cursor: pointer;
                    }
                }


/* Correção Final: Imagens Grandes e Sem cobrir o texto */
@media (max-width: 767px) {
    
    /* 1. Container: Reservando espaço para o texto não subir */
    .mobile-container {
        position: relative !important;
        /* Aumentei MUITO a altura para caberem as imagens grandes */
        height: 320px !important;      
        margin-top: -30px !important;  
        /* Empurra o texto de baixo mais um pouco se precisar */
        margin-bottom: 20px !important; 
        display: block !important;
        width: 100% !important;
        padding: 0 !important;
        overflow: visible !important;
    }

    /* 2. Configuração Base das Imagens (Agora maiores) */
    .mobile-container img.mockup,
    .mobile-container .img-req-1, 
    .mobile-container .img-req-2, 
    .mobile-container .img-req-3 {
        position: absolute !important;
        top: 0 !important;
        left: 50% !important;          
        
        /* AUMENTANDO AS IMAGENS */
        width: 190px !important;       /* Estava 140px, joguei para 210px */
        max-width: 60vw !important;    /* Garante que não corte na lateral do celular */
        height: auto !important;
        margin: 0 !important;
        display: block !important;
    }

    /* 3. Posicionamento Fino (Ajustado para o tamanho novo) */

    /* Celular 1 (Esquerda - Fundo) */
    .mobile-container .img-req-1 {
        z-index: 1;
        /* Joga mais para a esquerda (-115%) para aparecer atrás do grandão */
        transform: translateX(-115%) scale(0.85) !important;
    }

    /* Celular 2 (Meio - Frente e Mais Baixo) */
    .mobile-container .img-req-2 {
        z-index: 10;
        /* Centraliza e desce 60px para dar destaque */
        transform: translateX(-50%) translateY(60px) !important;
        filter: drop-shadow(0 15px 20px rgba(0,0,0,0.4)); /* Sombra mais forte */
    }

    /* Celular 3 (Direita - Fundo) */
    .mobile-container .img-req-3 {
        z-index: 2;
        /* Joga para a direita (+15%) */
        transform: translateX(15%) scale(0.85) !important;
    }
}