@import url('https://fonts.googleapis.com/css2?family=Titillium+Web:ital,wght@0,600;1,700&display=swap');

#parte-principal {
    display: grid;
    justify-items: center;
    padding: 0 9% 75px 9%;
}

.PDF object {
    width: 71vw;
    height: 777px;
}

.PDF object p {
    text-align: center;
}

.btn_PDF {
    justify-content: center;
    text-decoration: none;
}

.btn_PDF button {
    background: #e50909cc;
    height: 31px;
    width: 102px;
    font-size: 12px;
    font-family: 'Titillium Web', sans-serif;
    border: solid 2px;
    cursor: pointer;
}

@media screen and (max-width: 280px) {
    #parte-principal {
        padding: 0 3% 75px 3%;
    }
}