html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

.alignleft{
    float: left;
    margin-right: 5%;
}

.alignright{
    float: right;
    margin-left: 5%;
}
.alignright:after{
    content: '';
    clear: both;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
    overflow-x: hidden!important;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

body, html, p, h1, h2, h3, h4, h5, h6, li, span, b, strong{
	font-family: 'Open Sans', sans-serif;
}

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

.btn-padrao{
	background: #F7612D;
	padding: 15px 25px;
	display: inline-block;
	width: fit-content;
	transition: all .5s;
	color: #FFFFFF;
	font-size: 24px;
	line-height: 18px;
	margin-top: 35px;
	border: 1px solid transparent;
	cursor: pointer;
}

.btn-padrao:hover{
	border: 1px solid #EA7E53;
	background: #000000;
}
#conteudo{
	width: 100%;
    overflow: hidden;
}
/* Seção topo */
.topo{
	background: #FCE9BD;
	z-index: 1;
	position: relative;
	height: 100vh;
}
.logotipo{
	margin-bottom: 15%;
	margin-top: 40px;
}
.chamada-principal{
	color: #0C0902;
	text-transform: uppercase;
	opacity: 1;
	font-size: 46px;
	line-height: 52px;
	font-family: 'open_sans_condensedbold';
	margin-bottom: 10px;
}

.desc-topo{
	color: #000000;
	font-size: 20px;
	line-height: 27px;
}

.img-destaque{
	right: 0;
	width: 49%;
	height: 100%;
	top: 0;
	background-position: center;
	background-size: cover;
}

/* Seção sobre */
.sobre{
	padding: 120px 0 80px;
	background-color: transparent;
	z-index: 3;
	position: relative;
}

.conteudo-txt-sobre{
	color: #000000;
	font-size: 18px;
	line-height: 32px;
	font-weight: 600;
	margin-bottom: 30px;
}

.conteudo-txt-sobre strong, .conteudo-txt-sobre b{
	font-weight: 800;
}

.img-stro{
	width: 105%;
	margin-top: -140px;
}

.dots2{
	right: -55px;
    bottom: -122px;
}
.dots1{
	left: -155px;
    top: -122px;
}

/* Seção cardápio */
.cardapio{
	background: #F1C766;
	padding: 235px 0 80px;
}
.cardapio h3{
	color: #000000;
	text-transform: uppercase;
	font-family: 'open_sans_condensedbold';
	font-size: 70px;
	line-height: 138px;
	margin-bottom: 129px;
}
.sabor1{
	left: 142px;
    top: 70px;
}
.sabor2{
	left: 116px;
    top: -68px;
}
.sabor3{
	left: 318px;
    top: -171px;
}
.sabor4{
	left: 514px;
    top: -176px;
}
.sabores{
	display: flex;
    flex-wrap: wrap;
}
.item-sabor {
    min-width: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 35px;
	color: #FFFFFF;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 40px;
	line-height: 100%;
	padding: 9% 0;
	background: #EA7E53 0% 0% no-repeat padding-box;
	border: 1px solid #F1C766;
}
/* Seçao pedidos */
.pedidos{
	padding: 130px 0 90px;
	background-position: center;
	background-size: cover;
}
.pedidos h4{
	color: #FFFFFF;
	font-size: 70px;
	line-height: 1;
	font-weight: 600;
	text-transform: uppercase;
}

.pedidos h5{
	color: #FFFFFF;
	font-size: 90px;
	line-height: 1.2;
	font-weight: 600;
	text-transform: uppercase;
}

.wrapper-botao-pedidos{
	margin-top: 70px;
}

.btn-pedido{
	background: #F7612D 0% 0% no-repeat padding-box;
	padding: 15px 25px;
	transition: all .5s;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 18px;
	border: 1px solid #F7612D;
}

.btn-pedido:hover{
	background-color: #000000;
	cursor: pointer;
}

/* Sabores */
/* .prato1{
	background: #EA642F;
}
.prato2{
	background: #EA6C3B;
}
.prato3{
	background: #EA7546;
}
.prato4{
	background: #EA7E53;
} */

.sabores span{
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
}

.img-sabor-bg{
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	object-fit: cover;
	transition: all .5s;
}

.img-sabor-bg:hover{
	opacity: .3;
}

/* Footer */
footer{
	padding: 80px 0;
	background: linear-gradient(
    to right,
    #F1C766 0%,
    #F1C766 50%,
    #000 50%,
    #000 100%
  );
}
footer h4{
	font-family: 'open_sans_condensedbold';
	color: #0C0902;
	font-size: 28px;
	line-height: 50px;
	margin-bottom: 10px;
	text-transform: uppercase;
}
footer .wrapper-redes h4{
	color: #F1C766;
}
footer input, footer textarea{
	width: 100%;
	background: #FFFFFF 0% 0% no-repeat padding-box;
	border: none;
	margin-bottom: 3px;
	font-size: 15px;
	padding: 15px 25px;
}
footer textarea{
	height: 190px;
}
.btn-enviar{
	background: #000000;
	color: #F1C766;
	font-size: 18px;
	font-weight: bold;
	padding: 14px 50px;
	width: fit-content;
	float: right;
	transition: all .5s;
}
.btn-enviar:hover{
	color: #fff;
}
.redes{
	gap: 10px;
}
.iconesredes{
	display: flex;
	gap: 10px;
}
.iconesredes a{
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid #F1C766;
	width: 50px;
	height: 50px;
	transition: all .5s;
}
.iconesredes a:hover{
	background-color: #EA7546;
}
.copyright{
	color: #000000;
	opacity: 0.75;	
	font-size: 16px;
	line-height: 22px;
	font-weight: 600;
	padding: 15px 0;
}

::selection{
	background-color: #EA7546;
	color: #fff;
}

input:focus-visible, textarea:focus-visible {
	outline: #EA642F 2px solid;
}

.wrapper-icones{
	max-width: 570px!important;
}

.pulse{
	animation: pulse-clear 1s infinite
}

@-webkit-keyframes pulse-clear {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(234,126,83,.4)
    }

    70% {
        -webkit-box-shadow: 0 0 0 10px rgba(234,126,83,0)
    }

    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(234,126,83,0)
    }
}

@keyframes pulse-clear {
    0% {
        -moz-box-shadow: 0 0 0 0 rgba(234,126,83,.4);
        box-shadow: 0 0 0 0 rgba(234,126,83,.4)
    }

    70% {
        -moz-box-shadow: 0 0 0 10px rgba(234,126,83,0);
        box-shadow: 0 0 0 10px rgba(234,126,83,0)
    }

    100% {
        -moz-box-shadow: 0 0 0 0 rgba(234,126,83,0);
        box-shadow: 0 0 0 0 rgba(234,126,83,0)
    }
}
/* Modal pedidos */
.modal-pedido{
	position: fixed;
	z-index: 999;
	background: #EDE9E2;
	top: 0;
	right: -100%;
	transition: all .8s;
	margin-right: 0;
	width: 100%;
	height: 100vh;
}

.img-modal-lateral{
	right: 0;
	top: 0;
	height: 100%;
	width: 45%;
	background-size: cover;
	background-position: center;
}

.wrapper-content-modal-pedido{
	display: flex;
    align-items: center;
    height: 100%;
}

.modal-pedido h3{
	color: #000000;
	text-transform: uppercase;
	font-size: 50px;
	line-height: 80px;
	font-family: 'open_sans_condensedbold';
	margin-bottom: 25px;
}

.modal-pedido h4{
	color: #000000;
	text-transform: uppercase;
	font-size: 40px;
	line-height: 50px;
	font-family: 'open_sans_condensedbold';
	margin-bottom: 25px;
}

.modal-pedido p{
	font-size: 17px;
	line-height: 30px;
	letter-spacing: 0px;
	color: #000000;
	margin-bottom: 20px;
	margin-top: 40px;
}

.modal-pedido small{
	font-size: 14px;
	line-height: 1;
	color: #000000;
	margin-bottom: 20px;
	margin-top: 40px;
}
.wrapper-links-pedidos{
	display: flex;
	align-items: center;
	gap: 15px;
	margin-bottom: 40px;
}

.wrapper-links-pedidos a{
	border: 1px solid #F7BA31;
    display: inline-flex;
    padding: 13px 23px;
	transition: all .5s;
	height: 50px;
	align-items: center;
	justify-content: center;
}

.wrapper-links-pedidos a:hover{
	background-color: #000;
}

.modal-pedido h4 span{
	color: #F7612D;
	font-family: 'open_sans_condensedbold';
}

.close-modal{
	right: 35px;
	top: 35px;
	transition: all .5s;
}

.close-modal:hover{
	transform: rotate(360deg);
	cursor: pointer;
}

@media (min-width:1600px){
	.topo {
		height: 80vh;
	}
	.logotipo {
		margin-bottom: 25%;
	}
	.item-sabor {
		padding: 13% 0;
	}
	
}

.img-redes{
	width: 60%;
}

.img-redes img{
	width: 100%;
}

.batata-canoa{
	background: #F1C766;
    border-left: 50px solid #f7ba31;
    padding: 70px 0;
	position: relative;
}

.batata-canoa h3{
	text-align: left;
	letter-spacing: -0.84px;
	color: #000000;
	opacity: 1;
	font-size: 28px;
	line-height: 38px;
}

.batata-canoa h2{
	text-align: right;
	letter-spacing: -2.4px;
	color: #000000;
	opacity: 1;
	font-size:80px;
	line-height: 69px;
	font-weight: 600;
}

.batata-canoa-img{
	position: absolute;
	right: 0;
	bottom: -155px;
}

@media (max-width: 960px){

	.batata-canoa-img {
		position: initial;
		right: 0;
		bottom: -155px;
		width: 100%;
	}
	.batata-canoa h2{
		text-align: left;
		margin-bottom: 15px;
	}
	.img-modal-lateral{
		display: none;
	}
	.modal-pedido h3 {
		color: #000000;
		text-transform: uppercase;
		font-size: 30px;
		line-height: 49px;
		font-family: 'open_sans_condensedbold';
		margin-bottom: 25px;
	}
	.modal-pedido h4 {
		color: #000000;
		text-transform: uppercase;
		font-size: 24px;
		line-height: 1;
		width: 75%;
		font-family: 'open_sans_condensedbold';
		margin-bottom: 25px;
	}
	.modal-pedido p {
		font-size: 15px;
		line-height: 21px;
		letter-spacing: 0px;
		color: #000000;
		margin-bottom: 20px;
		margin-top: 40px;
	}
	.modal-pedido small {
		font-size: 13px;
		line-height: .4;
		color: #000000;
		margin-bottom: 20px;
		margin-top: 40px;
	}
	.container{
		padding-right: 30px;
		padding-left: 30px;
	}
	.wrapper-redes{
		margin-top: 110px;
	}
	.redes {
		gap: 10px;
		flex-direction: column;
	}
	.img-redes img{
		width: 100%;
	}
	footer {
		background: linear-gradient( to bottom, #F1C766 0%, #F1C766 50%, #000 50%, #000 100% );
	}
	.pedidos h4 {
		font-size: 50px;
	}
	.pedidos h5 {
		font-size: 82px;
		line-height: 1;
	}
	.wrapper-botao-pedidos.justify-content-end {
		margin-top: 70px;
		justify-content: center!important;
	}
	.item-sabor {
		min-width: 100%;
		padding: 25% 0;
	}
	.cardapio h3{
		font-size: 42px;
		margin-bottom: 188px;
	}
	.cardapio {
		background: #F1C766;
		padding: 65px 0 80px;
	}
	.sabor1 {
		left: 5px;
		top: 70px;
	}
	.sabor2 {
		left: -1px;
		top: -62px;
	}
	.sabor4 {
		left: 300px;
		top: -176px;
	}
	.sabor3 {
		left: 125px;
		top: -170px;
		top: -172px;
	}
	.conteudo-txt-sobre{
		padding-left: 20%;
	}
	.dots1 {
		left: -99px;
		top: 362px;
		transform: scale(.8);
	}
	.img-stro {
		width: 75%;
		margin-top: -70px;
		margin-bottom: 50px;
	}
	.dots2 {
		right: -101px;
		bottom: auto;
		top: -253px;
		transform: scale(.8);
	}
	.img-destaque {
		right: 0;
		width: 100%;
		height: 430px;
		top: auto;
		bottom: 0;
		background-position: center;
		background-size: cover;
	}
	.topo {
		background: #FCE9BD;
		z-index: 1;
		position: relative;
		height: auto;
		padding-bottom: 509px;
	}
	.chamada-principal {
		font-size: 29px;
		line-height: 38px;
		padding-left: 90px;
	}
	.desc-topo{
		padding-left: 90px;
	}
	.topo .btn-pedido{
		margin-left: 90px;
	}
	
}

#webchat{
	z-index: 9999;
    position: relative;
}