@font-face {
	font-family: "Raleigh-Regular Regular";
	src: url("../font/Raleigh-Regular.ttf");
}
*,
*::after,
*::before {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	font-family: "Raleigh-Regular Regular", sans-serif;
}

body {
	margin: 0;
	min-height: 100vh;
	min-width: 100vw;
	overflow-x: hidden;
	background-color: black;
}

.header {
	min-width: 100vw;
	height: 100vh;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.titulo {
	width: 40rem !important;
	height: 14rem !important;
	background: url("../img/logo.svg") no-repeat 0;
	background-size: 100%;
}

.header-contenido h2 {
	letter-spacing: 15px;
	font-size: 5em;
	font-weight: 800;
	color: #1d1d1d;
	line-height: 1em;
	text-transform: uppercase;
}
.header-contenido h3 {
	letter-spacing: 15px;
	font-size: 4em;
	font-weight: 700;
	color: #1d1d1d;
	line-height: 1em;
	text-transform: uppercase;
	margin: 20px;
}

.entrar {
	background-color: #851f23;
	font-size: 1.3em;
	position: relative;
	outline: none;
	border-radius: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
	padding: 10px 30px;
	text-transform: uppercase;
	text-decoration: none;
	font-weight: 500;
	margin-top: 10px;
	color: #ededed;
	letter-spacing: 2px;
	transition: 0.2s;
}

.entrar:hover {
	letter-spacing: 6px;
}

.header-video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	opacity: 0.8;
}

.header-contenido {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	background: #d3cabd;
	background-size: cover;
	background-position: center center;
	background-image: url(../img/fondo.png);
	opacity: 0.9;
	padding: 2rem;
	-webkit-box-shadow: 18px 13px 41px 2px rgba (66, 68, 90, 1);
	-moz-box-shadow: 18px 13px 41px 2px rgba (66, 68, 90, 1);
	box-shadow: 18px 13px 41px 2px rgb(1, 2, 10);
	backdrop-filter: blur(2px);
	position: absolute;
	z-index: 0;
	width: auto;
	height: auto;
}

.borde-pergamino-superior {
	background: url("../img/fd-borde-pergamino-sup.png") center bottom repeat-x;
	transform: scaleY(-1);
	position: relative;
	width: 60em;
	height: 40px;
	bottom: 15.5rem;
	z-index: 1;
}

.borde-pergamino-inferior {
	background: url("../img/fd-borde-pergamino-sup.png") center bottom repeat-x;
	position: relative;
	height: 40px;
	width: 60em;
	top: 15.5rem;
	z-index: 1;
}

@media screen and (max-width: 868px) {
	.header-video {
		position: fixed;
	}

	.header-contenido h2 {
		font-size: 3rem;
	}

	.header-contenido h3 {
		font-size: 2rem;
	}

	.titulo {
		display: block;
		width: 400px !important;
		height: 140px !important;
		background: url("../img/logo.svg") no-repeat 0;
		background-size: 100%;
	}

	.borde-pergamino-superior {
		bottom: 11rem;
		width: 43rem;
		height: 36px;
	}

	.borde-pergamino-inferior {
		top: 11rem;
		width: 43rem;
		height: 36px;
	}
}

@media screen and (max-width: 650px) {
	.header-video {
		position: fixed;
	}

	.header-contenido h2 {
		font-size: 2rem;
	}

	.header-contenido h3 {
		font-size: 1.5rem;
	}

	.titulo {
		display: block;
		width: 400px !important;
		height: 140px !important;
		background: url("../img/logo.svg") no-repeat 0;
		background-size: 100%;
	}

	.borde-pergamino-superior {
		bottom: 10rem;
		width: 34.4rem;
		height: 36px;
	}

	.borde-pergamino-inferior {
		top: 10rem;
		width: 34.4rem;
		height: 36px;
	}
  .entrar
  {
    font-size: 1em;
  }
}








@media screen and (max-width: 475px) {

	.header-video {
		position: fixed;
	}

  .header-contenido
  {
    padding: 1rem;
  }
	.header-contenido h2 {
		font-size: 1.5rem;
    letter-spacing: 10px;
	}

	.header-contenido h3 {
		font-size: 1rem;
    letter-spacing: 10px;
	}

	.titulo {
		display: block;
		width: 250px !important;
		height: 75px !important;
		background: url("../img/logo.svg") no-repeat 0;
		background-size: 100%;
	}

	.borde-pergamino-superior {
		bottom: 6.7rem;
		width: 23.7rem;
		height: 36px;
	}

	.borde-pergamino-inferior {
		top: 6.7rem;
		width: 23.7rem;
		height: 36px;
	}

  .entrar
  {
    font-size: 1em;
    letter-spacing: 1px;
  }
}
