.labels-wrapper{
	  position: fixed;
	top:-8px;
	width:100%;		z-index:90000000;
}
    .labels-container{
        max-width: 1600px;
        margin:0 auto;
        position: relative;
		z-index:90000000;
    }
     .labels label{
position: relative;
z-index: 2;
     }
    .labels{
cursor: pointer;
        border:2px solid #E01C1C;
        z-index: 3;
        padding-top: 5px;;
        border-top: none;
        display: inline-block;
        padding:3px;
        padding-left: 10px;
        padding-right: 10px;
        border-bottom-left-radius: 12px;
        border-bottom-right-radius: 12px;
        color:#E01C1C;
        font-family: 'Ubuntu';
        font-weight: bold;
		line-height:1.3;
        font-size: 12px;
     
    }
    .labels .logos{
    display: none;
    position: absolute;
    background-color:#fff;
    border-bottom-right-radius: 12px;;
    border-bottom-left-radius: 12px;;
    top:33px; 
    align-items: center;
    left: 9px;
    height: 75px;   
    gap:23px;
    filter: grayscale(1);
    padding-left: 5px;
    padding-right: 5px;;
    }
     .labels .logos img{
object-fit: contain;
     }
    .labels  svg{margin-left: 5px; }

    .labels:hover svg{
        transform: rotate(180deg);
      }
     .labels:hover .logos{
        display: flex;
     }


.navbar .navbar-brand img {
	margin-bottom:-30px !important 
}


@media screen and (max-width: 600px) {
	 .labels-container{
		 text-align:center !important; 
	}
	.navbar .navbar-brand img {
	margin-bottom:0px !important 
}

	
}