.menu-topo {
    padding: 0px;
}

.bg-topo .navbar {
    border: none;
}


.menu-topo a span {
    font-size: 18px !important;
}

.mt-25{
    margin-top: -25px;
}

.banner-home {
    height: 550px;
    margin-top: 25px;
}

.banner-home-texto {
    height: 550px;
    display: flex;
    flex-direction: column;
    /* Organiza os elementos verticalmente */
    justify-content: center;
    align-items: center;
}


.banner-home-texto h1 {
    font-size: 36px;
    font-weight: bold;
}

.banner-home-texto p {
    font-size: 18px;
}


.texto-servicos {
    height: 315px;
    display: flex;
    flex-direction: column;
    /* Organiza os elementos verticalmente */
    justify-content: center;
    align-items: center;
}

.servico-1-home {
    margin-top: -30px;
}



.banner-img {
    width: 822px;
    height: 615px;
    margin-top: -25px;
}


.bold {
    font-weight: bold;
}



.lista-categorias .item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.lista-categorias .item a {
    display: block;
    width: 100%;
    text-align: center;
    padding: 15px;
    font-size: 14px;
    text-decoration: none;
}


.owl-prev {
    left: 10px;
    z-index: 9999;
    position: absolute;
    top: 12px;
    font-size: 20px !important;
    width: 30px;
}

.owl-next {
    right: 10px;
    z-index: 9999;
    position: absolute;
    top: 12px;
    font-size: 20px !important;
    width: 30px;
}


.pesquisa-topo {
    display: flex;
    align-items: center;
}

.pesquisa-topo .descricao-topo {
    margin: 0;
}

.descricao-topo {
    max-width: 50%;
}

.pesquisa-topo .search-container {
    flex: 1;
    /* Ocupa o espaço disponível */
    display: flex;
    align-items: center;
    padding-left: 20px;
}

.pesquisa-topo input[type="text"] {
    flex: 1;
    /* Ocupa o espaço disponível */
    padding: 15px;
    font-size: 18px;
    border-radius: 10px;
    background-image: url('../lupa.png');
    background-repeat: no-repeat;
    background-position: right 10px center;
    /* Espaçamento de 10 pixels à direita e centralizada verticalmente */
    background-size: 35px 35px;
    /* Ajuste o tamanho da imagem conforme necessário */
    padding-right: 30px;
    /* Espaçamento para acomodar a imagem (ajuste conforme necessário) */
}

.pesquisa-topo form {
    display: flex;
    align-items: center;
    width: 100%;
}

.titulo-38 {
    font-size: 38px;
    /* color: #535152; */
    font-weight: bold;
}



/* listagem dos produtos */
.product-item {
    position: relative;
    /* overflow: hidden; */
    border-radius: 5px;
}

.product-item:hover {
    border: 1px solid #ddd;
    background: #fff;

}

.thumbnail-produto {
    /* width: 340px;
    height: 410px; */
    transition: transform 0.3s ease;
    background: none;
    border: none;
}

.product-details {
    padding: 10px;
    text-align: center;
}

.title {
    /* color: #212121; */
    font-size: 18px;
    padding-bottom: 20px;
    padding-top: 20px;
}

.product-item .learn-more-button {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    display: none;
    padding-left: 50px;
    padding-right: 50px;
}

.product-item .learn-more-button-3 {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    padding-left: 25px;
    padding-right: 25px;
}


.preco-produto{
    font-size: 24px;
    color: #535152;
    font-weight: bold;
    margin-bottom: 30px;
}


.product-item .learn-more-button-2 {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    display: none;
    padding-left: 50px;
    padding-right: 50px;
    top: 220px;
}


.btn_produto_ecommerce{
    bottom: -25px;
    z-index: 99999;
}


.top380 {
    top: 380px;
}

.top275 {
    top: 275px;
}

.top380 {
    top: 380px;
}

.product-item:hover .thumbnail {
    transform: scale(1.05);
}

.product-item:hover .learn-more-button {
    display: block;
}

/* listagem dos produtos */


/* listagem dos dica */
.lista-dicas .tip-item {
    position: relative;
    width: 264px;
    height: 360px;
    overflow: hidden;
    border: 1px solid #ddd;
    border-radius: 5px;
}

.lista-dicas .thumbnail {
    width: 100%;
    height: 100%;
    transition: transform 0.3s ease;
    background: none;
    border: none;
}

.lista-dicas .learn-more-button {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 10px;
    background-color: rgba(0, 0, 0, 0.7);
    color: #fff;
    text-align: center;
    font-weight: bold;
    opacity: 0;
    /* Inicialmente, o botão fica oculto */
    transition: opacity 0.3s ease;
    /* Efeito de transição suave para a opacidade */
}

.lista-dicas .tip-item {
    border: none;
}

.lista-dicas .tip-item:hover .thumbnail {
    transform: scale(1.05);
}

.lista-dicas .tip-item:hover .learn-more-button {
    opacity: 1;
    /* Ao passar o mouse, o botão fica totalmente visível */
}

.btn-dicas-saiba-mais {
    position: absolute;
    bottom: 0%;
    left: 50%;
    transform: translate(-50%, -50%);
}

/* listagem dos dica */



.bg-home-empresa {
    min-height: 656px;
    background: url('../bg-home-empresa.jpg') top center no-repeat;
}

.bg-home-empresa-texto {
    min-height: 550px;
    background: url('../imgs/bg-empresa-texto.png');
    
}

.home-empresa-btn-saiba-mais {
    position: absolute;
    bottom: -17px;
    right: 0px;
}


.thumbnail-servico {
    width: 550px;
    height: 320px;
}



.whatsappFixed {
    position: fixed;
    right: 0px;
    bottom: 30px;
    z-index: 9999;
}

.whatsappFixed a {
    display: block;
}

.whatsappFixed .badge {
    background: #3EBE4F;
    color: #fff;
}


.cor_whatsapp {
    background: #3EBE4F;
    color: #fff;
    padding: 8px;
    border-radius: 10px;
}

.lista-dados-contato-unidade {
    margin-bottom: 20px;
}

.lista-dados-contato-unidade h6,
.lista-dados-contato-unidade a {
    font-size: 18px;
    color: #000;
}


.btn-verde {
    background: #00913d;
    color: #fff !important;
}

.btn-verde:hover {
    opacity: 0.8;
}


.bg-form{
    background-color: #f0f0ef;
}

.fundo-form{
    border-radius: 0px;
}


.thumbnail:hover{
    border: none !important;
}

.form-control {
    padding: 20px;
}

.lista-itens-carrinhos{
    background: #fff;
    border: 1px solid #e1e0e0;
}

.mtcarrinho{
    margin-top: 7px;
}

.qtd-itens-carrinho{
    background: #eeeded;
    height: 24px;
    padding-left: 5px;
    padding-right: 5px;
}

.fundo-cep{
    background: #eeeded;
    padding: 20px;
}

.cep-input{
 
}

.cep-ok{
 
}

.decrement, .increment{
     padding: 0px 5px;    
}

#resultadoCep{
    font-size: 16px;
    color: #302c1e;
}

.fundo-form1{
    padding: 5px 10px;

}

.carousel-control.right, .carousel-control.left{
    padding-top: 250px;
}

.carousel-control{
    opacity: 0.2;
    width: 10%;
    background: none !important;
}


.lista-categorias-produtos .panel{
    background: none;
    border: none;
}


.lista-categorias-produtos ul{
    list-style-type: none;
}


.lista-categorias-produtos .subcategoria{
    margin-bottom: 15px;
    display: block;
}


.slider-prod-tumb li img {
    height: 100%;
}

.slider-prod li img {
    height: 100%;
}
