@import url('https://fonts.googleapis.com/css?family=Architects+Daughter|Raleway:400,700');
@import url('https://fonts.googleapis.com/css?family=Amatic+SC:700|Vast+Shadow');
body
{
	margin:0px;
    background-color:#fff;
	color: #575757;
	font-size: 15px;
    padding: 0px;
	font-family: 'Raleway', sans-serif;
}

.topo{
	width:100%;
}

.bg_site{
	background-color:#fff;
}

.conteudos{
	margin:0 auto;
}

.logotipo{
	width:100%;
	text-align:center;
	display:none;
}

.logotipo_mobile{
	width:100%;
	text-align:center;
	display:block;
}

.fb{
	width:100%;
	text-align:center;
}

.sep-mobile{
	clear:both;
}

.slider_inicial{
	position:relative;
	width:100%;
}

.menu_desktop{
	display:none;
}

.menu_mobile{
	display:block;
}

@media (min-width: 1100px) {
	
	.menu_mobile{
		display:none;
	}

	.menu_desktop{
		display:block;
	}
	
	.topo{
		position:absolute;
		height:130px;
		background: url(../images/bg_topo.png) no-repeat;
		z-index:2;
	}
	
	.barra_menu{
		width:100%;
		height:100px;
	}

	.conteudos{
		width:100%;
		height:110px;
		width:1050px;
	}

	.logotipo_mobile{
		display:none;	
	}

	.logotipo{
		display:block;
		text-align:center;
		float:left;
		width:170px;
	}

	.sep-mobile{
		clear:none;
	}
	
	.slider_inicial{
		padding-top:110px;
	}

	.fb{
		width:40px;
		float:right;
		margin:2px 10px;
		padding-top:40px;
	}

}

.ementa_do_dia{
	width:100%;
}

.dia{
	width:280px;
	height:58px;
	color:#fff;	
	background: url(../images/bg_dia.png) no-repeat;
	text-align:right;
}

.dia_semana{
	font-family: 'Amatic SC', cursive;
	font-size:2.4em;
}

.dia_mes{
	font-family: 'Vast Shadow', cursive;
	font-size:3em;
	margin-right:40px;
}

.foto_ementa_do_dia{
	display:block;
	width:50%;
	margin:0 auto;
	text-align:center;
	padding-bottom:20px;
}


@media (min-width: 1100px) {

	.ementa_do_dia{
		height:383px;
		background: url(../images/bg_ementa_do_dia.png) no-repeat center center;
	}
	
	.dia{
		position:relative;
		top:50px;
		width:280px;
		height:58px;
		color:#fff;	
		background: url(../images/bg_dia.png) no-repeat;
		text-align:right;
	}
	
	.dia_semana{
		font-family: 'Amatic SC', cursive;
		font-size:2.4em;
	}
	
	.dia_mes{
		font-family: 'Vast Shadow', cursive;
		font-size:3em;
		margin-right:40px;
	}
	
	.ementa{
		position:relative;
		top:80px;
		left:50px;
      	width:400px;
	}
	
	
	.foto_ementa_do_dia{
		display:none;
	}

}


/* CLASSES DO 1º TEMPLATE */

a:link{
	color:#b8272d;
	text-decoration:none;
}

a:hover{
	text-decoration:underline;
}

a:visited{
	text-decoration:underline;
	color:#b8272d;
}

.foto_slider{
	position:absolute;
	top:-1000px;
	width:100%;
	background-color:#666;
	z-index:-1;
}

.sep{
	width:100%;
	height:125px;
	background-color:#b8272d;
}

.sep_ementas{
	width:100%;
	height:160px;
	background: url(../images/bg_sep_ementas.jpg) no-repeat center center;
}

.container{
	width:100%;
	overflow:hidden;
}

.tit_artigos{
	width:100%;
	height:70px;
	margin-bottom:30px;
}

.main{
	width:95%;
	padding:10px 0px 20px 10px;
	text-align:justify;
}

.main.branco{
	background-color:#FFF;
}

.container.branco{
	background-color:#FFF;
}

.container.servicos{
	background: url(../images/bg_servicos_mobile.jpg) no-repeat center;
}

.tit_1{
	font-family: 'Architects Daughter', cursive;
	color:#000;
	width:100%;
	text-align:center;
	font-size:2.4em;
	padding-top:30px;
}

.tit_2{
	font-family: 'Montserrat', sans-serif;
	color:#d72228;
	width:100%;
	text-align:center;
	font-size:2em;
}

@media (min-width: 1100px){
	
	.foto_slider{
		top:185px;
		height:323px;
	}

	.sep{
		
	}

	.container{
	}
	
	.main{
		width:1004px;
		margin:0 auto;
		text-align:justify;
		padding:0;
	}
	
	.main.branco{
	}
	
	.container.servicos{
		background: url(../images/bg_servicos.jpg) no-repeat left center;
	}
}

.sep_empresa{
	width:20px;
	height:1px;
	background-color:#01ace4;
	margin-top:25px;
}

.main_cinza1{
	width:100%;
	background-color:#f2f2f2;
}

.main_cinza_container{
	width:100%;
	padding:10px 0px 20px 10px;
	text-align:justify;
}


@media (min-width: 1100px){

	.main_cinza_container{
		width:1004px;
		margin:0 auto;
	}
}

/* IR PARA TOPO */

.ir_topo{
	display:none;
}

@media (min-width: 1100px){

	.ir_topo{
		display:block;
		position:fixed;
		right:50px;
		bottom:50px;
		width:50px;
		height:50px;
		z-index:10;
	}
}

/* FIM IR PARA TOPO */

/* QUEM SOMOS */

.foto_quem_somos{
	width:100%;
	text-align:center;
}

.texto_quem_somos{
	
}

@media (min-width: 1100px){
	
	.foto_quem_somos{
		width:450px;
		float:left;
		margin-top:20px;
	}
	
	.texto_quem_somos{
		width:500px;	
		float:left;
		margin:10px 0px 0px 50px;
	}

}

/* FIM QUEM SOMOS */

/* EMENTAS */

.caixa_ementa{
	width:100%;
	height:auto;
	margin:0 2% 0 2%;
}

.servicos_content{
	display:none;
	width:100%;
	overflow:hidden;
}

.txt_ementa{
	width:100%;
}

.foto_ementa{
	width:100%;
}

.botao{
	width:100%;
	height:46px;
	background: url(../images/botao_abrir_mobile.jpg) no-repeat left;
	cursor:pointer;
}

@media (min-width: 1100px){
	
	.caixa_ementa{
		width:1004px;
		height:auto;
		margin:0 auto;
	}
	
	.servicos_content{
		display:none;
		padding-bottom:50px;
	}
	
	.txt_ementa{
		width:49%;
		float:left;
	}
	
	.foto_ementa{
		width:49%;
		float:left;
		text-align:center;
	}
	

	.botao{
		background: url(../images/botao_abrir.jpg) no-repeat center;
	}

}

/* FIM EMENTAS */

/* SERVIÇOS */

.servicos_box{
	width:300px;
	display:inline-block;
	vertical-align: top;
	margin:0px 25px 30px 0;
}

.pictograma{
	width:100%;
	height:105px;
}

.tit_servico{
	width:246px;
	height:30px;
	font-family: 'Vast Shadow', cursive;
	font-size:0.9em;
	color:#fff;
	margin:10px auto;
	padding:15px 0 0 10px;
	text-align:left;
	text-transform:uppercase;
	background: url(../images/bg_tit_servicos.png) no-repeat;
}

.txt_servico{
	width:100%;
	margin-top:20px;
	text-align: center;
    color: #fff;
    font-size: 0.9em;
}

@media (min-width: 1100px){
	
	.foto_quem_somos{
		width:450px;
		float:left;
		margin:20px 40px 0px 0px;
	}
	
	.texto_quem_somos{
		width:500px;	
		float:left;
		margin:10px 0px 0px 50px;
	}

}

/* FIM SERVIÇOS */

.main.cinza2{
	width:100%;
	padding-top:45px;
	background-color:#323232;
}

.mapa{
	position:relative;
	width:100%;
	height:650px;
	margin:0;
	background: url(../images/fundo_pizzas_mobile.jpg) no-repeat center;
	margin-bottom:-20px;
}

.contactos_mobile{
	display:block;
	width:100%;
	
}

.contactos_txt_mobile{
	display:block;
	width:90%;
	margin:0 auto;	
	padding-top:15px;
	text-align:center;
	color:#fff;
}

.contactos{
	display:none;
}

.contactos_txt{
	display:none;
}

.map-wrap {
	position:relative; 
}

.overlay {
	width:100%;
	min-height:500px; 
	position:absolute; 
	top:0;
}

.quote{
	position:absolute;
	width:100%;
	height:100px;
	display:block;

	text-align:center;
	color:#FFF;
	text-transform:uppercase;
	margin-top:150px;
	font-size:3vw;
	font-family: 'Montserrat', sans-serif;
	font-weight:700;
	letter-spacing: 2px;
	z-index:2;
}

.quote2{
	position:absolute;
	width:100%;
	height:50px;
	display:block;

	text-align:center;
	color:#FFF;
	text-transform:uppercase;
	margin-top:220px;
	font-size:1.5vw;
	font-family: 'Cinzel', serif;
	font-weight:400;
	letter-spacing: 2px;
	z-index:2;
}

.assinatura{
	width:100%;
	position:absolute;
	background: url(../images/bg_contactos.png);
	margin-top:-10px;
	padding:30px 0px 20px 0px;
	text-align:center;
	font-size:11px;
	color:#333;
	z-index:3;
}

@media (min-width: 1100px){
	
	.mapa{
		height:450px;
		background: url(../images/fundo_pizzas.jpg) no-repeat center;
	}


.contactos_mobile{
	display:none;
}

.contactos_txt_mobile{
	display:none;
}

.contactos{
	display:block;
	position:absolute;
	top:15px;
	left:40%;
	width:650px;
	height:171px;
	z-index:2;
}

.pizzas_txt{
	float:left;
	width:320px;
	text-align:center;
	color:#fff;
	font-size:0.9em;
}

.pizzas_txt_mobile{
	width:98%;
	text-align:center;
	color:#fff;
	font-size:0.9em;
}


}


/* FIM */





.container ul { 
   list-style-type: disc; 
   list-style-position: inside;
   padding-left:30px;
   line-height:31px;
}



.links{
	color:#566366;
	line-height:26px;
	font-weight:300;
}

.links a{
	color:#566366;
	text-decoration:none;
}

.links a:hover{
	color:#b8272d;
}

.clear{
	clear:both;
}

/* -----------------------    OUTRAS CLASSES   ----------------------- */

p { line-height:31px;}

img { border: 0 none; max-width:100%; height:auto;}

::selection {
background:#6889dc;
color:#FFF;
}

::-moz-selection {
background:#6889dc;
color:#FFF;
}

::-webkit-selection {
background:#6889dc;
color:#FFF;
}

/* FORM */



input.txt_form{
  display: inline-block;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  padding: 10px 20px;
  border: 1px solid #b7b7b7;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  margin-bottom:10px;
  color: rgba(30,30,30,1);
  -o-text-overflow: clip;
  text-overflow: clip;
  background: #f7f7f7;
  text-shadow: 1px 1px 0 rgba(255,255,255,0.66) ;
  -webkit-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
  -moz-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
  -o-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
  transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
}

.botao_link {
  display: inline-block;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  padding: 10px 20px;
  border: 1px solid #b7b7b7;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  margin-bottom:10px;
  color: rgba(30,30,30,1);
  -o-text-overflow: clip;
  text-overflow: clip;
  background: #f7f7f7;
  -webkit-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
  -moz-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
  -o-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
  transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
}


.botao_link:hover {
  background: #090;
  text-decoration:none;
  color:#fff;
  -webkit-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
  -moz-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
  -o-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
  transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
}

select {
    border: 1px solid #111;
   background: transparent;
   font-size:13px;
   padding: 7px 35px 7px 5px;
   margin-bottom:10px;
   border: 1px solid #ccc;
   -webkit-appearance: none;
   -moz-appearance: none;
   appearance: none;
    background: url(../images/seta_combo.png) 96% / 4% no-repeat #eee;
} 
/*target Internet Explorer 9 and Internet Explorer 10:*/
@media screen and (min-width:0\0) { 
    select {
        background:none;
        padding: 5px;
    }
}

textarea.txt_form{
  width:92%;
  background:#fff;
  margin-bottom:4%;
  border:none;
  outline:none;
  background: #fbfbfb;
  padding:4%;
  font-size:80%;
  text-transform:uppercase;
  color:#555;
  resize:none;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;

}

input.bt_enviar{
  width:100%;
  background:#01ace4;
  border:0;
  padding:4%;
  font-size:100%;
  color:#fff;
  cursor:pointer;
  transition:background .3s;
  -webkit-transition:background .3s;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}

input.bt_enviar:hover{
  background:#72a32e;
}

.box_contactos{
	float:left;
	width:450px;
}

.form_contactos{
	float:right;
	width:500px;
}

#mensagens_erro{
	font-size: 12px;
	font-family: 'Raleway', sans-serif;
	color:#FFF;
}

/* SELECT */


.styled-select {
   background: url(http://i62.tinypic.com/15xvbd5.png) no-repeat 96% 0;
   height: 29px;
   overflow: hidden;
   width: 240px;
   margin-bottom:20px;
}

.styled-select select {
   background: transparent;
   border: none;
   font-size: 14px;
   height: 29px;
   padding: 5px; /* If you add too much padding here, the options won't show in IE */
   width: 268px;
}

.styled-select.slate {
   background: url(http://i62.tinypic.com/2e3ybe1.jpg) no-repeat right center;
   height: 34px;
   width: 240px;
}

.styled-select.slate select {
   border: 1px solid #ccc;
   font-size: 16px;
   height: 34px;
   width: 268px;
}

/* -------------------- Rounded Corners */
.rounded {
   -webkit-border-radius: 20px;
   -moz-border-radius: 20px;
   border-radius: 20px;
}

.semi-square {
   -webkit-border-radius: 5px;
   -moz-border-radius: 5px;
   border-radius: 5px;
}

/* -------------------- Colors: Background */
.slate   { background-color: #ddd; }
.green   { background-color: #779126; }
.blue    { background-color: #3b8ec2; }
.yellow  { background-color: #eec111; }
.black   { background-color: #000; }

/* -------------------- Colors: Text */
.slate select   { color: #000; }
.green select   { color: #fff; }
.blue select    { color: #fff; }
.yellow select  { color: #000; }
.black select   { color: #fff; }
