body {
    position: relative;
    width: 1920px;
    height: auto;
    margin: 20px;
    margin: 0 auto;
    background: #ffffff;
    overflow-x: hidden;
}

::-webkit-scrollbar {
    width: 5px;
    height: 10px;
  }
  
  ::-webkit-scrollbar-thumb {
      background-color: #b6b6b6;
      border-radius: 5px;

  }
  
  ::-webkit-scrollbar-track {
    background-color:  #ffffff; /* Color del track (fondo de la barra de desplazamiento) */

  }

.menu {
    position: relative;
    width: 1814px;
    height: 25px;
    margin: 25px 0 0 53px;
}

.menu ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: flex;
}

.menu a {
    text-decoration: none;
    color: #1b1b1b; /* Color de texto para los enlaces */
    font-weight: 400;
}

.img-0 {
    position: absolute;
    height: 30px;
    top: 0;
    left: 50%;
    background-size: cover;
    transform: translate(-30.16%, 0);
}
.portfolio {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    width: 63px;
    height: 11px;
    top: 1px;
    left: 0;
    color: #1b1b1b;
    font-family: 'Satoshi', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 11px;
    text-align: center;
    white-space: nowrap;
}

.portfolio:hover {
    text-decoration: underline;
} 

.info {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    position: absolute;
    height: 11px;
    top: 1px;
    left: 97px;
    color: #1b1b1b;
    font-family: 'Satoshi', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 11px;
    text-align: left;
    white-space: nowrap;
}

.info:hover {
    text-decoration: underline;
} 

.contacto {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    position: absolute;
    height: 11px;
    top: 1px;
    left: 163px;
    color: #1b1b1b;
    font-family: 'Satoshi', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 11px;
    text-align: left;
    white-space: nowrap;
}

.contacto:hover {
    text-decoration: underline;
} 

.Folio {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    width: 38px;
    height: 11px;
    top: 1px;
    left: 1776px;
    color: #1b1b1b;
    font-family: 'Clash Grotesk', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 11px;
    text-align: center;
    white-space: nowrap;
}
.Vol {
    display: block;
    position: relative;
    height: 11px;
    margin: 20px 0 0 1780px;
    color: #1b1b1b;
    font-family: 'Clash Grotesk', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 11px;
    text-align: left;
    white-space: nowrap;
}

.decoración {
    position: relative;
    width: 35px;
    height: 35px;
    margin: 103px 0 0 1669px;
    background-size: cover;
}
.div {
    position: relative;
    width: 1612px;
    height: 281px;
    margin: 0 0 0 141px;
 }
.div-1 {
    position: absolute;
    width: 1586px;
    height: 281px;
    top: 0;
    left: 50%;
    font-family: 'Clash Grotesk', sans-serif;
    font-size: 128px;
    font-weight: 400;
    line-height: 128px;
    text-align: center;
    text-overflow: initial;
    white-space: nowrap;
    transform: translate(-49.18%, 0);
 }
.L {
    position: relative;
    color: transparent;
    font-family: "loretta-display", serif;
    font-weight: 100;
    font-style: italic;
    font-size: 128px;
    font-weight: 400;
    line-height: 128px;
    text-align: center;
    -webkit-text-stroke: 1px #000000;
}
.title {
    position: relative;
    color: #000000;
    font-family: 'Clash Grotesk', sans-serif;
    font-size: 128px;
    font-weight: 400;
    line-height: 153.6px;
    text-align: center;
    -webkit-text-stroke: 1px #000000;
}
.decoración-2 {
    position: absolute;
    width: 35px;
    height: 35px;
    top: 81px;
    left: 0; 
    background-size: cover;
 }
.div-2 {
    position: relative;
    width: 1868.91px;
    height: 277.102px;
    margin: 316px 0 0 51px;
    z-index: 20;
}
.ilustración {
    position: absolute;
    width: 267.91px;
    height: 277.102px;
    top: 0;
    left: 50%; 
    background-size: cover;
    transform: translate(248.79%, 0);
 }
.linkedin {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    position: absolute;
    height: 16px;
    top: 45px;
    left: 0;
    color: #000000;
    font-family: 'Satoshi', sans-serif;
    font-size: 20px;
    font-weight: 500;
    line-height: 16px;
    text-align: left;
    white-space: nowrap;
    text-decoration: none;
 }

 .linkedin::after {
    content: '';
    position: absolute;
    width: 0;
    height: 1px;
    bottom: -4px;
    left: 0;
    background-color: #000; /* color de la línea */
    transition: width 0.3s ease;
}

.linkedin::before {
    content: '\2197'; /* código Unicode para una flecha en diagonal hacia arriba a la derecha */
    position: absolute;
    opacity: 0;
    transition: opacity 0.3s ease;
    right: -25px; /* ajusta la posición de la flecha */
    top: 50%;
    transform: translateY(-50%);
}

.linkedin:hover::after {
    width: 100%;
}

.linkedin:hover::before {
    opacity: 1;
}

.img-4 {
    position: absolute;
    width: 13.737px;
    height: 13.711px;
    top: 47px;
    left: 85px;
    background-size: cover;
 }
.Instagram {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    position: absolute;
    height: 13px;
    top: 47px;
    left: 181px;
    color: #000000;
    font-family: 'Satoshi', sans-serif;
    font-size: 20px;
    font-weight: 500;
    line-height: 13px;
    text-align: left;
    white-space: nowrap;
    text-decoration: none;
 }

 .Instagram::after {
    content: '';
    position: absolute;
    width: 0;
    height: 1px;
    bottom: -4px;
    left: 0;
    background-color: #000; /* color de la línea */
    transition: width 0.3s ease;
}

.Instagram::before {
    content: '\2197'; /* código Unicode para una flecha en diagonal hacia arriba a la derecha */
    position: absolute;
    opacity: 0;
    transition: opacity 0.3s ease;
    right: -25px; /* ajusta la posición de la flecha */
    top: 50%;
    transform: translateY(-50%);
}

.Instagram:hover::after {
    width: 100%;
}

.Instagram:hover::before {
    opacity: 1;
}

.img-5 {
    position: absolute;
    width: 13.737px;
    height: 13.711px;
    top: 47px;
    left: 279px;
    background-size: cover;
 }
.Email {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    position: absolute;
    height: 13px;
    top: 131px;
    left: 0;
    color: #000000;
    font-family: 'Satoshi', sans-serif;
    font-size: 20px;
    font-weight: 500;
    line-height: 13px;
    text-align: left;
    white-space: nowrap;
}
.lucimoragil0 {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    position: absolute;
    height: 13px;
    top: 131px;
    left: 181px;
    color: #000000;
    font-family: 'Satoshi', sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 13px;
    text-align: left;
    white-space: nowrap;
}
.Portfolio {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    position: absolute;
    height: 13px;
    top: 156px;
    left: 0;
    color: #000000;
    font-family: 'Satoshi', sans-serif;
    font-size: 20px;
    font-weight: 500;
    line-height: 13px;
    text-align: left;
    white-space: nowrap;
}
.URL {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    position: absolute;
    height: 13px;
    top: 156px;
    left: 181px;
    color: #000000;
    font-family: 'Satoshi', sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 13px;
    text-align: left;
    white-space: nowrap;
}
.COPYRIGHT {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    width: 382px;
    height: 11px;
    top: 251px;
    left: 697px;
    color: #000000;
    font-family: 'Satoshi', sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 11px;
    text-align: center;
    white-space: nowrap;
}
