@font-face {
	font-family: 'angelfaceregular';
	src: url('../fonts/angelface/angelface-webfont.woff2') format('woff2'),
			 url('../fonts/angelface/angelface-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}


body{
	font-family: 'Open Sans', sans-serif;
	background: #ffffff;
}

ul,ol{
	list-style: none;
	margin: 0px;
	padding: 0px;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder{
	color:#fff !important;
}
input:-moz-placeholder,
textarea:-moz-placeholder{
	color:#fff !important;
}
input:-ms-input-placeholde  
textarea:-ms-input-placeholde,{  
	color:#fff !important;
}

a{
	outline: none;	
}

a:hover{
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
	text-decoration: none;
}

p{
	color: #535353;
}

.f-right{
	float: right;
}

.clear{
	clear:both;
	display:block;
	overflow:hidden;
	visibility:hidden;
	width:0;
	height:0
}



#banner_principal{
	margin-bottom:0px;
}
#banner_principal .owl-controls {
	margin-top: -20px;
	
}
#banner_principal .owl-item .item {
	display: inline-block;
	text-align: center;
	width: 100%;
}
#banner_principal .owl-item .item img{
	width: 100%;
}

.owl-pagination{
	top: -30px;
}

.owl-controls .owl-page span {
	background: #FFF500;
	border-color: #e5dc03;
}

.owl-controls .owl-page.active span {
	background: #4CB034;
	border-color: #388027;
}

#topo{
	background: url("../img/bg-topo.jpg") repeat;
	width: 100%;
	height: 122px;
	display: block;
	position: relative;
	z-index: 3;
	box-shadow: 0px 5px 6px rgba(0, 0, 0, 0.5);
}

.logo_topo {
    position: absolute;
    top: 0px;
    left: 50%;
    width: 224px;
    height: 240px;
    margin-left: -112px;
    background: url("../img/logo-2024.png") no-repeat;
    z-index: 4;
    background-size: 110px;
    background-position: top center;
}



.menu_left,
.menu_right{
	position: relative;
	z-index: 5;
	display: block;
	width: 391px;
	margin: 0 auto 0 100px;
}
.menu_right{
	width: 406px;
	margin: 0 57px 0 auto;
}

.menu_left li,
.menu_right li{
	float: left;
	margin: 40px 0;
}

.menu_left li a,
.menu_right li a{
	display: block;
	padding: 10px 25px;
	color: #fff;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 1.1em;
	text-shadow: 2px 2px 2px #000;
}

.menu_left li a:hover,
.menu_right li a:hover{
	text-shadow: 2px 2px 2px #4cb033;
}

.menu_right li:last-child a{
	padding-right: 0px
}

.bt_menu_mobile {
	float: right;
	border: none;
	background: url("../img/bg-pattern-0.jpg") repeat;
	color: #FFF;
	padding: 6px 12px;
	margin: 45px 0px;
	display: none;
}

#rodape{
	overflow: hidden;
	position: relative;
	padding: 70px 0 30%;
	background: url(../img/bg-rodape.jpg) bottom center no-repeat #000;
	background-size: cover;
	z-index: 1;
}

.fale_c_peperoni{
	/* width: 518px;
	height: 74px; */
	/* background: url(../img/bg-fale-c-pepperoni.png) no-repeat; */
	display: block;
	/* text-indent: -10000px; */
	color: #fffa80;
	color: #cb7a42;
	margin-top: 0px;
	margin-bottom: 50px;
	/* font-family: 'cheddar'; */
	font-family: 'angelfaceregular';
	font-size: 6em;
}

#rodape .endereco{
	padding-left: 30px;
	color: #fff;
	position: relative;
	margin-bottom: 30px;
}
#rodape .endereco:before {
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "\f041";
	position: absolute;
	font-size: 22px;
	left: 0px;
	top: 2px;
}

#rodape .tel_email{
	font-size: 1.2em;
	margin-bottom: 30px;
}
#rodape .tel_email a{
	color: #fff;
	cursor: default;
}
#rodape .tel_email a:last-child{
	margin-left: 20px;
	cursor: pointer;
}
#rodape .tel_email a:hover:last-child{
	text-shadow: 2px 2px 2px #4cb033;
}
#rodape .tel_email a i{
	padding-right: 8px;
	font-size: 22px;
}

.icons_rs{
	margin-bottom: 30px;
}
.icons_rs a {
	padding-right: 5px;
}
.icons_rs a i{
	color: #131313;
}
.icons_rs a i.fa-circle{
	color: #fff;
}
.icons_rs a:hover i.fa-circle{
	text-shadow: 2px 2px 2px #4cb033;
}

#form_news{
	display: block;
	width: 96%;
	margin: 0px auto;
	border: 1px dashed #fff;
	padding: 14px;
}
#form_news .form-group{
	margin: 0
}
#form_news .input-group-addon {
	background-color: transparent;
	border: none;
	color: #fff;
	font-size: 22px;
}
#form_news input {
	background-color: transparent;
	border: none;
	outline: none;
	box-shadow: none;
	color: #fff;
}
#form_news button {
	border-radius: 0;
	color: #fff;
	background-color: #F1420B;
	border-bottom: 3px solid #A73007;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}
#form_news button:hover {
	background-color: #A73007;
	border-bottom: 3px solid #F1420B;
}


.copyright{
	background: url("../img/bg-topo.jpg") repeat;
	width: 100%;
	height: auto;
	display: block;
	position: relative;
	z-index: 3;
}
.copyright p{
	padding: 30px 0;
	color: #ffffff;
	margin: 0;
	text-shadow: 2px 2px 2px #000;
}
.copyright p a{
	color: #ffffff
}
.copyright p a:hover{
	text-shadow: 2px 2px 2px #4cb033;
}

.promocao_mes{
	display: block;
	width: 100%;
	float: left;
	padding: 20px 0;
	background: #000; 

}
.promocao_mes h1{
	width: 240px;
	height: 67px;
	background: url(../img/bg-promo-mes.png) no-repeat;
	display: block;
	text-indent: -10000px;
	color: #fffa80;
	margin: 0px;
	font-family: 'cheddar';
	font-size: 5em;
}

#promocao_mes{
	background: transparent;
}
#promocao_mes p{
	color: #fff;
	font-weight: bold;
	margin: 0px;
	padding: 0 15px; 
}

#promocao_mes .owl-item p{
	height: 60px;
	display: table-cell;
	width: 100%;
	vertical-align: middle;
}

#promocao_mes:hover .owl-buttons div{
	opacity: 1;
}
#promocao_mes  .owl-buttons div i{
	color: #fff;
}
#promocao_mes .owl-buttons .owl-next {
	right: -14px;
}
#promocao_mes .owl-buttons .owl-prev {
	left: -14px;
}

.fundo_escuro{
	overflow: hidden;
	position: relative;
	padding: 80px 0;
	background: url(../img/bg-1.jpg) center center no-repeat #000;
	background-size: cover;
	z-index: 1;
}

body.empresa .fundo_escuro{
	padding-top: 180px;
}

.fundo_escuro p{
	color: #fff;
}

.tit_premium_quality{
	width: 625px;
	height: 143px;
	background: url(../img/bg-premium-quality.png) no-repeat;
	text-indent: -10000px;
	color: #fffa80;
	margin: 0px auto 60px;
	font-family: 'cheddar';
	font-size: 5em;
}


.bt-sb-mais{
	text-align: center;
	display: inline-block;
	width: 100%;
	padding:15px;
	color: #ffffff;
	border: 1px solid #ffffff;
	text-transform: uppercase;
}
.bt-sb-mais:hover{
	background: #fff;
	color: #1F1F1F
}

.ilustrativo_pat_0:after{
	content: "";
	background: url(../img/bg-d-0.png) no-repeat;
	width: 294px;
	height: 458px;
	position: absolute;
	display: block;
	top: 0px;
	left: -375px;
}

.ilustrativo_pat_0:before{
	content: "";
	background: url(../img/bg-d-1.png) no-repeat;
	width: 337px;
	height: 387px;
	position: absolute;
	display: block;
	top: 0px;
	right: -375px;
}

#galeria-fotos{
	background: #000;
	position: relative;
}
#galeria-fotos img{
	width: 100%;
	max-width: inherit;
}
#galeria-fotos a{
	display: block;
	position: relative;
}
#galeria-fotos .owl-item,
#galeria-fotos .owl-item .item{
	position: relative;
}
/*#galeria-fotos a:after{
	content: "";
	position: fixed;
	width: 92%;
	height: 94%;
	border: 1px solid white;
	z-index: 1;
	top: 3%;
	left: 4%;
	opacity: 0;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}

#galeria-fotos a:before{
	display: inline-block;
	opacity: 0;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	content: "\f067";
	position: absolute;
	color: #fff;
	font-size: 38px;
	left: 50%;
	top: 50%;
	margin-left: -15px;
	margin-top: -19px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}

#galeria-fotos a:hover:after,
#galeria-fotos a:hover:before{
	opacity: 1;
	}*/

	#galeria-fotos a:hover{
		background: rgba(0, 47, 23, 1);
	}
	#galeria-fotos a:hover img{
		opacity: 0.3
	}



	.fundo_madeira{
		overflow: hidden;
		position: relative;
		padding: 80px 0;
		background: url(../img/bg-pattern-2.jpg) center center repeat #000;
		z-index: 1;
	}

	.ilovepizza img:first-child{
		float: left;
	}

	.ilovepizza img:last-child{
		float: right;
	}

	.con_ilovepizza{
		display: inline-block;
		width: 100%;
		padding: 30px;
		background: rgba(0,0,0,0.5);
		margin: 30px 0 0;
	}
	.con_ilovepizza p{
		margin: 0;
		color: #ffffff;
		font-size: 1.2em
	}

	#bg_rodizio{
		overflow: hidden;
		position: relative;
		padding: 7% 0 15%;
		background: url(../img/bg-2.jpg) bottom center no-repeat #000;
		background-size: cover;
		z-index: 1;
		color: #ffffff;
		text-shadow: rgb(0, 0, 0) 2px 2px 2px;
	}
	#bg_rodizio p{
		color: #ffffff;
		font-size: 1.8em;
	}
	#bg_rodizio h1{
		font-size: 6.8em;
		display: inline-block;
		font-family: 'cheddar';
	}

/* .tit_rodizio{
	width: 219px;
	height: 85px;
	background: url(../img/bg-rodizio.png) no-repeat;
	text-indent: -10000px;
	color: #fff;
	margin-bottom: 10px;
}

.tit_reserva{
	width: 240px;
	height: 85px;
	background: url(../img/bg-reserva.png) no-repeat;
	text-indent: -10000px;
	color: #fff;
	margin-bottom: 10px;
}

.tit_manobrista{
	width: 306px;
	height: 82px;
	background: url(../img/bg-manobrista.png) no-repeat;
	text-indent: -10000px;
	color: #fff;
	margin-bottom: 10px;
}
*/
.conteudo_empresa{
	float: right;
	width: 70%;
	padding-left: 20px; 
}

.galeria_empresa{
	float: left;
	width: 30%;
}
.galeria_empresa a{
	margin-bottom: 15px;
	display: block;
}

body.produto .fundo_escuro{
	padding-top: 150px;
}

.tit_cardapio{
	text-align: center;
	color: #fffa80;
	font-size: 3em;
	/*text-transform: uppercase;*/
	margin-bottom: 20px;
	font-family: 'cheddar';
	font-size: 5em;
}
.cardapio li{
	float: left;
	width: 33.33%;
	padding: 10px;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}
.cardapio li img{
	width: 100%;
}

.cardapio li h2{
	display: block;
	text-align: center;
	margin: 0px;
	background: #841313;
	padding: 10px;
	font-size: 1.4em
}
.cardapio li h2 a{
	color: #fff;
}
.cardapio li:hover h2{
	background: #330F0F;
}
.cardapio li  img{
	background: #16330F;
}
.cardapio li:hover img{
	opacity: 0.8
}

body.produto .promocao_mes,
body.promocao .promocao_mes,
body.contato .promocao_mes{
	background: url("../img/bg-pattern-5.jpg") repeat;
}

.cardapio_pizza li{
	float: left;
	width: 50%;
	padding:10px;
}

.cardapio_pizza li div.box{
	overflow: hidden;
	position: relative;
	padding: 15px;
	/*background: url(../img/bg-pattern-4.jpg) top center repeat #000;*/
	z-index: 1;
	height: 135px;
	vertical-align: top;
}

.cardapio_pizza li div.img{
	display: inline-block; 
	width: 20%;
	vertical-align: top;
}
.cardapio_pizza li div.conteudo{
	display: inline-block;
	width: 79%;
	padding-left: 25px;
	vertical-align: top;
}
.cardapio_pizza li p,
.cardapio_pizza li h2{
	margin: 0px;
	color: #fff;
}

.cardapio_pizza li h2{
	font-size: 1.6em;
	margin:10px 0 5px;
	color: #FAF57E;
}

body.promocao .fundo_escuro{
	padding-top: 120px;
}

.promocao_pizza li{
	float: left;
	width: 100%;
	padding:10px;
}

.promocao_pizza li div.box{
	overflow: hidden;
	position: relative;
	padding: 15px;
	background: rgba(25,25,25,0.7);
	z-index: 1;
	vertical-align: middle;
	display: table;
	width: 100%;
}

.promocao_pizza li div.img{
	display: inline-block; 
	width: 20%;
	vertical-align: middle;
}
.promocao_pizza li div.conteudo{
	display: inline-block;
	width: 79%;
	padding-left: 25px;
	vertical-align: middle;
}
.promocao_pizza li p,
.promocao_pizza li h2{
	margin: 0px;
	color: #fff;
}

.promocao_pizza li h2{
	    font-size: 1.8em;
    margin: 10px 0 5px;
    font-weight: bold;
}

.img_banner_contato img{
	display: inline-block;
	width: 100%;
	max-width: 966px;
}

.img_banner_contato{
	text-align: center;
	overflow: hidden;
	position: relative;
	background: url(../img/bg-contato.jpg) top left repeat #000;
	z-index: 1;
}


#form_contato input,
#form_contato textarea{
	border-radius: 0px;
	border: 1px solid #fff;
	background: transparent;
	padding:25px 15px; 
	color: #fff;
}
#form_contato textarea{
	padding:15px 15px 65px 15px; 
	min-height: 240px;
	resize: none;
}
#form_contato button{
	background: #F1420B;
	color: #fff;
	border: none;
	border-radius: 0px;
	padding: 10px 30px;
	margin-top: 10px;
}

body.contato h1.fale_c_peperoni{
	display: none;
}

body.contato #form_news {
	width: 100%;
	margin-top: 20px;

}

#small-dialog h1{
	color: #fffa80;
	margin: 0px 0px 15px 0px;
	font-family: 'cheddar';
}
#small-dialog {
	color: #fff;
	padding: 20px ;
	text-align: center;
	max-width: 750px;
	margin: 40px auto;
	position: relative;
}

#small-dialog .mfp-close{
	color: #fff !important;
	border-radius: 50px;
	border: 1px solid #fff;
	line-height: 24px;
	height: auto;
	width: 26px;
	margin: 7px 60px 7px 0px;
	opacity: 1;
	font-size: 17px;
}
#small-dialog .mfp-close:after{
	content: 'Fechar';
	font-size: 11px;
	color: #fff;
	position: absolute;
	right: -45px
}

.pagination > li > a{
	color: #FFFFFF;
	background: url(../img/bg-pattern-4.jpg) top center repeat #000;
	border: 1px solid #2B2424;
}

.pagination > .active > a{
	color: #000000;
	background: #FEF97F;
	border-color: #FEF97F;
}

.pagination > li > a:hover{
	color: #FEF97F;
	border-color: #FEF97F;
	
}

.popUpMobile{
	float: left;
	width: 100%;
	background: url("../img/bg-contato.jpg") top center repeat;
	text-align: center;
	position: relative;
	padding: 30px;
	display: none;
	z-index: 1;
}
.popUpMobile h1{
	text-align: center;
	color: #fffa80;
	font-size: 3em;
	margin: 0;
	font-family: 'cheddar';
}
.popUpMobile a{
	color: #fff;
	background: #fe1f14;
	display: inline-block;
	padding: 5px 13px;
	text-transform: uppercase;
	position: absolute;
	right: 0px;
	top: 0px;
}

.map_localizacao_mobile{
	display: none !important;
}