:root {
	--main: #212121;
	--maindark: #0b0b0b;
	--mainlight: #656565;
	--mainaccent: #b49762;
}

html,
body,
#app {
	position: relative;
	padding: 0;
	margin: 0;
	font-family: "Lato", sans-serif;
	font-weight: 300;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	-webkit-print-color-adjust: exact;
}
*,
*:before,
*:after {
	box-sizing: inherit;
	-webkit-print-color-adjust: exact;
	font-family: inherit;
}

#app {
	overflow: auto;
	background-color: var(--main);
}

.topoverlay {
	display: none;
	position: fixed;
	width: 100%;
	background-color: white;
	top: 0;
	left: 0;
	z-index: 15;
	transition: transform 250ms ease-out;
	transform: translateY(-100%);
}

/* OK */
.topoverlay[emphasis="1"] {
	background-color: #c8ffc8;
}
/* WARNING */
.topoverlay[emphasis="2"] {
	background-color: #fff7d0;
}
/* ERROR */
.topoverlay[emphasis="3"] {
	background-color: red;
	color: white;
}

.topoverlay p {
	text-align: center;
	padding: 6px;
	font-size: 14px;
	font-weight: 700;
	white-space: pre;
	margin: 0;
	color: white;
}

.topoverlay.open {
	transform: translateY(0);
	box-shadow: 0 0 5px #0000006e;
}

.topoverlay span.closebutton {
	position: absolute;
	top: 0;
	right: 8px;
	width: auto;
	padding: 0;
	cursor: pointer;
	font-size: 22px;
}

.slidemenu_container {
	display: none;
	position: fixed;
	pointer-events: none;
	z-index: 2;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background-color: transparent;
	transition: background-color 150ms ease-in-out;
}

.slidemenu_container.shown {
	background-color: #00000038;
	pointer-events: initial;
	position: fixed;
}

.slidemenu {
	position: relative;
	width: 300px;
	height: 100%;
	background: white;
	box-shadow: none;
	margin-left: -300px;
	transition: margin-left 150ms ease-in-out, box-shadow 150ms ease-in-out;
	padding-top: 60px;
}

.slidemenu_container.shown .slidemenu {
	margin-left: 0;
	box-shadow: 0 0 20px -4px black;
}

.slidemenu-button {
	position: absolute;
	z-index: 1;
	cursor: pointer;
	pointer-events: all !important;
	color: black;
	font-size: 37px;
	right: 1px;
	top: 0;
	transform: translateX(100%);
	background-color: white;
	padding: 27px 27px 26px 27px;
	border-bottom-right-radius: 10px;
}

.slidemenu a {
	display: block;
	padding: 16px 33px;
	color: white;
	text-decoration: none;
	font-weight: 300;
}

.slidemenu a:hover {
	background-color: #ffffff0d;
	cursor: pointer;
}

.topbar .logo {
	height: 60px;
	margin-top: 15px;
	margin-left: 90px;
	width: auto;
	display: inline-block;
}

.topbar .nav {
	float: right;
	height: 100%;
}

.topbar {
	display: block;
	background: var(--main);
	height: 90px;
	z-index: 2;
	position: fixed;
	width: 100%;
}

.nav a {
	text-decoration: none;
	color: white;
	text-transform: uppercase;
	font-weight: 900;
	font-family: sans-serif;
	line-height: 90px;
	margin-right: 20px;
}

.slidemenu {
	background: var(--main);
}

.slidemenu-button {
	padding: 27px 27px 26px 27px;
	font-size: 37px;
	right: 1px;
	color: var(--mainlight);
	background: var(--main);
}

.fotogaleria-container {
	overflow: hidden;
	width: 100%;
	height: 300px;
	position: relative;
	box-shadow: 0 0 7px #00000070;
}

.controls {
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	position: absolute;
	pointer-events: none;
}

.controls i {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	font-size: 32px;
	padding: 40px;
	pointer-events: all;
	text-shadow: 0px 0px 7px #ffffff94;
}

.controls i:last-child {
	left: initial;
	right: 0;
}

.fotogaleria-items {
	width: 600%;
	height: 300px;
	left: 0;
	transition: left 250ms ease-in-out;
	position: relative;
	display: flex;
}

.fotogaleria-item-container {
	width: 100vw;
	height: 300px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.fotogaleria-item-container img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.fotogaleria-item-container video {
	width: 100%;
	max-height: 300px;
}

h3 {
	margin: 0;
	padding: 46px 46px 24px 46px;
	text-align: center;
	font-weight: 100;
	font-size: 28px;
	color: black;
	text-align: left;
	font-weight: 700;
	text-align: center;
}

p {
	padding: 24px 46px 46px 46px;
	color: black;
	font-size: 18px;
}

.item-multimedia-container {
	width: 100%;
	height: 250px;
	overflow: hidden;
	display: flex;
	justify-content: center;
	align-items: center;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.item-multimedia-container video {
	width: 100%;
	height: 100%;
}

hr {
	width: 90px;
	display: inline-block;
	margin-left: 46px;
}

.logo {
	width: 300px;
	display: block;
	margin: auto;
}

.slogan {
	text-align: center;
	margin-top: 40px;
	font-size: 23px;
}

.topbar h1 {
	margin: 0 0 0 20px;
	line-height: 90px;
	display: inline-block;
	color: white;
	vertical-align: top;
	font-size: 28px;
	font-weight: 300;
	text-transform: uppercase;
}

.topbar h1 span {
	color: #ffffff;
	text-transform: none;
	font-size: 17px;
	margin-left: 6px;
}

.isolated-bg {
	background-color: #00000008;
	padding: 60px;
	position: relative;
}

.isolated-content {
	width: 100%;
	height: 100%;
	background-color: white;
	z-index: 1;
	position: relative;
	border-top: 4px solid var(--mainaccent);
}

.isolated-bg:before {
	content: "";
	position: absolute;
	width: 1px;
	height: 100%;
	background-color: #0000001c;
	left: 50%;
	top: 0;
}

.isolated-content:after {
	content: "";
	position: absolute;
	left: 0;
	top: -4px;
	width: 50%;
	height: 4px;
	background-color: var(--main);
}

.inset-shadow-container {
	box-shadow: inset 0 0 10px black;
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 1;
	pointer-events: none;
}

.first-block {
	padding-top: 90px;
	height: 100%;
	width: 100%;
	display: flex;
	flex-direction: column;
}

.main-buttons {
	text-align: center;
}

.main-buttons button {
	width: 200px;
	margin: 11px;
	outline: none;
	border: none;
	border-radius: 5px;
	font-weight: 100;
	background-color: var(--mainaccent);
	color: white;
	font-size: 19px;
	box-shadow: 0 0 20px #000000;
}

button a {
	display: block;
	text-decoration: none;
	color: inherit;
	margin: 0;
	padding: 16px;
}

.background {
	width: 100%;
	flex: 1 1 auto;
	display: flex;
	justify-content: center;
	align-items: center;
	background: url("../images/blend-bg.jpg?v=1.0") no-repeat;
	background-size: cover;
	background-position: bottom;
}

.telanchor {
	margin-top: 16px;
	display: inline-block;
	color: white;
	font-weight: 300;
}

.page-loader {
	opacity: 0;
	pointer-events: none;
	position: fixed;
	z-index: 5;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: #212121;
	transition: opacity 350ms ease-in-out;
	color: white;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	font-size: 16px;
}

.page-loader.shown {
	opacity: 1;
	pointer-events: initial;
}

.page-loader i {
	font-size: 30px;
	margin-bottom: 13px;
}

.contacto h2 {
	color: white;
	font-weight: 300;
	font-size: 46px;
}

.contacto {
	padding: 24px;
	text-align: center;
	color: white;
}

.contacto a {
	display: inline-block;
	text-decoration: none;
	color: white;
	margin: 0 10px;
}

.contacto a i {
	display: block;
	font-size: 40px;
	margin-bottom: 20px;
}

.contacto a:hover {
	text-shadow: 0 0 4px white;
}

.contacto p {
	margin: 0;
	padding: 20px 0;
	color: white;
}
