.bg-gray{
    background-color: #f0f0f0;
}
.colorText-primary{
    
}
.colorText-second{
    color: #0084b9 !important;
}
.bgColor-second{
    background: #0084b9 !important;
}
.font-weight-bold{
    font-weight: bold;
}
.font-weight-500{
    font-weight: 500;
}
.font-weight-600{
    font-weight: 600;
}
.text-justify{
    text-align: justify;
}
.font-italic{
    font-style: italic;
}

/* BG PAGES */
.pager-bg-donacion{
    background-image: url(../images/resources/pager-bg-donacion.jpg);
}

/* INDEX */
.block-history .donate-sec .value-donate h3 span{
    font-size: 35px;
}

/* EMISORAS */
.section-emisoras .pager-details ul li a{
    font-weight: 600;
    font-size: 22px;
    letter-spacing: 7px;
}
.pager-bg-emisoras{
    background-image: url(../images/resources/pager-bgEmisoras.jpg);
}
.block-list-emisoras{
    padding: 90px 0;
}
.block-list-emisoras .blog-posts .inf-emisora{
    padding: 10px;
}

/* HISTORY */
.section-history .pager-details ul li a{
    font-weight: 600;
    font-size: 22px;
    letter-spacing: 7px;
}
.pager-bg-history{
    background-image: url(../images/resources/pager-bg-history.jpg);
}