@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap');

* {
  font-family: "DM Sans";
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  zoom: 90%;

}

@media (max-width: 600px) {
  body {
    zoom: 75%;
    width: 100%;

  }
}


@media (max-width: 200px) {
  body {
    zoom: 60%;
    width: 100%;

  }
}


html {
  scroll-behavior: smooth;
}









.area-nav {
  height: 60px;
  width: 100%;
  display: flex;
  justify-content: center;
  position: fixed;
  margin-top: 20px;
  z-index: 10;
}

.area-nav .nav {
  height: 60px;
  width: 50%;
  max-width: 100%;
  background-color: rgba(86, 86, 86, 0.507);
  border-radius: 50px;
  align-items: center;
  display: flex;
  justify-content: space-between;
  padding: 0 30px;
  margin-left: 15px;
  margin-right: 15px;
  transition: all 0.3s ease;
}

.area-nav .nav img {
  height: 35px;
}

/* SOLO PARA ESCRITORIO */
@media screen and (min-width: 769px) {
  .area-nav .nav .botones-header {
    display: flex;
    gap: 40px;
  }
}

/* ESTILO DE LINKS */
.area-nav .nav .botones-header a {
  text-decoration: none;
  color: white;
  font-size: 17px;
  transition: all 0.3s ease 0s;
}

.area-nav .nav .botones-header a:hover {
  color: aqua;
  
}

/* BOTÓN HAMBURGUESA */
.menu-toggle {
  display: none;
  font-size: 26px;
  color: white;
  cursor: pointer;
}

/* PARA MÓVILES */
@media screen and (max-width: 950px) {
  .menu-toggle {
    display: block;
  }

  .area-nav .nav  {
    width: 100%;
  }

  .area-nav .nav .botones-header {
    display: none;
    position: absolute;
    top: 70px;
    right: 30px;
    background-color: rgba(85, 85, 85, 0.483);
    flex-direction: column;
    gap: 20px;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.2);
  }
  

  .area-nav .nav .botones-header.activo {
    display: flex;
  }
}

/* ===== ✅ CAMBIO EN SCROLL (DESPUÉS DE 1080px) ===== */


.nav.scroll-activo {
  background-color: white !important;
  border-radius: 0 !important;
  width: 100% !important;
  color: black;
  max-width: 100% !important;
  margin-top: -20px;
  margin-left: 0px;
  margin-right: 0px;
  box-shadow: 0px 20px 55px #000000ad;
  
  

}

/* Links dentro del menú en scroll */

.nav.scroll-activo .botones-header {
  background-color: rgba(255, 255, 255, 0.631);
}

.nav.scroll-activo .botones-header a {
  color: rgb(0, 0, 0) !important;
  transition: all 0.3s ease 0s;
}

.nav.scroll-activo .botones-header a:hover {
  color: aqua !important;
}

/* Ícono hamburguesa en negro */
.nav.scroll-activo .menu-toggle {
  color: black !important;
}











/* ########################################################################*/

/* ########################################################################*/

/* ########################################################################*/









.display {
  background-image: url(imagenes/display.jpg);
  background-size: cover;
  background-position: center;

  width: 100%;
  height: 1050px;
  display: flex;
  justify-content: center; /* Centrado horizontal */
  align-items: center;     /* Centrado vertical */
  border-bottom: solid 15px aqua;
  position: relative;      /* mejor usar relative si no lo necesitas encima de todo */
}

.display 
.nombre-tag{
    background-color: rgba(229, 255, 0, 0);
    height: 300px;
    width: 200px;
    justify-items:  center;
    justify-content: center;
    position: absolute;

}

.display 
.nombre-tag
 h1{
    font-size: 118px;
    line-height: 100px;
    color: white;
    font-weight: 900;
    font-kerning: normal;
}

.display 
.nombre-tag 
.tag-multimedia{
    background-color:aqua;
    width: max-content;
    padding: 10px 25px 10px 25px;
    border-radius: 50px;
    margin-top: 20px;
    position: absolute;
    top:110px;
    left: 150px;
}

.display 
.nombre-tag 
.tag-multimedia
p{
    font-size: 28px;
}





@media (max-width: 530px) {
    
    
    .display 
    .nombre-tag
    h1{
        font-size: 90px;
        line-height: 70px;
        color: white;
        

    }

    .display 
    .nombre-tag 
    .tag-multimedia
    {
        top:140px;
        left:-30px;
        

    }

    .display 
    .nombre-tag 
    .tag-multimedia
    p{
        font-size: 20px;
        

    }

}



/* ########################################################################*/

/* ########################################################################*/

/* ########################################################################*/





.sobremi-trabajos {
    background-image: linear-gradient(244deg,rgb(46, 46, 46) 0%, rgb(14, 14, 14) 100%);
    display: flex;
    justify-items: center;
    flex-direction: column;
    align-items:  center;
}


.sobremi-trabajos
.recuadro-grande {
    background-image: linear-gradient(to bottom right, rgba(78, 78, 78, 0.218), rgba(54, 54, 54, 0.275));
    align-items: center;
    margin-top: 139px;
    border-radius: 20px;
    display: flex;
    box-shadow: 0px 0px 25px #00000098;
    padding: 80px 100px 80px 100px;
}



.sobremi-trabajos
.recuadro-grande
.lado-foto {
    background-color: #ef909000;
    width: 50%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    
}

.sobremi-trabajos
.recuadro-grande
.lado-datos {
    background-color: #86f8a300;
    width: 50%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    
    
    
}






/* Seccion de la foto de perfil  */

.sobremi-trabajos
.recuadro-grande
.lado-foto
.marco-foto {
    background-image: url(imagenes/perfil.jpeg);
    background-size: 900px;
    background-repeat: no-repeat;
    background-position-y: -220px;
    background-position-x: -190px;
    width: 594px;
    height: 667px;
    margin-right: 30px;
    margin-left: 30px;
    border-radius: 20px;
    box-shadow: 0px 0px 25px #00000070;
}







/* Seccion de mis datos */







.sobremi-trabajos
.recuadro-grande
.lado-datos
.caja-datos {
    background-color: rgba(127, 255, 212, 0);
    width: 597px;
    height: 573px;
    justify-content: center;
    align-items: center;
    
}

.sobremi-trabajos
.recuadro-grande
.lado-datos
.caja-datos
h1 {
    font-size: 73px;
    color: aqua;
    margin-bottom: 20px;
}

.sobremi-trabajos
.recuadro-grande
.lado-datos
.caja-datos
.contenedor-parrafo {
    width: 100%;
    margin-bottom: 50px;
}


.sobremi-trabajos
.recuadro-grande
.lado-datos
.caja-datos
p {
    font-size: 17px;
    text-align: justify;
    color: white;
    
}







/* habilidades y programas */


.sobremi-trabajos
.recuadro-grande
.lado-datos
.caja-datos
.skill-soft {
    width: 100%;
    background-color: #4bff7800;
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
}



/* habilidades */
.sobremi-trabajos
.recuadro-grande
.lado-datos
.caja-datos
.skill-soft
.habilidades {
    width: 210px;
    background-color: #212121;
    justify-items: center;padding: 25px;
    border-radius: 10px;
    border-top: solid 10px aqua;
    color: white;
    box-shadow: 0px 0px 25px #00000070;
}

.sobremi-trabajos
.recuadro-grande
.lado-datos
.caja-datos
.skill-soft
.habilidades
h2 {
    font-size: 28px;
    margin-bottom: 10px;
}

.sobremi-trabajos
.recuadro-grande
.lado-datos
.caja-datos
.skill-soft
.habilidades
li {
    font-size: 17px;
}

/* programas */
.sobremi-trabajos
.recuadro-grande
.lado-datos
.caja-datos
.skill-soft
.programas {
    width: 350px;
    background-color: #212121;
    justify-items: center;padding: 25px;
    border-radius: 10px;
    border-top: solid 10px aqua;
    color: white;
    box-shadow: 0px 0px 25px #00000070;
}




.sobremi-trabajos
.recuadro-grande
.lado-datos
.caja-datos
.skill-soft
.programas
h2 {
    font-size: 28px;
    margin-bottom: 10px;
}

.sobremi-trabajos
.recuadro-grande
.lado-datos
.caja-datos
.skill-soft
.programas
.adobe-programas {
    display: grid;
    grid-template-columns: repeat(2, 1fr); /* 2 columnas iguales */
    grid-template-rows: repeat(3, auto);   /* 3 filas (ajustan su altura) */
    gap: 10px; /* espacio entre celdas, ajusta si deseas */
    padding: 0px;
}


.sobremi-trabajos
.recuadro-grande
.lado-datos
.caja-datos
.skill-soft
.programas
.adobe-programas
.adobe {
    background-color: #85858500;
    display: flex;
}

.sobremi-trabajos
.recuadro-grande
.lado-datos
.caja-datos
.skill-soft
.programas
.adobe-programas
.adobe
img {
    height: 30px;
    margin-right: 10px;
}

.sobremi-trabajos
.recuadro-grande
.lado-datos
.caja-datos
.skill-soft
.programas
.adobe-programas
.adobe
h6 {
    font-size: 17px;
    font-weight: 300;
}





.barra-habilidad {
  background-color: #ccc;         /* Color base */
  height: 6px;                    /* Altura de la barra base */
  width: 100%;                    /* Ocupa todo el contenedor */
  border-radius: 50px;            /* Bordes redondos */
  overflow: hidden;               /* Oculta lo que sobresalga */
  margin-top: 5px;                /* Espacio con el texto */
}

.barra-habilidad .relleno {
  background-color: white;        /* Color de la barra que avanza */
  height: 100%;                   /* Mismo alto que el contenedor */
  border-radius: 50px;
  transition: width 0.4s ease;    /* Suaviza el cambio si animas */
}





@media (max-width: 1050px) {
    
    .sobremi-trabajos {
      background-image: linear-gradient(325deg,rgb(167, 167, 167) 0%, rgb(20, 20, 20) 100%);
    }
  
  .sobremi-trabajos
    .recuadro-grande {
        background-image: linear-gradient(244deg,rgba(71, 71, 71, 0) 0%, rgba(31, 31, 31, 0) 100%);
        width: 100%;
        height: 839px;
        margin-top: 119px;
        border-radius: 20px;
        flex-direction: column;
        display: flex;
        box-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
        
    }
    
    /* Seccion de la foto de perfil  */

    .sobremi-trabajos
    .recuadro-grande
    .lado-foto {
        background-color: #ef909000;
        width: 450px;
        height: 100%;
        
    }

    .sobremi-trabajos
    .recuadro-grande
    .lado-foto
    .marco-foto {
        background-image: url(imagenes/perfil.jpeg);
        background-size: 900px;
        background-repeat: no-repeat;
        background-position-y: -220px;
        background-position-x: -280px;
        width: 425px;
        height: 430px;
        margin-right: 30px;
        margin-left: 30px;
        margin-bottom: 20px;
        border-radius: 20px;
        
    }

    
    /* Seccion de mis datos */

    .sobremi-trabajos
    .recuadro-grande
    .lado-datos {
        background-color: #86f8a300;
        width: 100%;
        height: 100%;
        
    }

     .sobremi-trabajos
    .recuadro-grande
    .lado-datos
    .caja-datos {
        background-color: #4bff7800;
        zoom: 80%;
        padding-left: 30px;
        padding-right: 30px;
        
    }

    .sobremi-trabajos
    .recuadro-grande
    .lado-datos
    .caja-datos
    .contenedor-parrafo {
        margin-top: 10px;
        margin-bottom: 50px;
    }

    .sobremi-trabajos
    .recuadro-grande
    .lado-datos
    .caja-datos
    .skill-soft
    .programas {
       border-left: solid 1px aqua;
    }

    

}

























/* ######################################################### */
/* ######################################################### */
/* ######################################################### */






















.trabajos {
  padding: 140px 0;
  background: #11111100;
  color: white;
  text-align: center;
}

.contenedor-trabajos {
  max-width: 1350px;
  margin: 0 auto;
  padding: 0 20px;
}

.trabajos h2 {
  font-size: 73px;
  margin-bottom: 15px;
  color: #00e8f8;
}

.filtros {
  margin-bottom: 30px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
}

.filtros button {
  background: linear-gradient(177deg,rgb(53, 53, 53) 0%, rgb(19, 19, 19) 100%);
  border: none;
  padding: 10px 15px;
  border-radius: 20px;
  color: white;
  cursor: pointer;
  border: solid 1px rgba(0, 255, 255, 0);
  font-size: 17px;
  transition: 0.3s;
  
}

.filtros button.activo, .filtros button:hover {
  background: #00e8f8;
  color: black;
}

.paginacion {
  margin-bottom: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

.paginacion button {
  background: #444;
  color: white;
  border: none;
  padding: 5px 12px;
  border-radius: 5px;
  cursor: pointer;
  transition: 0.3s;
}

.paginacion button.activo {
  background: #00e8f8;
  color: black;
}

.galeria {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
  margin: 0 auto;
}

.item {
  background: #222;
  border-radius: 12px;
  overflow: hidden;
  transition: transform 0.3s;
  display: flex;
  flex-direction: column;
  align-items: center;
  box-shadow: 0 0px 10px rgb(0, 0, 0);

  /* NUEVO: fija altura */
  height: 285px;
}
.item img {
  width: 100%;
  height: 200px; /* o el valor que desees */
  object-fit: cover;
  display: block;
}
.item .info {
  padding: 20px;
  text-align: left;
  flex-grow: 1;
  align-items: center;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  
}

.item .info p {
  width: 300px;
  
  
}


.item .ver {
  color: #00e8f8;
  text-decoration: none;
  font-weight: bold;
  background-color: #515151;
  padding: 6px 11px;
  border-radius: 50px;

}

/* RESPONSIVE */
@media (max-width: 1050px) {
  
    .trabajos {
        margin-top: 250px;
        background-image: linear-gradient(325deg,rgba(77, 77, 77, 1) 0%, rgba(31, 31, 31, 1) 100%);
        padding-top: 110px;
        border-top: solid 1px #00e8f8;
        width: 100%;

    }

    .trabajos h2 {
        font-size: 50px;
        margin-bottom: 20px;
        color: #00e8f8;
        }

  
    .galeria {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .galeria {
    grid-template-columns: 1fr;
  }
}







.popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 999;
  transition: opacity 0.3s ease;
}

.popup.oculto {
  display: none;
}

.popup-contenido {
  background: rgba(255, 255, 255, 0.059);
  color: black;
  border-radius: 10px;
  max-width: 1000px;
  width: 90%;
  max-height: 1030px;
  padding: 30px;
  position: relative;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.3);
  text-align: center;
  overflow: auto; /* Oculta lo que sobresale y permite scroll */
  scrollbar-width: bold;
  scrollbar-color: #00e8f8 #2323238f;
  border: solid 1px rgba(0, 255, 255, 0.681);
}

/* Scrollbar para navegadores Webkit */
.popup-contenido::-webkit-scrollbar {
  width: 50px;
  background: #232323;
  border-radius: 8px;
  padding: 20px;
}
.popup-contenido::-webkit-scrollbar-thumb {
  background: #00e8f8;
  border-radius: 20px;
}
.popup-contenido::-webkit-scrollbar-thumb:hover {
  background: #529197;
}

.popup-contenido img {
  max-width: 75%;
  max-height: 100%;
  border-radius: 15px;
}






.popup-contenido video {
  max-width: 100%;
  max-height: 900px;
  border-radius: 15px;
}


.popup .cerrar {
  position: absolute;
  top: 1px;
  right: 0px;
  font-size: 25px;
  font-weight: bold;
  cursor: pointer;
  color: #000000;
  background-color: #00e8f8;
  width: 50px;
  border-radius: 5px;
  z-index: 1000;



}
.popup-contenido {
  z-index: 10000;
}

#descripcion {
  margin-top: 20px;
  font-size: 18px;
  color: white;
}

































/* ######################################################### */
/* ######################################################### */
/* ######################################################### */







































footer{ 
  background: linear-gradient(180deg,rgb(67, 67, 67) 0%, rgb(29, 29, 29) 100%);
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  border-top: solid 5px aqua;
  border-radius: 60px 60px 0 0;
}

footer
.texto-botones{ 
  background-color: #a0eeb300;
  justify-items: center;
  margin-top: 90px;
  margin-bottom: 60px;
}

footer
.texto-botones
h1{ 
  font-size: 60px;
  font-weight: 400;
  margin-bottom: 20px;
  color: aqua;
}



footer
.botones-footer{ 
  display: flex;
}


footer
.botones-footer
button{ 
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-right: 10px;
  background-color: #262626;
  box-shadow: none;
  transition: all 0.3s ease;
  padding: 20px 30px 20px 30px;
  color: white;
  font-size: 17px;
  font-weight: 600;
  margin-right: 20px;
}

footer
.botones-footer
button:hover{ 
  border: solid 1px aqua;
}





footer
.botones-footer
button
img{ 
  height: 20px;
  margin-right: 10px;
}

footer
.botones-footer
button
h5{ 
  color: white;
  font-size: 17px;
}

footer
.botones-footer
button
a{ 
  color: white;
  font-size: 17px;
  font-weight: 700;
  text-decoration: none;
}

footer
.botones-footer
.form{ 

  border-radius: 50px;
  font-size: 17px;
  margin-left: 20px;
}









.pie-pagina {
  width: 1253px;
  height: 187px;
  background-color: rgb(43, 43, 43);
  align-items: center;
  justify-content: space-between;
  display: flex;
  color: white;
  padding: 80px;
  border-radius: 15px;
  border: solid 1px rgba(0, 255, 255, 0.681);
  margin-bottom: 30px;
}


.pie-pagina
.logo-parrafo {

  background-color: rgba(142, 79, 79, 0);
  display: flex;
  margin-right: 50px;
  height: 80px;
  align-content: center;


}

.pie-pagina
.logo-parrafo 
img {
  height: 50px;
  padding-right: 20px;
  border-right: solid 1px white;
}

.pie-pagina
.logo-parrafo 
p {
  font-size: 17px;
  padding-left: 20px;
  width: 700px;
}



.pie-pagina
.contacto
h5  {
  margin-bottom: 10px;
  font-size: 17px;
} 

.pie-pagina
.contacto
h6  {
  margin-bottom: 10px;
  font-size: 17px;
  font-weight: 400;
}

.pie-pagina
.contacto
img  {
  height: 25px;
  padding-right:10px ;
}

footer 
p {
  margin-bottom: 65px;
  color: white;
}






/* VERSION MOVIL */

@media (max-width: 1050px){
  footer {
    padding-top: 10px;
    border-radius: 0px 0px 0px 0px;
    background: linear-gradient(0deg,rgb(67, 67, 67) 0%, rgb(29, 29, 29) 100%);
  }

  .pie-pagina{
    width: 100%;
    margin-top: 10px;
  }
}










@media (max-width: 930px){
  
  footer {
    background-color: #4b4b4b;
    
  }

   footer
   .texto-botones
   h1 {
    font-size: 45px;
  }

  .pie-pagina{
    height: 500px;
    flex-direction: column;
  }

  .pie-pagina
  .logo-parrafo {

    width: 100%;


  }

  
}





@media (max-width: 930px){
  
  

   footer
   .texto-botones
   h1 {
    font-size: 35px;
  }

  
  
}






















/* ######################################################### */
/* ######################################################### */
/* ######################################################### */


























.popup {
  position: fixed;
  top: 0; left: 0;
  width: 100%; height: 100%;
  background: rgba(0, 0, 0, 0.6);
  backdrop-filter: blur(6px);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}
.popup.oculto {
  display: none;
}
.formulario-contenedor {
  background: rgb(44, 44, 44);
  padding: 30px;
  border-radius: 20px;
  width: 90%;
  max-width: 500px;
  position: relative;
  box-shadow: 0 0 30px rgb(0, 0, 0);
  font-family: 'DM Sans', sans-serif;
}
.formulario-contenedor h2 {
  margin-bottom: 20px;
  color: white;
}
.formulario-contenedor input,
.formulario-contenedor textarea {
  width: 100%;
  padding: 10px;
  margin-bottom: 15px;
  border: 1px solid #cccccc5f;
  border-radius: 10px;
  font-size: 16px;
  background-color: #3e3e3e;
  color: white;
}
.formulario-contenedor button {
  width: 100%;
  background: aqua;
  color: rgb(29, 29, 29);
  border: none;
  padding: 12px;
  border-radius: 10px;
  font-size: 16px;
  cursor: pointer;
}
#cerrarPopup {
  position: absolute;
  top: 15px;
  right: 20px;
  font-size: 25px;
  cursor: pointer;
  color: #999;
}