@font-face {
	font-family: 'Amaz_bold';
	src: url('fontes/amazb.eot');
	src: local('☺'),
		url('fontes/amazb.woff') format('woff'),
		url('fontes/amazb.ttf') format('truetype'),
		url('fontes/amazb.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Amaz_ligth';
	src: url('fontes/amazl.eot');
	src: local('☺'),
		url('fontes/amazl.woff') format('woff'),
		url('fontes/amazl.ttf') format('truetype'),
		url('fontes/amazl.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Amaz_regular';
	src: url('fontes/amazr.eot');
	src: local('☺'),
		url('fontes/amazr.woff') format('woff'),
		url('fontes/amazr.ttf') format('truetype'),
		url('fontes/amazr.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Titillium';
	src: url('fontes/titillium.eot');
	src: local('☺'),
		url('fontes/titillium.woff') format('woff'),
		url('fontes/titillium.ttf') format('truetype'),
		url('fontes/titillium.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'LillyBelle';
	src: url('fontes/LillyBelle.eot');
	src: local('☺'),
		url('fontes/LillyBelle.woff') format('woff'),
		url('fontes/LillyBelle.ttf') format('truetype'),
		url('fontes/LillyBelle.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Digitall';
	src: url('fontes/01Digitall.eot');
	src: local('☺'),
		url('fontes/01Digitall.woff') format('woff'),
		url('fontes/01Digitall.ttf') format('truetype'),
		url('fontes/01Digitall.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'BebasNeue';
	src: url('fontes/BebasNeue.eot');
	src: local('☺'),
		url('fontes/BebasNeue.woff') format('woff'),
		url('fontes/BebasNeue.ttf') format('truetype'),
		url('fontes/BebasNeue.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'BebasNeueBook';
	src: url('fontes/BebasNeueBook.eot');
	src: local('☺'),
		url('fontes/BebasNeueBook.woff') format('woff'),
		url('fontes/BebasNeueBook.ttf') format('truetype'),
		url('fontes/BebasNeueBook.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'BebasNeueRegular';
	src: url('fontes/BebasNeueRegular.eot');
	src: local('☺'),
		url('fontes/BebasNeueRegular.woff') format('woff'),
		url('fontes/BebasNeueRegular.ttf') format('truetype'),
		url('fontes/BebasNeueRegular.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Calibri';
	src: url('fontes/Calibri.eot');
	src: url('fontes/Calibri.eot?#iefix') format('embedded-opentype'),
		url('fontes/Calibri.woff2') format('woff2'),
		url('fontes/Calibri.woff') format('woff'),
		url('fontes/Calibri.ttf') format('truetype'),
		url('fontes/Calibri.svg#Calibri') format('svg');
	font-weight: normal;
	font-style: normal;
}

@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;700&display=swap');

.btn {
	padding: 10px 50px;
	margin: 20px;
	background-color: rgba(253, 170, 33);
	border-radius: 1rem !important;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.4);
}

.btn h4 {
	margin: 0;
	padding: 0;
	font-family: 'Montserrat', sans-serif;
	font-weight: bold;
	color: #4D2200;
	padding: 0px 30px;
}

body {
	margin: 0;
	padding: 0;
	background-size: cover;
}

a {
	text-decoration: none !important;
	color: #000;
}

.left {
	float: left;
}

.right {
	float: right;
}

figure {
	margin: 0;
}

.geral {
	width: 1024px;
	margin: 0 auto;
}

.flex {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

header,
content,
main,
footer,
nav,
.row,
.banner {
	width: 100%;
	float: left;
	clear: both;
}

/* 
nav {
	height: 82px;
	left: 0;
	top: 26px;
	position: relative;
	float: none;
	background: rgba(122, 43, 0, 0.6);
}
*/

nav .logo {
	margin: -12px 0 0 0;
}

.efect_header {
	width: 50px;
}

nav ul li {
	font-family: 'Montserrat', sans-serif;
	float: left;
	/* width: 125px; */
	text-align: center;
	font-size: 22px;
	margin: 5px 10px 0 30px;
	list-style: none;
}

nav ul li a {
	font-weight: normal;
	color: #4D2200;
	text-decoration: none !important;
}

.link {
	text-decoration: none !important;
}



.cool-link {
	display: inline-block;
	color: #4D2200;
	text-decoration: none;
}

.cool-link::after {
	content: "";
	display: block;
	width: 0;
	height: 2px;
	background: #4D2200;
	transition: width 0.3s;
}

.cool-link:hover::after {
	width: 100%;
	transition: width 0.3s;
}



.card {
	margin-top: 10px;
	border-radius: 8px;
	padding: 15px;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.4);
	background-color: #fff;
	height: 70px;

}

.mensagem div {
	background-color: rgba(253, 170, 33);
	border-radius: 0 3rem 0 0;
	margin: -16px -16px 2px 0;
	padding: 25px 0;
}

.banner img {
	width: 400px;
	/* height: 485px; */
	float: left;
	position: relative;
	margin: 80px 0 0 9px;
	z-index: 2;
}

.banner .mensagem {
	border-radius: 3rem;
	width: 850px;
	height: 220px;
	position: absolute;
	margin: 230px 0 0 225px;
	background-color: rgba(255, 255, 255);
	background-size: 100%;
	text-align: center;
}

.banner .mensagem h2 {
	font-family: 'Montserrat', sans-serif;
	font-weight: normal;
	color: rgba(98, 35, 23);
	font-size: 40px;
	padding: 0 0 0 75px;
	margin: 33px 0 0 0;
}

.banner .mensagem h1 {
	font-family: 'Montserrat', sans-serif;
	font-weight: bold;
	color: rgba(98, 35, 23);
	font-size: 23px;
	padding: 0 10px 0 75px;
}

.banner .mensagem h3 {
	font-family: 'Montserrat', sans-serif;
	font-weight: normal;
	color: rgba(98, 35, 23);
	font-size: 23px;
	margin: 5px 0 0 0;
	padding: 10px 110px 0px 208px;
	text-align: start;
}

.banner .card_mensagem_produtos {
	height: 230px;
}

.banner .card_mensagem_quem_somos {
	/* width: 52vw; */
	height: 350px;
	margin: 6vw 5vw 0 18vw;
}

.banner .card_mensagem_quem_somos h1 {
	padding: 0 250px 0 0px;
}

.banner .card_mensagem_quem_somos h3 {
	padding: 0 60px 0 160px;
}

/* Tentativa nova */
.banner__home {
	background-color: #624A86;
	height: 80vh;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
}

.center__home {
	padding-top: 5rem;
	background-color: #4D2200;
}

.img_padeiro_home {
	max-width: 30vh;
	top: 30vh;
	margin-left: -80px;
	position: absolute;
	z-index: 3;
}

.card_mensagem_home {
	position: relative;
	z-index: 2;
	width: 70vw;
	height: 20vh;
	background-color: #4D2200;
}

@media screen and (orientation: portrait),
(max-width: 510px) {
	.banner img {
		margin-top: 55vw;
	}

	.bg {
		height: 50vh !important;
	}
}

@media screen and (orientation: portrait),
(max-width: 1300px) {

	.banner .card_mensagem_quem_somos {
		margin: 9vw 5vw 0 21vw;
		transition: 1s;
	}
}

@media screen and (orientation: portrait),
(max-width: 1200px) {
	.banner img {
		width: 300px;
	}

	.banner .mensagem {
		width: 700px;
		height: 200px;
		margin: 181px 30px 0 175px;
	}

	.banner .card_mensagem_produtos {
		height: 260px;
	}

	.banner .mensagem h3 {
		margin: 5px 0 0 0;
		padding: 10px 10px 0px 135px;
	}

	.banner .card_mensagem_quem_somos {
		height: 350px;
		margin: 9vw 5vw 0 23vw;
	}

	.banner .card_mensagem_quem_somos h3 {
		padding: 15px 0px 0 70px;
	}

	.banner .card_mensagem_quem_somos h1 {
		padding: 0 289px 0 0px;
	}
}


@media screen and (orientation: portrait),
(max-width: 1000px) {
	.efect_header {
		display: none;
	}

	.logo a img {
		width: 150px;
	}

	nav ul li {
		margin-top: 10px;
		font-size: 15px;
	}

	.banner img {
		width: 27vw;
		margin-top: 15vw;
	}

	.banner .mensagem {
		width: 52vw;
		height: 20vw;
		margin: 20vw 5vw 0 18vw;
	}

	.banner .card_mensagem_produtos {
		height: 25vw;
	}

	.banner .mensagem h1 {
		font-family: 'Montserrat', sans-serif;
		font-weight: bold;
		color: rgba(98, 35, 23);
		font-size: 2vw;
		padding: 0 0vw 0 4.5vw;
	}

	.banner .mensagem h3 {
		margin: 5px 0 0 0;
		font-size: 2vw;
		padding: 1vw 1vw 0px 9vw;
	}

	.mensagem div {
		padding: 1rem 0;
	}

	.banner .card_mensagem_quem_somos {
		height: 330px;
		margin: 17vw 0vw 0 24vw;
	}

	.banner .card_mensagem_quem_somos h3 {
		padding: 0px 0px 0 45px;
	}

	.banner .card_mensagem_quem_somos h1 {
		padding: 0 185px 0 0px;
	}

}



.bg_white {
	background-color: rgba(255, 255, 255);
}

.center {
	text-align: center;
}

.titulo {
	font-family: 'Montserrat', sans-serif;
	color: rgba(98, 35, 23);
	font-weight: bold;
}

.subtitulo {
	text-align: start;
	font-family: 'Montserrat', sans-serif;
	color: rgba(98, 35, 23);
}

.conheca {
	margin: 3rem 0;
}

.cards_produto {
	margin-bottom: 2rem;
}

.cards_produto div img {
	width: 100%;
	height: auto;
	margin-bottom: 10px;
}

.bg_footer {
	background-color: rgba(236, 219, 196);
	height: 480px;
}

.img_efeito_footer {
	position: absolute;
	right: 0;
	margin-top: -140px;
}

.img_efeito_footer img {
	width: 300px;
}

.card_footer {
	padding: 2.5rem 0
}

.img_icone_footer {
	width: 35px;
}

.col_center {
	display: flex;
	align-items: center;
	justify-content: center;
}

.txt_footer {
	margin: 0;
	padding: 0;
	font-family: 'Montserrat', sans-serif;
	color: rgba(98, 35, 23);
	max-width: 390px;
}

.coluna {
	display: flex;
	flex-direction: column;
}

/*content*/
.linha {
	width: 100%;
	float: left;
	clear: both;
	height: 7px;
	background: url(../img/linha.png) top center repeat-x;
}

content {
	background: url(../img/bg-sombra.jpg)#000 top center no-repeat;
	min-height: 350px;
}

.titulo-pagina {
	width: 570px;
	height: 140px;
	float: right;
	text-align: right;
	margin: 175px 0 0 0;
}

.titulo-pagina h1 {
	font-family: 'Montserrat', sans-serif;
	color: #FFF;
	font-size: 49px;
	font-weight: normal;
	margin: 0;
}

.titulo-pagina p {
	font-family: 'Montserrat', sans-serif;
	font-size: 20px;
	margin: 0 0 30px 0;
	color: #FFF;
}

article {
	font-family: 'Montserrat', sans-serif;
	font-size: 20px;
	line-height: 26px;
	color: #FFF;
	text-align: justify;
}

article blockquote {
	width: 630px;
	float: left;
	margin: 76px 0 0 0;
}

.atendimento-online {
	font-family: 'Montserrat', sans-serif;
	color: #FFF;
	font-size: 35px;
	clear: both;
	padding: 2px 30px;
	margin: 20px 0 0 0;
	border-radius: 30px;
	background: #f8e83a;
	background: -moz-linear-gradient(top,
			#f8e83a 0%,
			#d9a302 100%);
	background: -webkit-linear-gradient(top,
			#f8e83a 0%,
			#d9a302 100%);
	background: linear-gradient(to bottom,
			#f8e83a 0%,
			#d9a302 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f8e83a',
			endColorstr='#d9a302',
			GradientType=0);
}

.galeria {
	width: 100%;
	float: left;
	clear: both;
	height: 260px;
	margin: 0 0 240px 0;
}

.galeria h1 {
	font-family: 'Montserrat', sans-serif;
	color: #FFF;
	font-size: 49px;
	font-weight: normal;
	text-align: center;
}

.galeria ul {
	list-style: none;
	margin: 0;
	padding: 0;
	width: 880px;
	float: left;
	margin: 0 0 0 80px;
}

.galeria ul li {
	width: 880px;
	height: 300px;
}

.galeria ul li img {
	width: 200px;
	height: 140px;
	float: left;
	border-radius: 15px;
	margin: 10px 10px;
}

.galeria #btnVoltar {
	position: absolute;
	margin: 140px 0 0 50px;
	cursor: pointer;
}

.galeria #btnAvancar {
	position: absolute;
	margin: -259px 0 0 985px;
	cursor: pointer;
}

.carrossel {
	height: 400px;
	margin: 0 0 0 90px;
}

.carrossel li {
	height: 320px !important;
}

.produtos ul {
	list-style: none;
}

.produtos ul li {
	width: 100%;
	float: left;
	/*margin: 30px 0 100px 0;*/
}

.produtos ul li figure {
	width: 360px;
	float: left;
	vertical-align: middle;
	margin: 0 20px 0 0;
	text-align: center;
}

.produtos ul li img {
	max-width: 360px;
	margin: 10px 0 0 0;
}

.produtos ul li blockquote {
	float: left;
	width: 582px;
	margin: 0;
}

blockquote h1 {
	font-size: 50px;
	font-family: 'Montserrat', sans-serif;
}

.produtos .lista {
	width: 920px;
	float: left;
	height: 750px;
	margin: 0 -26px 0 0;
}

.produtos ul li {
	float: left;
}

.produtos ul li div {
	width: 260px;
	height: 280px;
	float: left;
	padding: 5px;
	margin: 0 10px 5px 10px;
}

.produtos ul li div p {
	font-size: 16px;
	line-height: 17px;
}

.produtos ul li div figure {
	width: 255px;
	height: 161px;
	float: left;
	clear: both;
	margin: 0 0 20px 0;
}

.produtos ul li div figure img {
	max-width: 100%;
	max-height: 161px;
}

.produtos ul li div h1 {
	font-size: 30px;
	font-family: 'Amaz_regular';
	text-align: center;
}

#produtosVoltar {
	width: 26px;
	float: left;
	cursor: pointer;
	margin: 284px 0 0 0;
	position: relative;
	z-index: 999;
}

#produtosAvancar {
	width: 26px;
	float: right;
	cursor: pointer;
	margin: -465px 0 0 0;
	position: relative;
	z-index: 999;
}

/*Pagina Formulário*/
.formulario {
	width: 377px;
	height: 460px;
	float: left;
	margin: 40px 0 0 100px;
}

.formulario input,
.formulario textarea {
	width: 357px;
	padding: 10px;
	font-family: 'Montserrat', sans-serif;
	color: #212121;
	font-size: 20px;
	border: none;
	border-radius: 10px;
	float: left;
	margin: 10px 0 0 0;
	box-shadow: #624A86 1px 1px 3px;
}

.formulario input::placeholder {
	font-family: 'Montserrat', sans-serif;
	color: #212121;
	font-size: 20px;
}

.formulario textarea::placeholder {
	font-family: 'Montserrat', sans-serif;
	color: #212121;
	font-size: 20px;
}

#btnSubmit {
	width: 377px;
	background: #D8A300;
	color: #FFF;
	box-shadow: none;
	cursor: pointer;
}

.dadosContato {
	float: left;
	width: 389px;
	margin: 40px 0 0 50px;
}

.dadosContato h1 {
	margin: 0;
}

.dadosContato p {
	margin: 0 0 20px 0;
}

.dadosContato img {
	margin: 5px;
}

.paoFigure {
	width: 100%;
	clear: both;
	height: 250px;
}

.chat {
	width: 120px;
	position: fixed;
	bottom: 150px;
	right: 5px;
	z-index: 9;
	border-radius: 10px;
	text-align: center;
	font-weight: bold;
	color: #FFF;
	padding: 10px 5px;
	font-family: 'Montserrat', sans-serif;
	text-shadow: 1px 1px 1px #000;
	font-size: 20px;
}

.chat:hover img {
	opacity: 1;
}

.chat img {
	width: 120px;
	opacity: 1;
}