@charset "UTF-8";

.Fondo
{
	position: fixed;
	width: 100vw;
	height: 100vh;
	overflow: hidden;
	left: 0px;
	top: 0px;
}

.Fondo video
{
	position: absolute;
	min-width: 100%; 
  	min-height: 100%;
	left: 0px;
	top: 0px;
}

.CoverFader
{
	position: absolute;
	width: 100vw;
	height: 100vh;
	background-color: rgba(0,0,0,0.3);
}

.ContenedorRecuadros
{
	position: absolute;
	width: 100vw;
	height: 100vh;
	left: 0px;
	top: 0px;
}

.Recuadro
{
	position: relative;
	display: inline-block;
	width: 25%;
	height: 50%;
	box-sizing: border-box;
	border-right: 1px solid rgba( 255, 255, 255, 0.3 );
	border-bottom: 1px solid rgba( 255, 255, 255, 0.3 );
}

.Centerer
{
	position: absolute;
	top: 50%;
	left: 15%;
	transform: translateY(-50%);
	width: 70%;
}

.Centerer .Logo
{
	width: 150px;
	margin-bottom: 20px;
}

.Titulo
{
	font-family: 'Playfair Display', serif;
	color: white;
	font-size: 50px;
	font-weight: 700;
	line-height: 0.95em;
}

.TituloNormal
{
	font-family: 'Playfair Display', serif;
	color: white;
	font-size: 40px;
	font-weight: 700;
}

.Traduccion
{
	font-family: 'Playfair Display', serif;
	color: white;
	font-size: 30px;
	font-weight: 700;
	font-style: italic;
}

.Subtitulo
{
	margin-top: 50px;
	font-family: 'Heebo', sans-serif;
	color: white;
	font-size: 17px;
	font-weight: 400;
}

.After a
{
	font-family: 'Playfair Display', serif;
	color: #222;
	font-size: 20px;
	font-weight: 700;
	display: inline-block;
	border-bottom: 3px solid #222;
	margin-top: 40px;
	margin-left: 0px;
	transition: all 0.5s;
}

.After a:hover
{
	font-family: 'Playfair Display', serif;
	margin-left: 10px;
}

.Before
{
	opacity: 1;
}

.After
{
	opacity: 0;
}

.Cover
{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	opacity: 0;
}

.CoverPink
{
	background-color: rgba(224, 156, 158, 1);
}

.Titulete
{
	text-align: right;
	font-family: 'Playfair Display', sans-serif;
	color: white;
	font-size: 30px;
}

.CoverGeneral
{
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100vw;
	height: 100vh;
	background-color: rgba(0,0,0,1);
	opacity: 0;
	pointer-events: none;
}

.preloader
{
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	background-color: white;
}

.preloader video
{
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 150px;
}

html
{
	height:100%;
	width: 100%;
}

body
{
	height:100%;
	width: 100%;
	border:0px;
	font-family: Helvetica, Arial, sans-serif;
	-webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	margin:0px;
	color:#333;
	font-size:0px;
	background-color: black;
}

div
{
	margin:0px;
	border:0;
}

p
{
	padding:0px 0px 0px 0px;
	margin:0px;
	border:0px;
}

td
{
	padding:0px 0px 0px 0px;
	border-spacing:0px;
}

table
{
	width:100%;
	padding:0px 0px 0px 0px;
	border-spacing:0px;
}

img
{
	border-style:none;
	border-width:0px;
	border:0;
	margin:0px;	
}

a
{
	font-family:inherit;
	color:inherit;
	text-decoration:none;
	border-style:none;
	border:none;
}

a:hover
{
	font-family:inherit;
	color:inherit;
	text-decoration:none;
}