@charset "utf-8";
/* CSS Document */

.swiper {
    width: 100%;
    height: 100%;
    min-height: 600px;
}


.swiper-container {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background-color: transparent!important;
    display: flex;
    justify-content: center;
    align-items: center;
    /* height: 500px;
    width: 150px;*/
    width: 100%;
    height: 100%;
    border: 0px;
}

    
.card {
    padding: 0px;
    margin: 0px;
    width: 145px;
    min-height: 500px;
    margin-right: 36px;
    transition: all 0.5s;
    cursor: pointer
}

.swiper-slide .col {padding: 0px;}

.gallery {
    width: 100%;
    height:100%;
    display:block;
    margin:auto;
}
	
.gallery ul {
    position: relative!important;
}

.cards {
	display:flex;
	height:auto;
	flex-wrap: nowrap;
	align-items: stretch;
	cursor: grab;	
}
.cards li {
    list-style: none;
    padding:0px;
    margin:0px;
    width: 145px;
    min-height:500px;
    margin-right:36px; 
}

.cont_card {
    width:100%;
}

.title_card {
    text-align: left;
    font-size: 15px;
    font-weight: 700;
    color: #EAEAEA;
    text-transform: uppercase;
    padding:0px 0px;
    line-height:18px;
    margin-bottom:0px;
    width:100%;
    height:50px;
    opacity:0;
    transition: all 0.5s;
}

.txt_card {
    text-align: left;
    font-size: 10px;
    font-weight:300; 
    color: #EAEAEA; 
    text-transform: uppercase; 
    padding:0px 0px; 
    line-height:12px; 
    min-height:90px; 
    width:100%;
    opacity:0;
    transition: all 0.5s;
}

.img_card_hover {
    width:100%;
    filter: brightness(60%);
    transition: all 0.5s;
    position:absolute;
    z-index:9999;
}

.img_card {
    width:100%;
    filter: brightness(60%);
    transition: all 0.5s;
    opacity:0.7
}

.logo_card {
    position:absolute; 
    z-index:9; 
    bottom:0px!important; 
    left:0px!important;
    right:0px!important; 
    margin-left: auto;
  margin-right: auto;
    transition: all 0.5s; 
    opacity:0;
}

.topBrightness {
    filter: brightness(100%);
    opacity:1
}	
