/* 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: 768px) {

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

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

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

    .navbar-collapse {
        background-color: var(--color-secondary);
        padding: 20px;
        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: 120px;
        padding-left: 110px;
        justify-content: center;
        align-items: start;
    }

    .card-item:hover {
        height: 240px;
        transition: all 1s ease;
    }

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

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

    .card-item .title-produto {

        color: var(--color-black);
        text-overflow: ellipsis;
        white-space: wrap;
        margin-bottom: 5px;
    }

    .card-item .description {
        color: var(--color-black);
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
        height: auto;
        width: 100%;
        padding-top: 10px;
        margin-bottom: 0px;
        font-size: 12px;
        transition: height 1s ease, white-space 0.3s ease;
    }



    .card-item:hover .description {
        text-align: start;
        white-space: normal;
        margin-top: 0px !important;
    }


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

    .title-carrinho {
        font-size: 16px;
        color: var(--color-black);
    }

    .modal-full .price-produto sub {
        font-size: 10px;
    }

    .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;
    }

    .title-produto-resumo {
        color: var(--color-black);
        font-size: 16px;
        text-overflow: ellipsis;
        white-space: wrap;
        overflow: hidden;
        margin-bottom: 0;
    }


    .modal-full .title-produto-resumo {
        font-size: 14px;
    }

    .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;
    }

}
