body {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    overflow-y: hidden;
}

::-webkit-scrollbar {
    width: 5px;
    height: 10px;
    overflow-x: hidden;
  }
  
  ::-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: fixed;
    width: 1814px;
    height: 25px;
    margin: -575px 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;

}


.div-1 {
    position: fixed;
    width: 1297px;
    height: 173px;
    margin: -400px 0 0 214px;
}
.img {
    position: absolute;
    width: 35px;
    height: 35px;
    top: 0;
    left: 0;
    background-size: cover;
}
.Proyectos {
    position: absolute;
    width: 1102px;
    height: 173px;
    top: -100px;
    left: 50%;
    font-family: 'Clash Grotesk', sans-serif;
    font-size: 250px;
    font-weight: 400;
    line-height: 173px;
    text-align: center;
    text-overflow: initial;
    white-space: nowrap;
    transform: translate(-41.15%, 0);
}
.P {
    position: relative;
    color: transparent;
    font-family: "loretta-display", serif;
    font-weight: 500;
    font-style: italic;
    font-size: 250px;
    line-height: 307.5px;
    text-align: center;
    -webkit-text-stroke: 1px #000000;
}
.royectos {
    position: relative;
    color: #000000;
    font-family: 'Satoshi', sans-serif;
    font-weight: 400;
    line-height: 307.5px;
    text-align: center;
    -webkit-text-stroke: 1px #000000;
}
.div-2 {
    position: fixed;
    width: 1259px;
    height: 49px;
    margin: -150px 0 0 511px;
}
.intro {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    width: 899px;
    height: 40px;
    top: 0;
    left: calc(50% - 629.5px);
    color: #1b1b1b;
    font-family: 'Satoshi', sans-serif;
    font-size: 24px;
    font-weight: 400;
    line-height: 27px;
    text-align: center;
    white-space: nowrap;
}
.rombo {
    position: absolute;
    width: 35px;
    height: 35px;
    top: 14px;
    left: 1224px;
    background-size: cover;
}
.div-3 {
    position: relative;
    width: 1874px;
    height: 211px;
    margin: 600px 0 0 39px;
}
.año-2024 {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    position: absolute;
    height: 25px;
    top: 0;
    left: 0;
    color: #000000;
    font-family: 'Satoshi', sans-serif;
    font-size: 32px;
    font-weight: 400;
    line-height: 25px;
    text-align: left;
    white-space: nowrap;
}
.Hemy {
    position: absolute;
    width: 220px;
    height: 154px;
    top: 0;
    left: 114px;
    background-size: cover;
}

.Hemy img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: opacity 0.5s ease; /* Agrega una transición de opacidad para suavizar el cambio */
}
    
  
.Hemy .hover-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0; 
    transition: opacity 0.5s ease; 
}
    
.Hemy:hover .hover-image {
  opacity: 1; 
} 
    
.charlotte {
    position: absolute;
    width: 220px;
    height: 211px;
    top: 0;
    left: 342px;
    background-size: cover;
}

.charlotte img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: opacity 0.5s ease; /* Agrega una transición de opacidad para suavizar el cambio */
}
    
.charlotte .hover-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0; 
    transition: opacity 0.5s ease; 
}
    
.charlotte:hover .hover-image {
  opacity: 1; 
}

.transmedia {
    position: absolute;
    width: 220px;
    height: 154px;
    top: 0;
    left: 570px;
    background-size: cover;
}

.transmedia img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: opacity 0.5s ease; /* Agrega una transición de opacidad para suavizar el cambio */
}
    
.transmedia .hover-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0; 
    transition: opacity 0.5s ease; 
}
    
.transmedia:hover .hover-image {
  opacity: 1; 
}

.itinerario {
    position: absolute;
    width: 220px;
    height: 211px;
    top: 0;
    left: 798px;
    background-size: cover;
}

.itinerario img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: opacity 0.5s ease; /* Agrega una transición de opacidad para suavizar el cambio */
}
    
.itinerario .hover-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0; 
    transition: opacity 0.5s ease; 
}
    
.itinerario:hover .hover-image {
  opacity: 1; 
}

.año-2023 {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    position: absolute;
    height: 25px;
    top: 0;
    left: 1068px;
    color: #000000;
    font-family: 'Satoshi', sans-serif;
    font-size: 32px;
    font-weight: 400;
    line-height: 25px;
    text-align: left;
    white-space: nowrap;
}
.chamberlain {
    position: absolute;
    width: 220px;
    height: 211px;
    top: 0;
    left: 1194px;
    background-size: cover;
}

.chamberlain img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: opacity 0.5s ease; /* Agrega una transición de opacidad para suavizar el cambio */
}
    
.chamberlain .hover-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0; 
    transition: opacity 0.5s ease; 
}
    
.chamberlain:hover .hover-image {
  opacity: 1; 
}

.mtv {
    position: absolute;
    width: 220px;
    height: 154px;
    top: 0;
    left: 1422px;
    background-size: cover;
}

.mtv img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: opacity 0.5s ease; /* Agrega una transición de opacidad para suavizar el cambio */
}
    
.mtv .hover-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0; 
    transition: opacity 0.5s ease; 
}
    
.mtv:hover .hover-image {
  opacity: 1; 
}

.logotipos {
    position: absolute;
    width: 224px;
    height: 188px;
    top: 0;
    left: 1650px;
    background-size: cover;
}

.logotipos img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: opacity 0.5s ease; /* Agrega una transición de opacidad para suavizar el cambio */
}
    
.logotipos .hover-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0; 
    transition: opacity 0.5s ease; 
}
    
.logotipos:hover .hover-image {
  opacity: 1; 
}

.año-2022 {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    position: absolute;
    height: 25px;
    top: 0;
    left: 1920px;
    color: #000000;
    font-family: 'Satoshi', sans-serif;
    font-size: 32px;
    font-weight: 400;
    line-height: 25px;
    text-align: left;
    white-space: nowrap;
}

.sexo {
    position: absolute;
    width: 220px;
    height: 211px;
    top: 0;
    left: 2050px;
    
    background-size: cover;
}

.sexo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: opacity 0.5s ease; /* Agrega una transición de opacidad para suavizar el cambio */
}
    
.sexo .hover-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0; 
    transition: opacity 0.5s ease; 
}
    
.sexo:hover .hover-image {
  opacity: 1; 
}