

.datos_productos {
	width: 100%;
	margin: 100px 0 80px 0;
}

.foto_investigador {
	float: left;
	width: 30%;
	margin-right: 40px;
	margin-top: 6px;
	margin-bottom: 40px;
}

.foto_investigador2 {
	display: none;
	width: 50%;
	margin-left: 25%;
	margin-top: 20px;
}

.nd {
	padding: 20px;
	background: #fff;
	border: 1px solid #707070;
}

.titulito {
	padding-top: 10px;
	font-weight: bold;
	font-size: 1.1em;
}

.lista2 {
	list-style: none;
	/*float: left;*/
	/*margin-left: 2em;*/
	/*width: 90%;*/
}

.lista2 li {
	line-height: 1.3;
	margin-left: 10px;
	margin-bottom: 15px;
	position: relative;
	padding-right: 40px;

}

.lista2 li span {
	vertical-align: top;
	color: #707070;
}

/*.lista2 li::marker {
  color: #5a72b1;
  font-size: 1.6em;
}*/

.item {
	position: relative;
}

.item i:first-child {
	color: #322e7a;
	margin-right: 15px;
	font-size: 1.2em;
}

.vinculo {
	color: #322e7a;
	position: absolute;
	right: 0;
	top: 5px;
}

.bala {
	color: #5a72b1;
	font-size: 0.7em;
	position: absolute;
	top: 5px;
	left: -25px;
}

.custom-tabs {
    background-color: #f8f9fa;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.custom-tabs .nav-link {
    color: #495057;
    border: none;
    padding: 15px 25px;
    transition: all 0.3s ease;
}

.custom-tabs .nav-link.active {
    color: #fff;
    background-color: #237da2;
    box-shadow: 0 4px 6px rgba(112, 112, 112, 0.3);
}

.custom-tabs .tab-content {
    padding: 30px;
}

.tab-pane p {
	line-height: 1.7;
}

.fade-in {
    animation: fadeIn 0.5s ease-in-out;
}

	#conocenos_i div, #conocenos_d div {
		width: 100%;
		height: 50%;
		border-bottom: 5px solid #276696;;
	}

	/*#conocenos_d {
		background-image: linear-gradient(to right, #0a5e78 , #212f6e);
	}*/

	#conocenos_h h2 {
		font-family: 'Noto Sans', sans-serif!important;
		font-weight: bold;
		text-transform: uppercase;
		font-size: 2.5em;
		color: #276696;
		text-align: center;
	}

	.titulo_proyecto {
		font-weight: bold;
	}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(20px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.contacto a {
	text-decoration: none;
}

.datos_proyecto a {
	text-decoration: none;
	/*padding-left: 4%;*/
}

.datos_proyecto a:hover,
.contacto a:hover {
	color: #237da2;
}

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

.datos_personales {
	border: 1px solid #707070;
	border-top: none;
	width: 50%;
	margin-left: 50%;
	margin-bottom: 50px;
	padding: 20px 40px;
	-webkit-border-bottom-right-radius: 20px;
	-webkit-border-bottom-left-radius: 20px;
	-moz-border-radius-bottomright: 20px;
	-moz-border-radius-bottomleft: 20px;
	border-bottom-right-radius: 20px;
	border-bottom-left-radius: 20px;
	box-shadow: 10px 10px 5px 0px rgba(112,112,112,0.41);
	-webkit-box-shadow: 10px 10px 5px 0px rgba(112,112,112,0.41);
	-moz-box-shadow: 10px 10px 5px 0px rgba(112,112,112,0.41);
}

	.caja_titulo {
		background-image: linear-gradient(to right, #222F6E , #5378B9);
		margin-bottom: 20px;
	}
	
	.caja_titulo h2 {
		color: #fff;
		text-align:left;
		padding: 0;
		margin: 20px 0;
	}

	.nombramiento {
		font-size: 1.5em;
		font-weight: bold;
		color: #5a72b1!important;
	}
	
	.datos_personales p {
		line-height: 1.6;
		color: #707070;
	}
	
	.datos_personales p img {
		width: 30px;
		/*width: auto;*/
		margin-right: 20px;
	}
	
	/*.datos_personales p:nth-child(3) img {
		height: 25px;
	}
	.datos_personales p:nth-child(4) img {
		height: 25px;
	}
	
	.datos_personales p:nth-child(5) img {
		height: 30px;
	}*/
	
	.swiper-slide {
		text-align: center;
		/*font-size: 18px;*/
		position: relative;
		/*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;
		margin: 0;
		padding: 0;
		width: 100%;
	}

	.libro {
		aspect-ratio: 1 / 1.3;
	}

	.libro a {
		position: relative;
	}

	/*.libro span {
		position: absolute;
		right: 0;
		color: #fff;
	}*/

	.libro img {
		display: block;
		width: 70%;
		margin-left: 15%;
		z-index: 90;
	}

	.portada {
		position: relative;
		width: 100%;
		height: 100%;
		padding-top: 20px;
		float: left;
	}
    
    .portada .liga {
		position: absolute;
		top: 20px;
		right: 10px;
		color: #fff;
		/*opacity: 0;*/
	}

	.portada:hover {
        text-decoration: none;
        background:  rgba(0, 0, 0, 0.4);
		transition: all .7s ease;
	}

	.portada:hover .texto_ficha {
		background:  rgba(0, 0, 0, 0.4);
		color: #fff;
		transition: all .7s ease;
	}

	.texto_ficha {
		position: absolute;
		bottom: 0;
		left: 0;
		width: 100%;
		padding: 15px 15px 0;
		background: rgba(255, 255, 255, 0.5);
		z-index: 100;
		color: #000;
		line-height: 1.3;
		font-size: 0.9em;
	}

	.titu {
		font-style: italic;
	}

	.aut {
		font-weight: bold;
	}
	
	[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;
	}

	.s4 .swiper-button-next {
    	right: 0;
    }
    
    .s4 .swiper-button-prev {
    	left: 0;
    }

	#s4 {
		position: absolute;
		padding-top: 20px;
		left: 50%;
		transform: translateX(-50%);
	}

	.swiper-pagination-bullet-active {
     	background-color: #276696 !important;
	}

	.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 {
		margin: 0;
		padding: 0;
		width: 100%;
	}
    
    .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;
		margin: 160px 0 80px 0;
		width: 100%;
	}
	
    .portadalibro3, .caja_publicaciones2 {
        /*float: left;*/
        margin-bottom: 40px;
        /*position: relative;*/
	}
	
	.caja_publicaciones2 {
		/*padding-left: 2%;
		padding-right: 2%;*/
	}
	
	.caja_publicaciones2 div {
		margin-bottom: 30px;
	}
	
	.portadalibro3 a img, .caja_publicaciones2 a img {
        width: 40%;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 10px;
    }

    .portadalibro3 a {
        /*font-size: 1em;*/
        text-align: center;
        text-decoration: none;
        color: #fff;
        padding: 20px;
        margin: 0;
        width: 100%;
        height: 100%;
        display: block;
        float: left;
        /*background: rgba(255, 255, 255, 0.3);*/
    }
    .portadalibro3 a:hover {
        text-decoration: none;
        background:  rgba(0, 0, 0, 0.4);
    }
    
    /*.portadalibro3 a:hover span, .caja_publicaciones2 a:hover span {
		opacity: 1;
	}*/
    	
    .portadalibro3 a p, .caja_publicaciones2 a p {
        margin: 0;
        padding: 0;
        text-align: center;
        color:#fff;
        font-size: 0.9em;
    }
    /*.portadalibro3 a span {
        font-size: 0.9em;
        color:#fff;
    }*/

    .portadalibro3 .swiper-slide {
        background: none;
        height: auto;
    }
    
	.caja_fondo_libros {
		background-image: linear-gradient(to right, #102360 , #00748b);
	}
	
	.caja_libros {
		background-image: url('/images/textura.png');
		/*background-size: cover;*/
		background-size: 100% auto;
		padding: 20px 15px;
	}
	
	.caja_titulo .caja_libros {
		padding: 20px 0;
	}
	
	@media (max-width: 992px) {
		.caja_libros {
			background-size: auto auto;
		}
		.datos_personales {
			padding: 20px;
			width: 100%!important;
			border-top: 1px solid #707070;
			margin-top: 20px;
			-webkit-border-radius: 10px;
			-moz-border-radius: 10px;
			border-radius: 10px;
			box-shadow: 5px 5px 5px 0px rgba(112,112,112,0.41);
			-webkit-box-shadow: 5px 5px 5px 0px rgba(112,112,112,0.41);
			-moz-box-shadow: 5px 5px 5px 0px rgba(112,112,112,0.41);
		}

		#conocenos_h h2 {
			font-size: 1.4em;
		}

		.nombramiento {
			font-size: 1.1em;
		}

		.foto_investigador {
			display: none;
		}

		.foto_investigador2 {
			display: block;
		}

		.caja_libros h2 {
			text-align: center;
		}
	}
	
	@media (max-width:576px) {
	
		.foto_investigador {
			margin-right: 15px;
		}
		
		.caja_titulo h2 {
			font-size: 1.3em;
		}

		.datos_personales {
			width: 100%;
			margin-left: 0;
		}
	}
	
	