@import url('https://fonts.googleapis.com/css2?family=Great+Vibes&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Playfair+Display:ital,wght@0,400..900;1,400..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Six+Caps&display=swap');

*,
::after,
::before{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
html{
  height: 100%;
  scroll-behavior: smooth; 
  margin: 0;
   height: 200vh; /* Para permitir scroll */

}
html, body {
  overflow-x: hidden;   /* elimina la barra horizontal */
  height: 100%;
  width: 100%;
}

body {
    font-family:"poppins", sans-serif;
    margin-bottom: 250px;
    min-height: 100%;
    display: flex;
    flex-direction: column;
    background-color: #000000;
}

/* Scrollbar oscuro para Chrome */
body::-webkit-scrollbar {
  width: 12px; /* ancho del scroll */
}

body::-webkit-scrollbar-track {
  background: #000; /* fondo del track */
}

body::-webkit-scrollbar-thumb {
  background-color: #2e2e2e; /* color del scroll */
  border-radius: 6px;
  border: 3px solid #000; /* opcional: borde alrededor */

}



/* === test === */
.contenedor-test {
    display: flex;
    justify-content: center; /* Centra horizontalmente */
    align-items: center;  /* Centra verticalmente */

    margin-top: 100px;
}


.contenedor-test h1 {
  font-family: 'Six Caps', sans-serif;
  font-weight: 200;
  font-size: 11rem;
  color: #fff;
  text-align: center;
  letter-spacing: 0.6rem;
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
}


.contenedor-texto {
    font-size: 20px;
    color: #fafafa;
    padding: 2rem 1rem;
    font-family: "Poppins", sans-serif;
     text-align: justify; 
     max-width: 1200px; 
     margin: 2rem auto; 
  }
/* === test === */

/* === POST === */
.blog-post {
  max-width: 1200px;
  margin: 0 auto;
   margin-top: 110px;
}

.post-header {
  margin-bottom: 3rem;
}
.post-title {
  font-size: 2.25rem;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 0.5rem;
}
.post-meta {
  font-size: 0.875rem;
  color: #555;
}

/* === CONTENIDO === */
.post-content {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 2rem;
  margin-bottom: 4rem;
}

.post-text {
  padding: 2rem;
  border-radius: 1rem;
}

.post-instagram {
  align-self: start;
  width: 100%;
}

/* === SECCIONES === */
.post-body {
  margin-bottom: 4rem;
    max-width: 1200px;
}
.post-subtitle {
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 1rem;
}


/* === EFECTO SCROLL === */
.scroll-fade {
  opacity: 0;
  transform: translateY(40px);
  transition: all 0.8s ease-out;
}
.scroll-fade.is-visible {
  opacity: 1;
  transform: none;
}

/* === RESPONSIVE === */
@media (max-width: 768px) {
  .post-content {
    grid-template-columns: 1fr;
  }
  .post-text {
    padding: 1.5rem;
  }
  .blog-post{
    margin-top: 80px;   
  }
}

/* ───────── Sketch Memory ───────── */

.blog-head {
  width: 100%;
  height: auto; 
  display: flex;
  justify-content: space-between; 
  align-items: center; 
  padding: 0 50px; 
  box-sizing: border-box;
  margin-top: 50px;
  min-height: 500px; 
  /* Fondo con imagen */
  background-image: url("/assets/testf.svg"); 
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.blog-head h1 {
  flex: 0 0 45%; 
  font-size: clamp(3rem, 5vw, 5rem);
  margin: 0;
  font-weight: 600;
  color: #ffffff;
  line-height: 1.2; 
  font-family: "Poppins", sans-serif;
  text-transform: uppercase;
}

.p-container {
  flex: 0 0 50%; 
  display: flex;
  align-items: center;
  margin-top: 10px;
}


.blog-head p {
  font-size: clamp(1rem, 2.5vw, 1.2rem);
  line-height: 1.6;
  color: #ffffff;
  text-align: left;
  white-space: pre-line;
  margin: 0;
  max-width: 100%;
  word-wrap: break-word;
  
}

.editorial-container {
  max-width: 800px;        
  margin: 15px auto;      
  padding: 20px;         
  border-radius: 8px;     
  font-family: "Poppins", sans-serif;
  line-height: 1.7;    
  color: whitesmoke;  
}

@media (max-width: 768px) {
  .blog-head {
    flex-direction: column;
    padding: 0 20px;
    min-height: 550px;
  }
  .blog-head h1 {
 margin-top: 65px;
 margin-bottom: 50px;
}

  .p-container {
    flex: 0 0 100%;
    justify-content: center;
    text-align: center;
     margin-top: -290px;
  }
}


.editorial-container h1 {
  font-size: 2.5rem;
  margin-bottom: 15px;
}

.editorial-container h2 {
  font-size: 1.8rem;
  margin-bottom: 5px;

}

.editorial-container p {
  font-size: 1.1rem;
  margin-bottom: 20px;
  font-family: "Inter", sans-serif;
  text-align: justify; 
  text-justify: inter-word;
  line-height: 1.6;
  color: #F5F5F5;
  text-shadow: 0 1px 2px rgba(0,0,0,0.5);

}
  
/* ───────── Sketch Memory ───────── */

/* ───────── BIO ───────── */
.bio-head{
  display: flex;          
  align-items: center;    
  gap: 20px;              
  max-width: 1100px;       
  margin: 0 auto;        
  padding: 20px;   
 margin-top: 100px;
}

.bio-head img {
  width: 200px;           
  height: auto;          
  border-radius: 8px; 
  top: 50;    
}


.bio-title h1 {
  color: #ffffff;            
  font-family:"poppins", sans-serif;
  font-size: 100;
}

.bio-title p {
  color: #ffffff;             
  font-family: "poppins", sans-serif;
  font-size: 20;
  line-height: 1.5; 
  margin-top: -10px;
 text-align: justify; 
}

@media (max-width: 768px) {
  .bio-head {
    flex-direction: column;   
    align-items: center;      
    gap: 15px;
    padding: 15px;
    margin-top: 100px;
  }

  .bio-head img {
    width: 150px;
    height: auto;
    order: 0;                 
  }

  .bio-title {
    order: 1;                
    width: 100%;
    text-align: center;       
  }

  .bio-title h1 {
    font-size: 48px;
    margin: 0;
  }

  .bio-title p {
    font-size: 16px;
    margin-top: 0;
    text-align: center;
     text-align: justify; 
    
  }
}

.contenedor-parrafo {
  max-width: 1100px;
  margin: 0 auto;
  padding: 20px 25px;
  border-radius: 8px;
  box-sizing: border-box;
  text-align: justify;
  color: #ffffff;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  line-height: 1.6;
  font-size: 1rem;
}

.contenedor-parrafo p {
  margin-bottom: 1.25em;       /* Espacio entre párrafos */
}
/* ───────── BIO ───────── */

/* ─────────  CompletedSim  ───────── */

.compleS-head {
  width: 100%;
  height: auto; 
  display: flex;
  justify-content: space-between; 
  align-items: center; 
  padding: 0 50px; 
  box-sizing: border-box;
  margin-top: 50px;
  min-height: 500px; 
  /* Fondo con imagen */
  background-image: url("/assets/SMC.svg"); 
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.minuscula{
  text-transform: lowercase;
}
.compleS-head  h1 {
  flex: 0 0 45%; 
  font-size: clamp(3rem, 5vw, 5rem);
  margin: 0;
  font-weight: 600;
  color: #ffffff;
  line-height: 1.2; 
  font-family: "Poppins", sans-serif;
  text-transform: uppercase;
}

.p-cple {
  flex: 0 0 50%; 
  display: flex;
  align-items: center;
  margin-top: 10px;
  color: white;
  

}

@media (max-width: 768px) {
  .compleS-head {
    flex-direction: column;
    padding: 0 20px;
    min-height: 550px;
  }
  .compleS-head h1 {
 margin-top: 65px;
 margin-bottom: 50px;
}

  .p-cple {
    flex: 0 0 100%;
    justify-content: center;
    text-align: left;
    margin-top: -290px;
  }
}


.cardINS{
  width: 350px;
  height: 550px;

  overflow: hidden;
  position: relative;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  will-change: transform;
}

.cardINS:hover {
transform: translateY(-5px);
}

/* ─────────  CompletedSim  ───────── */

/* ───────── Simulation Reset ───────── */
.hero-sr{
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 60px 60px 0;
  max-width: 1900px;
  text-align: center;
  padding: 20px;
  position: relative;
  top: 10px;
}

.slogan-container{
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 50px auto;
  max-width: 90%;
}

.icon{
  width: 130px;
  height: auto;
  animation: color-pulse 2s infinite ease-in-out;
  transform-origin: center;
  margin-left: -20px;
  margin-right: -20px;

}
@keyframes color-pulse {
  0% {
    transform: scale(1);
    filter: brightness(1) saturate(1) hue-rotate(0deg);
  }
  50% {
    transform: scale(1.05);
    filter: brightness(1.3) saturate(1.5) hue-rotate(20deg);
  }
  100% {
    transform: scale(1);
    filter: brightness(1) saturate(1) hue-rotate(0deg);
  }
}

.slogan-text{
  display: flex;
  flex-direction:  row;
  align-items: center;
  justify-content: center;
  gap: 15px;
  flex-wrap:nowrap;
  color: #ffffff;
  padding: 0 10px;
}

.slogan {
  font-family: "poppins", sans-serif ;
  font-weight: 400;
  text-align: center;
  font-size: 18px;
  line-height: 1.6;
  margin: 0;
}

.line-separator{
  width: 2px;
  height: 80px;
  background-color: rgb(255, 254, 254);
}

.title-visions h1{
  font-size: 64px;
  font-weight: 700;
  letter-spacing: 2px;
  margin: 0;
  color: white;
}


.title-p{
  font-size: 18px;
  color: #686868;
  margin-top: -25px;
  letter-spacing: 1.5px;
}



.title-visions{
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
text-align: center;
height: 10vh;
color: white;
font-family: "poppins", sans-serif;
letter-spacing: 1.5rem;
font-weight: 200;
font-size: 30rem;
}


.articulo{
  max-width: 1100px;
  margin: 60px auto;
  padding: 0 30px;
  text-align: auto;
  font-family: "poppins", sans-serif;
  font-size: 18px;
  line-height: 1.8;
  color: #ffffff;
}

.articulo-text {
  max-width: 1200px;
  margin: 0 auto;
  font-size: 1.1em;
  line-height: 1.7;
  color: #ffffff;
}

.icon-container{
  display: flex;
  justify-content: center;
  margin-top: 40px;
}

.slogan em{
  font-style: italic;
 
}

.ilustradoracion {
 float: right;
  width: 40%;
  max-width: 450px;
  height: auto;
  margin-left: 20px;
  margin-bottom: 20px;
  clip-path: circle(60% at 50% 50%);
  shape-outside: circle(49% at 60% 55%);
}

/* Pantallas pequeñas */
@media (max-width: 768px) {
  .ilustradoracion {
    float: none; /* quitar float */
    display: block; /* block para centrar */
    width: 80%; /* ancho adaptativo */
    max-width: 300px; /* limitar tamaño */
    margin: 0 auto 30px auto; /* centrar horizontalmente y separar verticalmente */
    clip-path: circle(60% at 50% 50%); /* ajustar si es necesario */
    shape-outside: none; /* quitar para móviles */
  }
}

/* Móviles muy pequeños */
@media (max-width: 430px) {
  .ilustradoracion {
    width: 90%;
    max-width: 250px;
    margin: 0 auto 20px auto;
    clip-path: circle(55% at 50% 50%);
  }
}

/* ───────── Simulation Reset ───────── */

/* ───────── Home ───────── */
.hero-container {
  display: flex;
  text-align: center; 
  position: relative; 
  padding: 50px  0px; 
  color: #fff;
  height: 100vh; 
  align-items: center;
  justify-content: center;
  flex-direction: column; 
  margin-top: 90px; 
  z-index: 2;
}

.main-title-surrealismo {
  font-size: clamp(40px, 10vw, 150px); 
  line-height: 0.9; 
  margin: 0; 
  font-weight: 800; 
  letter-spacing: -2px; 
  text-transform: uppercase; 
  font-family: 'Montserrat', sans-serif;
}

.subtitle-digital-collage {
  font-size: clamp(18px, 3vw, 40px); 
  margin-top: 15px; 
  font-weight: 700; 
  letter-spacing: 1px; 
  z-index: 4;
}

.scroll-indicator {
  margin-top: 40px; 
  color: #fff; 
  z-index: 5;
}

.arrow-down {
  font-size: clamp(30px, 4vw, 60px); 
  display: inline-block; 
  animation: bounce 2s infinite; 
}

@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
  transform: translateY(0);
  }
  40% {
   transform: translateY(-10px);
  }
  60% {
  transform: translateY(-5px);
  }
}

.central-collage-image {
    position: absolute; 
    top: 50%; 
    left: 50%; 
    transform: translate(-50%, -50%);
    max-width: 100%; 
    height: auto;
    object-fit: cover;
    z-index: 1; 
}

/* Estilos para móviles (mobile-first) */
.central-collage-image {
  max-width: 65vw;
  width: auto;
  height: auto;
  object-fit: cover; 
  top: 50%; 
  left: 50%;
}
.hero-container {
  margin-top: 20%; 
  margin-bottom: -10vh; 
}

.scroll-indicator {
  display: none;
}

/* Breakpoints para pantallas más grandes */

@media (min-width: 768px) {
  .central-collage-image {
    max-width: 40vw;
  }
  .hero-container {
    margin-top: 12.5rem; /* ~200px */
  }
  .scroll-indicator {
    display: block;
    margin-top: 2.5rem; /* ~40px */
    z-index: 4; /* No necesita unidad */
  }
}

@media (min-width: 1024px) {
  .central-collage-image {
    max-width: 38vw;
  }
  .hero-container {
    margin-top: 15.65rem; /* ~250px */
    margin-bottom: 3.125rem; /* ~50px */
  }
}

@media (min-width: 1280px) {
  .central-collage-image {
    max-width: 26vw;
  }
  .hero-container {
    margin-top: 5rem; /* ~250px */
    margin-bottom: 3.125rem; /* ~50px */
  }
}

@media (min-width: 1440px) {
  .central-collage-image {
    max-width: 30vw;
  }
  .hero-container {
    margin-top: 10rem; /* ~320px */
    margin-bottom: 3.125rem; /* ~50px */
  }
}



/* ───────── Home ───────── */
/**texto**/
.dream-container {
position: relative;
  width: 100%;
  max-width: 1900px;
  margin: 40px auto 0;         
  padding: 20px 20px 30px;
  background: #000;
  
  display: flex;
  justify-content: center;
  align-items: center;

  box-sizing: border-box;
  z-index: 1;

}

.dream-wrapper {
  display: flex;
  align-items: center;
  gap: 4px; /* espacio pequeño entre icono y texto */
  width: 90%;
  max-width: clamp(300px, 60vw, 870px);
  margin: 0 auto;
}

.dream-icon {
 color: #eb4343;
  font-size: 4rem;
  flex-shrink: 0;
  margin-right: 4px;
  animation: spin 4s linear infinite, colorChange 8s ease-in-out infinite;
}

@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

@keyframes colorChange {
  0%, 100% {
    color: #014972;
  }
  50% {
    color: #70008b; /* un rojo más claro */
  }
}

.dream-question {
  margin: 0;
  color: white;
  padding: 0;
  text-align: left;
  font-weight: 300;
  font-size: clamp(1rem, 2vw, 1.6rem);
  line-height: 1.8rem;
  letter-spacing: 0.03em;
  font-family: 'Montserrat', sans-serif;
  opacity: 0;
  animation: fadeIn 4s forwards;
  }
 @keyframes fadeIn {
  to {
  opacity: 1;
  }
}

 @media (max-width: 768px) {
  .dream-container {
    padding: 40px 15px 50px;
  }

  .dream-icon {
    font-size: 3.5rem;
  }

  .dream-question {
    font-size: clamp(1.1rem, 2.5vw, 1.4rem);
    line-height: 1.6rem;
  }

  .dream-wrapper {
    max-width: 85vw;
  }
}


@media (min-width: 1200px) {
  .dream-container {
    padding: 70px 40px 80px;
  }

  .dream-icon {
    font-size: 5rem;
  }

  .dream-question {
    font-size: clamp(1.4rem, 1.8vw, 1.8rem);
    line-height: 2rem;
  }

  .dream-wrapper {
    max-width: 70vw;
  }
}

/*crads */
.dual-block {     
  background-color: #000000;
  max-width: 1900px;
  width: 100%;
  margin: 0 auto;
  padding: 20px;

}

.card {
  width: 300px;
  height: 400px;
  border-radius: 20px;
  overflow: hidden;
  position: relative;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  will-change: transform;
}

.card:hover {
transform: translateY(-5px);
}

.cards-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center; 
  gap: 30px;
  max-width: 1450px;
  padding: 20px;
  margin: 0 auto; /
}

.card-image {
 width: 100%;
 height: 100%;
 object-fit: cover;
 position: absolute;
}

.blur-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 60%; 
  background: linear-gradient( to top, rgba(255,255,255,0.3) 0%, rgba(255,255,255,0.1) 100%);
  backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px);
  mask-image: linear-gradient( to top, rgba(0,0,0,1) 30%, rgba(0,0,0,0) 100%);
  z-index: 1;
}

.card-content {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
  padding: 30px 20px;
  color: white;
  background: linear-gradient(to top, rgba(0,0,0,0.7), rgba(0,0,0,0));
  display: flex;
  flex-direction: column;
  height: 100%;
}

.text-container {
  margin-top: auto; 
  margin-bottom: 20px;
  text-align: center;
}

.name {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 10px;
  box-shadow: #3d3d3d;
  font-family: "poppins", sans-serif;
}
        
.title {
  font-size: 16px;
  text-align: center;
  margin-bottom: 0;
  line-height: 1.4;
  
}

.card-link {
  display: block;
  text-decoration: none;
  color: inherit;
}

/*crads */


/*social media */
.social-container {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 10px;
  padding: 20px;
  max-width: 1100px;
  box-sizing: border-box;
  margin: 0 auto;
  flex-wrap: wrap;
}

@media (max-width: 600px) {
  .social-container {
    flex-direction: column;
    align-items: center;
  }
}

.cardimg {
  width: 100%;              
  max-width: 400px;          
  margin: 0 auto 20px auto;   
  display: flex;              
  justify-content: center;
  position: relative;       
  box-sizing: border-box;
}

.cardimg img {
  width: 100%;
  max-width: 400px;
  height: auto;
  display: block;
}

.cardtext {
  flex: 1;
  min-width: 400px;
  padding-top: 50px;
}

.cardtext h2 {
  font-size: 2rem;
  margin-bottom: 1px;
  letter-spacing: 1px;
  color: white;
  
}

.cardtext h3 {
  color: #333;
  margin-bottom: 20px;
  font-size: 1.6em;
}

.cardtext p {
  color: #b8b8b8;
  line-height: 1.5;
  font-size: 1.1em;
}
/* Media Queries para pantallas medianas */
@media (max-width: 1024px) {
  .cardtext {
    min-width: 300px;
    padding-top: 40px;
  }
  .cardtext h2 {
    font-size: 1.8rem;
    text-align: center;
  }
  .cardtext h3 {
    font-size: 1.4em;
    text-align: center;
  }
  .cardtext p {
    font-size: 1em;
    text-align: center;
  }


  
}

/* Media Queries para pantallas pequeñas */
@media (max-width: 768px) {
  .cardtext {
    min-width: 100%;
    padding-top: 30px;
  }

  .cardtext h2 {
    font-size: 1.6rem;
  }
  .cardtext h3 {
    font-size: 1.2em;
  }
  .cardtext p {
    font-size: 0.95em;
  }
  .conceptual-button-wrapper{
    align-items: center;
  } 
}

/* Media Queries para móviles muy pequeños */
@media (max-width: 480px) {
  .cardtext {
    padding-top: 20px;
  }
  .cardtext h2 {
    font-size: 1.4rem;
  }
  .cardtext h3 {
    font-size: 1em;
  }
  .cardtext p {
    font-size: 0.9em;
  }

}
/* ─────────  Home ───────── */
/* ─────────  forms ───────── */
.black-box {
  background-color: black;
  min-height: 100vh;
  width: 100%;
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 40px 20px;
  color: #ddd;
  text-align: center;
}

.black-box .logo {
  max-width: 200px;
  margin: 80px 0 25px;
  display: block;
}

.black-box .welcome-text {
  font-size: 1.15rem;
  margin-bottom: 30px;
  line-height: 1.5;
  max-width: 800px;
}

form {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
  text-align: left;
  padding: 0;
}

label {
  display: block;
  font-weight: 600;
  margin-bottom: 6px;
  color: #ccc;
}

input,
textarea,
select {
  width: 100%;
  padding: 12px 15px;
  margin-bottom: 18px;
  border: 2px solid #333;
  border-radius: 8px;
  background-color: #222;
  color: #eee;
  font-size: 1rem;
  transition: border-color 0.3s ease, background-color 0.3s ease;
  font-family: inherit;
}

input::placeholder,
textarea::placeholder {
  color: #999;
}

input:focus,
textarea:focus,
select:focus {
  border-color: #410141;
  background-color: #1a1a1a;
  outline: none;
  box-shadow: 0 0 8px #1c0033aa;
}

select:focus {
  border-color: #4a90e2;
  box-shadow: 0 0 8px #4a90e2aa;
}

textarea {
  resize: vertical;
  min-height: 100px;
}

select {
  appearance: none;
}

button {
  width: 100%;
  padding: 8px 10px;
  border-radius: 10px;
  font-size: 0.9rem;
  cursor: pointer;
  background-color: #3b3b3b;
  color: white;
  font-weight: 700;
  border: none;
  transition: background-color 0.3s ease;
  margin-top: 10px;
}

button:hover {
  background-color: #2c2c2c;
}

/* Indicadores visuales para campos obligatorios */
input:required:invalid,
textarea:required:invalid,
select:required:invalid {
  border-color: #79000a;
  box-shadow: 0 0 6px #000000aa;
}

input:required:valid,
textarea:required:valid,
select:required:valid {
  border-color: #2ecc71;
  box-shadow: 0 0 6px #2ecc71aa;
}

label[for]:after {
  content: " *";
  color: #e63946;
}

#wordCount {
  margin: -10px 0 18px;
  color: #999;
}

/* Media Queries */
@media (max-width: 850px) {
  .black-box .welcome-text {
    font-size: 1rem;
  }
}

@media (max-width: 480px) {
  .black-box {
    padding: 25px 15px;
  }

  .black-box .logo {
    max-width: 150px;
    margin-top: 60px;
  }

  .black-box .welcome-text {
    font-size: 0.95rem;
    line-height: 1.4;
  }

  button {
    font-size: 0.95rem;
    padding: 10px;
  }

  input,
  textarea,
  select {
    font-size: 0.95rem;
    padding: 10px 12px;
  }
}
/* ─────────  forms ───────── */
/* ─────────  Menu  ───────── */
.navbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 5%;
  background-color: #000;
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 1000;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
}

.logo img {
  height: 55px;
}

/* ===== Menú principal ===== */
.nav-links {
  list-style: none;
  display: flex;
  align-items: center;
}

/* === Ítems de primer nivel === */
.nav-links li {
  position: relative;
  margin-left: 25px;
}

/* === Links === */
.nav-links a {
  color: #aaa;
  text-decoration: none;
  font-weight: 500;
  font-size: 16px;
  padding: 8px 5px;
  display: inline-block;
  transition: color 0.3s ease;
  cursor: pointer;
  position: relative;      
}

.nav-links a:hover {
  color: #fff;
}

/* ===== Submenús (escritorio) ===== */
.dropdown-content {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 180px;
  background: #000;
  padding: 5px 0;
  list-style: none;
  z-index: 1100;
  font-family: "Poppins", sans-serif;
}

.dropdown-content li { margin: 0; }

.dropdown-content a {
  display: block;
  padding: 10px 20px;
  font-size: 14px;
  color: #ccc;
  transition: background 0.3s ease;
}

.dropdown-content a:hover {
  background: #000;
  color: #fff;
}

/* Mostrar submenú al hacer hover en pantallas con ratón */
@media (hover: hover) {
  .dropdown:hover > .dropdown-content { display: block; }
}

/* ===== Pseudo‑líneas animadas en hover (desktop & mobile) ===== */
.nav-links a::before,
.nav-links a::after {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 2px;
  background: #fff;
  transition: width 0.3s ease;
}
.nav-links a:hover::after {
  width: 100%;
}

/* ===== Botón hamburguesa oculto por defecto ===== */
.mobile-menu {
  display: none;
  font-size: 28px;
  cursor: pointer;
  color: #fff;
}

@media (max-width: 768px) {

  /* Menú principal en columna y centrado */
  .nav-links {
    position: fixed;
    top: 65px;
    left: 0;
    right: 0;
    flex-direction: column;
    align-items: center;       /* CENTRA los ítems */
    display: none;             /* se habilita con .active vía JS */
    background: #000;
    padding: 20px 0;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);
    max-height: calc(100vh - 65px);
    overflow-y: auto;
    z-index: 1050;
  }
  .nav-links.active { display: flex; }

  /* Ítems de primer nivel centrados */
  .nav-links li {
    width: auto;
    margin: 12px 0;
    text-align: center;
  }

  .nav-links li > a {
    width: auto;
    padding: 10px 20px;
    text-align: center;
  }

  /* Link padre del dropdown centrado */
  .dropdown > a {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    gap: 6px;
    padding: 10px 20px;
  }

  /* Submenú en acordeón y centrado */
  .dropdown-content {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;      
    gap: 10px;
    padding: 0;
    list-style: none;

    max-height: 0;
    overflow: hidden;
    transition: max-height 0.35s ease;
  }

  .dropdown.open > .dropdown-content {
    max-height: 400px;
  }

  }
  /* Tamaño y estilo del botón */
  .mobile-menu {
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  gap: 6px;                /* separa las líneas */
  width: 20px;
  height: 20px;
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 0;
  }

  /* Las tres líneas */
  .mobile-menu span {
  display: block;
  width: 100%;
  height: 3px;
  background: #fff;     
  transition: transform 0.35s ease, opacity 0.35s ease;
  }

  /* —— Estado abierto —— */
  .mobile-menu.open span:nth-child(1) {      /* línea superior */
  transform: translateY(9px) rotate(45deg);
  }
  .mobile-menu.open span:nth-child(2) {      
  opacity: 0;                              
  }

  .mobile-menu.open span:nth-child(3) {      
  transform: translateY(-9px) rotate(-45deg);
  }

  @media (min-width: 769px) {
  .mobile-menu {
    display: none;
  }

}
/* ─────────  Menu  ───────── */
/* ─────────  Footer  ───────── */
main { 
  flex: 1; 
}      

footer {
  background: #000000;
  color: #3a3a3a;
  text-align: center;
  padding: clamp(1rem, 2vw, 1.5rem) clamp(0.5rem, 2vw, 0.75rem);    
  font-family: "Montserrat", sans-serif;
  box-shadow: 0 -3px 8px rgba(0,0,0,.05); 
}

.footer-content {
  max-width: 90vh;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: clamp(0.25rem, 1vw, 0.35rem);         
}

copyright,.developer {
  line-height: 1.4;
  letter-spacing: 0.2px;
  font-size: clamp(0.75rem, 1.5vw, 0.9rem);
  opacity: 0.85;
}

.cursive{
  font-style: italic;
}
copyright {
  opacity: 0.9;
}
.developer {
  opacity: 0.75;
  font-size: clamp(0.7rem, 1.2vw, 0.8rem);
}
/* ─────────  Footer  ───────── */
/* ─────────  Index ───────── */
.hero-index {
 position: relative;
  display: grid;
  place-items: center;
  background-color: #000;
  color: #f0f0f0;
  height: 100vh;
  padding: clamp(60px, 8vh, 100px) 1rem clamp(40px, 6vh, 80px);
  min-height: 100svh;
  min-height: 100vh;
  overflow-y: auto;
}

.hero-content {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: clamp(16px, 4vw, 32px);
  max-width: min(90vw, 1000px);
  padding: 0 1rem;
  margin: 0 auto;
  text-align: center;

}

.subtitulo-index {
  font-family: "Montserrat", sans-serif;
  font-size: clamp(0.9rem, 2.5vw, 1.2rem);
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  line-height: 1.35;
  color: #fff;
  text-align: center;
  margin-bottom: clamp(1rem, 2.5vw, 2rem);
}

.titulo-index {
  font-family: "Montserrat", sans-serif;
  font-size: clamp(1.5rem, 8vw, 6rem);
  font-weight: 900;
  text-transform: uppercase;
  line-height: 1.1;
  letter-spacing: -0.03em;
  max-width: 100%;
  margin: 0 auto;
  padding: 0;
  text-align: center;
  transform: translateX(-4%); 
  white-space: nowrap;
}

.texto-index {
  font-family: "Montserrat", sans-serif;
  font-size: clamp(1rem, 2.8vw, 1.4rem);
  line-height: 1.6;
  max-width: 80ch;
  color: #d0d0d0;
  margin: 0 auto clamp(1.5rem, 4vw, 2.5rem);
  text-align: center;
  padding: 0 1rem;
}

.icono-index {
   position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: clamp(200px, 30vw, 400px);
  opacity: 0.1;
  pointer-events: none;
  z-index: 0;
}

.boton {
  display: inline-flex;
  justify-content: center;  
  align-items: center; 
  padding: clamp(10px, 2.5vw, 16px) clamp(20px, 6vw, 40px);
  border: none;
  border-radius: 50px;
  cursor: pointer;
  user-select: none;

  /* tipografía */
  font-family: "Montserrat", sans-serif;
  font-size: clamp(0.85rem, 2vw, 1rem);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  text-decoration: none;
  white-space: nowrap;
  text-align: center;
  margin-top: -24PX;

 /* colores */
 background: #000000;
  color: #ffffff;
  position: relative;
  z-index: 1;
  overflow: hidden;

  /* animaciones */
  transition:
    transform .25s ease,
    box-shadow .25s ease,
    background .25s ease;
}

.boton::before {
content: "";
  position: absolute;
  top: -25%;
  left: -25%;
  width: 150%;
  height: 150%;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.233) 0%, transparent 80%);
  animation: pulse 2.5s infinite;
  z-index: 0;
  pointer-events: none;
}

@keyframes pulse {
  0%, 100% {
    transform: scale(1);
    opacity: 0.3;
  }
  50% {
    transform: scale(1.3);
    opacity: 0.6;
  }
}

.boton:hover,
.boton:focus-visible {
  transform: translateY(-4px) scale(1.05);
  background: #111111;
  outline: none;
}

.boton:active {
  transform: translateY(0) scale(0.97);

}

.boton span {
  position: relative;
  z-index: 1;
}

.boton,
.boton::before {
  box-sizing: border-box;
}
/* ─────────  Index  ───────── */

/* ─────────  elemnetos  ───────── */
.conceptual-button-wrapper {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-top: 80px;
  margin-bottom: 8px;
  width: 100%;

}
@media (max-width: 1024px) {
  .conceptual-button-wrapper {
    margin-top: 60px;
    justify-content: center; /* centrar botones */
  }
}

/* Pantallas pequeñas (móviles) */
@media (max-width: 768px) {
  .conceptual-button-wrapper {
    flex-direction: column; /* apilar botones verticalmente */
    align-items: center;
    margin-top: 60px;
  }
}

/* Móviles muy pequeños */
@media (max-width: 480px) {
  .conceptual-button-wrapper {
    margin-top: 30px;
    margin-bottom: 5px;
  }
}


.boton-home {
  display: inline-flex;
  justify-content: center;  
  align-items: center; 
  padding: clamp(10px, 2.5vw, 16px) clamp(20px, 6vw, 40px);
  border: none;
  border-radius: 50px;
  cursor: pointer;
  user-select: none;

  /* tipografía */
  font-family: "Montserrat", sans-serif;
  font-size: clamp(0.85rem, 2vw, 1rem);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  text-decoration: none;
  white-space: nowrap;
  text-align: center;
  margin-top: -24PX;

 /* colores */
 background: #000000;
  color: #ffffff;
  position: relative;
  z-index: 1;
  overflow: hidden;

  /* animaciones */
  transition:
    transform .25s ease,
    box-shadow .25s ease,
    background .25s ease;
}

.boton-home::before {
content: "";
  position: absolute;
  top: -25%;
  left: -25%;
  width: 150%;
  height: 150%;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.233) 0%, transparent 80%);
  animation: pulse 2.5s infinite;
  z-index: 0;
  pointer-events: none;
}

@keyframes pulse {
  0%, 100% {
    transform: scale(1);
    opacity: 0.3;
  }
  50% {
    transform: scale(1.3);
    opacity: 0.6;
  }
}

.boton-home:hover,
.boton-home:focus-visible {
  transform: translateY(-4px) scale(1.00);
  background: #111111;
  outline: none;
}

.boton-home:active {
  transform: translateY(0) scale(0.97);

}

.boton-home span {
  position: relative;
  z-index: 1;
}

.boton-home,
.boton-home::before {
  box-sizing: border-box;
}
/* ─────────  elemnetos  ───────── */