body{
background-color: #201852;

}

 .imgenio{
    max-height: 210px;
    padding-right: 150;
        border-top:50px #201852;
        border-right:1px  #201852;
        border-bottom:30px  #201852;
        border-left:16px  #201852;
        border-style: groove;
        border-width: 9px;
        margin-right: 10px; 
        width: auto; 
        height: auto;

}
.imgeniodos{
    padding-right: 150;
        border-top:50px #201852;
        border-right:1px  #201852;
        border-bottom:30px  #201852;
        border-left:16px  #201852;
        border-style: double;
        border-width: 9px;
        margin-right: 10px; 
        width: auto; 
        height: auto;
        align-items:flex-end;
}
.imgeni{
    max-height: 210px;
    padding-right: 150;
    border-top:50px #160eb5;
        border-right:1px #160eb5;
        border-bottom:30px #160eb5;
        border-left:16px  #160eb5;
        border-style:double;
        border-width: 9px;
        margin-right: 10px; 
        width: auto; 
        height: auto;
}
header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #C2BB28;
    padding: 10rem;
    position: relative;
    z-index: 1;
    width: 150%;
height: 4rem;
}

.top-menu {
    list-style: none;
    display: flex;
    gap: 2rem;
    margin: 0px;
    padding: 0px;
}
.top-menu li {
    display: inline;
}
.top-menu li a {
    color: black;
    text-decoration: none;
    font-size: 2rem;
}
p{
        text-indent: 90px;
        text-decoration:solid;
        text-align: right;
        text-decoration-color: rgb(249, 249, 250);
        color:azure;
        letter-spacing: 2px;
        line-height: 40px;
        word-spacing: 30px;
        text-transform:uppercase;
        line-height: 80px;
        vertical-align: text-top;
        text-size-adjust: 900px;
        font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    
}
.pedo{
    text-indent: 90px;
    text-decoration:solid;
    text-align: left;
    text-decoration-color: rgb(249, 249, 250);
    color:azure;
    letter-spacing: 2px;
    line-height: 40px;
    word-spacing: 30px;
    text-transform:uppercase;
    line-height: 80px;
    vertical-align: text-top;
    text-size-adjust: 900px;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;

}
a{
    text-indent: 100px;
    text-decoration:solid;
    text-align: right;
    text-align: top;
    text-decoration-color: rgb(249, 249, 250);
    color:azure;
    letter-spacing: 2px;
    line-height: 90px;
    word-spacing: 0px;
    text-transform:uppercase;
    line-height: 90px;
    vertical-align:sub;
    text-size-adjust: 900px;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    display: flex; 
    align-items: center;
}
hr {
    border: 0; 
    border-top: 1px solid #999;
    border-bottom: 1px solid #333; 
    height:0;
    }
    hr {
    border: 1px dashed grey;
     height: 0; 
    width: 150%;
    }
    hr {
    border: 4px solid rgba(182, 222, 2, 0.686); 
    height: 1px; 
    width: 100%;
    }
    .car {
        border: 0; 
        border-top: 1px solid #999;
        border-bottom: 1px solid #333; 
        height:0;
        }
        .car {
        border: 1px dashed grey;
         height: 0; 
        width: 60%;
        }
        .car {
        border: 4px solid rgba(43, 255, 54, 0.686); 
        height: 1px; 
        width: 100%;
        }
        .boto{
            background-color: #C2BB28;
            color:white;
            text-decoration: none;
            display:inline-block;
        }
        .boto:hover{
            background-color: #566119;
        }
        .ca {
            border: 0; 
            border-top: 1px solid #999;
            border-bottom: 1px solid #333; 
            height:0;
            }
            .ca {
            border: 1px dashed grey;
             height: 0; 
            width: 60%;
            }
            .ca {
            border: 4px solid rgba(158, 255, 2, 0.686); 
            height: 1px; 
            width: 100%;
            }

            .container {
                position: relative;
                display: inline-block;
            }
            .image {
                width: 300px;
                height: auto;
            }
            .description {
                position: absolute;
                bottom: 10px;
                left: 10px;
                background-color: rgba(0, 0, 0, 0.7);
                color: white;
                padding: 5px;
                border-radius: 5px;
                font-size: 14px;
                display: none; /* Oculta la descripción inicialmente */
            }
            .container:hover .description {
                display: block; /* Muestra la descripción al pasar el mouse */
            }
            .icon-box {
                display: inline-block;
                margin: 10px;
                width: 100px;
                height: 100px;
                text-align: center;
                border: 2px solid #ddd;
                border-radius: 10px;
                transition: 0.3s;
              }
              
              .icon-box img {
                width: 100%;
                height: auto;
                border-radius: 8px;
              }
              
              .icon-box:hover {
                border-color: #1db954; /* Cambia el color para Spotify, por ejemplo */
                box-shadow: 0px 0px 10px #aaa;
                transform: scale(1.1);
              }
              