/***************** GLOBAL *****************/
html{	
	font-size: 13px;
}
body, html{
	height:100%;
	margin: 0;
	padding: 0;
	font-family: 'Courier Prime', monospace;
	font-weight: 400;
	line-height: inherit;
	background-color: #f2ebe1;
	background: url('imgs/bg3.jpg') no-repeat center;
	background-size: cover;
}
body {    
	overflow-x: hidden;
	position:relative;
	-webkit-font-smoothing: antialiased !important;
	-moz-osx-font-smoothing: grayscale;
	text-rendering: optimizeLegibility !important;
}

div, span, h1, h2, h3, h4, h5, h6, p, blockquote, a, img, small, sub, b, dl, dd, dt, ul, li, label, article, details, footer, header, menu, nav, input, textarea, select, button, form, figure, figcaption, fieldset {
	font-family: inherit;
	background: transparent;
	border: 0;
	outline: 0;
	padding: 0;
	margin: 0;
}
div, p, a, li, td { 
	-webkit-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	text-size-adjust: 100%;
}
a, input, textarea, button, i, optgroup, select{
	-webkit-appearance: none !important;
	font-family: inherit;
	@include Animationcss(all 0.3s linear);
}

* {
	outline: 0;
	-webkit-appearance: none;
	text-decoration: none;
	
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

::selection,
::-moz-selection {
	background-color:#000;
	color:#fff;
}

ul, li{
	list-style:none;
	margin: 0;
}
img, svg, picture{
	display: block;
	max-width:100%;
}
textarea {
	resize: none;
}
.scrolloff {
	pointer-events: none;
}
.overHidden,
[class^="overHidden-"],
[class*=" overHidden-"]{
	overflow:hidden;
}

.mapa{
	position:relative;
}
.mapa iframe{
	display:block;
	position:absolute;
	top:0;
	left:0;
	width:100% !important;
	height:100% !important;
}
.hidden{
	display:none !important;
}
.ios,
.ios * {
    // causes dom events events to be fired
    cursor: pointer;
}










.div_100 {
	display: table;
	width: 100%;
	table-layout: fixed
}
.divs_50{
	display:table-cell;
	vertical-align:middle;
	height: 100%;
	width:50%;
}
.div_table_cell{
	display:table-cell;
	vertical-align:middle;
	width: 100%;
	height: 100%;
}

.logo {
	margin: auto;
	width: 100%;
	max-width: 700px;
	padding: 20px;
	margin-bottom: 50px;
}
.logo img {
	width: 100%;
}

.mensagem {
	width: 100%;
	font-size: 25px;
	padding: 20px;
	font-weight: 700;
	text-align: center;
}

.contactos {
	width: 100%;
	padding: 20px;
	text-align: center;
}
.contactos a {
	color: #ad2531;
}
.contactos a:hover {
	color: #000;
}







