/* WHATSAPP FIXO */
.whatsapp {position: fixed;top: 90%;right: 2%;padding: 0px;z-index: 9000000; }


/* aviso cookies LGPD*/
.aviso-lgpd {position: fixed;bottom:0 ;padding: 0px;z-index: 10000000;}


/* mobile */
@media only screen and (max-width: 767px) {

	.desktop{
		display:none;
	}

}

/* desktop */
@media only screen and (min-width: 768px) {

	.mobile{
		display:none;
	}
}

/* lgpd */
/* Bootstrap Vars */
.offcanvas, .offcanvas-xxl, .offcanvas-xl, .offcanvas-lg, .offcanvas-md, .offcanvas-sm {
	--bs-offcanvas-zindex: 10000;
}

#aviso-cookies-weise {
        position: fixed;
        left: 0;
        bottom: 0;
        width: 100%;
        z-index: 999999;
        background: rgba(0,0,0,0.95);
        box-shadow: 0 0 7px rgba(0,0,0,0.5);
        padding: 20px 25px;
        box-sizing: border-box;
        margin: 0;
    }

    #aviso-cookies-weise .aviso-cookies-conteudo {
        max-width: 1200px;
        margin: 0 auto;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 20px;
        flex-wrap: wrap;
    }

    #aviso-cookies-weise .aviso-cookies-texto {
        font-family: 'Open Sans', Arial, sans-serif;
        font-size: 14px;
        line-height: 1.5rem;
        color: #FFF;
        margin: 0;
        text-align: center;
    }

    #aviso-cookies-weise .aviso-cookies-botao {
        background: #0e9a20;
        color: #ffffff;
        border: 0;
        border-radius: 2px;
        font-size: 14px;
        padding: 8px 16px;
        cursor: pointer;
        transition: 0.3s ease;
        white-space: nowrap;
    }

    #aviso-cookies-weise .aviso-cookies-botao:hover {
        background: #0a6b16;
    }

    @media (max-width: 767px) {
        #aviso-cookies-weise {
            padding: 15px;
        }

        #aviso-cookies-weise .aviso-cookies-conteudo {
            flex-direction: column;
            gap: 12px;
        }

        #aviso-cookies-weise .aviso-cookies-texto {
            font-size: 13px;
            line-height: 1.4rem;
        }
    }
	
	
	.tp-video-play::before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.851;
    background-color: #82B63C;
}

.tp-video-area {
  position: relative;
  overflow: hidden;
}

.tp-video-area::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url('../img/bg_pattern.png');
  background-repeat: repeat;
  background-position: center top;
  background-size: auto;
  opacity: 0.12;
  z-index: 0;
  pointer-events: none;
}

.tp-video-area > * {
  position: relative;
  z-index: 1;
}

.tp-portfolio-arrow-box {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  z-index: 5;
  display: flex;
  justify-content: space-between;
  pointer-events: none;
  transform: translateY(-50%);
  padding: 0 40px;
}

.tp-portfolio-arrow-box button {
  width: 58px;
  height: 58px;
  line-height: 58px;
  text-align: center;
  border-radius: 50%;
  background-color: #ffffff;
  color: #2E3A37;
  font-size: 18px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12);
  pointer-events: auto;
  transition: all 0.3s ease;
}

.tp-portfolio-arrow-box button:hover {
  background-color: #317641;
  color: #ffffff;
}

.tp-portfolio-pagination {
  margin-top: 35px;
  text-align: center;
}

.tp-portfolio-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  opacity: 1;
  background-color: #cfd6d2;
  margin: 0 5px;
}

.tp-portfolio-pagination .swiper-pagination-bullet-active {
  background-color: #317641;
}

.tp-portfolio-thumb img {
    width: 100%;
    height: auto; 
}

.tp_portfolio-thumb:before {
    height: 0;
    bottom: 0;
    opacity: 0.8;
    background-color: rgb(130, 182, 60); 
    -webkit-transition: all 0.3s 0s ease-out;
    -moz-transition: all 0.3s 0s ease-out;
    -ms-transition: all 0.3s 0s ease-out;
    -o-transition: all 0.3s 0s ease-out;
    transition: all 0.3s 0s ease-out;
}

/* 
|--------------------------------------------------------------------------
| Seção Nossos Clientes
|--------------------------------------------------------------------------
*/

.lapa-clientes-area {
    background: #f7f7f7;
    overflow: hidden;
}

.lapa-clientes-carousel-wrapper {
    width: 100%;
    overflow: hidden;
    position: relative;
    padding: 25px 0;
}

.lapa-clientes-carousel-wrapper::before,
.lapa-clientes-carousel-wrapper::after {
    content: "";
    position: absolute;
    top: 0;
    width: 90px;
    height: 100%;
    z-index: 2;
    pointer-events: none;
}

.lapa-clientes-carousel-wrapper::before {
    left: 0;
    background: linear-gradient(to right, #f7f7f7 0%, rgba(247, 247, 247, 0) 100%);
}

.lapa-clientes-carousel-wrapper::after {
    right: 0;
    background: linear-gradient(to left, #f7f7f7 0%, rgba(247, 247, 247, 0) 100%);
}

.lapa-clientes-carousel {
    display: flex;
    align-items: center;
    width: max-content;
    animation: lapaClientesScroll 35s linear infinite;
}

.lapa-clientes-carousel:hover {
    animation-play-state: paused;
}

.lapa-cliente-item {
    width: 190px;
    min-width: 190px;
    height: 110px;
    margin: 0 18px;
    background: #ffffff;
    border: 1px solid rgba(46, 125, 50, 0.08);
    border-radius: 14px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, .05);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 22px;
    transition: all .3s ease;
}

.lapa-cliente-item:hover {
    transform: translateY(-4px);
    box-shadow: 0 16px 36px rgba(0, 0, 0, .09);
    border-color: rgba(130, 182, 60, .35);
}

.lapa-cliente-item a {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.lapa-cliente-item img {
    max-width: 100%;
    max-height: 64px;
    width: auto;
    height: auto;
    object-fit: contain;
    filter: grayscale(100%);
    opacity: .82;
    transition: all .3s ease;
}

.lapa-cliente-item:hover img {
    filter: grayscale(0%);
    opacity: 1;
}

@keyframes lapaClientesScroll {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-50%);
    }
}

@media (max-width: 767px) {
    .lapa-cliente-item {
        width: 150px;
        min-width: 150px;
        height: 90px;
        margin: 0 10px;
        padding: 18px;
    }

    .lapa-cliente-item img {
        max-height: 52px;
    }

    .lapa-clientes-carousel {
        animation-duration: 28s;
    }

    .lapa-clientes-carousel-wrapper::before,
    .lapa-clientes-carousel-wrapper::after {
        width: 45px;
    }
}

#canvas-slider .slider-img picture,
#canvas-slider .slider-img picture img {
   width: 100%;
   height: 100%;
   display: block;
}

#canvas-slider .slider-img picture img {
   object-fit: cover;
   object-position: center center;
}