@charset "UTF-8";

html {
    scroll-behavior: smooth;
}

a {
    color: #05867F !important;
}

h1, h2, h3, h4, h5, h6, .card-title, .nav-item {
    font-family: 'Lobster', cursive !important;
    color: #527062 !important;
}

span, small, button, div, input, textarea {
    font-family: 'Nunito', sans-serif !important;
}

hr {
    margin: 30px -60rem -60rem;
    border-top: 0.2rem solid #EEDBA3 !important;
}

.btn-primary {
    background-color: #05867F !important;
    border-color: #05867F !important;
}

.btn-primary:hover {
    background-color: #6DA9AC !important;
    border-color: #6DA9AC !important;
}

.navbar {
    padding: 0 !important;
    background: #FEF6E9 repeat-x url("/resources/img/pattern_header.png");
    background-size: 1.05rem;
    border-bottom: 0.2rem solid #EEDBA3;
}

.nav-link {
    color: #527062 !important;
    font-size: 1.2rem !important;
}

.nav-link.active {
    color: #87AA9D !important;
}

.nav-link:hover {
    color: #87AA9D !important;
}

.logo {
    height: 9rem;
    min-height: 9rem;
    max-height: 13rem;
    min-width: 9rem;
    margin-left: 71.43%;
}

section {
    background-color: #D5ECE5;
    background-size: cover;
    background-repeat: no-repeat;
}

.stroke-white {
    text-shadow: 2px 0 0 #fff, -2px 0 0 #fff, 0 2px 0 #fff, 0 -2px 0 #fff, 1px 1px #fff, -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff;
}

.stroke-back {
    text-shadow: 2px 0 0 #000, -2px 0 0 #000, 0 2px 0 #000, 0 -2px 0 #000, 1px 1px #000, -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000;
}

.section-home {
    padding-top: 25rem;
    padding-bottom: 22rem;
    background: url("../img/img-home.jpg") 73% 35%;
}

.section-cardapio {
    padding-top: 8rem;
    padding-bottom: 8rem;
    /*background-image: url("../img/img-cardapio.jpg");*/
    background: repeat url("../img/pattern_quadrado.jpg");
    background-size: 5rem;
    /*background: #D5ECE5;*/
}

.section-delivery {
    padding-top: 8rem;
    padding-bottom: 8rem;
    background: url("../img/img-delivery.jpg") right 25%;
}

.section-eventos {
    padding-top: 8rem;
    padding-bottom: 8rem;
    background: url("../img/img-truck.jpg") center top;
}

.section-eventos .card {
    max-width: 15rem;
}

.section-faleConosco {
    padding-top: 5rem;
    padding-bottom: 5rem;
    /*background-image: url("../img/img-faleConosco.jpg");*/
}

.smaller {
    font-size: x-small !important;
    color: gray !important;
}

.section-cardapio .card {
    max-width: 400px;
}

.section-cardapio .card-img-top {
    max-height: 400px;
    max-width: 400px;
}

.section-cardapio .card-text {
    /*text-transform: capitalize;*/
}

.section-delivery .card-img-top {
    padding-top: 60%;
    position: relative;
}

.section-delivery iframe {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

.no-decoration {
    text-decoration: none !important;
}

.ingredients {
    padding-left: 1rem;
    padding-right: 0;
    font-size: 0.8rem;
}

.social-icon {
    height: 35px !important;
    width: 35px !important;
}

footer {
    padding-top: 0.3rem;
    background: #f8e5ad repeat-x url("/resources/img/pattern_footer.png");
    background-size: 0.02rem;
    /*color: #527062 !important;*/
}

.grecaptcha-badge {
    visibility: hidden;
}