/* ================================
   MARCENARTE - AJUSTES GERAIS
================================ */

/* Limita largura geral */
.container,
.max-w-screen-xl,
.max-w-screen-2xl{
    max-width: 1380px;
}

/* ================================
   LOGO
================================ */

header picture img{
    max-height: 70px !important;
    width:auto !important;
}

@media (min-width:768px){

header picture img{
    max-height:95px !important;
}

}

/* ================================
   CABEÇALHO
================================ */

header{
    padding-top:8px !important;
    padding-bottom:8px !important;
}

header .container{
    min-height:auto !important;
}

/* ================================
   MENU
================================ */

nav{
    border-top:1px solid #ece7e1;
    border-bottom:1px solid #ece7e1;
}

nav a{
    font-weight:500;
    transition:.25s;
}

nav a:hover{
    color:#8A5A2B;
}

/* ================================
   BANNER
================================ */

.banner,
.carousel{
    border-radius:14px;
    overflow:hidden;
}

/* ================================
   PRODUTOS
================================ */

.card{
    transition:.25s;
    border-radius:12px;
}

.card:hover{
    transform:translateY(-4px);
    box-shadow:0 10px 30px rgba(0,0,0,.12);
}

/* ================================
   BOTÃO COMPRAR
================================ */

.btn-primary{
    background:#8A5A2B;
    border-color:#8A5A2B;
}

.btn-primary:hover{
    background:#6f4722;
}

/* ================================
   PREÇO
================================ */

.price,
.text-primary{
    color:#8A5A2B !important;
    font-weight:700;
}

/* ================================
   BUSCA
================================ */

input[type="search"]{
    border-radius:999px;
}

/* ================================
   ÍCONES HEADER
================================ */

header svg{
    transition:.2s;
}

header svg:hover{
    transform:scale(1.08);
}

/* ================================
   RODAPÉ
================================ */
/* =============================
   RODAPÉ - MARCENARTE
   ============================= */

footer {
    background-color: #173B2B !important;
    color: #F5F0E6 !important;
    padding-top: 45px !important;
    padding-bottom: 25px !important;
}

/* Títulos das colunas */
footer h3,
footer h4,
footer strong {
    color: #F5F0E6 !important;
    font-weight: 700 !important;
    text-transform: uppercase;
    letter-spacing: 0.8px;
}

/* Textos */
footer p,
footer span {
    color: #F5F0E6 !important;
}

/* Links */
footer a {
    color: #F5F0E6 !important;
    transition: all .2s ease;
}

/* Efeito ao passar o mouse */
footer a:hover {
    color: #B08A4A !important;
    padding-left: 3px;
}

/* Ícones das redes sociais */
footer svg {
    transition: transform .2s ease;
}

footer svg:hover {
    transform: scale(1.12);
}