* {
	margin: 0px;
	padding: 0px;
	box-sizing: border-box;
	font-size: 0px;
	font-family: 'Cormorant Garamond';
	letter-spacing: 0.02em;
	color: #78635d;
}

html,
body {
	width: 100%;
	height: 100%;
	overflow: hidden;
}

body {
	background-color: #000;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

body::before {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 0;

	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	opacity: 0;
	transition: opacity 1s 0s;
}


body.loaded::before {	
	opacity: 1;
}


.layout-root {
	display: block;
	max-width: 1300px;
	position: relative;
	height: 100%;
	top: 0;
	left: 50%;	
	transform: translateX(-50%);
}

section nav {
	position: absolute;
	display: block;
	z-index: 2;
}

section nav li {
	display: block;
	width: 140px;
	height: 45px;
	line-height: 45px;
	background-color: #78635d;
	margin-bottom: 3px;
}

section nav li a {
	display: block;
	width: 100%;
	height: 100%;
	line-height: inherit;
	text-align: center;
	text-decoration: none;
	font-size: 14px;
	color: #fff;
	text-transform: uppercase;
}

section nav ul {
	display: block;
}

header {
	position: absolute;
	z-index: 1;
	width: 420px;
	height: 325px;
	background-image: url(../images/logo.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: calc(254 / 420 * 100%);
}

header h1 {
	font-family: 'helvetica_light';
	font-size: 26px;
	font-weight: normal;
	color: #fff;
	text-transform: uppercase;
	text-align: center;
	margin-top: 270px;
	transform: translateX(-40px);
	opacity: 0;
	transition: transform 1s ease-out 3s, opacity 1s ease-out 3s;

}

header h1 span {
	display: block;
	font-family: inherit;
	font-size: 13px;
	font-weight: inherit;
	text-transform: none;
	color: #fff;

	letter-spacing: 0.01em;
	font-family: 'helvetica_regular';
	transform: translateX(-40px);
	opacity: 0;
	transition: transform 1s ease-out 4s, opacity 1s ease-out 4s;
}

body.loaded header h1 {
	transform: translateX(0px);
	opacity: 1;
}

body.loaded header h1 span {
	transform: translateX(0px);
	opacity: 1;
}

header nav {
	display: none;
}

section {
	position: absolute;
	background-color: #fff;
	padding: 40px;
}

section h1 {
	font-size: 25px;
	font-weight: normal;
	font-style: italic;
	text-transform: uppercase;
	margin-bottom: 30px;
	letter-spacing: -0.01em;
}

section h1+h2 {
	display: block;
	font-size: 23px;
	font-weight: normal;
	font-style: italic;
	text-transform: none;
	margin-top: -30px;
	margin-bottom: 30px;
	letter-spacing: -0.01em;
	margin-left: 15px;
}

section h1::before {
	content: '~ ';
}

section h1::after {
	content: ' ~';
}

section article {}

section article p {
	font-size: 13px;
	text-transform: uppercase;
	line-height: 18px;
	margin-bottom: 10px;
}

section article p a {
	position: relative;
	font-family: inherit;
	font-size: inherit;
	text-transform: inherit;
	color: inherit;
	line-height: inherit;
	letter-spacing: inherit;
	text-decoration: none;
	border-bottom: 1px dotted #78635d;
}

.vignette {
	position: absolute;
	top: calc(100% + 3px);
	left: 0px;
	padding: 10px;
	background-color: #ffffff;
	z-index: 2;

	font-family: 'helvetica_light';
	font-size: 12px;
	color: #78635d;
	font-style: normal;
	text-transform: none;
	line-height: inherit;
	white-space: nowrap;

	box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.1);
}

section article p strong {
	font-family: inherit;
	font-size: inherit;
	text-transform: inherit;
	color: inherit;
	line-height: inherit;
	letter-spacing: inherit;
	font-weight: bold;
}

.mark {
	display: block;
	position: absolute;
	z-index: 2;
	right: 3%;
	bottom: 8%;
	width: 75px;
	height: 75px;
	line-height: 75px;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	background-color: #fff;
	text-align: center;
	opacity: 0;
	transition-duration: 1s;
}

.mark a {
	font-size: 13px;
	text-transform: uppercase;
	font-weight: normal;
	text-decoration: none;
}

body.loaded .mark {
	opacity: 1;
}

.nombres {
	font-size: 18px;
	line-height: 14px;
}

.xsmall {
	font-family: 'helvetica_light';
	font-size: 10px;
	line-height: 14px;
	font-style: normal;
	text-transform: none;
}

.small {
	font-family: 'helvetica_light';
	font-size: 12px;
	font-style: normal;
	text-transform: none;
	line-height: inherit;
}

footer {
	display: block;
	position: absolute;
	bottom: 0px;
	left: 0px;
	background-color: #fff;
	height: 30px;
	width: 100%;
	z-index: 2;
}

footer nav {
	height: 100%;
	width: 100%;
}

footer nav ul {
	text-align: center;
}

footer nav li {
	display: inline-block;
	margin-left: 20px;
	margin-right: 20px;
	height: 100%;
	line-height: 30px;
}

footer nav li a {
	font-family: 'helvetica_light';
	color: #78635d;
	font-size: 12px;
	font-style: normal;
	text-transform: uppercase;
	text-decoration: none;
	line-height: 30px;
	display: inline-block;
}