@charset "UTF-8";
/*Contenedor flexible*/
/*Configuracion general de img*/
/*Configuración para aplicar neumorfismo*/
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Montserrat", sans-serif;
  font-weight: 200;
}

html,
body {
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
}

main {
  flex: 1;
}

body {
  background-color: #171515;
}

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

li {
  list-style: none;
  margin-bottom: 0.5em;
}

p {
  color: #eef0f8;
  line-height: 2;
}

h1 {
  font-size: 1.8em;
  color: #eef0f8;
  font-weight: bold;
  margin-bottom: 10px;
  font-weight: 400;
}

h2 {
  font-size: 1.5em;
  color: #636363;
  font-weight: bold;
  margin-bottom: 10px;
}

h3 {
  font-size: 1.2em;
  color: #aba8a8;
  font-weight: bold;
  margin-bottom: 10px;
}

h4 {
  font-size: 20px;
  color: #171515;
  font-weight: bold;
  margin-bottom: 10px;
}

h5 {
  font-size: 18px;
  color: #bbb;
  font-weight: bold;
  margin-bottom: 10px;
}

h6 {
  font-size: 16px;
  color: #ddd;
  font-weight: bold;
  margin-bottom: 10px;
}

/*Estilo del header*/
.menu {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-top: 0.3em;
  padding: 0 1em;
  font-size: 2.3em;
}

.marca {
  font-family: "big shoulders stencil", sans-serif;
  font-weight: 400;
  color: #eef0f8;
  width: 210px;
  padding: 0.1em;
  text-align: center;
}

.marca a {
  text-decoration: none;
}

.cerrar {
  font-family: "big shoulders stencil", sans-serif;
  font-weight: 400;
  color: #ff0000;
  text-align: center;
}

.marca:hover {
  color: #ff0000;
}

.cerrar:hover {
  color: #eef0f8;
}

.marca {
  background-color: #1c1a1a;
  border-radius: 7px;
  box-shadow: inset 7px 7px 14px #040404, inset -7px -7px 14px #222020;
}

.cerrar {
  background-color: #1c1a1a;
  border-radius: 7px;
  box-shadow: inset 7px 7px 14px #040404, inset -7px -7px 14px #222020;
  width: 40px;
}

@media (max-width: 320px) {
  .menu {
    justify-content: space-around;
    padding: 0;
  }
  .marca {
    font-size: 0.8em;
    width: auto;
  }
  .cerrar {
    font-size: 0.7em;
  }
}
main {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex: 1; /* ocupa todo el espacio disponible */
}

.mosaico {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-top: 0.5em;
  width: 98.5vw;
  height: 79vh;
  overflow: hidden;
}

.item {
  position: relative;
  width: 100%;
  height: 100%;
  flex-grow: 1;
  overflow: hidden;
  transition: flex-grow 0.5s ease;
}

.item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.5;
  transition: opacity 1s ease, transform 0.5s ease;
}

.titulo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  color: #eef0f8;
  font-size: 1.8em;
  font-weight: 300;
  text-align: center;
  transition: opacity 0.5s ease-in-out;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 0.5em 0.5em;
  border-radius: 10px;
  text-decoration: none;
}

/* Efectos al pasar el mouse */
.item:hover {
  flex-grow: 2;
  /* Hace que la imagen se expanda */
}

.item:hover img {
  opacity: 1;
  filter: contrast(100%);
  transform: scale(1.1);
}

.item:hover .titulo {
  opacity: 1;
  color: #d0caca;
}

@media screen and (max-width: 600px) {
  .mosaico {
    flex-direction: column;
    align-items: center;
    height: auto; /* dejar que el contenido determine la altura */
    margin-top: 1.5em;
    padding-left: 0.5em;
  }
  .item {
    height: auto;
    flex: none; /* evitar que crezcan con flex en column layout */
    transition: flex-grow 0.5s ease;
  }
  .item img {
    width: 100%;
    height: 45vh;
    object-fit: cover;
    opacity: 1;
  }
}
/*Estilo de la biografia*/
.fondo {
  background-image: linear-gradient(to right, rgba(12, 12, 12, 0.512), rgba(8, 8, 8, 0.355)), url(https://res.cloudinary.com/dv9yjyclh/image/upload/v1758394158/biografia_lqkyjx.jpg);
  background-size: cover;
  /* Ajusta la imagen para cubrir toda la pantalla */
  background-position: center;
  /* Centra la imagen */
  background-repeat: no-repeat;
  /* Evita que la imagen se repita */
  min-height: 100vh;
}

main {
  display: flex;
  flex-direction: column;
  flex: 1; /* ocupa todo el espacio disponible */
}

.prof {
  color: #171515;
  margin-top: 0.5em;
  margin-left: 0.5em;
  font-size: 1.1em;
  font-weight: 400;
}

.prof_separa {
  color: #ff0000;
}

.prof_span {
  font-weight: 400;
}

.prof_responsive {
  display: none;
}

.foto {
  display: none;
}

.bio {
  width: clamp(280px, 30%, 600px);
  font-size: clamp(0.95em, 1.5vw, 1.1em);
  margin-left: auto;
  margin-right: 1em;
  margin-top: 1.5em;
}

.bio p {
  font-weight: 400;
}

.text_oculto {
  font-weight: 400;
}

.contacto-bloque {
  text-align: right;
  padding: 1em;
  font-size: 1.1em;
  margin-top: 2em;
  top: em;
}

.contacto,
.nombre {
  color: #171515;
  font-weight: 400;
}

/* Tablets */
@media (max-width: 768px) {
  .prof {
    width: 30%;
    margin-left: 0.5em;
    font-size: 1em;
    text-align: left;
  }
  .contacto,
  .nombre {
    color: #aba8a8;
  }
}
@media (max-width: 600px) {
  .fondo {
    background-image: none;
    background-color: #171515;
  }
  .prof {
    width: 100%;
    color: #eef0f8;
  }
  .prof_span {
    display: none;
  }
  .prof_responsive {
    display: block;
    margin-left: 5.5em;
    font-weight: 400;
    color: #eef0f8;
  }
  .biografia {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 1em;
    width: 100%;
    text-align: center;
    gap: 1em;
  }
  .foto {
    display: block;
    background-color: #1c1a1a;
    border-radius: 10px;
    box-shadow: inset 10px 10px 20px #040404, inset -10px -10px 20px #222020;
    width: 95%;
    margin: 0.7em auto;
  }
  .foto img {
    width: 100%;
    height: auto;
    padding: 0.5em;
    border-radius: 15px;
    object-fit: cover;
    opacity: 0.9;
    text-align: center;
  }
  .bio {
    margin: 0.5em;
    width: 95%;
  }
  .text_oculto {
    display: none;
  }
  .contacto-bloque {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-top: 0.5em;
    text-align: center;
    padding: 0;
    font-size: 1em;
    margin-bottom: 1em;
  }
  h4 {
    color: #aba8a8;
  }
  .contacto {
    padding: 0 0.8em;
  }
}
/*Sección Documental*/
.contenedor_docu {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-top: 1em;
}

.documental {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-top: 0;
  background-color: #1c1a1a;
  border-radius: 7px;
  box-shadow: inset 7px 7px 14px #040404, inset -7px -7px 14px #222020;
  width: 80vw;
  margin-top: 1em;
}

.video {
  width: 40vw;
  margin-left: 2em;
  text-align: center;
  margin: 1em;
}
.video iframe {
  width: 70%;
  aspect-ratio: 16/9; /* Hace el video responsivo */
}

.descripcion {
  width: 50vw;
  margin-left: 2em;
  height: 95%;
  padding: 1em;
}

.colaboraciones {
  width: 25vw;
  margin-left: 2em;
  height: 95%;
  padding: 1em;
}

.creditos-trabajo {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
  margin-left: 1.5em;
  width: 60vw;
}

.col1,
.col2 {
  width: 70%;
  margin: 10px;
}

.colab span {
  text-decoration: underline;
  color: #eef0f8;
  margin-left: 1.5em;
  font-weight: 400;
}

/*responsividad*/
@media screen and (max-width: 768px) {
  .documental {
    flex-direction: column;
    width: 99vw;
    min-height: auto;
  }
  .video,
  iframe {
    width: 95%;
  }
  .descripcion {
    width: 98%;
    height: 15em;
    overflow-y: auto;
  }
  .colaboraciones {
    width: 98%;
    margin: 0;
    text-align: center;
  }
  .creditos-trabajo {
    width: 98%;
  }
}
@media screen and (max-width: 425px) {
  .documental {
    width: 90vw;
  }
  .video,
  iframe {
    width: 100%;
  }
  .descripcion {
    width: 100%;
    height: inherit;
    align-items: center;
  }
  h3,
  .oculto {
    display: none;
  }
  .colaboraciones {
    width: 98%;
    margin: 0;
  }
  .creditos-trabajo {
    flex-direction: column;
    width: 90%;
    margin: 0px;
  }
  .colab span {
    margin-left: 0;
  }
  .col1,
  .col2 {
    width: 100%;
    margin: 0;
    padding-left: 0.7em;
  }
}
@media screen and (max-width: 320px) {
  .creditos-trabajo {
    width: 100%;
  }
  .col1,
  .col2 {
    padding-left: 0.3em;
  }
}
/*Estilo de la galería de Venezuela*/
main {
  display: flex;
  flex-direction: column;
  flex: 1; /* ocupa todo el espacio disponible */
}

.contenedor {
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  align-items: center;
  margin-top: 0em;
  width: 97vw;
  height: 80vh;
  margin: auto;
}

.seccion {
  text-align: center;
  margin-top: 0.5em;
}

.gallery {
  background-color: #1c1a1a;
  border-radius: 10px;
  box-shadow: inset 10px 10px 20px #040404, inset -10px -10px 20px #222020;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  width: 96%;
  height: auto;
  flex-wrap: wrap;
}

.contenedor-gallery {
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  align-items: center;
  margin-top: 0;
  width: 100%;
  height: 100%;
}

.album {
  position: relative;
  flex: 1 1 30%;
  max-width: 95%;
  height: 90%;
  border-radius: 10px;
  overflow: hidden;
  margin: 1%;
  transition: flex-grow 0.5s ease;
}

.album img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.8;
  transition: opacity 0.5s ease, transform 0.5s ease;
}

.album:hover img {
  opacity: 1;
  filter: contrast(120%);
  transform: scale(1.1);
}

.gallery-titulo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  color: #eef0f8;
  font-size: 1.8em;
  text-align: center;
  transition: opacity 0.5s ease-in-out;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 0.5em 0.5em;
  border-radius: 10px;
  text-decoration: none;
}

.album:hover .gallery-titulo {
  opacity: 1;
  color: #d0caca;
  cursor: pointer;
}

/* albums individuales */
.albums {
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  align-items: center;
  margin-top: 0em;
  width: 90vw;
  margin: auto;
}

.album-content {
  background-color: #1c1a1a;
  border-radius: 10px;
  box-shadow: inset 10px 10px 20px #040404, inset -10px -10px 20px #222020;
  display: none; /* inicialmente oculto */
  padding: 1em;
  background-color: #1c1a1a;
  border-radius: 15px;
  text-align: center;
  margin-top: 1em;
}

.album-grid {
  background-color: #1c1a1a;
  border-radius: 10px;
  box-shadow: inset 10px 10px 20px #040404, inset -10px -10px 20px #222020;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.album-grid a {
  display: block;
}

.album-grid-img {
  width: 90%;
  height: 85%;
  border-radius: 10px;
  object-fit: cover;
  margin: 1em;
}

.close-album {
  background-color: #1c1a1a;
  border-radius: 7px;
  box-shadow: inset 7px 7px 14px #040404, inset -7px -7px 14px #222020;
  color: #eef0f8;
  margin-top: 1.8em;
  padding: 0.5em;
  cursor: pointer;
  font-size: 0.7em;
  font-weight: bolder;
  letter-spacing: 0.1em;
}

@media (min-width: 1065px) {
  .gallery {
    background-color: #1c1a1a;
    border-radius: 7px;
    box-shadow: inset 7px 7px 14px #040404, inset -7px -7px 14px #222020;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-top: 0;
    width: 100%;
    height: 73%;
  }
}
@media screen and (max-width: 768px) {
  .contenedor {
    height: auto;
  }
  .gallery {
    height: auto;
    flex-direction: row;
    flex-wrap: wrap;
    margin-top: 0.2em;
  }
  .album {
    flex: 1 1 90%;
    max-width: 92%;
    height: auto;
    margin: 10px;
  }
  .close-album {
    font-size: 0.8em;
    padding: 0.3em;
    letter-spacing: 0.2em;
  }
}
@media (max-width: 480px) {
  h1 {
    font-size: 1.5em;
    font-weight: 300;
  }
  .album-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .gallery {
    margin-top: 1em;
  }
}
/*body {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

main {
  flex: 1; /* ocupa todo el espacio disponible 
}

footer {
  margin-top: auto; /* se pega al fondo 
}

*/
footer {
  margin-top: 0.8em; /* se pega al fondo */
}

.redes {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-top: 0;
  color: #eef0f8;
  padding: 0.5em 2em;
}

.enlaces {
  color: #eef0f8;
}

.enlaces:hover {
  color: #ff0000;
}

.fa-brands {
  margin-right: 0.6em;
}

.copy {
  color: #eef0f8;
  font-size: 0.8em;
}

.developer {
  color: #eef0f8;
  font-weight: 100;
}

@media screen and (width <= 600px) {
  .redes {
    gap: 1em;
  }
  .enlaces {
    margin: 0;
  }
  .text_resumido {
    display: none;
  }
  .copy {
    font-size: 0.7em;
  }
}

/*# sourceMappingURL=styles.css.map */
