html {
    box-sizing: border-box;
    scroll-behavior: smooth; /* Suaviza a rolagem ao navegar */
}

/* Aplica o box-sizing a todos os elementos e seus pseudo-elementos */
*, *::before, *::after {
    box-sizing: inherit;
}

html, body {
    margin: 0;
    padding: 0;
    padding-top: 0px;
    width: 100%;
    height: 100%;
    color: #333;
    font-size: 16px;
    line-height: 1.5;
    background-color: #f8f9fa;
    font-family: 'Montserrat', sans-serif;
    scroll-behavior:smooth;
}

.logo {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 22dvh;
    height: auto;
}

.container {
    position: relative;
    width: 100%;
    min-height: 100vh;
    padding: 20px;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.container video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
    opacity: 0.3; /* Deixa o vídeo com um efeito esfumaçado */
}

.container::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7));
    z-index: 2;
}

.margin-top-custom {
    margin-top: 100px !important;
}

.content {
    flex: 1;
    width: 100%;
    height: auto;
}

.footer {
    bottom: 0 !important;
    width: 100%;
    height: auto;
    color: #fff;
    display: flex;
    position: static;
    text-align: center;
    justify-content: center;
    background-color: #000000;
    border-top: 1px solid #050505;
}

.footer-container {
    width: 100%;
    display: flex;
    flex-direction: row;
    padding: 0 150 0 150;
    justify-content: space-evenly;
}

.social-md {
    flex: 1;
    display: flex;
    padding: 30 0 30 0;
    align-items: center;
    flex-direction: column;
    justify-content: space-evenly;

}

.social-md img{
    padding: 5;
    width: 100%;
    height: auto;
    max-width: 100px;
    max-height: 100px;
}

.social-md img:hover{
    transform: scale(1.2);
    transition: 2s;
}

.reserves {
    flex: 4;
    display: flex;
    text-align: left;
    padding: 30 0 30 0;
    flex-direction: column;
    justify-content: space-between;
}

.reserves h2,h3,h4{
    padding-bottom: 0px!important;
}

.reserves .point{
    bottom: 0.5em;
    max-width: 2em;
    position: relative;
}

.reserves .point:hover{
    transform: scale(1.5);
    transition: 2s;
}

.contacts{
    flex: 2;
    width: 400px;
    text-align: left;
    padding: 30 30 30 30;
}

.contacts h2{
    margin-bottom: 40px!important;
}
.contacts .btn{
    width: 100%;
    height: auto;
}

.contacts .btn-outline-secondary:hover{
    color: #000;
    background-color: rgb(187, 187, 187);
}

.contacts .form-floating{
    color: #000;
    font-size: 16px;
    margin-bottom: 30px;
}

.t-area{
    height: 150px!important;
}

.rating {
    display: flex;
    padding-bottom: 60px;
    flex-direction: row-reverse;
    justify-content: space-evenly;
}

.rating input {
    display: none;
}

.rating label {
    width: 1.5em;
    font-size: 2rem;
    cursor: pointer;
    color: #ffffff;
    margin-right: 3px;
    position: relative;
}

.rating label::before {
    left: 0;
    display: block;
    color: #cccccc;
    content: "\f005";
    font-weight: 900;
    position: absolute;
    font-family: "Font Awesome 5 Free";
}

.rating input:checked ~ label::before {
    color: #FFD700;
}

.rating label:hover ~ label::before,
.rating label:hover::before {
    color: #FFD700;
}


#nbar {
    width: 100%;
    height: 10vh;
    display: flex;
    justify-content: space-evenly;
    flex-direction: row;
    align-items: center;
    position: fixed;
    background-color: #fff;
    padding: 3vh 15vh 3vh 15vh;
    filter: drop-shadow(2px 2px 10px rgb(61, 61, 61));
    top: 0;
    z-index: 9999999;
    transition: all 0.3s ease;
}

#nbar.shrink {
    height: 5vh !important;
    padding: 1vh 15vh !important;
    transition: all 0.3s ease;
}

#nbar.shrink .nbar-div a{
    color: #6b6b6b;
    text-decoration: none;
    font-size: 1em;
    text-transform: uppercase;
}

#nbar.shrink img{
    padding: 4vh;
}

.nbar a {
    flex: 1;
}

.nbar img {
    padding: 1vh;
}

.nbar-div {
    flex: 3;
    width: 100%;
}

.nbar-div ul {
    display: flex;
    justify-content: end;
    flex-direction: row;
    align-items: center;
    margin-bottom: 0;
}

.nbar-div li {
    list-style: none;
    padding: 0 4vh 0 4vh;
}

.nbar-div a {
    color: #000000a6;
    text-decoration: none;
    font-size: 1.2em;
    text-transform: uppercase;
    font-weight: 600;
}

#nbar .menu {
    display: flex;
}

/* Botão de menu para dispositivos móveis */
.menu-toggle {
    display: none;
    background: none;
    border: none;
    font-size: 2em;
    cursor: pointer;
}


.first-carousel{
    width: 100%;
    padding: 0;
    margin-top: 0;
}

.first-carousel .carousel-inner {
    height: fit-content;
}

.first-carousel .carousel-item{
    height: 100vh;
    padding: 0;
}

.w-100 {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.first-carousel .carousel-item {
    transition: transform 0.5s ease-in-out;
}

.floating-box {
    right: 0;
    bottom: 100;
    width: 80px;
    height: 80px;
    position: fixed;
    /* overflow: hidden; */
    z-index: 99999999;
    display: inline-block;
    transition: all 0.3s ease;
    background-color: #25d366;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
}

.floating-box a {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    text-decoration: none;
    justify-content: flex-start;
}

.floating-box img {
    width: 100%;
    height: 100%;
    transition: all 0.3s ease;
}

.floating-box:hover{
    width: 200;
    display: flex;
    transition: all 0.3s ease;
    justify-content: flex-start;
}

.row {
    display: flex;
    flex-wrap: wrap; /* Garante que, em telas menores, os itens possam quebrar linha */
}

.col-md-6 {
    display: flex;
    flex-direction: column;
    justify-content: center; /* Centraliza o conteúdo verticalmente em cada coluna */
    padding: 20px;
}

.historia-content {
    display: flex;
    flex-direction: column;
    justify-content: center; /* Centraliza verticalmente o texto */
    padding: 20px;
    background-color: rgba(0, 0, 0, 1); /* Fundo semi-transparente para legibilidade */
    border-radius: 10px;
    margin-left: 20px;
}

.historia-title {
    margin-bottom: 20px;
    font-weight: 700;
    font-size: 2rem;
    z-index: 15; /* Traz o título à frente */
    position: relative;
    color: white; /* Garante que o título seja branco */
    opacity: 1; /* Mantém o título opaco */
    text-align: center; /* Alinha o título à esquerda */
}

.historia-text {
    font-weight: 400;
    font-size: 1.3rem;
    z-index: 15; /* Traz o texto à frente */
    position: relative;
    color: white;
    opacity: 1;
    text-align: center; /* Justifica o texto */
}

.historia-images {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    gap: 25px;
    padding-top: 20px;
    z-index: 5;
    margin-right: 20px;
}

.historia-images img {
    position: relative;
    z-index: 3; /* Certifica-se de que a imagem fique acima do vídeo */
    opacity: 1; /* Remove qualquer opacidade indesejada */
    display: block;
    width: 100%;
    height: auto;
    max-height: 400px;
    object-fit: cover;
    border-radius: 10px;
}

.historia-image1 {
    margin-left: 10px;
    margin-right: 50px;
    width: calc(100% - 60px);
    max-height: 400px;
    object-fit: cover;
    border-radius: 10px;
}

.historia-image2 {
    margin-left: 50px;
    margin-right: 10px;
    width: calc(100% - 60px);
    max-height: 400px;
    object-fit: cover;
    border-radius: 10px;
}

.carousel-historia .carousel-control-prev-icon,
.carousel-historia .carousel-control-next-icon {
    background-color: transparent; /* Remove qualquer fundo das setas */
    opacity: 0; /* Define a opacidade como 30%, por exemplo */
}

.container-menu{
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    margin: 0 0 0 0;
    padding: 200 200 150 200;
    background: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)), url('/images/background.png');
    background-position: center;
    background-attachment: fixed;
}

.container-menu h2{
    text-align: center;
    padding: 0 0 90 0;
    color: #fff;
    font-size: 2em;
}

.container-menu .nav-tabs{
    border-bottom: none;
    position: static;
}

.container-menu .mb-4 {
    margin-bottom: 1.5rem !important;
    height: 50px;
}

.container-menu .nav-item {
    width: 50%;
    margin-left: 0!important;
}

.container-menu .nav-link {
    width: 100%;
    height: 75px;
    color: #ffffff;
    font-size: 1.5em;
    align-items: center;
    background-color: #ffffff00;
    text-transform: uppercase;
    border-radius: 10px;
}

.container-menu .nav-link.active {
    color: #fff;
    margin-bottom: 20;
    font-size: 1.5em;
    background-color:#aaaaaa69;
    border-radius: 10px;
}

.container-menu .menu{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.menu .card{
    width: 350px;
    height: 350px;
    margin-bottom:  7em;
    cursor: pointer;
    opacity: 0.8;
}

.menu .card:hover{
    color:#000;
    opacity: 1;
    z-index: 10;
    transform: scale(1.1);
    transition: all 1s ease;
    filter:drop-shadow(2px 2px 10px white);
}

.menu .card-body{
    display: flex;
    flex: 1 1 auto;
    padding: 1rem 1rem;
    flex-direction: column;
}

.menu .card img{
    width: 60%;
    position: absolute;
    bottom: -50px;
    left: 50%;
    transform: translateX(-20%);
    filter:drop-shadow(2px 2px 10px orange);
}

.menu .card-title {
    flex: 1;
    margin-bottom: .5rem;
    text-align: end;
    font-size: 1.5em;
    font-style: italic;
    font-weight: 600;
}

.menu .ingredients {
    display: flex;
    flex-direction: column;
    list-style: none;
    flex: 5;
    font-size: 0.9em;
    color: #555555;
}

.modal-backdrop {
    backdrop-filter: blur(5px);
}

.modal-backdrop.show {
    backdrop-filter: blur(30px); /* Aumenta o desfoque */
    background-color: rgba(0, 0, 0, 0.7); /* Adiciona uma leve opacidade */
    -webkit-backdrop-filter: blur(15px); /* Fallback para navegadores WebKit */
}

.modal.show .modal-dialog {
    transform: none;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
    height: 100dvh;
}

.modal-content {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 80dvh;
    height: 80dvh;
    border: 5px solid rgba(255, 255, 255, 0.7);
    border-radius: 15px;
    padding: 15px;
    box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.5);
    background-color: rgba(0, 0, 0, 0.8);
    background: linear-gradient(rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.9)), url('/images/background.png');
    background-position: center;
    background-attachment: fixed;
    overflow: hidden;
    transition: all 0.3s ease-in-out;
}

.modal-header {
    display: flex;
    flex-shrink: 0;
    align-items: center;
    justify-content: center;
    padding: 1rem 1rem;
    border-bottom: none!important;
    border-top-left-radius: calc(.3rem - 1px);
    border-top-right-radius: calc(.3rem - 1px);
}

.modal-title {
    min-height: 2rem; /* Defina um mínimo para garantir espaço, aumente conforme necessário */
    line-height: 1.5; /* Ajusta a altura da linha para um melhor espaçamento */
    font-size: 2rem; /* Tamanho do texto do título */
    text-align: center; /* Centraliza o texto do título */
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0.5rem; /* Adiciona espaçamento interno */
}

.modal-body p {
    flex: 1;
    color: #000;
    font-weight: 600;
    margin-top: 0;
    margin-bottom: 1rem;
    text-align: center;
    font-size: 1.2em;
    align-content: center;
}

.modal-body {
    flex-grow: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
    border-radius: 10px;
}

.modal-body img {
    width: 80%;
    max-width: 600px;
    border-radius: 20px;
    margin-left: 50px;
    margin-right: 50px;
    position: relative; 
}

.modal-header {
    background: linear-gradient(rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.9)), url('/images/background.png');
    background-position: center;
    background-attachment: fixed;
    padding: 1rem;
}

.modal-footer {
    padding-top: 0; /* Remove a margem superior fixa */
    padding-bottom: 0; /* Mantém o espaçamento inferior */
    display: flex;
    justify-content: center;
    align-content: center;
    text-align: center;
    line-height: 1.5;
    flex-grow: 1; /* Permite que o conteúdo cresça sem deslocar outros elementos */
    border-top: none;
    margin-bottom: auto;
    margin-top: auto;
}


.footer-ingredients {
    text-align: center;
    align-content: center;
    display: flex;
    font-size: 1.1rem;
    color: white;
    margin-bottom: auto;
    background-color: rgba(0, 0, 0, 0.5); /* Fundo semi-transparente */
    border-radius: 10px; /* Cantos arredondados */
}

.footer-button {
    display: flex;
    justify-content: flex-end;
    width: 100%;
}

.footer-button button {
    margin-right: 1rem;
}

.modal-header h5 {
    font-size: 2em;
    color: #ffffff;
    text-align: center;
    font-weight: bold;
}

.arrow-left, .arrow-right {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: rgba(0, 0, 0, 0.5);
    color: white;
    border: none;
    font-size: 2rem;
    padding: 10px;
    cursor: pointer;
    z-index: 10;
    border-radius: 50%;
}

.arrow-left {
    left: 10px;
}

.arrow-right {
    right: 10px;
}

.arrow-left:hover, .arrow-right:hover {
    background-color: transparent; /* Remove o fundo escuro ao passar o mouse */
    color: #fff; /* Mantém a cor das setas */
    transition: color 0.3s ease; /* Adiciona uma transição suave na cor */
}

.close-modal {
    position: absolute;
    top: 15px;
    right: 15px;
    background: none;
    padding-left: 20px;
    border: none;
    font-size: 2rem;
    color: white;
    cursor: pointer;
    z-index: 10;
}

.img-fluid {
    max-width: 80dvh;
    height: 50dvh;
    flex: 3;
    align-self: center;
}

.container-size{
    width: 100%;
    justify-content: space-evenly;
    margin: 100 0 0 0;
    padding: 150 200 200 200;
}

.container-size h1{
    flex:1;
    text-align: center;
    padding-bottom: 80px;
}

.container-size .size{
    flex:3;
    display: flex;
    flex-direction: row;
}

.size .item{
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    text-align: center;
    padding: 30 0 0 0;
}

.size .item img{
    max-width: fit-content;
    filter:drop-shadow(2px 2px 20px orange);
}

.size .item img:hover{
    transform: rotate(360deg);
    transition: all 2s ease;
}

.size .item .img-calzone{
    width: 150px;
    height: 150px;
}

.size .item p{
    padding: 30 0 0 0;
    font-size: 1.2em;
}

.size .item h3{
    padding-bottom: 20!important;
}

.container-home{
    background-image: url('/images/background_modal_.png');
    background-color: rgba(0, 0, 0, 0);
    background-blend-mode: overlay;
    overflow-x: hidden;
    display: flex;
    flex-direction: column;
    width: 100%;

}
.prices{
    width: 100%;
    height: auto;
    min-height: 100dvh;
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: center;
    background: white;
    align-self: center;
}


.a-la-carte, .rodizio, .delivery{
    flex: 1;
    color: #000;
    background: #d9d9d926;
    width: 25dvh;
    height: 80dvh;
    border-radius: 1em;
    display: flex;
    flex-direction: column;
    margin: 5dvh 5dvh 5dvh 5dvh;
    text-align: center;
    text-transform: uppercase;
    font-family: 'Font Awesome 6 Free';
    padding: 5dvh 0 0 0;
    position: relative;

    & .text-hover-hidden{
        display: none;

        & p{
            margin-top: 8dvh;
            margin-bottom: 0;
        }

    }

}

.a-la-carte:hover, .rodizio:hover, .delivery:hover{
    background-color: #e3a436;
    color: #704c3c;
    transition: all 0.5s ease;

    & .text-hover-hidden{
        display: block;

        & p{
            margin-top: 8dvh;
            margin-bottom: 0;
        }

    }

    & .img-hover-hidden{
        display: none;
    }
}

.a-la-carte img{
    position: relative;
    height: auto;
    width: auto;
    padding: 8dvh;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    animation: rotateElement 10s linear infinite;
}

@keyframes rotateElement {
    0% {
        transform: translate(-50%, -50%) rotate(0deg);
    }
    100% {
        transform: translate(-50%, -50%) rotate(360deg);
    }
}

.rodizio img{
    position: relative;
    height: auto;
    width: auto;
    padding: 8dvh;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.delivery {

    & .motoboy-img {
        width: auto;
        height: auto;
        position: relative;
        top: 50%;
        left: 50%;
        animation: moto 2s linear infinite;
    }

    & .text-delivery {
        display: none;
        padding: 1dvh;

        & h5 {
            font-size: 0.8rem!important;
        }

        & h2 {
            font-size: 1em!important;
        }
    }
}

.delivery:hover{

    & .text-delivery {
        display: block;
        padding: 1dvh;

        & h5 {
            font-size: 0.8rem!important;
        }

        & h2 {
            font-size: 1em!important;
        }

    }

    & .motoboy-img{
        display: none;
    }
}

@keyframes moto{
    0% { transform: translate(-50%,-50%) }
    20% { transform: translate(-50%, -51%) }
    40% { transform: translate(-50%, -50%) }
    60% { transform: translate(-50%, -51%) }
    100% { transform: translate(-50%,-50%) }
}

.container-home .container-size{
    background: rgb(45 25 16 / 90%);
    color: white;
    margin: 0;
}

.container-home .home-h1{
    height: 50vh;
    text-align: center;
    background: white;
    /* margin: 0 20dvh 0 20dvh; */
}

.home-h1 h1{
    color: #000;
    font-weight: 600;
    padding: 0 15dvh 0 15dvh;
    text-transform: uppercase;
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.mob-section{
    width: 100%;
    height: 100dvh;
    padding: 4dvh;
    background: white;
    display: flex;
    justify-content: center;
    flex-direction: row;
}

.mob-section img{
    height: fit-content;
    width: 80dvh;
    animation: movePhone 3s linear infinite;
    transition: all ease;
}

@keyframes movePhone{
    0%{
        transform: rotate(15deg);
    }

    50%{
        transform: rotate(-15deg);
    }

    100%{
        transform: rotate(15deg);
    }
}

.mob-section .ifood{
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: center;
    flex: 1;
    background: url(/images/ifood.svg);
    background-repeat: no-repeat;
    background-size: inherit;
    background-position: center;
    margin: 0 10dvh 0 10dvh;
}


.mob-div, .mob-btn{
    flex: 1;
}

.mob-section .ifood button{
    color: #000;
    width: 50dvh;
    height: 10dvh;
    font-size: 1.5em;
    font-weight: 600;
    border: none;
    background: #ffc700;
    position: relative;
    animation: zoominbtn 3s linear infinite;
    transition: all ease;
}
.pedido-container {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 60vh;
    padding: 40px 0;
    background: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)), url(/images/background.png);
}
.pedido-form {
    background-color: #ffffff;
    padding: 50px;
    border-radius: 10px;
    text-align: center;
    width: 600px;
    margin-top: 100px;
    margin-left: 10px;    
    margin-right: 10px;
}

.pedido-form h1{
    font-size: 2.5rem;
    color: rgb(45 25 16 / 90%);
}

.pedido-form small{
    color: rgb(45 25 16 / 90%);
    margin-bottom: 10px;
}


input, textarea {
    width: 100%;
    padding: 10px;
    margin: 10px 0;
    border-radius: 5px;
    border: solid;
    background-color: #ffffff;
}

button {
    background-color: rgb(45 25 16 / 90%);
    color: #ffffff;
    padding: 10px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    width: 50%;
    margin-top: 10px;
}

.stars {
    display: flex;
    justify-content: center;
    gap: 5px;
    margin-bottom: 15px;
}
.star {
    font-size: 24px;
    cursor: pointer;
}
.success {
    color: green;
}

.pedidos-container {
    width: 80%;
    margin-top: 15px !important;
    margin-bottom: 100px !important;
    margin-left: auto; 
    margin-right: auto;
    text-align: center;
}

.pedidos-container h1 {
    background-color: black;
    color: white;
    padding: 10px;
    border-radius: 10px;
}

table {
    width: 100%;
    border-collapse: collapse;
    background-color: black;
    color: white;
    border-radius: 10px;
}

th, td {
    padding: 10px;
    border: 1px solid white;
    text-align: center;
    align-content: center;
}

.pedido-btn-container {
    display: flex;
    gap: 10px; /* Espaçamento entre os botões */
    justify-content: center; /* Centraliza os botões */
}

.pedido-btn-atender, .pedido-btn-indisponivel {
    padding: 8px 15px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    width: 30%;
}

.pedido-btn-atender {
    background-color: #28a745; /* Verde */
    color: white;
}

.pedido-btn-atender:hover {
    background-color: #218838;
}

.pedido-btn-indisponivel {
    background-color: #dc3545; /* Vermelho */
    color: white;
}

.pedido-btn-indisponivel:hover {
    background-color: #c82333;
}

.pedido-fade-out {
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
}

.pedido-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 24px;
    font-weight: bold;
    z-index: 9999;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.5s ease-in-out;
}

.pedido-overlay.mostrar {
    opacity: 1;
    visibility: visible;
}

.login-body {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    background-color: #f5f5f5;
}

/* Container principal do login */
.login-container {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}

/* Card estilizado */
.login-card {
    background-color: white;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
    text-align: center;
    width: 350px;
}

/* Inputs do formulário */
.login-card input {
    width: 100%;
    padding: 10px;
    margin: 10px 0;
    border-radius: 5px;
    border: 1px solid #ccc;
}

/* Botão de login */
.login-card button {
    width: 100%;
    padding: 10px;
    background-color: #5d4037;
    color: white;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-size: 16px;
    margin-top: 10px;
}

/* Efeito ao passar o mouse no botão */
.login-card button:hover {
    background-color: #4e342e;
}

/* Mensagem de erro */
.error {
    color: red;
    font-size: 14px;
    margin-bottom: 10px;
}

.pedido-header {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding: 10px;
    background-color: #333;
    color: white;
}

.pedido-user-info {
    display: flex;
    align-items: center;
    gap: 15px;
}

.pedido-logout-btn {
    background-color: #5d4037;
    color: white;
    padding: 5px 10px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-size: 14px;
    width: 50px;
    margin: auto;
}

.pedido-logout-btn:hover {
    background-color: #4e342e;
}

.pedido-header-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: black;
    color: white;
    padding: 10px 20px;
    border-radius: 8px;
    margin-top: 50px;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}
.pedido-header-title {
    display: flex;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    gap: 15px;
}
.pedido-header-title h1 {
    margin: 0;
}
.pedido-header-filter {
    padding: 5px;
    font-size: 16px;
    border-radius: 5px;
}

@keyframes zoominbtn{
    0%{
        transform: scale(1);
    }

    50%{
        transform: scale(1.2);
    }

    100%{
        transform: scale(1);
    }
}

.mob-section .ifood a{
    color: #080808;
    text-decoration: none;
}

@media screen and (min-width: 1400px){
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        min-width: 100%;
        padding: 0 150 0 150;
    }

    .footer-container{
        padding: 0 150 0 150;
    }

}

@media screen and (min-width: 1200px ) and (max-width: 1399px){
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        min-width: 100%;
        padding: 20px;
    }

    .footer-container{
        padding: 0px 100px 0px 100px;
    }


    .floating-box {
        width: 70px;
        height: 70px;
    }

    .floating-box:hover{
        width: 200px;
    }
    .container-menu{
        padding: 50 0 0 0;
    }

    .container-menu .menu{
        justify-content: space-around;
    }

    .container-size{
        padding: 100 0 100 0;
        justify-content: space-between;
    }

    #nbar {
        padding: 0;
    }

    #nbar.shrink {
        padding: 0!important;
    }

    .mob-section .ifood {
        width: 100dvh;
        flex-direction: column;
    }

    .prices{
        min-height: 50dvh;

        & .a-la-carte, .rodizio, .delivery{
            height: 50dvh;
        }

    }


}

@media screen and (min-width: 992px) and (max-width: 1199px){
    .container, .container-lg, .container-md, .container-sm {
        min-width: 100%;
        padding: 20px;
    }

    .footer-container{
        padding: 0 50 0 50;
    }

    .floating-box {
        width: 60;
        height: 60;
    }

    .floating-box:hover{
        width: 150;
    }

    .floating-box a{
        font-size: 0.9em;
    }

    .row {
        display: flex;
        flex-direction: column; /* Altera para coluna em resoluções menores */
        align-items: center; /* Centraliza os itens na coluna */
    }

    .col-md-6 {
        width: 100% !important; /* Garante que o col-md-6 ocupe 100% da largura em resoluções menores */
        flex: 0 0 auto; /* Corrige o comportamento flexbox */
    }

    .historia-content {
        display: flex;
        justify-content: center; /* Centraliza horizontalmente */
        align-items: center; /* Centraliza verticalmente */
        flex-direction: column;
        text-align: center;
        margin: 0 auto; /* Centraliza o container */
        padding-left: 10%; /* Ajuste para equilibrar o padding */
        padding-right: 10%; /* Ajuste para equilibrar o padding */
        max-width: 90%; /* Limita a largura máxima do texto */
        z-index: 2;
    }

    .historia-images {
        width: 100%; /* Para resoluções médias, garante que o carrossel ocupe toda a largura */
        margin-top: 20px;
        z-index: 2;
    }

    .historia-images img {
        opacity: 1 !important; /* Garante 100% de opacidade */
        filter: none !important; /* Remove filtros, como desfoque ou outros efeitos */
        z-index: 2;
    }

    .carousel-historia .carousel-item {
        position: relative;
        z-index: 2; /* Garante que o carrossel fique à frente do vídeo */
    }

    .carousel-historia .carousel-item img {
        opacity: 1 !important; /* Força a opacidade das imagens para 100% */
        filter: none !important; /* Remove qualquer filtro */
        z-index: 2; /* Traz as imagens para frente */
    }

    .historia-image1, .historia-image2 {
        margin-left: 10px;
        margin-right: 10px;
        width: calc(100% - 60px);
        max-height: 400px;
        object-fit: cover;
        border-radius: 10px;
        z-index: 5;
        opacity: 1 !important; /* Garante 100% de opacidade */
        filter: none !important; /* Remove filtros, como desfoque ou outros efeitos */
    }

    .carousel-historia .carousel-item::before,
    .carousel-historia .carousel-item::after {
        display: none !important;
        opacity: 0 !important; /* Remove qualquer opacidade dessas camadas */
    }

    .historia-text {
        font-size: 1.4rem;
    }

    .historia-title {
        font-size: 2rem;
    }

    .container-menu{
        padding: 100 0 0 0;
    }

    .container-menu .menu{
        justify-content: space-around;
    }

    .container-size{
        padding: 100 0 100 0;
    }

    .carousel-inner img {
        width: 100%;
        height: auto;
        max-height: 400px;
        object-fit: cover;
    }

    #nbar {
        padding: 0;
    }

    #nbar.shrink {
        padding: 0!important;
    }

    .nbar-div li {
        padding: 0 2vh 0 2vh;
    }

    .mob-section .ifood {
        width: 100dvh;
        flex-direction: column;
    }

    .prices{
        min-height: 50dvh;

        & .a-la-carte, .rodizio, .delivery{
            height: 50dvh;
        }

        & .a-la-carte img, .rodizio img{
            padding: 4dvh;
        }

    }

}

@media screen and (min-width: 768px) and (max-width: 991px){
    .container, .container-md, .container-sm {
        min-width: 100%;
        padding: 0 0 10 0;
    }

    .footer-container{
        padding: 0 0 10 0;
    }

    .floating-box {
        width: 60px;
        height: 60px;
    }

    .floating-box:hover{
        width: 150px;
    }

    .floating-box a{
        font-size: 0.9em;
    }

    .carousel-control-prev,
    .carousel-control-next {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        z-index: 1020;
        width: 50px;
        height: 50px;
        opacity: 1;
    }

    .row {
        display: flex;
        flex-direction: column; /* Mantém o layout em coluna com texto em cima e imagens abaixo */
        width: 100%; /* O row ocupará 100% da largura */
    }

    .historia-content {
        display: flex;
        justify-content: center; /* Centraliza horizontalmente */
        align-items: center; /* Centraliza verticalmente */
        flex-direction: column;
        text-align: center;
        margin: 0 auto; /* Centraliza o container */
        padding-left: 10%; /* Ajuste para equilibrar o padding */
        padding-right: 10%; /* Ajuste para equilibrar o padding */
        max-width: 90%; /* Limita a largura máxima do texto */
        z-index: 2;
    }

    .historia-images {
        display: flex;
        justify-content: space-between; /* Garante que as imagens fiquem lado a lado */
        flex-wrap: nowrap; /* Permite que as imagens quebrem linha se necessário */
        flex-direction: row !important;
        width: 100%;
    }

    .historia-image1, .historia-image2 {
        width: 100%; /* Cada imagem ocupa 48% da largura do container */
        max-height: 250px; /* Limita a altura das imagens */
        object-fit: cover; /* Garante que as imagens mantenham a proporção */
        border-radius: 10px;
        margin: 10px;
    }

    .carousel-historia .carousel-item {
        position: relative;
        z-index: 2; /* Garante que o carrossel fique à frente do vídeo */
        overflow: hidden; /* Garante que não haja overflow nos lados */
    }

    .carousel-historia .carousel-item img {
        opacity: 1 !important; /* Força a opacidade das imagens para 100% */
        filter: none !important; /* Remove qualquer filtro */
        z-index: 2; /* Traz as imagens para frente */
    }

    .carousel-historia .carousel-inner img {
        width: 100%;
        height: auto; /* Garante que a altura se ajuste automaticamente */
        object-fit: contain; /* Faz com que a imagem seja completamente visível dentro do container */
        max-height: 500px; /* Ajuste a altura máxima conforme necessário */
    }

    .historia-text {
        font-size: 1.2rem;
    }

    .historia-title {
        font-size: 1.8rem;
    }

    .modal-content {
        width: 80vw;
        height: auto;
        padding: 1rem;
    }

    .modal-body img {
        width: 80%;
        height: auto;
    }

    .modal-title {
        font-size: 1.4rem;
    }
    
    .footer-ingredients {
        font-size: 1rem;
    }

    .modal-footer {
        flex-direction: column;
        padding: 1rem;
    }

    .col-md-6 {
        width: 100% !important; /* Garante que o col-md-6 ocupe 100% da largura em resoluções menores */
        flex: 0 0 auto; /* Corrige o comportamento flexbox */
    }

    .col-md-6.text-column {
        display: flex;
        flex-direction: column;
        justify-content: center; /* Centraliza o conteúdo verticalmente na coluna de texto */
        margin-left: 30px; /* Adiciona espaço entre as fotos e o texto */
        padding: 20px;
    }

    .container-menu{
        padding: 100 0 0 0;
    }
    .container-menu .menu{
        justify-content: space-around;
    }

    .container-size{
        padding: 100 0 100 0;
    }

    .container-size .size{
        flex-direction: column;
    }
    #nbar {
        padding: 0;
    }

    #nbar.shrink {
        padding: 0!important;
    }

    .nbar-div li {
        padding: 0 2vh 0 2vh;
    }

    .mob-section .ifood {
        width: 100dvh;
        flex-direction: column;
    }

    .w-100 {
        width: 100%!important;
    }

    .nbar-div a {
        font-size: 1em;
    }

    .prices{
        flex-direction: column;
        min-height: 80dvh;

        & .a-la-carte, .rodizio, .delivery{
            height: 80dvh;
            width: 100dvh;
            background: #d9d9d973;
        }

        & .img-hover-hidden, .motoboy-img{
            display: none;
        }

        & .text-delivery, .text-hover-hidden{
            display: block;

            & h5 {
                font-size: 1rem!important;
            }

            & h2 {
                font-size: 2rem!important;
            }
        }

    }

}

@media screen and (min-width: 576px) and (max-width: 767px){
    .container, .container-sm {
        min-width: 100%;
    }

    .footer-container{
        padding: 30 30 30 30;
        flex-direction: column;
    }

    .reserves{
        text-align: center;
    }

    .contacts {
        width: 100%;
        display: flex;
        text-align: center;
        align-items: center;
        padding: 30 30 30 30;
        flex-direction: column;
        justify-content: space-between;
    }

    .social-md{
        display: flex;
        padding: 30 0 30 0;
        flex-direction: row;
        justify-content: space-between;
    }

    .row {
        display: flex;
        flex-direction: column-reverse; /* Mantém o layout em coluna com texto em cima e imagens abaixo */
        width: 100%; /* O row ocupará 100% da largura */
    }

    .historia-content {
        order: 1;
        display: flex;
        justify-content: center; /* Centraliza horizontalmente */
        align-items: center; /* Centraliza verticalmente */
        flex-direction: column;
        text-align: center;
        margin: 0 auto; /* Centraliza o container */
        padding-left: 10%; /* Ajuste para equilibrar o padding */
        padding-right: 10%; /* Ajuste para equilibrar o padding */
        max-width: 90%; /* Limita a largura máxima do texto */
        z-index: 2;
    }

    .historia-images {
        order: 2;
        display: flex;
        justify-content: space-between; /* Garante que as imagens fiquem lado a lado */
        flex-wrap: nowrap; /* Permite que as imagens quebrem linha se necessário */
        flex-direction: row !important;
        width: 100%;
    }

    .historia-image1, .historia-image2 {
        width: 100%; /* Cada imagem ocupa 48% da largura do container */
        max-height: 250px; /* Limita a altura das imagens */
        object-fit: cover; /* Garante que as imagens mantenham a proporção */
        border-radius: 10px;
        margin: 10px;
    }

    .carousel-historia .carousel-item {
        position: relative;
        z-index: 2; /* Garante que o carrossel fique à frente do vídeo */
        overflow: hidden; /* Garante que não haja overflow nos lados */
    }

    .carousel-historia .carousel-item img {
        opacity: 1 !important; /* Força a opacidade das imagens para 100% */
        filter: none !important; /* Remove qualquer filtro */
        z-index: 2; /* Traz as imagens para frente */
    }

    .carousel-historia .carousel-inner img {
        width: 100%;
        height: auto; /* Garante que a altura se ajuste automaticamente */
        object-fit: contain; /* Faz com que a imagem seja completamente visível dentro do container */
        max-height: 500px; /* Ajuste a altura máxima conforme necessário */
    }

    .historia-text {
        font-size: 1rem;
    }

    .historia-title {
        font-size: 1.6rem;
    }

    .floating-box {
        width: 60;
        height: 60;
    }

    .floating-box:hover{
        width: 60;
    }

    .modal-content {
        width: 90vw;
        height: auto;
        padding: 0.5rem;
    }

    .modal-body img {
        width: 80%;
        height: auto;
    }

    .modal-footer {
        flex-direction: column;
        padding: 0.5rem;
    }

    .modal-title {
        font-size: 1.2rem;
    }
    
    .footer-ingredients {
        font-size: 0.9rem;
    }

    .first-carousel{
        height: auto;

        & .carousel-item{
            height: auto;
        }

        & .w-100{
            height: 50vh;
        }
    }

    .carousel-historia .carousel-control-prev,
    .carousel-historia .carousel-control-next {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        z-index: 1020;
        width: 50px;
        height: 50px;
        opacity: 1;
    }

    .container-menu{
        padding: 100 0 0 0;
    }

    .container-menu .menu{
        justify-content: space-around;
    }

    .container-size{
        padding: 100 0 0 0;
    }

    .container-size .size{
        flex-direction: column;
    }

    #nbar {
        padding: 0;
    }

    #nbar.shrink {
        padding: 0!important;
        height: 10dvh !important;
    }

    #nbar .menu {
        display: none;
        flex-direction: column;
        width: 100%;
        background-color: #fff;
        position: absolute;
        top: 10vh;
        left: 0;
        padding: 10px 0;
    }

    .menu-toggle {
        display: block;
        position: absolute;
        right: 0;
        font-size: 3em;
        color: gray;
    }

    #nbar .menu.open {
        display: flex;
    }

    #nbar.shrink li{
        padding: 0 1vh 0 1vh;
    }

    .nbar-div li {
        padding: 0 2vh 3dvh 2vh;
    }

    .mob-section .ifood {
        width: 100dvh;
        flex-direction: column;
    }

    .container-home .home-h1 {
        height: 30vh;
    }

    .prices{
        flex-direction: column;
        min-height: 80dvh;

        & .a-la-carte, .rodizio, .delivery{
            height: 80dvh;
            width: 100dvh;
            background: #d9d9d973;
        }

        & .img-hover-hidden, .motoboy-img{
            display: none;
        }

        & .text-delivery, .text-hover-hidden{
            display: block;

            & h5 {
                font-size: 0.8rem!important;
            }

            & h2 {
                font-size: 1.5rem!important;
            }
        }

    }

}

@media screen and (min-width: 320px) and (max-width: 575px){
    .container, .container-sm {
        min-width: 100%;
    }

    .footer-container{
        padding: 30 30 30 30;
        flex-direction: column;
    }

    .reserves{
        text-align: center;
    }

    .contacts {
        width: 100%;
        display: flex;
        text-align: center;
        align-items: center;
        padding: 30 30 30 30;
        flex-direction: column;
        justify-content: space-between;
    }

    .social-md{
        display: flex;
        padding: 30 0 30 0;
        flex-direction: row;
        justify-content: space-between;
    }

    .navbar-brand {
        display: flex;
        align-items: center;
        justify-content: flex-start;
        padding: 0 10px;
    }

    .navbar-collapse {
        position: absolute;
        top: 70px;
        right: 0;
        width: 100%;
        background-color: #f8f9fa;
        z-index: 1030;
        box-shadow: -2px 0 5px rgba(0, 0, 0, 0.1);
        padding-top: 10px;
        height: auto;
        max-height: 300; 
        overflow-y: hidden;
        text-align: center;
        transition: all 0.5s; 
        font-size: 12px;
    }

    .row {
        display: flex;
        flex-direction: column-reverse; 
        width: 100%;
    }

    .historia-content {
        order: 1;
        display: flex;
        justify-content: center; 
        align-items: center;
        flex-direction: column;
        text-align: center;
        margin: 0 auto; 
        padding-left: 10%; 
        padding-right: 10%; 
        max-width: 90%; 
        z-index: 2;
    }

    .historia-text {
        font-size: 0.8rem;
    }

    .historia-title {
        font-size: 1.5rem;
    }

    .historia-images {
        order: 2;
        display: flex;
        justify-content: space-between;
        flex-wrap: nowrap;
        flex-direction: row !important;
        width: 100%;
    }

    .historia-image1, .historia-image2 {
        width: 100%; 
        max-height: 250px; 
        object-fit: cover; 
        border-radius: 10px;
        margin: 10px;
    }

    .carousel-historia .carousel-item {
        position: relative;
        z-index: 2;
        overflow: hidden; 
    }

    .carousel-historia .carousel-item img {
        opacity: 1 !important; 
        filter: none !important; 
        z-index: 2; 
    }

    .carousel-historia .carousel-inner img {
        width: 100%;
        height: auto; 
        object-fit: contain; 
        max-height: 500px; 
    }

    .modal-content {
        width: 95vw;
        height: auto;
        padding: 0.5rem;
    }

    .modal-body {
        position: relative; 
    }

    .modal-body img {
        width: 80%;
        height: auto;
    }

    .modal-header h5 {
        font-size: 1.5rem;
        color: #ffffff;
        text-align: center;
        font-weight: bold;
    }

    .modal-footer {
        flex-direction: column;
        padding: 0.5rem;
        margin-top: 10px;
    }

    .modal-title {
        font-size: 0.8rem;
    }
    
    .footer-ingredients {
        font-size: 0.7rem;
    }

    .arrow-left, .arrow-right {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        font-size: 1.5rem;
        color: #fff;
        background: transparent;
        border: none;
        z-index: 10; 
    }

    .arrow-left {
        left: 5px; 
    }
    
    .arrow-right {
        right: 5px;
    }

    .navbar-collapse.open {
        max-height: 300%; 
        overflow-y: auto; 
    }

    .navbar-collapse.closing {
        transition: none; 
        max-height: 0;
        transition: 0s;
    }

    .carousel-historia .carousel-control-prev,
    .carousel-historia .carousel-control-next {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        z-index: 1020;
        width: 50px;
        height: 50px;
        opacity: 1;
    }

    .first-carousel{
        height: auto;

        & .carousel-item{
            height: auto;
        }

        & .w-100{
            height: 50vh;
        }
    }

    .container-menu{
        padding: 100 0 0 0;
    }

    .container-menu .menu{
        justify-content: space-around;
    }

    .container-size{
        padding: 100 0 0 0;
    }

    .container-size .size{
        flex-direction: column;
    }


    #nbar {
        padding: 0;
    }

    #nbar.shrink {
        padding: 0!important;
        height: 10dvh !important;
    }


    #nbar .menu {
        display: none;
        flex-direction: column;
        width: 100%;
        background-color: #fff;
        position: absolute;
        top: 10vh;
        left: 0;
        padding: 10px 0;
    }

    .menu-toggle {
        display: block;
        position: absolute;
        right: 0;
        font-size: 3em;
        color: gray;
    }

    #nbar .menu.open {
        display: flex;
    }

    .nbar-div li {
        padding-bottom: 3dvh;
    }

    .mob-section .ifood {
        width: 100dvh;
        flex-direction: column;
    }

    .prices{
        flex-direction: column;
    }

    .mob-section{
        display: none;
    }

    .home-h1{
        display: none;
    }

    .prices{
        flex-direction: column;
        min-height: 60dvh;

        & .a-la-carte, .rodizio, .delivery{
            height: 60dvh;
            width: 100dvh;
            background: #d9d9d973;
        }

        & .img-hover-hidden, .motoboy-img{
            display: none;
        }

        & .text-delivery, .text-hover-hidden{
            display: block;

            & h5 {
                font-size: 0.6rem!important;
            }

            & h2 {
                font-size: 1rem!important;
            }
        }

    }

    .floating-box {
        width: 60;
        height: 60;
    }

    .floating-box:hover{
        width: 60;
    }

}

@media screen and (min-width: 0px) and (max-width: 319px){
    html, body, .container, .content{
        display: none;
    }
}
