#index3 {
	width: min(100%, 1200px);
}

#index3-container {
	background: #f4efe4;
}

.projects-heritage {
	margin: -10px -10px 0;
	background: #f4efe4;
	color: #211f1c;
	font-family: "Open Sans", arial, sans-serif;
}

.projects-heritage * {
	box-sizing: border-box;
}

.projects-shell {
	width: min(100%, 1120px);
	margin: 0 auto;
	padding: 0 24px;
}

.projects-kicker {
	margin: 0 0 10px;
	color: #b9342e;
	font-family: "Montserrat", "Open Sans", arial, sans-serif;
	font-size: 14px;
	font-weight: 900;
	letter-spacing: 0;
	line-height: 1.2;
	text-transform: uppercase;
}

.projects-hero {
	position: relative;
	overflow: hidden;
	min-height: 480px;
	background:
		linear-gradient(90deg, rgba(33, 31, 28, 0.98), rgba(78, 54, 39, 0.9) 56%, rgba(39, 107, 85, 0.92)),
		#211f1c;
	color: #fff;
}

.projects-hero__pattern {
	position: absolute;
	inset: 0;
	background:
		linear-gradient(90deg, transparent 0 42px, rgba(226, 178, 89, 0.45) 42px 46px, transparent 46px 92px),
		linear-gradient(0deg, transparent 0 42px, rgba(185, 52, 46, 0.36) 42px 46px, transparent 46px 92px),
		repeating-linear-gradient(45deg, rgba(244, 239, 228, 0.22) 0 8px, transparent 8px 20px);
	mix-blend-mode: screen;
	opacity: 0.34;
}

.projects-breadcrumbs {
	position: relative;
	z-index: 1;
	margin: 0;
	padding-top: 34px;
	font-size: 13px;
	line-height: 1.4;
	color: rgba(255, 255, 255, 0.86);
}

.projects-breadcrumbs a {
	color: #fff;
	text-decoration: none;
}

.projects-hero__layout {
	position: relative;
	z-index: 1;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 48px;
	min-height: 420px;
	padding: 30px 0 44px;
}

.projects-hero__copy {
	flex: 1 1 620px;
	min-width: 0;
}

.projects-hero .projects-kicker {
	color: #e2b259;
}

.projects-hero h1 {
	max-width: 720px;
	margin: 0;
	font-family: "Montserrat", "Open Sans", arial, sans-serif;
	font-size: 60px;
	font-weight: 900;
	letter-spacing: 0;
	line-height: 1;
	text-transform: uppercase;
}

.projects-hero__lead {
	max-width: 680px;
	margin: 22px 0 0;
	color: rgba(255, 255, 255, 0.92);
	font-size: 20px;
	line-height: 1.55;
}

.projects-hero__facts {
	display: flex;
	flex-wrap: wrap;
	gap: 18px;
	max-width: 720px;
	margin-top: 34px;
	padding-top: 22px;
	border-top: 1px solid rgba(244, 239, 228, 0.42);
}

.projects-hero__facts div {
	flex: 1 1 160px;
}

.projects-hero__facts strong,
.projects-hero__facts span {
	display: block;
}

.projects-hero__facts strong {
	font-family: "Montserrat", "Open Sans", arial, sans-serif;
	font-size: 23px;
	font-weight: 900;
	letter-spacing: 0;
	line-height: 1.1;
}

.projects-hero__facts span {
	margin-top: 5px;
	color: rgba(255, 255, 255, 0.78);
	font-size: 14px;
	line-height: 1.35;
}

.projects-feature-wall {
	flex: 0 0 430px;
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	grid-auto-rows: 136px;
	gap: 10px;
	padding: 10px;
	border: 6px solid rgba(244, 239, 228, 0.9);
	background: #f4efe4;
	box-shadow: 0 22px 50px rgba(0, 0, 0, 0.28);
}

.projects-feature-tile {
	position: relative;
	display: block;
	overflow: hidden;
	min-width: 0;
	background-color: #211f1c;
	background-position: center;
	background-size: cover;
	text-decoration: none;
}

.projects-feature-tile--1 {
	grid-row: span 2;
}

.projects-feature-tile:before {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(0deg, rgba(33, 31, 28, 0.72), rgba(33, 31, 28, 0.05) 62%);
}

.projects-feature-tile span {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	display: block;
	padding: 10px 12px;
	color: #fff;
	font-family: "Montserrat", "Open Sans", arial, sans-serif;
	font-size: 12px;
	font-weight: 900;
	letter-spacing: 0;
	line-height: 1.2;
	text-transform: uppercase;
}

.projects-subnav {
	display: flex;
	flex-wrap: wrap;
	background: #211f1c;
	border-top: 5px solid #e2b259;
}

.projects-subnav a {
	display: flex;
	flex: 1 1 25%;
	align-items: center;
	justify-content: center;
	min-height: 58px;
	padding: 13px 16px;
	border-right: 1px solid rgba(255, 255, 255, 0.16);
	color: #fff;
	font-family: "Montserrat", "Open Sans", arial, sans-serif;
	font-size: 13px;
	font-weight: 900;
	letter-spacing: 0;
	line-height: 1.22;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
}

.projects-subnav a:hover {
	background: #b9342e;
	color: #fff;
	text-decoration: none;
}

.projects-heritage #boxdrop-menu {
	display: none;
}

.projects-search-band {
	background: #f4efe4;
	border-bottom: 1px solid #d7c6a6;
}

.projects-search-band__inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 28px;
	padding-top: 34px;
	padding-bottom: 34px;
}

.projects-search-band__copy {
	flex: 1 1 460px;
	min-width: 0;
}

.projects-search-band h2 {
	max-width: 620px;
	margin: 0;
	color: #211f1c;
	font-family: "Montserrat", "Open Sans", arial, sans-serif;
	font-size: 30px;
	font-weight: 900;
	letter-spacing: 0;
	line-height: 1.16;
	text-transform: uppercase;
}

.projects-search {
	flex: 0 1 430px;
	min-width: 0;
	padding: 18px;
	background: #fff;
	border: 1px solid #d7c6a6;
	border-left: 7px solid #276b55;
}

.projects-search label {
	display: block;
	margin-bottom: 9px;
	color: #5c5144;
	font-family: "Montserrat", "Open Sans", arial, sans-serif;
	font-size: 13px;
	font-weight: 900;
	letter-spacing: 0;
	line-height: 1.2;
	text-transform: uppercase;
}

.projects-search__row {
	display: flex;
	align-items: stretch;
}

.projects-search input[type="text"] {
	flex: 1 1 auto;
	min-width: 0;
	height: 48px;
	padding: 0 14px;
	border: 1px solid #b7aa92;
	border-right: 0;
	background: #fbfaf6;
	color: #211f1c;
	font-size: 17px;
	line-height: 48px;
}

.projects-search button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	min-width: 128px;
	height: 48px;
	padding: 0 16px;
	border: 1px solid #b9342e;
	background: #b9342e;
	color: #fff;
	cursor: pointer;
	font-family: "Montserrat", "Open Sans", arial, sans-serif;
	font-size: 14px;
	font-weight: 900;
	letter-spacing: 0;
	line-height: 1;
	text-transform: uppercase;
}

.projects-search button:hover {
	background: #8a1d1f;
	border-color: #8a1d1f;
}

.projects-search .fa {
	font-size: 16px;
}

.projects-history-band {
	position: relative;
	background: #fff;
}

.projects-history-band:before {
	content: "";
	display: block;
	height: 12px;
	background:
		linear-gradient(90deg, #276b55 0 25%, #f4efe4 25% 50%, #b9342e 50% 75%, #154d72 75% 100%);
}

.projects-history-band__grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 18px;
	padding-top: 40px;
	padding-bottom: 40px;
}

.projects-history-item {
	display: grid;
	grid-template-columns: 46px minmax(0, 1fr);
	column-gap: 14px;
	row-gap: 4px;
	align-items: start;
	min-height: 150px;
	padding: 24px;
	background: #fbfaf6;
	border: 1px solid #d7c6a6;
	border-left: 7px solid #276b55;
}

.projects-history-item:nth-child(2) {
	border-left-color: #b9342e;
}

.projects-history-item:nth-child(3) {
	border-left-color: #154d72;
}

.projects-history-item i {
	display: inline-flex;
	grid-row: span 2;
	align-items: center;
	justify-content: center;
	width: 46px;
	height: 46px;
	background: #211f1c;
	color: #e2b259;
	font-size: 20px;
}

.projects-history-item strong {
	display: block;
	color: #211f1c;
	font-family: "Montserrat", "Open Sans", arial, sans-serif;
	font-size: 18px;
	font-weight: 900;
	letter-spacing: 0;
	line-height: 1.16;
	text-transform: uppercase;
}

.projects-history-item span {
	display: block;
	color: #57514a;
	font-size: 16px;
	line-height: 1.5;
}

.projects-gallery {
	padding: 58px 0 70px;
	background:
		linear-gradient(0deg, rgba(244, 239, 228, 0.86), rgba(244, 239, 228, 0.86)),
		repeating-linear-gradient(90deg, transparent 0 38px, rgba(21, 77, 114, 0.16) 38px 41px, transparent 41px 82px);
}

.projects-gallery__heading {
	display: flex;
	align-items: end;
	justify-content: space-between;
	gap: 24px;
	margin-bottom: 26px;
}

.projects-gallery__heading h2 {
	max-width: 760px;
	margin: 0;
	color: #211f1c;
	font-family: "Montserrat", "Open Sans", arial, sans-serif;
	font-size: 34px;
	font-weight: 900;
	letter-spacing: 0;
	line-height: 1.14;
	text-transform: uppercase;
}

.projects-gallery__count {
	flex: 0 0 auto;
	display: inline-flex;
	align-items: center;
	min-height: 44px;
	padding: 10px 15px;
	background: #276b55;
	color: #fff;
	font-family: "Montserrat", "Open Sans", arial, sans-serif;
	font-size: 13px;
	font-weight: 900;
	letter-spacing: 0;
	line-height: 1.2;
	text-transform: uppercase;
}

.proyectos-wrapper {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 22px;
	font-size: 17px;
}

.proyectos-item {
	display: block;
	min-width: 0;
	margin: 0;
	background: #211f1c;
}

.proyectos-card {
	position: relative;
	display: block;
	overflow: hidden;
	min-height: 100%;
	border: 1px solid #c9b895;
	background: #211f1c;
	color: #fff;
	text-decoration: none;
	transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.proyectos-card:before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	z-index: 1;
	height: 6px;
	background: linear-gradient(90deg, #276b55, #e2b259, #b9342e);
}

.proyectos-card:hover {
	border-color: #b9342e;
	box-shadow: 0 16px 34px rgba(33, 31, 28, 0.18);
	color: #fff;
	text-decoration: none;
	transform: translateY(-3px);
}

.fixed-thumb {
	width: 100%;
	height: 268px;
	background-color: #d7c6a6;
	background-position: center;
	background-size: cover;
}

.proyectos-title {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 2;
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 62px;
	width: 100%;
	margin: auto;
	padding: 13px 14px;
	background: rgba(33, 31, 28, 0.92);
	color: #fff;
	font-family: "Montserrat", "Open Sans", arial, sans-serif;
	font-size: 14px;
	font-weight: 900;
	letter-spacing: 0;
	line-height: 1.22;
	text-align: center;
	text-transform: uppercase;
}

.projects-empty {
	grid-column: 1 / -1;
	display: grid;
	gap: 7px;
	padding: 32px;
	background: #fff;
	border: 1px solid #d7c6a6;
	border-left: 7px solid #b9342e;
	color: #211f1c;
}

.projects-empty strong {
	font-family: "Montserrat", "Open Sans", arial, sans-serif;
	font-size: 20px;
	font-weight: 900;
	letter-spacing: 0;
	text-transform: uppercase;
}

.projects-empty span {
	color: #57514a;
	font-size: 16px;
	line-height: 1.5;
}

.proyectos-inline {
	display: inline-block;
	width: calc(50% - 10px);
	margin: 5px;
	border: 1px solid #eeeeee;
	box-sizing: border-box;
	font-size: 0;
	text-align: center;
	background: #fff;
}

.proyectos-inline:hover {
	-webkit-filter: brightness(90%);
	filter: brightness(0.9);
}

.proyectos-inline img {
	width: calc(100% - 10px);
	margin: 5px;
}
.fixed-thumb-img1-new {
    background-image: url('http://mueblesrak.com.mx/proyectos/proy1.png');
}
.fixed-thumb-img2-new {
    background-image: url('http://mueblesrak.com.mx/proyectos/proy2.png');
}
.fixed-thumb-img3-new {
    background-image: url('http://mueblesrak.com.mx/proyectos/proy3.png');
}
.fixed-thumb-img4-new {
    background-image: url('http://mueblesrak.com.mx/proyectos/proy4.png');
}
.fixed-thumb-img5-new {
    background-image: url('http://mueblesrak.com.mx/proyectos/proy5.jpg');
}
.fixed-thumb-img6-new {
    background-image: url('http://mueblesrak.com.mx/proyectos/proy6.jpg');
}
.fixed-thumb-img7-new {
    background-image: url('http://mueblesrak.com.mx/proyectos/proy7.jpg');
}
.fixed-thumb-img8-new {
    background-image: url('http://mueblesrak.com.mx/proyectos/proy8.jpg');
}
.fixed-thumb-img1 {
    background-image: url('http://rak.com.mx/proyectos/rak_locaciones_silla_ciro_1.jpg');
}
.fixed-thumb-img2 {
    background-image: url('http://rak.com.mx/proyectos/rak_locaciones_silla_gigi_1.jpg');
}
.fixed-thumb-img3 {
    background-image: url('http://rak.com.mx/proyectos/rak_locaciones_silla_ka_1.jpg');
}
.fixed-thumb-img4 {
    background-image: url('http://rak.com.mx/proyectos/rak_locaciones_silla_barbi_1.jpg');
}
.fixed-thumb-img5 {
    background-image: url('http://rak.com.mx/proyectos/rak_locaciones_silla_nube_1.jpg');
}
.fixed-thumb-img6 {
    background-image: url('http://rak.com.mx/proyectos/rak_locaciones_silla_roy_1.jpg');
}
.fixed-thumb-img7 {
    background-image: url('http://rak.com.mx/proyectos/rak_locaciones_silla_roy_2.jpg');
}
.fixed-thumb-img8 {
    background-image: url('http://rak.com.mx/proyectos/rak_locaciones_silla_sandy_1.jpg');
}
.fixed-thumb-img9 {
    background-image: url('http://rak.com.mx/proyectos/rak_locaciones_silla_dabi_1.jpg');
}
.fixed-thumb-img10 {
    background-image: url('http://rak.com.mx/proyectos/rak_locaciones_sillon_gemma_1.jpg');
}
.fixed-thumb-img11 {
    background-image: url('http://rak.com.mx/proyectos/rak_locaciones_sillon_melisa_1.jpg');
}
.fixed-thumb-img12 {
    background-image: url('http://rak.com.mx/proyectos/rak_locaciones_banco_harry_1.jpg');
}
.fixed-thumb-img13 {
    background-image: url('http://rak.com.mx/proyectos/rak_locaciones_silla_jason_1.jpg');
}
.fixed-thumb-img14 {
    background-image: url('http://rak.com.mx/proyectos/rak_locaciones_silla_dabi_2.jpg');
}
.fixed-thumb-img15 {
    background-image: url('http://rak.com.mx/proyectos/rak_locaciones_silla_ibiza_1.jpg');
}
.fixed-thumb-img16 {
    background-image: url('http://rak.com.mx/proyectos/rak_locaciones_silla_mahal_1.jpg');
}
.fixed-thumb-img17 {
    background-image: url('http://rak.com.mx/proyectos/rak_locaciones_silla_mauna_1.jpg');
}
.fixed-thumb-img18 {
    background-image: url('http://rak.com.mx/proyectos/rak_locaciones_sillon_dallas_II_1.jpg');
}
.fixed-thumb-img19 {
    background-image: url('http://rak.com.mx/proyectos/rak_locaciones_silla_ibiza_2.jpg');
}
.fixed-thumb-img20 {
    background-image: url('http://rak.com.mx/proyectos/rak_locaciones_silla_mahal_2.jpg');
}
.fixed-thumb-img21 {
    background-image: url('http://rak.com.mx/proyectos/rak_locaciones_sillon_gloria_1.jpg');
}
.fixed-thumb-img22 {
    background-image: url('http://rak.com.mx/proyectos/rak_locaciones_sillon_java_teka_2.jpg');
}
.fixed-thumb-img23 {
    background-image: url('http://rak.com.mx/proyectos/rak_locaciones_sillon_samba_1.jpg');
}
.fixed-thumb-img24 {
    background-image: url('http://rak.com.mx/proyectos/rak_locaciones_sillon_somer_1.jpg');
}
.fixed-thumb-img25 {
    background-image: url('http://rak.com.mx/proyectos/rak_locaciones_sillon_java_teka_1.jpg');
}
.fixed-thumb-img26 {
    background-image: url('http://rak.com.mx/proyectos/rak_locaciones_silla_ka_varias_1.jpg');
}
.fixed-thumb-img27 {
    background-image: url('http://rak.com.mx/proyectos/rak_locaciones_sillon_java_1.jpg');
}
.fixed-thumb-img28 {
    background-image: url('http://rak.com.mx/proyectos/rak_locaciones_sillon_dallas_II_1.jpg');
}
.fixed-thumb-img29 {
    background-image: url('http://rak.com.mx/proyectos/rak_locaciones_silla_bistro_P_1.jpg');
}
.fixed-thumb-img30 {
    background-image: url('http://rak.com.mx/proyectos/rak_locaciones_silla_bistro_P_2.jpg');
}
.fixed-thumb-img31 {
    background-image: url('http://rak.com.mx/proyectos/rak_locaciones_sillon_malibu_1.jpg');
}
.fixed-thumb-img32 {
    background-image: url('http://rak.com.mx/proyectos/rak_locaciones_banco_oxford_1.jpg');
}
.fixed-thumb-img33 {
    background-image: url('http://rak.com.mx/proyectos/rak_locaciones_silla_luxemburgo_1.jpg');
}
.fixed-thumb-img34 {
    background-image: url('http://rak.com.mx/proyectos/rak_locaciones_silla_nicola_1.jpg');
}
.fixed-thumb-img35 {
    background-image: url('http://rak.com.mx/proyectos/rak_locaciones_sillon_hop_1.jpg');
}
.fixed-thumb-img36 {
    background-image: url('http://rak.com.mx/proyectos/rak_locaciones_silla_paris_1.jpg');
}
.fixed-thumb-img37 {
    background-image: url('http://rak.com.mx/proyectos/rak_locaciones_silla_star_II_2.jpg');
}
.fixed-thumb-img38 {
    background-image: url('http://rak.com.mx/proyectos/rak_locaciones_banco_oxford_1.jpg');
}
.fixed-thumb-img39 {
    background-image: url('http://rak.com.mx/proyectos/rak_locaciones_sillon_loto_1.jpg');
}
.fixed-thumb-img40 {
    background-image: url('http://rak.com.mx/proyectos/rak_locaciones_sillon_pomona_1.jpg');
}
.fixed-thumb-img41 {
    background-image: url('http://rak.com.mx/proyectos/rak_locaciones_silla_nilo_1.jpg');
}
.fixed-thumb-img42 {
    background-image: url('http://rak.com.mx/proyectos/rak_locaciones_silla_star_II_1.jpg');
}
.fixed-thumb-img43 {
    background-image: url('http://rak.com.mx/proyectos/rak_locaciones_silla_oxford_1.jpg');
}
.fixed-thumb-img44 {
    background-image: url('http://rak.com.mx/proyectos/rak_locaciones_silla_dublin_1.jpg');
}
.fixed-thumb-img45 {
    background-image: url('http://rak.com.mx/proyectos/rak_locaciones_silla_luxemburgo_3.jpg');
}
.fixed-thumb-img46 {
    background-image: url('http://rak.com.mx/proyectos/rak_locaciones_silla_nicola_2.jpg');
}
.fixed-thumb-img47 {
    background-image: url('http://rak.com.mx/proyectos/rak_locaciones_silla_bianca_2.jpg');
}
.fixed-thumb-img48 {
    background-image: url('http://rak.com.mx/proyectos/rak_locaciones_silla_donina_1.jpg');
}
.fixed-thumb-img49 {
    background-image: url('http://rak.com.mx/proyectos/rak_locaciones_silla_bianca_1.jpg');
}
.fixed-thumb-img50 {
    background-image: url('http://rak.com.mx/proyectos/rak_locaciones_silla_musa_1.jpg');
}
.fixed-thumb-img51 {
    background-image: url('http://rak.com.mx/proyectos/rak_locaciones_silla_bella_1.jpg');
}
.fixed-thumb-img52 {
    background-image: url('http://rak.com.mx/proyectos/rak_locaciones_silla_luxemburgo_2.jpg');
}
.fixed-thumb-img53 {
    background-image: url('http://rak.com.mx/proyectos/rak_locaciones_banco_tamy_II_1.jpg');
}
.fixed-thumb-img54 {
    background-image: url('http://rak.com.mx/proyectos/rak_locaciones_silla_nicola_3.jpg');
}
.fixed-thumb-img55 {
    background-image: url('http://rak.com.mx/proyectos/rak_locaciones_sillon_loto_2.jpg');
}

@media (max-width: 980px) {
	.projects-hero {
		min-height: 0;
	}

	.projects-hero__layout {
		flex-direction: column;
		align-items: stretch;
		min-height: 0;
	}

	.projects-hero h1 {
		font-size: 46px;
	}

	.projects-feature-wall {
		flex-basis: auto;
		width: 100%;
		grid-auto-rows: 160px;
	}

	.projects-search-band__inner {
		align-items: stretch;
	}

	.projects-history-band__grid {
		grid-template-columns: 1fr;
	}

	.proyectos-wrapper {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.fixed-thumb {
		height: 246px;
	}
}

@media (max-width: 900px) {
	.projects-subnav {
		display: none;
	}

	.projects-heritage #boxdrop-menu {
		display: block;
		margin: 0;
	}
}

@media (max-width: 760px) {
	.projects-search-band__inner,
	.projects-gallery__heading {
		flex-direction: column;
		align-items: stretch;
	}

	.projects-search {
		flex-basis: auto;
	}

	.projects-gallery__count {
		align-self: flex-start;
	}
}

@media (max-width: 560px) {
	.projects-shell {
		padding: 0 16px;
	}

	.projects-breadcrumbs {
		padding-top: 24px;
		font-size: 12px;
	}

	.projects-hero__layout {
		gap: 28px;
		min-height: 0;
		padding: 28px 0 42px;
	}

	.projects-hero h1 {
		font-size: 36px;
	}

	.projects-hero__lead {
		font-size: 17px;
		line-height: 1.48;
	}

	.projects-hero__facts {
		gap: 14px;
	}

	.projects-hero__facts div {
		flex-basis: calc(33.333% - 10px);
	}

	.projects-hero__facts strong {
		font-size: 18px;
	}

	.projects-hero__facts span {
		font-size: 13px;
	}

	.projects-feature-wall {
		display: none;
	}

	.projects-feature-tile--1 {
		grid-row: span 1;
	}

	.projects-search-band__inner {
		padding-top: 28px;
		padding-bottom: 28px;
	}

	.projects-search-band h2,
	.projects-gallery__heading h2 {
		font-size: 27px;
	}

	.projects-search__row {
		flex-direction: column;
	}

	.projects-search input[type="text"] {
		border-right: 1px solid #b7aa92;
	}

	.projects-search button {
		width: 100%;
	}

	.projects-history-item {
		grid-template-columns: 40px minmax(0, 1fr);
		min-height: 0;
		padding: 20px;
	}

	.projects-history-item i {
		width: 40px;
		height: 40px;
		font-size: 18px;
	}

	.projects-gallery {
		padding: 42px 0 52px;
	}

	.proyectos-wrapper {
		grid-template-columns: 1fr;
		gap: 18px;
	}

	.fixed-thumb {
		height: 220px;
	}

	.proyectos-card:hover {
		transform: none;
	}
}
