#header {
    background: linear-gradient(to right, #ffd795, rgb(255, 255, 255));
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding: 0;
    z-index: 40
}
li {
    list-style-type: none;
  }

#header .header-top {
    background: #0085BB;
    display: block;
    position: relative;
    padding: 4px 0
}

#header .header-top p {
    color: #fff;
    font-size: 12px;
    margin: 0;
    line-height: 2.5em;
    text-transform: uppercase
}

#header .header-top .nav-top {
    padding: 0;
    margin: 0
}

#header .header-top .nav-top li {
    list-style: none;
    display: inline-block;
    margin-left: 20px
}

#header .header-top .nav-top li a {
    color: #fff;
    font-size: 13px;
    text-decoration: none
}

#header .header-top .nav-top li a:hover {
    text-decoration: underline
}

#header .header-nav {
    width: 100%
}

#header .header-nav .wrap {
    align-items: center;
    display: flex;
    flex-wrap: wrap
}

#header .header-nav .logo {
    flex-grow: inherit
}

#header .header-nav .logo a {
    display: block;
    padding: 0
}

#header .header-nav .logo a img {
    max-height: 60px;
    max-width: inherit
}

#header .header-nav .logo .logo-fix {
    display: none
}

#header .header-nav .menu {
    height: 65px;
    padding: 0 30px;
    justify-content: center;
    flex-grow: 1;
    display: flex;
    align-items: center
}

#header .header-nav .menu .nav {
    padding: 0
}

#header .header-nav .menu .nav ul {
    margin: 0;
    padding: 0
}

#header .header-nav .menu .nav ul li {
    display: inline-block
}

#header .header-nav .menu .nav ul li>a {
    position: relative;
    margin-left: 45px;
    color: rgb(0, 0, 0);
    text-decoration: none;
}



#header .header-nav .menu .nav ul li>a:hover:before {
    visibility: visible;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}

#header .header-nav .menu .nav ul.dropdown-menu {
    border-radius: 0;
    border-color: #ebebeb
}

#header .header-nav .menu .nav ul.dropdown-menu li>a {
    padding: 10px 22px;
    line-height: 15px;
    text-transform: capitalize;
    font-weight: 300;
    color: #333
}

#header .header-nav .menu .nav ul.dropdown-menu li>a:before {
    position: inherit
}

#header .header-nav .menu .nav ul.dropdown-menu li>a:hover {
    background-color: #ddd
}

#header .header-nav .menu .nav ul.dropdown-menu li {
    width: 100%
}

#header .header-nav .menu .nav ul.dropdown-menu li .dropdown-item.active,
#header .header-nav .menu .nav ul.dropdown-menu li .dropdown-item:active {
    background-color: #ddd
}

#header .header-nav .contact {
    flex: none;
    display: flex;
    flex-wrap: nowrap;
    align-items: center
}

#header .header-nav .contact h5 {
    font-size: 18px
}

#header .header-nav .sidemenu_btn {
    transition: all .3s linear;
    width: 35px;
    position: relative
}

#header .header-nav .sidemenu_btn span {
    height: 3px;
    width: 100%;
    background: #0085BB;
    display: block
}

#header .header-nav .sidemenu_btn span:nth-child(2) {
    margin: 5px 0
}

#header .header-nav-pages {
    border-bottom: 1px solid #ddd;
    background: #fff
}

#header .header-nav-pages .menu {
    border-left: 1px solid #ddd
}

#header .header-nav-pages .menu .nav ul li>a {
    color: #333
}

#header .fixed-menu {
    background: #fff;
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 999;
    box-shadow: 0 10px 10px -10px rgba(0, 0, 0, .15);
    -webkit-animation-name: animationFade;
    animation-name: animationFade;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

#header .fixed-menu .logo .logo-main {
    display: none
}

#header .fixed-menu .logo .logo-fix {
    display: block;
    padding: 5px 50px
}

#header .fixed-menu .menu .nav ul li>a {
    color: #333
}

#header .fixed-menu .sidemenu_btn span {
    background: #0085BB
}

#header .side-menu {
    width: 40%;
    position: fixed;
    right: 0;
    top: 0;
    background: #fff;
    z-index: 9999;
    height: 100%;
    transform: translate3d(100%, 0, 0);
    transition: transform .5s ease;
    overflow: hidden
}

#header .side-menu .navbar-brand {
    margin: 0 0 2.5rem
}

#header .side-menu .btn-close {
    height: 33px;
    width: 33px;
    display: inline-block;
    text-align: center;
    position: absolute;
    top: 30px;
    right: 25px;
    cursor: pointer
}

#header .side-menu .btn-close:before {
    transform: rotate(45deg)
}

#header .side-menu .btn-close:after {
    transform: rotate(-45deg)
}

#header .side-menu .inner-wrapper {
    padding: 3.5rem 3rem;
    height: 100%;
    position: relative;
    overflow-y: auto;
    display: flex;
    align-items: center;
    text-align: left;
    flex-wrap: wrap
}

#header .side-menu .side-nav {
    margin-bottom: 30px;
    display: block
}

#header .side-menu p {
    margin-top: .5rem;
    margin-bottom: 0
}

#header .side-menu.left {
    left: 0;
    right: auto;
    transform: translate3d(-100%, 0, 0)
}

#header .side-menu.before-side {
    width: 280px;
    transform: translateZ(0)
}

#header .side-menu.before-side .btn-close {
    display: none
}

#header .side-menu.side-menu-active {
    transform: translateZ(0)
}

#header .side-menu.side-menu-active .side-nav .navbar-nav .nav-item {
    transform: translateY(0);
    opacity: 1
}

#header .pul-menu .side-menu.side-menu-active {
    visibility: visible;
    opacity: 1
}

#header #close_side_menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    transition: opacity .3s cubic-bezier(.895, .03, .685, .22);
    display: none;
    z-index: 1031;
    opacity: .4
}

#header .pul-menu.pushwrap .side-menu .inner-wrapper {
    padding: 3.5rem 2.5rem
}

#header .side-nav .navbar-nav .nav-item {
    display: block;
    margin: 15px 0;
    padding: 0 !important;
    opacity: 0;
    transition: all .8s ease .5s;
    transform: translateY(30px)
}

#header .side-nav .navbar-nav .nav-item:first-child {
    transition-delay: .1s
}

#header .side-nav .navbar-nav .nav-item:nth-child(2) {
    transition-delay: .2s
}

#header .side-nav .navbar-nav .nav-item:nth-child(3) {
    transition-delay: .3s
}

#header .side-nav .navbar-nav .nav-item:nth-child(4) {
    transition-delay: .4s
}

#header .side-nav .navbar-nav .nav-item:nth-child(5) {
    transition-delay: .5s
}

#header .side-nav .navbar-nav .nav-item:nth-child(6) {
    transition-delay: .6s
}

#header .side-nav .navbar-nav .nav-item:nth-child(7) {
    transition-delay: .7s
}

#header .side-nav .navbar-nav .nav-item:nth-child(8) {
    transition-delay: .8s
}

#header .side-nav .navbar-nav .nav-item:nth-child(9) {
    transition-delay: .9s
}

#header .side-nav .navbar-nav .nav-link {
    display: inline-table;
    color: #202020;
    padding: 2px 0 3px !important;
    font-size: 1.1rem;
    line-height: normal;
    position: relative;
    border-radius: 0;
    font-weight: 500
}

#header .side-nav .navbar-nav .nav-link:after {
    content: "";
    position: absolute;
    background: #202020;
    display: inline-block;
    width: 0;
    height: 2px;
    bottom: 0;
    left: 0;
    overflow: hidden;
    transition: all .5s cubic-bezier(0, 0, .2, 1)
}

#header .side-nav .navbar-nav .nav-link:focus:after,
#header .side-nav .navbar-nav .nav-link:hover:after {
    width: 100%
}

#header .side-nav .navbar-nav .nav-link.active {
    background: transparent
}

#header .side-nav .navbar-nav .nav-link.active:after {
    width: 100%
}

#header .social-icons-simple {
    margin-bottom: 0;
    margin-left: -10px
}

#header .social-icons-simple li {
    display: inline-block
}

#header .side-footer p {
    color: #202020
}

@media (max-width:1300px) {
    #header .header-nav .logo a {
        display: block;
        padding: 0 30px
    }

    #header .header-nav .menu {
        padding: 0 20px
    }

    #header .header-nav .menu .nav ul li>a {
        padding: 0 12px
    }

    #header .header-nav .contato {
        padding: 0 30px 0 20px
    }

    #header .header-nav .contato a .phone-box {
        width: 35px;
        height: 35px
    }

    #header .header-nav .contato a .phone-box i {
        font-size: 16px
    }

    #home .sobre .texto {
        padding: 20px
    }
}

@media (max-width:1200px) {
    #header .header-nav .menu {
        padding: 0 20px
    }

    #header .header-nav .menu .nav ul li>a {
        font-size: 12px
    }

    #header .header-nav .contact {
        display: none
    }

    #home .banner-section .searchblock__content {
        width: 800px
    }

    #home .sobre .texto h2 {
        font-size: 25px
    }

    #home .sobre .texto p {
        font-size: 14px
    }
}

@media (max-width:992px) {
    #header .header-nav .wrap {
        align-items: inherit
    }

    #header .header-nav .logo {
        margin: 20px 0
    }

    #header .header-nav  {
        display: none
    }

    #home .banner-carousel .slide-item {
        padding: 100px 0 0;
        height: 450px
    }

    #home .banner-carousel .slide-item .title {
        margin-top: 40px
    }

    #home .banner-carousel .slide-item .title h1 {
        font-size: 35px
    }

    #home .banner-section .searchblock__content {
        top: 70%
    }

    #home .boxes .box p {
        color: #666;
        height: auto
    }

    #footer .footer-top .links .item-link .form-newsletter form input {
        width: 100%
    }
}

@media (max-width:576px) {
    #header .fixed-menu .logo .logo-fix {
        display: block;
        padding: 5px 15px
    }

    #footer .footer-top .links .item-link .form-newsletter form input {
        width: 95%
    }
}

@media (max-width:450px) {
    #header .header-top .nav-top {
        display: none
    }

    #header .header-nav .logo a img {
        max-height: 40px
    }

    #header .header-nav .logo .logo-fix {
        padding: 0 20px
    }

    #home .energy .texto {
        padding: 40px
    }

    #home .energy .texto h2 {
        font-size: 28px;
        margin-bottom: 20px
    }
}

body {
    min-height: 100vh;
    max-width: 97%;
    background-color: papayawhip;
    margin: 0 auto;
}

@media (min-width:992px) {
    #header .header-nav .menu .nav .nav-item .dropdown-menu {
        display: none
    }

    #header .header-nav .menu .nav .nav-item:hover .dropdown-menu {
        display: block
    }

    #header .header-nav .menu .nav .nav-item .dropdown-menu {
        margin-top: -15px
    }
}

.carousel-inner>.item>img,
.carousel-inner>.item>a>img {
    width: 850px;
    height: 450px;
    margin: auto;
}

.img-fundo {
    width: 100%;
    margin-left: 25px;
}

.sombraredondeada {
    border-width: medium;
    border: 8px solid;
    border-color: rgb(0, 0, 0);
    background-color: #706161;
    color: #fff;
    padding: 10px;
    border-radius: 25px;
    box-shadow: 15px 15px 0 #b3a3a3;
}

.sombra-quadrada {
    box-shadow: 15px 15px 10px #b3a3a3;
}

.coluna-2 {

    justify-content: center;
    display: flex;

}

.coluna-3 {
    margin-top: 45px;
    justify-content: center;
    display: flex;

}

.coluna-2 img {
    height: 225px;
    margin-top: 35px;
    margin-bottom: 35px;
}

.coluna-3 img {
    height: 90px;
}


.img-cardapio {
    display: flex;
    justify-content: center;
    margin-top: 55px;
}

.lista-cardapio {
    justify-content: center;
    display: flex;
    margin-bottom: 0px;
}

.lista-cardapio2 {
    justify-content: center;
    display: flex;
    border-left: 4px solid;
}

.page-title {
    display: flex;
    justify-content: center;
}

.lista-cardapio1 {
    justify-content: center;
    display: flex;
}

.img-fluid {
    width: 100%;
}

.lista-cardapio2,
.lista-cardapio1 ul li {
    font-size: 30px;
}

.cardapios {
    margin-top: 26px;
    background-image: url("/upload/fundo.png");

    background-size: cover;
}

.pedido {
    width: 200px;
    height: 70px;
    background: #676470;
    transition: all 0.3s ease;
}

.pedido
{
    position: relative;
    color: white;
}
.pedido:hover
{
    background: rgb(10, 199, 10);
        border-radius:100%;
}
.txt-pedido {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
    margin: 0;
   
}
#mostrar{
    display: none;
}

.floating-smi {
    position: fixed;
    z-index: 9;
    top: 40%;
    right: 15px
}

.floating-smi .floating-smi-wrap .floating-smi-list {
    display: block
}

.floating-smi .floating-smi-wrap .floating-smi-list li {
    display: block;
    border-radius: 18px;
    width: 36px;
    height: 36px;
    margin-bottom: 10px
}

.floating-smi .floating-smi-wrap .floating-smi-list li:nth-child(1) {
    display: block;
    margin-bottom: 45px
}

.floating-smi .floating-smi-wrap .floating-smi-list li:nth-child(1):before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    height: 100%
}

.floating-smi .floating-smi-wrap .floating-smi-list li:nth-child(1):after {
    height: 41px
}

.floating-smi .floating-smi-wrap .floating-smi-list li:nth-last-child(1):after {
    display: none
}
.floating-smi .floating-smi-wrap .floating-smi-list li>a{
    text-decoration: none;
}
.floating-smi .floating-smi-wrap .floating-smi-list li>em,
.what {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border: 1px black;
    background: #0be603;
    color: white;
    font-size: 22px;
    text-align: center;
    text-decoration: none;
    display: flex;
    justify-content: center;
    align-items: center;
    
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out
}
.face {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border: 1px black;
    background: #ffffff;
    color: rgb(54, 22, 197);
    font-size: 22px;
    text-align: center;
    text-decoration: none;
    display: flex;
    justify-content: center;
    align-items: center;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out
}
.face:hover {
    background: white;
    border-color: #000000;
    color: #000000;
    text-decoration: none;
}
.insta {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border: 1px black;
    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%); 
    color: rgb(255, 255, 255);
    font-size: 22px;
    text-align: center;
    text-decoration: none;
    display: flex;
    justify-content: center;
    align-items: center;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out
}
.insta:hover {
    background: white;
    border-color: #000000;
    color: #000000
}
.insta:hover {
    background: white;
    border-color: #000000;
    color: #000000
}

.floating-smi .floating-smi-wrap .floating-smi-list li>em>a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    border-radius: 50%
}

.safari .floating-smi .floating-smi-wrap .floating-smi-list li>em,
.safari .floating-smi .floating-smi-wrap .floating-smi-list li>a {
    border-color: #F3931F
}

.floating-smi .floating-smi-wrap .floating-smi-list li>em:hover,
.what:hover {
    background: white;
    border-color: #000000;
    color: #000000
}
.zoom {
    transition: transform .2s; /* Animation */
    margin: 0 auto;
  }
  
  .zoom:hover {
    transform: scale(0.8); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
  }
  .zoom-maior {
    transition: transform .2s; /* Animation */
    margin: 0 auto;
  }
  
  .zoom-maior:hover {
    transform: scale(1.2); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
  }
  #footer .bottom-footer {
    background: #6e3e22;
    padding: 10px 20px;
    color: #fff;
  }
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.3.0/font/bootstrap-icons.css");