/* @media(max-width:700px){ */

:root{

--color_text_slide:rgb(252, 253, 252);
}


.wrapper {
	/* background-color: rgba(248, 247, 245, 0.6); */

   background-image: url("../data/collec/kacte_slide.jpg");
   background-size: 100%;
	width: 100vw;
	height: 40px;
    /* background-color: #948776; */
	
	/* overflow-x: scroll; */
    overflow-x: visible;
    overflow-y: hidden; 
	/* margin-left: 5vw; */
	display: grid;
	grid-template-columns: repeat(18, auto);
	grid-gap: 0 25px;
    /* position: fixed;
    
  
    top: 115px;
    z-index: 99; */
	margin: 0 auto;
    

}


/* .mard{
  
} */

.item {
   

    border-radius: 10px;
    padding-left: 3px;
    padding-right: 3px;
    padding-bottom: 2px;
    padding-top: 3px;
   
}


.item a{
   
    display: inline-block;
    width: max-content;
    text-align: center;
    padding-top: 10px;
    font-size: 15pt;
    border-radius: 10px;
    color: var(--color_text_slide);
    text-decoration: none;
}
.item a:hover, a:focus{
    color: #d3cbba;
   
} 

.itemf {
	background-color: transparent;
   

	height: 35px;
	
    text-align: center;
    vertical-align: center;
    padding-left: 3px;
    padding-right: 3px;
    border-radius: 10px;
    padding-bottom: 2px;
    padding-top: 2px;

}

.iteml {
    padding-top: 2px;
	background-color: transparent;
    
    padding-right: 3px;
    padding-right: 3px;
    padding-bottom: 2px;
    padding-top: 2px;
	
	height: 35px;
	
   
    text-align: center;
    vertical-align: center;
    border-radius: 10px;

}

 
.itemf a{
    display: inline;
    text-align: center;
    font-size: 7pt;
    color: black;
    text-decoration: none;
}
.iteml a{
    display: inline;
    text-align: center;
    font-size: 7pt;
    color: black;
    text-decoration: none;
}

.empty {
	width: 10px;
}

.h1ty {
	text-align: center;
}

.wrapper::-webkit-scrollbar {
  display: none; /* Chrome, Safari and Opera */
}

.wrapper {
  -ms-overflow-style: none;  /* IE and Edge */
  scrollbar-width: none;  /* Firefox */
}

