.fileRow {
    padding: 0px 20px;
}
.fileWrapper {
    flex-basis: 100%;
    text-align: center;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: flex-start;
    -ms-flex-pack: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-content: center;
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
    padding: 0px;
    margin-bottom: 50px;
}
.fileWrapper .fileText a {
    vertical-align: middle;
    text-align: left;
    font-size: 16px;
    line-height: 1.25em;
    border: 0;
    outline: 0;
    position: relative;
    text-decoration: none;
    color: #000;
    font-weight: 500;
}
.fileWrapper .fileText:before {
    content: ' ';
    display: block;
    width: 18px;
    height: 14px;
    background-image: url(../../img/arrow.svg);
    background-size: 18px 14px;
    background-repeat: no-repeat;
    position: absolute;
    top: 4px;
    left: -30px;
}
a.fileDownloadBtn {
    font-family: 'Poppins', Sans-Serif,Helvetica,Arial;
    font-style: normal;
    font-weight: 400;
    font-size: 1em;
    text-decoration: none;
    color: #000;
    background: linear-gradient(to top,#00d4cc 33.333%,transparent 33.333%);
    vertical-align: middle;
    text-align: right;
    font-size: 16px;
    line-height: 1.25em;
}
span.nameFile {
    display: inline-block;
}
span.nameCaption {
    display: block;
    font-size: 12px;
}
.fileText {
    text-align: left;
}
.wp-block-incas-blocks-file a:hover, 
.wp-block-incas-blocks-file a:focus, 
.wp-block-incas-blocks-file a:active, 
.wp-block-incas-blocks-file a:visited {
    color: #000!important;
}
a.fileDownloadBtn:hover {
    background: linear-gradient(to bottom,#00d4cc 133.333%,transparent 100.333%);
    transition: 150ms all cubic-bezier(0.1, 0.3, 0.25, 1);
    color: #fff!important;
}