body{
    font-family: 'Montserrat', sans-serif;
    overflow-x: hidden;  
}
.footer-section {
    background-color: #85C2B6; /* Cor de fundo escura para contraste */
    padding: 20px 0; /* Espaçamento interno do rodapé */
}

.footer-section .container {
    display: flex;
    justify-content: center; /* Centraliza o conteúdo horizontalmente */
    align-items: center; /* Centraliza o conteúdo verticalmente */
    position: relative;
    text-align: center; /* Centraliza o texto */
}

.footer-left {
    position: absolute;
    left: -313px; /* Ajuste conforme necessário para espaçamento à esquerda */
    display: flex;
    gap: 15px; /* Espaçamento entre os ícones */
}

.footer-section p {
    margin: 0; /* Remove margem padrão */
    font-size: 14px; /* Tamanho da fonte */
    color: #ffffff; /* Cor do texto em branco */
}

.text-white {
    color: #ffffff; /* Cor do texto em branco */
}

.fs-3 {
    font-size: 2em; /* Tamanho da fonte ajustado para aumentar o tamanho dos ícones */
}

.header-section {
    background-color: #33333300; /* Cor de fundo para o cabeçalho, se desejado */
    padding: 20px 0; /* Espaçamento interno do cabeçalho */
}

.container-fluid {
    display: flex;
    align-items: center; /* Alinha o conteúdo verticalmente no centro */
}

.site-logo {
    margin-left: 20px; /* Espaçamento à esquerda da logo */
    margin-right: 20px;
}

.site-logo img {
    max-width: 200px; /* Ajusta a largura máxima da imagem */
    height: auto; /* Mantém a proporção da imagem */
}

html {
    scroll-behavior: smooth;
}

.section {
    padding: 20px;
    border: 1px solid #ccc;
}
/* Ajuste para telas pequenas */
@media (max-width: 576px) {
    .product-item {
        width: 100%;
    }
    .col-xs-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }
}
/* Garantir que as imagens se sobreponham corretamente */
.product-image {
    position: relative;
}

.product-image img {
    width: 100%;
    height: auto;
    display: block;
    transition: opacity 0.7s ease, transform 0.7s ease; /* Ajuste a duração e o tipo de transição */
}

.hover-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    opacity: 0;
    transform: scale(1.05); /* Pequena escala para adicionar um efeito de zoom */
}

/* Mostrar a imagem de hover ao passar o mouse */
.product-item:hover .hover-image {
    opacity: 1;
    transform: scale(1); /* Remove o efeito de escala ao mostrar */
}

.product-item:hover .main-image {
    opacity: 0;
}
.hs-item .hs-content {
    padding: 260px 0;
    display: flex;
    justify-content: center; /* Centraliza horizontalmente */
    align-items: center; /* Centraliza verticalmente */
    height: 100%; /* Ajusta a altura para centralização vertical */
    flex-direction: column; /* Coloca o botão e outros elementos (se houver) em coluna */
}

.hs-item .hs-content .price {
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    position: relative;
    top: 50px;
    opacity: 0;
}

.hs-item .hs-content h2 {
    font-size: 110px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 400;
    line-height: 0.9;
    margin-bottom: 35px;
    position: relative;
    top: 100px;
    opacity: 0;
}

.hs-item .hs-content h2 span {
    color: #414141;
}

.hs-item .hs-content .site-btn {
    top: 70px;
    position: relative;
    opacity: 0;
    -webkit-transition: all 0s;
    -o-transition: all 0s;
    transition: all 0s;
}

.owl-item.active .hs-item .hs-left {
    padding-top: 130px;
    opacity: 1;
    -webkit-transition: all 0.5s ease 0.4s;
    transition: all 0.5s ease 0.4s;
}

.owl-item.active .hs-item .hs-content h2,
.owl-item.active .hs-item .hs-content .price,
.owl-item.active .hs-item .hs-content .site-btn {
    top: 0;
    opacity: 1;
}

.owl-item.active .hs-item .hs-content .site-btn {
    -webkit-transition: all 0.5s ease 1s;
    transition: all 0.5s ease 1s;
}

.owl-item.active .hs-item .hs-content h2 {
    -webkit-transition: all 0.5s ease 0.8s;
    transition: all 0.5s ease 0.8s;
}

.owl-item.active .hs-item .hs-content .price {
    -webkit-transition: all 0.5s ease 0.6s;
    transition: all 0.5s ease 0.6s;
}
.hero-section {
    position: relative;
    width: 100%;
    height: 100vh; /* Ajuste a altura conforme necessário */
    overflow: hidden;
}

.hero-slider {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.hs-item {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.banner-pc, .banner-mobile {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover; /* Certifica que a imagem cobre toda a área da div */
    z-index: 0; /* Coloca a imagem abaixo do conteúdo */
}

/* Esconde a imagem mobile por padrão */
.banner-mobile {
    display: none;
}

.introSlich {
    padding-left: 40px;
    padding-right: 40px;
}

#scrollToTopBtn {
    background-color: black;
    border: none;
    color: white;
    cursor: pointer;
    font-size: 18px;
    line-height: 48px;
    width: 48px;
  }
 
  .slick-dots li.slick-active button:before {
    color: #85C2B6 !important;
}
.slick-dots li button:before {
    padding-top: 10px;
    font-family: 'slick';
    font-size: 10px !important;
}
  
/* Exibe a imagem mobile em telas menores */
@media (max-width: 768px) {
    .banner-pc {
        display: none;
    }
    .banner-mobile {
        display: block;
    }
}

/* Esconde a imagem desktop em telas menores */
@media (min-width: 769px) {
    .banner-pc {
        display: block;
    }
    .banner-mobile {
        display: none;
    }
}

