.home-video{
    background-color: black;
    padding: 10px;
    border-radius: 8px;
    margin-bottom: 8px;
}

.btn-more-video{
    margin-top: 10px;
    background: #111;
    width: 100%;
    text-align: center;
    border-radius: 8px;
    padding: 8px;
    color: #C5B358;
}

.btn-more-video:hover{
    background: rgb(32, 32, 32);
    color:#e4cc57;
}

.newspaper-home{
    text-align: center;
}

.newspaper-title-home{
    padding-bottom: 5px;
    margin-bottom: 10px;
    border-bottom: 1px solid rgb(34, 33, 33);
}

.newspaper-home img{
    width: 100%;
    height: 180px;
}

.home-head{
    background: linear-gradient(#242324, #111);
}

.img-carousel{
    width:100%; height:350px
}

.head-info-home{
    margin-top:10px;
}

/*@media only screen and (min-width: 768px) and (max-width: 1000px)  {*/
/*    .home-head{ margin-top: 100px; }*/
/*}*/

/*@media only screen and (min-width: 1000px) and (max-width: 1100px)  {*/
/*    .home-head{ margin-top: 50px; }*/
/*}*/


