/* General */
body {
	overflow-x: hidden;
	box-sizing: border-box;
	width: 100%;
	height: 100vh;
	padding: 5% 10%;
	background-color: #000;
	font-family: "Lato", serif;
	font-optical-sizing: auto;
	font-style: normal;
	color: #fff;
}
.cabecera, .contenido {
	padding-bottom: 4%;
}

/* Contenido: Títulos */
.contenido__titulos {
	padding-bottom: 4%;
	font-family: "Source Sans 3", sans-serif;
}
h1 {
	font-weight: 700;
	font-size: 5rem;
	text-transform: uppercase;
}
h3 {
	padding-top: 1%;
	font-weight: 500;
	font-size: 2rem;
}

/* Contenido: Información */
.contenido__info-video {
	box-sizing: border-box;
	width: 640px;
	height: 100%;
	padding: 0.5rem;
	margin-bottom: 0rem;
	background-color: #fff;
}
.contenido__info-local {
	font-family: "Lato", serif;
	width: 40%;
}
h2 {
	font-weight: 700;
	font-size: 2.5rem;
}
.contenido__info-local .container {
	font-weight: 400;
	font-size: 1.25rem;
	line-height: normal;
}
.material-symbols-outlined {
	font-size: 2rem!important;
}
a {
	color: #cccccc;
}