.commisions-title {
    width: 100%;
    font-family: "SantanderText-Bold", sans-serif;
    font-size: 2.25rem;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.33;
    letter-spacing: normal;
    color: #000000;
}
.commissions-content {
    display: flex;
    grid-column: col-start 1/ span 12;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;

}
.commissions {
    /*display:flex;*/
    width: 25%;
    flex-direction: column;
}
.commissions-red {
    font-family: "SantanderText-Bold";
    font-size: 32px;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.5;
    letter-spacing: normal;
    color: #ff0000;
    margin: 0;
}
.commissions-info {
    font-family: "SantanderText-Regular";
    font-size: 16px;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #000000;
}
.commissions-info-text {
    font-family: "SantanderText-Regular";
    font-size: 16px;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #000000;
    margin: 0;
}
.ico-CC {
    background: url(../../img/iconos/icono_llamadav4.svg) no-repeat;
    width: 32px;
    height: 30px;
    float: left;
    margin-right: 24px;
    margin-bottom: 0px;
    background-size: 30px;
}
.bloque-pdfs {
    margin: 16px 0;
}
.bloque-pdfs a {
    display: block;
    font-size: 16px;
    font-size: .875rem;
    font-family: "SantanderText-Bold",sans-serif;
    margin-bottom: 16px;
}
.bloque-pdfs a:before {
    content: '';
    clear: both;
    display: block;
    float: left;
    background: url(../../img/iconos/icon_pdf.svg) no-repeat;
    width: 20px;
    height: 28px;
    background-size: 100%;
    margin-right: 18px;
}
.flecha {
background-image: url(../../img/iconos/flecha_CT_off.png);
background-repeat: no-repeat;
}
.flecha:after {
background-image: url(../../img/iconos/flecha_CT.svg);
background-repeat: no-repeat;
}
.dinamico {
    padding: 0;
    margin: 0;
    font-size: 12px;
    font-family: "SantanderText-Regular",sans-serif;
    color: #929292;
}
@media (max-width: 700px) {
    .commissions-content {
        flex-wrap: wrap;
    }
    .commissions {
        width: 50%;
    }
}