@import url('https://fonts.googleapis.com/css?family=Montserrat&display=swap');
#notiseccion *{
    margin: 0;
    
    box-sizing: border-box;
    font-family: 'Open Sans', sans-serif;
}
/*Cards*/
#notiseccion .container-card{
	width: 100%;
	display: flex;
	max-width: 1400px;
	margin: auto;
}
#notiseccion .title-cards{
	width: 100%;
	max-width: 1080px;
	margin: auto;
	padding: 20px;
	margin-top: 20px;
	text-align: center;
	color: #7a7a7a;
	
}
#notiseccion .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;
	
}
#notiseccion .card:hover{
	box-shadow: 5px 5px 20px rgba(0,0,0,0.4);
	transform: translateY(-3%);
}
#notiseccion .card img{
	/* width: 100%;
	height: 210px;  */
	width: 100%;
    height: 300px;
    object-fit:cover!important;
	 /* margin-bottom: -1rem; */
}

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

#notiseccion .card .contenido-card{
	padding: 15px;
	text-align: center;
	background: #ffffff;
	color: #000;
	
	
}
#notiseccion .card .contenido-card h3{
	margin-bottom: 15px;
	color: #000000;
	font-weight: 600;
	font-size: 16px;
}
#notiseccion .card .contenido-card p{
	/* line-height: 1.8; */
	color: #FFFFFF;
	font-size: 14px;
	margin-bottom: 5px;
	height: 120px;
	
}
#notiseccion .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;
}
#notiseccion .card .contenido-card a:hover{
	background: #848484;
	color: #fff;
}



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

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

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



#notiseccion h2 {
	
	color: #333333;
	font-weight: 900;	
}

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

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

#notiseccion .cate-2 li a{

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

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

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

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

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

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

#notiseccion .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){
	#notiseccion .container-card{
		flex-wrap: wrap;
		
	}
	#notiseccion .card{
		margin: 15px;
		
	}

	#notiseccion .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; */
		
	}

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

}

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

	#notiseccion .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; */
		
	}

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

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

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

}

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

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

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

	}
} */


/*Fin-Cards*/
