/*--------- GERAL ---------*/
body {
    color: #ffffff !important;
}

img {
    max-width: 100%;
    height: auto;
}

.img-cover {
    object-fit: cover;
}

.pt-custom {
    padding-top: 130px !important;
}
/*--------- END GERAL ---------*/

/* CONTACTOS */
.embed-responsive-map {
    position: relative;
    overflow: hidden;
}

    .embed-responsive-map .embed-responsive-item {
        display: block;
        width: 100%;
        padding: 0;
        overflow: hidden;
        height: calc(100% + 67px);
        margin-top: -67px;
    }
#form-contactos-div .alert p:last-child {
    margin-bottom: 0;
}
/* END CONTACTOS */

/*---------- NAVBAR ---------*/
#header .navbar .container-fluid {
    margin-left: 80px;
    margin-right: 50px;
}
#header nav.affix {
    background-color: #1d1d1dd4;
}

#header .navbar-brand img {
    height: 100px;
    filter: invert(1) brightness(100);
}

#header .navbar .nav-item {
    font-family: "Bebas Neue", sans-serif;
    font-weight: 400;
    font-size: 18px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #fff !important;
    border: 3px solid transparent;
    margin-right: 10px;
    transition: all 0.3s;
}

    #header .navbar .nav-item:last-child {
        margin-right: 0;
    }

    #header .navbar .nav-item:hover {
        border-color: #c2996a;
    }

    #header .navbar .nav-item:hover,
    #header .navbar .nav-item.active {
        border-color: #c2996a;
    }

#header .navbar .nav-link {
    font-size: 18px;
    font-weight: 400;
    text-transform: uppercase;
    padding: 9px 25px !important;
    color: #fff !important;
    transition: all 0.3s;
}

.navbar-toggler-icon {
    filter: brightness(0) invert(1);
}
/*-------- END NAVBAR -------*/

/*-------- BANNERS ------*/
.banner-container {
    height: 75vh;
    position: relative;
    width: 100%;
}

    .banner-container.banner-no-img {
        height: 130px;
    }

    .banner-container img {
        object-fit: cover;
        width: 100%;
        height: 100%;
        position: absolute;
    }

.banner-overlay {
    background-color: rgb(0 0 0 / 65%);
    height: 100%;
    width: 100%;
    position: absolute;
}

.banner-intro {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
    position: relative;
    padding-bottom: 85px;
}

.intro-produtos {
    padding-top: 150px;
    padding-bottom: 50px;
    display: flex;
    line-height: 1;
    flex-direction: column;
    height: 100%;
    justify-content: flex-end;
}
/*-------- BANNERS ------*/

/*--------- INTRO -------*/
.titulo-homepage {
    text-align: end;
    font-family: "Bebas Neue", sans-serif;
    font-weight: 400;
    font-size: 150px;
    text-transform: uppercase;
    color: #ffffff;
}

.subtitulo-homepage {
    font-family: "Bebas Neue", sans-serif;
    font-weight: 400;
    font-size: 82px;
    line-height: 1.2;
    text-transform: uppercase;
}

.titulo {
    text-align: center;
    font-family: "Bebas Neue", sans-serif;
    font-weight: 400;
    font-size: 150px;
    text-transform: uppercase;
    color: #706557;
}

.titulo-separador {
    font-family: "Bebas Neue", sans-serif;
    font-weight: 400;
    font-size: 52px;
    color: #c1b39a;
    text-transform: uppercase;
}

.detalhe-separador {
    color: #c1b39a;
    font-size: 20px;
}

.background-info {
    color: #706557;
}

.intro-container {
    height: 100vh;
    position: relative;
    width: 100%;
}

.titulo-intro {
    font-family: "Bebas Neue", sans-serif;
    font-weight: 400;
    font-size: 82px;
    color: #fff;
    text-transform: uppercase;
    line-height: 1;
    border: 2px solid #fff;
    padding: 15px 15px;
    margin-bottom: 15px;
}

.subtitulo-intro {
    font-family: "Bebas Neue", sans-serif;
    font-weight: 400;
    font-size: 44px;
    color: #fff;
    text-transform: uppercase;
    line-height: 1.2;
    margin-bottom: 15px;
}

hr {
    border: 0;
    border-top: 2px solid #fff !important;
    width: 195px;
    opacity: 1 !important;
    margin: 0 0 !important;
}
/*--------- END INTRO -------*/

/*------------ PRODUTOS HOMEPAGE--------*/
.categoria {
    overflow: hidden;
}

    .categoria img {
        width: 100%;
        height: 100%;
        -webkit-transition: -webkit-transform 0.5s ease;
        transition: transform 0.5s ease;
    }

    .categoria:hover img {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }

.categoria-top {
    position: absolute;
    padding: 75px 15px 10px 10px;
    display: inline-block;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0);
    box-shadow: 0 4px 6px 2px rgb(0 0 0 / 20%);
    width: 200px;
    transition: 0.5s;
    height: 200px;
}

.categoria:hover .categoria-top {
    height: 220px;
}

.categoria-top .titulo-categoria {
    font-family: "Bebas Neue", sans-serif;
    font-weight: 400;
    font-size: 38px;
    color: #ffffff;
    text-transform: uppercase;
    line-height: 1.2;
    margin-bottom: 5px;
    letter-spacing: 1px;
}

.categoria-top .detalhe-categoria {
    font-family: "Bebas Neue", sans-serif;
    font-weight: 400;
    font-size: 12px;
    letter-spacing: 1px;
    color: #ffffff;
    text-transform: uppercase;
    margin-bottom: 5px;
}

.categoria-bottom {
    width: 200px;
    height: 30px;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0);
    box-shadow: 0 4px 6px 2px rgb(0 0 0 / 20%);
}
/*------------ END PRODUTOS --------*/

/* POPUP VIDEO */
.popup-video svg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 50px;
    height: 50px;
    fill: #fff;
    filter: drop-shadow(0 0 15px black);
    border-radius: 99%;
    box-shadow: 0 0 0 9px rgb(3 3 3 / 55%);
    transition: ease .3s;
}

.popup-video:hover svg {
    box-shadow: 0 0 9px 16px rgb(3 3 3 / 40%);
}
/* END POPUP VIDEO */

/*----------- FOOTER -------*/
footer {
    padding: 75px 0 0;
}

    footer .logo-footer {
        width: 215px;
        margin: auto;
        display: block;
    }

.titulo-footer {
    font-family: "Bebas Neue", sans-serif;
    font-weight: 400;
    text-decoration: underline;
    text-transform: uppercase;
    color: #c1b39a;
    font-size: 20px;
    line-height: 1.2;
}

.detalhe-footer {
    font-family: "Bebas Neue", sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    color: #6c6e70;
    line-height: 1.2;
    margin-bottom: 8px;
}

footer a.detalhe-footer:hover {
    color: #000;
}

.icon-footer {
    padding: 5px 5px;
    border-radius: 50%;
    border: 2px solid #c1b39a;
    display: flex;
}

.copyright {
    font-family: "Bebas Neue", sans-serif;
    font-weight: 400;
    color: #6c6e70;
    background-color: #c1b39a;
    text-align: center;
    padding: 25px 0;
    text-transform: uppercase;
    margin-top: 75px;
}

    .copyright a {
        font-family: "Bebas Neue", sans-serif;
        font-weight: 400;
        color: #6c6e70;
        text-decoration: none;
    }
/*----------- END FOOTER -------*/

/*-------- CONTEUDO ---------*/
.py-10 {
    padding-top: 6rem;
    padding-bottom: 6rem;
}

.p-10 {
    padding: 6rem;
}
/*-------- END CONTEUDO ---------*/

/*-------- CATEGORIA PRODUTO ---------*/
.titulo-produto {
    font-weight: 400;
    font-size: 52px;
    line-height: 1.2;
    text-transform: uppercase;
    letter-spacing: -2px;
    margin-bottom: 30px;
}

.titulo-categoria-produto {
    font-family: "Bebas Neue", sans-serif;
    font-weight: 400;
    font-size: 52px;
    text-transform: uppercase;
    text-align: center;
    line-height: 1;
}

.titulo-lista-produto {
    font-family: "Bebas Neue", sans-serif;
    font-weight: 400;
    font-size: 38px;
    text-transform: uppercase;
    text-align: center;
    line-height: 1;
}

.listaProdutos {
    font-size: 142px;
    color: #FFF;
    text-transform: uppercase;
}

.listaProdutos-subtitulo {
    font-family: "Bebas Neue", sans-serif;
    font-size: 136px;
    color: #FFF;
    text-transform: uppercase;
    line-height: 1;
}

.menu-produtos a {
    margin-right: 10px;
    text-decoration: none;
    text-transform: uppercase;
    color: #8d7056;
    font-size: 22px;
    transition: all 0.3s;
}

    .menu-produtos a.active {
        font-weight: 700;
    }

.menu-produtos-2 a {
    margin: 0 1rem;
    text-decoration: none;
    text-transform: uppercase;
    color: #8d7056;
    font-size: 22px;
    transition: all 0.3s;
    color: #FFF;
    opacity: 0.7;
}

.menu-produtos-2 a:hover, .menu-produtos-2 a.active {
    opacity: 1;
}

.categoria-produto {
    position: relative;
}

    .categoria-produto .overlay-produto {
        opacity: 0;
        transition: 0.3s;
        position: absolute;
        height: 100%;
        width: 100%;
        background-color: rgba(72, 67, 65, 0.65);
        transition: all 0.3s;
        padding: 35px;
        top: 0;   
        left: 0;
    }

    .categoria-produto:hover .overlay-produto {
        opacity: 1;
        z-index: 999;
    }
/*-------- END CATEGORIA PRODUTO ---------*/
.menu-produtos {
    position: relative;
    display: flex;
    background: #c2b59b;
    padding: 8px 20px;
    width: 80%;
    margin: auto;
    justify-content: space-around;
}
.menu-produtos-2 {
    position: relative;        
    padding: 8px 20px;    
    margin: 10px auto;
    justify-content: space-around;
}

    .menu-produtos::before,
    .menu-produtos::after {
        content: "";
        width: 60px;
        height: 21px;
        background-image: url(./img/icon_separator_category.svg);
        position: absolute;
        background-size: contain;
        background-repeat: no-repeat;
    }

    .menu-produtos::before {
        left: -62px;
        top: 10px;
    }

    .menu-produtos::after {
        right: -62px;
        transform: rotate(180deg);
        top: 9px;
    }

@media (max-width: 1200px) {
    #header nav {
        background-color: #1d1d1d;
    }

        #header nav .navbar-brand img {
            height: 70px;
        }

    #header .navbar .nav-item {
        margin-bottom: 10px;
        width: fit-content;
    }

    .banner-intro {
        padding-bottom: 0;
    }
}

@media (max-width: 1200px) {
    #header .navbar .container-fluid {
        margin-left: 30px;
        margin-right: 30px;
    }

    .listaProdutos {
        font-size: 100px !important;
    }

    .listaProdutos-subtitulo {
        font-size: 94px !important;
    }

    .titulo {
        font-size: 100px !important;
    }
}


@media (max-width: 992px) {
    .banner-container {
        height: 50vh;
        margin-bottom: 40px;
    }

        .banner-container img {
            object-position: top;
        }

    .listaProdutos {
        font-size: 60px !important;
    }

    .listaProdutos-subtitulo {
        font-size: 50px !important;
    }

    .titulo {
        font-size: 60px !important;
    }

    .embed-responsive-map {
        --bs-aspect-ratio: 60% !important;
    }

    .btn-primary {
        font-size: 20px !important;
    }
}

@media (max-width: 768px) {
    #header .navbar .container-fluid {
        margin-left: 0;
        margin-right: 0;
    }

    .p-10 {
        padding: 40px 0 40px 0;
    }

    .titulo-produto {
        font-size: 40px;
    }
    .background-image-none{
        background-image: none!important;
    }
}

@media (max-width: 576px) {
    .menu-produtos, .menu-produtos-2 {
        margin-top: 20px;
        display: block;
    }

        .menu-produtos a, .menu-produtos-2 a {
            display: block;
            width: 100%;
            margin-right: 0;
            margin-left: 0;
            margin-bottom: 10px;
        }

            .menu-produtos a:last-child, .menu-produtos-2 a:last-child {
                margin-bottom: 0;
            }

        .menu-produtos::before,
        .menu-produtos::after {
            top: 40%;
        }
    .titulo-lista-produto{
        font-size:30px;
    }
}
.intro-container {
    position: relative;
    overflow: hidden;
}

    .intro-container.has-video {
        background-color: #000;
    }

.banner-video {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: 100vw;
    height: 56.25vw; /* Ratio 16:9 */
    transform: translate(-50%, -50%);
    pointer-events: none;
    z-index: 0;
}

@media (max-aspect-ratio: 16/9) {
    .banner-video {
        height: 100vh;
        width: 177.78vh; /* Ratio 16:9 */
    }
}

.intro-container .container,
.intro-container > div[style*="background-color"] {
    position: relative;
    z-index: 1;
}

/*LODING*/
#page-loader {
    position: fixed;
    inset: 0;
    background-color: #4b393c;
    z-index: 9999;
    display: grid;
    place-items: center;
    transition: opacity 0.3s, visibility 0.3s;
}

    #page-loader.loaded {
        opacity: 0;
        visibility: hidden;
    }

.simple-spinner {
    width: 40px;
    height: 40px;
    border: 4px solid #e0e0e0;
    border-top-color: #333;
    border-radius: 50%;
    animation: rotate 0.8s linear infinite;
}

@keyframes rotate {
    to {
        transform: rotate(360deg);
    }
}
