@font-face {
	font-family: 'Century Gothic';
	src: url('../../font/frontend/CenturyGothic.eot');
	src: url('../../font/frontend/CenturyGothic.eot?#iefix') format('embedded-opentype'),
	url('../../font/frontend/CenturyGothic.woff2') format('woff2'),
	url('../../font/frontend/CenturyGothic.woff') format('woff'),
	url('../../font/frontend/CenturyGothic.ttf') format('truetype'),
	url('../../font/frontend/CenturyGothic.svg#CenturyGothic') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Gabriola';
	src: url('../../font/frontend/Gabriola.eot');
	src: url('../../font/frontend/Gabriola.eot?#iefix') format('embedded-opentype'),
	url('../../font/frontend/Gabriola.woff2') format('woff2'),
	url('../../font/frontend/Gabriola.woff') format('woff'),
	url('../../font/frontend/Gabriola.ttf') format('truetype'),
	url('../../font/frontend/Gabriola.svg#Gabriola') format('svg');
	font-weight: normal;
	font-style: normal;
}

._transition {
	-webkit-transition: all 150ms ease-in-out;
	-moz-transition: all 150ms ease-in-out;
	-o-transition: all 150ms ease-in-out;
	transition: all 150ms ease-in-out;
}

body {
	/*background: url('../../img/frontend/layout.png') no-repeat center top;*/
	/*height: 3040px;*/
}

a:hover,
a:focus,
a:visited,
a:active {
	text-decoration: none;
}

header {
	border-top: 65px solid #383e92;
	background-color: #fff;
}
@media(max-width: 991px){
	header {
		border-top: 5px solid #383e92;
	}
}

header .container {
	position: relative;
}

header .navbar {
	margin-bottom: 0;
}

header h1 {
	margin: 0;
	background: url('../../img/frontend/barilar.png') no-repeat center center;
}
@media(min-width: 992px){
	header h1 {
		display: inline-block;
		width: 317px;
		height: 263px;
		position: absolute;
		z-index: 2;
		top: -80px;
		left: 50%;
		margin-left: -158px;
	}
}
@media(max-width: 991px){
	header h1 {
		margin: 15px 0;
		background-size: 40%;
	}
}

header h1 a {
	display: block;
	height: 263px;
	opacity: 0;
}
@media(min-width: 992px){
	header h1 a {
		width: 317px;
	}
}
@media(max-width: 991px){
	header h1 a {
		height: 145px;
	}
}

header .menu {
	display: inline-block;
	margin: 0;
	padding: 0;
}
@media(max-width: 991px){
	header .menu {
		display: none;
	}
}

header .menu._right {
	float: right;
}

header .menu li {
	display: inline-block;
	margin: 0;
	padding: 0;
}

header .menu._left li:not(:last-child) {
	margin-right: 50px;
}

header .menu._right li:not(:first-child) {
	margin-left: 50px;
}

header .menu a {
	font: 20px 'Century Gothic';
	color: #010101;
	text-transform: uppercase;
	position: relative;
}

header .menu li a:hover {
	color: #235eaa;
	text-decoration: none;
}

header .menu li a::after {
	content: '';
	height: 2px;
	background-color: #235eaa;
	position: absolute;
	bottom: -10px;
	left: 0;
	right: 0;
	width: 0;
	-webkit-transition: all 150ms ease-in-out;
	-moz-transition: all 150ms ease-in-out;
	-o-transition: all 150ms ease-in-out;
	transition: all 150ms ease-in-out;
}

header .menu li a:hover::after {
	width: 100%;
}

/**/

.banner {
	position: relative;
}

.banner .onda {
	position: absolute;
	bottom: 0;
	left: 0;
}

.banner img {
	width: 100%;
}

/**/

.txt1 {
	font: 15px 'Century Gothic';
	text-transform: uppercase;
}

.txt2 {
	font: bold 15px 'Century Gothic';
}

.txt3 {
	font: 14px 'Century Gothic';
	color: #565656;
	line-height: 20px;
}

.txt4 {
	font: 33px 'Century Gothic';
	color: #202020;
}

.txt5 {
	font: 15px 'Century Gothic';
	color: #565656;
	line-height: 25px;
}

/**/

select.categoria {
	border: 1px solid #555;
	font: 14px 'Century Gothic';
	color: #555;
	text-transform: uppercase;
	padding: 5px 10px;
}
@media(max-width: 991px){
	select.categoria {
		width: 100%;
	}
}

/**/

.produto-thumb {
	display: block;
	text-align: center;
	border: 15px solid #e5e5e5;
	-webkit-transition: all 150ms ease-in-out;
	-moz-transition: all 150ms ease-in-out;
	-o-transition: all 150ms ease-in-out;
	transition: all 150ms ease-in-out;
	position: relative;
}

.produto-thumb:hover {
	border-color: #ec3034;
}

.produto-thumb::before {
	content: '';
	background: rgba(255,255,255,0.9) url('../../img/frontend/zoom.png') no-repeat center center;
	position: absolute;
	z-index: 2;
	top: -15px;
	right: -15px;
	bottom: -15px;
	left: -15px;
	display: none;
}

.produto-thumb:hover::before {
	display: block;
}

/**/

.btn1 {
	font: bold 23px 'Century Gothic';
	color: #ec3034;
	text-transform: uppercase;
	display: inline-block;
	padding: 30px 55px;
	border: 2px solid #ec3034;
	-webkit-transition: all 150ms ease-in-out;
	-moz-transition: all 150ms ease-in-out;
	-o-transition: all 150ms ease-in-out;
	transition: all 150ms ease-in-out;
}

.btn1:hover {
	background-color: #ec3034;
	color: #fff;
	text-decoration: none;
}

.btn2 {
	font: bold 15px 'Century Gothic';
	color: #ec3034;
	text-transform: uppercase;
	display: inline-block;
	padding: 10px 30px;
	border: 2px solid #ec3034;
	-webkit-transition: all 150ms ease-in-out;
	-moz-transition: all 150ms ease-in-out;
	-o-transition: all 150ms ease-in-out;
	transition: all 150ms ease-in-out;
	background-color: #fff;
}

.btn2:hover {
	background-color: #ec3034;
	color: #fff;
	text-decoration: none;
}

/**/

.receitas-especiais {
	background-color: #F6F6F6;
	padding-bottom: 70px;
}

/**/

.receita-box {
	background-color: #fff;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
	border-top-right-radius: 11px;
	border-top-left-radius: 11px;
}

.receita-box img {
	width: 100%;
	-webkit-transition: all 150ms ease-in-out;
	-moz-transition: all 150ms ease-in-out;
	-o-transition: all 150ms ease-in-out;
	transition: all 150ms ease-in-out;
	border-top-right-radius: 10px;
	border-top-left-radius: 10px;
}

.receita-box:hover img {
	filter:sepia(100%);
}

.receita-box .texto {
	padding: 15px;
}

.receita-box h2 {
	margin: 0;
	margin-bottom: 15px;
	padding: 0;
	font: bold 14px 'Century Gothic';
}

.receita-box p {
	font: 14px 'Century Gothic';
	color: #565656;
	line-height: 20px;
}

.receita-box a {
	font: bold 13px 'Century Gothic';
	color: #ec3034;
	display: inline-block;
	background: url('../../img/frontend/seta1.png') no-repeat right 5px center;
	background-size: 0;
	-webkit-transition: all 150ms ease-in-out;
	-moz-transition: all 150ms ease-in-out;
	-o-transition: all 150ms ease-in-out;
	transition: all 150ms ease-in-out;
}

.receita-box a:hover {
	text-decoration: none;
	padding-right: 15px;
	background-size: initial;
	background-position: right 1px center;
}

/**/

footer .dados {
	font: 17px 'Century Gothic';
}

footer .por {
	margin-top: 25px;
	padding: 10px 15px;
	font: 16px 'Century Gothic';
	background-color: #383e92;
	color: #fff;
}

footer .por a {
	color: #fff;
}

footer .por a:hover {
	text-decoration: none;
}

/**/

.rows .row > div {
	margin-bottom: 30px;
}

.rows .row:last-child > div:last-child {
	margin-bottom: 0;
}

@media(min-width: 992px){
	.rows .row:last-child > div {
		margin-bottom: 0;
	}
}

/**/

.missao-visao-valores {
	background-color: #f6f6f6;
}

.missao-visao-valores .carousel {
	padding-bottom: 60px;
}

.missao-visao-valores .carousel-indicators {
	margin-bottom: 0;
	bottom: 0;
}

.missao-visao-valores .carousel-indicators li {
	border: 2px solid #ec3034;
	background-color: #e1e1e1;
	margin: 0 5px;
	width: 14px;
	height: 14px;
}

.missao-visao-valores .carousel-indicators .active {
	width: 14px;
	height: 14px;
	margin: 0 5px;
	border: 2px solid #e1e1e1;
	background-color: #ec3034;
}

/**/

.menu-categorias {
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #ec3034;
}

.menu-categorias li {
	margin: 0;
	padding: 0;
	list-style: none;
}

.menu-categorias li a {
	display: block;
	font: 14px 'Century Gothic';
	color: #000;
	text-transform: uppercase;
	border-top: 1px solid #ec3034;
	border-left: 1px solid #ec3034;
	border-right: 1px solid #ec3034;
	padding: 12px 20px;
	-webkit-transition: all 150ms ease-in-out;
	-moz-transition: all 150ms ease-in-out;
	-o-transition: all 150ms ease-in-out;
	transition: all 150ms ease-in-out;
	background: url('../../img/frontend/duas-setas.png') no-repeat right 15px center;
	padding-right: 35px;
}

.menu-categorias li a:hover {
	text-decoration: none;
	background-color: #ebebeb;
}

/**/

.categoria {
	font: bold 20px 'Century Gothic';
	color: #ec3034;
	text-transform: uppercase;
	border-bottom: 1px solid #ec3034;
	padding-bottom: 15px;
	margin-bottom: 30px;
}

/**/

.h2 {
	font: bold 40px 'Century Gothic';
	color: #ec3034;
}

/**/

.form-control {
	border-radius: 0;
	box-shadow: none;
}

/**/

label.error {
	color: red;
	font-weight: normal;
	font-size: 13px;
}