@charset "UTF-8";

:root {
    --color-primary: #006400;
    --color-secondary: #d1e18a;
    --color-white: #fff;
    --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.15));
}
body {
    margin: 0;
    font-family: "Raleway", sans-serif;
    letter-spacing: 1px;
    width: 100%;
}
.container {
    width: 59vw;
    margin-left: 20vw;
    padding-right: 20vw;
}

.navbar {
    position: fixed;
    top: 0;
    height: 50px;
    background-color: transparent;
    margin-bottom: 70px;
    margin-left: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    width: 100%;
    z-index: 1000;
    display: flex;
    justify-content: space-between;
}
.navbar h2 {
    color: #fff;
    display: flex;
    align-items: center;
    margin-left: 15px;
}

.navbar.menu-color-solid {
    background-color: var(--color-primary);
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}
.navbar.menu-color-solid .navbar-nav-item > a {
    color: #fff;
}
.navbar.menu-color-solid .navbar-nav-item > a:hover {
    color: #000;
}

.navbar-nav {
    display: flex;
    justify-content: flex-end;
    list-style: none;
}

.navbar-nav-item {
    padding: 0 20px;
}

.navbar-nav-item > a {
    text-decoration: none;
    color: #ddd;
    font-weight: bold;
}
.navbar-nav-item > a:hover {
    color: #fff;
}

.menu-hamburguer-expanse {
    display: block !important;
    position: absolute !important;
    top: 60px !important;
    width: 98% !important;
}

.header {
    overflow: hidden;
    width: 100%;
    height: 100vh;
    position: relative;
}

.mySlides {
    display: none;
}
.mySlides > img {
    vertical-align: middle;
    width: 100%;
    height: 100vh;
    opacity: 0.4;
}

.slideshow-container {
    width: 100%;
    height: 100vh;
    position: relative;
    margin: auto;
    background: linear-gradient(to bottom, rgba(33, 37, 41, 0.7) 0%, rgba(33, 37, 41, 0.7) 100%);
    
}


/* The dots/bullets/indicators */
.dot {
    height: 15px;
    width: 15px;
    margin: 0 2px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease;
}

.active {
    background-color: #717171;
}

/* Fading animation */
.fade {
    animation-name: fade;
    animation-duration: 1.5s;
}

@keyframes fade {
    from {
        opacity: 0.4;
    }
    to {
        opacity: 1;
    }
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
    .text {
        font-size: 11px;
    }
}

/*  */
.title {
    text-transform: uppercase;
    padding-top: 40px;
}
.section-flex-center {
    display: flex;
    justify-content: space-evenly;
}

.empresa {
    background: rgb(255, 255, 255);
    background: linear-gradient(
        180deg,
        rgba(255, 255, 255, 1) 0%,
        rgba(255, 255, 255, 1) 45%,
        rgba(233, 233, 233, 1) 100%
    );
    height: 100%;
    min-height: 100vh;
}
.empresa-conteudo {
    padding: 30px;
}
.empresa-conteudo > p {
    margin-bottom: 20px;
}
.empresa-imagem {
    padding-top: 50px;
    display: flex;
    align-items: flex-start;
    justify-content: center;
}

.produtos {
    padding-top: 10px;
    background: var(--color-primary);
    background-image: var(--bs-gradient) !important;
    /* background: linear-gradient(193deg, rgba(255,255,255,1) 0%, rgba(209,225,138,1) 29%, rgba(209,225,138,1) 49%, rgba(101,187,100,1) 80%, rgba(101,187,100,1) 100%); */
    height: 100%;
    min-height: 100vh;
    color: #fff;
}

.produtos-gallery {
    margin-left: 3rem;
    display: flex;
    flex-wrap: wrap;
}

.produtos-gallery > span {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
    align-content: space-between;
    margin-bottom: 1em;
}
.produtos-gallery-image {
    padding: 10px;
    height: 170px;
    width: 100px;
    border-radius: 13px;
    cursor: pointer;
}
.produtos-gallery-image:hover {
    transform: scale(1.1);
}
.produtos-image {
    height: 70vh;
    background-color: #f5eee4;
    display: flex;
    align-items: center;
    border-radius: 4px;
    box-shadow: 11px 10px 10px 3px #454343;
    justify-content: space-evenly;
    flex-direction: column;
    margin-bottom: 2em;
}
.produtos-image > img {
    height: 500px;
    width: 300px;
    border-radius: 4px;
    border: 39px solid #f5eee4;
}
.produtos-image > h3 {
    width: 100%;
    color: #000;
    text-align: center;
    text-transform: uppercase;
}
.qualidade {
    padding-top: 10px;
    background: rgb(255, 255, 255);
    background: linear-gradient(
        180deg,
        rgba(255, 255, 255, 1) 0%,
        rgba(255, 255, 255, 1) 45%,
        rgba(233, 233, 233, 1) 100%
    );
    height: 100%;
    min-height: 90vh;
}

.qualidade-conteudo {
    padding: 30px;
}
.qualidade-conteudo > p {
    margin-bottom: 20px;
}
.carousel-home-resources > .left-1 {
    transform: translateX(-500px) translateZ(-400px) rotateY(-30deg) !important;
}
.carousel-home-resources > .right-1 {
    transform: translateX(500px) translateZ(-400px) rotateY(30deg) !important;
}

.carousel-3d-slide img {
    height: 100%;
    width: unset;
}
.carousel-home-resources {
   padding-bottom: 15px;
}
.carousel-home-resources-slide {
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    height: 100%;
}
.image-bottom {
    position: relative;
    width: 100% !important;
    filter: blur(5px);
    opacity: 0.3;
}
.image-top {
    position: absolute;
}

.fale-conosco {
    padding-top: 10px;
    background-color: #000;
    color: #fff;
    min-height: 30vh;
}

.fale-conosco-section-flex-center {
    display: flex;
    justify-content: space-between;
}

.fale-conosco-map {
    width: 700px;
    margin-right: 10px;
}
.fale-conosco-map > iframe {
    width: 100%;
    height: 300px;
    border: 0;
}

.fale-conosco-contato {
    width: 260px;
}
.fale-conosco-link {
    padding: 5px 0;
}
.fale-conosco-link > a {
    padding: 5px 0;
    color: #fff;
    text-decoration: none;
    font-size: 14px !important;
}

.fale-conosco-link > a > i {
    font-size: 20px !important;
    color: #fff;
}

.fw-bold {
    font-weight: bold;
}
.menu-hamburguer {
    display: none;
}
.menu-hamburguer > button {
    border: 1px solid transparent;
    border-radius: 5px;
    background: transparent;
    color: #fff;
}

@media (max-width: 1097px) {
    .fale-conosco-section-flex-center {
        flex-wrap: wrap;
    }

    .fale-conosco-contato > div {
        margin-left: 10px;
        margin-bottom: 10px;
    }
}

@media (max-width: 1024px) {
    .section-flex-center {
        flex-wrap: wrap;
    }
}

@media (max-width: 1440px) {
    .container {
        width: 80vw;
        margin-left: 10vw;
        padding-right: 5vw;
    }
}
@media (max-width: 847px) {
    .menu-hamburguer {
        display: flex;
        justify-content: flex-end;
    }

    .navbar {
        background: var(--color-primary);
    }

    .navbar > .container {
        width: unset;
        margin-left: unset;
        padding-right: 20px;
        background: var(--color-primary);
        display: none;
    }
    .navbar-nav {
        display: flex;
        flex-direction: column;
        align-items: flex-end;
    }

    .navbar-nav-item {
        padding: 18px 0;
    }
}
@media (max-width: 700px) {
    .container {
        width: 90%;
        margin-left: 5%;
        padding-right: 5%;
    }

    img {
        width: 100%;
    }
}
@media (max-width: 400px) {
    .produtos-image {
        display: none;
    }
}

@keyframes slider {
    0%,
    2%,
    100% {
        opacity: 1;
        animation-timing-function: ease;
        z-index: 0;
    }
    11% {
        opacity: 0;
        animation-timing-function: step-end;
        z-index: 0;
    }
    91% {
        opacity: 1;
        animation-timing-function: step-end;
        z-index: -1;
    }
}
