@font-face{font-family:gothic;src:url(../fontes/gothic.ttf);src:local(../fontes/gothic.ttf);}
@font-face{font-family:gothic;src:url(../fontes/gothic.eot);src:local(../fontes/gothic.eot);}
@font-face{font-family:gothic;src:url(../fontes/gothic.svg);src:local(../fontes/gothic.svg);}

@font-face{font-family:benguiat;src:url(../fontes/BenguiatFriskyATT.ttf);src:local(../fontes/BenguiatFriskyATT.ttf);}
@font-face{font-family:benguiat;src:url(../fontes/BenguiatFriskyATT.eot);src:local(../fontes/BenguiatFriskyATT.eot);}
@font-face{font-family:benguiat;src:url(../fontes/BenguiatFriskyATT.svg);src:local(../fontes/BenguiatFriskyATT.svg);}

* {
	padding: 0px;
	margin: 0px;
	text-decoration: none;
	list-style-type: none;
	font-size: 16px;
}

header {
	display: block;
    width: 100%;
    background-color: #462600;
    height: 200px;
	box-shadow: 0px 0px 10px 0px #000;
	position: absolute;
	z-index: 1;
}

.logo {
	width: 350px;
	margin: 0 auto;
}

.logo img {
	width: 100%;
	max-width: 350px;
	min-width: 200px;
    display: block;
    margin: 0px auto 0px auto;
	padding-top: 30px;
}

main {
	background-color: #260600;
	display: block;
    width: 100%;
    z-index: 0;
    position: absolute;
    top: 200px;
}

.carrossel {
	background-color: #260600;
	display: block;
	height: auto;
	padding-top: 40px;
}

.contato {
	display: block;
    padding-bottom: 50px;
    margin: 0 auto;
    width: 80%;
}

.historia {
	display: block;
    /*padding: 80px 0px;*/
    margin: 0 auto;
    width: 80%;
}

.bloco-icone {
	background-color: #260600;
	display: block;
	padding-top: 70px;
	padding-bottom: 70px;
}

.menu {
	display: table;
	width: 1024px;
	margin: 0 auto;
}

.menu li {
	display: inline-block;
	float: left;
}

.menu a {
	display: block;
	width: 256px;
	height: 256px;
	text-indent: -2000px;
}

.almoco {
	background: url(../img/bt-almoco.png) no-repeat;
}

.marmitinha {
	background: url(../img/bt-marmitinha.png) no-repeat;
}

.mellos {
	background: url(../img/bt-osmellos.png) no-repeat;
}

.reserva {
	background: url(../img/bt-reservas.png) no-repeat;
}

.almoco, .marmitinha, .mellos, .reserva {
	opacity: 40%;
	-webkit-transition:0.2s ease-out;
	-moz-transition:0.2s ease-out;
	-o-transition:0.2s ease-out;
}

.almoco:hover, .marmitinha:hover, .mellos:hover, .reserva:hover {
	opacity: 100%;
	-webkit-transition:0.2s ease-in;
	-moz-transition:0.2s ease-in;
	-o-transition:0.2s ease-in;
}

footer {
	display: block;
	background-color: #462600;
	border-top: #fc0 solid 2px;
	padding: 14px 0px;
}

.rodape {
	display: table;
    width: 1024px;
    margin: 0 auto;
}

.rodape li {
	display: inline-block;
	float: left;
	width: 256px;
}

.coluna1 img {
	width: 200px;
    margin: 0 auto;
    display: block;
}

.coluna1 p {
	font-family:gothic;
	color: #fc0;
	text-align: center;
	margin-top: 14px;
}

.coluna1, .coluna2, .coluna3, .coluna4 {
	padding-top: 10px;
}

.titulo {
	font-family:benguiat;
	color: #fc0;
	text-align: center;
	font-size: 24px;
	margin-bottom: 10px;
}

.titulo3 {
	font-family:benguiat;
	color: #fc0;
	text-align: center;
	font-size: 36px;
	margin: 20px 0px;
}

.texto {
	font-family:gothic;
	text-align: left;
	margin-left: 40px;
	margin-bottom: 8px;
	color: #fc0;
}

.texto3 {
	font-family:gothic;
	text-align: justify;
	margin: 0 auto;
	color: #fc0;
	display: block;
}

.texto4 {
	font-family:gothic;
	text-align: center;
	margin: 0 auto;
	color: #fc0;
	display: block;
}

.citacao {
	font-family:gothic;
	text-align: center;
	margin: 35px 10%;
	color: #fc0;
	border-bottom: #462600 solid 2px;
	border-top: #462600 solid 2px;
	display: block;
	padding: 10px 10px;
}

.coluna2 a {
	text-decoration: none;
	list-style-type: none;
	color: #fc0;
}

.coluna2 a:hover {
	text-decoration: underline;
}

.redes {
	display: table;
    margin: 0 auto;
	width: 120px;
	padding-bottom: 40px;
}

.redes li {
	display: inline-block;
	float: left;
	width: 40px;
	margin: 0px 10px;
}

.redes a {
	display: block;
	width: 40px;
	height: 40px;
	text-indent: -2000px;
}

.facebook {
	background: url(../img/facebook.png) no-repeat top center;
	-webkit-transition:0.2s ease-out;
	-moz-transition:0.2s ease-out;
	-o-transition:0.2s ease-out;
}

.facebook:hover {
	background: url(../img/facebook.png) no-repeat top center;
	opacity: 65%;
	-webkit-transition:0.2s ease-in;
	-moz-transition:0.2s ease-in;
	-o-transition:0.2s ease-in;
}

.instagram {
	background: url(../img/instagram.png) no-repeat top center;
	-webkit-transition:0.2s ease-out;
	-moz-transition:0.2s ease-out;
	-o-transition:0.2s ease-out;
}

.instagram:hover {
	background: url(../img/instagram.png) no-repeat top center;
	opacity: 65%;
	-webkit-transition:0.2s ease-in;
	-moz-transition:0.2s ease-in;
	-o-transition:0.2s ease-in;
}

.whatsapp {
	display: block;
    width: 40px;
    height: 40px;
    margin: 0 auto;
    text-indent: -2000px;
	background: url(../img/whatsapp.png) no-repeat top center;
	-webkit-transition:0.2s ease-out;
	-moz-transition:0.2s ease-out;
	-o-transition:0.2s ease-out;
}

.whatsapp:hover {
	opacity: 65%;
	-webkit-transition:0.2s ease-in;
	-moz-transition:0.2s ease-in;
	-o-transition:0.2s ease-in;
}

.telefone {
	text-align: center;
    color: #fc0;
    font-family: gothic;
    font-size: 20px;
    padding-top: 10px;
}

.telefone-sac {
	text-align: center;
	color: #fc0;
	font-family: gothic;
	font-size: 22px;
}

.email-sac {
	text-align: center;
	color: #fc0;
	font-family: gothic;
	padding-bottom: 40px;
}

.bt-kd {
	display: block;
    width: 70px;
    height: 70px;
    margin: 0 auto;
    text-indent: -2000px;
	background: url(../img/kd-artegrafica.png) no-repeat;
	-webkit-transition:0.2s ease-out;
	-moz-transition:0.2s ease-out;
	-o-transition:0.2s ease-out;
}

.bt-kd:hover {
	opacity: 65%;
	-webkit-transition:0.2s ease-in;
	-moz-transition:0.2s ease-in;
	-o-transition:0.2s ease-in;
}

/*Aqui inicia o código responsivo*/


/*telas até 1024 px*/
/*Responsividade cabeçalho*/

@media (max-width:768px) {
	header {
		height: 150px;
	}
	
	.logo {
		width: 280px;
	}
	
	.logo img {
		padding-top: 20px;
	}
}

@media (max-width:420px) {
	header {
		height: 120px;
	}
	
	.logo {
		width: 200px;
	}
}

/*Responsividade rodapé*/

@media (max-width:1024px) {
	.rodape {
		width: 768px;
	}
	
	.rodape li {
		width: 192px;
	}
	
	.coluna1 p {
		font-size: 14px;	
	}
	
	.coluna1 img {
		width: 192px;
	}
	
	.texto {
		margin-bottom: 4px;
		margin-left: 30px;
	}
	
	.coluna2 a {
		font-size: 14px;
	}
	
	.redes {
		padding-bottom: 20px;
	}
	
	.redes li {
		width: 40px;
	}
	
	.telefone-sac {
		font-size: 18px;
	}
	
	.email-sac {
		font-size: 12px;
		padding-bottom: 20px;
	}	
}

@media (max-width:768px){
	li.coluna2, li.coluna4 {
		display: none;
	}
	
	.rodape {
		width: 425px;
	}
	
	.rodape li {
		width: 212px;
	}
	
	.redes {
		padding-bottom: 10px;
	}
	
	.telefone {
		font-size: 16px;
    	padding-top: 0px;
	}
	
	.titulo {
		font-size: 22px;
	}
	
	.redes li {
		margin: 0px 6px;
		width: 40px;
	}
}

@media (max-width:425px){
	.rodape {
		width: 300px;
	}
	
	li.coluna1, li.coluna3 {
		width: 300px;
	}
	
	.coluna1 img {
		width: 120px;
	}
	
	.titulo, .telefone	 {
		display: none;
	}
	
	.redes {
		padding-bottom: 20px;
   		display: inline-table;
  		margin-left: 70px;
	}
	
	.redes li {
		width: 46px;
	}
	
	.whatsapp {
		float: right;
  		margin-right: 70px;
	}
}

/*codigo do Main*/
@media (max-width:768px){	
	main {top:140px;}
}

@media (max-width:425px){
	main {top:120px;}
}

@media (max-width:375px){
	main {top:100px;}
}

/*código Bloco icone*/
@media (max-width:1024px){
	.bloco-icone {
		padding-top: 60px;
    	padding-bottom: 60px;
	}
	
	.menu {
		width: 768px;
	}
	
	.menu a {
		width: 192px;
		height: 192px;
	}
	
	.almoco, .marmitinha, .mellos, .reserva {
		background-size: contain;
	}
}

@media (max-width:768px){
	.menu {
		width: 500px;
	}
	
	.menu a {
		width: 250px;
		height: 250px;
	}
}

@media (max-width:425px){
	.bloco-icone{
		padding-top: 50px;
    	padding-bottom: 10px;
	}
	
	.menu {
		width: 300px;
	}
	
	.menu a {
		width: 150px;
		height: 180px;
	}
}
