@font-face {
    font-family: 'cambria';
    src: url('fonts/cambria.ttc') format('truetype');
    font-weight: normal;
}
@font-face {
    font-family: 'cambriab';
    src: url('fonts/cambriab.ttf') format('truetype');
    font-weight: normal;
}
@font-face {
    font-family: 'cambriai';
    src: url('fonts/cambriai.ttf') format('truetype');
    font-weight: normal;
}
@font-face {
    font-family: 'cambriaz';
    src: url('fonts/cambriaz.ttf') format('truetype');
    font-weight: normal;
}
@font-face {
    font-family: 'poor-richard';
    src: url('fonts/poor-richard.ttf') format('truetype');
    font-weight: normal;
}
*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}
a{
	text-decoration: none;
}
p,li{
	font-size: 1.3rem;
	line-height: 1.2;
	letter-spacing: 1px;
	font-family: 'cambria';
}
.content{
	width: 1080px;
	margin: 0 auto;
}
header{
	background-color: #BB9E5A;
	height: 130px;
	width: 100%;
	padding-top: 10px;
}
header .content{
	display: flex;
	justify-content: space-between;
}
header .logo img{
	width: 200px;
}
header .img-delivery img{
	width: 500px;
	margin-top: 43px;
}
.btn{
	background-color: #8A1712;
	color: #fff;
	border-radius: 5px;
	text-align: center;
	text-transform: uppercase;
	font-family: 'Cabin', sans-serif;
	cursor: pointer;
}
.btn-topo{
	width: 200px;
	height: 50px;
	font-weight: 600;
	font-size: 1.4rem;
	display: block;
	padding-top: 13px;
}
.phone-topo { padding-top: 5px; }
.phone-topo a { color: #8A1712; text-align: center; display: table; margin: 0 auto; }
.frase-banner{
	margin-top: 330px;
	opacity: 0.5;
	padding-left: 10px;
}
#banner {
	background: url('images/bannerfull-2.png');
	width: 100%;
	height: 700px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: right right;
	color: #fff;
	display: flex;
	justify-content: center;
	flex-direction: column;

}
#banner .content{
	padding-top: 130px;
}
#banner .content .txt-banner{
	width: 45%;
}
#banner .content .txt-banner h1,
#banner .content .txt-banner h2{
	font-family: 'cambria';
	font-weight: 500;
}
.btn-banner {
	width: 300px;
	height: 40px;
	padding-top: 10px;
	margin-top: 20px;
	font-family: 'poor-richard';
	letter-spacing: 3px;
  background-color: #c71d22 !important;
}
/*sobre*/
#sobre{
	background-color: #BB9E5A;
	padding: 40px 0;
}
#sobre .content {
	display: flex;
}
#sobre .content .col{
	width: 50%;

}
#sobre .content .col:last-child{
	width: 48%;
}

#sobre .content .col:first-child{
	font-family: 'poor-richard';
	color: #fff;
	text-transform: uppercase;
	font-size: 3.5rem;
	font-weight: 300;
	line-height: 1.2;
	letter-spacing: 5px;
}
#sobre .btns-sobre{
	display: flex;
	/*width: 600px;*/
	margin: 0 auto;
	justify-content: center;
	padding: 140px 0 80px 0 ;
}
.btn-site{
	width: 230px;
	height: 50px;
	font-family: 'Cabin', sans-serif;
	font-size: 1.2rem;
	padding: 0;
	padding-top: 13px;
	margin-top: -80px;
}
.btn-ifood {
    width: 270px;
    height: 50px;
    font-family: 'Cabin', sans-serif;
    display: flex;
    padding: 0;
    font-size: 0.8rem;
    padding: 10px 16px 0 12px;
	margin-top: 40px;
}
.btn-ifood.dois{
	padding: 10px 10px 0px 35px;
}
.btn-ifood span{
	font-size: 1rem;
}
.btn-ifood .logo-ifood{
	width: 30%;
	margin-top: -3px;
}
.btn-ifood .logo-ifood img{
	width: 100%;
}
.btn-ifood .txt-ifood{
	width: 70%;
	text-align: left;
	padding-left: 15px;
}
/*funcionamento*/
#funcionamento{
	background-color: #8A1712;
	width: 100%;
	display: flex;
	justify-content: space-between;
	font-family: 'cambria';
	color: #fff;
}
#funcionamento .content{
	padding: 30px 0;
}
#funcionamento .content h3 {
	font-weight: 500;
	text-align: center;
	font-size: 2.5rem;
}
#funcionamento .fun-img img{
	width: 150px;
}
#funcionamento .horarios{
	padding: 30px 0;
}
#funcionamento .horarios .dash{
	width: 100%;
	height: 2px;
	background-color: #BB9E5A;
	margin: 20px 0;
}
#funcionamento .hora-dia{
	display: flex;
	justify-content: center;
}
#funcionamento .horarios .box{
	display: flex;
	font-size: 2rem;
	width: 30%;
}
#funcionamento .horarios .box .logo img{
	width: 40px;
	margin-right: 10px;
}
/*galeria*/
#galeria{
	padding: 40px 0;
}
#galeria .content{
	display: flex;
	justify-content: space-between;
	padding: 30px 0;
}
#galeria h2{
	text-align: center;
	font-family: 'poor-richard';
	color: #8A1712;
	font-weight: 500;
	font-size: 2.5rem;
}
#galeria .content .box-g{
	width: 23%;
}
#galeria .content .box-g img{
	width: 100%;
	height: 250px;
}
#galeria .content .box-g .txt-g{
	text-align: center;
	font-weight: 500;
	font-size: 1.2rem;
	padding-top: 5px;
}
.btn-topo.pizzas{
	width: 200px;
	height: 50px;
	font-weight: 600;
	font-size: 1.4rem;
	display: block;
	margin: 30px auto;
}
/*depoimentos*/
#depoimentos{
	padding: 40px 0;
	background-color: #BB9E5A;
	display: none;
}
#depoimentos .content{
	display: flex;
	justify-content: space-between;
	padding: 30px 0;
}
#depoimentos h2{
	text-align: center;
	color: #fff;
	font-family: 'poor-richard';
	font-weight: 500;
	font-size: 2.5rem;
}
#depoimentos .content .box-d{
	width: 30%;
}
#depoimentos .content .box-d img{
	width: 100%;
}
/*footer*/
#footer{
	background-color: #8A1712;
	color: #fff;
	padding: 40px 0 10px 0;
}

#footer .content{
	display: flex;
	justify-content: space-between;
}
#footer .content .box-f .icone img{
	width: 20px;
	margin: 20px 10px 0 0;
}
#footer .content .box-f .txt-f p {
	font-size: 1.1rem;
	text-align: left;
}
#footer .content .box-f .txt-f p~p, #footer .content .box-f .txt-f p~p a {
  color: #fff !important;
}
#footer .content .box-f .txt-f span{
	text-transform: uppercase;
}
#footer .content .box-f{
	width: 25%;
	display: flex;
}
#footer p.footer{
	text-align: center;
	padding: 20px 0;
}
#footer .logo-footer{
	display: flex;
	justify-content: flex-end;
}
#footer .logo-footer img {
	width: 100px;
}
/*perguntas*/
#perguntas {
	padding: 40px 0;
}
#perguntas h2{
	text-align: center;
	font-family: 'poor-richard';
	color: #8A1712;
	font-weight: 500;
	font-size: 2.5rem;
	padding-bottom: 20px;
}
#perguntas .perguntas{
	width: 700px;
	margin: 0 auto;
}
#perguntas .perguntas-content{
    padding-bottom: 30px;
}
#perguntas ul li{
    list-style: none;
    color: #000;
    font-size: 20px;
}
#perguntas .perguntas-content h2{
    text-align: center;
}
#perguntas ul li:first-child {
    font-weight: 400;
    line-height: 1.1;
    color: #fff;
    padding: 10px 0 10px 10px;
    cursor: pointer;
    margin-top: 30px;
    font-size: 20px;
	background-color: #8A1712;
	border-radius: 5px;
	text-align: center;
}
#perguntas ul li:nth-child(2) {
    margin-top: 10px;
    padding: 15px 0 0 25px;
    display: none;
    font-weight: 400;
}

/* DESKTOP */
@media screen and (min-width: 701px) {
    .btn-topo { margin-top: 10px; }
    .phone-topo a { font-size: 1.5em; margin-top: 10px; }

    #banner .content .txt-banner h1,
    #banner .content .txt-banner h2{
    	font-size: 2.4rem;
    }
}

/* MOBILE */
@media screen and (max-width: 700px){
	#banner{
		background-position: center;
	}

  #banner .content .txt-banner h1,
  #banner .content .txt-banner h2{
    font-size: 1.7rem;
  }
	.content{
		width: 90%;
		margin: 0 auto;
	}
	header {
		height: 70px;
	}
	header .content{
		display: flex;
	}
	header .logo img{
		width: 90px;
	}
	header .img-delivery img{
		width: 150px;
		margin-top: 35px;
	}
	#banner .content .txt-banner {
		width: 100%;
	}
	#banner .content {
		padding-top: 150px;
	}
	.frase-banner {
		margin-top: 220px;
		opacity: 0.5;
		padding-left: 10px;
		font-size: 1rem;
	}
	.btn-topo.pizzas{
		width: 120px;
		height: 35px;
		font-weight: 600;
		font-size: 0.8rem;
		font-family: 'Cabin', sans-serif;
		display: block;
		margin-top: 10px;
		padding-top: 10px;
	}
	.btn-topo {
		width: 90px;
		height: 30px;
		font-weight: 600;
		font-size: 0.7rem;
		font-family: 'Cabin', sans-serif;
		display: block;
		padding-top: 7px;
	}
	#sobre{
		background-color: #BB9E5A;
		padding: 40px 0;
	}
	#sobre .content {
		display: block;
	}
	#sobre .content .col{
		width: 100%;
	}
	#sobre .content .col:last-child{
		width: 100%;
	}
	#sobre .content .col:first-child{
		font-family: 'poor-richard';
		color: #fff;
		text-transform: uppercase;
		font-size: 3.5rem;
		font-weight: 300;
		line-height: 1.2;
		letter-spacing: 1px;
	}
	#sobre .btns-sobre{
		display: block;
		width: 90%;
		margin: 0 auto;
		justify-content: space-between;
		padding: 40px 0;
	}
	/**/

	#funcionamento{
		background-color: #8A1712;
		width: 100%;
		display: flex;
		justify-content: space-between;
		font-family: 'cambria';
		color: #fff;
		padding: 0;
	}
	#funcionamento .content{
		padding: 20px 20px 0 20px;
	}
	#funcionamento .content h3 {
		font-weight: 500;
		text-align: center;
		font-size: 1.2rem;
	}

	#funcionamento .fun-img img{
		width: 70px;
	}
	#funcionamento .horarios{
		padding: 0;
	}
	#funcionamento .horarios .dash{
		width: 100%;
		height: 2px;
		background-color: #BB9E5A;
	}
	#funcionamento .hora-dia{
		display: block;
	}
	#funcionamento .horarios .box{
		display: flex;
		font-size: 1rem;
		justify-content: center;
		width: 100%;
    margin-top: 10px;
	}
	#funcionamento .horarios .box .logo img{
		width: 20px;
		margin-right: 10px;
	}

	/**/
	#galeria .content{
		display: block;
	}
	#galeria .content .box-g{
		width: 100%;
		margin: 15px 0;
	}
	/**/
	#depoimentos .content{
		display: block;
	}
	#depoimentos .content .box-d{
		width: 100%;
		margin: 15px 0;
	}

	/**/
	#footer .content{
		display: block;
		padding-left: 40px;
	}
	/**/
	#footer .content .box-f{
		width: 100%;
		margin: 20px 0;
	}
	/**/
	#perguntas h2{
		text-align: center;
		text-transform: uppercase;
		font-size: 2rem;
	}
	#perguntas .perguntas{
		width: 90%;
		margin: 0 auto;
	}
	#perguntas .perguntas-content{
		padding-bottom: 30px;
	}
	#perguntas ul li{
		list-style: none;
		color: #000;
		font-size: 20px;
	}
	#perguntas .perguntas-content h2{
		text-align: center;
	}
	#perguntas ul li:first-child {
		font-weight: 400;
		line-height: 1.1;
		color: #fff;
		padding: 10px 0 10px 10px;
		cursor: pointer;
		margin-top: 30px;
		font-size: 20px;
		background-color: #8A1712;
		border-radius: 5px;
	}
	#perguntas ul li:nth-child(2) {
		margin-top: 10px;
		padding: 15px 0 0 25px;
		display: none;
		font-weight: 400;
	}
	/*btns*/
	.btn-site{
		width: 160px;
		height: 50px;
		font-family: 'Cabin', sans-serif;
		font-size: 1rem;
		padding: 0;
		padding-top: 15px;
		margin: 20px auto;
	}
	.btn-ifood{
		height: 50px;
		font-family: 'Cabin', sans-serif;
		display: flex;
		padding: 0;
		font-size: 0.8rem;
		padding: 5px 5px;
		margin: 0 auto;
	}
	.btn-ifood.dois{
		padding: 12px 10px 0 5px;
	}
	#perguntas p {
		text-align: center;
		width: 80%;
		margin: 0 auto;
	}
	.lastdiv{
		width: 100%;
		justify-content: space-around;
	}
}
