.contenedor-principal{
	max-width: 1920px !important;
	margin:0 auto;
	margin-left: auto !important;
	margin-right: auto !important;
}
.card{
	padding: 10px;
}
.card .card-image .bg-patron{
	background-size: cover;
	height: 13vw;
}
.card .card-image{
	position: relative;
}
.card .card-image a{
	color:white;
}
.card .patron-description{
	position: absolute;
    bottom: 0;
    padding: 0.5em 1em;
    height: 5em;
    background: rgba(153, 153, 153, 0.7);
    width: 100%;
    color: white;
    display: none;
    -webkit-transition: all 0.3s ease;
  	-moz-transition: all 0.3s ease;
  	-o-transition: all 0.3s ease;
  	transition: all 0.3s ease;
    text-align: left;
}
.card .patron-name{
	font-size: 20px;
    font-weight: 700;
    display: block;
    text-align: left;
	text-transform: uppercase;
}
.card .patron-licencia{
	font-size: 16px;
    display: block;
    text-align: left;
    margin-top: -3px;
}
.card-image:hover .patron-description{
	display:block;
}
.bg-banner{
	height: 350px !important;
}
.btnCategory{
	color:white; 
	background:gray; 
	border:0; 
	
	padding-top: 10px;
	padding-bottom: 10px;
	width: 90%;
	border-radius:10px;
	background: rgb(41, 41, 41) ;
	font-size: 18px;
}
.btnCategory:active{
	background:grey !important;
}
.btnCategory:focus{
	background:grey;
}

#nav {
	width:750px;
	margin:0 auto;
	list-style:none;
	}
	#nav li {
	float:left;
	}
	#nav a {
	display:block;
	text-align:center;
	width:150px; /* fixed width */
	text-decoration:none; 
	}





.dropdown2 {
	float: left;
	overflow: hidden;
  }
  
  .dropdown2 .dropbtn2 {
	cursor: pointer;
	font-size: 16px;  
	border: none;
	outline: none;
	color: white;
	padding: 14px 16px;
	background-color: inherit;
	font-family: inherit;
	margin: 0;
  }
  
  .navbar a:hover, .dropdown:hover .dropbtn, .dropbtn:focus {
	background-color: red;
  }
  
  .dropdown-content2 {
	display: none;
	position: absolute;
	left: 70%;
	background-color: #f9f9f9;
	width: 300px;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	z-index: 1;
	padding-bottom: 100px;
  }
  
  .dropdown-content2 a {
	float: none;
	color: black;
	padding: 12px 16px;
	text-decoration: none;
	display: block;
	text-align: left;
	}
	
	.dropdown-content2 a{
		font-size: 19px;
		font-weight: 500;
		color: grey;
	}
  
  .dropdown-content2 a:hover {
	background-color: #ddd;
  }
  
  .show {
	display: block;
  }
  
	.columns.is-gapless:not(:last-child) {
    margin-bottom: 0rem !important;
}

.colorFilter a:hover{
	text-decoration:none;
	color:red;
	background:rgba(255, 255, 255, 0);
}
.filterCbox{
	font-size: 18px;
}
.filtersCol{
	margin-top: 27%;
}
@media screen and (min-width:2000px){
	.card .card-image .bg-patron{
		height: 260px;
	}
	.filtersCol{
		margin-top: 21%;
	}
}
@media screen and (max-width:1366px){
	
}
@media screen and (max-width: 1050px){
	.contenedor-principal{
		width: 100% !important;
	}
}
.section-contenedor-card{
	margin:0 auto;
	text-align: center !important;
	display: block !important;
}
.contenedor-card{
	display: inline-block;
	width: 19.5%;
}
@media screen and (max-width: 768px){
	.contenedor-card{
		display: inline-block;
		width: 48%;
	}
	.card-image>a>img{
		height: 250px !important;
	}
	.card .patron-description{
		display: block;
	}
	.card .card-image .bg-patron{
		height: 343px !important;
	}
	
	  .filterButtons{
		display:none;
	}
	
}
@media screen and (max-width: 500px){
	.contenedor-card{
		display: inline-block;
		width: 100%;
	}
	.card-image>a>img{
		height: 250px !important;
	}
	.card .card-image .bg-patron{
		height: 393px !important;
	}
}
.banner-top{
	width: 100%;
	margin-top: 1em;
	margin-bottom: 0.5em;
}
.bg-banner{
	height: 200px;
	width: 100%;
	background-repeat: repeat;
	background-position: center;
	background-size: 13%
}
@media screen and (max-width: 500px){
	.bg-banner{
		background-size: 32%
	}
}