:root {
    --default-color1: #F7AA45;
    --default-color2: #CF8728;
}

@font-face {
    font-family: Montecatini;
    font-weight: bold;
    src: url("../fonts/Montecatini.otf") format("opentype");
}

@font-face {
    font-family: FuturaPT;
    font-weight: bold;
    src: url("../fonts/FuturaPT.otf") format("opentype");
}

.montecatini {
    font-family: Montecatini;
}

.futurapt {
    font-family: FuturaPT;
}

.nav-link {
    font-size: 1.5rem;
    line-height: 3rem;
}

.bg-item-1 {
    background-image: url("../img/layout/bg-item-1.jpg");
    background-color: #000000;
    height: 500px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    -webkit-box-shadow: inset 0px 0px 300px 200px rgba(0, 0, 0, 0.7);
    -moz-box-shadow: inset 0px 0px 300px 200px rgba(0, 0, 0, 0.7);
    box-shadow: inset 0px 0px 300px 200px rgba(0, 0, 0, 0.7);
}

.bg-item-2 {
    background-image: url("../img/layout/bg-item-2.jpg");
    background-color: #000000;
    height: 500px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    /*-webkit-box-shadow: inset 0px 0px 100px 10px rgba(0, 0, 0, 0.7);
    -moz-box-shadow: inset 0px 0px 100px 10px rgba(0, 0, 0, 0.7);
    box-shadow: inset 0px 0px 100px 10px rgba(0, 0, 0, 0.7);*/
}

.logo-img-2 {
    background-image: url("../img/layout/logo-img-1.png");
    background-size: 100% 100%;
    width: 100px;
    height: 100px;
    z-index: 999999999999;
}

.bg-item-3 {
    background-image: url("../img/layout/bg-item-3.jpg");
    background-color: #000000;
    /*height: 500px;*/
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    -webkit-box-shadow: inset 0px 0px 100px 1000px rgba(0, 0, 0, 0.6);
    -moz-box-shadow: inset 0px 0px 100px 1000px rgba(0, 0, 0, 0.6);
    box-shadow: inset 0px 0px 100px 1000px rgba(0, 0, 0, 0.6);
    color: #FFFFFF;
}

.btn-primary {
    --bs-btn-color: #000000;
    --bs-btn-bg: var(--default-color1);
    --bs-btn-border-color: var(--default-color1);
    --bs-btn-hover-color: #000000;
    --bs-btn-hover-bg: var(--default-color2);
    --bs-btn-hover-border-color: var(--default-color2);
    --bs-btn-focus-shadow-rgb: 49, 132, 253;
    --bs-btn-active-color: #000000;
    --bs-btn-active-bg: var(--default-color2);
    --bs-btn-active-border-color: var(--default-color2);
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #000000;
    --bs-btn-disabled-bg: var(--default-color1);
    --bs-btn-disabled-border-color: var(--default-color1);
}

.text-justify {
    text-align: justify;
}

.lh-2rem {
    line-height: 2rem;
}

.h1-laranja {
    color: var(--default-color1);
}

.texto-cardapio {
    padding: 2rem;
}

.card-b-none {
    border: none;
    -webkit-box-shadow: 0px 31px 30px 5px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0px 31px 30px 5px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 31px 30px 5px rgba(0, 0, 0, 0.25);
}

.diferenciais {
    height: 220px;
    width: 220px;
    border: 3px solid #F7AA45;
}

.feedbacks {
    background-image: url("../img/layout/feedbacks.jpg");
    background-size: 90%;
    background-position: top;
    background-repeat: repeat-y;
}

.dif-card-1 {
    background-color: #F7AA45;
    background-image: url("../img/layout/dif-card-1.png");
    background-size: 70% 70%;
    background-position: center;
    background-repeat: no-repeat;
    width: 100px;
    height: 100px;
}

.dif-card-2 {
    background-color: #F7AA45;
    background-image: url("../img/layout/dif-card-2.png");
    background-size: 70% 70%;
    background-position: center;
    background-repeat: no-repeat;
    width: 100px;
    height: 100px;
}

.dif-card-3 {
    background-color: #F7AA45;
    background-image: url("../img/layout/dif-card-3.png");
    background-size: 70% 70%;
    background-position: center;
    background-repeat: no-repeat;
    width: 100px;
    height: 100px;
}

.dif-card-4 {
    background-color: #F7AA45;
    background-image: url("../img/layout/dif-card-4.png");
    background-size: 70% 70%;
    background-position: center;
    background-repeat: no-repeat;
    width: 100px;
    height: 100px;
}

.parquinho {
    background-color: #4668f7;
}

.parquinho1 {
    background-image: url("../img/layout/bg-parquinho1.jpg");
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    width: 300px;
    height: 300px;
}

.parquinho2 {
    background-image: url("../img/layout/bg-parquinho2.jpg");
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    width: 300px;
    height: 300px;
}

.parquinho3 {
    background-image: url("../img/layout/bg-parquinho3.jpg");
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    width: 300px;
    height: 300px;
}

.bg-prato {
    background-color: #F7AA45;
}

.form-label {
    margin-bottom: 0.2rem;
}

body,
.btn {
    font-weight: 600;
}

.premios {
    background-color: #000000;
}

.slick-slide {
    margin: 0px 20px;
}

.slick-slide img {
    width: 100%;
}

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
}

.slick-track:before,
.slick-track:after {
    display: table;
    content: '';
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}

[dir='rtl'] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

@media (min-width: 280px) {
    .texto-form {
        font-size: 1rem;
        padding: 1rem;
        background-color: rgba(247, 170, 69, 0.5);
    }

    .bg-item-2 {
        height: 200px !important;
    }

    .p-5 {
        padding: 1rem !important;
    }

    .fs-1 {
        font-size: 2rem !important;
    }

    .logo-rodape {
        max-width: 100px !important;
    }

    .feedbacks-img {
        max-width: 250px;
    }
}

@media (min-width: 360px) {
    .texto-form {
        font-size: 1rem;
        padding: 1rem;
        background-color: rgba(247, 170, 69, 0.5);
    }

    .bg-item-2 {
        height: 200px !important;
    }

    .p-5 {
        padding: 1rem !important;
    }

    .fs-1 {
        font-size: 2rem !important;
    }

    .logo-rodape {
        max-width: 100px !important;
    }

    .feedbacks-img {
        max-width: 300px;
    }
}

@media (min-width: 375px) {
    .texto-form {
        font-size: 1rem;
        padding: 1rem;
        background-color: rgba(247, 170, 69, 0.5);
    }

    .bg-item-2 {
        height: 200px !important;
    }

    .p-5 {
        padding: 1rem !important;
    }

    .fs-1 {
        font-size: 2rem !important;
    }

    .logo-rodape {
        max-width: 100px !important;
    }

    .feedbacks-img {
        max-width: 300px;
    }
}

@media (min-width: 768px) {
    .texto-form {
        font-size: 1rem;
        padding: 1rem;
        background-color: rgba(247, 170, 69, 0.5);
    }

    .bg-item-2 {
        height: 100% !important;
    }

    .p-5 {
        padding: 2rem !important;
    }

    .fs-1 {
        font-size: 3rem !important;
    }

    .logo-rodape {
        max-width: 150px !important;
    }

    .feedbacks-img {
        max-width: 500px;
    }
}

@media (min-width: 992px) {
    .texto-form {
        font-size: 1.5rem;
        padding: 1rem;
        background-color: rgba(247, 170, 69, 0.5);
    }

    .bg-item-2 {
        height: 100% !important;
    }

    .fs-1 {
        font-size: 4rem !important;
    }

    .logo-rodape {
        max-width: 200px !important;
    }

    .feedbacks-img {
        max-width: 600px;
    }
}

@media (min-width: 1200px) {
    .texto-form {
        font-size: 1.5rem;
        padding: 1rem;
        background-color: rgba(247, 170, 69, 0.5);
    }

    .bg-item-2 {
        height: 100% !important;
    }

    .fs-1 {
        font-size: 5rem !important;
    }

    .logo-rodape {
        max-width: 250px !important;
    }

    .feedbacks-img {
        max-width: 600px;
    }
}

@media (min-width: 1400px) {
    .texto-form {
        font-size: 1.5rem;
        padding: 2rem;
        background-color: rgba(247, 170, 69, 0.5);
    }

    .bg-item-2 {
        height: 100% !important;
    }

    .fs-1 {
        font-size: 5.5rem !important;
    }

    .logo-rodape {
        max-width: 300px !important;
    }

    .feedbacks-img {
        max-width: 600px;
    }
}

@media (min-width: 1920px) {
    .texto-form {
        font-size: 1.5rem;
        padding: 2rem;
        background-color: rgba(247, 170, 69, 0.5);
    }

    .bg-item-2 {
        height: 100% !important;
    }

    .fs-1 {
        font-size: 5.5rem !important;
    }

    .logo-rodape {
        max-width: 350px !important;
    }

    .feedbacks-img {
        max-width: 600px;
    }
}