.change-img{
    background-color: #F8F8FF;
    background-image: url("img/back-index.jpg");
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .home-img{
    background-color: #F8F8FF;
    background-image: url("img/back-home.jpg");
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;

  }

  .wrapper{
    max-height: 120px;     
    border:1px solid #ddd;
    display: flex;
    overflow-x: auto;
    overflow-y: hidden;
    
  }
  .wrapper::webkit-scrollbar{
    width: 0;
    height: 0;      
    overflow-x: hidden;
    overflow-y: hidden;
  }
  .wrapper::-webkit-scrollbar {
    width: 6px;
    height: 5px;
    background: #F4F4F4;
  }
  
  .wrapper .item{
    min-width: 110px;
    height: 100px;
    line-height: 100px;
    text-align: center;
    background: transparent;
    margin-right: 2px;
  }
  .barra-bottom{
    background: #1B2C44;
    height: 165px;            
    position: absolute;
    bottom: 0px;
    left: 0;
    right: 0;   
  }
  .barra-bottom-home{
    background: rgba(255,255,255,0.1);
    text-align: center;    
    height: 100px;            
    position: absolute;
    bottom: 0px;
    left: 0;
    right: 0;   
  }
  .barra{
    height: 60px;     
    background: white;
  }
  .text-link-small{
    color: #363636;
    font-weight: bold;
    margin-top: 0px;
    font-size: 12px;
    margin-top: 5px;
  }   
  .text-link-block{
    color: #363636;
    font-weight: bold;
    margin-top: 0px;
    font-size: 16px;
    margin-top: 8px;
  }

  @media (max-width: 1366px){            
    .imgLogo{
     width: 100px;
     height: 40px;
    } 
 }

 @media (min-width: 1000px){ 
     .imgLogo{
       width: 100px;
       height: 40px;
     }
     .wrapper::-webkit-scrollbar-thumb {
        background-color: #0c1027;
      }
 }

 .logo-block{
    width: 150px;
    margin-top: 80px;
 }

 .logo-small{
    width: 150px;
    margin-top: -40px;
 }

 #container{
    width: 90%;
    background: #0c1027;
   /* box-shadow: 1px 5px 30px rgb(195, 195, 195);
    opacity: 0.9;*/
    margin-top: 30px; 
    border-radius: 1em;    
    margin-bottom: 50px; 
    width: 80%;
    padding: 20px;
    color: white;
    font-weight: bold;
    
}






 