.download__area{
    font-family: 'Telefonica-sans-medium';
    font-size: .8125rem;
    font-weight: 400;
    line-height: .9375rem;
    margin-bottom: 40px;
    width: calc(100%-15px);
}

/* Encabezado */

.download__area .download__header{
    width: 100%;
    max-width: 1224px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0;
    padding: 15px 40px 0 40px;
}

.download__area .download__header .newDownload__button{
    justify-content: flex-end;
}

.download__area .download__header h2{
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    margin-block-start: 0px;
    margin-block-end: 0px;
    box-sizing: inherit;
    font-weight: 400;
    margin-top: 0;
    color: var(--grey9);
    font-family: 'Telefonica-sans-regular';
    font-size: 2.375rem;
    line-height: 3rem;
}

.download__area .download__header h2 svg{
    height: 28px;
    width: 28px;
    margin-right: 10px;
}

.download__area .download__body{
    width: 100%;
    max-width: 1224px;
    margin: 0 auto;
}
    
.download__area p{
    display: block;
    box-sizing: inherit;
    padding: 0;
    border: 0;
    font: inherit;
    letter-spacing: .01em;
    margin: 0 0 1.5em;
    font-family: 'Telefonica-sans-regular';
    font-size: 1.0625rem;
    line-height: 1.875rem;
    text-align: justify;
    list-style: none;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 40px;
}

.download__area .download__body ul.download__list{
    list-style: none;
    display: block;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 40px;
}
li.download__item {
    list-style: none;
    display: list-item;
    text-align: -webkit-match-parent;
    box-sizing: inherit;
    margin: 0;
}

li.download__item .download__archive{
    display: flex;
}

.download__item a{
    color: var(--grey9) !important;
    font-style: normal !important;
    letter-spacing: .01em !important;
    font-family: 'Telefonica-sans-demibold' !important;
    font-weight: 600 !important;
    line-height: 1.125rem !important;
    display: flex !important;
    min-height: 44px !important;
    margin-bottom: 2px !important;
    padding: 5px 20px !important;
    cursor: pointer !important;
    transition: all .1s ease-out !important;
    text-decoration: none !important;
    background-color: var(--grey1) !important;
    align-items: center !important;
    justify-content: space-between !important;
    width: calc(100% - 14px) !important;
}

.download__item a:hover{
    background-color: var(--blue) !important;
    color: var(--white) !important;
}

.download__item a .download__title{
    display: flex;
    max-width: 70%;
    align-items: center;
}

.download__item a .download__title svg{
    height: 22px;
    width: 22px;
    min-width: 22px;
    margin-right: 30px;
}

.download__item a .download__info{
    font-size: .8125rem;
    display: flex;
    max-width: 30%;
    justify-content: flex-end;
    text-transform: uppercase;
    font-family: 'Telefonica-sans-regular';
    font-weight: 400;
}

.download__item .download__buttons{
    padding: 8px;
}