.blue-sky {
    background: #56CCF2;
    /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #2F80ED, #56CCF2);
    /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #2F80ED, #56CCF2);
    /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */

}


.img-news-banner{
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.card-link-news-banners {
    cursor: pointer;
    text-decoration: none;
    color: #fff;
}

.card-link-news-banners:hover {
    color: #2F80ED;
}

.card-news-secondary {
    overflow: hidden;
    text-decoration: none;
    position: relative;
}
.card-news-secondary .btn-images-news{
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.card-news-secondary:hover .btn-images-news {
    transition: linear all 0.2s;
    transform: scale(1.1);
}


.box-border{
    width: 10px;
    border-left: 3px dashed #007bff37;
    margin-left: auto;
}
.box-rounded{
    width: 22px;
    height: 22px;
    background-color: #007bff;
    border-radius: 50%;
    position: absolute;
    top: 2.8rem;
}
.box-galery{
    position: relative;
    margin-left: 24px;
    width: 100%;
    /* background-color: #00000020; */
    padding: 0.8rem;
}
.box-galery .box-icon{
    position: absolute;
    margin-left: -35px;
    color: #dfefff;
    top: 2rem;
}
.box-galery .box-content{
    display: block;
    background-color: #dfefff;
    border-radius: 8px;
    width: 100%;
    height: 100%;
}
.box-galery .box-content .btn-galery{
    overflow: hidden;
    border-radius: 4px;
    cursor: pointer;
}
.box-galery .box-content .img-galery{
    transition: all 0.3s;
    width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.box-galery .box-content .btn-galery:hover .img-galery{
    transform: scale(1.2);
}

.btn-images-news{
    width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}