@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swap');


/* Configurações gerais */
body,
html {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    color: #333;
    overflow-x: hidden;

}

.hero-section {
    width: 100%;
    height: 100vh;
    overflow: hidden;
    display: none;
}

.hero-video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
}

.hero-content {
    position: absolute;
    top: 65%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: white;
    z-index: 1;
    /* Acima do vídeo, mas abaixo da navbar */
}

.hero-content h1 {
    font-size: 1.5rem;
    font-weight: bold;
    margin-bottom: 0.5rem;
    text-transform: uppercase;
    line-height: 1.2;
}

.hero-content p {
    font-size: 1rem;
    margin-bottom: 1rem;
    text-transform: uppercase;
}

.btn-learn-more {
    display: inline-block;
    padding: 12px 24px;
    /* Aumentado para um botão mais robusto */
    background-color: #ffffff;
    color: #1a73e8;
    /* Cor azul moderna, como em designs de tecnologia */
    text-decoration: none;
    border-radius: 25px;
    /* Bordas mais arredondadas para um look moderno */
    font-weight: 600;
    /* Peso de fonte um pouco mais leve, mas ainda bold */
    text-transform: uppercase;
    border: 2px solid #ffffff;
    /* Borda branca para contraste */
    transition: background-color 0.3s ease, color 0.3s ease, transform 0.3s ease;
    /* Transições mais suaves */
}

.btn-learn-more:hover {
    background-color: #1a73e8;
    color: #ffffff;
    transform: scale(1.05);
}

/* Ajustes para mobile */
@media (max-width: 768px) {
    .hero-section {
        display: block;
    }


    body {
        padding-top: 0;
        /* Remove padding para o vídeo começar do topo */
    }
}

/* Esconde em desktop */
@media (min-width: 769px) {
    .hero-section {
        display: none;
    }
}


/* Opcional: Se preferir uma imagem estática ao invés de vídeo */
.hero-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* background: url('./Assets/img/seu-fundo.jpg') no-repeat center center; */
    background-size: cover;
    z-index: 0;
    /* Abaixo do conteúdo, mas acima do vídeo, se houver */
}

/* Navbar fixa e transparente */
.btn-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    background: linear-gradient(135deg, rgba(4, 10, 91, 0.314), rgba(43, 122, 190, 0.9));
    color: black !important;
    transition: background-color 0.3s ease, color 0.3s ease;
}

/* Navbar com fundo quando rolar */
.btn-header.scrolled {
    background: linear-gradient(135deg, rgba(4, 10, 91, 0.9), rgba(43, 122, 190, 0.9));
    color: rgb(255, 255, 255) !important;
}

/* Certifique-se de que os links da navbar também mudem de cor */
.btn-header .navbar-nav .nav-link {
    color: rgb(255, 254, 255) !important;
}

/* Quando rolar e a classe .scrolled for adicionada */
.btn-header.scrolled .navbar-nav .nav-link {
    color: white !important;
}

/* Tornar a navbar fixa e com as cores no mobile */
@media (max-width: 768px) {
    .btn-header {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 1000;
        background: linear-gradient(135deg, rgba(4, 10, 91, 0.9), rgba(43, 122, 190, 0.9));
    }
}

/* Tornar a navbar fixa e com as cores no mobile */
@media (max-width: 768px) {
    .btn-header {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 1000;
        background: linear-gradient(135deg, rgba(4, 10, 91, 0.9), rgba(43, 122, 190, 0.9));
    }

    /* Links brancos no mobile */
    .btn-header .navbar-nav .nav-link {
        color: white !important;
    }

    /* Garante que o fundo gradiente azul permaneça ao abrir o menu toggle */
    .navbar-collapse {
        background: linear-gradient(135deg, rgba(4, 10, 91, 0.9), rgba(43, 122, 190, 0.9));
        padding: 1rem;
        /* Adiciona padding interno ao menu expandido */
    }

    body {
        padding-top: 60px;
    }
}

/* Navbar links */
.nav-link {
    position: relative;
    color: #fdfdfd;
    font-size: 16px;
    font-weight: 500;
    text-decoration: none;
    transition: color 0.3s ease;
}

.nav-link:hover {
    color: #ffffff;
}

.nav-link::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -5px;
    width: 0;
    height: 2px;
    background-color: #2b7abe;
    transition: width 0.3s ease;
}

.nav-link:hover::after {
    width: 100%;
}

.logo {
    max-width: 150px;
    /* Padrão desktop */
    height: auto;
}

.logo:hover {
    transform: scale(1.1);
    /* Pequeno zoom na logo */
}

@media (max-width: 768px) {
    .logo {
        max-width: 100px;
        /* Ajuste para mobile */
    }
}

@media (max-width: 480px) {
    .logo {
        max-width: 80px;
        /* Para telas menores */
    }
}

/* Carousel */
.carousel-item {
    height: 100vh;
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

/* Imagem padrão para desktop */
.custom-carousel-item {
    background-image: url('../img/Banner/banner_1.png');
    /* Imagem para desktop */
}

/* Ajuste para telas menores, como celulares */
@media (max-width: 768px) {
    .carousel-item {
        min-height: 60vh;
        display: none !important;
        /* Altura ajustada para mobile */
    }

    /* Imagem para dispositivos móveis */
    .custom-carousel-item {
        display: none !important;
        background-image: url('../img/Banner/alexmar.png');
        /* Imagem para mobile */
    }
}

/* Ajuste extra para telas muito pequenas */
@media (max-width: 480px) {
    .carousel-item {
        min-height: 50vh;
        /* Altura ajustada para telas muito pequenas */
    }
}

/* Estilos adicionais */
.carousel-item img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.carousel-caption {
    z-index: 11;
    color: #ffffff;
    text-shadow: 0 2px 5px rgba(0, 0, 0, 0.8);
}

/* ULTIMA ALTERAÇÃO NO CARROULSEL SETAS */
.carousel-control-prev,
.carousel-control-next {
    display: none !important;
}

/* Ajuste para telas menores, como celulares */
.carousel-control-prev,
.carousel-control-next {
    display: flex !important;
    width: 5%;
    opacity: 0.7;
    transition: opacity 0.3s ease;
}

.carousel-control-prev:hover,
.carousel-control-next:hover {
    opacity: 1;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 50%;
    padding: 20px;
}

/* Oculta as setas apenas em mobile (≤ 768px) */
@media (max-width: 768px) {

    .carousel-control-prev,
    .carousel-control-next {
        display: none !important;
        /* Oculta as setas em mobile */
    }

    .carousel-item {
        background-size: cover;
        background-position: center center;
        height: 60vh;
    }

    /* Imagem para dispositivos móveis */
    .custom-carousel-item {
        background-image: url('../img/Banner/alexmar.png');
    }
}

/* Ajuste extra para telas muito pequenas (≤ 480px) */
@media (max-width: 480px) {
    .carousel-item {
        background-size: cover;
        background-position: center center;
        height: 50vh;
    }
}

/* Efeito na imagem */
.hover-effect {
    border-radius: 10px;
    transition: transform 0.3s ease, filter 0.3s ease;
    filter: brightness(0.7);
}

.hover-effect:hover {
    transform: scale(1.05);
    filter: brightness(1.2);
}


/* Classe personalizada para os cards */
.custom-card {
    border: 2px solid transparent;
    border-radius: 15px;
    /* Bordas arredondadas */
    transition: all 0.3s ease-in-out;
    overflow: hidden;
    /* Garante que as bordas arredondadas sejam aplicadas às imagens */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    /* Sombra mais suave */
}

.custom-card:hover {
    transform: translateY(-10px);
    /* Levanta o card */
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.3);
}

.custom-card .card-body p {
    opacity: 0.8;
    transform: translateY(10px);
    transition: all 0.3s ease;
}

.custom-card:hover .card-body p {
    opacity: 1;
    transform: translateY(0);
}

.custom-card .btn {
    transform: scale(0.95);
    transition: transform 0.3s ease;
}

.custom-card:hover .btn {
    transform: scale(1);
}

/* Estilo para o header do card */
.custom-card-header {
    font-size: 1.5rem;
    text-transform: uppercase;
}

/* Imagem padrão com tamanho fixo */
.custom-card-img {
    height: 200px;
    object-fit: cover;
    border-top-left-radius: 15px;
    /* Bordas arredondadas na parte superior da imagem */
    border-top-right-radius: 15px;
}

/* Cores específicas para cada tipo de card */
.custom-card.comercial {
    border-color: #ffffff;
}

.custom-card.comercial .custom-card-header {
    background-color: #1bc415;
    color: white;
}

.custom-card.digiweb .custom-card-header {
    background-color: #022e9c;
    color: rgb(255, 255, 255);
}

.custom-card.digiweb {
    border-color: #ffffff;
}

.custom-card.pedirmenu .custom-card-header {
    background-color: #022e9c;
    color: rgb(255, 255, 255);
}

.custom-card.pedirmenu {
    border-color: #ffffff;
}

.custom-card.admindustria .custom-card-header {
    background-color: #8f9cac;
    color: rgb(255, 255, 255);
}

.custom-card.admindustria {
    border-color: #ffffff;
}

.custom-card.gerencial {
    border-color: #ffffff;
}

.custom-card.gerencial .custom-card-header {
    background-color: #e23838;
    color: white;
}

.custom-card.administrador {
    border-color: #ffffff;
}

.custom-card.administrador .custom-card-header {
    background-color: #62a8d5;
    color: white;
}

/* Estilo de hover */
.custom-card:hover {
    transform: scale(1.05);
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
    /* Sombra mais pronunciada ao passar o mouse */
}

/* Estilo para a seção específica */
.custom-section {
    padding: 6rem 1rem;
    background-color: #f9f9f9;
}


.animated-title {
    font-size: 2.8rem;
    font-weight: 700;
    color: #0056b3;
    /* Azul profissional */
    text-transform: uppercase;
    letter-spacing: 2px;
}

.animated-subtitle {
    font-size: 1.6rem;
    font-weight: 400;
    color: #444;
    margin-top: 1rem;
}

/* Efeitos adicionais */
.animated-title,
.animated-subtitle {
    opacity: 0;
    animation: fadeIn 1.5s forwards;
}

.padding_section {
    padding-top: 6rem;
    padding-bottom: 6rem;
}

/* Areas */
.width_icon_links {
    color: #4f4f4f;
    filter: grayscale(100%) brightness(0) invert(1) brightness(0.5);
    text-align: center;
}

/* End Areas */



/* Botão do WhatsApp */
.whatsapp-btn {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 40px;
    right: 40px;
    background-color: #25d366;
    color: #fff;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 1px 1px 2px #888;
    z-index: 1000;
    transition: all 0.3s ease;
    justify-content: center;
    align-items: center;
}

.whatsapp-btn {
    animation: pulse 2s infinite;
}

@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.7);
    }

    70% {
        box-shadow: 0 0 0 10px rgba(37, 211, 102, 0);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(37, 211, 102, 0);
    }
}

.whatsapp-btn:hover {
    background-color: #2545d3;
    text-decoration: none;
    transition: all 0.2s ease;
}

.whatsapp-btn i {
    line-height: 60px;
    /* Ajuste para centralizar o ícone */
}

/* Para dispositivos menores */
@media screen and (max-width: 768px) {
    .whatsapp-btn {
        width: 50px;
        height: 50px;
        bottom: 20px;
        right: 20px;
        font-size: 25px;
    }

    .whatsapp-btn i {
        line-height: 50px;
    }
}

.whatsapp-btn {
    position: fixed;
    /* Fixa o botão na tela */
    width: 60px;
    height: 60px;
    bottom: 40px;
    right: 40px;
    background-color: #25d366;
    /* Cor verde do WhatsApp */
    color: #fff;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 1px 1px 2px #888;
    z-index: 1000;
    transition: all 0.3s ease;
    justify-content: center;
    align-items: center;
}

.whatsapp-btn:hover {
    background-color: #2545d3;
    text-decoration: none;
    transition: all 0.2s ease;
}

.whatsapp-btn i {
    line-height: 60px;
    /* Ajuste para centralizar o ícone */
}

/* Para dispositivos menores */
@media screen and (max-width: 768px) {
    .whatsapp-btn {
        width: 50px;
        height: 50px;
        bottom: 20px;
        right: 20px;
        font-size: 25px;
    }

    .whatsapp-btn i {
        line-height: 50px;
    }
}


/* Estilo geral para os ícones das redes sociais */
.text-body-secondary {
    color: #6c757d;
    transition: color 0.3s ease;
}

/* Cores específicas para cada rede social */
.text-body-secondary.twitterplus {
    color: #1DA1F2 !important;
}

.text-body-secondary.instagram {
    color: #C13584 !important;
}

.text-body-secondary.instagram:hover {
    color: #d90707 !important;
}

.text-body-secondary.facebook {
    color: #1877F2 !important;
}

.text-body-secondary.facebook:hover {
    color: #1003c6 !important;
}

/* Hover */
.text-body-secondary:hover {
    color: #000 !important;
}


/* Redes sociais no desktop: mantém alinhamento horizontal */
.social-icons {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 1rem;
    list-style: none;
}

/* Responsividade: redes sociais no mobile */
@media (max-width: 576px) {
    .social-icons {
        flex-wrap: wrap;
        justify-content: center;
        gap: 0.5rem;
    }

    .social-icons li {
        flex: 0 1 30%;
        text-align: center;
    }

    .social-icons li a {
        display: inline-block;
        width: 100%;
    }
}


/* Estilo do contêiner do pop-up */
.popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    display: none;
    /* Escondido por padrão */
    justify-content: center;
    align-items: center;
}

/* Estilo do conteúdo do pop-up */
.popup-content {
    background: #7071759a;
    padding: 20px;
    border-radius: 8px;
    width: 100%;
    max-width: 500px;
    /* Define o máximo de largura */
    text-align: center;
    position: relative;
    box-sizing: border-box;
    /* Garante que o padding não ultrapasse a largura */
}

/* Botão para fechar o pop-up */
.close-btn {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 20px;
    cursor: pointer;
}

/* Estilo para a imagem no pop-up */
.popup-image {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
    margin-bottom: 15px;
}

/* Estilos para dispositivos móveis */
@media (max-width: 767px) {
    .popup-content {
        width: 90%;
        /* Ajusta a largura do conteúdo para 90% da tela */
        padding: 15px;
        /* Reduz o padding para dispositivos móveis */
    }

    .close-btn {
        font-size: 18px;
        /* Ajusta o tamanho do botão de fechar */
    }

    .popup-image {
        max-width: 100%;
        /* Garante que a imagem ocupe toda a largura disponível */
    }
}

/* Efeito na imagem */
.hover-effect {
    border-radius: 10px;
    transition: transform 0.3s ease, filter 0.3s ease;
    filter: brightness(0.7);
}

.hover-effect:hover {
    transform: scale(1.05);
    /* Aumenta ligeiramente o tamanho */
    filter: brightness(1.2);
    /* Aumenta o brilho */
}

/* Estilos gerais */
.mobile-section {
    padding: 20px 0;
    /* Espaçamento padrão */
}

.animated-title {
    font-size: 2.5rem;
    /* Tamanho padrão para desktop */
    margin-bottom: 20px;
}

.animated-subtitle {
    font-size: 1.5rem;
    /* Tamanho padrão para desktop */
}

/* Ajustes para dispositivos móveis */
@media (max-width: 768px) {
    .mobile-section {
        padding: 10px 0;
        /* Reduz o espaçamento para mobile */
    }

    .animated-title {
        font-size: 1.8rem;
        /* Tamanho menor para mobile */
        margin-bottom: 15px;
    }

    .animated-subtitle {
        font-size: 1.2rem;
        /* Tamanho menor para mobile */
    }
}

/* Ajustes extras para telas muito pequenas */
@media (max-width: 480px) {
    .animated-title {
        font-size: 1.5rem;
        /* Tamanho ainda menor para telas pequenas */
    }

    .animated-subtitle {
        font-size: 1rem;
        /* Tamanho ainda menor para telas pequenas */
    }
}

.width_icon_links img {
    transition: transform 0.3s ease, filter 0.3s ease;
}

.width_icon_links:hover img {
    transform: scale(1.2);
    filter: grayscale(0) brightness(1);
}

.width_icon_links h4 {
    transition: color 0.3s ease;
}

.width_icon_links:hover h4 {
    color: #0056b3;
}


.footer {
    background-color: #f8f9fa;
    /* Cor de fundo opcional */
}

.social-icons a:hover {
    color: #007bff;
    /* Cor ao passar o mouse */
    transition: color 0.3s ease;
}

#lg_footer:hover {
    transform: scale(1.1) !important;
    /* Efeito de zoom ao passar o mouse */

}

/* Estilo para as logos */
.lg-footer {
    max-width: 100%;
    height: auto;
}

@media (max-width: 767px) {
    .logos {
        flex-direction: row;
        justify-content: center;
        gap: 15px;
    }

    .lg-footer {
        width: 120px;
    }
}

@media (min-width: 768px) {
    .logos {
        gap: 20px;
    }
}



/*  CUSTUMIZADO PARA O MEU FOOTER XANDAO */


/* Estilo geral do footer escuro */
.footer-dark {
    background: linear-gradient(135deg, rgba(4, 10, 91, 0.9), rgba(43, 122, 190, 0.9)) !important;
    color: #fcfcfc !important;
}

/* Títulos do footer */
.footer-title {
    color: #fff !important;
    font-weight: bold;
    border-bottom: 2px solid #e31b23 !important;
    padding-bottom: 0.5rem;
    margin-bottom: 1rem;
}

/* Estilo para as logos */
.lg-footer {
    max-width: 100%;
    height: auto;
    transition: transform 0.3s ease;
}

.lg-footer:hover {
    transform: scale(1.1);
}

/* Cores específicas para cada rede social (desktop) */
.facebook {
    color: #1877F2 !important;
    /* Azul do Facebook */
}

.facebook:hover {
    color: #28037c !important;
    /* Hover apenas no desktop */
}

.instagram {
    color: #C13584 !important;
    /* Rosa do Instagram */
}

.instagram:hover {
    color: #8f0404 !important;
    /* Hover apenas no desktop */
}

/* Links e texto no footer */
.text-muted:hover {
    color: #fff !important;
}


@media (max-width: 767px) {
    /* Altera a cor dos títulos e links das seções "Empresa", "Ajuda" e "Contato" */
    .footer-dark .col-md-3:nth-child(1),
    /* Primeira coluna (Empresa) */
    .footer-dark .col-md-3:nth-child(2),
    /* Segunda coluna (Ajuda) */
    .footer-dark .col-md-3:nth-child(3)

    /* Terceira coluna (Contato) */
        {
        color: white !important;
    }

    /* Altera a cor dos links dentro dessas seções */
    .footer-dark .col-md-3:nth-child(1) .nav-link,
    .footer-dark .col-md-3:nth-child(2) .nav-link,
    .footer-dark .col-md-3:nth-child(3) .nav-link {
        color: white !important;
    }

    /* Altera a cor do texto de "Todos os direitos reservados" */
    .footer-dark .border-top p {
        color: white !important;
    }

    /* Mantém as redes sociais na cor original */
    .footer-dark .col-md-3:nth-child(4) .nav-link,
    .footer-dark .col-md-3:nth-child(4) i {
        color: inherit !important;
    }
}


@media (min-width: 768px) {
    .logos {
        gap: 20px;
    }
}

/* CSS para garantir visibilidade no mobile */
.text-muted-custom {
    color: #6c757d;
}

/* Ajuste para mobile */
@media (max-width: 768px) {
    .text-muted-custom {
        color: #333;
    }
}


/* Botão do WhatsApp */
.whatsapp-btn {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 40px;
    right: 40px;
    background-color: #25d366;
    color: #fff;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 1px 1px 2px #888;
    z-index: 1000;
    transition: all 0.3s ease;
    justify-content: center;
    align-items: center;
}

.whatsapp-btn {
    animation: pulse 2s infinite;
}

@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.7);
    }

    70% {
        box-shadow: 0 0 0 10px rgba(37, 211, 102, 0);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(37, 211, 102, 0);
    }
}

.whatsapp-btn:hover {
    background-color: #2545d3;
    text-decoration: none;
    transition: all 0.2s ease;
}

.whatsapp-btn i {
    line-height: 60px;
}

/* Para dispositivos menores */
@media screen and (max-width: 768px) {
    .whatsapp-btn {
        width: 50px;
        height: 50px;
        bottom: 20px;
        right: 20px;
        font-size: 25px;
    }

    .whatsapp-btn i {
        line-height: 50px;
    }
}

/* slider */

/* Estilização da section */
.slider-novidades {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
}

/* Container do slider */
.slider-container {
    overflow: hidden;
    position: relative;
    width: 100%;
    /* Garante que o container ocupe toda a largura disponível */
}

/* Wrapper que contém os cards */
.slider-wrapper {
    display: flex;
    transition: transform 0.5s linear;
    min-width: 100%;
    /* Garante que o wrapper tenha espaço suficiente */
    min-height: 250px;
    /* Altura mínima para evitar colapso */
}

/* Cards com tamanho fixo */
.novidades-slider-card {
    flex: 0 0 200px;
    margin-right: 15px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

/* Efeito de hover no card (aplicado apenas em desktop) */
@media (hover: hover) and (pointer: fine) {
    .novidades-slider-card:hover {
        transform: translateY(-5px);
        box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
    }
}

/* Ajuste dos cards */
.novidades-card {
    border: none;
    border-radius: 10px;
    background: #fff;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    height: 250px;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

/* Imagens com altura fixa */
.novidades-card-img-top {
    width: 200px;
    /* Largura fixa para consistência */
    height: 150px;
    object-fit: cover;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

/* Corpo do card */
.novidades-card-body {
    padding: 12px !important;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background: #f9f9f9;
}

/* Texto pequeno e compacto */
.novidades-card-text {
    font-size: 0.9rem;
    line-height: 1.3;
    margin-bottom: 10px !important;
    color: #333;
    font-weight: 500;
    text-align: center;
}

/* Botão Informações */
.novidades-btn {
    font-size: 0.9rem;
    padding: 8px;
    background-color: #25D366;
    border: none;
    border-radius: 5px;
    transition: background-color 0.3s ease, transform 0.2s ease;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
}

/* Ícone de WhatsApp no botão */
.novidades-btn::before {
    content: '\f232';
    font-family: 'bootstrap-icons';
    margin-right: 5px;
    font-size: 1rem;
}

/* Efeito de hover no botão (aplicado apenas em desktop) */
@media (hover: hover) and (pointer: fine) {
    .novidades-btn:hover {
        background-color: #1ebe52;
        transform: scale(1.05);
        color: white;
    }
}

/* Ajustes para mobile */
@media (max-width: 576px) {
    .novidades-slider-card {
        flex: 0 0 150px;
        margin-right: 10px;
    }

    .novidades-card {
        height: 200px;
    }

    .novidades-card-img-top {
        width: 150px;
        height: 100px;
    }

    .novidades-card-text {
        font-size: 0.8rem;
    }

    .novidades-btn {
        font-size: 0.8rem;
        padding: 6px;
    }

    .novidades-btn::before {
        font-size: 0.9rem;
    }
}

.grid-item {
    width: 48%;
    margin-bottom: 20px;
}

#promo-img {
    width: 500px;
    height: 550px;
    object-fit: cover;
    transition: transform 0.5s ease, opacity 1s ease-in-out;
    /* efeito de fade */
    opacity: 1;
}