.grid-filtros {
    gap: 25px;
}

.grid-filtros,
.grid-projetos {
    margin-bottom: 50px;
}

.tab-categoria {
    overflow: hidden;
    padding: 0;
    border: none;
    cursor: pointer;
    background: none;
    border: solid 2px var(--cor-border);
    color: black;
    border-radius: 0;
    padding: 5px;
    border-radius: 50px;
    text-align: center;
}

.tab-categoria > p {
    text-align: center;
}

.tab-categoria.active {
    background-color: var(--cor-botao);
    color: white;
    border: solid 2px var(--cor-botao);
}

.tab-categoria.active > p {
    color: white;
    font-weight: 600;
}

#abrirFiltros {
    margin-top: 10px;
    display: none;
    margin-bottom: 25px;
}

#abrirFiltros p {
    color: var(--cor-botao);
}

p.tipo-produto {
    display: inline;
}

.container-botao-fechar {
    padding-top: 15px;
    text-align: right;
}

.modal-projetos p,
.modal-projetos a {
    font-size: 16px;
}

.modal-projetos a {
    display: inline;
    color: var(--cor-link);
}

.modal-projetos a:hover {
	text-decoration: underline;
    text-underline-offset: 3px;
}

.modal-projetos {
    width: 1200px;
}

.overflow {
    margin-top: 25px;
    max-height: 60vh;
    border: none;
    overflow: auto;
    text-align: center;
}



@media (max-width: 1280px) {

	.grid-filtros > div {
	    flex: 0 0 calc(25% - 37.5px);
    }

    .modal-projetos {
        width: 75%;
    }

}



@media (max-width: 1024px) {

    #abrirFiltros {
        display: block;
    }

    .grid-filtros {
        display: none;
    }

	.grid-filtros > div {
	    flex: 0 0 calc(33.33% - 33.33px);
    }
    
}



@media (max-width: 768px) {

	.grid-filtros > div {
	    flex: 0 0 calc(50% - 25px);
    }

    .modal-projetos {
        width: 90%;
    }

    .overflow iframe {
        width: 100%;
        height: 400px;
    }

}



@media (max-width: 600px) {

	.grid-filtros > div {
	    flex: 100%;
    }

    .overflow iframe {
        height: 300px;
    }


}