@import url('https://fonts.googleapis.com/css?family=Muli');


* {
	margin: 0;
	padding: 0;
	font-family: 'Muli', sans-serif;
	overflow: hidden;
}

h3 {
	color: #025aa4;
	text-align: center;

}

#container {
	position: fixed;
	height: 100vh;
	width: 100vw;
	margin: auto;
}

header {
	width: 100%;
	height: auto;
	background: url('../_img/untitled-2.jpg') no-repeat;
	background-size: 100%;
	background-attachment: fixed;
}

header #foto {
	visibility: hidden;
	width: 100vw;
}

section {
	position: relative;
	margin-top: -4px;
	width: 100%;
	position: relative;
	text-align: center;
}

section img {
	position: absolute;
	height: calc(100% - 25px);
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

section p {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	visibility: hidden;

	letter-spacing: 2px;
	word-spacing: 10px;
	color: #fff;
	font-size: 350%;
	font-weight: bolder;

	text-shadow: 5px 5px 4px rgba(0, 0, 0, .6);
}


footer {
	position: fixed;
	bottom: 0px;
	width: 100%;
	height: 40px;

	transition: height 1s ease;
}

.sobe {
	height: 100%;
}

footer i {
	color: #025aa4;
}


footer .cabecalho-footer {
	position: relative;
	background-image: none;
	background-color: #025aa4;
	height: 40px;
	width: 100%;
	cursor: pointer;
}

footer .cabecalho-footer i {
	opacity: 0;
	color: #fff;
	font-size: 30px;
	position: absolute;
	top: 50%;
	right: 10px;
	transform: translate(-0%, -50%);
}


footer .cabecalho-footer h1 {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-size: 18px;
	color: #fff;
	font-family: 'Advent Pro', sans-serif;
	letter-spacing: 3px;
}

footer .contacto-flow {
	box-sizing: border-box;
	width: 100%;
	height: 100%;
	overflow: scroll;
	background-color: #fff;
}

footer .contactos {
	width: 100%;
	height: auto;
	background: #fff;
	text-align: center;
	line-height: 25px;

}

footer .horario {
	margin-bottom: 100px;
}

.number_note {
	font-size: 0.8rem;
	font-weight: bold;
	margin-top: -15px;
	margin-bottom: 2px;
}



@media all and (orientation:landscape) {

	#container {
		position: relative;
	}

	section {
		position: absolute;
		top: 68%;
		left: 50%;
		transform: translate(-50%, -68%);
		padding: 80px;
		background-color: rgba(0, 0, 0, .5);
	}

	section img {
		visibility: hidden;
	}

	section p {
		visibility: initial;

	}

	footer .contactos {
		font-size: 20px;
	}


	.contactos p {
		line-height: 45px;
	}

	.number_note {
		line-height:20px;
	}
}


@media screen and (min-width: 1025px) {
	footer .contacto-flow .contactos {
		box-sizing: border-box;
		margin: auto;
		width: 75%;
		height: 100%;
		overflow: hidden;
		box-shadow: 2px 2px 10px 5px rgba(0, 0, 0, .2);
	}
}

@media only screen and (min-width: 768px) and (max-width: 1025px) {
	.number_note {
		font-size: 0.8rem;
		font-weight: bold;
		margin-top: -15px;
		margin-bottom: 2px;
	}
}


@media only screen and (max-width: 767px) {
	.number_note {
		font-size: 0.8rem;
		font-weight: bold;
		margin-top: -9px;
		margin-bottom: 2px;
	}
}