@charset "UTF-8";




html, body {
	margin: 0;
	padding: 0;
	height: 100%;
	font-family: 'Monumental Regular';
	font-size: 16px;
	font-weight: 100;/* Cambia el peso aquí para una fuente más fina */
	letter-spacing: 2px;
	background-color: #000000;
	
	
	
	
	

}

@font-face {
	font-family: 'Monumental Regular';
	font-style: normal;
	font-weight: normal;
	src: local('Monumental Regular2'), url('../font/MonumentExtended-Regular.woff') format('woff');
}

header, nav,  div, h1, p, a, ul, li {
	margin: 0;
	padding: 0;
}


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

header a:hover {
	text-decoration-line: none;
	color: #C11D00;
}

/* contenedor general */

#total {
	position: relative;
	min-height: 100vh;
	width: 100%;
	padding: 0px;
	padding-top: 2.9%;
	margin: 0px;
	margin-left: auto;
	margin-right: auto;
	box-sizing: border-box;
	z-index: 2;
	/* background-color: aqua; */
}

/* contenedor para header, nav y visor superior */

.contenedor {
	position: fixed;
	width: 93%;
	z-index: 1;
	padding: 0px;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	left: 0px;
	right: 0px;
	box-sizing: border-box;
	/* background-color: beige; */
}



header {
	position: relative;
	padding-left: 10px;
	padding-top: 0px;
	float: left;
	text-align: left;
	box-sizing: border-box;
	margin-left: 0px;
}

header h1 {
	color: #fff;
	font-size: calc(0.35rem + 0.35vw + 0.35vh);
	font-weight: 100;
	text-align: left;
	letter-spacing: 2px;
}



nav {
	position: relative;
	padding-right: 6px; /* se le suma 4px de nav ul li a */
	padding-top: 0px;
	float: right;
	box-sizing: border-box;
	margin-right: 0px;
}

nav ul {
	list-style: none;
	float: right;
}

nav ul li {
	float: left;
	color: #FFFFFF;
	font-size: calc(0.33rem + 0.33vw + 0.33vh);
	text-align: left;
	transition: all 0.3s linear;
	font-style: normal;
	font-weight: 100;
}

nav ul li a {
	color: #ffffffe7;
	text-decoration: none;
	mix-blend-mode: color-burn;
	font-weight: 100;
	padding-top: 3px;
	padding-left: 4px;
	padding-right: 4px;
	padding-bottom: 2px;
	letter-spacing: 2px;
}

nav ul li a:hover {
	color: #000000;
	background-color: #fff;
	text-decoration: none;
	mix-blend-mode: color-burn;
	padding-top: 3px;
	padding-left: 4px;
	padding-right: 4px;
	padding-bottom: 2px;
}


/*.select {
	color: #000000;
	background-color: #fff;
	text-decoration: none;
	mix-blend-mode: color-burn;
	padding-top: 3px;
	padding-left: 4px;
	padding-right: 4px;
}*/


.select {

	filter: brightness(75%);
	mix-blend-mode: color-burn;
	letter-spacing: 2px;
	padding-left: 4px;
	padding-right: 4px;
}


/* visor superior en contenedor fijo */

#visor_Sup {
	position: relative;
	clear: both;
	padding-top: 4px;
}

#visor_Sup img {
	width: 100%;
	height: 100%;
	min-height: 100%;
}


/* visor inferior independente y fijo */

#visor_Inf {
	position: fixed;
	bottom: 69px;
	width: 93%;
	left: 0px;
	right: 0px;
	margin: auto;
	z-index: 2;
}

#visor_Inf img {
	width: 100%;
	height: 100%;
	min-height: 100%;
}








/* ----------- para print --------- */



.grid {
	display: grid;
	grid-auto-rows: 475px;
	gap: 7px;
	grid-auto-flow: row dense;
	margin: 1rem auto;
	width: 100%;
	max-width: 97%;
	margin-top: 37px;
}

.grid-item {
	position: relative;
	overflow: hidden;
	display: flex;
	justify-content: center;
	align-items: center;
	color: white;
	font-size: 24px;
	font-weight: bold;
	background-size: cover;
	background-position: center;
	cursor: crosshair;
	
}

.grid-item--width2 {
	grid-column: span 2;
}

.grid-item--width3 {
	grid-column: span 3;
}

.grid-item--height2 {
	grid-row: span 2;
}

.grid-item--height3 {
	grid-row: span 3;
}

#lightbox{

	z-index: 200000;
}


.lightbox {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.8);
	justify-content: center;
	align-items: center;
	z-index: 10000;
}

.lightbox img {
	max-width: 100%;
	max-height: 100%;
	object-fit: contain;
}

.lightbox .nav {
	position: absolute;
	top: 0;
	height: 100%;
	width: 39px;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
	color: white;
	font-size: 27px;
}

.lightbox .nav--left {
	left: 0;
}

.lightbox .nav--right {
	right: 0;
}

.close-btn {
	position: absolute;
	top: 10px;
	right: 10px;
	font-size: 27px;
	color: white;
	cursor: pointer;
	z-index: 10001;
}







/* Asegúrate de que los div superpuestos no bloqueen los eventos de puntero */
#visor_Sup, #visor_Inf, #total {
	pointer-events: none;
  }
  
  /* Mantén la capacidad de interactuar con los videos */
.contendor-prints, header, nav {
	pointer-events: all;
  }


.contendor-prints{
	position: absolute;
	top: -1rem;
	pointer-events: all;
	z-index: 1;
	padding: 0;
	margin: 0;
	width: 100%;
	scroll-snap-type: y proximity;  
}



/* ---------------------------- */











/* Video de fondo para version escritorio */


.video-background {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	overflow: hidden;
	z-index: -1;
}

#video-bg {
	position: absolute;
	top: 50%;
	left: 50%;
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	transform: translate(-50%, -50%);
	background-size: cover;
}









/* imagen de fondo fija abajo */

.img-background {
	position: fixed;/* Fijo en la pantalla */
	top: calc(50%);/* Centra verticalmente */
	left: 50%;/* Centra horizontalmente */
	transform: translate(-50%, -50%);
	width: 100%;
	padding: 0px;
	margin: 0px;
	margin-left: auto;
	margin-right: auto;
	height: 100%;/* Igual al tamaño de .rectangulo */
	overflow: hidden;
	z-index: -2;
	background-image: url('../imgs/Pedro_Martin-Calero_contacto.jpg');
	background-position: bottom;
	background-size: cover;
}





/* Estilos para el div .plantilla y su imagen */
.plantilla {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	min-height: 100%;
	z-index: 9999;/* Asegura que esté por encima de todo */
	opacity: 1;
	}


.plantilla img {
	width: 100%;
	height: 100%;
	min-height: 100%;
}





@media only screen and (max-width : 767px) {

	#total {
		position: relative;
		min-height: 100vh;
		width: 96%;
		padding: 0px;
		padding-top: 43px;
		margin: 0px;
		margin-left: auto;
		margin-right: auto;
		box-sizing: border-box;
	}

	.img-background {
		position: fixed;
		/* Fijo en la pantalla */
		width: 100%;
		padding: 0px;
		margin: 0px;
		margin-left: auto;
		margin-right: auto;
		height: 100%;
		/* Igual al tamaño de .rectangulo */
		overflow: hidden;
		z-index: -1;
		background-image: url('../imgs/Pedro_Martin-Calero_contacto.jpg');
		background-size: cover;
	}

	.img-backgroun {
		position: fixed;
		/* Fijo en la pantalla */
		width: 100%;
		padding: 0px;
		margin: 0px;
		margin-left: auto;
		margin-right: auto;
		height: 100%;
		/* Igual al tamaño de .rectangulo */
		overflow: hidden;
		z-index: -1;
		background-image: url('../imgs/PedroMartin-Calero.png');
		background-size: cover;
	}

	#visor_Inf {
		position: fixed;
		bottom: 49px;
		width: 93%;
		left: 0px;
		right: 0px;
		margin: auto;
	}

	#visor_Inf img {
		width: 100%;
		height: 100%;
		min-height: 100%;
	}
}