﻿.rightSideBar {
    display: flex;
    flex-direction: row-reverse;
}

article {
    margin-bottom: 2em;
    padding-bottom: 2em;
    border-bottom: 1px solid #ccc;
}

.social a {
    padding: 0 .5em;
}

.page-header {
    margin-bottom: 2rem;
}

.lead {
    font-size: 15px;
    line-height: 1.8;
}

.meta {
    border-bottom: 2px solid #ececec;
    padding: 10px 0px;
    color: #919191;
    font-size: 14px;
    border-top: 2px solid #ececec;
    margin-top: 20px;
}

.title-post {
    color: #525252;
    text-decoration: none;
}

    .title-post:hover {
        color: #000000;
        text-decoration: none;
    }

.img-fluid {
    transition: 0.4s;
    padding: 15px 0px;
    filter: grayscale(0.3);
}

    .img-fluid:hover {
        transform: rotate(2deg) scale(0.9);
        filter: grayscale(0);
    }

#title-bold-back {
    border-right: 20px solid #ffc107;
    padding: 6px 10px;
    font-size: 19px;
    background: #e9ecef94;
    border-radius: 49px;
    color: #545454;
}

.list-group-item-heading {
    font-size: 16px;
    color: black;
}

.list-group-item-text {
    font-size: 14px;
    color: black;
}

.section-side {
    background: 0 0;
    border: none;
    margin-bottom: 0;
    padding: 0;
    display: block;
    border-radius: 4px;
    box-shadow: 0 1px 4px rgb(0 0 0 / 18%);
    display: table;
    margin-bottom: 1em;
    padding: 16px;
    position: relative;
    width: 100%;
}

.list-group-item {
    border-bottom: 1px solid rgb(0 123 255 / 25%);
    border-top: 1px solid rgb(0 123 255 / 25%);
    border-right: 0;
    border-left: 0;
    border-radius: 0;
    padding: 13px 5px 0;
}

#title-side {
    text-align: center;
    padding: 10px 0px 10px;
    background: #004085;
    border-radius: 8px;
    font-size: 24px;
    color: #ececec;
    font-family: lalezar;
    font-weight: 100;
    margin-bottom: 20px;
}

    #title-side > i {
        position: absolute;
        right: 31px;
        top: 28px;
        color: #ececec;
    }

.section-side > img {
    width: inherit;
}

.icon-bar {
    position: fixed;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    display: grid;
    margin: 6px;
    padding: 8px;
    z-index: 100000;
}



    .icon-bar a {
        display: block;
        text-align: center;
        padding: 5px;
        transition: all 0.3s ease;
        color: #6c757d;
        font-size: 17px;
        height: 38px;
        background: #dee2e6;
        box-shadow: -3px 4px 4px 0px #54545412;
        z-index: 100000;
    }

        .icon-bar a:hover {
            background-color: rgb(87, 87, 87);
            color: white;
        }

        .icon-bar a > i:hover {
            color: white;
        }

.facebook {
    background: #3B5998;
    color: white;
}

.twitter {
    background: #55ACEE;
    color: white;
}

.google {
    background: #dd4b39;
    color: white;
}

.linkedin {
    background: #007bb5;
    color: white;
}

.youtube {
    background: #bb0000;
    color: white;
}

.content {
    margin-left: 75px;
    font-size: 30px;
}


