﻿@charset "utf-8";
/* CSS Document */

* {
	margin: 0;
	padding: 0;
}
a {
	text-decoration: none;
	color: #C3C5CA;
}
img {
	border: none;
}
body {
	background: #005C6F url(imagens/fundo.jpg) top center no-repeat;
	font-family: Verdana, Geneva, sans-serif;
	color: #C3C5CA;
	font-size: 13px;
	text-align: justify;
}
h1 {
	font-family: "Century Gothic", "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #066B8E;
	font-size: 40px;
	font-weight: 100;
}
.float_left {
	float: left;
}
.float_right {
	float: right;
}
.clear {
	clear: both;
}

.fade {
   opacity: 1;
   transition: opacity .25s ease-in-out;
   -moz-transition: opacity .25s ease-in-out;
   -webkit-transition: opacity .25s ease-in-out;
   }

   .fade:hover {
      opacity: 0.5;
      }
/*--------------------- MENU ---------------------*/

.menu {
	position: absolute;
	top: 0;
	left: 50%;
}
.menu ul {
	list-style-type: none;
	min-width: 1150px;
	margin-left: -575px;
}
.menu li {
	display: inline-block;
	margin: 0 10px;
}
.menu li img {
	margin-top: 80px;
}
.menu a {
	display: inline-block;
	-webkit-transition: 0.5s ease;
	-moz-transition: 0.5s ease;
	-o-transition: 0.5s ease;
	transition: 0.5s ease;
}
.menu a:hover {
	border-bottom: 3px solid #066B8E;
}
.active {
	border-bottom: solid 3px #066B8E;
}
#menu_esquerda {
	margin-right: 190px;
}
#menu_direita {
	margin-left: 190px;
}
#menu_inicio {
	margin-left: 30px;
}
#logo a {
	width: 379px;
	height: 294px;
	margin-left: -189px;
	position: absolute;
	top: 0;
	left: 50%;
	z-index: 10;
	-webkit-transition: margin 0.6s ease-out;
	-moz-transition: margin 0.6s ease-out;
	-o-transition: margin 0.6s ease-out;
	transition: margin 0.6s ease-out;
}
#logo a:hover {
	margin-top: -15px;
}
/*--------------------- CONTEÚDOS ---------------------*/

.titulo {
	font-family: "Century Gothic", "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 20px;
}
.conteudos {
	width: 950px;
	margin: 340px auto 0 auto;
}
.moldura {
	border: #C3C5CA 1px solid;
	padding: 10px;
	overflow: hidden;
}
.moldura2 {
	border: #C3C5CA 1px solid;
	padding: 7px;
	overflow: hidden;
}
.moldura3 {
	border: #C3C5CA 1px solid;
	padding: 7px 26px 10px 26px;
	overflow: hidden;
	text-align: center;
}
.rodape {
	width: 1000px;
	height: 58px;
	text-align: left;
	margin: 40px auto 12px auto;
	padding-top: 20px;
	padding-bottom: 20px;
	background-color: #000000;
	color: #89878C;
	font-size: 11px;
}
.rodape a {
	color: #C3C5CA;
}
.rodape a:hover {
	color: #FFF;
}
#espaco {
	height: 500px;
}
.linha {
	width: 950px;
	border-bottom: 2px solid #066B8E;
	margin: 0 auto;
	-webkit-animation: linha 20s;
	-moz-animation: linha 20s;
 -0-animation: linha 20s;
	animation: linha 20s;
}
 @-webkit-keyframes linha {
 from {
 width:0px;
}
to {
	width: 950px;
}
}
 @-moz-keyframes linha {
 0% {
 width:0px;
}
 100% {
 width:950px;
}
}
 @-o-keyframes linha {
 0% {
 width:0px;
}
 100% {
 width:950px;
}
}
 @keyframes linha {
 from {
 width:0px;
}
to {
	width: 950px;
}
}
.linha2 {
	width: 950px;
	border-bottom: 2px solid #066B8E;
	-webkit-animation: linha 20s;
	-moz-animation: linha 20s;
 -0-animation: linha 20s;
	animation: linha 20s;
}
 @-webkit-keyframes linha2 {
 from {
 width:0px;
}
to {
	width: 950px;
}
}
 @-moz-keyframes linha2 {
 0% {
 width:0px;
}
 100% {
 width:950px;
}
}
 @-o-keyframes linha2 {
 0% {
 width:0px;
}
 100% {
 width:950px;
}
}
 @keyframes linha2 {
 from {
 width:0px;
}
to {
	width: 950px;
}
}
/*--------------------- HOME ---------------------*/

#slide {
	width: 900px;
	margin: 0 auto;
	background-color: #050A0C;
	padding: 10px;
	overflow: hidden;
}
#fachada {
	margin-right: 25px;
	padding-right: 25px;
	border-right: #C3C5CA 1px solid;
}
#visite-nos {
	line-height: 18pt;
	margin-right: 15px;
	margin-top: 7px;
}
#cafe {
	margin-right: 30px;
	margin-left: 19px;
	width: 270px;
	background-color: #050A0C;
	padding: 7px;
	font-size: 11px;
	line-height: 18px;
}
#cafe .moldura img {
	margin-bottom: 15px;
}
#restaurante {
	margin-right: 30px;
	width: 270px;
	background-color: #050A0C;
	padding: 7px;
	font-size: 11px;
	line-height: 18px;
}
#restaurante .moldura img {
	margin-bottom: 15px;
}
#sobrenos {
	width: 270px;
	background-color: #050A0C;
	padding: 7px;
	font-size: 11px;
	line-height: 18px;
}
#sobrenos .moldura img {
	margin-bottom: 15px;
}
#etiquetas {
	width: 1033px;
	position: absolute;
	left: 50%;
	margin-left: -517px;
}
.destaques {
	width: 980px;
	margin: 80px auto 0 auto;
}
.destaques h2 {
	font-family: "Century Gothic", "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 17px;
	font-weight: 100;
	color: #FFF;
}
.destaques h3 {
	font-size: 16px;
	font-weight: 100;
	color: #066B8E;
}
.destaques p, .destaques div {
	font-size: 11px;
	line-height: 18px;
}
#destaques {
	margin-left: 30px;
}
#horario {
	line-height: 30px;
}
#etiqueta_fb {
	margin-top: 280px;
}
#fb {
	margin-left: 40px;
}
#seguir {
	margin-top: 11px;
}
/*--------------------- SOBRE NÓS---------------------*/

#sobre_nos {
	margin-left: 10px;
	width: 550px;
}
#sobre_nos p {
	font-size: 9pt;
	line-height: 23px;
	text-indent: 20px;
}
#azulejos {
	width: 316px;
	padding: 10px;
	background-color: #050A0C;
	margin: 10px 10px 0 0;
}
.galeria {
	margin-left: 69px;
}
.foto {
	width: 166px;
	padding: 7px;
	margin-right: 30px;
	background-color: #050A0C;
	float: left;
}
/*--------------------- CAFÉ/PASTELARIA | RESTAURANTE---------------------*/


.banner {
	width: 950px;
	height: 193px;
	background-color: #050A0C;
	padding-top: 7px;
}
.video {
	border: 3px #FFFFFF solid;
	width: 930px;
	height: 180px;
	margin: 0 auto;
}
.produtos {
	position: relative;
	width: 950px;
	height: 219px;
	padding-left: 17px;
}
.produtos2 {
	position: relative;
	width: 950px;
	height: 219px;
	padding-left: 135px;
}
.quadrado {
	width: 200px;
	height: 200px;
	background-color: #050A0C;
	margin-right: 20px;
	padding: 7px;
	overflow: hidden;
	float: left;
}
.produto {
	width: 185px;
	height: 185px;
	float: left;
	overflow: hidden;
	position: relative;
	text-align: center;
	cursor: default;
	background-color: #066B8E;
}
.produto img {
	display: block;
	position: relative;
	-webkit-transform: scaleY(1);
	-moz-transform: scaleY(1);
	-o-transform: scaleY(1);
	-ms-transform: scaleY(1);
	transform: scaleY(1);
	-webkit-transition: all 0.7s ease-in-out;
	-moz-transition: all 0.7s ease-in-out;
	-o-transition: all 0.7s ease-in-out;
	-ms-transition: all 0.7s ease-in-out;
	transition: all 0.7s ease-in-out;
}
.produto .informacao {
	width: 185px;
	height: 185px;
	position: absolute;
	overflow: hidden;
	top: 0;
	left: 0;
	-webkit-transition: all 0.5s linear;
	-moz-transition: all 0.5s linear;
	-o-transition: all 0.5s linear;
	-ms-transition: all 0.5s linear;
	transition: all 0.5s linear;
	-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;
}
.produto h2 {
	font-weight: 100;
	color: #FFF;
	font-family: "Century Gothic", "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-align: center;
	position: relative;
	font-size: 20px;
	border-bottom: 2px solid rgba(0, 0, 0, 0.3);
	border-top: 2px solid rgba(0, 0, 0, 0.3);
	padding-top: 8px;
	padding-bottom: 10px;
	background: transparent;
	margin: 55px 20px 0px 20px;
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-o-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
	-webkit-transition: all 0.5s linear;
	-moz-transition: all 0.5s linear;
	-o-transition: all 0.5s linear;
	-ms-transition: all 0.5s linear;
	transition: all 0.5s linear;
	-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;
}
.produto p {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	position: relative;
	color: #C3C5CA;
	margin-top: 10px;
	padding: 0 20px 0 20px;
	text-align: center;
	-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-o-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
	-webkit-transition: all 0.5s linear;
	-moz-transition: all 0.5s linear;
	-o-transition: all 0.5s linear;
	-ms-transition: all 0.5s linear;
	transition: all 0.5s linear;
}
.produto:hover img {
	-webkit-transform: scale(10);
	-moz-transform: scale(10);
	-o-transform: scale(10);
	-ms-transform: scale(10);
	transform: scale(10);
	-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;
}
.produto:hover .informacao {
	-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;
}
.produto:hover h2, .produto:hover p {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;
}
/*--------------------- CURIOSIDADES ---------------------*/

.figuras_publicas {
	margin: 0 8px 25px 13px;
	width: 151px;
	background-color: #050A0C;
	padding: 7px;
	float: left;
}
.biografia {
	text-align: center;
	float: left;
	width: 260px;
	height: 196px;
	position: relative;
	background-color: #050A0C;
	padding: 7px;
	margin-right: 15px;
	margin-bottom: 25px;
}
.biografia h2, .biografia p, .fonte {
	padding: 0 12px;
}
.biografia h2 {
	padding-top: 2px;
	text-align: center;
	font-family: "Century Gothic", "Trebuchet MS", Arial, Helvetica, sans-serif;
}
.biografia p {
	line-height: 20px;
	padding-bottom: 16px;
}
.fonte, .fonte a {
	line-height: 0px;
	font-size: 7px;
	color: #89878C;
}
/*--------------------- CONTACTOS ---------------------*/


#contactos {
	margin-left: 10px;
	width: 550px;
}
#contactos p {
	font-size: 12px;
	line-height: 23px;
}
#contactos h3 {
	font-size: 16px;
	color: #066B8E;
}
#porta {
	width: 316px;
	padding: 10px;
	background-color: #050A0C;
	margin: 10px 10px 0 0;
}
#citacao {
	width: 316px;
	padding: 10px;
	background-color: #050A0C;
	margin: 15px 10px 0 0;
}
#citacao p {
	font-style: italic;
	line-height: 25px;
	padding: 15px 15px 0 15px;
}
#figueira_mestre {
	text-align: center;
	font-size: 12px;
	font-style: normal;
}
#email {
	font-size: 16px;
	color: #066B8E;
}
#e-mail {
	font-size: 14px;
}
