.titulosem {
	font-size: 1.3em;
	margin: 80px 40px 0px 40px;
	color: #fff;
	text-align: center!important;
}

.seminarios {
	/*display: flex;
	align-items: center;
	gap: 1rem;
	width: calc(100% - 2rem);*/
	/*background: aliceblue;*/
	position: relative;
	height: 100%;
	width: 100%;
	float: left;
	margin: 0;
	/*box-shadow: 0.25rem 0.25rem 0.75rem rgb(0 0 0 / 0.1);*/
}

.grid_p {
	float: left;
	width: 100%;
}

/*.grid_p:after {
	content: '';
	display: block;
	clear: both;
}*/

.grid_ip {
	margin-bottom: 40px;
	/*position: relative;*/
	width: 31%;
	margin-right: 2%;
	aspect-ratio: 1 / 1;
	box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.datos {
	display: none;
	/*margin-top: 10px;
	border: 1px solid #237da2;*/
	padding: 20px 20px 0;
	/*margin-bottom: 60px;*/
}

.datos p {
	text-align: left;
	color: #fff;
}

.seminario {
	position: relative;
	/*background: #eee;*/
	/*margin-bottom: 60px;
	border: 1px solid #237da2;
	/*padding: 20px;
	/*position: relative;*/
	/*min-height: 220px;*/
}

.ver_mas {
	position: absolute;
	bottom: 0;
	height: 90px;
	width: 100%;
	background: #015c7c;
	color: #fff;
	display: block;
	text-align: center;
	text-decoration: none;
	line-height: 90px;
	text-transform: uppercase;
	font-size: 1.1em;
	font-weight: bold;
	transition: 0.9s;
}

.ver_mas:hover {
	background-color: rgba( 0, 0, 0, 0.4);
	color: #fff;
}

.lista2 {
	margin-left: 0;
	background: #eee;
}

.lista2 li {
	margin-left: 0;
}

.modal-body p {
	font-size: 0.9em;
}

.subtitulosem {
	text-transform: uppercase;
	font-size: 0.9em;
	color: #707070;
	margin-bottom: 0;
}

.modal-body p:first-child a {
	font-size: 1.2em;
	font-weight: bold;
}

.modal-body ul li {
	font-size: 0.85em;
}

.modal-body ul {
	margin-top: -15px!important;
}

/*.modal-body p span {
	font-size: 1em;
}*/

.modal-body p {
	text-align: left;
}

.modal-title {
	font-family: 'Noto Sans', sans-serif!important;
	color: #015c7c!important;
	font-size: 1.25em!important;
	margin-bottom: 0!important;
	margin-top: 0!important;
}

.modal {
	z-index: 10000000;
}

.fondo_seminarios {
	background-image: url('/investigacion/imgs/fondo_seminarios.jpg');
	background-size: 100% auto;
	padding: 50px 0;
	margin-bottom: 0;
}

.fondo_seminarios h1 {
	font-family: 'Noto Sans', sans-serif;
	color: #fff;
	font-size: 3.5em;
	padding: 0;
	margin: 0;
	display: block;
	text-align: center!important;
}

.caja_filtros {
	background: #2A7B9B;
	background: linear-gradient(90deg, rgba(42, 123, 155, 1) 0%, rgba(110, 143, 189, 1) 82%);
	box-shadow: rgba(0, 0, 0, 0.09) 0px 2px 1px, rgba(0, 0, 0, 0.09) 0px 4px 2px, rgba(0, 0, 0, 0.09) 0px 8px 4px, rgba(0, 0, 0, 0.09) 0px 16px 8px, rgba(0, 0, 0, 0.09) 0px 32px 16px;
	margin-bottom: 80px;
	padding: 20px 5%;
}

.caja_filtros p {
	font-size: 1.4em;
	text-transform: uppercase;
	font-weight: 800;
	color: #fff;
	margin: 0;
	margin-right: 15px;
	text-align: right;
}

.btn-light {
	position: relative;
}

.btn-light .fa-times-circle {
	/*color: red;*/
	color: #666;
	background: #fff;
	font-size: 0.8em;
	position: absolute;
	right: 3px;
	bottom: 6px;
	/*border: 1px solid #666;*/
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}

.quitar_filtro {
	/*visibility: hidden;*/
	/*background: #666;*/
}

	@media (max-width:992px) {
		.fondo_seminarios h1 {
			font-size: 2em;
		}
		
		.caja_filtros p {
			font-size: 1.1em;
			text-align: left;
		}

		.filtros {
			margin-bottom: 10px;
		}

		.grid_p .grid_ip:last-child {
			display: block;
		}

		.grid_ip {
			width: 48%;
			margin-top: 20px;
			font-size: 1em;
		}

		.titulosem {
			margin-top: 20px;
			font-size: 1.1em;
			/*margin: 80px 40px 0px 40px;*/
		}
	}

	@media (max-width: 767px) {
		.grid_ip {
			width: 100%;
			margin-right: 0;
			margin-top: 20px;
		}

		.titulosem {
			margin-top: 10px;
			font-size: 1.1em;
		}
	}