@import url('https://fonts.googleapis.com/css?family=Montserrat&display=swap');
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Montserrat', sans-serif;
}
/*Cards*/
.container-card{
	width: 100%;
	display: flex;
	max-width: 1400px;
	margin: auto;
}
.title-cards{
	width: 100%;
	max-width: 1080px;
	margin: auto;
	padding: 20px;
	margin-top: 20px;
	text-align: center;
	color: #7a7a7a;
	
}
.card{
	width: 100%;
	margin: 20px;
	border-radius: 6px;
	overflow: hidden;
	background:#fff;
	box-shadow: 0px 1px 10px rgba(0,0,0,0.2);
	transition: all 400ms ease-out;
	cursor: default;
	
}
.card:hover{
	box-shadow: 5px 5px 20px rgba(0,0,0,0.4);
	transform: translateY(-3%);
}
.card img{
	/* width: 100%;
	height: 210px;  */
	width: 100%;
    height: 300px;
    object-fit:cover!important;
	 /* margin-bottom: -1rem; */
}

.card figure{
	margin: 0 0 0 !important;
}

.card .contenido-card{
	padding: 15px;
	text-align: center;
	background: #ffffff;
	color: #000;
	
}
.card .contenido-card h3{
	margin-bottom: 15px;
	color: #000000;
	font-weight: 600;
	font-size: 15px;
}
.card .contenido-card p{
	/* line-height: 1.8; */
	color: #FFFFFF;
	font-size: 14px;
	margin-bottom: 5px;
	height: 120px;
	
}
.card .contenido-card a{
	display: inline-block;
	padding: 10px;
	margin-top: 10px;
	text-decoration: none;
	color: #607d8b;
	border: 1px solid #9e9e9e;
	border-radius: 4px;
	transition: all 400ms ease;
	margin-bottom: 5px;
}
.card .contenido-card a:hover{
	background: #848484;
	color: #fff;
}

/* .pleno-4 .flex-1 {
    display: none;
} */

svg{
	display: none;
}

/* .categoria .sidebar a{
	display: inline-block;
	text-decoration: none;
	color: #6a6a6a;
	margin-top: 10px;
	
} */

/* .categoria .sidebar h2{
	color: #7a7a7a;
	text-decoration: none;
	margin-top: 10px;
	
} */

/* .sidebar {
	padding: 0 8%;
	margin-left: 0 -50
    px;
} */

/* .blog-archive {
	margin: 3% 25%;
	display: grid;
	grid-template-columns: repeat(1, 3fr);
	grid-template-rows: repeat(1, 3fr);
	grid-column-gap: 45px;
	grid-row-gap: 25px;
} */

/* .blog-archives,
.blog-categories {
	line-height: 1.5em;
	margin-top: 15px;
	display: flex;
	flex-direction: column;
	
} */

a {
	
	color: #7e7e7e;	
	font-size: 15px;
	text-decoration: none;
	margin-top: 10px;
	/* text-decoration: underline; */
}

h4 {
	font-size: 12px;
	margin-bottom: 0.4em;
	text-transform: uppercase;
	font-weight: 600!important;
}

.list-group a:hover{
	text-decoration: underline;
	color: #333333;
}



h2 {
	text-transform: uppercase;
	color: #333333;
	font-weight: 500;	
}

.cate-2 {
    list-style: none;
    padding: 0px;
}

.cate-2 li{
    border-bottom: 1px solid #bfb8aa;
    padding: 10px;
    
}

.cate-2 li a{

    text-decoration: none;
    color: #343440;
    font-weight: 300;
}

.cate-2 li a:hover{
    color: #d2d2d2;
    text-decoration: none;
}

.cate-2 li.active>a,
a[aria-expanded="true"] {
    color: #343440;
    background: transparent;
}

.cate-2 li a .dropdown-toggle::after {
    display: block;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
}

.cate-2 .active{
    background-color: transparent;
}

.list-group h4{
	font-size: 14px;
} 

.row h1 {
   text-transform: uppercase;
	text-align: center;
}

/* .row {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(var(--bs-gutter-y) * -1);
    margin-right: calc(var(--bs-gutter-x) * 2.5)!important;
    margin-left: calc(var(--bs-gutter-x) * 2.5)!important;
} */



@media only screen and (min-width:320px) and (max-width:700px){
	.container-card{
		flex-wrap: wrap;
		
	}
	.card{
		margin: 15px;
		
	}

	.title-cards{
		width: 100%;
		max-width: 1080px;
		margin: 0px;
		padding: 4px;
		margin-top: 20px;
		text-align: center;
		color: #7a7a7a;
		/* margin-top: -3.5rem;
		margin-bottom: -2rem; */
		
	}

	 .row h1 {
		text-transform: uppercase;
		 text-align: center;
		 margin-top: 0rem;
	 }

}

@media only screen and (min-width:701px) and (max-width:800px){
	.container-card{
		flex-wrap: wrap;
		
	}
	.card{
		margin: 15px;
		
	}

	.title-cards{
		width: 100%;
		max-width: 1080px;
		margin: 0px;
		padding: 4px;
		margin-top: 20px;
		text-align: center;
		color: #7a7a7a;
		/* margin-top: -3.5rem;
		margin-bottom: -2rem; */
		
	}

	 .row h1 {
		text-transform: uppercase;
		 text-align: center;
		 margin-top: 0rem;
	 }

	 .card .contenido-card h3 {
		margin-bottom: 15px;
		color: #000000;
		font-weight: 600;
		font-size: 12.5px;
	}

	.card img {
		width: 100%;
		height: 200px;
		/* object-fit:  cover !important; */
		/* margin-bottom: -1rem; */
	}

}

@media only screen and (min-width:1001px) and (max-width:1030px){
	.card .contenido-card h3 {
		margin-bottom: 15px;
		color: #000000;
		font-weight: 600;
		font-size: 13px;
	}
}

/* @media only screen and (min-width: 1024px) {

	.content {
		margin: 15% 5%;
		display: grid;
		grid-template-columns: 25% 1fr;

	}
} */


/*Fin-Cards*/