#hotsite {
    overflow: hidden;
    background-color: #fff6dd;
}

#hotsite .h_top,
#hotsite .h_center,
#hotsite .h_footer {
    padding: 0;
}

#hotsite .h_top,
#hotsite .h_footer {
    text-align: left;
}

#hotsite .transition-ease,
#hotsite .transition-ease * {
    -webkit-transition: 0.15s ease all;
    -moz-transition: 0.15s ease all;
    transition: 0.15s ease all;
}

#hotsite #headerHotsite h1 {
    background-color: #000;
    background-size: auto 200px;
    height: 200px;
    text-indent: -99999px;
}

#hotsite #menuHotsite {
    background: #2e240f;
}

#hotsite #menuHotsite .navbar-toggler {
    font-size: 1rem;
    font-weight: 500;

}

.color-menu {
    color: #f0c66a;
    text-decoration: none;
    font-weight: 600;

}

.nav-link {
    color: #f0c66a !important;
}

.nav-link:hover {
    background-color: #241c0b !important;
}


#hotsite #menuHotsite .navbar-toggler[aria-expanded="true"] .fas {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

#hotsite #menuHotsite .navbar-toggler .fas {
    opacity: 0.5;
}

#hotsite #menuHotsite #navbarHotsite ul .nav-item {
    text-align: center;
    width: 50%;
}

#hotsite #menuHotsite #navbarHotsite ul .nav-item .menu-hack {
    margin-top: 12px;
}

#hotsite #produtosHotsite h2,
#hotsite #produtosHotsite h1 {
    font-size: 1.5rem;
}

#hotsite #produtosHotsite h1 b {
    background: #ED008C;
}

@media (min-width: 576px) {
    #hotsite #headerHotsite h1 {
        background-size: auto 250px;
        height: 250px;
    }

    #hotsite #headerHotsite img {
        height: 250px;
    }

    #hotsite #menuHotsite #navbarHotsite ul .nav-item {
        width: calc(100% / 3);
    }

}

@media (min-width: 768px) {
    #hotsite #headerHotsite h1 {
        background-color: #000;
        background-size: auto 180px;
        height: 180px;
    }

    #hotsite #headerHotsite img {
        height: auto;
    }

    #hotsite #menuHotsite #navbarHotsite ul .nav-item {
        width: auto;
    }

}

@media (min-width: 992px) {
    #hotsite #headerHotsite h1 {
        background-size: auto 220px;
        height: 220px;
    }

    #hotsite #menuHotsite #navbarHotsite ul .nav-item a {
        font-weight: 500;
    }

    #hotsite #boxesHotsite a:hover img {
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1);
    }
}

#hotsite .container {
    max-width: 1110px;
}

.hvr-fade {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    overflow: hidden;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: color, background-color;
    transition-property: color, background-color;
}

.hvr-fade:hover,
.hvr-fade:focus,
.hvr-fade:active {
    background-color: #121212;
    color: white;
}

@-webkit-keyframes hvr-bob {
    0% {
        -webkit-transform: translateY(-8px);
        transform: translateY(-8px);
    }

    50% {
        -webkit-transform: translateY(-4px);
        transform: translateY(-4px);
    }

    100% {
        -webkit-transform: translateY(-8px);
        transform: translateY(-8px);
    }
}

@keyframes hvr-bob {
    0% {
        -webkit-transform: translateY(-8px);
        transform: translateY(-8px);
    }

    50% {
        -webkit-transform: translateY(-4px);
        transform: translateY(-4px);
    }

    100% {
        -webkit-transform: translateY(-8px);
        transform: translateY(-8px);
    }
}

@-webkit-keyframes hvr-bob-float {
    100% {
        -webkit-transform: translateY(-8px);
        transform: translateY(-8px);
    }
}

@keyframes hvr-bob-float {
    100% {
        -webkit-transform: translateY(-8px);
        transform: translateY(-8px);
    }
}

.hvr-bob {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}

.hvr-bob:hover,
.hvr-bob:focus,
.hvr-bob:active {
    -webkit-animation-name: hvr-bob-float, hvr-bob;
    animation-name: hvr-bob-float, hvr-bob;
    -webkit-animation-duration: .3s, 1.5s;
    animation-duration: .3s, 1.5s;
    -webkit-animation-delay: 0s, .3s;
    animation-delay: 0s, .3s;
    -webkit-animation-timing-function: ease-out, ease-in-out;
    animation-timing-function: ease-out, ease-in-out;
    -webkit-animation-iteration-count: 1, infinite;
    animation-iteration-count: 1, infinite;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-direction: normal, alternate;
    animation-direction: normal, alternate;
}


.menu-color {
    background: #3a2e14;
}

.navbar-toggler:focus {
    text-decoration: none;
    outline: 0;
    box-shadow: none !important;
}

#hotsite .h_top,
#hotsite .h_center,
#hotsite .h_footer {
    padding: 0;
    background-color: #fff6dd;
}


div#hotsite {
    padding-bottom: 0px !important;
}

    /* Card com imagem de fundo */
    .custom-card {
      position: relative;
      background-size: cover;
      background-position: center;
      border-radius: 12px;
      overflow: hidden;
      border: none;
      text-align: center;
      /* box-shadow: 0px 3px 8px rgba(0,0,0,0.1); */
      height: 100%;
      min-height: 300px; /* garante altura mínima */
      display: flex;
      flex-direction: column;
      justify-content: center;
    }

    /* Produto */
        .product-img {
        max-width: 75%;
        z-index: 2;
        margin: 0 auto;
        margin-bottom: 40px;
        display: inline-block; /* importante para hvr-float */
        transition: transform 0.3s ease;
        }

    /* Faixa inferior fixa */
    .card-footer-bar {
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      background: #493a1a; /* marrom do fundo */
      text-align: center;
    }

    /* Botão ocupando 100% da faixa */
    .btn-text {
      display: block;
      width: 100%;
      padding: 15px 20px;
      background-color: transparent; /* fundo transparente, usa a cor da faixa */
      color: #f0c66a;
      font-weight: 600;
      text-decoration: none;
      transition: background-color 0.3s ease, color 0.3s ease;
    }

    .btn-text:hover {
      background-color: #241c0b;
      color: #fff6dd;
    }

    @media (max-width: 576px) {
        .product-prod-1{
            max-width: 55%;
        }
        .product-prod-2{
            max-width: 78% !important;
            margin-bottom: 70px;
        }
        .product-prod-3{
            max-width: 80% !important;
            margin-bottom: 70px;
        }
        .product-prod-4{
            max-width: 78% !important;
            margin-bottom: 70px;
        }
        
        .margin-faturado{
            margin-top: 20px;
        }
    }