/* /.Reset */
html, body, div, span, applet, object, iframe, table, caption, tbody, tfoot, thead, tr, th, td, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, dl, dt, dd, ol, ul, li, fieldset, form, label, legend {
	vertical-align: baseline;
	font-family: inherit;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	outline: 0;
	padding: 0;
	margin: 0;
	border: 0;
}
:focus {
	outline: 0;
}
body {
	background: white;
	line-height: 1;
	color: black;
}
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	font-weight: normal;
	text-align: left;
}
ul, ol {
	list-style-type: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
a, a:hover, a:focus, a:active, a:visited {
	color: inherit;
	text-decoration: none;
}
/* /.Reset */

body {
	font-family: 'Montserrat', sans-serif;
}
/* Basic */
.ativacao {
	float: left;
	width: 100%;
}
.nopadding {
	padding-left: 0;
	padding-right: 0;
}
.center-all {
	text-align: center;
	margin: 0 auto;
}

@media only screen and (max-width: 767px) {
.visivel-acima-768 {
	display: none !important;
}
}

@media only screen and (min-width: 768px) {
.visivel-abaixo-767 {
	display: none;
}
}

@media only screen and (max-width: 479px) {
.visivel-acima-480 {
	display: none !important;
}
}

@media only screen and (min-width: 480px) {
.visivel-abaixo-479 {
	display: none;
}
}
/* Tipografia */

/* header */
.header {
	padding-top: 25px;
	background-image: url(img/bg.jpg);
	width: 100%;
	min-height: 200px;
	background-repeat: no-repeat;
	background-size: cover;
}

@media only screen and (max-width: 767px) {
.header {
	padding-top: 0;
	height: 450px;
}
}

@media only screen and (max-width: 479px) {
.header {
	padding-top: 0;
	height: 550px;
}
}

@media only screen and (min-width: 768px) {
.header {
	height: 430px;
}
}

@media only screen and (min-width: 768px) {
.header {
	height: 480px;
}
}
.header p {
	color: #FFFFFF;
	font-size: 11px;
	padding-top: 35px;
}

@media only screen and (max-width: 767px) {
.header p {
	font-size: 8px;
	padding-top: 15px;
	padding-bottom: 15px;
	text-align: right
}
}
.header a, .header a:hover, .header a:focus, .header a:active, .header a:visited {
	color: #FFFFFF;
}
.header .icon {
	color: #FFFFFF;
	margin-left: 7px;
	margin-top: 35px;
	float: right;
	font-size: 20px;
}
.wrap-logo {
	text-align: center;
}
.logo {
	height: 85px;
}

@media only screen and (max-width: 767px) {
.wrap-logo {
	text-align: left;
}
.logo {
	height: 60px;
}
.header .icon {
	margin-top: 15px;
}
}
.wrap-ad p {
	padding: 0
}
.bateu, .pede {
	font-family: 'Oswald', sans-serif;
	font-weight: 700
}
.ligue, .phone {
	font-family: 'Poppins', sans-serif;
	font-weight: 800;
}

@media only screen and (max-width: 767px) {
.wrap-ad p {
	text-align: left;
}
.bateu {
	font-size: 35px !important;
	padding-top: 30px !important;
	padding-bottom: 8px !important;
}
.pede {
	color: #fce61a !important;
	font-size: 36px !important;
}
.ligue {
	font-size: 14px !important;
	padding-top: 30px !important;
	padding-bottom: 5px !important;
}
.phone {
	font-size: 50px !important;
	padding-bottom: 10px !important;
}
.pizza {
	height: 460px;
	margin-left: -60px;
}
}

@media only screen and (max-width: 650px) {
.pizza {
	height: 460px;
	margin-left: -90px !important;
}
}

@media only screen and (max-width: 479px) {
.size-mobile {
	width: 100% !important;
	padding-left: 30px !important;
	padding-right: 30px;
}
.bateu {
	font-size: 35px !important;
	padding-top: 30px !important;
	padding-bottom: 8px !important;
}
.pede {
	color: #fce61a !important;
	font-size: 38px !important;
}
.ligue {
	font-size: 14px !important;
	padding-top: 30px !important;
	padding-bottom: 5px !important;
}
.phone {
	font-size: 40px !important;
	padding-bottom: 10px !important;
}
.pizza {
	height: 460px;
	margin-left: 40px;
}
}

@media only screen and (min-width: 768px) {
.wrap-ad {
	padding-left: 8%;
}
.wrap-ad p {
	text-align: left;
}
.bateu {
	font-size: 38px !important;
	padding-top: 30px !important;
	padding-bottom: 8px !important;
}
.pede {
	color: #fce61a !important;
	font-size: 46px !important;
}
.ligue {
	font-size: 16px !important;
	padding-top: 30px !important;
	padding-bottom: 5px !important;
}
.phone {
	font-size: 65px !important;
	padding-bottom: 10px !important;
}
.pizza {
	height: 460px;
	margin-left: 40px;
}
}

@media only screen and (min-width: 992px) {
.pizza {
	height: 540px;
	margin-left: 0;
}
}

@media only screen and (min-width: 1200px) {
.pizza {
	height: 600px;
	margin-left: 0;
}
}
.btn {
	font-family: 'Oswald', sans-serif;
	font-weight: 700;
	font-size: 20px !important;
	-webkit-box-shadow: 7px 10px 14px 0px rgba(0,0,0,0.6);
	-moz-box-shadow: 7px 10px 14px 0px rgba(0,0,0,0.6);
	box-shadow: 7px 10px 14px 0px rgba(0,0,0,0.6);
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	padding: 8px 68px 8px 68px !important;
	position: relative;
	z-index: 1;
}
.btn-whatsapp {
	color: #FFFFFF !important;
	background-color: #d41d0b !important;
}
.btn-phone {
	color: #bd0024 !important;
	background-color: #e5bf23 !important;
	margin-bottom: 15px;
	margin-top: 30px;
}

@media only screen and (max-width: 767px) {
.btn {
	font-size: 20px !important;
	padding: 8px 60px 8px 60px !important;
	text-align: center !important;
	white-space: normal !important;
	max-width: 100%;
	min-width: 100%;
}
}

@media only screen and (max-width: 479px) {
.btn {
	font-size: 24px !important;
	padding: 8px 15px 8px 15px !important;
	text-align: center !important;
	white-space: normal !important;
	max-width: 100%;
	min-width: 100%;
}
}
/* Clássicas */
.logo-classicas {
	text-align: center;
}
.classicas p {
	color: #000000 !important;
	font-weight: 800 !important;
	line-height: 1.3;
	text-align: center !important;
}

@media only screen and (max-width: 767px) {
.classicas {
	padding-left: 3.3%;
}
}
@media only screen and (min-width: 480px) and (max-width: 767px) {

.logo-classicas {
	margin-top: -80px;
}
.logo-classicas img {
	width: 80%
}
.classicas p {
	font-size: 20px;
	margin-top: 10px;
}
}
@media only screen and (max-width: 479px) {
.logo-classicas {
	margin-top: 20px;
}
.logo-classicas img {
	width: 90%
}
.classicas p {
	font-size: 18px;
	margin-top: 10px;
}
}

@media only screen and (min-width: 768px) {
.classicas {
	padding-left: 3.3%;
}
.logo-classicas {
	margin-top: -75px;
}
.logo-classicas img {
	width: 70%
}
.classicas p {
	margin-top: 10px;
	font-size: 20px;
}
}

@media only screen and (min-width: 992px) {
.classicas {
	padding-left: 0.9%;
}
.logo-classicas {
	margin-top: -155px;
}
.logo-classicas img {
	width: 70%
}
.classicas p {
	margin-top: 15px;
	font-size: 20px;
}
}

@media only screen and (min-width: 1200px) {
.classicas {
	padding-left: 3%;
}
.logo-classicas {
	margin-top: -200px;
}
.logo-classicas img {
	width: 70%
}
}
/* /.Header */

/* Cardápio */
.cardapio h2 {
	font-family: 'Oswald', sans-serif;
	font-weight: 700;
	color: #bd0024;
	letter-spacing: 0.2em;
	margin-top: 40px;
	text-decoration: underline;
	margin-bottom: 40px;
	text-align: center;
	font-size: 42px;
}
.cardapio h3 {
	font-weight: 800;
	color: #bd0024;
	margin-top: 10px;
	margin-bottom: 20px;
	text-align: center;
	font-size: 30px;
	text-transform: uppercase
}
.precos {
	padding-bottom: 15px;
	padding-top: 15px;
	border-bottom: 1px solid #9e9e9e;
	border-top: 1px solid #9e9e9e;
	text-align: center;
}
.tamanho {
	font-weight: 800;
	text-transform: uppercase;
}
.valor {
	font-family: 'Oswald', sans-serif;
	font-weight: 700;
	color: #f04b18;
}
.horario {
	text-transform: uppercase;
}
.pizzas {
	padding-bottom: 40px;
	padding-top: 25px;
}
.pizzas .nome-pizza {
	font-weight: 800 !important;
	color: #bd0024 !important;
	margin-top: 15px;
}
.pizzas .ingredientes {
	line-height: 1.4;
}

@media only screen and (max-width: 767px) {
.valor {
	font-size: 38px !important;
}
.horario {
	margin-top: 10px;
}
.margin-valor {
	margin-bottom: 20px;
}
.cardapio h3 {
	margin-bottom: 5px;
	font-size: 24px;
	float: left;
	width: 100%;
}
.cardapio h2 {
	font-size: 30px;
	float: left;
	width: 100%;
	margin-top: 30px;
	margin-bottom: 20px;
}
.pizzas .nome-pizza {
	font-size: 22px
}
.pizzas .ingredientes {
	font-size: 18px;
}
		.cartoes {
		width: 25%
	}
}


@media only screen and (max-width: 479px) {
.padding-size-mobile {
	padding-left: 15px;
	padding-right: 15px;
}
.margin-valor {
	margin-bottom: 20px;
}
.pizzas .nome-pizza {
	font-size: 22px
}
.pizzas .ingredientes {
	font-size: 18px;
}
	.cartoes {
		width: 33.33%
	}
}

@media only screen and (min-width: 768px) {
.cardapio h2 {
	font-size: 36px;
	margin-top: 60px;
}
.cardapio h3 {
	font-size: 24px;
}
.valor {
	font-size: 42px !important;
}
.horario {
	font-size: 28px !important;
	margin-top: 5px;
}
.pizzas .nome-pizza {
	font-size: 21px
}
.pizzas .ingredientes {
	font-size: 16px !important;
}
	
		.cartoes {
		width: 16.66%
	}
}


/* /.Cardápio */

/* Retornar ao Topo */
#scroll {
    background-color:#e5bf23;
}
#scroll:hover {
    background-color:#d41d0b;
}
/* /.Retornar ao Topo */

/* Footer */
.footer {
	padding-bottom: 20px;
	padding-top: 40px;
	background-color: #bd0024;
	color: #FFFFFF;
	margin-top: 50px;
}
.footer p {
	font-size: 16px;
	text-align: center;
	line-height: 1.4;
}
/* /.Footero */
