
/* ---- MENU ---- */


@media screen and (max-width: 991px) {
	.container {
		margin: 0 auto;
		width: auto;
	}
}

@media screen and (max-width: 991px) {
	.container-header {
		margin: 0 auto;
		width: auto;
	}
}

@media screen and (min-width: 768px) {
	.nav-tabs > li > a {
		padding:30px 1vw; 
		/* para que no provoquen una segunda línea en el menú*/
	}
	.navbar-brand {
	    padding: 12px 15px;
	}
}

/*Breadcrimb no está en index, no aplica para esa sección*/
.breadcrumb li {
    /*margin-top: 120px;*/
}

@media screen and (max-width: 767px) {
	.breadcrumb li {
	   /* margin-top: 90px;*/
	}
}



/* ---- FIN MENU ---- */





/* ---- GENERAL ---- */


a:hover{
	color: black;
}

a.scrollup {
    color: #777;
}

/* ---- FIN GENERAL ---- */





/* ---- FOOTER ---- */


@media screen and (max-width: 767px) {
	.footer .center {
	    text-align: center;
	}
}


/* ---- FIN FOOTER ---- */





/* ---- INDEX ---- */

.features h2, 
.about h2, 
.lates h2, 
#partner h2{
	font-size: 2em;
}


#partner {
    padding: 5vw 2vw;
}

#partner h2 {
    font-size: 2em;
}

#partner p {
    font-size: 1.2em;
}

.partners ul li a img {
	padding: 1vw;
    margin: 3vw auto 0 auto !important;
}

.partners ul {
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
}


.partners ul li {
    width: 176px;
/*
    width: auto;
    max-width: 48%;
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: content;
    min-width: 18%;
    margin: 1%;
*/
}


.feature, .about, .lates {
	padding: 3rem 2vw;
}

.about img , .lates img {
	margin: 3vw auto;
}

.about .col-md-6{
	margin: 2vw auto;
}
.about .col-md-6 h2 {
	margin-top: 0;
	margin-bottom: 2vw;
	font-size: 2em;
}


.sn-content-widget {
	margin: 0 auto;
	margin-top: 20px;
	max-width: 500px;
}

/* ---- FIN INDEX ---- */





/* ---- RESEARCH y RESULTS ---- */

#research h3, #results h3 {
	/*font-family: 'Didact Gothic', sans-serif;*/
	font-family: 'Poppins', sans-serif;
	/*font-family: 'Muli', sans-serif;*/
	/*font-weight: bold;*/
	text-align: center;
	margin: 4rem 0;
	font-size: 3rem;
}
/*#research h3::after {
	content: '';
	display: inline-block;
	width: 80%;
	height: 1px;
	background-color: #58c6c2;
	margin: 3rem 0 0;
}*/
.box_research {
	margin: 2rem auto;
	/*background-color: #58c6c2;*/
	/*max-height: 300px;*/
	word-wrap: break-word;
}
.box_research h4 {
	font-family: "Crimson Text", Times, serif;
	font-style: italic;
	font-weight: bold;
	font-size: 2.3rem;
}
.box_research h4::after {
	content: '';
	display: block;
	width: 20%;
	height: 1px;
	background-color: #58c6c2;
	margin: 2rem 0;
}
.investigadores {
	font-family: "Crimson Text", Times, serif;
	font-style: italic;
	font-size: 1.8rem;
	margin-top: 3rem;
	/*font-weight: bold;*/
	color: grey;
}
.description {
	text-align: justify;
}

/* ---- FIN RESEARCH y RESULTS ---- */





/* ---- MEMBERS V0 ---- */

.container{
}

.container-team{
	width: auto;
	max-width: 960px;
}

.contiene_col{
	flex-flow: row;
	flex-wrap: wrap; 
	display: inline-flex; 
	justify-content: space-evenly;
	width: -moz-available;
	min-width: -webkit-fill-available;
}

.columnas{
	width: 31.33333333%;
	border: 1px solid;
	border-color: grey;
	border-radius: 4px;
	background-color: white;
	margin: 1%;
	padding: 5px
}

.columnas p{
	margin: 0;
}

.our-team h4 {
    margin-top: 10px;
    margin-bottom: 10px;
    font-weight: 600;
}

.equipo{
	padding: 0;
}

.tit_col{
	font-size: 1em;
}

.span_icon_glyphicon{
	font-size: 1em;
	margin-right: 5px;
}

.span_text_glyphicon{
	font-size: 1em;	
    word-break: break-all;
}

.tit_cat{
	color: #333 !important;
}

/* Con resoluciones inferiores a 600px, el texto al lado de los iconos no se mostrará */
/*@media screen and (max-width: 600px) {
	.span_text_glyphicon{
		display:none;
	}
	.span_icon_glyphicon{
		display: inline;
		margin: 5px;
	}
}*/	

/* Con resoluciones inferiores a 450px, sólo habrá dos columnas */
@media screen and (max-width: 450px) {
	.columnas{
		width: 48%;
	}
}

/* Con resoluciones inferiores a 300px, sólo habrá una columna */
@media screen and (max-width: 300px) {
	.columnas{
		width: 98%;
	}
}

/* ---- FIN MEMBERS V0 ---- */





/* ---- MEMBERS (antigua portfolio_members) ---- */
#portfolio h3 {
	/*font-family: 'Didact Gothic', sans-serif;*/
	font-family: 'Poppins', sans-serif;
	/*font-family: 'Muli', sans-serif;*/
	/*font-weight: bold;*/
	text-align: center;
	margin: 4rem 0;
	font-size: 3rem;
}
.portfolio-item {
    text-align: -webkit-center;
    text-align: -moz-center;
}
.overlay {
	max-width: 290px;
}
.overlay a:hover {
	color: black;
}

.recent-work-inner p {
	text-align: left;
}


.image_box {
	margin: 0 auto;
	padding: 0;
	max-width: 290px;
	max-height: 220px;
	width: 100%;
	/*height: 100%;*/
	height: 150px;
	display: flex;
	align-items: center;
	/*background-color: bisque;*/

}
.img-responsive {
	max-width: 100%;
	max-height: 100%;
	width: auto;
	height: auto;
	margin: 0 auto;
}



/* Con resoluciones inferiores a 300px, el texto al lado de los iconos no se mostrará */
@media screen and (max-width: 300px) {
	.span_text_glyphicon{
		display:none;
	}
	.span_icon_glyphicon{
		display: inline;
		margin: 5px;
	}
	.recent-work-inner p {
	    text-align: -webkit-center;
    	text-align: -moz-center;
	}
}

/* ---- FIN MEMBERS (antigua portfolio_members) ---- */





/* ---- PROJECTS ---- */

.projects {
	background-color: white;
}
.columnas {
}

.columnas_projects{
	padding: 1em;
	border-color: #ccc;
}

.tituloProj {
	margin: 0;
	text-align: left;
	margin-bottom: 1em;
	color: #111;
}
ul, ol {
	padding: 0;
}
li {
	list-style: none;
	text-align: left;
}
.text-center li {
	color: black;
}
p {
	line-height: normal;
}
.columnas_projects a {
	color: #286090;
	font-weight: bold;
}
.columnas_projects a:hover,
.columnas_projects a:focus,
.columnas_projects a.focus,
.columnas_projects a:active,
.columnas_projects a.active,
.open > .dropdown-toggle.a {
	color: #ffa500;
}

.list-group-item {
    margin-bottom: 1% !important;
}

.list-group-item:last-child {
    
}

.tit_cat_proj {
	color: white;
	margin: 0 auto !important;
}

.item-proj {
	margin: 0 !important;
	padding: 0 auto;
}




/* ---- Menú projects ---- */

.nav-projects {
	margin: 2em 0;
}	
.nav-projects > li {
	float: none;
	display: inline-flex;
}
.nav-projects > li > a {
	background-color: #286090;
	border-color: #204d74;
}
.nav-projects > li > a:hover {
	background-color: #ffa500;
	border-color: #ffa500;
}

/* ---- Fin Menú projects ---- */



/* Con resoluciones inferiores a 600px, sólo habrá dos columnas */
@media screen and (max-width: 600px) {
	.columnas_projects{
		width: 48%;
	}
}

/* Con resoluciones inferiores a 400px, sólo habrá una columna */
@media screen and (max-width: 400px) {
	.columnas_projects{
		width: 98%;
	}
}

/* ---- FIN PROJECTS ---- */





/* ---- PUBLICACIONES ---- */

.ul-public {
	padding-left: 20px !important;
}

.li_a_pub {
	list-style: none !important;
}

.li_a_pub a {
	/*color: #286090;*/
}

.li_a_pub a:hover {
    /*color: black;
    font-weight: bold;*/
}
.services {
    padding: 50px 0;
}
.row {
	margin: 0 auto;
}

.panel-default > .panel-heading {
    color: #fff;
    background-color: #337ab7;
    border-color: #337ab7;
}


/* -- Para colorear los botones de las publicaciones -- */

.btn-pub {
	background-color: #286090;
	border-color: #204d74;
}
.btn-pub:hover,
.btn-pub:focus,
.btn-pub.focus,
.btn-pub:active,
.btn-pub.active,
.open > .dropdown-toggle.btn-pub {
	background-color: #ffa500;
	border-color: #ffa500;
}

/* -- FIN para colorear los botones de las publicaciones -- */



/* -- para el pop de publicaciones y latest -- */

.bs-example{
	margin: 5px 0px;
}
.popover-demo{
	margin-bottom: 0px;
}
.popover {
	max-width: inherit; 
}
.popover a{
	color: #286090;
}
.popover a:hover {
    /*font-weight: bold;*/
    color: #ffa500;
}
.popover-title {
	text-align: left !important;
	font-size: 2rem !important;
	margin: 0 !important;
}

/* -- FIN para el pop de publicaciones y latest -- */



/* ---- FIN PUBLICACIONES ---- */





/* ---- CONTACT ---- */

.map {
	width: 100%;
	height: 50vw;
	max-height: 600px;
}

.col-contact {
	margin: 4rem auto;
}


.email {
	font-weight: bold;
    color: #286090;
}
.email:hover,
.email:focus,
.email:active {
	color: #ffa500;
}

/* ---- FIN CONTACT ---- */





/* ---- EN GTI.CSS (preexistente) ---- */

label
{
	color: #333;
	/*color: #000;*/
	font-weight:bold;
}

.btn-default {
    padding: 8px 20px;
    color: #333;
    background-color: #eee;
    border: #none;
    text-transform: none;	
    border-radius: 4px;
    margin-top: 10px;
	margin-left: 0;
	font-size: 12px;
}

.bold{
	font-weight: bold;
}

.form-group .form-control{
	border: 1px solid;
	border-color: #cccccc;
}

.panel-body > ul li{
    color: #000;
}


/*

a{
	color: #18D036;
}

body{
	color: #333;
}

*/

/* ---- FIN EN GTI.CSS ---- */
