 html {
	   font-size: 16px;
   }
   
 body{
	 background-image: url("assets/bggeneral.webp");
 background-size: cover;
 background-position: center;
 background-repeat: no-repeat;
 background-attachment: fixed;
 
 font-family: "Montserrat", sans-serif;
	 font-optical-sizing: auto;
	 font-style: normal;
   
   line-height: 1.6;
   font-weight: 400;
   letter-spacing: 0.01em;
   word-spacing: 0.02em;
 
   -webkit-font-smoothing: antialiased;
   -moz-osx-font-smoothing: grayscale;
   text-rendering: optimizeLegibility;
   
}
.blank {
  width: 50%;
  padding: 5% 8%;
  position: relative;
  backdrop-filter: blur(30px) saturate(180%);
	 -webkit-backdrop-filter: blur(30px) saturate(180%);
	z-index: 2;
	margin: 0 auto;
	text-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
	text-align: left;
	border-radius: 3px
}

.blank section.artxt{
	width: 100%;
	text-align: left;
	color: #fff
}

.blank section.artxt h1{
	font-size: 3rem;
	font-weight: 900;
	text-align: left;
}
.blank section.artxt h2{
	font-size: 2rem;
	line-height: 1em;
	font-weight: 400;
	text-align: left;
}
.blank section.artxt p{
	font-size: 1.2rem;
	color: #000;
	column-count: 2; 
	column-gap: 1rem; 
	text-align: left;
}

.container {
 position: relative;
  width: 100vw;
  min-height: 100vh;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  z-index: 0;
 
}
.container .responsive-img {
	  position: fixed;
	  top: 50%;
	  left: 50%;
	  width: 100%;
	  height: 100%;
	  object-fit: cover;         /* se expande sin perder proporción */
	  object-position: center;   /* siempre centrada */
	  transform: translate(-50%, -50%);
	  min-width: 100%;
	  min-height: 100%;
	  z-index: 5;
	}


.container ul.artxt {
	position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  color: #fff;
  width: 50%;
  background: rgba(0, 0, 0, 0.05);
  padding: 5rem;
  z-index: 10;
  border-radius: 3px
}
 .artxt li:nth-child(1) {
   font-size: 4.5rem;
   font-weight: 900;
   text-transform: uppercase;
   line-height: .9;
   color: #eee;
   text-shadow: -1px -1px 0 #fff, 3px 3px 8px rgba(0, 0, 0, .4)
 }
 
 .artxt li:nth-child(2) {
   font-size: 2rem;
 font-weight: 400;
 border-bottom: 1px solid #fff;
 padding-bottom: .3rem;
 margin-bottom: 1rem;
 }
 
 .artxt li:nth-child(3) {
   font-size: 1.1rem;
   line-height: 1.6;
   font-weight: 400;
   padding: 2em;
   background: rgba(0, 0, 0, 0.1);
   border-radius: 3px
 }
 
 .basic_nav {
	display: flex;
	flex-direction: row; 
	gap: 1rem;
	align-items: center;
	justify-content: center;
	position: relative;
	margin: 2rem 0 0 5%;
  }
  
  .basic_nav a {
	position: relative;
	font-size: 1.3rem;
	text-decoration: none;
	color: #000;
	background: rgba(255, 255, 255, 0.15);
	padding: 1rem;
	font-weight: 700
  }
  
  .basic_nav a:hover {
   cursor: pointer;
	color: #666;
  }
  
  .basic_nav a:not(:last-child)::after {
	content: "\e902"; 
	font-family: 'IcoMoon';
	margin-left: 0.5rem;
	margin-right: 0.5rem;
	color: #666;
  }
  
  .gnav{
	  position: fixed;
	  top: 50%;
	  left: 80%;
	  transform: translate(-50%, -50%);
	  z-index: 5;
  }

 .popup {
   display: none;
   position: fixed;
   top: 50%;
   left: 50%;
   transform: translate(-50%, -50%);
   width: 50%;
   max-height: 75vh;
   overflow: auto;
   padding: 10rem;
   background-color: rgba(255, 255, 255, 1);
   border: 1px solid #000;
   z-index: 1000;
   opacity: 0;
   pointer-events: none;
   transition: opacity 0.6s ease, transform 0.6s ease;
   border-radius: 3px
 }
 
 .popup.activo {
   display: block;
   opacity: 1;
   pointer-events: auto;
 }
 .popup img {
	 margin: 3rem 0;
 }
 
 .popup-nav {
   display: flex;
   flex-wrap: wrap;
   gap: 1rem;
   margin-bottom: 1.5rem;
   margin-top: 4rem;
 }
 
 .open-popup,
 .close-popup {
   cursor: pointer;
   text-decoration: underline;
   color: #e32f0d;
   font-weight: bold;
 }
 
 /* Oculta dinámicamente desde JS */
 .popup-nav a[aria-current="true"] {
   display: none;
 }
 
 .site-footer {
	 position: relative;
   background: rgba(84, 77, 66, 0.5);
   color: rgba(255, 255, 255, 1);
   text-align: center;
   padding: .5rem;
   font-size: .65rem;
   width: 100%;
 }
 
 .site-footer .footer-link {
   color: rgba(56, 55, 54, 1);
   text-decoration: none;
 }
 
 .site-footer .footer-link:hover {
   color: #210; /* opcional: cambia a blanco al pasar el mouse */
 }
 
 @media (min-width: 1440px) and (max-width: 1919px) {
   html {
	   font-size: 13px;
   }
   .popup {
	  width: 70%;
	  padding: 6rem;
	}
	.blank {
	  width: 70%;
	  padding: 5%;
	}
  } 
/* Laptops medianas y pantallas comunes (1280px a 1440px) */
 @media (min-width: 1280px) and (max-width: 1439px) {
  html {
		font-size: 11px;
	}
	.popup {
	  width: 70%;
	  padding: 6rem;
	}
 }
