h2 {
	color: #5378b9;
}

.cabeza_seccion {
	font-size: 3em;
	color: #322e79;
	font-weight: bold;
}

.datos_proyecto {
	margin-bottom: 40px;;
}

.datos_proyecto p {
	margin: 0;
	color: #707070;
}

.datos_proyecto p:first-child {
	font-weight: bold;
	margin-top: 40px;
	margin-bottom: 20px;
	color: #5378b9;
}

.titulo_responsable {
	position: relative;
	margin-top: 60px;
	margin-bottom: 60px;
}

.titulo_responsable span:first-child {
	padding: 10px;
	background: #237da2;
	width: 100%;
	color: #fff;
	font-weight: bold;
	display: block;
}

.titulo_responsable span:nth-child(2) {
	position: absolute;
	bottom: 0;
	right: 0;
	border-top: 22px solid #237da2;
	border-bottom: 22px solid #237da2;
	border-right: 22px solid #fff;
}
/*
.caja_proyectos {
	padding-top:20px;
	min-height: 600px;
}

.caja_proyectos a {
	text-decoration: none;
}

.caja_proyectos a:hover {
	color: #237da2;
}*/

.datos_proyecto p i {
	margin-left: 20px;
}

.liga_investigador {
	text-decoration: none;
	padding-top: 10px;
	width: 100%;
	display: block;
	color: #5378b9;
	float: left;
	-webkit-transition: .4s ease-in-out;
	transition: .4s ease-in-out;
	margin-bottom: 40px;
}

.liga_investigador:hover {
	color: #322e79;
}

.liga_investigador img {
	display: block;
	width: 30%;
	-moz-box-shadow: 0 0 5px #888;
	-webkit-box-shadow: 0 0 5px #888;
	box-shadow: 0 0 5px #888;
	float: left;
	-webkit-filter: grayscale(0);
	filter: grayscale(0);
	-webkit-transition: .4s ease-in-out;
	transition: .4s ease-in-out;
}

.liga_investigador:hover img {
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
}

.liga_investigador p {
	display: block;
	width: 60%;
	margin: 0;
	padding: 0;
	padding-left: 10px;
	float: left;
}

.liga_investigador p span:first-child {
	font-size: 1.4em;
	font-family: 'Noto Serif', serif;
	font-weight: bold;
	display: block;
}

.liga_investigador p span:nth-child(2) {
	font-size: 0.9em;
	color: #707070;
}

.swiper-slide {
		text-align: center;
		/*font-size: 18px;*/
		background: #fff;
		/*height: 300px;*/
		display: -webkit-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		-webkit-justify-content: center;
		justify-content: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		-webkit-align-items: center;
		align-items: center;
    }
    
    /*.s16 {
		width: 84%;
		margin-left: 8%;
		margin-right: 8%;
		padding-top: 25px;
	}*/
	.caja_publicaciones {
		position: relative;
	}
	
	[class^="swiper-button-"], .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet::before {
		transition: all .3s ease;
	}
	
	.caja_publicaciones:hover .button-prev,
	.caja_publicaciones:hover .button-next {
  		-webkit-transform: translateX(0);
		transform: translateX(0);
  		opacity: .7;
  		visibility: visible;
	}
    
    %transition_all_03s {
		transition: all .3s ease;
	}
	
	%backface_visibility_hidden{
		backface-visibility: hidden;
		-webkit-backface-visibility: hidden;
	}
	
    [class^="button-"]{
		height: 50px;
		padding: 9px 13px;
		cursor: pointer;
		opacity:0;
		visibility: hidden;
		@extend %transition_all_03s;
		margin: 0;
		position: absolute;
		top: 40%;
		transition: all .3s ease;
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
	}
	
	.caja_publicaciones .button-prev {
		-webkit-transform: translateX(50px);
		transform: translateX(50px);
		left: 0;
		z-index: 100001;
	}

	.caja_publicaciones .button-next {
		-webkit-transform: translateX(-50px);
		transform: translateX(-50px);
		right: 0;
		z-index: 100000;
	}
	
	.caja_publicaciones .button-prev:hover, .caja_publicaciones .button-next:hover {
		color: #fff!important;
		background:  rgba(0, 0, 0, 0.8);
	}
	
	.swiper-pagination {
		position: relative;
		margin: 0 auto;
	}
	
	.swiper-pagination-bullets .swiper-pagination-bullet {
		margin: 0 9px;
		position: relative;
		width: 12px;
		height: 12px;
		background-color: #102360;
		opacity: .4;
	}
	
	.swiper-pagination-bullets .swiper-pagination-bullet::before {
		content: '';
		position: absolute;
		top: 50%;
		left: 50%;
		width: 18px;
		height: 18px;
		-webkit-transform: translate(-50%, -50%);
		      transform: translate(-50%, -50%);
		border: 0px solid #102360;
		border-radius: 50%;
	}
	
	.swiper-pagination-bullets .swiper-pagination-bullet:hover, .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
		opacity: 1;
	}
	
	.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active::before {
		border-width: 1px;
	}
	
	.banner_investigador {
        margin-bottom: 40px;
    }
    
    .caja_proyectos div {
    	margin-bottom: 20px;
    }

    .banner_investigador a, .caja_proyectos a {
        text-decoration: none;
        padding: 20px;
        border: none;
        margin: 0;
        width: 100%;
        display: block;
        height: 100%;
        border: 2px solid #ccc;
    }
    
    .caja_proyectos a {
		margin-right: 20px;
	}
	
    .banner_investigador a:hover, .caja_proyectos a:hover {
        text-decoration: none;
        background:  rgba(0, 0, 0, 0.1);
    }
    /**  Pedrio orona
    55 1613 4417
    servicioplusmac@gmail.com  */
    
    .banner_investigador a p, .caja_proyectos a p  {
		text-align: left;
		margin: 0;
		padding: 0;
	}
	
	.banner_investigador a p:first-child, .caja_proyectos a p:first-child  {
		font-size: 1.25em;
		margin-bottom: 10px;
	}
	
    .banner_investigador a p:last-child, .caja_proyectos a p:last-child  {
		font-size: 0.85em;
		margin-top: 10px;
	}
	
	/*
    .banner_investigador a p, .caja_proyectos a p  {
        width: 100%!important;
        margin: 0;
        padding: 0;
        text-align: left;
    }
    
    .banner_investigador a span {
        font-size: 0.9em;
    }*/

    .banner_investigador .swiper-slide {
		text-align: center;
		/*font-size: 18px;*/
		background: #fff;
		height: 300px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		-webkit-justify-content: center;
		justify-content: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		-webkit-align-items: center;
		align-items: center;
    }
    
    .caja_productos {
		padding: 0 5%;
	}
	

	.fondo_seminarios {
		background-image: url('/investigacion/imgs/fondo_seminarios.jpg');
		background-size: 100% auto;
		padding: 50px 0;
		margin-bottom: 80px;
		/*box-shadow: rgba(0, 0, 0, 0.45) 0px 25px 20px -20px;*/
		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;
	}

	.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;
	}

	.area {
		padding: 40px 12% 20px;
		margin-bottom: 60px;
		position: relative;
		box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 2px, rgba(0, 0, 0, 0.07) 0px 2px 4px, rgba(0, 0, 0, 0.07) 0px 4px 8px, rgba(0, 0, 0, 0.07) 0px 8px 16px, rgba(0, 0, 0, 0.07) 0px 16px 32px, rgba(0, 0, 0, 0.07) 0px 32px 64px;
	}

	.area span:first-child {
		font-size: 2.7em;
		font-weight: bold;
		color: #237da2;
		display: block;
		margin-bottom: 20px;
	}

	.lista_lineas {
		display: none;
	}

	.lineas {
		list-style: none;
	}

	.lineas li {
		margin-bottom: 7px;
		position: relative;
	}

	.lineas li a {
		text-decoration: none;
		color: #515b9c;
		font-size: 1.5em;
		font-weight: bold;
		transition: 0.9s;
	}

	.lineas li a:hover {
		color: #606060;
	}

	.lineas li:hover .bala {
		color: #606060;
	}

	.lineas li span {
		font-size: 1.1em;
		font-weight: bold;
	}

	.bala {
		color: #515b9c;
		font-size: 0.6em;
		position: absolute;
		top: 14px;
		left: -25px;
	}

	.muestra {
		position: absolute;
		display: block;
		right: 50px;
		top: 50px;
		color: #237da2;
		font-size: 25px;
		border: 1px solid #237da2;
		padding: 0;
		-webkit-border-radius: 100%;
		-moz-border-radius: 100%;
		border-radius: 100%;
		height: 38px;
		aspect-ratio: 1;
		text-align: center;
	}

	.muestra:hover {
		background: #237da2;
		color: #fff;
	}

	@media (max-width:992px) {
		.area span:first-child {
			font-size: 1.7em;
		}

		.area {
			padding: 20px 5% 10px;
		}

		.muestra {
			right: 5px;
			top: 5px;
			font-size: 20px;
			height: 32px;
		}

		.lineas li a {
			font-size: 1em;
		}

		.bala {
			top: 8px;
		}

		.fondo_seminarios h1 {
			font-size: 2em;
		}
	}

	@media (max-width: 767px) {
		.area span:first-child {
			font-size: 1.7em;
		}

		.area {
			padding: 20px 5% 10px;
		}

		.muestra {
			right: 5px;
			top: 5px;
			font-size: 20px;
			height: 32px;
		}

		.lineas li a {
			font-size: 1em;
		}

		.bala {
			top: 8px;
		}
	}