/* === RESET Y BASE === */
/*
Color: #58477a; 

Violeta (Beacon Blue): #252A52;
Blanco: (Bright White): #F3F9FE;
Negro: (Black Beauty): #121212;


var(--wesspurple);


*/
:root {
  --wesspurple: #2C1D73;
  --hoverpurple: #1A1145;
}


@font-face {
  font-family: 'Gotham';
  src: url('../fonts/gotham-bold.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'GothamLight';
  src: url('../fonts/gotham-light.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
}
}@font-face {
  font-family: 'medium';
  src: url('../fonts/medium.woff2') format('woff2');
}
@font-face {
  font-family: 'GothamRegular';
  src: url('../fonts/gotham-bold.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Expend';
  src: url('../fonts/expend.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Helvetica';
  src: url('../fonts/helvetica.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
}


body {
  font-family: 'GothamRegular', sans-serif;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: 'GothamRegular', sans-serif; /* Cambiar a Gotham si la tenés */
  background-color: #121212;
  color: #fff;
  display: flex;
}

/* === SIDEBAR === */
.sidebar {
  width: 150px;
  background-color: #000;
  padding: 30px 20px;
  height: 100vh;
  position: fixed;
  left: 0;
  top: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.logo {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #fffff;
  font-family: expend;
  font-weight: bold;
  font-size: 18px;
  margin-top: 200px; 
  margin-right: 8px;

}


.sidebar h1 {
  display: flex;
  align-items: left;
  gap: 10px;
  color: #fffff;
  font-family: expend;
  font-weight: bold;
  font-size: 22px;
  margin-bottom: 40px;
  
}


.menu ul {
  list-style: none; /* Quita los puntos */
  padding: 0;
  margin: 0;
}

.menu li {
  margin: 30px 0;
}

.menu a {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 15px;
  font-family: gotham;
  text-decoration: none;
  color: #b3b3b3;
  transition: color 0.3s;
  line-height: 1;
}

.menu a img {
  width: 18px;
  height: 18px;
  object-fit: contain;
  vertical-align: middle;
  margin-bottom: 1px; /* ajusta si hace falta */
  filter: brightness(0) invert(0.7); /* gris claro */
  transition: filter 0.3s;
}

.menu a:hover {
  color: #fff;
}

.menu a:hover img {
  filter: brightness(0) invert(1);
}


/* === CONTENIDO PRINCIPAL === */
.main-content {
  margin-left: 220px;
  padding: 40px;
  flex: 1;
}

/* === HEADER === */
.header {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 60px; /* o lo que quieras */
  background-color: #000000;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  border-top: 1px solid #333; /* línea separadora */
  z-index: 1000; /* asegúrate que esté encima de otras cosas */
}


.header logo {
	color: #ffffff;
}
.header h2 {
  font-size: 18px;
  font-family: expend;
  font-weight: 600;
  color: #fff;
  margin-bottom: 6px;
}

.logo img { /* o el tamaño que quieras */
  width: 42px;
   margin-bottom: 208px;
  justify-content: left
  object-fit: contain;
  
}


/* === PRESENTACION === */
.presentacion {
  margin-top: 50px;
}

.presentacion h3 {
  font-size: 36px;
  font-family: Expend;
  margin-top: 40px;
}
.presentacion_w7{
  width: 35%;
  border-radius: 6px;
  display: flex
  justify-content: right;

}

.pres-1 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 30px;
  font-family: gothamlight, sans-serif;
  font-size: 20px;
  line-height: 1.;
  letter-spacing: -0.03rem;
  margin-top: 5px;
}

.pres-1 img{
    width:30%;
    height:30%;
   } 





/* === PORTAFOLIO === */


.portafolio {
  margin-top: 100px;
}

.portafolio h3 {
  font-size: 36px;
  font-family: Expend;
  margin-top: 40px;
  margin-bottom: 20px;
}
.album-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 30px;
  margin: 33px;
}

.album {
  background-color: #181818;
  padding: 15px;
  border-radius: 8px;
  text-align: left;
  text-size: 25px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  cursor: pointer;
}

.album:hover {
  transform: scale(1.03);
  box-shadow: 0 0 10px rgba(69, 45, 97, 1)
}

.album-img {
  width: 100%;
  border-radius: 6px;
  margin-bottom: 10px;
  transition: opacity 0.3s;
}

.album h4 {
  font-size: 17px;
  color: #fff;
  margin-bottom: 5px;
}

.album p {
  font-size: 10px;
  color: var(wesspurple);
}

.album a {
  color: #ffffff;
  font-family: gothamlight, sans-serif;
  font-size: 16px;
  text-decoration: none;
}

.album a:hover {
  text-decoration: underline;
}

.ver-mas-btn {
  display: inline-block;
  padding: 10px 20px;
  background-color: var(--wesspurple); /* violeta */
  color: #fff;
  text-decoration: none;
  font-weight: 600;
  border-radius: 6px;
  font-family: 'GothamRegular', sans-serif;
  transition: background-color 0.3s ease;
  cursor: pointer;
  text-align: center;
}

.ver-mas-btn:hover {
  background-color: var(--hoverpurple); /* violeta más oscuro al pasar el mouse */
  color: #fff;
  text-decoration: none;
}


/* === PROCESO CREATIVO === */
.pcreativo {
  margin-top: 80px;
}

.pcreativo h3 {
  font-size: 22px;
  margin-bottom: 15px;
}

.pcreativo p {
  font-family: gothamlight, sans-serif;
  font-size: 20px;
  line-height: 1.;
  color: #ffffff;
  margin-bottom: 14px;
}



/* === SOBRE MÍ === */
.sobre-mi {
  margin-top: 80px;
}

.sobre-mi h3 {
  font-size: 22px;
  margin-bottom: 15px;
}

.sobre-mi p {
  font-family: gothamlight, sans-serif;
  font-size: 20px;
  line-height: 1.;
  color: #ffffff;
}

.redes {
  margin-bottom: 70px;
}

.redes a {
  margin-right: 15px;
  display: inline-block;
}

.redes img {
  width: 24px;
  height: 24px;
  filter: brightness(0) invert(1); /* negro */
  transition: filter 0.3s;
}

.redes img:hover {
  filter:invert(1) sepia(1000%) saturate(2000000%) hue-rotate(181deg) brightness(50%) contrast(400%);
}



/* === CONTACTO === */
.contacto {
  margin-top: 80px;
}

.contacto h3 {
  font-size: 22px;
  margin-bottom: 10px;
}
.contacto img{
	color: var(--wesspurple)
}

.contacto p, .contacto a {
  font-size: 15px;
  color: #ccc;
  margin-bottom: 10px;
}

.contacto a {
  text-decoration: underline;
}

.contacto a:hover {
  text-decoration: none;
    fill: var(--wesspurple);
	color: var(--wesspurple);
  
}




#lightbox {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(18, 18, 18, 0.95);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 1000;
  padding: 30px;
}

#lightbox.active {
  display: flex;
}

.lightbox-content {
  display: flex;
  width: 900 vhm;
  weight: 900 vhm;
  background: #181818;
  border-radius: 10px;
    border: 6px solid var(--wesspurple);
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.7);
  overflow: hidden;
  align-items: center; /* ߔǠEsto centra verticalmente */
  justify-content: center;
}

.lightbox-content img {
justify-content: auto;
  margin: 20px;
  margin-left: 30px;
  max-width: 50%;
  max-height: 60vh;
  object-fit: contain;
}

.lightbox-text {
  padding: 20px;
  color: #fff;
  max-width: 50%;
  overflow-y: auto;
}

.lightbox-text h4 {
  margin-top: 10%;
  font-family: 'gothamregular';
  font-size: 30px;
  margin-bottom: 10px;
  margin-right: 20px;
}

.lightbox-text p {
  margin-bottom: 25px;
  font-family: 'GothamLight', sans-serif;
  font-size: 20px;
}

.lightbox-link {
  display:inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 12px;
  background-color: var(--hoverpurple); /* violeta */
  color: #fff;
  text-decoration: none;
  font-weight: 600;
  border-radius: 6px;
  font-family: 'Gothamlight', sans-serif;
  transition: background-color 0.3s ease;
  margin-top: 180px;
  margin-bottom: 30px;
}

.lightbox-link svg {
  fill: #fff;
}

.lightbox-link:hover {
  background-color: var(--wesspurple); /* un violeta más oscuro para hover */
  color: #fff;
  text-decoration: none;
}


/* === RESPONSIVE === */
/* Ocultar el botón en PC, mostrar en móvil */
.menu-toggle {
  display: none;
  position: fixed;
  top: 20px;
  left: 20px;
  font-size: 24px;
  background: none;
  border: none;
  color: white;
  z-index: 1001;
  cursor: pointer;
}

/* Modo celular */
@media (max-width: 768px) {
  .sidebar {
    transform: translateX(-100%);
    transition: transform 0.3s ease;
  }

  .sidebar.active {
    transform: translateX(0);
  }
  
   .sidebar {
    transform: translateX(-100%);
    transition: transform 0.3s ease;
  }

  .sidebar.active {
    transform: translateX(0);
  }

  

  .menu-toggle {
    display: block;
    color: #ffffff;
  }


  .main-content {
    margin-left: 0 !important; /* ✅ Borra el espacio fantasma */
  }

  .app-container {
    margin-right: 0; /* ❌ Quitá ese margen que no sirve */
  }
  
  .lightbox-content {
    flex-direction: column;
    width: 80%;
    height: 50%;
    max-height: 100%;
    border: 6px solid var(--wesspurple);
    border-radius: 0;
    padding: 10px;
    box-sizing: border-box;
  }

  .lightbox-content img {
    max-width: 90%;
    max-height: 40vh;
    margin: 20px auto 10px;
  }

  .lightbox-text {
    max-width: 100%;
    padding: 15px;
    text-align: center;
  }

  .lightbox-text h4 {
    font-size: 22px;
    margin: 10px 0;
  }

  .lightbox-text p {
    font-size: 16px;
    margin-bottom: 15px;
  }

  .lightbox-link {
    margin: 20px auto;
    font-size: 16px;
    padding: 10px 14px;
  }
}
}


