:root {
    --swiper-navigation-size: 30px;
}
body {
    font-size: 1.2em;
}
#home .background-home::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    background-color: rgba(0,0,0, .375);
}
#home .background-home {
    background-image: url(../img/background-home.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
#slideshow .slide {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: calc(100vh - 330px);
}
#slideshow .slide1 {
    background-image: url(../img/slideshow/slide-01.jpg);
}
#slideshow .slide2 {
    background-image: url(../img/slideshow/slide-02.jpg);
}
#slideshow .slide3 {
    background-image: url(../img/slideshow/slide-03.jpg);
}
@media (min-width: 992px) {
    #home .background-home {
        min-height: calc(100vh - 42px - 31px - 3rem - calc(70px + 5vw));
    }
}
@media (max-width: 991px) {
    #home .background-home {
        padding: 9rem 0;
    }
}
#home .brand-img {
    max-height: calc(70px + 5vw);
}

#home #navbar-floating {
    margin-bottom: -31px;
}

@media (max-width: 991px) {
    #home #navbar-floating {
        margin-bottom: -27.5px;
    }
}
#home #navbar-floating.fixed {
    height: 62px;
}
@media (max-width: 991px) {
    #home #navbar-floating.fixed {
        height: 55px;
    }
}
#home #navbar-floating.fixed > .container {
    position: fixed;
    top: 15px;
    right: 0;
    left: 0;
    z-index: 1030;
}

.glightbox-clean h4.gslide-title {
    margin-bottom: 0;
}

:root {
    --bs-danger-site: #ed1c24;
    --bs-danger-rgb-site: 237, 28, 36;
}

.text-danger {
    color: rgba(var(--bs-danger-rgb-site),var(--bs-text-opacity))!important;
}
.text-bg-danger.color-site {
    background-color: rgba(var(--bs-danger-rgb-site),var(--bs-bg-opacity,1))!important;
}

#embalagens .glightbox {
    position: relative;
    height: 100%;
}
#embalagens .linha-embalagem {
    position: absolute;
    width: 90%;
    left: 5%;
    bottom: 1rem;
    z-index: 1;
}
.gdesc-inner {
    background-color: var(--bs-secondary-text-emphasis);
}
.glightbox-clean .gslide-title {
    font-size: 2.1rem;
    color: #fff;
    font-family: inherit;
    text-transform: uppercase;
    text-align: center;
    font-weight: bold;
}
.totop {
    margin-top: -40px;
}
@media (max-width: 480px) {
    :root {
        --swiper-navigation-size: 22px;
    }
}