/*
Theme Name: BFZ Arquitetura e Urbanismo
Author: Recifigital
Author URI: https://recifigital.com
Description: Tema desenvolvido pela Recifigital para a empresa BFZ Arquitetura e Urbanismo. O Design foi pensado através de pesquisas e definições centradas no usuário, passando por processos ágeis de desenvolvimento e conta com a inovação contínua durante seu monitoramento.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: BFZ
Tags: personalizado, moderno, inovacao, minimalista, recifigital
*/


/* --- HEADER --- */
header {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    display: flex;
    background: transparent;
    align-items: center;
    justify-content: center;
    z-index: 999;
    transition: background-color 0.3s ease, transform 0.3s ease-in-out;
    box-sizing: border-box;
}

header.hidden { transform: translateY(-150%); }
header.negative ul li a { color: #fff; }
header.negative ul li a.active { color: #A9ABAE; pointer-events: none; }
header.negative ul li a:hover { color: #606062; }
header.positive { background: #F5F5F7; }
header.positive ul li a { color: #28282A; }
header.positive ul li a.active { color: #A9ABAE; pointer-events: none; }
header.positive ul li a:hover { color: #606062; }

nav { width: 100vw; min-width: 202px; }
.nav-projeto { width: 100%; display: flex; justify-content: center; gap: 10px;}
.menu, .menu-collum { gap: 20px; display: none; list-style: none; }
.menu-collum { display: flex; }
.menu-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
}

.side-menu {
    position: fixed;
    top: 0;
    background-color: #28282A;
    color: white;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.22s ease;
    z-index: 999;
}

.no-scroll { overflow: hidden; height: 100vh; }
.side-menu.active { opacity: 1; pointer-events: auto; }
.side-menu.active ~ .hamburger { display: none; }
.side-menu .menu-collum {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: auto;
    width: 100vw;
    height: 100vh;
}

.side-menu .menu-collum li { margin-bottom: 20px; }
.side-menu .menu-collum li a {
    font-size: 20px;
    color: #fff;
    text-decoration: none;
    text-align: center;
}
.side-menu .menu-collum li a.active {
    color: #727376;
}

.close-menu {
    top: 0;
    right: 20px;
    font-size: 76px;
    color: #fff;
    cursor: pointer;
    position: absolute;
    z-index: 1;
}

.logo { display: flex; justify-content: center; z-index: 1000; }
.logo-image {
    width: 74px;
    height: 48px;
    background-size: contain;
    background-repeat: no-repeat;
    display: block;
}

#logo-image-negative { background-image: url('/wp-content/themes/bfz/imagens/marca/logowhite.png'); }
#logo-image-positive { background-image: url('/wp-content/themes/bfz/imagens/marca/logoblack.png'); }

ul { list-style: none; display: flex; margin: 0; padding: 0; z-index: 1; }
ul li a {
    font-family: "Gotham";
    color: #fff;
    transition: color 0.3s ease;
}

.hamburger {
    flex-direction: column;
    cursor: pointer;
    z-index: 999;
    display: flex;
    align-items: center;
}

.hamburger span {
    display: block;
    height: 4px;
    width: 38px;
    background: white;
    margin: 4px 0;
    transition: background-color 0.3s ease;
}

.hamburger.negative span { background: #fff; }
.hamburger.positive span { background: #000; }

/* --- BODY --- */
html, body {
    background-color: #F4F5F6;
    min-width: 236px;
    min-height: 100vh;
    justify-content: center;
    margin: 0;
    box-sizing: border-box;
    overflow-y: auto;
    overflow-x: hidden;
    touch-action: pan-y; /* Permite apenas rolagem vertical */
}

.body-content { min-height: 90vh; }

body.no-scroll {
    touch-action: none; /* Permite apenas rolagem vertical */
    overflow-y: none;
}


*, *::before, *::after {
    box-sizing: inherit;
}

button {
    padding: 8px 16px;
    background-color: #000;
    border: 1px solid #000;
    color: #fff;
    cursor: pointer;
    font-size: 14px;
    transition: all 0.3s ease;
    text-transform: uppercase;
    letter-spacing: 1px;
}

button:hover {
    background-color: #606062; /* Efeito de hover para o botão ativo */
    border: 1px solid #606062;
}

button.disable {
    background-color: #A9ABAE; /* Cor de fundo mais clara para indicar desabilitado */
    border: 1px solid #A9ABAE;
    color: #fff; /* Cor do texto mais clara */
    cursor: auto; /* Muda o cursor para indicar que não é clicável */
    
    transition: all 0.3s ease; /* Mantém a transição suave */
}

button.disable:hover {
    background-color: #A9ABAE; /* Mantém a mesma cor de fundo no hover */
    border: 1px solid #A9ABAE;
    color: #fff; /* Mantém a mesma cor do texto no hover */
    cursor: auto;
}

button.outline {
    padding: 8px 16px;
    background-color: transparent;
    border: 1px solid #000;
    color: #000;
    cursor: pointer;
    font-size: 14px;
    transition: all 0.3s ease;
    text-transform: uppercase;
    letter-spacing: 1px;
}

button.outline:hover {
    background-color: #606062;
    color: white;
    border: 1px solid #606062;
}

button.outline.active {
    border: 1px solid #A9ABAE;
    background-color: #A9ABAE; /* Cor de fundo mais clara para indicar desabilitado */
    color: #fff; /* Cor do texto mais clara */
    cursor: auto; /* Muda o cursor para indicar que não é clicável */
    transition: all 0.3s ease; /* Mantém a transição suave */
}

@font-face { font-family: "Gotham-Black"; src: url("/wp-content/themes/bfz/fonts/Gotham-Black.otf") format("opentype"); }
@font-face { font-family: "Gotham-Medium"; src: url("/wp-content/themes/bfz/fonts/Gotham-Medium.otf") format("opentype"); }
@font-face { font-family: "Gotham-Light"; src: url("/wp-content/themes/bfz/fonts/Gotham-Light.otf") format("opentype"); }

h1, h2, p, a { margin-block: 0.25em; }
h1 { font-family: "Gotham-Black", sans-serif; font-size: 20px; color: black; }
h2 { font-family: "Gotham-Medium", sans-serif; font-size: 15px; color: black; }
p, a { font-family: "Gotham-Light", sans-serif; font-size: 15px; color: black; }
ul li a { font-family: "Gotham-Black", sans-serif; text-decoration: none; font-size: 28px; }
a {
    padding: 0;
    margin: 0;
    border: none;
}

.spacer { height: 10px; }
.section {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 20px;
    padding: 0 20px 80px 20px;
    max-width: 1440px;
    margin: auto;
}
#section-title { padding: 0 20px; }
#section-projetos, #section-noticias { max-width: none; transition: all 0.3s ease; gap: 20px; }
/* Esconde os itens filtrados */
#section-projetos .item.hidden {
    display: none;
    opacity: 0;
    height: 0;
    overflow: hidden;
}
#section-projetos .item {
    transition: all 0.3s ease;
}
#section-projeto { max-width: none; padding: 0; gap: 0; }
#section-privacidade { gap: 40px; padding-bottom: 120px; }


.section span { font-family: "Gotham-Light", sans-serif; font-weight: 300; font-size: 12px; color: black; }
.title { width: 100%; display: flex; padding-bottom: 0px; text-align: left; justify-content: left;}
#title-privacidade { padding-bottom: 0px;}
#title-close { padding-bottom: 0px; }

.item { height: auto; transition: transform 0.3s ease;  text-align: left; grid-column: span 6; margin: 0;}
#item-sobre div { padding: 20px 0px 20px;}
#item-sobre p { padding: 10px 0; }
#item-privacidade li h2, #item-privacidade li p, #item-privacidade p h2 { font-size: 15px; display: inline; }
#item-privacidade h2, #item-privacidade p { font-size: 15px; }
#item-privacidade .title h1 { padding-bottom: 40px; }
#item-privacidade .title h2 { padding-bottom: 20px; }
#item-privacidade ul { text-align: left; flex-direction: column; }
#item-privacidade li { margin: 0; }
#item-contato p { max-width: 210px; }
#item-projeto { place-items: center; }
#item-projetos {
    position: relative;
    height: auto;
    transition: transform 0.3s ease;
    text-align: left;
    grid-column: span 6;
    margin: 0;
    overflow: hidden;
}

.item-link {
    display: block;
    position: relative;
}

#item-projetos .image-container {
    position: relative;
    display: flex;
    overflow: hidden;
}

#item-projetos .item-image {
    width: 100%;
    height: auto;
    transition: transform 0.3s ease;
}



/* Criando uma camada escura sobre a imagem no hover */
#item-projetos .image-container::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0);
    transition: background 0.3s ease;
}

#item-projetos:hover .image-container::after {
    background: rgba(0, 0, 0, 0.4); /* Escurece a imagem no hover */
}

/* O texto que aparecerá ao hover */
#item-projetos .project-title {
    position: absolute;
    bottom: 10px;
    left: 10px;
    font-size: 24px;
    color: white;
    display: none;
    transition: opacity 0.3s ease;
}

/* Exibe o título no hover */
#item-projetos:hover .project-title {
    display: block;
    opacity: 1;
}

/* Efeito ao clicar */
#item-projetos:active .image-container::after {
    background: rgba(0, 0, 0, 0.5);
}

#item-projetos:active .project-title {
    display: block;
    opacity: 1;
}

#item-equipe { text-align: left; }

#item-noticias, #item-premio { cursor: pointer; box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1); }
#item-equipe { box-shadow: none; }

#item-premio { transition: all 0.3s ease;
    display: block;
    flex-direction: column;
    }

#item-noticias, #item-equipe {
    transition: all 0.3s ease;
    display: flex;
    flex-direction: column;
    height: 100%; /* Garante que todos os cards tenham a mesma altura */
}

#item-noticias:hover, #item-premio:hover {
    box-shadow: 0px 6px 15px rgba(0, 0, 0, 0.15);
}

#item-noticias a, #item-premio a, #item-equipe a {
    text-decoration: none;
    display: flex;
    flex-direction: column;
    height: 100%;
    color: inherit;
}

.premio-description {
    padding: 15px;
    background-color: #f9f9f9;

    display: none;
    animation: fadeIn 0.3s ease-out;
}

.premio-description.active {
    display: block;
}

@keyframes fadeIn {
    from { opacity: 0; transform: translateY(-10px); }
    to { opacity: 1; transform: translateY(0); }
}



#item-noticias img, #item-equipe img {
    width: 100%;
    height: auto;
    flex-grow: 1; /* Faz com que a imagem expanda para preencher o espaço restante */
    object-fit: cover; /* Mantém a imagem bem ajustada */
}

.item-noticias-content, .item-premio-content, .item-equipe-content {
    background: #ffffff;
    display: flex;
    padding: 20px;
    flex-direction: column;
    justify-content: flex-end;
}

#item-noticias h2, #item-premio h2, #item-equipe h2 {
    color: #000;
    margin-bottom: 5px;
}

#item-noticias p, #item-premio p, #item-equipe p {
    color: #000;
}

.filter-header {
    padding: 0 20px 20px 20px;
    margin: 0 auto;
    gap: 10px;
    width: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    flex-wrap: wrap;
}

.filter-visible-buttons {
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: flex-end;
    flex-wrap: wrap;
}

.filter-toggle-btn {
    width: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.filter-toggle-btn img {
    width: 20px;
    height: 20px;
    transition: opacity 0.3s ease;
}

.filter-toggle-btn .close-icon {
    position: absolute;
    opacity: 0;
}

.filters-container {
    margin: 0 auto;
    width: 100%;
}

.filter-group {
    padding: 0px 20px 20px 20px;
    margin-top: -10px;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: flex-end;
}








.item-image {
    margin: auto;
    width: 100%;
    height: auto;
    object-fit: cover;
    object-position: center;
}

footer {
    min-height: 10vh;
    background-color: #28282A;
    color: #fff;
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

/* Adicione estas regras ao seu CSS existente */
.footer-links {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    padding-bottom: 5px;
}

.footer-links a {
    color: #fff;
    text-decoration: underline;
    font-size: 18px;
    transition: color 0.3s ease;
    flex-wrap: wrap;
    padding: 0 5px; /* Espaçamento interno opcional */
}

.footer-container {
    top: 0;
    max-width: 1440px;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.footer-container a, .footer-container p { color: #fff; text-align: center; }
.footer-container a:hover { color: #606062; }

.footer-copy, .footer-container .social-icons { flex-wrap: wrap; gap: 20px; padding: 10px 0px 10px 0px;}

.footer-credit { width: 100%; }

.cookie-popup {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #333;
    color: white;
    text-align: center;
    padding: 15px 30px;
    z-index: 9999;
    font-size: 14px;
    display: block;
}

.cookie-popup.show { display: block; visibility: visible; }
.cookie-popup-content { max-width: 700px; margin: 0 auto; padding: 10px; }
.cookie-popup p { color: white; margin-bottom: 10px; line-height: 1.5; font-size: 16px; }
.cookie-popup a { color: #fff; text-decoration: underline; font-weight: 500; margin-bottom: 20px; display: inline-block; }
.cookie-popup a:hover { text-decoration: underline; }

/* --- INDEX --- */
.index-img {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-size: cover;
    background-position: center;
    transition: opacity 0.3s ease-in-out, visibility 0.3s;
    opacity: 0;
    visibility: hidden;
}

.index-img::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(circle, transparent 60%, rgba(0, 0, 0, 0.8) 150%);
    pointer-events: none;
}

.index-img.visible {
    opacity: 1;
    visibility: visible;
}

.image-swiper {
    position: fixed;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 20px;
    pointer-events: all;
    z-index: 10;
}

.swiper-dot {
    width: 15px;
    height: 15px;
    cursor: pointer;
    background-color: rgba(255, 255, 255, 0.5);
    transition: background-color 0.3s, transform 0.3s;
}

.swiper-dot:hover {
    transform: scale(1.2);
}

.swiper-dot.active {
    background-color: white;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.social-icons {
    display: flex;
    gap: 15px;
    justify-content: left;
}

/* Estilo base do carrossel */
.carousel {
    display: flex;
    max-height: calc(100vh - 60px);
    min-width: 100%;
    overflow-y: hidden;
    overflow-x: hidden;
    margin: 0 auto;
    -ms-overflow-style: none;
    transition: all 0.3s ease-in-out;
    align-items: center;
    position: relative;
    z-index: 1;
}

.carousel.fullscreen {
    max-height: 100vh;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.9);
    display: flex;
    overflow-x: hidden;
    align-items: center;
    justify-content: center;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
}

.carousel.fullscreen .item-carousel {
    height: 100%;
}

.item-carousel {
    flex: 0 0 auto;
    scroll-snap-align: start;
    overflow: hidden;
    height: auto; 
    position: relative;
    z-index: 1;
    max-width: 100%;
    min-width: 100%;
}

.item-carousel.active {
    outline: 2px solid #ddc32f; /* Contorno laranja para destaque */
}

.item-carousel img {
    max-width: 100%;
    min-width: 100%;
    object-fit: cover;
    transition: transform 0.3s ease-in-out;
    z-index: 1;
}

.carousel.fullscreen .item-carousel {
    justify-content: center; /* Centraliza horizontalmente */
    align-items: center; /* Centraliza verticalmente */

}

.carousel.fullscreen .item-carousel img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    object-fit: contain;
    display: block;
    margin: auto;
}


.carousel-arrow {
    position: absolute;
    top: calc(50% - 26px);
    background: rgba(0, 0, 0, 0.5);
    color: white;
    border: none;
    font-size: 24px;
    cursor: pointer;
    padding: 10px 15px;
    z-index: 10000;
    transition: background 0.3s ease;
}

.carousel-arrow:hover {
    background: rgba(0, 0, 0, 0.8);
}

.left-arrow {
    left: 20px;
}

.right-arrow {
    right: 20px;
}

.counter-container {
    font-size: 1.2em;
    color: #000;
    padding: 0px 10px 0px 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: default;
}

.counter-container span {
    font-size: 15px;
}

#carousel.grid-mode {
    max-height: 100vh;
    display: grid;
    grid-template-columns: repeat(auto-fill, 200px); /* Colunas fixas de 200px */
    grid-auto-rows: 20px; /* Base para calcular a altura */
    gap: 20px;
    padding: 20px;
    padding-bottom: 180px;
    justify-content: center;
    height: calc(100% + 1px);
    z-index: 1000;
    overflow-y: auto;
    overflow-x: hidden;
}

#carousel.grid-mode .item-carousel {
    height: auto;
    width: 200px;
    overflow: hidden;
    cursor: default; /* Remove o cursor pointer do container */
    display: flex; /* Permite centralizar a imagem */
    align-items: flex-start; /* Alinha a imagem no topo */
    justify-content: center;
    pointer-events: none; /* Bloqueia interação na área vazia */
}

#carousel.grid-mode .item-carousel img {
    width: 200px;
    height: auto; /* Mantém proporção */
    cursor: pointer; /* Mantém clique apenas na imagem */
    pointer-events: auto; /* Habilita clique apenas na imagem */
}

.menu-icon {
    margin: 0;
    width: 20px;
    height: 20px;
    transition: transform 0.2s, filter 0.2s;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
}

.menu-icon:hover {
    transform: scale(1.2);
}


#menu-navegacao {
    display: flex;
    justify-content: flex-end;
    margin-top: 0;
    padding: 0px 20px 0px 20px;
    position: relative;
    z-index: 1;
    width: 100%;
    max-width: 1440px;
}

#carousel-navegacao {
    display: none;
    position: fixed;
    bottom: 10vh;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10000;
    background-color: rgba(255, 255, 255, 0.9);
    padding: 10px 20px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
}

#carousel-navegacao a, #menu-navegacao a {
    margin: 20px 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}


.carousel.fullscreen #carousel-navegacao,
.carousel.grid-mode #carousel-navegacao {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
}

.carousel.fullscreen #carousel-navegacao-overlay,
.carousel.grid-mode #carousel-navegacao-overlay {
    display: block;
}

.linha-separadora {
    height: 4px;
    background-color: #000;
    margin: 20px 0 20px 0;
}

.minimal-container {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin: auto;
    gap: 50px;
    padding: 40px 20px;
}

.text-content {
    flex: 1;
    text-align: left;
    font-size: 1.5rem;
    color: #222;
    line-height: 1.6;
}

.text-content h2 {
    font-size: 2rem;
    font-weight: bold;
    color: #000;
}

.image-wrapper {
    flex: 1;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
}

.minimal-image {
    object-fit: contain;
    width
}

@media (min-width: 0px) {
    
    #item-noticias { grid-column: span 6; }
    #item-image-body{ height: 180px; }
    #item-title { grid-column: span 6; padding-bottom: 10px; }
    .footer-links a { font-size: 12px; }
}



@media (min-width: 580px) {
    .section {
        display: grid;
        grid-template-columns: repeat(6, 1fr);
        gap: 20px;
        padding: 0px 20px 80px 20px;
        width: 100%;
    }


    h1 { font-size: 24px; }
    h2 { font-size: 18px; }
    p, a { font-size: 16px; }
    ul li a { font-size: 28px; }
    .footer-links a { font-size: 15px; }
    .item { grid-column: span 4/6; }

    #item-title { grid-column: span 4/6;}
    #item-image-body{ height: 200px; }
    #item-projeto { grid-column: span 6; }
    #item-projetos { grid-column: span 3; }

    #item-noticias { grid-column: span 3; }

    

    .swiper-dot { width: 20px; height: 20px; margin: 0 15px; }

}

@media (min-width: 915px) {
    .menu, .menu-collum { display: flex;}
    .hamburger { display: none;}
    .section {
        display: grid;
        grid-template-columns: repeat(4, 1fr); /* 4-column layout */
        gap: 20px; /* Increased gap for better spacing */
        padding: 0px 20px 160px 20px; /* Increased padding */
        width: 100%;
        margin: 0 auto; /* Center sections horizontally */
    }
    #section-projetos, #section-noticias { grid-template-columns: repeat(6, 1fr); }
    #section-title { padding: 0 40px; }
    #section-sobre { padding-top: 80px; gap: 20px; }
    #section-equipe { padding-top: 0px; /* 4-column layout */}
    #item-image-body{ height: 240px; }


    h1 { font-size: 28px; } /* Larger font size for headings */
    h2 { font-size: 22px; }
    p, a { font-size: 22px; } /* Larger font size for text */
    .footer-links a { font-size: 18px; }

    #item-title { grid-column: span 2/4; padding-bottom: 20px; }

    .item { grid-column: span 2/4; }

    #item-projetos { grid-column: span 2; }
    #item-projeto { grid-column: span 4; } /* Span 4 columns for full width */
    #item-equipe { grid-column: span 2/4; }
    #item-contato { grid-column: span 2/4; }
    #item-noticias { grid-column: span 2; }
    

    #item-projetos .project-title {
        bottom: 20px;
        left: 20px;
    }

}

@media (min-width: 1440px) {
    .carousel { max-height: 80vh; }
    .menu-container { padding: 20px 40px; }
    .section {
        display: grid;
        grid-template-columns: repeat(6, 1fr); /* 4-column layout */
        padding: 0px 40px 160px 40px; /* Increased padding */
        gap: 40px; /* Increased gap for better spacing */
        width: 100%;
    }

    #section-projetos, #section-noticias { grid-template-columns: repeat(8, 1fr); }
    #section-contato, #section-sobre,
    #section-premios {
        grid-template-columns: repeat(4, 1fr); /* 4-column layout */
    }

    
     
    .filter-header { padding: 0 40px 20px 40px; }
    .filter-group { margin-top: 0px; gap: 20px; padding: 0px 40px 20px 40px; }

    .item { grid-column: span 4/6; } /* Default to span 2 columns */
    
    #item-sobre { grid-column: span 2/4; }
    #item-premio { grid-column: span 4; }
    #item-contato { grid-column: span 1; } /* Span 1 column */
    #item-contato p { max-width: none; }
    #item-image-body{ height: 320px; }
    #item-projeto { grid-column: span 6; } /* Span 4 columns for full width */
    #item-equipe { grid-column: span 2; } /* Span 1 column */
    #item-noticias { grid-column: span 2; }
    #item-news .item-image { height: 250px; }

    #item-title { grid-column: span 6; }

    

    .swiper-dot {width: 25px; height: 25px; }
}

@media (min-width: 2440px) {
    
    #section-projetos, #section-noticias { grid-template-columns: repeat(12, 1fr); }
}