









/*------  GLOBAL  ------*/

*{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

html, body, .page-wrapper {
	width: 100%;
	height: 100% !important;
}

body, h1, h2, h3, a {
	font-family: 'Muli', sans-serif;
    -webkit-font-smoothing: antialiased;
}
a {
	text-decoration: none;
	color: #4A4A4A;
}
cite::before {
    content: '- ';
}

body {
	background: #fff;
	color: #4A4A4A;
	font-size: 16px;
}
.headline {
	font-size: 1.4em;
	font-weight: 400;
	color: #4a4a4a;
    font-family: 'Roboto Slab', serif;
}
.headline:after {
	content:' ';
    display:block;
    margin-top: 0.7em;
    border-bottom:2px solid #f0f0f0;
    margin-bottom: 2em;
}
.quote {
	font-family: 'Arapey', serif;
	font-style: italic;
	font-weight: 100;
}
.band.light-gray {
/*	background: #e2e2e2;*/
	background: #F6F6F6;
}
.band.white {
/*	background: #e2e2e2;*/
	background: white;
}
.band.black {
	background: #252525;
	
	color: #ececec;
	/*background-color: #362f58;*/
	/*background-color: #2f4f58;*/
}
.content {
	width: 80%;
    max-width: 1400px;
	margin: 0 auto;
	padding: 150px 0 150px 0;
}
.main-content-chain {
	padding-bottom: 80px;
}
.content-bio {
	padding-top: 0;
}
.content-footer {
	padding: 100px 0 100px 0;
}



/*------  //GLOBAL  ------*/






/*------  TEXT  ------*/

h3 {
	font-size: 72px;
	font-family: 'Work Sans', sans-serif;
	line-height: 66px;
	font-weight: 900;
	letter-spacing: -2px;
}
h4 {
	font-size: 36px;
	font-family: 'Work Sans', sans-serif;
	font-weight: 700;
	display: table-caption;
	line-height: 49px;
	margin-bottom: 10px;
}
h5 {
	font-size: 20px;
}
p {
	line-height: 28px;
	margin-bottom: 24px;
}

.bio-column small {
	font-size: 14px;
	color: #9A9A9A;
}

.bio-column p {
	padding-top: 60px;
}

.s-informate h4 {
	margin-bottom: 67px;
}


/*------  //TEXT  ------*/








/*------  HEADER  ------*/
.top-header-fade {
	width: 100%;
	height: 100%;
	position: relative;
    overflow: hidden;
}
.top-header {
	width: 100%;
	height: 100%;
	background: url('../img/site/header-image.jpg') no-repeat center center;
	background-size: cover;
	position: relative;
}

.header-content-container {
	width: 100%;
	/*background: red;*/
	position: absolute;
	top: 40%;
}

.top-logo {
	width: 523px;
	height: 80px;
	background: url('../img/logo/logo-large.png') no-repeat center top;
	background-size: contain;
	margin: 0 auto;
	/*position: absolute;*/
	/*top: 3em;
	left: 6%;*/
	/*left: 50%;
	top: 45%;*/
	/*margin-bottom: 2em;*/
	/*margin-left: -261px;*/
}

.top-headline {
	font-size: 21px;
	text-align: center;
	color: white;
	
	margin: 0;
	padding-top: 35px;
	padding-bottom: 50px;
	vertical-align: middle;
	width: 523px;
	margin: 0 auto;
	/*position: relative;
	top: 52%;
	left: 50%;
	margin-left: -261px;*/
	z-index: 99;
}

.proximamente {
	text-align: center;
	color: white;
	padding-bottom: 30px;
}


.top-header .top-header-image-filter {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .30);
}

.trailer-button {
	width: 41px;
	height: 39px;
	display: block;
	margin: 0 auto;
	margin-bottom: 10px;
	background: url('../img/site/play-icon.png');
}
.trailer-text {
	display: block;
	text-align: center;
	color: white;
}
/*------  //HEADER  ------*/












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

#menu {
	position: absolute;
	bottom: 0;
	font-size: 14px;
	width: 100%;
	/*background: green;*/
}

#menu nav {
	float: right;
	position: relative;
	left: -50%;
}

#menu ul {
	/*background: red;*/
	position: relative;
	left: 50%;
	width: 100%;
	list-style: none;
}

#menu ul li {
	float: left;
	/*background: blue;*/
	margin-bottom: 20px;
	
}

#menu ul li a {
	padding: 20px;
	margin-right: 20px;
	line-height: 50px;
	color: white;
}

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









/*------  CONTENT LAYOUT  ------*/


.half-column {
	width: 50%;
	display: inline-block;
	vertical-align: top;
	/*background: red;*/
}

.half-column.left {
	padding-right: 120px;
}

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

.full-column {
	width: 100%;
	display: inline-block;
	vertical-align: top;
}

.bio-column {
	display: inline-block;
	vertical-align: top;
	height: 620px;
}

.bio-column.sixty-p-column {
	width: 60%;
	/*background: #e0e0e0;*/
}

.bio-column.forty-p-column {
	width: 40%;
	/*background: #cdcdcd;*/
	/*background: #F6F6F6;*/
}
.bio-content {
	padding-left: 120px;
	padding-right: 120px;
	/*padding-bottom: 30px;*/
}
/*------  //CONTENT LAYOUT  ------*/









#diagram-image {
	width: 100%;
	height: 508px;
	/*margin-top: 60px;*/
	margin-bottom: 50px;
	background-size: 60%;
	background-repeat: no-repeat;
	background-position: center;
}


.chain-divider {
	height: 110px;
	/*background: url('../img/logo/chain-light-large.png') no-repeat center;*/
}

.chain-logo-spacer-small {
	width: 100%;
	height: 140px;
	background: url('../img/logo/chain-light-small.png') no-repeat;
	background-position: center;
}

.bio-image {
	background-size: cover !important;
	background-position: center;
	/*background: red;*/
}


.footer-chain {
	height: 58px;
	background: url('../img/logo/chain-dark-large.png') no-repeat center;
}


.logo-common {
	width: 320px;
	height: 150px;
	/*margin: 0 auto;*/
	margin-top: 50px;
	display: inline-block;
	background-repeat: no-repeat !important;
	background-size: auto 100px !important;
}

.logo-cenatra {
	background: url('../img/logo/logo-cenatra.png');
}

.logo-heroes {
	background: url('../img/logo/logo-heroes.png');
	margin-right: 80px;
}


.s-informate {
	text-align: left !important;
	margin-top: 30px;
}
.s-informate.left {
	padding-right: 60px;
}
.s-informate.right {
	padding-left: 60px;
}




.logo-fundacionSlim {
	height: 60px;
	width: 200px;
	display: inline-block;
	background: url('../img/logo/logo-fundacionSlim.png') no-repeat;
	background-size: contain;
}

.logo-nutricion {
	height: 60px;
	width: 200px;
	/*margin-left: 100px;
	display: inline-block;*/
	float: right;
	background: url('../img/logo/logo-nutricion.jpg') no-repeat;
	background-size: contain;
}












/*------  MEDIA QUERIES  ------*/

@media (max-width: 1500px) {
	.bio-column {
		height: 700px;
	}
}


@media (max-width: 1360px) {
	#diagram-image {
		background-size: 80%;
	}
	.bio-column {
		height: 620px;
	}
	.bio-column.forty-p-column, .bio-column.sixty-p-column {
		width: 50%;
	}
}

@media (max-width: 1200px) {
	.content-bio {
		width: 100%;
	}
}

@media (max-width: 1024px) {
	#diagram-image {
		background-size: 100%;
	}
}

@media (max-width: 960px) {
	.bio-content {
		padding: 0 50px 0 50px;
	}
}

@media (max-width: 860px) {
	.half-column {
		width: 100%;
		padding: 0 !important;
	}
	.main-content {
		display:flex;
		flex-flow: column;
	}
	.main-content.right {
		order: -1;
	}
	h3 {
		margin-bottom: 90px;
		text-align: left;
	}
	h3 br {
		display: none;
	}
	.s-informate {
		padding: 0 !important;
	}
}

@media (max-width: 720px) {
	.bio-column {
		height: auto;
	}
	.bio-column.forty-p-column {
		width: 100%;
	}
	.bio-column.sixty-p-column {
		width: 100%;
	}
	h4 {
		display: block;
		margin-bottom: 0;
		line-height: 28px;
		font-size: 28px;
	}
	p {
		font-size: 16px;
	}
	.bio-column p {
		padding-top: 20px;
	}
	.chain-logo-spacer-small {
		height: 90px;
	}
	.bio-container {
		display:flex;
		flex-flow: column;
	}
	.bio-column {
		display: block;
	}
	.bio-image {
		order: -1;
		height: 300px;
	}
	.bio-content {
		padding-bottom: 20px;
	}
	.top-logo {
		width: 80%;
	}
	.top-headline {
		width: 80%;
	}
	h5 a {
		font-size: 16px;
	}
	.logo-fundacionSlim, .logo-nutricion {
		display: block;
		margin: 0 auto;
		
	}
	.logo-nutricion {
		margin-top: 50px;
		float: none;
	}
}

@media (max-width: 420px) {
	#menu ul li {
		display: none;
	}
	h3 {
		font-size: 50px;
	}
	#diagram-image {
		height: 180px;
		/*margin-top: 60px;*/
		/*margin-bottom: 0;*/
	}
	.main-content-chain {
		padding-top: 70px;
	}
	.header-content-container {
		top: 20%;
	}
}


@media (max-height: 750px) {
	.header-content-container {
		top: 20%;
	}
}

@media (max-height: 550px) {
	#menu ul li {
		display: none;
	}
}


@media (max-height: 700px) and (orientation:landscape) {
  .top-logo {
  	width: 50%;
  }
  .header-content-container {
  	top: 30%;
  }
  .top-headline {
  	display: none;
  }
  .proximamente {
  	font-size: 14px;
  }
}

@media (max-height: 600px) and (orientation:landscape){
  .top-logo {
  	width: 60%;
  }
  .header-content-container {
  	top: 20%;
  }
  .top-headline {
  	display: none;
  }
  .proximamente {
  	font-size: 14px;
  }
}

@media (max-height: 350px) and (orientation:landscape){
	#menu ul li {
		display: none;
	}
}








