/*!
 * Start Bootstrap - One Page Wonder HTML Template (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

body {
    margin-top: 64px;
    color: #45352f;
    background: #fff9f4;
    font-family: "Segoe UI", Arial, sans-serif;
    line-height: 1.6;
}

html {
    scroll-behavior: smooth;
}

.header-image {
    display: block;
    text-align: center;
    width: 100%;
    clear: both;
    background: #72c8ef;
    background: linear-gradient(135deg, #b8e9fb 0%, #76cef2 48%, #4eb5e5 100%);
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    overflow: hidden;
}

.hero-content {
    min-height: 520px;
}

.hero-content .row {
    display: flex;
    align-items: center;
}

.hero-copy {
    padding-top: 60px;
    padding-bottom: 60px;
    text-align: left;
}

.hero-label {
    display: inline-block;
    margin-bottom: 16px;
    padding: 7px 14px;
    color: #b9501e;
    background: rgba(255,255,255,.82);
    border-radius: 20px;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .5px;
}

.hero-copy h1 {
    margin: 0 0 20px;
    color: #fff;
    font-size: 52px;
    font-weight: 800;
    line-height: 1.08;
    letter-spacing: -1.5px;
    text-shadow: 0 3px 16px rgba(22, 86, 120, .2);
}

.hero-copy p {
    max-width: 620px;
    margin-bottom: 28px;
    color: #164f69;
    font-size: 21px;
    line-height: 1.55;
}

.btn-hero {
    padding: 12px 24px;
    color: #fff;
    background: #ed7b36;
    border: 0;
    border-radius: 24px;
    font-size: 16px;
    font-weight: 700;
    box-shadow: 0 8px 20px rgba(139, 66, 25, .22);
}

.btn-hero:hover,
.btn-hero:focus {
    color: #fff;
    background: #d96524;
}

.hero-visual {
    align-self: flex-end;
    height: 520px;
    overflow: hidden;
}

.hero-visual img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center 18%;
    border-radius: 38px 38px 0 0;
    box-shadow: 0 18px 45px rgba(27, 81, 107, .22);
}

.headline {
    padding: 34px 0 38px;
}

.headline img {
    width: 720px;
    filter: drop-shadow(0 12px 18px rgba(17, 89, 125, 0.18));
}

.headline h1 {
    font-size: 130px;
    background: #fff;
    background: rgba(255,255,255,0.9);
}

.headline h2 {
    font-size: 77px;
    background: #fff;
    background: rgba(255,255,255,0.9);
}

.featurette-divider {
    display: none;
}

.featurette {
    overflow: hidden;
    margin: 48px 0;
    padding: 38px 42px;
    background: #fff;
    border: 1px solid #f4e5da;
    border-radius: 22px;
    box-shadow: 0 12px 36px rgba(105, 66, 43, 0.08);
}

.featurette-image.pull-left {
    margin-right: 40px;
}

.featurette-image.pull-right {
    margin-left: 40px;
}

.featurette-heading {
    margin-top: 0;
    margin-bottom: 18px;
    color: #ed7b36;
    font-size: 42px;
    font-weight: 700;
    letter-spacing: -1px;
}

.featurette-heading .text-muted {
    color: #7b6b64;
    font-weight: 300;
}

.lead {
    color: #665650;
    font-size: 19px;
    line-height: 1.65;
}

.sabor-card {
    margin-top: 18px;
    text-align: center;
}

.sabores-grid {
    display: flex;
    flex-wrap: wrap;
}

.sabores-celular {
    display: none;
}

.sabores-celular img {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 16px;
    box-shadow: 0 7px 18px rgba(70, 48, 35, 0.14);
}

.sabores-grid .sabor-card {
    float: none;
}

@media (min-width: 992px) {
    .sabores-grid .sabor-card {
        width: 25%;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .sabores-grid .sabor-card {
        width: 50%;
    }
}

@media (max-width: 767px) {
    .sabores-layout {
        display: none;
    }

    .sabores-celular {
        display: block;
        margin-top: 18px;
    }

    .sabores-grid .sabor-card {
        width: 100%;
    }
}

.sabor-card .img-thumbnail {
    width: 100% !important;
    height: auto !important;
    max-width: 280px;
    aspect-ratio: 2 / 3;
    object-fit: cover;
    padding: 0;
    border: 0;
    border-radius: 14px;
    box-shadow: 0 7px 18px rgba(70, 48, 35, 0.14);
    transition: transform .2s ease, box-shadow .2s ease;
}

.sabor-card .img-thumbnail:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 24px rgba(70, 48, 35, 0.18);
}

.cardapio-sabores {
    margin: 18px 0 0;
    padding: 12px;
    background: #fff8f2;
    border-radius: 18px;
    box-shadow: 0 7px 18px rgba(70, 48, 35, 0.12);
}

.cardapio-sabores img {
    display: block;
    width: 100%;
    border-radius: 12px;
}

.cardapio-sabores figcaption {
    padding: 12px 5px 4px;
    color: #6e5a51;
    font-size: 15px;
    font-weight: 600;
    text-align: center;
}

#services .featurette-image {
    width: 100% !important;
    height: auto !important;
    min-width: 0 !important;
    margin-top: 4px;
    padding: 0;
    border: 0;
    border-radius: 18px;
    max-height: 520px;
    object-fit: contain;
    background: #fff;
}

#contact .contact-links {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 14px;
}

#contact .contact-link {
    display: flex;
    align-items: center;
    gap: 9px;
    width: 100%;
    min-width: 0;
    min-height: 66px;
    padding: 10px;
    color: #725c52;
    background: #fff;
    border: 1px solid currentColor;
    border-radius: 16px;
    font-size: 13px;
    font-weight: 600;
    text-decoration: none;
    box-shadow: 0 4px 14px rgba(114, 92, 82, .08);
    transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}

#contact .contact-link > span:last-child {
    min-width: 0;
    overflow-wrap: anywhere;
}

#contact .contact-link small {
    display: block;
    margin-bottom: 2px;
    color: #8a756b;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: .04em;
    text-transform: uppercase;
}

#contact .contact-icon {
    display: inline-flex;
    flex: 0 0 36px;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    color: #fff;
    border-radius: 50%;
}

#contact .contact-icon svg {
    width: 21px;
    height: 21px;
    fill: currentColor;
}

#contact .contact-link:hover,
#contact .contact-link:focus {
    color: #725c52;
    background: #fffaf6;
    box-shadow: 0 7px 18px rgba(114, 92, 82, .14);
    text-decoration: none;
    transform: translateY(-2px);
}

#contact .whatsapp-link {
    border-color: rgba(37, 211, 102, .45);
}

#contact .whatsapp-link .contact-icon {
    background: #25d366;
}

#contact .instagram-link {
    border-color: rgba(193, 53, 132, .4);
}

#contact .instagram-link .contact-icon {
    background: #c13584;
}

#contact .facebook-link {
    border-color: rgba(24, 119, 242, .4);
}

#contact .facebook-link .contact-icon {
    background: #1877f2;
}

#contact .email-link {
    border-color: rgba(237, 123, 54, .45);
}

#contact .email-link .contact-icon {
    background: #ed7b36;
}

#contact .google-link {
    border-color: rgba(66, 133, 244, .4);
}

#contact .google-link .contact-icon {
    background: conic-gradient(from -45deg, #4285f4, #34a853, #fbbc05, #ea4335, #4285f4);
}

@media (max-width: 991px) {
    #contact .contact-links {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 767px) {
    #contact .contact-links {
        grid-template-columns: 1fr;
        gap: 10px;
    }

    #contact .contact-link {
        min-height: 60px;
        font-size: 15px;
    }
}

#contact form {
    padding: 28px;
    background: #fffaf6;
    border: 1px solid #f1ddd0;
    border-radius: 18px;
}

#contact legend {
    padding-bottom: 12px;
    color: #ed7b36;
    border-color: #efdacc;
    font-size: 25px;
    font-weight: 600;
}

#contact .input-group-addon {
    min-width: 105px;
    color: #725c52;
    background: #fff;
    border-color: #e7d4c8;
    text-align: left;
}

#contact .form-control {
    height: 44px;
    border-color: #e7d4c8;
    box-shadow: none;
}

#contact textarea.form-control {
    height: auto;
    resize: vertical;
}

#contact .form-control:focus {
    border-color: #ef9a5e;
    box-shadow: 0 0 0 3px rgba(239, 154, 94, 0.14);
}

.btn-default {
    padding: 10px 24px;
    color: #fff;
    background: #ed7b36;
    border-color: #ed7b36;
    border-radius: 22px;
    font-weight: 600;
}

.btn-default:hover,
.btn-default:focus {
    color: #fff;
    background: #d96524;
    border-color: #d96524;
}

footer {
    margin: 32px 0;
    color: #8a756b;
    text-align: center;
}

@media(max-width:1200px) {
    .headline h1 {
        font-size: 140px;
    }

    .headline h2 {
        font-size: 63px;
    }

    .featurette-divider {
        margin: 50px 0;
    }

    .featurette-image.pull-left {
        margin-right: 20px;
    }

    .featurette-image.pull-right {
        margin-left: 20px;
    }

    .featurette-heading {
        font-size: 35px;
    }
}

@media(max-width:991px) {
    .headline h1 {
        font-size: 105px;
    }

    .headline h2 {
        font-size: 50px;
    }

    .featurette-divider {
        margin: 40px 0;
    }

    .featurette-image {
        max-width: 50%;
    }

    .featurette-image.pull-left {
        margin-right: 10px;
    }

    .featurette-image.pull-right {
        margin-left: 10px;
    }

    .featurette-heading {
        font-size: 30px;
    }
}

@media(max-width:768px) {
    .container {
        margin: 0 15px;
    }

    .featurette-divider {
        margin: 40px 0;
    }

    .featurette-heading {
        font-size: 30px;
    }

    .featurette {
        margin: 24px 0;
        padding: 26px 20px;
        border-radius: 16px;
    }

    .lead {
        font-size: 17px;
    }

    #contact form {
        margin-top: 28px;
        padding: 20px 16px;
    }

    .hero-content {
        min-height: 0;
    }

    .hero-content .row {
        display: block;
    }

    .hero-copy {
        padding: 42px 24px 28px;
        text-align: center;
    }

    .hero-copy h1 {
        font-size: 38px;
    }

    .hero-copy p {
        font-size: 18px;
    }

    .hero-visual {
        height: 390px;
    }

    .hero-visual img {
        max-width: 420px;
        border-radius: 28px 28px 0 0;
    }
}

@media(max-width:668px) {
    .headline h1 {
        font-size: 70px;
    }

    .headline h2 {
        font-size: 32px;
    }

    .featurette-divider {
        margin: 30px 0;
    }
}

@media(max-width:640px) {
    .headline {
        padding: 0 0 25px 0;
    }

    .headline h1 {
        font-size: 60px;
    }

    .headline h2 {
        font-size: 30px;
    }
}

@media(max-width:375px) {
    .featurette-divider {
        margin: 10px 0;
    }

    .featurette-image {
        max-width: 100%;
    }

    .featurette-image.pull-left {
        margin-right: 0;
        margin-bottom: 10px;
    }

    .featurette-image.pull-right {
        margin-bottom: 10px;
        margin-left: 0;
    }
}

.navbar-inverse {
  min-height: 64px;
  background-color: rgba(255,255,255,.97);
  border-color: #f1ddd0;
  box-shadow: 0 3px 16px rgba(83, 54, 38, .08);
}

.navbar-inverse .navbar-brand {
  height: 64px;
  padding-top: 21px;
  color: #ed7b36;
  font-size: 22px;
  font-weight: 700;
}

.navbar-inverse .navbar-nav > li > a {
  padding-top: 22px;
  padding-bottom: 22px;
  color: #594941;
  font-weight: 600;
}

.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #ed7b36;
  background-color: #fff7f1;
}

.navbar-inverse .navbar-toggle {
  margin-top: 14px;
  border-color: #ed7b36;
}

.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #ed7b36;
}

.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: #fff3ea;
}
