
@font-face {
	font-family: "sutter";
	src: url("../fonts/sutter.ttf");
}

body{
	padding: 0px;
	margin: 0px;
	font-family: "sutter", helveticaNeue; 
	text-transform: uppercase;
	font-size: 17px;
	line-height: 20.5px;
	letter-spacing: -0.3px;
	-webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-tap-highlight-color: transparent;
  	-webkit-user-select:none;
  	-webkit-touch-callout: none;            
	-webkit-text-size-adjust: none;
	-webkit-touch-callout: none;
}

@media all and (max-width: 1000px){
	body{
		font-size: 14px;
		line-height: 15.5px;
	}
}


::-moz-selection {
	color: black;
	background: transparent !important;
}

:root {
	--margin: 35px;
}

@media all and (max-width: 1000px){
	:root {
		--margin: 25px;
	}
}


::selection {
	color: black;
	background: transparent;
}

img{
	vertical-align: middle;
	-webkit-tap-highlight-color: transparent;
}

a{
	text-decoration: none;
	color: inherit;
}

#traduir, #infos{
	position: fixed;
	top: var(--margin);
	z-index: 99;
}

#traduir{
	cursor: pointer;
	left: var(--margin);
}

#infos{
	z-index: 200;
	right: var(--margin);
}

#apropos {
	cursor: pointer;
	position: fixed;
	cursor: crosshair;
	display: none;
	pointer-events: none;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	z-index: 99;
	background-color: white;
	overflow-y: scroll;
}

#apropos.visible{
	opacity: 1;
	display: flex;
	pointer-events: auto;
}

#apropos div{
	margin-top: var(--margin);
	margin-left: var(--margin);
	width: 32%;
}

@media all and (max-width: 1000px){
	#apropos div{
		width: calc(50% - 2*var(--margin) - 150px/2);
	}
}

span#space{
	display: block;
	margin-top: calc(20.5px * 25);
	margin-bottom: calc(var(--margin) - 5px);
}

@media all and (max-width: 1000px){
	span#space{
		margin-top: calc(20.5px * 5);
	}
}

.caption{
  display: block;
  position: fixed;
  bottom: calc(var(--margin) - 5px);
  left: var(--margin);
  z-index: 200;
}


