.navbar {
    /* transition: background-image 0.3s;*/
     background-image: transition 0.3s;
 }
 .scroll-bg {
 
     background-color: #000;
    /* background-image: url('/img/logo/blue-background-high-quality-free-photo.jpg');
     background-repeat: no-repeat;
     background-size: cover;*/
 }
 

 .navbar{

    background-color: #000;
    
 }
 .nav-link{
 
     color: #fff;
     font-family: "Montserrat";
     font-weight: 900;
 }
 
 .nav-link:hover{
 
     color: #d4ba43;
 }
 
 .nav-link:focus{
 
     color: #d4ba43;
 
 }
 
 .navbar-nav .nav-link.show{
 
     color: #d4ba43;
 }
 
 .navbar-brand img{
 
     width:10rem;
 }

 @media(max-width:991px){

    .sidebar{

        background-color: rgba(255, 255, 255, 0.15);
        backdrop-filter: blur(10px);


    }


}

 /***************** SECTION NEWS ************/

body{

    overflow-x: hidden;
}

 
 .section-news{

     margin-top: 115px;
     width: 100%;
 
 }

.colNews1 img{

    width: 100%;
}

 .content-info-title h1{

     font-family: "Montserrat";
     font-weight: 800;
     font-size: 48px;
 }

 .content-info p{

    font-size: 17px;
 }
 
 @media(max-width:576px){

    .section-news{
        width: 100%;
    }

    .content-info-title h1{

        font-size: 24px;
    }

    .content-info p{

        font-size:14px;
    }

 }