/* prettier-ignore */
/*# sourceMappingURL=user.css.map */
@font-face {
    font-family: Poppins;
    src: url(../font/Poppins-Regular.ttf);
}

body {
	font-family: Poppins;
}

/*section {
	scroll-snap-align: start;
}*/

.grid-x4 {
	display: grid;
	grid-template-columns: auto auto auto;
	grid-gap: 30px 30px;
	text-align: center;
	align-items: center;
	justify-content: space-evenly;
	height: 100vh;
	padding: 0vh;
}

.grid-item {
	width: auto;
	height: auto;
	max-width: 100px;
	max-height: 70px;
	filter: drop-shadow(0px 0px 4px rgba(0, 0, 0, 0.3));
}

.bg-holder.overlay-1:before {
	content: none;
}

.lightGallery-captions h4 {
	margin-top: 10px !important;
	color: white;
}

/* Estilo para secciones normales */
/*.section-normal {
	background: lightblue;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 3rem;
}*/

/* Sección con scroll interno */


/*
#wrapper {
	overflow: hidden;
	position: fixed;
	height: 0;
	width: 100%;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

#content {
	overflow: visible;
	width: 100%;
}

.text {
	position: fixed;
	top: 50vh;
	font-family: termina, sans-serif;
	font-weight: 900;
	font-style: normal;
	font-size: 8vw;
	text-align: center;
	width: 100%;
	transform: translateY(-100%);
	z-index: 2;
	color: white;
	-webkit-text-stroke-width: 1.5px;
	-webkit-text-stroke-color: white;
	z-index: -2;
}

.outline-text {
	color: transparent;
	-webkit-text-stroke-width: 1.5px;
	-webkit-text-stroke-color: white;
	z-index: 2;
}

.filter-text {
	mix-blend-mode: screen;
	color: #804691;
	z-index: 2;
}

.images {
	padding-top: 200vh;
	position: relative;
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	min-height: 150vh;
	height: 100%;
	display: grid;
	grid-template-columns: repeat(20, 2%);
	grid-template-rows: repeat(30, 3%);
	justify-content: center;
	justify-items: center;
	align-items: center;
	z-index: 1;
	object-fit: cover;
}

.content__slide-item {
	width: 100%;
	height: 100%;
	position: relative;
}

.img_skew {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

img:nth-child(1) {
	grid-area: 1/1/6/8;
}

img:nth-child(2) {
	grid-area: 3/12/8/20;
}

img:nth-child(3) {
	grid-area: 9/5/13/15;
}

img:nth-child(4) {
	grid-area: 14/1/18/8;
}

img:nth-child(5) {
	grid-area: 16/12/20/19;
}

img:nth-child(6) {
	grid-area: 20/2/25/9;
}

img:nth-child(7) {
	grid-area: 22/11/24/20;
}

img:nth-child(8) {
	grid-area: 26/5/30/15;
}*/

.fancynav-link {
	font-size: 1.5rem;
}

.fst-italic {
	font-size: 0.8em;
	background: #f9f9f9;
	padding: 7px;
}

.image-grid {
	display: grid;
	grid-template-columns: repeat(12, 1fr);
	grid-column-gap: 1rem;
	grid-row-gap: 33.3vh;
	width: 100vw;
	margin: 0 auto;

	.image-cont {
		position: relative;
		overflow: hidden;
		height: 80vh;
		max-height: 500px;
	}

	.image-grid-item {
		position: absolute;
		width: 100%;
		height: 160%;
		object-fit: cover;
		bottom: 0;
	}

	.image-cont:nth-child(1) {
		grid-column: 1 / -1;
		grid-row: 1;
		height: 95vh;
	}

	.image-cont:nth-child(2) {
		grid-column: 2 / span 8;
		grid-row: 2;
		height: 60vh;
	}

	.image-cont:nth-child(3) {
		grid-column: 4 / span 8;
		grid-row: 3;
		height: 60vh;
		.image-grid-item {
			object-position: right;
		}
	}

	.image-cont:nth-child(4) {
		grid-column: 1 / -1;
		grid-row: 4;
		height: 60vh;
	}

	.image-cont:nth-child(5) {
		grid-column: 4 / span 8;
		grid-row: 5;
		height: 80vh;
	}

	.image-cont:nth-child(6) {
		grid-column: 2 / span 8;
		grid-row: 6;
		height: 80vh;
	}

	@media screen and (min-width: 1000px) {
		.image-cont {
			max-height: unset;
		}

		.image-cont:nth-child(2) {
			grid-column: 2 / span 4;
		}

		.image-cont:nth-child(3) {
			grid-column: 8 / span 4;
		}

		.image-cont:nth-child(5) {
			grid-column: 8 / span 4;
		}

		.image-cont:nth-child(6) {
			grid-column: 2 / span 4;
		}
	}
}

.photo-1 {
	width: 20vw;
	border-width: 0.8vw 0.5vw 5vw;
	border-style: solid;
	border-color: #fffdfa;
	border-image: initial;
	filter: drop-shadow(black 0px 0px 4px);
}

.photo-2 {
	width: 25vw;
	border-width: 1vw;
	border-style: solid;
	border-color: #fffdfa;
	border-image: initial;
	filter: drop-shadow(black 0px 0px 4px);
}

.photo-3 {
	width: 20vw;
	border-width: 1vw;
	border-style: solid;
	border-color: #fffdfa;
	border-image: initial;
	border-radius: 7px;
	filter: drop-shadow(black 0px 0px 4px);
}

/* Photo Gallery */
.gallery {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(12.5rem, 1fr));
	grid-auto-rows: 12.5rem;
	grid-auto-flow: dense;
	gap: 0.75rem;
}

.gallery figure {
	/* container-type: inline-size; */
	container: figure / inline-size;
	overflow: hidden;

	display: grid;
	/* grid-template-columns: 1fr; */
	/* grid-template-rows: 1fr; */

	/*
	  Because 1fr = minmax(auto, 1fr),
	  to prevent the grid blowout,
	  set the minimum to zero.
	*/
	grid-template-columns: minmax(0, 1fr);
	grid-template-rows: minmax(0, 1fr);
}

.gallery img {
	inline-size: 100%;
	block-size: 100%;
	object-fit: cover;

	/* grid-row: 1 / -1; */
	/* grid-column: 1 / -1; */
	grid-area: 1 / 1 / -1 / -1;

	transition: scale 1s ease-in-out;
}

.gallery figure:hover img {
	scale: 1.125;
}

.gallery figcaption {
	grid-area: 1 / 1 / -1 / -1;
	align-self: end;
	z-index: 1;

	padding: 3em 15% 1em 1em;
	color: #fff;
	font-size: 0.875rem;
	line-height: 1.3;
	background: linear-gradient(transparent 25%, rgb(0 0 0 / 0.75));
	display: none;
}

@container figure (width > 20rem) {
	.gallery figcaption {
		display: block;
	}
}

.gallery figcaption h3 {
	font-size: 1.0625rem;
}

.gallery figcaption p {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

@media (width < 600px) {
    .image-cont {
        scale: 2;
    }
}

@media (width > 600px) {
	.gallery figure:nth-child(1) {
		grid-area: span 2 / span 2;
	}

	.gallery figure:nth-child(4n + 1) {
		grid-row: span 2;
	}

	.gallery figure:nth-child(4n + 2) {
		grid-column: span 2;
	}

    .grid-x4 {
        padding: 15vh;
    }
}
