@font-face {
    font-family: Philosopher;
    src: url("../fonts/Philosopher/Philosopher-Regular.ttf");
}

@font-face {
    font-family: Stentiga;
    src: url("../fonts/stentiga.ttf");
}

html,
body {
    font-size: 21px;
    font-family: Philosopher, serif;
    height: 100%;
}

h2 {
    font-family: Stentiga, serif;
}

.background-home {
    background-color: white;
    background-size: cover;
}

.background-site {
    background-color: white;
    background-size: cover;
}

.home-mobile {
    display: none;
}

a {
    text-decoration: none;
    color: black;
}

a:hover {
    color: black;
}

#section-home {
    margin-top: 30px;
}

#section-contato {
    margin-top: 100px;
}

#section-areas {
    margin-top: 100px;
}

.margin-catalogo {
    margin: 25px;
}

.img-catalogo {
    width: 50%;
    transition: transform 0.4s;
}

.img-catalogo:hover {
    transform: scale(1.1) rotate(0.01deg);
}

#img-clickable {
    cursor: pointer;
}

.content-contato {
    text-align: left;
}

.no-padding {
    padding-left: 0;
    padding-right: 0;
}

.span-icons-twolines {
    display: inline-block;
}

.span-icons {
    padding-top: 30px;
    display: inline-block;
}

.img-parceiro {
    width: 30%;
}

.img-logo {
    width: 50%;
}

.img-thumbnail {
    background-color: transparent;
    border: none;
}

.margin-endereço {
    margin-top: 5px;
}

.navbar {
    font-size: 22px;
    font-weight: bold;
}

#font-size-footer {
    font-size: 17px;
    background-color: whitesmoke;
    padding: 30px;
}

.margin-logo-zap {
    padding-top: 12px;
}

.margin-midias {
    margin: 15px;
}

.margin-button {
    margin-top: 15px;
}

/* INICIO PARALLAX */
.parallax-window {
    height: 500px;
}

/* FIM PARALLAX */
/* INICIO HOME */
#section-catalogo {
    border-top: 3px solid white;
    background-image: url("../img/fundo-spg-verde.jpg");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding-top: 50px;
}

#border-home {
    border: solid 8px #f68634;
}

.row-no-margin {
    display: flex;
}

.div-transparent {
    height: 70px;
}

.descartaveis-desktop {
    border: solid 3px whitesmoke;
    height: 350px;
    background-image: url("../img/descartaveis-sem.jpg");
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.limpeza-desktop {
    border: solid 3px whitesmoke;
    height: 350px;
    background-image: url("../img/limpeza-sem.jpg");
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.diversos-desktop {
    border: solid 3px whitesmoke;
    height: 350px;
    background-image: url("../img/diversos-sem.jpg");
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

/* FIM HOME */

/* INICIO STICKY FOOTER */

#page-content {
    flex: 1 0 auto;
}

#sticky-footer {
    background: linear-gradient(to top, rgba(159, 202, 164, 0.76), rgba(255, 255, 255, 1));
    padding-top: 30px;
}

/* FIM STICKY FOOTER */

/* INICIO CENTRALIZAR NAV E NAV EM GERAL */

.font-size-nav {
    font-size: 1.45vw;
}

.logo-mobile {
    float: none;
}

.button-mobile {
    float: none;
}

.nav-backgroundColor {
    background-color: white;
}

.content-center {
    display: initial;
    align-items: initial;
    justify-content: initial;
}

@media screen and (max-width: 964px) {
    .font-size-nav {
        font-size: 18px;
    }
}

@media screen and (min-width: 964px) {
    .content-center {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 18px;
        padding-left: 18px;
        padding-bottom: 0;
    }
}

/* FIM CENTRALIZAR NAV E MAV EM GERAL */

/* INICIO ANIMAÇÕES ANIMATE.CSS */
.bounceIn {
    animation-duration: 1.5s;
}

.bounceInLeft {
    animation-duration: 1.5s;
}

.bounceInRight {
    animation-duration: 1.5s;
}

.bounceInUp {
    animation-duration: 1.5s;
}

.rollIn {
    animation-duration: 1.5s;
    animation-delay: 1.5s;
}

.rotateIn {
    animation-duration: 1.5s;
}

.fadeOut {
    animation-duration: 2s;
}

/* FIM ANIMAÇÕES ANIMATE.CSS */
/* INICIO NAV LI ACTIVE */
.borda-ativa {
    border-bottom: solid 3px #f68634;
}

/* FIM NAV LI ACTIVE */
/* INICIO BOX LINHAS */
.lista-box-linha {
    list-style: none;
}

.icons-fontawesome {
    margin-left: -35px;
    padding-right: 15px;
}

.box-linha {
    padding-top: 15px;
    position: relative;
    box-sizing: border-box;
    color: #fff;
    background: #308763c4;
    background-clip: padding-box;
    /* !importanté */
    border: solid 5px transparent;
    /* !importanté */
    border-radius: 1em;
}

.box-linha:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    margin: -5px;
    /* !importanté */
    border-radius: inherit;
    /* !importanté */
    background: linear-gradient(to right, rgba(255, 200, 108, 0.7), #f68634);
}

.carousel-control-next, .carousel-control-prev {
    width: 4%;
}

/* FIM BOX LINHAS */

/* INICIO BOX EMPRESA */
.box-empresa {
    padding-top: 5px;
    padding-bottom: 5px;
    position: relative;
    box-sizing: border-box;
    color: #fff;
    background: #fff;
    background-clip: padding-box;
    /* !importanté */
    border: solid 5px transparent;
    /* !importanté */
    border-radius: 1em;
}

.box-empresa:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    margin: -5px;
    /* !importante */
    border-radius: inherit;
    /* !importante */
    background: linear-gradient(90deg, rgb(0, 198, 16), #f68634);
}

/* FIM BOX EMPRESA */

/*INICIO GOOGLE MAPS */
.box-google-maps {
    width: 100%;
    height: 450px;
}

/*FIM GOOGLE MAPS */

/* INICIO CAROUSEL */

.margin-carousel {
    margin-top: 100px;
}

/* FIM CAROUSEL*/

/* INICIO ANIMATION PRODUTOS */
.btn-secondary {
    background-color: #f68634;
    border-color: #f68634;
}

.list-group-item.active {
    background-color: #f68634;
    border-color: #f68634;
}

.dropdown-item.active, .dropdown-item:active {
    background-color: #f68634;
}

.show > .dropdown-menu {
    top: initial !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
}

.espacamento-produtos {
    margin-top: 25px;
    margin-bottom: 25px;
}

.legenda-position {
    text-align: left;
}

@media screen and (max-width: 964px) {
    .legenda-position {
        text-align: center;
    }
}

.font-produtos {
    font-size: 17px;
    font-weight: bold;
}

.font-produtos-home {
    font-size: 23px;
}

.font-home-quem-somos {
    font-size: 21px;
}

.quem-somos-box-info {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%)
}

.borda-produtos {
    padding: 30px;
}

/* FIM ANIMATION PRODUTOS */

/* INICIO GALLERY ZOOM ANIMATION */
.container-gallery {
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    transform: skew(5deg);
}

.container-gallery .card {
    flex: 1;
    transition: all 1s ease-in-out;
    height: 55vmin;
    position: relative;
}

.container-gallery .card .card__head {
    color: black;
    background: rgba(255, 30, 173, 0.75);
    padding: 0.5em;
    transform: rotate(-90deg);
    transform-origin: 0% 0%;
    transition: all 0.5s ease-in-out;
    min-width: 100%;
    text-align: center;
    position: absolute;
    bottom: 0;
    left: 0;
    font-size: 1em;
    white-space: nowrap;
}

.container-gallery .card:hover {
    flex-grow: 10;
}

.container-gallery .card:hover img {
    filter: grayscale(0);
}

.container-gallery .card:hover .card__head {
    text-align: center;
    top: calc(100% - 2em);
    color: white;
    background: rgba(0, 0, 0, 0.5);
    transform: rotate(0deg) skew(-5deg);
}

.container-gallery .card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 1s ease-in-out;
    filter: grayscale(100%);
}

.container-gallery .card:not(:nth-child(5)) {
    margin-right: 1em;
}

/* FIM GALLERY ZOOM ANIMATION */

/* INICIO EVENTO CLICÁVEL PARA REDIRECIONAR PÁGINA */
#btn-acrilico, #btn-aluminio, #btn-canudo, #btn-copo, #btn-embalagem, #btn-isopor {
    cursor: pointer;
}

/* FIM EVENTO CLICÁVEL PARA REDIRECIONAR PÁGINA */

/* INICIO MEDIAS QUERIES */
@media screen and (max-width: 964px) {
    #section-contato {
        margin-top: 125px;
    }

    .margin-logo-zap {
        display: none;
    }

    .quem-somos-box-info {
        position: initial;
        top: initial;
        left: initial;
        margin-right: initial;
        transform: none;
    }

    .font-home-quem-somos {
        font-size: 21px;
    }

    #section-areas {
        margin-top: 70px;
    }

    .background-home {
        background-color: white;
        background-size: cover;
    }

    .home-mobile {
        display: flow-root;
    }

    .home-desktop {
        display: none;
    }

    .nav-backgroundColor {
        background-color: white;
        background-image: none;

    }

    .margin-endereço {
        margin-top: 10px;
    }

    .img-logo {
        width: 30%;
    }

    .img-carousel {
        display: none;
    }

    .display-logo-desktop {
        display: none;
    }

    #font-size-copyright {
        font-size: 0.75rem;
    }

    #border-home {
        display: none;
    }

    #section-catalogo {
        background-image: url("../img/fundo-spg-verde.jpg");
        margin-top: 0;
        margin-bottom: 0;
    }

    .padding-quem-somos {
        padding-top: 25px;
        padding-bottom: 25px;
    }

    .padding-dropdown-menu {
        padding-top: 25px;
        padding-bottom: 25px;
    }

    #section-quem-somos {
        background-image: url("../img/fundo-spg-laranja.jpg");
        background-repeat: no-repeat;
        background-size: 100% 100%;
    }

    .logo-mobile {
        float: left;
    }

    .button-mobile {
        float: right;
    }

    .content-contato {
        text-align: center;
    }

    .descartaveis-mobile {
        margin-top: 80px;
        border: solid 3px whitesmoke;
        height: 350px;
        background-image: url(../img/descartaveis-mobile.jpg);
        background-repeat: no-repeat;
        background-size: 100% 100%;
    }

    .limpeza-mobile {
        border: solid 3px whitesmoke;
        height: 350px;
        background-image: url(../img/limpeza-mobile.jpg);
        background-repeat: no-repeat;
        background-size: 100% 100%;
    }

    .diversos-mobile {
        border: solid 3px whitesmoke;
        height: 350px;
        background-image: url(../img/diversos-mobile.jpg);
        background-repeat: no-repeat;
        background-size: 100% 100%;
    }
}

@media screen and (min-width: 964px) {
    .navbar-expand-lg .navbar-collapse {
        display: initial !important;
    }

    .collapse:not(.show) {
        display: initial;
    }
}

@media screen and (max-width: 963px) and (min-width: 600px) {
    .img-logo {
        width: 15%;
    }
}

/* FIM MEDIAS QUERIES */
