body{
    margin: 0%;
    padding: 0%;
}
.principal{
    background-color: black;
    color: white;
    height: 15vh;
    font-weight: bold;
    font-size: 2.5em;
    display:flex;
    justify-content: center;
    align-items: center;
}
.lc{
    width: 50%;
    height: 42.5vh;
    float: left;
    font-weight: bold;
    font-size: 2em;
}
.fr{
    width: 50%;
    height: 42.5vh;
    float: left;
    font-weight: bold;
    font-size: 2em;
}
img{
    width: 100%;
    text-align: center;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
}
.botones{
    width: 80%;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    margin-left: 10%;
    border: 1px solid black;
    border-radius: 10px;
}
figcaption{
    text-align: center;
    background-color: white;
    opacity: 0.5;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    font-size: 1em;
}
.botones:hover{
    width: 100%;
    margin: 0%;
    padding: 0%;
    position: relative;
}
.f{
    background-color: rgb(126, 126, 126);
    height: 85vh;
    overflow: hidden;
}
#link{
    text-decoration: none;
    color: rgb(29, 29, 29);
}
div{
    padding-left: 0%;
}