.news-single{
    padding:40px 0;
}
.date-news {
    line-height: 1.4;
    color: #b1b1b1;
    font-size: 14px;
}
.date-news .date-box-ico {
    display: block;
    float: left;
    width: 21px;
    height: 16px;
    margin-right: 10px;
    background: url(../img/posts-calendar.png)no-repeat;
}
.date-news small {
    font-size: 14px;
    font-weight: 200;
    color: #151515;
}
.image-news{
    margin:0 0 24px 0;
    position: relative;
    overflow: hidden;
}
.image-news img{
    width: 100%;
    height: auto;
}
.news-single-title{
    background-color: rgb(255, 255, 255);
    opacity: 0.8;
    width: 100%;
    font-size: 28px;
    color: #000000;
    margin-bottom: 26px;
}

.decs-news h2{
    font-style: normal;
    font-weight: bold;
    line-height: normal;
    font-size: 24px;
    color: rgba(0, 0, 0, 0.87);
    margin-bottom: 19px;
}
.decs-news, .decs-news p, .decs-news span {
    font-style: normal;
    font-weight: normal;
    line-height: normal;
    font-size: 16px;
    color:rgba(0, 0, 0, 0.55)!important;
    margin-bottom: 16px;
}
.decs-news ul {
    padding-left: 30px;
}
.decs-news strong{
    font-weight: bold;
    line-height: normal;
    font-size: 16px;
    color: rgba(0, 0, 0, 0.87);
}

.recomendation .date-news{
    text-align: right;
    margin-bottom: 24px;
}
.recomendation-title {
    font-style: normal;
    font-weight: bold;
    line-height: normal;
    font-size: 20px;
    color: rgba(0, 0, 0, 0.87);
    margin-bottom: 18px;
    display: block;
}
.recomendation .card {
    background: #FFFFFF;
    box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.1);
    border: none;
    margin-bottom: 24px;
    padding: 26px 25px;
}
.recomendation .card-body {
    padding: 0;
}
.recomendation .recomendation-title-news{
    display: block;
    text-decoration: none!important;
    width: 100%;
}
.recomendation .card-title {
    font-style: normal;
    font-weight: normal;
    line-height: normal;
    font-size: 16px;
    color: rgba(0, 0, 0, 0.87);
    text-decoration: none;
}
.recomendation .date {
    color: rgba(0, 0, 0, 0.87);
    font-size: 14px;
    margin-bottom: 0px;
    display: inline-block;
    font-style: normal;
    font-weight: normal;
}
.recomendation .date-box-ico {
    display: block;
    float: left;
    width: 21px;
    height: 17px;
    margin-right: 10px;
    background: url(../img/calendar.png)no-repeat;
}
.recomendation .card-body a {
    float: right;
    text-decoration-line: underline;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    color: #169CCD;
}
