   a {
    color: #fff; /* Cor inicial dos links */
    text-decoration: none; /* Remove o sublinhado padrão dos links */
    transition: color 0.3s ease, text-shadow 0.3s ease, transform 0.3s ease; /* Adiciona transições suaves para cor, sombra e transformação */
}
@font-face {
    font-family: 'BomstadDisplay'; /* Nome que você usará para referenciar a fonte Bomstad */
    src: url('fonts/BomstadDisplay-Bold.woff') format('woff'); /* Caminho para o arquivo de fonte */
    font-weight: bold; /* Peso da fonte */
    font-style: normal;  /* Estilo da fonte */
}

@font-face {
    font-family: 'HelveticaNowDisplay'; /* Nome que você usará para referenciar a fonte Helvetica */
    src: url('fonts/HelveticaNowDisplay-Black.woff') format('woff'); /* Caminho para o arquivo de fonte */
    font-weight: normal; /* Peso da fonte */
    font-style: normal;  /* Estilo da fonte */
}
.timeline {
                    position: relative;
                    margin: auto;
                    color: #FFF;
                }
                .timeline-event {
                    position: relative;
                    margin: 40px 0;
                    color: #FFF;
                }
                .timeline-event::before {
                    content: '';
                    position: absolute;
                    left: 50px; /* Espaço para a linha do tempo */
                    top: 0;
                    width: 2px;
                    height: 100%;
                    background: #A8A8B7;
                    z-index: -1;
                }
                .circle {
                    width: 15px;
                    height: 15px;
                    background: #A8A8B7;
                    border-radius: 50%;
                    position: absolute;
                    left: 45px; /* Posição da bolinha */
                    top: 0;
                }
                .timeline-content { /* Classe renomeada */
                    margin-left: 70px; /* Espaço entre a linha e o conteúdo */
                    background: white; /* Fundo branco para as caixas de conteúdo */
                    color: black; /* Texto preto nas caixas de conteúdo */
                    border-radius: 6px;
                    padding: 15px;
                    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
                }
#paginaguilherme{position:static;
float:right; margin-right:0px;}
#descricao-slide{margin-top:-30%; position:absolute; text-align:center;}
        .contact-section {
            padding: 30px;
            background-color: #000; /* Fundo preto */
            text-align: center;
        }

        .contact-section h2 {
            font-size: 24px;
            color: #fff; /* Texto branco */
        }

        .contact-section p {
            font-size: 16px;
            color: #fff; /* Texto branco */
        }

        .contact-options {
            margin: 20px 0;
        }

        .contact-btn {
            padding: 10px 20px;
            margin: 10px;
            background-color: #fff; /* Fundo branco */
            color: #000; /* Texto preto */
            border: 2px solid #fff; /* Borda branca */
            cursor: pointer;
            border-radius: 20px;
            transition: background-color 0.3s, color 0.3s;
        }

        .contact-btn:hover {
            background-color: #000;
            color: #fff;
            border: 2px solid #fff;
        }

        .contact-form {
            display: none;
            background-color: #fff; /* Fundo preto */
            padding: 20px;
            margin: 20px auto;
            border-radius: 20px;
            width: 80%;
            max-width: 600px;
            box-shadow: 0 0 10px rgba(255, 255, 255, 0.1);
            border: 1px solid #fff; /* Borda branca */
        }

        .contact-form h3 {
            margin-bottom: 15px;
            color: #000; /* Texto branco */
        }

        .contact-form label {
            display: block;
            margin: 10px 0 5px;
            text-align: left;
            color: #000; /* Texto branco */
        }

        .contact-form input,
        .contact-form textarea {
            width: 90%;
            padding: 10px;
            margin-bottom: 10px;
            border-radius: 10px;
            border: 1px solid #fff; /* Borda branca */
            background-color: #000; /* Fundo preto */
            color: #fff; /* Texto branco */
        }

        .contact-form input::placeholder,
        .contact-form textarea::placeholder {
            color: #ccc; /* Placeholder cinza claro */
        }

        .contact-form button {
            padding: 10px 15px;
            background-color: #fff; /* Fundo branco */
            color: #000; /* Texto preto */
            border: none;
            cursor: pointer;
            border-radius: 20px;
            transition: background-color 0.3s, color 0.3s;
        }

        .contact-form button:hover {
            background-color: #000;
            color: #fff;
            border: 2px solid #fff;
        }
		
.contact-boxes {
    display: flex; /* Organiza as caixas em linha */
    flex-wrap: wrap; /* Permite que as caixas se movam para a próxima linha em telas pequenas */
    justify-content: space-between; /* Espaço igual entre as caixas */
    gap: 20px; /* Espaçamento entre as caixas */
}

.contact-box {
    flex: 1 1 calc(33.333% - 20px); /* Cada caixa ocupa 33.333% da largura com 20px de espaçamento */
    padding: 20px; /* Espaçamento interno nas caixas */
    background-color: #f9f9f9; /* Cor de fundo */
    border-radius: 8px; /* Bordas arredondadas */
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1); /* Sombra suave */
    display: flex;
    flex-direction: column; /* Organiza os elementos dentro das caixas em coluna */
    align-items: flex-start; /* Alinha os itens à esquerda */
}

.contact-box h3 {
    margin: 0; /* Remove a margem para os títulos */
    font-size: 18px; /* Tamanho do título */
    color: #333; /* Cor do título */
    font-weight: bold; /* Título em negrito */
}

.contact-box p, .contact-box h2 {
    margin-top: 10px; /* Espaçamento entre o título e o texto */
    font-size: 16px; /* Tamanho do texto */
    color: #555; /* Cor do texto */
    line-height: 1.5; /* Melhora a legibilidade */
}

/* Responsividade: para telas menores, cada caixa ocupa 100% da largura */
@media (max-width: 768px) {
    .contact-box {
        flex: 1 1 100%; /* As caixas ocupam 100% da largura em telas menores */
    }
}


		        .box {
            background-color: rgba(34, 34, 34, 0.9);
            border-radius: 10px;
            display: flex;
            align-items: center;
            justify-content: center;
            color: #fff;
            padding: 20px;
            text-align: center;
        }
		 svg {
            width: 90%;
            height: auto;
            margin: 0 auto;
            display: block;
        }

        .region {
            fill: #000;
            cursor: pointer;
            transition: fill 0.3s;
        }

        .region:hover {
            fill:#535362;
        }
		.responsive-section {
            background-color: black; /* Fundo da seção */
            color: white; /* Cor do texto */
            border: 1px solid white; /* Borda branca */
            padding: 80px;
            border-radius: 5px;
            max-width: 800px; /* Largura máxima da seção */
            margin: auto; /* Centraliza a seção na página */
        }

        .label {
			text-transform:uppercase;
           font-family: 'HelveticaNowDisplay', sans-serif; 
            font-size: 17px;
            fill: black;
			font-weight:bold;
        }
       /* Definindo a estrutura de grid para o layout */


/* Ajustes para as caixas */
.box-11 {
    grid-column: span 3; /* A caixa 11 ocupa 3 colunas */
    height: 100px; /* Altura fixa */
}

.box-22 {
    grid-column: span 3; /* A caixa 22 ocupa 3 colunas */
    height: 100px; /* Altura fixa */
}

.box-33 {
    grid-column: span 1; /* A caixa 33 ocupa 1 coluna */
    height: auto; /* A altura se ajusta conforme o conteúdo */
    padding: 50px; /* Espaçamento interno */
}

.box-44 {
    grid-column: span 2; /* A caixa 44 ocupa 2 colunas */
    height: auto; /* A altura se ajusta conforme o conteúdo */
}

.box-55 {
    grid-column: span 3; /* A caixa 55 ocupa 3 colunas */
    text-align: center; /* Alinha o texto no centro */
}

/* Responsividade - Ajustes para telas menores (mobile) */
@media (max-width: 768px) {
    .container {
        grid-template-columns: 1fr; /* No mobile, todas as caixas ocupam 100% da largura */
    }

    /* Ajuste nas fontes */
    .box-11, .box-22, .box-33, .box-44, .box-55 {
        font-size: 14px; /* Ajusta o tamanho da fonte para o mobile */
        padding: 20px; /* Ajusta o padding para telas pequenas */
    }

    .box-33 {
        padding: 20px; /* Diminui o padding para telas pequenas */
    }

    .box-55 {
        text-align: left; /* Deixa o texto alinhado à esquerda em telas pequenas */
    }
}

        .button {
            padding: 10px 20px;
            background-color: #fff;
            color: #000;
            text-decoration: none;
            border-radius: 5px;
            font-size: 16px;
            margin-top: 10px;
        }
		  .container2 {
            max-width: 1200px;
            margin: 0 auto;
            padding: 20px;
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            grid-gap: 10px;
        }

#hero-section {
    background-image: url(img/PISCINA.png); /* Imagem de fundo */
    background-size: cover; /* Faz a imagem cobrir toda a seção */
    background-position: center; /* Centraliza a imagem */
    height: 85vh; /* Altura de 85% da tela */
    display: flex; /* Usado para centralizar o conteúdo */
    justify-content: center; /* Centraliza horizontalmente */
    align-items: center; /* Centraliza verticalmente */
    color: white; /* Cor do texto no fundo */
    mask-image: linear-gradient(to right, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 30%); /* Máscara para o fundo */
    -webkit-mask-image: linear-gradient(to top, rgba(0, 0, 0, 1) 20%, rgba(0, 0, 0, 0) 100%); /* Máscara para navegadores Webkit */
    filter: grayscale(10%) brightness(80%); /* Filtro para reduzir brilho do fundo */
    text-shadow: 2px 2px 6px rgba(0, 0, 0, 0.5); /* Sombra suave para o texto */
}

.title-container {
    background-color: rgba(0, 0, 0, 0.7); /* Fundo branco, mas com leve transparência (70%) */
    color: white; /* Texto branco */
    padding: 40px 30px; /* Maior espaçamento para mais legibilidade */
    border-radius: 10px; /* Bordas arredondadas */
    text-align: center;
    max-width: auto; /* Limite a largura */
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3); /* Sombra mais forte para dar destaque */
}

.title-container h1 {
    font-size: 40px; /* Tamanho do título */
    margin: 0 0 15px; /* Espaçamento inferior */
}

.title-container p {
    font-size: 20px; /* Tamanho do parágrafo */
    margin: 0;
}

			#hero-section-corporativo {background-image:url(img/ESTUDO%20DE%20FACHADA%203.png); /* Substitua 'sua-imagem.jpg' pelo caminho da sua imagem */
            background-size: cover; /* Faz a imagem cobrir toda a seção */
            background-position: center; /* Centraliza a imagem */
            height: 85vh; /* Altura de 100% da tela */
            display: flex; /* Usado para centralizar o conteúdo */
            justify-content: center; /* Centraliza horizontalmente */
            align-items: center; /* Centraliza verticalmente */
            color: white; /* Cor do texto */
			 mask-image: linear-gradient(to right, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 70%);
        -webkit-mask-image: linear-gradient(to top, rgba(0, 0, 0, 1) 30%, rgba(0, 0, 0, 0) 100%);
        filter: grayscale(40%) brightness(80%);
            text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7); /* Sombra para melhor legibilidade */}
			#hero-section-empreendimento {background-image:url(img/FACHADA%2002.png); /* Substitua 'sua-imagem.jpg' pelo caminho da sua imagem */
            background-size: cover; /* Faz a imagem cobrir toda a seção */
            background-position: center; /* Centraliza a imagem */
            height: 85vh; /* Altura de 100% da tela */
            display: flex; /* Usado para centralizar o conteúdo */
            justify-content: center; /* Centraliza horizontalmente */
            align-items: center; /* Centraliza verticalmente */
            color: white; /* Cor do texto */
			 mask-image: linear-gradient(to right, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 70%);
        -webkit-mask-image: linear-gradient(to top, rgba(0, 0, 0, 1) 30%, rgba(0, 0, 0, 0) 100%);
        filter: grayscale(40%) brightness(80%);
            text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7); /* Sombra para melhor legibilidade */}
			#hero-section-interiores {background-image:url(img/ESTAR%20DA%20SUITE%20PRESIDENCIAL.png);/* Substitua 'sua-imagem.jpg' pelo caminho da sua imagem */
            background-size: cover; /* Faz a imagem cobrir toda a seção */
            background-position: center; /* Centraliza a imagem */
            height: 85vh; /* Altura de 100% da tela */
            display: flex; /* Usado para centralizar o conteúdo */
            justify-content: center; /* Centraliza horizontalmente */
            align-items: center; /* Centraliza verticalmente */
            color: white; /* Cor do texto */
			 mask-image: linear-gradient(to right, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 70%);
        -webkit-mask-image: linear-gradient(to top, rgba(0, 0, 0, 1) 30%, rgba(0, 0, 0, 0) 100%);
        filter: grayscale(40%) brightness(80%);
            text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7); /* Sombra para melhor legibilidade */}
/* Estilo para os links ao passar o mouse */
a:hover {
    color: #999; /* Cor dos links ao passar o mouse */
    text-shadow: 0 2px 5px rgba(0, 0, 0, 0.3); /* Adiciona uma sombra de texto suave */
    transform: translateY(-2px); /* Levanta o link um pouco ao passar o mouse */
}
           /* Personalização da barra de rolagem */
        ::-webkit-scrollbar {
            width: 8px; /* Largura da barra de rolagem */
        }

        ::-webkit-scrollbar-track {
            background: #333; /* Cor do fundo da trilha da barra de rolagem */
        }

        ::-webkit-scrollbar-thumb {
            background: #555; /* Cor da parte da barra de rolagem que se move */
            border-radius: 4px; /* Bordas arredondadas para a barra de rolagem */
        }

        ::-webkit-scrollbar-thumb:hover {
            background: #777; /* Cor quando o usuário está passando o mouse sobre a barra de rolagem */
        }
           /* Estilos para o overlay de carregamento */
        .loading-overlay {
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background-color: #000; /* Cor de fundo preta */
            display: flex;
			 flex-direction: column; /* Alinha itens em coluna */
            justify-content: center;
            align-items: center;
            z-index: 1000; /* Mantém o overlay acima de todo o conteúdo */
            overflow: hidden;
        }

        .loading-overlay img {
            opacity: 100; /* Inicialmente invisível */
            transform: translateY(20px); /* Começa um pouco abaixo */
            animation: fadeInUp 10s ease-out forwards, rotateHorizontal 10s linear infinite; /* Animações de fadeInUp e rotação contínua */
        }

 section {
            opacity: 0; /* Inicialmente invisível */
            transform: translateY(100px); /* Transladado para baixo */
            transition: opacity 0.6s ease-out, transform 0.6s ease-out;
        }

        section.visible {
            opacity: 1; /* Visível quando a classe 'visible' for adicionada */
            transform: translateY(0); /* Volta para sua posição original */
        }

        /* Estilos básicos para exemplo */
        section {
            padding: 50px;
            margin: 20px 0;
        }

        /* Diferentes cores para visualização */
        section:nth-child(odd) {
        }

        section:nth-child(even) {
        }

 .content {
            opacity: 0; /* Oculta o conteúdo até o carregamento completo */
            transition: opacity 0.3s ease; /* Suaviza a transição ao mostrar o conteúdo */
        }

        .content.loaded {
            opacity: 1; /* Mostra o conteúdo após o carregamento */
            overflow: auto; /* Permite rolagem após o carregamento */
        }
    /* General Styles */
    body {
		overflow-x: hidden;
        margin: 0;
        font-family: 'BomstadDisplay', serif;
        font-optical-sizing: auto;
        font-weight: <weight>;
        font-style: normal;
        background-color: #000;
        color: #ffff;
		font-size:12px;
        text-align: justify;
    }


        .menu {
            position: fixed;
            top: 0;
            right: -250px;
            height: 100%;
            width: 250px;
            background-color: #343a40;
            color: white;
            transition: right 0.3s;
            z-index: 999;
            padding: 20px;
        }

        .menu ul {
            padding: 0;
            margin: 0;
        }

        .menu ul li {
            list-style: none;
            margin-bottom: 20px;
        }

        .menu ul li a {
            color: white;
            text-decoration: none;
            font-size: 12px;
        }

        .menu .close-btn {
            background: none;
            border: none;
            color: white;
            font-size: 13px;
            position: absolute;
            top: 10px;
            right: 10px;
        }

        .overlay {
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: rgba(0, 0, 0, 0.5);
            opacity: 0;
            visibility: hidden;
            transition: opacity 0.3s, visibility 0.3s;
            z-index: 998;
        }

        .overlay.active {
            opacity: 1;
            visibility: visible;
        }

        .menu.open {
            right: 0;
        }
    p {
        text-align: justify;
		font-size:13px;
    }

    /* Header */
    .header {
        padding-top: 3%;
        height: 80px;
        background-color: #000;
        z-index: 999;
        position: relative;
        padding-left: 10%;
        padding-right: 10%;
    }

    .header .navbar {
        padding: 0;
    }

    .header .navbar-brand {
        font-size: 1.5rem;
        font-weight: bold;
        color: #ffff;
        padding: 15px;
    }

    .header .navbar-nav {
        align-items: center;
        margin-left: auto;
    }

    .header .nav-link {
        color: #ffff;
        font-size: 0.9rem;
        padding: 15px 20px;
        transition: background-color 0.3s, color 0.3s;
    }

    .header .nav-item {
        position: relative;
		
    }

    .header .nav-link:hover {
        height: 70px;
        text-align: center;
        padding-top: 30px;
        color: #ddd;
    }

    .header .nav-item:hover > .nav-link {
        background-color: #444;
		
    }

    .header .nav-item img {
        width: 20px;
        height: auto;

        transition: none;
    }

    .navbar-toggler {
        border: none;
    }

    .navbar-toggler-icon {
        background-image: url('data:image/svg+xml;charset=utf8,%3Csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 30 30"%3E%3Cpath stroke="%23ffffff" stroke-width="2" d="M5 7h20M5 15h20M5 23h20"/%3E%3C/svg%3E');
    }

    /* Portfolio Section */
    .portfolio-section {
        padding: 60px 0;
    }

    .portfolio-item {
        margin-bottom: 30px;
        position: relative;
        overflow: hidden;
        border-radius: 5px;
        transition: transform 0.3s;
    }

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

    .portfolio-item img {
        width: 100%;
        height: auto;
        border-radius: 5px;
    }

    .portfolio-item .portfolio-info {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        background: rgba(0, 0, 0, 0.6);
        color: #fff;
        padding: 15px;
        border-radius: 5px;
        opacity: 0;
        transition: opacity 0.3s;
    }

    .portfolio-item:hover .portfolio-info {
        opacity: 1;
    }

    .portfolio-item .portfolio-info h3 {
        margin: 0;
        font-size: 1.5rem;
    }

    .portfolio-item .portfolio-info p {
        font-size: 1rem;
        margin: 10px 0;
    }

    .portfolio-item .portfolio-info .btn {
        background-color: #444;
        border: none;
        color: #fff;
        transition: background-color 0.3s;
    }

    .portfolio-item .portfolio-info .btn:hover {
        background-color: #666;
    }

    /* Modal Styles */
    .modal-header {
        border-bottom: none;
    }

    .modal-body {
        padding: 0;
    }

    .modal-body .carousel-inner img {
        width: 100%;
        height: auto;
    }

    .modal-body .video-container {
        position: relative;
        padding-bottom: 56.25%;
        height: 0;
        overflow: hidden;
        max-width: 100%;
    }

    .modal-body .video-container iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
		z-index:1200
    }

    /* Slide Section */
    .slide-section {
        background-color: #1e1e1e;
        padding: 60px 0;
    }

    .slide-text {
        padding: 30px;
        border-radius: 0;
        border: none;
        color: #ffff;
        transition: background-color 0.3s, transform 0.3s;
    }

    .slide-text:hover {
        background-color: #333;
        transform: translateY(-5px);
    }

    .slide-text h2 {
        font-size: 2.5rem;
        margin-bottom: 20px;
        border-bottom: 2px solid #444;
        padding-bottom: 10px;
    }

    .slide-text p {
        font-size: 1.25rem;
        margin-bottom: 20px;
    }

    .slide-text .btn {
        font-size: 1rem;
        border-radius: 0px;
        border: 2px solid #444;
        background: none;
        color: #f4f4f4;
    }

    .slide-image {
        text-align: center;
    }

    .slide-image img {
        max-width: 100%;
        border-radius: 0;
        border: 0px solid #444;
        width: 100%;
        height: 100vh;
        overflow: hidden;
    }

    /* Image Background Section */
    .image-background-section {
        background:#000;
        background-position: center;
        min-height: 50vh;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 60px 0;
        color: #fff;
        text-align: center;
    }

    .image-background-section .overlay {
        background: rgba(0, 0, 0, 0.5);
        padding: 30px;
        border-radius: 10px;
    }

    .image-background-section h2 {
        font-size: 2.5rem;
        margin-bottom: 20px;
        text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
    }

    .image-background-section p {
        font-size: 1.25rem;
        margin-bottom: 20px;
		
        text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.7);
    }

    .image-background-section .btn {
        font-size: 1rem;
        border-radius: 0px;
		border-radius:30px; padding:10px;
        border: 2px solid #fff;
        background: none;
        color: #fff;
        transition: background-color 0.3s, transform 0.3s;
    }

    .image-background-section .btn:hover {
        background-color: #fff;
        color: #000;
        transform: translateY(-3px);
    }

    /* Testimonial Section */
    .testimonial-section {
        padding: 60px 0;
		font-size:12px;
        background-color: #1e1e1e;
    }

    .testimonial-section .testimonial-box {
        font-size:12px;
		padding: 40px;
        margin-bottom: 20px;
		border-right: none;
        transition: all 0.3s ease; /* Transição suave para efeitos */
   		position: relative; /* Necessário para o efeito de sombra e transformação */
    }

    .testimonial-section .testimonial-box:hover {
		font-size:12px;
    padding: 40px;
    border-top-left-radius: 150px; /* Arredondamento na parte superior esquerda */
    border-bottom-left-radius: 150px; /* Arredondamento na parte inferior esquerda */
    border-top-right-radius: 0; /* Mantém a parte superior direita reta */
    border-bottom-right-radius: 0; /* Mantém a parte inferior direita reta */
    border-right: none; /* Remove a borda direita */
    transform: translateY(-5px); /* Move o box para cima */
    box-shadow: -15px 0 16px rgba(0, 0, 0, 0.5); /* Sombra visível apenas à esquerda */
}

    .testimonial-section .testimonial-box .profile {
        display: block;
        align-items: center;
        margin-bottom: 15px;
    }

    .testimonial-section .testimonial-box .profile img {
        border-radius: 50%;
        width: 100px;
        height: 100px;
        margin-right: 15px;
        border: 3px solid #444;
        transition: border-color 0.3s;
    }

    .testimonial-section .testimonial-box .profile img:hover {
        border-color: #fff;
    }

    .testimonial-section .testimonial-box p {
        font-size:13px;
        font-style: italic;
    }

    .testimonial-section .testimonial-box h4 {
        font-size: 1.25rem;
        margin-top: 10px;
    }

    .testimonial-section .testimonial-box .social-icons {
        margin-top: 10px;
    }

    .testimonial-section .testimonial-box .social-icons a {
        color: #fff;
        font-size: 1.25rem;
        margin-right: 10px;
        transition: color 0.3s;
    }

    .testimonial-section .testimonial-box .social-icons a:hover {
        color: #ddd;
    }

    /* Footer */
    footer {
		border-top:2px #CCC;
        background-color: #000;
        padding: 15px;
    }

    footer .footer-box {
        padding: 20px;
    }

    footer .footer-box img {
        max-width: 150px;
    }

    footer .footer-box h5 {
        margin-bottom: 15px;
        font-size: 1.25rem;
        font-weight: bold;
        text-transform: uppercase;
    }

    footer .footer-box ul {
        list-style: none;
        padding: 0;
    }

    footer .footer-box ul li {
        margin-bottom: 10px;
    }

    footer .footer-box ul li a {
        color: #fff;
        text-decoration: none;
        transition: color 0.3s;
    }

    footer .footer-box ul li a:hover {
        color: #ddd;
    }

    footer .social-icons a {
        color: #fff;
        font-size: 1.5rem;
        margin-right: 10px;
        transition: color 0.3s;
    }

    footer .social-icons a:hover {
        color: #ddd;
    }

    /* New Section Styles */
    .new-section {
        padding: 60px 0;
        background-color: #000;
        color: #fff;
    }

    .new-section h2 {
        font-size: 2rem;
        margin-bottom: 20px;
    }

    .new-section p {
        font-size: 1.125rem;
        margin-bottom: 20px;
    }

    .new-section .btn-primary {
        font-size: 1rem;
        border-radius: 0;
        background-color: #444;
        color: #fff;
        border: none;
        transition: background-color 0.3s, transform 0.3s;
    }

    .new-section .btn-primary:hover {
        background-color: #666;
        transform: translateY(-3px);
    }

    .new-section img {
        width: 100%;
        height: auto;
        border-radius: 0;
        border: none;
    }

    @media (max-width: 767.98px) {
		.timeline {
                    position: relative;
                    margin: auto;
                    color: #FFF;
                }
                .timeline-event {
                    position: relative;
                    margin: 40px 0;
                    color: #FFF;
                }
                .timeline-event::before {
                    content: '';
                    position: absolute;
                    left: 50px; /* Espaço para a linha do tempo */
                    top: 0;
                    width: 2px;
                    height: 100%;
                    background: #A8A8B7;
                    z-index: -1;
                }
                .circle {
                    width: 15px;
                    height: 15px;
                    background: #A8A8B7;
                    border-radius: 50%;
                    position: absolute;
                    left: 15px; /* Posição da bolinha */
                    top: 0;
                }
                .timeline-content { /* Classe renomeada */
                    margin-left: 40px; /* Espaço entre a linha e o conteúdo */
                    background: white; /* Fundo branco para as caixas de conteúdo */
                    color: black; /* Texto preto nas caixas de conteúdo */
                    border-radius: 6px;
                    padding: 15px;
                    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
                }
		.container-fluid{margin-top:5%;}
		#descricao-slide{margin-top:-80%;}
        .new-section {
            text-align: center;
        }

        .new-section h2 {
            font-size: 1.5rem;
        }

        .new-section p {
            font-size: 1rem;
        }

        .new-section .btn-primary {
            font-size: 0.875rem;
        }

        .header .nav-link {
            width: 100%;
            padding: 10px;
            color: #ffff;
            border-bottom: 1px solid #444;
        }

        .navbar-collapse {
            background-color: #232323;
        }

        .footer-box {
            text-align: center;
        }

        #logo {
            padding-left: 25%;
        }

        #desativa {
            display: none;
        }

        .img-fluid {
            width: 40%;
        }
    }

    .carousel-item img {
        width: 100%;
        height: auto;
    }

    .urbanist-<uniquifier> {
        font-family: 'BomstadDisplay', serif;
        font-optical-sizing: auto;
        font-weight: <weight>;
        font-style: normal;
    }

    * {
        font-family: 'BomstadDisplay', serif;
        font-optical-sizing: auto;
        font-weight: <weight>;
        font-style: normal;
    }

    h2 {
        font-size: 25px;
    }

 #slide_image {
        position: relative;
        width: 100%;
        height: 93vh;
        overflow: hidden;
        object-fit: cover;
        mask-image: linear-gradient(to right, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 30%);
        -webkit-mask-image: linear-gradient(to top, rgba(0, 0, 0, 1) 5%, rgba(0, 0, 0, 0) 100%);
        filter: grayscale(50%) brightness(80%);
    }

    #logo2 {
        width: 12%;
        opacity: 0;
        transform: scale(0.8);
        animation: fadeInZoom 1s forwards;
    }

    @keyframes fadeInZoom {
        from {
            opacity: 0;
            transform: scale(0.8);
        }
        to {
            opacity: 1;
            transform: scale(1);
        }
    }

   #titulo-slide {
        margin-top: -35%;
        text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.7);
    }

    #descricao-slide {
        text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.7);
    }

    #saibamais {
        background: none;
        color: #fff;
        text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.7);
        transition: transform 0.3s ease, background-color 0.3s ease;
        border: solid 2px #FFFFFF;
        border-radius: 30px;
        padding: 10px;
		margin-top:-30%;
		position:static;
    }

    #saibamais:hover {
        transform: scale(1.1);
        background-color: rgba(255, 255, 255, 0.2);
    }
	#ul {
  padding: 0; /* Remove o padding padrão do ul */
  margin: 0;  /* Remove a margem padrão do ul */
  list-style: none; /* Remove os marcadores padrão dos itens da lista */
  display: flex; /* Define a lista como um flex container */
}

#ul li {
  display: inline; /* Faz com que os itens da lista sejam exibidos em linha */
  margin-right: 10px; /* Adiciona um espaçamento entre os itens da lista */
}
#openMenu{background:#000; border:none; border: 1px solid #FFF; border-radius:5px; padding:10px; margin-left:70%;}
#social-icon{padding-left:20px;}
#redefooter{margin-left:10%; float:left;}
#footer-line{border-top:1px solid #CCC; border-top-left-radius:80px; }
/* Estilo básico para todos os links */
#link a {
  color: white; /* Cor inicial dos links */
  text-decoration: none; /* Remove o sublinhado padrão dos links */
  transition: color 0.4s ease, background-color 0.4s ease;
  text-decoration:none; /* Transição suave para a cor do texto e o fundo */
}

/* Estilo para links ao passar o mouse */
#link a:hover {
  color: gray; /* Cor dos links ao passar o mouse */
  background-color: rgba(0, 0, 0, 0.1); /* Cor de fundo ao passar o mouse, opcional */
  text-decoration: underline; 
  text-decoration:none;/* Adiciona sublinhado ao passar o mouse para um efeito moderno */
}
 /* Estilo para o dropdown */
        .dropdown {
            position: relative;
            display: inline-block;
			margin-right:3%;
        }
        .dropdown-select {
            width: 90px;
            padding: 10px;
            margin: 5px;
            border-radius: 5px;
            cursor: pointer;
            font-size: 16px;
            background-color: #000;
            display: flex;
            align-items: center;
            justify-content: space-between;
        }
        .dropdown-select img {
            width: 20px; /* Ajuste o tamanho das bandeiras */
            height: auto;
            margin-right: 10px;
        }
        .dropdown-content {
            display: none;
            position: absolute;
            background-color:#000;
            border: 1px solid #ccc;
            border-radius: 5px;
            width: 100%;
            box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
            z-index: 1;
            top: 100%;
            left: 0;
        }
        .dropdown-content div {
			
            padding: 10px;
            cursor: pointer;
            display: flex;
            align-items: center;
        }
        .dropdown-content div img {
            width: 20px;
            height: auto;
            margin-right: 10px;
        }
        .dropdown-content div:hover {
            background-color: #000;
        }
        .show {
            display: block;
        }
        .dropdown-select::after {
            content: '▼';
			color:#CCC;
            position: absolute;
            right: 10px;
            top: 50%;
            transform: translateY(-50%);
            pointer-events: none;
        }
        /* Oculta o banner de tradução do Google */
        .goog-te-banner-frame {
            display: none !important;
        }
        /* Oculta o gadget do Google Tradutor */
        .goog-te-gadget-simple {
            display: none !important;
        }
        /* Oculta o texto padrão do menu do Google */
        .goog-te-menu-value {
            display: none !important;
        }
        #google_translate_element {
            display: none;
        }
   .full-width-section {
            position: relative;
            width: 100%;
            height: 400px; /* Ajuste a altura conforme necessário */
            background-image:url(img/pet.png);
            background-size: cover;
            background-position: center;
            display: flex;
            align-items: center;
            justify-content: center;
            color: #fff;
            text-align: center;
            overflow: hidden;
        }
        .section-content {
            position: relative;
            max-width: 800px;
            padding: 20px;
            background: rgba(0, 0, 0, 0.5); /* Fundo escurecido para melhorar a legibilidade */
            border-radius: 10px;
        }
        .section-content h1 {
            margin: 0 0 10px;
            font-size: 2.5rem;
        }
        .section-content p {
            margin: 0 0 20px;
            font-size: 1.2rem;
        }
        .section-content a {
            display: inline-block;
            padding: 10px 20px;
            background-color: #ff5722; /* Cor do botão */
            color: #fff;
            text-decoration: none;
            border-radius: 5px;
            font-size: 1rem;
            transition: background-color 0.3s;
        }
        .section-content a:hover {
            background-color: #e64a19; /* Cor do botão ao passar o mouse */
        }

        /* Responsividade */
        @media (max-width: 768px) {
			.text-center{font-size:35px; padding-top:15%; padding-bottom:15%;}
            .section-content h1 {
                font-size: 2rem;
            }
            .section-content p {
                font-size: 1rem;
            }

        }
		 /* Estilo para a seção de notícias */
        .news-section {
            display: flex;
            flex-wrap: wrap;
            justify-content: space-between;
            padding: 20px;
            box-sizing: border-box;
        }

        /* Estilo para cada caixa de notícia */
   .news-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.news-box {
    flex: 0 0 calc(33.333% - 10px); /* Três caixas em linha com menos espaçamento */
    margin: 5px; /* Menos espaço entre as caixas */
    border-radius: 8px;
    overflow: hidden;
    position: relative; /* Necessário para posicionar o título sobre a imagem */
    background-color: #fff;
    transition: transform 0.3s, box-shadow 0.3s;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1); /* Adiciona sombra leve */
}

.news-image {
    background: #000;
    width: 100%;
    height: 310px; /* altura fixa */
    display: block;
    background-size: cover; /* preenche o espaço sem distorcer */
    background-position: center; /* centraliza a imagem */
    filter: grayscale(80%) brightness(80%);
}

/* Garante que os itens não ocupem mais que 33% mesmo com um único post */
.news-container > .news-box {
    flex-basis: calc(33.333% - 10px);
    min-width: calc(33.333% - 10px); /* Garante que as caixas não ocupem mais de 33% da largura */
}

/* Responsividade para telas menores, ajustando para uma coluna */
@media (max-width: 1200px) {
    .news-box {
        flex: 1 1 calc(50% - 10px); /* 2 colunas para telas médias */
    }
}

@media (max-width: 768px) {
    .news-box {
        flex: 1 1 calc(100% - 10px); /* 1 coluna para telas pequenas */
    }
}


        /* Estilo para o título da notícia */
        .news-title {
            position: absolute; /* Permite que o título seja posicionado sobre a imagem */
            bottom: 10px; /* Posiciona o título na parte inferior da caixa */
            left: 10px; /* Alinha o título à esquerda da caixa */
            background: rgba(0, 0, 0, 0.5); /* Fundo semi-transparente para melhorar a legibilidade */
            color: #fff; /* Cor do texto */
            padding: 10px; /* Espaçamento interno do título */
            border-radius: 5px; /* Borda arredondada para o fundo do título */
            font-size: 1.2em; /* Tamanho da fonte do título */
            z-index: 10; /* Garante que o título fique sobre a imagem */
        }

        /* Estilo para o link do título */
        .news-title a {
            color: #fff; /* Cor do texto do link */
            text-decoration: none; /* Remove o sublinhado do link */
        }

        /* Efeito de hover para cada caixa */
        .news-box:hover {
            transform: translateY(-5px);
            box-shadow: 0 8px 16px rgba(0, 0, 0, 0.3);
        }

        /* Ajustes responsivos */
        @media (max-width: 768px) {
            .news-box {
                flex: 1 1 calc(50% - 10px); /* Duas caixas em linha para telas menores */
            }
			        

#fazemos{font-size:25px; width:80%;}
			h2{font-size:35px;}
			#redefooter{margin-left:30%;}
			#logo2 {
        width: 25%;
        opacity: 0;
        transform: scale(0.8);
        animation: fadeInZoom 1s forwards;
    }
#openMenu{background:#000; border:none; border: 1px solid #FFF; border-radius:5px; padding:10px; 
margin-left:75%; margin-top:-25%;}
        @media (max-width: 480px) {
			#openMenu{background:#000; border:none; border: 1px solid #FFF; border-radius:5px; padding:10px; 
margin-left:75%; margin-top:-25%;}
			#logo2 {
        width: 25%;
        opacity: 0;
        transform: scale(0.8);
        animation: fadeInZoom 1s forwards;
    }
			
            .news-box {
                flex: 1 1 100%; /* Uma caixa em linha para telas muito pequenas */
            }
			#fazemos{font-size:35px; width:80%;}
			h2{font-size:35px;}
			#redefooter{margin-left:0%;}
			 .carousel-control-prev,
    .carousel-control-next {
        display: none; /* Oculta as setas no mobile */
        }
		   #titulo-slide {
        margin-top: -55%;
        text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.7);
    }

    #descricao-slide p{
        text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.7);
	
    }
@media (max-width: 767.98px) {
	
    #titulo-slide {
		 .carousel-control-prev,
    .carousel-control-next {
        display: none; /* Oculta as setas no mobile */
        font-size: 1.5rem;
    }
}
    .scroll-icon {
        position: fixed;
        bottom: 20px; /* Distância do fundo */
        left: 50%;
        transform: translateX(-50%);
        font-size: 30px; /* Tamanho do ícone */
        color: white; /* Cor do ícone */
        animation: bounce 1s infinite; /* Animação de movimento */
        z-index: 1000; /* Fica acima de outros elementos */
    }

    @keyframes bounce {
        0%, 100% {
            transform: translate(-50%, 0); /* Posição inicial */
        }
        50% {
            transform: translate(-50%, -10px); /* Movimento para cima */
        }
    }
	.custom-section-img {
		position: relative;
            height: auto; /* Altura total da seção */
            background-color: #000; /* Fundo preto */
			
        }
        .custom-img {
			margin-top:10%;
            object-fit: cover; /* Para cobrir o espaço sem distorcer a imagem */
            height: 100%; /* Altura da imagem */
        }
        .text-white {
			margin-top:10%;
            color: #fff; /* Texto branco para contraste */
        }
	 