/* 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;
}
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;
}

#tumblr_controls, .tmblr-iframe{display:none !important;}

tumblr_controls, .tmblr-iframe{display:none !important;}






html, body {
	font-family:  sans-serif; -ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;
	-moz-osx-font-smoothing: grayscale;
-webkit-font-smoothing: antialiased;
font-smoothing: antialiased;
/*    background-color: #FCFBF7; */
	 background-color: white;
  color: #798B8F;
  hyphens: auto;
margin: 0 auto;
text-align: left;

padding-bottom: 50px;
overflow-y: scroll;
min-height: 100%;


}

.manutencao{
		max-width: 1150px;
		min-height: 100vh;


		margin: 0 auto;
}

#manu{
	top: 350px;
	max-width: 1150px;

	position: absolute;
	display:  block;
	margin: 0 auto;
}

#contactos{
	max-width: 125px;
	top: 700px;
	position: absolute;
	display: block;
}

#logo{
	top: 50px;
	max-width: 234px;
	max-height: 75px;
	position: fixed;
	display: block;
}

#servicos{
	max-height: auto;
	max-width: 475px;
	position: fixed;
	display: block;
float: right;
right: calc((100vw - 1150px) /2);
text-align: right;
	top: 66px;


}

@font-face {
  font-family: amiro;
  src: url(Arimo-BoldItalic.ttf);
}

h1{
	font-family: amiro;
	font-size: 24px;
	text-transform: uppercase;
	color: #798B8F;
	display: inline-block;
	float: right;
	text-align: left;
	top: 50px;
	position: relative;
}

h2{
	font-family: amiro;
	font-size: 36px;
	text-transform: uppercase;
	color: #798B8F;
	float: right;
	text-align: left;
	top: 35px;
	position: relative;
	padding-left: 10px;
	padding-right: 7px;

}

table{
	top: 750px;
	position: absolute;
max-width: 1150px;
}

.table2{
	display: none;
}


html{
	overflow-y: auto;
}

body{
	overflow-y: hidden;
}







	img::selection
			{
			    background-color:transparent;
			}
			img::-moz-selection
			{
			    background-color:transparent;
			}
			img
			{
			    -webkit-user-select: none;
			    -moz-user-select: -moz-none;
			    /*IE10*/
			    -ms-user-select: none;
			    user-select: none;

			    /*You just need this if you are only concerned with android and not desktop browsers.*/
			    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
			}










@media screen and (max-width: 1210px) {
	.manutencao{
			max-width: calc(100vw - 60px);

	}
	#servicos{
		max-height: auto;
		max-width: 475px;
		position: fixed;
		display: block;

	right: 30px;
	text-align: right;
		top: 66px;


	}

	#manu{
	max-width: calc(100vw - 60px);
	}

	#logo{
		top: 50px;
		max-width: calc(100vw * 0.35);


	}


}


@media screen and (max-width: 1100px){
	#servicos{
		max-height: auto;
			max-width: calc(100vw * 0.43);

		display: block;
		top: 66px;
		right: 30px;

	}
}


@media screen and (max-width: 900px){
	h1{
		font-family: amiro;
		font-size: 18px;
		text-transform: uppercase;
		color: #798B8F;
		float: right;
		text-align: left;
		top: 50px;
		position: relative;
	}

	h2{
		font-family: amiro;
		font-size: 24px;
		text-transform: uppercase;
		color: #798B8F;
		float: right;
		text-align: left;
		top: 40px;
		position: relative;
		padding-left: 7px;
		padding-right: 5px;

	}
	table{
		font-size: 14px;
	}
	.table1{
		display: none;
	}

	.table2{
		display: inline-table;
	}
}
