/* RESET */
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* FIM DO RESET*/
/*Variable fonts*/

@font-face {
	font-family: 'Winner-VF';
  src: url('fonts/Winner-VF.woff2') format('woff2-variations');
  font-weight: 1 999;
	font-variation-settings: "wdth" 1 999, "slnt" -15 0;

}
@font-face {
	font-family: 'MutatorSans';
  src: url('fonts/MutatorSans.woff2') format('woff2-variations');
  font-weight: 1 999;
	font-variation-settings: "wdth" 1 999, "slnt" -15 0;

}
.botao {
	font-variation-settings: "wdth" 10, "slnt" 0;
  font-family: 'Winner-VF';
  transition: font-variation-settings  .45s ease-out;
}

.botao:hover {
  font-variation-settings: "wdth" 999, "slnt" -15;
}


/*

    wght: "Weight"
    wdth: "Width"
    opsz: "Optical size"
    ital: "Italic"
    slnt: "Slant"

	eg. font-variation-settings: "wdth" 200, "wght" 200;
	More info: https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Fonts/Variable_Fonts_Guide

*/


@media screen and (max-width: 800px) {
	html, body {
		padding: 0;
		font-family: 'Winner-VF';
		display: block;
		position: relative;
			background-color: #ff0000;
	}


	h1{
		padding: 10vh 0 10vh 0;
		font-size: 30vw;
		font-weight:999;
		width: 100vw;
		height: 50vh;
		text-align: center;
		padding-top: 50vh;
	}

	p a {
		   font-size: 4.5vw;
			 padding-left: 5vw;
padding-bottom: 5vw;
	}

	a{
		text-decoration: none;
		color: #000;
	}

	h2{

				font-size: 8vw;
	}

	h3{
		font-family: 'MutatorSans';
			text-transform: uppercase;
			font-size: 10vw;
			font-weight:200;
			text-align: center;

		}

		img{
			width:10vw;
		}

	#be{
		font-variation-settings: "wdth" 999;
		position:relative;
		width: 100vw;
}

	#here{
		padding-top: 20vh;
		position:relative;
		width: 100vw;
		text-align: right;
	}
	#elsewhere{
			position:relative;
			width: 20vw;
			text-align: left;

		}

		#cityname {
			width: 100vw;
			padding-top:40vh;
		}
		#city {
		width:100vw;
		height:50vh;
		}


		}
/*desktop*/

@media screen and (min-width: 801px) {
	html, body {
		padding: 0;
		font-family: 'Winner-VF';
		display: block;
		position: relative;
			background-color: #ff0000;
	}

h1{
	font-size: 4.5vw;
	font-weight:700;
	width: 100vw;
	height: 50vh;
	text-align: center;
	padding-top: 50vh;
}
p a {
		   font-size: 4.5vw;
			 padding-left: 5vw;
			 padding-bottom: 5vw;
}

a{
	text-decoration: none;
	color: #000;
}

h2 a{
			font-size: 4.5vw;
}


	h3{

		text-transform: uppercase;
		font-family: 'MutatorSans';
		font-size: 3vw;
		font-weight:200;
		text-align: center;

	}


#portugal	img{
		width:10vw;
	}


	#be{
		font-variation-settings: "wdth" 999;
		position:fixed;
		z-index: -1;
		width: 100vw;
		height: 100vh;
		padding-left: 17vw;
}

	#here{
		height: 50vh;
		padding-top: 50vh;
		position:absolute;
		width: 100vw;
		text-align: right;
	}
	#elsewhere{
		height: 50vh;
			padding-top: 50vh;
			position:absolute;
			width: 20vw;
			text-align: left;

		}

#cityname {
	width: 100vw;
	padding-top:40vh;
}
#city {
width:100vw;
height:50vh;
}

	}
