.SEC-Contacto{
    background-color: #FFE500;
    background-color: #222222;
    padding-top: 75px;
}


.Informacion {

    display: flex;
    flex-direction: column;
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 50px;
    padding-bottom: 50px;
}

.iyc{
background-color: #222222;
width: 1000px;
height:500px;
}


.MartinoPena {
    max-width: 100%;
    height: auto;
}

.Biografia {
    margin-top: 25px;
    max-width: 700px;
    font-weight: 400;
    line-height: 150%;
    color:white;
}

.Download{
    font-size: 15px;
    font-weight: 400;
    text-decoration: underline;
    color:rgb(255, 255, 255);
}

@media (min-width: 768px) {

    .Informacion {

        display: flex;
        flex-direction: row;
        justify-content: center;
        padding-top: 100px;
        padding-bottom: 150px;

    }

    .MartinoPena {
        height: 400px;
        width: auto;
    }

    .Biografia {
        font-size: 18px;
        margin-top: 0px;
        margin-left: 50px;
    }

    .Download{
        font-size: 18px;
        text-decoration: underline;
        color:white;
    }


}