body{
	overflow-x: hidden;
}

ul{
	padding: 0;
}

li{
	list-style: none;
}

.dark{
	background:#000;
}

.green{
	background:#afedb9;
}

p {
    color: #000;
    font-size: 9px;
    line-height: 22px;
    text-align: justify;
    font-family: 'Roboto Slab', serif;
    font-weight: lighter;
}
.logo {
	position: absolute;
	top:20px;
	left: 50px;
}

.social{
	position: fixed;
	right: 30px;
	top:50px;
	z-index:100;
}

.social > ul > li{
	width: 18px;
	height: 19px;
	margin-bottom: 30px;
}

.social > ul > li > a{
	width: 18px;
	display: block;
	cursor: pointer;
	transition:all 0.5s ease-out;
}

.social > ul > li > a:hover{
	opacity: 0.4;
}

.linkedin{
	background: url(../imgs/lin.png);
	height: 19px;
}
.instagram{
	background: url(../imgs/insta.png);
	height: 19px;
}
.mail{
	background: url(../imgs/mail.png);
	height: 14px;
}

.dark .linkedin{
	background: url(../imgs/linDark.png);
	height: 19px;
}
.dark .instagram{
	background: url(../imgs/instaDark.png);
	height: 19px;
}
.dark .mail{
	background: url(../imgs/mailDark.png);
	height: 14px;
}


.menu{
	width: 760px;
	margin: 20px auto;
}
.container{
	width: 760px;
	margin: 100px auto;
}

.menu li{
	display: inline-block;
	text-transform: uppercase;
	width: 24.5%;
	text-align: center;
	position: relative;
}

.menu li a{
	color: #999;
	font-size: 10px;
	font-family: 'Roboto Slab', serif;
}

.dark .menu li a{
	color: #fff;
	font-size: 10px;
	font-family: 'Roboto Slab', serif;
}

.title{
	margin-top: 20px;
}

.title h1 {
	font-size: 18px;
	margin: 10px 0 30px;
}

.title h2 {
	font-size: 18px;
	margin: 10px 0 30px;
}

.cita p {
	margin-bottom: 30px;
	letter-spacing: 0.1em;
	font-family: 'Merriweather', serif;
}

.text{
	margin-bottom: 30px;
}

.text p {
	font-size: 9px;
	font-weight: bold;
	text-align: justify;
}

.note p {
	font-size: 9px;
}

.curriculum p {
	font-size: 11px;
	text-align: left;
}

.curriculum a {
	color: #000;
	letter-spacing: 0.1em;
	font-family: 'Merriweather', serif;
}

.background img {
	width: 100%;
}

.bg1 {
	position: fixed;
	width: 25%;
	top: 0;
	right: 0;	
}

.bg2 {
	position: fixed;
	width: 25%;
	bottom: 0;
	left: 0;
}

.galImage{
	position: relative;
}

.triangle{
	width: 32px;
	height: 31px;
	position: absolute;
	bottom: 0;
	right: 0;
}
/*
.redTri{
	background: url(../imgs/triangleRed.png);
}
.darkredTri{
	background: url(../imgs/triangleDarkred.png);
}
.greenTri{
	background: url(../imgs/triangleGreen.png);
}
.orangeTri{
	background: url(../imgs/triangleOrange.png);
}
.yellowTri{
	background: url(../imgs/triangleYellow.png);
}
.blueTri{
	background: url(../imgs/triangleBlue.png);
}
*/
.galtext {
	margin-bottom: 5px;
}

.galtitle p{
	font-weight: bold;
	font-size: 9px;
	color: #000;
	text-align: center;
	margin-top: 12px;
	margin-bottom: 4px;
}

.dark .galtitle p{
	font-weight: bold;
	font-size: 9px;
	color: #fff;
    line-height: 11px;
	text-align: center;
	margin-top: 5px;
	margin-bottom: 5px;
}

.galdata p{
	font-weight: normal;
	font-size: 9px;
	color: #414141;
	text-align: center;
}

.dark .galdata p{
	font-weight: normal;
	font-size: 9px;
	color: #999;
	text-align: center;
    line-height: 12px;
}

.footer{
	height: 120px
}

.bcrumb {
  display: block;
  left: 50%;
  margin-left: -40px;
  margin-right: 0;
  position: absolute;
  top: 30px;
}
.bcrumb p{
	font-size: 8px;
	color: #000;
	display: inline-block;
	text-align: right;
	font-family: 'Merriweather', serif;
	font-style: italic;
	letter-spacing: 0.1em;
}

.editorial .bcrumb p{
	font-size: 8px;
	color: #000;
	display: inline-block;
	text-align: right;
	font-family: 'Merriweather', serif;
	font-style: italic;
	letter-spacing: 0.1em;
}
.menu li .bcrumb a{
	font-size: 8px;
	color: #6F6E6E;
	display: inline-block;
	cursor: pointer;
}

.article {
    float: left;
    height: auto;
    width: 100%;
    clear: both;
    min-height: inherit;
}
.articleImg img{
    width: 100%;
}

.articleText h1{
	font-size: 12px;
	letter-spacing: 0.1em;
	font-style: italic;
	font-weight: bold;
	color: #000;
	font-family: 'Merriweather', serif;
    text-align: center;
}

.articleText p {
	color: #666;
	font-size: 9px;
	height: auto;
	line-height: 22px;
	overflow: inherit;
	text-align: center;
}

.articleText a {
	color: #666;
	font-size: 9px;
	height: auto;
	width: 100%;
	line-height: 20px;
	background:#fff;
	text-align: center;
	display: block;
	cursor: pointer;
	transition:none;
}

.articleText a:hover {
	text-decoration: none;
	background: #fff;
}

.backText{
	font-size: 8px;
	color: #6F6E6E;
	display: inline-block;
	text-align: right;
	width: 100%;
	cursor: pointer;
	font-family: 'Merriweather', serif;
	font-style: italic;
	letter-spacing: 0.1em;
}

.backText:hover{
	color: #6F6E6E;
}

.singleTitle{
	font-size: 12px;
	letter-spacing: 0.1em;
	font-style: italic;
	font-weight: bold;
	color: #000;
	margin-bottom: 20px;
	font-family: 'Merriweather', serif;
}

.singleText p {
	color: #000;
	font-size: 9px;
	line-height: 22px;
	text-align: justify;
	font-family: 'Roboto Slab', serif;
	font-weight: lighter;
}

.singleImg img{
	margin-bottom: 20px;
}

.singleNav a{
	font-size: 8px;
	color: #6F6E6E;
	display: inline-block;
	text-align: right;
	cursor: pointer;
	margin-top: 30px;
	font-family: 'Merriweather', serif;
	font-style: italic;
	letter-spacing: 0.1em;
}

.singleNav a:first-child{
	float: left;
}

.singleNav a:last-child{
	float: right;
}

.articlesList a{
	font-size: 10px;
	line-height: 30px;
	color: #6F6E6E;
	cursor: pointer;
	width: 100%;
	text-align: center;
	display: block;
}

.articlesList a strong{
	color: #000;
}

.contactTitle{
	margin-top: 20%;
	text-align: center;
}

.contactTitle h1{
	font-size: 18px;
	display: inline-block;
	color: #fff;
}

.contactTitle a{
	font-size: 10px;
	display: inline-block;
	color: #fff;
	margin-left: 5px;
	font-family: 'Merriweather', serif;
	font-style: italic;
	letter-spacing: 0.1em;
}



.headerResp {
  background: none repeat scroll 0 0 #fff;
  height: 40px;
  padding: 40px 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 10;
  display: none;
}

.logoResp{
	width: 40%;
	float: left;
}

.socialResp{
	float: left;
	width: 40%;
	margin-left: 5%;
}

.socialResp > ul > li{
	width: 30%;
	margin: 0;
	display: inline-block;
}

.socialResp > ul > li > a{
	width: 18px;
	display: block;
	cursor: pointer;
	width: 100%;
	text-align: center;
	transition:all 0.5s ease-out;
}

.socialResp > ul > li > a:hover{
	opacity: 0.4;
}

.menuBtn{
	width: 10%;
	float: right;

}

.menuBtn a{
	cursor: pointer;
}

.contactResp{
	height: 270px;
}

.contactTitleResp{
	margin-top: 105px
}

.articulosResp{
	height: 120px;
	overflow: hidden;
	transition:all 1s ease-out;
}

.articulosResp:hover{
	height: auto;
}

.showHeight{
	height: 120px;
}

.hiddenHeight{
	height: 280px;
	overflow:hidden;
}

.articulosBtn h1{
	font-size: 18px;
	text-align: center;
	margin-top: 35px;
}

.proyectosResp{
	height: 120px;
	overflow: hidden;
	transition:all 1s ease-out;
}

.proyectosResp:hover{
	height: auto;
}

.proyectosBtn h1{
	font-size: 18px;
	text-align: center;
	margin-top: 35px;
}

.menuBtn:hover > .menuResp{
	height: 320px;
	box-shadow: 0 3px 3px #999;
}

.menuResp {
  background: none repeat scroll 0 0 #fff;
  height:0;
  overflow: hidden;
  position: fixed;
  top: 80px;
  left: 0;
  transition: all 1s ease-out 0s;
  width: 100%;
  z-index: 10;
}

.menuResp li{
	height: 80px;
	border-bottom: 1px solid #999;
	width: 100%;
	display: block;
	box-sizing:border-box;
	moz-box-sizing:border-box;
}

.menuResp li:last-child{
	border-bottom: none;
}

.menuResp li a {
  color: #000;
  font-family: "Roboto Slab",serif;
  font-size: 12px;
  padding-top: 30px;
  text-align: center;
  display: block;
}

.alignLeft{
	text-align: left !important;
}
.alignCenter{
	text-align: center !important;
}
.alignRight{
	text-align: right !important;
}
.marginTop{
	margin-top: 30px;
}

.projectBack{
	margin: 40px 0 20px 0;
}

.projectTitle h1{
	font-size: 14px;
	margin: 0 0 5px 0;
    font-weight: 400;
}
.projectTitle p{
	color: #000;
	font-size: 10px;
	line-height: 1.3;
	text-align: left;
	width: 100%;
    font-weight: 400;
}

.projectDesc p{
	font-size: 9px;
	display: inline-block;
	color: #000;
	text-align: right;
	font-family: 'Merriweather', serif;
	font-style: italic;
	letter-spacing: 0.1em;
	line-height: 18px;
}

.projectDesc2 p{
	color: #000;
	font-size: 9px;
	line-height: 22px;
	text-align: justify;
	font-family: 'Roboto Slab', serif;
	font-weight: lighter;
}

.crop1{
	max-height: 260px;
	overflow: hidden;
}

.yellow{
	background: #FFF;
}

.darkYellow{
	background: #e9d497;
}

/*-----------------ESTILO M-----------------*/
	
	.titProj1A{
		font:  18px Arial;
		margin: 0;
	}

	.subTitProj1A{
		font: 11px Arial;
		color: #706f6f;
		margin: 0;
	}

	.subTitProj1It{
		font: italic 10px Arial;
		color: #706f6f;
		margin: 0;
	}

	.text1ItalicM{
		font: italic 9px Merriweather;
		margin: 0;
	}

	.text1BoldM{
		font:400 11px Merriweather;
		margin: 0;
        color: #000;
	}

	.text1BoldItM{
		font:400 italic 10px Merriweather;
		margin: 0;
        line-height: 1.4;
	}

	.text1M{
		font: 9px Merriweather;
		margin: 0;
	}

	.margTop35{
		margin-top: 25px;
	}

	.margTop30{
		margin-top: 20px;
	}

	.colorBack1{
		background-color: #fff;}

	.colorBack2{
	background-color: #fff;}
		
	.colorBack3{
	background-color: #fff;}

	.colorWhite{
	background-color: #fff;}

	.color5{
	background-color: #fff;}

	.colorBack6{
		background-color: #fff;
	}


	

/*------------------------------------------*/


@media screen and (max-width: 1200px) {
	.logo {
	  margin: 20px auto;
	  position: static;
	  width: 220px;
	}

	.galImage img{
		width: 100%;
		height: auto;
	}

	.margt-lg-30 {
        margin-top: 30px;
    }
}

@media screen and (max-width: 992px) {
	.margt-md-30 {
        margin-top: 30px;
    }
}




@media screen and (max-width: 780px) {
	.header{
		display: none;
	}

	.container{margin-top: 130px;}

	.headerResp{display: inherit;}

	.social{
		display: none;
	}

	.container{
		width: 100%;
		padding: 0 40px;
	}

	.menu{
		width: 100%;
		padding: 0 40px;
	}

	.social{
		right: 10px;
	}

	.scrollWrapper{
		overflow:scroll;
		height: 260px;
	}

	.galtitle p{
		font-size: 10px;
		margin-top: 15px;
		margin-bottom: 4px;
	}

	.galdata p{

		font-size: 9px;
		margin-bottom: 15px;
	}



}

@media screen and (max-width: 768px) {
	.text-left-sm {
        text-align: left !important;
    }

    .margt-sm-30 {
        margin-top: 20px;
    }

    .margb-sm-30 {
        margin-bottom: 20px;
    }


}
.es a, .en a {
    color:#999;
    text-decoration: none;
}
.container.spanish, .container.english {
    margin: 20px auto;
}
.idioma {
    margin-top: 100px;
}
.idioma span {
    font-size: 12px;
    cursor: pointer;
    color: #999;
}
.idioma span.es {
    margin-left: 5px;
}
.idioma span.en {
    margin-right: 5px;
}
.idioma span.activo {
    color: #000;
}
.menu li a b{
    color: #000;
}
.dark .menu li a b{
    color: #fff;
}
.background {
    display: none;
}
.editorial p {
    font-size: 12px;
}
.mCustomScrollbar {
    height: 520px;
    overflow-x: hidden;
    width: 100%;
}
.editorial .articlesList a {
    font-size: 12px;
    line-height: 15px;
}
.pp_nav, .pp_social {
    display: none !important;
}
.right {
    float: right;
}
.proyectos .idioma {
    margin-top: 0px;
    padding-right: 0px;
}
.proyectos .idioma p{
    font-size: 12px;
}
.proyectos .idioma a{
    color: #000 ;
    text-decoration: none;
}
.proyectos .idioma a:hover{
    color: #999 ;
}
.proyectos .idioma .activo {
    color: #999 ;
}
.contactinf {
  font-size: 10px;
  display: inline-block;
  color: #fff;
  font-family: 'Merriweather', serif;
  letter-spacing: 0.1em;
    margin-top: 10px;
}
.galImage img{
    width: 100%;
    height: auto;
}
.clear {
    clear: both;
}
.grid-item {
    margin-top: 5px;
}
.article .more-link, .article .screen-reader-text, .article .meta-nav  {
    display: none;
}