@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Fira+Code:wght@400;500;700&display=swap');

/* --- GLOBAIS --- */
@font-face {
    font-family: 'Steelfish';
    src: url(fontes/steelfish.bold.otf) format('opentype');
    font-weight: normal;
    font-style: normal;
}

* {
    margin: 0;
    padding: 0;
    font-family: Arial, Helvetica, sans-serif;
}

code, pre {
    font-family: 'Fira Code', monospace;
    font-weight: 700; 
}

body {
    background-color: #fff;
    color: rgb(43, 38, 38);
}

/* --- HEADER --- */
header {
    width: 90%; 
    max-width: 1400px; 
    margin: 0 auto; 
    padding: 10px 0; 
    box-sizing: border-box;
}

.topo-header {
    display: flex;
    align-items: center;
    justify-content: center; 
    position: relative; 
    margin-top: 10px;
    min-height: 80px;
}

#header_card_esquerdo_superior {
    display: flex;
    gap: 15px;
    position: absolute;
    left: 10px; 
}

.icon-solcial-media {
    width: 30px;
    height: auto;
}

#logo-header {
    width: 100px;
    height: auto;
}

nav {
    width: 100%;
    margin-top: 30px;
}

nav ul {
    display: flex;
    justify-content: center;
    align-items: center;
    list-style: none;
    padding: 0;
    margin: 0;
}

nav ul li {
    font-size: 0.8rem;
    font-weight: bolder;
    cursor: pointer;
    display: flex;
    align-items: center;
}

#nav-header ul a {
    text-decoration: none;
    color: #000;
}

nav ul a:not(:last-child) li::after {
    content: "|";
    margin: 0 15px; 
    font-weight: normal;
    opacity: 0.4; 
}

/* --- CARROSSEL 3D --- */
#carrossel-3d {
    width: 100%;
    max-width: 1000px;
    margin: 40px auto;
    height: 280px; 
    position: relative;
    overflow: hidden; 
}

.container-3d {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.item-3d {
    position: absolute;
    width: 60%; 
    max-width: 400px;
    height: 250px;
    object-fit: cover; 
    border-radius: 12px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
    transition: transform 0.6s ease, opacity 0.6s ease, z-index 0.6s ease;
}

.item-3d.active {
    transform: translateX(0) scale(1);
    z-index: 3;
    opacity: 1;
}

.item-3d.prev {
    transform: translateX(-55%) scale(0.8);
    z-index: 2;
    opacity: 0.6; 
}

.item-3d.next {
    transform: translateX(55%) scale(0.8);
    z-index: 2;
    opacity: 0.6;
}

.item-3d.hidden {
    transform: translateX(0) scale(0.5);
    z-index: 1;
    opacity: 0;
    pointer-events: none;
}

/* --- UNIDADES --- */
#unidades {
    text-align: center;
}

#unidades img {
    width: 100%; 
    max-width: 100%; 
}

.card-loja {
    padding: 15px;
    overflow: hidden;
}

.card-loja > a {
    width: 100%;
    display: block;
}

.card-loja p {
    padding: 5px;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    font-weight: bolder;
    color: black;
}

.header-card {
    display: flex;
    flex-direction: column; 
    align-items: center;
    justify-content: center; 
    width: 100%;
    margin-bottom: 15px;
    padding: 10px 0;
    gap: 10px; 
}

.header-card h1 {
    font-size: 1.8rem; 
    text-align: center;
    margin: 0;
    width: 100%;
}

.icones-loja {
    display: flex;
    gap: 10px;
    align-items: center;
}

.icones-loja img, 
.icones-loja .btn-ifood svg {
    width: 32px !important;
    height: 32px !important;
    box-shadow: none !important;
    border: none !important;
    transition: transform 0.2s ease;
    display: block;
}

.icones-loja .img-ifood {
    width: 55px !important;
    height: auto !important; 
    box-shadow: none !important;
    border: none !important;
    transition: transform 0.2s ease;
    display: block;
}

.icones-loja a:hover {
    transform: scale(1.1);
}

.link-mapa {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none; 
    color: inherit; 
    gap: 6px; 
    margin-bottom: 12px;
    transition: color 0.2s ease;
}

.link-mapa:hover {
    color: #8B0000; 
}

.link-mapa .material-symbols-outlined {
    font-size: 1.4rem;
    color: #8B0000; 
}

.link-mapa h3 {
    margin: 0;
    font-size: 1.1rem; 
}

.fachada-loja {
    width: 100%;
    height: 250px; 
    object-fit: cover;
    object-position: center; 
    margin-top: 10px;
    border-radius: 8px; 
    display: block;
}

.button-cardapio {
    padding: 10px;
    width: 100%; 
    background-color: #8B0000;
    color: white;
    font-weight: bolder;
    font-family: 'Fira code', sans-serif;
    font-size: 1.2em;
    letter-spacing: 3px;
    border: none;
    cursor: pointer;
    box-shadow: 2px 2px rgba(0, 0, 0, 0.281);
}

/* --- SOBRE NÓS --- */
#sobre-nos {
    box-sizing: border-box; 
    width: 80vw;
    margin: 0 auto;
    padding: 30px 20px; 
    text-align: center;
}

#sobre-nos h3 {
    margin-bottom: 10px;
    font-size: 1.5rem;
}

#sobre-nos p {
    font-weight: bolder;
}

.diferenciais-container {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-top: 30px;
}

.diferencial-card {
    background-color: #ffffff;
    border-radius: 8px;
    padding: 15px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
    text-align: left;
    transition: transform 0.3s ease;
}

.diferencial-card:hover {
    transform: translateY(-5px); 
}

.diferencial-card img {
    width: 100%;
    height: 180px;
    object-fit: cover;
    border-radius: 6px;
    margin-bottom: 12px;
}

.diferencial-card h4 {
    color: #8B0000;
    font-size: 1.3rem;
    margin-bottom: 8px;
    font-family: 'Fira code', sans-serif; 
    letter-spacing: 1px;
}

.diferencial-card p {
    font-size: 0.95rem;
    color: #333;
    line-height: 1.5;
}

/* --- FOOTER --- */
footer {
    width: 100%;
    margin-top: 40px;
    padding: 0; 
}

.footer-container {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    padding: 30px 0; 
    gap: 15px; 
    background: linear-gradient(to right, #8B0000, #8B0000) no-repeat center center;
    background-size: 100% 3px; 
}

#logo-footer {
    width: 200px;
    height: auto;
    background-color: #fff; 
    padding: 10px 30px; 
    z-index: 2; 
    position: relative;
}

.footer-texto {
    color: #000;
    font-weight: bolder;
    font-size: 1.2rem;
    position: relative;
    z-index: 2; 
}

.footer-texto p {
    margin: 0;
    background-color: #fff; 
    padding: 10px 20px; 
    display: inline-block; 
}