.about p{
	font-size:16px;
	color:#555555;
}

.about h2{
	font-size:48px !important;
}

.about h4{
	font-size:24px !important;
}

.bg-secundary{
	background:var(--secondary-color);
}

.text-white{
	color:#FFF !important;
}

.text-brown{
	color:#D8C394 !important;
}

.bg-white{
	background:white;
}

.bg-about{
	background:url("../images/bg-about.png") no-repeat center center / cover;
}

.investigadores{
	background:#F2F2F2;
	color:#555555;
}

.person .descripcion{
	overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 9;
    -webkit-box-orient: vertical; 
    height: 182px; 
}

.text-medium{
	font-size:36px !important;
	font-weight: bold;
	font-family: cormorant-garamond,serif;
}

.img-fluid{
	max-width:100% !important;
}

.mt-0{
	margin-top:0px;
}

.mt-5{
	margin-top:25px;
}

.mb-5{
	margin-bottom:25px;
}

.mt-1{
	margin-top:10px;
}

.mt-2{
	margin-top:15px;
}

.mt-6{
	margin-top:40px;
}

.ml-1{
	margin-left:10px;
}

.mr-1{
	margin-right:10px;
}

.text-right{
	text-align:right;
}

.underline{
	position: relative;
	font-size:36px;
}

.underline:before{
	content:'';
	width:237px;
	height:2px;
	background:#D8C394;
	position: absolute;
	bottom:-7px;
	left:0px;
}

.about .person{
	margin-bottom:15px;
}

.person .circle{
	width:168px;
	height:168px;
	border-radius: 50%;
	margin:15px auto;
}

.search-results h2{	
	font-size:36px;
	font-weight: normal;
}

.person h3, .search-results h3{
	font-size:24px;
	letter-spacing: 0px;
	color: #555555;
}

.search-results h3{
	color:#B09861;
}

.person hr{
	width:80px;
	margin: 0px auto !important;
    border: 1.2px #B09861 solid;
}

.person p, .search-results p{
	font-size:16px;
	color:#555555;
	letter-spacing: 0px;
	line-height: 20px;
	text-align: center;
	margin-top:5px;
	margin-bottom:5px;	
}

.search-results p{
	text-align: left;
}

.person .social{
	font-size:25px;
	display: flex;
	align-items: center;
	justify-content: center;	
}

.person .social a{
	margin:10px;
	color:#867140;	
}

.my-1{
	margin-top:5px;
	margin-bottom:5px;
}

.p-0{
	padding:0px !important;
}

.text-left{
	text-align:left !important;
}

.enlaces-de-interes ul{
	padding:0px;	
}

.enlaces-de-interes ul li{
	list-style-type: none;
	position: relative;	
	display: flex;
	align-items: center;	
}

.enlaces-de-interes ul li::before {
  content: "\2022";
  color:#D8C394 !important;
  font-weight: bold;
  display: inline-block; 
  width: 15px;
  margin-left: 0px;
  font-size:25px;  
}

.enlaces-de-interes ul li a, .search-results a{
	color:#D8C394 !important;
	text-decoration: none;
	font-size:14px;	
}

.enlaces-de-interes ul li a{
	padding-right:18px;
	background:url("../images/launch.svg") no-repeat 100% 2px / 15px 15px
}

.search-opts{
	width:30px;
	flex-shrink: 0;	
	cursor:pointer;
}

.search-opts .material-icons.close-btn, .search-opts.open .material-icons.lupa{
	display:none;
}

.search-opts.open .material-icons.close-btn{
	display:block;
}

.search-form{
	position:absolute;
	top:80px;
	right:0px;
	z-index:99;
	border-top:3px #313A5B solid;
	width:320px;
	box-shadow: 0 2px 2px 0 rgba(0,0,0,.14), 0 1px 5px 0 rgba(0,0,0,.12), 0 3px 1px -2px rgba(0,0,0,.2);
	padding:5px;
	display:none;
	background-color: white;
}


.search-form.open{
	display:block;
}

.search-form form{
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin:0px;
}

.search-form form *{
	outline: 0;
}

.search-form form input{
	width:280px;
	border:none;
}

.search-form form button{
	width: 40px;
}

@media all and (min-width:1024px){
	.text-right-lg{
		text-align: right;
	}

	.bg-about{	
		margin-bottom:-42px;
		z-index:1;
	}

	.openbtn{
		display: none;
	}

}

@media all and (max-width: 1023px){	
	.openbtn span{
		font-size:30px;		
	}
	.search-opts{
		display: none !important;
	}
	nav{
		position: relative;
	}
	#mySidebar{
		max-height:0px;	
		width:0px;
		height:0px;	    
		overflow: hidden;
		visibility: hidden;
		position: absolute;
		top:90px;
		transition: max-height .3s ease-out;
	}
	#mySidebar.open{
		visibility: visible;
		height:auto;
		max-height: 500px !important;    					
		width: calc(100% + 30px);
    	background: white;
    	margin: 0px -15px 0px -15px !important;
    	transition: max-height .3s ease-in;
	}
	#menu-header{
		flex-direction: column;
		height: auto;
	}

	.search-form{
		position:relative;
		top:0px;
		right:0px;		
		width:80%;
		box-shadow: none;
		padding:5px;
		display:block;
		margin:15px auto;
		border: 2px #313A5B solid;
	}

	.btn-header{
		margin:15px auto !important;
	}
	#menu-header li.menu-item:first-child{
		margin-left:10px !important;
	}
}

@media all and (max-width:480px){
	header .navbar-logo{
	    max-width: 70%;
	}
}