
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;

}


body {
    background-color: rgb(0, 0, 0);
      font-family: "Montserrat", serif;
   
 
    }

a {
    text-decoration: none;
    color: inherit;
    display: inline-block;
    appearance: none;
}

li {
    list-style: none;
}

/* =========================================== */
/* ================= Botones =================== */
/* =========================================== */
.btn {
    padding: 10px 20px;
    border-radius: 6px;
    border: solid;
    border-width: 1px;
    cursor: pointer;
    display: block;
    width: fit-content;
  }
  

.abrir-menu,
.cerrar-menu {
    display: none;

}


/*********************************************************/
/*********************************************************/
/* NAV */
/*********************************************************/
/*********************************************************/


header div,
header nav,
header ul {
    display: flex;
    align-items: center;
}


header div {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    padding: 0.5% 4%;
    z-index: 10;
    transition: 0.5s linear 0.1s;

}

header div.off {
    transform: translateY(-300px);

}

header div.solid {
    background-color: rgb(1, 1, 1)
}

header h4 {

    font-size: 1.5em;
    color: #dedede;
    letter-spacing: 0.1em;
    text-shadow: black;
    flex: 1;
    font-weight:200;

}


.nav-list {
    list-style-type: none;
    display: flex;
    gap: 2rem;
    margin: 0;
    padding: 0;



}

.nav-list li a {

    text-decoration: none;
    color: #dedede;
    font-size: 1.5em;
    text-shadow: black
}

.nav-list li a:hover {
    color: #ce9a00;
}


/*********************************************************/
/*********************************************************/
/* VIDEO*/
/*********************************************************/
/*********************************************************/


#video-fondo {

    position: relative;
    width: 100%;
}

.texto-emi {

    position: absolute;
    top: 25%;
    width: 100%;
    text-align: center;


}

.texto-emi h1 {

    font-size: 3em;
    color: rgb(239, 239, 239);
    letter-spacing: 0.4em;
    font-weight:400;

}

.texto-emi h3 {

    font-size: 2em;
    color: rgb(200, 200, 200);
    letter-spacing: 8px;
    font-weight:300;
}

.texto-emi i {

    color: rgb(200, 200, 200);
    font-size: 2em;
    letter-spacing: 0.8em;
    padding-top: 1%;
}
/*********************************************************/
/*********************************************************/
/* biografia */
/*********************************************************/
/*********************************************************/

.contenedor-bio {

    width: 100%;
    position: relative;
    margin: auto;
    display: flex;
    align-content: center;
    justify-content: center;
    max-width: 1350px;
 
}

.bio {

    display: flex;
    flex-direction: column;
    gap: 10px;
    flex-wrap: wrap;
    align-content: center;
    justify-content: start;
    width: 800px;
    height: 750px;
    color: rgb(214, 214, 214);



}

.bio h2 {

    letter-spacing: 0.4em;
    font-weight:400;
    padding-top: 4%;
}

.bio h3 {

    font-size: 25px;
    font-weight:400;
    
}

.texto-bio {

    width: 90%;
  

}

.texto-bio p {
    letter-spacing: 0.1em;
    text-align: justify;
    font-weight:200;
    line-height: 2em;
}


.flor {

    width: 100%;


}

.iconos-porfolio{

    display: flex;
    gap: 15px;
  padding-left: 2px;
    margin: 0;
   
   
}

.iconos-porfolio i{

    font-size: 28px;
}

.iconos-porfolio i:hover {

    color: #eeb50c;
}


.iconos-programas {

    padding-bottom: 20px;
   

}

/*********************************************************/
/*********************************************************/
/* PORFOLIO */
/*********************************************************/
/*********************************************************/
#Porfolio{

    background-color: #202020;
    padding-bottom: 200px;
    padding-top: 50px;
}

.porfolio {


    text-align: center;
    font-size: 2em;
    color: rgb(200, 200, 200);
    letter-spacing: 0.4em;
    margin: auto;
    padding-top: 4%;


}


.porfolio h4{

    font-weight:200;
    padding-bottom: 60px;
}

.botones {

    display: flex;
    margin: auto;
    gap: 40px;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    padding-top: 20px;
    transition: all 0.25s;
    padding-bottom: 20px;

}

.btn-edicion, .btn-uxui{
    background-color: rgb(45, 45, 45);
    color: white;
  }
 
  .btn-edicion:hover{

    background-color: rgb(255, 255, 255);
    color: rgb(0, 0, 0);
  }
  
  .btn-uxui:hover{

    background-color: rgb(255, 255, 255);
    color: rgb(0, 0, 0);
  }


.edicion {
    padding-top: 50px;
    padding-bottom: 50px;
}

.edicion h4 {

    text-align: center;
    font-size: 2em;
    color: rgb(200, 200, 200);
    letter-spacing: 0.4em;
    font-weight:200;

}


.EVideo{

    width: 420px;
    height: 250px;
    background: url(/EdicionVideo.png);
    background-size: cover cover;
    background-position: center center;
    background-repeat: no-repeat;
    align-items: center;
    display: flex;
    justify-content: center;
    margin: auto;
    border-radius: 10px;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
    overflow: hidden;
    transition: all 0.25s;
}

.Duxui{

    width: 420px;
    height: 250px;
    background: url(/DiseñoUxUI.png);
    background-size: cover cover;
    background-position: center center;
    background-repeat: no-repeat;
    align-items: center;
    display: flex;
    justify-content: center;
    margin: auto;
    border-radius: 10px;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
    overflow: hidden;
    transition: all 0.25s;
}



.contenedor-porfolio{

    display: flex;
    max-width: 1350px;
    gap: 60px;
    padding-bottom: 2%;
    margin: auto;
    padding-top: 2%;
    align-items: center;
    justify-content: center;
    
}

.contenedor-porfolio :hover {
    transform: scale(1.02);

}


/*********************************************************/
/*********************************************************/
/* Edicion*/
/*********************************************************/
/*********************************************************/



.contenedor-portadas  {
    display: flex;
    max-width: 1350px;
    gap: 20px;
    padding-bottom: 2%;
    margin: auto;
    padding-top: 2%;
    align-items: center;
    justify-content: center;


}

.contenedor-portadas2  {
    display: flex;
    max-width: 1350px;
    gap: 20px;
    padding-bottom: 2%;
    margin: auto;
    padding-top: 2%;
    align-items: center;
    justify-content: center;


}

.arteOnline {

    width: 420px;
    height: 250px;
    background: url(/Motion.png);
    background-size: cover cover;
    background-position: center center;
    background-repeat: no-repeat;
    align-items: center;
    display: flex;
    justify-content: center;
    margin: auto;
    border-radius: 10px;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
    overflow: hidden;
    transition: all 0.25s;
}




.contenedor-portadas :hover {
    transform: scale(1.02);

}

.contenedor-portadas2 :hover {
    transform: scale(1.02);

}

.arteOnline i {

    color: #ebeaea;
    font-size: 45px;

}

.arteOnline i:hover {

    color: #eeb50c;
}


.amia {
    width: 420px;
    height: 250px;
    background: url(Amia.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    align-items: center;
    display: flex;
    justify-content: center;
    margin: auto;
    border-radius: 10px;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
    overflow: hidden;
    transition: all 0.25s;
}

.amia i {

    color: #ebeaea;
    font-size: 45px;


}

.amia i:hover {

    color: #eeb50c;
}

.katja {

    width: 420px;
    height: 250px;
    background: url(/Katja.png);
    background-size: cover cover;
    background-position: center center;
    background-repeat: no-repeat;
    align-items: center;
    display: flex;
    justify-content: center;
    margin: auto;
    border-radius: 10px;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
    overflow: hidden;
    transition: all 0.25s;
}

.katja i {

    color: #ebeaea;
    font-size: 45px;
}



.katja i:hover {

    color: #eeb50c;
}

.redesSociales {

    width: 420px;
    height: 250px;
    background: url(/RedesSociales.png);
    background-size: cover cover;
    background-position: center center;
    background-repeat: no-repeat;
    align-items: center;
    display: flex;
    justify-content: center;
    margin: auto;
    border-radius: 10px;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
    overflow: hidden;
    transition: all 0.25s;
}

.contenedor-portadas :hover {
    transform: scale(1.02);

}

.redesSociales i {

    color: #ebeaea;
    font-size: 45px;

}

.redesSociales i:hover {

    color: #f9d363;
}

.youTube {

    width: 420px;
    height: 250px;
    background: url(/Youtube.png);
    background-size: cover cover;
    background-position: center center;
    background-repeat: no-repeat;
    align-items: center;
    display: flex;
    justify-content: center;
    margin: auto;
    border-radius: 10px;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
    overflow: hidden;
    transition: all 0.25s;
}

.contenedor-portadas :hover {
    transform: scale(1.02);

}

.youTube i {

    color: #ebeaea;
    font-size: 45px;

}

.youTube i:hover {

    color: #eeb50c;
}

.Tv {

    width: 420px;
    height: 250px;
    background: url(/TV.png);
    background-size: cover cover;
    background-position: center center;
    background-repeat: no-repeat;
    align-items: center;
    display: flex;
    justify-content: center;
    margin: auto;
    border-radius: 10px;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
    overflow: hidden;
    transition: all 0.25s;
}

.contenedor-portadas :hover {
    transform: scale(1.02);

}

.Tv i {

    color: #8e8e8e;
    font-size: 45px;

}

.Tv i:hover {

    color: #eeb50c;
}





.masTrabajos-responsive {
    display: none;
}

.masTrabajos {
    display: flex;
    width: 100%;
    margin: auto;
    padding-top: 2%;
    padding-bottom: 10%;
    align-items: center;
    justify-content: center;
  
}

.btn-trabajo{
    background-color: black;
    color: #ffffff;
}

.btn-trabajo:hover{
    background-color: rgb(255, 255, 255);
    color: #000000;
}



/*********************************************************/
/*********************************************************/
/* Diseño*/
/*********************************************************/
/*********************************************************/

.diseno {
    text-align: center; /* Centra el texto */
    max-width: 1350px;
    margin: 0 auto; /* Centra el contenedor horizontalmente */
  }
  
  #uxui {
    background-color: rgb(255, 255, 255);
    padding-top: 2%;
    padding-bottom: 4%;
    display: flex; 
    flex-direction: column; 
    align-items: center;
    justify-content: center; 
    text-align: center;
  }
  
  .titulo {
    text-align: center;
    padding-top: 4%;
    padding-bottom: 8%;
  }
  
  span {
    color: black;
    font-size: 2rem;
    font-weight: 200;
    letter-spacing: 0.4em;
  
  }
  
  .app-web {
    display: flex; 
    gap: 10px; 
    align-items: center; 
    justify-content: center; 
    width: 100%; 
    max-width: 1350px; 
    margin: 0 auto; 
    padding-top: 4%;
    padding-bottom: 4%;
  }
  
  .closet img,
  .protoVideo video {
    width: 700px;
    height: 400px; 
    object-fit: cover; 
    border-radius: 10px; 
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  }

   

.btn-diseno{
    background-color: rgb(255, 255, 255);
    color: #000000;
   
}

.btn-diseno:hover{
    background-color: rgb(2, 2, 2);
    color: #ffffff;
}

.botones-diseno{
    display: flex;
    gap: 20px;
    align-items: center;
    justify-content: center;
    margin: auto;
    transition: all 0.25s;

 
}

.otthon{

    max-width: 1350px;
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: center;
    margin: auto;
   padding-top: 4%;
   padding-bottom: 2%;



 


}

.otthon img{

  width: 100%;
  height: auto;
  object-fit: cover;
  max-width: 800px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  border-radius: 10px; 
   
}


/*********************************************************/
/*********************************************************/
/* Contacto*/
/*********************************************************/
/*********************************************************/

.datos-personales {
    margin-top: 4%;
    text-align: center;
    color: rgb(200, 200, 200);
    padding-bottom: 20px;
}

.datos-personales h4{

    font-family: "Montserrat", serif;
    font-weight:400;
    letter-spacing: 0.1em;
    font-size: 1.5rem;


}

.formulario {
    max-width: 500px;
    margin: 0 auto;
    padding: 20px;
    
    border-radius: 8px;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
   
  }
  
  .email-emi label,
  .mensaje-emi label {
    font-weight: bold;
    color: #c5c5c5;
  }
  
  .email-emi input[type="email"],
  .mensaje-emi textarea {
    width: 100%;
    padding: 10px;
    margin-top: 5px;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-size: 1em;
  }
  
  .email-emi input[type="email"] {
    height: 40px;
  }
  
  .mensaje-emi textarea {
    resize: vertical;
    min-height: 100px;
  }
  
 .btn-enviar{
    display: inline-block;
    background-color: #000000; /* Color verde */
    color: white;
    border: solid;
    border-width: 1px;
    padding: 10px 20px;
    font-size: 1em;
    font-weight: bold;
  
    border-radius: 4px;
    cursor: pointer;
    transition: background-color 0.3s ease;
    width: 100%;
    margin-top: 15px;
  }
  
  .btn-enviar:hover {
    background-color: #ffffff;
    color: rgb(0, 0, 0);
  }




.contactoIconos {
    display: flex;
   
    gap: 10px;
    align-items: center;
    justify-content: center;
    width: 100%;
    color: rgb(200, 200, 200);
    margin: auto;
padding-bottom: 20px;
padding-top: 30px;
    align-items: center;
    


}

.contactoIconos i {
    font-size: 40px;

}

.contactoIconos i:hover {
    color: #ce9a00;

}

.mail-emi {

    padding-top: 8px;
}

.tel-emi {
    padding-top: 8px;

}

.fa-whatsapp {
    padding-left: 10px;
}

.fa-envelope {

    padding-left: 10px;

}

/*********************************************************/
/*********************************************************/
/* FOOTER*/
/*********************************************************/
/*********************************************************/

footer {

    text-align: center;
    color: rgb(200, 200, 200);
}


footer i:hover {
    color: #ce9a00;

}

.formulario {

    width: 40%;
    margin: auto;
    padding-bottom: 1%;
    color: aliceblue;
   

}

.redes {
    padding-top: 30px;
    padding-bottom: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 40px;
}

.redes i {

    font-size: 40px;
}

.derechos {

    padding-top: 2%;
}



