@charset "utf-8";

.mbl {
	display: none;
}

.menu-mobile {
	display: none;
}

.dropdown-mbl {
	display: none;
}

.float-left {
	float: left;
	width: auto;
}

.float-right {
	float: right;
	width: auto;
}

.text-left {
	text-align: left;
}

.text-center {
	text-align: center;
}

.text-right {
	text-align: right;
}

.container {
	width: 90%;
	margin: 0 5%;
}

.col-full {
	width: 98%;
	margin: 0 1% 40px;
}


.col-half {
	width: 48%;
	margin: 0 1% 40px;
}


body {
	background: #533c33;
	text-align: center;
	color: #ffffff;
	font: 30px/48px 'Open Sauce One', Helvetica, Arial, sans-serif ;
}

h2 {
	font: 60px/60px 'htbold', Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    margin-bottom: 30px;
}

h2 big {
	font: 150px/150px 'ayrluci','htbold', Helvetica, Arial, sans-serif;
}

h3 {
	font: 90px/90px 'htbold', Helvetica, Arial, sans-serif;
/*	margin-bottom: 100px;*/
	margin-bottom: 60px;
}

h4 {    
	text-transform: uppercase;
    font-weight: 500;
    font-size: 36px;
    margin-bottom: 20px;
}

nav ul {
	padding: 10vh 0;
}

img {
	max-width: 100%;
}


/* LightBox*/

.lightBox{
	display: none;
}

.lightBox.surgeLightBox{
	display: block;
	position: fixed;
	height: 100vh;
	align-content: center;
	background-color: rgba(0, 0, 0, 0.6);
	z-index: 10;
}

.lightBox.surgeLightBox img{
	max-width: 90vw;
	max-height: 90vh;
	cursor: pointer;
}

.lightBox.surgeLightBox i{
	position: absolute;
	margin-top: -25px;
	color: #ffb000;
	cursor: pointer;
}

/* Topo */

#topo {
/*	background: url('../imagens/fundos/fundo-banner2.jpg') no-repeat center;*/
/*	background: url('../imagens/fundos/fundo-banner1.jpg') no-repeat center;*/
	background: url('../imagens/fundos/fundo-bannerb.jpg') no-repeat center;
/*	background: url('../imagens/fundos/fundo-banner.jpg') no-repeat center;*/
	background-attachment: fixed;
	background-size: cover;
	z-index: 1;
}

.btn,
.logo,
#topo nav,
#topo nav ul {
	position: relative;
	float: left;
	width: 100%;
}

#topo {
	min-height: 100vh;
}

#topo nav ul li {
	display: inline-block;
}

#topo nav ul li a {
	color: #fff;
	text-transform: uppercase;
	font-size: 40px;
	margin: 0 15px;
	font-weight: 500;
	transition: 0.7s all linear;
}


#topo nav ul li a:hover,
#topo nav ul li.current a {
	color: #ffb000;
}

.logo {
	margin-bottom: 50px;
}

#banner {
	padding-bottom: 120px;
}

.logo a img {
	max-width: 80%;
}

input[type="submit"],
.btn a {
	display: inline-block;
	color: #ffffff;
	font-size: 38px;
	height: 70px;
	line-height: 70px;
	border-radius: 35px;
	padding: 0 30px;
	transition: 0.7s all linear;
}


input[type="submit"] {
	background: transparent;
	cursor: pointer;
}

input[type="submit"],
.btn.btn-border a {
	border: 2px solid #ffb000;
}

input[type="submit"]:hover,
.btn.btn-border a:hover {
    background: #ffb000;
    border-color: #341a12;
}

.btn.btn-padrao a {
	background: #ffb000;
    border: 2px solid transparent;
}

.btn.btn-padrao a:hover {
	background: #ffb000;
    border-color: #341a12;
}

.divisor {
	height: 100px;
	background: #ffb000;
	transform: skewY(3deg);
	margin-top: -50px;
	margin-bottom: -50px;
}

#sobre {
	background: #ffb000;
	padding: 100px 0 150px;
}

.container-1 {
	position: relative;
	float: left;
	width: 1040px;
	left: 50%;
	margin-left: -520px;
}


#novidades2,
#novidades {	
	background: url('../imagens/fundos/novidades.jpg') no-repeat center;
	background-attachment: fixed;
	background-size: cover;
	padding: 100px 0 100px;
}


#novidades2 {	
	background: url('../imagens/fundos/novidades2.jpg') no-repeat center;
	background-attachment: fixed;
	background-size: cover;
}

.informacoes h2 span,
.informacoes p span,
.amarelo {
	color: #ffb000;
}

.marrom {
	color: #341a12;
}


#contato {
	min-height: calc(100vh - 200px);	
	background: url('../imagens/fundos/contato.jpg') no-repeat center;
	background-attachment: fixed;
	background-size: cover;
	padding: 100px 0 100px;
}

.redes {
	position: absolute;
	right: 5%;
	bottom: 5vh;
	text-align: right;
}

.redes a {
	margin: 0 15px;
}


#nav.fixed {
    position: fixed;
    z-index: 30;
    background: #341a12;
}

#nav.fixed ul {
    padding: 15px 0;
}

#nav.fixed a {
    font-size: 24px !important;
}

#a-marca {
	border-top: 15px solid #ffb000;
	padding: 150px 0;
	background: #ffffff;	
	background: url('../imagens/fundos/a-marca.jpg') no-repeat center;
	background-attachment: fixed;
	background-size: cover;
}


.container-2 {
	clear: both;
	width: 1240px;
	left: 50%;
	margin-left: -620px;
}



.img-ambientes {
	position: relative;
	float: left;
	border-radius: 30px;
	width: 31.333%;
	margin: 0 1% 40px;
}

.img-ambientes.img-full {
	width: 98%;
}

.mb-10 {
	margin-bottom: 100px ;
}


#depoimentos {
	padding: 80px 10%;
	width: 80%;
	background: #ffb000;
	border-radius: 30px;
	border: 2px solid #341a12;
}

.owl-stage-outer {
    overflow: hidden;
}

.sombra {
	position: relative;
	float: left;
	width: 100%;
}

.etiqueta-ma {
    position: absolute;
    z-index: 9;
    max-width: 20%;
    transform: rotate(-14deg);
    top: -10%;
    right: -10%;
}

.etiqueta-am {
    position: absolute;
    z-index: 9;
    max-width: 20%;
    transform: rotate(14deg);
    bottom: 10%;
    left: -10%;
}

#entradas .owl-nav,
.slider .owl-nav,
#depoimentos .owl-nav {
    position: absolute;
    top: 50%;
    width: 100%;
    height: 1px;
}

#entradas .owl-nav .owl-prev,
.slider .owl-nav .owl-prev,
#depoimentos .owl-nav .owl-prev {
    top: 0;
    left: -5%;
    position: absolute;
    border: 0;
    background: transparent;
    font-size: 36px;
    color: transparent;
    cursor: pointer;
	background: url('../imagens/depoimentos/arrow.png') no-repeat center;
	width: 35px;
}



#entradas .owl-nav .owl-next,
.slider .owl-nav .owl-next,
#depoimentos .owl-nav .owl-next {
    top: 0;
    right: -5%;
    position: absolute;
    border: 0;
    background: transparent;
    font-size: 36px;
    color: transparent;
    cursor: pointer;
	background: url('../imagens/depoimentos/arrow.png') no-repeat center;
	width: 35px;
	transform: rotate(180deg);
}

.slider .owl-nav .owl-prev,
.slider .owl-nav .owl-next {
	background: url('../imagens/icones/arrow1.png') no-repeat center;
}

#entradas .owl-nav .owl-prev,
.slider .owl-nav .owl-prev{
	left: 0;
}

#entradas .owl-nav .owl-next,
.slider .owl-nav .owl-next {
	right: 0;
}


#entradas .owl-nav .owl-prev,
#entradas .owl-nav .owl-next {
	background: url('../imagens/icones/arrow-marrom.png') no-repeat center;
}

#menu  {
	width: 90%;
	padding: 150px 5%;
	background: #1a1919;
}

#menu .slider {
	position: relative;
	float: left;
	width: 100%;
}

.produto {
    float: left;
    position: relative;
    width: 30%;
    margin-left: 5%;
}

.produto img {
    border-radius: 100%;
    border: 10px solid #ffb000;
    max-width: calc(100% - 20px);
}

.preco {
	background: url('../imagens/fundos/preco.png') no-repeat center;
	height: 100px;
    line-height: 100px;
    margin-top: -50px;
    font-size: 40px;
    font-weight: bold;
}

.informacoes {
    width: 50%;
    margin-left: 10%;
    text-align: left;
}

.informacoes p {
	font-weight: 300;
	margin-bottom: 40px;
}

.carne-lateral {
	position: relative;
	float: left;
	width: 40%;
	text-align: left;;
}

.carne-lateral img {
	width: 100%;
}

#carnes-e-saladas {
	padding: 150px 0;
	background: url('../imagens/fundos/fundo-carnes-e-saladas.jpg') no-repeat center;
	background-size: cover;
	background-attachment: fixed
}

.ces strong {
	display: block;
	text-transform: uppercase;
	font-size: 26px;
}

.conteudo {
	width: 	50%;
	margin-left: 5%;
}

.ces {
	width: 46%;
	margin: 0 2% 40px ;
}
.ces img {
	    box-sizing: border-box;
	    -moz-box-sizing: border-box;
	    -webkit-box-sizing: border-box;
    border-radius: 100%;
    border: 10px solid #ffb000;
    max-width: 100%;
}

.ces a {
	margin-top: 20px;
}

.ces.verde img  {
	border-color: #a8b604;
}

.ces.verde a {
	background: #a8b604;
}


#entradas {
	background: #fff;
	padding: 150px 0;
}

.slider-entradas {
	width: 90%;
	margin: 0 5%;
}


.slider-entradas .ces {
	width: 80%;
	margin: 0 10% 40px;
}


#entradas h3,
.slider-entradas .ces strong {
	color: #341a12;
}



#icones-rodape {
    position: fixed;
    z-index: 9;
    width: 100px;
    right: -50px;
    bottom: 5%;
}

.move {
	transition: 0.7s all linear;
}

.move:hover {
	transition: 0.7s all linear;
	margin-left: -50px;
}

#mapa {
	width: 70%;
	margin: 80px  15% 40px;
}

#mapa iframe {
	width: 100%;
	height: 350px;
}

#mapa p {
	font-size: 18px;
	line-height: 28px;
}

.copy {
    font-size: 12px;
    line-height: 18px;
    padding: 20px 0;
    font-weight: 300;
}

input[type="text"],select, input[type="email"], textarea {
    position: relative;
    float: left;
    width: calc(80% - 40px);
    margin-left: 10%;
    line-height: 60px;
    border-radius: 30px;
    padding: 0 20px;
    background: rgba(0, 0, 0, 0.5);
    border: 2px solid #ffbb00;
    font-size: 26px;
    color: #fff;
    margin-bottom: 30px;
}

textarea {
	font-family: 'Open Sauce One', Helvetica, Arial, sans-serif;
}

select {
	width: 80%;
	height: 60px;
}

form {
	position: relative;
	float: left;
	width: 100%;
	padding-top: 80px;
}

.toast-message {
	font-size: 16px;
	line-height: 22px;
}

.toast-title {
	font-size: 18px;
}


/* HTML: <div class="loader"></div> */
.loader {
    width: 35px;
    aspect-ratio: 1;
    --_g: no-repeat radial-gradient(farthest-side, #ffbb00 94%, #0000);
    background: var(--_g) 0 0, var(--_g) 100% 0, var(--_g) 100% 100%, var(--_g) 0 100%;
    background-size: 40% 40%;
    animation: l38 .5s infinite;
    position: relative;
    left: 50%;
    margin-top: 90px;
    display: none;
}
@keyframes l38 {
  100% {background-position: 100% 0,100% 100%,0 100%,0 0}
}