.top-colun
{
	width: 100%;
	position: absolute;
	top:0;
	right: 0;
	height: 100px;
	text-align: center;
	vertical-align: text-top;
	z-index: 10;
	border: 1px solid;
  	padding: 10px;
  	-webkit-box-shadow: 0px 10px 10px 0px rgba(0,0,0,0.48);
-moz-box-shadow: 0px 10px 10px 0px rgba(0,0,0,0.48);
box-shadow: 0px 10px 10px 0px rgba(0,0,0,0.48);
}

.natal
{
	background-color: white;
	color: brown;
	height: 48px;
	border: 1px solid #620d33;
	border-radius: 10px;
	-webkit-box-shadow: 0px 10px 10px 0px rgba(0,0,0,0.48);
-moz-box-shadow: 0px 10px 10px 0px rgba(0,0,0,0.48);
box-shadow: 0px 10px 10px 0px rgba(0,0,0,0.48);
}

.natal h1
{
	line-height: 1.2em;
	padding-top: 18px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 800;
	font-size: 1em;
}

.bloco-nav-mobile
{
	position: fixed;
	top: 100px;
	width: 100%;
	height: 100%;
	background-color: #330e04;
	z-index: 20;
	display: none;
}

.nav-mobile
{
	position: absolute;
	width: 300px;
	height: 100%;
	left: 50%;
	margin-left: -150px;
	top: 70px;
	text-align: center;
	color: white;
	list-style-type: none;
}

.nav-mobile a
{
	color: white;
	text-decoration: none;
	font-family: 'Raleway', sans-serif;
	font-weight: 400;
	font-size: 1.5em;
	line-height: 90px;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	cursor: pointer;
}

.nav2
{
	margin-top: 30px;
	text-align: right;
}

.nav li, .nav2 li
{
	display: inline;
	cursor: pointer;
}

.nav li a, .nav2 li a
{
	color: white;
	margin-right: 35px;
	text-transform: uppercase;
	font-family: 'Raleway', sans-serif;
	font-weight: 500;
	font-size: 0.8em;
	cursor: pointer;
}

.nav li .last
{
	margin-right: 0;
}


.botaomenu
{
	background-image: url(../images/menu.svg);
	background-repeat: no-repeat;
	width: 35px;
	height: 40px;
	position: absolute;
	top: 30px;
	right: 22px;
	cursor: pointer;
	display: none;
}


.fundo
{
	background-image: url(../images/fundog.jpg);
	height: 100%;
	width: auto;
	background-size: cover;
	background-position: center;
	position: relative;
}


.logo1
{
	background-image: url(../images/logo1.svg);
	width:282.26px;
	height:82.34px;
	position: absolute;
	top: 7px;
	left: 25px;
}

.boxtext
{
	position: relative;
	top: 40%;
	left: 50%;
	width: 500px;
	margin-left: -250px;
	text-align: center;
	color: white;
}



.boxtext h1
{
	font-family: 'Raleway', sans-serif;
	font-weight: 500;
	font-size: 1em;
	text-transform: uppercase;
	margin-top: -10px;
}

.toptext
{
	background-image: url(../images/toptexto.svg);
	width: 400px;
	height: 49.86px;
	margin-right: auto;
	margin-left: auto;
}


.seta
{
	position: absolute;
	top: 75%;
	left: 50%;
	margin-left: -13.5px;
	width: 27px;
	height: 27px;
	background-image: url(../images/seta.svg);
	cursor: pointer;
	display: none;
}

.logo2
{
	top: 35%;
}


.botoesdois
{
	position: absolute;
	top: 60%;
	width: 380px;
	left: 50%;
	margin-left: -190px;
}

.botaoinicio
{
	width: 150px;
	height: 30px;
	border: 1px solid white;
	text-align: center;
	float: left;
	margin-right: 80px;
	background-color: rgba(1,29,51,0.5);
}

.botaoinicio:nth-child(2)
{
	margin-right: 0px;
}

.botaoinicio p
{
	font-family: 'Montserrat', sans-serif;
	font-size: 0.8em;
	font-weight: 300;
	color: white;
	line-height: 30px;
	letter-spacing: 2px;
	word-spacing: 5px;
}

.breve
{
	color: white;
	position: absolute;
	margin-top: 25px;
	right: 35px;
	display: none;
}

.sobrenos
{
	width: 100%;
	height: 600px;
	color: white;
	background-color: white;
	position: relative;
	text-align: left;
}


.containersn
{
	position: absolute;
	width: 700px;
	top: 100px;
	left: 20%; 
}

.texttop2
{
	background-image: url(../images/toptexto2.svg);
	width: 400px;
	height: 49.86px;
}

.sobrenos p
{
	font-family: 'Raleway', sans-serif;
	font-weight: 400;
	font-size: 1.2em;
	line-height: 30px;
	color: #4a4b4c;
}

.containerhorario
{
	position: absolute;
	top: 80px;
	right: 260px;
	width: 340px;
	height: 80px;
	border: 1px solid #620d33;
	border-radius: 10px;
	-webkit-box-shadow: 0px 10px 10px 0px rgba(0,0,0,0.48);
-moz-box-shadow: 0px 10px 10px 0px rgba(0,0,0,0.48);
box-shadow: 0px 10px 10px 0px rgba(0,0,0,0.48);
}

.containerhorario p
{
	font-family: 'Raleway', sans-serif;
	font-weight: 500;
	font-size: 1.2em;
	text-transform: uppercase;
	line-height: 0.8em;
	margin-top: 18px;
	margin-left: 20px;
}

.garfo
{
	background-image: url(../images/garfo.svg);
	width: 85px;
	height: 117.59px;
	background-size: cover; 
	float: left;
}

.menuu
{
	background-image: url(../images/menuu.svg);
	width: 200px;
	height: 47.19px;
	float: left;
	margin-left: 20px;
}

.snbotoes
{
	margin-top: 20px;
	width: 660px;
	color: white;
}

.botaogaleria, .botaoementas, .botaocontactos, .botaoitaliana, .botaoindiana, .botaofooter1, .botaofooter2, .botaofooter3
{
	background-color: #e08122;
	width: 160px;
	height: 45px;
	border: 1px solid white;
	float: right;
	margin-right: 50px;
	cursor: pointer;
	border-radius: 10px;
	border-color: unset;
	color: white;
  	-webkit-box-shadow: 0px 10px 10px 0px rgba(0,0,0,0.20);
-moz-box-shadow: 0px 10px 10px 0px rgba(0,0,0,0.20);
box-shadow: 0px 10px 10px 0px rgba(0,0,0,0.20);
}

.botaogaleria:hover, .botaoementas:hover, .botaocontactos:hover
{
	-webkit-box-shadow: 0px 10px 10px 0px rgba(0,0,0,0.60);
-moz-box-shadow: 0px 10px 10px 0px rgba(0,0,0,0.60);
box-shadow: 0px 10px 10px 0px rgba(0,0,0,0.60);
}

.snbotoesfooter
{
	top: 130px;
	width: 1000px;
	position: absolute;
	left: 50%;
	margin-left: -480px;
}

.botaofooter1 
{
	width: 310px;
	height: 120px;
	float: left;
	text-align: center;
	background-color: #ce6e17;
	border-color: #ce6e17;
}

.botaofooter2
{
	width: 330px;
	height: 120px;
	float: left;
	text-align: center;
	background-color: #ce6e17;
	border-color: #ce6e17;
}

.botaofooter3
{
	width: 310px;
	height: 120px;
	float: left;
	text-align: center;
	background-color: #ce6e17;
	border-color: #ce6e17;
}

.botaofooter1, .botaofooter2
{
	margin-right: 20px;
}

.botaofooter3
{
	margin-right: 0px !important;
}



.botaoitaliana
{
	width: 200px;
	float: none;
	position: absolute;
	left: 50%;
	margin-left: -100px;
	bottom: 20px;
}

.botaogaleria p, .botaoementas p, .botaocontactos p, .botaoitaliana p, .botaoindiana p
{
	color: white;
	text-transform: uppercase;
	line-height: 45px;
	text-align: center;
}

.botaofooter1 p, .botaofooter2 p, .botaofooter3 p
{
	font-size: 1.1em;
	font-weight: 400;
	line-height: 18px;
	letter-spacing: 2px;
}


.botaocontactos, .botaoitaliana
{
	margin-right: 0px;
}

.up
{
	margin-top: 18px;
	text-transform: uppercase;
	font-family: 'Raleway', sans-serif;
	font-weight: 600;
	font-size: 0.8em !important;
	margin-bottom: 5px;
	letter-spacing: unset;

}

.line1, .line2
{
	background-color: white;
	width: 150px;
	height: 2px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 2px;
}

.line2
{
	width: 70%;
	margin-right: auto;
	margin-left: auto;
}

.pena
{
	background-image: url(../images/pena.svg);
	width: 45px;
	height: 45px;
	margin-right: auto;
	margin-left: auto;
}


h2
{
	font-family: 'Raleway', sans-serif;
	font-weight: 500;
	font-size: 1.2em;
	text-transform: uppercase;
	letter-spacing: 3px;
	color: #333434;
}

h3, h4
{
	font-family: 'Montserrat', sans-serif;
	font-size: 1em;
	text-transform: uppercase;
	font-weight: 400;
	letter-spacing: 3px;
}



p, .principal
{
	font-family: 'Montserrat', sans-serif;
	font-size: 0.85em;
	font-weight: 500;
	line-height: 27px;
	letter-spacing: 0.5px;
	font-weight: 300;
	font-color: white;
}

.pt a
{
	color: #5482a8 !important;
	text-decoration: none !important;
	cursor: unset;
}




.info
{
	width: 100%;
	height: 500px;
	color: white;
	background-image: url(../images/arroz.jpg);
	position: relative;
	text-align: center;
}


.containerinfo
{
	position: absolute;
	margin-top: 150px;
	width: 400px;
	left: 50%;
	margin-left: -170px;
}



.galeriamobile
{
	display: none;
}




.galeriasintra
{
	width: 100%;
	height: 600px;
	color: white;
	background-image: url(../images/arroz.jpg);
	position: relative;
	text-align: center;
}


.galeriasintra img
{
	width: 100%;
	height: auto;
}


.w3-button
{
	width: 25px;
	height: 25px;
	position: absolute;
	top: 50%;
	margin-top: -12.5px;
	background-color: #c69026;
	text-decoration: none;
	box-shadow: none;
	color: white;
	border-style: none !important;
}

.w3-display-right
{
	right: 10px;
}

.w3-display-left
{
	left: 10px;
}


.caixaestilo
{
	position: absolute;
	top: 290px;
	width: 35%;
	margin-left: 80px;
	text-align: left;
}


.caixaestilo h3
{
	font-family: 'Montserrat', sans-serif;
	font-size: 2.1em;
	font-weight: 300;
	font-style: italic;
	color: white;
	line-height: 40px;
	letter-spacing: 2px;
	word-spacing: 5px;
}

.caixaestilo h3 span
{
	font-weight: 600;
	font-style: italic;
}

.ementas
{
	width: 100%;
	height: 600px;
	color: white;
	background-color: #c69026;
	position: relative;
	text-align: center;
}


.containerementas
{
	position: absolute;
	width: 700px;
	top: 120px;
	left: 50%;
	margin-left: -350px; 
}

.ementasbotoes
{
	margin-top: 20px;
	width: 504px;	
}

.ementasbotoes a
{
	color: white !important;
}

.fotositalia
{
	background-image: url(../images/fooditalian.png);
	width: 485px;
	height: 435px;
	position: absolute;
	bottom: 0px;
	left: 0px;
}

.fotosindia
{
	background-image: url(../images/foodindian.png);
	width: 485px;
	height: 435px;
	position: absolute;
	right: 0px;
	bottom: 0px;
}






footer
{
	position: relative;
	width: 100%;
	height: 380px;
	background-color: #e08122;
	color: white;
}


.textocontactos
{
	margin-top: 68px;
	position: absolute;
	width: 100%;
	padding-left: 80px;
	padding-right: 80px;
}


.textoprincipal, .infoscontactos, .moradacontactos
{
	float: left;
	width: 350px;
	margin-right: 80px;
}

.infoscontactos
	{
		margin-right: 30px;
	}

.penacontactos
{
	margin-right: 15px;
	float: left;
}

.penamorada
{
	margin-right: 15px;
	float: left;
	margin-bottom: 25px;
}

.telefone, .email, .morada
{
	margin-top: 10px;
}







@media (max-width: 1270px) {

	.containersn
	{
		left: 10%;
	}

	
}

@media (max-width: 1150px) {

	.containerhorario
	{
		right: 160px;
	}

	
}


@media (max-width: 1040px) {

	.containersn
	{
		left: 7%;
	}

	.containerhorario
	{
		right: 90px;
	}

	
}


@media (max-width: 980px) {

	.snbotoesfooter
	{
		top: 50px;
		width: 650px;
		margin-left: -325px;

	}

	.botaofooter1, .botaofooter2, .botaofooter3
	{
		margin-bottom: 30px;
	}

	
}

@media (max-width: 910px) {

	.sobrenos
	{
		height: 740px;
	}

	.containerhorario
	{
		margin-top: 360px;
		left: 60px;
	}	

	.snbotoes
	{
		margin-top: 180px;
	}

	
}

@media (max-width: 800px) {

	.snbotoes
	{
		width: 700px;
		position: absolute;
		left: -180px;
	}

	.botaogaleria, .botaoementas
	{
		margin-right: 20px;
	}

	.botaocontactos
	{
		margin-right: 0px;
	}

}


@media (max-width: 800px) {

	.botaomenu
	{
		display: block;
	}

	.nav2
	{
		display: none;
	}

	.containersn
	{
		width: 600px;
	}

}


@media (max-width: 680px) {

	.containersn
	{
		position: absolute;
		width: 500px;
		left: 50%;
		margin-left: -250px;
		text-align: center;
	}

	.natal
{
	background-color: white;
	color: brown;
	height: 68px;
	width: 300px;
	border: 1px solid #620d33;
	border-radius: 10px;
	-webkit-box-shadow: 0px 10px 10px 0px rgba(0,0,0,0.48);
-moz-box-shadow: 0px 10px 10px 0px rgba(0,0,0,0.48);
box-shadow: 0px 10px 10px 0px rgba(0,0,0,0.48);
}

	.texttop2
	{
		margin-right: auto;
		margin-left: auto;
	}

	.containerhorario
	{
		margin-top: 360px;
		left: 50%;
		margin-left: -169px;
	}	

	.snbotoesfooter
	{
		width: 300px;
		margin-left: -150px;
	}

	footer
	{	
		height: 540px;

	}

}

@media (max-width: 560px) {

	.sobrenos
	{
		height: 830px;
	}

	.snbotoes
	{
		margin-top: 130px;
		width: 160px;
		left: 50%;
		margin-left: -80px;
	}

	.botaogaleria, .botaoementas, .botaocontactos
	{
		margin-bottom: 20px;
		margin-right: 0px;
	}

}


@media (max-width: 460px) {

	.galeriasintra
	{
		display: none;
	}

	.galeriamobile
	{
		display: block;
	}

	.galeriamobile img
	{
		width: 100%;
		height: auto;
	}

	.nav-mobile
	{
		top: 30px;
	}

	.boxtext
	{
		width: 300px;
		margin-left: -150px;
	}

	.toptext, .texttop2
	{
		width: 300px;
		height: 37.4px; 
	}

	.logo1
	{
		width: 250px;
		height: 72.93px;
		background-size: cover;
	}

	.sobrenos
	{
		height: 710px;
	}

	.containersn
	{
		width: 320px;
		margin-left: -160px;
	}

	.containerhorario
	{
		margin-top: 460px;
	}

	.botaogaleria, .botaoementas, .botaocontactos
	{
		display: none;
	}

	.containerinfo
	{
		width: 320px;
		margin-left: -160px;
	}

	.botaoitaliana
	{
		margin-left: -60px;
	}


}



@media (max-width: 330px) {

	.nav-mobile
	{
		top: 20px;
	}

	.logo1
	{
		top: 15px;
		left: 5px;
	}

	.botaomenu
	{
		right: 8px;
	}

	.containersn
	{
		position: absolute;
		width: 300px;
		left: 50%;
		margin-left: -150px;
		text-align: center;
	}

	.containerhorario
	{
		width: 300px;
		margin-left: -150px;
	}

}