/*--------------------------------------------------
	Showcase Portfolio
---------------------------------------------------*/

/* Body */
.my_body_classes {
	background-color: #111111;
}

/* Main */
.content_portfolio {
	background-color: #111111;
}

.scroll_effect_panel {
	background-color: #111111;
}



/* Indica scroll botón animado */
#hide_button_bw {
	position: fixed;
	bottom: 18%;
	left: 50%;
	transform: translateX(-50%);
	z-index: 9;
	transition: all 1s cubic-bezier(0.68, 0, 0.265, 1) 0.1s;
	opacity: 1;
}

#hide_button_bw.show-button {
	bottom: 135px;
	opacity: 1;
}

.arrow {
	width: 40px;
	height: 50px;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
}

.circle {
	width: 30px;
	height: 40px;
	opacity: 1;
}

.line {
	width: 2.5px;
	height: 10px;
	background-color: #f3bc44;
	position: absolute;
	top: 10px;
	left: 18.5px;
	animation: moveDown 2s infinite ease-in-out;
}

@keyframes moveDown {
	0% {
		top: 10px;
	}

	50% {
		top: 30px;
	}

	100% {
		top: 10px;
	}
}

/* ------ */

/* Texto titulo portada */
.stack_marquee_text {
	position: relative;
	width: 100vw;
	height: 100vh;
	display: flex;
	align-items: center;
	justify-content: center;
}

.item_stack_text {
	position: relative;
	margin-top: 5%;
	margin-right: 30%;
	overflow: hidden;
	/* Oculta el texto fuera de los límites */
}

.stack_text {
	position: relative;
	overflow: hidden;
	color: #ffffff;
	font-size: 200px;
	line-height: 230px;
	font-family: "Poppins", sans-serif;
	font-weight: 900;
	transform: translateY(150%);
	/*text-transform: uppercase;*/
}


/* Texto Subtitulo portada */
.subtitle_item {
	position: relative;
	width: 100%;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: flex-end;

}

.subtitle_wrapper {
	position: relative;
	width: auto;
	display: flex;
	align-items: flex-end;
	justify-content: center;
	transform: translateY(-150%);
}

.subtitle_text {
	font-size: 40px;
	line-height: 50px;
	font-family: "PPEditorial_New", sans-serif;
	font-weight: 400;
	font-style: italic;
	color: #ffffff;
	/*text-transform: uppercase;*/
}

/* Slide vertical - reveal images */
.slides_image {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	width: 100%;
	position: relative;
	z-index: 1;
}

.slides_image .list_image {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	width: 100%;
	margin: 0;
	padding: 0;
	list-style: none;
}

.slides_image .slide_image {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	/* Cambiado de 100vw a 100% */
	height: 100vh;
	position: relative;
	overflow: hidden;
}

.slide_image .background_image {
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100vh;
	will-change: transform;
	background-size: cover;
}

.background_image video {
	filter: grayscale(80%) brightness(.8) contrast(110%) saturate(120%) blur(0);
}

.image_properties_one {
	object-fit: cover;
	width: 100%;
	/* Cambiado de 100vw a 100% */
}

.slide_image .content_image {
	display: flex;
	align-items: flex-end;
	justify-content: flex-start;
	width: 100%;
	max-width: 100%;
	padding: 0;
	margin: 0;
	top: 40%;
	left: 5%;
	box-sizing: border-box;
	position: relative;
	/* Para que el contenido absoluto esté posicionado relativo a este contenedor */
}

.title_content {
	position: absolute;
	text-align: left;
	margin: 0;
	font-size: 200px;
	line-height: 220px;
	font-family: "Poppins", sans-serif;
	font-weight: 900;
	color: #fff;
}


* {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}

/* Sección principal ocupa el 100% del ancho */
.styled_portfolio {
	width: 100%;
	padding: 20px 0;
	display: flex;
	justify-content: center;
}

/* Contenedor general ocupa el 90% */
.portfolio_items {
	width: 90%;
	display: flex;
	justify-content: center;
}

/* Bloque principal ocupa el 100% */
.item_block {
	width: 100%;
	display: flex;
	gap: 2%;
	/* Espacio entre las imágenes */
	flex-wrap: wrap;
	/* Para que las imágenes se acomoden en responsive */
}

/* Estilos individuales de cada imagen */
.wrap_item {
	position: relative;
	overflow: hidden;
	transition: transform 0.3s ease-in-out;
}

.wrap_item img {
	width: 100%;
	height: auto;
	display: block;
}

/* Distribución de tamaños en pantallas grandes */
.wrap_item1 {
	width: 50%;
}

.wrap_item2 {
	width: 30%;
}

.wrap_item3 {
	width: 20%;
}

/* RESPONSIVE: Ajustes en pantallas medianas (tablets) */
@media (max-width: 1024px) {
	.wrap_item1 {
		width: 60%;
	}

	.wrap_item2 {
		width: 40%;
	}

	.wrap_item3 {
		width: 100%;
		/* La última imagen ocupa todo el ancho en tablet */
	}
}

/*  RESPONSIVE: Ajustes en móviles */
@media (max-width: 1600px) {
	.stack_text {
		margin-top: -35px;
	}

	.subtitle_text {
		font-size: 34px;
		line-height: 38px;
	}

	.title_content {
		font-size: 100px;
		line-height: 120px;
	}
}



/* Media Query */
@media screen and (max-width: 420px) {
	.slide_image .background_image {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100vh;
		overflow: hidden;
	}

	.background_image img {
		width: 100%;
		height: 100%;
		object-fit: cover;
	}

	.title_content {
		font-size: 80px;
		line-height: 90px;
	}

	.slides_image .list_image {
		width: auto;
		height: auto;
	}

	.slides_image .slide_image {
		width: 100%;
		height: 100vh;
	}

	.item_stack_text {
		margin-right: 0;
	}

	.stack_text {
		margin-top: -35px;
	}

	.stack_text_1a {
		font-size: 60px;
		line-height: 70px;
	}

	.subtitle_text {
		font-size: 18px;
		line-height: 22px;
	}
}

/* --- */


/* Sección del título y subtítulo */
.reveal_effect {
	width: 100vw;
	height: 40vh;
	padding: 0 clamp(0, 12vw, 20rem);
	display: grid;
	place-content: center;
	text-align: center;
}

/* Estilo del texto animado */
.text_reveal {
	font-size: 80px;
	line-height: 95px;
	font-family: "Poppins", sans-serif;
	font-weight: 900;
	margin: 0;
}

/* Párrafo */
.p_effect {
	position: relative;
	width: 100vw;
	height: auto;
	margin-top: -3%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.box_reveal_effect {
	position: relative;
	width: 40vw;
	height: auto;
	display: flex;
	align-items: center;
	justify-content: center;

}

.typographic_change {
	font-family: "PPEditorial_New", sans-serif;
	font-weight: 400;
	font-size: 80px;
	line-height: 85px;
	font-style: italic;
	color: #fff;
}

/* Estilo del párrafo animado */
.p_reveal {
	font-size: 20px;
	line-height: 30px;
	font-family: "Poppins", sans-serif;
	font-weight: 300;
	margin: 0;
}

/* ------------ */
.box_title_autumn2024 {
	background-color: #111111;
	width: 100%;
	max-width: 100%;
	position: relative;
	padding-top: 10%;
	padding-bottom: 7%;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	z-index: 1;
}

.item_wrapper_subtitle_autumn2024 {
	position: relative;
	margin-top: 1%;
	width: 50%;
	display: flex;
	align-items: center;
	justify-content: flex-end;
}

.wrapper_subtitle_autumn2024 {
	position: relative;
	margin-right: 5%;
}

.subtitle_autumn2024 {
	position: relative;
	color: #F33A3A;
	font-size: 20px;
	line-height: 30px;
	font-family: "PPEditorial_New", sans-serif;
	font-weight: 200;
	font-style: italic;
}



/* Media Query */
@media screen and (max-width: 1600px) {
	.text_reveal {
		font-size: 50px;
		line-height: 60px;
	}

	.box_reveal_effect {
		width: 50vw;

	}

	.typographic_change {
		font-size: 50px;
		line-height: 55px;
		font-style: italic;
	}

	.p_reveal {
		font-size: 18px;
		line-height: 26px;
	}

	.subtitle_autumn2024 {
		font-size: 16px;
		line-height: 22px;
		letter-spacing: 0;
	}
}

@media screen and (max-width: 420px) {
	.text_reveal {
		font-size: 28px;
		line-height: 28px;
	}

	.p_reveal {
		font-size: 12px;
		line-height: 18px;
	}

	.p_effect {
		margin-top: -100px;
	}

	.typographic_change {
		font-size: 28px;
		line-height: 30px;
		font-style: italic;
	}

	.subtitle_autumn2024 {
		font-size: 14px;
		line-height: 18px;
		letter-spacing: 0;
	}

	.item_wrapper_subtitle_autumn2024 {
		margin-top: 5%;
		width: 100%;
	}

	.box_reveal_effect {
		width: 90vw;

	}
}

.image_properties {
	width: 100%;
	cursor: pointer;
	filter: grayscale(100%) contrast(110%) brightness(80%);
	transform: scale(1);
	transition: all 0.5s 0s ease;
}

.image_properties:hover {
	filter: grayscale(0) contrast(100%) brightness(100%);
	transform: scale(1.03);
	transition: all 0.3s 0s ease;
}

/* Titulos texto fotos */
.box_text_street {
	position: absolute;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: flex-end;
	justify-content: center;
	pointer-events: none;
	overflow: hidden;
	box-sizing: border-box;
}

.item_text_street {
	position: relative;
	width: 100%;
	margin-bottom: 2%;
}

.titul_text_street {
	color: #fff;
	font-family: "Poppins", sans-serif;
	font-weight: 700;
	font-size: 18px;
	margin-left: 5%;
	opacity: 0;
	/*text-transform: uppercase;*/
	transition: all 0.5s ease;
}

.box_text_street_g {
	position: absolute;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: flex-end;
	justify-content: center;
	pointer-events: none;
	overflow: hidden;
	box-sizing: border-box;
}

.item_text_street_g {
	position: relative;
	width: 100%;
	margin-bottom: 30%;
}

.titul_text_street_g {
	font-family: 'barlow_condensedblack';
	font-size: 184px;
	color: #fff;
	margin-left: 5%;
	opacity: 0;
	/*text-transform: uppercase;*/
	transition: all 0.5s ease;
}

.image_wrap:hover .titul_text_street {
	bottom: 10%;
	opacity: 1;
	transform: translateY(-30px);
}

.image_wrap:hover .titul_text_street_g {
	bottom: 10%;
	opacity: 1;
	transform: translateY(-30%);
}

.subtitul_box_text_street {
	position: absolute;
	display: flex;
	align-items: flex-end;
	bottom: -50px;
	left: 0;
	justify-content: center;
	pointer-events: none;
	overflow: hidden;
	box-sizing: border-box;
	z-index: 9;
}

.subtitul_text_street {
	font-size: 16px;
	color: #858585;
}

.text_street_1 {
	color: #858585;
	font-family: "Poppins", sans-serif;
	font-weight: 700;
	font-size: 14px;
}

.text_street_2 {
	color: #858585;
	font-family: "Poppins", sans-serif;
	font-weight: 300;
	font-size: 14px;
}

/* Galería de imágenes */
.scroll_effect_panel {
	width: 100%;
	height: auto;
	position: relative;
	z-index: 9;
}











/* Estilos para la Grid */
.grid_wrap_item {
	background-color: #111111;
	position: relative;
	width: 100%;
	height: auto;
	margin-top: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.grid {
	display: grid;
	width: 100%;
	padding-left: 45px;
	padding-right: 45px;
	grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
	grid-auto-rows: 250px;
	gap: 45px;
	grid-auto-flow: dense;
}

.grid-item {
	overflow: hidden;
	/* border-radius: 12px; */
}

.grid-item img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

/* Estilos personalizados por tamaño */
.horizontal_3_2 {
	grid-column: span 3;
	grid-row: span 2;
}

.vertical_1_2 {
	grid-row: span 1;
	grid-row: span 2;
}

.square_2_2 {
	grid-column: span 2;
	grid-row: span 2;
}

.square_1_1 {
	grid-column: span 1;
	grid-row: span 1;
}

.square_2_1 {
	grid-column: span 2;
	grid-row: span 1;
}

.square_4_2 {
	grid-column: span 4;
	grid-row: span 2;
}

/* --- */

.wrap_grid_item {
	height: 100%;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.box_grid_item {
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: relative;
}

.box_grid_item img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	transition: transform 0.6s ease, filter 0.6s ease;
	will-change: transform, filter;
	filter: brightness(1) contrast(1) saturate(1) grayscale(100%);
}

/* Efecto al pasar el mouse */
.box_grid_item:hover img {
	transform: scale(1.05);
	filter: brightness(.5) contrast(1.2) saturate(1.3) grayscale(0%);
}


/* Media Query */
@media screen and (max-width: 1600px) {

	.square_4_2,
	.square_2_1,
	.horizontal_3_2,
	.vertical_1_2,
	.square_2_2,
	.square_1_1 {
		grid-column: span 1;
		grid-row: span 1;
	}

	.item_stack_text {
		margin-top: 5%;
		margin-right: 30%;
	}

	.stack_text {
		font-size: 130px;
		line-height: 180px;
	}

	.subtitle_text {
		font-size: 24px;
		line-height: 40px;
	}
}


@media screen and (max-width: 420px) {
	.grid {
		padding-left: 10px;
		padding-right: 10px;
		grid-template-columns: repeat(auto-fill, minmax(100px, 1fr));
		grid-auto-rows: 200px;
		gap: 15px;
		grid-auto-flow: dense;
	}

	.square_4_2,
	.square_2_1,
	.horizontal_3_2,
	.vertical_1_2,
	.square_2_2,
	.square_1_1 {
		grid-column: span 3;
		grid-row: span 2;
	}

	.item_stack_text {
		margin-top: 5%;
		margin-right: 0;
	}

	.stack_text {
		font-size: 80px;
		line-height: 130px;
	}

	.subtitle_text {
		font-size: 20px;
		line-height: 30px;
	}

}




/* Titulos de las imagenes */
.grid_caption {
	position: absolute;
	bottom: 0;
	padding: 12px 16px;
	transition: all 0.4s ease;
	opacity: 0;
	transform: translateY(10px);
}

.grid_caption.left {
	left: 0;
	font-size: 26px;
	line-height: 35px;
	font-family: "Poppins", sans-serif;
	font-weight: 200;
	color: #fff;
	/* border-top-right-radius: 8px; */
}

.grid_caption.right {
	font-family: "PPEditorial_New", sans-serif;
	font-size: 16px;
	line-height: 18px;
	font-weight: 400;
	font-style: italic;
	color: #ffffff;
	right: 5px;
	background: rgba(0, 0, 0, 0.5);
	border-radius: 8px;
}

.box_grid_item:hover .grid_caption {
	opacity: 1;
	transform: translateY(0);
}

/* --- */
















/* Icono en el puntero del mouse */
.text_floatstreet {
	position: absolute;
	transform: translate(-50%, -50%);
	width: 100px;
	height: 100px;
	opacity: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	pointer-events: none;
	z-index: 333333;
	top: 0;
	left: 0;
	background-size: cover;
	opacity: 0.1;
	backdrop-filter: blur(3px);
	background-color: rgba(241, 241, 241, 0.5);
	border-radius: 50%;
}

.text_floatstreet img {
	width: 35px;
	height: 35px;
}

/* --- */


/* Zoom one image */
.zoom_gallery_op1 {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100vh;
	overflow: hidden;
}

.margintop {
	margin-top: 100vh;
}

/* Estilo de las imágenes */
.zoom_wrapper_gallery_op1 {
	position: relative;
	width: 30%;
	height: auto;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
}

.zoom_wrapper_gallery_op1 img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	/* Elimina cualquier espacio extra alrededor */
}

/* Media Query */
@media screen and (max-width: 420px) {
	.zoom_wrapper_gallery_op1 {
		width: 90%;
	}

}

/*-----------
Zoom Gallery 3 images
-----------*/

.zoom_gallery_images {
	position: relative;
	margin-top: 110vh;
	padding: 0;
	width: 100vw;
	height: 100vh;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
}

.zoom_wrapper_gallery_images {
	position: relative;
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100vh;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: space-evenly;
	background: linear-gradient(180deg, #111111 50%, #111111 50%);
}

.zoom_wrapper_gallery_images li {
	box-sizing: border-box;
	margin: 0;
	list-style: none;
	z-index: 0;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
}

.zoom_wrapper_gallery_images li.zoom-center {
	z-index: 1;
}

.zoom_wrapper_gallery_images li:first-child {
	margin-left: -14px;
}

.zoom_wrapper_gallery_images li:nth-child(1),
.zoom_wrapper_gallery_images li:nth-child(3) {
	-webkit-transition: scale(0.75);
	transform: scale(0.75);
}

.zoom_wrapper_gallery_images li:nth-child(1),
.zoom_wrapper_gallery_images li:nth-child(2),
.zoom_wrapper_gallery_images li:nth-child(3) {
	width: 40%;
}

.zoom_wrapper_gallery_images li:last-child {
	margin-right: 0;
}

.zoom_wrapper_gallery_images li .zoom-img-wrapper {
	box-sizing: border-box;
	width: 100%;
	height: 100%;
	position: relative;
}

.zoom_wrapper_gallery_images li .zoom-img-wrapper img {
	width: 100%;
	height: 100%;
	position: relative;
	display: block;
	z-index: 100;
	object-position: center;
	object-fit: cover;
}

.titlephoto_street {
	background: rgba(17, 17, 17, .8);
	position: absolute;
	font-family: "Poppins", sans-serif;
	font-style: italic;
	font-weight: 300;
	font-size: 14px;
	line-height: 20px;
	bottom: 20px;
	right: 20px;
	padding: 8px 18px 8px 18px;
	border-radius: 7px;
	text-align: center;
	color: #fff;
	transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s;
	opacity: 1;
	z-index: 99999;
}

/* Media Query */
@media screen and (max-width: 420px) {
	.titlephoto_street {
		display: none;
	}
}