#cat-title, .filter, .projects-container{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}

#cat-title, .filter{
	justify-content: center;
}

.title-filtrar {
	font-family: 'lato bold';
	color: #606060;
	font-size: 10px;
}

.options-filter span {
	font-family: 'lato bold';
	color: #ACACAC;
}

.options-filter span:not(:last-child) {	
	border-right: 1px solid  #B1B1B1;
}

#cat-title h1{
	font-size: 25px;
	font-weight:100;
	margin-top: 50px;
}

.filter{
	margin: 20px 0;
	text-align: center;
	color: #B1B1B1;
	margin-top: 100px;
}

.links{
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.links span{
	padding: 0 15px;
	margin: 0 auto;
	cursor: pointer;
	font-size: 10px;
}

/* .links span:nth-child(even) {
	border-left: 1px solid  #B1B1B1;
	border-right: 1px solid  #B1B1B1;
} */

.projects-container{
	width: 90%;
	column-gap: 10px;
	row-gap: 10px;
	width: 100%;
	margin: 0 auto;
	display: flex;
	justify-content: center;
	align-items: center;
}

.project{
	flex: 0 0 100%;
	height: 27vh;
	background-size: cover;
	background-position: center center;
	position: relative;
	text-decoration: none;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	overflow: hidden;
	border-radius: 10px;
}

.project:hover{
	text-decoration: none;
	filter: none
}

.project:hover .layer{
	width: 100%;
	position: absolute;
	background: #267980b3;
	height: 100%;
	
}

.project .layer{
	position: absolute;
	/* background: #00000052; */
	width: 100%;
	height: 100%;
	justify-content: unset !important;
}

.layer-title {
	font-size: 25px;
	font-family: 'lato medium';
}

.layer-description {
	font-size: 15px;
	font-family: 'lato medium';
}

.project .d{
	position: absolute;
	/* top: 0;
	left: 0; */
	color: #fff;
	padding: 15px;
	display:block;
	text-align: center;
}

.project .d p{
	text-shadow: 0px 2px 2px rgb(16 16 16);
	width: 100%;
}


.select_filter_proyecto {
    color: rgb(38, 121, 128) !important;
    font-weight: 500;
}

#matiz{
	background-image: url('/img/proyectos/matiz.png');
}

#olmo{
	background-image: url('/img/proyectos/olmo.png');
}

#lino{
	background-image: url('/img/proyectos/lino.png');
}

#siena{
	background-image: url('/img/proyectos/siena.png');
}

#samara-plaza{
	background-image: url('/img/proyectos/samara-plaza.png');
}

#alturia{
	background-image: url('/img/proyectos/alturia.png');
}

#zapan{
	background-image: url('/img/proyectos/zapan.png');
}

#torre-nucleo{
	background-image: url('/img/proyectos/torre-nucleo.png');
}

#bambu{
	background-image: url('/img/proyectos/bambu.png');
}

#granate{
	background-image: url('/img/proyectos/granate.png');
}

#cipress{
	background-image: url('/img/proyectos/cipress.png');
}

#papiro{
	background-image: url('/img/proyectos/papiro.png');
}

#circunvalar{
	background-image: url('/img/proyectos/circunvalar.png');
}

#zandalo{
	background-image: url('/img/proyectos/zandalo.png');
}

#reserva-del-lago{
	background-image: url('/img/proyectos/reserva-del-lago.png');
}
#opalo{
	background-image: url('/img/proyectos/opalo.png');

}
#teka{
	background-image: url('/img/proyectos/teka.png');

}

#section-text-empresa {
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding: 30px 20px;
	margin-top:20px
}
@media screen and (min-width: 992px){
#section-text-empresa>div {
width: 80%;
text-align: justify;
}

}

#section-text-empresa>div {
width: 95%;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
}
#section-text-empresa p {
margin-bottom: 15px;
font-size: 15px;
color: #606060;
line-height: 23px;
font-family: "lato medium";
text-align: center;
}


@media screen and (min-width: 768px){
	.project{
		flex: 0 0 32%;
	}

	.filter{
		margin-top: 170px;
	}

	.title-filtrar {
		font-size: 16px;
	}

	.links{
		margin: 40px;
	}

	.links span{
		font-size: 14px;
	}

	/* .project{
		filter: grayscale(1);
	} */

	.project .d{
		display:none; 
	}

	.project:hover .d{
		display:block; 
	}

	.projects-container{
		width: 90%;
	}

	.layer-description {
		font-size: 16px;
	}

	.layer-title {
		font-size: 17px;
		margin-bottom: 10px;
	}
}