html {
    box-sizing: border-box;
    scroll-behavior: smooth; 
}

*, *::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;
}


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

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

.footer {
    bottom: 0 !important;
    width: 100%;
    color: #fff;
    display: flex;
    justify-content: center;
    background-color: #1c2f6e;
    border-top: 1px solid #050505;
    padding: 20px 0;
}

.footer-container {
    width: 90%;
    display: flex;
    justify-content: space-between; 
    align-items: flex-start;
    gap: 30px; 
    flex-wrap: wrap; 
}

.footer-container > div {
    flex: 1; 
    text-align: center;
}

.social-md {
    display: flex;
    flex-direction: column;
    align-items: center; /* Centraliza o título e os ícones */
    gap: 10px; /* Espaço entre o título e os ícones */
    text-align: center;
    flex-direction: column;
}

.social-md .icons {
    display: flex;
    gap: 20px; /* Espaço entre os ícones */
}

.social-md img {
    width: 80px; 
    height: auto;
    transition: transform 0.3s ease;
}

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

.location-info {
    text-align: left;
    gap: 10px !important;
}

.contact-info {
    text-align: left;
    gap: 10px !important;
}

.location-content {
    display: flex;
    align-items: center;
    gap: 10px; 
    justify-content: center;
}

.contact-content {
    display: flex;
    flex-direction: column;
    align-items: left;
}

.contact-content a {
    text-decoration: none; 
    color: inherit;
}

.contact-content a:hover {
    text-decoration: underline; 
    color: #fff; 
}

.contact-content p {
    margin: 5px;
}

.location-info .point {
    width: 70px;
    height: auto;
}

.location-content div p {
    margin: 0; 
    line-height: 1.2; 
}

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

.container-contact {
    display: flex;
    justify-content: center; 
    padding: 20px;
}

.contacts {
    width: 100%;
    max-width: 800px; 
    background-color: #1c2f6e;
    color: #ffffff;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1); 
    margin: 10px;
}

.container-contact .contacts h3{
    margin-top: 30px!important;
    text-align: center;
}

.container-contact .contacts h2{
    margin-bottom: 40px!important;
}

.container-contact .contacts .btn{
    height: auto;
    display: flex;
    margin-left: auto;
    margin-bottom: 20px;
}

.container-contact .contacts .btn-outline-secondary {
    display: flex;
    background-color: #e29017;
    color: #000;
    text-align: right;
}

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

.container-contact .contacts .form-floating{
    color: #000;
    font-size: 16px;
    margin-bottom: 30px;
    margin-left: 10px;
    margin-right: 10px;
    background-color: #e29017;
}

.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: #1c2f6e;
    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: #1c2f6e;
    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; 
}

.col-md-6 {
    display: flex;
    flex-direction: column;
    justify-content: center; 
    padding: 20px;
}

.historia-content, .historia-title-container {
    display: flex;
    flex-direction: column;
    justify-content: center; 
    padding: 30px;
    background-color: #1c2f6e;
    border-radius: 10px;
    margin-left: 20px;
    margin-right: 20px;
    margin-top: 20px;
    margin-bottom: 20px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
}

.historia-title {
    font-weight: 700;
    font-size: 3.5rem;
    color: white;
    opacity: 1;
}

.historia-text {
    font-weight: 400;
    font-size: 1.5rem;
    z-index: 15; 
    position: relative;
    color: white;
    opacity: 1;
    text-align: center; 
}

.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 {
    width: calc(100% - 60px);
    max-height: 400px;
    object-fit: cover;
    border-radius: 10px;
}

.historia-image2 {
    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 */
}

.services-container {
    display: flex;
    flex-direction: column;
    gap: 50px;
    padding: 50px 20px;
    background-color: #ffffff;
    margin-top: 100px;
}

.service-section {
    display: flex;
    align-items: center;
    gap: 50px;
    position: relative;
    overflow: hidden;
    justify-content: center;
}

.service-section.reverse {
    flex-direction: row-reverse;
}

.service-image img {
    width: 100%;
    max-width: 700px;
    border-radius: 10px;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
    transform: translateX(-50px);
    opacity: 0;
    transition: all 0.6s ease;
}

.service-section.reverse .service-image img {
    transform: translateX(50px);
}

.service-text {
    max-width: 500px;
    padding: 20px;
    border-radius: 10px;
    color: #ffffff;
    transform: translateX(50px);
    opacity: 0;
    transition: all 0.6s ease;
}

.service-section.reverse .service-text {
    transform: translateX(-50px);
}

.blue-box {
    background-color: #1c2f6e;
    color: #ffffff;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
}

.service-section.visible .service-image img,
.service-section.visible .service-text {
    transform: translateX(0);
    opacity: 1;
}

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

.animate-on-scroll {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 2s ease-out, transform 2s ease-out;
}

.animate-on-scroll.visible {
    opacity: 1;
    transform: translateY(0);
}

.blue-container {
    background-color: #1c2f6e;
    padding: 100px; 
    border-radius: 12px; 
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.6s ease-out, transform 0.6s ease-out;
    margin-left: 100;
    margin-right: 100;
    margin-bottom: 100;
}

.blue-container.visible {
    opacity: 1;
    transform: translateY(0);
}

.container-size .item {
    background-color: #e29017;
    border-radius: 8px; 
    padding: 20px; 
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
    text-align: center; 
    color: #1c2f6e; 
}

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

.container-size .item h3 {
    margin-bottom: 10px;
    font-size: 1.25rem;
    color: #333;
}

.container-size .item p {
    font-size: 1rem;
    color: #000000;
}

.size {
    display: grid;
    grid-template-columns: repeat(3, 1fr); 
    gap: 20px;
    justify-items: center;
}

.item {
    background-color: #e29017;
    border-radius: 8px;
    padding: 20px;
    width: 100%;
    color: #000000;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
    text-align: center;
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}

.item.visible {
    opacity: 1;
    transform: translateY(0);
}

.item h3 {
    margin-bottom: 10px;
    font-size: 1.25rem;
    color: #1c2f6e;
}

.item p {
    font-size: 1rem;
    color: #000000;
}

.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: 70dvh;
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: center;
    background: white;
    align-self: center;
}

.highlight-box {
    background-color: #e29017;
    border-radius: 8px;
    padding: 20px;
    width: 100%;
    max-width: 300px;
    color: #000000;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
    text-align: center;
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 1s ease-out, transform 1s ease-out;
}

.highlight-box.visible {
    opacity: 1;
    transform: translateY(0);
}

.tecnologia {
    display: flex;
    flex-direction: column;
    gap: 1rem; 
    align-items: center;
    margin-top: 2rem; 
    flex: 1;
    color: #ffffff;
    background-color: #1c2f6e;
    max-width: 50%; 
    width: 100%; 
    height: auto;
    border-radius: 1em;
    padding: 2rem; 
    text-align: center;
    text-transform: uppercase;
}

@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: #ffffff;
    color: white;
    margin: 0;
}

.container-home .home-h1{
    text-align: center;
    background: white;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 2rem 1rem; 
}

.home-h1 h1{
    color: #000;
    font-weight: 600;
    text-transform: uppercase;
    position: relative;
    top: 10%;
    font-size: 2.5rem; 
    margin-top: 1rem; 
}

.home-h1 h5 {
    font-size: 1.25rem;
    line-height: 1.6;
    max-width: 1000px; 
    margin-top: 50px;
}

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

@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: 50 150 50 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: 100px 0px 100px 0px;
    }

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


}

@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: 100px 0px 100px 0px;
    }

    .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; 
        flex: 0 0 auto; /
    }

    .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%;
        margin-top: 20px;
        z-index: 2;
    }

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

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

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

    .carousel-historia .carousel-item::before,
    .carousel-historia .carousel-item::after {
        display: none !important;
        opacity: 0 !important; 
    }

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

}

@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: 100px 0px 100px 0px;
    }

    .col-md-6 {
        margin-top: 30px;
    }

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

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

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

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

    .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; 
        width: 100%; 
    }

    .historia-content {
        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;
    }

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

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

    .historia-image1, .historia-image2 {
        width: 100%; 
        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; 
    }

    .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; 
        flex: 0 0 auto;
    }

    .col-md-6.text-column {
        display: flex;
        flex-direction: column;
        justify-content: center; 
        margin-left: 30px; 
        padding: 20px;
    }

    .blue-container {
        padding: 50px; 
        margin-left: 50px;
        margin-right: 50px;
        margin-bottom: 50px;
    }

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

    .size {
        grid-template-columns: repeat(2, 1fr); 
    }

    #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{
        min-height: 50dvh;
    }

}

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

    .footer-container{
        padding: 30px 0px 30px 0px;
        flex-direction: column;
        align-items: center;
        gap: 50px; 
    }

    .footer-container > div {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: space-between;
        gap: 30px; 
    }

    .footer-container > div h3 {
        margin: 0; /* Remove margens extras */
        flex: 0 0 auto; /* Mantém o tamanho natural do título */
    }

    .footer-container > div .icons,
    .footer-container > div .location-content,
    .footer-container > div .contact-content {
        flex: 1; 
        text-align: center;
    }

    .footer-container > div p {
        margin: 0; 
    }

    .col-md-6 {
        margin-top: 30px;
    }

    .reserves{
        text-align: center;
    }

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

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

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

    .home-h1 h1{
        font-size: 1.5rem; 
        width: 500px;
    }

    .row {
        display: flex;
        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-images {
        order: 2;
        display: flex;
        justify-content: space-between; 
        flex-wrap: nowrap; 
        flex-direction: row !important;
        width: 100%;
    }

    .historia-image1, .historia-image2 {
        width: 100%; 
        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; 
    }

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

    .service-text {
        order: 1; 
        min-width: 576px;
    }

    .service-image {
        order: 2; 
    }

    .service-section {
        flex-direction: column; 
    }

    .service-section {
        flex-direction: column;
    }
    
    .footer-ingredients {
        font-size: 0.9rem;
    }

    .col-md-6 {
        margin-top: 30px;
    }

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

    .blue-container {
        padding: 50px; 
        margin-left: 50px;
        margin-right: 50px;
        margin-bottom: 50px;
    }

    .size {
        grid-template-columns: repeat(1, 1fr); 
    }

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

    .prices{
        min-height: 50dvh;
    }

}

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

    html, body {
        font-size: 12px;
    }

    .footer-container{
        padding: 30px 0px 30px 0px;
        flex-direction: column;
        align-items: center;
        gap: 50px; 
    }

    .footer-container > div {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: space-between;
        gap: 30px; 
    }

    .footer-container > div h3 {
        margin: 0; /* Remove margens extras */
        flex: 0 0 auto; /* Mantém o tamanho natural do título */
    }

    .footer-container > div .icons,
    .footer-container > div .location-content,
    .footer-container > div .contact-content {
        flex: 1; 
        text-align: center;
    }

    .footer-container > div p {
        margin: 0; 
    }

    .col-md-6 {
        margin-top: 30px;
    }

    .reserves{
        text-align: center;
    }

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

    .margin-top-custom {
        margin-top: 10px !important;
    }
    
    .home-h1 h1{
        font-size: 1.5rem; 
    }

    .tecnologia {
        max-width: 75%; 
    }

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

    .service-text {
        order: 1; 
        min-width: 320px;
    }

    .service-text h2 {
        font-size: 1.2rem;
    }

    .service-text li {
        font-size: 0.8rem;
    }

    .service-image {
        order: 2; 
    }

    .service-section {
        flex-direction: column; 
    }

    .service-section {
        flex-direction: column;
    }

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

    .blue-container {
        padding: 50px; 
        margin-left: 50px;
        margin-right: 50px;
        margin-bottom: 50px;
    }

    .size {
        grid-template-columns: repeat(1, 1fr); 
    }

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

    .mob-section{
        display: none;
    }

    .home-h1{
        display: none;
    }

    .prices{
        min-height: 50dvh;
    }

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