/*** accesibilidad ***/
    .text-muted {
        opacity: 1;
    }
    .form-control-comment {
        opacity: 1;
    }
    .btn-blog-social--twitter {
        background: #005fb3;
    }
    .alert-warning {
        /*background: #da7427;*/
        background: #f69e5c;
        color: #000;
        border-color: #f69e5c;
        font-weight: bold;
    }
    .alert-warning a{
        color: #000 !important;
    }