body {
    font-family: 'Proxima Nova', sans-serif;
    position: relative;
    margin: 0;
    padding: 0;
    height: 100%;
    min-height: 100vh;

    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

:root {
    --cor-principal: #DF441F;
    --backgound-2-sessao: #fff;
    --footer: #fff;
    --header: #fff;
}

/*computador*/
@media screen and (min-width:1000px) {

    .sub-bloco-1 img {
        width: 100%;

    }

    .sub-bloco-1 .left {
        text-align: center;
    }

    .sub-bloco-1 .right {
        text-align: left;
        /* margin-bottom: 75px; */
    }

    .sub-bloco-1 .right p {
        font-size: 1.2em;
    }


    /* Estilo para o banner */
    .baner {
        height: 90vh;
    }



    .bloco-2 p {
        font-size: 1.2em;
    }

    /* 
    .dados .sub-bloco-right {
        max-width: 240px;
    } */
    .dados .bloco-right .sub-bloco-right {
        height: 100vh;
    }

    .dados .page_status {
        max-width: 1100px
    }

    .dados .page_dados {
        max-width: 1100px
    }

    .sessao_redes_sociais_1 {
        width: fit-content;
        margin: auto;
    }

    .sessao_redes_sociais_1 p {
        text-align: left;
    }

    .quantity-controls .btn-order-top {
        width: 50%;
    }
}


/*celular*/
@media screen and (max-width:1000px) {

    /* .bloco-2 {
        padding: 50px 0PX;
    } */

    .sub-bloco-1 .right {
        text-align: left;
    }

    .sub-bloco-1 .left {
        margin-top: 30px;
    }

    .bloco-1 .card_pre_venda {
        margin: 0 auto;
    }

    .dados .bloco-right {
        margin-bottom: 20px;
    }


    .quantity-controls {
        justify-content: center;
    }


    .footer {
        text-align: center;
    }

    .footer .nav-sobre {
        padding: 0px;
        margin-top: 10px;
    }

    .footer .direitos_reservados p {
        font-size: 0.7em;
    }

    .quantity-controls .btn-order-top {
        width: 70%;
    }
}

.footer {
    color: black;
}

.footer .nav-sobre li {
    transition: 0.3s ease-in-out all;

}

.footer .nav-sobre li:hover {
    transform: translateX(3px);
    color: rgb(138, 138, 138);
}

.inicial {
    height: 100vh;
    background: rgb(51, 39, 49);
    background: -moz-linear-gradient(0deg, rgba(51, 39, 49, 1) 0%, rgba(59, 49, 73, 1) 90%);
    background: -webkit-linear-gradient(0deg, rgba(51, 39, 49, 1) 0%, rgba(59, 49, 73, 1) 90%);
    background: linear-gradient(0deg, rgba(51, 39, 49, 1) 0%, rgba(59, 49, 73, 1) 90%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#332731", endColorstr="#3b3149", GradientType=1);
    /* Ajuste o valor do desfoque conforme necessário */
}

.bloco-1 .card_pre_venda {
    background-color: var(--cor-principal);
    ;
    color: white;
    font-weight: 600;
    width: fit-content;
    font-size: 1.1em;
    border-radius: 5px;
    border: 0px;
    padding: 10px;
    transition: 0.3s ease-in-out all;

}



/* Estilo geral para sub-bloco-1 */
.sub-bloco-1 {
    /* display: flex;
    align-items: center;
    justify-content: center; */
    /* text-align: center; */
    height: 100%;

}

.sub-bloco-1 .left {
    animation: fadeIn 1.2s ease-in-out forwards;

}

.sub-bloco-1 .right {

    position: relative;
    animation: fadeIn 1.2s ease-in-out forwards;

}


.sub-bloco-1 .right .titulo {
    color: var(--cor-principal);
    
    font-weight: 600;

}

.sub-bloco-1 .right p {

    color: #303030E5;
}

.quantity-controls button {
    background-color: var(--cor-principal);
    color: white;
    font-weight: 600;
    font-size: 1.1em;
    border-radius: 37px;
    border: 0px;
    transition: 0.3s ease-in-out all;
    letter-spacing: 0.5px;
}

.quantity-controls button:hover {
    transform: translateY(-5px);
    background-color: var(--cor-principal);
}

.bloco-2 {
    background-color: var(--backgound-2-sessao);
    text-align: left;
    color: white;
}

.bloco-2 .left {
    animation: fadeIn 1.2s ease-in-out forwards;

}

.bloco-2 .left nav ul li {
    color: #333333E5;


}

.bloco-2 .right {
    animation: fadeIn 1.2s ease-in-out forwards;

}

/* 
a {
    text-decoration: none;
    color: white;
} */

.bloco-2 .titulo {
    color: var(--cor-principal);
    ;
    font-weight: 600;

}

.bloco-2 .left ul {
    list-style: none;
    margin-left: 0px;
    padding: 0px;
}

.bloco-2 p {
    color: #333333E5;

}

/* Estilo para o banner */
.baner {
    background-position: center;
    background-size: cover;
    display: flex;
}

.baner::before {
    background: inherit;
    filter: blur(10px);
    /* Adiciona um desfoque ao fundo */
}

/* Estilo para o rodapé (footer) */
.footer {
    background: var(--footer);
    padding: 20px;
    color: black;
    width: 100%;
}

.footer i {
    font-size: 0.9em;
    transition: 0.3s ease-in-out all;
}

.footer .icone a:hover i {
    color: white;
    background-color: var(--cor-principal);
    ;
    border-radius: 50px;
    padding: 7px;
}


.footer ul li {
    list-style: none;
}

.footer ul li a {
    color: black;
    text-decoration: none;

}

.topo {
    background-color: var(--header);
    color: black;
}

.topo a {
    color: black;
    transition: 0.3s ease-in-out all;
}

.topo a:hover {
    color: #717171;
}

.navbar-nav .nav-link.active,
.navbar-nav .show>.nav-link {
    color: black;
    border-bottom: 2px solid white;
}

.sobre-nos {
    min-height: 100vh;
}



.sobre-nos .bloco-1 h2 {
    font-weight: 600;
}

.sobre-nos .bloco-1 p {
    font-size: 1.2em;
}


/* cookies */
.box-cookies.hide {
    display: none;
}

.box-cookies {
    left: 0;
    position: fixed;
    width: 300px;
    bottom: 0px;
    z-index: 6;
    padding: 5px;
    background-color: white;
    text-align: left;
}

.box-cookies p {
    color: black;
    font-size: 0.7em;
    font-family: Arial, Helvetica, sans-serif;
}

.box-cookies .btn-cookies {
    color: white;
    background-color: var(--cor-principal);
    width: fit-content;
    float: right;
    cursor: pointer;
    font-size: 1em;
}


.quantity-controls {
    display: flex;
    align-items: center;

}

.quantity-controls i {
    cursor: pointer;
    background-color: var(--cor-principal);
    color: white;
    border-radius: 45%;
    padding: 4px;
}

#qtd_prd {
    width: 30px;
    text-align: center;
}





.whatsapp-icon {
    position: fixed;
    bottom: 20px;
    /* Ajuste conforme necessário */
    right: 20px;
    /* Ajuste conforme necessário */
    z-index: 1000;
    /* Certifique-se de que este valor seja maior do que outros elementos, se necessário */

}

.whatsapp-icon i {
    width: 50px;
    /* Ajuste o tamanho conforme necessário */
    height: auto;
    border-radius: 50%;
    /* Para um ícone circular, se necessário */
    cursor: pointer;
    transition: transform 0.3s ease-in-out;
    font-size: 2.7em;
    color: #44D879;

}

.whatsapp-icon i:hover {
    transform: scale(1.1);
    /* Efeito de escala ao passar o mouse, ajuste conforme necessário */
}



.group {
    height: 100%;
}



.product-container {
    max-width: 400px;
    text-align: center;
    margin-bottom: 100px;
    opacity: 0;
    animation: fadeIn 1.2s ease-in-out forwards;
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.product-image {
    width: 300px;
    height: auto;
}

.product-details {
    margin-top: 20px;
}

.product-title {
    font-size: 1.5rem;
    font-weight: bold;

    color: #fff;
}

.product-description {
    font-size: 1rem;
    color: #ababab;

}

.btn {
    background-color: #343a40;
    color: #fff;
    padding: 10px 20px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

.reservar {
    background-color: #28a745;
}

.product-value {
    color: #fff;
}

.group-value {
    display: block;
}

input {
    /* padding: 8px;
    width: 50px;
    text-align: center; */
}

.reserva {
    background-color: #3D3544;
    border: 1px solid;

}

.reserva:hover {
    background-color: #fff;
    color: #3D3544;
}

#qtd_prd {
    border-radius: 25px;
    color: black;
    text-align: center;
    background-color: none;
    border: 0px;
}

/* .loader-container {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.loader {
    border: 5px solid #f3f3f3;
    border-top: 5px solid #343A40;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
} */

.dados {
    min-height: 100vh;
}

.dados .endereco_cliente {
    display: block;
}

.dados .endereco_cliente_none {
    display: none;
}

.dados hr {
    border: 1px solid black;
}

.dados .bloco-right .sub-bloco-right {
    background-color: #D9D9D9;
}

.dados .sub-bloco-right {
    margin: 0 auto
}

.pointer {
    cursor: pointer;
}

.message-container {
    text-align: center;
    margin-top: 70px;
}

.dados .btn-continuar {
    background-color: var(--cor-principal);
    color: white;
    border-radius: 37px;
    transition: 0.3s ease-in-out;

}

.dados .btn-continuar:hover {
    transform: translateY(-3px);
}

.message-container p {
    font-size: 1.2em;
    margin-bottom: 1px;
}

.icon {
    width: 100px;
    /* Ajuste o tamanho do ícone conforme necessário */
    height: 100px;
    display: inline-block;
    margin-bottom: 20px;
}





.form-control,
.form-select {
    border: 1px solid rgb(48, 48, 48);
    border-radius: 1px;
}

/* input[type="text"] {
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    margin-bottom: 10px;
    font-size: 16px;
    
/* Estilizar input do tipo texto no foco */
.form-control:focus {
    border: 1px solid #1f3787;

    /* Altere para a cor desejada, por exemplo, azul */
    box-shadow: none;
    /* Adiciona uma sombra sutil no foco */
}

.form-select:focus {
    border: 1px solid #1f3787;

    /* Altere para a cor desejada, por exemplo, azul */
    box-shadow: none;
    /* Adiciona uma sombra sutil no foco */
}

.form-check.selected {
    background-color: var(--cor-principal);
    color: #fff;
}

.forma_pagamento .form-check {
    border: 1px solid black;
    padding: 5px;
}

.forma_pagamento label {
    display: block;
}

/*loader*/
/*loader*/
.span-loader {
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 5;
}

.loader {
    border: 6px solid #f3f3f3;
    border-top: 6px solid #393939;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    animation: spin 1s linear infinite;
    margin: 0 auto;

}

@keyframes spin {
    0% {
        transform: translate(-50%, -50%) rotate(0deg);
    }

    100% {
        transform: translate(-50%, -50%) rotate(360deg);
    }
}

/*pedido*/

.status-line {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.status-line .incompleted i {
    display: none;
}

.status-line i {
    color: #198754;
    opacity: 0.8;
}

.status-line .incompleted {
    border-radius: 50%;
    width: 10px;
    padding: 13px;
    background-color: #d0d0d0;
}

.status {
    width: 200px;
    height: 40px;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    border-radius: 5px;
    padding-left: 10px;
}

.connector {
    width: 2px;
    height: 30px;
    background-color: #ccc;
    margin: 0 auto;
}


.fa-check-circle {
    margin-right: 10px;
}

.fa-check-circle:empty {
    visibility: hidden;
}