.imagen1{
    height: 100px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    flex-direction: column; 
    justify-content: center;
    align-items: center; 
    text-align: center;
}
.contenedor{
     margin-left: auto;
    margin-right: auto;
    height: 270px;
    width:99%;
    display: flex;
    justify-content: center;
    align-content: center;
}
.soy{
     margin-left: auto;
    margin-right: auto;
    height: 270px;
    width: 60%;
    justify-content: center;
    align-content: start;
    text-align: center;
    align-items: center;
}
.persona{
    margin-left: auto;
    margin-right: auto;
    height: 200px;
    width: 99%;
    justify-content: center;
    align-content: start;
    text-align: center;
    align-items: center;
    padding: auto;
}
 .persona img {
      max-width: 130%;
      max-height: 130%;
      object-fit: contain; 
    }

.barra{
     margin-left: auto;
    margin-right: auto;
    height: 70px;
    width: 90%;
    background-color: rgb(60, 56, 64) ;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    border-radius: 8px;
    transform:translatey(50px);
    animation: aparecer 1s ease-out forwards;
}
@keyframes aparecer{
    to{
           transform: translateY(0);
    }
}
ul{
    display: flex;
    flex-direction: row;
    gap: 20px;
}
.barra a {
    color: rgb(39, 33, 38);
    text-decoration: none;
    font-size: 18px;
    display: block;
    font-weight: bold;
    transition: color 1s;   
}
.barra a:hover{
     color: rgb(240, 223, 255);
}
.textoo{
    display: inline-block;
    font-size: 47px;
    color:blueviolet;
    transition: transform 0.3s ease, color 0.3s ease;
}
.textoo:hover{
     transform: scale(1.2) rotate(5deg);
      color: blueviolet;
}
.textoo1{
    display: inline-block;
    font-size: 30px;
    color:blueviolet;
    transition: transform 0.3s ease, color 0.3s ease;
}
.textoo1:hover{
     transform: scale(1.2) rotate(5deg);
      color: blueviolet;
}
.parrafo{
    color:rgb(240, 223, 255);
    opacity: 0;
    transform: translateY(20px);
    animation: aparecer 1.5s ease-out forwards;
}
  @keyframes aparecer{
    to{
        opacity: 1;
        transform: translateY(0);
    }
  }
  .barrra{
    opacity: 0;
    transform:translateX(-200px);
    animation: aparecer 1.5s ease-out forwards;
}
  @keyframes aparecer{
    to{
        opacity: 1;
        transform: translateX(0);
    }
  }
    .barrrra{
    opacity: 0;
    transform:translateX(200px);
    animation: aparecer 1.5s ease-out forwards;
}
  @keyframes aparecer{
    to{
        opacity: 1;
        transform: translateX(0);
    }
  }
  footer{
     margin-left: auto;
    margin-right: auto;
    height: 70px;
    width: 90%;
    background-color: rgb(60, 56, 64) ;
     display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    border-radius: 8px;
    
  }
  /*------------------------------Informacion-------------------------------------------------*/
.barra3{
    background-color: rgb(60, 56, 64) ;
    margin-right: auto;
    height: 100%;
    width:20% ;
    position: fixed;
    padding: 1rem;
    z-index: 1000;
    display: flex;
    gap: 20px;
    justify-content: center;
    align-items: center;
    text-align: center;

}
.barra3 a {
    color: rgb(39, 33, 38);
    text-decoration: none;
    font-size: 18px;
    display: block;
    font-weight: bold;
    transition: color 1s;   
}
.barra3 a:hover{
     color: rgb(240, 223, 255);
}
.infoo{
    margin-left: auto;
    width: 80%;
    height: 690px;
    justify-content: start;
    align-items: center;
    text-align: center;
}
.Inicio{
    opacity: 0;
    transform:translateX(-200px);
    animation: aparecer 1s ease-out forwards;
}
@keyframes aparecer {
     to{
        opacity: 1;
        transform: translateX(0);
    }
}
.Habilidades{
    opacity: 0;
    transform:translateX(-200px);
    animation: aparecer 1.2s ease-out forwards;
}
@keyframes aparecer {
     to{
        opacity: 1;
        transform: translateX(0);
    }
}
.Hobbies{
    opacity: 0;
    transform:translateX(-200px);
    animation: aparecer 1.4s ease-out forwards;
}
@keyframes aparecer {
     to{
        opacity: 1;
        transform: translateX(0);
    }
}
.Educacion{
    opacity: 0;
    transform:translateX(-200px);
    animation: aparecer 1.6s ease-out forwards;
}
@keyframes aparecer {
     to{
        opacity: 1;
        transform: translateX(0);
    }
}
.Skills{
    opacity: 0;
    transform:translateX(-200px);
    animation: aparecer 1.8s ease-out forwards;
}
@keyframes aparecer {
     to{
        opacity: 1;
        transform: translateX(0);
    }
}
.inforr{
    color: #dddaed;
}
.imagen0{
    opacity: 0;
    transform:translateY(200px);
    animation: aparecer 1s ease-out forwards;
}
@keyframes aparecer {
     to{
        opacity: 1;
        transform: translateY(0);
    }
}
.container-lg{
 margin-left: auto;
 margin-right:auto;
}
