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

#current {
    color: rgb(239, 255, 0);
}

#parte-principal {
    display: flex;
    box-sizing: border-box;
    align-items: flex-start;
    align-content: center;
    flex-wrap: wrap;
    flex-direction: column;
    background-color: #d2dae3;    
    max-width: 929px;
    height: auto;
    padding: 20px;    
    border-radius: 20px;
    position: relative;
    left: 27%;
}

.parrafos {
    font-size: 24px;
    margin-top: 56px;
}

.parrafos img {
    height: 34px;
}

span {
    color: rgb(17, 85, 204);
    text-decoration: underline;
}

.subtítulo {    
    font-size: 85px;
    font-family: 'Titillium Web', sans-serif;
    font-weight: 700;
    margin-top: 9px;
    color: #BF9742;
}

.PDF {
    width: 865px;
    height: 513px;
    position: relative;
    left: 29%;
    margin: 24px 0 24px 0;
}

.btn_PDF {
    display: none;
    justify-content: center;
    margin-top: 25px;
    padding-bottom: 30px;
}

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

@media screen and (max-width: 1288px) {
    #parte-principal {
        left: 13%;
    }

    .PDF {
        left: 16%;
    }
}

@media screen and (max-width: 1084px) {
    #parte-principal {
        left: 7%;
    }

    .PDF {
        left: 10%;
    }
}

@media screen and (max-width: 1015px) {
    #parte-principal {
        left: 3%;
    }

    .PDF {
        left: 6%;
    }
}

@media screen and (max-width: 974px) {
    #parte-principal {
        left: 14%;
        max-width: 715px;
    }

    .PDF {
        left: 17%;
        width: 658px;
    }
}

@media screen and (max-width: 847px) {
    #parte-principal {
        left: 8%;
    }
    
    .PDF {
        left: 12%; 
    }
}

@media screen and (max-width: 793px) {
    #parte-principal {
        left: 5%;
    }
    
    .PDF {
        left: 9%; 
    }
}

@media screen and (max-width: 769px) {
    #parte-principal {
        left: 12%;
        max-width: 544px;
    }
    
    .PDF {
        left: 14%;
        width: 513px; 
    }
}

@media screen and (max-width: 634px) {
    #parte-principal {
        left: 13%;
        max-width: 402px;
    }

    .PDF {
        left: 11%;
        width: 421px; 
    }
}

@media screen and (max-width: 499px) {
    #parte-principal {
        left: 10%;
        max-width: 325px;
    }

    .PDF {
        display: none;
    }

    .btn_PDF {
        display: flex;
        
    }    
}

@media screen and (max-width: 375px) {
    #parte-principal {
        left: 5%;
    }
}

@media screen and (max-width: 280px) {
    #parte-principal {
        max-width: 252px;
    }

    .subtítulo {
        font-size: 73px;
    }

    .parrafos {
        font-size: 21px;
    }

    .btn_PDF button {
        width: 245px;
    }
}