.search-results-container{
	min-height: calc(40vh);
}
.social-media-circled{
    font-family: var(--social-media);
    font-size:25px;
    font-weight: 100;
}
text{
	font-size: 16px !important;
	font-family: var(--primary-font) !important;
}
.small-text{
	font-size:14px;
}

.btn{
	border-radius: 8px;
	font-size:16px;	
	font-weight: 600;
}
.btn-load{
	color: white;
    background-color: #1e4887;
    padding: 8px 20px;
    margin-bottom: 30px;
    margin-top: 30px;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 600;
    border: 0px;
    cursor: pointer;
}
.btn-load label{
	cursor: pointer;
}

.alignleft {
    float: left;
    margin: 0.5em 1em 0.5em 0;
}

.bg-blue{
	background-color:var(--blue-color) !important;
}

.card{
	background:var(--card-color);	
	position: inherit;
	
}
.card-event{
	background:white;
	padding:23px 15px;	
}

.card-event:hover, .card-event:hover h5, .card-event.active, .card-event.active h5{
	background:var(--cian-color);
	color:white;
	cursor: pointer;
}

.card-objetivos{
	height:100%;
}

.text-blue{
	color:var(--blue-color) !important;
}

.text-cian, .editor-content h5{
	color:var(--cian-color);
}

.text-gray{
	color:var(--gray6-color);
}

.editor-content .aligncenter{
	display: block;
	margin-left:auto;
	margin-right: auto;
}

.bg-cian{
	background:var(--cian-color) !important;
}

.bg-cian2{
	background:var(--cian2-color) !important;
}

.bg-aqua{
	background:var(--aqua-color) !important;
}

.icon-container{
	width:61px;
	height:61px;
	border-radius: 50%;
	max-width:80%;
	max-height:80%;
	background-color:var(--cian2-color);
	display: flex;
	align-items: center;
	justify-content: center;
	margin:15px auto;
}

.icon-container img{
	max-width: 100%;
}

#slider_home{
	margin-bottom:100px;
}

#slider_home .slider-item{
	background: white;
}

#slider_home .btn{
	width:auto;
}

.slider-item, .head-content{
	position: relative;	
	/*overflow: hidden;*/
	padding:15px;
}

.head-content h1{
	font-size: 40px;
	line-height: 47px;
	color:var(--gray6-color);
}

.slider-item h1{
	font-size:43px;
	line-height: 57px;
	color:var(--gray6-color);
}

.slider-item img, .head-content img{
	width:500px;
	height:500px;
	margin-top:-50px;
	border-radius: 50%;	
	object-fit: cover;
	display: block;
	margin-bottom: 30px;
}

.slick-dots button:before{
	font-size:45px !important;
}

.slick-dots li.slick-active button:before{
	opacity: 1 !important;
	color:var(--blue-color) !important;
}

.semi-bold{
	font-weight: 600;
}

.truncate-text-2{
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;	
}

.truncate-text-3{
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
}

.truncate-text-4{
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
	overflow: hidden;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	height:116px;
}

ol.wp-paginate li{
	line-height: 20px !important;
}

.wp-paginate a{
	background: none !important;
	border:none !important;
	color:var(--blue-color) !important;	
}

.wp-paginate a, .wp-paginate span{	
	border-radius: 50%;
	width:32px;
	height:32px;
	display: inline-block;	
}

.wp-paginate a:hover, .wp-paginate span{
	background: var(--blue-color) !important;
	color:white !important;
}

.img-card{
	padding:30px;
	position: relative;	
}

.img-card img{
	max-width: 80%;
    max-height: 100px;
    margin: auto;
}

.author-card{
	max-width: 350px;
	position: relative;
	margin-left:35px;
}

.author-card figure{
	margin-bottom: 0px;
}

.author-card img{	
	width:70px;
	height:70px;
	border-radius: 50%;	
	object-fit: cover;
	border: 2px #E3E3E3 solid;
	margin-left:-35px;
}

.author-card h5{
	font-size:17px;
}

.author-card h4{
	font-size:16px;	
}

.user-card{
	margin-top:121px;
	height: calc(100% - 121px);
}

.user-card figure{
	text-align: center;
}

.user-card img{
	width: 243px;
	height:242px;
	border-radius: 50%;	
	object-fit: cover;
	margin:-121px auto 0px auto;
	border: 2px #E3E3E3 solid;
}

.publication-card figure{
	margin:0px;
	height:100%;
}

.publication-card img{
	width: 100%;
	height: 100%;	
	min-height: 280px !important;
	object-fit: cover;	
}

.about img{
	min-width:100%;
	min-height: 100%;
	margin:15px auto;
	border-radius: 50%;
	object-fit: cover;
}

.project-card h5, .publication-card h5{
    height: 51px;
    margin-top: 5px !important;
    margin-bottom: 0px !important;
    overflow: hidden;
}

.project-card img, .publication-card img{
	max-width: 100%;
	max-height: 100%;
	object-fit: cover;
}

.project-card img{
	height:248px;
	border-radius: 5px;
}
.image-socios img{
	width: 97%;
	height: auto;
}

.project-card .img-container, .project-card .img-container figure{
	position: relative;
	width:100%;
	height: 248px;
	display: flex;
	align-items: center;
	justify-content: center;
	max-width: 100%;
	overflow: hidden;
}

.news-card img{
	max-height: 286px;
	width:100%;
	object-fit: cover;
}

.news-card.hidden{	
    opacity: 0;
    height: 0;
    overflow: hidden;
    transition: all 1s ease;
}

.news-card{	
	opacity: 1;
    height: auto;
    transition: all 1s ease;
}

.dropdown-item{
	cursor: pointer;
}

.dropdown-item.active, .dropdown-item:active, .dropdown-item:hover{
	background: var(--blue-color);
	color:white;
}

.img-vision{
	margin-top: -32px;
    width: 400px;
    margin-left: 100px;
}
.img-mision{
	width: 400px;
}

.editor-content *{
	max-width: 100% !important;
}

.editor-content h2{
	margin-top:20px;
	margin-bottom:20px;
}

.editor-content h3{
	font-size:32px;
	line-height: 40px;
	font-size:500;
}

.editor-content a{
	text-decoration: underline;
	font-size: 16px;
	font-weight: bold;
	color:var(--gray6-color);
}

.timeline ul{
	padding-left:80px;
	position: relative;
	padding-top:100px;
}

.timeline ul:before{
	content: '';
	height:60px;
	border-left:2px var(--blue-color) solid;
	position: absolute;
	left:80px;
	top:40px;

}

.timeline ul li{
	list-style: none;
	padding-left:50px;	
	border-left: 2px var(--blue-color) solid;
	padding-top: 15px;
	position: relative;
}

.timeline ul li:before{
	content:'';
	width:44px;
	height:44px;
	background:var(--blue-color);
	border-radius: 50%;
	position: absolute;
	left:-22px;
	top:0px;
}

.timeline ul li:after{
	content:'';
	width:30px;	
	border-bottom:2px var(--blue-color) solid;	
	position: absolute;
	left:15px;
	top:22px;
}

.timeline ul li span{
	position: absolute;
	top:10px;
	left:-80px;
	color:var(--blue-color);
	font-weight: bold;
}

.timeline ul li h6{
	font-weight: bold;
	color:var(--blue-color);
	text-decoration: underline;
}


.timeline ul li img{
	object-fit: cover;
}

#slider-agradecimientos img{
	border-radius: 30px;
	max-width: 100%;
	object-fit: cover;
	height: 340px;
}

.head-publicacion{
	height:398px;
	margin-bottom:50px;
}

.head-publicacion img{
	width:319px;
	height: 436px;
	object-fit: cover;
	float: right;
	border-radius: 24px;
}

.financiamiento{
	margin-top:-120px;
}

.financiamiento img{
	border-radius: 50%;
	display: block;
	margin:0px auto;
	height: revert-layer;
}

.single-equipo .social a{
	width:52px;
	height:52px;
}

.single-equipo .social a span{
	font-size:40px;
	line-height: 40px;
}

.single-equipo .social a span:not(.social-media-circled){
	font-size:30px;
	font-weight: bold;
}

.formacion-nombre{
	position: relative;
  	padding-left: 30px;
  	margin-bottom: 20px;
  	background:url(../images/formacion-ico.svg) no-repeat center left;
}

.formacion-descripcion{
	padding-left: 30px;
}

.dropdown-menu.show{
	width:100%;
}
.max-dropdown{
	width:auto !important;
	height: 400px;
    overflow: scroll;
}

.publication-card, .publication-card img{
	border-radius: 16px;

}

.wp-caption-text{
	font-weight: bold;
	color:var(--gray6-color);
	margin-top:10px;
}

.contenido-about{
	position: sticky;
	top:110px;
}
.btn-over{
	overflow: scroll;
    max-width: 200px !important;
}

@media all and (max-width: 1023px){
	.slider-item h1, .head-content h1{
		font-size:43px;
	}
	.slider-item img, .head-content img{
		width:60vw;
		height:60vw;				
		margin:30px auto;
	}

	.author-card{
		max-width: 100%;
	}
}

@media all and (max-width: 991px){
	.head-publicacion{
		padding-top:30px;	
		margin-bottom:80px;	
	}
	.head-publicacion img{
		width:210px;
		height:320px;		
	}
}

@media (min-width: 768px){
	.d-md-box {
	    display: -webkit-box !important;
	}
}

@media all and (max-width: 767px){
	.contenido-about{
		position: relative;
		top:auto;
	}
	.slider-item h1, .head-content h1{
		font-size:40px;
		line-height: 48px;
	}
	.about img{
		max-width: calc(100vw);
		max-height: calc(100vw);
		min-width: auto;		
		min-height: auto;		
	}	

	.head-publicacion{
		padding-top:30px;
		height:500px;
	}
	.head-publicacion img{
		width:210px;
		height:320px;
		float:none;
		display: block;
		margin:15px auto;
	}

	.publication-card{
		border-radius: 5px;

	}

	.project-card .img-container, .project-card .img-container figure{
		height:180px;
	}

	.img-pub-mobile{
		flex-shrink: 0;
	}

	.publication-card img{
		border-radius: 5px;
		width:60px;
		height:80px;
		margin-right:15px;		
	}

	.publication-card h5{
		font-size:16px;
	}

	.reverse-mobile{
		display: flex;
		flex-direction: column-reverse;
	}
	.project-card img{
		width: 100%;
	}
}

@media all and (max-width: 480px){
	.img-card img{
		max-width: 100%;
	}
}