.pdf-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0 10px 0;
}

.contenedor-pagina-de-pdfs {
  flex-direction: column;
  align-items: flex-start;
  margin: 3vw 0 10vw 0;
}

.pagina-pdfs-field-pdfs {
    width: 100%;
}

.field-titulo-pagina-pdfs {
    font-size: 50px;
    font-weight: 500;
    margin: 2.5% 0;
}
  
.pdf-link {
    font-size: 24px;
    font-weight: 500;
    text-decoration: none;
    color: #1F80AA;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.pdf-link:hover {
  color: #00a7ea;
}

.pdf-text {
  flex-grow: 1;
}

.pdf-icon img {
  width: 18px;
  height: 18px;
}

@media(max-width:991px){

  .field-titulo-pagina-pdfs {
    margin-bottom: 5vw;
}

.field-titulo-pagina-pdfs {
  font-size: 40px;
  font-weight: 500;
  margin: 2.5% 0;
}

}

@media(max-width: 525px){
  
.field-titulo-pagina-pdfs {
  font-size: 35px;
  font-weight: 500;
  margin: 2.5% 0;
}

.pdf-link {
  font-size: 20px;
}

}
