.Menu { 
    position: fixed; 
    top: 0; 
    left: 0; 
    right: 0; 
    height: 100px; 
    background: linear-gradient(90deg, #2d38a0, #3f00c7, #ff004d); 
    background-size: 300% 300%; 
    animation: gradientMove 8s ease infinite; 
    display: flex; 
    justify-content: space-between; 
    align-items: center; 
    padding: 0 30px; 
    box-shadow: 0 4px 20px rgba(0,0,0,0.6); 
    z-index: 1000; 
}

.logop img {
    width: 150px; 
    height: 150px; 
    transition: transform 0.3s, filter 0.3s; 
    cursor: pointer; 
    background: transparent; 
    border-radius: 50%; 
}
.logop {
    padding: 10px 0 10px 20px; 
}

.logop img {
    width: 120px;  
    height: 120px;
}
.logop img:hover {
    transform: scale(1.2); 
    filter: brightness(1.2); 
}


ul { 
    display: flex; 
    gap: -02px; 
    list-style: none; 
    margin: 0; 
    padding: 0; 
}

li { 
    text-align: center; 
}

a { 
    position: relative; 
    color: #f5f5f5; 
    font-size: 30px; 
    font-family: 'Poppins', Arial, Helvetica, sans-serif; 
    font-weight: 600; 
    text-transform: uppercase; 
    letter-spacing: 2px; 
    text-decoration: none; 
    padding: 10px 18px; 
    transition: all 0.4s ease; 
}
a::after { 
    content: ""; 
    position: absolute; 
    width: 0%; 
    height: 3px; 
    left: 50%; 
    bottom: -6px; 
    background: #00d4ff; 
    transition: all 0.4s ease; 
    border-radius: 3px; 
    transform: translateX(-50%); 
}
a:hover { 
    color: #00d4ff; 
    text-shadow: 0 0 8px #00d4ff, 
                 0 0 16px #00d4ff, 
                 0 0 32px #00d4ff; 
}
a:hover::after { 
    width: 100%; 
}
body { 
    min-height: 100vh; 
    margin: 0; 
    display: flex; 
    flex-direction: column; 
    background: linear-gradient(30deg,#42806d,#72e6ac,#dee6e0,#1d4baf); 
    background-size: 200% 200%; 
    animation: gradientMove 15s ease infinite; 
}
.content { 
    flex: 1; 
}
footer { 
    font-size: 25px; 
    text-align: center; 
    background: #333; 
    color: white; 
    padding: 20px; 
    margin-top: 20px; 
}.social-icons { 
    margin-top: 20px; 
    display: flex; 
    justify-content: center; 
    gap: 30px; 
}
.social-icons img { 
    width: 70px; 
    height: 70px; 
    transition: transform 0.3s, filter 0.3s; 
    cursor: pointer; 
    background: transparent; 
    border-radius: 50%; 
}
.social-icons img:hover, 
.social-icons a img:hover { 
    transform: scale(1.2); 
    filter: brightness(1.2); 
}
@keyframes gradientMove { 
    0% { background-position: 0% 50%; } 
    50% { background-position: 100% 50%; } 
    100% { background-position: 0% 50%; } 
}
@keyframes animate { 
    0% { background-position: 0% 50%; } 
    100% { background-position: 100% 50%; } 
}
.bienvenida {
    max-width: 800px;
    margin: 200px auto 0 auto; 
    text-align: center;
    
    padding:100px;
    border-radius: 40px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3); 
}
.bienvenida h1 {
    font-size: 42px;
    font-weight: 800;
    color: #2c3e50;
    margin-bottom: 20px;
    text-transform: uppercase;
    letter-spacing: 10px;    
}
.bienvenida p {
    margin-bottom: 20px;
    font-size: 30px;
    font-weight: 500;
    color: #333;
    margin: 0;
    
}
.personal p {
    margin-bottom: 20px;
    font-size: 20px;
    font-weight: 500;
    color: #333;
    margin: 0;
}
.personal {
    max-width: 800px;
    margin: 200px auto;  
    text-align: center;
    padding: 40px;
    border-radius: 20px;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.25);
}
.personal h2 {
    font-size: 36px;
    font-weight: 800;
    color: #2c3e50;
    margin-bottom: 30px;
}
.div-img{
    max-width: 800px;
    margin: px auto 0 auto; 
    
    max-width: 800px;
    text-align: center;
    padding: 40px;
    border-radius: 20px;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.25);
}

.div-img p {
    font-size: 20px;
    font-weight: 80;
    color: #2c3e50;
    margin-bottom: 30px;
}
.mi-gust img {
    width: 150px; 
    height: 150px; 
    transition: transform 0.3s, filter 0.3s; 
    cursor: pointer; 
    background: transparent; 

}
.mi-gust {
    padding: 10px 0 10px 20px; 
}

.mi-gust img {
    width: 300px;   
    height: 150px;
}
.mi-gust img:hover {
    transform: scale(1.2); 
    filter: brightness(1.2);
}

.div-img2{
    max-width: 800px;
    margin: px auto 0 auto;
    max-width: 800px;
    text-align: center;
    padding: 40px;
    border-radius: 20px;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.25);
}

.div-img2 p {
    font-size: 20px;
    font-weight: 800;
    color: #2c3e50;
    margin-bottom: 20px;
}
.mi-origen img{
    transition: transform 0.3s, filter 0.3s; 
    cursor: pointer; 
    background: transparent; 

}
.mi-origen {
    padding: 10px 0 10px 20px; 
}

.mi-origen img {
    width: 300px;   
    height: 150px;
}
.mi-origen img:hover {
    transform: scale(1.2); 
    filter: brightness(1.2);
}